@charset "utf-8";
/* CSS Document */
/*公用*/
* {
	margin: 0;
	padding: 0;
}
html, body, ul, li {
	list-style: none;
	-webkit-text-size-adjust: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	color: #666666;
	font-weight: normal;
}
img {
	border: 0;
	behavior: url("iepngfix.htc");
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0786f4;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a::focus {
-moz-outline-style:none;
}
.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
.lazy-loaded {
	transition: All .2s ease-in-out;
	-webkit-transition: All .2s ease-in-out;
	-moz-transition: All .2s ease-in-out;
	-o-transition: All .2s ease-in-out;
	-webkit-animation: imgScale .5s ease-in 1;
	animation: imgScale .5s ease-in 1
}
.m_t20 {
	margin-top: 20px;
}
/*头部*/
.header {
	margin: 0px;
	padding: 0px;
	height: 100%;position:relative; z-index:1 
}
.header .container .logo {
	width: 23%;
	float: left;
	padding: 9px 0;
}
.header .container .navbar {
	width: 58%;
	float: left;
}
.header .container .search {
	width: 17%;
	height: 36px;
	float: right;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	margin-top: 17px;
}
.search input {
	border: none;
	background: none;
}
.search .search1 {
	padding-left: 10px;
	float: left;
	color: #494b4e;
	line-height: 34px;
	width: 80%;
}
.search input:focus {
	outline: none;
}
.search .submit {
	float: left;
	width: 20%;
	height: 18px;
	color: #333;
	background: url(../images/submit.jpg) center no-repeat;
	padding-left: 10px;
	margin-top: 8px;
}
@media screen and (max-width: 768px) {
.header .container .logo {
	width: 70%;
	float: right;
	text-align: right;
}
.header .container .navbar {
	width: 30%;
	float: left;
	margin-left: 0;
	margin-top: 10px;
}
.header .container .search {
	width: 100%;
	margin: 0;
}
}
.main {
	width: 100%;
}
/*集团产品*/
.jtcp {
	height: auto;
	background: url(../images/jtcpbg.jpg) bottom repeat-x;
	padding: 14px 0 24px;
}
.jtcp1 {
	width: 25%;
	float: left;
	height: 40px;
	padding: 0 2.5%;
	border-right: 1px solid #e8e8e8;
}
.jtcp1:last-child {
	border: 0;
}
.jtcp1a {
	background: url(../images/jtcp1.png) left top no-repeat;
	padding-left: 30px;
	color: #333;
	line-height: 40px;
	float: left;
}
.jmore {
	background: url(../images/jmore.png) right center no-repeat;
	float: right;
	height: 40px;
}
.jmore a {
	color: #00469c;
	line-height: 36px;
	display: block;
	padding-right: 14px;
}
.js0 {
	background-position: 0 0;
}
.js1 {
	background-position: 0 -40px;
}
.js2 {
	background-position: 0 -80px;
}
.js3 {
	background-position: 0 -120px;
}
 @media screen and (max-width: 767px) {
.jtcp1 {
	width: 100%;
	border:0;
}
}
/*产业板块*/
.cybk {
	padding: 20px 0 60px;
}
.cybk h3 {
	color: #00469c;
	text-align: center;
}
.cybk1 {
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.cybk4 {
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.cybk3 {
	width: 100%;
	height: 100%;
}
.cybk2 {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.cybk2 img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.cybk2:hover img {
	transform: scale(1.1);
}
.ctitle {
	position: absolute;
	bottom: 0;
	background: #f5f5f5;
	height: 80px;
	width: 100%;
	padding-top: 10px;
	color: #333;
}
.ctitle1 {
	float: left;
	padding-left: 18px;
}
.cmore {
	width: 36px;
	height: 36px;
	background: url(../images/jia.png) top no-repeat;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}
.cybk2:hover .ctitle {
	background: rgba(0,70,156,0.8);
	color: #FFF;
}
.cybk2:hover .cmore {
	background-position: 0 -36px;
}
.p_l20 {
	padding-left: 20px;
}
.p_l10 {
	padding-left: 10px;
}
.p_r10 {
	padding-right: 10px;
}
 @media screen and (max-width: 768px) {
.cybk {
	padding: 20px 0 60px;
}
.cybk1 {
	width: 100%;
	padding: 0;
	margin-top: 20px;
}
.p_l20 {
	padding-left: 0px;
}
.p_l10 {
	padding-left: 0px;
}
.p_r10 {
	padding-right: 0px;
}
}
@media screen and (max-width: 767px) {
.cybk4 {
	width: 100%;
	margin-top: 20px;
}
}
/*关于祥和*/
.aboutus {	background: url(../images/aboutus1.jpg) top center no-repeat #232831;
	padding-top: 30px;
}
.aboutus2{
}
.aboutus h3 {
	color: #fff;
	text-align: center;
}
.aboutus h5 {
	color: #95a5b0;
	line-height: 24px;
	padding-top: 20px;
}
.aboutus1 {
	margin-top:40px;

}
.aboutus1 ul{background: #f3f3f3;	padding: 35px 0;}
.aboutus1 li {
	width: 25%;
	padding: 0 2.5%;
	float: left;
	text-align: center;
}
.aboutus1 li .aboutus1a {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #FFF;
	cursor: pointer;
	margin: 0 auto;
}
.aboutus1 li .aboutus1a i {
	background: url(../images/icon1.png) no-repeat;
	display: block;
	width: 90px;
	height: 90px;
	position: relative;
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.aboutus1 li .aboutus1a:hover i {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.aboutus1 li .a_hx0 i {
	background-position: 0 0;
}
.aboutus1 li .a_hx1 i {
	background-position: 0 -90px;
}
.aboutus1 li .a_hx2 i {
	background-position: 0 -180px;
}
.aboutus1 li .a_hx3 i {
	background-position: 0 -270px;
}
.aboutus1 li h5 {
	color: #333;
	padding-top: 5px;
}
.aboutus1 li .aboutus1b {
	line-height: 20px;
	font-size: 12px;
	color: #999999;
}
.aboutus1 li .aboutus1b a {
	color: #00469c;
}
 @media screen and (max-width: 768px) {
.aboutus1 li {
	width: 50%;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
	.aboutus { background:none;
	padding-top: 30px;
}
.aboutus2{	background: url(../images/aboutus1.jpg) top center no-repeat #232831;
}
.aboutus1{ margin-top:0;background: #f3f3f3;}
.aboutus1 li {
	width: 100%;
}
.aboutus h5{ text-align:left;}
.aboutus1 li h5{ text-align:center;}
}
/*新闻*/
.news {
	padding: 30px 0 60px;
}
.news h3 {
	color: #00469c;
	text-align: center;
}
.newssel {
	width: 100%;
	text-align: center;
	margin-top:30px;
}
.newssel .newssel_nei {
	display: inline-block;
}
.newssel .newssel_nei .newssel_nei_op {
	min-width: 82px;
	padding: 0 15px;
	height: 34px;
	border: #e8e8e8 solid 1px;
	font-size: 14px;
	float: left;
	margin: 0 5px;
	color: #333;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.newssel .newssel_nei .newssel_nei_op.on {
	background: #00469c;
	color: #fff;
	border: #00469c solid 1px;
}
.newssel .newssel_nei .newssel_nei_op:hover {
	background: #00469c;
	color: #fff;
	border: #00469c solid 1px;
}
.indexnesqiehuan {
	margin-top:30px;
	width:100%;
	overflow: hidden;
}
.newsxxk { overflow:hidden;}
.newsxxk li { width:33.333%; padding:0 1%; float:left;}
.newsxxk li .news_img{ width:100%; height:210px; overflow:hidden;}
.newsxxk li .news_img img{ width:100%; height:100%; transition:all 0.3s;}
.newsxxk li .news_cont{ padding:23px; border:1px solid #e8e8e8; background:#FFF;}
.newsxxk li .news_cont .news_cont1{ float:left; padding-right:20px; width:80%;}
.newsxxk li .news_cont .news_cont1 h4{ color:#333; font-size:16px; line-height:24px;}
.newsxxk li .news_cont .news_cont1 p{ color:#999999; line-height:24px; overflow:hidden; height:48px; font-size:12px;}
.newsxxk li .news_cont .news_cont2{ float:right; width:20%; border-left:1px solid #e1e1e1; padding-left:15px;}
.newsxxk li .news_cont .news_cont2 .news_cont2a{ width:32px; height:32px; background:url(../images/news_icon.png) top no-repeat; margin-top:26px;}
.newsxxk li .news_cont .news_cont2 h4,.newsxxk li .news_cont .news_cont2 h5{ color:#333}
.newsxxk li:hover .news_img img{ transform:scale(1.1);}
.newsxxk li:hover .news_cont{ border:1px solid #00469c; background:#00469c;}
.newsxxk li:hover .news_cont .news_cont1 h4, .newsxxk li:hover .news_cont .news_cont1 p, .newsxxk li:hover .news_cont .news_cont2 h4,.newsxxk li:hover .news_cont .news_cont2 h5{ color:#fff}
.newsxxk li:hover .news_cont .news_cont2{ border-left:1px solid #2d6dbc;}
.newsxxk li:hover .news_cont .news_cont2 .news_cont2a{ background-position:0 -32px;}

 @media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
.newsxxk li { width:100%; margin-bottom:20px;}
}


/*footer*/
.footer {
	background: #21262f;
}
.ft-mid {
  padding: 40px 0;
}

.ft-nav {
  float: left;
}
.ft-nav dl {
  float: left;
  margin-right:80px;
}
.ft-nav dt a {
    color: #fff;
	font-size:15px;
	font-weight:700;
	line-height:36px;
}
.ft-nav dd {
	  display: block;
}
.ft-nav dd a {
  color: #999;
    line-height: 30px;
    font-size:12px;


}

.ft-qr {
  width: 91px;
  height: 108px;
  display: block;
  margin:15px auto;
  text-align:center;
}

.ft-tel {
    color: #fff;
	font-size:15px;
	font-weight:700;
  float: left;
  margin-left:20px;
  text-align:center;
}
@media screen and (max-width: 1024px) {
	.ft-nav dl {margin-right:50px;}
	.ft-tel { margin:0;}
}
@media screen and (max-width: 768px) {
.ft-nav {
  display:none;
}
.ft-tel { width:100%; text-align:center; margin:0;}
}
.ft-bt {
  color: #999999;
  padding: 10px 0;
  line-height: 30px;
  border-top:1px solid #383d48;
  font-size:12px;
}
.ft-bt .select{ width:200px; height:32px; background:#4c4f56; line-height:30px; color:#ffffff; font-size:12px; border:1px solid #4c4f56;}

@media screen and (max-width: 767px) {
.ft-bt .pull-left, .ft-bt .pull-right{ float:none; float:none!important; text-align:center;}
.ft-bt .select{ margin:0 auto;}

}



/*内页*/
.bannern {
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top:10px;
}
.bannern img {
	text-align: center;
	width: 100%;
}


.wrapper{ padding:50px 0 60px;}
.wrapper h3{ height:53px; margin:0; padding-bottom:3px; line-height:50px; color:#333; text-align:center; background: url(../images/wrapper1.jpg) bottom center no-repeat;}
.wrapper h5{ color:#b8c3db; text-align:center;}
.content{ padding:30px 0;}
.aboutusn1{}
.aboutusn1a{ width:50%; float:left; border:1px solid #e8e8e8; padding:20px; padding-bottom:155px;}
.aboutusn1a h3{ color:#00469c; background:none; text-align:left; height:auto;}
.aboutusn1a p{ padding-top:30px; line-height:30px; color:#333;}
.video{ width:50%; float:left;}
@media screen and (max-width: 1024px) {
.aboutusn1a{ padding-bottom:0;}
}
@media screen and (max-width: 768px) {
.aboutusn1a,.video{ width:100%;}
}
.aboutusn2{ margin:40px 0; background:#f2f6fa; padding:30px 0;}
.aboutusn2 li{ width:25%; text-align:center; float:left;}
.aboutusn2 li h1 .jumbo { font-size:48px; color: #00469c;}
.aboutusn2 li h1 .jiahao{ font-size:18px; color:#333;}
.aboutusn2 li h4{ color:#999;}
@media all and (max-width: 1024px) {
	h1.jumbo {
		font-size:5em;
	}
}
@media all and (max-width: 767px) {
.aboutusn2 li{ width:50%;}

	h1.jumbo {
		font-size:2em;
	}
	
}


.gszl{ padding:0px 0 ;}
.gszl li{ width:50%; float:left; padding:0 1.5%; margin-bottom:30px;}
.gszl li .gimg{ width:220px; height:220px; overflow:hidden; float:left;}
.gszl li .gimg img{ width:100%; height:100%; transition:all 0.3s;}
.gszl li .gimg:hover img{ transform:scale(1.1);}
.gszl li .gcont{ padding-left:240px; width:100%;}
.gszl li .gcont h4{ color:#333; font-weight:500;}
.gszl li .gcont p{ color:#666666; font-size:12px; line-height:24px;}

@media all and (max-width: 1024px) {.gszl li{ width:100%;}
}
@media all and (max-width: 767px) {
.gszl li .gimg{ width:100%; margin-bottom:20px;}
.gszl li .gcont{ padding-left:0;}
}


.col_menu {
	height: auto;
	background:#f2f6fa;
	text-align:center;
	margin:30px 0;
}
.col_menu li {
	display:inline-block;
	text-align:center;
}
.col_menu li a {
	padding: 0 50px;
	line-height: 40px;
	color: #333;
	display:block;
}
.col_menu li a:hover, .col_menu li a.current {
	background: #00469c;
	color: #ffffff;
}

 @media screen and (max-width: 1024px) {
	 .col_menu li a {
	padding: 0 20px;
}
}


/*新闻*/
.news_list {
	width: 100%;
}
.news_list dl {
	width: 100%;
	padding: 25px 0;
	border-bottom:1px solid#CCC;
	margin-bottom:0;
}
.news_list dl a {
	display: block;
}
.news_list dl dt {
	width: 23.33%;
	float: left;
	vertical-align: top;
	overflow: hidden
}
.news_list dl dt img {
	width: 100%;
	transition: 0.3s;
}
.news_list dl dd {
	width: 75%;
	float: left;
	margin-left: 1.6%;
}
.news_list dl dd .title {
	width: 100%;
	height: 40px;
	line-height: 30px;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #2c2c2c;
}
.news_list dl dd .des {
	width: 100%;
	height: 70px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	overflow: hidden;
	padding: 10px 0 0;
}
.news_list dl dd .time {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
}
.news_list dl dd .nmore {
	width:120px;
	height:44px;
	border:2px solid #00469c;
	line-height:40px;
	text-align:center;
	color:#00469c;
	font-size:12px;
	margin-top:30px;
	background:#FFF;
}
.news_list dl a:hover .title {
	color: #0054a6;
}
.news_list dl a:hover img {
	transform: scale(1.1);
}
.news_list dl a:hover .nmore {
		background:#00469c;
		color:#FFF;
}
 @media screen and (max-width: 1024px) {
.news_list dl dt {
	width: 30%;
	float: left;
	vertical-align: top;
	overflow: hidden
}
.news_list dl dd {
	width: 68%;
	float: left;
	margin-left: 2%;
}
.news_list dl dd .title {
	height:30px;
	padding-bottom: 0px;
}
.news_list dl dd .des {
	height: 70px;
}
.news_list dl dd .nmore {
	height: 34px;
	margin-top:10px;
	line-height:30px;
}
}
 @media screen and (max-width: 768px) {
	 
.news_list dl dd .des {
	height:50px;
}
}
@media screen and (max-width: 767px) {
.news_list dl dd {
	width: 100%;
}
.news_list dl dt, .news_list dl dt img {
	width: 100%;
	height: 224px;
}
.news_list dl dd .title {
	height:40px;
	padding-top: 10px;
}
}
/*新闻详细*/
.news_show .top_show {
	text-align: center;
	border-bottom: 1px dashed #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.news_show .top_show h3 {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	width: 100%;
	background:none;
	padding:0;
	height:auto;
}
.news_show .top_show p {
	font-size: 12px;
	color: #ababab;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	width: 100%;
	margin: 10px 0px;
}
.news_show p {
	color: #666666;
	line-height: 24px;
}
@media (max-width: 992px) {
.news_show img {
width:100%;
}
}



/*产品*/
.pro_list{}
.pro_list ul{ margin:0 -15px;}
.pro_list li{ width:23.5%; margin:10px 0.5%; float:left; overflow:hidden}
.pro_list li .pro_img{ width:100%; max-height:287px; border:1px solid #e8e8e8; position:relative; text-align:center;}
.pro_list li .pro_title{ height:50px; line-height:50px; padding:0 20px; color:#333333;}
.pro_list li .pro_sou{ width:100%; height:100%; position:absolute; top:-287px; transition:all 0.3s; background:url(../images/prolist1.png) center no-repeat rgba(0,70,156,0.7);}
.pro_list li:hover{ box-shadow:0 0 6px rgb(153,153,153);}
.pro_list li:hover .pro_img{ border:1px solid #fffff;}
.pro_list li:hover .pro_sou{ top:0;}
.pro_list li:hover .pro_title{ background:url(../images/prolist2.png) 90% center no-repeat;}
@media screen and (max-width: 768px) {.pro_list li{ width:48%; margin:10px 1%;}
}
@media screen and (max-width: 767px) {.pro_list li{ width:98%; margin:10px 1%;}
}


.pro_show {
	width: 100%;
}
.pro_show h5{
	text-align:left;color:#666;
}
.pro_show h5 a{
	color:#666;
 }
.pro_show1 {
	padding:20px 0;
}
.pro_show1 .proimg{
	width:400px; height:400px; border:1px solid#e8e8e8; text-align:center; overflow:hidden; vertical-align:middle; float:left;
}
.pro_show1 .proimg img{
	max-width:98%; max-height:98%;
}
.pro_show1 .protitle{ float:left; padding-left:20px;
width:500px;
}
.pro_show2 {
	margin:30px 0;
}
.pro_show2a{ height:40px; background:#f2f6fa; line-height:40px; color:#00469c; padding-left:20px; font-size:16px;}
.pro_show2b{ padding:20px;}
.pro_show2b table td{ padding-left:10px;}
@media screen and (max-width: 768px) {
	.pro_show1 .protitle{
width:300px;
}
}
@media screen and (max-width: 767px) {
	.pro_show1 .proimg, .pro_show1 .protitle{ width:100%; float:none;}
	
}
@media (max-width: 992px) {
.pro_show2b img {
width:100%;
}
}
/*招聘人才*/
.recruit {}

.recruit-ul {}

.recruit-li {
	margin-bottom: 12px;
}
.recruit-tit {
	background-color: #ffffff;
	line-height: 48px;
	border:1px solid #e8e8e8;

}

.recruit-tit-a {
	float: left;
	width: 80%;
	padding-left:20px;
}

.recruit-tit-a:last-child {
	width: 20%;
	padding-right:20px;
}

.recruit-tit-c {
	display:block;
	background: url("../images/icon17.png") no-repeat right center;
	cursor: pointer;
	height:48px;
}

.recruit-li-cont {
	padding: 30px;
	display: none;
	line-height: 30px;
	color: #666666;
	background:#f2f6fa;
}


.recruit-tit.active {
	background-color: #00469c;
	color: #fff;
	border:1px solid #00469c;
}

.recruit-tit.active .recruit-tit-c {
	background: url("../images/icon18.png") no-repeat right center;
}

/*销售合作*/
.xshz{}
.xshz li{ float:left; width:25%; padding:0 1.5%; margin-bottom:20px; min-height:170px;}
.xshz li h4{ color:#333;}
.xshz li p{ padding-top:25px; line-height:30px; color:#999;}
@media screen and (max-width: 768px) {
.xshz li{ width:50%;}
}
@media screen and (max-width: 767px) {
.xshz li{ width:100%;}
}
/*供应商服务*/
.gysfw{ width:80%; margin:0 auto;}
.gysfw li{ float:left; width:33.333%; padding:0 1.5%; margin-bottom:20px; min-height:170px;}
.gysfw li h4{ color:#333;}
.gysfw li p{ padding-top:25px; line-height:30px; color:#999;}
@media screen and (max-width: 767px) {
.gysfw li{ width:100%;}
}


/*联系我们*/
.contactus{ padding:30px 0;}
.contactus1{ float:left; width:40%; margin-bottom:50px;}
.contactus1 h4{ color:#333; margin-bottom:20px;}
.contactus1a{ background:url(../images/tel.jpg) left 10px no-repeat; line-height:36px; padding-left:20px; font-size:12px;}
.erweima{ width:140px; height:140px; margin-top:15px;}
.contactus2{ float:right; width:60%; margin-bottom:50px;}
@media screen and (max-width: 767px) {
.contactus1,.contactus2{ width:100%;}
}


/*在线留言*/
.feedback{ margin-bottom:50px;}
.feedback h4{ color:#111; text-align:center;}
.message {

	width: 100%;

	text-align: center;

}

.message .mess_form {


	padding: 45px 0;

}

.message .mess_form div {
	padding: 0 10px;
	width:50%;

}

.message .mess_form div input[type="text"] {

	width: 100%;

	margin-bottom: 10px;

	border: #e4e4e4 solid 1px;

	border-radius: 5px;
	height: 50px;
	padding: 0 17px;

}

.message .mess_form div input[type="email"] {

	width: 100%;

	margin-bottom: 10px;

	border: #e4e4e4 solid 1px;

	border-radius: 5px;

	height: 50px;

	float: left;

	padding: 0 17px;

}

.message .mess_form div input[type="tel"] {

	width: 100%;

	margin-bottom: 10px;

	border: #e4e4e4 solid 1px;

	border-radius: 5px;

	height: 50px;

	float: left;

	padding: 0 17px;

}

.message .mess_form div textarea {

	width: 100%;

	margin-bottom: 10px;

	border: #e4e4e4 solid 1px;

	border-radius: 5px;

	height: 170px;

	float: left;

	padding: 10px 17px;

}

.message .mess_form div input[type="submit"] {

	width: 170px;
	text-align: center;

	cursor: pointer;

	line-height: 46px;

	border-radius: 5px;

	float: left;

	padding: 0 17px;

	font-size: 16px;

	color: #fff;
	border:0;


	background: #00469c;

}
/*分页*/
.pageing {
  text-align: center;
  padding: 4% 0px;
}
.pageing a {
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  color: #898989;
  font-size: 12px;
  font-family: arial;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.pageing a:hover {
  background: #0069b3;
  color: #fff;
}
.pageing .active {
  background: #0069b3;
  color: #fff;
}
.news_show .articlebook{ margin-top:50px;}
.news_show .articlebook h2{ line-height:25px; font-size:14px; font-weight:normal;}
.news_show .articlebook h2 a:hover{ color:#00469c; text-decoration:none;}