* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
}

@font-face {
	font-family: 'SourceHanSerifCN-Regular';
	src: url('fonts/SourceHanSerifCN-Regular.otf');
}

div {
	box-sizing: border-box;
}

dl,
dd,
dt {
	padding: 0;
	margin: 0;
}

input,
button {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.fixclear {
	zoom: 1;
}

.fixclear:after {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


/** 头部 **/

.head-top {
	width: 100%;
	height: 100px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.head-contant {
	height: 100px;
	overflow: inherit;
	/*line-height: 100px;*/
}

.logo-l {
	width: 213px;
	height: 100%;
	line-height: 100px;
}

.logo-l img {
	border: none;
	vertical-align: middle;
}

.nav-meun {
	height: 75px;
	margin-top: 25px;
}

.nav-list-item {
	float: left;
	line-height: 75px;
	position: relative;
}

.nav-list-item a {
	display: block;
	line-height: 75px;
	font-size: 16px;
	color: #555555;
	padding: 0 36px;
	text-align: center;
}

.nav-list-item.current:before,
.nav-list-item.active:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	width: 26px;
	height: 26px;
	background: url(../images/navbg_03.png) no-repeat center;
	z-index: 999;
}


.nav-list-item a:hover {
	color: #f27000;
}

.nav-list-item.active a {
	color: #f27000;
}
.footer{
	width: 100%;
	height: 296px;
	background: #333333;
}
.foot-top{
	width: 1200px;
	height: 256px;
	margin: 0 auto;
}
.foot-top-l{
	width: 358px;
	height: 256px;
	background: url(../images/fbg_03.jpg) repeat-y;
	position: relative;
}
.foot-top-l:before{
	content: "";
	display: block;
	position: absolute;
	width: 395px;
	height: 50px;
	background: url(../images/fgbt.png) no-repeat left center;
	top: -49px;
	left: 0;
}
.foot-top-l .eq{
	width: 88px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	left: 315px;
	top: 133px;
}
.eq img{
	width: 100%;
}
.foot-top-r{
	width: 842px;
	padding-top: 38px;
}
.fast-nav{
	width: 100%;height: 42px;
	border-bottom: 2px solid#FFFFFF;
}
.fast-nav h3{
	font-size: 24px;color: #F27000;
	font-weight: normal;
	line-height: 42px;
	padding-left: 132px;
}
.fast-nav-meun{
	width: 100%;
	height: auto;
	padding-top: 28px;
		padding-left: 132px;
}
.fast-nav-item{
	float: left;
	padding-right: 73px;
	overflow: hidden;
}
.fast-nav-item li a{
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.fast-nav-item li:first-child a{
	font-size: 18px;
	color: #ffffff;	
}
.fast-nav-item li a:hover{
	color: #F27000;
}
.foot-copy{
	width: 100%;
	height: 40px;
	background: #111111;
}
.foot-copy-contant{
	width: 1200px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.foot-copy-l{
	width: 358px;
	height: 40px;
	background: url(../images/fbg_03.jpg)repeat-y center;
}
.foot-copy-r{
	width: 842px;
	overflow: hidden;
}
.foot-copy-r p{
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 40px;
}

.foot-copy-r p span{
	margin-left: 50px;
}
