@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: #fafafa;
}

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;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.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;
	padding: 30px 0;
}

.head .logo {
	float: left;
}

.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 .navMenu {
	overflow: hidden;
	background-color: #bb1a2a;
}

.top_menu .navMenu li {
	float: left;
	height: 55px;
	line-height: 55px;
	width: 256px;
	text-align: center;
	font-size: 20px;
	margin-left: 0;
}

.top_menu .navMenu li.on {
	background-color: #d32d3d;
}

.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: 1050px;
	text-align: center;
	font-weight: bold;
}

.toutiao .bd a {
	color: #bb1a2a;
}

.toutiao .more {
	margin-top: 10px;
}

.focusBox {
	position: relative;
	width: 743px;
	height: 393px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.focusBox .pic img {
	width: 743px;
	height: 393px;
	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-bottom: 4px solid #bb1a2a;
}

.index-box .hd ul {
}

.index-box .hd ul li {
	text-align: center;
	height: 40px;
	float: left;
}

.index-box .hd ul li.on {
	font-weight: bold;
	color: #bb1a2a;
	border-bottom: 4px solid #bb1a2a;
	height: 40px;
}
.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;
	background-color: #fff;overflow: hidden;
}

.index-box .bd .titleLi {
	line-height: 40px;
	height: 40px;
	color: #5d5d5d;
	overflow: hidden;
}

.index-box .bd .ct .titleLi a {
	color: #5d5d5d;
	float: left;
}

.index-box .bd .ct .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: 477px;padding: 20px 30px;background: #fff;height: 353px;}
.news .hd{border-bottom: none;}
.news .hd ul li{padding-right: 30px;font-size: 16px;}
.news .hd ul li.on{border-bottom: none;font-size: 20px;}
.news .bd{padding: 0;}

.xxgk{width: 440px;}
.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;background-color: #bb1a2a;width: 125px;height: 115px;margin-left: 12px;}
.xxgk .bd .box .item a{display: block;text-align: center;color: #fff;padding-top: 10px;}
.xxgk .bd .box .item a p{margin-top: 15px;}
.xxgk .bd .box .item.ml0{margin-left: 0;}
.xxgk .bd .bs1{height: 105px;line-height:105px;background: url(../img/xxgk_icon4.png) no-repeat #bb1a2a 19% 50%;text-align: center;font-size: 22px;}
.xxgk .bd .bs1 a{color: #fff;}
.xxgk .bd .bs2{height: 105px;width:180px;line-height: 149px;background: url(../img/xxgk_icon5.png) no-repeat #ffa71d 50% 32%;text-align: center;margin-top: 20px;font-size: 16px;}
.xxgk .bd .bs2 a{color: #fff;}
.xxgk .bd .bs3{height: 105px;width:180px;line-height: 149px;background: url(../img/xxgk_icon6.png) no-repeat #fd5543 50% 32%;text-align: center;margin-top: 20px;font-size: 16px;}
.xxgk .bd .bs3 a{color: #fff;}
.article{width: 820px;}
.article .bd .ct{padding: 20px 20px 0;}
.article .bd .ct li{background: url(../img/icon_li.png) no-repeat left center;padding-left: 30px;font-size: 14px;margin-bottom: 15px;overflow: hidden;}
.article .bd .ct li a{float: left;}
.article .bd .ct li span{float: right;}
.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 .hd{height: 40px;line-height:40px;font-size: 18px;}
.link .bd{width: 1200px;}
.link .bd .item{float: left;width: 265px;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;}

/*  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;}
.main_content{padding: 50px 50px;background-color: #fff;margin-top: 20px;}
.main_content_title{padding: 20px 0;font-size: 26px;line-height: 150%;}
.main_con_ftit{padding: 20px 0;}
.main_con_zw{line-height: 175%;}

.footer {
	padding: 60px 50px;
	background-color: #ac1527;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.footer .footm{margin-left: 30px;}
.footer p{font-size: 16px;color: #fff;}
.footer a{color: #fff;}

.footer .bottomImg {width: 210px;height: 100px;position: relative;}

.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;
	}
}

@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: auto;
		padding: 0 0.2rem;
	}

	.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;
	}

}

@media only screen and (max-width:320px) {

	body,
	.header,
	.footer,
	.body_box {
		width: 320px;
	}

	.copy .address span {
		float: none;
	}
}
