@font-face {
    font-family: titleFont;
    src: url("/static/lib/fonts/ruizibigeqingchuntijian2.0.TTF");
}

@font-face {
    font-family: BNKGOTHL;
    src: url("/static/lib/fonts/BANKGOTHIC LT BT LIGHT.TTF");
}
@font-face {
    font-family: UBUNTU_L;
    src: url("/static/lib/fonts/UBUNTU-L.TTF");
}
@font-face {
    font-family: STXihei;
    src: url("/static/lib/fonts/STXihei.TTF");
}
@font-face {
    font-family: RuiZiYunXiHeiTi;
    src: url("/static/lib/fonts/RuiZiYunXiHeiTi.TTF");
}
@font-face {
    font-family: RuiZiRuiXinJiXianHeiJian;
    src: url("/static/lib/fonts/RuiZiRuiXinJiXianHeiJian.TTF");
}
*{
    font-family: siyuanheiti;
    /*font-weight: 600;*/
    color: #ffffff;
    /*font-family: '华文细黑';*/
}
.lineTop{
    line-height: 35px;
}
.lineTops{
    line-height: 25px;
}
.lineTops1{
    line-height: 32px;
}
.subtitle {
    text-align: center;
}
.index_download{
    position: relative;
    width: 100%;
}
.index_download img{
    width: 100%;
}
.index_download .firstChose{
    position: absolute;
    top: 15rem;
    left: 10.5rem;
}
.index_download .firstChose img{
    width: 35rem;
    height: 13rem;
}
.firstChose .bannerdownload{
    position: absolute;
    width: 10.7rem;
    height: 2.6rem;
    line-height: 2.6rem;
    top: 15rem;
    left: 6px;
    font-size: 1.4rem;
    text-indent: 4rem;
    background: #e3a821 url('../images/indexLoad.png')1rem 0.4rem no-repeat;
    background-size: 1.8rem 1.8rem;
    color: #61355d;
}
.firstChose .experience{
    position: absolute;
    top: 15rem;
    left: 250px;
    width: 10.7rem;
    height: 2.6rem;
    line-height: 2.3rem;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}
/*视频*/
.index_video{
    width: 100%;
    background: repeat;
    position: relative;
    text-align: center;
}
.video_text{
    width: 100%;
    height: 100%;
}
.video_p1,.video_p2{
    text-align: center;
}
.video_p1{
    font:bold 36px "微软雅黑";
    margin-top: 68px;
}
.video_p2{
    font-size: 20px;
    color: #666;
    margin-top:38px ;
}
.index_video .player{
    width: 62.5rem;
    height: 35.1rem;
    border: 5px solid #81406a;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 70px;
    position: relative;
}
.player video{
    width: 100%;
    margin-bottom: -5px;
}
/*产品*/

.productOne,.productTwo,.producThree,.productFour{
    width: 100%;
    height: 40.8rem;
    position: relative;
}
.PTwo_img1,.PThree_img2,.PFour_img1{
    width: 30rem;
    height: 4.7rem;
}
.productOne,.producThree{
    background: #f8f8f8;
}
.index_product img{
    position: absolute;
}
.index_product .wordBox{
    position: absolute;
}
.productTit{
    font-size: 2.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 26px;
}
.productDes{
    font-size: 1.2rem;
    color: #666;
}
/*1111111111111111111111111111*/
.Pone_img1{
    width: 41.3rem;
    height: 26.1rem;
    top:8rem;
    left: 12rem;
}
.Pone_img2{
    text-align: center;
    top:15.6rem;
    right: 11.3rem;
}
/*222222222222222222222222222222222222222*/
.PTwo_img1{
    top: 21.7rem;
    left: 13rem;
    text-align: center;
}
.PTwo_img2{
    width: 29rem;
    height: 25.6rem;
    top: 12.3rem;
    right: 14.4rem;
}
/*333333333333333333333333333333333333333333333*/
.PThree_img1{
    top: 9.5rem;
    left: 9.6rem;
    width: 40.6rem;
    height: 23.9rem;
}
.PThree_img2{
    top: 17.3rem;
    right: 10.4rem;
    text-align: center;
}
/*44444444444444444444444444444444444444444444444*/
.PFour_img1{
    top: 15.9rem;
    left: 9.7rem;
    text-align: center;
}
.PFour_img2{
    width: 39.3rem;
    height: 24.8rem;
    top: 5.9rem;
    right: 13.1rem;
}
/*轮播图*/
.banner{
    width: 100%;
}
.carousel-indicators {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 14px;
    margin: 1px 13px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #b6b3b2;
    border: none;
    border-radius: 0;
}
.carousel-indicators .active {
    width: 50px;
    height: 14px;
    margin: 1px 13px;
    background-color: #81387A;
}
.bannerBttom{
    height: 21.6rem;
    width: 100%;
}
.carousel-caption {
    position: absolute;
    font-style: italic;
    right: 15%;
    top: 6.3rem;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption  P{
    font-size: 24px;
    margin-top: 14px;
}
.carousel-caption .btn {
    text-shadow: none;
}

.computer{
    height: 3.6rem;
    line-height: 3.6rem;
    background: #191919;
    text-align: center;
    color:#fff;
}
.computer span{
    margin: 0 0.6rem;
}
.computer .f_26{
    font-size: 1.3rem;
    margin: 0;
}
.endTime{
    font-size: 0.8rem;
}


/*产品4新增文字*/
#yunnuo{
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    top: 23.5rem;
    right: 31rem;
}

.subtitle {
    font-size: 18px;
    letter-spacing: 2px;
    font-family: UBUNTU_L;
    margin-bottom: 1.5rem;
    text-align: center !important;
    padding-top: 1rem;
}
.serviceMaskOne,.serviceMask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.serviceMaskOne{
    background-color: rgba(0,0,0,0.3);
}



.huodong{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.1);
    display: none;
}
.huodong .huodongrukou{
    width: 67rem;
    height: 37rem;
    margin: 0 auto;
    margin-top: 7%;
    position: relative;
    background-size: 100%;
}
.huodongrukou img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.huodongrukou span{
    display: inline-block;
    width:3rem;
    height: 3rem;
    color: #fff;
    line-height: 2.3rem;
    text-align: center;
    font-size: 2rem;
    position: absolute;
    right: 0;
    cursor: pointer;

}
.huodongrukou a{
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
}
.huodongrukou .countdown{
    width: 10rem;
    margin-right: 4rem;
    font-size: 1rem;
}

#huodongA{
    position: fixed;
    display: none;
    z-index: 10000;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#huodongA img{
    width: 100%;
}
#daojishi{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    line-height: 10px;
}
#daojishi i{
    font-style: normal;
}
.closeBtn{
    display: inline-block;
    padding: 10px;
    font-size: 30px;
    margin: 0 0px 0 30px;
    cursor: pointer;
}
.huodongLink{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
}
.huodongTime {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 255px;
    left: 285px;
}








article {
    font-size: 2em;
    font-family: futura, sans-serif;
    overflow-x: hidden;
    background-color:rgba(0, 0, 0, 0.75)
}
@media (max-width: 460px) {
    article {
        font-size: 1.5em;
    }
}
section {
    position: relative;
}
pre {
    font-size: .75em;
    padding: 20px;
}
.box {
    position: relative;
    width: 50%;
    height: 15rem;
    margin: 10px; box-shadow: 0 0 10px rgba(0,0,0,.3);
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
}
.box:nth-child(2) { background: #f8c82d; }
.box:nth-child(3) { background: #0aba58; }
a {
    color: inherit;
}

.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.delighter.splash {
    transition: all 2s ease-out;
}
.delighter.splash.ended {
    /*background: #fff;*/
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
.delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }
.delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }
.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }
.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }

.delighter pre {
    display: block; transition: all 2s ease-out; opacity: 0;
    padding: 20px 0;
    width: 1px; overflow: hidden;
}
.delighter.started pre {
    max-width: 99999px; width: 100%; opacity: 1;
}
.delighter .box { transition: all 1s ease-out; }
.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }


.header{
    /*padding: 0 50px 0 120px;*/
    width:100%;
    height: 100px;
    /*position: absolute;*/
    top:0;
    left: 0;
    z-index: 9;
    box-sizing: border-box;
}
.img_box{
    margin-top: 3.5rem;
}
.wrap_5 .img_box{
    margin-top: 2.5rem;
}
.img_box>img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.logo_box{
    float: left;
    line-height: 120px;
}
.nav{
    float: right;
}
.nav_l{
    float: left;
}
.nav_r{
    float: right;
    margin-left: 50px;
}
.nav a{
    /*color: #ffffff;*/
    /*padding: 0 30px;*/
    /*font-size: 20px;*/
    /*text-decoration: none;*/
}
.font-bnkgothl{
    letter-spacing: 5px;
    /*font-family: BNKGOTHL;*/
    /*font-family: RalewayThin;*/
    font-family: UBUNTU_L;
    /*font-weight: 600;*/
}
article>.wrap_1{
    /*background-image: url("../images/banner.jpg");*/
    background-size: 100% auto;
    overflow: hidden;
}
.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
}
.wrap_1{
    padding: 0;
    min-height: 100vh;
    height: 100vh;
}
.wrap_1 .container{
    width: 90%;
    max-width: 42rem;
    text-align: center;
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    margin: auto;
}
.wrap_1_bg{
    width: 100%;
    /*height: 100%;*/
}
.wrap_1 .content{
    margin-top: -30%;
    height: 100%;
}
.wrap_1 .container .content h1{
    display: inline-block;
    font-size: 4rem;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 4rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #2CB96C;
}
.wrap_1 .container .content p{
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}
.wrap_1 .container .content .en{
    letter-spacing: 2px;
    font-family: UBUNTU_L;
    /*font-weight: 600;*/
}
.wrap_1 .container .content a{
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    width: 11rem;
    height: 2.5rem;
    border: 0;
    border-radius: 1.25rem;
    background-color: #2CB96C;
    text-align: center;
    line-height: 2.5rem;
    box-shadow: 0 0 0 0 #2CB96C;
}
.more_btn:hover,.wrap_1 .container .content a:hover{
    transition: all 0.2s;
    box-shadow: 0 0 20px 1px #2CB96C;
    background: #ffffff;
    color: #2CB96C;
}

.erweima_box{
    display: inline-block;
    position: relative;
}

.erweima_box>img{
    width: 24px;
}
.erweima_content{
    display: none;
    position: absolute;
}
.erweima_content>img{
    width: 144px;
}
.erweima_content>p{
    font-size: 16px!important;
    margin: 0!important;
}

.erweima_box:hover .erweima_content{
    display: block !important;
    margin-left: -7px;
}

a:visited{
    color: #ffffff;
}
.bg{
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.title {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: 100;
    margin: 1.74rem 0 0;
}
.title>span{
    border-bottom: 1px solid #2CB96C;
    border-top: 1px solid transparent;
    display: inline-block;
    padding-bottom: 1rem;
    font-weight: 100;
}

.text-content{
    color: #ffffff;
    font-size: 16px;
    margin: 1rem 0;
}
.font-md{
    font-size: 0.7rem;
}
.font-lg{
    font-size: 1rem!important;
}
.pt1rem{
    padding-top: 1rem;
}
.m0{
    margin: 0!important;
}
.container-c{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*z-index: 8;*/
    max-width: 1066px;
    width: 80%;
    /*width:calc(100% - 20rem);*/
    min-height: 80%;
    height: 80%;
    margin: auto;
    position: relative;
}

.img_content {
    position: absolute;
    z-index: -5;
}

.wrap_2{
    /*background-color: rgba(11, 65, 130, 0.30);*/
    background: linear-gradient(88.92deg, #022424 5.75%, #081833 94.94%);
    /*background: linear-gradient(90deg, rgba(42, 45, 130,0.8) 0%, rgba(118, 58, 14,0.8) 100%);*/
    padding: 7.5rem 0;
    height: auto;
    min-height: initial;
}
.wrap_2 .subtitle {
    text-align: center;
}
.wrap_2> .container-c{
    position: initial;
    height: auto;
    min-height: initial;
}

.wrap_2> .container-c .title{
    margin-top: 1rem;
}
.wrap_3{
    background-color: #090319;
    color: #ffffff;
    padding: 25rem 0 0;
    height: auto;
    min-height: initial;
}
.wrap_3>.container-c{
    margin-top: 7.5rem;
    position: absolute;
    min-height: initial;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}
.wrap_3 .container-c .row .col-sm-6{
    height: 250px;
    min-height: 200px;
    max-height: 250px;
    padding: 0.5rem 1.75rem;
    margin-bottom: 1rem;
}
.wrap_3 .icon-title{
    margin-bottom: 18px;
}
.wrap_3 .small-title{
    font-size: 18px;
    margin-bottom: 18px;
}
.wrap_3 .content-text{
    font-size: 14px;
}
.wrap_3_bg_mv{
    width: 100%;
    height: auto;
}

.wrap_14{
    padding: 7.5rem 0;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: center;

}

.wrap_4{
    background: #000000;

}
.p6{
    padding-bottom: 7.5rem !important;
}

.wrap_4_s{
    background: linear-gradient(90deg, #254A42 0%, #042526 100%);
    padding-bottom: 2rem;
}
.wrap_4_s .subtitle{
    text-align: center;
}
.wrap_4_s .text-content{
    text-align: left;
    font-size: 16px;
}

.wrap_4_s .img_box{
    position: relative;
}

.wrap_4_s .img_box .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
    height: 450px;
    background: url("../images/aist/p3.svg") no-repeat 0 200px!important;
}

.wrap_4_s .img_box .container .item {
    width: 18%;
    position: relative;
    padding-left: 22px;
    box-sizing: border-box;
}

.wrap_4_s .img_box .container .item:first-child {
    top: 85px;
}
.wrap_4_s .img_box .container .item:nth-child(3) {
    top: 65px;
}
.wrap_4_s .img_box .container .item:nth-child(4) {
    top: 30px;
}
.wrap_4_s .img_box .container .item:nth-child(5) {
    top: 40px;
}

.wrap_4_s .img_box .container .marker {
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: #2CB96C;
    border-radius: 50%;
    box-shadow: 0 0 10px 10px #2CB96C33;
    z-index: 2;
}

.wrap_4_s .img_box .container .line {
    position: absolute;
    left: 4.5px;
    top: 14px;
    width: 1px;
    height: 225px;
    /* 修改点：使用线性渐变，从半透明紫色过渡到完全透明 */
    background: linear-gradient(to bottom,
    #2CB96C 0%,
    #2CB96C33 50%,
    transparent 100%
    );
    z-index: 1;
}

.wrap_4_s .img_box .container h3 {
    margin: 0 0 12px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.wrap_4_s .img_box .container p {
    width: 80%;
    margin: 0;
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
    text-align: justify;
}


.wrap_4 .container-c{
    position: initial;
    height: auto;
    min-height: initial;
    padding: 7.5rem 0;
}

.wrap_4 .container-c .img_box {
    margin-top: 1.5rem;
}

.wrap_4 .container-c .img_box img{
    max-width: 80%;
}
.wrap_4 .container-c .title{
    margin-top: 0;
}

.wrap_4_copy{
    background: linear-gradient(268.95deg, #08503B -0.68%, #0B1218 99.84%) !important;
    padding: 8rem 0;
}

.wrap_4_copy .title {
    text-align: left !important;
}
.wrap_4_copy .subtitle{
    text-align: left !important;
}
.wrap_4_copy .text-content {
    text-align: left !important;
}

.wrap_4_copy .text-wrap {
    max-width: 701px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-left: 10% !important;
    margin-top: 0 !important;
}
.wrap_4_copy .img_box {
    margin: 0;
    text-align: left;
}
.wrap_4_copy .img_box img {
    max-width: 400px;
    margin-left: 14%;
    margin-top: -32px;
}


.wrap_5{
    background: linear-gradient(90deg, #254A42 0%, #042526 100%);
    /*min-height: 46rem;*/
    padding: 8rem 0;
}
.wrap_5 .text-wrap {
    max-width: 650px;
    /*margin-top: 9rem;*/
    margin-left: -15%;
    margin-right: 15%;
    padding-left: 0;
}

.wrap_5 .title {
    text-align: left !important;
}
.wrap_5 .subtitle{
    text-align: left !important;
}
.wrap_5 .text-content {
    text-align: left !important;
}

.wrap_5 .img_box {
    text-align: right;
    margin: 0;
    position: relative;
}

.wrap_5 .img_box img {
    max-width: 400px;
    margin: 0;
    position: absolute;
    left: 33%;
}

.wrap_6_6 {
    background: linear-gradient(90deg, #163333 0%, #15301F 100%);
    padding: 8rem 0;
}
.wrap_6_6 .text-wrap {
    max-width: 650px;
    /*margin-top: 9rem;*/
    margin-left: -15%;
    margin-right: 15%;
    padding-left: 0;
}

.wrap_6_6 .title {
    text-align: left !important;
}
.wrap_6_6 .subtitle{
    text-align: left !important;
}
.wrap_6_6 .text-content {
    text-align: left !important;
}

.wrap_6_6 .img_box {
    text-align: right;
    margin: 0;
    position: relative;
}

.wrap_6_6 .img_box img {
    max-width: 400px;
    margin: 0;
    position: absolute;
    left: 33%;
}
.wrap_6_7 {
    background: linear-gradient(90deg, #021109 0%, #0A321C 100%);
    position: relative;
    padding: 8rem 0;
    /*background-position: bottom;*/
}
.wrap_6_7 .container-c {
    position: relative !important;
    z-index: 999 !important;
}
.wrap_6_7>img {
    position: absolute;
    bottom: 0;
    z-index: 1;
    max-width: 100%;
}


.wrap_6_7 .text-content {
    text-align: center;
    font-size: 16px;
}
.wrap_6_7 .subtitle {
    text-align: center;
}

.back_4{
    background: -webkit-linear-gradient(left,#6d2650 , #280d30); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#6d2650 , #280d30); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#6d2650 , #280d30); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#6d2650 , #280d30); /* 标准的语法 */

    padding: 0rem 0 3rem;
    min-height: 46rem;
    position: relative;
}

.back_4 .container-c{
    position: initial;
    height: auto;
    min-height: initial;
    /*padding: 7.5rem 0;*/
}

.back_4_bg {
    position: absolute;
    bottom: 0;
    mix-blend-mode:color-dodge;
}

.statistics {
    margin-top: 40px;
}

.statistics-content {
    width: 100%;
    height: 189px;
    border-radius: 31px;
    background: #FFFFFF0C;
    border: 1px solid #FFFFFF19;
    padding: 30px 0;
}

.statistics-title {
    color: #FDAC15;
    font-weight: bold;
    font-size: 48px;
    line-height: normal;
    width: 100%;
    text-align: center;
}

.statistics-describe {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 34px;
    width: 100%;
    text-align: center;
}


.wrap_4 .text-wrap {
    max-width: 650px;
    margin-top: 12rem;
    margin-left: auto;
    margin-right: 15%;
    padding-left: 10%;
}
.wrap_5 .text-content{
    text-align: left;
}

.wrap_6 .text-content1{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.wrap_6 .text-content2{
    margin-bottom: 1.5rem;
}
.bg_img{
    width: 100%;
    margin-top: -20%;
}
.left_text{
    /*margin-top: 6rem;*/
    width: 100%;
    float: left;
}
.left_text *{
    text-align: center;
}
.left_text h2{
    margin-bottom: 0;

}
.computer_img{
    position: absolute;
    right: 0;
    width: 50%;
    top: 14rem;
}

.wrap_6{
    background: linear-gradient(269.29deg, #094334 12.64%, #0C1B1D 95.41%);
    padding: 8rem 0;
}

.wrap_6 .title {
    text-align: left !important;
}
.wrap_6 .subtitle{
    text-align: left !important;
}
.wrap_6 .text-content {
    text-align: left !important;
}
.wrap_6 .text-wrap {
    max-width: 701px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-left: 10% !important;
    margin-top: 0 !important;
}
.wrap_6 .img_box {
    margin: 0;
    text-align: left;
}
.wrap_6 .img_box img {
    max-width: 400px;
    margin-left: 14%;
    margin-top: -32px;
}

.wrap_7_7{
    background: linear-gradient(92.68deg, #122D24 5.6%, #112220 92.73%);
    padding: 8rem 0;
}

.wrap_7_7 .title {
    text-align: left !important;
}
.wrap_7_7 .subtitle{
    text-align: left !important;
}
.wrap_7_7 .text-content {
    text-align: left !important;
}
.wrap_7_7 .text-wrap {
    max-width: 701px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-left: 10% !important;
    margin-top: 0 !important;
}
.wrap_7_7 .img_box {
    margin: 0;
    text-align: left;
}
.wrap_7_7 .img_box img {
    max-width: 400px;
    margin-left: 14%;
    margin-top: -32px;
}


.progress-list{
    margin-top: 6rem;
}
.progress-title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 1.25rem;
}
.progress-name{
    font-size: 14px;
    width: 10%;
}
.wrap_6 .progress{
    margin-top:5px;
    width: 90%;
    border-radius: 0;
    background-color: rgba(255,255,255,.3);
    height: 12px;
}
.wrap_6 .progress .progress-bar{
    background-color: #2CB96C;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.vs{
    padding: 60px 0;
    font-size: 59px;
    text-align: center;
    /* line-height: 9rem; */
}
.vs>p{
    font-size: 14px;
    line-height: 14px;
}




.left_img{
    float: left;
}

.right_text{
    float: right;
}
.right_text p,.right_text h2{
    float: right;
    /*width: 480px;*/
    text-align: left;
}
.wrap_6>.container-c .right_text p{
    width: 100%;
}
.wrap_6>.container-c .right_text h2{
    width: 100%;
}
.right_text h2{
    margin-bottom: 0;
}
.right_text p{
    margin: 0.5rem 0;
}

.explore_btn{
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    width: 11rem;
    height: 2.9rem;
    background-color: #2CB96C;
    text-align: center;
    line-height:2.9rem;
}
.wrap_6 .right_text{
    margin-top: 12%;
    width: 24rem;
    max-width: 50%;
}

.wrap_7{
    background: rgb(0,0,0);
    padding-bottom: 7.5rem;
}
.wrap_7 .container-c .title{
    margin-top: 0;
    padding-top: 7.5rem;
}
.wrap_7 .container-c .text-content{
    margin-bottom:40px;
}
.friend_container{
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    height: 80px;
    position: relative;
}
.wrap_7 .friend_list,.wrap_7 .friend_list li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrap_7 .friend_list{
    width: 100%;
    position: absolute;
    left: 0;
}
.wrap_7 .friend_list li{
    float: left;
    width: 250px;
    height: 80px;
    text-align: center;
    position: relative;
}
.friend_list li img{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 90%;
}

.friend_container {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    height: 80px;
    position: relative;
}



.wrap_8{
    height: 33.7rem;
    min-height: 30.7rem;
    background-color: rgba(0, 42, 78, 0.5);
    /*padding: 7.5rem 0;*/
}
.wrap_8 .text-content{
    font-size: 0.9rem;
    text-align: left;
    padding: 0;
    margin: 0;
}
.wrap_8 .text-footer{
    margin-top: 1.8rem;
    font-size: 0.7rem;
    line-height: 1.5rem;
}
.wrap_8 .text-footer span{
    font-size: 1rem;
}
.wrap_8 .title{
    margin: 0rem 0 0rem;
    padding-top: 7.5rem;
}
.color-1d89e4{
    color: #2CB96C;
}
.wrap_8 .carousel{
    height: 60%;
}
.wrap_8 .container-c,.wrap_8 .carousel-inner,.wrap_8 .carousel-inner .item{
    height: 100%;
}
.wrap_8 .carousel-caption{
    font-style: normal;
}
.wrap_8 .carousel-caption {
    max-width: 32rem;
    top: 1.6rem;
    margin: 0 auto;
    padding: 0;
}
.wrap_8 .carousel-control.left,.wrap_8 .carousel-control.right{
    background: none;
}
.wrap_8 .carousel-control.left>span,.wrap_8 .carousel-control.right>span{
    width: 3.7rem;
    height:  3.7rem;
    display: block;
    margin: auto;
}
.wrap_8 .carousel-control.left>span{
    background-image: url("../images/left_btn.png");
    background-size: 100%;
}

.wrap_8 .carousel-control.right>span{
    background-image: url("../images/right_btn.png");
    background-size: 100%;
}








.wrap_19 .honor_list,.wrap_19 .honor_list li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrap_19 .honor_list li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    float: left;
}
.wrap_19{
    /*background: #142e48 !important; !* Safari 5.1 - 6.0 *!*/
    background: #09272f !important;
    padding: 7rem 0;
}
.wrap_19>.container-c{
    height:auto;
    min-height: initial;
}
.wrap_19 .honor_list li p{
    color: #ffffff;
    font-size: 0.7rem;
    text-align: center;
}
.wrap_19 .honor_list .img_c {
    height: 5rem;
    min-height: 80px;
    position: relative;
}
.wrap_19 .honor_list .img_c img{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    max-height:100%;
    max-width: 90%;
}
.wrap_9 .honor_list,.wrap_9 .honor_list li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrap_9 .honor_list li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    float: left;
}
.wrap_9{
    background: linear-gradient(to right,#133648, #051a15); /* 标准的语法 */
    /*padding-bottom: 6rem;*/
    padding:7.5rem 0;
}
.wrap_9>.container-c{
    height:auto;
    min-height: initial;
}
.wrap_9 .honor_list li p{
    color: #ffffff;
    font-size: 0.7rem;
    text-align: center;
}
.wrap_9 .honor_list .img_c {
    height: 5rem;
    min-height: 80px;
    position: relative;
}
.wrap_9 .honor_list .img_c img{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    max-height: 60%;
    max-width: 50%;
}

.more_btn{
    display: block;
    text-decoration: none;
    font-size: 1rem;
    width: 11rem;
    height: 2.5rem;
    border: 0;
    border-radius: 1.25rem;
    background-color: #2CB96C;
    text-align: center;
    line-height: 2.5rem;
    color: #ffffff;
}

.wrap_10{
    padding: 0;
    background: linear-gradient(to right,#0a3f29, #031322)
}
.wrap_10 .container-c{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.5rem 0;
}
.wrap_10 .container-c .right_text{
    margin-top: 2rem;
}

.wrap_11{
    box-sizing: border-box;
    background-color: #050505;
    min-height: 15rem;
    /*height: 17rem;*/
    border-bottom: 1px solid #696969;
    padding: 0;
}
.wrap_11 .container-c{
    max-width: 1200px;
    /*width: 100%;*/
    position: initial;
    padding-top: 1rem;
}

.wrap_15{
    background: linear-gradient(to right,#472c81, #2cf175);
}
.wrap_15 .container-c {
    margin: 0 auto;
    padding: 7.5rem 0 7.5rem;
}
.wrap_15 .honor_list li {
    padding: 0;
    line-height: 1.8;
    margin-bottom: 20px;
}
.wrap_15 .honor_list .img_c {
    height: 5rem;
    min-height: 80px;
    position: relative;
}
.wrap_15 .honor_list .img_c img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 60%;
    max-width: 50%;
}
.wrap_15 .honor_list li p {
    color: #ffffff;
    font-size: 0.5em;
    text-align: center;
}
.footer_table{
    margin-top: 1.8rem;
    text-align: left;
    width: 115%;
    line-height: 2rem;
    table-layout: fixed;
    margin-right: 15%;
}
.footer_table thead tr th{
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
}
.footer_table tbody tr td{
    font-size: 0.7rem;
    color: #ffffff;
}
.footer_icon{
    display: inline-block;
    margin-bottom: -8px;
    width: 1.2rem;
    height: 1.2rem;
    font-style: normal;
    background-size: 100% auto!important;
}

.footer_table tbody tr td .footer_icon{
    margin-right: 5px;
}
.footer_icon_phone{
    background: url("../images/footer3.png") left center no-repeat;
}
.footer_icon_service{
    background: url("../images/footer4.png") left center no-repeat;
}
.footer_icon_mail{
    background: url("../images/footer2.png") left center no-repeat;
}
.footer_icon_question{
    background: url("../images/footer5.png") left center no-repeat;
}
.footer_icon_url{
    background: url("../images/footer1.png") left center no-repeat;
}
.footer_icon_qq{
    background: url("../images/qq.png") left center no-repeat;
}

.br_btn{
    border-radius: 50px;
    border:1px solid #ffffff;
    text-decoration: none;
    padding: 8px 25px;
    /*position: absolute;*/
    /*top: 18px;*/
    line-height: 1rem;
    margin-left: 5px;
}
.footer_table tbody tr td a{
    text-decoration: none;
}
.wrap_12{
    text-align: center;
    box-sizing: border-box;
    background-color: #050505;
    min-height: 12rem;
    height: 12rem;
    font-size: 0.7rem;
    color: #FFFFFF;
    padding: 0;
}
.wrap_12 .s{
    margin-top:2.5rem;
    margin-bottom:1.5rem;
}
#consult_btn{
    background-color: #fff;
    color: #2CB96C;
    /*font-weight: 600;*/
}
#consult_btn:hover{
    transition: all 0.2s;
    box-shadow:0 0 20px 1px #2CB96C;
    background: #2CB96C;
    color: #ffffff;
}


.next-screen{
    display: none;
    width: 0;
    height: 0;
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 100px auto;
    position: relative;
}
.next-screen::after{
    content: '';
    display: block;
    background-color: #2CB96C;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 5px;
    transform: rotateZ(-45deg) translate(-2.5px);
    transform-origin: left;
}
.next-screen::before{
    content: '';
    display: block;
    background-color: #2CB96C;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 5px;
    transform: rotateZ(-135deg) translate(-2.5px);
    transform-origin: left;
}
.computer_img_2{
    display: none;
}
.wrap_8 .carousel .carousel-indicators{
    display: none;
}
.wrap_13{
    display: none;
}
.bg_img_2{
    display: none;
}
.service-btn{
    display: none;
}
.pf{
    display: none;
}
.m-l-lg{
    margin-left: 10%!important;
}
.bg4{
    min-height: 35rem;
    background-image: url(../images/img_docker.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.index_header .header_landing .register, .index_header .header_landing .login:hover {
    background-color: #2CB96C;
    border-color: #2CB96C;
    color: #ffffff;
}
.color-a9288d{
    color: #2CB96C;
}

.map-chart{
    width: 100%;
    height: 600px;
    background-image: url(../images/map-min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    position: relative;
}

.map-chart .tooptip-label{
    width: 10px;
    height: 10px;
    background-color: rgba(29, 137, 228, 0.7);
    border-radius: 50%;
    position: absolute;
}
/*.map-chart .tooptip-beijing{
	left: 63.2%;
	top: 36%;
}
.map-chart .tooptip-guangzhou{
	left: 60.5%;
	top: 80%;
}
.map-chart .tooptip-chengdu{
	left: 50.8%;
	top: 60%;
}
.map-chart .tooptip-shanghai{
	left: 68.8%;
	top: 59.6%;
}
.map-chart .tooptip-changsha{
	left: 58.6%;
	top: 67.2%;
}*/
.map-chart .tooptip-beijing{
    left: 63.2%;
    top: 36%;
}
.map-chart .tooptip-guangzhou{
    left: 60.5%;
    top: 80%;
}
.map-chart .tooptip-chengdu{
    left: 49.4%;
    top: 62%;
}
.map-chart .tooptip-shanghai{
    left: 68.8%;
    top: 59.6%;
}
.map-chart .tooptip-changsha{
    left: 58.6%;
    top: 67.2%;
}

.map-chart .tooptip-label::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    border-radius: 50%;
    border: 1px solid rgba(29, 137, 228, 0.7);
    transform: scale(.8);
    animation: timeBtn 2s infinite cubic-bezier(.65, .815, .735, .395);
    animation-delay: 1s
}

@keyframes timeBtn {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}
.map-chart .map-label{
    width: 200px;
    padding: 0.5rem;
    background-color: rgba(4, 46, 155, 0.6);
    border-radius: 4px;
}
.map-chart .map-label h4{
    font-size: 14px;
    margin-bottom: 4px;
}
.map-chart .map-label p{
    font-size: 12px;
}
/*.map-chart .tooptip-beijing .map-label{
	position: absolute;
	margin-top: 2px;
	left: 20px;
}
.map-chart .tooptip-guangzhou .map-label{
	position: absolute;
	margin-top: 4px;
	left: 20px;
}
.map-chart .tooptip-chengdu .map-label{
	position: absolute;
	margin-top: 3px;
	right: 18px;
}
.map-chart .tooptip-shanghai .map-label{
	position: absolute;
	margin-top: 3px;
	left: 20px;
}
.map-chart .tooptip-changsha .map-label{
	position: absolute;
	margin-top: -6px;
	left: 20px;
}*/
.map-chart .tooptip-beijing .map-label{
    position: absolute;
    margin-top: -68px;
    left: 20px;
}
.map-chart .tooptip-guangzhou .map-label{
    position: absolute;
    margin-top: 4px;
    left: -220px;
}
.map-chart .tooptip-chengdu .map-label{
    position: absolute;
    margin-top: 3px;
    right: 18px;
}
.map-chart .tooptip-shanghai .map-label{
    position: absolute;
    margin-top: -70px;
    left: 20px;
}
.map-chart .tooptip-changsha .map-label{
    position: absolute;
    margin-top: -6px;
    left: 20px;
}

.bg-img {
    display: none;
}



@media (max-width:741px) {

    .wrap_4_copy .text-wrap {
        width: 100% !important;
        padding: 0 50px !important;
    }
    .wrap_4_copy .img_box img {
        margin-left: 0 !important;
    }

    .wrap_6 .text-wrap {
        width: 100% !important;
        padding: 0 50px !important;
    }

    .wrap_6 .img_box img {
        margin-left: 0 !important;
    }

    .wrap_5 .img_box img {
        position: relative;
        left: 0;
    }

    .wrap_6_6 .text-wrap {
        width: 100%;
        margin: 0;
        padding: 0 50px;
    }

    .wrap_6_6 .img_box img {
        position: relative;
        left: 0;
    }

    .wrap_7_7 .text-wrap {
        width: 100%;
        padding: 0 50px;
    }

    .wrap_7_7 .img_box img {
        margin-left: 0 !important;
    }

    .wrap_4_s .img_box .container {
        flex-direction: column;
        height: auto;
        padding-top: 40px;
    }
    .wrap_4_s .img_box .container .item {
        width: 100%;
        margin-bottom: 40px !important;
        margin-top: 0 !important;
        align-self: flex-start !important;
        top: inherit !important;
    }

    .wrap_4_s .img_box .container {
        background: url("../images/aist/p3.svg") no-repeat bottom !important;
        background-size: 100% !important;
    }

    .wrap_4_s .img_box .container .line {
        height: calc(100% + 40px) !important;
    }


    .left_text h2{
        width: 100%;
        text-align: center;
        margin: 0 !important;
        line-height: 30px;
    }
    .lineTops1{
        line-height: normal !important;
    }
    .lineTop{
        line-height: normal !important;
    }
    .lineTops{
        line-height: normal !important;
    }
    .wrap_14{
        padding: 50px 0;
    }
    .wrap_14 .container-c{
        width: 300px;
    }
    .wrap_14 .map-chart{
        width: 300px;
        height: 280px;
    }
    .map-chart .map-label {
        width: 100px;
        padding: 5px;
    }

    .map-chart{
        width: 100%;
        height: 600px;
        background-image: url(../images/map-min.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 90%;
        position: relative;
    }
    .map-chart .tooptip-beijing{
        left: 67.5%;
        top: 36%;
    }
    .map-chart .tooptip-guangzhou{
        left: 66.5%;
        top: 73%;
    }
    .map-chart .tooptip-chengdu{
        left: 47.8%;
        top: 58%;
    }
    .map-chart .tooptip-shanghai{
        left: 75.8%;
        top: 56.6%;
    }
    .map-chart .map-label {
        width: 100px;
        padding: 5px;
    }
    .map-chart .tooptip-beijing .map-label{
        position: absolute;
        margin-top: -30px;
        left: 17px;
    }
    .map-chart .tooptip-guangzhou .map-label{
        position: absolute;
        margin-top: 4px;
        left: -103px;
    }
    .map-chart .tooptip-chengdu .map-label{
        position: absolute;
        margin-top: 3px;
        right: 18px;
    }
    .map-chart .tooptip-shanghai .map-label{
        position: absolute;
        margin-top: -30px;
        left: 20px;
    }
    .map-chart .tooptip-changsha .map-label{
        position: absolute;
        margin-top: -12px;
        left: 13px;
    }



    .wrap_10 .container-c{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5rem 0;
    }
    .wrap_10 .container-c .right_text{
        margin-top: 2rem;
    }
    .p6{
        padding-bottom: 30px !important;
    }
    .p0{
        padding-bottom: 0px !important;
    }
    .bg4{
        margin-top: 10%;
        min-height: 150px;
    }
    .subtitle {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .erweima_box{
        display: none;
    }
    #header {
        height: 64px!important;
    }
    .wrap_3_bg_mv{
        display: none;
    }
    .index_header .header_logo a{
        width: 100px;
    }
    .wrap_1_bg {
        width: auto;
        height: 100%;
        margin-left: -140%;
    }
    .wrap_1 .container{
        max-width: none;
    }
    .wrap_1 .container .content h1 {
        display: inline-block;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #2CB96C;
    }
    .wrap_1 .container .content p{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .wrap_1 .container .content .font-lg{
        font-size: 14px!important;
    }

    .wrap_1 .container .content a{
        margin: 0 auto;
        display: block;
        text-decoration: none;
        font-size: 22px;
        width: 200px;
        height: 50px;
        border: 0;
        border-radius: 30px;
        background-color: #2CB96C;
        text-align: center;
        line-height: 50px;
        box-shadow: 0 0 0 0 #2CB96C;
    }

    .wrap_1 .content {
        /*margin-top: -60%;*/
        margin-top: -170px;
        width: 100%;
        height: 100%;
    }
    .next-screen{
        display: block;
        -webkit-animation-name: moveDown;
        animation-name: moveDown;
        -webkit-animation-duration: 3.2s;
        animation-duration: 3.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    @-webkit-keyframes moveDown {
        15% {
            opacity: 1;
            transform: translateY(0px);
        }
        20% {
            opacity: 1;
            transform: translateY(0px);
        }
        70% {
            opacity: 1;
            transform: translateY(0px);
        }
        100% {
            opacity: 0;
            transform: translateY(25px);
        }
        0% {
            opacity: 0;
            transform: translateY(0px);
        }
        10% {
            opacity: 0.1;
            transform: translateY(0px);
        }
    }

    @keyframes moveDown {
        15% {
            opacity: 1;
            transform: translateY(0px);
        }
        20% {
            opacity: 1;
            transform: translateY(0px);
        }
        70% {
            opacity: 1;
            transform: translateY(0px);
        }
        100% {
            opacity: 0;
            transform: translateY(25px);
        }
        0% {
            opacity: 0;
            transform: translateY(0px);
        }
        10% {
            opacity: 0.1;
            transform: translateY(0px);
        }
    }


    .wrap_2{
        padding: 40px 0;
        height: auto;
        min-height: initial;
    }
    .wrap_2>.container-c{
        position: initial;
        height: auto;
        min-height: initial;
    }
    .wrap_3{
        padding: 30px 0 0;
    }
    .wrap_3 .container-c{
        position: initial;
        margin-top: 0;
    }
    .wrap_4{
        padding: 30px 0;
        height: auto;
        min-height: initial;
    }
    .wrap_4>.container-c{
        padding: 0;
        position: initial;
        height: auto;
        min-height: initial;
    }

    .wrap_4 .container-c .img_box img{
        max-width: 100%;
    }



    .wrap_4>.container-c>.img_box{
        margin-bottom: 0;
    }
    .wrap_5{
        min-height: 375px;
    }
    .wrap_5>.container-c{
        height: 106%;
    }

    .statistics-content {
        margin-bottom: 20px;
    }

    .bg_img{
        display: none;
    }
    .bg_img_2{
        display: block;
        width: 110%;
        position: absolute;
        top: -0%;
        left: 0;
    }
    .computer_img_2{
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
    .computer_img{
        display: none
    }

    .back_4 .container-c {
        margin-top: -110px;
    }

    .wrap_5 .left_text {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 0;
    }
    .left_text .title .font-md{
        font-size: 12px;
    }
    .wrap_5 .left_text *{
        text-align: center;
    }
    .wrap_5 .text-wrap {
        max-width: 650px;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: 15%;
        padding-left: 10%;
    }
    .wrap_4 .text-wrap {
        max-width: 650px;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: 15%;
        padding-left: 10%;
    }
    .wrap_5 .title, .wrap_5 .subtitle {
        text-align: center;
    }
    .text-content2{
        margin-bottom: 40px;
        font-size: 14px!important;
    }
    .text-content1{
        font-size: 14px!important;
    }
    .wrap_6{
        background: linear-gradient(269.29deg, #094334 12.64%, #0C1B1D 95.41%);
        padding: 70px 0 50px;
        height: auto;
        min-height: initial;
    }
    .wrap_6>.container-c .left_img{
        display: none;
    }
    .wrap_6>.container-c .right_text img{
        display: block;
    }
    .wrap_6 .right_text {
        margin-top: 0%;
        width: 100%;
        max-width: 100%;
    }
    .wrap_6 .right_text *{
        text-align: center;
    }


    .wrap_7{
        background: #0d0e10!important;
        height: auto;
        min-height: initial;
    }
    .wrap_7 .friend_list li{
        width: 120px;
    }
    .m-l-lg{
        margin-left: 0;
    }
    .wrap_7>.container-c{
        position: initial;
        height: auto;
        min-height: initial;
    }
    .wrap_8{
        background-color: rgba(0, 42, 78, 0.5);
        padding: 4rem 0;
        height: auto;
        min-height: initial;
    }

    .wrap_8 .title{
        margin: 0;
        padding-top: 0;
    }
    .wrap_8>.container-c{
        position: initial;
        height: auto;
        min-height: initial;
    }
    .wrap_8 .carousel{
        height: 250px;
    }
    .carousel-caption {
        max-width: none!important;
        position: absolute;
        font-style: italic;
        top: 160px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
    .wrap_8 .text-content{
        font-size: 12px;
    }
    .wrap_8 .text-footer{
        font-size: 12px;
        line-height: 18px;
    }
    .wrap_8 .text-footer span{
        font-size: 12px;
    }
    .wrap_8 .carousel-control.left>span{
        width: 0;
        height: 0;
        transform: rotateZ(-45deg);
        margin-top: 4rem;
        position: absolute;
    }
    .wrap_8 .carousel-control.left>span::after{
        content: '';
        display: block;
        width: 20px;
        height: 4px;
        background-color: #b5b5b5;
        transform: rotateZ(90deg) translate(-6px);
        transform-origin:left;
    }
    .wrap_8 .carousel-control.left>span::before{
        content: '';
        display: block;
        width: 20px;
        height: 4px;
        background-color: #b5b5b5;
        transform: translate(-2px);
    }
    .wrap_8 .carousel-control.right>span {
        width: 0;
        height: 0;
        float: right;
        transform: rotateZ(135deg);
        margin-top: 4rem;
        position: absolute;
        right: 3px;
    }
    .wrap_8 .carousel-control.right>span::after{
        content: '';
        display: block;
        width: 20px;
        height: 4px;
        background-color: #b5b5b5;
        transform: rotateZ(90deg) translate(-6px);
        transform-origin:left;
    }
    .wrap_8 .carousel-control.right>span::before{
        content: '';
        display: block;
        width: 20px;
        height: 4px;
        background-color: #b5b5b5;
        transform: translate(-2px);
    }
    .wrap_8 .carousel .carousel-indicators{
        display: block;
        bottom: -2rem;
    }
    .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 0;
        background-color: #fff;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .wrap_9 .honor_list .img_c img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-height: 60%;
        max-width: 50%;
    }
    .wrap_9 .honor_list li p {
        font-size: 12px;
    }
    .wrap_15 .honor_list li p {
        font-size: 12px;
    }
    .wrap_10{
        padding: 30px 0;
        height: auto;
        min-height: initial;
    }
    .wrap_10>.container-c{
        position: initial;
        height: auto;
        min-height: initial;
    }
    .wrap_10 .container-c .left_text {
        margin-top: 0;
        width: 100%;
    }
    .wrap_10 .container-c .left_text *{
        text-align: center;
    }
    .wrap_10 .container-c .right_text {
        margin-top: 0;
        width: 100%;
    }
    .wrap_10 .container-c .right_text .more_btn{
        float: none;
        margin: 20px auto;
        display: block;
        border: 0;
        text-align: center;
        text-decoration: none;
        font-size: 22px;
        width: 200px;
        height: 50px;
        border-radius: 30px;
        background-color: #2CB96C;
        line-height: 50px;
        box-shadow: 0 0 0 0 #2CB96C;
    }
    .wrap_11,.wrap_12{
        display: none;
    }
    .wrap_13{
        display: block;
        padding: 30px 0;
        height: auto;
        min-height: initial;
        background-color: #0d0e10;
    }
    .wrap_13>.container-c .img_box{
        margin-top: 0;
    }
    .wrap_13>.container-c{
        position: initial;
        height: auto;
        min-height: initial;
    }
    .wrap_13>.container-c>.title{
        margin: 20px 0;
        font-size: 16px;
    }
    .wrap_13>.container-c p{
        margin: 20px 0;
        font-size: 12px;
        text-align: center;
    }
    .text-content {
        color: #ffffff;
        font-size: 14px;
        margin: 20px 0 0;
    }
    .title {
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        margin: 0;
    }
    .title .font-lg{
        font-size: 12px!important;
    }
    .service-btn{
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        background-image: url("../images/service.png");
        background-size: 100% 100%;
        z-index: 999;
    }
    .service-btn p{
        display: none;
    }
    .bg_mv{
        display: none;
    }
    .time-line{
        display: none;
    }
    .time-ctl{
        display: none!important;
    }
    .erweima_content{
        display: none;
        position: absolute;
        left: -60px;
        z-index: 999;
    }

    .bg-img{
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../images/aist/bg.png);
        background-size: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
    }

}
@media (min-width:741px){
    .col20{
        width: 20%;
        float: left;
    }
    .col40{
        width: 40%;
        float: left;
    }
    .pf{
        position: fixed;
        right: 170px;
        bottom: 8px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        height: 40px;
        z-index: 999;
    }
    .pf>img{
        width: 24px;
    }




    .pf:hover .erweima_content{
        margin-top: -250px;
        padding: 32px 22px !important;
        width: 360px;
        margin-left: -340px;
        background: -webkit-linear-gradient(left,rgba(34,45,105, 0.5), rgba(124,43,165, 0.5)); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right,rgba(34,45,105, 0.5), rgba(124,43,165, 0.5)); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right,rgba(34,45,105, 0.5), rgba(124,43,165, 0.5)); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right,rgba(34,45,105, 0.5), rgba(124,43,165, 0.5)); /* 标准的语法 */
        display: block !important;
    }

    .erweima_content > div {
        width: 50% !important;
    }

    .service-btn{
        position: fixed;
        right: 50px;
        bottom: 20px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        width: 110px;
        height: 34px;
        border: 0;
        border-radius: 18px;
        background-color: #2CB96C!important;
        text-align: center;
        line-height: 6px;
        padding-top: 5px;
        color: #ffffff;
    }
    .service-btn .e{
        letter-spacing: normal;
        font-size: 10px;
        transform: scale(.7);
    }
    .service-btn:hover {
        box-shadow: 0 0 20px 1px #2CB96C!important;
        background: #ffffff!important;
        color: #2CB96C!important;
    }
    .service-btn:hover p {
        color: #2CB96C!important;
        transition: all 0.2s;
    }
}

a:hover, a:focus {
    color: #ffffff;
}
/*时间轴*/
.time-line{
    position: fixed;
    width: 1px;
    background-color: #ffffff;
    height: calc(100% - 160px);
    right: 100px;
    top:80px;
    z-index: 99999;
    font-size: 12px;
    color: #ffffff;
    opacity: .8;
}
.time-line-item *{
    transition: all 0.8s;
}
.time-line-item{
    position: relative;
    width: 90px;
    margin-left: -45px;
    margin-top: 50px;
    height: 14px;
    cursor: pointer;
}
.time-line-item::before{
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 7px;
    left: 37px;
    transition: all 0.5s;
}
.time-line-item::after{
    content: '';
    display: block;
    width: 5px;
    height: 0px;
    background-color: #2CB96C;
    position: absolute;
    top: -12px;
    left: 43px;
    z-index: 99999;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.5s;
}
.time-line-active::before, .time-line-hover::before{
    content: '';
    display: block;
    width: 31px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 7px;
    left: 30px;
}
.time-line-active::after,.time-line-hover::after{
    content: '';
    display: block;
    width: 5px;
    height: 40px;
    background-color: #2CB96C;
    position: absolute;
    top: -12px;
    left: 43px;
    z-index: 99999;
    opacity: 1;
    transform: scaleY(1);
}
.time-line-index{
    position: absolute;
    left: 11px;
    z-index: 99999;
}
.time-line-name{
    display: block;
    width: 130px;
    position: absolute;
    right: 66px;
    opacity: 0;
    text-align: right;
    z-index: 99999;
}
.time-line-active .time-line-index ,.time-line-hover .time-line-index{
    position: absolute;
    left: 68px;
}
.time-line-active .time-line-name ,.time-line-hover .time-line-name{
    opacity: 1;
}
.time-line-item:nth-last-child(1):after{
    content: '';
    display: none;
}
.time-line-item:nth-last-child(1):before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 38px;
}
.time-ctl{
    display: block;
    position: fixed;
    right: 30px;
    top: 51%;
    color: #ffffff;
    z-index: 999;
    width: 15px;;
    cursor: pointer;
    line-height: 25px;
}
.time-ctl>span{
    opacity: .7;
    text-align: center;
}
.time-ctl>span:hover{
    opacity: 1;
    border-color: #2CB96C;
    transition: all 0.5s;
}
.time-ctl>.prev{
    display: block;
    width: 15px;
    height: 15px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: transparent;
    transform: rotate(45deg);
}
.time-ctl>.next{
    display: block;
    width: 15px;
    height: 15px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    transform: rotate(45deg);
    margin-top: 10px;
}
/*////////////////////////////////////////////////////////////////////////////////////*/
.hot:after{
    content: '';
    display: block;
    background-image: url(../images/hot.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 14px;
    background-size: 100% 100%;
    position: absolute;
    right: 12px;
}
