.clearfix1::after{
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ' ';
}
.zoomImg{
    transform: scale(1);
    transition: transform 0.5s;
}
.zoomImg:hover{
    transform: scale(1.1)
}
.bannerBox{
    width: 100%;
    min-width: 1000px;
    margin-top:157px;
}
.bannerBox img{
    width: 100%;
}
.cj{
    width: 1300px;
    margin: 0 auto;
    max-width: 1300px;
}
.cj_title{
    text-align: center;
    color: #333333;
    font-size: 35px;
    margin-top: 50px;
}
.ck_span{
    text-align: center;
    color: #999999;
}
.cj_body{
    width: 100%;
    margin-top: 60px;
}
.cj_item{
    width: 31.7%;
    float: left;
    height: 560px;
    margin-right: 31px;
    margin-bottom: 30px; 
    box-sizing: border-box;
}
.cj_item_title{
    width: 290px;
    border: 8px solid rgba(100,100,100,0.5);
    margin: 55px auto;
    padding: 15px;
    box-sizing: border-box; 
}
.cj_right{
    float: left !important;
    width: 90%;
    font-size: 27px;
    color: #fff;
    text-align: center;
    margin-top: -5px;
}
.cj_item_title:hover{
    border: 8px solid rgba(100,100,100);
}
.obj{
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.objBody{
    width: 100%;   
    height: 378px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.objBlock{
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box; 
}
.obj_item{
    width: 20%;
    float: left;
}
.obj_item_container{
    width: 250px;
    height: 320px;
    border: 5px solid #0272ff;
    box-sizing: border-box;
    padding: 44px 20px;
    position: relative;
    /*display: none;*/
    cursor: pointer;
    margin-top: 30px;
}
.obj_item_container img{
    position: absolute;
    bottom: 7px;
    right: 15px;
}
.obj_item_top{
    width: 237px;
    height: 265px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 55px;
}
.container_p{
    color: #6e6e6e;
}
.title1{
    color: #444444;
    font-size: 35px;
    font-weight: 900;
}
.title2{
    color: #737373;
    font-size: 32px;
}
.serviceBody{
    width: 1300px;
    margin: 55px auto;
}
.serviceBodyLeft{
    float: left;
}
.serveice_Body{
    width: 89%;
    float: right;
}
.block{
    width: 55px;
    height: 55px;
    background: #0272ff;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-weight: 900;
    float: left;
    font-size: 30px;
}
.serviceBodyRight{
    float:right;
    width: 51%;
}
.service_title{
    font-size: 30px;
    color: #333333;
    font-weight: 900;
}
.serveice_text{
    font-size: 20px;
    color: #555555;
}
.cooperationBody img{
    margin-top: 60px;
    width: 100%;
}
.serviceItem:hover .service_title{
    color: #0272ff;
}
.advantageBody{
    width: 1300px;
    margin:60px auto;
}
.advantageBody_item{
    width: 47%;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
    cursor: pointer;
}
.advantageBody_item img{
    float: left;
    margin-top: 25px;
    width: 100%;
    height: 100%;
}
.advantageBody_item_right{
    width: 75%;
    float: right;
    white-space: nowrap;
}
.advantage_title{
    color: #444444;
    font-size: 32px;
    font-weight: 900;
}
.advantage_text{
    font-weight: 20px;
    color: #6e6e6e;
    width: 83%;
    margin-top: 10px;
    text-align:justify;
}
.advantageBody_item:hover .advantage_title{
    color: #0272ff;
}
@media screen and (max-width:1300px){
    .bannerBox{
        min-width: 1100px;
    }
    .cj{
        width: 1100px;
    }
    .obj{
        width: 1100px;
    }
    .cj_item {
        width: 30%;
    }
    .objBlock{
        width: 1100px;
    }
    .obj_item_top{
        width: 94%;
    }
    .obj_item_container{
        width: 94%;
    }
    .title2 {
        color: #737373;
        font-size: 25px;
    }
    .serviceBody{
        width: 1100px;
    }
    .serviceBodyRight {
        width: 49%;
    }
    .serviceBodyLeft{
        width: 50%;
    }
    .serviceBodyLeft img{
        width: 100%;
        height: 440px;
    }
    .cooperationBody img{
        width: 1100px;
    }
    .advantageBody{
        width: 1100px;
    }
    .advantageBody_item_right{
        width: 70%;
    }
    .lianxiwomenBody{
        min-width: 1100px;
    }
}