.header{
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.nav li{
	line-height: 90px;
	padding: 0 20px;
	font-size: 1.6rem;
	color: #666;
	margin: 0 10px;
}
.search{
	width: 220px;
	height: 40px;
	background: #eee;
	border-radius: 20px;
	overflow: hidden;
}
.search input{
	height: inherit;
	background: none;
	width: 183px;
	line-height: 40px;
	border: none;
	padding-left: 8%;
}
.search button{
	width: 26px;
	height: 26px;
	border-radius: 26px;
	background: #00923f;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.banner .swiper-container{
	--swiper-pagination-color: #00923f;/* 两种都可以 */
}
.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}

.module1{
	background: url(../images/inaboutbg.jpg) no-repeat center top;
	width: 100%;
	height: 573px;
}
.inabout_left{
	width: 630px;
}
.inabout_left h3{
	font-size: 3rem;
	color: #00923f;
	padding: 30px 0;
}
.inabout_leftc{
	font-size: 1.6rem;
	color: #666;
	line-height: 40px;
	padding-bottom: 50px;
}
/**/
.inabout_leftc span{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.inabout_right{
	width: 652px;
}
.inabout{
	padding-top: 78px;
}
.more_s{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #999;
	font-size: 1.4rem;
	border-radius: 25px;
	border: 1px solid #999;
	overflow: hidden;
	transition: ease-in-out .3s;
}
.more_s:hover{
	color: #fff;
	background: #00923F;
	border: 1px solid #00923F;
}

.module2{
	background: url(../images/index_probg.jpg) no-repeat center top;
	width: 100%;
	height: 811px;
}
.inpro_title{
	font-weight: bold;
	color: #fff;
	font-size: 3.6rem;
	text-align: center;
	padding: 80px 0 45px;
}
.inpro{
	max-width: 1420px;
	margin: 0 auto;
}

.inpro_list li{
	width: 335px;
	height: 285px;
	overflow: hidden;
	margin:15px 10px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	transition: ease-in-out .3s;
	padding-bottom: 30px;
	background: #fff;
}

.inpro_list li figcaption{
	position: absolute;
	text-align: center;
	bottom: 15px;
	left: 0;
	z-index: 2;
	width: 100%;
	color: #666;
	font-size: 1.6rem;
}
.inpro_list li aside{
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 3;
	background: rgba(0,146,63, 0);
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 0 25px;
	font-size: 1.4rem;
	line-height: 28px;
	transition: ease-in-out .3s;
}
.inpro_list li aside h3{
	text-align: center;
	font-size: 2.4rem;
	padding: 35px 0 20px;
}
.inpro_list li:hover aside{
	display: block;
	background: rgba(0,146,63, 1);
}


.inpro_hotlist{
	position: relative;
}
.inpro_hotlist .swiper-pagination{
	left: 47%;
	text-align: center;
	margin-top: 35px;
}
.inpro_hotlist .swiper-pagination-bullet{
	margin: 0 5px;
	width: 20px;
	height: 10px;
	border-radius: 5px;
}
.inpro_hotlist .swiper-pagination-bullet-active{
	width: 40px;
	background: #00923F;
}
.inpro_hotlist .swiper-slide{
	border: 1px solid #ccc;
	transition: ease-in-out .3s;
}
.inpro_hotlist .swiper-slide p{
	color: #000;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	background: #999999;
	color: #fff;
	transition: ease-in-out .3s;
}
.inpro_hotlist .swiper-slide:hover{
	border: 1px solid #00923f;
}
.inpro_hotlist .swiper-slide:hover p{
	background: #00923f;
}
.module3{
	padding: 170px 0 130px;
}

.module4{
	background: url(../images/index_probg.jpg) no-repeat center top;
	width: 100%;
	height: 784px;
}
.innews_list ul{
	justify-content: space-between;
}
.innews_list li{
	width: 49%;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	transition: ease-in-out .3s;
}
.innews_list li a{
	
	width: 100%;
}

.innews_list li figure{
	width: 175px;
	height: 130px;
	overflow: hidden;
	flex: 0 0 auto;
}
.innews_list li figcaption{
	padding-left: 30px;
}
.innews_list li figcaption h3{
	font-size: 2rem;
	color: #000;
	padding-top: 5px;
}
.innews_list li figcaption div{
	font-size: 1.4rem;
	color: #666;
	line-height: 24px;
	margin: 15px 0 15px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.innews_list li aside{
	color: #999;
}
.innews_list li aside i{
	margin-right: 5px;
}
.innews_list li:hover{
	background: #00923f;
}
.innews_list li:hover div{
	color: #fff;
}
.innews_list li:hover figcaption h3{
	color: #fff;
}
.innews_list li:hover aside{
	color: #fff;
}
.module5{
	background: url(../images/incontactbg.jpg) no-repeat center top;
	width: 100%;
	height: 537px;
	text-align: center;
}
.incontact1{
	font-size: 3.6rem;
	color: #666;
	font-weight: bold;
	padding: 55px 0 24px;
}
.incontact2{
	font-size: 6rem;
	color: #999;
	font-weight: bold;
}
.incontact3{
	font-size: 3.2rem;
	color: #00923f;
	font-weight: 300;
	padding: 40px 0 30px;
}
.incontact3 i{
	display: block;
	font-size: 5rem;
	padding-bottom: 10px;
}
.incontact_a{
	font-size: 1.6rem;
	color: #999;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	display: block;
	border: 1px solid #999;
	border-radius: 25px;
	overflow: hidden;
	transition: ease-in-out .3s;
}
.incontact_a:hover{
	color: #fff;
	background: #00923f;
	border: 1px solid #00923f;
}

/*footer*/
.footer{
	border-top: 10px solid #00923f;
	background: #222;
	padding-top: 60px;
}
.copyall{
	background: none;
}
.copy{
	background: #00923f;
	color: #fff;
	text-align: left;
}
.copy a{
	color: #fff;
}
.copy a.lehuan{
	float: right;
}
.footer_contact{
	color: #fff;
	text-align: left;
	margin-right: 80px;
}
.footer_contact h3{
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 30px;
}
.footer_contact div{
	font-size: 1.6rem;
	line-height: 36px;
	color: #ccc;
}

.footeral em{
	font-size: 1.8rem;
	font-weight: bold;
	color: #00923f;
	display: block;
	white-space:nowrap;
}
.footer_navabout{
	margin-top: 54px;
	padding: 0 74px;
	border-left: 1px solid #494949;
	padding-bottom: 50px;
}
.footer_navabout a{
	font-size: 1.6rem;
	color: #ccc;
	display: block;
	padding: 9px 0;
	transition: ease .3s;
}
.footer_navabout a:hover{
	color: #00923f;
}
.footer_navabout em{
	padding-bottom: 11px;
}
.footer_pronav{
	width: 200px;
}
.footer_pronav a{
	width: 50%;
	text-align: left;
}
.fon1 em{
	text-align: left;
}
.fon1{
	border-right: 1px solid #494949;
}
.footer_mess{
	width: 410px;
	margin-top: 54px;
	padding-bottom: 50px;
	margin-left: 60px;
	flex: 1 0 410px;
	
}
.footer_mess em{
	text-align: left;
	padding-bottom: 20px;
}
.footer_mess input{
	width: 200px;
	background: #444;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	padding-left: 3%;
	border-radius: 5px;
	overflow: hidden;
}
.footer_mess input[type="mail"]{
	width: 100%;
}
.footer_mess textarea{
	width: 100%;
	background: #444;
	color: #999;
	padding: 3%;
	border-radius: 5px;
		overflow: hidden;
}
.footer_mess button{
	width: 200px;
	background: #00923f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
		overflow: hidden;
}
.footer_mess li{
	margin-bottom: 10px;
}


/*inside*/
.inside_banner{
	position: relative;
}
.inside_banner_font{
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
}
.inside_banner_font h3{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
	padding-bottom: 23px;
}
.inside_nav ul{
	justify-content: center;
}
.inside_nav li{
	width: 218px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	border: 1px solid #d8d9d9;
}
.inside_nav li a{
	color: #ccc;
	font-size: 17px;
	display: block;
}
.inside_nav li.active a{
	background: rgba(0,146,63, .5);
}
.inside_nav li a:hover{
	background: rgba(0,146,63, .5);
}

.about{
	height: auto;
	background-position: center bottom;
}
.about .inabout{
	align-items: center;
}


/*发展历程*/
.about_page2 {
    background: url(../images/fazhanbg.jpg) no-repeat center top;
    padding: 95px 0 80px 0;
}
.about_title {
    font-size: 36px;
   text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
.about_titles{
	font-size: 16px;
	line-height: 28px;
	color: #999;
	padding-top: 15px;
	padding-bottom: 20px;
}
.about_title hr{
	width: 70px;
	height: 10px;
	background: #00923F;
	border: none;
}
.hist_page{
    padding-bottom: 100px;
}
.hist_page_tab1 {
    position: relative;
    background: url(../images/line.jpg) left bottom 18px repeat-x;
}
.hist_page_tab1 .swiper-container{
    
}
.hist_page_tab1 .swiper-slide{
    text-align: center;
    cursor: pointer;
    position: relative;
}
.hist_page_tab1 .swiper-slide .years{
    font-size:20px;
    color: #ccc;
    line-height: 60px;
    padding-bottom: 40px;
    background:url("../images/point.png") left 50% bottom 10px no-repeat;
}
.hist_page_tab1 .swip_choose .years{
    font-size:24px;
    color: #fff;
    font-weight: bold;
    background:url("../images/point2.png") left 50% bottom 10px no-repeat;
}
.hist_page_tab1 .swiper-pagination-bullet-active{
    background: #788498;
}

.years img{
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -5px;
    z-index: 999;
}
.histab2_time span{
    font-size: 32px;
    color: #788498;
}
.histab2_time i{
    font-size: 48px;
    color: #788498;
    padding-left: 10px;
}
.hist_page_tab2{
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
}
.hist_page_tab2_in{
    display: none;
}
.hist_page_tab2_in:first-child{
    display: block;
}

.hist_page .swiper-button-next{
    width:50px;
    height:50px;
    background:url("../images/right22.png") left top no-repeat;
    top:42%;
    right:-40px;
    margin-top: 13px;
    -webkit-background-size: cover;
    background-size: cover;
}
.hist_page .swiper-button-prev{
    width: 50px;
    height: 50px;
    background:url("../images/left22.png") left top no-repeat;
    top:42%;
    left:-40px;
    margin-top: 13px;
    -webkit-background-size: cover;
    background-size: cover;
}
.hist_page .swiper-button-prev.swiper-button-disabled{
	background:url("../images/left2.png") left top no-repeat;
	opacity: 1;
}
.hist_page .swiper-button-next.swiper-button-disabled{
	background:url("../images/right2.png") left top no-repeat;
	opacity: 1;
}
.histab2_list h3{
    font-size:48px;
    color: #444;
    font-weight: 100;
    padding-bottom: 30px;
}
.histab2_list p{
    font-size: 2.4rem;
    color: #fff;
    line-height: 2;
}
.histab2_tukuang{
    width: 100%;
    margin: 0 auto;
    
}

.histab2_tukuang .histab2_list{
    width: 100%;
    max-width: 965px;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
}
.hist_page .swiper-button-prev:after{
	display: none;
}
.hist_page .swiper-button-next:after{
	display: none;
}

/*荣誉*/
.about_page{
	padding: 78px 0;
}
.honor_title{
	font-size: 3.6rem;
	color: #00923f;
	text-align: center;
}
.honor_titles{
	text-align: center;
	color: #999;
	font-size: 1.6rem;
	padding: 10px 0 40px;
}
.honorlist li{
	border: 1px solid #ccc;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.honorlist li:nth-child(4n){
	margin-right: 0px;
}

.honorlist li img{
	width: 290px;
	height: 400px;
	object-fit: contain;
}
.honorlist li a{
	display: block;
	position: relative;
	padding: 17px;
}
.honorlist li aside{

	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding-top: 42%;
	transition: ease-in-out .3s;
}
.honorlist li aside i{
	display: block;
	margin: 0 auto;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #fff;
	font-size: 3rem;
	background: #209E57;
	border-radius: 64px;
	overflow: hidden;
	margin-bottom: 35px;
}
.honorlist li:hover aside{
	top: 0;
}

.proCategory{
	padding: 80px 0;
}
.proCategory_title{
	font-size: 3.6rem;
	font-weight: bold;
	color: #00923f;
	text-align: center;
}
.proCategory_list{
	padding-top: 35px;
}
.proCategory_list li{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: ease .3s;
}
.proCategory_list li article{
	width: 420px;
	height: 280px;
	flex: 0 0 auto;
}
.proCategory_list li aside{
	padding:0 35px;
}
.proCategory_list li aside h3{
	font-weight: bold;
	font-size: 2.2rem;
	color: #666;
	padding-top: 50px;
	padding-bottom: 25px;
}
.proCategory_list li aside .content{
	font-weight: bold;
	font-size: 1.6rem;
	color: #666;
	font-weight: normal;
	line-height: 28px;
}
.proCategory_list li aside a{
	margin-top: 35px;
	display: block;
	width: 160px;
	height: 40px;
	border: 1px solid #ccc;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	color: #666;
	border-radius: 20px;
	overflow: hidden;
	transition: ease .3s;
}

.proCategory_list li:hover{
	border: 1px solid #00923f;
}
.proCategory_list li:hover a{
	color: #fff;
	background: #00923f;
	border: 1px solid #00923f;
}

.apage{
	padding: 60px 0;
}
.prolist_left{

	width: 270px;
}
.prolist_left li{
	background: url(../images/sj_icon.png) no-repeat 30px center #999999;
	padding-left: 57px;
	line-height: 55px;
	font-size: 17px;
	color: #fff;
	transition: ease .3;
	margin-bottom: 2px;
}
.prolist_left li a{
	color: #fff;
	display: block;
}
.prolist_left li:hover{
	background: url(../images/sj_icon.png) no-repeat 30px center #00923f;
}
.prolist_left li.active{
	background: url(../images/sj_icon.png) no-repeat 30px center #00923f;
}
.prolist_right_title{
	font-size: 2.6rem;
	color: #00923f;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 25px;
	position: relative;
}
.prolist_right_title:after{
	content: '';
	position: absolute;
	bottom: -6px;
	width: 100px;
	height: 6px;
	background: #00923f;
	left: 0;

}

.prolist_right{
	width: 1070px;
}

.prolist_rightlist li{
	padding: 10px;
	border: 1px solid #eee;
	margin-right: 30px;
	margin-top: 30px;
	transition: ease .3;
}
.prolist_rightlist li:nth-child(3n){
	margin-right: 0px;
}
.prolist_rightlist li figure{
	width: 314px;
	height: 274px;
	overflow: hidden;
}
.prolist_rightlist li a{
	display: block;
	transition: ease .3;
}
.prolist_rightlist li figcaption{
	line-height: 40px;
	text-align: center;
	background: #ccc;
	color: #fff;

}
.prolist_rightlist li:hover{
	border: 1px solid #00923f;
	box-shadow: 0 1px 10px #ccc;
}
.prolist_rightlist li a:hover figcaption{

	background: #00923f;

}

.proden{
	width: 448px;
	height: 448px;
	border: 1px solid #eee;
}
.prosnn{
	width: 560px;
	height: 448px;
	position: relative;
}
.prodetail_title{
	font-size: 2.4rem;
	color: #666;
	padding-bottom: 28px;
	border-bottom: 1px dashed #ccc;
}
.pageprolist{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0;
	width: 100%;
}
.pageprolist a{
	color: #999;
	font-size: 13px;
	line-height: 43px;
	text-align: center;
	width: 33.33%;
	display: inline-block;
	border: 1px solid #eee;
	vertical-align: top;
}
.prodetail_sj{
	padding: 30px 0;
	font-size: 17px;
	line-height: 28px;
	color: #666;
}
.prodetail_sj p{
	line-height: 22px;
}
.prodetail_con{
	margin-top: 30px;
}
.prodetail_con_title{
	height: 55px;
	background: #eeeeee;
}
.prodetail_con_title em{
	display: block;
	width: 180px;
	height: 55px;
	text-align: center;
	color: #fff;
	background: #00923f;
	font-size: 2rem;
	line-height: 55px;
}
.prodetail_con_edit{
	padding: 2%;
	line-height: 1.7;
	font-size: 1.4rem;
	color: #666;
}
.prodetail_con_edit table{
	width:100%;
}

.prodetail_con_edit {
	font-size: 15px;
    line-height: 37px;
}
.prodetail_con_edit p{
	font-size: 15px;
    line-height: 37px;
}
.prodetail_con_edit table{
	margin-top:20px;
}

.prodetail_con_edit table td div{
	color:#333;
}
.prodetail_con_edit table tr{
	line-height:40px;
}

.news li{
	width: 100%;
}
.news li figure{
	width: 295px;
	height: 220px;
	float: left;
}
.news li figure img{
	width: 100%;
}
.news li figcaption{
	max-width: 955px;
	float: left;
	padding-left: 50px;
}
.news li figcaption h3{
	font-size: 2.2rem;
}
.news li figcaption div{
	padding-top: 30px;
	line-height: 30px;
	font-size: 1.5rem;
	height: 88px;
	color: #666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 60px;
}
.newslist{
	padding: 80px 0;
}
.newsdetail{
	background: #eee;
	padding: 50px 0;
}
.newsdetail_content{
	border-radius: 25px;
	overflow: hidden;
	background: #fff;
	padding: 45px 65px;
}
.newsdetail_title{
	font-size: 3rem;
	padding-bottom: 20px;
}
.newsdetail_content aside{
	color: #999;
}
.newsdetail_content aside i{
	margin-right: 10px;
}
.newsedit{
	padding-top: 20px;
	font-size: 1.7rem;
	line-height: 60px;
	color: #666;
	padding-bottom: 30px;
}
.newsli{
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.newsli p{
	padding-bottom: 30px;
	color: #666;
}
.newsli p em{
	font-size: 1.4rem;
	color: #000;
}
.downlist{}
.downlist li{
	cursor: pointer;
	position: relative;
	width: 23%;
	margin-right: 30px;
	padding: 40px 30px;
	border: 1px solid #eeeeee;
	height: 300px;
	margin-bottom: 28px;
}
.downlist li:nth-child(4n){
	margin-right: 0px;
}
.downlist li h3{
	font-size: 22px;
	padding-bottom: 40px;
}
.downlist li aside{
	color: #999;
}
.downlist li a{
	position: absolute;
	bottom: 40px;
	left: 30px;
	font-size: 1.6rem;
	color: #999;
	text-decoration: underline;
}
.downlist li:hover{
	box-shadow: 0 1px 7px #ccc;
	border: 1px solid #00923f;
}
.downlist li:hover h3{
	color: #00923f;
}
.downlist li:hover a{
	color: #00923f;
	font-weight: bold;

}

.contact{
	max-width: 1340px;
	margin: 0 auto;
	padding: 95px 0;
}
.contact_left{
	float: left;
	width: 600px;
}
.contact_left_title{
	font-size: 1.4rem;
	color: #999;
	
}
.contact_left_title h3{
	display: inline-block;
	font-size: 4.8rem;
	font-weight: bold;
	color: #00923f;
	margin-right: 30px;
	padding-bottom: 45px;
}
.contact_left_mess li{
	margin-bottom: 10px;
}
.contact_left_mess li input{
	width: 290px;
	line-height: 43px;
	height: 43px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	overflow: hidden;
	padding-left: 3%;
	font-size: 15px;
	color: #999;
}
.contact_left_mess li input[type='email']{
	width: 100%;
	
}
.contact_left_mess li input[type='tel']{
	margin-left: 19px;
	
}
.contact_left_mess li textarea{
	padding: 3%;
	color: #999;
	font-size: 15px;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 5px;
	overflow: hidden;
	height: 240px;
}
.contact_left_mess li button{
	color: #fff;
	font-size: 15px;
	width: 290px;
	background: #00923f;
	border-radius: 5px;
	overflow: hidden;
	line-height: 43px;
	height: 43px;
	margin-left: 19px;
}
.contact_middle{
	float: left;
	padding-top: 100px;
	padding-left: 100px;
}
.contact_middle h3{
	font-size: 2.4rem;
	font-weight: bold;
	color: #444444;
	padding-bottom: 45px;
	/**/width: 364px;
}
.contact_middle li{
	padding-bottom: 25px;
	padding-left: 22px;
	font-size: 17px;
	color: #666;
	background: url(../images/ss.jpg) no-repeat left 8px;
}
.contact_right{
	text-align: center;
	float: right;
	margin-top: 130px;
	width: 270px;
	height: 340px;
	background: #eee;
	padding-top: 60px;
}
.contact_right img{
	width: 164px;
	height: 164px;
}
.contact_right p{
	padding-top: 25px;
	font-size: 14px;
	color: #999;
}


.menu{
	display: none;
}
.menu_down{
	display: none;
}
.map{
width: 100%;
	height: 500px;
}
#map{
	width: 100%;
	height: inherit;
}
.contact_left_mess li.left1{
	float: left;
	width: 290px;
	position: relative;
}
.contact_left_mess li.left1 img{
	position: absolute;
	top: 0;
	right: 0;
}
.left1{
	
}