* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: ''; */
}

@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_Medium.woff2');
}

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

.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%;
}
.hoverLi .pic {
	overflow: hidden;
}

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

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

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, .2);
}
.header .content520{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header.active {
	background-color: RGBA(250, 250, 250, 1);
}
.header .logo img{
	display: block;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .content520 .nav{
	display: flex;
}
.header .content520 .nav li{
	position: relative;
	height: 80px;
	display: flex;
	align-items: center;
}
.header .content520 .nav li>a{
	display: flex;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
}
.header .content520 .nav li .subNav{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	min-width: 200px;
	top: 100%;
	display: none;
	/* padding-top: 20px; */
}
.header .content520 .nav li:hover .subNav{
	display: block;
}
.header .content520 .nav li .subNav .subNavBox{
	background: #FAFAFA;
	box-shadow: 5px 9px 30px 0px rgba(57,143,202,0.3);
	border-radius: 5px;
	padding: 30px 40px;
}
.header .content520 .nav li .subNav .subNavBox a{
	display: block;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #2C3C52;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
}
.header .content520 .nav li .subNav .subNavBox a:hover{
	background-color: rgba(57, 143, 202, 1);
	color: #fff;
}
.header .content520 .nav li .subNav .subNavBox a:not(:last-child){
	margin-bottom: 20px;
}
.header.active .content520 .nav li>a{
	color: rgba(57, 143, 202, 1);
}
.header .content520 .nav li.active>a,
.header .content520 .nav li:hover>a{
	background: #398FCA;
	box-shadow: 5px 9px 30px 0px rgba(57,143,202,0.3);
	border-radius: 25px;
	color: #fff;
}
.header .content520 .nav li>a{
	padding: 0 28px;
}
.header .content520 .nav li:not(:last-child){
	margin-right: 10px;
}
.header .headerSearch{
	position: relative;
	margin: 0 56px;
}
.header .headerSearch .searchBtn{
	cursor: pointer;
	color: #fff;
}
.header.active .headerSearch .searchBtn{
	color: rgba(57, 143, 202, 1);
}
.header .headerSearch .searchContainer {
	position: absolute;
	right: 0;
	overflow: hidden;
	width: 400px;
	height: 50px;
	border: 1px solid #f1f1f1;
	top: 60px;
	background-color: #fff;
	display: none;
}
.header .headerSearch .searchBtn{
	font-weight: bold;
	cursor: pointer;
}
.header .headerSearch .searchContainer form {
	display: flex;
}
.header .headerSearch .searchContainer input {
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	padding: 0 5px 0 22px;
	font-size: 16px;
	color: #333;
}
.header .headerSearch .searchContainer .submit {
	width: 60px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	background: #398FCA;
}
.header .headerSearch .searchContainer .submit .iconfont {
	font-size: 18px;
}
.header .language{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.header.active .language{
	color: rgba(57, 143, 202, 1);
}
.header.active .language .iconfont{
	font-size: 18px;
}
.header .tel{
	display: flex;
	padding: 16px 22px;
	font-size: 18px;
	font-family: Rany-Bold;
	color: #FFFFFF;
	line-height: 1;
	background: #398FCA;
	border-radius: 25px;
	align-items: center;
	margin-left: 42px;
}
.header .tel .iconfont{
	margin-top: -4px;
}
.innerPage{
	padding-top: 120px;
}
.footer{
	padding: 110px 0 60px;
	background-color: rgba(0, 0, 0, 1);
}
.footer .footer-c{
	display: flex;
	justify-content: space-between;
}
.footer .footer-c .msg .text-title{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 30px;
}
.footer .footer-c .msg .text-title span{
	color: rgba(153, 153, 153, 1);
}
.footer .footer-c .msg .tel{
	font-size: 48px;
	font-family: Rany-Bold;
	color: #398FCA;
	line-height: 1;
	margin-bottom: 10px;
}
.footer .footer-c-l-b{
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 2.14;
	margin-top: 100px;
}
.footer .footer-c-l-b a{
	color: #999;
}
.footer .footer-c-r{
	width: 45.31%;
}
.footer .footer-c-r .nav{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 50px 0;
}
.footer .footer-c-r .nav li{
	text-align: left;
}
.footer .footer-c-r .nav li:nth-child(3n+2){
	text-align: center;
}
.footer .footer-c-r .nav li:nth-child(3n){
	text-align: right;
}
.footer .footer-c-r .nav li .li-box{
	display: inline-block;
	text-align: left;
	width: 101px;
}
.footer .footer-c-r .nav li .li-title{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.footer .footer-c-r .nav li .line{
	margin-top: 14px;
	width: 10px;
	height: 3px;
	background: #398FCA;
}
.footer .footer-c-r .nav li .li-des{
	margin-top: 24px;
}
.footer .footer-c-r .nav li .li-des a{
	display: block;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
}
.banner1 .banner-box{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 10%;
	text-align: center;
}
.banner1 .banner-box .en{
	font-size: 48px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #FAFAFA;
	line-height: 1.375;
	text-transform: uppercase;
}
.banner1 .banner-box .zh{
	font-size: 30px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #FAFAFA;
	line-height: 1;
	margin-top: 11px;
}
.banner1 .banner-box .des{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 2;
	margin-top: 35px;
}
.commonBread{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #398FCA;
	line-height: 26px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.commonBread a{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
}
.commonBread .icon-shouye{
	color: #398FCA;
}
.commonBread a.active,
.commonBread a:hover{
	color: #398FCA;
}
.commonBread .icon-youjiantou11{
	margin: 0 10px;
	font-size: 12px;
}
.commonNav .swiper-slide{
	position: relative;
	font-size: 24px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #333333;
	line-height: 1;
	padding: 0 22px;
	line-height: 44px;
	width: auto;
}
.commonNav .swiper-slide:not(:last-child){
	margin-right: 40px;
}
.commonNav .swiper-slide.active,
.commonNav .swiper-slide:hover{
	color: #398FCA;
	transition: all .3s ease-in;
}
.commonNav .swiper-slide::before,
.commonNav .swiper-slide::after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border: 3px solid #398FCA;
	transform: scale(1.4);
	box-sizing: border-box;
	opacity: 0;
}
.commonNav .swiper-slide.active::before,
.commonNav .swiper-slide.active::after,
.commonNav .swiper-slide:hover::before,
.commonNav .swiper-slide:hover::after{
	transform: scale(1);
	opacity: 1;
	transition: all .3s ease-in;
}
.commonNav .swiper-slide::before{
	left: 0;
	bottom: 0;
	border-top: none;
	border-right: none;
	transform-origin: left bottom;
}
.commonNav .swiper-slide::after{
	right: 0;
	top: 0;
	border-left: none;
	border-bottom: none;
	transform-origin: top right;
}
.m_right {
	display: none;
}

.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{
	margin-left: -5px;
}
.pagination ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 40px;
	height: 40px;
	border: 1px solid #EDEDED;
	line-height: 38px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	margin: 5px;
	cursor: pointer;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(57, 143, 202, 1);
}

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

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

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

.m-navbar {
	display: none;
}

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

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

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}
@media (max-width:1770px) {
	.header .tel{
		padding: 14px 18px;
		font-size: 14px;
	}
	.header .content520 .nav li>a{
		font-size: 16px;
		padding: 0 15px;
	}
	.header .content520 .nav li:not(:last-child){
		margin-right: 10px;
	}
	.header .headerSearch{
		margin: 0 40px;
	}
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {
	.content520{
		padding: 0 3%;
	}
}

@media (max-width:1440px) {
	.banner1 .banner-box .en{
		font-size: 36px;
	}
	.banner1 .banner-box .zh{
		font-size: 26px;
		margin-top: 5px;
	}
	.banner1 .banner-box .des{
		font-size: 16px;
		margin-top: 25px;
	}
	.header .logo img{
		height: 27px;
	}
	.header .content520 .nav li a{
		padding: 0 12px;
		line-height: 36px;
	}
	.header .content520 .nav li:not(:last-child){
		margin-right: 10px;
	}
	.header .tel{
		margin-left: 30px;
	}
	.header .headerSearch{
		margin: 0 30px;
	}
	.footer .footer-c-r{
		width: 40%;
	}
	.footer .footer-c-l{
		max-width: 55%;
	}
}

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

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

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

@media (max-width:1280px) {
	.banner1 .banner-box .en{
		font-size: 30px;
	}
	.banner1 .banner-box .zh{
		font-size: 24px;
	}
	.banner1 .banner-box .des{
		font-size: 14px;
		margin-top: 15px;
	}
	.footer .footer-c-r{
		width: 45%;
	}
	.footer .footer-c-l{
		max-width: 50%;
	}
	.header .content520 .nav li>a{
		font-size: 14px;
	}
	.header .content520 .nav li:not(:last-child){
		margin-right: 5px;
	}
	.footer .footer-c .msg .tel{
		font-size: 36px;
	}
}

@media (max-width:1199px) {
	.commonNav .swiper-slide:not(:last-child){
		margin-right: 20px;
	}
	.commonNav .swiper-slide{
		font-size: 20px;
		line-height: 40px;
		padding: 0 15px;
	}
	.commonBread a,
	.commonBread .icon-shouye{
		font-size: 14px;
	}
	.commonBread .icon-youjiantou11{
		margin: 0 5px;
	}
	.banner1 .banner-box .en{
		font-size: 28px;
	}
	.banner1 .banner-box .zh{
		font-size: 22px;
	}
	.innerPage{
		padding-top: 70px;
	}
	.footer .footer-c .msg .tel{
		font-size: 30px;
	}
	.footer .footer-c-l{
		width: 100%;
		max-width: 100%;
	}
	.footer .footer-c-r{
		display: none;
	}
	.footer{
		padding: 60px 0;
	}
	.footer .footer-c-l-b{
		margin-top: 30px;
	}
	.header{
		padding: 7px 0;
	}
	.header .content520 .nav{
		display: none;
	}
	.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: #398FCA;
	}

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

	.m-navbar.active li {
		border-radius: 5px;
		background-color: #f0f0f0;
	}

	.m-navbar.active li .subNav {
		display: none;
		background-color: #f0f0f0;
		padding: 0 25px;
		border-radius: 0 0 5px 5px;
	}

	.m-navbar.active li .subNav a {
		margin-top: 0;
		background-color: transparent;
		padding: 10px 0 !important;
		border-radius: 0;
		font-size: 14px;
	}

	.m-navbar.active li .subNav .item-title {
		padding: 10px 0 0;
	}

	.m-navbar.active li .subNav a:not(:last-child) {
		border-bottom: 1px solid rgba(193, 199, 208, 0.7);
	}

	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}

	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}

	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}

	.m-navbar li:hover a {
		color: #747474 !important;
	}

	.m-navbar li.active a {
		color: #398FCA !important;
	}

	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 100px 4% 20px;
		background-color: #444;
		z-index: 998;
	}

	.m-navbar li+li {
		margin-top: 12px
	}

	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}

	.m-navbar li+li:after {
		display: none
	}

	.m-navbar li a {
		padding: 9px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
	}
}

@media (max-width: 1024px) {
	.commonNav .swiper-slide::before, .commonNav .swiper-slide::after{
		width: 8px;
		height: 8px;
		border-width: 2px;
	}
	.commonNav .swiper-slide{
		font-size: 16px;
		line-height: 30px;
		padding: 0 10px;
	}
	.commonNav .swiper-slide:not(:last-child){
		margin-right: 15px;
	}
	.banner1 .banner-box .en{
		font-size: 26px;
	}
	.banner1 .banner-box .zh{
		font-size: 20px;
	}
	.footer .footer-c .msg .tel{
		font-size: 28px;
	}
	.footer{
		padding: 50px 0;
	}
	.footer .footer-c-l-b{
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.commonNav .swiper-slide:not(:last-child){
		margin-right: 10px;
	}
	.commonNav .swiper-slide{
		font-size: 14px;
		line-height: 1.7;
		padding: 0 6px;
	}
	.banner1 .banner-box .en{
		font-size: 24px;
	}
	.banner1 .banner-box .zh{
		font-size: 18px;
	}
	.innerPage{
		padding-top: 60px;
	}
	.header .tel{
		display: none;
	}
	.footer{
		padding: 40px 0;
	}
	.footer .footer-c-l-b{
		margin-top: 10px;
	}
	.footer .footer-c .msg .tel{
		font-size: 26px;
	}
	.pagination ul li {
		width: 32px;
		height: 32px;
		line-height: 30px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.banner1 .pic img{
		min-height: 249px;
	}
	.banner1 .banner-box .des{
		line-height: 1.5;
	}
}

@media (max-width: 500px) {
	
	.banner1 .banner-box .en{
		font-size: 22px;
	}
	.banner1 .banner-box .zh{
		font-size: 16px;
	}
	.innerPage{
		padding-top: 50px;
	}
	.header .logo img{
		height: 24px;
	}
	.footer{
		padding: 30px 0;
	}
	.footer .footer-c .msg .tel{
		font-size: 22px;
	}
	.header .headerSearch .searchContainer{
		width: 80vw;
		top: 45px;
		height: 40px;
	}
	.header .headerSearch .searchContainer .submit{
		line-height: 38px;
		width: 50px;
	}
	.header .headerSearch .searchContainer input{
		font-size: 14px;
		padding-left: 15px;
	}
}