* {
	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: "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');
}

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(170, 205, 6, 1);
}

/*滚动条里面轨道*/
::-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%;
}

.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: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 1);
}

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

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

.header .nav {
	display: flex;
	gap: 0 49px;
}

.header .nav li {
}
.header .nav li.hasSubNav{
	position: relative;
}
.header .nav li>a {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 80px;
	transition: all .6s;
}

.header .nav li:hover>a,
.header .nav li.active>a {
	color: rgba(0, 0, 0, 1);
}

.header .nav li .subNav {
	position: absolute;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.header .nav li:hover .subNav {
	display: block;
}

.header .nav li>.subNav a {
	line-height: 60px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	text-align: center;
	display: block;
	transition: all .6s;
	white-space: nowrap;
	padding: 0 19px;
}

.header .nav li .subNav a:hover {
	background-color: rgba(170, 205, 6, 1);
}
.header .nav li .subNav1{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 30px 0;
	display: none;
}
.header .nav li:hover .subNav1{
	display: block;
}
.header .nav li .subNav1 .content1400{
	display: flex;
	justify-content: space-between;
}
.header .nav li .subNav1 .subNav1-l{
	width: 67.85%;
}
.header .nav li .subNav1 .subNav1-l .items{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 75px 20px;
}
.header .nav li .subNav1 .subNav1-l .item a{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	line-height: 1;
	text-align: center;
	transition: all .6s;
}
.header .nav li .subNav1 .subNav1-l .item a:hover{
	color: rgba(170, 205, 6, 1);
}
.header .nav li .subNav1 .subNav1-l .item a .icon .iconfont{
	font-size: 50px;
}
.header .nav li .subNav1 .subNav1-l .item .icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .nav li .subNav1 .subNav1-l .item .icon img{
    max-width: 100%;
    max-height: 100%;
}
.header .nav li .subNav1 .subNav1-l .item .text{
	margin-top: 19px;
}
.header .nav li .subNav1 .subNav1-r{
	width: 22.85%;
}
.header .nav li .subNav1 .subNav1-r img{
	display: block;
	width: 100%;
}
.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: rgba(153, 153, 153, 1);
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(170, 205, 6, 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(170, 205, 6, 1);
}

.header .r {
	display: flex;
}

.header .r .header-search-box .header-searchBtn {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: RGBA(51, 51, 51, 1);
	color: #fff;
}

.header .r .languageBtn {
	border: none;
	margin-left: 40px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	letter-spacing: 1px;
	outline: none;
	resize: none;
	appearance: none;
	/* background: url(../img/bottom.png); */
	background-position: right center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	/* width: 50px; */
}

.footer {
	background-color: RGBA(51, 51, 51, 1);
}

.footer-t {
	padding: 68px 0 82px;
	border-bottom: 1px solid RGBA(73, 73, 73, 1);
}

.footer-t .content1400 {
	display: flex;
	justify-content: space-between;
}

.footer-t-l ul {
	display: flex;
	gap: 100px;
}

.footer-t-l .li-title {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer-t-l .li-des a {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #A6A6A6;
	line-height: 30px;
	transition: all .6s;
}

.footer-t-l .li-des a:hover {
	color: #fff;
}
.footer-t-r{
	width: 300px;
}
.footer-t-r .text-box {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
}

.footer-t-r .text-box p:not(:last-child) {
	margin-bottom: 5px;
}

.footer-t-r .contactBtn {
	display: block;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
	border-radius: 100px 100px 100px 100px;
	border: 1px solid #8E8E8E;
	margin-top: 26px;
	transition: all .6s;
}

.footer-t-r .contactBtn:hover {
	border-color: rgba(170, 205, 6, 1);
	background-color: rgba(170, 205, 6, 1);
	color: #fff;
}

.footer-t-r .social {
	margin-top: 16px;
	display: flex;
	gap: 13px;
}

.footer-t-r .social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid RGBA(69, 69, 69, 1);
	color: RGBA(142, 142, 142, 1);
	transition: all .6s;
}

.footer-t-r .social a:hover {
	color: RGBA(163, 195, 9, 1);
	border-color: RGBA(163, 195, 9, 1);
}

.footer-t-r .social a .iconfont {
	font-size: 22px;
}

.footer-b {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #626262;
	line-height: 24px;
	padding: 39px 0;
	text-align: center;
}

.footer-b a {
	color: rgba(170, 205, 6, 1);
}
.backTop{
	width: 100px;
	height: 100px;
	background: #AACD06;
	border-radius: 0px 0px 0px 0px;
	position: fixed;
	right: 50px;
	bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 333;
	color: #fff;
	border-radius: 50%;
}
.backTop .iconfont{
	font-size: 40px;
	transform: rotate(90deg);
}
.innerBread {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 6px;
	padding-top: 24px;
}

.innerBread a {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}

.innerBread a.active,
.innerBread a:hover {
	color: rgba(0, 0, 0, 1);
}

.innerBread .iconfont {
	font-size: 12px;
}
.innerBread a .icon-home{
	font-size: 16px;
}
.contactBox {
	padding: 113px 0 72px;
	background-color: #fff;
	/* padding: 190px 0 72px; */
}

.contactBox .box-c {
	display: flex;
	justify-content: space-between;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 40px;
}

.contactBox .box-c .title {
	position: relative;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	line-height: 1;
}

.contactBox .box-c .title .iconfont {
	position: relative;
	color: RGBA(182, 182, 182, 1);
	font-size: 24px;
	font-weight: normal;
	margin-left: 20px;
}

.contactBox .box-c .title .iconfont::after {
	position: absolute;
	bottom: 42px;
	left: 1px;
	content: '';
	border-style: solid;
	border-width: 10px;
	width: 0;
	height: 0;
	transform: rotate(135deg);
	border-color: #fff #fff transparent transparent;
	box-shadow: 0 0 0 #C8CFD2;
	z-index: 1;
}

.contactBox .box-c .l .title .tips {
	display: none;
	position: absolute;
	left: 0;
	width: 460px;
	max-width: 100%;
	bottom: 50px;
	background: #FFFFFF;
	box-shadow: 1px 4px 16px 0px rgba(51, 61, 4, 0.11);
	border-radius: 10px 10px 10px 10px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 300;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 12px 30px;
	letter-spacing: 0;
}

.contactBox .box-c .l .title:hover .tips {
	display: block;
}

.contactBox .box-c .l .title .tips a {
	color: #AACD06;
	text-decoration: underline;
}

.contactBox .box-c .l .des {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #BBBBBB;
	line-height: 1;
	margin-top: 20px;
}

.contactBox .box-c .l form .form {
	display: flex;
	background: #FFFFFF;
	box-shadow: 1px 4px 16px 0px rgba(51, 61, 4, 0.11);
	border-radius: 10px 10px 10px 10px;
	padding: 15px 0;
	margin-top: 35px;
	width: 440px;
	max-width: 100%;
}

.contactBox .box-c .l form input {
	flex: 1;
	height: 20px;
	width: 100%;
	border: none;
	outline: none;
	resize: none;
	border-right: 1px solid rgba(217, 217, 217, 1);
	padding: 0 20px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
}

.contactBox .box-c .l form .submit {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 14px;
	color: #AACD06;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	width: 106px;
}

.contactBox .box-c .r .social {
	margin-top: 88px;
	display: flex;
	gap: 38px;
}

.contactBox .box-c .r .social a {
	color: RGBA(153, 153, 153, 1);
	transition: all .6s;
}

.contactBox .box-c .r .social a .iconfont {
	font-size: 34px;
}

.contactBox .box-c .r .social a:hover {
	color: rgba(170, 205, 6, 1);
}

.banner1 {
	position: relative;
}

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

.banner1 .banner-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-left: 10vw;
}

.banner1 .banner-box .line {
	width: 184px;
	height: 2px;
	background-color: #fff;
}

.banner1 .banner-box .zh {
	position: relative;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}

.banner1 .banner-box .zh::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 9.53vw;
	height: 2px;
	background-color: #fff;
	transform: translate(-113%, -50%);
}

.banner1 .banner-box .en {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.40);
	line-height: 1;
	letter-spacing: 1px;
	margin-top: .5em;
	text-transform: uppercase;
}

.banner1 .banner-box .en::first-letter {
	color: rgba(170, 205, 6, 0.4);
}

.newsItem {
	border-radius: 4px;
	background-color: RGBA(249, 249, 249, 1);
}

.newsItem .text-box {
	padding: 20px;
}

.newsItem .text-box .text-title {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 18px;
	color: #36444B;
	line-height: 24px;
	height: 72px;
	transition: all .6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsItem:hover .text-box .text-title {
	color: #AACD06;
}

.newsItem .text-box .date {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	margin-top: 39px;
}

.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(170, 205, 6, 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: 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 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	/* gap: 15px; */
}

.pagination select {
	border: none;
	outline: none;
	width: 80px;
	height: 30px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #D4D9D4;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #31373D;
	line-height: 14px;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/* margin: 0 16px ; */
	gap: 4px;
}

.pagination ul li {
	width: 30px;
	line-height: 30px;
	background: #F5F6F7;
	border-radius: 4px;
	text-align: center;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #BBBDBF;
	/* margin: 0 4px; */
	cursor: pointer;
	gap: 4px;
	transition: all .6s;
}

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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(170, 205, 6, 1);
	border-color: rgba(170, 205, 6, 1);
}

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

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

.pagination .skip {
	display: flex;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #31373D;
	line-height: 30px;
}

.pagination .skip input {
	width: 60px;
	height: 30px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #D4D9D4;
	margin-left: 16px;
	text-align: center;
	padding: 0 10px;
	outline: none;
	font-size: 14px;
	color: #31373D;
}

@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:1500px) {}

@media (max-width:1440px) {
	.footer-t-l ul{
		gap:50px;
	}
	.backTop{
		width: 80px;
		height: 80px;
	}	
	.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) {
	.backTop{
		width: 60px;
		height: 60px;
	}	
	.backTop .iconfont{
		font-size: 30px;
	}
	.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) {
	.footer-t-r{
		width: 278px
	}
	.footer-t-l ul{
		gap: 30px;
	}
	.footer-t-l .li-title,
	.footer-t-l .li-des a{
		font-size:12px;
	}
	.backTop{
		width: 50px;
		height: 50px;
	}	
	.backTop .iconfont{
		font-size: 24px;
	}
	.innerBread{
		padding-top: 10px;
	}
	.banner1 .pic img{
		min-height: 340px;
		height: auto;
	}
	.footer-t{
		padding: 60px 0 50px;
	}
	.contactBox{
		padding: 70px 0;
	}
	.footer-b{
		padding: 20px 0;
	}
	.header{
		padding: 5px 0;
	}
	.header .nav{
		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: 40px;
	}

	.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: rgba(170, 205, 6, 1);
		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(170, 205, 6, 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)
	}

}

@media (max-width: 1024px) {
	.footer-t-r{
		width:100%;
		margin-top:30px;
	}
	.footer-t .content1400{
		flex-direction:column;
	}
	.footer-t-l ul{
		justify-content: space-between;
	}
	.backTop{
		width: 40px;
		height: 40px;
		right: 5px;
	}	
	.backTop .iconfont{
		font-size: 20px;
	}
	.newsItem .text-box .text-title{
		font-size: 16px;
		line-height: 20px;
		height: 60px;
	}
	.newsItem .text-box .date{
		font-size: 14px;
		margin-top: 20px;
	}
	.footer-t-l ul{
		gap: 70px;
	}
	.contactBox .box-c .title .iconfont{
		font-size: 20px;
		margin-left: 10px;
	}
	.contactBox .box-c .l .des{
		margin-top: 10px;
	}
	.contactBox .box-c .l form{
		margin-top: 20px;
		width: 100%;
	}
	.contactBox .box-c .r .social{
		margin-top: 63px;
	}
	.contactBox{
		padding: 60px 0;
	}
	.footer-t{
		padding: 50px 0 40px;
	}
	.footer-b{
		padding: 12px 0;
	}
	.contactBox .box-c .r .social{
		gap: 20px;
	}
	.header .logo img{
		width: 150px;
	}
	.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;
	}
}

@media (max-width: 768px) {
	.contactBox .box-c .l form .form{
		width:100%;
	}
	.footer-t-l{
		flex: 1;
		margin-right: 30px;
	}
	.footer-t-l ul{
		flex-direction: column;
		gap: 10px;
	}
	.footer-t-l .li-des a,
	.footer-t-l .li-title{
		line-height: 24px;
	}
	.footer-t-l ul .li-des{
		display: flex;
		flex-wrap: wrap;
		gap: 0 16px;
	}
	.contactBox .box-c .r{
		margin-top: 35px;
	}
	.contactBox .box-c .r .social{
		margin-top: 20px;
	}
	.contactBox .box-c .r .social a .iconfont{
		font-size: 26px;
	}
	.contactBox .box-c{
		grid-template-columns: repeat(1,1fr);
	}
	.contactBox{
		padding: 50px 0;
	}
	.footer-t{
		padding: 40px 0 30px;
	}
	.m-right-buttom,.header .r .languageBtn{
		margin-left: 30px;
	}
	.header .r .header-search-box{
		margin-left: 0;
	}
	.pagination ul {
		/* margin: 0 10px; */
	}

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

@media (max-width: 500px) {
	.footer-t-r .text-box{
		margin-bottom: 20px;
	}
	.newsItem .text-box .date{
		font-size: 12px;
		margin-top: 10px;
	}
	.newsItem .text-box{
		padding: 14px;
	}
	.contactBox .box-c .l form{
		padding: 10px 0;
	}
	.footer-b{
		line-height: 20px;
		padding: 8px 0;
	}
	.footer-t-r{
		/* display: flex; */
		/* justify-content: space-between; */
		align-items: center;
		margin-top: 30px;
	}
	.footer-t-r .contactBtn{
		margin-top: 0;
	}
	.footer-t-l{
		margin-right: 0;
	}
	.footer-t .content1400{
		flex-direction: column;
	}
	.contactBox{
		padding: 40px 0;
	}
	.footer-t{
		padding: 30px 0 20px;
	}
	.m-right-buttom, .header .r .languageBtn{
		margin-left: 25px;
	}
	.header .logo img{
		width: 140px;
	}
	.header .r .header-search-box .header-search-container{
		top: 50px;
	}
	.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;
	}
}