@charset "utf-8";
/* CSS Document */
/*@font-face{*/
/*	src:url(../fonts/Montserrat-Light.otf);*/
/*	font-family:"myfont";*/
/*	}*/
/*@font-face{*/
/*	src:url(../fonts/Montserrat-ExtraLight.otf);*/
/*	font-family:"myfont2";*/
/*	}*/
/*@font-face{*/
/*	src:url(../fonts/Montserrat-Medium.otf);*/
/*	font-family:"title2";*/
/*	}*/
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-size:12px;
	color:#031e2a;
	list-style:none;
	/*font-family:"myfont",Arial,sans-serif;*/
	font-weight:normal;
	}
@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;
}
p{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
	list-style:none;
	font-size:12px;
	line-height:24px;
	}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section{
    margin: 0;
    padding: 0;
    display: block;	
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
.w_all{
	width:95%;
	margin:auto;
	}
.w_all2{
	width:1460px;
	margin:auto;
	}
html, body{
	width:100%;
	position:relative;
	}
.load{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top:0;
	z-index: 999999;
	background: #fff;
}
.load .bg1{
	width: 100%;
	height:100%;
	background: #001f2e;
	position: absolute;
	right: 0;
	top:0;
}
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	}
header .nav_box{
	position:relative;}
header .logo{
	height: 120px;
	padding: 20px 0;
	float:left;
	position:relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .logo img{
	display:block;
	height:100%;
	}
header.active .logo{
	height: 80px;
}
header .menu{
	position: absolute;
	right: 0;
	top:60px;
	background: #031e2a;
	padding: 9px 15px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-shadow: 6px 15px 20px rgba(0,0,0,0.1);
	z-index: 9999;
	cursor: pointer;
}
header.active .menu{
	top:30px
}
header .menu p{
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-right: 10px;
	font-family:"myfont2";
}
.navBtn span{
	width: 22px;
	height: 2px;
	margin: 5px;
	display: block;
	background: #fff;
}
.navBtn span:nth-of-type(3){
	width: 15px;
}
header .nav{
	position:fixed;
	right:-100%;
	top:0%;
	width: 350px;
	height: 100%;
	padding: 3%;
	box-sizing: border-box;
	display: block;
	background: #031e2a;
	opacity: 0;
	z-index: 9999;
	}
.navBtn2{
	position: absolute;
	right: 12%;
	top:4%;
	cursor: pointer;
}
header .nav ul{
	position: absolute;
	left: 65%;
	top:18%;
	opacity: 0;
}
header .nav li h2{
	color:#fff;
	line-height: 42px;
	display: inline-block;
	margin: 5px 0;
	font-size:2.4rem;
	font-family: "myfont2";
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	cursor: pointer;
	}
header .nav li h2:hover{
	color: #58cdb4 !important;
}
header .nav li h2:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width:0%;
	height: 2px;
	background: #58cdb4;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
header .nav li h2:hover:before{
	opacity:1;
	width:100%;
}
.s_menu{
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
	display: none;
}
.s_menu a{
	display: block;
}
.s_menu h3{
	margin: 5px 0;
	line-height: 1.4;
	font-size:2rem;
	font-family: "myfont2";
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	display: inline-block;
}
.s_menu h3:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0%;
	height: 2px;
	background: #58cdb4;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.s_menu h3:hover:before{
	opacity:1;
	width:100%;
}
.s_menu h3:hover{
	color: #58cdb4;
}
header .h_other{
	position: absolute;
	left: 65%;
	bottom:8%;
	width: 60%;
	opacity: 0;
}
header .h_other p:first-of-type{
	margin-bottom: 20px;
}
header .h_other p{
	color: #fff;
	margin: 5px 0;
	line-height: 1.4;
}
/*banner*/
.banner{
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
	}
.banner video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit:cover
}
.banner .txt{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.banner .txt .txt_img{
	width: 1000px;
	max-width: 90%;
	margin-bottom: 30px;
	-webkit-transform: translateY(-250px);
	transform:  translateY(-250px);
	transform-origin: left top;
	-webkit-transition: transform 2.3s cubic-bezier(0.2, 0.65, 0.3, 1), opacity .65s cubic-bezier(.2,1,.2,1);
    transition: transform 2.3s cubic-bezier(0.2, 0.65, 0.3, 1), opacity .65s cubic-bezier(.2,1,.2,1);
    will-change: transform;
    -webkit-backface-visibility: hidden;
	opacity: 0;
}
.banner .txt.active .txt_img{
	opacity: 1;
	-webkit-transform: rotate(0deg) translateY(0); 
    transform: rotate(0deg) translateY(0)
}
.banner .txt p{
	font-size: 2.6rem;
	color: #fff;
	line-height: 35px;
	opacity: 0;
	-webkit-transition: all 0.65s linear;
	transition: all 0.65s linear;
	-webkit-transform: translateY(30px);
	transform: translateY(30px)
}
.banner .txt.active p{
	opacity: 1;
	-webkit-transform: translateY(0); 
    transform: translateY(0)
}
.scroll_btn{
	margin: auto;
	width: 50px;
	height: 50px;
	margin-top: 70px;
	cursor: pointer;
	animation: scroll 2.5s cubic-bezier(.55, 0, 0.45, 1) infinite;
	position: relative;
	z-index: 5;
}
@-webkit-keyframes scroll {
	0{
	-webkit-transform: translateY(0);
	transform: translateY(0);
    }
	20% {
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
	}
	50% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
	100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}
.scroll_btn span{
	width: 2px;
	height: 50px;
	background: #fff;
	margin: auto;
	display: block;
}
.scroll_btn i{
	display: block;
	color: #fff;
	font-size: 2.3rem;
	position: absolute;
	left: 49.5%;
	bottom: -14px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.index_title{
	text-align: center;
}
.index_title h1{
	display: inline-block;
	font-size:2.6rem;
	color:#666666;
	font-family: "title2";
	border-bottom: 2px solid #d09f3d;
	padding-bottom: 10px;
	}
.index_title p{
	font-size:1.3rem;
	color:#666;
	margin: 2% auto 3%;
	width: 80%;
	line-height: 1.9;
	}
.index_bar1{
	padding:8% 0;
	}
.index_bar1 .contain{
	position: relative;
}
.index_bar1 .left{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:30%;
	}
.index_bar1 .left h2{
	font-size:4.6rem;
	color:#031e2a;
	font-family: "title2";
	position:relative;
	line-height: 60px;
	text-align: right;
	font-weight: 400;
	}
.index_bar1 .left h2:nth-of-type(2n){
	font-family: "myfont2";
}
.index_bar1 .right{
	float:right;
	width:64%;
	padding: 4% 8% 4% 8%;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
	}
.index_bar1 .right p{
	font-size:1.4rem;
	position:relative;
	margin-bottom: 5%;
	font-weight: bold;
	line-height: 30px;	
	font-family: "title2";
	}
.index_bar1 .right p:first-of-type{
	color:#45646e;
	font-size:1.6rem;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "myfont";
	}
.more{
	color: #45646e;
	font-size:1.5rem;
	margin: 8% 0 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: flex;
	float: left;
	cursor: pointer;
	font-weight: bold;
}
.more strong{
	border-radius: 50%;
	border: 1px solid #45646e;
	padding: 2px;
	width: 20px;
	height: 20px;
	display: block;
	line-height: 20px;
	margin-left: 10px;
	position: relative;
	margin-top: -2px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.more strong::before{
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	width: 20px;
	height: 1px;
	margin-top: -1px;
	background: #666;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.more:hover strong:before{
	opacity: 1;
	left: 3px;
}
.more strong i{
	position: absolute;
	left: 20%;
	top:52%;
	font-size: 2.2rem;
	display: block;
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.more:hover strong{
	border-color: #fff;
}
.more:hover i{
	left: 15px;
}
.index_bar2{
	width:100%;
	}
.index_bar2 ul{
	display: flex;
	}
.index_bar2 ul li{
	width: 25%;
	}
.index_bar2 ul li .bars{
	width: 100%;
	position: relative;
	height: 400px;
	}
.index_bar2 ul li b{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform 1.6s cubic-bezier(0.12,0.75,0.4,1);
	transition: transform 1.6s cubic-bezier(0.12,0.75,0.4,1);
	}
.index_bar2 ul li .bars.active b{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.index_bar2 ul li .bar1 b{
	z-index: 5;
	position: relative;
}
.index_bar2 ul li .bar1:hover b{
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
	box-shadow: 10px 30px 40px rgba(0,0,0,0.2);
}
.index_bar2 ul li p img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) translateZ(0);
	transform: translate(-50%,-50%) translateZ(0);
	width: 55%;
	z-index: 9;
}
.index_bar2 ul:first-of-type li:nth-of-type(3){
	width: 50%;
}
.index_bar2 ul:nth-of-type(2){
	z-index: 9;
	position: relative;
}
.index_bar2 ul:nth-of-type(2) li:nth-of-type(2n) .bars{
	height: 800px;
}
.index_bar3{
	padding: 8% 0;
}
.index_bar3 .contain{
	padding: 0 12%;
	box-sizing: border-box;
}
.index_bar3 .left{
	width: 48%;
	float: left;
	position: relative;
	margin-left: 5%;
}
.index_bar3 .left strong{
	font-size: 24rem;
	font-weight: bold;
	line-height: 18rem;
	font-family: "title2";
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition:all 0.4s cubic-bezier(0, 0, 0.17, 1);
    -webkit-transition:all 0.4s cubic-bezier(0, 0, 0.17, 1) 
}
.index_bar3 .left strong.active,.index_bar3 .left span.active{
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.index_bar3 .left span{
	display: block;
	position: absolute;
	right: 20px;
	top: -80px;
	font-size: 22rem;
	font-weight: 700;
    background: -webkit-linear-gradient(left top, #632088 0%, #ee1d86 56.95%);
    background: linear-gradient(to bottom right, #632088 0%, #ee1d86 56.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition:all 0.4s cubic-bezier(0, 0, 0.17, 1);
	-webkit-transition:all 0.4s cubic-bezier(0, 0, 0.17, 1) 
}
.index_bar3 .right{
	width: 42%;
	float: right;
}
.index_bar3 .right h3{
	color: #031e2a;
	font-size: 1.7rem;
	font-family: "myfont2";
}
.index_bar3 .right h4{
	color: #031e2a;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
	margin: 3% 0;
	font-size: 2.6rem;
	font-family: "title2";
}
.index_bar3 .right p{
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
}
.index_bar4{
	padding: 8% 0 6%;
	margin-top: 18%;
	background: #eaf1fd;
}
.index_bar4 .top{
	padding: 7% 0 7%;
	width: 100%;
	margin-top: -35%;
	position: relative;
	z-index: 2;
	border-radius:15px;
	text-align: center;
	overflow: hidden;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
    transition:transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
}
.index_bar4 .top.active{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.index_bar4 .top::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg,#5beac6 0%,#0088ff 100%);
	opacity: 0.3;
}
.index_bar4 .top .txt{
	width: 40%;
	margin: auto;
	position: relative;
	z-index: 2;
}
.index_bar4 .top img{
	margin:0 auto 66px;
	width: 100%;
	opacity: 0;
}
.index_bar4 .top h2{
	color: #fff;
	font-style: italic;
    font-size: 2.2rem;
	font-weight: 400;
}
.index_bar4 .top p{
	color: #fff;
	font-size: 1.4rem;
	margin: 30px auto;
	width: 68%;
}
.more2{
	font-size:1.5rem;
	color:#fff;
	font-weight:bold;
	position:relative;
	padding:6px 0;
	display: inline-block;
	cursor: pointer;
	}
.more2:before{
	content:"";
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	opacity: 0.4;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	}
.more2:hover:before{
	width:0;
	background:#fff;
	left:inherit;
	right:0;
	}
.index_bar4 .bottom{
	padding: 10% 2% 4%;
	position: relative;
}
.index_bar4 .bottom::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width:0%;
	height: 3px;
	background: linear-gradient(to right, #5221dc, #3ac5fd);
	-webkit-transition:all 1s ease-out;
	transition:all 1s ease-out;
}
.index_bar4 .bottom.active::before{
	width: 100%;
}
.index_bar4 .left{
	float: left;
}
.index_bar4 .left h2{
	color: #031e2a;
    font-size: 4.6rem;
    line-height: 1.1;
	font-family: "title2";
}
.index_bar4 .right{
	float: right;
}
.index_bar4 .right h3{
	text-align: right;
	color: #3ac5fd;
    background-image: linear-gradient(to right,#5221dc,#3ac5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 4.6rem;
    line-height: 1.1;
	margin: 6% 0 8%;
	font-weight: bold;
}
.index_bar4 .more{
	font-size: 2.6rem;
}
.index_bar4 .more strong{
	margin-top: 7px;
}
.index_bar4 .more strong::before{
	top:13px
}
.index_bar4 .more:hover strong{
	border-color: #eaf1fd;
}
.footer {
	padding:5% 0 2%;
	width: 100%;
	position: relative;
	z-index: 9;
	}
.footer .bar{
	display: flex;
	justify-content: space-between;
	position: relative;
	}
.footer .left{
	width: 30%;
}
.footer .left .logo img{
	width: 300px;
}
.h_other{
    margin-top: 50px;
    border-left-width: 2px;
    border-left-style: solid;
    border-image: linear-gradient( to bottom, #EA60A0, #772381) 1 100%;
	padding: 1px 0 3px 25px;
}
.h_other h2{
	color:#fff;
	font-size:1.3rem;
	margin: 5px 0 15px;
	font-family: "title2";
	}
.h_other p{
	color:rgba(255,255,255,0.6);
	font-size:1.24rem;
	margin: 5px 0;
	line-height: 18px;
	font-family: "myfont2";
	}
.h_other p:last-of-type{
	font-size: 1.4rem;
}
.h_other p strong{
	color: #C21184;
}
.footer .right{
	width: 62%;
}
.footer dl{
	float: left;
	width: 33.3%;
	margin-top: 2%;
	}
.footer dl dt{
    font-weight: 900;
    font-size: 1.6rem;
	color:#fff;
	font-family: "title2";
	margin: 20px 0;
}
.footer dl dd{
	color:#fff;
	font-size:1.3rem;
	opacity: 0.6;
	margin: 8px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	}
.footer dl dd:hover{
	opacity: 0.3;
}
.footer .copy {
	text-align: center;
	color:#fff;
	line-height:36px;
	margin-top: 4%;
	font-size: 1.2rem;
	border-top: 1px solid #000;
	padding-top: 2%;
	}
.all_back{
	position:fixed;
	right:20px;
	bottom:0px;
	opacity: 0;
	cursor:pointer;
	z-index: 99;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 1px 2px 3px rgb(0 0 0 / 16%);
    background-color: rgba(0,0,0,0.25);
	overflow: hidden;
	}
.all_back::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	background:#58cdb4 ;
	border-radius: 50%;
	-webkit-transition:all 0.3s cubic-bezier(.55,0,.1,1);
	transition:all 0.3s cubic-bezier(.55,0,.1,1);
}
.all_back:hover::before{
	opacity: 1;
	width: 100%;
	height: 100%;
}
.all_back i{
	color:#fff;
	font-size:2.2rem;
	display:block;
	margin-left: 20px;
	margin-top: 3px;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
.all_back .i2{
	opacity: 0;
	margin-top: -30px;
}
.all_back:hover .i1{
	opacity: 0;
	margin-top: -30px;
}
.all_back:hover .i2{
	opacity: 1;
	margin-top: 3px;
}
.all_box{
	padding: 8% 0;
	position: relative;
}
.o_ban{
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.o_ban b{
	width: 100%;
	height: 100%;
	display: block;
	will-change: transform;
}
.o_ban .txt{
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
.o_ban .txt h2 span{
	color: #fff;
	display: inline-block;
	font-size: 6.8rem;
	font-family: "title2";
	margin: 0 10px 20px;
}
.o_ban .txt p{
	color: #fff;
	font-size: 2.4rem;
	font-style: italic;
}
.about1{
	position: relative;
	z-index: 2;
	background: #fff;
}
.about1 .box{
	padding: 0 10%;
	box-sizing: border-box;
}
.about1 .left{
	float: left;
	width: 27%;
}
.about1 .left img{
	width: 100%;
}
.about1 .right{
	float: right;
	width: 63%;
}
.about1 .right h2{
	font-size: 1.7rem;
	color: #031e2a;
	font-family: "myfont2";
}
.about1 .right h3{
	font-size: 3.4rem;
	color: #45646e;
	margin: 10px 0 6%;
}
.about1 .right p{
	font-size: 1.5rem;
	font-weight: 500;
	margin: 3% 0;
	line-height: 1.6;
}
.about1 .right p span{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
}
.about2{
	padding: 5% 0 35%;
	overflow: hidden;
	position: relative;
}
.about2 .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	-webkit-transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
	transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
.about2.active .bg{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.about2 .box{
	padding: 0 2%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.about2 .left{
	color: #007472;
    background: linear-gradient(to bottom right,#b8d000,#007472);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
	font-size: 14rem;
	font-family: "title2";
	font-weight: 400;
	margin-top: -10%;
	opacity: 0;
}
.about2 .right{
	float: right;
	width: 28%;
	border-left: 1px solid #031e2a;
	padding:2% 8% 0 5%;
}
.about2 .right h2{
    color: #031e2a;
    text-transform: uppercase;
    font-size: 2.2rem;
	margin-bottom: 8%;
	line-height: 1.3;
	margin-top: 10%;
}
.about2 .right p{
	font-weight: 500;
    font-size: 1.4rem;
	line-height: 1.6;
}
.about4{
	overflow: hidden;
	width: 100%;
	height: 650px;
	position: relative;
}
.about4 .video_bg{
	width: 100%;
	height: 100%;
	position: relative;
}
.about4 .video_bg:before{
	content: "";
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: rgb(10, 10, 10);
}
.about4 .video_bg video{
    margin-left: 0px;
    margin-top: -206px;
    width: 100%;
}
.about4 .box{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 99;
}
.about4 .box img{
	width: 48%;
	display: block;
	margin: 0 auto 3%;
}
.about4 .v_btn{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	cursor: pointer;
} 
.about4 .v_btn span{
	margin-right: 30px;
	width: 52px;
	height: 52px;
	display: block;
	position: relative;
}
.about4 .v_btn span i{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 1rem;
	z-index: 9;
}
.about4 .v_btn span::before{
	content: "";
	background: #58cdb4;
	border-radius: 50%;
	transition: all 0.6s cubic-bezier(0.19,1,0.22,1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1) 0s;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.about4 .v_btn:hover span::before{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.about4 .v_btn span::after{
	content: "";
	border:2px solid #fff;
	border-radius: 50%;
	transition: all 0.6s cubic-bezier(0.19,1,0.22,1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1) 0s;
	position: absolute;
	left:50%;
	top:50%;
	width: 0%;
	height: 0%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	animation: tobig 2.5s cubic-bezier(.55, 0, 0.45, 1) infinite;
	z-index: 2;
	}
@-webkit-keyframes tobig {
	0{
		width: 0%;
		height: 0%;
		opacity: 0;
	}
	20% {
		width: 90%;
		height: 90%;
		opacity: 0.4;
	}
	100%{
		width: 180%;
		height: 180%;
		opacity: 0;
	}
}
.big_box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.9);
	z-index: 9999999999;
	display: none;
}
.big_imgss{
	position: absolute;
	width: 75%;
	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_imgss video{
	width: 100%;
	display: block;
}
.big_box_sost2 .big_imgss{
	width: auto;
	height: 90%;
}
.big_box_sost2 .big_imgss img{
	width: auto;
	height: 100%;
}
.big_box .righttop{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 9;
	padding: 10px;
	background: rgba(0,0,0,0.9);
}
.big_box .righttop div{
	float: right;
	margin:0 10px;
	width: 24px;
}
.big_box .righttop img{
	width: 24px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.big_box .big img{
	width: 19px;
	margin-top: 2px;
}
.big_box .fill img{
	width: 20px;
	margin-top: 1px;
}
.big_box .righttop img:hover{
	opacity: 0.6 !important;
}
.big_box .fill.active img{
	opacity: 1;
}
.about5{
	padding: 8% 0 40%;
	overflow: hidden;
	position: relative;
}
.about5 .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	-webkit-transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
	transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
.about5.active .bg{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.about5 .box{
	padding: 0 4%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.about5 .left{
	width: 22%;
}
.about5 .left h2{
	font-weight: 700;
	font-family: "title2";
	font-size: 4.2rem;
	color: #031e2a;
	position: relative;
	padding-bottom: 10%;
	margin-bottom: 15%;
}
.about5 .left h2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 18%;
	height: 5px;
	background: #031e2a;
}
.about5 .left h6{
    font-size: 1.7rem;
	color: #ff0c51;
	padding-right: 5%;
	font-family: "myfont2";
	box-sizing: border-box;
	position: relative;
}
.about5 .left h6 span{
	display: block;
	position: absolute;
	right: 0;
	top: 30%;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background: #ff0c51;
	box-shadow: 0 8px 25px rgba(255,12,81,0.4);
}
.about5 .left h6 span::before{
	content: "";
    position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	background: #ff0c51;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    display: block;
    pointer-events: none;
    transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.about5 .left h6 span i{
	display: block;
	color: #fff;
	font-size: 2.2rem;
	position: absolute;
	left: 20%;
	top: 30%;
}
.about5 .left h6:hover span::before{
	width: 115%;
	height: 115%;
}
.about5 .right{
	width: 49%;
	margin: 0 6%;
}
.about5 .right p{
    font-size: 1.22rem;
	line-height: 1.5;
	margin-bottom: 3%;
}
.about5 .img{
	width: 11%;
}
.about5 .img img{
	display: block;
	width: 100%;
}
.about6{
	padding: 20% 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.about6 ul{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.about6 ul li{
	width: 120%;
	height: 120%;
	position: absolute;
	left: -10%;
	top: -10%;
	transform-style: preserve-3d;
	-webkit-transition: all 0.5s cubic-bezier(0.12,0.75,0.4,1);
	transition: all 0.5s ease-out;
}
.about6 ul li b{
	width: 100%;
	height: 100%;
	display: block;
}
.about6 .txt{
	position: relative;
	z-index: 9;
	width:560px;
	margin: auto;
	text-align: center;
}
.about6 .txt h2{
	font-size: 1.7rem;
	color: #ff0b51;
	font-family:"myfont2";
}
.about6 .txt h3{
	font-size: 4.2rem;
	color: #031e2a;
	font-family: "title2";
	margin: 26px 0;
	font-weight: 700;
}
.about6 .txt p{
	font-size: 1.4rem;
	font-family:"myfont2";
	line-height: 1.7;
}
.o_ban2 .txt2{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 5;
}
.o_ban2 .txt2 .txt_img{
	width: 52%;
	margin: auto;
}
.o_ban2 .txt2 p{
	font-size: 1.6rem;
	margin-top: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 35px;
}
.o_ban2 .bg img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.sost{
	padding-bottom: 8%;
}
.sost .box{
	padding: 0 10%;
	box-sizing: border-box;
}
.sost .left{
	float: left;
	width: 50%;
}
.sost .left h2{
	font-size: 6.6rem;
	font-family: "title2";
	color: #3ac5fd;
    background: linear-gradient(to bottom right,#5221dc,#3ac5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
	line-height: 1.1;
	font-weight: 700;
	opacity: 0;
}
.sost .right{
	float: right;
	width:35%;
	box-sizing:border-box;
	border-left: 1px solid #031e2a;
	padding-left: 5%;
}
.sost .right p{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
}
.sost2{
	padding: 8% 0 0%;
	overflow: hidden;
	position: relative;
}
.sost2 .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	-webkit-transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
	transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
.sost2.active .bg{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sost2 .box{
	padding: 0 2%;
	box-sizing: border-box;
	position: relative;
}
.sost2 .left{
	float: left;
	width: 30%;
	padding-bottom: 12%;
}
.sost2 .left h2{
	color: #031E2A;
	font-size: 4.2rem;
	font-family: "title2";
	font-weight: 600;
	letter-spacing: 1px;
}
.sost2 .left h3{
    color: #031e2a;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #031E2A;
    font-size: 6rem;
	line-height: 1.2;
	position: relative;
	padding-bottom:7%;
	margin-bottom: 10%;
	font-family: "title2";
}
.sost2 .left h3::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 6px;
	background: #031E2A;
	-webkit-transition: all 1s cubic-bezier(0.12,0.75,0.4,1);
	transition: all 1s ease-out;
	opacity: 0;
}
.sost2 .left h3.active::before{
	width: 25%;
	opacity: 1;
}
.sost2 .left p{
    font-size: 1.4rem;
	line-height: 1.6;
	font-family: "myfont2";
}
.sost2 .left h4{
	margin-top: 15%;
    font-size: 1.42rem;
	text-transform: uppercase;
	color: #fff;
	background: #031E2A;
	padding: 10px;
	padding-left: 30px;
	max-width: 60%;
	border-radius: 5px;
	text-align: center;
	line-height: 1.6;
	font-family: "title2";
	display: flex;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
.sost2 .left h4 span{
	display: block;
	position: absolute;
	left: 33px;
	top: 23px;
	width: 30px;
	height: 1px;
	background: #fff;
}
.sost2 .left h4:hover span{
	opacity: 0;
}
.sost2 .left h4:hover{
	padding-left: 35px;
}
.sost2 .left h4 b{
	display: block;
	opacity: 0;
	width: 0px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 33px;
    top: 23px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.sost2 .left h4 i{
	position: absolute;
	left: 55px;
	top: 13px;
	display: block;
	color: #fff;
	font-size: 2.4rem;
	opacity: 0;
}
.sost2 .left h4:hover b{
	opacity: 1;
	width: 30px;
}
.sost2 .left h4:hover i{
	left: 52px;
	opacity: 1;
	-webkit-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}
.sost2 .right{
	position: absolute;
	right: 7%;
	bottom: -1%;
	width: 42%;
}
.sost2 .right img{
	width: 100%;
}
.sost2 .right .img2{
	display: none;
}

.sost3 .box{
	position: relative;
	padding: 0 3%;
	box-sizing: border-box;
}
.sost3 .left{
	position: absolute;
	left: 3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	width: 40%;
}
.sost3 .left .bar{
	width: 100%;
	height: 100%;
}
.sost3 .left .bar1{
	display: block;
	width: 32%;
	height: 60%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sost3 .left .bar1:nth-of-type(2n){
	left: inherit;
	right: 0;
	height: 100%;
	width: 60%;
}
.sost3 .left span{
	display: block;
	width:100%;
	height: 40%;
	margin-top: 25%;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: rgb(0 0 0 / 4%) 0px 1px 0px, rgb(0 0 0 / 5%) 0px 2px 7px, rgb(0 0 0 / 6%) 0px 12px 22px;
	opacity: 0;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.sost3 .left span img{
	border-radius: 5px;
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.sost3 .left .bar1:nth-of-type(2n) span{
	margin-top: 15%;
}
.sost3 .left .bar1 .s1{
	margin-left: -5%;
}
.sost3 .left .bar1 .s3{
	height: 21%;
}
.sost3 .left .bar1 .s2{
	height: 24%;
	margin-left: -5%;
}
.sost3 .left .bar1 .s2 img{
	height: auto;
	width: 100%;
}
.sost3 .left .bar1 .s4{
	height: 50%;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.sost3 .left .bar1 .s4.active{
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.sost3 .right{
	float: right;
	width: 40%;
	margin-right: 3%;
}
.sost3 .right h2{
    color: #031e2a;
    font-size: 4.2rem;
	position: relative;
	padding-bottom:7%;
	margin-bottom: 10%;
	font-family: "title2";
}
.sost3 .right h2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25%;
	height: 5px;
	background: #031E2A;
}
.sost3 .right p{
    font-size: 1.4rem;
	line-height: 1.6;
	margin: 3% 0;
	font-family: "myfont2";
}
.sost3 .right p strong{
	font-size: 1.4rem;
	font-family: "title2";
}
.sost3 .right .imgs{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10% 6%;
	margin-top: 12%;
	box-sizing: border-box;
	position: relative;
}
.sost3 .right .imgs::before{
	content: "";
	position: absolute;
	left: 0;
	top:0;
	width: 0%;
	height: 3px;
	background: #5221dc;
	background: linear-gradient(to right, #5221dc, #3ac5fd);
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.sost3 .right .imgs.active::before{
	opacity: 1;
	width: 100%;
}
.sost3 .right .imgs .img{
	width:46%;
}
.sost3 .right .imgs .img img{
	width:100%;
}
.sost3 .right .imgs p{
    font-size: 1.2rem;
	font-family: "myfont";
	margin: 0 0 0 10%;
	width: 100%;
}
.sost3 .right .imgs strong{
	font-size: 1.2rem;
	color: #ff0b51;
	font-family: "title2";
}
.sost4{
	overflow: hidden;
	position: relative;
}
.sost4 .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	-webkit-transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
	transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
.sost4.active .bg{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sost4 .box{
	padding: 0 3%;
	box-sizing: border-box;
}
.sost4 .top{
	height: 250px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sost4 .top span{
	width: 47%;
	height: 100%;
	display: block;
	border-radius: 5px;
	box-shadow: rgb(0 0 0 / 4%) 0px 1px 0px, rgb(0 0 0 / 5%) 0px 2px 7px, rgb(0 0 0 / 6%) 0px 12px 22px;
}
.sost4 .top span:nth-of-type(2){
	height: 170%;
	box-shadow: 0 30px 80px rgb(0 0 0 / 14%), 0 20px 70px rgb(0 0 0 / 12%);
}
.sost4 .bottom{
	margin-top: 4%;
}
.sost4 .bottom h2{
    color: #031e2a;
    font-size: 4.2rem;
	position: relative;
	padding-bottom:2.5%;
	margin-bottom: 2.5%;
	font-family: "title2";
}
.sost4 .bottom h2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 7%;
	height: 5px;
	background: #031E2A;
}
.sost4 .bottom .txt{
	position: relative;
}
.sost4 .bottom .txt img{
	width: 8%;
	float: left;
	display: block;
	border-radius: 5px;
}
.sost4 .bottom .txt .contain{
	width: 34%;
	margin: 0 4%;
	float: left;
}
.sost4 .bottom p{
    font-size: 1.4rem;
	line-height: 1.6;
	margin: 3% 0;
	font-family: "myfont2";
}
.sost4 .bottom p strong{
	font-size: 1.4rem;
	font-family: "title2";
}
.sost4 .bottom h6{
    font-size: 2.2rem;
	line-height: 1.5;
	position: absolute;
	bottom: 8%;
	width: 47%;
	right: 0;
	padding-left: 5%;
	box-sizing: border-box;
	border-left: 3px solid #FF0B51;
}
.sost5{
	overflow: hidden;
	padding: 24% 0% 15%;
	box-sizing: border-box;
	position: relative;
}
.sost5 .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	-webkit-transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
	transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
.sost5.active .bg{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sost5 .box{
	padding: 0 18%;
	box-sizing: border-box;
}
.sost5 .left{
	width: 30%;
	float: left;
	position: relative;
	padding-bottom: 5%;
	text-align: right;
}
.sost5 .left::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width:96px;
	height: 5px;
	background: #5221dc;
    background: linear-gradient(to right, #5221dc, #3ac5fd);
}
.sost5 .left h2{
    color: #031e2a;
    font-size: 4.4rem;
	line-height: 1.2;
	font-family: "myfont2";
	font-weight: 600;
}
.sost5 .left h2:nth-of-type(2n+1){
	font-family: "title2";
}
.sost5 .right{
	width: 60%;
	float: right;
}
.sost5 .right p{
    font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 6%;
	font-family: "myfont2";
}
.sost5 .right p strong{
	font-size: 1.4rem;
	font-family: "title2";
}
.con_ban{
	background: #031e2a;
	height: 500px;
}

#page-header-bg .nectar-particles {
    width: 100%;
    height: 100%;
}
#page-header-bg .canvas-bg {
    transition: background-color 0.7s ease;
    -webkit-transition: background-color 0.7s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#page-header-bg .canvas-bg canvas {
    width: 100vw;
    height: 100vh;
  }
.contact .box{
	padding: 0 5%;
	box-sizing: border-box;
}
.contact .left{
	width: 46%;
	float: left;
}
.contact .left > h2{
	font-size: 1.8rem;
	font-family: "myfont2";
}
.contact .left h3{
	font-size: 3.2rem;
	margin: 3% 0 ;
}
.contact .left > p{
    font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 6%;
	font-family: "myfont2";
}
.contact .left h4{
	font-size: 1.4rem;
	margin: 3% 0 10%;
	font-family: "title2";
}
.contact .h_other h2{
	color: #cf2087;
    font-weight: 900;
}
.contact .h_other p{
	color: #031e2a;
    line-height: 17px;
}
.contact .h_other p a{
	color: #58cdb4;
	font-size: 1.4rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact .h_other p a:hover{
	color: #031e2a;
}
.contact .right{
	width: 46%;
	float: right;
}
.contact .bar{
	float: left;
	width: 100%;
	margin-bottom: 5%;
	position: relative;
}
.contact .bar::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background:#58cdb4 ;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact .bar.active::before{
	opacity: 1;
}
.contact .bar h6{
	font-size: 1.4rem;
	color: #9f9f9f;
	margin-bottom: 6px;
}
.contact .bar input{
	width: 100%;
	border-bottom: 2px solid #e0e0e0;
	line-height: 26px;
	font-size: 1.4rem;
	padding: 10px 0 10px 15px;
	color: #9f9f9f;
}
.contact .bar textarea{
	padding: 10px 0 10px 15px;
	width: 100%;
	border-bottom: 2px solid #e0e0e0;
	line-height: 30px;
	font-size: 1.4rem;
}
.contact .bar2:before{
	bottom: 3px;
}
.contact .right p{
	font-size: 1.1rem;
	color: #9f9f9f;
    font-weight: 400;
}
.contact .right p a{
	font-size: 1.1rem;
	color: #1d1d1d;
    text-decoration: underline;
}
.contact .submit input{
	padding:18px 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6rem;
	background: #58cdb4;
	border-radius: 5px;
	margin-top: 10%;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact .submit:hover input{
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.contact .submit input:disabled {
    cursor: not-allowed;
}
.contact2{
	padding-bottom: 6%;
}
.contact2 .box{
	padding: 5% 2% 0;
	box-sizing: border-box;
}
.contact2 h2{
	font-size: 5.2rem;
	margin-bottom: 5%;
	color: #c21184;
	font-family: "title2";
}
.contact2 h3{
	font-size: 3.2rem;
    font-weight: 400;
}
.contact2 h4{
	font-size: 1.4rem;
	margin: 20px 0;
	font-weight: 600;
}
.contact2 p{
    font-size: 1.42rem;
	line-height: 1.6;
	margin: 25px 0;
	font-family: "myfont2";
}
.contact2 p a{
    font-size: 1.42rem;
	font-family: "myfont2";
	color: #58cdb4;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact2 p a:hover{
	color: inherit;
}
.contact2 p.ps{
	margin: 2px 0;
	padding-left:22px;
	position: relative;
}
.contact2 p.ps::before{
	content: "";
	position: absolute;
	left:5px;
	top:10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #333;
}
.contact3 h3{
	margin-bottom: -15px;
	margin-top: 35px;
}
.contact3 h4{
	margin-bottom: -15px;
}
.contact4 p strong{
	font-size: 1.4rem;
	font-family: "title2";
}
.contact4 h3{
	margin-bottom: -15px;
}
#dituContent{
	height: 700px;
}
.amap-logo,.amap-copyright{
	opacity: 0 !important;
	display: none !important;
}
.amap-icon::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 0px;
	height: 0px;
	background: #ff0c51;
	opacity: 0.5;
	border-radius: 50%;
	z-index: 2;
	opacity: 0;
	animation: mapicon 3s cubic-bezier(.55, 0, 0.45, 1) infinite;
	}
.amap-icon::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 0px;
	height: 0px;
	background: #ff0c51;
	opacity: 0.1;
	border-radius: 50%;
	z-index: 2;
	opacity: 0;
	animation: mapicon2 3s cubic-bezier(.55, 0, 0.45, 1) infinite;
	}
@-webkit-keyframes mapicon {
	0{
		width: 0%;
		height: 0%;
		opacity: 0;
	}
	50% {
		width: 140px;
		height: 140px;
		opacity: 0.2;
	}
	100%{
		width: 180px;
		height: 180px;
		opacity: 0;
	}
}
@-webkit-keyframes mapicon2 {
	0{
		width: 0%;
		height: 0%;
		opacity: 0;
	}
	70% {
		width: 140px;
		height: 140px;
		opacity: 0.2;
	}
	100%{
		width: 180px;
		height: 180px;
		opacity: 0;
	}
}
.amap-icon img{
	z-index: 9;
}
.p_ban{
	width: 100%;
	padding: 11% 0% 0%;
	position: relative;
}
.p_ban .imgs{
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	width: 62%;
	margin: auto;
	-webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), opacity 0.35s ease-out, transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
	transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), opacity 0.35s ease-out, transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.p_ban .imgs b{
	display: block;
	width: 100%;
}
.p_ban .imgs span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
	transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	box-shadow: rgb(0 0 0 / 4%) 0px 1px 0px, rgb(0 0 0 / 5%) 0px 2px 7px, rgb(0 0 0 / 6%) 0px 12px 22px;
}
.p_ban .imgs.active{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.p_ban .imgs.active span{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.p_ban .img1{
	width: 100%;
	display: block;
	opacity: 0.5;
}
.p_ban .img2{
	width: 48%;
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
}
.pro1 .box{
	width: 62%;
	margin:2% auto;
	
}
.pro1 .left{
	width: 32%;
	float: left;
	margin-top: -2%;
	margin-left: -8%;
	opacity: 0;
}
.pro1 .left img{
	width: 100%;
	padding:0 8%;
	box-sizing: border-box;
}
.pro1 .right{
	width: 60%;
	float: right;
}
.pro1 .right h2{
	color: #047f7a;
    text-transform: uppercase;
    margin-bottom: 25px;
	font-family: "title2";
	font-size: 2.5rem;
	line-height: 1.3;
}
.pro1 .right p{
	font-weight: 500;
    font-size: 1.6rem;
	line-height: 1.5;
}
.pro1 .right p strong{
	font-family: "title2";
    font-size: 1.6rem;
}
.pro1 ul{
	margin-top: 6%;
	display: flex;
	padding: 0 2%;
	box-sizing: border-box;
	justify-content: center;
}
.pro1 ul li{
	padding: 0 3%;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
}
.pro1 ul li:last-of-type{
	border: none;
}
.pro1 ul b{
	width: 100%;
	margin: auto;
	display: block;
}
.pro1 ul b img{
	height: 140px;
}
.pro1 ul .more{
	font-family: "myfont2";
	float: none;
	font-size: 1.7rem;
	letter-spacing: 1px;
	justify-content: center;
}
.pro1 ul .more strong{
	margin-top: 1px;
}
.pro1 ul .more strong::before{
	top: 13px;
}
.pro1_bar{
	background: #f7f6f4;
	padding-bottom: 5%;
}
.pro1_bar .box{
	box-sizing: border-box;
	padding: 0 2%;
}
.pro1_bar .left{
	float: left;
	width: 39%;
	position: relative;
}
.pro1_bar .left img{
	width: 83%;
	float: right;
	margin-top:35%;
	border-radius: 5px;
	display: block;
	position: relative;
	z-index: 2;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(.3,0.95,.3,0.95);
    transition: transform 0.5s cubic-bezier(.3,0.95,.3,0.95);
	box-shadow: rgb(0 0 0 / 4%) 0px 1px 0px, rgb(0 0 0 / 5%) 0px 2px 7px, rgb(0 0 0 / 6%) 0px 12px 22px;
}
.pro1_bar .left b{
	display: block;
	position: absolute;
	border-radius: 5px;
	left: 0;
	top: 0;
	width: 83%;
	height: 85%;
	background-color: rgb(120, 139, 72);
}
.pro1_bar .right{
	float:right;
	width: 50%;
	margin: -1% 0 1%;
}
.pro1_bar .right img{
	height: 135px;
}
.pro1_bar .right h2{
	font-size: 4.2rem;
	color: #031e2a;
	font-family: "title2";
	line-height: 1.2;
}
.pro1_bar .right .txt{
	margin-top:9%;
}
.pro1_bar .right p{
	font-size: 1.4rem;
	margin: 18px 0;
	line-height: 1.6;
	font-family: "myfont2";
}
.pro1_bar .right h4 {
    margin-top: 10%;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    background: rgb(120, 139, 72);
    padding: 20px 40px 12px;
    border-radius: 5px;
    text-align: center;
    line-height: 1.6;
    font-family: "title2";
    display: flex;
    justify-content: center;
	float: left;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.pro1_bar .right h4:hover{
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
	margin-top: 9%;
}
.pro1_bar .right h4 i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: block;
	color: #fff;
	margin-left: 30px;
	font-size: 2.2rem;
	margin-top: -8px;
}
.pro1_bar .box2 .swiper-container {
    width: 100%;
    height: 100%;
	margin: 5% 0 0%;
	padding-bottom: 4%;
  }
.pro1_bar .box2 .swiper-container{
	cursor: url(../image/mouse.png),auto !important;	
}

.pro1_bar .box2 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pro1_bar .box2 .swiper-slide img {
    display: block;
    width: 100%;
}
.pro1_bar .box2 .swiper-container-horizontal>.swiper-scrollbar{
	height: 1px;
	width: 70%;
	left: 15%;
}
.pro1_bar .box2 .swiper-scrollbar-drag{
	height: 3px;
	top: -1px;
	background: rgba(0,0,0,0.9) !important;
}
.pro1_bar:nth-of-type(2n){
	background: none;
}
.pro1_bar:nth-of-type(2n) .left{
	float: right;
}
.pro1_bar:nth-of-type(2n) .left b{
	left: inherit;
	right: 0;
	background: rgb(255, 107, 58);
}
.pro1_bar:nth-of-type(2n) .left img{
	float: left;
}
.pro1_bar:nth-of-type(2n) .right{
	float: left;
}
.pro_logos{
	background: #fff;
	padding: 5% 0 4%;
}
.pro_logos h2{
	text-align: center;
	font-size: 3.4rem;
	position: relative;
	margin-bottom: 2%;
	line-height: 1.4;
	padding-bottom: 2%;
}
.pro_logos h2::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 200px;
	margin-left: -100px;
	height: 3px;
	background: #b8d000;
    background: linear-gradient(to right, #b8d000, #007472);
	text-align: center;
	font-size: 2rem;
}
.pro_logos ul{
	padding: 0 10%;
	box-sizing: border-box;
}
.pro_logos ul li{
	float: left;
	width:25%;
}
.pro_logos ul li img{
	margin:14% auto;
	display: block;
	width: 58%;
	transition: all 0.45s cubic-bezier(0.3, 0.4, 0.1, 1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.55;
}
.pro_logos ul li:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	opacity: 1;
}
.pro3 ul li{
	width: 33.3%;
	transition: all 0.6s cubic-bezier(0.12,0.75,0.4,1);
	-webkit-transition:all 0.6s cubic-bezier(0.12,0.75,0.4,1);
	display: block;
	float: left;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	}
.pro3 ul li.active{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pro3 ul li:hover{
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
	box-shadow: 10px 30px 40px rgba(0,0,0,0.2);
	z-index: 9;
	position: relative;
}
.pro3 ul li img{
	width: 45%;
	padding: 11.5% 0;
	display: block;
	margin: auto;
}
.pro_box{
	overflow: hidden;
}
.big_box .box2{
	width: 90%;
	margin: auto;
}
.big_box .btn{
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	opacity: 0;
}
.big_box .btn i{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	padding: 5px;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	position: relative;
	z-index: 2;
}
.big_box .btn:before {
    content: "";
    position: absolute;
    top: 0px;
    right:0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgba(25, 25, 25, 0.45);
    z-index: 1;
    transform: scale(0.9);
    transition: all 0.25s cubic-bezier(.15,0.2,.1,1);
}
.big_box .btn:hover::before{
	background: #58cdb4;
	transform: scale(1);
}
.big_box .btn_l{
	left: 2%;
}
.big_box .btn_r{
	right: 2%;
}
.big_box .btn_r i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.big_box_pro .big_imgss{
	height: 90%;
	width: auto;
}
.big_box_pro .big_imgss img{
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}
.big_box_pro .big_imgss img:first-of-type{
	display: block;
}
.big_box_sost2 .big_imgss .imgs{
	height: 100%;
}
#box{
	-webkit-transform: scale(2.8);
	transform: scale(2.8);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.zoom-in{;
	cursor: zoom-in;
}
.grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}