* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

@font-face {
	font-family: "Oswald-Bold";
	src: url("../fonts/Oswald-Bold.eot");
	src: url('../fonts/Oswald-Bold.ttf');
	src: url('../fonts/Oswald-Bold.woff');
	src: url('../fonts/Oswald-Bold.woff2');
	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: 'myfont';
	src: url('../fonts/Roboto-Bold_0.eot');
	src: url('../fonts/Roboto-Bold_0.otf');
	src: url('../fonts/Roboto-Bold_0.ttf');
	src: url('../fonts/Roboto-Bold_0.woff');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.otf');
	src: url('../fonts/Montserrat-Bold.ttf');
	src: url('../fonts/Montserrat-Bold.woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

div,
p,
span,
i,
em {
	white-space: inherit !important
}

a {
	color: #666;
	outline: none;
	text-decoration: none
}

a:hover {
	color: #2a166e
}

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: #666;
	outline: none
}

html,
body {
	position: relative;
	scroll-behavior: smooth
}

html {
	font-size: 100px
}

@media screen and (min-width:1920px) {
	html {
		font-size: 100px !important
	}
}

@media screen and (min-width:1023px) {
	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
}

@keyframes slide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(0)
	}
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform, opacity
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-100%)
	}
}

@keyframes slideUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp
}

.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, 50px, 0);
		transform: translate3d(0, 50px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}

@-webkit-keyframes fadeInUp3 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp3 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp3 {
	-webkit-animation-name: fadeInUp3;
	animation-name: fadeInUp3
}

@-webkit-keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown3 {
	-webkit-animation-name: fadeInDown3;
	animation-name: fadeInDown3
}

@-webkit-keyframes fadeInDown3 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown3 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown2 {
	-webkit-animation-name: fadeInDown2;
	animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-150px, 0, 0);
		transform: translate3d(-150px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-150px, 0, 0);
		transform: translate3d(-150px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft2 {
	-webkit-animation-name: fadeInLeft2;
	animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight2 {
	-webkit-animation-name: fadeInRight2;
	animation-name: fadeInRight2
}

.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)
	}
}

.scrollArrow {
	-webkit-animation-name: scrollArrow;
	animation-name: scrollArrow
}

@-webkit-keyframes scrollArrow {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scrollArrow {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	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
}

@-webkit-keyframes titFadeup1 {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0
	}
	100% {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes titFadeup1 {
	0% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0
	}
	100% {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes titFadeup1_1 {
	0% {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
}

@keyframes titFadeup1_1 {
	0% {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
}

@-webkit-keyframes imgScale {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes imgScale {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes fadeInup {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInup {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInup1 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, 60px);
		transform: translate(-50%, 60px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

@keyframes fadeInup1 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, 60px);
		transform: translate(-50%, 60px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

.titFadeup1 {
	-webkit-animation: titFadeup1 1.1s ease-in-out both .1s;
	animation: titFadeup1 1.1s ease-in-out both .1s
}

.titFadeup2 {
	-webkit-animation: titFadeup1 1.1s ease-in-out both .2s;
	animation: titFadeup1 1.1s ease-in-out both .2s
}

.fadeInup {
	-webkit-animation: fadeInup 1.1s ease-in-out both .2s;
	animation: fadeInup 1.1s ease-in-out both .2s
}

.fadeInup1 {
	-webkit-animation: fadeInup 1.1s ease-in-out both .2s;
	animation: fadeInup 1.1s ease-in-out both .2s
}

.fadeInup2 {
	-webkit-animation: fadeInup 1.1s ease-in-out both .3s;
	animation: fadeInup 1.1s ease-in-out both .3s
}

.fadeInup3 {
	-webkit-animation: fadeInup 1.1s ease-in-out both .4s;
	animation: fadeInup 1.1s ease-in-out both .4s
}

.fadeInUpimg {
	-webkit-animation: imgScale 1.2s ease-in-out both .2s;
	animation: imgScale 1.2s ease-in-out both .2s
}

body {
	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 {
	width: 100%;
	max-width: 15.2rem;
	margin: 0 auto
}

@media (max-width:1024px) {
	.container {
		max-width: 640px;
		padding: 0 20px
	}
}

.dw {
	top: -1.8rem;
	z-index: -1;
	position: absolute
}

.button {
	color: #fff;
	border-radius: .3rem;
	display: inline-block;
	height: .5rem;
	line-height: .5rem;
	min-width: 2.3rem;
	position: relative;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.button a,
.button span {
	z-index: 2;
	color: #fff;
	display: block;
	position: relative;
	padding-left: .3rem
}

.button i {
	top: .2rem;
	right: .3rem;
	position: absolute;
	display: inline-block;
	font-style: normal
}

.button i img {
	max-height: .15rem
}

@media (max-width:1024px) {
	.button {
		min-width: 120px;
		border-radius: 30px;
		height: 40px !important;
		line-height: 40px !important
	}
	.button a,
	.button span {
		padding-left: 0
	}
}

.button:hover::before {
	-webkit-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: 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)
	}
}

.header {
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	position: absolute;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	background: #fff;
	-webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px rgba(255, 255, 255, 0.3)
}

.header .top {
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	border-bottom: solid 1px #c8c8c8
}

.header .top .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: .6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .top .container img {
	max-height: .2rem
}

.header .language a,
.header .other a {
	display: inline-block;
	margin-right: .1rem
}

.header .language img,
.header .other img {
	padding-left: .1rem;
	margin-right: .05rem;
	max-height: .2rem;
	margin-top: .03rem
}

.header .language a:first-child img,
.header .other a:first-child img {
	padding-left: 0
}

.header .bot .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .logo {
	position: relative;
	display: inline-block
}

.header .logo img {
	max-height: .64rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.header .nav {
	padding-left: 1.1rem
}

.header .nav li:first-child a:before {
	display: none
}

.header .nav li:hover>a:after,
.header .nav .active>a:after {
	left: 50%;
	width: .62rem
}

.header .nav li {
	float: left;
	position: relative;
	line-height: .9rem;
	font-size: .18rem
}

.header .nav li>a {
	color: #333;
	display: block;
	padding: 0 .25rem;
	position: relative;
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease
}

.header .nav li>a:after {
	bottom: 0;
	left: -5%;
	content: "";
	width: 0;
	height: .03rem;
	background: #fff;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.header .nav li i {
	display: inline-block;
	vertical-align: middle;
	margin-left: .05rem;
	border-top: solid .06rem #666;
	border-left: solid .04rem transparent;
	border-right: solid .04rem transparent
}

.header .nav li:hover:before,
.header .nav .active:before,
.header .nav li:hover:after,
.header .nav .active:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.header .nav li:hover>a,
.header .nav .active>a {
	color: #d12420
}

.header .nav li:hover i,
.header .nav .active i {
	border-top: solid .06rem #d12420;
	border-left: solid .04rem transparent;
	border-right: solid .04rem transparent
}

.header .nav .subnav {
	left: 50%;
	width: 160%;
	color: #fff;
	display: none;
	text-align: center;
	font-size: .16rem;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: .2rem .1rem;
	line-height: .3rem;
	top: .9rem;
	-webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
	position: absolute
}

.header .nav .subnav a {
	color: #666;
	display: block;
	padding: .05rem 0
}

.header .nav .subnav a:hover {
	color: #d12420
}

.header .nav li:hover .subnav {
	display: block
}

.header .searchbox {
	position: relative
}

.header .searchbox input {
	color: #666;
	width: 1.93rem;
	height: .4rem;
	font-size: .14rem;
	line-height: .38rem;
	border: solid 1px #c8c8c8;
	border-radius: .3rem;
	padding-left: .15rem;
	padding-right: .4rem;
	font-family: "寰蒋闆呴粦";
	-webkit-box-shadow: .03rem 0 .08rem rgba(128, 168, 216, 0.44);
	box-shadow: .03rem 0 .08rem rgba(128, 168, 216, 0.44)
}

.header .searchbox .btn {
	top: .05rem;
	right: .05rem;
	width: .3rem;
	height: .3rem;
	border-radius: 50%;
	text-align: center;
	line-height: .24rem;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	position: absolute
}

.header .searchbox .btn svg {
	fill: #fff;
	width: .18rem;
	height: .18rem;
	vertical-align: middle
}

@media (max-width:1024px) {
	.header {
		height: 60px;
		top: 0 !important;
		left: 0 !important;
		width: 100%;
		background: #fff !important;
		position: fixed !important
	}
	.header .top {
		display: none
	}
	.header .nav,
	.header .searchbox {
		display: none
	}
	.header .logo {
		margin-top: 10px
	}
	.header .logo img {
		max-height: 40px
	}
}

.header-2 {
	top: auto;
	left: auto;
	position: relative
}

.header-3 {
	top: auto;
	left: auto;
	background: #f7f7f7;
	position: relative
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	position: fixed
}

.fixed .top {
	display: none
}

#searchPopup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 9999
}

#searchPopup .transparent {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.8)
}

#searchPopup .searchBox {
	color: #fff;
	padding-right: 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	top: 1.3rem;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

#searchPopup .searchBox.fadeIn {
	top: .9rem;
	opacity: 1;
	z-index: 999
}

#searchPopup .searchBox .container {
	width: 100%;
	max-width: 6.4rem;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

#searchPopup .searchBox input {
	border: 1px #fff solid;
	background: #fff;
	color: #333;
	width: 100%;
	padding: 0 10px;
	font-size: .14rem;
	height: .6rem;
	line-height: .58rem
}

#searchPopup .searchBox input:focus {
	color: #333
}

#searchPopup .searchBox .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	height: .6rem;
	width: .6rem;
	background: #2a166e;
	text-align: center;
	display: inline-block
}

#searchPopup .searchBox .btn svg {
	width: .3rem;
	height: .3rem;
	margin: .15rem
}

#searchPopup .searchBox .btn .cls-1 {
	fill: #fff
}

#searchPopup .searchBox .btn .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 2px
}

#searchPopup .searchBox .btn:hover {
	background: #2a166e
}

#searchPopup .searchBox .close {
	display: none
}

#searchPopup .searchBox2.fadeIn {
	top: .95rem
}

@media screen and (max-width:1024px) {
	#searchPopup .searchBox {
		top: 60px
	}
	#searchPopup .searchBox .container {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	#searchPopup .searchBox input {
		width: 100%;
		padding: 0 10px;
		font-size: 14px;
		height: 36px;
		line-height: 36px
	}
	#searchPopup .searchBox .btn {
		right: 15px;
		height: 36px;
		width: 36px
	}
	#searchPopup .searchBox .btn svg {
		width: 20px;
		height: 20px;
		margin: 8px auto 0 auto
	}
}

.navPhoneBtn {
	margin-top: 10px;
	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: #333;
	border-radius: 0;
	z-index: 1;
	-webkit-transform-origin: 20px;
	transform-origin: 20px;
	-webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.navPhoneBtn span:nth-last-child(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}

.navPhoneBtn span:last-child {
	margin-bottom: 0
}

.navPhoneBtn.close,
.navPhoneBtn.closeMember {
	opacity: 1;
	z-index: 10
}

.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
	opacity: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
	width: 0;
	opacity: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: width .5s;
	transition: width .5s
}

.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
	margin-bottom: 0
}

@media (max-width:1024px) {
	.navPhoneBtn {
		display: block
	}
}

.banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video {
	position: relative;
	overflow: hidden;
	height: 10.8rem
}

@media (max-width:1024px) {
	.video {
		display: none
	}
}

.video .font1 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.video .font1 img {
	display: block;
	margin: 0 auto
}

.video .font2 {
	position: absolute;
	bottom: .4rem;
	right: .6rem;
	width: 100%;
	text-align: right
}

.video .font2 img {
	display: block;
	max-width: 20%;
	float: right
}

.video .font {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.video .font img {
	display: block;
	max-width: 80%
}

.video .font p {
	text-align: center;
	color: #fff;
	margin-top: .2rem;
	font-size: .2rem;
	letter-spacing: .15rem
}

.pcvideo {
	left: 0;
	bottom: 0;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100vh
}

.banner {
	height: 100%;
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9
}

.banner .swiper-container {
	height: 100%
}

.banner .swiper-slide {
	width: 100% !important;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top
}

.banner img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 100%
}

.banner video {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: top
}

.banner .pc {
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100vh;
	position: absolute;
	background: rgba(120, 152, 200, 0.7)
}

.banner .ph {
	display: none
}

.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.banner .textbox {
	top: 50%;
	left: 0;
	z-index: 4;
	width: 100%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner .nr {
	text-align: left;
	color: #fff;
	padding-left: 5.7rem
}

.banner .t1 {
	color: #d12420;
	font-size: .7rem;
	font-weight: 700
}

.banner .t1 span {
	padding: 0 .15rem;
	display: inline-block;
	font-size: .6rem
}

.banner .t2 {
	padding-top: .2rem;
	font-size: .45rem;
	font-weight: 700
}

.banner .index-more {
	margin-top: .8rem
}

.banner .swiper-slide-active .t1 {
	-webkit-animation: 2s fadeInUp2 ease;
	animation: 2s fadeInUp2 ease
}

.banner .swiper-slide-active .t2 {
	-webkit-animation: 2s fadeInDown2 ease;
	animation: 2s fadeInDown2 ease
}

.banner .swiper-pagination {
	height: .08rem;
	width: 100%;
	opacity: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 2rem;
	left: 0;
	z-index: 10
}

.banner .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	border-radius: .08rem;
	margin: 0 .05rem;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.38);
	-webkit-transition: all .5s;
	transition: all .5s
}

.banner .swiper-pagination-bullet-active {
	width: .3rem;
	background-color: #fff
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	opacity: 0;
	display: inline-block;
	float: left;
	border: none;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.16);
	border: 1px #fff dashed;
	color: #fff;
	text-align: center;
	line-height: .5rem;
	cursor: pointer;
	z-index: 1
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
	font-size: .16rem
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	background-color: #2a166e;
	color: #fff
}

.banner .swiper-button-prev {
	margin-left: .3rem;
	margin-right: .2rem
}

.banner .swiper-button-next {
	margin-right: .3rem
}

@media screen and (max-width:1024px) {
	.banner {
		margin-top: 60px;
		height: auto
	}
	.banner .pc {
		display: none
	}
	.banner .ph {
		display: block
	}
	.banner .nr {
		padding-left: 37%
	}
	.banner .t1 {
		font-size: 36px
	}
	.banner .t2 {
		font-size: 16px
	}
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
		width: 30px;
		height: 30px;
		line-height: 30px
	}
	.banner .swiper-button-next:after,
	.banner .swiper-button-prev:after {
		font-size: 12px
	}
}

@media (max-width:500px) {
	.banner .t1 {
		font-size: 20px
	}
	.banner .t2 {
		font-size: 14px;
		padding-top: 0
	}
	.banner .index-more {
		display: none
	}
}

.index-brand {
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	position: absolute
}

.index-brand .bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 1.8rem;
	margin-top: -0.9rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: .65rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top-left-radius: .15rem;
	border-top-right-radius: .15rem;
	background: url(../images/bg.jpg) no-repeat center center;
	border-bottom: solid .07rem #d12420
}

.index-brand .index-title {
	width: 25%;
	text-align: left
}

.index-brand .index-title .cn {
	color: #fff
}

.index-brand .tag {
	color: #fff;
	font-size: .2rem;
	line-height: .3rem;
	font-weight: 700;
	letter-spacing: .03rem
}

.index-brand .tag span {
	position: relative;
	margin-bottom: .04rem;
	vertical-align: middle;
	font-size: .3rem;
	padding: 0 .07rem;
	display: inline-block
}

.index-brand .list {
	width: 75%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.index-brand .list .pic {
	width: 25%;
	position: relative;
	text-align: center
}

.index-brand .list .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-brand .list .pic:before {
	content: "";
	width: 1px;
	left: 0;
	top: 50%;
	z-index: 9;
	height: .38rem;
	background: #fff;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.index-brand .list .pic:hover img {
	-webkit-transform: scale(.95);
	transform: scale(.95)
}

.index-brand .list .pic:first-child:before {
	display: none
}

@media (max-width:1601px){
	.index-brand .list .pic img{
		max-width:170px;
	}
}

@media (max-width:1441px){
	.index-brand .list .pic img{
		max-width:150px;
	}
}

@media (max-width:1281px){
	.index-brand .list .pic img{
		max-width:135px;
	}
}

@media (max-width:1024px) {
	.index-brand {
		display: none
	}
}

.fp-flex {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1024px) {
	.fp-flex {
		height: auto;
		display: block
	}
}

.index-more a {
	color: #fff;
	padding: 0 .25rem;
	text-align: center;
	line-height: .46rem;
	height: .48rem;
	min-width: 2rem;
	display: inline-block;
	border-radius: .3rem;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420)
}

.index-more img {
	max-height: .24rem;
	vertical-align: middle;
	margin-left: .5rem
}

.index-more:hover a {
	background: -webkit-gradient(linear, left top, right top, from(#d12420), to(#d12420));
	background: linear-gradient(to right, #d12420, #d12420)
}

.bgs li {
	display: none;
	width: 100%;
	height: 100vh;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0
}

.bgs li:first-child {
	z-index: 3
}

.index-bg {
	height: 100vh;
	overflow: hidden;
	position: relative
}

.index-bg .txtbox {
	width: 40%;
	color: #fff;
	float: right;
	line-height: .3rem;
	margin-top: 3.3rem
}

.index-bg .t1 {
	font-size: .42rem;
	line-height: .5rem;
	font-weight: 700
}

.index-bg .t2 {
	font-size: .36rem;
	margin-top: .7rem;
	padding-bottom: .7rem
}

@media (max-width:1024px) {
	.index-bg {
		height: auto;
		padding: 50px 0
	}
}

.home-application {
	color: #fff
}

.home-application .menuTabs {
	width: 50%;
	float: left;
	margin-top: 1.1rem;
	position: relative
}

.home-application .menuTabs .list {
	-webkit-transform-origin: center top;
	transform-origin: center top
}

.home-application .menuTabs li,
.home-application .menuTabs .noHas {
	width: 33.3333%;
	float: left;
	z-index: 4;
	position: relative
}

.home-application .menuTabs .box {
	height: 2.4rem;
	color: #fff;
	margin-left: -1px;
	margin-top: -1px
}

.home-application .menuTabs li:nth-child(2) {
	clear: both
}

.home-application .menuTabs li:nth-child(5) {
	margin-left: 33.3%
}

.home-application .menuTabs .noHas {
	-webkit-box-shadow: none;
	box-shadow: none
}

.home-application .menuTabs .noHas .box {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none !important;
	cursor: initial
}

.home-application .menuTabs .noHas .pic:before,
.home-application .menuTabs .noHas .pic:after {
	display: none
}

.home-application .menuTabs .box {
	padding: 0 .35rem;
	padding-top: .6rem;
	padding-right: .1rem;
	background: rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.home-application .menuTabs .pic {
	margin: 0 auto;
	position: relative
}

.home-application .menuTabs .pic i {
	font-style: normal;
	display: inline-block
}

.home-application .menuTabs .pic img {
	width: auto;
	height: auto
}

.home-application .menuTabs .pic img {
	margin-top: initial;
	margin-bottom: initial;
	top: auto;
	bottom: 0;
	max-height: .8rem
}

.home-application .menuTabs .title {
	font-size: .2rem;
	margin-top: .1rem;
	text-overflow: ellipsis;
	white-space: nowrap
}

.home-application .menuTabs .icon {
	opacity: 0;
	width: .4rem;
	height: .4rem;
	text-align: center;
	line-height: .3rem;
	margin-top: .15rem;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: dashed 1px rgba(255, 255, 255, 0.4)
}

.home-application .menuTabs .icon img {
	vertical-align: middle;
	max-height: .2rem
}

.home-application .menuTabs .active .box {
	padding-top: .35rem;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 51, 48, 0.95)), to(rgba(48, 35, 115, 0.95)));
	background: linear-gradient(to bottom, rgba(202, 51, 48, 0.95), rgba(48, 35, 115, 0.95));
	background-blend-mode: normal, normal
}

.home-application .menuTabs .active .icon {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.home-application .swiper-container {
	overflow: initial
}

.home-application .swiper-container .swiper-slide {
	width: 100%
}

@media (max-width:1024px) {
	.index-cpyy .index-title {
		top: 30px
	}
	.home-application .menuTabs .icon {
		display: none !important
	}
	.home-application .menuTabs li,
	.home-application .menuTabs .noHas {
		width: 33.333% !important
	}
	.home-application .menuTabs li:nth-child(2) {
		clear: inherit
	}
	.home-application .menuTabs li:nth-child(5) {
		margin-left: 0
	}
	.home-application .menuTabs {
		width: 100%;
		float: none;
		margin-top: 0
	}
	.home-application .menuTabs .title {
		padding: 0;
		margin-top: 0
	}
	.home-application .menuTabs .box {
		height: 120px;
		text-align: center
	}
	.home-application .menuTabs .box {
		padding: 20px 10px
	}
	.index-bg {
		height: auto
	}
	.index-bg .txtbox {
		display: none
	}
}

@media (max-width:500px) {
	.home-application .menuTabs li,
	.home-application .menuTabs .noHas {
		width: 50% !important
	}
}

.index-title {
	position: relative;
	line-height: .7rem;
	text-align: center
}

.index-title .cn {
	color: #333;
	z-index: 3;
	font-size: .42rem;
	font-weight: 700;
	position: relative
}

.index-title .en {
	top: 0;
	left: 0;
	width: 100%;
	color: #f4f5f9;
	position: absolute
}

.index-title .en img {
	max-height: .7rem
}

.index-product {
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.index-product .index-title {
	left: .9rem;
	position: relative
}

.index-product .index-title .cn {
	color: #fff;
	text-align: left
}

.index-product .container {
	position: relative
}

.index-product .listbox {
	display: none
}

.index-product .listbox.show {
	display: block
}

.index-product .listbox .warp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-product .listbox:nth-child(2) .rightbox {
	width: 50.1%
}

.index-product .listbox:nth-child(2) .rightbox .list {
	padding-top: .5rem;
	width: 127%
}

.index-product .listbox:nth-child(2) .rightbox .list li {
	width: 33.333%
}

@media (max-width:1600px) {
	.index-product .listbox:nth-child(2) .rightbox .list {
		width: 132.5%
	}
}

@media (max-width:1440px) {
	.index-product .listbox:nth-child(2) .rightbox .list {
		width: 127%
	}
}

@media (max-width:1360px) {
	.index-product .listbox:nth-child(2) .rightbox .list {
		width: 124%
	}
}

.index-product .listbox:nth-child(3) .rightbox {
	width: 25.1%
}

.index-product .listbox:nth-child(3) .rightbox .list {
	width: 153%;
	padding-top: 28%
}

.index-product .listbox:nth-child(3) .rightbox .list li {
	width: 50%;
	padding-top: .15rem;
	padding-bottom: .15rem
}

@media (max-width:1600px) {
	.index-product .listbox:nth-child(3) .rightbox .list {
		width: 165%
	}
}

@media (max-width:1440px) {
	.index-product .listbox:nth-child(3) .rightbox {
		width: 25.2%
	}
	.index-product .listbox:nth-child(3) .rightbox .list {
		width: 153%
	}
}

@media (max-width:1360px) {
	.index-product .listbox:nth-child(3) .rightbox {
		width: 25.2%
	}
	.index-product .listbox:nth-child(3) .rightbox .list {
		width: 149%
	}
}

.index-product .leftbox {
	width: 25%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	padding-bottom: 20%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.index-product .leftbox .title,
.index-product .leftbox .text,
.index-product .leftbox .index-more {
	padding-left: .9rem
}

.index-product .leftbox .title {
	font-size: .42rem;
	font-weight: 700
}

.index-product .leftbox .text {
	margin: .3rem 0 .6rem 0;
	line-height: .48rem;
	font-size: .36rem;
	font-weight: 700
}

.index-product .leftbox .caidan {
	margin-top: .35rem;
	border: solid 1px #fff;
	padding-top: .1rem;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 37, 30, 0.85)), to(rgba(44, 22, 110, 0.85)));
	background: linear-gradient(to bottom, rgba(214, 37, 30, 0.85), rgba(44, 22, 110, 0.85))
}

.index-product .leftbox .caidan .yiji {
	position: relative
}

.index-product .leftbox .caidan .yiji a {
	color: #fff;
	display: block;
	position: relative;
	padding-left: 1.1rem
}

.index-product .leftbox .caidan .yiji a:after {
	content: "";
	top: 50%;
	right: .25rem;
	width: .24rem;
	height: .24rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/arrow-2.png) no-repeat center center;
	background-size: cover
}

.index-product .leftbox .caidan .yiji .icon {
	top: 0;
	left: .25rem;
	position: absolute
}

.index-product .leftbox .caidan .yiji .icon img {
	max-height: .7rem
}

.index-product .leftbox .caidan .yiji .bt {
	margin-top: .2rem;
	font-size: .2rem;
	font-weight: 700;
	line-height: .34rem;
	height: .68rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.index-product .leftbox .caidan .yiji .bt span {
	display: block
}

.index-product .leftbox .caidan .erji {
	padding-top: .15rem;
	padding-right: .2rem;
	padding-left: .25rem;
	padding-bottom: .4rem
}

.index-product .leftbox .caidan .erji a {
	display: block;
	color: #fff;
	position: relative;
	margin-top: .1rem;
	line-height: .3rem;
	height: .3rem;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.index-product .leftbox .caidan .erji a:hover {
	opacity: .9;
	text-decoration: underline
}

.index-product .leftbox .caidan .erji a:hover {
	text-decoration: underline
}

.index-product .leftbox .caidan .erji a:after {
	content: "+";
	top: 0;
	color: #fff;
	right: 0;
	position: absolute;
	font-size: .26rem;
	font-family: "瀹嬩綋";
	font-weight: lighter
}

.index-product .rightbox {
	z-index: 2;
	position: relative;
	width: 75%
}

.index-product .rightbox .list {
	margin-left: -1px;
	width: 118%;
	height: 88.4vh;
	padding-top: .2rem;
	padding-bottom: .3rem;
	background: rgba(255, 255, 255, 0.95)
}

@media (max-width:1600px) {
	.index-product .rightbox .list {
		height: 88.53vh
	}
}

@media (max-width:1440px) {
	.index-product .rightbox .list {
		height: 89vh
	}
}

@media (max-width:1360px) {
	.index-product .rightbox .list {
		height: 88.17vh;
		width: 117%
	}
}

.index-product .rightbox .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 .25rem
}

.index-product .rightbox .list li {
	width: 25%;
	padding: 0 .15rem;
	padding-top: .25rem
}

.index-product .rightbox .list li .item {
	background: #fff
}

.index-product .rightbox .list li .item a {
	display: block;
	position: relative;
	font-weight: 700;
	padding-bottom: .2rem
}

.index-product .rightbox .list li .pic {
	overflow: hidden;
	position: relative
}

.index-product .rightbox .list li .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.index-product .rightbox .list li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

@media(max-width:1480px){
	.index-product .rightbox .list li .pic:after{
		padding-bottom: 92%;
	}
}
@media(max-width:1441px){
	.index-product .rightbox .list li .pic:after{
		/* padding-bottom: 100%; */
	}
}

.index-product .rightbox .list li .tag {
	z-index: 3;
	color: #333;
	top: .15rem;
	font-size: .18rem;
	right: .3rem;
	position: absolute
}

.index-product .rightbox .list li .tag span {
	color: #d12420
}

.index-product .rightbox .list li .tit {
	color: #333;
	margin-top: 0.1rem;
	position: relative;
	height: .56rem;
	line-height: .28rem;
	padding: 0 .2rem;
	padding-right: 0;
	padding-right: .1rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.index-product .rightbox .list li:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.index-product .rightbox .list li:hover .tit {
	color: #d12420
}

.index-product .list-2 {
	bottom: 0;
	left: 0;
	z-index: 3;
	position: absolute;
	width: 100%
}

.index-product .list-2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	position: relative
}

.index-product .list-2 li {
	width: 20%;
	margin-left: -1px;
	height: 1.1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #fff;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s linear;
	transition: all .5s linear
}

@media (max-width:1601px){
	.index-product .list-2 li{
		height: 1.06rem;
	}
}

.index-product .list-2 li .yiji {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1.08rem
}

.index-product .list-2 li .yiji a {
	font-size: .18rem;
	position: relative;
	padding: 0 .2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

.index-product .list-2 li .yiji a:before {
	top: 50%;
	right: .2rem;
	content: "";
	width: .26rem;
	height: 1px;
	background: #fff;
	position: absolute
}

.index-product .list-2 li .yiji a:after {
	top: 38%;
	right: .33rem;
	content: "";
	width: 1px;
	height: .26rem;
	background: #fff;
	position: absolute
}

.index-product .list-2 li .yiji img {
	margin-right: .1rem;
	max-height: .7rem
}

.index-product .list-2 li .erji {
	display: none;
	padding-bottom: .2rem
}

.index-product .list-2 li .erji a {
	color: #fff;
	display: block;
	margin-top: .1rem;
	padding-right: .35rem;
	padding-left: .2rem;
	position: relative
}

.index-product .list-2 li .erji a:hover {
	opacity: .9;
	text-decoration: underline
}

.index-product .list-2 li .erji a:after {
	content: "+";
	top: 0;
	line-height: .3rem;
	color: #fff;
	right: .25rem;
	position: absolute;
	font-size: .26rem;
	font-family: "瀹嬩綋";
	font-weight: lighter
}

.index-product .list-2 li:hover,
.index-product .list-2 .active {
	z-index: 3;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 37, 30, 0.75)), to(rgba(44, 22, 110, 0.75)));
	background: linear-gradient(to bottom, rgba(214, 37, 30, 0.75), rgba(44, 22, 110, 0.75))
}

.index-product .list-2 li:hover .erji,
.index-product .list-2 .active .erji {
	display: block
}

.index-product .list-2 li.aaa .erji {
	display: none
}

.index-product .list-2 li:nth-child(1) .erji {
	display: block
}

@media (max-width:1600px) {
	.index-product .rightbox .list {
		padding-bottom: .42rem;
		padding-top: .46rem
	}
}

@media (max-width:1450px) {
	.index-product .rightbox .list {
		padding-bottom: .3rem;
		padding-top: .2rem
	}
}

@media (max-width:1360px) {
	.index-product .rightbox .list {
		padding-bottom: .12rem
	}
}

@media (max-width:1024px) {
	.index-product {
		padding: 40px 0
	}
	.index-product .listbox .warp {
		display: block
	}
	.index-product .index-title {
		left: 0
	}
	.index-product .index-title .cn {
		text-align: center
	}
	.index-product .leftbox {
		padding-bottom: 0;
		height: auto;
		width: 100%
	}
	.index-product .leftbox .text,
	.index-product .leftbox .index-more,
	.index-product .leftbox .caidan {
		display: none
	}
	.index-product .leftbox .title {
		padding-left: 0;
		text-align: center
	}
	.index-product .rightbox {
		width: 100%
	}
	.index-product .rightbox .list {
		height: auto;
		width: 100% !important;
		margin-left: 0;
		background: transparent;
		padding-top: 10px;
		margin-top: 0
	}
	.index-product .rightbox .list ul {
		padding: 0;
		margin: 0 -0.15rem
	}
	.index-product .rightbox .list li {
		width: 33.33%
	}
	.index-product .list-2 {
		display: none
	}
}

@media (max-width:540px) {
	.index-product .rightbox .list li {
		width: 50%
	}
}

.index-about {
	background-color: #f4f5f9;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center
}

.index-about .fp-flex {
	display: block;
	padding-top: 1.2rem
}

.index-about .text {
	padding-top: .2rem;
	font-weight: lighter;
	text-align: center;
	line-height: .3rem
}

.index-about .text p {
	padding-top: .2rem
}

.index-about .index-more {
	text-align: center;
	margin-top: .45rem
}

.index-about .index-more a {
	font-size: .14rem;
	height: .4rem;
	line-height: .38rem;
	min-width: 1.6rem
}

.index-about .index-more img {
	margin-left: .3rem;
	max-height: .2rem
}

.index-about .numlist {
	margin-top: .7rem
}

.index-about .numlist ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-around;
    width: 50%;
    float: left;
}
.index-about .numlist ul:last-child {
	float: right;
    justify-content: right;
}

.index-about .numlist li {
	color: #333;
	width: 50%;
	/* text-align: center */
}

.index-about .numlist ul:last-child li{
    text-align: right;
}

.index-about .numlist li p:first-child {
	font-size: .52rem;
	line-height: .6rem;
	font-family: "myfont";
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	color: #2a166e
}

.index-about .numlist li em,
.index-about .numlist li i {
	font-style: normal
}

.index-about .numlist li i {
	color: #ee1c25;
	font-size: .18rem;
	font-weight: 600
}

@media (max-width:1024px) {
	.index-about {
		background-image: none !important;
		padding: 50px 0
	}
	.index-about .fp-flex {
		padding-top: 0
	}
}

@media (max-width:640px) {
	.index-about .numlist {
		margin-top: 20px
	}
	.index-about .numlist li {
		width: 50%;
		padding-top: 20px
	}
	.index-about .numlist li p:first-child {
		font-size: 28px
	}
	.index-about .numlist li:nth-child(3) {
		display: none
	}
}

.global svg:not(:root) {
	overflow: hidden
}

.global .map-lines {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	fill: none;
	width: 12.86rem;
	height: 6.64rem;
	-webkit-stroke: #e60012;
	-moz-stroke: #e60012;
	-ms-stroke: #e60012;
	-o-stroke: #e60012;
	stroke: #e60012;
	-webkit-stroke-width: 1px;
	-moz-stroke-width: 1px;
	-ms-stroke-width: 1px;
	-o-stroke-width: 1px;
	stroke-width: 1px
}

.global .map-line {
	fill: none;
	stroke: #e60012;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-dasharray: var(--l);
	stroke-dashoffset: var(--l);
	-webkit-animation: animation-line 5s ease-in;
	animation: animation-line 5s ease-in;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes stroke {
	to {
		stroke-dashoffset: 0
	}
}

@keyframes stroke {
	to {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes animation-line {
	0% {
		stroke-dashoffset: var(--l)
	}
	14.28571% {
		stroke-dashoffset: 0
	}
	61.42857% {
		stroke-dashoffset: 0
	}
	85.71429% {
		stroke-dashoffset: calc(-1*var(--l))
	}
	to {
		stroke-dashoffset: calc(-1*var(--l))
	}
}

@keyframes animation-line {
	0% {
		stroke-dashoffset: var(--l)
	}
	14.28571% {
		stroke-dashoffset: 0
	}
	61.42857% {
		stroke-dashoffset: 0
	}
	85.71429% {
		stroke-dashoffset: calc(-1*var(--l))
	}
	to {
		stroke-dashoffset: calc(-1*var(--l))
	}
}

.index-map .container {
	position: relative
}

.index-map .text {
	font-size: .2rem;
	text-align: center
}

.index-map .hezi {
	position: relative
}

.index-map .mapbox {
	/* margin-left: -1.25rem; */
	position: relative;
	text-align:center;
}

.index-map .mapbox .tu img {
	max-height: 6.64rem
}

.index-map .mapbox .tu-2 {
	top: 0;
	left: 1.2rem;
	z-index: 3;
	position: absolute
}

.index-map .mapbox .tu-2 img {
	max-height: 6.64rem
}

.index-map .mapbox .tu-3 {
	top: 0;
	left: 0;
	z-index: 2;
	display:none;
	position: absolute
}

.index-map .mapbox .tu-3 img {
	max-height: 6.64rem
}

.index-map .mapbox .add {
	color: #000;
	z-index: 10;
	font-weight: 700;
	font-size: .18rem;
	text-align:center;
	position: absolute
}

.index-map .mapbox .add img {
	max-height: .64rem
}

.index-map .mapbox .add img.img1{
	width: .64rem;
	margin:0 auto;
	-webkit-animation: none;
	animation: none
}

.index-map .mapbox .add1 {
	top: 1.55rem;
	left: 7.2rem
}

.index-map .mapbox .add1 p {
	/* padding-left: .2rem */
}

.index-map .mapbox .add1 img {
	-webkit-animation: 1.5s scrollArrow1 linear infinite;
	animation: 1.5s scrollArrow1 linear infinite
}

.index-map .mapbox .add2 {
	top: 2.45rem;
	left: 10.68rem;
}

.index-map .mapbox .add2 p {
	/* margin-left: -0.13rem */
}

.index-map .mapbox .add2 img {
	-webkit-animation: 1.6s scrollArrow1 linear infinite;
	animation: 1.6s scrollArrow1 linear infinite
}

.index-map .mapbox .add3 {
	z-index: 9;
	top: 2.04rem;
	left: 10.98rem
}

.index-map .mapbox .add3 p {
	/* margin-left: -0.13rem */
}

.index-map .mapbox .add3 img {
	-webkit-animation: 1.7s scrollArrow1 linear infinite;
	animation: 1.7s scrollArrow1 linear infinite
}

.index-map .mapbox .add4 {
	top: 1.97rem;
	left: 11.82rem
}

.index-map .mapbox .add4 p {
	/* padding-left: .2rem */
}

.index-map .mapbox .add4 img {
	-webkit-animation: 1.8s scrollArrow1 linear infinite;
	animation: 1.8s scrollArrow1 linear infinite
}

.index-map .list {
	right: 0;
	top: 0;
	z-index: 3;
	display:none;
	width: 4.05rem;
	position: absolute
}

.index-map .list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	margin-top: .15rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .15rem;
	border-radius: .2rem;
	position: relative;
	-webkit-box-shadow: 0 0 .26rem rgba(9, 51, 111, 0.21);
	box-shadow: 0 0 .26rem rgba(9, 51, 111, 0.21)
}

.index-map .list li:before {
	content: "";
	top: .62rem;
	left: -0.1rem;
	width: .3rem;
	height: .3rem;
	position: absolute;
	background: url(../images/dian.png) no-repeat center center;
	background-size: cover
}

.index-map .list li .pic {
	width: 46%
}

.index-map .list li .item {
	width: 50%
}

.index-map .list li .logo img {
	max-height: .6rem
}

.index-map .list li .t1 {
	color: #333;
	font-weight: 700;
	font-size: .15rem
}

.index-map .list li:first-child {
	margin-top: 0
}

.index-map .list li:first-child:before {
	top: .59rem
}

.index-map .list li:nth-child(2):before {
	top: .59rem
}

.index-map .list li:nth-child(3):before {
	top: .59rem
}

.index-map .list li:nth-child(4):before {
	top: .6rem
}

@media (max-width:1600px) {
	.index-map .list li:nth-child(2)::before {
		top: .57rem
	}
	.index-map .list li:nth-child(3)::before {
		top: .55rem
	}
	.index-map .list li:nth-child(4)::before {
		top: .55rem
	}
}

@media (max-width:1024px) {
	.index-map {
		padding: 50px 0
	}
	.index-map .mapbox {
		display: none
	}
	.index-map .list {
		top: auto;
		right: auto;
		width: 100%;
		padding-top: 20px;
		position: relative
	}
	.index-map .list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.index-map .list li {
		width: 48.5%;
		margin-top: 20px !important
	}
	.index-map .list li .t1 {
		font-size: 14px
	}
	.index-map .list li:before {
		display: none
	}
}

@media (max-width:480px) {
	.index-map .list li {
		width: 100%
	}
	.index-map .list li .t1 span {
		display: block
	}
}

.global-2 .tu img {
	max-height: 13.6rem
}

.global-2 .map-lines {
	width: 13.6rem;
	height: 10.6rem
}

.index-news {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center #f7f7f7
}

.index-news .index-title {
	text-align: left;
	width: 50%
}

.index-news .index-hezi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: .15rem;
	border-bottom: solid 1px #e1e4ef
}

.index-news .menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-news .menu li {
	color: #333;
	cursor: pointer;
	margin-left: .2rem;
	text-align: center;
	border-radius: .3rem;
	padding: 0 .1rem;
	height: .5rem;
	line-height: .48rem;
	min-width: 1.4rem;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	border: solid 1px #e1e4ef
}

.index-news .menu .cur {
	color: #fff;
	border: 0;
	background: linear-gradient(45deg, #2a166e, #d12420)
}

.index-news .tabbox {
	padding-top: 1rem
}

.index-news .tabcot {
	display: none
}

.index-news .tabcot.show {
	display: block
}

.index-news ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.2rem
}

.index-news li {
	width: 25%;
	padding: 0 .2rem
}

.index-news li .tit {
	color: #333;
	font-size: .2rem;
	line-height: .34rem;
	height: .68rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.index-news li .time {
	color: #777;
	margin-top: .15rem;
	padding-top: .1rem;
	border-top: solid 1px #e1e4ef;
	font-weight: lighter
}

.index-news li .time img {
	opacity: .8;
	margin-top: .03rem;
	margin-right: .05rem;
	max-height: .18rem
}

.index-news li .pic {
	overflow: hidden;
	margin-top: .15rem;
	position: relative
}

.index-news li .pic img {
	-webkit-transition: all .5s linear;
	transition: all .5s linear
}

.index-news li .pic:after {
	content: "";
	display: block;
	padding-bottom: 57.47126437%
}

.index-news li .txt {
	color: #666;
	margin-top: .2rem;
	height: .6rem;
	line-height: .3rem;
	font-weight: lighter;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.index-news li .learn {
	color: #333;
	overflow: hidden;
	padding: 0 .1rem;
	margin-top: .3rem;
	font-size: .14rem;
	width: 1.62rem;
	height: .38rem;
	text-align: center;
	border-radius: .3rem;
	line-height: .38rem;
	display: inline-block;
	background: url(../images/learn-line.png) no-repeat center center;
	background-size: cover
}

.index-news li .learn span {
	vertical-align: top;
	margin-top: .09rem;
	margin-left: .3rem;
	display: inline-block;
	width: .2rem;
	height: .2rem;
	background: url(../images/arrow-3.png) no-repeat center center;
	background-size: cover
}

@media (min-width:1025px) {
	.index-news li:hover .tit {
		color: #2a166e
	}
	.index-news li:hover .pic img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	.index-news li:hover .learn {
		color: #fff;
		background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
		background: linear-gradient(to right, #2a166e, #d12420)
	}
	.index-news li:hover .learn span {
		background: url(../images/arrow.png) no-repeat center center;
		background-size: cover
	}
}

@media (max-width:1024px) {
	.index-news {
		padding: 40px 0
	}
	.index-news .menu {
		display: none
	}
	.index-news .index-hezi {
		border-bottom: 0
	}
	.index-news .index-title {
		width: 100%;
		text-align: center
	}
	.index-news .tabbox {
		padding-top: 0
	}
	.index-news li {
		margin-top: 30px;
		width: 50%
	}
	.index-news li .tit {
		line-height: 24px;
		height: 48px;
		font-size: 16px
	}
	.index-news li .time {
		margin-top: 15px;
		padding-top: 10px
	}
	.index-news li .time img {
		max-height: 16px
	}
	.index-news li .pic {
		margin-top: 15px
	}
	.index-news li .txt {
		margin-top: 20px;
		line-height: 24px;
		height: 48px
	}
	.index-news li .learn {
		display: none
	}
}

@media (max-width:420px) {
	.index-news li {
		width: 100%
	}
}

.footer {
	color: #fff;
	padding-top: .8rem
}

.footer .list {
	padding-bottom: 1.4rem
}

.footer .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .list li:first-child {
	width: 30%
}

.footer .list li:first-child .logo img {
	max-height: .64rem
}

.footer .list li:first-child .share {
	padding-top: .5rem
}

.footer .list li:first-child .share img {
	max-height: .4rem
}

.footer .list li:first-child .share a {
	margin-left: .25rem;
	display: inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.footer .list li:first-child .share a:hover {
	opacity: .7
}

.footer .list li:first-child .share a:first-child {
	margin-left: 0
}

.footer .list li {
	width: 12%
}

.footer .list li h3 {
	padding-bottom: .2rem;
	font-size: .18rem
}

.footer .list li h3 a {
	color: #fff
}

.footer .list li .drop a {
	color: #dcdcdc;
	display: block;
	font-weight: lighter;
	margin-top: .15rem;
	-webkit-transition: .3s linear;
	transition: .3s linear
}

.footer .list li .drop a:hover {
	color: #fff
}

.footer .list li:nth-child(2) {
	width: 16%
}

.footer .list li:nth-child(4) {
	width: 13%
}

.footer .list li:last-child {
	width: 5%
}

.footer .copy {
	padding: .2rem 0;
	font-weight: lighter;
	border-top: solid 1px #27488a
}

.footer .copy .container {
	position: relative
}

.footer .copy .sitemap {
	right: 0;
	top: 0;
	position: absolute
}

.footer .copy span {
	padding: 0 .8rem;
	display: inline-block
}

.footer .copy img {
	max-height: .2rem
}

.footer .copy a {
	color: #fff
}

.footer .copy a:hover {
	opacity: .8
}

@media (max-width:1024px) {
	.footer {
		padding-top: 0
	}
	.footer .list {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.footer .list li {
		display: none
	}
	.footer .list li:first-child {
		width: 100%;
		display: block;
		text-align: center
	}
	.footer .list li:first-child .share img {
		max-height: 40px
	}
	.footer .copy {
		text-align: center;
		padding: 20px 0
	}
	.footer .copy span {
		padding: 0 10px
	}
	.footer .copy img {
		max-height: 20px
	}
	.footer .copy .sitemap {
		top: auto;
		right: auto;
		position: relative
	}
}

.fp-viewing-section2 .header .top,
.fp-viewing-section3 .header .top,
.fp-viewing-section4 .header .top,
.fp-viewing-section5 .header .top,
.fp-viewing-section6 .header .top,
.fp-viewing-section7 .header .top {
	display: none
}

.fp-viewing-section2 .header .logo img,
.fp-viewing-section3 .header .logo img,
.fp-viewing-section4 .header .logo img,
.fp-viewing-section5 .header .logo img,
.fp-viewing-section6 .header .logo img,
.fp-viewing-section7 .header .logo img {
	max-height: .5rem
}

.fp-viewing-section2 .header .nav li,
.fp-viewing-section3 .header .nav li,
.fp-viewing-section4 .header .nav li,
.fp-viewing-section5 .header .nav li,
.fp-viewing-section6 .header .nav li,
.fp-viewing-section7 .header .nav li {
	line-height: .6rem
}

.fp-viewing-section2 .header .nav li .subnav,
.fp-viewing-section3 .header .nav li .subnav,
.fp-viewing-section4 .header .nav li .subnav,
.fp-viewing-section5 .header .nav li .subnav,
.fp-viewing-section6 .header .nav li .subnav,
.fp-viewing-section7 .header .nav li .subnav {
	top: .6rem
}

.fp-viewing-section2 .fudong {
	display: none
}

.active.index-product .leftbox {
	-webkit-animation: 1s linear fadeInUp2;
	animation: 1s linear fadeInUp2
}

.active.index-product .rightbox .list-2 {
	-webkit-animation: 1s linear fadeInLeft2;
	animation: 1s linear fadeInLeft2
}

.active.index-hhyy .home-application .menuTabs .list li {
	-webkit-animation: 1.5s linear scrollArrow1;
	animation: 1.5s linear scrollArrow1
}

.active.index-about .index-title,
.active.index-about .text {
	-webkit-animation: 1.5s linear fadeInUp2;
	animation: 1.5s linear fadeInUp2
}

.active.index-map .list li {
	-webkit-animation: 1.5s linear fadeInUp2;
	animation: 1.5s linear fadeInUp2
}

.active.index-news .index-hezi {
	-webkit-animation: 1.5s linear fadeInUp2;
	animation: 1.5s linear fadeInUp2
}

.active.index-news .tabbox {
	-webkit-animation: 1.5s linear fadeInDown2;
	animation: 1.5s linear fadeInDown2
}

.inside-banner {
	position: relative
}

.inside-banner img {
	width: 100%
}

.inside-banner .text {
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.inside-banner .icon img {
	width: auto;
	max-height: .8rem
}

.inside-banner .tit {
	font-size: .5rem;
	font-weight: 700;
	padding-top: .4rem
}

.inside-banner .txt {
	font-size: .18rem
}

.inside-banner .txt-2 {
	font-weight: 700;
	font-size: .18rem
}

.inside-banner .txt-2 span {
	padding: 0 .1rem;
	display: inline-block;
	font-size: .24rem
}

@media (max-width:1024px) {
	.inside-banner {
		margin-top: 60px
	}
	.inside-banner .icon {
		display: none
	}
	.inside-banner .txt {
		font-size: 14px
	}
}

@media (max-width:640px) {
	.inside-banner .tit,
	.inside-banner .txt {
		display: none
	}
}

.inside-banner-2 .index-more img {
	width: auto
}

.inside-banner-2 .text {
	text-align: left
}

.inside-banner-2 .tit {
	font-size: .42rem
}

.inside-banner-2 .txt {
	padding-top: .25rem
}

.inside-banner-2 .index-more {
	margin-top: .5rem
}

.inside-banner-2 .index-more a {
	min-width: 1.6rem;
	height: .38rem;
	line-height: .36rem
}

.inside-banner-2 .index-more img {
	margin-left: .2rem
}

@media (max-width:1024px) {
	.inside-banner-2 .index-more {
		display: none
	}
}

.inside-box {
	background: #f7f7f7;
	border-bottom: solid 1px #eeeeef
}

.inside-box .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1024px) {
	.inside-box {
		display: none
	}
}

.inside-menu {
	width: 60%;
	height: .8rem;
	line-height: .8rem
}

.inside-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.inside-menu li {
	width: 22%;
	text-align: center;
	font-size: .18rem
}

.inside-menu li a {
	color: #333;
	display: block
}

.inside-menu li img {
	margin-right: .05rem;
	max-height: .24rem;
	margin-top: .27rem
}

.inside-menu li .img-2 {
	display: none
}

.inside-menu li:hover,
.inside-menu .cur {
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420)
}

.inside-menu li:hover a,
.inside-menu .cur a {
	color: #fff
}

.inside-menu li:hover .img-2,
.inside-menu .cur .img-2 {
	display: inline-block
}

.inside-menu li:hover .img-1,
.inside-menu .cur .img-1 {
	display: none
}

.inside-title {
	color: #333841;
	font-size: .42rem;
	font-weight: 700;
	text-align: center
}

@media (max-width:1024px) {
	.inside-title {
		font-size: 22px
	}
}

.inside-current {
	width: 40%;
	height: .8rem;
	line-height: .8rem;
	font-size: .16rem;
	font-weight: lighter;
	font-weight: normal;
	text-align: right;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.inside-current span {
	color: #d12420
}

.inside-current img {
	margin-bottom: .03rem;
	margin-right: .1rem;
	vertical-align: middle;
	max-height: .2rem
}

.inside-current-2 {
	width: 100%
}

.inside-news {
	padding: .8rem 0
}

.inside-news li .time {
	border-top: 0;
	padding-top: 0;
	padding-bottom: .1rem
}

.inside-news li .item {
	padding-bottom: .35rem;
	border-bottom: solid 1px #e1e4ef
}

@media (max-width:1024px) {
	.inside-news {
		padding-top: 0
	}
	.inside-news li .pic {
		margin-top: 0
	}
	.inside-news li .time {
		padding-bottom: 10px
	}
}

.inside-yyhy {
	overflow: hidden;
	padding-top: .2rem;
	padding-bottom: .8rem
}

.inside-yyhy ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.3rem
}

.inside-yyhy li {
	width: 33.3333%;
	padding: 0 .3rem;
	padding-top: .6rem
}

.inside-yyhy li .item {
	position: relative
}

.inside-yyhy li .pic {
	border-radius: .15rem;
	overflow: hidden;
	position: relative
}

.inside-yyhy li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-yyhy li .pic:after {
	content: "";
	display: block;
	padding-bottom: 82.1888412%
}

.inside-yyhy li .pic:before {
	top: 0;
	left: 0;
	z-index: 3;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-yyhy li .text {
	left: 0;
	width: 100%;
	z-index: 3;
	color: #fff;
	padding: 0 .35rem;
	bottom: .3rem;
	position: absolute
}

.inside-yyhy li .tit {
	font-weight: 700;
	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-yyhy li .txt {
	margin-top: .15rem;
	height: .56rem;
	line-height: .28rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.inside-yyhy li:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.inside-yyhy li:hover .pic:before {
	background: rgba(0, 0, 0, 0.05)
}

@media (max-width:1024px) {
	.inside-yyhy li {
		width: 50%
	}
}

@media (max-width:420px) {
	.inside-yyhy li {
		width: 100%;
		padding-top: 20px
	}
}

.inside-yyhyshow {
	padding: .7rem 0 1.4rem 0;
	background: #f7f7f7
}

.inside-yyhyshow .container {
	position: relative
}

.inside-yyhyshow .container:after {
	content: "";
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 5.1rem;
	height: 5.1rem;
	background: #f0f0f0;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -64%);
	transform: translate(-50%, -64%)
}

.inside-yyhyshow .nr {
	position: relative;
	margin-top: -1.3rem;
	text-align: center
}

.inside-yyhyshow .arrow img {
	max-height: 10.94rem;
	-webkit-animation: 10s ease xuanzhuan alternate infinite;
	animation: 10s ease xuanzhuan alternate infinite
}

.inside-yyhyshow .box {
	color: #fff;
	z-index: 3;
	position: absolute
}

.inside-yyhyshow .box .bt {
	left: 0;
	width: 100%;
	bottom: .4rem;
	font-weight: 700;
	font-size: .24rem;
	text-align: center;
	position: absolute
}

.inside-yyhyshow .box .tu {
	background: #325190;
	border-radius: 50%;
	height: 2.56rem;
	width: 2.56rem
}

.inside-yyhyshow .box .tu img {
	max-height: 2.56rem
}

.inside-yyhyshow .box-1 {
	top: 2.2rem;
	left: .9rem
}

.inside-yyhyshow .box-2 {
	top: 2.2rem;
	right: .9rem
}

.inside-yyhyshow .box-3 {
	top: 5.8rem;
	left: 1.9rem
}

.inside-yyhyshow .box-4 {
	top: 5.8rem;
	right: 1.9rem
}

.inside-yyhyshow .box-5 {
	left: 50%;
	bottom: -0.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.inside-yyhyshow .pic {
	top: 50%;
	left: 50%;
	z-index: 5;
	position: absolute;
	-webkit-transform: translate(-50%, -56%);
	transform: translate(-50%, -56%)
}

.inside-yyhyshow .pic img {
	max-height: 7.2rem
}

@media (max-width:1024px) {
	.inside-yyhyshow .box .bt {
		font-size: 12px
	}
	.inside-yyhyshow .box .tu {
		width: 1.8rem;
		height: 1.8rem
	}
	.inside-yyhyshow .box .tu img {
		max-height: 1.8rem
	}
	.inside-yyhyshow .box-1 {
		left: 0
	}
	.inside-yyhyshow .box-2 {
		right: 0
	}
	.inside-yyhyshow .box-3 {
		left: 0
	}
	.inside-yyhyshow .box-4 {
		right: 0
	}
}

@media (max-width:630px) {
	.inside-yyhyshow .container::after {
		display: none
	}
	.inside-yyhyshow .nr {
		margin-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.inside-yyhyshow .arrow {
		display: none
	}
	.inside-yyhyshow .pic {
		display: none
	}
	.inside-yyhyshow .box {
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 33.333%;
		padding: 15px;
		height: auto;
		-webkit-transform: translate(0);
		transform: translate(0);
		position: relative
	}
	.inside-yyhyshow .box .tu {
		height: 2rem;
		width: 2rem;
		margin: 0 auto
	}
	.inside-yyhyshow .box .bt {
		bottom: 40px
	}
}

@media (max-width:500px) {
	.inside-yyhyshow .box {
		width: 50%
	}
}

.inside-yyhyshow-2 {
	padding: .8rem 0
}

.inside-yyhyshow-2 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-yyhyshow-2 .leftbox {
	width: 45%;
	color: #333841;
	line-height: .4rem;
	font-size: .2rem
}

.inside-yyhyshow-2 .leftbox .t1 {
	font-weight: 700;
	font-size: .42rem
}

.inside-yyhyshow-2 .leftbox .t2 {
	padding-top: .4rem
}

.inside-yyhyshow-2 .rightbox {
	position: relative;
	width: 49%
}

.inside-yyhyshow-2 .rightbox .pic {
	position: relative
}

.inside-yyhyshow-2 .rightbox .pic:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	-webkit-transition: all .3 linear;
	transition: all .3 linear;
	background: rgba(75, 110, 163, 0.35)
}

.inside-yyhyshow-2 .rightbox .vbtn {
	top: 50%;
	left: 50%;
	z-index: 3;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.inside-yyhyshow-2 .rightbox .vbtn i {
	top: 50%;
	left: 50%;
	z-index: 4;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	border-left: solid .1rem #fff;
	border-top: solid .06rem transparent;
	border-bottom: solid .06rem transparent
}

@media (max-width:1024px) {
	.inside-yyhyshow-2 .container {
		display: block
	}
	.inside-yyhyshow-2 .leftbox {
		width: 100%;
		font-size: 14px;
		line-height: 24px
	}
	.inside-yyhyshow-2 .leftbox .t1 {
		font-size: 20px
	}
	.inside-yyhyshow-2 .rightbox {
		width: 100%;
		margin-top: 30px
	}
}

.inside-yyhyshow-3 {
	padding: .8rem 0;
	background: #f7f7f7
}

.inside-yyhyshow-3 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.3rem
}

.inside-yyhyshow-3 li {
	width: 50%;
	text-align: center;
	padding: 0 .3rem
}

.inside-yyhyshow-3 li .tit {
	color: #333841;
	font-size: .3rem;
	font-weight: 700
}

.inside-yyhyshow-3 li .pic {
	margin-top: .6rem
}

@media (max-width:420px) {
	.inside-yyhyshow-3 li {
		width: 100%;
		padding-top: 30px
	}
	.inside-yyhyshow-3 li .pic {
		margin-top: 20px
	}
	.inside-yyhyshow-3 li:first-child {
		padding-top: 0
	}
}

.inside-yyhyshow-4 {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 5rem;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.inside-yyhyshow-4 .t1 {
	font-size: .3rem;
	font-weight: 700
}

.inside-yyhyshow-4 .t2 {
	font-size: .24rem;
	padding-top: .1rem
}

.inside-yyhyshow-4 .index-more {
	margin-top: .7rem
}

.inside-yyhyshow-4 .index-more a {
	min-width: 1.6rem;
	height: .38rem;
	line-height: .36rem
}

.inside-yyhyshow-4 .index-more img {
	margin-left: .2rem
}

@media (max-width:1024px) {
	.inside-yyhyshow-4 .index-more a {
		height: 38px;
		line-height: 36px
	}
}

@media (max-width:640px) {
	.inside-yyhyshow-4 {
		height: auto;
		padding: 50px 0
	}
	.inside-yyhyshow-4 .index-more {
		margin-top: 30px
	}
	.inside-yyhyshow-4 .t1 {
		font-size: 18px
	}
	.inside-yyhyshow-4 .t2 {
		font-size: 14px
	}
}

.inside-partner {
	padding: .8rem 0;
	overflow: hidden;
	position: relative
}

.inside-partner .container {
	max-width: 17rem
}

.inside-partner .text {
	text-align: center;
	font-size: .24rem
}

.inside-partner .right {
	padding-top: .1rem;
	position: relative
}

.inside-partner .picMarquee-top {
	overflow: hidden;
	position: relative
}

.inside-partner .picMarquee-top .bd .tempWrap {
	height: 100% !important
}

.inside-partner .picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1
}

.inside-partner .picMarquee-top .bd ul li {
	text-align: center;
	zoom: 1;
	width: 270px;
	padding: 20px 15px
}

.inside-partner .picMarquee-top .bd ul li .pic {
	border-radius: .1rem;
	-webkit-box-shadow: 0 0 .2rem rgba(167, 198, 226, 0.24);
	box-shadow: 0 0 .2rem rgba(167, 198, 226, 0.24);
	position: relative
}

.inside-partner .picMarquee-top .bd ul li .pic img {
	width: auto;
	height: auto
}

.inside-partner .picMarquee-top .bd ul li .pic:after {
	content: "";
	display: block;
	padding-bottom: 45%
}

.inside-partner .hover {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 444;
	width: 100%;
	font-size: .2rem;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%)
}

.inside-partner .hover .in {
	padding: 0 2.5rem
}

.inside-partner .hover .t1 {
	color: #2a166e;
	font-family: "Montserrat-Light";
	line-height: .7rem;
	font-size: .8rem;
	vertical-align: top
}

.inside-partner .hover .t1 span {
	font-weight: 700;
	vertical-align: top;
	display: inline-block;
	font-family: "Oswald";
	font-size: 1.22rem;
	line-height: 1.3rem
}

.inside-partner .hover .t2 {
	font-weight: 700
}

.inside-partner .button {
	padding-top: .5rem
}

.inside-partner .button a {
	color: #fff;
	height: .54rem;
	line-height: .54rem;
	min-width: 1.6rem
}

@media (max-width:1600px) {
	.inside-partner .picMarquee-top .bd ul li {
		text-align: center;
		zoom: 1;
		width: 200px
	}
	.inside-partner .picMarquee-top .bd ul li .pic {
		position: relative
	}
	.inside-partner .picMarquee-top .bd ul li .pic:after {
		content: "";
		display: block;
		padding-bottom: 45%
	}
}

@media (max-width:1024px) {
	.inside-partner .index-title {
		padding-top: 0
	}
	.inside-partner .hover .in {
		padding: 0 20px
	}
}

.inside-product-1 {
	padding-bottom: .8rem;
	background: url(../images/ppxq-bg.jpg) repeat-x top center #f7f7f7
}

.inside-product-1 .inside-current {
	width: 100%;
	text-align: left
}

.inside-product-1 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: .5rem
}

.inside-product-1 .leftbox {
	line-height: .36rem;
	font-size: .18rem;
	width: 50%
}

.inside-product-1 .leftbox .logo img {
	max-height: .5rem
}

.inside-product-1 .leftbox .bt1 {
	color: #333841;
	font-size: .24rem;
	font-weight: 700;
	padding-top: .1rem
}

.inside-product-1 .leftbox .bt2 {
	font-size: .2rem;
	padding: .2rem 0
}

.inside-product-1 .leftbox .index-more {
	margin-top: .6rem
}

.inside-product-1 .leftbox .index-more a {
	font-size: .14rem;
	min-width: 1.6rem;
	height: .38rem;
	line-height: .36rem
}

.inside-product-1 .leftbox .index-more img {
	margin-left: .2rem
}

.inside-product-1 .rightbox {
	width: 40%;
	text-align: center
}

.inside-product-1 .rightbox .pic {
	margin: 0 auto;
	max-width: 4.7rem;
	position: relative
}

.inside-product-1 .rightbox .pic:after {
	content: "";
	display: block;
	padding-bottom: 89.36170213%
}

@media (max-width:1024px) {
	.inside-product-1 {
		padding-top: 80px
	}
	.inside-product-1 .inside-current {
		display: none
	}
	.inside-product-1 .leftbox .index-more a {
		font-size: 14px;
		height: 38px;
		line-height: 36px
	}
}

@media (max-width:640px) {
	.inside-product-1 .item {
		display: block
	}
	.inside-product-1 .leftbox {
		width: 100%;
		font-size: 14px;
		line-height: 24px
	}
	.inside-product-1 .rightbox {
		width: 100%;
		margin-top: 30px
	}
}

.inside-product-2 {
	padding: .8rem 0
}

.inside-product-2 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-product-2 .leftbox {
	width: 45%;
	color: #333841;
	font-size: .2rem;
	line-height: .4rem
}

.inside-product-2 .rightbox {
	width: 47%;
	font-size: .18rem
}

.inside-product-2 .rightbox .t1 {
	color: #333841;
	font-size: .3rem;
	font-weight: 700;
	padding-left: .2rem;
	padding-bottom: .15rem;
	position: relative;
	border-bottom: solid 1px #c8c8c8
}

.inside-product-2 .rightbox .t1:before {
	left: 0;
	content: "";
	width: .06rem;
	height: .06rem;
	top: .25rem;
	border-radius: 50%;
	position: absolute;
	background: #f00
}

.inside-product-2 .rightbox .t2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	padding: .15rem .2rem;
	border-bottom: solid 1px #c8c8c8
}

.inside-product-2 .rightbox .t2 span {
	width: 50%
}

.inside-product-2 .rightbox .t2 span:first-child {
	color: #666
}

.inside-product-2 .index-more {
	margin-top: .4rem
}

.inside-product-2 .index-more a {
	font-size: .14rem;
	min-width: 1.6rem;
	height: .38rem;
	line-height: .36rem
}

.inside-product-2 .index-more img {
	margin-left: .2rem
}

@media (max-width:1024px) {
	.inside-product-2 .index-more a {
		font-size: 14px;
		height: 38px;
		line-height: 36px
	}
}

@media (max-width:640px) {
	.inside-product-2 .container {
		display: block
	}
	.inside-product-2 .leftbox,
	.inside-product-2 .rightbox {
		width: 100%;
		font-size: 14px;
		line-height: 24px
	}
	.inside-product-2 .rightbox {
		padding-top: 30px
	}
}

.inside-product-3 {
	position: relative;
	background: #f7f7f7;
	padding: .8rem 0
}

.inside-product-3 .text {
	font-size: .24rem
}

.inside-product-3 .inside-title {
	text-align: left
}

.inside-product-3 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.2rem
}

.inside-product-3 li {
	padding: 0 .2rem;
	padding-top: .4rem;
	width: 33.333%
}

.inside-product-3 li .item {
	overflow: hidden;
	background: #fff;
	padding-top: .2rem;
	padding-bottom: .3rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-product-3 li .pic {
	margin: 0 auto;
	max-width: 4rem;
	position: relative
}

.inside-product-3 li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-product-3 li .pic:after {
	content: "";
	display: block;
	padding-bottom: 82.5%
}

.inside-product-3 li .textbox {
	padding: 0 .4rem;
	padding-top: .3rem
}

.inside-product-3 li .tit {
	color: #333;
	font-weight: 700;
	font-size: .24rem;
	height: .3rem;
	line-height: .3rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.inside-product-3 li .txt {
	color: #666;
	height: .3rem;
	line-height: .3rem;
	margin-top: .1rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.inside-product-3 li:hover .item {
	-webkit-box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1)
}

.inside-product-3 li:hover .pic img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-product-3 li:hover .tit {
	color: #d12420;
	text-decoration: underline
}

@media (max-width:640px) {
	.inside-product-3 li {
		width: 50%
	}
}

.inside-product {
	background: #f7f7f7;
	padding: .8rem 0
}

.inside-product .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-product .rightbox {
	width: 71%
}

.inside-product .rightbox .list {
	display: block;
	padding-bottom: 0;
	background: transparent;
	width: 100%
}

.inside-product .rightbox .list ul {
	padding-left: 0;
	padding-right: 0;
	margin: 0 -0.13rem
}

.inside-product .rightbox .list li {
	width: 33.333%;
	padding: 0 .13rem;
	padding-bottom: .26rem
}

.inside-product .rightbox .list li .tit {
	font-size: .2rem
}

.inside-product .inside-page {
	padding-top: .3rem
}

@media (max-width:1024px) {
	.inside-product {
		padding: 30px 0
	}
	.inside-product .rightbox {
		width: 100%
	}
	.inside-product .rightbox .list {
		padding-top: 0;
		margin-top: 0
	}
}

@media (max-width:580px) {
	.inside-product .rightbox .list li {
		width: 50%
	}
}

.inside-leftpro {
	width: 26%;
	min-height: 300px
}

.inside-leftpro .bt {
	color: #333;
	font-size: .24rem;
	font-weight: 700
}

@media (max-width:1024px) {
	.inside-leftpro {
		display: none
	}
}

.classifyPro li {
	position: relative;
	padding-bottom: .1rem;
	border-bottom: solid 1px #333
}

.classifyPro .title {
	margin: .25rem 0 .1rem 0;
	line-height: .4rem;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

.classifyPro .title>a {
	display: block;
	position: relative;
	max-width: 95%;
	overflow: hidden;
	color: #333;
	font-size: .18rem;
	vertical-align: middle;
	padding-left: .3rem
}

.classifyPro .title>a:before {
	content: "";
	top: .12rem;
	left: 0;
	opacity: 1;
	width: .18rem;
	height: .18rem;
	line-height: .16rem;
	vertical-align: top;
	text-align: center;
	font-family: "瀹嬩綋";
	color: #2a166e;
	border-radius: .03rem;
	border: solid 1px #959595;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute
}

.classifyPro .title i {
	right: 0;
	top: 0;
	font-weight: normal;
	font-style: normal;
	font-size: .24rem;
	position: absolute
}

.classifyPro .title i:before {
	content: "+";
	font-family: "瀹嬩綋";
	color: #333
}

.classifyPro .has>.title a {
	font-weight: 700
}

.classifyPro .down>.title i:before {
	content: "-"
}

.classifyPro .active>.title a,
.classifyPro li:hover>.title a {
	color: #d12420 !important
}

.classifyPro .active>.title a:before,
.classifyPro li:hover>.title a:before {
	opacity: 1;
	background: url(../images/gou.png) no-repeat center center;
	background-size: cover;
	color: #d12420;
	border-color: #d12420
}

.classifyPro .active>.title i:before,
.classifyPro li:hover>.title i:before {
	content: "-"
}

.classifyPro .list .list {
	padding: 0 0 20px 30px;
	display: block
}

.classifyPro .list .list li {
	border-bottom: 0;
	padding: .06rem 0;
	padding-left: .25rem;
	position: relative
}

.classifyPro .list .list li:before {
	content: "";
	top: .1rem;
	left: 0;
	opacity: 1;
	width: .18rem;
	height: .18rem;
	line-height: .16rem;
	vertical-align: top;
	text-align: center;
	font-family: "瀹嬩綋";
	color: #2a166e;
	border-radius: .03rem;
	border: solid 1px #959595;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute
}

.classifyPro .list .list li:after {
	top: .1rem;
	left: 0;
	content: "";
	opacity: 0;
	position: absolute;
	width: .18rem;
	height: .18rem;
	background: url(../images/gou.png) no-repeat center center;
	background-size: cover;
	color: #d12420;
	border-color: #d12420
}

.classifyPro .list .list li:hover:before,
.classifyPro .list .list .cur:before {
	border-color: #d12420
}

.classifyPro .list .list li:hover:after,
.classifyPro .list .list .cur:after {
	opacity: 1
}

.classifyPro .list .list li:hover .title a,
.classifyPro .list .list .cur .title a {
	color: #d12420
}

.classifyPro .list .list .title {
	line-height: .24rem;
	height: auto;
	margin: 0;
	padding: 0
}

.classifyPro .list .list .title a {
	color: #666;
	padding: 0;
	font-size: .16rem;
	position: relative
}

.classifyPro .list .list .title a:before {
	display: none
}

.classifyPro .list .list .cur i:before {
	content: "-"
}

.classifyPro .list .list .sanji {
	padding-top: .1rem
}

.classifyPro .list .list .sanji a {
	color: #666;
	display: block;
	font-size: .16rem;
	position: relative;
	padding: .06rem 0;
	padding-left: .25rem
}

.classifyPro .list .list .sanji a:before {
	content: "";
	top: .1rem;
	left: 0;
	opacity: 1;
	width: .18rem;
	height: .18rem;
	line-height: .16rem;
	vertical-align: top;
	text-align: center;
	font-family: "瀹嬩綋";
	color: #2a166e;
	border-radius: .03rem;
	border: solid 1px #959595;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute
}

.classifyPro .list .list .sanji a:after {
	top: .1rem;
	left: 0;
	content: "";
	opacity: 0;
	position: absolute;
	width: .18rem;
	height: .18rem;
	background: url(../images/gou.png) no-repeat center center;
	background-size: cover;
	color: #d12420;
	border-color: #d12420
}

.classifyPro .list .list .sanji a:hover,
.classifyPro .list .list .sanji .cur2 {
	color: #d12420
}

.classifyPro .list .list .sanji a:hover:before,
.classifyPro .list .list .sanji .cur2:before {
	border-color: #d12420
}

.classifyPro .list .list .sanji a:hover:after,
.classifyPro .list .list .sanji .cur2:after {
	opacity: 1
}

.classifyPro .list .list li:last-child .title {
	border: none
}

.classifyPro .list .down .list {
	display: block
}

.circle {
	width: .88rem;
	height: .88rem;
	display: block;
	text-align: center;
	z-index: 2;
	margin: auto;
	border-radius: 50%;
	background: transparent
}

.circle:after {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: ripple 2s ease-out 0s infinite;
	animation: ripple 2s ease-out 0s infinite;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420)
}

.circle:before {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	-webkit-animation: ripple 2s ease-out 1s infinite;
	animation: ripple 2s ease-out 1s infinite
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2, .2);
		transform: scale(.2, .2)
	}
	5% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.inside-video {
	padding-top: .8rem;
	padding-bottom: .8rem;
	background: #f7f7f7
}

.inside-video ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.28rem;
	margin-top: -0.2rem
}

.inside-video li {
	width: 33.333%;
	margin-top: .56rem;
	padding: 0 .28rem
}

.inside-video li .picbox {
	position: relative
}

.inside-video li .vbtn {
	top: 50%;
	left: 50%;
	z-index: 3;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.inside-video li .vbtn i {
	top: 50%;
	left: 50%;
	z-index: 4;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	border-left: solid .1rem #fff;
	border-top: solid .06rem transparent;
	border-bottom: solid .06rem transparent
}

.inside-video li .pic {
	overflow: hidden;
	position: relative
}

.inside-video li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-video li .pic:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	-webkit-transition: all .3 linear;
	transition: all .3 linear;
	background: rgba(75, 110, 163, 0.35)
}

.inside-video li .pic:after {
	content: "";
	display: block;
	padding-bottom: 56.38297872%
}

.inside-video li .text {
	background: #fff;
	padding: .15rem .2rem
}

.inside-video li .tit {
	color: #333;
	font-weight: 700;
	font-size: .2rem;
	height: .6rem;
	line-height: .3rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.inside-video li:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.inside-video li:hover .pic:before {
	background: rgba(0, 0, 0, 0.1)
}

.inside-video .ad {
	margin-top: 1.2rem
}

@media (max-width:1024px) {
	.inside-video {
		padding-top: 30px;
		background-size: contain
	}
	.inside-video li {
		margin-top: 30px;
		width: 50%
	}
	.inside-video li .tit {
		font-size: 14px;
		height: 50px;
		line-height: 50px
	}
}

@media (max-width:420px) {
	.inside-video li {
		width: 100%
	}
	.inside-video .ad {
		margin-top: 40px
	}
}

.inside-job-2 {
	overflow: hidden;
	position: relative;
	background: #f7f7f7
}

.inside-job-2 .inside-title {
	text-align: center;
	padding-bottom: .5rem
}

.inside-job-2 .bg {
	color: #fff;
	background: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.inside-job-2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.9rem
}

.inside-job-2 li {
	width: 50%;
	line-height: .32rem;
	height: 7.45rem;
	padding: 0 .85rem;
	padding-bottom: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-left: solid 1px rgba(255, 255, 255, 0.35);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-job-2 li .icon img {
	max-height: 1.31rem
}

.inside-job-2 li .tit {
	font-weight: 700;
	font-size: .3rem;
	margin-top: .2rem
}

.inside-job-2 li .txt {
	display: none;
	margin-top: .3rem
}

.inside-job-2 li .txt p {
	padding-bottom: .15rem
}

.inside-job-2 li:first-child {
	border-left: 0
}

.inside-job-2 .cur .txt {
	display: block
}

@media (max-width:1024px) {
	.inside-job-2 {
		padding: 0 0 0 0
	}
	.inside-job-2 .bg {
		padding: 50px 0
	}
	.inside-job-2 ul {
		margin: 0
	}
	.inside-job-2 li {
		width: 100%;
		border: 0;
		padding: 0;
		height: auto;
		text-align: center;
		padding-top: 30px
	}
	.inside-job-2 li .icon img {
		max-height: 60px
	}
	.inside-job-2 li .txt {
		margin-top: 20px;
		text-align: left;
		display: block !important
	}
	.inside-job-2 li:first-child {
		padding-top: 0
	}
}

.inside-job-3 {
	background: #f7f7f7;
	padding: .8rem 0
}

.inside-job-3 .inside-title {
	text-align: center
}

.inside-job-3 ul {
	padding-top: .5rem;
	margin: 0 -0.2rem
}

.inside-job-3 li {
	float: left;
	line-height: .3rem;
	padding: 0 .2rem;
	text-align: center;
	width: 33.3333%
}

.inside-job-3 li .line {
	width: 1px;
	margin: 0 auto;
	height: .6rem;
	background: url(../images/line.png) no-repeat top center
}

.inside-job-3 li .tit {
	color: #333;
	font-weight: 700;
	font-size: .3rem;
	text-align: center;
	background: #fff;
	border-radius: .1rem;
	line-height: .76rem
}

.inside-job-3 li .txt {
	text-align: center;
	padding: 0 0;
	margin-top: .25rem
}

.inside-job-3 li .p-10 {
	padding-top: .1rem
}

.inside-job-3 li .arrow {
	width: 100%;
	max-width: .28rem;
	margin: 0 auto;
	margin-top: -0.1rem
}

.inside-job-3 li .arrow img {
	width: 100%;
	max-height: .28rem
}

.inside-job-3 li .icon {
	width: 100%;
	margin: 0 auto;
	max-width: 1.6rem
}

.inside-job-3 li .icon img {
	width: 100%;
	max-height: 1.6rem
}

@media (max-width:1024px) {
	.inside-job-3 li {
		font-size: 14px
	}
}

@media (max-width:480px) {
	.inside-job-3 li {
		width: 100%;
		margin-top: 20px
	}
	.inside-job-3 li:first-child {
		margin-top: 0
	}
}

.inside-job-4 {
	text-align: center;
	background: #f7f7f7;
	padding: .8rem 0
}

.inside-job-4 li:first-child {
	color: #fff;
	margin-top: 0;
	padding: .05rem 0;
	font-size: .2rem;
	font-weight: 700;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420)
}

.inside-job-4 li:first-child span:nth-child(3) {
	text-align: center
}

.inside-job-4 li:first-child:before {
	display: none
}

.inside-job-4 li,
.inside-job-4 .tit {
	color: #333;
	overflow: hidden;
	font-size: .18rem;
	margin-top: .15rem;
	background: #fff;
	cursor: pointer;
	text-align: left;
	position: relative
}

.inside-job-4 li span,
.inside-job-4 .tit span {
	width: 12%;
	float: left;
	text-align: center;
	height: .65rem;
	line-height: .65rem;
	padding-left: .7rem;
	overflow: hidden
}
.inside-job-4 li span:nth-child(1),
.inside-job-4 .tit span:nth-child(1) {
	width:20%
}
.inside-job-4 li span:nth-child(3),
.inside-job-4 .tit span:nth-child(3) {
	width: 40%
}

.inside-job-4 li span:first-child,
.inside-job-4 .tit span:first-child {
	text-align: left
}

.inside-job-4 .bt {
	color: #333;
	font-size: .18rem;
	padding: .3rem 0 .15rem 0;
	font-weight: 700
}

.inside-job-4 .tit:nth-child(2) {
	margin-top: 0
}

.inside-job-4 .txt {
	background: #fafafa;
	text-align: left;
	display: none;
	color: #666;
	padding: .2rem .8rem .7rem .7rem;
	line-height: .32rem
}

.inside-job-4 .button {
	margin-top: .3rem
}

.inside-job-4 .button img {
	float: right;
	margin-top: .1rem !important;
	max-height: .3rem !important
}

.inside-job-4 .button a {
	text-align: left;
	font-weight: normal;
	padding: 0 .4rem
}

.inside-job-4 .button-2 {
	min-width: auto;
	text-align: center;
	margin-top: .5rem
}

.inside-job-4 .button-2 a {
	min-width: 1.66rem;
	display: inline-block
}

@media (max-width:1024px) {
	.inside-job-4 {
		padding: 40px 0
	}
	.inside-job-4 li,
	.inside-job-4 .tit {
		font-size: 14px
	}
	.inside-job-4 li span,
	.inside-job-4 .tit span {
		padding-left: 20px;
		font-size:12px;
	}
	.inside-job-4 li span:nth-child(1),
	.inside-job-4 .tit span:nth-child(1) {
		width: 30%
	}
	.inside-job-4 li span:nth-child(2),
	.inside-job-4 .tit span:nth-child(2) {
		display: none
	}
	.inside-job-4 li span:nth-child(3),
	.inside-job-4 .tit span:nth-child(3) {
		width: 70%
	}
	.inside-job-4 li span:nth-child(4),
	.inside-job-4 .tit span:nth-child(4) {
		display: none
	}
	.inside-job-4 li span:nth-child(5),
	.inside-job-4 .tit span:nth-child(5) {
		display: none
	}
	.inside-job-4 .txt {
		padding: 20px;
		padding-top: 0;
		line-height: 26px
	}
	.inside-job-4 .bt {
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 15px
	}
	.inside-job-4 .btn {
		font-size: 14px
	}
	.inside-job-4 .button img {
		margin-top: 10px !important
	}
}

.tdfc {
	background-color: #f7f7f7;
	padding-bottom: 1rem
}

.tdfc .nr {
	margin-top: .5rem;
	width: 15.2rem;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.tdfc .inside-title {
	text-align: center
}

.tdfc .nr {
	position: relative
}

.tdfc .container {
	max-width: 100%
}

.tdfc .swiper-button-next,
.tdfc .swiper-button-prev {
	width: .4rem;
	height: .4rem;
	color: #fff;
	top: 50%;
	margin-top: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(41, 22, 111, 0.8)), to(rgba(218, 37, 28, 0.8)));
	background: linear-gradient(to right, rgba(41, 22, 111, 0.8), rgba(218, 37, 28, 0.8));
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tdfc .swiper-button-next:after,
.tdfc .swiper-button-prev:after {
	font-size: .18rem
}

.tdfc .swiper-button-next:hover,
.tdfc .swiper-button-prev:hover {
	color: #fff
}

.tdfc .swiper-button-prev {
	left: 0
}

.tdfc .swiper-button-next {
	right: 0
}

.tdfc .list {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	width: 15.2rem;
	height: 5.32rem;
	text-align: center;
	position: relative
}

.tdfc .list .pic {
	background: #fff;
	text-align: center;
	width: 9.48rem;
	height: 5.3rem
}

.tdfc .list .slide-active {
	border: solid 1px #d12420
}

.tdfc .list li {
	width: 9.5rem;
	height: 5.32rem;
	border: solid 1px #d12420;
	float: left;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	list-style: none
}

@media screen and (max-width:1024px) {
	.tdfc {
		padding-bottom: 40px
	}
	.tdfc .nr {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 30px;
		max-width: 640px;
		width: 100%
	}
	.tdfc .list {
		width: 100%;
		height: auto;
		overflow: initial
	}
	.tdfc .list li {
		-webkit-transition: none;
		transition: none;
		float: none
	}
	.tdfc .list .pic {
		width: auto;
		height: auto;
		margin-bottom: 0
	}
	.tdfc .list .title {
		font-size: 14px;
		height: 30px;
		line-height: 30px
	}
	.tdfc .list li {
		width: auto;
		height: auto;
		position: relative
	}
	.tdfc .list .slide-active .title {
		opacity: 1
	}
	.tdfc .swiper-button-next,
	.tdfc .swiper-button-prev {
		width: 30px;
		height: 30px
	}
	.tdfc .swiper-button-next:after,
	.tdfc .swiper-button-prev:after {
		font-size: 12px
	}
	.tdfc .swiper-button-prev {
		left: 15px
	}
	.tdfc .swiper-button-next {
		right: 15px
	}
}

.inside-fwwd {
	padding: .8rem 0 0 0;
	background: #f7f7f7
}

.inside-fwwd .container {
	position: relative;
	max-width: 17.6rem
}

.inside-fwwd .tu1 img,
.inside-fwwd .tu2 img,
.inside-fwwd .tu3 img {
	max-height: 10.6rem
}

.inside-fwwd .tu1 img {
	max-height: 13.6rem
}

.inside-fwwd .tu2,
.inside-fwwd .tu3 {
	top: 0;
	left: 0;
	position: absolute
}

.inside-fwwd .add {
	position: absolute
}

.inside-fwwd .add:hover .nr {
	display: block
}

.inside-fwwd .dizhi-tb img {
	max-height: .64rem
}

.inside-fwwd .add1 {
	left: 7.1rem;
	top: 6.4rem
}

.inside-fwwd .add1 img {
	-webkit-animation: 1.5s scrollArrow1 linear infinite;
	animation: 1.5s scrollArrow1 linear infinite
}

.inside-fwwd .add2 {
	left: 8.36rem;
	top: 6.5rem
}

.inside-fwwd .add2 img {
	-webkit-animation: 1.6s scrollArrow1 linear infinite;
	animation: 1.6s scrollArrow1 linear infinite
}

.inside-fwwd .add3 {
	left: 8.4rem;
	top: 8.2rem
}

.inside-fwwd .add3 img {
	-webkit-animation: 1.5s scrollArrow1 linear infinite;
	animation: 1.5s scrollArrow1 linear infinite
}

.inside-fwwd .add4 {
	left: 9.21rem;
	top: 4.14rem
}

.inside-fwwd .add4 img {
	-webkit-animation: 1.6s scrollArrow1 linear infinite;
	animation: 1.6s scrollArrow1 linear infinite
}

.inside-fwwd .add5 {
	left: 10.2rem;
	top: 4.14rem
}

.inside-fwwd .add5 img {
	-webkit-animation: 1.5s scrollArrow1 linear infinite;
	animation: 1.5s scrollArrow1 linear infinite
}

.inside-fwwd .add6 {
	left: 11.3rem;
	top: 2.64rem
}

.inside-fwwd .add6 img {
	-webkit-animation: 1.6s scrollArrow1 linear infinite;
	animation: 1.6s scrollArrow1 linear infinite
}

.inside-fwwd .add7 {
	left: 10.08rem;
	top: 6.2rem
}

.inside-fwwd .add7 img {
	-webkit-animation: 1.5s scrollArrow1 linear infinite;
	animation: 1.5s scrollArrow1 linear infinite
}

.inside-fwwd .add8,
.inside-fwwd .add9 {
	width: 4.7rem;
	right: .4rem;
	padding: 0 .6rem;
	padding-top: .4rem;
	padding-bottom: .5rem;
	top: 1.3rem;
	background: #fff;
	border-radius: .15rem
}

.inside-fwwd .add8:before,
.inside-fwwd .add9:before {
	content: "";
	width: .3rem;
	height: .3rem;
	left: -0.15rem;
	top: 49%;
	position: absolute;
	background: url(../images/dian.png) no-repeat center center;
	background-size: cover
}

.inside-fwwd .add8 .t3,
.inside-fwwd .add9 .t3 {
	color: #333841;
	font-size: .2rem;
	padding-bottom: .15rem;
	font-weight: 700
}

.inside-fwwd .add8 .t4,
.inside-fwwd .add9 .t4 {
	margin-top: .15rem;
	padding-left: .3rem;
	position: relative
}

.inside-fwwd .add8 .t4 img,
.inside-fwwd .add9 .t4 img {
	left: 0;
	top: .06rem;
	position: absolute;
	max-height: .2rem
}

.inside-fwwd .add9 {
	top: 4.9rem
}

.inside-fwwd .add9:before {
	top: 51%
}

.inside-fwwd .dizhi {
	color: #000;
	font-size: .18rem;
	font-weight: 700;
	padding-left: .15rem
}

.inside-fwwd .dzbox {
	z-index: 11;
	position: relative
}

.inside-fwwd .nr {
	z-index: 12;
	top: -1.8rem;
	left: -1.33rem;
	position: absolute;
	width: 3.3rem;
	background: #fff;
	display: none;
	padding: .3rem .4rem;
	padding-right: .2rem;
	border-radius: .15rem;
	-webkit-box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.1)
}

.inside-fwwd .nr:after {
	content: "";
	left: 50%;
	bottom: -0.1rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	border-top: solid .12rem #fff;
	border-left: solid .08rem transparent;
	border-right: solid .08rem transparent
}

.inside-fwwd .nr .t1 {
	color: #e60013;
	font-weight: 700;
	font-size: .2rem
}

.inside-fwwd .nr .t2 {
	margin-top: .1rem;
	padding-left: .25rem;
	position: relative
}

.inside-fwwd .nr .t2 img {
	left: 0;
	top: .03rem;
	position: absolute;
	max-height: .2rem
}

.inside-qxpp {
	padding-bottom: .8rem;
	padding-top: .7rem;
	background: #f7f7f7
}

.inside-qxpp .list {
	padding-top: 1.2rem
}

.inside-qxpp .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.2rem
}

.inside-qxpp .list li {
	width: 25%;
	padding: 0 .2rem
}

.inside-qxpp .list li .item {
	background: #fff;
	padding: .4rem 0
}

.inside-qxpp .list li .pp {
	z-index: 3;
	margin-top: -1rem;
	position: relative
}

.inside-qxpp .list li .pp a {
	text-align: center;
	margin: 0 auto;
	display: block;
	background: #fff;
	border-radius: 50%;
	height: 1.5rem;
	width: 1.5rem;
	padding-top: .3rem;
	-webkit-box-shadow: .06rem 0 .2rem rgba(20, 56, 102, 0.11);
	box-shadow: .06rem 0 .2rem rgba(20, 56, 102, 0.11)
}

.inside-qxpp .list li .pp a span {
	display: block
}

.inside-qxpp .list li .pp a:hover .arrow {
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420)
}

.inside-qxpp .list li .pp .logo img {
	max-height: .45rem
}

.inside-qxpp .list li .pp .name {
	color: #333841;
	font-weight: 700
}

.inside-qxpp .list li .pp .arrow {
	margin: 0 auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-top: .1rem;
	border-radius: 50%;
	line-height: .2rem;
	background: #d12420;
	height: .26rem;
	width: .26rem
}

.inside-qxpp .list li .pp .arrow img {
	vertical-align: middle;
	max-height: .2rem
}

.inside-qxpp .list li .caidan {
	padding: 0 .4rem
}

.inside-qxpp .list li .caidan span:first-child {
	margin-top: .1rem
}

.inside-qxpp .list li .caidan span {
	margin-top: .15rem;
	color: #333841;
	font-weight: 700;
	font-size: .18rem;
	display: block;
	text-align: center;
	border-radius: .3rem;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
	background: linear-gradient(to bottom, #f1f1f1, #fff);
	-webkit-box-shadow: 0 .05rem .2rem rgba(20, 56, 102, 0.11);
	box-shadow: 0 .05rem .2rem rgba(20, 56, 102, 0.11)
}

.inside-qxpp .list li .caidan a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	color: #333841;
	display: block;
	padding: 0 .1rem;
	line-height: .48rem;
	height: .48rem
}

.inside-qxpp .list li .caidan span:hover {
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420)
}

.inside-qxpp .list li .caidan span:hover a {
	color: #fff
}

.inside-qxpp .list-2 ul {
    overflow: hidden;
    margin: 0 -0.2rem;
}

.inside-qxpp .list-2 li {
	margin-top: .5rem;
	position: relative;
    width: 25%;
    overflow: hidden;
    float: left;
    padding: 0 .2rem;
}

.inside-qxpp .list-2 li .item {
	background: #fff;
	padding: .25rem;
	/* padding-top: .4rem; */
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
	font-size: .16rem;
	text-align:center;
	overflow:hidden;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between */
}

.inside-qxpp .list-2 li .left {
	/* width: 14.5%;
	text-align: right */
	text-align: center;
}

.inside-qxpp .list-2 li .left .logo img {
	max-height: .7rem
}

.inside-qxpp .list-2 li .left .name {
	color: #333841;
	font-weight: 700;
	margin-top: -0.1rem
}

.inside-qxpp .list-2 li .right {
	/* width: 79% */
	width: 100%
}

.inside-qxpp .list-2 li .pic{
	text-align:center;
}

.inside-qxpp .list-2 li .right .t1,
.inside-qxpp .list-2 li .right .t2 {
	color: #333841;
	font-weight: 700
}

.inside-qxpp .list-2 li .right .t3{
	line-height:0.24rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	height: 0.48rem;
	color:#555;
}

.inside-qxpp .list-2 li .right .t1 {
	font-size: .24rem;
	text-align:center;
	/* padding-top: .15rem */
}

.inside-qxpp .list-2 li .right .t2 {
	/* padding-top: .3rem; */
	padding-bottom: .1rem
}

.inside-qxpp .list-2 li .right .tu {
	margin-top: .3rem
}

.inside-qxpp .list-2 li .caidan{
	margin-top: .15rem;
	margin-left:-0.2rem;
	margin-right:-0.2rem;
}

.inside-qxpp .list-2 li .caidan span {
	margin-top: .15rem;
	color: #333841;
	/* font-weight: 700; */
	font-size: .16rem;
	display: block;
	width:50%;
	float:left;
	padding: 0 .2rem;
}

.inside-qxpp .list-2 li .caidan a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	color: #333841;
	display: block;
	padding: 0 .1rem;
	/*line-height: .48rem;
	height: .48rem;
	text-align: center;*/
    line-height: .32rem;
    height: .32rem;
    text-align: center;
    border: solid 1px #c8c8c8;
    box-shadow: .03rem 0 .08rem rgba(128, 168, 216, 0.44);
    border-radius: 0.1rem;	
	/*border-radius: .3rem;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
	background: linear-gradient(to bottom, #f1f1f1, #fff);
	-webkit-box-shadow: 0 .05rem .2rem rgba(20, 56, 102, 0.11);
	box-shadow: 0 .05rem .2rem rgba(20, 56, 102, 0.11);*/
}

/*.inside-qxpp .list-2 li .caidan span:hover a{
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	color: #fff
}

.inside-qxpp .list-2 li .caidan span:hover a {
	color: #fff
}*/

@media (max-width:1024px) {
	.inside-qxpp .list {
		padding-top: 0
	}
	.inside-qxpp .list li {
		margin-top: 80px;
		width: 50%
	}
	.inside-qxpp .list li .pic {
		display: none
	}
	.inside-qxpp .list li .caidan span {
		font-size: 14px;
		margin-top: 15px !important
	}
	.inside-qxpp .list li .caidan a {
		height: 40px;
		line-height: 40px
	}
	.inside-qxpp .list-2 li{
		width:100%;
	}
	.inside-qxpp .list-2 li .item {
		font-size: 14px
	}
	.inside-qxpp .list-2 li .right .t1 {
		font-size: 16px;
		padding-top: 5px
	}
	.inside-qxpp .list-2 li .caidan span {
		font-size: 14px;
		margin-top: 15px !important
	}
	.inside-qxpp .list-2 li .caidan a {
		height: 40px;
		line-height: 40px
	}
}

@media (max-width:480px) {
	.inside-qxpp .list li {
		width: 100%
	}
	.inside-qxpp .list-2 li .item {
		display: block
	}
	.inside-qxpp .list-2 li .left {
		width: 100%;
		text-align: left
	}
	.inside-qxpp .list-2 li .right {
		width: 100%;
		padding-top: 30px
	}
	.inside-qxpp .list-2 li .right .t1 {
		padding-top: 0
	}
	.inside-qxpp .list-2 li .right .t2 {
		padding-top: 0
	}
}

.inside-about {
	color: #333;
	position: relative;
	padding: .8rem 0;
	background: #f7f7f7
}

.inside-about .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-about .inside-title {
	text-align: left
}

.inside-about .left {
	width: 46%
}

.inside-about .left .list {
	padding-top: .3rem
}

.inside-about .left li {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: .1rem 0;
	padding: .2rem .25rem
}

.inside-about .left li .icon {
	background: url(../images/yq-1.png) no-repeat center center;
	background-size: cover;
	width: .72rem;
	height: .72rem;
	border-radius: 50%;
	position: relative
}

.inside-about .left li .icon img {
	max-height: .73rem
}

.inside-about .left li .img-2 {
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-about .left li .t-1 {
	width: 30%;
	padding-left: .3rem;
	font-size: .24rem;
	font-weight: 700
}

.inside-about .left li .t-2 span {
	display: block
}

.inside-about .left li .t-2 span:nth-child(2) {
	font-weight: 700;
	font-size: .38rem;
	line-height: .4rem
}

.inside-about .left li .t-2 em {
	font-style: normal
}

.inside-about .left li .num {
	opacity: 0;
	font-weight: 700;
	line-height: 1.1rem;
	font-size: 1.1rem;
	bottom: -0.35rem;
	bottom: auto;
	right: .4rem;
	color: #daf0e8;
	position: absolute;
	font-family: "Oswald-Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(#d12420), to(#2a166e));
	background: linear-gradient(to bottom, #d12420, #2a166e);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: transparent;
	-webkit-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
}

.inside-about .left .cur {
	-webkit-box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.15)
}

.inside-about .left .cur .icon {
	border: 0;
	background: url(../images/yq-2.png) no-repeat center center;
	background-size: cover
}

.inside-about .left .cur .img-1 {
	opacity: 0
}

.inside-about .left .cur .img-2 {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.inside-about .left .cur .num {
	opacity: .2
}

.inside-about .right {
	width: 50%;
	position: relative
}

.inside-about .right .pic {
	border-radius: .1rem;
	position: relative
}

.inside-about .right .pic:before {
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	border-radius: .1rem;
	/* background: rgba(120, 152, 200, 0.5) */
}

.inside-about .right .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: .25rem;
	text-align: right;
	padding-right: .3rem
}

.inside-about .right .swiper-container .swiper-notification {
	text-align: right
}

.inside-about .right .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 .06rem;
	width: .1rem;
	height: .1rem;
	background: #fff
}

.inside-about .right .swiper-pagination-bullet-active {
	background: -webkit-gradient(linear, left top, left bottom, from(#2a166e), to(#d12420));
	background: linear-gradient(to bottom, #2a166e, #d12420)
}

.inside-about .text {
	color: #666;
	font-size: .18rem;
	line-height: .32rem;
	padding-top: .2rem
}

.inside-about .text p {
	padding-top: .2rem
}

@media (max-width:1024px) {
	.inside-about .item {
		display: block
	}
	.inside-about .left,
	.inside-about .right {
		width: 100%
	}
	.inside-about .right {
		line-height: 26px;
		margin-top: 30px
	}
	.inside-about .text {
		font-size: 14px;
		line-height: 24px
	}
	.inside-about .text p {
		padding-top: 20px
	}
	.inside-about .left li .num {
		display: none
	}
	.inside-about .left li .icon {
		width: 50px;
		height: 50px
	}
	.inside-about .left li .t-1 {
		padding-left: 10px
	}
	.inside-about .left li .t-2 span:nth-child(2) {
		font-size: 20px;
		line-height: 30px
	}
	.inside-about .cur .num {
		display: none
	}
}

@media (max-width:640px) {
	.inside-about .left li .t-2 {
		font-size: 13px
	}
}

.inside-jidi {
	background: #f7f7f7;
	padding-bottom: 1rem
}

@media (max-width:1024px) {
	.inside-jidi {
		padding-top: 0;
		padding-bottom: 0
	}
}

.inside-about-3 {
	position: relative;
	background: #f7f7f7
}

.inside-about-3 .text {
	font-size: .18rem;
	text-align: center;
	line-height: .32rem;
	padding-top: .3rem;
	padding-bottom: .4rem
}

.inside-about-3 .bg {
	color: #fff;
	height: 7.1rem;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover
}

.inside-about-3 .bg .container {
	max-width: 19.2rem
}

@media (min-width:1025px) {
	.inside-about-3 li:hover:before {
		opacity: 1;
		width: 100%
	}
	.inside-about-3 li:hover .tag {
		opacity: 1
	}
	.inside-about-3 li:hover .img-1 {
		opacity: 0
	}
	.inside-about-3 li:hover .img-2 {
		opacity: 1
	}
	.inside-about-3 li:hover .item {
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%)
	}
	.inside-about-3 li:hover .icon:before {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1)
	}
	.inside-about-3 li:hover .en,
	.inside-about-3 li:hover .tit,
	.inside-about-3 li:hover .txt {
		display: block
	}
}

.inside-about-3 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.inside-about-3 li {
	width: 20%;
	overflow: hidden;
	height: 7.1rem;
	text-align: center;
	position: relative;
	border-left: solid 1px rgba(255, 255, 255, 0.5);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-about-3 li:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	background: -webkit-gradient(linear, left top, right top, from(rgba(41, 22, 111, 0.7)), to(rgba(218, 37, 28, 0.7)));
	background: linear-gradient(to right, rgba(41, 22, 111, 0.7), rgba(218, 37, 28, 0.7))
}

.inside-about-3 li .item {
	top: 50%;
	z-index: 1;
	width: 100%;
	padding: 0 .2rem;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.inside-about-3 li .icon {
	position: relative;
	background: rgba(255, 255, 255, 0.17);
	border: dashed 1px #fff;
	width: .94rem;
	height: .94rem;
	margin: 0 auto;
	display: block;
	border-radius: 100%
}

.inside-about-3 li .icon img {
	max-height: .94rem;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-about-3 li .icon:before {
	top: 50%;
	left: 50%;
	content: "";
	background: #fff;
	width: .78rem;
	height: .78rem;
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translate(-50%, -50%) scale(.5);
	transform: translate(-50%, -50%) scale(.5)
}

.inside-about-3 li .img-2 {
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-about-3 li .tit {
	font-size: .24rem;
	margin-top: .3rem
}

.inside-about-3 li .en {
	display: none;
	margin-top: .2rem
}

.inside-about-3 li .txt {
	display: none;
	margin-top: .3rem
}

.inside-about-3 li .icon,
.inside-about-3 li .tit,
.inside-about-3 li .txt,
.inside-about-3 li .tag {
	z-index: 3;
	position: relative
}

.inside-about-3 li:first-child {
	border-left: 0
}

@media (max-width:1024px) {
	.inside-about-3 {
		height: auto;
		padding: 40px 0 0 0
	}
	.inside-about-3 .bg {
		height: auto;
		padding: 40px 0
	}
	.inside-about-3 .text {
		font-size: 14px;
		line-height: 24px
	}
	.inside-about-3 li {
		padding: 15px 0;
		border-left: 0;
		width: 50%;
		height: auto
	}
	.inside-about-3 li .item {
		top: auto;
		padding: 0 20px;
		min-height: auto;
		-webkit-transform: translate(0);
		transform: translate(0);
		position: relative
	}
	.inside-about-3 li .txt {
		margin-top: 0
	}
	.inside-about-3 li .en {
		display: none
	}
}

.inside-contact {
	padding-top: .24rem;
	padding-bottom: .8rem;
	background: #f7f7f7
}

.inside-contact .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.28rem
}

.inside-contact .list li {
	width: 33.333%;
	padding: 0 .28rem;
	padding-top: .56rem
}

.inside-contact .list li h2 {
	color: #333841;
	font-size: .2rem;
	padding-bottom: .1rem
}

.inside-contact .list li .item {
	background: #fff;
	min-height: 100%;
	min-height: 3.5rem;
	border-radius: .1rem;
	padding: .4rem .6rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-contact .list li .t1 {
	margin-top: .15rem;
	padding-left: .4rem;
	position: relative
}

.inside-contact .list li .t1 img {
	left: 0;
	top: .05rem;
	position: absolute;
	max-height: .2rem
}

.inside-contact .list li:hover .item {
	-webkit-box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1)
}

.inside-contact .list-2 {
	padding-top: .8rem
}

.inside-contact .list-2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.27rem
}

.inside-contact .list-2 li {
	width: 25%;
	padding: 0 .27rem
}

.inside-contact .list-2 li .item {
	color: #333841;
	text-align: center;
	font-size: .2rem;
	font-weight: 700
}

.inside-contact .list-2 li p:last-child {
	padding-top: .15rem
}

@media (max-width:1024px) {
	.inside-contact .list li {
		padding-top: 30px;
		width: 100%
	}
	.inside-contact .list li h2 {
		font-size: 16px
	}
	.inside-contact .list li .item {
		padding: 30px;
		min-height: auto
	}
	.inside-contact .list li .t1 {
		padding-left: 30px;
		margin-top: 15px
	}
	.inside-contact .list li .t1 img {
		top: 2px;
		max-height: 20px
	}
}

@media (max-width:480px) {
	.inside-contact .list-2 {
		padding-top: 30px
	}
	.inside-contact .list-2 li {
		width: 50%
	}
}

.inside-service {
	overflow: hidden;
	background: #f7f7f7;
	padding-top: .8rem
}

.inside-service .list {
	background: #fff;
	padding: .2rem 0;
	border-bottom: solid .03rem #d12420
}

.inside-service .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden
}

.inside-service .list li {
	width: 25%;
	color: #333;
	text-align: center;
	position: relative;
	font-size: .2rem;
	padding: .3rem .2rem
}

.inside-service .list li:before {
	content: "";
	width: 1px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	height: .4rem;
	background: #dedede
}

.inside-service .list li .icon img {
	max-height: .7rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-service .list li .tit {
	margin-top: .1rem
}

.inside-service .list li:hover .icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

@media (max-width:1024px) {
	.inside-service {
		padding-top: 40px
	}
	.inside-service .list li {
		font-size: 14px;
		width: 33.333%;
		padding: 15px 20px
	}
}

@media (max-width:500px) {
	.inside-service .list li {
		width: 50%
	}
}

.inside-service-2 {
	padding: .8rem 0;
	font-size: .18rem;
	line-height: .32rem
}

.inside-service-2 .t1 {
	color: #333841;
	font-size: .18rem;
	font-weight: 700
}

.inside-service-2 .t2 {
	color: #333841;
	font-size: .32rem;
	font-weight: 700;
	padding: .4rem 0 .3rem 0
}

.inside-service-2 .t3 {
	position: relative;
	padding-left: .15rem;
	margin-top: .15rem
}

.inside-service-2 .t3:before {
	left: 0;
	top: .13rem;
	content: "";
	width: .05rem;
	height: .05rem;
	position: absolute;
	background: #666;
	border-radius: 50%
}

@media (max-width:1024px) {
	.inside-service-2 {
		font-size: 14px;
		line-height: 24px
	}
	.inside-service-2 .t1 {
		font-size: 14px
	}
	.inside-service-2 .t3 {
		padding-left: 15px
	}
	.inside-service-2 .t3:before {
		width: 5px;
		height: 5px;
		top: 10px
	}
}

.inside-service-3 {
	background: #f7f7f7;
	padding: .8rem 0;
	font-size: .18rem
}

.inside-service-3 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-service-3 .leftbox {
	width: 55%;
	line-height: .32rem
}

.inside-service-3 .leftbox .t1 {
	color: #333841;
	font-weight: 700;
	font-size: .32rem;
	padding-bottom: .3rem
}

.inside-service-3 .leftbox .t2 {
	color: #333841;
	font-weight: 700
}

.inside-service-3 .leftbox .t3 {
	padding-left: .15rem;
	position: relative;
	margin-top: .15rem
}

.inside-service-3 .leftbox .t3:before {
	left: 0;
	top: .13rem;
	content: "";
	width: .05rem;
	height: .05rem;
	position: absolute;
	background: #666;
	border-radius: 50%
}

.inside-service-3 .leftbox .t4 {
	padding-top: .8rem
}

.inside-service-3 .rightbox {
	width: 44.5%
}

@media (max-width:1024px) {
	.inside-service-3 {
		font-size: 14px
	}
	.inside-service-3 .container {
		display: block
	}
	.inside-service-3 .leftbox {
		width: 100%;
		line-height: 24px
	}
	.inside-service-3 .leftbox .t3 {
		padding-left: 15px
	}
	.inside-service-3 .leftbox .t3:before {
		width: 5px;
		height: 5px;
		top: 10px
	}
	.inside-service-3 .rightbox {
		width: 100%;
		margin-top: 30px
	}
}

.inside-dowland {
	background: #f7f7f7;
	padding-top: .3rem;
	padding-bottom: .8rem
}

.inside-dowland ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.25rem
}

.inside-dowland li {
	width: 25%;
	padding: 0 .25rem;
	padding-top: .5rem
}

.inside-dowland li .item {
	background: #fff;
	padding: .2rem;
	padding-bottom: .4rem;
	border-radius: .15rem
}

.inside-dowland li .pic {
	overflow: hidden;
	border-radius: .15rem;
	-webkit-box-shadow: 0 0 .38rem rgba(201, 201, 201, 0.31);
	box-shadow: 0 0 .38rem rgba(201, 201, 201, 0.31);
	position: relative
}

.inside-dowland li .pic:after {
	content: "";
	display: block;
	padding-bottom: 135.66433566%
}

.inside-dowland li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-dowland li .tit {
	color: #333;
	margin-top: .3rem;
	font-weight: 700;
	font-size: .2rem;
	height: .3rem;
	line-height: .3rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.inside-dowland li .dow {
	margin-top: .3rem;
	font-size: .18rem
}

.inside-dowland li .dow img {
	max-height: .26rem;
	margin-right: .1rem
}

.inside-dowland li:hover .tit,
.inside-dowland li:hover .dow {
	color: #d12420
}

.inside-dowland li:hover .pic img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1024px) {
	.inside-dowland {
		padding-top: 40px
	}
	.inside-dowland li {
		width: 50%
	}
	.inside-dowland li .dow {
		font-size: 14px
	}
}

@media (max-width:420px) {
	.inside-dowland ul {
		margin-left: -5px;
		margin-right: -5px
	}
	.inside-dowland li {
		padding: 0 5px
	}
}

.inside-message {
	position: relative;
	padding-top: .7rem;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f3f3f3;
	padding-bottom: 1.2rem
}

.inside-message .inside-title {
	text-align: left
}

.inside-message .text {
	font-size: .18rem
}

.inside-message .container {
	position: relative
}

.inside-message .box {
	background: #fff;
	margin-top: .5rem;
	padding: .2rem .7rem;
	padding-bottom: .8rem
}

.inside-message .list {
	width: 100%
}

.inside-message .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-message .list li {
	width: 48%;
	margin-top: .3rem
}

.inside-message .list .first {
	width: 100%
}

.inside-message .list .tigs {
	color: #454951;
	font-weight: 700;
	padding-bottom: .1rem
}

.inside-message .list .tigs span {
	color: #fd6767
}

.inside-message .list .fuxuankuang span {
	padding-left: .5rem
}

.inside-message .list .fuxuankuang span:first-child {
	padding-left: 0
}

.inside-message .list .iinput input,
.inside-message .list .itextarea textarea {
	padding: 0 .2rem;
	height: .5rem;
	width: 100%;
	color: #666;
	font-family: "寰蒋闆呴粦";
	font-size: .16rem;
	line-height: .48rem;
	background: #fff;
	border-radius: .06rem;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #e3e3e3
}

.inside-message .list .itextarea textarea {
	height: 1.9rem
}

.inside-message .list .last {
	width: 100%
}

.inside-message .list .last-2 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: .4rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.inside-message .list .last-2 .verifyDiv {
	width: 30%
}

.inside-message .list #submit,
.inside-message .list #reset {
	border: 0;
	color: #fff;
	display: inline-block;
	height: .48rem;
	line-height: .48rem;
	border-radius: 30px;
	min-width: 1.9rem;
	font-size: .16rem;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative
}

.inside-message .list #submit {
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420)
}

.inside-message .list #reset {
	margin-left: .1rem;
	background: #cfcfcf
}

.inside-message .tig {
	font-size: .16rem;
	color: #999;
	width: 100%
}

.inside-message .tig a {
	color: #999;
	padding-left: .2rem
}

.inside-message .tig a:hover {
	color: #2a166e
}

@media (max-width:1024px) {
	.inside-message {
		padding: 40px 0
	}
	.inside-message .text {
		font-size: 14px
	}
	.inside-message .info {
		font-size: 14px
	}
	.inside-message .tag {
		top: auto;
		right: auto;
		margin-top: 15px;
		position: relative
	}
	.inside-message .box {
		display: block;
		margin-top: 30px;
		padding: 0 20px
	}
	.inside-message .list {
		width: 100%;
		padding: 20px 0
	}
	.inside-message .list .tig {
		width: 100%;
		font-size: 14px
	}
	.inside-message .list .tigs {
		font-size: 16px
	}
	.inside-message .list .iinput input,
	.inside-message .list .itextarea textarea {
		font-size: 14px;
		height: 46px;
		line-height: 44px
	}
	.inside-message .list .fuxuankuang span {
		padding-left: 5px
	}
	.inside-message .list .iselect select {
		font-size: 14px
	}
	.inside-message .list .itextarea textarea {
		height: 100px
	}
	.inside-message .list .last-2 {
		display: block;
		margin-top: 20px
	}
	.inside-message .list .last-2 .verifyDiv {
		width: 100%
	}
	.inside-message .list .btnbox {
		text-align: center;
		margin-top: 20px
	}
	.inside-message .list #submit,
	.inside-message .list #reset {
		font-size: 14px
	}
	.inside-message .verifyDiv {
		width: 100%
	}
}

@media (max-width:480px) {
	.inside-message .list li {
		width: 100%
	}
	.inside-message .list .last-2 {
		display: block
	}
	.inside-message .list #submit,
	.inside-message .list #reset {
		min-width: 100px
	}
	.inside-message .verifyDiv {
		width: 100%;
		float: none;
		margin-right: 0
	}
	.inside-message .btnbox {
		padding: 20px 0;
		text-align: center
	}
}

.inside-newsshow {
	background: #f7f7f7;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: .6rem 0 .8rem 0
}

.inside-newsshow h1 {
	color: #333841;
	font-size: .32rem;
	text-align: center
}

.inside-newsshow .info {
	margin-top: .2rem;
	padding: .1rem 0;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	color: #333841;
	text-align: center
}

.inside-newsshow .info span {
	padding: 0 .3rem;
	display: inline-block
}

.inside-newsshow .text {
	padding-top: .3rem;
	line-height: .3rem
}

.inside-tag {
	line-height: .4rem;
	margin-top: .6rem
}

.inside-tag .f18 {
	color: #333;
	font-size: .18rem
}

.inside-tag a {
	color: #fff;
	margin: 0 .05rem;
	padding: 0 .2rem;
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420)
}

.inside-tag a:hover {
	color: #d12420
}

.inside-page-news {
	font-size: .18rem;
	margin-top: .6rem;
	height: .57rem;
	line-height: .55rem;
	overflow: hidden;
	position: relative;
	color: #333841;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1
}

.inside-page-news li {
	width: 45%;
	float: left;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 0 .3rem
}

.inside-page-news li a {
	color: #333841
}

.inside-page-news li:nth-child(2) {
	float: right
}

.inside-page-news .fanhui {
	width: 10%;
	top: 0;
	left: 50%;
	padding: 0;
	height: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1
}

.inside-page-news .fanhui img {
	margin-bottom: .03rem;
	vertical-align: middle;
	max-height: .2rem
}

.inside-page-news li:hover {
	color: #2a166e
}

.inside-page-news li:hover a {
	color: #2a166e
}

@media (max-width:1024px) {
	.inside-page-news {
		margin-top: 30px;
		height: auto;
		border: 0;
		font-size: 14px
	}
	.inside-page-news li {
		height: 44px;
		overflow: hidden;
		line-height: 43px;
		padding: 0 15px !important;
		width: 100% !important;
		text-align: left !important;
		border-bottom: solid 1px #ddd
	}
	.inside-page-news .fanhui {
		display: none
	}
}

.inside-xg-news {
	padding-top: .6rem;
	padding-bottom: 0
}

.inside-xg-news .title {
	color: #333841;
	font-size: .42rem;
	padding-bottom: .2rem;
	font-weight: 700
}

.inside-xg-news ul {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.inside-xg-news li .item {
	margin-bottom: 1px
}

.inside-page {
	padding-top: .8rem;
	font-size: .14rem;
	text-align: center;
	font-family: arial
}

.inside-page a {
	padding: 0 .1rem;
	display: inline-block
}

.inside-page a:hover {
	color: #d12420
}

.inside-page a:first-child,
.inside-page a:last-child {
	font-family: "瀹嬩綋"
}

.inside-page .cur {
	color: #d12420
}

@media (max-width:1024px) {
	.inside-page {
		font-size: 14px
	}
}

.inside-map {
	padding: .8rem 0
}

.inside-map li {
	padding: .1rem 0
}

.inside-map li .drop {
	padding-top: .15rem
}

.inside-map li .drop a {
	padding-right: .15rem;
	display: inline-block
}

.verifyDiv {
	width: 100%;
	margin-right: 0;
	vertical-align: middle;
	position: relative
}

.verify {
	height: .45rem;
	background-color: #e5e5e5;
	position: relative
}

.verify .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: .45rem;
	height: .45rem;
	border: 1px #e5e5e5 solid;
	background: #fff url(../images/drag-arrow.svg) no-repeat center center;
	background-size: .2rem .2rem;
	z-index: 2;
	cursor: move
}

.verify .suc-drag-btn {
	background: #fff url(../images/drag-success.svg) no-repeat center center;
	background-size: .2rem .2rem
}

.verify .drag-progress {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: .45rem;
	line-height: .43rem;
	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: .43rem;
	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:520px) {
	.verifyDiv {
		width: 100%
	}
}

.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%);
	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
}

.navM .language {
	display: block;
	padding-bottom: 15px;
	border-bottom: solid 1px #ddd
}

.navM .language img {
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px
}

.navM .language a {
	margin-right: 3px;
	display: inline-block
}

.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: 89%;
	min-width: 140px;
	max-width: 480px;
	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: #2a166e;
	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);
	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>a {
	color: #333
}

.navM .navMWrap>.list .title .icon {
	width: 40px;
	height: 40px;
	margin: auto;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.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;
	transform-origin: center center
}

.navM .navMWrap>.list .has .title .icon {
	display: block
}

.navM .navMWrap>.list .active .title .icon {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.navM .child {
	padding: 10px 0 20px 0;
	display: none;
	position: relative
}

.navM .child a {
	color: #666;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.navM .child a:hover {
	color: #000
}

.navM .child .drop {
	padding-bottom: 15px;
	padding-top: 15px
}

.navM .child .drop a {
	color: #999;
	font-size: 13px
}

.navM .child-2 .list li a {
	padding: 0
}

.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;
	-webkit-box-sizing: border-box;
	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;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
	transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
	opacity: 1;
	width: 100%;
	padding: 5px 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: #2a166e
}

.text-form {
	width: auto;
	min-width: 2.4rem;
	line-height: .46rem;
	height: .48rem;
	border: .01rem #ddd solid;
	padding: 0 .2rem !important;
	font-size: .16rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	border-radius: .05rem;
	background: #fff
}

.text-form.text-form-sm {
	min-width: 1.8rem;
	line-height: .38rem;
	height: .4rem;
	padding: 0 .1rem;
	font-size: .14rem
}

.text-form:focus {
	color: #333;
	border-color: #d12420
}

.text-form::-webkit-input-placeholder {
	color: #666
}

.text-form:-ms-input-placeholder {
	color: #666
}

.text-form:-moz-placeholder {
	color: #666
}

.text-form:placeholder {
	color: #666
}

@media screen and (max-width:1024px) {
	.text-form {
		min-width: 240px;
		line-height: 46px;
		height: 48px;
		border-width: 1px;
		padding: 0 20px;
		font-size: 14px
	}
	.text-form.text-form-sm {
		min-width: 180px;
		line-height: 38px;
		height: 40px;
		padding: 0 10px;
		font-size: 14px
	}
}

.textarea-form {
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #333;
	border: 1px #ddd solid;
	border-radius: .03rem;
	line-height: .24rem;
	height: 1.48rem;
	padding: .15rem .1rem;
	font-size: .14rem
}

.textarea-form:focus {
	border-color: #d12420
}

.textarea-form::-webkit-input-placeholder {
	color: #666
}

.textarea-form:-ms-input-placeholder {
	color: #666
}

.textarea-form:-moz-placeholder {
	color: #666
}

.textarea-form:placeholder {
	color: #666
}

.selectDiv {
	display: inline-block;
	position: relative
}

.selectDiv:after {
	content: "";
	display: block;
	width: .08rem;
	height: .08rem;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	position: absolute;
	top: .15rem;
	right: .15rem;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.selectDiv select {
	width: 100%;
	font-size: .16rem;
	height: .48rem;
	line-height: .46rem;
	border: 1px #ddd solid;
	padding-left: .1rem;
	padding-right: .3rem;
	color: #999;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@media screen and (max-width:1024px) {
	.selectDiv:after {
		width: 8px;
		height: 8px;
		border-width: 1px;
		top: 15px;
		right: 15px
	}
	.selectDiv select {
		width: 100%;
		height: 48px;
		line-height: 46px;
		border-width: 1px;
		padding-left: 10px;
		padding-right: 30px;
		font-size: 14px
	}
}

.primary-btn {
	cursor: pointer;
	min-width: 1.2rem;
	font-size: .16rem;
	line-height: .46rem;
	height: .48rem;
	padding: 0 .15rem;
	display: inline-block;
	text-align: center;
	border: 0;
	border-radius: .05rem;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	color: #fff !important
}

.primary-btn.primary-btn-sm {
	min-width: 1rem;
	line-height: .38rem;
	height: .4rem;
	padding: 0 .1rem;
	font-size: .14rem
}

.primary-btn:hover {
	opacity: .9;
	-webkit-box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1)
}

@media screen and (max-width:1024px) {
	.primary-btn {
		min-width: 120px;
		font-size: 14px;
		border-width: 1px;
		line-height: 40px;
		height: 42px;
		padding: 0 15px
	}
	.primary-btn.primary-btn-sm {
		min-width: 100px;
		line-height: 34px;
		height: 36px;
		padding: 0 10px;
		font-size: 14px
	}
}

.default-btn {
	cursor: pointer;
	min-width: 1.2rem;
	border: .01rem #ddd solid;
	color: #333 !important;
	line-height: .46rem;
	height: .48rem;
	padding: 0 .15rem;
	font-size: .16rem;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	position: relative
}

.default-btn::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #666;
	opacity: 1;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0
}

.default-btn.default-btn-2 {
	border-color: #ddd;
	color: #333 !important
}

.default-btn.default-btn-2::after {
	background: #ddd
}

.default-btn.default-btn-2:hover {
	opacity: 1;
	border-color: #aaa
}

.default-btn.default-btn-sm {
	min-width: 1rem;
	line-height: .38rem;
	height: .4rem;
	padding: 0 .1rem;
	font-size: .14rem
}

.default-btn:hover {
	opacity: .9
}

.default-btn:hover::after {
	opacity: .1
}

@media screen and (max-width:1024px) {
	.default-btn {
		min-width: 120px;
		font-size: 14px;
		border-width: 1px;
		line-height: 40px;
		height: 42px;
		padding: 0 15px
	}
	.default-btn.default-btn-sm {
		min-width: 100px;
		line-height: 34px;
		height: 36px;
		padding: 0 10px;
		font-size: 14px
	}
}

.radioDiv {
	cursor: pointer;
	vertical-align: middle;
	position: relative
}

.radioDiv .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 16px;
	text-align: center;
	border: 4px solid #d2d2d2;
	font-size: 12px;
	background-color: #fff;
	-webkit-transition: .1s linear;
	transition: .1s linear
}

.radioDiv input[type="radio"] {
	display: none !important
}

.radioDiv input[type="radio"]:checked+.icon {
	border-color: #d12420
}

.radioDiv:hover {
	opacity: .9
}

.checkboxDiv {
	cursor: pointer;
	vertical-align: middle;
	position: relative
}

.checkboxDiv .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	background-color: #fff;
	-webkit-transition: .1s linear;
	transition: .1s linear;
	position: relative
}

.checkboxDiv .icon:before {
	content: "";
	display: inline-block;
	width: .07rem;
	height: .12rem;
	border-right: .01rem #fff solid;
	border-bottom: .01rem #fff solid;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 30%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.checkboxDiv input[type="checkbox"] {
	display: none !important
}

.checkboxDiv input[type="checkbox"]:checked+.icon {
	background-color: #d12420;
	border-color: #d12420
}

.login-register {
	color: #333;
	background: #f7f7f7;
	padding: .8rem 0;
	min-height: calc(100vh - 545rem/100)
}

.login-register .container {
	background: #fff;
	max-width: 5.4rem;
	padding-top: .7rem;
	padding-bottom: .6rem
}

.login-register .titleBig {
	text-align: center;
	padding-bottom: .4rem;
	line-height: 1;
	font-size: .48rem;
	color: #000
}

.login-register .jieshao {
	line-height: 1.5;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .2rem
}

.login-register .jieshao .p-1 {
	font-size: .2rem;
	font-weight: 700
}

.login-register .jieshao .p-2 {
	color: #666
}

.login-register .youshi {
	font-size: .16rem;
	color: #333;
	max-width: 3.4rem;
	border: .01rem #ddd solid;
	background: #fff;
	padding: .2rem .2rem;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	right: 0
}

.login-register .youshi .title {
	font-size: .18rem;
	font-weight: 700;
	margin-bottom: .3rem
}

.login-register .youshi .p-1 {
	padding-left: .3rem;
	position: relative
}

.login-register .youshi .p-1:before {
	content: "";
	display: inline-block;
	width: .2rem;
	height: .2rem;
	background: url(../images/check.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0
}

.login-register .youshi .p-2 {
	padding-top: .3rem;
	color: #333;
	font-size: .14rem
}

.login-register .list-form {
	width: 80%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto
}

.login-register .list-form li {
	padding-bottom: .2rem
}

.login-register .list-form .box {
	display: block;
	position: relative
}

.login-register .list-form .bt {
	color: #454951;
	display: block;
	font-weight: 700;
	padding-bottom: .1rem
}

.login-register .list-form .xh {
	color: #d90716
}

.login-register .list-form .editDiv {
	position: relative
}

.login-register .list-form .text-form {
	width: 100%
}

.login-register .list-form .layui-input-affix {
	line-height: .48rem
}

.login-register .list-form .hqyzmBtn {
	width: 1.8rem;
	height: .48rem;
	line-height: .46rem;
	border-radius: .03rem;
	display: inline-block;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	text-align: center;
	position: absolute;
	top: 0;
	right: 0
}

.login-register .list-form .hqyzmBtn:hover {
	opacity: .8
}

.login-register .list-form .a-1 {
	color: #d12420
}

.login-register .list-form .a-1:hover {
	text-decoration: underline
}

.login-register .list-form .emailDiv .input-form {
	padding-right: 1.9rem
}

.login-register .list-form .verify {
	font-size: .14rem;
	height: .48rem;
	width: 100%;
	background-color: #eee;
	position: relative
}

.login-register .list-form .verify .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: .48rem;
	height: .48rem;
	border: .01rem #e5e5e5 solid;
	background: #fff url(../images/drag-arrow.svg) no-repeat center center;
	background-size: .18rem .18rem;
	z-index: 2;
	cursor: move
}

.login-register .list-form .verify .suc-drag-btn {
	background: #fff url(../images/drag-success.svg) no-repeat center center;
	background-size: .24rem
}

.login-register .list-form .verify .drag-progress {
	position: absolute;
	left: 0;
	top: 0;
	height: .48rem;
	line-height: .48rem;
	width: 0;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	color: #fff;
	text-align: center
}

.login-register .list-form .verify .fix-tips,
.login-register .list-form .verify .verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	color: #333;
	z-index: 1;
	line-height: .2rem;
	padding-left: .48rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.login-register .list-form .verify .verify-msg {
	padding-left: 0;
	padding-right: .48rem
}

.login-register .list-form .verify .verify-msg {
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	color: #fff;
	line-height: .48rem;
	display: none
}

.login-register .list-form .btnDiv .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.login-register .list-form .btnDiv a {
	width: 100%
}

.login-register .list-form .xieyi-has .box {
	font-size: .14rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.login-register .list-form .xieyi {
	color: #333
}

.login-register .list-form .a-2 {
	color: #333;
	text-decoration: underline
}

.login-register .list-form .submitBtn {
	width: 100%
}

.login-register.register .nr {
	width: 100%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media screen and (max-width:1280px) {
	.login-register.register .nr {
		max-width: 700px
	}
	.login-register.register .list-form {
		max-width: 420px
	}
	.login-register.register .youshi {
		position: relative
	}
}

@media screen and (max-width:1024px) {
	.login-register {
		padding-top: 80px;
		padding-bottom: 40px;
		font-size: 14px
	}
	.login-register .titleBig {
		font-size: 24px;
		font-weight: 700;
		padding-bottom: 40px
	}
	.login-register .nr {
		margin-left: auto;
		margin-right: auto;
		display: block
	}
	.login-register .list-form {
		width: 100%
	}
	.login-register .list-form li {
		padding-bottom: 20px
	}
	.login-register .list-form li:last-child {
		padding-bottom: 0
	}
	.login-register .list-form .bt {
		font-size: 14px;
		padding-bottom: 10px
	}
	.login-register .list-form .hqyzmBtn {
		width: 120px;
		height: 48px;
		line-height: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.login-register .list-form .xieyi-has .box {
		font-size: 14px
	}
	.login-register .list-form .verify {
		font-size: 14px;
		height: 48px
	}
	.login-register .list-form .verify .drag-btn {
		width: 48px;
		height: 48px;
		border-width: 1px;
		background-size: 18px 18px
	}
	.login-register .list-form .verify .suc-drag-btn {
		background-size: 24px
	}
	.login-register .list-form .verify .drag-progress {
		height: 48px;
		line-height: 48px
	}
	.login-register .list-form .verify .fix-tips,
	.login-register .list-form .verify .verify-msg {
		line-height: 20px;
		padding-left: 48px
	}
	.login-register .list-form .verify .verify-msg {
		padding-left: 0;
		padding-right: 48px
	}
	.login-register .list-form .verify .verify-msg {
		line-height: 48px;
		display: none
	}
	.login-register .youshi {
		display: none
	}
	.login-register .jieshao {
		margin-bottom: 20px
	}
	.login-register .jieshao .p-1 {
		font-size: 16px
	}
}

@media screen and (max-width:450px) {
	.login-register .list-form .box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.login-register .list-form .text {
		width: 100%
	}
	.login-register .list-form .btnDiv {
		text-align: center
	}
	.login-register .list-form .btnDiv .text {
		padding-top: .2rem;
		padding-left: 0
	}
	.login-register .list-form .verify {
		font-size: 13px
	}
}

.register .container {
	max-width: 10.2rem
}

.register .list-form {
	margin-left: 0;
	margin-right: 0
}

.forgot .jieshao {
	max-width: 440px
}

.inside-member {
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
	padding-top: .2rem;
	padding-bottom: .8rem
}

.inside-member .inside-current {
	width: 100%;
	text-align: left
}

.inside-member .member-bread {
	padding-bottom: .4rem
}

.inside-member .itembox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.inside-member .asideBtnM {
	display: none;
	font-size: .14rem;
	line-height: .3rem;
	width: .4rem;
	height: .4rem;
	border-top-right-radius: .05rem;
	border-bottom-right-radius: .05rem;
	background: #d12420;
	text-align: center;
	color: #fff;
	line-height: .4rem;
	font-size: 0;
	position: fixed;
	z-index: 999999;
	top: 50%;
	left: 0
}

.inside-member .asideBtnM .txt {
	display: none
}

.inside-member .asideBtnM .icon {
	content: "";
	display: block;
	width: .16rem;
	height: .16rem;
	border-top: .02rem #fff solid;
	border-right: .02rem #fff solid;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin-left: -0.05rem
}

.inside-member .leftAsideMDiv {
	width: 20%;
	padding-right: .08rem;
	float: left
}

.inside-member .leftAside {
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	top: 1rem;
	left: 0
}

.inside-member .classifyAside {
	background-color: #fff;
	color: #333;
	padding-top: .2rem;
	padding-bottom: .3rem;
	position: relative;
	z-index: 1
}

.inside-member .classifyAside a {
	color: #333
}

.inside-member .classifyAside .titleBig {
	line-height: 1;
	font-size: .14rem;
	border-bottom: .01rem #eee solid;
	padding: 0 .2rem .2rem .2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	word-wrap: break-word;
	margin-bottom: .2rem;
	position: relative
}

.inside-member .classifyAside .titleBig>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inside-member .classifyAside .titleBig .img {
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	overflow: hidden
}

.inside-member .classifyAside .titleBig .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: .15rem
}

.inside-member .classifyAside .titleBig .name {
	font-size: .18rem;
	font-weight: 700;
	height: .3rem;
	line-height: .3rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	margin-bottom: .05rem
}

.inside-member .classifyAside .list>li {
	border-bottom: .01rem #eee solid;
	padding: 0 0
}

.inside-member .classifyAside .list>li:last-child {
	border-bottom: none
}

.inside-member .classifyAside .list .title {
	display: block;
	font-size: .18rem;
	line-height: .3rem;
	padding: .15rem .35rem .15rem .6rem;
	font-weight: 700;
	cursor: pointer;
	position: relative
}

.inside-member .classifyAside .list .title:hover {
	color: #2a166e;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	color: #fff
}

.inside-member .classifyAside .list .title:hover a {
	color: #fff
}

.inside-member .classifyAside .list .title:hover .icon:before,
.inside-member .classifyAside .list .title:hover .icon:after {
	border-color: #fff
}

.inside-member .classifyAside .list .title:hover .img .img-1 {
	display: none
}

.inside-member .classifyAside .list .title:hover .img .img-2 {
	display: block
}

.inside-member .classifyAside .list .img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: top;
	position: absolute;
	top: .15rem;
	left: .2rem
}

.inside-member .classifyAside .list .img img {
	max-height: .3rem
}

.inside-member .classifyAside .list .img .img-2 {
	display: none
}

.inside-member .classifyAside .list .icon {
	opacity: 0;
	cursor: pointer;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 9;
	top: .08rem;
	right: .04rem;
	-webkit-transition: .5s;
	transition: .5s
}

.inside-member .classifyAside .list .icon:before {
	content: "";
	display: inline-block;
	width: .1rem;
	height: .1rem;
	border-top: .01rem #ddd solid;
	border-right: .01rem #ddd solid;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.inside-member .classifyAside .list .cur .title {
	color: #2a166e;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	color: #fff
}

.inside-member .classifyAside .list .cur .title a {
	color: #fff
}

.inside-member .classifyAside .list .cur .title .icon:before,
.inside-member .classifyAside .list .cur .title .icon:after {
	border-color: #fff
}

.inside-member .classifyAside .list .cur .img .img-1 {
	display: none
}

.inside-member .classifyAside .list .cur .img .img-2 {
	display: block
}

.inside-member .classifyAside .list .cur .child {
	padding-top: .2rem
}

.inside-member .classifyAside .list .cur .icon {
	opacity: 1
}

.inside-member .classifyAside .list .down .title .icon {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.inside-member .classifyAside .list .child {
	padding: 0 0 .2rem 0;
	display: block;
	overflow: hidden
}

.inside-member .classifyAside .list .child>.list-2>li {
	position: relative
}

.inside-member .classifyAside .list .child>.list-2 .active a {
	color: #2a166e
}

.inside-member .classifyAside .list .child>.list-2 .active a:before {
	background: #2a166e
}

.inside-member .classifyAside .list .child a {
	font-size: .16rem;
	display: block;
	line-height: .24rem;
	padding: .1rem .2rem .1rem .65rem;
	position: relative
}

.inside-member .classifyAside .list .child a:hover {
	color: #2a166e
}

.inside-member .classifyAside .list .child a:hover:before {
	background: #2a166e
}

.inside-member .classifyAside .list .child a:before {
	content: "";
	display: block;
	width: .04rem;
	height: .04rem;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: .2rem;
	left: .5rem
}

.inside-member .rightCon {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 75%;
	padding-left: .22rem;
	float: left
}

.inside-member .rightCon .member-common-title {
	color: #252b30;
	padding-top: .4rem;
	font-size: .32rem;
	text-align: center;
	font-weight: 700
}

.inside-member .rightCon .menu-1 {
	margin-bottom: .2rem;
	position: relative
}

.inside-member .rightCon .menu-1 .menuList:after {
	content: "";
	display: block;
	clear: both
}

.inside-member .rightCon .menu-1 .menuList li {
	float: left;
	padding: 0 .2rem 0 0;
	text-align: center
}

.inside-member .rightCon .menu-1 .menuList .hasNum {
	padding-right: .4rem
}

.inside-member .rightCon .menu-1 .menuList .box {
	color: #262b30;
	font-weight: 700;
	font-size: .14rem;
	display: block;
	height: .3rem;
	line-height: .3rem;
	position: relative
}

.inside-member .rightCon .menu-1 .menuList a:hover {
	color: #2a166e
}

.inside-member .rightCon .menu-1 .menuList .num {
	font-weight: 400;
	display: inline-block;
	line-height: .18rem;
	border-radius: .09rem;
	padding: 0 .05rem;
	background-color: #2a166e;
	color: #fff;
	font-size: .12rem;
	position: absolute;
	top: 0;
	left: 100%
}

.inside-member .rightCon .menu-1 .menuList .title span {
	display: inline-block;
	position: relative
}

.inside-member .rightCon .menu-1 .menuList .title span:after {
	content: "";
	display: block;
	width: 0;
	height: .02rem;
	background-color: #2a166e;
	position: absolute;
	bottom: 0;
	left: 0
}

.inside-member .rightCon .menu-1 .menuList .title-2 {
	color: #adadad;
	padding-left: .2rem;
	position: relative
}

.inside-member .rightCon .menu-1 .menuList .title-2:before {
	content: "";
	display: block;
	border-left: .01rem #a6a6a6 solid;
	height: .2rem;
	position: absolute;
	top: .05rem;
	left: 0
}

.inside-member .rightCon .menu-1 .menuList .title-2:hover {
	color: #2a166e
}

.inside-member .rightCon .menu-1 .menuList li.active {
	color: #262b30
}

.inside-member .rightCon .menu-1 .menuList li.active .title {
	color: #262b30
}

.inside-member .rightCon .menu-1 .menuList li.active .title span:after {
	width: 100%
}

.inside-member .rightCon .filterMember dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: .01rem #f2f4f5 solid;
	margin-bottom: .16rem;
	width: 100%
}

.inside-member .rightCon .filterMember .bt {
	float: left;
	width: .7rem
}

.inside-member .rightCon .filterMember dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.inside-member .rightCon .filterMember .filterList {
	width: 100%
}

.inside-member .rightCon .filterMember .filterList li {
	float: left;
	padding: 0 .08rem .16rem .08rem
}

.inside-member .rightCon .filterMember .filterList .box {
	display: inline-block;
	background-color: #f5f5f5;
	color: #58595c;
	min-width: auto;
	line-height: .24rem;
	padding: 0 .1rem;
	text-align: center;
	font-size: .14rem
}

.inside-member .rightCon .filterMember .filterList .box:hover {
	background-color: rgba(247, 41, 103, 0.12);
	color: #2a166e
}

.inside-member .rightCon .filterMember .filterList .active .box {
	background-color: rgba(247, 41, 103, 0.12);
	color: #2a166e
}

.inside-member .rightCon .rightConC {
	-webkit-box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.05);
	background: #fff;
	min-height: 100%;
	margin-bottom: .2rem
}

.inside-member .rightCon .rightConC.rightConCHAuto {
	min-height: auto
}

.inside-member .rightCon .rightConC.rightConC-2 {
	min-height: 100%
}

@media screen and (max-width:1024px) {
	.inside-member {
		padding-top: 80px;
		padding-bottom: 40px;
		background-color: #fff;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 14px
	}
	.inside-member .inside-current {
		display: none
	}
	.inside-member .asideBtnM {
		display: block !important;
		line-height: 40px;
		width: 40px;
		height: 40px
	}
	.inside-member .asideBtnM .icon {
		width: 12px;
		height: 12px;
		border-width: 2px
	}
	.inside-member>.container {
		padding: 0 15px
	}
	.inside-member .mask {
		position: fixed;
		width: 100%;
		background: rgba(0, 0, 0, 0.6);
		width: 100vw;
		height: 100%;
		display: none;
		opacity: 1;
		z-index: 1000;
		top: 0;
		left: 0
	}
	.inside-member .mask.show {
		display: block
	}
	.inside-member .leftAsideMDiv {
		width: auto;
		padding-right: 0
	}
	.inside-member .leftAside {
		display: block;
		width: 100%;
		max-width: 300px;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: -100%;
		-webkit-transition: .5s;
		transition: .5s
	}
	.inside-member .leftAside.openM {
		left: 0
	}
	.inside-member .classifyAside {
		position: relative;
		z-index: 999;
		padding: 30px 15px;
		min-height: 100%
	}
	.inside-member .classifyAside .titleBig {
		font-size: 14px;
		padding: 10px
	}
	.inside-member .classifyAside .titleBig .img {
		width: 50px;
		height: 50px;
		border-radius: 50%
	}
	.inside-member .classifyAside .titleBig .text {
		padding: 0 0 0 15px
	}
	.inside-member .classifyAside .titleBig .name {
		font-size: 16px;
		height: 20px;
		line-height: 20px
	}
	.inside-member .classifyAside .list {
		position: relative;
		z-index: 9
	}
	.inside-member .classifyAside .list .title {
		padding: 10px 20px 10px 50px;
		line-height: 24px;
		font-size: 14px
	}
	.inside-member .classifyAside .list .title a {
		line-height: 24px
	}
	.inside-member .classifyAside .list .title .icon {
		top: 6px;
		width: 24px;
		height: 24px
	}
	.inside-member .classifyAside .list .title .icon:before {
		width: 10px;
		height: 10px;
		border-top: 1px #ddd solid;
		border-right: 1px #ddd solid
	}
	.inside-member .classifyAside .list .img {
		width: 24px;
		height: 24px;
		left: 14px;
		top: 8px
	}
	.inside-member .classifyAside .list .child {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.inside-member .classifyAside .list .child a {
		padding: 10px 20px 10px 50px;
		font-size: 14px;
		line-height: 20px
	}
	.inside-member .classifyAside .list .child a:before {
		top: 18px;
		left: 28px
	}
	.inside-member .rightCon {
		width: 100%;
		padding: 0
	}
	.inside-member .rightCon .rightConC {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.inside-member .rightCon .filterMember dl {
		padding-bottom: .1rem
	}
	.inside-member .rightCon .filterMember .filterList li {
		padding: 0 .02rem .04rem .02rem
	}
	.inside-member .rightCon .rightConC {
		min-height: auto
	}
	.inside-member .rightCon .menu-1 {
		width: 100%
	}
	.inside-member .rightCon .menu-1 .menuList {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.inside-member .rightCon .menu-1 .menuList li {
		padding-right: 15px
	}
	.inside-member .rightCon .menu-1 .menuList .box {
		font-size: 14px;
		line-height: 30px;
		height: 30px
	}
	.inside-member .rightCon .menu-1 .menuList .title-2 {
		padding-left: 12px;
		margin-left: 10px
	}
	.inside-member .rightCon .menu-1 .menuList .title-2::before {
		border-width: 1px;
		height: 20px;
		top: 5px;
		left: 0
	}
	.inside-member .rightCon .menu-1 .menuList .num {
		line-height: 18px;
		border-radius: 9px;
		padding: 0 5px;
		font-size: 12px;
		top: -5px;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.inside-member .rightCon .menu-1 .menuList .hasNum {
		padding-right: 20px
	}
}

.jbxx {
	padding: .4rem .4rem .4rem .4rem
}

.jbxx .touxiang {
	padding-left: .4rem;
	padding-right: .4rem
}

.jbxx .touxiang .box {
	line-height: .4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.jbxx .touxiang .bt {
	width: 1.4rem;
	display: inline-block;
	font-size: .16rem
}

.jbxx .touxiang .bt .xh {
	color: #fe0000
}

.jbxx .touxiang .text {
	max-width: 3.6rem;
	padding-left: .3rem;
	padding-right: .3rem;
	line-height: 1.5
}

.jbxx .touxiang .text .title {
	font-size: .16rem;
	line-height: .4rem
}

.jbxx .touxiang .txzp {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.jbxx .touxiang .txzp .uploadFile {
	min-width: 1.2rem;
	border-radius: .03rem;
	line-height: .38rem;
	height: .4rem;
	background-color: #2a166e;
	color: #fff;
	font-size: .16rem
}

.jbxx .touxiang .txzp .uploadFile:hover {
	background-color: #2a166e
}

.jbxx .touxiang .txzp .tips {
	color: #999;
	font-size: .14rem;
	padding-bottom: .2rem
}

.jbxx .touxiang .txzp .update-img {
	width: 1.8rem;
	height: 1.8rem;
	cursor: pointer;
	background: #edf0f2;
	border: .01rem solid #dedede;
	text-align: center;
	padding: 0;
	position: relative
}

.jbxx .touxiang .txzp .update-img img {
	vertical-align: top
}

.jbxx .touxiang .txzp .update-img input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.jbxx .touxiang .txzp .update-img:hover {
	opacity: .8
}

.jbxx .touxiang .txzp .update-img .icon {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #c9c9c9;
	border: .01rem #cdcdcd solid;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.jbxx .touxiang .txzp .update-img .icon:before,
.jbxx .touxiang .txzp .update-img .icon:after {
	content: "";
	display: block;
	background: #edf0f2;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.jbxx .touxiang .txzp .update-img .icon:before {
	width: .2rem;
	height: .02rem
}

.jbxx .touxiang .txzp .update-img .icon:after {
	width: .02rem;
	height: .2rem
}

.jbxx .touxiang .txzp .update-img .icon:hover {
	border-color: #f00
}

.jbxx .touxiang .txzp .update-img .icon:hover:before,
.jbxx .touxiang .txzp .update-img .icon:hover:after {
	background: #f00
}

.jbxx .touxiang .txzp .default-btn {
	border-color: #2a166e;
	color: #2a166e !important;
	overflow: hidden;
	position: relative
}

.jbxx .touxiang .txzp .default-btn input[type="file"] {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200%;
	height: 200%;
	cursor: pointer
}

.jbxx .touxiang .txzp .default-btn:hover {
	background: #fafcff
}

.jbxx .listJbxx {
	padding-top: .2rem;
	padding-left: .4rem;
	padding-right: .4rem
}

.jbxx .listJbxx li {
	padding-bottom: .2rem
}

.jbxx .listJbxx .box {
	line-height: .4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.jbxx .listJbxx .bt {
	color: #454951;
	font-weight: 700;
	width: 1.4rem;
	display: inline-block;
	font-size: .16rem
}

.jbxx .listJbxx .bt .xh {
	color: #fe0000;
	font-weight: normal
}

.jbxx .listJbxx .editDiv {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.jbxx .listJbxx .div-2 {
	width: 50%;
	float: left
}

.jbxx .listJbxx .div-2:first-child {
	padding-right: .1rem
}

.jbxx .listJbxx .div-2:last-child {
	padding-left: .1rem
}

.jbxx .listJbxx .text-form {
	width: 100%
}

.jbxx .listJbxx .sex .div-1 {
	display: inline-block;
	margin-right: .3rem
}

.jbxx .listJbxx .sex .radioDiv {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: .48rem
}

.jbxx .listJbxx .sex .radioDiv .icon {
	margin-right: .05rem
}

.jbxx .listJbxx .box-2 .bt {
	width: auto;
	margin-right: .1rem
}

.jbxx .listJbxx .birthday .div-1 {
	float: left;
	min-width: 33.33333333%;
	display: block;
	padding-right: .05rem
}

.jbxx .listJbxx .birthday .div-1:last-child {
	padding-right: 0
}

.jbxx .listJbxx .birthday .selectDiv {
	min-width: 100%
}

.jbxx .listJbxx .birthday .ts {
	color: #999
}

.jbxx .listJbxx .zhu {
	font-size: .2rem;
	color: #262b30;
	line-height: 1.5;
	padding-bottom: .4rem
}

.jbxx .listJbxx .zhu .box {
	line-height: 1.5
}

.jbxx .listJbxx .a-1 {
	margin-left: .05rem;
	color: #2a166e
}

.jbxx .listJbxx .a-1:hover {
	text-decoration: underline
}

.jbxx .listJbxx .txzp .uploadFile {
	min-width: 1.2rem;
	border-radius: .03rem;
	line-height: .38rem;
	height: .4rem;
	background-color: #2a166e;
	color: #fff;
	font-size: .16rem
}

.jbxx .listJbxx .txzp .uploadFile:hover {
	background-color: #2a166e
}

.jbxx .listJbxx .txzp .tips {
	color: #999;
	font-size: .14rem;
	padding-bottom: .2rem
}

.jbxx .listJbxx .txzp .update-img {
	max-width: 5.5rem;
	background: #f9f9f9;
	border: .01rem solid #e9eaec;
	text-align: center;
	padding: .3rem .3rem;
	margin-bottom: .3rem;
	position: relative
}

.jbxx .listJbxx .txzp .update-img input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.jbxx .listJbxx .txzp .secondary-btn {
	overflow: hidden;
	position: relative
}

.jbxx .listJbxx .txzp .secondary-btn input[type="file"] {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200%;
	height: 200%;
	cursor: pointer
}

@media screen and (max-width:1024px) {
	.jbxx {
		padding: 20px 0
	}
	.jbxx .touxiang {
		padding: 0
	}
	.jbxx .touxiang .bt {
		font-size: 16px;
		width: 100%;
		margin-bottom: 10px
	}
	.jbxx .touxiang .box {
		display: block
	}
	.jbxx .touxiang .txzp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.jbxx .touxiang .txzp .update-img {
		width: 100%;
		width: 150px;
		height: 150px
	}
	.jbxx .touxiang .txzp .update-img .icon {
		width: 50px;
		height: 50px
	}
	.jbxx .touxiang .txzp .update-img .icon::before {
		width: 20px;
		height: 2px
	}
	.jbxx .touxiang .txzp .update-img .icon::after {
		height: 20px;
		width: 2px
	}
	.jbxx .touxiang .text {
		width: 100%;
		max-width: 100%;
		padding: 20px 0
	}
	.jbxx .touxiang .text .title {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 10px
	}
	.jbxx .touxiang .text .tips {
		font-size: 14px;
		padding-bottom: 10px
	}
	.jbxx .listJbxx {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0
	}
	.jbxx .listJbxx li {
		padding-bottom: 10px
	}
	.jbxx .listJbxx .box {
		display: block
	}
	.jbxx .listJbxx .bt {
		width: 100%;
		text-align: left;
		font-size: 14px;
		margin-bottom: 10px
	}
	.jbxx .listJbxx .editDiv {
		width: 100%
	}
	.jbxx .listJbxx .input-form {
		width: 100%
	}
	.jbxx .listJbxx .birthday .div-1 {
		width: 33.33333333%;
		float: left
	}
	.jbxx .listJbxx .birthday .selectDiv {
		width: 100%;
		min-width: auto
	}
	.jbxx .listJbxx .birthday .selectDiv select {
		padding-right: 15px
	}
	.jbxx .listJbxx .birthday .ts {
		display: block;
		width: 100%
	}
	.jbxx .listJbxx .birthday .txt {
		display: none;
		font-size: 0
	}
	.jbxx .listJbxx .zhu {
		padding-left: 0;
		font-size: 14px;
		padding-bottom: 20px
	}
	.jbxx .listJbxx .btnDiv {
		padding-top: 10px;
		padding-left: 0
	}
	.jbxx .listJbxx .btnDiv .bt {
		display: none
	}
}

.zhaq {
	padding: .2rem .7rem
}

.zhaq .listZhaq {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: .1rem;
	margin-bottom: .3rem
}

.zhaq .listZhaq:after {
	display: none
}

.zhaq .listZhaq li {
	width: 33.33333333%;
	float: left;
	padding: 0 .15rem .3rem .15rem
}

.zhaq .listZhaq .box {
	min-height: 100%;
	display: block;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.08);
	padding: .3rem .3rem .5rem .3rem;
	position: relative
}

.zhaq .listZhaq .status {
	width: .5rem;
	height: .5rem;
	position: absolute;
	top: 0;
	right: 0
}

.zhaq .listZhaq .status svg {
	color: #fff;
	width: .2rem;
	height: .2rem;
	position: absolute;
	top: .08rem;
	left: .22rem
}

.zhaq .listZhaq .status-unlock:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	width: .6rem;
	height: .6rem;
	background: url(../images/sk-2.png) no-repeat top center;
	background-size: cover
}

.zhaq .listZhaq .status-lock:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .6rem 0 0 .6rem;
	border-color: #b9b9b9 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 0
}

.zhaq .listZhaq .status-lock img {
	z-index: 3;
	margin-left: .08rem;
	margin-top: .08rem;
	vertical-align: middle;
	max-height: .2rem;
	position: relative
}

.zhaq .listZhaq .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.zhaq .listZhaq .icon img {
	max-height: .8rem
}

.zhaq .listZhaq .title {
	color: #333;
	margin-top: .2rem;
	font-weight: 700;
	font-size: .2rem;
	height: .3rem;
	line-height: .3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: .1rem
}

.zhaq .listZhaq .info {
	color: #999;
	line-height: 1.5;
	min-height: .6rem;
	margin-bottom: .2rem
}

.zhaq .listZhaq .btnDiv {
	text-align: center
}

.zhaq .listZhaq .secondary-btn {
	border-radius: .3rem;
	height: .5rem;
	line-height: .48rem;
	display: inline-block;
	border: solid 1px #a0a0a0;
	min-width: 2.2rem
}

.zhaq .listZhaq .secondary-btn:hover {
	border: 0;
	color: #fff !important;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420)
}

.zhaq .setupDiv {
	padding-top: .4rem;
	max-width: 5.2rem;
	margin: 0 auto 0 auto
}

.zhaq .listSetup li {
	margin-bottom: 0;
	padding-bottom: .2rem
}

.zhaq .listSetup .box {
	display: block
}

.zhaq .listSetup .title {
	font-size: .16rem;
	padding-bottom: .1rem
}

.zhaq .listSetup .editDiv {
	position: relative
}

.zhaq .listSetup .text-form {
	width: 100%
}

.zhaq .listSetup .hqyzmBtn {
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420);
	text-align: center;
	color: #fff;
	width: 1.8rem;
	line-height: .48rem;
	border-top-right-radius: .03rem;
	border-bottom-right-radius: .03rem;
	font-size: .14rem;
	position: absolute;
	top: 0;
	right: 0
}

.zhaq .listSetup .hqyzmBtn:hover {
	opacity: .8
}

.zhaq .listSetup .btnDiv {
	text-align: center
}

.zhaq .listSetup .disable {
	background-color: #2a166e;
	opacity: .5;
	cursor: not-allowed
}

.zhaq .listSetup .layui-input-affix {
	line-height: .48rem
}

.zhaq .listSetup .p-1 {
	font-size: .14rem;
	padding-left: .23rem;
	background: url(../images/question-2.svg) no-repeat 0 .02rem;
	margin-bottom: .08rem
}

.zhaq .listSetup .p-2 {
	font-size: .14rem;
	padding-left: .23rem;
	background: url(../images/ask-2.svg) no-repeat 0 .02rem;
	color: #666;
	line-height: .18rem
}

.zhaq .listSetup .wenda {
	padding-top: .2rem
}

.zhaq .listSetup .yzm .input-form {
	padding-right: 1.9rem
}

.zhaq .listSetup .success {
	text-align: center
}

.zhaq .listSetup .success .icon {
	padding-bottom: .2rem
}

.zhaq .listSetup .cxdlBtn {
	display: block;
	max-width: 3rem;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:1024px) {
	.zhaq {
		font-size: 14px;
		padding: 20px 0 0 0
	}
	.zhaq .setupDiv {
		padding-top: 0;
		margin-top: 20px;
		max-width: 520px
	}
	.zhaq .setupDiv .title {
		font-size: 14px;
		padding-bottom: 10px
	}
	.zhaq .setupDiv .layui-input-affix {
		line-height: 48px
	}
	.zhaq .listZhaq {
		margin-bottom: 20px;
		margin-left: -5px;
		margin-right: -5px
	}
	.zhaq .listZhaq li {
		width: 50%;
		padding: 0 5px 20px 5px
	}
	.zhaq .listZhaq .box {
		padding: 10px 10px 20px 10px
	}
	.zhaq .listZhaq .icon {
		height: 60px
	}
	.zhaq .listZhaq .title {
		font-size: 18px
	}
	.zhaq .listZhaq .info {
		font-size: 14px;
		line-height: 24px;
		min-height: 48px
	}
	.zhaq .listZhaq .btn-1 {
		display: inline-block;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 38px;
		width: auto;
		min-width: 200px;
		margin-left: auto;
		margin-right: auto
	}
	.zhaq .listZhaq .status {
		width: 50px;
		height: 50px
	}
	.zhaq .listZhaq .status svg {
		width: 20px;
		height: 20px;
		top: 7px;
		left: 26px
	}
	.zhaq .listZhaq .status-lock::before,
	.zhaq .listZhaq .status-unlock::before {
		border-width: 50px 0 0 50px
	}
	.zhaq .listZhaq .secondary-btn {
		min-width: 220px
	}
	.zhaq.zxzh {
		font-size: 14px
	}
	.zhaq.zxzh .setupDiv {
		max-width: 800px
	}
	.zhaq.zxzh .title-1 {
		font-size: 20rpx;
		margin-bottom: 20px
	}
	.zhaq.zxzh .title-1 .layui-icon {
		font-size: 56px;
		margin-bottom: 10px
	}
	.zhaq.zxzh .info-1 {
		margin-bottom: 20px
	}
	.zhaq.zxzh .btnDiv {
		padding-top: 20px
	}
}

@media screen and (max-width:767px) {
	.zhaq .listZhaq {
		margin-bottom: 0
	}
	.zhaq .listZhaq li {
		width: 100%
	}
	.zhaq .listZhaq li:last-child {
		padding-bottom: 0
	}
	.zhaq .listZhaq .info {
		min-height: auto
	}
}

@media screen and (max-width:480px) {
	.zhaq .listSetup .yzm .input-form {
		padding-right: 140px
	}
	.zhaq .listSetup .hqyzmBtn {
		width: 120px;
		padding-left: 5px;
		padding-right: 5px;
		line-height: 20px;
		height: 48px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 12px
	}
}

.tankuang {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
	position: fixed;
	background: rgba(155, 155, 155, 0.3)
}

.tankuang .biaodan {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background: #fff;
	width: 100%;
	padding: .5rem;
	padding-top: .1rem;
	max-width: 4.8rem;
	margin: 0 auto
}

.tankuang2 .biaodan {
	min-height:1.5rem;
}

.tankuang .biaodan .list-form {
	width: 100%;
	max-width: 100%
}

.tankuang .biaodan .list-form .hqyzmBtn {
	font-size: .14rem;
	width: 1rem
}

.tankuang .biaodan .list-form .editDiv .text-form {
	width: auto;
	min-width: 2.65rem
}

.tankuang .close {
	text-align: right
}

.tankuang .close a {
	color: #333841;
	display: block;
	font-size: .48rem
}

.tankuang .title {
	color: #363434;
	font-weight: 700;
	padding-bottom: .3rem;
	padding-top: .15rem;
	font-size: .24rem;
	text-align: center
}

.tankuang .buttonbox {
	text-align: center;
	padding-top: .2rem
}

.tankuang .submit,
.tankuang .reset {
	border: 0;
	color: #fff;
	margin: 0 .04rem;
	font-size: .16rem;
	border-radius: .3rem;
	height: .48rem;
	line-height: .48rem;
	min-width: 1.78rem
}

.tankuang .submit {
	background: -webkit-gradient(linear, left top, right top, from(#2a166e), to(#d12420));
	background: linear-gradient(to right, #2a166e, #d12420)
}

.tankuang .reset {
	background: #c2c2c2
}

.teaser .container {
	position: relative
}

.teaser .gb {
	top: 0;
	right: .2rem;
	position: absolute;
	font-size: .24rem
}

.teaser .bg {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1);
	padding: .3rem .5rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.teaser .bt a {
	color: #333841;
	font-weight: 700;
	font-size: .3rem;
	display: inline-block;
	position: relative
}

.teaser .bt a:before {
	content: "";
	width: .2rem;
	height: .2rem;
	margin-right: .4rem;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: solid .03rem #333841;
	border-top: solid .03rem #333841
}

.ds-aem_c-sticky .cmp-teaser {
	max-width: 14.4rem
}

.ds-aem_c-sticky--wide {
	max-width: 14.4rem
}

.ds-aem_c-sticky--primary {
	color: #333841;
	background: #fff
}

.ds-aem_c-sticky {
	bottom: .8rem;
	-webkit-box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1)
}

.ds-aem_c-sticky .cmp-teaser {
	padding: .3rem .5rem
}

.ds-aem_c-sticky .cmp-teaser__description p {
	position: relative
}

.ds-aem_c-sticky .cmp-teaser__description p:before {
	content: "";
	width: .2rem;
	height: .2rem;
	margin-right: .4rem;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: solid .03rem #333841;
	border-top: solid .03rem #333841
}

.ds-aem_c-sticky__close {
	top: .05rem;
	right: .2rem
}

.pro-tankuang {
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 99;
	position: fixed;
	padding: .6rem 0;
	background: #f7f7f7
}

.pro-tankuang .container {
	position: relative;
	max-width: 13.7rem
}

.pro-tankuang .close {
	right: 0;
	top: 0;
	font-size: .48rem;
	position: absolute
}

.pro-tankuang .close a {
	color: #333841;
	display: block
}

.pro-tankuang .bt {
	font-weight: 700;
	font-size: .32rem;
	color: #e72432;
	padding-bottom: .4rem
}

.pro-tankuang .hezi {
	overflow: auto;
	height: 7rem
}

.pro-tankuang .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.pro-tankuang .item .pic {
	width: 40%
}

.pro-tankuang .item .nr {
	font-size: .18rem;
	text-align: center;
	width: 55%
}

.pro-tankuang .item .nr p {
	padding: .15rem 0;
	border-bottom: solid 1px #c8c8c8
}

.pro-tankuang .item .nr p:first-child {
	color: #333;
	font-weight: 700
}

.pro-tankuang .item-table {
	padding-top: .3rem
}

.pro-tankuang .item-table .title {
	color: #333841;
	padding-bottom: .3rem;
	font-size: .24rem;
	font-weight: 700
}

.pro-tankuang .item-table table,
.pro-tankuang .item-table th,
.pro-tankuang .item-table td {
	border: 0;
	text-align: left;
	font-size: .17rem;
	color: #333841
}

.pro-tankuang .item-table th,
.pro-tankuang .item-table td {
	padding: .2rem
}

.pro-tankuang .item-table .bg {
	background: #fff
}

.pro-tankuang .item-table .index-more {
	margin-top: .4rem
}

.pro-tankuang .item-table .index-more a {
	min-width: 1.8rem;
	font-size: .14rem;
	height: .38rem;
	line-height: .36rem
}

@media (max-width:1024px) {
	.pro-tankuang .item-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.pro-tankuang .item-table table {
		width: 1370px
	}
}

@media (max-width:1024px) {
	.pro-tankuang .item .nr {
		font-size: 14px
	}
	.pro-tankuang .item-table table,
	.pro-tankuang .item-table th,
	.pro-tankuang .item-table td {
		font-size: 14px
	}
	.pro-tankuang .index-more a {
		font-size: 14px
	}
}

@media (max-width:640px) {
	.pro-tankuang .close {
		right: 30px
	}
	.pro-tankuang .item {
		display: block
	}
	.pro-tankuang .item .pic,
	.pro-tankuang .item .nr {
		width: 100%
	}
	.pro-tankuang .item .pic {
		padding: 40px
	}
}

.inside-terms {
	padding: 1rem 0
}

.inside-terms .text {
	padding-top: .4rem
}

@media (max-width:1024px) {
	.inside-terms {
		padding-top: 100px
	}
}

.fudong {
	z-index: 99;
	bottom: 50%;
	position: fixed;
	right: 0
}

.fudong ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fudong li {
	padding-left: .1rem
}

.fudong li a {
	display: block;
	border-radius: .05rem;
	background: #e60013;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.fudong li img {
	max-height: .64rem
}

.fudong li:hover a {
	background: -webkit-gradient(linear, left top, left bottom, from(#2a166e), to(#d12420));
	background: linear-gradient(to bottom, #2a166e, #d12420)
}

@media (max-width:1024px) {
	
	.fudong ul {
		display: block
	}
	.fudong li {
		padding-left: 0;
		padding-bottom: 10px
	}
	.inside-fwwd{
		padding-bottom:40px;
	}
	.inside-fwwd .tu1,
	.inside-fwwd .tu2, 
	.inside-fwwd .tu3{
		display:none!important;
	}
	.inside-fwwd .add{
		right:auto!important;
		display:none!important;
		top:auto!important;
		left:auto!important;
		position: relative!important;
	}
	.inside-fwwd .add8,
	.inside-fwwd .add9{
		margin-top: 20px;
		&:before{
			display:none;
		}
		width:100%;
		display:block!important;
	}
	.inside-fwwd .add8{
		margin-top:0;
	}
	
	.ds-aem_c-sticky .cmp-teaser__description{
		font-size:16px;
		padding:0;
	}
	.ds-aem_c-sticky__close{
		top:5px!important;
	}
	.inside-service .list li::before{
		display:none;
	}
	
	.inside-job-4 li span,
    .inside-job-4 .tit span{
		height:auto;
		line-height:20px;
		padding:10px;
	}
	
}

.inside-product .rightbox .list {
	height: auto!important;
}

.classifyPro .list .list .cur1 .title a {
	color: #d12420;
}

.classifyPro .list .list .cur1:before {
	border-color: #d12420;
}

.classifyPro .list .list .cur1:after {
	opacity: 1;
}

.classifyPro .dow-2 i::before {
	content: "-";
}

.inside-about-4{
	position: relative;
    background: #f7f7f7;
}
.inside-about-4 .text{
	font-size: .18rem;
    text-align: center;
    line-height: .32rem;
    padding-top: .3rem;
    padding-bottom: .4rem;
}
.inside-about-4 .home-bottom {
  position: relative;
  margin-top: 0.43rem;
  padding-bottom: 1.2rem;
}
.inside-about-4 .honorlist{
	overflow:hidden;
}
.inside-about-4 .honorlist li {
  width: 20%;
}
.inside-about-4 .honorlist li .box {
  padding: 0.1rem;
  background: #fff;
  position: relative;
}
.inside-about-4 .honorlist li .box:before {
  content: '';
  display: block;
  background: linear-gradient(to right, rgba(41, 22, 111, 0.7), rgba(218, 37, 28, 0.7));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 44;
  opacity: 0;
  transition: 0.5s;
}
.inside-about-4 .honorlist li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.inside-about-4 .honorlist li .pic:after {
  content: '';
  display: block;
  padding-bottom: 138.68613139%;
}
.inside-about-4 .honorlist li .bt {
  font-size: 0.2rem;
  line-height: 0.72rem;
  color: #ffffff;
  text-align: center;
  padding: 0 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  background: url(../images/fd.png) no-repeat top center;
  background-size: 0.34rem;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  z-index: 344;
  padding-top: 0.37rem;
  opacity: 0;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .inside-about-4 .honorlist li:hover .box:before {
    opacity: 1;
  }
  .inside-about-4 .honorlist li:hover .bt {
    opacity: 1;
  }
}

.header .nav li.top_pro{
	position: inherit;
}

.header .nav li.top_pro .subnav2 {
	position: absolute;
    width: 100%;
	left:0;
	background: rgba(255, 255, 255, 0.95);
	padding: .2rem .1rem;
    line-height: .3rem;
	display:none;
}
.header .nav li.top_pro:hover .subnav2{
	display:block;
}
.header .nav li.top_pro .subnav2 a:hover{
	color: #d12420;
}
.header .nav li.top_pro .subnav2 .container{
	align-items: flex-start;
}
.header .nav li.top_pro .subnav2 .item{
	width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0.2rem;
	padding: 0.2rem;
}
.header .nav li.top_pro .subnav2 .item>a{
	font-weight:400;
	display: block;
    min-height: 0.6rem;
	position: relative;
}
.header .nav li.top_pro .subnav2 .item>a:after{
	content: "";
    height: 1px;
    border-bottom: 1px solid;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -0.1rem;
}
.header .nav li.top_pro .subnav2 .item .top_pro2{
	margin-top:0.2rem;
}
.header .nav li.top_pro .subnav2 .top_pro2 a{
	display: block;
    font-size: 0.16rem;
	color: #666;
	line-height:0.2rem;
	margin-bottom: 0.3rem;
}
.header .nav li.top_pro .subnav2 .top_pro2 a:hover{
	color: #d12420;
}

.header .nav li.top_app{
	position: inherit;
}

.header .nav li.top_app .subnav3 {
	position: absolute;
    width: 100%;
	left:0;
	background: rgba(255, 255, 255, 0.95);
	padding: .2rem .1rem;
    line-height: .3rem;
	display:none;
}
.header .nav li.top_app:hover .subnav3{
	display:block;
}
.header .nav li.top_app .subnav3 a:hover{
	color: #d12420;
}
.header .nav li.top_app .subnav3 .container{
	align-items: flex-start;
}
.header .nav li.top_app .subnav3 .item{
	width: 16.66666%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 0.2rem;
	padding: 0.2rem;
}
.header .nav li.top_app .subnav3 .item>a{
	font-weight:400;
	display: block;
    min-height: 0.6rem;
	position: relative;
}

.header .nav li.top_app .subnav3 .item .pic {
    border-radius: .15rem;
    overflow: hidden;
    position: relative;
}

.header .nav li.top_app .subnav3 .item .pic:after {
    content: "";
    display: block;
    padding-bottom: 82.1888412%;
}