

.top-img .exp{
    margin-top: 0px !important;
    position: relative;
    top: -600px;
}
.top-img .big-img{
    width: 100%;
    height: 100%;
}
.data{
    width: 100%;
    height: 960px;
    background-color: #070F29;
}
.data .d-bg{
    margin-left: 80px;
    height: 100%;
}
.data .dt-win{
    margin: 0px auto;
    width: 808px;
    height: 173px;
    background-image: url(../../static/images/dtw-bg.png);
    background-size: cover;
    position: relative;
    top: -530px;
    text-align: center;
}
.data .dt-win img{
    width: 789px;
    position: relative;
    top: 57px;
    height: 85px;
}
.join{
    background-image: url(../../static/images/i_join.png);
    width: 100%;
    height: 960px;
    background-size: cover;
    text-align: center;
    line-height: 960px;
    color: white;
    font-size: 36px;
}

.wind-control .wc-t{
    font-size: 32px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-bottom: 21px;
    text-transform: uppercase;
}
.wind-control .wc-exp{
    font-size: 30px;
    font-weight: normal;
    height: 29px;
    line-height: 29px;
    text-transform: uppercase;
}
.wind-control .wc-t, .wind-control .wc-exp{
    text-align: center;
    color:#2B2B2D;
}
.wc-con{
    margin-top: 81px;
    display: flex;
}
.wc-con .wcc-item{
    text-align: center;
}
.wc-con .wcc-item p{
    font-size: 26px;
    margin-top: 13px;
    font-weight: bold;
    margin-bottom: 0px;
    transition: all .4s ease;
}
.wc-con .one {
    margin-right: 119px;
}
.wc-con .one img{
    width: 204px;
    height: 240px;
}
.wc-con .wcc-item img{
    transition: all .6s ease;
}
.wc-con .wcc-item img:hover{
    transform: scale(1.04);
}
.wc-con .two {
    margin-right: 118px;
}
.wc-con .two img{
    width: 201px;
    height: 237px;
}
.wc-con .three {
    margin-right: 116px;
}
.wc-con .three img{
    width: 203px;
    height: 239px;
}
.wc-con .four img{
    width: 204px;
    height: 239px;
}
.service{
    margin-top: 152px !important;
}
.service .s-con {
    height: 340px;
    display: flex;
    margin-top: 51px;
}
.service .s-con .sc-item{
    width: 25%;
    height: 100%;
    color: white;
    transition: all .4s ease;
}

.service .s-con .sc-item:hover{box-shadow: 0 4px 16px 2px rgba(0, 86, 184, 0.3);transform: translateY(-4px);}
.service .s-con .sc-item:hover .icon{transform: translateY(-6px);}

.service .s-con .one{
    background-image: url(../../static/images/g_szh.png);
    background-size: cover;
}
.service .s-con .two{
    background-image: url(../../static/images/g_lth.png);
    background-size: cover;
}
.service .s-con .three{
    background-image: url(../../static/images/g_qzh.png);
    background-size: cover;
}
.service .s-con .four{
    background-image: url(../../static/images/g_znh.png);
    background-size: cover;
}
.service .s-con .sc-item h2{
    font-size: 32px;
    height: 31px;
    margin-bottom: 7px;
    margin-top: 43px;
    margin-left: 30px;
    line-height: 31px;
    font-weight: bold;
}
.service .s-con .sc-item .sm-t{
    font-size: 24px;
    margin-left: 30px;
}
.szh-con{
    margin-top: 32px;
    display: flex;
}
.szh-con .szhc-exp{
    margin-left: 35px;
}
.szh-con .szhc-exp ul li{
    display: block;
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    margin-bottom: 22px;
}

.szh-con .szhc-exp ul li label, .lth-con .lc-exp .lce-r ul li label{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    top: -4px;
    margin-right: 6px;
}
.szh-con .szhc-dis{
    margin-left: 54px;
}
.szh-con .szhc-dis .rule{
    width: 70px;
    height: 53px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    text-align: center;
    font-size: 19px;
}
.szh-con .szhc-dis .rule:last-child{
    margin-top: 18px;
}
.lth-con{
    display: flex;
    flex-direction: column;
    width: 224px;
    margin-left: 19px;
    margin-top: 37px;
}
.lth-con .line{
    width: 224px;
    height: 1px;
    background-color: white;
    margin-top: 13px;
    margin-bottom: 27px;
}
.lth-con .lc-exp {
    display: flex;
}
.lth-con .lc-exp .lce-l{
    width: 92px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    font-size: 19px;
    text-align: center;
    line-height: 38px;
    margin-top: 2px;
}
.lth-con .lc-exp:first-child ul li:last-child{
    margin-top: 8px;
}
.lth-con .lc-exp:last-child ul li:last-child{
    margin-top: 13px;
}
.lth-con .lc-exp .lce-r{
    margin-left: 17px;
}
.lth-con .lc-exp .lce-r {
    flex: 1;
}
.lth-con .lc-exp .lce-r ul li{
    font-size: 17px;
}
.qzh-con{
    width: 265px;
    margin-right: 16px;
}
.qzh-con .lc-exp .lce-r ul li{
    font-size: 13px;
}
.qzh-con .lc-exp .lce-r{
    margin-left: 13px;
}
.qzh-con .lc-exp:last-child ul li:last-child{
    margin-top: 8px;
}
.qzh-con .line{
    width: 258px;
    margin-top: 17px;
}
.znh-con{
    margin-top: 45px;
    margin-left: 19px;
    margin-right: 36px;
}
.znh-con .zc-exp .zce-item{
    width: 91px;
    height: 37px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
}
.znh-con .zc-exp .ai{
    margin-left: 21px;
}
.znh-con .zc-exp .zce-item:last-child{
    margin-top: 19px;
}
.znh-con .line{
    width: 100%;
    height: 1px;
    background-color: white;
    margin-top: 19px;
    margin-bottom: 24px;
}
.znh-con .zc-p{
    font-size: 19px;
}
.solution{
    margin-top: 104px !important;
}
.solution .wc-t, .solution .wc-exp{
    text-align: left;
}
.solution .wc-t{
    font-size: 32px;
    margin-bottom: 14px;
}
.solution .wc-exp{
    font-size: 16px !important;
    font-weight: normal !important;
    height: 17px !important;
    line-height: 17px !important;
    color: #282828 !important;
}
.ind{
    display: flex;
    margin-top: 30px;
    height: 284px;
}
.ind .ind-item{
    width: 589px;
    height: 185px;
}
.ind .ind-item:first-child .ii-top-img{
    background-image: url(../../static/images/yd_bg.png);
    height: 185px;
    background-size: cover;
}
.ind .ind-item:first-child .ii-top-img img{
    width: 190px;
    height: 193px;
    float: right;
    margin-top: 23px;
    margin-right: 69px;
    transition: all .6s ease;
}
.ind .ind-item:first-child .ii-top-img img:hover,.ind .ind-item:last-child .ii-top-img img:hover{
    transform: scale(1.04);
}
.ind .ind-item:last-child .ii-top-img{
    background-image: url(../../static/images/com_bg.png);
    height: 185px;
    background-size: cover;
    transition: all .6s ease;
}
.ind .ind-item:last-child .ii-top-img img{
    width: 159px;
    height: 183px;
    float: right;
    margin-right: 110px;
    margin-top: 23px;
    transition: all .6s ease;
}
.ind .ind-item:last-child{
    margin-left: 24px;
}
.ind .iiti-exp{
    background-color: white;
    height: 99px;
}
.ind .iiti-exp h3{
    font-size: 24px;
    margin: 0px 0px 16px  21px;
    padding-top: 24px;
}
.ind .iiti-exp p{
    font-size: 16px;
    margin: 0px 0px 0px 21px;
    color: rgb(103, 103, 103);
}
.agent{
    margin-top: 12px;
    display: flex;
}
.agent .ag-item{
    width: 589px;
    height: 300px;
    background-image: url(../../static/images/bg2.png);
    background-size: cover;
    color: white;
}
.agent .ag-item:last-child{
    margin-left: 24px;
}
.agent .ag-item h3{
    margin-top: 77px;
    margin-left: 37px;
    margin-bottom: 35px;
}
.agent .ag-item  .exp{
    margin-left: 37px;
}
.agent .ag-item  .exp div{
    margin-bottom: 8px;
}
.serve{
    background-image:url(../../static/images/fw_bg.png);
    width: 100%;
    height: 441px;
    margin-top: 89px;
    padding-top: 68px;
    background-size: cover;
}
.serve-con {
    margin-top: 0px !important;
}
.serve-con .wc-t,.serve-con .wc-exp{
    color: white;
    text-align: left;
}
.serve-con .wc-t{
    font-size: 32px;
    margin-bottom: 12px !important;
}
.serve-con .wc-exp{
    font-size: 16px !important;
    color: white !important;
}
.serve-con .wc-exp{
    font-size: 16px;
}
.serve-con  .ss-con{
    display: flex;
    margin-top: 21px;
}
.serve-con  .ss-con .ssc-item{
    width: 287px;
    height: 192px;
    background-size: cover;
    transition: all .4s ease;
    background-color: white;
}
.serve-con  .ss-con .ssc-item:hover{
    box-shadow: 0 4px 16px 2px rgba(0, 86, 184, 0.3);
    transform: translateY(-4px);
    background-image: url(../../static/images/server_bg.png);
    background-color: unset;
}

.serve-con  .ss-con .ssc-item{
    margin-left: 18px;
    padding-left: 24px;
}
.serve-con  .ss-con .ssc-item:first-child{
    margin-left: 0px;
}
.serve-con  .ss-con .ssc-item div{
    margin: 20px 0px 11px 0px;
}
.serve-con  .ss-con .ssc-item h3{
    margin: 0px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}
.serve-con  .ss-con .ssc-item p{
    margin-top: 13px;
    margin-bottom: 0px;
    color: #151920;
    font-size: 14px;
    margin-right: 35px;
}
.serve-con  .ss-con .ssc-item .one img{
    width: 46px;
    height: 47px;
}
.serve-con  .ss-con .ssc-item .two img{
    width: 47px;
    height: 54px;
}
.serve-con  .ss-con .ssc-item .three img{
    width: 48px;
    height: 54px;
}
.serve-con  .ss-con .ssc-item .four img{
    width: 50px;
    height: 48px;
}
.case{
    margin-top: 90px !important;
}
.case .wc-t{
    text-align: left;
    margin-bottom: 15px;
}
.case-con .cc-item{
    float: left;
    width: 387px;
    height: 321px;
    margin-left: 21px;
    margin-top: 19px;
    cursor: pointer;
}
.case-con .cc-item:first-child,.case-con .cc-item:nth-child(4){
    margin-left: 0px;
}
.case-con .cc-item .n-img img:hover{
    transform: scale(1.04);
}
.case-con .cc-item .n-img img{
    width: 100%;
    height: 180px;
    transition: all .6s ease;
}
.case-con .cc-item .exp .n-icon img{
    width: 155px;
    height: 47px;
    margin: 16px 0px 11px 27px;
}
.case-con .cc-item .exp .n-exp{
    margin: 0px 39px 0px 27px;
    color: #737C8B;
    font-size: 16px;
}
.case-con .cc-item .exp{
    background-color: white;
    height: 140px;
}

.swiper-pagination-bullet{
    display: inline-block !important;
    width: 9px !important;
    height: 9px !important;
    background-color: white !important;
    border-radius: 50%;
    -webkit-transition: opacity .2s,background-color .2s;
    transition: opacity .2s,background-color .2s;
    opacity: unset !important;
    margin-right: 15px !important;
}

.swiper-pagination-bullet-active{
    border:2px solid #F18E16 !important;
    opacity: unset !important;
    position: relative;
    top: 2px;
}
