body {
	font-family: "Microsoft YaHei";
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.wrap {
	width: 1000px;
	margin:0 auto;
}
.banner {
	margin: 20px auto;
	overflow: hidden;
}
.logo {
	width: 500px;
	float: left;
}
.search {
	width: 300px;
	float: right;
	margin-top: 15px;
}
.search form {
	border: 1px solid #eee;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.sTxt {
	width: 208px;
	float: left;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	font-size: 14px;
	color: #d4d4d4;font-family: "微软雅黑";
	outline: none;
}
.sBtn {
	width: 80px;
	height: 36px;
	color: #fff;
	background: #F3F3F1;
	filter: Alpha(opacity=80);
	opacity: .8;
	float: right;
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
	cursor: pointer;
}
.sBtn:hover {
	filter: Alpha(opacity=100);
	opacity: 1;
}
.navarea {
	width: 100%;
	height: 42px;
	background: #3eb9e5;
	margin-bottom: 20px;
}
.mainnav {
	line-height: 42px;
	font-size: 18px;
	overflow: hidden;
}
.mainnav a {
	display: block;
	width: 110px;
	text-align: center;
	float: left;
	color: #fff;
	border-left: 1px solid #36a7d3;
}
.mainnav a:hover {
	background: #36a7d3;
}
#focuspic {
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	height: 420px;
	position: relative;
}
#piclist {
	width: 7000px;
	position: absolute;
	z-index: 1;
	height: 420px;
}
#piclist ul {
	overflow: hidden;
	zoom: 1;
}
#piclist li {
	float: left;
	position: relative;
	width: 1000px;
}
#piclist li img {
	width: 1000px;
	height: 420px;
}
#piclist li span {
	position: absolute;
	font-size: 18px;
	z-index: 2;
	width: 1000px;
	background-color: #000;
	filter: Alpha(opacity=60);
	opacity: .6;
	height: 65px;
	line-height: 46px;
	text-align: center;
	bottom: 0;
	left: 0;
}
#piclist li span a {
	color: #fff;
}
#piclist li span a:hover {
	font-weight: bold;
}
#buttons {
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 200px;
	margin-left: -100px;
	z-index: 3;
}
#buttons span {
	display: block;
	float: left;
	width: 35px;
	height: 6px;
	background:#fff;
	filter: Alpha(opacity=40);
	opacity: .4;
	margin-right: 5px;
}
#buttons .on {
	filter: Alpha(opacity=90);
	opacity: .9;
}
.btn {
	width: 50px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 22px;
	position: absolute;
	top: 120px;
	z-index: 5;
	color: #fff;
	filter: Alpha(opacity=50);
	opacity: 0.5;
}
.btn:hover {
	filter: Alpha(opacity=90);
	opacity: .9;
}
#prev {
	left: 0;
	background: url(http://images.china.cn/images1/market/union/201702/pre.png) no-repeat center center;
}
#next {
	right: 0;
	background: url(http://images.china.cn/images1/market/union/201702/next.png) no-repeat center center;
}
.newsBox {
	width: 1000px;
	margin:25px auto 40px;
	overflow: hidden;
}
.newsBox_l {
	width: 670px;
	float: left;
	height: 100%;
}
.newsBox_r {
	width: 270px;
	float: right;
	background: #f8f8f8 url(http://images.china.cn/images1/market/union/201702/redbj.png) no-repeat 0 0;
	padding: 15px;
}
.lm {
	font-size: 18px;
	line-height: 32px;
	color: #000;
	margin-bottom: 20px;
	overflow: hidden;
}
.lm span {
	display: block;
	float: left;
}
.lm a {
	display: block;	
	float: right;
	font-size: 12px;
	color: #666;
}
.newsBox_l h1 {
	font-size: 20px;
	line-height: 28px;
}
.newsBox_l h1 a {
	color: #000;
}
.newsBox_l h1 a:hover {
	color: #cc3333;
}
.desp {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin: 15px 0;
}
.newsBox_r li {
	font-size: 15px;
	line-height: 28px;
}
.newsBox_r li a {
	color: #000;
}
.newsBox_r li a:hover {
	color: #cc3333;
}
.newsBox_r p {
	font-size: 16px;
	margin-bottom: 15px;
	color: #ddd;
}
.newsBox_r p strong {
	color: #cc3333;
}
.picarea {
	width: 100%;
	min-width: 1000px;
	margin: 50px 0 70px;
	background: #F3F3F1;
	padding: 20px 0;
	overflow: hidden;
}
.piclist {
	width: 100%;
	margin: 0 auto;
}
.piclist li {
	width: 20%;
	float: left;
	text-align: center;
	display: inline;
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
}
.piclist li img {
	margin-bottom: 10px;
}
.piclist li a {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	color: #000;
	height: 200px;
}
.piclist li a:hover {
	background: #fff;
	color: #cc3333;
	box-shadow: 0 0 5px rgba(0,0,0,.1)
}
.piclist li:hover img {
	filter: Alpha(opacity=80);
	opacity: .8;
}
.boxCont {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}
.boxC_l {
	width: 670px;
	float: left;
	height: 100%;
}
.boxC_l dt {
	float: left;
}
.boxC_l img {
	margin-right: 20px;
	width: 150px;
}
.boxC_l dl { clear: both; margin-bottom: 20px; overflow: hidden; }
.boxC_l dl:hover {
	background: #f8f8f8;
}
.boxC_l dl:hover a {
	color: #b70303;
}
.boxC_l dl:hover img {
	filter: Alpha(opacity=80);
	opacity: .8;
}
.boxC_l dd {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.boxC_l dd a {
	font-size: 16px;
	line-height: 28px;
	color: #000;
	font-weight: bold;
}
.boxC_l dd .red {
	color: #b70303;
	font-size: 14px;
	padding-left: 5px;
}
.boxC_r {
	width: 300px;
	float: right;
}
.boxC_r li {
	font-size: 15px;
	line-height: 28px;
}
.boxC_r li a {
	color: #000;
}
.boxC_r li a:hover {
	color: #cc3333;
}
.column {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 2px;
	background: #eee;
}
.column span {
	display: block;
	background: #fff url(http://images.china.cn/images1/market/union/201702/lmbg.png) no-repeat 0 0;
	height: 59px;
	line-height: 59px;
	padding-left: 70px;
	font-size: 28px;
	position: absolute;
	left: 50%;
	margin-left: -120px;
	top: -30px;
	z-index: 9;
	border-left:10px solid #fff;
	border-right: 10px solid #fff;
}
.boxC_r dl {
	margin-top: 20px;
}
.boxC_r dl:hover img {
	filter: Alpha(opacity=80);
	opacity: .8;
}
.boxC_r dl:hover a {
	color: #cc3333;
}
.boxC_r dd {
	text-align: center;
	line-height: 40px;
	background: #F0F1F6;
	font-size: 15px;
}
.boxC_r dd a {
	color: #000;
}
.boxRed {
	width: 100%;
	min-width: 1000px;
	background: #F9F9F7;
	padding: 20px 0;
}
.boxRedCont {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.boxRedCont_l {
	width: 670px;
	float: left;
}
.boxRedCont_r {
	width: 300px;
	float: right;
}
.boxRedCont_l p {
	color: #ddd;
	font-size: 18px;
}
.boxRedCont_l p strong {
	color: #cc3333;
}
.boxRedCont_r p {
	color: #ddd;
	font-size: 18px;
}
.boxRedCont_r p strong {
	color: #cc3333;
}
.boxRedCont_r ul {
	margin-top: 20px;
}
.boxRedCont_r li {
	font-size: 15px;
	line-height: 28px;
}
.boxRedCont_r li a {
	color: #000;
}
.boxRedCont_r li a:hover {
	color: #cc3333;
}
.boxRedCont_r dl {
	margin-top: 15px;
	clear: both;
	height: 100px;
	padding: 2px;
	overflow: hidden;
}
.boxRedCont_r dl:hover img {
	filter:Alpha(opacity=90);
	opacity: .9;
}
.boxRedCont_r dl:hover a {
	color: #b70303;
}
.boxRedCont_r dt {
	background: #fff;
	width: 135px;
	float: left;
	margin-right: 15px;
}
.boxRedCont_r dd {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	padding-right: 10px;
}
.boxRedCont_r dd a {
	font-weight: bold;
	line-height: 22px;
	color: #000;
}
.boxRedCont_r p a {
	font-size: 12px;
	color: #333
}
.boxRedCont_r p a:hover {
	color: #cc3333
}
.boxRedCont_l p a {
	font-size: 12px;
	color: #333
}
.boxRedCont_l p a:hover {
	color: #cc3333
}
.ad {
	margin-top: 25px;
}
.picChange {
	overflow: hidden;
	margin-top: 28px;
}
#picCont {
	width: 500px;
	float: left;
}
#picCont div {
	position: relative;
}
#picCont div span {
	position: absolute;
	z-index: 99;
	line-height: 42px;
	height: 42px;
	background: #000;
	width: 500px;
	text-align: center;
	bottom: 0;
	left: 0;
	filter: Alpha(opacity=60);
	opacity: .6;
}
#picCont a {
	color: #fff;
}
#picList {
	width: 170px;
	float: right;
	height: 320px;
	overflow: hidden;
	text-align: right;
}
#picList li {
	margin-bottom: 10px;
}
.hide {
	display: none;
}
.on {
	background: url(http://images.china.cn/images1/market/union/201702/arr.png) no-repeat 17px 0;
}
.footer {
	width: 950px;
	margin: 25px auto;
	padding: 25px;
	border-top: 1px solid #eee;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #666;	
}
.footer a {
	color: #666;
}
.backTop {
	position: fixed;
	left: 50%;
	bottom: 50px;
	margin-left: 510px;
}
.backTop a {
	display: block;
	width: 44px;
	height: 44px;
	background: url(http://images.china.cn/images1/market/union/201702/top.gif) no-repeat 0 0;
	text-indent: -66666px;
}
