@charset "utf-8";
html, body{
	margin: 0;
	padding: 0;
	min-width: 1300px;
	font-size: 16px;
	color: #3b3d42;
	background-color: #fefefe;
	font-family: "微软雅黑";
}
*{
	word-break: break-all;
	box-sizing: border-box;
}
div{
	overflow: hidden;
}
ul,
ol{
	margin: 0;
}
p,
img,
video{
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
a{
	color: #3b3d42;
	text-decoration: none;
}
textarea{
	font-size: 16px;
	font-family: "微软雅黑";
}
.inputblock{
	display: block;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(240,240,240,0);
}


.left{
	float: left;
}
.right{
	float: right;
}
.w100{
	width: 100%;
}


.header{
	width: 100%;
	overflow: visible;
}
.header div{
	overflow: visible;
}
.header .content{
	width: 1300px;
	height: 120px;
	margin: auto;
}
.header .logo{
	display: block;
	width: 200px;
	height: 120px;
	line-height: 120px;
	font-size: 0;
	float: left;
}
.header .logo img{
	vertical-align: middle;
}
.header .menu{
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	float: right;
	font-size: 0;
}
.header .menu li{
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}
.header .menu li:hover{
	color: #FFF;
	background-color: #05a045;
}
.header .menu li a{
	display: block;
	width: 140px;
	height: 120px;
	line-height: 120px;
}
.header .menu li:hover a{
	color: #FFF;
}
.header .menu .on{
	color: #FFF;
	background-color: #05a045;
}
.header .menu .item{
	display: none;
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #4bb344;
}
.header .menu .item::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent transparent #4bb344;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header .menu .item li a{
	height: 50px;
	line-height: 50px;
}
.header .menu li:hover .item{
	display: block;
}

.swiper{
	width: 100%;
	height: 500px;
	text-align: center;
	--swiper-pagination-color: #05a045;
	--swiper-navigation-color: #05a045;
}
.swiper div{
	overflow: visible;
}
.swiper img{
	width: 100%;
	max-width: 1920px;
}
.swiper .button{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1300px;
	height: 100%;
}

.product1{
	width: 1300px;
	height: 300px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
}
.product1 .item:nth-child(1){
	width: 300px;
	height: 100%;
	padding: 20px;
	color: #FFF;
	background-color: #04a245;
}
.product1 .item .title{
	font-size: 24px;
	font-weight: 900;
}
.product1 .item .en-title{
	margin: 5px 0 10px 0;
}
.product1 .item .content{
	font-size: 14px;
	line-height: 2;
}
.product1 .item .icon{
	margin-top: 15px;
	width: 30px;
	height: 30px;
	line-height: 1;
	text-align: center;
	font-size: 20px;
	border-radius: 15px;
	color: #FFF;
	border: 1px solid #FFF;
	display: flex;
	align-items: center;
    justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
    -webkit-justify-content: center;
}
.product1 .item img{
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.product1 .item img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.product2{
	width: 1300px;
	margin: 0 auto 100px auto;
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
}
.product2 .item{
	width: 300px;
	text-align: center;
}
.product2 .item .img{
	width: 260px;
	height: 260px;
	font-size: 0;
	margin: 0 auto 30px auto;
	border-radius: 300px;
	border: 5px solid #119154;
}
.product2 .item img{
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.product2 .item img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.product2 .item h4{
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.product2 .item p{
	height: 75px;
	margin: 15px 0;
	padding: 0;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product2 .item a{
	display: inline-block;
	margin: 10px 0;
	padding: 10px 25px;
	color: #FFF;
	border-radius: 50px;
	background-color: #05a045;
}

.about{
	width: 1300px;
	margin: auto;
}
.about .title{
	width: 100%;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}
.about .en-title{
	width: 100%;
	margin: 10px auto 50px auto;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.about .content{
	position: relative;
	width: 100%;
}
.about .content p{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 25%;
    left: 5%;
    width: 40%;
    height: 52%;
	color: #FFF;
	font-size: 14px;
	line-height: 2;
	text-indent: 2em;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about .content .button{
	position: absolute;
	top: 83%;
	left: 5%;
	padding: 10px 25px;
	font-size: 14px;
	color: #843376;
	border-radius: 50px;
	background-color: #FFF;
}

.chejian{
	width: 1300px;
	margin: 30px auto 0 auto;
}
.chejian .left{
	width: 50%;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.chejian .left div{
	position: relative;
	width: 400px;
	text-align: left;
	font-size: 32px;
	overflow: visible;
}
.chejian .left div:nth-child(1){
	margin-bottom: 50px;
	color: #dfb674;
}
.chejian .left div:nth-child(1)::after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 65px;
	height: 2px;
	background-color: #dfb674;
}
.chejian .left div:nth-child(2){
	font-size: 28px;
	font-weight: 300;
}
.chejian .right{
	width: 50%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 20px;
}

.youshi{
	width: 1300px;
	margin: 100px auto 0 auto;
}
.youshi .title{
	width: 100%;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}
.youshi .en-title{
	width: 100%;
	margin: 10px auto 0 auto;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.youshi .content{
	position: relative;
	width: 100%;
	height: 800px;
	margin-top: -60px;
	background-image: url('../images/youshi.png?202410111328');
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.youshi .content .item{
	position: absolute;
	overflow: visible;
}
.youshi .content .item1{
	top: 20%;
	left: 64%;
}
.youshi .content .item2{
    top: 58%;
    left: 68%;
}
.youshi .content .item3{
	top: 17%;
    left: 24%;
	text-align: right;
}
.youshi .content .item4{
	top: 47%;
    left: 16%;
    text-align: right;
}
.youshi .content .item5{
	top: 76%;
    left: 27%;
}
.youshi .content .item span{
	display: block;
	width: 200px;
}
.youshi .content .item span:nth-child(1){
	color: #05a045;
	font-size: 28px;
	font-weight: 900;
	font-style: italic;
	text-align: right;
	font-family: "宋体";
}
.youshi .content .item span:nth-child(2){
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
	text-align: left;
}

.lianxi{
	width: 1300px;
	margin: 0 auto 100px auto;
}
.lianxi .title{
	width: 100%;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}
.lianxi .en-title{
	width: 100%;
	margin: 10px auto 50px auto;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.lianxi .content{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	display: -webkit-flex;
	-webkit-justify-content: space-evenly;
}
.lianxi .content .item{
	width: 200px;
	text-align: center;
}
.lianxi .content .item img{
	width: 30%;
}
.lianxi .content .item span{
	display: block;
}
.lianxi .content .item span:nth-child(2){
	margin: 10px 0;
	font-weight: 900;
}

.footer{
	width: 100%;
	padding: 30px 0;
	background-color: #212121;
}
.footer .content{
	width: 1300px;
	margin: auto;
	padding: 0;
	text-align: center;
	color: #67645f;
	line-height: 1.6;
}
.footer .content span{
	font-size: 12px;
}

.headhenfu{
	width: 100%;
	text-align: center;
}
.headhenfu img{
	width: 100%;
	max-width: 1920px;
}

.pageContact{
	width: 1000px;
	margin: auto;
	text-align: center;
}
.pageContact .title{
	position: relative;
	height: 40px;
	margin: 20px 0 50px 0;
	font-size: 24px;
	font-weight: 900;
}
.pageContact .title::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 30px;
	height: 2px;
	background-color: #fcc02e;
}
.pageContact .content{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	display: -webkit-flex;
	-webkit-justify-content: space-evenly;
}
.pageContact .content .item{
	width: 200px;
	text-align: center;
}
.pageContact .content .item img{
	width: 30%;
}
.pageContact .content .item span{
	display: block;
}
.pageContact .content .item span:nth-child(2){
	margin: 10px 0;
	font-weight: 900;
}
.pageContact .map{
	width: 100%;
	height: 590px;
	margin: 50px auto;
}
.pageContact .map iframe{
	width: 100%;
	height: 100%;
}

.submenu{
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	margin: 50px auto;
	font-size: 0;
}
.submenu li{
	display: inline-block;
	padding: 5px 20px;
	margin-right: 20px;
	border-radius: 50px;
	font-size: 16px;
	border: 1px solid #05a045;
}
.submenu .on{
	color: #FFF;
	background-color: #05a045;
}
.submenu .on a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.submenu li:hover{
	color: #FFF;
	background-color: #4bb344;
}
.submenu li:hover a{
	color: #FFF;
}

.pageProduct{
	width: 1300px;
	margin: 0 auto 80px auto;
}
.pageProduct .list{
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	display: grid;  
    grid-template-columns: repeat(4, 300px);
    /*grid-template-rows: repeat(3, 350px);*/
    gap: 33px;
}
.pageProduct .list li{
	position: relative;
	display: inline-block;
	width: 300px;
	height: 350px;
	margin-bottom: 20px;
	font-size: 16px;
}
.pageProduct .list li a{
	display: block;
	width: 300px;
	height: 300px;
	overflow: hidden;
}
.pageProduct .list li img{
	width: 100%;
	height: 100%;
	transition: transform 1s;
	-webkit-transition: transform 1s;
}
.pageProduct .list li img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.pageProduct .list li span{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: auto;
	padding: 0 20px;
	width: 70%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #05a045;
	background-color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pageProduct .empty{
	text-align: center;
	color: #CCC;
}

.pageNews{
	width: 1300px;
	margin: 0 auto 80px auto;
}
.pageNews .list{
	display: block;
	width: 100%;
	margin: 50px auto;
	padding: 0;
}
.pageNews .list li{
	display: block;
	width: 100%;
	height: 220px;
	margin-bottom: 50px;
	border: 1px solid #808080;
}
.pageNews .list li .left{
	width: 370px;
	height: 100%;
	margin-right: 40px;
}
.pageNews .list li .left img{
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.pageNews .list li:hover .left img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pageNews .list li .right{
	float: left;
	padding: 25px 0;
	width: 60%;
	width: calc(100% - 450px);
}
.pageNews .list li .right h4{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pageNews .list li:hover .right h4{
	color: #00325f;
}
.pageNews .list li .right p{
	display: block;
	margin: 20px 0;
	padding: 0;
	width: 100%;
	height: 75px;
	line-height: 25px;
	color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pageNews .list li .right .xinxi{
	font-size: 14px;
}
.pageNews .list li .right .xinxi span:nth-child(2){
	color: #00325f;
	margin-left: 50px;
}
.pageNews .content{
	width: 1100px;
	margin: 50px auto;
	font-size: 20px;
	line-height: 2;
}
.pageNews .content h1{
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.pageNews .content .xinxi{
	font-size: 0;
}
.pageNews .content .xinxi span{
	display: inline-block;
	margin-top: 16px;
	margin-right: 50px;
	font-size: 20px;
}
.pageNews .content .p{
	margin-top: 50px;
}
.pageNews .empty{
	display: block;
	text-align: center;
	color: #CCC;
}

.page{
	width: 100%;
	height: auto;
	margin: 30px 0;
	text-align: center;
	font-size: 0;
}
.page .pagination{
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.page .pagination li{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	border: 1px solid #CCC;
	margin: 0 -1px 0 0;
}
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #3b3d42;
}
.page .pagination .active{
	color: #FFF;
	font-weight: 900;
	background-color: #05a045;
	border: 1px solid #05a045;
}

.pageAbout{
	width: 1000px;
	margin: 0 auto 80px auto;
}
.pageAbout .content{
	width: 100%;
	margin: 50px auto;
	font-size: 20px;
	line-height: 2;
}

.pageJoinus{
	width: 1000px;
	margin: 0 auto 80px auto;
}
.pageJoinus .content{
	width: 100%;
	margin: 50px auto;
	font-size: 20px;
	line-height: 2;
}