.banners{
    width:100%;height:557px;position:relative;
}
.banners img.banner{
    width:100%;height:100%
}
.banners img.bannerLogin{
    position:absolute;
    top:50%;
    left:50%;
    margin:-136.5px 0 0 -321.5px
}
.conTit{
    height:122px;text-align:center;padding:60px 0 0 0;
}
.conTitDiv1{
    font-size:30px;
    padding:0 0 17px 0;
}
.conTitDivSpan1{
    color:#666565;
}
.conTitDivSpan2{
    color:#f17c0b;
}
.conTitDiv2{
    color:#c3c2c2;
}
.conCon1 ul li{
    width:558px;height:336px;
}
.conCon1 ul li img{
    width:100%;height:100%;
}
.conCon1_1,.conCon1_2{
    padding:0 0 40px 0;
}
.conCon1_3,.conCon1_4{
    padding:0 0 70px 0;
}
.conCon1_1,.conCon1_3{
    float:left;
}
.conCon1_2,.conCon1_4{
    float:right;
}
.conCon2{
    min-width: 1140px;width:100%;background: #f6f6f6;
    padding:0 0 60px 0;
}
.conCon2Div1{
    width:100%;
    text-align:center;
    padding:40px 0;
}
.conCon2Ul{
    height:790px;
}
.conCon2Ul li{
    width:340px;height:120px;
    background:#fff;padding:25px 15px;
    margin-bottom:10px;
    float:left;
    margin-right:10px;
}
.conCon2UlMid{
    margin:0 15px
}
.conCon2UlLiDiv1{
    height:100px;width:100%;
}
.conCon2UlLiDiv1Div1{
    width:270px;float:left;position:relative;
}
.conCon2UlLitit1{
    font-size:16px;
    color:#525252;
}
.conCon2UlLitit2{
    font-size:12px;
    color:#b6b6b6;
    padding:10px 0 18px 0;
}
.conCon2UlLitit2 span{
    margin-right:9px;
}
.conCon2UlLitit3{
    font-size:12px;
    color:#adadad;
    position:absolute;
    width:340px;
}
.conCon2UlLitit3 span{
    height:20px;line-height:20px;
    padding: 0 10px;
    border:1px #adadad solid;
    text-align:center;
    margin-right:10px;
    float:left;
}
.conCon2UlLiDiv1Div2{
    float:right;
}
.conCon2UlLiDiv2{
    font-size:14px;
    color:#ff9740;
}
.conCon2UlLiDiv2Sapn1{
    line-height:22px;float:left;
}
.conCon2UlLiDiv2Sapn2{
    width:70px;height:20px;text-align:center;
    line-height:20px;font-size:12px;
    border: 1px #ff9740 solid;float:right;
}
.conCon2Div2{
    width:420px;height:40px;line-height:40px;
    text-align:center;color:#f17c0b;
    border:1px #f17c0b solid;
    border-radius: 5px;
    font-size:18px;
    cursor:pointer;
    margin:0 auto;
}
.moreDatas{
    background: #f17c0b;
    color:#fff;
}
.conCon3{
    min-width:1140px;width:100%;height:290px;position:relative;
}
.conCon3 img{
    width:100%;height:100%;
}
.conCon3Div{
    width:100%;height:100%;
    position:absolute;
    top:0;
    left:0;
    text-align: center;
}
.conCon3{
    color:#fff; 
}
.conCon3DivDiv1{
    font-size: 35px;
    font-weight:bold;
    padding:77px 0 0 0;
}
.conCon3DivDiv2,.conCon3DivDiv3{
    font-size:18px;
}
.conCon3DivDiv2{
    padding:23px 0 19px 0;
}
.conCon3DivDiv3{
    width:196px;
    height:55px;
    line-height:55px;
    border-radius:55px;
    background: #f17c0b;
    margin:0 auto;
    cursor: pointer;
}
.conCon4Div1{
    font-size:33px;
}
.conCon4Div1Span2{
    color:#f17c0b;
}
.conCon4Tit{
    text-align: center;
    padding:60px 0 75px 0;
}
.conCon4Div2{
    color:#c3c2c2;
    padding:18px 0 0 0;
}
.conCon5{
    padding-bottom:70px;
}
.conCon5Ul li{
    width:280px;
    height:100px;
    margin-right:5px;
    float:left;
}
.conCon5Ul li img{
    width:100%;height:100%;
}
.scroll-wrap {
    width: 1150px;
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
}

@keyframes scroll {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, -50%);
    }
}

.scroll {
    animation: scroll 8s linear infinite
}
