.body{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 40px 12% 40px 8%;
	transition: .5s;
}
.head{
	background: rgba(0,0,0,.9);
	padding: 15px 12% 15px 8%;
}
.top{
	display:flex;
	justify-content:space-between;
}
.logo{
	position: relative;
	z-index: 100;
}
.xunjia:after{
	content:"";
	display:block;
	clear:both;
}
.xunjia a{
	display:block;
	float:left;
	color:#000;
	background:#fff;
	line-height:42px;
	padding:0px 25px;
	border-radius:3px;
	font-weight:normal;
	transition:.3s;
}
.xunjia a:hover{
	color:#fff;
	background:#967ADE;
}
.topmu{
	display:none;
}
.head .topmu{
	display:block;
}
.topmu ul{
	display:flex;
	justify-content:center;
}
.topmu ul li{
	padding:0px 20px;
}
.topmu ul li a{
	display:block;
	color:#fff;
	font-size:1.6rem;
	line-height:50px;
	position:relative;
}
.topmu ul li a:after{
	position:absolute;
	content:"";
	display:block;
	width:0;
	height:2px;
	bottom:0;
	left:50%;
	background:#fff;
	transition:.3s;
}
.topmu ul li a:hover:after,.topmu ul li.cur a:after{
	width:100%;
	left:0;
}
@media (max-width:1450px) {
	.topmu ul li{
		padding:0px 15px;
	}
	.topmu ul li a{
		font-size:1.5rem;
	}
}
.logo img{
	height: 50px;
}
.nav-case{
	line-height: 50px;
	font-size: 1.6rem;
	cursor: pointer;
	color: #fff;
	position: relative;
	padding-right: 30px;
	z-index: 100;
}
.nav-case a{
	color: #fff;
}
.nav-case a:hover{
	color:#fff;
}
.nav-case:after{
	content:"";
	display: block;
	position: absolute;
	right: 0;
	width: 30px;
	height: 50px;
	background: url(../images/cmenu.svg) center no-repeat;
	background-size: 10px auto;
	top: 0;
}
.nav-casee:after{
	content:"";
	background: url(../images/jmenu.svg) center no-repeat;
	background-size: 16px auto;
}
.nav-logo{
	position: fixed;
	right: 45px;
	height: 40px;
	top: 50%;
	margin-top: -17px;
	cursor: pointer;
	padding-right: 19px;
}
.nav-logo p{
	color: #fff;
	line-height: 18px;
	text-align: right;
	margin: 10px 0px 0px;
	opacity: 0;
	transition: .3s;
}
.nav-logo:hover p{
	opacity: 1;
}
.nav-logo i{
	display: block;
	height: 50px;
	width: 14px;
	padding: 16px 0px 0px;
	transition: .3s;
}
.nav-logo:hover i{
	padding: 0px 0px 0px;
}
.nav-logo i:before{
	content: "";
	display: block;
	width: 2px;
	height: 34px;
	float: left;
	background: #fff;
	transition: .3s;
}
.nav-logo:hover i:before{
	opacity: 0;
}
.nav-logo i:after{
	content: "";
	display: block;
	float: right;
	width: 2px;
	height: 34px;
	background: #fff;
	transition: .3s;
}
.nav-logo:hover i:after{
	height: 50px;
}
.menu{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 101;
	transform: scale(0);
}
.menuu{
	transform: scale(1);
}
.mncont{
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
	transition: .3s;
}
.menuu .mncont{
	opacity: 1;
}
.menu>i{
	display: block;
	position: fixed;
	right: 45px;
	top: 50%;
	padding: 20px 0;
	margin-top: -20px;
	cursor: pointer;
}
.menu>i:after{
	display: block;
	content: "";
	height: 1px;
	width: 0px;
	background: rgba(255,255,255,.8);
	transition: .5s;
}
.menuu>i:after{
	width: 50px;
}
.menu ul{
	width: 55%;
	float: left;
	position: relative;
	height: 100%;
	padding-top: 10%;
	border-right: 1px rgba(255,255,255,.15) solid;
}
.menu ul li{
	padding-left: 40%;
}
.menu ul li a{
	display: block;
	color: rgba(255,255,255,.4);
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 80px;
	height: 80px;
	position: relative;
	padding-left: 100px;
	transition: .3s;
}
.menu ul li a span{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: -15px;
	font-family: Avenir,arial;
	font-size: 1.4rem;
	transform: rotate(-90deg);
	color: rgba(255,255,255,.3);
}
.menu ul li a:hover,.menu ul li.cur a{
	color: #fff;
}
@media (max-width:1450px) {
	.menu ul li a{
		font-size: 2.2rem;
		line-height: 70px;
		height: 70px;
	}
}
.menu .contact{
	width: 45%;
	position: relative;
	height: 100%;
	float: right;
}
.menu .contact section>big{
	display: block;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
}
.menu .contact section>big:after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 15px 0px;
}
.menu .contact section{
	position: absolute;
	top: 35%;
	left: 10%;
	color: rgba(255,255,255,.8);
	letter-spacing: 1px;
	line-height: 30px;
}
footer{
	background: #000;
	padding: 0px 6%;
	position: relative;
	z-index: 6;
}
.bottom{
	padding: 110px 0px 66px;
	border-bottom: 1px rgba(255,255,255,.2) solid;
}
.bottom .btlogo{
	float: left;
	width: 18%;
	padding: 5px 0px 0px;
}
.bottom .btlogo img{
	max-width: 190px;
}
.bottom .about{
	float: left;
	width: 53%;
	color: #fff;
	line-height: 30px;
	padding-right: 10%;
}
.bottom .btmenu{
	width: 15%;
	float: left;
}
.bottom .ewm{
	float: right;
	color: #fff;
	text-align: right;
}
.bottom .btmenu ul li a{
	color: #fff;
	line-height: 34px;
}
.bottom .ewm span{
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 32px;
}
.bottom .ewm big{
	display: block;
	font-size: 3.0rem;
	font-family: arial;
	font-weight: bold;
	margin: 5px 0px 13px;
}
.bottom .ewm i img{
	width: 110px;
	height: auto;
}
.copy{
	color: #fff;
	line-height: 30px;
	padding: 45px 0px;
}
.copy a{
	color:#fff;
}
@media (max-width:1450px) {
	.bottom .btlogo{
		width: 15%;
	}
	.bottom .btlogo img{
		max-width: 100%;
	}
	.bottom .about{
		width: 50%;
		padding-right: 5%;
		padding-left: 5%;
	}
	.bottom .btmenu{
		width: 12%;
	}
}
.cstop .logo a img{
	display: none;
}
.cstop .logo a img:last-child{
	display: block;
}
.cstop .logoo a img:last-child{
	display: none;
}
.cstop .logoo a img:first-child{
	display: block;
}
.cstop .nav-case{
	font-weight: normal;
}
.cstop .nav-casee a{
	color: #000;
}
.cstop .nav-casee:after{
	background: url(../images/cmenuu.png) center no-repeat;
	background-size: 10px auto;
}
.csdtit{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: center;
	-webkit-align-content: center;
}
.csdtit>section{
	width: 100%;
}
.csdtit>section h1{
	text-align: center;
	font-size: 6.6rem;
	font-weight: normal;
	line-height: 70px;
}
.csdtit>section h3{
	text-align: center;
	margin: 20px 0px 0px;
}
.csdtit>section h3 a{
	color:#000;
}
.csdtit>i{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 90px 0px 100px;
	width: 100%;
}
.csdtit>small{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
}
.csdtit>small:after{
	content: "";
	display: block;
	width: 2px;
	height: 50px;
	background: #2F2E34;
}
.csdtop{
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
}
.csdtop::before{
	content: "";
	display: block;
	width: 2px;
	height: 46px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
}
.csdimg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width:80%;
	height:75%;
	bottom: 5%;
	left: 10%;
}
.csdimg i{
	display: block;
	margin: .6% 15.5% 7.5% 14.6%;
	border-radius: 34px 34px 0px 0px;
	height:83%;
	overflow: hidden;
}
.csdtext{
	background: #fff;
	position: relative;
	z-index: 6;
	padding: 85px 0px;
	text-align: center;
}
.csdtext h1{
	font-weight: normal;
	font-size: 4.4rem;
}
.csdtext section{
	color: #666;
	font-size: 1.8rem;
	line-height: 30px;
	margin: 45px 0px;
}
.csdtext a.ljzi{
	display: block;
	width: 180px;
	line-height: 44px;
	border-radius: 5px;
	color: #fff;
	background: #d71618;
	margin: 0px auto;
}
.csdcont{
	background: #f5f6f8;
	padding: 110px 0px;
	position: relative;
	z-index: 6;
}
.csdcont h1{
	font-weight: normal;
	font-size: 4.4rem;
	text-align: center;
}
.csdcont section{
	margin: 90px 0px 0px;
}
.csdcont section img{
	background: #323232;
	max-width: 100%;
	height: auto;
	border: 15px #323232 solid;
	border-radius: 36px;
	box-shadow: 0px 0px 40px rgba(0,0,0,.52);
	margin-bottom: 90px;
}
.csfanye{
	position: fixed;
	z-index: 20;
	width: 80%;
	bottom: 5%;
	left: 10%;
	transition: .5s;
}
.csfanyee{
	width: 96%;
	left: 2%;
}
.csfanye dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	font-weight:normal;
}
.csfanye dl dd{
	width: 146px;
	display: flex;
	display: -webkit-flex;
}
.csfanye dl dd:last-child{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.csfanye dl dd a{
	display: block;
	width: 46px;
	overflow: hidden;
	height: 46px;
	position: relative;
	border-radius: 23px;
	background-color: rgba(0,0,0,.15);
	transition: .3s;
}
.csfanye dl dd a:hover{
	width: 146px;
}
.csfanye dl dd a i{
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 23px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/fyico.png);
	transition: .3s;
}
.csfanye dl dd a:hover i{
	background-color: #000;
}
.csfanye dl dd:last-child a{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.csfanye dl dd:last-child a i{
	transform: rotate(180deg);
}
.csfanye dl dd span{
	display: block;
	position: absolute;
	height: 100%;
	width: 100px;
	line-height: 46px;
	top: 0;
	color: #fff;
}
.csfanye dl dd:first-child span{
	left: 46px;
	padding-left: 10px;
}
.csfanye dl dd:last-child span{
	right: 46px;
	text-align: right;
	padding-right: 10px;
}
.csfanye dl dt{
	width: 186px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.csfanye dl dt a{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	width: 46px;
	overflow: hidden;
	height: 46px;
	position: relative;
	border-radius: 23px;
	background-color: rgba(0,0,0,.15);
	transition: .3s;
}
.csfanye dl dt a:hover{
	width: 186px;
}
.csfanye dl dt a i{
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 23px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/icoct.png);
	transition: .3s;
}
.csfanye dl dt a:hover i{
	background-color: #000;
}
.csfanye dl dt a small{
	display: block;
	width: 140px;
	line-height: 46px;
	color: #fff;
	font-size: 1.4rem;
	position: absolute;
	right: 46px;
	text-align: right;
	padding-right: 15px;
	top: 0;
}
.side{
	position:fixed;
	right:0;
	top:70%;
	margin-top:-68px;
	z-index:999;
}
.side ul li{
	margin:2px 0px;
	height:67px;
	position:relative;
	width:77px;
}
.side ul li a{
	display:flex;
	display:-webkit-flex;
	background:#ef1111;
	width:77px;
	border-radius:2px 0px 0px 2px;
	position:absolute;
	height:100%;
	top:0;
	left:0;
}
.side ul li:first-child a{
	transition:.3s;
}
.side ul li:first-child:hover a{
	width:87px;
	left:-10px;
}
.side ul li a span{
	display:block;
	width:77px;
	text-align:center;
	font-size:1.2rem;
	line-height:20px;
	padding:15px 0px 5px;
}
.side ul li:last-child a{
	width:230px;
	transition:.5s;
}
.side ul li:last-child:hover a{
	left:-153px;
}
.side ul li a span p{
	color:#fff;
	line-height:20px;
	font-weight:normal;
	margin:5px 0px 0px;
}
.side ul li a span i{
	display:block;
	height:22px;
	background-position:center;
	background-repeat:no-repeat;
}
.side ul li a small{
	display:block;
	font-size:2.0rem;
	font-family:arial;
	color:#fff;
	white-space:nowrap;
	width:153px;
	text-align:center;
	position:relative;
	line-height:67px;
}
.side ul li a small:after{
	content:"";
	display:block;
	position:absolute;
	width:1px;
	background:#fff;
	height:80%;
	left:0;
	top:10%;
	opacity:.6;
}