/* 清除内外边距 */
*{ margin: 0; padding: 0;}

/* 重置文本格式元素 */
a {text-decoration: none; }
a:hover {text-decoration: none;}
li{ list-style: none; }
b{font-weight: normal;}
/*清浮动*/
.clearfix:after{content:"";display:block;clear:both; height: 0; visibility: hidden;}
.clearfix{clear: both; zoom: 1; display: block; height: 0; line-height: 0; font-size: 0;}
.clearfix{*zoom:1;}
.fl{float:left;}
.fr{float:right;}
.clear{clear: both;  }
.commWidth{
    width: 1200px;
    margin: 0 auto;
}
.commBg{
    background: #f0f3ff;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}
.banner{
    width: 100%;
    min-width: 1200px;
    background: url("../img/banner.jpg") top center no-repeat;
    height: 640px;
}
.valueBox{
    margin-top: 70px;
}
.title-box{
    width: 312px;
    margin: 0 auto;
}
.title-box .left-border{
    width: 60px;
    height: 2px;
    background: #2e8af2;
    margin-top: 14px;
}
.title-box h2{
    font-size: 30px;
    line-height: 30px;
    color: #2e8af2;
    margin-left: 20px;
    font-weight: bold;
}
.title-engligh h3{
    font-size:24px;
    color: #ccdcff;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}
.value-items{
    margin-top: 30px;
}
.value-items li{
    width: 386px;
    height: 284px;
    background: #fff;
    float: left;
}
.value-items li.second{
    margin: 0 20px;
}
.value-items li .boxs{
    margin: 50px 50px 0 40px;
}
.value-items li img{
    height: 60px;
}
.value-items li h2{
    font-size: 20px;
    line-height: 20px;
    color: #2e2e2e;
    margin:  40px 0 20px;
}
.value-items li p{
    font-size: 16px;
    color: #808080;
    line-height: 24px;
}
.productBox{
    width: 100%;
    min-width: 1200px;
    background: url("../img/product-bg.jpg") top center no-repeat;
    min-width: 459px;
    margin-top: 80px;
}
.prductComm{
    padding-top: 60px;
}
.prductComm .title-box{
    width:  374px;
}
.product-items{
    padding-top: 13px;
}
.product-items li{
    width: 284px;
    height: 202px;
    background: #fff;
    float: left;
    position: relative;
    margin: 17px 20px 0 0;
}
.product-items li a{
    display: block;
    width: 284px;
    height: 180px;
}
.product-items li .zgg-same-btn{
    text-align: left;
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.product-items li .zgg-same-btn .more-btn{
    text-align: center;
    height: 34px;
    line-height: 34px;
    width: 118px;
    border-radius: 0px;
}
.product-items li .boxs{
    margin: 40px 0 0 30px;
}
.product-items li .titles h2{
    font-size: 20px;
    color: #2e2e2e;
    line-height: 20px;
}
.product-items li .titles .tingle{
    width: 52px;
    height:20px;
    display: inline-block;
    background: url("../img/new.png") no-repeat;
    margin-left: 14px;
}
.product-items li .boxs p{
    font-size: 15px;
    color: #808080;
    line-height: 23px;
    margin-top: 12px;
    padding-right: 28px;
}
.product-items li .boxs .money{
    position: absolute;
    bottom: 40px;
    left: 30px;
    font-size: 24px;
    color: #ff3333;
    line-height: 19px;
    font-weight: bold;
}
.product-items li:hover{
    box-shadow: 0 3px 10px rgba(0,70,255,0.14);
    -webkit-box-shadow: 0 3px 10px rgba(0,70,255,0.14);
    -moz-box-shadow: 0 3px 10px rgba(0,70,255,0.14);
    cursor: pointer;
}
.product-items li.last{
    margin-right: 0px;
}
.product-items li.special-last .boxs{
    margin: 76px 0 0 72px;
}
.product-items li.special-last .boxs p{
    font-size: 20px;
    line-height: 20px;
    color: #2e8af2;
    margin-bottom: 10px;
    font-weight: bold;
}
.product-items li.special-last .boxs .tringle{
    width: 26px;
    height:14px;
    background: url("../img/tringle-icon.png") center no-repeat;
    display: inline-block;
    margin-left: 8px;
}
.searviceBox{
    margin-top: 20px;
    background: url("../img/product-bg2.jpg") no-repeat;
    height:135px;
}
.searviceBox .searvice-items li{
    width: 300px;
    padding-top: 40px;
    float: left;
}
.searviceBox .searvice-items li h2{
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    font-weight: bold;
}
.searviceBox .searvice-items li p{
    font-size: 16px;
    color: #ccedff;
    line-height: 16px;
    margin-top: 20px;
}
.searviceBox .searvice-items li .boxs{
    margin: 0px 30px 40px;
    width: 270px;
    border-right: 1px solid #80cfff;
}
.searviceBox .searvice-items li.first h2{
    background: url("../img/service-icon01.png") left center no-repeat;
    text-indent: 37px;
}
.searviceBox .searvice-items li.second h2{
    background: url("../img/service-icon02.png") left center no-repeat;
    text-indent: 37px;
}
.searviceBox .searvice-items li.third h2{
    background: url("../img/service-icon03.png") left center no-repeat;
    text-indent: 37px;
}
.searviceBox .searvice-items li.four h2{
    background: url("../img/service-icon04.png") left center no-repeat;
    text-indent: 37px;
}
.searviceBox .searvice-items li.four .boxs{
    border-right: none;
}
.footer{
    background: url("../img/footer-bg.png") top center no-repeat;
    height: 141px;
    margin-top: 80px;
}