@charset "utf-8";
/* CSS Document */

.left {
	float: left;
}
.right {
	float: right;
}
.width1350 {
	max-width: 1350px;
	margin: 0 auto;
}
.logo {
	width: 189px;/*padding: 17px 0px;*/
}
.logo img {
	width: 489px;
	height: 48px;
}
.conts {
	background: url(../img/tt.png) left center no-repeat;
	padding-left: 57px;
}
.conts p {
	display: block;
	font-size: 16px;
}
.conts span {
	display: block;
	color: #e2763b;
	font-size: 26px;
	font-weight: bold;
}
.navBar {
	position: relative;
	z-index: 1;
	color: #fff;
	height: 55px;
	line-height: 55px;
}
.nav .m {
	float: left;
	position: relative;
}
.nav h3 {
	float: left;
	font-size: 100%;
	font-weight: normal;
	/*height: 84px;*/
	height: 55px;
	line-height: 55px;
	overflow: hidden;
}
.nav h3 a {
	display: block;
	/*height: 84px;*/
	padding: 0px 76px;
	height: 55px;
	line-height: 55px;
}
.nav h3 a span {
	font-size: 18px;
	color: #fff;
	display: block;
	height: 55px;
	line-height: 55px;
	width: 100%;
	text-align: center;
}
/*.nav h3 a em {
	display: block;
	color: #999;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}*/
.nav .on h3 a {
	background: rgba(234, 112, 67, 0.78);
	color: #fff;
}
.nav .on h3 a em {
	color: #fff;
}
.nav .sub {
	display: none;
	padding: 15px 20px;
	position: absolute;
	left: 0;
	top: 55px;
	background: rgba(234, 112, 67, 0.85);
}
.nav .sub li {
	float: left;
}
.nav .sub li a {
	display: block;
	color: #fff;
	float: left;
	width: 170px;
	padding-left: 30px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	background: url(../img/icon_rt.png) 10px center no-repeat;
}
.nav .sub li a:hover {
	color: #ffcc00;
}
.nav .sub .second {
	float: left;
	width: 360px;
	overflow: hidden
}
.nav .sub .second li {
	display: block;
	width: 100%;
	overflow: hidden;
}
.nav .sub .second li a {
	display: block;
	color: #fff;
	float: left;
	width: 100%;
	padding-left: 30px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	background: url(../img/icon_rt.png) 10px center no-repeat;
}
.nav .sub .second li a:hover {
	color: #ffcc00;
}
.nav .sub .second p {
	display: block;
	width: 360px;
	overflow: hidden;
}
.nav .sub .second p span a {
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	width: 150px;
	padding-left: 30px;
	background: url(../img/icon_yuan.png) 12px center no-repeat;
}
.nav .sub .second p span a:hover {
	color: #ffcc00;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 540px;
	background: #333;
	overflow: hidden;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 540px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 540px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_filter: alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 60px;
	height: 12px;
	margin: 5px;
	background-color: #fff;
	border-radius: 50px;
	overflow: hidden;
	line-height: 9999px;
	opacity: 0.8;
	filter: alpha(opacity=50);
}
.fullSlide .hd ul li.on {
	background-color: #000;
}
