* {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: '微软雅黑';
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	/* Firefox */
	-webkit-box-sizing: content-box !important;
	/* Safari */
}

body {
	margin: 0;
	padding: 0;
}

a,
a:hover {
	text-decoration: none !important;
}

ul li,
ol li {
	list-style: none;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
}

i,
em {
	font-style: normal;
}

img {
	vertical-align: top;
	border: none;
	outline: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #333;
}

a {
	cursor: pointer;
}

input {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.maincon {
	width: 1200px;
	margin: 0 auto;
}

.bg {
	width: 100%;
	background: url(img/bg.png) top center no-repeat;
}

.header {
	width: 100%;
	height: 154px;
}

.logo {
	margin: 24px 0 0 26px;
}

.navlist {
	background: url(img/bg_nav.png) center no-repeat;
	width: 100%;
	height: 50px;
}

.navlist ul li {
	width: 138px;
	float: left;
	margin: 0 6px;
	text-align: center;
}

.navlist ul li a {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}

.navlist ul li.on {
	position: relative;
}

.navlist ul li.on:before {
	content: '';
	position: absolute;
	background: url(img/bg_navitem.png) no-repeat;
	width: 138px;
	height: 61px;
	top: 0;
	left: 0;
}

.navlist ul li.on a {
	font-size: 20px;
	position: relative;
}

.index_l {
	width: 500px;
	margin: 10px 0 0;
	padding: 15px 10px 15px 0;
}

.news .swiper-slide p {
	position: absolute;
	font-size: 16px;
	color: #fff;
	z-index: 10;
	left: 0;
	bottom: 0;
	line-height: 40px;
	padding-left: 10px;
	box-sizing: border-box !important;
	width: 100%;
	background: rgba(0, 0, 0, 0.74);
}

.news .swiper-pagination {
	bottom: 45px !important;
}

.news .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.news .swiper-pagination-bullet-active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mtit span {
	font-size: 18px;
	color: #006ad0;
	line-height: 26px;
	font-weight: bold;
}

.mtit a {
	font-size: 12px;
	color: #6c6c6c;
	float: right;
	line-height: 26px;
}

.mtit1 {
	margin: 20px 0;
}

.tit_ic {
	margin: 0 10px 0 2px;
}

.video_list>div {
	float: left;
	width: 230px;
	margin: 0 10px;
}

.videobox {
	width: 210px;
	height: 117px;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(145, 42, 24, 0.2);
}

.videobox img {
	width: 100%;
	height: 100%;
}

.video_list>div p {
	font-size: 14px;
	color: #000;
	line-height: 35px;
	text-align: center;
}

.index_r {
	width: 650px;
	margin: 30px 10px 0 0;
}

.hot_news_top h1 {
	font-size: 20px;
	color: #ff4949;
	margin: 22px 0 16px;
	text-align: center;
}

.hot_news_top p {
	font-size: 14px;
	color: #989898;
	line-height: 24px;
	text-indent: 28px;
}

.newslist li {
	height: 35px;
	border-bottom: 1px #a6cbef dashed;
}

.newslist li:last-child {
	border: none;
}

.newslist li a {
	font-size: 14px;
	color: #000;
	line-height: 35px;
}

.newslist li i {
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 50%;
	background: #88919b;
	margin-right: 10px;
}

.newslist li span {
	float: right;
	color: #989898;
	line-height: 35px;
}

.mtit2 {
	border-bottom: 2px #c6cace solid;
	height: 32px;
	margin-top: 13px;
}

.mtit2 span {
	border-bottom: 2px #006ad0 solid;
	display: inline-block;
	line-height: 32px;
}

.xhlist {
	margin: 25px -6px 30px 0;
}

.xhlist li {
	width: 103px;
	text-align: center;
	float: left;
	margin-right: 6px;
	height: 103px;
	position: relative;
}

.xhlist li p {
	font-size: 16px;
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 36px;
	left: 0;
	bottom: 0;
	color: #fff;
}

.xhcon_l {
	width: 913px;
}

.xhcon_r {
	width: 253px;
}

.xhcon_l>div,
.xhcon_r>div {
	border: 1px #e5e5e5 solid;
	margin-bottom: 15px;
}

.xh_tit {
	position: relative;
	/* height: 48px; */			/* 2019.6.4修改 */
}

.xhcon_l .xh_tit {
	margin: 0 20px 0 15px;
}

.xhcon_r .xh_tit {
	margin: 0 5px 0 15px;
}

.xh_tit a {
	float: right;
	font-size: 12px;
	color: #6c6c6c;
	line-height: 48px;
	position: absolute;
	right: 0;
	top: 0;
}

.xh_tit ul {
	padding: 15px 0 0;
}
/* 2019.6.4加 */
/* 2019.6.11改版 */
.xh_tit ul div {
	/* min-width: 200px; */
	/* margin-right: 30px; */
	width: 50%;
	cursor: pointer;
}
.xh_tit ul div.sed span {
	opacity: 1;
}
/* 2019.6.4加end */
.xh_tit ul p {
	font-size: 18px;
	color: #006ad0;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 0 0 0 5px;		/* 2019.6.4加 */
}
/* 2019.6.4改 */
.xh_tit ul span {
	font-size: 12px;
	color: #a4a4a4;
	display: inline-block;
	/* padding: 0 5px 0 0; */
	padding: 0 5px;
	background: #fff;
	position: relative;
	z-index: 100;
	/* opacity: 0;*/		/* 2019.6.11改版 */
}

.xh_tit ul li:nth-child(2) {
	position: relative;
}

.xh_tit ul li:nth-child(2):after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #006ad0;
	left: 0;
	bottom: 3px;
}

.indexc>div {
	width: 50%;
	float: left;
	margin: 10px 0;
}

.indexc>div:first-child {
	border-right: 1px #c5c5c5 solid;
	box-sizing: border-box !important;
}

.indexcon_top {
	margin: 15px 20px;
}

.indexcon_top img {
	float: left;
}

.indexcon_top>div {
	float: left;
	margin-left: 10px;
	width: 245px;
}

.indexcon_top>div h1 {
	font-size: 16px;
	color: #121212;
	line-height: 30px;
	margin-bottom: 7px;
}

.indexcon_top>div p {
	font-size: 12px;
	color: #989898;
	line-height: 24px;
}

.indexcon_list {
	margin: 0 10px 0 20px;
}

.indexcon_list li a {
	font-size: 14px;
	color: #000;
	line-height: 36px;
}

.indexcon_list li i {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #88919b;
	border-radius: 50%;
	margin-right: 10px;
}

.indexcon_list2 {
	margin: 10px;
}

.indexcon_list2 li a {
	line-height: 30px;
}

.ztpic {
	display: block;
	margin: 17px auto;
}

.cicon {
	text-align: center;
	margin-top: 15px;
}

.cicon p {
	font-size: 14px;
	color: #000;
	margin: 15px 0 5px;
}

.mtit3 {
	height: 45px;
	margin: 0 6px 0 10px;
}

.mtit3 span,
.mtit3 a {
	line-height: 45px;
}

.hslist {
	margin: 3px 15px;
}

.hslist li a {
	font-size: 14px;
	color: #000;
	line-height: 36px;
}

.shlist {
	margin: 15px 0 10px;
}

.shlist li {
	width: 25%;
	text-align: center;
	float: left;

}

.shlist li a {
	font-size: 14px;
	color: #424242;
	line-height: 40px;
}

.qscom_box {
	border: 1px #e5e5e5 solid;
}

.qscom_box .xh_tit {
	margin: 0 6px 0 18px;
}

.friendslink {
	border: 1px #e5e5e5 solid;
	height: 45px;
	margin: 14px 0 0;
	text-align: center;
}

.friendslink a,
.friendslink span {
	font-size: 14px;
	color: #606060;
	line-height: 45px;
	letter-spacing: 2px;
}

.footer {
	text-align: center;
	margin: 15px 0;
}

.footer p {
	font-size: 12px;
	color: #979797;
	line-height: 24px;
}

.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 20px 30px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 184px;
	height: 52px;
	margin: 0 3px;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}
.xhintro {
	border: none !important;
}
.xhlist2 {
	margin: 20px 0 0 !important;
}
.xhlist2 li {
	margin: 0 11px 7px;
}
.leftcon {
	width: 913px;
}
.cnav {
	margin: 20px 8px;
	border-bottom: 1px #e6ecf4 solid;
	padding-left: 15px;
}
.cnav a , .cnav span {
	font-size: 14px;
	color: #000;
	line-height: 38px;
}
.cnav span.cur {
	color: #006ad0;
}
.news_list {
	margin: 0 40px 0 25px;
}
.news_list li {
	height: 48px;
	border-bottom: 1px dashed #dee5ee;
}
.news_list li:last-child {
	border: none;
}
.news_list li a {
	font-size: 14px;
	color: #010101;
	line-height: 48px;
}
.news_list li a i {
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #010101;
	border-radius: 50%;
	margin: 0 10px;
}
.news_list li a span {
	float: right;
	line-height: 48px;
	color: #a3a3a3;
}
.pagenum {
	text-align: center;
	margin: 20px 0 35px;
}
.first , .prev , .next , .last {
	width: 16px !important;
	height: 16px !important;
	margin: 1px 10px;
}
.first {
	background: url(img/first.png) center no-repeat;
}
.prev {
	background: url(img/prev.png) center no-repeat;
}
.next {
	background: url(img/next.png) center no-repeat;
}
.last {
	background: url(img/last.png) center no-repeat;
}
.pagenum a {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	color: #000;
	border-radius: 4px;
}
.pagenum a.pagedown {
	background: #006ad0;
	color: #fff;
}
.piclist>div {
	width: 252px;
	text-align: center;
	margin: 0 26px 27px;
	float: left;
}
.piclist>div img {
	width: 252px;
	height: 184px;
}
.piclist>div p {
	line-height: 24px;
	font-size: 14px;
	color: #080103;
	margin-top: 12px;
}
.listcon>div {
	padding: 10px 35px 15px 27px;
	border-bottom: 1px #c9c9c9 solid;
}
.listpic {
	width: 189px;
	height: 138px;
}
.listp {
	width: 620px;
	height: 138px;
	margin-left: 15px;
	position: relative;
}
.listp li:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
}
.listp li h1 {
	font-size: 18px;
	color: #010101;
	line-height: 30px;
	margin-bottom: 10px;
}
.listp li p {
	font-size: 14px;
	color: #8c8c8c;
	line-height: 24px;
	text-indent: 28px;
}
.listp li span {
	font-size: 16px;
	color: #888;
}
.news_top {
	padding-bottom: 14px;
	border-bottom: 1px #7f7f7f solid;
	text-align: center;
	margin-bottom: 30px;
}
.news_top h1 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #010101;
	font-weight: bold;
	margin: 20px 0;
}
.news_top p {
	font-size: 14px;
	color: #c5c5c5;
	margin-bottom: 14px;
}
.news_top span {
	font-size: 14px;
	color: #888;
	line-height: 25px;
	margin-right: 11px;
}
.news_top a {
	margin-right: 8px;
}
.newscon {
	margin-bottom: 80px;
}
/* 2019.6.11加 */
.indexc2 {
	position: relative;
	padding: 10px 0;
}
.indexc2:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 362px;
	background: #c5c5c5;
	left: 50%;
	top: 50%;
	margin-top: -181px;
}
.indexcon_list3 li {
	width: 50%;
	float: left;
}
.indexcon_list3 li:nth-child(even){
	width: 48%;
	margin-left: 2%;
}
.page1{ clear:both; margin-top:10px; line-height:30px; color:#666666; text-decoration:none;}
.SelectIndexStyle{padding:2px 10px 2px 10px;color:#fff;margin-right:10px;text-decoration:none;BACKGROUND-COLOR: #666;}
.UnSelectIndexStyle{padding:2px 5px 2px 5px;color:#333;margin-right:10px;text-decoration:none; font-size:16px;}

.PreviewNextStyle{padding:2px 5px 2px 5px;color:#333;margin-right:2px;text-decoration:none;}
.PageEndStyle{padding:2px 5px 2px 5px;color:#666666;margin-right:12px;text-decoration:none; font-size:16px;}
.MouseOverStyle{padding:2px 5px 2px 5px;color:#fff;margin-right:2px;text-decoration:none; background-color:#f6ffeb;}
.MouseOutStyle{padding:2px 5px 2px 5px;color:#333;margin-right:2px;text-decoration:none;}
.InputTextBoxStyle{font-size:10px;width:20px;BACKGROUND-COLOR:#fff6e9; text-decoration:none;}
.SubmitButtonStyle{font-size: 10px;border: 1px solid #b2e05d;width:40px; text-decoration:none; BACKGROUND-COLOR: #fff6e9;border: 1px solid #ff9900;}
.PageInfoStyle{font-size:16px;line-height:22px;color:#999;text-decoration:none;}

.page1 a{color:#666; text-decoration:none; width:30px;}
.page1 a:hover {
	 color:#3333CC;
	 font-size:16px;
}