@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(https://images.enuoyopin.cn/chisage/fonts/AlibabaPuHuiTiR.woff2);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/impact.ttf);
	font-family:"num";
}
@font-face{
	src:url(https://images.enuoyopin.cn/chisage/fonts/AlibabaPuHuiTiH.woff2);
	font-family:"title";
}
@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;
}
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-size:62.5%;
	list-style:none;
	font-family:"myfont";
}
p{
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 1rem 0;
	color: #333;
	}
img{
	display: block;
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	color:#666;
	}
.w_all{
	width:1200px;
	margin:auto;
}
.w_all2{
	width:80%;
	margin:auto;
}
.full_slider {
	width: 100%;
	height: 100vh;
	z-index: 2;
	overflow: hidden;
	background: #000;
}

.full_slider>.swiper-wrapper {
	display: block;
}

.full_item {
	position: relative;
	width: auto;
	overflow: hidden;
	background: #000;
}
.full_item .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding-top: 3%;
	box-sizing: border-box;
}
.sec_footer{
	height: auto !important;
}
/*index*/
html, body{
	width:100%;
	position:relative;
	background: #000;
	}
header{
	width:100%;
	position:fixed;
	left:0%;
	top:0;
	z-index:9999;
	background: #000000b3;
	transition: all .3s ease;
}
header.active{
	background: #fff;
}
.nav_box{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.nav_box .ll{
	display: flex;
	align-items:center;
}
.logo{
	height:30px;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	margin-right: 7rem;
}
.logo img{
	display: block;
	height: 100%;
}
.logo .img2{
	display: none;
}
header.active .logo .img1{
	display: none;
}
header.active .logo .img2{
	display: block;
}
.navbox{
	display: flex;
	align-items: center;
}
.nav_box ul{
	display: flex;
}
.nav_box ul li{
	position: relative;
    margin: 0px 1.5rem;
	padding: 0px 0.4rem;
}
.nav_box ul li h3{
	font-size: 1.55rem;
	line-height: 64px;
	position: relative;
	color:#fff;
	font-weight: normal;
	cursor: pointer;
	transition: all ease .3s;
}
header.active .nav_box ul li h3{
	color: #1a1a1a;
}
.nav_box ul li:hover h3{
	opacity: 0.7;
}
.nav_box ul li::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #333;
	opacity: 0;
	transition: all ease .3s;
}
.nav_box ul li:hover::before{
	opacity: 1;
	width: 100%;
}
header .rr{
	display: flex;
	align-items: center;
}
header .rs{
	margin-left: 2.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
header .rs:hover{
	opacity: 0.7;
}
header .rs i{
	color: #fff;
	font-size: 1.5rem;
}
header .ser {
	display: flex;
	align-items: center;
}

header.active .rs i{
	color: #333;
	font-weight: normal;
}

header .language{
	margin-top: 3px;
	
}
header .language i{
	font-size: 1.68rem;
}
header .ohter{
	background: #ff5a00;
	color: #fff;
	padding: 1rem 1.5rem 0.5rem;
	border-radius: 35px;
	margin-left: 3rem;
	line-height: 1;
	font-size: 1.4rem;
	transition: all 0.3s ease;
}
header .ohter:hover{
	opacity: 0.8;
}
.search{
	position: fixed;
	left: 0;
	top: 64px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	display: none;
}
.search .sbox {
	display: flex;
	justify-content: flex-end;
	display: none;
}
.search .sbox .sr{
	float: right;
	background: #fff;
	width: 50%;
	position: relative;
	padding: 0.5rem 1rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
}
.search .close img{
	width: 2.2rem;
	cursor: pointer;
	opacity: 0.7;
}
.search p{
	border-bottom: 1px solid rgba(0,0,0,0);
	border-radius: 0px;
	padding:0px 20px ;
	background: #fff;
	display: flex;
	align-items: center;
	width: 88%;
}
.search input{
	width: 90%;
	background: none;
	box-shadow: none;
	color: #333;
	font-size: 1.5rem;
	margin-left: 1rem;
	margin-top: 2px;
	display: block;
	line-height: 1.6;
}
.search ::placeholder {
	color: #666;
}

.s_menu{
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	top: 64px;
	text-align: center;
	display: none;
	z-index: 999;
	overflow: hidden;
    width: max-content;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.s_menu dl dd{
	padding: 1.2rem 2rem 0.6rem;
	font-size: 1.4rem;
	color: #000000a6;
	transition: all 0.3s ease;
	cursor: pointer;
}
.s_menus dl dd:hover{
	background: #f2f2f2;
}
.sp_menu{
	position: fixed;
	left: 0;
	top: 62px;
	left: 0;
	transform: none;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.06);
}
.sp_menu h6{
	text-align: left;
	margin: 2.5rem 0 2rem;
	font-weight: normal;
	font-size: 1.8rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.sp_menu dl{
	display: flex;
	flex-wrap: wrap;
	padding: 0% 0;
}
.sp_menu dl dd{
	margin: 0% 1.5% 1.5% 0;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	
}
.sp_menu dl dd a{
	display: block;
	font-size: 1.6rem;
}
.sp_menu dl dd b{
	display: block;
	margin: 0 auto 2rem;
	width: 10rem;
}
.sp_menu dl dd img{
	width: 100%;
}
.navBtn{
	position: relative;
	z-index:99999;
	cursor:pointer;
	display: none;
	margin-left: 1.5rem;
}
.navBtn span{
	display: block;
	width: 22px;
	height: 2px;
	background:#fff;
	margin:5px auto;
}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.nav_btn_active span{
	background: #333;
}
.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:-63%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.animatems{
	transform: translateY(-30px);
	opacity: 0;
}
.banner{
	width:100%;
	height: 100vh;
	position:relative;
	overflow: hidden;
	}
.banner .swiper-slide{
	width:100%;
	height: 100vh;
	position: relative;
}
.banner video{
	display: block;
	width: 100%;
	object-fit: fill;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.banner b{
	width:100%;
	height: 100%;
	display: block;
	}
.banner .txt{
	position: absolute;
	left: 50%;
	top: 52%;
	z-index: 6;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.banner .swiper-slide.swiper-slide-active {
    z-index: 6;
}
.banner .txt h2{
	font-size:6.4rem;
	color: #000;
	text-shadow: 0 2px 2px rgb(0 0 0 / 0%);
	font-family: "title";
	margin-bottom: 0rem;
}
.banner .txt p{
	margin: 0.4rem 0;
	font-size: 2.8rem;
	color: #1a1a1a;
	letter-spacing: 0px;
	line-height: 1.6;
	text-shadow: 0 2px 2px rgb(0 0 0 / 0%);
}
.banner .swiper-slide-active .txt h2{
	transform: translateY(0px);
	transition: all ease .8s .3s;
	opacity: 1;
}
.banner .swiper-slide-active .txt .tt{
	transform: translateY(0px);
	opacity: 1;
	transition: all ease .8s .8s;
}
.moress{
	display: flex;
	justify-content: flex-start;
	margin-top: 5rem;
}
.banner .swiper-slide-active .moress{
	transform: translateY(0px);
	opacity: 1;
	transition: all ease .8s 1.5s;
}
.mores{
	width: max-content;
	padding: 1.3rem 3.4rem 0.8rem;
	background: #ff5a00;
	border-radius: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
	letter-spacing: 1px;
}
.mores2{
	background: #000;
	margin: 0 1.5rem;
}
.mores3{
	background: none;
	color: #1a1a1a;
	border: 1px solid rgba(0, 0, 0, 0.6);
}
.mores:hover{
	opacity: 0.8;
	color: #fff;
}
.mores2:hover,.mores3:hover{
	background: #ff5a00;
	opacity: 1;
	border-color: #ff5a00;
}
.banner .txt2 h2,.banner .txt2 p{
	color: #fff;
}
.banner .txt2 .mores3{
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.banner .swiper-pagination{
	z-index: 999;
	width: 100%;
	bottom: 0%;
	position: static;
	margin-top: 8px;
}
.banner .swiper-pagination span{
	background: #333;
	width: 8px;
	height: 8px;
	border-radius: 50% !important;
	margin: 0.5rem !important;
	opacity: 1 !important;
	transition: all 0.6s linear;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
	background: #ff5a00;
}
.btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3%;
	z-index: 999;
	display: flex;
	align-items: center;
}
.btn .ll {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: rgba(0,0,0,0.6);
	z-index: 999;
	transition: all 0.6s linear;
	border-radius: 50%;
	width: 45px !important;
	height: 27px  !important;
	padding: 0.5rem;
	transform: scale(0.7);
}
.btn i {
	display: block;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	display: block;
	transition: all 0.6s linear;
}
.btn .llr i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.btn .ll:hover{
	background: #ff5a00;
}
.more{
	width: max-content;
	margin: 3rem auto;
	padding: 14px 30px;
	background: #1a1a1a;
	border-radius: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.more::before{
	content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #dc000c;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1)  0.25s;
    transform-origin: 100% 50%;
    transform: scaleX(0);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.more:hover::before{
	transform: none;
    transform-origin: 0% 50%;
}
.more span{
	color: #fff;
	font-size: 1.6rem;
	position: relative;
	z-index: 2;
}
.more i{
	color: #fff;
	margin-left: 15px;
	font-size: 2rem;
	display: block;
	position: relative;
	z-index: 2;
	transform: rotate(-180deg);
}
.more:hover i{
	animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes shuffle {
    50% {
        transform: translateX(100%) rotate(-180deg);
    }

    50.01% {
        transform: translateX(-100%) rotate(-180deg);
    }
}
.index_video{
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.index_video video{
	display: block;
	width: -webkit-fill-available;
	object-fit: fill;
}
.index_video .txt{
	position: absolute;
	left: 50%;
	top: 15%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
}
.index_video .txt h4{
	font-size: 5rem;
	color: #000000;
	font-family: "title";
	font-weight: normal;
}
.index_video .txt p{
	font-size: 2.6rem;
	color: #333;
}
.index_bars{
	padding: 5% 0;
	position: relative;
}
.title{
	margin-bottom: 2.5%;
	text-align: center;
}
.title h3{
	font-size: 3.4rem;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: normal;
}
.title h6{
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	display: none;
}
.titles h6{
	display: block;
}
.index_news ul{
	display: flex;
	justify-content: space-between;
	padding-bottom: 0;
	margin-top: 3%;
}
.index_news ul li{
	width: 32%;
	background: #fff;
	padding: 3rem;
	box-sizing: border-box;
}
.index_news b{
	display: block;
	width: 100%;
	overflow: hidden;
}
.index_news .txt{
	width: 100%;
}
.index_news h5{
	font-size: 1.4rem;
	margin-bottom: 4rem;
	color: #333;
	transition: all 0.6s linear;
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	text-align: center;
}
.index_news h5 strong{
	font-family: "num";
	font-size: 4.8rem;
	display: block;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 0.5rem;
	transition: all 0.6s linear;
}
.index_news h4{
    color: #1a1a1a;
	font-size: 2rem;
	transition: all 0.6s linear;
	margin-bottom: 2rem;
	font-weight: normal;
	height: 5.5rem;
	line-height: 1.5;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_news ul li:hover h4{
	color: #ff5a00;
}
.more2{
	margin:3rem 0 0;
	border: 1px solid rgba(220,220,220,1);
	color: rgba(153,153,153,1);
	font-size: 1.4rem;
	padding: 10px 4rem;
	border-radius: 2px;
	width: max-content;
	transition: all 0.6s linear;
}
.index_news .txt:hover .more2{
	border-color: #ff0000;
	color: #ff0000;
}
.imgScale2{
	overflow: hidden;
}
.imgScale2 img{
	width:100%;
	display: block;
	transition: all ease .6s;
}
.imgScale2:hover img{
	transform: scale(1.08);
}
.index_about{
	padding-top: 0;
	/* background: #040506; */
}
.index_about ul{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-top: 3%;
}
.index_about ul li{
	text-align: center;
	cursor: default;
    width: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2%;
    box-sizing: border-box;
}
.index_about ul li:nth-of-type(2){
	border-left: none;
}
.index_about ul li img{
	margin: auto;
	height:7rem;
	transition: all 0.4s linear;
}
.index_about ul li:hover img{
	transform: rotateY(180deg);
}
.index_about ul li p strong{
	color:#fff;
	font-size: 2.2rem;
	display: block;
	margin: 3rem 0 1rem;
	font-weight: normal;
	letter-spacing: 1px;
	transition: all 0.6s linear;
}
.index_about ul li p{
	color:#fff;
	line-height: 1.6;
	font-size: 1.8rem;
	color:rgba(255,255,255,0.7);
}
.index_about ul li:hover p strong{
	color: #ff5a00;
}
.index_partner {
	padding-top: 5%;
}
.index_partner .title h3{
	color: #1a1a1a;
}
.index_partner ul{
	display: flex;
	flex-wrap: wrap;
}
.index_partner ul li{
	width: 12%;
	padding: 1.5%;
	margin:  1.2%;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.index_partner ul li img{
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.index_partner ul li:nth-of-type(7n){
	margin-right: 0;
}
.footer {
    background: #07090a !important;
	color: #fff;
	position: relative;
	z-index: 9;
}
.footer .contain{
	display: flex;
	padding: 5% 0 4%;
	justify-content: space-between;
}
.footer .ll{
	width: 55%;
	justify-content: space-between;
	display: flex;
}
.footer dl dt{
	font-size: 2rem;
	color: #fff;
	margin-bottom: 2rem;
}
.footer dl dd {
	font-size: 1.5rem;
	margin: 1rem 0;
	color: #fff;
	opacity: 0.6;
}
.footer .rr{
	max-width: 40%;
}
.footer h3{
	font-size: 2rem;
	color: #fff;
	margin-bottom: 1rem;
	font-weight: normal;
}
.footer h6{
	font-size: 3rem;
}
.footer .rr p{
	font-size: 1.4rem;
	color: #fff;
	margin: 1rem 0;
}
.footer .rr p strong{
	color: #fff;
	font-size: 1.6rem;
	display: block;
	font-weight: normal;
}
.footer .rr p a{
	color: #fff;
	font-size: 1.5rem;
	display: block;
	margin-top: 3px;
	opacity: 0.6;
}
.footer ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.footer ul li{
	margin-right: 1.5rem;
	position: relative;
}
.footer ul li img:first-of-type{
	width: 2.4rem;
	transition: all 0.4s;
    filter: invert(1);	
}
.footer ul li:hover   img:hover{
	opacity: 0.6;
}
.footer ul li .ewm {
    transition: all .4s;
    position: absolute;
    width: 130px;
    top: -136px;
    left: 50%;
    margin-left: -65px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.footer ul li:hover .ewm{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.footer .copyright{
	background: rgba(0,0,0,0.2);
	padding: 0.5rem 0;
}
.footer .copyright .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .copyright p{
	color: rgba(255,255,255,0.5);
	font-size: 1.4rem;
}
.footer .copyright  a{
	font-size: 1.4rem;
	color: rgba(255,255,255,0.5);
	transition: all 0.3s linear;
}
.footer .copyright  a:hover{
	color: #fff;
}
.o_ban{
	margin-top: 64px;
}
.o_ban2{
	width: 100%;
	padding: 30rem 0 20rem;
}
.o_ban2 .titles h3{
	font-size: 5rem;
	color: #1a1a1a;
}
.o_ban2 .titles h6{
	color: #1a1a1a;
	font-size: 2rem;
}
.all_nav {
	position: relative;
}
.all_nav ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.all_nav ul a{
	display: block;
	width: 25%;
	border: 1px solid rgba(255,255,255,0.2);
}
.all_nav ul li{
	color: #fff;
	padding: 8% 0;
	font-size: 1.7rem;
	transition: all 0.3s linear;
}
.all_nav ul li img{
	height: 6rem;
	margin:0  auto 1.5rem;
}
.all_nav ul li.active,.all_nav ul li:hover{
	color: #ff5a00;
}
.all_nav ul li img:last-of-type{
	display: none;
}
.all_nav ul li.active img:first-of-type{
	display: none;
}
.all_nav ul li.active img:last-of-type{
	display: block;
}
.about{
	overflow: hidden;
}
.about .contain{
	display: flex;
	justify-content: space-between;
	color: #fff;
	align-items: center;
	padding-bottom: 3%;
}
.about .ll{
	width: 36%;
	color: #fff;
	font-size: 3rem;
	margin-top: 1rem;
	text-align: center;
}
.about .rr{
	width:64%;
}
.about .rr p{
	color: #fff;
	opacity: 0.8;
	line-height: 2;
}
.about ul li  img{
	height: 5.5rem;
}
.about ul li p strong{
	font-size: 3rem;
}
.about ul li p{
	font-size: 1.56rem;
}
.about2 .imgs img{
	width: 100%;
}
.about2 .title img{
	width: 60%;
	margin:5% auto 2%;
}
.about2 .title h3{
	color:#fff;
}
.about2 .txt p{
	color: #fff;
}
.about2 .txt p img{
	max-width: 100%;
	margin: 3rem 0;
}
.about2 ul{
	display: flex;
	background: #fff;
	flex-wrap: wrap;
	padding-top: 5rem;
}
.about2 ul li{
	width: 16.6%;
	padding: 0 2%;
	box-sizing: border-box;
}
.about2 ul li img{
	width: 100%;
}
.about2 ul li img{
	margin-top: -5rem;
}
.about3{
	position: relative;
}
.about3::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.about3 .title{
	padding: 1% 0 0;
	margin: 0 auto;
	z-index: 9;
	position: relative;
}
.about3 .index_partner{
	padding-top: 3%;
}
.about3 h5{
	color: #fff;
	font-size: 4rem;
	font-weight: normal;
	margin: 1rem 0 3rem;
}
.about3 p{
	font-size: 1.8rem;
	color: #fff;
	padding: 0 25%;
	box-sizing: border-box;
	margin-bottom: 0;
}
.news ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.news ul li{
	margin-top: 3%;
	margin-right: 3%;
	width: 31.3%;
}
.news ul li:nth-of-type(3n){
	margin-right: 0;
}
.news .n_bar1{
	background: #fff;
	margin-top: 4%;
}
.news .n_bar1 .swiper-slide a{
	display: block;
	display: flex;
	position: relative;
}
.news .n_bar1 b{
	width: 62%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news .n_bar1 .txt{
	width: 38%;
	padding: 3% 3.5%;
	position: absolute;
	right: 0;
	top:0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.news .n_bar1 .tt{
	width: 100%;
}
.news .n_bar1 h4{
	height: auto;
	margin: 0;
}
.news .n_bar1 .swiper-slide:hover h4{
	color: #ff5a00;
}
.news .n_bar1  p{
	font-size: 1.5rem;
}
.news .swiper-pagination span{
	background: #fff;
	opacity: 1 !important;
}
.news .swiper-pagination .swiper-pagination-bullet-active{
	background: #ff5a00;
}
.pages{
	text-align: center;
	padding-top: 0;
}
.pages ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pages ul li{
	margin:0 1.2rem;
}
.pages a{
	font-size: 1.8rem;
	color: #fff;
	cursor: pointer;
	transition: all .3s linear;
}
.pages span{
	
	font-size: 1.8rem;
	color: #fff;
	cursor: pointer;
	transition: all .3s linear;
}
.pages a.active,.pages a:hover{
	color: #ff5a00;
}
.pages li.active span,.pages li:hover span{
	color: #ff5a00;
}
.pages i{
	color: #ff5a00;
}
.pages  .prev {
	transform: rotate(180deg) translateY(7px);
}
.o_ban2a .title h3,.o_ban2a .title h6{
	color: #fff;
}
.contact .bar0 dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .bar0 dl dd{
	width: 49.5%;
	padding: 3rem 3.5rem;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	margin:0 0 1% 0;
	position: relative;
	overflow: hidden;
}
.contact .bar0 dl dd .bg img{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 10rem;
	transform: rotate(-45deg);
	opacity: 0.05;
}
.contact .bar0 dl .dd3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: initial;
}
.contact .bar0 dl .dd3 .ll{
	width: 40%;
}
.contact .bar0 dl .dd3 .rr{
	display: flex;
}
.contact .bar0 dl .dd3 .rs{
	margin: 0 2rem;
	text-align: center;
	font-size: 1.6rem;
	color: #666;
}
.contact .bar0 dl .dd3 .rr img{
	height: 15rem;
	margin: 0 0 1rem;
}
.contact .bar0 dl h3{
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 2rem;
}
.contact .bar0 dl p{
	color: #666;
	margin: 0.5rem 0 0;
}
.contact .bar0 dl p a{
	font-size: 1.6rem;
	font-weight: normal;
	color: #ff5a00;
}
.contact .bar0 dl dd:first-of-type p{
	font-size: 3rem;
	font-family: "title";
	color: #ff5a00;
}
.contact .bar0 ul{
	display: flex;
	flex-wrap: wrap;
}
.contact .bar0 ul li{
	width: 31.3%;
	margin:1% 3% 1% 0;
	position: relative;
	padding: 1rem 1rem 0.3rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	color: #666;
	border-radius: 5px;
	transition: all 0.3s linear;
	cursor: pointer;
}
.contact .bar0 ul li:nth-of-type(3n){
	margin-right: 0;
}
.contact .bar0 ul li:hover{
	background: #f3f3f3;
}
.contact .bar0 ul li a{
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	color: #666;
}
.contact .bar0 ul li img:first-of-type{
	width: 2.5rem;
	transition: all 0.4s;
	margin-right: 1.5rem;
	margin-top: -7px;
}
.contact .bar0 ul li .ewm {
    transition: all .4s;
    position: absolute;
    width: 13rem;
    top: -13rem;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%,10px);
    transform: translate(-50%,10px);
}
.contact .bar0 ul li:hover .ewm{
    opacity: 1;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.contact .bar0{
	padding-bottom: 0;
}
.contact .maps{
	display: flex;
	justify-content: space-between;
	background: #fff;
}
.contact .maps .ll{
	width: 30%;
}
.contact .maps .ll h3{
	font-size: 2rem;
	display: flex;
	align-items: center;
	transition: all 0.3s linear;
	margin-bottom: 1rem;
}
.contact .maps .ll h3::after{
	content: '';
	width: 1.8rem;
	height: 1.8rem;
	background: #ff5a00  url(../images/add.png) no-repeat center/60%;
	border-radius: 50%;
	padding: 1rem;
	box-sizing: border-box;
	margin-left: 1.5rem;
	margin-top: -1rem;
	opacity: 0;
	transition: all 0.3s linear;
	transform: translateX(5px);
}
.contact .maps .ls{
	padding: 2rem 3rem;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s linear;
}
.contact .maps .rr{
	width: 70%;
}
.contact .maps .ls.active{
	background: #eee;
}
.contact .maps .ls.active  h3{
	color: #ff5a00;
}
.contact .maps .ls.active  h3::after{
	opacity: 1;
	transform: translateX(0px);
}
.contact .maps .ls p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0.5rem 0;
}
#mapDiv,#mapDiv2{
	height: 60vh;
	
}
.map{
	display: none;
}
.message{
	background: #fff;
}
.message .title h3{
	color: #1a1a1a;
}
.message .online .inps{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.message .online .inps p.pp1{
	width: 32%;
}
.message .online .inps p.pp2{
	width: 49%;
}
.message .online .inps p.pp3{
	width: 100%;
}
.message .online .inps p {
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 1.4rem 1.5rem 0.7rem;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.message .online .inps p span{
	font-size: 1.6rem;
	display: block;
	color: #333;
	margin-bottom: 5px;
}
.message .online .inps p img{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.message .online .inputs{
	font-size: 1.6rem;
	background: none;
	display: block;
	line-height: 1.4;
	padding:0;
	color: #333;
	width: 100%;
	box-shadow: none;
	border:none;
	box-sizing: border-box;
}
.message .online .pps{
	width: 49%;
	float: left;
}
.message .online .pps2{
	float: right;
}
.message ::placeholder{
	color: #bbb;
}
.message .submit button{
	background: none;
	display: inline-block;
	line-height: 40px;
	width: 160px;
	padding: 10px 0 4px;
	margin: 4rem 0 1.5rem;
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	border: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	border-radius: 30px;
	letter-spacing: 1px;
}
.message .submit button:hover{
	background: #ff5a00;
}
.message .tt{
	margin-top: 5rem;
}
.message .tt h6{
	font-size: 1.8rem;
	color: #ff5a00;
}
.message .tt p strong{
	color: #333;
	font-weight: normal;
	font-size: 1.6rem;
}
.message .tt p{
	color: #888;
}
.service .tt p{
	color: #fff;
}
.download .contain ul{
	display: flex;
	flex-wrap: wrap;
}
.download .contain  ul li{
	width: 31.3%;
	margin-right: 3%;
	margin-top: 3%;
	background: rgba(255, 255, 255, 1);
	padding:2%  3%;
	box-sizing: border-box;
	text-align: center;
}
.download .contain  ul li:nth-of-type(3n){
	margin-right: 0;
}
.download .contain  ul li b{
	width: 100%;
	display: block;
}
.download .contain  ul li img{
	width: 100%;
}
.download .contain  ul li h3{
	font-size: 2rem;
	color: #1a1a1a;
	margin: 3rem 0 0;
	font-weight: normal;
	transition: all 0.3s linear;
}
.download .contain  ul li:hover h3{
	color: #ff5a00;
}
.download .contain  ul li p{
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.8;
}
.download .contain  ul li p i{
	margin-top: -4px;
	margin-left: 1rem;
}
.video .contain ul{
	display: flex;
	flex-wrap: wrap;
}
.video .contain  ul li{
	width: 31.3%;
	margin-right: 3%;
	margin-top: 3%;
	box-sizing: border-box;
	text-align: center;
}
.video .contain  ul li:nth-of-type(3n){
	margin-right: 0;
}
.video .contain  ul li b{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.video .contain  ul li > img{
	width: 100%;
}
.video .contain  ul li .vbtn{
	width: 5.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.video .contain  ul li h3{
	font-size: 1.8rem;
	color: #fff;
	margin: 2rem 0 0;
	font-weight: normal;
	transition: all 0.3s linear;
}
.video .contain  ul li:hover h3{
	color: #ff5a00;
}
.animated{
	opacity: 0;
}
.service4 .top{
	margin-bottom: 4%;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.service4 .top .bb{
	padding-bottom: 1rem;
	margin: 0 3rem;
	font-size: 1.6rem;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.service4 .top .bb::after {
    content: '';
    width: 0%;
    height: 2px;
    border-radius: 10px;
    background: #ff5a00;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    transition: all 0.4s linear;
	z-index: 3;
}
.service4 .top .bb.active::after{
	width: 100%;
	opacity: 1;
}
.faq ul{
	display: none;
}
.faq ul li{
	cursor: pointer;
}
.faq ul li .txt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 2.5rem 0;
	color: #fff;
}
.faq ul li .txt i{
	font-size: 2rem;
	color: #fff;
	transition: all 0.4s ease;
	font-weight: bold;
}
.faq ul li.active .txt i{
	color: #ff5a00;
	transform: rotate(180deg);
}
.faq ul li h3{
	font-size: 2rem;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.faq ul li h3::before{
	content: '';
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-top: -9px;
	display: block;
	background: url(../images/qa.png) no-repeat center/contain;
}
.faq ul li .txt2 {
	padding: 2% 0 1% 2.4%;
	display: none;
}
.faq ul li .txt2 p{
	font-size: 1.6rem;
	opacity: 0.8;
	color: #fff;
}

.pro1{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.pro1 video{
	display: block;
	width: -webkit-fill-available;
	object-fit: fill;
}
.pro1 .txt{
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.pro1 .txt h4{
	font-size: 6.4rem;
	color: #fff;
	font-family: "title";
	font-weight: normal;
	color: #fff;
}
.pro1 .txt p{
	font-size: 3.6rem;
	color: #fff;
}
.pro1 .mores2{
	display: flex;
	align-items: center;
}
.pro1 .mores2 img{
	width: 1.8rem;
	margin-top: -3px;
	margin-right: 0.8rem;
}
.pro1a ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,0.1);
	margin-bottom: 4rem;
	color: #fff;
}
.pro1a ul li:nth-of-type(2n){
	flex-direction: row-reverse;
}
.pro1a ul li b{
	display: block;
	width: 60%;
	overflow: hidden;
}
.pro1a ul li b img{
	display: block;
	width: 100%;
}
.pro1a ul li .tt{
	width: 40%;
	padding: 4%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.pro1a ul li .tt h4{
	font-size: 2.8rem;
	line-height: 1.1;
	color: #fff;
	font-family:"title";
	font-weight: normal;
	margin-bottom: 2rem;
	transition: all 0.4s linear;
}
.pro1a ul li:hover .tt h4{
	color: #ff5a00;
}
.pro1a ul li .tt p{
	color: rgba(255,255,255,0.8);
	position: relative;
	padding-left: 1.6rem;
	font-size: 1.8rem;
}
.pro1a ul li .tt p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background: #ff5a00;
	transform: rotate(45deg);
}
.pro1c ul{
	width: 100%;
}
.pro1c ul li img{
	height: 18rem;
	margin: auto;
	background: #fff;
	border-radius: 8px;
}
.pro1c ul li {
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin: 1rem 0;
	flex-wrap: wrap;
}
.pro1c ul li  p{
	width: 25%;
	color: rgba(255,255,255,0.8);
	font-size: 1.4rem;
	margin: 0;
	padding: 0.8rem 0;
	line-height: 1.5;
}
.pro1c ul li  p strong{
	display: block;
	font-size: 1.8rem;
	margin: 1.5rem 0 0;
	color: #ff5a00;
	font-weight: bold;
}
.pro1c ul li .ppl{
	background: #3b3b3b4d;
    border: 1px dashed hsla(0, 0%, 59%, .3);
    border-radius: 8px;
    color: rgba(255,255,255,1);
    font-size: 1.4rem;
	font-family: "title";
	line-height: 1.3;
	padding: 1rem 2rem;
    text-align: center;
    width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.pro1c ul li .pbox{
	width: calc(100% - 6rem);
}
.pro1c ul li .pps{
	background: #1b1b1b;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-radius: 8px;
}
.pro1c ul li:first-of-type .pps{
	background: #fff;
}
.pro1c ul li:first-of-type .pps p{
	color: #333;
}
.pro1c ul li .pps em,.pro1c ul li .pps i{
	font-size: 1.4rem;
	font-style: normal;
}
.pro1c ul li .ppss{
	background: none;
}
.pro1c_a1 ul li p{
	width: 50%;
}
.pro1d b> img{
	width: 100%;
}
.pro1d .vbtn{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8rem;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.4s ease;
	cursor: pointer;
}
.pro1d .swiper-container{
	width: 103%;
	margin-left: -1.5%;
}
.pro1d .swiper-slide{
	opacity: 0.6;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	transform: scale(0.89);
}
.pro1d .swiper-slide p{
	color: #ff5a00;
	position: absolute;
	left: 0;
	bottom: -2rem;
	margin: 0;
	padding: 2rem 2rem;
	font-size: 1.8rem;
	box-sizing: border-box;
	font-family: "title";
	opacity: 0;
	transition: all 0.6s ease 0.4s;
}
.pro1d .swiper-slide.swiper-slide-active{
	opacity: 1;
	transform: scale(1.2);
}
.pro1d .swiper-slide.swiper-slide-active p{
	opacity: 1;
	bottom: 0;
}
.pro1d .swiper-slide.swiper-slide-active .vbtn{
	opacity: 1;
}
.pro1d .btn{
	bottom: initial;
	top: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	justify-content: space-between;
}
.pro1d .btn .ll {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 50%;
	width: 2rem !important;
	height: 2rem !important;
	padding: 0.8rem;
	margin: 0 0rem ;
	background: rgba(0, 0, 0, 0.9);
	opacity: 1;
	transform: scale(1);
}
.pro1d .btn .ll i{
	color: #fff;
	font-size: 1.8rem;
}
.pro1d .btn .ll:hover {
	border-color: transparent;
	background: #ff5a00;
}
.pro1d video{
	display:none;
}
.big_box{
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	left: 0;
	top: 0;
	background: rgba(0,0,0,1);
	z-index: 9999999999;
	display: none;
}
.big_imgss{
	position: absolute;
	height: 90%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	transition: all 1s cubic-bezier(0.19,1,0.22,1);
	-webkit-transition: all 1s cubic-bezier(0.19,1,0.22,1);
}
.big_imgss.active{
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}
.big_box video{
	display: block;
	height: 100%;
	object-fit: fill;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.big_box .righttop{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 9;
	padding: 15px;
}
.big_box .righttop div{
	float: right;
}
.big_box .righttop img{
	padding: 6px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.big_box .righttop img:hover{
	opacity: 0.6 !important;
}
.pro_others{
	height: 100vh;
}
.pro1_r1pro .txt h4,.pro1_r1pro .txt p{
	color: #1a1a1a;
}
.pro1a_r1pro{
	background: #fff;
}
.pro1a_r1pro h3,.pro1c_r1pro h3,.pro1d_r1pro h3{
	color: #1a1a1a;
}
.pro1a_r1pro ul li{
	background: #f6f6f6;
}
.pro1a_r1pro ul li .tt h4{
	color: #333;
}
.pro1a_r1pro  ul li .tt p{
	color: #666;
}
.pro1c_r1pro{
	background: #f3f3f3;
}
.pro1c_r1pro ul li .pps{
	background: #ccc;
}
.pro1c_r1pro ul li  .ppss{
	background: none;
}
.pro1c_r1pro ul li p{
	color: #333;
}
.pro1c_r1pro ul li .ppl{
	color: #1a1a1a;
}
.pro1d_r1pro{
	background: #fff;
}
.searchs .contain{
    padding-top: 0;
}
.searchs ul li b{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.rr_allright{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999999999;
	background: #1a1a1a;
	padding: 1rem 1rem 0.7rem;
	text-align: center;
	font-size: 1.3rem;
	border-radius: 5px;
	color: #fff;
	display: none;
	box-shadow: 0 12px 20px rgba(255,90,0,0.04);
}
.rr_allright > img{
	width: 10rem;
	margin: 0 auto 1rem;
}
.rr_allright .close img{
	width: 1.8rem;
	position: absolute;
	left: 52%;
	transform: translateX(-50%);
	top: -1.4rem;
	background: #000;
	border-radius: 50%;
	padding: 4px;
	cursor: pointer;
	opacity: 0;
	transition: all 0.4s linear;
}
.rr_allright:hover .close img{
	opacity: 1;
	top: -1.6rem;
}
html[lang="en"] *{
    letter-spacing: 0 !important;
}