@import "../iconfont/iconfont.css";

.fyc {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center
}

@font-face {
	font-family: 'gilroyb';
	src: url('../iconfont/gilroyb.eot');
	src: url('../iconfont/gilroyb.eot') format('embedded-opentype'),
		url('../iconfont/gilroyb.woff2') format('woff2'),
		url('../iconfont/gilroyb.woff') format('woff'),
		url('../iconfont/gilroyb.ttf') format('truetype'),
		url('../iconfont/gilroyb.svg') format('svg');
}

@font-face {
	font-family: 'Rajdhani';
	src: url('../iconfont/Rajdhani-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Rajdhani_b';
	src: url('../iconfont/RAJDHANI_BOLD.ttf') format('truetype');
}

@font-face {
	font-family: 'FuturaBT_k';
	src: url('../iconfont/FuturaBT_k.ttf') format('truetype');
}

@font-face {
	font-family: 'dincond';
	src: url('../iconfont/dincond-medium-webfont.woff2') format('woff2');
}

@font-face {
	font-family: 'siyuan';
	src: url('../iconfont/webfont_2gelh9c840n.woff2') format('woff2');
}

@font-face {
	font-family: 'iconfont';
	/* Project id 2376408 */
	src: url('//at.alicdn.com/t/c/font_2376408_ioxfjbyejbj.woff2?t=1690954279004') format('woff2'),
		url('//at.alicdn.com/t/c/font_2376408_ioxfjbyejbj.woff?t=1690954279004') format('woff'),
		url('//at.alicdn.com/t/c/font_2376408_ioxfjbyejbj.ttf?t=1690954279004') format('truetype');
}

@font-face {
	font-family: 'iconfont';
	/* Project id 3251675 */
	src: url('//at.alicdn.com/t/font_3251675_lgxl36qj4zi.woff2?t=1654064883580') format('woff2'),
		url('//at.alicdn.com/t/font_3251675_lgxl36qj4zi.woff?t=1654064883580') format('woff'),
		url('//at.alicdn.com/t/font_3251675_lgxl36qj4zi.ttf?t=1654064883580') format('truetype');
}

@font-face {
	font-family: 'gilroy-m';
	src: url('../iconfont/Gilroy-Medium.otf');
}

@font-face {
	font-family: 'gilroy-l';
	src: url('../iconfont/Gilroy-Light.otf');
}

@font-face {
	font-family: 'fz';
	src: url('../iconfont/fz.TTF');
}

.wrap {
	width: 83vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1360px) {
	.wrap {
		width: 92%
	}
}

@media (max-width:460px) {
	.wrap {
		width: 94%
	}
}

.ver>* {
	display: inline-block;
	vertical-align: middle
}

.table-cell {
	display: table;
	width: 100%
}

.table-cell>* {
	display: table-cell;
	vertical-align: middle
}

.row-pv0 {
	margin-left: 0;
	margin-right: 0
}

.row-pv0>* {
	padding-left: 0;
	padding-right: 0
}

.mv0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.pv0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.pt0 {
	padding-top: 0px !important
}

.pb0 {
	padding-bottom: 0px !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mt0 {
	margin-top: 0 !important
}

.bggray {
	background: #f2f2f3
}

.bgf {
	background: #fff
}

.c {
	color: #00dad1
}

.bgc {
	background-color: #00dad1
}

.cf {
	color: #fff
}

.c-red {
	color: #000
}

.bg-red {
	background: #000
}

.hv:hover {
	color: #00dad1
}

.hvf:hover {
	color: #fff
}

.hvbg0:hover {
	background: #000;
	color: #fff
}

.bghover {
	transition: .6s
}

.bghover:Hover {
	background-color: #00dad1;
	color: #fff
}

.l {
	border: 1px solid #f2f2f3
}

.lb {
	border-bottom: 1px solid #f2f2f3
}

.lt {
	border-top: 1px solid #f2f2f3
}

.cover-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.cover-box .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s
}

.cover-box .coverimg.contain {
	background-size: contain
}

.cover-box ._bg {
	width: 100%;
	visibility: hidden;
	display: block
}

.cover-box .icon-bofang1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	font-size: .4rem;
	color: #fff;
	transition: .6s
}

@media (min-width:993px) {
	.cover-box:hover .cover-tip {
		opacity: 1;
		filter: alpha(opacity=1)
	}

	.cover-box:hover .coverimg {
		transform: scale(1.05, 1.05)
	}

	.cover-box:hover .icon-bofang1 {
		font-size: .6rem
	}
}

.cover-tip {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease 0s;
	z-index: 55
}

.cover-tip .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}

.cover-tip .bgbox.blue {
	background-color: rgba(0, 161, 230, 0.8)
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s
}

.cover-tip .linet {
	top: 0
}

.cover-tip .lineb {
	bottom: 0
}

.cover-tip:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: .6;
	filter: alpha(opacity=60)
}

.iconfont {
	font-size: inherit
}

.cover-box ._bg {
	width: 100%
}

.pb0 {
	padding-bottom: 0 !important
}

.pl0 {
	padding-left: 0 !important
}

.pt0 {
	padding-top: 0 !important
}

.c {
	color: #00dad1
}

.cItem:not(.active) {
	display: none
}

.medium {
	font-family: medium
}

.bsBox {
	box-sizing: content-box
}

.bsBox>* {
	box-sizing: content-box
}

.pagination {
	text-align: center;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	width: 100%;
}

.pagination li {
	margin: 0 2px
}

@media (max-width:480px) {
	.pagination li {
		margin: 0 2px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.pagination li>* {
		padding: 5px 12px !important
	}
}

.pagination .active>a,
.pagination .active>span,
.pagination .active>a:hover,
.pagination .active>span:hover,
.pagination .active>a:focus,
.pagination .active>span:focus {
	color: #fff;
	background-color: #00dad1
}

.pagination li>a,
.pagination li>span {
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #333;
	border: 0;
	padding: 6px 12px;
	border: 1px solid #f3f3f3;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #00dad1
}

.pagination>.active>a {
	border: none;
}

.fadeIntop {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(30px)
}

.fadeIntop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
	transition: all .3s ease 0s
}

#totop {
	width: 50px;
	height: 50px;
	background: url('../image/top.png') no-repeat center center;
	background-color: #a8a8a8;
	background-color: rgba(171, 171, 171, 0.3);
	;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 5555;
	cursor: pointer;
	border-radius: 50%;
	transition: .6s;
	opacity: 0;
	transform: translateY(20px)
}

@media (max-width:640px) {
	#totop {
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		background-size: 20px
	}
}

@media (min-width:768px) {
	#totop:hover {
		background-color: #00dad1
	}
}

#totop.show {
	transform: translateY(0);
	opacity: 1
}

main {
	overflow: hidden
}

main.gap {
	margin-top: 80px
}

@media (max-width:1360px) {
	main.gap {
		margin-top: 1rem
	}
}

@media (max-width:640px) {
	main.gap {
		margin-top: 1.3rem
	}
}

@media (max-width:1199px) {
	main {
		margin-top: .8rem
	}
}

@media (max-width:640px) {
	main {
		margin-top: 1.3rem
	}
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.header.fixed {
	background: #fff
}

.header.fixed .logo {
	background-image: url('../image/logo.png')
}

@media (min-width:1200px) {
	.header.fixed .head_wrap {
		height: .8rem
	}

	.header.fixed .header_nav {
		width: 45%
	}
}

.header.fixed .header_nac .nac_v span {
	color: #333
}

.header.fixed .header_nac .nac_v .ac {
	color: #00dad1
}

.header.fixed .header_btn .contact .nac_v span {
	color: #fff
}

header:hover {
	background: #fff
}

header:hover .logo {
	width: 1rem;
	background-image: url('../image/logo.png')
}

@media (min-width:1200px) {
	header:hover .head_wrap {
		height: .8rem
	}

	header:hover .header_nav {
		width: 45%
	}
}

header:hover .header_nac .nac_v span {
	color: #333
}

header:hover .header_nac .nac_v .ac {
	color: #00dad1
}

header:hover .header_btn .contact .nac_v span {
	color: #fff
}

@media (min-width:641px) {
	header:hover:not(.fixed) .head_wrap {
		height: 1rem
	}
}

header {
	font-family: syRegular;
	background: transparent;
	transition: .6s
}

header .logo {
	width: 1.5rem;
	height: 70%;
	background: url('../image/logo_w.png') no-repeat left center;
	background-size: contain;
	display: block;
	transition: .6s
}

@media (max-width:640px) {
	header .logo {
		width: 3.5rem;
		background-size: 100% auto
	}
}

header.fixed {
	background: #fff
}

header.fixed .logo {
	width: 2rem;
	background-image: url('../image/logo.png')
}

@media (min-width:1200px) {
	header.fixed .head_wrap {
		height: .8rem
	}

	header.fixed .header_nav {
		width: 40%
	}
}

header.fixed .header_nac .nac_v span {
	color: #333
}

header.fixed .header_nac .nac_v .ac {
	color: #00dad1
}

header.fixed .header_btn .contact .nac_v span {
	color: #fff
}

@media (max-width:1199px) {
	header {
		background: #fff
	}

	header .logo {
		width: .8rem;
		background-image: url('../image/logo.png')
	}

	header:hover .logo {
		width: .8rem;
	}

	header .header_nac .nac_v span {
		color: #333
	}

	header .header_nac .nac_v .ac {
		color: #00dad1
	}

	header .header_btn .contact .nac_v span {
		color: #fff
	}
}

@media (max-width:1199px) and (min-width:1200px) {
	header .head_wrap {
		height: .8rem
	}

	header .header_nav {
		width: 45%
	}
}

.head_wrap {
	width: 83vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	height: 1.3rem;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	transition: .6s
}

@media (max-width:1360px) {
	.head_wrap {
		width: 92%
	}
}

@media (max-width:460px) {
	.head_wrap {
		width: 94%
	}
}

@media (min-width:768px) {
	.head_wrap {
		height: 1rem
	}
}

.header_nav {
	width: 43%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	transition: .6s
}

@media (min-width:1200px) {
	.header_nav {
		min-width: 480px
	}
}

.header_nav .inner {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.header_nav .nav_li:hover .pc-menu-drop,
.header_nav .nav_li.open .pc-menu-drop {
	opacity: 1;
	height: auto;
	top: 80px;
	border-top: 1px solid #f5f5f5;
	z-index: 55
}

.header_nav .nav_li {
	height: 80px;
	display: flex;
	align-items: center
}

.header_nav .nav_li.active .nac_v,
.header_nav .nav_li:hover .nac_v {
	transform: translateY(-100%)
}

.pc-menu-drop {
	position: fixed;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	width: 100vw;
	top: 80px;
	z-index: -1;
	transition: .3s;
	opacity: 0;
	height: 0;
	overflow: hidden;
	background: #fff
}

.pc-menu-drop .drop-inner-wrap {
	position: relative;
	z-index: 55;
	width: 83vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1360px) {
	.pc-menu-drop .drop-inner-wrap {
		width: 92%
	}
}

@media (max-width:460px) {
	.pc-menu-drop .drop-inner-wrap {
		width: 94%
	}
}

.pc-menu-drop::before {
	content: '';
	display: block;
	position: absolute;
	width: 50vw;
	height: 100%;
	background: #f2f2f3;
	right: 50%;
	top: 0;
	z-index: 1
}

.pc-menu-drop .drop-inner {
	position: relative;
	z-index: 55;
	background: #fff;
	display: table;
	width: 100%
}

.pc-menu-drop .drop-inner>* {
	display: table-cell;
	vertical-align: middle
}

.pc-menu-drop .drop-inner>* {
	vertical-align: top
}

.pc-menu-drop .titbox {
	width: 4rem;
	background: #f2f2f3
}

.pc-menu-drop .titbox-inner {
	margin-right: 60px;
	background: #8e8e8e;
	color: #fff;
	text-align: center;
	padding: 58px 20px;
	margin: 50px 60px 50px 0
}

.pc-menu-drop .titbox-inner h5 {
	font-size: 30px;
	margin-bottom: 10px
}

.pc-menu-drop .titbox-inner a {
	color: #fff;
	display: block;
	transition: .6s
}

.pc-menu-drop .titbox-inner a:hover {
	transform: translateY(-3px)
}

.pc-menu-drop .titbox-inner .desc {
	font-size: 16px;
	line-height: 1.6
}

.pc-menu-drop .drop-menu .item {
	width: 33.33%;
	float: left;
	padding-bottom: 62px;
	padding-left: 86px;
	line-height: 1.6
}

.pc-menu-drop .drop-menu .item:nth-child(3n+1) {
	clear: both
}

.pc-menu-drop .drop-menu .tit {
	font-size: 18px
}

.pc-menu-drop .drop-menu .gray {
	font-size: 16px;
	color: #999;
	margin-bottom: 16px
}

.pc-menu-drop .drop-menu .more {
	width: 126px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 2em;
	border: 1px solid #666;
	display: inline-block;
	transition: .6s
}

.pc-menu-drop .drop-menu .more:hover {
	background-color: #00dad1;
	color: #fff;
	border-color: #00dad1;
	transform: translateX(-5px)
}

.pc-menu-drop .drop-menu-inner {
	padding-top: 66px;
	padding-bottom: 40px
}

.header_nac {
	height: 30px;
	text-align: center;
	font-size: 18px;
	display: block;
	overflow: hidden;
	line-height: 30px
}

.header_nac .nac_v {
	height: inherit;
	-webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: all .6s cubic-bezier(.4, 0, .2, 1);
	-o-transition: all .6s cubic-bezier(.4, 0, .2, 1);
	transition: all .6s cubic-bezier(.4, 0, .2, 1)
}

.header_nac .nac_v span {
	display: block;
	color: #fff
}

.header_nac .nac_v .ac {
	color: #00dad1
}

.header_btn {
	font-size: 18px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex !important;
	display: flex !important;
	display: -webkit-box !important;
	display: box !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-box-align: center !important;
	box-align: center !important;
	-webkit-box-pack: center !important;
	box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important
}

.header_btn .offer {
	margin-right: 34px;
	color: #fff
}

.header_btn .offer:hover {
	color: #00dad1
}

.header_btn .contact {
	background-color: #00dad1;
	color: #fff;
	width: 92px;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.header_btn .contact .ac {
	color: #fff
}

@media (max-width:992px) {
	.header_btn .contact {
		height: 34px;
		width: 72px
	}

	.header_btn .contact span {
		height: 34px;
		line-height: 34px
	}
}

.m-menus {
	width: 100%;
	max-width: 640px;
	height: 100vh;
	position: fixed;
	top: 1.3rem;
	right: -100%;
	background: #202121;
	overflow: hidden;
	line-height: 40px;
	font-size: 15px;
	z-index: -999;
	padding-top: 2%;
	color: #fff
}

@media (min-width:768px) {
	.m-menus {
		top: 1rem
	}
}

.m-menus .inner {
	height: calc((100vh - 1rem));
	padding-bottom: 30px;
	overflow-x: hidden;
	overflow-y: auto
}

.m-menus a {
	color: #fff
}

.m-menus.active {
	z-index: 999;
	transition: .6s;
	right: 0
}

.m-menus .item {
	cursor: pointer;
	transition: .3s;
	position: relative;
	text-align: center
}

.m-menus .item .tit {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.m-menus .item .tit .link {
	display: block;
	min-width: 70vw
}

.m-menus .item>a,
.m-menus .tit {
	display: block;
	line-height: 50px;
	color: #fff;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 16px;
	text-align: left !important
}

.m-menus .tit {
	position: relative;
	padding: 0 2% 0 6%
}

.m-menus .tit .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	width: 1rem;
	text-align: center
}

.m-menus .xs-menu {
	display: none;
	text-align: left;
	margin: .1rem 0 .3rem 4%;
	padding-left: 3%
}

.m-menus .xs-menu dd {
	line-height: 36px
}

.m-menus .active .tit,
.m-menus .open .tit {
	color: #00dad1
}

.m-menus .active .iconfont::before,
.m-menus .open .iconfont::before {
	content: "\e7e1"
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu {
	padding-bottom: 10px
}

.menu_btn {
	width: 50px;
	height: 60px;
	z-index: 101;
	cursor: pointer;
	transform-origin: center center;
	position: relative;
	display: block;
	right: -50px;
}

.menu_btn i {
	position: absolute;
	width: 26px;
	height: 2px;
	background-color: #00dad1;
	left: 12px;
	display: block;
	transition: all .4s ease-in-out
}

.menu_btn i:nth-of-type(1) {
	top: 20px
}

.menu_btn i:nth-of-type(2) {
	top: 30px
}

.menu_btn i:nth-of-type(3) {
	top: 40px;
	width: 14px
}

.menu_btn.active i:nth-of-type(1) {
	transform: rotate(225deg) translate(-7px, -7px)
}

.menu_btn.active i:nth-of-type(3) {
	opacity: 0
}

.menu_btn.active i:nth-of-type(2) {
	transform: rotate(-225deg) translate(0, 0)
}

.menu_btn:hover i:nth-of-type(3) {
	width: 14px
}

.foot-report {
	background: url('../image/report_bg.png') no-repeat center center;
	background-size: cover;
	padding: .6rem 0
}

@media (min-width:768px) {
	.foot-report ul {
		display: flex
	}

	.foot-report li {
		flex: 2;
		margin-right: .1rem
	}

	.foot-report .submitbox {
		flex: 1
	}
}

.foot-report .submitbox {
	margin-right: 0
}

.foot-report .submitbox .submit {
	background: #333;
	color: #fff;
	display: block;
	width: 100%
}

.foot-report .submitbox .submit:hover {
	font-weight: bold;
}

.foot-report .submitbox .submit i {
	margin-right: 10px;
}

@media (max-width:768px) {
	.foot-report {
		padding: .5rem 4vw
	}

	.foot-report li {
		margin-bottom: 10px
	}

	.foot-report li input {
		width: 100%;
	}
}

.foot-report input,
.foot-report select,
.foot-report .submit {
	background: #fff;
	height: .6rem;
	font-size: .2rem;
	border: 0;
	padding: 0 .2rem;
	border-radius: 0
}

@media (max-width:1200px) {

	.foot-report input,
	.foot-report select,
	.foot-report .submit {
		font-size: 16px
	}
}

@media (max-width:768px) {

	.foot-report input,
	.foot-report select,
	.foot-report .submit {
		height: 44px
	}
}

.foot-report .layui-form-select dl {
	top: 100%;
	margin-top: 2px
}

.layui-form-select dl dd.layui-this {
	background-color: #00dad1
}

.vmore {
	font-size: 30px;
	display: inline-block;
	position: relative;
	color: #fff
}

.vmore i {
	font-size: 80%;
	padding-left: 3px
}

.vmore::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: .09rem;
	background-color: #00dad1;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all .5s cubic-bezier(.24, .77, .25, 1)
}

.vmore span {
	position: relative;
	z-index: 2
}

.vmore:hover::after {
	content: '';
	display: block;
	position: absolute;
	height: 50%
}

@media (max-width:640px) {
	.vmore {
		font-size: 18px
	}
}

.bggray {
	background: #f2f2f3
}

.fxc {
	display: -webkit-flex !important;
	display: flex !important;
	display: -webkit-box !important;
	display: box !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-box-align: center !important;
	box-align: center !important;
	-webkit-box-pack: center !important;
	box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important
}

.vhd {
	font-size: .36rem;
	font-size: 26px
}

.vhd em {
	color: #00dad1;
	padding: 0 5px
}

.vhd .en {
	color: #999;
	text-transform: uppercase;
	font-family: "dinpro";
}

@media (max-width:480px) {
	.vhd h2 {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		align-items: flex-end
	}

	.vhd h2>* {
		line-height: 1
	}

	.vhd em {
		padding: 0 2px 0 0
	}

	.vhd .en {
		font-size: 18px
	}
}

.crumbs_box {
	padding: .3rem 0;
	color: #999;
	font-size: 16px
}

.crumbs_box a {
	color: #999
}

.crumbs_box a:hover {
	color: #00dad1
}

.crumbs_box em {
	color: #00dad1
}

.crumbs_box .icon-r {
	font-size: 12px;
	padding: 0 1px;
	display: inline-block
}

@media (min-width:640px) {
	.crumbs_box.fixed {
		position: relative;
		margin-top: -0.7rem;
		z-index: 55;
		padding: 0
	}
}

@media (max-width:600px) {
	.crumbs_box {
		display: none !important
	}
}

.crumbs_box.bggray {
	height: 50px;
	line-height: 50px;
	padding: 0;
	background-color: #e5e5e5
}

.special_top {
	position: relative;
	overflow: visible
}

.special_top .crumbs_box {
	background-color: #e6e6e6;
	padding: 0;
	line-height: 80px;
	height: 80px
}

@media (max-width:992px) {
	.special_top .crumbs_box {
		height: 1rem;
		line-height: 1rem
	}
}

.special_top .datas {
	background: url('../image/pd.png') no-repeat center center;
	background-size: cover;
	color: #fff;
	width: 60vw;
	position: absolute;
	top: -0.8rem;
	right: 0;
	bottom: 0
}

.special_top .data_inner {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
	font-size: 18px;
	height: 1.6rem
}

.special_top .data_inner .item {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.special_top .data_inner b {
	font-family: medium
}

.special_top .data_inner .val {
	display: block;
	font-size: .6rem
}

.special_top .content {
	position: relative;
	width: 83vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	z-index: 55;
	padding: 1.24rem 0 1.6rem;
	background: #fff;
	overflow: hidden
}

@media (max-width:1360px) {
	.special_top .content {
		width: 92%
	}
}

@media (max-width:460px) {
	.special_top .content {
		width: 94%
	}
}

@media (min-width:1199px) {
	.special_top .content .rightbox {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 50%
	}

	.special_top .content .rightbox.s2 {
		top: auto;
		bottom: 0;
		transform: translateY(0)
	}

	.special_top .content .leftbox {
		width: 52%
	}
}

@media (max-width:480px) {
	.special_top .content {
		padding: .7rem 0 .6rem
	}
}

@media (max-width:1199px) {
	.special_top .leftbox {
		padding-right: 6vw;
		margin-bottom: .7rem
	}

	.special_top .rightbox {
		text-align: center
	}

	.special_top .rightbox .img {
		max-width: 600px
	}
}

@media (max-width:1199px) and (max-width:992px) {
	.special_top .leftbox {
		padding-right: 0
	}
}

@media (min-width:1200px) {
	.special_top .rightbox {
		overflow: hidden
	}

	.special_top .rightbox .img {
		position: relative;
		right: -15%;
		display: block
	}
}

.special_top .hd {
	padding-bottom: .5rem;
	position: relative
}

.special_top .hd::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #00dad1;
	width: 25px;
	height: .05rem;
	left: 0;
	bottom: .3rem;
	transition: .6s
}

.special_top .hd h2 {
	font-size: .36rem;
	margin-bottom: .04rem
}

.special_top .hd .desc {
	color: #999;
	font-size: 18px
}

.special_top .hd:hover::after {
	width: 50px
}

.special_top .bd {
	font-size: 16px;
	color: #666;
	line-height: 1.8
}

.special_top .bd *+* {
	margin-top: 1em
}

.special_top .bd h6 {
	font-size: 24px;
	color: #00dad1
}

@media (max-width:992px) {
	.special_top .hd h2 {
		font-size: 30px
	}

	.special_top .data_inner {
		color: #00dad1
	}

	.special_top .rightbox {
		margin-top: .5rem
	}
}

@media (max-width:768px) {
	.special_top .hd h2 {
		font-size: 24px
	}

	.special_top .data_inner {
		font-size: 14px
	}

	.special_top .leftbox h6 {
		font-size: 20px
	}

	.special_top .rightbox .img {
		max-width: 80%
	}
}

.banner_box {
	height: 5.2rem;
	position: relative;
	overflow: hidden
}

.banner_box .mouse_wrap {
	bottom: 20%
}

.banner_box.h760 {
	height: 7.6rem;
	max-height: 100vh
}

@media (max-width:992px) {
	.banner_box.h760 {
		height: 5.2rem
	}
}

.banner_box.h670 {
	height: 6.6rem;
	max-height: 100vh
}

@media (max-width:992px) {
	.banner_box.h670 {
		height: 5.2rem
	}
}

.banner_box.h838 {
	height: 6.38rem;
	max-height: 100vh
}

@media (max-width:992px) {
	.banner_box.h838 {
		height: 5.2rem
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		-ms-transform: translateY(80px);
		transform: translateY(80px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.banner_box .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	color: #fff;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	width: 83vw
}

@media (max-width:1360px) {
	.banner_box .inner {
		width: 92%
	}
}

@media (max-width:460px) {
	.banner_box .inner {
		width: 94%
	}
}

@media (min-width:1201px) {
	.banner_box .inner {
		padding-top: .4rem
	}
}

.banner_box .vhd {
	font-size: .48rem;
	margin-bottom: .1rem
}

.banner_box .vhd .en {
	color: #fff
}

.banner_box .desc {
	font-size: .24rem
}

.banner_box .desc em {
	color: #00dad1
}

.banner_box .inner.case {
	margin-top: -80px
}

.banner_box .inner.case .vhd {
	font-size: .72rem;
	font-family: 'gilroy-m';
}

.banner_box .inner.case .desc {
	font-size: 16px
}

.banner_box .bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.banner_box .bg:not(.default) {
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
	transform: scale(1.2)
}

.banner_box .bg.animated {
	transform: scale(1)
}

@media (max-width:992px) {
	.banner_box h5 {
		font-size: 26px
	}

	.banner_box .desc {
		font-size: 18px
	}

	.banner_box .zxbtn {
		padding: 5px 20px
	}
}

.banner_box .disign {
	color: #00dad1;
	display: inline-block;
	border: .04rem solid #00dad1;
	padding: .3rem
}

.banner_box .disign h2 {
	font-size: .6rem;
	line-height: 1.2;
	padding-bottom: .8rem;
	position: relative;
	font-weight: bold
}

.banner_box .disign h2::after {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 5px;
	background-color: #00dad1;
	bottom: .4rem
}

.banner_box .disign .en {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold
}

@media (max-width:992px) {
	.banner_box .disign .en {
		font-size: 16px
	}
}

@media (max-width:480px) {
	.banner_box .disign .en {
		font-size: 14px
	}
}

.banner_box .disign.gray {
	border-color: #fff
}

.banner_box .disign.gray>* {
	color: #fff
}

.banner_box .disign.gray h2::after {
	background: #fff
}

.banner_box .disign.gray .en {
	transform-origin: 0 center
}

@keyframes downico {
	0% {
		opacity: .5
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .5
	}
}

.mouse_wrap {
	width: 83vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	z-index: 55;
	cursor: pointer
}

@media (max-width:1360px) {
	.mouse_wrap {
		width: 92%
	}
}

@media (max-width:460px) {
	.mouse_wrap {
		width: 94%
	}
}

.mouse_wrap .mouse {
	color: #999;
	font-size: 12px;
	padding-top: 54px;
	background: url('../image/mouse.png') no-repeat center top;
	background-size: contain;
	background-size: 26px;
	position: relative;
	animation: downico 2s ease-out infinite
}

.mouse_wrap .mouse:hover {
	color: #fff
}

.mouse_wrap .mouse.cf {
	color: #fff
}

.index_banner {
	width: 100%;
	height: calc((100vh - 1rem));
	position: relative;
	color: #fff
}

@media (max-width:1200px) {
	.index_banner {
		height: 8rem
	}
}

@media (max-width:640px) {}

.index_banner .mouse_wrap {
	bottom: .3rem
}

.index_banner .mouse_wrap .mouse {
	color: #fff
}

.index_banner .vmore {
	color: #fff
}

.index_banner .tool {
	position: absolute;
	left: 30%;
	right: 0;
	bottom: 0;
	height: .8rem;
	background: rgba(255, 255, 255, 0.9);
	z-index: 55
}

.index_banner .pnext_wrap {
	width: 1.6rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 55
}

.index_banner .pnext_wrap .pnext {
	width: .8rem;
	height: .8rem;
	line-height: 8rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: .34rem;
	float: left;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer
}

.index_banner .pnext_wrap .prev {
	background-image: url('../image/ic_l.png')
}

.index_banner .pnext_wrap .prev:hover {
	background-image: url('../image/ic_l_on.png')
}

.index_banner .pnext_wrap .next {
	background-image: url('../image/ic_r.png')
}

.index_banner .pnext_wrap .next:hover {
	background-image: url('../image/ic_r_on.png')
}

.index_banner .swiper-pagination {
	padding-left: .4rem;
	text-align: left;
	width: 50%
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	border: 1px solid #e6e6e6;
	height: .2rem;
	width: .2rem;
	background: transparent;
	background: #fff;
	border-radius: 0 !important;
	margin: 0 .07rem;
	position: relative;
	transition: .6s
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active {
	border-color: #00dad1;
	background-color: #00dad1
}

.index_banner li {
	position: relative;
	overflow: hidden
}

.index_banner li .img {
	display: block
}

.index_banner li .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
	transform: scale(1.3)
}

.index_banner .content {
	width: 83vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	z-index: 55;
	color: #fff
}

@media (max-width:1360px) {
	.index_banner .content {
		width: 92%
	}
}

@media (max-width:460px) {
	.index_banner .content {
		width: 94%
	}
}

.index_banner .tag {
	font-size: 30px;
	line-height: 1;
	display: inline-block;
	position: relative;
	transition: all 1s cubic-bezier(.24, .77, .25, 1);
	transition-delay: .1s;
	line-height: 1.2
}

.index_banner .tag em {
	color: #00dad1;
	padding: 0 4px;
	display: inline-block
}

.index_banner .desc {
	font-size: .72rem;
	transition: all 1s cubic-bezier(.24, .77, .25, 1);
	transition-delay: .2s;
	margin: 30px 0 40px;
	line-height: 1.2
}

@media (max-width:1360px) {
	.index_banner .swiper-pagination {
		bottom: .2rem
	}
}

@media (max-width:640px) {
	.index_banner .tag {
		font-size: 20px
	}

	.index_banner .desc {
		font-size: 28px;
		margin: .5rem 0
	}
}

.index_banner .ani011 {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(0, 1rem);
	transition-duration: .8s;
	transition-property: all;
	transition-timing-function: ease-out;
	font-family: "dinpro";
}

.index_banner .ani012 {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(0, -20vh);
	transition-duration: .8s;
	transition-property: all;
	transition-timing-function: ease-out
}

.index_banner .swiper-slide-active .bg {
	transform: scale(1)
}

.index_banner .swiper-slide-active .ani011,
.index_banner .swiper-slide-active .ani012 {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0, 0)
}

.index_banner .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: .2rem
}

@media (min-width:1920px) {
	.index_banner li {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center
	}

	.index_banner li .img {
		visibility: hidden
	}
}

@media (max-width:1919px) and (min-width:993px) {
	.index_banner li {
		background: none !important
	}
}

@media (max-width:992px) {
	.index_banner .swiper-pagination {
		bottom: 10px
	}

	.index_banner li {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center
	}

	.index_banner li .img {
		visibility: hidden
	}
}

.index_case {
	background: #252525;
	padding-bottom: 1.4rem;
	padding-top: .5rem;
	position: relative
}

.index_case::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1.4rem;
	background-color: #00dad1;
	left: 0;
	top: 0
}

@media (max-width:1199px) {
	.index_case::before {
		height: 10px
	}
}

.index_case .wrap {
	position: relative;
	z-index: 5
}

@media (min-width:1200px) {
	.index_case .txtbox {
		width: 33.3%;
		position: absolute;
		left: 0;
		top: 0
	}

	.index_case .txtbox .inner {
		padding-right: .2rem
	}

	.index_case .txtbox::after {
		content: '';
		display: block;
		position: absolute;
		top: -0.5rem;
		bottom: 0;
		right: .2rem;
		background-color: #fff;
		z-index: 1;
		width: 50vw
	}

	.index_case .txtbox ._bg {
		visibility: hidden
	}

	.index_case .txtbox .info {
		visibility: hidden
	}

	.index_case .txtbox .content {
		right: .2rem;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 5;
		padding: .2rem .2rem 0 0
	}
}

@media (min-width:1200px) and (max-width:1200px) {
	.index_case .txtbox .inner {
		padding-right: .1rem
	}

	.index_case .txtbox::after {
		right: .1rem
	}
}

.index_case .txtbox .txt {
	font-size: 24px;
	line-height: 1.5;
	margin: .2rem auto .3rem;
	max-width: 700px
}

.index_case .txtbox .txt em {
	color: #00dad1;
	font-family: 'FuturaBT_k';
}

.index_case .txtbox .vmore {
	color: #333;
	font-size: 24px
}

@media (max-width:1360px) {

	.index_case .txtbox .vmore,
	.index_case .txtbox .txt {
		font-size: 20px
	}
}

@media (max-width:1199px) {
	.index_case .txtbox {
		background: none !important;
		color: #fff
	}

	.aacc a {
		color: #fff;
		margin-right: 5px;
	}

	.index_case .txtbox ._bg {
		display: none
	}

	.index_case .txtbox .content {
		padding-right: .5rem
	}

	.index_case .txtbox .vmore,
	.index_case .txtbox .txt {
		font-size: 20px
	}

	.index_case .txtbox .content {
		padding: .5rem 0 !important;
		overflow: hidden
	}

	.index_case .txtbox .vhd {
		text-align: center
	}

	.index_case .txtbox .txt {
		font-size: 18px;
		margin: .4rem auto
	}

	.index_case .txtbox .vmore {
		float: right
	}

	.index_case .txtbox .vmore span {
		font-size: 18px;
		color: #fff
	}
}

.nobg {
	background: none !important
}

.case_item .info {
	padding: .2rem .26rem .24rem
}

.case_item .info .tit {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
	height: 25px;
	line-height: 25px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1
}

.case_item .info .tag {
	font-size: 16px;
	color: #666
}

@media (max-width:991px) {
	.case_item .info .tag {
		line-height: 20px
	}
}

@media (max-width:1200px) {
	.case_item .info .tit {
		font-size: 20px
	}
}

@media (max-width:640px) {
	.case_item .info {
		padding: .2rem .2rem .24rem
	}

	.case_item .info .tit {
		font-size: 20px
	}

	.case_item .info .tag {
		font-size: 14px
	}
}

@media (max-width:479px) {
	.case_item .info .tit {
		font-size: 18px
	}

	.case_item .info .tag {
		font-size: 14px
	}
}

.case_list {
	margin-left: -0.2rem !important;
	margin-right: -0.2rem !important;
	padding-bottom: .4rem
}

.case_list>* {
	padding-left: .2rem !important;
	padding-right: .2rem !important
}

.case_list li {
	margin-bottom: .4rem
}

@media (max-width:1680px) {
	.case_list {
		margin-left: -0.15rem !important;
		margin-right: -0.15rem !important
	}

	.case_list>* {
		padding-left: .15rem !important;
		padding-right: .15rem !important
	}

	.case_list li {
		margin-bottom: .3rem
	}
}

@media (max-width:1200px) {
	.case_list {
		margin-left: -0.1rem !important;
		margin-right: -0.1rem !important
	}

	.case_list>* {
		padding-left: .1rem !important;
		padding-right: .1rem !important
	}

	.case_list li {
		margin-bottom: .2rem
	}
}

.case_list .inner {
	background: #fff
}

@media (max-width:600px) {
	.case_list._index {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.case_list._index li {
		width: 100%;
		margin-bottom: .3rem
	}
}

.more_wrap {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex !important;
	display: flex !important;
	display: -webkit-box !important;
	display: box !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-box-align: center !important;
	box-align: center !important;
	-webkit-box-pack: center !important;
	box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important
}

.more_wrap a {
	display: inline-block;
	border: 1px solid #929292;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	padding: 0 26px;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex !important;
	display: flex !important;
	display: -webkit-box !important;
	display: box !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-box-align: center !important;
	box-align: center !important;
	-webkit-box-pack: center !important;
	box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	transition: .6s
}

.more_wrap a:hover {
	background-color: #00dad1;
	border-color: #00dad1
}

.more_wrap a .arr {
	width: 34px;
	height: 34px;
	display: block;
	background: url('../image/ic_r_f.png') no-repeat center center;
	background-size: contain;
	margin-left: 12px
}

@media (max-width:640px) {
	.more_wrap a {
		height: 42px;
		line-height: 42px;
		padding: 0 20px
	}

	.more_wrap a .arr {
		height: 30px;
		margin-left: 6px
	}
}

.more_wrap.red a {
	color: #00dad1;
	border-color: #00dad1
}

.more_wrap.red a .arr {
	background-image: url('../image/ic_r_on.png');
	transition: .6s
}

.more_wrap.red a:hover {
	background-color: #00dad1;
	color: #fff
}

.more_wrap.red a:hover .arr {
	background-image: url('../image/ic_r_f.png')
}

.index_nav {
	padding: .8rem 0 1rem;
	background: #fff;
	overflow: hidden;
	z-index: 55;
	position: relative
}

.index_nav::before,
.index_nav::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 1s;
	transition-delay: .05s;
	width: 46%
}

@media (max-width:1920px) {}

.index_nav::before {
	/* background-image:url('../image/pd_p.png'); */
	left: -10vw;
	background-position: right center
}

.index_nav::after {
	/* background-image:url('../image/pd_d.png'); */
	right: -10vw;
	background-position: left center
}

@media (max-width:1480px) {
	.index_nav::before {
		background-size: contain
	}

	.index_nav::after {
		background-size: contain
	}
}

@media (min-width:992px) {
	.index_nav.show::before {
		left: 0;
		opacity: .8
	}

	.index_nav.show::after {
		right: 0;
		opacity: .8
	}
}

.index_nav .pinner {
	position: relative;
	z-index: 5
}

@media (max-width:1920px) {
	.index_nav {
		background-size: 102% auto
	}
}

@media (max-width:992px) {
	.index_nav {
		background-size: 0
	}
}

.index_nav .myCanvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 55
}

.index_nav .hd {
	text-align: center;
	margin-bottom: .3rem
}

.index_nav .hd h2 {
	font-size: .48rem;
	margin-bottom: .1rem
}

.index_nav .hd h2 em {
	font-size: .72rem;
	color: #00dad1;
	position: relative;
	top: .04rem
}

.index_nav .hd .desc {
	font-size: 24px
}

@media (min-width:769px) {
	.index_nav li {
		width: 20%;
		position: relative;
		float: left;
		font-size: 18px
	}

	.index_nav li .icons {
		display: block;
		margin: 0 auto 6px;
		text-align: center;
		position: relative;
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-pack: center;
		box-pack: center
	}

	.index_nav li .icons ._bg {
		visibility: hidden
	}

	.index_nav li .icons .inner {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-pack: center;
		box-pack: center
	}

	.index_nav li .icons .icon {
		width: 70px;
		height: 70px;
		display: block;
		margin: 0 auto
	}

	.index_nav li .cover {
		position: absolute;
		left: 0%;
		top: 0%;
		color: #fff;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: ease-in .3s;
		background: url('../image/brand_bg.png') no-repeat center center;
		background-size: cover;
		padding: .3rem
	}

	.index_nav li .cover .tit {
		font-size: .24rem;
		margin-bottom: 14px;
		color: #fff;
		display: block;
		transition: .6s;
		transform: translateY(20px)
	}

	.index_nav li .cover .txt {
		font-size: 14px;
		line-height: 1.8;
		transition: .6s;
		transform: translateY(30px);
		transition-delay: .05s
	}

	.index_nav li.ac .cover,
	.index_nav li:hover .cover {
		opacity: 1;
		box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.2)
	}

	.index_nav li.ac .cover .tit,
	.index_nav li:hover .cover .tit {
		transition: .6s;
		display: inline-block;
		position: relative
	}

	.index_nav li.ac .cover .tit::after,
	.index_nav li:hover .cover .tit::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 1px
	}

	.index_nav li.ac .cover .tit:hover,
	.index_nav li:hover .cover .tit:hover {
		transform: translateX(5px)
	}

	.index_nav li.ac .cover .tit,
	.index_nav li:hover .cover .tit,
	.index_nav li.ac .cover .txt,
	.index_nav li:hover .cover .txt {
		transform: translateY(0)
	}
}

@media (min-width:769px) and (max-width:1300px) {
	.index_nav li .cover .txt {
		line-height: 1.6
	}
}

@media (min-width:769px) and (max-width:1199px) {
	.index_nav li .cover {
		padding: .2rem
	}

	.index_nav li .cover .tit {
		margin-bottom: 6px
	}

	.index_nav li .cover .txt {
		line-height: 1.5
	}
}

@media (min-width:769px) and (max-width:992px) {
	.index_nav li .cover {
		padding: .4rem
	}

	.index_nav li .cover .tit {
		font-size: .24rem;
		margin-bottom: 14px
	}

	.index_nav li .cover .txt {
		font-size: 14px
	}
}

@media (min-width:769px) and (max-width:1360px) {
	.index_nav li {
		width: 25%
	}
}

@media (min-width:769px) and (max-width:1200px) {
	.index_nav li .cover .tit {
		font-size: 20px
	}
}

@media (min-width:769px) and (max-width:992px) {
	.index_nav li {
		width: 33.33%
	}
}

@media (max-width:768px) {
	.index_nav .hd {
		width: 83vw;
		max-width: 1680px;
		margin-left: auto;
		margin-right: auto
	}

	.index_nav .hd .desc {
		font-size: 14px
	}

	.index_nav .list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch
	}

	.index_nav .list::after {
		display: none
	}

	.index_nav li {
		width: 32%;
		float: none;
		border: 1px solid #f2f2f3;
		padding: .2rem .2rem .3rem;
		margin-bottom: .4rem;
		margin-right: 2%
	}

	.index_nav li:nth-child(3n) {
		margin-right: 0
	}

	.index_nav li ._bg {
		display: none
	}

	.index_nav li .icons {
		text-align: center
	}

	.index_nav li .icons .tit {
		font-size: 22px
	}

	.index_nav li .cover {
		display: none
	}

	.index_nav li .cover .tit {
		font-size: 18px;
		text-align: center;
		margin-bottom: .1rem
	}

	.index_nav li .cover .txt {
		font-size: 16px
	}
}

@media (max-width:768px) and (max-width:1360px) {
	.index_nav .hd {
		width: 92%
	}
}

@media (max-width:768px) and (max-width:460px) {
	.index_nav .hd {
		width: 94%
	}
}

@media (max-width:640px) {
	.index_nav .tit {
		font-size: 16px !important
	}
}

@media (max-width:480px) {
	.index_nav li {
		padding-left: 0;
		padding-right: 0
	}

	.index_nav li .icons .icon {
		width: 60px;
		height: 60px
	}

	.index_nav .tit {
		font-size: 14px !important
	}
}

@media (max-width:460px) {
	.index_nav .list {
		justify-content: space-between
	}

	.index_nav li {
		width: 48%;
		margin-right: 0
	}
}

@-webkit-keyframes move {
	0% {
		background-position: 0
	}

	50% {
		background-position: 50px 0
	}

	100% {
		background-position: 0px 0
	}
}

.index_service {
	background-color: #000;
	overflow: visible;
	padding: .8rem 0 0;
	position: relative;
	z-index: 5
}

.index_service iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 130%;
	width: 100%
}

@media (max-width:992px) {
	.index_service iframe {
		height: 150%
	}
}

@media (max-width:768px) {
	.index_service iframe {
		height: 180%
	}
}

.index_service .wrap {
	position: relative;
	z-index: 55
}

.index_service .hd {
	color: #fff;
	text-align: center;
	margin-bottom: 1rem
}

.index_service .hd h2 {
	font-size: .48rem;
	margin-bottom: .1rem
}

.index_service .hd h2 em {
	font-size: .72rem;
	color: #00dad1;
	font-family: "dinprob";
}

@media (max-width:992px) {
	.index_service .hd {
		margin-bottom: 0
	}
}

.index_service .hd .desc {
	font-size: .24rem
}

@media (max-width:1680px) {
	.index_service .hd .desc br {
		display: none
	}
}

@media (max-width:992px) {
	.index_service .hd .desc {
		font-size: 18px
	}
}

@media (max-width:768px) {
	.index_service .hd .desc {
		font-size: 16px
	}
}

.index_service .bd {
	padding: .5rem 0 .5rem;
	background: #fff;
	position: relative;
	top: .6rem;
	box-shadow: 0 .2rem .2rem rgba(0, 0, 0, 0.1)
}

@media (max-width:768px) {}

.index_service li+li {
	border-left: 1px solid #f2f2f3
}

.index_service .titbox {
	text-align: center;
	position: relative;
	margin-bottom: .3rem
}

.index_service .titbox .en {
	font-size: .48rem;
	text-transform: uppercase;
	opacity: .1;
	line-height: .9rem;
	font-family: "dinpro";
}

.index_service .titbox .tit {
	font-size: .36rem;
	color: #00dad1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	width: .8rem;
	height: .8rem;
	line-height: .8rem;
	border: 1px solid #00dad1;
	border-radius: 50%
}

.index_service .info {
	padding-left: .9rem;
	font-size: 16px;
	color: #666;
	line-height: 40px
}

.index_service .info p {
	position: relative;
	padding-left: 26px
}

.index_service .info p::before {
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	background-color: #00dad1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	left: 0
}

@media (max-width:1680px) {
	.index_service .titbox {
		margin-bottom: .2rem
	}

	.index_service .titbox .en {
		font-size: .4rem
	}

	.index_service .titbox .tit {
		font-size: 30px
	}

	.index_service .info {
		padding-left: .5rem
	}
}

@media (max-width:1200px) {
	.index_service .info {
		padding-left: .4rem
	}

	.index_service .info p {
		padding-left: .2rem
	}
}

@media (max-width:992px) {
	.index_service li:nth-child(3) {
		border-left: 0
	}

	.index_service li:nth-child(3),
	.index_service li:nth-child(4) {
		position: relative;
		margin-top: .8rem
	}

	.index_service li:nth-child(3)::before,
	.index_service li:nth-child(4)::before {
		content: '';
		display: block;
		width: 80%;
		border-top: 1px solid #f2f2f3;
		top: -0.4rem;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5
	}
}

@media (max-width:640px) {
	.index_service .titbox .tit {
		width: .9rem;
		height: .9rem;
		line-height: .9rem;
		font-size: 30px
	}

	.index_service .info {
		font-size: 14px;
		line-height: 34px
	}

	.index_service .info p {
		padding-left: .3rem
	}
}

.index_point {
	background: #f2f2f3;
	padding: 1.3rem 0 1rem;
	position: relative;
	z-index: 1
}

@media (max-width:640px) {
	.index_point {
		padding-top: 1.6rem
	}
}

@media (max-width:640px) and (max-width:480px) {
	.index_point {
		padding-top: 1rem
	}
}

.index_point .vhd {
	margin-bottom: .46rem
}

@media (min-width:641px) {
	.index_point .vhd {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (max-width:640px) {
	.index_point .vhd {
		text-align: center
	}
}

.index_point nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	font-size: 18px;
	color: #666
}

@media (max-width:640px) {
	.index_point nav {
		margin: .4rem 0 .6rem;
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: center;
		box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		display: -webkit-flex !important;
		display: flex !important;
		display: -webkit-box !important;
		display: box !important;
		-webkit-align-items: center !important;
		align-items: center !important;
		-webkit-box-align: center !important;
		box-align: center !important;
		-webkit-box-pack: center !important;
		box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important
	}
}

.index_point nav .item {
	cursor: pointer;
	position: relative
}

.index_point nav .item span {
	position: relative;
	z-index: 5
}

.index_point nav .item+.item {
	margin-left: .6rem
}

.index_point nav .active {
	font-family: thin
}

.index_point nav .active::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: .08rem;
	background-color: #00dad1;
	left: 0;
	bottom: 0
}

.index_point .row {
	margin-left: -0.09rem !important;
	margin-right: -0.09rem !important;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}

.index_point .row>* {
	padding-left: .09rem !important;
	padding-right: .09rem !important
}

.index_point .row li {
	margin-bottom: .36rem
}

.index_point .row .inner {
	background: #fff;
	padding: 30px 26px 56px;
	transition: .6s;
	height: 100%;
	position: relative
}

.index_point .row .inner::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: .07rem;
	background-color: #00dad1;
	left: 0;
	top: 0;
	transition: ease-in .2s
}

.index_point .row .inner:hover {
	box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.1)
}

.index_point .row .inner:hover::before {
	width: 100%
}

.index_point .row .inner:hover .title {
	color: #00dad1
}

.index_point .row .inner:hover .arr {
	background-image: url('../image/arr_on.png')
}

.index_point .row .inner .arr {
	width: 29px;
	height: 8px;
	background: url('../image/arr.png') no-repeat center center;
	background-size: contain;
	position: absolute;
	right: .3rem;
	bottom: 20px
}

.index_point .row .inner .title {
	font-size: 20px;
	display: block;
	line-height: 30px
}

@media (min-width:640px) {
	.index_point .row .inner .title {
		word-break: break-all;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 2;
		max-height: 60px
	}
}

.index_point .row .inner .data {
	color: #999;
	margin: 5px 0 14px
}

.index_point .row .inner .data a {
	color: #999;
	display: inline-block;
	margin-left: 5px
}

.index_point .row .inner .data a:hover {
	color: #00dad1
}

.index_point .row .inner .desc {
	color: #999;
	line-height: 22px;
	height: 44px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2
}

@media (max-width:640px) {
	.index_point .row .inner {
		padding: 20px 16px 60px
	}
}

.index_brand {
	padding: .8rem 0 1.1rem;
	border-top: 3px solid #00dad1;
	background: #fff
}

@media (min-width:1200px) {
	.index_brand .wrap {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (max-width:1199px) {
	.index_brand {
		text-align: center
	}

	.index_brand .leftbox {
		margin-bottom: 1rem
	}

	.index_brand .leftbox .btns {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: center;
		box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		display: -webkit-flex !important;
		display: flex !important;
		display: -webkit-box !important;
		display: box !important;
		-webkit-align-items: center !important;
		align-items: center !important;
		-webkit-box-align: center !important;
		box-align: center !important;
		-webkit-box-pack: center !important;
		box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important
	}
}

.index_brand .leftbox .tit {
	font-size: 20px;
	color: #666
}

.index_brand .leftbox .info {
	margin: .24rem 0 .5rem
}

.index_brand .leftbox h5 {
	font-size: .36rem;
	margin-bottom: .06rem
}

.index_brand .leftbox h5 .tel {
	color: #00dad1;
	font-family: "dinpro";
}

.index_brand .leftbox h5 em {
	font-size: 18px;
	color: #00dad1;
	display: inline-block;
	position: relative;
	top: -2px
}

@media (max-width:414px) {
	.index_brand .leftbox h5 .start {
		display: block
	}
}

.index_brand .leftbox .desc {
	font-size: 18px
}

.index_brand .leftbox .desc span {
	color: #00dad1
}

.index_brand .leftbox .btns {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.index_brand .leftbox .btns a+a {
	margin-left: .2rem
}

.index_brand .leftbox .btns a {
	width: 2.1rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background-color: #00dad1;
	color: #fff;
	display: block;
	font-size: 20px
}

.index_brand .leftbox .btns a i {
	margin-right: .1rem
}

.index_brand .leftbox .btns .contact {
	background-color: #ababab
}

.index_brand .leftbox .btns .contact:hover {
	background-color: #00dad1
}

@media (max-width:768px) {
	.index_brand .leftbox {
		text-align: left
	}

	.index_brand .leftbox .btns a {
		width: 160px;
		height: 46px;
		line-height: 46px;
		text-align: center;
		font-size: 18px
	}
}

@media (max-width:640px) {
	.index_brand .leftbox .tit {
		font-size: 16px
	}

	.index_brand .leftbox h5 {
		font-size: 28px;
		line-height: 1.3
	}

	.index_brand .leftbox .desc {
		font-size: 14px
	}
}

.index_brand .rightbox {
	text-align: center;
	font-size: 16px
}

@media (min-width:481px) {
	.index_brand .rightbox {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;

		box-align: center;
		-webkit-box-pack: center;
		box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		display: -webkit-flex !important;
		display: flex !important;
		display: -webkit-box !important;
		display: box !important;
		-webkit-align-items: center !important;
		align-items: center !important;
		-webkit-box-align: center !important;
		box-align: center !important;
		-webkit-box-pack: center !important;
		box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important
	}
}

.index_brand .rightbox .item {
	border: 1px solid #f2f2f3;
	padding: 15px 15px 20px;
	background: rgba(255, 255, 255, 0.6);
}

.index_brand .rightbox .item+.item {
	margin-left: .4rem
}

.index_brand .rightbox img {
	display: block;
	margin: 0 auto .2rem;
	width: 1.6rem;
	height: 1.6rem
}

@media (max-width:768px) {
	.index_brand .rightbox img {
		width: 3rem;
		height: 3rem
	}
}

@media (max-width:480px) {
	.index_brand .rightbox {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto
	}

	.index_brand .rightbox img {
		width: 2.7rem;
		height: 2.7rem
	}

	.index_brand .rightbox .item {
		padding: .2rem .14rem .3rem
	}

	.index_brand .rightbox .item+.item {
		margin-left: 0
	}
}

.index_brand .rightbox .tit {
	color: #666
}

.index_brand .rightbox .desc {
	color: #00dad1
}

.footer {
	background: #000;
	color: #fff;
	text-align: center
}

.footer .content {
	padding: .35rem 0 1.0rem;
	;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.footer .content a {
	color: #fff
}

.footer .content a:hover {
	color: #00dad1
}

.footer .content img {
	width: .8rem;
	height: .8rem
}

.footer .content h6 {
	font-size: .24rem;
	margin-top: .2rem;
	margin-bottom: .04rem
}

.footer .content p {
	font-size: 20px;
	font-family: 'Rajdhani';
}

@media (max-width:992px) {
	.footer .content {
		padding-bottom: .6rem
	}

	.footer .content li {
		margin-bottom: 1rem
	}

	.footer .content li h6 {
		font-size: 18px
	}

	.footer .content li p {
		font-size: 16px;
		/* font-family: "dinpro"; */
	}
}

@media (max-width:480px) {
	.footer .content img {
		width: 50px;
		height: 50px
	}

	.footer .content h6 {
		margin-top: .1rem
	}
}

.footer .copy_txt {
	font-size: 14px;
	padding: 20px 0;
	line-height: 1.8;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .copy_txt a {
	color: #fff
}

.footer .copy_txt a:hover {
	color: #fff
}

.footer .copy_txt a,
.footer .copy_txt span {
	display: inline-block;
	padding: 0 3px
}

.case_nav {
	font-size: 26px;
	margin-bottom: .5rem
}

@media (min-width:768px) {
	.case_nav {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: center;
		box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		display: -webkit-flex !important;
		display: flex !important;
		display: -webkit-box !important;
		display: box !important;
		-webkit-align-items: center !important;
		align-items: center !important;
		-webkit-box-align: center !important;
		box-align: center !important;
		-webkit-box-pack: center !important;
		box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important
	}
}

.case_nav .item {
	display: block;
	padding: 0 .4rem;
	position: relative;
	cursor: pointer
}

.case_nav .item a {
	display: block;
	padding-bottom: .04rem
}

.case_nav .item+.item::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #999;
	border-radius: 50%
}

.case_nav .active a {
	color: #00dad1;
	position: relative;
	border-bottom: 3px solid #00dad1
}

@media (max-width:992px) {
	.case_nav {
		font-size: 24px
	}
}

@media (max-width:767px) {
	.case_nav {
		font-size: 22px;
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.case_nav .item {
		padding: 0;
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		text-align: center
	}

	.case_nav .item a {
		display: inline-block
	}
}

@media (max-width:768px) {
	.case_nav {
		font-size: 20px;
		padding: .2rem 0 .1rem
	}

	.case_nav .item::before {
		display: none
	}
}

@media (max-width:460px) {
	.case_nav {
		font-size: 17px
	}
}

@media (min-width:1920px) {
	.special_nav {
		width: 100vw;
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto
	}
}

.special_nav .row {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.special_nav .row>* {
	padding-left: 0 !important;
	padding-right: 0 !important
}

@media (max-width:768px) {
	.special_nav .cover-box ._bg {
		height: 2.4rem
	}
}

.special_nav li {
	text-align: center;
	position: relative
}

.special_nav li::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 6px;
	background-color: #00dad1;
	transition: .6s;
	left: 0;
	bottom: 0;
	z-index: 5
}

@media (min-width:993px) {
	.special_nav li:hover::after {
		width: 100%
	}

	.special_nav li:hover .cover2 dd,
	.special_nav li:hover .cover2 dt {
		transform: translateY(-0.5rem)
	}
}

.special_nav .cover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	color: #fff;
	width: 90%;
	font-size: 24px
}

.special_nav .cover h5 {
	font-size: 3vw
}

@media (min-width:1920px) {
	.special_nav .cover h5 {
		font-size: 60px
	}
}

@media (min-width:993px) {
	.special_nav .cover h5 br {
		display: none
	}
}

@media (max-width:768px) {
	.special_nav .cover h5 {
		font-size: 1rem
	}
}

.special_nav .cover .desc {
	margin: 5px 0 .3rem
}

.special_nav .cover .qq {
	width: 2.1rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background-color: #fff;
	display: inline-block;
	font-size: 20px;
	color: #00dad1
}

@media (max-width:1360px) {
	.special_nav .cover {
		font-size: 20px
	}
}

@media (max-width:992px) {
	.special_nav .cover h5 {
		font-size: .46rem
	}

	.special_nav .cover .desc {
		font-size: 16px
	}
}

.special_nav .cover2 {
	width: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: .6rem;
	color: #fff;
	max-width: 480px;
	transition: .6s
}

.special_nav .cover2 dt {
	font-size: .36rem;
	font-weight: normal;
	position: relative;
	display: inline-block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
	margin-bottom: .2rem;
	transition: .6s
}

.special_nav .cover2 dd {
	line-height: 24px;
	transition: .6s;
	transition-delay: .1s
}

@media (max-width:768px) {
	.special_nav .cover2 dd {
		display: none
	}
}

.vh2 {
	font-size: .36rem;
	margin-bottom: .4rem;
	text-align: center
}

@media (max-width:992px) {
	.vh2 {
		font-size: 32px
	}
}

@media (max-width:768px) {
	.vh2 {
		font-size: 28px
	}
}

@media (max-width:640px) {
	.vh2 {
		font-size: 24px
	}
}

@media (max-width:480px) {
	.vh2 {
		font-size: 22px
	}
}

.service_box {
	background-color: #00dad1;
	text-align: center;
	color: #fff;
	padding: .76rem 0 .9rem
}

.service_box .vh2 {
	margin-bottom: .8rem
}

@media (min-width:641px) {
	.service_box ul {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (max-width:640px) {
	.service_box ul {
		display: flex;
		flex-wrap: wrap
	}
}

.service_box li {
	font-size: 18px;
	position: relative
}

@media (min-width:641px) {
	.service_box li {
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.service_box li::before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		border-bottom: .02rem dotted #fff;
		left: 0;
		top: .44rem
	}
}

@media (max-width:768px) {
	.service_box li {
		font-size: 16px
	}
}

@media (max-width:640px) {
	.service_box li {
		width: 25vw;
		margin-bottom: .6rem
	}
}

@media (max-width:480px) {
	.service_box li {
		font-size: 14px
	}
}

.service_box .ic {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin: 0 auto .24rem;
	position: relative;
	z-index: 5;
	width: .88rem;
	height: .88rem;
	border: .04rem solid #fff;
	background-color: #00dad1;
	border-radius: 50%;
	background-size: .5rem
}

.service_box .ic.ic1 {
	background-image: url('../image/zt_1.png')
}

.service_box .ic.ic2 {
	background-image: url('../image/zt_2.png')
}

.service_box .ic.ic3 {
	background-image: url('../image/zt_3.png')
}

.service_box .ic.ic4 {
	background-image: url('../image/zt_4.png')
}

.service_box .ic.ic5 {
	background-image: url('../image/zt_5.png')
}

.service_box .ic.ic6 {
	background-image: url('../image/zt_6.png')
}

.service_box .ic.ic7 {
	background-image: url('../image/zt_7.png')
}

section {
	overflow: hidden
}

.case_box {
	padding-top: .8rem;
	background: #f2f2f3
}

@media (max-width:480px) {
	.case_box {
		padding-top: .4rem
	}
}

.ux_box {
	background: url('../image/website_bg.jpg') no-repeat center center;
	background-size: cover
}

.ux_box .wrap {
	padding-top: .8rem;
	position: relative
}

@media (min-width:640px) {
	.ux_box .wrap {
		max-height: 7.6rem
	}

	.ux_box .wrap .img {
		width: 50%
	}

	.ux_box .wrap .info {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 50%
	}
}

.ux_box .vhd {
	font-size: .6rem;
	margin-bottom: .2rem
}

.ux_box .info {
	color: #fff;
	text-align: center
}

.ux_box .desc {
	font-size: 16px;
	line-height: 1.875;
	width: 90%;
	margin: 0 auto
}

@media (max-width:768px) {
	.ux_box .vhd {
		font-size: .5rem
	}

	.ux_box .desc {
		font-size: 14px;
		width: 100%;
		padding-left: 15%
	}

	.ux_box .desc br {
		display: none
	}
}

@media (max-width:640px) {
	.ux_box .vhd {
		font-size: 24px
	}
}

@media (max-width:639px) {
	.ux_box .info {
		margin-bottom: .6rem
	}

	.ux_box .desc {
		padding-left: 0
	}

	.ux_box .desc br {
		display: block
	}
}

@media (min-width:360px) {
	.ux_box .desc {
		font-size: 13px
	}
}

.ux_box_txt {
	width: 83vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	padding: .7rem 0 1.2rem;
	font-size: .48rem;
	text-align: center;
	line-height: 1.5
}

@media (max-width:1360px) {
	.ux_box_txt {
		width: 92%
	}
}

@media (max-width:460px) {
	.ux_box_txt {
		width: 94%
	}
}

@media (max-width:640px) {
	.ux_box_txt {
		font-size: .36rem
	}
}

@media (max-width:414px) {
	.ux_box_txt {
		font-size: .3rem
	}
}

@media (max-width:360px) {
	.ux_box_txt br {
		display: none
	}
}

.ux_list {
	background: #f2f2f3;
	padding: .4rem 0
}

@media (min-width:481px) {
	.ux_list li {
		padding: .4rem 0
	}

	.ux_list li:nth-child(2n) .info {
		float: right
	}

	.ux_list .info,
	.ux_list .img {
		width: 50%;
		padding: 0 5%;
		float: left
	}
}

@media (min-width:481px) and (max-width:640px) {

	.ux_list .info,
	.ux_list .img {
		padding: 0 1%
	}
}

@media (max-width:480px) {
	.ux_list li {
		margin-bottom: .3rem
	}
}

.ux_list .info {
	padding-top: .7rem
}

.ux_list .info h2 {
	font-size: 30px;
	margin-bottom: .2rem
}

.ux_list .info .desc {
	font-size: 16px;
	line-height: 1.8
}

@media (max-width:992px) {
	.ux_list .info {
		padding-top: .2rem
	}

	.ux_list .info h2 {
		font-size: 26px
	}
}

@media (max-width:768px) {
	.ux_list .info {
		padding-top: .2rem
	}

	.ux_list .info h2 {
		font-size: 24px;
		margin-bottom: .1rem
	}
}

@media (max-width:640px) {
	.ux_list .info {
		padding-top: .2rem
	}

	.ux_list .info h2 {
		font-size: 22px
	}

	.ux_list .info .desc {
		font-size: 14px
	}
}

@media (max-width:480px) {
	.ux_list .info {
		margin-bottom: .2rem
	}
}

.case_desc {
	background: #fff
}

.case_desc .wrap {
	position: relative
}

.case_desc .wrap .link {
	font-size: 24px;
	padding-left: 46px;
	background: url('../image/link.png') no-repeat 0 center;
	background-size: 28px
}

@media (max-width:600px) {
	.case_desc .wrap .link {
		padding-left: 38px
	}
}

@media (min-width:769px) {
	.case_desc .wrap {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box
	}

	.case_desc .wrap .link {
		position: absolute;
		left: 0;
		bottom: .5rem
	}

	.case_desc .wrap .leftbox {
		width: 40%;
		max-width: 500px
	}

	.case_desc .wrap .leftbox .inner {
		padding-right: 8%;
		padding-top: .9rem
	}

	.case_desc .wrap .rightbox {
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.case_desc .wrap .crumbs_box,
	.case_desc .wrap .return {
		position: absolute;
		left: 0;
		/*	top:-78px;*/
		right: 0;
		height: 80px;
		position: relative
	}

	.case_desc .wrap .crumbs_box::before,
	.case_desc .wrap .return::before {
		content: '';
		display: block;
		position: absolute;
		width: 80vw;
		height: 100%
	}

	.case_desc .wrap .crumbs_box::before {
		background: rgba(242, 242, 243, 0.9);
		right: 0;
		top: 0
	}

	.case_desc .wrap .crumbs_box_inner {
		position: relative;
		z-index: 5
	}

	.case_desc .wrap .return {
		padding-left: 44px
	}

	.case_desc .wrap .return::before {
		background: #00dad1;
		left: 0;
		top: 0
	}

	.case_desc .wrap .return a {
		display: inline-block;
		padding-left: 30px;
		position: relative;
		z-index: 5;
		color: #fff;
		line-height: 80px;
		font-size: 16px;
		background: url(../image/list.png) no-repeat 0 center;
		background-size: 15px
	}
}

.case_desc .leftbox {
	position: relative
}

@media (max-width:600px) {
	.case_desc .leftbox {
		padding-top: .4rem
	}
}

.case_desc .leftbox h2 {
	text-align: left;
	margin-bottom: .3rem;
}

.case_desc .leftbox .desc {
	font-size: 16px;
	line-height: 1.75;
	font-family: 'gilroy-l';
}

.case_desc .rightbox {
	background: #f2f2f3;
	position: relative
}

.case_desc .rightbox .inner {
	padding: .3rem 0 1.5rem
}

@media (min-width:769px) {
	.case_desc .rightbox::before {
		content: '';
		display: block;
		position: absolute;
		width: 80vw;
		left: 50vw;
		top: 0;
		height: 100%;
		background: #f2f2f3
	}
}

.case_desc .viewbox {
	background: url('../image/view.png') no-repeat center center;
	background-size: contain;
	width: 9.02rem;
	height: 4.72rem;
	position: relative;
	margin: 0 auto
}

.case_desc .viewbox img {
	width: 5.17rem;
	height: 3.23rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	margin: 0 auto;
	margin-top: .3rem
}

@media (max-width:1280px) {
	.case_desc .viewbox {
		width: 9.02rem;
		height: 4.3rem
	}

	.case_desc .viewbox img {
		width: 4.8rem;
		height: 3rem
	}
}

@media (max-width:768px) {
	.case_desc .wrap .desc {
		margin-bottom: .3rem
	}

	.case_desc .wrap .link {
		font-size: 20px
	}

	.case_desc .rightbox {
		margin-top: .4rem
	}

	.case_desc .rightbox .inner {
		padding: .3rem 0 1rem
	}
}

@media (max-width:480px) {
	.case_desc .rightbox .viewbox {
		position: relative;
		left: 50%;
		transform: translateX(-50%)
	}
}

.case_show {
	padding: 1rem 0 1.6rem;
	background: #fff;
	text-align: center
}

@media (max-width:600px) {
	.case_show {
		padding-bottom: .4rem
	}
}

.case_show .imgbox {
	background-color: #252525;
	border-radius: .1rem;
	max-width: 1593.6;
	margin: 0 auto;
	padding: .16rem
}

.case_show .imgbox img {
	display: block;
	width: 100%;
	height: auto !important
}

@media (max-width:480px) {
	.case_show .imgbox {
		width: 90%
	}
}

.case_swiper {
	padding-bottom: 1rem
}

.case_swiper .swiper-pagination-bullet {
	width: .2rem;
	height: .2rem;
	border: 1px solid #ccc;
	border-radius: 0;
	opacity: 1;
	background: none
}

.case_swiper .swiper-pagination-bullet-active {
	background-color: #00dad1;
	border-color: #00dad1
}

.case_swiper_box+.index_point {
	padding-top: 1.1rem
}

.case_swiper_box {
	padding-top: .8rem;
	background: #f2f2f3
}

@media (min-width:769px) {
	.case_swiper_box .bd {
		position: relative;
		margin-left: -0.18rem;
		margin-right: -0.18rem
	}

	.case_swiper_box .bd li {
		width: 33.33%
	}

	.case_swiper_box .bd .swiper-slide-inner {
		padding-left: .18rem;
		padding-right: .18rem
	}
}

@media (max-width:768px) {
	.case_swiper_box .bd {
		margin-left: -0.1rem;
		margin-right: -0.1rem
	}

	.case_swiper_box .bd li {
		width: 50%
	}

	.case_swiper_box .bd .swiper-slide-inner {
		padding-left: .1rem;
		padding-right: .1rem
	}
}

.news_topper .wrap_inner {
	padding: .56rem 0 .34rem
}

@media (min-width:769px) {
	.news_topper .wrap_inner {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box
	}

	.news_topper .wrap_inner>* {
		height: 400px
	}

	.news_topper .wrap_inner .centerbox {
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		width: 32%;
		padding: 0 .2rem
	}

	.news_topper .wrap_inner .leftbox {
		width: 41%
	}

	.news_topper .wrap_inner .leftbox .img {
		height: 400px
	}
}

.news_topper .crumbs_box {
	padding: 0 0 20px
}

.news_topper .rightbox {
	background-color: #ba96b6;
	width: 27%;
	display: flex
}

.news_topper .rightbox img {
	margin: auto
}

.news_topper .leftbox {
	position: relative
}

.news_topper .leftbox .tit {
	position: absolute;
	left: .2rem;
	bottom: .24rem;
	right: .2rem;
	z-index: 5;
	font-size: .24rem;
	color: #fff
}

@media (max-width:992px) {
	.news_topper .leftbox .tit {
		font-size: 20px
	}
}

@media (max-width:640px) {
	.news_topper .leftbox .tit {
		font-size: 18px
	}
}

.news_topper .centerbox .lg {
	display: none !important
}

.news_topper .centerbox .xs {
	display: block !important;
	height: 190px
}

@media (max-width:768px) {
	.news_topper .centerbox .xs {
		display: none !important
	}

	.news_topper .centerbox .lg {
		display: block !important
	}
}

@media (max-width:1360px) {
	.news_topper .rightbox {
		display: none !important
	}

	.news_topper .leftbox,
	.news_topper .centerbox {
		width: 50%
	}
}

@media (max-width:992px) {
	.news_topper .centerbox {
		padding-right: 0 !important
	}
}

@media (max-width:768px) {

	.news_topper .leftbox,
	.news_topper .centerbox {
		width: 100%
	}

	.news_topper .centerbox {
		display: flex;
		align-items: stretch
	}
}

.news_top_item {
	background: #fff
}

@media (min-width:993px) {
	.news_top_item .img {
		height: 190px
	}
}

@media (min-width:769px) {
	.news_top_item {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center
	}

	.news_top_item .img {
		width: 40%
	}

	.news_top_item .content {
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		padding: .2rem .16rem
	}

	.news_top_item+.news_top_item {
		margin-top: 20px
	}
}

.news_top_item .tit,
.news_top_item .desc {
	display: block;
	line-height: 24px;
	height: 48px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2
}

.news_top_item .tit {
	font-size: 16px
}

.news_top_item .desc {
	color: #999
}

.news_top_item .time {
	color: #999;
	margin: 7px 0 5px
}

@media (max-width:768px) {
	.news_top_item {
		margin-top: .2rem;
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.news_top_item+.news_top_item {
		margin-left: .2rem
	}

	.news_top_item .content {
		padding: .2rem .2rem .3rem
	}
}

@media (max-width:768px) and (min-width:580px) {
	.news_top_item .tit {
		height: 24px;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
}

@media (min-width:1200px) {
	.col_body {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		position: relative;
		padding: 56px 0 1.8rem
	}
}

.col_body_news::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	left: 0;
	top: 0
}

.news_item {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	margin-bottom: 20px;
	position: relative
}

.news_item .arr {
	position: absolute
}

@media (min-width:1920px) {
	.news_item .arr {
		width: 29px;
		height: 8px;
		background: url(../image/arr.png) no-repeat center center;
		background-size: contain;
		right: .3rem;
		bottom: 20px
	}

	.news_item .arr:hover {
		background-image: url('../image/arr_on.png')
	}
}

.news_item .content {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.news_item .tit {
	font-size: 20px;
	display: block
}

.news_item .time {
	color: #999;
	margin: 8px 0 10px
}

.news_item .desc {
	color: #999;
	line-height: 24px;
	height: 48px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2
}

@media (min-width:1200px) {
	.news_sub_nav {
		width: 200px
	}

	.news_sub_nav .hd {
		display: none
	}
}

@media (max-width:1199px) {
	.news_sub_nav {
		margin-bottom: .4rem;
		position: relative;
		margin-top: .5rem
	}

	.news_sub_nav .hd {
		position: relative;
		line-height: 60px;
		font-size: 22px;
		border-bottom: 1px solid #00dad1
	}

	.news_sub_nav .hd i {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 18px
	}

	.news_sub_nav .hd.open i::before {
		content: "\e7e1"
	}

	.news_sub_nav .bd {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		background: #fff;
		padding: .5rem;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
		z-index: 55
	}

	.news_sub_nav ul {
		display: flex;
		flex-wrap: wrap
	}

	.news_sub_nav ul li {
		width: 33.33%
	}
}

@media (max-width:1199px) and (max-width:480px) {
	.news_sub_nav ul li {
		width: 50%;
		font-size: 16px
	}

	.news_sub_nav ul li a::before {
		transform: scale(.7) translateY(-50%)
	}
}

.news_sub_nav li {
	font-size: 18px;
	margin-bottom: .4rem
}

.news_sub_nav a {
	color: #666;
	padding-left: .2rem;
	display: block;
	position: relative
}

.news_sub_nav a::before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background: #e5e5e5;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	left: 0;
	margin-left: -4px
}

.news_sub_nav a:hover {
	color: #00dad1
}

.news_sub_nav a:hover::before {
	background-color: #00dad1
}

.news_sub_nav .active {
	font-size: 18px
}

.news_sub_nav .active a {
	color: #00dad1;
	font-weight: bold
}

.news_sub_nav .active a::before {
	width: 13px;
	height: 13px;
	background: #fff;
	border: 4px solid #00dad1;
	margin-left: -6px
}

.col_main {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

@media (min-width:1200px) {
	.col_main {
		padding: 0 20px
	}
}

.col_main_news {
	position: relative
}

.col_main_news .hd {
	font-size: 30px;
	margin-bottom: .3rem
}

.news_list.space {
	margin-bottom: .6rem
}

.news_list.space .news_item {
	padding: .18rem;
	border: 1px solid #f2f2f3
}

.news_list.space .news_item::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #00dad1;
	left: 0;
	top: -1px;
	transition: .6s
}

.news_list.space .news_item .img {
	width: 30%;
	max-width: 256px;
	margin-right: .2rem
}

@media (min-width:1200px) {
	.news_list.space .news_item .tit {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
}

@media (max-width:1200px) {
	.news_list.space .news_item .img {
		width: 38%
	}
}

@media (min-width:1200px) {
	.news_list.space .news_item {
		transition: .6s
	}

	.news_list.space .news_item:hover {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
	}

	.news_list.space .news_item:hover .tit {
		font-weight: bold
	}

	.news_list.space .news_item:hover::before {
		width: 100%
	}
}

@media (max-width:480px) {
	.news_list.space .news_item {
		padding: .4rem 0;
		border-width: 0 0 1px 0;
		margin-bottom: 0;
		display: flex !important;
		align-items: stretch
	}

	.news_list.space .news_item .img {
		width: 40%
	}

	.news_list.space .news_item .content {
		flex: 1
	}

	.news_list.space .news_item .tit {
		font-size: 18px;
		line-height: 23px;
		height: 46px;
		word-break: break-all;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 2
	}

	.news_list.space .news_item .time {
		margin: 4px 0 4px
	}

	.news_list.space .news_item .desc {
		line-height: 20px;
		height: 40px
	}
}

@media (min-width:1200px) {
	.col_sub {
		width: 27%;
		padding-left: 20px
	}
}

.hv-scale {
	display: block
}

.hv-scale img {
	display: block;
	width: 100%;
	transition: .6s
}

@media (min-width:1200px) {
	.hv-scale:hover img {
		transform: scale(1.05)
	}
}

.sub_box {
	margin-bottom: .4rem
}

.sub_news_box .news_item {
	border: 0;
	padding: 0
}

.sub_news_box .news_item .img {
	width: 30%;
	margin-right: .1rem
}

.sub_news_box .news_item .tit {
	font-size: 16px
}

.sub_news_box .news_item .time {
	margin: 4px 0 0
}

@media (max-width:1024px) and (min-width:481px) {
	.sub_news_box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.sub_news_box ul li {
		width: 48%
	}
}

@media (max-width:480px) {
	.sub_news_box li .img {
		margin-right: .2rem !important
	}
}

.sub_adv_box img {
	width: 100%
}

.sub_adv_box a+a {
	margin-top: .2rem;
	display: block
}

@media (max-width:1024px) and (min-width:481px) {
	.sub_adv_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.sub_adv_box a {
		width: 49%;
		margin: 0 0 .2rem 0 !important
	}
}

.sub_hd {
	font-size: 24px;
	border-top: 2px solid #00dad1;
	line-height: 60px
}

@media (max-width:480px) {
	.sub_hd {
		font-size: 22px
	}
}

.sub_tags_box .sub_hd {
	padding-left: .2rem
}

.sub_tags_box .bd {
	padding: .1rem .08rem .26rem .26rem
}

.sub_tags_box .bd a {
	display: inline-block;
	background: #fff;
	border-radius: 2em;
	padding: 0 .18rem;
	height: 38px;
	line-height: 38px;
	margin: 0 8px 10px 0;
	vertical-align: middle;
	transition: .6s;
	color: #666
}

.sub_tags_box .bd a:hover {
	background-color: #00dad1;
	color: #fff
}

.sub_case_box .sub_hd {
	position: relative
}

.sub_case_box .pagin {
	position: absolute;
	right: 0;
	left: auto;
	text-align: right;
	line-height: 60px;
	margin: 0;
	bottom: 0;
	color: #00dad1;
	font-family: medium;
	font-size: 20px
}

.sub_case_swiper .img {
	position: relative
}

.sub_case_swiper .img .tit {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center
}

@media (max-width:992px) and (min-width:481px) {
	.sub_case_swiper li {
		width: 50%;
		padding: .1rem
	}
}

.article_content {
	min-height: 500px;
	padding-bottom: .5rem
}

.arc-pnext {
	background: #f2f2f3;
	padding: 15px 20px
}

.arc-pnext .prev,
.arc-pnext .next {
	display: block;
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.arc-pnext .prev .tit,
.arc-pnext .next .tit {
	color: #999
}

.arc-pnext .next {
	text-align: right
}

.arc-pnext .return {
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border: 1px solid #00dad1;
	margin: 0 .5rem;
	color: #00dad1;
	display: inline-block
}

.arc-pnext .return:hover {
	background-color: #00dad1;
	color: #fff
}

@media (min-width:768px) {
	.arc-pnext {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (max-width:767px) {
	.arc-pnext .return {
		display: none
	}

	.arc-pnext .next {
		text-align: left;
		margin-top: .2rem
	}
}

.case-arc-pnext {
	width: 83vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	background: none !important
}

@media (max-width:1360px) {
	.case-arc-pnext {
		width: 92%
	}
}

@media (max-width:460px) {
	.case-arc-pnext {
		width: 94%
	}
}

@media (min-width:640px) {
	.case-arc-pnext {
		margin-bottom: 1rem
	}
}

.arc-tags {
	padding: .4rem 0 .5rem;
	font-size: 16px;
	color: #999;
	line-height: 1.8
}

.arc-tags .tit {
	color: #333
}

.arc-tags a {
	color: #999
}

.arc-tags a:hover {
	color: #00dad1
}

.arc-tags .tags a {
	display: inline-block;
	margin-right: 10px
}

.article_box {
	margin-bottom: .5rem
}

.article_box h1 {
	font-size: .4rem;
	font-weight: bold;
	margin-bottom: .2rem
}

@media (max-width:768px) {
	.article_box h1 {
		font-size: 24px
	}
}

@media (max-width:480px) {
	.article_box h1 {
		font-size: 22px
	}
}

.article_box .bd {
	font-size: 16px;
	color: #666;
	line-height: 1.8
}

.article_box .bd p {
	margin-bottom: 1em
}

.article_box .bd img {
	max-width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:750px) {
	.article_box .bd img {
		max-width: 100%
	}
}

.article_data {
	position: absolute;
	left: 0;
	top: 0;
	width: 146px;
	border-right: 1px solid #e5e5e5;
	bottom: 0;
	text-align: center
}

.article_data>* {
	margin-bottom: .38rem
}

.article_data .date span {
	font-size: .3rem;
	display: block
}

.article_data .type {
	color: #00dad1
}

.article_data .type h5 {
	margin-bottom: 5px
}

.article_data .type .info a {
	display: inline-block;
	border-radius: 2em;
	color: #fff;
	height: 24px;
	line-height: 24px;
	background-color: #00dad1;
	padding: 0 8px;
	transition: .6s;
	margin: 0 2px 2px
}

.article_data .type .info a:hover {
	background: #000
}

.article_data .share .tit {
	color: #999;
	margin-bottom: 10px
}

.article_data .share a {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 4px;
	color: #666;
	cursor: pointer
}

.article_data .share a:hover {
	color: #07c160
}

@media (min-width:992px) {
	.article_main {
		padding-left: 180px;
		position: relative
	}
}

@media (max-width:1200px) {
	.article_main {
		margin: .5rem 0 1rem
	}
}

@media (max-width:991px) {
	.article_main .data {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		color: #666;
		margin-bottom: 20px
	}

	.article_main .data .type {
		color: #00dad1;
		margin-left: 10px;
		display: inline-block
	}
}

.about_special h2 {
	background: url('../image/ztbg.png') no-repeat center center;
	width: 140px;
	height: 50px;
	color: #fff;
	line-height: 40px;
	font-size: 24px;
	text-align: center
}

@media (max-width:768px) {
	.about_special h2 {
		transform-origin: 0 center;
		transform: scale(.9)
	}
}

@media (max-width:480px) {
	.about_special h2 {
		transform: scale(.8)
	}
}

.special_item {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	position: relative;
	padding: .3rem 0
}

.special_item+.special_item {
	border-top: 1px solid #e5e5e5
}

.special_item .img {
	width: 25%;
	margin-right: .3rem
}

.special_item .content {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.special_item .tit {
	font-size: .24rem;
	display: block
}

.special_item .desc {
	color: #999;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	margin: .2rem 0
}

.special_item .more {
	color: #999;
	display: inline-block;
	background-color: #eeeeee;
	border-radius: 2em;
	height: 38px;
	line-height: 38px;
	padding: 0 26px;
	transition: .6s
}

.special_item .more:hover {
	background-color: #00dad1;
	color: #fff
}

@media (max-width:1200px) {
	.special_item .tit {
		font-size: 20px
	}
}

@media (max-width:640px) {
	.special_item .img {
		min-width: 130px
	}

	.special_item .desc {
		line-height: 22px;
		height: 44px
	}

	.special_item .more {
		height: 34px;
		line-height: 34px;
		padding: 0 20px
	}
}

@media (max-width:480px) {
	.special_item {
		padding: 20px 0
	}

	.special_item .more {
		height: 32px;
		line-height: 32px;
		padding: 0 14px
	}
}

.example_box {
	padding: .9rem 0 1.5rem;
	text-align: center
}

.example_box h2 {
	font-size: .48rem;
	margin-bottom: .3rem
}

.example_box h2 em {
	color: #00dad1
}

.example_box .txt {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-bottom: .9rem
}

.example_box .txt p {
	margin-bottom: 1em
}

.example_box .datas {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 16px;
	margin: 0 5%
}

@media (min-width:1200px) {
	.example_box .datas {
		margin: 0 10%
	}
}

.example_box .datas li {
	padding: 0 46px;
	background: url(../image/ms_1.png) no-repeat 0 center, url(../image/ms_2.png) no-repeat right center;
	background-size: 25px
}

.example_box .datas .val {
	font-size: 30px
}

.example_box .datas .val b {
	font-size: 48px;
	font-family: medium;
	font-weight: normal
}

@media (min-width:992px) {
	.example_box .bd {
		width: 80%;
		margin: 0 auto;
		max-width: 1100px
	}
}

@media (max-width:640px) {
	.example_box .datas {
		margin: 0 10px
	}

	.example_box .datas li {
		padding: 0 36px
	}
}

@media (max-width:480px) {
	.example_box .txt {
		font-size: 15px
	}

	.example_box .datas {
		margin: 0 10px
	}

	.example_box .datas li {
		padding: 0;
		background: none
	}
}

.business_box {
	position: relative
}

.business_box img {
	width: 100%
}

.business_box .txt {
	font-size: .48rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	text-align: center;
	width: 88%;
	color: #fff;
	line-height: 1.8
}

@media (min-width:481px) {
	.business_box .txt br {
		display: none
	}
}

.advantage_box {
	padding: .8rem 0 1.3rem
}

.advantage_box .vhd {
	text-align: center;
	margin-bottom: .8rem
}

@media (max-width:640px) {
	.advantage_box .vhd {
		margin-bottom: .4rem
	}
}

@media (min-width:769px) {
	.advantage_box ol {
		display: flex;
		text-align: center;
		align-items: center
	}

	.advantage_box li {
		flex: 1;
		position: relative
	}

	.advantage_box li+li {
		margin-left: -0.2rem
	}

	.advantage_box ._bg {
		visibility: hidden
	}

	.advantage_box .inner {
		position: relative
	}

	.advantage_box .info {
		border-radius: 50%;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #b70100;
		z-index: 55;
		color: #fff;
		padding: 50% 10% 0
	}

	.advantage_box .info::before,
	.advantage_box .info::after {
		content: '';
		position: absolute;
		top: 50%
	}

	.advantage_box .info::before {
		right: 0;
		height: 1px;
		background: #fff;
		left: 0
	}

	.advantage_box .info::after {
		width: 8px;
		height: 8px;
		background: #fff;
		transform: rotate(45deg);
		margin-top: -4px
	}

	.advantage_box .info .tit {
		font-size: 24px;
		position: relative;
		margin-top: -50px;
		margin-bottom: 36px
	}

	.advantage_box .info .txt {
		font-size: 16px;
		margin: 0 5px
	}

	.advantage_box li:nth-child(1) .info::before {
		left: 50%
	}

	.advantage_box li:nth-child(6) .info::before {
		right: 50%
	}

	.advantage_box li:nth-child(2) .info,
	.advantage_box li:nth-child(4) .info {
		background-color: #17181a
	}

	.advantage_box li:nth-child(3) .info,
	.advantage_box li:nth-child(6) .info {
		background-color: #f80010
	}

	.advantage_box li:nth-child(3) {
		flex: 1.15
	}

	.advantage_box li:nth-child(5) {
		flex: 1.3
	}
}

@media (min-width:769px) and (max-width:992px) {
	.advantage_box .info .tit {
		font-size: 18px;
		margin-bottom: 30px;
		margin-top: -40px
	}

	.advantage_box .info .txt {
		font-size: 13px
	}
}

@media (max-width:768px) {
	.advantage_box ._bg {
		display: none
	}

	.advantage_box ol {
		display: flex;
		flex-wrap: wrap
	}

	.advantage_box li {
		width: 33.3%;
		margin-bottom: .3rem;
		text-align: center;
		align-items: stretch;
		border: 1px solid #eee;
		position: relative;
		margin: 0 0 -1px -1px;
		padding: .6rem .2rem
	}

	.advantage_box li .tit {
		font-size: 20px;
		margin-bottom: 10px;
		color: #00dad1
	}

	.advantage_box li .txt {
		font-size: 16px
	}
}

@media (max-width:768px) and (max-width:480px) {
	.advantage_box li {
		width: 50%;
		padding: .4rem .2rem
	}

	.advantage_box li .tit {
		font-size: 18px;
		margin-bottom: 6px
	}

	.advantage_box li .txt {
		font-size: 14px
	}
}

.expert_box {
	padding: .7rem 0 1.3rem;
	background: #f2f2f3
}

.expert_box .vhd {
	margin-bottom: .4rem
}

.expert_box .bd {
	background: #fff
}

@media (min-width:641px) {
	.expert_box .bd {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.expert_box .bd .img {
		width: 60%
	}

	.expert_box .bd .txt {
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		padding: 0 5% .6rem
	}
}

.expert_box .bd h5 {
	font-size: .3rem;
	margin-bottom: 10px;
	text-transform: uppercase
}

.expert_box .bd .desc {
	font-size: 16px;
	color: #666;
	line-height: 1.8
}

@media (max-width:768px) {
	.expert_box .bd .img {
		width: 55%
	}
}

@media (max-width:640px) {
	.expert_box .bd {
		position: relative
	}

	.expert_box .bd .img {
		width: 100%
	}

	.expert_box .bd .txt {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 5;
		width: 88%;
		color: #fff;
		padding: 0
	}

	.expert_box .bd .txt h5 {
		font-size: 22px
	}

	.expert_box .bd .txt .desc {
		color: #fff
	}
}

@media (max-width:480px) {
	.expert_box .bd .txt .desc {
		font-size: 14px
	}
}

.design_box ul {
	display: flex;
	flex-wrap: wrap
}

.design_box li {
	position: relative
}

@media (min-width:769px) {
	.design_box li {
		width: 50%;
		display: flex
	}

	.design_box li>* {
		flex: 1;
		overflow: hidden
	}

	.design_box li:nth-child(3) .img,
	.design_box li:nth-child(4) .img {
		order: -1
	}
}

.design_box li:hover dl dt {
	color: #00dad1
}

.design_box dl {
	text-align: center;
	padding: .5rem 0 0
}

.design_box dl dd {
	padding: 0 5%
}

.design_box dl dt {
	font-size: .3rem;
	margin-bottom: .2rem
}

.design_box dl dd {
	font-size: 16px;
	color: #666;
	line-height: 1.8
}

@media (max-width:1280px) {
	.design_box dl dt {
		font-size: 20px;
		margin-bottom: 10px
	}

	.design_box dl dd {
		font-size: 15px
	}
}

@media (max-width:1024px) {
	.design_box dl dt {
		font-size: 20px;
		margin-bottom: 10px
	}

	.design_box dl dd {
		font-size: 14px;
		line-height: 1.4;
		padding: 0 .1rem
	}
}

.design_box .img {
	position: relative
}

.design_box .img::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 12px solid transparent
}

@media (min-width:769px) {
	.design_box li:nth-child(1) .img::before {
		border-right-color: #fff;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
		right: -1px
	}

	.design_box li:nth-child(2) .img::before {
		border-bottom-color: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		bottom: -1px
	}

	.design_box li:nth-child(3) .img::before {
		border-top-color: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		top: -1px
	}

	.design_box li:nth-child(4) .img::before {
		border-left-color: #fff;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
		left: -1px
	}
}

@media (max-width:768px) and (min-width:481px) {
	.design_box li {
		display: flex
	}

	.design_box li>* {
		width: 50%
	}

	.design_box li:nth-child(2n) .img {
		order: -1
	}

	.design_box li:nth-child(2n+1) .img::before {
		border-left-color: #fff;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
		left: -1px
	}

	.design_box li:nth-child(2n) .img::before {
		border-right-color: #fff;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
		right: -1px
	}

	.design_box dl {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-pack: center;
		box-pack: center;
		padding-top: 0
	}

	.design_box dl dt {
		font-size: 20px
	}

	.design_box dl dd {
		padding: 0 5%;
		font-size: 16px;
		line-height: 1.78
	}
}

@media (max-width:480px) {
	.design_box li {
		margin-bottom: .2rem;
		width: 83vw;
		max-width: 1680px;
		margin-left: auto;
		margin-right: auto
	}

	.design_box li .img {
		order: -1;
		margin-top: .2rem;
		position: relative
	}

	.design_box li .img::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: 12px solid transparent;
		border-top-color: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		top: -1px
	}

	.design_box li dd {
		font-size: 16px;
		text-align: left;
		line-height: 1.6
	}
}

@media (max-width:480px) and (max-width:1360px) {
	.design_box li {
		width: 92%
	}
}

@media (max-width:480px) and (max-width:460px) {
	.design_box li {
		width: 94%
	}
}

.question_box {
	padding: .9rem 0 1.3rem
}

.question_box li {
	border-bottom: 1px solid #cfcfcf
}

.question_box .item_hd {
	position: relative;
	font-size: 20px;
	padding: 18px .6rem 18px 0;
	cursor: pointer;
	line-height: 1.5
}

.question_box .item_hd:hover {
	color: #00dad1
}

.question_box .item_hd em {
	color: #00dad1;
	display: inline-block;
	width: .6rem;
	text-align: center
}

.question_box .item_hd i {
	color: #00dad1;
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 18px
}

.question_box .item_hd.open i::before {
	content: "\e645"
}

.question_box .item_bd {
	padding: .2rem .6rem .5rem;
	background: #fff;
	color: #666;
	line-height: 1.76;
	display: none;
	position: relative;
	margin-top: -5px
}

@media (max-width:640px) {
	.question_box .item_hd i {
		font-size: 16px
	}
}

@media (max-width:480px) {
	.question_box .item_hd {
		font-size: 18px
	}

	.question_box .item_hd i {
		font-size: 16px;
		line-height: 24px
	}
}

.case_adv {
	padding: .9rem 0 1.1rem;
	text-align: center
}

.case_adv .vh2 {
	margin-bottom: .84rem
}

@media (max-width:480px) {
	.case_adv .vh2 {
		margin-bottom: .4rem
	}
}

.case_adv .row {
	margin-left: -0.15rem !important;
	margin-right: -0.15rem !important
}

.case_adv .row>* {
	padding-left: .15rem !important;
	padding-right: .15rem !important
}

.case_adv .ic {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	background-color: #333333;
	background-size: .5rem
}

.case_adv .ic.ic1 {
	background-image: url('../image/case_1.png')
}

.case_adv .ic.ic2 {
	background-image: url('../image/case_2.png')
}

.case_adv .ic.ic3 {
	background-image: url('../image/case_3.png')
}

.case_adv .ic.ic4 {
	background-image: url('../image/case_4.png')
}

.case_adv .tit {
	font-size: .24rem;
	margin: .2rem 0 .16rem
}

.case_adv .info {
	font-size: 16px;
	line-height: 1.8;
	color: #666
}

.case_adv .inner:hover .ic {
	background-color: #00dad1
}

.case_adv .inner:hover .tit {
	color: #00dad1
}

@media (max-width:1200px) {
	.case_adv .tit {
		font-size: 20px
	}
}

@media (max-width:768px) {
	.case_adv li {
		margin-bottom: .5rem
	}

	.case_adv li:nth-child(2n+1) {
		clear: both
	}
}

@media (max-width:600px) {
	.case_adv .row {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.case_adv li {
		width: 100%;
		border: 1px solid #f2f2f3;
		padding: .5rem 0;
		margin-bottom: .2rem
	}

	.case_adv .inner {
		padding: 0 4%
	}

	.case_adv .info {
		font-size: 15px;
		line-height: 1.6
	}
}

.ys_box {
	padding: .9rem 0 1.1rem
}

.ys_box .vh2 {
	margin-bottom: .84rem
}

@media (max-width:480px) {
	.ys_box .vh2 {
		margin-bottom: .4rem
	}
}

.ys_box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch
}

.ys_box .list li {
	width: calc((50% - .12rem));
	margin-bottom: .24rem;
	background: #fff;
	position: relative;
	padding: .3rem
}

.ys_box .list li:hover {
	background: linear-gradient(180deg, #c71010, #e52222);
	color: #fff
}

.ys_box .list li:hover .info {
	color: #fff
}

.ys_box .list li:hover .ic.ic1 {
	background-image: url('../image/ys_1_on.png')
}

.ys_box .list li:hover .ic.ic2 {
	background-image: url('../image/ys_2_on.png')
}

.ys_box .list li:hover .ic.ic3 {
	background-image: url('../image/ys_3_on.png')
}

.ys_box .list li:hover .ic.ic4 {
	background-image: url('../image/ys_4_on.png')
}

.ys_box .ic {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: .64rem;
	height: .64rem;
	display: block;
	margin: 0 auto
}

.ys_box .ic.ic1 {
	background-image: url('../image/ys_1.png')
}

.ys_box .ic.ic2 {
	background-image: url('../image/ys_2.png')
}

.ys_box .ic.ic3 {
	background-image: url('../image/ys_3.png')
}

.ys_box .ic.ic4 {
	background-image: url('../image/ys_4.png')
}

@media (min-width:641px) {
	.ys_box .ic {
		position: absolute;
		right: .4rem;
		top: 50%;
		transform: translateY(-50%)
	}
}

.ys_box .tit {
	font-size: .24rem;
	margin-bottom: .14rem
}

.ys_box .info {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-right: 1.6rem
}

@media (max-width:1200px) {
	.ys_box .tit {
		font-size: 20px
	}
}

@media (max-width:640px) {
	.ys_box .ic {
		margin-bottom: .2rem;
		width: .8rem;
		height: .8rem
	}

	.ys_box .tit {
		text-align: center
	}

	.ys_box .info {
		margin-right: 0
	}
}

@media (max-width:480px) {
	.ys_box .list li {
		width: 49%
	}

	.ys_box .list .inner {
		padding: .3rem .2rem .4rem
	}

	.ys_box .info {
		font-size: 14px;
		line-height: 1.6
	}
}

.hy_box {
	padding: .8rem 0 1rem
}

.hy_box .row {
	margin-left: -0.08rem !important;
	margin-right: -0.08rem !important
}

.hy_box .row>* {
	padding-left: .08rem !important;
	padding-right: .08rem !important
}

.hy_box li {
	width: 16.66%;
	float: left;
	margin-bottom: .16rem;
	text-align: center
}

@media (max-width:1200px) {
	.hy_box li {
		width: 20%
	}
}

@media (max-width:992px) {
	.hy_box li .cover {
		display: none
	}
}

@media (min-width:1200px) {
	.hy_box li:hover .inner {
		border-color: #00dad1
	}

	.hy_box li:hover .cover {
		display: block
	}
}

.hy_box .inner {
	border: 1px solid #f2f2f3;
	padding: .2rem .2rem .3rem;
	position: relative
}

.hy_box .cover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	display: none;
	width: 90%;
	background: #fff
}

.hy_box .cover .tit {
	font-size: 18px;
	margin-bottom: .16rem;
	line-height: 1.6
}

.hy_box .cover .tit em {
	color: #00dad1
}

.hy_box .cover .link {
	background-color: #00dad1;
	color: #fff;
	width: 126px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	margin: 0 auto;
	transition: .6s;
	font-size: 16px
}

.hy_box .cover .link:hover {
	background-color: #333
}

.hy_box .ic {
	width: .8rem;
	height: .8rem
}

.hy_box h6 {
	font-size: 18px;
	margin-top: .06rem
}

@media (max-width:480px) {
	.hy_box li {
		width: 33.3%;
		padding: 0 .1rem 0
	}

	.hy_box li .inner {
		border: 0
	}

	.hy_box h6 {
		font-size: 15px
	}
}

.special_list {
	background-color: #848484
}

.special_list .wrap {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	color: #fff
}

.special_list nav {
	background-color: #777777;
	width: 300px;
	font-size: 18px;
	padding: .7rem 0
}

.special_list nav p {
	padding-left: .56rem;
	cursor: pointer;
	height: 80px;
	line-height: 80px;
	border-left: 4px solid transparent;
	margin-bottom: 10px
}

.special_list nav .active {
	background-color: #3b3b3b;
	border-left: 4px solid #00dad1;
	font-weight: bold
}

.special_list .content {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.special_list .content h5 {
	font-size: .36rem
}

.special_list .content .txt {
	margin: .24rem 0 .5rem;
	font-size: 16px;
	line-height: 1.8
}

.special_list .content .btns {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	margin-bottom: 1.5rem
}

.special_list .content .btns a {
	width: 210px;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex !important;
	display: flex !important;
	display: -webkit-box !important;
	display: box !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-box-align: center !important;
	box-align: center !important;
	-webkit-box-pack: center !important;
	box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	margin-right: .1rem;
	display: block;
	font-size: 20px;
	border: 1px solid #fff
}

.special_list .content .btns a:hover {
	background-color: #00dad1;
	color: #fff;
	border-color: #00dad1
}

.special_list .content .btns .qq {
	background: #fff;
	color: #00dad1
}

.special_list .content .btns .qq i {
	margin-right: 4px;
	display: block
}

.special_list .content .btns .more {
	color: #fff
}

.special_list .casebox h6 {
	font-size: 24px;
	margin-bottom: .3rem
}

.special_list .casebox .imgs img {
	margin-right: .1rem;
	margin-bottom: .1rem
}

@media (max-width:1200px) {
	.special_list nav {
		width: 240px
	}

	.special_list .content {
		padding-left: 5%;
		padding-right: 2%
	}
}

@media (max-width:992px) {
	.special_list .content {
		padding-right: 0
	}

	.special_list .imgs img {
		height: .7rem
	}
}

@media (max-width:768px) {
	.special_list nav p {
		height: 66px;
		line-height: 66px
	}
}

@media (max-width:640px) {
	.special_list .xsbox a {
		color: #fff;
		display: block
	}

	.special_list .xsbox .row {
		margin-left: -0.1rem !important;
		margin-right: -0.1rem !important
	}

	.special_list .xsbox .row>* {
		padding-left: .1rem !important;
		padding-right: .1rem !important
	}

	.special_list .xsbox li {
		margin-bottom: .2rem
	}

	.special_list .inner {
		padding: .3rem;
		border: 1px solid #f2f2f3
	}

	.special_list:nth-child(2n+1) {
		clear: both
	}

	.special_list h5 {
		font-size: 20px
	}

	.special_list .txt {
		font-size: 14px;
		margin: .1rem 0 0
	}
}

@media (max-width:640px) and (max-width:480px) {
	.special_list li {
		width: 100%
	}
}

.special_menu {
	background-color: rgba(0, 0, 0, 0.7);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.special_menu .wrap {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	color: #fff
}

.special_menu nav {
	background-color: rgba(119, 119, 119, 0.9);
	width: 300px;
	font-size: 18px;
	padding: 1.05rem 0
}

.special_menu nav p {
	padding-left: .56rem;
	cursor: pointer;
	height: 80px;
	line-height: 80px;
	border-left: 4px solid transparent;
	margin-bottom: 10px
}

.special_menu nav .active {
	background-color: #3b3b3b;
	border-left: 4px solid #00dad1;
	font-weight: bold
}

.special_menu .content {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding: .8rem 0 .8rem 12%
}

@media (max-width:1680px) {
	.special_menu .content {
		padding-left: 6%
	}
}

.special_menu .content h5 {
	font-size: .36rem
}

.special_menu .content .txt {
	margin: .24rem 0 .5rem;
	font-size: 16px;
	line-height: 1.8
}

.special_menu .content .btns {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	margin-bottom: 1.5rem
}

.special_menu .content .btns a {
	width: 210px;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex !important;
	display: flex !important;
	display: -webkit-box !important;
	display: box !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-box-align: center !important;
	box-align: center !important;
	-webkit-box-pack: center !important;
	box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	margin-right: .1rem;
	display: block;
	font-size: 20px;
	border: 1px solid #fff
}

.special_menu .content .btns a:hover {
	background-color: #00dad1;
	color: #fff;
	border-color: #00dad1
}

@media (max-width:992px) {
	.special_menu .content .btns a {
		width: 170px;
		height: 50px
	}
}

.special_menu .content .btns .qq {
	background: #fff;
	color: #00dad1
}

.special_menu .content .btns .qq i {
	margin-right: 4px;
	display: block
}

.special_menu .content .btns .more {
	color: #fff
}

.special_menu .casebox h6 {
	font-size: 24px;
	margin-bottom: .3rem
}

.special_menu .casebox .imgs {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.special_menu .casebox .imgs a {
	display: block;
	margin-right: .3rem;
	margin-bottom: .2rem
}

@media (max-width:1200px) {
	.special_menu nav {
		width: 240px
	}

	.special_menu .content {
		padding-left: 5%;
		padding-right: 2%
	}
}

@media (max-width:992px) {
	.special_menu .content {
		padding-right: 0
	}

	.special_menu .imgs img {
		height: .7rem
	}
}

@media (max-width:768px) {
	.special_menu nav p {
		height: 66px;
		line-height: 66px
	}
}

@media (max-width:640px) {
	.special_menu {
		padding: 1rem 0
	}

	.special_menu .xsbox a {
		color: #fff;
		display: block
	}

	.special_menu .xsbox .row {
		margin-left: -0.1rem !important;
		margin-right: -0.1rem !important
	}

	.special_menu .xsbox .row>* {
		padding-left: .1rem !important;
		padding-right: .1rem !important
	}

	.special_menu .xsbox li {
		margin-bottom: .2rem
	}

	.special_menu .inner {
		padding: .3rem;
		border: 1px solid rgba(255, 255, 255, 0.3)
	}

	.special_menu:nth-child(2n+1) {
		clear: both
	}

	.special_menu h5 {
		font-size: 20px
	}

	.special_menu .txt {
		font-size: 14px;
		margin: .1rem 0 0
	}
}

@media (max-width:640px) and (max-width:480px) {
	.special_menu li {
		width: 100%
	}
}

.contact-topper {
	height: 100vh;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

@media (max-width:1680px) {
	.contact-topper {
		height: 8rem
	}
}

@media (max-width:480px) {}

.dot_wrap {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 74.4583%;
	top: 39%
}

.dot_wrap p {
	width: 150px;
	position: absolute;
	left: 50%;
	text-align: center;
	margin-left: -75px;
	font-size: 26px;
	color: #fff;
	top: 40px
}

@media (max-width:480px) {
	.dot_wrap p {
		top: .6rem;
		font-size: 20px
	}
}

.dot_wrap .dot {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 50%;
	top: 50%;
	background: #C60712;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
	margin-left: -7.5px;
	margin-top: -7.5px
}

.dot_wrap .pulse {
	position: absolute;
	width: 74px;
	height: 74px;
	left: 50%;
	top: 50%;
	background: rgba(198, 7, 18, 0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	box-shadow: 1px 1px 30px red;
	margin-left: -37px;
	margin-top: -37px
}

.dot_wrap .pulse1 {
	position: absolute;
	width: 120px;
	height: 120px;
	left: 50%;
	top: 50%;
	background: rgba(198, 7, 18, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	-webkit-animation: warn1 2s ease-out;
	-moz-animation: warn1 2s ease-out;
	animation: warn1 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	box-shadow: 1px 1px 30px red;
	margin-left: -60px;
	margin-top: -60px
}

@keyframes warn1 {
	0% {
		transform: scale(.3);
		-webkit-transform: scale(.3);
		opacity: 0
	}

	25% {
		transform: scale(.3);
		-webkit-transform: scale(.3);
		opacity: .1
	}

	50% {
		transform: scale(.3);
		-webkit-transform: scale(.3);
		opacity: .3
	}

	75% {
		transform: scale(.5);
		-webkit-transform: scale(.5);
		opacity: .5
	}

	100% {
		transform: scale(.8);
		-webkit-transform: scale(.8);
		opacity: 0
	}
}

@-webkit-keyframes warn {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		opacity: 0
	}

	25% {
		transform: scale(0);
		-webkit-transform: scale(0);
		opacity: .1
	}

	50% {
		transform: scale(.1);
		-webkit-transform: scale(.1);
		opacity: .3
	}

	75% {
		transform: scale(.5);
		-webkit-transform: scale(.5);
		opacity: .5
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0
	}
}

.map-box {
	background: #fff;
	position: relative;
	margin-top: -58px;
	z-index: 55;
	margin-bottom: .1rem
}

.map-box .tit_wrap img {
	max-width: 417px
}

.map_list {
	padding: .2rem 5%
}

@media (min-width:768px) {
	.map_list {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.map_list li {
		width: 30%
	}

	.map_list .titbox br {
		display: block
	}

	.map_list .company {
		width: 40%
	}

	.map_list .codebox {
		text-align: right
	}
}

.map_list li {
	padding: 20px 0;
	text-align: center
}

.map_list .titbox {
	font-size: 30px
}

.map_list .titbox br {
	display: none
}

.map_list .titbox b {
	color: #00dad1;
	font-size: 24px;
	display: block
}

.map_list .company {
	text-align: center
}

.map_list .company b {
	font-size: 24px
}

.map_list .company .addr {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6
}

.map_list .codebox .code {
	width: 92px;
	margin-bottom: 6px
}

.join_list {
	margin-left: -0.15rem !important;
	margin-right: -0.15rem !important;
	padding-bottom: 80px
}

.join_list>* {
	padding-left: .15rem !important;
	padding-right: .15rem !important
}

.join_list li {
	margin-bottom: 2%
}

.join_list li .inner {
	border: 1px solid #DCDCDC;
	padding: 30px;
	background: transparent;
	cursor: pointer;
	transition: transform .6s ease 0s
}

.join_list li p+p {
	margin-top: 5px
}

.join_list li:nth-child(2n) {
	margin-right: 0
}

.join_list .inner:hover {
	background: #E8ECF1
}

.join_list .inner:hover .tit {
	color: #00dad1
}

.join_list .tit {
	color: #333;
	font-size: 20px;
	transition: transform .6s ease .2s
}

.tit_wrap {
	text-align: center;
	padding: .4rem
}

.tit_wrap .line {
	width: 4px;
	height: 20px;
	background: #C60712;
	position: relative;
	margin-bottom: 160px;
	margin: 45px auto
}

.tit_wrap .line02 {
	width: 20px;
	height: 4px
}

.tit_wrap img {
	width: 70%;
	max-width: 313px
}

.ban_wrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex !important;
	display: flex !important;
	display: -webkit-box !important;
	display: box !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-box-align: center !important;
	box-align: center !important;
	-webkit-box-pack: center !important;
	box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	height: 100vh
}

@media (max-width:1680px) {
	.ban_wrap {
		height: 8rem
	}
}

.wel-banner-bg {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.3);
	background-position: center !important;
	background-size: cover !important;
	transition: all 7.6s cubic-bezier(.04, .79, 1, 1) !important;
	box-sizing: border-box
}

.active .wel-banner-bg {
	transform: scale(1)
}

.about_num_list {
	width: 83%;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #fff;
	position: relative;
	z-index: 55
}

@media (max-width:640px) {
	.about_num_list {
		width: 92%
	}
}

.about_num_list li {
	width: 28%;
	text-align: center
}

.about_num_list .num_tit {
	font-size: 16px;
	margin: 0
}

.about_num_list .num {
	font-size: .4rem
}

.about_num_list .num span {
	font-size: 1.2rem;
	line-height: 1.4
}

@media (max-width:480px) {
	.about_num_list .num span {
		font-size: 1rem
	}
}

.about_num_list .en {
	color: #999
}

.network-box {
	position: relative;
	margin-top: -58px;
	z-index: 5;
	background: #fff;
	margin-bottom: .5rem
}

.network-box .bd {
	text-align: center;
	padding: .2rem 10% .5rem;
	font-size: 16px
}

.network-box .bd p {
	margin-bottom: .5em;
	line-height: 1.76
}

@media (max-width:640px) {
	.network-box .bd {
		padding: 0 5% .5rem
	}
}

main.gray {
	background: #f8f8f8
}

.about_img img {
	width: 100%;
	transform: translateZ(0);
	transition: transform .3s ease 0s
}

.about_img .up-graybox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease 0s
}

.about_img .i-wrap .up-graybox .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}

.about_img:hover img {
	transform: scale(1.05, 1.05);
	transition: transform .6s ease 0s
}

.about_img:hover .up-graybox {
	opacity: 1;
	filter: alpha(opacity=1)
}

.about_img:hover .up-graybox .line03 {
	width: 52px;
	margin-left: 0
}

.about_list_wrap {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: .5rem auto 1rem;
	justify-content: space-between
}

.about_list_wrap li {
	position: relative;
	overflow: hidden;
	margin-bottom: 2%
}

.about_list_wrap .img.img60 {
	width: 54.5%
}

.about_list_wrap .img.img38 {
	width: 43%
}

.up-graybox {
	z-index: 3
}

.up-graybox .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}

.up-graybox b {
	display: block;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.4
}

@media (max-width:640px) {
	.up-graybox b {
		font-size: 24px
	}
}

.up-graybox .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s
}

.up-graybox .line03 {
	position: relative;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	left: 0;
	transition: .45s cubic-bezier(.52, .01, .16, 1);
	content: "";
	background: #fff;
	top: 20%;
	height: 1px;
	width: 100px
}

.about_img .up-graybox .stit {
	text-align: left;
	top: auto;
	bottom: 20px;
	padding: 0 3%;
	width: 94%;
	line-height: 1.8;
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -15px;
	color: #fff
}

.about-box {
	background: #000;
	background: linear-gradient(180deg, #f8f8f8, #fff)
}

.v-pagination span {
	height: .2rem;
	width: .2rem;
	border-radius: 0;
	background: #fff;
	border: 1px solid #00dad1
}

.v-pagination .swiper-pagination-bullet-active {
	background-color: #00dad1
}

@media (max-width:480px) {
	.v-pagination span {
		width: 14px;
		height: 14px
	}
}

.index_point .vSwiper {
	padding-bottom: 30px
}

.about-team {
	text-align: center
}

.about-team .about_per {
	margin-left: auto;
	margin-right: auto;
	width: 100vw
}

.privacy_box {
	position: fixed;
	width: 58%;
	max-width: 800px;
	min-height: 135px;
	font-size: 16px;
	right: 27px;
	bottom: 146px;
	padding: 30px;
	z-index: 5556;
	background-color: #fff;
	transition: .6s;
	border: 1px solid #f2f2f3;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

@media (max-width:991px) {
	.privacy_box {
		display: none !important
	}
}

.privacy_box .row {
	margin-left: -0.4rem !important;
	margin-right: -0.4rem !important
}

.privacy_box .row>* {
	padding-left: .4rem !important;
	padding-right: .4rem !important
}

.privacy_box .icon-close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	font-size: 14px
}

.privacy_box .icon-close:hover {
	color: #00dad1
}

.privacy_box .cookie-btns {
	text-align: center;
	line-height: 38px;
	padding-top: 30px
}

.privacy_box .cookie-btns .cookie-ok-link {
	display: block;
	background-color: #2D2D2D;
	border-color: #2D2D2D;
	color: #ffffff;
	height: 38px;
	width: 100%
}

.privacy_box .cookie-btns a {
	display: block;
	font-size: 16px
}

.privacy_box .cookie-btns .cookie-ok-link:hover {
	background-color: #00dad1
}

.privacy_box .cookie-btns .cookie-set-link {
	margin-top: 10px;
	color: #000;
	text-decoration: underline
}

.privacy_box .cookie-btns .cookie-set-link:hover {
	text-decoration: none
}

.privacy_box .content h3 {
	font-size: 20px;
	margin-bottom: 10px
}

.privacy_box p {
	font-size: 15px;
	line-height: 1.76
}

.privacy_box p a {
	color: #000;
	text-decoration: underline;
	display: inline-block;
	margin: 0 5px
}

.privacy_box p a:hover {
	text-decoration: none
}

@media (max-width:991px) {
	.privacy_content {
		display: none !important
	}
}

.privacy_content .cover {
	background: rgba(0, 0, 0, 0.5);
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 555;
	bottom: 0;
	left: 0
}

.privacy_content .content {
	position: fixed;
	z-index: 2147483647;
	bottom: 0;
	right: 0;
	background-color: #fff;
	max-width: 480px;
	min-width: 480px;
	height: 100%;
	transition: .6s;
	-webkit-box-shadow: 0 2px 10px -3px #999;
	-moz-box-shadow: 0 2px 10px -3px #999;
	box-shadow: 0 2px 10px -3px #999;
	transform: translateX(100%)
}

.privacy_content.open .content {
	transform: translateX(0)
}

.privacy_content .head {
	border-bottom: 1px solid #f2f2f3;
	padding: 0 30px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.privacy_content .head .logo {
	height: 60px
}

.privacy_content .head .privacyClose {
	display: block;
	cursor: pointer
}

.privacy_content .head .privacyClose:hover {
	color: #00dad1
}

.privacy_content .inner {
	padding: 10px 30px;
	font-size: 15px;
	overflow-y: auto;
	height: calc((100vh - 140px))
}

.privacy_content .inner::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

.privacy_content .inner::-webkit-scrollbar-thumb {
	background-color: #00dad1
}

.privacy_content .inner::-webkit-scrollbar-track {
	background: #c8c8c8
}

.privacy_content .inner a {
	text-decoration: underline
}

.privacy_content .inner a:hover {
	text-decoration: none
}

.privacy_content .inner h3 {
	font-size: 20px;
	font-family: "arial";
	margin-bottom: 10px;
	font-weight: bold
}

.privacy_content .box {
	margin-bottom: 20px
}

.privacy_content .item {
	border: 1px solid #ddd;
	margin-top: -1px
}

.privacy_content .item .title {
	height: 50px;
	padding: 0 16px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	cursor: pointer
}

.privacy_content .item .title h4 {
	font-size: 18px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.privacy_content .item .title h4 .iconfont {
	font-size: 12px;
	display: block;
	margin-right: 5px;
	width: 20px;
	text-align: center
}

.privacy_content .item .title .ot-always-active {
	cursor: pointer;
	color: #00dad1
}

.privacy_content .item .title.open h4 .iconfont::before {
	content: "\e645"
}

.privacy_content .item .title.open .info {
	display: block
}

.privacy_content .item .info {
	display: none;
	padding: 10px 20px;
	line-height: 1.5;
	font-size: 15px;
	background-color: #EAE8E4
}

.privacy_content .switch {
	position: relative;
	width: 45px;
	height: 24px;
	border-radius: 2em;
	border: 1px solid #ddd;
	background-color: #f2f1f1;
	transition: .6s
}

.privacy_content .switch .tag {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #7d7d7d;
	position: absolute;
	left: 1px;
	top: 1px;
	transition: .6s
}

.privacy_content .switch.active {
	background-color: #00dad1;
	border-color: #00dad1
}

.privacy_content .switch.active .tag {
	left: 22px;
	background: #fff
}

.privacy_content .ft-btn {
	padding: 20px 30px;
	text-align: center;
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0;
	border-top: 1px solid #ddd
}

.privacy_content .ft-btn .sure {
	width: 210px;
	line-height: 38px;
	background: #2D2D2D;
	display: block;
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

.privacy_content .ft-btn .sure:hover {
	background-color: #00dad1
}

.privacy_main {
	width: 83vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	padding: .5rem 0
}

@media (max-width:1360px) {
	.privacy_main {
		width: 92%
	}
}

@media (max-width:460px) {
	.privacy_main {
		width: 94%
	}
}

.privacy_main h2 {
	font-size: .4rem;
	text-align: center;
	margin-bottom: .3rem
}

@media (max-width:480px) {
	.privacy_main h2 {
		font-size: 24px
	}
}

.privacy_main .content {
	font-size: 16px;
	line-height: 1.8
}

.privacy_main .content p {
	margin-bottom: 1em
}

.privacy_main .content table {
	width: 100%
}

.privacy_main .content table td {
	border: 1px solid #ccc;
	padding: 5px
}

.privacy_main .content table td p {
	margin-bottom: 0 !important
}

@media (max-width:640px) {
	.privacy_main .content table td {
		font-size: 14px;
		text-indent: 0 !important;
		line-height: 1.5
	}
}

.privacy_m_cover {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 555;
	background: rgba(0, 0, 0, 0.6)
}

@media (min-width:992px) {
	.privacy_m_cover {
		display: none !important
	}
}

.privacy_m {
	position: fixed;
	max-width: 600px;
	width: 94vw;
	min-height: 135px;
	font-size: 16px;
	left: 50%;
	transform: translateX(-50%);
	padding: .8rem .3rem .4rem;
	bottom: .3rem;
	z-index: 5556;
	background-color: #fff;
	transition: .6s;
	border: 1px solid #f2f2f3;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

@media (min-width:992px) {
	.privacy_m {
		display: none !important
	}
}

.privacy_m .icon-close {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	font-size: 14px
}

.privacy_m .icon-close:hover {
	color: #00dad1
}

.privacy_m .more {
	margin-top: 5px
}

.privacy_m .cookie-ok-link {
	display: block;
	border: 1px solid #2D2D2D;
	height: 38px;
	border-radius: 4px;
	width: 100%;
	margin-top: 20px
}

.privacy_m h3 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: .3rem
}

.privacy_m p {
	font-size: 15px;
	line-height: 1.76
}

.privacy_m p a {
	color: #000;
	text-decoration: underline;
	display: inline-block;
	margin: 0 5px
}

.privacy_m p a:hover {
	text-decoration: none
}



.newsBG {
	width: 100%;
	overflow: hidden;
}

.newsBG img {
	width: 100%;
}

.newsBox {
	width: 1200px;
	overflow: hidden;
	padding-top: 100px;
	margin: 0 auto;
}

.newsBox_left {
	float: left;
}

.newsBox_left p:nth-child(1) {
	font-size: 24px;
	font-family: 'Rajdhani_b';
}

.newsBox_left p:nth-child(2) {
	font-size: 16px;
	margin-top: 5px;
}

.newsBox_right {
	float: right;
	width: 800px;
	padding-bottom: 100px;
	position: relative;
}

.newsTitle {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
	color: #0f0b09;
	margin-bottom: 40px;
}

.newsBody {
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	font-size: 16px;
}

.prevnext {
	position: absolute;
	right: 0;
}

.prevnext a.prev {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	background: url(../image/7.png) no-repeat center;
	background-size: cover;
	width: 13px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
}

.prevnext a.back {
	background: url(../image/8.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
}

.prevnext a.next {
	background: url(../image/7.png) no-repeat center;
	background-size: cover;
	width: 13px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
}

.newsList_box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	/*
  width: 66%;
  min-width: 1200px;
*/
	margin: 0 auto;
	padding: 0 10px;
}

.wrapper {
	padding: 80px 0;
}

.card {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	transition: box-shadow .2s ease-in-out;
}

.card__picture {
	display: block;
	width: 100%;
	height: auto;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	cursor: pointer;
}

.card-infos {
	padding: 20px 20px 10px 20px;
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.card__title {
	font-family: 'Hind';
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 10px;
	cursor: pointer;
}

.card__text {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	color: #86888A;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 38px;
}

.card__text--high {
	font-weight: 600;
}

.card_date {
	text-align: right;
	font-size: 14px;
	margin-top: 15px;
	font-family: 'gilroyb';
}

/*
.header{
  background: var(--main-bg-color);
  height: 160px;
  display: flex;
}
.header__title{
  margin: auto;
  font-weight: 300;
  font-size: 32px;
  color: #fff;
}
.header__title--high{
  font-weight: 600;
}
*/

.sortable__nav {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.nav__link {
	padding: 0 20px 4px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-bottom: 2px solid transparent;
}

.nav__link.is-active {
	border-color: var(--main-bg-color);
}

.nav .on a {
	border-bottom: 2px solid #00dad1;
}

.nav li {
	margin: 0 20px;
}

.footer__list.list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list__item.item {
	display: flex;
}

.item__link.link {
	margin: 0;
}

.item__link.link:not(:first-child) {
	margin-left: 20px;
}

.link__icon {
	height: 2rem;
	width: 2rem;
}

.contactBox {
	width: 100%;
	overflow: hidden;
}

.contactLeft {
	float: left;
	width: 50%;
	background: #F1F3F3;
}

.contactLeft_n {
	float: right;
	padding: 70px 150px;
}

.contactLeft_n .p1 {
	font-size: 40px;
	font-family: 'gilroyb';
	margin-bottom: 12px;
}

.contactLeft_n .p2 {
	color: #000;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 35px;
	font-family: "siyuan";
}

.contactLeft_n .p2 b {
	font-family: auto;
	color: #00dad1;
}

.contactLeft_n .p3 {
	color: #000;
	font-weight: 300;
	margin-top: 15px;
}

.contactLeft_ewm {
	margin-top: 90px;
	overflow: hidden;
}

.contactLeft_ewm .item {
	border: 1px solid #f2f2f3;
	width: 160px;
	float: left;
}

.contactLeft_ewm .item+.item {
	margin-left: .4rem
}

.contactLeft_ewm img {
	display: block;
	width: 1.6rem;
	height: 1.6rem
}

.contactLeft_ewm .tit {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

.contactRight {
	float: left;
	width: 50%;
}

.contactRight_n {
	float: left;
	padding: 70px 150px;
}

.contactRight_n .p1 {
	font-size: 34px;
	color: #000;
	margin-bottom: 30px;
	font-weight: bold;
}

.contactRight_n .p2 {
	font-size: 20px;
	line-height: 40px;
	font-family: 'Rajdhani_b';
}

.contactRight_n .p3 {
	font-size: 16px;
	margin-top: 40px;
}

.contactRight_n .p3 b {
	font-size: 22px;
	margin-right: 5px;
	color: #00dad1;
}

.aboutBox {
	width: 100%;
	overflow: hidden;
	background: #00dad1;
	color: #fff;
	padding: 135px 0 85px 0;
	text-align: center;
}

.about_top {
	font-size: 34px;
	line-height: 44px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.about_btm {
	width: 100%;
	margin-top: 30px;
}

.about_btm p:nth-child(1) {
	font-size: 56px;
	margin-bottom: 15px;
	text-align: center;
	font-family: 'gilroyb';
}

.about_btm p:nth-child(2) {
	font-size: 75px;
	font-family: "siyuan";
}

.about_btm p:nth-child(2) b {
	width: 50px;
	display: inline-block;
}

.aboutPart2 {
	width: 1170px;
	margin: 0 auto;
	padding: 85px 0;
	overflow: hidden;
}

.aboutPart2_left {
	float: right;
	width: 48%;
	overflow: hidden;
	padding: 0 15px;
}

.aboutPart2_left .p1 {
	font-size: 40px;
	margin-bottom: 50px;
	position: relative;
	display: block;
	padding-right: 20px;
	font-family: 'gilroy-m';
	cursor: pointer;
}

/*
.aboutPart2_left .p1:hover:after,.aboutPart2_right .p1:hover:after{width:70%;}
.aboutPart2_left .p1:after,.aboutPart2_right .p1:after{content: ''; display: block; height: 25px; width: 0; position: absolute; left: 0; bottom: 0; background: #00dad1; z-index: -1;transition: all 300ms 600ms linear; }
*/
.aboutPart2_left .p2 {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 24px;
	color: #666;
}

.aboutPart2_right {
	width: 48%;
	float: left;
	overflow: hidden;
	padding: 0 15px;
}

.aboutPart2_right .p1 {
	font-size: 40px;
	margin-bottom: 30px;
	position: relative;
	display: block;
	padding-right: 20px;
	font-family: 'gilroy-m';
	cursor: pointer;
}

.yxImg {
	width: 40%;
}

.aboutPart2_right .p2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.about_ys {
	margin-bottom: 12px;
	font-size: 14px;
}

.aboutPart3 {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
	background: #292a2e;
	color: #fff;
}

.aboutPart3_n {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

.aboutPart3_top {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 0 15px;
}

.aboutPart3_top p:nth-child(1) {
	font-size: 38px;
	font-family: 'Rajdhani_b';
}

.aboutPart3_top p:nth-child(2) {
	font-size: 36px;
	margin-bottom: 15px;
}

.aboutRangeBox {
	width: 100%;
	overflow: hidden;
}

.about_range {
	width: 20%;
	padding: 0 15px;
	overflow: hidden;
	float: left;
	font-family: 'Rajdhani';
}

.about_range p:nth-child(1) {
	font-size: 14px;
	line-height: 24px;
	font-family: 'gilroy-m';
}

.about_range p:nth-child(2) {
	font-size: 14px;
	line-height: 24px;
}


.aboutPart2 .p1:after,
.aboutPart2 .p1.hover:after {
	content: '';
	display: block;
	height: 20px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #00dad1;
	z-index: -1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.aboutPart2 .p1:hover:after,
.aboutPart2 .p1.hover:after {
	width: 60%;
}

.aboutPart2 .p1:nth-child(1):after,
.aboutPart2 .p1.hover:nth-child(1):after {
	-webkit-transition: all 300ms 300ms linear;
	-moz-transition: all 300ms 300ms linear;
	-o-transition: all 300ms 300ms linear;
	-ms-transition: all 300ms 300ms linear;
	transition: all 300ms 300ms linear;
}

.aboutPart2 .p1:nth-child(2):after,
.aboutPart2 .p1.hover:nth-child(2):after {
	-webkit-transition: all 300ms 600ms linear;
	-moz-transition: all 300ms 600ms linear;
	-o-transition: all 300ms 600ms linear;
	-ms-transition: all 300ms 600ms linear;
	transition: all 300ms 600ms linear;
}

.aboutPart2 .p1:nth-child(3):after,
.aboutPart2 .p1.hover:nth-child(3):after {
	-webkit-transition: all 300ms 900ms linear;
	-moz-transition: all 300ms 900ms linear;
	-o-transition: all 300ms 900ms linear;
	-ms-transition: all 300ms 900ms linear;
	transition: all 300ms 900ms linear;
}

.aboutPart2 .p1:nth-child(4):after,
.aboutPart2 .p1.hover:nth-child(4):after {
	-webkit-transition: all 300ms 1200ms linear;
	-moz-transition: all 300ms 1200ms linear;
	-o-transition: all 300ms 1200ms linear;
	-ms-transition: all 300ms 1200ms linear;
	transition: all 300ms 1200ms linear;
}

.caseBG {
	width: 100%;
	overflow: hidden;
	height: 40vh;
	background-size: cover;
	background-position: center;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
}

.foot_qq img {
	width: 25px;
	height: 25px;
	margin-top: -5px;
}


.nav_nav {
	width: 205px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 0 20px 30px;
}

/*.nav_body{width:calc(100% - 245px);padding:0 20px;overflow-x: hidden;background: #f5f5f5;}*/
.nav_body {
	padding-left: 245px;
	overflow-x: hidden;
	background-color: #f5f5f5;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23e4e4e4' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.nav_body a {
	text-decoration: none;
	color: #333;
}

.nav_topLogo {
	height: 90px;
	width: 100%;
	border-bottom: 8px solid #00dad1;
}

.nav_topLogo a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "fz";
	font-weight: bold;
}

.nav_topLogo a img {
	height: 70%;
}

.nav_topLogo a div p {
	margin: 10px 0;
}

.nav_navBox {
	width: 100%;
	overflow: hidden;
	font-family: "fz";
	font-weight: bold;
}

.nav_nav1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
	position: relative;
	font-size: 14px;
}

.nav_nav1 img {
	width: 20px;
	margin-right: 6px;
}

.nav_nav1:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	height: 100%;
	height: 15px;
	width: 4px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #00dad1;
}

.nav_nav2 {
	font-size: 14px;
	border-top: 1px solid #00dad1;
	padding-left: 26px;
	line-height: 50px;
}

.nav_navDh {
	border-top: 8px solid #110358;
	line-height: 30px;
	padding-top: 20px;
	margin-bottom: 28px;
	height: calc(100vh - 500px);
}

.nav_navDh ul {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-y: auto;
}

.nav_navDh ul::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 7px;
	height: 1px;
}

.nav_navDh ul::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #110358;
}

.nav_navDh ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #EDEDED;
}

.nav_navDh ul li {
	width: 100%;
	margin-bottom: 8px;
	color: #110358;
	list-style-type: none;
}

.nav_navDh ul li:hover a {
	color: #fff;
	background: #110358;
	transition: all 0.5s linear 0s;
}

.nav_navDh ul li a {
	padding: 0 26px;
	font-size: 14px;
	display: inline-block;
	width: 60%;
	font-family: "fz";
	font-weight: bold;
}

.nav_two a {
	padding: 0 26px 0 41px !important;
	width: calc(60% - 15px) !important;
}

.nav_navBtm {
	line-height: 50px;
	border-top: 8px solid #00dad1;
	padding-left: 26px;
	font-family: "fz";
	font-weight: bold;
}

.nav_navBtm a {
	font-size: 14px;
}

.nav_navEwm {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: 8px solid #00dad1;
}

.nav_navEwm img {
	width: 70%;
	margin-top: 10px;
}

.nav_navEwm p {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-family: "fz";
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

.nav_tips {
	font-size: 12px;
	position: relative;
}

.nav_tips img {
	width: 20px;
	position: absolute;
}

.nav_search .swiper-container {
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.nav_search .swiper-slide {
	width: 978px;
	transition-timing-function: linear;
}

@media only screen and (max-width:1200px) {
	.nav_search .swiper-slide {
		width: 770px;
	}
}

@media only screen and (max-width:980px) {
	.nav_search .swiper-slide {
		width: 471px;
	}
}

@media only screen and (max-height:480px) {
	.nav_search .swiper-slide {
		width: 471px;
	}
}

.nav_search .swiper-slide img {
	width: 100%;
	border-radius: 4px;
}

.nav_search .swiper-slide .title {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: left top;
	left: -3px;
	font-size: 11px;
	color: rgb(102, 102, 102);
}

.nav_search .swiper-button-next,
.swiper-button-prev {
	width: 86px;
	height: 112px;
	background-size: 86px 112px;
	margin-top: -56px;
	outline: none;
}

.nav_search .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

.nav_search .swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: #CCC;
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px;
}

.nav_search .swiper-pagination-bullet i {
	background: #000;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

.nav_search .swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #000;
	position: relative;
	z-index: 1;
}

.nav_search .swiper-pagination-bullet-active i {
	animation: middle 6s;
}

.nav_search .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}

.nav_search .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s;
}

@keyframes first {
	0% {
		transform: scaleX(0.5);
		left: 0px;
	}

	/*091*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}

	/*0915*/
}

@keyframes last {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	/*1090*/
	20% {
		transform: scaleX(0.3);
		left: 2px;
	}

	/*090*/
	100% {
		transform: scaleX(0.3);
		left: 0px;
	}

	/*090*/
}

@keyframes middle {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	/*1091*/
	20% {
		transform: scaleX(0.45);
		left: 2px;
	}

	/*092*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}

	/*0913*/
}

.nav_NBox {
	max-width: 1410px;
	font-size: 14px;
	font-family: "fz";
	font-weight: bold;
	margin: 0 auto;
}

.nav_N {
	padding: 25px 30px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-bottom: 30px;
	width: calc(100% - 60px);
}

.nav_NTop {
	width: 100%;
	border-bottom: 2px solid #fafafa;
	height: 35px;
	margin-bottom: 15px;
}

.nav_NTop span {
	line-height: 32px;
	border-bottom: 8px solid #110358;
	display: inline-block;
	font-size: 15px;
}

.nav_NBtm {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.nav_NBtm li {
	list-style-type: none;
	float: left;
	width: calc(25% - 24px);
	padding: 12px;
	position: relative;
	height: 36px;
}

.nav_NBtm_div1 {
	width: 32px;
	height: 32px;
	margin: 2px 6px 0 0;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav_NBtm_div1 img {
	width: 100%;
	max-height: 100%;
}

.nav_NBtm_div2 {
	width: calc(100% - 80px);
	float: left;
	overflow: hidden;
	margin-top: 2px;
}

.nav_NBtm_div2 p:nth-child(1) {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin: 0;
	height: 18px;
}

.nav_NBtm_div2 p:nth-child(2) {
	color: #a1a7b7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin: 0;
	height: 18px;
	font-size: 12px;
}

.nav_NBtm_div3 {
	position: absolute;
	right: 0;
	width: 30px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}






.custom-cursor {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	mix-blend-mode: difference;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #00BCD4;
	transition: transform 350ms ease;
	transform: translate(-50%, -50%) scale(0.3);
	z-index: 1000;
}

.custom-cursor--link {
	transform: translate(-50%, -50%) scale(1.25);
}






@media (max-width:1280px) {
	.contactLeft {
		width: 100%;
	}

	.contactRight {
		width: 100%;
	}

	.contactLeft_n {
		padding: 70px 20px;
	}

	.contactRight_n {
		padding: 70px 20px;
	}

	.contactLeft_ewm .item {
		width: 80px;
	}

	.newsBox {
		width: 100%;
		padding-top: 50px;
	}

	.newsBox_right {
		width: calc(100% - 24px);
		margin-left: 12px;
		float: left;
		margin-top: 50px;
	}

	.newsBox_left {
		width: 100%;
		text-align: center;
	}

	.yxImg {
		width: 90%;
	}

	.about_btm p:nth-child(1) {
		font-size: 32px;
	}

	.about_btm p:nth-child(2) {
		font-size: 46px;
	}

	.aboutBox {
		padding: 85px 0;
	}

	.about_btm p:nth-child(2) b {
		display: block;
	}

	.aboutPart2 {
		width: 100%;
	}

	.aboutPart2_left {
		width: 100%;
	}

	.aboutPart2_right {
		width: 100%;
		margin-top: 30px;
	}

	.aboutPart2_right .p1 {
		margin-bottom: 0;
	}

	.about_ys {
		margin-top: 40px;
	}

	.aboutPart3_n {
		width: 100%;
	}

	.about_range {
		width: 50%;
		margin-bottom: 40px;
	}
}



@media (max-width:1280px) {
	.case_list .col-xs-6 {
		width: 100% !important;
	}

	.m-menus .active .xs-menu,
	.m-menus .open .xs-menu {
		padding-bottom: 0;
		margin-left: 30px;
		margin-bottom: 0;
	}
	.footer .copy_txt{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contactLeft_ewm{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px 20px;
		align-items: stretch;
	}
	.contactLeft_ewm .item{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contactLeft_ewm img{
		width: 100%;
		height: auto;
	}
	.contactLeft_ewm .item+.item{
		margin-left: 0;
	}
}