/*公司列表*/
body{background: #fff;}
* { font: inherit; 
font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,Arial,sans-serif; 
-webkit-box-sizing: border-box;
 box-sizing: border-box; 
 -webkit-font-smoothing: antialiased;
 }

.bott_sec{
	float:left;
	width:80%;
}

.chain_cp ul li{
	width:31%;display: inline-block;
	padding:15px;
	background: #fff;
	margin-right:2%;
	border:1px solid #E5E5E5;
	margin-bottom:20px;
	}
	.chain_cp ul li:nth-child(3n){
		margin-right:0;
	}
.cp_info{text-align: left;}
.cp_info .cp_photo{
	width: 80px;
    height: 80px;
    margin-right: 10px;
    display: block;
    float: left;
    position: relative;
    border:1px solid #f1f1f1;
    border-radius: 60px;
    overflow: hidden;
}
.cp_info .cp_photo img{
	width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cp_info .cp_text{float:left;width:64%;}
.cp_info .cp_text .cp_title{color:#333;font-size:18px;display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;width:100%;}
.cp_info .cp_tag{margin-top:10px;font-weight:bold;min-height:56px;}
.cp_info span{
	display:block;
	color:#666;max-width: 229px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #999;}
.cp_tag span{color:#73bf75;display: inline-block;padding:2px 10px;border-radius: 6px;border:1px solid #73bf75;font-size:12px;font-weight:normal;}
.chain_cp .cp_summary{
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #e1e1e1;
	color:#999;
	font-size:14px;
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cp_more{color:#00A74B;border:1px solid #00A74B;border-radius: 6px;color:#00A74B;padding:2px 8px;}
.bott_right{
		width:20%;
	float:right;
}
.bott_right .online_apply{
	text-align: center;
	padding:20px 0;
	margin-bottom: 20px;
	background: #152032;
}
.bott_right .online_apply p{
	font-size:22px;
	color:#fff;
	
}
.bott_right .online_apply a{
	margin-top:20px;
	background:#2db362;
	color:#fff;
	font-size:14px;
	display: inline-block;
	padding:6px 15px;
}



.hot_cp{

	background: #fff;
	padding:20px;
}


.hot_cp ul li{margin-bottom:15px;}
.hot_cp .hot_list .cp_img{
	width:40px;height:40px;
	border:1px solid #e5e5e5;
	border-radius: 20px;
	overflow: hidden;
	display:inline-block;
	vertical-align: 
	middle;float:left;
	margin-right:5px;
	position: relative;
	}
.hot_cp .hot_list .cp_img img{
		width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	}
.hot_cp .hot_list a.cp_name{line-height: 40px;color:#666;font-size:15px;display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 50%;
    float: left;}
.hot_cp .hot_num{float:right;text-align: center;width:23%;}
.hot_cp .hot_num span{display: block;font-size: 14px;color:#999;}
.hot_cp .hot_num span:first-child{color:#eb604a;}
.hot_cp .title{font-size:20px;color:#333;margin-bottom:20px;}


/*公司详情*/
.cp_info_box{margin-top:20px;margin-bottom:60px;}
.cp_sec{
	background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 6px 0 rgba(93,82,77,.08);
    box-shadow: 0 0 6px 0 rgba(93,82,77,.08);
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
}
.cp_sec .pic{
	width: 100px;
    height: 100px;
    border-radius: 10px;
    background-position-y: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,0,0,.06);
    float: left;
    margin-right: 10px;
    position: relative;
}
.cp_sec .pic img {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cp_sec .cp_small {float:left;}
.cp_sec .cp_small .title{    font-size: 20px;
    color: #383838;
    line-height: 36px;
    font-weight: 600;
    margin-bottom:0;
    }
.cp_sec .cp_small span{
	color: #999;
    font-size: 14px;
    line-height: 22px;
    display: block;

}
.cp_sec .cp_small .link{
	margin-top:10px;
}
.cp_sec .cp_small .link a{margin-right:8px; cursor: pointer;}
.cp_sec  .link a img{width:14px;}
.wx_code_box{position: relative;}
.cp_sec .link a {
    margin-right: 8px;
    cursor: pointer;
}
.cp_sec .link .weburl {
    font-size: 12px;
    color: #999;
}
.cp_sec .link .weburl img {
    margin-right: 5px;
}
.cp_sec .cp_tag {
    margin-top: 10px;
}
.cp_sec .link .wx_qr{
	width: 120px;
    height: 120px;
    background-color: rgba(0,0,0,.7);
    top: 30px;
    z-index: 11;
    padding: 10px;
    display: none;
    -webkit-box-shadow: 0 2px 10px 2px rgba(1,1,1,.4);
    box-shadow: 0 2px 10px 2px rgba(1,1,1,.4);
}
.cp_sec  .link .wx_qr img{width:100%;}
.cp_sec .link .wx_qr .sanjiao{
    bottom: 100%;
    border: 10px solid transparent;
    border-bottom-color: rgba(0,0,0,.7);
        position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.wx_code_box:hover .wx_qr{
	display:block;
}
.cp_sec  .link .wx_qr{
	 position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.wb_code_box:hover .wb_qr{
	display: block;
}
.cp_sec .cp_tag .title{
	font-size: 14px;
    font-weight: 400;
    color: #666;
    padding-left: 10px;
    background-size: auto 14px;
    cursor: default;
    position: relative;
}
.cp_sec .cp_tag .title:before{
	display: inline-block;
	content: "";
	width:4px;
	height:16px;
	background: #00a74b;
	position: absolute;
	left:0;
	top:2px;
}
.cp_sec .cp_tag ul li{
	    float: left;
	    color: rgba(0,167,75,.5);
    margin-right: 10px;
    padding: 0 14px;
    line-height: 26px;
    border-radius: 2px;
    background-color: rgba(0,167,75,.06);
}

.cp_sec.cp_nav{border-radius: 0;}
/*.cp_sec .cp_nav_list{    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}*/
.cp_sec .cp_nav_list li{display:inline-block;padding:0 25px;}
.cp_sec .cp_nav_list li:first-child{padding-left:0;}
.cp_sec .cp_nav_list a{color:#333;font-size:16px;}

.cp_sec .cp_nav_list a:hover{
	color:#00a74b;
}
.cp_sec .title{
    overflow: hidden;
    margin-bottom: 13px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: default;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}
.base_info .summary{
	padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,.06);
}
.base_info .ny_cp_info{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
    justify-content: space-between;
}
.base_info .ny_cp_info span{font-size:12px;color:#666;}

.base_info .table th{
	background: #fdfdfb;
	vertical-align: middle;
    color: #1e1f23;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom:1px;}
.base_info .table tbody td{
	color: #686c78;
    text-align: justify;
    border-color: #e7eaef;
}
.team_info .ld_list{
	height: 148px;
    margin-bottom:20px;
}
.team_info .ld_img{
	float:left;
	width: 128px;
    height: 100%;
    background: #000;
    }
.team_info .ld_info{float:left;width:75%;
height:100%;
    color: #fff;
    padding: 18px 12px;
    background: #CCCC99;}
.team_info .ld_info p{
	font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.team_info .ld_info .ld_name{
	font-size:18px;
	margin-bottom:10px;
}
.cp_sec.cp_news_info{padding:20px;}
.cp_sec.cp_news_info .qy_news li{
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
	padding:10px;
	border:1px solid #f7f8f9;
	border-radius: 4px;
	/*display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.cp_sec.cp_news_info .qy_news .news_title{
	float:left;
	width:70%;
	margin-right:20px;
}
.cp_sec.cp_news_info .qy_news .news_title a{
	font-size:16px;
	color:#666;
	display: block;
	margin-bottom:5px;
}
.cp_sec.cp_news_info .qy_news .news_title .zy{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:14px;
    color:#999;
}
.cp_sec.cp_news_info .qy_news .news_title span{
	font-size:12px;
	color:#fff;
	background: #ff6600;
	padding:3px 4px;
	margin-right:5px;
	border-radius: 8px 0 8px 0;
}
.cp_sec.cp_news_info .qy_news .more{
	float:right;
	margin-top:10px;
	display: inline-block;
	background: #f4f4f4;
	font-size:13px;
	padding:6px 15px;
	border-radius: 4px;
	color:#999;
}
.cp_sec.cp_news_info .qy_news li:nth-child(2n){
	margin-right:0;
}
.cp_sec.cp_news_info .qy_news li a{
	color:#888;
	font-size:15px;
	
}
.cp_sec.cp_news_info .qy_news li a i{
	font-size:12px;
	margin-right:4px;
}
.cp_sec.cp_news_info .qy_news .news_title a:hover{
	color:#ff6600;
}
.cp_sec.cp_news_info .qy_news .more:hover{
	color:#fff;
	background:#ff6600;
}

.cp_pro_info .cp_pro_list{
	margin-bottom: 20px;
    padding: 24px 12px;
    border: 1px solid #e9e5dd;
    border-radius: 4px;
    text-align: center;
}
.cp_pro_info .cp_pro_list h3{
	margin: 12px 0;
    color: #1e1e21;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    text-overflow:ellipsis; white-space:nowrap; overflow:hidden; 
}
.cp_pro_info .cp_pro_list p{
	font-size: 14px;
    line-height: 20px;
    height: 60px;
    text-align: left;
    color: #676b77;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.cp_pro_info .cp_pro_list .cp_img{
	height: 100px;
	overflow: hidden;
}
.cp_sec .link{
	margin-top:6px;
    float:right;
    position:absolute;
    bottom:10px;
    right:20px;
}

.about-banner{background:url(../images/banner.jpg) no-repeat center top/auto 100%,#e9eef5;height:288px;}
 .about-banner .btn-box{
	position: relative;
}
 .about-banner .top-btn{
	margin-top:30px;
}
.about-banner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:10px 40px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	background: #2ea039;
}
.about-banner .banner-text{
	position: absolute;
	left:0;
	top:80px;
	width:43%;
}
.about-banner .banner-text span{
	font-size:16px;
	color:#666;
	display: block;
	line-height: 24px;
	margin-bottom:20px;
}
.about-banner .banner-text h3{
	color:#000;
	font-size:36px;
	margin-bottom:36px;
	letter-spacing: 1px;
	position: relative;
}
.about-banner .banner-text h3:after{
	content:"";
	display: block;
	width:30px;
	height:3px;
	background: #2ea039;
	position: absolute;
	bottom:-15px;
	left:0;
}
.about-banner .banner-text .items span{
	color:#fff;
	font-size:16px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:20px;
	margin-right:10px;
	background: url(../Images/check2.png) no-repeat left center;
}
.ny_banner{text-align: center;height:350px;overflow: hidden;}
.big_title {text-align: center;width:70%;margin:60px auto;}
.big_title h2{color:#333;font-size:30px;margin-bottom:40px;}
.big_title .summary{font-size:16px;line-height: 24px;color:#666;}
@media only screen and (max-width: 768px) {
	.about-banner .banner-text{
		left:4%;
		width:92%;
	}
}
/*新闻列表*/
.news_page{
	margin-bottom:60px;
	margin-top:24px;
}
.news_page .mb-nav{
	
	color:#999;
	margin-bottom:24px;
}
.news_page .mb-nav a,.news_page .mb-nav span{
	font-size:14px;
	color:#999
}

.news_page .news_list li{
	margin-bottom:24px;
	padding-bottom:24px;
	border-bottom:1px solid #e5e5e5;
}
.news_page .news_list .news_box{background:#fff;}
.news_page .news_list .news_title:hover{
	color:#2ea039;
}
.news_page .news_list .img{
	width:200px;
	height:100px;
	overflow: hidden;
	border-radius: 2px;
	float:left;
	margin-right:20px;
	cursor: pointer;
}

.news_page .news_list .img img{
	transition: all 0.3s;
}
.news_page .news_list .news_info_box{
	float:left;
	width:70%;
	position: relative;
}
.fg-line {
    position: absolute;
    height: 90%;
    width: 2px;
    background: #e5ebf0;
    left: 245px;
    top: 37px;
}
.news_page .news_list .news_info_box .dot{
	width:12px;
	height:12px;
	border-radius: 12px;
	border:2px solid #ccc;
	float:left;
	margin-right:15px;
	margin-top:5px;
	background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.news_page .news_list .news_info_box .time{
	float:left;
	width:10%;
	margin-left:25px;
}
.news_page .news_list .news_info_box .time p{
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.news_page .news_list .news_info_box .time span{
	font-size:14px;
	color:#999;
	margin-top:5px;
}
.news_page .news_list .news_info_box .news_info{
	float:left;
	width:85%;
}
.news_page .news_list .news_info_box .news_info .title{
	font-size:16px;
	color:#333;
	font-weight:bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom:20px;
    transition: all 0.3s;
}
.news_page .news_list .news_info_box .news_info p{
	font-size:14px;
	color:#999;
	    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
}
.news_page .slide{
	background: #fff;
	padding:24px;
}

.news_page .slide .code{
	text-align: center;
}
.news_page  .sec_title2 {
    font-size: 18px;
    color: #333;
    display: inline-block;
    font-weight: 600;
    padding-left: 28px;
}
.news_page  .sec_title2.hot{
	background: url(../images/hot.png) left center no-repeat;
}
.news_page  .title-box {
    
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.news_page  .sec_title2.hot_pro{
	background: url(../images/pro.png) left center no-repeat;
}
.news_page .slide .hot-news ul{
	
}
.news_page .slide .hot-news ul li{
	    margin-bottom: 12px;
}
.news_page .slide .hot-news ul li a{
	   position: relative;
    padding-left: 31px;
    margin-top: 21px;
    color: #303030;
    line-height: 21px;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.news_page .slide .hot-news ul li a:before{
	content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(130,138,146,.6);
    border-radius: 2px;
    text-align: center;
}
.news_page .slide .hot-news ul li a:after{
	position: absolute;
    left: -7px;
    top: 1px;
    content: attr(data-index);
    width: 30px;
    height: 16px;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    color: #828a92;
    transform: scale(.6);
}
.news_page .slide .hot-news ul li:nth-child(1) a:before{background: #d4533e;border-color: #d4533e;}
.news_page .slide .hot-news ul li:nth-child(2) a:before{background: #e78d22;border-color: #e78d22;}
.news_page .slide .hot-news ul li:nth-child(3) a:before{background: #2a64da;border-color: #2a64da;}
.news_page .slide .hot-news ul li:nth-child(1) a:after{content:'1';color:#fff;}
.news_page .slide .hot-news ul li:nth-child(2) a:after{content:'2';color:#fff;}
.news_page .slide .hot-news ul li:nth-child(3) a:after{content:'3';color:#fff;}
.news_page .slide .hot-news ul li:nth-child(4) a:after{content:'4';}
.news_page .slide .hot-news ul li:nth-child(5) a:after{content:'5';}
.news_page .slide .hot-news ul li:nth-child(6) a:after{content:'6';}
.news_page .slide .hot-news ul li:nth-child(7) a:after{content:'7';}
.news_page .slide .hot-news ul li:nth-child(8) a:after{content:'8';}
.news_page .slide .hot-news ul li:nth-child(9) a:after{content:'9';}
.news_page .news_list li:hover .news_info .title{
	color:#2ea039;
}
.news_page .news_list li:hover .news_info_box .dot{
	background: #2ea039;
	border-color: #2ea039;
}
.news_page .news_list li:hover .img img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.news_page .slide .hot-news ul li a:hover{
	color:#2ea039;
}
.news_page .news_content{
	padding:14px 15px 60px;
}
.news_page .news_content h1{
	font-size:30px;
	text-align: left;
	line-height: 45px;
	margin-bottom:20px;
	color:#292525;
	margin-top:20px;
	font-weight: 500;
}
.news_page .news_content .ys{ 
	text-align:left;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #f3f3f3;
	}
.news_page .news_content .ys span{
	font-size:14px;
	color:#999;
}
.news_page .news_content .ys span i{
	font-size:14px;
	color:#999;
	margin-right:8px;
}
.news_page .news_content p{
	font-size:16px;
	color:#4c4e4d;
	line-height: 30px;
	margin-bottom:20px;
	text-align: justify;
	padding:0;
}
.news_page .news_content h3{
	border: 1px solid #e6ebf2;
    border-left: 4px solid #1bb56b;
    display: block;
    margin: 40px 0;
    padding: 10px 12px;
    background: #f6f9fd;
}
.news_page .news_content .single_tag{
	margin-top:60px;
}
.news_page .news_content .single_tag a{
	font-size: 12px;
    color: #2ea039;
    background: rgba(46,160,57,0.1);
    padding: 8px 16px;
    border-radius:17px;
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 10px;
}
 .read{padding:60px 0;}
  .read .read_item .tit{font-size:20px;color:#333;margin-bottom:30px;}
 .read .read_item{
	
}
 .read .read_item ul li{
 	display: inline-block;
 	width:23.8%;
 	border-radius: 6px 6px 0 0;
 	overflow: hidden;
 	margin-right:1%;
 	margin-bottom:15px;
 }
 .read .read_item ul li:last-child{
 	margin-right:0;
 }
   .read .read_item ul li .img{
   	height:171px;
   }
  .read .read_item ul li .text{
  	background: #fff;
  	padding:20px;
  }
    .read .read_item ul li .text a{
    	font-size:16px;
    	font-weight:bold;
    	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 45px;
    }
    .read .read_item ul li .text a:hover{
    	color:#2ea039;
    }
.tab-pane{margin-top:0;}
.latest_news .news_img{width: 300px;
    overflow: hidden;
    height: 180px;}
    .latest_news .news_img img{
    	max-width: 100%;
    	transition: all .3s ease;
    	-webkit-transition: all .3s ease;
    }
    .latest_news .news_img:hover img{
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
.latest_news .news_info {width: 74%;padding:20px 24px 0;}
.latest_news .news_info .summary{
	font-size: 14px;
    color: #7d7d7d;
    margin-top: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: justify;
    line-height: 21px;
    margin-bottom:15px;
}
.latest_news .news_info .news_title{
	font-size:20px;
	color:#333;
	line-height: 28px;
	overflow:hidden; 
	display:-webkit-box;
	font-weight:600;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	cursor: pointer;
	margin-bottom:10px;
	}
.latest_news .news_info .news_summary{
	font-size:14px;color:#999;
	margin-top:8px;
	text-overflow:ellipsis;
	overflow: hidden;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;text-align: justify;}
.latest_news .news_time{margin-bottom:24px;}
.latest_news .news_time span{font-size:14px;color:#999;margin:0 8px;}
.latest_news .news_time span:first-child{margin-left:0;}

.latest_news .news_time span img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -3px;
}
.latest_news .news_time a {
    vertical-align: middle;
    color: #999;
}
.latest_news .news_time i {
    font-size: 18px;
    vertical-align: middle;
    color: #3d83e6;
}
.latest_news .news_time span {
    font-size: 12px;
    color: #999;
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
}
.latest_news .news_info .single_tag {
    margin-top: 12px;
}
.latest_news .news_info .single_tag a {
    font-size: 12px;
    color: #2ea039;
    padding: 8px 10px 8px 32px;
    border-radius:17px;
    margin-right: 8px;
    background: #f7f7f7 url(../images/icon_06.png) 10px center no-repeat;
}
.latest_news .news_time span i {
    margin-right: 5px;
    color: #999;
    font-size: 12px;
}
.latest_news .nav-tabs>li.active>a,.latest_news .nav-tabs>li.active>a:focus,.latest_news .nav-tabs>li.active>a:hover{

background:none;
color:#2ea039;
padding:10px 20px;
display:inline-block;
border:none;
}
.latest_news .nav-tabs>li.active>a:after,.latest_news .nav-tabs>li.active>a:focus::after,.latest_news .nav-tabs>li.active>a:hover::after{
	display: block;
}
.latest_news .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    font-size: 18px;
    color: #333;
    border:none;
    background: none;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.latest_news .nav-tabs>li>a:after{
	position: absolute;
	content: '';
	display: none;
	height:2px;
	width:66%;
	background: #2ea039;
	bottom:0;
	left:17%;
}
.latest_news .more{
	text-align: center;
	margin-top:50px;
	margin-bottom:50px;
}
.latest_news .more a{
	background:#00a74b;
color:#fff;
padding:10px 20px;
border-radius: 4px;
text-decoration: none;
}

@media only screen and (max-width: 1300px) {
	.news_page .news_content,.read .read_item{width:auto}
}

@media only screen and (max-width: 680px) {
	.read .read_item ul li{width:47%}
	.latest_news .news_info,.latest_news .news_img{width:100%;}
}

.pagelist{text-align: center;margin-bottom:60px;}
.pagelist a{font-size:14px;color:#999;border:1px solid #e5e5e5;display: inline-block;padding: 8px 14px;margin-right:6px;border-radius: 4px;}
.pagelist a:last-child{margin-right:0;}
.pagelist a:hover,.pagelist a.current{color:#fff;border:1px solid #2ea039;background:#2ea039;}

.news_page .pro{
	background: #fff;
    padding: 24px;
    margin-top:15px;
}
.news_page .pro li a{
	display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 10px 0;
    border-bottom:1px solid #f3f3f3;
}
.news_page .pro li:hover a{
	color:#2ea039;
}
.news_page .pro li a i{
	width: 22px;
    height: 30px;
    
    background: url(../images/pro_icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.news_page .pro li a i.icon1{
	background-position: 0 0;
}
.news_page .pro li a i.icon2{
	background-position: 0 -30px;
}
.news_page .pro li a i.icon3{
	background-position: 0 -60px;
}
.news_page .pro li a i.icon4{
	background-position: 0 -90px;
}
.news_page .pro li a i.icon5{
	background-position: 0 -120px;
}
.news_bac{
	background:#fff;
}
i.home{width:18px;height:18px;background: url(../images/home.png) no-repeat;display: inline-block;position: relative;top:4px;}

.news_page .pro li a:hover i{
	background-position-x:-23px;
}
.news_page .mb-nav a:hover{
	color:#2ea039;
}
i.home:hover{background: url(../images/home_y.png);}

/*媒体查询*/
@media only screen and (min-width: 1400px) {
}
@media only screen and (max-width: 1440px) {
	.hygc .hy_news li{
		width:23.6%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.cp_info .cp_photo{
		width:60px;
		height:60px;
	}
	.cp_info .cp_text{
		margin-top:0;
	}
	.cp_info .cp_tag{
		margin-top:10px;
	}
	.cp_tag span{
		padding:2px 6px;
	}
	.hot_cp{
		padding:10px;
	}
	.hot_cp .hot_num{
		width:28%;
	}
	.hot_cp .hot_list a.cp_name{
		width:43%;
	}
	.hygc .hy_news li{
		width:23.4%;
	}
}
@media only screen and (max-width: 991px) {
	.chain .chain_list.chain1{
		width:100%;
	}
	.chain .chain_list.chain2{
		width:100%;
        margin:0 0 15px;
	}
	.chain .chain_list.chain3{
		width:100%;
	}
	.bott_right{
		display:none;
	}
	.bott_sec{
		width:100%;
	}
	.cp_info .cp_photo{
		width:50px;
		height:50px;
	}
	.cp_info .cp_text{
		margin-top:0;
	}
	.cp_info .cp_text .cp_title{
		font-size:16px;
		font-weight:bold;
	}
	.cp_info .cp_tag {
    margin-top: 6px;
}
.cp_tag span{
	padding:2px 6px;
}
.chain .chain_list h3 i{
	display:none;
}
.chain .chain_list{
	margin-bottom:15px;
}
.hygc .hy_news li {
    width: 48%;
    margin-bottom:20px;
}
.hygc .hy_news li:nth-child(2n){
	margin-right:0;
}
.news_page .news_list .news_info_box{
	width:66%;
}
.news_page .news_list .news_info_box .news_info{
	width:80%;
}
.news_page .slide{
	margin-top:20px;
}
}
@media only screen and (max-width: 768px) {
	.chain_cp ul li{
		width:48%;
	}
	.chain_cp ul li:nth-child(3n){
		margin-right:2%;
	}
	.chain_cp ul li:nth-child(2n){
		margin-right:0;
	}
	.cp_report .re_list .author_box{
		width:17%;
	}
	.cp_report .re_list .news_info .news_box{
		width:82%;
	}
	.hygc .hy_news li{
		width:100%;
		margin-right: 0;
	}
	.tj-comp table tbody .tag span{
		margin-bottom:6px;
	}
	.tj-comp table thead th{
		line-height: 30px;
		font-size:12px;
	}
	.tj-comp table tbody td,.tj-comp table .com_name .info p{
		font-size:12px;
	}
	.tj-comp table .com_name .info h3{
		font-size:14px;
	}
	.news_page .news_list .news_info_box{
		width:44%;
	}
	.news_page .news_list .news_info_box .time{
		width:24%;
	}
	.news_page .news_list .news_info_box .time p{
		font-size:14px;
	}
	.news_page .news_list .news_info_box .time span{
		font-size:12px;
	}
	.news_page .news_list .news_info_box .news_info {
    width: 90%;
    margin-left: 10%;
}
}
@media only screen and (max-width:520px ) {
	.chain_cp ul li{
		width:100%;
	}
	.chain_cp ul li:nth-child(3n){
		margin-right:0;
	}
	.chain_cp ul li:nth-child(2n){
		margin-right:0;
	}
	.cp_report .re_list .author_box span{
		font-size:12px;
		display:inline-block
	}
	.cp_report .re_list .author_box{
		width:100%;
	}
	.cp_report .re_list .news_info .news_box{
		width:75%;
	}
	.re_list .news_info .news_box .news_tag a{
		font-size:12px;
		padding:2px;
		margin-right:3px;
	}
	.cp_report .re_list .news_info .img_box{
		margin-right:10px;
	}
	.cp_report .nav-tabs>li>a{
		padding:10px 6px;
	}
	.chain .chain_list h3 i{
		display: none;
	}
	.chain .chain_list.chain1 .chainsub, .chain .chain_list.chain2 .chainsub{
		margin-top:30px;
	}
	.chain .chain_list .chainsub li a{
		font-size:13px;
	}
	.chain .chain_list.chain2 .chainsub.sub1{
		width:100%;
	}
	.chain .chain_list.chain2 .chainsub.sub2{
		width:100%;
	}
	.cp_report .re_list .news_info{
		width:100%;
	}
	.chain .chain_list.chain2 {
    height: auto;
}
.news_page .news_list .news_info_box .dot{
	left:-15px;
}
.fg-line{
	left:10px;
	height:94.5%;
}
.news_page .news_list .img{
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
.news_page .news_list .news_info_box{
	width:100%;
}
.news_page .news_list .news_info_box .time{
	margin-left:0;
	width:15%;
}
.news_page .news_list .news_info_box .news_info{
	margin-left:2%;
	width:70%;
}
.news_page .slide{
	padding:0;
	margin-top:0;
}
.read .read_item ul li .img {
	height:96px;
}
.read .read_item ul li .text{
	padding:10px;
}
.news_page{
	margin-bottom:0;
}
.latest_news .news_info{
	padding:20px 0 0;
}
.about-banner .banner-text{
	top:50px;
}
.about-banner .banner-text span p{
	padding:0;
}
}

/*表格样式*/

table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size:16px;
    color:#333333;
    border-width:1px;
    border-color:#e6ebf2;
    border-collapse: collapse;
    margin:0 auto;
    width: 100%;
}
table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e6ebf2;
    background-color: #fff;
    text-align: center;
    
}
table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e6ebf2;
    background-color: #ffffff;
    text-align: center;
}
.news_page .news_bac .news_content a{
	color: #41A84B;
}
.news_page .news_bac .news_content a:hover{
	text-decoration: underline !important;	
}
























img.aligncenter{
	display: block;
    margin: 0 auto;
}
.cat_thumbnail{
	height:100%;
}