﻿/*感应热处理线 的样式表*/
@charset "UTF-8";
.aioh-info {
    padding: 10px 30px;
    /*width: 1078px;*/
    width: 960px;
    margin: auto;
}

.aioh-info > p {
    font-size: 17px;
    color: black;
}

/**标题部分**/
.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 {
    margin: 0px auto;
    /*width: 100%;*/
    /*width: 1078px;*/
    width: 960px;
}

/*每个产品项*/
.product-list-item {
    margin: 1%;
    /*width: 31.12%;*/
    width: 31%;
    display: inline-block;
    vertical-align: top;
}

.product-list-item > img {
    width: 100%;
    height: 188px;
}

.product-list-item > p {
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
}

.product-list-item .item-name {
    display: block;
    text-align: center;
    height: 40px;
    inline-height: 40px;
    font-size: 18px;
}

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

/*****************************************部分客户*************************************************/
.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;
}