﻿@charset "utf-8";

body {
	font-family: "Microsoft YaHei";
}

a:hover {
	text-decoration: none;
}

.clr {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0
}

.w100 {
	width: 100%;
	background: #CF0101;
	height: 48px;
	min-width: 1000px;
}

.topNav {
	width: 1000px;
	margin: 0 auto;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
}

.topNav span {
	margin-right: 30px;
}

.topNav a {
	color: #fff;
}

#time {
	display: block;
	float: right;
	font-size: 14px;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.header {
	padding: 25px 0;
	overflow: hidden;
}

.logo {
	width: 200px;
	float: left;
}

.weather {
	float: left;
	font-size: 12px;
	font-family: "宋体";
	margin: 15px 0 0 200px;
}

.weather a {
	color: #333;
}

.searchBox {
	width: 262px;
	float: right;
	margin-top: 10px;
}

.search {
	width: 250px;
	border: 1px solid #eee;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	font-size: 14px;
	padding-left: 10px;
}

.sTxt {
	color: #d4d4d4;
	width: 220px;
	line-height: 30px;
}

.Btn {
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
	float: right;
	margin: 8px 10px 0 0;
	cursor: pointer;
	background-image: url(../images/ss.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.ad {
	background: #eee;
	height: 90px;
}

.nav {
	overflow: hidden;
	margin-top: 25px;
	border-top: 2px solid #CF0101;
	height: 46px;
	line-height: 48px;
	font-size: 18px;
}

.nav a {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	color: #333;
}

.nav a:hover {
	background: #CF0101;
	color: #fff;
	text-decoration: none;
}

.focus {
	overflow: hidden;
	margin-top: 20px;
}

.focusPic {
	width: 645px;
	float: left;
}

.focusNews {
	width: 330px;
	float: right;
}

.focusNews li {
	font-size: 18px;
	line-height: 36px;
}

.focusNews li a {
	color: #333;
}

.focusNews li a:hover {
	color: #CF0101;
}

.focusNews li:nth-child(1) {
	font-size: 22px;
	font-weight: bold;
}

.focusNews li:nth-child(4) {
	font-size: 22px;
	font-weight: bold;
}

.focusNews li:nth-child(7) {
	font-size: 22px;
	font-weight: bold;
}

.box {
	overflow: hidden;
	margin-top: 25px;
}

.boxL {
	width: 645px;
	float: left;
}

.boxR {
	width: 330px;
	float: right;
}

.tab {
	font-size: 18px;
	line-height: 42px;
	height: 42px;
	background: #F5F5F5;
}

.tab a {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	color: #333;
	margin-right: 60px;
}

.on {
	border-top: 2px solid #CF0101;
	font-weight: bold;
}

.hide {
	display: none;
}

.tabCont h2 {
	font-size: 24px;
	line-height: 38px;
	font-weight: normal;
	padding: 20px 0 10px;
}

.tabCont h2 a {
	color: #000;
}

.tabCont h2 a:hover {
	color: #CF0101;
}

.tabCont ul {
	margin-bottom: 25px;
}

.tabCont li {
	font-size: 18px;
	line-height: 32px;
	background: url(../images/dian.png) no-repeat 0 center;
	padding-left: 15px;
}

.tabCont li a {
	color: #666;
}

.tabCont li a:hover {
	text-decoration: underline;
}

.tabCont dl {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.tabCont dl dt img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.tabCont dl:hover dt img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.tabCont dl:hover .w18 a {
	color: #CF0101;
}

.tabCont dl:last-child {
	border-bottom: none;
}

.tabCont dt {
	width: 140px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

.w18 {
	font-size: 18px;
	line-height: 28px;
	height: 80px;
}

.w18 a {
	color: #000;
}

.tabCont dd span {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	padding-right: 20px;
}

.share {
	display: inline-block;
	float: right;
}

.column {
	overflow: hidden;
}

.column span {
	display: block;
	float: left;
	font-size: 20px;
	color: #CF0101;
	line-height: 20px;
	border-left: 2px solid #CF0101;
	padding-left: 10px;
}

.column em {
	display: inline-block;
	float: left;
	font-style: normal;
	font-size: 14px;
	color: #999;
	line-height: 14px;
	margin-left: 10px;
	margin-top: 8px;
}

.column a {
	display: block;
	float: right;
	font-size: 14px;
	color: #999;
}

.tjPic {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 330px;
	height: 250px;
	overflow: hidden;
}

.tjPic img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.tjPic img:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.tjPic span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 38px;
	line-height: 38px;
	z-index: 99;
	text-align: center;
	width: 330px;
	background: url(../images/tbg.png) repeat-x 0 0;
	font-size: 16px;
}

.tjPic span a {
	color: #fff;
}

.boxR li {
	font-size: 16px;
	line-height: 34px;
	background: url(../images/dian.png) no-repeat 0 center;
    padding-left: 15px;
    height: 34px;
    overflow: hidden;
}

.boxR li a {
	color: #666;
}

.boxR li a:hover {
	text-decoration: underline;
}

.ad330 {
	margin-top: 25px;
}

.fathion {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
}

.column01 {
	padding: 20px 0;
}

.column01 span {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.column01 a {
	font-size: 16px;
	line-height: 22px;
	margin-left: 50px;
	color: #666;
}

.box1 {
	overflow: hidden;
	margin-top: 25px;
}

.live {
	width: 645px;
	float: left;
	border-top: 1px solid #ccc;
}

.live dl {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.live dl dt img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.live dl:hover dt img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.live dl:hover .w18 a {
	color: #CF0101;
}

.live dl:last-child {
	border-bottom: none;
}

.live dt {
	width: 140px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

.live dd span {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	padding-right: 20px;
}

.videoP {
	margin: 10px 0 25px 0;
}

.box1R {
	width: 330px;
	float: right;
}

.box1R dl {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
}

.box1R dt {
	width: 120px;
	float: left;
	margin-right: 15px;
}

.box1R dd {
	font-size: 16px;
	line-height: 26px;
}

.box1R dd a {
	color: #000;
	font-weight: bold;
}

.box1R dd a:hover {
	color: #CF0101;
}

.box1R li {
	font-size: 16px;
	line-height: 34px;
	background: url(../images/dian.png) no-repeat 0 center;
    padding-left: 15px;
    height: 34px;
    overflow: hidden;
}

.box1R li a {
	color: #666;
}

.box1R li a:hover {
	text-decoration: underline;
}

.hotPic {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	overflow: hidden;
}

.hotPic ul {
	margin-left: -12px;
}

.hotPic li {
	width: 325px;
	float: left;
	margin-left: 12px;
	margin-bottom: 18px;
}

.hotPic li img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.hotPic li:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.hotPic dt {
	width: 325px;
	overflow: hidden;
	height: 200px;
}

.hotPic dd {
	font-size: 18px;
	line-height: 24px;
	padding: 15px 0;
	text-align: center;
}

.hotPic dd a {
	color: #333;
}

.links {
	margin-top: 50px;
}

.card {
	width: 92px;
	float: left;
}

.linksT {
	width: 850px;
	height: 50px;
	float: right;
	background: #FAFAFA;
	margin-top: 10px;
	padding: 10px 20px;
}

.linksT span {
	font-size: 14px;
	color: #666;
}

.red {
	color: #E23838;
}

.linksT a {
	color: #333;
	margin-right: 20px;
	display: block;
	float: right;
	height: 32px;
}

.linksT a:hover {
	color: #E23838;
}

.wx {
	background: url(../images/wx.png) no-repeat 0 0;
	padding-left: 35px;
	padding-top: 0;
	position: relative;
}
.wx i {
	display: block;
	position: absolute;
	left: 0;
	top: -130px;
	z-index: 99;
}

.tt {
	background: url(../images/tt.png) no-repeat 0 0;
	padding-left: 45px;
	padding-top: 0px;
}

.ads {
	background: url(../images/ad.png) no-repeat 0 0;
	padding-left: 40px;
	padding-top: 0;
}

.contact {
	background: url(../images/contact.png) no-repeat 0 0;
	padding-left: 35px;
	padding-top: 0;
}

.backTop {
	position: fixed;
	left: 50%;
	bottom: 50px;
	margin-left: 510px;
}

.backTop a {
	display: block;
	overflow: hidden;
	width: 70px;
	height: 70px;
	background: url(../images/top.png) no-repeat 0 0;
	text-indent: -666px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.backTop a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#owl-demo {
	position: relative;
	width: 642px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}

#owl-demo .item {
	position: relative;
	display: block;
}

#owl-demo img {
	display: block;
	width: 642px;
	height: 360px;
}

#owl-demo b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	background: url(../images/tbg.png) repeat-x 0 0;
}

#owl-demo span {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}

.owl-pagination {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 25px;
	text-align: center;
}

.owl-page {
	display: inline-block;
	width: 30px;
	height: 2px;
	margin: 0 5px;
	background-image: url(../images/bg15.png);
	*display: inline;
	*zoom: 1;
}

.owl-pagination .active {
	width: 30px;
	background-image: url(../images/bg16.png);
}

.owl-buttons {
	display: none;
}

.owl-buttons div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	text-indent: -9999px;
}

.owl-prev {
	left: 0;
	background-image: url(../images/bg117.png);
	filter: alpha(opacity=80);
	opacity: .8;
}

.owl-next {
	right: 0;
	background-image: url(../images/bg118.png);
	filter: alpha(opacity=80);
	opacity: .8;
}

.owl-prev:hover {
	background-image: url(../images/bg117.png);
	filter: alpha(opacity=100);
	opacity: 1;
}

.owl-next:hover {
	background-image: url(../images/bg118.png);
	filter: alpha(opacity=100);
	opacity: 1;
}

.footer {
	margin: 30px 0 20px 0;
	padding-top: 25px;
	border-top: 1px solid #eee;
	position: relative;
}

.footer p {
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}

.footer p a {
	color: #333;
}

.jb {
	width: 235px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 95px;
	z-index: 99;
}

.cxwz {
	width: 111px;
	height: 40px;
	position: absolute;
	right: 120px;
	top: 95px;
	z-index: 99;
}

.kxwz {
	width: 108px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 95px;
	z-index: 99;
}

.kxwz img {
	width: 108px;
	height: 40px;
}

/*content*/
.topNav_content {
	width: 1000px;
	margin: 0 auto;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
}

.topNav_content a {
	font-size: 16px;
	color: #fff;
	display: block;
	float: left;
	width: 100px;
}

.topNav_content a:hover {
	text-decoration: underline;
}

.Navigation {
	margin-top: 20px;
	margin-left: 50px;
	font-family: "宋体";
	width: 160px;
	float: left;
	font-size: 12px;
}

.Navigation a {
	color: #000;
}

.content {
	margin-top: 10px;
}

.content h1 {
	font: bold 38px/150% "Microsoft Yahei";
}

.content h3 {
	border-bottom: 1px solid #ccc;
	font: 16px normal;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
}

.date,
.ly {
	display: block;
	float: left;
	margin-right: 30px;
	color: #666;
	margin-top: 20px;
}

.share {
	display: block;
	float: right;
}

.main {
	overflow: hidden;
	padding-bottom: 25px;
}

.text {
	width: 610px;
	float: left;
	padding: 30px 15px;
	font-size: 18px;
	color: #333;
	line-height: 200%;
	text-align: justify;
}

.text i {
	display: block;
	font-style: normal;
	color: #666;
	font-size: 16px;
	float: right;
	margin-top: 15px;
}
.silder {
	width: 330px;
	float: right;
	padding-top: 35px;
}

.silder dl {
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 15px;
}

.silder dt {
	width: 120px;
	float: left;
	margin-right: 15px;
}

.silder dd {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.silder dd a {
	color: #000;
}

.silder dd a:hover {
	color: #CF0101;
}

.silder li {
	font-size: 16px;
	line-height: 34px;
	background: url(../images/dian.png) no-repeat 0 center;
	padding-left: 15px;
}

.silder li a {
	color: #666;
}

.silder li a:hover {
	text-decoration: underline;
}

.pic330 {
	position: relative;
	margin-bottom: 20px;
}
.pic330 span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 32px;
	line-height: 32px;
	background: url(../images/tbg.png) repeat-x 0 0;
	width: 330px;
	text-align: center;
}
.pic330 span a {
	color: #fff;
}
.picv {
	margin-left: -20px;
}
.picv li {
	padding-left: 0;
	text-align: center;
	background: none;
	width: 155px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
.picv li a {
	color: #333;
}
.contentPic {
	padding:30px 0;
	border-top: 1px solid #eee;
	border-bottom:1px solid #eee;
}
.recommend {
	overflow: hidden;
	margin-top: 45px;
}
.columnRed {
	background: #C50612;
	padding:8px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 120px;
}
.recommend dl {
	margin-top: 30px;
}
.recommend dt {
	font-size: 24px;
	line-height: 180%;
	font-weight: bold;
}
.recommend dt a {
	color: #000;
}
.recommend dt a:hover {
	color: #CF0101;
}
.recommend dd {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 10px;
}
.recommend dd span {
	margin-right: 40px;
	color: #999;
}
.return {
	overflow: hidden;
	margin-top: 35px;
}
.return a {
	display: block;
	border: 1px solid #ccc;
	width: 140px;
	text-align: center;
	color: #666;
	float: left;
	margin-right: 50px;
	line-height: 50px;
	font-size: 18px;
}
.return a:hover {
	background: #C50612;
	color: #fff;
	border: 1px solid #C50612;
}
.footerCont {
	background: #C50612;
	width: 100%;
	min-width: 1000px;
	padding: 30px 0;
	font-size:16px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	margin-top: 50px;
}
.footerCont a {
	color: #fff;
}

#autopage { clear: both; text-align: center; padding-top: 30px; }
#autopage a { display: inline-block; width: 36px; height: 36px; background-color: #F5F5F5; font-size: 12px; line-height: 36px; color: #000; }
#autopage span { display: inline-block; width: 36px; height: 36px; background-color: #C50612; color: #fff; font-size: 12px; line-height: 36px; }
