/*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-family: normal;font-weight: normal;}
body{ font-size:14px;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; }



.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
.wapper1{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}


@media only screen and (min-width: 1001px){
	.wapper{
		width: 17.5rem;
		margin: 0 auto;
	}
	.wapper1{
		width: 15rem;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#2a62ac;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    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;}


.searchbox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #fff;z-index: 99;display: flex;align-items: center;justify-content: center;opacity: 0;visibility: hidden;transition: all 0.5s;}
.searchbox.on{opacity: 1;visibility: visible;}
.s_close{position: absolute;top: 50%;transform: translateY(-50%);right: 5%;cursor: pointer;}
.search{width: 100%;max-width: 1200px;display: flex;align-items: center;border: 1px solid #000;border-radius: 50px;overflow: hidden;margin: 0 auto;}
.search .s_text{width: 80%;background-color: #fff;padding: 0 10px;height: 40px;line-height: 40px;}
.search .s_btn{width: 20%;background-color: #000;color: #fff;font-size: 20px;font-weight: 300;height: 40px;line-height: 40px;text-align: center;display: block;}

/* 导航 */
.headerbox{width: 100%;margin:  0 auto;background: linear-gradient(to bottom,#000,transparent);position: relative;position: fixed;z-index: 99;}
.headerbox .header{display: flex;justify-content: space-between;padding-bottom: 20px;align-items: center;}
.logo{font-size: 0;}
.logo img{max-width: 100%;width: auto;height: 100px;}
.headerbox .header .menu{position: relative;}
.headerbox .header .menu ul li{
	display: inline-block;
	padding: 20px .4rem;
}
.headerbox .header .menu ul li a{
	font-size: .2rem;
    color: #fff;
	font-weight: 300;
	padding: 5px .05rem;
    display: inline-block;
    position: relative;
}
.headerbox .header .menu>ul>li.curr>a:after,.headerbox .header .menu>ul>li:hover>a:after{content: "";width: 30%;height: 2px;background-color: #00c672;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
    .headerbox .header .menu ul li .sub_menu {
        min-width: 120%;
        position: absolute;
        top: 140%;
        left: 0%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        padding: 0 5%;
        background: rgb(0, 0,0,0.2);
        border-radius: 50px;
        display: flex;
        flex-wrap: wrap;
        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;
	padding: 10px 0;
	text-align: center;
	transition: all 400ms ease;
}
.headerbox .header .menu ul li dl dd a {
    font-size: .2rem;
    font-weight: 300;
    color: #fff;
	padding: 5px 20px;
    text-align: left;
    display: inline-block;
    position: relative;
    text-decoration: none;
    outline: none;
	text-align: center;
    text-transform: none;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li dl dd a:after{width: 1px;height: 60%;right: 0;top: 50%;transform: translateY(-50%);background-color: #fff;content: "";position: absolute;}
.headerbox .header .menu ul li dl dd:last-child a:after{display: none;} 
.headerbox .header .menu ul li dl dd a:hover{color: var(--primary-color);}


.h_right{display: flex;align-items: center;}
.h_lan{position: relative;margin-right: 25px;padding: 20px 0;margin-left: 120px;cursor: pointer;}
.lan{display: flex;align-items: center;font-size: .2rem;color: #fff;font-weight: 300;}
.lan i{margin-left: .1rem;}
.h_lan:hover .lan_list{display: block;}
.lan_list{display: none;position: absolute;top: 100%;background-color: #fff;z-index: 90;min-width: 120px;}
.lan_list.on{display: block;}
.lan_list ul li{width: 100%;padding: 10px;}
.lan_list ul li a{font-size: 16px;color: #333;}
.lan_list ul li:hover{background-color: #00c672;}
.lan_list ul li:hover a{color: #fff;}

.h_search{width: .6rem;height: .4rem;line-height: .4rem;border-radius: 20px;border: 1px solid #fff;display: flex;align-items: center;justify-content: center;font-size: 0;margin-right: .2rem;cursor: pointer;}
.h_search img{max-width: 33%;width: auto;}

.h_login{}
.h_login a{display: inline-block;width: 1.6rem;height: .4rem;line-height: .4rem;text-align: center;border-radius: 50px;font-size: .14rem;color: #333;font-weight: 300;background-color: #fff;}


.headerbox .header .menu>ul>li:nth-child(2)>.sub_menu{padding-left: 12%;}
.headerbox .header .menu>ul>li:nth-child(3)>.sub_menu{padding-left: 33%;}
.headerbox .header .menu > ul > li:nth-child(4) > .sub_menu {
    padding-left: 54.5%;
}


.f_img{display: none;}



/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:linear-gradient(to bottom,#000,transparent);position:fixed;z-index:999;width:100%;display: none;top: 0;align-items: center;justify-content: space-between;}
.sp_logo{height:70px;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:#fff;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% - 70px);font-size:14px;line-height:40px;top:70px;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:45px;font-size:14px;}
.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;}




.img{width: 100%;font-size: 0;}
.img img{width: 100%;}



.i3_title{width: 100%;text-align: right;max-width: 80%;margin: 0 auto;}
.i3_title h1{display: inline-block;background-repeat: no-repeat;background-size: 100% 100%;font-size: 0.25rem;color: #000;background-image: url(../images/i3_title_bg.png);width: 80%;height: 40px;line-height: 35px;text-align: center;max-width: 90%;}




/* bannerbox */
.bannerbox{width: 100%;margin: 0 auto;background-position: center;background-repeat: no-repeat;background-size: cover;}
.banner_list{max-width: 13.5rem;margin: 0 auto;}
.banner_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.banner_list ul li{width: 48%;margin-bottom: 50px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.banner_list ul li .icon{font-size: 0;margin-right: 20px;}
.banner_list ul li .icon img{width: 1.4rem;}
.banner_list ul li .text{flex: 1;color: #e7c26f;}
.banner_list ul li .text h3{font-size: 0.24rem;line-height: 1.9;letter-spacing: 0.02rem;}
.banner_list ul li .text p{font-size: 0.2rem;font-weight: 350;line-height: 1.9;letter-spacing: 0.02rem;}
.banner_bot{max-width: 13.5rem;margin: 0 auto;margin-top: 0.5rem;display: flex;align-items: center;justify-content: flex-end;}
.banner_bot .right{}
.banner_bot .right .b_logo{font-size: 0;display: flex;align-items: center;justify-content: flex-end;margin-bottom: 20px;}
.banner_bot .right .b_logo img{max-width: 100%;width: auto;height: 100px;}
.banner_bot .right p{font-size: .2rem;line-height: 1.5;color: #999;text-align: right;}

.banner_list ul li:nth-child(2) .text{color: #cb6f2d;}
.banner_list ul li:nth-child(2) .text{color: #cb6f2d;}

.banner_list ul li:nth-child(3) .text{color: #468069;}
.banner_list ul li:nth-child(3) .text{color: #468069;}

.banner_list ul li:nth-child(4) .text{color: #456e9a;}
.banner_list ul li:nth-child(4) .text{color: #456e9a;}


.pd50{padding: 0.5rem 0;}
.pd70{padding: 0.7rem 0;}
.pt130{padding-top: 0.5rem;}
.pb130{padding-bottom: 0.5rem;}
.pt180{padding-top: 1.8rem;}
.pb180{padding-bottom: 1.8rem;}
.pb80{padding-bottom: 0.8rem;}
.pd150{padding: 0.4rem 0;}
.imgbox{width: 100%;font-size: 0;}
.imgbox img{width: 100%;}

.right_btn{position: fixed;right: 0;top: 15%;z-index: 99;font-size: 0;}
.right_btn img{max-width: 100%;width: auto;height: 130px;}




/* footer */
footer{width: 100%;margin: 0 auto;}
.ftbox{width: 100%;margin: 0 auto;padding-top: 0.45rem;padding-bottom: .45rem;position: relative;}
.footer{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 15rem;margin: 0 auto;padding: 0 15px;}
.cap_btn{position: absolute;bottom: 0;right: 15%;font-size: 0;}
.cap_btn img{max-width: 100%;width: 2rem;}
.f_ewm{width: 45%;}
.f_nav{width: 53%;}
.f_ewm ul{display: flex;flex-wrap: wrap;}
.f_ewm ul li{width: 25%;padding: 0 .1rem;font-size: 0;}

.f_btn{display: none;margin-top: 35px;font-size: 0;}
.f_btn img{max-width: 100%;width: 2.25rem;}

.f_nav ul{display: flex;flex-wrap: wrap;}
.f_nav ul li{width: 19.8%;padding: 0 .1rem;}
.f_nav ul li dt{margin-bottom: 10px;}
.f_nav ul li dt a {
	letter-spacing: .02rem;
	font-size: .22rem;
	color: #333;
	font-weight: 600;
}
.f_nav ul li dd a {
	letter-spacing: .02rem;
	font-size: .13rem;
	color: #333;
	font-weight: 400;
}
.f_nav ul li dd{margin-bottom: 10px;}

.f_center {
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    max-width: 15.6rem;
    margin: 0 auto;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.f_center .f_logo{width: 20%;font-size: 0;}
.f_center .f_logo img{max-width:65%;width: auto;}
.f_center ul{width: 70%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.f_center ul li{width: 23%;padding: 0 2%;font-size: 0;display: flex;align-items: center;justify-content: center;border-radius: 10px;}
.f_center ul li img{max-width: 90%;width: auto;filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);transition: all 0.5s;}
.f_center ul li:hover img{filter: none;}


.f_bot{width: 100%;padding-top: .1rem;padding-bottom: .1rem;background-repeat: no-repeat;background-size: cover;background: #004e35;}
.f_bot .inner{width: 100%;max-width: 15rem;display: flex;align-items: center;justify-content: space-between;margin: 0 auto;padding: 0 15px;}
.f_bot .inner p{font-size: .2rem;color: #78ae8c;}
.f_bot .inner p a{color: #78ae8c;cursor: pointer;}


.mb150{margin-bottom: 1.5rem !important;}


/* 通用内页 */
.inbannerbox{width: 100%;margin: 0 auto;position: relative;}
.inbannerbox .textbox{max-width: 15rem;margin: 0 auto;position: absolute;left: 50%;top: 60%;transform: translate(-50%,-50%);text-align: left;width: 100%;}
.inbannerbox .textbox h1{font-size: 0.8rem;font-weight: 300;margin-bottom: 3.75rem;color: #fff;}
.inbannerbox .textbox .ib_btn{width: 300px;height: 80px;color: #fff;font-size: 20px;text-align: center;display: inline-block;background-color: #00c672;line-height: 80px;border-radius: 50px;text-align: center;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}


/* ================首页样式========================= */
.index1box{width: 100%;margin: 0 auto;padding-top: 0.7rem;padding-bottom: 1.5rem;}
.index1{width: 100%;margin: 0 auto;}
.i1_list{width: 100%;margin: 0 auto;margin-bottom: 0.55rem;}
.i1_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.i1_list ul li{width: 33.33%;padding: 0 3%;}
.i1_list ul li .title{text-align: center;width: 100%;position: relative;}
.i1_list ul li .title .imgbox{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;}
.i1_list ul li .title .imgbox img{max-width: 60%;width: auto;}
.i1_list ul li .title h1{display: inline-block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 0.2rem;color: #fff;letter-spacing: 0px;}
.i1_list ul li .tuo{display: flex;align-items: center;justify-content: center;font-size: 0;margin-top: 8px;}
.i1_list ul li .tuo img{max-width: 100%;width: auto;}
.i1_text{text-align: center;max-width: 80%;text-align: center;font-size: 0.25rem;color: #000;line-height: 1.9;margin: 0 auto;}


.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;position: relative;}
.i2_bg{width: 100%;font-size: 0;}
.i2_bg img{width: 100%;}
.i2_video{position: absolute;top: -70px;left: -30px;width: 94%;height: 100%;font-size: 0;}
.i2_video video{width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}
.index2box h3{font-size: 0.35rem;color: #d3d3d3;letter-spacing: 0.05rem;font-weight: 500;}
.index2box h4{max-width: 30%;text-align: right;font-size: 0.2rem;color: #d3d3d3;letter-spacing: 0.05rem;}



.i3_title{position: absolute;top: 0;right: 10%;display: inline-block;text-align: center;width: 40%;}
.index3box{width: 100%;margin: 0 auto;background-position: top center;background-size: cover;padding-top: 450px;padding-bottom: 30px;}
.index3{width: 100%;margin: 0 auto;position: relative;}
.i3_content{width: 100%;margin: 0 auto;}
.i3_swiper{width: 100%;margin: 0 auto;overflow: hidden;}
.i3_swiper .swiper-slide{background-color: transparent;text-align: left;}
.i3_swiper .swiper-slide .inner{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;align-items: flex-end;}
.inner_left{background-repeat: no-repeat;background-image: url(../images/i3_bg2.png);background-size: 100% 100%;width: 35%;height: 7.2rem;display: flex;align-items: center;justify-content: center;padding-left: 2%;}
.inner_right{width: 65%;padding-bottom: 4.5%;}
.inner_left .text{max-width: 70%;margin-top: -20%;}
.inner_left .text h3{background-repeat: no-repeat;background-size: 100% 100%;background-image: url(../images/i3_title_bg2.png);padding-left: 50px;width: 360px;height: 50px;line-height: 50px;font-size: 0.24rem;color: #fff;margin-bottom: 40px;max-width: 100%;}
.inner_left .text .desc{font-size: 0.2rem;color: #333;line-height: 1.9;/*letter-spacing: 0.02rem;*/font-weight: 350;text-align: justify;}

.i3_btn{z-index:2; position: absolute;width: 60%;right: 0;bottom: .1rem;display: flex;align-items: center;justify-content: center;}
.i3_btn .i3_pagination{margin: 0 50px;width: auto !important;position: unset !important;}
.i3_btn .i3_pagination .swiper-pagination-bullet{font-size: 0.2rem;color: #666;background-color: transparent;width: 0 !important;height: 0 !important;display: inline-block;margin: 0 25px !important;}
.i3_prev,.i3_next{font-size: 0;}
.i3_prev img,.i3_next img{max-width: 100%;width: 30px;}




/*  */
.about1box{width: 100%;margin: 0 auto;padding-top: .5rem;padding-bottom: 0.1rem;}
.about1{width: 100%;margin: 0 auto;}
.a1_logo{width: 100%;display: flex;align-items: center;justify-content: center;font-size: 0;margin-bottom: 0.5rem;}
.a1_logo img{max-width: 100%;width: 35%;}
.a1_title{width: 100%;max-width: 14.2rem;margin: 0 auto;}
.a1_title h1{margin-bottom: 0.5rem;font-size: 0.6rem;color: #000;text-align: center;display: none;}
.a1_title h3{text-align: center;font-size: 0.35rem;color: #333;letter-spacing: 0.02rem;font-weight: 500;}
.a1_title p{font-size: 0.22rem;color: #666;line-height:1.9;}
.a1_list ul li .title h1 {top: 45%;}

.about2box{width: 100%;margin: 0 auto;padding-bottom: 0.7rem;padding-top: 1.5rem;}
.about2{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;position: relative;}
.a2_text{width: 70%;background-color: #fff;border-radius: 20px;padding: 20px 50px;padding-bottom: 50px;position: relative;}
.a2_text:after{position: absolute;width: 15%;border-top-right-radius: 20px;background-color: #004e35;height: 30px;left: 0;bottom: 0;content: "";}
.a2_text .inner{max-width: 70%;}
.a2_text .inner .a2_title{display: flex;align-items: center;margin-bottom: .35rem;justify-content: space-between;width: 90%;}
.a2_text .inner .a2_title img{width: 24%;}
/* .a2_text .inner .a2_title img:last-child{margin-right: 0;} */
.a2_text .inner .a2_desc{font-size: 0.2rem;color: #333;line-height: 1.9;}
.a2_img{position: absolute;width: 50%;top: -0.45rem;font-size: 0;right: 0;/*height: 250px;*/}
.a2_img:before{width: 100%;height: 100%;left: -0.3rem;background-color: #252525;content: "";top: -0.3rem;position: absolute;border-radius: 20px;z-index: 1;}
.a2_img img{width: 100%;position: relative;z-index: 2;height: 100%;}



.about3box{width: 100%;margin: 0 auto;padding-top: 0.5rem;}
.about3{width: 100%;margin: 0 auto;}
.a3_title {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a3_title h1{font-size: 0.35rem;font-weight: bold;color: #333;margin-right: 5px;}
.a3_title p{font-size: 0.35rem;color: #333;font-weight: bold;}

.a3_tip{width: 100%;text-align: center;padding: 0.85rem;margin-top: .5rem;}
.a3_tip h1{max-width: 15rem;text-align: center;font-size: 0.7rem;margin: 0 auto;color: #00c672;}
.a3_tip h1 span{background: #00c672;color: #004e35;display: inline-block;width: 70px;height: 70px;font-weight: 500;margin: 0 10px;border-radius: 10px;text-align: center;line-height: 70px;}
.a3_tip h1 b{color: #fff;font-weight: 500;margin-left: 10px;}

.a3_desc{width: 100%;margin: 0 auto;padding: 0.85rem;}
.a3_desc p{max-width: 15rem;margin: 0 auto;font-size: 0.22rem;color: #666;line-height: 1.9;}




/*  */
.i1_title{width: 100%;text-align: center;}
.i1_title h1{font-size: .5rem;color: #000;margin-bottom: 10px;font-weight: 500;}
.i1_title h3{font-size: .2rem;color: #000;}
.index4box{width: 100%;margin: 0 auto;margin-bottom: 160px;}
.i4_content{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: 100% 100%;padding: 2.5rem 0;margin-top: 40px;}
.i4_content .inner{width: 100%;max-width: 13.2rem;margin: 0 auto;overflow: hidden;}
.i4_content .inner .swiper-slide{text-align: left;background-color: transparent;}
.i4_content .inner .swiper-slide a{display: block;width: 100%;}
.i4_content .inner .swiper-slide a .img{margin-bottom: 20px;border-radius: 20px;overflow: hidden;}
.i4_content .inner .swiper-slide a .date{font-size: .24rem;color: #666;margin-bottom: 10px;}
.i4_content .inner .swiper-slide a h3{font-size: .26rem;color: #000;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #000;}
.i4_content .inner .swiper-slide a p{font-size: .2rem;color: #666;line-height: 35px;}


.my_page{display: flex;align-items: center;justify-content: center;margin-top: 70px;}
.i4_prev,.i4_next{width: 35px;height: 35px;border-radius: 50%;border: 2px solid #000;font-size: .25rem;color: #000;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.i4_pagination{width: auto !important;padding: 0 50px;position: unset !important;}
.i4_pagination .swiper-pagination-bullet {font-size: 20px;color: #000;opacity: 0.6;background: #fff;padding: 0 30px;}
.i4_pagination .swiper-pagination-bullet-active{opacity: 1;}



.newsbox{width: 100%;margin: 0 auto;margin-top: 50px;margin-bottom: 30px !important;}
.newsbox .i1_title{margin-top: 20px;margin-bottom: 20px;display: flex;align-items: center;justify-content: center;}
.newsbox .i1_title h1{font-size: .35rem;font-weight: 500;margin-right: 5px;margin-bottom: 0;}
.newsbox .i1_title p{font-size: .35rem;font-weight: 500;}
.newsbox .news_content{margin-bottom: 50px;}
.news_content .n2_swiper {width: 100%;overflow: hidden;}
.news_content .n2_swiper .swiper-slide{text-align: left;background-color: transparent;}
.news_content .n2_swiper .swiper-slide a{display: block;width: 100%;background-color: #f1f1f1;border-radius: 20px;}
.news_content .n2_swiper .swiper-slide a .img{margin-bottom: 0px;border-radius: 20px;overflow: hidden;}
.newsbox .n2_swiper .swiper-slide a .text{padding: 30px 10%;}
.news_content .n2_swiper .swiper-slide a .date{font-size: .24rem;color: #666;margin-bottom: 10px;}
.news_content .n2_swiper .swiper-slide a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .22rem;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    font-weight: 500;
}
.news_content .n2_swiper .swiper-slide a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .18rem;
    color: #666;
    line-height: 1.6;
}

.n2_prev,.n2_next{width: 35px;height: 35px;border-radius: 50%;border: 2px solid #000;font-size: 25px;color: #000;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.n2_pagination{width: auto !important;padding: 0 50px;position: unset !important;}
.n2_pagination .swiper-pagination-bullet {font-size: 20px;color: #000;opacity: 0.6;background: #fff;padding: 0 30px;}
.n2_pagination .swiper-pagination-bullet-active{opacity: 1;}




.news_content{width: 100%;margin: 0 auto;margin-top: 40px;}
.newsbox1{margin-top: 0;}
.news_content{width: 100%;max-width: 15rem;padding: 0 .35rem;}
.n1_swiper{overflow: hidden;}
.news_content .inner{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.news_content .swiper-slide{text-align: left;background-color: transparent;}
.news_content .swiper-slide .inner{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;height: 650px;}
.news_content .swiper-slide .inner .left{width: 33%;height: 100%;}
.news_content .swiper-slide .inner .right{width: 64%;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.news_content .swiper-slide .inner .left a{display: block;width: 100%;background-color: #f1f1f1;border-radius: 20px;height: 100%;}
.news_content .swiper-slide .inner .left a .img{border-radius: 5px;overflow: hidden;}
.news_content .swiper-slide .inner .left a .text{padding: .3rem 10%;}
.news_content .swiper-slide .inner .left a .date{font-size: .24rem;color: #666;margin-bottom: 10px;}
.news_content .swiper-slide .inner .left a h3{font-size: .26rem;color: #000;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #000;font-weight: 500;}
.news_content .swiper-slide .inner .left a p{font-size: .2rem;color: #666;line-height: 35px;}
.news_content .swiper-slide .inner .right{}
.news_content .swiper-slide .inner .right a{display: flex;align-items: center;justify-content: space-between;background-color: #f1f1f1;border-radius: 20px;}
.news_content .swiper-slide .inner .right a:last-child{margin-bottom: 0;}
.news_content .swiper-slide .inner .right a .img{width: 30%;}
    .news_content .swiper-slide .inner .right a .img img {
        height: 210px;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
.news_content .swiper-slide .inner .right a .text{flex: 1;padding-left: 3%;}
.news_content .swiper-slide .inner .right a .text .date{font-size: .24rem;color: #666;margin-bottom: 10px;}
.news_content .swiper-slide .inner .right a .text h3{font-size: .26rem;color: #000;padding-bottom: 5px;border-bottom: 1px solid #000;font-weight: 500;}
.news_content .swiper-slide .inner .right a .text p{font-size: .2rem;color: #666;line-height: 35px;}

.n1_prev,.n1_next{width: 35px;height: 35px;border-radius: 50%;border: 2px solid #000;font-size: .25rem;color: #000;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.n1_pagination{width: auto !important;padding: 0 50px;position: unset !important;}
.n1_pagination .swiper-pagination-bullet {font-size: .2rem;color: #000;opacity: 0.6;background: #fff;padding: 0 30px;}
.n1_pagination .swiper-pagination-bullet-active{opacity: 1;}


/*  */
.s1_1box{width: 100%;margin: 0 auto/*;padding-bottom: 1.8rem;*/}
.s2_1box{padding-bottom: 0.8rem;}
.s1_1{width: 100%;margin: 0 auto;}
.s1_1_h3{width: 100%;max-width: 80%;margin: 0 auto;text-align: center;/*margin-bottom: 0.7rem;*/}
.s1_1_h3 h3{font-size: 0.35rem;color: #000;font-weight: 500;letter-spacing: 0.02rem;line-height: 1.9;}
.s1_1_p{text-align: center;width: 100%;}
.s1_1_p p{font-size: 0.28rem;color: #333;font-weight: 350;line-height: 1.9;}



.s1_2box{width: 100%;margin: 0 auto;padding-top: .4rem;padding-bottom: .6rem;}
.s1_2{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;}
.s1_2_left{width: 30%;}
.s1_2_title{width: 100%;}
.s1_2_title h3{display: inline-block;background-image: url(../images/i3_title_bg.png);background-repeat: no-repeat;background-size: 100% 100%;font-size: 0.28rem;max-width: 100%;padding: 6px 30px 10px 30px;margin-bottom: 30px;}
.s1_2_left p{font-size: .2rem;color: #333;line-height: 1.5;}
.s1_2_right{width: 68%;font-size: 0;}
.s1_2_right img{width: 100%;border-radius: 20px;}

.s1_2_title2{position: absolute;left: 0;text-align: center;top: -.75rem;}
.s1_2_img{width: 100%;font-size: 0;margin-top: 0.5rem;}
.s1_2_img img{width: 100%;}




.mt130{margin-top: 1.3rem !important;}
/*  */
.coo1box{width: 100%;margin: 0 auto;border-top: 30px solid #004e35;}
.coo1{width: 100%;margin: 0 auto;}
.c1_content{width: 100%;margin: 0 auto;margin-top: 0.7rem;}
.c1_tab{width: 100%;margin: 0 auto;border-bottom: 2px solid #333;position: relative;}
.c1_prev{position: absolute;left: 0;top: 50% !important;transform: translateY(-50%) !important;font-size: 30px;color: #333 !important;margin-top: 0 !important;}
.c1_next{position: absolute;right: 0;top: 50% !important;transform: translateY(-50%) !important;font-size: 30px;color: #333 !important;margin-top: 0 !important;}
.c1_prev i,.c1_next i{font-style: normal;}
.c1_swiper_tab{overflow: hidden;width: 100%;}
.c1_swiper_tab .swiper-slide{background-color: transparent;cursor: pointer;}
.c1_swiper_tab .swiper-slide span{display: inline-block;font-size: 20px;color: #000;font-weight: 500;text-align: center;background-repeat: no-repeat;background-size: 100% 100%;line-height: 20px;height: 40px;padding: 7px 15px;}
.c1_swiper_tab .swiper-slide-thumb-active span{background-image: url(../images/tab_bg.png);}
.swiper-button-next:after,.swiper-button-prev:after {display: none;}


.c1_box{width: 100%;padding: 0.75rem 0;}
.c1_swiper_box{width: 100%;overflow: hidden;}
.c1_swiper_box .swiper-slide{width: 100%;background-color: transparent;}
.c1_swiper_box .swiper-slide .inner{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.c1_swiper_box .swiper-slide .inner .c1_left{width: 48%;}
.c1_swiper_box .swiper-slide .inner .c1_right{width: 48%;}
.c1_title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 0.5rem;}
.c1_title h3{background-repeat: no-repeat;background-size: 100% 100%;background-image: url(../images/i3_title_bg2.png);padding-left: 50px;line-height: 50px;font-size: .3rem;color: #fff;font-weight: 500;width: 50%;text-align: left;}
.c1_title a{display: inline-block;font-size: 0;}
.c1_title a img{max-width: 100%;width: 50px;}
.c1_swiper_box .swiper-slide .inner .c1_left .desc{font-size: 0.25rem;line-height: 1.9;color: #555;text-align: left;}
.c1_swiper_box .swiper-slide .inner .c1_right .form{width: 100%;background-color: #fff;border-radius: 20px;padding: 0.5rem;}
.c1_swiper_box .swiper-slide .inner .c1_right .form ul li{width: 100%;margin-bottom: 20px;display: flex;align-items: center;}
.c1_swiper_box .swiper-slide .inner .c1_right .form ul li span{width: 20%;margin-right: 15px;font-size: 0.22rem;color: #555;display: inline-block;}
.c1_swiper_box .swiper-slide .inner .c1_right .form ul li .c_text{flex: 1;height: 40px;line-height: 40px;padding: 0 10px;border: 1px solid #333;border-radius: 8px;}
.c1_swiper_box .swiper-slide .inner .c1_right .form ul li .c_text::placeholder{font-size: .18rem;color: #ccc;}
.c1_swiper_box .swiper-slide .inner .c1_right .form ul li .c_btn{background-color: #252525;color: #fff;font-size: .25rem;line-height: 40px;height: 40px;padding: 0 10px;flex: 1;border-radius: 8px;}


/*  */
.login{width: 100%;height: 100vh;background-repeat: no-repeat;background-size: 100% 100%;}
.login .inner{width: 100%;max-width: 90%;margin: 0 auto;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;height: 100%;}
.l_left{width: 45%;position: relative;height: 100%;}
.l_logo{font-size: 0;top: 0px;position: absolute;left: -7%;}
.l_logo img{max-width: 100%;width: 35%;}
.l_desc{position: absolute;bottom: 70px;font-size: 14px;color: #00975a;left: 0;}
.l_right{width: 42%;position: relative;display: flex;justify-content: center;}
.l_lan{position: absolute;top: 30px;right:70px;}
.login .inner .l_lan a{font-size: 12px;color: #000;}
.login .inner .l_lan a i{margin-left: 5px;}
.login .inner .l_lan ul{position: absolute;min-width: 100px;left: 0;top: 100%;background-color: #fff;display: none;}
.login .inner .l_lan:hover ul{display: block;}
.login .inner .l_lan ul li{padding: 5px;}
.login .inner .l_lan ul li a{font-size: 12px;color: #000;display: block;}
.login .inner .l_lan ul li:hover a{color: var(--primary-color);}

.l_form{margin-top: 20%;width: 60%;}
.l_form h1{font-size: .7rem;color: #000;font-weight: 700;text-align: center;text-transform: uppercase;letter-spacing: .1rem;}
.l_form h3{font-size: .25rem;color: #000;text-align: center;}
.l_form .form{width: 100%;margin-top: 20px;}
.l_form .form ul li{width: 100%;position: relative;margin-bottom: 20px;}
.l_form .form ul li .icon{position: absolute;top: 50%;transform: translateY(-50%);left: 10px;width: 15px;}
.l_form .form ul li .l_text{width: 100%;border-radius: 8px;height: 40px;padding: 0px 10px;line-height: 40px;background-color: #fff;font-size: .18rem;color: #666;padding-left: 30px;}
.l_form .form ul li .l_text::placeholder{color: #999;}
.l_form .form ul li .l_btn{width: 100%;height: 40px;border-radius: 8px;line-height: 40px;color: #fff;font-size: .16rem;background-color: #004e35;}
.szmm{text-align: right;margin-top: 20px;}
.szmm a{font-size: .2rem;color: #000;}



.tc_flsm_box{ width:100%; height:100%; position:fixed; z-index:999; left:0; top:0; display:none;}
.tc_flsm_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; z-index:1; left:0; top:0;}
.tc_flsm_bg{ width:90%; max-width:600px; padding-bottom:80px; position:absolute; z-index:2; left:50%; top:50%; transform:translate(-50%,-50%);}
.tc_flsm_close2{ width:60px; height:60px; line-height:60px; text-align:center; font-size:40px; color:#fff; background:#999; border-radius:100%; position:absolute; bottom:0; left:50%; transform:translateX(-50%); cursor:pointer;}
.tc_flsm{ background:#fff; padding:30px 5%; border-radius:20px;}
.tc_flsm .h2{ font-size:24px; line-height:34px; font-weight:bold; text-align:center; margin-bottom:30px;}
.tc_flsm_txt{ font-size:20px; line-height:30px; max-height:60vh; overflow-y:auto;}
@media(max-width:999px){
.tc_flsm{ padding:20px 5%; border-radius:10px;}
.tc_flsm .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.tc_flsm_txt{ font-size:16px; line-height:26px; max-height:60vh; }

}







@media only screen and (max-width: 1670px) {
	.h_lan {margin-left: 40px;}
	.headerbox .header .menu ul li {padding: 20px;}
    .headerbox .header .menu ul li {
        padding: 20px 0.4rem;
    }
	.i4_content {background-image: none !important;background-color: #004e35;padding: 100px 0;}
	.i4_content .inner{background-color: #fff;border-radius: 20px;padding: 5%;}
}


@media only screen and (max-width: 1300px) {
	.h_lan {margin-left: 0px;}
}

@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.sp_header{ display:flex;}
	.sp_nav {width: 30px;height:20px;}
	.sp_nav span{display:block;background:#fff;width: 20px;height: 2px;position:absolute;left: 0px;transition:all ease 0.35s}
	.sp_nav span:nth-of-type(1){top:0px}
	.sp_nav span:nth-of-type(2){top: 5px;}
	
	.sp_nav span:nth-of-type(3){top: 10px;} 
	.sp_nav_se span:nth-of-type(3) {top: 0px;}
	.pd50{padding: 25px 0;}
	.height{height: 70px;}
	.inbannerbox .textbox {max-width: 100%;padding:  0 15px;}
	.s1_1box {padding-bottom: 1.2rem;}
	.f_ewm{width: 100%;margin-bottom: 20px;}
	.f_nav{width: 100%;}
	.f_bot .inner {flex-wrap: wrap;padding: 0 15px;max-width: 100%;}
	.banner_list { max-width: 16.1rem;}
	.banner_bot .right .b_logo img {height: 70px;}
	/* .f_bot .inner p{font-size: 20px;margin-bottom: 10px;} */
	.footer {padding-bottom: 10%;max-width: 100%;}
	.f_center {max-width: 100%;}
	.f_nav ul li dt a {font-size: 12px;}
	.f_nav ul li dd a{font-size: 10px;}
	/* .i3_title {position: unset;text-align: center;width: 100%;margin-bottom: 30px;} */
	.i3_title{right: 15%;top: -10%;}
	.i3_content { max-width: 15rem;margin: 0 auto;}
	.inner_left .text h3 {width: 80%;height: 25px;line-height: 25px;margin-bottom: 30px;padding-left: 10%;}
	/* .inner_left {width: 100%;height: auto;padding: 50px 0;} */
	/* .inner_left .text {margin-top: 0;}
	.inner_right {width: 100%;} */
	.i3_btn {position: unset;margin-top: 30px;width: 100%;}
	.i3_btn .i3_pagination .swiper-pagination-bullet {font-size: 16px;}
	.i3_title h1 {width: 250px;height: 30px;line-height: 25px;font-size: 14px;}
	.i2_video {top: -20px;left: -10px;}
	.index3box {padding-top: 250px;}
	.inbannerbox .textbox .ib_btn{width: 200px;height: 50px;line-height: 50px;font-size: 20px;}
	/* .a1_logo img {width: 50%;} */
	.a2_text {padding: 10px 30px;padding-bottom: 50px;}
	.i4_content .inner .swiper-slide a h3 {font-size: 14px;}
	.i4_content .inner .swiper-slide a p {font-size: 12px;}
	.i4_content .inner .swiper-slide a .date{font-size: 12px;}
	.i4_pagination{display: none;}
	.n1_pagination{display: none;}
	.n2_pagination{display: none;}
	.i4_prev, .i4_next {margin: 0 10px;font-size: 15px;}
	.n1_prev, .n1_next {margin: 0 10px;font-size: 15px;}
	.n2_prev, .n2_next {margin: 0 10px;font-size: 15px;}
	.a3_tip h1 span {width: 50px;height: 50px;line-height: 50px;}
	.news_content .swiper-slide .inner {height: auto;}
	.news_content .swiper-slide .inner .right a{margin-bottom: 20px;}
	.news_content .swiper-slide .inner .right a:last-child{margin-bottom: 0;}
	.news_content .swiper-slide .inner .left {width: 100%;margin-bottom: 20px;}
	.news_content .swiper-slide .inner .right{width: 100%;}
	.news_content .swiper-slide .inner .left a h3 {font-size: 12px;}
	.news_content .swiper-slide .inner .left a p {font-size: 10px;line-height: 20px;}
	.news_content .swiper-slide .inner .left a .date{font-size: 10px;}
	.news_content .swiper-slide .inner .right a .text {padding: 2% 0;padding-left: 3%;}
	.news_content .swiper-slide .inner .left a .text {padding: .2rem 5%;}
	.news_content .swiper-slide .inner .right a .text h3 {font-size: 12px;}
	.news_content .swiper-slide .inner .right a .text p{font-size: 10px;line-height: 20px;}
	.news_content .swiper-slide .inner .right a .text .date{font-size: 10px;margin-bottom: 5px;}
	.news_content .n2_swiper .swiper-slide a h3 {font-size: 12px;}
	.news_content .n2_swiper .swiper-slide a p{font-size: 10px;}
	.news_content .n2_swiper .swiper-slide a .date{font-size: 10px;}
	.newsbox .n2_swiper .swiper-slide a .text {padding: 20px 5%;}
	.newsbox .i1_title {margin-top: 25px;margin-bottom: 35px;}
	/* .i1_title h1{font-size: 25px;}
	.i1_title h3{font-size: 16px;} */
	.s1_2_title h3{font-size: 12px;}
	.s1_1_h3 h3 {font-size: 12px;}
	.s1_2_left{width: 100%;margin-bottom: 20px;}
	.s1_2_right{width: 100%;}
	.s1_2_left p {font-size: 10px;}
	.l_left {width: 100%;height: auto;padding: 20px 0;}
	.l_logo {position: unset;margin-bottom: 20px;}
	.l_desc {position: unset;}
	.l_right{width: 100%;}
	.l_form {width: 100%;}
	.c1_swiper_box .swiper-slide .inner .c1_left {width: 100%;margin-bottom: 20px;}
	.c1_swiper_box .swiper-slide .inner .c1_right{width: 100%;}
	.c1_swiper_box .swiper-slide .inner .c1_right .form ul li .c_text {height: 30px;line-height: 30px;font-size: 12px;}
	.c1_swiper_box .swiper-slide .inner .c1_right .form ul li .c_btn {height: 30px;line-height: 30px;font-size: 12px;}
	.c1_title h3 {width: 200px;height: 40px;line-height: 40px;padding-left: 20px;font-size: 12px;}
	.c1_swiper_tab .swiper-slide span {width: 200px;height: 40px;line-height: 30px;}
	.c1_swiper_tab .swiper-slide span {font-size: 16px;}
	/* .c1_swiper_box .swiper-slide .inner .c1_right .form ul li span {font-size: 16px;} */
	.ml_mbbot{display: none !important;}
	.a3_desc p {font-size: 12px;}
	.a1_title {max-width: 100%;}
	.s1_2_title2 {top: -.95rem;}
	.s1_2_img {margin-top: 30px;}
	.c1_swiper_box .swiper-slide .inner .c1_left .desc {font-size: 12px;}
	.c1_swiper_box .swiper-slide .inner .c1_right .form ul li span {font-size: 12px;}
	.a2_text .inner .a2_desc {font-size: 12px;}

}


@media only screen and (max-width: 680px) {
	
	
	.inbannerbox .textbox .ib_btn {width: 120px;height: 30px;line-height: 30px;font-size: 14px;}
	.a1_title h3 {font-size: 14px;}
	.a1_title p {font-size: 12px;}
	.a3_title h1 {font-size: 14px;}
	.a3_title p{font-size: 12px;}
	.a3_tip h1 span {width: 30px;height: 30px;line-height: 30px;}
	.i3_swiper .swiper-slide .inner {align-items: center;}
	.inner_left {padding: 20px 0;padding-left: 2%;}
	.banner_list ul li{align-items: flex-start;}
	.banner_list ul li .text h3{font-size: 12px;}
	.banner_list ul li .text p {font-size: 10px;}
	.i3_title{width: auto;top: -20%;}
	.banner_bot .right p {font-size: 12px;}
	.i1_list ul li .title .imgbox img {max-width: 70%;}
	.i1_list ul li .title h1 {font-size: 10px;}
	.i1_text {font-size: 10px;}
	.inner_left {width: 40%;height: auto;}
	.inner_right{width: 60%;}
	.inner_left .text h3 {margin-bottom: 10%;font-size: 10px;}
	.inner_left .text .desc {font-size: 10px;line-height: 15px;}
	.inner_left .text {margin-top: 0;}
	.f_nav ul li {width: 33.33%;margin-bottom: 10px;}
	.f_bot .inner p {font-size: 10px;}
	.newsbox .i1_title h1{font-size: 14px;}
	.newsbox .i1_title h3{font-size: 12px;}	
	
	
}
