@font-face {
  font-family: 'iconfont';  /* project id 764309 */
  src: url('//at.alicdn.com/t/font_764309_b50yy6a34mg.eot');
  src: url('//at.alicdn.com/t/font_764309_b50yy6a34mg.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_764309_b50yy6a34mg.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_764309_b50yy6a34mg.woff') format('woff'),
  url('//at.alicdn.com/t/font_764309_b50yy6a34mg.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_764309_b50yy6a34mg.svg#iconfont') format('svg');
}
*{
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
	font-weight:normal;
	font-family:"微软雅黑";
	list-style:none;
	border:none;
	box-sizing:border-box;
}
.right{float:right;}
.left{float:left;}
.clear:after{
	content:'';
	height:0;
	display:block;
	overflow:hidden;
	clear:both;
}
html,body,.html-box{
	height:100%;
}
.index-nav-box{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:10;
	height:90px;
	background:rgba(0,0,0,.25);
}
.index-nav{
	height:100%;
	width:1400px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.index-nav .logo{
	display:flex;
	align-items:center;
	position:relative;
}
.index-nav .logo img{
	
}
.index-nav ul{
	display:flex;
	align-items:center;
}
.index-nav ul li{
	font-size:14px;
	color:white;
	margin:0 30px;
	cursor:pointer;
	padding:6px 16px;
}
#wear {
    height: 100%;
    overflow: hidden;
}
.index-nav ul li.bg{
	background:rgba(255,255,255,.25);
	font-size:14px;
	cursor:pointer;
	color:white;
	padding:6px 15px;
	border-radius:4px;
	border:1px solid #fff;
}
.banner-box{
	height:100%;
	overflow:hidden;
}
.banner-box ul{
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
.banner-box ul li{
	width:100%;
	height:100%;
	float:left;
}
.banner-btn{
	position:absolute;
	display:flex;
	height:50px;
	align-items:center;
	justify-content: space-between;
	width:1400px;
	margin-left:-700px;
	left:50%;
	top:50%;
	margin-top:-25px;
}
.banner-btn i{
	font-size:50px;
	color:white;
	cursor:pointer;
}
.box{
	height:100%;
	overflow:hidden;
	position:relative;
	display:flex;
	align-items:center;
	justify-content: center;
	/*border-left:4px solid #222331;
	border-right:4px solid #222331;*/
}
.banner-list-box{
	position:absolute;
	z-index:2;
	bottom:0;
	padding-bottom:35px;
	left:0;
	background:#1a1c2b;
	width:100%;
}
.banner-list{
	display:flex;
	justify-content: space-between;
	width:1400px;
	padding:35px 0;
	margin:0 auto;
	padding-bottom:5px;
	align-items:end;
}
.banner-list ul{
	display:flex;
	align-items:end;
	flex:1;
	flex-wrap: wrap;
}
.banner-list ul li{
	display:flex;
	align-items:center;
	padding-right:65px;
	padding-bottom:30px;
	cursor:pointer;
}
.banner-list ul li i{
	height:9px;
	width:9px;
	background:#55fae5;
	margin-right:14px;
}
.banner-list ul li span{
	font-size:16px;
	color:white;
}
.banner-list-show{
	display:none;
}
.banner-list dl{
	border-radius:6px;
	border:1px solid #5e606a;
	display:none;
	padding:20px;
	flex-direction: column;
	width:590px;
	flex-shrink: 0;
}
.banner-list div dl:nth-of-type(1){
	display:block;
}
.banner-list dl dt{
	display:flex;
	align-items:center;
	margin-bottom:24px;
	flex:1;
}
.banner-list dl dt i{
	height:9px;
	width:9px;
	background:#55fae5;
	margin-right:14px;
}
.banner-list dl dt span{
	font-size:16px;
	color:white;
	color:#55FAE5;
}
.banner-list ul li:hover span{
	color:#55FAE5;
	text-decoration: underline;
}
.banner-list ul li.bg span{
	color:#55FAE5;
	text-decoration: underline;
}
.banner-list dl dd{
	display:flex;
}
.banner-list dl dd p{
	font-size:14px;
	color:white;
	flex:1;
	line-height:1.6;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.banner-list dl dd .banner-list-img{
	width:145px;
	height:107px;
	border-radius:6px;
	margin-left:30px;
	flex-shrink: 0;
}
.banner-list-btn{
	position:absolute;
	font-size:26px !important;
	color:white;
	top:-16px;
	margin-right:-13px;
	right:50%;
	cursor:pointer;
}
.index-about{
	width:1400px;
	margin:0 auto;
	height:100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	overflow:hidden;
}
.index-about h1{
	font-size:24px;
	color:#fff;
	margin-bottom:40px;
	text-align:center;
	line-height:1.8;
	position:relative;
	top:-500px;
}
.about{
	width:1750px;
	position:relative;
}
.about dl{
	margin-right:40px;
	width:310px;
	border:2px solid #303247;
	background:rgba(50,50,50,.3);
	height:400px;
	position:relative;
	padding-top:45px;
	float:left;
	left:-2000px;
}
.about dl dt{
	border:20px solid #292b42;
	height:160px;
	width:160px;
	margin:0 auto;
	border-radius:50%;
}
.about dl h2{
	text-align:center;
	font-size:22px;
	color:#71cff8;
	padding-top:25px;
	padding-bottom:20px;
	font-weight:bold;
}
.about dl p{
	text-align:center;
	font-size:14px;
	line-height:1.6;
	color:#c3c1c1;
}
.about-btn{
	display:flex;
	justify-content: center;
	padding-top:50px;
}
.about-btn i{
	color:white;
	font-size:30px;
	margin:0 15px;
	cursor:pointer;
}
.about-btn i.bg{
	opacity:.5;
}
.khzs{
	width:1400px;
	background:#1b1f2a;
	box-shadow:0 20px 20px rgba(0,0,0,.4);
}
.khzs dl{
	width:350px;
	padding:40px 60px;
	position:relative;
	top:-1000px;
	float:left;
}
.khzs dl dt{
	height:215px;
}
.khzs dl dd{
	text-align:center;
	font-size:18px;
	color:#fff;
	padding-top:20px;
}
.wzjs{
	width:1400px;
	display:flex;
	height:600px;
}
.wzjs-l{
	width:260px;
	justify-content: space-between;
	flex-shrink: 0;
	margin-right:45px;
	position:relative;
	top:-1000px;
}
.wzjs-l ul li{
	padding-top:48px;
	color:#545564;
	font-size:14px;
	text-align:right;
	display:flex;
	cursor:pointer;
	align-items:center;
	justify-content:flex-end;
}
.wzjs-l ul{
	border-right:2px solid #3d3f53;
	display:flex;
	flex-direction: column;
	padding-bottom:40px;
}
.wzjs-l ul li i{
	padding:7px;
	background:#3d3f53;
	border-radius:50%;
	flex-shrink: 0;
	position:relative;
	left:7px;
	line-height:0;
	display:block;
}
.wzjs-l ul li span{
	padding-right:10px;
}
.wzjs-l ul li.bg{
	color:white;
}
.wzjs-l ul li.bg i{
	background:white;
}
.wzjs-r{
	height:100%;
	flex:1;
	display:flex;
	align-items:center;
	position:relative;
	right:-2000px;
}
.wzjs-r-xm{
	display:flex;
	align-items:center;
	justify-content: space-between;
	flex:1;
	display:none;
}
.wzjs-r-xm:nth-of-type(1){
	display:flex;
	position:relative;
}
.wzjs-r-xm img{
	display:none;
	width:480px;
}
.wzjs-r-xm dl{
	width:580px;
	display:none;
}
.wzjs-r-xm dl dt{
	font-size:24px;
	color:#fff;
	padding-bottom:32px;
	text-align:center;
}
.wzjs-r-xm dl dd{
	border:3px solid #cfcfd4;
	min-height:400px;
	padding:70px 50px;
	padding-bottom:20px;
	background: rgba(50,50,50,.3);
}
.wzjs-r-xm dl dd h2{
	font-size:20px;
	 color:#fff;
	 padding-bottom:50px;
	 text-align:center;
}
.wzjs-r-xm dl dd p{
	text-align:center;
	line-height:2.5;
	color:white;
	font-size:15px;
}
.ydjs-box{
	width:1400px;
	position:relative;
	height:688px;
}
.ydjs-img{
	width:860px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
}
.ydjs-img-list{
	height:100%;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content: center;
	float:left;
	width:100%;
	flex-direction: column;
}
.ydjs-img-box{
	position:relative;
	height:100%;
}
.ydjs-img-list h1{
	font-size:28px;
	color:#fff;
	padding-bottom:10px;
	
}
.ydjs-img-list p{
	font-size:14px;
	color:#fff;
	line-height:2;
	text-align:center;
}
.ydjs-img-list img{
	display:block;
	margin-top:30px;
	margin-bottom:10px;
	height:380px;
}
.ydjs-nav{
	position:absolute;
	bottom:30px;
	display:flex;
	align-items:center;
	width:100%;
	justify-content: center;
}
.ydjs-nav li{
	color:#fff;
	font-size:14px;
	margin:0 25px;
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	cursor:pointer;
}
.ydjs-nav li i{
	border-radius:50%;
	background:white;
	width:8px;
	display:block;
	height:8px;
	margin-bottom:10px;
}
.ydjs-nav li.bg i{
	background:#00a2ff;
}
.ydjs-nav li.bg span{
	color:#00a2ff;
	
}
.xtjs{
	width:1400px;
	padding:80px;
	border:3px solid #6f7080;
	background:rgba(50,50,50,.3);
	display:flex;
	align-items:center;
	overflow:hidden;
}
.xtjs-l{
	position:relative;
	height:530px;
	width:565px;
	margin-right:120px;
}
.xtjs-l ul{
	height:100%;
	width:100%;
	position:relative;
}
.xtjs-l ul li{
	position:absolute;
	
}
.xtjs-l ul li.w1{
 width:80%;
 height:100%;
 right:20%;
 top:0%;
 transition: right 0.8s,width 0.8s,height 0.8s,top 0.8s;
}
.xtjs-l ul li.w2{
 width:75%;
	height:90%;
	right:15%;
	top:5%;
 transition: right 0.8s,width 0.8s,height 0.8s,top 0.8s;
}
.xtjs-l ul li.w3{
	width:70%;
	height:80%;
	right:10%;
	top:10%;
	transition: right 0.8s,width 0.8s,height 0.8s,top 0.8s;
}
.xtjs-l ul li.w4{
	width:65%;
	height:70%;
	right:5%;
	top:15%;
	transition: right 0.8s,width 0.8s,height 0.8s,top 0.8s;
}
.xtjs-l ul li.w5{
	width:60%;
	height:60%;
	right:0%;
	top:20%;
	transition: right 0.8s,width 0.8s,height 0.8s,top 0.8s;
}
.xtjs-l ul li:nth-of-type(1){
	z-index:5;
}
.xtjs-l ul li:nth-of-type(2){
	z-index:4;
}
.xtjs-l ul li:nth-of-type(3){
	z-index:3;
}
.xtjs-l ul li:nth-of-type(4){
	z-index:2;
}
.xtjs-l ul li:nth-of-type(5){
	z-index:1;
}
@-webkit-keyframes xtjs{
	from{right:20%;}
	to{right:200%;}
}
.xtjs-l ul li.xtjs-dh{
			/*animation:1s xtjs;*/
			 right:200%;
			 transition: right 1s;
}
.xtjs-r dl{
	display:flex;
	align-items:center;
	margin:30px 0;
	cursor:pointer;
}
.xtjs-r dl dt img{
	display:block;
	width:80px;
	height:80px;
	border-radius:50%;
}
.xtjs-r dl dd{
	padding-left:20px;
	color:#aaa;
	font-size:18px;
}
.xtjs-r dl.bg dd{
	color:#268fc6;
}
.lxwm{
	width:1400px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content: center;
	flex-direction: column;
}
.lxwm img{
	display:block;
	width:100%;
	margin-bottom:28px;
}
.lxwm p{
	font-size:14px;
	color:white;
	line-height:2;
	text-align:center;
}
.kz-btn{
	position:fixed;
	right:100px;
	top:50%;
	margin-top:-80px;
}
.kz-btn li{
	border:1px solid #fff;
	border-radius:50%;
	margin:20px 0;
	width:12px;
	height:12px;
	cursor:pointer;
}
.kz-btn li.bg{
	background:white;
}
.footer-bottom{
	
  position:fixed;
  width:100%;
  background:rgba(0,0,0,.8);
  left:0;
  bottom:0;
  z-index:3;
  padding:8px 0;
}
.footer-bottom div{
	font-size: 14px;
  color: white;
  line-height: 2;
}
.nav-cd{
	position:fixed;
	color:white;
	font-size:30px !important;
	top:25px;
	right:25px;
	z-index:10;
	cursor:pointer;
	display:none;
}
