.green {color:#0CB46A !important;}
.orange {color:#FF5A00 !important;}
.red {color: red !important;}
.bgred {background: red !important;}
.bgwhite {background: #fff !important;min-width: 1460px;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}
.pages {text-align: center;}
.pages a {
	background: #d10000;
    color: #fff;
    padding: 4px 20px;
}
/*头部*/
header {
	min-width: 1460px;
}
.head {
	background: #F5F5F5;
	height: 35px;
	line-height: 35px;
}
.head .f-right p {
	margin-right: 30px;
}

.container {
	width: 1460px;
	margin: 0 auto;
}
.citys {
	width: 234px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #fcfcfc;
	border:1px solid #999;
	border-top: none;
}
.citys a {
	padding:8px 6px;
}
#hsearch {

}
#hsearch input {
	border:none;
	color: #999;
	height: 28px;
	width: 200px;
	padding: 0 6px;
}
#hsearch button {
	height: 28px;
	width: 28px;
	background: #fff;
	border:none;
}
.menu {
	background: #fff;
	padding: 16px 0;
	box-shadow: 2px 2px 4px #e2e2e2;
}


nav a {
	color: #000;
	padding: 0 18px;
	height: 67px;
	line-height: 67px;
	font-size: 18px;
	display: inline-block;
	margin-top: 10px;
}

/*nav a.active , nav a:hover {
	color: #fff;
	background: #d10000;
	font-weight:bold;
}*/


/*轮播图*/
.slideBox{ width:100%; height:460px; overflow:hidden; position:relative; min-width: 1460px;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:50%;margin-right: -50px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:6px;  width:30px; height:2px; line-height:14px; text-align:center; background:rgba(255,255,255,0.7); cursor:pointer; }
.slideBox .hd ul li.on{ background:rgba(255,255,255,1); }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; position: relative;}
.slideBox .bd img{ width:1920px; height:460px; display:block; top: 0;left: 50%;position: absolute;margin-left: -960px; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:2%; top:50%; margin-top:-25px; display:block; width: 69px;height: 87px; background:url(../images/slider-arrow1.png) no-repeat;   }
.slideBox .next{ left:auto; right:2%; background:url(../images/slider-arrow.png) no-repeat;}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.info-item {
	width: 256px;
	height: 100px;
	background: #fff;
	float: left;
	margin: 20px 20px 20px 0;
	padding: 20px 10px 10px 10px;
	line-height: 1.2;
	color: #333;
}
.info-item:last-child{
	margin-right: 0;
}

.info-item:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.info-item .text-small {
	margin-top: 26px;
	color: #333;
	text-align: center;
	font-size: 15px !important;
}

.index-title {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 10px;
}

.index-title .f-right span {
	margin-right:20px;
	color: #666;
}
.index-title .f-right a {
	color: #333;
}
.index-title .f-right .fabu {
	color: red;
	margin-right: 10px;
	font-weight: bold;
}

.index-title .f-left {
	border-bottom: 2px solid #d10000;
}
.dzzz p {
	text-align: center;
	line-height: 2;
	color: #333;
	font-size: 16px;
}
.dzzz .f-left {width: 820px;}
.dzzz .f-right {width: 640px;}
.dzzz .f-left-item {float:left;margin:20px;}

.dzzz .f-left-item:hover img,.dzzz .f-right-item:hover img {
    transform: scale(1.1);  
}
.dzzz .f-left-item span {
	width:366px;height:498px;
    overflow: hidden;
    display: block;
    border:1px solid #999;
}
.dzzz img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    object-fit: cover;
}
.dzzz .f-right-item {float:left;margin:20px 24px 0 24px; }

.dzzz .f-right-item span {
	width:162px;height:219px;
    overflow: hidden;
    display: block;
    border:1px solid #999;}

.ppzs {
	padding-bottom: 20px;
}
.ppzs-item {float: left;margin-right: 25px;margin-top: 20px;}
.ppzs-item:nth-child(5n) {margin-right: 0;}
.ppzs-item:nth-child(5n+1) {clear: left;}
.ppzs-item span {width: 270px;height: 180px;background: #fff;border:1px solid #999;display: block;text-align: center;}
.ppzs-item img {width: 258px;height: 167px;object-fit: cover;margin-top: 6px;}
.ppzs-item p {line-height: 1.5;width: 270px;color: #333}
.ppzs-item p:nth-child(3) {color: #666;}

.sczs-item {
	width: 330px;
	float: left;
	margin-right: 46.5px;
	margin-bottom: 10px;
}
.sczs-item:nth-child(4n+1) {
	clear: left;
}
.sczs-item img {
	width: 330px;
	height: 206px;
}
.sczs-item:nth-child(4n) {
	margin-right: 0;
}
.sczs-item span {
	width: 330px;
	height: 210px;
}
.sczs-item p {
	line-height: 1.5;
	color: #333;
}
.sczs-item p.text-small {
	margin-top: 4px;
	color: #666;
}
.gonghuo {
	width: 445px;
	float: left;
	margin-right: 62px;
}
.gonghuo:nth-child(3n) {
	margin-right: 0;
}
.gonghuo ul li {
	padding: 6px 0;
	border-bottom: 1px solid #f2f2f2;
}
.gonghuo ul li span {
	width:4px;
	height: 4px;
	border-radius: 100%;
	background: #333;
	display: inline-block;
	margin-right: 8px;
}
.gonghuo ul li a {
	color: #333;
}

.news-item {width: 450px;float: left;margin-right: 55px;}
.news-item:nth-child(3n){
	margin-right: 0;
}
.news-item span {
	width: 442px;height: 266px;object-fit: cover;border:4px solid #fff;display: block;
}
.news-item span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-item p {
	line-height: 1.5;
	color: #333;
}
.news-item p:nth-of-type(1){
	margin: 10px 0;
}
.news-item p:nth-of-type(2){
	color: #666;
}

/*底部*/
footer {
	background: #1f1f1f;
	padding: 20px 0;
}

.friendlink p {
	background: #384144;
	color: #fff;
	padding: 10px 16px;
	display: inline-block;
	margin-bottom:10px;
}
.friendlink a {
	margin: 4px;
	display: inline-block;
}
.foot {
	background: #1f1f1f;
	padding: 30px 0 10px;
	border-bottom: 1px solid #333;
	min-width: 1460px;
}
footer {
	min-width: 1460px;
}
footer .foot-nav {
	margin-top: 10px;
	margin-bottom: 20px;
}
footer .foot-nav a {
	color: #fff;
	padding: 0 24px;
}
footer .foot-nav a:nth-child(1) {
	padding-left: 0;
}
footer .f-left p {
	color: #999;
	padding: 10px 0;
}
.foot-ewm {
	display: inline-block;
	margin-right: 60px;
	margin-top: 30px;
}
.foot-ewm:nth-child(2) {
	margin-right:0;
}
.foot-ewm p {
	line-height: 2;
	text-align: center;
	color: #999;
}
.foot-xx {margin-left: 14px;display: inline-block;}

/*******电子杂志*******/
.position {
	padding: 20px;
}
.main {
	box-shadow: 2px 2px 4px #f2f2f2;
	background: #fff;
}

.main .dianzi {width: 1360px;margin: 10px auto;}
.main .dianzi li {float: left;width: 236px;margin-right: 45px;margin-bottom: 20px;}
.main .dianzi li:nth-child(5n) {margin-right: 0px;}
.main .dianzi li img {width: 236px;height: 320px; border: 1px solid #999;}
.main .dianzi li p {line-height: 2;text-align: center;color: #333;font-size: 16px;}

.content {
	margin-top: 10px;
}
.content .title {
	border-bottom: 1px solid #999;
	text-align: center;
}

.content .title span {
	color: #fff;
	background: #d10000;
	padding: 8px 40px;
	font-size: 24px;
}
.content .title a {
	color: #333;
	background: #e6e6e6;
	padding: 8px 0px;
	width: 400px;
	display: inline-block;
	font-size: 24px;
}
.content .title a.active {
	background: #d10000;
	color: #fff;
}
.content form {
	width: 780px;
	margin: 30px auto;
}
.content form .tips {
	color: red;
	font-size: 12px;
	padding: 8px 4px 0;
	margin-left: 48px;
}
.content .input-group {
	margin:26px 0;
}
.content .m30 {
	margin: 34px 0;
}
.content .input-group input[type=text] {
	width: 380px;
	padding: 6px 8px;
	color: #333;
	border:1px solid #e2e2e2;
}
.content .input-group select {
	height: 30px;
	color: #333;
	border:1px solid #e2e2e2;
}
.content .input-group label {
	font-size:22px;
}
.content .input-group textarea {
	width: 380px;
	padding: 4px 8px;
	height: 100px;
	color: #333;
	border:1px solid #e2e2e2;
}

.content .input-group input.address {
	width: 170px;
}
.content .input-group input[type=radio] {
	margin-left: 20px;
}
.content .dyradio {
	font-size: 18px;
} 

.content .input-group input[type=submit] {
	background: #d10000;
	color: #fff;
	padding:10px 70px;
	border:0;
	font-size: 24px;
}
.content .other {
	width: 540px;
	margin: 30px auto;
	padding-bottom: 20px;
}
.content .other p {
	margin-bottom: 20px;
}
.main h1 {
	text-align: center;
	padding: 30px 0;
	font-size: 26px;
	font-weight: normal;
}

.nbanner {
	width: 100%;
	height: 300px;
	min-width: 1460px;
}

.slideTxtBox{ width:1460px;}
.slideTxtBox .hd{  width:150px; float: left; background:#f4f4f4;}
.slideTxtBox .hd ul{ }
.slideTxtBox .hd ul li{ cursor:pointer; line-height:50px;text-align: center; }
.slideTxtBox .hd ul li.on{ height:50px;  background:#fff;}
.slideTxtBox .bd {float: left;width:1310px; }
.slideTxtBox .bd ul{  padding:0 20px; zoom:1;  }
.slideTxtBox .bd li{line-height:24px; width: 230px; margin-right: 30px;float: left;}
.slideTxtBox .bd li:nth-child(5n+1){clear:left;}
.slideTxtBox .bd li:nth-child(5n) {margin-right: 0;}
.slideTxtBox .bd li p:nth-of-type(1){color: #333;font-size: 16px;}

.ghpublish {padding:10px 20px;}
.ghpublish li {width: 648px;margin-right: 124px;float: left;margin-bottom: 20px;}
.ghpublish li:nth-child(2n) {margin-right: 0;}
.ghpublish li .title , .zpnews li .title {line-height: 2;font-size: 16px;color: #333;font-weight: bold;}
.ghpublish li .title span  , .zpnews li .title span {width: 4px;height: 4px;border-radius: 100%;display: inline-block;background: #333;vertical-align: middle;}
.ghpublish li .desc ,  .zpnews li .desc {line-height: 1.5;color: #666;}
.zpnews li {width: 700px;border-bottom: 1px solid #f2f2f2;padding-bottom: 10px;margin-bottom: 10px;}
.publish-search {background: #d10000;padding: 10px 20px;width: 1420px;}
.publish-search form {}
.publish-search form input {height: 30px;padding: 0 6px;width: 600px;border:0;}
.publish-search form button {height: 30px;width: 30px;background: #fff;border:0;}
.publish-search .link {margin-left: 100px;}
.publish-search .link a {line-height: 30px; color: #fff;background: #410101;padding: 6px 20px;margin-right: 10px;}

.zrlist {}
.zrlist li {width: 1440px;margin-bottom: 20px;background: #fff;padding: 10px;}
.zrlist li .f-left {
	width: 650px;
}
.zrlist li .f-left .title {
	font-size: 24px;
	color: #000;
	line-height: 2;
}
.zrlist li .f-left .desc {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}
.zrlist li .f-right {
	width: 732px;
}
.zrlist li .f-right img {
	width: 172px;
	height: 116px;
	object-fit: cover;
	margin-right: 10px;
}
.zrlist li .f-right img:nth-child(4) {
	margin-right: 0;
}
.content-title {
	margin-bottom: 20px;
}
.content-title h1 {
	font-size: 24px;text-align: center;
	font-weight: normal;
	line-height: 2;
}
.content-title .info {
	color: #999;
	text-align: center;
}
.content-title .info span {
	display: inline-block;
	margin-right: 10px;
}

.zzfx1 li {
	float: left;
	width: 214px;
	height: 330px;
	margin-right: 35px;
	margin-bottom: 20px;
}
.zzfx1 li img {
	object-fit: cover;
	width: 214px;
	height: 330px;
}
.zzfx1 li:nth-child(6n) {
	margin-right: 0;
}
.body {
	line-height: 1.5;
	padding: 0 30px;
}
#pages {
	text-align: center;
	margin: 20px 0;
}
#pages a {
	padding: 4px 12px;
}
#pages span {
	padding: 4px 12px;
	background: #d10000;
	color: #fff;
}
.dongg li p:nth-of-type(1){
	color: #333;
	font-size: 16px;
}
.dongg li {
	line-height: 24px;
    width: 230px;
    margin-right: 16px;
    float: left;
    margin-bottom: 20px;
}
.dongg li:nth-child(6n) {
	margin-right: 0;
}
.dongg li img ,.slideTxtBox .bd li img{
	width: 230px;
	height: 306px;
	object-fit: cover;
}
.kf {position: fixed;right: 10px;top: 50%;width: 60px;}
.kf li {display: inline-block;width: 60px;height: 60px;border:2px solid #ccc;margin-bottom:10px;text-align: center;background: #fff;color: #3eb2e5;position: relative;}
.kf li i {
	display:block;
	font-size: 40px;
	color: #3eb2e5;
}
.kf li a {color: #3eb2e5;}
.kf li.weixin img {position: absolute;right: 62px;top: -2px;width: 104px;height:104px;}
.foot-ad {
	background: rgba(0,0,0,0.7);
	height: 90px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
}
.foot-ad .f-left {}
.foot-ad .f-left a {font-size:18px;background: #d10000;color: #fff;padding:10px 24px;display: inline-block;margin-right: 10px;margin-top: 30px;}
.foot-ad .f-right .input-foot {line-height: 90px;}
.foot-ad .f-right p {width: 160px;margin-top: 26px;margin-right: 10px;line-height: 1.5;}
.foot-ad input[type=submit] {background: #d10000;color: #fff;padding:4px 24px;border:0;margin-top: 30px;}
.pagination {text-align: center;}
.pagination li {display: inline-block;}
.pagination li a.current {background: #d10000;color: #fff;}

.right_nav {
	right:0;
	bottom:50%;
	margin-bottom: -100px;
	position:fixed;
	text-align:left;
	overflow:hidden;
	z-index:999
}
.right_nav li {
	background:#cf1322;
	margin:4px 0;
	padding:10px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	cursor:pointer;
	position:relative;
	right:-70px
}
.right_nav li .iconBox {
	text-align:center;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.right_nav li img {
	width:30px;
	height:30px
}
.right_nav li h4 {
	color:#fff;
	font-size:14px;
	margin:2px 0;
	margin-left:15px
}
.right_nav li:hover {
	background:#cf1322
}
.right_nav li .hideBox {
	display:none;
	position:absolute;
	right:120px;
	padding:10px;
	padding-right:15px;
	top:-10px;
	z-index:999
}
.right_nav li .hideBox .hb {
	border:1px solid #ccc;
	background-color:#fff;
	padding:10px 20px;
	border-top:2px solid #0085cd;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px
}
.right_nav li .hideBox .hb h5 {
	padding:5px 0;
	border-bottom:2px solid #ccc;
	color:#0085cd;
	font-size:16px;
	font-weight:400;
	display:block;
	white-space:nowrap
}
.right_nav li .hideBox .hb p {
	margin-top:5px;
	font-size:18px;
	font-weight:700
}
.right_nav li .hideBox .hb .qqtalk {
	margin-top:10px
}
.right_nav li .hideBox .hb .qqtalk a {
	display:flex;
	align-items:center
}
.right_nav li .hideBox .hb .qqtalk img {
	width:25px;
	height:25px
}
.right_nav li .hideBox .hb .qqtalk p {
	font-size:14px;
	font-weight:400;
	white-space:nowrap;
	margin-top:-5px;
	margin-left:5px
}
.right_nav li:nth-child(3) .hideBox img {
	width:140px;
	height:140px;
	margin-top:10px
}


.bigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
.bigbox{width:840px;background: #fff;border:1px solid #ededed;margin:0 auto;border-radius: 10px;overflow: hidden;padding:10px;}
.bigbox>.imgbox{width:400px;height:250px;float:left;border-radius:5px;overflow: hidden;margin: 0 10px 10px 10px;}
.bigbox>.imgbox>img{width:100%;}
.imgbox:hover{cursor:zoom-in}
.mask:hover{cursor:zoom-out}
.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
.mask>img:hover{cursor:pointer}
.bigimg .iclose {    position: absolute;
    width: 30px;
    height: 30px;
    top: -40px;
    right: -40px;}
    .pagination #pagenum {width:26px;height:24px;margin:0 6px;}
    .pagination a {color: #000;
    padding: 0 16px;
     height: 40px; 
    margin-bottom: 20px;
     line-height: 40px; 
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #e2e2e2;
    margin-right: 10px;}
.pagination #redirect {
	background: #d10000;
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: -2px;
    cursor: pointer;
}