@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: "microsoft yahei";
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	list-style-type: none;
	font-size: 15px;
	margin: 0;
}

img,a,
a:focus,
a:hover {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.header {
	float: left;
	width: 100%;
	height: 270px;
	overflow: hidden;
	background: url(../img/header.png) no-repeat center center;
}

.head {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 70px;
}

.logor {
	float: right;
	margin-top: 115px;
}

.top_link {
	float: right;
	margin-right: 10px;
}

.top_link ul {
	float: left;
	width: 100%;
}

.top_link ul li {
	float: left;
	line-height: 40px;
}

.top_link ul li a,
.top_link ul li span {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0px 0px 10px #cc0707;
}

.top_link ul li span {
	margin: 0 10px;
}

.search {
	float: right;
	width: 170px;
	padding: 0 15px;
	height: 40px;
	background: url(../img/bg_search.png) no-repeat center left;
}

.search input.ssk {
	float: left;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	border: none;
	width: 150px;
	filter: alpha(opacity=0);
	background: url(../img/search.png) no-repeat left center;
	padding-left: 20px;
	background-color: transparent;
	outline: none;
}

.search input.ssk:-webkit-autofill,
.search input.ssk:-webkit-autofill:hover,
.search input.ssk:-webkit-autofill:focus {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	-webkit-transition: background-color 1000000s ease-in-out 0s;
	transition: background-color 1000000s ease-in-out 0s;
}

.search input.ssk:autofill,
.search input.ssk:autofill:hover,
.search input.ssk:autofill:focus {
	-webkit-text-fill-color: #fff;
	-webkit-transition: background-color 1000000s ease-in-out 0s;
	transition: background-color 1000000s ease-in-out 0s;
}

.ss {
	border: 0;
}

.dh {
	float: left;
	width: 100%;
	height: 55px;
	background: url(../img/bg_dh.png) no-repeat center center;
}

#menu {
	position: relative;
	z-index: 99;
	zoom: 1;
	width: 1250px;
	height: 55px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	text-align: center;
	line-height: 55px;
	height: 55px;
	float: left;
	border-right: none;
	position: relative;
}

#menu li a {
	white-space: normal;
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	/* text-decoration: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
	/*text-shadow: 0 1px 0 #000;*/
}

#menu li:hover {
	background-color: #b51227;
	background-image: linear-gradient(to right, #b51227, #c93327);
}

#menu li:hover a {
	color: #fff;
}

#menu li a:hover {
	background-color: #b51227;
	background-image: linear-gradient(to right, #b51227, #c93327);
	color: #fff;
}

#menu span {
	float: left;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
}

#menu li ul {
	margin: 0;
	padding: 0;
	width: 100%;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 1;
	background: none;
	filter: alpha(opacity=100);
	/*transition: all .2s ease-in-out;*/
}

#menu li ul li {
	margin-left: 0;
	background-color: #b51227;
	background-image: linear-gradient(to right, #b51227, #c93327);
}

#menu li:hover>ul {
	/*-webkit-animation: show_nav 1s ease-out forwards 1;
	animation: show_nav 1s ease-out forwards 1;*/
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

@-webkit-keyframes show_nav {
	0% {
		margin-left: -100%;
	}
	25% {
		opacity: .5;
		visibility: visible;
		margin-left: -50%;
	}
	75% {
		margin-left: -25%;
	}
	100% {
		opacity: 1;
		visibility: visible;
		margin-left: 0%;
	}
}

@keyframes show_nav {
	0% {
		margin-left: -100%;
	}
	25% {
		opacity: .5;
		visibility: visible;
		margin-left: -50%;
	}
	75% {
		margin-left: -25%;
	}
	100% {
		opacity: 1;
		visibility: visible;
		margin-left: 0%;
	}
}

#menu ul ul {
	top: 0;
	z-index: 1;
	left: 200px;
	margin: 0 auto;
	_margin: 0;
}

#menu li ul li,
#menu li:hover ul li a {
	padding: 0px;
	white-space: normal;
	float: none;
	width: 100%;
	z-index: 1;
	height: 35px;
	line-height: 35px;
	display: block;
	border: 0;
	color: #fff;
	_line-height: 0;
	background-color: #b51227;
	background-image: linear-gradient(to right, #b51227, #c93327);
	text-decoration: none !important;
}

#menu li ul li a {
	white-space: normal;
	padding: 0px 10px;
	width: 100%;
	height: 100%;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	font-size: 18px;
	font-weight: none;
	display: block;
	white-space: nowrap;
	color: #fff;
	float: none;
	text-decoration: none !important;
	background-color: #b51227;
	background-image: linear-gradient(to right, #b51227, #c93327);
	/* text-transform: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
}

#menu li ul li:hover,
#menu li ul li:hover a {
	background-color: #fff;
	background-image: linear-gradient(to right, #fff, #fff);
	color: #b51227;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.news {
	float: left;
	width: 790px;
	margin-top: 20px;
}

.news .nhd {
	position: relative;
	float: left;
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #ccc;
}

.news .nhd ul {
	float: left;
	width: 100%;
}

.news .nhd ul li {
	position: relative;
	cursor: pointer;
	float: left;
	margin-right: 30px;
	line-height: 40px;
	font-size: 21px;
	color: #666;
}

.news .nhd ul li.on,
.news .nhd ul li:hover {
	color: #333;
}

.news .nhd ul li div {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
}

.news .nhd ul li div span.hr_65 {
	float: left;
	display: inline-block;
	width: 65%;
	height: 3px;
	background-color: #ce1919;
}

.news .nhd ul li div span.hr_35 {
	float: left;
	display: inline-block;
	width: 35%;
	height: 3px;
	background-color: #fead00;
}

.news .nhd ul li.on div,
.news .nhd ul li:hover div {
	display: block;
}

.news .nbd {
	position: relative;
	float: left;
	margin-top: 0px;
	width: 100%;
	height: auto;
}

.xwdt {
	float: left;
	/*display: none;*/
	width: 100%;
	position: relative;
}

.xwdt .xw_more {
	position: absolute;
	right: 0;
	top: -40px;
	line-height: 40px;
	color: #777;
	font-size: 16px;
}

.xw_pic {
	float: left;
	position: relative;
	margin-top: 20px;
	width: 380px;
	height: 240px;
	overflow: hidden;
}

.xw_pic .hd {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}

.xw_pic .hd ul {
	float: right;
	width: 120px;
}

.xw_pic .hd ul li {
	float: left;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.xw_pic .hd ul li.on {
	background-color: #CC0707;
}

.xw_pic .bd {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.xw_pic .bd ul {
	float: left;
	width: 100% !important;
}

.xw_pic .bd ul li {
	float: left;
	width: 100% !important;
	height: 240px;
	position: relative;
	overflow: hidden;
}

.xw_pic .bd ul li img {
	margin: 0 auto;
	display: block;
	width: 100%;
	;
}

.xw_pic .bd ul li .bt {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 28px;
	line-height: 30px;
	background: url(../img/bg_news.png) no-repeat left bottom;
}

.xw_pic .bd ul li .bt a {
	color: #fff;
	font-size: 16px;
	width: 360px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xw_bt {
	float: right;
	width: 380px;
	margin-top: 20px;
}

.xw_bt ul {
	float: left;
	width: 100%;
}

.xw_bt ul li {
	float: left;
	width: 100%;
	background: url(../img/list_d.png) no-repeat left center;
	line-height: 40px;
	height: 40px;
}

.xw_bt ul li a {
	float: left;
	width: 85%;
	text-indent: 15px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xw_bt ul li .time {
	float: right;
	width: 15%;
	text-align: right;
	color: #666;
	font-size: 14px;
}

.xw_bt ul li:hover {
	background-image: url(../img/list_d2.png);
}

.xw_bt ul li:hover a,
.xw_bt ul li:hover .time {
	color: #ce1919;
}

.djgz {
	float: right;
	width: 380px;
	margin-top: 20px;
}

.djgz .hd {
	position: relative;
	float: left;
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #ccc;
}

.djgz .hd ul {
	float: left;
	width: 100%;
}

.djgz .hd ul li {
	position: relative;
	cursor: pointer;
	float: left;
	margin-right: 30px;
	line-height: 40px;
	font-size: 21px;
	color: #666;
}

.djgz .hd ul li.on,
.djgz .hd ul li:hover {
	color: #333;
}

.djgz .hd ul li div {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
}

.djgz .hd ul li div span.hr_65 {
	float: left;
	display: inline-block;
	width: 65%;
	height: 3px;
	background-color: #ce1919;
}

.djgz .hd ul li div span.hr_35 {
	float: left;
	display: inline-block;
	width: 35%;
	height: 3px;
	background-color: #fead00;
}

.djgz .hd ul li.on div,
.djgz .hd ul li:hover div {
	display: block;
}

.djgz .bd {
	position: relative;
	float: left;
	margin-top: 0px;
	width: 100%;
	height: auto;
}

.djgz .xw_bt {
	float: left;
}

.djgz .xwdt .xw_more {
	position: absolute;
	right: 0;
	top: -40px;
	line-height: 40px;
	color: #777;
	font-size: 16px;
}

.lm {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}

.lm h6 {
	float: left;
	position: relative;
	font-size: 21px;
	color: #333;
}

.lm h6 div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
}

.lm h6 div span.hr_65 {
	float: left;
	display: inline-block;
	width: 65%;
	height: 3px;
	background-color: #ce1919;
}

.lm h6 div span.hr_35 {
	float: left;
	display: inline-block;
	width: 35%;
	height: 3px;
	background-color: #fead00;
}

.lm a {
	float: right;
	color: #777;
	font-size: 16px;
}

.lm a:hover {
	color: #CE1919;
}

.bkjy {
	float: left;
	width:288px;
	margin-top: 20px;
	margin-right: 15px;
}

.bkjy ul {
	float: left;
	width: 100%;
}

.bkjy ul li {
	float: left;
	width: 100%;
	background: url(../img/list_d.png) no-repeat left center;
	line-height: 40px;
	height: 40px;
}

.bkjy ul li a {
	float: left;
	width: 85%;
	text-indent: 15px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bkjy ul li .time {
	float: right;
	width: 15%;
	text-align: right;
	color: #666;
	font-size: 14px;
}

.bkjy ul li:hover {
	background-image: url(../img/list_d2.png);
}

.bkjy ul li:hover a,
.bkjy ul li:hover .time {
	color: #ce1919;
}

.ydjs {
	margin-right: 0;
}

.first {
	float: left;
	width: 100%;
}

.first .pic {
	float: left;
	width: 120px;
	height: 80px;
	overflow: hidden;
}

.first .pic img {
	float: left;
	width: 100%;
}

.first .bt {
	float: right;
	width: 160px;
	height: 80px;
	border-bottom: 1px dashed #ccc;
}

.first .bt a {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.first .bt .time {
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.first:hover .bt a,
.first:hover .bt .time {
	color: #CE1919;
}
.lxfs{position:relative; float:left;width:360px; height:auto; padding:10px; overflow:hidden;background-color: #b51227;
	background-image: linear-gradient(to right, #b51227, #c93327); margin:20px 0; box-shadow:0 0 4px 1px rgba(0,0,0,0.3);}
.lxfs p{line-height:25px; font-size:16px; color:#fff;}
.lx_img{position:absolute; top:65px; right:10px; width:80px;}
.lx_img img{width:100%}
.ewm{position:absolute; bottom:10px; right:10px;}
.ztzl {float:right; width:800px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.ztzl .hd{display:none;}
.ztzl .bd{width:100%; overflow:hidden;}
.ztzl .bd ul {
	float: left;
	width: 100%;
}

.ztzl .bd ul li {
	float: left;
	width: 280px;
	height: 140px;
	margin-right:10px;
	margin-bottom: 20px;
}

.ztzl .bd ul li.li_last {
	margin-right: 0;
}

.ztzl .bd ul li img {
	float: left;
	width: 100%;
}

.bg_link {
	background-color: #eee9ea;
	padding: 15px 0;
}

.yqlj {}

.yqlj h6 {
	float: left;
	width: 100px;
	background: url(../img/bg_link.png) no-repeat left center;
	text-indent: 25px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
}

.link {
	float: left;
	width: 1100px;
	overflow: hidden;
}

.link .hd {
	display: none;
}

.link .bd {
	float: left;
	width: 100%;
	overflow: hidden;
}

.link .bd .tempWrap {
	width: 100% !important;
}

.link .bd ul {
	float: left;
	width: 100%;
}

.link .bd ul li {
	float: left;
	width: 180px;
	line-height: 40px;
	height: 40px;
	margin-right: 15px;
	border: 1px solid #e7d7d7;
	background-color: #fff;
}

.link .bd ul li span {
	float: left;
	width: 40px;
	height: 40px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	display: block;
}

.link .bd ul li a p {
	color: #333;
	font-size: 14px;
}

.footer {
	float: left;
	width: 100%;
	padding: 15px 0;
	background-color: #b51227;
	background-image: linear-gradient(to right, #b51227, #c93327);
	/*background: url(../img/bg_footer.png) repeat-y center center;*/
}

.foot {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.copy {
	float: left;
	width:100%;
}

.copy p {
	float: left;
	width: 100%;
text-align:center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}
.copy p a{color: #fff;
	font-size: 14px;}
.code {display:none;
	float: right;
}

.code ul {
	float: right;
}

.code ul li {
	float: right;
	margin-left: 20px;
}

.code ul li img {
	width: 73px;
	height: 73px;
}
.dqwz{float: left; text-indent: 0px; width: 100%;line-height: 40px; padding:10px 0;color: #333; font-size: 18px; font-weight: bold;}
.dqwz a,.dqwz span{color: #333; font-size: 18px; font-weight: bold;}
.m_l{float: left; width:20%; max-width: 220px; margin-bottom: 40px;}
.m_l h6{float: left; width: 100%; padding: 15px 0; line-height: 30px;background-color: #b51227; color: #fff; font-size: 22px; font-weight: bold; text-align: center;}
.m_l ul{float: left; width: 212px; border-top:0; border: 4px solid #b51227;}
.m_l ul li{float: left; width: 100%; text-align: center; line-height: 29px; padding: 10px 0; background-color: #fff; border-bottom: 1px solid #dcdcdc;}
.m_l ul li a{color: #333; font-size: 18px;}
.m_l ul li.cur a,.m_l ul li:hover a{color: #b51227; font-weight: bold;}

.m_r{float:right; width:80%; margin-bottom: 30px;  max-width: 960px; min-height:500px; }
.lb_list{float: left; width: 100%;padding: 20px 0px;background-color: #fff;}
.lb_list ul{float: left; width: 100%; }
.lb_list ul li{float: left; width: 100%; line-height:30px; padding: 5px 0; background: url(../img/list_d.png) no-repeat left center;}
.lb_list ul li a{float: left; text-indent: 15px; font-size: 18px; width:85%;color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.lb_list ul li span.time{float:right; width:15%;font-size: 15px; color: #666;  text-align: right;}
.lb_list ul li:hover a,.lb_list ul li:hover span.time{color: #b51227;}
.lb_list ul li:hover a{font-weight: 600;}
.fy{margin: 20px auto; text-align: center; width:100%; display:inline-block;}
.fy .p_no_d{border；1px solid #b51227 !important; background-color:#b51227 !important;}
.article{float: left;width:100%;  margin: 0; padding: 20px 0px;background-color: #fff;}
.article_title{float: left; text-align: center; width:100%; margin-top: 20px;}
.article_title h1{font-size: 22px; color: #333; font-weight: bold; line-height: 30px;}
.article_title h2{font-size: 20px; color: #333; line-height: 30px;}
.article_data{float: left; width:100%;  text-align: center; padding:20px 20px;margin:0px auto; border-bottom: 1px dashed #333; height:auto; line-height: 18px; font-size: 16px; color: #aaaaaa;}
.article_data img{margin-right: 5px;}
.article_data b{margin:0 10px;}
.wznr{float:left; width:100%; margin-top:10px;}
.wznr p,.wznr p span{}
.wznr p{line-height: 40px;  height: auto; overflow: hidden; font-size: 18px; color: #333;}
.wznr p img{margin:0px auto; width:auto; max-width:550px; display: block;}
.wznr p table,.wznr table{width:100%; max-width: 100%; height: auto; margin: 0 auto;display: inline-block;}