* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* hyphens:auto; */
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff');
}

@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('../fonts/AlimamaShuHeiTi-Bold.woff');
}

@font-face {
	font-family: "Rany-Bold";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Bold.otf');
}

@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('../fonts/Rany.ttf');
}
html{
	font-family:  Arial;
}
a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
	height: 1px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(51, 125, 88, 1);
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}
.picCover {
	position: relative;
}

.picCover .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.picCover .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.font30 {
	font-size: 30px;
}

.font48 {
	font-size: 48px;
}

.font36 {
	font-size: 36px;
}

.font40{
	font-size: 40px;
}

.font60 {
	font-size: 60px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font200 {
	font-size: 200px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding-top: 0;
	transition: all .3s;
}
.header:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #337D58;
}
.header.innerHeader{
	position: sticky;
}
.header.active{
	padding-top: 0;
}
.header.active,
.header.active1{
	background-color: #fff;
}
.header .content1600{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .logo img{
	display: block;
	max-width: 300px;
	max-height: 100px;
}
.header .logo img.logo2{
	display: none;
}
.header.active1 .logo img.logo1,
.header.active .logo img.logo1{
	display: none;
}
.header.active1 .logo img.logo2,
.header.active .logo img.logo2{
	display: block;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .r .nav{
	display: flex;
	gap: 35px;
}
.header .r .nav li>a{
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 85px;
	display: block;
	transition: all .6s;
}
.header.active1 .r .nav li>a,
.header.active .r .nav li>a{
	color: rgba(59, 59, 59, 1);
}
.header .r .nav li:hover>a{
	color: rgba(51, 125, 88, 1);
}
.header .r .nav li>a .iconfont{
	font-size: 14px;
}
.header .r .nav li .subNav{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(20px);
	transition: all .6s;
}
.header .r .nav li:hover .subNav{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transform: translateY(0);
}
.header .r .nav li .subNav::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(230, 230, 230, 1);
}
.header .r .nav li .subNavContainer{
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	padding: 55px 0 83px;
}
.header .r .nav li .subNavContainer-l{
	position: relative;
	text-align: right;
	width: 27.14%;
	padding-right: 5.35%;
}
.header .r .nav li .subNavContainer-l::before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 100vh;
	background-color: rgba(230, 230, 230, 1);
}
.header .r .nav li .subNavContainer-l:after{
	position: absolute;
	content: "";
	top: 0;
	right: 1px;
	width: 3px;
	height: 100%;
	background-color: rgba(51, 125, 88, 1);
}
.header .r .nav li .subNavContainer-l .title{
	font-weight: 600;
	color: #24272A;
	line-height: 1;
}
.header .r .nav li .subNavContainer-l .des{
	
	font-weight: 400;
	font-size: 17px;
	color: #959795;
	line-height: 24px;
	margin-top: 10px;
}
.header .r .nav li .subNavContainer-c{
	width: 38.57%;
	padding: 0 7.35% 0 4.07%;
}
.header .r .nav li .subNavContainer-c a{
	display: flex;
	justify-content: space-between;
	transition: all .6s;
	
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 54px;
	padding: 0 28px 0 39px;
	border-radius: 6px;
}
.header .r .nav li .subNavContainer-c a:not(:last-child){
	margin-bottom: 5px;
}
.header .r .nav li .subNavContainer-c a.active{
	background: #337D58;
	color: #fff;
}
.header .r .nav li .subNavContainer-c a .text{
	flex: 1;
	margin-right: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.header .r .nav li .subNavContainer-c a .iconfont{
	color: #fff;
	font-size: 12px;
}
.header .r .nav li .subNavContainer-r{
	flex: 1;
}
.header .r .nav li .subNavContainer-r .img{
	display: none;
}
.header .r .nav li .subNavContainer-r .img.active{
	display: block;
}
.header .r .nav li .subNavContainer-r .img .pic{
	border-radius: 10px;
}
.header .r .aslideBtn .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	margin-left: 56px;
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	transition: all .6s;
}
.header.active .r .header-search-box .header-searchBtn,
.header.active1 .r .header-search-box .header-searchBtn{
	color: #333;
}
.header .r .header-search-box .header-searchBtn：hover,
.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(51, 125, 88, 1);
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .r .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}

.header .r .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: rgba(51, 125, 88, 1);
}
.header .r  .header-language{
	display: flex;
	align-items: center;
	margin-left: 27px;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	transition: all .6s;
}
.header.active .r  .header-language,
.header.active1 .r  .header-language{
	color: #333;
}
.header .r  .header-language:hover{
	color: #337D58;
}
.header .r  .header-language .iconfont{
	font-size: 22px;
	margin-right: 8px;
}
.banner1{
	position: relative;
	z-index: 9;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	border-radius: 0 0 300px 300px;
	transition: all .6s;
	min-height: 340px;
	object-fit: cover;
}
.banner1 .bannerBox{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 113px;
	z-index: 2;
}
.banner1 .bannerBox .title{
	font-weight: bold;
	font-size: 70px;
	color: #FFFFFF;
	line-height: 1;
}
.innerNav{
	position: relative;
	padding: 0 25px;
	margin-top: 100px;
}
.innerNav .swiper-slide{
	position: relative;
	width: auto;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	line-height: 1;
	padding: 13px 0;
	transition: all .6s;
}
.innerNav .swiper-slide::before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 0;
	height: 4px;
	background-color: rgba(51, 125, 88, 1);
	transform: translateX(-50%);
	transition: all .6s;
}
.innerNav .swiper-slide-active::before{
	width: 100%;
}
.innerNav .swiper-slide:not(:last-child){
	margin-right: 38px;
}
.innerNav .swiper-slide:hover,
.innerNav .swiper-slide-active{
	color: #337D58;
}
.innerNav .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all .6s;
}
.innerNav .btn:not(.swiper-button-disabled):hover{
	color: #337D58;
}
.innerNav .btn.swiper-button-disabled{
	opacity: .2;
	cursor: not-allowed;
}
.innerNav .btn-prev{
	left: 0;
}
.innerNav .btn-next{
	right: 0;
}
.innerNav .btn .iconfont{
	font-weight: bold;
}
.aboutBox1 .bg{
    position: absolute;
    display: block;
    top: -55px;
    right: 0;
}
.aboutBox1 .box-t{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 9;
}
.aboutBox1 .box-t-l{
    width: 50%;
}
.aboutBox1 .box-t-l .text{
    font-weight: 400;
    font-size: 15px;
    color: #777777;
    line-height: 24px;
    margin-top: 19px;
    width: 640px;
    max-width: 100%;
}
.aboutBox1 .box-t-l .commonMore{
    margin-top: 40px;
}
.aboutBox1 .box-t-r{
    width: 45%;
}
.aboutBox1 .box-t-r .hoverLi{
    position: relative;
    width: 560px;
    max-width: 100%;
    margin: 0 0 0 auto;
}
.aboutBox1 .box-t-r .hoverLi .pic{
    border-radius: 20px;
}
.aboutBox1 .box-t-r .hoverLi .playBtn{
    position: absolute;
    width: 39px;
    height: 39px;
    left: 46.7%;
    bottom: 29.67%;
    z-index: 3;
    cursor: pointer;
}
.aboutBox1 .box-t-r .hoverLi .playBtn::before{
    width: 170%;
    height: 170%;
}
.aboutBox1 .box-t-r .hoverLi .playBtn::after{
    width: 230%;
    height: 230%;
    animation-name: ripple1;
}
.aboutBox1 .box-t-r .hoverLi .playBtn img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutBox1 .box-c{
    margin-top: 55px;
    padding: 45px 0;
    border-top: 1px solid rgba(226, 226, 226, .7);
    border-bottom: 1px solid rgba(226, 226, 226, .7);
}
.aboutBox1 .box-c .list{
    display: flex;
    justify-content: space-between;
	gap: 20px;
}
.aboutBox1 .box-c li .number{
    font-weight: bold;
    color: #337D58;
    line-height: 1;
}
.aboutBox1 .box-c li .text{
    font-weight: 600;
    font-size: 16px;
    color: #444444;
    line-height: 1;
    margin-top: 14px;
}
@keyframes ripple {
    0% {
        transform: translate(-50%,-50%)scale(0);
        opacity: 1;
    }
    30%{
        opacity: 1;
    }
    100% {
        transform: translate(-50%,-50%)scale(1);
        opacity: 0;
    }
}
@keyframes ripple1 {
    0% {
        transform: translate(-50%,-50%)scale(0);
        opacity: 1;
    }
    30%{
        opacity: 1;
    }
    100% {
        transform: translate(-50%,-50%)scale(1);
        opacity: 0;
    }
}
.methodsLists{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 63px 20px;
}
.methodsLists li{
    position: relative;
}
.methodsLists li a{
    display: block;
    position: relative;
    padding-bottom: 24px;
}
.methodsLists li .picCover{
    padding-top: 109%;
}
.methodsLists li .text-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 395px;
    max-width: 90%;
    background-color: #fff;
    padding: 40px 49px 24px;
    box-shadow: 0 0 20px 10px rgba(0,0,0,.05);
    transition: all .6s;
    z-index: 3;
}
.methodsLists li:hover .text-box{
    box-shadow: 0 0 20px 10px rgba(51, 125, 88, .2);
}
.methodsLists li .text-title{
    font-weight: 600;
    font-size: 22px;
    color: #222222;
    line-height: 26px;
    transition: all .6s;
}
.methodsLists li:hover .text-title{
    color: rgba(51, 125, 88, 1);
}
.methodsLists li .text-des{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 72px;
	margin-top: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.methodsLists li .more{
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #337D58;
    line-height: 26px;
    color: rgba(51, 125, 88, 1);
    margin-top: 15px;
    gap: 14px;
}
.methodsLists li .more .iconfont{
    font-size: 22px;
}
.methodsLists li .icon{
	position: absolute;
	left: 60px;
	top: 30px;
	z-index: 3;
}
.methodsLists li .icon img{
	display: block;
	width: 40px;
}
.newsItem{
    background: #FFFFFF;
    border-radius: 15px;
    transition: all .6s;
    overflow: hidden;
}
.newsItem:hover{
    background-color: #337D58;
}
.newsItem{
    margin-right: 27px;
}
.newsItem .bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95.65%;
    height: 88.55%;
}
.newsItem .bg img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    transition: all .6s;
}
.newsItem .bg .img2{
    opacity: 0;
}
.newsItem:hover .bg .img2{
    opacity: 1;
}
.newsItem:hover .bg .img1{
    opacity: 0;
}
.newsItem a{
    position: relative;
    display: block;
    padding: 50px 40px;
    z-index: 3;
}
.newsItem .label{
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #337D58;
    background: rgba(129,127,127,0);
    border-radius: 13px;
    border: 1px solid #337D58;
    line-height: 23px;
    padding: 0 15px;
    transition: all .6s;
}
.newsItem:hover .label{
    border-color: #fff;
    color: #fff;
}
.newsItem .text-title{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    height: 84px;
    display: -webkit-box;
	-webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    transition: all .6s;
}
.newsItem:hover .slide-b-r,
.newsItem:hover .slide-b-l,
.newsItem:hover .more,
.newsItem:hover .text-title{
    color: #fff;
}
.newsItem .more{
    margin-top: 26px;
    display: inline-flex;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    transition: all .6s;
}
.newsItem .iconfont{
    font-size: 22px;
    margin-left: 13px;
}
.newsItem .slide-b{
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsItem .slide-b-l{
    font-weight: 600;
    font-size: 16px;
    color: #818487;
    line-height: 1.5;
    transition: all .6s;
}
.newsItem .slide-b-r{
    font-weight: bold;
    color: #337D58;
    line-height: 1;
    transition: all .6s;
}
.footer{
	position: relative;
	padding: 60px 0 68px;
	background-color: rgba(27, 35, 31, 1);
	z-index: 4;
}
.footer-t .list{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 40px;
}
.footer-t .list .li-title{
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
}
.footer-t .list .li-des{
	margin-top: 20px;
}
.footer-t .list .li-des a{
	font-weight: 400;
	font-size: 14px;
	color: #E4E4E4;
	line-height: 30px;
	transition: all .6s;
}
.footer-t .list .li-des a:hover{
	/* color: #fff; */
	color: #337D58;
}
.footer-c{
	margin-top: 30px;
	padding: 34px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer-c-l img{
	display: block;
	width: 207px;
}
.footer-c-c{
	display: flex;
	gap: 60px;
}
.footer-c-c .item{
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 19px;
}
.footer-c-c .item a{
	column-rule: #fff;
}
.footer-c-c .item-r{
	max-width: 280px;
}
.footer-c-c .item .iconfont{
	font-size: 22px;
	margin-right: 20px;
}
.footer-c-r .text{
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
}
.footer-c-r form{
	display: flex;
	height: 48px;
	background: rgba(50, 62, 56, .5);
	border-radius: 5px;
	padding-left: 20px;
	margin-top: 18px;
	overflow: hidden;
}
.footer-c-r form input{
	flex: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	border: none;
	outline: none;
	background-color: transparent;
}
.footer-c-r form .submit{
	width: 56px;
		display: flex;
		align-items: center;
		justify-content: center;
	background: #337D58;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
}
.footer-c-r form .submit .iconfont{
	font-size: 22px;
}
.footer-b{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 36px;
	font-size: 14px;
	color: #E4E4E4;
	line-height: 30px;
}
.footer-b-r{
	display: flex;
	gap: 8px;
}
.footer-b-r a{
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
background: #FFFFFF;
border-radius: 14px;
color: rgba(53, 53, 53, 1);
transition: all .6s;
}
.footer-b-r a:hover{
	background-color: #337D58;
	color: #fff;
}
.footer-b-r a .iconfont{
	font-size: 20px;
}
.commonMore{
    padding: 0 24px;
    display: inline-flex;
    line-height: 48px;
    background: rgba(0,104,183,0);
    border-radius: 25px;
    border: 2px solid #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    transition: all .6s;
}
.commonMore.active,
.commonMore:hover{
    border-color: #337D58;
    color: #fff;
    background-color: #337D58;
}
.commonMore .iconfont{
    margin-left: 20px;
    font-size: 22px;
}
.pc-aslide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}

.pc-aslide.active {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}

.pc-aslide-content {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}

.pc-aslide-content-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-aslide-content-t .close {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
	color: rgba(51, 125, 88, 1);
}

.pc-aslide-content-t .close .iconfont {
	font-size: 30px;
}

.pc-aslide-content-c {
	text-align: center;
	margin-top: 100px;
	flex: 1;
	overflow: auto;
}

.pc-aslide-content-c .list {
	display: inline-block;
	min-width: 300px;
}

.pc-aslide-content-c .list li {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}

.pc-aslide.active .pc-aslide-content-c .list li {
	opacity: 1;
	transform: translateY(0);
}

.pc-aslide-content-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
}

.pc-aslide-content-c .list .li-des {
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 9999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(85,98,151,0.1);
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	color: rgba(89, 84, 93, 1);
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
}


.pagination ul li .iconfont {
	font-size: 18px;
	font-weight: bold;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(51, 125, 88, 1);
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
	font-weight: bold;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.back{
	padding-top: 75px;
}
.back a{
	font-weight: 400;
	font-size: 16px;
	color: #30343C;
	line-height: 26px;
	text-decoration-line: underline;
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.m-right-buttom {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1560px) {
	.banner1 .bannerBox .title{
		font-size:  80px;
	}
	.banner1 .pic img{
		border-radius: 0 0 200px 200px;
	}
}
@media (max-width:1500px) {}

@media (max-width:1440px) {
	.banner1 .bannerBox .title{
		font-size:  60px;
	}
	.banner1 .pic img{
		border-radius: 0 0 100px 100px;
	}
	.footer-c-c .item .iconfont{
		margin-right: 10px;
	}
	.footer-c-r{
		width: 320px;
	}
	.font48 {
		font-size: 36px;
	}
	.font40{
		font-size: 36px;
	}
	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}
	.header .r .nav li>a{
		font-size: 16px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.methodsLists li .text-box{
		padding: 30px 30px 24px;
	}
	.banner1 .bannerBox .title{
		font-size:  50px;
	}
	.header .r .header-search-box{
		margin-left: 30px;
	}
	.header .r .nav{
		gap: 28px;
	}
	.pc-aslide-content-c .list .li-title {
		font-size: 20px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 35px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}
	.font40,
	.font36 {
		font-size: 30px;
	}

	.font60 {
		font-size: 36px;
	}

	.font80 {
		font-size: 48px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}

	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}
	.banner1 .bannerBox{
		bottom: 80px;
	}
}

@media (max-width:1199px) {
	.header .logo img{
		max-height: 52px;
	}
	.methodsLists li .text-title{
		font-size: 20px;
	}
	.innerNav{
		margin-top: 60px;
	}
	.banner1 .pic img{
		border-radius: 0 !important;
	}
	.banner1 .bannerBox{
		bottom: 60px;
	}
	.banner1 .bannerBox .title{
		font-size:  40px;
	}
	.footer{
		padding-top: 70px;
	}
	.footer-t .list{
		display: none;
	}
	.footer-c{
		margin-top: 0;
		border-top: none;
		padding-top: 0;
	}
	.header .content1600{
		padding: 10px 0;
	}
	.m-right-buttom{
		margin-left: 30px;
	}
	.header .r .header-search-box{
		margin-left: 0;
	}
	.header .r .nav{
		display: none;
	}
	.font40,
	.font36 {
		font-size: 28px;
	}

	.font60 {
		font-size: 30px;
	}

	.font80 {
		font-size: 36px;
	}

	.font90 {
		font-size: 50px;
	}

	.font200 {
		font-size: 90px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}

	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #fff;
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: rgba(51, 125, 88, 1);
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	.footer-c-c .item-r{
		max-width: 180px;
	}
	.footer-c-r{
		width: 280px;
	}
	.footer-c-c{
		gap: 34px;
	}
	.footer-c{
		flex-direction: column;
	}
	.footer-c-c{
		width: 100%;
		justify-content: center;
		margin: 0 0  25px;
	}
	.footer-c-r{
		width: 100%;
	}
	.footer-c-c .item-r{
		max-width: 100%;
	}
	.footer-c-r .text{
		text-align: center;
	}
	.back{
		padding-top: 30px;
	}
}

@media (max-width: 1024px) {
	.methodsLists{
		grid-template-columns: repeat(2,1fr);
		gap: 40px 31px;
	}
	.innerNav{
		margin-top: 40px;
	}
	.banner1 .bannerBox{
		bottom: 50px;
	}
	.banner1 .bannerBox .title{
		font-size:  30px;
	}
	.footer{
		padding: 60px 0;
	}
	.font40,
	.font36 {
		font-size: 26px;
	}

	.font60 {
		font-size: 28px;
	}

	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}
	.aboutBox1 .box-t-l .commonMore{
        margin-top: 25px;
    }
	.newsItem a{
		padding: 30px;
	}
	.newsItem .more{
		margin-top: 15px;
	}
	.newsItem .slide-b{
		margin-top: 30px;
	}
	.banner1 .pic img{
		border-radius: 0 0 50px 50px;
	}
}

@media (max-width: 768px) {
	.methodsLists li .text-box{
		padding: 20px;
	}
	.methodsLists li .text-title{
		font-size: 18px;
	}
	.methodsLists li .text-des{
		margin-top: 0;
	}
	.methodsLists li .more{
		margin-top: 5px;
	}
	.innerNav{
		margin-top: 30px;
	}
	.back{
		padding-top: 24px;
	}
	.commonMore{
	    padding: 0 19px;
	    line-height: 40px;
	}
	.banner1 .pic img{
		border-radius: 0;
	}
	.banner1 .bannerBox{
		bottom: 40px;
	}
	.banner1 .bannerBox .title{
		font-size:  24px;
	}
	.aboutBox1 .box-t{
        flex-direction: column;
    }
    .aboutBox1 .box-t-l{
        width: 100%;
    }
    .aboutBox1 .box-t-r{
        width: 100%;
        margin-top: 30px;
    }
    .aboutBox1 .box-t-r .hoverLi{
        margin: 0 auto;
    }
    .aboutBox1 .box-c{
        margin-top: 30px;
        padding: 15px 0;
    }
    .aboutBox1 .box-c .list{
		display: grid;
        grid-template-columns: repeat(2,1fr);
		gap: 26px;
    }
	.aboutBox1 .box-c li .text{
		margin-top: 8px;
	}
	.footer{
		padding: 50px 0;
	}
	.font40,
	.font36 {
		font-size: 24px;
	}

	.font60 {
		font-size: 26px;
	}

	.font80 {
		font-size: 28px;
	}

	.font90 {
		font-size: 30px;
	}

	.font200 {
		font-size: 50px;
	}

	.font30 {
		font-size: 22px;
	}

	.font48 {
		font-size: 24px;
	}

	.pc-aslide-content {
		background-color: transparent;
	}

	.pc-aslide {
		z-index: 99;
		background-color: transparent;
	}

	.pc-aslide::before,
	.pc-aslide::after {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0, 0, 0, 1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s, transform 1.5s;
	}

	.pc-aslide::after {
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s, transform 1s;
	}

	.pc-aslide.active::after,
	.pc-aslide.active::before {
		transform: scale(5);
		opacity: 1;
	}

	.pc-aslide-content-t {
		display: none;
	}

	.pc-aslide-content {
		padding: 60px 3%;
	}

	.pc-aslide-content {
		transform: translateX(0);
		z-index: 4;
	}

	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.footer-b{
		padding-top: 20px;
		flex-direction: column-reverse;
		text-align: center;
	}
	.footer-b-r{
		margin-bottom: 5px;
	}
	.innerNav .swiper-slide:not(:last-child){
		margin-right: 24px;
	}
	.innerNav .swiper-slide{
		font-size: 14px;
	}
	.innerNav .swiper-slide::before{
		height: 2px;
	}
}

@media (max-width:550px) {
	.methodsLists{
		grid-template-columns: repeat(1,1fr);
		gap: 31px;
	}
}

@media (max-width: 500px) {
	.methods .box1 .box-c .r-box7 .r-box-c{
		margin-top: 25px;
	}
	.innerNav{
		margin-top: 20px;
	}
	.back{
		padding-top: 16px;
	}
	.footer-b{
		font-size:12px;
	}
	.banner1 .bannerBox{
		bottom: 30px;
	}
	.banner1 .bannerBox .title{
		font-size:  20px;
	}
	.header .logo img{
		max-height: 43px;
	}
	.footer-c-c{
		flex-direction: column;
		gap: 15px;
	}
	.footer-c-r form{
		height: 40px;
	}
	.footer{
		padding: 40px 0 20px;
	}
	.font40,
	.font36 {
		font-size: 22px;
	}

	.font60 {
		font-size: 24px;
	}

	.font80 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}

	.font200 {
		font-size: 30px;
	}

	.font30 {
		font-size: 20px;
	}

	.font48 {
		font-size: 22px;
	}

	.pc-aslide-content-c .list {
		min-width: 249px;
	}

	.pc-aslide-content-c .list .li-des {
		padding-top: 15px;
		margin-top: 15px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 25px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 14px;
		line-height: 2;
	}

	.pc-aslide-content-c .list .li-des a:not(:last-child) {
		margin-bottom: 5px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
	.aboutBox1 .box-t-l .commonMore{
		margin-top: 25px;
	}
}