/*
 *S 首页 
 * */

/*S 导航*/
.nav_out{
	background-color: #fff;
	position: relative;
	z-index: 20;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s;
	box-shadow: 0 0px 15px #999;
}

.nav_box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	
}
.logo_box{
	margin-top: 27px;
}
.nav_main ul li{
	float: left;
	width: 95px;
	font-size: 16px;
	margin: 0 10px;
}
.nav_main ul li a.show{
	text-align: center;
	display: block;
	line-height: 96px;
}
.nav_main ul li:hover{
	background-color: #f7fcf6;
	border-bottom: 4px solid #5dbf48;
}
.nav_main ul li:hover .nav_block{
	display: block;
}
.nav_main ul li.active{
	background-color: #f7fcf6 ;
	border-bottom: 4px solid #5dbf48;
}
.nav_block{
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 40px 40px 30px 40px;
	z-index: 10;
}
.nav_block:after{
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	z-index: 10;
	box-shadow: 0 0px 15px #999;
}
.nav_block_nav{
	width: 103px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav_block_nav.active{
	color: #5DBF48;
}
.nav_block_nav:hover{
	color: #5dbf48;
}
.nav_block_img{
	width: 530px;
	height: 300px;
	overflow: hidden;
}
.nav_block_img img{
	width: 100%;
}
.nav_block_right{
	width: 464px;
	margin-left: 20px;
}
.nav_block_text h4{
	font-size:24px;
	text-align: center;
	margin-top: 20px;
}
.nav_block_text p{
	text-indent: 2em;
	line-height: 2em;
	height: 14em;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	
}
.nav_block_text_btn{
	text-align: right;
	color: #5dbf48;
	font-size: 14px;
	margin-top: 6px;
}
.nav_block_text_btn:hover{
	text-decoration: underline;
}
.nav_block_info{
	margin-top: 60px;
	line-height: 2em;
}
.nav_block_btn{
	margin-top: 60px;
	width: 138px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #5dbf48;
	color: #fff;
}
.nav_block_btn:hover{
	background-color: #418832;
}
.nav_block_btn a{
	display: block;
}
.nav_product_img{
	width: 498px;
	height: 300px;
	background-color: #e4ecf5;
}
.nav_product_img img{
	margin: 0 auto;
}
.nav_product_text{
	bottom:20px;
	text-align: center;
	width: 100%;
	left: 0;
}
.nav_product_img .nav_product_icon{
	margin-top: 20px;
	height: 217px;
}
/*E 导航*/


/*S banner*/
.swiper-container-index .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}

.swiper-container-index .swiper-button-next{
	right: -50px;
	transition: all 0.6s;
	opacity: 0;
	background-color: rgba(0,0,0,0.3);
	width: 40px;
	height: 40px;
	background-size: 14px auto;
	border-radius: 50%;
}
.swiper-container-index .swiper-button-prev{
	left: -50px;
	transition: all 0.6s;
	opacity: 0;
	background-color: rgba(0,0,0,0.3);
	width: 40px;
	height: 40px;
	background-size: 14px auto;
	border-radius: 50%;
}
.swiper-container-index:hover .swiper-button-next{
	right: 10px;
	opacity: 1;
}
.swiper-container-index:hover .swiper-button-prev{
	left: 10px;
	opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination{
	bottom: 10px;
}
.swiper-container-index .swiper-pagination-bullet-active{
	background-color:#5dbf48 ;
}
.swiper-wrapper-index .swiper-slide{
	background: no-repeat top center;
}
.swiper-wrapper-index .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-wrapper-index .swiper-slide img{
	width: 100%;
}
.banner_main{
	position: absolute;
	width: 1000px;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 11;
	overflow: hidden;
}
.banner_main ul{
	width: 105%;
}
.banner_main ul li{
	float: left;
	width: 190px;
	height: 80px;
	overflow: hidden;
	background-color: rgba(92,190,71,0.8);
	margin-right: 12px;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: 60px;
	transition: all 0.3s;
}
.banner_main ul li h4{
	font-weight: bold;
	color: #fff;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
}
.banner_main ul li p{
	transition: all 0.3s;
	display: none;
	padding: 0 17px;
	height: 60px;
	font-size: 12px;
	color: #4c4c4c;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.banner_main ul li.active{
	height: 140px;
	background-color: #fff;
	margin-top:0;
}
.banner_main ul li.active h4{
	color: #5dbf48;
}
.banner_main ul li.active p{
	display: block;
}


/*E banner*/

/*S 公共部分*/
.block_out{
	overflow: hidden;
}
.block_main{
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}
.block_title{
	margin-top: 80px;
	text-align: center;
}
.block_title h3{
	font-size: 36px;
	color: #5dbf48;
}
.title_small{
	margin-top: 16px;
	font-size: 12px;
	color: #666666;
}
.title_small p{
	display: inline-block;
	position: relative;
}
.title_small p:before,.title_small p:after{
	content: "";
	position: absolute;
	top: 50%;
	width: 80px;
	height: 1px;
	background-color: #999999;
}
.title_small p:before{
	left: -100px;
}
.title_small p:after{
	right: -100px;
}
/*E 公共部分*/

/*S 企业介绍*/
.introduce_out{
	padding-bottom: 130px;
}
.introduce_video{
	width: 580px;
}
.introduce_text{
	width: 586px;
	font-size: 16px;
	color: #666666;
	line-height: 1.8em;
	text-indent: 2em;
}
.introduce_text_box p{
	margin-top: 20px;
}
/*E 企业介绍*/

/*S 公司荣誉*/
.honour_box{
	width: 1200px;
	margin:0 auto;
	margin-top: 50px;
	padding-bottom: 50px;
}
.honour_box ul{
	width: 105%;
}
.honour_box ul li{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-top: 30px;
}
.honour_box ul li:nth-child(3n){
	margin-right: 0px;
}
.honour_img{
	padding: 20px;
	overflow: hidden;
	box-shadow: 0 0 10px #ccc;
}
/*E 公司荣誉*/

/*S 业务领域*/
/*S banner*/
.business_banner{
	height: 400px;
	background: url(../images/business_banner.jpg) no-repeat top center;
}
/*E banner*/
.business_box{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #fff;
	padding: 110px;
	padding-bottom: 60px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.business_img{
	margin-top: 10px;
	overflow: hidden;
	width: 105%;
}
.business_img li{
	width:300px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
.business_img li img{
	width: 100%;
}
.business_case_img img{
	margin: 0 auto;
	margin-top: 20px;
	max-width: 100%;
}
/*S 业务领域*/

/*S 产品与技术*/
.product_table_name{
	width: 1em;
	margin: 0 auto;
}
.product_table{
	width: 100%;
	margin-top: 30px;
	border-left:1px solid #ddd ;
	border-top:1px solid #ddd ;
}
.product_table tr th{
	width: 65px;
	background-color: #ecf8ea;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.product_table tr td{
	height: 40px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 10px;
}
.equipment_box{
	width: 115%;
}
.equipment_box li{
	float: left;
	width: 445px;
	margin-right: 82px;
	margin-top: 20px;
}
.equipment_box li img{
	width: 100%;
}
/*E 产品与技术*/

/*E 产品中心*/
.product_out{
	background-color: #f2f2f2;
}
.product_main{
	margin-top: 80px;
}
.product_main_left{
	width: 50%;
	overflow: hidden;
}
.product_main_block{
	overflow: hidden;
}
.operational_img{
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size:auto 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.operational_img1{
	background-image: url(../images/product_img1.jpg);
}
.operational_img2{
	background-image: url(../images/product_img2.jpg);
}
.operational_img3{
	background-image: url(../images/product_img3.jpg);
}
.product_info_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.product_info_main{
	color: #fff;
	width: 520px;
	margin-top: 170px;
	margin-left: 108px;
}
.product_info_main h4{
	font-size: 36px;
	font-weight: bold;
}
.product_title_line{
	margin-top: 8px;
	width: 90px;
	height: 4px;
	background-color: #fff;
}
.product_info_text{
	margin-top: 45px;
	width: 520px;
	line-height: 1.8em;
	transition: all 0.3s;
	opacity: 0;
	margin-left: 30px;
}
.product_icon{
	width: 32px;
	height: 32px;
	opacity: 0;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	font-family: arial;
	margin-top: 80px;
	transition: all 0.3s;
}

.product_main_block:hover .product_info_box{
	background-color: rgba(0,0,0,0.5);
}
.product_main_block:hover .product_info_text{
	opacity: 1;
	margin-left:0;
}
.product_main_block:hover .product_icon{
	opacity: 1;
	margin-top:50px;
}
.product_main_right .product_info_main{
	margin-left: 70px;
	margin-top: 80px;
}
.product_main_left .product_main_block{
	height: 746px;
}
.product_main_right .product_main_block{
	height: 373px;
}
/*E 产品中心*/

/*S 产品与技术*/
.news_out{
	padding-bottom: 80px;
}
.news_main{
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 0;
}
.news_main ul{
	overflow: hidden;
	width: 105%;
}
.news_main ul li{
	float: left;
	margin-top: 30px;
	margin-right: 30PX;
	overflow: hidden;
	width: 277px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.news_main ul li:hover{
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
}
.news_main ul li:hover .technologies_title{
	color: #5DBF48;
}
.technologies_info{
	background-color: #f7f7f7;
	padding: 20px;
	position: relative;
}

.technologies_info:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 78px;
	left: 0;
	bottom: -78px;
	background: url(../images/technologies_icon.png) no-repeat top center;
	background-size: 100% auto; 
}
.technologies_text{
	line-height: 1.4em;
	height: 2.7em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.technologies_img img{
	width: 100%;
}

/*E 产品与技术*/

/*S footer*/
.footer_out{
	background-color: #5dbf48;
	position: relative;
	padding-top: 40px;
}
.footer_out:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #418832;
}
.footer_main{
	width: 1200px;
	margin: 0 auto;
	margin-top: 38px;
	padding-bottom: 110px;
}
.footer_main_mav{
	color: #fff;
	margin-right: 108px;
}
.footer_main_mav ul{
	margin-top: 10px;
}
.footer_main_mav ul li{
	margin-top: 16px;
	color: rgba(255,255,255,0.8);
}
.footer_main_mav ul li:hover{
	text-decoration: underline;
}
.footer_main_title{
	font-size: 18px;
}
.footer_main_right{
	color: #fff;
}
.footer_main_right .footer_main_title{
	text-align: center;
}
.footer_code{
	margin-top: 28px;
}
.code_text{
	text-align: center;
	margin-top: 16px;
	color: rgba(255,255,255,0.8);
}
.footer_bottom{
	padding: 20px 0;
	border-top: 1px solid #7ecb6d;
}
.footer_bottom_main{
	width: 1200px;
	margin: 0 auto;
}
.footer_bottom_copy{
	line-height: 36px;
	color: #fff;
}
/*E footer*/

/*
 *E 首页 
 * */

/*
 *S 企业概况 
 * */

/*S banner*/
.enter_banner{
	height: 400px;
	background: url(../images/enter_banner.jpg) no-repeat top center;
}
/*E banner*/

/*S 选项卡*/
.table_out{
	background-color: #5dbf48;
	height: 82px;
}
.table_main{
	width: 1200px;
	margin: 0 auto;
}
.table_title{
	font-size: 18px;
	color: #e2e2e2;
	line-height: 18px;
	padding-left: 10px;
	border-left: 6px solid #e2e2e2;
	margin-top: 31px;
}
.table_nav{
	margin-left: 120px;
}
.table_nav ul li{
	float:left;
	line-height: 82px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	margin: 0 30px;
	position: relative;
}
.table_nav ul li a{
	display: block;
}
.table_nav ul li.active{
	background-color: #fff;
	color: #5dbf48;
}
.table_nav ul li:after,.table_nav ul li:before{
	content: "";
	position: absolute;
	top: 0;
	width: 30px;
	height: 100%;
	background: no-repeat top center;
	background-size: auto 100%; 
}
.table_nav ul li.active:after{
	right: -30px;
	background-image: url(../images/table_right.png);
}
.table_nav ul li.active:before{
	left: -30px;
	background-image: url(../images/table_left.png);
}
.table_nav ul li:hover{
	background-color: #fff;
	color: #5dbf48;
}
.table_nav ul li:hover:after{
	right: -30px;
	background-image: url(../images/table_right.png);
}
.table_nav ul li:hover:before{
	left: -30px;
	background-image: url(../images/table_left.png);
}
/*E 选项卡*/

/*S 当前位置*/
.position_box{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	color: #999999;
}
.position_box ul li{
	float: left;
}
.position_box ul li a{
	margin: 0 5px;
}
/*E 当前位置*/

/*S 企业介绍*/
.introduce_mian{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	padding-bottom: 200px;
}
.introduce_mian_title{
	font-size: 36px;
	padding-left: 46px;
	background: url(../images/introduceicon.png) no-repeat left center;
}
.introduce_box{
	margin-top: 40px;
}
.introduce_left{
	width: 405px;
}
.introduce_left p{
	text-indent: 2em;
	line-height: 2em;
	font-size: 16px;
	color: #222222;
}
.introduce_right{
	width: 769px;
}
.introduce_img{
	height: 436px;
	overflow: hidden;
}
.introduce_img img{
	width: 100%;
}
.introduce_info_box{
	width: 502px;
	height: 229px;
	overflow: hidden;
}
.introduce_info_box img{
	width: 100%;
}

/*E 企业介绍*/


/*
 *E 企业概况
 * */


/*S 人力资源*/
.contact_banner{
	height: 400px;
	background: url(../images/contact_img.jpg) no-repeat top center;
}
.manpower_box{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.manpower_title{
	font-size: 34px;
	padding-left: 40px;
	background:url(../images/introduceicon.png) no-repeat left center;
}
.manpower_list ul{
	overflow: hidden;
}
.manpower_list ul li{
	float: left;
	width: 33.3%;
	text-align: center;
	margin-top: 60px;
}
.manpower_list_icon{
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 2px solid #5DBF48;
	margin: 0 auto;
	font-size: 60px;
	font-weight: bold;
	border-radius: 50%;
	color: #5DBF48;
}
.manpower_img_box img{
	margin: 0 auto;
	max-width: 100%;
}
/*E 人力资源*/

/*S 招聘*/
.recruit_box{
	width: 1140px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
.recruit_left{
	width: 218px;
	border-right: 1px solid #ddd;
}
.recruit_left ul li{
	line-height: 50px;
	font-size: 16px;
}
.recruit_left ul li.active{
	background-color: #5DBF48;
	color: #fff;
}
.recruit_right{
	width: 845px;
}
.recruit_title{
	background-color: #f0f5ef;
}
.recruit_title_info {
	margin-top: 15px;
}
.recruit_title_info ul{
	overflow: hidden;
}
.recruit_title_info ul li{
	float: left;
	margin-right: 40px;
}
.recruit_info_mian{
	margin-bottom: 50px;
}
.recruit_info_text{
	margin-top: 20px;
	line-height: 2em;
	color: #666;
}
.recruit_list{
	margin-bottom: 40px;
}
/*E 招聘*/

/*S 联系我们*/
.contact_box{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#container{
	width: 100%;
	height: 455px;
	border: 1px solid #ddd;
	margin-top: 30px;
}
/*E 联系我们*/
