@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站公共样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-04-26 09:03)
 */

/*reset*/
*{-ms-touch-action: pan-y; touch-action: pan-y;}
body{ background: #fff;}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin: 0; padding: 0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display: block;}
html{overflow-y: scroll;}
:root{overflow-y: auto; overflow-x: hidden;}
table{border-collapse: collapse; border-spacing: 0;}
caption,th{font-weight: normal;}
html,body,fieldset,iframe,abbr{border: 0;}
i,cite,em,var,address,dfn{font-style: normal;}
[hidefocus],summary{outline: 0;}
ul,ol,ul li,li,ol li{list-style: none;}
h1,h2,h3,h4,h5,h6,small{font-size: 100%;}
sup,sub{font-size: 83%;}
pre,code,kbd,samp{font-family: inherit;}
q:before,q:after{content: none;}
textarea{overflow: auto; resize: none;}
label,summary{cursor: default;}
a,button{cursor: pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight: bold;}
ins,u,s,a,a:hover{text-decoration: none;}
body,textarea,input,button,select,keygen,legend{font-family: "微软雅黑"; font-size: 16px; color: #454545; outline: 0;}
a{color: #3d3d3d; border: none; text-decoration: none; outline: none; hide-focus: expression(this.hideFocus=true);}
a:focus{text-decoration: none; outline: 0; -moz-outline-style: none; color: #277ce7;}
img{border: 0 none; width: auto\9; height: auto; vertical-align: top; -ms-interpolation-mode: bicubic;}
button,input,select,textarea{font-size: 100%; font-family: tahoma; margin: 0; outline: 0 none; vertical-align: baseline; _overflow: visible; *vertical-align: middle; *overflow: visible;}
/*function*/
.f-fl{float: left;}
.f-fr{float: right;}
.f-pr{position: relative;}
.f-pa{position: absolute;}
.f-pf{position: fixed;}
.f-oh{overflow: hidden;}
.f-toe{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.f-csp{cursor: pointer;}
.f-csd{cursor: default;}
.f-csh{cursor: help;}
.f-csm{cursor: move;}
.f-bn{background: none!important;}
.u-bn{border: none;}
.f-usn{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
.f-clear{margin: 0; padding: 0; height: 0; overflow: hidden; visibility: hidden; content: "."; clear: both; font-size: 0; }
.f-clearfix:after{display: block; height: 0; visibility: hidden; font-size: 0; content:" "; clear: both;}
* html .f-clearfix{zoom: 1;}
*:first-child+html .f-clearfix{zoom: 1;}
.f-wd100{width: 100%;}
.f-npd{padding: 0;}
.f-nmg{margin: 0!important;}
.f-mlr2{margin: 0 2px;}
.f-mlr5{margin: 0 5px;}
.f-mlr10{margin: 0 10px;}
.f-mlr15{margin: 0 15px;}
.f-mlr20{margin: 0 20px;}
.f-mlrf5{margin: 0 -5px;}
.f-mlrf7{margin: 0 -7px;}
.f-mlrf10{margin: 0 -10px;}
.f-mlrf15{margin: 0 -15px;}
.f-mlrf20{margin: 0 -20px;}
.f-plr5{padding: 0 5px;}
.f-plr7{padding: 0 7px;}
.f-plr10{padding: 0 10px;}
.f-plr15{padding: 0 15px;}
.f-plr20{padding: 0 20px;}
.f-mb5{margin-bottom: 5px;}
.f-mb8{margin-bottom: 8px;}
.f-mb10{margin-bottom: 10px;}
.f-mb15{margin-bottom: 15px;}
.f-mb20{margin-bottom: 20px;}
.f-mb25{margin-bottom: 25px;}
.f-mb30{margin-bottom: 30px;}

/*header*/
.is-header{background: #fff;}
.m-pgtop{height: 42px;line-height: 42px; background: #f8f8f8;}
.m-pgtop,.m-pgtop a{font-size: 14px;}
.u-time{margin-left: 50px;}
.u-weather{margin-left: 50px; padding-top: 8px; height: 28px;}
.m-pgtop .u-tpfuns li{float: left; background: url(../images/bg-tpline.png) left center no-repeat;}
.m-pgtop .u-tpfuns li a{display: block; padding: 0 10px;}
.m-banner{background: url(../images/top_bg.png) center bottom no-repeat;}
.g-banner{padding: 30px 0!important;}
.u-logo img{max-width: 100%;}
.m-nav{
	width: 100%;
	background: #0061b4;
	margin: 0 auto;
	z-index: 999;
}
.m-nav .small_list{
	display: none;
	width: 100%;
}
.m-nav .small_list .title{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	padding: 0 20px;
}
.m-nav .small_list .text{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 59px;
	float: left;
}
.m-nav .small_list .btn{
	margin-top: 5px;
	float: right;
	cursor: pointer;
}
.m-nav .small_list .slist_ul > li{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #0061b4;
}
.m-nav .small_list .slist_ul > li:hover{
	background: #0084e9;
}
.m-nav .small_list .slist_ul > li a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.m-nav .small_list li .smallej{
	float: left;
	width: 85%;
	min-height: 600px;
}
.m-nav .small_list li .smallej > li{
	width: 100px;
	line-height: 40px;
	text-align: center;
	float: left;
}
.m-nav .small_list li .smallej > li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
}
.m-nav .small_list li .smallej > li a:hover{
	color: yellow;
}
.m-nav .navList{
	float: left;
	width: 992px;
}
.m-nav .nav_ul > li{
	width: 12.5%;
	box-sizing: border-box;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
	border-right: 2px solid #0061b4;
	position: relative;
}
.m-nav  .nav_ul > li a.yjlink{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.m-nav  .nav_ul > li.active a.yjlink{
	background: #0084e9;
}
.m-nav .nav_ul > li a.yjlink:hover{
	background: #0084e9;
}
.m-nav  .nav_ul > li > ul{
	display: none;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 99;
}
.m-nav  .nav_ul > li > ul > li{
	width: 100%;
	line-height: 36px;
	text-align: center;
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	height: 36px;
}
.m-nav  .nav_ul > li > ul > li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #0084e9;
}
.m-nav  .nav_ul > li > ul > li:hover a{
	background-color: #0061b4;
}
.m-nav .m-search span{
	display: inline-block;
	width: 140px;
	height: 26px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	margin-top: 17px;
}
.m-nav .m-search span input.text{
	width: 140px;
	height: 26px;
	padding: 6px 0;
	background: #FFFFFF;
	border: none;
	outline: none;
	font-size: 14px;
	color: #a0a0a0;
	padding-left: 10px;
	box-sizing: border-box;
}
.m-nav .m-search span img{
	position: absolute;
	right: 14px;
	top: 4px;
}
.m-nav .m-search span input.submit{
	width: 40px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	font-size: 0px;
}
.is-fdheader{position: fixed; top: 0; left: 0; right: 0; z-index: 3;display: none;}
.is-main{padding: 20px 0;background: #f5f5f5;}
/* part1 */
.part1{
	width: 100%;
	height: 398px;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
}
/*公众号图片*/
.gzh{
	position: absolute;
	top: 20px;
	right: -115px;
}
.gzh .delete{
	position: absolute;
	right: 2px;
	top: -18px;
}
.tFlash2 {
	width: 598px;
	height: 378px;
	overflow: hidden;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}
.BslideBox2 {
	width: 588px;
	height: 378px;
	overflow: hidden;
	position: absolute;
}
.BslideBox2 .hd {
	z-index: 1;
	overflow: hidden;
	position: absolute;
	bottom: 13px;
	right: 10px;
}
.BslideBox2 .hd li {
	width: 10px;
	height: 10px;
	background: #fff;
	cursor: pointer;
	margin: 0 5px;
	float: left;
	border-bottom: none;
	background:url(../images/tuo1.png) 0 bottom no-repeat;
}			
.BslideBox2 .hd li.on {
	width: 10px;
	height: 10px;
	background: #015293;
	background:url(../images/tuo2.png) 0 bottom no-repeat;
}			
.BslideBox2 .bd ul li{
	width: 100%;
	height: 378px;
	font-size: 16px;
	font-weight: bold;
}		 
.BslideBox2 .bd ul li a{
	height: 43px;
	color: #fff;
	float: left;
	display:block;
	width: 100%;
	height: 100%;
	line-height:50px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Microsoft YaHei';
}
.BslideBox2 img{
	width: 588px;
	height: 100%;
}
 .BslideBox2 .bd ul li span{
	width: 80px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	display: block;
	float: right;
	color: #DDDDDD;
}
.BslideBox2 .banner-text{
	position: absolute;
	bottom: 0px;
	height:37px;
	width: 100%;
	line-height: 37px;
	background:url(../images/bannerYin.png) center bottom no-repeat;
	background-size:cover;
	padding-left: 10px;
	box-sizing: border-box;
}
.qyinfo{
	float: left;
	width: 580px;
	height: 378px;
	padding-left: 10px;
	box-sizing: border-box;
}
.qyinfo .title{
	height: 45px;
	box-sizing: border-box;
	border-bottom: 1px solid #0061AE;
}
.qyinfo .title .title_item{
	height: 45px;
	float: left;
}
.qyinfo .title .title_item li{
	height: 45px;
	line-height: 45px;
	display: inline-block;
	width: 96px;
	text-align: center;
	font-size: 18px;
	color: #444;
	font-weight: bold;
	position: relative;
}
.qyinfo .title .title_item li .qyfcbg{
	width: 0px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	-webkit-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
	transition: all linear 0.4s;
}
.qyinfo .title .title_item li:hover .qyfcbg,
.qyinfo .title .title_item li.active .qyfcbg{
	width: 96px;
}
.qyinfo .title .title_item li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.qyinfo .title .title_item li.active a,
.qyinfo .title .title_item li:hover a{
	color: #0061AE;
}
.qyinfo .title .more{
	height: 45px;
	line-height: 45px;
	float: right;
}
.qyinfo .title .more a{
	display: none;
	font-size: 14px;
	color: #444;
	padding-right: 12px;
	background: url(../images/more.png) right center no-repeat;
}
.qyinfo .secbox{ width:100%; overflow:hidden;}
.qyinfo .secbox .sec{
	display: none;
}
.qyinfo .secbox li{
	width: 100%;
	height: 42px;
	line-height: 40px;
	border-bottom:2px dotted #eee;
	background:url(../images/thr.png) 6px 17px no-repeat;
	padding-left:26px; 
	color:#444;
	box-sizing: border-box;
	font-size: 16px;
}
.qyinfo .secbox li a{ color:#444;}
.qyinfo .secbox li a:hover{ color:#e80000;}
.qyinfo .secbox li span{ float:right;font-size: 16px;color: #999;}
/* 企业风采 */
.qyfc{
	width: 100%;
	height: 280px;
	margin: 0px auto 15px;
	background-color: white;
	/* border: 1px solid #ddd; */
	padding: 0 20px;
	box-sizing: border-box;
}
.qyfc .title{
	padding: 12px 0 12px 12px;
	border-bottom: 1px solid #91b7d7;
	position: relative;
}
.qyfc .title .text{
	float: left;
}
.qyfc .title .text a{
	font-size: 18px;
	color: #0061ae;
	font-weight: bold;
}
.qyfc .title img{
	position: absolute;
	left: 0;
	bottom: -1px;
}
.qyfc .title .more{
	float: right;
	padding-right: 12px;
	background: url(../images/more.png) right 8px no-repeat;
	padding-top: 2px;
	box-sizing: border-box;
}
.qyfc .title .more a{
	font-size: 14px;
	color: #444;
}
.qyfc a{
	color: #fff;
}
.qyfc h1{
	width: 54px;
	height: 170px;
	float: left;
}
.qyfc h1 img{
	/* padding: 6px */
	padding: 10px 8px;
}
.qyfc li{
	width: 275px;
	height: 220px;
	margin-top: 20px;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
}
.qyfc li p{
	font-size: 16px;
	color: #444;
	line-height: 24px;
	text-align: center;
}
/* 友情链接 */
.kuaisu{
	width: 100%;
	height: 70px;
	margin: 0px auto;
	background-color: white;
}
.kuaisu a{
	color: #fff;
}
.kuaisu h1{
	width: 82px;
	height: 70px;
	border: 1px #b9dbff solid;
	float: left;
	background: #fff;
	box-sizing: border-box;
	margin-right: 18px;
}
.kuaisu h1 img{
	padding: 8px 15px;
}
.kuaisu .yqlj{
	padding-top: 10px;
	float: left;
	overflow: hidden;
}
.kuaisu .yqlj1{
	width: 1080px;
}
.kuaisu .yqlj2{
	width: 860px;
}
.kuaisu .yqlj3{
	width: 640px;
}
.kuaisu .yqlj .bd{
	width: 100%;
	height: 50px;
}
.kuaisu .yqlj .scrollpic3 > li{
	width: 200px;
	height: 50px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}
.kuaisu .yqlj .scrollpic3 > li a{
	display: block;
	width: 100%;
	height: 100%;
}
.kuaisu .yqlj .scrollpic3 > li img{
	display: block;
	width: 100%;
	height: 100%;
}
/*footer*/
.is-footer{width: 100%;padding: 20px 0;background: #2c5da7;}
.g-fqjt{
	height: 80px;
	padding: 27px 16px 0 10px;
	box-sizing: border-box;
	float: left;
	background: url(../images/footer_rb.png) right center no-repeat;
	position: relative;
}
.m-ftinfo{width: 1080px;float: left;}
.m-ftinfo .copy{float: left;padding-top: 18px;padding-left: 14px;}
.m-ftinfo p{font-size: 14px;color: #fff;line-height: 22px;}
.m-ftinfo .flsm{float: right;padding-top: 30px;padding-right: 10px;}
.is-footer p a{font-size: 16px;color: #fff;}
.is-footer p a:hover{color: #ffdb16;}
/* 内页banner样式 */
.banner_wrap{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}
.banner_wrap img{
	width: 100%;
	height: 100%;
}
.banner_wrap span{
	display: block;
	width: 162px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 45px;
	right: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #0061ae;
	background: #fff;
	border-radius: 20px;
}
/* 导航 */
.dh_wrap{
	margin: 30px 0;
	background: #fff;
}
.dh_wrap .dh_title{
	width: 100%;
	height: 50px;
	background: url(../images/dhtitlebg1.png) center bottom no-repeat;
	line-height: 50px;
}
.dh_wrap .dh_title .left{
	float: left;
	margin-left: 15px;
	color: #0e5b96;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}
.dh_wrap .dh_title .left img{
	display: block;
	float: left;
	margin-top: 17px;
	margin-right: 10px;
}
.dh_wrap .dh_title .right{
	float: right;
	font-size: 16px;
	color: #333;
	padding-right: 15px;
}
.dh_wrap .dh_title .right a{
	font-size: 16px;
	color: #333;
}
.dh_wrap .dh_title .right a.last{
	font-size: 16px;
	color: #de0000;
}
.dh_wrap .dh_content{
	width: 100%;
	min-height: 800px;
	border: 1px solid #eee;
	border-top: none;
	box-sizing: border-box;
	padding: 20px 0;
}
/* 第一种导航样式里的内容样式 */
/* 段落样式 */
.dh_content1 .dhText{
	padding: 0 15px;
}
.dh_content1 .dhText p{
	text-indent: 2em;
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.dh_content1 .dhText p.title{
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-bottom: 30px;
	font-size:20px;
}
/* 图片样式 */
.dh_content1 .picList li{
	float: left;
	width: 21%;
	margin: 0 2%;
	margin-bottom: 20px;
	background: #fff;
	padding: 3px;
	padding-bottom: 0px;
	box-sizing: border-box;
	
}
.dh_content1 .picList li a{
	display: block;
	width: 100%;
	height: 100%;
}
.dh_content1 .picList li .pic{
	width: 100%;
	height: 190px;
	overflow: hidden;
	/* box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11); */
}
.dh_content1 .picList li .pic img{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	display: block;
	width: 100%;
	height: 100%;
}
.dh_content1 .picList li:hover .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.dh_content1 .picList li p{
	padding-top: 12px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.dh_content1 .picList li:hover p{
	color: #FF0000;
}
/* 新闻列表样式 */
.dh_content1 .newsList li{
	width: 48%;
	margin: 0 1%;
	height: 160px;
	margin-bottom: 25px;
	float: left;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(156, 161, 186, 0.2);
	padding: 25px 20px;
	box-sizing: border-box;
}
.dh_content1 .newsList li .news_info{
	width: 100%;
	height: 100%;
	position: relative;
}
.dh_content1 .newsList li .news_info h3{
	font-size: 16px;
	padding-bottom: 15px;
}
.dh_content1 .newsList li .news_info h3 a{
	display: block;
	width: 100%;
	height: 100%;
	color: #444;
}
.dh_content1 .newsList li .news_info p{
	font-size: 14px;
	color: #4b4b4b;
	line-height: 24px;
}
.dh_content1 .newsList li .news_info span{
	display: block;
	position: absolute;
	bottom: -5px;
	right: 0;
	font-size: 14px;
	color: #4b4b4b;
}
.dh_content1 .newsList li:hover .news_info h3 a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FF0000;
}
.dh_content1 .words .table_wrap{
	width: 970px;
}
.dh_content1 .words .table_wrap table{
	width: 970px;
}
/* 表格样式 */
.dh_content1  table{
	width: 1170px;
	margin: 0 auto;
}
/* 第二种导航样式 */
.dh_wrap .dhLeft{
	float: left;
	width: 255px;
}
.dhLeft .dhLeft_title{
	width: 100%;
	height: 82px;
	background: url(../images/dhtitlebg5.png) center bottom no-repeat;
}
.dhLeft .dhLeft_title h2{
	font-size: 24px;
	color: #fff;
	padding-top: 16px;
	text-align: center;
	font-weight: normal;
}
.dhLeft .dhLeft_title p{
	font-size: 8px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.dhLeft .dhLeft_content{
	width: 100%;
	border: 1px solid #eee;
	border-top: none;
	padding: 0 14px;
	box-sizing: border-box;
}
.dhLeft .dhLeft_content1{
	min-height: 752px;
	padding-top: 15px;
	margin-bottom: 20px;
}
.dhLeft .dhLeft_content1 .dhLeft_ul > li{
	width: 100%;
	margin-bottom: 10px;
}
.dhLeft .dhLeft_content1 li .dhej{
	width: 100%;
	height: 32px;
	background: url(../images/dhejbg3.png) center bottom no-repeat;
	line-height: 32px;
	text-align: center;
}
.dhLeft .dhLeft_content1 li .dhej a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333;
}
.dhLeft .dhLeft_content1 li.active .dhej,
.dhLeft .dhLeft_content1 li:hover .dhej{
	background: url(../images/dhejbg5.png) no-repeat;
}
.dhLeft .dhLeft_content1 li.active .dhej a,
.dhLeft .dhLeft_content1 li:hover .dhej a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.dhLeft .dhLeft_content1 li .dhsj{
	display: none;
}
.dhLeft .dhLeft_content1 li.active .dhsj{
	display: block;
}
.dhLeft .dhLeft_content1 li .dhsj li{
	height: 32px;
	line-height: 32px;
	background: url(../images/xian.jpg) center bottom no-repeat;
}
.dhLeft .dhLeft_content1 li .dhsj li a{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 100px;
	box-sizing: border-box;
	font-size: 14px;
	color: #585858;
	background: url(../images/before.png) 85px center no-repeat;
}
.dhLeft .dhLeft_content1 li .dhsj li a:hover,
.dhLeft .dhLeft_content1 li .dhsj li.active a{
	color: #0061ae;
}
.dh_wrap .dhRight{
	float: right;
	width: 935px;
}
.dh_wrap .dhRight .dh_title{
	background: url(../images/dhtitlebg3.png) center bottom no-repeat;
	height: 33px;
	line-height: 33px;
}
/* 详情页面样式 */
.dh_wrap .xq_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../images/dhtitlebg1.png) center bottom no-repeat;
	font-size: 16px;
	color: #e70000;
	text-align: center;
	font-weight: bold;
}
.dh_wrap .xq_content{
	width: 100%;
	min-height: 800px;
	border: 1px solid #eee;
	border-top: none;
	box-sizing: border-box;
	padding: 0 20px;
	padding-bottom: 20px;
}
.dh_wrap .xq_info{
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 40px;
}
.dh_wrap .xq_text p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 32px;
}
/* 第二种导航框中内容的样式 */
/* 段落样式 */
.dh_content2 .dhText{
	padding: 0 15px;
}
.dh_content2 .dhText p{
/* 	font-size: 16px;
	text-indent: 2em;
	line-height: 28px; */
}
/* 图片样式 */
.dh_content2 .picList li{
	float: left;
	width: 29.3%;
	margin: 0 2%;
	height: 210px;
	margin-bottom: 20px;
	background: #fff;
	padding: 3px;
	padding-bottom: 0px;
	box-sizing: border-box;
	
}
.dh_content2 .picList li a{
	display: block;
	width: 100%;
	height: 100%;
}
.dh_content2 .picList li .pic{
	width: 100%;
	height: 170px;
	overflow: hidden;
	/* box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11); */
}
.dh_content2 .picList li .pic img{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	width: 100%;
	height: 100%;
}
.dh_content2 .picList li:hover .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.dh_content2 .picList li p{
	padding-top: 12px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.dh_content2 .picList li:hover p{
	color: #FF0000;
}
/* 新闻列表样式 */
.dh_content2 .newsList li{
	width: 48%;
	margin: 0 1%;
	height: 140px;
	margin-bottom: 25px;
	float: left;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(156, 161, 186, 0.2);
	padding: 20px;
	box-sizing: border-box;
}
.dh_content2 .newsList li .news_info{
	width: 100%;
	height: 100%;
	position: relative;
}
.dh_content2 .newsList li .news_info h3{
	font-size: 16px;
	padding-bottom: 15px;
}
.dh_content2 .newsList li .news_info h3 a{
	display: block;
	width: 100%;
	height: 100%;
	color: #444;
}
.dh_content2 .newsList li .news_info p{
	font-size: 14px;
	color: #4b4b4b;
	line-height: 24px;
}
.dh_content2 .newsList li .news_info span{
	display: block;
	position: absolute;
	bottom: -5px;
	right: 0;
	font-size: 14px;
	color: #4b4b4b;
}
.dh_content2 .newsList li:hover .news_info h3 a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FF0000;
}
/* 表格样式 */
.dh_content2  table{
	width: 905px;
	margin: 0 auto;
}

#link5{overflow:hidden; margin:0 auto;}
#link5 li{display:block;float:left;width:25%;height: 90px;text-align:center; padding:10px;box-sizing: border-box;}
#link5 img{ width: 100%;height: 100%;padding:1px; display:block; margin:0 auto;}

#link6{margin:20px auto 0 auto; min-height:300px;}
#link6 li{display:block;float:left;width:24%;text-align:center; margin:10px 0.5%; height:24px;line-height:24px;}
#link6 li a{ width: 100%; line-height: 32px;border:1px solid #dadada; background-color:#f9f9f9; display:block; margin:0 auto;color:#333;font-size: 16px;}
/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {
    .container{padding: 0; width: 1200px;}
	/* 友情链接 */
	.kuaisu .yqlj{
		width: 1080px;
	}	
	.kuaisu .yqlj .scrollpic3 > li{
		width: 208px;
		margin-right: 10px;
	}
}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
	.container{padding: 0;width: 750px;}
	/* top */
	.u-weather{display: none;}
	/* 导航 */
	.m-nav .navList{width: 610px;}
	/* part1 */
	.part1{height: 806px;padding: 15px;}
	.tFlash2 {width: 720px;float: none;margin-bottom: 20px;padding-right: 0px;}
	.BslideBox2{width: 720px;}
	.BslideBox2 img{width: 720px;height: 100%;}
	.qyinfo{float: none;width: 720px;}
	.BslideBox2 .banner-text {  
	    background: url(../images/bannerYin1.png) center bottom no-repeat;
	    background-size: auto;
	}
	/* 友情链接 */
	.kuaisu .yqlj{
		width: 640px;
	}
	.kuaisu .yqlj .scrollpic3 > li{
		width: 120px;
		margin-right: 10px;
	}
	/* footer */
	.is-footer .g-fqjt{float: none;background: none;height: 46px;padding-top: 10px;padding-left: 0px;}
	.is-footer .m-ftinfo{width: 750px;float: none;}
	.is-footer .copy{padding-top: 0px;padding-left: 0px;float: none;}
	.is-footer .flsm{padding-top: 10px;float: none;}
	
	.banner_wrap{width: 750px;}
	
	/* 导航 */
	.dh_wrap .dh_title{
		background: url(../images/dhtitlebg2.png) center bottom no-repeat;
	}
	.dh_content1 .picList li{
		width: 29.3%;
		margin: 0 2%;
		margin-bottom: 20px;
	}
	.dh_content1 table{
		width: 720px;
	}
	.dh_wrap .xq_title{
		background: url(../images/dhtitlebg2.png) center bottom no-repeat;
	}
	.dh_wrap .dhLeft{width: 200px;}
	.dh_wrap .dhRight{width: 540px;}
	.dhLeft .dhLeft_content1 li .dhej{
		background: url(../images/dhejbg4.png) center bottom no-repeat;
	}
	.dhLeft .dhLeft_content1 li .dhsj li a{
		padding-left: 70px;
		background: url(../images/before.png) 60px center no-repeat;
	}
	.dh_wrap .dhRight .dh_title{
		background: url(../images/dhtitlebg4.png) center bottom no-repeat;
	}
	.dh_content2 .picList li{
		width: 46%;
		margin: 0 2%;
		margin-bottom: 20px;
	}
	.dh_content2 .newsList li{
		width: 96%;
		margin: 0 2%;
		margin-bottom: 25px;
	}
	.dh_content2 table{
		width: 510px;
		font-size: 12px;
	}
	#link5 li{height: 70px;}
	#link6 li a{font-size: 14px;}
}
/*pad md*/
@media screen and (max-width: 991px ){
	.container{padding: 0;width: 750px;}
	/* top */
	.m-pgtop{display: none;}
	/* 导航 */
	.m-nav .navList{width: 610px;}
	/* part1 */
	.part1{height: 806px;padding: 15px;}
	.tFlash2 {width: 720px;float: none;margin-bottom: 20px;padding-right: 0px;}
	.BslideBox2{width: 720px;}
	.BslideBox2 img{width: 720px;height: 100%;}
	.qyinfo{float: none;width: 720px;}
	.BslideBox2 .banner-text {  
	    background: url(../images/bannerYin1.png) 0 bottom no-repeat;
	    background-size: auto;
	}
	/* 友情链接 */
	.kuaisu .yqlj{
		width: 640px;
	}
	.kuaisu .yqlj .scrollpic3 > li{
		width: 120px;
		margin-right: 10px;
	}
	/* footer */
	.is-footer .g-fqjt{float: none;background: none;height: 46px;padding-top: 10px;padding-left: 0px;}
	.is-footer .m-ftinfo{width: 750px;float: none;}
	.is-footer .copy{padding-top: 0px;padding-left: 0px;float: none;}
	.is-footer .flsm{padding-top: 10px;float: none;}
	.banner_wrap{width: 750px;}
	/* 导航 */
	.dh_wrap .dhLeft{width: 200px;}
	.dh_wrap .dhRight{width: 540px;}
	.dhLeft .dhLeft_content1 li .dhej{
		background: url(../images/dhBg_ej3.png) center bottom no-repeat;
	}
	.dhLeft .dhLeft_content1 li .dhsj li a {
	    padding-left: 70px;
	    background: url(../images/before.png) 55px center no-repeat;
	}
	.dhLeft .dhLeft_content1 li.active .dhej,
	.dhLeft .dhLeft_content1 li:hover .dhej{
		background: url(../images/dhBg_ej4.png) center bottom no-repeat;
	}
}
/*phone sm*/
@media screen and (max-width: 767px) {
	/* top */
	.m-pgtop{display: none;}
	.m-nav .container{width: 100%;padding: 0 10px;box-sizing: border-box;}
	.m-nav .small_list{display: block;}
	.g-nav{display: none;}
	/* part1 */
	.part1{height: 806px;padding: 15px;}
	.tFlash2 {width: 720px;float: none;margin-bottom: 20px;padding-right: 0px;}
	.BslideBox2{width: 720px;}
	.BslideBox2 img{width: 720px;height: 100%;}
	.qyinfo{float: none;width: 720px;}
	.BslideBox2 .banner-text {
	    background: url(../images/bannerYin1.png) 0 bottom no-repeat;
	    background-size: auto;
	}
	/* 友情链接 */
	.kuaisu .yqlj{
		width: 640px;
	}
	.kuaisu .yqlj .scrollpic3 > li{
		width: 120px;
		margin-right: 10px;
	}
	/* footer */
	.is-footer .container{ width: 100%;padding: 0 10px;box-sizing: border-box;}
	.is-footer .g-fqjt{float: none;background: none;height: 46px;padding-top: 20px;padding-left: 0px;}
	.is-footer .m-ftinfo{width: 100%;float: none;}
	.is-footer .copy{padding-top: 0px;padding-left: 0px;float: none;}
	.is-footer .flsm{padding-top: 10px;float: none;}
	.banner_wrap{width: 750px;}
	/* 导航 */
	.dh_wrap .dhLeft{width: 200px;}
	.dh_wrap .dhRight{width: 540px;}
	.dhLeft .dhLeft_content1 li .dhej{
		/* width: 225px; */
		background: url(../images/dhBg_ej3.png) center bottom no-repeat;
	}
	.dhLeft .dhLeft_content1 li .dhsj li a {
	    padding-left: 70px;
	    background: url(../images/before.png) 55px center no-repeat;
	}
	.dhLeft .dhLeft_content1 li.active .dhej,
	.dhLeft .dhLeft_content1 li:hover .dhej{
		background: url(../images/dhBg_ej4.png) center bottom no-repeat;
	}
}
/*small xs*/
@media screen and (max-width: 638px) {
	body{font-size: 14px;}
}

/*print*/
@media print {
    a[href]:after {
        content: none!important;
    }
}