@charset "utf-8";
/* CSS Document */

body {
	min-width: 1200px;
	font-family: "microsoft yahei";
-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
a {
	text-decoration: none;
	color: #666;
	outline: none;
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}
a:hover {
	color: #ee7703;
}
.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
.vcenter2 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.head_con {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}
.head_con .logo {
	width: 210px;
	height: 112px;
	position: absolute;
	background: url("../images/logobg.png") no-repeat center bottom;
	left: 0;
	bottom: 0;
}
.head_con .top {
	width: 100%;
	height: 50px;
}
.head_con .top .phone {
	float: right;
	height: 50px;
	color: #ff9731;
	font-size: 16px;
	padding-left: 30px;
	line-height: 50px;
	background: url("../images/phone.png") no-repeat left center;
}
.head_con .top .phone span {
	font-weight: bold;
	font-family: arial;
}
.head_con .header {
	width: 100%;
	height: 71px;
	background: #fff;
}
.head_con .header .contain {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.head_con .header .nav {
	width: 930px;
	float: right;
	list-style: none;
	position: relative;
	margin-right: -30px;
}
.head_con .header .nav div {
	position: absolute;
	top: 71px;
	width: 100%;
	background: #ee7703;
	left: 0px;
	z-index: 20;
	display: none;
}
.head_con .header .nav div > a {
	color: #fff;
	line-height: 38px;
	height: 38px;
	font-size: 14px;
	padding-left: 10px;
	display: block;
	border-bottom: 2px solid #ec9345;
	background: #ee7703;
	overflow: hidden;
}
.head_con .header .nav div > a:hover {
	border-bottom: 2px solid #585755;
	background: #04162c;
}
.head_con .header .nav div > a:last-child {
	border-bottom: none;
}
.head_con .header .nav li {
	float: left;
	font-size: 15px;
	width: 12.5%;
	text-align: center;
	z-index: 1;
	height: 71px;
	background: url(../images/nav.png);
	position: relative;
}
.head_con .header .nav li:hover div {
	display: block;
}
.head_con .header .nav li .active:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #ee7703;
	bottom: -12px;
	left: 0;
}
.head_con .header .nav li:hover > a:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #ee7703;
	bottom: -12px;
	left: 0;
}
.head_con .header .nav li > a {
	color: #333333;
	line-height: 70px;
	position: relative;
}
.banner {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
height:654px;overflow:hidden;
}
.banner span {
	display: block;
	width: 1920px;
	height: 655px;
	overflow: hidden;
	left: 50%;
	margin-left: -960px;
	position: relative;
	text-align: center;
}
.banner .slick-dots li button {
	background: url("../images/dot1.png") no-repeat;
	width: 14px;
	height: 14px;
	border-radius: 0;
	margin: 0 10px;
}
.banner .slick-dots li.slick-active button {
	background: url("../images/dot2.png") no-repeat;
}
.banner .slick-dots {
	bottom: 30px;
}
.banner_ny {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	z-index: 1;
}
.banner_ny span {
	display: block;
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	height: 440px;
	min-width: 1200px;
	position: relative;
	text-align: center;
}
.banner_ny .slick-dots li button {
	background: url("../images/dot1.png") no-repeat;
	width: 14px;
	height: 14px;
	border-radius: 0;
	margin: 0 10px;
}
.banner_ny .slick-dots li.slick-active button {
	background: url("../images/dot2.png") no-repeat;
}
.banner_ny .slick-dots {
	bottom: 30px;
}