﻿@charset "utf-8";

.bgr-f7f7f7{
	background: #F7F7F7;
}

.ab_sphvbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top:0;
	z-index: 999;
	display: none;
}
.ab_spcom{
	width: 100%;
	display: table;
	height: 100%;
}
.ab_spcom .sp_nr{
	width: 100%;
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.close_sp{
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../img/close_sp.png) no-repeat;
	z-index: 9999;
}

/*banner*/

.block_home_slider {
	padding: 0px;
	position: relative;
	background-color: #ffffff;
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	max-width: 1920px;
	margin: auto;
}

.block_home_slider .slide {
	position: relative;
}

.block_home_slider .flex-direction-nav a {
	width: 50px;
	height: 50px;
	margin-top: -27px;
	display: block;
	position: absolute;
	top: 50%;
	text-indent: -9000px;
	background-position: center;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	background: url(../img/ban_pre.png) no-repeat center;
	background-color: rgba(255,255,255,0.2  );
	border-radius: 50%;
}

.block_home_slider .flex-direction-nav {
	opacity: 0;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.block_home_slider:hover .flex-direction-nav {
	opacity: 1;
}

.block_home_slider .flex-direction-nav a:hover {
	background-color: #00a350;
	/*background-image: url(../img/ban_pres.png);*/
}

.block_home_slider .flex-direction-nav a.flex-prev {
	left: 80px;
}


.block_home_slider .flex-direction-nav a.flex-next {
	background-image: url(../img/ban_next.png);
	right: 80px;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	background-color: #00a350;
	/*background-image: url(../img/ban_nexts.png);*/
}

.block_home_slider .flex-control-paging {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	display: flex;
	width: 100%;
	text-align: center;
	flex-direction: row;
	justify-content: center;
}

.block_home_slider .flex-control-paging li {
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
	display: inline-block;
}

.block_home_slider .flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: transparent;
	border-radius: 50%;
	margin-right: 20px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	z-index: 9;
	border: 2px solid #fff;
}

.block_home_slider .flex-control-paging li a.flex-active {
	background: #fff;
	opacity: 1;
}

.block_home_post_feature {
	width: 300px;
}

.block_home_post_feature p {
	padding-bottom: 0px;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}

.flexslider .slides {
	text-align: center;
}

.flexslider .slides .slide > img {
	max-width: 100%;
	display: inline-block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}




/*banner end*/
.ind_tt {
	text-align: center;
}
.ind_tt h3{
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.ind_tt h3 span{
	font-size: 26px;
	color: #333;
}
/*业务范围*/
 
.fw_qh .fw_hd{
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.fw_qh .fw_hd ul {
	text-align: center;
	font-size: 0;
}
.fw_qh .fw_hd ul li{
	display: inline-block;
	padding: 0 15px;
	background-image: url(../img/fw_nav-ico.jpg); 
	background-repeat: no-repeat;
	background-position: center left;
}
.fw_qh .fw_hd ul li:first-child{
	background-image: none;
}
.fw_qh .fw_hd ul li span{
	display: inline-block;
	font-size: 16px;
	color: #666;
	padding: 8px 15px;
	border-radius: 40px;
}


.fw_qh .fw_hd ul li.on span{
	color: #fff;
	background: #00a350;
}

.fw_qh .fw_bd ul {
	width: 110%;
}

.fw_qh .fw_bd ul li {
	float: left;
	margin-right: 42px;
	width: 372px;
	height: 471px;
	border: 1px solid #e4e4e4;
}

.fw_qh .fw_bd ul li a {
	display: block;
}

.fw_qh .fw_bd ul li .img {
	width: 370px;
	height: 210px;
	overflow: hidden;
	background: #fff;
}

.fw_qh .fw_bd ul li .text {
	width: 100%;
	padding: 35px 25px 0;
}
.fw_qh .fw_bd ul li .text .bt{
	font-size: 18px;
	color: #00a350;
}
.fw_qh .fw_bd ul li .text .ms{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding: 25px 0 28px;
}
.fw_qh .fw_bd ul li .text .more{
	display: block;
	width: 39px;
	height: 17px;
	margin: auto;
	background-image: url(../img/ind_fw_more-ico.png);
	background-repeat: no-repeat;
	background-position: center;
}

/*关于*/

.bgr-f0f2f1{
	background: #f0f2f1;
}

.ind_gy{
	position: relative;
	padding: 80px 0;
}
.ind_gy .left{
	float: right;
	background: #fff;
	width: 680px;
	height: 470px;
	padding: 60px 40px 50px 120px;
}
.ind_gy .left .ind_tt{
	text-align: left;
}
.ind_gy .ms{
	padding: 50px 0 45px;
	font-size: 15px;
	color: #333;
	line-height: 30px;
}
.ind_gy .more{
	text-align: right;
}
.ind_gy .more a{
	color: #fff;
	padding: 10px 20px;
	padding-right: 55px;
	border-radius: 40px;
	font-size: 12px;	
	font-weight: bold;
	background: #00a350;
	position: relative;
}
.ind_gy .more a:after,
.ind_gy .more a:before
{
	position: absolute;
	content: "";
	right: 20px;
	top: 0;
	width: 25px;
	height: 100%;
	background: url(../img/ind_gy_more.png) no-repeat center;
}
.ind_gy .more a:before{
	right: 40px;
	opacity: 0;
}
.ind_gy .more a:hover:after{
	right: 0px;
	opacity: 0;
}
.ind_gy .more a:hover:before{
	right: 20px;
	opacity: 1;
}


.ind_gy .gy_img{
	position: absolute;
	left: 0;
	top: 115px;
	z-index: 2;
}

 /*发展历程*/
.ind_lc{
	width: 100%;
}


/*企业文化*/
.ind_wh .wh_tt h3{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.ind_wh .wh_tt{
	width: 100%;
	padding-bottom: 30px;
	position: relative;
	background: url(../img/ind_wh-tt.jpg) no-repeat center bottom;
	
}
.ind_wh .wh_tt:after{
	width: 100%;
	position: absolute;
	content: "";
	background: #cccccc;
	left: 0;
	bottom: 1px;
	height: 1px;
	z-index: -1;
}
.ind_wh .wh_tt h3 span{
	font-size: 26px;
	color: #333333;
	font-weight: 500;
	
}


.qywh_nav{
	
}
.qywh_nav li{
	float: left;
	width: 300px;
	height: 610px;
	position: relative;
}
.qywh_nav li .text{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 300px;
	background: #f0f2f1;
	padding: 20px;
	text-align: center;
	height: 220px;
}
.qywh_nav li:hover .text{
	height: 290px;
}

.qywh_nav li .text .bt{
	font-size: 20px;
	color: #333;
	position: relative;
	padding: 15px 0 10px;
}
.qywh_nav li .text .num{
	display: inline-block;
	padding: 0 25px;
	position: relative;
	line-height: 1;
	margin-top: 25px;
}
.qywh_nav li .text .num span{
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	background: #f0f2f1;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
.qywh_nav li .text .num:after{
	content:"";
	background: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	
}
.qywh_nav li *{
	transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
}
.qywh_nav li .text .ms{
	color: #fff;
	font-size: 0;
	padding: 13px 0 20px;

}
.qywh_nav li:hover .text{
	background: url(../img/ind_wh_li-bg.jpg) no-repeat center;
}
.qywh_nav li:hover .text .num span{
	background: url(../img/ind_wh_li-bg.jpg) no-repeat center;
	color: #fff;
	
}
.qywh_nav li:hover .text .num{
	margin-top: 0;
}
.qywh_nav li:hover .text .ms{
	font-size: 15px;
	padding: 20px 0;
}
.qywh_nav li:hover .text .ms,
.qywh_nav li:hover .text .bt,
.qywh_nav li:hover .text .num{
	color: #fff;	
}
.qywh_nav li:hover .text .bt:after{
	background: #fff;
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	bottom: 0px;
	left: 42%;
}
.qywh_nav li:hover .show{
	display: none;
}
.qywh_nav li:hover .hide{
	display: block;
}

.qywh_nav li .img-btm{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 390px;
}
.qywh_nav li:nth-child(2n+2) .img-btm{
	bottom: auto;
	top: 0;
}
.qywh_nav li:nth-child(2n+2) .text{
	top: auto;
	bottom: 0;
}

.qywh_nav li:hover .img-btm{
	height: 320px;
}

.qywh_nav li .img{
	width: 100%;
	height: 100%;
	position: relative;
}
.qywh_nav li .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.qywh_nav li .img .img-text{
	padding: 30px 25px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qywh_nav li .img .img-text .cn{
	font-size: 20px;
	color: #fff;
}
.qywh_nav li .img .img-text .en{
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.5;
}
.qywh_nav li .img .img-text .ms{
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 20px;
}


/*新闻*/
.ind_news .news_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0 33px;
	border-bottom: 1px solid #dddddd;
}
.ind_news .news_top .news_tt .en{
	font-weight: bold;
	color: #00a350;
	font-size: 20px;
	text-transform: uppercase;
}
.ind_news .news_top .news_tt p{
	font-size: 22px;
	color: #333;
}
.ind_news .news_top .more{
	display: inline-block;
	border: 1px solid #00a350;
	padding: 12px 35px;
	font-size: 15px;
	color: #00a350;
}
 
.ind_news .news_top .more{
	display: inline-block;
	font-size: 15px;
	color: #00a350;
	border-radius: 40px;
	border: 1px solid #00a350;
	padding: 10px 35px;
	padding-right: 75px;
	position: relative;
	overflow: hidden;
}
.ind_news .news_top .more:after,
.ind_news .news_top .more:before{
	position: absolute;
	content: "";
	width: 27px;
	height: 100%;
	right: 37px;
	bottom: 0;
	background: url(../img/jt-ico.png) no-repeat center;
}
.ind_news .news_top .more:before{
	background-image: url(../img/jt-icos.png);
	opacity: 0;
	right: 50px;
}
.ind_news .news_top .more:hover{
	background: #00a350;
	color: #fff;
}
.ind_news .news_top .more:hover:after{
	right: 15px;
	opacity: 0;
}
.ind_news .news_top .more:hover:before{
	right: 37px;
	opacity: 1;
}

.news_list {
	padding: 40px 0 40px;
}
.news_list li{
	width: 33.3333%;
	float: left;
}
.news_list li:first-child .padd{
	border-left-color: #CCCCCC;
}
.news_list li .padd{
	width: 100%;
	/*height: 520px;*/
	background: #fff;
	box-sizing: border-box;
	padding: 40px 40px 30px;
	border: 1px solid #CCCCCC;
	border-left-color: transparent;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.news_list li .n_tm{
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 16px;
}
.news_list li .n_tm strong{
	font-weight: bold;
	font-size: 30px;
}
.news_list li .h3{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.news_list li .h3 a{
	color: #333;
	font-size: 18px;
}
.news_list li .n_dcm{
	position: relative;
	padding-top: 30px;
	border-top: 1px solid #DBDBDB;
}
.news_list li .img{
	width: 100%;
	height: 225px;
	overflow: hidden;
	position: relative;
}
.news_list li .img img{
	width: 100%;
	height: 100%;
}
 
.news_list li:hover .padd{
	border-color: #00a350;
	border: 1px solid #00a350;
}
.news_list li:hover .h3{
	color: #00a350;
}


.news_list li:hover .img img {
    transform: scale(1.2, 1.2);
}

/*合作伙伴*/
.al-silder{
	padding: 40px 0;
	position: relative;
}
.al-silder .bd ul li{
	float: left;
	margin-right: 12px;
	width: 190px;
	height: 80px;
}


.al-silder .hd .prev,
.al-silder .hd .next{
	background: url(../img/al_pre.png) no-repeat center;
	width: 12px;
	height: 20px;
	position: absolute;
	top: 46%;
	z-index: 9;
	cursor: pointer;
}
.al-silder .hd .prev{
	left: -30px;
}

.al-silder .hd .next{
	background-image: url(../img/al_next.png);
	right: -30px;
}
