*{margin: 0;padding: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body {font-family: "微软雅黑";}
.hidden{display:none!important;}
a{text-decoration:none;}
li{list-style:none;}
i,em{font-style:normal;}
.fl{float:left;}
.fr{float: right;}
input:focus{outline:none;}
.clearfix {
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.chengg{
	width:100%;
	height:1px;
	background:none;
}
.no_auto{
	overflow: hidden;
	width:100%;
	height:100%;
}
.no_auto .co_tips{position:absolute;overflow: hidden;}
input[type=number] { -moz-appearance: textfield; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.wrap{
	width:1200px;
	position:relative;
	margin:0 auto;
	height: 100%;
}
.ani .ani-item{/*渐隐1*/
	opacity: 0;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
}
.ani.show-ani .ani-item{/*渐隐2*/
	opacity: 1;
	transform: scale(1,1) translateX(0) translateY(0)!important;
	-ms-transform: scale(1,1) translateX(0) translateY(0)!important;
	-webkit-transform: scale(1,1) translateX(0) translateY(0)!important;
	-moz-transform: scale(1,1) translateX(0) translateY(0)!important;
	-o-transform: scale(1,1) translateX(0) translateY(0)!important;
}
.ani.show-ani .ani-item.ani-delay
{
	transition-delay: .3s;
	-moz-transition-delay: .3s; /* Firefox 4 */
	-webkit-transition-delay: .3s; /* Safari 和 Chrome */
	-o-transition-delay: .3s; /* Opera */
}
.header{
	width:100%;
	height:118px;
	min-width:1200px;
	max-width:1920px;
	background-color:rgba(18,10,16,.83);
	position:absolute;
	left:50%;
	top:0;
	z-index:5;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.f_header{
	width:100%;
	height:47px;
	position:relative;
	background-color:rgba(0,0,0,1);
}
.f_header img{
	display: block;
	float:left;
}
.f_header img:nth-child(1){
	margin:6px 14px 0 20px;
}
.f_header img:nth-child(2){
	margin:15px 0 0 0;
}
.header .s_header{
	width:100%;
	height:71px;
	position:relative;
	overflow: hidden;
}
.header .s_header .icon{
	display: block;
	float:left;
}
.header .s_header ul{
	float:left;
	height:100%;
	position:relative;
}
.header .s_header ul li{
	width:135px;
	height:100%;
	float:left;
	text-align: center;
	line-height:71px;
	font-size:18px;
}
.header .s_header ul li a{
	display: block;
	color:#fff;
}
.header .s_header ul li.active{
	background:url(../images/bo.png) no-repeat center bottom;
}
.header .s_header ul li:hover{
	background:url(../images/bo.png) no-repeat center bottom;
}
.header .s_header .bi{
	display: block;
	float:left;
	margin-top:22px;
}
.header .s_header .bi:hover{
	opacity: .9;
}
/*foot*/
.i-footer {
	width: 100%;
	height: 222px;
	min-width:1200px;
	max-width:1920px;
	margin:0 auto 0;
	position:relative;
	background-color:#000;
	clear:both;
}
.i-footer .i-fotcon {
	width: 1200px;
	height: 222px;
	margin: 0 auto;
	overflow: hidden;
}
.i-footer .i-fotcon .i-fot-logo {
	position:relative;
	margin-top: 65px;
	margin-left: 100px;
	float: left;
	display: block;
}
.i-footer .i-fotcon .i-fot-logo:after{
	display: inline-block;
	content: "";
	width: 1px;
	height: 100px;
	background: #333333;
	position: absolute;
	right: -36px;
	top: -7px;
}
.i-footer .i-fotcon .i-fot-text {
	position: relative;
	float: left;
	display: block;
	margin-top: 60px;
	margin-left:60px;
	width:777px;
}
.i-footer .i-fotcon .i-fot-text p {
	font-size: 14px;
	line-height: 24px;
	color: #707070;
	text-align: left;
}
.i-footer .i-fotcon .i-fot-text p a{
	color: #707070;
}
.i-footer .i-fotcon .i-fot-text a.www_img{
	display: block;
	width: 48px;
	height: 47px;
	position: absolute;
	right: -80px;
	top: 30px;
}