.productBanner{
    width: 100%;
    height: 567px;
    background:url("../images/product1.png") no-repeat center;
    text-align: center;
    color: white;
}
.productBanner h2{
    font-size: 38px;
    padding-top: 176px;
}
.productBanner p{
    font-size: 20px;
    margin-top: 52px;
}
/**/
.productBox{
    overflow: hidden;
}
.productBox h2{
    font-size: 28px;
    color: #4A4A4A;
    text-align: center;
    margin: 100px 0;
}
.productCtn{
    width: 956px;
    height: 310px;
    margin:0 auto 80px auto;
    position: relative;
}
.productCtn .borderBox{
    width: 226px;
    height: 304px;
    border: 3px solid #F0F0F0;
    margin-left: 26px;
    float: left;
}
.productCtn img{
    position: absolute;
    left: 0;
    top: 32px;
    width: 198px;
    height: 245px;
}
.productCtn .borderText{
    height: 82px;
    width: 110px;
    background-color: #ffffff;
    position: absolute;
    top: 114px;
    left: 202px;
    text-align: center;
}
.productCtn .borderText span{
    font-size: 20px;
    color: #B3B3B3;
    line-height: 38px;
}
.productCtn .borderText p{
    font-size: 28px;
    color: #0469BB;
    line-height: 40px;
}
.productText{
    width: 610px;
    height: 310px;
    float: right;
    overflow: hidden;
}
.productText span{
    float: left;
    font-size: 14px;
    margin: 96px 0 0 10px;
    color: #0469BB;
}
.productText span:hover{
    font-weight: bold;
    cursor: pointer;
}
.productText h3{
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    background-color: #167ACB;
    width: 278px;
    text-align: center;
    margin-top: 68px;
    float: left;
}
.productText p{
    font-size: 14px;
    color: #4A4A4A;
    line-height: 30px;
    margin-top: 30px;
}
/**/
.serviceBox{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto 250px auto;
}
.serviceBox h2{
    font-size: 28px;
    color: #4A4A4A;
    text-align: center;
    margin: 20px 0 100px 0;
}
.serviceLeft{
    width: 636px;
    height: 586px;
    margin-top: 62px;
    float: left;
}
.serviceRight{
    width: 564px;
    float: right;
}
.serviceItem{
    width: 564px;
    height: 56px;
    margin-bottom: 50px;
}
.blueBox{
    width: 10px;
    height: 20px;
    background-color: #0469BB;
    float: left;
    margin:3px 10px 15px 0;
}
.serviceItem span{
    font-size: 18px;
    color: #282D39;
    float: left;
}
.serviceItem p{
    font-size: 14px;
    color: #999999;
    clear: both;
}