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

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

@font-face {
	font-family: "Oswald-Regular";
	src: url("../fonts/Oswald-Regular.ttf");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Oswald-Bold';
	src: url('../fonts/Oswald-Bold.ttf');
	src: url('../fonts/Oswald-Bold.eot');
	src: url('../fonts/Oswald-Bold.woff');
	src: url('../fonts/Oswald-Bold.woff2');
	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-display: swap
}

*,
*:before,
*:after {
	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
}

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

a:hover {
	color: #e64724
}

ol,
ul {
	list-style: none
}

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

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: #ca8189;
	outline: none
}

html {
	font-size: 100px
}

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

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

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

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

.f-l {
	float: left
}

.f-r {
	float: right
}

.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, -100px, 0);
		transform: translate3d(0, -100px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown2 {
	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)
	}
}

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

@-webkit-keyframes fadeInDown3 {
	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 fadeInDown3 {
	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)
	}
}

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

@-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(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 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 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(.75);
		transform: scale(.75)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

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

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

@keyframes scrollArrow1 {
	0% {
		opacity: 0;
		-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 {
		opacity: 1;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@keyframes xuanzhuan {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		opacity: 1;
		-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 {
		opacity: 1;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}
}

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

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

body {
	overflow-x: hidden;
	max-width: 100%;
	color: #666;
	background: #fff;
	margin: 0 auto;
	font-size: .16rem;
	position: relative;
	line-height: 1.5;
	font-family: "微软雅黑", "arial"
}

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

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

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

::-webkit-scrollbar-thumb {
	height: 0;
	opacity: .5;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1)
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.3)
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(0, 0, 0, 0.3)
}

.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 {
	max-width: 15.2rem;
	width: 100%;
	margin: 0 auto
}

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

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

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

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

.button {
	color: #fff;
	font-size: .16rem;
	display: inline-block;
	height: .48rem;
	padding: 0 .35rem;
	line-height: .48rem;
	min-width: 2.38rem;
	background: #e64724;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.button a {
	z-index: 2;
	color: #fff;
	display: block;
	position: relative
}

.button span {
	float: right;
	display: inline-block
}

.button img {
	margin-bottom: .03rem;
	vertical-align: middle;
	max-height: .24rem
}

@media (max-width:1023px) {
	.button {
		font-size: 14px
	}
}

.button:hover::before {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.button:hover::before {
	-webkit-animation: shine 1.5s ease-out infinite;
	animation: shine 1.5s ease-out infinite
}

.button::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
	top: 0;
	left: -100px;
	opacity: .6
}

@-webkit-keyframes shine {
	0% {
		left: -100px
	}
	60% {
		left: 100%
	}
	to {
		left: 100%
	}
}

@keyframes shine {
	0% {
		left: -100px
	}
	60% {
		left: 100%
	}
	to {
		left: 100%
	}
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}
	5% {
		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)
	}
	5% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.inside-banner .map .circle {
	width: .7rem;
	height: .7rem;
	display: block;
	text-align: center;
	line-height: .7rem;
	z-index: 2;
	margin: auto;
	border-radius: 50%;
	background: transparent;
}

.circle i {
	display: none;
	text-align: center;
	z-index: 5;
	position: absolute;
	left: 52%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url("../images/video-btn.png") no-repeat center center;
	width: 0.2rem;
	height: 0.2rem;
	background-size: cover;
}

.inside-banner .map .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: -webkit-linear-gradient(left, #fff, #fff);
	background: linear-gradient(to right, #fff, #fff)
}

.inside-banner .map .circle:before {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	-webkit-animation: ripple 2s ease-out 1s infinite;
	animation: ripple 2s ease-out 1s infinite
}

.navPhoneBtn {
	margin-top: .38rem;
	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: #fff;
	border-radius: 0;
	z-index: 1;
	-webkit-transform-origin: 20px;
	-ms-transform-origin: 20px;
	transform-origin: 20px;
	-webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -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)
}

.navPhoneBtn span:nth-last-child(2) {
	-webkit-transform: rotate(0);
	-ms-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);
	-ms-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);
	-ms-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);
	-ms-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
	}
}

.header {
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: .84rem;
	position: absolute;
	border-bottom: solid 1px rgba(255, 255, 255, 0.27);
	/*-webkit-transition:all 500ms ease;transition:all 500ms ease*/
}

.header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 17.8rem
}

.header .logo {
	left: 0;
	top: .05rem;
	position: absolute
}

.header .logo img {
	max-height: .71rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.header .logo:hover img {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9)
}

.header .header-search {
	margin-top: .31rem;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	padding-left: .6rem
}

.header .header-search a {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.header .header-search a:hover {
	opacity: .7
}

.header .header-search img {
	vertical-align: middle;
	margin-top: -5px;
	max-height: .24rem
}

.header .nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header .nav li {
	position: relative;
	height: .84rem;
	padding-top: .27rem;
	font-size: .18rem
}

.header .nav li .menu-item>a {
	padding-right: .1rem;
	padding-left: .5rem;
	color: #fff;
	display: block;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.header .nav li i {
	width: .1rem;
	height: .14rem;
	display: inline-block;
	margin-top: .04rem;
	margin-left: .1rem;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-style: normal !important
}

.header .nav li .subnav {
	display: none;
	left: .15rem;
	padding: .2rem 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	top: .55rem;
	position: absolute;
	background: #066cff;
	width: 100%
}

.header .nav li .subnav a {
	color: #fff;
	display: block;
	text-align: center;
	padding: .07rem
}

.header .nav li .subnav a:hover {
	text-decoration: underline
}

.header .nav li:hover .subnav {
	display: block
}

.header .nav .active .menu-item>a {
	font-weight: 700
}

@media (max-width:1024px) {
	.header {
		top: 0;
		height: 60px;
		width: 100%;
		z-index: 99;
		line-height: 60px;
		position: fixed;
		background: #066cff;
		border-bottom: 0;
		padding: 0 0;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
	}
	.header .container {
		max-width: 640px;
		position: relative
	}
	.header .nav {
		display: none
	}
	.header .header-search {
		display: none
	}
	.header .logo {
		left: 20px;
		top: 10px
	}
	.header .logo img {
		max-height: 46px
	}
}

.fixed {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 99;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	background: rgba(6, 108, 255, 0.95)
}

.header-search a {
	display: block;
	width: .24rem;
	height: .24rem;
	text-align: center;
	border-radius: 50%;
	background: url("../images/search.png") no-repeat center center;
	background-size: cover
}

.header .header-search .search {
	z-index: 9;
	position: relative
}

.header-search .search .btn-search-max {
	z-index: 2;
	-webkit-transition: All .2s ease-in-out;
	transition: All .2s ease-in-out;
	position: relative
}

.header-search .search .btn-search-max * {
	display: inline-block;
	vertical-align: middle
}

.header-search .search .search-main {
	top: 0;
	right: -20px;
	z-index: 9;
	width: 340px;
	display: none;
	padding: 20px;
	position: absolute
}

@media (max-width:640px) {
	.header-search .search .search-main {
		right: -140px;
		width: 280px
	}
}

.header-search .search-container {
	background-color: #fff;
	padding-left: 0;
	overflow: hidden;
	position: relative;
	height: 42px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

.header-search .search-container .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 42px;
	vertical-align: top;
	padding: 10px 86px 10px 10px;
	-webkit-appearance: none;
	background-color: #fff
}

.header-search .search-container .btn {
	top: 0;
	right: 0;
	color: #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	position: absolute;
	cursor: pointer;
	border-radius: 0;
	border: 0;
	background: #e64724
}

.header-search #search-closed {
	right: 0;
	top: 15px;
	max-width: 30px;
	position: absolute;
	cursor: pointer
}

.button {
	color: #fff;
	font-size: .16rem;
	display: inline-block;
	height: .56rem;
	padding: 0 .35rem;
	line-height: .56rem;
	min-width: 1.96rem;
	background: #e64724;
	position: relative;
	overflow: hidden;
	border-radius: .3rem;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.button a {
	z-index: 2;
	color: #fff;
	display: block;
	position: relative
}

.button span {
	float: right;
	display: inline-block
}

@media (max-width:1024px) {
	.button {
		font-size: 14px
	}
}

.button:hover::before {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.button:hover::before {
	-webkit-animation: shine 1.5s ease-out infinite;
	animation: shine 1.5s ease-out infinite
}

.button::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
	top: 0;
	left: -100px;
	opacity: .6
}

@keyframes shine {
	0% {
		left: -100px
	}
	60% {
		left: 100%
	}
	to {
		left: 100%
	}
}

.banner {
	overflow: hidden;
	background: #0c6dfe;
	text-align: center;
	position: relative;
	z-index: 9
}

.banner img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 100%
}

.banner li {
	float: left
}

.banner .container {
	position: relative
}

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

.banner .pic {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	height: 100vh;
	position: relative
}

.banner .textbox {
	top: 50%;
	width: 100%;
	z-index: 9;
	color: #fff;
	text-align: left;
	position: absolute;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%)
}

.banner .b1 img {
	max-height: 1.81rem
}

.banner .b2 {
	width: 39%;
	line-height: .4rem;
	/*font-weight:lighter;*/
	font-size: .24rem;
	margin-top: 1.2rem
}

.banner .b3 {
	top: .3rem;
	right: 2.8rem;
	position: absolute
}

.banner .b3 img {
	max-height: 1.01rem;
	-webkit-animation: scrollArrow 2s linear alternate infinite;
	animation: scrollArrow 2s linear alternate infinite
}

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

.banner .button a {
	position: relative
}

.banner .button:after {
	top: 0;
	right: .35rem;
	position: absolute;
	color: #fff;
	content: ">";
	font-family: "宋体";
	font-size: .2rem
}

.banner .wave-box img {
	width: 100%;
	-webkit-animation: 2s fadeInUp2 linear alternate;
	animation: 2s fadeInUp2 linear alternate
}

.banner .swiper-slide-active .b1 {
	-webkit-animation: 1s scrollArrow1 linear;
	animation: 1s scrollArrow1 linear
}

.banner .swiper-slide-active .b2 {
	-webkit-animation: 1s scrollArrow linear;
	animation: 1s scrollArrow linear
}

.banner .swiper-slide-active .button {
	-webkit-animation: 1s scrollArrow1 linear;
	animation: 1s scrollArrow1 linear
}

.banner .swiper-pagination {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: .5rem;
	width: 19.2rem;
	text-align: center
}

.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	-webkit-transition: all 335ms ease;
	transition: all 335ms ease;
	margin-right: .3rem;
	position: relative
}

.banner .swiper-pagination-bullet:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	width: .26rem;
	height: .26rem;
	border: solid 1px #fff;
	-webkit-transform: translate(-50%, -35%) scale(0);
	-ms-transform: translate(-50%, -35%) scale(0);
	transform: translate(-50%, -35%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.banner .swiper-pagination-bullet-active {
	background: #e64724
}

.banner .swiper-pagination-bullet-active:before {
	border: solid 1px #e64724;
	-webkit-transform: translate(-50%, -35%) scale(1);
	-ms-transform: translate(-50%, -35%) scale(1);
	transform: translate(-50%, -35%) scale(1)
}

@media (max-width:1024px) {
	.banner .pic {
		height: 75vh
	}
	.banner .textbox {
		-webkit-transform: translateY(-35%);
		-ms-transform: translateY(-35%);
		transform: translateY(-35%)
	}
	.banner .b1 img {
		max-height: 60px
	}
	.banner .b2 {
		width: 60%;
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
		margin-top: 50px
	}
	.banner .b3 {
		right: 0;
		top: -30px
	}
	.banner .button {
		margin-top: 30px
	}
}

.index-title {
	text-align: center
}

.index-title .title {
	color: #456ac2;
	font-size: .4rem;
	line-height: .5rem
}

.index-title .title span {
	display: inline-block
}

.index-title .title img {
	margin: 0 .2rem;
	margin-top: .2rem;
	max-height: .14rem
}

.index-title .text {
	color: #fff;
	font-size: .22rem;
	padding-top: .1rem
}

@media (max-width:640px) {
	.index-title .title {
		font-size: 20px;
		line-height: 30px
	}
	.index-title .title img {
		margin: 0 5px;
		display: none
	}
}

.index-product {
	padding: .5rem 0 1rem 0;
	min-height: 6.78rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center
}

.index-product .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.32rem
}

.index-product .list li {
	width: 20%;
	text-align: center;
	padding: 0 .32rem;
	margin-top: .7rem
}

.index-product .list li .item {
	position: relative
}

.index-product .list li .pic {
	position: relative;
	overflow: hidden;
	border-radius: 1.5rem
}

.index-product .list li .pic img {
	-webkit-transition: all 700ms linear;
	transition: all 700ms linear;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center
}

.index-product .list li .pic:after {
	content: "";
	display: block!important;
	padding-bottom: 160.31128405%
}

.index-product .list li .text {
	left: 0;
	width: 100%;
	bottom: 0;
	height: 35%;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 .2rem;
	position: absolute;
	border-radius: 1.5rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: -webkit-linear-gradient(top, rgba(13, 110, 243, 0.05), #0d6ef3 80%);
	background: linear-gradient(to bottom, rgba(13, 110, 243, 0.05), #0d6ef3 80%);
	-webkit-transition: all 334ms linear;
	transition: all 334ms linear
}

.index-product .list li .icon {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.index-product .list li .icon img {
	max-height: .5rem
}

.index-product .list li .tit {
	font-size: .24rem;
	font-weight: 700
}

.index-product .list li .txt {
	opacity: 0;
	font-size: .18rem;
	-webkit-transition: opacity 334ms ease;
	transition: opacity 334ms ease;
	min-height: 1.6rem;
}

@media (min-width:1025px) {
	.index-product .list li:hover .icon {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		margin-bottom: .3rem
	}
	.index-product .list li:hover .pic img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
	.index-product .list li:hover .text {
		height: 100%;
		border-radius: 1.5rem;
		background: -webkit-linear-gradient(top, rgba(13, 110, 243, 0.47), rgba(13, 110, 243, 0.47));
		background: linear-gradient(to bottom, rgba(13, 110, 243, 0.47), rgba(13, 110, 243, 0.47))
	}
	.index-product .list li:hover .txt {
		opacity: 1;
		margin-top: .1rem
	}
}

@media (max-width:1024px) {
	.index-product {
		min-height: auto
	}
	.index-product .list ul {
		margin-left: -10px;
		margin-right: -10px
	}
	.index-product .list li {
		padding-left: 10px;
		padding-right: 10px;
		width: 20%
	}
	.index-product .list li .text {
		padding-left: 10px;
		padding-right: 10px
	}
	.index-product .list li .tit {
		font-size: 14px
	}
}

@media (max-width:640px) {
	.index-product .list li {
		width: 33.333%;
		margin-top: 30px
	}
}

.index-product-2 {
	overflow: hidden;
	position: relative
}

.index-product-2 .index-line {
	bottom: 0;
	left: 0;
	position: absolute
}

.index-product-2 .index-line img {
	width: 100%;
	max-height: 1.61rem;
	-webkit-animation: 3s bmove1 linear infinite alternate;
	animation: 3s bmove1 linear infinite alternate
}

.index-product-2 .index-title .title {
	color: #fff
}

.index-product-2 .itemnav {
	display: none;
	left: 0;
	width: 100%;
	z-index: 9;
	top: 2rem;
	position: absolute
}

.index-product-2 .itemnav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 8.4rem;
	background-color: #fff;
	border-radius: .3rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: .1rem .1rem .4rem rgba(81, 81, 81, 0.15)
}

.index-product-2 .itemnav li {
	cursor: pointer;
	width: 16.66666667%;
	color: #333;
	font-size: .18rem;
	text-align: center;
	border-radius: .3rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: .58rem;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease
}

.index-product-2 .itemnav .cur {
	color: #fff;
	background: #e64724
}

.index-product-2 .itemcot {
	display: none;
	font-size: .2rem;
	color: #000;
	padding: 2.95rem 0 .8rem 0;
	min-height: 12rem
}

.index-product-2 .itemcot .container {
	position: relative
}

.index-product-2 .itemcot.show {
	display: block
}

.index-product-2 .itemcot-2 {
	background: -webkit-linear-gradient(top, #31b8dd, #e2eeff);
	background: linear-gradient(to bottom, #31b8dd, #e2eeff)
}

.index-product-2 .tu {
	text-align: center
}

.index-product-2 .tu img {
	max-height: 5.81rem
}

.index-product-2 .item {
	width: 3.51rem;
	position: absolute
}

.index-product-2 .item .pic {
	z-index: 2;
	position: relative
}

.index-product-2 .item .pic img {
	max-height: 1.81rem
}

.index-product-2 .item .picbg {
	left: -0.5rem;
	top: 1.3rem;
	position: absolute
}

.index-product-2 .item .picbg img {
	max-height: 2.15rem !important
}

.index-product-2 .item .tit {
	margin-top: .1rem;
	text-align: center;
	padding-right: .8rem
}

.index-product-2 .item-1 {
	top: 0;
	left: 1.5rem
}

.index-product-2 .item-2 {
	top: 2rem;
	left: 0
}

.index-product-2 .item-2 .picbg {
	top: 1.28rem
}

.index-product-2 .item-3 {
	top: 4rem;
	left: 1.5rem
}

.index-product-2 .item-3 .picbg {
	top: 1.18rem
}

.index-product-2 .item-4 {
	top: 4.76rem;
	left: 4.8rem
}

.index-product-2 .item-4 .pic img {
	max-height: 1.93rem
}

.index-product-2 .item-4 .picbg {
	top: 1.45rem
}

.index-product-2 .item-4 .tit {
	margin-top: .2rem
}

.index-product-2 .item-5 {
	top: 5.04rem;
	left: 8.8rem
}

.index-product-2 .item-5 .picbg {
	top: 1.3rem
}

.index-product-2 .item-5 .tit {
	margin-top: .2rem
}

.index-product-2 .textlist {
	right: 0;
	top: .4rem;
	position: absolute
}

.index-product-2 .textlist h1 {
	color: #fff;
	font-weight: normal;
	font-size: .36rem;
	line-height: .56rem;
	position: relative;
	text-shadow: 2px 0 1px rgba(8, 70, 160, 0.44)
}

.index-product-2 .textlist h1 span {
	font-size: .56rem;
	color: #e64724
}

.index-product-2 .textlist h1 i {
	right: -0.4rem;
	top: -0.3rem;
	position: absolute;
	font-style: normal
}

.index-product-2 .textlist h1 p {
	z-index: 2;
	position: relative
}

.index-product-2 .textlist .txt {
	line-height: .3rem;
	margin-top: .3rem
}

.index-product-2 .textlist .txt span {
	color: #fff;
	line-height: .26rem;
	margin-right: .15rem;
	width: .3rem;
	height: .3rem;
	border-radius: 50%;
	font-family: arial;
	display: inline-block;
	text-align: center;
	background: #e64724;
	font-size: .15rem;
	border: solid 2px #c59dae
}

@media (max-width:1024px) {
	.index-product-2 .textlist {
		top: auto;
		right: auto;
		padding-left: 10%;
		position: relative;
		padding-top: 40px
	}
	.index-product-2 .textlist .txt {
		font-size: 15px;
		margin-top: 10px;
		line-height: 30px
	}
	.index-product-2 .textlist .txt span {
		width: 26px;
		height: 26px;
		font-size: 14px;
		line-height: 22px
	}
	.index-product-2 .itemcot {
		font-size: 16px;
		padding-top: 160px
	}
	.index-product-2 .item .picbg {
		display: none
	}
	.index-product-2 .item .pic img {
		max-height: 90px
	}
	.index-product-2 .item .tit {
		color: #fff;
		padding-right: 120px;
		text-shadow: 0 0 1px #000
	}
	.index-product-2 .item-2 {
		left: 20px
	}
	.index-product-2 .item-3 {
		left: 35%
	}
	.index-product-2 .item-4 {
		left: auto;
		right: -100px;
		top: 50px
	}
	.index-product-2 .item-5 {
		left: auto;
		right: -100px;
		top: 250px
	}
}

@media (max-width:460px) {
	.index-product-2 .item-1 {
		left: 0
	}
	.index-product-2 .item-3 {
		top: 200px
	}
	.index-product-2 .item-5 {
		top: 170px
	}
}

.index-product-xz {
	min-height: 9.3rem;
	position: relative;
	padding-bottom: 3rem;
	background: -webkit-linear-gradient(#066cff, #cce1ff);
	background: linear-gradient(#066cff, #cce1ff)
}

.index-product-xz .container {
	position: relative
}

.index-product-xz .img {
	top: 0;
	right: -12.5%;
	position: absolute
}

.index-product-xz .img img {
	max-height: 8.3rem
}

.index-product-xz .index-title {
	text-align: left
}

.index-product-xz .text p {
	margin-top: .1rem
}

.index-product-xz .box {
	max-width: 6.4rem;
	padding-top: 2.3rem
}

.index-product-xz .listnav {
	padding-top: .9rem;
	position: relative;
	z-index: 2;
}

.index-product-xz .listnav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.15rem
}

.index-product-xz .listnav li {
	width: 33.333%;
	padding: 0 .15rem;
	margin-top: .24rem
}

.index-product-xz .listnav li img {
	margin-top: .09rem;
	margin-right: .1rem;
	max-height: .42rem
}

.index-product-xz .listnav li .hezi {
	color: #333;
	font-size: .2rem;
	padding-left: .16rem;
	line-height: .6rem;
	height: .6rem;
	display: block;
	position: relative;
	background: #fff;
	border-radius: .1rem;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease
}

.index-product-xz .listnav li .ic2 {
	top: 0;
	left: .16rem;
	position: absolute
}

.index-product-xz .listnav li .ic2 img {
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-product-xz .listnav li:hover .hezi {
	color: #fff;
	background: #e64724
}

.index-product-xz .listnav li:hover .ic1 {
	opacity: 0
}

.index-product-xz .listnav li:hover .ic2 img {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

@media (max-width:1024px) {
	.index-product-xz {
		min-height: auto;
		padding-bottom: 70px
	}
	.index-product-xz .img {
		top: auto;
		right: auto;
		position: relative
	}
	.index-product-xz .box {
		max-width: 100%;
		padding-top: 50px
	}
	.index-product-xz .index-title {
		text-align: center
	}
	.index-product-xz .listnav {
		padding-top: 30px
	}
	.index-product-xz .listnav ul {
		margin: 0 -5px
	}
	.index-product-xz .listnav li {
		padding: 0 5px
	}
}

@media (max-width:420px) {
	.index-product-xz .listnav li {
		width: 50%
	}
}

.index-product-3 {
	padding-top: .7rem;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	min-height: 8.7rem
}

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

.index-product-3 .index-title .title {
	line-height: .64rem
}

.index-product-3 .index-title .title img {
	margin-top: .24rem
}

.index-product-3 .index-title .counter {
	color: #e64724;
	font-size: .64rem;
	font-weight: 700
}

.index-product-3 ul {
	padding-left: 1.5rem;
	padding-top: .25rem
}

.index-product-3 li {
	color: #000;
	text-align: center;
	padding: 0 .1rem;
	font-size: .24rem;
	margin-top: .2rem;
	max-width: 5.6rem;
	background: #fff;
	position: relative;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
	border-radius: .15rem;
	line-height: .72rem;
	font-weight: 700
}

.index-product-3 li span {
	vertical-align: top;
	display: inline-block;
	font-size: .32rem;
	color: #0466ff
}

.index-product-3 li .counter {
	font-size: .4rem
}

.index-product-3 li:first-child:before {
	content: "";
	right: 0;
	top: 0;
	position: absolute;
	border-top-right-radius: .15rem;
	border-right: solid .44rem #e64724;
	border-bottom: solid .44rem transparent
}

.index-product-3 li:hover {
	color: #fff;
	background: #e64724
}

.index-product-3 li:hover span {
	color: #fff
}

@media (max-width:1024px) {
	.index-product-3 {
		min-height: 500px;
		padding-bottom: 50px
	}
	.index-product-3 .index-title {
		padding-left: 0;
		text-align: center
	}
	.index-product-3 ul {
		padding-left: 0
	}
	.index-product-3 li .counter {
		font-family: arial;
		font-size: 18px
	}
	.index-product-3 li span {
		font-size: 14px
	}
}

.index-news {
	padding-bottom: 1.6rem
}

.index-news .index-title .text {
	color: #666
}

.index-news .menu {
	padding: .3rem 0 0 0
}

.index-news .menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 4.6rem;
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border-radius: .3rem;
	box-shadow: .1rem .1rem .4rem rgba(81, 81, 81, 0.15)
}

.index-news .menu li {
	cursor: pointer;
	width: 33.33333333%;
	color: #333;
	font-size: .18rem;
	text-align: center;
	line-height: .6rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-news .menu li:last-child {
	margin-right: 0
}

.index-news .menu .cur {
	color: #fff;
	border-radius: .3rem;
	border-color: #e64724;
	background: #e64724
}

.index-news .list {
	margin: 0 -0.21rem;
	margin-top: .7rem;
	display: none
}

.index-news .list li {
	width: 33.333%
}

.index-news .list li:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.index-news .list li:hover .pic:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.index-news .list li:hover .item {
	box-shadow: 0 0 .18rem rgba(0, 42, 70, 0.2)
}

.index-news .list li:hover .tit {
	color: #0466ff
}

.index-news .list li:hover .more {
	color: #fff;
	background: #0466ff;
	border-color: #0466ff
}

.index-news .list .item {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	margin: .15rem .21rem;
	border: solid 1px #f0f0f0;
	border-radius: .25rem
}

.index-news .list .item a {
	display: block;
	color: #2d3132
}

.index-news .list .pic {
	overflow: hidden;
	position: relative;
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

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

.index-news .list .pic:after {
	content: "";
	display: block!important;
	padding-bottom: 56.32911392%
}

.index-news .list .pic:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: rgba(6, 108, 255, 0.1)
}

.index-news .list .text {
	background: #fff;
	padding: .2rem;
	padding-bottom: .4rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.index-news .list .tag {
	font-weight: lighter;
	font-size: .14rem;
	margin-top: .2rem
}

.index-news .list .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	color: #272f29;
	font-weight: 700;
	height: .36rem;
	line-height: .36rem;
	font-size: .2rem;
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease
}

.index-news .list .txt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	height: .72rem;
	margin-top: .1rem;
	line-height: .24rem;
	color: #666
}

.index-news .list .time {
	top: 0;
	left: 0;
	color: #fff;
	line-height: .24rem;
	font-size: .2rem;
	width: .7rem;
	height: .7rem;
	text-align: center;
	font-family: "myfont";
	padding-top: .1rem;
	border-bottom-right-radius: .1rem;
	border-top-left-radius: .25rem;
	background: #0466ff;
	position: absolute
}

.index-news .list .time span {
	display: block
}

.index-news .list .time span:nth-child(2) {
	font-weight: 700;
	font-size: .24rem
}

.index-news .list .more {
	color: #666;
	font-size: .12rem;
	border-radius: .3rem;
	text-align: center;
	height: .3rem;
	line-height: .28rem;
	display: inline-block;
	min-width: .9rem;
	margin-top: .3rem;
	border: solid 1px #666;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-news .list.show {
	display: block
}

@media (max-width:1024px) {
	.index-news {
		padding-bottom: 200px
	}
	.index-news .menu li {
		font-size: 14px
	}
	.index-news .list {
		margin-top: 10px
	}
	.index-news .list li {
		margin-top: 20px
	}
	.index-news .list .tit {
		font-size: 16px;
		height: 30px;
		line-height: 30px
	}
	.index-news .list .txt {
		line-height: 24px;
		font-size: 14px;
		height: 48px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2
	}
	.index-news .list .more {
		font-size: 12px;
		min-width: 90px;
		height: 30px;
		line-height: 28px
	}
}

.footer {
	z-index: 20;
	margin-top: -2.2rem;
	position: relative
}

.footer .tu img {
	width: 100%
}

.footer .bg {
	color: #fff;
	padding-top: 40px;
	background: #066cff
}

.footer .bg a {
	color: rgba(255, 255, 255, 0.85);
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease
}

.footer .bg a:hover {
	color: #fff
}

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

.footer .bg li {
	width: 12.5%
}

.footer .bg li h3 {
	color: #fff;
	padding-bottom: .1rem
}

.footer .bg li h3 a {
	color: #fff;
	font-weight: 700;
	font-size: .18rem
}

.footer .bg li h3 a:hover {
	color: #e64724
}

.footer .bg .drop {
	font-weight: lighter
}

.footer .bg .drop a {
	display: block;
	margin-top: .15rem
}

.footer .bg .contact {
	width: 25%
}

.footer .bg .contact .t1 {
	margin-top: .1rem;
	padding-left: .2rem;
	position: relative
}

.footer .bg .contact .t1 img {
	left: 0;
	top: .05rem;
	position: absolute;
	max-height: .17rem
}

.footer .bg .contact .tel {
	padding-bottom: .0rem;
	font-size: .22rem;
	font-family: "Oswald-Bold"
}

.footer .bg .contact .tel a {
	color: #fff
}

.footer .copy {
	font-size: .14rem;
	margin-top: .2rem;
	padding: .15rem 0;
	font-weight: lighter;
	border-top: solid 1px rgba(255, 255, 255, 0.1)
}

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

.footer .sitemap {
	float: right
}

.footer .socialMedia {
	padding-bottom: .8rem;
	margin-top: .3rem
}

.footer .socialMedia .list li {
	display: inline-block;
	padding: 0 .03rem 0 0
}

.footer .socialMedia .list .box {
	display: block;
	cursor: pointer;
	position: relative
}

.footer .socialMedia .list .icon {
	display: block;
	width: .38rem;
	height: .38rem;
	border-radius: 50%;
	border: solid 1px #fff;
	background-size: .38rem !important
}

.footer .socialMedia .list .icon:hover {
	border-color: #e64724;
	background-color: #e64724
}

.footer .socialMedia .list .down {
	display: none;
	color: #666;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1.2rem;
	cursor: initial;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.5rem
}

.footer .socialMedia .list .down .txt {
	margin-right: .1rem
}

.footer .socialMedia .list .down .ewm {
	width: 1.19rem;
	position: relative
}

.footer .socialMedia .list .active .down {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.footer .socialMedia .list .box:hover .icon {
	opacity: 1
}

.footer .socialMedia .list .box:hover .down {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1024px) {
	.footer .bg li {
		display: none
	}
	.footer .bg li h3 {
		font-size: 20px
	}
	.footer .bg .contact {
		display: block;
		width: 100%;
		padding: 0 10px
	}
	.footer .bg .contact .t1 {
		margin-top: 10px;
		padding-left: 20px
	}
	.footer .bg .contact .t1 img {
		top: 3px;
		max-height: 16px
	}
	.footer .bg .contact .tel {
		font-size: 24px;
		padding-bottom: 10px
	}
	.footer .copy {
		font-size: 14px;
		margin-top: 20px;
		padding: 15px 0
	}
	.footer .copy span {
		padding: 0;
		padding-left: 5px
	}
	.footer .sitemap {
		float: none;
		display: block
	}
	.footer .socialMedia {
		margin-top: 20px;
		padding-bottom: 90px
	}
	.footer .socialMedia .list li {
		padding-right: 0;
		margin-right: 5px
	}
	.footer .socialMedia .list .icon {
		width: 38px;
		height: 38px;
		background-size: cover
	}
	.footer .socialMedia .list .down {
		width: 120px;
		margin-left: -40px
	}
	.footer .socialMedia .list .cur .down {
		display: block
	}
}

.marquee-box {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.marquee {
	width: 8000%;
	height: 1.6rem
}

.wave-list-box {
	float: left
}

.wave-list-box ul {
	float: left;
	height: 160px;
	overflow: hidden;
	zoom: 1
}

.wave-list-box ul li {
	height: 1.6rem;
	width: 100%;
	float: left;
	line-height: 30px;
	list-style: none
}

@media (max-width:1024px) {
	.wave-list-box ul li {
		height: auto
	}
}

.wave-box {
	left: 0;
	width: 100%;
	z-index: 2;
	bottom: -0.04rem;
	position: absolute;
	height: 1.6rem
}

@media (max-width:1024px) {
	.wave-box {
		height: auto
	}
}

.inside-bg {
	overflow: hidden;
	min-height: 8rem;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fbfdfe
}

@media (max-width:1024px) {
	.inside-bg {
		padding-top: 30px
	}
}

.inside-banner {
	height: 7.8rem
}

.inside-banner .tu {
	top: 0;
	right: 0;
	width: 100%;
	position: absolute
}

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

.inside-banner .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-banner .text {
	color: #fff;
	padding-top: 3.5rem
}

.inside-banner .t1 {
	font-size: .56rem;
	line-height: .6rem;
	font-weight: 700;
	text-shadow: 0 0 .13rem rgba(95, 161, 253, 0.33)
}

.inside-banner .t2 {
	font-size: .24rem;
	line-height: .3rem;
	padding-top: .2rem;
	text-shadow: 0 0 1px rgba(95, 161, 253, 0.61)
}

.inside-banner .map {
	position: relative;
	margin-top: 1rem;
	max-width: 7.6rem
}

.inside-banner .nr {
	left: 50%;
	top: -0.9rem;
	padding: .1rem;
	width: 2.9rem;
	background: #fff;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: .1rem
}

.inside-banner .nr:after {
	content: "";
	left: 50%;
	bottom: -0.09rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: solid .1rem #fff;
	border-left: solid .06rem transparent;
	border-right: solid .06rem transparent
}

.inside-banner .nr .img img {
	max-height: .42rem
}

.inside-banner .nr .add {
	color: #066cff;
	margin-top: .05rem;
	padding-left: .05rem
}

.inside-banner .item {
	position: absolute
}

.inside-banner .item .circle {
	position: relative
}

.inside-banner .item-1 {
	top: 3.12rem;
	left: 5.24rem
}

.inside-banner .item-2 {
	top: 3.2rem;
	left: 5.55rem
}

.inside-banner .item-3 {
	top: 3.6rem;
	left: 5.34rem
}

.inside-banner .item-4 {
	top: 4.54rem;
	left: 4.3rem
}

@media (max-width:1024px) {
	.inside-banner {
		position: relative;
		margin-top: 60px;
		height: auto
	}
	.inside-banner .container {
		top: 50%;
		left: 50%;
		margin: 0 auto;
		max-width: 640px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: absolute
	}
	.inside-banner .t1 {
		font-size: 24px;
		line-height: 40px
	}
	.inside-banner .t2 {
		font-size: 15px;
		line-height: 24px;
		padding-top: 0
	}
	.inside-banner .tu {
		top: auto;
		right: auto;
		position: relative
	}
	.inside-banner .text {
		padding-top: 0;
		padding-left: 20px
	}
	.inside-banner .map {
		margin-top: 300px
	}
}

@media (max-width:500px) {
	.inside-banner .map {
		max-width: 360px
	}
	.inside-banner .nr {
		top: -80px;
		left: 22%
	}
	.inside-banner .item-1 {
		top: 150px;
		left: auto;
		right: 50px
	}
	.inside-banner .item-2 {
		top: 170px;
		left: auto;
		right: 40px
	}
	.inside-banner .item-2 {
		top: 180px;
		left: auto;
		right: 60px
	}
	.inside-banner .item-4 {
		top: 210px;
		left: auto;
		right: 110px
	}
}

@media (max-width:768px) {
	.inside-banner .text {
		padding-left: 0;
		width: 55%
	}
	.inside-banner .t2 {}
}

@media (max-width:1024px) {
	.inside-banner-2 .container {
		top: auto;
		left: auto;
		margin: 0 auto;
		max-width: 640px;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		position: relative;
		display: block
	}
	.inside-banner-2 .map {
		margin-top: 20px
	}
	.inside-banner-2 .text {
		padding-top: 40px
	}
}

@media (max-width:768px) {
	.inside-banner-2 .t2 {
		width: 100%
	}
}

.inside-contact {
	padding-top: .3rem
}

.inside-contact .f46 {
	color: #222;
	font-size: .46rem;
	font-weight: 400
}

.inside-contact .f20 {
	font-size: .2rem;
	line-height: .4rem;
	margin-top: .3rem
}

.inside-contact .map {
	margin: .6rem 0;
	position: relative;
	border-radius: .15rem
}


/*.inside-contact .map img{border-radius:.15rem}*/

.inside-contact .text {
	top: 50%;
	left: .95rem;
	width: 100%;
	padding: .3rem;
	max-width: 4.5rem;
	border-radius: .1rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	background: #fff
}

.inside-contact .text li {
	margin: .2rem 0;
	padding-left: .4rem;
	position: relative
}

.inside-contact .text li img {
	left: 0;
	top: .02rem;
	max-height: .27rem;
	position: absolute
}

.inside-contact .text li .t1 {
	color: #005ed6;
	font-weight: 700;
	font-size: .2rem
}

.inside-contact .text li .t2 {
	color: #282828;
	font-size: .18rem;
	font-family: arial;
	margin-top: .07rem
}

@media (max-width:580px) {
	.inside-contact .f46 {
		font-size: 22px
	}
	.inside-contact .f20 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px
	}
	.inside-contact .text {
		left: auto;
		top: auto;
		width: 100%;
		padding: 30px;
		max-width: 100%;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		position: relative
	}
	.inside-contact .text li {
		margin-top: 20px;
		padding-left: 40px
	}
	.inside-contact .text li img {
		top: 3px;
		max-height: 26px
	}
	.inside-contact .text li .t1 {
		font-size: 18px
	}
	.inside-contact .text li .t2 {
		font-size: 16px
	}
}

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

.inside-message .f46 {
	color: #222;
	font-size: .46rem;
	font-weight: 400
}

.inside-message .f20 {
	font-size: .2rem;
	line-height: .4rem;
	margin-top: .3rem
}

.inside-message .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -0.06rem
}

.inside-message .list li {
	width: 33.33333333%;
	position: relative;
	padding: 0 .06rem;
	padding-top: .1rem
}

.inside-message .list li:nth-child(4),
.inside-message .list li:nth-child(5) {
	width: 50%
}

.inside-message .box {
	position: relative
}

.inside-message .red {
	z-index: 9;
	left: .2rem;
	top: .15rem;
	color: #e64724;
	position: absolute
}

.inside-message .input-form,
.inside-message .textarea-form {
	border: none;
	color: #666;
	width: 100%;
	border-radius: .1rem;
	font-family: "微软雅黑";
	vertical-align: middle;
	padding: 0 .3rem;
	height: .48rem;
	line-height: .46rem;
	font-size: .16rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: #d1d1d1 solid 1px
}

.inside-message .input-form:focus,
.inside-message .textarea-form:focus {
	border-color: #066cff
}

.inside-message .textarea-form {
	width: 100%;
	line-height: .3rem;
	padding-right: .9rem;
	height: 1.4rem;
	padding: .1rem .9rem .1rem .3rem
}

.inside-message .textarea-form:focus {
	border-color: #333
}

.inside-message .btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100% !important;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: .4rem !important
}

.inside-message .submit,
.inside-message .rest {
	color: #fff;
	margin-left: .2rem;
	border-radius: .05rem;
	display: inline-block;
	min-width: 2rem;
	text-align: center;
	line-height: .52rem;
	height: .54rem;
	font-size: .18rem;
	background: #066cff;
	border: solid 1px #066cff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-message .submit:hover,
.inside-message .rest:hover {
	box-shadow: 0 0 .1rem rgba(6, 108, 255, 0.3)
}

.inside-message .rest {
	color: #066cff;
	border-color: #066cff;
	background-color: #fff
}

@media (max-width:1024px) {
	.inside-message .input-form,
	.inside-message .textarea-form {
		font-size: 14px;
		padding-left: 25px;
		height: 44px;
		line-height: 42px
	}
	.inside-message .textarea-form {
		height: 100px;
		line-height: 24px;
		padding-top: 10px
	}
	.inside-message .submit,
	.inside-message .rest {
		font-size: 16px
	}
	.inside-message .f20 {
		font-size: 14px;
		margin-top: 10px;
		line-height: 24px
	}
	.inside-message .red {
		top: 13px
	}
	.inside-message .list {
		margin-top: 20px
	}
}

@media (max-width:520px) {
	.inside-message .btn {
		display: block;
		text-align: center
	}
	.inside-message .list li {
		width: 100% !important
	}
	.inside-message .submit {
		margin-top: 20px;
		max-width: 100%
	}
	.inside-message .submit,
	.inside-message .rest {
		min-width: 110px
	}
}

.verifyDiv {
	width: 35%;
	vertical-align: middle;
	position: relative
}

.verify {
	height: .54rem;
	border-radius: .05rem;
	background-color: #e5e5e5;
	position: relative
}

.verify .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: .54rem;
	height: .54rem;
	border: 1px #e5e5e5 solid;
	border-radius: .05rem;
	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: .54rem;
	line-height: .52rem;
	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: #999;
	z-index: 1;
	line-height: .54rem;
	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) {
	.verifyDiv {
		width: 50%
	}
}

@media (max-width:520px) {
	.verifyDiv {
		width: 100%
	}
}

.inside-news {
	padding-bottom: 2.6rem
}

.inside-news .list {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}

.inside-news .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.32rem
}

.inside-news .list li {
	width: 33.333%;
	padding: 0 .32rem;
	margin-top: .5rem
}

.inside-news .list .item {
	margin: 0;
	border: 0;
	box-shadow: 0 0 .19rem rgba(7, 108, 182, 0.13)
}

@media (max-width:1024px) {
	.inside-news .list ul {
		margin: 0 10px
	}
	.inside-news .list li {
		padding: 0 10px
	}
}

@media (max-width:470px) {
	.inside-news .list ul {
		margin: 0
	}
	.inside-news .list li {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}
}

.inside-news-show {
	line-height: .34rem;
	padding-top: .3rem;
	padding-bottom: 0
}

.inside-news-show h1 {
	color: #222;
	font-weight: 400;
	font-size: .46rem;
	text-align: center;
	line-height: .6rem
}

.inside-news-show .text {
	padding-top: .2rem
}

.inside-news-show .text p {
	padding-top: .2rem;
	text-indent: .4rem
}

@media (max-width:1024px) {
	.inside-news-show {
		line-height: 26px
	}
	.inside-news-show h1 {
		font-size: 20px;
		line-height: 30px
	}
	.inside-news-show .text p {
		padding-top: 20px;
		text-indent: 0
	}
}

.inside-tag {
	margin-top: .4rem
}

.inside-tag strong {
	color: #333
}

.inside-tag a {
	color: #666;
	padding: 0 .15rem;
	display: inline-block;
	text-align: center;
	line-height: .38rem;
	position: relative
}

.inside-tag a:after {
	top: .12rem;
	right: 0;
	position: absolute;
	content: "";
	width: 1px;
	height: .15rem;
	background: #e5e7e8
}

.inside-tag a:last-child:after {
	display: none
}

.inside-tag a:hover {
	color: #e64724
}

@media (max-width:1024px) {
	.inside-tag strong {
		font-size: 16px
	}
	.inside-tag a {
		line-height: 30px
	}
}

.inside-pagelist {
	margin-top: .4rem;
	border-top: solid 1px #9e9e9e;
	border-bottom: solid 1px #9e9e9e
}

.inside-pagelist li {
	padding-left: .3rem;
	height: .66rem;
	line-height: .65rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	border-top: solid 1px #e2e2e4
}

.inside-pagelist li span {
	display: inline-block;
	position: relative
}

.inside-pagelist li span:after {
	content: "";
	vertical-align: middle;
	margin: 0 .4rem;
	margin-bottom: .04rem;
	display: inline-block;
	border-bottom: solid .06rem #222;
	border-left: solid .06rem transparent;
	border-right: solid .06rem transparent
}

.inside-pagelist li:first-child {
	border-top: none
}

.inside-pagelist li:last-child span:after {
	border-bottom: 0;
	border-top: solid .06rem #222;
	border-left: solid .06rem transparent;
	border-right: solid .06rem transparent
}

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

.inside-fanhui {
	margin-top: .5rem;
	text-align: right
}

.inside-fanhui a {
	color: #222;
	padding: 0 .3rem;
	display: inline-block;
	background: #efefef;
	line-height: .4rem;
	border-radius: .1rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-fanhui a:hover {
	color: #fff;
	background: #e64724
}

@media (max-width:1024px) {
	.inside-fanhui a {
		line-height: 40px;
		padding: 0 20px
	}
}

.inside-xg-news {
	padding-bottom: 2.6rem
}

.inside-xg-news .title {
	color: #333;
	font-size: .46rem;
	line-height: .5rem
}

.inside-xg-news .list {
	overflow: hidden;
	margin: 0 -0.3rem;
	margin-top: .6rem
}

.inside-xg-news .list .item {
	border: 0;
	margin: 0 .3rem;
	margin-bottom: .2rem;
	box-shadow: 0 0 .19rem rgba(7, 108, 182, 0.13)
}

@media (max-width:1024px) {
	.inside-xg-news .list {
		margin: 0 -10px;
		margin-top: 10px
	}
	.inside-xg-news .list .item {
		margin-left: 10px;
		margin-right: 10px
	}
}

.inside-solution .itemcot {
	color: #fff;
	min-height: 9.5rem;
	padding-top: 1.3rem
}

.inside-solution .item-1 {
	top: .5rem;
	left: .2rem
}

.inside-solution .item-2 {
	top: 3.5rem;
	left: 1.3rem
}

.inside-solution .item-3 {
	top: 5rem;
	left: 6.4rem
}

.inside-solution .item-4 {
	top: 3.2rem;
	left: 11.2rem
}

.inside-solution .item-5 {
	top: .5rem;
	left: 12rem
}

.inside-solution .f36 {
	color: #333;
	font-size: .36rem;
	text-align: center
}

@media (max-width:1024px) {
	.inside-solution .f36 {
		padding: 0 50px;
		font-size: 18px
	}
	.inside-solution .itemcot {
		color: #066cff;
		padding-top: 1rem;
		min-height: 6.7rem
	}
	.inside-solution .item .picbg {
		display: none
	}
	.inside-solution .item .pic img {
		max-height: 60px
	}
	.inside-solution .item .tit {
		padding-right: 150px;
		text-shadow: 0 0 2px #fff
	}
	.inside-solution .item-2 {
		top: 2.6rem;
		left: .3rem
	}
	.inside-solution .item-3 {
		left: 35%;
		top: 3.6rem
	}
	.inside-solution .item-4 {
		top: 2.6rem;
		right: -2rem;
		left: auto
	}
	.inside-solution .item-5 {
		left: auto;
		right: -2rem
	}
}

.inside-solution-2 {
	padding-top: 1.2rem
}

.inside-solution-2 .f46 {
	color: #333;
	text-align: center;
	font-size: .46rem;
	padding-bottom: .5rem
}

.inside-solution-2 .tu {
	text-align: center
}

.inside-solution-2 .list {
	padding: .5rem 0 1rem 0
}

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

.inside-solution-2 .list li {
	padding: 0 .25rem;
	padding-top: .5rem;
	width: 33.333%
}

.inside-solution-2 .list li .item {
	min-height: 100%;
	padding: .3rem;
	border-radius: .1rem;
	position: relative;
	padding-left: .85rem;
	padding-right: .25rem;
	box-shadow: 0 0 .19rem rgba(7, 108, 182, 0.13);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-solution-2 .list li .icon {
	top: .3rem;
	left: .3rem;
	position: absolute
}

.inside-solution-2 .list li .icon img {
	max-height: .4rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-solution-2 .list li .tit {
	color: #333;
	font-size: .24rem
}

.inside-solution-2 .list li .txt {
	font-size: .18rem;
	margin-top: .1rem;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-solution-2 .list li:hover .icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.inside-solution-2 .list li:hover .item {
	background-color: #f0f6ff
}

.inside-solution-2 .list2 {
	max-width: 11.45rem;
	height: 5.58rem;
	background-size: cover;
	background-position: top center;
	margin: 0 auto;
	width: 100%;
	position: relative
}

.inside-solution-2 .list2 .tu {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	margin-top: .13rem;
	max-width: 8.39rem;
	text-align: center
}

.inside-solution-2 .list2 .tu img {
	max-height: 4.7rem
}

.inside-solution-2 .list2 .tu:after {
	content: "";
	display: block!important;
	padding-bottom: 55.9566787%
}

@media (max-width:1024px) {
	.inside-solution-2 {
		padding-top: 50px
	}
	.inside-solution-2 .f46 {
		font-size: 22px;
		padding-bottom: 30px
	}
	.inside-solution-2 .list li {
		width: 50%
	}
	.inside-solution-2 .list li .item {
		padding-left: 70px
	}
	.inside-solution-2 .list li .icon img {
		max-height: 40px
	}
	.inside-solution-2 .list li .tit {
		font-size: 16px
	}
	.inside-solution-2 .list li .txt {
		font-size: 14px
	}
	.inside-solution-2 .list2 {
		height: auto;
		background-image: none !important
	}
}

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

.inside-solution-3 {
	padding-bottom: 3rem
}

.inside-solution-3 .container {
	max-width: 19.2rem
}

.inside-solution-3 .f46 {
	color: #333;
	font-size: .46rem;
	text-align: center;
	padding-top: .5rem
}

.inside-solution-3 .mains {
	padding-top: .5rem
}

.inside-solution-3 .mains li {
	padding: 0 .11rem;
	height: 3.57rem;
	width: 4.78rem !important
}

.inside-solution-3 .mains .pic {
	border-radius: .25rem;
	overflow: hidden;
	position: relative
}

.inside-solution-3 .mains .pic img {
	width: 100%;
	max-height: 3.57rem;
	vertical-align: middle;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	border-radius: .25rem
}

.inside-solution-3 .mains .pic:after {
	content: "";
	display: block!important;
	padding-bottom: 74.68619247%
}

.inside-solution-3 .mains .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-solution-3 .mains .g1 {
	margin-left: .7rem
}

.inside-solution-3 .mains .g2 {
	margin-right: .7rem
}

.inside-solution-3 .mains .g1,
.inside-solution-3 .mains .g2 {
	overflow: hidden;
	position: relative;
	height: 3.57rem !important
}

.inside-solution-3 .mains .g2 {
	margin-top: .08rem
}

@media (max-width:1024px) {
	.inside-solution-3 .f46 {
		font-size: 22px
	}
	.inside-solution-3 .mains .g1 {
		margin-left: 0
	}
	.inside-solution-3 .mains .g2 {
		margin-right: 0
	}
	.inside-solution-3 .mains .g1,
	.inside-solution-3 .mains .g2 {
		height: 2.09rem !important
	}
	.inside-solution-3 .mains li {
		width: 2.8rem !important;
		height: 2.09rem
	}
	.inside-solution-3 .mains .pic:after {
		padding-bottom: 74.64285714%
	}
}

.inside-proshow {
	padding-bottom: 2.3rem;
	padding-top: 1.5rem
}

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

.inside-proshow .listscroll {
	width: 37%
}

.inside-proshow .text h1 {
	font-size: .56rem;
	line-height: .7rem;
	padding-bottom: .5rem
}

.inside-proshow .text .btn {
	margin-top: .5rem
}

.inside-proshow .text .btn a {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	display: inline-block;
	background: #fff;
	min-width: 1.4rem;
	height: .4rem;
	line-height: .4rem;
	border-radius: .08rem;
	margin-left: .2rem;
	position: relative
}

.inside-proshow .text .btn a img {
	margin-left: .26rem;
	margin-right: .05rem;
	margin-top: .1rem;
	max-height: .2rem
}

.inside-proshow .text .btn a .ic2 {
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-proshow .text .btn a:first-child {
	margin-left: 0
}

.inside-proshow .text .btn a:hover {
	color: #fff;
	background: #0466ff
}

.inside-proshow .text .btn a:hover .ic2 {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

@media (max-width:1024px) {
	.inside-proshow {
		padding-bottom: 200px
	}
	.inside-proshow .container {
		display: block
	}
	.inside-proshow .pic {
		width: 100%;
		padding: 0 70px
	}
	.inside-proshow .text {
		width: 100%;
		color: #666;
		line-height: 24px;
		padding-top: 30px
	}
	.inside-proshow .text h1 {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 20px
	}
	.inside-proshow .text .btn a {
		margin-left: 3px;
		line-height: 36px;
		height: 36px;
		min-width: 100px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
	}
	.inside-proshow .text .btn a img {
		max-height: 14px;
		margin-left: 10px;
		margin-top: 10px;
		margin-right: 0
	}
}

.inside-service {
	padding-bottom: 3rem
}

.inside-service ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 -0.3rem
}

.inside-service li {
	width: 33.3333%;
	padding: 0 .3rem;
	margin-top: .5rem
}

.inside-service li .item {
	position: relative;
	background: #fff;
	border-radius: .25rem;
	box-shadow: 0 0 .2rem rgba(7, 108, 182, 0.13)
}

.inside-service li .pic {
	overflow: hidden;
	position: relative;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.inside-service li .pic:after {
	content: "";
	display: block!important;
	padding-bottom: 56.32911392%
}

.inside-service li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-service li .tit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	color: #282828;
	font-weight: 700;
	padding: 0 .25rem;
	line-height: .62rem;
	height: .62rem;
	text-align: left
}

.inside-service li .tit img {
	vertical-align: middle;
	max-height: .14rem;
	margin-bottom: .04rem;
	margin-right: .05rem
}

.inside-service li .tit span {
	float: right;
	padding-left: .1rem;
	font-size: .12rem;
	font-family: arial;
	color: #898e9d;
	font-weight: 100
}

.inside-service li .videobtn {
	top: 41%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.inside-service li:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.inside-service li:hover .tit {
	color: #0862bb
}

@media (max-width:1024px) {
	.inside-service ul {
		margin-left: -10px;
		margin-right: -10px
	}
	.inside-service li {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (max-width:500px) {
	.inside-service li {
		width: 50%
	}
	.inside-service li .tit {
		font-size: 16px;
		padding: 0 20px;
		height: 50px;
		line-height: 50px
	}
	.inside-service li .tit span {
		font-size: 12px
	}
	.inside-service li .tit img {
		max-height: 14px
	}
}

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

.inside-dowland {
	padding-bottom: 3rem
}

.inside-dowland ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.3rem
}

.inside-dowland li {
	width: 33.333%;
	padding: 0 .3rem;
	margin-top: .5rem
}

.inside-dowland li .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2.2rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: .25rem;
	background: -webkit-linear-gradient(45deg, #eff0fd, #cddafb, #f2f5fd);
	background: linear-gradient(45deg, #eff0fd, #cddafb, #f2f5fd)
}

.inside-dowland li .text {
	width: 70%;
	padding-left: .54rem
}

.inside-dowland li .tit {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	color: #333;
	height: .4rem;
	font-size: .3rem;
	line-height: .4rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.inside-dowland li .dow {
	color: #fff;
	font-size: .14rem;
	padding: 0 .15rem;
	display: none;
	height: .34rem;
	margin-top: .6rem;
	border-radius: .07rem;
	line-height: .34rem;
	min-width: 1.2rem;
	background: #066cff
}

.inside-dowland li .dow img {
	float: right;
	margin-top: .07rem;
	max-height: .2rem
}

.inside-dowland li .pic {
	width: 30%
}

.inside-dowland li:hover .tit {
	color: #066cff;
	text-decoration: underline
}

.inside-dowland li:hover .dow {
	display: inline-block
}

@media (max-width:1024px) {
	.inside-dowland li {
		width: 50%
	}
	.inside-dowland li .tit {
		font-size: 18px;
		height: 30px;
		line-height: 30px
	}
	.inside-dowland li .dow {
		margin-top: 20px;
		padding: 0 15px;
		font-size: 14px;
		min-width: 100px;
		height: 34px;
		line-height: 34px
	}
	.inside-dowland li .dow img {
		max-height: 20px;
		margin-top: 7px
	}
	.inside-dowland li .text {
		padding-left: 10px
	}
}

@media (max-width:480px) {
	.inside-dowland ul {
		margin: 0 -10px
	}
	.inside-dowland li {
		padding: 0 10px;
		margin-top: 20px
	}
	.inside-dowland li .tit {
		height: 60px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2
	}
}

.inside-product {
	padding-bottom: 3rem
}

.inside-product ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 -0.3rem
}

.inside-product li {
	padding: 0 .3rem;
	margin-top: .56rem;
	width: 33.333%
}

.inside-product li .item {
	display: block;
	border-radius: .25rem;
	padding-top: .6rem;
	background: -webkit-linear-gradient(top, #4b96ff, #d5ecfc);
	background: linear-gradient(to bottom, #4b96ff, #d5ecfc);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0 0 .15rem rgba(72, 148, 255, 0.2)
}

.inside-product li .text {
	color: #fff;
	padding: 0 .2rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-product li .tit {
	font-weight: 700;
	height: .4rem;
	line-height: .4rem;
	font-size: .32rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.inside-product li .txt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	margin: .05rem 0;
	font-size: .18rem;
	height: .3rem;
	line-height: .3rem;
	font-weight: lighter
}

.inside-product li .more {
	font-size: .14rem
}

.inside-product li .more i {
	font-family: "宋体";
	font-style: normal;
	font-size: .18rem;
	margin-left: .05rem
}

.inside-product li .pic {
	overflow: hidden;
	margin-top: .15rem;
	position: relative
}

.inside-product li .pic:after {
	content: "";
	display: block!important;
	padding-bottom: 100%
}

.inside-product li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

@media (min-width:1025px) {
	.inside-product li:hover .tit,
	.inside-product li:hover .more {
		color: #e64724
	}
	.inside-product li:hover .pic img {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95)
	}
	.inside-product li:hover .text {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@media (max-width:1024px) {
	.inside-product li {
		width: 50%
	}
	.inside-product li .tit {
		height: 30px;
		font-size: 18px;
		line-height: 30px;
		overflow: hidden
	}
	.inside-product li .txt {
		font-size: 16px;
		height: 30px;
		line-height: 30px
	}
	.inside-product li .more {
		font-size: 14px
	}
	.inside-product li .more i {
		font-size: 18px
	}
}

@media (max-width:420px) {
	.inside-product li {
		margin-top: 30px;
		width: 100%
	}
	.inside-product li .pic:after {
		padding-bottom: 60%
	}
}

.inside-video {
	height: 100vh
}

.inside-video img {
	width: 100%
}

.inside-map {
	padding-bottom: 3rem
}

.inside-map li {
	padding: .2rem 0
}

.inside-map li h3 {
	padding-bottom: .15rem
}

.inside-map li a {
	padding-right: .2rem;
	display: inline-block
}

.inside-page {
	font-size: 12px;
	font-family: arial;
	text-align: center;
	padding-top: .5rem
}

.inside-page a {
	width: .4rem;
	height: .4rem;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: .38rem;
	border-radius: 100%;
	margin: 0 .05rem;
	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: #e64724;
	background: #e64724
}

.inside-page .prev,
.inside-page .next {
	width: 1.06rem;
	position: relative;
	border-radius: 30px;
	border-width: 0
}

.inside-page .prev:before {
	content: "<";
	margin-right: .06rem;
	font-family: "宋体";
	display: inline-block;
	font-weight: 700
}

.inside-page .next:after {
	content: ">";
	margin-left: .06rem;
	font-family: "宋体";
	display: inline-block;
	font-weight: 700
}

.videoWindow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	display: none
}

.videoWindow video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13.2rem;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	max-height: 70%;
	max-width: 80%
}

.videoWindow i {
	display: block;
	position: absolute;
	top: .3rem;
	right: .3rem;
	width: .25rem;
	height: .25rem;
	background: url(../images/onlineClose.png) no-repeat center center;
	background-size: contain;
	cursor: pointer
}

.inside-about {
	font-size: .18rem;
	padding-top: .6rem;
	padding-bottom: 0.4rem
}

.inside-about ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: .8rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-about li {
	color: #2d3132;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.inside-about li .blue {
	color: #066cff
}

.inside-about li .blue i {
	font-weight: 700;
	line-height: .4rem;
	font-size: .4rem;
	font-style: normal
}

.inside-about li .icon {
	height: .7rem;
	width: .7rem
}

.inside-about li .icon img {
	max-height: .7rem
}

.inside-about li .num {
	padding-left: .2rem
}

.inside-about li .num .bold {
	color: #066cff;
	font-weight: 700
}

.inside-about li .counter {
	font-weight: 700;
	line-height: .4rem;
	font-size: .4rem;
	font-family: arial
}

.inside-about .text {
	font-size: .2rem;
	line-height: .4rem
}

@media (max-width:1024px) {
	.inside-about {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 16px
	}
	.inside-about li {
		width: 50%;
		margin-top: 20px
	}
	.inside-about li .icon {
		width: 60px;
		height: 60px
	}
	.inside-about li .icon img {
		max-height: 60px
	}
	.inside-about li .num {
		width: 80%
	}
	.inside-about .text {
		font-size: 16px;
		line-height: 26px
	}
}

@media (max-width:540px) {
	.inside-about ul {
		padding-bottom: 20px
	}
	.inside-about li {
		width: 50%;
		padding: 10px 0;
		display: block;
		text-align: center
	}
	.inside-about li .counter {
		font-size: 20px;
		line-height: 30px
	}
	.inside-about li .icon {
		display: none
	}
	.inside-about li .num {
		width: 100%;
		padding-left: 0
	}
	.inside-about li .num .bold {
		display: block;
		margin-top: 10px;
		font-size: 14px
	}
}

.inside-qywh {
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
	padding: 1rem 0 0 0
}

.inside-qywh .container {
	position: relative
}

.inside-qywh ul {
	max-width: 15.2rem;
	padding-left: 6.3rem
}

.inside-qywh li {
	color: #2d3132;
	font-size: .18rem;
	line-height: .36rem;
	padding: .4rem 0
}

.inside-qywh li .t1 img {
	max-height: .8rem
}

.inside-qywh li .t2 {
	margin: .2rem 0;
	color: #066cff;
	font-size: .24rem;
	font-weight: 700
}

.inside-qywh li .t3 {
	padding-bottom: .1rem
}

@media (max-width:1024px) {
	.inside-qywh {
		padding-top: 40px
	}
	.inside-qywh ul {
		padding-left: 0
	}
	.inside-qywh li {
		font-size: 14px;
		line-height: 24px
	}
	.inside-qywh li .t1 img {
		max-height: 60px
	}
	.inside-qywh li .t2 {
		font-size: 18px
	}
}

@media (max-width:640px) {
	.inside-qywh ul {
		padding-left: 0
	}
	.inside-qywh li {
		padding: 20px 0
	}
	.inside-qywh li .txt {
		text-align: center
	}
}

.inside-fzlc {
	position: relative;
	max-width: 19.2rem;
	margin: 0 auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0.5rem;
}

.inside-fzlc .tu {
	left: 0;
	top: .5rem;
	position: absolute
}

.inside-fzlc .tu img {
	max-height: 7.8rem
}

.inside-fzlc .warp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-fzlc .title {
	width: 20%;
	color: #333;
	font-size: .46rem
}

.inside-fzlc .mySwiper2 {
	width: 50%;
	padding-left: 1rem;
	padding-top: 1.6rem;
	overflow: hidden
}

.inside-fzlc .mySwiper2 .tit {
	font-size: .18rem;
	min-height: .55rem
}

.inside-fzlc .mySwiper2 .txt {
	color: #222;
	font-size: .5rem;
	line-height: .7rem;
	font-weight: 700;
	min-height: 1rem
}

.inside-fzlc .list {
	color: #222;
	width: 15%;
	padding: 1.5rem 0;
	padding-bottom: .8rem;
	text-align: right;
	position: relative
}

.inside-fzlc .list:before {
	content: "";
	top: 0;
	right: 0;
	width: .21rem;
	height: 100%;
	position: absolute;
	background: url(../images/fzlc-line.png) repeat-y;
	background-size: cover
}

.inside-fzlc .mySwiper .swiper-slide {
	height: auto !important
}

.inside-fzlc .mySwiper .item {
	height: 1rem;
	padding-right: .8rem;
	cursor: pointer;
	position: relative
}

.inside-fzlc .mySwiper .item:before {
	content: "";
	width: .4rem;
	height: 1px;
	top: .2rem;
	right: -0.18rem;
	position: absolute;
	background: #d6d6d6
}

.inside-fzlc .mySwiper .time {
	color: #9b9b9b;
	font-size: .3rem;
	line-height: .4rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: "Oswald"
}

.inside-fzlc .mySwiper .swiper-slide-thumb-active .time {
	color: #333;
	font-size: .89rem;
	line-height: .9rem
}

.inside-fzlc .swiper-button-prev,
.inside-fzlc .swiper-button-next {
	left: 1.83rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1 !important;
	margin-top: 0;
	width: .46rem;
	height: .46rem;
	border-radius: 50%
}

.inside-fzlc .swiper-button-prev:after,
.inside-fzlc .swiper-button-next:after {
	font-size: 0
}

.inside-fzlc .swiper-button-prev:hover,
.inside-fzlc .swiper-button-next:hover {
	background-color: #ddd
}

.inside-fzlc .swiper-button-prev {
	top: .5rem;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: url(../images/prev-2.png) no-repeat center center #e9e9e9;
	background-size: cover
}

.inside-fzlc .swiper-button-prev:hover {
	background: url(../images/prev-2h.png) no-repeat center center #066cff
}

.inside-fzlc .swiper-button-next {
	top: auto;
	bottom: .5rem;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: url(../images/next-2.png) no-repeat center center #e9e9e9;
	background-size: cover
}

.inside-fzlc .swiper-button-next:hover {
	background: url(../images/next-2h.png) no-repeat center center #066cff
}

@media (max-width:1024px) {
	.inside-fzlc {
		line-height: 24px;
		padding-top: 30px
	}
	.inside-fzlc .title {
		width: 100%;
		font-size: 22px;
		text-align: center
	}
	.inside-fzlc .tu img {
		display: none
	}
	.inside-fzlc .warp {
		display: block;
		margin-top: 0
	}
	.inside-fzlc .swiper-button-prev {
		left: 0;
		top: 0;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
	.inside-fzlc .swiper-button-next {
		right: 0;
		left: auto;
		top: 0;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
	.inside-fzlc .swiper-slide-thumb-active .time {
		color: #333;
		font-weight: 700;
		font-size: 20px !important;
		line-height: 30px !important
	}
	.inside-fzlc .container {
		display: block;
		padding: 0 20px;
		overflow: hidden
	}
	.inside-fzlc .text {
		font-size: 14px
	}
	.inside-fzlc .list {
		margin-top: 30px;
		text-align: center;
		padding: 0 30px;
		width: 100%;
		float: none
	}
	.inside-fzlc .list:before {
		display: none
	}
	.inside-fzlc .list .item:before {
		display: none
	}
	.inside-fzlc .mySwiper2 {
		width: 100%
	}
	.inside-fzlc .mySwiper2 .tit {
		font-size: 16px
	}
	.inside-fzlc .mySwiper2 .txt {
		min-height: auto;
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px
	}
	.inside-fzlc .mySwiper {
		width: 100%
	}
	.inside-fzlc .mySwiper .item {
		height: auto;
		padding: 0 10px;
		margin-top: .05rem
	}
	.inside-fzlc .mySwiper .time {
		line-height: 30px !important;
		transition: inherit;
		-webkit-transition: inherit;
	}
	.inside-fzlc .mySwiper2 {
		padding-top: 30px
	}
	.inside-fzlc .mySwiper2 .pic {
		width: 100%;
		float: none
	}
	.inside-fzlc .mySwiper2 .text-2 {
		width: 100%;
		float: none;
		padding: 20px 0
	}
	.inside-fzlc .mySwiper2 .box {
		padding-top: 0
	}
	.inside-fzlc .mySwiper2 .tit {
		min-height: auto
	}
	.inside-fzlc .mySwiper2 .txt {
		margin-top: 10px;
		height: auto
	}
	.inside-fzlc .list {
		overflow: hidden
	}
	.inside-fzlc .list:before {
		background-size: cover
	}
	.inside-fzlc .list .container {
		overflow: hidden
	}
}

@media (max-width:1024px) and (max-width:640px) {
	.inside-fzlc .mySwiper2 {
		padding-left: 0;
		text-align: center
	}
}

.inside-platform {
	padding-bottom: 2.5rem
}

.inside-platform ul li {
	min-height: 6rem;
	padding: .3rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-platform ul li .text {
	width: 45%
}

.inside-platform ul li .tit {
	color: #222;
	font-size: .46rem;
	padding-bottom: .3rem
}

.inside-platform ul li .txt {
	text-align: justify;
	line-height: .4rem;
	font-size: .2rem
}

.inside-platform ul li .txt p {
	padding-top: .2rem
}

.inside-platform ul li .pic {
	width: 52%;
	position: relative
}

.inside-platform ul li .img1 {
	top: 0;
	left: 0;
	position: absolute
}

.inside-platform ul li .img1 img {
	max-height: 5.8rem
}

.inside-platform ul li .dh1 {
	z-index: 9
}

.inside-platform ul li .dh3 {
	z-index: 3
}

.inside-platform ul li .dh4 {
	z-index: 2
}

.inside-platform ul li:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.inside-platform ul li:nth-child(2n) .text {
	padding-left: .3rem
}

.inside-platform ul li:nth-child(2) .dh1 {
	z-index: 2
}

.inside-platform ul li:nth-child(2) .dh2 {
	z-index: 3
}

.inside-platform ul li:nth-child(2) .dh3 {
	z-index: 2
}

.inside-platform ul li:nth-child(2) .dh4 {
	z-index: 1
}

.inside-platform ul li:nth-child(3) .dh1 {
	z-index: 1
}

.inside-platform ul li:nth-child(3) .dh2 {
	z-index: 2
}

.inside-platform ul li:nth-child(3) .dh5 {
	z-index: 1
}

.inside-platform ul li:nth-child(3) .dh6 {
	z-index: 3
}

.inside-platform ul li:nth-child(4) .dh1 {
	z-index: 2
}

.inside-platform ul li:nth-child(4) .dh2 {
	z-index: 1
}

.inside-platform ul li:nth-child(4) .dh3 {
	z-index: 0
}

@media (max-width:1024px) {
	.inside-platform ul li .tit {
		font-size: 24px;
		padding-bottom: 10px
	}
}

@media (max-width:640px) {
	.inside-platform ul li {
		display: block
	}
	.inside-platform ul li .text {
		width: 100%;
		padding: 0 15px !important;
		text-align: center
	}
	.inside-platform ul li .pic {
		width: 100%;
		padding: 40px
	}
}

.partner {
	z-index: 1;
	padding: 1rem 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #fbfdfe;
	position: relative
}

.partner .title {
	top: 50%;
	left: 50%;
	color: #5687de;
	z-index: 9;
	width: 100%;
	font-weight: 700;
	text-align: center;
	font-size: .59rem;
	line-height: .6rem;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

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

.partner .list li {
	color: #4a4a4a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	vertical-align: middle;
	padding: .2rem;
	position: absolute;
	-webkit-perspective: 2600px;
	perspective: 2600px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.partner .list .box {
	display: inline-block;
	background: #f6fafb;
	border: 1px #fff solid;
	border-radius: .3rem;
	box-shadow: 0 0 10px 0 rgba(0, 94, 214, 0.45);
	line-height: .4rem;
	padding: 0 .1rem;
	white-space: nowrap
}

.sy_p4 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.sy_p4 .u1:before {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sy_p4 .u1 li {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

.sy_p4 .u1 li:nth-child(1) {
	z-index: 999;
	left: 50%;
	top: 28%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(2) {
	left: 50%;
	top: 35%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(3) {
	left: 50%;
	top: 45%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(4) {
	left: 50%;
	top: 55%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(5) {
	left: 50%;
	top: 64%
}

.sy_p4 .u1 li:nth-child(6) {
	left: 50%;
	top: 35%
}

.sy_p4 .u1 li:nth-child(7) {
	left: 50%;
	top: 45%;
	background-color: #f00
}

.sy_p4 .u1 li:nth-child(8) {
	left: 52%;
	top: 54%;
	background-color: #f00
}

.sy_p4 .u1 li:nth-child(9) {
	left: 35%;
	top: 45%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(10) {
	left: 37%;
	top: 47%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(11) {
	left: 39%;
	top: 49%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(12) {
	left: 41%;
	top: 51%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(13) {
	left: 41%;
	top: 36%;
	background-color: #f00
}

.sy_p4 .u1 li:nth-child(14) {
	left: 37%;
	top: 47%;
	background-color: #f00
}

.sy_p4 .u1 li:nth-child(15) {
	left: 39%;
	top: 49%;
	background-color: #f00
}

.sy_p4 .u1 li:nth-child(16) {
	left: 53%;
	top: 47%;
	background-color: #f00
}

.sy_p4 .u1 li:nth-child(17) {
	left: 49%;
	top: 40%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(18) {
	left: 37%;
	top: 47%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(19) {
	left: 39%;
	top: 61%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(20) {
	left: 48%;
	top: 33%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(21) {
	left: 38%;
	top: 41%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(22) {
	left: 49%;
	top: 44%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(23) {
	left: 38%;
	top: 32%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(24) {
	left: 42%;
	top: 55%;
	background-color: #000
}

.sy_p4 .u1 li:nth-child(25) {
	left: 47%;
	top: 51%;
	background-color:
}

.sy_p4 .u1 li {
	background: transparent !important
}

.sy_p4 .u1 li {
	-webkit-perspective: 2600px;
	perspective: 2600px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: .5s;
	transition: .5s
}

.sy_p4 .u1 li:nth-child(1) {
	-webkit-animation: zoomin1 10s -3s linear infinite;
	animation: zoomin1 10s -3s linear infinite
}

.sy_p4 .u1 li:nth-child(2) {
	-webkit-animation: zoomin2 14s -3s linear infinite;
	animation: zoomin2 14s -3s linear infinite
}

.sy_p4 .u1 li:nth-child(3) {
	-webkit-animation: zoomin3 13.5s -2s linear infinite;
	animation: zoomin3 13.5s -2s linear infinite
}

.sy_p4 .u1 li:nth-child(4) {
	-webkit-animation: zoomin4 15s -5s linear infinite;
	-moz-animation: zoomin4 15s -5s linear infinite
}

.sy_p4 .u1 li:nth-child(5) {
	-webkit-animation: zoomin5 9s -4s linear infinite;
	-moz-animation: zoomin5 9s -4s linear infinite
}

.sy_p4 .u1 li:nth-child(6) {
	-webkit-animation: zoomin6 10s -4s linear infinite;
	-moz-animation: zoomin6 10s -4s linear infinite
}

.sy_p4 .u1 li:nth-child(7) {
	-webkit-animation: zoomin7 9.5s -5s linear infinite;
	-moz-animation: zoomin7 9.5s -5s linear infinite
}

.sy_p4 .u1 li:nth-child(8) {
	-webkit-animation: zoomin8 13s -1s linear infinite;
	-moz-animation: zoomin8 13s -10s linear infinite
}

.sy_p4 .u1 li:nth-child(9) {
	-webkit-animation: zoomin9 11s -1s linear infinite;
	-moz-animation: zoomin9 11s -10s linear infinite
}

.sy_p4 .u1 li:nth-child(10) {
	-webkit-animation: zoomin10 12s -3s linear infinite;
	-moz-animation: zoomin10 12s -3s linear infinite
}

.sy_p4 .u1 li:nth-child(11) {
	-webkit-animation: zoomin11 12s -3s linear infinite;
	-moz-animation: zoomin11 12s -3s linear infinite
}

.sy_p4 .u1 li:nth-child(12) {
	-webkit-animation: zoomin12 17s -5s linear infinite;
	-moz-animation: zoomin12 17s -5s linear infinite
}

.sy_p4 .u1 li:nth-child(13) {
	-webkit-animation: zoomin13 16s -0.2s linear infinite;
	-moz-animation: zoomin13 16s -0.2s linear infinite
}

.sy_p4 .u1 li:nth-child(14) {
	-webkit-animation: zoomin14 14s -2s linear infinite;
	-moz-animation: zoomin14 14s -2s linear infinite
}

.sy_p4 .u1 li:nth-child(15) {
	-webkit-animation: zoomin15 14s -3s linear infinite;
	-moz-animation: zoomin15 12s -3s linear infinite
}

.sy_p4 .u1 li:nth-child(16) {
	-webkit-animation: zoomin16 13.5s -6s linear infinite;
	-moz-animation: zoomin16 11.5s -5s linear infinite
}

.sy_p4 .u1 li:nth-child(17) {
	-webkit-animation: zoomin17 11s -8s linear infinite;
	-moz-animation: zoomin17 9s -8s linear infinite
}

.sy_p4 .u1 li:nth-child(18) {
	-webkit-animation: zoomin16 13.5s -6s linear infinite;
	-moz-animation: zoomin16 11.5s -5s linear infinite
}

.sy_p4 .u1 li:nth-child(19) {
	-webkit-animation: zoomin19 10s -4s linear infinite;
	-moz-animation: zoomin19 10s -4s linear infinite
}

.sy_p4 .u1 li:nth-child(20) {
	-webkit-animation: zoomin20 9.5s -1s linear infinite;
	-moz-animation: zoomin20 7.5s -1s linear infinite
}

.sy_p4 .u1 li:nth-child(21) {
	-webkit-animation: zoomin21 19s -8s linear infinite;
	-moz-animation: zoomin21 19s -8s linear infinite
}

.sy_p4 .u1 li:nth-child(22) {
	-webkit-animation: zoomin22 11s -9s linear infinite;
	-moz-animation: zoomin22 9s -9s linear infinite
}

.sy_p4 .u1 li:nth-child(23) {
	-webkit-animation: zoomin23 12s -3s linear infinite;
	-moz-animation: zoomin23 13s -3s linear infinite
}

.sy_p4 .u1 li:nth-child(24) {
	-webkit-animation: zoomin24 17s -3s linear infinite;
	-moz-animation: zoomin24 15s -3s linear infinite
}

.sy_p4 .u1 li:nth-child(25) {
	-webkit-animation: zoomin25 17s -5s linear infinite;
	-moz-animation: zoomin25 15s -5s linear infinite
}

@media (max-width:640px) {
	.partner {
		height: auto;
		padding-bottom: 200px;
		padding-top: 0
	}
	.partner .title {
		top: 0;
		left: 0;
		font-size: 24px;
		padding-bottom: 30px;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		position: relative
	}
	.sy_p4 .u1 li {
		padding: 5px;
		width: 50%;
		float: left;
		top: 0 !important;
		left: 0 !important;
		position: relative !important;
		-webkit-animation: zoomin25 0s 0s linear infinite !important;
		-moz-animation: zoomin25 0s 0s linear infinite !important
	}
	.partner .list .box {
		display: block;
		width: 100%;
		padding: 5px 0;
		font-size: 12px;
		text-align: center;
		line-height: 20px
	}
}

@media (max-width:500px) {
	.sy_p4 .u1 li {
		width: 100%;
		margin-top: 10px
	}
	.partner .list .box {
		font-size: 14px
	}
}

@-webkit-keyframes zoomin1 {
	0% {
		opacity: .1
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		margin-top: 70vh;
		margin-left: -20vw
	}
}

@keyframes zoomin1 {
	0% {
		opacity: .1
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		margin-top: 70vh;
		margin-left: -20vw
	}
}

@-webkit-keyframes zoomin2 {
	0% {
		opacity: .2;
		-webkit-transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2.2);
		margin-top: 50vh;
		margin-left: 20vw
	}
}

@-webkit-keyframes zoomin3 {
	0% {
		opacity: .4;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		margin-top: -30vh;
		margin-left: -40vw
	}
}

@keyframes zoomin3 {
	0% {
		opacity: .4;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		margin-top: -30vh;
		margin-left: -40vw
	}
}

@-webkit-keyframes zoomin4 {
	0% {
		opacity: .2;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2.3);
		transform: scale(2.3);
		margin-top: -40vh;
		margin-left: 10vw
	}
}

@keyframes zoomin4 {
	0% {
		opacity: .2;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2.3);
		transform: scale(2.3);
		margin-top: -40vh;
		margin-left: 10vw
	}
}

@-webkit-keyframes zoomin5 {
	0% {
		opacity: .15;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 20vh;
		margin-left: -20vw
	}
}

@-webkit-keyframes zoomin6 {
	0% {
		opacity: .2;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2.4);
		transform: scale(2.4);
		margin-top: 20vh;
		margin-left: 20vw
	}
}

@keyframes zoomin6 {
	0% {
		opacity: .2;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2.4);
		transform: scale(2.4);
		margin-top: 20vh;
		margin-left: 20vw
	}
}

@-webkit-keyframes zoomin7 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(2.3);
		transform: perspective(400px) scale(2.3);
		margin-top: -40vh;
		margin-left: -40vw
	}
}

@-webkit-keyframes zoomin8 {
	0% {
		opacity: .35;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(2);
		transform: perspective(400px) scale(2);
		margin-top: 75vh;
		margin-left: 10vw
	}
}

@keyframes zoomin8 {
	0% {
		opacity: .35;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(2);
		transform: perspective(400px) scale(2);
		margin-top: 75vh;
		margin-left: 10vw
	}
}

@-webkit-keyframes zoomin9 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(1.9);
		transform: perspective(400px) scale(1.9);
		margin-top: -78vh;
		margin-left: 0
	}
}

@keyframes zoomin9 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(1.9);
		transform: perspective(400px) scale(1.9);
		margin-top: -78vh;
		margin-left: 0
	}
}

@-webkit-keyframes zoomin10 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(2.3);
		transform: perspective(400px) scale(2.3);
		margin-top: 60vh;
		margin-left: 20vw
	}
}

@keyframes zoomin10 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(2.3);
		transform: perspective(400px) scale(2.3);
		margin-top: 60vh;
		margin-left: 20vw
	}
}

@-webkit-keyframes zoomin11 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(2.4);
		transform: perspective(400px) scale(2.4);
		margin-top: 80vh;
		margin-left: 24vw
	}
}

@keyframes zoomin11 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(2.4);
		transform: perspective(400px) scale(2.4);
		margin-top: 80vh;
		margin-left: 24vw
	}
}

@-webkit-keyframes zoomin12 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(1.8);
		transform: perspective(400px) scale(1.8);
		margin-top: 68vh;
		margin-left: 35vw
	}
}

@keyframes zoomin12 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(1.8);
		transform: perspective(400px) scale(1.8);
		margin-top: 68vh;
		margin-left: 35vw
	}
}

@-webkit-keyframes zoomin13 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(2.1);
		transform: perspective(400px) scale(2.1);
		margin-top: 58vh;
		margin-left: 30vw
	}
}

@keyframes zoomin13 {
	0% {
		opacity: .5;
		-webkit-transform: perspective(400px) scale(.5);
		transform: perspective(400px) scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) scale(2.1);
		transform: perspective(400px) scale(2.1);
		margin-top: 58vh;
		margin-left: 30vw
	}
}

@-webkit-keyframes zoomin14 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 44vh;
		margin-left: -30vw
	}
}

@keyframes zoomin14 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 44vh;
		margin-left: -30vw
	}
}

@-webkit-keyframes zoomin15 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: -34vh;
		margin-left: -45vw
	}
}

@keyframes zoomin15 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: -34vh;
		margin-left: -45vw
	}
}

@-webkit-keyframes zoomin16 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: -34vh;
		margin-left: 0vw
	}
}

@keyframes zoomin16 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: -34vh;
		margin-left: 0vw
	}
}

@-webkit-keyframes zoomin17 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 55vh;
		margin-left: -26vw
	}
}

@keyframes zoomin17 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 55vh;
		margin-left: -26vw
	}
}

@-webkit-keyframes zoomin18 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 85vh;
		margin-left: 16vw
	}
}

@keyframes zoomin18 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 85vh;
		margin-left: 16vw
	}
}

@-webkit-keyframes zoomin19 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 44vh;
		margin-left: -40vw
	}
}

@keyframes zoomin19 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 44vh;
		margin-left: -40vw
	}
}

@-webkit-keyframes zoomin20 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: -35vh;
		margin-left: 16vw
	}
}

@keyframes zoomin20 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: -35vh;
		margin-left: 16vw
	}
}

@-webkit-keyframes zoomin21 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 51vh;
		margin-left: 5vw
	}
}

@keyframes zoomin21 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 51vh;
		margin-left: 5vw
	}
}

@-webkit-keyframes zoomin22 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 35vh;
		margin-left: 13vw
	}
}

@keyframes zoomin22 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 35vh;
		margin-left: 13vw
	}
}

@keyframes zoomin22 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: 35vh;
		margin-left: 13vw
	}
}

@-webkit-keyframes zoomin23 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: -46vh;
		margin-left: 20vw
	}
}

@keyframes zoomin23 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: -46vh;
		margin-left: 20vw
	}
}

@-webkit-keyframes zoomin24 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: -46vh;
		margin-left: 10vw
	}
}

@keyframes zoomin24 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: -46vh;
		margin-left: 10vw
	}
}

@-webkit-keyframes zoomin25 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: -46vh;
		margin-left: 10vw
	}
}

@keyframes zoomin25 {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: -46vh;
		margin-left: 10vw
	}
}

.parallux.not-full {
	overflow: hidden
}

.parallux.not-full .parallux-bg {
	bottom: initial
}

.parallux.no-parallax {
	overflow: hidden
}

.parallux.no-parallax .parallux-bg {
	position: relative
}

.parallux.no-parallax .parallux-bg,
.parallux.no-parallax .parallux-inner {
	background-attachment: initial
}

.parallux {
	position: relative
}

.parallux.bg-fixed .parallux-inner {
	background-attachment: fixed
}

.parallux .parallux-bg {
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	position: fixed
}

.parallux .parallux-bg .parallux-inner {
	top: 0;
	left: 0;
	position: relative;
	min-width: 100%;
	height: auto;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-image: url();
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000
}

.listscroll {
	margin-top: 1.2rem;
	width: 5.6rem;
	height: 6.44rem;
	background-size: cover;
	background: url(../images/product-arrow.png) no-repeat;
	background-size: 100%;
}

.listscroll .swiper-container-horizontal>.swiper-pagination-bullets,
.listscroll .swiper-pagination-custom,
.listscroll .swiper-pagination-fraction {
	bottom: .7rem
}

.listscroll .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #fff;
	opacity: 1 !important;
	width: .12rem;
	height: .12rem;
	margin: 0 .1rem
}

.listscroll .swiper-pagination-bullet-active {
	background: #e64724 !important
}

.listscroll .pic {
	position: relative
}

.listscroll .pic:after {
	content: "";
	display: block!important;
	padding-bottom: 115.10791367%
}

@media (max-width:1024px) {
	.parallux .parallux-bg {
		top: auto;
		left: auto;
		right: auto;
		position: relative
	}
	.inside-service li .tit {
		font-size: 16px;
		padding: 0 5px;
		height: 50px;
		line-height: 50px
	}
	.inside-banner .t2 {
		font-size: 12px;
		line-height: 24px;
		padding-top: 0;
		color: #222
	}
}

.header .nav li .subnav2 {
	min-width: 1.6rem;
	left: 0;
}

.header .nav li .subnav {
	overflow: unset !important;
}

.header .nav li .subnav .sannav {
	position: absolute;
	right: -1.7rem;
	background: #066cff66;
	padding: .2rem 0;
	border-radius: 10px;
	width: 100%;
	margin-top: -0.6rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	display: none;
}

.header .nav li .subnav-a:hover .sannav {
	display: block;
}

.inside-bg .video {
	top: 6rem;
	z-index: 9;
	left: 1rem;
	width: 1.96rem;
	line-height: .56rem;
	position: absolute;
}

.inside-bg .video a {
	display: block;
	width: 100%;
	padding: 0 0.35rem;
	background: #e64724;
	color: #fff;
	border-radius: .3rem;
	opacity: 1;
}

.inside-bg .video:after {
	top: 0;
	right: .35rem;
	position: absolute;
	color: #fff;
	content: ">";
	font-family: "宋体";
	font-size: .2rem;
}

@media (max-width: 1024px) {
	.inside-proshow .listscroll {
		width: 100%;
		margin-top: 0;
		height: 420px;
		padding-top: 70px;
	}
	.banner .button:after {
		right: 12px;
	}
	.inside-bg .video {
		display: none;
	}
}

.inside-bannerpro {
	height: 8.8rem;
}

.inside-bg-video{
	height:100vh;
}

.inside-bg-video .tu{
	 height:100%;
}
.inside-bg-video .container {
	/*width: 30%;*/
	/*margin: 0;*/
	height: 100%;
	/*padding-left: 1rem;*/
}

.inisde-videoxz{
	top:0;
	left:0;
	width:100%;
	position:absolute;
}

.inside-bannerpro .text {
	color: #fff;
	width:31.5%;
	text-align: justify;
	padding-top: 1.5rem;
}

.inisde-videoxz:before{
	top:0;
	left:0;
	content:"";
	width:30%;
	height:100vh;
	z-index:0;
	position:absolute;
	background: linear-gradient(90deg,#3e87f0 35%,rgba(214,231,255,0));

}

.inside-bg-video .text {
	color: #fff;
	text-align: justify;
}

.inside-banner-xz{
	height:auto;
	position:relative;
	overflow:hidden;
}

.inside-banner-xz:before{
	top:0;
	left:0;
	content:"";
	width:30%;
	height:100vh;
	z-index:0;
	position:absolute;
	background: linear-gradient(90deg,#3e87f0 35%,rgba(214,231,255,0));
}

.inside-banner-xz .video{
	left:0;
}

.wzdw{
	top:0;
	left:0;
	width:100%;
	position:absolute;
	z-index:1;
}

.inside-banner-xz .wzdw .text {
	color: #fff;
	width:31.5%;
	text-align: justify;
}


@media(max-width:1024px) {
	.inside-banner-xz{
		margin-top:30px;
	}
	.wzdw{
		position:relative;
	}
	.inside-banner-xz .text{
		/* display:none; */
	}
	.inside-banner-xz .wzdw .text {
		color: #222;
		width:100%;
	}
	 .inside-banner-xz .t1{
	 	color:#333!important;
	 }
	 .inside-banner-xz .t2{
	 	color: #222;
	 }
	.inside-banner-xz{
		top:auto;
		left:auto;
		position:relative;
	}

	.inside-banner-xz .container{
		top:auto;
		left:auto;
		position:relative;
		transform: none;
	}
	.inside-banner-xz:before{
		display:none;
	}

	.inside-bg-video .container{
		top:auto;
		left:auto;
		position:relative;
	}

	.inside-bg-video{
		height:auto;
		padding-bottom:200px;
	}
	.inside-bg-video{
		margin-top:30px!important;
	}
	.inside-bg-video .tu{
		height:auto;
		display:block!important;
	}

	 .inside-bg-video .t1{
	 	color:#333!important;
	 	text-shadow:none!important;
	 	padding-top:30px!important;
	 }
	.inisde-videoxz{
		top:auto;
		left:auto;
		position:relative;
	}

	.inside-bg-video .container{
		top:auto;
		left:auto;
		position:relative;
	}
	.inisde-videoxz:before{
		display:none;
	}
}

.inside-bg-video .t2 {
	font-size: .18rem;
	line-height: .3rem;
	padding-top: .2rem;
	text-shadow: 0 0 1px rgba(95, 161, 253, 0.61);
}

@media(max-width:500px) {
	.banner .pic {
		height: 45vh;
	}
}

.inside-banner3 .tu2 {
	display: none;
}

.partner2 {
	display: none;
}

.partner2 .mySwiper3 {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.footer .bg {
		margin-top: -2px;
	}
	.inside-banner3 .tu {
		display: none;
	}
	.inside-banner3 .tu2 {
		display: block;
	}
	.partner {
		display: none;
	}
	.partner2 {
		display: block;
	}
	.inside-banner2 .container {
		top: inherit;
		left: inherit;
		margin: inherit;
		max-width: inherit;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: initial;
		position: relative;
	}
	.listscroll {
		margin-top: 0;
		width: 50%;
		height: auto;
		background: url(../images/product-arrow.png) no-repeat;
		background-size: 100%;
	}
	.inside-banner2 .t2 {
		width: 100%;
	}
	.listscroll .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px;
	}
	.inside-bg-video .container {
		width: 100%;
		background: none;
		margin: 0 auto;
		height: auto;
		padding-left: 0;
		position: relative;
		top: 0;
		left: 0;
		transform: inherit;
		padding: 0 20px;
	}
	.inside-bg-video .text {
		width: 100%;
		padding-bottom: 20px;
	}
	.inside-bg-video .container .t2 {
		width: 100%;
	}
	.inside-bg-video .tu2 video {
		padding: 0 20px;
	}
	.inside-bannerpro .text {
		padding-top: 10px;
		padding-bottom: 30px;
	}
}

.header .nav li .subnav .subnav-a:hover {
	background: rgba(0, 0, 0, 0.24);
}

.header .nav li .subnav .xz-class {
	position: relative;
}

.header .nav li .subnav .xz-class:after {
	right: .3rem;
	position: absolute;
	color: #fff;
	content: ">";
	font-family: "宋体";
	font-size: .2rem;
}

@media (max-width: 768px) {
	.index-product .list li .txt {
		min-height: 0.8rem;
	}
	.index-product .list li .tit {
		font-size: 12px;
	}
}

.navM .transparent {
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: none
}

.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: 999;
	top: 0;
	bottom: 0;
	right: auto;
	left: -100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.navM .navMWrap {
	overflow-y: auto;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.navM.open .transparent {
	display: block
}

.navM.open .closeBtn {
	display: block
}

.navM.open .navMCon {
	left: 0
}

.navM .closeBtn {
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #e64724;
	color: #fff;
	position: absolute;
	z-index: 999;
	right: -40px;
	top: 0
}

.navM .closeBtn:before,
.navM .closeBtn:after {
	content: "";
	display: block;
	background: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.navM .closeBtn:before {
	width: 15px;
	height: 1px
}

.navM .closeBtn:after {
	width: 1px;
	height: 15px
}

.navM .titleBig {
	text-align: center;
	padding: 10px 0;
	display: none
}

.navM .navMWrap>.list .title {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 16px;
	border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
	position: relative
}

.navM .navMWrap>.list .title .icon {
	/*width: 40px;
	height: 40px;
	margin: auto;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;*/
	width: 100px;
	height: 72px;

	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.navM .navMWrap>.list .title .icon:after {
	/*content: "";
	margin: auto;
	height: 8px;
	width: 8px;
	border-top: 1px #aaa solid;
	border-right: 1px #aaa solid;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;*/
	top: 16px;
	right: 15px;
	position: absolute;
	color: #aaa;
	content: ">";
	font-family: "宋体";
	font-size: 20px;
	line-height: 40px;
}

.navM .navMWrap>.list .has .title .icon {
	display: block
}


/*.navM .navMWrap>.list .active .title .icon {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}*/

.navM .navMWrap>.list .active .title .icon:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.navM .child {
	padding: 10px 0 20px 0;
	display: none;
	position: relative
}

.navM .child a {
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.navM .child a:hover {
	color: #000
}

.navM .mSearch {
	padding: 10px 0;
	text-align: left;
	overflow: hidden;
	height: 56px;
	border-bottom: #f3f3f3 1px solid;
	position: relative
}

.navM .mSearch .btn {
	width: 40px;
	height: 40px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 10px;
	margin-top: 0;
	right: 0;
	background: #ccc
}

.navM .mSearch .btn img {
	max-height: 20px;
	margin-top: 4px;
	vertical-align: middle
}

.navM .mSearch input {
	height: 40px;
	line-height: 38px;
	border: 0;
	vertical-align: middle;
	box-sizing: border-box !important;
	color: #333;
	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 30px 5px 15px;
	border-radius: 2px;
	font-size: 16px;
	background-color: #fff;
	position: static;
	left: 0;
	right: 0
}

.navM .other {
	padding: 10px
}

.navM .languageBtn {
	padding: 10px 0
}

.navM .languageBtn a {
	display: block;
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px #ccc solid;
	margin-right: -1px;
	background: #e64724
}

.inside-service li .videobtn .circle {
	width: .7rem;
	height: .7rem;
	display: block;
	text-align: center;
	line-height: .7rem;
	z-index: 2;
	margin: auto;
	border-radius: 50%;
	background: url("../images/video-btn.png") no-repeat center center;
	background-size: cover;
}



/* ========== mobile 改版 ========== */

.banner .mobile-box{
	position: relative;
	font-size: 0;
	padding-top: 60px;
}
.banner .mobile-box .title{
	position: absolute;
	width: 100%;
	top: 100px;
	z-index: 2;
	height: 84px;
	background: url('../../mobile/images/banner-title.png') no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.banner .mobile-box .bg{
	width: 100%;
}
.banner .mobile-box .footer{
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 158px;
	height: 46px;
	z-index: 2;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 23px;
	background-color: #fff;
	cursor: pointer;
}
.banner .mobile-box .footer-text{
	line-height: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #076BFF;
}
.banner .mobile-box .footer-icon{
	width: 14px;
	height: 20px;
	background: url('../../mobile/images/banner-footer-more.png') 0 0 no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.index-product .mobile-list {
	overflow: hidden;
	padding-bottom: 80px;
  }

.mobile-list ul {
	display: flex;
	align-items: center;
	margin-bottom: 34px;
	height: 250px;
	gap: 16px;
	transition: 0.5s all linear;
}

.mobile-list ul li {
	flex-shrink: 0;
	position: relative;
	width: 160px;
	height: 200px;
	border-radius: 16px;
	overflow: hidden;
	transition: 0.5s all linear;
	opacity: 0.8;
}

.mobile-list ul li .item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mobile-list ul li .item-mask{
	position: absolute;
	top: 84px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: linear-gradient( 180deg, rgba(7,107,255,0) 0%, rgba(7,107,255,0.84) 47%, #076BFF 100%);
}
.mobile-list ul li .item-dec{
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	z-index: 3;
}
.mobile-list ul li .item-text{
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	text-align: center;
}
.mobile-list ul li .item-sub-text{
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-shadow: 0px 2px 1px rgba(19,86,183,0.6);
}

.mobile-list ul li.active {
	width: 200px;
	height: 250px;
	border-radius: 20px;
	opacity: 1;
}
.mobile-list ul .active .item-mask{
	top: 150px;
}

.mobile-list .button-list{
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-list .button-list .button-item {
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.mobile-list .button-list .button-item:first-child{
	background: url("../../mobile/images/left-allow.png") no-repeat;
	background-position: center;
	background-size: 40px 40px;
}
.mobile-list .button-list .button-item:last-child{
	background: url("../../mobile/images/right-allow.png") no-repeat;
	background-position: center;
	background-size: 40px 40px;
}

.mobile-list .button-list .button-text {
	margin: 0 30px;
	font-weight: 500;
	font-size: 16px;
	color: #066CFF;
}
.index-product-2-mobile{
	padding-bottom: 80px;
}
.xz .xz-title{
	margin-bottom: 12px;
	line-height: 28px;
	font-weight: 600;
	font-size: 20px;
	color: #040404;
	text-align: center;
}
.xz .xz-sub-title{
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(4, 4, 4, 0.6);
	line-height: 20px;
	text-align: center;
}
.xz .xz-main{
	/* display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 14px;
	padding: 280px 20px 0 20px; */

	/* background: url(../../mobile/images/xz-bg.png) no-repeat;
	background-size: 355px auto ;
	background-position: center top; */
	text-align: center;
}
.xz .xz-main-img{
	width: calc(100% - 40px);
}

.xz .xz-main-content{
	margin-top: -35px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 14px;
	padding: 0 20px;
}
.xz .xz-item{
	display: flex;
	align-items: center;
	height: 64px;
	background: linear-gradient( 180deg, #FFFFFF 0%, #F5F9FF 100%), #F5F9FF;
	border-radius: 12px;
	border: 1px solid #E2EBF7;
	overflow: hidden;
}
.xz .xz-item .xz-item-icon {
	flex: 0 0 64px;
	height: 100%;
}
.xz .xz-item .xz-item-content {
	flex: 1;
	text-indent: 6px;
	font-weight: 500;
	font-size: 16px;
	color: #272F29;
	line-height: 20px;
}
.xz .xz-item:nth-child(1){
	background: url("../../mobile/images/pic-test.png") no-repeat;
	background-position: right bottom;
	background-size: 96px 64px;
}
.xz .xz-item:nth-child(1) .xz-item-icon{
	background: url("../../mobile/images/icon-test.png") no-repeat;
	background-position: center;
	background-size: 32px 32px;
}
.xz .xz-item:nth-child(2){
	background: url("../../mobile/images/pic-sportExamination.png") no-repeat;
	background-position: right bottom;
	background-size: 96px 64px;
}
.xz .xz-item:nth-child(2) .xz-item-icon{
	background: url("../../mobile/images/icon-sport.png") no-repeat;
	background-position: center;
	background-size: 32px 32px;
}
.xz .xz-item:nth-child(3){
	background: url("../../mobile/images/pic-class.png") no-repeat;
	background-position: right bottom;
	background-size: 96px 64px;
}
.xz .xz-item:nth-child(3) .xz-item-icon{
	background: url("../../mobile/images/icon-class.png") no-repeat;
	background-position: center;
	background-size: 32px 32px;
}
.xz .xz-item:nth-child(4){
	background: url("../../mobile/images/pic-competition.png") no-repeat;
	background-position: right bottom;
	background-size: 96px 64px;
}
.xz .xz-item:nth-child(4) .xz-item-icon{
	background: url("../../mobile/images/icon-competition.png") no-repeat;
	background-position: center;
	background-size: 32px 32px;
}
.xz .xz-item:nth-child(5){
	background: url("../../mobile/images/pic-homeSchool.png") no-repeat;
	background-position: right bottom;
	background-size: 96px 64px;
}
.xz .xz-item:nth-child(5) .xz-item-icon{
	background: url("../../mobile/images/icon-homeSchool.png") no-repeat;
	background-position: center;
	background-size: 32px 32px;
}
.xz .xz-item:nth-child(6){
	background: url("../../mobile/images/pic-train.png") no-repeat;
	background-position: right bottom;
	background-size: 96px 64px;
}
.xz .xz-item:nth-child(6) .xz-item-icon{
	background: url("../../mobile/images/icon-train.png") no-repeat;
	background-position: center;
	background-size: 32px 32px;
}

.attainment{
	position: relative;
}
.attainment .attainment-logo{
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0;
	width: 120px;
	height: 130px;
	background: url(../../mobile/images/pic_ip.png) 0 0 no-repeat;
	background-size: 120px auto;
}
.attainment .attainment-title{
	margin-bottom: 44px;
	font-weight: 600;
	line-height: 28px;
	font-size: 20px;
	color: #040404;
	text-align: center;
}
.attainment .attainment-bolder{
	margin: 0 4px;
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
	color: #E64724;
}
.attainment .attainment-main{
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap:  24px 16px;
	padding: 0 20px;

}
.attainment .attainment-item{
	background: linear-gradient( 180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.5) 100%);
	border-radius: 12px;
	backdrop-filter: blur(5px); /* 设置模糊效果 */
	-webkit-backdrop-filter: blur(5px); /* 设置模糊效果 */
}
.attainment .attainment-item-inner{
	padding: 14px 20px 20px 20px;
	background-image: url(../../mobile/images/pic-border.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.attainment .attainment-item-title{
	margin-bottom: 12px;
	line-height: 24px;
	font-weight: 500;
	font-size: 16px;
	color: #272F29;
}
.attainment .attainment-item-value{
	margin-bottom: 8px;
	display: flex;
	align-items: flex-end;
	font-weight: bold;
	color: #066CFF;
}
.attainment .attainment-item-number{
	font-size: 26px;
	line-height: 26px;
}
.attainment .attainment-item-unit{
	margin-left: 4px;
	font-size: 18px;
	line-height: 24px;
}
.attainment .attainment-item-content{
	font-size: 14px;
	color: #272F29;
	line-height: 24px;
}

.index-news .new-time{
	display: inline-block;
	padding: 0 14px 0 10px;
	margin-bottom: 10px;
	background: linear-gradient( 90deg, #85B6FF 0%, #066CFF 100%);
	border-radius: 0px 12px 12px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
}

.channel{
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin-top: 16px;
}

.channel .channel-item{
	display: flex;
	flex-direction: column;
}

.channel .channel-img{
	width: 60px;
	height: 60px;
}
.channel .channel-name{
	margin-top: 4px;
	line-height: 28px;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	text-align: center;

}

.in-mobile{
	display: none;
}

@media (max-width:640px) {

	body{
		background-image: url("../../mobile/images/long-bg.png") ;
		background-repeat: no-repeat;
		background-size: 100% auto ;
		background-position:  left 0 top 7.353rem;
		width: 100vw;
		overflow-x: hidden;
	}

	.in-mobile{
		display: block;
	}
	.un-mobile{
		display:none!important;
	}

	.index-product{
		padding: 0;
		background-image: none!important;
	}
	.index-product .container{
		padding: 0;
	}
	.index-product .title-text{
		margin: 60px auto 40px auto;
		width: 208px;
		line-height: 28px;
		font-weight: 600;
		font-size: 20px;
		color: #040404;
		white-space: normal;
	}

	.index-news.index{
		padding-top: 80px;
		background-image: url(../../mobile/images/pic-newsIp.png) !important;
		background-repeat: no-repeat !important;
		background-size:166px auto !important;
		background-position: top -20px right 0 !important;
	}
	.index-news.index .menu .cur{
		background: #DCEAFF;
		color: #066CFF;
		font-weight: 600;
	}

	.index-news.index .list .text{
		background: rgba(240, 245, 250, .54);
		border-radius: 12px;
		padding: 16px 20px 24px 0;
	}

	.index-news.index .list .item{
		border:none;
	}
	.index-news.index .text .tit,.txt{
		padding-left: 20px;
	}
	.index-news.index .text .more{
		margin-left: 20px;
	}
	.index-news.index .title{
		font-weight: 600;
		color: #040404;
	}

	.channel{
		display: flex;
	}

	.inside-banner .t2{
		font-size: 14px;
		line-height: 22px;
	}

	.inside-banner-2 {
		background: url('https://www.jslingkang.com/public/upload/20240517/24051GH645G1.webp') 0 0 no-repeat;
		background-size: 100% auto;
		background-position: right  top;
	}
	.inside-banner-2 .scrollArrow1{
		max-width: 160px;
		padding-top: 20px;
	}

}
