.wrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
a {
	color: #6f7374;
}
a:hover {
	color: #f8941d;
}
* {
	transition: .3s;
}
.logo {
	margin: 0;
	padding: 0;
	float: left;
}
.headerR {
	float: right;
	margin-top: 35px;
}
.regBtn {
	padding: 7px 19px 7px 39px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: #78ac0c url(../img/regIco.jpg) 20px center no-repeat;
	border: solid 1px #78ac0c;
	margin: 0;
	margin-right: 8px;
}
.lanBtn {
	padding: 7px 19px 7px 39px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: #f8931d url(../img/lanIco.jpg) 20px center no-repeat;
	border: solid 1px #f8931d;
	margin: 0;
}
.headerR span {
	border: solid 1px #78ac0c;
	font-size: 14px;
	background: #78ac0c;
	padding: 7px 19px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 8px;
}
.quitBtn {
	padding: 7px 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	background: #f8931d;
	text-transform: uppercase;
	border: solid 1px #f8931d;
	margin: 0;
}
.regBtn:hover {
	color: #fff;
	border: solid 1px #4e7106;
}
.quitBtn:hover,.lanBtn:hover {
	color: #fff;
	border: solid 1px #995301;
}
nav {
	width: 100%;
	background: #f99013;
	height: 50px;
	line-height: 50px;
}
nav ul {
	width: 996px;
	margin: 0 auto;
	padding: 0;
}
nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 166px;
	float: left;
	text-align: center;
	font-size: 14px;
}
nav a {
	color: #fff;
	text-transform: uppercase;
	height: 46px;
	display: block;
	border-bottom: solid 4px #f99013;
}
nav a:hover,
nav a.on {
	border-bottom: solid 4px #fcc03d;
	font-weight: bold;
	color: #FFF;
}
.banner {
	position: relative;
	margin-top: 10px;
}
.banner ul,
.banner li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.banner .bd li {
	width: 100%;
	height: 480px;
}
.banner .hd {
	position: absolute;
	top: 0;
	width: 100%;
}
.banner .hd div {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 480px;
}
.banner .hd .prev {
	top: 160px;
	position: absolute;
}
.banner .hd .next {
	top: 160px;
	right: 0;
	position: absolute;
}
.banner .hd ul {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 1000px;
}
.banner .hd ul li {
	display: inline-block;
	margin: 0px 2px;
	cursor: pointer;
	width: 12px;
	height: 12px;
	background: #000;
	opacity: 0.6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.banner .hd ul li.on {
	background: #f99013;
	opacity: 1;
}
.banner .hd span {
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 230px;
	height: 50px;
	background: #f99013;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.45);
}
.proMenu ul,
.proMenu li {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.proMenu {
	width: 190px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 418px;
	padding: 20px;
	background: #f99013 url(../img/proListBg.png) center top no-repeat;
	float: left;
}
.proMenu li {
	margin-bottom: 10px;
}
.proMenu a {
	background: rgba(255, 189, 48, 0.5);
	font-size: 14px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	width: 140px;
	padding: 10px 25px;

	line-height: 20px;
	display: block;
}
.proMenu span {
	overflow: hidden;
	height: 0;
	display: block;

}
.proMenu span img {
	display: block;
	height: 70px;
	width: 190px;
}
.proMenu li:hover span,
.proMenu li.on span {
	display: block;
	margin-top: 5px;
	height: 70px;
	display: block;
}
.proMenu li:hover a,
.proMenu li.on a {
	background: #78ac0c;
}
.indexR {
	float: right;
	width: 750px;
	margin-top: 25px;
}
.tit {
	width: 100%;
	background: #f3f3f3;
	height: 40px;
	line-height: 40px;
}
.tit span {
	padding-left: 10px;
	color: #555;
	font-size: 22px;
	text-transform: uppercase;
}
.tit a {
	float: right;
	width: 75px;
	text-align: center;
	background: #ebebeb;
}
.tit a:hover {
	float: right;
	width: 75px;
	text-align: center;
	background: #f8941d;
	color: #fff;
}
.aboutCont {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.aboutCont img {
	float: left;
	padding-right: 10px;
	margin-top: 5px;
}
.aboutCont p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	color: #6f7374;
}
.aboutMore {
	float: right;
	color: #f8941d;
	font-size: 14px;
}
.newsBox {
	margin-top: 20px;
}
.newsCont ul,
.newsCont li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.newsCont li {
	background: url(../img/line.jpg) left bottom repeat-x;
	overflow: hidden;
}
.newsCont div {
	float: left;
	font-size: 40px;
	color: #b0b0b0;
	line-height: 40px;
	padding: 15px;
}
.newsCont span {
	font-size: 12px;
	display: block;
	line-height: 16px;
}
.newsTit {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 24px;
	display: inline-block;
}
.newsCont p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #999;
	line-height: 18px;
}
.newsCont p a {
	color: #f8941d;
}
footer {
	background: #f4f4f4;
	margin-top: 30px;
	border-top: solid 1px #cecece;
}
footer p.ftext {
	padding: 20px 0;
	margin: 0;
	color: #666;
	line-height: 20px;
	background: url(../img/logoB.png) center right no-repeat;
}
footer a {
	color: #333;
}
footer span.foot-span {
	color: #333;
	display: inline-block;
	margin-bottom: 5px;
}
.bannerBg_01 {
	width: 100%;
	height: 150px;
	background: url(../img/banner_1.jpg) center top no-repeat;
	margin-top: 10px;
}
.bannerBg_01 .wrap {
	height: 150px;
}
.bannerBg_01 span {
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 230px;
	height: 50px;
	background: #f99013;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.45);
}
.dz {
	text-align: right;
	border-bottom: solid 1px #c3c3c3;
	color: #a4a4a4;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.content {
	width: 750px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.proList,
.proList li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.proList {
	width: 768px;
	overflow: hidden;
}
.proList li {
	width: 236px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.proList img {
	border: solid 1px #eaeaea;
	display: block;
}
.proList p {
	background: #464646;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.proList span {
	padding-left: 10px;
	color: #fff;
	width:180px;
	overflow:hidden;
	height:30px;
	
}
.proList a {
	text-transform: uppercase;
	float: right;
	background: #f99013;
	color: #fff;
	width: 55px;
	border-left: solid 1px #fff;
	text-align: center;
	font-size: 12px;
}
div.pages {
	TEXT-ALIGN: center;
	width: 100%;
	float: left;
	padding: 10px;
	margin: 0 0 0 0;
}
div.pages a {
	TEXT-DECORATION: none;
	background: #fff;
	border: 1px solid #f99013;
	padding: 4px 9px;
	margin: 0 2px 5px 2px;
	color: #666666;
	font-size: 12px;
	display: inline-block;
	line-height: 20px;
}
div.pages a:hover {
	background: #f99013;
	color: #fff;
	border: 1px solid #f99013;
	padding: 4px 9px;
	margin: 0 2px;
}
div.pages a:active {
	background: #f99013;
	padding: 4px 10px;
	border: 1px solid #f99013;
	margin: 0 2px;
	color: #fff;
}
div.pages span.current {
	TEXT-DECORATION: none;
	background: #f99013;
	border: 1px solid #f99013;
	padding: 4px 9px;
	margin: 0 2px 5px 2px;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	line-height: 20px;
}
div.pages SPAN.disabled {
	background: #f99013;
	border: 1px solid #f99013;
	padding: 4px 10px;
	margin: 0 2px;
	color: #fff;
}
.proPic {
	text-align: center;
	margin-bottom: 20px;
}
.proMess {
	width: 100%;
	background: #f3f3f3;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.proMess span {
	padding-left: 10px;
	color: #f99113;
	font-size: 18px;
}
.proTable td {
	border: solid 1px #e2e2e2;
	padding: 5px;
}
.title {
	text-align: center;
	font-size: 20px;
	padding: 20px 0 0 0;
	margin: 0;
}
.titleTime {
	text-align: center;
	display: block;
	padding-top: 5px;
}
.messTable p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.messTable td {
	padding: 3px;
}
.messTable span {
	color: #ec0000;
	font-size: 18px;
}
.messInput {
	width: 390px;
	border: solid 1px #c8c8c8;
	padding: 5px;
}
.messInput_02 {
	width: 390px;
	min-width: 390px;
	max-width: 390px;
	border: solid 1px #c8c8c8;
	padding: 5px;
	height: 60px;
	min-height: 60px;
	max-height: 60px;
}
.messBtn {
	padding: 5px 10px;
	margin-right: 5px;
	color: #444;
	font-size: 16px;
	text-transform: uppercase;
	border: solid 1px #c8c8c8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(top, #fefefe, #e1e1e1);
	/* Firefox */
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #e1e1e1));
	/* Saf4+, Chrome */
	
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e1e1e1', GradientType='0');
	/* IE*/
}
.messBtn:hover {
	background-image: -moz-linear-gradient(top, #e1e1e1, #fefefe);
	/* Firefox */
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e1e1), color-stop(1, #fefefe));
	/* Saf4+, Chrome */
	
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#fefefe', GradientType='0');
	/* IE*/
}
.contBg {
	background: url(../img/pic_04.jpg);
	width: 100%;
	height: 160px;
}
.contBg span {
	display: inline-block;
	padding: 20px 0px 0px 20px;
}
.messTable_02 {
	width: 420px;
	margin: 0 auto;
}
.messTable_02 p {
	margin: 0;
	margin-left: 50px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(../img/regIco_02.jpg) left center no-repeat;
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
}
.messTable_02 td {
	padding: 3px;
}
.messTable_02 .messInput {
	width: 194px;
}
.messTable_02 .messInput_03 {
	width: 100px;
}
.messTable_02 span {
	margin-left: 5px;
}
.messTable_03 {
	width: 500px;
	margin: 0 auto;
}
.messTable_03 p {
	margin: 0;
	margin-left: 50px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(../img/lanIco_02.jpg) left center no-repeat;
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
}
.messTable_03 td {
	padding: 3px;
}
.messTable_03 .messInput {
	width: 194px;
}
.messTable_03 .messInput_03 {
	width: 100px;
}
.messTable_03 span {
	margin-left: 5px;
}
.messTable_03 div {
	display: inline-block;
	font-size: 12px;
}
.messTable_03 div a {
	color: #78ac0c;
	text-decoration: underline;
}

label.error{	color: #FFFFFF;
	display:inline-block;
	font-size: 12px;
	background-color: #F00;
	line-height: 18px;
	height: 18px;
	left: 0;
	transition: 0;

	}
label.right{font-size: 12px;
	background-color: #F60;
	background-image: url(../img/ico.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 0;
	float: none;
	height: 12px;
	width: 12px;}
	
/*----2015/10/12-----*/
.proMenu_02,
.proMenu_02 li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.proMenu_02 {
	width: 760px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: solid 1px #c3c3c3;
	margin-bottom: 20px;
}
.proMenu_02 li {
	display: inline-block;
}
.proMenu_02 li a {
	display: inline-block;
	margin-right: 5px;
	padding: 5px 10px;
	background: #f4f4f4;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.proMenu_02 li a.on {
	background: #fcc03d;
	color: #fff;
}