@font-face {
    font-family: titleFont;
    src: url("/public_static/fuse/lib/fonts/ruizibigeqingchuntijian2.0.TTF");
}

@font-face {
    font-family: BNKGOTHL;
    src: url("/public_static/fuse/lib/fonts/BANKGOTHIC LT BT LIGHT.TTF");
}
@font-face {
    font-family: UBUNTU_L;
    src: url("/public_static/fuse/lib/fonts/UBUNTU-L.TTF");
}
@font-face {
    font-family: STXihei;
    src: url("/public_static/fuse/lib/fonts/STXihei.TTF");
}
@font-face {
    font-family: RuiZiYunXiHeiTi;
    src: url("/public_static/fuse/lib/fonts/RuiZiYunXiHeiTi.TTF");
}
@font-face {
    font-family: RuiZiRuiXinJiXianHeiJian;
    src: url("/public_static/fuse/lib/fonts/RuiZiRuiXinJiXianHeiJian.TTF");
}
*{
	font-family: siyuanheiti;
	/*font-weight: 600;*/
	/*font-family: '华文细黑';*/
    color: #fff;
}

/*弹出框*/
.index_win{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0,0,0,0.6);
    display: none;

}
.index_win > .DdownDiv{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}


/*。。。。。。。。。。。。文字动画。。。。。。。。。。。。*/
.Pone_img2#bounceInRight{
    animation: bounceInRight 2s;
}
.PTwo_img1#bounceInLeft{
    animation: bounceInLeft 2s;
}
.PThree_img2#bounceInRight{
    animation: bounceInRight 2s;
}
.PFour_img1#bounceInLeft{
    animation: bounceInLeft 2s;
}
/*。。。。。。。。。。。。。图片动画。。。。。。。。。。。。*/
#picOne{
   transform: scale(1.1);
    transition: all 8s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transition: all 8s ease 0s;
}

/*动画*/
/*............................文字从左出现..............................*/
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }


  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/*............................文字从左出现..............................*/
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }


  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.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);
}




.m-t{
    margin-top: 1rem;
}

.back_4 .title{
    padding: 0 !important;
}



.main {
	font-size: 2em;
	font-family: futura, sans-serif;
	overflow-x: hidden;
	background-color:rgba(0, 0, 0, 0.75)
}
@media (max-width: 460px) {
    .main {
		font-size: 1.5em;
	}
}
section {
	position: relative;
}
section:nth-child(odd) {
	color: #fff;
}
section:nth-child(3) {
	color: #fff;
}
section:nth-child(4) {
}
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;
}
.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;
}
.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;
}
.img_box>img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.wrap_3>.container-c>.img_box>img{
	width:72%;
}
.logo_box{
	float: left;
	line-height: 120px;
}
.nav{
	float: right;
}
.nav_l{
	float: left;
}
.nav_r{
	float: right;
	margin-left: 50px;
}

.font-bnkgothl{
    letter-spacing: 5px;
    font-family: UBUNTU_L;
}
.main>.wrap_1{
	background-size: 100% auto;
	overflow: hidden;
}
.mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.82);
	position: absolute;
	top: 0;
	left: 0;
}
.wrap_1{
	padding: 0;
	/*min-height: 800px;*/
	height: 100vh;
    overflow: hidden;
}
.wrap_1 .container{
	width: 90%;
	max-width: 56rem;
	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: -26%;
	height: 100%;
}
.wrap_1 .container .content h1{
	display: inline-block;
	font-size: 4rem;
	margin-bottom: 0;
    font-weight: 100;
	margin-top: 4rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #2af270;
}
.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: RalewayThin;*/
    font-family: UBUNTU_L;
    /*font-weight: 600;*/
}
.wrap_1 .container .content a{
    color:#000000;
	display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	width: 11rem;
	height: 2.5rem;
	border: 0;
	border-radius: 1.25rem;
	background-color: #2af270;
	text-align: center;
	line-height: 2.5rem;
	box-shadow: 0 0 0 0 rgba(42, 242, 112,0.4);
}
.more_btn:hover,.wrap_1 .container .content a:hover{
	transition: all 0.2s;
	box-shadow: 0 0 20px 1px #2af270;
	background: #000000;
	color: #2af270;
}
.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;
    margin-left: -7px;
}
.bg{
	/*width: 100%;*/
	min-height: 100%;
	min-width: 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 #2af270;
    border-top: 1px solid transparent;
    display: inline-block;
    padding-bottom: 1rem;
    font-weight: 100;
}
.subtitle{
    font-size: 1rem;
    letter-spacing: 2px;
    font-family: UBUNTU_L;
    margin-bottom: 1.5rem;
    text-align: center;
    padding-top: 1rem;
}
.wrap_3 .title,.wrap_3 .subtitle{
    text-align: left;
}
.text-content{
	color: #ffffff;
	font-size: 1rem;
	margin: 1rem 0;
}
.font-md{
	font-size: 0.7rem;
}
.font-lg{
	font-size: 1rem!important;
}
.pt1rem{
	padding-top: 1rem;
}
.m0{
	margin: 0!important;
}

.wrap_2{
    background: -webkit-linear-gradient(left,rgba(46, 63, 96,0.8), rgba(50, 104, 70,0.8));
    background: -o-linear-gradient(right,rgba(46, 63, 96,0.8), rgba(50, 104, 70,0.8));
    background: -moz-linear-gradient(right,rgba(46, 63, 96,0.8), rgba(50, 104, 70,0.8));
    background: linear-gradient(to right,rgba(46, 63, 96,0.8), rgba(50, 104, 70,0.8));
}
.wrap_2> .container-c{
	padding: 7.5rem 0;
}
.wrap_2> .container-c .title {
	margin-top: 0;
	padding-top: 7rem;
}
.wrap_3{
    background: -webkit-linear-gradient(left,#02121f, #241348);
    background: -o-linear-gradient(right,#02121f, #241348);
    background: -moz-linear-gradient(right,#02121f, #241348);
    background: linear-gradient(to right,#02121f, #241348);
    min-height: auto;
    padding: 7.5rem 0;
}
.wrap_3 .container-c{
    width: 90%;
    max-width: 1530px;
}
.wrap_3 .container-c .title{
	margin-top: 0;
    padding-top: 3rem;
    text-align: initial;
}
.wrap_3 .container-c .img_box{
    margin-top: 0;
}

.wrap_4_s{
    background: -webkit-linear-gradient(left,#000b1b, #241348) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#000b1b, #241348)!important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#000b1b, #241348)!important; /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#000b1b, #241348)!important; /* 标准的语法 */
    min-height: 0;
}
.wrap_4{
	background: -webkit-linear-gradient(left,#133648, #051a15); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#133648, #051a15); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#133648, #051a15); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right,#133648, #051a15); /* 标准的语法 */
	min-height: 0;
}

.wrap_xfuse{
    height: auto;
    min-height: auto;
    background: -webkit-linear-gradient(left,#30276a, #2ce775);
    background: -o-linear-gradient(right,#30276a, #2ce775);
    background: -moz-linear-gradient(right,#30276a, #2ce775);
    background: linear-gradient(to right,#30276a, #2ce775);
    position: relative;
    padding-bottom: 5.5rem;
    padding-top: 4rem;
}

.p4_img {
    margin-left: -65px;
}

.wrap_xfuse .row{
    max-width: 1700px;
    margin: auto;
}
.wrap_xfuse .text-wrap{
    max-width: 650px;
    margin-top: 14rem;
    margin-left: auto;
    margin-right: 15%;
    padding-left: 10%;
}
.wrap_3 .text-wrap{
    max-width: 650px;
    margin-left: auto;
    margin-right: 15%;
    padding-left: 10%;
}

.wrap_xfuse .triangle-bottom{
    position: absolute;
    bottom: -150px;
    z-index: 1;
}


.wrap_xm{
    min-height: auto;
    background: -webkit-linear-gradient(left,#472e81, #055933); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#472e81, #055933); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#472e81, #055933); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#472e81, #055933); /* 标准的语法 */
    padding: 9.5rem 0 7.5rem;
}
.wrap_xm .row{
    max-width: 1700px;
    margin: auto;
}
.wrap_xm .text-wrap{
    max-width: 650px;
    margin-top: 14rem;
    margin-left: auto;
    margin-right: 21%;
    padding-left: 10%;
}
.wrap_4 .container-c .title{
	margin-top: 0;
}
.wrap_4 .container-c{
	position: initial;
	height: auto;
	min-height: initial;
	padding: 7.5rem 0;
}

.bg_img{
	width: 100%;
	margin-top: -20%;
}
.left_text{
	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;
}

.left_img{
	float: left;
}

.right_text{
	float: right;
}
.right_text p,.right_text h2{
	float: right;
	text-align: left;
}

.right_text h2{
	margin-bottom: 0;
}
.right_text p{
	margin: 0.5rem 0;
}

.explore_btn{
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 1rem;
	width: 11rem;
	height: 2.9rem;
	background-color: #2af270;
	text-align: center;
	line-height:2.9rem;
}


.wrap_7{
    background-color: #0d0e10;
	height: 50rem;
	min-height: 39.5rem;
}
.wrap_7 .container-c .text-content{
    margin-bottom:40px;
}
.wrap_7 .container-c{
    max-width: 1000px;
	height: auto;
    min-height: auto;
}
.wrap_7 .container-c .title{
	margin-top: 0;
	padding-top: 7.5rem;
}
.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%;
}




.wrap_8{
	height: 34.7rem;
	min-height: 31.7rem;
    background: rgba(0,0,0,.2);
}
.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;
    color: #2af270;
}
.wrap_8 .title{
	margin: 0;
    padding-top: 7.5rem;
}
.color-2af270{
	color: #2af270;
}
.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;
    max-width: 30rem;
	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;
}
.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{
    background: #09272f !important; /* Safari 5.1 - 6.0 */
    min-height: auto;
    padding: 7.5rem 0;
}

.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>.triangle-bottom{
    position: absolute;
    bottom: -150px;
    z-index: 1;
}

.wrap_19 .container-c .title{
    margin-top: 0;
}
.wrap_19 .honor_list li p{
    color: #ffffff;
    font-size: 0.5em;
    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{
    min-height: auto;
    background: -webkit-linear-gradient(left,#133648, #051a15);
    background: -o-linear-gradient(right,#133648, #051a15);
    background: -moz-linear-gradient(right,#133648, #051a15);
    background: linear-gradient(to right,#133648, #051a15);
    padding: 7.5rem 0 6.5rem;
}
.wrap_9>.triangle-bottom{
    position: absolute;
    bottom: -150px;
    z-index: 1;
}

.wrap_9 .container-c .title{
	margin-top: 0;
}
.wrap_9 .honor_list li p{
	color: #ffffff;
	font-size: 0.5em;
	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;
    text-align: center;
    line-height: 2.5rem;
    color: #000000;
    background-color: #ffffff;
}

.wrap_10{
    padding: 0;
    background: -webkit-linear-gradient(left,#0a3f29, #031322); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#0a3f29,  #031322); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#0a3f29, #031322); /* Firefox 3.6 - 15 */
    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_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;
}
#apply_btn{
    background-color: #2af270;
    color: #000000;
}
#apply_btn:hover{
	 transition: all 0.2s;
	 box-shadow:0 0 20px 1px rgba(42, 242, 112, 0.8);
	 background: #000000;
	 color: #2af270;
 }


.next-screen{
	display: none;
	width: 0;
	height: 0;
	background-color: transparent;
	padding: 0;
	border: 0;
	margin: 100px auto 0;
	position: relative;
}
.next-screen::after{
	content: '';
	display: block;
	background-color: #2af270;
	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: #2af270;
	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;
}
.wrap_14{
    padding: 7.5rem 0;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: center;

}
.wrap_14 .container-c{
    width: 100%;
}
.wrap_15{
    padding-top: 5rem;
    height: auto;
    min-height: auto;
    background: -webkit-linear-gradient(left,#472c81, #2cf175);
    background: -o-linear-gradient(right,#472c81, #2cf175);
    background: -moz-linear-gradient(right,#472c81, #2cf175);
    background: linear-gradient(to right,#472c81, #2cf175);
}
.wrap_15 .container-c{
    margin: 0 auto;
    padding: 4rem 0 7rem;
}
 .wrap_15 .honor_list li p {
     color: #ffffff;
     font-size: 0.5em;
     text-align: center;
}

.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 .img_c {
    height: 5rem;
    min-height: 80px;
    position: relative;
}
.wrap_15 .honor_list li {
    padding: 0;
    line-height: 1.8;
    margin-bottom: 20px;
    /*min-height: 130px;*/
}
.bg_img_2{
	display: none;
}
.service-btn{
	display: none;
}
.service-btn p{
    color:#000000;
}
.pf{
    display: none;
}
.bg4 {
    min-height: 35rem;
    background-image: url(../images/index/img2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}
.wrap_defense{
    padding: 7.5rem 0;
    background: #000000;
    background-image: url(/public_static/fuse/images/new/wrap_5_bg.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}
.wrap_defense_en {
    background-image: url(/public_static/fuse/images/en/p8.svg) !important;
}
.wrap_defense .fireworks{
    height: 5rem;
}
.m-t-lg{
    margin-top: 60px;
}
@media (min-width:2000px) {
    .bg4 {
        min-height: 35rem;
        background-image: url(../images/index/img2.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top;
    }
}
@media (max-width:741px) {
    .img_width {
        width: 100%;
        margin-top: 20px;
    }
    .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;
    }


    .lineTops1{
        line-height: normal !important;
    }


    .p4_img {
        margin-left: 0 !important;
    }
    .bg4{
        margin-top: 10%;
        min-height: 150px;
    }
    .p0{
        padding-bottom: 0px !important;
    }
    .wrap_defense .fireworks{
        height: 10rem;
    }
    .back_4{
        background: -webkit-linear-gradient(left,#472c81, #2cf175);
        background: -o-linear-gradient(right,#472c81, #2cf175);
        background: -moz-linear-gradient(right,#472c81, #2cf175);
        background: linear-gradient(to right,#472c81, #2cf175);
    }
    .m-t-lg{
        margin-top: 10px;
    }
    .wrap_defense {
        padding: 5rem 0;
        background: black;
        background-image: url(/public_static/fuse/images/wrap-5-bg.png);
        background-size: 100% auto;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .wrap_defense .container-c{
        margin-bottom: 20rem;
    }
    .map-chart-tooltip{
        max-width: 120px;
        padding: 3px!important;
    }
	.erweima_box{
		display: none;
	}
	.index_header .header_logo a{
		width: 100px;
	}
	#header{
		height: 64px!important;
	}
	.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 #2af270;
	}
	.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: #2af270;
		text-align: center;
		line-height: 50px;
		box-shadow: 0 0 0 0 rgba(42, 242, 112, 0.8);
	}
	.wrap_1 .content {
		/*margin-top: -60%;*/
		margin-top: -160px;
		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_2> .container-c .title{
		padding-top: 0;
	}
    .wrap_14{
        padding: 7.5rem 0;
        background-color: rgba(0, 0, 0, .5);
        background-repeat: no-repeat;
        background-position: center;

    }
	.wrap_3{
		padding: 40px 0;
		height: auto;
		min-height: initial;
	}
    .wrap_3>.container-c .icon-title{
        margin-bottom: 18px;
    }
    .wrap_3>.container-c .small-title{
        font-size: 18px;
        margin-bottom: 18px;
    }
    .wrap_3>.container-c .content-text{
        font-size: 14px;
    }
	.wrap_3>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
	}
	.wrap_3>.container-c .title{
		margin-top: 0;
		padding-top: 0;
        text-align: center;
	}
	.wrap_4{
		padding: 30px 0;
		height: auto;
		min-height: initial;
	}

	.wrap_4>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
		padding: 0;
		padding: 0;
	}
	.wrap_4>.container-c>.img_box{
		margin-bottom: 60px;
	}

	.bg_img{
		display: none;
	}
	.bg_img_2{
		display: block;
		width: 100%;
		position: absolute;
		top: -0%;
		left: 0;
	}
	.computer_img_2{
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	.computer_img{
		display: none
	}
	 .left_text .title .font-md{
		font-size: 12px;
	}
	 .text-content2{
		margin-bottom: 40px;
		font-size: 12px!important;
	}
	.text-content1{
		font-size: 14px!important;
	}
	.wrap_7{
		padding-bottom:7rem;
		height: auto;
		min-height: initial;
	}
	.wrap_7>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
	}
    .wrap_7 .friend_list li{
        width: 120px;
    }
	.wrap_8{
        background: -webkit-linear-gradient(left,#472c81, #2cf175);
        background: -o-linear-gradient(right,#472c81, #2cf175);
        background: -moz-linear-gradient(right,#472c81, #2cf175);
        background: linear-gradient(to right,#472c81, #2cf175);
		padding:5rem 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;

	}
	.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;
	}
	.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: -1rem;
	}
	.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_10{
		padding: 30px 0;
		height: auto;
		min-height: initial;
	}
	.wrap_10>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
		padding-top: 0;
	}
	.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: #ffffff;
		line-height: 50px;
		box-shadow: 0 0 0 0 rgba(42, 242, 112, 0.4);
	}
	.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: 12px;
		margin: 20px 0 0;
	}
	.title {
		font-size: 20px;
		color: #ffffff;
		text-align: center;
		font-weight: 600;
		margin: 35px 0 0;
		/* font-family: titleFont; */
	}
	.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;
	}
    .wrap_10 .container-c .right_text .more_btn:hover{
        transition: all 0.2s;
        box-shadow: 0 0 20px 1px rgba(42, 242, 112, 0.8);
        background: #000000;
        color: #2af270;
    }
    .wrap_14{
        padding: 50px 0;
    }
    .wrap_14 .container-c{
        width: 300px;
    }
    .wrap_14 .map-chart{
        width: 300px;
        height: 280px;
    }
}


.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;
	line-height: 1rem;
	margin-left: 5px;
}
.footer_table tbody tr td a{
	text-decoration: none;
}
.wrap-btn-box{
    padding-top: 1rem;
}
@media (min-width:741px){
    .col20{
        width: 20%;
        float: left;
    }
    .col40{
        width: 40%;
        float: left;
    }
    .p0{
        padding-bottom: 0px !important;
    }
    .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: #2af270!important;
        text-align: center;
        line-height: 6px;
        padding-top: 5px;
        color: #000000!important;
        z-index: 999;
        transition: all 0.2s;
	}
    .service-btn:hover{
        box-shadow: 0 0 20px 1px #2af270!important;
        background: #000000!important;
        color: #2af270!important;
    }
    .service-btn:hover p{
        color: #2af270!important;
        transition: all 0.2s;
    }
    .service-btn .chat-hover{
        display: none;
    }
    .service-btn:hover img{
        display: none;
    }
    .service-btn:hover .chat-hover{
        display: inline-block;
    }

    .service-btn .e{
		font-size: 10px;
        transform: scale(.7);
        letter-spacing: normal;
    }

}

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: #2af270;
	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: #2af270;
	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: 150px;
    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: #2af270;
    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;
}
/*////////////////////////////////////////////////////////////////////////////////////*/

#map-chart3{
    z-index: 2;
}

.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(42, 242, 112, 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-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::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    border-radius: 50%;
    border: 1px solid rgba(42, 242, 112, 0.7);
    margin-right: 50px;
    /*box-shadow: 0 0 10px 3px #e31ab3;*/
    transform: scale(.8);
    animation: timeBtn 2s infinite cubic-bezier(.65, .815, .735, .395);
}
@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-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;
}






.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;
}
.progress-list{
    max-width: 1040px;
    margin: 4rem auto 0;
}
.progress-list li{
    font-size: 16px;
    margin-bottom: 30px;
}
.progress-list .progress{
    border-radius: 0;
    background-color: #3d63f4;
    margin: 0 100px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}
.progress-list .progress-left{
    float: left;
}
.progress-list .progress-right{
    float: right;
}
.progress-list .progress-left-en{
    width: 150px;
}
.progress-list .progress-right-en{
    width: 200px;
    padding-left: 10px;
}
.progress-list .progress .progress-bar{
    background-color: #26da65;
    font-size: 16px;
    line-height: 30px;
}
.progress-list .progress-axis{
    display: flex;
    justify-content: space-between;
    margin: 0 100px;
}
.progress-list .progress-label{
    text-align: center;
    display: block;
    overflow: hidden;
}
.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;
    }
    .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;
    }


    .wrap_10 .container-c{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5rem 0;
    }
    .wrap_10 .container-c .right_text{
        margin-top: 2rem;
    }
    .map-chart .map-label {
        width: 100px;
        padding: 5px;
    }

    .wrap_4 .title, .wrap_4 .subtitle,
    .wrap_3 .title, .wrap_3 .subtitle,
    .wrap_xfuse .subtitle,
    .wrap_xm .title, .wrap_xm .subtitle {
        text-align: center;
    }
    .subtitle {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .font-md{
        font-size: 12px;
    }

    .wrap_xm .text-wrap,
    .wrap_xfuse .text-wrap
    {
        max-width: 650px;
        margin-top: 0rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        width: 80%;
    }
    .wrap-btn-box .more_btn{
        margin: 0 auto;
    }
    .big-img>img{
        width: 80%;
        margin: auto;
    }
    .progress-list li{
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .progress-list .progress,.progress-list .progress-axis{
        margin: 0 70px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .progress-list .progress .progress-bar {
        font-size: 12px;
        line-height: 20px;
    }
    .wrap_2> .container-c {
        padding:30px 0;
    }
    .bg-img{
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg-phone.jpg);
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .wrap_3 .container-c .img_box {
        margin: 30px auto 0;
        width: 90%;
    }
}
.index_header .header_landing .register, .index_header .header_landing .login:hover{
    background-color: #2af270 !important;
    border-color: #2af270 !important;
    color: #000 !important;
}
