/*通用代码*/
.clear {
	clear: both;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1320{
	width: 1260px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h90{
	height: 90px;
}
body {
	min-width: 1300px;
	background-color: #f5f5f5;			
}
/*头部*/
#head {
	background-image: url(../images/1920x707.jpg);
	position: fixed;
	z-index: 10;
	width: 100%;
}
#head .head {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#head .head:after {
	content: "";
	display: block;
	height: 0px;
	line-height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
#head .head .cell_l {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#head .head .cell_r {
	float: right;
	width: 80%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#head .head .cell_l dl {
	margin: 0;
	padding: 0;
	float: none;
}
#head .head .cell_l dl dt {
	margin: 0;
	padding: 0;
	float: none;
}
#head .head .cell_l dl dd {
	margin: 0;
	padding: 0;
	float: none;
}
#language {
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: right;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
#menu {
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 0;
	clear: both;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#menu ul li {
	margin: 0px 0px 0px 30px;
	padding: 0;
	float: left;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: right;
}
#menu ul li > a {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}
#menu ul li:hover > a {
	color: #de2518;
}
#menu ul li.on > a {
	color: #de2518;
}
/*轮播图*/
.swiper1 .swiper-pagination-bullet{
	height: 18px;
	width: 18px;
	background-color: #fff;
	opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active{
	background-color: red;
}
.swiper1  .swiper-slide {
	position: relative;
}
.swiper1  .swiper-slide img{
	min-width: 100%;
}
/*底部*/
#foot {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
	color: #efefef;
	background-image: url(../images/footbg.jpg);
	padding-top: 15px;
	font-size: 14px;
}
.foot-1{
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
}
.foot-1 .m li{
	line-height: 24px;
}
.foot-1 .m a{
	color: #fff;
}
.foot-1 .fr{
	line-height: 24px;
}
.foot-1 .fr strong{
	font-size: 16px;
}
.copy{
	line-height: 40px;
	font-size: 12px;
}