.head{
	width: 100%;
	height: 90px;
	position: absolute;
	left:0;
	top:30px;
	z-index: 999;
}
.header{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	height: inherit;
	padding: 10px 0 10px 30px;
	box-shadow: 0px 0px 5px #666;
}
.nav ul{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.nav ul li{
	height: 90px;
	position: relative;
	padding:0 10px;
}
.nav ul li:first-child{
	padding-left: 0;
}
.nav ul li a{
	font-size:16px;
	color: #666;
	font-weight: 400;
	display: block;
	padding: 0 20px;
	height: inherit;
	line-height: 90px;
	position: relative;
}
.nav ul li::after{
	content:'';
	position: absolute;
	z-index: 9999;
	left:0;
	top:0;
	width: 100%;
	height: 7px;
	background: #eee;
}
.nav ul li a::before{
	content:'';
	position: absolute;
	z-index: 99999;
	left:50%;
	top:0;
	width: 0%;
	height: 7px;
	background: #2c6e4f;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.nav ul li:last-child a::before{
	display: none;
}
.nav ul li.nav_hover a::before{
	width: 100%;
	left:0;	
}
.nav ul li:hover a::before{
	width: 100%;
	left:0;
}
.moudle_page1{
	padding: 44px 0 70px 0;
}
.in_title h3{
	width: 100%;
	color: #2c6e4f;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 3px;
}
.in_title p{
	width: 100%;
	color: #999999;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
	position: relative;
}
.in_title p::after{
	content:'';
	position: absolute;
	left:calc(50% - 25px);
	bottom:0;
	width: 50px;
	height: 5px;
	background: #b2763a;
} 
.in_pro_swiper{
	padding-top: 40px;
}
.in_pro_swiper .swiper-slide{
	border:2px solid #eee;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.in_pro_swiper .swiper-slide figure{
	width: 100%;
	height: 283px;
}
.in_pro_swiper .swiper-slide figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.in_pro_swiper .swiper-slide figcaption{
	padding: 20px 30px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.in_pro_swiper .swiper-slide figcaption i{
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: block;
	color: #d3d3d3;
	font-size: 2.2rem;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.in_pro_swiper .swiper-slide figcaption::after{
	position: absolute;
	content: '';
	top:0;
	left:calc(50% - 38%);
	width: 75%;
	height: 1px;
	background: #eee;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.in_pro_swiper .swiper-slide figcaption h6{
	font-size: 16px;
	color: #444;
	font-weight: 400;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0;
}
.in_pro_swiper .swiper-slide figcaption p{
	font-size: 12px;
	color: #999;
	font-weight: 400;
	padding-top: 10px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.in_pro_swiper .swiper-slide:hover{
	border:2px solid #2c6e4f;
	box-shadow: 0px 0px 8px 3px #ccc;
}
.in_pro_swiper .swiper-slide:hover figcaption::after{
	background: #2c6e4f;
}
.in_pro_swiper .swiper-slide:hover figcaption i{
	background: #2c6e4f;
	color: #fff;
}
.in_pro_swiper .swiper-slide:hover figcaption h3{
	color: #b2763a;
}
.in_pro_swiper .swiper-slide:hover figcaption p{
	color: #000;
}
.inpro_more a{
	width: 140px;
	height: 38px;
	border:1px solid #d2d2d2;
	display: block;
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 38px;
	border-radius: 20px;
	margin:40px auto 0 auto;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.inpro_more a:hover{
	background: #2c6e4f;
	color: #fff;
	border:1px solid #fff;
}
.in_pro_swiper{
	position: relative;
}
.in_pro_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:-80px;
}
.in_pro_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right:-80px;
}
.moudle_page2{
	height: 626px;
	background: url(../images/in_aboutbg.jpg) no-repeat center center;
}
.in_about{
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.in_about .title{
	margin-bottom: 60px;
}
.in_about .title h3{
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 3px;
}
.in_about .title p{
	font-size: 11px;
	color: #698f78;
	font-weight: 400;
}
.in_about p{
	width: 57%;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	font-weight: 400;
}
.in_about .about_list ul{
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	margin-top: 65px;
	width: 600px;
}
/*.in_about .about_list ul li{
	margin-right: 120px;
}*/
.in_about .about_list ul li:last-child{
	margin-right: 0;
}
.in_about .about_list ul li figure{
	text-align: center;
}
.in_about .about_list ul li figcaption{
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	padding-top: 18px;
}
.moudle_page3{
	height:358px;
	background: url(../images/middle_barbg.jpg) no-repeat center center;
}
.middle_bar{
	width: 100%;
	height: inherit;
	position: relative;
}
.middle_bar figure{
	position: absolute;
	left:0;
	top:10px;
	z-index: 999;
	width: 100%;
	height: auto;
}
.middle_bar figcaption div{
	width: 310px;
	height: 33px;
	background: #b2763a;
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	margin-bottom: 12px;
}
.middle_bar figcaption div p{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	-webkit-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	-o-transform: skewX(15deg);
	transform: skewX(15deg);
	width: 100%;
	height: 100%;
	line-height: 33px;
	text-align: center;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0;
}
.middle_bar figcaption h3{
	font-size: 48px;
	color: #fff;
	font-weight: 400;
}
.middle_bar figcaption{
	position: absolute;
	left:40%;
	top:40%;
}
.moudle_page4{
	padding: 76px 0 70px 0;
	background: #f4f8f6;
}
.news_list ul{
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
}
.news_list ul li{
	width: 380px;
	margin-right: 30px;
	background: #fff;
	border:2px solid #ebebeb;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	margin-bottom: 30px;
}
.in_news ul li{
	margin-bottom: 0;
	border:2px solid #f4f8f6;
}
.news_list ul li:last-child{
	margin-right: 0;
}
.news_list ul li figure{
	width: 100%;
	height: 235px;
	overflow: hidden;
}
.news_list ul li figure img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.news_list ul li figcaption{
	padding: 40px 35px 45px 35px;
}
.news_list ul li figcaption p{
	font-size: 15px;
	color: #666;
	padding-bottom: 25px;
}
.news_list ul li figcaption h3{
	font-size: 18px;
	color: #666;
	font-weight: bold;
	line-height: 30px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_list ul li figcaption h6{
	font-size: 14px;
	color: #b2763a;
	padding-top: 75px;
}
.news_list ul li:hover{
	border:2px solid #2c6e4f;
}
.news_list ul li:hover h3{
	color: #2c6e4f;
}
.news_list ul li:nth-child(3n){
	margin-right: 0;
}
.column{
	background: #333;
	padding-bottom: 80px;
}
.footer_column{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.footer_logo{
	border-top:13px solid #2c6e4f;
	padding-top: 34px;
	width: 360px;
	text-align: center;
}
.footer_logo i{
	color: #fff;
	font-size: 2.7rem;
	padding-top: 40px;
	display: block;
}
.footer_logo h6{
	font-size: 20px;
	color: #ccc;
	font-weight: 100;
	padding-top: 10px;
}
.footer_logo p{
	font-size: 14px;
	color: #999;
	font-weight: 400;
	padding-top: 12px;
}
.footer_nav{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 45px;
	margin-right: 100px;
}
.footer_nav_mod{
	margin-left: 90px;
}
.footer_nav_mod:first-child{
	margin-left: 0;
}
.footer_nav_mod p{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 27px;
}
.footer_nav_mod ul li{
	padding-bottom: 22px;
} 
.footer_nav_mod ul li a{
	font-size: 14px;
	color: #ccc;
	font-weight: 200;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.footer_nav_mod ul li a:hover{
	color: #fff;
}
.copyall .copy{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}




.inside_banner{
	position: relative;
}
.inside_coulem{
	position: absolute;
	left:360px;
	bottom:110px;
}
.inside_coulem h3{
	font-size: 4.8rem;
	color: #fff;
	font-weight: 400;
}
.inside_coulem ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
.inside_coulem ul li{
	height: 42px;
	border:1px solid #fff;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.inside_coulem ul li.bl0{
	border-left: none;
}
.inside_coulem ul li a{
	padding: 0 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 42px;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	display: block;
}
.inside_coulem ul li:hover{
	background: #2c6e4f;
}
.inside_coulem ul li.inside_coulem_hover a{
	background: #2c6e4f;
}
.about_inside .inside_page1{
	padding: 70px 0 70px 0;
	text-align: center;
}
.about_inside .inside_page1 h6{
	font-size: 18px;
	color: #000;
	font-weight: 100;
}
.about_inside .inside_page1 h3{
	color: #2c6e4f;
	font-size: 42px;
	font-weight: 400;
	padding-bottom: 14px;
	text-transform: capitalize;
}
.about_inside .inside_page1 .img{
	margin-bottom: 16px;
}
.about_inside .inside_page1 p{
	font-size: 15px;
	color: #666;
	line-height: 42px;
}
.about_inside .inside_page1 p span{
	font-size: 18px;
	color: #010101;
	font-weight: 400;
}
.about_inside .inside_page1 h4{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/about_img6.jpg) no-repeat center 27px;
}
.about_inside .inside_page2{
	padding: 80px 0 120px 0;
	background: url(../images/about_img2.jpg) no-repeat center center;
}
.about_inside .title{
	font-size: 42px;
	color: #fff;
	text-align: center;
	padding-bottom: 14px;
}
.img{
	text-align: center;
}
.honor_swiper{
	padding-top: 50px;
	position: relative;
}
.honor_swiper .swiper-slide{
	background: #fff;
	padding: 10px;

}
.honor_swiper .swiper-slide a{
	display: block;
	width: 100%;
	height: 370px;
}
.honor_swiper .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.honor_swiper .swiper-pagination{
	width: 100%;
	margin-top: 45px;
}
.honor_swiper .swiper-pagination-bullet{
	width: 25px;
	height: 6px;
	border-radius: 3px;
	margin:0 5px;
}
.honor_swiper .swiper-pagination-bullet-active{
	background: #b2763a;
}
.workshop_list ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
}
.workshop_list ul li{
	margin-right: 20px;
	margin-bottom: 20px;
	width: 385px;
	height: 290px;
	position: relative;
	overflow: hidden;
}
.workshop_list ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.workshop_list ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.workshop_list ul li:nth-child(3n){
	margin-right: 0;
}
.ws_rseach{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	left:0%;
	top:100%;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	cursor: pointer;
	pointer-events:none;
}
.workshop_list ul li:hover .ws_rseach{
	left:0;
	top:0;
}
.load{
	padding-top: 20px;
	text-align: center;
}
.about_inside .inside_page1 .load p{
	font-size: 14px;
	color: #999;
	line-height: 32px;
	padding-top: 3px;
}
.inside_coulem2 div{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}
.inside_coulem2 div p{
	font-size: 15px;
	color: #fff;
	padding: 0 20px;
}
.inside_coulem2 div a{
	display: block;
	font-size: 15px;
	color: #fff;
}
.inside_coulem2{
	bottom: 65px;
}
.product_inside .inside_page1{
	padding: 40px 0 60px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.pro_left_nav{
	width: 200px;
}
.pro_left_nav .pro_left_top{
	width: 100%;
	height: 65px;
	background: #2c6e4f;
	line-height: 65px;
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.left_nav ul{
	display: none;
}
.lnav_hov ul{
	display: block;
}
.left_nav p{
	width: 200px;
	height: 46px;
	background: #ebebeb;
	font-size: 16px;
	color: #777777;
	line-height: 46px;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
}
.left_nav p::after{
	content: '';
	position: absolute;
	right: 20px;
	top:calc(50% - 2px);
	width: 8px;
	height: 4px;
	background: url(../images/product_img1.jpg) no-repeat center center;
}
.lnav_hov p{
	color: #2c6e4f;
}
.lnav_hov p::after{
	background: url(../images/product_img2.jpg) no-repeat center center;
}
.left_nav ul li{
	width: 100%;
	height: 40px;
	border-bottom: 1px dashed #eee;
}
.left_nav ul li a{
	font-size: 14px;
	color: #999;
	font-weight: 400;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0;
}
.left_nav ul li:hover a{
	color: #000;
}
.left_nav ul li:last-child{
	margin-bottom: 10px;
}
.procalss_list{
	width: 1000px;
	padding-left: 50px;
}
.procalss_list .procalss_list_title{
	width: 100%;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	padding-bottom: 22px;
	border-bottom: 1px solid #ebebeb;
	padding-top: 8px;
}
.procalss_list ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
}
.procalss_list ul li{
	width: 30%;
	margin-right: 30px;
	border:2px solid #eeeeee;
	margin-bottom: 30px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.procalss_list ul li:nth-child(3n){
	margin-right: 0;
}
.procalss_list ul li figure{
	width: 100%;
	height: 286px;
	text-align: center;
}
.procalss_list ul li figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.procalss_list ul li figcaption{
	padding: 20px 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.procalss_list ul li figcaption::after{
	position: absolute;
    content: '';
    top: 0;
    left: calc(50% - 38%);
    width: 75%;
    height: 1px;
    background: #eee;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.procalss_list ul li figcaption h6{
	font-size: 16px;
    color: #444;
    font-weight: 400;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.procalss_list ul li figcaption p{
	font-size: 12px;
    color: #999;
    font-weight: 400;
    padding-top: 10px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.procalss_list ul li figcaption i{
	width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: block;
    color: #d3d3d3;
    font-size: 2.2rem;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.procalss_list ul li:hover{
	border:2px solid #2c6e4f;
	box-shadow: 0px 0px 8px 3px #ccc;
}
.procalss_list ul li:hover figcaption::after{
	background: #2c6e4f;
}
.procalss_list ul li:hover figcaption i{
	background: #2c6e4f;
	color: #fff;
}
.procalss_list ul li:hover figcaption h3{
	color: #b2763a;
}
.procalss_list ul li:hover figcaption p{
	color: #000;
}
.pro_dea{
	width: 100%;
	padding-left: 50px;
}
.pro_dea_lr{
	display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    position: relative;
}
.pro_dea_lr figure{
    width: 498px;
    height: 498px;
    border: 1px solid #e5e5e5;
}
.pro_dea_lr figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro_dea_lr figcaption{
    width: 450px;
    height: 100%;
    padding-left: 40px;
}
.pro_dea_lr figcaption h6{
	font-size: 14px;
	color: #999;
	font-weight: bold;
	padding-bottom: 5px;
}
.pro_dea_lr figcaption h3 {
    font-size: 2.4rem;
    font-weight: 400;
    color: #2c6e4f;
    padding-bottom: 20px;
}
.pro_dea_lr figcaption .pro_next {
    position: absolute;
    bottom: 0;
    left: 540px;
    width: 330px;
    height: 55px;
    border: 1px solid #eeeeee;
}
.pro_dea_lr figcaption .pro_next ul{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.pro_dea_lr figcaption .pro_next ul li{
    width: 33.33%;
    border-left: 1px solid #eee;
    height: 100%;
}
.pro_dea_lr figcaption .pro_next ul li:first-child{
    border-left: none;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    background: url(../images/pro_prev.jpg) no-repeat center center;
}
.pro_dea_lr figcaption .pro_next ul li:nth-child(2){
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    background: url(../images/pro_list.jpg) no-repeat center center;
}
.pro_dea_lr figcaption .pro_next ul li:last-child{
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    background: url(../images/pro_next.jpg) no-repeat center center;
}
.pro_dea_lr figcaption .pro_next ul li:first-child:hover{
	background: url(../images/pro_prev1.jpg) no-repeat center center;
}
.pro_dea_lr figcaption .pro_next ul li:nth-child(2):hover{
	background: url(../images/pro_list2.jpg) no-repeat center center;
}
.pro_dea_lr figcaption .pro_next ul li:last-child:hover{
	background: url(../images/pro_next3.jpg) no-repeat center center;
}
.pro_dea_lr figcaption .pro_next ul li a {
    display: block;
    width: 100%;
    height: 53px;
    line-height: 53px;
}
.paging{
    margin-top: 30px;
    width: 100%;
    height: 50px;
    background: #f3f3f3;
}
.paging p{
    height: 50px;
    line-height: 50px;
    width: 180px;
    background: #2c6e4f;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}
.pro_bjq {
    padding: 30px 0 50px 0;
    border-bottom: 1px solid #eee;
}
.news_inside{
	padding-top: 70px;
}
.news_inside .inside_page1 h3 {
    color: #2c6e4f;
    font-size: 42px;
    font-weight: 400;
    padding-bottom: 14px;
    text-align: center;
}
.news_list{
	margin-top: 18px;
}
.news_dea_page{
	padding: 60px 0;
}
.w1000{
	max-width: 1000px;
	margin: 0 auto;
}
.news_dea_title{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.dea_font{
	width: 80%;
}
.dea_font h3{
	font-size: 30px;
	color: #000;
	font-weight: 400;
}
.dea_font p{
	font-size: 14px;
	color: #999;
	padding-top: 10px;
}
.news_dea_page p.news_bj{
	font-size: 16px;
	color: #666;
	line-height: 48px;
	padding-top: 22px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ebebeb;
}
.news_nav{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}
.news_nav p{
	font-size: 14px;
	color: #999;
	line-height: 38px;
}
.news_nav p a{
	color: #666;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_nav p a:hover{
	color: #2c6e4f;
}
.news_nav .news_back{
	width: 100px;
	height: 48px;
	border:1px solid #dddddd;
	line-height: 48px;
	border-radius: 30px;
	text-align: center;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_nav .news_back a{
	font-size: 14px;
	color: #999;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 48px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;

}
.news_nav .news_back:hover{
	background: #2c6e4f;
}
.news_nav .news_back:hover a{
	color: #fff;
}
.video_inside{
	padding: 50px 0 30px 0;
}
.video_inside .inside_page1 h3 {
    color: #2c6e4f;
    font-size: 42px;
    font-weight: 400;
    padding-bottom: 14px;
    text-align: center;
}
.videp_list ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 40px;
}
.videp_list ul li{
	width: 385px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.videp_list ul li:nth-child(3n){
	margin-right: 0;
}
.videp_list ul li figcaption{
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	left:0;
	top:0;
}
.videp_list ul li:hover{
	box-shadow: 0px 0px 10px #999;
}
.videp_list ul li figure{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.videp_list ul li figure img{
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.videp_list ul li:hover figure img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.contact_us{
	background: #f5f5f5;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 48px 50px 50px 50px;
	margin-top: 40px;
}
.contact_mod h3{
	color: #2c6e4f;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 17px;
	width: 405px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.contact_mod h3::before{
	content: '';
	position: absolute;
	left:0;
	bottom:0;
	width: 20px;
	height: 4px;
	background: #2c6e4f;
}
.contact_mod p{
	padding-top: 20px;
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
.ewm .img{
	width: 116px;
	height: 116px;
	overflow: hidden;
}
.ewm .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ewm p{
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-top: 17px;
}
.map{
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin-bottom: 20px;
}
.map img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.menu{
	display: none;
}
.menu_down{
	display: none;
}
.in_pro_swiper{
	width: 80%;
	margin: 0 auto;
}


.in_news_swiper li{
	width: 380px;
	margin-right: 30px;
	background: #fff;
	border:2px solid #ebebeb;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	margin-bottom: 30px;
	margin-bottom: 0;
	border:2px solid #f4f8f6;
}
.in_news_swiper li:last-child{
	margin-right: 0;
}
.in_news_swiper li figure{
	width: 100%;
	height: 235px;
	overflow: hidden;
}
.in_news_swiper li figure img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.in_news_swiper li figcaption{
	padding: 40px 35px 45px 35px;
}
.in_news_swiper li figcaption p{
	font-size: 15px;
	color: #666;
	padding-bottom: 25px;
}
.in_news_swiper li figcaption h3{
	font-size: 18px;
	color: #666;
	font-weight: bold;
	line-height: 30px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.in_news_swiper li figcaption h6{
	font-size: 14px;
	color: #b2763a;
	padding-top: 75px;
}
.in_news_swiper{
	display: none;
}



.w1490{
	max-width: 1730px;
	margin: 0 auto;
}

.ewm .img{
	text-align: center;
	margin: 0 auto;
}

/*domn*/
.down_bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top:0;
	left:0;
	display: none;
	z-index: 99;
}
.down_tc{
	width: 1000px;
	height: 668px;
	background: #fff;
	border-radius: 10px;
	padding: 60px 50px;
	position: absolute;
	z-index: 999;
	top:10%;
	left:calc(50% - 500px);
	padding: 10px;
}
.down_nr{
	height: 100%;
	width: 100%;
}
.down_nr .video{
	width: 100%;
	height: 100%;
}
.close{
	width: 41px;
	height: 41px;
	position: absolute;
	top:-40px;
	right: -40px;
	z-index: 999;
	cursor: pointer;
}
.down_nr .content{
	height:inherit;
}
.down_nr .content iframe{
	height:inherit;
}




.product_swiper{
	height:auto;
	position: relative;
}
.product_swiper .gallery-top{
	width: 496px;
	height: 496px;
	border:1px solid #ccc;
}
.product_swiper .gallery-thumbs{
	width: 458px;
	height: auto;
	margin-top: 20px;
}
.product_swiper .gallery-thumbs .swiper-slide{
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	overflow: hidden;
}
.product_swiper .gallery-top .swiper-slide{
	padding: 10px;
	overflow: hidden;
}
.product_swiper .gallery-top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_swiper .gallery-thumbs .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_swiper .gallery-thumbs .swiper-slide-thumb-active{
	border:1px solid #000;
}
.product_swiper .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
	background: url(../images/next22.jpg) no-repeat center center;
	right: -6px;
}
.product_swiper .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
	background: url(../images/prev22.jpg) no-repeat center center;
	left: -6px;
}
.product_swiper .swiper-button-next{
	top:94%;
}
.product_swiper .swiper-button-prev{
	top:94%;
}
.down_bg iframe{
	width:-webkit-fill-available;
	height:-webkit-fill-available;
}

/*邮件*/
.inner-message{ margin:30px auto; overflow: hidden; padding: 20px 0; background-color:#fff;width:760px;}
.inner-message-t{
	background: #fff;
    padding: 10px 16px;
    margin-bottom: 20px;
}
.inner-message-t h5{font-size: 18px;line-height: 24px;}
.inner-message .th{ font-size: 20px; margin-bottom: 10px;}
.inner-message .inner-message-centered{ font-size: 16px;}
.inner-message .inner-message-centered span{ color: #F60;}
.inner-message-row{ margin-top: 20px; overflow: hidden;}
.inner-message-row .item{ width: 100%; float: left; margin-bottom: 20px;}
.inner-message-row .item input{ color: #999; width: 100%; line-height: 30px; border: 0; height: 30px;}.inner-message-row .item textarea{ color: #999; width: 100%;line-height: 30px; border: 0;font-family: Arial, Helvetica, sans-serif; min-height: 150px;}
.inner-message-row .item button{
	color: #fff;
    font-size: 14px;
    background-color: #ea917d;
    display: block;
    line-height: 30px;
    padding: 8px 40px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
	cursor: pointer;
	border: 0;
}
.inner-message-row .item button:hover{ background-color: #666;}
.inner-message-row .item button:active{background-color: #F60;}
.inner-message-row .item.item-half{ width: 50%;}
.inner-message-half{padding: 8px; border:1px solid #ececec;margin-right: 20px;}
.inner-message-box{ padding: 8px; border:1px solid #ececec;}

.veriftcode_left{
	float:left;
}
.submitright{
	float:right;
}
.inner-message-row .item .veriftcode_left input{
	padding: 8px;
	border:1px solid #ececec;
	height:45px;
	display:inline-block;
	width:150px;
}
.inner-message-row .item .veriftcode_left img{
	display:inline-block;
}
.alibaba{
	width:200px;
	height:50px;
	background:#fff;
	position:fixed;
	bottom:5%;
	right:0;
	z-index:9999;

}
.alibaba img{
	max-height:100%;
}