html {
    /*font-size: 62.5%;*/
    /*10 ÷ 16 × 100% = 62.5%*/
}
body {
    /*1.4 × 10px = 14px */
    /*font-family:SourceHanSansCN-Regular !important;*/
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.slode{
    width: 100%;
    background: url('../img/cloudbanner.jpg') no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-clip: content-box;
}

.toLeft{
    position: relative;
    left: -230px;
    top: 90px;
}

.slode .slodeUp{
    height:525px;
    background: rgba(10,10,10,.1);

}

.slode .slodeDown{
    height: 140px;
    background: #2673ed;
}

.slode .leftA,.row1 .leftA {
     display: inline-block;
     width: 670px;
}

.leftA .titleBig{
    font-size: 40px;
}

.leftA .title2{
    font-size: 14px;
    margin-top: 25px;
}
.leftA .construct{
    display: inline-block;
    width:158px;
    height:39px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    margin-top: 65px;
}
.bd1{
    border:1px solid #fff;

}
.construct{
    color: #fff;

}
.ty{
    background:rgba(0,136,250,1);
}
.btnHover:hover{
    border: 1px solid rgba(0,136,250,1);
    background:rgba(0,136,250,1);

}

.construct:hover a{
    color: #FFF;
}

.fl{
    float: left;
}

.slode .rightA{
    width: 453px;
    height: 355px;
    margin-top: 2%;
}

.slodeDown .content{
    width: 1170px;
    margin-bottom: 0;
    background: #2673ed;
}

.slodeDown .li{
    display: inline-block;
    height:140px;
    padding-left: 33px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.slodeDown .li:last-child{
    border-right: none;
}

.slodeDown .li .title3{
    font-size:20px;
    line-height: 36px;
    color: #fff;
}

.slodeDown .li .cont{
    line-height: 24px;
    color: #fff;
    opacity: 0.6;
}


/*.slodeDown .li:hover{*/
/*    background:#1B1D3F;*/
/*}*/

.slodeDown .li:hover  .cont{
    opacity: 1;

}
.main .titleR{
    height:61px;
    background:#fff;
    margin-bottom: 0;
}

.ml2Pre{
    margin-left: 2%;
}

.row1{
    background: #fff;
}

.tr{
    text-align: right;
}

.tl{
    text-align: left;
}

.tc{
    text-align: center;
}
.dt::before{
    display: table;
    content: "";
}
.title1{
    margin-bottom: 0 !important;
}
.row1 .rightA {
    width: 599px;
    height:278px;
    background:rgba(248,249,252,1);
}
.mt3vh{
    margin-top: 5vh;
}
.row1 .rightA .con1{
    padding: 0 20px;
    word-wrap: break-word;
    font-weight:400;
    font-size:16px;
    margin-right: 0;
    color: #666666;
    line-height:36px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.row1Img{
    width: 612px;
    height: 276px;
}

.row2
{
height:337px;
background:rgba(86,86,86,1);
}

.i1, .i2,.i3,.i4,.i5{
    display: inline-block;
    width: 240px;
    height: 337px;
    text-align: center;
}

.i1{
    background: url(../img/i1bg.png) no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;

}
.i2{
    background: url(../img/i2bg.png) no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;

}
.i3{
    background: url(../img/i3bg.png) no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;

}
.i4{
    background: url(../img/i4bg.png) no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;

}
.i5{
    background: url(../img/i5bg.png) no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
}


.i1:hover{
    background: url(../img/i1bgHover.png) no-repeat;

}
.i2:hover{
    background: url(../img/i2bgHover.png) no-repeat;

}
.i3:hover{
    background: url(../img/i3bgHover.png) no-repeat;

}
.i4:hover{
    background: url(../img/i4bgHover.png) no-repeat;

}
.i5:hover{
    background: url(../img/i5bgHover.png) no-repeat;
}

@keyframes scaleBg{
    from{
        background-size: 100% 100%;
    }
    to{
        background-size: 110% 110%;
    }
}

.i1:hover,.i2:hover,.i3:hover,.i4:hover,.i5:hover{
    animation: scaleBg 0.5s;
    -o-animation: scaleBg 0.5s;
    -moz-animation: scaleBg 0.5s;
    -webkit-animation: scaleBg 0.5s;
    background-size: 110% 110%;
}



.i1 img, .i2 img, .i3 img, .i4 img, .i5 img{
    margin-top: 112px;
    width: 78px;
    height: 78px;
    z-index: 2;
}

.i1 p, .i2 p, .i3 p, .i4 p, .i5 p{
    margin-top: 8px;
    font-size:24px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:24px;
    z-index: 2;
}


.row3{
    min-height: 550px;
    background:rgba(247,248,250,1);
}

.row3 .item{
    text-align: center;
    min-width: 222px;
    height: 180px;
}


.row3 .item p{
    font-size: 16px;
    color:rgba(51,51,51,1);
    line-height:12px;
    margin-top: 24px;
    font-weight: bold;
}

.row3 .item label{
    font-size:14px;
    color:rgba(102,102,102,1);
    line-height:12px;
     margin-top: 2vh;
}
.item i{
    width: 68px;
    height: 68px;
}
.itmImg1{
    background: url("../img/itm1.png") no-repeat;
}

.itmImg2{
    background: url("../img/itm2.png") no-repeat;
}
.itmImg3{
    background: url("../img/itm3.png") no-repeat;
}
.itmImg4{
    background: url("../img/itm4.png") no-repeat;
}
.itmImg5{
    background: url("../img/itm5.png") no-repeat;
}
.itmImg6{
    background: url("../img/itm6.png") no-repeat;
}
.itmImg7{
    background: url("../img/itm7.png") no-repeat;
}
.itmImg8{
    background: url("../img/itm8.png") no-repeat;
}

.itmImg1,.itmImg2,.itmImg3,.itmImg4,.itmImg5,.itmImg6,.itmImg7,.itmImg8{
    background-size: 100% 100%;

}
.item:hover label, .item:hover p{
    color: #0088FA !important;
}
.item1:hover .itmImg1{
    background: url("../img/itm1A.png") no-repeat;
}

.item2:hover .itmImg2{
    background: url("../img/itm2A.png") no-repeat;
}

.item3:hover .itmImg3{
    background: url("../img/itm3A.png") no-repeat;
}

.item4:hover .itmImg4{
    background: url("../img/itm4A.png") no-repeat;
}

.item5:hover .itmImg5{
    background: url("../img/itm5A.png") no-repeat;
}
.item6:hover .itmImg6{
    background: url("../img/itm6A.png") no-repeat;
}

.item7:hover .itmImg7{
    background: url("../img/itm7A.png") no-repeat;
}

.item8:hover .itmImg8{
    background: url("../img/itm8A.png") no-repeat;
}

.item1:hover .itmImg1, .item2:hover .itmImg2, .item3:hover .itmImg3, .item4:hover .itmImg4, .item5:hover .itmImg5
, .item6:hover .itmImg6, .item7:hover .itmImg7, .item8:hover .itmImg8{
    background-size: 100% 100%;

}

 ul{
    padding: 0 !important;
}

.row4{
    background: #fff;
}


.row4 .r4_1{
    height: 400px;
}
.row4 .title5{
    font-size:26px;
    font-weight: 400;
    color:rgba(51,51,51,1);
    line-height: 36px;
}

.row4 .content{
    display: inline-block;
    width: 485px;
    font-size:18px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
}


.row4 .rightArea{
    padding-left: 100px;
}

.row4 .leftArea{
    width: 486px;
    position: relative;
    left: 60px;
}
.row4 .ml100{
    margin-left: 100px;
    position: relative;
    right: -37px;
}

.row5{
    background:#fff;
}

.row5 h3{
    font-size:24px;
    color:#333;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    line-height:18px;
}

.row5 ul li a{
    font-size:14px;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color:rgba(102,102,102,1);
    line-height: 24px;
}

.row5 .overHide{
    display: inline-block;
    width: 235px;
}

.row6{
    width: 100%;
    height: 229px;
    background: url(../img/bg1.png) repeat;
}
.row6 p{
    color:rgba(254,254,254,1);
}
.row6 p, .row6 a{
    font-size:30px;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    line-height:24px;
}

.row6 div{
    width: 240px;
    border:1px solid rgba(255,255,255,1);
    margin-top: 20px;
    padding: 10px 24px;
    border-radius: 0;
}

.btn.pointer .f20{
    font-size: 20px;
}
a{
    color: #fff;
}
/* a:hover{
    color: #fff;
} */

.bairui:hover{
    color:rgba(0,136,250,1);
}

.mt18{
    margin-top: 10px;
}
.title{
    text-align:center;
    height:39px;
    font-size:36px;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:32px;
    margin-top: 60px;
  }

  .btn.pointer.answerBox:hover{
      background: #fff;
      color: #333  !important;
  }

.btn.pointer.answerBox:hover a{
      color: #333 !important;
  }

  .mt2vh{
    margin-top: 2vh;
  }


.row7{
    width: 100%;
    height: 620px;
    background:rgba(247,248,250,1);
}
.show-mobile {
    display: none;
}
.not-show {
    display: inherit;
}
.w62pre{
    /*width: 62%;*/
    width: 1212px;
    min-width: 600px;
}
@media screen and (max-width: 750px) {
    .w62pre {
        width: auto;
        min-width: auto;
        padding: 0 5vw;
    }
}

.khImg{
    width:170px;
    height:70px;
}
.row7 .container .row{
    margin-top: 5vh;
}


@media screen and (max-width: 1400px){
    .leftA .construct{
        width: 132px;
    }
    .slode .slodeUp{
        height: 490px;
    }

    .row7{
        height: 570px;
    }

    /*.row1Img{
        width: 435px;
        height: 197px;
    }

    .row1 .rightA {
        width: 426px;
        height: 198px;

    }
    .row1 .rightA .con1{
        font-size:11px;
        line-height: 26px;
    }*/
}

@media screen and (min-width: 1500px){
    .toLeft{
        left: -260px;
    }
    .container{
        width: 1215px;
    }
    .slodeDown .content{
        width: 1215px;
    }
}

.slodeDown ol {
    padding-inline-start: 0 !important;
}



/*手机适配*/
@media  screen and (max-width: 500px) {
    .not-show {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .banner.show-mobile {
        position: relative;
    }
    .banner.show-mobile > .banner{
        width: 100%;
    }
    .banner.show-mobile .logo-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        padding-left: 22px;
    }
    .banner.show-mobile  .logo{
        margin-top: 20px;
        width: 120px;
    }
    .banner.show-mobile > .turn {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .slode .slodeUp {
        height: 84vw;
        padding: 0 4%;
    }
    .toLeft {
        left: 0;
        top: 0;
    }
    .leftA .titleBig {
        font-size: 18px;
    }
    .leftA .title2 {
        font-size: 10px;
        opacity: 0.8;
        line-height: 20px;
    }
    .leftA .construct {
        width: 20vw;
        height: 8vw;
        font-size: 12px;
        line-height: 8vw;
        margin-top: 7vw;
    }
    .slodeDown .li {
         padding-left: 15px;
    }
    .slodeDown .li .title3 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .slodeDown .li .cont {
        line-height: normal;
        font-size: 9px;
    }
    .slode .slodeDown {
        height: 42vw;
    }
    .title {
        font-size: 28px;
        margin-top: 10vw;
    }
    .row1Img {
        width: 100%;
        height: auto;
    }
    .row1 .rightA .con1 {
        font-size: 12px;
        padding: 3vw 3vw;
        color: #666666;
        line-height: 24px;
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .introduceSLU {
        display: block;
    }
    .row1 .rightA {
        width: auto;
        height: auto;
    }
    .row2 {
        height: 90vw;
    }
    .row2UL {
        height: 100%;
    }
    .i1, .i2, .i3, .i4, .i5 {
        display: flex;
        flex-direction: column;
        height: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .i1 img, .i2 img, .i3 img, .i4 img, .i5 img {
        margin-top: 0;
        width: 50%;
        height: auto;
    }
    .i1 p, .i2 p, .i3 p, .i4 p, .i5 p {
        margin-top: 8px;
        font-size: 12px;
        line-height: normal;
    }
    .row3 {
         min-height: auto;
    }
    .row3UL {
        /*margin-top: 0;*/
    }
    .row3 .item {
         min-width: auto;
    }
    .item i {
        width: 68px;
        height: auto;
    }
    .row3IMG {
        width: 60%;
    }
    .row3DIV {
        height: 38vw;
    }
    .row3 .item p {
        font-size: 9px;
        color: rgba(51, 51, 51, 1);
        line-height: normal;
        margin-top: 2vw;
        text-align: center;
    }
    .row3 .item label {
        font-size: 9px;
        color: rgba(102,102,102,1);
        line-height: normal;
        margin-top: 0;
    }
    .row4 .r4_1 {
         height: auto;
        width: 50vw;
    }
    .row4 .rightArea {
        padding-left: 0;
    }
    .row4 .title5 {
        font-size: 14px;
        line-height: normal;
        padding: 0 3vw;
    }
    .row4 .content {
        width: auto;
        font-size: 10px;
        line-height: 20px;
        padding: 0 3vw;
    }
    .row4 .AIImg {
        margin-left: 0;
        position: static;
    }
    .row4 .leftArea {
        width: auto;
        position: static;;
        padding: 0 5vw;
    }
    .row4 .mt3vh .tr {

    }
    .khImg {
        width: 100%;
        height: auto;
    }
    .row7 {
        height: 100vw;
    }
    .row6 p, .row6 a {
        font-size: 24px;
    }
    .footer .wxCode {
        width: 100%;
        height: auto;
    }
    .footer .wxCodeWrapper {
        padding-left: 0;
        box-sizing: border-box;
    }

    .footer .bairuiInfo {
        font-size: 9px;
    }
    .footer .bairuiInfo p {
        font-size: 9px;
        margin: 0 0;
        line-height: normal;
    }
    .footer .contru1 {
        width: 31vw;
        height: 6vw;
        font-size: 9px;
    }
    .contru1 i {
        width: 19px;
        height: 20px;
        margin-left: 0;
    }
    .footer .contru1 span {
        font-size: 9px;
    }
    .footer .ct1 {
        width: 4vw;
        height: 4vw;
        margin-left: 0;
    }
    .footer .helpTxt {
        letter-spacing: 5px;
    }
    .footer .t2 .weiboWrapper {
        font-size: 9px;
    }
    .footer .links div {
        min-width: auto;
        padding: 0 0;
    }
    .footer .links a {
        font-size: 9px;
    }
    #footer .links {
        padding: 0 0;
    }
    html{overflow:hidden;overflow-y:auto;}
    .row7 .khItem {
        padding: 0 0;
    }
}
