/*common start*/

body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-weight: normal;}
body{ font-size:1.4rem;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

p {
    line-height:3rem;
}
.wapper{
	width: 120rem;
	margin: 0 auto;
}
.wapper1{
	width: 150rem;
	margin: 0 auto;
}


:root{
	--primary-color:#008959;
	--font-color:#666;
	--main-white:#fff;
}
@font-face {
    font-family: "HarmonyOS_Sans_SC";
    src: url("/fonts/HarmonyOS_Sans_SC.ttf") format("truetype");
}
@font-face {
    font-family: "HarmonyOS_Sans_SC_Black";
    src: url("/fonts/HarmonyOS_Sans_SC_Black.ttf") format("truetype");
}
@font-face {
    font-family: "HarmonyOS_Sans_SC_Bold";
    src: url("/fonts/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
}
@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url("/fonts/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
}
@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium";
    src: url("/fonts/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Thin";
    src: url("/fonts/HarmonyOS_Sans_SC_Thin.ttf") format("truetype");
}

* {
    font-family: "HarmonyOS_Sans_SC";
}

/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 1.8rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


/* 导航 */
.headerbox{width: 100%;margin:  0 auto;}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;padding: 2% 2% 1% 2%;margin: 0 auto;width: 100%;}
.headerbox .header .menu ul li{
	position: relative;
	display: inline-block;
}
.headerbox .header .menu ul li a{
	font-size:1.94rem;
    font-weight: 600;
    line-height: 1;
    padding: 3.5rem 2.5rem;
    color: #333;
    display: flex;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu>ul>li.curr>a,.headerbox .header .menu>ul>li:hover>a{color: var(--primary-color);}
.headerbox .header .menu ul li .sub_menu{
	min-width: 200%;
    position: absolute;
    top: 140%;
    left: -50%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size:1.94rem;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
    text-align: left;
    display: block;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    position: relative;
    text-decoration: none;
    outline: none;
	text-align: center;
    text-transform: none;
    transition: all 400ms ease;
    border-bottom: 1px solid #f4f4f4;
}
.headerbox .header .menu ul li dl dd:hover{
    background-color: var(--primary-color);
}
.headerbox .header .menu ul li dl dd:hover>a{color: #fff;}





/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:7rem;overflow:hidden;background:var(--main-white);position:fixed;z-index:999;width:100%;display: none;top: 0;align-items: center;justify-content: space-between;}
.sp_logo{height:7rem;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;}
/* 横杠 */
.sp_nav 
span{display:block;background:#000000;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:var(--main-white);width:100%;height:calc(100% - 7rem);font-size:14px;line-height:4rem;top:7rem;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;transition:all ease 0.35s}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom: 1px dashed #ddd;;position:relative;line-height:4.5rem;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: 1px dashed #ddd;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:var(--font-color);width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #000000;}
.sjj_nav ul li ul li a{color:var(--font-color);display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333;}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}


.plr15{padding-left: 15px;padding-right: 15px;}
.ptm50{padding-top: 50px;padding-bottom: 50px;}
.bg{background-repeat: no-repeat;background-size: cover;background-position: center;}
.img_list2{width: 100%;margin: 0 auto;}
.img_list2 ul{display: flex;flex-wrap: wrap;}
.img_list2 ul li{width: 50%;font-size: 0;padding: 0 15px;}
.img_list2 ul li img{width: 100%;}

.img_list3{width: 100%;margin: 0 auto;}
.img_list3 ul{display: flex;flex-wrap: wrap;}
.img_list3 ul li{width: 33.33%;font-size: 0;padding: 0 15px;}
.img_list3 ul li img{width: 100%;}

.img_list4{width: 100%;margin: 0 auto;}
.img_list4 ul{display: flex;flex-wrap: wrap;}
.img_list4 ul li{width: 25%;font-size: 0;padding: 0 15px;}
.img_list4 ul li img{width: 100%;}


.pd80{padding: 80px 0;}
.pd120{padding: 120px 0;}


/* bannerbox */
/* .bannerbox{width: 100%;}
.bannerbox .mySwiper1{width: 100%;}
.bannerbox .mySwiper1 .swiper-slide a{display: block;font-size: 0;width: 100%;}
.bannerbox .mySwiper1 .swiper-slide a img{width: 100%;}

.prev_btn,.next_btn{font-size: 20px;position: absolute;top: 50%;z-index: 9;line-height: 50px;height: 50px;width: 30px;text-align: center;transform: translateY(-50%);vertical-align: middle;cursor: pointer;color: white;background: rgba(0,0,0,.1);}
.prev_btn{left: 0;}
.next_btn{right: 0;}
.mySwiper1 .swiper-pagination-bullet {font-size: 0px;width: 14px;height: 14px;background-color: rgba(0,0,0,0.2);}
.mySwiper1 .swiper-pagination-bullet-active{background: var(--primary-color);} */
.bannerbox{width: 100%;margin: 0 auto;position: relative;}
.bannerbox .imgbox{width: 100%;margin: 0 auto;font-size: 0;}
.bannerbox .imgbox img{width: 100%;}
.bannerbox .textbox{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;width: 100%;}
.bannerbox .textbox h1{font-size: 3rem;color: #fff;font-weight: bold;margin-bottom: 8px;text-shadow: 2px 2px 4px #000000;letter-spacing:6px;}
.bannerbox .textbox h3{font-size: 2.8rem;color: #fff;margin-bottom: 30px;text-shadow: 2px 2px 4px #000000;font-family:HarmonyOS_Sans_SC_Medium;}
.bannerbox .textbox .b_btn{display: inline-block;padding: 10px 25px;background: var(--primary-color);font-size: 3.238rem;color: #fff;}



/* footer */
.footerbox{width: 100%;background: var(--primary-color);padding-top: 7rem;padding-bottom: 30px;margin: 0 auto;}
.footer{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 9%;margin-bottom: 50px;}
.f_logo{font-size: 0;width: 30%;}
.f_logo img{max-width: 100%;width: auto;}
.f_desc{font-size: 2.27rem;color: #fff;width: 49%;line-height:3.76rem;font-weight: 300;}

.f_ewm{width: 10%;font-size: 0;}
.f_ewm img{width: 100%;}

.f_bot{display: flex;align-items: center;justify-content: space-between;padding: 0 8%;width: 100%;}
.f_bot .return{font-size: 2.4rem;color: #fff;}
.f_menu{width: 100%;padding:  0 5% !important;}
.f_menu ul{display: flex;align-items: center;justify-content: flex-end;}
.f_menu ul li{margin-left: 6rem;}
.f_menu ul li:first-child{margin-left: 0;}
.f_menu ul li a{font-size: 1.94rem;color: #035337;font-weight: 600;}
.f_menu ul li:hover a,.f_menu ul li.curr a{color: #fff;}




/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;}
.inbannerbox .imgbox{width: 100%;font-size: 0;}
.inbannerbox .imgbox img{width: 100%;}
.inbannerbox .textbox{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;}
.inbannerbox .textbox h1{font-size: 7.056rem;color: #fff;font-weight: bold;text-shadow: 2px 2px 4px #000000;}
.inbannerbox .textbox h3{font-size: 5.079rem;color: #fff;font-weight: bold;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}


/* ================首页样式========================= */
.index1box{width: 100%;margin: 0 auto;position: relative;padding-top: 13.8rem;padding-bottom: 15.2rem;}
.i1_img1{position: absolute;left: 0;top: 0;z-index: -1;top: 5%;height: 26rem;}
.i1_img2{position: absolute;right: 0;bottom: 0;z-index: -1;height: 31.5rem;}
.index1{width:134rem;margin: 0 auto;display: flex;justify-content: space-between;}
.i1_left{width: 48%;}
.i1_right{width: 48%;border-radius: 15px;border: 2px solid #008959;overflow: hidden;}
.i1_left .imgbox{width: 100%;font-size: 0;position: relative;height: 20.4rem;margin-bottom: 3rem;}
.i1_left .imgbox img{width: 100%;height: 100%;border-radius: 15px;object-fit: cover;}
.i1_left .imgbox h3{font-size: 3.6rem;position: absolute;left: 3rem;bottom: 1rem;z-index: 2;color: #fff;line-height: 6.048rem;font-family: "HarmonyOS_Sans_SC_Medium";}
.i1_left .desc{font-size: 1.95rem;line-height: 3.375rem;font-family: "HarmonyOS_Sans_SC_Light";}
.i1_right h3{background: #008959;font-size: 3.6rem;line-height: 6.048rem;padding: 0 3.5rem;color: #fff;font-family: "HarmonyOS_Sans_SC_Medium";}
.i1_right .desc{padding: 3rem 3.5rem;font-size: 1.95rem;color: #888;line-height: 4rem;font-family: "HarmonyOS_Sans_SC_Light";}
.i1_right .desc a{font-family: "HarmonyOS_Sans_SC_Light";    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}


.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;}
.index2 ul{display: flex;flex-wrap: wrap;}
.index2 ul li{width: 33.33%;padding: 90px 0;background-repeat: no-repeat;background-size: cover;background-position: center;text-align: center;}
.index2 ul li h1{ font-family: "HarmonyOS_Sans_SC_Black";font-size: 6.878rem;color: #fff;font-weight: bold;margin-bottom: 8px;line-height: 10.893rem;}
.index2 ul li p{line-height:3.538rem; font-size: 2.25rem;color: #fff;font-weight: 500;max-width: 90%;margin: 0 auto;margin-bottom: 20px;}
.index2 ul li a{display: inline-block;padding: 0.05rem 2rem;font-size: 2rem;color: #fff;background: var(--primary-color);}


.index3box{width: 100%;margin: 0 auto;background-position: center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
.index3{width: 100%;margin: 0 auto;}
.index3 ul{display: flex;flex-wrap: wrap;}
.index3 ul li{width: 16%;}
.index3 ul li .imgbox{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;}
.index3 ul li .imgbox img{/*filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);*/max-width: 160px;}
.index3 ul li p{text-align: center;font-size: 1.8rem;color: white;margin-top: 2rem;line-height: 3.975rem;}



/*  */
.produce1box{width: 100%;margin: 0 auto;}
.produce1{width: 100%;margin: 0 auto;}
.produce1 ul li{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.produce1 ul li .textbox{width: 50%;text-align: right;padding: 0 7rem;}
.produce1 ul li .imgbox{width: 50%;font-size: 0;}
.produce1 ul li .imgbox img{width: 100%;}
.produce1 ul li .textbox h1{ font-size:3.8rem;color: #000;font-weight: bold;margin-bottom: 1rem;line-height: 5.2rem;}
.produce1 ul li .textbox .desc{font-family:HarmonyOS_Sans_SC_Light; font-size: 1.9rem;color: #333;line-height: 3rem;}
.produce1 ul li .textbox .desc p{font-family:HarmonyOS_Sans_SC_Light;}
.produce1 ul li:nth-child(2n) .textbox{order: 1;text-align: left;}
.produce1 ul li:nth-child(2n) .imgbox{order: 0;}


.produce2box{width: 100%;margin: 0 auto;padding-bottom: 11rem;}
.produce2{width: 100%;margin: 0 auto;font-size: 0;display: flex;align-items: center;justify-content: center;}
.produce2 img{max-width: 100%;width: auto;}


/* .produce3box{width: 100%;margin: 0 auto;}
.produce3{width: 100%;margin: 0 auto;}
.produce3 ul{display: flex;flex-wrap: wrap;}
.produce3 ul li{width: 23.5%;margin-right: 2%;font-size: 0;}
.produce3 ul li:nth-child(4n){margin-right: 0;}
.produce3 ul li img{width: 100%;} */
.wapper3{width: 143rem;margin: 0 auto;}
.produce3box{width: 100%;margin: 0 auto;padding-top: 11rem;}
.produce3{width: 100%;margin: 0 auto;}
.produce3_top{width: 100%;margin: 0 auto;margin-bottom: 5rem;position: relative;}
.produce3_top img{width: 100%;}
.produce3_top .text{position: absolute;top: 0;left: 0;padding: 8rem 4rem;text-align: right;width: 100%;height: 100%;}
.produce3_top .text h1{font-size: 4.35rem;line-height: 7.326rem;color: #000;font-family: "HarmonyOS_Sans_SC_Medium";margin-bottom: 4rem;font-weight: 500;}
.produce3_top .text .desc{font-size: 1.95rem;line-height: 3.133rem;font-family: "HarmonyOS_Sans_SC_Light";}


.produce3_bot{width: 100%;margin: 0 auto;}
.produce3_bot ul{display: flex;flex-wrap: wrap;}
.produce3_bot ul li{width: calc(calc(100% - 12rem) / 4);margin-right: 4rem;font-size: 0;}
.produce3_bot ul li:nth-child(4n){margin-right: 0;}
.produce3_bot ul li img{width: 100%;}



.produce4box{width: 100%;margin: 0 auto;padding-top: 10rem;}
.produce4{width: 100%;margin: 0 auto;text-align: center;}
.produce4 h1{font-size: 4.35rem;color: #008959;margin-bottom: 7rem;font-family:HarmonyOS_Sans_SC_Medium;}
.produce4 .imgbox{width: 100%;font-size: 0;margin-bottom: 6.5rem;}
.produce4 .imgbox img{width: 100%;}
.produce4 p{font-size: 1.95rem;line-height: 3.975rem;font-family: "HarmonyOS_Sans_SC_Light";}


.produce5box{width: 100%;margin: 0 auto;padding-top: 11rem;padding-bottom: 12rem;}
.produce5{width: 100%;margin: 0 auto;}
.produce5 ul{display: flex;flex-wrap: wrap;}
.produce5 ul li{width: calc(calc(100% - 4rem) / 3);margin-right: 2rem;}
.produce5 ul li:nth-child(3n){margin-right: 0;}
.produce5 ul li .imgbox{width: 100%;font-size: 0;margin-bottom: 5rem;}
.produce5 ul li .imgbox img{width: 100%;}
.produce5 ul li .textbox{width: 100%;text-align: center;}
.produce5 ul li .textbox h3{font-size: 4.35rem;line-height: 5.326rem;font-family: "HarmonyOS_Sans_SC_Medium";color: #008959;font-weight: 500;}
.produce5 ul li .textbox p{font-size: 1.95rem;line-height: 3.313rem;font-family: "HarmonyOS_Sans_SC_Light";}



/*  */
.research1box{width: 100%;margin: 0 auto;}
.research1{width: 100%;margin: 0 auto;}
.research1_tit{width: 100%;text-align: center;position: relative;margin-bottom: 8rem;}
.research1_tit:after{width: 100%;height: 1px;background: #666;content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.research1_tit span{font-family:HarmonyOS_Sans_SC_Black; display: inline-block;padding: 0 2rem;background: #fff;position: relative;z-index: 2;font-size: 4.423rem;color: #333;font-weight: bold;}
.research1_content{width: 100%;margin: 0 auto;padding-bottom: 45px;border-bottom: 1px solid #333;}
.research1_content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.research1_content ul li{width: 33%;}
.research1_content ul li .imgbox{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;margin-bottom: 2rem;}
.research1_content ul li .imgbox img{max-width: 100%;width: auto;}
.research1_content ul li .textbox{text-align: center;}
.research1_content ul li .textbox h1{font-size: 5.897rem;color: #000;font-weight: bold;margin-bottom: 30px;}
.research1_content ul li .textbox span{margin-left: 10px;font-size: 3rem;font-weight: bold;}
.research1_content ul li p{font-family:HarmonyOS_Sans_SC_Light; font-size: 1.8rem;line-height: 3rem;color: #333;}



/*  */
.contactbox{width: 100%;margin: 0 auto;}
.contact{width: 100%;margin: 0 auto;background: #f2f9f6;padding: 5rem 0;box-shadow: 0px 1px 5px rgba(0,0,0,0.3);}
.contact .c1_tit{width: 100%;text-align: center;line-height:12.798rem;}
.contact .c1_tit h1{font-size: 5.546rem;color: #008959;font-weight: bold;}
.contact1_content{width: 100%;max-width: 70%;margin: 0 auto;border: 2px solid #008959;}
.contact1_content ul{display: flex;flex-wrap: wrap;}
.contact1_content ul li{display: flex;align-items: center;}
.contact1_content ul li span{font-family:HarmonyOS_Sans_SC_Medium; width: 210px;height: 75px;line-height: 7.5rem;text-align: center;font-size: 2.779rem;color: #fff;background: var(--primary-color);border-bottom: 2px solid #fff;}
.contact1_content ul li .c1_text{border-bottom: 2px solid #008959;height: 75px;flex: 1;background: transparent;}
.contact1_content ul li .c1_check{display: flex;align-items: center;height: 75px;flex: 1;}
.contact1_content ul li .c1_check input{}
.contact1_content ul li .c1_check label{font-size:1.4rem;color: #008959;margin-left: 13%;font-family:HarmonyOS_Sans_SC_Medium;}
.contactbox .tip{font-size: 1.95rem;color: #666;text-align: center;margin-top: 20px;}
.c1_btn{padding: .08rem 3rem;background: var(--primary-color);font-size: 3.238rem;color: #fff;margin-top: 3rem;min-width: 19.5rem;text-align: center;}


/*  */
.develop1box{width: 100%;padding: 5rem 0 0 0;}
.develop1box ul li{width: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;background-attachment: fixed;}
.develop1box ul li:after{width: 2px;height: 100%;background: #000;content: "";position: absolute;left: 50%;top: 0;transform: translateX(-50%);}
.develop1box ul li:before{width: 150px;height: 2px;background: #000;content: "";position: absolute;left: 50%;top: 23.5%;transform: translateX(-50%);}
.develop1box ul li:nth-child(2n):before{background: #fff;}
.develop1box ul li:nth-child(2n):after{background: #fff;}
.develop1box ul li .wapper1{display: flex;justify-content: space-between;position: relative;}
.develop1box ul li .wapper1:before{width: 20px;height: 20px;border-radius: 50%;content: "";position: absolute;left: 50%;top: 10%;transform: translateX(-50%);background: #000;}
.develop1box ul li:nth-child(2n) .wapper1:before{background: #fff;}
.develop1box ul li .wapper1 .imgbox{width: 40%;font-size: 0;}
.develop1box ul li .wapper1 .imgbox img{width: 100%;}
.develop1box ul li .wapper1 .textbox{width: 42%;}
.develop1box ul li .wapper1 .textbox .tit{display: flex;align-items: center;margin-bottom: 20px;}
.develop1box ul li .wapper1 .textbox .tit h1{font-size: 7.516rem;color: #000;letter-spacing: -1px;/*font-weight: bold;*/font-family:Impact}
.develop1box ul li .wapper1 .textbox p{font-family: "HarmonyOS_Sans_SC_Light";font-size: 1.6rem;line-height:4rem; color: #000;margin-left: 10px;}
.develop1box ul li .wapper1 .textbox span{font-size: 2.744rem;line-height:1.2; color: #000;margin-left: 10px;font-weight:bold;}
.develop1box ul li .wapper1 .textbox .desc{font-size: 1.6rem;line-height: 3rem;color: #333;font-family:HarmonyOS_Sans_SC_Light;}
.develop1box ul li:nth-child(2n) .wapper1 .textbox .tit h1{color: #fff;}
.develop1box ul li:nth-child(2n) .wapper1 .textbox .tit span{color: #fff;margin-left: 0;margin-right: 10px;}
.develop1box ul li:nth-child(2n) .wapper1 .textbox p{color: #fff;}
.develop1box ul li:nth-child(2n) .wapper1 .textbox .desc{color: #fff;}
.develop1box ul li:nth-child(2n) .wapper1 .imgbox{order: 1;}
.develop1box ul li:nth-child(2n) .wapper1 .textbox{order: 0;text-align: right;}
.develop1box ul li:nth-child(2n) .wapper1 .textbox .tit{justify-content: flex-end;}
.develop1box ul li:nth-child(2n) .wapper1 .textbox .tit h1{order: 1;}
.develop1box ul li:nth-child(2n) .wapper1 .textbox .tit p{order: 0;margin-left: 0;margin-right: 10px;}




/*  */
.history1box{width: 100%;margin: 0 auto;}
.history1{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;align-items:center;}
.history1 .textbox{width: 50%;text-align: left;padding: 0 7rem;}
.history1 .imgbox{width: 50%;font-size: 0;display: flex;justify-content: space-between;}
.history1 .imgbox img{width: 48%;}
.history1 .textbox h1{font-size: 4.422rem;color: #000;font-weight: bold;margin-bottom: 20px;}
.history1 .textbox .desc{font-family:HarmonyOS_Sans_SC_Light; font-size: 1.95rem;color: #333;line-height: 3rem;}


.history2box{width: 100%;margin: 0 auto;}
.history2{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.history2 .textbox{width: 50%;text-align: right;padding: 0 7rem;}
.history2 .imgbox{width: 50%;font-size: 0;justify-content: space-between;display: flex;}
.history2 .imgbox img{width: 31%;}
.history2 .textbox h1{font-size: 4.422rem;color: #000;font-weight: bold;line-height:7.324rem;}
.history2 .textbox .desc{font-family:HarmonyOS_Sans_SC_Light; font-size: 1.95rem;color: #333;line-height: 3.5rem;}



.history4_list{width: 100%;margin: 0 auto;margin-top: 30px;}
.history4_list ul{display: flex;}
.history4_list ul li{}
.history4_list ul li .imgbox{font-size: 0;}
.history4_list ul li .imgbox img{height: 300px;}
.history4_list ul li .textbox{font-family:HarmonyOS_Sans_SC_Light; font-size: 1.85rem;line-height: 3.5rem;padding: 10px;color: #333;}




/*  */
/* .product1box{width: 100%;margin: 0 auto;padding-top: 100px;}
.product1{width: 100%;margin: 0 auto;}
.product1 .item{width: 100%;margin: 0 auto;margin-bottom: 50px;}
.product1 .item .product1_top{background-repeat: no-repeat;background-size: cover;background-position: center;height: 40rem;position: relative;}
.product1 .item .product1_top .text{width: 30%;position: absolute;right: 80px;top: 50%;transform: translateY(-50%);}
.product1 .item .product1_top .text h1{font-size: 4.022rem;color: #000;font-weight: bold;margin-bottom: 10px;}
.product1 .item .product1_top .text h3{font-size: 2.4rem;color: #000;font-weight: bold;margin-bottom: 5px;}
.product1 .item .product1_top .text .desc{font-size: 1.95rem;color: #000;line-height: 3.5rem;}
.product1 .item .product1_top .text .desc p{font-family:HarmonyOS_Sans_SC_Light;}
.product1_list{width: 100%;padding: 40px 0;}
.product1_list ul{display: flex;justify-content: space-between;}
.product1_list ul li{width: 30%;border-right: 1px solid #000;}
.product1_list ul li:nth-child(3n){border-right: 0;}
.product1_list ul li:nth-child(2n){width: 33%;}
.product1_list ul li h3{font-size: 2.4rem;color: #000;font-weight: bold;margin-bottom: 10px;}
.product1_list ul li .desc{font-size: 1.95rem;color: #000;line-height: 3.7rem;}
.product1_list ul li .desc p{font-family:HarmonyOS_Sans_SC_Light;}
.product1 .item:nth-child(2n) .product1_top .text{left: 80px;right: auto;}


.product2box{width: 100%;margin: 0 auto;padding-bottom: 60px;}
.product2{width: 100%;margin: 0 auto;}
.product2 .tit{width: 100%;text-align: center;padding-top: 50px;padding-bottom: 40px;}
.product2 .tit h1{font-size: 4.422rem;color: #fff;font-weight: bold;line-height:6.89rem;}
.product2 .tit h3{font-size: 2.61rem;color: #fff;font-family:HarmonyOS_Sans_SC_Medium;}
.product2_list{width: 100%;margin: 0 auto;}
.product2_list ul li{width: 100%;padding: 35px 0;background: #2da87d;}
.product2_list ul li:nth-child(2n){background: #008959;}
.product2_list ul li .inner{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.product2_list ul li .inner .text{width: 31%;padding: 0 43px;}
.product2_list ul li .inner .text h1{font-size: 2.829rem;color: #fff;margin-bottom: 10px;font-weight: bold;}
.product2_list ul li .inner .text .tag{font-size: 0;margin-bottom: 10px;}
.product2_list ul li .inner .text .tag img{max-width: 100%;width: auto;height: 4rem;}
.product2_list ul li .inner .text .desc{font-family:HarmonyOS_Sans_SC_Light;font-size: 1.958rem;color: #fff;line-height: 3rem;text-align:justify;}
.product2_list ul li .inner .imgbox{width: 54%;display: flex;align-items: center;}
.product2_list ul li .inner .imgbox img{width: 23.5%;margin-right: 2%;border-radius: 10px;}
.product2_list ul li .inner .imgbox img:nth-child(4n){margin-right: 0;}
.product2_list ul li .inner .more{width: 10%;font-size: 1.8rem;color: #fff;} */
.wapper2{width: 138rem;margin: 0 auto;}
.pro2_tit{width: 100%;margin: 0 auto;margin-bottom: 7.5rem;text-align: center;}
.pro2_tit h1{font-size: 4.35rem;line-height: 6.832rem;font-family: "HarmonyOS_Sans_SC_Medium";margin-bottom: 3rem;}
    .pro2_tit p {
        font-size: 2.475rem;
        line-height: 4.83rem;
        font-family: "HarmonyOS_Sans_SC_Medium";
    }


.product1box{width: 100%;margin: 0 auto;padding-top: 13.5rem;}
.product1{width: 100%;margin: 0 auto;position: relative;}
.pro2{position: absolute;bottom: -4rem;right: -8rem;}
.product1 .img{width: 100%;font-size: 0;}
.product1 .img img{width: 100%;}
.product1 .text{display: flex;align-items: center;width: 80%;margin-top: 4.5rem;}
.product1 .text h3{font-size: 2.8rem;line-height: 6.832rem;font-family: "HarmonyOS_Sans_SC_Medium";padding-right: 4rem;white-space: nowrap;letter-spacing: -1px;}
.product1 .text .desc{font-size: 1.95rem;line-height: 3.313rem;font-family: "HarmonyOS_Sans_SC_Light";padding-left: 4rem;border-left: 1px solid #333;}
.product1 .text .desc ul{display: flex;flex-wrap: wrap;}
.product1 .text .desc ul li{width: 50%;margin-bottom: 10px;}





.product2box{width: 100%;margin: 0 auto;padding-top: 13rem;}
.product2{width: 100%;margin: 0 auto;}
.pro2_content{width: 100%;margin: 0 auto;}
.pro2_content ul{display: flex;flex-wrap: wrap;}
.pro2_content ul li{width: calc(calc(100% - 42rem) / 7);margin-right: 7rem;}
.pro2_content ul li:nth-child(7n){margin-right: 0;}
.pro2_content ul li .icon{width: 100%;display: flex;align-items: center;justify-content: center;font-size: 0;margin-bottom: 2rem;}
.pro2_content ul li .icon img{max-width: 100%;width: auto;/*filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);*/}
.pro2_content ul li .text{width: 100%;text-align: center;}
.pro2_content ul li .text h3{font-size: 2.25rem;line-height: 3.313rem;margin-bottom: 2rem;font-family: "HarmonyOS_Sans_SC_Medium";color: #0b714e;font-weight: 500;}
.pro2_content ul li .text p{font-size: 1.95rem;line-height: 3.313rem;font-family: "HarmonyOS_Sans_SC_Light";}



.product3box{width: 100%;margin: 0 auto;padding-top: 14rem;padding-bottom: 16rem;}
.product3{width: 100%;margin: 0 auto;}
.pro3_content{width: 100%;margin: 0 auto;}
.pro3_content ul{display: flex;}
.pro3_content ul li{width: calc(calc(100% - 4rem) / 5);margin-right: 1rem;}
.pro3_content ul li:nth-child(5n){margin-right: 0;}
.pro3_content ul li a{display: block;}
.pro3_content ul li a .imgbox{width: 100%;font-size: 0;position: relative;}
.pro3_content ul li a .imgbox img{width: 100%;}
.pro3_content ul li a .imgbox h3{position: absolute;top: 50%;transform: translateY(-50%);text-align: center;width: 100%;font-size: 4.8rem;line-height: 6.638rem;font-weight: 800;color: #fff;font-style: italic;}
.pro3_content ul li a .textbox{width: 100%;text-align: center;}
.pro3_content ul li a .textbox p{font-size: 1.95rem;line-height: 2.188rem;font-family: "HarmonyOS_Sans_SC_Light";margin-top: 2rem;}




.product4box{width: 100%;margin: 0 auto;}
.product4{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.pro4_left{width: 48%;}
.pro4_right{width: 48%;}
.pro4_left .tit{width: 100%;margin-bottom: 7rem;margin-top: 5rem;}
.pro4_left .tit h3{font-size: 4.35rem;line-height: 6.832rem;font-family: "HarmonyOS_Sans_SC_Light";margin-bottom: 3rem;color: #6aaf2f;}
.pro4_left .tit p{font-size: 1.95rem;line-height: 3.313rem;font-family: "HarmonyOS_Sans_SC_Light";}
.pro4_left .imgbox{width: 100%;font-size: 0;}
.pro4_left .imgbox img{width: 100%;}
.pro4_right .imgbox{width: 100%;font-size: 0;}
.pro4_right .imgbox img{width: 100%;}
.pro4_right .tit{width: 100%;}
    .pro4_right .tit h3 {
        font-size: 4.35rem;
        line-height: 6.832rem;
        font-family: "HarmonyOS_Sans_SC_Light";
        margin-bottom: 3rem;
        margin-top: 4rem;
    }
.pro4_right .tit p{font-size: 1.95rem;line-height: 3.313rem;font-family: "HarmonyOS_Sans_SC_Light";}




.product5box{width: 100%;margin: 0 auto;padding-top: 18rem;}
.product5{width: 100%;margin: 0 auto;}
.pro5_tit{width: 100%;margin: 0 auto;text-align: center;margin-bottom: 9rem;}
.pro5_tit h3{font-size: 4.35rem;line-height: 6.832rem;font-family: "HarmonyOS_Sans_SC_Light";margin-bottom: 3rem;color: #6aaf2f;}
.pro5_tit p{font-size: 1.95rem;line-height: 3.313rem;font-family: "HarmonyOS_Sans_SC_Light";}
.pro5_content{width: 100%;margin: 0 auto;}
.pro5_content .item{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;margin-bottom: 15rem;align-items: center;}
.pro5_content .item1 .left{width: 47%;}
.pro5_content .item1 .imgbox{width: 48%;font-size: 0;}
.pro5_content .item .imgbox img{width: 100%;}
.pro5_content .item2 .imgbox{width: 50%;}
.pro5_content .item2 .textbox{width: 46%;}
.pro5_content .item2 .imgbox img{width: 100%;}
.pro5_content .item3 .imgbox{width: 40%;}
.pro5_content .item3 .imgbox img{height: 67.7rem;}
.pro5_content .item3 .textbox{width: 54%;}
.pro5_content .item1 .left .list{width: 100%;margin-bottom: 7.5rem;}
.pro5_content .item1 .left .list ul{display: flex;flex-wrap: wrap;}
.pro5_content .item1 .left .list ul li{font-size: 0;margin-bottom: 2rem;width: calc(calc(100% - 10rem) / 5);margin-right: 2.5rem;}
.pro5_content .item1 .left .list ul li:nth-child(5n){margin-right: 0;}
.pro5_content .item1 .left .list ul li img{width: 100%;}
.pro5_content .item1 .left h3{font-size: 3.8rem;line-height: 6.832rem;font-family: "HarmonyOS_Sans_SC_Light";margin-bottom: 3rem;}
.pro5_content .item1 .left .desc{font-size: 1.95rem;line-height: 3.313rem;font-family: "HarmonyOS_Sans_SC_Light";}
.pro5_content .item2 .textbox h1{font-size: 4.35rem;/*line-height: 6.832rem;*/font-family: "HarmonyOS_Sans_SC_Light";margin-bottom: 6rem;color: #6aaf2f;}
.pro5_content .item2 .textbox .desc{width: 100%;max-width: 80%;}
.pro5_content .item2 .textbox .desc h3{font-size: 4rem;line-height: 6.832rem;font-family: "HarmonyOS_Sans_SC_Light";margin-bottom: 3rem;}
.pro5_content .item2 .textbox .desc p{font-size: 1.95rem;line-height: 3.313rem;font-family: "HarmonyOS_Sans_SC_Light";}
.pro5_content .item2 .textbox .list{width: 100%;margin-top: 10rem;}
.pro5_content .item2 .textbox .list ul{display: flex;}
.pro5_content .item2 .textbox .list ul li{width: calc(calc(100% - 5rem) / 3);font-size: 0;margin-right: 2.5rem;}
.pro5_content .item2 .textbox .list ul li:nth-child(3n){margin-right: 0;}
.pro5_content .item2 .textbox .list ul li img{width: 100%;}



/*  */
.cooper1_tit{width: 100%;position: relative;text-align: center;display: flex;align-items: center;margin-bottom: 40px;}
.cooper1_tit h1{display: inline-block;font-size: 4.423rem;color: #000;font-weight: bold;padding: 0 10px;}
.cooper1_tit span{flex: 1;border-bottom: 1px solid #000;display: block;}

.cooper1box{width: 100%;margin: 0 auto;}
.cooper1{width: 100%;margin: 0 auto;}
.cooper1_content{width: 100%;}
.cooper1_content ul{display: flex;flex-wrap: wrap;}
.cooper1_content ul li{width: 50%;background-repeat: no-repeat;background-size: cover;background-position: center;height: 38.179rem;display: flex;align-items: center;justify-content: center;}
.cooper1_content ul li .text{padding: 45px 60px;border-radius: 10px;background: rgb(0, 137, 89,0.7);max-width: 80%;text-align: center;}
.cooper1_content ul li .text h1{font-size: 4.8rem;color: #fff;font-weight: bold;}
.cooper1_content ul li .text h3{font-size: 2.369rem;color: #fff;}


.cooper2box{width: 100%;margin: 0 auto;padding-top: 50px;}
.cooper2 .cooper1_tit h1{color: #fff;}
.cooper2 .cooper1_tit span{border-color: #fff;}
.cooper2_content{width: 100%;margin: 0 auto;max-width: 90%;}
.cooper2_top{width: 100%;margin-bottom: 80px;}
.cooper2_top ul{display: flex;flex-wrap: wrap;}
.cooper2_top ul li{width: 23.5%;margin-right: 2%;box-shadow: 0px 1px 5px rgba(0,0,0,0.3);display: flex;align-items: center;justify-content: center;height: 27.8rem;font-size: 5.026rem;color: var(--primary-color);font-weight: bold;background: #fff;text-align: center;line-height:8.324rem;}
.cooper2_top ul li:nth-child(4n){margin-right: 0;}
.cooper2_bot{width: 100%;display: flex;justify-content: space-between;}
.cooper2_bot .tit{font-size: 3.355rem;color: #fff;padding-right: 30px;border-right: 1px solid #fff;width: 10%;text-align: right;font-weight:bold;}
.cooper2_bot ul{display: flex;align-items: center;padding-bottom: 150px;justify-content: space-between;width: 87%;}
.cooper2_bot ul li{position: relative;width: 22.5%;}
.cooper2_bot ul li h3{font-size: 3rem;color: #fff;font-weight: 600;margin-bottom: 5px;}
.cooper2_bot ul li p{font-size: 2.25rem;color: #fff;}
.cooper2_bot ul li img{position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.cooper2_bot ul li:last-child img{display: none;}


.cooper3box{width: 100%;margin: 0 auto;}
.cooper3{width: 100%;margin: 0 auto;}
.cooper3_content{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.cooper3_content .imgbox{width: 40%;font-size: 0;}
.cooper3_content .textbox{width: 58%;}
.cooper3_content .imgbox img{width: 100%;}
.cooper3_content .textbox .list{width: 100%;position: relative;}
.cooper3_content .textbox .list:after{width: 100%;height: 2px;background: var(--primary-color);content: "";position: absolute;left: 0;top: 38%;}
.cooper3_content .textbox .list ul{display: flex;align-items: center;}
.cooper3_content .textbox .list ul li{width: 33.33%;padding: 0 20px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.cooper3_content .textbox .list ul li .yuan{border-radius: 50%;background: var(--primary-color);width: 14.55rem;height: 14.55rem;display: flex;align-items: center;justify-content: center;font-size: 2.5rem;text-align:center;color: #fff;font-weight: bold;position: relative;z-index: 2;}
.cooper3_content .textbox .list ul li p{text-align: center;font-size: 20.69px;color: var(--primary-color);margin-top: 20px;}
.cooper3_content .textbox .c3_desc{line-height:4.768rem; font-size: 2.744rem;color: #000;margin-top: 7rem;font-weight: 500;}



.cooper4box{width: 100%;margin: 0 auto;}
.cooper4{width: 100%;margin: 0 auto;}
.cooper4 .cooper1_tit h1{color: #fff;}
.cooper4 .cooper1_tit span{border-color: #fff;}
.cooper4_content{width: 100%;margin: 0 auto;}
.cooper4_content ul{display: flex;}
.cooper4_content ul li{width: 18.4%;margin-right: 2%;}
.cooper4_content ul li:nth-child(5n){margin-right: 0;}
.cooper4_content ul li .top{width: 100%;box-shadow: 0px 1px 5px rgba(0,0,0,0.5);background: #fff;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 20px 0;min-height: 25.116rem;}
.cooper4_content ul li .top .icon{font-size: 0;display: flex;align-items: center;justify-content: center;width: 100%;}
.cooper4_content ul li .top .icon img{max-width: 100%;width: auto;}
.cooper4_content ul li .top .text{line-height:5.626rem; text-align: center;font-size: 4.526rem;color: var(--primary-color);font-weight: bold;}
.cooper4_content ul li p{line-height:2.983rem; font-size: 1.95rem;color: #fff;margin-top: 20px;text-align: center;}


.cooper5box{width: 100%;margin: 0 auto;}
.cooper5{width: 100%;margin: 0 auto;}
.cooper5_content{width: 100%;margin: 0 auto;}
.cooper5_content ul{display: flex;}
.cooper5_content ul li{width: 16.66%;position: relative;padding:  0 20px;}
.cooper5_content ul li .icon{font-size: 0;width: 100%;display: flex;align-items: center;justify-content: center;}
.cooper5_content ul li .icon img{width: 152.92px;}
.cooper5_content ul li .ic{position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.cooper5_content ul li:last-child .ic{display: none;}



/*  */
.youshadou1box{width: 100%;margin: 0 auto;padding: 150px 0;}
.youshadou1{width: 100%;margin: 0 auto;}
.ysd_tit{width: 100%;text-align: center;}
.ysd_tit h1{font-size: 4.422rem;color: #000;font-weight: bold;margin-bottom: 30px;}
.ysd_tit p{font-family:HarmonyOS_Sans_SC_Light; font-size: 2.6rem;color: #000;line-height: 4.5rem;}
.ysd1_content{width: 100%;margin-top: 7rem;}
.ysd1_content ul{display: flex;}
.ysd1_content ul li{width: 20%;padding: 0 20px;}
.ysd1_content ul li .icon{font-size: 0;position: relative;max-width: 90%;margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.ysd1_content ul li .icon img{width: 100%;}
.ysd1_content ul li .icon p{position: absolute;left: 50%;transform: translateX(-50%);top: 25%;font-size: 3rem;color: #b29652;font-weight: bold;text-align: center;}
.ysd1_content ul li .text{font-family:HarmonyOS_Sans_SC_Medium; text-align: center;font-size: 1.8rem;color: #b29652;line-height: 3rem;margin-top: 30px;}
.youshadou1 .tip{font-family:HarmonyOS_Sans_SC_Light; font-size: 1.95rem;color: #666;margin-top: 50px;text-align: center;}



.youshadou2box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: 100% 100%;background-position: center;padding: 100px 0;}
.youshadou2{width: 100%;margin: 0 auto;position: relative;z-index: 2;}
.ysd2_top{width: 100%;position: relative;}
.ysd2t_img{position: absolute;right: 0;top: -85%;width: 30%;}
.ysd2_top .desc{width: 65%;font-size: 1.95rem;color: #fff;line-height: 3rem;margin-bottom: 130px;font-weight: 400;}
.ysd2_top .desc p{font-family:HarmonyOS_Sans_SC_Light;}

.ysd2_bot{padding-left: 30%;}
.ysd2_rt{margin-bottom: 90px;}
.ysd2_rt h1{font-size: 4.422rem;color: #fff;font-weight: bold;margin-bottom: 10px;}
.ysd2_rt p{font-size: 2.575rem;color: #fff;font-weight: bold;}
.ysd2_ysd{}
.ysd2_ysd h1{font-size: 4.422rem;color: #b29652;font-weight: bold;margin-bottom: 40px;}
.ysd2_ysd .list{width: 110%;margin-left: -5%;}
.ysd2_ysd .list ul{display: flex;align-items: flex-start;}
.ysd2_ysd .list ul li{width: 25%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.ysd2_ysd .list ul li .yuan{text-align:center; width: 14.625rem;height: 14.625rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 2rem;color: #fff;background: #b29652;font-weight: 600;}
.ysd2_ysd .list ul li .text{font-family:HarmonyOS_Sans_SC_Light; text-align: center;font-size: 1.95rem;color: #000;margin-top: 10px;}




.youshadou3box{width: 100%;margin: 0 auto;padding: 100px 0;margin-top: 35px;}
.youshadou3{width: 100%;margin: 0 auto;}
.youshadou3 ul{display: flex;justify-content: space-between;}
.youshadou3 ul li{width: 45%;text-align: center;}
.youshadou3 ul li h3{line-height:7.324rem; font-size:2.8rem;color: #b29652;margin-bottom: 88px;}
.youshadou3 ul li h3 span{font-size: 4.422rem;}
.youshadou3 ul li .imgbox{width: 100%;font-size: 0;margin-top: 10px;}
.youshadou3 ul li .imgbox img{width: 100%;}
.ysd3_content{width: 100%;margin: 0 auto;margin-top: 150px;text-align: center;}
.ysd3_content h1{font-size: 4.422rem;color: #000;margin-bottom: 60px;font-weight: bold;}
.ysd3_content .desc{font-size: 2.7rem;color: #000;}
.ysd3_content .desc p{font-family:HarmonyOS_Sans_SC_Light; line-height: 50px;}




/*  */
.cul1box{width: 100%;margin: 0 auto;padding: 7rem 0;}
.cul1{width: 100%;margin: 0 auto;}
.cul1_tit{width: 100%;margin: 0 auto;text-align: center;margin-bottom: 5.5rem;}
.cul1_tit h1{font-size: 4.422rem;line-height: 7.325rem;font-family: "HarmonyOS_Sans_SC_Bold";color: #000;margin-bottom: 3rem;font-weight: 600;}
.cul1_tit p{font-size: 1.95rem;line-height: 3.133rem;font-family: "HarmonyOS_Sans_SC_Light";}

.cul1 .imgbox{width: 100%;font-size: 0;margin-bottom: 3rem;display: flex;align-items: center;justify-content: center;}
.cul1 .imgbox img{height: 49.1rem;}
.cul1 .tip{width: 100%;text-align: center;}
.cul1 .tip p{font-size: 1.95rem;line-height: 3.133rem;font-family: "HarmonyOS_Sans_SC_Light";}










@media only screen and (max-width: 980px) {
	.wapper1{width: 1500px;margin: 0 auto;}
	.wapper{width: 1200px;margin: 0 auto;}
}

/* @media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.sp_header{ display:flex;}
	.height{height: 7rem;}
	.img_list2 ul li,.img_list3 ul li,.img_list4 ul li{width: 50%;margin-bottom: 15px;}
	.headerbox .header{padding: 0 15px;}
	.f_menu {padding: 0 15px;}
	.bannerbox .textbox {width: 90%;}
	.bannerbox .imgbox img {height: 300px;object-fit: cover;}
	.bannerbox .textbox h1 {font-size: 25px;}
	.bannerbox .textbox h3{font-size: 16px;}
	.bannerbox .textbox .b_btn {font-size: 16px;}
	.inbannerbox .textbox h1{font-size: 25px;}
	.inbannerbox .textbox h3{font-size: 16px;}
	.footer{padding: 0 15px;}
	.i1_left{width: 100%;margin-bottom: 20px;}
	.i1_right{width: 100%;}
	.index2 ul li{width: 100%;}
	.index3 ul li{width: 33.33%;margin-bottom: 20px;}
	.i1_tit h1 {font-size: 25px;}
	.i1_img1 {max-width: 45%;}
	.i1_img2 {max-width: 40%;}
	.index2 ul li h1 {font-size: 30px;}
	.index2 ul li p{font-size: 16px;}
	.index2 ul li a {font-size: 16px;}
	.index3 ul li .imgbox img{max-width: 50%;}
	.index3 ul li p {font-size: 16px;}
	.f_logo {width: 100%;margin-bottom: 20px;}
	.f_desc{width: 100%;margin-bottom: 20px;font-size: 16px;}
	.f_ewm{width: 100%;}
	.f_ewm img {max-width: 100%;width: auto;}
	.f_menu ul{flex-wrap: wrap;justify-content: flex-start;}
	.f_menu ul li {margin-left: 10px;}
	.produce1 ul li{margin-bottom: 20px;}
	.produce1 ul li .textbox{width: 100%;padding: 20px;text-align: left !important;}
	.produce1 ul li .imgbox{width: 100%;}
	.produce1 ul li .textbox h1{font-size: 25px;}
	.research1_tit span{font-size: 25px;}
	.research1_content ul li{width: 100%;margin-bottom: 20px;}
	.research1_content ul li .textbox h1{font-size: 25px;}
	.research1_content ul li .textbox span{font-size: 18px;}
	.contact .c1_tit h1 {font-size: 25px;}
	.contact1_content ul li .c1_check label {font-size: 14px;margin-left: 10px;}
	.contact1_content ul li {width: 100% !important;}
	.contact1_content {max-width: 90%;}
	.contact1_content ul li span {font-size: 16px;width: 100px;height: 45px;line-height: 4.5rem;}
	.contact1_content ul li .c1_text {height: 45px;line-height: 4.5rem;}
	.contact1_content ul li:last-child span{height:  auto;line-height: 61px;}
	.contact1_content ul li .c1_check {height: auto;line-height: 3rem;flex-wrap: wrap;}
	
}


@media only screen and (max-width: 680px) {
	.img_list2 ul li,.img_list3 ul li,.img_list4 ul li{width: 100%;}
} */
