body,
html {
	width: 100%
}

input::-ms-clear,
input::-ms-reveal {
	display: none
}

*,
:after,
:before {
	box-sizing: inherit
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
	width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	color: rgba(0, 0, 0, .6);
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Arial, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-variant: tabular-nums;
	font-weight: 400;
	line-height: 1.5715;
	background-color: #fff;
	font-feature-settings: "tnum"
}

[tabindex="-1"]:focus {
	outline: none !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgba(0, 0, 0, .6);
	font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 8px;
	margin-bottom: 0
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: 0;
	cursor: help
}

address {
	margin-bottom: 1em;
	font-style: normal;
	line-height: inherit
}

input[type=number],
input[type=password],
input[type=text],
textarea {
	-webkit-appearance: none
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1em
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 500
}

dd {
	margin-bottom: .5em;
	margin-left: 0
}

blockquote {
	margin: 0 0 1em
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	transition: color .3s;
	-webkit-text-decoration-skip: objects
}

a:focus {
	text-decoration: none;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

a:hover {
	text-decoration: none;
	outline: 0
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace
}

pre {
	margin-top: 0;
	margin-bottom: 1em;
	overflow: auto
}

figure {
	margin: 0 0 1em
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
	touch-action: manipulation
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75em;
	padding-bottom: .3em;
	color: rgba(0, 0, 0, .45);
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: .5em;
	padding: 0;
	color: inherit;
	font-size: 1.5em;
	line-height: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none !important
}

mark {
	padding: .2em;
	background-color: #feffe6
}

::-moz-selection {
	color: #fff;
	background: #23a88b
}

::selection {
	color: #fff;
	background: #23a88b
}

/* .h1, */
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.3;
	color: inherit;
	margin-bottom: 0
}

.h1 {
	font-size: 40px
}

.h2 {
	font-size: 28px
}

.h3 {
	font-size: 24px
}

.h4 {
	font-size: 20px
}

.h5 {
	font-size: 18px
}

.h6 {
	font-size: 16px
}

.maxwidth {    
	width: 94%;
    max-width: 1200px;
	margin: 0 auto
}

.grWidth {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto
}

hr {
	margin-top: 16px;
	margin-bottom: 16px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: "0/0", a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify;
	text-justify: inter-ideograph
}

.text-nowrap,
.text-truncate {
	white-space: nowrap
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.c-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.overflow-hidden {
	overflow: hidden
}

::-webkit-scrollbar {
	background: #f4f4f4;
	width: 8px;
	height: 8px
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .2);
	width: 8px;
	height: 8px;
	border-radius: 8px
}

::-webkit-scrollbar-track {
	border-radius: 8px
}

input:-webkit-autofill {
	box-shadow: inset 0 0 0 1000px #fff !important
}

svg.icon {
	width: 1em;
	height: 1em;
	vertical-align: -.15em;
	fill: currentColor;
	overflow: hidden
}

.unable-to-interact {
	cursor: not-allowed;
	pointer-events: none
}

@font-face {
	font-family: DINPro;
	src: url(../font/DINPro.woff2) format("woff2"), url(../font/DINPro.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: bebas;
	src: url(../font/bebas-webfont.woff2) format("woff2"), url(../font/bebas-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@media only screen and (min-width:961px) {
	a:hover {
		color: #5fb136
	}
}

@media only screen and (max-width:1600px) {
	.maxwidth {
		width: 94%
	}

}

@media only screen and (max-width:1440px) {
	.h1 {
		font-size: 32px
	}

	.h2 {
		font-size: 26px
	}

	.h3 {
		font-size: 22px
	}

	.h4 {
		font-size: 18px
	}

	.h5 {
		font-size: 16px
	}

	.h6 {
		font-size: 14px
	}
}

@media only screen and (max-width:960px) {
	.h1 {
		font-size: 26px
	}

	.h2 {
		font-size: 21px
	}

	.h3 {
		font-size: 18px
	}

	.h4 {
		font-size: 16px
	}

	.h5 {
		font-size: 15px
	}
}

@media only screen and (max-width:640px) {
	.h1 {
		font-size: 22px
	}

	.h2 {
		font-size: 19px
	}

	.h3 {
		font-size: 16px
	}

	.h4 {
		font-size: 15px
	}

	.h5 {
		font-size: 14px
	}

	.h6 {
		font-size: 13px
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes scaleIn {
	0% {
		transform: scale(.88)
	}

	to {
		transform: scale(1)
	}
}

@keyframes scaleIn {
	0% {
		transform: scale(.88)
	}

	to {
		transform: scale(1)
	}
}

a[title=站长统计] {
	display: none
}

.v-container {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s
}

.v-container.ready {
	opacity: 1;
	visibility: visible
}

.el-message-box {
	max-width: 94%
}

@media only screen and (max-width:640px) {
	.el-cascader-menu {
		min-width: 100px
	}

	.el-cascader-menu .el-cascader-node__label {
		font-size: 12px
	}

	.el-cascader-menu .el-cascader-node__postfix {
		right: 6px;
		font-size: 12px
	}

	.el-cascader-menu .el-cascader-node__prefix {
		left: 6px;
		font-size: 12px;
		display: none
	}

	.el-cascader-menu .el-cascader-node {
		padding: 0 16px 0 0;
		line-height: 28px;
		height: 28px
	}
}

.iconfont {
	font-family: iconfont !important;
	font-size: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.magnifierRentgen {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	width: 100%
}

.magnifierRentgen .magnifier-loupe {
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	cursor: none;
	transform: scale(1);
	display: none
}

.c-notification {
	position: fixed;
	right: 0;
	top: 24px;
	z-index: 9999;
	max-width: calc(100vw - 32px);
	margin-right: 24px
}

.c-notification-notice {
	position: relative;
	padding: 16px 24px;
	width: 384px;
	margin-bottom: 16px;
	margin-left: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
	-webkit-animation: NotificationFadeIn .2s cubic-bezier(.645, .045, .355, 1);
	animation: NotificationFadeIn .2s cubic-bezier(.645, .045, .355, 1)
}

.c-notification-notice .c-notification-notice-content {
	position: relative
}

.c-notification-notice .c-notification-notice-with-icon {
	padding-left: 48px
}

.c-notification-notice .c-notification-notice-with-icon .c-notification-notice-description {
	margin-top: 4px
}

.c-notification-notice .c-notification-notice-icon {
	position: absolute;
	left: 0;
	margin-left: 4px;
	font-size: 24px;
	line-height: 24px
}

.c-notification-notice .c-notification-notice-icon .icon-success {
	color: #52c41a
}

.c-notification-notice .c-notification-notice-icon .icon-info {
	color: #1890ff
}

.c-notification-notice .c-notification-notice-icon .icon-warning {
	color: #faad14
}

.c-notification-notice .c-notification-notice-icon .icon-error {
	color: #ff4d4f
}

.c-notification-notice .c-notification-notice-message {
	color: rgba(0, 0, 0, .85);
	font-size: 16px;
	line-height: 24px;
	padding-right: 24px
}

.c-notification-notice .c-notification-notice-description {
	font-size: 14px;
	margin-top: 8px
}

.c-notification-notice .c-notification-notice-close {
	position: absolute;
	top: 20px;
	right: 24px;
	color: #000;
	outline: none;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	opacity: .5;
	transition: opacity .3s
}

.c-notification-notice .c-notification-notice-close:hover {
	opacity: 1
}

@-webkit-keyframes NotificationFadeIn {
	0% {
		left: 384px;
		opacity: 0
	}

	to {
		left: 0;
		opacity: 1
	}
}

@keyframes NotificationFadeIn {
	0% {
		left: 384px;
		opacity: 0
	}

	to {
		left: 0;
		opacity: 1
	}
}

.c-modal {
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
	-webkit-animation: scaleIn .2s ease-in;
	animation: scaleIn .2s ease-in;
	border-radius: 5px;
	overflow: hidden
}

.c-modal-wrap {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-animation: fadeIn .2s ease-in;
	animation: fadeIn .2s ease-in;
	transition: opacity .2s, visibility .2s
}

.c-modal-wrap.c-modal-wrap-hide {
	opacity: 0;
	visibility: hidden
}

.c-modal-mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, .45);
	cursor: pointer
}

.c-modal-content {
	max-width: 92vw;
	max-height: 84vh;
	overflow-y: auto
}

.c-modal-close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	opacity: .5;
	transition: opacity .3s, transform .3s;
	color: #000
}

.c-modal-content-img a {
	display: block
}

.c-modal-content-img img {
	max-width: 100%
}

.c-modal-content-video video {
	width: 800px;
	max-width: 100%;
	display: block
}

.c-modal-content-videojs {
	width: 800px;
	padding-bottom: 56.25%;
	max-width: 100%
}

.c-modal-content-videojs .video-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.shop-modal .c-modal {
	width: 560px;
	max-width: 92%;
	padding: 48px 2% 60px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	text-align: center
}

.shop-modal .c-modal-content {
	max-width: 100%;
	max-height: 100%
}

.shop-modal .c-modal-mask {
	opacity: 0
}

.shop-modal .title {
	font-size: 20px;
	color: #000;
	margin-bottom: 4px
}

.shop-modal .tit {
	color: #999
}

.shop-modal .list {
	margin-top: 40px;
	justify-content: space-between
}

.shop-modal .icon {
	width: 120px;
	display: block;
	margin-bottom: 12px
}

.login-modal .c-modal {
	width: 450px;
	max-width: 92%;
	padding: 50px 60px;
	text-align: center
}

.login-modal .c-modal-content {
	max-width: 100%;
	max-height: 100%
}

.login-modal .c-modal-close {
	display: none
}

.login-modal .title {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	margin-bottom: 40px
}

.login-modal .header {
	justify-content: center;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	margin-bottom: 24px
}

.login-modal .header .item {
	margin-right: 60px;
	font-weight: 500;
	color: #000;
	padding: 0 12px 12px;
	position: relative;
	cursor: pointer
}

.login-modal .header .item.active {
	color: #23a88b
}

.login-modal .header .item.active:after {
	opacity: 1
}

.login-modal .header .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #23a88b;
	opacity: 0
}

.login-modal .header .item:last-of-type {
	margin-right: 0
}

.login-modal .links {
	justify-content: space-between;
	padding-top: 4px
}

.login-modal .form {
	text-align: left;
	font-size: 14px
}

.login-modal .form ::-moz-placeholder {
	color: rgba(0, 0, 0, .3)
}

.login-modal .form ::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.login-modal .form :-ms-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.login-modal .form .item {
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #eee
}

.login-modal .form .item.mb0 {
	margin-bottom: 0
}

.login-modal .form .label {
	width: 64px;
	line-height: 44px;
	padding: 0 8px
}

.login-modal .form .input {
	width: calc(100% - 64px);
	height: 44px;
	border: none;
	padding: 0;
	outline: none;
	background: none;
	color: #000;
	font-size: 14px
}

.login-modal .form .submit {
	background: #23a88b;
	border: none;
	outline: none;
	padding: 0;
	width: 100%;
	height: 48px;
	color: #fff;
	font-size: 18px;
	cursor: pointer
}

.login-modal .social {
	margin-top: 40px
}

.login-modal .social .tit {
	text-align: center;
	justify-content: center;
	position: relative;
	font-size: 16px;
	margin-bottom: 30px
}

.login-modal .social .tit:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	z-index: 0;
	background-color: #e8e8e8
}

.login-modal .social .tit span {
	padding: 0 16px;
	background-color: #fff;
	position: relative;
	z-index: 1
}

.login-modal .social .btns {
	justify-content: center
}

.login-modal .social .btn {
	font-size: 20px;
	width: 36px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #6fa3f5;
	margin-right: 24px
}

.login-modal .social .btn:last-of-type {
	margin-right: 0
}

.login-modal .social .btn.weixin {
	background-color: #49b844
}

.login-modal .social .btn.weibo {
	background-color: #e6162d
}

@media only screen and (min-width:961px) {
	.c-modal-close:hover {
		opacity: 1;
		transform: rotate(180deg)
	}
}

@media only screen and (max-width:1440px) {
	.login-modal .title {
		font-size: 20px;
		margin-bottom: 30px
	}

	.login-modal .header {
		margin-bottom: 16px
	}

	.login-modal .header .item {
		margin-right: 48px;
		padding: 0 8px 8px;
		font-size: 16px
	}

	.login-modal .c-modal {
		width: 400px;
		padding: 40px
	}

	.login-modal .form .submit {
		line-height: 44px;
		font-size: 16px
	}

	.login-modal .social {
		margin-top: 30px
	}

	.login-modal .social .tit {
		font-size: 14px;
		margin-bottom: 24px
	}
}

@media only screen and (max-width:640px) {
	.c-modal-content {
		max-width: 80vw;
		max-height: 72vh
	}

	.c-modal-close {
		padding: 4px;
		top: 16px;
		right: 16px
	}

	.shop-modal .c-modal {
		padding: 32px 4% 40px
	}

	.shop-modal .title {
		font-size: 18px
	}

	.shop-modal .tit {
		font-size: 12px
	}

	.shop-modal .item {
		width: 27%;
		font-size: 12px
	}

	.shop-modal .icon {
		width: 100%;
		margin-bottom: 8px
	}

	.shop-modal .list {
		margin-top: 28px
	}

	.login-modal .title {
		font-size: 18px;
		margin-bottom: 24px
	}

	.login-modal .c-modal {
		padding: 32px
	}
}

.c-empty {
	padding: 40px 0;
	font-size: 14px;
	text-align: center;
	color: rgba(0, 0, 0, .25)
}

.c-empty-image {
	height: 40px;
	margin-bottom: 8px
}

.c-empty-image svg {
	height: 100%
}

.c-empty-img-simple .c-empty-img-simple-ellipse {
	fill: #f5f5f5
}

.c-empty-img-simple .c-empty-img-simple-g {
	stroke: #d9d9d9
}

.c-empty-img-simple .c-empty-img-simple-path {
	fill: #fafafa
}

.c-empty-footer {
	margin-top: 16px
}

.c-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 30px;
	justify-content: flex-start;
	font-weight: 400
}

.c-pagination.center {
	justify-content: center
}

.c-pagination.type-a .c-pagination-item {
	background: none;
	color: #fff
}

.c-pagination.type-a .c-pagination-item.active {
	background-color: #23a88b
}

.c-pagination-item {
	display: block;
	font-size: 14px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 10px;
	margin-right: 8px;
	margin-top: 8px;
	color: #999;
	transition: all .3s ease-out
}

.page-num {
	display: block;
	font-size: 14px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 10px;
	margin-right: 8px;
	margin-top: 8px;
	color: #999;
	transition: all .3s ease-out
}

.c-pagination-item.disabled {
	cursor: not-allowed;
	color: #999;
	opacity: .4
}

.c-pagination-item:last-of-type {
	margin-left: 0
}

.c-pagination-item.active {
	color: #fff;
	background-color: #23a88b;
	border-color: #23a88b
}

.page-num-current {
	color: #fff;
	background-color: #23a88b;
	border-color: #23a88b
}

@media only screen and (min-width:641px) {
	.c-pagination-item:not(.disabled):hover {
		color: #fff;
		background-color: #23a88b;
		border-color: #23a88b
	}
}

@media only screen and (max-width:640px) {
	.c-pagination {
		margin-top: 24px
	}
}

.c-dropdown {
	position: absolute;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	padding: 10px
}

.c-dropdown:after,
.c-dropdown:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0
}

.c-dropdown-wrap {
	position: relative;
	z-index: 1
}

.c-dropdown-main {
	border: 1px solid #ebeef5;
	z-index: 0;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.c-dropdown-main,
.c-dropdown-menu {
	background-color: #fff;
	position: relative
}

.c-dropdown-menu {
	padding: 6px 0;
	text-align: left;
	outline: none;
	min-width: 120px
}

.c-dropdown-menu-item {
	padding: 6px 12px;
	display: block;
	color: rgba(0, 0, 0, .65);
	background-color: #fff;
	font-size: 14px;
	transition: background-color .3s
}

.c-dropdown-menu-item:hover {
	background-color: #f5f5f5
}

.c-dropdown-placement-bottomCenter {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%)
}

.c-dropdown-placement-bottomCenter:after,
.c-dropdown-placement-bottomCenter:before {
	top: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ebeef5
}

.c-dropdown-placement-bottomCenter:after {
	top: 4px;
	border-bottom: 7px solid #fff
}

.c-dropdown-placement-bottomCenter:after,
.c-dropdown-placement-bottomCenter:before {
	left: 50%;
	margin-left: -6px
}

.c-dropdown-placement-bottomLeft {
	bottom: 0;
	left: -10px;
	transform: translateY(100%)
}

.c-dropdown-placement-bottomLeft:after,
.c-dropdown-placement-bottomLeft:before {
	top: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ebeef5
}

.c-dropdown-placement-bottomLeft:after {
	top: 4px;
	border-bottom: 7px solid #fff
}

.c-dropdown-placement-bottomLeft:after,
.c-dropdown-placement-bottomLeft:before {
	left: 24px
}

.c-dropdown-placement-bottomRight {
	bottom: 0;
	right: -10px;
	transform: translateY(100%)
}

.c-dropdown-placement-bottomRight:after,
.c-dropdown-placement-bottomRight:before {
	top: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ebeef5
}

.c-dropdown-placement-bottomRight:after {
	top: 4px;
	border-bottom: 7px solid #fff
}

.c-dropdown-placement-bottomRight:after,
.c-dropdown-placement-bottomRight:before {
	right: 24px
}

.c-dropdown-placement-topCenter {
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%)
}

.c-dropdown-placement-topCenter:after,
.c-dropdown-placement-topCenter:before {
	bottom: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #ebeef5
}

.c-dropdown-placement-topCenter:after {
	bottom: 4px;
	border-top: 7px solid #fff
}

.c-dropdown-placement-topCenter:after,
.c-dropdown-placement-topCenter:before {
	left: 50%;
	margin-left: -6px
}

.c-dropdown-placement-topLeft {
	top: 0;
	left: -10px;
	transform: translateY(-100%)
}

.c-dropdown-placement-topLeft:after,
.c-dropdown-placement-topLeft:before {
	bottom: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #ebeef5
}

.c-dropdown-placement-topLeft:after {
	bottom: 4px;
	border-top: 7px solid #fff
}

.c-dropdown-placement-topLeft:after,
.c-dropdown-placement-topLeft:before {
	left: 24px
}

.c-dropdown-placement-topRight {
	top: 0;
	right: -10px;
	transform: translateY(-100%)
}

.c-dropdown-placement-topRight:after,
.c-dropdown-placement-topRight:before {
	bottom: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #ebeef5
}

.c-dropdown-placement-topRight:after {
	bottom: 4px;
	border-top: 7px solid #fff
}

.c-dropdown-placement-topRight:after,
.c-dropdown-placement-topRight:before {
	right: 24px
}

.c-dropdown-placement-leftCenter {
	left: 0;
	padding: 20px;
	top: 50%;
	transform: translate(-100%, -50%)
}

.c-dropdown-placement-leftCenter:after,
.c-dropdown-placement-leftCenter:before {
	right: 12px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #ebeef5
}

.c-dropdown-placement-leftCenter:after {
	right: 14px;
	border-left: 7px solid #fff
}

.c-dropdown-placement-leftCenter:after,
.c-dropdown-placement-leftCenter:before {
	top: 50%;
	margin-top: -6px
}

.c-dropdown-placement-leftTop {
	left: 0;
	padding: 20px;
	top: -20px;
	transform: translateX(-100%)
}

.c-dropdown-placement-leftTop:after,
.c-dropdown-placement-leftTop:before {
	right: 12px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #ebeef5
}

.c-dropdown-placement-leftTop:after {
	right: 14px;
	border-left: 7px solid #fff
}

.c-dropdown-placement-leftTop:after,
.c-dropdown-placement-leftTop:before {
	top: 40px
}

.c-dropdown-placement-leftBottom {
	left: 0;
	padding: 20px;
	bottom: -20px;
	transform: translateX(-100%)
}

.c-dropdown-placement-leftBottom:after,
.c-dropdown-placement-leftBottom:before {
	right: 12px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #ebeef5
}

.c-dropdown-placement-leftBottom:after {
	right: 14px;
	border-left: 7px solid #fff
}

.c-dropdown-placement-leftBottom:after,
.c-dropdown-placement-leftBottom:before {
	bottom: 40px
}

@media only screen and (min-width:961px) {
	.c-dropdown-wrap:hover .c-dropdown {
		opacity: 1;
		visibility: visible
	}
}

@media only screen and (max-width:960px) {
	.c-dropdown-wrap .c-dropdown {
		opacity: 1;
		visibility: visible;
		display: none
	}

	.c-dropdown-wrap.mOn .c-dropdown {
		display: block;
		-webkit-animation: fadeIn .2s cubic-bezier(.645, .045, .355, 1);
		animation: fadeIn .2s cubic-bezier(.645, .045, .355, 1)
	}
}

.crumb-nav {
	font-size: 14px
}

.crumb-nav-link {
	color: #aaa;
	position: relative;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 10px
}

.crumb-nav-link:after {
	content: "\E6A4";
	font-family: iconfont !important;
	font-size: 12px;
	line-height: 1;
	font-style: normal;
	margin-left: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.crumb-nav-active {
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333
}

@media only screen and (max-width:640px) {
	.crumb-nav {
		font-size: 12px
	}
}

.social-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.social-contact .c-dropdown {
	width: 170px
}

.social-contact-item {
	width: 36px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 26px;
	color: #999;
	cursor: pointer;
	position: relative;
	opacity: 1
}

.social-contact-hr {
	width: 1px;
	height: 18px;
	background-color: #e5e5e5;
	margin: 0 12px
}

.c-btna {
	width: 180px;
	line-height: 44px;
	border: 1px solid #e5e5e5;
	border-left-width: 0;
	display: block;
	text-align: center;
	font-size: 16px;
	position: relative;
	transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in
}

.c-btna.c-btna-fillet {
	border-radius: 22px
}

.c-btna .iconfont {
	margin-right: 6px;
	position: relative;
	z-index: 1
}

.c-btna:before {
	width: 6px
}

.c-btna:after,
.c-btna:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	height: 100%;
	background-color: #39b197
}

.c-btna:after {
	width: 100%;
	transform: scaleX(0);
	transition: transform .3s ease-in;
	transform-origin: left center
}

.c-btna>span {
	position: relative;
	z-index: 1
}

.c-btna.type-line {
	border-left-width: 1px
}

.c-btna.type-line:before {
	display: none
}

.c-btna.type-white {
	border: 1px solid #fff;
	color: #fff
}

.c-btna.type-white:before {
	display: none
}

.c-btna.type-solid {
	border: 1px solid #f4f4f4;
	background-color: #f4f4f4;
	color: #23a88b
}

.c-btna.type-solid:after,
.c-btna.type-solid:before {
	display: none
}

.c-btna.type-lg {
	width: 190px;
	line-height: 48px;
	font-size: 17px
}

.c-btna.type-lg.c-btna-fillet {
	border-radius: 24px
}

.c-btna.type-lg:before {
	width: 6px
}

.c-btna.type-sm {
	width: 140px;
	line-height: 38px;
	font-size: 14px
}

.c-btna.type-sm.c-btna-fillet {
	border-radius: 19px
}

.c-btna.type-sm:before {
	width: 5px
}

@media only screen and (min-width:961px) {
	.c-btna:hover {
		color: #fff;
		border-color: #39b197
	}

	.c-btna:hover:after {
		transform: scaleX(1)
	}

	.c-btna.type-solid:hover {
		border-color: #39b197;
		background-color: #39b197
	}
}

@media only screen and (max-width:1440px) {
	.c-btna {
		width: 140px;
		line-height: 38px;
		font-size: 14px
	}

	.c-btna.c-btna-fillet {
		border-radius: 19px
	}

	.c-btna:before {
		width: 5px
	}

	.c-btna.type-lg {
		width: 190px;
		line-height: 44px;
		font-size: 16px
	}

	.c-btna.type-lg.c-btna-fillet {
		border-radius: 22px
	}

	.c-btna.type-lg:before {
		width: 6px
	}

	.c-btna.type-sm {
		width: 120px;
		line-height: 34px;
		font-size: 13px
	}

	.c-btna.type-sm.c-btna-fillet {
		border-radius: 17px
	}

	.c-btna.type-sm:before {
		width: 4px
	}
}

@media only screen and (max-width:960px) {
	.c-btna {
		width: 120px;
		line-height: 34px;
		font-size: 13px
	}

	.c-btna.c-btna-fillet {
		border-radius: 17px
	}

	.c-btna:before {
		width: 4px
	}

	.c-btna.type-lg {
		width: 140px;
		line-height: 38px;
		font-size: 14px
	}

	.c-btna.type-lg.c-btna-fillet {
		border-radius: 19px
	}

	.c-btna.type-lg:before {
		width: 5px
	}

	.c-btna.type-sm {
		width: 96px;
		line-height: 30px;
		font-size: 12px
	}

	.c-btna.type-sm.c-btna-fillet {
		border-radius: 15px
	}

	.c-btna.type-sm:before {
		width: 3px
	}
}

.index-product.swiper-container {
	opacity: 0;
	transition: opacity .4s ease
}

.index-product.swiper-container.isready {
	opacity: 1
}

.swiper-container.btn-typea .swiper-button-prev {
	left: 0;
	transform: translateX(-60px);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-container.btn-typea .swiper-button-next {
	right: 0;
	transform: translateX(60px);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-container.btn-typea .swiper-button-next,
.swiper-container.btn-typea .swiper-button-prev {
	outline: none;
	width: 44px;
	height: 100px;
	margin-top: -50px;
	background-color: rgba(0, 0, 0, .3);
	background-size: 12px 20px;
	background-position: 50%;
	transition: background-color .3s, opacity .3s, transform .3s
}

.swiper-container.btn-typea .swiper-button-next:hover,
.swiper-container.btn-typea .swiper-button-prev:hover {
	background-color: #23a88b
}

.swiper-slide {
	box-sizing: border-box;
	overflow: hidden
}

.swiper-button-next,
.swiper-button-prev {
	outline: none
}

.swiper-pagination.typea {
	bottom: 6%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 28px
}

.swiper-pagination.typea .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
	background-color: transparent;
	opacity: 1;
	position: relative;
	transition: all .3s
}

.swiper-pagination.typea .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	opacity: 1;
	transition: opacity .3s;
	margin: -3px 0 0 -3px;
	transform: scale(.85)
}

.swiper-pagination.typea .swiper-pagination-bullet-active {
	border-color: #fff;
	background-color: transparent
}

.swiper-pagination.typea.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination.typeb {
	position: relative;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 28px
}

.swiper-pagination.typeb .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 1px solid transparent;
	opacity: 1;
	background-color: transparent;
	position: relative;
	transition: all .3s;
	outline: none
}

.swiper-pagination.typeb .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -2px;
	background-color: #ddd;
	border-radius: 50%;
	overflow: hidden;
	opacity: 1;
	transition: opacity .3s;
	transform-origin: 50% 50%;
	transform: scale(1.5);
	transition: all .3s
}

.swiper-pagination.typeb .swiper-pagination-bullet-active {
	border-color: #23a88b;
	background-color: transparent;
	opacity: 1
}

.swiper-pagination.typeb .swiper-pagination-bullet-active:after {
	background-color: #23a88b;
	transform: scale(1)
}

.swiper-pagination.typeb.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.svg-swiper-pagination {
	bottom: 5%
}

.swiper-container-horizontal>.svg-swiper-pagination .swiper-pagination-bullet {
	margin: 0 12px
}

.swiper-container-horizontal>.index-solution-pagination {
	max-width: 100%;
	width: 100%;
	bottom: 6%
}

.swiper-container-horizontal>.index-solution-pagination .swiper-pagination-bullet {
	margin: 0
}

.swiper-container-horizontal>.index-product-pagination {
	width: 120px;
	bottom: 0
}

.swiper-container-horizontal>.index-product-pagination .swiper-pagination-bullet {
	margin: 0
}

.svg-swiper-pagination {
	position: absolute;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.svg-swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	opacity: 1;
	position: relative;
	width: 16px;
	height: 16px;
	outline: none
}

.svg-swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	margin: -6px 0 0 -6px;
	transition: opacity .3s
}

.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 0
}

.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .svg {
	opacity: 1
}

.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle2 {
	-webkit-animation: svgCircleAnmi 6s linear forwards;
	animation: svgCircleAnmi 6s linear forwards
}

.svg-swiper-pagination .svg {
	width: 16px;
	height: 16px;
	transform: rotate(-90deg);
	opacity: 0;
	transition: opacity .3s;
	display: block
}

.svg-swiper-pagination .circle1 {
	stroke: #fff
}

.svg-swiper-pagination .circle2 {
	stroke: #39b197;
	stroke-dasharray: 0 339
}

.index-solution-pagination {
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	padding: 120px 0 36px
}

.index-solution-pagination .box {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center
}

.index-solution-pagination .hr {
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: .4
}

.index-solution-pagination .swiper-pagination-bullet {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 32px;
	height: 32px;
	background-color: transparent;
	flex-shrink: 0;
	position: relative;
	cursor: pointer
}

.index-solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle {
	border-color: #fff
}

.index-solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .spot {
	transform: scale(.75);
	background-color: #fff
}

.index-solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .spot:after,
.index-solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .spot:before {
	display: none
}

.index-solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .tit {
	opacity: 1;
	background: #0e6a37;
	padding: 5px 12px;
	border-radius: 6px;
}

.index-solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .picture {
	opacity: 1;
	visibility: visible
}

.index-solution-pagination .tit {
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 50%;
	bottom: -32px;
	white-space: nowrap;
	transform: translateX(-50%);
	/* opacity: .6; */
	transition: opacity .3s
}

.index-solution-pagination .circle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
	border-radius: 50%;
	transition: border-color .3s
}

.index-solution-pagination .spot {
	width: 8px;
	height: 8px;
	background-color: #39b197;
	border-radius: 50%;
	position: relative;
	transition: background-color .3s, transform .3s
}

.index-solution-pagination .spot:after,
.index-solution-pagination .spot:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -24px 0 0 -24px;
	width: 48px;
	height: 48px;
	background: rgb(15 106 55);
	border-radius: 50%;
	transform: scale(.1);
	z-index: 0;
	-webkit-animation: amap-icon-anim 3s ease-out infinite;
	animation: amap-icon-anim 3s ease-out infinite
}

.index-solution-pagination .spot:after {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.index-solution-pagination .picture {
	position: absolute;
	left: 50%;
	top: -74px;
	z-index: 0;
	margin-left: -25px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s
}

.index-solution-pagination .picture:after {
	content: "";
	width: 1px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: -48px;
	z-index: 0;
	background-color: #fff
}

.index-solution-pagination .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff
}

.index-product-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px auto 0;
	position: relative
}

.index-product-pagination:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 0
}

.index-product-pagination .swiper-pagination-bullet {
	outline: none;
	width: 23px;
	height: 23px;
	margin: 0;
	opacity: 1;
	background-color: #f6f6f6;
	position: relative;
	z-index: 1
}

.index-product-pagination .swiper-pagination-bullet:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #5fb136;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -7px;
	opacity: 0;
	transition: opacity .3s
}

.index-product-pagination .swiper-pagination-bullet:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	transition: background-color .3s
}

.index-product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	opacity: 1
}

.index-product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background-color: #5fb136
}

@-webkit-keyframes svgCircleAnmi {
	0% {
		stroke-dasharray: 0 339
	}

	to {
		stroke-dasharray: 339 339
	}
}

@keyframes svgCircleAnmi {
	0% {
		stroke-dasharray: 0 339
	}

	to {
		stroke-dasharray: 339 339
	}
}

@-webkit-keyframes amap-icon-anim {
	0% {
		opacity: 0;
		transform: scale(.1)
	}

	5% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: scale(1)
	}
}

@keyframes amap-icon-anim {
	0% {
		opacity: 0;
		transform: scale(.1)
	}

	5% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: scale(1)
	}
}

@media only screen and (min-width:961px) {

	.swiper-container.btn-typea:hover .swiper-button-next,
	.swiper-container.btn-typea:hover .swiper-button-prev {
		transform: translateX(0)
	}
}

@media only screen and (max-width:1280px) {
	.swiper-container-horizontal>.index-solution-pagination {
		bottom: 6%
	}
}

@media only screen and (max-width:1200px) {
	.index-solution-pagination {
		padding: 0
	}

	.index-solution-pagination .box {
		justify-content: center
	}

	.index-solution-pagination .hr,
	.index-solution-pagination .picture,
	.index-solution-pagination .tit {
		display: none
	}

	.index-solution-pagination .spot {
		background-color: #fff
	}

	.index-solution-pagination .spot:after,
	.index-solution-pagination .spot:before {
		display: none
	}

	.index-solution-pagination .swiper-pagination-bullet {
		width: 24px;
		height: 24px
	}
}

@media only screen and (max-width:960px) {
	.swiper-container-horizontal>.svg-swiper-pagination {
		bottom: 6%
	}

	.swiper-container-horizontal>.svg-swiper-pagination .swiper-pagination-bullet {
		margin: 0 5px
	}

	.swiper-container-horizontal>.index-product-pagination {
		width: 100%
	}

	.svg-swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px
	}

	.svg-swiper-pagination .swiper-pagination-bullet:after {
		width: 8px;
		height: 8px;
		margin: -4px 0 0 -4px
	}

	.svg-swiper-pagination .svg {
		width: 12px;
		height: 12px
	}

	.index-product-pagination {
		justify-content: center;
		margin-top: 30px
	}

	.index-product-pagination:after {
		display: none
	}
}

@media only screen and (max-width:640px) {
	.index-product-pagination {
		margin-top: 0;
		background-color: #fff
	}

	.index-product-pagination .swiper-pagination-bullet {
		background-color: #fff
	}
}

.editor-detail {
	color: rgba(0, 0, 0, .65);
	font-size: 15px;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph
}

.editor-detail h3 {
	font-size: 24px;
	font-weight: 500;
	color: #333;
	line-height: 1.4;
	margin-bottom: 16px
}

.editor-detail h5 {
	font-size: 16px;
	font-weight: 500;
	color: #000
}

.editor-detail hr {
	margin: 24px 0
}

.editor-detail p {
	padding: 1px 0
}

.editor-detail ul {
	list-style: none;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin-bottom: 0
}

.editor-detail ul li:before {
	box-sizing: border-box;
	content: "\2022";
	display: inline-block;
	font-size: 17px;
	margin-left: -24px;
	padding-right: 11px;
	text-align: right;
	font-weight: 700;
	width: 24px
}

.editor-detail ul p {
	margin: 0
}

.editor-detail ol {
	list-style: decimal
}

.editor-detail li {
	margin-left: 24px;
	padding-top: 2px
}

.editor-detail a {
	text-decoration: none
}

.editor-detail blockquote {
	background-color: #f2f5fb;
	padding: 5px 20px;
	margin-left: 0;
	margin-right: 0;
	color: #243342;
	border-left: 5px solid #d0d6dc
}

.editor-detail img {
	max-width: 100%
}

.editor-detail.img-center img {
	display: block;
	margin: 0 auto
}

.editor-detail.img-mg img {
	display: block;
	margin: 15px auto
}

.editor-detail.word-type {
	text-indent: 2em
}

.editor-detail.word-type p {
	margin: 20px 0
}

.editor-detail.word-type p img {
	display: block;
	margin: 0 auto
}

.editor-detail.word-type p:first-of-type {
	margin-top: 0
}

.editor-detail.no-spacing p {
	margin: 0 !important
}

.article-page01 {
	background-color: #f9f9f9;
	padding: 32px 0 80px
}

.article-page01 .wrap {
	padding: 50px 64px 80px;
	background-color: #fff
}

.article-page01 .title {
	font-weight: 700;
	color: #000;
	margin-bottom: 30px
}

.article-page01 .content h5 {
	font-weight: 700
}

@media only screen and (max-width:960px) {
	.article-page01 {
		padding: 0
	}

	.article-page01 .wrap {
		width: 100%;
		padding: 40px 3% 0
	}

	.article-page01 .title {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:640px) {
	.editor-detail {
		font-size: 14px;
		line-height: 1.8
	}

	.editor-detail h3 {
		font-size: 18px;
		margin-bottom: 10px
	}

	.editor-detail hr {
		margin: 18px 0
	}

	.editor-detail.img-mg img {
		margin: 10px auto
	}

	.editor-detail.word-type p {
		margin: 10px 0
	}
}

body {
	opacity: 0;
	transition: opacity .3s
}

body.isReady {
	opacity: 1
}

.page-main {
	overflow: hidden
}

.page-pd-sm {
	padding: 64px 0
}

.page-pd {
	padding: 40px 0
}

.page-pd-plus {
	padding: 80px 0
}

.c-imghover {
	overflow: hidden
}

.c-imghover .c-imghover-item {
	transition: transform .4s ease-out
}

.page-dw {
	position: absolute;
	left: 0;
	top: -100px;
	z-index: -1
}



@media only screen and (min-width:961px) {
	.c-imghover:hover .c-imghover-item {
		transition: transform 1s ease-out;
		transform: scale(1.1)
	}
}

@media only screen and (max-width:1440px) {
	.page-pd-sm {
		padding: 48px 0
	}

	.page-pd {
		padding: 72px 0
	}

	.page-pd-plus {
		padding: 100px 0
	}

	.page-dw {
		top: -80px
	}
}

@media only screen and (max-width:1200px) {
	.page-pd-sm {
		padding: 40px 0
	}

	.page-pd {
		padding: 60px 0
	}

	.page-pd-plus {
		padding: 80px 0
	}
}

@media only screen and (max-width:960px) {
	.page-main {
		padding-top: 60px
	}

	.page-pd-sm {
		padding: 30px 0
	}

	.page-pd {
		padding: 48px 0
	}

	.page-pd-plus {
		padding: 60px 0
	}

	.page-dw {
		top: -60px
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.main img {
		height: auto !important;
	}


}

@media only screen and (max-width:640px) {
	.page-pd-sm {
		padding: 24px 0
	}

	.page-pd {
		padding: 40px 0
	}

	.page-pd-plus {
		padding: 35px 0 0 0
	}
}

.page-header {
	justify-content: space-between;
	width: 100%;
	padding: 0 4%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	background-color: #ffffff;
	opacity: 1;
	transition: transform .3s, background-color .3s ease-in, opacity .3s .3s
}

.page-header.type-search .other,
.page-header.type-search .page-nav {
	opacity: 0;
	visibility: hidden
}

.page-header.type-search .header-search {
	transform: translateY(0);
	opacity: 1;
	transition: opacity .3s, transform .3s
}

.page-header.type-search .main {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 0s
}

.page-header:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	opacity: .1;
	transition: opacity .3s
}

.page-header .other {
	transition: opacity .3s, visibility .3s
}
.page-header .language {
	margin-right: 16px
}

.page-header .language .title {
	cursor: pointer;
	padding-right: 14px
}

.page-header .language .title:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(0, 0, 0, .6)
}

.page-header .language .c-dropdown-menu {
	min-width: 90px;
	text-align: center
}

.page-header .search,
.page-header .user {
	font-size: 16px;
	cursor: pointer
}

.page-header .search:hover,
.page-header .user:hover {
	color: #23a88b
}

.page-header .hr {
	width: 1px;
	height: 12px;
	background-color: #ccc;
	margin: 0 12px
}

.page-header .shop {
	line-height: 16px;
	padding: 8px 16px;
	background-image: linear-gradient(#3f76fe, #2141c0);
	color: #fff;
	border-radius: 16px;
	margin-left: 48px
}

.page-header .shop .iconfont {
	font-size: 16px;
	margin-right: 4px
}

.page-header .shop .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	margin-left: 4px
}

.page-header .shop .logo {
	height: 24px;
	display: block;
	margin: 0 auto
}

.page-header .shop .c-dropdown-menu-item {
	padding: 8px 20px
}

.page-header-zw {
	height: 100px;
}

.page-header-zw.show,
.page-logo {
	display: block
}

.page-logo {
	position: relative
}

.page-logo .img,
.page-logo .img-w {
	height: 80px;
	transition: opacity .3s
}

.page-logo .img-w {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0
}

.page-nav {

	position: relative;
	z-index: 1;
	transition: opacity .3s, visibility .3s
}

.page-nav .item {
	margin-right: 30px;
	position: relative
}

.page-nav .item.on .link {
	color: #23a88b
}

.page-nav .item.on .link:after {
	transform: scaleX(1);
	opacity: 1
}

.page-header .item:last-child:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;

	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -10px;
}





.page-nav .link {
	max-width: 100px;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	position: relative;
	padding: 0 12px
}

.page-nav .link:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #23a88b;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	opacity: 0;
	transition: opacity .3s, transform .3s
}

.page-subnav {
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -70px;
	min-width: 140px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0);
	transform-origin: center top;
	transition: transform .3s, opacity .3s, visibility .3s
}

.page-subnav .slink {
	display: block;
	font-size: 14px;
	padding: 10px 16px;
	white-space: nowrap;
	color: #666;
	background: #fff;
	position: relative;
	transition: background-color .4s, color .4s;
	text-align: center
}

.page-subnav .slink:before {
	content: "";
	display: block;
	height: 1px;
	background: #f6f6f6;
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%
}

.page-subnav .slink:first-of-type:before {
	opacity: 0
}

.page-subnav .slink:hover {
	background: #f6f6f6;
	color: #23a88b
}

.top_phone {
	padding-left: 20px;
}

.top_phone img {
	height: 25px;
	margin-right: 8px;
	margin-top: -13px;
	vertical-align: middle;
	display: none;

}

.top_phone span {
	font-size: 26px;
}

.top_phone:hover span {
	color: #23a88b
}



.header-search {
	position: absolute;
	top: 0;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	z-index: 1;
	opacity: 0;
	transform: translateY(-100%);
	transition: opacity .3s, transform .3s
}

.header-search .form {
	padding: 25px 20px;
	background-color: #fff
}

.header-search .submit {
	background: url(../image/icon-search.png) no-repeat 50%;
	border: none;
	outline: none;
	padding: 0;
	width: 24px;
	height: 50px;
	background-size: 22px;
	cursor: pointer;
	margin-left: 20px;
}

.header-search .input {
	width: calc(100% - 65px);
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: none;

	font-size: 16px;
	outline: none;
	color: #333;
}

.header-search .main {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 0;
	padding: 20px 32px;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #eee;
	transform: scaleY(0);
	transform-origin: center top;
	opacity: 0;
	transition: opacity .3s, transform .3s
}

.header-search .tit {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px
}

.header-search .item {
	margin-bottom: 12px
}

.header-search .search-off {
	width: 24px;
	font-size: 24px;
	text-align: center;
	line-height: 1;
	cursor: pointer
}

.header-search-bg {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 8;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s, visibility .6s;
	cursor: pointer
}

.header-search-bg.show {
	opacity: .5;
	visibility: visible
}

.page-nava {
	width: 100%;
	/*position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	transition: opacity .4s ease-out, visibility .4s ease-out;
	opacity: 0;
	visibility: hidden;
	background-color: #fff*/
}

.page-nava.on {
	opacity: 1;
	visibility: visible;
	transition-timing-function: ease-in
}

.page-nava .item {
	padding: 100px 4% 40px;
	/*height: calc(100vh - 50px);
	align-items: flex-start;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1;*/
	width: 100%;
	align-items: flex-start;
	background-color: #fff;
	/*opacity: 0;
	visibility: hidden;*/
	transition: opacity .4s ease-out, visibility .4s ease-out
}

.page-nava .item.on {
	opacity: 1;
	visibility: visible;
	transition-timing-function: ease-in
}

.page-nava .item.on .main,
.page-nava .item.on .side {
	transform: translateY(0);
	transition-timing-function: ease-in
}

.page-nava .side {
	width: 28%;
	transition: transform .4s ease-out
}

.page-nava .side .sitem {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}

.page-nava .side .ssk {
	padding-bottom: 50px;
	padding-left: 8%;
}

.page-nava .side .ssk input {
	background: #fff;
	border: inset #5672b5 3px;
}

.page-nava .side .ssk button {
	padding: 2px 9px;
	background: #0e6a37;
	letter-spacing: 5px;
	color: #fff;
	border-color: #0a7339;
}



.page-nava .side .link {
	font-size: 16px;
	font-weight: 300;
	color: #4c4a4a;
	position: relative;
	line-height: 1.25;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 24px;
	padding-left: 54px;
	transition: transform .3s, color .3s;
	letter-spacing: 2px;
}



.page-nava .side .link:after {
	content: "";
	position: absolute;
	left: 22px;
	top: 0;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: #cecbcb;
	transform-origin: left center;
	transition: width .3s, background-color .3s;
}

.page-nava .side .sitem.on .link {
	transform: translateX(0);
	color: #23a88b;
}

.page-nava .side .sitem.on .link:after {
	background-color: #23a88b;
}

.page-nava .main {
	width: 72%;
	padding-right: 110px;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	/*transform: translateY(50px);
	transition: transform .4s ease-out*/
}

.page-nava .main .block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.page-nava .main .tit {
	font-size: 16px;
	margin-top: 18px;
	width: 100%
}

.page-nava .close {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 4%;
	top: 30px;
	z-index: 0;
	width: 50px;
	height: 50px;
	font-size: 20px;
	color: #444;
	cursor: pointer
}

.page-nava .close:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 50%;
	transition: transform .3s
}

.page-nava .box1 {
	position: relative;
	display: block;
	margin-top: 40px;
	overflow: hidden
}

.page-nava .box1:first-of-type {
	margin-top: 0
}

.page-nava .box1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .33);
	opacity: 0;
	transition: opacity .3s
}

.page-nava .box1 .img {
	width: 100%;
	transition: transform .3s;
	position: relative;
	z-index: 0
}

.page-nava .box1 .btn {
	width: 168px;
	line-height: 48px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-left: -84px;
	margin-top: -24px;
	background-color: #23a88b;
	color: #fff;
	text-align: center;
	border-radius: 24px;
	font-size: 17px;
	transform: translateY(50px);
	opacity: 0;
	transition: transform .3s, opacity .3s
}

.page-nava .box1 .title {
	font-size: 24px;
	color: #fff;
	padding: 24px 30px
}

.page-nava .box1 .title,
.page-nava .box1:before {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%
}

.page-nava .box1:before {
	content: "";
	height: 40%;
	opacity: .4;
	background-image: linear-gradient(transparent, #000)
}

.page-nava .wrap1 {
	width: calc(25% - 20px);
	margin-top: 40px
}

.page-nava .wrap1:first-of-type,
.page-nava .wrap1:nth-of-type(2) {
	margin-top: 0
}

.page-nava .wrap1:nth-of-type(3) {
	margin-top: 0
}

.page-nava .wrap1:nth-of-type(4) {
	margin-top: 0
}

.page-nava .box2 {
	display: block;
	background-color: #f4f4f4;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden
}

.page-nava .box2 .img {
	max-width: 70%;
	max-height: 70%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform .3s ease-out
}

@media only screen and (min-width:961px) {

	/*	.page-header.typea:not(.typeanot) {
		background-color: transparent
	}
	.page-header.typea:not(.typeanot) .page-logo .img,
	.page-header.typea:not(.typeanot):after {
		opacity: 1
	}
	.page-header.typea:not(.typeanot) .page-logo .img-w {
		opacity: 0
	}
	.page-header.typea:not(.typeanot) .language .title,
	.page-header.typea:not(.typeanot) .page-nav .link {
		color: #fff
	}
	.page-header.typea:not(.typeanot) .language .title:after {
		border-top-color: #fff
	}
	.page-header.typea:not(.typeanot) .search,
	.page-header.typea:not(.typeanot) .user {
		color: #fff
	}
	.page-header.typea:not(.typeanot) .hr,
	.page-header.typea:not(.typeanot):hover {
		background-color: #ffffffb8
	}
	.page-header.typea:not(.typeanot):hover:after {
		opacity: .1
	}
	.page-header.typea:not(.typeanot):hover .page-logo .img {
		opacity: 1
	}
	.page-header.typea:not(.typeanot):hover .page-logo .img-w {
		opacity: 0
	}
	.page-header.typea:not(.typeanot):hover .page-nav .link {
		color: rgba(0, 0, 0, .6)
	}
	.page-header.typea:not(.typeanot):hover .page-nav .item.on .link,
	.page-header.typea:not(.typeanot):hover .page-nav .link:hover {
		color: #23a88b
	}
	.page-header.typea:not(.typeanot):hover .language .title {
		color: rgba(0, 0, 0, .6)
	}
	.page-header.typea:not(.typeanot):hover .language .title:after {
		border-top-color: rgba(0, 0, 0, .6)
	}
	.page-header.typea:not(.typeanot):hover .search,
	.page-header.typea:not(.typeanot):hover .user {
		color: rgba(0, 0, 0, .6)
	}
	*/
	.page-header .top_phone span {
		color: #1e517b;
	}

	/*
	.page-header.typea:not(.typeanot):hover .top_phone span{
		color:#23a88b;
	}
	
	.page-header.typea:not(.typeanot) .top_phone span{
		color:#fff;
	}
	
	.page-header.typea:not(.typeanot):hover .top_phone img.img1{
		display:none;
	}
	.page-header.typea:not(.typeanot):hover .top_phone img.img2{
		display:inline-block;
	}*/

	.page-header .top_phone img.img1 {
		display: none;
	}

	.page-header .top_phone img.img2 {
		display: inline-block;
	}

	/*
	.page-header.typea:not(.typeanot) .top_phone img.img1{
		display:inline-block;
	}

	.page-header.typea:not(.typeanot) .top_phone img.img2{
		display:none;
	}
	
	.page-header.typea:not(.typeanot):hover .hr {
		background-color: #ccc
	}*/
	.page-nav .item:hover .link {
		color: #1e517b
	}

	.page-nav .item:hover .link:after {
		transform: scaleX(1);
		opacity: 1
	}

	.page-nav .item:hover .page-subnav {
		transform: scaleY(1);
		opacity: 1;
		visibility: visible
	}

	.page-nava .side .link:hover {
		transform: translateX(0);
		color: #23a88b;
		font-size: 22px;
	}

	.page-nava .side .link:hover:after {
		background-color: #23a88b
	}

	.page-nava .close:hover:after {
		transform: scale(1.1)
	}

	.page-nava .box1:hover:after {
		opacity: 1
	}

	.page-nava .box1:hover .btn {
		opacity: 1;
		transform: translateY(0)
	}

	.page-nava .box1:hover .img {
		transform: scale(1.1)
	}

	.page-nava .box2:hover .img {
		transform: translate(-50%, -50%) scale(1.1)
	}
}

@media only screen and (max-width:1600px) {
	.page-header {
		padding: 0 3%
	}

	.page-nav .item {
		margin-right: 20px
	}

	.page-nava .item {
		padding: 80px 3% 30px
	}

	.page-nava .side .link {
		font-size: 16px;
		margin-bottom: 32px
	}

	.page-nava .box1 .title {
		font-size: 18px;
		padding: 16px 24px
	}

	.page-nava .box1 .btn {
		width: 128px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 15px
	}

	.page-nava .box1,
	.page-nava .wrap1 {
		margin-top: 34px
	}

	.page-nava .close {
		right: 3%;
		top: 24px
	}
}

@media only screen and (max-width:1440px) {

	.page-logo .img,
	.page-logo .img-w {
		height: 32px
	}

	.page-nav .item {
		margin-right: 32px
	}

	.page-nav .link {
		height: 80px;
		padding: 0
	}

	.page-header .shop {
		font-size: 12px;
		margin-left: 20px
	}

	.page-header .shop .iconfont {
		font-size: 14px
	}

	.page-header .shop .title:after {
		display: none
	}

	.page-subnav {
		width: 120px;
		margin-left: -60px;
		top: 80px
	}

	.page-subnav .slink {
		font-size: 13px;
		padding: 8px 16px
	}

	.header-search {
		width: 520px;
		margin-left: -260px
	}

	.header-search .form {
		padding: 20px
	}

	.header-search .input {
		height: 40px;
		font-size: 14px;
		padding: 0 16px
	}

	.header-search .submit {
		height: 40px
	}

	.header-search .main {
		top: 80px;
		padding: 20px 24px
	}

	.page-nava .item {
		top: 80px;
		/*height: calc(100vh - 80px)*/
	}

	.page-header-zw {
		height: 80px
	}

	.page-header .item:last-child:before {
		width: 16px;
		height: 16px;
		left: -19px;
		top: 51%;
	}
}

@media only screen and (max-width:1280px) {
	.page-nava .item {
		padding: 60px 3% 20px;
		flex-direction: column;
		height: auto;
	}

	.page-nava .side {
		display: flex;
		transform: none;
		width: 100%;
		justify-content: space-around;
		flex-wrap: wrap;

	}



	.page-nava .side .sitem {
		display: flex;
		flex-wrap: wrap;
		flex-grow: 1;
	}


	.page-nava .side .link {
		font-size: 24px;
		letter-spacing: 0;
		padding-bottom: 8px;
		margin-bottom: 28px
	}

	.page-nava .box1 .title {
		font-size: 18px;
		padding: 16px 24px
	}

	.page-nava .box1 .btn {
		width: 120px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 14px
	}

	.page-nava .main {
		width: 100%;
		margin: auto;
		padding: 0;

	}

	.page-nava .main .tit {
		margin-top: 12px;
		font-size: 14px
	}

	.page-nava .box1 {
		margin-top: 24px
	}

	.page-nava .wrap1 {
		margin-top: 32px width: calc(50% - 20px);
	}


}

@media only screen and (max-width:1200px) {
	.page-header .language {
		margin-right: 12px
	}

	.page-header .hr {
		margin: 0 8px
	}

	.page-header .shop {
		margin-left: 16px
	}

	.page-nav .item {
		margin-right: 14px
	}
}

@media only screen and (max-width:960px) {

	.page-logo .img,
	.page-logo .img-w {
		height: 40px
	}

	.page-nav {
		display: none
	}

	.page-header {
		height: 60px;
		padding-right: 0
	}

	.page-header .shop {
		display: none
	}

	.page-header .other {
		margin-left: auto;
		margin-right: 60px
	}

	.page-header .hr,
	.page-header .search {
		display: none
	}

	.page-header .user .iconfont {
		display: block;
		width: 60px;
		line-height: 60px;
		height: 60px;
		border-right: 1px solid #eee;
		text-align: center;
		font-size: 22px
	}

	.page-header .language {
		margin-right: 0
	}

	.page-header .language .title {
		width: 60px;
		line-height: 60px;
		height: 60px;
		border-right: 1px solid #eee;
		text-align: center;
		font-size: 16px;
		padding: 0
	}

	.top_phone span {
		font-size: 16px;
	}

	.page-header .language .title:after {
		display: none
	}

	.page-header-zw {
		display: none !important
	}
}

.footer-top01 .tit {
	padding: 64px 3% 64px;
	color: #000;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #eee
}

.footer-top01 .list {
	align-items: stretch;
	justify-content: center;
	padding: 64px 0
}

.footer-top01 .item {
	width: 25%;
	text-align: center;
	padding: 0 3%;
	line-height: 1.4;
	border-right: 1px solid #eee
}

.footer-top01 .item:last-of-type {
	border-right: none
}

.footer-top01 .wrap {
	max-width: 200px;
	margin: 0 auto;
	display: block;
	transition: transform .3s
}

.footer-top01 .icon {
	width: auto;
	height: 60px;
	margin: 0 auto 16px;
	display: block;
	transition: transform .4s ease-in-out
}

.footer-top01 .title {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 6px
}

.footer-top01 .text {
	color: #888
}

.page-footer {
	position: relative;
	z-index: 1;
	background: #1e517b
}

.page-footer>.maxwidth {
	width: 94%;
	max-width: 1600px
}

.page-footer .top {
	padding: 48px 0 24px;
	border-bottom: 1px solid #e5e5e5
}

.page-footer .copyright {
	padding: 16px 0;
	font-size: 12px;
	border-top: 1px solid #e5e5e5
}

.page-footer .copyright .t1,
.page-footer .copyright .t2 {
	margin-right: 20px;
	color: #fff;
}

.page-footer .copyright .t3 {
	margin-left: auto
}

.page-footer .content {
	padding: 48px 0 32px;
	align-items: flex-start
}

.page-footer .logo {
	height: 38px
}

.page-footer .item-l {
	width: 100%;
	align-items: flex-start;
	justify-content: center;
}

.page-footer .item-l .item {
	flex: 1;
	padding-right: 3%;
	line-height: 1.3;
	text-align: center;
	position: relative;
}
.page-footer .item-l .item:nth-child(1)::before{
	content: ' ';
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.page-footer .item-l .item::after{
	content: ' ';
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.page-footer .yqlj a {
	margin: 0 8px;

}

.page-footer .item-l .title {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px
}

.page-footer .item-l .title>a {
	color: #fff
}

.page-footer .item-l .link {
	display: block;
	font-size: 14px;
	margin-bottom: 16px
}
.page-footer .item-l .link a{
	color: #fff;
}
.page-footer .item-r {
	width: 16%
}

.page-footer .item-r .main {
	margin-left: auto;
	text-align: right
}

.page-footer .item-r .tel {
	font-size: 24px;
	font-family: DINPro;
	line-height: 1;
	margin-bottom: 40px;
	color: #23a88b
}

.page-footer .item-r .tit {
	margin-bottom: 10px
}

.page-footer .item-r .logo {
	height: 53px;
	margin-bottom: 30px
}

.page-footer .social-contact {
	justify-content: flex-end
}

.page-footer .social-contact .img {
	width: 100%
}

@media only screen and (min-width:961px) {
	.footer-top01 .wrap:hover {
		transform: translateY(-12px)
	}
}

@media only screen and (max-width:1440px) {
	.footer-top01 .tit {
		padding: 80px 3% 40px;
		font-size: 16px
	}

	.footer-top01 .list {
		padding: 48px 0
	}

	.footer-top01 .icon {
		height: 40px
	}

	.page-footer .top {
		padding: 40px 0 20px
	}

	.page-footer .content {
		padding: 40px 0 32px
	}

	.page-footer .item-l .title {
		font-size: 15px
	}

	.page-footer .item-l .link {
		font-size: 12px;
		margin-bottom: 12px
	}

	.page-footer .item-r .logo {
		height: 24px;
		margin-bottom: 24px
	}

	.page-footer .item-r .main {
		font-size: 12px
	}

	.page-footer .item-r .tit {
		margin-bottom: 8px
	}

	.page-footer .item-r .tel {
		font-size: 20px;
		margin-bottom: 30px
	}
}

@media only screen and (max-width:960px) {
	.footer-top01 .tit {
		padding: 60px 3% 28px;
		font-size: 14px
	}

	.footer-top01 .list {
		padding: 40px 0
	}

	.footer-top01 .icon {
		height: 30px
	}

	.footer-top01 .title {
		margin-bottom: 0;
		font-size: 14px
	}

	.footer-top01 .text,
	.page-footer .content,
	.page-footer .top {
		display: none
	}

	.page-footer .copyright {
		border-top: none
	}
}

@media only screen and (max-width:640px) {
	.footer-top01 .tit {
		padding: 40px 3% 20px;
		font-size: 14px
	}

	.footer-top01 .list {
		padding: 24px 0
	}

	.footer-top01 .icon {
		margin-bottom: 8px
	}

	.footer-top01 .item {
		width: 50%;
		padding: 16px 3%
	}

	.footer-top01 .item:nth-of-type(2n) {
		border-right: none
	}

	.footer-top01 .title {
		font-size: 13px
	}

	.page-footer .copyright {
		justify-content: center
	}

	.page-footer .copyright .t1,
	.page-footer .copyright .t2 {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 5px
	}

	.page-footer .copyright .t3 {
		margin-left: 12px
	}
}

.mbnav-btn {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	overflow: hidden;
	transition: all .4s ease-out;
	display: none
}

.mbnav-btn-list {
	width: 30px;
	height: 18px;
	position: absolute;
	top: 21px;
	right: 15px
}

.mbnav-btn-item {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #666;
	border-radius: 1px;
	border-radius: 1.5px;
	transition: all .3s
}

.mbnav-btn-item:first-of-type {
	top: 0
}

.mbnav-btn-item:nth-of-type(2) {
	top: 8px
}

.mbnav-btn-item:nth-of-type(3) {
	width: 50%;
	top: 16px
}

.mbnav {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	overflow: hidden
}

.mbnav ::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: hsla(0, 0%, 100%, 0)
}

.mbnav .data {
	display: none
}

.mbnav .bg {
	left: 0;
	bottom: 0;
	z-index: 0
}

.mbnav .bg,
.mbnav .main {
	position: absolute;
	top: 0;
	right: 0
}

.mbnav .main {
	z-index: 1;
	width: 240px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	overflow: hidden;
	transform: translateX(100%);
	transition: transform .3s
}

.mbnav .header {
	background-color: #23a88b
}

.mbnav .search {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	border-bottom: none;
	background: #23a88b
}

.mbnav .search .submit {
	background: none;
	padding: 0;
	width: 22px;
	background-size: 20px;
	font-size: 22px
}

.mbnav .search .input,
.mbnav .search .submit {
	border: none;
	outline: none;
	height: 60px;
	color: #fff
}

.mbnav .search .input {
	width: calc(100% - 22px);
	line-height: 1.5;
	padding: 0 0 0 12px;
	font-size: 16px;
	background: none
}

.mbnav .search ::-moz-placeholder {
	color: #fff
}

.mbnav .search ::-webkit-input-placeholder {
	color: #fff
}

.mbnav .search :-ms-input-placeholder {
	color: #fff
}

.mbnav .item {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 15px;
	border-bottom: 1px solid #f2f2f2;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative
}

.mbnav .item.sub {
	padding-right: 40px
}

.mbnav .item.sub:after {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -7px;
	content: "\E6A4";
	font-family: iconfont !important;
	font-size: 14px;
	line-height: 1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mbnav .slist {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 240px;
	height: 100%;
	transform: translateX(100%)
}

.mbnav .sitem {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s, transform .3s
}

.mbnav .sitem.active {
	transform: translateX(-100%);
	opacity: 1;
	visibility: visible
}

.mbnav .tit {
	font-size: 16px;
	line-height: 60px;
	padding-right: 20px;
	padding-left: 40px;
	text-align: right;
	background-size: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #f2f2f2;
	position: relative
}

.mbnav .tit:before {
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -7px;
	content: "\E6DB";
	font-family: iconfont !important;
	font-size: 14px;
	line-height: 1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes phone-navtop-animon {
	0% {
		top: 0;
		transform: rotate(0)
	}

	50% {
		top: 8px;
		transform: rotate(0)
	}

	to {
		top: 8px;
		transform: rotate(45deg)
	}
}

@keyframes phone-navtop-animon {
	0% {
		top: 0;
		transform: rotate(0)
	}

	50% {
		top: 8px;
		transform: rotate(0)
	}

	to {
		top: 8px;
		transform: rotate(45deg)
	}
}

@-webkit-keyframes phone-navbottom-animon {
	0% {
		width: 50%;
		top: 16px;
		transform: rotate(0)
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0)
	}

	to {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg)
	}
}

@keyframes phone-navbottom-animon {
	0% {
		width: 50%;
		top: 16px;
		transform: rotate(0)
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0)
	}

	to {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg)
	}
}

@-webkit-keyframes phone-navtop-animoff {
	0% {
		top: 8px;
		transform: rotate(45deg)
	}

	50% {
		top: 8px;
		transform: rotate(0)
	}

	to {
		top: 0;
		transform: rotate(0)
	}
}

@keyframes phone-navtop-animoff {
	0% {
		top: 8px;
		transform: rotate(45deg)
	}

	50% {
		top: 8px;
		transform: rotate(0)
	}

	to {
		top: 0;
		transform: rotate(0)
	}
}

@-webkit-keyframes phone-navbottom-animoff {
	0% {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg)
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0)
	}

	to {
		width: 50%;
		top: 16px;
		transform: rotate(0)
	}
}

@keyframes phone-navbottom-animoff {
	0% {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg)
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0)
	}

	to {
		width: 50%;
		top: 16px;
		transform: rotate(0)
	}
}

@media only screen and (max-width:960px) {
	.mbnav-btn {
		display: block
	}

	body.mbNavOpen .mbnav-btn-item:first-of-type {
		-webkit-animation: phone-navtop-animon .4s linear forwards;
		animation: phone-navtop-animon .4s linear forwards
	}

	body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
		opacity: 0
	}

	body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
		-webkit-animation: phone-navbottom-animon .4s linear forwards;
		animation: phone-navbottom-animon .4s linear forwards
	}

	body.mbNavOpen .mbnav {
		opacity: 1;
		visibility: visible
	}

	body.mbNavOpen .mbnav .main {
		transform: translateX(0)
	}

	body.mbNavOpen .page-header {
		transform: translateX(-240px)
	}

	body.mbNavOff .mbnav-btn-item:first-of-type {
		-webkit-animation: phone-navtop-animoff .4s linear forwards;
		animation: phone-navtop-animoff .4s linear forwards
	}

	body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
		opacity: 1;
		transition: opacity .2s linear .2s
	}

	body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
		-webkit-animation: phone-navbottom-animoff .4s linear forwards;
		animation: phone-navbottom-animoff .4s linear forwards
	}

	body.mbNavOff .mbnav {
		opacity: 0;
		visibility: hidden
	}

	body.mbNavOff .mbnav .main {
		transform: translateX(100%)
	}
}

.page-aside {
	position: fixed;
	right: -6px;
	bottom: 8%;
	transform: translateX(100%);
	z-index: 6;
	opacity: 0;
	transition: transform .3s, opacity .3s
}

.page-aside.show {
	transform: translateX(0);
	opacity: 1
}

.page-aside .img {
	max-width: 100%
}

.page-aside-item {
	width: 54px;
	text-align: center;
	height: 50px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	margin: 4px 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-right: 6px;
	transition: transform .3s;
	display: flex;
	align-items: center;
	justify-content: center
}

.page-aside-item .icon {
	width: 24px
}

.page-aside-item .icon1 {
	width: 24px;
	display: none;
}


.page-aside-item:hover img.icon1 {
	display: block;
}


.page-aside-item:hover img.icon {
	display: none;
}






.page-aside-item .iconfont {
	font-size: 24px;
	line-height: 50px;
	color: #fff
}

.page-aside-item.sign .c-dropdown {
	width: 160px;
	font-size: 13px
}

.page-aside-item.sign .c-dropdown-main {
	padding: 20px 16px 30px
}

.page-aside-item.sign .c-btn {
	margin-top: 12px
}

.page-aside-item.ewm .c-dropdown {
	width: 190px
}

.page-aside-item.tel .c-dropdown {
	font-size: 18px;
	font-family: DINPro, Arial, Helvetica, sans-serif;
	white-space: nowrap
}

.page-aside-item.tel .c-dropdown-main {
	padding: 4px 16px
}

@media only screen and (min-width:961px) {
	.page-aside-item:hover {
		transform: translateX(-6px)
	}
}

@media only screen and (max-width:960px) {
	.page-aside {
		right: 0;
		bottom: 50px;
		transform: translateY(0);
		display: none
	}

	.page-aside-item.mOn .iconfont {
		color: #23a88b
	}
}

.index-banner {
	height: 100vh
}

.index-banner .swiper-slide {
	background: no-repeat 50%/cover;
	position: relative
}

.index-banner .img-m {
	width: 100%;
	display: none
}

.index-banner .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.index-page01 .header {
	justify-content: unset;
	align-items: center
}

.index-page01 .tit {
	font-weight: 400;
	color: #4c4c4c;
	font-size: 46px;
	position: absolute;
	left: 20px;
}

.index-page01 .txt {
	color: #d7d7d7;
	margin-top: 8px;
	font-size: 50px;
	position: absolute;
	top: 25px;

}

/* .index-page01 .txt.h4:after {
    border-top: 5px solid #39b197;
    height: 2px;
    content: '';
    width: 70px;
    top: 34px;
    position: absolute;
    display: block;
} */


.index-page01 .item-l {
	width: 37%;
	/* margin-left: 200px; */
	position: relative;
	height: 100px;
}

.index-page01 .item-r {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}

.index-page01 .title {
	color: #4d4d4d;
	margin-bottom: 14px
}

.index-page01 .content {
	color: #666;
	line-height: 1.8;
	text-align: left;
}

.index-solution .swiper-slide:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background-color: #000;
	opacity: .2
}

.index-solution .swiper-slide.swiper-slide-active .content,
.index-solution .swiper-slide.swiper-slide-active .more,
.index-solution .swiper-slide.swiper-slide-active .title {
	opacity: 1;
	transform: translateY(0)
}

.index-solution .swiper-slide.swiper-slide-active .title {
	transition: transform .6s ease-out, opacity .6s ease-out
}

.index-solution .swiper-slide.swiper-slide-active .content {
	transition: transform .4s ease-out .2s, opacity .4s ease-out .2s
}

.index-solution .swiper-slide.swiper-slide-active .more {
	transition: transform .2s ease-out .4s, opacity .2s ease-out .4s
}

.index-solution .img {
	width: 100%
}

.index-solution .main {
	position: absolute;
	left: 50%;
	top: 20%;
	z-index: 1;
	color: #fff;
	transform: translateX(-50%)
}

.index-solution .wrap {
	max-width: 670px
}

.index-solution .content,
.index-solution .more,
.index-solution .title {
	transform: translateY(60px);
	opacity: 0;
	transition: transform .3s, opacity .3s
}

.index-solution .title {
	font-size: 50px;
	text-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.index-solution .content {
	font-size: 18px;
	line-height: 1.8;
	margin-top: 16px;
	text-shadow: 0 0 2px rgba(0, 0, 0, .4)
}

.index-solution .more {
	margin-top: 160px
}

.index-page02 {
	background-color: #f6f6f6;
	padding-left: 4%;
	padding-right: 4%;
	overflow: hidden
}

.index-page02 .box {
	background-color: #fff;
	position: relative
}

.index-page02 .box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 2px;
	background-color: #23a88b;
	transform-origin: left center;
	transform: scaleX(0);
	transition: transform 1s ease-in-out
}

.index-page02 .box-1-1 {
	padding: 40px 5%
}

.index-page02 .box-1-1 .picture {
	width: 39.8%
}

.index-page02 .box-1-1 .main {
	width: 60.2%;
	padding-left: 6%
}

.index-page02 .box-1-1 .img {
	width: 100%
}

.index-page02 .box-1-1 .logo {
	display: block;
	height: 50px;
	margin-bottom: 16px
}

.index-page02 .box-1-1 .title {
	font-size: 54px;
	font-weight: 700;
	color: #333
}

.index-page02 .box-1-1 .content {
	font-size: 22px;
	margin-top: 12px
}

.index-page02 .box-1-1 .more {
	margin-top: 180px
}

.index-page02 .box-1-2 {
	display: block
}

.index-page02 .box-1-2 .img {
	width: 100%;
	display: block
}

.index-page02 .box-1-2 .img-m {
	width: 100%;
	display: none
}

.index-product {
	margin-top: 50px;
	overflow: visible
}

.index-product .swiper-slide {
	padding: 70px 60px;
	background-color: #fff;
	position: relative;
	overflow: visible
}

.index-product .swiper-slide .picture {
	width: 44%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: transform .3s ease-in-out;
	transform-origin: 30% top
}

.index-product .swiper-slide .main {
	width: 100%;
	padding-left: 50%
}

.index-product .swiper-slide .main a:hover {
	color: #fff;
}

.index-product .swiper-slide .img {
	width: 100%;
	margin-bottom: 30px;
}

.index-product .swiper-slide .logo {
	display: block;
	height: 50px;
	margin-bottom: 20px
}




.index-product .swiper-slide .title {
	color: #23a88b;
}


.index-product .swiper-slide .title {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index-product .swiper-slide .fubiaoti {
	padding: 15px;
	line-height: 22px;
	border-left-width: 0;
	display: block;
	font-size: 16px;
}

.index-product .swiper-slide .content {
	font-size: 17px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index-product .swiper-slide .more {
	margin-top: 120px
}

.index-page03 .wrap {
	align-items: flex-start;
	position: relative;
	z-index: 1
}

.index-page03 .list {
	width: 61.3%;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
	z-index: 1
}

.index-page03 .list .item {
	width: 31.25%;
	padding: 48px 28px 32px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
	transition: background-color .3s;
	margin-bottom: 3.125%;
	background-color: #efefef
}

.index-page03 .list .item.hide {
	opacity: 0
}

.index-page03 .list .icon {
	/* width: 90px; */
	height: 100px;
	margin: 0 auto;
	position: relative
}

.index-page03 .list .img {
	width: 100%;
	transition: opacity .3s
}

.index-page03 .list .img1 {
	opacity: 0;
	transition: opacity .3s
}

.index-page03 .list .img1,
.index-page03 .list .svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.index-page03 .list .svg {
	transform: rotate(-90deg)
}

.index-page03 .list .circle1 {
	stroke: #e5e5e5;
	transition: opacity .3s .3s
}

.index-page03 .list .circle2 {
	stroke: #fff;
	stroke-dasharray: 371 371
}

.index-page03 .list .title {
	justify-content: center;
	align-items: flex-end;
	color: #333;
	margin-top: 36px;
	transition: color .3s
}

.index-page03 .list .tit {
	font-size: 40px;
	font-family: DINPro;
	margin-right: 6px;
	line-height: 1
}

.index-page03 .list .content {
	text-align: center;
	margin-top: 8px;
	transition: color .3s;
	color: #000;
	font-size: 16px;
	line-height: 30px;
}

.index-page03 .main {
	width: 38.7%;
	padding-left: 5%;
	padding-top: 3%;
	background-color: #fff;
	font-size: 16px;
}

.index-page03 .main .title {
	color: #333;
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
	position: relative;
	height: 120px;
}

.index-page03 .main .title .p {
	color: rgba(0, 0, 0, .6);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.index-page03 .main .title .fang {
	position: absolute;
	top: 30px;
	right: 100px;
	width: 150px;
	height: 80px;
	background-color: rgba(57, 177, 151, 0.2);
}


.index-page03 .main .content {
	line-height: 1.8;
	text-align: justify
}

.index-page03 .main .line {
	width: 44px;
	height: 4px;
	background-color: #23a88b;
	margin-top: 120px
}

.index-page03 .inside-banner {
	z-index: 0;
	margin-top: -80px
}
.index-page04{
	padding: 60px 0 80px 0;
}
.index-page04 .header ,.header {
	align-items: flex-end;
	margin-bottom: 40px
}

.index-page04 .header .title ,.header .title{
	line-height: 1;
	font-weight: 700;
	color: #4c4c4c
}
.index-page04 .honor-list-box .index-video{
	padding: 20px;
}
.index-page04 .honor-list-box .swiper-slide,.index-page05 .part-list-box .swiper-slide{
	padding-bottom: 4px;
	box-shadow: 5px 5px 5px 3px rgba(234, 234, 234, 0.75);
}
.index-page04 .honor-list-box .swiper-slide:hover,.index-page05 .part-list-box .swiper-slide:hover{
	border-bottom: 4px solid #39b197;
	padding-bottom: unset;
	cursor: pointer;
}
.index-page04 .honor-list-box img{
	width: 100%;
}
.index-page04 .honor-list-box .txt{
	height: 80px;
	text-align: center;
}
.index-page04 .honor-list-box .txt h3{
	font-size: 20px;
	font-weight: 600;
}
.index-page04 .honor-list-box .txt p{
	font-size: 16px;
}
.index-page04 .header .tit {
	margin-left: 14px
}

.index-page04 .header .more {
	margin-left: auto
}

.index-page04 .wrap {
	position: relative
}

.index-page04 .wrap .next,
.index-page04 .wrap .prev {
	width: 50px;
	line-height: 90px;
	text-align: center;
	font-size: 20px;
	background-color: #f7f7f7;
	color: #ccc;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
	transition: color .3s, background-color .3s
}

.index-page04 .wrap .prev {
	left: -90px
}

.index-page04 .wrap .next {
	right: -90px
}

.index-news .swiper-pagination {
	display: none
}

.index-news .main {
	width: 94%;
	padding: 40px 8% 55px 40px;
	position: relative;
	z-index: 0;
	background-color: #f9f9f9;
}

.index-news .picture {
	width: 100%;
	display: block;
	/*
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	background: no-repeat 50%/cover*/
}

.index-news .bg {
	width: 100%
}

.index-news .time {
	font-size: 16px;
	margin-bottom: 32px
}

.index-news .title {
	font-size: 24px;
	font-weight: 500;
	color: #1a1a1a
}

.index-news .title>a {
	color: #1a1a1a
}

.index-news .title>a:hover {
	color: #23a88b
}

.index-news .content {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.index-news .more {
	margin-top: 120px
}

@-webkit-keyframes svgCircleAnmi1 {
	0% {
		stroke-dasharray: 0 371
	}

	to {
		stroke-dasharray: 371 371
	}
}

@keyframes svgCircleAnmi1 {
	0% {
		stroke-dasharray: 0 371
	}

	to {
		stroke-dasharray: 371 371
	}
}

@media only screen and (min-width:961px) {

	/* .index-page02 .box:hover:before {
		transform: scaleX(1)
	}
	.index-product .swiper-slide:hover .picture {
		transform: scale(1.2)
	} */
	.index-page03 .list .item:hover {
		background-color: #23a88b
	}

	.index-page03 .list .item:hover .circle1 {
		opacity: 0;
		transition: background-color 0s
	}

	.index-page03 .list .item:hover .circle2 {
		-webkit-animation: svgCircleAnmi1 1s linear forwards;
		animation: svgCircleAnmi1 1s linear forwards
	}

	.index-page03 .list .item:hover .img {
		opacity: 0
	}

	.index-page03 .list .item:hover .img1 {
		opacity: 1
	}

	.index-page03 .list .item:hover .content,
	.index-page03 .list .item:hover .title {
		color: #fff
	}

	.index-page04 .wrap {
		position: relative
	}

	.index-page04 .wrap .next:hover,
	.index-page04 .wrap .prev:hover {
		color: #fff;
		background-color: #23a88b
	}
}

@media only screen and (max-width:1700px) {
	.index-page04 .wrap {
		padding: 0 72px
	}

	.index-page04 .wrap .next,
	.index-page04 .wrap .prev {
		width: 42px;
		line-height: 80px;
		font-size: 18px;
		margin-top: -40px
	}

	.index-page04 .wrap .prev {
		left: 0
	}

	.index-page04 .wrap .next {
		right: 0
	}
}

@media only screen and (max-width:1600px) {
	.index-solution .title {
		font-size: 40px
	}

	.index-solution .content {
		font-size: 16px
	}

	.index-solution .main {
		top: 16%
	}

	.index-solution .more {
		margin-top: 100px
	}

	.index-solution .wrap {
		max-width: 600px
	}

	.index-solution .tit {
		font-size: 14px
	}

	.index-page02 {
		padding-left: 3%;
		padding-right: 3%
	}

	.index-page02 .box-1-1 .logo {
		height: 40px
	}

	.index-page02 .box-1-1 .title {
		font-size: 46px
	}

	.index-page02 .box-1-1 .content {
		font-size: 20px;
		margin-top: 8px
	}

	.index-page02 .box-1-1 .more {
		margin-top: 100px
	}

	.index-product {
		margin-top: 40px
	}

	.index-product .swiper-slide {
		padding: 60px 50px
	}

	.index-product .swiper-slide .logo {
		height: 26px;
		margin-bottom: 16px
	}

	.index-product .swiper-slide .title {
		font-size: 26px
	}

	.index-product .swiper-slide .content {
		font-size: 15px;
		margin-top: 8px
	}

	.index-product .swiper-slide .more {
		margin-top: 80px
	}
}

@media only screen and (max-width:1440px) {
	.index-page01 .item-l {
		width: 28%
	}

	.index-page01 .item-r {
		width: 72%;
		max-width: 600px
	}

	.index-page02 .box-1-1 {
		padding: 30px 4%
	}

	.index-page02 .box-1-1 .logo {
		height: 32px
	}

	.index-page02 .box-1-1 .title {
		font-size: 40px
	}

	.index-page02 .box-1-1 .content {
		font-size: 18px
	}

	.index-page02 .box-1-1 .more {
		margin-top: 80px
	}

	.index-page02 .box-1-1 .main {
		padding-left: 4%
	}

	.index-page03 .main {
		padding-top: 0
	}

	.index-page03 .main .line {
		margin-top: 60px;
		width: 40px;
		height: 3px
	}

	.index-page03 .list .icon {
		width: 80px;
		height: 80px
	}

	.index-page03 .list .tit {
		font-size: 30px;
		margin-right: 3px
	}

	.index-page03 .list .title {
		margin-top: 24px
	}

	.index-page03 .list .item {
		font-size: 12px;
		padding: 40px 24px 28px
	}

	.index-page03 .inside-banner {
		margin-top: -60px
	}

	/* .index-page04 .header {
		margin-bottom: 32px
	} */

	.index-page04 .header .tit {
		margin-left: 8px;
		font-size: 14px
	}

	.index-news .main {
		width: 94%;
		padding: 40px 8% 44px 24px;
	}

	.index-news .bg {
		width: 100%
	}

	.index-news .time {
		font-size: 14px;
		margin-bottom: 24px
	}

	.index-news .title {
		font-size: 22px
	}

	.index-news .content {
		margin-top: 16px;
		font-size: 14px;
		line-height: 26px;
		height: 78px
	}

	.index-news .more {
		margin-top: 80px
	}
}

@media only screen and (max-width:1280px) {
	.index-solution .title {
		font-size: 30px
	}

	.index-solution .content {
		font-size: 14px
	}

	.index-solution .more {
		margin-top: 64px
	}

	.index-solution .wrap {
		max-width: 520px
	}

	.index-product .swiper-slide {
		padding: 40px 40px 50px
	}

	.index-product .swiper-slide .logo {
		height: 24px
	}

	.index-product .swiper-slide .title {
		font-size: 24px
	}

	.index-product .swiper-slide .content {
		font-size: 14px
	}

	.index-product .swiper-slide .more {
		margin-top: 64px
	}
}

@media only screen and (max-width:960px) {
	#indexVideoSlide {
		display: none
	}

	.index-banner {
		height: auto
	}

	.index-banner .img-m {
		display: block
	}

	.index-page01 .title {
		margin-bottom: 10px
	}

	.hkwy-thermography {
		display: none
	}

	.index-solution .title {
		font-size: 20px
	}

	.index-solution .content {
		font-size: 13px
	}

	.index-solution .more {
		margin-top: 48px
	}

	.index-page02 .box-1-1 {
		padding: 20px 4%
	}

	.index-page02 .box-1-1 .logo {
		height: 20px
	}

	.index-page02 .box-1-1 .title {
		font-size: 24px
	}

	.index-page02 .box-1-1 .content {
		font-size: 14px
	}

	.index-page02 .box-1-1 .more {
		margin-top: 40px
	}

	.index-product {
		margin-top: 24px
	}

	.index-product .swiper-slide {
		padding: 50px
	}

	.index-product .swiper-slide .main {
		padding-right: unset !important;
	}

	.index-product .swiper-slide .picture {
		width: 50%;
		position: static;
	}

	.index-product .swiper-slide .logo {
		height: 20px
	}

	.index-product .swiper-slide .title {
		font-size: 24px
	}

	.index-product .swiper-slide .content {
		font-size: 14px
	}

	.index-product .swiper-slide .more {
		margin-top: 40px
	}

	.index-page03 .list {
		display: none
	}

	.index-page03 .inside-banner {
		margin-top: 0
	}

	.index-page03 .main {
		width: 100%;
		padding-left: 0;
		padding-bottom: 32px
	}

	.index-page03 .main .line {
		display: none
	}

	.index-page04 .wrap {
		padding: 0
	}

	.index-page04 .wrap .next,
	.index-page04 .wrap .prev {
		display: none
	}

	.index-news .swiper-pagination {
		display: block
	}

	.index-news .main {
		padding: 32px 16% 48px 32px
	}

	.index-news .time {
		font-size: 14px;
		margin-bottom: 24px
	}

	.index-news .title {
		font-size: 20px
	}

	.index-news .more {
		margin-top: 48px
	}
}

@media only screen and (max-width:640px) {

	.index-page01 .item-l,
	.index-page01 .item-r {
		width: 100%
	}

	.index-page01 .title {
		margin-bottom: 8px;
		font-size: 14px;
		margin-top: 24px
	}

	.index-page01 .content {
		font-size: 12px
	}

	.index-solution .main {
		top: 12%
	}

	.index-solution .img {
		/*
		width: 720px;
		position: relative;
		left: 50%;
		margin-left: -320px*/
		width: 100%;
		left: 0;
		position: relative;
		margin-left: 0;


	}

	.index-solution .more {
		margin-top: 40px
	}

	.index-page02 {
		border-bottom: 8px solid #f6f6f6;
		background-color: #fff;
		padding: 0 0 32px
	}

	.index-page02 .box {
		box-shadow: none
	}

	.index-page02 .box-1-1 {
		padding: 32px 4%
	}

	.index-page02 .box-1-1 .picture {
		width: 120px;
		position: absolute;
		right: 0;
		bottom: 32px
	}

	.index-page02 .box-1-1 .main {
		width: 100%;
		padding: 0 120px 0 0
	}

	.index-page02 .box-1-1 .logo {
		height: 18px
	}

	.index-page02 .box-1-1 .title {
		font-size: 20px
	}

	.index-page02 .box-1-1 .content {
		font-size: 14px;
		margin-top: 4px
	}

	.index-page02 .box-1-1 .more {
		margin-top: 32px
	}

	.index-page02 .box-1-2 .img {
		display: none
	}

	.index-page02 .box-1-2 .img-m {
		display: block
	}

	.index-page02 .index-product-pagination {
		padding-top: 8px
	}

	.index-product {
		border-top: 8px solid #f6f6f6
	}

	.index-product .swiper-slide {
		padding: 32px 16px
	}

	.index-product .swiper-slide .main {
		padding-right: unset !important;
	}

	.index-product .swiper-slide .picture {
		width: 50%;
		bottom: 32px;
		position: static;
	}

	.index-product .swiper-slide .logo {
		height: 18px
	}

	.index-product .swiper-slide .title {
		font-size: 20px
	}

	.index-product .swiper-slide .content {
		font-size: 14px;
		margin-top: 4px
	}

	.index-product .swiper-slide .more {
		margin-top: 32px
	}

	/* .index-page04 .header {
		margin-bottom: 24px
	} */

	.index-page04 .header .tit ,.header .tit{
		font-size: 12px !important
	}

	.index-news .swiper-slide {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start
	}

	.index-news .picture {
		position: relative;
		top: 0;
		transform: translateY(0);
		width: 100%
	}

	.index-news .main {
		width: 100%;
		order: 1;
		padding: 20px 20px 28px
	}

	.index-news .time {
		font-size: 12px;
		margin-bottom: 8px
	}

	.index-news .title {
		font-size: 18px
	}

	.index-news .content {
		margin-top: 12px;
		height: 52px;
		-webkit-line-clamp: 2
	}

	.index-news .more {
		margin-top: 24px;
		display: none
	}
}

.inside-banner {
	position: relative;
	overflow: hidden;
	min-height: 150px;
}

.inside-banner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background-color: #000;
	opacity: .25
}

.inside-banner-img {
	width: 100%
}

.inside-banner-main {
	position: absolute;
	width: 70%;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	color: #fff;
	text-align: center
}

.inside-banner-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 8px
}

.inside-banner-content {
	font-size: 24px
}

.inside-banner-other {
	justify-content: center;
	margin-top: 44px
}

.inside-banner-other .c-btna {
	margin: 0 16px
}

.inside-banner-main2 {
	position: absolute;
	width: 1500px;
	left: 50%;
	top: 58%;
	transform: translateY(-50%);
	z-index: 1;
	color: #fff;
	margin-left: -750px
}

.inside-banner-text {
	font-size: 16px;
	margin-top: 4px
}

.inside-banner-line {
	width: 44px;
	height: 2px;
	background-color: #fff;
	margin-top: 120px
}

.inside-banner .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media only screen and (max-width:1600px) {
	.inside-banner-main2 {
		width: 94%;
		left: 3%;
		margin-left: 0
	}
}

@media only screen and (max-width:1440px) {
	.inside-banner-title {
		font-size: 38px;
		margin-bottom: 6px
	}

	.inside-banner-content {
		font-size: 18px
	}

	.inside-banner-text {
		font-size: 13px;
		margin-top: 2px
	}

	.inside-banner-line {
		width: 36px;
		margin-top: 70px
	}

	.inside-banner-other {
		margin-top: 36px
	}

	.inside-banner-other .c-btna {
		margin: 0 10px
	}
}

@media only screen and (max-width:960px) {
	.inside-banner-img {
		position: relative;
		width: 960px;
		left: 50%;
		margin-left: -480px
	}

	.inside-banner-title {
		font-size: 28px
	}

	.inside-banner-content {
		font-size: 16px
	}

	.inside-banner-other {
		margin-top: 28px
	}

	.inside-banner-other .c-btna {
		margin: 0 6px
	}

	.inside-banner-main2 {
		top: 50%
	}

	.inside-banner-text {
		font-size: 12px
	}

	.inside-banner-line {
		width: 32px;
		margin-top: 48px
	}
}

@media only screen and (max-width:640px) {
	.inside-banner-img {
		/*position: relative;
		width: 720px;
		left: 50%;
		margin-left: -360px*/
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 150px;
		left: 0;
		margin-left: 0;
	}

	.inside-banner-main {
		width: 88%;
		left: 6%
	}

	.inside-banner-title {
		font-size: 22px
	}

	.inside-banner-content {
		font-size: 14px
	}

	.inside-banner-other {
		margin-top: 20px
	}

	.inside-banner-other .c-btna {
		margin: 0 5px
	}

	.inside-banner-line {
		width: 24px;
		height: 1px;
		margin-top: 30px
	}
}

.search-page01 {
	padding: 60px 0;
	background: #f4f4f4
}

.search-page01 .form {
	width: 100%;
	max-width: 640px;
	padding: 0 8px;
	border-radius: 4px;
	background: #fff;
	font-size: 15px;
	margin: 0 auto
}

.search-page01 .submit {
	background: url(../image/icon-search.png) no-repeat 50%;
	border: none;
	outline: none;
	padding: 0;
	width: 48px;
	height: 48px;
	background-size: 20px;
	cursor: pointer
}

.search-page01 .input {
	width: calc(100% - 48px);
	height: 48px;
	border: none;
	padding: 0 0 0 12px;
	outline: none;
	color: #333
}

.search-page02 {
	min-height: 300px;
	padding: 40px 0 60px
}

.search-page02 .nav {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 12px;
	margin-bottom: 36px
}

.search-page02 .nav.center {
	justify-content: center
}

.search-page02 .nav .item {
	max-width: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
	padding: 12px 2px;
	margin-right: 32px;
	position: relative
}

.search-page02 .nav .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #23a88b;
	opacity: 0
}

.search-page02 .nav .item:last-of-type {
	margin-right: 0
}

.search-page02 .nav .item.active {
	color: #23a88b
}

.search-page02 .nav .item.active:after {
	opacity: 1
}

.search-list {
	justify-content: space-between;
	align-items: flex-start
}

.search-list .item {
	width: 48.5%;
	margin-bottom: 3%;
	transition: box-shadow .3s;
	border: 1px solid #ddd;
	padding: 2% 3%
}

.search-list .title {
	color: #333
}

@media only screen and (min-width:961px) {
	.search-list .item:hover {
		box-shadow: 0 0 14px rgba(0, 0, 0, .1)
	}

	.search-list .item:hover .title {
		color: #23a88b
	}
}

@media only screen and (max-width:960px) {
	.search-page01 {
		padding: 40px 0
	}

	.search-page02 {
		padding: 32px 0 48px
	}

	.search-page02 .nav {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:640px) {
	.search-page01 {
		padding: 24px 0
	}

	.search-page01 .form {
		font-size: 14px
	}

	.search-page01 .submit {
		width: 40px;
		height: 40px;
		background-size: 18px
	}

	.search-page01 .input {
		width: calc(100% - 40px);
		height: 40px;
		padding-left: 8px
	}

	.search-page02 {
		padding: 24px 0 36px
	}

	.search-page02 .nav {
		margin-bottom: 16px;
		padding: 0
	}

	.search-page02 .nav .item {
		margin-right: 16px;
		font-size: 13px
	}

	.search-list .item {
		width: 100%;
		padding: 12px 0;
		border: none;
		border-bottom: 1px dashed #ddd;
		margin-bottom: 0
	}
}

.about-page01 {
	position: relative
}

.about-page01 .title {
	font-weight: 700;
	color: #1a1a1a
}

.about-page01 .tit {
	color: #4d4d4d;
	margin-top: 14px
}

.about-page01 .content {
	margin-top: 40px;
	line-height: 1.8
}

.about-page02 {
	/* background: url(../image/about01.jpg) no-repeat 50%/cover; */
	text-align: center;
	color: #000;
	position: relative
}

.about-page02 .title {
	font-weight: 700;
	padding-bottom: 24px;
	margin-bottom: 40px;
	position: relative
}

.about-page02 .title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin-left: -15px
}

.about-page02 .content {
	line-height: 2;
	width: 80%;
	margin: 0 auto
}

.about-page02 .bg {
	width: 100%
}

.about-page02 .wrap {
	margin-top: 80px;
	padding-top: 100px;
	position: relative
}

.about-page02 .list {
	padding: 0 8% 0 9%
}

.about-page02 .year {
	justify-content: center;
	align-items: flex-end;
	line-height: 2
}

.about-page02 .tit {
	font-size: 56px;
	line-height: 1;
	font-family: DINPro;
	margin-right: 6px
}

.about-page02 .text {
	margin-top: 6px
}

.about-page02 .item {
	position: absolute;
	z-index: 0;
	width: 20%
}

.about-page02 .item:first-of-type {
	left: 8%;
	bottom: 20%
}

.about-page02 .item:nth-of-type(2) {
	left: 23%;
	bottom: 52%
}

.about-page02 .item:nth-of-type(3) {
	left: 38%;
	bottom: 36%
}

.about-page02 .item:nth-of-type(4) {
	left: 54.5%;
	bottom: 71%
}

.about-page02 .item:nth-of-type(5) {
	left: 70%;
	bottom: 38%
}

.about-page03 {
	position: relative;
	padding-bottom: 0
}

.about-page03 .tit {
	color: #1a1a1a;
	font-weight: 700
}

.about-page03 .word {
	margin-top: 16px;
	line-height: 1.7;

}

.about-page03 .word strong {
	color: #23a88b;
	font-size: 24px;
	font-weight: 400;
	font-family: bebas, Arial, Helvetica, sans-serif
}

.about-page03 .nav {
	border-bottom: 1px solid #eee;
	margin-top: 24px
}

.about-page03 .item {
	line-height: 50px;
	margin-right: 64px;
	position: relative;
	cursor: pointer
}

.about-page03 .item:last-of-type {
	margin-right: 0
}

.about-page03 .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #23a88b;
	z-index: 1;
	transform: scaleX(0);
	opacity: 0;
	transition: opacity .3s, transform .3s
}

.about-page03 .item.active {
	color: #23a88b
}

/* .about-page03 .item.active:after {
	opacity: 1;
	transform: scaleX(1)
} */

.about-honor {
	margin-top: 60px
}

.about-honor .swiper-slide {
	transform: scale(.8);
	/* opacity: .3; */
	transition: opacity .3s, transform .3s
}

.about-honor .img {
	width: 100%
}

.about-honor .swiper-slide-active {
	transform: scale(1);
	opacity: 1
}

.about-honor .title {
	font-size: 20px;
	text-align: center;
	margin-top: 12px
}

.about-honor .swiper-pagination {
	position: relative;
	left: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 40px;
	margin-top: 24px;
	color: #777;
	font-style: italic;
	padding-bottom: 8px
}

.about-honor .swiper-pagination .swiper-pagination-current {
	font-size: 24px;
	color: #000
}

.about-honor .swiper-button-next,
.about-honor .swiper-button-prev {
	width: 40px;
	height: 40px;
	top: auto;
	bottom: 8px;
	background-size: 40%;
	border-radius: 50%;
	left: 50%;
	cursor: pointer;
	z-index: 11;
	transition: background-color .3s, background-image .3s;
	background: none;
	text-align: center;
	line-height: 40px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}

.about-honor .swiper-button-prev {
	margin-left: -100px
}

.about-honor .swiper-button-next {
	margin-left: 60px
}

.about-honor .iconfont {
	font-size: 14px
}

.about-page04 {
	align-items: stretch;
	position: relative;
	padding-bottom: 0
}

.about-page04 .item-l {
	width: 52.8%;
	position: relative
}

.about-page04 .item-l .img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0
}

.about-page04 .item-r {
	width: 43.6%;
	margin-left: auto
}

.about-page04 .img {
	width: 100%
}

.about-page04 .header {
	align-items: flex-end;
	margin-bottom: 50px;
	padding-top: 2%
}

.about-page04 .title {
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.1
}

.about-page04 .tit {
	margin-left: 24px
}

.about-page04 .content {
	line-height: 1.6
}

.about-page04 .content p {
	margin-bottom: 20px
}

.about-page05 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 0
}

.about-strength {
	width: calc(50% + 750px);
	margin-right: 0;
	overflow: visible;
	position: static
}

.about-strength .swiper-slide {
	background-color: #f9f9f9;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}

.about-strength .title {
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 24px
}

.about-strength .content {
	line-height: 1.8;
	text-align: justify
}

.about-strength .main {
	width: 32%;
	padding: 7% 4.5% 100px
}

.about-strength .main:after {
	content: "";
	width: 48px;
	height: 2px;
	background-color: #23a88b;
	position: absolute;
	left: 4.5%;
	bottom: 98px
}

.about-strength .picture {
	width: 68%
}

.about-strength .img {
	width: 100%
}

.about-strength .swiper-pagination {
	display: none
}

.about-page06 {
	position: relative;
	padding-bottom: 0
}

.about-page06 .header {
	text-align: center;
	width: 80%;
	margin: 0 auto 60px
}

.about-page06 .header .title {
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 16px
}

.about-page06 .year-wrap {
	margin-top: 60px;
	position: relative
}

.about-page06 .year-wrap:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 0
}

.about-history {
	width: 94%;
	max-width: 1100px
}



.about-history .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative
}

.about-history .picture {
	width: 45.45%
}

.about-history .img {
	width: 100%
}

.about-history .main {
	width: 54.55%;
	padding: 4% 0 0 8%
}

.about-history .year {
	color: #23a88b;
	margin-bottom: 8px;
	position: relative;
	z-index: 1
}

.about-history .title {
	color: #4d4d4d;
	font-weight: 500;
	margin-bottom: 16px;
	position: relative;
	z-index: 1
}

.about-history .content {
	position: relative;
	z-index: 1;
	line-height: 1.8
}

.about-history .word {
	font-size: 200px;
	font-family: DINPro;
	font-weight: 700;
	color: #fafafa;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0
}

.about-history .swiper-pagination {
	display: none
}

.about-history-year {
	width: 94%;
	max-width: 1250px;
	padding: 40px 0 80px
}

.about-history-year .swiper-slide {
	position: relative;
	overflow: visible;
	cursor: pointer
}

.about-history-year .swiper-slide:last-of-type .line>span:nth-of-type(11) {
	opacity: 1
}

.about-history-year .swiper-slide.swiper-slide-thumb-active .year {
	transform: translateY(-40px);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
	color: #23a88b
}

.about-history-year .year {
	width: 80px;
	height: 80px;
	font-size: 18px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	z-index: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	transition: transform .3s, box-shadow .3s, color .3s
}

.about-history-year .line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end
}

.about-history-year .line>span {
	width: 1px;
	height: 8px;
	background-color: silver
}

.about-history-year .line>span:first-of-type,
.about-history-year .line>span:nth-of-type(6),
.about-history-year .line>span:nth-of-type(11) {
	height: 20px
}

.about-history-year .line>span:nth-of-type(11) {
	opacity: 0
}

@media only screen and (min-width:961px) {
	.about-page03 .item:hover {
		color: #23a88b
	}

	.about-page03 .item:hover:after {
		opacity: 1;
		transform: scaleX(1)
	}

	.about-honor .swiper-button-next:hover,
	.about-honor .swiper-button-prev:hover {
		color: #fff;
		background-color: #23a88b
	}
}

@media only screen and (max-width:1600px) {
	.about-strength {
		width: 100%
	}
}

@media only screen and (max-width:1440px) {
	.about-page01 .tit {
		margin-top: 10px
	}

	.about-page01 .content {
		margin-top: 30px
	}

	.about-page02 .wrap {
		padding-top: 72px;
		margin-top: 60px
	}

	.about-page02 .tit {
		font-size: 30px;
		margin-right: 4px
	}

	.about-page02 .year {
		line-height: 1.4
	}

	.about-page02 .item {
		font-size: 12px
	}

	.about-page02 .title {
		padding-bottom: 20px;
		margin-bottom: 32px
	}

	.about-honor {
		margin-top: 48px
	}

	.about-honor .title {
		font-size: 16px
	}

	.about-page04 .header {
		padding-top: 0;
		margin-bottom: 36px
	}

	.about-page04 .tit {
		font-size: 12px;
		margin-left: 16px
	}

	.about-page04 .content p {
		margin-bottom: 16px
	}

	.about-strength .main {
		width: 36%;
		padding: 6% 4% 60px
	}

	.about-strength .main:after {
		width: 40px;
		bottom: 58px
	}

	.about-strength .picture {
		width: 64%
	}

	.about-history .main {
		padding: 3% 0 0 6%
	}
}

@media only screen and (max-width:960px) {
	.about-page01 .tit {
		margin-top: 12px
	}

	.about-page01 .content {
		margin-top: 24px
	}

	.about-page02 .title {
		padding-bottom: 16px;
		margin-bottom: 28px
	}

	.about-page02 .title:after {
		height: 1px
	}

	.about-page02 .content {
		width: 100%
	}

	.about-page02 .wrap {
		padding-top: 50px
	}

	.about-page02 .tit {
		font-size: 24px
	}

	.about-page03 .word {
		line-height: 1.7
	}

	.about-page03 .word strong {
		font-size: 18px
	}

	.about-page03 .item {
		margin-right: 32px
	}

	.about-honor {
		margin-top: 40px
	}

	.about-honor .title {
		font-size: 14px
	}

	.about-page04 {
		margin-top: 32px;
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
		background-color: #f9f9f9
	}

	.about-page04 .item-l {
		width: 100%
	}

	.about-page04 .item-l .img {
		position: relative
	}

	.about-page04 .item-r {
		display: none
	}

	.about-page04 .content {
		margin-bottom: 24px
	}

	.about-page04 .content p {
		margin-bottom: 12px
	}

	.about-strength .main {
		width: 100%;
		padding: 6% 4%;
		order: 1
	}

	.about-strength .main:after {
		display: none
	}

	.about-strength .picture {
		width: 100%
	}

	.about-strength .swiper-pagination {
		display: block;
		margin-top: 0
	}

	.about-page05 {
		background-color: #f9f9f9;
		padding-bottom: 40px
	}

	.about-page06 .header {
		margin-bottom: 32px
	}

	.about-page06 .header .title {
		margin-bottom: 12px
	}

	.about-page06 .about-history-year {
		height: 1px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		padding: 0;
		margin: 0
	}

	.about-page06 .year-wrap {
		margin: 0
	}

	.about-page06 .year-wrap:after {
		display: none
	}

	.about-history .swiper-pagination {
		display: block
	}

	.about-history .word {
		display: none
	}

	.about-history .main {
		padding: 2% 0 0 4%
	}

	.about-history .title {
		margin-bottom: 12px
	}

	.about-history .year {
		margin-bottom: 6px;
		font-size: 12px
	}

	.about-history .content {
		font-size: 13px
	}
}

@media only screen and (max-width:640px) {
	.about-page02 .bg {
		display: none
	}

	.about-page02 .list {
		padding: 0;
		justify-content: center
	}

	.about-page02 .wrap {
		padding-top: 0;
		margin-top: 24px
	}

	.about-page02 .item {
		position: static;
		left: 0;
		top: 0;
		width: 33.33%;
		margin-top: 24px
	}

	.about-page04 .tit {
		display: none
	}

	.about-page04 .header {
		margin-bottom: 24px
	}

	.about-strength .main {
		padding: 30px 20px
	}

	.about-strength .title {
		margin-bottom: 12px
	}

	.about-page05 {
		padding-bottom: 32px
	}

	.about-page06 .header {
		margin-bottom: 24px
	}

	.about-page06 .header .title {
		margin-bottom: 8px
	}

	.about-history .picture {
		width: 100%
	}

	.about-history .main {
		width: 100%;
		padding: 20px 0 0
	}
}

.news-page01 {
	background-color: #f8f8f8
}

.news-page01 .c-pagination {
	margin-top: 0
}

.news-page01 .wrap {
	width: 94%;
	max-width: 1630px;
	background-color: #fff;
	padding: 1% 3.5% 4%;
	margin: 0 auto
}

.news-page01 .nav {
	margin-bottom: 36px
}

.news-page01 .nav .item {
	width: 116px;
	line-height: 30px;
	text-align: center;
	margin-right: 20px;
	transition: background-color .3s, color .3s
}

.news-page01 .nav .item.active {
	background-color: #23a88b;
	color: #fff
}




.news-list .item {
	width: 31.75%;
	margin-right: 2.375%;
	margin-bottom: 5%
}

.news-list .item:nth-of-type(3n) {
	margin-right: 0
}

.news-list .picture {
	overflow: hidden;
	margin-bottom: 50px
}

.news-list .img {
	width: 100%
}

.news-list .title {
	font-weight: 500;
	font-size: 20px;
	color: #333;
	transition: color .3s
}

.news-list .content {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	color: rgba(0, 0, 0, .45);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.news-list .time {
	font-size: 20px;
	font-family: DINpro;
	padding-top: 30px;
	margin-top: 50px;
	position: relative;
	z-index: 0;
	color: #333;
	transition: color .3s
}

.news-list .time:before {
	z-index: 0;
	background-color: #eee
}

.news-list .time:after,
.news-list .time:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px
}

.news-list .time:after {
	z-index: 1;
	background-color: #23a88b;
	transform-origin: left center;
	transform: scaleX(0);
	transition: transform .3s
}

.news-list .iconfont {
	font-size: 16px;
	margin-left: auto;
	opacity: 0;
	color: #23a88b;
	transition: opacity .3s
}






.xiangce-list .item {
	width: 31.75%;
	margin-right: 2.375%;
	margin-bottom: 5%;
	border: 1px solid #eee;
}

.xiangce-list .item:nth-of-type(3n) {
	margin-right: 0
}


.xiangce-list.xcy .item {
	width: 23.45%;
	margin-right: 2%;
	margin-bottom: 5%;
	border: 1px solid #eee;
}

.xiangce-list.xcy .item:nth-of-type(4n) {
	margin-right: 0
}



.xiangce-list .picture {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 60%;


}

.xiangce-list .img {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.xiangce-list .title {
	font-weight: 500;
	font-size: 16px;
	padding: 8px;
	text-align: center;
	color: #333;
	transition: color .3s;
}

.xiangce-list .content {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	color: rgba(0, 0, 0, .45);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.xiangce-list .time {
	font-size: 20px;
	font-family: DINpro;
	padding-top: 30px;
	margin-top: 50px;
	position: relative;
	z-index: 0;
	color: #333;
	transition: color .3s
}

.xiangce-list .time:before {
	z-index: 0;
	background-color: #eee
}

.xiangce-list .time:after,
.xiangce-list .time:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px
}

.xiangce-list .time:after {
	z-index: 1;
	background-color: #23a88b;
	transform-origin: left center;
	transform: scaleX(0);
	transition: transform .3s
}

.xiangce-list .iconfont {
	font-size: 16px;
	margin-left: auto;
	opacity: 0;
	color: #23a88b;
	transition: opacity .3s
}





.shipin-list .item {
	width: 31.75%;
	margin-right: 2.375%;
	margin-bottom: 5%
}

.shipin-list .item:nth-of-type(4n) {
	margin-right: 0
}

.shipin-list .picture {
	overflow: hidden;
	margin-bottom: 50px
}

.shipin-list .img {
	width: 100%
}

.shipin-list .title {
	font-weight: 500;
	font-size: 20px;
	color: #333;
	transition: color .3s
}

.shipin-list .content {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	color: rgba(0, 0, 0, .45);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.shipin-list .time {
	font-size: 20px;
	font-family: DINpro;
	padding-top: 30px;
	margin-top: 50px;
	position: relative;
	z-index: 0;
	color: #333;
	transition: color .3s
}

.shipin-list .time:before {
	z-index: 0;
	background-color: #eee
}

.shipin-list .time:after,
.shipin-list .time:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px
}

.shipin-list .time:after {
	z-index: 1;
	background-color: #23a88b;
	transform-origin: left center;
	transform: scaleX(0);
	transition: transform .3s
}

.shipin-list .iconfont {
	font-size: 16px;
	margin-left: auto;
	opacity: 0;
	color: #23a88b;
	transition: opacity .3s
}







@media only screen and (min-width:961px) {
	.news-page01 .nav .item:hover {
		background-color: #23a88b;
		color: #fff
	}

	.news-list .item:hover .time,
	.news-list .item:hover .title {
		color: #23a88b
	}

	.news-list .item:hover .time:after {
		transform: scaleX(1);
		transition: transform 1s
	}

	.news-list .item:hover .iconfont {
		opacity: 1
	}
}

@media only screen and (max-width:1440px) {
	.news-page01 {
		width: 100%;
		padding: 0
	}

	.news-page01 .wrap {
		width: 100%;
		padding: 3% 3% 0
	}

	.news-list .picture {
		margin-bottom: 30px
	}

	.news-list .title {
		font-size: 17px
	}

	.news-list .content {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
		margin-top: 12px
	}

	.news-list .time {
		font-size: 17px;
		padding-top: 20px;
		margin-top: 30px
	}

	.news-list .iconfont {
		font-size: 14px
	}
}

@media only screen and (max-width:960px) {
	.news-page01 .wrap {
		padding: 40px 3% 0
	}

	.news-page01 .nav {
		margin-bottom: 24px
	}

	.news-page01 .nav .item {
		width: 100px;
		line-height: 28px;
		margin-right: 16px;
		font-size: 13px
	}

	.news-list {
		justify-content: space-between
	}

	.news-list .item {
		width: 48%;
		margin-right: 0
	}
}

@media only screen and (max-width:640px) {
	.news-page01 .wrap {
		padding: 24px 3% 0
	}

	.news-page01 .nav {
		margin-bottom: 24px;
		border-bottom: 1px solid #eee
	}

	.news-page01 .nav .item {
		width: auto;
		line-height: 1.5;
		font-size: 13px;
		padding: 0 0 2px;
		position: relative;
		margin-right: 32px;
		margin-bottom: 16px
	}

	.news-page01 .nav .item:last-of-type {
		margin-right: 0
	}

	.news-page01 .nav .item.active {
		color: #23a88b;
		background-color: transparent
	}

	.news-page01 .nav .item.active:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background-color: #23a88b
	}

	.news-list {
		align-items: flex-start
	}

	.news-list .item {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eee
	}

	.news-list .item:last-of-type {
		border-bottom: none
	}

	.news-list .picture {
		width: 50%;
		margin-bottom: 0
	}

	.news-list .box {
		width: 50%;
		padding-left: 6%
	}

	.news-list .title {
		white-space: normal;
		font-size: 15px;
		line-height: 28px;
		height: 56px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 8px
	}

	.news-list .content {
		display: none
	}

	.news-list .time {
		padding-top: 0;
		margin-top: 0;
		font-size: 14px;
		color: rgba(0, 0, 0, .6)
	}

	.news-list .time:after,
	.news-list .time:before {
		display: none
	}
}

.news-detail01 {
	padding: 36px 0 72px;
	background-color: #f9f9f9
}

.news-detail01 .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.news-detail01 .main {
	width: calc(100% - 364px);
	background-color: #fff;
	padding: 3.5% 5% 5%
}

.news-detail01 .main .title {
	color: #333;
	margin-bottom: 16px
}

.news-detail01 .main .content {
	margin-top: 8px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6
}

.news-detail01 .main .c-share {
	justify-content: flex-end;
	margin-top: 60px
}

.news-detail01 .main .footer {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #eee;
	line-height: 1.4;
	position: relative
}

.news-detail01 .main .footer .item {
	margin-bottom: 10px
}

.news-detail01 .main .footer .item:last-of-type {
	margin-bottom: 0
}

.news-detail01 .main .footer .txt {
	color: #999
}

.news-detail01 .main .footer .link {
	color: #333;
	position: relative;
	transition: color .3s;
	line-height: 1.6
}

.news-detail01 .main .footer .link:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #23a88b;
	opacity: 0;
	transform: scaleX(0);
	transition: color .3s, transform .3s
}

.news-detail01 .main .footer .return {
	position: absolute;
	right: 0;
	bottom: 0
}

.news-detail01 .side {
	width: 340px;
	margin-left: auto
}

.news-detail01 .side .tit {
	font-size: 16px;
	line-height: 1;
	color: #333;
	padding-left: 18px;
	border-left: 2px solid #23a88b;
	margin-bottom: 20px
}

.news-detail01 .re-news {
	padding: 20px 0 48px;
	position: relative;
	background-color: #fff
}

.news-detail01 .re-news .title {
	font-size: 14px
}

.news-detail01 .re-news .content {
	font-size: 12px;
	line-height: 20px;
	max-height: 40px;
	color: #999;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.news-detail01 .re-news .list {
	padding: 0 20px
}

.news-detail01 .re-news .more {
	color: #fff;
	background: #23a88b;
	width: 100%;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0
}

.news-detail01 .re-news .item {
	display: block;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
	margin-bottom: 14px
}

.news-detail01 .re-news .item:last-of-type {
	margin-bottom: 0;
	border-bottom: 0
}

.news-detail01 .re-news .day {
	font-size: 12px;
	margin-top: 4px;
	color: rgba(0, 0, 0, .45)
}

.bsBox {
	box-sizing: content-box
}

.c-share {
	margin-top: 20px
}

.c-share .c-share-item {
	margin-left: 12px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	transition: border-color .3s, opacity .3s
}

.c-share .c-share-item:before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	position: relative;
	z-index: 1;
	transition: background-image .3s
}

.c-share .c-share-item:after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transform: scale(.3);
	transition: opacity .3s, transform .3s
}

.c-share .c-share-item.weixin:before {
	background-image: url(../image/weixin-w.png)
}

.c-share .c-share-item.weibo:before {
	background-image: url(../image/weibo-w.png)
}

.c-share .c-share-item.qq:before {
	background-image: url(../image/qq-w.png)
}

.c-share.type-a .c-share-item {
	border-color: #999
}

.c-share.type-a .c-share-item:after {
	background-color: #23a88b
}

.c-share.type-a .c-share-item.weixin:before {
	background-image: url(../image/weixin.png)
}

.c-share.type-a .c-share-item.weibo:before {
	background-image: url(../image/weibo.png)
}

.c-share.type-a .c-share-item.qq:before {
	background-image: url(../image/qq.png)
}

.c-share.type-b .c-share-item {
	opacity: .7
}

@media only screen and (min-width:961px) {
	.news-detail01 .main .footer .link:hover {
		color: #23a88b
	}

	.news-detail01 .main .footer .link:hover:after {
		transform: scale(1);
		opacity: 1
	}

	.c-share .c-share-item:hover.weixin:before {
		background-image: url(https://www.hikmicrotech.com/static/img/weixin-b.png)
	}

	.c-share .c-share-item:hover.weibo:before {
		background-image: url(https://www.hikmicrotech.com/static/img/weibo-b.png)
	}

	.c-share .c-share-item:hover.qq:before {
		background-image: url(https://www.hikmicrotech.com/static/img/qq-b.png)
	}

	.c-share .c-share-item:hover:after {
		opacity: 1;
		transform: scale(1.2)
	}

	.c-share.type-a .c-share-item:hover {
		border-color: #23a88b
	}

	.c-share.type-a .c-share-item:hover.weixin:before {
		background-image: url(../image/weixin-w.png)
	}

	.c-share.type-a .c-share-item:hover.weibo:before {
		background-image: url(../image/weibo-w.png)
	}

	.c-share.type-a .c-share-item:hover.qq:before {
		background-image: url(../image/qq-w.png)
	}

	.c-share.type-b .c-share-item:hover {
		opacity: 1
	}
}

@media only screen and (max-width:1440px) {
	.news-detail01 {
		padding: 24px 0 48px
	}

	.news-detail01 .main {
		padding: 3% 4% 4%
	}
}

@media only screen and (max-width:1200px) {
	.news-detail01 {
		background-color: #fff;
		padding-bottom: 0
	}

	.news-detail01 .main {
		width: 100%;
		padding: 0;
		border: none
	}

	.news-detail01 .side {
		display: none
	}
}

@media only screen and (max-width:960px) {
	.news-detail01 {
		padding-bottom: 20px
	}

	.news-detail01 .main .footer {
		margin-top: 40px
	}

	.news-detail01 .c-share {
		display: none
	}
}

@media only screen and (max-width:640px) {
	.news-detail01 .main .title {
		margin-bottom: 12px
	}

	.news-detail01 .main .time {
		font-size: 12px
	}

	.news-detail01 .main .footer {
		padding: 16px 0 0;
		margin-top: 32px
	}

	.news-detail01 .main .return {
		display: none
	}
}

.contact-banner:after {
	opacity: 0
}

.contact-map {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0
}

.contact-map .amap-copyright,
.contact-map .amap-logo {
	display: none !important
}

.contact-map .amap-icon {
	overflow: visible !important
}

.contact-map .amap-icon:after,
.contact-map .amap-icon:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: rgba(230, 35, 16, .5);
	border-radius: 50%;
	transform: scale(.1);
	z-index: 0;
	-webkit-animation: amap-icon-anim 3.6s ease-out infinite;
	animation: amap-icon-anim 3.6s ease-out infinite
}

.contact-map .amap-icon:before {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.contact-map .amap-icon:after {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.contact-map-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #1a1a1a
}

.contact-map-bg.hidden {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s
}

.contact-page01 {
	padding-bottom: 0
}

.contact-page01 .list {
	align-items: stretch;
	justify-content: space-between
}

.contact-page01 .item {
	width: 23.75%;
	background-color: #f9f9f9;
	padding: 80px 3% 50px;
	text-align: center;
	position: relative;
	transition: background-color .3s, transform .3s, box-shadow .3s
}

.contact-page01 .item:after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #23a88b;
	position: absolute;
	left: 50%;
	bottom: 48px;
	margin-left: -15px
}

.contact-page01 .icon {
	height: 60px;
	display: block;
	margin: 30px auto 60px
}

.contact-page01 .img {
	display: block;
	width: 80%;
	max-width: 150px;
	margin: 0 auto 24px
}

.contact-page01 .title {
	color: #000;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 8px
}

.contact-page01 .content {
	font-size: 18px;
	line-height: 1.8;
	padding-bottom: 60px
}

.contact-page02 {
	position: relative;
	padding-bottom: 0
}

.contact-page02 .container {
	border: 1px solid #eee;
	align-items: stretch
}

.contact-page02 .item-l {
	width: 45%;
	background: url(../image/contact01.jpg) no-repeat 50%/cover
}

.contact-page02 .item-r {
	width: 55%
}

.contact-page02 .main {
	width: 88%;
	max-width: 560px;
	margin: 0 auto
}

.contact-page02 .title {
	color: #333;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center
}

.contact-page02 .tit {
	text-align: center
}

.contact-page02 .form {
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px
}

.contact-page02 .form ::-moz-placeholder {
	color: #999
}

.contact-page02 .form ::-webkit-input-placeholder {
	color: #999
}

.contact-page02 .form :-ms-input-placeholder {
	color: #999
}

.contact-page02 .form .item {
	width: 48%;
	margin-bottom: 4%
}

.contact-page02 .form .item.required .label:before {
	content: "* ";
	color: red
}

.contact-page02 .form .item.w100 {
	width: 100%
}

.contact-page02 .form .label {
	display: block;
	margin-bottom: 4px
}

.contact-page02 .form .input {
	width: 100%;
	height: 40px;
	outline: none;
	border: 1px solid #eee;
	background: none;
	padding: 0 12px;
	border-radius: 0;
	overflow: hidden;
	-webkit-appearance: none;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-size: 12px
}

.contact-page02 .form .input:focus {
	border-color: #999
}

.contact-page02 .form .textarea {
	width: 100%;
	height: 200px;
	outline: none;
	resize: none;
	padding: 10px;
	border: 1px solid #eee;
	background: none;
	-webkit-appearance: none;
	display: block;
	border-radius: 3px
}

.contact-page02 .form .textarea:focus {
	border-color: #999
}

.contact-page02 .form .submit {
	width: 100%;
	line-height: 44px;
	background-color: #23a88b;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	margin: 0 auto;
	font-weight: 600;
	border: none !important;
	font-weight: 400;
	outline: none
}

.contact-page02 .form .submit:focus {
	opacity: .9
}

.contact-page02 .form .submit:before {
	display: none
}

@media only screen and (min-width:961px) {
	.contact-page01 .item:hover {
		background-color: #fff;
		transform: translateY(-10px);
		box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1)
	}
}

@media only screen and (max-width:1440px) {
	.contact-page01 .item {
		padding: 60px 2.5% 40px
	}

	.contact-page01 .item:after {
		bottom: 38px
	}

	.contact-page01 .icon {
		height: 50px;
		margin: 16px auto 40px
	}

	.contact-page01 .title {
		font-size: 18px;
		margin-bottom: 6px
	}

	.contact-page01 .content {
		font-size: 15px
	}

	.contact-page01 .img {
		width: 120px;
		margin-bottom: 20px
	}

	.contact-page02 .title {
		font-size: 28px
	}

	.contact-page02 .main {
		max-width: 500px
	}

	.contact-page02 .form {
		margin-top: 50px
	}

	.contact-page02 .form .textarea {
		height: 160px
	}
}

@media only screen and (max-width:960px) {
	.contact-page01 .item {
		width: 48.5%;
		margin-bottom: 3%
	}

	.contact-page02 .item-l {
		display: none
	}

	.contact-page02 .item-r {
		width: 100%
	}

	.contact-page02 .title {
		font-size: 24px
	}
}

@media only screen and (max-width:640px) {
	.contact-page01 .item {
		width: 100%;
		text-align: left;
		background-color: #fff;
		padding: 0 0 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eee
	}

	.contact-page01 .item:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none
	}

	.contact-page01 .item:after {
		width: 24px;
		margin-left: -12px;
		bottom: 22px;
		display: none
	}

	.contact-page01 .icon {
		height: 20px;
		margin: 0 0 16px;
		display: none
	}

	.contact-page01 .title {
		font-size: 16px;
		margin-bottom: 8px
	}

	.contact-page01 .content {
		font-size: 14px;
		padding: 0
	}

	.contact-page01 .img {
		margin: 0 0 12px
	}

	.contact-page02 {
		border-top: 8px solid #f6f6f6;
		margin-top: 32px;
		width: 100%
	}

	.contact-page02 .item-r {
		padding: 0
	}

	.contact-page02 .container {
		border: none;
		padding: 0 3%
	}

	.contact-page02 .main {
		width: 100%
	}

	.contact-page02 .title {
		font-size: 20px;
		margin-bottom: 4px
	}

	.contact-page02 .form {
		margin-top: 32px
	}

	.contact-page02 .form .item {
		width: 100%;
		margin-bottom: 16px
	}

	.contact-page02 .form .textarea {
		height: 120px
	}

	.contact-page02 .form .submit {
		line-height: 40px;
		font-size: 14px;
		margin-top: 8px
	}
}

.solution-page01 .header {
	align-items: flex-end;
	border-bottom: 1px solid #eee;
	margin-bottom: 60px
}

.solution-page01 .header .title {
	width: 22.5%;
	padding-bottom: 24px
}

.solution-page01 .header .tit {
	font-size: 36px;
	color: #333;
	font-weight: 700
}

.solution-page01 .header .text {
	font-size: 16px;
	color: rgba(0, 0, 0, .4)
}

.solution-page01 .nav {
	width: 77.5%
}

.solution-page01 .nav .item {
	font-size: 16px;
	margin-right: 100px;
	padding-bottom: 24px;
	position: relative;
	transition: color .3s
}

.solution-page01 .nav .item.active {
	color: #23a88b
}

.solution-page01 .nav .item.active:after {
	opacity: 1;
	transform: scaleX(1)
}

.solution-page01 .nav .item:last-of-type {
	margin-right: 0
}

.solution-page01 .nav .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #23a88b;
	opacity: 0;
	transform: scaleX(0);
	transition: opacity .3s, transform .3s
}

.solution-page01 .top {
	margin-bottom: 50px
}

.solution-page01 .top .title {
	font-size: 28px;
	color: #333;
	font-weight: 500;
	margin-bottom: 10px
}

.solution-page01 .top .content {
	font-size: 18px;
	color: #999
}

.solution-page01 .list {
	align-items: flex-start;
	justify-content: space-between
}

.solution-page01 .list .item {
	width: 48.66%;
	transition: box-shadow .6s;
	margin-bottom: 3%
}

.solution-page01 .list .picture {
	overflow: hidden;
	position: relative
}

.solution-page01 .list .img {
	width: 100%;
	transition: transform .6s
}

.solution-page01 .list .wrap {
	padding: 30px;
	background-color: #fff
}

.solution-page01 .list .title {
	font-size: 24px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px
}

.solution-page01 .list .content {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	color: rgba(0, 0, 0, .6);
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.solution-page01 .list .plus {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .6s
}

.solution-page01 .list .iconfont {
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 50%;
	color: #23a88b;
	font-size: 30px;
	text-align: center;
	line-height: 70px
}

@media only screen and (min-width:961px) {
	.solution-page01 .nav .item:hover {
		color: #23a88b
	}

	.solution-page01 .nav .item:hover:after {
		opacity: 1;
		transform: scaleX(1)
	}

	.solution-page01 .list .item:hover {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
	}

	.solution-page01 .list .item:hover .img {
		transform: scale(1.1)
	}

	.solution-page01 .list .item:hover .plus {
		opacity: 1
	}
}

@media only screen and (max-width:1440px) {
	.solution-page01 .header {
		margin-bottom: 48px
	}

	.solution-page01 .header .title {
		padding-bottom: 16px
	}

	.solution-page01 .header .tit {
		font-size: 30px
	}

	.solution-page01 .header .text {
		font-size: 14px
	}

	.solution-page01 .nav .item {
		font-size: 14px;
		margin-right: 80px;
		padding-bottom: 16px
	}

	.solution-page01 .nav .item:after {
		height: 2px
	}

	.solution-page01 .top {
		margin-bottom: 36px
	}

	.solution-page01 .top .title {
		font-size: 24px;
		margin-bottom: 8px
	}

	.solution-page01 .top .content {
		font-size: 15px
	}

	.solution-page01 .list .item {
		width: 48.5%
	}

	.solution-page01 .list .wrap {
		padding: 26px
	}

	.solution-page01 .list .title {
		font-size: 20px;
		margin-bottom: 8px
	}

	.solution-page01 .list .content {
		font-size: 14px;
		line-height: 24px;
		height: 48px
	}
}

@media only screen and (max-width:960px) {
	.solution-page01 .header {
		margin-bottom: 32px
	}

	.solution-page01 .header .title {
		display: none
	}

	.solution-page01 .nav {
		width: 100%
	}

	.solution-page01 .nav .item {
		margin-right: 50px;
		padding-bottom: 14px
	}

	.solution-page01 .top {
		margin-bottom: 24px
	}

	.solution-page01 .top .title {
		font-size: 18px;
		margin-bottom: 4px
	}

	.solution-page01 .top .content {
		font-size: 13px
	}

	.solution-page01 .list .wrap {
		padding: 20px 0 0
	}

	.solution-page01 .list .title {
		font-size: 18px
	}

	.solution-page01 .list .item {
		width: 48%;
		margin-bottom: 40px
	}
}

@media only screen and (max-width:640px) {
	.solution-page01 .header {
		margin-bottom: 24px
	}

	.solution-page01 .nav .item {
		font-size: 13px;
		padding: 0 0 2px;
		margin-right: 32px;
		margin-bottom: 16px
	}

	.solution-page01 .nav .item:after {
		height: 1px
	}

	.solution-page01 .top {
		display: none;
		margin-bottom: 20px
	}

	.solution-page01 .top .title {
		font-size: 16px
	}

	.solution-page01 .top .content {
		font-size: 12px
	}

	.solution-page01 .list .title {
		font-size: 18px
	}

	.solution-page01 .list .item {
		width: 100%;
		margin-bottom: 28px;
		padding-bottom: 24px;
		border-bottom: 1px solid #eee
	}

	.solution-page01 .list .item:last-of-type {
		border-bottom: none;
		padding-bottom: 0
	}
}

.solution-detail01 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	align-items: flex-start
}

.solution-detail01 .title {
	font-weight: 700;
	font-size: 36px;
	color: #1a1a1a;
	line-height: 1.4;
	padding-right: 4%;
	padding-bottom: 48px;
	position: relative
}

.solution-detail01 .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background-color: #23a88b
}

.solution-detail01 .content {
	margin-left: auto;
	line-height: 1.8
}

.solution-swiper01 .swiper-slide:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, .1)
}

.solution-swiper01 .wrap {
	position: absolute;
	left: 34%;
	top: 50%;
	z-index: 1;
	width: 32%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
	text-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

.solution-swiper01 .solution-title {
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px
}

.solution-swiper01 .content {
	font-size: 20px;
	line-height: 1.6
}

.solution-swiper01 .more {
	margin: 50px auto 0
}

.solution-swiper01 .swiper-pagination {
	display: none
}

.solution-swiper01 .img {
	width: 100%
}


.solution-ad img {
	width: 100%;
}

.solution-title {
	font-size: 45px;
	line-height: 1;
	color: #333;
	text-align: center;
	font-weight: 700
}

.solution-detail03 .solution-title {
	margin-bottom: 60px
}

.solution-swiper02 .swiper-slide {
	cursor: pointer
}

.solution-swiper02 .wrap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	justify-content: center;
	color: #fff;
	text-align: center
}

.solution-swiper02 .icon {
	width: 56px;
	display: block;
	margin: 0 auto
}

.solution-swiper02 .title {
	margin-top: 16px;
	font-size: 20px
}

.solution-swiper02 .img {
	width: 100%;
	transition: transform 1s
}

.solution-detail04 {
	background-color: #f9f9f9
}

.solution-detail04 .more {
	margin: 60px auto 0
}

.solution-detail04 .header {
	text-align: center;
	margin-bottom: 18px
}

.solution-detail04 .content {
	font-size: 18px;
	color: #999;
	margin-top: 12px
}

.solution-detail04 .product-list .item {
	padding: 3% 3.5% 2.4%
}

.solution-detail04 .product-list .item:nth-of-type(3n+2) {
	margin-right: 1.7%
}

.solution-detail04 .product-list .item:nth-of-type(3n) {
	margin-right: 0
}

.solution-detail04 .product-list .picture {
	margin-bottom: 48px
}

@media only screen and (min-width:961px) {
	.solution-swiper02 .swiper-slide:hover .img {
		transform: scale(1.1)
	}
}

@media only screen and (max-width:1440px) {
	.solution-detail01 .title {
		font-size: 30px;
		padding-bottom: 40px
	}

	.solution-title {
		font-size: 36px
	}

	.solution-swiper01 .wrap {
		width: 40%;
		left: 30%
	}

	.solution-swiper01 .solution-title {
		margin-bottom: 16px
	}

	.solution-swiper01 .content {
		font-size: 16px
	}

	.solution-swiper01 .more {
		margin-top: 40px
	}

	.solution-swiper01 .swiper-pagination {
		display: block;
		margin-top: 16px
	}

	.solution-swiper02 .title {
		font-size: 16px
	}

	.solution-detail03 .solution-title {
		margin-bottom: 30px
	}

	.solution-detail04 .content {
		font-size: 16px;
		margin-top: 8px
	}

	.solution-detail04 .header {
		margin-bottom: 32px
	}

	.solution-detail04 .more {
		margin-top: 40px
	}
}

@media only screen and (max-width:960px) {
	.solution-detail01 .title {
		display: none
	}

	.solution-detail01 .content {
		width: 100%
	}

	.solution-title {
		font-size: 28px
	}

	.solution-swiper01 .wrap {
		width: 60%;
		left: 20%
	}

	.solution-swiper01 .solution-title {
		margin-bottom: 12px
	}

	.solution-swiper01 .content {
		font-size: 14px
	}

	.solution-swiper01 .img {
		width: 960px;
		position: relative;
		left: 50%;
		margin-left: -480px
	}

	.solution-detail03 .solution-title {
		margin-bottom: 24px
	}

	.solution-swiper02 .img {
		position: relative;
		left: 50%;
		width: 800px;
		margin-left: -400px
	}

	.solution-swiper02 .title {
		font-size: 14px;
		margin-top: 12px
	}

	.solution-detail04 {
		display: none
	}

	.solution-detail04 .content {
		font-size: 14px
	}

	.solution-detail04 .header {
		margin-bottom: 24px
	}

	.solution-detail04 .more {
		margin-top: 30px
	}

	.solution-detail04 .product-list .picture {
		margin-bottom: 0
	}
}

@media only screen and (max-width:640px) {
	.solution-title {
		font-size: 22px;
		margin-bottom: 20px
	}

	.solution-swiper01 .wrap {
		width: 88%;
		left: 6%
	}

	.solution-swiper01 .img {
		width: 720px;
		margin-left: -360px
	}

	.solution-swiper02 .img {
		width: 500px;
		margin-left: -250px
	}

	.solution-swiper02 .icon {
		width: 48px
	}

	.solution-swiper02 .title {
		font-size: 14px;
		margin-top: 10px
	}

	.solution-detail04 {
		display: block
	}

	.solution-detail04 .product-list .item:nth-of-type(3n+2) {
		margin-right: 0
	}
}

.technology-banner .inside-banner-other {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto
}

.technology-banner .form {
	width: 100%;
	border-radius: 4px;
	margin: 0 auto;
	border: 1px solid #eee;
	color: #fff
}

.technology-banner .form ::-moz-placeholder {
	color: #eee
}

.technology-banner .form ::-webkit-input-placeholder {
	color: #eee
}

.technology-banner .form :-ms-input-placeholder {
	color: #eee
}

.technology-banner .submit {
	background: url(../image/icon-search-w.png) no-repeat 50%;
	border: none;
	outline: none;
	padding: 0;
	width: 54px;
	height: 48px;
	background-size: 20px;
	cursor: pointer
}

.technology-banner .input {
	width: calc(100% - 54px);
	height: 48px;
	border: none;
	padding: 0 0 0 20px;
	outline: none;
	background: none;
	color: #fff
}

.technology-banner .list {
	width: 100%;
	margin-top: 12px;
	padding: 0 20px
}

.technology-banner .item {
	color: #fff;
	margin-right: 24px
}

.technology-page01 {
	max-width: 1500px;
	padding-bottom: 0
}

.technology-nav {
	justify-content: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px
}

.technology-nav-item {
	font-size: 18px;
	padding: 0 20px 12px;
	margin-right: 52px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	transition: color .3s
}

.technology-nav-item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #23a88b;
	opacity: 0;
	transform: scaleX(0);
	transition: transform .3s, opacity .3s
}

.technology-nav-item:last-of-type {
	margin-right: 0
}

.technology-nav-item.active {
	color: #23a88b
}

.technology-nav-item.active:after {
	opacity: 1;
	transform: scaleX(1)
}

.technology-nav-item.active .technology-nav-img:first-of-type {
	opacity: 0
}

.technology-nav-item.active .technology-nav-img:nth-of-type(2) {
	opacity: 1
}

.technology-nav-icon {
	position: relative;
	padding-right: 10px
}

.technology-nav-img {
	display: block;
	height: 22px;
	transition: opacity .3s
}

.technology-nav-img:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0
}

.technology-file-list {
	align-items: flex-start
}

.technology-file-list .item {
	width: 50%;
	border-bottom: 1px solid #eee;
	padding-bottom: 36px;
	margin-bottom: 36px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.technology-file-list .item:nth-of-type(2n-1) {
	padding-right: 5%
}

.technology-file-list .item:nth-of-type(2n) {
	padding-left: 5%
}

.technology-file-list .picture {
	width: 190px
}

.technology-file-list .img {
	width: 100%
}

.technology-file-list .main {
	width: calc(100% - 190px);
	padding-left: 7.2%;
	padding-top: 6px
}

.technology-file-list .title {
	font-weight: 500;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.technology-file-list .other {
	margin-top: 16px
}

.technology-file-list .time {
	color: #999
}

.technology-file-list .iconfont {
	margin-right: 8px
}

.technology-file-list .btn {
	font-size: 12px;
	color: #1897f2;
	margin-right: 24px;
	display: block;
	cursor: pointer
}

.technology-file-list .btn:last-of-type {
	margin-right: 0
}

.technology-page02 {
	max-width: 1500px;
	padding-bottom: 50px
}

.technology-page02 .technology-nav {
	margin-bottom: 60px
}

.technology-software-list {
	align-items: flex-start
}

.technology-software-list .item {
	width: 33.33%;
	padding: 0 8%;
	text-align: center;
	margin-bottom: 60px
}

.technology-software-list .btn {
	margin-top: 10px;
	justify-content: center
}

.technology-software-list .link {
	font-size: 12px;
	color: #1897f2
}

.technology-software-list .img {
	width: 52px;
	display: block;
	margin: 0 auto 16px
}

.technology-software-list .title {
	font-weight: 500;
	color: #1a1a1a;
	font-size: 18px;
	margin-bottom: 4px
}

.technology-page03 {
	max-width: 1500px;
	padding-bottom: 0
}

.technology-page03 .technology-nav {
	margin-bottom: 60px
}

.technology-question-list .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee -webkit-box-shadow: 7px 8px 40px -15px rgba(0, 0, 0, 0.75);

	-moz-box-shadow: 7px 8px 40px -15px rgba(0, 0, 0, 0.75);

	box-shadow: 7px 8px 40px -15px rgba(0, 0, 0, 0.75);
}

.technology-question-list .picture {
	overflow: hidden;
	width: 270px;
	margin: 15px;
}

.technology-question-list .img {
	width: 100%
}

.technology-question-list .main {
	width: calc(100% - 348px);
	padding-left: 4%
}

.technology-question-list .title {
	font-size: 22px;
	color: #333;
	transition: color .3s
}

.technology-question-list .content {
	color: rgba(0, 0, 0, .6);
	line-height: 24px;
	font-size: 14px;
	max-height: 48px;
	margin: 16px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.technology-question-list .more {
	color: #999
}

.technology-question-list .iconfont {
	margin-right: 6px
}

.technology-question-list .block {
	margin-right: 24px
}

.technology-question-detail .header {
	background-color: #fff;
	margin-bottom: 24px;
	padding: 2.5% 7%
}

.technology-question-detail .header .title {
	color: #333;
	margin-bottom: 8px
}

.technology-question-detail .main1 {
	width: calc(100% - 364px)
}

.technology-question-detail .main {
	width: 100%;
	padding: 4% 7% 7%
}

.technology-question-detail .main .content {
	padding-top: 0;
	border-top: none;
	margin-top: 0
}

.technology-service01 {
	max-width: 1500px;
	padding-bottom: 0;
	width: 100%;

}

.technology-service01 .header {
	margin-bottom: 60px;
	padding-top: 10px
}

.technology-service01 .header .btn>a {
	padding: 0 24px;
	line-height: 44px;
	font-size: 16px;
	background-color: #23a88b;
	display: block;
	color: #fff;
	border-radius: 5px;
	margin: 30px 0 20px
}

.technology-service01 .header .iconfont {
	margin-right: 8px
}

.technology-service01 .editor-detail table {
	color: #333;
	font-size: 14px;
	line-height: 26px
}

.technology-service01 .editor-detail td {
	padding: 3px 8px;
	border: 1px solid #ccc
}

.technology-service01 .editor-detail tr:first-child td {
	background: #d9d9d9
}

@media only screen and (min-width:961px) {
	.technology-nav-item:hover {
		color: #23a88b
	}

	.technology-nav-item:hover:after {
		opacity: 1;
		transform: scaleX(1)
	}

	.technology-nav-item:hover .technology-nav-img:first-of-type {
		opacity: 0
	}

	.technology-nav-item:hover .technology-nav-img:nth-of-type(2) {
		opacity: 1
	}

	.technology-question-list .item:hover .title {
		color: #23a88b
	}
}

@media only screen and (max-width:1440px) {
	.technology-nav-item {
		font-size: 16px;
		padding: 0 16px 10px;
		margin-right: 72px
	}

	.technology-nav-icon {
		padding-right: 8px
	}

	.technology-nav-img {
		height: 18px
	}

	.technology-question-list .item {
		padding-bottom: 30px;
		margin-bottom: 30px
	}

	.technology-question-list .title {
		font-size: 20px
	}
}

@media only screen and (max-width:1200px) {
	.technology-question-detail .main1 {
		width: 100%
	}

	.technology-question-detail .header {
		padding: 0 0 8px;
		border-bottom: 1px solid #eee;
		margin-bottom: 20px
	}

	.technology-question-detail .header .title {
		margin-bottom: 16px
	}

	.technology-question-detail .main {
		padding: 0
	}
}

@media only screen and (max-width:960px) {
	.technology-banner .list {
		display: none
	}

	.technology-banner .submit {
		width: 48px;
		height: 40px;
		background-size: 16px
	}

	.technology-banner .input {
		width: calc(100% - 48px);
		height: 40px;
		padding: 0 0 0 16px;
		font-size: 13px
	}

	.technology-nav {
		margin-bottom: 32px
	}

	.technology-nav-item {
		font-size: 14px;
		padding: 0 12px 8px;
		margin-right: 40px
	}

	.technology-nav-item:after {
		height: 1px
	}

	.technology-nav-img {
		height: 16px
	}

	.technology-file-list .item {
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	.technology-file-list .item:nth-of-type(2n-1) {
		padding-right: 3%
	}

	.technology-file-list .item:nth-of-type(2n) {
		padding-left: 3%
	}

	.technology-file-list .picture {
		width: 120px
	}

	.technology-file-list .main {
		width: calc(100% - 120px);
		padding-left: 6%;
		padding-top: 0
	}

	.technology-file-list .title {
		font-size: 15px;
		line-height: 22px;
		max-height: 22px;
		margin-bottom: 8px;
		white-space: nowrap
	}

	.technology-file-list .other {
		margin-top: 8px
	}

	.technology-file-list .time {
		font-size: 12px
	}

	.technology-file-list .iconfont {
		margin-right: 6px
	}

	.technology-file-list .btn {
		margin-right: 20px
	}

	.technology-page02 .technology-nav {
		margin-bottom: 48px
	}

	.technology-software-list .title {
		font-size: 16px
	}

	.technology-software-list .item {
		padding: 0 4%;
		margin-bottom: 48px
	}

	.technology-page03 .technology-nav {
		margin-bottom: 48px
	}
}

@media only screen and (max-width:640px) {
	.technology-nav {
		margin-bottom: 28px
	}

	.technology-nav-item {
		font-size: 13px;
		padding: 0 4px 4px;
		margin-right: 20px;
		margin-bottom: 15px;
	}

	.technology-nav-item:after {
		height: 1px
	}

	.technology-nav-icon {
		display: none
	}

	.technology-file-list .item {
		width: 100%
	}

	.technology-file-list .item:nth-of-type(2n-1) {
		padding-right: 0
	}

	.technology-file-list .item:nth-of-type(2n) {
		padding-left: 0
	}

	.technology-page02 .technology-nav {
		margin-bottom: 32px
	}

	.technology-software-list .img {
		margin-bottom: 10px
	}

	.technology-software-list .title {
		font-size: 15px
	}

	.technology-software-list .content {
		font-size: 12px
	}

	.technology-software-list .item {
		width: 50%;
		padding: 0;
		margin-bottom: 32px
	}

	.technology-software-list .item:nth-of-type(2n-1) {
		padding-right: 3.5%
	}

	.technology-software-list .item:nth-of-type(2n) {
		padding-left: 3.5%
	}

	.technology-software-list .btn {
		margin-top: 8px
	}

	.technology-page03 .technology-nav {
		margin-bottom: 32px
	}

	.technology-page03 .item {
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	.technology-page03 .picture {
		width: 150px
	}

	.technology-page03 .main {
		width: calc(100% - 150px);
		padding-left: 6%
	}

	.technology-page03 .title {
		font-size: 16px
	}

	.technology-page03 .content {
		line-height: 20px;
		font-size: 12px;
		max-height: 40px;
		margin: 8px 0
	}

	.technology-page03 .more {
		color: #999;
		font-size: 12px
	}

	.technology-page03 .iconfont {
		margin-right: 4px
	}

	.technology-page03 .block {
		margin-right: 16px
	}

	.technology-question-detail .header .title {
		margin-bottom: 12px
	}

	.technology-service01 .header {
		margin-bottom: 40px
	}

	.technology-service01 .header .btn>a {
		padding: 0 20px;
		line-height: 40px;
		font-size: 14px;
		border-radius: 3px;
		margin: 20px 0
	}

	.technology-service01 .header .iconfont {
		margin-right: 8px
	}
}

.outlets-page01 {
	position: relative;
	z-index: 0
}

.outlets-page01 .map {
	height: calc(100vh - 100px)
}

.outlets-page01 .map .amap-copyright,
.outlets-page01 .map .amap-logo {
	display: none !important
}

.outlets-page01 .amap-info-content {
	padding: 20px 24px
}

.outlets-page01 .amap-info-content .title {
	color: #000;
	font-weight: 500;
	font-size: 16px
}

.outlets-page01 .amap-info-content .title:before {
	content: attr(data-index);
	margin-right: 8px;
	color: #23a88b
}

.outlets-page01 .amap-info-content .item {
	padding-left: 26px;
	position: relative;
	margin-top: 10px;
	line-height: 22px;
	font-size: 14px
}

.outlets-page01 .amap-info-content .item.tel:after {
	background-image: url(../image/agent02.png)
}

.outlets-page01 .amap-info-content .item:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 3px;
	z-index: 0;
	background: url(../image/agent01.png) no-repeat 50%/100% 100%
}

.outlets-page01 .amap-info-content .more {
	width: 100px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	background-color: #23a88b;
	display: inline-block;
	border-radius: 3px;
	margin-top: 20px
}

.outlets-page01 .el-scrollbar__wrap {
	overflow-x: hidden
}

.outlets-page01 .aside {
	width: 360px;
	height: 88%;
	background-color: #fff;
	position: absolute;
	left: 3%;
	top: 6%;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
	padding: 30px 24px
}

.outlets-page01 .header .title {
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	color: #333;
	font-weight: 500;
	text-align: center;
	margin-bottom: 16px
}

.outlets-page01 .header .tit {
	font-size: 14px;
	line-height: 22px;
	margin-top: 28px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	color: rgba(0, 0, 0, .5)
}

.outlets-page01 .main {
	height: calc(100% - 140px)
}

.outlets-page01 .el-scrollbar {
	height: 100%
}

.outlets-page01 .list .item {
	padding: 16px 0;
	border-bottom: 1px solid #eee;
	cursor: pointer
}

.outlets-page01 .list .item:last-of-type {
	border-bottom: none
}

.outlets-page01 .list .item.active .title {
	color: #23a88b
}

.outlets-page01 .list .title {
	color: #000;
	font-weight: 500;
	font-size: 16px
}

.outlets-page01 .list .title:before {
	content: attr(data-index);
	margin-right: 8px;
	color: #23a88b
}

.outlets-page01 .list .block {
	padding-left: 26px;
	position: relative;
	margin-top: 8px;
	line-height: 22px;
	font-size: 14px
}

.outlets-page01 .list .block.tel:after {
	background-image: url(../image/agent02.png)
}

.outlets-page01 .list .block:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 3px;
	z-index: 0;
	background: url(../image/agent01.png) no-repeat 50%/100% 100%
}

@media only screen and (min-width:961px) {
	.outlets-page01 .list .item:hover .title {
		color: #23a88b
	}
}

@media only screen and (max-width:1440px) {
	.outlets-page01 .map {
		height: calc(100vh - 80px)
	}

	.outlets-page01 .aside {
		width: 300px;
		padding: 24px 20px
	}

	.outlets-page01 .header .title {
		font-size: 16px;
		line-height: 24px;
		height: 24px;
		margin-bottom: 12px
	}

	.outlets-page01 .header .tit {
		margin-top: 16px
	}

	.outlets-page01 .main {
		height: calc(100% - 120px)
	}

	.outlets-page01 .list .title {
		font-size: 15px
	}

	.outlets-page01 .list .item {
		padding: 12px 0;
		margin-top: 4px
	}

	.outlets-page01 .list .block {
		font-size: 12px
	}

	.outlets-page01 .list .block:after {
		top: 2px
	}
}

@media only screen and (max-width:960px) {
	.outlets-page01 .map {
		height: 400px
	}

	.outlets-page01 .aside {
		width: 100%;
		position: relative;
		box-shadow: none;
		left: 0;
		top: 0;
		padding: 40px 3%;
		max-width: 500px;
		margin: 0 auto
	}

	.outlets-page01 .main {
		height: 100%
	}
}

@media only screen and (max-width:640px) {
	.outlets-page01 .map {
		height: 320px
	}
}

.product-page01 {
	background-color: #f9f9f9
}

.product-page01 .top {
	margin-bottom: 24px
}

.product-page01 .top .title {
	font-size: 32px;
	color: #333;
	font-weight: 500;
	margin-bottom: 10px
}

.product-page01 .top .content {
	font-size: 18px;
	color: #999
}

.product-list {
	align-items: stretch
}

.product-list.product-list01 {
	justify-content: space-between
}

.product-list.product-list01 .item {
	margin-right: 0
}

.product-list .item {
	width: 32.2%;
	padding: 2.5% 2.5% 2.5%;
	margin-bottom: 1.7%;
	margin-right: 1.7%;
	background-color: #fff;
	transition: box-shadow .3s
}

.product-list .item:nth-of-type(3n) {
	margin-right: 0
}

.product-list .model {
	font-size: 16px;
	margin-bottom: 10px
}

.product-list .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 4px;
	text-align: center;
}

.product-list .title>a {
	color: #333
}

.product-list .content {
	color: rgba(0, 0, 0, .5)
}

.product-list .btns {
	margin-top: 36px;
    justify-content: center;
}

.product-list .img {
	width: 100%;
	transition: transform .6s
}

.product-list .picture {
	width: 80%;
	display: block;
	margin: 0 auto 20px;
	overflow: visible
}

.product-list .btn {
	width: 48.5%
}

.product-list .join {
	width: 100%
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
	background-color: transparent;
	color: #23a88b
}

@media only screen and (min-width:961px) {
	.product-list .picture:hover .img {
		transform: scale(1.1)
	}

	.product-list .title>a:hover {
		color: #23a88b
	}

	.product-list .item.typea {
		width: 66.1%;
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.product-list .item.typea .picture {
		width: 46%;
		margin-bottom: 0
	}

	.product-list .item.typea .title {
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 16px
	}

	.product-list .item.typea .main {
		width: 54%;
		height: auto;
		padding-left: 4%
	}

	.product-list .item.typea .btns {
		width: 82%;
		margin-top: 80px
	}

	.product-list .item:hover {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
	}
}

@media only screen and (min-width:1441px) {
	.product-list .item.typea .title {
		font-size: 38px
	}

	.product-list .item.typea .btns {
		margin-top: 80px
	}
}

@media only screen and (max-width:1440px) {
	.product-page01 .top {
		margin-bottom: 20px
	}

	.product-page01 .top .title {
		font-size: 24px;
		margin-bottom: 8px
	}

	.product-page01 .top .content {
		font-size: 15px
	}

	.product-list .picture {
		margin-bottom: 12px
	}

	.product-list .model {
		font-size: 14px;
		margin-bottom: 4px
	}

	.product-list .title {
		font-size: 18px
	}

	.product-list .btns {
		margin-top: 30px
	}
}

@media only screen and (max-width:960px) {
	.product-page01 .top {
		margin-bottom: 16px
	}

	.product-page01 .top .title {
		font-size: 18px;
		margin-bottom: 4px
	}

	.product-page01 .top .content {
		font-size: 13px
	}

	.product-list .item {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.product-list .picture {
		width: 46%;
		margin-bottom: 0
	}

	.product-list .title {
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 16px
	}

	.product-list .main {
		width: 54%;
		height: auto;
		padding-left: 4%
	}

	.product-list .btns {
		width: 82%;
		margin-top: 80px
	}
}

@media only screen and (max-width:640px) {
	.product-page01 .top {
		padding: 0 3%;
		margin-bottom: 16px
	}

	.product-page01 .top .title {
		font-size: 16px
	}

	.product-page01 .top .content {
		font-size: 12px
	}

	.product-page01 .wrap {
		width: 100%
	}

	.product-list .item {
		margin-bottom: 8px;
		padding: 36px 3%
	}

	.product-list .picture {
		width: 32%
	}

	.product-list .title {
		font-size: 18px;
		margin-bottom: 4px
	}

	.product-list .main {
		width: 68%
	}

	.product-list .btns {
		width: 100%;
		margin-top: 24px
	}

	.product-list .model {
		font-size: 13px
	}
}

.product-menu-btn {
	font-size: 17px;
	width: 44px;
	padding: 16px 10px;
	text-align: center;
	background-color: #23a88b;
	color: #fff;
	line-height: 24px;
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 6;
	margin-top: -64px;
	cursor: pointer;
	transition: all .3s
}

.product-menu-btn.show {
	opacity: 1;
	visibility: visible
}

.product-menu-btn.isOpen,
.product-menu-wrap {
	transform: translateX(-100%);
	opacity: 0
}

.product-menu-wrap {
	position: fixed;
	left: 0;
	top: calc(100px + 3vh);
	z-index: 5;
	width: 310px;
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
	transition: all .3s
}

.product-menu-wrap .off {
	position: absolute;
	right: 20px;
	top: 24px;
	font-size: 24px;
	color: #333;
	display: none
}

.product-menu-wrap.show {
	opacity: 1;
	visibility: visible
}

.product-menu-wrap.isOpen {
	opacity: 1;
	transform: translateX(0)
}

.product-menu-wrap .tit {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
	color: #333;
	padding: 24px 36px 8px
}

.product-menu-wrap .main {
	height: calc(85vh - 180px)
}

.product-menu-wrap .el-scrollbar {
	height: 100%
}

.product-menu-wrap .el-scrollbar__wrap {
	overflow-x: hidden
}

.product-menu-wrap .el-menu {
	border-right: none
}

.product-menu {
	padding-bottom: 8px
}

.product-menu .el-submenu__icon-arrow {
	color: inherit;
	font-size: 16px
}

.product-menu .el-menu-item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.product-menu .el-menu-item:focus,
.product-menu .el-menu-item:hover {
	color: #23a88b;
	background-color: transparent
}

.product-menu .el-submenu.is-opened>.el-submenu__title,
.product-menu .el-submenu.is-opened>.el-submenu__title>.link1 {
	color: #23a88b
}

.product-menu .el-submenu__title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.product-menu .el-submenu__title:focus,
.product-menu .el-submenu__title:hover {
	color: #23a88b;
	background-color: transparent
}

.product-menu .product-menu-item-1-1 {
	position: relative
}

.product-menu .product-menu-item-1-1.el-menu-item {
	font-size: 16px;
	padding: 0 48px 0 36px !important;
	line-height: 70px;
	height: 70px;
	color: #333
}

.product-menu .product-menu-item-1-1.el-menu-item:hover {
	background-color: transparent
}

.product-menu .product-menu-item-1-1>.link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	padding: 0 48px 0 36px;
	color: #333
}

.product-menu .product-menu-item-1-1>.link.active {
	color: #fff;
	background-color: #23a88b
}

.product-menu .link.active {
	color: #23a88b
}

.product-menu .product-menu-item-1-2>.el-submenu__title {
	font-size: 16px;
	padding: 0 48px 0 36px !important;
	line-height: 70px;
	height: 70px;
	color: #333
}

.product-menu .product-menu-item-1-2>.el-submenu__title>.product-menu-tit {
	color: #333
}

.product-menu .product-menu-item-1-2>.el-submenu__title:hover {
	background-color: transparent
}

.product-menu .product-menu-item-1-2.is-opened>.el-submenu__title {
	color: #fff;
	background-color: #23a88b
}

.product-menu .product-menu-item-1-2.is-opened>.el-submenu__title>.product-menu-tit {
	color: #fff
}

.product-menu .product-menu-item-1-2>.el-menu {
	padding: 0 20px
}

@media only screen and (min-width:961px) {
	.product-menu .product-menu-item-1-1>.link:hover {
		color: #fff
	}

	.product-menu .product-menu-item-1-1.el-menu-item:hover {
		color: #fff;
		background-color: #23a88b
	}

	.product-menu .el-submenu>.el-submenu__title:hover,
	.product-menu .el-submenu>.el-submenu__title:hover>.link1 {
		color: #23a88b
	}

	.product-menu .el-submenu>.el-submenu__title .link1:hover {
		text-decoration: underline
	}

	.product-menu .product-menu-item-1-2>.el-submenu__title:hover {
		color: #fff;
		background-color: #23a88b
	}

	.product-menu .product-menu-item-1-2>.el-submenu__title:hover>.product-menu-tit {
		color: #fff
	}

	.product-menu .product-menu-item-1-2 .product-menu-tit:hover {
		text-decoration: underline
	}
}

@media only screen and (max-width:1440px) {
	.product-menu-btn {
		font-size: 16px;
		line-height: 22px;
		width: 40px;
		padding: 12px 8px
	}

	.product-menu-wrap {
		top: 80px
	}

	.product-menu-wrap .main {
		height: calc(100vh - 160px)
	}

	.product-menu-wrap .tit {
		font-size: 24px;
		line-height: 30px;
		padding: 30px 24px 20px
	}

	.product-menu .product-menu-item-1-1.el-menu-item {
		font-size: 16px;
		line-height: 60px;
		height: 60px;
		padding: 0 32px 0 24px !important
	}

	.product-menu .product-menu-item-1-1>.link {
		padding: 0 32px 0 24px !important
	}

	.product-menu .product-menu-item-1-2>.el-submenu__title {
		font-size: 16px;
		padding: 0 32px 0 24px !important;
		line-height: 60px;
		height: 60px
	}
}

@media only screen and (max-width:960px) {
	.product-menu-wrap {
		top: 60px
	}

	.product-menu-wrap .main {
		height: calc(100vh - 140px)
	}
}

@media only screen and (max-width:640px) {
	.product-menu {
		padding-bottom: 160px
	}

	.product-menu-wrap .off {
		display: block
	}
}

.contrast-bar {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
	padding: 20px 0;
	width: 100%;
	z-index: 4;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.contrast-bar .contrast-wrap {
	justify-content: space-between
}

.contrast-bar .item {
	max-width: 200px;
	margin-right: 100px;
	line-height: 24px;
	position: relative;
	color: #333;
	padding-right: 36px
}

.contrast-bar .item:after {
	content: "\E69F";
	font-family: iconfont !important;
	font-size: 12px;
	width: 24px;
	height: 24px;
	background-color: #23a88b;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	text-align: center;
	line-height: 24px;
	cursor: pointer
}

.contrast-bar .tit {
	color: #000
}

.contrast-bar-zw {
	height: 80px;
	background-color: #f6f6f6
}

.product-contrast {
	background-color: #f9f9f9;
	padding: 60px 0
}

.product-contrast .product-contrast-tit {
	font-weight: 500;
	color: #333;
	margin-bottom: 16px
}

.product-contrast.isHide .product-contrast02 .table .hide {
	display: none
}

.product-contrast.isHighlight .product-contrast02 .table .highlight {
	background-color: #ffffce
}

.product-contrast01 {
	background-color: #fff;
	align-items: stretch
}

.product-contrast01 .item-l {
	width: 230px;
	padding: 6% 3%;
	border-right: 1px solid #eee
}

.product-contrast01 .item-l .tit {
	color: #333;
	margin-bottom: 24px
}

.product-contrast01 .item-l .btn {
	display: block;
	font-size: 16px;
	padding: 4px 0 0 26px;
	margin-bottom: 6px;
	position: relative
}

.product-contrast01 .item-l .btn.active:before {
	content: "\E60D"
}

.product-contrast01 .item-l .btn:before {
	content: "";
	font-family: iconfont !important;
	font-size: 12px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #eee;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	z-index: 0;
	color: #23a88b
}

.product-contrast01 .item-r {
	width: calc(100% - 230px);
	align-items: stretch
}

.product-contrast01 .item-r .item {
	width: 33.33%;
	padding: 20px 6% 40px;
	border-right: 1px solid #eee
}

.product-contrast01 .item-r .item:last-of-type {
	border-right: none
}

.product-contrast01 .item-r .img {
	width: 80%;
	display: block;
	margin: 0 auto 20px
}

.product-contrast01 .item-r .title {
	color: #333;
	margin-bottom: 10px
}

.product-contrast01 .item-r .btns {
	justify-content: space-between;
	margin-top: 20px
}

.product-contrast01 .item-r .btn {
	width: 48%
}

.product-contrast02 .item.active .header {
	border-bottom-color: transparent
}

.product-contrast02 .item.active .header:after {
	transform: rotate(0)
}

.product-contrast02 .item.active .main {
	display: block
}

.product-contrast02 .header {
	padding: 28px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer
}

.product-contrast02 .header:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	margin-left: 10px;
	transform: rotate(180deg);
	transition: transform .3s
}

.product-contrast02 .main {
	display: none
}

.product-contrast02 .table {
	background-color: #fff;
	font-size: 16px
}

.product-contrast02 .tr {
	display: flex;
	align-items: stretch
}

.product-contrast02 .tr:first-of-type .td {
	border-top: none
}

.product-contrast02 .td {
	width: 28%;
	padding: 1% 2%;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee
}

.product-contrast02 .td:last-of-type {
	border-right: none
}

.product-contrast02 .td:first-of-type {
	width: 16%
}

@media only screen and (max-width:1440px) {
	.contrast-bar .item {
		margin-right: 80px
	}

	.contrast-bar-zw {
		height: 80px
	}

	.product-contrast {
		padding: 40px 0
	}

	.product-contrast02 .header {
		padding: 24px 0
	}

	.product-contrast02 .table {
		font-size: 14px
	}
}

@media only screen and (max-width:960px) {
	.contrast-bar .list {
		padding: 16px 0;
		width: 100%
	}

	.contrast-bar .item {
		max-width: 180px;
		margin-right: 20px
	}

	.contrast-bar-zw {
		height: 150px
	}

	.product-contrast01 .item-l {
		width: 160px
	}

	.product-contrast01 .item-l .btn {
		font-size: 12px
	}

	.product-contrast01 .item-r {
		width: calc(100% - 160px)
	}

	.product-contrast01 .item-r .item {
		padding: 20px 3% 30px
	}

	.product-contrast01 .item-r .title {
		font-size: 14px
	}

	.product-contrast01 .item-r .model {
		font-size: 12px
	}

	.product-contrast02 .header {
		padding: 20px 0
	}

	.product-contrast02 .table {
		font-size: 12px
	}
}

@media only screen and (max-width:767px) {
	.product-contrast {
		padding: 40px 3%;
		overflow-x: auto
	}

	.product-contrast .wrap {
		width: 100%;
		min-width: 750px
	}
}

@media only screen and (max-width:640px) {
	.contrast-bar .list {
		justify-content: space-between
	}

	.contrast-bar .item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 12px
	}

	.contrast-bar-zw {
		height: 190px
	}
}

.product-detail01 .img {
	width: 100%
}

.product-detail02 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto
}

.product-detail02 .header {
	justify-content: center;
	margin-bottom: 100px
}

.product-detail02 .header .item {
	font-size: 16px;
	padding: 0 40px;
	line-height: 40px;
	display: block;
	border-radius: 20px;
	min-width: 150px;
	text-align: center;
	margin-right: 80px
}

.product-detail02 .header .item.active {
	color: #fff;
	background-color: #23a88b
}

.product-detail02 .header .item:last-of-type {
	margin-right: 0
}

.product-detail02 .main {
	align-items: flex-start
}

.product-detail02 .item-l {
	width: 40%
}

.product-detail02 .item-l .img {
	width: 100%
}

.product-detail02 .item-r {
	width: 60%;
	padding: 0 0 0 8%
}

.product-detail02 .model {
	color: #999;
	margin-bottom: 20px
}

.product-detail02 .title {
	color: #000;
	font-weight: 500;
	margin-bottom: 16px
}

.product-detail02 .content {
	color: rgba(0, 0, 0, .45);
	line-height: 1.8
}

.product-detail02 .list {
	margin-top: 30px
}

.product-detail02 .list .item {
	font-size: 14px;
	line-height: 32px;
	color: #23a88b;
	border: 1px solid #e5e5e5;
	padding: 0 24px;
	border-radius: 3px;
	margin-right: 16px;
	margin-bottom: 16px
}

.product-detail02 .btns {
	width: 100%;
	max-width: 340px;
	justify-content: space-between;
	margin-top: 50px
}

.product-detail02 .btn {
	width: 48.5%
}

.product-swiper02 .img {
	width: 100%
}

.product-swiper02 .title {
	margin-top: 30px;
	text-align: center
}

.product-detail04,
.product-detail05 {
	padding-bottom: 0
}

.product-detail05 .header {
	margin-bottom: 40px
}

.product-detail05 .header .list {
	position: relative;
	background-color: #fff
}

.product-detail05 .header .list:last-of-type {
	margin-right: 0
}

.product-detail05 .header .list:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	z-index: 0
}

.product-detail05 .header .item {
	padding: 12px;
	margin-right: 60px;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: color .3s
}

.product-detail05 .header .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #23a88b;
	transform: scaleX(0);
	transition: transform .3s
}
/* .product-detail05 .header .item.active {
	color: #23a88b
} */

.product-detail05 .header .item.active:after {
	transform: scaleX(1)
}
.line1{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}
.product-detail05 .main .sitem {
	display: none;
	position: relative
}
.product-detail05 .main .sitem.active {
	display: block
}
.product-detail05 .main .sitem.active img{width: 100%;}
.product-detail05 .main .hr {
	width: 100%;
	height: 1px;
	border: none;
	display: block;
	background-color: #ebebeb;
	margin: 36px 0
}

.product-detail05 .main .hr.only-top {
	margin-top: 0;
	background-color: transparent
}

.product-detail05 .main .title {
	color: #000;
	margin-bottom: 32px
}

.product-detail05 .main .tit {
	margin-bottom: 16px;
	color: #333
}

.product-detail05 .main .box {
	align-items: flex-start
}

.product-detail05 .main .box-l {
	width: 200px
}

.product-detail05 .main .box-r {
	width: calc(100% - 200px)
}

.product-detail05 .main .more {
	margin: 32px auto 0
}

.product-detail05 .main .technology-file-list .title {
	margin-bottom: 8px
}

.dl-parameter table,
.dl-parameter tbody,
.dl-parameter td,
.dl-parameter tr {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.dl-parameter table,
.dl-parameter tbody,
.dl-parameter tr {
	width: 100%
}

.dl-parameter tr:after {
	content: "";
	display: block;
	clear: both
}

.dl-parameter td {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px
}

.dl-parameter td:nth-of-type(2n-1) {
	color: #999;
	width: 160px;
	margin-right: 40px
}

.dl-parameter td:nth-of-type(2n) {
	color: #333;
	width: calc(100% - 200px)
}

.product-detail06 {
	padding-bottom: 0
}

.product-detail06 .header {
	margin-bottom: 50px
}

.product-detail06 .header .title {
	color: #333;
	font-weight: 500px
}

.product-detail06 .header .more {
	margin-left: auto
}

.product-detail06 .list .item {
	width: 23.2%;
	margin-right: 2.3%;
	background-color: #f7f7f7
}

.product-detail06 .list .item:last-of-type {
	margin-right: 0
}

.product-detail06 .list .img {
	width: 100%
}

.product-detail06 .list .main {
	padding: 28px 24px
}

.product-detail06 .list .title {
	font-size: 18px;
	margin-bottom: 4px;
	color: #333;
	overflow: hidden
}

.product-detail06 .list .title>span {
	display: block;
	position: relative;
	padding-left: 24px;
	transform: translateX(-24px);
	transition: color .3s, transform .3s
}

.product-detail06 .list .title>span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 2px;
	background-color: #23a88b;
	margin-top: -1px
}

.product-detail06 .list .content {
	color: #999
}

@media only screen and (min-width:961px) {
	.product-detail05 .header .item:hover {
		color: #23a88b
	}

	.product-detail05 .header .item:hover:after {
		transform: scaleX(1)
	}

	.product-detail06 .list .item:hover .title {
		color: #23a88b
	}

	.product-detail06 .list .item:hover .title>span {
		transform: translateX(0)
	}
}

@media only screen and (max-width:1440px) {
	.product-detail02 .header {
		margin-bottom: 60px
	}

	.product-detail02 .header .item {
		font-size: 14px;
		line-height: 36px;
		border-radius: 18px;
		padding: 0 32px;
		min-width: 120px;
		margin-right: 60px
	}

	.product-swiper02 .title {
		margin-top: 20px
	}
}

@media only screen and (max-width:960px) {
	.product-detail02 .header {
		margin-bottom: 40px
	}

	.product-detail02 .header .item {
		font-size: 13px;
		line-height: 32px;
		border-radius: 16px;
		padding: 0 24px;
		min-width: 100px;
		margin-right: 40px
	}

	.product-detail02 .item-r {
		padding: 0 0 0 6%
	}

	.product-detail02 .model {
		margin-bottom: 10px;
		font-size: 12px
	}

	.product-detail02 .btns {
		margin-top: 30px;
		max-width: 250px
	}

	.product-swiper02 .title {
		margin-top: 16px
	}

	.product-detail05 .main .box-l {
		width: 160px
	}

	.product-detail05 .main .box-r {
		width: calc(100% - 160px)
	}

	.product-detail06 .header {
		margin-bottom: 30px
	}

	.product-detail06 .list {
		justify-content: space-between
	}

	.product-detail06 .list .item {
		width: 48.5%;
		margin-right: 0
	}

	.product-detail06 .list .item:nth-of-type(3) {
		display: none
	}

	.product-detail06 .list .main {
		padding: 24px
	}
}

@media only screen and (max-width:640px) {
	.product-detail01 {
		display: none
	}

	.product-detail02 .header .item {
		font-size: 12px;
		line-height: 28px;
		border-radius: 14px;
		padding: 0 20px;
		min-width: 88px;
		margin-right: 20px
	}

	.product-detail02 .item-l {
		width: 60%;
		margin: 0 auto
	}

	.product-detail02 .item-r {
		width: 100%;
		padding: 0;
		margin-top: 32px
	}

	.product-detail02 .list .item,
	.product-detail02 .model {
		margin-bottom: 10px;
		font-size: 12px
	}

	.product-detail02 .list .item {
		line-height: 28px;
		padding: 0 16px;
		margin-right: 10px
	}

	.product-detail05 .header {
		margin-bottom: 30px
	}

	.product-detail05 .header .item {
		font-size: 14px;
		padding: 10px 0;
		margin-right: 20px
	}

	.product-detail05 .main .hr {
		margin: 20px 0
	}

	.product-detail05 .main .more {
		margin-top: 20px
	}

	.product-detail05 .main .box-l,
	.product-detail05 .main .box-r {
		width: 100%
	}

	.product-detail05 .main .tit {
		font-size: 15px
	}

	.dl-parameter td {
		margin-bottom: 10px
	}

	.dl-parameter td:nth-of-type(2n-1) {
		width: 130px;
		font-size: 13px;
		margin-bottom: 0;
		margin-right: 20px
	}

	.dl-parameter td:nth-of-type(2n) {
		font-size: 13px;
		width: calc(100% - 150px)
	}

	.product-detail06 {
		display: none
	}
}

.join-page01 {
	padding-bottom: 0;
	width: 94%;
	margin: 0 auto;
	max-width: 1490px;
	align-items: flex-start;
	justify-content: space-between
}

.join-page01 .img {
	width: 100%
}

.join-page01 .item {
	width: 49%;
	position: relative
}

.join-page01 .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	padding: 36px;
	background-color: rgba(0, 0, 0, .5);
	opacity: .3;
	transition: opacity .3s
}

.join-page01 .mask:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	opacity: 0;
	transition: opacity .3s
}

.join-page01 .main {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	color: #fff;
	z-index: 2;
	text-align: center;
	padding: 0 12%;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.join-page01 .title {
	font-size: 44px;
	margin-bottom: 20px
}

.join-page01 .content {
	font-size: 20px;
	line-height: 1.8
}

.join-maxwidth {
	width: 94%;
	max-width: 1080px;
	margin: 0 auto
}

.join-nav {
	margin-bottom: 80px;
	justify-content: center
}

.join-nav .item {
	width: 190px;
	line-height: 48px;
	font-size: 18px;
	margin-right: 30px;
	border-radius: 25px;
	border: 1px solid #eee;
	text-align: center;
	transition: background-color .3s, color .3s, border-color .3s
}

.join-nav .item:last-of-type {
	margin-right: 0
}

.join-nav .item.active {
	background-color: #23a88b;
	color: #fff;
	border-color: #23a88b
}

.join-growup01 {
	max-width: 1200px;
	padding-bottom: 0
}

.join-growup01 .item-l {
	width: 61.7%
}

.join-growup01 .item-r {
	width: 38.3%;
	padding-left: 5%
}

.join-growup01 .img {
	width: 100%
}

.join-growup01 .title {
	font-weight: 700;
	color: #333;
	line-height: 1.3;
	margin-bottom: 24px
}

.join-growup01 .content {
	line-height: 2
}

.join-header {
	text-align: center;
	margin-bottom: 40px
}

.join-header .tit {
	font-weight: 700;
	color: #333;
	line-height: 1.3;
	margin-bottom: 16px
}

.join-header .txt {
	line-height: 1.8
}

.join-growup02 {
	padding-bottom: 10px
}

.join-growup03,
.join-welfare01 {
	padding-bottom: 0
}

.join-welfare01 .join-header {
	margin-bottom: 20px
}

@media only screen and (min-width:961px) {

	.join-page01 .item:hover .mask,
	.join-page01 .item:hover .mask:after {
		opacity: 1
	}

	.join-nav .item:hover {
		background-color: #23a88b;
		color: #fff;
		border-color: #23a88b
	}
}

@media only screen and (max-width:1440px) {
	.join-page01 .title {
		font-size: 32px;
		margin-bottom: 16px
	}

	.join-page01 .content {
		font-size: 16px
	}

	.join-page01 .mask {
		padding: 30px
	}

	.join-nav {
		margin-bottom: 60px
	}

	.join-nav .item {
		width: 160px;
		line-height: 40px;
		font-size: 16px;
		margin-right: 20px;
		border-radius: 21px
	}

	.join-header {
		margin-bottom: 24px
	}
}

@media only screen and (max-width:960px) {
	.join-page01 .main {
		top: 30%
	}

	.join-page01 .title {
		font-size: 26px
	}

	.join-page01 .content {
		font-size: 14px
	}

	.join-page01 .mask {
		padding: 16px;
		opacity: 1
	}

	.join-page01 .mask:after {
		opacity: 1
	}

	.join-nav {
		margin-bottom: 40px
	}

	.join-nav .item {
		width: 140px;
		line-height: 36px;
		font-size: 14px;
		margin-right: 16px;
		border-radius: 19px
	}

	.join-growup01 .title {
		margin-bottom: 16px
	}

	.join-growup01 .main {
		align-items: flex-start
	}

	.join-growup01 .item-l,
	.join-growup01 .item-r {
		width: 50%
	}

	.join-header .tit {
		margin-bottom: 10px
	}
}

@media only screen and (max-width:640px) {
	.join-page01 .item {
		width: 100%;
		margin-bottom: 20px
	}

	.join-nav {
		margin-bottom: 30px
	}

	.join-nav .item {
		width: 120px;
		line-height: 30px;
		font-size: 12px;
		margin-right: 12px;
		border-radius: 16px
	}

	.join-growup01 .item-l {
		width: 100%
	}

	.join-growup01 .item-r {
		width: 100%;
		padding: 20px 0 0
	}

	.join-growup01 .title {
		margin-bottom: 12px
	}
}

.supplier-page01 {
	background-color: #f9f9f9
}

.supplier-page01 .nav {
	justify-content: center;
	margin-bottom: 80px
}

.supplier-page01 .nav .sitem {
	font-size: 16px;
	padding: 0 40px;
	line-height: 40px;
	display: block;
	border-radius: 20px;
	min-width: 150px;
	text-align: center;
	margin-right: 80px
}

.supplier-page01 .nav .sitem.active {
	color: #fff;
	background-color: #23a88b
}

.supplier-page01 .nav .sitem:last-of-type {
	margin-right: 0
}

.supplier-page01 .wrap {
	width: 92%;
	margin: 0 auto
}

.supplier-page01 .list {
	align-items: stretch
}

.supplier-page01 .item {
	width: 31.8%;
	margin-right: 2.3%;
	margin-bottom: 2.3%;
	background-color: #fff;
	padding: 52px 3%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.supplier-page01 .item:nth-of-type(3n) {
	margin-right: 0
}

.supplier-page01 .img {
	width: 100%
}

.supplier-page01 .picture {
	width: 120px;
	overflow: hidden;
	border-radius: 50%
}

.supplier-page01 .main {
	width: calc(100% - 120px);
	padding-top: 3%;
	padding-left: 8%
}

.supplier-page01 .title {
	color: #333;
	margin-bottom: 10px
}

.supplier-page01 .content {
	color: rgba(0, 0, 0, .5)
}

.supplier-page01 .btn {
	width: 140px;
	margin-top: 30px
}

.supplier-page01 .tit {
	height: 40px;
	background-color: #f4f4f4;
	border-radius: 5px;
	justify-content: center;
	color: #333;
	transition: background-color .3s, color .3s
}

.supplier-page01 .tit:after {
	content: "";
	z-index: 1;
	width: 0;
	height: 0;
	margin-left: 10px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333;
	transition: border-color .3s
}

.supplier-page01 .c-dropdown-menu {
	text-align: center
}

@media only screen and (min-width:961px) {
	.supplier-page01 .c-dropdown-wrap:hover .tit {
		color: #fff;
		background-color: #23a88b
	}

	.supplier-page01 .c-dropdown-wrap:hover .tit:after {
		border-top-color: #fff
	}
}

@media only screen and (max-width:1440px) {
	.supplier-page01 .nav {
		margin-bottom: 48px
	}

	.supplier-page01 .nav .sitem {
		font-size: 14px;
		line-height: 36px;
		border-radius: 18px;
		padding: 0 32px;
		min-width: 120px;
		margin-right: 60px
	}

	.supplier-page01 .wrap {
		width: 94%
	}

	.supplier-page01 .list {
		justify-content: space-between
	}

	.supplier-page01 .item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 4%;
		padding: 48px 4%
	}

	.supplier-page01 .picture {
		width: 100px
	}

	.supplier-page01 .main {
		width: calc(100% - 100px);
		padding-top: 2%
	}
}

@media only screen and (max-width:960px) {
	.supplier-page01 .nav {
		margin-bottom: 40px
	}

	.supplier-page01 .nav .sitem {
		font-size: 13px;
		line-height: 32px;
		border-radius: 16px;
		padding: 0 24px;
		min-width: 100px;
		margin-right: 30px
	}

	.supplier-page01 .item {
		width: 100%;
		padding: 44px 6%
	}
}

@media only screen and (max-width:640px) {
	.supplier-page01 {
		padding: 40px 0
	}

	.supplier-page01 .nav {
		margin-bottom: 32px
	}

	.supplier-page01 .nav .sitem {
		font-size: 12px;
		line-height: 28px;
		border-radius: 14px;
		padding: 0 20px;
		min-width: 88px;
		margin-right: 20px
	}

	.supplier-page01 .wrap {
		width: 100%
	}

	.supplier-page01 .item {
		padding: 40px 3%;
		margin-bottom: 8px
	}

	.supplier-page01 .picture {
		width: 80px
	}

	.supplier-page01 .main {
		width: calc(100% - 80px);
		padding-top: 0;
		padding-left: 7%
	}

	.supplier-page01 .content {
		font-size: 12px;
		line-height: 1.6
	}

	.supplier-page01 .btn {
		margin-top: 20px;
		width: 120px
	}

	.supplier-page01 .tit {
		font-size: 13px;
		height: 36px
	}

	.supplier-page01 .tit:after {
		margin-left: 8px
	}
}



/*合作客户*/

/* .index-page05 .title {
	margin-bottom: 20px;
	text-align: center;
	padding: 59px 0;

}


.index-page05 .title .dbt {
	font-weight: 700;
	color: #4c4c4c;
	font-size: 40px;
}


.index-page05 .title .xbt {
	color: #999;
	margin-top: 8px;
	position: relative;
	font-size: 20px;
}


.index-page05 .title .xbt:after{
	border-top: 5px solid #39b197;
	height: 2px;
	content: '';
	width: 70px;
	top: 34px;
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
} */

.part-list-box {
	position: relative;
	margin: 0 auto 50px;
}
/* .part-list-box .swiper-container,{
	opacity: 1;
} */

.part-list .column {
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 3px 18px rgba(0, 0, 0, .1);
	background-color: #fff;
}

.part-list .column img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.part-list .size1 {
	width: 130px;
	height: 130px;
}

.part-list .size2 {
	width: 120px;
	height: 120px;
}

.part-list .size3 {
	width: 110px;
	height: 110px;
}

.part-list .size4 {
	width: 100px;
	height: 100px;
}

.part-list .size5 {
	width: 90px;
	height: 90px;
}

.part-list .posit1 {
	top: 10%;
	left: -4%;
}

.part-list .posit2 {
	top: 11%;
	left: 14%;
}

.part-list .posit3 {
	top: 11%;
	left: 31%;
}

.part-list .posit4 {
	top: 7.5%;
	left: 49%;
}

.part-list .posit5 {
	top: 8.5%;
	left: 64%;
}

.part-list .posit6 {
	top: 7%;
	left: 92%;
}

.part-list .posit7 {
	top: 36%;
	left: -12%;
}

.part-list .posit8 {
	top: 31%;
	left: 8%;
}

.part-list .posit9 {
	top: 31%;
	left: 23%;
}

.part-list .posit10 {
	top: 35%;
	left: 40.5%;
}

.part-list .posit11 {
	top: 31%;
	left: 55%;
}

.part-list .posit12 {
	top: 33%;
	left: 70%;
}

.part-list .posit13 {
	top: 18%;
	left: 80%;
}

.part-list .posit14 {
	top: 55%;
	left: 0%;
}

.part-list .posit15 {
	top: 57.5%;
	left: 15%;
}

.part-list .posit16 {
	top: 52%;
	left: 32%;
}

.part-list .posit17 {
	top: 54%;
	left: 47%;
}

.part-list .posit18 {
	top: 52.5%;
	left: 66%;
}

.part-list .posit19 {
	top: 49%;
	left: 79%;
}

.part-list .posit20 {
	top: 38%;
	left: 91%;
}

.part-list .posit21 {
	top: 49%;
	left: 99%;
}

.part-list .column:hover {

	overflow: auto;
	width: 200px;
	height: 200px;

}

.part-list .column:hover img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* 人才招聘  */
.gr-jobs-list dd {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	background: #fff;
	margin-top: 10px;
	cursor: pointer;
	font-size: 14px;
}

.gr-jobs-list dd em {
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../image/iconf.png) no-repeat;
	cursor: pointer;
	margin-top: 20px;
}

.gr-jobs-list dd.on em {
	background: url(../image/icong.png) no-repeat;
}

.gr-jobs-list dd span {
	display: block;
	float: left;
	margin-right: 25px;
}

.gr-jobs-list dt {
	border: 1px solid #ccc;
	border-top: none;
	padding: 15px;
	margin-bottom: 10px;
	background: #f1f1f1;
}

.gr-jobs-list dt strong {
	font-size: 14px;
}

.gr-apply {
	display: block;
	width: 140px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #555;
	border-radius: 3px;
	color: #fff;
	margin: 30px auto 0 auto;
	transition: all 0.3s;
}

.gr-apply:hover {
	background: #457ce6;
	color: #fff;
}



@media only screen and (max-width: 1440px) {
	.part-list .size1 {
		width: 100px;
		height: 100px;
	}

	.part-list .size2 {
		width: 95px;
		height: 95px;
	}

	.part-list .size3 {
		width: 90px;
		height: 90px;
	}

	.part-list .size4 {
		width: 85px;
		height: 85px;
	}

	.part-list .size5 {
		width: 80px;
		height: 80px;
	}

	.part-list .posit7 {
		top: 33%;
		left: -3%;
	}

	.part-list .posit21 {
		top: 54%;
		left: 95%;
	}

}

@media only screen and (max-width: 1199px) {
	.part-list .size1 {
		width: 90px;
		height: 90px;
	}

	.part-list .size2 {
		width: 80px;
		height: 80px;
	}

	.part-list .size3 {
		width: 70px;
		height: 70px;
	}

	.part-list .size4 {
		width: 60px;
		height: 60px;
	}

	.part-list .size5 {
		width: 50px;
		height: 50px;
	}

}

@media only screen and (max-width: 767px) {
	.part-list {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 430px !important;
		padding: 0;
		margin: 0;
	}

	.part-list .column:hover {

		overflow: auto;
		width: 23%;
		height: auto;

	}

	.part-list .column {
		position: relative;
		top: auto;
		left: auto;
		width: 23% !important;
		height: 64px;
		margin: 0 0 15px;
	}

	.part-list .column img {
		width: 100%;
	}

	/* .part-list .posit21 {
    display: none;
	}
	.part-list-box>img {
    display: none;
	} */
}






.IndexNews_content_video {
	width: 100%;
	height: 100%;
}


.IndexNews_content_video .content_video_title {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%;
}

.IndexNews_content_video .content_video_title .videobox {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.IndexNews_content_video .video {
	width: 100%;
	height: 100%;
}

#videokk {
	position: absolute;
	bottom: 28px;
	right: 2%;
	border-radius: 50%;
	background: #ffff;
	padding: 4px;
	z-index: 10000000;
}

.videobox .videobox_nei {
	width: 100%;
	height: 100%;
	position: relative;
}

#video_button {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	z-index: 10;
}

#video_button2 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.video_title_item {
	z-index: 2111;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	50%,
	75% {
		transform: scale(2.5);
	}

	78%,
	100% {
		opacity: 0;
	}
}

.video_title_item dd {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 50px;
}

.video_title_item dt {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.video_title_item dt:before {
	content: '';
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #fff;
	/* opacity: 0.7; */
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 100ms;
	transition: 0.5s all ease;
	transform: scale(1);
}



.index6 {
	padding: 60px 0 80px 0;
	background-color: #f8f7f7;
}

/* .index6 .tit_box .title,
.index-page02 .tit_box .title {
	font-weight: 700;
	color: #4c4c4c;
	font-size: 40px;
} */

.index6 .tit_box .tit,
.index-page02 .tit_box .tit ,
 .tit_box .tit{
	color: #999;
	margin-top: 8px;
	position: relative;
	font-size: 20px;

}

.index6 .tit_box .tit:after,
.index-page02 .tit_box .tit:after,
.index-page04 .tit_box .tit:after,
.tit_box .tit:after {
	border-top: 5px solid #39b197;
	height: 2px;
	content: '';
	width: 70px;
	top: 34px;
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}


.index6Tab .header,
.index-page02 .header,
.header {
	justify-content: center;
	text-align: center;
}

.index6Tab .header.h1.title.color,
.index-page02 .header.h1.title.color {
	font-weight: 700;
	color: black;
}

.index6Tab .hd {
	text-align: right;
	font-size: 0;
}

.index6Tab .hd li {
	display: inline-block;
	font-size: 16px;
	color: #262626;
	line-height: 32px;
	margin-left: 40px;
	width: 110px;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
}

.index6Tab .hd li:first-child {
	margin: 0;
}

.index6Tab .hd li.on {
	background-color: #23a88b;
	color: #fff;
}

.index6 .more {
	height: 35;
	width: 110px;
	float: right;
	position: relative;
	background: #39b197;
	line-height: 35px;
	text-align: center;
	/* border-radius: 30px; */
	margin-left: 40px
}

.index6 .more a {
	color: #fff;
}

.index6Tab .bd {
	padding-top: 23px;
}

.index6Tab .bdList .list {
	width: 49.34%;
	margin: 30px 1.32% 0 0;
	border-radius: 8px;
	background-color: #fff;
	float: left;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px 20px 20px;
	position: relative;
	list-style: none;
}

.index6Tab .bdList .list:nth-child(2n) {
	margin-right: 0;
}

.index6Tab .bdList .list .pic {
	width: 200px;
	float: left;
	overflow: hidden;
}

.index6Tab .bdList .list .pic img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.index6Tab .bdList .list .text {
	margin-left: 235px;
}

.index6Tab .bdList .list .text .H4 {
	font-size: 18px;
	color: #333333;
	margin: 25px 0 13px 0;
}

.index6Tab .bdList .list .text .p {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 48px;
	opacity: 0.66;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index6Tab .bdList .list .text .time {
	font-size: 14px;
	color: #333333;
	opacity: 0.6;
	text-align: right;
	margin-top: 8px;
}

.index6Tab .bdList .list .ico {
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: 25px;
	right: 30px;
	opacity: 0;
	line-height: 0;
}

@media screen and (min-width:992px) {
	.index6Tab .bdList .list:hover {
		background-color: #23a88b;

		-webkit-transition: background 0.3s;
		-o-transition-property: background;
		-o-transition-duration: 0.3s;
		-moz-transition-property: background;
		-moz-transition-duration: 0.3s;
		transition-property: background;
		transition-duration: 0.3s;


	}





	.index6Tab .bdList .list:hover .pic img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
	}

	.index6Tab .bdList .list:hover .H4 {
		color: #fff;
	}

	.index6Tab .bdList .list:hover .p {
		color: #fff;
	}

	.index6Tab .bdList .list:hover .time {
		color: #fff;
		opacity: 1;
		text-align: left;
	}

	.index6Tab .bdList .list:hover .ico {
		opacity: 1;
	}
}

@media screen and (max-width:1199px) {
	.index6Tab .hd li {
		margin-left: 0;
		font-size: 14px;
	}

	.index6Tab .bdList .list {
		padding: 10px;
	}

	.index6Tab .bdList .list .text {
		margin-left: 210px;
	}
}

@media screen and (max-width:767px) {
	.index6 {
		padding: 30px 0 60px;
	}

	.index6Tab {
		clear: both;
		padding-top: 25px;
	}

	.index6Tab .hd {
		text-align: center;
		width: 100%;
	}

	.index6Tab .hd ul,
	.index6Tab .bd ul {
		padding: 0
	}

	.index6 .tit_box {
		padding-bottom: 30px;
	}

	.index6 .tit_box .title {
		font-size: 22px;
	}

	.index6Tab .hd li {
		width: 30%;
		border-radius: 4px;
	}

	.index6Tab .bd {
		padding-top: 10px;
	}

	.index6Tab .bdList .list {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.index6Tab .bdList .list .pic {
		width: 130px;
	}

	.index6Tab .bdList .list .text {
		margin-left: 140px;
	}

	.index6Tab .bdList .list .text .H4 {
		font-size: 16px;
		margin: 0 0 5px 0;
	}

	.index6Tab .bdList .list .text .time {
		font-size: 12px;
		margin: 4px 0 0 0;
		text-align: left;
	}

}






.contactTop {
	overflow: hidden;
	justify-content: space-between;
	margin-bottom: 60px;
	padding: 3%;
	background: #f4f4f4;
}

.contactTop .left {
	background: url('../image/cPhone.jpg') no-repeat left center;
	padding-left: 60px;
	width: 50%;
	padding-top: 10px;
	margin-top: 25px;
}

.contactTop .left .p1 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	float: left;
	margin-right: 15px;
}

.contactTop .left .p1 span {
	display: block;
	font-size: 12px;
	color: #666;
}

.contactTop .left .p2 {
	font-size: 36px;
	color: #1e517b;
	line-height: 36px;
	margin-top: 5px;
}

.contactTop .right {
	width: 320px;
	overflow: hidden;
}

.contactTop .right img {
	width: 100px;
	height: 100px;
	float: left;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 10px;
}

.contactTop .right p {
	background: url('../image/pIcon2.png') no-repeat left 10px;
	font-size: 14px;
	padding-top: 50px;
	line-height: 20px;
	overflow: hidden;
}


@media only screen and (max-width: 960px) {
	.contactTop .left {
		width: 100%;
	}

	.contactTop .right {
		width: 100%
	}
}



/* 服务支持 */
.serviceBox1 {
	overflow: hidden;
	color: #333;
}

h3.sTitle {
	font-size: 30px;
	color: #555;
	text-transform: uppercase;
	height: 50px;
}

h3.sTitle span {
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #bdbdbd;
	margin-left: 10px;
}

.serviceBox1 ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}

.serviceBox1 li {
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	background: #f1f1f1;
	width: calc(48% - 10px);
	margin-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
}

.serviceBox1 li img {
	width: 274px;
	height: 78px;
	float: left;
	border: 1px solid #999;
}

.serviceBox1 li p {
	font-size: 18px;
	padding-left: 40px;
	overflow: hidden;
}

.serviceBox1 li:nth-child(2n) {
	float: right;
}

.serviceBox2 {
	border: 1px solid #dadada;
	border-right: none;
	border-left: none;
	overflow: hidden;
	margin-top: 30px;
}

.serviceBox2 ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}


.serviceBox2 li {
	text-align: center;
	color: #fff;
	float: left;
	padding: 18px;
	font-size: 18px;
	margin: 0;
	position: relative;
}

.serviceBox2 ul li:before {
	display: none;
}

.serviceBox2 ul li:after {
	background: url(../image/jt.png) no-repeat center top;
	content: " ";
	position: absolute;
	width: 20px;
	top: 24px;
	right: -20px;
	height: 70px;
}

.serviceBox2 ul li img {
	width: 100%;
	height: auto;

}

.serviceBox2 ul li span {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 50%;
}

.serviceBox3 {
	border-bottom: 1px solid #dadada;
	overflow: hidden;
	margin-top: 30px;
}

.serviceBox3 li {
	float: left;
	width: 400px;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.serviceBox3 li span {
	font-size: 30px;
	font-family: Arial;
}

.serviceBox4 {
	overflow: hidden;
}

.serviceBox4 .fl {
	float: left;
}

.serviceBox4 .fr {
	float: right;
}

.serviceBox4_main {
	height: 380px;
	overflow: hidden;
}

.serviceSlide {
	width: 600px;
	height: 380px;
	position: relative;
	overflow: hidden;
}

.serviceSlide .bd li {
	width: 600px;
	height: 380px;
	overflow: hidden;
}

.serviceSlide .hd {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 0;
	line-height: 0;
	zoom: 1;
	height: 10px;
}

.serviceSlide .hd li {
	background: #fff;
	cursor: pointer;
	margin-right: 5px;
	width: 8px;
	height: 8px;
	float: left;
	border: 1px solid #fff;
	transition: all 0.2s;
	border-radius: 100%;
}

.serviceSlide .hd li:hover,
.serviceSlide .hd .on {
	background: none;
}

.serviceBox4_main .font {
	width: 500px;
	padding: 40px 0 0 24px;
	font-size: 14px;
	line-height: 26px;
	position: relative;
	height: 340px;
	z-index: 5;
}

.serviceBox4_main .font h3 {
	font-size: 24px;
	font-weight: normal;
	/* background: url('../images/s_line.jpg') no-repeat left bottom; */
	padding-bottom: 25px;
	margin-bottom: 25px;
	color: #004dbc;
	border-bottom: 3px solid #024bbc;
	display: inline-block;
}

.serviceBox4_main .font:before {
	position: absolute;
	content: "";
	top: 178px;
	left: -20px;
	border: 10px solid transparent;
	border-right-color: #ffff;
}

.serviceBox4_main2 .font:before {
	left: auto;
	right: -10px;
	border-left-color: #fff;
	border-right: none;
}

.serviceBox5 {
	padding-bottom: 50px;
	overflow: hidden;
}



@media only screen and (max-width: 960px) {

	.grWidth {
		width: 1200px;
		max-width: 100%;
		margin: 0 auto;

	}

	.shipin-flex {
		flex-direction: column;
	}

	.xiangce-list .item {
		width: 90%;
	}

	.serviceBox1 {
		display: none
	}

	.serviceBox2 {
		display: none;
	}

	.serviceBox3 {
		display: none;
	}

	.serviceBox5 {
		height: auto;
		padding: 15px;
	}

	.serviceSlide .bd ul {
		width: 100%;
		height: 240px;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

	.serviceSlide .bd li {
		width: 100%;
		height: 240px;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

	.serviceSlide {
		width: 100%;
		height: 240px;
		position: relative;
		overflow: hidden;
	}

	.serviceBox1 li {
		width: 100%;
		margin-left: 0px;
	}

	.serviceBox1 li img {
		width: 42%;

	}

	.serviceBox1 li:before {
		display: none;
	}

	.serviceBox2 ul {
		flex-wrap: wrap;

	}

	.serviceBox4_main {
		height: auto;
		padding: 15px;
	}


	.serviceBox2 li {
		width: 47%;
	}

	h3.sTitle {
		font-size: 20px;
	}

	.editor-detail img {
		max-width: 100%;
		height: auto;
	}

	.serviceBox4_main {
		height: auto;
	}

	.serviceBox4_main .font {
		width: 100%;
		height: auto;
		padding: 19px 0 0 0;

	}

}





.history {
	background: url('../image/history.jpg') no-repeat center top;
	padding-top: 70px;
	height: 739px;
	overflow: hidden;
}

.history .grWidth {
	height: 670px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.aTitle {
	font-size: 36px;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 30px;
	line-height: 36px;
}

.aTitle span {
	font-size: 24px;
	font-family: Arial;
	color: #bdbdbd;
	font-weight: normal;
	margin-left: 10px;
}

.history .tie {
	position: absolute;
	top: 205px;
	left: 0;
	width: 160px;
	padding: 20px 0;
	border: 5px solid #363636;
	text-align: center;
	font-size: 24px;
	color: #56a600;
	line-height: 30px;
}

.history .tie span {
	color: #363636;
	display: block;
}

.aTitle a {
	float: right;
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
}

.history li {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.history li h3 {
	font-size: 18px;
	height: 30px;
	font-family: Arial;
}

.history li {
	position: absolute;
	top: 420px;
	left: 30px;
}

.history li.h2 {
	top: 525px;
	left: 190px;
}

.history li.h3 {
	top: 226px;
	left: 283px;
}

.history li.h4 {
	top: 380px;
	left: 600px;
}

.history li.h5 {
	top: 110px;
	left: 645px;
}

.history li.h6 {
	top: 200px;
	left: 978px;
}

@media only screen and (max-width: 960px) {
	.history {
		display: none;
	}

	.contactTop .left .p1 {
		margin-top: 0px;
	}

	.contactTop .left .p2 {
		font-size: 20px;
		color: #004bbc;
		line-height: 36px;
		margin-top: 0px;
	}

	.contactTop .right p {
		margin-top: 8px;
	}

}


/* 内页留言样式 */
.listWrapper {
	padding: 40px 0 60px 0;
	overflow: hidden;
	background: #f4f4f4;
	margin-top: -40px;
}

.feedback {
	margin-top: 50px;
	overflow: hidden;
}

.feedback ul {
	overflow: hidden;
	padding: 0px;
}

.feedback li {
	float: left;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	width: ;
	margin-bottom: 30px;
	width: 33%;
}

.feedback label {
	float: left;
	padding-left: 40px;
	background: url(../image/contact.png) no-repeat;
	font-size: 14px;
	line-height: 32px;
}

.feedback label.name {
	background-position: 0 -32px;
}

.feedback label.email {
	background-position: 0 -64px;
}

.feedback label.city {
	background-position: 0 -96px;
}

.feedback label.msg_title {
	background-position: 0 -128px;
}

.feedback label.address {
	background-position: 0 -160px;
}

.feedback label.message {
	background-position: 0 -192px;
	margin-bottom: 10px;
}

.feedback input {
	width: 240px;
	height: 30px;
	line-height: 30px;
	float: left;
	padding: 0 10px;
	border: 1px solid #dbdbdb;
}

.feedback input.last {
	margin-right: 0;
}

.feedback li i {
	float: left;
	font-style: normal;
	color: #f00;
	margin-left: 10px;
}

.feedback .msg {
	border-top: 1px dotted #ccc;
	padding: 30px 0;
}

.feedback textarea {
	height: 125px;
	width: 1178px;
	padding: 10px;
	border: 1px solid #dbdbdb;
	display: block;
}

.feedback .btns {
	width: 120px;
	height: 40px;
	margin-right: 10px;
	background: #04419e;
	color: #fff;
	border: none;
	font-size: 15px;
	margin-bottom: 0;
	cursor: pointer;
}

.feedback .btns:hover {
	background: #333;
	transition: all 0.3s;
}

.feedback .reset {
	background: #ccc;
	cursor: pointer;
	margin-bottom: 0;
}

.feedback .tableRow {
	width: 100%;
	height: 32px;
	margin-bottom: 30px;
}

.feedback .tableRow input {
	width: 150px;
	margin-right: 10px;
	color: #999;
	float: left;
}

.feedback .tableRow .checkcode {
	width: 70px;
	height: 26px;
	margin-left: 5px;
	border: 1px solid #ccc;
	padding: 4px 5px;
	display: block;
	float: left;
	background: #fff;
}

.feedback input:focus,
#feedback_form textarea:focus {
	border-color: #04419e;
}

/* 招商加盟 */
.joinBox1 {
	padding-bottom: 50px;
	overflow: hidden;
}

.jTitle {
	font-size: 30px;
	font-weight: normal;
	color: #333;
	height: 50px;
	line-height: 30px;
}

.jTitle span {
	font-size: 14px;
	color: #999;
	font-family: Arial;
	margin-left: 10px;
	letter-spacing: 2px;
}

.joinBox1 .font {
	margin-top: 50px;
	font-size: 14px;
	color: #333;
}

.joinBox2 {
	background: #fff;
	padding: 50px 0;
	overflow: hidden;
}

.joinBox2 li {
	float: left;
	width: calc(33% - 30px);
	font-size: 14px;
	color: #333;
}

.joinBox2 li img {
	width: 370px;
	height: 260px;
}

.joinBox2 li h3 {
	font-size: 24px;
	color: #004bbc;
	margin-top: 25px;
	height: 40px;
	font-weight: normal;
}

.joinBox2 li i {
	font-style: normal;
	color: #bdbdbd;
	margin-right: 5px;
}

.joinBox2 li {
	margin-right: 45px;
	list-style: none;
}

.joinBox2 li:nth-child(3n) {
	margin-right: 0;
}

.joinBox3 {
	padding: 50px 0;
	overflow: hidden;
}

.joinBox3 li {
	height: 100px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	border: 1px solid #dadada;
	margin-top: -1px;
}

.joinBox3 li span {
	float: left;
	width: 210px;
	height: 100px;
	padding-left: 14px;
	color: #fff;
	font-size: 20px;
	background: #23a88b;
	line-height: 100px
}

.joinBox3 li p {
	overflow: hidden;
	padding: 0 30px;
	height: 98px;
	width: 890px;
	display: table-cell;
	vertical-align: middle;
}

.joinBox3 li:nth-child(2n) {
	background: #fff;
}

.joinBox4 {
	background: #fff;
	padding: 50px 0;
	overflow: hidden;
}

.joinBox4 .font {
	font-size: 14px;
	color: #23a88b;
	margin-bottom: 25px;
}

.joinForm .text input,
.joinForm .code input {
	float: left;
	width: 360px;
	border: 1px solid #dadada;
	border-radius: 3px;
	height: 38px;
	line-height: 38px;
	padding: 0 9px;
	font-size: 14px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.joinForm .text input:nth-child(3) {
	margin-right: 0;
}

.joinForm .text input:nth-child(5) {
	margin-right: 0;
	width: 770px;
}

.joinForm textarea {
	padding: 9px;
	border: 1px solid #dadada;
	border-radius: 3px;
	width: 1180px;
	height: 90px;
	margin-bottom: 20px;
}

.joinForm .text input:hover,
.joinForm textarea:hover,
.joinForm .code input:hover {
	box-shadow: 0 0 3px #92c7ff inset;
	border: 1px solid #92c7ff;
}

.joinForm .code input {
	width: 120px;
	margin-right: 0;
	margin-bottom: 0;
}

.joinForm .code img {
	background: #fff;
	padding: 9px;
	border: 1px solid #dadada;
	margin-left: -3px;
	border-radius: 0 3px 3px 0;
}

.joinForm .btn {
	margin-top: 20px;
}

.joinForm .btn input {
	width: 150px;
	height: 40px;
	background: #bdbdbd;
	color: #fff;
	font-size: 18px;
	/* border-radius:3px; */
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.joinForm .btn .sub {
	background: #23a88b;
}

.joinForm .btn input:hover {
	background: #39b197;
}

/* 问卷调查 */
.wjdc {
	background: #fff url('../image/wjdc_bg.jpg') no-repeat center top;
	padding: 105px 35px 50px 35px;
	width: 1130px;
	margin: 0 auto;
	box-shadow: 0 5px 5px #ddd;
	font-size: 14px;
	box-sizing: revert;
}

.wjdc .font {
	background: #f4f4f4;
	padding: 10px 15px;
	margin-bottom: 40px;
}

.wjdcBox1 {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	margin-left: -20px;
}

.wjdcBox1 li {
	float: left;
	width: 323px;
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 50px;
}

.wjdcBox1 li label {
	float: left;
	text-align: right;
	height: 40px;
	padding-right: 10px;
	line-height: 40px;
	width: 70px;
}

.wjdcBox1 li input {
	width: 213px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #dadada;
	border-radius: 3px;
	padding: 0 9px;
	margin-right: 10px;
}

.wjdcBox1 li i {
	font-style: normal;
	color: #ff0000;
}

.wjdcBox1 li:nth-child(3n) {
	margin-right: 0;
}

.wjdcBox1 li.f7 {
	width: 750px;
	margin-right: 0;
}

.wjdcBox1 li.f7 input {
	width: 630px;
}

.fieldset {
	/* overflow:hidden; */
	margin-bottom: 20px;
}

.fieldset legend,
.wjdcTie {
	background: url('/template/rilian/static/images/wjdcIcon.jpg') no-repeat left 10px;
	padding-left: 10px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.fieldset p {
	float: left;
	margin-right: 25px;
}

.fieldset input {
	margin-right: 5px;
	position: relative;
	top: 7px;
	float: left;
}

.fieldset label {
	float: left;
	line-height: 24px;
}

.fieldset .p8 input {
	margin-left: 5px;
	width: 26px;
	line-height: 26px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 260px;
	padding: 0 9px;
	margin-top: -10px;
}

.wjdcBox3 .f1 {
	width: 160px;
}

.wjdcBox3 div {
	overflow: hidden;
}

.wjdcBox7 {
	margin-bottom: 20px;
}

.wjdcBox7 textarea {
	border: 1px solid #ccc;
	height: 80px;
	padding: 9px;
	border-radius: 5px;
	width: 1100px
}

.wjdc .code {
	height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}

.wjdc .code input {
	float: left;
	width: 120px;
	padding: 0 10px;
	border: 1px solid #ccc;
	height: 38px;
	line-height: 38px;
	border-radius: 5px 0 0 5px;
}

.wjdc .code img {
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 0;
	border-left: none;
}

.wjdc .sub {
	width: 170px;
	height: 40px;
	line-height: 40px;
	background: #23a88b;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.wjdc .sub:hover {
	background: #333;
}

.wjdc input:hover,
.wjdc textarea:hover {
	border: 1px solid #bec8ff;
}





/*---网站地图---*/
.yzh-map-main {
	overflow: hidden;
	margin: 10px 0;
	padding-bottom: 35px;
	font-family: "宋体";
}

.yzh-map-main .sitemap_con {
	width: 1000px;
	margin: 0 auto;
	color: #666;
}

.yzh-map-main .sitemap_con .map_top {
	border-bottom: 2px solid #555;
	margin-bottom: 35px;
}

.yzh-map-main .sitemap_con .map_top img {
	float: left;
}

.yzh-map-main .site_r_link {
	width: 144px;
	margin-top: 35px;
	/*上边界根据需要进行调整*/
	padding: 5px 10px;
	background: #f8f8f8;
	text-align: center;
	background: #555;
	color: #fff;
}

.yzh-map-main .site_r_link a {
	color: #fff;
}

.yzh-map-main .site_r_link a:hover {
	text-decoration: underline;
}


/*站点地图，显示方式样式，上边界根据需要进行调整*/
.yzh-map-main .site_plc {
	background: url(../image/h_icon.png) no-repeat left center;
	padding: 5px 0 5px 20px
}

.yzh-map-main .sitemap_con h4 {
	line-height: 35px;
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	margin-bottom: 5px;
	font-family: "微软雅黑";
}

.yzh-map-main .b4 {
	margin-bottom: 20px;
	overflow: hidden;
}

.yzh-map-main .b4 ul {}

.yzh-map-main .b4 li {
	line-height: 30px;
	width: 246px;
	float: left;
	background: url(../image/ly_li.png) no-repeat left center;
	padding-left: 14px;
	list-style: none;
}


@media only screen and (max-width: 960px) {

	.technology-service01 {
		padding-bottom: 12px;
	}

	.feedback {
		margin-top: 5px;
		overflow: hidden;
	}

	.feedback ul {
		padding: 15px;
	}

	.feedback input {
		width: auto;
	}

	.feedback li {
		width: 100%;
	}

	.feedback .msg {
		padding: 15px;
	}

	.feedback textarea {
		width: 100%;
	}

	.feedback .tableRow {
		width: 100%;
		padding: 15px;
	}

	.feedback .btns {
		margin-left: 15px;
		margin-top: 8px;
	}



	.listWrapper img {
		max-width: 100%;
		height: auto;
	}

	.listWrapper li {
		list-style: none;
	}

	.joinBox1 .font {
		padding: 0 15px;
	}

	.joinBox2 ul {
		display: flex;
		flex-direction: column;
		padding: 15px;
	}

	.joinBox2 li {
		clear: both;
		width: 100%;
	}

	.joinBox3 ul {
		display: flex;
		flex-direction: column;
		padding: 15px;
	}

	.joinBox3 li {
		display: flex;
		overflow: hidden;
		font-size: 14px;
		height: auto;
		color: #333;
		border: 1px solid #dadada;
		margin-top: -1px;
	}

	.joinBox3 li span {
		float: left;
		flex-basis: 26%;
		width: 55%;
		height: auto;
		padding: 4px;
		color: #fff;
		font-size: 16px;
		background: #046ee0;
		line-height: 31px;
	}

	.joinBox3 li p {
		overflow: hidden;
		padding: 3px 12px;
		height: auto;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
	}

	.joinBox4 {
		padding: 15px;

	}

	.joinForm .text input,
	.joinForm .code input {
		width: 100%;
	}

	.joinForm .text input:nth-child(5) {
		margin-right: 0;
		width: 100%;
	}

	.joinForm textarea {
		width: 100%;
	}

	.wjdc {
		padding: 60px 15px 20px 15px;
		width: 100%;
		box-sizing: border-box;
		background-size: 100%;
		margin: 0 auto;
	}

	.wjdc .font {
		padding: 10px 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.wjdcBox1 {
		overflow: hidden;
		padding: 15px;
	}

	.wjdcBox1 li {
		width: 100%;
	}

	.wjdcBox1 li input {
		width: auto;
	}

	.wjdcBox1 li.f7 input {
		width: auto;
	}

	legend {
		font-size: 1.2em;
	}

	.wjdcBox7 textarea {
		width: 100%;
	}





}

@media only screen and (min-width: 960px) {
	.xiangce-list.xcy .item {
		width: 17.45%;
		margin-right: 2%;
		margin-bottom: 5%;
		border: 1px solid #eee;
	}

	.xiangce-list.xcy .item:nth-of-type(3n) {
		margin-right: 2%;
	}

	.xiangce-list.xcy .item:nth-of-type(4n) {
		margin-right: 2%;
	}

	.xiangce-list.xcy .item:nth-of-type(5n) {
		margin-right: 0;
	}

}

@media only screen and (min-width: 1400px) {
	.xiangce-list.xcy .item {
		width: 15.45%;
		margin-right: 1%;
		margin-bottom: 5%;
		border: 1px solid #eee;
	}

	.xiangce-list.xcy .item:nth-of-type(3n) {
		margin-right: 1%;
	}

	.xiangce-list.xcy .item:nth-of-type(4n) {
		margin-right: 1%;
	}

	.xiangce-list.xcy .item:nth-of-type(5n) {
		margin-right: 1%;
	}

	.xiangce-list.xcy .item:nth-of-type(6n) {
		margin-right: 0;
	}

}

.content_miaoshu {
	font-size: 18px;
}

.m-history {
	display: none;
	padding: 10px 0
}

.m-history img {
	width: 100%;
}

.jscz {
	margin-left: 20px;
}

@media only screen and (max-width: 960px) {
	.m-history {
		display: block;
		padding: 10px 0
	}

	.wjdcBox3 .f1 {
		width: 100%;
	}

	.wjdc_jh {
		padding-left: 15px;

	}

	.page-nava .wrap1 {
		width: calc(50% - 20px);
	}

	.page-nava .side {
		display: flex;
		justify-content: between;
	}

	.page-nava .side .sitem {
		width: 45%;
	}

	.page-nava .side .sitem.on a {
		color: #23a88b;
		font-weight: bold;
	}

	.page-nava .side .link {

		font-size: 14px;
		margin-bottom: 8px;
		padding-left: 0px;
	}

	.page-nava .side .link:after {
		display: none;
	}


	.contrast-bar-zw {
		height: 0;
	}

	.jscz {
		display: none;
	}

	/* .part-list-box {
		height: 250px;
	} */

	/* .index-page05{display:none;} */

}

.inside-banner-main {
	display: none;
}


.mianbaoxie {
	width: 87%;
	margin: 0px auto;
	padding: 15px 0px;
	border-bottom: #f4f4f4 1px solid;
}
@media only screen and (max-width: 760px) {
    .maxwidth {
        width: 100%;
		max-width: none;
    }
}