@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
	font-family:"title";
	}
*{
	padding:0;
	margin:0;
	list-style:none;
	font-family:"myfont",Arial,sans-serif;
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
input{
	-webkit-appearance: none;
}
input:focus,textarea:focus{
	outline:none;
	}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
p{
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.7;
	letter-spacing: 0.5px;
}
/*index*/
.w_all{
	width:1440px;
	margin:auto;
	}
.w_all2{
	width:1440px;
	margin:auto;
	}
html, body{
	width:100%;
	position:relative;
	font-size: 62.5%;
	background: #24292D;
	}
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	
	}
header.active{
	background: #515457;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
header.activebg{
	background: #515457;
}
header .nav_box{
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;}
header .logo{
	height: 66px;
	position:relative;
	z-index: 9;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header.active .nav_box{
	height: 80px;
}
header.active .logo{
	height: 64px;
}
header .logo img{
	display:block;
	height:100%;
	}
header .nav{
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
header .nav ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
header .nav li{
	position: relative;
	margin: 0 1.4rem;
	}
header .nav li::before{
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 30%;
	width: 0%;
	height: 1px;
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .nav li:hover:before{
	opacity: 1;
	width: 100%;
}
header .nav li span{
	color:#fff;
	line-height: 100px;
	font-size:1.6rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: "title";
	letter-spacing: 0.8px;
	}
header.active .nav li span{
	line-height: 80px;
}
header .h_other{
	display: flex;
	align-items: center;
	margin-left:10px;
}
header .h_other .bb{
	display: flex;
	align-items: center;
	margin-left: 10px;
	position: relative;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1;
	cursor: pointer;
}
header .h_other .bb img{
	width: 16px;
}
header .h_other .bb .img2{
	display: none;
}
header .h_other .bb:hover .img1{
	display: none;
}
header .h_other .bb:hover .img2{
	display: block;
}
header .h_other .bb span{
	color: #fff;
	margin: 0 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .h_other .bb span:hover{
	cursor: pointer;
}
header .h_other a .bb{
	font-size: 1.2rem;
}
.serbox{
	position: fixed;
	left: 0;
	top: 80px;
	width: 100%;
	padding: 20px 0;
	background: #222426;
	z-index: 9;
	display: none;
}
.serbox p{
	width: 38%;
	margin-left: 40.5%;
	position: relative;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #fff;
}
.serbox p input{
	font-size: 2rem;
	color: #fff;
	padding: 5px 0;
	line-height: 1.2;
	background: none;
	width: 100%;
	border:  none;
}
::placeholder{
	color: #fff;
}
.serbox p button{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	border:  none;
}
.navBtn{
	position: relative;
	z-index:99999;
	cursor:pointer;
	display: none;
}
.navBtn span{
	display: block;
	width: 24px;
	height: 2px;
	background:#fff;
	margin:5px auto;
}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.nav_btn_active span{
	background: #fff;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-60%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.s_menu{
	position: fixed;
	width: 100%;
	left: 0%;
	top: 100px;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	display: none;
}
header.active .s_menu{
	top: 80px;
}
/*banner*/
.banner canvas{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	width: 100%;
	height: 100%;
}
.banner{
	width:100%;
	height: 100vh !important;
	position:relative;
	overflow: hidden;
	background: #fff;
}
.banner .swiper-slide ,.banner .slide-inner{
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: relative;
}
.banner .swiper-pagination{
	bottom: 2% !important;
}
.banner .swiper-pagination span{
	width: 10px !important;
	height: 10px !important;
	background: #fff !important;
	opacity: 0.8;
	margin: 6px !important;
}
.banner span.swiper-pagination-bullet-active{
	background: #2CA6E0 !important;
	opacity: 1;
}
.banner .txt{
	position: absolute;
	left: 50%;
	top: 52%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 30px;
}

.banner .txt h3{
	font-size: 8rem;
	color: #fff;
	font-family:"title";
	line-height: 1.2;
	letter-spacing: 2px;
	transform: translateY(50px);
	opacity: 0;
}
.banner .txt p{
	font-size: 3rem;
	color: #fff;
	font-family:"title";
	font-weight: bold;
	padding: 2rem 0;
	transform: translateY(50px);
	opacity: 0;
}
.banner .txt p::after{
	content: '';
	width: 50px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner .swiper-slide-active .txt h3{
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all 1.2s cubic-bezier(.165,.84,.44,1) 0.3s;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1) 0.3s;
}
.banner .swiper-slide-active .txt p{
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all 1.2s cubic-bezier(.165,.84,.44,1) 0.5s;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1) 0.5s
}
.index_bar1{
	padding: 3% 0;
	background: #222426;
}
.index_bar1 ul{
	display: flex;
	justify-content: center;
	text-align: center;
}
.index_bar1 ul li{
	margin: 0 6%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: default;
}
.index_bar1 ul img{
	width: 66px;
	margin: auto;
	display: block;
}
.index_bar1 ul li img:last-of-type{
	display: none;
}
.index_bar1 ul p{
	width: max-content;
	margin-top: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar1 ul li:hover{
	-webkit-transform: translateY(-8%);
	transform: translateY(-8%);
}
.index_bar1 ul li:hover img{
	display: none;
}
.index_bar1 ul li:hover img:last-of-type{
	display: block;
}
.index_bar1 ul li:hover p{
	color: #2CA6E0;
}
.index_bar2{
	text-align: center;
	background: #2CA6E0;
	position: relative;
}
.index_bar2 .ll{
	width: 40%;
	text-align: left;
	padding: 8rem 0;
	box-sizing: border-box;
}
.index_title {
	margin-bottom: 4%;
}
.index_title h3{
	font-size: 3.4rem;
	color: #fff;
	position: relative;
	padding-bottom: 1rem;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: "title";
	text-align: center;
}
.index_title span{
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
}
.index_bar2 .index_title h3{
	text-align: left;
}
.index_bar2 p{
	line-height: 1.5;
	width: 82%;
}
.index_bar2 p:first-of-type{
	margin-bottom: 8%;
}
.more{
	background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    border-left: 0;
    border-left-color: currentcolor;
    color: #fff;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
    line-height: 1.4em;
    margin: 4rem 0 0 0;
	line-height: 3;
	letter-spacing: 1px;
    width: 140px;
	position: relative;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.6, 1);
    transition: all 0.25s  cubic-bezier(0.4, 0, 0.6, 1);
}
.more span{
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition:all 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.more::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 9px;
    left: 0;
	top: 0;
    width: 1px;
    position: absolute;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.more::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 9px;
    width: 1px;
    position: absolute;
	left: 0;
	bottom: 0;
    -webkit-transition:all 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.more span::before{
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 12px;
	background: url(../images/jta.png) no-repeat center/80%;
	-webkit-transition:all 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.more:hover{
	background: #fff;
}
.more:hover span{
	color: #2CA6E0;
	padding-left: 25px;
}
.more:hover span::before{
	left: 15px;
	background: url(../images/jtb.png) no-repeat center/80%;
}
.index_bar2 .rr{
	width: 50%;
	position: absolute;
	right: 0;
	top:0;
	height: 100%;
	overflow: hidden;
}
.index_bar2 .rr b{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.index_bar2 .rr:hover b{
	transform: scale(1.1);
}
.index_bars{
	padding: 5% 0;
}
.index_bar3{
	position: relative;
	overflow: hidden;
}
.index_bar3 .swiper-slide{
	position: relative;
}
.index_bar3 .swiper-slide::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2CA6E0;
	opacity: 0;
	mix-blend-mode: multiply;
	-webkit-transition:all 0.25s cubic-bezier(0.4, 0, 0.6, 1) ;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.6, 1) ;
}
.index_bar3 .img{
	overflow: hidden;
	width: 100%;
	background: #fff;
	
}
.index_bar3 .img img{
	width: 100%;
	display: block;
}
.index_bar3 h4{
	position: absolute;
	left: 0;
	bottom: 7%;
	text-align: center;
	width: 100%;
	font-size: 2.4rem;
	font-family: "title";
	color: #515457;
	letter-spacing: 1px;
}
.index_bar3 .more{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0%;
	margin: auto;
	opacity: 0 !important;
	
}
.index_bar3 .swiper-slide:hover::before{
	opacity: 0.7;
}
.index_bar3 .swiper-slide:hover h4{
	bottom: 82%;
	color: #fff;
}
.index_bar3 .swiper-slide:hover .more{
	opacity: 1 !important;
	bottom: 6%;
	-webkit-transition:all 0.5s cubic-bezier(0.4, 0, 0.6, 1) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.6, 1) 0.2s;
}
.index_bar3 .swiper-pagination{
	top: initial !important;
	position: static !important;
	margin-top: 3rem;
	width: 126%;
	margin-left: -13%;
}
.index_bar3 .swiper-pagination span{
	background: #fff;
	height: 3px !important;
	width: 20% !important;
	border-radius: 0 !important;
	opacity: 1 !important;
	margin: 0 !important;
	transition: all 0.3s linear;
}
.index_bar3 .swiper-pagination .swiper-pagination-bullet-active{
	background: #2CA6E0 !important;
}
.index_bar3 .btns{
	top: 50% !important;
	padding:0 1% ;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	color: #2CA6E0;
	opacity: 0;
	transition: all 0.3s linear;
}
.index_bar3 .swiper-button-prev{
	top: 50.5% !important;
}
.index_bar3 .swiper:hover .btns{
	opacity: 1;
}
.index_bar3 .swiper .btns:hover{
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.index_bar3 .proBtn{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0%;
	left: 0;
	z-index: 9;
	display: flex;
}
.index_bar4 .index_title{
	margin-bottom: 3%;
}
.index_bar4 .swiper-slide{
	background: #2CA6E0;
}
.index_bar4 .swiper-slide b {
	width: 100%;
	display: block;
	overflow: hidden;
}
.index_bar4 .swiper-slide b img{
	width: 100%;
	margin:auto;
	display: block;
	transition: all 0.3s ease;
}
.index_bar4 .swiper-slide:hover b img{
	transform: scale(1.1);
}
.index_bar4 .txt{
	padding: 5% ;
	box-sizing: border-box;
	color: #fff;
	overflow: hidden;
}
.index_bar4 h4{
	font-size: 2rem;
	margin-bottom: 2rem;
}
.index_bar4 p{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 1.5rem;
}
.index_bar4 p img{
	margin-right: 10px;
}
.index_bar4 .more{
	border: none;
	float: right;
	width: 110px;
	margin-top: 1.5rem;
}
.index_bar4 .more::before,.index_bar4 .more::after{
	display: none;
}
.index_bar4 .more:hover{
	width: 120px;
}
.index_bar4 .swiper-pagination{
	position: static !important;
	margin-top: 3rem;
	display: flex;
	justify-content: center;
}
.index_bar4 .swiper-pagination span{
	width: 10px !important;
	height: 10px !important;
	background: #595857 !important;
	opacity: 1 !important;
	margin:0 6px !important;
}
.index_bar4 span.swiper-pagination-bullet-active{
	background: #2CA6E0 !important;
}
.index_bar5 .index_title{
	margin-bottom: 1rem;
}
.index_bar5 .index_title h3{
	margin-bottom: 4rem;
}
.index_bar5 .index_title span{
	margin: auto;
}
.index_bar5 p{
	width: 66%;
	margin: auto;
	text-align: center;
	font-size: 2rem;
}
.index_bar5 .more{
	margin: 8rem auto 0;
}
.btn{
	z-index: 99;
	display: flex;
	justify-content: flex-end;
	margin: 6% 0 4%;
}
.btn .ll img{
	margin-left: 40px;
	width: 41px;
	height: 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn .ll:hover img{
	opacity: 0.5;
}
.footer {
	position:relative;
	background: #515457;
	z-index: 6;
	padding-top: 5%;
	}
.footer .contain{
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 3% 0;
}
.footer .box{
	display: flex;
	justify-content: space-between;
}
.footer .left{
	position: relative;
}
.footer .left img{
	height: 60px;
}
.footer .ss{
	position: absolute;
	left: 0;
	bottom: 0;
	width: max-content;
}
.footer .ss .imgs{
	display: flex;
	flex-wrap: wrap;
}
.footer .ss p{
	font-size: 1.4rem;
}
.footer .ss a{
	cursor: pointer;
	height: 18px;
	display: block;
	margin-right:15px;
	margin-top: 15px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #fff;
	border-radius: 5px;
	padding: 3px;
}
.footer .ss a img{
	height: 100%;
	display: block;
}
.footer .ss a:hover{
	opacity: 0.6;
}
.footer .right{
	width: 52%;
}
.footer .right dl{
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.footer dt{
	color:#fff;
	font-size:1.6rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 0.8px;
}
.footer a:first-of-type dt{
	margin-top: 0;
}
.footer dt:hover{
	opacity: 0.6;
}
.footer .right h4{
	color:#fff;
	letter-spacing: 0.8px;
	font-size:1.4rem;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .right p{
	color:#fff;
	line-height: 1.4;
	font-size:1.64rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .right p a{
	color:#b4b4b5;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .right .dl2{
	margin-bottom: 1rem;
}
.footer .right .dl3 dd{
	/*display: flex;*/
	align-items: center;
}
.footer .right .dl3 dd h4{
	margin-bottom: 0;
	margin-right: 10px;
}
.footer .right .dl4{
	margin-bottom: 0;
}
.footer .right .dl4 dd{
	display: flex;
	align-items: center;
}
.footer .right .dl4 dd p{
	font-family: "title";
	letter-spacing: 0.03rem;
}
.footer .right .dl4 input::placeholder{
	color: #2CA6E0;
}
.footer .right .dl4 input{
	border: none;
	box-shadow: none;
	padding: 0 10px;
	width: 18rem;
	font-size: 1.4rem;
	font-family: "title";
	line-height: 34px;
}
.footer .right .dl4 button{
	background: #2CA6E0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	box-shadow: none;
	padding: 11px 20px;
	cursor: pointer;
	transition: all 0.3s linear;
}
.footer .right .dl4 button img{
	height: 12px;
}
.footer .right .dl4 button:hover{
	opacity: 0.7;
}
.footer .copy .w_all{
	padding:20px 0 ;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	
}
.footer .copy p{
	font-size: 1.2rem;
	color: #b4b4b5;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
/* .footer .copy a p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	} */
.footer .copy a p:hover{
	color: #fff;
}
.all_back{
	position:fixed;
	right:2%;
	bottom: 4%;
	cursor:pointer;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0.3);
	border: 1px solid #808080;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 3px;
	display: none;
	}
.all_back i{
	color:#808080;
	font-size:2rem;
	line-height: 28px;
	text-align: center;
	display:block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	}
.all_back:hover{
	background:#2CA6E0;
	border-color: #2CA6E0;
	}
.all_back:hover i{
	color: #000;
}
.allbox{
	padding: 6% 0;
	border-bottom: 1px solid #333;
}
.o_nav{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	padding: 30px 0;
	background: #2CA6E0;
}
.o_nav dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.o_nav dl .dds{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/*margin-right: 15rem;*/
}
.o_nav dl dd{
	font-size: 1.5rem;
	font-family: "title";
	color: #fff;
	margin-left: 5rem;
	transition: all 0.3s linear;
}
.o_nav dl dt{
	font-weight: bold;
	font-size: 1.8rem;
	font-family: "title";
	letter-spacing: 0.4px;
}
.o_nav dl dd:hover{
	opacity: 0.7;
}
.ban{
	position: relative;
	margin-top: 100px;
}
.ban img{
	width: 100%;
	display: block;
}
.ban h2{
	position: absolute;
	left: 50%;
	top: 45%;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 5.4rem;
	color: #fff;
	font-family: "title";
	z-index: 3;
	letter-spacing: 2px;
	line-height: 1.3;
}
.title2s{
	margin: 0 auto;
	width: 69%;
	text-align: center;
}
.title2s h3{
	font-size: 4rem;
	color: #fff;
	font-family: "title";
	margin-bottom: 5rem;
	letter-spacing: 1.4px;
}
.title2s p{
	line-height: 1.6;
	box-sizing: border-box;
}
.about .bar{
	padding: 6% 0;
}
.about .bar1 .imgs{
	position: relative;
	margin-top: 4%;
}
.about .bar1 .imgs .swiper-slide > img{
	width: 100%;
	display: block;
}
.about .bar1 .imgs h6{
	position: absolute;
	left: 3%;
	bottom: 6%;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	width: 96%;
	letter-spacing: 0.5px;
}
.about .bar1 .imgs h6 img{
	margin-right: 10px;
}
.about .bar1 dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 5%;
}
.about .bar1 dl dd{
	width: 32%;
	margin: 1% 0;
	padding: 3% 6%;
	background: #515457;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: default;
	box-sizing: border-box;
	letter-spacing: 1px;
}
.about .bar1 dl dd:nth-child(n + 4) {
	width: 49%;
}
.about .bar1 dl dd h6{
	font-size:3.6rem;
	font-family: "title";
}
.about .bar1 dl dd strong{
	font-size:2rem;
}
.about .bar1 dl dd span{
	font-size: 3.2rem;
	font-weight: bold;
	font-family: "title";
}
.about .bar1 dl dd h5{
	font-size: 1.6rem;
	font-weight: normal;
	padding-top: 3rem;
	margin: 3rem 0 2rem;
	border-top: 1px solid #fff;
}
.about .bar1 dl p img{
	width: 60px;
	display: block;
	transition: all 0.3s linear;
}
.about .bar1 dl dd:hover p img{
	transform: rotateY(180deg);
}
.about .bar1 dl dd h4{
	font-size:1.8rem;
}
.about .bar1 .swiper-pagination-bullet{
	background: #fff;
	opacity: 1 !important;
	margin: 5px !important;
}
.about .bar1 .swiper-pagination-bullet-active{
	background: #2CA6E0;
}
.about .bar3 .b1{
	margin-top: 3%;
	background: #0e1d28;
	padding: 2% 5%;
	color: #c9caca;
	font-size: 3.6rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	text-align: center;
}
.about .bar3 .b1 .swiper-button-next, .about .bar3 .b1 .swiper-button-prev{
	position: static;
	color: #fff;
	margin: 0;
	transform: scale(0.6);
}
.about .bar3 .b1 .swiper-button-prev{
	margin-left: 7%;
}
.about .bar3 .b1 .swiper-button-next{
	margin-right: 7%;
}
.about .bar3 .b1 .swiper-slide-active{
	color: #fff;
}
.about .bar3 .b1 .swiper-slide{
	position: relative;
	cursor: pointer;
}
.about .bar3 .b1 .swiper-slide span{
	font-family: "title";
	position: relative;
	display: inline-block;
	line-height: 1.6;
	transition: all 0.3s ease;
}
.about .bar3 .b1 .swiper-slide::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 40%;
	width: 2px;
	background: #c9caca;
	transform: translateY(-50%);
}
.about .bar3 .b1 .swiper-slide:last-of-type:before{
	display: none;
}
.about .bar3 .b1 .swiper-slide-active span{
	border-bottom: 2px solid #fff;
}
.about .bar3 .b1 .swiper-slide:hover span{
	color: #fff;
}
.about .bar3 .b2{
	position: relative;
	height: 66vh;
}
.about .bar3 .b2 .txt{
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	opacity: 0;
}
.about .bar3 .b2 .txt.active{
	opacity: 1;
	top: 46%;
	transition: all 0.4s ease-in-out;
}
.about .bar3 .b2 .txt h3{
	font-size: 3.8rem;
	font-family: "title";
	margin-bottom: 3rem;
	position: relative;
	padding-bottom: 3rem;
}
.about .bar3 .b2 .txt h3::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	background: #fff;
	width: 80px;
	transform: translateX(-50%);
}
.about .bar3 .b2 .txt p{
    font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0;
}
.about .bar4 .imgs img{
	width: 100%;
	display: block;
	margin-top: 3%;
}
.about .bar4{
	padding-bottom: 0;
}
.title2{
	color: #fff;
	font-size: 3.4rem;
	font-family: "title";
	position: relative;
	padding: 2.5% 0;
	letter-spacing: 1px;
	margin-bottom: 2.5%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.title2:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 66px;
	height: 2px;
	background: #2CA6E0;
}
.about .bar4 ul li:hover .title2{
	color: #2CA6E0;
}
.about .bar4 ul li p{
	line-height: 1.6;
	letter-spacing: 0;
}
.about3{
	background: #17232f;
}
.about3 .bar9{
	padding-top: 0;
}
.about3 .map{
	position: relative;
}
.about3 .map > img{
	width: 100%;
	display: block;
}
.about3 .map ul li{
	height: 40px;
	position: absolute;
}
.about3 .map ul li img{
	height:100%;
	transition: all 0.3s linear;
	transform: scale(0.9);
}
.about3 .map ul li:hover img{
	transform: scale(1.06) translateY(-5px);
}
.about3 .map ul li.l1{
	left: 21%;
	top: 16%;
}
.about3 .map ul li.l2{
	left: 17.5%;
	top: 26%;
}
.about3 .map ul li.l3{
	left: 34%;
	top: 17%;
}
.about3 .map ul li.l4{
	left: 26.3%;
	top: 44%;
}
.about3 .map ul li.l5{
	left: 36.5%;
	top: 53%;
}
.about3 .map ul li.l6{
	left: 42.5%;
	top: 68%;
}
.about3 .map ul li.l7{
	left: 39.3%;
	top: 33%;
}
.about3 .map ul li.l8{
	left: 44.5%;
	top: 30.8%;
}
.about3 .map ul li.l9{
	left: 71.5%;
	top: 15%;
}
.about3 .map ul li.l10{
	left: 76%;
	top: 27%;
}

.about3a .bar8 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.about3a .bar8 ul li{
	box-sizing: border-box;
	width: 33.3%;
	position: relative;
}
.about3a .bar8 ul li::before{
	content: '';
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	width: 2px;
	height:9rem;
	background: #fff;
}
.about3a .bar8 ul li:nth-of-type(3n)::before{
	display: none;
}
.about3a .bar8 ul li img{
	display: block;
	margin: auto;
	max-width: 100%;
	padding:12% 20%;
	box-sizing: border-box;
}
.about4 .bar1 ul{
	display: flex;
	flex-wrap: wrap;
}
.about4 .bar1 ul li{
	width: 50%;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.about4 .bar1 ul li img{
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}
.about4 .bar1 ul li:hover img{
	transform: scale(1.1);
}
.about4 .bar1 ul li p{
	position: absolute;
	left: 0%;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 2rem 0;
	font-size: 1.8rem;
	font-family: "title";
}
.about4 .title2s{
	background: #2CA6E0;
	width: 100%;
	padding: 3% 0;
}
.about4 .title2s h3{
	margin: 0;
}
.about4 .bar2 ul li{
	width: 100%;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.about4 .bar2 ul li b{
	display: block;
	width: 50%;
	overflow: hidden;
}
.about4 .bar2 ul li img{
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}
.about4 .bar2 ul li:hover img{
	transform: scale(1.1);
}
.about4 .bar2 ul li .txt{
	width: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 8%;
	box-sizing: border-box;
}
.about4 .bar2 ul li:nth-of-type(2n) .txt{
	right: initial;
	left: 0;
}
.about4 .bar2 ul li:nth-of-type(2n) b{
	float: right;
}
.about4 .bar3 ul{
	padding: 5% 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about4 .bar3 ul li{
	width: 49%;
	position: relative;
	color: #fff;
	overflow: hidden;
	background: #515457;
	margin-bottom: 3rem;
}
.about4 .bar3 ul li:first-of-type{
	width: 100%;
}
.about4 .bar3 ul li b{
	display: block;
	width: 100%;
	overflow: hidden;
}
.about4 .bar3 ul li:first-of-type b{
	float: right;
	width: 50%;
}
.about4 .bar3 ul li img{
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}
.about4 .bar3 ul li:hover img{
	transform: scale(1.1);
}
.about4 .bar3 ul li .txt{
	width: 100%;
	padding: 5rem 8rem;
	box-sizing: border-box;
}
.about4 .bar3 ul li:first-of-type .txt{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
}
.about4 .bar3 ul li h4{
	font-size: 3rem;
	margin-bottom: 2.2rem;
	font-family: "title";
	letter-spacing: 1px;
}

.about2 .bar2 ul li .txt{
	padding: 0 15%;
}
.about2 .bar2 ul li h4{
	font-size: 3rem;
	margin-bottom: 2.2rem;
	font-family: "title";
	letter-spacing: 1px;
}

.about2 .bar2 ul li:nth-of-type(2n) .txt{
	right: 0;
	left: initial;
}
.about2 .bar2 ul li:nth-of-type(2n) b{
	float: left;
}
.about2 .bar2 ul li:nth-of-type(2n+1) .txt{
	right: initial;
	left: 0;
}
.about2 .bar2 ul li:nth-of-type(2n+1) b{
	float: right;
}
.about2 .bar2 ul li p{
    font-size: 1.6rem;
    font-family: "title";
}
.ability .bar2{
	height: 90vh;
	padding: 0;
	position: relative;
}
.ability .bar2 dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ability .bar2 dl dd{
	width: 24%;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: default;
	box-sizing: border-box;
	letter-spacing: 1px;
}
.ability .bar2 dl dd h5{
	font-size:3rem;
	font-family: "title";
	border-top: 1px solid #fff;
	margin-top: 3rem;
	padding-top: 3rem;
}
.ability .bar2 dl p img{
	width: 60px;
	display: block;
}
.ability2 .bar1 ul{
	margin-top: 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ability2 .bar1 ul li{
	width: 49.5%;
	position: relative;
	color: #fff;
	margin: 0.5% 0;
	overflow: hidden;
}
.ability2 .bar1 ul li img{
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease;
}
.ability2 .bar1 ul li:hover img{
	transform: scale(1.1);
}
.ability2 .bar1 ul li p{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1rem 2rem;
	background: #2CA6E0;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.4s ease-out;
}
.ability2 .bar1 ul li:hover p{
	opacity: 1;
	transform: translateY(0);
}
.ability2 .bar6{
	position: relative;
	padding-top: 0;
}
.ability2 .bar6 img{
	display: block;
	width: 100%;
}
.ability2 .bar6 .txt{
	position: absolute;
	left: 50%;
	width: 80%;
	bottom: 45%;
	transform: translateX(-50%);
}
.ability2a .bar2 ul li .txt{
	padding: 0 13% 0 11%;
}
.ability2a .bar2 ul li .txt p{
	line-height: 1.5;
	font-size: 1.4rem;
	margin-top: 3rem;
}
.ability3 .bar7{
	background: #0b1a26;
}
.ability3 .bar7 ul{
	display: flex;
	justify-content: space-between;
}
.ability3 .bar7 ul li{
	color: #fff;
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	cursor: default;
}
.ability3 .bar7 ul li img{
	height: 50px;
	margin-right: 20px;
	transition: all 0.4s linear;
}
.ability3 .bar7 ul li:hover img{
	transform: rotateY(180deg);
}
.ability3 .bar7 ul li h6{
	font-family: "title";
	letter-spacing: 0.6px;
	line-height: 1.5;
}
.ability3 .bar1 ul li{
	width: 32.5%;
}
.news{
	padding: 5% 0;
	overflow: hidden;
}
.news .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.news .top h2{
	font-size: 3rem;
	color: #fff;
	font-family: "title";
}
.news dl{
	display: flex;
	align-items: center;
	color: #fff;
}
.news dl dd{
	margin-left: 4rem;
	font-size: 1.6rem;
	color: #fff;
	padding-left: 22px;
	position: relative;
	transition: all 0.3s linear;
}
.news dl dd::before{
	content: '';
	position: absolute;
	left: 0;
	top: 51%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.news dl dd.active::before{
	background: #fff;
}
.news dl dd:hover{
	opacity: 0.7;
}
.news ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2%;
}
.news ul li{
	width: 32%;
	background: #2CA6E0;
	margin-top: 2%;
	margin-right: 2%;
}
.news ul li:nth-of-type(3n){
    margin-right: 0;
}
.news ul li b{
	width: 100%;
	margin:auto;
	display: block;
	overflow: hidden;
}
.news ul li b img{
	width: 100%;
	margin:auto;
	display: block;
	transition: all 0.3s ease;
}
.news ul li:hover b img{
	transform: scale(1.1);
}
.news ul li .txt{
	padding: 5% ;
	box-sizing: border-box;
	color: #fff;
	overflow: hidden;
}
.news ul li h4{
	font-size: 2rem;
	margin-bottom: 2rem;
}
.news ul li p{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 1.5rem;
}
.news ul li p img{
	margin-right: 10px;
}
.news ul li .more{
	border: none;
	float: right;
	width: 110px;
	margin-top: 1.5rem;
}
.news ul li .more::before,.news ul li .more::after{
	display: none;
}
.news ul li .more:hover{
	width: 120px;
}
.news .more{
	margin:6rem auto 0;
}
.pages{
	text-align: center;
	margin-top: 4%;
}
.pages a{
	line-height: 20px;
	padding: 5px;
	min-width: 20px;
	color: #fff;
	font-size: 1.4rem;
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	margin: 6px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pages a i{
	color: #fff;
	font-size: 1.6rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pages a.active{
	border-color: #2CA6E0;
	background: #2CA6E0;
	color: #000;
}
.pages a:hover{
	color: #000;
	background: #2CA6E0;
	border-color: #2CA6E0;
}
.pages a:hover i{
	color: #000;
}
.nd_ban h2{
	font-size: 3.4rem;
	letter-spacing: 0;
	line-height: 1.2;
}
.nd_ban span{
	display: block;
	font-size: 1.6rem;
	margin-top: 2rem;
}
.news_d{
	overflow: hidden;
}
.news_d .bar{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.news_d .bar .right{
	width: 60%;
}
.news_d h1{
	font-size: 3rem;
	font-family: "title";
	letter-spacing: 1px;
	margin-bottom: 5%;
	line-height: 1.4;
}
.news_d .right img{
	max-width: 100%;
	margin-top: 3rem;
}
.news_d p{
	margin-bottom: 3rem;
}
.news_d .bar .left{
	font-size: 2rem;
	max-width: 30%;
	min-width: 20%;
}
.news_d .bar .left dd{
	border-bottom: 1px solid #fff;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	color: #b5b5b6;
	letter-spacing: 1px;
}
.news_d .bar .left dd span{
	display: block;
	margin-top: 1rem;
	font-size: 1.6rem;
	letter-spacing: 0;
}
.news_d .bar .left dd h4{
	transition: all 0.3s linear;
}
.news_d .bar .left dd:hover h4{
	color: #fff;
}
.contact{
	overflow: hidden;
}
.contact .bar{
	display: flex;
	justify-content: space-between;
}
.contact .ll{
	width: 35%;
	color: #fff;
}
.contact .ll p{
	font-size: 2.2rem;
	line-height: 1.4;
}
.contact .ll h2{
	font-family: "title";
	margin: 3rem 0 2rem;
	font-size: 1.5rem;
	letter-spacing: 1px;
}
.contact .ll h3{
	font-family: "title";
	font-weight: normal;
	margin-bottom: 2rem;
	font-size: 1.4rem;
	line-height: 1.4;
}
.contact .ll h3:not(:first-of-type){
	margin: 0.5rem 0;
}
.contact .ll h3 a{
	color: #fff;
}
.contact .online{
	width: 42%;
}
.contact .online .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .online p{
	width: 48%;
	color: #fff;
	margin: 1% 0;
	border-bottom: 1px solid #b5b5b6;
}
.contact .online p:first-of-type{
	margin-top:-1rem;
}
.contact .online p.pls{
	width: 100%;
}
.contact .online p input{
	font-size: 1.6rem;
	display: block;
	line-height: 2;
	padding: 10px 0px;
	color: #b5b5b6;
	width: 100%;
	box-shadow: none;
	border: none;
	box-sizing: border-box;
	background: none;
}
.contact .online p:last-of-type{
	width: 100%;
	align-items: flex-start;
	margin-top: 3%;
}
.contact .online p textarea{
	font-size: 1.6rem;
	color: #b5b5b6;
	min-height: 150px;
	width: 100%;
	padding: 1.5% 0;
	box-shadow: none;
	border: none;
	box-sizing: border-box;
	line-height: 22px;
	background: none;
}
.contact .bottom{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.contact .more{
	width: 150px;
	padding: 0;
}
.contact .more button{
	background: none;
	line-height: 42px;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	border: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.contact .more:hover button{
	color: #2CA6E0;
}
.product ul li{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1rem solid #fff;
}
.product ul li b{
	width: 50%;
	margin:auto;
	display: block;
	overflow: hidden;
}
.product ul li b img{
	width: 100%;
	margin:auto;
	display: block;
	transition: all 0.3s ease;
}
.product ul li:hover b img{
	transform: scale(1.1);
}
.product ul li .txt{
	width: 50%;
	padding: 5% 10%;
	box-sizing: border-box;
	color: #fff;
	overflow: hidden;
}
.product ul li h4{
	font-size: 4rem;
	margin-bottom: 2rem;
	font-family: "title";
	position: relative;
	padding-bottom: 2rem;
}
.product ul li h4::after{
	content: '';
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product ul p{
	font-size: 2rem;
}
.product ul .more{
	margin-top: 8rem;
}
.prod ul li{
	border: none;
}
.prod ul li .t1 h4::after{
	display: none;
}
.prod ul li .t1 p{
	display: flex;
	align-items: center;
	padding-left: 6rem;
	position: relative;
	font-size: 1.8rem;
	margin: 0.5rem 0;
}
.prod ul li .t1 p img{
	height: 36px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.prod ul li .t2{
	border-top: 1px solid #fff;
	padding-top: 3rem;
	margin-top: 3rem;
}
.prod ul li h6{
    display: block;
	font-size: 2rem;
	font-family: "title";
	margin-bottom: 2rem;
}
.prod ul li .t2 p{
	font-size: 1.7rem;
	position: relative;
	padding-left: 16px;
}
.prod ul li .t2 p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}
.p_ser img{
    width: 100%;
}