@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.6rem;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.5px;
}
/*index*/
.w_all{
	width:80%;
	margin:auto;
	}
.w_all2{
	width:1240px;
	margin:auto;
	}
html, body{
	width:100%;
	position:relative;
	font-size: 60.5%;
	background: #000000;
	}
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #000000;
	}
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: 45px;
	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: 40px;
}
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 35px;
	}
header .nav li::before{
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 30%;
	width: 0%;
	height: 1px;
	background: #ffdd00;
	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: 66px;
	font-size:1.7rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: "title";
	letter-spacing: 1px;
	}
header .nav li:hover span{
	color: #ffdd00;
}
header .h_other{
	display: flex;
	align-items: center;
	margin-left:60px;
}
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;
	color: #ffdd00;
}
header .h_other a .bb{
	font-size: 1.2rem;
}
.serbox{
	position: fixed;
	left: 0;
	top: 100px;
	width: 100%;
	padding: 20px 0;
	background: #222426;
	z-index: 9;
	display: none;
}
header.active .serbox{
    top: 80px;
}
.serbox p{
	width: 38%;
	margin-left: 40.5%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: 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;
}
.serbox p span{
    display: block;
    width: 16px;
    position: relative;
}
.serbox p span img{
    display: block;
    width: 100%;
}
.serbox p span input{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
::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: absolute;
	left: 0%;
	top: 66px;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	display: none;
	width: 158px;
}
.s_menu dl{
	width:100%;
}
.s_menu dd{
	font-size: 1.6rem;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 12px 15px;
	border-bottom: 1px solid #595757;
	position: relative;
}
.s_menu a:last-of-type dd{
	border:none
}
.s_menu dd:hover{
	background: #595757;
	color:#ffdd00;
}
.sp_menu{
	width: 180px;
}
.sp_menu dd{
    cursor: default;
}
.sp_menu dd strong{
    color: #fff;
	font-weight: normal;
}
.s_menu dd:last-of-type{
	border:none;
}
.sp_menu p{
	position: absolute;
	left: 180px;
	top: 0;
	width: 170px;
	background: #595757;
	display: none;
}
.sp_menu p a{
	display: block;
	font-size: 1.4rem;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 10px 15px ;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
	line-height: 1.3;
}
.sp_menu p a:hover{
	color:#ffdd00;
}
.s_menu p a:last-of-type{
	border:none;
}
/*banner*/
.banner{
	position:relative;
	width:100%;
	margin-top: 100px;
	height: calc(100vh - 100px);
	overflow: hidden;
	}
.banner .swiper-container{
	position:relative;
	width:100%;
	height:100%;
	}
.banner .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.banner video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-pagination{
	display: none;
	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: #009ca2 !important;
	opacity: 1;
}
.banner .txt{
	position: absolute;
	left: 50%;
	top: 65%;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-bottom: 30px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.banner .swiper-slide-active .txt{
	top: 50%;
	opacity: 1;
}
.banner .txt h3{
	font-size: 10.5rem;
	color: #fff;
	font-family:"title";
	line-height: 1;
	letter-spacing: 2px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.banner .txt p{
	font-size: 6rem;
	color: #fff;
	font-weight: bold;
	margin-top: 1%;
	letter-spacing: 2px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.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: #ffdd00;
}
.index_bars{
	padding: 6% 0;
}
.index_bar2{
	text-align: center;
}
.index_title {
	text-align: center;
	margin-bottom: 4%;
}
.index_title h3{
	font-size: 3.6rem;
	color: #ffdd00;
	position: relative;
	padding-bottom: 2%;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: "title";
}
.index_title span{
	display: block;
	width: 34px;
	height: 1px;
	background: #ffdd00;
	margin: auto;
}
.index_bar2 p{
	width: 66%;
	margin: auto;
}
.more{
	text-align: center;
	width: 160px;
	font-size: 2.1rem;
	letter-spacing: 1px;
	color: #fff;
	border: 1px solid #ffdd00;
	padding: 6px 0px;
	margin:5% auto 0;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 30px;
	text-transform: uppercase;
}
.more:hover{
	background: #ffdd00;
	border-color: #ffdd00;
	color: #000;
}
.index_bar3{
	position: relative;
}
.index_bar3 .bg img{
	display: block;
	width: 100%;
}
.index_bar3 .box{
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.index_bar3 .index_title{
	text-align: left;
}
.index_bar3 .index_title span{
	margin: 0;
}
.index_bar3 h4{
	font-size: 6rem;
	color: #fff;
	font-weight: bold;
	font-family: "title";
	margin-top: 10%;
}
.index_bar3 p{
	font-size: 3.4rem;
}
.index_bar3 .more{
	margin: 5% 0;
}
.index_bar4 .index_title{
	margin-bottom: 2%;
}
.index_bar4 p{
	width: 66%;
	margin: auto;
	text-align: center;
}
.index_bar4 img{
	max-width: 100%;
	margin:5% auto 0;
	display: block;
}
.index_bar5 p{
	width: 66%;
	margin: auto;
	text-align: center;
}
.index_bar5 .index_title{
	margin-bottom: 3%;
}
.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: #000;
	z-index: 6;
	}
.footer .box{
	display: flex;
	padding: 4% 0 5%;
	justify-content: space-between;
}
.footer .left img{
	height: 45px;
	margin-bottom: 15px;
}
.footer .ss{
	display: flex;
	flex-wrap: wrap;
	width: 220px;
}
.footer .ss a{
	cursor: pointer;
	height: 28px;
	display: block;
	margin-right:35px;
	margin-top: 25px;
	opacity: 0.6;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .ss a img{
	height: 100%;
	display: block;
}
.footer .ss a:hover{
	opacity: 1;
}
.footer .right{
	display: flex;
	justify-content: space-between;
	width: 72%;
	margin-top: 1.5%;
}
.footer .right dl{
	position: relative;
	box-sizing: border-box;
}
.footer .right dl:nth-of-type(2){
	padding:0 10%;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.footer .right dl:nth-of-type(3){
	min-width: 20%;
}
.footer .right dl dd:nth-of-type(2){
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer .right dl:nth-of-type(2) dd:nth-of-type(2){
	left: 25%;
}
.footer dt{
	color:#b4b4b5;
	margin-top: 25px;
	font-size:1.8rem;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer a:first-of-type dt{
	margin-top: 0;
}
.footer dt:hover{
	color: #fff;
}
.footer .right h4{
	color:#b4b4b5;
	font-size:1.8rem;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .right p{
	color:#b4b4b5;
	line-height: 1.4;
	font-size:1.6rem;
	-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 dd:hover h4,.footer .right dd:hover p,.footer .right dd:hover p a{
	color:#fff;
}
.footer .copy .w_all{
	padding:0px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .copy p{
	font-size: 1.2rem;
	color: #b4b4b5;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.footer .copy p a{
	font-size: 1.2rem;
	color: #b4b4b5;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.footer .copy p a: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:#ffdd00;
	border-color: #ffdd00;
	}
.all_back:hover i{
	color: #000;
}
.allbox{
	padding: 6% 0;
	border-bottom: 1px solid #333;
}
.ban{
	margin-top: 100px;
}
.ban img{
	width: 100%;
	display: block;
}
.index_title p{
	width: 80%;
	margin: -0.5% auto 1.5%;
	line-height: 1.6;
}
.about .index_title span{
	background: #fff;
}
.about .bar{
	padding: 5% 0;
}
.about .bar1{
	padding-top: 0;
}
.about .bar1 .bb p{
	margin-bottom: 3%;
	letter-spacing: 0;
	line-height: 1.8;
}
.about .bar2{
	background: #222426;
	padding: 2% 0;
}
.about .bar2 dl{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.about .bar2 dl dd{
	border-right: 1px solid #ffdd00;
	width: 25%;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: default;
	box-sizing: border-box;
}
.about .bar2 dl dd:last-of-type{
	border: none;
}
.about .bar2 dl dd span{
	font-size: 6.4rem;
	font-weight: bold;
	font-family: "title";
}
.about .bar2 dl dd h5{
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 4% 0 8%;
}
.about .bar2 dl p img{
	width: 36px;
	display: block;
	margin: auto;
}
.about .bar2 dl p img:last-of-type{
	display: none;
}
.about .bar2 dl dd:hover{
	color: #ffdd00;
}
.about .bar2 dl dd:hover p img{
	display: none;
}
.about .bar2 dl dd:hover p img:last-of-type{
	display: block;
}
.about .bar3{
	padding-bottom: 0;
}
.about .bar3 ul{
	margin-top: 8%;
	display: flex;
	justify-content: space-between;
}
.about .bar3 ul li{
	width: 31.3%;
}
.about .bar3 ul li b{
	display: block;
	width: 100%;
	overflow: hidden;
}
.about .bar3 ul li b img{
	display: block;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about .bar3 ul li:hover b img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.about .bar3 ul li h4{
	color: #fff;
	font-weight: normal;
	font-size: 2.4rem;
	font-family: "title";
	margin: 12% 0 4%;
}
.about .bar3 ul li p{
	letter-spacing: 0;
	line-height: 1.8;
}
.about .bar4 ul li{
	background: #222426;
	margin-top: 2%;
	padding: 2.5% 0;
}
.about .bar4 ul li .bb{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.about .bar4 ul li b{
	display: block;
	width: 18%;
	overflow: hidden;
}
.about .bar4 ul li b img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about .bar4 ul li:hover b img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.about .bar4 ul li .txt{
	width: 76%;
}
.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: #ffdd00;
}
.about .bar4 ul li:hover .title2{
	color: #ffdd00;
}
.about .bar4 ul li p{
	line-height: 1.6;
	letter-spacing: 0;
}
.about .bar5{
	padding: 0;
}
.about .bar5 ul li{
	position: relative;
	margin-bottom: 6%;
}
.about .bar5 ul li b{
	display: block;
	float: left;
	width: 50%;
	overflow: hidden;
}
.about .bar5 ul li b img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about .bar5 ul li:hover b img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.about .bar5 ul li .txt{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
}
.about .bar5 ul li .title2{
	margin-bottom: 5%;
	padding: 0 0 5%;
}
.about .bar5 ul li:hover .title2{
	color: #ffdd00;
}
.about .bar5 ul li .txt p{
	letter-spacing: 0;
	line-height: 1.8;
}
.about .bar5 ul li:nth-of-type(2) b{
	float: right;
}
.about .bar5 ul li:nth-of-type(2) .txt{
	right: inherit;
	left: 0;
}
.exit .bar1 .bb{
	display: flex;
	justify-content: space-between;
}
.exit .bar1 .bb p{
	width: 46%;
	line-height: 1.8;
}
.exit .box1 .imgs img{
	width: 100%;
	display: block;
	margin-top: 4%;
}
.exit .bar2{
	padding-top: 6%;
}
.exit .bb2 p{
	width: 80%;
	text-align: center;
	margin: auto;
	line-height: 1.8;
}
.exit .box2 .imgs{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2%;
}
.exit .box2 .imgs b{
	width: 31.3%;
	margin-right: 3%;
	margin-top: 3%;
	overflow: hidden;
}
.exit .box2 .imgs b:nth-of-type(3n){
	margin-right: 0;
}
.exit .box2 .imgs b img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.exit .box2 .imgs b:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.exit .box2 .more{
	margin-top: 3%;
}
.exit2 .bb2 p{
	text-align: center;
}
.exit2 .bar1 ul{
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin: 8% auto 2%;
}
.exit2 .bar1 ul li{
	width: 25%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.exit2 .bar1 ul li:hover{
	-webkit-transform: translateY(-8%);
	transform: translateY(-8%);
}
.exit2 .bar1 ul li b{
	display: block;
	margin: auto;
	width: 100px;
	border-radius: 50%;
	background: #222426;
	padding: 15px;
}
.exit2 .bar1 ul li b img{
	display: block;
	width: 100%;
	padding: 10%;
	box-sizing: border-box;
}
.exit2 .bar1 ul li b img:last-of-type{
	display: none;
}
.exit2 .bar1 ul li h4{
	text-align: center;
	margin-top: 8%;
	font-size: 2rem;
	font-weight: normal;
	font-family: "title";
	letter-spacing: 1px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.exit2 .bar1 ul li:hover b img:first-of-type{
	display: none;
}
.exit2 .bar1 ul li:hover b img:last-of-type{
	display: block;
}
.exit2 .bar1 ul li:hover h4{
	color: #ffdd00;
}
.exit2 .bar3{
	padding-top: 7%;
}
.exit2 .bar3 li{
	display: flex;
	justify-content: space-between;
	margin-top: 10%;
}
.exit2 .bar3 li .bs{
	border-radius: 50%;
	background: #222426;
	text-align: center;
	padding: 50px 25px;
	width: 150px;
	height: 100px;
	position: relative;
}
.exit2 .bar3 li .bs:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 110%;
	height: 110%;
	border: 2px solid #ffdd00;
	border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.exit2 .bar3 li .bs h3{
	font-size: 3.4rem;
	color: #ffdd00;
	font-weight: normal;
	font-family: "title";
	margin-bottom: 8%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.exit2 .bar3 li .bs p{
	color: #ffdd00;
	font-size: 1.8rem;
	line-height: 1.2;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.exit2 .bar3 li .bs img{
	position: absolute;
	left: 125%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.exit2 .bar3 li .bs:nth-of-type(4) img{
	left: 50%;
	top: 124%;
	-webkit-transform: translate(-50%,-0%) rotate(90deg);
	transform: translate(-50%,-0%) rotate(90deg);
}
.exit2 .bar3 li:nth-of-type(2) .bs img{
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.exit2 .bar3 li .bs:hover:before{
	border-color: #fff;
}
.exit2 .bar3 li .bs:hover h3{
	color: #fff;
}
.exit2 .bar3 li .bs:hover p{
	color: #fff;
}
.top_nav a{
	font-size: 1.8rem;
	color: #fff;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	padding-right: 20px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.top_nav a:before{
	content: '';
	position: absolute;
	right: 0;
	top: 55%;
	height: 8px;
	width: 2px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top_nav a:last-of-type:before{
	display: none;
}
.top_nav a.active,.top_nav a:hover{
	color: #ffdd00;
}
.news ul li{
	margin-top: 6%;
	display: flex;
	justify-content: space-between;
}
.news ul li b{
	display: block;
	float: left;
	width: 40%;
	overflow: hidden;
}
.news ul li b img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.news ul li:hover b img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news ul li .txt{
	float: right;
	width: 55%;
	color: #fff;
}
.news ul li h4{
	font-size: 2rem;
	margin-bottom: 3%;
	font-weight: normal;
}
.news ul li h5{
	font-size: 2.2rem;
	letter-spacing: 0.5px;
	font-weight: normal;
	font-family: "title";
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news ul li:hover h5{
	color: #ffdd00;
}
.news ul li .more{
	margin: 8% 0  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: #ffdd00;
	background: #ffdd00;
	color: #000;
}
.pages a:hover{
	color: #000;
	background: #ffdd00;
	border-color: #ffdd00;
}
.pages a:hover i{
	color: #000;
}
.news_d .bar{
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-top: 5%;
}
.news_d .bar .left{
	font-size: 2rem;
}
.news_d .bar .right{
	width: 80%;
}
.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%;
}
.news_d p{
	margin-top: 5%;
}
.news_d .more{
	width: 180px;
	margin: 5% 0 0;
	padding: 12px 10px;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
}
.news_d .more img{
	width: 20px;
	margin-right: 10px;
}
.news_d .more img:last-of-type{
	display: none;
}
.news_d .more:hover img{
	display: none;
}
.news_d .more:hover img:last-of-type{
	display: block;
}
.download .bars{
	margin-top: 4%;
}
.title3{
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-family: "title";
	font-size: 2.6rem;
	letter-spacing: 1px;
}
.download ul{
	display: flex;
	flex-wrap: wrap;
}
.download ul li{
	width: 30.6%;
	margin-right: 4%;
	margin-top: 4%;
}
.download ul li:nth-of-type(3n){
	margin-right: 0;
}
.download ul li b{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.download ul li b img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.download ul li:hover b img:first-of-type{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.download ul li b .vbtn{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 40px;
}
.download ul li .txt{
	padding: 2% 5%;
	box-sizing: border-box;
	color: #fff;
	background: #222426;
}
.download ul li h4{
	font-size: 2.1rem;
	margin-bottom: 8%;
	letter-spacing: 0.5px;
	font-weight: normal;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.download ul li h5{
	font-size: 1.6rem;
	font-weight: normal;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.download ul li:hover h4,.download ul li:hover p{
	color: #ffdd00;
}
.tomore{
	margin-top: 5%;
	border-bottom: 1px solid #767676;
	text-align: right;
	cursor: pointer;
}
.tomore i{
	display: inline-block;
	padding: 10px 0;
	font-size: 2.6rem;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.tomore:hover i{
	color: #ffdd00;
}
.tomore.active i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.contact{
	padding-top: 1%;
}
.contact ul{
	display:flex;
	flex-wrap: wrap;
}
.contact ul li{
	display: flex;
	align-items: center;
	color: #fff;
	width: 34.3%;
	margin-top: 6%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.contact ul li:nth-of-type(1),.contact ul li:nth-of-type(4){
	width: 45%;
}
.contact ul li:nth-of-type(3){
	width: 20%;
}
.contact ul li b{
	display: block;
	margin-right: 40px;
}
.contact ul li b img{
	background: #fff;
	padding: 0px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 50%;
}
.contact ul li h3{
	font-size: 2rem;
	font-weight: normal;
	font-family: "title";
	margin-bottom: 3%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact ul li a{
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact ul li p{
    line-height: 1.5;
}
.contact ul li:hover{
	-webkit-transform: translateY(-8%);
	transform: translateY(-8%);
}
.contact ul li:hover b img{
	background:#ffdd00;
}
.contact ul li:hover a,.contact ul li:hover h3{
	color:#ffdd00;
}
.contact .online{
	padding: 6% 0;
}
.contact .online p{
	float: left;
	width: 31.3%;
	color: #fff;
	margin-right: 3%;
}
.contact .online p span{
	font-size: 1.6rem;
	padding: 10px 20px;
	font-family: "title";
	margin-bottom: 2px;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact .online p:hover span{
	color:#ffdd00;
}
.contact .online p input{
	font-size: 1.6rem;
	background: #222426;
	border-radius: 30px;
	display: block;
	line-height: 2;
	padding: 10px 20px;
	color: #fff;
	width: 100%;
	box-shadow: none;
	border: none;
	box-sizing: border-box;
}
.contact .online p:nth-of-type(3n){
	margin-right: 0;
}
.contact .online p:last-of-type{
	width: 100%;
	align-items: flex-start;
	margin-top: 3%;
}
.contact .online p textarea{
	font-size: 1.6rem;
	background: #222426;
	border-radius: 20px;
	color: #fff;
	min-height: 150px;
	width: 100%;
	padding: 1.5%;
	box-shadow: none;
	border: none;
	box-sizing: border-box;
	line-height: 22px;
}
.contact .more{
	width: 150px;
	padding: 0;
}
.contact .more button{
	background: none;
	line-height: 42px;
	width: 100%;
	color: #fff;
	font-size: 2rem;
	border: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.contact .more:hover button{
	color: #000;
}
#dituContent{
	height: 660px;
}
.pro{
	padding-bottom: 8%;
}
.pro .top{
	padding-bottom: 4%;
	border-bottom: 1px solid #767676;
}
.pro .top p{
	text-align: center;
	width: 70%;
	margin: auto;
	line-height: 1.8;
}
.pro .bars{
	margin-top: 7%;
}
.pro ul{
	flex-wrap: wrap;
}
.pro ul li{
	margin-top: 7%;
}
.pro ul li b{
	overflow: inherit;
}
.pro ul li b img{
	max-width: 80%;
	width: auto;
	margin: auto;
}
.pro ul li .txt{
	text-align: center;
	background: none;
	margin-top: 5%;
}
.pro ul li .more{
	width: 120px;
	padding: 3px 0px;
}
.pro ul li:hover .more{
	background: #ffdd00;
	color: #000;
}
.pro .tomore{
	margin-top: 3%;
}
.prod{
	padding-bottom: 8%;
}
.prod .bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prod .bar .left{
	width: 42%;
}
.prod .bar .left img{
	width: 100%;
	margin: auto;
}
.prod .bar .right{
	width: 48%;
	color: #fff;
}
.prod .bar .right h1{
	font-size: 4rem;
	letter-spacing: 1px;
	font-family: "title";
}
.prod .bar .right h3{
	font-size: 2.8rem;
	margin: 6% 0 4%;
	letter-spacing: 1px;
}
.prod .bar .right p{
	line-height: 1.8;
	margin: 2% 0;
}
.prod .bar table{
	width: 100%;
	margin-top: 8%;
	border-spacing: 0;
}
.prod .bar table tr td{
	padding: 7px 15px;
	width: auto;
	font-size: 1.6rem;
}
.prod .bar table tr:nth-of-type(2n+1){
	background: #222426;
}
.prod .bar table tr:nth-of-type(1) td{
	border-top: 1px solid #ffdd00;
	border-bottom: 1px solid #ffdd00;
	color: #ffdd00;
	font-weight: bold;
	font-size: 1.8rem;
	box-sizing: border-box;
}
.prod{
	padding-top: 2%;
}
.prod2{
	background: #fff;
}
.prod .bar{
	margin-top: 10%;
}
.prod2 .bar .right{
	color: #231815;
}
.prod2 .bar .right p{
	color: #231815;
	font-weight: 600;
}
.prod2 .bar table tr td{
	background: #595757;
	color: #fff;
	width: auto !important;
	text-align: center;
}
.prod2 .bar table tr:nth-of-type(2n+1) td{
	background: #222426;
}
#a2 .index_title,#a3 .index_title{
	opacity: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#a2 .index_title.active,#a3 .index_title.active{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}