@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: block;
	max-width: 100%;
	width: auto;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.flex {
	display: flex;
	display: -webkit-flex;
}
.between {
	justify-content: space-between;
}
.center {
	align-items: center;
}
.content {
	width: 1440px;
	margin: 0 auto;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.phone {
	display: none;
}


/*首页*/
.header{
	width: 100%;
	background: #fff;
	height: 102px;
	position: relative;
}
.logo{
	float: left;
	width: 376px;
	margin: 23px 0 0 125px;
}
.nav{
	float: right;
	width: 1126px;
	height: 102px;
}
.nav li{
	float: left;
	line-height: 102px;
	margin-right: 96px;
}
.nav li:last-child{
	margin: 0;
}
.nav a{
	display: block;
	position: relative;
}
.nav i{
	width: 100%;
	height: 4px;
	background: #3f8e78;
	position: absolute;
	bottom: 18px;
	left: 0;
	transform: scale(0,0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav .nav_on i{
	transform: scale(1,1);
}
.search_bg{
	width: 160px;
	height: 102px;
	background: #3f8e78;
	position: absolute;
	top: 0;
	right: 0;
}
.search_img{
	width: 34px;
	height: 34px;
	margin: 35px 0 0 64px;
	cursor: pointer;
}
.search_img img{
	width: 100%;
	height: 100%;
}

.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-animation-name: 'bigpic';
	-webkit-animation-duration: 10s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
}
@keyframes bigpic{
	0%{
    transform: scale(1.1, 1.1);
	}
	100%{
		transform: scale(1.0, 1.0);
	}
}
.banner .swiper-pagination{
	bottom: 28px;
}
.banner .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 14px;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	width: 45px;
}
.line{
	width: 100%;
	height: 27px;
	background: url(../images/line.jpg) no-repeat;
	background-size: 100% 100%;
}

.about_box{
	padding: 102px 0 74px;
	overflow: hidden;
}
.about_top{
	width: 100%;
	margin-bottom: 54px;
}
.about_tit{
	float: left;
	width: 500px;
	font-size: 70px;
	line-height: 84px;
	color: #333;
	font-weight: bold;
	font-family: Arial;
}
.about_tit span{
	color: #3f8e78;
}
.about_tab{
	float: right;
	text-align: right;
	margin-top: 122px;
}
.about_tab li{
	display: inline-block;
	margin-left: 54px;
	color: #666;
	font-size: 18px;
	cursor: pointer;
}
.about_tab .about_ton{
	color: #3f8e78;
	font-weight: bold;
}
.about_tab_box{
	width: 100%;
}
.about_left{
	float: left;
	width: 668px;
}
.about_title{
	margin-bottom: 63px;
}
.about_title h1{
	color: #333;
	font-size: 44px;
	line-height: 124px;
}
.about_title i{
	width: 88px;
	height: 4px;
	background: #3f8e78;
	display: block;
	margin-top: 9px;
}
.about_txt{
	color: #666;
	font-size: 17px;
	line-height: 32px;
	height: 288px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 50px;
}
.about_list{
	width: 100%;
	margin: 68px 0 78px;
}
.about_list li{
	float: left;
	border-right: solid 1px #e2e2e2;
	padding: 0 56px 0 77px;
	color: #676767;
	font-size: 16px;
	line-height: 20px;
}
.about_list li:last-child{
	border: none;
}
.about_list li:first-child{
	padding: 0 56px 0 50px;
}
.about_list h4{
	line-height: 40px;
	margin-bottom: 12px;
	font-weight: normal;
}
.about_list h4 span{
	font-size: 15px;
	padding-left: 12px;
	vertical-align: bottom;
}
.about_list h4 b{
	color: #3f8e78;
	font-size: 47px;
	font-family: Impact;
}
.about_more{
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #3f8e78;
	font-size: 16px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_more a{
	color: #fff;
	display: block;
}
.about_more img{
	width: 27px;
	height: 9px;
	margin-left: 12px;
	display: inline-block;
}
.about_more:hover{
	border-radius: 20px;
}
.about_pic{
	float: right;
	width: 672px;
	height: 800px;
	overflow: hidden;
	position: relative;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_text{
	width: 512px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	font-size: 18px;
	position: absolute;
	bottom: 62px;
	left: 80px;
	z-index: 1;
}
.about_text span{
	font-size: 32px;
}

.product_bg{
	width: 100%;
	height: 982px;
	padding-top: 99px;
	background: url(../images/product_bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.product_top{
	margin-bottom: 30px;
	position: relative;
}
.product_title{
	float: left;
	width: 600px;
	background: url(../images/product_title_bg.png) no-repeat left top;
	padding: 14px 0 0 40px;
}
.product_title h1{
	font-size: 48px;
	font-family: Arial;
	font-weight: normal;
	color: #333;
	line-height: 58px;
}
.product_title h1 span{
	color: #3f8e78;
	padding-left: 16px;
}
.product_title h2{
	color: #3f8e78;
	font-size: 34px;
	line-height: 50px;
}
.product_title h2 span{
	color: #000;
	font-weight: normal;
	font-size: 18px;
	padding-left: 40px;
}
.product_tab{
	float: right;
	text-align: right;
	margin-top: 29px;
}
.product_tab li{
	display: inline-block;
	margin-left: 94px;
	color: #333;
	font-size: 18px;
	line-height: 60px;
	cursor: pointer;
	position: relative;
}
.product_tab i{
	width: 100%;
	height: 1px;
	background: #3f8e78;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.product_tab .product_ton{
	color: #3f8e78;
	font-weight: bold;
}
.product_tab .product_ton i{
	opacity: 1;
}
.product_tab_box{
	width: 100%;

}
.product_box{
	width: 100%;
	padding-left: 220px;
	margin-bottom: 40px;
}
.product_box .swiper-slide{
	width: 1080px;
	background: #fff;
	border-radius: 20px;
	margin: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 70px 100px 70px 75px;
	position: relative;
}
.product_box .swiper-pagination{
	width: 1270px;
	height: 4px;
	border-bottom: solid 1px #e5e2e2;
	background: none;
	box-sizing: border-box;
	top: 25px;
	left: 170px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #3f8e78;
}
.product_box .swiper-button-prev,.product_box .swiper-button-next{
	width: 48px;
	height: 48px;
	top: 0;
	margin: 0;
}
.product_box .swiper-button-prev{
	background: url(../images/product_prev.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.product_box .swiper-button-next{
	background: url(../images/product_next.png) no-repeat;
	background-size: 100% 100%;
	left: 70px;
}
.product_bot{
	width: 1440px;
	height: 48px;
	margin: 40px auto 0 auto;
	position: relative;
}
.product_szbg{
	width: 81px;
	height: 81px;
	background: #e4efec;
	border-radius: 50%;
	position: absolute;
	right: 18px;
	bottom: 20px;
}
.product_sz{
	color: #3f8e78;
	font-size: 72px;
	font-family: Arial;
	font-weight: bold;
	line-height: 81px;
	position: absolute;
	left: -30%;
	top: 0;
	z-index: 1;
}
.product_pic{
	float: left;
	width: 290px;
	height: 302px;
}
.product_pic img{
	width: 100%;
	height: 100%;
}
.product_r{
	float: right;
	width: 540px;
	border-left: solid 1px #9fc6bb;
	padding-left: 99px;
}
.product_r h4{
	line-height: 90px;
	margin-top: 5px;
	color: #3f8e78;
	font-size: 26px;
}
.product_r h4 span{
	color: #3f8e78;
	font-size: 0.2rem;
	font-family: Arial;
	padding-left: 26px;
	opacity: 0.5;
}
.product_txt{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 21px;
}
.product_more{
	line-height: 38px;
	font-size: 16px;
}
.product_more a{
	color: #3f8e78;
}
.pro_more{
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #3f8e78;
	font-size: 16px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	margin: 0 auto;
}
.pro_more a{
	color: #fff;
	display: block;
}
.pro_more img{
	width: 27px;
	height: 9px;
	margin-left: 12px;
	display: inline-block;
}
.pro_more:hover{
	border-radius: 20px;
}

.news_bg{
	width: 100%;
	height: 1002px;
	padding-top: 74px;
	background: url(../images/news_bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.news_bg .product_top{
	margin-bottom: 82px;
}
.news_tab{
	float: right;
	text-align: right;
	margin-top: 29px;
}
.news_tab li{
	display: inline-block;
	margin-left: 94px;
	color: #333;
	font-size: 18px;
	line-height: 60px;
	cursor: pointer;
	position: relative;
}
.news_tab i{
	width: 100%;
	height: 1px;
	background: #3f8e78;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.news_tab .news_ton{
	color: #3f8e78;
	font-weight: bold;
}
.news_tab .news_ton i{
	opacity: 1;
}
.news_tab_box{
	width: 100%;

}
.news_box{
	width: 100%;
}
.news_box .swiper-slide{
	height: 544px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.news_day{
	line-height: 36px;
	color: #000;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_day span{
	font-size: 36px;
	font-weight: bold;
	padding-right: 14px;
}

.news_pic{
	width: 92%;
	border-radius: 10px;
	overflow: hidden;
	margin: 0px 0 ;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_pic img{
	width: 100%;
	
	object-fit: cover;
}
.news_tt{
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 34px;
	height: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_txt{
	color: #666;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-top: 10px;
}

.news_more{
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #fff;
	font-size: 16px;
	position: absolute;
	left: 30px;
	bottom: 40px;
	z-index: 3;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_more a{
	color: #3f8e78;
	display: block;
}
.news_more img{
	width: 27px;
	height: 9px;
	margin-left: 12px;
	display: inline-block;
}
.news_more:hover{
	border-radius: 20px;
}
.news_box .swiper-slide:hover .news_more{
	opacity: 1;
}

.partner_box{
	padding: 74px 0 89px;
	overflow: hidden;
}
.partner_box .product_top{
	margin-bottom: 60px;
}
.partner_box .pro_more{
	position: absolute;
	top: 50px;
	right: 0;
}
.partner{
	width: 100%;
}
.partner ul{
	margin-right: -38px;
}
.partner li{
	float: left;
	width: 330px;
	height: 138px;
	border: solid 1px #ddd;
	margin: 0 38px 40px 0;
}
.partner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.foot_bg{
	width: 100%;
	background: #292b2d;
}
.foot_p{
	padding: 43px 0 56px;
}
.foot_left{
	float: left;
	width: 740px;
}
.foot_right{
	float: right;
	width: 464px;
}
.f_tit{
	width: 400px;
	line-height: 52px;
	color: #fff;
	font-size: 18px;
	border-bottom: solid 1px #545557;
	margin-bottom: 27px;
}
.f_tit span{
	color: #a5a5a5;
	font-size: 14px;
	padding-left: 10px;
}
.f_nav a{
	color: #a5a5a5;
	margin-right: 56px;
	font-size: 16px;
}
.f_nav a:hover{
	color: #fff;
}
.f_logo{
	width: 380px;
	margin: 66px 0 60px;
}
.f_logo img{
	width: 100%;
}
.w100{
	width: 100%;
}
.txt_left{
	float: left;
	width: 330px;
	color: #d9d9d9;
	font-size: 16px;
	line-height: 30px;
}
.txt_right{
	float: left;
	width: 370px;
	color: #d9d9d9;
	font-size: 16px;
	line-height: 60px;
}
.txt_right span{
	font-size: 60px;
	font-weight: bold;
}
.f_con{
	width: 100%;
}
.f_con li{
	line-height: 28px;
	color: #a5a5a5;
	font-size: 14px;
	margin-bottom: 44px;
}
.f_con_t{
	font-size: 18px;
	line-height: 34px;
}
.f_con_t img{
	width: 17px;
	height: 21px;
	margin: 0 14px 0 32px;
	display: inline-block;
	vertical-align: middle;
}
.f_con_t span{
	color: #fff;
}
.copyright{
	padding: 22px 0;
	line-height: 30px;
	border-top: solid 1px #4e5051;
	font-size: 14px;
	color: #fff;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color: #fff;
}
.top{
	width: 76px;
	height: 76px;
	position: fixed;
	right: 3%;
	bottom: 10%;
	z-index: 99;
	display: none;
	cursor: pointer;
}
.top img{
	width: 100%;
	height: 100%;
}


/* 公司简介 */
.main_bn{
	width: 100%;
	overflow: hidden;
}
.main_bn img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main{
	padding: 69px 0 91px;
	min-height: 500px;
}
.title{
	width: 100%;
	text-align: center;
	margin-bottom: 56px;
}
.title h1{
	font-size: 48px;
	font-family: Arial;
	font-weight: normal;
	color: #3f8e78;
	line-height: 84px;
	padding-right: 40px;
}
.title h1 span{
	color: #333;
	background: url(../images/product_title_bg.png) no-repeat left top;
	background-size: 78px 78px;
	display: inline-block;
	padding: 0 16px 0 40px;
}
.title h2{
	color: #3f8e78;
	font-size: 34px;
	line-height: 44px;
}
.type{
	width: 100%;
	text-align: center;
	margin-bottom: 82px;
}
.type li{
	display: inline-block;
	width: 164px;
	height: 57px;
	line-height: 57px;
	box-sizing: border-box;
	border: solid 1px #454545;
	font-size: 18px;
	margin: 0 10px;
}
.type a{
	color: #454545;
	display: inline-block;
}
.type .type_on{
	background: #3f8e78;
	border: none;
}
.type .type_on a{
	color: #fff;
	font-weight: bold;
}
.about{
	color: #666;
	font-size: 16px;
	line-height: 34px;
}


/* 产品中心 */
.pro{
	width: 100%;
}
.pro ul{
	margin-right: -26px;
}
.pro li{
	float: left;
	width: 340px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 39px;
	margin: 0 26px 35px 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro_pic{
	width: 100%;
	height: 344px;
	overflow: hidden;
	margin-bottom: 27px;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_bot{
	padding: 0 15px;
	text-align: center;
}
.pro_bot h4{
	color: #333;
	font-size: 22px;
	line-height: 44px;
	height: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro_txt{
	color: #666;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro li:hover{
	background: #3f8e78;
}
.pro li:hover .pro_bot h4{
	color: #fff;
}
.pro li:hover .pro_txt{
	color: #fff;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 42px;
}
.page a{
	width: 74px;
	height: 43px;
	line-height: 43px;
	display: inline-block;
	background: #e8e8e8;
	font-size: 16px;
	margin: 0 2px;
}
.page a:hover{
	background: #3f8e78;
	color: #fff;
}
.page span a{
	width: 43px;
	display: inline-block;
	font-size: 14px;
}
.page .page_on{
	background: #3f8e78;
	color: #fff;
}

.main02{
	padding: 69px 0 52px;
	min-height: 500px;
}
.pro_img{
	width: 689px;
	margin: 0 auto;
}
.pro_img img{
	width: 100%;
}
.pro_text{
	width: 100%;
	color: #2f2f2f;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 56px;
}
.pro_text h1{
	color: #2f2f2f;
	line-height: 90px;
	font-size: 28px;
}
.fy{
	border-top: solid 1px #3f8e78;
	padding-top: 42px;
}
.fy li{
	float: left;
	width: 48%;
	height: 22px;
	line-height: 22px;
	background: url(../images/fy01.jpg) no-repeat left 3px;
	background-size: 39px 15px;
	padding-left: 75px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fy li:last-child{
	float: right;
	text-align: right;
	padding: 0 75px 0 0;
	background: url(../images/fy02.jpg) no-repeat right 3px;
	background-size: 39px 15px;
}


/* 新闻动态 */
.news{
	width: 100%;
}
.news ul{
	margin-right: -28px;
}
.news li{
	float: left;
	width: 460px;
	height: 544px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 28px 72px 0;
}
.news li:hover .news_green{
	opacity: 1;
}
.news li:hover .news_day{
	color: #fff;
	top: auto;
	bottom: 216px;
	left: 30px;
}
.news .news_pic{
	
}
.news li:hover .news_pic{
	margin: 0;
}
.news li:hover .news_tt{
	color: #fff;
	position: absolute;
	left: 30px;
	bottom: 116px;
	z-index: 3;
}
.news li:hover .news_txt{
	display: none;
}
.news li:hover .news_more{
	opacity: 1;
}


/* 合作伙伴 */
.partner02{
	width: 100%;
}
.partner02 ul{
	margin-right: -28px;
}
.partner02 li{
	float: left;
	width: 337px;
	height: 118px;
	border: solid 1px #ddd;
	margin: 0 28px 27px 0;
}
.partner02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 联系我们 */
.contact{
	width: 1344px;
	margin: 0 auto;
	position: relative;
}
.contact li{
	margin-bottom: 67px;
}
.contact_line{
	float: left;
	width: 84px;
	height: 75px;
	border-right: solid 1px #dedddd;
	margin-top: 15px;
}
.contact_img{
	width: 53px;
	height: 56px;
	margin-top: 8px;
}
.contact_img img{
	width: 100%;
	height: 100%;
}
.contact_r{
	float: right;
	width: 1226px;
	line-height: 34px;
	color: #000;
	font-size: 18px;
}
.contact_r span{
	color: #464646;
}
.code{
	width: 120px;
	position: absolute;
	top: 0;
	right: 0;
}
.code li{
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
}
.code img{
	width: 100%;
	height: 100%;
}
