﻿/************************全局*************************/
*{
	padding: 0;
	margin: 0;
	list-style: none;
}
img{
	max-width: 100%;
	vertical-align: bottom;
	vertical-align: top;
}
.slides img,.nav img{
	width: 100%;
}
body a{
	text-decoration: none;
}
.over{
	clear: both;
}
.w1200{
	width: 1200px;
	margin: auto;
}
.img-auto {
  display: block;
  overflow: hidden;
}
.img-auto img {
  width: auto;
  height: auto;
  margin: 0px auto;
  transition: 1000ms;
 }   
.img-auto img:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.active1{
	color: #90C42F!important;
}
/* header */
.wap img{
	display: none;
}
.bg_color{
	background: #fff;
	box-shadow:0px 4px 13px -4px #CCCCCC;
	transition: all ease-out .3s;  
}
.header_right.hr_color ul li a{
	color: #666666;
	transition: all ease-out .3s;  
}
.header{
	width: 100%;
	position: fixed;
	z-index: 500;
}
.header .w1200{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.header_right ul{
	display: flex;
}
.header_right ul li{
	margin-left: 35px;
	padding: 45px 0 35px 0;
}
.header_right ul li a{
	color: #fff;
	transition: all ease-out .3s;  
	position: relative;
}
.header_right ul .first:hover a:after{
	width: 60px;
}
.header_right ul li a:after{
	position: absolute;
	content: "";
	border-top: 2px solid #90C42F;
	width: 0;
	left: 0;
	bottom: -36px;
	transition: all ease-out .3s;  
}
.header_right ul li:hover a:after{
	content: "";
	width: 95px;
	transition: all ease-out .3s;  
}
.header_right ul li:hover a{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.header_right ul li a:before{
	margin-right: 5px;
}
.w1200 span a {
    font-size: 16px;
    color: #fff;
}

.w1200 span {
    margin-top: 5px;
} 
.down{
	width: 100%;
	position: absolute;
	top: 102px;
	left: 0;
	background: #fff;
	padding: 26px 0 15px 0;
	transition: all ease-out .3s; 
	display: none; 
    z-index:999;
}
.down ul{
	display: flex;
}
.down ul a{
	margin-left: 0;
}
.down ul a:after{
	display: none;
}
.down ul li{
	width: 20%;
	border-right: 1px solid #EEEEEE;
	padding: 0;
	margin-left: 30px;
}
.down_left img{
	box-shadow:0px 4px 13px -4px #CCCCCC;
}
.down_right{
	margin-top: 25px;
}
.down_right a span{
	color: #4a4646;
	font-size: 14px;
	display: block;
	margin-bottom: 14px;
	transition: all ease-out .3s;  
}
.down_right a span:hover{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.down_right a p{
	color: #838383;
	font-size: 14px;
	margin-top: 10px;
	transition: all ease-out .3s;  
}
.down_right a:nth-child(2) p{
	margin-top: 0;
}
.down_right a p:hover{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.down_right a:last-child p{
	margin-bottom: 20px;
}
.hoveron{
	transition: all ease-out .3s;  
}
.hoveron:hover .down{
	display: block;
	transition: all ease-out .3s;  
}
.hoveron1{
	position: relative;
}
.down1{
	position: absolute;
	top: 102px;
	left: -5px;
	width: 105px;
	text-align: center;
	background: #fff;
	transition: all ease-out .3s; 
	display: none;
    z-index:999
}
.down1 p{
	padding: 8px 10px;
	border-bottom: 1px solid #F0F0F0;
}
.down1 p a{
	color: #4a4646!important;
	font-size: 14px;
}
.down1 p a:after{
	display: none;
}
.down1 p:hover a{
	color: #90C42F!important;
}
.hoveron1:hover .down1{
	display: block;
}
.honly .down1{
	width: 180px;
	left: -40px;
}
/* nav */
.nav{
	position: relative;
}
.index_nb{
	-webkit-transform: rotateX(90deg) translateY(0);
	-moz-transform: rotateX(90deg) translateY(0);
	-o-transform: rotateX(90deg) translateY(0);
	-ms-transform: rotateX(90deg) translateY(0);
	transform: rotateX(90deg) translateY(0);
}
.nav_bottom{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all ease-out .5s;
	transform-origin: bottom;
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	overflow: hidden;
}
.nav_bottom .w1200 ul{
	display: flex;
	justify-content: space-between;
	background: #fff;
	
}
.nav_bottom .w1200 ul li{
	width: 25%;
	text-align: center;
	position: relative;
	margin: 30px 0;
}
.nav_bottom .w1200 ul li:after{
	position: absolute;
	content: "";
	border-right: 1px solid #ebebeb;
	height: 80px;
	right: 0;
	top: 0;
}
.nav_bottom .w1200 ul li:last-child:after{
	display: none;
}
.nav_bottom_left{
	display: inline-block;
}
.nav_bottom_left img{
	margin-top: -28px;
	margin-right: 10px;
}
.nav_bottom_right{
	display: inline-block;
	align-items: center;
	text-align: left;
}
.nav_bottom_right p{
	color: #666666;
}
.nav_bottom_right span{
	color: #90c42f;
	font-weight: 600;
	font-size: 45px;
}
/* bread_index */
.bread {
	width: 100%;
	background: #f1f1f1;
}
.bread .w1200{
	display: flex;
}
.bread_left{
	padding-top: 30px;
	background: #90c42f;
	color: #fff;
	padding: 30px 20px 0 20px;
	margin-right: 48px;
}
.bread_center {
	width: 884px;
	height: 77px;
	background: #f1f1f1;
}
.swiper-container.swiper1 {
	height: 77px;
}
.swiper-container.swiper1 .swiper-wrapper{
	padding-top: 30px;
}
.swiper-container.swiper1 p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333333;
	transition: all ease-out .3s;  
}
.swiper-container.swiper1 p:hover{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.bread_right{
	padding-top: 30px;
	position: relative;
	margin-left: 48px;
}
.bread_right a{
	color: #787878;
	transition: all ease-out .3s;  
}
.bread_right a:hover{
	color: #90C42F;
	transition: all ease-out .3s;  
}
/* bread2 */
.bread2{
	padding: 15px 0;
	border-bottom: 1px solid #EFEFEF;
	text-align: left;
	transition: all ease-out .3s;
}
.bread2:hover{
	border-bottom: 1px solid #90C42F
}
.bread2 ul li{
	display: inline-block;
	color: #9a9a9a;
}
.bread2 ul li img{
	margin-top: 5px;
}
.bread2 ul .color9a span a{
	color: #9a9a9a;
}
.bread2 ul li span a{
	color: #737373;
}
.bread2 ul li span:after{
	content: ">";
	color: #737373;
}
.bread2 ul li:last-child span:after{
	display: none;
}
.bread2 ul li span:hover a{
	color: #90C42F;
	cursor: pointer;
}
/* footer */
.footer{
	background: #151515;
	padding: 52px 0 28px 0;
}
.footer_top{
	display: flex;
	justify-content: space-between;
}
.ft_left{
	width: 386px;
}
.ft_left_top{
	display: flex;
	margin-bottom: 24px;
}
.flt_left{
	margin-right: 8px;
}
.flt_right span{
	color: #666;
	font-size: 14px;
}
.flt_right p{
	font-size: 24px;
	color: #90C42F;
	font-weight: 600;
}
.ft_left_bottom p{
	color: #999999;
	font-size: 12px;
	margin-bottom: 20px;
}
.ft_left_bottom select{
	padding: 4px 15px 7px 15px;
	background: none;
	color: #999999;
	font-size: 13px;
}
.ft_center{
	width: 707px;
}
.ft_center ul{
	display: flex;
	margin-left: 30px;
}
.ft_center ul li{
	margin-right: 30px;
	width: 17.5%;
}
    .ft_center ul li:last-child {
        margin-right: 30px;
    }
.ft_center ul li span{
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
	transition: all ease-out .3s;  
}
.ft_center ul li span a{
	color: #fff;
	transition: all ease-out .3s;  
}
.ft_center ul li span:hover a{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.ft_center ul li p{
	font-size: 14px;
	margin-bottom: 15px;
	transition: all ease-out .3s;  
}
.ft_center ul li p a{
	color: #888888;
	transition: all ease-out .3s;  
}
.ft_center ul li p:hover a{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.ft_center ul li p:last-child{
	margin-bottom: 0;
}
.ft_right{
	width: 89px;
}
.ft_right img{
	width: 89px;
	height: 89px;
	margin-bottom: 6px;
}
.ft_right p{
	font-size: 12px;
	color: #666666;
	text-align: center;
}	
.footer_bottom{
	margin-top: 80px;
	text-align: center;
}
.footer_bottom span{
	color: #3e3e3e;
	font-size: 13px;
	margin-right: 40px;
}
.footer_bottom span:last-child{
	margin-right: 0;
}
.footer_bottom span a{
	color: #3e3e3e;
}
/**************************** index.html **************************/
.index_product_title{
	text-align: center;
	margin: 55px auto 30px auto;
}
.index_product_title span{
	color: #3c3c3c;
	font-size: 40px;
	font-weight: 600;
}
.index_product_title p{
	color: #7f7f7f;
	font-size: 20px;
	margin-top: 18px;
}
#tab{
	position: relative;
}
#tab>div {
	display: none;
}
#tab .content {
	display: block;
}
.bottom0{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.title.w1200{
	display: flex;
	justify-content: space-between;
}
.title.w1200 span{
	text-align: center;
	background: #1f1f1f;
	color: #fff;
	font-size: 14px;
	width: 100%;
	border-right: 1px solid #484848;
	padding: 38px 0;
}
.tab{
	background: #90c42f!important;
}
.w100{
	background: url(../img/index_26.png) no-repeat;
	width: 100%;
}
.content{
	background: url(../img/index_26.png) no-repeat;
	background-size: cover;
	width: 100%;
}
.tab_top{
	display: flex;
	justify-content: space-between;
	padding: 110px 0 154px 0;
}
.tt_left{
	width: 50%;
}
.tt_right{
	width: 42%;
	margin-top: 134px;
}
.tt_right p:first-child{
	font-size: 30px;
	color: #90c42f;
	margin-bottom: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.tt_right p:nth-child(2){
	font-size: 30px;
	color: #90c42f;
	margin-bottom: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.tt_right p:nth-child(3){
	font-size: 18px;
	color: #7b7b7b;
	margin-bottom: 30px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tt_right button{
	background: none;
	border: 1px solid #90C42F;
	border-radius:30px;
	position: relative;
	overflow: hidden;
}
.tt_right button a{
	color: #90C42F;
	font-size: 14px;
	position: relative;
	padding: 12px 45px;
	display: block;
	z-index: 500;
}
.tt_right button:before{
	  content: '';
	  position: absolute;
	  width: 6px;
	  height: 6px;
	  background: rgba(144,196,47,0.2);
	  transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -webkit-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -moz-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -ms-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -o-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -o-border-radius: 50%;
	  -ms-border-radius: 50%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  -moz-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	  margin-top: -2px;
	  transform: scale(0, 0);
	  -webkit-transform: scale(0, 0);
	  -moz-transform: scale(0, 0);
	  -ms-transform: scale(0, 0);
	  -o-transform: scale(0, 0);
	  z-index: 2;
}
.tt_right button:hover:before{
	  transform: scale(100, 100);
	  -webkit-transform: scale(100, 100);
	  -moz-transform: scale(100, 100);
	  -ms-transform: scale(100, 100);
	  -o-transform: scale(100, 100);
}
/* .tab_bottom{
	display: flex;
	background: #fff;
	padding: 30px 0 30px 20px;
	font-size: 18px;
} */
.tab_bottom p:first-child{
	margin-right: 22px;
}
.index_case .index_product_title{
	margin: 95px auto 65px 0;
}
.index_present{
	background: url(../img/index_05.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0 70px 0;
}
.index_present .w1200{
	display: flex;
	justify-content: space-between;
}
.ip_left_top p:first-child{
	color: #fff;
	background: #90C42F;
	padding: 8px 14px;
	margin-bottom: 15px;
	width: fit-content;
}
.ip_left_top p:nth-child(2){
	color: #90C42F;
	font-size: 46px;
	font-weight: 800;
}
.ip_left_top p:nth-child(3){
	font-size: 36px;
	color: #90C42F;
	font-weight: 800;
}
.ip_left_bottom{
	padding-top: 38px;
	width: 412px;
	position: relative;
}
.ip_left_bottom p:first-child{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.ip_left_bottom p:nth-child(2){
	color: #c9c9c9;
	font-size: 14px;
	line-height: 25px;
	margin: 30px 0 40px 0;
}
.ip_left_bottom button{
	background: none;
	border: none;
	color: #90C42F;
	font-size: 16px;  
	font-weight: 600;
	transition: all ease-out .5s;
}
    .ip_left_bottom button a{
        color: #90C42F;
    }
    .ip_left_bottom button span {
        margin-left: 5px;
    }
.ip_left_bottom:hover button{
	transform:translateX(20px);
	-webkit-transform:translateX(20px);  
	-moz-transform:translateX(20px);
	transition: all ease-out .5s;  
}
.ip_right{
	position: relative;
}
.ip_right img:nth-child(2){
	position: absolute;
	top: 40%;
    left: 45%;
}
.partner{
	background: #f1f1f1;
}
.partner .index_product_title{
	margin-top: 0;
	padding-top: 55px;
}
.swiper2 .swiper-slide{
	padding-bottom: 90px;
}
.swiper2 .swiper-slide .img-auto img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.swiper2 .swiper-slide img{
	border: 1px solid #f4f4f4;
	width: calc(100% - 2px);
}
.sp1{
	bottom: 44px!important;
}
.sp1 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 12px;
	background: #333333;
	opacity: 1;
}
.sp1 .swiper-pagination-bullet-active{
	background: #90C42F;
}
#tab2{
	margin-bottom: 58px;
}
#tab2 .hide{
 	display:none;
}
#tab2 ul li.on{
	background: #90C42F;
	color: #ffffff;
}
#tab2 ul{
	text-align: center;
	margin-bottom: 35px;
}
#tab2 ul li{
	display: inline-block;
	background: #151515;
	color: #fff;
	padding: 12px 40px;
	border-radius: 5px;
	margin-right: 40px;
}
.tab2_box{
	width: 24%;
	display: inline-block;
	margin-right: 0.8%;
	box-shadow:0px 4px 13px -4px #CCCCCC;
}
#firstPage .tab2_box:last-child,#secondPage .tab2_box:last-child{
	margin-right: 0;
}
.new_center .index_product_title{
	margin: 40px 0 22px 0;
}
.tab2_box_bottom{
	padding: 0 16px;
}
.tab2_box_bottom p:first-child{
	color: #333;
	margin: 25px 0 20px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all ease-out .3s; 
}
.tab2_box:hover .tab2_box_bottom p:first-child{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.tab2_box_bottom p:nth-child(2){
	color: #a0a0a0;
	font-size: 13px;
	margin-bottom: 22px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tab2_box_bottom button{
	background: none;
	border: none;
	color: #9b9b9b;
	font-size: 14px;
	margin-bottom: 26px;
	transition: all ease-out .3s;  
}
.tab2_box_bottom button img{
	margin-right: 10px;
}
.tab2_box:hover .tab2_box_bottom button{
	color: #90C42F;
	transform:translateX(20px);
	-webkit-transform:translateX(20px);  
	-moz-transform:translateX(20px);
	transition: all ease-out .3s;  
}
.section{
	background: #fff;
}
.about_section{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 0;
	z-index: 400;
}
.section .w1200 ul{
	display: flex;
}
.section .w1200 ul li a{
	text-align: center;	
	width: 200px;
	padding: 18px 0;
	color: #90C42F;
	display: block;
	background: #222222;
	border-right: 1px solid #484848;
}
.section .w1200 ul li:last-child a{
	border-right: 0;
}
.default{
	background: #90C42F!important;
	color: #fff!important;
}
.section .w1200 ul li:hover a{
	background: #90C42F!important;
	color: #fff!important;
}
.onlya{
	text-align: center;	
	width: 200px;
	padding: 18px 0;
	color: #90C42F;
	display: block;
	background: #222222;
	border-right: 1px solid #484848;
}
.only:hover .onlya{
	background: #90C42F!important;
	color: #fff!important;
}
.only{
	position: relative;
}
.sc_down{
	position: absolute;
	top: 58px;
	left: 0;
	background: #fff;
	width: 100%;
	text-align: center;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	display: none;
	transition: all ease-out .3s;  
	z-index: 400;
}
.sc_down p{
	border-bottom: 1px solid #F0F0F0;
	padding: 12px 0;
	transition: all ease-out .3s;  
}
.sc_down p a{
	color: #4a4646;
	font-size: 14px;
}
.only:hover .sc_down{
	display: block;
	transition: all ease-out .3s;  
}
.sc_down p:hover a{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.bgf8f8f8{
	background: #f8f8f8;
}
/************************* feedback.html ***********************/
.feedback{
	text-align: center;
}
.feedback_top{
	color: #343434;
	margin: 50px 0 70px 0;
}
.feedback_top span{
	font-size: 48px;
}
.feedback_top p{
	font-size: 30px;
	margin-top: 10px;
}
.feedback_center{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feedback_center input{
	width: 31%;
	padding: 20px 0 20px 15px;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	color: #d1d1d1;
	margin-bottom: 38px;
	background: none;
}
.feedback_center input:hover{
	border: 1px solid #90C42F;
}
.feedback_center textarea{
	width: 100%;
	padding: 20px 0 300px 15px;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	color: #d1d1d1;
	background: none;
	margin-bottom: 42px;
}
.feedback_center textarea:hover{
	border: 1px solid #90C42F;
}
.feedback button{
	background: #90C42F;
	border: none;
	border-radius: 10px;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
}
.feedback button a{
	color: #fff;
	font-size: 16px;
	padding: 15px 85px;
	display: block;
	position: relative;
	z-index: 500;
}
.feedback button:before{
	  content: '';
	  position: absolute;
	  width: 6px;
	  height: 6px;
	  background: rgba(0,0,0,0.2);
	  transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -webkit-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -moz-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -ms-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -o-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -o-border-radius: 50%;
	  -ms-border-radius: 50%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  -moz-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	  margin-top: -2px;
	  transform: scale(0, 0);
	  -webkit-transform: scale(0, 0);
	  -moz-transform: scale(0, 0);
	  -ms-transform: scale(0, 0);
	  -o-transform: scale(0, 0);
	  z-index: 2;
}
.feedback button:hover:before{
	  transform: scale(100, 100);
	  -webkit-transform: scale(100, 100);
	  -moz-transform: scale(100, 100);
	  -ms-transform: scale(100, 100);
	  -o-transform: scale(100, 100);
}
/************************* content.html **************************/
.content_title{
	text-align: center;
	margin: 28px auto;
	font-size: 30px;
	color: #1e1e1e;
}
.content_center{
	display: flex;
	width: 100%;
	border-top: 4px solid #90C42F;
}
.content_center_left{
	width: 50%;
}
.content_center_left h3{
	margin: 120px 0 40px 0;
	color: #525252;
	font-size: 18px;
}
.content_center_left span{
	color: #525252;
	margin: 0 25px 30px 0;
	display: inline-block;
}
.content_center_left p{
	color: #525252;
	margin-bottom: 30px;
}
.my-map { 
	width: 50%; 
	height: 453px; 
}
.amap-container{
	height: 100%;
}
.content_bottom h3{	
	background: #90C42F;
	color: #fff;
	padding: 12px 0 12px 20px;
}
.content_bottom_together{
	display: flex;
	padding-bottom: 100px;
}
.cbt_left{
	width: 50%;
	position: relative;
}
.cbt_left:after{
	content: "";
	position: absolute;
	height: 284px;
	border-left: 1px dashed #d3d3d3;
	right: 0;
	top: 20px;
}
.cbt_left_top{
	margin-top: 35px;
}
.cbt_left_top span{
	font-size: 18px;
	color: #525252;
	display: block;
	margin-bottom: 14px;
	font-weight: 600;
}
.cbt_left_top p{
	color: #525252;
	margin-bottom: 14px;
}
.cbt_left_bottom{
	margin-top: 75px;
}
.cbt_right{
	width: 50%;
	padding-left: 140px;
}
/************************** new.html ****************************/
.new_box{
	box-shadow:0px 4px 13px -4px #CCCCCC;
	margin-top: 30px;
}
.new .new_box:first-child{
	margin-top: 46px;
}
.new_box a{
	display: flex;
}
.new_left img{
	max-width: 382px;
	min-width: 382px;
	max-height: 217px;
	min-height: 217px;
	overflow: hidden;
}
.new_right{
	background: #fff;
	width: 817px;
}
.new_right_in{
	width: 700px;
	margin: 30px 0 0 38px;
}
.new_right p:first-child{
	color: #333333;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all ease-out .3s;  
}
.new_box:hover .new_right_in p:first-child{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.new_right p:nth-child(2){
	color: #bbbbbb;
	font-size: 14px;
	margin-bottom: 10px;
}
.new_right p:nth-child(3){
	color: #a0a0a0;
	font-size: 13px;
	margin-bottom: 22px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new_right button{
	background: #90C42F;
	border: none;
	padding: 8px 30px;
	border-radius: 35px;
	color: #fff;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	transition: all ease-out .3s;  
}
.new_box:hover .new_right button{
	transform:translateX(20px);
	-webkit-transform:translateX(20px);  
	-moz-transform:translateX(20px);
	transition: all ease-out .3s;  
}
.new_right button:before{
	  content: '';
	  position: absolute;
	  width: 2px;
	  height: 2px;
	  background: rgba(0,0,0,0.2);
	  transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -webkit-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -moz-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -ms-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -o-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -o-border-radius: 50%;
	  -ms-border-radius: 50%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  -moz-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	  margin-top: -2px;
	  transform: scale(0, 0);
	  -webkit-transform: scale(0, 0);
	  -moz-transform: scale(0, 0);
	  -ms-transform: scale(0, 0);
	  -o-transform: scale(0, 0);
	  z-index: 2;
}
.new_right button:hover:before{
	  transform: scale(100, 100);
	  -webkit-transform: scale(100, 100);
	  -moz-transform: scale(100, 100);
	  -ms-transform: scale(100, 100);
	  -o-transform: scale(100, 100);
}
/****************************** newinfo ***********************/
.nm_top{
	text-align: center;
	padding: 60px 0 50px 0;
	border-bottom: 1px solid #E5E5E5;
}
.nm_top span{
	font-size: 24px;
	color: #474747;
}
.nm_top p{
	font-size: 18px;
	color: #8c8c8c;
	margin: 30px 0 15px 0;
}
.nm_center_together{
	padding: 75px 0 80px 0;
}	
.nm_center_together img{
	margin-bottom: 66px;
}
.nm_center_together p{
	font-size: 13px;
	margin-bottom: 30px;
	color: #a0a0a0;
	line-height: 24px;
}
.nm_center_bottom p{
	line-height: 30px;
	font-size: 14px;
}
.nm_center_bottom p a{
	color: #666666;
	transition: all ease-out .3s; 
}
.about_main_bottom{
	padding-bottom: 50px;
}
.amb_title{
	display: flex;
	justify-content: space-between;
	margin: 130px 0 12px 0;
}
.amb_title p{
	color: #90C42F;
	font-size: 30px;
}
.amb_title span a{
	color: #333333;
	font-size: 14px;
}
.amb_main{
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	padding: 32px 0 36px 0;
}
.amb_main ul li a{
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	height: 22px;
}
.amb_main ul li a p{
	border-bottom: 1px solid #fff;
	color: #000000;
	width: fit-content;
}
.amb_main ul li a p:hover{
	border-bottom: 1px solid #90C42F;
	color: #90C42F;
}
.amb_main ul li a span{
	color: #cfcfcf;
	width: 20%;
}
.amb_main_left{
	width: 50%;
	padding: 0 92px 0 38px;
	position: relative;
}
.amb_main_left:after{
	content: "";
	position: absolute;
	border-right: 1px dashed #dbdbdb;
	height: 230px;
	top: 0;
	right: 0;
}
.amb_main_right{
	width: 50%;
	padding: 0 52px 0 76px;
}
.over2{
	width: 72%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.over2 span{
	color: #90c42f!important;
}
/************************ recruit.html *********************/
.shou_title{
	text-align: center;
	font-size: 24px;
	color: #90C42F;
	margin: 45px 0 40px 0;
}
.foot-wap{
	padding-bottom: 65px;
}
.accordion {
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
 }
.accordion  .border_bottom{
	border:1px solid #CCCCCC;
	margin-bottom: 19px;
}
.boder01{
	background:#e4e5e6;
	padding: 7px 8px 7px 8px;
	border-radius: 2px;
	color:#6e6e6f;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 23px 15px 23px 17px;
	color: #4D4D4D;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-top: 1px solid #F0F0F0;
}
.accordion li:first-child ul{
	display: block;
}
.accordion li i {
	position: absolute;
	top: 16px;
	left:0px;
	font-size: 16px;
	color: #666;
	margin-right: 20px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-style:normal
}
.accordion li i.fa-chevron-down {
	right: 12px;
	top: 29px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link {
	color: #90C42F;
}
.accordion li.open i {
	color: #9e9e9e;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);	
	border-color:#90C42F;
}
 .submenu {
 	display: none;
 	background:url(../img/recruit_03.jpg) no-repeat;
 	font-size: 14px;
    width: 100%;
    margin: auto;
    padding: 30px 0 30px 10px;
 }
 .submenu a {
 	display:inline-block;
 	text-decoration: none;
 	color:#666666;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .fa-chevron-down {
   width: 7px;
   height: 7px;
   border-top: 2px solid #666;
   border-right: 2px solid #666;
   transform: rotate(135deg);
}
.one_text span{
	font-size: 16px;
	color: #333333;
	line-height:28px;
}
.one_text p{
	font-size: 14px;
	color: #666666;
	line-height:28px;
}
.two_text{
	padding-top: 38px;
}
.two_text span{
	font-size: 16px;
	color: #333333;
	line-height:28px;
}
.two_text p{
	font-size: 14px;
	color: #666666;
	line-height:28px;
}
.accordion li i.for{
    padding: 7px 6px 7px 6px;
	background: #e4e5e6; 
	display: inline-block;
	border-radius: 2px;
	color: #666666;
	font-size: 12px;
	position: initial;
}
.accordion li.open i.for{
	background: #d5a115;
	color: #FFFFFF;
}
/************************** application *************************/
.application #cardArea{
	margin-top: 60px;
	margin-bottom: 0;
}
.application_main span{
	color: #90C42F;
	font-size: 30px;
	text-align: center;
	position: relative;
	margin: 42px 0 75px 0;
	display: block;
}
.application_main span:after{
	position: absolute;
	content: "";
	border-top: 3px solid #939393;
	width: 44px;
	bottom: -24px;
	left: 48%;
}
.application_main ul li{
	display: inline-block;
	width: 32%;
	margin-right: 1.2%;
}
.application_main ul li:last-child{
	margin-right: 0;
}
.amp{
	text-align: center;
	padding: 28px 0 112px 0;
	color: #373737;
	font-size: 18px;
	height: 24px;
	transition: all ease-out .3s;  
}
.application_main ul li:hover .amp{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.am{
	position: relative;
}
.am .pb_in{
	width: 100%;
}
.am:hover .pb_in{
	bottom: 0;
}
.am .pb_in .pb_in_word{
	margin-left: 75px;
	margin-top: 65px;
}
.am .pb_in .pb_in_word span{
	text-align: left;
}
/********************** application_info.html *****************/
.application_info_all{
	padding: 60px 0 70px 0;
}
.application_info{
	/*background: #fff;*/
}
.ai_center{
	padding: 0 66px 0 22px;
}
.application_info .img-auto:first-child{
	margin-bottom: 70px;
}
.application_info span{
	color: #90C42F;
	font-size: 24px;
	margin-bottom: 52px;
	display: block;
}
.application_info p{
	color: #535353;
	font-size: 14px;
	line-height: 30px;
}
.application_info .allp{
	margin-bottom: 45px;
}
.application_info .allp3 p:first-child{
	margin-bottom: 75px;
}
.application_info .img-auto2{
	text-align: center;
	padding-bottom: 58px;
}
.amp{
	padding-bottom: 52px;
}
.application_info_all .nm_center_bottom p{
	font-size: 16px;
	line-height: 40px; 
}
.nm_center_bottom p a:hover{
	color: #90C42F;
	transition: all ease-out .3s;  
}
/************************ solution.html ************************/
.solution_top{
	/*background: #fff;*/
	margin: 60px 0 90px 0;
}
.solution_top .img-auto:first-child{
	margin-bottom: 70px;
}
.st_all{
	padding: 0 32px 0 22px;
}
.st_all .img-auto2{
	margin: 84px auto 122px auto;
	text-align: center;
}
.solution_top span{
	color: #90C42F;
	font-size: 24px;
	margin-bottom: 52px;
	display: block;
}
.solution_top p{
	color: #535353;
	font-size: 14px;
	line-height: 30px;
}
.sw_box{
	margin-bottom: 46px;
}
.st_all .img-auto3{
	padding-bottom: 60px;
}
.solution .nm_center_bottom p{
	font-size: 16px;
	line-height: 40px;
}
.solution .amp{
	padding-bottom: 74px;
}
/*********************** solution_list.html **********************/
.sl_box{
	background: #fff;
	padding: 38px 48px 38px 38px;
	margin-bottom: 30px;
}
.solution_list .sl_box:first-child{
	margin-top: 37px;
}
.sl_box a{
	display: flex;
	justify-content: space-between;
}
.sl_box_left img{
	min-width: 493px;
	max-width: 493px;
	min-height: 286px;
	max-height: 286px;
}
.sl_box_right{
	width: 554px;
}
.sl_box_right span{
	margin: 38px 0 40px 0;
	display: block;
	font-size: 18px;
	color: #666666;
	font-weight: 600;
	transition: all ease-out .3s;  
}
.sl_box:hover .sl_box_right span{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.sl_box_right p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.sl_box_right button{
	background: #90C42F;
	color: #fff;
	font-size: 14px;
	padding: 12px 36px;
	border: none;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}
.sl_box:hover .sl_box_right button{
	transform:translateX(20px);
	-webkit-transform:translateX(20px);  
	-moz-transform:translateX(20px);
	transition: all ease-out .3s;  
}
.sl_box_right button:before{
	  content: '';
	  position: absolute;
	  width: 2px;
	  height: 2px;
	  background: rgba(0,0,0,0.2);
	  transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -webkit-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -moz-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -ms-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -o-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -o-border-radius: 50%;
	  -ms-border-radius: 50%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  -moz-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	  margin-top: -2px;
	  transform: scale(0, 0);
	  -webkit-transform: scale(0, 0);
	  -moz-transform: scale(0, 0);
	  -ms-transform: scale(0, 0);
	  -o-transform: scale(0, 0);
	  z-index: 2;
}
.sl_box_right button:hover:before{
	  transform: scale(100, 100);
	  -webkit-transform: scale(100, 100);
	  -moz-transform: scale(100, 100);
	  -ms-transform: scale(100, 100);
	  -o-transform: scale(100, 100);
}
.solution_list .paging{
	padding: 38px 0 82px 0;
}
.solution_list .ams{
	margin: 0 0 84px 0;
}
/*********************** service.html **********************/
.service{
	padding: 98px 0 70px 0;
}
.service_top{
	display: flex;
}
.service_top:first-child{
	margin-bottom: 64px;
}
.st_left{
	width: calc(50% - 61px);
	padding: 34px 26px 0 35px;
}
.st_left.sb_right{
	width: calc(50% - 60px);
	padding: 0 0 0 60px;
}
.st_right{
	width: 50%;
}
.st_left_top{
	display: flex;
	margin-bottom: 32px;
}
.st_left_top span{
	font-size: 24px;
	color: #3f3f3f;
	margin: 36px 0 0 42px;
}
.slb_box{
	margin-bottom: 40px;
}
.st_left_bottom .slb_box:last-child{
	margin-bottom: 0;
}
.slb_box span{
	color: #3f3f3f;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
}
.slb_box p{
	color: #727272;
	font-size: 14px;
	line-height: 25px;
}
.procedure h3{
	margin: 56px auto 42px auto;
	color: #90C42F;
	font-size:30px;
	text-align: center;
}
.procedure p{
	font-size: 17px;
	color: #fff;
	background: #90C42F;
	padding: 25px 0;
	width: 240px;
	text-align: center;
	height: 20px;
	font-weight: 600;
}
.procedure .center img{
	margin-left: 112px;
}
.pt_three{
	display: flex;
	align-items: flex-start;
}
.pt_three_center span{
	color: #3e3e3e;
	font-size: 18px;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}
.procedure_center{
	display: flex;
}
.procedure .center2 img{
	margin-left: 448px;
}
.procedure_bottom{
	display: flex;
	margin-bottom: 84px;
}
.pb_left p:first-child{
	padding: 13px 33px;
	width: calc(240px - 66px);
	height: inherit;
	text-align: left;
}
.pb_right{
	margin-left: 118px;
	display: flex;
}
.pb_right_stand{
	margin: 0 48px;
}
.pb_right_stand p:first-child{
	padding: 13px 52px;
	width: 137px;
	height: inherit;
	text-align: left;
}
.service_bottom h3{
	padding: 56px 0 42px 0;
	color: #90C42F;
	font-size:30px;
	text-align: center;
}
.sbc_top span{
	color: #90C42F;
	line-height: 40px;
}
.sbc_top p{
	color: #454545;
	line-height: 40px;
}
.sbc_top:first-child{
	margin-bottom: 60px;
}
.seramb .amb_title{
	margin: 160px 0 10px 0;
}
/*********************** product_info.html **********************/
.product_info_on{
	background: url(../img/poduct_info_09.jpg) no-repeat;
	background-size: cover;
	padding-top: 60px;
}
.gallery-top{
	margin-top: 45px!important;
}
.cc .swiper-slide{
	text-align: center;
}
.thumbnail.pp21{
	width: 100%;
	position: relative;
}
.thumbnail.pp21 .pp22{
	width: 92%;
	padding-bottom: 78px;
	position: relative;
}
.gray_right.pp23{
	top:inherit!important;
	bottom: 45px;	
}
.gray_left.pp23{
	top:inherit!important;
	bottom: 45px;	
}
.gray_right{
	top: 10%!important;
	width: 26px!important;
	height: 28px!important;
	opacity: 0.6;
	margin-top: -15px!important;
	right: 0!important;
	background-image: url(../img/product_info_03.png)!important;
	background-size: auto!important;
}
.gray_left{
	top: 10%!important;
	width: 26px!important;
	height: 28px!important;
	opacity: 0.6;
	margin-top: -15px!important;
	left: 0!important;
	background-image: url(../img/product_info_04.png)!important;
	background-size: auto!important;
}
.pp21 .swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 135px;
    height: 60px;
    opacity: 0.6;
    margin-top: 120px;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.series h6{
	background: #90C42F;
	color: #fff;
	padding: 20px 0;
	margin: 72px 0 40px 0;
	width: 364px;
	text-align: center;
	font-size: 26px;
	font-weight: inherit;
}
.series_center{
	padding-left: 42px;
}
.series_across p{
	margin-bottom:12px
}
    .series_across p:last-child{
        margin-bottom:0;
    }
    .series_across ul:first-child li {
        line-height: 40px;
        color: #2a2a2a;
        font-size: 14px;
    }
.series_across ul:last-child li{
	color: #90C42F;
	line-height: 40px;
	font-size: 14px;
	margin-left: 35px;
}
.series_bottom{
	margin: 48px 0 70px 0;
	display: flex;
}
.series_bottom a:first-child{
	border: 1px solid #c0c0c0;
	border-radius: 25px;
	padding: 12px 42px;
	position: relative;
	overflow: hidden;
}
.series_bottom a:first-child span{
	color: #666666;
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	z-index: 500;
}
.series_bottom a:first-child:before{
	  content: '';
	  position: absolute;
	  width: 2px;
	  height: 2px;
	  background: rgba(0,0,0,0.1);
	  transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -webkit-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -moz-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -ms-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -o-transition: all .6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -o-border-radius: 50%;
	  -ms-border-radius: 50%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  -moz-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	  margin-top: -2px;
	  transform: scale(0, 0);
	  -webkit-transform: scale(0, 0);
	  -moz-transform: scale(0, 0);
	  -ms-transform: scale(0, 0);
	  -o-transform: scale(0, 0);
	  z-index: 2;
}
.series_bottom a:first-child:hover:before{
	  transform: scale(100, 100);
	  -webkit-transform: scale(100, 100);
	  -moz-transform: scale(100, 100);
	  -ms-transform: scale(100, 100);
	  -o-transform: scale(100, 100);
}
.series_bottom a:last-child{
	margin-left: 18px;
}
.series_bottom a:last-child img{
	margin: 7px 10px 0 0;
}
.series_bottom a:last-child span{
	font-size: 30px;
	color: #90C42F;
	font-weight: 600;
}
.wrap .title{
	display: flex;
}
.wrap .title li{
	cursor: pointer;
	padding: 20px 0;
	width: 180px;
	text-align: center;
	background: #dfdfdf;
	color: #888888;
	font-size: 18px;
	margin-right: 4px;
}
.wrap .content1{
	padding: 40px 10px 95px 50px;
}
.wrap .content1>li{
	display: none;
}
.wrap .content1>.contentActive{
	display: block;
}
.titleActive{
	background: #90C42F!important;
	color: white!important;
}
.wrap_in p{
	line-height: 25px;
	color: #2a2a2a;
	font-size: 14px;
}
.threea{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.threea a{
	border: 1px solid #cdcdcd;
	padding: 13px 40px;
	color: #666666;
	border-radius: 25px;
	transition: all ease-out .3s;  
	position: relative;
}
.threea a:hover{
	border: 1px solid #90C42F;
	color: #90C42F;
	transition: all ease-out .3s;  
}
.twoa a{
	padding: 13px 30px;
}
.twoa a:first-child{
	margin-right: 45px;
}
.amp{
	padding-bottom: 76px;
}
.ams{
	margin-top: 124px;
}
/********************* product.html ********************/
.product{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.product_box{
	width: 48%;
	margin-right: 4%;
}
.product_box:nth-of-type(even){
	margin-right: 0;
}
.product_box_img{
	position: relative;
	height: fit-content;
	overflow: hidden;
	transition: all ease-out .3s;
}
.product_box_img:hover .pb_in{
	bottom: 0;
	transition: all ease-out .3s;
}
.pb_in{
	background: rgba(144,196,47,0.95);
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 99%;
	height: 100%;
	transition: all ease-out .3s;
                display: none;
}
.pb_in_word{
	margin-top: 40px;
	margin-left: 160px;
	color: #fff;
	width: 290px;
}
.pb_in_word span{
	font-size: 18px;
	display: block;
	margin-bottom: 52px;
	position: relative;
	color: #fff;
}
.pb_in_word span:after{
	position: absolute;
	content: "";
	border-top: 1px dashed #fff;
	width: 238px;
	bottom: -22px;
	left: 0;
}
.pb_in_word p{
	color: #fff;
	margin-bottom: 15px;
	font-size: 14px;
}
.product_box h6{
	color: #222222;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 38px 0;
	font-weight: inherit;
	transition: all ease-out .3s; 
	height: 24px;
}
.product_box:hover h6{
	color: #90C42F;
	transition: all ease-out .3s;  
}
.product_pag{
	padding: 90px 0 65px 0!important;
}
/************************ about.html **************************/
.about_main_title{
	text-align: center;
	position: relative;
	margin: 70px 0 74px 0;
}
.about_main_title:after{
	position: absolute;
    content: "";
    border-top: 3px solid #939393;
    width: 44px;
    left: 48%;
    bottom: -42px;
}
.about_main_title span{
	position: absolute;
	color: #90C42F;
	font-size: 30px;
	top: 8px;
	left: 45%;
}
.about_main_word{
	padding: 64px 99px 50px 95px;
}
.about_main_word p{
	font-size: 14px;
	color: #888888;
	line-height: 30px;
}
.about .nav_bottom{
	position: inherit;
}
.culture_main{
	display: flex;
}
.culture_main_right{
	margin-left: 68px;
}
.culture .about_main_title{
	margin: 55px 0 110px 0;
}
.culture_main_right{
	padding-top: 15px;
	margin-bottom: 60px;
}
.cmr_box span{
	color: #90C42F;
	font-size: 22px;
}
.cmr_box p{
	color: #666666;
    font-size: 14px;
    margin: 10px 0 25px 0;
}
.culture_main_right .cmr_box:last-child p{
	margin-bottom: 0;
}
/*发展历程*/
.history{
	background: url(../img/about_9.jpg) no-repeat center center;
 
	padding: 50px 0 85px 0;
}
.history_title span{
	text-align: center;
	display: block;
	color: #90C42F;
	font-size: 30px;
	position: relative;
	margin-bottom: 77px;
}
.history_title span:after{
	position: absolute;
	content: "";
	border-top: 3px solid #939393;
	width: 44px;
	left: 48.5%;
	bottom: -22px;
}
#historySlide{
	position: relative;
}
#historySlide .history-c .year{
	font-size:60px;
	color: #90C42F;
	font-weight: lighter;
	padding-right: 60px;
}
.cont{
	display: flex;
	align-items: center;
	margin-left: 274px;
	margin-bottom: 60px;
}
#historySlide .history-c .des{
	font-size:16px;
	color: #666;
}
#historySlide .history-c .des p:first-child{
	font-size: 19px;
}
#historySlide .history-c .des p{
	line-height: 28px;
}
#historySlide .small-day li{
	width: 150px!important;
	background: url(../img/about_03.png) no-repeat top left;
	cursor: pointer;
}
#historySlide .small-day li.on{
	color: #D2232A;
}
.tempWrap ul{
	overflow: inherit!important;
}
#historySlide .time-line{
	width:132px;
	height:48px;
	position: relative;
	margin-left: 99px;
}
#historySlide .time-line .dot{
	padding:5px;
	width:10px;
	height: 10px;
	border:1px solid #90C42F;
	border-radius: 50%;
	opacity: 0;
	transition: all .3s;
	margin-top: 16px;
	margin-left: -54px;
}
#historySlide .small-day li .dot i{
	display: block;
	background: #90C42F;
	width:100%;
	height: 100%;
	border-radius: 50%;
}
#historySlide .small-day li.on .dot{
	opacity: 1;
}
#historySlide .small-day .daty{
	font-size:18px;
	transform: translateX(-50%);
	z-index: 10;
	color: #373737;
	margin-top: 5px;
}
.arrow-right{
    position: absolute;
    top: 14%;
	right: 0;
    z-index: 10;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: url(../img/about_38.png) no-repeat center center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.arrow-left{
    position: absolute;
    top: 14%;
	left: 0;
    z-index: 10;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: url(../img/about_39.png) no-repeat center center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.about_partner{
	background: url(../img/about_11.jpg) no-repeat center center;
	padding-top: 68px;
}
.about_partner .history_title span{
	margin-bottom: 64px;
}
.about_partner .sp1{
	bottom: 33px!important;
}
.honor .about_main_title{
	margin: 48px 0 118px 0;
}
.honor{
	position: relative;
}
.swiper3 .swiper-slide{
	text-align: center;
}
.swiper3 .swiper-slide img{
	border-top: 14px solid #eeeeee;
	border-bottom: 14px solid #eeeeee;
	border-left: 10px solid #eeeeee;
	border-right: 10px solid #eeeeee;
	min-height: 259px;
	max-height: 259px;
}
.swiper3 .swiper-slide p{
	color: #333333;
	font-size: 14px;
	margin: 28px 0 20px 0;
	height: 20px;
	font-weight: 600;
}
.sn3{
	right: 300px!important;
	background: url(../img/about_05.jpg) no-repeat!important;
}
.sp3{
	left: 300px!important;
	background: url(../img/about_06.jpg) no-repeat!important;
}
.abg{
	width: 100%;
	height: 124px;
	background: url(../img/about_37.jpg) no-repeat center center;
}
.abm .about_main_bottom{
	padding: 82px 0 80px 0;
}
.abm .amb_title{
	margin-top: 0;
}
/* 客服 */
.keFu{
	width: 45px;
	position: fixed;
	bottom: 90px;
	right: 0;
	z-index: 5;
	margin: 0;
	 z-index: 1002;
	 display: none;
	 }
.keFu li{
    width: 45px;
    margin-bottom: 1px;
    background: #333;
    height: 45px;
    position: relative;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.keFu li a{
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
    z-index: 5;
    zoom: 1;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.keFu li:hover{
	background: #5574a9;
	}
.keZ{
	overflow: hidden;
	position: absolute;
	width: 140px;
	display: block;
	z-index: 1;
	left: 6em;
	top: 0px;
	  }
.keZ.ema {
	width: 170px; 
	}
.keFu li .keZ a{
    width: auto;
    color: #fff;
    font-size: 13px;
    line-height: 45px;
    padding: 0px 10px;
    background: #90C42F;
    position: relative;
    z-index: 1;
}
.keFu li .keZ a:hover{
	color: #fff;
	}

.kCd{
	 position: absolute;
	 overflow: hidden;
	 top: 0; top: -69px;
	  left: -114px;
	  display: none;
	  /*left: 135px;*/
	 }
.kCd img{
	padding: 5px;
	background: #fff;
	border: 1px solid #0F0F0F;
	}

.kTel{
	background:url(../img/dianhua.png) no-repeat center #90C42F;
	}
.kSyp{
	background:url(img/qqhover.pn) no-repeat center #90C42F;
	}
.kQq{
	background: url(../img/qqhover.png) no-repeat center #90C42F;
	}
.kMail{
	background: url(../img/xinxi.png) no-repeat center #90C42F;
}
.kBack{
	background: url(../img/jiantou_one.png) no-repeat center #90C42F;
	}
.kCode{
	background: url(../img/xinxi.png) no-repeat center #90C42F;
	}
.kWeixin {
	 background: url(../img/weixin.png) no-repeat center #90C42F; 
	 }
.keFu li:hover .kTel,
.keFu li:hover .kSyp,
.keFu li:hover .kQq,
.keFu li:hover .kMail,
.keFu li:hover .kBack,
.keFu li:hover .kCode,
.keFu li:hover .kWeixin {
	background-color: #454545;
	}
.lastk { display: none; }
.weixin-box { position: absolute; right: 50px; bottom: 0; border: 1px solid #bbb; *zoom: 1; background-color: #fff;padding: 5px; display: none;width: 90px; }
.weixin-box h6 { line-height: 24px; text-align: center; }