﻿@charset "utf-8";
body,html{background: #F6F8FA;width: 100%;overflow-x: hidden;overflow-y: auto;}
.product-on {
    border-bottom: 3px solid #2D9A00;
}
.product-titlewrap{
    width: 100%;
    float: left;
    padding: 70px 0px 70px 0px;
}
.product-titlebox{
    width: 100%;
    float: left;
    border-bottom: 1px solid #E1E1E8;
    position: relative;
}
.product-titlebox:after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    border:1px solid #369E0C;
    bottom: -4px;
    left: -8px;
}
.product-titlebox:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    border:1px solid #369E0C;
    bottom: -4px;
    right: -8px;
}
.product-titlebox ul li{
    float: left;
    margin-left: 50px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
}
.product-on{color: #2D9A00;}
.product-on:after{
     content: '';
     width: 100%;
     height: 2px;
     bottom: -1px;
     right: 0px;
     position: absolute;
     background: #2D9A00;
}
.product-box{
    width: 32%;
    float: left;
    position: relative;
    margin-right: 2%;
    height: 435px;
    background: #fff;
    text-align: center;
    margin-bottom:25px;
}
.product-box:nth-child(3n){margin-right: 0px;}
.product-imgbox{
   width: 100%;
   float: left;
   text-align: center;
   height: 295px;
   display: table;
   background: #EEEEEE;
}
.product-img1{
    max-width: 100%;
    display: inline-block;
    max-height: 295px;
}
.product-tbox{
   width: 90%;
   float: left;
   padding: 25px 5%;
   text-align: left;
}
.product-title{
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
.product-text{
    display: block;
    height: 50px;
    line-height: 25px;
    font-size:14px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-right: 80px;
    color: #999999;
}
.product-icon{
    width: 80px;
    height: 50px;
    float: right;
    background: url(../images/product-right1.png) no-repeat right center;
    background-size: 40px;
}
.product-box:hover{
    box-shadow: 0px 0px 15px 1px #E6E8EA;
}
.product-box:hover .product-icon{
    background: url(../images/product-right2.png) no-repeat right center;
    background-size: 40px;
}
/**/
.p-detail-wrap{
    width: 100%;
    float: left;
    background: url(../images/product-bg1.png) no-repeat right center #fff;
}
.p-detail-imgbox{
    width: 47%;
    float: left;
    height: 435px;
    display: table;
    text-align: center;
    border-right: 1px solid #EEEEEE;
}
.p-detail-img{
    max-width: 100%;
    max-height: 435px;
    display: inline-block;
}
.p-detail-tbox{
    width: 43%;
    float: right;
    padding-right: 5%;
    padding-top: 50px;
    height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}
.p-detail-hline{
    width: 21px;
    height: 2px;
    background: #2D9A00;
    float: left;
    margin-top: 40px;
    margin-bottom: 15px;
}
.p-detail-title{
    width: 100%;
    float: left;
    font-size: 22px;
    font-weight: 600;
}
.p-detail-title2{
    width: 100%;
    float: left;
    font-size: 16px;
}
.p-detail-tbox ul{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.p-detail-tbox ul li{
    line-height: 23px;
    margin-top: 7px;
    font-size: 14px;
    color: #999999;
}
.p-detail-page{
    width: 90%;
    height: 88px;
    line-height: 88px;
    float: left;
    background: #fff;
    border:1px solid #EEEEEE;
    padding: 0px 5%;
    margin-top: 55px;
    font-size: 16px;
}
.p-detail-page-text{
    width: 33.3%;
    float: left;
    color: #999999;
}
.p-detail-page-text:hover{color: #2D9A00;}
@media only screen and (max-width: 900px) {
    .product-box{width: 48%;}
    .product-box:nth-child(3n){margin-right: 2%;}
    .product-box:nth-child(2n){margin-right: 0px;}
}
/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .product-titlebox ul li{margin-left: 20px;}
    .product-box{width: 100%;margin-right: 0px !important;}
    .product-box:nth-child(3n){margin-right: 0px;}
    .p-detail-imgbox{width: 100%;}
    .p-detail-tbox{width: 90%;}
}
