@charset "utf-8";

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

#bsWXBox {
	box-sizing: content-box;
}

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

ul {
	list-style: none;
}

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;
}

html {
	font-size: 1px;
}

@media (max-width: 1730px) {
	html {
		font-size: 0.901042px;
	}
}

@media (max-width: 1600px) {
	html {
		font-size: 0.824479px;
	}
}

@media (max-width: 1530px) {
	html {
		font-size: 0.792708px;
	}
}

@media (max-width: 1440px) {
	html {
		font-size: 0.741146px;
	}
}

@media (max-width: 1366px) {
	html {
		font-size: 0.702604px;
	}
}

@media (max-width: 1360px) {
	html {
		font-size: 0.699479px;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 0.657813px;
	}
}

body {
	font-family: 'Microsoft YaHei';
	font-size: 14rem;
	color: #666666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	max-width: 1920px;
	margin: 0 auto !important;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #666666;
}

a:hover,
a:active,
a:focus {
	color: #666666;
	text-decoration: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
}

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

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

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

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
	-webkit-appearance: none;
}

input,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0;
}

::-webkit-input-placeholder {
	color: #888;
}

:-moz-placeholder {
	color: #888;
	opacity: 1;
}

::-moz-placeholder {
	color: #888;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #888;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*清楚浮动*/
.clearfix:after {
	clear: both;
	height: 0;
	content: '';
	line-height: 0;
	font-size: 0;
	display: block;
}

/*图片垂直水平居中*/
.pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pic img {
	transition: 0.5s;
}

.pic:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.middleCenter {
	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;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1520rem;
}

.container01 {
	margin-right: auto;
	margin-left: auto;
	width: 1720rem;
}

.container02 {
	margin-right: auto;
	margin-left: auto;
	width: 1440rem;
}

#privacyPopup {
	z-index: 10000;
	position: fixed;
	width: auto;
	background: #fff;
	top: 50%;
	left: 50%;
	width: 800rem;
	transform: translate(-50%, -50%);
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

#privacyPopup video {
	display: block;
	max-width: 100%;
}

#privacyPopup .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	font-size: 42px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
}

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

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#section-footer .fp-tableCell {
	display: block;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38rem;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0 !important;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 55%;
	opacity: 1;
	width: 50px;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 70px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0 !important;
	right: 0;
	margin: 0 auto !important;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 50px;
	height: 30px;
	text-align: center;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
	content: '';
	width: 0;
	height: 1px;
	left: 50%;
	bottom: 5px;
	display: none;
	background: #fff;
	position: absolute;
	transition: all 334ms ease;
	-webkit-transition: all 334ms ease;
}

#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
	width: 20px;
	left: 24px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	background: #fff;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	position: absolute;
	z-index: 1;
	border: 0;
	color: #fff;
	font-size: 0;
	width: 12px;
	height: 12px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border: solid 2px #fff;
	border-radius: 100%;
}

#fp-nav ul li:last-child {
	display: none;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	background: #fff;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto !important;
}

.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;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

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

@keyframes fadeInLeft2 {
	0% {
		opacity: 0;
		transform: translate3d(-70px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2;
}

@keyframes fadeInLeft3 {
	0% {
		opacity: 0;
		transform: translate3d(-10px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInLeft3 {
	animation-name: fadeInLeft3;
}

@keyframes fadeInRight2 {
	0% {
		opacity: 0;
		transform: translate3d(70px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2;
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
	0% {
		opacity: 0;
		transform: translate3d(0, -70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInDown2 {
	animation-name: fadeInDown2;
}

@keyframes mymove {
	0% {
		transform: scale(0.3);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: scale(0.3);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@font-face {
	font-family: Montserrat-Regular;
	src: url(../font/Montserrat-Regular.otf);
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Montserrat-Bold;
	src: url(../font/Montserrat-Bold.otf);
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Oswald-Bold;
	src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Oswald-Regular;
	src: url('../font/Oswald-Regular.woff2') format('woff2'), url('../font/Oswald-Regular.woff') format('woff'), url('../font/Oswald-Regular.ttf') format('truetype'), url('../font/Oswald-Regular.eot') format('embedded-opentype'), url('../font/Oswald-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80;
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666666;
}

.prompt span a {
	text-decoration: underline;
}

.prompt .prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer;
}

#Privacy {
	z-index: 10000;
	position: fixed;
	width: 800px;
	background: #fff;
	border: 4px solid rgba(0, 0, 0, 0.15);
	top: 50%;
	left: 50%;
	margin-top: -264px;
	margin-left: -400px;
	border-radius: 5px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

#Privacy .dialog_header {
	width: 100%;
	position: relative;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f3f3f3;
}

#Privacy .dialog_header .title {
	width: 100%;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
}

#Privacy .dialog_header .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: #c5c5c5;
	cursor: pointer;
}

#Privacy .privacy_policy_title {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

#Privacy .p-1 {
	font-size: 20px;
}

#Privacy .p-2 {
	font-size: 16px;
}

#Privacy .privacy_content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 400px;
	padding: 20px 30px;
	overflow: auto;
}

#Privacy .privacy_footer {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

#Privacy .close_btn {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	min-width: 200px;
	height: 40px;
	background: #013763;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

@media (max-width: 768px) {
	#Privacy {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		margin: 0;
	}
}

.sitemap li {
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom: 20rem;
	margin-bottom: 20rem;
}

.sitemap li .top {
	font-size: 20rem;
	color: #333;
	font-weight: bold;
}

.sitemap li .top:hover {
	color: #cd0000;
}

.sitemap li .bot {
	margin-top: 15rem;
}

.sitemap li .bot a {
	float: left;
	font-size: 16rem;
	color: #666;
	margin-right: 20rem;
}

.sitemap li .bot a:hover {
	color: #cd0000;
}

.sitemap li .bot p {
	display: block;
	width: 100%;
	overflow: hidden;
	font-weight: bold;
	margin-top: 10rem;
}

.fix {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 155777;
	transition: 0.5s;
	left: 0;
}

.fix1 {
	background: #fff;
}

.header {
	height: 80rem;
	width: 100%;
	transition: 0.7s;
	position: relative;
	z-index: 1;
	background: #fff;
}

.header .container {
	width: 1720rem;
}

.header .logo {
	padding: 0;
	float: left;
	transition: 0.2s;
	padding-top: 21rem;
}

.header .logo a {
	display: block;
	position: relative;
}

.header .logo a img {
	display: inline-block;
	vertical-align: top;
	width: 271rem;
	z-index: 5;
	transition: 0.5s;
}

.header .header-right {
	float: right;
}

.header .header-right .menu {
	float: right;
	position: relative;
	width: 36px;
	height: 36px;
	margin-top: 12px;
	display: none;
}

.header .header-right .menu .navPhoneBtn {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	float: left;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 36px;
	text-align: right;
}

.header .header-right .menu .navPhoneBtn span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #013763;
	border-radius: 3px;
	z-index: 1;
	-webkit-transform-origin: 20px;
	transform-origin: 20px;
	-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.header .header-right .menu .navPhoneBtn span:last-child {
	margin-bottom: 0;
}

.header .header-right .header-search {
	float: right;
	/*搜索*/
}

.header .header-right .header-search .pull-right {
	position: relative;
	z-index: 778;
}

.header .header-right .header-search .pull-right a {
	display: block;
	overflow: hidden;
	width: 80rem;
	height: 80rem;
	background: url(../images/search.png) no-repeat center center;
	background-size: 24rem !important;
}

.header .header-right .header-search .search .search-main {
	top: 80rem;
	right: 0;
	z-index: 777;
	width: 300rem;
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header .header-right .header-search .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	font-size: 16rem;
	color: #666;
	height: 50rem;
	vertical-align: top;
	padding: 0 60rem 0 30rem;
	-webkit-appearance: none;
	background: none;
}

.header .header-right .header-search .btn {
	top: 0;
	border: 0;
	right: 0;
	color: #fff;
	width: 50rem;
	height: 50rem;
	line-height: 50rem;
	position: absolute;
	background: url(../images/search.png) no-repeat center center;
	background-size: 24rem !important;
}

.header .header-right .lan {
	float: right;
	cursor: pointer;
	position: relative;
	margin-right: -24rem;
}

.header .header-right .lan span {
	width: 80rem;
	height: 80rem;
	display: block;
	font-size: 18rem;
	line-height: 80rem;
	color: #333333;
	text-align: center;
	background: url(../images/world.gif) no-repeat center center;
	background-size: 38rem;
}

.header .header-right .lan ul {
	position: absolute;
	top: 80rem;
	width: 100%;
	background: #ffffff;
	padding: 10rem;
	color: #333;
	display: none;
}

.header .header-right .lan ul li a {
	display: block;
	color: #333;
	text-align: center;
	font-size: 20rem;
	line-height: 36rem;
}

.header .header-right .tel {
	float: right;
	cursor: pointer;
	position: relative;
}

.header .header-right .tel a {
	width: 60rem;
	height: 80rem;
	display: block;
	background: url(../images/phone.png) no-repeat center center;
	background-size: 24rem;
}

.header1 {
	box-shadow: -6rem 6rem 40rem 0rem rgba(1, 55, 99, 0.11);
}

.headerfix {
	box-shadow: -6rem 6rem 40rem 0rem rgba(1, 55, 99, 0.11);
}

.nav {
	transition: 0.2s;
	float: right;
	padding-right: 53rem;
}

.nav ul {
	position: relative;
	z-index: 1;
}

.nav ul li {
	text-align: center;
	float: left;
	position: relative;
	margin-left: 57rem;
}

.nav ul li a {
	display: block;
	font-size: 18rem;
	line-height: 80rem;
	color: #141414;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.nav ul li .subnav {
	width: 160rem;
	position: absolute;
	top: 80rem;
	left: 50%;
	margin-left: -80rem;
	display: none;
	z-index: 333;
}

.nav ul li .subnav ul {
	background: #fff; 
	width: 100%;
	float: none;
	padding: 15rem 0;
}

.nav ul li .subnav ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; 
}

.nav ul li .subnav ul li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	font-size: 15rem;
	line-height: 50rem;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
	font-weight: normal !important;
}

.nav ul li .subnav ul li a:after {
	display: none !important;
}
.nav ul li .subnav ul .child{
	    position: absolute;
	    left: 100%;
	    top: 0;
		    width: 160rem;
			display: none;
}

.nav ul li .subnav ul li .child li a{
	font-size: 15rem;
	line-height: 50rem; 
	color: #333 !important; 
	font-weight: normal !important;
}
@media (min-width: 1025px) {
	.nav ul li .subnav ul li:hover a {
		color: #cd0000 !important;
		font-weight: bold !important;
	}
	.nav ul li:hover .subnav{
		display:block;
	}
	.nav ul li .subnav ul li:hover .child{
		display:block;
	}
	.nav ul li .subnav ul li .child li:hover a{
		color: #cd0000 !important;
		font-weight: bold !important;
	}
}

.nav ul li:hover a {
	color: #cd0000;
}

.nav ul .active a {
	color: #cd0000;
}

.headerfix {
	background: #fff;
}

.bg {
	padding-top: 100vh;
	position: relative;
	z-index: 300;
	background-size: cover;
	background-position: center center;
}

.bg img {
	display: none;
}

.bg video {
	max-width: 100%;
	height: 110vh;
	object-fit: cover;
	position: absolute;
	top: -10vh;
	left: 0;
}

.section {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	overflow: hidden !important;
}

.section1 {
	position: relative;
	width: 100%;
	z-index: 400;
}

.section1 .bg {
	z-index: 80;
}

.section1 .bg img {
	display: none;
}

.active .home-title {
	-webkit-animation: fadeInDown2 2s alternate;
	animation: fadeInDown2 2s alternate;
}

.active .home-about .home-p {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.active .home-about .youshi {
	-webkit-animation: fadeInUp2 3s alternate;
	animation: fadeInUp2 3s alternate;
}

.active .home-about .more {
	-webkit-animation: fadeInUp2 4s alternate;
	animation: fadeInUp2 4s alternate;
}

.active .home-nav {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.active .home-app .home-bottom {
	-webkit-animation: fadeInUp2 3s alternate;
	animation: fadeInUp2 3s alternate;
}

.active .home-ban .show {
	-webkit-animation: fadeInUp2 3s alternate;
	animation: fadeInUp2 3s alternate;
}

.active .ban-nav {
	-webkit-animation: fadeInUp2 4s alternate;
	animation: fadeInUp2 4s alternate;
}

.active .home-news .home-bottom {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.active .home-map .home-bottom {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

#fp-nav {
	display: none !important;
}

.home {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 320;
	padding-top: 80rem;
	transform: translateY(-50%);
}

.transparent {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.6);
	top: 0;
	left: 0;
	z-index: 888;
	backdrop-filter: blur(5px);
}

.transparent.active {
	display: block;
}

.height {
	height: 1px;
	position: absolute;
	top: -80rem;
	left: 0;
	width: 100%;
}

.height1 {
	height: 80rem;
}

#menu {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	background: #ffffff;
	z-index: 9999;
	height: 100%;
	transition: 0.5s;
	overflow: auto;
	padding: 42px 10px;
}

#menu ul {
	overflow: hidden;
	padding: 0 10px;
}

#menu ul li {
	position: relative;
}

#menu ul li a {
	font-size: 18px;
	color: #013763;
	display: block;
	line-height: 36px;
	position: relative;
	padding: 0 10px;
	font-weight: bold;
}

@media (min-width: 1025px) {
	#menu ul li:hover a {
		background: #f2f2f2;
	}
}

#menu ul li ul li a {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin: 14px 0;
}

#menu ul li ul li ul li a {
	font-weight: normal;
}

#menu ul li:nth-child(1):before {
	display: none;
}

#menu .close {
	display: block;
	height: 36px;
	width: 36px;
	position: absolute;
	right: 17px;
	top: 18px;
	border-radius: 50%;
	background: url(../images/closed.png) no-repeat center center;
	background-size: 15px;
}

#menu.show1 {
	right: 0;
}

.swiper-renewal-main {
	position: relative;
}

.swiper-renewal-main .btn {
	position: absolute;
	bottom: 0;
	right: 12.15%;
	z-index: 333;
	width: 251rem;
	line-height: 66rem;
	height: 86rem;
	background: #cd0000;
}

.swiper-renewal-main .btn .swiper-pagination {
	font-family: Montserrat-Regular;
	bottom: 0;
	font-size: 27rem;
	color: #e6fdd6;
}

.swiper-renewal-main .btn .swiper-pagination span {
	font-family: Montserrat-Bold;
	font-size: 53rem;
	color: #ffffff;
	display: inline-block;
	line-height: 86rem;
	vertical-align: bottom;
}

.swiper-renewal-main .swiper-button-prev,
.swiper-renewal-main .swiper-button-next {
	width: 52rem;
	height: 52rem;
	border: 0;
	background: url(../images/zuo.png) no-repeat center center;
	background-size: 38rem;
	border-radius: 0;
	margin-top: -26rem;
	z-index: 33;
	left: 5%;
}

.swiper-renewal-main .swiper-button-prev:after,
.swiper-renewal-main .swiper-button-next:after {
	display: none;
}

.swiper-renewal-main .swiper-button-next {
	right: 5%;
	left: auto;
	background: url(../images/you.png) no-repeat center center;
	background-size: 38rem;
}

.swiper-renewal-main .img {
	display: none;
}

.swiper-renewal-main video {
	display: block;
}

.swiper-renewal-main .banner-hover {
	color: #fff;
	position: absolute;
	top: 330rem;
	left: 0;
	width: 100%;
}

.swiper-renewal-main .banner-hover .info {
	text-align: center;
}

.swiper-renewal-main .banner-hover .span {
	font-size: 58rem;
	letter-spacing: 9rem;
	color: #ffffff;
	text-shadow: 0rem 1rem 35rem rgba(0, 0, 0, 0.38);
}

.swiper-renewal-main .banner-hover .bt {
	font-size: 80rem;
	font-weight: bold;
	letter-spacing: 4rem;
	margin-bottom: 13rem;
	color: #ffffff;
}

.swiper-renewal-main .banner-hover .bt br {
	display: none;
}

.swiper-renewal-main .banner-hover .more {
	padding-top: 73rem;
}

.swiper-renewal-main .banner-hover .more a {
	margin: 0 auto;
}

.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.swiper-renewal-main .swiper-slide-active .banner-hover .span {
	-webkit-animation: fadeInUp2 3s alternate;
	animation: fadeInUp2 3s alternate;
}

.swiper-renewal-main .swiper-slide-active .banner-hover .more {
	-webkit-animation: fadeInUp2 4s alternate;
	animation: fadeInUp2 4s alternate;
}

.more a,
.more p {
	width: 180rem;
	line-height: 54rem;
	border-radius: 8rem;
	border: solid 2rem #ffffff;
	font-size: 18rem;
	text-align: center;
	color: #ffffff;
	display: block;
}

@media (min-width: 1025px) {
	.more a:hover {
		background: #cd0000;
		color: #fff;
		border: solid 2rem #cd0000;
	}
}

.home-title {
	text-align: center;
	font-size: 42rem;
	font-weight: bold;
	color: #ffffff;
}

.hide1 {
	display: none;
	padding: 0 15px;
}

@media (max-width: 1200px) {
	.hide1 {
		display: block;
		position: relative;
		z-index: 33;
		padding-top: 40px;
	}
}

.home-p {
	text-align: center;
	font-size: 24rem;
	line-height: 48rem;
	color: #ffffff;
}

.home-about {
	top: 160rem;
	padding-top: 0;
	transform: none;
}

.home-about .home-p {
	margin-top: 25rem;
}

.home-about .youshi {
	width: 81%;
	margin: 0 auto;
	padding-top: 37rem;
	position: relative;
}

.home-about .youshi ul li {
	width: 25%;
	float: left;
}

.home-about .youshi ul li .num {
	color: #fff;
}

.home-about .youshi ul li .num .counter {
	font-family: Oswald-Bold;
	font-size: 60rem;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	line-height: 80rem;
}

.home-about .youshi ul li .num i {
	font-style: normal;
	font-family: Oswald-Bold;
	font-size: 60rem;
	display: inline-block;
	vertical-align: top;
	line-height: 80rem;
}

.home-about .youshi ul li .num em {
	font-style: normal;
	font-size: 18rem;
	color: #ffffff;
	display: inline-block;
	vertical-align: bottom;
}

.home-about .youshi ul li .p {
	font-size: 18rem;
	margin-top: 10rem;
	padding-left: 11rem;
	color: #ffffff;
}

.home-about .youshi ul li:nth-child(1) {
	width: 28%;
}

.home-about .youshi ul li:nth-child(2) {
	width: 32%;
}

.home-about .youshi ul li:nth-child(3) {
	width: 28%;
}

.home-about .youshi ul li:nth-last-child(1) {
	width: 12%;
}

.home-about .youshi ul li:nth-last-child(1) .num i {
	font-weight: bold;
	font-size: 54rem;
}

.home-about .youshi .video {
	position: absolute;
	top: 40rem;
	left: 50%;
	margin-left: -50rem;
}

.home-about .youshi .video a {
	width: 100rem;
	height: 100rem;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	display: block;
}

.home-about .youshi .video a img {
	display: block;
}

.home-about .youshi .video a:after {
	content: '';
	display: block;
	width: 100rem;
	height: 100rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-animation: 1s ease mymove infinite;
	animation: 1s ease mymove infinite;
}

.home-about .youshi .video a:before {
	content: '';
	display: block;
	width: 70rem;
	height: 70rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -35rem 0 0 -35rem;
	-webkit-animation: 3s ease mymove infinite;
	animation: 3s ease mymove infinite;
}

.home-about .more {
	padding-top: 49rem;
}

.home-about .more a {
	margin: 0 auto;
}

@keyframes mymove {
	0% {
		transform: scale(0.3);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: scale(0.3);
	}

	100% {
		transform: scale(1);
	}
}

.home-app .home-bottom {
	position: relative;
}

.home-app .home-bottom .show .info {
	display: none;
	overflow: hidden;
}

.home-app .home-bottom .more {
	padding-top: 40rem;
}

.home-app .home-bottom .more a {
	margin: 0 auto;
}

.swiper-app {
	padding: 0 8rem;
}

.swiper-app .nr {
	height: 470rem;
	position: relative;
	margin-top: 50rem;
}

.swiper-app .pic {
	width: 730rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-app .pic:after {
	padding-bottom: 64.38356164%;
}

.swiper-app .swiper-button-prev,
.swiper-app .swiper-button-next {
	width: 55rem;
	height: 55rem;
	border-radius: 10rem;
	background: rgba(255, 255, 255, 0.12);
	margin-top: -27rem;
	left: -11%;
}

.swiper-app .swiper-button-prev:after,
.swiper-app .swiper-button-next:after {
	font-size: 20rem;
	color: #fff;
}

@media (min-width: 1025px) {

	.swiper-app .swiper-button-prev:hover,
	.swiper-app .swiper-button-next:hover {
		background-color: #cd0000;
		border: dashed 1px #cd0000;
	}
}

.swiper-app .swiper-button-next {
	right: -11%;
	left: auto;
}

.swiper-app ul li {
	position: relative;
}

.swiper-app ul li .dot {
	position: absolute;
	width: 35rem;
	height: 35rem;
	background: url(../images/dot.png) no-repeat center center;
	background-size: 100%;
	border-radius: 50%;
	z-index: 3;
	-webkit-animation: 5s ease mymove infinite;
	animation: 5s ease mymove infinite;
}

.swiper-app ul li .bt {
	width: 132rem;
	line-height: 42rem;
	padding: 0 5rem;
	font-size: 18rem;
	font-weight: bold;
	color: #013763;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	text-align: center;
	margin-left: 14rem;
	box-shadow: 0rem 4rem 8rem 0rem rgba(0, 146, 206, 0.35);
	border-radius: 10rem;
	border: solid 4rem rgba(255, 255, 255, 0.08);
	z-index: 3;
	position: relative;
}

.swiper-app ul li .bt:after {
	content: '';
	display: block;
	width: 132rem;
	height: 42rem;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10rem;
	z-index: -1;
}

.swiper-app ul li .line {
	width: 370rem;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 18rem;
	border-bottom: 1px dashed #cccccc;
	z-index: 1;
}

.swiper-app ul li .line1 {
	height: 1px;
	position: absolute;
	border-bottom: 1px dashed #cccccc;
	z-index: 1;
}

.swiper-app ul li .text {
	position: absolute;
	left: 0;
	z-index: 3;
}

@media (min-width: 1025px) {
	.swiper-app ul li .text:hover .hover {
		opacity: 1;
	}
}

.swiper-app ul li .hover {
	width: 160rem;
	height: 160rem;
	background-color: #ffffff;
	box-shadow: 0rem 4rem 8rem 0rem rgba(0, 146, 206, 0.35);
	border-radius: 50%;
	font-size: 14rem;
	color: #013763;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 9rem;
	text-align: center;
	opacity: 0;
	transition: 0.5s;
	z-index: 3;
}

.swiper-app ul li .hover:after {
	content: '';
	display: block;
	width: 176rem;
	height: 176rem;
	border: solid 8rem rgba(255, 255, 255, 0.08);
	position: absolute;
	top: -8rem;
	left: -8rem;
	border-radius: 50%;
}

.swiper-app ul li .hover .pic {
	width: 100rem;
	margin: 0 auto;
	position: relative;
	left: auto;
	top: auto;
	transform: none;
}

.swiper-app ul li .hover .pic:after {
	padding-bottom: 100%;
}

.swiper-app ul li .hover .p {
	margin-top: 7rem;
}

.swiper-app ul .a1 .dot {
	top: 192rem;
	left: 465rem;
}

.swiper-app ul .a1 .text {
	top: 71rem;
}

.swiper-app ul .a1 .line1 {
	width: 146rem;
	top: 82rem;
	left: 362rem;
	transform: rotate(50deg);
}

.swiper-app ul .a2 .dot {
	top: 305rem;
	left: 819rem;
}

.swiper-app ul .a2 .text {
	top: 199rem;
}

.swiper-app ul .a2 .line1 {
	width: 453rem;
	top: 72rem;
	left: 384rem;
	transform: rotate(12deg);
}

.swiper-app ul .a3 .dot {
	top: 327rem;
	left: 497rem;
}

.swiper-app ul .a3 .text {
	top: 326rem;
}

.swiper-app ul .a3 .line1 {
	width: 110rem;
	top: 22rem;
	left: 390rem;
	transform: rotate(-3deg);
}

.swiper-app ul .a4 .dot {
	top: 431rem;
	left: 731rem;
}

.swiper-app ul .a4 .text {
	top: 451rem;
}

.swiper-app ul .a4 .line1 {
	width: 355rem;
	top: 13rem;
	left: 384rem;
	transform: rotate(-4deg);
}

.swiper-app ul .even .line {
	right: 18rem;
	left: auto;
}

.swiper-app ul .even .text {
	right: 0;
	left: auto;
}

.swiper-app ul .even .text .bt {
	float: right;
	margin-left: 0;
	margin-right: 14rem;
}

.swiper-app ul .even .text .hover {
	right: 0;
	left: auto;
}

.swiper-app ul .a5 .dot {
	top: 167rem;
	right: 682rem;
}

.swiper-app ul .a5 .text {
	top: 71rem;
}

.swiper-app ul .a5 .line1 {
	width: 320rem;
	top: 69rem;
	right: 384rem;
	transform: rotate(-16deg);
}

.swiper-app ul .a6 .dot {
	top: 182rem;
	right: 635rem;
}

.swiper-app ul .a6 .text {
	top: 199rem;
}

.swiper-app ul .a6 .line1 {
	width: 265rem;
	top: 11rem;
	right: 387rem;
	transform: rotate(6deg);
}

.swiper-app ul .a7 .dot {
	top: 227rem;
	right: 631rem;
}

.swiper-app ul .a7 .text {
	top: 326rem;
}

.swiper-app ul .a7 .line1 {
	width: 275rem;
	top: -28rem;
	right: 379rem;
	transform: rotate(23deg);
}

.swiper-app ul .a8 .dot {
	top: 334rem;
	right: 555rem;
}

.swiper-app ul .a8 .text {
	top: 451rem;
}

.swiper-app ul .a8 .line1 {
	width: 216rem;
	top: -37rem;
	right: 370rem;
	transform: rotate(35deg);
}

.home-nav {
	width: 90%;
	margin: 0 auto;
	margin-top: 30rem;
}

.home-nav ul li {
	width: 20%;
	float: left;
	padding: 0 20rem;
}

.home-nav ul li a {
	display: block;
	line-height: 52rem;
	border: solid 1px #ffffff;
	border-radius: 27rem;
	position: relative;
	font-size: 16rem;
	color: #ffffff;
	padding-left: 108rem;
	padding-right: 5rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.home-nav ul li a .pic {
	width: 50rem;
	position: absolute;
	left: 30rem;
	top: 0;
}

.home-nav ul li a .pic .mh {
	display: none;
}

@media (min-width: 1025px) {
	.home-nav ul li:hover a {
		color: #fff;
		background: #cd0000;
		border: 1px solid #cd0000;
	}

	.home-nav ul li:hover a .pic .m {
		display: none;
	}

	.home-nav ul li:hover a .pic .mh {
		display: block;
	}
}

.home-nav ul .cur a {
	color: #fff;
	background: #cd0000;
	border: 1px solid #cd0000;
}

.home-nav ul .cur a .pic .m {
	display: none;
}

.home-nav ul .cur a .pic .mh {
	display: block;
}

.home-ban {
	top: 80rem;
	padding-top: 0;
	transform: none;
}

.home-ban .home-title {
	text-align: left;
}

.home-ban .show .info {
	display: none;

}

.home-ban .show .info.active {
	display: block;

}

.home-ban .show .in1 {
	padding-top: 154rem;
}

.home-ban .show .in2 {
	padding-top: 55rem;
}

.home-ban .show .in3 {
	padding-top: 154rem;
}

.home-ban .show .in4 {
	padding-top: 104rem;
}

.home-ban .show .in5 {
	padding-top: 104rem;
}

.home-ban .show .in6 {
	padding-top: 154rem;
}

.home-ban .xunjia .h3 {
	font-size: 24rem;
	color: #ffffff;
	text-shadow: 0rem 1rem 35rem rgba(0, 0, 0, 0.38);
}

.home-ban .xunjia .list {
	padding-top: 42rem;
}

.home-ban .xunjia .list ul li {
	float: left;
	margin-right: 29rem;
}

.home-ban .xunjia .list ul li span {
	font-size: 18rem;
	line-height: 32rem;
	color: #ffffff;
	padding: 0 11rem;
}

.home-ban .xunjia .list ul li input {
	width: 180rem;
	height: 52rem;
	border-radius: 2rem;
	background: none;
	border: solid 1rem #ffffff;
	padding: 0 10rem;
	color: #fff;
}

.home-ban .xunjia .list ul li input::-webkit-input-placeholder {
	color: #fff;
}

.home-ban .xunjia .list ul li input:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.home-ban .xunjia .list ul li input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.home-ban .xunjia .list ul li input:-ms-input-placeholder {
	color: #fff;
}

.home-ban .xunjia .list ul li a {
	width: 200rem;
	line-height: 52rem;
	font-size: 18rem;
	color: #ffffff;
	background-color: #cd0000;
	border-radius: 2rem;
	display: block;
	text-align: center;
}

@media (min-width: 1025px) {
	.home-ban .xunjia .list ul li a:hover {
		background: #013763;
	}
}

.home-ban .shiping ul {
	margin: 0 -11rem;
}

.home-ban .shiping ul li {
	width: 25%;
	float: left;
	padding: 0 11rem;
}

.home-ban .shiping ul li .pic:after {
	padding-bottom: 75.54585153%;
}

.home-ban .shiping ul li .pic img {
	display: none;
}

.bgg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.bgg ul li {
	display: none;
	width: 100%;
	height: 100vh;
}

.ban-nav {
	position: absolute;
	bottom: 25rem;
	left: 0;
	width: 100%;
	z-index: 3333;
	height: 264rem;
	background: url(../images/line.png) no-repeat center 40rem;
	background-size: 100%;
}

.ban-nav .container {
	overflow: hidden;
	width: 1600rem;
}

.ban-nav ul li {
	width: 16.66666667%;
	float: left;
}

.ban-nav ul li .box {
	float: left;
}

.ban-nav ul li .pic {
	width: 97rem;
	height: 97rem;
	background-color: #013763;
	border: solid 8rem #ffffff;
	border-radius: 50%;
	margin: 0 auto;
}

.ban-nav ul li .bt {
	font-size: 24rem;
	text-align: center;
	line-height: 60rem;
	color: #ffffff;
}

.ban-nav ul .active .pic {
	background: #cd0000;
}

.ban-nav ul li:nth-child(1) {
	width: 15%;
}

.ban-nav ul li:nth-child(2) {
	width: 20%;
	padding-top: 89rem;
}

.ban-nav ul li:nth-child(3) {
	width: 18%;
	padding-top: 17rem;
}

.ban-nav ul li:nth-child(4) {
	width: 20%;
	padding-top: 108rem;
}

.ban-nav ul li:nth-child(5) {
	width: 15%;
	padding-top: 49rem;
}

.ban-nav ul li:nth-last-child(1) {
	width: 10%;
	padding-top: 30rem;
}

.ban-nav ul li:nth-last-child(1) .box {
	float: right;
}

.home-news .pic:after {
	padding-bottom: 53.65853659%;
}

.home-news .home-bottom {
	padding-top: 51rem;
}

.home-news .box {
	background-color: #ffffff;
	box-shadow: 0rem 2rem 8rem 0rem rgba(1, 55, 99, 0.12);
	border-radius: 8rem;
}

.home-news .left {
	width: 47.7%;
	float: left;
}

.home-news .left .bt {
	font-size: 24rem;
	font-weight: bold;
	line-height: 36rem;
	margin-bottom: 7rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	color: #212121;
}

.home-news .left .date {
	font-size: 16rem;
	color: #616161;
}

.home-news .left .text {
	padding: 28rem 36rem 35rem 36rem;
}

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

	.home-news .left:hover .bt {
		color: #013763;
	}
}

.home-news .right {
	width: 49.2%;
	float: right;
}

.home-news .right ul li {
	margin-bottom: 28rem;
}

.home-news .right ul li .box {
	position: relative;
	padding-left: 357rem;
	min-height: 170rem;
	padding-right: 30rem;
	padding-top: 22rem;
	background-color: #ffffff;
	box-shadow: 0rem 2rem 8rem 0rem rgba(1, 55, 99, 0.12);
	border-radius: 8rem;
}

.home-news .right ul li .box .pic {
	width: 320rem;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8rem;
}

.home-news .right ul li .box .bt {
	font-size: 20rem;
	font-weight: bold;
	line-height: 30rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	color: #222222;
	margin-bottom: 10rem;
}

.home-news .right ul li .box .p {
	font-size: 14rem;
	line-height: 21rem;
	height: 42rem;
	overflow: hidden;
	color: #666666;
	margin-bottom: 17rem;
}

.home-news .right ul li .box .more p {
	width: 101rem;
	line-height: 30rem;
	border-radius: 8rem;
	border: solid 1rem #7a7a7a;
	font-size: 14rem;
	color: #7a7a7a;
}

@media (min-width: 1025px) {
	.home-news .right ul li:hover .pic img {
		transform: scale(1.1);
	}

	.home-news .right ul li:hover .bt {
		color: #013763;
	}

	.home-news .right ul li:hover .more p {
		background: #013763;
		color: #fff;
		border: 1px solid #013763;
	}
}

.home-map {
	top: 143rem;
	padding-top: 0;
	transform: none;
}

.home-map .home-bottom {
	padding-top: 32rem;
}

.home-map .left {
	width: 14%;
	float: left;
}

.home-map .left .swiper-biaoti {
	height: 90rem;
	position: relative;
	overflow: hidden;
}

.home-map .left .swiper-biaoti .swiper-slide {
	cursor: pointer;
	text-align: center;
	font-size: 18rem;
}

.home-map .left .swiper-biaoti .swiper-slide-thumb-active {
	color: #fff;
}

.home-map .left .swiper-biaoti .swiper-slide-prev {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #1b1b1b, #666666, #999999);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home-map .left .swiper-biaoti .swiper-slide-next {
	color: #fff;
	background-image: -webkit-linear-gradient(bottom, #1b1b1b, #666666, #999999);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home-map .left .swiper-logo {
	position: relative;
	overflow: hidden;
	margin-top: 10rem;
}

.home-map .left .swiper-logo .swiper-slide {
	cursor: pointer;
	text-align: center;
	padding: 51rem 0;
	position: relative;
}

.home-map .left .swiper-logo .swiper-slide-active {
	color: #fff;
}

.home-map .left .swiper-partner {
	height: 440rem;
	overflow: hidden;
}

.home-map .left .swiper-partner .swiper-slide {
	padding: 7rem 0;
}

.home-map .left .swiper-partner .pic {
	border-radius: 8rem;
	background: url(../images/yuan.png) no-repeat center center;
	/* background-size: 100%; */
}

.home-map .left .swiper-partner .pic:after {
	padding-bottom: 42.64150943%;
}

.home-map .left .swiper-partner .swiper-button-prev,
.home-map .left .swiper-partner .swiper-button-next {
	width: 40rem;
	height: 40rem;
	border: solid 1rem #fff;
	border-radius: 50%;
	transform: rotate(90deg);
}

.home-map .left .swiper-partner .swiper-button-prev:after,
.home-map .left .swiper-partner .swiper-button-next:after {
	font-size: 20rem;
	color: #fff;
}

@media (min-width: 1025px) {

	.home-map .left .swiper-partner .swiper-button-prev:hover,
	.home-map .left .swiper-partner .swiper-button-next:hover {
		background: #cd0000;
		border: 1px solid #cd0000;
	}
}

.home-map .left .swiper-partner .swiper-button-prev {
	top: 0;
	margin-top: 0;
	left: 50%;
	margin-left: -20rem;
}

.home-map .left .swiper-partner .swiper-button-next {
	top: auto;
	bottom: 0;
	margin-top: 0;
	left: 50%;
	margin-left: -20rem;
}

.home-map .right {
	float: right;
	width: 79%;
}

.home-map .right .img {
	width: 1287px;
	height: 633px;
	position: relative;
}

.home-map .right .img .hide {
	display: none;
}

.home-map .right .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.home-map .right .img .globalMap {
	width: 100%;
	height: 633px;
	position: relative;
	z-index: 66;
}

.home-map .right .img .area {
	position: absolute;
	-webkit-transition: transform 2s linear;
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	-o-transition: transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear;
}

.home-map .right .img .area i {
	width: 18px;
	height: 18px;
	background: url(../images/do.png) no-repeat center center;
	background-size: 100%;
	display: inline-block;
	-webkit-animation: 1s ease mymove infinite;
	animation: 1s ease mymove infinite;
}

.home-map .right .img .area span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	font-size: 14px;
	padding: 0 5px;
}

.home-map .right .img .m0 span {
	font-size: 13px;
}

.home-map .right .img .area .dot {
	position: relative;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 4px;
	color: #ffffff;
	display: block;
	padding: 0 6px 0 8px;
	text-align: center;
	z-index: 1;
}

.home-map .right .img .m01 {
	top: 39.5%;
	left: 15%;
}

.home-map .right .img .m02 {
	top: 69%;
	left: 31.4%;
}

.home-map .right .img .m03 {
	top: 26%;
	left: 52.5%;
}

.home-map .right .img .m04 {
	top: 22.7%;
	left: 54.3%;
}

.home-map .right .img .m05 {
	top: 22.5%;
	left: 60.5%;
}

.home-map .right .img .m06 {
	top: 51.7%;
	left: 60%;
}

.home-map .right .img .m07 {
	top: 54%;
	left: 73.5%;
}

.home-map .right .img .m08 {
	top: 41.4%;
	right: 11.5%;
}

.home-map .right .img .m09 {
	top: 48.3%;
	left: 79.5%;
}

.home-map .right .img .m09 span {
	margin-top: 10px;
}

.home-map .right .img .m010 {
	top: 37%;
	right: 16.4%;
}

.home-map .right .img .m011 {
	top: 39.3%;
	right: 21%;
}

.home-map .right .img .m012 {
	top: 41.6%;
	right: 22.5%;
}

.home-map .right .img .m013 {
	top: 41.8%;
	right: 18%;
}

.home-map .right .img .m014 {
	top: 44.6%;
	right: 21.5%;
}

.home-map .right .img .m015 {
	top: 46.6%;
	right: 21%;
}

.home-map .right .img .m016 {
	top: 47.6%;
	right: 23%;
}

.home-map .right .img .m017 {
	top: 49%;
	right: 21.9%;
}

.home-map .right .img .m018 {
	top: 49.3%;
	right: 23.7%;
}

.home-map .right .img .m019 {
	top: 50.6%;
	right: 21.4%;
}

.home-map .right .img .m020 {
	top: 44.4%;
	right: 17.2%;
}

.home-map .right .img .m021 {
	top: 46.6%;
	right: 17.5%;
}

.home-map .right .img .m022 {
	top: 47.6%;
	right: 15.5%;
}

.home-map .right .img .m023 {
	top: 44.6%;
	right: 15%;
}

.home-map .right .img .m024 {
	top: 45.8%;
	left: 78.2%;
}

.home-map .right .img .m024 i {
	background: url(../images/do1.png) no-repeat center center;
	background-size: 100%;
	margin-right: 59px;
}

.home-map .right svg {
	position: relative;
	z-index: 1;
}

.home-map .right .map-lines {
	position: absolute;
	top: 153px;
	left: 201px;
	z-index: 10;
	fill: none;
	width: 890px;
	height: 291px;
	-webkit-stroke: #fff;
	-moz-stroke: #fff;
	-ms-stroke: #fff;
	-o-stroke: #fff;
	stroke: #fff;
	-webkit-stroke-width: 1px;
	-moz-stroke-width: 1px;
	-ms-stroke-width: 1px;
	-o-stroke-width: 1px;
	stroke-width: 1px;
}

.home-map .right svg:not(:root) {
	overflow: hidden;
}

.home-map .right .map-line1 {
	stroke-dashoffset: 890px;
	stroke-dasharray: 890px;
	animation: animation-line 10.04s ease-in;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.home-map .right .map-line2 {
	stroke-dashoffset: -890px;
	stroke-dasharray: -890px;
	animation: animation-line 10.04s ease-in;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.home-map .right .map-line--6 {
	animation-delay: 1.94s;
}

@keyframes animation-line {
	0% {
		stroke-dashoffset: 890px;
	}

	14.28571% {
		stroke-dashoffset: 0;
	}

	61.42857% {
		stroke-dashoffset: 0;
	}

	85.71429% {
		stroke-dashoffset: -890px;
	}

	to {
		stroke-dashoffset: -890px;
	}
}

@-webkit-keyframes animation-line {
	0% {
		-webkit-stroke-dashoffset: 890px;
	}

	14.28571% {
		-webkit-stroke-dashoffset: 0;
	}

	61.42857% {
		-webkit-stroke-dashoffset: 0;
	}

	85.71429% {
		-webkit-stroke-dashoffset: -890px;
	}

	to {
		-webkit-stroke-dashoffset: -890px;
	}
}

@-moz-keyframes animation-line {
	0% {
		-moz-stroke-dashoffset: 890px;
	}

	14.28571% {
		-moz-stroke-dashoffset: 0;
	}

	61.42857% {
		-moz-stroke-dashoffset: 0;
	}

	85.71429% {
		-moz-stroke-dashoffset: -890px;
	}

	to {
		-moz-stroke-dashoffset: -890px;
	}
}

@-o-keyframes animation-line {
	0% {
		-o-stroke-dashoffset: 890px;
	}

	14.28571% {
		-o-stroke-dashoffset: 0;
	}

	61.42857% {
		-o-stroke-dashoffset: 0;
	}

	85.71429% {
		-o-stroke-dashoffset: -890px;
	}

	to {
		-o-stroke-dashoffset: -890px;
	}
}

.footer {
	background: #ffffff url(../images/fbg.jpg) no-repeat top center;
	background-size: cover;
}

.footer a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.footer-bottom {
	padding-top: 107rem;
	padding-bottom: 101rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .footer-left {
	float: left;
	width: 30%;
}

.footer-bottom .footer-left .f1 {
	margin-bottom: 32rem;
	background: url(../images/f01.png) no-repeat top left;
	background-size: 63rem;
	padding-left: 72rem;
}

.footer-bottom .footer-left .f1 span {
	font-size: 16rem;
	color: rgba(255, 255, 255, 0.7);
}

.footer-bottom .footer-left .f1 p {
	font-family: Oswald-Bold;
	font-size: 26rem;
	line-height: 37rem;
	color: #ffffff;
}

.footer-bottom .footer-left .f1 p a {
	color: #ffffff;
	display: block;
}

.footer-bottom .footer-left .f3 {
	font-size: 14rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 36rem;
}

.footer-bottom .footer-left .f3 p {
	padding-left: 39rem;
}

.footer-bottom .footer-left .f3 a {
	color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .footer-left .f3 p:nth-child(1) {
	background: url(../images/yx.png) no-repeat left 12rem;
	background-size: 16rem;
}

.footer-bottom .footer-left .f3 p:nth-child(2) {
	background: url(../images/dz.png) no-repeat left 10rem;
	background-size: 14rem;
}

.footer-bottom .footer-left .btn {
	padding-top: 33rem;
}

.footer-bottom .footer-left .btn a {
	width: 151rem;
	line-height: 43rem;
	background: #ffffff url(../images/lu.png) no-repeat 30rem center;
	background-size: 19rem !important;
	border-radius: 21rem;
	display: block;
	font-size: 14rem;
	color: #013763;
	padding-left: 61rem;
}

@media (min-width: 1025px) {
	.footer-bottom .footer-left .btn a:hover {
		background: #cd0000 url(../images/lu1.png) no-repeat 30rem center;
	}
}

.footer-bottom .footer-left .socialMedia {
	margin-top: 38rem;
}

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

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

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

@media (min-width: 1025px) {
	.footer-bottom .footer-left .socialMedia .list .icon:hover {
		opacity: 1;
		background-color: #cd0000;
		border: 1px solid #cd0000;
	}
}

.footer-bottom .footer-left .socialMedia .list .icon-1 {
	background: url(../images/sp1.png) no-repeat center center;
}

.footer-bottom .footer-left .socialMedia .list .icon-2 {
	background: url(../images/sp2.png) no-repeat center center;
}

.footer-bottom .footer-left .socialMedia .list .icon-3 {
	background: url(../images/sp3.png) no-repeat center center;
}

.footer-bottom .footer-left .socialMedia .list .icon-4 {
	background: url(../images/sp4.png) no-repeat center center;
}

.footer-bottom .footer-left .socialMedia .list .down {
	display: none;
	color: #666;
	font-size: 14rem;
	align-items: center;
	width: 120rem;
	cursor: initial;
	padding-bottom: 20rem;
	position: absolute;
	top: 100%;
	left: 0;
}

.footer-bottom .footer-left .socialMedia .list .down .txt {
	margin-right: 10rem;
}

.footer-bottom .footer-left .socialMedia .list .down .ewm {
	width: 119rem;
	position: relative;
}

.footer-bottom .footer-left .socialMedia .list .active .down {
	display: flex;
}

.footer-bottom .footer-left .socialMedia .list .box:hover .icon {
	opacity: 1;
}

.footer-bottom .footer-left .socialMedia .list .box:hover .down {
	display: flex;
}

.footer-bottom .footer-list {
	float: right;
	width: 65%;
	margin-top: -2rem;
}

.footer-bottom .footer-list ul li {
	width: 23%;
	float: left;
}

.footer-bottom .footer-list ul li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	color: #ffffff;
	max-width: 100%;
	font-size: 18rem;
	font-weight: bold;
	letter-spacing: 1rem;
	padding-right: 5rem;
	padding-bottom: 35rem;
}

.footer-bottom .footer-list ul li ul li {
	width: 100% !important;
}

.footer-bottom .footer-list ul li ul li a {
	font-size: 16rem;
	line-height: 42rem;
	color: rgba(255, 255, 255, 0.6);
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	position: relative;
}

.footer-bottom .footer-list ul li:nth-child(2) {
	width: 23%;
}

.footer-bottom .footer-list ul li:nth-last-child(3) {
	width: 22%;
}

.footer-bottom .footer-list ul li:nth-last-child(1) {
	width: 9%;
	float: right;
}

.footer-copyright {
	padding: 24rem 0;
	font-size: 14rem;
	line-height: 22rem;
	color: rgba(255, 255, 255, 0.48);
}

.footer-copyright a {
	color: rgba(255, 255, 255, 0.48);
}

.current {
	font-size: 14rem;
	line-height: 19rem;
	letter-spacing: 1rem;
	color: #ffffff;
	position: absolute;
	bottom: 22rem;
	left: 0;
	width: 100%;
}

.current a {
	color: #fff;
}

.current b {
	font-weight: normal;
}

.current span {
	padding-left: 30rem;
	background: url(../images/home.png) no-repeat center left;
	background-size: 16rem;
	padding-left: 28rem;
}

.current1 {
	color: #7a7a7a;
	position: relative;
	bottom: auto;
	left: auto;
	padding: 22rem 0;
}

.current1 a {
	color: #7a7a7a;
}

.current1 span {
	background: url(../images/home1.png) no-repeat center left;
	background-size: 16rem;
}

.job {
	background: #f7fafc;
	padding: 118rem 0;
}

.job2 .info {
	width: 77.2%;
	float: left;
	padding: 0 30rem;
	background: #ffffff;
}

.job2 .span-01 {
	display: block;
	width: 29%;
	float: left;
	padding-left: 80rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.job2 .span-02 {
	display: block;
	width: 28%;
	float: left;
	text-align: center;
}

.job2 .span-03 {
	display: block;
	width: 25%;
	float: left;
	text-align: center;
}

.job2 .span-04 {
	display: block;
	width: 18%;
	float: left;
	text-align: center;
}

@media (min-width: 1025px) {
	.job2 .span-04 a:hover {
		color: #013763;
	}
}

.job2 .title {
	color: #333333;
	font-weight: bold;
	line-height: 40rem;
	padding: 26rem 0;
	font-size: 18rem;
	overflow: hidden;
}

.job2 dl {
	margin-bottom: 15rem;
	background: #fbfbfb;
}

.job2 dt {
	background: #f9f9f9;
	border-radius: 10rem;
	overflow: hidden;
	padding: 15rem 0;
	cursor: pointer;
	font-size: 16rem;
	line-height: 30rem;
	color: #333333;
	transition: all 0.5s;
}

.job2 dt:hover {
	background: #e5e5e5;
}

.job2 dd {
	height: 0;
	font-size: 16rem;
	color: #666666;
	line-height: 2;
	overflow: hidden;
}

.job2 dd .nr {
	padding: 27rem 30rem 74rem 80rem;
	position: relative;
}

.job2 .cur dt {
	background: #f1f8ff;
}

.job2 .cur dt span {
	color: #013763;
}

.job2 .cur dt .span-01 {
	color: #013763;
	font-weight: bold;
}

.job2 .cur dd {
	height: auto;
}

.job2 .p-01 {
	font-weight: 700;
	color: #013763;
}

.job2 .red {
	color: #ff0000;
}

.job2 .send {
	padding-top: 56rem;
}

@media (min-width: 1025px) {
	.job2 .send:hover a {
		color: #fff;
		-webkit-box-shadow: 0 0 0 1px #fff;
		box-shadow: 0 0 0 1px #fff;
		background: #cd0000 url(../images/tubiao1.png) no-repeat 71% center;
		background-size: 18rem;
	}
}

.job2 .send a {
	display: inline-block;
	padding: 0 10rem;
	min-width: 178rem;
	line-height: 42rem;
	text-align: left;
	color: #013763;
	font-size: 14rem;
	padding-left: 50rem;
	-webkit-box-shadow: 0 0 0 1px #013763;
	box-shadow: 0 0 0 1px #013763;
	border-radius: 30rem;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	background: url(../images/tubiao.png) no-repeat 71% center;
	background-size: 18rem;
}

.job2 .con {
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 4rem;
	padding: 37rem 30rem 41rem 30rem;
	color: #001d33;
	float: right;
	width: 19.6%;
	position: sticky;
	top: 90rem;
}

.job2 .gg .titleBig {
	color: #013763;
	font-weight: 700;
	line-height: 1;
	border-left: 4rem #013763 solid;
	padding-left: 11rem;
	margin-bottom: 27rem;
	font-size: 24rem;
}

.job2 .gg .lc {
	padding-bottom: 20rem;
}

.job2 .gg .title-1 {
	color: #001d33;
	margin-bottom: 12rem;
	font-size: 16rem;
}

.job2 .gg .p-2 {
	line-height: 24rem;
}

.job2 .gg .p-2 span {
	display: inline-block;
}

.job2 .gg .wx {
	line-height: 32rem;
	border-top: 1rem solid #eeeeee;
}

.job2 .gg .wx a {
	color: #013763;
}

.job2 .gg .div-1 {
	display: block;
}

.inbanner {
	color: #fff;
	position: relative;
}

.inbanner img {
	margin: 0 auto;
	display: block;
}

.inbanner .img1 {
	display: none;
}

.inbanner .item {
	position: relative;
}

.inbanner {
	position: relative;
}

.inbanner .banner-hover {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	padding-top: 44rem;
}

.inbanner .banner-hover .bt {
	position: relative;
}

.inbanner .banner-hover .bt h1 {
	font-size: 48rem;
	letter-spacing: 2rem;
	color: #ffffff;
	margin-bottom: 10rem;
	font-weight: bold;
	transition: 2s;
	position: relative;
	z-index: 3;
}

.inbanner .banner-hover .bottom {
	position: relative;
	font-size: 18rem;
	line-height: 38rem;
	letter-spacing: 1rem;
	color: #ffffff;
}

.inbanner01 .banner-hover {
	padding: 0;
}

.inbanner01 .banner-hover .bt h1 {
	font-size: 44rem;
}

.inbanner01 .banner-hover ul {
	padding-top: 43rem;
}

.inbanner01 .banner-hover ul li {
	float: left;
	margin-right: 25rem;
	text-align: center;
}

.inbanner01 .banner-hover ul li .box {
	border-radius: 10rem;
	width: 260rem;
	height: 240rem;
	padding: 30rem 20rem;
	background: #fff;
}

.inbanner01 .banner-hover ul li .pic {
	width: 50rem;
	margin: 0 auto;
}

.inbanner01 .banner-hover ul li .text {
	padding-top: 5rem;
}

.inbanner01 .banner-hover ul li .bt {
	font-size: 16rem;
	margin-bottom: 15rem;
	color: #333333;
}

.inbanner01 .banner-hover ul li .p {
	font-size: 16rem;
	font-weight: bold;
	line-height: 24rem;
	color: #333333;
}

.inbanner01 .banner-hover ul li .p a {
	color: #333333;
}

.contact {
	padding: 0 !important;
	background: url(../images/cbg.jpg) no-repeat top center;
	background-size: cover;
}

.contact01 {
	padding: 114rem 0 96rem 0;
}

.contact01 ul {
	margin: 0 -20rem;
}

.contact01 ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 20rem;
}

.contact01 ul li .box {
	background-color: #ffffff;
	border-radius: 20rem 20rem 0rem 0rem;
	border: solid 1rem #dddddd;
	position: relative;
}

.contact01 ul li .box .hover {
	position: absolute;
	top: -8rem;
	left: 30rem;
	width: 147rem;
	line-height: 37rem;
	font-size: 20rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	color: #fff;
	z-index: 2;
	background: url(../images/cbg.png) no-repeat top center;
	background-size: 100%;
}

.contact01 ul li .pic:after {
	padding-bottom: 61.67400881%;
}

.contact01 ul li .text {
	padding: 34rem 32rem 51rem 32rem;
}

.contact01 ul li .text .bt {
	font-size: 20rem;
	margin-bottom: 11rem;
	font-weight: bold;
	color: #141414;
}

.contact01 ul li .text .p {
	font-size: 16rem;
	color: #616161;
}

@media (min-width: 1025px) {
	.contact01 ul li:hover .pic img {
		transform: scale(1.2);
	}
}

.home-title1 {
	color: #141414;
}

.contact02 {
	padding: 0 0 136rem 0;
	position: relative;
}

.contact02 .inside-message {
	box-shadow: 0rem 8rem 25rem 0rem rgba(120, 120, 120, 0.18);
	margin-top: 40rem;
	padding: 83rem 67rem 44rem 67rem;
	background: #fff;
}

.contact02 .inside-message .list {
	position: relative;
}

.contact02 .inside-message li {
	width: 25%;
	float: left;
	padding: 0 13rem 29rem 13rem;
	position: relative;
}

.contact02 .inside-message .box {
	position: relative;
}

.contact02 .input-form,
.contact02 select,
.contact02 textarea {
	height: 52rem;
	width: 100%;
	border: 1rem solid #eaeaea;
	background: none;
	font-size: 16rem;
	padding-left: 39rem;
	color: #888;
}

.contact02 .red {
	position: absolute;
	top: 15rem;
	left: 17rem;
}

.contact02 .red img {
	width: 20rem;
}

.contact02 .span {
	color: #ff0000;
	display: block;
	padding-left: 18rem;
}

.contact02 .span span {
	font-size: 16rem;
	line-height: 43rem;
	color: #08060b;
}

.contact02 textarea {
	padding-top: 18rem;
	height: 230rem;
	padding-left: 23rem;
}

.contact02 .col-2 {
	text-align: center;
	padding-top: 44rem;
}

.contact02 .submit {
	width: 179rem;
	background-color: #013763;
	border-radius: 24rem;
	line-height: 49rem;
	text-align: center;
	color: #fff;
	font-size: 16rem;
	border: 0;
	color: #ffffff;
	margin: 0 auto;
	display: block;
}

@media (min-width: 1025px) {
	.contact02 .submit:hover {
		background: #cd0000;
	}
}

.verify-wrap {
	width: 390rem !important;
	height: 45rem;
	background-color: #e5e5e5;
	position: relative;
}

.verify-wrap .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 45rem;
	height: 45rem;
	background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
	background-size: 22rem;
	z-index: 2;
	cursor: move;
	border: 1px solid #e1e1e1;
}

.verify-wrap .suc-drag-btn {
	background: #ffffff url(../images/drag-success.svg?t=1) no-repeat center center;
	background-size: 22rem;
	border: 1px solid #e1e1e1;
}

.verify-wrap .drag-progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 45rem;
	width: 0;
	background-color: #013763;
	color: #fff;
	font-size: 16rem;
	text-align: center;
	line-height: 45rem;
}

.verify-wrap .fix-tips,
.verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	color: #51555c;
	z-index: 1;
	line-height: 45rem;
	font-size: 14rem;
	text-align: center;
	padding-left: 50rem;
}

.verify-wrap .verify-msg {
	background-color: #013763;
	color: #fff;
	display: none;
	padding-left: 0;
	padding-right: 47rem;
}

.app {
	padding: 133rem 0 0 0;
	background: url(../images/abg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.applist li {
	margin-bottom: 144rem;
	position: relative;
}

.applist li .box {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	box-shadow: 0rem 11rem 38rem 0rem rgba(1, 55, 99, 0.21);
	min-height: 500rem;
}

.applist li .left {
	width: 53.5%;
	float: left;
	padding: 0 63rem;
}

.applist li .left .pic {
	width: 70rem;
}

.applist li .left .text .bt {
	font-size: 0;
	font-weight: bold;
	letter-spacing: 2rem;
	margin-bottom: 43rem;
	color: #141414;
	border-bottom: 1px solid #e0e0e0;
}

.applist li .left .text .bt span {
	font-size: 42rem;
	padding-bottom: 14rem;
	display: inline-block;
	border-bottom: 4rem solid #013763;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.applist li .left .text .jsh {
	font-size: 20rem;
	line-height: 34rem;
	max-height: 136rem;
	overflow: hidden;
	margin-bottom: 24rem;
	color: #141414;
}

.applist li .left .text .more a {
	line-height: 42rem;
	border-radius: 8rem;
	border: solid 1rem #b8b8b8;
	font-size: 16rem;
	margin-right: 16rem;
	padding: 0 30rem;
	color: #7a7a7a;
	float: left;
	width: auto;
}

@media (min-width: 1025px) {
	.applist li .left .text .more a:hover {
		color: #fff;
		border: 1px solid #fff;
	}
}

.applist li .right {
	float: right;
	width: 63%;
	position: relative;
	margin-right: -240rem;
}

.applist li .right:after {
	content: '';
	display: block;
	width: 306rem;
	height: 50rem;
	background: url(../images/line1.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	bottom: -25rem;
	right: 11%;
	z-index: 22;
}

.applist li .right .bt {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20rem;
	font-weight: bold;
	line-height: 42rem;
	color: #ffffff;
	z-index: 3;
	max-width: 100%;
}

.applist li .right .bt span {
	background: #013763;
	background-size: 22rem;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	position: relative;
	padding: 0 40rem 0 20rem;
	transition: 0.5s;
}

.applist li .right .bt span:after {
	content: '';
	display: block;
	width: 22rem;
	height: 42rem;
	background: url(../images/jian.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 22;
	-webkit-animation: 3s ease fadeInLeft3 infinite;
	animation: 3s ease fadeInLeft3 infinite;
}

.applist li .right .bt:after {
	content: '';
	display: block;
	width: 30rem;
	height: 42rem;
	background: url(../images/btbg.png) no-repeat top left;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: -30rem;
}

.applist li .right .pic:after {
	padding-bottom: 57.14285714%;
}

.applist li .right .swiper {
	overflow: hidden;
	position: relative;
}

@media (min-width: 1025px) {
	.applist li .right .swiper-slide:hover .bt span {
		padding-right: 50rem;
	}

	.applist li .right .swiper-slide:hover .pic img {
		transform: scale(1.2);
	}
}

.applist li .right .swiper-pagination {
	right: 16rem;
	width: 22rem;
	left: auto;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.applist li .right .swiper-pagination-bullet {
	width: 22rem;
	height: 22rem;
	background: url(../images/d.png) no-repeat center center;
	background-size: 100%;
	opacity: 1;
}

.applist li .right .swiper-pagination-bullet-active {
	background: url(../images/dh.png) no-repeat center center;
	background-size: 100%;
}

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

.applist li:nth-child(2n) .right {
	margin-right: 0;
	margin-left: -240rem;
}

.applist li:nth-child(2n) .right:after {
	background: url(../images/line2.png) no-repeat center center;
	background-size: 100%;
	right: auto;
	left: 11%;
}

.applist li:nth-child(2n) .right .swiper-pagination {
	right: auto;
	left: 16rem;
}

.app-show {
	padding: 0 !important;
	background: url(../images/apbg.jpg) no-repeat top center;
	background-size: cover;
}

.app01 {
	padding-top: 73rem;
}

.app01 .return {
	position: relative;
	z-index: 44;
}

.app01 .return a {
	width: 120rem;
	line-height: 40rem;
	border-radius: 21rem;
	border: solid 1rem #7a7a7a;
	display: block;
	font-size: 16rem;
	color: #666666;
	background: url(../images/return.png) no-repeat 21rem center;
	background-size: 18rem !important;
	padding-left: 56rem;
}

@media (min-width: 1025px) {
	.app01 .return a:hover {
		color: #fff;
		background: #cd0000 url(../images/return1.png) no-repeat 21rem center;
		border: solid 1rem #cd0000;
	}
}

.h1 {
	font-size: 42rem;
	font-weight: bold;
	letter-spacing: 2rem;
	color: #141414;
	text-align: center;
	padding: 0 130rem;
	margin-top: -53rem;
	margin-bottom: 43rem;
	position: relative;
	z-index: 22;
}

.app02 {
	background: url(../images/bg2.jpg) no-repeat center center;
	background-size: cover;
}

.app02 .show {
	position: relative;
}

.app02 .info {
	padding: 127rem 0 155rem 0;
	overflow: hidden;
}

.news-top {
	padding: 105rem 0 76rem 0;
	background: #f5f5f5;
}

.news-top .swiper {
	overflow: hidden;
	position: relative;
	padding-bottom: 77rem;
}

.news-top .text {
	width: 42%;
	margin-top: 19rem;
	float: left;
	border-top: 2px solid #141414;
	padding-top: 59rem;
}

.news-top .text .bt {
	font-size: 24rem;
	font-weight: bold;
	margin-bottom: 25rem;
	color: #212121;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.news-top .text .date {
	font-size: 16rem;
	margin-bottom: 36rem;
	color: #616161;
}

.news-top .text .p {
	font-size: 14rem;
	line-height: 21rem;
	margin-bottom: 75rem;
	color: #666666;
}

.news-top .text .more p {
	width: 101rem;
	line-height: 31rem;
	border: solid 1rem #7a7a7a;
	font-size: 14rem;
	color: #7a7a7a;
}

.news-top .pic {
	width: 51%;
	border-radius: 8rem;
	float: right;
}

.news-top .pic:after {
	padding-bottom: 53.65853659%;
}

.news-top .swiper-pagination {
	bottom: 0;
}

.news-top .swiper-pagination-bullet {
	width: 12rem;
	height: 12rem;
	background: none;
	border: 1px solid #cd0000;
	border-radius: 50%;
	opacity: 1;
}

.news-top .swiper-pagination-bullet-active {
	background: #cd0000;
}

@media (min-width: 1025px) {
	.news-top .swiper-slide:hover .text .bt {
		color: #cd0000;
	}

	.news-top .swiper-slide:hover .text .more p {
		border: 1px solid #cd0000;
		color: #fff;
		background: #cd0000;
	}

	.news-top .swiper-slide:hover .pic img {
		transform: scale(1.04);
	}
}

.news-bottom {
	padding: 97rem 0 109rem 0;
}

.nlist {
	margin: 0 -23rem;
	padding-bottom: 80rem;
}

.nlist li {
	width: 33.33333333%;
	float: left;
	padding: 0 23rem;
}

.nlist li .box {
	background-color: #ffffff;
	box-shadow: 0rem 2rem 8rem 0rem rgba(1, 55, 99, 0.12);
	border-radius: 8rem;
	overflow: hidden;
}

.nlist li .pic:after {
	padding-bottom: 53.65853659%;
}

.nlist li .text {
	padding: 19rem 29rem 46rem 29rem;
	overflow: hidden;
}

.nlist li .bt {
	font-size: 20rem;
	line-height: 36rem;
	color: #222222;
	font-weight: bold;
	margin-bottom: 34rem;
	overflow: hidden;
	height: 72rem;
}

.nlist li .date {
	font-size: 16rem;
	margin-bottom: 36rem;
	color: #616161;
}

.nlist li .span {
	font-size: 14rem;
	margin-bottom: 12rem;
	color: #7a7a7a;
}

.nlist li .more p {
	width: 101rem;
	line-height: 31rem;
	border: solid 1rem #7a7a7a;
	font-size: 14rem;
	color: #7a7a7a;
	float: right;
}

.nlist li .more span {
	float: left;
	display: block;
	line-height: 33rem;
	font-size: 14rem;
	color: #7a7a7a;
}

@media (min-width: 1025px) {
	.nlist li:hover .text .bt {
		color: #cd0000;
	}

	.nlist li:hover .text .more p {
		border: 1px solid #cd0000;
		color: #fff;
		background: #cd0000;
	}

	.nlist li:hover .pic img {
		transform: scale(1.04);
	}
}

.nsearch {
	margin-bottom: 61rem;
	z-index: 44;
	position: relative;
}

.nsearch .left {
	float: left;
	width: 249rem;
	height: 58rem;
	margin-right: 20rem;
	border-radius: 29rem;
	border: solid 1rem #e0e0e0;
}

.nsearch .info {
	position: relative;
	float: left;
}

.nsearch .info input {
	width: 600rem;
	height: 58rem;
	border-radius: 29rem;
	background: none;
	padding: 0 20rem;
	border: solid 1rem #e0e0e0;
}

.nsearch .info a {
	width: 58rem;
	height: 58rem;
	background: url(../images/search1.png) no-repeat center center;
	background-size: 24rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	display: block;
}

.combo-select {
	position: relative;
	cursor: pointer;
}

.combo-select .combo-input {
	margin-bottom: 0;
}

.combo-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
	width: 100%;
	box-sizing: border-box;
	height: 58rem;
	padding-right: 60px;
	border-radius: 3px;
	cursor: pointer;
	padding: 0 20rem !important;
	background: none;
}

.combo-input:focus {
	outline: none;
}

/**
	 * Arrow
	 */
.combo-arrow {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	width: 40px;
	font-size: 12px;
	color: #999999;
}

.combo-arrow:before {
	content: ' ';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #cccccc;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	right: 15px;
	bottom: 0;
	position: absolute;
	margin: auto 0;
}

/**
	 * When opened
	 */
.combo-open .combo-arrow {
	border-color: #51a7e8;
}

.combo-open .combo-arrow:before {
	border-top: none;
	border-bottom: 5px solid #cccccc;
}

/**
	 * When focused
	 */
.combo-focus input {
	border-color: #51a7e8;
}

/**
	 * Hide native select
	 */
.combo-select select {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	opacity: 0;
}

@media only screen and (min-width: 960px) {
	.combo-select select {
		left: -1px;
		top: -1px;
		width: 0;
		height: 0;
		margin: 0;
	}
}

/**
	 * Selected option
	 */
.option-selected {
	background-color: #eee;
}

/**
	 * Hovered option
	 */
.option-hover {
	background: #f1f2f4;
}

/**
	 * Option item
	 */
.option-item {
	cursor: pointer;
}

.option-item:hover {
	color: #5088ff;
}

/**
	 * Disabled and optgroups
	 */
.option-group {
	cursor: text;
	font-weight: 600;
	background: #e1e1e1;
	border: 1px #ccc solid;
	border-width: 1px 0;
}

/**
	 * Disabled
	 */
.option-disabled {
	opacity: 0.5;
}

/**
	 * Dropdown
	 */
.combo-dropdown {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 102%;
	margin: 0 !important;
	padding: 0;
	display: none;
	background: #fff;
	box-shadow: 0px 10px 32px 0px rgba(38, 38, 38, 0.18);
	border-radius: 20rem;
	padding: 20rem;
}

.combo-dropdown li {
	margin: 0 !important;
	padding: 0 20px !important;
	line-height: 36px;
	width: 100% !important;
	text-align: left;
	color: #262626;
}

/**
	 * On Active
	 */
.combo-open .combo-dropdown {
	display: block;
}

/**
	 * Search marker
	 */
.page {
	clear: both;
	text-align: center;
	font-size: 0;
	color: #947d58;
}

.page em {
	font-style: normal;
	font-size: 18px;
}

.page a {
	color: #858585;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	min-width: 40px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	border-radius: 40px;
	margin: 0 8px;
	padding: 0 5px;
	vertical-align: top;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	-webkit-box-shadow: 0 0 0 1px #cdcdcd;
}

.page a span {
	display: block;
}

.page a.cur,
.page a:hover {
	background: #cd0000;
	-webkit-box-shadow: 0 0 0 1px #fff;
	color: #fff;
}

.page a.prev,
.page a.next {
	color: #858585;
	cursor: pointer;
}

.page a.prev {
	padding-left: 24px;
	margin-right: 5px;
	width: 106px;
}

.page a.prev span {
	background: url(../images/prev-01.png) no-repeat left center;
	background-size: 6px;
}

.page a.prev:hover {
	color: #fff;
}

.page a.prev:hover span {
	background: url(../images/prev-02.png) no-repeat left center;
	background-size: 6px;
}

.page a.next {
	padding-right: 24px;
	margin-left: 5px;
	width: 106px;
}

.page a.next span {
	background: url(../images/next-01.png) no-repeat right center;
	background-size: 6px;
}

.page a.next:hover {
	color: #fff;
}

.page a.next:hover span {
	background: url(../images/next-02.png) no-repeat right center;
	background-size: 6px;
}

@media (max-width: 768px) {

	.page a,
	.page em {
		display: none;
	}

	.page a.prev,
	.page a.next {
		display: inline-block;
	}
}

.news-title {
	padding-bottom: 129rem;
	background: #f6f7f9;
	overflow: hidden;
}

.news-title .nt {
	font-size: 38rem;
	margin-top: 75rem;
	margin-bottom: 32rem;
	font-weight: bold;
	color: #212121;
}

.news-title h2 {
	font-size: 16rem;
	color: #212121;
}

.news-title h2 span {
	margin: 0 29rem;
}

.nb {
	padding: 82rem 0 130rem 0;
	position: relative;
}

.nb .left {
	float: left;
	width: 65%;
	font-size: 18rem;
	line-height: 36rem;
	color: #666666;
}

.nb .left p {
	margin-bottom: 12rem;
}

.nb .left .share {
	text-align: right;
	overflow: hidden;
	padding-top: 61rem;
	margin-bottom: 60rem;
	width: 100%;
}

.nb .left .share .dib {
	display: inline-block;
	font-size: 16px;
}

.nb .left .bdshare-button-style0-16 {
	float: right;
}

.nb .left .bdshare-button-style0-16 a {
	background-size: 100% 100% !important;
	background-position: center !important;
	width: 30px !important;
	height: 30px !important;
	padding-left: 0 !important;
	margin: 0 3px !important;
	display: block;
	float: left;
}

.nb .left .bdshare-button-style0-16 .bds_tqq {
	background-image: url(../images/share-qq.png) !important;
}

.nb .left .bdshare-button-style0-16 .bds_weixin {
	background-image: url(../images/share-weixin.png) !important;
}

.nb .left .bdshare-button-style0-16 .bds_tqz {
	background-image: url(../images/share-qzone.png) !important;
}

.nb .left .bdshare-button-style0-16 .bds_tsina {
	background-image: url(../images/share-weibo.png) !important;
}

.nb .right {
	float: right;
	width: 27%;
	position: sticky;
	top: 90rem;
}

.nb .right .h3 {
	font-size: 28rem;
	font-weight: bold;
	color: #333333;
}

.nb .right ul {
	border-top: 1px solid #f0f0f0;
	margin-top: 20rem;
}

.nb .right ul li a {
	display: block;
	padding: 28rem 0;
	border-bottom: 1px solid #f0f0f0;
}

.nb .right ul li a .bt {
	font-size: 18rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	color: #333333;
}

.nb .right ul li a .date {
	font-size: 16rem;
	color: #adadad;
}

@media (min-width: 1025px) {
	.nb .right ul li a:hover .bt {
		color: #cd0000;
		font-weight: bold;
	}
}

.inside-pagenews li {
	font-size: 16rem;
	overflow: hidden;
	line-height: 31rem;
	border-bottom: dashed 1rem #ddd;
	margin-bottom: 5rem;
	padding-bottom: 5rem;
	position: relative;
}

.inside-pagenews li span {
	color: #fff;
	font-size: 16rem;
	padding: 0 6rem;
	text-align: center;
	width: 61rem;
	background-color: #a2a2a2;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.inside-pagenews li a {
	display: block;
	padding-left: 70rem;
	position: relative;
	padding-right: 75rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.inside-pagenews li i {
	float: right;
	font-size: 14rem;
	padding-left: 20rem;
	font-style: normal;
	position: absolute;
	top: 0;
	right: 0;
}

.inside-pagenews li:nth-last-child(1) {
	border-bottom: 0;
}

.tag {
	color: #333333;
	font-size: 14rem;
	margin-top: 18rem;
	padding-top: 4rem;
	padding-right: 90rem;
	line-height: 30rem;
	position: relative;
	border-top: solid 1rem #013763;
}

.tag a {
	color: #333;
	padding: 0 10rem;
	display: inline-block;
	vertical-align: top;
	max-width: 160rem;
	margin-right: 26rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	line-height: 30rem;
}

.tag .fh {
	right: 0;
	top: 0;
	width: 86rem;
	height: 30rem;
	line-height: 30rem;
	text-align: center;
	position: absolute;
	background: #013763;
}

.tag .fh a {
	color: #fff;
	margin: 0;
}

.related {
	padding-bottom: 46rem;
}

.related .nlist {
	padding-top: 58rem;
}

.product {
	padding: 94rem 0 121rem 0;
	background: url(../images/pbg.jpg) no-repeat center center;
	background-size: cover;
}

.product .nsearch .info input {
	width: 380rem;
}

.product .btn {
	float: right;
}

.product .btn a {
	width: 205rem;
	line-height: 63rem;
	text-align: center;
	border-radius: 16rem;
	border: solid 2rem #ffffff;
	display: block;
	font-size: 18rem;
	font-style: italic;
	color: #ffffff;
	background: url(../images/btn.png) no-repeat center center;
	background-size: 100%;
}

.prolist {
	margin: 0 -20rem;
	padding-bottom: 37rem;
}

.prolist li {
	width: 33.33333333%;
	float: left;
	padding: 0 20rem;
	margin-bottom: 42rem;
}

.prolist li .pic {
	background: #fff;
}

.prolist li .pic:after {
	padding-bottom: 75.05518764%;
}

.prolist li .bt {
	text-align: center;
	font-size: 22rem;
	font-weight: bold;
	line-height: 100rem;
	padding: 0 10rem;
	background: #e6ebf0;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	color: #141414;
}

@media (min-width: 1025px) {
	.prolist li:hover .pic img {
		transform: scale(1.1);
	}

	.prolist li:hover .bt {
		background: #cd0000;
		color: #fff;
	}
}

.product-show {
	background: #f7fafc url(../images/bg6.jpg) no-repeat top center;
	background-size: cover;
}

.product-top {
	padding: 81rem 0 181rem 0;
}

.product-top .left {
	float: left;
	width: 48.3%;
	padding-right: 144rem;
	position: relative;
}

.product-top .left .pic:after {
	padding-bottom: 75.36231884%;
}

.product-top .left .mySwiper2 {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	border: solid 1rem #dddddd;
}

.product-top .left .mySwiper {
	width: 93rem;
	position: absolute;
	overflow: hidden;
	padding: 20rem 0;
	top: 0;
	right: 0;
	height: 100%;
}

.product-top .left .mySwiper .pic {
	border: solid 1rem #dddddd;
	background: #fff;
}

.product-top .left .mySwiper .pic:after {
	padding-bottom: 73.68421053%;
}

.product-top .left .mySwiper .swiper-slide {
	overflow: hidden;
}

.product-top .left .mySwiper .swiper-button-next,
.product-top .left .mySwiper .swiper-button-prev {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: #eaebf0 url(../images/left4.png) no-repeat center center;
	background-size: 12rem;
	height: 18rem;
	z-index: 3;
}

.product-top .left .mySwiper .swiper-button-next:after,
.product-top .left .mySwiper .swiper-button-prev:after {
	display: none;
}

@media (min-width: 1025px) {

	.product-top .left .mySwiper .swiper-button-next:hover,
	.product-top .left .mySwiper .swiper-button-prev:hover {
		background: #cd0000 url(../images/left4h.png) no-repeat center center;
		background-size: 12rem;
	}
}

.product-top .left .mySwiper .swiper-button-next {
	top: auto;
	bottom: 0;
	background: #eaebf0 url(../images/right4.png) no-repeat center center;
	background-size: 12rem;
}

@media (min-width: 1025px) {
	.product-top .left .mySwiper .swiper-button-next:hover {
		background: #cd0000 url(../images/right4h.png) no-repeat center center;
		background-size: 12rem;
	}
}

.product-top .left .mySwiper .swiper-slide-thumb-active .pic {
	border: solid 1px #cd0000;
}

.product-top .right {
	float: right;
	width: 44.6%;
}

.product-top .right .bt {
	font-size: 36rem;
	color: #333333;
	margin-bottom: 38rem;
}

.product-top .right .bt img {
	display: inline-block;
	vertical-align: top;
	margin-top: 6rem;
}

.product-top .right .jsh {
	font-size: 18rem;
	line-height: 42rem;
	min-height: 252rem;
	margin-bottom: 7rem;
	color: #333;
}

.product-top .right .jsh span {
	color: #7a7a7a;
}

.product-top .right .btn a {
	width: 180rem;
	height: 57rem;
	margin-right: 30rem;
	display: block;
	float: left;
	border: solid 1rem #013763;
}

.product-top .right .btn .zx {
	background: #013763 url(../images/ly.png) no-repeat 37rem center;
	background-size: 18rem;
	font-size: 16rem;
	line-height: 55rem;
	letter-spacing: 2rem;
	color: #ffffff;
	padding-left: 75rem;
}

@media (min-width: 1025px) {
	.product-top .right .btn .zx:hover {
		background-color: #cd0000;
		border: 1px solid #cd0000;
	}
}

.product-top .right .btn .rx {
	text-align: center;
}

.product-top .right .btn .rx h3 {
	font-family: Oswald-Regular;
	font-size: 18rem;
	line-height: 24rem;
	letter-spacing: 1rem;
	color: #013763;
	margin-top: 9rem;
}

.product-top .right .btn .rx p {
	font-size: 13rem;
	letter-spacing: 1rem;
	color: #616161;
}

@media (min-width: 1025px) {
	.product-top .right .btn .rx:hover {
		background-color: #cd0000;
		border: 1px solid #cd0000;
	}

	.product-top .right .btn .rx:hover h3 {
		color: #fff;
	}

	.product-top .right .btn .rx:hover p {
		color: #fff;
	}
}

.product-show .home-title {
	font-size: 48rem;
	font-weight: normal;
}

.product-show .prolist {
	margin-top: 70rem;
}

.ty {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 444;
	transition: 0.5s;
	width: 151rem;
}

.ty a {
	display: block;
}

.ty a img {
	display: block;
}

@media (min-width: 1025px) {
	.ty:hover {
		right: 10rem;
	}
}

@media (max-width: 1200px) {
	.ty {
		display: none;
	}
}

.service {
	background: url(../images/bbg.jpg) no-repeat top center;
	background-size: cover;
}

.service01 {
	padding: 92rem 0 0 0;
}

.service01 .service-bottom {
	position: relative;
	height: 100vh;
	margin-top: 48rem;
}

.service01 .ban-nav {
	bottom: 43rem;
	background: url(../images/line3.png) no-repeat center 40rem;
	background-size: 100%;
}

.service02 {
	padding: 114rem 0 75rem 0;
	position: relative;
}

.service02 .bt {
	font-size: 42rem;
	margin-bottom: 45rem;
	font-weight: bold;
	text-align: center;
	color: #222222;
}

.service02 .jsh {
	font-size: 16rem;
	line-height: 28rem;
	color: #666666;
}

.service02 .jsh p {
	margin-bottom: 16rem;
}

.service02 .tuijian-case {
	padding: 66rem 90rem 81rem 90rem;
	background-color: #ffffff;
	box-shadow: -6rem 6rem 20rem 0rem rgba(1, 55, 99, 0.12);
}

.tuijian {
	padding: 115rem 0 0 0;
}

.tuijian .caselist {
	margin: 0 -18rem;
	padding-top: 31rem;
}

.tuijian .caselist li {
	width: 33.33333333%;
	float: left;
	padding: 0 18rem;
	margin-bottom: 30rem;
}

.tuijian .caselist li .box {
	background-color: #ffffff;
	box-shadow: -6rem 6rem 20rem 0rem rgba(1, 55, 99, 0.12);
	border-radius: 0rem 0rem 8rem 8rem;
	padding: 30rem 32rem 53rem 32rem;
}

.tuijian .caselist li .box .h3 {
	font-size: 22rem;
	font-weight: bold;
	line-height: 36rem;
	color: #141414;
	position: relative;
	padding-bottom: 18rem;
	margin-bottom: 32rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}

.tuijian .caselist li .box .h3:after {
	content: '';
	display: block;
	width: 81rem;
	height: 3rem;
	background-color: #013763;
	border-radius: 1rem;
	position: absolute;
	bottom: -1rem;
	left: 0;
	z-index: 3;
}

.tuijian .caselist li .box .p {
	font-size: 16rem;
	line-height: 32rem;
	height: 64rem;
	margin-bottom: 33rem;
	overflow: hidden;
	color: #7a7a7a;
}

.tuijian .caselist li .box .more p {
	width: 101rem;
	line-height: 31rem;
	border: solid 1rem #7a7a7a;
	font-size: 14rem;
	color: #7a7a7a;
}

@media (min-width: 1025px) {
	.tuijian .caselist li:hover .h3 {
		color: #cd0000;
	}

	.tuijian .caselist li:hover .h3:after {
		background-color: #cd0000;
	}

	.tuijian .caselist li:hover .more p {
		background: #cd0000;
		color: #fff;
		border: 1px solid #cd0000;
	}
}

.tuijian .more1 {
	padding-top: 50rem;
}

.tuijian .more1 a {
	width: 168rem;
	line-height: 49rem;
	background-color: #ffffff;
	border: solid 1rem #cccccc;
	border-radius: 30rem;
	font-size: 14rem;
	color: #000000;
	margin: 0 auto;
}

.case-show .service02 {
	padding: 47rem 0 133rem 0;
}

.case-show .service02 .tuijian-case {
	padding: 34rem 90rem 84rem 90rem;
}

.case-show .service02 .tuijian-case .bt {
	font-size: 32rem;
	color: #333333;
}

.case-show .h2 {
	font-size: 14rem;
	margin-bottom: 76rem;
}

.case-show .h2 a {
	width: 23rem;
	height: 23rem;
	background-color: #666e86;
	display: block;
	float: left;
	margin-left: 6rem;
	border-radius: 50%;
}

@media (min-width: 1025px) {
	.case-show .h2 a:hover {
		background: #cd0000;
	}
}

.case-show .list {
	padding-top: 45rem;
}

.case-show .pagelist-news {
	border-top: 1px solid #989898;
}

.case-show .pagelist-news li a {
	border-bottom: 1px solid #989898;
	display: block;
	position: relative;
	font-size: 16rem;
	line-height: 68rem;
	color: #222222;
	padding-left: 120rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.case-show .pagelist-news li a span {
	position: absolute;
	top: 0;
	left: 18rem;
	display: block;
	background: url(../images/up.png) no-repeat center right;
	padding-right: 27rem;
	background-size: 16rem;
}

@media (min-width: 1025px) {
	.case-show .pagelist-news li a:hover {
		color: #cd0000;
	}
}

.case-show .pagelist-news li:nth-child(2n) span {
	background: url(../images/down2.png) no-repeat center right;
	background-size: 16rem;
}

.case-show .return {
	padding-top: 50rem;
}

.case-show .return a {
	width: 111rem;
	line-height: 36rem;
	background-color: #efefef;
	font-size: 16rem;
	color: #222222;
	text-align: center;
	display: block;
	float: right;
}

@media (min-width: 1025px) {
	.case-show .return a:hover {
		background: #cd0000;
		color: #fff;
	}
}

.about01 {
	/* padding: 109rem 0 102rem 0; */
	padding: 150rem 0 83rem 0;
	background: url(../images/ab1.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.about01 .jsh {
	font-size: 18rem;
	line-height: 36rem;
	letter-spacing: 1rem;
	margin-bottom: 59rem;
	overflow: hidden;
	color: #141414;
}

.about01 .jsh p {
	margin-bottom: 25rem;
}

.about01 .youshi {
	padding-top: 68rem;
	border-top: 1px solid #d8d9db;
}

.about01 .youshi li {
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
}

.about01 .youshi li:after {
	content: '';
	display: block;
	width: 1rem;
	height: 60rem;
	background-color: #e0e1e0;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -30rem;
}

.about01 .youshi li .pic {
	width: 60rem;
	display: inline-block;
	vertical-align: top;
	margin-top: 12rem;
}

.about01 .youshi li .text {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.about01 .youshi li .num span {
	font-family: Oswald-Bold;
	font-size: 36rem;
	color: #013763;
	display: inline-block;
}

.about01 .youshi li .num b {
	font-family: Oswald-Bold;
	font-size: 36rem;
	color: #013763;
	display: inline-block;
}

.about01 .youshi li .num em {
	font-style: normal;
	font-size: 18rem;
	color: #013763;
	display: inline-block;
}

.about01 .youshi li .num i {
	font-family: Oswald-Medium;
	font-size: 56rem;
	line-height: 70rem;
	font-style: normal;
	display: inline-block;
	color: #141414;
}

.about01 .youshi li .h3 {
	font-size: 16rem;
	color: #141414;
}

.about01 .youshi li:nth-child(1) {
	width: 24.5%;
}

.about01 .youshi li:nth-child(2) {
	width: 26.5%;
}

.about01 .youshi li:nth-child(3) {
	width: 25.5%;
}

.about01 .youshi li:nth-child(4) {
	width: 23.5%;
}

.about01 .youshi li:nth-child(4):after {
	display: none;
}

.about02 {
	padding: 150rem 0 105rem 0;
	background: url(../images/abg1.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.about02 .about-bottom {
	position: relative;
	text-align: center;
	margin-top: 159rem;
}

.about02 .about-bottom:after {
	content: '';
	display: block;
	width: 1920rem;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 207rem;
	left: 50%;
	margin-left: -960rem;
}

.about02 .about-bottom .swiper {
	overflow: hidden;

}

.about02 .about-bottom .swiper2 {
	display: none;
}


.about02 .about-bottom .swiper .swiper-slide {
	width: auto !important;
	padding: 40rem 0;
}

.about02 .about-bottom .box {
	height: 177rem;
	margin-top: 161rem;
	padding-top: 99rem;
	position: relative;
	width: 240rem;
}

.about02 .about-bottom .box2 {
	float: left;
}

.about02 .about-bottom .box .bt {
	font-size: 18rem;
	line-height: 30rem;
	color: #ffffff;
}

.about02 .about-bottom .box .num {
	font-family: Oswald-Bold;
	font-size: 20rem;
	letter-spacing: 1rem;
	color: #ffffff;
	width: 112rem;
	line-height: 36rem;
	height: 38rem;
	border-radius: 30rem;
	margin: 0 auto;
	position: absolute;
	top: 38rem;
	left: 50%;
	transform: translateX(-50%);
	border: solid 1rem rgba(255, 255, 255, 0.38);
}

.about02 .about-bottom .box:after {
	content: '';
	display: block;
	width: 14rem;
	height: 14rem;
	background: url(../images/da.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7rem;
}

.about02 .about-bottom .box1 {
	margin-top: 0;
	padding: 0;
}

.about02 .about-bottom .box1 .num {
	bottom: 51rem;
	top: auto;
}

.about02 .about-bottom .box1:after {
	top: auto;
	bottom: 0;
}

.about02 .about-bottom .box3 {
	margin-top: 201rem;
}

.about02 .about-bottom .box4 {
	margin-top: -43rem;
}

.about02 .about-bottom .swiper-slide.xz {}

.about02 .about-bottom .swiper-slide.xz:after {
	background: url(../images/xz.png) no-repeat center center;
	background-size: 100%;
	content: '';
	display: block;
	width: 1217rem;
	height: 81rem;
	position: absolute;
	top: 50%;
	margin-top: -62rem;
	right: 0;
}

.about02 .about-bottom .swiper-slide .box:hover .num {
	background: url(../images/dabg.png) no-repeat top center;
	background-size: 75rem;
	border: 0;
	padding-top: 11rem;
	height: 47rem;
	top: 27rem;
}

.about02 .about-bottom .swiper-slide .box:hover:after {
	background: url(../images/da1.png) no-repeat center center;
	background-size: 100%;
}

.about02 .about-bottom .swiper-slide .box1:hover .num {
	background: url(../images/dabg1.png) no-repeat top center;
	background-size: 75rem;
	border: 0;
	padding-top: 0;
	height: 47rem;
	top: auto;
}

.about02 .about-bottom .swiper-button-prev,
.about02 .about-bottom .swiper-button-next {
	margin-top: -45rem;
}

.about02 .about-bottom .swiper-button-prev {
	left: -30rem;
	color: #fff;
}

.about02 .about-bottom .swiper-button-prev:after {
	content: '◀';
	font-size: 28rem;
}

.about02 .about-bottom .swiper-button-next {
	right: -30rem;
	color: #fff;
}

.about02 .about-bottom .swiper-button-next:after {
	content: '▶';
	font-size: 28rem;
}

.about03 {
	padding: 97rem 0 160rem 0;
	background: url(../images/abg2.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.about03 .about-bottom {
	padding-top: 107rem;
}

.about03 .about-bottom ul li {
	width: 20%;
	float: left;
	text-align: center;
}

.about03 .about-bottom ul li .pic {
	width: 160rem;
	margin: 0 auto;
}

.about03 .about-bottom ul li .text {
	padding-top: 11rem;
}

.about03 .about-bottom ul li .text .bt {
	font-size: 26rem;
	font-weight: bold;
	color: #222222;
}

.about03 .about-bottom ul li .text .bt:after {
	content: '';
	display: block;
	width: 56rem;
	height: 6rem;
	background-color: #013763;
	margin: 20rem auto 46rem auto;
}

.about03 .about-bottom ul li .text .p {
	font-size: 18rem;
	line-height: 28rem;
	color: #222222;
	width: 105%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.about04 {
	background: url(../images/abg3.jpg) no-repeat top center;
	background-size: cover;
	padding: 150rem 0 164rem 0;
	position: relative;
	height: 100vh;
}

.about04 .about-bottom {
	position: relative;
	padding-top: 81rem;
}

.about04 .about-bottom .box {
	border-radius: 6rem;
	padding: 15rem;
	border: solid 1rem #ffffff;
	backdrop-filter: saturate(180%) blur(5px);
	background: rgba(255, 255, 255, 0.22);
}

.about04 .about-bottom .pic {
	border-radius: 6rem;
}

.about04 .about-bottom .pic:after {
	padding-bottom: 142.80936455%;
}

@media (min-width: 1025px) {
	.about04 .about-bottom .pic:hover img {
		transform: scale(1.05);
	}
}

.about04 .about-bottom .swiper {
	overflow: hidden;
}

.about04 .swiper-button-prev,
.about04 .swiper-button-next {
	width: 55rem;
	height: 55rem;
	border-radius: 10rem;
	background: rgba(255, 255, 255, 0.12);
	margin-top: -27rem;
	left: -15%;
}

.about04 .swiper-button-prev:after,
.about04 .swiper-button-next:after {
	font-size: 20rem;
	color: #fff;
}

@media (min-width: 1025px) {

	.about04 .swiper-button-prev:hover,
	.about04 .swiper-button-next:hover {
		background-color: #cd0000;
		border: dashed 1px #cd0000;
	}
}

.about04 .swiper-button-next {
	right: -15%;
	left: auto;
}

.about05 {
	padding: 95rem 0 134rem 0;
	background: url(../images/abg4.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.about05 .second-nav {
	margin-top: 25rem;
	margin-bottom: 80rem;
}

.about05 .second-nav ul {
	margin: 0 -5rem;
	font-size: 0;
	text-align: center;
}

.about05 .second-nav ul li {
	/* float: left; */
	width: 10%;
	padding: 0 5rem;
	display: inline-block;
}

.about05 .second-nav ul li a {
	display: block;
	font-size: 20rem;
	line-height: 52rem;
	background-color: #efefef;
	border-radius: 26rem;
	text-align: center;
	padding: 0 5rem;
	color: #393f47;
}

@media (min-width: 1025px) {
	.about05 .second-nav ul li:hover a {
		background: #cd0000;
		color: #fff;
	}
}

.about05 .second-nav ul .active a {
	background: #cd0000;
	color: #fff;
}

.about05 .show ul {
	margin: 0 -16rem;
	padding-bottom: 56rem;
	overflow: hidden;
}

.about05 .show ul li {
	width: 20%;
	float: left;
	padding: 0 16rem;
	margin-bottom: 28rem;
}

.about05 .show ul li a {
	display: block;
}

.about05 .show ul li a .pic {
	border-radius: 8rem;
	background: url(../images/yuan.png) no-repeat center center;
	background-size: 100%;
}

.about05 .show ul li a .pic img {
	padding: 10px;
}

.about05 .show ul li a .pic:after {
	padding-bottom: 42.64150943%;
}

@media (min-width: 1025px) {
	.about05 .show ul li:hover a .pic img {
		transform: scale(1.04);
	}
}

.inside-message-2 {
	display: none;
	position: fixed;
	padding: 50rem;
	background: #ffffff;
	box-shadow: -6rem 6rem 40rem 0rem rgba(1, 55, 99, 0.11);
	width: 800rem;
	left: 50%;
	top: 50%;
	z-index: 9999;
	transform: translate(-50%, -50%);
}

.inside-message-2 .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50rem;
	height: 50rem;
	line-height: 48rem;
	text-align: center;
	font-size: 40rem;
	color: #333;
	font-weight: lighter;
	cursor: pointer;
}

.inside-message-2 .title {
	color: #013763;
	font-weight: 700;
	margin-bottom: 5rem;
	font-size: 30rem;
}

.inside-message-2 .text {
	font-size: 16rem;
	font-weight: bold;
	color: #1f1f1f;
}

.inside-message-2 ul {
	margin: 0 -20rem;
	overflow: hidden;
	padding-top: 30rem;
}

.inside-message-2 li {
	width: 50%;
	float: left;
	margin-top: 15rem;
	padding: 0 20rem;
}

.inside-message-2 li .box {
	position: relative;
}

.inside-message-2 li label {
	display: block;
	color: #333;
	font-weight: 700;
	font-size: 15rem;
	margin-bottom: 10rem;
}

.inside-message-2 li label i {
	font-style: normal;
	color: #e90212;
}

.inside-message-2 li span {
	display: block;
}

.inside-message-2 li input[type='text'],
.inside-message-2 li textarea[type='text'],
.inside-message-2 li select {
	background: #fff;
	width: 100%;
	height: 50rem;
	font-size: 14rem;
	outline: 0;
	color: #888;
	border-radius: 5rem;
	padding: 10rem 20rem;
	border: 1px solid #dedede;
}

.inside-message-2 li textarea[type='text'] {
	height: 100rem;
	width: 100%;
}

.inside-message-2 li .tag {
	color: #999;
	display: inline-block;
	font-weight: normal;
	font-size: 14rem;
}

.inside-message-2 li #submit,
.inside-message-2 li .submit {
	min-width: 142rem;
	height: 50rem;
	padding: 0;
	line-height: 48rem;
	display: inline-block;
	color: #fff;
	border: 0;
	font-size: 14rem;
	border-radius: 30rem;
	background: #013763;
	transition: all 500ms ease;
	text-align: center;
}

.inside-message-2 li #submit:hover {
	background: #cd0000;
}

.inside-message-2 .last,
.inside-message-2 .li2 {
	width: 100%;
}

.inside-message-2 .li2 {
	overflow: hidden;
}

.inside-message-2 .li2 .xuxiang {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20rem;
}

.inside-message-2 .li2 span {
	width: 25%;
	padding: 0 20rem;
}

.inside-message-2 .li2 select {
	color: #777;
}

.inside-message-2 .textarea {
	width: 100%;
	height: auto;
}

.inside-message-2 .tijiao {
	display: flex;
	width: 100%;
}

.inside-message-2 .tijiao .box {
	width: 25%;
}

.inside-message-2 .verifyDiv {
	right: auto;
	width: 100%;
	position: relative;
}

@media (max-width: 1024px) {
	.inside-message-2 {
		padding-bottom: 0;
	}

	.inside-message-2 .container-2 {
		padding: 100px 30px 50px 30px;
	}

	.inside-message-2 li label {
		font-size: 14px;
	}

	.inside-message-2 li input[type='text'],
	.inside-message-2 li textarea[type='text'],
	.inside-message-2 li select {
		font-size: 14px;
		height: 40px;
		line-height: 38px;
	}

	.inside-message-2 li .tag {
		font-size: 14px;
	}

	.inside-message-2 .textarea textarea[type='text'] {
		height: 100px;
	}

	.inside-message-2 li #submit {
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.inside-message-2 li {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.inside-message-2 .li2 .xuxiang span {
		width: 50%;
		margin-top: 15px;
	}

	.inside-message-2 .tijiao {
		display: block;
	}

	.inside-message-2 .tijiao .box {
		width: 100%;
	}

	.inside-message-2 .tijiao .btnbox {
		margin-left: 0;
		padding-left: 0;
		margin-top: 20px;
		text-align: center;
	}
}

.sitemap {
	padding: 50rem 0;
}

.sitemap .sitemap-bottom {
	padding-top: 30rem;
}

@media (max-width: 1440px) {
	.home-map .right .img {
		transform: scale(0.7);
		margin-top: -60rem;
		margin-left: -40rem;
	}
}

@media (max-width: 1366px) {
	.home-map .home-bottom {
		padding-top: 23rem;
	}

	.home-map .right .img {
		margin-top: -130rem;
	}

	.home-map {
		top: 104rem;
	}

}

@media (max-width: 1280px) {
	.home-map .right .img {
		margin-top: -130rem;
		margin-left: -170rem;
	}
}

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

	.container {
		width: 100%;
		max-width: 750px;
		padding: 0 15px;
	}

	.container01 {
		width: 100%;
		max-width: 750px;
		padding: 0 15px;
	}

	.container02 {
		width: 100%;
		max-width: 750px;
		padding: 0 15px;
	}

	.sitemap li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.sitemap li .top {
		font-size: 20px;
	}

	.sitemap li .bot {
		margin-top: 15px;
	}

	.sitemap li .bot a {
		font-size: 16px;
		margin-right: 20px;
	}

	.sitemap li .bot p {
		margin-top: 10px;
	}

	.header {
		height: 60px;
	}

	.header .container {
		width: 100%;
	}

	.header .logo {
		padding-top: 21px;
	}

	.header .logo a img {
		width: 135px;
	}

	.header .header-right .menu {
		display: block;
	}

	.header .header-right .header-search {
		/*搜索*/
	}

	.header .header-right .header-search .pull-right a {
		width: 40px;
		height: 60px;
		background-size: 18px !important;
	}

	.header .header-right .header-search .search .search-main {
		top: 60px;
		width: 300px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}

	.header .header-right .header-search .form-control {
		font-size: 14px;
		height: 45px;
		padding: 0 60px 0 30px;
	}

	.header .header-right .header-search .btn {
		width: 45px;
		height: 45px;
		line-height: 45px;
		background-size: 18px !important;
	}

	.header .header-right .lan {
		margin-right: 0;
	}

	.header .header-right .lan span {
		width: 40px;
		height: 60px;
		font-size: 14px;
		line-height: 60px;
		background-size: 28px;
	}

	.header .header-right .lan ul {
		top: 60px;
		padding: 10px;
	}

	.header .header-right .lan ul li a {
		font-size: 16px;
		line-height: 30px;
	}

	.header .header-right .tel a {
		width: 40px;
		height: 60px;
		background-size: 18px;
	}

	.header1 {
		box-shadow: -6px 6px 40px 0px rgba(1, 55, 99, 0.11);
	}

	.headerfix {
		box-shadow: -6px 6px 40px 0px rgba(1, 55, 99, 0.11);
	}

	.nav {
		display: none;
	}

	.height {
		top: -60px;
	}

	.height1 {
		height: 60px;
	}

	.bg {
		padding-top: 0;
	}

	.section {
		height: auto;
	}

	.swiper-renewal-main .btn {
		right: 0;
		z-index: 333;
		width: 130px;
		line-height: 45px;
		height: 45px;
	}

	.swiper-renewal-main .btn .swiper-pagination {
		font-size: 14px;
	}

	.swiper-renewal-main .btn .swiper-pagination span {
		font-size: 20px;
		line-height: 45px;
	}

	.swiper-renewal-main .swiper-button-prev,
	.swiper-renewal-main .swiper-button-next {
		width: 42px;
		height: 42px;
		margin-top: -21px;
		left: 0;
		background-size: 18px;
	}

	.swiper-renewal-main .swiper-button-prev:after,
	.swiper-renewal-main .swiper-button-next:after {
		font-size: 18px;
	}

	.swiper-renewal-main .swiper-button-next {
		right: 0;
		left: auto;
		background-size: 18px;
	}

	.swiper-renewal-main .swiper-slide {
		background: none !important;
		height: auto !important;
	}

	.swiper-renewal-main .img {
		display: block;
	}

	.swiper-renewal-main .img img {
		display: block;
	}

	.swiper-renewal-main .banner-hover {
		top: 50%;
		transform: translateY(-50%);
		padding-top: 60px;
	}

	.swiper-renewal-main .banner-hover .span {
		font-size: 16px;
		letter-spacing: 2px;
		padding: 0 40px;
		text-shadow: 0px 1px 35px rgba(0, 0, 0, 0.38);
	}

	.swiper-renewal-main .banner-hover .bt {
		padding: 0 40px;
		font-size: 24px;
		letter-spacing: 1px;
		margin-bottom: 5px;
	}

	.swiper-renewal-main .banner-hover .bt br {
		display: block;
	}

	.swiper-renewal-main .banner-hover .more {
		padding-top: 10px;
	}

	.home {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		padding: 40px 0 !important;
		transform: none !important;
	}

	.home-about {
		background: url(../images/bg1.jpg) no-repeat center center;
		background-size: cover;
	}

	.home-about .home-p {
		margin-top: 20px;
	}

	.home-about .home-p br {
		display: none;
	}

	.home-about .youshi {
		width: 100%;
		padding-top: 15px;
		text-align: center;
	}

	.home-about .youshi ul {
		overflow: hidden;
	}

	.home-about .youshi ul li {
		width: 50% !important;
		margin-bottom: 10px;
	}

	.home-about .youshi ul li .num .counter {
		font-size: 30px;
		line-height: 40px;
	}

	.home-about .youshi ul li .num i {
		font-size: 30px;
		line-height: 40px;
	}

	.home-about .youshi ul li .num em {
		font-size: 14px;
	}

	.home-about .youshi ul li .p {
		font-size: 14px;
		margin-top: 5px;
		padding-left: 0;
	}

	.home-about .youshi ul li:nth-last-child(1) .num i {
		font-size: 24px;
	}

	.home-about .youshi .video {
		position: relative;
		top: auto;
		left: auto;
		margin-left: 0;
		overflow: hidden;
	}

	.home-about .youshi .video a {
		width: 80px;
		height: 80px;
	}

	.home-about .youshi .video a:after {
		width: 80px;
		height: 80px;
	}

	.home-about .youshi .video a:before {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
	}

	.home-about .more {
		padding-top: 29px;
	}

	.home-about .more a {
		margin: 0 auto;
	}

	.home-app {
		background: url(../images/bg2.jpg) no-repeat center center;
		background-size: cover;
	}

	.home-app .home-bottom .show .info {
		display: none;
		overflow: hidden;
	}

	.home-app .home-bottom .more {
		padding-top: 20px;
	}

	.home-app .home-bottom .more a {
		margin: 0 auto;
	}

	.swiper-app {
		padding: 0;
	}

	.swiper-app .nr {
		height: auto;
		margin-top: 20px;
	}

	.swiper-app .pic {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}

	.swiper-app .swiper-button-prev,
	.swiper-app .swiper-button-next {
		width: 45px;
		height: 45px;
		border-radius: 10px;
		background: #013763;
		margin-top: -23px;
		left: 0;
	}

	.swiper-app .swiper-button-prev:after,
	.swiper-app .swiper-button-next:after {
		font-size: 20px;
	}

	.swiper-app .swiper-button-next {
		right: 0;
		left: auto;
	}

	.swiper-app ul {
		padding-top: 10px;
	}

	.swiper-app ul li {
		position: relative;
		float: left;
		width: 25%;
		padding: 4px;
	}

	.swiper-app ul li .dot {
		display: none !important;
	}

	.swiper-app ul li .bt {
		width: 100%;
		line-height: 42px;
		padding: 0 5px;
		font-size: 14px;
		margin-left: 0;
		margin: 0 !important;
		box-shadow: 0px 4px 8px 0px rgba(0, 146, 206, 0.35);
		border-radius: 10px;
		border: 0;
	}

	.swiper-app ul li .bt:after {
		width: 100%;
		height: 42px;
		border-radius: 10px;
	}

	.swiper-app ul li .line {
		display: none !important;
	}

	.swiper-app ul li .line1 {
		display: none !important;
	}

	.swiper-app ul li .text {
		position: relative;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		top: auto !important;
	}

	.swiper-app ul li .hover {
		display: none !important;
	}

	.home-nav {
		width: 100%;
		margin-top: 20px;
	}

	.home-nav ul li {
		width: 20%;
		padding: 0 6px;
	}

	.home-nav ul li a {
		line-height: 25px;
		border-radius: 27px;
		text-align: center;
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.home-nav ul li a .pic {
		position: relative;
		width: 25px;
		left: auto;
		top: auto;
		margin: 0 auto;
	}

	.home-ban {
		background: rgba(0, 0, 0, 0.1);
	}

	.home-ban .home-title {
		display: none;
	}

	.home-ban .show .info {
		padding-top: 0;
	}

	.home-ban .xunjia .h3 {
		font-size: 20px;
		text-shadow: 0px 1px 35px rgba(0, 0, 0, 0.38);
	}

	.home-ban .xunjia .list {
		padding-top: 22px;
	}

	.home-ban .xunjia .list ul li {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.home-ban .xunjia .list ul li span {
		font-size: 14px;
		line-height: 32px;
		padding: 0 11px;
	}

	.home-ban .xunjia .list ul li input {
		width: 100%;
		height: 45px;
		border-radius: 2px;
		padding: 0 10px;
	}

	.home-ban .xunjia .list ul li a {
		width: 140px;
		line-height: 45px;
		font-size: 14px;
		border-radius: 2px;
	}

	.home-ban .shiping ul {
		margin: 0 -5px;
	}

	.home-ban .shiping ul li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.home-ban .shiping ul li .pic img {
		display: block;
	}

	.home-ban .shiping ul li .pic video {
		display: none;
	}

	.home-news {
		background: url(../images/bg4.jpg) no-repeat center center;
		background-size: cover;
	}

	.home-news .home-bottom {
		padding-top: 20px;
	}

	.home-news .box {
		box-shadow: 0px 2px 8px 0px rgba(1, 55, 99, 0.12);
		border-radius: 8px;
	}

	.home-news .left {
		width: 100%;
		margin-bottom: 20px;
		display: none;
	}

	.home-news .left .bt {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 7px;
	}

	.home-news .left .date {
		font-size: 14px;
	}

	.home-news .left .text {
		padding: 16px;
	}

	.home-news .right {
		width: 100%;
	}

	.home-news .right ul li {
		margin-bottom: 26px;
	}

	.home-news .right ul li .box {
		padding-left: 357px;
		min-height: 172px;
		padding-right: 30px;
		padding-top: 22px;
		box-shadow: 0px 2px 8px 0px rgba(1, 55, 99, 0.12);
		border-radius: 8px;
	}

	.home-news .right ul li .box .pic {
		width: 320px;
		border-radius: 8px;
	}

	.home-news .right ul li .box .bt {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.home-news .right ul li .box .p {
		font-size: 14px;
		line-height: 21px;
		height: 42px;
		margin-bottom: 17px;
	}

	.home-news .right ul li .box .more p {
		width: 101px;
		line-height: 30px;
		border-radius: 8px;
		font-size: 14px;
	}

	.bgg {
		height: 100%;
	}

	.bgg ul {
		height: 100%;
	}

	.bgg ul li {
		height: 100%;
	}

	.ban-nav {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		height: auto;
		background: none;
		padding-top: 20px;
	}

	.ban-nav .container {
		width: 100%;
	}

	.ban-nav ul li {
		width: 33.33333333% !important;
		padding: 0 !important;
		text-align: center;
		margin-bottom: 10px;
	}

	.ban-nav ul li .box {
		float: none !important;
	}

	.ban-nav ul li .pic {
		width: 50px;
		height: 50px;
		margin: 0 auto;
		border: solid 2px #ffffff;
	}

	.ban-nav ul li .bt {
		font-size: 14px;
		line-height: 40px;
	}

	.home-title {
		font-size: 24px;
	}

	.home-p {
		font-size: 16px;
		line-height: 30px;
	}

	.more a,
	.more p {
		width: 120px;
		line-height: 35px;
		border-radius: 8px;
		border: solid 2px #ffffff;
		font-size: 12px;
	}

	.footer-bottom {
		padding-top: 27px;
		padding-bottom: 21px;
	}

	.footer-bottom .footer-left {
		width: 100%;
	}

	.footer-bottom .footer-left .f1 {
		margin-bottom: 12px;
		background: url(../images/f01.png) no-repeat top left;
		background-size: 58px;
		padding-left: 72px;
	}

	.footer-bottom .footer-left .f1 span {
		font-size: 16px;
	}

	.footer-bottom .footer-left .f1 p {
		font-size: 26px;
		line-height: 37px;
	}

	.footer-bottom .footer-left .f3 {
		font-size: 14px;
		line-height: 36px;
	}

	.footer-bottom .footer-left .f3 p {
		padding-left: 39px;
	}

	.footer-bottom .footer-left .f3 p:nth-child(1) {
		background: url(../images/yx.png) no-repeat left 12px;
		background-size: 16px;
	}

	.footer-bottom .footer-left .f3 p:nth-child(2) {
		background: url(../images/dz.png) no-repeat left 10px;
		background-size: 14px;
	}

	.footer-bottom .footer-left .btn {
		padding-top: 13px;
	}

	.footer-bottom .footer-left .btn a {
		width: 151px;
		line-height: 43px;
		background: #ffffff url(../images/lu.png) no-repeat 30px center;
		background-size: 19px !important;
		border-radius: 21px;
		display: block;
		font-size: 14px;
		color: #013763;
		padding-left: 61px;
	}

	.footer-bottom .footer-left .socialMedia {
		margin-top: 38px;
	}

	.footer-bottom .footer-left .socialMedia .list li {
		display: inline-block;
		padding: 0 3px 0 0;
	}

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

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

	.footer-bottom .footer-left .socialMedia .list .icon-1 {
		background: url(../images/sp1.png) no-repeat center center;
	}

	.footer-bottom .footer-left .socialMedia .list .icon-2 {
		background: url(../images/sp2.png) no-repeat center center;
	}

	.footer-bottom .footer-left .socialMedia .list .icon-3 {
		background: url(../images/sp3.png) no-repeat center center;
	}

	.footer-bottom .footer-left .socialMedia .list .icon-4 {
		background: url(../images/sp4.png) no-repeat center center;
	}

	.footer-bottom .footer-left .socialMedia .list .down {
		display: none;
		color: #666;
		font-size: 14px;
		align-items: center;
		width: 120px;
		cursor: initial;
		padding-bottom: 20px;
		position: absolute;
		top: auto;
		bottom: 100%;
	}

	.footer-bottom .footer-left .socialMedia .list .down .txt {
		margin-right: 10px;
	}

	.footer-bottom .footer-left .socialMedia .list .down .ewm {
		width: 119px;
	}

	.footer-bottom .footer-list {
		display: none;
	}

	.footer-copyright {
		padding: 15px 0;
		font-size: 12px;
		line-height: 22px;
	}

	.footer-copyright .fr {
		float: none;
	}

	.current {
		font-size: 12px;
		line-height: 19px;
		letter-spacing: 1px;
		bottom: 5px;
		display: none;
	}

	.current span {
		padding-left: 30px;
		background: url(../images/home.png) no-repeat center left;
		background-size: 16px;
		padding-left: 28px;
	}

	.current1 {
		padding: 15px 0;
	}

	.current1 span {
		background: url(../images/home1.png) no-repeat center left;
		background-size: 16px;
	}

	.job {
		padding: 40px 0;
	}

	.job2 .info {
		width: 100%;
		padding: 0;
		overflow: auto;
	}

	.job2 .info .list {
		width: 720px;
	}

	.job2 .span-01 {
		width: 29%;
		padding-left: 80px;
	}

	.job2 .span-02 {
		width: 28%;
	}

	.job2 .span-03 {
		width: 25%;
	}

	.job2 .span-04 {
		width: 18%;
	}

	.job2 .title {
		line-height: 40px;
		padding: 10px 0;
		font-size: 15px;
		width: 720px;
	}

	.job2 dl {
		margin-bottom: 15px;
	}

	.job2 dt {
		border-radius: 10px;
		padding: 15px 0;
		font-size: 16px;
		line-height: 30px;
	}

	.job2 dd {
		font-size: 14px;
		line-height: 2;
	}

	.job2 dd .nr {
		padding: 20px;
	}

	.job2 .send {
		padding-top: 16px;
	}

	.job2 .send a {
		display: inline-block;
		padding: 0 10px;
		min-width: 178px;
		line-height: 42px;
		text-align: left;
		color: #013763;
		font-size: 14px;
		padding-left: 50px;
		-webkit-box-shadow: 0 0 0 1px #013763;
		box-shadow: 0 0 0 1px #013763;
		border-radius: 30px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		position: relative;
		background: url(../images/tubiao.png) no-repeat 71% center;
		background-size: 18px;
	}

	.job2 .con {
		margin-top: 20px;
		border-radius: 4px;
		padding: 20px;
		width: 100%;
		position: relative;
		top: auto;
	}

	.job2 .gg .titleBig {
		border-left: 4px #013763 solid;
		padding-left: 11px;
		margin-bottom: 17px;
		font-size: 20px;
	}

	.job2 .gg .lc {
		padding-bottom: 20px;
	}

	.job2 .gg .title-1 {
		margin-bottom: 12px;
		font-size: 16px;
	}

	.job2 .gg .p-2 {
		line-height: 24px;
	}

	.job2 .gg .wx {
		line-height: 32px;
		border-top: 1px solid #eeeeee;
	}

	.inbanner .img1 {
		display: block;
	}

	.inbanner .img1:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		z-index: 3;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.4);
	}

	.inbanner .img {
		display: none;
	}

	.inbanner .banner-hover {
		padding-top: 60px;
		z-index: 44;
	}

	.inbanner .banner-hover .bt h1 {
		font-size: 28px;
		letter-spacing: 2px;
		margin-bottom: 4px;
	}

	.inbanner .banner-hover .bottom {
		font-size: 14px;
		line-height: 27px;
		letter-spacing: 1px;
		display: none;
	}

	.inbanner01 .current {
		display: none;
	}

	.inbanner01 .banner-hover {
		padding: 0;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding: 40px 0;
		background: #fbfbfb;
		display: block !important;
	}

	.inbanner01 .banner-hover .bt h1 {
		font-size: 24px;
		color: #333;
	}

	.inbanner01 .banner-hover .bottom {
		display: block !important;
	}

	.inbanner01 .banner-hover ul {
		padding-top: 23px;
	}

	.inbanner01 .banner-hover ul li {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.inbanner01 .banner-hover ul li .box {
		border-radius: 10px;
		width: 100%;
		height: auto;
		padding: 15px;
		box-shadow: -6px 6px 40px 0px rgba(1, 55, 99, 0.11);
	}

	.inbanner01 .banner-hover ul li .pic {
		width: 50px;
	}

	.inbanner01 .banner-hover ul li .text {
		padding-top: 5px;
	}

	.inbanner01 .banner-hover ul li .bt {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.inbanner01 .banner-hover ul li .p {
		font-size: 16px;
		line-height: 24px;
	}

	.contact01 {
		padding: 40px 0;
	}

	.contact01 ul {
		margin: 0 -20px;
	}

	.contact01 ul li {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.contact01 ul li .box {
		border-radius: 20px 20px 0px 0px;
	}

	.contact01 ul li .box .hover {
		top: -8px;
		left: 20px;
		width: 147px;
		line-height: 37px;
		font-size: 16px;
	}

	.contact01 ul li .text {
		padding: 22px;
	}

	.contact01 ul li .text .bt {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.contact01 ul li .text .p {
		font-size: 14px;
	}

	.contact02 {
		padding: 0 0 40px 0;
	}

	.contact02 .inside-message {
		box-shadow: 0px 8px 25px 0px rgba(120, 120, 120, 0.18);
		margin-top: 20px;
		padding: 20px;
	}

	.contact02 .inside-message li {
		width: 100%;
		padding: 0 0 19px 0;
	}

	.contact02 .input-form,
	.contact02 select,
	.contact02 textarea {
		height: 45px;
		font-size: 14px;
		padding-left: 39px;
	}

	.contact02 .red {
		top: 15px;
		left: 17px;
	}

	.contact02 .red img {
		width: 20px;
	}

	.contact02 .span {
		padding-left: 18px;
	}

	.contact02 .span span {
		font-size: 14px;
		line-height: 43px;
	}

	.contact02 textarea {
		padding-top: 18px;
		height: 230px;
		padding-left: 23px;
	}

	.contact02 .col-2 {
		padding-top: 44px;
	}

	.contact02 .submit {
		width: 140px;
		border-radius: 24px;
		line-height: 45px;
		font-size: 16px;
	}

	.verify-wrap {
		width: 290px !important;
		height: 45px;
	}

	.verify-wrap .drag-btn {
		position: absolute;
		left: 0;
		top: 0;
		width: 45px;
		height: 45px;
		background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
		background-size: 22px;
		z-index: 2;
		cursor: move;
		border: 1px solid #e1e1e1;
	}

	.verify-wrap .suc-drag-btn {
		background: #ffffff url(../images/drag-success.svg?t=1) no-repeat center center;
		background-size: 22px;
		border: 1px solid #e1e1e1;
	}

	.verify-wrap .drag-progress {
		position: absolute;
		left: 0;
		top: 0;
		height: 45px;
		width: 0;
		background-color: #013763;
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 45px;
	}

	.verify-wrap .fix-tips,
	.verify-msg {
		width: 100%;
		position: absolute;
		right: 0;
		left: 0;
		height: 100%;
		color: #51555c;
		z-index: 1;
		line-height: 45px;
		font-size: 14px;
		text-align: center;
		padding-left: 50px;
	}

	.verify-wrap .verify-msg {
		background-color: #013763;
		color: #fff;
		display: none;
		padding-left: 0;
		padding-right: 47px;
	}

	.app {
		padding: 40px 0 0 0;
	}

	.applist li {
		margin-bottom: 24px;
	}

	.applist li .box {
		display: block;
		overflow: hidden;
		box-shadow: 0px 11px 38px 0px rgba(1, 55, 99, 0.21);
	}

	.applist li .left {
		width: 100%;
		padding: 25px;
	}

	.applist li .left .pic {
		width: 35px;
	}

	.applist li .left .text .bt {
		letter-spacing: 2px;
		margin-bottom: 13px;
	}

	.applist li .left .text .bt span {
		font-size: 24px;
		padding-bottom: 8px;
		border-bottom: 3px solid #013763;
	}

	.applist li .left .text .jsh {
		font-size: 16px;
		line-height: 30px;
		max-height: 120px;
		margin-bottom: 14px;
	}

	.applist li .left .text .more a {
		line-height: 40px;
		border-radius: 8px;
		font-size: 13px;
		margin-right: 10px;
		padding: 0 12px;
		margin-bottom: 5px;
	}

	.applist li .right {
		width: 100%;
		margin-right: 0;
	}

	.applist li .right:after {
		display: none;
	}

	.applist li .right .bt {
		font-size: 14px;
		line-height: 42px;
	}

	.applist li .right .bt span {
		background: #013763;
		background-size: 22px;
		padding: 0 40px 0 20px;
	}

	.applist li .right .bt span:after {
		width: 22px;
		height: 42px;
	}

	.applist li .right .bt:after {
		width: 30px;
		height: 42px;
		right: -30px;
	}

	.applist li .right .swiper-pagination {
		right: 10px;
		width: 12px;
	}

	.applist li .right .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.applist li:nth-child(2n) .right {
		margin-right: 0;
		margin-left: 0;
	}

	.applist li:nth-child(2n) .right .swiper-pagination {
		right: auto;
		left: 10px;
	}

	.app01 {
		padding-top: 40px;
	}

	.app01 .return a {
		width: 120px;
		line-height: 35px;
		border-radius: 21px;
		font-size: 14px;
		background: url(../images/return.png) no-repeat 21px center;
		background-size: 18px !important;
		padding-left: 56px;
	}

	.h1 {
		font-size: 24px;
		letter-spacing: 2px;
		padding: 0;
		margin-top: 13px;
		margin-bottom: 20px;
	}

	.app02 .info {
		padding: 35px 0;
	}

	.news-top {
		padding: 40px 0;
	}

	.news-top .swiper {
		padding-bottom: 30px;
	}

	.news-top .text {
		width: 100%;
		margin-top: 0;
		border-top: 2px solid #141414;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.news-top .text .bt {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.news-top .text .date {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.news-top .text .p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 15px;
	}

	.news-top .text .more p {
		width: 101px;
		line-height: 31px;
		font-size: 14px;
	}

	.news-top .pic {
		width: 100%;
		border-radius: 8px;
	}

	.news-top .swiper-pagination {
		bottom: 0;
	}

	.news-top .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		background: none;
		border: 1px solid #cd0000;
		border-radius: 50%;
		opacity: 1;
	}

	.news-top .swiper-pagination-bullet-active {
		background: #cd0000;
	}

	.news-bottom {
		padding: 40px 0;
	}

	.nlist {
		margin: 0 -6px;
		padding-bottom: 30px;
	}

	.nlist li {
		padding: 0 6px;
	}

	.nlist li .box {
		box-shadow: 0px 2px 8px 0px rgba(1, 55, 99, 0.12);
		border-radius: 8px;
	}

	.nlist li .text {
		padding: 19px;
	}

	.nlist li .bt {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 14px;
		height: 60px;
	}

	.nlist li .date {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.nlist li .span {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.nlist li .more p {
		width: 101px;
		line-height: 31px;
		font-size: 14px;
	}

	.nlist li .more span {
		line-height: 33px;
		font-size: 14px;
	}

	.nsearch {
		margin-bottom: 21px;
	}

	.nsearch .left {
		width: 100%;
		height: 45px;
		margin-right: 0;
		border-radius: 29px;
		margin-bottom: 10px;
	}

	.nsearch .info {
		width: 100%;
	}

	.nsearch .info input {
		width: 100%;
		height: 45px;
		border-radius: 29px;
		padding: 0 20px;
	}

	.nsearch .info a {
		width: 45px;
		height: 45px;
		background-size: 18px;
	}

	.combo-input {
		height: 45px;
		padding-right: 60px;
		border-radius: 3px;
		padding: 0 20px !important;
	}

	.news-title {
		padding-bottom: 39px;
	}

	.news-title .nt {
		font-size: 24px;
		margin-top: 35px;
		margin-bottom: 12px;
	}

	.news-title h2 {
		font-size: 14px;
	}

	.news-title h2 span {
		margin: 0 19px;
	}

	.nb {
		padding: 40px 0;
	}

	.nb .left {
		width: 100%;
		font-size: 14px;
		line-height: 27px;
	}

	.nb .left p {
		margin-bottom: 5px;
	}

	.nb .left .share {
		padding-top: 21px;
		margin-bottom: 20px;
	}

	.nb .left .share .dib {
		font-size: 14px;
	}

	.nb .right {
		width: 100%;
		padding-top: 20px;
		position: relative;
		top: auto;
	}

	.nb .right .h3 {
		font-size: 18px;
	}

	.nb .right ul {
		border-top: 1px solid #f0f0f0;
		margin-top: 10px;
	}

	.nb .right ul li a {
		padding: 18px 0;
	}

	.nb .right ul li a .bt {
		font-size: 16px;
	}

	.nb .right ul li a .date {
		font-size: 14px;
	}

	.inside-pagenews li {
		font-size: 14px;
		line-height: 31px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.inside-pagenews li span {
		font-size: 14px;
		padding: 0 6px;
		width: 60px;
	}

	.inside-pagenews li a {
		padding-left: 70px;
		padding-right: 75px;
	}

	.inside-pagenews li i {
		font-size: 12px;
		padding-left: 20px;
	}

	.tag {
		font-size: 14px;
		margin-top: 18px;
		padding-top: 4px;
		padding-right: 0;
		line-height: 30px;
	}

	.tag a {
		padding: 0 10px;
		max-width: 160px;
		margin-right: 6px;
		line-height: 30px;
	}

	.tag .fh {
		right: auto;
		top: auto;
		width: 86px;
		height: 30px;
		display: block;
		line-height: 30px;
		position: relative;
	}

	.related {
		padding-bottom: 0;
	}

	.related .nlist {
		padding-top: 20px;
	}

	.product {
		padding: 40px 0;
	}

	.product .nsearch .info input {
		width: 100%;
	}

	.product .btn {
		float: left;
		width: 100%;
	}

	.product .btn a {
		width: 160px;
		line-height: 50px;
		border-radius: 16px;
		font-size: 14px;
		margin: 10px auto;
	}

	.prolist {
		margin: 0 -6px;
		padding-bottom: 17px;
	}

	.prolist li {
		padding: 0 6px;
		margin-bottom: 22px;
	}

	.prolist li .bt {
		font-size: 14px;
		line-height: 50px;
		padding: 0 10px;
	}

	.product-top {
		padding: 40px 0;
	}

	.product-top .left {
		width: 100%;
		padding-right: 0;
	}

	.product-top .left .mySwiper {
		display: none;
	}

	.product-top .right {
		width: 100%;
		padding-top: 14px;
	}

	.product-top .right .bt {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.product-top .right .bt img {
		margin-top: 6px;
	}

	.product-top .right .jsh {
		font-size: 14px;
		line-height: 32px;
		min-height: 0;
		margin-bottom: 7px;
	}

	.product-top .right .btn a {
		width: 140px;
		height: 37px;
		margin-right: 10px;
	}

	.product-top .right .btn .zx {
		background: #013763 url(../images/ly.png) no-repeat 20px center;
		background-size: 18px;
		font-size: 14px;
		line-height: 35px;
		letter-spacing: 2px;
		padding-left: 50px;
	}

	.product-top .right .btn .rx h3 {
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 1px;
		margin-top: 1px;
	}

	.product-top .right .btn .rx p {
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0;
	}

	.product-show .home-title {
		font-size: 28px;
	}

	.product-show .prolist {
		margin-top: 20px;
	}

	.service01 {
		padding: 40px 0 0 0;
	}

	.service01 .service-bottom {
		height: auto;
		margin-top: 28px;
	}

	.service01 .ban-nav {
		bottom: auto;
		background: none;
	}

	.service02 {
		padding: 40px 0;
	}

	.service02 .bt {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.service02 .jsh {
		font-size: 14px;
		line-height: 27px;
	}

	.service02 .jsh p {
		margin-bottom: 10px;
	}

	.service02 .tuijian-case {
		padding: 20px;
		box-shadow: -6px 6px 20px 0px rgba(1, 55, 99, 0.12);
	}

	.tuijian {
		padding: 40px 0 0 0;
	}

	.tuijian .caselist {
		margin: 0 -7px;
		padding-top: 21px;
	}

	.tuijian .caselist li {
		width: 33.33333333%;
		padding: 0 7px;
	}

	.tuijian .caselist li .box {
		box-shadow: -6px 6px 20px 0px rgba(1, 55, 99, 0.12);
		border-radius: 0px 0px 8px 8px;
		padding: 20px;
	}

	.tuijian .caselist li .box .h3 {
		font-size: 18px;
		line-height: 34px;
		padding-bottom: 8px;
		margin-bottom: 12px;
	}

	.tuijian .caselist li .box .h3:after {
		width: 31px;
		height: 3px;
	}

	.tuijian .caselist li .box .p {
		font-size: 14px;
		line-height: 27px;
		height: 54px;
		margin-bottom: 13px;
	}

	.tuijian .caselist li .box .more p {
		width: 85px;
		line-height: 31px;
		font-size: 12px;
	}

	.tuijian .more1 {
		padding-top: 30px;
	}

	.tuijian .more1 a {
		width: 120px;
		line-height: 35px;
		border-radius: 30px;
		font-size: 12px;
	}

	.case-show .service02 {
		padding: 40px 0;
	}

	.case-show .service02 .tuijian-case {
		padding: 20px;
	}

	.case-show .service02 .tuijian-case .bt {
		font-size: 24px;
	}

	.case-show .h2 {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.case-show .h2 a {
		width: 23px;
		height: 23px;
		margin-left: 6px;
	}

	.case-show .list {
		padding-top: 25px;
	}

	.case-show .pagelist-news li a {
		font-size: 14px;
		line-height: 45px;
		padding-left: 80px;
	}

	.case-show .pagelist-news li a span {
		left: 0;
		padding-right: 27px;
		background-size: 16px;
	}

	.case-show .pagelist-news li:nth-child(2n) span {
		background-size: 16px;
	}

	.case-show .return {
		padding-top: 20px;
	}

	.case-show .return a {
		width: 111px;
		line-height: 36px;
		font-size: 14px;
	}

	.about01 {
		padding: 40px 0;
	}

	.about01 .jsh {
		font-size: 14px;
		line-height: 27px;
		letter-spacing: 1px;
		margin-bottom: 29px;
	}

	.about01 .jsh p {
		margin-bottom: 10px;
	}

	.about01 .youshi {
		padding-top: 18px;
	}

	.about01 .youshi li {
		width: 50% !important;
	}

	.about01 .youshi li:after {
		height: 40px;
		top: 50%;
		margin-top: -20px;
	}

	.about01 .youshi li .pic {
		width: 30px;
		margin-top: 6px;
	}

	.about01 .youshi li .num span {
		font-size: 36px;
	}

	.about01 .youshi li .num b {
		font-size: 26px;
	}

	.about01 .youshi li .num em {
		font-size: 15px;
	}

	.about01 .youshi li .num i {
		font-size: 36px;
		line-height: 50px;
	}

	.about01 .youshi li .h3 {
		font-size: 14px;
	}

	.about01 .youshi li:nth-child(2n):after {
		display: none;
	}

	.about02 {
		padding: 60px 0;
		height: auto;
	}

	.about02 .about-bottom {
		margin-top: 20px;
	}

	.about02 .about-bottom:after {
		top: 6px;
	}

	.about02 .about-bottom .box {
		height: 177px;
		margin-top: 0;
		padding-top: 99px;
	}

	.about02 .about-bottom .box .bt {
		font-size: 16px;
		line-height: 30px;
	}

	.about02 .about-bottom .box .num {
		font-size: 20px;
		letter-spacing: 1px;
		width: 112px;
		line-height: 36px;
		height: 38px;
		border-radius: 30px;
		top: 38px;
	}

	.about02 .about-bottom .box:after {
		width: 14px;
		height: 14px;
		top: 0;
		margin-left: -7px;
	}

	.about02 .about-bottom .box1 {
		margin-top: 0;
		padding-top: 99px;
	}

	.about02 .about-bottom .box1 .num {
		bottom: auto;
		top: 38rem;
	}

	.about02 .about-bottom .box1:after {
		top: 0;
		bottom: auto;
	}

	.about02 .about-bottom .swiper-slide-active .box .num {
		background: url(../images/dabg.png) no-repeat top center;
		background-size: 75px;
		border: 0;
		padding-top: 11px;
		height: 47px;
		top: 27px;
	}

	.about02 .about-bottom .swiper-slide-active .box:after {
		background: url(../images/da1.png) no-repeat center center;
		background-size: 100%;
	}

	.about02 .about-bottom .swiper-slide-active .box1 .num {
		background: url(../images/dabg.png) no-repeat top center;
		background-size: 75px;
		border: 0;
		padding-top: 11px;
		height: 47px;
		top: 27px;
	}

	.about02 .about-bottom .swiper-button-prev,
	.about02 .about-bottom .swiper-button-next {
		top: -16px;
		margin-top: 0;
	}

	.about02 .about-bottom .swiper-button-prev:after {
		font-size: 20px;
	}

	.about02 .about-bottom .swiper-button-next:after {
		font-size: 20px;
	}

	.about03 {
		padding: 40px 0;
	}

	.about03 .about-bottom {
		padding-top: 20px;
	}

	.about03 .about-bottom ul {
		font-size: 0;
		text-align: center;
	}

	.about03 .about-bottom ul li {
		width: 33.33333333%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 10px;
	}

	.about03 .about-bottom ul li .pic {
		width: 80px;
	}

	.about03 .about-bottom ul li .text {
		padding-top: 11px;
	}

	.about03 .about-bottom ul li .text .bt {
		font-size: 16px;
	}

	.about03 .about-bottom ul li .text .bt:after {
		width: 26px;
		height: 3px;
		margin: 10px auto 16px auto;
	}

	.about03 .about-bottom ul li .text .p {
		font-size: 14px;
		line-height: 27px;
		width: 100%;
	}

	.about04 {
		padding: 40px 0;
	}

	.about04 .about-bottom {
		padding-top: 21px;
	}

	.about04 .about-bottom .box {
		border-radius: 6px;
		padding: 15px;
	}

	.about04 .about-bottom .pic {
		border-radius: 6px;
	}

	.about04 .swiper-button-prev,
	.about04 .swiper-button-next {
		width: 45px;
		height: 45px;
		border-radius: 10px;
		margin-top: -23px;
		background: #013763;
		border: 1px solid #013763;
		left: 5px;
	}

	.about04 .swiper-button-prev:after,
	.about04 .swiper-button-next:after {
		font-size: 20px;
	}

	.about04 .swiper-button-next {
		right: 5px;
		left: auto;
	}

	.about05 {
		padding: 40px 0;
	}

	.about05 .second-nav {
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.about05 .second-nav ul {
		margin: 0 -5px;
	}

	.about05 .second-nav ul li {
		width: 20%;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.about05 .second-nav ul li a {
		font-size: 14px;
		line-height: 45px;
		border-radius: 26px;
		padding: 0 5px;
	}

	.about05 .show ul {
		margin: 0 -6px;
		padding-bottom: 26px;
	}

	.about05 .show ul li {
		width: 33.33333333%;
		padding: 0 6px;
		margin-bottom: 12px;
	}

	.about05 .show ul li a .pic {
		border-radius: 8px;
	}

	.sitemap {
		padding: 40px 0;
	}

	.sitemap .sitemap-bottom {
		padding-top: 20px;
	}

	.inside-message-2 {
		padding: 20px;
		box-shadow: -6px 6px 40px 0px rgba(1, 55, 99, 0.11);
		width: 96%;
		height: 440px;
		overflow: auto;
	}

	.inside-message-2 .close {
		width: 50px;
		height: 50px;
		line-height: 48px;
		font-size: 40px;
	}

	.inside-message-2 .title {
		margin-bottom: 5px;
		font-size: 20px;
	}

	.inside-message-2 .text {
		font-size: 14px;
	}

	.inside-message-2 ul {
		margin: 0 -5px;
		padding-top: 10px;
	}

	.inside-message-2 li {
		width: 100%;
		margin-top: 10px;
		padding: 0 5px;
	}

	.inside-message-2 li label {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.inside-message-2 li input[type='text'],
	.inside-message-2 li textarea[type='text'],
	.inside-message-2 li select {
		height: 40px;
		font-size: 14px;
		border-radius: 5px;
		padding: 5px 20px;
	}

	.inside-message-2 li textarea[type='text'] {
		height: 70px;
	}

	.inside-message-2 li .tag {
		font-size: 14px;
	}

	.inside-message-2 li #submit {
		min-width: 122px;
		height: 42px;
		line-height: 40px;
		font-size: 14px;
		border-radius: 30px;
	}

	.inside-message-2 .li2 .xuxiang {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.inside-message-2 .li2 span {
		width: 25%;
		padding: 0 20px;
	}

	.inside-message-2 .li2 select {
		color: #777;
	}

	.inside-message-2 .textarea {
		width: 100%;
		height: auto;
	}

	.inside-message-2 .tijiao {
		width: 100%;
	}

	.inside-message-2 .tijiao .box {
		width: 25%;
	}

	.inside-message-2 .verifyDiv {
		right: auto;
		width: 100%;
		position: relative;
	}

	#privacyPopup {
		width: 96%;
		font-size: 14px;
	}

	#privacyPopup .close {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 22px;
	}

	.home-map {
		background: url(../images/bg5.jpg) no-repeat center center;
		background-size: cover;
	}

	.home-map .home-bottom {
		padding-top: 20px;
	}

	.home-map .left {
		width: 100%;
	}

	.home-map .left .swiper-biaoti {
		height: auto;
	}

	.home-map .left .swiper-biaoti .swiper-slide {
		font-size: 14px;
		line-height: 40px;
	}

	.home-map .left .swiper-biaoti .swiper-slide-thumb-active {
		font-size: 18px;
	}

	.home-map .left .swiper-logo {
		margin-top: 10px;
	}

	.home-map .left .swiper-logo .swiper-slide {
		padding: 0 51px;
	}

	.home-map .left .swiper-partner {
		height: auto;
	}

	.home-map .left .swiper-partner .swiper-slide {
		padding: 9px 0;
	}

	.home-map .left .swiper-partner .pic {
		border-radius: 8px;
	}

	.home-map .left .swiper-partner .swiper-button-prev,
	.home-map .left .swiper-partner .swiper-button-next {
		width: 30px;
		height: 30px;
		transform: rotate(0deg);
	}

	.home-map .left .swiper-partner .swiper-button-prev:after,
	.home-map .left .swiper-partner .swiper-button-next:after {
		font-size: 20px;
		color: #fff;
	}

	.home-map .left .swiper-partner .swiper-button-prev {
		top: 50%;
		margin-top: -15px;
		left: 0;
		margin-left: 0;
	}

	.home-map .left .swiper-partner .swiper-button-next {
		top: 50%;
		bottom: auto;
		margin-top: -15px;
		left: auto;
		right: 0;
		margin-left: 0;
	}

	.home-map .right {
		width: 100%;
		margin-top: 10px;
	}

	.home-map .right .img {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 0;
		margin-left: 0;
		transform: scale(1);
	}

	.home-map .right .img img {
		display: none;
	}

	.home-map .right .img .hide {
		display: block;
	}

	.home-map .right .img img {
		position: relative;
		top: auto;
		left: auto;
	}

	.home-map .right .img .globalMap {
		display: none;
	}

	.home-map .right .map-lines {
		display: none;
	}
}

@media (max-width: 500px) {
	.nlist li {
		width: 100%;
		margin-bottom: 20px;
	}

	.prolist li {
		width: 50%;
	}

	.product-show .prolist li {
		width: 100%;
	}

	.tuijian .caselist li {
		width: 100%;
		margin-bottom: 15px;
	}

	.about03 .about-bottom ul li {
		width: 100%;
	}

	.about05 .second-nav ul li {
		width: 50%;
	}

	.home-news .right ul li .box .pic {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	.home-news .right ul li .box {
		padding-left: 0;
		min-height: 0;
		padding-right: 0;
		padding-top: 0;
	}

	.home-news .right ul li .text {
		padding: 14px;
	}

	.home-nav ul li {
		width: 33.333333%;
		margin-bottom: 8px;
	}
}

.ss01 {
	padding: 94rem 0 104rem 0;
}

.ss01 .home-title {
	letter-spacing: 2rem;
	color: #141414;
}

.ss01 .list {
	padding-top: 52rem;
	overflow: hidden;
	margin-bottom: 70rem;
}

.ss01 ul {
	margin: 0 -27rem;
}

.ss01 ul li {
	width: 50%;
	padding: 0 27rem;
	float: left;
}

.ss01 ul li .pic {
	border-radius: 50rem;
}

.ss01 ul li .pic:after {
	padding-bottom: 75.97684%;
}

.ss01 .jsh {
	font-size: 18rem;
	line-height: 36rem;
	color: #141414;
}

.ss02 {
	padding: 67rem 0 109rem 0;
	position: relative;
	background: url(../images/sbg.jpg) no-repeat top center;
	background-size: cover;
}

.ss02 .home-title,
.ss03 .home-title {
	color: #141414;
}

.ss02 .swiper {
	position: relative;
	overflow: hidden;
	margin-top: 41rem;
}

.ss02 .swiper-slide {
	width: auto !important;
}

.ss02 .swiper-slide .img {
	position: relative;
	overflow: hidden;
}

.ss02 .swiper-slide .img .bt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18rem;
	font-weight: bold;
	line-height: 40rem;
	z-index: 4;
	background-color: rgba(6, 15, 23, 0.4);
}

.ss02 .swiper-slide img {
	height: 342rem;
	display: block;
	transition: 0.5s;
}

.ss02 .swiper-slide .img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgba(6, 15, 23, 0.5) url(../images/fangda.png) no-repeat center center;
	background-size: 73rem;
	opacity: 0;
	transition: 0.5s;
}

.ss02 .swiper-slide:hover .img:before {
	opacity: 1;
}

.ss02 .swiper-slide:hover .img img {
	transform: scale(1.04);
}

.ss03 {
	padding: 88rem 0;
	overflow: hidden;
	background: #fff;
}

.ss03 .container02 {
	position: relative;
}

.ss03 .swiper {
	position: relative;
	overflow: hidden;

}

.ss03 .prolist {
	padding: 0;
	padding: 40rem 0;
}

.ss03 .prolist li {
	margin: 0;
}

.ss03 .prolist li .bt {
	background: #fff;
}

.ss03 .prolist li .pic {
	background: url(../images/sbg1.png) no-repeat top center;
	background-size: cover;
}

.ss03 .prolist li .box {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0rem 8rem 20rem 0rem rgba(1, 55, 99, 0.12);
	border-radius: 16rem;
	overflow: hidden;
}

.ss03 .prolist li:hover .bt {
	background: #cd0000;
}


.ss03 .swiper-button-prev,
.ss03 .swiper-button-next {
	width: 55rem;
	height: 55rem;
	border-radius: 10rem;
	background: #f3f3f3;
	margin-top: -27rem;
	left: -7%;
}

.ss03 .swiper-button-prev:after,
.ss03 .swiper-button-next:after {
	font-size: 20rem;
	color: #999999;
}

@media (min-width: 1025px) {

	.ss03 .swiper-button-prev:hover,
	.ss03 .swiper-button-next:hover {
		background-color: #cd0000;
		border: dashed 1px #cd0000;

		&:after {
			color: #fff;
		}
	}
}

.ss03 .swiper-button-next {
	right: -7%;
	left: auto;
}


.ban03 {
	padding: 0 136rem;
}

.ban03 ul {
	margin: 0 -26rem;
}

.ban03 ul li {
	width: 20%;
	float: left;
	padding: 0 26rem;
}

.ban03 ul li .box {
	position: relative;

}

.ban03 ul li .box .bt {
	position: relative;

}

.ban03 ul li .box .bt:after {
	content: '';
	display: block;
	width: 10rem;
	height: 10rem;
	background: url(../images/dian.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 19rem;
	right: 4rem;
}

.ban03 ul li .box span {
	font-size: 72rem;
	line-height: 80rem;
	height: 80rem;
	overflow: hidden;
	display: block;
	text-stroke: 1px rgba(255, 255, 255, 1);
	-webkit-text-stroke: 1px rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 0);
	font-weight: bold;
	display: block;
	padding: 0 10rem;
	margin-bottom: 10px;
	opacity: 0;
}

.ban03 ul li .box .bt {
	height: 130rem;
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 10rem;
	border: solid 1rem rgba(255, 255, 255, 1);
	font-size: 24rem;
	font-weight: bold;
	line-height: 41rem;
	padding: 0 20rem;
	padding-top: 30rem;
	color: rgba(255, 255, 255, 1);
	opacity: 0;
}


.ban03 ul li .box .bt:before {
	content: '';
	display: block;
	width: 59rem;
	height: 15rem;
	background: url(../images/jian1.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 17rem;
	right: -53rem;

}

.ban03 ul li:nth-last-child(1) .box .bt:before {
	display: none;
}

.ban06 ul li {
	width: 16.66666666666667%;
}

.ban04 ul li {
	width: 25%;
	float: left;
	padding: 0 65rem;
	position: relative;
}

.ban04 ul li .box {
	background-color: rgba(0, 0, 0, 0.18);
	border-radius: 20rem;
	height: 432rem;
	width: 100%;
	border: solid 1rem rgba(255, 255, 255, 1);
	position: relative;
}



.ban04 ul li .box .bt {
	text-align: center;
	font-size: 19rem;
	margin-bottom: 39rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.ban04 ul li .pic1 {
	margin-bottom: 18rem;
}

.ban04 ul li .pic1:after {
	padding-bottom: 45%;
}


.ban04 ul li .box1 .item {
	background-color: rgba(0, 0, 0, 0.18);
	border-radius: 20rem;
	margin-bottom: 10rem;
	height: 210rem;
	position: relative;
	border: solid 1rem rgba(255, 255, 255, 1);
}

.ban04 ul li .pic2:after {
	padding-bottom: 53.84615384615385%;
}


.ban04 ul li .box2 {
	background-color: rgba(0, 0, 0, 0.18);
	border-radius: 20rem;
	height: 432rem;
	width: 100%;
	border: solid 1rem rgba(255, 255, 255, 1);
	position: relative;
}

.ban04 ul li .info1 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 20rem;
	text-align: center;
	transform: translateY(-50%);
}

.ban04 ul li .bt1 {
	text-align: center;
	font-size: 18rem;
	line-height: 32rem;
	margin: 2rem 0;
	color: rgba(255, 255, 255, 1);
}

.ban04 ul li .pic3 {
	margin-bottom: 18rem;
}

.ban04 ul li .pic3:after {
	padding-bottom: 46.15384615384615%;
}

.ban04 ul li .j img {
	height: 31rem;
}

.ban04 ul li .p {
	text-align: center;
	font-size: 16rem;
	line-height: 32rem;
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	text-align: left;
	margin-bottom: 10rem;
}

.ban04 ul li .p img {
	display: inline-block;
	width: 18rem;
	vertical-align: middle;
	margin-right: 10rem;
}

.ban04 ul li .qc img {
	display: block;
	float: right;
	width: 78rem;
}

.ban04 ul li:after {
	content: '';
	display: block;
	height: 100%;
	width: 104rem;
	position: absolute;
	top: 0;
	right: -52rem;
	background: url(../images/sr.png) no-repeat center center;
	background-size: 100%;
}

.ban04 ul li:nth-last-child(1):after {
	display: none;
}


.ban02 .h3 {
	font-size: 22rem;
	color: rgba(255, 255, 255, 1);
}

.ban02 .ban-right {
	height: 418rem;
	background-color: rgba(0, 0, 0, 0.18);
	border-radius: 20rem;
	border: dashed 1rem rgba(255, 255, 255, 1);
}

.ban02 .ban-bottom {
	margin-top: 30rem;
	padding-left: 353rem;
	padding-right: 167rem;
	position: relative;

}

.t1 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -40rem;
}

.t1 .i {
	font-size: 20rem;
	font-weight: bold;
	line-height: 24rem;
	letter-spacing: 1rem;
	width: 80rem;
	height: 80rem;
	background-color: rgba(1, 55, 99, 1);
	border-radius: 8rem;
	padding: 14rem;
	text-align: center;
	border: solid 1rem rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	vertical-align: middle;
}

.t2 {
	position: absolute;
	top: 50%;
	left: 80rem;
	transform: translateY(-50%);


}

.t2 .i {
	padding-left: 68rem;
	padding-right: 62rem;
	background: url(../images/line4.png) no-repeat center left;
	background-size: 68rem;
}

.t2 .tie {
	margin: 15rem 0;

}

.t2 .tie a {
	display: block;
	font-size: 20rem;
	font-weight: bold;
	letter-spacing: 1rem;
	color: rgba(255, 255, 255, 1);
	width: 140rem;
	line-height: 80rem;
	padding: 0 10rem;
	background: rgba(255, 255, 255, 0.12) url(../images/ja1.png) no-repeat 90% center;
	background-size: 23rem;
	border-radius: 8rem;
	border: solid 1rem rgba(255, 255, 255, 1);
	position: relative;
}

.t2 .tie a:after {
	content: '';
	display: none;
	width: 62rem;
	height: 1px;
	border-bottom: 1px dashed #fff;
	position: absolute;
	top: 50%;
	right: -62rem;

}

.t2 .tie.active a {
	background: rgba(205, 0, 0, 1) url(../images/ja.png) no-repeat 90% center;
	background-size: 23rem;
}

.t2 .tie.active a:after {
	display: block;
}

.ban02 .ban-right .sh .in {
	display: none;
	padding: 23rem 51rem;
	overflow: hidden;
}

.ban02 .ban-right ul {
	margin: 0 -53rem;
}

.ban02 .ban-right ul li {
	width: 20.5%;
	float: left;
	padding: 0 53rem;
	position: relative;
}

.ban02 .ban-right ul li:after {}

.ban02 .ban-right ul li .bt {
	font-size: 20rem;
	font-weight: bold;
	line-height: 40rem;
	background-color: rgba(1, 55, 99, 1);
	border-radius: 8rem;
	text-align: center;
	border: solid 1rem rgba(255, 255, 255, 1);
	letter-spacing: 1rem;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 16rem;
}

.ban02 .ban-right ul li .p p {
	line-height: 40rem;
	background-color: rgba(255, 255, 255, 0.18);
	border-radius: 8rem;
	text-align: center;
	border: solid 1rem rgba(255, 255, 255, 1);
	font-size: 20rem;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 20rem;
}

.ban02 .ban-right ul li .p {
	position: relative;
}

.ban02 .ban-right ul li .ph {
	padding: 30rem 0;
}

.ban02 .ban-right ul li .p:after {
	content: '';
	display: block;
	height: 224rem;
	width: 104rem;
	position: absolute;
	top: 0;
	right: -100rem;
	background: url(../images/m.png) no-repeat center center;
	background-size: 100%;
}

.ban02 .ban-right ul li.last {
	width: 38%;
}

.ban02 .ban-right ul li.last .box1 {
	padding-right: 52rem;
}

.ban02 .ban-right ul li.last .bt {
	width: 140rem;
}

.ban02 .ban-right ul li.last .box1 .item {
	border-radius: 8rem;
	border: solid 1rem rgba(255, 255, 255, 1);
	padding: 5rem 10rem;
	background: rgba(255, 255, 255, 0.18) url(../images/more5.png) no-repeat bottom right;
	background-size: 35rem;
	margin-bottom: 8rem;
}

.ban02 .ban-right ul li.last .box1 .item .b {
	position: relative;
	padding-left: 115rem;
	padding-right: 32rem;
	height: 60rem;

}

.ban02 .ban-right ul li.last .box1 .item .pic {
	width: 100rem;
	position: absolute;
	top: 0;
	left: 0;
}

.ban02 .ban-right ul li.last .box1 .item .pic:after {
	padding-bottom: 60%;
}

.ban02 .ban-right ul li.last .box1 .item .pic .span {
	width: 20rem;
	height: 18rem;
	text-align: center;
	background-color: rgba(205, 0, 0, 1);
	border-radius: 0rem 0rem 10rem 0rem;
	font-size: 13rem;
	font-weight: bold;
	line-height: 18rem;
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(255, 255, 255, 1);
}

.ban02 .ban-right ul li.last .box1 .item .tit {
	font-size: 15rem;
	color: rgba(255, 255, 255, 1);
}

.ban02 .ban-right ul li.last .box1 .item .txt {
	font-size: 13rem;
	line-height: 18rem;
	height: 36rem;
	overflow: hidden;
	color: rgba(255, 255, 255, 1);
}

.ban02 .ban-right {
	position: relative;
}

.ban02 .ban-right .rr {
	position: absolute;
	top: 50%;
	right: -66rem;
	transform: translateY(-50%);
}

.ban02 .ban-right .rr a {
	font-size: 16rem;
	line-height: 20rem;
	padding: 14rem 5rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	width: 130rem;
	height: 80rem;
	background: rgba(1, 55, 99, 1) url(../images/more6.png) no-repeat center 90%;
	background-size: 12rem;
	border-radius: 8rem;
	border: solid 1rem rgba(255, 255, 255, 1);
	display: block;
}



.ban02 .ban-right ul li:nth-child(3) .p:after {
	content: '';
	display: block;
	height: 251rem;
	width: 109rem;
	position: absolute;
	top: 31rem;
	right: -108rem;
	background: url(../images/more7.png) no-repeat center center;
	background-size: 100%;
}



@keyframes fadeInUp3 {
	0% {
		opacity: 0;
		transform: translate3d(0, 70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInUp3 {
	animation-name: fadeInUp3;
}



.home-ban .show .info.active .t1 .i {
	-webkit-animation: fadeInRight2 2s alternate;
	animation: fadeInRight2 2s alternate;
}

.home-ban .show .info.active .t2 .i {
	-webkit-animation: fadeInRight2 3s alternate;
	animation: fadeInRight2 3s alternate;
}

.home-ban .show .info.active .ban02 .ban-right {
	-webkit-animation: fadeInRight2 4s alternate;
	animation: fadeInRight2 4s alternate;
}

.home-ban .show .info.active .ban04 ul li:nth-child(1) {
	-webkit-animation: fadeInRight2 2s alternate;
	animation: fadeInRight2 2s alternate;
}

.home-ban .show .info.active .ban04 ul li:nth-child(2) {
	-webkit-animation: fadeInRight2 3s alternate;
	animation: fadeInRight2 3s alternate;
}

.home-ban .show .info.active .ban04 ul li:nth-child(3) {
	-webkit-animation: fadeInRight2 4s alternate;
	animation: fadeInRight2 4s alternate;
}

.home-ban .show .info.active .ban04 ul li:nth-child(4) {
	-webkit-animation: fadeInRight2 5s alternate;
	animation: fadeInRight2 5s alternate;
}



@media(max-width:1600px) {
	.home-ban .show .in4 {
		padding-top: 85rem;
	}

	.home-ban .show .in5 {
		padding-top: 85rem;
	}
}

@media(max-width:1400px) {
	.home-ban .show .in2 {
		padding-top: 29rem;
	}

	.home-ban .show .in4 {
		padding-top: 64rem;
	}

	.home-ban .show .in5 {
		padding-top: 64rem;
	}
}

@media(max-width:1280px) {
	.home-ban .show .in2 {
		padding-top: 19rem;
	}

	.home-ban .show .in4 {
		padding-top: 44rem;
	}

	.home-ban .show .in5 {
		padding-top: 44rem;
	}
}

@media(max-width:1200px) {

	.ss01 {
		padding: 40px 0;
	}

	.ss01 .home-title {
		letter-spacing: 2px;
	}

	.ss01 .list {
		padding-top: 22px;
		margin-bottom: 20px;
	}

	.ss01 ul {
		margin: 0 -7px;
	}

	.ss01 ul li {
		padding: 0 7px;
	}

	.ss01 ul li .pic {
		border-radius: 10px;
	}


	.ss01 .jsh {
		font-size: 15px;
		line-height: 30px;
	}

	.ss02 {
		padding: 40px 0;
	}

	.ss02 .swiper {
		margin-top: 21px;
	}

	.ss02 .swiper-slide .img .bt {
		font-size: 14px;
		line-height: 40px;
	}

	.ss02 .swiper-slide img {
		height: 242px;
	}

	.ss02 .swiper-slide .img:before {
		background-size: 23px;
	}

	.ss03 {
		padding: 20px 0;
	}

	.ss03 .prolist {
		padding: 30px 0;
	}

	.ss03 .prolist li .box {
		box-shadow: 0px 8px 10px 0px rgba(1, 55, 99, 0.12);
		border-radius: 16px;
	}

	.ss03 .swiper-button-prev,
	.ss03 .swiper-button-next {
		width: 34px;
		height: 34px;
		border-radius: 10px;
		margin-top: -17px;
		left: 0;
	}

	.ss03 .swiper-button-prev:after,
	.ss03 .swiper-button-next:after {
		font-size: 20px;
	}

	.ss03 .swiper-button-next {
		right: 0;
		left: auto;
	}


	.ban03 {
		padding: 0;
	}

	.ban03 ul {
		margin: 0 -6px;
	}

	.ban03 ul li {
		width: 100%;
		padding: 0 6px;
	}

	.ban03 ul li .box .bt:after {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		background: url(../images/dian.png) no-repeat center center;
		background-size: 100%;
		position: absolute;
		top: 19px;
		right: 4px;
	}

	.ban03 ul li .box span {
		font-size: 32px;
		line-height: 49px;
		height: auto;
		padding: 0 10px;
		opacity: 1;
		-webkit-animation: none !important;
		animation: none !important;
		visibility: inherit !important;
	}

	.ban03 ul li .box .bt {
		height: auto;
		border-radius: 10px;
		font-size: 16px;
		line-height: 31px;
		padding: 10px;
		opacity: 1;
		-webkit-animation: none !important;
		animation: none !important;
		visibility: inherit !important;
	}


	.ban03 ul li .box .bt:before {
		display: none;
	}



	.ban06 ul li {
		width: 100%;
	}

	.ban04 {
		overflow-x: auto;
		width: 100%;
	}

	.ban04 ul {
		width: 1200px;
		margin: 0 -25px;
	}

	.ban04 ul li {
		padding: 0 25px;
		margin-bottom: 10px;
	}

	.ban04 ul li .box {
		border-radius: 20px;
		height: 350px;
	}

	.ban04 ul li:after {
		width: 55px;
		right: -25px;
	}

	.ban04 ul li .box .bt {
		font-size: 16px;
		margin-bottom: 19px;
	}

	.ban04 ul li .pic1 {
		margin-bottom: 8px;
	}

	.ban04 ul li .box1 .item {
		border-radius: 20px;
		margin-bottom: 10px;
		height: 170px;
	}


	.ban04 ul li .box2 {
		border-radius: 20px;
		height: 350px;
	}

	.ban04 ul li .info1 {
		padding: 20px;
	}

	.ban04 ul li .bt1 {
		font-size: 16px;
		line-height: 30px;
		margin: 2px 0;
	}

	.ban04 ul li .pic3 {
		margin-bottom: 8px;
	}


	.ban04 ul li .j img {
		height: 18px;
	}

	.ban04 ul li .p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.ban04 ul li .p img {
		width: 18px;
		margin-right: 10px;
	}

	.ban04 ul li .qc img {
		width: 48px;
	}

	.ban04 ul li:after {}


	.ban02 .h3 {
		font-size: 22px;
	}

	.ban02 .ban-right {
		height: auto;
		border-radius: 20px;
	}

	.ban02 .ban-bottom {
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;

	}

	.t1 {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.t1 .i {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 1px;
		width: 80px;
		height: 80px;
		border-radius: 8px;
		padding: 14px;
		margin: 0 auto;
		display: block;
	}

	.t2 {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.t2 .i {
		padding-left: 0;
		padding-right: 0;
		background: none;
	}

	.t2 .tie {
		margin: 5px 0;
		padding: 0 5px;
		width: 33.3333333%;
		float: left;
	}

	.t2 .tie a {
		font-size: 14px;
		letter-spacing: 1px;
		width: 100%;
		line-height: 40px;
		padding: 0 5px;
		background: rgba(255, 255, 255, 0.12);
		border-radius: 8px;
		text-align: center;
	}

	.t2 .tie a:after {
		display: none;

	}

	.t2 .tie.active a {
		background: rgba(205, 0, 0, 1);
	}

	.t2 .tie.active a:after {
		display: none;
	}

	.ban02 .ban-right .sh .in {
		display: none;
		padding: 21px;
		width: 900px;
	}

	.ban02 .ban-right {
		padding-bottom: 20px;
		overflow-x: auto;
	}

	.ban02 .ban-right ul {
		margin: 0 -6px;
	}

	.ban02 .ban-right ul li {
		width: 20%;
		padding: 0;
		padding-right: 50px;
	}

	.ban02 .ban-right ul li .bt {
		font-size: 14px;
		line-height: 35px;
		border-radius: 8px;
		letter-spacing: 1px;
		margin-bottom: 25px;
	}

	.ban02 .ban-right ul li .p p {
		line-height: 30px;
		border-radius: 8px;
		font-size: 14px;
		margin-bottom: 35px;
	}

	.ban02 .ban-right ul li .ph {
		padding: 30px 0;
	}

	.ban02 .ban-right ul li .p:after {
		/* display: none !important; */
		height: 100%;
		width: 64px;
		right: -45px;
	}

	.ban02 .ban-right ul li .p.ph:after {
		top: -15px;
	}

	.ban02 .ban-right ul li.last {
		width: 40%;
		padding-left: 65px;
		padding-right: 0;
	}

	.ban02 .ban-right ul li.last .box1 {
		padding-right: 0;
	}

	.ban02 .ban-right ul li.last .bt {
		width: 100%;
	}

	.ban02 .ban-right ul li.last .box1 .item {
		border-radius: 8px;
		padding: 5px 10px;
		background: rgba(255, 255, 255, 0.18) url(../images/more5.png) no-repeat bottom right;
		background-size: 35px;
		margin-bottom: 8px;
	}

	.ban02 .ban-right ul li.last .box1 .item .b {
		padding-left: 115px;
		padding-right: 32px;
		height: 60px;

	}

	.ban02 .ban-right ul li.last .box1 .item .pic {
		width: 100px;
	}

	.ban02 .ban-right ul li.last .box1 .item .pic .span {
		width: 20px;
		height: 18px;
		border-radius: 0px 0px 10px 0px;
		font-size: 13px;
		line-height: 18px;
	}

	.ban02 .ban-right ul li.last .box1 .item .tit {
		font-size: 15px;
	}

	.ban02 .ban-right ul li.last .box1 .item .txt {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
	}

	.ban02 .ban-right .rr {
		position: relative;
		top: auto;
		right: auto;
		transform: none;

	}

	.ban02 .ban-right .rr a {
		font-size: 13px;
		line-height: 20px;
		padding: 14px 5px;
		width: 130px;
		height: 80px;
		background: rgba(1, 55, 99, 1) url(../images/more6.png) no-repeat center 90%;
		background-size: 12px;
		border-radius: 8px;
		margin: 0 auto;
	}



	.ban02 .ban-right ul li:nth-child(3) .p:after {
		content: '';
		display: block;
		height: 251px;
		width: 109px;
		position: absolute;
		top: 31px;
		right: -108px;
		background: url(../images/more7.png) no-repeat center center;
		background-size: 100%;
	}



}

@media(max-width:1200px) {
	.about02 .about-bottom .swiper1 {
		display: none;

	}

	.about02 .about-bottom .swiper2 {
		display: block;
	}

	.about02 .about-bottom .box {
		width: 100%;
	}

	.about02 .about-bottom .swiper .swiper-slide {
		padding: 0;
	}

	.about02 .about-bottom .box1 .num {
		top: 38px;
	}

	.about02 .about-bottom .swiper .swiper-slide {
		width: 100% !important;
	}
}

.second-nav2 ul {
	display: flex;
}

.second-nav2 ul li {
	border: 1px solid #7a7a7a;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 10px;
}

.second-nav2 ul li:last-child {
	margin-right: 0;
}

.ss02 .swiper-button-prev,
.ss02 .swiper-button-next {
	width: 55rem;
	height: 55rem;
	border-radius: 10rem;
	background: #f3f3f3;
	margin-top: -27rem;
}

.ss02 .swiper-button-prev:after,
.ss02 .swiper-button-next:after {
	font-size: 20rem;
	color: #999999;
}

@media (min-width: 1025px) {

	.ss02 .swiper-button-prev:hover,
	.ss02 .swiper-button-next:hover {
		background-color: #cd0000;
		border: dashed 1px #cd0000;

		&:after {
			color: #fff;
		}
	}
}

.ss01 .return {
	position: relative;
	z-index: 44;
}

.ss01 .return a {
	width: 120rem;
	line-height: 40rem;
	border-radius: 21rem;
	border: solid 1rem #7a7a7a;
	display: block;
	font-size: 16rem;
	color: #666666;
	background: url(../images/return.png) no-repeat 21rem center;
	background-size: 18rem !important;
	padding-left: 56rem;
}

@media (min-width: 1025px) {
	.ss01 .return a:hover {
		color: #fff;
		background: #cd0000 url(../images/return1.png) no-repeat 21rem center;
		border: solid 1rem #cd0000;
	}
}


.ss01 ul li .box {
	position: relative;
}

.ss01 ul li .box .gc-link {
	position: absolute;
}

.ss01 ul li .box .haian {
	right: 152rem;
	top: 82rem;
}

.ss01 ul li .box .changzhou {
	left: 112rem;
	top: 180rem;
}

.ss01 ul li .box .ninguo {
	left: 21rem;
	bottom: 127rem;
}

.ss01 ul li .box .suzhou {
	right: 123rem;
	bottom: 200rem;
}

.ss01 ul li .box .gc-link a {
	background: #0166FF;
	padding: 5px 10px;
	line-height: 1;
	color: #fff;
	width: 150px;
	display: block
}

.ss01 .return2 a {
	width: 160rem;
}

.contact01 .home-title,
.contact01 .home-p {
	color: #141414;
}

.contact01 .home-p2 {
	margin-top: 25rem;
	margin-bottom: 80rem;
}

.xz-con {
	padding-top: 130rem;
}

.contact01 .supply {
	padding-top: 37rem;
}

.contact01 .supply .box {
	background: none;
	border-radius: initial;
	border: none;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
}

.contact01 .supply li .pic:after {
	padding-bottom: 55.674009%;
}

.contact01 .supply li .text {
	background: #013763;
	color: #fff;
	padding: 20rem 30rem;
}

.contact01 .supply li .text .bt {
	font-size: 20rem;
	margin-bottom: 15rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.contact01 .supply li .text .p {
	font-size: 16rem;
	line-height: 20rem;
	height: 40rem;
	overflow: hidden;
	color: #fff;
}

.xz-supply .items {
	margin-bottom: 30rem;
	border-bottom: solid 2rem #dddddd;
	padding-bottom: 30rem;
	text-align: center;
}

.xz-supply .items .text .bt {
	font-size: 20rem;
	margin-bottom: 11rem;
	font-weight: bold;
	color: #141414;
}

.xz-supply .items .text .p {
	font-size: 16rem;
	color: #616161;
}

/*新增*/
.home-video .home-bottom {
	padding-top: 51rem;
}

.home-video .home-bottom .more a {
	margin: 0 auto;
}

.home-video .home-bottom .more {
	padding-top: 40rem;
}

.swiper-video {
	position: relative;
	overflow: hidden;
}

.swiper-video .pic:after {
	padding-bottom: 62.5%;
}

.swiper-video .pic .hover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72rem;
	height: 72rem;
	transform: translate(-50%, -50%);
	background: url(../images/bofang.png) no-repeat center center;
	background-size: 100%;
}

.swiper-video .text {
	padding: 24rem 30rem;
	background: #fff;
}

.swiper-video .bt {
	font-size: 20rem;
	font-weight: bold;
	margin-bottom: 6rem;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.swiper-video .text .p {
	font-size: 16rem;
	line-height: 30rem;
	height: 60rem;
	color: #666;
	overflow: hidden;
}

@media(min-width:1025px) {
	.swiper-video .item:hover .pic img {
		transform: scale(1.1);
	}
}

.video1 {
	padding: 114rem 0 75rem 0;
	background: #f5f5f5;
}

.video1 .swiper-video {
	margin: 0 -20rem;
	padding-bottom: 30rem;
}

.video1 .swiper-video .item {
	width: 33.33333%;
	float: left;
	padding: 0 20rem;
	margin-bottom: 40rem;
}


.video1 .swiper-video .box {
	box-shadow: -6rem 6rem 20rem 0rem rgba(1, 55, 99, 0.12);
}

.video-show .swiper-video {
	margin-top: 50rem;
}

.video-show .swiper-video .text {
	background: #f5f5f5;
}

.video-show .swiper-video .bt {
	text-align: left;
}


.baike {
	padding: 97rem 0 109rem 0;
}

.baikelist {
	padding-bottom: 40rem;
}

.baikelist li {
	margin-bottom: 42rem;
}

.baikelist li .box {
	background-color: #ffffff;
	box-shadow: 0rem 2rem 8rem 0rem rgba(1, 55, 99, 0.12);
	border-radius: 8rem;
	overflow: hidden;
	height: 300rem;
	padding-left: 340rem;
	padding-right: 40rem;
	position: relative;
}

.baikelist li .text {
	padding-top: 49rem;
}

.baikelist li .text .bt {
	font-size: 24rem;
	font-weight: bold;
	margin-bottom: 25rem;
	color: #212121;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}



.baikelist li .text .p {
	font-size: 16rem;
	line-height: 26rem;
	height: 52rem;
	overflow: hidden;
	margin-bottom: 65rem;
	color: #666666;
}



.baikelist li .pic {
	width: 300rem;
	position: absolute;
	top: 0;
	left: 0;
}


.baikelist li .more p {
	width: 101rem;
	line-height: 31rem;
	border: solid 1rem #7a7a7a;
	font-size: 14rem;
	color: #7a7a7a;
	float: right;
}

.baikelist li .more span {
	float: left;
	display: block;
	line-height: 33rem;
	font-size: 14rem;
	color: #7a7a7a;
	background: url(../images/pl.png) no-repeat center left;
	background-size: 16rem;
	padding-left: 30rem;
}

@media (min-width: 1025px) {
	.baikelist li:hover .text .bt {
		color: #cd0000;
	}

	.baikelist li:hover .text .more p {
		border: 1px solid #cd0000;
		color: #fff;
		background: #cd0000;
	}

	.baikelist li:hover .pic img {
		transform: scale(1.04);
	}
}


.baike-show .nb .left {
	width: 100%;
}

.pinglun {
	text-align: center;
	background: #f7fafc;
	padding: 20rem;
	margin-bottom: 60rem;
	font-size: 15px;
	margin-top: 20rem;
}

.pinglun a:hover {
	color: #cd0000;
}

.baike-show .related {
	padding-bottom: 26rem;
	background: #f7fafc;
	padding-top: 57rem;
}

.baike-show .baikelist {
	padding-top: 58rem;
}



.inside-pl {
	position: relative;
	padding: 0 0 60rem 0;
	display: none;
}

.inside-pl .title {
	color: #000;
	font-weight: 700;
	font-size: 24rem;
	padding-bottom: 30rem;
}

.inside-pl .itextarea {
	padding-bottom: 30rem;
}

.inside-pl .itextarea textarea {
	font-size: 16rem;
	font-family: "微软雅黑";
	color: #666;
	width: 100%;
	height: 140rem;
	background: #fff;
	padding: 20rem;
	transition: all 334ms ease;
	border: solid 1px #d6d5d3;
}

.inside-pl .itextarea textarea:focus {
	border-color: var(--main-color);
}

.inside-pl .button a {
	color: #fff;
	height: 55rem;
	line-height: 55rem;
	display: inline-block;
	min-width: 180rem;
	font-size: 16rem;
	border-radius: 0;
	text-align: center;
	border-radius: 30rem;
	background: #000;
}




.inside-pl-2 {
	padding: 30rem;
	background: #fafcff;
	margin-bottom: 30rem;
}

.inside-pl-2 .box {
	display: flex;
	align-items: center;
	padding-bottom: 20rem;
	justify-content: space-between;
}

.inside-pl-2 .box .title {
	color: #000;
	font-weight: 700;
	font-size: 24rem;
}

.inside-pl-2 .box .search {
	width: 390rem;
	position: relative;
}

.inside-pl-2 .box .search input {
	color: #666;
	width: 100%;
	padding-right: 15rem;
	padding-left: 40rem;
	font-family: "微软雅黑";
	font-size: 16rem;
	height: 52rem;
	line-height: 50rem;
	border: solid 1px #d9d9d9;
	border-radius: 5rem;
}

.inside-pl-2 .box .search span {
	top: 15rem;
	left: 15rem;
	position: absolute;
}

.inside-pl-2 .box .search svg {
	fill: #666;
}

.inside-pl-2 .lybd {
	display: none;
}

.inside-pl-2 .list .item {
	display: none;
}

.inside-pl-2 .lyk {
	display: none;
}

.inside-pl-2 .lybd .show .lyk {
	display: block;
}

.inside-pl-2 .list dl {
	display: flex;
	padding: 30rem 0;
	border-top: dashed 1px #d9d9d9;
}

.inside-pl-2 .list dt {
	width: 60rem;
}

.inside-pl-2 .list dt img {
	max-height: 54rem;
}

.inside-pl-2 .list dd {
	width: 95%;
	font-size: 14rem;
	padding-left: 20rem;
}

.inside-pl-2 .list dd .tit {
	color: rgba(51, 51, 51, 0.6);
	font-size: 18rem;
	font-weight: 700;
}

.inside-pl-2 .list dd .tit span {
	color: #000;
}

.inside-pl-2 .list dd .tag0 {
	cursor: pointer;
	margin-top: 10rem;
	font-size: 14rem;
	color: #666;
}

.inside-pl-2 .list dd .tag0 a {
	color: #666;
}

.inside-pl-2 .list dd .tag0 img {
	margin-right: 5rem;
	max-height: 20rem;
	margin-top: 9rem;
	display: inline-block;
	vertical-align: text-bottom;
}

.inside-pl-2 .list .item {
	display: none;
	position: relative;
	margin-top: 20rem;
	padding: 0 30rem;
	padding-bottom: 30rem;
	background: #f9f9f9;
}

.inside-pl-2 .list .item:before {
	content: "";
	top: -8rem;
	left: 70rem;
	position: absolute;
	border-bottom: solid 0.1rem #f9f9f9;
	border-left: solid 0.1rem transparent;
	border-right: solid 0.06rem transparent;
}

.inside-pl-2 .list .item .nr {
	display: flex;
	padding: 30rem 0;
	border-bottom: dashed 1px #d9d9d9;
}

.inside-pl-2 .list .item .tu {
	width: 60rem;
}

.inside-pl-2 .list .item .tu img {
	max-height: 54rem;
}

.inside-pl-2 .list .item .wenben {
	width: 95%;
	font-size: 14rem;
	padding-left: 20rem;
}

.inside-pl-2 .list .item .wenben .tit {
	color: rgba(51, 51, 51, 0.6);
	font-weight: 700;
}

.inside-pl-2 .list .item .wenben .tit span {
	color: #000;
	padding: 0 10rem 0 0;
	display: inline-block;
}

.inside-pl-2 .list .item .wenben .txt {
	margin-top: 10rem;
}

.inside-pl-2 .list .item .wenben .tag0 {
	line-height: 20rem;
	margin-top: 15rem;
	font-size: 14rem;
	color: #666;
}

.inside-pl-2 .list .item .wenben .tag0 img {
	margin-right: 5rem;
	max-height: 20rem;
}

.inside-pl-2 .list .bg0 {
	margin-top: 20rem;
	background: #fff;
	padding: 20rem;
}

.inside-pl-2 .list .bg-2 {
	padding: 0;
	background: transparent;
}

.inside-pl-2 .list .tishi {
	padding-bottom: 20rem;
}

.inside-pl-2 .list .tishi a {
	color: #333;
	font-size: 14rem;
	display: inline-block;
	padding: 0 15rem;
	line-height: 36rem;
	background: #fff;
	border: solid 1px #d6d5d3;
}

.inside-pl-2 .list .iinput input {
	color: #666;
	width: 100%;
	padding: 0 20rem;
	background: #fff;
	line-height: 40rem;
	font-size: 16rem;
	font-family: "微软雅黑";
	transition: all 334ms ease;
	border: solid 1px #d6d5d3;
}

.inside-pl-2 .list .itextarea {}

.inside-pl-2 .list .itextarea textarea {
	font-size: 16rem;
	font-family: "微软雅黑";
	color: #666;
	width: 100%;
	height: 140rem;
	background: #fff;
	padding: 20rem;
	transition: all 334ms ease;
	border: solid 1px #d6d5d3;
}

.inside-pl-2 .list .itextarea textarea:focus {
	border-color: var(--main-color);
}

.inside-pl-2 .list .button {
	padding-top: 30rem;
}

.inside-pl-2 .list .button a {
	color: #fff;
	height: 55rem;
	line-height: 55rem;
	display: inline-block;
	min-width: 180rem;
	font-size: 16rem;
	border-radius: 0;
	text-align: center;
	border-radius: 30rem;
	background: #000;
}

.textarea-form {
	color: #333 !important;
	border: 1px #d4d4d4 solid;
	border-radius: 5rem;
	line-height: 24rem;
	padding: 10px 10px !important;
}

.textarea-form:focus {
	color: #333;
	border-color: #1781c6 !important;
	box-shadow: 0 0 10rem 0 rgba(23, 129, 198, 0.1);
}

.input-form {
	color: #333 !important;
	border: 1px #d4d4d4 solid;
	border-radius: 5rem;
	line-height: 42rem;
	height: 44rem;
	padding: 0 10px !important;
}

.input-form:focus {
	color: #333;
	border-color: #1781c6;
	box-shadow: 0 0 10rem 0 rgba(23, 129, 198, 0.1);
}

.register {
	padding: 60rem 0 90rem 0;
	background: url(../images/earth.jpg) no-repeat bottom center;
	background-size: cover;
}

.register .container {
	max-width: 600px;
	box-shadow: 0 9rem 24rem 0 rgba(0, 0, 0, 0.07);
	background-color: rgba(255, 255, 255, 0.8); 
}


.register .titleBig {
	font-size: 24rem;
	font-weight: 700;
	line-height: 80rem;
	background: #013763;
	text-align: center;
	color: #fff;
}

.register .nr {
	padding: 35rem 50rem;
}

.register .registerForm {
	padding-top: 30rem;
}

.register .list .box {
	display: flex;
}

.register .list li {
	margin-bottom: 20rem;
}

.register .list li:last-child {
	margin-bottom: 0;
}

.register .list .col-50 {
	width: 50%;
	float: left;
	clear: none;
}

.register .list .info {
	flex: 1;
	margin-left: 0;
	position: relative;
}

.register .list .input-form {
	width: 100%;
}

.register .list .layui-form-select .layui-input {
	padding-left: 10px;
}

.register .list .layui-form-select .layui-input {
	border-radius: 5rem;
	border: 1px #d4d4d4 solid;
	line-height: 42rem;
	height: 44rem;
	padding: 0 10px !important;
}

.register .list .yzm .info {
	position: relative;
}


.register .list .btns {
	text-align: center;
}

.register .list .btns .info {
	display: inline-table;
}

.register .list .btns .tw-btn-primary-lg,
.register .list .btns .tw-btn-secondary-lg {
	min-width: 200rem;
	margin: 0 15rem;
}

.register .list .a-1 {
	color: #cd0000;
}

.register .list .a-1:hover {
	text-decoration: underline;
}

.register .list .other {
	text-align: center;
	padding-top: 40rem;
}

.tw-btn-primary {
	display: inline-block;
	text-align: center;
	color: #fff !important;
	font-size: 18rem;
	border-radius: 5rem;
	background-color: #013763;
	min-width: 180rem;
	line-height: 54rem;
	padding: 0 10rem;
	border-radius: 8rem;
	border: 1px transparent solid;
	color: #fff;
}

.tw-btn-primary:hover {
	background: #cd0000;
}


.register .list .a-2 {
	color: #013763;
	float: right;
}

.register .list .a-2:hover {
	text-decoration: underline;
}

.inside-member {
	background-color: #f7f7f7;
	padding-top: 90rem;
	padding-bottom: 90rem;
}

.inside-member .leftAsideMDiv {
	width: 20%;
	float: left;
	background-color: #fff;
	padding-top: 35rem;
	padding-bottom: 30rem;
	-webkit-box-shadow: 0 0 20rem 0 rgba(20, 56, 102, 0.08);
	box-shadow: 0 0 20rem 0 rgba(20, 56, 102, 0.08);
	position: relative;
	z-index: 1;
}

.inside-member .rightCon {
	width: 76%;
	float: right;
	position: relative;
	z-index: 1;
}

.inside-member .leftAsideMDiv .titleBig {
	color: #333;
	line-height: 1;
	font-size: 16rem;
	font-weight: 700;
	padding: 0 20rem 0 20rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.inside-member .leftAsideMDiv .titleBig>a {
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inside-member .leftAsideMDiv .titleBig .img {
	width: 54rem;
	border-radius: 50%;
	overflow: hidden
}

.inside-member .leftAsideMDiv .titleBig .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15rem
}

.inside-member .leftAsideMDiv .titleBig .name {
	font-size: 18rem;
	font-weight: 700;
	height: 40rem;
	line-height: 40rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	margin-bottom: 5rem;
}


.inside-member .leftAsideMDiv .nr {
	border-top: 1px #ebebeb solid;
	margin-top: 20rem;
}

.inside-member .leftAsideMDiv .list>li {

	padding: 20rem 30rem
}

.inside-member .leftAsideMDiv .list>li:last-child {
	border-bottom: none
}

.inside-member .leftAsideMDiv .list .title {
	color: #333;
	font-size: 16rem;
	font-weight: 700;
	position: relative
}

.inside-member .leftAsideMDiv .list .title a {
	color: #333;
	display: inline-block;
	line-height: 24rem;
	padding: 6rem 0 6rem 0;
	position: relative;
	z-index: 1
}



.inside-member .leftAsideMDiv .list .child {
	display: block;
	overflow: hidden;
	padding-top: 10rem
}

.inside-member .leftAsideMDiv .list .child>.list-2>li {
	position: relative
}

.inside-member .leftAsideMDiv .list .child>.list-2 .active a {
	color: #cd0000
}

.inside-member .leftAsideMDiv .list .child a {
	color: #666;
	font-size: 14rem;
	display: block;
	line-height: 24rem;
	padding: 6rem 0 6rem 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.inside-member .leftAsideMDiv .list .child a:hover {
	padding-left: 15rem;
	color: #cd0000
}



.inside-member .rightCon .member-common-title {
	background-color: #fff;
	padding: 15rem 30rem 15rem 30rem;
	color: #333;
	font-size: 20rem;
	font-weight: bold;
	line-height: 30rem;
	margin-bottom: 20rem;
	-webkit-box-shadow: 0 0 20rem 0 rgba(20, 56, 102, 0.08);
	box-shadow: 0 0 20rem 0 rgba(20, 56, 102, 0.08);
	position: relative;
}

.inside-member .rightCon .rightConC {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20rem 0 rgba(20, 56, 102, 0.08);
	box-shadow: 0 0 20rem 0 rgba(20, 56, 102, 0.08);
	padding: 30rem 30rem 60rem 30rem;
}


.jbxx {
	color: #666;
	font-size: 14rem
}

.jbxx .listJbxx {
	padding-top: 20rem;
	max-width: 680rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.jbxx .listJbxx li {
	width: 100%;
	padding-bottom: 20rem
}

.jbxx .listJbxx li.yxdz .text-form {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
	outline: none;
}

.jbxx .listJbxx .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 40rem
}



.jbxx .listJbxx .editDiv {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.jbxx .listJbxx .text-form {
	width: 100%
}

.jbxx .listJbxx .selectDiv {
	width: 100%
}

.jbxx .listJbxx .yzm .info {
	position: relative
}


.jbxx .listJbxx .zhu {
	font-size: 14rem
}




.jbxx .listJbxx .text-form {
	min-width: 128rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #333;
	border: 1px #d6d6d6 solid;
	border-radius: 3rem;
	font-size: 16rem;
	height: 50rem;
	padding: 0 20rem
}

.jbxx .listJbxx .yxdz .text-form {}

.jbxx .listJbxx .text-form::-webkit-input-placeholder {
	color: #adadad
}

.jbxx .listJbxx .text-form::-moz-placeholder {
	color: #adadad
}

.jbxx .listJbxx .text-form:-moz-placeholder {
	color: #adadad
}

.jbxx .listJbxx .text-form:-ms-input-placeholder {
	color: #adadad
}

.jbxx .listJbxx .text-form:placeholder {
	color: #adadad
}

.jbxx .listJbxx .text-form:focus {
	color: #000;
	border-color: #013763
}



.zhanghao {
	float: right;
	line-height: 80rem;
	font-size: 16rem;
}

.zhanghao .zh {
	float: left;
}

.zhanghao .zh a:hover {
	color: #cd0000;
	text-decoration: underline;
}

.zhanghao .dlh {
	float: left;
	display: none;
}

.zhanghao .dlh a:hover {
	color: #cd0000;
	text-decoration: underline;
}


@media(max-width:1200px) {
	.home-video {
		background: url(../images/bg5.jpg) no-repeat center center;
		background-size: cover;
	}

	.home-video .home-bottom {
		padding-top: 21px;
	}


	.home-video .home-bottom .more {
		padding-top: 20px;
	}




	.swiper-video .pic .hover {
		width: 42px;
		height: 42px;
	}

	.swiper-video .text {
		padding: 20px;
	}

	.swiper-video .bt {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.swiper-video .text .p {
		font-size: 14px;
		line-height: 21px;
		height: 42px;
	}

	.video1 {
		padding: 40px 0;
	}

	.video1 .swiper-video {
		margin: 0 -10px;
		padding-bottom: 20px;
	}

	.video1 .swiper-video .item {
		width: 50%;
		float: left;
		padding: 0 10px;
		margin-bottom: 20px;
	}


	.video1 .swiper-video .box {
		box-shadow: -6px 6px 20px 0px rgba(1, 55, 99, 0.12);
	}

	.video-show .swiper-video {
		margin-top: 20px;
	}


	.baike {
		padding: 40px 0;
	}

	.baikelist {
		padding-bottom: 20px;
	}

	.baikelist li {
		margin-bottom: 22px;
	}

	.baikelist li .box {
		background-color: #ffffff;
		box-shadow: 0px 2px 8px 0px rgba(1, 55, 99, 0.12);
		border-radius: 8px;
		height: 240px;
		padding-left: 260px;
		padding-right: 20px;
	}

	.baikelist li .text {
		padding-top: 29px;
	}

	.baikelist li .text .bt {
		font-size: 18px;
		margin-bottom: 15px;
	}



	.baikelist li .text .p {
		font-size: 14px;
		line-height: 21px;
		height: 42px;
		margin-bottom: 65px;
	}



	.baikelist li .pic {
		width: 240px;
	}


	.baikelist li .more p {
		width: 101px;
		line-height: 31px;
		border: solid 1px #7a7a7a;
		font-size: 14px;
		color: #7a7a7a;
		float: right;
	}

	.baikelist li .more span {
		float: left;
		display: block;
		line-height: 33px;
		font-size: 14px;
		color: #7a7a7a;
		background: url(../images/pl.png) no-repeat center left;
		background-size: 16px;
		padding-left: 30px;
	}





	.pinglun {
		padding: 15px;
		margin-bottom: 30px;
		margin-top: 20px;
		font-size: 15px;
	}



	.baike-show .related {
		padding-bottom: 26px;
		background: #f7fafc;
		padding-top: 27px;
	}

	.baike-show .baikelist {
		padding-top: 28px;
	}



	.inside-pl {
		position: relative;
		padding: 0 0 20px 0;
	}

	.inside-pl .title {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.inside-pl .itextarea {
		padding-bottom: 10px;
	}

	.inside-pl .itextarea textarea {
		font-size: 14px;
		padding: 15px;
		height: 100px;
	}

	.inside-pl .button a {
		min-width: 120px;
		border-radius: 30px;
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}




	.inside-pl-2 {
		padding: 0;
		background: #fff;
		margin-bottom: 20px;
	}

	.inside-pl-2 .box {
		padding-bottom: 20px;
		display: block;
	}

	.inside-pl-2 .box .title {
		font-size: 20px;
		width: 100%;
		padding-bottom: 10px;
	}

	.inside-pl-2 .box .search {
		width: 100%;
	}

	.inside-pl-2 .box .search input {
		color: #666;
		width: 100%;
		padding-right: 15px;
		padding-left: 40px;
		font-family: "微软雅黑";
		font-size: 14px;
		height: 42px;
		line-height: 40px;
		border: solid 1px #d9d9d9;
		border-radius: 5px;
	}

	.inside-pl-2 .box .search span {
		top: 10px;
		left: 10px;
		position: absolute;
	}

	.inside-pl-2 .box .search svg {
		fill: #666;
	}

	.inside-pl-2 .lybd {
		display: none;
	}

	.inside-pl-2 .list .item {
		display: none;
	}

	.inside-pl-2 .lyk {
		display: none;
	}

	.inside-pl-2 .lybd .show .lyk {
		display: block;
	}

	.inside-pl-2 .list dl {
		display: flex;
		padding: 15px 0;
		border-top: dashed 1px #d9d9d9;
	}

	.inside-pl-2 .list dt {
		width: 30px;
	}

	.inside-pl-2 .list dt img {
		max-height: 54px;
	}

	.inside-pl-2 .list dd {
		width: 95%;
		font-size: 14px;
		padding-left: 10px;
	}

	.inside-pl-2 .list dd .tit {
		font-size: 14px;
	}



	.inside-pl-2 .list dd .tag0 {
		margin-top: 10px;
		font-size: 14px;
	}



	.inside-pl-2 .list dd .tag0 img {
		margin-right: 5px;
		max-height: 16px;
		margin-top: 9px;
	}

	.inside-pl-2 .list .item {
		display: none;
		position: relative;
		margin-top: 10px;
		padding: 0 20px;
		margin-left: -40px;
		padding-bottom: 20px;
		background: #f9f9f9;
	}

	.inside-pl-2 .list .item:before {
		content: "";
		top: -8px;
		left: 70px;
		position: absolute;
		border-bottom: solid 0.1px #f9f9f9;
		border-left: solid 0.1px transparent;
		border-right: solid 0.06px transparent;
	}

	.inside-pl-2 .list .item .nr {
		display: flex;
		padding: 15px 0;
		border-bottom: dashed 1px #d9d9d9;
	}

	.inside-pl-2 .list .item .tu {
		width: 30px;
	}

	.inside-pl-2 .list .item .tu img {
		max-height: 54px;
	}

	.inside-pl-2 .list .item .wenben {
		width: 95%;
		font-size: 14px;
		padding-left: 10px;
	}

	.inside-pl-2 .list .item .wenben .tit {
		color: rgba(51, 51, 51, 0.6);
		font-weight: 700;
	}

	.inside-pl-2 .list .item .wenben .tit span {
		color: #000;
		padding: 0 10px 0 0;
		display: inline-block;
	}

	.inside-pl-2 .list .item .wenben .txt {
		margin-top: 10px;
	}

	.inside-pl-2 .list .item .wenben .tag0 {
		line-height: 20px;
		margin-top: 10px;
		font-size: 14px;
		color: #666;
	}

	.inside-pl-2 .list .item .wenben .tag0 img {
		margin-right: 5px;
		max-height: 16px;
	}

	.inside-pl-2 .list .bg0 {
		margin-top: 20px;
		background: #fff;
		padding: 20px;
	}

	.inside-pl-2 .list .bg-2 {
		padding: 0;
		background: transparent;
		margin-left: -40px;
	}

	.inside-pl-2 .list .tishi {
		padding-bottom: 20px;
	}

	.inside-pl-2 .list .tishi a {
		color: #333;
		font-size: 14px;
		display: inline-block;
		padding: 0 15px;
		line-height: 36px;
		background: #fff;
		border: solid 1px #d6d5d3;
	}

	.inside-pl-2 .list .iinput input {
		color: #666;
		width: 100%;
		padding: 0 20px;
		background: #fff;
		line-height: 40px;
		font-size: 14px;
		font-family: "微软雅黑";
		transition: all 334ms ease;
		border: solid 1px #d6d5d3;
	}


	.inside-pl-2 .list .itextarea textarea {
		font-size: 14px;
		font-family: "微软雅黑";
		color: #666;
		width: 100%;
		height: 100px;
		background: #fff;
		padding: 15px;
		transition: all 334ms ease;
		border: solid 1px #d6d5d3;
	}



	.inside-pl-2 .list .button {
		padding-top: 10px;
	}

	.inside-pl-2 .list .button a {
		min-width: 120px;
		border-radius: 30px;
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}

	.textarea-form {
		color: #333 !important;
		border: 1px #d4d4d4 solid;
		border-radius: 5px;
		line-height: 24px;
		padding: 10px 10px !important;
	}

	.textarea-form:focus {
		color: #333;
		border-color: #1781c6 !important;
		box-shadow: 0 0 10px 0 rgba(23, 129, 198, 0.1);
	}

	.input-form {
		color: #333 !important;
		border: 1px #d4d4d4 solid;
		border-radius: 5px;
		line-height: 42px;
		height: 44px;
		padding: 0 10px !important;
	}

	.input-form:focus {
		color: #333;
		border-color: #1781c6;
		box-shadow: 0 0 10px 0 rgba(23, 129, 198, 0.1);
	}

	.register {
		padding: 40px 0;
	}

	.register .container {
		max-width: 600px;
		width: 100%;
		padding:0;
		box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.07); 
	}


	.register .titleBig {
		font-size: 20px;
		line-height: 60px;
	}

	.register .nr {
		padding: 20px;
	}

	.register .registerForm {
		padding-top: 10px;
	}

	.register .list .box {
		display: flex;
	}

	.register .list li {
		margin-bottom: 10px;
	}

	.register .list li:last-child {
		margin-bottom: 0;
	}





	.register .list .input-form {
		width: 100%;
	}

	.register .list .layui-form-select .layui-input {
		padding-left: 10px;
	}

	.register .list .layui-form-select .layui-input {
		border-radius: 5px;
		border: 1px #d4d4d4 solid;
		line-height: 42px;
		height: 44px;
		padding: 0 10px !important;
	}

	.register .list .yzm .info {
		position: relative;
	}


	.register .list .btns {
		text-align: center;
	}

	.register .list .btns .info {
		display: inline-table;
	}

	.register .list .btns .tw-btn-primary-lg,
	.register .list .btns .tw-btn-secondary-lg {
		min-width: 200px;
		margin: 0 15px;
	}

	.register .list .a-1 {
		color: #cd0000;
	}


	.register .list .other {
		text-align: center;
		padding-top: 40px;
	}

	.tw-btn-primary {
		display: inline-block;
		text-align: center;
		color: #fff !important;
		font-size: 14px;
		border-radius: 5px;
		background-color: #013763;
		min-width: 140px;
		line-height: 44px;
		padding: 0 10px;
		border-radius: 8px;
		border: 1px transparent solid;
		color: #fff;
	}



	.register .list .a-2 {
		color: #013763;
		float: right;
	}



	.inside-member {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.inside-member .leftAsideMDiv {
		width: 100%;
		padding-top: 35px;
		padding-bottom: 30px;
		-webkit-box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
		box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
		position: relative;
		z-index: 1;
	}

	.inside-member .rightCon {
		width: 100%;
		float: right;
		padding-top: 20px;
		position: relative;
		z-index: 1;
	}

	.inside-member .leftAsideMDiv .titleBig {
		color: #333;
		line-height: 1;
		font-size: 16px;
		font-weight: 700;
		padding: 0 20px 0 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative
	}

	.inside-member .leftAsideMDiv .titleBig>a {
		color: #333;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.inside-member .leftAsideMDiv .titleBig .img {
		width: 54px;
		border-radius: 50%;
		overflow: hidden
	}

	.inside-member .leftAsideMDiv .titleBig .text {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 15px
	}

	.inside-member .leftAsideMDiv .titleBig .name {
		font-size: 16px;
		font-weight: 700;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		margin-bottom: 5px;
	}


	.inside-member .leftAsideMDiv .nr {
		border-top: 1px #ebebeb solid;
		margin-top: 20px;
	}

	.inside-member .leftAsideMDiv .list>li {

		padding: 20px
	}

	.inside-member .leftAsideMDiv .list>li:last-child {
		border-bottom: none
	}

	.inside-member .leftAsideMDiv .list .title {
		color: #333;
		font-size: 16px;
		font-weight: 700;
		position: relative
	}

	.inside-member .leftAsideMDiv .list .title a {
		color: #333;
		display: inline-block;
		line-height: 24px;
		padding: 6px 0 6px 0;
		position: relative;
		z-index: 1
	}



	.inside-member .leftAsideMDiv .list .child {
		display: block;
		overflow: hidden;
		padding-top: 10px
	}

	.inside-member .leftAsideMDiv .list .child>.list-2>li {
		position: relative
	}

	.inside-member .leftAsideMDiv .list .child>.list-2 .active a {
		color: #cd0000
	}

	.inside-member .leftAsideMDiv .list .child a {
		color: #666;
		font-size: 14px;
		display: block;
		line-height: 24px;
		padding: 6px 0 6px 0;
		-webkit-transition: all .5s;
		transition: all .5s
	}





	.inside-member .rightCon .member-common-title {
		background-color: #fff;
		padding: 20px;
		color: #333;
		font-size: 18px;
		font-weight: bold;
		line-height: 30px;
		margin-bottom: 10px;
		-webkit-box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
		box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
		position: relative;
	}

	.inside-member .rightCon .rightConC {
		background-color: #fff;
		-webkit-box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
		box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
		padding: 20px;
	}


	.jbxx {
		color: #666;
		font-size: 14px
	}

	.jbxx .listJbxx {
		padding-top: 20px;
		max-width: 680px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.jbxx .listJbxx li {
		width: 100%;
		padding-bottom: 20px
	}

	.jbxx .listJbxx li.yxdz .text-form {
		cursor: not-allowed;
		background-color: #eee;
		opacity: 1;
		outline: none;
	}

	.jbxx .listJbxx .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 40px
	}



	.jbxx .listJbxx .editDiv {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		position: relative
	}

	.jbxx .listJbxx .text-form {
		width: 100%
	}

	.jbxx .listJbxx .selectDiv {
		width: 100%
	}

	.jbxx .listJbxx .yzm .info {
		position: relative
	}


	.jbxx .listJbxx .zhu {
		font-size: 14px
	}




	.jbxx .listJbxx .text-form {
		min-width: 128px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color: #333;
		border: 1px #d6d6d6 solid;
		border-radius: 3px;
		font-size: 14px;
		height: 40px;
		padding: 0 20px
	}

	.jbxx .listJbxx .yxdz .text-form {}

	.jbxx .listJbxx .text-form::-webkit-input-placeholder {
		color: #adadad
	}

	.jbxx .listJbxx .text-form::-moz-placeholder {
		color: #adadad
	}

	.jbxx .listJbxx .text-form:-moz-placeholder {
		color: #adadad
	}

	.jbxx .listJbxx .text-form:-ms-input-placeholder {
		color: #adadad
	}

	.jbxx .listJbxx .text-form:placeholder {
		color: #adadad
	}

	.jbxx .listJbxx .text-form:focus {
		color: #000;
		border-color: #013763
	}



	.zhanghao {
		float: none;
		line-height: 60px;
		font-size: 14px;
		width: 100%;
		text-align: center;
	}

	.zhanghao .zh {
		display: inline-block;
		vertical-align: top;
		float: none;
	}


	.zhanghao .dlh {
		float: none;
		display: none;
	}

	.header .zhanghao {
		display: none;
	}
}


@media(max-width:520px) {
	.baikelist li .pic {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	.baikelist li .box {
		background-color: #ffffff;
		box-shadow: 0px 2px 8px 0px rgba(1, 55, 99, 0.12);
		border-radius: 8px;
		height: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.baikelist li .text {
		padding: 20px;
		overflow: hidden;
	}
	.register {
		padding: 40px 15px;
	}
}