/*service部分样式开始*/
.service_wrap{
    width: 100%;
    height: 600px;
    padding: 60px 0 20px;
    min-width: 1240px;
}
.service_wrap .service{
    width: 1240px;
    height: 600px;
    margin: 0 auto;
}
.service_wrap .service .service_title{
    width: 1200px;
    height: 80px;
    padding: 0 20px;
    font: 26px/26px "微软雅黑";
    text-align: center;
}
.service_wrap .service .service_title .line{
    width: 392px;
    height: 1px;
    background: #7e7e7e;
    margin-top: 12px;
}
.service_wrap .service .service_title .line_left{
    float: left;
    margin-left: 132px;
}
.service_wrap .service .service_title .line_right{
    float: right;
    margin-right: 132px;
}
/*/////////////////////////////////////////////////////////////////////////////*/
.service_wrap .service .services{
    width: 1200px;
    height: 540px;
    padding: 0 20px;
}
.service_wrap .service .services li{
    width: 338px;
    height: 220px;
    margin: 0 93px 40px 0;
    float: left;
    font-size: 0;
}
.service_wrap .service .services .services3,.service_wrap .service .services .services6{
    margin-right: 0;
}
.service_wrap .service .services li p{
    font: 16px/42px "微软雅黑";
    color: white;
    text-align: center;
    background: #28a8e0;
}
/*service部分样式结束*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*vas部分样式开始*/
.vas_wrap{
    width: 100%;
    height: 666px;
    background: #f6f6f6;
    min-width: 1240px;
}
.vas_wrap .vas{
    width: 1200px;
    height: 666px;
    margin: 0 auto;
    padding: 0 20px;
}
/*/////////////////////////////////////////////////////////////////////////////*/
.vas_wrap .vas .vas_left{
    width: 446px;
    height: 514px;
    padding-top: 50px;
    float: left;
}
.vas_wrap .vas .vas_left .vas_title{
    width: 280px;
    height: 40px;
    margin: 0 auto 52px;
    border-radius: 6px;
    font: 26px/40px "微软雅黑";
    color: white;
    text-align: center;
    background: #28a8e0;
}
.vas_wrap .vas .vas_left .vas_items{
    width: 446px;
    height: 424px;
}
.vas_wrap .vas .vas_left .vas_items li{
    width: 446px;
    height: 66px;
    margin-bottom: 40px;
}
.vas_wrap .vas .vas_left .vas_items .icon{
    width: 66px;
    height: 66px;
    font: 40px/66px "微软雅黑";
    color: white;
    text-align: center;
    background: #28a8e0;
}
.vas_wrap .vas .vas_left .vas_items .vas_text{
    width: 360px;
    height: 66px;
    float: right;
}
.vas_wrap .vas .vas_left .vas_items .vas_text1{
    font: 16px/16px "微软雅黑";
    color: #222;
}
.vas_wrap .vas .vas_left .vas_items .vas_text2{
    font: 14px/20px "微软雅黑";
    color: #999;
    margin-top: 10px;
}
/*/////////////////////////////////////////////////////////////////////////////*/
.vas_wrap .vas .vs_img_wrap{
    width: 208px;
    height: 396px;
    padding: 170px 50px 0;
    float: left;
}
/*/////////////////////////////////////////////////////////////////////////////*/
.vas_wrap .vas .vas_right{
    width: 446px;
    height: 514px;
    padding-top: 50px;
    float: left;
}
.vas_wrap .vas .vas_right .vas_title{
    width: 280px;
    height: 40px;
    margin: 0 auto 52px;
    border-radius: 6px;
    font: 26px/40px "微软雅黑";
    color: white;
    text-align: center;
    background: #999;
}
.vas_wrap .vas .vas_right .vas_items{
    width: 446px;
    height: 424px;
}
.vas_wrap .vas .vas_right .vas_items li{
    width: 446px;
    height: 66px;
    margin-bottom: 40px;
}
.vas_wrap .vas .vas_right .vas_items .icon{
    width: 66px;
    height: 66px;
    font: 40px/66px "微软雅黑";
    color: white;
    text-align: center;
    float: right;
    background: #999;
}
.vas_wrap .vas .vas_right .vas_items .vas_text{
    width: 360px;
    height: 66px;
    text-align: right;
}
.vas_wrap .vas .vas_right .vas_items .vas_text1{
    font: 16px/16px "微软雅黑";
    color: #222;
}
.vas_wrap .vas .vas_right .vas_items .vas_text2{
    font: 14px/20px "微软雅黑";
    color: #999;
    margin-top: 10px;
}
/*/////////////////////////////////////////////////////////////////////////////*/
.vas_wrap .vas .vas_btn{
    width: 280px;
    height:40px;
    border-radius: 6px;
    background: #28a8e0;
    font: 18px/40px "微软雅黑";
    color: white;
    text-align: center;
    margin: 0 auto;
    clear: both;
}
/*vas部分样式结束*/