* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500
}
canvas {
	background: none
}
li {
	list-style: none
}
a {
	text-decoration: none;
	color: #333
}
a:hover{cursor:url('../images/cursor.png'), auto;}
@font-face {
	font-family: 'iconfont';
	src: url('../font/font_2884880_suiwnysw3ue.woff2') format('woff2'), url('../font/font_2884880_suiwnysw3ue.woff') format('woff'), url('../font/font_2884880_suiwnysw3ue.ttf') format('truetype')
}
@font-face {
	font-family: 'en';
	src: url(../font/tt0173m_.ttf)
}
@font-face {
	font-family: 'PingFang';
	src: url(../font/PingFang.ttf)
}
@font-face {
	font-family: 'en-medium';
	src: url(../font/en.ttf)
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}
html {
	font-family: "PingFang", 'system-ui', '微软雅黑'
}
.clearfloat {
	position: relative
}
.clearfloat::after {
	content: '';
	visibility: hidden;
	display: block;
	width: 0;
	height: 0;
	clear: both
}
.button-hover {
	position: relative
}
.button-hover::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	content: "";
	margin-top: -25px;
	margin-left: -25px;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.button-hover:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.finish {
	-webkit-animation: go 4s ease-in-out;
	animation: go 4s ease-in-out
}
.loading {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	left: 0;
	top: 0;
	z-index: 99999
}
.loading>div {
	position: absolute;
	width: 100%;
	height: 120vh;
	left: 0;
	top: -10vh;
	will-change: auto
}
.loading .loading-first {
	background-color: #f4f4f4;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 999;
	-webkit-transform: skewY(2deg) scale(1.1);
	transform: skewY(2deg) scale(1.1)
}
.loading .loading-second {
	background-color: #fff;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 998;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	-webkit-transform: skewY(-3deg) scale(1.1);
	transform: skewY(-3deg) scale(1.1)
}
.loading .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -32px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 99999;
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}
.loading .loading-logo {
	z-index: 9999
}
.cursor {
	pointer-events: none;
	width: 60px;
	height: 60px;
	z-index: 99999;
	position: fixed;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	transform-origin: center
}
.cursor .cursor__circle {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}
.cursor .cursor__circle span {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.cursor .cursor__circle span i {
	color: #fff;
	font-size: 12px;
	font-weight: 400
}
.cursor__active {
	-webkit-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%)
}
.cursor__active .cursor__circle {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.cursor__circle {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.cursor.cursor__active .cursor__circle {
	width: 60px;
	height: 60px;
	background: #333;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.cursor.cursor__active .cursor__circle.cursor__circle__drag .cursor__arrow {
	margin: 0 10px
}
.cursor__circle.cursor__circle__drag {
	width: 100px !important;
	height: 100px !important;
	margin-top: -20px;
	margin-left: -20px
}
.onload>div {
	height: 0
}
.onload .logo {
	-webkit-animation: none;
	animation: none;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	opacity: 0
}
.onload .logo path, .onload .logo polygon {
	-webkit-animation: none;
	animation: none;
	stroke-dashoffset: 0
}
.onload .logo .font {
	opacity: 1
}
.animationFinish {
	display: none
}
.container3 {
	width: 1680px;
	margin: 0 auto;
	position: relative
}
.logo {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	opacity: 1;
	width: 200px;
	display: block
}
.logo path, .logo polygon {
	stroke: #333;
	stroke-width: 1;
	stroke-dasharray: 800;
	stroke-dashoffset: -800;
	-webkit-animation: go 4s linear infinite;
	animation: go 4s linear infinite;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	fill: none
}
.container {
	width: 1440px;
	margin: 0 auto
}
.button {
	position: relative;
	height: 68px;
	width: 115px;
	display: inline-block;
	background-color: #fff
}
.button:hover span:last-child::after {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.button:hover span:first-child i {
	color: #fff
}
.button:hover span i::after, .button:hover span i::before {
	background-color: #fff !important
}
.button span {
	font-size: 14px;
	font-weight: 500;
	font-family: en-medium
}
.button span:first-child {
	position: absolute;
	top: 50%;
	right: 48px;
	z-index: 6566;
	width: 64px;
	color: #333;
	font-weight: 300;
	z-index: 1234;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.button span:first-child i {
	font-style: normal
}
.button span:last-child {
	width: 68px;
	height:68px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 66;
	top: 50%;
	margin-top: -34px
}
.button span:last-child::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	content: "";
	background-color: #333;
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.button span:last-child i {
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 22px;
	top: 22px
}
.button span:last-child i::after {
	position: absolute;
	width: 100%;
	background-color: #333;
	height: 1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	top: 50%;
	left: 0;
	z-index: 66
}
.button span:last-child i::before {
	position: absolute;
	width: 1px;
	background-color: #333;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	top: 0;
	z-index: 66;
	left: 50%
}
header {
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
	height: 5.625rem;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 666;
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}
header div h1 {
	float: left;
	padding-top: 1.25rem
}
header div h1 img {
	height: 3.125rem
}
header div nav {
	float: left;
	margin-left: 2rem
}
header div nav ul li {
	float: left;
	margin-right: 1.625rem;
	line-height: 5.625rem
}
header div nav ul li a {
	color: #fff;
	font-size: 14px
}
.header_fixed {
	height: 5.625rem !important;
	opacity: 1
}
.header__hide {
	height: 0;
	position: fixed
}
footer {
	height: 300px;
	background-color: #333;
	margin-top: 5rem
}
footer .container {
	padding-top: 60px
}
footer .container>div:first-child {
	height: 174px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #444
}
footer .container>div:first-child>div {
	position: absolute;
	top: 0
}
footer .container>div:first-child>div:first-child {
	left: 0
}
footer .container>div:first-child>div:first-child ul {
	padding-top: 30px
}
footer .container>div:first-child>div:first-child ul li {
	float: left;
	margin-right: 22px
}
footer .container>div:first-child>div:first-child ul li:hover a {
	color: #999
}
footer .container>div:first-child>div:first-child ul li a {
	color: #666;
	font-size: 14px
}
footer .container>div:first-child>div:nth-of-type(2) {
	right: 322px;
	color: #fff
}
footer .container>div:first-child>div:nth-of-type(2) span {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-top: 12px
}
footer .container>div:first-child>div:nth-of-type(2) a {
	font-size: 36px;
	color: #eee;
	font-weight: bold
}
footer .container>div:first-child>div:nth-of-type(2) p:nth-of-type(1) {
	margin-top: 20px
}
footer .container>div:first-child>div:nth-of-type(2) p:nth-of-type(2) {
	font-size: 12px;
	color: #666;
	margin-top: 12px
}
footer .container>div:first-child>div:nth-of-type(3) {
	right: 0
}
footer .container>div:first-child>div:nth-of-type(3) p {
	margin-bottom: 10px
}
footer .container>div:first-child>div:nth-of-type(3) a {
	width: 172px;
	text-align: center;
	color: #333;
	height: 50px;
	display: block;
	background: #eee;
	line-height: 50px
}
footer .container>div:last-child {
	font-size: 12px;
	line-height: 66px;
	height: 66px;
	position: relative;
	color: #666
}
footer .container>div:last-child a {
	color: #666
}
footer .container>div:last-child a:hover {
	color: #999
}
footer .container>div:last-child>div:first-child a {
	display: inline-block;
	margin-left: 12px
}
footer .container>div:last-child>div:last-child {
	position: absolute;
	right: 0;
	top: 0
}
.menu {
	position: fixed;
	right: -68px;
	text-align: center;
	z-index: 999;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	top: 1.25rem
}
.menu div {
	width: 56px;
	height: 56px;
	background: #fff;
-webkit-box-shadow:0 .625rem 1.875rem 0 rgba(0,0,0,0.1);
box-shadow:0 .625rem 1.875rem 0 rgba(0,0,0,0.1);
	border-radius: 50%;
	text-align: center;
	position: relative;
	cursor: pointer
}
.menu div span {
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 23px;
	height: 1px;
	width: 26px;
	background-color: #333;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform-origin: center;
	transform-origin: center
}
.menu div span:last-child {
	top: 38px
}
.menu p {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	overflow: hidden;
	height: 2.1875rem;
	width: 56px
}
.menu p>span {
	height: 4.375rem;
	width: 100%;
	display: inline-block;
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}
.menu p>span span {
	display: inline-block;
	height: 2.1875rem;
	line-height: 2.1875rem;
	width: 56px
}
.menu__active {
	top: 6.875rem
}
.menu__active div span {
	top: 28px !important
}
.menu__active div span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.menu__active div span:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.menu__active p>span {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.menu__show {
	right: 1.25rem
}
.none {
	display: none
}
@-webkit-keyframes hide {
from {
width:200px;
opacity:1
}
to {
	width: 3000px;
	opacity: 0
}
}
@keyframes hide {
from {
width:200px;
opacity:1
}
to {
	width: 3000px;
	opacity: 0
}
}
@-webkit-keyframes go {
0% {
stroke-dashoffset:800
}
100% {
stroke-dashoffset:0
}
}
@keyframes go {
0% {
stroke-dashoffset:800
}
100% {
stroke-dashoffset:0
}
}
@-webkit-keyframes go3 {
0% {
stroke-dashoffset:888
}
100% {
stroke-dashoffset:0;
fill:#333
}
}
@keyframes go3 {
0% {
stroke-dashoffset:888
}
100% {
stroke-dashoffset:0;
fill:#333
}
}
.k-swiper {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute !important;
	left: 0;
	width: 100%
}
.k-swiper .swiper-slide {
	width: auto;
	position: relative
}
.k-swiper .swiper-slide img {
	width: 57.5vw
}
.k-swiper .swiper-slide span {
	display: block;
	text-align: right;
	font-size: 1.125rem;
padding-top:.625rem
}
.open-container iframe {
	position: absolute;
	left: 5%;
	top: 10vh;
	width: 90%;
	height: 80vh
}
.select {
	cursor: pointer;
	position: relative;
	font-family: "PingFang"
}
.select>p {
	padding: 1rem 0;
	font-size: 1rem;
border-bottom:.0625rem solid #ccc
}
.select>p .arr {
	display: inline-block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	float: right
}
.select>p .arr i {
	font-size: 14px
}
.select>div {
	height: 0;
	overflow: hidden;
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 12;
	top: 100%
}
.select>div ul {
	background-color: #eee;
	max-height: 300px;
	overflow-y: auto
}
.select>div ul li {
	height: 40px;
	line-height: 40px;
text-indent:.625rem;
	font-size: 14px;
	cursor: pointer
}
.select>div ul li:hover {
	background-color: #333;
	color: #fff
}
.select>div ul .select__active {
	background-color: #333;
	color: #fff
}
.pagination {
	text-align: center;
	padding-top: 3.125rem
}
.pagination li {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #eee;
	margin: 0 2px;
	line-height: 40px;
	font-family: "PingFang";
	font-size: 16px
}
.pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: "PingFang"
}
.pagination .active {
	background-color: #ccc
}
.pagination .disabled {
	cursor: not-allowed
}
.select.select__active>p>.arr {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
@media screen and (max-width:1680px) {
.container3 {
	width: auto;
	margin: 0 3rem
}
}
@media screen and (max-width:1440px) {
.container {
	width: auto;
	margin: 0 3rem
}
}
@media screen and (max-width:768px) {
header {
	opacity: 0;
	text-align: center
}
.container {
	width: auto;
	margin: 0 1.875rem
}
.menu {
	right: 1.25rem !important
}
.menu div {
	width: 45px;
	height: 45px
}
.menu div span {
	width: 20px;
	top: 16px;
	left: 12.5px
}
.menu div span:last-child {
	top: 29px
}
.menu__active div span {
	top: 22.5px !important
}
header div nav {
	float: none;
	padding-top: 35px
}
header div h1 {
	float: none;
	padding-top: 0;
	height: 60px;
	padding-top: 15px
}
header div h1 img {
	height: 40px;
	margin-top: 10px
}
.menu {
	width: 45px
}
.menu p {
	width: 100%
}
.menu div {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	left: 50%
}
.menu p>span span {
	width: 100%
}
.menu__active {
	top: 1.25rem
}
.menu {
	right: -50px
}
.menu__show {
	right: 1.25rem
}
header div nav ul li {
	float: none;
	line-height: 50px
}
header div nav ul li a {
	display: block;
	width: 100%;
	text-align: center;
	height: 100%;
	font-size: 14px
}
.header_fixed {
	height: 380px !important
}
footer {
	height: 340px
}
footer .container {
	padding-top: 25px;
	height: 100%;
	position: relative
}
footer .container>div:first-child {
	height: 240px
}
footer .container>div:first-child>div {
	position: static
}
footer .container>div:first-child>div:first-child img {
	height: 30px
}
footer .container>div:first-child>div:first-child ul {
	padding-top: 12px
}
footer .container>div:first-child>div:first-child ul li {
	margin-right: 12px
}
footer .container>div:first-child>div:first-child ul li a {
	font-size: 14px
}
footer .container>div:first-child>div:nth-of-type(2) a {
	font-size: 24px
}
footer .container>div:first-child>div:nth-of-type(2) p:nth-of-type(1) {
	margin-top: 6px
}
footer .container>div:first-child>div:nth-of-type(2) p:nth-of-type(2) {
	margin-top: 6px
}
footer .container>div:first-child>div:last-child {
	margin-top: 20px
}
footer .container>div:first-child>div:last-child>p {
	display: inline-block
}
footer .container>div:first-child>div:last-child>p a {
	width: 140px;
	text-align: center;
	color: #333;
	height: 40px;
	line-height: 40px;
	font-size: 12px
}
footer .container>div:last-child {
	position: absolute;
	bottom: 0;
	text-align: left;
	left: 0;
	width: 100%;
	line-height: 1.5
}
footer .container>div:last-child a {
	margin-left: 0 !important
}
footer .container>div:last-child>div:last-child {
	position: static
}
}
