@charset "utf-8";
header {
	background-color: #fefefe;
	height: 136px;
}
.header-con {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}
.header-con .logo {
	float: left;
	width: 380px;
	height: 127px;
}
.header-con .logo-right {
	float: right;
	width: 620px;
}
.header-con .logo-right .top-menu {
	float: right;
	height: 28px;
	line-height: 28px;
	width: 250px;
}
.header-con .logo-right .top-menu a {
	float: left;
	color: #a69c9d;
	padding: 0 10px;
}
.header-con .logo-right .top-menu .channel {
	/*    margin: 0 16px;*/
	float: right;
	text-align: right;
	color: #a69c9d;
}
.header-con .logo-right .top-menu .channel .icon-channel {
	display: block;
	background: url("../images/icon.png") no-repeat;
	width: 12px;
	height: 24px;
	background-position: 0 -37px;
	float: right;
	margin-left: 10px;
}
.header-con .logo-right .top-ad {
	margin-top: 36px;
}
/*wrapper*/
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
/*nav*/
.nav {
	/*padding: 12px 5px;*/
	/*height:106px;*/
	background: #f8b830;
}
/*.nav li a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 0 22px;
}
.nav li a:hover {
	text-decoration: underline;
}*/
.nav .nav-con{
	width:249px;
	float:left;
	border-right:1px solid #fff;
	padding:10px 0;
	text-align: center;
}
.nav .nav-con a {
	display:inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 2px 26px;
}
/*head-ad*/
.head-ad {
	width: 1000px;
	height: 90px;
	margin: 10px 0;
	overflow: hidden;
}
/*.head-ad img{margin-left: -202px;}*/
.head-ad img {
	margin-left: -310px;
}
/*one*/
.one {
	/*margin-bottom: 10px;*/
}
.one .left-banner {
	width:478px;
	margin-right: 20px;
}
.one .news{
	width:483px;
}
/*footer*/
.footer {
	width: 100%;
	min-width: 1000px;
	min-height: 60px;
	padding: 50px 0;
	background: #f5f5f5;
}
.footer .footer-con {
	width: 1200px;
	margin: 0 auto;
}
.footer .footer-con .footer-item {
	text-align: center;
	color: #a4a4a4;
	line-height: 30px;
	font-size: 14px;
}
.footer .footer-con .footer-item a {
	color: #a4a4a4;
}
.footer .footer-con .footer-item a:hover {
	color: #f8b830;
}
.footer .footer-con .footer-item span.Parting-line {
	margin: 0 10px;
}