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

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('https://yujinggufeng.oss-cn-wuhan-lr.aliyuncs.com/fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('https://yujinggufeng.oss-cn-wuhan-lr.aliyuncs.com/fonts/HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('https://yujinggufeng.oss-cn-wuhan-lr.aliyuncs.com/fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('https://yujinggufeng.oss-cn-wuhan-lr.aliyuncs.com/fonts/HarmonyOS_Sans_SC_Bold.woff');
}

@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('https://yujinggufeng.oss-cn-wuhan-lr.aliyuncs.com/fonts/AlimamaShuHeiTi-Bold.woff');
}

@font-face {
	font-family: "Rany-Bold";
	/* Project id 2871779 */
	src: url('https://yujinggufeng.oss-cn-wuhan-lr.aliyuncs.com/fonts/Rany-Bold.otf');
}

@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('https://yujinggufeng.oss-cn-wuhan-lr.aliyuncs.com/fonts/Rany.ttf');
}

@font-face {
	font-family: "Rany-Light";
	/* Project id 2871779 */
	src: url('https://yujinggufeng.oss-cn-wuhan-lr.aliyuncs.com/fonts/Rany-Light.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(94, 187, 239, 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 {
	padding: 0 5.2%;
	width: 100%;
}

.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;
}
.font120{
    font-size: 120px;
}
.font200 {
	font-size: 200px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, .22);
	transition: all .6s;
}
.header:hover,
.header.active1,
.header.active {
	background-color: #fff;
}
.header:hover::before,
.header.active1::before,
.header.active::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}

.header .content {
	padding: 0 3.12%;
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}

.header .logo {
	position: relative;
	z-index: 3;
}

.header .logo img {
	display: flex;
}

.header .logo img.logo2 {
	display: none;
}
.header:hover .logo img.logo2,
.header.active1 .logo img.logo2,
.header.active .logo img.logo2 {
	display: block;
}
.header:hover .logo img.logo1,
.header.active1 .logo img.logo1,
.header.active .logo img.logo1 {
	display: none;
}

.header .c {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.header .c .nav {
	display: inline-flex;
	gap: 30px;
}

.header .c .nav li>a {
    position: relative;
	display: block;
	font-size: 16px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 80px;
	transition: all .6s;
	padding:0 25px;
}
.header .c .nav li>a:before{
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    background: rgba(76, 171, 223, 1);
    transition: all .6s;
}
.header .c .nav li:hover>a:before{
    width: 80%;
}
.header:hover .c .nav li>a,
.header.active1 .c .nav li>a,
.header.active .c .nav li>a {
	color: rgba(34, 34, 34, 1);
}
.header .c .nav li:hover>a,
.header .c .nav li.active>a {
	color: rgba(76, 171, 223, 1);
}

.header .c .subNav {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #ffff;
	padding: 60px 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
}
.header .c li:hover .subNav{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transition: all .6s;
}
.header .c .subNav .items {
	/* display: grid; */
	/* grid-template-columns: repeat(4, 1fr); */
	gap: 50px 0;
	text-align: left;
	transform: translateY(50px);
	opacity: 0;
	display: inline-flex;
	/* justify-content: center; */
	flex-wrap: wrap;
	max-width: 100%;
}
.header .c li:hover .subNav .items{
	opacity: 1;
	transform: translateY(0);
	transition: all .6s;
}
.header .c .subNav .items .item{
	width: 290px;
}
.header .c .subNav .items .item:not(:nth-child(4n)){
	padding-right: 30px;
}
.header .c .subNav .items .item-title {
	position: relative;
	padding-top: 11px;
}

.header .c .subNav .items .item-title::before {
	content: '';
	width: 100%;
	width: 30px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(76, 171, 223, 1);
	transition: all .6s;
}

.header .c .subNav .items .item-title:hover::before {
	width: 60px;
}

.header .c .subNav .items .item-title a {
	font-size: 15px;
	line-height: 1.4;
	color: rgba(76, 171, 223, 1);
	transition: all .6s;
	opacity: .8;
}
.header .c .subNav .items .item-title a:hover{
	font-weight:bold;
	opacity: 1;
	transform: scale(1.1);
}
.header .c .subNav .items .item-des {
	margin-top: 17px;
}

.header .c .subNav .items .item-des a {
	font-size: 14px;
	color: #999;
	transition: all .3s;
}
.header .c .subNav .items .item-des a:hover{
	color: rgba(76, 171, 223, 1);
}
.header .c .subNav .items .item-des p:not(:last-child){
	margin-bottom: 17px;
}
.header .r {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 333;
}

.header .r .aslideBtn .iconfont {
	color: rgba(255, 255, 255, 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(255, 255, 255, 1);
	transition: all .6s;
}
.header:hover .r .header-language,
.header:hover .r .header-search-box .header-searchBtn,
.header.active1 .r .header-language,
.header.active1 .r .header-search-box .header-searchBtn,
.header.active .r .header-language,
.header.active .r .header-search-box .header-searchBtn {
	color: rgba(153, 153, 153, 1);
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(94, 187, 239, 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: HarmonyOS_Sans_SC;
	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(94, 187, 239, 1);
}

.header .r .header-language {
	color: #fff;
	margin-left: 46px;
	/* vertical-align: middle; */
	display: flex;
	align-items: center;
}

.header .r .header-language .iconfont {
	font-size: 22px;
}

.commonBread {
	display: flex;
	flex-wrap: wrap;
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-top: 25px;
}

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

.commonBread a:hover,
.commonBread a.active {
	color: rgba(34, 34, 34, 1);
	/* color:  rgba(94, 187, 239, 1) !important; */
}

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

.innerPage {
	padding-top: 80px;
}

.banner1 {
	position: relative;
}

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

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

.banner1 .bannerBox .zh {
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	line-height: 1.25;
}

.banner1 .bannerBox .en {
	font-family: Rany-Bold;
	color: #FFFFFF;
	line-height: 1.66;
	text-transform: uppercase;
}

.innerNav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 3%;
	z-index: 3;
}

.innerNav li {
	position: relative;
}

.innerNav li a {
	display: block;
	line-height: 100px;
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #fff;
	transition: all .6s;
	padding: 0 35px;
}
.innerNav li:hover a,
.innerNav li.active a {
	color: #5EBBEF;
}

.innerNav li::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: 8px;
	height: 8px;
	background: #5EBBEF;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all .6s;
	opacity: 0;
}

.innerNav li.active::before {
	opacity: 1;
}

.footer {
	background-color: RGBA(29, 34, 37, 1);
}

.footer-t {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
	justify-content: space-between;
}

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

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

.footer-t-l .list .li-des {
	display: flex;
}

.footer-t-l .list .li-title {
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 24px;
	color: #CCCCCC;
	line-height: 1;
	margin-bottom: 50px;
}

.footer-t-l .list .item:not(:last-child) {
	margin-right: 40px;
}

.footer-t-l .list .item-title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 48px;
}

.footer-t-l .list .item-des a {
	display: block;
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 48px;
	transition: all .6s;
}

.footer-t-l .list .item-des a:hover {
	color: #fff;
}

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

.footer-t-r-t {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-t-r-t .ewm img {
	display: block;
	width: 88px;
}

.footer-t-r-t .ewm .text {
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 16px;
	color: #CCCCCC;
	line-height: 1;
	text-align: center;
	margin-top: 14px;
}

.footer-t-r-t .social {
    position: relative;
	display: flex;
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 16px;
	color: #CCCCCC;
	line-height: 1;
	align-items: center;
	gap: 10px;
	padding-top: 18px;
	padding-bottom: 40px;
}

.footer-t-r-t .social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #CCCCCC;
	border-radius: 50%;
	position: relative;
}

.footer-t-r-t .social a .iconfont {
	color: RGBA(0, 0, 0, 1);
	font-size: 22px;
}

.footer-t-r-t .social a img {
	position: absolute;
	bottom: 120%;
	width: 88px;
	display: block;
	opacity: 0;
	transition: all .6s;
}

.footer-t-r-t .social a:hover img {
	opacity: 1;
	bottom: 130%;
}
.footer-t-r-t .social .links{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 30px;
}
.footer-t-r-t .social .links a{
    font-size: 14px;
    color: #CCCCCC;
    width: auto !important;
    display: block;
    height: auto !important;
    border-radius: 0;
    background: transparent;
	text-align: center;
	transition: all .6s;
}
.footer-t-r-t .social .links a:hover .iconfont,
.footer-t-r-t .social .links a:hover{
    color: #fff;
}

.footer-t-r-t .social .links a .iconfont{
    display: block;
	color: #CCCCCC;
	font-size: 26px;
	transition: all .6s;
	margin-bottom: 3px;
}
.footer-t-r-c {
	margin-top: 44px;
	border-top: 1px solid RGBA(49, 53, 56, 1);
	padding-top: 36px;
}

.footer-t-r-c .telText {
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 16px;
	color: #CCCCCC;
	line-height: 1;
}

.footer-t-r-c .tel {
	font-family: Rany-Bold;
	display: inline-block;
	color: #FFFFFF;
	line-height: 1.33;
	background: linear-gradient(to left, #3F9ED3 0%, #5EBBEF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 5px;
}

.footer-t-r-c .text-box {
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 16px;
	color: #CCCCCC;
	line-height: 36px;
	margin-top: 10px;
}

.footer-t-r-c .text-box .email {
	font-size: 24px;
	font-family: Rany;
}

.footer-b {
	border-top: 1px solid rgba(255, 255, 255, .2);
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 30px;
	padding-top: 35px;
	padding-bottom: 35px;
	display: flex;
	justify-content: space-between;
}

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

.footer-b a:hover {
	color: #fff;
}

.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(94, 187, 239, 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: HarmonyOS_Sans_SC;
	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: HarmonyOS_Sans_SC;
	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: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
	border-radius: 50%;
	text-align: center;
	font-family: Rany;
}


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

.pagination ul li.active {
	background: linear-gradient(-81deg, #3F9ED3, #5EBBEF);
	box-shadow: 3px 4px 10px 0px rgba(63, 158, 211, 0.3);
}

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

.pagination ul li:hover a {
	color: rgba(94, 187, 239, 1);
}

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

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

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}
@keyframes masked-animation {
    0% {
        background-position: 0 0;   /*background-position 属性设置背景图像的起始位置。*/
    }
    100% {
        background-position: -100% 0;
    }
}
.masked-animation{
    animation: masked-animation  4s forwards linear;
    visibility: visible;
	 mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	 mask-size: 100%;
	 animation: fadeInScale 5s forwards;
}
@keyframes fadeInScale {
    0% {
        mask-size: 100%;
    }
    50%,
    100% {
        mask-size: 3000%;
    }
}
.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

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

@media (max-width:1660px) {
	.footer-t-r {
		width: 28%;
	}

	.footer-t-l .list .item:not(:last-child) {
		margin-right: 27px;
	}
}

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

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

	.header .c .nav {
		gap: 20px;
	}
	.header .c .nav li>a{
		padding: 0 15px;
	}

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

	.footer-t {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.footer-t-r-c{
		margin-top:30px;
		padding-top:20px;
	}
	.content520 {
		padding-left: 3%;
		padding-right: 3%;
	}
	.footer-b{
		padding-top: 10px;
		padding-bottom:10px;
		
	}
	.footer-t-r-c .text-box .email{
		font-size: 22px;
	}
	.footer-t-r-c .text-box{
		line-height: 30px;
		margin-top: 5px;
	}
	.footer-t-l .list .li-title {
		margin-bottom: 50px;
		font-size: 20px;
	}

	.footer-t-l .list .item-title {
		font-size: 16px;
		line-height: 40px;
	}

	.footer-t-l .list .item-des a {
		font-size: 14px;
		line-height: 40px;
	}

	.footer-t-r-t .social {
		font-size: 14px;
	}

	.footer-t-r-t .social a {
		width: 40px;
		height: 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;
	}
	.header .content{
	    height: 60px;
	}
	.header .c .nav li>a{
	    line-height: 60px;
	}
	.header .r .header-language .iconfont,
	.header .r .header-search-box .header-searchBtn{
	    font-size: 20px;
	}
	.footer-t{
		padding-top:60px;
	}
	.footer-t-r-t .ewm img{
		width: 70px;
	}
	.footer-t-r-t .ewm .text{
		font-size:14px;
		margin-top: 7px;
	}
	.footer-t-r-c{
		margin-top: 20px;
		padding-top: 15px
	}
	.footer-t-r-c .telText{
		font-size: 14px;
	}
	.footer-t-r-c .text-box{
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
	}
	.footer-t-r-c .tel{
		line-height: 1.1
	}
	.footer-t-r-c .text-box .email{
		font-size: 20px
	}
	.footer-t-l .list .li-title{
		margin-bottom: 20px;
	}
	.footer-t-l .list .item-des a{
		line-height: 30px
	}
}

@media (max-width:1199px) {
	.innerNav li a {
		line-height: 70px;
		font-size: 16px;
	}

	.footer-t {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.footer-t-r-t .social {
		margin-left: 15px;
	}

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

	.footer-t-r {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	.footer-t-r-c {
		padding-top: 0;
		margin-top: 0;
		border: none;
	}

	.footer-t {
		flex-direction: column;
	}

	.header .c .nav {
		gap: 30px;
	}

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

	.footer-b {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer-t-r-c .text-box .email {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.innerNav li a {
		line-height: 50px;
		padding: 0 20px;
		font-size: 14px;
	}

	.footer-t-l .list .item:not(:last-child) {
		margin-right: 20px;
	}

	.footer-t-r-c .text-box {
		line-height: 30px;
	}

	.footer-t-r-c .text-box,
	.footer-t-r-c .telText {
		font-size: 14px;
	}

	.footer-t {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.header .content {
		height: 60px;
	}

	.header .c .nav {
		display: none;
	}

	.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: #fff;
		transition: top .2s linear
	}
	.header:hover .m-right-buttom span,
	.header:hover .m-right-buttom span:after,
	.header:hover .m-right-buttom span:before,
	.header.active1 .m-right-buttom span,
	.header.active1 .m-right-buttom span:after,
	.header.active1 .m-right-buttom span:before,
	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #0036B2;
	}

	.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.active1 .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)
	}

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

	.innerPage {
		padding-top: 60px;
	}
}

@media (max-width: 768px) {
	.commonBread {
		padding-top: 15px;
	}

	.footer-t-r-c .text-box .email {
		font-size: 18px;
	}

	.footer-b {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}

	.footer-t-r-t {
		width: 230px;
	}

	.footer-t-r-c {
		margin-left: 20px;
	}

	.footer-t-r-t .social {
		flex-wrap: wrap;
	}

	.footer-t-r-t .social>span {
		width: 100%;
	}

	.footer-t-r {
		margin-top: 0;
	}

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

	.footer-t {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.header .content {
		height: 50px;
	}

	.innerPage {
		padding-top: 50px;
	}

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

	.header .r .header-language .iconfont,
	.header .r .header-search-box .header-searchBtn {
		font-size: 20px;
	}

	.header .r .header-search-box .header-search-container {
		top: 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;
	}

	.innerNav li a {
		padding: 0 10px;
	}
}

@media (max-width: 650px) {
	.footer-t-r-c {
		flex: 1;
		margin-left: 14px;
	}
}

@media (max-width: 500px) {
	.commonBread {
		padding-top: 10px;
		font-size: 14px;
	}

	.innerNav li a {
		padding: 0 5px;
		font-size: 12px;
		text-align: center;
	}

	.innerNav li {
		flex: 1;
	}

	.innerNav li a {
		line-height: 40px;
	}

	.innerNav li::before {
		width: 6px;
		height: 6px;
	}

	.footer-t-r-t .ewm .text {
		margin-top: 7px;
		font-size: 14px;
	}

	.footer-t-r-c .text-box {
		margin-top: 0;
	}

	.footer-t-r-t .ewm img {
		width: 120px;
	}

	.footer-t-r-c {
		margin-left: 0;
		margin-top: 25px;
	}

	.footer-t-r-t .social {
		margin-left: 25px;
		padding-top: 21px;
	}

	.footer-t-r-t {
		width: 100%;
		justify-content: flex-start;
	}

	.footer-t-r-t .social>span {
		width: auto;
	}

	.footer-t-r {
		flex-direction: column;
	}

	.footer-t-r-t .social>span {
		width: auto;
	}

	.footer-t {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.footer-t-r-t .social a {
		/* width: 32px;
		height: 32px; */
	}

	.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-title {
		font-size: 16px;
	}

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

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
}