@charset "utf-8";
/* 前台样式==================================   首页*/
/*header*/
.topbar{
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}
.topbar .main{
	height: 36px;
}
.share-lt{
	float: left;
	padding-top: 4px;
}
.toplink{
	float: right;
}
.toplink li{
	float: left;
	margin-left: 15px;
}
.toplink li a{
	display: block;
	line-height: 36px;
	color: #666666;
}
.header{
	background: #FFFFFF;
}

.navbar{
	padding: 30px 20px;
	position: relative;
	z-index: 111;
}
.logo{
	float: left;
	height: 50px;
}
.logo img{
	height: 50px;
}
.nav{
	float: left;
	margin-left: 130px;
}
.nav>li{
	float: left;
	position: relative;
	padding: 0 20px;
}
.nav>li a{
	position: relative;
	display: block;
	height: 20px;
	padding: 15px 0;
	font-size: 16px;
}
.nav>li.active a{
	color: #ce0000;
}
.nav>li.active a:after{
	width: 30px;
	height: 3px;
	background: #ce0000;
	content: '　';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}


.scale{
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.scale img{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.scale:hover img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.inner-wrap{
	background: #f5f8fa;
	padding-top: 10px;
	padding-bottom: 20px;
}
.header .main{
	overflow: hidden;
	padding: 20px 0;
}
.header .logo{
	float: left;
}
.top-search{
	position: relative;
	width: 200px;
	height: 40px;
	float: right;
	border-radius: 40px;
	border: 1px solid #e4e4e4;
	margin-top: 5px;
}
.top-search .t-text{
	padding-left: 10px;
	outline: none;
	border: 0;
	line-height: 40px;
	display: block;
	background: transparent;
}
.top-search .btn-sobar{
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/so.png) no-repeat;
	border: 0;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	outline: none;
}
.hd-tel{
	float: right;
	background:url(../images/top-tel.png) left center no-repeat;
	padding-left: 35px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}
.inner-ad{
	font-size: 0;
	margin-bottom: 10px;
}
.col-main{
	width: 860px;
	float: left;
}
.col-sidebar{
	width:320px;
	float: right;
}
.art-container{
	background: #FFFFFF;
}
.col-list-main{
	background: #FFFFFF;
}
.side-box{
	background: #FFFFFF;
	padding: 20px 0;
	margin-bottom: 15px;
}
.side-ad{
	margin-bottom: 15px;
}
.side-body{
	padding: 0 15px;
}
.side-header{
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0 15px;
}
.side-tit{
	position: relative;
	float: left;
	height:20px;
	line-height: 20px;
	color: #666666;
	font-size: 16px;
}
.side-tit:before{
	content: '　';
	background: #e60b0b;
	display: block;
	width: 4px;
	height: 20px;
	position: absolute;
	left: -15px;
	top: 0;
}
.side-header .side-more{
	display: inline-block;
	float: right;
	color: #999999;
	font-size: 13px;
}
.hot-col-list li{
	overflow: hidden;
	padding: 10px 5px;
	border-bottom: 1px dashed #dddddd;
}
.zx-main .col-list li{
	overflow: hidden;
	padding: 20px 0;
}
.hot-col-list li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.hot-pic{
	float: left;
	margin-right: 10px;
}
.hot-pic img{
	width: 80px;
	height: 80px;
	border-radius: 3px;
}
.col-auto{
	overflow: hidden;
}
.hot-col-list li h4{
	line-height: 20px;
	margin-bottom: 10px;
}
.hot-col-list li h4 a{
	font-size: 15px;
	color: #666666;
}
.hot-col-list li h4 a:hover{
	color: #fc0000;
}
.hot-time{
	font-size: 13px;
	color: #999999;
}
.side-zt-box{
	position: relative;
	display: block;
}
.side-zt-box img{
	border-radius: 3px;
}
.side-zt-box .zt-popover{
	width: 220px;
	height: 110px;
	padding-top: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -70px;
	background: url(../images/zt-bg.png) no-repeat;
	text-align: center;
}
.side-zt-box .zt-popover .zt-sm-tit{
	font-size: 16px;
	color: #e70000;
	line-height: 20px;
	margin-bottom: 10px;
}
.side-zt-box .zt-popover p{
	line-height: 20px;
	color: #888888;
	position: relative;
}
.side-zt-box .zt-popover .zt-sm-desc{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.side-zt-box .zt-popover .zt-sm-desc:after {
    content: '　';
    display: block;
    position: absolute;
    width: 160px;
    height: 1px;
    background: #666666;
    bottom: 0;
    left: 50%;
    margin-left:-80px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.box-list li{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box-list li{
	margin-bottom: 10px;
}
.box-list li:last-child{
	margin-bottom: 0;
}
.box-list li a {
    line-height:20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    position: relative;
    padding-left: 10px;
    color: #666666;
}
.box-list li a:hover{
	color: #e60b0b;
}
.box-list li a:before {
    width: 4px;
    height: 4px;
    background: #e60b0b;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    content: '　';
}
.art-container{
	padding: 15px;
}
.art-title{
	font-size: 32px;
	margin-bottom: 15px;
}
.art-meta{
	margin-bottom: 15px;
}
.art-header{
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.art-meta{
	color: #999999;
}
.art-desc{
	color: #666666;
	line-height: 1.6;
}
.art-content div{
	margin-bottom: 15px;
}

.art-content p:last-child{
	margin-bottom: 0;
}
.art-content p{
	font-size: 16px;
	line-height: 2;
	color: #666666;
	
}
.art-page{
	margin-top: 10px;
	padding:5px 10px;
}
.art-page li{
	line-height: 25px;
	color: #666666;
}
.art-page li a{
	color: #666666;
}
.art-page li a:hover{
	color: #ce0000;
	text-decoration: underline;
}
.footer{
	background: #1c1d1e;
    text-align: center;
    border-top: 2px solid #ce0000;
	overflow: hidden;
}
.foot-nav{
	border-bottom: 1px solid #424242;
	padding: 20px 0;
}
.foot-nav a,
.foot-nav span{
	display: inline-block;
	vertical-align: middle;
	color: #999999;
}
.foot-nav a{color: #999999;}
.foot-nav .line{
	padding: 0 10px;
}
.footer-row{
	text-align: left;
	padding: 30px 0;
}
.footer-row .end-logo{
	float: left;
}
.site-wx{
	float: right;
}
.site-info{
	float: left;
	color: #999999;
	margin-left: 50px;
}
.site-info p{
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.site-info p.tel{
	background-image: url(../images/tel.png);
}
.site-info p.address{
	background-image: url(../images/loaction.png);
}
.site-info p.email{
	background-image: url(../images/email.png);
}
.col-list li{
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px solid #dddddd;
}
.col-list li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.col-lg-pic{
	position: relative;
	width: 220px;
	height: 150px;
	display: block;
	float: left;
	margin-right: 20px;
}
.col-lg-pic img{
	width: 220px;
	height: 150px;
}
.col-header{
	overflow: hidden;
	margin-bottom: 15px;
}
.col-header a,
.col-header span{
	display: inline-block;
	vertical-align: middle;
}
.list-tag{
	background: #ffebef;
	color: #e70000;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 10px;
}
.col-header a{
	font-size: 18px;
}
.col-desc{
	color: #999999;
	line-height: 1.6;
	text-indent: 28px;
	margin-bottom: 20px;
}
.col-footer{
	overflow: hidden;
}
.col-attr{
	float: left;
	line-height: 20px;
}
.col-attr span{
	display: inline-block;
	margin-right: 20px;
	color: #9aabb8;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	cursor: pointer;
}
.col-attr span.lk-view{
	background-image: url(../images/eye.jpg);
}
.col-attr span.lk-heart{
	background-image: url(../images/heart.jpg);
}
.col-attr span.lk-heart.active{
	background-image: url(../images/heart_red.jpg);
}
.col-time{
	float: right;
	line-height: 20px;
	color: #9aabb8;
	padding-left: 20px;
	background: url(../images/time.png) left center no-repeat;
}
.col-page{
	text-align: center;
	padding: 35px 0;
	font-size: 0;
}
.col-page a{
	display: inline-block;
	border: 1px solid #9aabb8;
	color: #9aabb8;
	margin: 0 3px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	font-size: 14px;
}
.col-page a.active{
	background: #e60b0b;
	color: #FFFFFF;
	border: 1px solid #e60b0b;
}
.col-page a.next{
	background: url(../images/page-arr.png) center no-repeat;
}
.zx-bg-main{
	background: #f5f8fa;
}
.zx-main .side-box{
	background: #f7f7f7;
}
.zx-main .col-sidebar{
	padding: 20px 0;
}
.col-list-lg-pic{
	display: block;
	position: relative;
}
.wx-box{
	position: absolute;
	width: 100%;
	height: 110px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	padding: 20px 0;
	background: rgba(0,0,0,.4);
	display: none;
}
.wx-box img{
	width: 110px;
	height: 110px;
}
.col-lg-pic:hover .wx-box{
	display: block;
}


.col-popover{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	padding: 15px;
	border-left: 5px solid #e50b0b;
	background: url(../images/popbg.png) no-repeat;
}
.col-list-lg-pic h3{
	font-size: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.col-list-lg-pic p{
	color: #FFFFFF;
	opacity: .7;
	line-height: 1.6;
	text-indent: 30px;
}
.zx-main .col-main{
	width: 820px;
}
.zx-pane-list{
	overflow: hidden;
	margin: 0 -20px;
}
.zx-pane-list li{
	float: left;
	padding:10px 20px;
}
.zx-list-box{
	width: 370px;
	background-color: #FFFFFF;
}
.zx-list-pic{
	display: block;
	position: relative;
}
.zx-list-pic img{
	width: 370px;
	height: 220px;
}
.zx-intro{
	padding: 15px;
}
.zx-title{
	margin-bottom: 5px;
}
.zx-title a{
	color: #34495e;
	font-size: 16px;
}
.zx-desc{
	color: #999999;
	font-size: 13px;
	line-height: 1.6;
}
.media-attr {
	padding:10px 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.media-attr span {
    display: inline-block;
    line-height: 30px;
    padding-left: 20px;
	color: #999999;
    background-position: left center;
    background-repeat: no-repeat;
}
.media-attr span.media-time {
    background-image: url(../images/time.png);
}
.media-attr span.media-eye {
    background-image: url(../images/eye.jpg);
}
.media-attr span.media-tag{
	background: #ffebef;
    color: #e70000;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
}
.zx-list-tab .hd{
	overflow: hidden;
}
.zx-list-tab .hd li{
	float: left;
	padding: 0 10px;
}
.zx-list-tab li.on .zx-span{
	border: 1px solid #e70000;
	color: #e70000;
}
.zx-span{
	display: inline-block;
	border: 1px solid #f5f8fa;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.zx-list-tab{
	padding: 30px 0;
}
.zx-list-tab .hd{
	margin-bottom: 20px;
}
.zx-fouse-tabs{
	position: relative;
	height: 480px;
	overflow: hidden;
}
.zx-fouse-tabs .tab-hd{
	width: 100px;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 111;
}
.tab-hd li{
	position: relative;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	color: #dddddd;
	text-align: center;
	font-size: 16px;
}
.tab-hd li:after{
	content: '　';
	display: block;
	position: absolute;
	right: 15px;
	left: 15px;
	bottom: 0;
	background: #545454;
	height: 1px;
}
.tab-hd li.on{
	background: #ce0000;
	color: #FFFFFF;
}
.tab-hd li.on:after{
	background: #ce0000;
}
.tab-hd li.on:before{
	content: '　';
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	width:0;
    height:0;
	border-left: 10px solid #ce0000;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	margin-top: -6px;
}

.zx-pane{
	position: relative;
	overflow: hidden;
}
.zx-lg-box{
	width: 860px;
	height: 480px;
	float: left;
}
.zx-md-box{
	height: 480px;
	overflow: hidden;
	width: 320px;
	float: right;
}
.zx-md-box .zx-md-pic{
	height: 230px;
	display: block;
	margin-bottom: 20px;
}
.zx-lg-pic,
.zx-md-pic{
	display: block;
	position: relative;
}
.zx-in-pop{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	z-index: 1;
}
.zx-lg-pic:after,
.zx-md-pic:after{
	display: block;
	content: '　';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	background: rgba(0,0,0,.3);
}
.zx-md-pic h3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 22px;
	color: #FFFFFF;
}
.zx-md-pic p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	opacity: .8;
}

.zx-lg-pic h3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 30px;
	color: #FFFFFF;
}
.zx-lg-pic p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	opacity: .8;
}
.zx-lg-pic .zx-in-pop{
	left: 100px;
	padding: 25px;
}
.index-flexslider .flex-control-nav{
	display: none;
}
.index-cells{
	margin-bottom: 25px;
}
.cell-header {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
}
.cell-tit{
	float: left;
	height: 30px;
	line-height: 28px;
	font-size: 30px;
	padding-left: 20px;
	border-left: 3px solid #ce0000;
}
.cell-header .cell-more{
	display: block;
	line-height: 30px;
	color: #999999;
	font-size: 16px;
	float: right;
}
.cell-body{
	overflow: hidden;
}
.cell-body .side-ad{
	width: 280px;
	height: 550px;
	float: left;
}
.box-inner-cell{
	width: 890px;
	float: right;
}
.box-inner-header{
	height: 36px;
	border-bottom: 1px solid #dddddd;
}
.inner-tit{
	position: relative;
	height: 36px;
	line-height: 30px;
	font-size: 22px;
	float: left;
}
.inner-tit:after{
	display: block;
	content: '　';
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	background: #ce0000;
}
.box-inner-header .in-more{
	display: block;
	line-height: 30px;
	color: #ce0000;
	float: right;
	
}
.list-ltbox{
	float: left;
	width: 555px;
	padding-top: 20px;
	padding-right: 15px;
}
.list-rtbox{
	float: right;
	width: 304px;
	padding-left: 15px;
	padding-top: 15px;
	border-left: 1px solid #dddddd;
}
.box-list li .box-date{
	display: inline-block;
	float: right;
	line-height: 20px;
	color: #808080;
}
.box-list li:hover .box-date{
	color: #CE0000;
}
.box-number-list li a:before{
	display: none;
}
.box-number-list li{
	position: relative;
	padding-left: 20px;
}
.box-number-list li .num{
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	color: #FFFFFF;
	background: #aaa;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.list-ltbox .box-list li{
	margin-bottom: 13px;
}
.list-rtbox .box-number-list li{
	margin-bottom: 12px;
}
.list-ltbox .box-list li a{
	color: #525252;
	font-size: 15px;
}
.list-ltbox .box-list li a:hover{
	color: #CE0000;
}
.rt-tit{
	position: relative;
	height: 36px;
	border-bottom: 1px solid #eeeeee;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 10px;
}
.rt-tit:after{
	display: block;
	content: '　';
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #ce0000;
}
.pop-list{
	overflow: hidden;
	margin: 0 -15px;
	margin-top: 20px;
}
.pop-list li{
	padding: 0 15px;
	float: left;
}
.pop-box{
	position: relative;
	display: block;
	width: 200px;
}
.pop-box .pop-hover{
	
}
.pop-box img{
	display: block;
	width: 200px;
	height: 120px;
}
.pop-box .pop-hover{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #FFFFFF;
	transition: .4s all;
	-wekit-transition: .4s all;
	z-index: 11;
}
.pop-box:after{
	display: block;
	position: absolute;
	height: 54px;
	width: 100%;
	content: '　';
	background: rgba(0,0,0,.5);
	left: 0;
	top: 50%;
	transition: .4s all;
	-wekit-transition: .4s all;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.pop-box:hover:after{
	height: 100%;
}
.pop-hover h3{
	font-size: 20px;
	transition: .4s all;
	-wekit-transition: .4s all;
	transition: .4s all;
	-wekit-transition: .4s all;
}
.pop-hover p{
	display: none;
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 15px;
	transition: .4s all;
	-wekit-transition: .4s all;
}
.pop-hover p:before{
	display: block;
	position: absolute;
	width: 20px;
	height: 1px;
	content: '　';
	background: #FFFFFF;
	top: 0;
	left: 50%;
	margin-left: -10px;
}
.pop-box:hover:hover p{
	display: block;
}

.box-in-main{
	height: 370px;
	overflow: hidden;
}
.index-cells{
	padding-top: 20px;
}
.index-cells .side-ad{
	margin-bottom: 0;
}
.i-section{
	padding: 30px 0;
}
.i-section.bg{
	background: #fbfbfb;
}
.inner-hd{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 30px;
}
.inner-hd:after{
	content: '　';
	display: block;
	width: 30px;
	height: 3px;
	background: #ce0000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.flink-list{
	overflow: hidden;
	margin: 0 -15px;
}
.flink-list li{
	padding: 0 15px;
	float: left;
}
.flink-list li a{
	position: relative;
	display: block;
	padding: 10px 0;
}
.flink-list li a:hover:after{
	content: '　';
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: #ce0000;
}
.hz-box{
	display: block;
	position: relative;
	width: 224px;
	height: 150px;
	overflow: hidden;
}
.hz-box:after{
	content: '　';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top:0;
	background: rgba(0,0,0,.5);
}
.hezuo-slide{
	position: relative;
}
.hezuo-slide .bd{
	height: 150px;
}
.hezuo-slide .bd li{
	float: left;
	margin-right: 17px;
}
.hz-popover{
	position: absolute;
	z-index: 111;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding: 15px;
	transition: .4s all;
	-wekit-transition: .4s all;
}
.hz-popover h4{
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 55px;
	transition: .4s all;
	-wekit-transition: .4s all;
}
.hz-popover p{
	line-height: 1.6;
	color: #FFFFFF;
	margin-top: 10px;
	text-align: left;
	font-size: 13px;
	display: none;
	transition: .4s all;
	-wekit-transition: .4s all;
}
.hz-box:hover .hz-popover{
	border: 5px solid #bd3e39;
}
.hz-box .hz-popover:hover p{
	display: block;
}
.hz-box .hz-popover:hover h4{
	padding-top: 0;
}
.hezuo-slide .prev,
.hezuo-slide .next{
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
.hezuo-slide .prev{
	background-image: url(../images/left.png);
	left: -80px;
}
.hezuo-slide .next{
	background-image: url(../images/right.png);
	right: -80px;
}
.hezuo-slide .prev:hover{
	background-image: url(../images/left_h.png);
}
.hezuo-slide .next:hover{
	background-image: url(../images/right_h.png);
}
.copyright{
	width: 1200px;
	margin: 0 auto;
	color: #999999;
    text-align: center;
    font-size:12px;
	padding: 10px 0;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #2c2c2c;
}








