*{
	margin: 0;
	padding: 0;
	font-family: "Arial","sans-serif","serif";
	text-decoration: none;
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
}
.header{
	box-sizing: border-box;
	min-width: 1200px;
	max-height: 1080px;
	width: 100%;
	height: 1080px;
	background-color: #333;
	background: url(../images/b1.jpg) 100%;
	overflow: hidden;
	position: relative;
}
.header .box{
	width: 100%;
	height: 120px;
	text-align: center;
	font-size: 0;
	line-height: 100px;
	padding-left: 3%;
	position: fixed;
	z-index: 10;
	background-color: rgba(33,33,33,0.6);
	white-space: nowrap;
}
.header .box .header-box{
	width: 240px;
	display: inline-block;
}
.header .box .header-box img{
	position: relative;
	top: 15px;
	right: 80px;
	width: 100%;
}
.header .nav{
	display: inline-block;
	height: auto;
}
.header .nav ul{
	height: auto;
	text-align: center;
	font-size: 0;
}
.header .nav ul li{
	display: inline-block;
	width: auto;
	height: auto;
	transition-duration: 0.3s;
	padding:0 15px 0 15px;
}
.header .nav ul li a{
	display: block;
	width: 120px;
	height: auto;
	font-size: 18px;
	color: #fff;
	line-height: 100px;
}
.header .nav ul a:hover{
	color: #df2626;
}
.header .text{
	font-size: 20px;
	color: #fff;
	margin-top: 25%;
}
.header .text h1{
	height: 50px;
}
.header .text .btn{
	margin: 0 auto;
	line-height: 40px;
	width: 150px;
	height: 40px;
}
.header .text .btn a{
	transition-duration: 0.5s;
	box-sizing: border-box;
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	font-size: 14px;
}
.header .text .btn a:hover{
	color: #ff2000;
	border: 1px solid #ff2000;
}
.banner{
	width: 100%;
	height: auto;
}
.banner .tilte{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #999;
}
.banner .tilte h2{
	font-size: 20px;
}
.bgimgs{
	width: 100%;
	margin: 0 auto;
}
.bgimgs div{
	font-size: 0;
}
.bgimgs div img{
	width:100%;
}
.foot{
	box-sizing: border-box;
	min-width: 1160px;
	width: 100%;
	height: auto;
	color: #fff;
	background-color: rgb(39,39,39);
}
.foot .fiend{
	width: 100%;
	height: auto;
}
.foot .fiend ul{
	width: 90%;
	height: auto;
	margin-left: 100px;
	font-size: 14px;
	overflow: hidden;
	margin: 0 auto;
}
.foot .fiend ul li{
	text-align: center;
	width: 150px;
	height: 40px;
	float: left;
	line-height: 40px;
}
.foot .fiend ul span{
	float: left;
	line-height: 40px;
}
.foot .fiend ul .fst{
	float: none;
	font-size: 16px;
	width: 80px;
}
.foot .fiend ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.foot .fiend ul li a:hover{
	color: #f40;
}
.foot p{
	width: auto;
	padding:0 10% 0 10%;
	text-align: center;
	margin: 0 auto;
	line-height: 40px;
	font-size: 14px;
	background-color: #000;
}
.foot .filing{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #000;
}
.foot .filing img{
	width: 15px;
	height: 15px
}
.foot .filing a{
	color: #fff;
}