@import url("./main.css");
@import url("./home.css");

body {
	font-size: 16px;
}
.yqlj {
		align-items: baseline !important;
		padding-bottom: 10px;
		border-bottom: 1px solid #99C5F6;
	}

	.yqlj dd {
		padding-right: 20px !important;
	}
	/* #enter .info{
		width: 70%
	} */
@charset "utf-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	    font-family: Source Han Sans SC;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*! reset.css */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

iframe {
	display: block;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}

input:required {
	border: none;
	box-shadow: none;
}

input:invalid {
	background-color: transparent;
	box-shadow: none;
}

:focus {
	-moz-outline-style: none;
	outline: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ovh {
	overflow: hidden;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

a {
	color: #555;
	cursor: pointer;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	text-decoration: none;
}

@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.woff') format('woff');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	/* -webkit-text-stroke-width: 0.001rem; */
	-moz-osx-font-smoothing: grayscale;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
}

.flex-middle {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.flex-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.fx1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-o-flex: 1;
	flex: 1;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.justify-sb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.fx1.justify-sb {
	justify-content: flex-end !important;
}

.fx1.justify-sb li:not(:first-child) dd {
	padding-left: 20px;
}

.justify-sa {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.text-overflow {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.border-bottom,
.border {
	    /* display: block; */

	position: relative;
	/* border: 1px solid #ddd; */
}

.border-bottom:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	pointer-events: none;
}

.border:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* border: 1px solid red; */
	border: 1px solid rgba(0, 0, 0, .3);
	box-sizing: border-box;
}

.fadeInUp50 {
	-webkit-animation-name: fadeInUp50;
	animation-name: fadeInUp50;
}

@-webkit-keyframes fadeInUp50 {
	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 fadeInUp50 {
	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);
	}
}

.fadeInRight50 {
	-webkit-animation-name: fadeInRight50;
	animation-name: fadeInRight50;
}

@-webkit-keyframes fadeInRight50 {
	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 fadeInRight50 {
	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);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight100 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight100 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInLeft100 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft100 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

body {
	/* font-family: Arial, "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif; */
	color: #555;
	background: #fff;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

html::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(210, 210, 210, 0.8);
	border-radius: 0;
}

html::-webkit-scrollbar-thumb {
	background-color: #0059a7;
	border-radius: 0;
}

.container {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

header {
	height: 80px;
	width: 100%;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all .4s;
	transition: all .4s;
	padding: 0 0 0 30px;
}

header .logo {
	float: left;
	margin-top: 16px;
	display: block;
}

header .logo img {
	display: block;
	height: 44px;
}

header:hover,
header.on {
	background-color: rgba(255, 255, 255, .95);
	box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

.top img {
	width: 60%;

}

.top p {
	line-height: normal;
	color: #99C5F6;
	font-size: 12px;
	font-family: Source Han Sans SC;
	font-weight: 400;
}

/* .top:hover{
	border: 1px solid #eca71e;
	color: #eca71e;	
} */
header:hover .logo img:nth-of-type(1),
header.on .logo img:nth-of-type(1) {
	display: none !important;
}

header:hover .logo img:nth-of-type(2),
header.on .logo img:nth-of-type(2) {
	display: block !important;
}

header nav .on>a {
	position: relative;
	text-align: center;
}

header nav .on>a:before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 34px;
	height: 1px;
	/* background-color: rgba(200,136,39, .88) !important; */
	background: #205B9E;
}

header:hover nav li>a span,
header.on nav li>a span {
	color: #101010;
}

nav li.on>a span,
header.on nav li.on>a span,
header:hover nav li.on>a span {
	/* color: rgba(200,136,39, .88) !important; */
	color: #205b9e !important;
}

header.on .search i:before,
header:hover .search i:before {
	color: #205b9e;
	/* color: rgba(200,136,39, .88) !important; */
}

nav {
	float: right;
}

nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: flex-end;
	width: 100%;
	max-width: 1024px;
	float: right;
}

nav li {
	position: relative;
}

nav li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	height: 100%;
	padding: 0 21px;
	white-space: nowrap;
	text-align: center;
}

nav li>a span {
	display: inline-block;
	position: relative;
	line-height: 80px;
	position: relative;
	color: #fff;
}

nav li.on>a span {
	font-weight: bold;
}

nav li>a span:before {
	content: '';
	display: none;
	background: #215b9d;
	width: 0;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}

nav li.on>a span:before {
	width: 100%;
}

.sub-nav {
	position: absolute;
	text-align: center;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.sub-nav dl {
	padding: 12px 0 18px;
	overflow: hidden;
	background: rgba(0, 0, 0, .6);
}

.sub-nav dd a {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	display: block;
	padding: 0 25px;
	white-space: nowrap;
}

.sub-nav dd a:hover {
	background: #0059a6;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loading {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f44336;
}

.load-container {
	width: 240px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -120px;
}

.search {
	width: 75px;
	height: 100%;
	position: relative;
	float: right;
	padding-right: 15px;
}

.search i {
	display: block;
	width: 60px;
	height: 100%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.search i:before {
	content: '\e67d';
	font-family: 'iconfont';
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	text-align: center;
}

.search i.on:before {
	content: '\e625';
	font-size: 20px;
}

.search-sub {
	position: absolute;
	top: 100%;
	right: 0;
	width: 240px;
	height: 48px;
	background: rgba(0, 0, 0, .6);
	display: none;
}

.search-sub .flex {
	width: 100%;
	height: 48px;
	color: #fff;
	font-size: 16px;
}

.search-sub input {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	border: none;
	outline: none;
	background: transparent;
	padding-left: 15px;
	flex: 1;
	color: #fff;
}

.search-sub input::-webkit-input-placeholder {
	color: #fff;
}

.search-sub input::-moz-placeholder {
	color: #fff;
}

.search-sub input:-ms-input-placeholder {
	color: #fff;
}

.search-sub input::placeholder {
	color: #fff;
}

.search-sub button {
	border: none;
	outline: none;
	background: transparent;
	color: #fff;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 44px;
	font-size: 19px;
	cursor: pointer;
}

.lan {
	position: relative;
	height: 80px;
	line-height: 80px;
	padding-left: 31px;
	padding-right: 15px;
	color: #868686;
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
	float: right;
}

.lan a {
	color: #565656;
}

.lan a.on {
	color: #eca71e;
	pointer-events: none;
}

.top {
	border: 1px solid #99C5F6;
	/* background: #CD9242; */
	text-align: center;
	position: fixed;
	right: 46px;
	bottom: 28px;
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #fff;
	padding: 5px;
	/* line-height: 35px; */
	z-index: 9999;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border-radius: 3px;
}

.search-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .9);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.search-wrapper form {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 90%;
	max-width: 600px;
}

.search-wrapper form:before {
	background: #fff;
}

.search-wrapper input {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	border: none;
	outline: none;
	height: 48px;
	font-size: 16px;
	color: #fff;
	background: transparent;
	padding-left: 15px;
	box-sizing: border-box;
}

.search-wrapper button {
	width: 48px;
	height: 48px;
	color: #fff;
	background: transparent;
	border: none;
	outline: none;
	font-size: 24px;
	font-weight: lighter;
}

.close-search {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	font-weight: lighter;
}

body.open-search .search-wrapper {
	opacity: 1;
	pointer-events: auto;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	z-index: 10;
	padding: 0 5px 0 15px;
	display: none;
	box-shadow: 0 0 6px rgb(0 0 0 / 15%);
}

.header>.flex {
	height: 100%;
}

.header img {
	height: 24px;
	width: auto;
	display: block;
}

.menu {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu:before {
	content: '\e72a';
	font-family: 'iconfont';
	font-size: 22px;
	color: #333;
	width: 100%;
	text-align: center;
	background: transparent;
	display: block;
}

.menu.open:before {
	content: '\e688';
	font-size: 28px;
}

.menu-list {
	position: fixed;
	z-index: 8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
	padding-top: 75px;
	overflow-y: auto;
	padding: 75px 30px 40px;
}

.menu-search {
	height: 40px;
	margin-bottom: 15px;
}

.menu-search input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	font-size: 16px;
	padding: 0 15px;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.menu-search button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	font-size: 20px;
	border: none;
	outline: none;
	width: 40px;
}

body.open .menu-list {
	display: block;
}

body.open {
	overflow-y: hidden;
}

.slide-nav-ul li {
	margin-bottom: 12px;
}

.slide-nav-ul li>a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 44px;
}

.slide-nav-ul li>a:before {
	background: rgba(0, 0, 0, .3);
}

.side-nav-sub dl {
	overflow: hidden;
	margin-top: 5px;
}

.side-nav-sub dd {
	float: left;
	width: 50%;
	padding: 8px 0;
}

.side-nav-sub dd a {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}

footer {
	background: #0059a6;
	padding: 38px 0 40px;
	color: #a1c5e5;
	width: 100%;
	/*    position: fixed;
	    bottom: 0; */
}

.footer-contact {
	font-size: 14px;
	line-height: 2.14;
	margin-right: 10%;
	margin-top: 4px;
}

.footer-contact a {
	color: #a1c5e5;
}

.footer-contact a:hover {
	color: #fff;
}

.footer-qcode {
	text-align: center;
	width: 110px;
	margin-top: 20px;
}

.footer-qcode img {
	width: 110px;
	height: 110px;
	display: block;
}

.footer-qcode .tit {
	margin-top: 8px;
}

.footer-nav dt a {
	color: #c9e2f7;
	font-size: 16px;
	line-height: 2;
}

.footer-nav dd a {
	color: #a1c5e5;
	font-size: 14px;
	display: inline-block;
	line-height: 2;
	white-space: nowrap;
}

.footer-nav dt,
.footer-nav dd {
	/* padding: 4px 0;d */
}

.footer-nav dt a:hover,
.footer-nav dd a:hover {
	color: #fff;
}

.video-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .8);
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: none;
}

.video-wrapper.on {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.video-wrapper video {
	width: 800px;
	height: 600px;
}

.close-video {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

.video-detail {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1024px;
	z-index: 99;
	display: none;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-detail video {
	width: 100%;
	height: auto;
}

.close-video {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	background: #205b9e;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 30px;
	position: relative;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.footer-icp a {
	color: inherit;
}

.footer-icp a:hover {
	color: #fff;
}

.footer-icp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
}

.footer-icp img {
	display: block;
	height: 28px;
	margin: 0 13px;
}

.footer-friends {
	position: relative;
	cursor: pointer;
}

.footer-friends p {
	line-height: 34px;
	padding-left: 20px;
	padding-right: 10px;
	width: 230px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	display: flex;
	justify-content: space-between;
}

.footer-friends p:after {
	content: '\e689';
	font-family: 'iconfont';
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
	transform: rotate(180deg);
}

.friends-link {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .5);
	border-bottom: none;
	padding: 10px 0;
	display: none;
	background: #0059a6;
}

.friends-link a {
	display: block;
	padding-left: 20px;
	line-height: 2.4;
	color: #fff;
}

.footer-friends:hover p,
.footer-friends:hover p:after {
	color: #fff;
}

.footer-friends:hover p,
.footer-friends:hover .friends-link {
	border-color: rgba(255, 255, 255, .5);
}

.footer-friends:hover .friends-link {
	display: block;
}

.friends-link a:hover {
	background: #eca71d;
	color: #fff;
}

.index-txt {
	font-size: 18px;
}

.business-swiper img {
	/*width: 43.2% !important;*/
	width: 48% !important;

}
.z-index{
	z-index: -1 !important;
}
.infos{
	margin: 0 !important;
}
.business-a{
	padding: 0.5rem 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.business-swiper img,
	#enter1 {
		width: 100% !important;

	}

	.business-swiper .swiper-container {
		width: 100%;
	}

	.more-link {
		bottom: 9px;
	}

	.more-link {
		text-align: center;
		left: 50%;
		right: 0;
		transform: translate(-50%, 0);
	}

	.more-link a {
		font-size: 13px;
		padding: 0 3em;
	}

	.more-link a:before {
		border: 1px solid #bbb;
	}

}


@media screen and (max-width: 1440px) {

	nav li>a {
		font-size: 15px;
		padding: 0 14px;
	}

	.lan {
		font-size: 15px;
	}

	.search i {
		font-size: 18px;
	}

	header .logo img {
		height: 44px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-contact {
		margin-right: 7%;
	}
}

@media screen and (max-width: 1240px) {

	header,
	.footer-nav {
		display: none !important;
	}

	.header {
		display: block;
	}

	.footer-bottom {
		display: none;
	}

	footer {
		padding-bottom: 30px;
	}

	.pagination>li>a,
	.pagination>li>span,
	.pagination>li>a:focus,
	.pagination>li>a:hover,
	.pagination>li>span:focus,
	.pagination>li>span:hover {
		/* color:#eca71d !important; */
		margin-right: 15px;
	}

	@media screen and (max-width: 768px) {
		#allmap{
			height: 60vw !important;
		}
		.pagination {
			margin: 0 auto !important;
			display: flex;
			justify-content: center;
		}

		.business-swiper img {
			width: 100% !important;

		}

		.footer-nav+div.flex {
			padding: 0 !important;

		}

		.border-bottom:before {
			-webkit-transform: scaleY(.5);
			transform: scaleY(.5);
		}

		.border:before {
			width: 200%;
			height: 200%;
			-webkit-transform: scale(.5);
			transform: scale(.5);
			-webkit-transform-origin: 0 0;
			transform-origin: 0 0;
		}

		/* footer {
        padding: 20px 0 20px;
    } */
		.footer-contact {
			font-size: 12px;
			margin: 0;
		}

		.footer-qcode {
			margin-top: 10px;
		}

		.close-video-wrapper {
			font-size: 24px;
		}

		.video-wrapper video {
			width: 100%;
			height: auto;
		}

		.top {
			padding: 0;
			right: 10px;
			bottom: 20px;
		}

		.top img {
			width: 47%;
		}

		.top p {
			display: none;
		}
	}

	

