

/*产品详情页*/
.clearfix:after{
    content: "";
    width: 0;
    height: 0;
    clear: both;
}

.text-center{
    text-align: center;
}

.product-detail-wx{
    padding-left: 160px;
}

.main{
    width: 1200px;
    margin: auto;
}

.w300{
    width: 300px;
}


.product-box {
    background-color: #014fa2;
    color: #fff;
    padding: 5px;
}
.product-title {
    padding: 20px 0;
}
.product-title span {
    display: block;
    font-size: 16px;
    color: #3772b4;
    padding-top: 5px;
}
.product-title h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.product-list, .side-contact {
    background-color: #fff;
    padding: 10px;
}
.product-list li {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
}
.product-list li a {
    display: block;
    height: 40px;
    padding: 0 20px;
    background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
    color: #333;
}
.product-list li a:hover {
    background: #eb6100 url(../images/icon_hover.jpg) no-repeat 94% center;
    color: #fff;
}
.product-list dl {
    margin-bottom: 0;
}
.product-list dt, .product-list dd {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
}
.product-list dt a {
    display: block;
    height: 40px;
    padding: 0 20px;
    background: #014fa2 url(../images/icon_dl.jpg) no-repeat 94% center;
    color: #fff;
}
.product-list dd a {
    display: block;
    height: 40px;
    padding: 0 20px;
    background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
    color: #333;
}
.product-list dd a:hover {
    display: block;
    height: 40px;
    padding: 0 20px;
    background: #eb6100 url(../images/icon_hover.jpg) no-repeat 94% center;
    color: #fff;
}
.side-contact {
    line-height: 26px;
    color: #333;
}
.side-contact p {
    margin: 0;
}


.menu_list {
    background: #fff;
    padding: 5px;
}
.menu_list .current {
    background: #f1f1f1 url(../images/pro_down.png) center right no-repeat;
}
.menu_head {
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    background: #014FA2 url(../images/pro_left.png) center right no-repeat;
    margin-top: 10px;
}
.menu_head a {
    display: block;
    text-overflow: ellipsis;
    width: 91%;
    height: 40px;
    overflow: hidden;
    color: #ffffff;
}
.menu_heads {
    height: 40px;
    line-height: 40px;
    /*padding: 0px 10px;*/
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    margin-top: 10px;
}
.menu_heads a {
    display: block;
    text-overflow: ellipsis;
    width: 91%;
    height: 40px;
    overflow: hidden;
    text-align:center;
}
.menu_heads a:hover {
    background-color: #006dc0;
    width: 100%;
    color: #fff;
}
.menu_heads .active {
    background-color: #006dc0;
    width: 100%;
    color: #fff;
    text-align:center;
}
.menu_body {
    height: auto;
    overflow: hidden;
    line-height: 38px;
    border-left: 1px solid #e1e1e1;
    backguound: #fff;
    border-right: 1px solid #e1e1e1;
}
.menu_body a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0px 20px;

    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    font-weight: bold;
}



.imgPage{
    float: right;
    width: 870px;
}

.imgPage .item .img{
    width: 270px;
}

.imgPage .item:nth-child(4n) {
    margin-right: 20px;
}

.imgPage .item:nth-child(3n) {
    margin-right: 0;
}