@charset "utf-8";

body,
input,
select,
textarea {
	font-family: icon, fonts,  , SimSun
}

body {
	max-width: 1920px;
	min-width: 86em;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	color: #666;
	background-color: #fff
}

img {
	border: 0
}

form {
	margin: 0;
	padding: 0
}

input,
select,
textarea {
	font-size: 1em
}

input::-ms-clear,
input::-ms-reveal {
	display: none
}

section,
div,
ul,
li {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden
}

ul,
li {
	list-style-type: none
}

li {
	text-overflow: ellipsis
}

a {
	text-decoration: none;
	color: #333;
	outline: 0
}

a:hover {
	text-decoration: none;
	color: #f63
}

a,
.arow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media screen and (max-width:640px) {
	::-webkit-scrollbar {
		width: 0;
		height: 0
	}

	::-webkit-scrollbar-thumb,
	::-webkit-scrollbar-thumb:hover {
		background-color: transparent
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@font-face {
	font-family: 'icon';
	src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff")
}

/* @font-face {
	font-family: 'fonts';
	src: url('../fonts/add.woff') format('woff')
} */

.trtion {
	transition: .6s;
	transition-timing-function: ease-out
}

.trtions {
	transition: .3s;
	transition-timing-function: ease-out
}

#img_box {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .9)
}

#img_box img.show {
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

#img_box .close,
.product-video-open .close {
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	text-align: center;
	font-size: 3em;
	color: #fff;
	position: absolute;
	top: .6em;
	right: .6em;
	cursor: pointer;
	z-index: 999
}

.page {
	text-align: left;
	margin-bottom: 2em;
	text-align: center;
	margin: 3em auto
}

.page a {
	text-align: center;
	width: 1.8em;
	height: 1.8em;
	display: inline-block;
	margin-left: 1em;
	color: #333;
	line-height: 1.8em;
	background: #00a5c2
}

.page a.on,
.page a:hover {
	background: none;
	background: #00a5c2;
	color: #fff
}

#map {
	width: 100%;
	height: 100%
}

#map img {
	max-width: none
}

#map div {
	overflow: visible
}

#map .anchorBL {
	display: none
}

.himg {
	position: relative;
	z-index: 1
}

.himg img {
	min-width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: -200%;
	top: -200%;
	right: -200%;
	bottom: -200%;
	margin: auto;
	transition: transform .4s ease
}

.himg.auto img {
	min-width: 0;
	max-width: 100%;
	max-height: 100%;
	height: auto
}

.himg:hover img {
	transform: scale(1.1, 1.1)
}

.mrow {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal
}

.trtion {
	transition: .6s;
	transition-timing-function: ease-out
}

.maxcenter {
	max-width: 80em;
	margin: 0 auto
}

.in-name {
	text-align: center;
	color: #fff
}

.in-name span {
	font-size: 3em
}

.in-name span:after {
	content: attr(data-en);
	display: block;
	font-size: .75em
}

header {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, .2)
}

header .maxcenter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1em auto;
	max-width: 90vw;
	position: relative
}

header .maxcenter .logo {
	width: 7em;
	display: block
}

header .maxcenter .logo img {
	width: 100%;
	max-width: 100%
}

header .maxcenter .list {
	margin-right: 20em
}

header .maxcenter .list a {
	display: inline-block;
	margin: 0 1em;
	color: #fff;
	font-size: 1.25em;
	vertical-align: top
}

header .maxcenter .list a:after {
	content: '';
	width: 100%;
	height: 2px;
	display: none;
	background-color: #9fe3ec;
	margin-top: .25em;
	opacity: 0
}

header .maxcenter .list a:hover:after {
	opacity: 1
}

header .maxcenter .lang {
	border-radius: 2em;
	background-color: #11b5d1;
	padding: .5em 1em;
	line-height: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

header .maxcenter .lang.right {
	right: 8em
}

header .maxcenter .lang a {
	display: inline-block;
	vertical-align: top;
	padding: 0 .5em;
	border-right: 1px solid #fff;
	color: #fff
}

header .maxcenter .lang a:last-child {
	border-right: 0
}

.in-banner {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}

.in-banner .list {
	white-space: nowrap;
	height: 100%
}

.in-banner .list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	height: 100%
}

.in-banner .list li span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: transform 8s ease;
	z-index: 1;
	transform: scale(1.1, 1.1)
}

.in-banner .list li.on span {
	transform: scale(1, 1)
}

.in-banner .goto {
	width: 3em;
	height: 6em;
	line-height: 6em;
	text-align: center;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(5em);
	opacity: 0;
	cursor: pointer;
	z-index: 1
}

.in-banner .goto:after {
	content: '\eca2';
	font-size: 2em
}

.in-banner .goto.next {
	left: initial;
	right: 0;
	transform: translateY(-50%) translateX(-5em)
}

.in-banner .goto.next:after {
	content: '\e613'
}

.in-banner:hover .goto {
	transform: translateY(-50%) translateX(0);
	opacity: 1
}

/* .banner {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0
} */

.banner .list {
	white-space: nowrap;
	height: 100%
}

.banner .list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	height: 100%
}

.banner .list li span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: transform 8s ease;
	z-index: 1;
	transform: scale(1.1, 1.1)
}

.banner .list li.on span {
	transform: scale(1, 1)
}

.banner .list li .text {
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 70%;
	transform: translateY(-40%);
	left: 12.5vw;
	color: #fff;
	opacity: 0;
	overflow: visible
}

.banner .list li .text h1 {
	line-height: 150%;
	border-bottom: 1px solid rgba(255, 255, 255, .8);
	padding-bottom: .5em;
	font-size: 3em;
	transform: translateX(-30%);
	opacity: 0;
	transition: .6s;
	transition-timing-function: ease-out;
	text-shadow: 3px 3px rgba(52, 52, 52, .5)
}

.banner .list li .text b {
	font-size: 1.75em;
	font-weight: bold;
	line-height: 180%;
	transform: translateX(-20%);
	opacity: 0;
	transition: .6s;
	transition-timing-function: ease-out;
	color: #fff;
	display: inline-block
}

.banner .list li.on .text {
	transform: translateY(-40%);
	opacity: 1;
	transition-delay: .6s
}

.banner .list li.on .text h1 {
	transform: translateX(0);
	opacity: 1;
	transition-delay: .8s
}

.banner .list li.on .text b {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 1s
}

.banner .both {
	position: absolute;
	left: 12.5vw;
	bottom: 3vw;
	z-index: 1;
	z-index: 3
}

.banner .both span {
	width: .4em;
	height: .4em;
	position: relative;
	padding: .4em;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 1em
}

.banner .both span:after {
	content: '';
	width: .5em;
	height: .5em;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%
}

.banner .both span:hover,
.banner .both span.on {
	border: 1px solid #11b5d1;
	border-style: ridge
}

.banner .both span:hover:after,
.banner .both span.on:after {
	background: #11b5d1
}

.banner .canvas {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: .1
}

.in-video {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}

.in-video video {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2
}

.in-video video::-webkit-media-controls-enclosure {
	display: none
}

.in-video .play {
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.in-video .play::before {
	content: '\e624';
	font-size: 4em;
	display: block
}

.home {
	position: relative;
	top: 100vh;
	background-color: #fff
}

.in-about {
	text-align: center;
	padding: 5em 0
}

.in-about .text {
	color: #93a2a9
}

.in-about .text p {
	margin: 0;
	font-size: 3.75em;
	color: #11b5d1;
	line-height: 1em
}

.in-about .text span {
	font-size: 2.25em;
	color: #333
}

.in-about .text font {
	font-size: 1.75em;
	display: block;
	margin: 1em
}

.in-about .text small {
	font-size: 1.25em;
	max-width: 55em;
	line-height: 200%;
	display: block;
	margin: 0 auto
}

.in-about .list {
	margin-top: 3em;
	overflow: visible
}

.in-about .list a {
	display: inline-block;
	font-size: 1.25em;
	margin: 0 1.5em;
	color: #cfd6da
}

.in-about .list a:before {
	content: attr(data-icon);
	display: block;
	color: #80d1de;
	font-size: 2.5em;
	margin-bottom: .2em
}

.in-about .list a:hover {
	transform: translateY(-1em);
	color: #80d1de
}

.in-news .in-name span:after {
	display: none
}

.in-news {
	background: url(../images/news-back.jpg) no-repeat center center;
	background-attachment: fixed;
	padding-top: 5em;
	position: relative;
	background-size: cover
}

.in-news .canvas {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .5
}

.in-news .in-name {
	position: relative;
	z-index: 1
}

.in-news .list {
	background: #12b4d1;
	margin-top: 3em;
	position: relative;
	z-index: 1;
	opacity: .9
}

.in-news .list .li {
	padding: 4em 0;
	display: block;
	color: #fff;
	white-space: normal
}

.in-news .list .li:hover {
	background: #80d1de
}

.in-news .list .li .maxcenter {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.in-news .list .li .maxcenter .time {
	text-align: center;
	margin-right: 2em;
	white-space: nowrap
}

.in-news .list .li .maxcenter .time:before {
	content: attr(date-d);
	font-size: 5em;
	line-height: 1em
}

.in-news .list .li .maxcenter .time:after {
	content: attr(date-ym);
	display: block;
	font-size: 1.75em;
	line-height: 1em
}

.in-news .list .li .maxcenter .himg {
	width: 18em;
	aspect-ratio: 1.4;
	display: block;
	overflow: hidden
}

.in-news .list .li .maxcenter .text {
	max-width: 48em;
	display: block
}

.in-news .list .li .maxcenter .text p {
	font-size: 1.5em;
	margin: 0 0 .5em
}

.in-news .list .li .maxcenter .text small {
	line-height: 160%;
	font-size: 1.125em;
	color: #d3f4f3
}

.in-news .list .li .maxcenter .text:after {
	content: '\eca5' attr(data-xq);
	display: block;
	margin-top: 1em
}

.in-news .list .more {
	display: block;
	width: 12em;
	height: 3em;
	text-align: center;
	line-height: 3em;
	margin: 0 auto;
	margin: 3em auto;
	margin-bottom: 5em;
	background-color: #fff;
	color: #12b4d1
}

.in-news .list .more:after {
	content: 'MORE \e68f';
	display: inline-block;
	transition: transform .3s ease
}

.in-news .list .more:hover:after {
	transform: translate(1em)
}

.in-news .in-name.bottom {
	padding: 3em 0;
	position: relative;
	z-index: 1
}

.in-service .in-name {
	color: #93a2a9;
	padding: 0 0 5em 0
}

.in-service .in-name span:after {
	display: none
}

.in-service .list {
	background-color: #ebf2f5
}

.in-service .list .li {
	padding: 4em 0;
	display: block;
	white-space: normal;
	color: #93a2a9
}

.in-service .list .li .maxcenter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: visible
}

.in-service .list .li .maxcenter .text {
	max-width: 28em
}

.in-service .list .li .maxcenter .text p {
	font-size: 2em
}

.in-service .list .li .maxcenter .text small {
	font-size: 1.125em;
	line-height: 160%
}

.in-service .list .li .maxcenter .text font {
	display: block;
	margin-top: 3em;
	width: 12em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	background-color: #12b4d1;
	color: #fff
}

.in-service .list .li .maxcenter .text font:before {
	content: '>';
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5em;
	transition: transform .3s ease
}

.in-service .list .li .maxcenter .text font:after {
	content: attr(data-lang);
	display: inline-block;
	margin-left: 1em;
	transition: transform .3s ease
}

.in-service .list .li .maxcenter .himgs {
	height: 21em;
	display: block
}

.in-service .list .li .maxcenter .himgs img {
	height: 100%;
	display: block;
	transition: transform .3s ease
}

.in-service .list .li:hover {
	background: #fff
}

.in-service .list .li:hover img {
	transform: scale(1.1, 1.1)
}

.in-service .list .li .maxcenter .text font:hover:before,
.in-service .list .li .maxcenter .text font:hover:after {
	transform: translateX(1em)
}

.in-service .list .li:nth-child(1) {
	transform: translateX(50%);
	opacity: 0
}

.in-service .list .li:nth-child(2) {
	transform: translateX(-50%);
	opacity: 0
}

.in-service.on .list .li:nth-child(1),
.in-service.on .list .li:nth-child(2) {
	transform: translateX(0);
	opacity: 1
}

footer {
	padding: 3em 0;
	background: #1b1f3c
}

footer .maxcenter {
	display: flex;
	max-width: 90vw;
	justify-content: space-between;
	color: #fff
}

footer .maxcenter .logo {
	width: 12em;
	display: block
}

footer .maxcenter .logo img {
	max-width: 100%
}

footer .maxcenter .bt-addr {
	max-width: 20em
}

footer .maxcenter .bt-addr:before {
	content: attr(data-bg);
	color: rgba(255, 255, 255, .7)
}

footer .maxcenter .bt-addr p {
	font-size: 1.25em;
	line-height: 160%
}

footer .maxcenter .bt-addr small {
	font-size: .75em
}

footer .maxcenter .bt-nav:before {
	content: attr(data-dh);
	color: rgba(255, 255, 255, .7);
	display: block
}

footer .maxcenter .bt-nav .list {
	display: flex;
	justify-content: space-between;
	width: 20em;
	flex-wrap: wrap
}

footer .maxcenter .bt-nav .list a {
	width: calc(100% / 3);
	font-size: 1.25em;
	color: #fff;
	margin-top: 1em
}

footer .maxcenter .bt-copy {
	margin-top: 2em;
	font-size: 1.125em;
	line-height: 200%;
	max-width: 20em
}

footer .maxcenter .bt-copy,
footer .maxcenter .bt-copy a {
	color: #fff
}

footer .maxcenter .bt-wechat {
	width: 8em
}

footer .maxcenter .bt-wechat img {
	width: 100%
}

.side-img {
	width: 100%;
	position: relative;
	height: 24em;
	display: flex;
	align-items: center;
	justify-content: center
}

.side-img img {
	min-width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: -200%;
	top: -200%;
	right: -200%;
	bottom: -200%;
	margin: auto
}

.side-img p {
	font-size: 4em;
	color: #00a5c2;
	transform: translateY(50%);
	display: none
}

.side-nav {
	border-bottom: 3px solid #00a5c2;
	box-shadow: 0 .25em 1em rgba(51, 51, 51, .3);
	position: relative;
	z-index: 1
}

.side-nav .maxcenter {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 4.5em
}

.side-nav .maxcenter a {
	width: calc(100% / 5);
	text-align: center;
	font-size: 1.25em
}

.side-nav .maxcenter a:hover,
.side-nav .maxcenter a.on {
	background: #00a5c2;
	color: #fff
}

.side-name {
	text-align: center
}

.side-name h1 {
	margin: 0;
	font-size: 3em;
	color: #333
}

.side-name.color,
.side-name.color:before {
	color: #fff
}

.side-about {
	width: 100%;
	height: auto;
	position: relative
}

.side-about .text {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.side-about .text .box {
	position: absolute;
	left: 5vw;
	right: 5vw;
	top: 50%;
	transform: translateY(0);
	opacity: 0;
	transition: transform .6s, opacity .6s
}

.side-about.on .text .box {
	transform: translateY(-50%);
	opacity: 1
}

.side-about .text .box h1 {
	font-size: 3em;
	color: #333;
	line-height: 1em;
	font-weight: normal;
	margin: 0
}

.side-about .text .box small {
	color: #717374;
	display: block;
	margin: 1em 0;
	font-size: 1.125em;
	line-height: 220%
}

.side-about .text .box .more {
	width: 12em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	background: #00a5c2;
	color: #fff;
	display: block
}

.side-about .text .box .more:after {
	content: '详情 \eca1';
	display: inline-block;
	transition: transform .4s ease
}

.side-about .text .box .more:hover:after {
	transform: translateX(1em)
}

.side-about .text .box .list {
	width: 100%;
	max-width: 45em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 4em
}

.side-about .text .box .list a {
	width: calc(50% - 2em);
	font-size: 1.25em;
	margin-bottom: 1.5em
}

.side-about .text .box .list a:before {
	content: attr(data-icon);
	font-size: 1.5em;
	display: inline-block;
	vertical-align: middle;
	color: #00a5c2;
	margin-right: .5em
}

.side-about .text .box .list a:after {
	content: attr(data-en);
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
	margin-left: .5em
}

.side-about .img {
	width: 100%;
	max-width: 50%;
	float: right;
	position: relative
}

.side-about .img ul {
	height: 100%;
	white-space: nowrap
}

.side-about .img ul li {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top
}

.side-about .img ul li img {
	position: static;
	min-width: auto;
	width: 100%;
	height: auto;
	display: block
}

.side-about .img .goto {
	position: absolute;
	left: 0;
	width: 3em;
	height: 6em;
	background-color: rgba(0, 0, 0, .4);
	display: block;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	line-height: 6em;
	text-align: center;
	cursor: pointer;
	z-index: 1
}

.side-about .img .goto:after {
	content: '<';
	font-size: 2em
}

.side-about .img .goto.next {
	left: initial;
	right: 0
}

.side-about .img .goto.next:after {
	content: '>'
}

.side-about .img .goto:hover {
	background: #11b5d1
}

.side-vision {
	padding: 5em 0
}

.side-vision .maxcenter {
	padding: 2em 4em;
	background: #eaf2f5;
	max-width: calc(90vw - 8em);
	margin-top: 3em;
	position: relative;
	transform: translateY(50%);
	opacity: 0;
	transition: transform .6s, opacity .6s
}

.side-vision.on .maxcenter {
	opacity: 1;
	transform: translateY(0)
}

.side-vision .maxcenter .text {
	position: relative;
	padding-bottom: 4em;
	max-width: calc(50% - 5em);
	float: left;
	padding-right: 5em
}

.side-vision .maxcenter .text p {
	font-size: 1em;
	color: #333;
	/*line-height: 200%*/
}

.side-vision .maxcenter .text p b {
	font-size: 1.25em;
	display: inline-block;
	margin-bottom: .5em
}

.side-vision .maxcenter .text .box {
	position: absolute;
	bottom: 0;
	text-align: right
}

.side-vision .maxcenter .hidden1 .gotostyle {
	text-align: center;
	display: inline-block;
	width: 3em;
	line-height: 6em;
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 1
}

.side-vision .maxcenter .hidden1 .gotostyle.next {
	left: initial;
	right: 0
}

.side-vision .maxcenter .hidden1 .gotostyle:after {
	content: '<';
	font-size: 1.5em
}

.side-vision .maxcenter .hidden1 .gotostyle.next:after {
	content: '>'
}

.side-vision .maxcenter .hidden1 .gotostyle:hover {
	background: #00a5c2;
	color: #fff
}

.side-vision .maxcenter .hidden1 {
	max-width: 50%;
	float: right;
	width: 100%;
	position: relative
}

.side-vision .maxcenter .hidden1 .list {
	white-space: nowrap
}

.side-vision .maxcenter .hidden1 .list li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 30em
}

.side-honor {
	position: relative;
	background: #00a5c2
}

.side-honor .text {
	width: 100%;
	max-width: 40vw;
	height: 34em;
	display: flex;
	align-items: center;
	justify-content: center
}

.side-honor .text h1 {
	font-size: 3em;
	color: #fff;
	letter-spacing: .1em
}

.side-honor .img {
	width: 100%;
	max-width: 60vw;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #eaf2f5
}

.side-honor .img .hidden1 {
	position: absolute;
	left: 5vw;
	right: 5vw;
	top: 50%;
	transform: translateY(-50%)
}

.side-honor .img .hidden1 .list {
	white-space: nowrap
}

.side-honor .img .hidden1 .list li {
	height: 16vw;
	width: calc(100% / 2 - 1.25em);
	margin-right: 1.875em;
	display: inline-block;
	vertical-align: top;
	cursor: pointer
}

.side-honor .img .hidden1 .list li:last-child {
	margin-right: 0
}

.side-honor .img .hidden1 .list li:after {
	content: attr(data-name);
	line-height: 2.5em;
	font-size: 1.25em;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	transform: translateY(100%);
	opacity: 0;
	transition: transform .3s, opacity .3s
}

.side-honor .img .hidden1 .list li:hover:after {
	transform: translateY(0);
	opacity: 1
}

.side-honor .honor-goto {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8em;
	line-height: 3em;
	left: calc(40vw - 5em);
	text-align: center;
	color: #fff;
	cursor: pointer
}

.side-honor .honor-goto .goto {
	transition: background .3s;
	background: #9fe3ed
}

.side-honor .honor-goto .goto:hover {
	background: #00b4ce
}

.side-honor .honor-goto .goto:after {
	content: '<';
	font-size: 1.5em
}

.side-honor .honor-goto .goto.next:after {
	content: '>'
}

.side-honor .honor-goto .goto:first-child {
	margin-bottom: 1em
}

.history-box {
	padding: 5em 0;
	background: url(../images/history.jpg) no-repeat center center
}

.history-box .side-name h1 {
	font-size: 3em;
	color: #fff
}

.history-box .side-center {
	max-width: 80vw;
	margin: 0 auto
}

.history-box .hidden1 {
	position: relative;
	margin-top: 3em
}

.history-box .list {
	white-space: nowrap
}

.history-box .list li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4 - 5em);
	padding: 0 2.5em;
	white-space: normal;
	position: relative;
	color: #fff
}

.history-box .list li h1 {
	font-size: 2em;
	margin-bottom: .5em
}

.history-box .list li p {
	line-height: 180%
}

.history-box .list li:nth-child(2n) {
	margin-top: 6em
}

.history-box .list li:before {
	content: '';
	width: 1em;
	height: 1em;
	border-radius: 50%;
	display: block;
	background: #00a5c2;
	position: absolute;
	left: 0;
	top: .5em;
	border: .25em solid #fff
}

.history-box .list li:after {
	content: '';
	width: 2px;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	display: block;
	position: absolute;
	left: calc(.75em - 1px);
	top: 1.75em
}

.history-box .hidden1 .both {
	position: absolute;
	left: 0;
	width: 3em;
	height: 6em;
	background-color: rgba(0, 0, 0, .4);
	display: block;
	color: #fff;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
	line-height: 6em;
	text-align: center;
	cursor: pointer
}

.history-box .hidden1 .both:after {
	content: '<';
	font-size: 2em
}

.history-box .hidden1 .both.next {
	left: initial;
	right: 1em
}

.history-box .hidden1 .both.next:after {
	content: '>'
}

.side-service {
	background: none;
	padding-top: 0
}

.side-service .list {
	margin-top: 0
}

.content-service {
	position: fixed;
	background: rgba(0, 0, 0, .7);
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.content-service .center {
	max-width: 70em;
	width: 100%;
	height: calc(80vh - 6em);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	padding: 3em 5em
}

.content-service .center {
	display: flex;
	justify-content: space-between
}

.content-service .center .img {
	width: 100%;
	max-width: 45%
}

.content-service .center .img .logo {
	display: block;
	max-width: 13em
}

.content-service .center .img .pdt {
	display: block;
	width: 90%;
	margin-top: 3vw
}

.content-service .center .text {
	width: 100%;
	max-width: 50%
}

.content-service .center .text h1 {
	font-size: 2em;
	color: #333
}

.content-service .center .text p {
	line-height: 200%
}

.content-service .center .text p span {
	display: block;
	font-size: 1.25em;
	color: #fff;
	background: #00a5c2;
	width: 6em;
	line-height: 2em;
	text-align: center;
	margin: 2em 0 1em
}

.content-service .close {
	position: absolute;
	font-size: 3em;
	top: .6em;
	right: .6em;
	color: #fff;
	cursor: pointer
}

.article_list {
	width: 100%
}

.article_list li {
	padding: 4em 0;
	background: #ebf2f5
}

.article_list li:nth-child(2n) {
	background: #fff
}

.article_list li .maxcenter {
	display: block;
	overflow: visible;
	position: relative;
	white-space: normal
}

.article_list li .maxcenter .himg {
	width: 18.75em;
	aspect-ratio: 1.4;
	display: block;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2em
}

.article_list li .maxcenter .text {
	max-width: 50em;
	display: inline-block;
	vertical-align: middle
}

.article_list li .maxcenter .text h1 {
	font-size: 1.75em;
	color: #333
}

.article_list li .maxcenter .text p {
	color: #93a2a9;
	line-height: 180%
}

.article_list li .maxcenter .tma {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #93a2a9;
	display: block;
	text-align: center
}

.article_list li .maxcenter .tma:before {
	content: attr(data-d);
	font-size: 4.5em;
	display: block;
	line-height: 1em
}

.article_list li .maxcenter .tma font {
	font-size: 1.5em
}

.article_list li .maxcenter .tma:after {
	content: '>';
	font-size: 1.5em;
	width: 2em;
	border-radius: 50%;
	background: #00a5c2;
	line-height: 2em;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: .5em
}

.article_list li:hover {
	background: #00a5c2
}

.article_list li:hover .maxcenter .text h1,
.article_list li:hover .maxcenter .text p,
.article_list li:hover .maxcenter .tma,
.article_list li:hover .maxcenter .tma:after {
	color: #fff
}

.article_list li:hover .maxcenter .tma:after {
	background: #00a5c2;
	border: 1px solid #fff
}

.job-box {
	margin: 3em auto;
	max-width: 80vw
}

.job-box .search .slect {
	background: #00a5c2;
	padding: 2em
}

.job-box .search .slect span {
	display: inline-block;
	vertical-align: top;
	margin-right: 2em;
	color: #595959
}

.job-box .search .slect span.position:before,
.job-box .search .slect span.addr:before {
	content: attr(data-zn);
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-right: 1em
}

.job-box .search .slect span.position:before {
	content: attr(data-zw)
}

.job-box .search .slect span .back-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.job-box .search .slect span select {
	display: block;
	height: 3em;
	line-height: 3em;
	border: 2px solid #fff;
	border-radius: .5em;
	text-indent: 1em;
	min-width: 25em
}

.job-box .job-all {
	margin-top: 3em
}

.job-box .job-all .tab {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #a6a6a6
}

.job-box .job-all .tab span {
	display: inline-block;
	font-size: 1.25em;
	cursor: pointer;
	margin-right: 2em
}

.job-box .job-all .tab span:hover,
.job-box .job-all .tab span.on {
	color: #00a5c2
}

.job-box .job-all .list {
	position: relative;
	overflow: visible
}

.job-box .job-all .list .ctg {
	visibility: hidden;
	opacity: 0;
	transform: translateY(2em);
	position: absolute;
	top: 0;
	overflow: visible
}

.job-box .job-all .list .ctg.on,
.job-box .job-all .list .ctg.result {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	position: static
}

.job-box .job-all .list li {
	position: relative;
	padding: 2em 0;
	border-bottom: 1px dashed #a6a6a6;
	overflow: visible
}

.job-box .job-all .list li .addrs {
	content: attr(data-addr);
	color: #595959;
	letter-spacing: .2em;
	display: block;
	margin-top: 1em
}

.job-box .job-all .list li h1 {
	font-size: 1em
}

.job-box .job-all .list li h1 a {
	font-size: 1.5em;
	font-weight: normal
}

.job-box .job-all .list li .apply1 {
	border-radius: .5em;
	line-height: 3em;
	position: absolute;
	width: 5em;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #00a5c2;
	background: #00a5c2;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	right: 2em
}

.job-box .job-all .list li .apply1:hover {
	background: #fff;
	color: #00a5c2;
	border: 2px solid #00a5c2
}

.job-side {
	margin: 3em auto;
	max-width: 80vw
}

.job-side h1 {
	font-weight: normal;
	color: #00a5c2
}

.job-side .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 3em
}

.job-side .text1,
.job-side .text2 {
	line-height: 280%;
	max-width: 48%
}

.job-side .text1:before,
.job-side .text2:before {
	content: attr(data-name);
	font-size: 1.5em;
	display: block;
	margin-bottom: 1em;
	color: #333
}

.jobs_btn {
	width: 10em;
	height: 2.5em;
	display: block;
	line-height: 2.5em;
	text-align: center;
	background-color: #666;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 5em;
	position: relative
}

.jobs_btn:hover {
	background: #00a5c2
}

.jobs_btn input {
	width: 200%;
	height: 200%;
	font-size: 0;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	opacity: 0;
	text-align: center
}

.con-both {
	display: none
}

.side-contact {
	background: #eef3f6;
	height: 100vh;
	position: relative
}

.side-contact .text {
	width: 100%;
	max-width: 35%;
	height: 100%;
	position: relative
}

.side-contact .text .box {
	position: absolute;
	left: 5vw;
	right: 5vw;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto
}

.side-contact .text .box .side-name {
	text-align: left
}

.side-contact .text .box .side-name:after {
	margin: 1em 0
}

.side-contact .text .box .side-infor {
	line-height: 250%;
	font-size: 1.25em;
	margin-top: 1.5em
}

.side-contact .text .box .db {
	margin-top: 3em
}

.side-contact .text .box .db input,
.side-contact .text .box .db textarea {
	border: 0;
	background: transparent;
	padding: .5em;
	border-bottom: 1px solid #dadcdc;
	outline: 0
}

.side-contact .text .box .db input {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2 - 1.5em);
	height: 2.5em
}

.side-contact .text .box .db input.margin {
	margin-left: 1em
}

.side-contact .text .box .db textarea {
	width: 100%;
	margin-top: 1em;
	height: 6em;
	padding-top: 1em
}

.side-contact .text .box .db .con-boths {
	height: 3em;
	line-height: 3em;
	text-align: center;
	width: 14em;
	background: #fff;
	color: #333;
	color: #00a5c2;
	margin-top: 2em;
	cursor: pointer
}

.side-contact .text .box .db .con-both:hover {
	background: #00a5c2;
	color: #fff
}

.side-contact .map {
	height: 100%;
	width: 65%;
	position: absolute;
	right: 0;
	top: 0
}

.side-contact .map .maponlink {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4
}

.sidecon {
	margin: 3em auto;
	background: #eef3f6;
	padding: 2em
}

.sidecon .name {
	color: #1b1b1b;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff
}

.sidecon .text {
	line-height: 200%
}

.sidecon .text img {
	max-width: 200%
}

.pageon {
	display: flex;
	justify-content: space-between
}

.pageon p {
	width: 45%;
	height: 100%;
	line-height: 3em;
	background: #fff;
	text-align: left;
	display: flex
}

.pageon p:before {
	content: '\e613';
	width: 3em;
	height: 3em;
	display: inline-block;
	text-align: center;
	background-color: #7f7f7f;
	margin-right: 1em;
	color: #fff
}

.ctauto {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.marct {
	width: 100%;
	max-width: 98em;
	margin: 0 auto
}

.sid-prd-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 3em auto
}

.sid-prd-top .left,
.sid-prd-top .right {
	width: 47em;
	position: relative
}

.sid-prd-top .left .list {
	height: 33em;
	white-space: nowrap;
	position: relative
}

.sid-prd-top .left .list span {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #fff
}

.sid-prd-top .left .list span img {
	max-width: 80%;
	max-height: 90%;
	cursor: pointer;
	margin: auto
}

.sid-prd-top .left .list span img:hover {
	transform: scale(1.1, 1.1)
}

.sid-prd-top .left .show-page {
	width: 3em;
	height: 3em;
	text-align: center;
	line-height: 3em;
	border-radius: 50%;
	border: 1px solid #11b5d1;
	color: #11b5d1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1em;
	cursor: pointer
}

.sid-prd-top .left .show-page:after {
	content: '<';
	font-size: 1.5em
}

.sid-prd-top .left .show-page.right {
	left: initial;
	right: 1em
}

.sid-prd-top .left .show-page.right:after {
	content: '>'
}

.sid-prd-top .left .show-page:hover {
	background: #11b5d1;
	color: #fff
}

.sid-prd-top .left .list-small {
	height: 6.25em;
	text-align: center;
	margin-top: 2em;
	white-space: nowrap;
	position: relative
}

.sid-prd-top .left .list-small span {
	width: 8.4em;
	height: 100%;
	display: inline-block;
	position: relative;
	margin: 0 .5em;
	background: #fff;
	cursor: pointer
}

.sid-prd-top .left .list-small span:after {
	content: '';
	display: block;
	border: 2px solid #11b5d1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.sid-prd-top .left .list-small span img {
	max-width: 80%;
	max-height: 80%
}

.sid-prd-top .left .list-small span.on:after {
	content: '';
	border: 4px solid #11b5d1
}

.sid-prd-top .right {
	color: #3e3a39
}

.sid-prd-top .right h1 {
	font-size: 3em
}

.sid-prd-top .right .brief {
	margin-top: 3em;
	line-height: 180%
}

.sid-prd-top .right .brief:before,
.sid-prd-top .right .highlights:before {
	content: attr(data-gs);
	font-size: 2em;
	padding-left: .5em;
	border-left: .15em solid #11b5d1;
	display: block;
	line-height: 1em;
	margin-bottom: 1em
}

.sid-prd-top .right .highlights:before {
	content: '产品亮点'
}

.sid-prd-top .right .highlights {
	margin-top: 3em
}

.sid-prd-top .right .highlights span {
	display: inline-block;
	line-height: 2em;
	padding: 0 1em;
	border-radius: 2em;
	border: 1px solid #929292;
	margin-right: .5em;
	letter-spacing: .1em
}

.sid-prd-top .right .highlights span:hover {
	background: #3e3a39;
	color: #fff
}

.sid-prd-top .right .videolink {
	display: block;
	width: 10em;
	line-height: 2.5em;
	margin-top: 3em;
	border: 1px solid #929292;
	text-align: center;
	color: #11b5d1;
	font-size: 1.25em
}

.sid-prd-top .right .videolink:after {
	content: '\e60d';
	display: inline-block;
	margin-left: .5em
}

.sid-prd-top .right .videolink:hover {
	background: #929292;
	color: #fff
}

.sid-prd-function {
	background: #f1f1f1;
	padding: 5em
}

.sid-prd-function.none {
	display: none
}

.sid-prd-function.none {
	display: none
}

.sid-prd-function .center:before {
	content: attr(data-td);
	font-size: 2em;
	padding-left: .5em;
	border-left: .15em solid #11b5d1;
	display: block;
	line-height: 1em;
	margin-bottom: 1em;
	color: #333
}

.sid-prd-function .center .list {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top: 3em
}

.sid-prd-function .center .list li {
	width: calc(100% / 2 - 6em);
	margin-bottom: 4em
}

.sid-prd-function .center .list li:before {
	content: attr(data-name);
	font-size: 1.75em;
	color: #3e3a39
}

.sid-prd-function .center .list li:after {
	content: attr(data-text);
	line-height: 180%;
	display: block;
	margin-top: 1em;
	color: #3e3a39
}

.sid-prd-function .center .list li:last-child {
	margin-bottom: 0
}

.sid-prd-scene {
	height: 40em;
	margin: 3em auto;
	position: relative
}

.sid-prd-scene.none {
	display: none
}

.sid-prd-scene .left {
	width: 28em;
	padding: 4em 3em 0 3em;
	height: calc(100% - 3em);
	background: #f1f1f1;
	float: left
}

.sid-prd-scene .left .hide:before {
	content: attr(data-name);
	font-size: 2em;
	padding-left: .5em;
	border-left: .15em solid #11b5d1;
	display: block;
	line-height: 1em;
	margin: 2em 0 1em;
	color: #333
}

.sid-prd-scene .left .hide .position {
	white-space: nowrap;
	position: relative
}

.sid-prd-scene .left .hide .position span {
	display: inline-block;
	width: 100%;
	font-size: 1.25em;
	color: #3e3a39;
	white-space: normal;
	line-height: 200%
}

.sid-prd-scene .right {
	width: calc(100% - 34em);
	float: left;
	height: 100%
}

.sid-prd-scene .right .list {
	white-space: nowrap;
	height: 100%;
	position: relative
}

.sid-prd-scene .right .list li {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative
}

.sid-prd-scene .right .list li img {
	position: absolute;
	min-height: 100%;
	min-width: 100%
}

.sid-prd-scene .sid-prd-page {
	width: 3em;
	height: 6em;
	text-align: center;
	line-height: 6em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .3);
	color: #fff;
	cursor: pointer
}

.sid-prd-scene .sid-prd-page:after {
	content: '>';
	font-size: 2em
}

.sid-prd-scene .sid-prd-page.left-both {
	left: 34em
}

.sid-prd-scene .sid-prd-page.left-both:after {
	content: '<'
}

.sid-prd-parameter {
	margin: 5em auto
}

.sid-prd-parameter.none {
	display: none
}

.sid-prd-parameter:before {
	content: attr(data-cs);
	font-size: 2em;
	padding-left: .5em;
	border-left: .15em solid #11b5d1;
	display: block;
	line-height: 1em;
	margin-bottom: 1em;
	color: #333
}

.sid-prd-parameter .list li {
	background: #f1f1f1
}

.sid-prd-parameter .list li span {
	max-width: 50%;
	width: 100%;
	line-height: 3em;
	display: inline-block;
	vertical-align: top;
	float: left;
	text-indent: 1.5em
}

.sid-prd-parameter .list li:nth-child(2n) {
	background: #fff
}

.media_view {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0
}

.media_view .player {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.media_view video,
.media_view iframe {
	width: 60vw;
	height: calc(60vw * .56)
}

.media_view img {
	max-width: 70%;
	max-height: 70%
}

.media_view .close {
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	color: #fff;
	font-size: 2em;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem
}

@media screen and (max-width:1670px) {
	body {
		font-size: 14px
	}
}

@media screen and (max-width:1480px) {
	body {
		font-size: 12px
	}
}

@media screen and (max-width:860px) {
	body {
		min-width: 0;
		padding-top: 4.6em;
		transition: transform .4s
	}

	header {
		overflow: visible;
		background-color: rgba(0, 165, 194, .9)
	}

	header .maxcenter {
		display: block;
		overflow: visible;
		margin: 0 1em;
		padding: .5em 0;
		max-width: initial;
		position: initial
	}

	header .maxcenter .logo {
		height: 3.6em
	}

	header .maxcenter .logo img {
		width: auto;
		height: 100%;
		-webkit-filter: brightness(0) invert(1)
	}

	header .maxcenter .list,
	header .maxcenter .lang {
		display: none
	}

	.banner {
		position: relative;
		height: 20em
	}

	.banner .list li .text {
		font-size: .6em;
		max-width: 90%;
		white-space: normal;
		top: 65%;
		left: 0;
		right: 0;
		padding: 0 2em
	}

	html.on {
		overflow: hidden
	}

	body.on {
		transform: translateX(-13em);
		filter: blur(6px);
		opacity: .3;
		overflow: hidden
	}

	.list.full {
		width: 14em;
		height: 100vh;
		font-size: 12px;
		position: fixed;
		z-index: 10;
		top: 0;
		right: 0;
		background-color: #00a5c2;
		transform: translateX(14em);
		transition: transform .4s;
		overflow: visible
	}

	.list.full a {
		height: 3em;
		line-height: 3em;
		font-size: 1.3em;
		display: block;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		text-align: center
	}

	.list.full a.on {
		color: #fc0
	}

	.list.full a.on::before {
		content: '\e641';
		font-family: icon;
		margin-right: .5em
	}

	.list.full::before {
		content: '\e607';
		font-family: icon;
		position: absolute;
		left: -1.6em;
		top: .6em;
		color: #fff;
		font-size: 2em
	}

	.list.full.on {
		transform: translateX(0);
		z-index: 5
	}

	.list.full.on::before {
		content: '\eca0';
		color: #b81c22
	}

	.list.full.on p {
		display: none
	}

	.in-video {
		height: 70vw;
		position: relative
	}

	.home {
		top: 0
	}

	.in-about {
		padding: 2em 1em
	}

	.in-about .list a {
		margin: 0 .5em
	}

	.in-news {
		padding-top: 2em
	}

	.in-news .list {
		margin-top: 2em;
		padding: 0 1em
	}

	.in-news .list .li {
		padding: 2em 0
	}

	.in-news .list .li .maxcenter .himg {
		display: none
	}

	.in-news .list .li:hover {
		background: initial
	}

	.in-service .in-name {
		padding: 0
	}

	.in-service {
		padding-top: 2em
	}

	.in-service .list {
		margin-top: 2em
	}

	.in-service .list .li {
		padding: 2em 1em
	}

	.in-service .list .li .maxcenter {
		display: block
	}

	.in-service .list .li .maxcenter .himgs {
		text-align: center
	}

	.in-service .list .li .maxcenter .himgs img {
		display: inline-block
	}

	.in-service .list .li .maxcenter .text {
		text-align: center
	}

	.in-service .list .li .maxcenter .text font {
		margin: 0 auto;
		margin-top: 2em
	}

	footer {
		padding: 5vw 0
	}

	footer .maxcenter {
		flex-wrap: wrap;
		position: relative;
		align-items: center
	}

	footer .maxcenter .bt-wechat {
		position: absolute;
		right: 0;
		width: 5em
	}

	footer .maxcenter .bt-addr,
	footer .maxcenter .bt-nav {
		display: none
	}

	footer .maxcenter .bt-copy {
		margin-top: 0
	}

	footer .maxcenter .logo {
		width: 4em
	}

	footer .maxcenter .bt-wechat {
		position: static
	}

	.side-img {
		height: 18em;
		display: none
	}

	.side-img p {
		font-size: 3em
	}

	.side-about {
		padding: 2em 1em;
		width: initial
	}

	.side-about .text {
		width: 100%
	}

	.side-about .text {
		position: initial
	}

	.side-about.on .text .box {
		position: static;
		transform: translateY(0)
	}

	.side-about .img {
		float: initial;
		width: 100%;
		max-width: initial;
		margin-top: 5vw
	}

	.side-vision {
		padding: 5vw 0
	}

	.side-vision .maxcenter {
		max-width: 90vw;
		padding: 0;
		margin-top: 5vw
	}

	.side-vision .maxcenter .text {
		float: initial;
		max-width: initial;
		padding: 5vw
	}

	.side-vision .maxcenter .text .box {
		position: static;
		text-align: left;
		display: none
	}

	.side-vision .maxcenter .hidden1 {
		max-width: initial;
		float: initial;
		margin: 5vw;
		width: initial
	}

	.side-vision .maxcenter .hidden1 .list li {
		height: 15em
	}

	.side-honor {
		padding-bottom: 2em
	}

	.side-honor .text {
		position: static;
		height: auto;
		max-width: initial;
		display: block;
		text-align: center
	}

	.side-honor .img {
		position: static;
		max-width: initial;
		margin: 5vw;
		width: initial;
		background: none
	}

	.side-honor .img .hidden1{
		position: static;
		transform: translateY(0)
	}

	.side-honor .img .hidden1 .list li {
		width: 100%;
		height: 20em
	}

	.side-honor .honor-goto {
		position: static;
		text-align: center;
		width: initial;
		transform: translateY(0)
	}

	.side-honor .honor-goto div {
		display: inline-block;
		width: 8em;
		vertical-align: top
	}

	.side-honor .honor-goto .goto:first-child {
		margin-bottom: 0
	}

	.history-box {
		padding: 5vw 0;
		margin-top: 5vw
	}

	.history-box .list li {
		width: calc(100% - 5em)
	}

	.history-box .side-center {
		max-width: 70vw
	}

	.history-box .list li:nth-child(2n) {
		margin-top: 0
	}

	.side-service {
		padding-top: 0
	}

	.side-service .list {
		margin-top: 0
	}

	.article_list li .maxcenter {
		max-width: 90vw
	}

	.article_list li .maxcenter .tma {
		display: none
	}

	.article_list li .maxcenter .himg {
		width: 100%;
		margin-right: 0;
		height: 40vw
	}

	.job-box {
		max-width: 90vw
	}

	.job-box .search .slect span.addr {
		margin-bottom: 5vw
	}

	.job-box .search .slect span.position:before,
	.job-box .search .slect span.addr:before {
		margin-bottom: 1em
	}

	.job-box .job-all .list li .apply1 {
		position: static;
		transform: translateY(0)
	}

	.job-side .flex {
		flex-wrap: wrap
	}

	.job-side .text1,
	.job-side .text2 {
		max-width: 100%
	}

	.job-side .text2 {
		margin-top: 5vw
	}

	.side-contact {
		height: initial
	}

	.side-contact .text {
		max-width: 100%;
		height: initial
	}

	.side-contact .text .box {
		position: static;
		transform: translateY(0);
		margin: 5vw
	}

	.side-contact .map {
		width: initial;
		margin: 5vw;
		position: static;
		height: 20em
	}

	.pageon {
		display: block
	}

	.pageon p {
		width: 100%
	}

	.content-service .center {
		display: block;
		width: calc(100% - 4em);
		padding: 2em;
		overflow-y: auto
	}

	.content-service .center .img {
		max-width: 100%
	}

	.content-service .center .text {
		max-width: 100%
	}

	.marct {
		margin: 2em 1em;
		width: initial
	}

	.sid-prd-top {
		display: block
	}

	.sid-prd-top .left,
	.sid-prd-top .right {
		width: 100%
	}

	.sid-prd-top .left .list {
		height: 25em
	}

	.sid-prd-top .right,
	.sid-prd-top .right .brief {
		margin-top: 2em
	}

	.sid-prd-top .right h1 {
		font-size: 2em
	}

	.sid-prd-top .right .highlights span {
		margin-bottom: .5em
	}

	.sid-prd-function {
		padding: 2em 0
	}

	.sid-prd-function .center .list {
		flex-flow: row wrap
	}

	.sid-prd-function .center .list li {
		width: 100%
	}

	.sid-prd-scene {
		height: auto
	}

	.sid-prd-scene .left {
		width: initial;
		padding: 2em
	}

	.sid-prd-parameter img {
		margin-top: 2em
	}

	.sid-prd-scene .right {
		display: block;
		width: 100%;
		float: initial;
		height: 20em
	}

	.sid-prd-scene .sid-prd-page {
		top: 70%
	}

	.sid-prd-scene .sid-prd-page.left-both {
		left: 0
	}

	header .maxcenter .nav-web {
		width: 3em;
		height: 3em;
		position: absolute;
		right: 1em;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		line-height: 3em;
		font-family: icon;
		color: #fff
	}

	header .maxcenter .nav-web:after {
		content: '\e607';
		font-size: 2em
	}

	header .maxcenter .nav-web.on:after {
		content: '\eca0'
	}

	header .maxcenter .nav {
		position: absolute;
		text-align: center;
		height: 100vh;
		right: 0;
		top: 0;
		transform: translateX(100vw);
		background: #5bacc5;
		transition: transform .3s;
		left: 0;
		right: 0;
		padding: 0 2em;
		display: none
	}

	header.on .maxcenter .nav {
		transform: translateX(0);
		overflow-y: auto;
		display: block
	}

	header .maxcenter .nav a {
		color: #fff
	}

	header .maxcenter .nav.on {
		box-shadow: -.25em 0 .25em rgba(51, 51, 51, .3)
	}

	header .maxcenter .nav span:first-child {
		margin-top: 4em
	}

	header .maxcenter .nav span {
		display: block;
		margin: 0;
		line-height: 4em;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		text-align: left
	}

	header .maxcenter .nav .one {
		display: block;
		margin: 0;
		position: relative;
		font-size: 1.25em
	}

	header .maxcenter .nav .sub {
		display: none
	}

	header .maxcenter .nav .sub a {
		font-size: 1em;
		margin: 0;
		display: block
	}

	header .maxcenter .nav .add {
		display: block;
		position: relative
	}

	header .maxcenter .nav .add.on .sub {
		display: block
	}

	header .maxcenter .nav .add .one:after {
		content: '+';
		float: right;
		font-size: 2em;
		display: block;
		color: #fff;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%)
	}

	header .maxcenter .nav .add.on .one:after {
		content: '-'
	}
}