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

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

@font-face {
	font-family: "Poppins-Regular";
	src: url('../fonts/Poppins-Regular.ttf');
}

/* 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;
	font-family: Poppins-Regular;
}

::-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: #AFE226;
}

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

.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%;
}

.content520 {
	margin: 0 auto;
	padding: 0 5.2%;
}

.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;
}

.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;
}

.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: 999;
	background-color: rgba(255, 255, 255, 1);
}

.header .content520 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo img {
	display: block;
	width: 118px;
}

.header .c {
	display: flex;
	align-items: center;
}

.header .c .list {
	display: flex;
	gap: 0 68px;
}
.header .c .list li{
	position: relative;
}
.header .c .list li>a {
	display: block;
	/* font-family: Poppins-Bold; */
	font-weight: bold;
	font-size: 18px;
	color: #007F41;
	line-height: 100px;
	text-transform: uppercase;
	transition: all .6s;
}
.header .r .language .subNav,
.header .c .list li .subNav{
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translate(-50%,20px);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .6s;
}
.header .r .language .subNav{
	top: 100%;
	padding-top: 10px;
}
.header .r .language:hover .subNav,
.header .c .list li:hover .subNav{
	transform: translate(-50%,0px);
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}
.header .r .language .subNavContainer,
.header .c .list li .subNavContainer{
	background: rgba(0, 127, 65, .9);
	border-radius: 10px;
	padding: 20px 0;
}
.header .r .language .subNavContainer a,
.header .c .list li .subNavContainer a{
	display: block;
	padding: 0 20px;
	font-family: Poppins-Bol;
	font-size: 18px;
	color: #F9FAFA;
	line-height: 40px;
	transition: all .6s;
	white-space: nowrap;
	/* letter-spacing: .1em; */
}
.header .r .language .subNavContainer a{
	font-size: 16px;
}
.header .r .language .subNavContainer a:hover,
.header .c .list li .subNavContainer a:hover,
.header .c .list li.active>a,
.header .c .list li:hover>a {
	color: #AFE226;
}

.header .c .contactBtn {
	line-height: 50px;
	padding: 0 18px;
	background: #AFE226;
	border-radius: 25px;
	font-family: Poppins-Bold;
	font-size: 16px;
	color: #007F41;
	margin-left: 68px;
	transition: all .6s;
}
.header .c .contactBtn:hover{
	/* background: RGBA(175,226,38,.7); */
	color: #fff;
} 
.header .c .contactBtn .iconfont {
	margin-left: 20px;
	font-size: 20px;
}

.header .r {
	display: flex;
	align-items: center;
}

.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: 40px; */
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: #2D3548;
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: #AFE226;
}

.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: #AFE226;
}

.header .r .language {
	position: relative;
	color: #1D5F63;
	font-family: Poppins-Bold;
	font-size: 18px;
	
	margin-left: 52px;
}
.header .r .language a{
	color: #1D5F63;
}

.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: #AFE226;
}

.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: 999;
}

.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;
	text-align: center;
	font-size: 22px;
	color: rgba(51, 51, 51, 1);
	margin: 5px;
	cursor: pointer;
	border-radius: 50%;
	transition: all .6s;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(0, 127, 65, 1);
	box-shadow: 5px 9px 30px 0px rgba(0,127,65,0.3);
}

.pagination ul li a {
	color: #333;
	display: block;
	transition: all .6s;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(50px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-50px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

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

.footer {
	background: #007F41;
}

.footer-t {
	display: flex;
	justify-content: space-between;
	padding: 114px 0 152px;
}

.footer-t-l .logo img {
	display: block;
	width: 309px;
}

.footer-t-l .text-box {
	font-weight: 400;
	font-size: 16px;
	color: #F9FAFA;
	line-height: 36px;
	margin-top: 22px;
}

.footer-t-l form {
	margin-top: 40px;
}

.footer-t-l form label {
	/* font-family: "Poppins-Bold"; */
	font-size: 18px;
	color: #F9FAFA;
	line-height: 36px;
	font-weight: bold;
}

.footer-t-l form .input {
	display: flex;
	width: 320px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
}

.footer-t-l form .input input {
	flex: 1;
	padding: 0 15px;
	width: 100%;
	height: 100%;
	font-family: "Poppins-Regular";
	font-weight: 400;
	font-size: 14px;
	color: #333;
	line-height: 36px;
	background-color: transparent;
	border: none;
	outline: none;
}

.footer-t-l form .input input::placeholder {
	color: #D0D0D0;
}

.footer-t-l form .input .submit {
	width: 44px;
	line-height: 48px;
	text-align: center;
	background: #AFE226;
	border-radius: 5px;
	color: #1D5F63;
	cursor: pointer;
}

.footer-t-l form .input .submit .iconfont {
	font-size: 22px;
	font-weight: bold;
}

.footer-t-r {
	width: 61.21%;
}

.footer-t-r .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer-t-r .list .item:not(:last-child) {
	margin-bottom: 50px;
}

.footer-t-r .list .li-title {
	/* font-family: "Poppins-Bold"; */
	font-size: 16px;
	color: #F9FAFA;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-t-r .list .li-des {
	margin-top: 20px;
}

.footer-t-r .list .li-des p>a {
	font-weight: 400;
	font-size: 16px;
	color: #F9FAFA;
	line-height: 36px;
	transition: all .6s;
}

.footer-t-r .list .li-des p>a:hover {
	opacity: .8;
}

.footer-b {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 20px 0;
}

.footer-b .content1400 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-b-l {
	font-weight: 400;
	font-size: 14px;
	color: #F9FAFA;
	line-height: 30px;
	/* padding: 20px 0; */
}

.footer-b-r {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #F9FAFA;
	line-height: 30px;
	gap: 15px;
}

.footer-b-r a {
	color: #fff;
	transition: all .6s;
}

.footer-b-r a:hover {
	opacity: .8;
}

.footer-b-r a .iconfont {
	font-size: 26px;
}

.fixedRight {
	position: fixed;
	z-index: 999;
	top: 50%;
	right: 0;
}

.fixedRight ul {
	box-shadow: 5px 9px 30px 0px rgba(177, 177, 177, 0.3);
}

.fixedRight ul:not(:last-child) {
	margin-bottom: 10px;
}

.fixedRight li {
	position: relative;
	background-color: #fff;
}

.fixedRight li:not(:last-child):before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 58.33%;
	height: 1px;
	background-color: RGBA(222, 222, 222, 1);
	bottom: 0;
}

.fixedRight li:first-child {
	border-top-left-radius: 5px;
}

.fixedRight li:last-child {
	border-bottom-left-radius: 5px;
}

.fixedRight li>a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	width: 60px;
	padding: 15px 5px;
	transition: all .6s;
	color: #999999;
}

.fixedRight li:first-child:hover a .iconfont {
	color: #12327F;
}

.fixedRight li>a .iconfont {
	font-size: 26px;
	color: #1D5F63;
	transition: all .6s;
}

.fixedRight li>a .iconfont.icon-logo-whatsapp {
	color: rgba(20, 194, 93, 1);
}

.fixedRight li>a .iconfont.icon-shang {
	color: #CCCCCC
}

.fixedRight li>a .text {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}

@keyframes progress {
	to {
		stroke-dashoffset: 0;
	}
}

.banner1 {
	position: relative;
}

.banner1 .pic img {
	display: block;
	width: 100%;
	min-height: 390px;
	object-fit: cover;
}

.banner1 .bannerBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner1 .bannerBox .title {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}

.indexTitle {
	color: #007F41;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
}

.commonBread {
	padding-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
}

.commonBread a {
	color: #999;
	transition: all .6s;
}

.commonBread a.active,
.commonBread a:hover {
	color: #AFE226;
}

.commonBread .iconfont {
	font-size: 12px;
}

.commonBread {
	position: relative;
	padding-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	text-transform: uppercase;
	z-index: 2;
}

.commonBread a {
	color: #999;
	transition: all .6s;
	/* max-width: 268px;
	word-break: break-all; */
}

.innerPage {
	padding-top: 100px;
}
.innerNav{
	position: relative;
	padding: 0 40px;
}
.innerNav .swiper-slide {
	position: relative;
	width: auto;
	line-height: 70px;
	font-weight: bold;
	font-size: 24px;
	color: rgba(34, 34, 34, 1);
	transition: all .6s;
}

.innerNav .swiper-slide:hover,
.innerNav .swiper-slide.active {
	color: #1A8E3D;
}

.innerNav .swiper-slide:not(:last-child) {
	margin-right: 72px;
}

.innerNav .swiper-slide::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0px;
	height: 6px;
	background: #AFE226;
	border-radius: 3px;
	transition: all .6s;
}
.innerNav .swiper-slide.active::before{
	width: 40px;
}
.innerNav .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 3;
	transition: all .6s;
}
.innerNav .btn:not(.swiper-button-disabled){
	color: #007F41;
}
.innerNav .btn .iconfont{
	font-size: 20px;
	font-weight: bold;
}
.innerNav .btn.btn-prev{
	left: 0;
}
.innerNav .btn.btn-next{
	right: 0;
}
.innerNav .btn.swiper-button-disabled{
	opacity: .1;
	cursor: not-allowed;
}
.innerForm{
    display: flex;
    align-items: center;
    width: 900px;
    height: 70px;
background: #FFFFFF;
border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
}
.innerForm .icon-sousuo{
    color: rgba(222, 222, 222, 1);
    font-size: 22px;
}
.innerForm input{
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    margin: 0 20px;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    line-height: 36px;
}
.innerForm .submit{
    padding: 0 49px;
    line-height: 70px;
    background: #AFE226;
    border-radius: 5px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border: none;
}
.newsItem .picCover {
    padding-top: 56.44%;
}

.newsItem .picCover .pic {
    border-radius: 10px;
}

.newsItem .text-title {
    font-weight: bold;
    font-size: 24px;
    color: rgba(34, 34, 34, 1);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px 0 0;
    transition: all .6s;
}

.newsItem:hover .text-title {
    color: #007F41;
}

.newsItem .date {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 1;
    margin-top: 27px;
}

.newsItems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 74px 25px;
}
@media (max-width:1700px) {
	.header .c .list {
		gap: 0 49px;
	}

	.header .c .contactBtn {
		margin-left: 49px;
	}

	.header .r .language {
		margin-left: 30px;
	}
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

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

@media (max-width:1440px) {
	.header .c .list {
		gap: 0 30px;
	}

	.header .c .contactBtn {
		margin-left: 30px;
	}

	.header .c .list li>a {
		font-size: 16px;
	}

	.content520 {
		padding: 0 3%;
	}

	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}
}

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

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

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

@media (max-width:1280px) {
	.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;
	}

	.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;
	}
}

@media (max-width:1199px) {
	.newsItem .text-title{
        font-size: 22px;
    }
	.innerPage{
		padding-top: 70px;
	}
	.footer-t {
		padding: 80px 0;
	}

	.footer-t-l .logo img {
		width: 241px;
	}

	.footer-t-l .text-box,
	.footer-t-r .list .li-des p>a {
		font-size: 14px;
		line-height: 30px;
	}

	.header {
		padding: 5px 0;
	}

	.header .logo img {
		width: auto;
		height: 60px;
	}

	.header .c {
		display: none;
	}

	.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;
		margin-left: 30px;
	}

	.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: #1D5F63;
		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: #1D5F63;
	}

	.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)
	}
	.innerPage{
		padding-top: 70px;
	}
}

@media (max-width: 1024px) {
	.newsItems {
        grid-template-columns: repeat(2, 1fr);
        gap: 43px 25px;
    }
	.innerNav .swiper-slide{
		font-size: 20px;
		line-height: 60px;
	}
	.innerNav .swiper-slide:not(:last-child){
		margin-right: 40px;
	}
	.innerNav .swiper-slide::before{
		height: 4px;
	}
	.innerNav .swiper-slide.active::before{
		width: 30px;
	}
	.footer-t-l form {
		margin-top: 20px;
	}

	.footer-t {
		padding: 60px 0;
	}

	.footer-t-l {
		width: 100%;
	}

	.footer-t-l form .input {
		width: 100%;
	}

	.footer-t-r {
		display: none;
	}

	.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;
	}

	.footer-b {
		padding: 10px 0;
	}

	.footer-b-l {
		font-size: 12px;
	}

	.footer-b-r a .iconfont {
		font-size: 20px;
	}

	.footer-b-r {
		font-size: 12px;
		gap: 0 10px;
	}
}

@media (max-width: 768px) {
	.newsItem .text-title {
        font-size: 18px;
        line-height: 24px;
        -webkit-line-clamp: 2;
        height: 48px;
        margin-top: 10px;
    }

    .newsItem .li-b {
        font-size: 14px;
        padding-top: 15px;
    }
	.newsItems{
        gap: 30px 25px;
    }
    .newsItem .date{
        font-size: 16px;
        margin-top: 16px;
    }
	.innerNav .swiper-slide{
		font-size: 18px;
		line-height: 50px;
	}
	.innerNav .swiper-slide:not(:last-child){
		margin-right: 30px;
	}
	.innerForm .icon-sousuo{
		font-size: 20px;
	}
	.innerForm input{
		font-size: 16px;
		margin: 0 10px;
	}
	.innerForm{
		height: 50px;
		padding-left: 10px;
	}
	.innerForm .submit{
		line-height: 50px;
		font-size: 18px;
		padding: 0 20px;
	}
	.commonBread {
		padding-top: 8px;
		font-size: 14px;
		line-height: 24px;
		gap: 0 5px;
	}

	.fixedRight li>a {
		width: 50px;
		min-height: 50px;
		padding: 10px 5px;
	}

	.footer-b-l {
		line-height: 24px;
	}

	.footer-b .content1400 {
		flex-direction: column;
	}

	.footer-t-l .logo img {
		width: 200px;
	}

	.footer-t {
		padding: 50px 0;
	}

	.header .logo img {
		height: 50px;
	}

	.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;
	}
	.innerPage{
		padding-top: 60px;
	}
	.pagination ul li{
		font-size: 18px;
	}
	.innerNav{
		padding: 0 30px;
	}
	.innerNav .btn .iconfont{
		display: block;
		transform: scale(.7);
	}
}

@media (max-width: 500px) {
	.newsItem .text-title {
        font-size: 16px;
        margin: 16px 0 0;
    }

    .newsItems {
        grid-template-columns: repeat(1, 1fr);
        gap: 36px 0;
    }
	.innerNav .swiper-slide{
		font-size: 16px;
		line-height: 44px;
	}
	.innerNav .swiper-slide:not(:last-child){
		margin-right: 23px;
	}
	.innerForm{
		height: 42px;
	}
	.innerForm .submit{
		font-size: 14px;
		padding: 0 14px;
		line-height: 42px;
	}
	.innerPage{
		padding-top: 50px;
	}
	.footer-t-l form {
		margin-top: 10px;
	}

	.footer-t-l form label {
		font-size: 16px;
	}

	.footer-t-l .logo img {
		width: 160px;
	}

	.footer-t {
		padding: 40px 0;
	}

	.header .r .language,
	.m-right-buttom {
		margin-left: 20px;
	}

	.header .logo img {
		height: 40px;
	}

	.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;
	}
}