@font-face {
    font-family: titleFont;
    src: url("/xsbom_static/lib/fonts/ruizibigeqingchuntijian2.0.TTF");
}

@font-face {
    font-family: BNKGOTHL;
    src: url("/xsbom_static/lib/fonts/BANKGOTHIC LT BT LIGHT.TTF");
}
@font-face {
    font-family: UBUNTU_L;
    src: url("/xsbom_static/lib/fonts/UBUNTU-L.TTF");
}
@font-face {
    font-family: STXihei;
    src: url("/xsbom_static/lib/fonts/STXihei.TTF");
}
@font-face {
    font-family: RuiZiYunXiHeiTi;
    src: url("/xsbom_static/lib/fonts/RuiZiYunXiHeiTi.TTF");
}
@font-face {
    font-family: RuiZiRuiXinJiXianHeiJian;
    src: url("/xsbom_static/lib/fonts/RuiZiRuiXinJiXianHeiJian.TTF");
}
*{
    font-family: siyuanheiti;
    /*font-weight: 600;*/
    color: #ffffff;
    /*font-family: '华文细黑';*/
}
.lineTop{
    line-height: 35px;
}
.lineTops1{
    line-height: 32px;
}
.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;
}
/*视频*/
/*产品*/
/*1111111111111111111111111111*/
/*222222222222222222222222222222222222222*/
/*333333333333333333333333333333333333333333333*/
/*44444444444444444444444444444444444444444444444*/
/*轮播图*/
.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;
}
.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;
}


/*产品4新增文字*/

.subtitle {
    font-size: 18px;
    letter-spacing: 2px;
    font-family: UBUNTU_L;
    margin-bottom: 1.5rem;
    text-align: center;
    padding-top: 1rem;
}








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 .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%); }

.color-a9288d{
    color: #a9288d !important;
}
.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%;
}
.nav{
    float: right;
}
.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 #EE0000;
}
.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: #EE0000;
    text-align: center;
    line-height: 2.5rem;
    box-shadow: 0 0 0 0 #EE0000;
}
.more_btn:hover,.wrap_1 .container .content a:hover{
    transition: all 0.2s;
    box-shadow: 0 0 20px 1px #EE0000;
    background: #ffffff;
    color: #EE0000;
}

.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 #EE0000;
    border-top: 1px solid transparent;
    display: inline-block;
    padding-bottom: 1rem;
    font-weight: 100;
}

.text-content{
    color: #ffffff;
    font-size: 16px;
    margin: 1rem 0;
}
.container-c{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*z-index: 8;*/
    max-width: 1040px;
    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(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> .container-c{
    position: initial;
    height: auto;
    min-height: initial;
}

.wrap_2> .container-c .title{
    margin-top: 1rem;
}
.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_4{
    background: #000000;

}
.p6{
    padding-bottom: 7.5rem !important;
}

.wrap_4_s{
    background: -webkit-linear-gradient(left,#671313, #272D6C ) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#671313, #272D6C) !important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#671313, #272D6C) !important; /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#671313, #272D6C) !important; /* 标准的语法 */
    padding-bottom: 2rem;
}



.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: -webkit-linear-gradient(left,#000F1C , #241348 ) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#000F1C , #241348) !important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#000F1C , #241348) !important; /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#000F1C , #241348) !important; /* 标准的语法 */
    padding-bottom: 2rem;
}

.wrap_4_copy .container-c{
    padding: 7.5rem 0 2.5rem 0;
}

.wrap_5{
    background: -webkit-linear-gradient(left,#1A1E48, #7D1A21); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#1A1E48, #7D1A21); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#1A1E48, #7D1A21); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#1A1E48, #7D1A21); /* 标准的语法 */
    min-height: 46rem;
}
.wrap_5 .container-c{
    position: initial;
    height: auto;
    min-height: initial;
    padding-top: 1.5rem;
}
.wrap_5 .text-wrap {
    max-width: 650px;
    margin-top: 9rem;
    margin-left: auto;
    margin-right: 15%;
    padding-left: 10%;
}

.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: center;
}



.wrap_6 .text-content1{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.wrap_6 .text-content2{
    margin-bottom: 1.5rem;
}
.left_text{
    /*margin-top: 6rem;*/
    width: 100%;
    float: left;
}
.left_text *{
    text-align: center;
}
.left_text h2{
    margin-bottom: 0;

}

.wrap_6{
    background: #01021A;
    padding: 5rem 0 7.5rem;
}

.wrap_6>.container-c .left_img{
    width: 50%;
}

.wrap_6>.container-c{
    position: initial;
    height: auto;
    min-height: initial;
}
.wrap_6>.container-c .left_img img{
    width: 100%;
}
.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: #EE0000;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.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;
}
.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;
}
.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("/public_static/code_img/left_btn.png");
    background-size: 100%;
}

.wrap_8 .carousel-control.right>span{
    background-image: url("/public_static/code_img/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: -webkit-linear-gradient(left,#411E47 , #5E050B); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#411E47 , #5E050B); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#411E47 , #5E050B); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#411E47 , #5E050B); /* 标准的语法 */
    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: -webkit-linear-gradient(left,#411E47,#1A1E46); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#411E47,#1A1E46); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#411E47,#1A1E46); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#3F121A,#181E48); /* 标准的语法 */
    /*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: #EE0000;
    text-align: center;
    line-height: 2.5rem;
    color: #ffffff;
}

.wrap_10{
    padding: 0;
    background: -webkit-linear-gradient(left,#03315e, #031322); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#03315e,  #031322); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#03315e, #031322); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#401b1e, #040826); /* 标准的语法 */
}
.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 .container-c{
    max-width: 1200px;
    /*width: 100%;*/
    position: initial;
    padding-top: 1rem;
}

.wrap_15{
    background: -webkit-linear-gradient(left,#090210, #430208); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#090210, #430208); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#090210, #430208); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#201c05, #430208);
}
.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_table tbody tr td a{
    text-decoration: none;
}
.wrap_12 .s{
    margin-top:2.5rem;
    margin-bottom:1.5rem;
}
#consult_btn{
    background-color: #fff;
    color: #EE0000;
    /*font-weight: 600;*/
}
#consult_btn:hover{
    transition: all 0.2s;
    box-shadow:0 0 20px 1px #EE0000;
    background: #EE0000;
    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: #EE0000;
    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: #EE0000;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 5px;
    transform: rotateZ(-135deg) translate(-2.5px);
    transform-origin: left;
}
.wrap_8 .carousel .carousel-indicators{
    display: none;
}
.service-btn{
    display: none;
}
.pf{
    display: none;
}

.index_header .header_landing .register, .index_header .header_landing .login:hover {
    background-color: #EE0000;
    border-color: #EE0000;
    color: #ffffff;
}
.color-a9288d{
    color: #EE0000;
}
/*.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%;
}*/

@keyframes timeBtn {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}
/*.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;
}*/

.bg-img {
    display: none;
}



@media (max-width:741px) {
    .left_text h2{
        width: 100%;
        text-align: center;
        margin: 0 !important;
        line-height: 30px;
    }
    .lineTops1{
        line-height: normal !important;
    }
    .lineTop{
        line-height: normal !important;
    }
    .wrap_14 .container-c{
        width: 300px;
    }



    .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;
    }
    .subtitle {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .erweima_box{
        display: none;
    }
    #header {
        height: 64px!important;
    }
    .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 #EE0000;
    }
    .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: #EE0000;
        text-align: center;
        line-height: 50px;
        box-shadow: 0 0 0 0 #EE0000;
    }

    .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 .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_copy {
        padding-top: 20px;
    }

    .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;
    }

    .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;
    }
    .wrap_6{
        background: -webkit-linear-gradient(left,#12204a, #022d55); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right,#12204a, #022d55); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right,#12204a, #022d55); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right,#12204a, #022d55);
        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;
    }
    .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: #EE0000;
        line-height: 50px;
        box-shadow: 0 0 0 0 #EE0000;
    }
    .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/bg-phone.png);
        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: #EE0000!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 #EE0000!important;
        background: #ffffff!important;
        color: #EE0000!important;
    }
    .service-btn:hover p {
        color: #EE0000!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: #EE0000;
    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: #EE0000;
    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: #EE0000;
    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;
}
/*////////////////////////////////////////////////////////////////////////////////////*/
