* {
	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;
	font-family: Arial;
}

::-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(233, 202, 86, 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%;
}

.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: rgba(0, 0, 0, .5);
	backdrop-filter: blur(5px);
	transition: all .6s;
}
.header.innerPage{
	position: sticky;
}
.header.active{
	background: rgba(255, 255, 255,1);
}
.header::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(222, 222, 222, .1);
}
.header .content520{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo img{
	max-width: 155px;
	max-height: 60px;
	display: block;
}
.header .logo img.img2{
	display: none;
}
.header.active .logo img.img2{
	display: block;
}
.header.active .logo img.img1{
	display: none;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .r .nav{
	display: flex;
	gap: 12px;
}
.header .r .nav li>a{
	display: block;
	position: relative;
	font-family: Arial;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 80px;
	padding: 0 24px;
}
.header.active .r .nav li>a{
	color: rgba(102, 102, 102, 1);
}
.header.active .r .nav li.active>a,
.header.active .r .nav li:hover>a{
	color: #222;
}
.header .r .nav li.active>a{
	font-weight: bold;
}
.header .r .nav li>a::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 2px;
	background: #FFFFFF;
	transition: all .6s;
}
.header .r .nav li.active>a::before,
.header .r .nav li:hover>a::before{
	width: 100%;
}
.header .r li .subNav{
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	padding-top: 60px;
	padding-bottom: 86px;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(30px);
	transition: all .6s;
}
.header .r li:hover .subNav{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transform: translateY(0);
}
.header .r li .subNav-l{
	display: flex;
	gap: 0 131px;
	margin-right: 167px;
}
.header .r li .subNav-l .item-t{
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}
.header .r li .subNav-l .item-des{
	margin-top: 39px;
}
.header .r li .subNav-l .item-des a{
	position: relative;
	display: block;
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 48px;
min-width: 115px;
transition: all .6s;
}
.header .r li .subNav-l .item-des a:hover{
	color: #79171C;
}
.header .r li .subNav-l .item-des a::before{
	display: inline-block;
	content: "";
	width: 0;
	height: 3px;
	background: #79171C;
	vertical-align: middle;
	margin-right: 0;
	transition: all .6s;
}
.header .r li .subNav-l .item-des a::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #79171C;
	transition: all .6s;
}
.header .r li .subNav-l .item-des a:hover::after{
	width: 100%;
}
.header .r li .subNav-l .item-des a:hover::before{
	margin-right: 5px;
	width: 10px;
}
.header .r li .subNav-r{
	width: 400px;
}
.header .r li .subNav-r .text-title{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 19px;
	transition: all .6s;
}
.header .r li .subNav-r:hover .text-title{
	color: #79171C;
}
.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(233, 202, 86, 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: Arial;
	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(233, 202, 86, 1);
}
.header .header-language{
	position: relative;
	margin-left: 61px;
}
.header .header-language-t{
	border-radius: 15px;
	padding: 0 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(222, 222, 222, 1);
}
.header.active .header-language-t{
	color:rgba(222, 222, 222, 1);
	border-color: rgba(222, 222, 222, 1);
}
.header .header-language-t .text{
	flex: 1;
	text-align: center;
	margin-right: 5px;
}
.header .header-language-t .iconfont{
	font-size: 16px;
	font-weight: bold;
}
.header .header-language-c{
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	padding: 16px 0 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	transition: all .6s;
}
.header .header-language-c::before {
    content: '';
    position: absolute;
    left: 50%;
	top: 9px;
	transform: translateX(-50%)rotate(45deg);
	width: 14px;
	height: 14px;
	background: #fff;
	box-shadow: 0 0 14px 13px rgba(0, 0, 0, .05);

}
.header .header-language-c .items{
	position: relative;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
	z-index: 3;
	box-shadow: 0 0 14px 13px rgba(0, 0, 0, .05);
}
.header .header-language:hover .header-language-c{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transform: translateY(0);
}
.header .header-language-c .items a{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	transition: all .6s;
	border-radius: 5px;
}
.header .header-language-c .items a:not(:last-child){
	margin-bottom: 5px;
}
.header .header-language-c .items a:hover{
	background-color: rgba(121, 23, 28, 1);
	color: #fff;
}
.commonBread{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	padding-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}
.commonBread .iconfont{
	font-size: 12px;
	font-weight: bold;
}
.commonBread a{
	color: #999;
	transition: all .6s;
}
.commonBread a:hover{
	color: RGBA(121, 23, 28, 1);
}
.footer{
	background-color: RGBA(248, 248, 248, 1);
	border-top: 1px solid rgba(222, 222, 222, 1);
}
.footer-t{
	display: flex;
	justify-content: space-between;
}
.footer-t-l,
.footer-t-r{
	padding: 68px 0 36px;
}
.footer-t-l{
	display: flex;
	justify-content: space-between;
	width: 74.41%;
	border-right: 1px solid rgba(222, 222, 222, 1);
	padding-right: 5.4%;
}
.footer-t-l-l .logo{
	display: inline-block;
}
.footer-t-l-l .logo img{
	display: block;
	width: 191px;
}
.footer-t-l-l form{
	margin-top: 79px;
	display: block;
}
.footer-t-l-l .text-title{
	font-family: Arial;
	font-weight: 300;
	font-size: 24px;
	color: #222222;
	line-height: 30px;
}
.footer-t-l-l .text-des{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 10px;
}
.footer-t-l-l .input{
	margin-top: 21px;
	display: flex;
	width: 360px;
}
.footer-t-l-l .input input{
	flex: 1;
	width: 100%;
	height: 50px;
	border: 1px solid #DEDEDE;
	border-right: none;
	outline: none;
	font-family: Arial;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	padding: 0 17px;
	background: transparent;
}
.footer-t-l-l .input input::placeholder{
	color: #999999;
}
.footer-t-l-l .input .submit{
	width: 89px;
	font-family: Arial;
	font-weight: 300;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 50px;
	background-color: rgba(121, 23, 28, 1);
	cursor: pointer;
	text-align: center;
}
.footer-t-l-r{
	display: flex;
	gap: 49px 82px;
}
.footer-t-l-r .li-title a{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
	font-weight: bold;
}
.footer-t-l-r li .line{
	width: 30px;
	height: 1px;
	background: #DEDEDE;
	margin: 26px 0 13px;
}
.footer-t-l-r .li-des a{
	display: inline-block;
	font-size: 16px;
	font-family: Arial;
	font-weight: 300;
	line-height: 38px;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}
.footer-t-l-r .li-des a:hover{
	color: rgba(121, 23, 28, 1);
}
.footer-t-r{
	padding-left: 5.4%;
	flex: 1;
}
.footer-t-r .container .zh{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
	font-weight: bold;
}
.footer-t-r .container .en{
	font-family: Rany-Bold;
	color: rgba(34, 34, 34, 0);
	line-height: 1;
	text-stroke: 1px #DDDDDD;
	-webkit-text-stroke: 1px #DDDDDD;
	text-transform: uppercase;
	margin-top: .25rem;
}
.footer-t-r .container .tel{
	font-family: Rany-Bold;
	color: #222222;
	line-height: 1;
	margin-top: 40px;
}
.footer-t-r .container .text-box{
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 36px;
	margin-top: 13px;
}
.footer-t-r .container .ewmBox{
	margin-top: 43px;
	display: flex;
	gap: 18px;
}
.footer-t-r .container .ewmBox .ewmItem .pic{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.footer-t-r .container .ewmBox .ewmItem .pic img{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	max-height: 100%;
}
.footer-t-r .container .ewmBox .text{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 1;
	margin-top: 12px;
	text-align: center;
}
.footer-b{
	border-top: 1px solid rgba(222, 222, 222, 1);
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	padding: 20px 0;
}
.footer-b a{
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}
.footer-b a:hover{
	color: rgba(121, 23, 28, 1);
}
.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(233, 202, 86, 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: Arial;
	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: Arial;
	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: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	/* color: rgba(34, 34, 34, 1); */
	/* background-color: rgba(233, 202, 86, 1);
	border-color: rgba(233, 202, 86, 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: rgba(34, 34, 34, 1);
}

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

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

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.m-right-buttom {
	display: none;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	opacity: 1 !important;
}
.banner1 .bannerBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.banner1 .bannerBox .title{
	font-weight: bold;
	color: #FBFBFB;
	line-height: 1.2;
}
.banner1 .bannerBox .des{
	/* font-family: Rany; */
	font-weight: lighter;
	color: #FBFBFB;
	line-height: 1;
	margin-top: 1em;
	text-transform: uppercase;
	letter-spacing: .2em;
	opacity: .8;
}
.indexTitle{
    text-align: center;
}
.indexTitle .zh{
    position: relative;
    font-family: Arial;
    font-weight: 300;
    color: #222222;
    line-height: 1;
    z-index: 3;
}
.indexTitle .en{
    font-family: Rany-Bold;
    color: rgba(232, 232, 232, 0);
    line-height: 1;
    text-stroke: 1px #DDDDDD;
    -webkit-text-stroke: 1px rgba(222, 222, 222, 1);
    text-transform: uppercase;
    margin-top: -.3em;
}
.commonL{
    position: sticky;
    top: 140px;
    width: 260px;
}
.commonL .title{
    font-weight: bold;
    /* font-size: 36px; */
    color: #222222;
    line-height: 1.33;
    margin-bottom: 69px;
}
.commonL form{
    display: flex;
    height: 50px;
    background: #F8F8F8;
    border: 1px solid #DEDEDE;
    align-items: center;
    padding-right: 20px;
}
.commonL form input{
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    background: transparent;
    color: #222;
    font-size: 14px;
}
.commonL form input:hover{
    color:rgba(153, 153, 153, 1)
}
.commonL form .iconfont{
    color: RGBA(26, 26, 26, 1);
    cursor: pointer;
}
.commonL .list{
    margin-top: 30px;
}
.commonL .list li:not(:last-child){
    margin-bottom: 20px;
}
.commonL .list .li-t{
    display: flex;
    justify-content: space-between;
    padding: 15px 18px;
    border: 1px solid #DEDEDE;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}
.commonL .list .li-t .text{
    flex: 1;
}
.commonL .list .li-t .icon-youjiantou11{
    font-weight: bold;
    font-size: 14px;
    transition: all 0.6s;
}
.commonL .list li.active .li-t .icon-youjiantou11{
    transform: rotate(90deg);
}
.commonL .list .li-c{
    margin-top: 15px;
    display: none;
}
.commonL .list .li-c a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 17px 10px 10px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.commonL .list .li-c a:hover,
.commonL .list .li-c a.active{
    color:rgba(121, 23, 28, 1);
}
.commonL .list .li-c a.active{
    background-color: rgba(255, 255, 255, 1);
}
.commonL .list .li-c .line{
    width: 10px;
    height: 4px;
    background: #79171C;
    opacity: 0;
    transition: all 0.6s;
}
.commonL .list .li-c a.active .line{
    opacity: 1;
}
.commonL .list .li-c .text{
    flex: 1;
    margin: 0 14px;
}
.commonL .list .li-c a .iconfont{
    font-size: 18px;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1549px) {
	.footer-t-l-l .input{
		width: 330px;
	}
	.footer-t-l-r{
		gap: 39px 49px;
	}
	.footer-t-l{
		padding-right: 3%;
	}
	.footer-t-r{
		padding-left: 3%;
	}
}
@media (max-width:1500px) {}

@media (max-width:1440px) {
	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}
	.content520{
		padding-left: 3%;
		padding-right: 3%;
	}
	.header .r .nav li>a{
		padding: 0 19px;
	}
	.header .header-language{
		margin-left: 40px;
	}
}

@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) {
	.banner1 .bannerBox .title{
		font-size: 36px;
	}
	.banner1 .bannerBox .des{
		margin-top: .5em;
	}
	.footer-t-l{
		width: 55%;
	}
	.footer-t-l-r{
		display: none;
	}
	.header{
		padding: 9px 0;
	}
	.header .logo img{
		max-width: 129px;
		max-height: 50px;
	}
	.header .r .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;
	}

	.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(121, 23, 28, 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)
	}
	.commonL .title{
		margin-bottom: 45px;
	}
}

@media (max-width: 1024px) {
	.commonL .title{
		margin-bottom: 40px;
	}
	.commonL{
		position: relative;
		top: 0;
		width: 100%;
	}
	.commonL .list .li-t{
		padding: 9px 14px;
		font-size: 16px;
	}
	.commonL .list{
		margin-top: 20px;
	}
	.banner1 .bannerBox .title{
		font-size: 30px;
	}
	.footer-t-l{
		width: 50%;
	}
	.footer-t-l-l form{
		margin-top: 40px;
	}
	.footer-t-l-l .text-title{
		font-size: 22px;
	}
	.footer-t-l, .footer-t-r{
		padding-top: 60px;
	}
	.footer-t-r .container .ewmBox,
	.footer-t-r .container .tel{
		margin-top: 20px;
	}
	.footer-t-r .container .text-box{
		margin-top: 3px;
	}
	.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;
	}
	.banner1 .pic img{
		min-height: 340px;
		object-fit: cover;
	}
}

@media (max-width: 768px) {
	.commonL .title{
		margin-bottom: 35px;
	}
	.commonBread{
		padding-top: 15px;
	}
	.banner1 .bannerBox .title{
		font-size: 28px;
	}
	.footer-b{
		line-height: 20px;
		font-size: 12px;
	}
	.footer-t-r .container .ewmBox .text{
		font-size: 14px;
	}
	.footer-b{
		padding: 10px 0;
		text-align: center;
	}
	.footer-t-r .container .text-box{
		font-size: 14px;
		line-height: 24px;
	}
	.footer-t-r .container .ewmBox{
		gap: 10px;
	}
	.footer-t-r .container{
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.footer-t-r .container-t{
		flex: 1;
		margin-right: 25px;
	}
	.footer-t-r{
		padding: 0 0 30px;
	}
	.footer-t-l-l .input{
		width: 100%;
	}
	.footer-t-l, .footer-t-r{
		width: 100%;
		padding-top: 50px;
	}
	.footer-t-l-l{
		width: 100%;
		text-align: center;
	}
	.footer-t-l-l form{
		text-align: left;
		margin-top: 25px;
	}
	.footer-t-r{
		padding-top: 0;
	}
	.footer-t-l{
		border-right: none;
	}
	.footer-t{
		flex-direction: column;
	}
	.header .logo img{
		max-width: 103px;
		max-height: 40px;
	}
	.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 .container{
		flex-direction: column;
		align-items: center;
	}
	.footer-t-r .container-t{
		flex: none;
		width: 100%;
		margin-right: 0;
	}
	.commonL .title{
		margin-bottom: 30px;
	}
	.banner1 .bannerBox .title{
		font-size: 26px;
	}
	.banner1 .bannerBox .des{
		font-size: 20px;
	}
	.footer-t-r .container .ewmBox .ewmItem .pic{
		width: 80px;
		height: 80px;
	}
	.footer-t-l-l .text-title{
		font-size: 20px;
	}
	.footer-t-l-l .text-des{
		margin-top: 5px;
	}
	.footer-t-l-l form{
		margin-top: 20px;
	}
	.footer-t-l{
		padding-top: 40px;
	}
	.footer-t-l-l .logo img{
		width: 168px;
	}
	.header .header-language{
		margin-left: 30px;
	}
	.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;
	}
}