@font-face {
    font-family: titleFont;
    src: url("/public_static/oss/lib/fonts/ruizibigeqingchuntijian2.0.TTF");
}

@font-face {
    font-family: BNKGOTHL;
    src: url("/public_static/oss/lib/fonts/BANKGOTHIC LT BT LIGHT.TTF");
}
@font-face {
    font-family: UBUNTU_L;
    src: url("/public_static/oss/lib/fonts/UBUNTU-L.TTF");
}
@font-face {
    font-family: STXihei;
    src: url("/public_static/oss/lib/fonts/STXihei.TTF");
}
@font-face {
    font-family: RuiZiYunXiHeiTi;
    src: url("/public_static/oss/lib/fonts/RuiZiYunXiHeiTi.TTF");
}
@font-face {
    font-family: RuiZiRuiXinJiXianHeiJian;
    src: url("/public_static/oss/lib/fonts/RuiZiRuiXinJiXianHeiJian.TTF");
}
*{
	font-family: siyuanheiti;
	/*font-weight: 600;*/
	/*font-family: '华文细黑';*/
	color: #fff;
	/* overflow: hidden; */
}

/*弹出框*/
.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-transform: 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);
  }

  /*75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 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);
  }

  /*75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 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);
  }

  /*75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 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;
}




.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;
}
.lineTop{
    line-height: 35px;
}
.lineTops{
    line-height: 35px !important;
}
.lineTops1{
    line-height: 32px;
}
.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%); }

.xfuseImg{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 15.5%;
	opacity: 1;
}
.header{
	/*padding: 0 50px 0 120px;*/
	width:100%;
	height: 100px;
	/*position: absolute;*/
	top:0;
	left: 0;
	z-index: 9;
	box-sizing: border-box;
}
.wrap_xfuse .img_box{
	height: 620px;
	text-align: right;
}
.wrap_xfuse .img_box img{
	display: inline-block;
}
.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:100%;
	margin-top: 50px;
	max-width: 877px;
}
.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;*/
}

.main>.wrap_1{
	/*background-image: url("../images/banner.jpg");*/
	background-size: 100% auto;
	overflow: hidden;
	background: rgba(0,0,0,.82);
}
.mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	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%;
}
.wrap_1 .content{
	margin-top: -24%;
	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 #fac902;
}
.wrap_1 .container .content p{
	font-size: 1.5rem;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
}
.wrap_1 .container .content .en{
	letter-spacing: 2px;
    word-spacing: 3px;
    font-family: UBUNTU_L;
}
.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: #fac902;
	text-align: center;
	line-height: 2.5rem;
	box-shadow: 0 0 0 0 rgba(250, 201, 2, 0.4);
	color: #000;
}
.more_btn:hover,.wrap_1 .container .content a:hover{
	transition: all 0.2s;
	box-shadow: 0 0 20px 1px rgb(250, 201, 2);
	background: #ffffff;
	color: #fac902;
}


.landscape-list {
	max-width: 1290px;
	margin: 2.5rem auto;
}
.landscape-list > div {
	margin-bottom: 20px;
}

.landscape-list img{
	display: block;
	margin: 0 auto 15px;
}

.landscape-list h4{
	color: #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	line-height: 37px;
	text-align: center;
}

.landscape-list p{
	opacity: 0.7;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 37px;
	text-align: center;
	margin-bottom: 5px;
}

.landscape-list ul{
	max-width: 285px;
	margin: 5px auto 0;
	display: flex;
	flex-wrap: wrap;
}

.landscape-list ul li {
	position: relative;
	flex: 50% ;
	margin-bottom: 0.5rem;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	padding-left: 29px;
}

.landscape-list ul li:nth-child(2n){
	text-align: right;
}



.landscape-list ul li:before{
	content: '';
	position: absolute;
	left: 16px;
	top: 10px;
	display: block;
	width: 4px;
	height: 4px;
	background: #FAC902;
}

.two-landscape-list {
	max-width: 315px !important;
}

.three-landscape-list {
	max-width: 300px !important;
}

.one-landscape-list li:nth-child(2n):before {
	left: 72px !important;
}
.two-landscape-list li:nth-child(2n):before {
	left: 55px !important;
}
.three-landscape-list li:nth-child(2n):before {
	left: 64px !important;
}

@media (max-width:741px) {
	.landscape-list h4{
		line-height: 20px;
		font-size: 16px;
	}

	.landscape-list p{
		font-size: 13px;
	}

	.landscape-list ul li {
		color: #FFFFFF;
		font-size: 13px;
	}

	.one-landscape-list li:nth-child(2n):before {
		left: 78px !important;
	}
	.two-landscape-list li:nth-child(2n):before {
		left: 67px !important;
	}
	.three-landscape-list li:nth-child(2n):before {
		left: 74px !important;
	}

}

.erweima_box{
	display: inline-block;
	position: relative;
    margin-left: 10px;
}
.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;
}

a,a:visited{
    color: #ffffff;
}
.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 #fbc902;
    border-top: 1px solid transparent;
    display: inline-block;
    padding-bottom: 1rem;
    font-weight: 100;
}
.subtitle{
    font-size: 18px;
    letter-spacing: 2px;
    font-family: UBUNTU_L;
    margin-bottom: 1.5rem;
    text-align: center;
	padding-top: 1rem;
	word-wrap:break-word;
}
.wrap_3 .subtitle{
	text-align: center !important;
}
.wrap_3 .title,.wrap_3 .subtitle,
.wrap_xmaze_1 .title,.wrap_xmaze_1 .subtitle,
.wrap_xmaze_2 .title,.wrap_xmaze_2 .subtitle,
.wrap_xfuse .title,.wrap_xfuse .subtitle,
.wrap_xm .title,.wrap_xm .subtitle {
    text-align: left;
}
.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{
	max-width: 1040px;
	width: 85%;
	/*width:calc(100% - 20rem);*/
	min-height: 80%;
	/*height: 80%;*/
	margin: auto;
}
.wrap_2{
	/* height: 32rem;
	min-height: 32rem; */
	background: rgba(37, 31, 6,0.8)/* 标准的语法 */
}
.wrap_2> .container-c{
	width: 85%;
	/* height: 330px;
	min-height: 61%; */
	padding: 150px 0;
}
.wrap_2> .container-c .title {
	margin-top: 0;
	/* padding-top: 7rem; */
}
.wrap_3{
	background: -webkit-linear-gradient(left,#625a30, #26304e); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#625a30,  #26304e); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#625a30, #26304e); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right,#625a30, #26304e); /* 标准的语法 */
    min-height: auto;
    padding: 7.5rem 0;
}
.wrap_3 h1{
	text-align: center;
	font-size: 20px;
	margin-top: 25px;
}
.wrap_3 h3{
	font-size: 20px;
	margin-top: 45px;
}
.wrap_3 .container-c{
    max-width: 1040px;
    width: 85%;
    /* width: calc(100% - 20rem); */
    margin: auto;
}
.wrap_3 .container-c .title{
	margin-top: 0;
	/* padding-top: 7rem; */
    text-align: center;
}
.wrap_3 .container-c .img_box{
    margin-top: 0;
}
.wrap_3_box2,.wrap_3_box3{
	padding:0 70px;
}
.wrap_3_line1,.wrap_3_line2{
	width: 100%;
	height: 50px;
	background: #fbc902;
	display: flex;
}
.wrap_3_line1>div,.wrap_3_line2>div{
	flex: 1;
	color: #000;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	position: relative;
}
.wrap_3_line1>div>span,.wrap_3_line2>div>span{
	width: 3px;
	height: 65px;
	position: absolute;
	background: #fbc902;
	display: block;
	left: 50%;
	top: -14.5%;
}
.wrap_3_line1>div>p,.wrap_3_line2>div>p{
	position: absolute;
	z-index: 10;
	color: #000;
	text-align: center;
	width: 100%;
}
.wrap_3_num1{
	margin-top: 70px;
}
.wrap_3_num1,.wrap_3_num2{
	width: 100%;
	padding: 0 60px;
	display: flex;
	margin-bottom: 10px;
}
.wrap_3_num1>div,.wrap_3_num2>div{
	flex: 1;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}
.wrap_3_num1>div:first-child>p:last-child,.wrap_3_num2>div:first-child>p:last-child{
	margin-right: 18%;
}
.wrap_3_num1>div:nth-child(2)>p:first-child,.wrap_3_num2>div:nth-child(2)>p:first-child{
	margin-left: 18%;
}
.wrap_3_num1>div:nth-child(2)>p:last-child,.wrap_3_num2>div:nth-child(2)>p:last-child{
	margin-right: 18%;
}
.wrap_3_num1>div:nth-child(3)>p:first-child,.wrap_3_num2>div:nth-child(3)>p:first-child{
	margin-left: 18%;
}
.wrap_3_num2{
	margin-top: 40px;
}
.wrap_3_line2>div:last-child{
	background: #bad716;
}

.wrap_4{
	background: -webkit-linear-gradient(left,#574b18,#776957);
	background: -o-linear-gradient(right#574b18,#776957);
	background: -moz-linear-gradient(right#574b18,#776957);
	background: linear-gradient(to right,#574b18,#776957);
	min-height: auto;
	padding: 7.5rem 0 ;
}
.wrap_4 h1{
	text-align: center;
	font-size: 20px;
	margin-top: 25px;
}
.wrap_4 h3{
	font-size: 20px;
	margin-top: 45px;
}
.wrap_4 .container-c{
	max-width: 1040px;
	width: 85%;
	/* width: calc(100% - 20rem); */
	margin: auto;
}
.wrap_4 .container-c .title{
	margin-top: 0;
	/* padding-top: 7rem; */
	text-align: center;
}
.wrap_4 .container-c .img_box{
	margin-top: 72px;
}
.wrap_4_box2,.wrap_3_box3{
	padding:0 70px;
}
.wrap_4_line1,.wrap_3_line2{
	width: 100%;
	height: 50px;
	background: #fbc902;
	display: flex;
}
.wrap_4_line1>div,.wrap_3_line2>div{
	flex: 1;
	color: #000;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	position: relative;
}
.wrap_4_line1>div>span,.wrap_3_line2>div>span{
	width: 3px;
	height: 65px;
	position: absolute;
	background: #fbc902;
	display: block;
	left: 50%;
	top: -14.5%;
}
.wrap_4_line1>div>p,.wrap_3_line2>div>p{
	position: absolute;
	z-index: 10;
	color: #000;
	text-align: center;
	width: 100%;
}
.wrap_4_num1{
	margin-top: 70px;
}
.wrap_4_num1,.wrap_4_num2{
	width: 100%;
	padding: 0 60px;
	display: flex;
	margin-bottom: 10px;
}
.wrap_4_num1>div,.wrap_4_num2>div{
	flex: 1;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}
.wrap_4_num1>div:first-child>p:last-child,.wrap_4_num2>div:first-child>p:last-child{
	margin-right: 18%;
}
.wrap_4_num1>div:nth-child(2)>p:first-child,.wrap_4_num2>div:nth-child(2)>p:first-child{
	margin-left: 18%;
}
.wrap_4_num1>div:nth-child(2)>p:last-child,.wrap_4_num2>div:nth-child(2)>p:last-child{
	margin-right: 18%;
}
.wrap_4_num1>div:nth-child(3)>p:first-child,.wrap_4_num2>div:nth-child(3)>p:first-child{
	margin-left: 18%;
}
.wrap_4_num2{
	margin-top: 40px;
}
.wrap_4_line2>div:last-child{
	background: #bad716;
}

.wrap_5{
	background: -webkit-linear-gradient(left,#725347,#aaa013) !important;
	background: -o-linear-gradient(right,#725347,#aaa013) !important;
	background: -moz-linear-gradient(right,#725347,#aaa013) !important;
	background: linear-gradient(to right,#725347,#aaa013) !important;
}
.wrap_5 .container-c{
    max-width: 1125px;
    width: 85%;
    /* width: calc(100% - 20rem); */
    margin: auto;
}
/*.wrap_4{
	background: -webkit-linear-gradient(left,#574b18,#776957); !* Safari 5.1 - 6.0 *!
	background: -o-linear-gradient(right#574b18,#776957); !* Opera 11.1 - 12.0 *!
	background: -moz-linear-gradient(right#574b18,#776957); !* Firefox 3.6 - 15 *!
	background: linear-gradient(to right,#574b18,#776957); !* 标准的语法 *!
	min-height: 0;
    padding:6rem 0 10rem;
}

.wrap_4 .text-wrap{
    max-width: 655px;
    margin-top: 12rem;
    margin-left: auto;
    margin-right: 15%;
    padding-left: 1%;
}
.wrap_4 .text-wrap .title{
	text-align: left;
}
.wrap_4 .text-wrap .subtitle{
	text-align: left;
}*/

.wrap_xmaze_1{
    height: auto;
    min-height: auto;
    background: -webkit-linear-gradient(left,#725347,#aaa013);
    background: -o-linear-gradient(right,#725347,#aaa013);
    background: -moz-linear-gradient(right,#725347,#aaa013);
    background: linear-gradient(to right,#725347,#aaa013);
    position: relative;
    padding-bottom: 15rem;
}
.wrap_xmaze_1 .text-wrap{
    max-width: 580px;
    margin-left: 10%;
    margin-top: 12rem;
    margin-right: 10%;
}
.wrap_xmaze_1 .triangle-top{
    position: absolute;
    top: -150px;
}
.wrap_xmaze_1 .triangle-bottom{
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.wrap_xmaze_2{
    min-height: auto;
    background: -webkit-linear-gradient(left,#b78505, #444789); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#b78505,  #444789); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#b78505, #444789); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#b78505, #444789); /* 标准的语法 */
	padding: 3rem 0 6.5rem;
	position: relative;
}
.wrap_xmaze_2 .text-wrap{
    max-width: 658px;
    margin-top: 12rem;
    margin-left: auto;
    margin-right: 15%;
    padding-left: 1%;
}
.wrap_xmaze_2 .text-wrap .lineTops{

}
.wrap_xmaze_2 .triangle-top{
	position: absolute;
    top: -150px;
}
.wrap_xfuse{
    height: auto;
    min-height: auto;
    background: -webkit-linear-gradient(left,#26304e,#9b8b15);
    background: -o-linear-gradient(right,#26304e,#9b8b15);
    background: -moz-linear-gradient(right,#26304e,#9b8b15);
    background: linear-gradient(to right,#26304e,#9b8b15);
    position: relative;
    padding-bottom: 10rem;
	padding-top: 4rem;
	overflow: hidden;
}
.wrap_xfuse .text-wrap{
    /* max-width: 650px;
    margin-top: 12rem;
    margin-left: auto;
    margin-right: 15%;
	padding-left: 10%; */

	max-width: 630px;
    margin-left: 0;
    margin-top: 10rem;
    margin-right: 10%;
}

.wrap_xfuse .triangle-bottom{
    position: absolute;
    bottom: -150px;
    z-index: 1;
}
.wrap_xfuse .img_box{
	margin: 0;
}
.wrap_xm{
    min-height: auto;
    background: -webkit-linear-gradient(left,#241348, #041930); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#241348,  #041930); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#241348, #041930); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#241348, #041930); /* 标准的语法 */
    padding: 6.5rem 0 6.5rem;
}
.wrap_xm .text-wrap{
    max-width: 650px;
    margin-top: 12rem;
    margin-left: auto;
    margin-right: 15%;
    padding-left: 10%;
}
.wrap_4 .container-c .title{
	margin-top: 0;
}
/*.wrap_4 .container-c{
	position: initial;
	height: auto;
	min-height: initial;
	padding-top: 7.5rem;
}*/
/*.wrap_5{
	padding: 0;

	!*background: -webkit-linear-gradient(left,#241348, #041930); !* Safari 5.1 - 6.0 *!*!
	!*background: -o-linear-gradient(right,#241348,  #041930); !* Opera 11.1 - 12.0 *!*!
	!*background: -moz-linear-gradient(right,#241348, #041930); !* Firefox 3.6 - 15 *!*!
	!*background: linear-gradient(to right,#241348, #041930); !* 标准的语法 *!*!
	background-image: url("/public_static/oss/images/bg_p.png");
	background-size: 100% 100%;
	min-height: 60rem;
}
.wrap_5 .container-c{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	max-width: 1040px;
	width: 85%;
!* width: calc(100% - 20rem); *!
	min-height: 22%;
	height: 30%;
	margin: auto;
}

.wrap_5 .text-content1{
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.wrap_5 .text-content2{
	margin: 0;
}
.wrap_5 .container-c .btn-box{
	margin-top: 2rem;
}*/
.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{
	width: 100%;
}
.left_text *{
	text-align: left;
}
.left_text h2{
	width: 100%;
	text-align: center;
	margin: 0 !important;
}
.left_text p{
	text-align: center;
}
.computer_img{
	position: absolute;
	right: 0;
	width: 50%;
	top: 14rem;
}

.wrap_6{
	/*padding: 8rem 10% 12rem;*/
	min-height: auto;
/*	background: -webkit-linear-gradient(left,#241348, #041930); !* Safari 5.1 - 6.0 *!
	background: -o-linear-gradient(right,#241348,  #041930); !* Opera 11.1 - 12.0 *!
	background: -moz-linear-gradient(right,#241348, #041930); !* Firefox 3.6 - 15 *!
	background: linear-gradient(to right,#241348, #041930); !* 标准的语法 *!*/

	background: -webkit-linear-gradient(left,#444789,#b78505); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#444789,#b78505); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #444789,#b78505); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right,#444789,#b78505); /* 标准的语法 */
	padding-bottom: 3rem;
}
.wrap_6>.container-c{
	max-width: 100%;
	/*padding: 10rem 10%;*/
	/*min-height: 45rem;*/
	width: 100%;
}
.wrap_6>.container-c .left_img{
	width: 50%;

}
.wrap_6>.container-c .left_img img{
	width: 100%;
}
.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: #a9288d;
	text-align: center;
	line-height:2.9rem;
}
.wrap_6 .right_text{
	margin-top: 9%;
	width: 24rem;
	max-width: 50%;
}

.wrap_7{
    background-color: #0d0e10;
	/* height: 39.5rem;
	min-height: 39.5rem; */
	padding-bottom: 150px;
}
.wrap_7 .container-c{
	height: auto;
    min-height: auto;
}
.wrap_7 .container-c .text-content{
	margin-bottom:40px;
}
.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%;*/
	float: left;
    left: 0;
	display: flex;
}
.wrap_7 .friend_list li{
	float: left;
	height: 60px;
	padding: 0 20px;
	margin: 10px 30px;
}
.friend_list li img{
	display: block;
	max-height: 60px;
}




.wrap_8{
	height: 33.7rem;
	min-height: 30.7rem;
    background:rgba(37, 31, 6, 0.6); /* 标准的语法 */
}
.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: 0;
	padding-top: 7.5rem;
}
.color-a9288d{
	color: #f2c201;
}
.wrap_8 .carousel{
	height: 60%;
	/* padding-bottom: 7.5rem; */
}
.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: 30.5rem;
	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_9 .honor_list,.wrap_9 .honor_list li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrap_9 .honor_list{
	width: 106%;
	margin: 0 -3%;
}
.wrap_9 .honor_list li{
    margin-top: 1rem;
    margin-bottom: 1rem;
	float: left;
}

.wrap_9{
    min-height: auto;
    background: -webkit-linear-gradient(left,#b88407, #444789);
    background: -o-linear-gradient(right,#b88407, #444789);
    background: -moz-linear-gradient(right,#b88407, #444789);
    background: linear-gradient(to right,#b88407, #444789);
    padding-bottom: 6rem;
}
.wrap_9>.triangle-bottom{
    position: absolute;
    bottom: -150px;
    z-index: 1;
}

.wrap_9 .container-c .title{
	margin-top: 0;
	padding-top: 7.5rem;
}
.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;
    background-color: #fbc902;
    text-align: center;
    line-height: 2.5rem;
    color: #000;
}

.wrap_10{
	padding: 0;
	background: -webkit-linear-gradient(left,#b78505, #44468b); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#b78505, #44468b); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#b78505, #44468b); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right,#b78505, #44468b); /* 标准的语法 */
}
.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;
}
#consult_btn{
	background-color: #fff;
	color: #a9288d;
	/*font-weight: 600;*/
}
#consult_btn:hover{
	 transition: all 0.2s;
	 box-shadow:0 0 20px 1px rgb(169, 40, 141);
	 background: #a9288d;
	 color: #ffffff;
 }


.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: #faca01;
	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: #faca01;
	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, .8);
    background-repeat: no-repeat;
    background-position: center;

}
.wrap_14 .container-c{
    /* width: 500px; */
}
.wrap_15{
    padding-top: 1rem;
    height: auto;
    min-height: auto;
    background: -webkit-linear-gradient(left,#714c35,#aca313);
    background: -o-linear-gradient(right,#714c35,#aca313);
    background: -moz-linear-gradient(right,#714c35,#aca313);
    background: linear-gradient(to right,#714c35,#aca313);
}
.wrap_15 .container-c{
    max-width: 1040px;
    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;
}
.pf{
    display: none;
}
.map-chart-tooltip{

}
.big-img{
	position: relative;
}
.describe-text{
	font-size: 16px;
	line-height: 35px;
}
.oss-text{
	margin-right: 11% !important;
}
.oss-img{
	margin-right: 20% !important;
}
.oss1-img{
	margin-left: 20% !important;
}
.oss1-text{
	margin-left: 20% !important;
}
.oss2-text{
	margin-right: 11.5% !important;
}
.oss2-img{
	margin-right: 22% !important;
}
@media (max-width:741px) {
	.lineTops1{
		line-height: normal !important;
	}
    .lineTop{
        line-height: normal !important;
    }
    .lineTops{
        line-height: normal !important;
    }
    .map-chart-tooltip{
        max-width: 120px;
        padding: 3px !important;
	}
	.map-chart{
        background-size: auto 90% !important;
    }

	.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;
    }
	.erweima_box{
		display: none;
	}
	.index_header .header_logo a{
		width: 100px;
	}
	#header{
		height: 64px!important;
	}
	.wrap_1{
		height: 100vh;
	}
	/* .wrap_1_bg {
		width: auto;
		height: 100%;
		margin-left: -140%;
	} */
	.wrap_1{
		height: 100vh;
		min-height: 100vh;
	}
	.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 #fac902;
	}
	.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: #fac902;
		text-align: center;
		line-height: 50px;
		box-shadow: 0 0 0 0 rgba(250, 201, 2, 0.4);
	}
	.wrap_1 .content {
		margin-top: -175px;
		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;
	}
	.wrap_xmaze_2{
		padding: 0rem 0 3.5rem;
	}
	.wrap_xfuse{
		padding-top: 0rem;
	}
	.wrap_7 .container-c .title{
		padding-top: 35px
	}
	.wrap_19{
		padding: 2rem 1rem !important;
	}
	.wrap_9 .container-c .title{
		padding-top:35px ;
	}
	.wrap_9{
		padding-bottom:3rem ;
	}
	.wrap_15 .container-c{
		padding: 0rem 0 3rem;
	}
	.wrap_xfuse .img_box{
		height: 300px;
	}
	.wrap_4 .text-wrap .title{
		text-align: center;
	}
	@-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;
		padding: 0;
	}
	.wrap_2> .container-c .title{
		padding-top: 0;
	}
	.wrap_xmaze_1{
		padding-bottom: 10rem;
	}
	/* .wrap_3{
		padding: 40px 0;
		height: auto;
		min-height: initial;
	}
	.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_3{
		padding: 30px 0;
		height: auto;
		min-height: initial;
	}

	.wrap_3>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
		padding-top: 0;
	}
	.wrap_3>.container-c>.img_box{
		margin-bottom: 60px;
	}


	/* .wrap_3_num1>div:first-child>p:last-child,.wrap_3_num2>div:first-child>p:last-child{
		margin-right: 18%;
	}
	.wrap_3_num1>div:nth-child(2)>p:first-child,.wrap_3_num2>div:nth-child(2)>p:first-child{
		margin-left: 18%;
	}
	.wrap_3_num1>div:nth-child(2)>p:last-child,.wrap_3_num2>div:nth-child(2)>p:last-child{
		margin-right: 18%;
	}
	.wrap_3_num1>div:nth-child(3)>p:first-child,.wrap_3_num2>div:nth-child(3)>p:first-child{
		margin-left: 18%;
	} */
	.wrap_3_num2{
		margin-top: 40px;
	}
	.wrap_3_line2>div:last-child{
		background: #bad716;
	}

	.wrap_4{
		padding:0;
		height: auto;
		min-height: initial;
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.wrap_4>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
		padding-top: 0;
	}
	.wrap_4 .text-wrap{
		max-width: 650px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: 8%;
		padding-left: 8%;
	}
	.wrap_4>.container-c>.img_box{
		/*margin-bottom: 30px;*/
		margin-top: 20px;
	}
	.wrap_5{
		background: -webkit-linear-gradient(left,#241348, #041930); /* Safari 5.1 - 6.0 */
		background: -o-linear-gradient(right,#241348,  #041930); /* Opera 11.1 - 12.0 */
		background: -moz-linear-gradient(right,#241348, #041930); /* Firefox 3.6 - 15 */
		background: linear-gradient(to right,#241348, #041930); /* 标准的语法 */
		/*min-height: 500px;*/
	}
	.wrap_5>.container-c{
		/*position: initial;*/
		/*height: auto;*/
		/*min-height: initial;*/
		height: 106%;
	}

	.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
	}
	.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 .container-c .more_btn, .wrap_6 .container-c .more_btn{
		display: none;
		margin:0 auto;
	}
	 .text-content2{
		margin-bottom: 40px;
		font-size: 12px!important;
	}
	.text-content1{
		font-size: 14px!important;
	}
	.wrap_6{
		padding: 50px 0 80px 0;
		height: auto;
		min-height: initial;
	}
	.wrap_6>.container-c{
		position: initial;
		height: auto;
		min-height: initial;
		padding: 0 10%;
	}
	.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{
		padding-bottom:1rem;
		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{
		padding: 4rem 0;
		height: auto;
		min-height: initial;
		background: linear-gradient(to right,#625a30, #26304e);
	}

	.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;
		background-color: rgba(0, 0, 0, 0);
		border: 1px solid #fff;
		border-radius: 10px;
	}
	.wrap_9{
		/*display: none;*/
	}
	.wrap_10 .container-c .right_text .more_btn{
		float: none;
		display: block;
		border: 0;
		text-align: center;
		text-decoration: none;
		font-size: 22px;
		width: 200px;
		height: 50px;
		border-radius: 30px;
		background-color: #faca01;
		line-height: 50px;
		box-shadow: 0 0 0 0 rgba(250, 201, 2, 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: 16px;
		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 p{
		display: none;
	}
	.bg_mv{
		display: none;
	}
	.time-line{
		display: none;
	}
	.time-ctl{
		display: none!important;
	}
	.erweima_content{
		display: none;
		position: absolute;
		z-index: 999;
	}
    .wrap_10 .container-c .right_text .more_btn:hover{
        transition: all 0.2s;
        box-shadow: 0 0 20px 1px rgb(169, 40, 141);
        background: #ffffff;
        color: #a9288d;
	}


    .wrap_14{
        padding: 50px 0;
    }
    .wrap_14 .container-c{
        width: 300px;
    }
    .wrap_14 .map-chart{
        width: 300px;
        height: 280px;
	}

	.xfuseImg{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 10%;
		opacity: 1;
	}

}


.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;
}
.erweima_content{
    display: none;
    position: absolute;
    z-index: 999;
}
.wrap-btn-box{
    padding-top: 1rem;
}
.subnav-container{
	border-bottom: 1px solid #a9288d;
}
@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: #faca01;
        text-align: center;
        line-height: 6px;
        padding-top: 5px;
        color: #000;
		z-index: 999;
	}
	.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: #a9288d;
	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: #faca01;
	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: 250px;
    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: #a9288d;
    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 .tooptip-label{
    width: 10px;
    height: 10px;
    background-color: rgba(250, 204, 4, 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::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    border-radius: 50%;
    border: 1px solid rgba(250, 204, 4, 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;
}
.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: #252006 !important; /* Safari 5.1 - 6.0 */
	padding: 6rem;
}
.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%;
}
/*.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;
}

@media (max-width:741px) {
	.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;
	}
    .map-chart .map-label {
        width: 100px;
        padding: 5px;
    }

    .wrap_4 .title, .wrap_4 .subtitle,
    .wrap_3 .title, .wrap_3 .subtitle,
    .wrap_xmaze_1 .title, .wrap_xmaze_1 .subtitle,
    .wrap_xmaze_2 .title, .wrap_xmaze_2 .subtitle,
    .wrap_xfuse .title, .wrap_xfuse .subtitle,
    .wrap_xm .title, .wrap_xm .subtitle {
        text-align: center;
    }
    .subtitle {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .font-md{
        font-size: 12px;
    }

	.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%;
	}

    .wrap_xm .text-wrap,
    .wrap_xfuse .text-wrap,
    .wrap_xmaze_2 .text-wrap,
    .wrap_xmaze_1 .text-wrap
    {
        max-width: 660px;
        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;
	}

	.wrap_4_img_box>div {
		font-size: 5px !important;
	}

	.img_text_four {
		bottom: 10% !important;
	}

	.wrap_5_table>thead>tr>th:first-child {
		width: 80px !important;
	}

	.wrap_5_table>thead {
		background: rgba(250, 201, 2,0.3);
	}
}

.wrap_4_img_box {
	position: relative;
}

.wrap_4_img_box>div {
	position: absolute;
	font-size: 14px;
	color: #dbd8c4;
	width: 25%;
}

.img_text_one {
	left: 4%;
	top: 10%;
}

.img_text_two {
	right: 4%;
	top: 10%;
}

.img_text_three {
	left: 4%;
	bottom: 12%;
}

.img_text_four {
	right: 3.5%;
	bottom: 18%;
}

.wrap_5_table {
	border: 1px solid #efc007;
}

.wrap_5_table>thead {
	background: rgba(250, 201, 2,0.3);
	font-size: 14px;
	font-weight: bold;
}

.wrap_5_table>tbody {
	font-size: 13px;
}

.wrap_5_table>thead>tr>th,.wrap_5_table>tbody>tr>td {
	padding: 10px;
	border: 1px solid #efc007;
	text-align: left;
    text-wrap: balance;
}

.wrap_5_table .text-center>th,.wrap_5_table .text-center>td {
    text-align: center !important;
}

.center {
    text-align: center !important;
}

.wrap_5_table>tbody>tr>td {
	color: #efece6;
}

.wrap_5_table>thead>tr>th {
	height: 50px;
}

.wrap_5_table>thead>tr>th:first-child {
	width: 150px;
}

.text_en_1 {
	display: block;
	padding-left: 20px;
	font-size: 16px;
	margin: 0;
}
.text_en_2 {
	display: block;
	padding-left: 60px;
	font-size: 16px;
	margin: 0;
}
