* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

div,
p,
span,
i,
em {
	white-space: inherit !important
}

:root {
	--main-color: #11a6c6;
	--font-family-1: "Montserrat-Bold";
	--font-family-2: "Roboto-Regular_0";
	--font-family-3: "SourceHanSansSC-Bold";
	--font-family-4: "POPPINS-REGULAR";
	--font-family-5: "Oswald";
	--font-family-6: "优设标题黑";
	--font-family-7: "OPPOSANS-B";
	--font-family-8: "OPPOSANS-R"
}

a {
	color: #666;
	outline: none;
	text-decoration: none
}

a:hover {
	color: var(--main-color)
}

ol,
ul {
	list-style: none
}

img {
	border: 0;
	width: auto;
	height: auto
}

table {
	border-collapse: collapse;
	width: 100%
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin: -2px 5px 1px
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0;
	color: #616161;
	outline: none
}

html,
body {
	position: relative;
	scroll-behavior: smooth
}

html {
	font-size: 10px
}

@media screen and (min-width:1920px) {
	html {
		font-size: 10px !important
	}
}

@media (max-width:1024px) {
	html {
		font-size: 8px !important
	}
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

::-webkit-scrollbar-thumb {
	height: 0;
	opacity: .5;
	background: rgba(0, 0, 0, 0.08);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

::-webkit-scrollbar-thumb:hover {
	background-color: var(--main-color)
}

::-webkit-scrollbar-thumb:active {
	background-color: var(--main-color)
}

.f-l {
	float: left
}

.f-r {
	float: right
}

.dw {
	top: -2rem;
	width: 1px;
	z-index: -1;
	position: absolute
}

.circle {
	position: relative;
	width: 4rem;
	height: 4rem;
	display: inline-block;
	text-align: center;
	z-index: 2;
	margin: auto;
	border-radius: 50%;
	background: transparent
}

.circle:after {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: ripple 2s ease-out 0s infinite;
	animation: ripple 2s ease-out 0s infinite;
	background-color: rgba(2, 132, 193, 0.5)
}

.circle:before {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	border-radius: 50%;
	background-color: rgba(2, 132, 193, 0.5);
	-webkit-animation: ripple 2s ease-out 1s infinite;
	animation: ripple 2s ease-out 1s infinite
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.hid {
	text-overflow: ellipsis;
	white-space: nowrap
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ellipsis1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.ellipsis2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.ellipsis3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3
}

.ellipsis4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4
}

.ellipsis5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}

@-webkit-keyframes fadeInUp3 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp3 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp3 {
	-webkit-animation-name: fadeInUp3;
	animation-name: fadeInUp3
}

@-webkit-keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown3 {
	-webkit-animation-name: fadeInDown3;
	animation-name: fadeInDown3
}

@-webkit-keyframes fadeInDown3 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown3 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown2 {
	-webkit-animation-name: fadeInDown2;
	animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft {
	from {
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft2 {
	-webkit-animation-name: fadeInLeft2;
	animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight2 {
	-webkit-animation-name: fadeInRight2;
	animation-name: fadeInRight2
}

.scrollArrow {
	-webkit-animation-name: scrollArrow;
	animation-name: scrollArrow
}

.scrollArrow1 {
	-webkit-animation-name: scrollArrow1;
	animation-name: scrollArrow1
}

@-webkit-keyframes titFadeup1 {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0
	}
	100% {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes titFadeup1 {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0
	}
	100% {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes titFadeup1_1 {
	0% {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
}

@keyframes titFadeup1_1 {
	0% {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
}

@-webkit-keyframes imgScale {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes imgScale {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes fadeInup {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeInup {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeInup1 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, 60px);
		transform: translate(-50%, 60px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

@keyframes fadeInup1 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, 60px);
		transform: translate(-50%, 60px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

.titFadeup1 {
	-webkit-animation: titFadeup1 1.1s ease-in-out both .1s;
	animation: titFadeup1 1.1s ease-in-out both .1s
}

.titFadeup2 {
	-webkit-animation: titFadeup1 1.1s ease-in-out both .2s;
	animation: titFadeup1 1.1s ease-in-out both .2s
}

.fadeInup1 {
	-webkit-animation: fadeInup 1.1s ease-in-out both .2s;
	animation: fadeInup 1.1s ease-in-out both .2s
}

.fadeInup2 {
	-webkit-animation: fadeInup 1.1s ease-in-out both .3s;
	animation: fadeInup 1.1s ease-in-out both .3s
}

.fadeInup3 {
	-webkit-animation: fadeInup 1.1s ease-in-out both .4s;
	animation: fadeInup 1.1s ease-in-out both .4s
}

.fadeInUpimg {
	-webkit-animation: imgScale 1.2s ease-in-out both .2s;
	animation: imgScale 1.2s ease-in-out both .2s
}

@-webkit-keyframes bmove1 {
	0% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bmove1 {
	0% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes scrollArrow {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scrollArrow {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes scrollArrow1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scrollArrow1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes xuanzhuan {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@keyframes xuanzhuan {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

.xuanzhuan {
	-webkit-animation-name: xuanzhuan;
	animation-name: xuanzhuan
}

@-webkit-keyframes xuanzhuan2 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}
}

@keyframes xuanzhuan2 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}
}

.xuanzhuan2 {
	-webkit-animation-name: xuanzhuan2;
	animation-name: xuanzhuan2
}

@font-face {
	font-family: 'POPPINS-REGULAR';
	src: url('../fonts/POPPINS-REGULAR.otf');
	src: url('../fonts/POPPINS-REGULAR.eot?#iefix') format('embedded-opentype'), url('../fonts/POPPINS-REGULAR.woff') format('woff'), url('../fonts/POPPINS-REGULAR.ttf') format('truetype');
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Montserrat-Bold";
	src: url('../fonts/Montserrat-Bold.woff');
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.otf');
	src: url('../fonts/Montserrat-Bold.ttf');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "Oswald";
	src: url('../fonts/Montserrat-Bold.woff');
	src: url('../fonts/Oswald-Bold.eot');
	src: url('../fonts/Oswald-Bold.otf');
	src: url('../fonts/Oswald-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Roboto-Regular_0";
	src: url('../fonts/Roboto-Regular_0.woff');
	src: url('../fonts/Roboto-Regular_0.eot');
	src: url('../fonts/Roboto-Regular_0.otf');
	src: url('../fonts/Roboto-Regular_0.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "SourceHanSansSC-Bold";
	src: url("../fonts/SourceHanSansSC-Bold.otf");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "优设标题黑";
	src: url("../fonts/优设标题黑.TTF");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "OPPOSANS-B";
	src: url("../fonts/OPPOSANS-B.TTF");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "OPPOSANS-R";
	src: url('../fonts/OPPOSANS-R.woff');
	src: url('../fonts/OPPOSANS-R.eot');
	src: url('../fonts/OPPOSANS-R.otf');
	src: url('../fonts/OPPOSANS-R.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

body {
	color: #666;
	background: #fff;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: "微软雅黑", arial;
	word-wrap: normal
}

@media (max-width:1024px) {
	body {
		font-size: 15px
	}
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: top
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.container {
	width: 100%;
	margin: 0 auto;
	max-width: 152rem
}

@media (max-width:1200px) {
	.container {
		padding: 0 40px !important
	}
}

@media (max-width:1024px) {
	.container {
		max-width: 640px !important;
		padding: 0 20px !important
	}
}

@media (max-width:640px) {
	.container {
		width: 100%
	}
}

.header {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	position: absolute;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear
}

.header .listbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 10rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .logo img {
	max-height: 7rem
}

.header .img2 {
	display: none
}

.header .rightInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .searchBtn {
	margin-left: 3rem;
	z-index: 2;
	width: 4rem;
	height: 4rem;
	position: relative;
	cursor: pointer;
	border-radius: 50%;
	z-index: 1;
	background: var(--main-color)
}

.header .searchBtn:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s;
	transition: .5s
}

.header .searchBtn svg {
	fill: #fff;
	width: 2rem;
	height: 2rem;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: .5s;
	transition: .5s
}

.header .searchBtn:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.header .searchBtn:hover svg {
	fill: #fff !important
}

.header .language {
	display: inline-block;
	position: relative
}

.header .language>a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2rem;
	border: solid 1px #fff;
	border-radius: 3rem;
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out
}

.header .language .img1 img,
.header .language .img2 img {
	margin-top: .2rem;
	max-height: 3.4rem
}

.header .language .img2 {
	display: none
}

.header .language .drop {
	left: 55%;
	opacity: 0;
	width: 90%;
	top: 3.8rem;
	display: none;
	text-align: center;
	padding: 2rem 0;
	position: absolute;
	border-radius: 1rem;
	line-height: 3rem;
	text-transform: initial;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.9)
}

.header .language .drop:before {
	content: "";
	top: -0.6rem;
	left: 50%;
	z-index: 3;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	border-left: solid .8rem transparent;
	border-right: solid .8rem transparent;
	border-bottom: solid .8rem #fff
}

.header .language .drop a {
	color: #333;
	display: block;
	margin: 1rem 0;
	font-size: 1.6rem;
	line-height: 3rem;
	position: relative;
	padding-left: 1rem;
	padding-right: 1rem
}

.header .language .drop a:hover {
	font-weight: 700
}

.header .language:hover .drop {
	opacity: 1;
	display: block;
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1)
}

@media (max-width:1024px) {
	.header {
		top: 0 !important;
		left: 0;
		width: 100%;
		height: 60px !important;
		z-index: 99;
		background: #fff !important;
		padding-top: 0 !important;
		position: fixed !important
	}
	.header .rightInfo {
		display: none
	}
	.header .listbox {
		height: 60px !important
	}
	.header .logo {
		width: auto
	}
	.header .logo img {
		max-height: 40px
	}
	.header .img1 {
		display: none
	}
	.header .img2 {
		display: inline-block
	}
}

.common-nav .listNav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center
}

.common-nav .listNav>li {
	margin: 0 4.5rem;
	text-align: center;
	position:relative;
}

.common-nav .listNav>li .icon {
	margin-left: .5rem;
	vertical-align: top;
	margin-top: .8rem;
	width: .9rem;
	height: .9rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff
}

.common-nav .listNav>li>a {
	z-index: 1;
	color: #fff;
	font-size: 1.8rem;
	height: 10rem;
	line-height: 3rem;
	padding: 3.5rem 0;
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.common-nav .listNav>li>a>span {
	display: inline-block;
	overflow: hidden;
	height: 3rem;
	line-height: 3rem;
	position: relative
}

.common-nav .listNav>li>a .txt-1 {
	display: block;
	-webkit-transition: .5s;
	transition: .5s
}

.common-nav .listNav>li>a .txt-2 {
	display: block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff
}

.common-nav .listNav>li:hover>a,
.common-nav .listNav>li.active>a {
	color: var(--main-color)
}

.common-nav .listNav>li:hover>a:after,
.common-nav .listNav>li.active>a:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.common-nav .listNav>li:hover>a>span::after,
.common-nav .listNav>li.active>a>span::after {
	width: 100%
}

.common-nav .listNav>li:hover>a .txt-1,
.common-nav .listNav>li.active>a .txt-1 {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.common-nav .listNav>li:hover>a .txt-2,
.common-nav .listNav>li.active>a .txt-2 {
	color: var(--main-color);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.common-nav .listNav>li:hover>a:hover:after,
.common-nav .listNav>li.active>a:hover:after {
	left: 0;
	opacity: 1;
	width: 100%
}

.common-nav .listNav>li.active>a:after {
	left: 0;
	opacity: 1;
	width: 100%
}

.common-nav .listNav>li:last-child>a span {
	padding-right: 0
}

.common-nav .listNav>li>.child {
	display: block;
	min-width:26rem;
	text-align: left;
	position: absolute;
	z-index: 99;
	top: 10rem;
	left: 50%;
	padding-top:2rem;
	border-radius:1rem;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	-webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0) translateX(-50%);
	transform: scaleY(0) translateX(-50%);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.common-nav .listNav>li>.child a {
	color: #666
}

.common-nav .listNav>li>.child>.list {
	margin: 0 auto;
	text-align: center;
	padding: 0 0 3rem 0;
	position: relative
}

.common-nav .listNav>li>.child>.list a {
	display: block;
	color: #666;
	font-size: 1.8rem;
	line-height: 2.4rem;
	padding: 1rem;
	position: relative
}

.common-nav .listNav>li>.child>.list a:hover {
	text-decoration: none;
	color: var(--main-color)
}

.common-nav .listNav>li>.child>.list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6rem 2rem 6rem 2rem;
	background: #fafafa
}

.common-nav .listNav>li>.child>.list-2>li {
	width: 50%;
	padding: 0 6rem
}

.common-nav .listNav>li>.child>.list-2 .title {
	font-size: 1.8rem;
	color: var(--main-color);
	border-bottom: 1px var(--main-color) solid;
	padding-bottom: 1rem;
	margin-bottom: 1rem
}

.common-nav .listNav>li>.child>.list-2 .title a {
	color: var(--main-color);
	display: block;
	line-height: 3rem;
	height: 3rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.common-nav .listNav>li>.child>.list-2 .list a {
	color: #212121;
	font-size: 1.8rem;
	line-height: 3.6rem;
	height: 3.6rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.common-nav .listNav>li>.child>.list-2 .list a:hover {
	color: var(--main-color)
}

.common-nav .listNav>li>.child.child-2 {
	width: 80rem
}

.common-nav .listNav>li>.child.child-2>.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.common-nav .listNav>li>.child.child-2>.list li {
	min-width: 50%
}

.common-nav .listNav>li>.child.show {
	display: block;
	-webkit-transform: scaleY(1) translateX(-50%);
	transform: scaleY(1) translateX(-50%)
}



@media screen and (max-width:1024px) {
	.common-nav {
		display: none
	}
}

.header:hover {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.9) !important
}

.header:hover .common-nav .listNav>li>a {
	color: #333
}

.header:hover .language>a {
	color: #ccc;
	border-color: #ccc
}

.header:hover .img1 {
	display: none
}

.header:hover .img2 {
	display: inline-block
}

.header-ny,
.fixed {
	z-index: 10000;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.9) !important
}

.header-ny .common-nav .listNav>li>a,
.fixed .common-nav .listNav>li>a {
	color: #333
}

.header-ny .language>a,
.fixed .language>a {
	color: #ccc;
	border-color: #ccc
}

.header-ny .img1,
.fixed .img1 {
	display: none
}

.header-ny .img2,
.fixed .img2 {
	display: inline-block
}

.header-ny .language .img1,
.fixed .language .img1 {
	display: none
}

.header-ny .language .img2,
.fixed .language .img2 {
	display: inline-block
}

.header-ny {
	-webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	position: relative
}

.fixed {
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	position: fixed
}

.fixed .img1 {
	display: none
}

.fixed .img2 {
	display: inline-block
}

.fixed .language .img1 {
	display: none
}

.fixed .language .img2 {
	display: inline-block
}

.fp-viewing-section4 .header,
.fp-viewing-section5 .header,
.fp-viewing-section7 .header,
.fp-viewing-section8 .header {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.9) !important;
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1)
}

.fp-viewing-section4 .common-nav .listNav>li>a,
.fp-viewing-section5 .common-nav .listNav>li>a,
.fp-viewing-section7 .common-nav .listNav>li>a,
.fp-viewing-section8 .common-nav .listNav>li>a {
	color: #333
}

.fp-viewing-section4 .language>a,
.fp-viewing-section5 .language>a,
.fp-viewing-section7 .language>a,
.fp-viewing-section8 .language>a {
	color: #ccc;
	border-color: #ccc
}

.fp-viewing-section4 .img1,
.fp-viewing-section5 .img1,
.fp-viewing-section7 .img1,
.fp-viewing-section8 .img1 {
	display: none
}

.fp-viewing-section4 .img2,
.fp-viewing-section5 .img2,
.fp-viewing-section7 .img2,
.fp-viewing-section8 .img2 {
	display: inline-block
}

.fp-viewing-section6 .header,
.fp-viewing-section9 .header {
	display: none
}

.fp-viewing-section2 .left {
	-webkit-animation: 1s fadeInLeft2 ease;
	animation: 1s fadeInLeft2 ease
}

.fp-viewing-section2 .right {
	-webkit-animation: 1s fadeInRight2 ease;
	animation: 1s fadeInRight2 ease
}

.fp-viewing-section3 .index-title {
	-webkit-animation: 1s scrollArrow ease;
	animation: 1s scrollArrow ease
}

.fp-viewing-section3 .t-1 {
	-webkit-animation: 1.1s scrollArrow ease;
	animation: 1.1s scrollArrow ease
}

.fp-viewing-section3 .t-2 {
	-webkit-animation: 1.2s scrollArrow ease;
	animation: 1.2s scrollArrow ease
}

.fp-viewing-section7 .index-corporate .list li {
	-webkit-animation: 1.5s scrollArrow ease;
	animation: 1.5s scrollArrow ease
}

.fp-viewing-section8 .left {
	-webkit-animation: 1.5s fadeInLeft2 ease;
	animation: 1.5s fadeInLeft2 ease
}

.fp-viewing-section8 .right {
	-webkit-animation: 1.6s fadeInRight2 ease;
	animation: 1.6s fadeInRight2 ease
}

.index-button a,
.index-button span {
	color: #fff;
	font-weight: 400;
	border-radius: 3rem;
	background: var(--main-color);
	text-align: center;
	padding: 0 1rem;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: "Ubuntu-Bold";
	font-size: 1.8rem;
	text-transform: uppercase;
	min-width: 17rem;
	height: 5rem;
	line-height: 5rem;
	display: inline-block;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}

.index-button a:before,
.index-button span:before {
	left: 0;
	top: 0;
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	border-radius: 3rem;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	background: #0b65c0
}

.index-button em {
	padding-left: 1rem;
	font-style: normal;
	font-family: "宋体"
}

.index-button i {
	z-index: 4;
	position: relative;
	font-style: normal
}

.index-button:hover a,
.index-button:hover span {
	background: #fff
}

.index-button:hover a:before,
.index-button:hover span:before {
	width: 100%
}

.index-title {
	text-align: center;
	font-size: 4.2rem;
	line-height: 5rem;
	color: #333;
	font-weight: 700
}

@media (max-width:1024px) {
	.index-title {
		font-size: 24px;
		line-height: 30px
	}
}

.banner {
	clear: both;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 9
}

.banner .arrow {
	z-index: 8;
	width: 100%;
	color: #fff;
	line-height: 2rem;
	font-size: 1.4rem;
	text-align: center;
	bottom: 9rem;
	position: absolute
}

.banner .arrow .dot {
	overflow: hidden;
	-webkit-animation: 1.5s fadeInUp2 infinite alternate;
	animation: 1.5s fadeInUp2 infinite alternate;
	margin-bottom: 1.5rem;
	display: inline-block;
	width: 3.8rem;
	height: 6.5rem;
	border-radius: 3rem;
	border: solid .2rem #fff;
	position: relative
}

.banner .arrow .dot:after {
	content: "";
	top: 1.5rem;
	width: 100%;
	text-align: center;
	width: .2rem;
	height: 1rem;
	position: absolute;
	background: #fff;
	-webkit-animation: 1.6s fadeInDown2 infinite alternate;
	animation: 1.6s fadeInDown2 infinite alternate
}

.banner .pc {
	display: block
}

.banner .pc img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	max-height: initial;
	max-width: initial;
	width: 100%;
	height:100vh;
	-o-object-fit: cover;
	object-fit: cover
}

.banner .ph {
	display: none;
	text-align: center
}

.banner .ph img {
	width: auto;
	height: auto
}

.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.banner .text {
	left: 0;
	width: 100%;
	color: #fff;
	top: 50%;
	text-align: left;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.banner .title-box {
	text-align: center;
	position: relative
}

.banner .title-1 {
	z-index: 3;
	position: relative;
	font-size: 7.2rem;
	line-height: 8rem;
	font-family: var(--font-family-3);
	text-shadow: .5rem 0 1rem rgba(0, 76, 132, 0.25)
}

.banner .title-1 span {
	padding: 0 2rem;
	display: inline-block;
	vertical-align: top;
	line-height: 4rem
}

.banner .title-2 {
	margin-top: 2rem;
	font-size: 3rem;
	line-height: 4rem;
	text-transform: uppercase;
	font-family: var(--font-family-2)
}

.banner .title-3 {
	left: 0;
	top: -4rem;
	width: 100%;
	color: transparent;
	-webkit-text-stroke: rgba(255, 255, 255, 0.2) 1px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11rem;
	line-height: 11rem;
	position: absolute;
	font-family: var(--font-family-1)
}

.banner .button {
	margin-top: 5.5rem
}

.banner .button a {
	color: #fff;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	text-align: center;
	min-width: 19rem;
	border-radius: 3rem;
	height: 5.6rem;
	line-height: 5.4rem;
	display: inline-block;
	border: solid 1px #fff
}

.banner .button i {
	font-size: 2rem;
	margin-left: 1rem;
	display: inline-block;
	font-style: normal;
	font-family: "宋体"
}

.banner .button:hover a {
	background: rgba(255, 255, 255, 0.2)
}

.banner .swiper-container {
	height: 100%
}

.banner .swiper-slide {
	width: 100% !important;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top
}

.banner .swiper-pagination {
	bottom: 2rem;
	width: 100%;
	text-align: center
}

.banner .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.9);
	opacity: 1;
	vertical-align: middle;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin: 0 1rem
}

.banner .swiper-pagination-bullet-active {
	background: var(--main-color)
}

.banner .swiper-slide-active .title-1 {
	-webkit-animation: 1.6s titFadeup1 ease;
	animation: 1.6s titFadeup1 ease
}

.banner .swiper-slide-active .title-2 {
	-webkit-animation: 1.6s titFadeup1 ease;
	animation: 1.6s titFadeup1 ease
}

.banner .swiper-slide-active .title-3 {
	-webkit-animation: 1.7s titFadeup1 ease;
	animation: 1.7s titFadeup1 ease
}

@media (max-width:1024px) {
	.banner {
		height: auto;
		margin-top: 60px
	}
	.banner .pc img{
		height:auto;
	}
	.banner .title-1 {
		font-size: 34px;
		line-height: 40px
	}
	.banner .title-2 {
		font-size: 16px;
		line-height: 24px;
		margin-top: 0
	}
	.banner .title-3 {
		font-size: 60px;
		line-height: 60px
	}
	.banner .arrow {
		display: none
	}
}

@media (max-width:767px) {
	.banner .pc {
		display: none
	}
	.banner .ph {
		display: block
	}
	.banner .text {
		text-align: center
	}
	.banner .title-1 {
		font-size: 20px;
		line-height: 30px
	}
	.banner .title-3 {
		display: none
	}
}

.fp-table{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}
.fp-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh
}

@media (max-width:1200px) {
	.fp-flex {
		display: block;
		height: auto
	}
}

@media (max-width:1200px) {
	.fp-table {
		height: auto !important
	}
}

.index-about {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.index-about .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-about .left {
	width: 44%
}

.index-about .left .index-title {
	text-align: left
}

.index-about .left .t-1 {
	color: #333;
	padding-top: 1rem;
	font-size: 2.6rem
}

.index-about .left .text {
	font-size: 1.8rem;
	line-height: 2.8rem
}

.index-about .left .text .t-2 {
	padding-top: 2rem
}

.index-about .left .more {
	padding-top: 6rem
}

.index-about .left .more a {
	color: var(--main-color)
}

.index-about .left .more i {
	vertical-align: middle;
	font-style: normal;
	font-family: "宋体";
	padding-left: 1rem;
	font-size: 1.8rem
}

.index-about .right {
	width: 48%;
	padding-right: .6rem
}

.index-about .right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.index-about .right li:first-child .text .t-1 sup {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3rem
}

.index-about .right li {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3.6rem;
	height: 20rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.43);
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	border-left: solid 1px rgba(255, 255, 255, 0.1)
}

.index-about .right li .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.index-about .right li .icon img {
	margin-bottom: .7rem;
	max-height: 7rem;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}

.index-about .right li .text {
	color: #fff;
	padding-left: 2rem
}

.index-about .right li .text .counter {
	font-size: 7.2rem;
	line-height: 7.2rem;
	font-family: var(--font-family-5)
}

.index-about .right li .text .t-1 sup {
	font-weight: 700;
	font-size: 2.4rem;
	font-size: 5rem;
	line-height: 5rem;
	vertical-align: bottom
}

.index-about .right li .text .t-2 {
	font-size: 1.8rem
}

@media (min-width:1025px) {
	.index-about .right li:hover {
		background: var(--main-color)
	}
	.index-about .right li:hover .icon img {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
}

@media (max-width:1024px) {
	.index-about {
		padding: 50px 0
	}
	.index-about .container {
		display: block
	}
	.index-about .left {
		width: 100%
	}
	.index-about .left .text {
		font-size: 15px;
		line-height: 26px
	}
	.index-about .right {
		width: 100%;
		margin-top: 30px
	}
	.index-about .right li {
		height: auto;
		padding: 20px
	}
	.index-about .right li .text .counter {
		font-size: 30px;
		line-height: 30px
	}
	.index-about .right li .text .t-1 sup {
		font-size: 14px !important;
		line-height: 20px
	}
	.index-about .right li .text .t-2 {
		font-size: 14px
	}
}

@media (max-width:420px) {
	.index-about .left .t-1 {
		font-size: 18px
	}
	.index-about .right li {
		width: 100%;
		background: rgba(0, 0, 0, 0.15);
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px)
	}
}

.index-product .index-title {
	text-align: left;
	padding-bottom: 3rem
}

.index-product .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-product .tab-nav {
	width: 30%;
	text-align: right;
	position: relative
}

.index-product .tab-nav:after {
	content: "";
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 228, 255, 0.1)), color-stop(#e3e4ff), to(rgba(227, 228, 228, 0.5)));
	background: linear-gradient(to bottom, rgba(227, 228, 255, 0.1), #e3e4ff, rgba(227, 228, 228, 0.5))
}

.index-product .tab-nav li:first-child {
	margin-top: 0
}

.index-product .tab-nav li {
	margin-top: 7.5rem;
	position: relative;
	height: 5.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.index-product .tab-nav li:after {
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #f6fafd;
	right: -0.6rem;
	position: absolute;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	border: dashed 1px #508cc1
}

.index-product .tab-nav li a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #888;
	z-index: 2;
	position: relative;
	font-size: 1.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 2rem;
	height: 100%;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}

.index-product .tab-nav li .icon {
	right: 1rem;
	opacity: 0;
	top: .5rem;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	border: dashed 1px #fff;
	position: absolute
}

.index-product .tab-nav li .icon img {
	max-height: 4.5rem
}

.index-product .tab-nav .active a {
	color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--main-color);
	-webkit-transform: translateX(3rem);
	transform: translateX(3rem);
	border-radius: 3rem
}

.index-product .tab-nav .active:after {
	display: none
}

.index-product .tab-nav .active .icon {
	opacity: 1
}

.index-product .tab-box {
	width: 80%
}

.index-product .tab-nr {
	display: none
}

.index-product .tab-nr.show {
	display: block
}

.index-product .tab-nr.show .tab-warp .left {
	-webkit-animation: 1.5s fadeInLeft2 ease-in-out;
	animation: 1.5s fadeInLeft2 ease-in-out
}

.index-product .tab-nr.show .tab-warp .right .pic {
	-webkit-animation: 1.5s fadeInRight2 ease-in-out;
	animation: 1.5s fadeInRight2 ease-in-out
}

.index-product .tab-warp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-product .tab-warp .left {
	width: 46%;
	line-height: 3rem;
	font-size: 1.8rem
}

.index-product .tab-warp .left .t-1 {
	color: #333;
	font-weight: 400;
	font-size: 3.6rem
}

.index-product .tab-warp .left .t-2 {
	padding-top: 3rem
}

.index-product .tab-warp .left .t-3 {
	padding-top: 2rem;
	padding-bottom: 6rem
}

.index-product .tab-warp .left .t-4 {
	color: #444;
	margin-top: 1.5rem;
	padding-left: 3rem;
	position: relative
}

.index-product .tab-warp .left .t-4 img {
	left: 0;
	top: .7rem;
	position: absolute;
	max-height: 2rem
}

.index-product .tab-warp .right {
	width: 50%;
	position: relative
}

.index-product .tab-warp .right .arrow {
	right: 0;
	top: 0;
	overflow: hidden;
	position: absolute
}

.index-product .tab-warp .right .arrow img {
	max-height: 61rem;
	-webkit-animation: 20s alternate infinite xuanzhuan;
	animation: 20s alternate infinite xuanzhuan
}

.index-product .tab-warp .right .pic {
	z-index: 2;
	position: relative
}

.index-product .tab-warp .right .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

@media (max-width:1024px) {
	.index-product {
		padding: 50px 0!important;
	}
	.index-product .index-button {
		text-align: center
	}
	.index-product .tab-nav {
		width: 100%;
		text-align: left
	}
	.index-product .tab-nav:after {
		display: none
	}
	.index-product .tab-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.index-product .tab-nav li {
		width: 50%;
		margin-top: 0;
		padding: 2px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.index-product .tab-nav li a {
		border-radius: 0 !important;
		border: solid 1px #eee;
		font-size: 14px !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transform: translate(0) !important;
		transform: translate(0) !important;
		line-height: 1.2;
		text-align:center;
	}
	.index-product .tab-nav li .icon {
		display: none
	}
	.index-product .tab-nav li:after {
		display: none
	}
	.index-product .tab-box {
		width: 100%
	}
	.index-product .tab-warp{
		flex-direction: column-reverse;
	}
	.index-product .tab-warp .left {
		line-height: 24px;
		font-size: 14px;
		width:100%;
	}
	.index-product .tab-warp .left .t-1 {
		display: none;
		font-size: 18px
	}
	.index-product .tab-warp .left .t-2 {
		display: none
	}
	.index-product .tab-warp .left .t-3 {
		padding-bottom: 30px
	}
	.index-product .tab-warp .left .t-4 {
		font-size: 12px;
		line-height: 14px
	}
	.index-product .tab-warp .left .index-title {
		display: none
	}
	.index-product .tab-warp .right {
		text-align: center;
		margin-top: 30px;
		width:70%;
	}
	.index-product .list {
		display: block
	}
}

.index-social {
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.index-social .index-title {
	color: #fff
}

.index-social .text {
	text-align: center
}

.index-social .t-1 {
	font-size: 4rem;
	font-weight: 700;
	padding: 4rem 0
}

.index-social .t-2 {
	font-size: 1.8rem;
	line-height: 3.2rem;
	max-width: 69rem;
	width: 100%;
	margin: 0 auto
}

@media (max-width:1024px) {
	.index-social {
		padding: 50px 0
	}
	.index-social .t-1 {
		font-size: 20px;
		padding: 20px 0
	}
}

.index-map {
	background: #f7f7f7;
}

.index-map .container {
	max-width: 163rem
}

.index-map .t-1 {
	color: #333;
	text-align: center;
	font-size: 2.6rem;
	padding-top: 2rem
}

.index-map .ditu {
	position: relative
}

.index-map .circle {
	margin-left: -0.5rem
}

.index-map .circle i {
	top: 50%;
	left: 50%;
	z-index: 4;
	width: .7rem;
	height: .7rem;
	font-style: normal;
	position: absolute;
	background: #0284c1;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.index-map .add {
	z-index: 9;
	color: #3c3c3c;
	font-weight: 100;
	font-size: 1.8rem;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.index-map .add .name {
	line-height: 2rem
}

.index-map .add-1 {
	top: 16rem;
	left: 7.5rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.index-map .add-2 {
	top: 25.5rem;
	left: 45.5rem
}

.index-map .add-2 .circle {
	margin-left: 0
}

.index-map .add-2 .name {
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem)
}

.index-map .add-3 {
	top: 27rem;
	left: 44rem
}

.index-map .add-3 .circle {
	width: 6rem;
	height: 6rem;
	margin-left: 0
}

.index-map .add-3 .name {
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem)
}

.index-map .add-4 {
	top: 22.8rem;
	left: 54.7rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.index-map .add-5 {
    top: 26rem;
    left: 62.5rem;
}

.index-map .add-5 .circle {
	margin-left: 0
}

.index-map .add-5 .name {
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem)
}

.index-map .add-6 {
	top: 31rem;
	left: 56.5rem
}

.index-map .add-6 .circle {
	width: 5rem;
	height: 5rem;
	margin-left: 0
}

.index-map .add-6 .name {
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem)
}

.index-map .add-7 {
	top: 36.4rem;
	left: 54.5rem
}

.index-map .add-7 .circle {
	width: 3rem;
	height: 3rem;
	margin-left: 0
}

.index-map .add-8 {
	top: 42.5rem;
	left: 53.5rem
}

.index-map .add-8 .circle {
	width: 3rem;
	height: 3rem;
	margin-left: 0
}

.index-map .add-8 .name {
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem)
}

.index-map .add-9 {
	top: 21rem;
	left: 122rem;
	display: block;
	text-align: center
}

.index-map .add-9 .circle {
	width: 5rem;
	height: 5rem
}

.index-map .add-9 .name {
	display: block;
	margin-top: -2rem
}

.index-map .add-10 {
	top: 46.2rem;
	left: 145rem;
	display: block;
	text-align: center
}

.index-map .add-10 .circle {
	width: 3.5rem;
	height: 3.5rem
}

.index-map .add-10 .name {
	display: block;
	margin-top: -2rem
}

.index-map .add-11 {
	top: 52rem;
	left: 137.5rem
}

.index-map .add-11 .circle {
	margin-left: 0;
	width: 5rem;
	height: 5rem
}

.index-map .add-11 .name {
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem)
}

.index-map .add-12 {
	top: 56.7rem;
	left: 134rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.index-map .add-13 {
	display: block;
	text-align: center;
	top: 61rem;
	left: 138.5rem
}

.index-map .add-13 .circle {
	margin-left: 0
}

.index-map .add-13 .name {
	display: block;
	margin-top: -2rem
}

.index-map .ph-map {
	display: none
}

@media (max-width:1024px) {
	.index-map {
		padding: 50px 0
	}
	.index-map .t-1 {
		font-size: 15px;
		padding-top: 10px
	}
	.index-map .ditu {
		display: none
	}
	.index-map .ph-map {
		display: block
	}
}

.index-corporate {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.index-corporate .index-title {
	color: #fff
}

.index-corporate .t-1 {
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	padding-top: 1rem
}

.index-corporate .list {
	padding-bottom: 10rem;
	padding-top: 2rem
}

.index-corporate .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.index-corporate .list li:first-child {
	width: 23%;
	z-index: 3;
	position: relative
}

.index-corporate .list li:nth-child(2) {
	width: 28%;
	margin-top: 4rem;
	margin-left: -3rem
}

.index-corporate .list li:nth-child(3) {
	width: 25%;
	z-index: 3;
	position: relative;
	margin-left: -3rem
}

.index-corporate .list li:nth-child(4) {
	width: 25%;
	z-index: 4;
	top: 6rem;
	position: relative;
	margin-left: -5rem
}

.index-corporate .list li {
	text-align: center
}

.index-corporate .list li .item {
	position: relative;
	border-radius: 50%;
	border: solid .2rem #fff
}

.index-corporate .list li .pic {
	overflow: hidden;
	border-radius: 50%
}

.index-corporate .list li .pic img {
	border-radius: 50%;
	-webkit-transition: all 700ms linear;
	transition: all 700ms linear
}

.index-corporate .list li .pic:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	border-radius: 50%;
	background: rgba(17, 166, 198, 0.8);
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}

.index-corporate .list li .text {
	top: 50%;
	left: 0;
	z-index: 3;
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	padding: 0 40px;
}

.index-corporate .list li .text .t-2 {
	font-weight: 700;
	font-size: 2.4rem
}

.index-corporate .list li .text .t-3 {
	margin-top: 1.5rem;
	font-size: 1.8rem
}

.index-corporate .list li .text .t-3 span {
	display: block
}

.index-corporate .list-2 {
	left: 0;
	bottom: 3rem;
	width: 100%;
	position: absolute;
	height: 10rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.index-corporate .list-2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 20rem
}

.index-corporate .list-2 li {
	color: #333;
	width: 16.66666667%;
	text-align: center;
	font-size: 1.8rem;
	position: relative
}

.index-corporate .list-2 li p {
	padding-bottom: 1rem
}

.index-corporate .list-2 li .circle {
	height: 5rem;
	width: 5rem
}

.index-corporate .list-2 li .circle:before,
.index-corporate .list-2 li .circle:after {
	background: transparent;
	border: solid 1px var(--main-color)
}

.index-corporate .list-2 li .circle i {
	z-index: 3;
	top: 50%;
	left: 50%;
	width: .6rem;
	height: .6rem;
	font-style: normal;
	position: absolute;
	border-radius: 50%;
	background: var(--main-color);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.index-corporate .list-2 li:nth-child(1) {
	margin-top: -0.8rem
}

.index-corporate .list-2 li:nth-child(2n) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.index-corporate .list-2 li:nth-child(2) {
	margin-top: -1.5rem
}

.index-corporate .list-2 li:nth-child(3) {
	margin-top: -6rem
}

.index-corporate .list-2 li:nth-child(4) {
	margin-top: -2.5rem
}

.index-corporate .list-2 li:nth-child(5) {
	margin-top: -0.9rem
}

.index-corporate .list-2 li:nth-child(6) {
	margin-top: 1.8rem
}

@media (min-width:1025px) {
	.index-corporate .list li:hover .text {
		top: 20%;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	.index-corporate .list li:hover .pic img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	.index-corporate .list li:hover .pic:before {
		background: rgba(0, 0, 0, 0.2)
	}
}

@media (max-width:1024px) {
	.index-corporate {
		padding: 50px 0
	}
	.index-corporate .t-1 {
		font-size: 15px
	}
	.index-corporate .list li {
		width: 70% !important;
		margin-top: 10px;
		margin-left: 0;
	}
	.index-corporate .list li .text {
		padding: 0 25px
	}
	.index-corporate .list li .text .t-2 {
		text-align: center;
		font-size: 16px;
	}
	.index-corporate .list li .text .t-3 {
		font-size: 12px
	}
	.index-corporate .list li:nth-child(2n) {
		margin-left: -15px !important;
		margin-left: 0 !important;
		margin-top: 10px;
	}
	.index-corporate .list li:nth-child(3){
		margin-left: 0;
	}
	.index-corporate .list li:nth-child(4){
		top: auto;
	}
	.index-corporate .list-2 {
		display: none
	}
}

.index-advantage .container {
	padding: 0 1.5rem;
	max-width: 192rem
}

.index-advantage .index-title {
	padding-top: 6rem
}

.index-advantage .list {
	margin-top: 5rem;
	overflow: hidden;
	height: 63rem
}

.index-advantage .list li {
	float: left;
	width: 19%;
	height: 63rem;
	overflow: hidden;
	padding: 0 1rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-advantage .list li .box {
	overflow: hidden;
	border-radius: 1rem;
	position: relative
}

.index-advantage .list li .item {
	display: block;
	position: relative;
	border-radius: 1rem;
	width: 115rem
}

.index-advantage .list li .txtbox {
	color: #fff;
	z-index: 9;
	width: 100%;
	bottom: 7rem;
	padding: 0 5rem;
	position: absolute
}

.index-advantage .list li .txtbox .tit {
	font-weight: 700;
	font-size: 3rem
}

.index-advantage .list li .txtbox .tit span {
	display: block
}

.index-advantage .list li .txtbox .txt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: none;
	margin-top: 2rem;
	height: 7rem;
	font-size: 1.8rem;
	line-height: 3.5rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-advantage .list li .pic {
	border-radius: 1rem;
	overflow: hidden;
	height: 63rem;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.index-advantage .list li .pic:before {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 1;
	border-radius: 1rem;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(17, 166, 198, 0)), to(rgba(17, 166, 198, 0.9)));
	background: linear-gradient(to bottom, rgba(17, 166, 198, 0) 60%, rgba(17, 166, 198, 0.9))
}

.index-advantage .list li:last-child .pic:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(38, 109, 145, 0)), to(#266d91));
	background: linear-gradient(to bottom, rgba(38, 109, 145, 0) 60%, #266d91)
}

.index-advantage .list .active {
	width: 62%
}

.index-advantage .list .active .pic:before {
	width: 100%
}

.index-advantage .list .active .txtbox .tit span {
	display: inline-block
}

.index-advantage .list .active .txtbox .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1024px) {
	.index-advantage {
		padding: 50px 0
	}
	.index-advantage .index-title {
		padding-top: 0
	}
	.index-advantage .list {
		height: auto
	}
	.index-advantage .list li {
		margin-top: 20px;
		width: 100% !important;
		height: 240px !important
	}
	.index-advantage .list li .item {
		width: 100%
	}
	.index-advantage .list li .pic {
		height: 240px
	}
	.index-advantage .list li .box {
		width: 100%
	}
	.index-advantage .list li .txtbox {
		padding: 0 20px;
		bottom: 20px !important
	}
	.index-advantage .list li .txtbox .tit span {
		display: inline-block !important
	}
	.index-advantage .list li .txtbox .txt {
		display: block !important;
		line-height: 20px;
		height: 40px;
		font-size: 14px;
		margin-top: 10px
	}
	.index-advantage .list li:first-child {
		margin-top: 0
	}
}

.index-news {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.index-news .index-button {
	margin-top: 5rem;
	text-align: center
}

.index-news .index-title {
	/*padding-top: 8rem*/
}

.index-news .list {
	margin-top: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-news .left {
	width: 49.4%
}

.index-news .left .item {
	position: relative
}

.index-news .left .pic {
	border-radius: 1rem;
	overflow: hidden;
	position: relative
}

.index-news .left .pic img {
	border-radius: 1rem;
	-webkit-transition: all 700ms linear;
	transition: all 700ms linear
}

.index-news .left .pic:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 1rem;
	position: absolute;
	background: rgba(0, 0, 0, 0.1)
}

.index-news .left .pic:after {
	content: "";
	display: block;
	padding-bottom: 69.33333333%
}

.index-news .left .text {
	font-weight: 700;
	color: #fff;
	z-index: 3;
	left: 0;
	width: 100%;
	bottom: 2.5rem;
	padding: 0 3.5rem;
	position: absolute
}

.index-news .left .text .time {
	font-size: 1.4rem
}

.index-news .left .text .title {
	height: 4rem;
	line-height: 4rem;
	font-size: 2.2rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

@media (min-width:1025px) {
	.index-news .left:hover .pic img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
}

.index-news .right {
	width: 47%
}

.index-news .right li:first-child {
	border-top: 0;
	padding-top: 0
}

.index-news .right li {
	padding: 1.8rem 0;
	border-top: solid 1px #ddd
}

.index-news .right li .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-news .right li .pic {
	width: 30%;
	border-radius: 1rem;
	overflow: hidden;
	position: relative
}

.index-news .right li .pic img {
	border-radius: 1rem;
	-webkit-transition: all 700ms linear;
	transition: all 700ms linear
}

.index-news .right li .pic:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 1rem;
	position: absolute;
	background: rgba(0, 0, 0, 0.1)
}

.index-news .right li .pic:after {
	content: "";
	display: block;
	padding-bottom: 69.33333333%
}

.index-news .right li .text {
	width: 67%
}

.index-news .right li .text .time {
	color: #999;
	font-size: 1.4rem
}

.index-news .right li .text .title-1 {
	color: #333;
	margin-top: 1rem;
	font-size: 2rem;
	height: 3rem;
	line-height: 3rem;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.index-news .right li .text .title-2 {
	margin-top: 1rem;
	color: #7a7a7a;
	font-size: 1.5rem;
	height: 4rem;
	line-height: 2rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

@media (min-width:1025px) {
	.index-news .right li:hover .pic img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	.index-news .right li:hover .text .title-1 {
		font-weight: 700;
		color: #0b65c0
	}
}

@media (max-width:1024px) {
	.index-news {
		padding: 50px 0
	}
	.index-news .list {
		margin-top: 30px;
		display: block
	}
	.index-news .left,
	.index-news .right {
		width: 100%
	}
	.index-news .right {
		margin-top: 30px
	}
	.index-news .right li .text .time {
		display: none
	}
	.index-news .right li .text .title-1 {
		margin-top: 0
	}
	.index-news .index-button {
		display: none
	}
}

.index-ad {
	color: #fff;
	height: 58vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.index-ad .container {
	text-align: center
}

.index-ad .t-1 {
	font-size: 6rem;
	line-height: 7rem;
	font-family: var(--font-family-6)
}

.index-ad .t-2 {
	font-size: 5rem;
	text-transform: uppercase;
	color: transparent;
	font-weight: 700;
	-webkit-text-stroke: rgba(255, 255, 255, 0.6) 1px
}

@media (max-width:1024px) {
	.index-ad {
		padding: 60px 0;
		height: auto
	}
	.index-ad .t-1 {
		font-size: 30px;
		line-height: 40px
	}
	.index-ad .t-2 {
		font-size: 20px
	}
}

.footer {
	color: #fff;
	font-weight: lighter
}

.footerindex{
	height: 100vh;
}

.footer .list-box {
	position: relative;
	padding-top: 4rem;
	height: 54vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 2rem
}

.footer .list .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .list .left {
	width: 24%;
	line-height: 3rem
}

.footer .list .left .logo img {
	max-height: 6rem
}

.footer .list .left .txt {
	padding-top: 2rem
}

.footer .list .left .yx {
	line-height: 2.4rem;
	margin-top: 6rem;
	padding-left: 5.5rem;
	position: relative
}

.footer .list .left .yx .icon {
	top: 0;
	left: 0;
	vertical-align: middle;
	text-align: center;
	width: 4.4rem;
	height: 4.4rem;
	position: absolute;
	border-radius: 50%;
	line-height: 4rem;
	background: rgba(255, 255, 255, 0.4)
}

.footer .list .left .yx .icon svg {
	fill: #fff;
	width: 2rem;
	height: 2rem;
	vertical-align: middle
}

.footer .list .left .yx .t-1 {
	font-weight: 700
}

.footer .list .left .yx .t-2 a {
	color: #fff
}

.footer .list .right {
	width: 66%
}

.footer .list .right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .list .right li {
	width: 20%
}

.footer .list .right li .title a {
	color: #fff;
	font-size: 1.8rem
}

.footer .list .right li .drop a {
	display: block;
	margin-top: 2rem;
	color: #fff;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.footer .list .right li .drop a:hover {
	color: #fff
}

.footer .list .right li:nth-child(3) {
	width: 27%
}

.footer .list .right li:last-child {
	width: 12%
}

.footer .copy {
	left: 0;
	width: 100%;
	bottom: 2rem;
	padding-top: 2rem;
	position: absolute;
	border-top: solid 1px rgba(255, 255, 255, 0.2)
}

.footer .copy span {
	padding: 0 4rem;
	display: inline-block
}

.footer .copy a {
	color: #fff;
	float: right
}

.footer .copy a:hover {
	text-decoration: underline
}

@media (max-width:1024px) {
	.footer .list-box {
		min-height: auto;
		padding-bottom: 0
	}
	.footer .list .left {
		width: 100%;
		line-height: 24px
	}
	.footer .list .right {
		display: none
	}
	.footer .copy {
		bottom: auto;
		padding: 15px 0;
		margin-top: 20px;
		position: relative
	}
	.footer .copy span {
		padding: 0
	}
	.footer .copy a {
		float: none;
		display: block
	}
}

.inside-banner {
	position: relative
}

.inside-banner .pc img {
	width: 100%
}

.inside-banner .text {
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 9;
	bottom: 18rem;
	position: absolute
}

.inside-banner .title {
	position: relative
}

.inside-banner .title .t-1 {
	line-height: 8rem;
	font-size: 7.2rem;
	font-weight: 700;
	text-shadow: .5rem 0 1rem rgba(0, 76, 132, 0.25);
	animation:2s fadeInRight2 ease;
}

.inside-banner .title .t-2 {
	left: 0;
	top: -9rem;
	opacity: .7;
	line-height: 11rem;
	font-size: 11rem;
	position: absolute;
	color: transparent;
	font-family: var(--font-family-1);
	-webkit-text-stroke: #fff 1px;
	animation:2s fadeInLeft2 ease;
}

@media (max-width:1024px) {
	.inside-banner {
		margin-top: 60px
	}
}

@media (max-width:767px) {
	.inside-banner .text {
		top: 50%;
		bottom: auto;
		text-align: center;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.inside-banner .title .t-1 {
		font-size: 30px;
		line-height: 40px
	}
	.inside-banner .title .t-2 {
		top: 0;
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 40px
	}
}

.inside-title {
	color: #333;
	font-weight: 700;
	line-height: 5rem;
	font-size: 5rem;
	text-align: center
}

@media (max-width:1024px) {
	.inside-title {
		font-size: 24px;
		line-height: 30px
	}
}

.inside-current {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	height: 6rem;
	line-height: 6rem;
	text-align: right;
	color: #949494;
	font-size: 1.4rem;
	font-weight: normal
}

.inside-current a {
	color: #949494
}

.inside-current a:hover {
	color: var(--main-color)
}

.inside-current i {
	margin: 0 1rem;
	display: inline-block;
	font-size: 1.6rem;
	font-style: normal;
	font-family: "宋体"
}

.inside-current img {
	margin-right: 1rem;
	margin-top: 1.7rem;
	max-height: 2.2rem
}

@media (max-width:1024px) {
	.inside-current {
		display: none
	}
}

.logo-container {
	position: relative;
	width: 42rem;
	height: 42rem
}

.logo-container .img2 {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-animation: waveAppear 3s alternate infinite;
	animation: waveAppear 3s alternate infinite
}

@-webkit-keyframes waveAppear {
	0% {
		-webkit-transform: translateY(20px) scale(.9);
		transform: translateY(20px) scale(.9);
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
	}
	50% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		-webkit-clip-path: polygon(0 60%, 100% 50%, 100% 70%, 0 80%);
		clip-path: polygon(0 60%, 100% 50%, 100% 70%, 0 80%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
}

@keyframes waveAppear {
	0% {
		-webkit-transform: translateY(20px) scale(.9);
		transform: translateY(20px) scale(.9);
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
	}
	50% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		-webkit-clip-path: polygon(0 60%, 100% 50%, 100% 70%, 0 80%);
		clip-path: polygon(0 60%, 100% 50%, 100% 70%, 0 80%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
}

.inside-about {
	position: relative;
	padding: 8rem 0 11rem 0
}

.inside-about .list {
	margin-top: 7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-about .list .left {
	width: 30%
}

.inside-about .list .right {
	width: 62%;
	font-size: 1.8rem;
	line-height: 3.4rem
}

.inside-about .list .right .f30 {
	font-size: 3rem;
	color: #4383bc;
	font-weight: 700;
	padding-top: 1rem;
	padding-bottom: 6rem
}

@media (max-width:1024px) {
	.inside-about {
		padding-top: 40px;
		padding-bottom: 50px
	}
	.inside-about .list {
		margin-top: 30px;
		display: block
	}
	.inside-about .list .left {
		display: none
	}
	.inside-about .list .right {
		width: 100%;
		font-size: 15px;
		line-height: 26px
	}
	.inside-about .list .right .f30 {
		font-size: 16px;
		padding: 20px 0
	}
	.inside-about .list .right .f30 span {
		display: block;
		padding-left: 4.5rem
	}
}

.inside-about-2 {
	position: relative;
	padding-bottom: 37rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center
}

.inside-about-2 .t-1 {
	color: #3c4349;
	font-size: 5rem
}

.inside-about-2 .t-2 {
	color: #11a6c6;
	padding: 1rem 0;
	font-size: 3.8rem
}

.inside-about-2 .t-3 {
	color: #a3a6a6;
	font-size: 3.5rem
}

.inside-about-2 .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.inside-about-2 .list li {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 31rem;
	position: relative;
	text-align: center;
	margin-top: 8rem
}

.inside-about-2 .list li .icon {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.inside-about-2 .list li .item {
	width: 100%
}

.inside-about-2 .list li:before {
	opacity: 0;
	top: 50%;
	left: 50%;
	content: "";
	width: 27.6rem;
	height: 27.6rem;
	position: absolute;
	margin-top: -13.8rem;
	margin-left: -13.8rem;
	background: url(../images/arrow-3.webp) no-repeat center center;
	background-size: cover;
	-webkit-animation: xuanzhuan 19s linear infinite;
	animation: xuanzhuan 19s linear infinite
}

.inside-about-2 .list li:after {
	opacity: 0;
	top: 50%;
	left: 50%;
	content: "";
	width: 27.6rem;
	height: 27.6rem;
	position: absolute;
	margin-top: -13.8rem;
	margin-left: -13.8rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/arrow-4.webp) no-repeat center center;
	background-size: cover;
	-webkit-animation: xuanzhuan2 20s linear infinite;
	animation: xuanzhuan2 20s linear infinite
}

.inside-about-2 .list li .icon {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.inside-about-2 .list li .icon img {
	max-height: 10rem
}

.inside-about-2 .list li .tit {
	margin-top: 20rem;
	color: #3c4349;
	font-size: 2.2rem;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

@media (min-width:1025px) {
	.inside-about-2 .list li:hover:before,
	.inside-about-2 .list li:hover:after {
		opacity: 1
	}
	.inside-about-2 .list li:hover .tit {
		-webkit-transform: translateY(7rem);
		transform: translateY(7rem)
	}
}

@media (max-width:1024px) {
	.inside-about-2 {
		padding-bottom: 250px
	}
	.inside-about-2 .t-1 {
		font-size: 24px
	}
	.inside-about-2 .t-2 {
		font-size: 20px
	}
	.inside-about-2 .t-3 {
		font-size: 20px
	}
	.inside-about-2 .list li {
		margin-top: 30px;
		height: auto
	}
	.inside-about-2 .list li .icon {
		top: auto;
		left: auto;
		position: relative;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	.inside-about-2 .list li .tit {
		margin-top: 20px
	}
}

@media (max-width:640px) {
	.inside-about-2 {
		padding-bottom: 100px
	}
}

.inside-about-3 {
	position: relative;
	padding-top: 3rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center
}

.inside-about-3 .container {
	max-width: 164rem
}

.inside-about-3 .pic {
	margin-top: 6rem;
	text-align: center
}

@media (max-width:1024px) {
	.inside-about-3 {
		padding-bottom: 30px
	}
}

.inside-about-4 {
	overflow: hidden;
	position: relative
}

.inside-about-4 .container {
	max-width: 100%
}

.inside-about-4 .index-title {
	color: #fff;
	z-index: 11;
	top: 13rem;
	left: 0;
	width: 100%;
	position: absolute
}

.inside-about-4 .tabcot {
	position: relative;
	display: none;
	height: 85.4rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.inside-about-4 .tabcot:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	background: rgba(0, 0, 0, 0.2)
}

.inside-about-4 .tabcot.show {
	display: block
}

.inside-about-4 .tabnav {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	position: absolute
}

.inside-about-4 .tabnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.inside-about-4 .tabnav li {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 85.4rem;
	position: relative;
	border-left: solid .1rem rgba(255, 255, 255, 0.5)
}

.inside-about-4 .tabnav li:before {
	z-index: 2;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(29, 137, 175, 0.9)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(29, 137, 175, 0.9))
}

.inside-about-4 .tabnav li .item {
	width: 100%;
	z-index: 3;
	position: relative;
	text-align: center
}

.inside-about-4 .tabnav li .tit {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	padding-bottom: 5rem;
	position: relative
}

.inside-about-4 .tabnav li .tit:after {
	left: 50%;
	bottom: 0;
	content: "";
	width: 4.7rem;
	height: 1px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: var(--main-color);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-about-4 .tabnav li .txt {
	margin-top: 3rem;
	color: #fff;
	line-height: 3rem;
	font-size: 1.8rem;
	padding:0 10px;
}

.inside-about-4 .tabnav li:first-child {
	border-left: 0
}

@media (min-width:1025px) {
	.inside-about-4 li:hover:before {
		opacity: 1
	}
	.inside-about-4 li:hover .tit,
	.inside-about-4 li:hover .txt {
		color: #fff
	}
	.inside-about-4 li:hover .tit:after {
		width: 10rem;
		background: #fff
	}
}

@media (max-width:1024px) {
	.inside-about-4 {
		padding: 50px 0;
		height: auto
	}
	.inside-about-4 .index-title {
		top: auto;
		left: auto;
		position: relative;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	.inside-about-4 ul {
		padding-top: 0;
		margin: 0 -10px
	}
	.inside-about-4 li {
		padding: 0 10px;
		height: auto;
		width: 50%;
		border-left: 0;
		padding-top: 30px
	}
	.inside-about-4 li .item {
		padding: 30px 20px;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		background: rgba(255, 255, 255, 0.4)
	}
	.inside-about-4 li .tit {
		padding-bottom: 20px
	}
}

@media (max-width:500px) {
	.inside-about-4 li {
		width: 100%
	}
}

.inside-adv {
	position: relative;
	padding: 9rem 0
}

.inside-adv ul {
	margin-top: 7rem;
	position: relative
}

.inside-adv ul:before {
	top: 0;
	left: 50%;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background: #99c0e0
}

.inside-adv li:nth-child(2n) {
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit
}

.inside-adv li:nth-child(2n) .left {
	padding-left: 11rem
}

.inside-adv li:nth-child(2n) .left .en {
	left: 0;
	right: 0
}

.inside-adv li:nth-child(2n) .right {
	padding-right: 18rem;
	padding-left: 5rem;
	text-align: left
}

.inside-adv li:nth-child(2n) .right .t-3,
.inside-adv li:nth-child(2n) .right .t-4 {
	padding-left: 2rem
}

.inside-adv li:last-child .left .en {
	left: 5rem
}

.inside-adv li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8rem 0;
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-adv li:before {
	top: -1.2rem;
	left: 50%;
	content: "";
	width: 4.6rem;
	height: 4.6rem;
	background: #daeef2;
	border-radius: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-adv li:after {
	z-index: 2;
	top: 0;
	left: 50%;
	content: "";
	width: 2.2rem;
	height: 2.2rem;
	background: #45a8bd;
	border-radius: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.inside-adv li .left {
	width: 50%;
	position: relative;
	padding-left: 5.5rem
}

.inside-adv li .left .pic {
	position: relative;
	max-width: 59rem;
	overflow: hidden;
	border-radius: 1rem
}

.inside-adv li .left .pic img {
	border-radius: 1rem;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-adv li .left .pic:after {
	content: "";
	display: block;
	padding-bottom: 57.62711864%
}

.inside-adv li .left .en {
	top: 0;
	right: 0;
	line-height: 34rem;
	color: #45a8bd;
	font-size: 36rem;
	position: absolute;
	font-family: var(--font-family-7)
}

.inside-adv li .right {
	width: 50%;
	color: #3c4349;
	padding-left: 18rem;
	padding-right: 5rem;
	text-align: right;
	position: relative
}

.inside-adv li .right .t-1 {
	font-size: 6rem;
	line-height: 6rem;
	color: #d3d9dd;
	font-family: var(--font-family-7);
	font-style: italic
}

.inside-adv li .right .t-2 {
	margin-top: 3rem;
	font-size: 2.6rem;
	position: relative
}

.inside-adv li .right .t-2:before {
	margin-top: 1.8rem;
	vertical-align: top;
	content: "";
	width: .8rem;
	height: .8rem;
	margin-right: 1.2rem;
	border-radius: 50%;
	display: inline-block;
	background: var(--main-color)
}

.inside-adv li .right .t-3 {
	margin-top: 1rem;
	font-size: 2.2rem;
	font-family: var(--font-family-8)
}

.inside-adv li .right .t-4 {
	color: #494848;
	font-size: 1.8rem;
	line-height: 3rem;
	margin-top: 2rem
}

@media (min-width:1025px) {
	.inside-adv li:hover:before {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1)
	}
	.inside-adv li:hover .left .pic img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
}

@media (max-width:1024px) {
	.inside-adv {
		padding-top: 40px;
		padding-bottom: 30px
	}
	.inside-adv ul {
		margin-top: 30px
	}
	.inside-adv ul:before {
		display: none
	}
	.inside-adv li {
		padding: 30px 0;
		display: block
	}
	.inside-adv li .left {
		text-align: center;
		padding: 0 !important;
		width: 100%
	}
	.inside-adv li .left .en {
		display: none
	}
	.inside-adv li .left .pic {
		max-width: 100%
	}
	.inside-adv li .right {
		width: 100%;
		padding: 0 !important;
		text-align: center !important;
		padding-top: 30px !important
	}
}

.inside-lct {
	position: relative;
	padding: 11rem 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1e6f0), color-stop(40%, #f5fafc));
	background: linear-gradient(to bottom, #d1e6f0, #f5fafc 40%)
}

.inside-lct ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 6rem;
	position: relative
}

.inside-lct ul:before {
	top: 42rem;
	left: 50%;
	content: "";
	width: .2rem;
	height: 72%;
	background: #c3dde2;
	position: absolute;
	margin-left: -1px
}

.inside-lct ul:after {
	content: "";
	top: 19%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
	width: 7rem;
	height: 5rem;
	position: absolute;
	background: url(../images/arrow-5.webp) no-repeat center center;
	background-size: cover
}

.inside-lct li {
	width: 50%;
	padding: 0 9rem
}

.inside-lct li .item {
	margin-bottom: 10rem;
	border-radius: 1.5rem;
	position: relative
}

.inside-lct li .item:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 1.5rem;
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.05)), color-stop(90%, rgba(72, 161, 180, 0.74)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 20%, rgba(72, 161, 180, 0.74) 90%)
}

.inside-lct li .item:after {
	content: "";
	top: 35%;
	width: 7rem;
	height: 5rem;
	right: -9rem;
	position: absolute;
	background: url(../images/arrow-5.webp) no-repeat center center;
	background-size: cover
}

.inside-lct li .item .pic {
	overflow: hidden;
	border-radius: 1.5rem
}

.inside-lct li .item .pic img {
	border-radius: 1.5rem
}

.inside-lct li .item .tit {
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 3;
	padding: 2rem;
	font-size: 3.2rem;
	text-shadow: 0 0 1px #fff;
	position: absolute;
	width: 100%
}

.inside-lct li:first-child .item:first-child:after {
	display: none
}

.inside-lct li:nth-child(2) .item:first-child {
	margin-bottom: 17rem
}

.inside-lct li:nth-child(2) .item:first-child:after {
	display: none
}

.inside-lct li:nth-child(2) .item:after {
	top: 55%;
	left: -9rem;
	right: auto;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

@media (max-width:1024px) {
	.inside-lct {
		padding: 50px 0
	}
	.inside-lct ul {
		margin: 0 -10px;
		padding-top: 30px
	}
	.inside-lct ul:before,
	.inside-lct ul:after {
		display: none
	}
	.inside-lct li {
		padding: 0 10px
	}
	.inside-lct li .item {
		margin-bottom: 20px !important
	}
	.inside-lct li .item:after {
		display: none !important
	}
	.inside-lct li .item .tit {
		font-size: 15px;
		text-align: center
	}
}

@media (max-width:420px) {
	.inside-lct li {
		width: 100%
	}
}

.inside-product {
	padding: 10rem 0
}

.inside-product ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.inside-product li {
	padding: 1.7rem;
	width: 33.333%
}

.inside-product li .item {
	border-radius: 2rem;
	position: relative
}

.inside-product li .item:before {
	z-index: 5;
	content: '+';
	font-weight: 700;
	position: absolute;
	font-size: 3.6rem;
	top: .5rem;
	left: 1.5rem;
	color: var(--main-color)
}

.inside-product li .pic {
	overflow: hidden;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1000px' height='1000px' viewBox='0 0 1000 1000' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-422.000000, -306.000000)' fill='%23000000'%3E%3Cpath d='M422,429 C422,400.162756 445.5779,377.21075 473.871663,377.21075 L473.871663,377.21075 L494.502281,377.21075 C496.270863,377.21075 498.03909,376.033561 498.03909,373.679536 C499.218145,332.48322 519.259235,306 554.036735,306 L554.036735,306 L1422,306 L1422,1306 L422,1306 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='1000px' height='1000px' viewBox='0 0 1000 1000' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-422.000000, -306.000000)' fill='%23000000'%3E%3Cpath d='M422,429 C422,400.162756 445.5779,377.21075 473.871663,377.21075 L473.871663,377.21075 L494.502281,377.21075 C496.270863,377.21075 498.03909,376.033561 498.03909,373.679536 C499.218145,332.48322 519.259235,306 554.036735,306 L554.036735,306 L1422,306 L1422,1306 L422,1306 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-size: 200%;
	-webkit-mask-position: -10px -135px;
	mask-size: 200%;
	-webkit-mask-repeat: no-repeat;
	mask-position: -10px -135px;
	mask-repeat: no-repeat;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 2rem
}

.inside-product li .pic img {
	overflow-clip-margin: content-box;
	overflow: clip;
	border-radius: 2rem
}

.inside-product li .text {
	left: 0;
	width: 100%;
	z-index: 6;
	padding: 0 3.5rem;
	bottom: 3rem;
	position: absolute
}

.inside-product li .text .t-1 {
	color: #333;
	font-size: 2.6rem
}

.inside-product li .text .t-2 {
	margin-top: .5rem;
	color: #7a7a7a;
	font-size: 1.8rem
}

.inside-product li .text .t-1,
.inside-product li .text .t-2 {
	height: 3rem;
	line-height: 3rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

@media (min-width:1025px) {
	.inside-product li:hover .pic {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
		-webkit-transition: .5s;
		transition: .5s
	}
}

@media (max-width:1024px) {
	.inside-product {
		padding: 40px 0
	}
	.inside-product li {
		width: 50%
	}
}

@media (max-width:480px) {
	.inside-product li {
		width: 100%
	}
}

.inside-news {
	padding-top: 9rem;
	padding-bottom: 10rem
}

.inside-news .container {
	max-width: 144rem
}

.inside-news .index-title,
.inside-news .index-text {
	text-align: center
}

.inside-news .list {
	position: relative;
	margin-top: 6rem
}

.inside-news .list a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background: #f7f7f7
}

.inside-news .list a:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.inside-news .list a:hover .tit {
	color: var(--main-color)
}

.inside-news .list a:hover .button span:before {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-animation: shine 1.5s ease-out infinite;
	animation: shine 1.5s ease-out infinite
}

.inside-news .list .pic {
	width: 47.5%;
	overflow: hidden;
	position: relative
}

.inside-news .list .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news .list .pic:after {
	content: "";
	display: block;
	padding-bottom: 61.58357771%
}

.inside-news .list .txtbox {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-news .list .txtbox .time {
	width: 20%;
	position: relative;
	padding-left: 6rem;
	margin-top: 1rem
}

.inside-news .list .txtbox .time span {
	display: block;
	color: #6d6d6d;
	font-size: 1.2rem
}

.inside-news .list .txtbox .time span:first-child {
	padding-bottom: 1rem;
	color: #323232;
	font-size: 3.8rem;
	line-height: 4rem
}

.inside-news .list .txtbox .time:after {
	content: "";
	width: 1px;
	right: 0;
	top: 0;
	position: absolute;
	height: 6.7rem;
	background: #b1b1b1
}

.inside-news .list .nr {
	width: 80%;
	padding-left: 3rem
}

.inside-news .list .nr .tit {
	font-weight: 400;
	color: #3c4349;
	height: 8rem;
	font-size: 3rem;
	line-height: 4rem;
	-webkit-transition: color 334ms ease;
	transition: color 334ms ease;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.inside-news .list .nr .txt {
	color: #888;
	margin-top: 3rem;
	height: 9rem;
	line-height: 3rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3
}

.inside-news .swiper-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 95rem;
	margin: 0 auto;
	margin-top: 5rem
}

.inside-news .swiper-button-prev,
.inside-news .swiper-button-next {
	width: 4rem;
	height: 4rem;
	z-index: 9;
	top: auto;
	display: inline-block;
	margin-top: auto;
	position: relative;
	border: solid 1px #e7e7e7;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	vertical-align: top
}

.inside-news .swiper-button-prev:after,
.inside-news .swiper-button-next:after {
	content: "";
	color: var(--main-color);
	font-size: 2rem;
	font-family: "宋体"
}

.inside-news .swiper-button-prev {
	background: url(../images/prev.webp) no-repeat center center #fff;
	background-size: cover
}

.inside-news .swiper-button-next {
	background: url(../images/next.webp) no-repeat center center #fff;
	background-size: cover
}

.inside-news .swiper-pagination-progressbar {
	position: relative;
	height: 1px;
	margin: 0 auto;
	z-index: 1;
	width: 85%;
	background: #e3e3e3
}

.inside-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--main-color);
	height: 2px
}

.inside-news .list-2 li {
	padding: 7rem 0;
	border-bottom: solid 1px #f1f1f1
}

.inside-news .list-2 li .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.inside-news .list-2 li .time {
	width: 3%;
	font-size: 1.2rem;
	border-bottom: solid .3rem var(--main-color);
	color: #555
}

.inside-news .list-2 li .time p:first-child {
	font-size: 3.8rem;
	line-height: 4rem
}

.inside-news .list-2 li .time p:last-child {
	padding-bottom: 3rem
}

.inside-news .list-2 li .pic {
	width: 31%;
	overflow: hidden;
	position: relative
}

.inside-news .list-2 li .pic:after {
	content: "";
	display: block;
	padding-bottom: 56.17977528%
}

.inside-news .list-2 li .pic img {
	-webkit-transition: all 700ms linear;
	transition: all 700ms linear
}

.inside-news .list-2 li .text {
	width: 59%
}

.inside-news .list-2 li .tit {
	color: #2f2f2f;
	font-size: 3.2rem;
	line-height: 4rem;
	height: 4rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.inside-news .list-2 li .txt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	color: #666;
	height: 5.6rem;
	line-height: 2.8rem;
	margin-top: 4rem
}

.inside-news .list-2 li .more {
	bottom: 0;
	position: absolute;
	min-width: 20rem;
	height: 5.8rem;
	text-align: center;
	border-radius: 3rem;
	line-height: 5.6rem;
	color: #3c4349;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	border: solid 1px #3c4349
}

.inside-news .list-2 li .more i {
	font-family: "宋体";
	font-style: normal;
	padding-left: 1rem;
	font-weight: 700
}

.inside-news .list-2 li:hover .pic img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news .list-2 li:hover .tit {
	color: var(--main-color)
}

.inside-news .list-2 li:hover .more {
	color: #fff;
	border-color: var(--main-color);
	background-color: var(--main-color)
}

@media (max-width:1024px) {
	.inside-news {
		padding: 50px 0
	}
	.inside-news .list {
		margin-top: 30px
	}
	.inside-news .list .nr {
		width: 100%
	}
	.inside-news .list .nr .tit {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1
	}
	.inside-news .list a {
		display: block
	}
	.inside-news .list li {
		padding: 0
	}
	.inside-news .list li .time {
		display: none
	}
	.inside-news .list li .pic {
		width: 100%
	}
	.inside-news .list li .nr {
		padding-left: 0
	}
	.inside-news .list li .txtbox {
		width: 100%;
		padding: 30px
	}
	.inside-news .list li .text {
		padding-right: 0;
		padding-left: 20px
	}
	.inside-news .list li .more {
		font-size: 14px;
		margin-top: 15px
	}
	.inside-news .list-2 li {
		padding: 30px 0;
		padding-left: 0
	}
	.inside-news .list-2 li .pic {
		width: 40%
	}
	.inside-news .list-2 li .text {
		width: 56%
	}
	.inside-news .list-2 li .time {
		display: none
	}
	.inside-news .list-2 li .more {
		display: none
	}
	.inside-news .list-2 li .tit {
		font-size: 18px;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1
	}
	.inside-news .list-2 li .txt {
		height: 48px;
		line-height: 24px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2
	}
}

@media (max-width:420px) {
	.inside-news .list-2 li .txt {
		margin-top: 0
	}
}

.inside-job {
	padding: 10rem 0
}

.inside-job li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-job li .left {
	line-height: 3.6rem;
	font-size: 1.8rem;
	width: 40%
}

.inside-job li .left .index-title {
	text-align: left
}

.inside-job li .left .text {
	padding-top: 6rem
}

.inside-job li .left .text p {
	padding-top: 1rem
}

.inside-job li .left .text a {
	color: var(--main-color);
	text-decoration: underline
}

.inside-job li .right {
	width: 58%
}

@media (max-width:1024px) {
	.inside-job {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.inside-job li {
		padding-bottom: 30px;
		display: block
	}
	.inside-job li .left,
	.inside-job li .right {
		width: 100%
	}
	.inside-job li .left .text {
		line-height: 24px;
		padding-top: 20px
	}
	.inside-job li .right {
		margin-top: 30px
	}
}

.inisde-job-2 {
	overflow: hidden;
	background: #f1f5f5;
	padding-top: 9rem;
	padding-bottom: 10rem
}

.inisde-job-2 .index-title {
	text-align: left
}

.inisde-job-2 .list {
	width: 130%;
	margin-top: 7rem
}

.inisde-job-2 .list .swiper-slide {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.inisde-job-2 .list .item {
	width: 100%;
	background: #fff;
	padding: 6rem 4.5rem;
	border-radius: 2rem
}

.inisde-job-2 .list .icon img {
	max-height: 11.5rem
}

.inisde-job-2 .list .tit {
	color: #333;
	font-weight: 700;
	font-size: 2.6rem;
	margin-top: 5rem
}

.inisde-job-2 .list .txt {
	color: #3c4349;
	margin-top: 1rem;
	font-size: 2rem
}

@media (max-width:1024px) {
	.inisde-job-2 {
		padding: 40px 0
	}
	.inisde-job-2 .list {
		width: 100%;
		margin-top: 30px
	}
}

.jobSearch {
	overflow: hidden;
	padding-top: 8rem;
	padding-bottom: 8rem
}

.jobSearch .list {
	position: relative;
	overflow: hidden;
	padding: 7rem 0;
	padding-left: 3.5rem;
	background: #f7f7f7
}

.jobSearch .text {
	max-width: 80rem
}

.jobSearch .title {
	color: #333;
	font-size: 4.6rem
}

.jobSearch .info {
	font-size: 1.8rem;
	line-height: 3rem
}

.jobSearch .btnDiv {
	z-index: 1;
	top: 50%;
	right: 13rem;
	width: 16rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.jobSearch .btnDiv input {
	border: 0;
	font-size: 1.4rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	line-height: 5rem;
	border-radius: 1rem;
	text-align: left;
	padding: 0 1rem;
	padding-left: 4.5rem;
	background: #059fb4;
	color: #fff
}

.jobSearch .btnDiv input::-webkit-input-placeholder {
	color: #fff
}

.jobSearch .btnDiv input:-moz-placeholder {
	color: #fff;
	opacity: 1
}

.jobSearch .btnDiv input::-moz-placeholder {
	color: #fff;
	opacity: 1
}

.jobSearch .btnDiv input:-ms-input-placeholder {
	color: #fff
}

.jobSearch .btnDiv .circle1 {
	display: block;
	width: 60rem;
	height: 60rem;
	border-radius: 50%;
	border: .5rem #eff4f6 solid;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .5s;
	transition: .5s
}

.jobSearch .btnDiv .circle1::before {
	content: "";
	display: block;
	width: 60%;
	height: 60%;
	border-radius: 50%;
	border: .5rem #dcedf5 solid;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.jobSearch .btnDiv .circle1::after {
	content: "";
	display: block;
	width: 30%;
	height: 30%;
	border-radius: 50%;
	border: .5rem #b9e1f3 solid;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.jobSearch .btnDiv .search {
	top: 1.5rem;
	left: 2rem;
	position: absolute
}

.jobSearch .btnDiv .search .icon svg {
	fill: #fff;
	width:2.2rem!important;
	height:2.2rem!important;
}

.jobSearch:hover .btnDiv .circle1 {
	width: 120vw;
	height: 120vw
}

@media screen and (max-width:1024px) {
	.jobSearch {
		padding: 40px 0
	}
	.jobSearch .container {
		padding-right: 0
	}
	.jobSearch .text {
		width: 100%;
		max-width: 100%
	}
	.jobSearch .title {
		font-size: 24px;
		line-height: 1
	}
	.jobSearch .info {
		font-size: 14px;
		margin-top: 10px
	}
	.jobSearch .btnDiv {
		display: none;
		position: static;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding-top: 20px
	}
	.jobSearch .btnDiv>a {
		padding: 0 15px;
		min-width: 140px;
		line-height: 40px;
		border-radius: 20px
	}
	.jobSearch .btnDiv>a .icon {
		width: 24px;
		height: 24px;
		margin-right: 5px
	}
}

.inside-job-3 {
	padding-bottom: 8rem;
	position: relative
}

.inside-job-3 .list li:first-child {
	color: #fff;
	margin-top: 0;
	background: var(--main-color)
}

.inside-job-3 .list li,
.inside-job-3 .list .tit {
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	margin-top: .5rem;
	cursor: pointer;
	text-align: center;
	background: #f6f6f6;
	position: relative
}

.inside-job-3 .list li span,
.inside-job-3 .list .tit span {
	width: 11%;
	padding: 1.5rem 0;
	overflow: hidden
}

.inside-job-3 .list li span:first-child,
.inside-job-3 .list .tit span:first-child {
	width: 25%;
	text-align: left;
	padding-left: 4rem
}

.inside-job-3 .list li span:nth-child(4),
.inside-job-3 .list .tit span:nth-child(4) {
	width: 31%
}

.inside-job-3 .list li.active,
.inside-job-3 .list .tit.active {
	z-index: 3;
	position: relative;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.inside-job-3 .list .txt {
	display: none;
	color: #666;
	padding: 0 6rem;
	line-height: 3.2rem;
	border-radius: 1.5rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #fff;
	text-align: left
}

.inside-job-3 .list .item {
	font-weight: lighter;
	padding-bottom: 6rem
}

.inside-job-3 .list .item .bt {
	color: #222;
	font-size: 2.2rem;
	padding-bottom: 1rem;
	padding-top: 5rem;
	text-shadow: 0 0 1px #222
}

.inside-job-3 .list .item .btn {
	margin-top: 4rem
}

.inside-job-3 .list .item .btn a {
	color: #fff;
	text-align: center;
	padding: 0 2rem;
	height: 5rem;
	line-height: 5rem;
	min-width: 16rem;
	background: var(--main-color);
	display: inline-block;
	border-radius: .5rem
}

.inside-job-3 .list .item .btn img {
	margin-right: 1rem;
	margin-top: 1.1rem;
	max-height: 3rem
}

@media (max-width:1024px) {
	.inside-job-3 .list li,
	.inside-job-3 .list .tit {
		font-size: 13px
	}
	.inside-job-3 .list li span,
	.inside-job-3 .list .tit span {
		width: 30% !important;
		padding-right: 10px !important;
		padding-left: 10px !important
	}
	.inside-job-3 .list li span:first-child,
	.inside-job-3 .list .tit span:first-child {
		width: 65% !important
	}
	.inside-job-3 .list li span:nth-child(2),
	.inside-job-3 .list .tit span:nth-child(2),
	.inside-job-3 .list li span:nth-child(3),
	.inside-job-3 .list .tit span:nth-child(3),
	.inside-job-3 .list li span:nth-child(4),
	.inside-job-3 .list .tit span:nth-child(4),
	.inside-job-3 .list li span:nth-child(5),
	.inside-job-3 .list .tit span:nth-child(5) {
		display: none
	}
	.inside-job-3 .list li:first-child {
		font-size: 14px
	}
	.inside-job-3 .list .item {
		padding-top: 0
	}
	.inside-job-3 .list .txt {
		padding: 0 0
	}
}

.inside-contact {
	padding-bottom: 10rem;
	padding-top: 9rem
}

.inside-contact .inside-title {
	text-align: left
}

.inside-contact ul {
	margin: 0 -7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 4.5rem;
	padding-top: 8rem;
	border-top: solid 1px #e9e9e9
}

.inside-contact li {
	width: 25%;
	font-size: 1.8rem;
	padding: 0 7rem;
	text-align: center;
	position: relative
}

.inside-contact li:before {
	content: "";
	width: 1px;
	top: 0;
	left: 0;
	position: absolute;
	height: 17rem;
	background: #e9e9e9
}

.inside-contact li .icon {
	margin: 0 auto;
	width: 6.5rem;
	height: 6.5rem;
	background: #f7f7f7;
	border-radius: 50%;
	border: solid 1px #dedede
}

.inside-contact li .icon img {
	max-height: 6.5rem
}

.inside-contact li .t-1 {
	color: #888;
	margin-top: 3rem
}

.inside-contact li .t-2 {
	margin-top: 1.5rem;
	color: #3c4349
}

.inside-contact li .t-2 a {
	color: #3c4349
}

.inside-contact li .t-3 {
	color: #3c4349
}

.inside-contact li .t-4 {
	margin-top: -1rem
}

.inside-contact li .t-4 img {
	max-height: 18.8rem
}

.inside-contact li:first-child:before {
	display: none
}

@media (max-width:1024px) {
	.inside-contact {
		padding: 40px 0
	}
	.inside-contact ul {
		margin: 0 0;
		margin-top: 30px;
		padding-top: 30px
	}
	.inside-contact li {
		padding: 20px;
		width: 50%
	}
	.inside-contact li:before {
		display: none
	}
}

@media (max-width:480px) {
	.inside-contact li {
		width: 100%
	}
}

.contact-map {
	position: relative
}

.contact-map .pic {
	text-align: center
}

.contact-map .pic a {
	display: block
}

.contact-map .pic img {
	width: 100%
}

.contact-map .textDiv {
	top: 30%;
	position: absolute;
	right: 45.83333333%
}

.contact-map .textDiv .container {
	width: 100%;
	max-width: 100%
}

.contact-map .nr {
	width: 60rem;
	padding: 3rem;
	-webkit-box-shadow: 0 3rem 3rem 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 3rem 3rem 0 rgba(0, 0, 0, 0.4);
	background: #fff;
	color: #333;
	border-radius: 2rem;
	background-size: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.contact-map .nr::after {
	content: "";
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 3rem 0 3rem 4rem;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	right: -4rem;
	top: 0;
	bottom: 0
}

.contact-map .div-1 p {
	margin-bottom: 1rem
}

.contact-map .div-1:last-child {
	margin-bottom: 0
}

.contact-map .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #3c4349;
	padding-right: 1rem
}

.contact-map .img {
	width: 30.7rem
}

.contact-map .title {
	font-size: 1.4rem;
	margin-bottom: 1rem
}

.contact-map .title b {
	font-size: 2.1rem;
	font-weight: 400
}

@media screen and (max-width:1024px) {
	.contact-map {
		padding-bottom: 40px
	}
	.contact-map .textDiv {
		position: static;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.contact-map .nr {
		margin-top: 40px;
		width: auto;
		height: auto;
		background: none;
		padding: 40px 25px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		font-size: 14px;
		display: block;
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
		border-radius: 10px
	}
	.contact-map .nr:after {
		display: none
	}
	.contact-map .text {
		width: 100%;
		padding: 0 0 20px 0
	}
	.contact-map .title {
		font-size: 18px;
		margin-bottom: 10px
	}
	.contact-map .title b {
		font-size: 20px
	}
	.contact-map .img {
		width: 100%
	}
	.contact-map .img img {
		width: 100%
	}
	.contact-map .div-1 {
		margin-bottom: 10px
	}
	.contact-map .a-1 {
		font-size: 16px
	}
}

.inside-message {
	padding: 10rem 0;
	position: relative
}

.inside-message .inside-title {
	text-align: left
}

.inside-message .info {
	color: #3c4349;
	font-size: 1.8rem;
	padding-top: 3.5rem
}

.inside-message .list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 9rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-message .left {
	position: relative;
	width: 27%
}

.inside-message .left .t-1 {
	color: #0062b2;
	font-size: 1.8rem;
	padding-top: 2.5rem
}

.inside-message .left .t-2 {
	color: #3c4349;
	padding-right: 5rem;
	padding-top: 6rem;
	line-height: 2.8rem
}

.inside-message .left .swiper-hezi {
	bottom: 0;
	width: 43rem;
	position: absolute
}

.inside-message .left .swiper-container .pic {
	border-radius: 1rem
}

.inside-message .left .swiper-container .pic img {
	border-radius: 1rem
}

.inside-message .left .swiper-box {
	height: 4.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 4rem
}

.inside-message .left .swiper-pagination-progressbar {
	height: 1px;
	position: relative;
	top: auto;
	left: auto
}

.inside-message .left .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--main-color)
}

.inside-message .left .swiper-pagination {
	width: 70%
}

.inside-message .left .swiper-button-prev,
.inside-message .left .swiper-button-next {
	top: auto;
	margin-top: auto;
	margin-left: 1.5rem;
	left: auto;
	right: auto;
	color: #283448;
	position: relative;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 50%;
	background: #d9e1e6
}

.inside-message .left .swiper-button-prev:after,
.inside-message .left .swiper-button-next:after {
	font-size: 1.6rem
}

.inside-message .left .swiper-button-prev:hover,
.inside-message .left .swiper-button-next:hover {
	color: #fff;
	background: var(--main-color)
}

.inside-message .right {
	width: 65%
}

.inside-message .right li {
	margin: 0 -0.6rem;
	margin-top: 1.2rem
}

.inside-message .right li .bd {
	padding: 0 .6rem
}

.inside-message .right li textarea::-webkit-input-placeholder,
.inside-message .right li input::-webkit-input-placeholder {
	color: #5f6e7b
}

.inside-message .right li textarea:-moz-placeholder,
.inside-message .right li input:-moz-placeholder {
	color: #5f6e7b;
	opacity: 1
}

.inside-message .right li textarea::-moz-placeholder,
.inside-message .right li input::-moz-placeholder {
	color: #5f6e7b;
	opacity: 1
}

.inside-message .right li textarea:-ms-input-placeholder,
.inside-message .right li input:-ms-input-placeholder {
	color: #5f6e7b
}

.inside-message .right li .iinput,
.inside-message .right li .itextarea {
	font-family: "微软雅黑";
	padding: 0 3rem;
	width: 100%;
	border: 0;
	color: #5f6e7b;
	font-size: 2rem;
	border-radius: .5rem;
	height: 8rem;
	line-height: 8rem;
	background: #f1f5f5
}

.inside-message .right li .itextarea {
	padding-bottom: 2rem;
	padding-top: 2rem;
	line-height: 3rem;
	height: 24rem
}

.inside-message .right .liw-2,
.inside-message .right .liw-3 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.inside-message .right .liw-2 .bd,
.inside-message .right .liw-3 .bd {
	width: 33.333%
}

.inside-message .right .liw-2 .iinput,
.inside-message .right .liw-3 .iinput {
	text-align: center
}

.inside-message .right .liw-2 .bd-2 .iinput,
.inside-message .right .liw-3 .bd-2 .iinput {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.inside-message .right .liw-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.inside-message .right .liw-2 .bd {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.inside-message .right .liw-2 .bd-2 {
	width: 68%
}

.inside-message .right .liw-2 .iinput {
	text-align: left
}

.inside-message .right .form_item {
	width: 100%;
	border: 0;
	color: #5f6e7b;
	cursor: pointer;
	font-size: 2rem;
	border-radius: .5rem;
	height: 8rem;
	line-height: 8rem;
	background: #f1f5f5;
	position: relative
}

.inside-message .right .form_item:hover {
	color: #fff;
	background: #065566;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.inside-message .right .form_item label {
	position: absolute;
	left: 3rem
}

.inside-message .right .form_item label:after {
	content: "";
	width: 1px;
	margin-left: 2rem;
	margin-top: 2.6rem;
	vertical-align: top;
	display: inline-block;
	background: #c0c6ca;
	height: 3.5rem;
	background: #065566
}

.inside-message .right .form_item .span {
	padding-left: 18rem;
	display: block;
	position: relative
}

.inside-message .right .form_item.phone {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	width: 32%
}

.inside-message .right .form_item.phone .span {
	position: relative;
	padding-left: 3rem
}

.inside-message .right .form_item.phone .span:after {
	content: "";
	width: 1px;
	margin-left: 3rem;
	margin-top: 2.6rem;
	vertical-align: top;
	display: inline-block;
	height: 3.5rem;
	background: #065566
}

.inside-message .right .form_item.phone .hover {
	height: 25rem
}

.inside-message .right .form_item.phone .hover ul {
	height: 20rem;
	overflow: auto
}

.inside-message .right .form_item.phone .hover li {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.inside-message .right .form_item .hover {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	padding: 2rem 0;
	border-radius: .5rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #065566;
	z-index: 2
}

.inside-message .right .form_item .hover li {
	margin: 0;
	color: #fff;
	line-height: 2rem;
	padding: 1.7rem 0;
	font-size: 2rem;
	padding-left: 3rem
}

.inside-message .right .form_item .hover li:hover {
	color: rgba(255, 255, 255, 0.7)
}

.inside-message .right .btn {
	padding: 0 .6rem;
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-message .right .rest,
.inside-message .right .submit {
	color: #464646;
	font-size: 1.8rem;
	border-radius: .5rem;
	background: transparent;
	min-width: 17rem;
	height: 5rem;
	line-height: 4.8rem;
	border: solid 1px #464646;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-message .right .rest:hover,
.inside-message .right .submit:hover {
	-webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2)
}

.inside-message .right .submit {
	color: #fff;
	position: relative;
	margin-left: 1.5rem;
	border-color: var(--main-color);
	background: url(../images/arrow-2.webp) no-repeat center right 1.5rem var(--main-color)
}

@media (max-width:1024px) {
	.inside-message {
		padding-top: 0;
		padding-bottom: 50px
	}
	.inside-message .list {
		display: block;
		padding-top: 30px
	}
	.inside-message .left,
	.inside-message .right {
		width: 100%
	}
	.inside-message .left .t-1 {
		font-size: 16px
	}
	.inside-message .left .t-2 {
		font-size: 14px;
		line-height: 26px;
		padding-top: 20px
	}
	.inside-message .left .t-3 {
		font-size: 16px;
		padding-top: 30px
	}
	.inside-message .left .swiper-hezi {
		width: 100%;
		margin-top: 30px;
		bottom: auto;
		left: auto;
		position: relative
	}
	.inside-message .right li {
		margin-top: 0
	}
	.inside-message .right li .bd {
		margin-top: 12px;
		width: 100% !important
	}
	.inside-message .right .liw-3 .iinput {
		text-align: left
	}
}

@media (max-width:640px) {
	.inside-message .right {
		margin-top: 30px;
		text-align: center
	}
	.inside-message .right .btn {
		display: block
	}
	.inside-message .verifyDiv {
		width: 100%;
		margin-bottom: 30px
	}
}

.inside-proshow {
	padding-top: 3rem;
	padding-bottom: 9rem
}

.inside-proshow .inside-current {
	text-align: left
}

.inside-proshow .bt {
	color: #3c4349;
	font-size: 2.8rem;
	font-weight: 700;
	position: relative;
	padding-left: 2rem
}

.inside-proshow .bt:before {
	content: "";
	top: 50%;
	left: 0;
	width: .4rem;
	position: absolute;
	height: 2.8rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: var(--main-color)
}

.inside-proshow .list {
	padding-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.inside-proshow .list .left {
	width: 42%
}

.inside-proshow .list .right {
	padding-left: 6.5rem;
	width: 49%
}

.inside-proshow .list .right .title {
	color: #222;
	font-size: 3.6rem;
	font-weight: normal
}

.inside-proshow .list .right .text {
	padding-top: 8rem;
	color: #3c4349;
	line-height: 3.2rem;
	font-size: 2rem
}

.inside-proshow .list-2 {
	margin-top: 8rem
}

.inside-proshow .list-2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1rem
}

.inside-proshow .list-2 li {
	width: 25%;
	padding: 0 1rem;
	margin-top: 4rem;
	text-align: center
}

.inside-proshow .list-2 li .tit {
	color: #3c4349;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 2rem
}

.inside-proshow .list-3 {
	color: #3c4349;
	padding-top: 10rem;
	font-size: 2rem
}

.inside-proshow .list-3 .t-1 {
	margin-top: 2.5rem
}

.inside-proshow .list-4 {
	margin-top: 9rem
}

.inside-proshow .list-4 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-proshow .list-4 li {
	width: 49%;
	color: #454545;
	font-size: 1.8rem;
	padding: 0 3rem;
	height: 5rem;
	line-height: 5rem;
	background: #f1f5f5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.inside-proshow .list-4 li a {
	color: #454545
}

.inside-proshow .list-4 li:hover a {
	color: var(--main-color)
}

.inside-proshow .myswiper1 {
	width: 76.5%;
	float: left;
	background: url(../images/bg-4.webp) no-repeat center center
}

.inside-proshow .myswiper1 .pic {
	position: relative
}

.inside-proshow .myswiper1 .pic:after {
	content: "";
	display: block;
	padding-bottom: 109.01639344%
}

.inside-proshow .myswiper2 {
	width: 21.5%;
	float: right;
	padding: 2rem 0;
	overflow: hidden;
	height: 53.2rem
}

.inside-proshow .myswiper2 li {
	cursor: pointer;
	background: #fff;
	margin-top: 1.1rem;
	border: solid 1px #ededed;
	height: auto !important
}

.inside-proshow .myswiper2 .pic {
	position: relative
}

.inside-proshow .myswiper2 .pic:after {
	content: "";
	display: block;
	padding-bottom: 109.01639344%
}

.inside-proshow .myswiper2 .swiper-slide-thumb-active {
	background-color: #d5dae1;
	border-color: var(--main-color)
}

.inside-proshow .swiper-button-prev,
.inside-proshow .swiper-button-next {
	height: 2rem;
	opacity: 1 !important;
	width: 100%;
	left: 0;
	margin-top: auto;
	background: #e1e1e1
}

.inside-proshow .swiper-button-prev:after,
.inside-proshow .swiper-button-next:after {
	color: #999;
	font-size: 1.6rem
}

.inside-proshow .swiper-button-prev:hover,
.inside-proshow .swiper-button-next:hover {
	background: var(--main-color)
}

.inside-proshow .swiper-button-prev:hover:after,
.inside-proshow .swiper-button-next:hover:after {
	color: #fff
}

.inside-proshow .swiper-button-prev {
	top: 0
}

.inside-proshow .swiper-button-prev:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.inside-proshow .swiper-button-next {
	bottom: 0
}

.inside-proshow .swiper-button-next:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media (max-width:1024px) {
	.inside-proshow {
		padding: 40px 0;
		padding-top: 100px
	}
	.inside-proshow .container {
		display: block
	}
	.inside-proshow .list {
		padding-top: 0;
		overflow: hidden;
		display: block
	}
	.inside-proshow .list .left {
		overflow: hidden;
		width: 100%
	}
	.inside-proshow .list .right {
		width: 100%;
		padding-left: 0;
		padding-top: 30px
	}
	.inside-proshow .list .right .text {
		line-height: 24px;
		font-size: 15px;
		padding-top: 20px
	}
	.inside-proshow .myswiper2 {
		width: 18.3%
	}
}

@media (max-width:1024px) {
	.inside-proshow .list-2 li {
		width: 50%
	}
	.inside-proshow .list-3 {
		padding-top: 40px
	}
	.inside-proshow .list-4 {
		margin-top: 40px
	}
}

@media (max-width:640px) {
	.inside-proshow .list .right .title {
		font-size: 16px
	}
	.inside-proshow .list-2 {
		margin-top: 40px
	}
}

@media (max-width:550px) {
	.inside-proshow .myswiper2 {
		width: 20%;
		height: 400px
	}
}

@media (max-width:510px) {
	.inside-proshow .myswiper2 {
		height: 372px
	}
}

@media (max-width:480px) {
	.inside-proshow .myswiper2 {
		height: 355px
	}
}

@media (max-width:460px) {
	.inside-proshow .myswiper2 {
		height: 340px
	}
}

@media (max-width:440px) {
	.inside-proshow .myswiper2 {
		height: 325px
	}
}

@media (max-width:420px) {
	.inside-proshow .myswiper2 {
		height: 315px
	}
}

@media (max-width:414px) {
	.inside-proshow .myswiper2 {
		height: 310px
	}
}

@media (max-width:380px) {
	.inside-proshow .myswiper2 {
		height: 285px
	}
}

@media (max-width:375px) {
	.inside-proshow .myswiper2 {
		height: 280px
	}
}

@media (max-width:365px) {
	.inside-proshow .myswiper2 {
		height: 270px
	}
}

.inside-proshow-2 {
	height: 50rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-attachment: fixed;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.inside-proshow-2 .container {
	width: 100%;
	text-align: center
}

.inside-proshow-2 .title {
	color: #fff;
	line-height: 8rem;
	font-size: 7.4rem;
	font-style: italic;
	font-family: var(--font-family-6);
	text-shadow: .3rem 0 .7rem rgba(56, 133, 173, 0.72)
}

.inside-proshow-2 .index-button {
	margin-top: 3rem
}

.inside-proshow-2 .index-button a {
	border: solid .2rem #fff
}

@media (max-width:1024px) {
	.inside-proshow-2 {
		height: auto;
		padding: 50px 0
	}
	.inside-proshow-2 .title {
		font-size: 30px;
		line-height: 40px
	}
}

@-webkit-keyframes myrotate {
	from {
		stroke-dashoffset: 100
	}
	to {
		stroke-dashoffset: 25
	}
}

@keyframes myrotate {
	from {
		stroke-dashoffset: 100
	}
	to {
		stroke-dashoffset: 25
	}
}

.index-case {
	width: 100%;
	background-color: #eee;
	min-height: 100vh;
	position: relative
}

.index-case .indexcasea1 {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	top: 0
}

.index-case .indexcasea1 .bgimg {
	width: 100%;
	height: 100%;
	position: relative
}

.index-case .indexcasea1 .bgimg .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

.index-case .indexcasea1 .bgimg .img.on {
	opacity: 1
}

.index-case .indexcasea1 .bgimg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.index-case .indexcasea1 .container {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5
}

.index-case .indexcasea1 .container .index-title {
	color: #fff;
	text-align: left;
	padding-bottom: 6rem
}

.index-case .indexcasea1 .container .index-button {
	margin-top: 6rem
}

.index-case .indexcasea1 .container .publicindextitle {
	width: 27%;
	color: #fff;
	line-height: 3rem
}

.index-case .indexcasea1 .container .publicindextitle .public-btn2 .public-btn0 {
	border: 1px solid #fff;
	background-color: transparent
}

.index-case .indexcasea1 .container .publicindextitle .public-btn2 .public-btn0::before {
	background-color: transparent;
	left: -100%
}

.index-case .indexcasea1 .container .publicindextitle .public-btn2 .public-btn0:hover {
	border: 1px solid #d70000
}

.index-case .indexcasea1 .container .publicindextitle .public-btn2 .public-btn0:hover::before {
	left: 0;
	background-color: #d70000
}

.index-case .indexcasea2 {
	padding: 10vh 0 6rem;
	padding-bottom: 0;
	margin-top: -100vh;
	position: relative;
	margin-left: auto
}

.index-case .indexcasea2 .mbbox {
	display: none
}

.index-case .indexcasea2 .mbbox .container {
	width: 100% !important
}

.index-case .indexcasea2 .rightbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 0 auto
}

.index-case .indexcasea2 .rightbox .rightbox2 {
	width: 46%;
	height: 46rem;
	background: #fff;
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom: 7rem;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s
}

.index-case .indexcasea2 .rightbox .rightbox2 .cimg {
	top: 50%;
	right: -11rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.index-case .indexcasea2 .rightbox .rightbox2 .cimg img {
	max-height: 24.2rem
}

.index-case .indexcasea2 .rightbox .rightbox2:nth-child(even) {
	-webkit-transform: translateY(19rem);
	transform: translateY(19rem)
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn0 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
	background: #fff
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn0 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn1 {
	color: #333;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	padding-left: 3rem;
	padding-top: 3rem;
	-webkit-transition: all .2s;
	transition: all .2s;
	z-index: 2
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn2 {
	z-index: 2;
	position: absolute;
	color: #333;
	right: 0;
	top: 0;
	font-size: 2rem;
	font-weight: 700;
	padding-right: 3rem;
	padding-top: 3rem;
	-webkit-transition: all .2s;
	transition: all .2s
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn3 {
	position: absolute;
	width: 100%;
	bottom: 3rem;
	left: 0;
	padding: 0 3rem
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn3 .img {
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn3 .img img {
	height: 7.5rem
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn3 .cn4 {
	color: #333;
	font-weight: 700;
	font-size: 2rem;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin-bottom: 2rem
}

.index-case .indexcasea2 .rightbox .rightbox2 .cn3 .cn5 {
	color: #333;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s
}

.index-case .indexcasea2 .rightbox .rightbox2.on {
	border: solid 1px #fff;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px)
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn0 {
	opacity: 0
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn1 {
	color: #fff
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn2 {
	color: #fff
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn3 .img {
	opacity: 1
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn3 .cn4 {
	color: #fff;
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5)
}

.index-case .indexcasea2 .rightbox .rightbox2.on .cn3 .cn5 {
	color: #fff
}

.index-case .indexcasea2 .rightbox .rightbox2:hover {
	background-color: rgba(255, 255, 255, 0.5)
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn0 {
	opacity: 0
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn1 {
	color: #fff
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn2 {
	color: #fff
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn3 .img {
	opacity: 1
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn3 .cn4 {
	color: #fff
}

.index-case .indexcasea2 .rightbox .rightbox2:hover .cn3 .cn5 {
	color: #fff
}

@media (max-width:1024px) {
	.index-case {
		min-height: auto
	}
	.index-case .indexcasea1 {
		top: auto;
		left: auto;
		position: relative;
		height: 400px
	}
	.index-case .indexcasea2 {
		padding: 0;
		display: none;
		margin-top: auto;
		width: 100% !important;
		margin-right: 0 !important
	}
	.index-case .indexcasea1 .container .publicindextitle {
		width: 100% !important
	}
	.index-case .indexcasea2 .rightbox {
		display: block
	}
	.index-case .indexcasea2 .rightbox .rightbox2 {
		width: 100% !important
	}
	.index-case .indexcasea2 .rightbox .rightbox2 .cn3 {
		position: relative;
		bottom: auto;
		left: auto
	}
}

.news-show {
	line-height: 3.6rem;
	position: relative;
	margin-top: -1px;
	color: #555;
	font-size: 1.8rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #fff), to(#e5e5e5));
	background: linear-gradient(to bottom, #fff 90%, #e5e5e5)
}

.news-show .hd {
	padding-top: 2rem;
	padding-bottom: 3rem;
	border-bottom: 1px #e0e1e0 solid;
	position: relative
}

.news-show .hd .inside-current {
	text-align: left
}

.news-show .show-title {
	font-weight: 400;
	line-height: 6rem;
	color: #3c4349;
	text-align: left;
	margin-top: 2rem;
	font-size: 4.2rem;
	margin-bottom: 3rem
}

.news-show .show-info {
	color: #555;
	line-height: 2.4rem;
	padding: 1.5rem 0;
	font-weight: 100;
	position: relative
}

.news-show .show-info span {
	padding-right: 3rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.news-show .show-info span:last-child {
	margin-right: 0;
	padding-right: 0
}

.news-show .show-info svg {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 1rem
}

.news-show .bd {
	border-left: 1px #e0e1e0 solid
}

.news-show .bd>.container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: self-start;
	-ms-flex-align: self-start;
	align-items: self-start
}

.news-show .aside {
	width: 7.2rem;
	position: -webkit-sticky;
	position: sticky;
	padding-top: 20rem;
	left: 0;
	top: 0;
	margin-left: -7.2rem
}

.news-show .aside .socialMedia {
	background: #f2f2f2;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	text-align: center;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	position: relative;
	z-index: 30
}

.news-show .aside .socialMedia .bt {
	display: block;
	font-size: 1.4rem;
	color: #333;
	line-height: 3rem;
	margin-bottom: 1rem
}

.news-show .aside .socialMedia .icon {
	display: block;
	width: 4rem;
	height: 4rem;
	margin: auto
}

.news-show .aside .socialMedia a {
	display: block;
	margin-bottom: 1rem
}

.news-show .aside .socialMedia a:last-child {
	margin-bottom: 0
}

.news-show .aside .socialMedia a:hover {
	opacity: .8
}

.news-show .aside .returnList {
	background: var(--main-color);
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	text-align: center;
	color: #fff;
	padding-top: 5.5rem;
	padding-bottom: 1.5rem;
	margin-top: -3rem;
	position: relative;
	z-index: 20
}

.news-show .aside .returnList a {
	color: #fff
}

.news-show .aside .returnList a:hover {
	opacity: .8
}

.news-show .aside .returnList .bt {
	display: block;
	font-size: 1.4rem;
	line-height: 3rem;
	margin-bottom: 1rem
}

.news-show .aside .returnList .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	border: .2rem #fff solid;
	margin: auto
}

.news-show .aside .returnList .icon svg {
	width: 2rem;
	height: 2rem
}

.news-show .aside .returnTop {
	background: #0366ac;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	text-align: center;
	color: #fff;
	padding-top: 5rem;
	padding-bottom: 2rem;
	margin-top: -3rem;
	position: relative
}

.news-show .aside .returnTop a {
	color: #fff
}

.news-show .aside .returnTop a:hover {
	opacity: .8
}

.news-show .aside .returnTop .bt {
	display: block;
	font-size: 1.4rem;
	line-height: 3rem;
	margin-bottom: 1rem
}

.news-show .aside .returnTop .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	margin: auto
}

.news-show .aside .returnTop .icon svg {
	width: 2.4rem;
	height: 2.4rem;
	color: #fff
}

.news-show .bdC {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news-show .bdC .left {
	width: 68%;
	padding-bottom: 8rem;
	border-left: 1px rgba(0, 0, 0, 0.08) solid;
	border-right: 1px rgba(0, 0, 0, 0.08) solid;
	padding-left: 5rem;
	padding-right: 5rem
}

.news-show .bdC .right {
	width: 32%;
	padding-bottom: 10rem;
	padding-top: 8rem;
	padding-left: 4rem
}

.news-show .bdC .titleBig {
	font-weight: 700;
	line-height: 1;
	color: #2f2f2f;
	font-size: 2.6rem;
	margin-bottom: 5rem
}

.news-show .nr {
	color: #555;
	line-height: 3.6rem;
	font-size: 2rem;
	padding-bottom: 8rem
}

.news-show .nr p {
	margin-top: 2rem
}

.news-show .nr .title-1 {
	color: #333;
	margin-top: 8rem;
	font-size: 3.2rem;
	line-height: 4rem;
	margin-bottom: 6rem
}

.news-show .nr .title-2 {
	text-align: center;
	font-size: 1.8rem;
	padding: 4rem 0;
	position: relative
}

.news-show .nr .title-2:before,
.news-show .nr .title-2:after {
	left: 0;
	width: 100%;
	content: "";
	height: .4rem;
	position: absolute;
	background: url(../images/line.webp) repeat-x top left
}

.news-show .nr .title-2:before {
	top: 0
}

.news-show .nr .title-2:after {
	bottom: 0
}

.news-show .nr .title-3 {
	position: relative;
	padding-bottom: 2rem;
	margin-top: 7rem;
	color: #2f2f2f;
	text-align: center;
	font-size: 3rem;
	font-weight: 700
}

.news-show .nr .title-3:after {
	content: "";
	bottom: 0;
	left: 50%;
	width: 5.4rem;
	height: .3rem;
	position: absolute;
	background: #2f2f2f;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.news-show .tags {
	line-height: 3.6rem;
	padding-bottom: 10rem
}

.news-show .tags .bt {
	color: #333;
	margin-right: 1rem
}

.news-show .tags a {
	color: #333;
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 1rem
}

.news-show .tags a:hover {
	color: var(--main-color);
	text-decoration: underline
}

.news-show .tjNews {
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 12rem
}

.news-show .tjNews .list li {
	padding-bottom: 2.5rem
}

.news-show .tjNews .list li:last-child {
	padding-bottom: 0
}

.news-show .tjNews .list .box {
	display: block;
	background-color: #eaeaeb;
	color: #222;
	font-size: 2rem;
	padding: 3rem 3rem
}

.news-show .tjNews .list .title {
	margin-bottom: 2rem;
	line-height: 3rem;
	height: 6rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.news-show .tjNews .list .btnDiv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news-show .tjNews .list .btnDiv>span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top
}

.news-show .tjNews .list .btnDiv svg {
	width: 3.2rem;
	height: auto
}

.news-show .tjNews .list .box:hover {
	color: var(--main-color)
}

@media (max-width:1024px) {
	.news-show {
		padding-bottom: 50px;
		padding-top: 60px;
		margin-top: 0;
		font-size: 14px;
		line-height: 24px
	}
	.news-show .show-title {
		font-size: 20px;
		line-height: 30px
	}
	.news-show .tags {
		line-height: 24px;
		padding-bottom: 20px
	}
	.news-show .aside {
		display: none
	}
	.news-show .bdC .left {
		width: 100%;
		padding: 0;
		border: 0
	}
	.news-show .bdC .right {
		width: 100%;
		padding: 0;
		float: none;
		margin-top: 30px
	}
	.news-show .nr {
		padding-bottom: 30px
	}
	.news-show .nr .title-1 {
		font-size: 22px;
		line-height: 30px;
		margin: 40px 0 30px 0
	}
	.news-show .nr .title-3 {
		font-size: 18px;
		line-height: 30px
	}
}

.prev-next .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2rem;
	margin-right: -2rem
}

.prev-next .prev,
.prev-next .next {
	width: 50%;
	padding-left: 2rem;
	padding-right: 2rem
}

.prev-next .title {
	color: #333;
	margin-bottom: 1rem;
	font-size: 1.8rem
}

.prev-next a {
	color: #2f2f2f;
	font-size: 2.4rem
}

.prev-next a:hover {
	color: var(--main-color)
}

@media (max-width:1024px) {
	.prev-next .prev,
	.prev-next .next {
		width: 100%;
		margin-top: 15px
	}
	.prev-next a {
		font-size: 16px
	}
}

.inside-page {
	font-size: 12px;
	text-align: center;
	padding-top: 8rem
}

.inside-page a {
	width: 4rem;
	height: 4rem;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 3.8rem;
	border-radius: 100%;
	margin: 0 .5rem;
	font-size: 12px;
	color: #666;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #b5b5b5
}

.inside-page a:hover,
.inside-page .cur {
	color: #fff;
	border-color: var(--main-color);
	background: var(--main-color)
}

.inside-page .prev,
.inside-page .next {
	width: 10.6rem;
	position: relative;
	border-radius: 3rem
}

.inside-page .prev:before {
	content: "<";
	margin-right: .6rem;
	font-family: "宋体";
	display: inline-block;
	font-weight: 700
}

.inside-page .next:after {
	content: ">";
	margin-left: .6rem;
	font-family: "宋体";
	display: inline-block;
	font-weight: 700
}

.inside-page span {
	padding-left: 2rem;
	font-size: 1.4rem
}

.inside-page span input {
	color: #666;
	width: 6rem;
	padding: 0 1rem;
	height: 2.4rem;
	text-align: center;
	font-family: arial
}

@media (max-width:1024px) {
	.inside-page {
		padding: 30px 0 0 0
	}
	.inside-page .prev,
	.inside-page .next {
		width: auto;
		border-radius: 0
	}
	.inside-page a {
		width: auto;
		height: auto;
		padding: 0 5px;
		border-radius: 0;
		margin: 0
	}
	.inside-page span {
		display: none
	}
}

#searchPopup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 9999
}

#searchPopup .searchBox {
	color: #fff;
	padding-right: 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	top: 13rem;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

#searchPopup .searchBox.fadeIn {
	top: 10rem;
	opacity: 1;
	z-index: 999
}

#searchPopup .searchBox .container {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

#searchPopup .searchBox input {
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	border: 1px #fff solid;
	background: #fff;
	color: #333;
	width: 40%;
	padding: 0 10px;
	font-size: 1.4rem;
	height: 6rem;
	line-height: 5.8rem
}

#searchPopup .searchBox input:focus {
	color: #333
}

#searchPopup .searchBox .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	height: 6rem;
	width: 6rem;
	background: var(--main-color);
	text-align: center;
	display: inline-block
}

#searchPopup .searchBox .btn svg {
	width: 3rem;
	height: 3rem;
	margin: 1.5rem
}

#searchPopup .searchBox .btn .cls-1 {
	fill: #fff
}

#searchPopup .searchBox .btn .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 2px
}

#searchPopup .searchBox .btn:hover {
	background: var(--main-color)
}

#searchPopup .searchBox .close {
	display: none
}

#searchPopup .searchBox2.fadeIn {
	top: 9.5rem
}

@media screen and (max-width:1024px) {
	#searchPopup .searchBox {
		top: 80px
	}
	#searchPopup .searchBox .container {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	#searchPopup .searchBox input {
		width: 100%;
		padding: 0 10px;
		font-size: 14px;
		height: 36px;
		line-height: 36px
	}
	#searchPopup .searchBox .btn {
		right: 15px;
		height: 36px;
		width: 36px
	}
	#searchPopup .searchBox .btn svg {
		width: 20px;
		height: 20px;
		margin: 8px auto 0 auto
	}
}

.verifyDiv {
	width: 40%;
	vertical-align: middle;
	position: relative
}

.verify {
	height: 5rem;
	background-color: #f3f3f3;
	position: relative
}

.verify .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 5rem;
	height: 5rem;
	border: 1px #e5e5e5 solid;
	background: #fff url(../images/drag-arrow.svg) no-repeat center center;
	background-size: 2rem 2rem;
	z-index: 2;
	cursor: move
}

.verify .suc-drag-btn {
	background: #fff url(../images/drag-success.svg) no-repeat center center;
	background-size: 2rem 2rem
}

.verify .drag-progress {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5rem;
	line-height: 4.8rem;
	background-color: #7ac23c;
	color: #fff;
	text-align: center
}

.verify .fix-tips,
.verify .verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	color: #666;
	z-index: 1;
	font-size: 1.4rem;
	line-height: 5rem;
	padding-left: 5rem;
	text-align: center
}

.verify .verify-msg {
	padding-left: 0;
	padding-right: 5rem
}

.verify .verify-msg {
	background-color: #7ac23c;
	color: #fff;
	display: none
}

@media (max-width:1024px) {
	.verify {
		height: 50px
	}
	.verify .fix-tips,
	.verify .verify-msg {
		font-size: 14px;
		line-height: 50px
	}
	.verify .drag-btn {
		width: 50px;
		height: 50px
	}
}

.navPhoneBtn {
	display: inline-block;
	cursor: pointer;
	float: right;
	text-align: right;
	display: none
}

.navPhoneBtn span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 3px;
	position: relative;
	background: #999;
	border-radius: 0;
	z-index: 1;
	-webkit-transform-origin: 20px;
	transform-origin: 20px;
	-webkit-animation: fadeIn2 1.8s linear infinite;
	animation: fadeIn2 1.8s linear infinite;
	-webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.navPhoneBtn span:nth-last-child(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}

.navPhoneBtn span:last-child {
	margin-bottom: 0
}

.navPhoneBtn.close,
.navPhoneBtn.closeMember {
	opacity: 1;
	z-index: 10
}

.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
	opacity: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
	width: 0;
	opacity: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: width .5s;
	transition: width .5s
}

.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
	margin-bottom: 0
}

@media (max-width:1024px) {
	.navPhoneBtn {
		display: block;
		right: 20px !important;
		margin-right: 0;
		position: absolute
	}
}

.common-navM .transparent {
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none
}

.common-navM .navMCon {
	background-color: #fff;
	width: 80%;
	min-width: 140px;
	max-width: 440px;
	height: 100%;
	border-left: 1px rgba(0, 0, 0, 0.1) solid;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 2;
	position: fixed;
	z-index: 9999;
	top: 0;
	bottom: 0;
	right: auto;
	right: -100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.common-navM .navMWrap {
	overflow-y: auto;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 70px
}

.common-navM.open .transparent {
	display: block
}

.common-navM.open .closeBtn {
	display: block
}

.common-navM.open .navMCon {
	right: 0
}

.common-navM .mSearch {
	margin-top: 40px
}

.common-navM .closeBtn {
	opacity: 1 !important;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #666 !important;
	position: absolute;
	z-index: 999;
	right: 20px;
	top: 20px
}

.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
	content: "";
	display: block;
	background: #666;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.common-navM .closeBtn:before {
	width: 20px;
	height: 1px
}

.common-navM .closeBtn:after {
	width: 1px;
	height: 20px
}

.common-navM .titleBig {
	text-align: center;
	padding: 10px 0;
	display: none
}

.common-navM .navMWrap>.list em {
	font-style: initial
}

.common-navM .navMWrap>.list .title {
	padding: 10px 0 10px 10px;
	text-indent: 0;
	position: relative
}

.common-navM .navMWrap>.list .title .icon {
	width: 40px;
	height: 40px;
	margin: auto;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.common-navM .navMWrap>.list .title .icon:before,
.common-navM .navMWrap>.list .title .icon:after {
	content: "";
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.common-navM .navMWrap>.list .title .icon:before {
	width: 10px;
	height: 10px;
	border-top: 1px #aaa solid;
	border-right: 1px #aaa solid
}

.common-navM .navMWrap>.list .title em {
	font-style: initial
}

.common-navM .navMWrap>.list .has .title .icon {
	display: block
}

.common-navM .navMWrap>.list .active>.title .icon:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.common-navM .navMWrap>.list>li>.title {
	font-size: 16px
}

.common-navM .navMWrap>.list>li>.child>.list>li {
	text-indent: 24px;
	font-size: 16px
}

.common-navM .navMWrap>.list>li>.child>.list>li>.child {
	font-size: 14px
}

.common-navM .navMWrap>.list>li>.child>.list>li>.child .title {
	padding-left: 20px
}

.common-navM .navMWrap>.list>li>.child>.list>li>.title {
	padding-left: 20px;
	position: relative
}

.common-navM .navMWrap>.list>li>.child>.list>li>.title:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999;
	position: absolute;
	top: 26px;
	left: 10px
}

.common-navM .navMWrap>.list .tb {
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	top: 7px;
	left: 0
}

.common-navM .child {
	padding: 0 0 20px 0;
	display: none;
	position: relative
}

.common-navM .child a {
	color: #666;
	display: block;
	line-height: 28px;
	padding: 5px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.common-navM .child a:hover {
	color: #000
}

.common-navM .drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0
}

.common-navM .drop a {
	color: #999;
	width: 50%;
	font-size: 14px;
	padding: 0
}

.common-navM .mSearch {
	padding: 10px 0;
	text-align: left;
	overflow: hidden;
	border-bottom: #f3f3f3 1px solid;
	position: relative
}

.common-navM .mSearch .btn {
	width: 26px;
	height: 26px;
	font-size: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px
}

.common-navM .mSearch .btn .icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: top
}

.common-navM .mSearch input {
	height: 40px;
	line-height: 38px;
	border: 0;
	vertical-align: middle;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
	transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
	opacity: 1;
	width: 100%;
	padding: 5px 40px 5px 15px;
	border-radius: 2px;
	font-size: 14px;
	background-color: #fff;
	position: static;
	left: 0;
	right: 0
}

.common-navM .other {
	padding: 10px
}

.common-navM .read {
	padding-top: 10px;
	padding-bottom: 10px
}

.common-navM .read .btn-1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 5px;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#bf2d32), to(#a61f24));
	background: linear-gradient(to right, #bf2d32, #a61f24);
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: relative
}

.common-navM .read .btn-1 .icon-1 {
	width: 30px;
	height: 30px;
	margin-left: 5px
}

.common-navM .read .btn-1 .icon-2 {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #fff url(../images/arrow-right-1.webp) no-repeat center center;
	background-size: 20px;
	margin-left: 20px
}

.common-navM .list>li>.child>.list {
	padding-top: 20px
}

.common-navM .list>li>.child>.list>li>.title {
	border-bottom: 0;
	padding-top: 0;
	padding-bottom: 0
}

.common-navM .list>li>.child>.list>li>.title::before {
	top: 18px !important
}

.common-navM .languageBtn {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 0;
	column-gap: 0
}

.common-navM .languageBtn>div {
	width: auto
}

.common-navM .languageBtn .col-2 {
	width: 50%
}

.common-navM .languageBtn .col-3 {
	width: 33.33333333%
}

.common-navM .languageBtn .col-4 {
	width: 25%
}

.common-navM .languageBtn .col-5 {
	width: 20%
}

.common-navM .languageBtn .col-6 {
	width: 16.66666667%
}

.common-navM .languageBtn a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	border: 1px #eee solid;
	margin-right: -1px;
	margin-top: -1px;
	background: #fff
}

.index-map .add-2 {
	top: 24.5rem;
	left: 47rem;
}

.index-map .add-3 {
	top: 26rem;
	left: 45rem;
}

.index-map .add-4 {
    left: 56.5rem;
    top: 21.5rem;
}

.index-map .add-5 {
    top: 26rem;
    left: 62.5rem;
}


.index-map .add-6 {
	top: 31rem;
	left: 56.5rem
}

.index-map .add-7 {
	top: 36.4rem;
	left: 56.8rem;
}

.index-map .add-8 {
	top: 42.5rem;
	left: 54rem;
}

@media(max-width:1024px) {
	.inside-about-4 {
		padding: 0;
		padding-bottom: 50px;
		background: url(../images/bg-3.jpg) no-repeat center center;
		background-size: cover;
	}
	.inside-about-4 .index-title {
		top: 40px;
		left: 0;
		position: absolute;
	}
	.inside-about-4 .tabnav {
		top: auto;
		left: auto;
		margin-top: 80px;
		position: relative;
	}
	.inside-about-4 .tabcot {
		height: auto;
	}
	.inside-about-4 .container {
		max-width: 640px !important;
	}
	.inside-about-4 .tabnav li {
		height: auto;
		width: 50%;
		border: 0;
		display: flex;
	}
	.inside-about-4 .tabnav li .tit {
		padding-bottom: 20px;
	}
	.inside-about-4 .tabnav li .item {
		min-height: 100%;
		background: rgba(0, 0, 0, 0.1);
	}
	.inside-about-4 .tabnav li:before {
		display: none;
	}
}

@media(max-width:480px) {
	.inside-about-4 .tabnav li {
		width: 100%;
	}
}

.jobSearch .text {
	z-index: 9;
	position: relative;
}

@media(max-width:1390px) {
	.index-ad {
		height: 37rem;
	}
	.index-corporate .list {
		padding-top: 0;
	}
}

@media(max-width:1024px) {
	.index-news .index-title {
		padding-top: 0;
	}
}

.header .searchBtn::before {
	background: var(--main-color);
}

.fp-viewing-section4,
.fp-viewing-section5,
.fp-viewing-section7,
.fp-viewing-section8 {
	.header .language .img2 {
		display: inline-block;
	}
}

.index-case {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.index-product .fp-flex{
	z-index:9;
	position:relative;
}
.index-product {
	overflow:hidden;
	position:relative;
}
.index-product .waves {
  opacity:0.6;
  left: 0;
  bottom: 0;
  width: 100%;
  height:65%;
  z-index: 1;
  position: absolute;
}

.index-social{
	position:relative;
}

.index-social canvas {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.index-social #canvas{
	opacity:0.25;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
	position:absolute;
}

.index-social .fp-flex{
	z-index:10;
	position:relative;
}

@media (max-width: 1200px) {
    .footerindex{
        height: auto;
    }
	.footer .list-box{
        height: auto;
    }
}