* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}
body{
	min-width: 1200px;
	/* zoom: 1.33; */
}
@font-face {
  font-family: "AlibabaPuHuiTi_2_45_Light"; /* Project id 3544394 */
  src: url('../fonts/AlibabaPuHuiTi-2-45-Light.ttf') format('truetype');
}
@font-face {
  font-family: "AlibabaPuHuiTi_2_55_Regular"; /* Project id 2871779 */
  src:  url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "AlibabaPuHuiTi_2_65_Medium"; /* Project id 2871779 */
  src:  url('../fonts/AlibabaPuHuiTi-2-65-Medium.ttf') format('truetype');
}
@font-face {
  font-family: "AlibabaPuHuiTi_2_85_Bold"; /* Project id 2871779 */
  src:  url('../fonts/AlibabaPuHuiTi-2-85-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Medium"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}
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;
}
.content546{
	padding: 0 5.46vw;
}
.content429{
	padding: 0 4.29vw;
}
.content828{
	padding:  0 8.28vw;
}
.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
}

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

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

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.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: 9999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 8.5vh;
	
}
.main.index .header.active{
	background-color: transparent;
}
.header.active{
	background-color: #fff;
}
.header .l,
.header .r{
	position: relative;
	z-index: 3;
}
.header .r{
	position: fixed;
	right: 5.46%;
	z-index: 1000;
}
.header .logo img{
	display: block;
	width: 5.72vw
	/* width: 146px; */
}
.header .logo img.img1{
	display: none;
} 
.header.active .logo img.img{
	display: none;
}
.header.active .logo img.img1{
	display: block;
}
.header .c{
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 2;
	width: 100vw;
	text-align: center;
}
.header .c .nav{
	position: relative;
	display:inline-flex;
	margin: 0 auto;
	/* align-items: center; */
}
.header .c .nav::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 0;
	background-color: rgba(0, 0, 0, .8);
	transition: all .6s;
}
.header.active .c .nav::before{
	background-color: rgba(255,255,255,.9);
}
.header .c .nav:hover::before{
	height: 100%;
}
.header .c .nav:hover .li-box{
	display: block;
	width: 61px;
	/* max-width: 110px; */
}
.header .c .nav:hover .li-box a{
	animation: fadeInUpSmall 1.5s .7s forwards;
	
}
.header .c .nav li{
	position: relative;
	line-height: 8.5vh;
}
.header .c .nav li a{
	font-size: 16px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #fff;
	line-height: 1;
}
.header .c .nav li:not(:last-child){
	margin-right: 90px;
}
.header .c .nav li .li-box{
	display: none;
	/* position: absolute;
	left: 0; */
	/* top: 100%; */
	padding-bottom: 5.36vh;
}
.header .c .nav li .li-box a{
	position: relative;
	display: block;
	width: auto;
	font-size: 12px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	white-space: nowrap;
	text-align: left;
	opacity: 0;
}
.header .c .nav li .li-box a span{
	position: relative;
}
.header .c .nav li .li-box a span::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -4px;
	width: 0;
	height: 2px;
	background-color: rgba(25, 80, 123, 1);
	transition: all 1s;
}
.header .c .nav li .li-box a span:hover::before{
	width: 100%;
}
.header .c .nav li .li-box a:not(:last-child){
	margin-bottom: 14px;
}
.header .r .iconfont{
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.header .r .iconfont.icon-31guanbi{
	color: #333;
}
.header.active .c .nav li a,
.header.active .r .iconfont{
	color: rgba(33, 33, 33, 1);
}
.footer{
	position: relative;
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
}
.index .footer{
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 100%;
	left: 0;
}
.footer .footer-t{
	padding: 86px 0 82px;
	display: flex;
	justify-content: space-between;
}
.footer .footer-t-l{
	display: flex;
}
.footer .footer-t-l-l{
	max-width: 385px;
}
.footer .footer-t .logo{
	border-right: 1px solid rgba(255, 255, 255, .3);
}
.footer .footer-t .logo img{
	display: block;
	width: 291px;
}
.footer .footer-t-l .msg{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,.3);
	line-height: 2;
	margin-top: 60px;
}
.footer .footer-t-l .msg li{
	display: flex;
}
.footer .footer-t-l .msg li .iconfont{
	color: #fff;
	opacity: 1;
}
.footer .footer-t-l .msg li .text{
	flex: 1;
	margin-left: 7px;
	letter-spacing: 1px;
}
.footer .footer-t-l .social{
	margin-top: 40px;
	display: flex;
}
.footer .footer-t-l .social a{
	width: 61px;
	height: 61px;
	border: 1px solid #434343;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,.7);
}
.footer .footer-t-l .social a:not(:last-child){
	margin-right: 14px;
}
.footer .footer-t-l .social a .iconfont{
	font-size: 26px;
}
.footer .footer-t-l-r{
	padding-left: 79px;
}
.footer .footer-t-l-r .ewm{
	display: flex;
}
.footer .footer-t-l-r .ewm-box:not(:last-child){
	margin-right: 25px;
}
.footer .footer-t-l-r .ewm-box img{
	display: block;
	width: 110px;
}
.footer .footer-t-l-r .ewm-text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 18px;
	text-align: center;
}
.footer .footer-t-r{
	width: 47.81%;
}
.footer .footer-t-r ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.footer .footer-t-r .li-title{
	font-size: 22px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.footer .footer-t-r .li-des{
	margin-top: 14px;
}
.footer .footer-t-r .li-des a{
	display: block;
	font-size: 16px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 38px;
	opacity: 0.3;
}
.footer .footer-t-r .li-des a:hover{
	opacity: 1;
}
.footer .footer-b{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, .06);
	padding: 30px 0 35px;
	align-items: center;
}
.footer .footer-b-l{
	font-size: 16px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2;
	opacity: 0.3;
}
.footer .footer-b-l a{
	color: #fff;
}
.footer .footer-b-r .select{
	position: relative;
}
.footer .footer-b-r .select .select-t{
	width: 177px;
	height: 52px;
	border: 1px solid rgba(255,255,255,.1);
	background-color: transparent;
	padding: 0 33px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,.3);
	line-height: 41px;
	background-image: url(../img/top.png);
	background-size: 12px 7px;
	background-position: right 33px center;
	background-repeat: no-repeat;
	outline: none;
	cursor: pointer;
}
.footer .footer-b-r .select:hover .select-box{
	display: block;
}
.footer .footer-b-r .select .select-box{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 100%;
	padding-bottom: 20px;
	display: none;
}
.footer .footer-b-r .select .select-box li a{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,.3);
	line-height: 41px;
	text-align: center;
	background-color: rgba(25, 80, 123, 1);
}
.footer .footer-b-r .select .select-box li a:hover{
	opacity: 1;
}
.footer .scrollTop{
	position: fixed;
	width: 80px;
	height: 80px;
	background: rgba(136, 141, 155, .4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	bottom: 4.57vw;
	right: 3.64vw;
	z-index: 9999;
}
.main.index .footer .scrollTop{
	display: none !important;
}
.footer .scrollTop .iconfont{
	font-size: 34px;
	color: #fff;
}
.fixed-right{
	position: fixed;
	z-index: 99981;
	right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.fixed-right li{
	position: relative;
}
.fixed-right li:not(:last-child){
	margin-bottom: 7px;
}
.fixed-right .li-t{
	padding: 8px 3px;
	box-shadow: 0px 5px 10px 0px rgba(125, 125, 125, 0.15);
	border-radius: 5px;
	text-align: center;
	background-color: #fff;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
	width: 56px;
	height: 56px;
}
.fixed-right .li-b{
	position: absolute;
	top: 0;
	right: 70px;
	box-shadow: 0px 5px 10px 0px rgba(125, 125, 125, 0.15);
	border-radius: 5px;
	width: auto;
	height: 100%;
	padding: 10px 10px 0;
	background-color: #fff;
}
.fixed-right .li-b{
	display: none;
	
}
.fixed-right li:hover .li-b{
	display: block;
}
.fixed-right .li-b.li-b1{
	width: 165px;
}
.fixed-right .li-b .text{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 1;
}
.fixed-right .li-b .tel{
	font-size: 20px;
	font-family: RanyMedium;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 5px;
}
.fixed-right .li-b2{
	padding: 5px;
}
.fixed-right .li-b .img{
	display: block;
	height: 100%;
}
.fixed-right .li-t:hover{
	background-color: #19507B;
	color: #fff;
}
.fixed-right .li-t:hover .iconfont{
	color: #fff;
}
.fixed-right .li-t:hover .iconfont svg path{
    fill:#ffffff;
}
.fixed-right .li-t .iconfont{
	color: #333333;
	display: block;
	font-size: 19px;
	margin-bottom: 4px;
}
.fixed-right .li-t .iconfont svg{
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    color: #333333;
}
.fixed-right .li-t .iconfont.icon-tel-line{
	transform: scale(1.4);
}
.fixed-right .li-t .iconfont.icon-weixin1,
.fixed-right .li-t .icon-shang{
	transform: scale(1.1);
}
.load-modal{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10000;
}
.load-modal .mask{
	position: absolute;
	width: 200vw;
	height: 200vw;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 81vw solid #FFFFFF;
	border-radius: 50%;
	transition: background 1s ease-in-out, transform 1s ease-in-out ;
}
.load-modal .mask.active{
	transform: translate(-50%,-50%)scale(4);
	background: transparent;
}
.load-modal .img-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 38vw;
	height: 38.1vw;
	/* background-color: #fff; */
	animation: show1 1s 2s forwards;
	background-color: transparent;
}
.load-modal .img-box .img1{
	height: 100%;
	display: block;
	margin: 0 auto;
	opacity: 0;
	animation: show 2s forwards;
}
.load-modal .welcome{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3vw;
	width: 11.19vw;
	animation: show1 1s 2s forwards;
	z-index: 3;
}
@keyframes show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@keyframes show1{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}
@keyframes rotate{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}
.load-modal .img-box .img2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 72.62%;
	display: block;
	opacity: 0;
	animation: show 2s forwards;
}
.load-modal .img-box .img2 img{
	display: block;
	height: 100%;
	animation: rotate 2s linear infinite;
	transform: rotate(0);
}
.lines .line{
	transition: all 4s;
	background-color: rgba(255,255,255,.1);
}
.lines .line1{
	position: absolute;
	left: 4.29vw;
	top: 0;
	width: 1px;
	height: 0;
	z-index: 20;
	background-color: rgba(255,255,255,.1);
}
.lines.on .line1,
.lines.on .line3{
	height: 100vh;
}
.lines .line2{
	position: absolute;
	left: 0;
	bottom: 8.5vh;
	width: 0;
	height: 1px;
	z-index: 20;
}
.lines .line3{
	position: absolute;
	right: 4.29vw;
	top: 0;
	width: 1px;
	height: 0;
	z-index: 20;
}
.lines .line4{
	position: absolute;
	left: 0;
	top: 8.5vh;
	width: 0;
	height: 1px;
	z-index: 20;
	
}
.lines.on .line2,
.lines.on .line4,
.lines.on .line8,
.lines.on .line9{
	width: 130vw;
}
.lines .line5,
.lines .line8{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 1px;
	z-index: 20;
	transform: translate(-50%,50%)rotate(30deg);
}
.lines .line8{
	transform: translate(-50%,-50%)rotate(30deg);
	transform-origin: center;
	/* background-color: #ffff; */
	/* transform: translate(-50%,50%)rotate(60deg); */
}
.lines .line6,
.lines .line9{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 1px;
	z-index: 20;
	transform: translate(-50%,50%)rotate(-30deg);
}
.lines .line9{
	transform: translate(-50%,-50%)rotate(-30deg);
	transform-origin: center;
	/* transform: translate(-50%,50%)rotate(-60deg); */
}
.lines.on .line5,
.lines.on .line6{
	width: 200vw;
}
.line7{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 8.5vh;
	width: 1px;
	height: 0;
	z-index: 20;
}
.lines.on .line7{
	height: calc(100vh - 8.5vh);
}
.banner1{
	position: relative;
	width: 100vw;
	height: 100vh;
}
.banner1 .pic{
	width: 100%;
	height: 100%;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	text-align: center;
}
.banner1 .banner-box .zh{
	font-size: 38px;
	font-family: AlibabaPuHuiTi_2_85_Bold;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.banner1 .banner-box .en{
	font-size: 40px;
	font-family: RanyRegular;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 37px;
}
.banner1 .logo-line{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 83vh;
	z-index: 4;
}
.banner1 .logo-line img{
	display: block;
	height: 100%;
}
@keyframes circleProgress {
  0%{
	stroke-dashoffset: 240;
  }
  100%{
	stroke-dashoffset: 0;
  }
}
@keyframes circleProgress1 {
  0%{
	stroke-dashoffset: 314;
  }
  100%{
	stroke-dashoffset: 0;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes fadeInUpLeft {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpLeft {
  animation-name: fadeInUpLeft;
}
.animated{
	animation-duration: 1.5s
}
.inner-title{
	font-size: 38px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #000000;
	line-height: 1;
	text-align: center;
}
.inner-main{
	/* position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; */
}
.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: 45px;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	line-height: 43px;
	text-align: center;
	font-size: 16px;
	font-family: Antonio;
	font-weight: 400;
	color: #666666;
	margin: 5px;
	cursor: pointer;
}

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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(25, 80, 123, 1);
}
.pagination ul li a {
	color: #666666;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.aslide-box{
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	min-width: 300px;
	width: 15.6%;
	background-color: #FFF;
	z-index: 999;
	text-align: center;
	padding: 14.37vh 0;
	text-align: center;
	transform: translateX(100%);
	transition: all 1s;
	box-shadow: 0px 3px 13px 0px rgba(104,104,104,0.1);
}
.aslide-box.active{
	transform: translateX(0);
}
.aslide-box.active li{
	transform: translate(0);
	opacity: 1;
	transition: 1.5s;
}
.aslide-box ul{
	display: inline-block;
}
.aslide-box li{
	transform: translate(30px);
	opacity: 0;
}
.aslide-box li>a{
	position: relative;
	font-size: 17px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #555555;
	line-height: 2;
}
.aslide-box li.active>a{
	color: rgba(25, 80, 123, 1);
}
.aslide-box li>a::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 0;
	background-color: rgba(25, 80, 123, 1);
	transition: all 1s;
}
.aslide-box li.active>a::before{
	width: 100%;
}
.aslide-box li .li-box{
	display: none;
}
.aslide-box li .li-box a{
	font-size: 14px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #888888;
	line-height: 2;
	display: block;
	text-align: left;
	white-space: nowrap;
}
.aslide-box li .li-box a:hover{
	color: rgba(25, 80, 123, 1);
}
.m-right-buttom {
	display: none;
}
.m-navbar{
	display: none;
}
@media (max-width:1700px) {
	.footer .footer-t .logo img{
		width: 250px;
	}
	.footer .footer-t-l-l{
		width: 300px;
	}
	.footer .footer-t-l-r{
		padding-left: 40px;
	}
}
@media (max-width:1630px) {
	
}
@media (max-width:1560px) {
	
}

@media (max-width:1440px) {
	.header .c .nav li:not(:last-child){
		margin-right: 50px;
	}
	.content828{
		padding: 0 5%;
	}
	.footer .footer-t-r .li-title{
		font-size: 18px;
	}
	.footer .footer-t-l-r .ewm-box img{
		width: 80px;
	}
	.footer .scrollTop{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.footer .scrollTop .iconfont{
		font-size: 24px;
	}
}
@media (max-width:1320px) {
	
}
@media (max-width:1280px) {
	

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

