﻿@charset "UTF-8";
.aioh-info {
    padding: 10px 30px;
    /*width: 1078px;*/
    width: 960px;
    margin: auto;
}
.aioh-info>p{
    font-size: 17px;
    color: black;
}
/*****************************************产品*************************************************/

.product-contain {
    padding: 0px 100px;
    background-color: #f5f5f5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

/**标题部分**/
.product-head {
    background: url("../images/head-bg.png");
    background-size: contain;
    padding: 5px 100px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

/**列表部分**/
.product-list {
    overflow: hidden;
    position: relative;
    /*width: 100%;*/
    /*width: 1078px;*/
    width: 960px;
    margin: 10px auto;
}

/**列表的每个Item**/
.product-list-item {
    position: relative;
    width: 21.8%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #fff;
}

.product-list-item a {
    display: block;
}

.product-list-item img {
    width: 270px;
    height: 180px;
}

.product-list-item .img_bg {
    width: 270px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-list-item:hover {
    border: 1px solid #bababa;
    text-decoration: underline;
}

/*****************************************部分客户*************************************************/
.logo-list {
    overflow: hidden;
    /*width: 100%;*/
    /*width: 1078px;*/
    width: 960px;
    margin: 10px auto;
}

.logo-list-item {
    float: left;
    margin-top: 10px;
    width: 10%;
    text-align: center;
}

.logo-list-item .item-image {
    width: 80px;
    height: 30px;
}

/***设置点击显示详情的文字部分样式***/
.more-info {
    color: red;
    font-size: 13px;
}

a:link, a:visited, a:hover, a:active {
    color: black;
}





