* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

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

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}

@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.ttf') format('truetype');
}

@font-face {
	font-family: "Poppins";
	/* Project id 3544394 */
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Century Gothic";
	/* Project id 3544394 */
	src: url('../fonts/GOTHIC.TTF') format('truetype');
}

@font-face {
	font-family: "Antonio";
	/* Project id 3544394 */
}

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

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 84%;
}

.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%;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	transition: all 0.3s linear;
	line-height: 99px;
	height: 100px;
}
.header.active{
	background-color: #fff;
}
.header.active1{
	line-height: 79px;
	height: 80px;
}
.header .content{
	position: relative;
	display: flex;
	justify-content: center;
}
.header .content .l{
	position: absolute;
	left: 3.125%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.header .content .l img{
	display: block;
}
.header .content .l img.img2{
	display: none;
}
.header.active .content .l img.img2{
	display: block;
}
.header.active .content .l img.img1{
	display: none;
}
.header .content .c ul{
	display: flex;
}
.header .content .c li{
}
.header .content .c li>a::before{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 3px;
	bottom: -1px;
	background-color: rgba(30, 33, 136, 1);
	opacity: 0;
}
.header.active .content .c li.active>a::before,
.header.active .content .c li:hover>a::before{
	opacity: 1;
}
.header .content .c li:not(:last-child){
	margin-right: 73px;
}
.header .content .c li>a{
	position: relative;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
}
.header.active .content .c li>a{
	color: #333;
}
.header.active .content .c li:hover>a,
.header.active .content .c li.active>a{
	color: rgba(30, 33, 136, 1);
}
.header .content .c li .subNav{
	position: absolute;
	left: 0;
	width: 100%;
	background: #F7F7F7;
	box-shadow: 0px 5px 25px 0px rgba(0,67,109,0.15);
	text-align: center;
	display: none;
	top: 100%;
	z-index: 2;
}
.header .content .c li:hover .subNav{
	display: block;
	background-color: rgba(247, 247, 247, 1);
}
.header .content .c li .subNav .subNavBox{
	display: flex;
	width: 100%;
	justify-content: center;
}
.header .content .c li .subNav a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(68, 68, 68, 1);
	line-height: 75px;
}
.header .content .c li .subNav a:hover{
	color: rgba(29, 32, 136, 1);
}
.header .content .c li .subNav a:not(:last-child){
	margin-right: 86px;
}
.header .content .r{
	position: absolute;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.header .content .r .language{
	position: relative;
}
.header .content .r .language>a{
	display: block;
	padding: 0 49px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,.6);
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.header.active .content .r .language>a{
	color: rgba(51,51,51,.6);
	border-color: rgba(235, 235, 235, 1);
}
.header.active .content .r .language a .iconfont{
	color: #333;
}
.header .content .r .languageBox{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	background: #FFFFFF;
	box-shadow: 0px 5px 25px 0px rgba(0,67,109,0.15);
	border-radius: 8px;
	padding: 15px 0;
	text-align: center;
	display: none;
}
.header .content .r .language:hover .languageBox{
	display: block;
}
.header .content .r .languageBox::before{
	position: absolute;
	content: "";
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/sjx.png);
	width: 20px;
	height: 10px;
	background-size: cover;
}
.header .content .r .languageBox p{
	line-height: 42px;
}
.header .content .r .languageBox a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	line-height: 42px;
	
}
.header .content .r .languageBox a:hover{
	color: rgba(29, 32, 136, 1);
}
.header .content .r .header-search{
	width: 100px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.header.active .content .r .header-search{
	position: relative;
	background-color: rgba(30, 33, 136, 1);
	color: #fff;
	z-index: 99;
}
.header .content .r .header-search .iconfont{
	font-size: 20px;
}
.header .search-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	display: none;
	z-index: 2;
}
.header .search-box .search-container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 100px;
	height: 100%;
}
.header .search-box .search-container .input{
	padding: 13px 0;
	width: 700px;
	display: flex;
	align-items: center;
}
.header .search-box .search-container .input .icon-sousuo1{
	font-size: 20px;
	color: #333;
	margin-right: 20px;
	font-weight: bold;
}
.header .search-box .search-container .input input{
	flex: 1;
	border: none;
	outline: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
}
.header .search-box .search-container .input input::placeholder{
	color: rgba(170, 170, 170, 1);
}
.index .footer{
	position: fixed;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 998;
	transition: transform 0.5s ease-out;
}
.waves{
	position: relative;
	width: 100%;
}
.waves .bg{
	display: block;
	height: 23.1vh;
	opacity: 0;
}
.waves .wave {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/main-swiper-slide6-wave.png);
	background-repeat: repeat-x;
	width: 100%;
}

.waves .wave img {
	display: block;
	height: 23.1vh;
	opacity: 0;
}

.waves .wave2,
.waves .wave3 {
	background: url(../img/main-swiper-slide6-wave1.png);
}

.waves .wave1 {
	animation: wave1 15s linear infinite;
	background-position: 0 0;
}
.waves .wave2 {
	animation: wave2 15s linear infinite;
	background-position: 600px 0px;
}
.waves .wave3 {
	animation: wave3 15s linear infinite;
	background-position: 300px 20px;
}
.waves .box-b{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* width: 100%; */
	bottom: 3.33vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.waves .l{
	font-size: 28px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.28;
	text-align: left;
}
.waves .box-b .l .bold{
	font-weight: bold;
}
.waves .r{
	width: 130px;
	height: 50px;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
}
.waves .r .iconfont{
	margin-left: 10px;
}
@keyframes wave1 {
	from {
		background-position: 300px 20px;
	}

	to {
		background-position: -1620px 20px;
	}
}

@keyframes wave2 {
	from {
		background-position: 600px 0px;
	}

	to {
		background-position: -1320px 0px;
	}
}

@keyframes wave3 {
	from {
		background-position: 0px 0px;
	}

	to {
		background-position: -1920px 0px;
	}
}
.banner .zh {
	font-size: 46px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.17;
}

.banner .zh .bold {
	font-weight: 400;
}

.footer{
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
}
.footer-t{
	padding: 80px 0;
}
.footer-t .content1400{
	display: flex;
	justify-content: space-between;
}
.footer-t-l{
	width: 360px;
}
.footer-t .title{
	font-size: 18px;
	line-height: 1;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-t .msg{
	margin-top: 20px;
}
.footer-t .msg li{
	display: flex;
}
.footer-t .msg li .iconfont{
	font-size: 20px;
	color: rgba(255,255,255,.5);
	line-height: 36px;
}
.footer-t .msg li .text{
	font-size: 16px;
	font-weight: 400;
	color: rgba(119, 119, 119, 1);
	line-height: 36px;
	flex: 1;
	margin-left: 10px;
}
.footer-t .msg li .text span{
	color: rgba(153, 153, 153, 1);
}

.footer-t-r{
	width: 61.71%;
}
.footer-t-r ul{
	display: flex;
	justify-content: space-between;
}
.footer-t-r .li-des{
	margin-top: 20px;
}
.footer-t-r .li-des a{
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 36px;
	display: block;
}
.footer-t-r .li-des a:hover{
	color: #fff;
}
.footer-t-r .li-des .ewm-text{
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 1;
	margin-top: 17px;
	text-align: center;
}
.footer-c{
	border-top: 1px solid rgba(255, 255, 255, .08);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	padding: 22px 0;
	font-size: 14px;
	font-weight: 400;
	color: #656565;
	line-height: 30px;
}
.footer-c a,
.footer-b a{
	color: #656565;
}
.footer-b {
	font-size: 14px;
	font-weight: 400;
	color: #656565;
	line-height: 30px;
	padding: 24px 0;
}
.footer-b img{
	vertical-align: middle;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	min-height: 219px;
}
.banner .des {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.5;
	opacity: 0.5;
	margin-top: 30px;
}
.banner .zh .bold1{
	font-weight: bold;
	display: block;
}
.banner .des1{
	margin-top: 10px;
}
.banner1 .banner-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.banner .commonNav{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
	z-index: 2;
}
.commonNav .swiper-slide{
	width: auto;
}
.commonNav .swiper-slide:not(:last-child){
	margin-right: 20px;
}
.commonNav .swiper-slide a{
	display: block;
	min-width: 200px;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 5px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
}
.commonNav .swiper-slide.active a,
.commonNav .swiper-slide:hover a{
	color: #fff;
	background-color: rgba(30, 33, 136, 1);
}
.commonBread{
	margin-top: 23px;
}
.commonBread .content1400{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.commonBread .content1400 a{
	color: #666;
}
.commonBread .icon-youjiantou11{
	margin: 0 5px;
}
.commonBread .icon-shouyeshouye{
	padding-right: 5px;
}
.index-title {
	color: rgba(85, 85, 85, 1);
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #555555;
	line-height: 1;
}
.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%;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 50px;
	height: 50px;
	background: #F5F5F5;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
	margin: 6px;
	cursor: pointer;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(30, 33, 136, 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;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0%, 0px, 0);
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
.videoContent{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.videoContent .video{
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.videoContent .video video{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.videoContent .video .close{
	position: absolute;
	right: -25px;
	top: -25px;
	color: #fff;
	cursor: pointer;
	z-index: 2;
}
.videoContent .video .close .iconfont{
	font-size: 22px;
}
@media (max-height: 900px) {
	.index-title{
		font-size: 36px;
	}
}	
@media (max-height: 900px) {
	.waves .l{
		font-size: 24px;
	}
	.waves .r{
		width: 110px;
		height: 40px;
		font-size: 14px;
	}
	.waves{
		/* bottom: 2vh; */
	}
}
@media (max-height:768px) {
	.waves .l{
		font-size: 20px;
	}
}
@media (max-width:1440px) {
	.index-title{
		font-size: 30px;
	}
	.header .content .c li:not(:last-child){
		margin-right: 40px;
	}
	.banner .zh{
		font-size: 30px;
	}
}
@media (max-width:1280px) {
	
}
@media (max-width:1199px) {
	.header .content .r .language a{
		padding: 0 20px;
	}
	.header .content .r .header-search{
		width: 80px;
	}
	.header .content .c li:not(:last-child){
		margin-right: 30px;
	}
}
@media (max-width:1023px) {
	.commonNav .swiper-slide a{
		height: 40px;
		min-width: 100px;
		line-height: 40px;
		font-size: 14px;
	}
	.banner .commonNav{
		bottom: 20px;
	}
	.waves .l{
		font-size: 22px;
	}
	.main-swiper-slide2 .box-c .l .li-b .des{
		font-size: 16px;
	}
	.waves .r{
		height: 40px;
		font-size: 14px;
		width: 110px;
	}
	.waves .wave img,
	.waves .bg{
		height: 243px;
	}
	.index-title{
		font-size: 28px;
	}
	.header .content{
		padding-left: 3%;
		justify-content: space-between;
		align-items: center;
		height: 100%;
	}
	.header,.header.active1{
		height: 60px;
		line-height: 59px;
	}
	.header .content .l{
		position: relative;
		left: 0;
		top: 0;
		transform: translateY(0);
	}
	.header .content .l img{
		height: 40px;
	}
	.header .content .c{
		display: none;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-right: 25px;
	}

	.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(30, 33, 136, 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)
	}
	.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: #0099FF !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;
	}
	.index .footer{
		position: relative;
		top: 0;
	}
	.footer-t-r ul li:not(:last-child){
		display: none;
	}
	.footer-t-r{
		width: auto;
	}
	.footer-t{
		padding: 40px 0;
	}
	.banner .zh{
		font-size: 22px;
	}
	.banner .des{
		margin-top: 20px;
		font-size: 14px;
	}
	.banner .des1{
		margin-top: 10px;
	}
	.header .search-box .search-container .input{
		width: 400px;
	}
	.header .search-box .search-container{
		margin-right: 80px;
	}
	.header .search-box{
		height: 60px;
	}
}
@media (max-width: 1024px) {
	
}
@media (max-width: 768px) {
	.header .search-box .search-container .input .icon-sousuo1{
		margin-right: 10px;
	}
	.header .search-box .search-container{
		margin-right: 60px;
	}
	.header .search-box .search-container .input{
		width: 240px;
	}
	.commonBread{
		margin-top: 10px;
	}
	.footer-t-l{
		flex: 1;
		margin-right: 30px;
	}
	.waves .l{
		font-size: 18px;
	}
	.waves .wave img,
	.waves .bg{
		height: 210px;
	}
	.index-title{
		font-size: 26px;
	}
	.pagination ul li{
		line-height: 36px;
		width: 36px;
		height: 36px;
	}
	.header .content .r .header-search{
		width: 60px;
	}
	.m-navbar.active li .subNav .level2{
	    padding: 0 10px;
	}
	.banner .zh{
		font-size: 18px;
	}
	.banner .des{
		margin-top: 15px;
		font-size: 12px;
	}
	.banner .des1{
		margin-top: 5px;
	}
}
@media (max-width: 500px) {
	.header .search-box .search-container .input{
		width: 200px;
	}
	.header .content .l img{
		height: 30px;
	}
	.commonNav .swiper-slide a{
		min-width: 0;
		padding: 0 10px;
	}
	.commonNav .swiper-slide:not(:last-child){
		margin-right: 10px;
	}
	.banner .zh{
		font-size: 16px;
	}
	.index-title{
		font-size: 22px;
	}
	.footer-t .msg li .text{
		font-size: 14px;
		line-height: 24px;
		word-break: break-all;
	}
	.footer-t .msg li .iconfont{
		line-height: 24px;
	}
	.footer-t-r .li-des .ewm-box img{
		width: 90px;
	}
	.footer-t .title{
		font-size: 16px;
	}
	.footer-t .msg{
		margin-top: 10px;
	}
	.footer-t{
		padding: 30px 0;
	}
	.footer-t-r .li-des .ewm-text{
		font-size: 14px;
		margin-top: 10px;
	}
	.footer-c,.footer-b{
		font-size: 12px;
		line-height: 22px;
		padding: 10px 0;
	}
}