

html {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	border: none;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
}

body {
	margin: 0;
	border: none;
	padding: 0;
	background: #fff;
}

/* @media screen and (min-width:1200px) { */
body {
	min-width: 1200px;
}

/* } */

body.gray {
	background: #f2f2f3;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

.pointer {
	cursor: pointer;
}

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

.inline-block {
	display: inline-block;
	vertical-align: top;
}

.inline-block.ellipsis {
	display: inline-block;
	max-width: 100%;
}

.content-box {
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.border-box {
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.inline {
	display: inline;
}

.w-f {
	width: 100%;
}

.h-f {
	height: 100%;
}

.ovh {
	overflow: hidden;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-middle {
	vertical-align: middle;
}

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

.center {
	margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: top;
}

img.ellipsis,
audio.ellipsis,
canvas.ellipsis,
progress.ellipsis,
video.ellipsis {
	display: inline-block;
	max-width: 100%;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	color: currentColor;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	outline: none;
}

a,
a:hover {
	text-decoration: none;
}

a,
input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	text-decoration: underline dotted;
}

li {
	list-style: outside none none;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: inherit;
	margin: 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	display: inline-block;
	border: none;
	vertical-align: top;
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

figure {
	margin: 0;
}

hr {
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
select,
button input,
select input {
	overflow: visible;
}

button,
select,
button input,
select input,
button textarea,
select textarea,
button input textarea,
select input textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input[type="submit"],
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="url"],
input[type="button"],
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type=text],
input[type=password],
textarea {
	-moz-user-modify: read-write-plaintext-only;
	-webkit-user-modify: read-write-plaintext-only;
	user-modify: read-write-plaintext-only;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-user-modify: read-write-plaintext-only;
	-webkit-user-modify: read-write-plaintext-only;
	user-modify: read-write-plaintext-only;
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="url"],
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
	overflow: auto;
}

textarea:focus {
	outline: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

[type="checkbox"],
[type="radio"] {
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

dl,
dd,
dt {
	margin: 0;
	border: none;
	padding: 0;
}

div {
	*zoom: 1;
}


.none,
.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	display: block;
	clear: both;
}

.cf {
	*zoom: 1;
}

.cf:after {
	display: table;
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.cf::after {
	display: table;
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: table;
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.clearfix::after {
	display: table;
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.pos-left {
	left: 0;
	top: 0;
}

.pos-right {
	right: 0;
	top: 0;
}

.pos-center {
	top: 50%;
	left: 50%;
}

ul,
ol,
li {
	margin: 0;
	border: none;
	padding: 0;
}

.no-deco {
	text-decoration: none;
}

.no-deco:link,
.no-deco:visited,
.no-deco:hover,
.no-deco:active {
	text-decoration: none;
}

.no-deco a {
	text-decoration: none;
}

.no-deco a:link,
.no-deco a:visited,
.no-deco a:hover,
.no-deco a:active {
	text-decoration: none;
}

.noscript {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 9999999px;
	z-index: 2147483647;
	background: #000;
	color: #fff;
	font-size: 36px;
	line-height: 72px;
	text-align: center;
}

#no-support {
	height: 310px;
	position: absolute;
	top: 50%;
	margin-top: -155px;
	width: 100%;
}

#no-support h4 {
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-family: 'Microsoft YaHei', 'å¾®è½¯é›…é»‘', Helvetica, Arial, sans-serif;
	color: #616161;
	font-size: 48px;
	font-weight: bold;
}

#no-support h5 {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family: 'Microsoft YaHei', 'å¾®è½¯é›…é»‘', Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 55px;
}

#no-support ul {
	width: 410px;
	margin: 0 auto;
	display: block;
	height: 135px;
}

#no-support li {
	display: block;
	float: left;
	margin-right: 10px;
	width: 95px;
	height: 135px;
}

#no-support li a {
	display: block;
	width: 95px;
	height: 95px;
	background-image: url(/static/image/browsers.png);
	background-repeat: no-repeat;
}

#no-support li span {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #adaaac;
	text-align: center;
	font-family: 'Myriad Pro', 'Arial', sans-serif;
	font-size: 16px;
}

#no-support li.ff a {
	background-position: 0 0;
}

#no-support li.ie a {
	background-position: 0 -95px;
}

#no-support li.chrome a {
	background-position: 0 -190px;
}

#no-support li.safari a {
	background-position: 0 -285px;
}

#no-support li:hover {
	background: url(/static/image/border.png) no-repeat 0 0;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
	height: 110px;
	background: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.header.active {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.pad {
	padding-left: 50px;
	padding-right: 50px;
}

.mymar {
	margin-left: 50px;
	margin-right: 50px;
}

.header .menu_btn {
	display: none;
}

.header .lay_logo {
	float: left;
	padding-top: 11px;
}

.header .lay_logo .logo-lnk {
	float: left;
	position: relative;
}

.header .lay_logo .logo-lnk,
.header .lay_logo .logo-lnk:hover {
	text-decoration: none;
}

.header .logo {
	float: left;
	position: relative;
	height: 88px;
}

.header .logo1 {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.header .nav {
	float: right;
	padding-top: 66px;

}

.header .nav .chd {
	float: left;
	margin-left: 60px;
	position: relative;
}

.header .nav .lnk {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.header .nav .lnk,
.header .nav .lnk:hover {
	text-decoration: none;
}

.header .nav .lnk.hover,
.header .nav .lnk:hover {
	color: #b3b3b3;
}

.header.header-inpage .lay_logo .logo {
	display: block;
	opacity: 1;
}

.header.header-inpage .lay_logo .logo1 {
	display: none;
}

.header.menu-pop-up {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.fadeInUp,
.fadeInUp1 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
}

.active .fadeInUp,
.fadeInUp1.active,
.fadeInUp-wrap.active .fadeInUp,
.swiper-slide-active .fadeInUp {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.fadeInRight {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
}

.active .fadeInRight,
.active.fadeInRight {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.fadeInLeft {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1), transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1);
}

.active .fadeInLeft,
.active.fadeInLeft {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.fadeInUp.x1,
.fadeInRight.x1,
.fadeInLeft.x1,
.fadeInUp1.x1,
.swiper-slide-active .fadeInUp.x1 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s;
}

.fadeInUp.x2,
.fadeInRight.x2,
.fadeInLeft.x2,
.fadeInUp1.x2,
.swiper-slide-active .fadeInUp.x2 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
}

.fadeInUp.x3,
.fadeInRight.x3,
.fadeInLeft.x3,
.fadeInUp1.x3,
.swiper-slide-active .fadeInUp.x3 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
}

.fadeInUp.x4,
.fadeInRight.x4,
.fadeInLeft.x4,
.fadeInUp1.x4,
.swiper-slide-active .fadeInUp.x4 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s;
}

.fadeInUp.x5,
.fadeInRight.x5,
.fadeInLeft.x5,
.fadeInUp1.x5,
.swiper-slide-active .fadeInUp.x5 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s;
}

.fadeInUp.x6,
.fadeInRight.x6,
.fadeInLeft.x6,
.fadeInUp1.x6,
.swiper-slide-active .fadeInUp.x6 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s;
}

.fadeInUp.x7,
.fadeInRight.x7,
.fadeInLeft.x7,
.fadeInUp1.x7,
.swiper-slide-active .fadeInUp.x7 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s;
}

.fadeInUp.x8,
.fadeInRight.x8,
.fadeInLeft.x8,
.fadeInUp1.x8,
.swiper-slide-active .fadeInUp.x8 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s;
}

.fadeInUp.x9,
.fadeInRight.x9,
.fadeInLeft.x9,
.fadeInUp1.x9,
.swiper-slide-active .fadeInUp.x9 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s;
}

.fadeInUp.x10,
.fadeInRight.x10,
.fadeInLeft.x10,
.fadeInUp1.x10,
.swiper-slide-active .fadeInUp.x10 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s;
}

.fadeInUp.x11,
.fadeInRight.x11,
.fadeInLeft.x11,
.fadeInUp1.x11,
.swiper-slide-active .fadeInUp.x11 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s;
}

.fadeInUp.x12,
.fadeInRight.x12,
.fadeInLeft.x12,
.fadeInUp1.x12,
.swiper-slide-active .fadeInUp.x12 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s;
}

.fadeInUp.x13,
.fadeInRight.x13,
.fadeInLeft.x13,
.fadeInUp1.x13,
.swiper-slide-active .fadeInUp.x13 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.3s;
}

.fadeInUp.x14,
.fadeInRight.x14,
.fadeInLeft.x14,
.fadeInUp1.x14,
.swiper-slide-active .fadeInUp.x14 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.4s;
}

.fadeInUp.x15,
.fadeInRight.x15,
.fadeInLeft.x15,
.fadeInUp1.x15,
.swiper-slide-active .fadeInUp.x15 {
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s;
	-webkit-transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s;
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.5s;
}

.nav_wap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	background: rgba(0, 0, 0, .95);
	overflow: auto;
	display: none;
}

.nav_wap .inner {
	margin-top: 120px;
	margin-bottom: 50px;
}


.nav_wap .chd {
	display: block;
	font-size: 20px;
	line-height: 70px;
	text-align: center;
	color: #fff;
}

.nav_wap .fadeInUp:nth-child(1) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.1s;
}

.nav_wap .fadeInUp:nth-child(2) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
}

.nav_wap .fadeInUp:nth-child(3) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
}

.nav_wap .fadeInUp:nth-child(4) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.4s;
}

.nav_wap .fadeInUp:nth-child(5) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.5s;
}

.nav_wap .fadeInUp:nth-child(6) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.6s;
}

.nav_wap .fadeInUp:nth-child(7) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.7s;
}

.nav_wap .fadeInUp:nth-child(8) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.8s;
}

.nav_wap .fadeInUp:nth-child(9) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.9s;
}

.nav_wap .fadeInUp:nth-child(10) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1s;
}

.nav_wap .fadeInUp:nth-child(11) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.1s;
}

.nav_wap .fadeInUp:nth-child(12) {
	transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s, transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 1.2s;
}

.nav_wap a,
.nav_wap a:hover,
.nav_wap a:active {
	text-decoration: none;
}

.nav_wap .inner a:active {
	color: #dc2343;
}

.nav_wap .inner a.active {
	color: #dc2343;
}

.bdy {
	padding-top: 130px;
}

.ind00 {
	padding-top: 74px;
	padding-bottom: 40px;
}

.ind00-tit {
	font-size: 36px;
	line-height: 74px;
	text-align: center;
	color: #595757;
	margin-bottom: 24px;
}

.ind00-info {
	font-size: 18px;
	line-height: 36px;
	color: #595757;
	margin-bottom: 54px;
}

.ind00-lay-more {
	text-align: center;
}

.ind00-more-lnk,
.ind00-more-lnk:hover {
	text-decoration: none;
}

.ind00-more-lnk {
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	border: 1px solid #565656;
	color: #565656;
	padding: 0 36px;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	transition: all .6s linear;
}

.ind00-more-lnk:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	background: #000;
	height: 100%;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	transition: all .6s linear;
}

.ind00-more-lnk font {
	position: relative;
}

.ind00-more-lnk:hover {
	border-color: #000;
	color: #fff;
}

.ind00-more-lnk:hover:before {
	width: 100%;
}

.ind01 {
	padding: 0 50px 84px;
}

.ind01-list {
	margin: 0 -14px;
	font-size: 0;
}

.ind01-list .chd {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	font-size: 14px;
	line-height: 26px;
	padding: 0 14px 28px;
}

.ind01-list .chd .inner {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.ind01-list .chd a {
	display: block;
	width: 100%;
	position: relative;
}

.ind01-list .chd .img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;
}

.ind01-list .chd .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 53, 74, .9);
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.ind01-list .chd a:hover .overlay {
	opacity: 1;
}

.ind01-list .chd a:hover .img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.flex-overlay {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ind01-list .chd .overlay .t-1 {
	margin-bottom: 10px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ind01-list .chd .overlay .t-2 {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #c9caca;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ind01-list .chd .overlay .t1 {
	    position: absolute;
	    left: 0;
	    top: 50%;
	    width: 100%;
	    height: 32px;
	    line-height: 32px;
	    font-size: 32px;
	    color: #fff;
	    text-align: center;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    transform: translateY(-50%);
}

.ind01-list .chd .overlay .t2 {
	position: absolute;
	left: 0;
	bottom: 136px;
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #c9caca;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ind01-list .chd .overlay .t3 {
	/* position:absolute;
	left:50%;
	bottom:72px; */
	width: 85%;
	/* height:52px; */
	line-height: 26px;
	font-size: 14px;
	color: #c9caca;
	text-align: center;
	/* white-space:nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0 auto;
	/* transform: translateX(-50%); */
}

.ind01-list .chd .overlay .more-t1 {
	/* position:absolute;
	left:0;
	top:125px; */
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ind01-list .chd .overlay .more-t2 {
	/* position:absolute;
	left:0;
	top:170px; */
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #c9caca;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ind01 .lay_more {
	padding-top: 28px;
}

.lay_more .more {
	display: block;
	width: 200px;
	height: 120px;
	margin: 0 auto;
	background: url(/static/image/load_more.png) no-repeat center top;
	background-size: contain;
}

.news_box .lay_more {
	padding-top: 46px;
}

.news_box .lay_more .more {
	background-image: url(/static/image/load_more1.png);
}

.ind02 .mymar {
	/* background:#e60039; */
	background: #091e3b;
	padding-top: 50px;
	padding-bottom: 32px;
}

.ind02 .mymar h3 {
	font-size: 42px;
	font-weight: normal;
	line-height: 56px;
	color: #fff;
	padding-bottom: 16px;
}

.ind02 .mymar h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	color: #fff;
}

.ind02 .mymar p {
	font-size: 42px;
	font-weight: normal;
	line-height: 44px;
	color: #fff;
}

.ind03 {
	
	padding-top: 96px;
	padding-bottom: 66px;
	width: 1200px;
	margin: 0 auto;
}
.ind03::before, .ind03::after {
	display:none;
}

.ind03 .lBx {
	float: left;
	width: 18.68%;
	font-size: 24px;
	font-weight: normal;
	line-height: 42px;
	color: #000;
}

.ind03 .rBx {
	/* float: left; */
	width: 100%;
	/* padding-top: 10px; */
	margin: 0 auto;
}
.rBx::before, .rBx::after {
	display:none;
}

.ind03 .ind03-list {
	/* margin-left: -30px; */
	font-size: 0;
	display: flex;
	    flex-direction: row;
	    justify-content: space-around;
}

.ind03-list .chd {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	color: #727171;
	/* float: left; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 30%;
	/* padding-left: 30px; */
	padding-bottom: 30px;
}

.ind03-list .chd .img {
	display: block;
	width: 100%;
}

.ind03-list .chd .lay_info {
	padding-top: 24px;
}

.ind03-list .chd .lay_info .info2 p a:hover {
	color: #dc2343;
}

.ind03-list .chd .info1 {
	padding-bottom: 20px;
}

.ind03-list .chd .info1 .tit {
	font-size: 24px;
	font-weight: normal;
	line-height: 44px;
	color: #000;
}

.ind03-list .chd .info1 .tit a:hover {
	color: #585355;
}

.ind03-list .chd .info1 .subinfo {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #000;
	margin-bottom: 7px;
}

.ind03-list .chd .more1 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #f00;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.ind03-list .chd .more1:hover {
	color: #e60039;
}

.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #000;
}

.footer .inner {
	/* width: 1100px; */
	margin: 0 auto;
}

.footer .fo0 {
	display: none;
}

.footer .fo1 {
	float: left;
	width: 500px;
	padding-top: 10px;
}

.footer .fo1 .lay_qr {
	width: 108px;
	text-align: center;
	margin-bottom: 16px;
	margin-right: 20px;
	opacity: 0.6;
	transition: opacity 0.7s ease;
}

.footer .fo1 .lay_qr:hover {
	opacity: 1;
}

.footer .fo1 .lay_qr .qr {
	display: block;
	width: 108px;
}

.footer .fo1 .lay_qr .p {
	font-size: 12px;
	line-height: 32px;
	color: #efefef;
	text-align: center;
}

.footer .fo1 .lay_infos {
	font-size: 12px;
	line-height: 20px;
	color: #9fa0a0;
}

.footer .fo2 {
	float: right;
	margin-left: 90px;
}

.footer .fo2 .tit {
	font-size: 18px;
	line-height: 40px;
	color: #dcdddd;
	margin-bottom: 12px;
}

.footer .fo2 .con {
	font-size: 12px;
	line-height: 22px;
	color: #efefef;
}

.footer .fo2 .con strong {
	font-weight: normal;
	font-size: 14px;
}

.footer .fo3 {
	float: right;
	margin-left: 120px;
	width: 100px;
}

.footer .fo4 {
	float: right;
	margin-left: 80px;
}

.footer .fo3 .tit,
.footer .fo4 .tit {
	font-size: 18px;
	line-height: 40px;
	color: #9fa0a0;
	margin-bottom: 14px;
}

.footer .fo3 .con p {
	font-size: 14px;
	line-height: 24px;
	color: #9fa0a0;
}

.footer .fo3 .con p a,
.footer .fo4 .con p a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	color: #9fa0a0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s;
}

.footer .fo3 .con p a:hover,
.footer .fo4 .con p a:hover {
	color: #efefef;
}

.footer .fo4 .con {
	margin-left: -28px;
}

.footer .fo4 .con .chd {
	float: left;
	margin-left: 28px;
	width: 140px;
}

/* åº•éƒ¨å¯¼èˆªæ å“åº”å¼ */
.footer .inner {
	width: 1200px;
}
.news_item {
	padding-top: 20px;
	padding-bottom: 80px;
}

.news_item .lBx {
	float: left;
	width: 380px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 108px;
	margin-right: 160px;
}

.news_item .lBx .tit {
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	color: #000;
	padding-bottom: 10px;
}

.news_item .lBx .info {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #000;
}

.news_item .rBx {
	display: block;
	overflow: hidden;
	padding-top: 10px;
}

.news_arc {
	display: block;
	overflow: hidden;
	min-height: 200px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #221815;
	text-align: justify;
}

.news_arc img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}

.togarc {
	position: relative;
	margin-top: 10px;
	border-top: 1px solid #221815;
	padding-top: 8px;
	padding-bottom: 8px;
}

.togarc p,
.togarc p a {
	font-size: 14px;
	line-height: 34px;
	color: #221815;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.togarc p a {
	display: inline-block;
	vertical-align: top;
}

.togarc .return-list {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 34px;
	color: #221815;
}

.news_list {
	padding-top: 40px;
	padding-bottom: 160px;
}

.news_list .lBx {
	float: left;
	width: 14.28%;
	font-size: 18px;
	line-height: 48px;
	color: #000;
	text-align: center;
}

.news_list .rBx {
	float: right;
	width: 77.48%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.news_list .news_box .inner {
	border-top: 1px solid #9fa0a0;
	border-bottom: 1px solid #9fa0a0;
	padding: 30px 0;
}

.news_list .news_box .inner p {
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 35.41%;
	padding-right: 102px;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	color: #595757;
}

.news_list .news_box .inner p:nth-child(odd) {
	margin-right: 21.76%;
}

.news_list .news_box .inner p:nth-child(even) {
	margin-right: 7.42%;
}

.news_list .news_box .inner p a {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.news_list .news_box .inner p a,
.news_list .news_box .inner p a:hover {
	text-decoration: none;
}

.news_list .news_box .inner p span {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	width: 102px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.news_list .news_box .inner p:hover a,
.news_list .news_box .inner p:hover span {
	color: #221815;
}

.contactBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 1200px;
	margin: 0 auto;
}

.contact-ban {
	padding-bottom: 42px;
}

.contact01 {
	padding-bottom: 128px;
}

.contact01 .con01 {
	padding-left: 33.333%;
	width: 480px;
	margin-right: 20px;
	float: left;
}

.contact01 .tit {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	color: #000;
	padding-bottom: 14px;
}

.contact01 .con01 .subcon {
	padding-bottom: 16px;
}

.contact01 .con01 .subcon h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #000;
}

.contact01 .con01 .subcon h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #000;
}

.contact01 .con01 .infos {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #000;
}

.contact01 .con02 {
	float: left;
	width: 328px;
}

.contact01 .con02 .chd {
	float: left;
	text-align: center;
}

.contact01 .con02 .chd .lay_img {
	width: 124px;
	height: 124px;
	margin-bottom: 5px;
}

.contact01 .con02 .lay_img a,
.contact01 .con02 .lay_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.contact01 .con02 .lay_img a,
.contact01 .con02 .lay_img a:hover {
	text-decoration: none;
}

.contact01 .con02 .lay_info {
	font-size: 14px;
	line-height: 30px;
	color: #3e3a39;
}

.contact01 .con02 .chd+.chd {
	margin-left: 80px;
}

.contact02 {
	padding-bottom: 200px;
}

.contact02 .tit {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	color: #000;
	padding-bottom: 14px;
	padding-left: 33.333%;
}

.contact02 .img_lists {
	padding-bottom: 20px;
}

.contact02 .img_lists .chd {
	float: left;
	width: 33.333%;
	margin-bottom: 30px;
}

.contact02 .img_lists .img-wrap {
	display: block;
	width: 100%;
}

.contact02 .img_lists .img-wrap img {
	display: block;
	width: 100%;
}

.contact02 .img_lists .p {
	font-size: 18px;
	text-align: center;
	line-height: 52px;
	color: #000;
}

.contact02 .infos {
	padding-left: 33.333%;
	font-size: 20px;
	font-weight: normal;
	line-height: 42px;
	color: #000;
}

.ser-banner {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 40.154%;
	margin: 0 auto;
	background: #000;
}

.ser-banner .img,
.ser-banner .img-xgl {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.ser-banner .img.active,
.ser-banner .img-xgl.active {
	z-index: 2;
	opacity: 1;
}

.indBan .ser-banner {
	padding-bottom: 55.4945%;
}

.indBan .ser-banner .btn-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
	z-index: 5;
	text-align: center;
	font-size: 0;
	height: 4px;
	overflow: hidden;
}

.indBan .ser-banner .btn {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 4px;
	cursor: pointer;
	margin: 0 6px;
	border-radius: 2px;
	background: rgba(250, 252, 251, .65);
}

.indBan .ser-banner .btn:hover,
.indBan .ser-banner .btn.active {
	background: rgba(250, 252, 251, 1);
}

.aboutMe {
	padding-top: 52px;
	padding-bottom: 78px;
	text-align: center;
}

.aboutMe .tit {
	font-size: 30px;
	font-weight: normal;
	line-height: 58px;
	color: #221815;
}

.aboutMe .subTit {
	font-size: 24px;
	font-weight: normal;
	line-height: 42px;
	color: #221815;
}

.aboutMe .con {
	padding-top: 32px;
	font-size: 16px;
	line-height: 26px;
	color: #221815;
}

.ser-list {
	padding-bottom: 30px;
	margin: 0 -25px;
	font-size: 0;
}

.ser-list .chd {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 18px;
	line-height: 34px;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px 50px;
}

.ser-list .lay_info {
	padding: 5.4% 10% 17%;
	background: #efefef;
}

.ser-list .chd1 .lay_info {
	background: #efefef;
}

.ser-list .chd2 .lay_info {
	background: #fff6e9;
}

.ser-list .chd3 .lay_info {
	background: #eaf6fd;
}

.ser-list .chd4 .lay_info {
	background: #e9e6f3;
}

.ser-list .lay_info .info-tit {
	font-size: 30px;
	font-weight: normal;
	line-height: 60px;
	color: #221815;
	margin-bottom: 16px;
}

.ser-list .lay_info .info-con {
	font-size: 18px;
	line-height: 34px;
	color: #000;
	padding-bottom: 28px;
}

.ser-list .lay_info .info-labels {
	font-size: 14px;
	line-height: 32px;
	color: #000;
}

.ser-list .labels {
	float: left;
	width: 230px;
	margin-right: 40px;
}

.ser-list .label {
	display: block;
	position: relative;
	height: 32px;
	line-height: 32px;
	padding-left: 36px;
	overflow: hidden;
}

.ser-list .label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
	background: #b3b3b3;
}

.serLogs {
	padding-top: 40px;
	padding-bottom: 170px;
}

.serLogs .tit {
	font-size: 30px;
	line-height: 62px;
	text-align: center;
	color: #221815;
	padding-bottom: 30px;
}

.serLogs .con .chd {
	float: left;
	width: 12.5%;
	padding: 20px 0;
}

.serLogs .con .chd .lay_img {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 100px;
}

.serLogs .con .chd .lay_img img {
	display: block;
	width: 100%;
	height: 100%;
}

/* æœåŠ¡é¡µå“åº”å¼ */
.ser-list .lay_info .info-tit {
	min-height: 60px;
}

.ser-list-wrap {
	min-width: 1200px;
}

.casesNav {
	padding-top: 22px;
	padding-bottom: 10px;
}

.casesNav.casesNav-index {
	padding-top: 0;
	padding-bottom: 24px;
}

.viewdisbox {
	padding: 22px 0 10px 0;
	height: 30px;
}

.casesNav .inner {
	float: right;
	font-size: 0;
	white-space: nowrap;
}

.casesNav .inner .lnk {
	display: inline-block;
	vertical-align: top;
	margin-left: 32px;
	font-size: 14px;
	line-height: 30px;
	color: #221815;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.casesNav.casesNav-index .inner .lnk {
	font-size: 18px;
	line-height: 32px;
	color: #000;
}

.casesNav .inner .lnk.hover,
.casesNav .inner .lnk:hover {
	color: #ff6700;
	text-decoration: none;
}

.casesNav.casesNav-index .inner .lnk.hover,
.casesNav.casesNav-index .inner .lnk:hover {
	color: #b3b3b3;
}

.casesV {
	padding-bottom: 30px;
}

.cases-banner {
	margin-bottom: 12px;
}

.casesVInfo {
	margin-bottom: 12px;
	background: #efefef;
	padding: 10px;
}

.casesVInfo .lBx {
	float: left;
	width: 50%;
	text-align: center;
	display: block;
	min-height: 1px;
}

.casesVInfo .lBx img {
	max-width: 100%;
	width: 300px;
	margin-top: 70px;
	opacity: 0;
	display: none;
}

.casesVInfo .rBx {
	float: left;
	width: 50%;
}

.casesVInfo .demo {
	padding-right: 15%;
	padding-top: 100px;
	padding-bottom: 100px;
}

.casesVInfo .demo .tit,
.casesVInfo .demo .infos-tit {
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	margin-bottom: 4px;
	color: #000;
}

.casesVInfo .demo .subinfo {
	font-size: 14px;
	line-height: 26px;
	color: #000;
	margin-bottom: 28px;
}

.casesVInfo .demo .infos-con {
	font-size: 14px;
	line-height: 24px;
	color: #221815;
	text-align: justify;
}

.casesVA {
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	color: #221815;
}

.casesVA img {
	max-width: 100%;
	vertical-align: baseline;
}

.cases-rel {
	padding-top: 65px;
	padding-bottom: 82px;
}

.cases-rel .tit {
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	color: #221815;
	text-align: center;
}

.cases-rel .subTit {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	color: #221815;
	text-align: center;
	padding-bottom: 14px;
}

.cases-rlist {
	padding-top: 20px;
	margin-left: -14px;
	margin-right: -14px;
	font-size: 0;
}

.cases-rlist .chd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 14px 28px;
	font-size: 14px;
}

.cases-rlist .chd .img {
	display: block;
	width: 100%;
}

.cases-rlist .chd .lay_info {
	padding-top: 8px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.casesV {
	min-width: 1200px;
}

/* é¦–é¡µè¯¾ç¨‹æ ·å¼ */
.clear {
	display: block;
	clear: both;
}

.bg {
	background: #fff;
}

.bg2 {
	background: #f5f5f5;
}

.main {
	width: 1100px;
	margin: 0 auto;
}

.course {
	/* padding: 40px 0; */
	color: #333;
}

.course h1 {
	font-size: 40px;
	text-align: center;
}

.course ul {
	margin-top: 40px;
	/* display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around; */
}

.course a {
	color: #333;
}

.hot_course li:nth-of-type(3n-1) {
	margin: 0 21px 21px;
}

.hot_course li {
	display: block;
	margin-bottom: 21px;
	transition: top 0.5s;
	float: left;
	top: 0;
	position: relative;
	width: 352px;
	padding: 5px;
	box-sizing: border-box;
}

.hot_course .more-li {
	display: none;
}

.hot_course li:hover {
	box-shadow: 0 0 10px #888;
	top: -20px;
}

.hot_course li .img_box {
	position: relative;
}

.hot_course li img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.hot_course li h2 {
	position: relative;
	font-size: 23px;
	padding: 30px 0;
	text-align: center;
}

.hot_course li h2::before {
	content: "";
	height: 3px;
	position: absolute;
	left: 50%;
	top: 48px;
	z-index: 0;
	background: #091e3b;
	width: 120px;
	margin-left: -60px;
}

.hot_course li h2 span {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	z-index: 12;
	text-align: center;
}

.hot_course li h3 {
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin-bottom: 8px;
}

.hot_course li a:hover p {
	color: #091e3b;
	text-decoration: underline;
}

.hot_course li p {
	line-height: 30px;
	font-size: 15px;
	color: #333;
	text-align: left;
	display: block;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 0;
}

.hot_course li p::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 9px;
	background: url(/static/image/gou2.png) no-repeat;
	margin-right: 8px;
	font-size: 16px;
}

.hot_course li .k_boxs {
	line-height: 23px;
	color: #444;
	padding: 6px 10px;
	text-align: center;
}

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

.hot_course li .mian {
	display: block;
	background: #091e3b;
	color: #fff;
	height: 42px;
	line-height: 42px;
	width: 240px;
	margin: 10px auto 25px;
	border-radius: 3px;
	font-size: 18px;
	text-align: center;
}

.course-tag-list {
	margin-left: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

/* æ•°å­—åŠ¨ç”»æ ·å¼ */
.bg4 {
	width: 100%;
	height: 180px;
	margin: 0 auto 20px;
	background-color: #091e3b;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.demo {
	padding: 2em 0;
}

.counter {
	padding: 20px 0;
	text-align: center;
	position: relative;
}

.counter .counter-content {
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;
}

.counter .counter-icon {
	display: block;
	font-size: 50px;
	color: #f19f48;
	line-height: 50px;
}

.counter .counter-value {
	font-size: 50px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.7);
	line-height: 70px;
}

.counter .title {
	display: inline-block;
	padding: 5px 25px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin: 0;
}

.counter.red .counter-content:before {
	border-color: #ef5f61;
	border-bottom-color: transparent;
}

.counter.red .counter-icon {
	color: #ef5f61;
}

.counter.blue1 .counter-icon {
	color: #4d9fcf;
}

.counter.purple .counter-icon {
	color: #a98ceb;
}
.header-phone {
	margin-top: 25px;
	margin-right: 40px;
	width: 240px;
	height: 40px;
	background-color: #091e3b;
	border-radius: 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.phone-num {
	color: #fff;
	font-size: 26px;
	/* font-weight: 600; */
}

.header-phone-pic {
	width: 30px;
	margin-right: 16px;
}

.b-lesson-content {
	width: 1200px;
	margin: 0 auto;
}

.propaganda-content {
	padding: 50px 0 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 48px;
}

.propaganda-content p {
	letter-spacing: 10px;
	margin-top: 20px;
	font-size: 38px;
	color: #333;
}
.propaganda-content span {
	font-weight: 600;
	color:#ff0233;
}
