@charset "utf-8";

/* CSS Document */
/*
解决safari浏览器添加transform属性对文字的影响
-webkit-font-smoothing: antialiased;
*/
/*--默认--*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
}

html {
	_background-image: url(about:blank);
	_background-attachment: fixed;
	font-size: calc(100vw/7.5);
	font-size: 14px;
	-webkit-text-size-adjust: none;
	text-size-adjust: none
}

body {
	line-height: 120%;
	min-height: 100px;
	font-family: "微软雅黑", Arial;
	margin: 0 auto;
	color: #333;
	background-color: #f4f4f4;
}

ol,
ul,
li {
	list-style: none outside none;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

tr,
td,
th {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

i,
b,
strong {
	font-style: normal;
}

input,
textarea,
select {
	border: 1px solid #CCC;
	font-family: "微软雅黑", Arial;
	outline: none;
	border: none;
	background: none;
	padding: 0;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #707070;
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #707070;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #707070;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #707070;
	opacity: 1;
}

textarea {
	resize: none;
}


a:focus {
	outline: none;
}

a:hover {
	color: #707070;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 12, 2017 */


/*clear 页头，页脚，内容区都不用再加清除样式 */
.fr {
	float: right;
}

.fl {
	float: left;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.clear{overflow: hidden;clear: both;}

.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-30 {
	margin-top: 30px;
}

.m-t-50 {
	margin-top: 50px;
}

.p-d-t-30 {
	padding-top: 30px;
}

.p-d-t-60 {
	padding-top: 60px !important;
}

.top {
	background: url(../img/top_bg.png) repeat-x;
	height: 67px;
	line-height: 67px;
	font-size: 16px;
}

.top a {
	color: #838383;
}

.top span {
	color: #838383;
	padding: 0 15px;
}

.head {
	overflow: hidden;
	height: 315px;
	background: url(../img/head_bg.jpg) center no-repeat;
}

.head .logo {
	margin-top: 100px;
}

.head_search {
	width: 450px;
	height: 45px;
	line-height: 45px;
	float: right;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 25px;
}

.head_search .top_search_text {
	width: 349px;
	height: 43px;
	border-left: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	float: left;
	background: #fff;
	padding: 0 10px;
}

.head_search .top_search_btn {
	width: 60px;
	height: 45px;
	background: url(../img/search_icon.png) #bb1a2a no-repeat 17% 50%;
	float: left;
	color: #fff;
	padding-left: 20px;
	cursor: pointer;
}
.top_menu{
	background-color: #bb1a2a;
}
.top_menu .navMenu {
	overflow: hidden;
}

.top_menu .navMenu li {
	float: left;
	height: 55px;
	line-height: 55px;
	width: 133px;
	text-align: center;
	font-size: 20px;
}

.top_menu .navMenu li.on {
	background-color: #a10007;
}

.top_menu .navMenu li a {
	color: #fff;
	display: block;
}

.toutiao {
	height: 48px;
	background-color: #fff;
	padding: 20px;
}

.toutiao .bd {
	font-size: 40px;
	height: 54px;
	line-height: 54px;
	padding: 0 21px;
	width: 990px;
	text-align: center;
	font-weight: bold;
}

.toutiao .bd a {
	color: #bb1a2a;
}

.toutiao .more {
	margin-top: 10px;
}

.focusBox {
	position: relative;
	width: 700px;
	height: 393px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.focusBox .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
	background: #f60;
}

.index-box .hd {
	height: 44px;
	line-height: 40px;
	font-size: 20px;
	border-top: 4px solid #bb1a2a;
}

.index-box .hd ul {
}

.index-box .hd ul li {
	text-align: center;
	height: 40px;
	float: left;
	padding: 0 20px 0 0;
}

.index-box .hd ul li.on {
	font-weight: bold;
	height: 40px;
	padding-left: 30px;
	background: url(../img/li_icon1.png) no-repeat left center;
}
.index-box .hd .more{font-size: 14px;background: url(../img/more.png) no-repeat left center;padding-left: 25px;}

.index-box .bd {
	font-size: 14px;
	padding:20px;
	overflow: hidden;
}

.index-box .bd .titleLi {
	line-height: 40px;
	height: 40px;
	color: #5d5d5d;
	overflow: hidden;
}

.index-box .bd .titleLi a {
	color: #5d5d5d;
	float: left;
}

.index-box .bd .titleLi .titleDate {
	float: right;
}

.index-box .bd .qiexian li,
.index-box .bd .nodate li {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #5d5d5d;
}

.index-box .bd .ct .qiexian li a,
.index-box .bd .ct .nodate li a {
	font-size: 14px;
}
.index-box .bd .tl{overflow: hidden;}
.index-box .bd .tl li{float: left;font-size: 18px;height: 40px;margin-right: 20px}
.index-box .bd .tl li.on{background: url(../img/icon_hd_li.png) no-repeat left bottom;}
.index-box .bd .tl li.on a{color:#bb1a2a}


.news{width: 440px;padding: 20px 30px;background: #fff;height: 353px;}
.news .hd{
	border-bottom: 4px solid #bb1a2a;
	border-top: none;
}
.news .hd ul li{padding-right: 30px;font-size: 16px;}
.news .hd ul li.on{border-bottom: none;font-size: 20px;background: none;padding-left: 0;}
.news .bd{padding: 0;}
.news .bd .titleLi{background: url(../img/icon_li.png) no-repeat left center;padding-left: 30px;}

.xxgk{width: 590px;}
.xxgk .bd{padding: 0;}
.xxgk .bd .list{overflow: hidden;}
.xxgk .bd .list .item{margin-left: 47px;
    margin-top: 15px;
    float: left;
    font-size: 16px;}
.xxgk .bd .list .item.ml0{margin-left: 0;}
.xxgk .bd .box{overflow: hidden;}
.xxgk .bd .box .item{float: left;width: 183px;height: 112px;margin-left: 20px;background-color: #fff;}
.xxgk .bd .box .item a{display: block;text-align: center;padding-top: 10px;}
.xxgk .bd .box .item a p{margin-top: 15px;}
.xxgk .bd .box .item.ml0{margin-left: 0;}
.hudong .hd{float: left;background:url(../img/qmjd.png) no-repeat;height: 114px;width: 35px;}
.article .hudong .bd{height: auto;padding-left: 50px;line-height: 200%;}
.hudong .bs1{margin-top: 10px;}
.hudong .bs2{margin-top: 10px;}
.hudong .bs3{margin-top: 10px;}
.article{width: 590px;}
.article .bd{height: 156px;}
.article .bd li{background: url(../img/icon_li.png) no-repeat left center;padding-left: 30px;font-size: 14px;margin-bottom: 15px;overflow: hidden;}
.article .bd li a{float: left;}
.article .bd li span{float: right;}
.xxgk .index-box .bd{padding: 20px;height: 156px;}
.xxgk .index-box .bd li{background: url(../img/icon_li.png) no-repeat left center;padding-left: 30px;font-size: 14px;margin-bottom: 15px;overflow: hidden;}
.xxgk .index-box .bd li a{float: left;}
.xxgk .index-box .bd li span{float: right;}
.xxgkbanner a{display: block;}
.imglist{background-color: #fff;padding: 30px;height: 139px;}
.imglist .hd{background: url(../img/link_hd_bg.png) no-repeat left center;width: 24px;height: 125px;line-height: 19px;font-size: 18px;padding: 14px 7px 0;}
.imglist .hd a{color: #fff;}
.imglist .bd{width: 1182px;}
.imglist .bd ul li{float: left;margin-left: 19px;border-radius: 10px;overflow: hidden;}
.imglist .bd ul li img{width: 217px;height: 139px}
.link{height: 40px;width: 1280px;margin-left: auto;margin-right: auto;}
.link .hd{height: 40px;line-height:40px;font-size: 18px;}
.link .bd{width: 1200px;}
.link .bd .item{float: left;position: relative;width: 264px;height: 40px;line-height:40px;border: 1px solid #f0f0f0;padding-left: 20px;margin-left: 13px;background: url(../img/icon_link.png) no-repeat 252px 17px #fff;}
.link .bd .item ul{position: absolute;left:0;width: 100%;bottom: 40px;z-index: 999;background-color: #fff;display: none;}
.link .bd .item ul li{padding-left: 20px;}

/*  list */
.content .positon{
	font-size: 16px;
}
.list-left{
	float: left;
	width: 200px;
}
.left_nav_ul {
    width: 100%;
    padding-top: 20px;
}

.left_nav_ul li {
    padding: 0px 0px 0 0px;
}

.left_nav_ul .left_nav_newcur {
    background: #bb1a2a;
}

.left_nav_ul .left_nav_newcur .new_com_nav_a {
	color: #fff;
}

.left_nav_ul li .new_com_nav_a {
    padding-left: 58px;
    height: 52px;
    line-height: 52px;
    display: block;
    color: #515a6e;
    position: relative;
    font-size: 16px;
}

.left_nav_ul li .new_com_nav_a:hover {
    text-decoration: none;
    color: #0066FF;
}

.left_nav_ul .left_nav_newcur .new_com_nav_a:hover {
    text-decoration: none;
    color: #fff;
}

.left_nav_ul .left_nav_hover {
    background: #3d7dfd;
}

.left_nav_ul .left_nav_hover a {
    color: #fff
}

.com_left_icon {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 27px;
    top: 18px;
}
.com_left_icon1{
	background: url(../img/list_icon1.png) no-repeat;
}
.com_left_icon2{
	background: url(../img/list_icon2.png) no-repeat;
}
.list-right{
	margin-left: 300px;
	padding-top: 20px;
}
.list-right .news{width: 100%;height: auto;}
.list-right .index-box .bd{font-size: 16px;}
#pages {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#pages a, #pages span {
	margin-left: 3px;
	margin-right: 3px;
	min-width: 22px;
	padding-left:5px;
	padding-right:5px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DDDDDD;
	display: inline-block;
	font-family: "Microsoft YaHei","Helvetica Neue", helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
}
#pages font{
	font-family: "Microsoft YaHei","Helvetica Neue", helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
}
#pages a{
	text-decoration:none;
}
#pages a:hover{
	border: 1px solid #bb1a2a;
	background-color: #bb1a2a;
	color: #fff;
}

#pages span {
	border: 1px solid #bb1a2a;
	background-color: #bb1a2a;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: 0px;
}

#pages a.previous {
	width: 25px;
	position: relative;
	top: 0px;
}

#pages a.next {
	width: 25px;
	position: relative;
	top: 0px;
}
#pages-num{
	width: 32px;
	height:20px;
	border: 1px solid #DDDDDD;
}
.pages-nodata{
	margin:30px auto 0 auto;
	width:150px;
}
.main_content{padding: 50px 50px;background-color: #fff;margin-top: 20px;}
.main_content_title{padding: 20px 0;font-size: 26px;text-align: center;}
.main_con_ftit{padding: 20px 0;font-size: 16px;}
.main_con_zw{line-height: 175%;}
.main_con_zw p,.main_con_zw span{font-family: "微软雅黑" , Arial !important;font-size:16px;line-height:200%}

.footer {
	text-align: center;
	padding: 60px 50px;
	background-color: #ac1527;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.footer .footm{margin-left: 30px;}
.footer a{color: #fff;}

.footer .bottomImg {width: 80px;height: 100px;position: relative;margin: 0 auto;}

.footer .bottomImg #imgConac {
	position: absolute;
	left: 0;
	top: 12px;
}

.footer .bottomImg img {left: 83px;top: 0;position: absolute;}

@media screen and (min-width:1200px) {
	* {
		-webkit-box-sizing: content-box !important;
		box-sizing: content-box !important;
	}
}

@media screen and (max-width:1400px) {
	.header .nav .wrap {
		padding: 14px 15px 0;
	}

	.header .nav .logo {
		padding-left: 0;
	}

	.header .navList {
		margin-right: 20px;
	}

	.header .nav .navList li .one {
		padding: 0 6px !important;
	}
}

@media only screen and (min-width:1279px) {
	.tran_scale:hover img {
		transform: scale(1.05, 1.05);
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
	}

}

@media only screen and (max-width:1279px) {
	.header .navList li .open {
		font-size: 40px;
		color: #5A5A5A;
		position: absolute;
		top: 0;
		right: 13px;
		font-family: '黑体';
		cursor: pointer;
		width: 40px;
		text-align: right;
		display: block;
	}

	.header .navList li .one .open {
		display: block;
	}

	.header .navList li.on .open {
		color: #01763a;
	}

	.w_1366 .rightNav {
		top: auto;
		bottom: 90px;
		height: auto;
		margin-top: 0;
	}

	.w_1366 .rightNav li {
		display: none;
	}

	.header .navList {
		margin-right: 0;
	}

	.menu_h {
		display: block;
		background: none;
		transition: 0.3s all;
		-webkit-transition: 0.3s all;
		border: none;
		width: 35px;
		height: 30px;
		padding: 0;
		outline: none;
		position: fixed;
		right: 10px;
		top: 58px;
		z-index: 2000;
	}

	.menu_h::before,
	.menu_h::after,
	.menu_h span {
		background: #015128;
		border-radius: 2px;
	}

	.menu_h::before,
	.menu_h::after {
		content: '';
		position: absolute;
		height: 4px;
		width: 100%;
		left: 0;
		top: 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: -webkit-transform 0.25s;
		transition: -webkit-transform 0.25s;
		transition: transform 0.25s;
		transition: transform 0.25s, -webkit-transform 0.25s;
	}

	.menu_h span {
		position: absolute;
		width: 100%;
		height: 4px;
		top: 50%;
		left: 0;
		overflow: hidden;
		text-indent: 200%;
		-webkit-transition: opacity 0.25s;
		transition: opacity 0.25s;
	}

	.menu_h::before {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0);
	}

	.menu_h::after {
		-webkit-transform: translate3d(0, 12px, 0);
		transform: translate3d(0, 12px, 0);
	}

	.menu-open .menu_h span {
		opacity: 0;
	}

	.menu-open .menu_h::before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}

	.menu-open .menu_h::after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}

	.header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}

	.header .nav .logo {
		width: auto;
		height: 50px;
		padding: 0 0 0 10px;
	}

	.header .nav .wrap {
		padding: 10px 0;
	}

	.header .nav {
		height: auto;
	}

	.header .navList {
		display: none;
	}

	.header.guke .return {
		display: none;
	}

	.header .shareNav {
		display: none !important;
	}

	.header .shareNav {
		padding-top: 10px;
		padding-right: 60px;
	}

	.pc_displayNone {
		display: block;
	}

	.guide {
		margin-top: -109px;
	}

	.header .navList {
		position: fixed;
		height: 100%;
		overflow: auto;
		right: 0;
		background: rgba(255, 255, 255, 0.95);
		top: 109px;
		width: 100%;
		display: none;
		border-top: 1px solid #ececec;
	}

	.header .navList li {
		float: none;
		width: 100%;
		text-align: center;
	}

	.header .navList li .one {
		line-height: 60px;
	}

	.header .navList ul {
		padding: 60px 0;
	}

	.header .secondNav {
		position: static;
		display: none;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		background: none;
		width: 100%;
		-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		border: 1px solid #ececec;
		border-left: 0;
		border-right: 0;
		margin: 0;
	}

	.header .navList li.on .secondNav {
		display: block;
	}

	.header .navList .pc_displayNone {
		width: 80%;
		background: #015128;
		margin: 0 auto;
		color: #fff;
		border-radius: 0.1rem;
		margin-top: 0.2rem;
	}

	.header .navList .pc_displayNone a {
		color: #fff;
	}


	.wrap {
		width: 984px;
	}

	.footer .copy .left,
	.footer .copy .right {
		float: none;
		text-align: left;
		width: 100%;
		padding-bottom: 10px;
	}

	.footer .copy .siteMap a {
		display: inline-block;
		float: none;
	}

	.footer .link .l {
		float: none;
		display: block;
	}

	.footer .link .a a {
		background: none !important;
		padding: 0 20px 0 0 !important;
	}

}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:1023px) {
	.wrap {
		width: 710px;
	}
	.index-box .bd .titleLi a{
    width: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}

@media only screen and (max-width:750px) {

	.header .navList li .one {
		line-height: 40px;
	}

	.header .navList li .open {
		font-size: 26px;
		width: 40px;
	}

	body {
		font-size: 0.24rem;
	}

	.header .navList ul {
		padding: 0.6rem 0;
	}

	.wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 0 0.2rem;
	}
	.wrap img{max-width:100%}
	.logo{padding: 1em 10em;}
	.logo img{width:100%}
	.search .content input[type="text"]{
		width: 290px;
	}
	.toutiao .hd{display:none}
	.toutiao .bd{width:100%;float: none;padding: 0;font-size: 22px;}
	.toutiao .more{display:none}
	.focusBox{width:100%}
	.news{width:100%;box-sizing: border-box;}
	.article{
		width: 100%;
	}
	.article .index-box{
    padding-bottom: 0;
}
	.index-box{padding:20px 30px;}
	.index-box .bd{padding:0}
	.index-box .bd li{
		background: none;
		line-height:40px;
		margin-bottom: 0;
		padding-left: 0;
	}
	.index-box .bd li a{
	    width: 265px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.xxgk .index-box .bd li{
		background: none;
		padding-left: 0;
		margin-bottom: 0;
	}
	.xxgk .index-box .bd{
    padding: 0;
}
	.xxgk{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
}
	.xxgk .bd .box .item{
    width: 102px;
}
	.xxgk .article .index-box{
    padding: 0;
}
	.w_1366 .rightNav li {
		width: 30px;
		height: 30px;
	}

	.footer .link {
		display: none;
	}

	.copy .address .div b {
		display: inline-block;
	}

	.footer .copy .siteMap {
		padding-bottom: 5px;
	}

	.share_details {
		display: none;
	}

	.menu_h {
		top: auto;
		bottom: 22px;
		position: absolute;
	}

	.index-box .bd .titleLi{
		height: auto;
		background: none;
		padding-left: 0;
	}
	.article .hudong .bd{
		font-size:12px
	}
	.hudong .bs2,.hudong .bs3{float:none}
	.hudong .bs2 img,.hudong .bs3 img{
		
width: 100%; 
	}
	.link{width:100%;height:auto}
	.link .hd{float:none;margin-left: 30px;}
	.link .bd{float:none;width: 100%;}
	.link .bd .item{width: 60%;margin: 10px auto 0;font-size: 12px;float: none;box-sizing: border-box;background-position: 92% 50%;}
	.footer .wrap{
    padding: 0;
}
	.footer .footm{
    margin-left: 0;
}

}

@media only screen and (max-width:320px) {

	body,
	.header,
	.footer,
	.body_box {
		width: 320px;
	}

	.copy .address span {
		float: none;
	}
}
