em {
    font-style: normal;
}
.h_news_l .list_top{ overflow: hidden; margin-right: -20px;}
.h_news_l .list_top li{ font-size: 14px; line-height: 24px; text-align: center; position: relative;}
.h_news_l .list_top li .pic_box{ display: block; width: 100%; overflow: hidden;}
.h_news_l .list_top li img{ max-width:100%; max-height: 140px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.h_news_l .list_top li em{ display: block; width: 49px; height: 37px; position: absolute; top: 0; left: 0; z-index: 999;}
.union_col .choice_ico{ background-image: url(../images/choice_ico.png);display: block; width: 49px; height: 37px; position: absolute; top: 0; left: 0; z-index: 999;}
.union_col{ overflow:hidden;}
.union_col li{ width:320px; float:left; position:relative; }
.union_col li img{ width:320px; height:174px;}
.union_col li{padding:0 20px 20px 0;}
.union_col li:nth-child(3n){padding:0;}
.union_col li strong{ width:320px; text-align:center; display:inline-block;}
.union_col li .pic_box{ display: block; width: 320px; height: 174px; overflow: hidden;}
.union_col li a img{ transition: all .3s}
.union_col li a:hover img{ -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.union_col li a:hover{ color: #1178bd;}
.h_news_l .list_top li a:hover{ color: #1178bd;}
.h_news_l .list_top li a:hover img{ -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.h_news_l .article_list{ overflow: hidden; float: left;}
.h_news_l .article_list_l{ padding-right: 20px; border-right: 1px solid #e6e6e6;}
.h_news_l .article_list_r{ padding-left: 20px;}
.h_news_l .article_list li{ border-bottom: 1px dotted #d0d0d0; padding-left: 18px; position: relative;}
.h_news_l .article_list li .list_ico{ display: block; position: absolute; left: 0; font-size: 30px; color: #ff6600;}
.h_news_l .article_list li a{ line-height: 36px; font-size: 13px;}
.h_news_l .article_list li a:hover{ color: #1178bd;}
.tab-block {
	/* height: 580px; */
	/* margin: 50px auto 0; */
	background-color: #FFF;
	border: 1px solid #e5e5e5
}
.tab-block.information-tab {
	height: 460px
}
.tab-block.information-tab .tabs {
	height: 440px
}
.tab-block .tab-buttons {
	width: 100%;
	height: 50px;
	background-color: #19a3d3
}
.tab-block .tab-buttons .tab-button {
	height: 50px;
	text-align: center;
    font-size: 15px;
    font-weight:bold;
	color: #19a3d3;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	background-color: #eee;
}
.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #ff6600;
}
.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1183ff;
}
.tab-block .tabs {
	width: 100%;
	height: 528px
}
.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	padding: 20px 20px 0 20px;
	display: none;
	clear: both;
}
.tab-block .tabs .tab-item.active {
	display: block
}


.information-tab .information-right .article-list {
	padding-top: 20px
}
.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px
}
.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle
}
.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px
}
.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 14px;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}
.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	width: 450px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none
}
.information-tab .information-right .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.information-tab .information-right .article-list:nth-of-type(1) .article-number, .information-tab .information-right .article-list:nth-of-type(2) .article-number, .information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: #333
}
.information-tab .information-right .article-list.current .article-link {
	background-color: #fafafc;
	padding: 20px
}
.information-tab .information-right .article-list.current .article-number {
	background-color: #0c9!important
}
.information-tab .information-right .article-list.current .article-title {
	color: #0c9
}
.information-tab .information-right .article-list.current .article-content {
	display: block
}
.question-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/question-icon.png) center no-repeat;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}




.box_right{ width: 100%;}
.box_right .tabs{ overflow: hidden; width: 298px;}
.box_right .tabs li{ float: left; width: 33.3%;}
.box_right .tabs li a{ display: inline-block; width: 100%; text-align: center; padding-bottom:3px; line-height: 43px; border-bottom: 1px solid #999; font-size: 14px; font-weight: 700;}
.box_right .tabs li a:hover,.box_right .tabs li .on{ border-bottom: 3px solid #1178bd;  padding-bottom: 2px; color: #1178bd;}
.box_right .slide_content{ width: 298px; overflow: hidden;}
.box_right .tabslider{ width: 894px; overflow: hidden;}
.box_right .tabslider .top_id{ float: left; overflow: hidden;}
.box_right .tabslider .top_id li{ width: 298px; overflow: hidden; padding: 16px 0 16px; border-bottom: 1px solid #e3e3e3;}
.box_right .tabslider .top_id li .pic_box{ float: left; display: block; width: 99px; height: 96px; margin-right: 16px; overflow: hidden;}
.box_right .tabslider .top_id li img{ width: 99px; height: 96px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.box_right .tabslider .top_id li h2{ font-size: 14px; line-height: 29px;}
.box_right .tabslider .top_id li p{ line-height: 25px; color: #555;}
.box_right .tabslider .top_id li a:hover h2,.box_right .tabslider .top_id li a:hover p{ color: #1178bd;}
.box_right .tabslider .top_id li a:hover img{ -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.mc{ padding: 17px 0 0 3px; float: left; width: 100%;/* height: 370px;*/ overflow: hidden;}
.mc li{ position: relative;}
.mc li a{ display: block; line-height: 30px; position: relative; text-indent: 25px;}
.mc li em{ display: block; text-indent: 0; width: 15px; height: 15px; border-radius: 4px; line-height: 15px; text-align: center; color: #fff; position: absolute; left: 0; top: 8px; }
.mc .mc_1 em{ background-color: #b72025;}
.mc .mc_2 em{ background-color: #ff8a00;}
.mc .mc_3 em{ background-color: #f3b40b;}
.mc li .ren{ display: block; text-indent: 0; padding-left: 20px; width: 75px; background: url(../images/ren.jpg) no-repeat left center; position: absolute; right: 0; bottom: 4px;}
.mc .on{ overflow: hidden;}
.mc .top_id01{ height: 61px; display: none;}
.mc .top_id01 .pic_box{ width: 109px; height: 61px; overflow: hidden; padding-right: 20px; float: left;}
.mc .top_id01 .pic_box img{ width: 109px; height: 61px; display:block; }
.mc .top_id01 h2{ line-height: 24px; font-size: 12px; text-indent: 0;}
.mc .top_id01 p{ line-height: 24px; text-indent: 0;}
.mc .on .top_id01{ display: block;}
.mc .on .ren{ display: none;}



/* 右侧选项卡 */
.cf:after{content:"";clear:both;display:block;height:0;overflow:hidden}
.cf{zoom:1}
.pb10{padding-bottom:10px}
.mt10{margin-top:10px}

.title{height:35px;border-bottom: 3px solid #e7e7e7;padding-bottom:10px;}
.title h2{ font-size: 20px;font-family: "microsoft yahei";}
.title-list{ position: relative; top: 6px;}
.title-list li{ line-height: 20px; text-align: center; float: left; display: inline; width:50%; padding-left:0; padding-right:0;}
.title-list li.on a{ color: #ff6600; font-weight: bold;}
.title-list p{position:absolute;top:24px;left:0px;width:50%;height:8px;border-top: 3px solid #ff6600; overflow: hidden; text-align: center;}
.title-list b{display:inline-block;width:0;height:0;margin-top:-3px;border-style:solid dashed dashed dashed;border-width:9px;border-color: #ff6600 #fff #fff #fff;overflow: hidden;zoom: 1;font-size: 0;}

.product{ height: 420px; position: relative; overflow: hidden; display: none;}
.product ul{ position: absolute; left: 0px;}
.product-wrap .show1{ display: block;}
.product-wrap .product li{margin-left: 13px;background: #f3f3f3;border: 2px solid #fafafa; transition:0.4s;-webkit-transition:0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;-ms-transition: 0.4s;}
.product-wrap .product li.ml0{margin-left:0px;}
.product-wrap .product li a.imgwrap{ display: block; width: 226px; height: 200px; background: #fff; text-align:center;}
.product-wrap .product li p{padding-left: 15px;color: #666666;line-height: 22px;}
.product-wrap .product li p a{ color: #666666; text-decoration: none;}
.product-wrap .product li p a:hover{ color: #ff6600; text-decoration: none;}

@media(max-width:767px){
.tab-block.information-tab{
	height:780px;
}
}