

*,
*: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: 1720rem;
}

.container02 {
	margin-right: auto;
	margin-left: auto;
	width: 1720rem;
}

#container {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

#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;
}

.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(https://www.bce-sh.com/template/index/pc/font/Montserrat-Regular.otf);
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Montserrat-Bold;
	src: url(https://www.bce-sh.com/template/index/pc/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('https://www.bce-sh.com/template/index/pc/font/Oswald-Regular.woff2') format('woff2'), url('https://www.bce-sh.com/template/index/pc/font/Oswald-Regular.woff') format('woff'), url('https://www.bce-sh.com/template/index/pc/font/Oswald-Regular.ttf') format('truetype'), url('https://www.bce-sh.com/template/index/pc/font/Oswald-Regular.eot') format('embedded-opentype'), url('https://www.bce-sh.com/template/index/pc/font/Oswald-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Oswald-Medium;
	src: url('../font/Oswald-Medium.woff2') format('woff2'), url('../font/Oswald-Medium.woff') format('woff'), url('../font/Oswald-Medium.ttf') format('truetype'), url('../font/Oswald-Medium.eot') format('embedded-opentype'), url('../font/Oswald-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Roboto-Bold;
	src: url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.eot') format('embedded-opentype'), url('../font/Roboto-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Roboto-Regular;
	src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.eot') format('embedded-opentype'), url('../font/Roboto-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: #1b8f41;
	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: 22rem;
	color: #333;
	font-weight: bold;
}

.sitemap li .top:hover {
	color: #1b8f41;
}

.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: #1b8f41;
}

.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: 100rem;
	width: 100%;
	transition: 0.7s;
	position: relative;
	z-index: 1;
	background: #fff;
}

.header .logo {
	padding: 0;
	float: left;
	transition: 0.2s;
	padding-top: 22rem;
}

.header .logo a {
	display: block;
	position: relative;
}

.header .logo a img {
	display: inline-block;
	vertical-align: top;
	width: 191rem;
	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: #1b8f41;
	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: 23rem;
	height: 100rem;
	background: url(../images/search.png) no-repeat center center;
	background-size: 23rem !important;
}

.header .header-right .header-search .search .search-main {
	top: 100rem;
	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: 23rem !important;
}

.header .header-right .lan {
	float: right;
	cursor: pointer;
	position: relative;
	margin-right: 12rem;
}

.header .header-right .lan:after {
	width: 1rem;
	height: 24rem;
	background-color: #e5e5e5;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12rem;
}

.header .header-right .lan a {
	display: block;
	color: #999999;
	text-align: center;
	font-size: 22rem;
	line-height: 100rem;
	width: 57rem;
}

.header .header-right .tel {
	float: right;
	cursor: pointer;
	position: relative;
	margin-right: 16rem;
	background-image: linear-gradient(0deg, #0153a4 0%, #01a7e5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header .header-right .tel a {
	font-family: Oswald-Bold;
	font-size: 24rem;
	line-height: 100rem;
	display: block;
	background: url(../images/phone.png) no-repeat center left;
	background-size: 25rem;
	padding-left: 38rem;
}

.header1 {
	box-shadow: 3rem 4rem 10rem 0rem rgba(2, 86, 167, 0.14);
}

.headerfix {
	box-shadow: 3rem 4rem 10rem 0rem rgba(2, 86, 167, 0.14);
}

.nav {
	transition: 0.2s;
	float: right;
	padding-right: 61rem;
}

.nav ul {
	position: relative;
	z-index: 1;
}

.nav ul li {
	text-align: center;
	float: left;
	position: relative;
	margin-left: 49rem;
}

.nav ul li a {
	display: block;
	font-size: 22rem;
	line-height: 100rem;
	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;
	overflow: hidden;
	width: 100%;
	float: none;
	padding: 15rem 0;
	box-shadow: 4rem 7rem 40rem 0rem rgba(120, 120, 120, 0.12);
}

.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;
}

@media (min-width: 1025px) {
	.nav ul li .subnav ul li:hover a {
		color: #1b8f41 !important;
		font-weight: bold !important;
	}
}

.nav ul li:hover a {
	color: #1b8f41;
}

.nav ul .active a {
	color: #1b8f41;
}

.headerfix {
	background: #fff;
}

.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: -100rem;
	left: 0;
	width: 100%;
}

.height1 {
	height: 100rem;
}

#menu {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	background: #ffffff;
	z-index: 9999;
	height: 100%;
	transition: 0.5s;
	overflow: auto;
	padding: 62px 10px;
}

#menu ul {
	overflow: hidden;
	padding: 0 10px;
}

#menu ul li {
	position: relative;
}

#menu ul li a {
	font-size: 18px;
	color: #1b8f41;
	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 {
	overflow: hidden;
	position: relative;
	margin-top: 100rem;
}

.swiper-renewal-main .swiper-pagination {
	left: 0;
	bottom: 20rem;
}

.swiper-renewal-main .swiper-pagination-bullet {
	width: 12rem;
	height: 12rem;
	background: #0153a4;
	border-radius: 50%;
	opacity: 1;
}

.swiper-renewal-main .swiper-pagination-bullet-active {
	background: #1b8f41;
}

.swiper-renewal-main .swiper-button-prev,
.swiper-renewal-main .swiper-button-next {
	width: 52rem;
	height: 52rem;
	border: 0;
	background: url(https://www.bce-sh.com/template/index/pc/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(https://www.bce-sh.com/template/index/pc/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: 70rem;
	left: 0;
	width: 100%;
}

.swiper-renewal-main .banner-hover .info {
	text-align: center;
}

.swiper-renewal-main .banner-hover .bt {
	font-size: 30rem;
	letter-spacing: 27rem;
	color: #ffffff;
	margin-bottom: 4rem;
}

.swiper-renewal-main .banner-hover .span {
	font-size: 65rem;
	font-weight: bold;
	letter-spacing: 10rem;
	color: #ffffff;
	margin-bottom: 12rem;
}

.swiper-renewal-main .banner-hover .p {
	color: #ffffff;
	font-size: 24rem;
}

.swiper-renewal-main .banner-hover .p p {
	display: inline-block;
	vertical-align: top;
	padding: 0 44rem;
}

.swiper-renewal-main .banner-hover .p span {
	font-size: 30rem;
	font-weight: bold;
}

.swiper-renewal-main .banner-hover2 {
	top: 50%;
	transform: translateY(-77%);
}

.swiper-renewal-main .banner-hover2 .span {
	margin-top: 26rem;
	margin-bottom: 73rem;
	font-size: 52rem;
}

.swiper-renewal-main .banner-hover2 .more a {
	width: 232rem;
	line-height: 64rem;
	border: solid 1px #d2d2d2;
	font-size: 21rem;
	color: #ffffff;
	margin: 0 auto;
}

.swiper-renewal-main .banner-hover3 .span {
	font-size: 52rem;
}

.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
	-webkit-animation: fadeInUp2 2.5s alternate;
	animation: fadeInUp2 2.5s 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 .p {
	-webkit-animation: fadeInUp2 3.5s alternate;
	animation: fadeInUp2 3.5s alternate;
}

.swiper-renewal-main .swiper-slide-active .banner-hover .more {
	-webkit-animation: fadeInUp2 4s alternate;
	animation: fadeInUp2 4s alternate;
}

.more a,
.more p {
	width: 154rem;
	border: solid 1px #adadad;
	line-height: 46rem;
	border-radius: 40rem;
	font-size: 18rem;
	text-align: center;
	color: #333333;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	transition: all .5s;
}

.more a:before {
	content: "";
	width: 350px;
	height: 350px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 200%;
	left: -210%;
	background: #1b8f41;
	transition: all .5s;
	z-index: -1;
	opacity:0;
	transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59)
}

.more a span {
	position: relative;
	z-index: 2
}

@media (min-width: 1025px) {
	.more a:hover {
		color: #fff !important;
		border: 1px solid #1b8f41
	}

	.more a:hover:before {
		top: -100px;
		opacity:1;
		left: -100px
	}
}

.inbanner {
	color: #fff;
	position: relative;
	overflow: hidden;
}

@keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	100% {
		transform: scale(1)
	}
}

.inbanner img {
	margin: 0 auto;
	display: block;
	transition: 5s;
	animation: mymove4 5s;
}

.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;
}

.sitemap {
	padding: 50rem 0;
}

.sitemap .sitemap-bottom {
	padding-top: 30rem;
}

.pronav {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50rem;
}

.pronav ul li {
	width: 20%;
	float: left;
	text-align: center;
}

.pronav ul li a {
	display: block;
	font-size: 25rem;
	line-height: 65rem;
	color: #333333;
}

@media (min-width: 1025px) {
	.pronav ul li:hover a {
		color: #1b8f41;
	}
}

.pronav ul li.active a {
	color: #1b8f41;
}

.home-product {
	padding: 25rem 0 0 0;
}

.home-product .show .info {
	display: none;
}

.swiper-pro {
	width: 72%;
	margin: 0 auto;
	position: relative;
}

.swiper-pro .li .box {
	background: url(../images/bg.png) no-repeat top left;
	background-size: cover;
	border-radius: 20rem;
	padding: 92rem 0;
	overflow: hidden;
	font-size: 0;
}

.swiper-pro .li .box .text {
	width: 55%;
	padding: 57rem 0 63rem 73rem;
	display: inline-block;
	vertical-align: top;
}

.swiper-pro .li .box .text .bt a,
.swiper-pro .li .box .text .span a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	font-size: 46rem;
	line-height: 58rem;
	color: #333333;
}

.swiper-pro .li .box .text .bt a {
	font-weight: bold;
}

.swiper-pro .li .box .text .span {
	margin-bottom: 49rem;
}

.swiper-pro .li .box .text .p {
	font-size: 22rem;
	line-height: 46rem;
	height: 138rem;
	overflow: hidden;
	margin-bottom: 31rem;
	color: #333333;
}

.swiper-pro .li .box .text .p a {
	color: #333333;
	display: block;
}

.swiper-pro .li .box .text .p p {
	background: url(../images/dot.png) no-repeat left 14rem;
	background-size: 19rem;
	padding-left: 34rem;
}

.swiper-pro .li .box .text .more a {
	float: left;
	margin-right: 24rem;
}

.swiper-pro .li .box .pic {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}

.swiper-pro .li .box .pic img{
	transition: .5s;
}

.swiper-pro .li .box:hover .pic img{
	transform: scale(1.05);
}


.swiper-pro .swiper-button-prev,
.swiper-pro .swiper-button-next {
	width: 52rem;
	height: 52rem;
	border: 0;
	border-radius: 0;
	margin-top: -26rem;
	z-index: 33;
	left: 0;
}

.swiper-pro .swiper-button-prev:after,
.swiper-pro .swiper-button-next:after {
	color: #c5c7c8;
	font-size: 26rem;
}

.swiper-pro .swiper-button-next {
	right: 0;
	left: auto;
}

.swiper-pro .swiper-button-prev:hover:after {
	color: #1b8f41;
}

.swiper-pro .swiper-button-next:hover:after {
	color: #1b8f41;
}

.home-title {
	font-size: 46rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.home-about .right {
	float: left;
	width: 53%;
	padding-top: 125rem;
}

.home-about .right .img {
	width: 1024px;
	height: 805px;
	position: relative;
}

.home-about .right .img .hide {
	display: none;
}

.home-about .right .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.home-about .right .img .globalMap {
	width: 100%;
	height: 805px;
	position: relative;
	z-index: 66;
}

.home-about .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;
	z-index: 33;
}

.home-about .right .img .area i {
	width: 31px;
	height: 31px;
	background: url(../images/dot2.png) no-repeat center center;
	background-size: 100%;
	display: inline-block;
	/* -webkit-animation: 1s ease mymove infinite; */
	/* animation: 1s ease mymove 1; */
}

.home-about .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-about .right .img .m01 {
	top: 41.5%;
	left: 43%;
}

.home-about .right .img .m02 {
	top: 53.3%;
	left: 42.6%;
}

.home-about .right .img .m03 {
	top: 56.3%;
	left: 46.8%;
}

.home-about .right .img .m04 {
	top: 45.4%;
	left: 50.7%;
}

.home-about .right .img .m05 {
	top: 30.5%;
	left: 60.4%;
}

.home-about .right .img .m06 {
	top: 59.5%;
	left: 57%;
}

.home-about .right .img .m07 {
	top: 43.6%;
	left: 58.1%;
}

.home-about .right .img .m08 {
	top: 48.6%;
	right: 29.8%;
}

.home-about .right .img .m09 {
	top: 53.3%;
	left: 58.8%;
}

.home-about .right .img .m010 {
	top: 49.7%;
	right: 26%;
}

.home-about .right .img .m010 i {
	background: url(../images/dot3.png) no-repeat center center;
	background-size: 100%;
}

.home-about .right svg {
	position: relative;
	z-index: 1;
}

.home-about .right .map-lines {
	position: absolute;
	top: 261px;
	left: 450px;
	z-index: 10;
	fill: none;
	width: 306px;
	height: 286px;
	-webkit-stroke: #0ea9e5;
	-moz-stroke: #0ea9e5;
	-ms-stroke: #0ea9e5;
	-o-stroke: #0ea9e5;
	stroke: #0ea9e5;
	-webkit-stroke-width: 1px;
	-moz-stroke-width: 1px;
	-ms-stroke-width: 1px;
	-o-stroke-width: 1px;
	stroke-width: 1px;
}

.home-about .right svg:not(:root) {
	overflow: hidden;
}

.home-about .right .map-line1 {
	stroke-dashoffset: 306px;
	stroke-dasharray: 306px;
	/* animation: animation-line 10.04s ease-in; */
	animation-fill-mode: forwards;
	/* animation-iteration-count: infinite; */
}

.home-about .right .map-line2 {
	stroke-dashoffset: 612px;
	stroke-dasharray: 612px;
	/* animation: animation-line1 10.04s ease-in; */
	animation-fill-mode: forwards;
	/* animation-iteration-count: infinite; */
}

.home-about .right .map-line--6 {
	animation-delay: 1.94s;
}

@keyframes animation-line {
	0% {
		stroke-dashoffset: 306px;
	}

	/*14.28571% {
		stroke-dashoffset: 0;
	}

	61.42857% {
		stroke-dashoffset: 0;
	}

	85.71429% {
		stroke-dashoffset: -306px;
	}*/

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes animation-line1 {
	0% {
		stroke-dashoffset: -612px;
	}

	/*14.28571% {
		stroke-dashoffset: 0;
	}

	61.42857% {
		stroke-dashoffset: 0;
	}

	85.71429% {
		stroke-dashoffset: 612px;
	}*/

	to {
		stroke-dashoffset: 0;
	}
}

.home-about .text {
	width: 42.5%;
	float: right;
	padding: 140rem 0 106rem 0;
}

.home-about .text .home-title {
	margin-bottom: 20rem;
	text-align: left;
}

.home-about .text .span {
	font-size: 30rem;
	margin-bottom: 44rem;
	font-weight: bold;
	color: #333333;
}

.home-about .text .jsh {
	font-size: 20rem;
	line-height: 32rem;
	overflow: hidden;
	height: 192rem;
	margin-bottom: 46rem;
	color: #696b6c;
}

.home-about .text .more a {
	width: 232rem;
	line-height: 64rem;
	color: #888888;
}

.home-about .youshi{
    padding-top: 100rem;
}

@media (min-width: 1025px) {
	.home-about .text .more a:hover {
		color: #fff;
	}
}

.youshi li {
	float: left;
	width: 37%;
}

.youshi li .num {
	font-size: 44rem;
	line-height: 70rem;
	margin-bottom: 4rem;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #0153a4, #01a7e5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.youshi li .num span {
	font-size: 58rem;
	display: inline-block;
	vertical-align: top;
	font-family: Oswald-Medium;
}

.youshi li .num i,
.youshi li .num em {
	font-style: normal;
	display: inline-block;
	vertical-align: top;
}

.youshi li .p {
	font-size: 19rem;
	color: #333333;
}

.youshi li:nth-child(3) {
	width: 26%;
}

.home-honor {
	/* padding: 89rem 0 0 0; */
}

.home-honor .home-bottom {
	margin-top: 50rem;
	padding: 117rem 0 12rem 0;
	background: url(../images/bg3.jpg) no-repeat bottom center;
	background-size: cover;
}

.honorlist {
	padding: 0 72rem;
	background: url(../images/bg2.png) no-repeat bottom center;
	background-size: 100%;
	padding-bottom: 166rem;
}

.honorlist li {
	width: 50%;
	float: left;
	padding: 0 42rem;
}

.honorlist li .box {
	position: relative;
	padding: 40rem;
	border-radius: 8rem;
	background: url(../images/bg1.png) no-repeat center center;
	background-size: cover;
}

.honorlist li .box .pic {
	background: #fff;
}

.honorlist li .box .pic:after {
	padding-bottom: 68.25396825%;
}

.honorlist li .box .img {
	position: relative;
}

.honorlist li .box .dian:before,
.honorlist li .box .dian1:before,
.honorlist li .box .dian:after,
.honorlist li .box .dian1:after {
	content: '';
	display: block;
	width: 19rem;
	height: 19rem;
	background: url(../images/dot1.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	z-index: 44;
}

.honorlist li .box .dian:before {
	top: -7rem;
	left: -6rem;
}

.honorlist li .box .dian:after {
	bottom: -7rem;
	right: -6rem;
}

.honorlist li .box .dian1:before {
	top: -7rem;
	right: -6rem;
}

.honorlist li .box .dian1:after {
	bottom: -7rem;
	left: -6rem;
}

.more1 a,
.more1 p {
	color: #fff;
	font-size: 18rem;
	/*font-weight: lighter;*/
	letter-spacing: 1rem;
	color: #ffffff;
}

.home-case {
	padding: 85rem 0 0 0;
}

.home-case .home-bottom {
	padding-top: 51rem;
	position: relative;
}

.home-case .home-bottom .show .info {
	height: 800rem;
	display: none;
	overflow:hidden;
}

.home-case .home-bottom .show .info img{
	transition: 5s;
    animation: mymove4 5s;
}

.home-case .home-bottom .show .info.show-info{
	display:block;
}


.home-case .home-bottom .show .info .text {
	width: 43%;
	padding: 80rem 0;
	position:absolute;
	left:80rem;
	top:80rem;
	z-index:999;
}

.home-case .home-bottom .show .info .bt {
	font-size: 32rem;
	margin-bottom: 15rem;
	color: #ffffff;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.home-case .home-bottom .show .info .jsh {
	font-size: 22rem;
	line-height: 36rem;
	margin-bottom: 59rem;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.7);
}

.case-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 44;
	border-top: 1px solid #fff;
}

.case-nav ul li {
	width: 20%;
	float: left;
	border-right: 1px solid #fff;
}

.case-nav ul li a {
	display: block;
	transition: .5s;
	overflow: hidden;
}

.case-nav ul li .box {
	position: relative;
}

.case-nav ul li .box .bt {
	font-size: 22rem;
	line-height: 28rem;
	color: #ffffff;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	float: left;
	width: 50%;
	padding-left: 50rem;
	margin-top: 35rem;
}

.case-nav ul li .box .pic {
	float: right;
	width: 140rem;
}


.case-nav ul li .box .pic img{
	transition: .5s;
}

@media (min-width: 1025px) {
	.case-nav ul li:hover a {
		background: rgba(27, 143, 65, 0.48);
	}
	
	.case-nav ul li:hover .box .pic img{
		transform: scale(1.05);
	}
}

.case-nav ul .active a {
	background: rgba(27, 143, 65, 0.48);
}

.case-nav ul .active .box .pic img{
	transform: scale(1.05);
}

.case-nav ul li:nth-last-child(1) {
	border: 0;
}

.home-news {
	padding: 86rem 0 114rem 0;
}

.home-news .home-bottom {
	padding-top: 50rem;
	margin-bottom: 64rem;
	overflow: hidden;
	display: flex;
}

.home-news .home-bottom .one {
	display: inline-block;
	width: 60.8%;
}

.home-news .home-bottom .one .item {
	width: 50%;
	padding-right: 40rem;
	float: left;
}

.home-news .home-bottom .one .item .box {
	border-radius: 20rem;
	overflow: hidden;
	background-color: #f0f6fa;
}

.home-news .home-bottom .one .item .pic img {
	transition: 0.5s;
}

.home-news .home-bottom .one .item .pic:after {
	padding-bottom: 62.2406639%;
}

.home-news .home-bottom .one .item .pic span {
	position: absolute;
	top: 0;
	left: 40rem;
	width: 130rem;
	height: 47rem;
	line-height: 47rem;
	text-align: center;
	color: #fff;
	font-size: 22rem;
	padding: 0 20rem;
	background-image: linear-gradient(0deg, #0153a4 0%, #01a7e5 100%);
	border-bottom-left-radius: 20rem;
	border-bottom-right-radius: 20rem;
}

.home-news .home-bottom .one .item .text {
	padding: 27rem 30rem 25rem 30rem;
}

.home-news .home-bottom .one .item .text .bt {
	font-size: 22rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	margin-bottom: 13rem;
}

.home-news .home-bottom .one .item .text .date {
	font-size: 17rem;
	color: #999999;
	background: url(../images/date.png) no-repeat center left;
	padding-left: 20rem;
	background-size: 14rem;
	margin-bottom: 14rem;
}

.home-news .home-bottom .one .item .text .jsh {
	font-size: 20rem;
	line-height: 28rem;
	color: #333333;
	margin-bottom: 39rem;
	height: 56rem;
	overflow: hidden;
}

.home-news .home-bottom .one .item .text .more1 p {
	text-align: right;
	font-size: 17rem;
	color: #999999;
}

@media (min-width: 1025px) {
	.home-news .home-bottom .one .item:hover .pic img {
		transform: scale(1.05);
	}

	.home-news .home-bottom .one .item:hover .pic span {
		background: #1b8f41;
	}

	.home-news .home-bottom .one .item:hover .text .bt {
		color: #1b8f41;
		text-decoration: underline
	}

	.home-news .home-bottom .one .item:hover .text .more1 {
		color: #1b8f41;
	}
}

.home-news .home-bottom .two {
	display: inline-block;
	width: 39.2%;
	border-radius: 20rem;
	overflow: hidden;
	background-color: #f0f6fa;
}

.home-news .home-bottom .two .title {
	padding-left: 39rem;
}

.home-news .home-bottom .two .title span {
	width: 130rem;
	height: 47rem;
	line-height: 47rem;
	text-align: center;
	color: #fff;
	font-size: 22rem;
	padding: 0 20rem;
	background-image: linear-gradient(0deg, #0153a4 0%, #01a7e5 100%);
	border-bottom-left-radius: 20rem;
	border-bottom-right-radius: 20rem;
	display: block;
}

.home-news .home-bottom .two ul {
	padding: 34rem 39rem 2rem 41rem;
}

.home-news .home-bottom .two ul li {
	margin-bottom: 36rem;
}

.home-news .home-bottom .two ul li .box {
	transition: 0.5s;
}

.home-news .home-bottom .two ul li .bt {
	font-size: 22rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	margin-bottom: 6rem;
}

.home-news .home-bottom .two ul li .date {
	font-size: 17rem;
	color: #999999;
	background: url(../images/date.png) no-repeat center left;
	padding-left: 20rem;
	background-size: 14rem;
	margin-bottom: 14rem;
}

@media (min-width: 1025px) {
	.home-news .home-bottom .two ul li:hover .box {
		padding-left: 23rem
	}

	.home-news .home-bottom .two ul li:hover .bt {
		color: #1b8f41;
		text-decoration: underline
	}
}

.home-news .home-bottom .two ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.home-news .more {
	text-align: center;
	font-size: 0;
}

.home-news .more a {
	width: 232rem;
	line-height: 64rem;
	margin: 0 30rem;
	font-size: 21rem;
	color: #888888;
	border: solid 1px #d2d2d2;
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 1025px) {
	.home-news .more a:hover {
		color: #fff;
	}
}

.home-hezuo {
	padding: 64rem 0 73rem 0;
	background: url(../images/bg4.jpg) no-repeat top center;
	background-size: cover;
}

.home-hezuo .bt {
	text-align: center;
	font-size: 44rem;
	font-weight: bold;
	line-height: 65rem;
	margin-bottom: 48rem;
	color: #ffffff;
	text-shadow: 1rem 2rem 2rem rgba(17, 17, 18, 0.48);
}

.home-hezuo .more {
	text-align: center;
	font-size: 0;
}

.home-hezuo .more a {
	width: 232rem;
	line-height: 64rem;
	margin: 0 30rem;
	font-size: 21rem;
	color: #fff;
	border: solid 1px #d2d2d2;
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 1025px) {
	.home-hezuo .more a:hover {
		color: #fff;
		border: solid 1px transparent;
	}
}

.footer {
	background: #fafafa;
}

.footer-bottom {
	padding-top: 73rem;
	padding-bottom: 115rem;
}

.footer-bottom .footer-left {
	float: left;
	width: 32%;
}

.footer-bottom .footer-left .footer-logo {
	position: relative;
	padding-left: 152rem;
	padding-top: 8rem;
	margin-bottom: 50rem;
}

.footer-bottom .footer-left .footer-logo img {
	width: 124rem;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-bottom .footer-left .footer-logo .text .bt {
	font-size: 22rem;
	line-height: 38rem;
	letter-spacing: 1rem;
	color: #616161;
}

.footer-bottom .footer-left .footer-logo .text .bt span {
	font-family: Oswald-Bold;
	font-size: 46rem;
	background-image: linear-gradient(0deg, #0153a4 0%, #01a7e5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-bottom .footer-left .footer-logo .text .p {
	font-size: 18rem;
	line-height: 24rem;
	color: #616161;
}

.footer-bottom .footer-left .f3 {
	font-size: 18rem;
	line-height: 24rem;
	color: #616161;
}

.footer-bottom .footer-left .f3 p {
	padding-left: 39rem;
	margin-bottom: 14rem;
}

.footer-bottom .footer-left .f3 a {
	color: #616161;
}

@media (min-width: 1025px) {
	.footer-bottom .footer-left .f3 a:hover {
		color: #1b8f41;
		text-decoration: underline;
	}
}

.footer-bottom .footer-left .f3 p.f01 {
	background: url(../images/f01.png) no-repeat left 4rem;
	background-size: 18rem;
}

.footer-bottom .footer-left .f3 p.f02 {
	background: url(../images/f02.png) no-repeat left 5rem;
	background-size: 19rem;
}

.footer-bottom .footer-left .f3 p.f03 {
	background: url(../images/f03.png) no-repeat left 3rem;
	background-size: 18rem;
}

.footer-bottom .footer-left .btn {
	padding-top: 23rem;
}

.footer-bottom .footer-left .btn a {
	display: block;
	width: 144rem;
	line-height: 48rem;
	background-image: linear-gradient(0deg, #0153a4 0%, #01a7e5 100%);
	border-radius: 10rem;
	font-size: 16rem;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
}

.footer-bottom .footer-left .btn a img {
	display: inline-block;
	vertical-align: middle;
	width: 19rem;
	margin-right: 5rem;
}

@media (min-width: 1025px) {
	.footer-bottom .footer-left .btn a:hover {
		background: #1b8f41;
	}
}

.footer-bottom .footer-list {
	float: right;
	width: 64.7%;
	margin-top: 4rem;
}

.footer-bottom .footer-list>ul{
	display: flex;
    justify-content: space-between;
}

/*.footer-bottom .footer-list ul li {
	width: 15.5%;
	float: left;
}*/

.footer-bottom .footer-list ul li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	max-width: 100%;
	font-size: 22rem;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1rem;
	padding-right: 5rem;
	padding-bottom: 23rem;
}

@media (min-width: 1025px) {
	.footer-bottom .footer-list ul li a:hover {
		color: #1b8f41;
		text-decoration: underline;
	}
}

.footer-bottom .footer-list ul li ul li {
	width: 100% !important;
}

.footer-bottom .footer-list ul li ul li a {
	font-size: 20rem;
	line-height: 42rem;
	color: #616161;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	position: relative;
}

.footer-bottom .footer-list ul li:nth-last-child(3) {
	/* width: 15%; */
}

.footer-bottom .footer-list ul li:nth-last-child(2) {
	/* width: 14%; */
}

.footer-bottom .footer-list ul li:nth-last-child(1) {
	/* width: 9%; */
	/* float: right; */
}

.footer-link {
	padding: 21rem 0;
	border-bottom: 2rem solid #242424;
	background: #151515;
}

.footer-link .socialMedia .list li {
	display: inline-block;
	padding: 0 7rem 0 0;
}

.footer-link .socialMedia .list .box {
	display: block;
	cursor: pointer;
	position: relative;
}

.footer-link .socialMedia .list .icon {
	display: block;
	width: 34rem;
	height: 34rem;
	border-radius: 10rem;
	background-size: 100% !important;
}

@media (min-width: 1025px) {
	.footer-link .socialMedia .list .icon:hover {
		background-color: #777;
	}
}

.footer-link .socialMedia .list .icon-1 {
	background: #4c4c4c url(../images/sp1.png) no-repeat center center;
}

.footer-link .socialMedia .list .icon-2 {
	background: #4c4c4c url(../images/sp2.png) no-repeat center center;
}

.footer-link .socialMedia .list .icon-3 {
	background: #4c4c4c url(../images/sp3.png) no-repeat center center;
}

.footer-link .socialMedia .list .icon-4 {
	background: #4c4c4c url(../images/sp4.png) no-repeat center center;
}
.footer-link .socialMedia .list .icon-5 {
	background: #4c4c4c url(../images/sp5.png) no-repeat center center;
}
.footer-link .socialMedia .list .down {
	display: none;
	color: #666;
	font-size: 14rem;
	align-items: center;
	width: 120rem;
	cursor: initial;
	padding-bottom: 15rem;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.footer-link .socialMedia .list .down .txt {
	margin-right: 10rem;
}

.footer-link .socialMedia .list .down .ewm {
	width: 119rem;
	position: relative;
	box-shadow: 1rem 2rem 20rem 0rem rgba(17, 17, 18, 0.48);
	border: 1px solid #555555;
}

.footer-link .socialMedia .list .down .ewm img {
	display: block;
}

.footer-link .socialMedia .list .down .ewm:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10rem 6rem 0 6rem;
	border-color: #555555 transparent transparent transparent;
	position: absolute;
	bottom: -10rem;
	left: 14rem;
}

.footer-link .socialMedia .list .active .down {
	display: flex;
}

.footer-link .socialMedia .list .box:hover .icon {
	opacity: 1;
}

.footer-link .socialMedia .list .box:hover .down {
	display: flex;
}

.footer-copyright {
	padding: 18rem 0;
	font-size: 14rem;
	line-height: 22rem;
	color: #aaacad;
	background: #151515;
}

.footer-copyright a {
	color: #aaacad;
}

.float {
	position: fixed;
	bottom: 110rem;
	right: 15rem;
	z-index: 200;
}

.float ul li {
	width: 58rem;
	height: 58rem;
	padding-top: 5rem;
	font-size: 12rem;
	text-align: center;
	position: relative;
	background: #4c4c4c;
	border-bottom: 1rem solid #fff;
}

.float ul li .pic {
	height: 31rem;
}

.float ul li .bt {
	color: #fff;
}

.float ul li .hover {
	position: absolute;
	top: 0;
	right: 58rem;
	width: 127rem;
	display: none;
}

.float ul li .dianhu {
	font-size: 16rem;
}

.float ul li .dianhu a {
	color: #fff;
}

.float ul li .hover1 {
	position: absolute;
	top: 0;
	right: 58rem;
	width: 147rem;
	background: #1b8f41;
	padding: 18rem 10rem;
	min-height: 60rem;
	display: none;
}

.float ul li:hover {
	background: #1b8f41;
}

.float ul li:hover .bt {
	text-decoration: underline;
}

.float ul li:hover .hover {
	display: block;
}

.float ul li:hover .hover1 {
	display: block;
}

.float ul li:nth-child(1) {
	border-top-left-radius: 3rem;
	border-top-right-radius: 3rem;
}

.float ul li:nth-child(5) {
	border-bottom-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
	border-bottom: 0;
}

.float ul li:nth-child(6) {
	height: 46rem;
	padding: 0;
	border: 0;
	margin-top: 10rem;
	border-radius: 5rem;
	opacity: 0;
	transition: 0.5s;
}

.float ul li:nth-child(6) .pic {
	height: 46rem;
}

.float ul li.dis {
	opacity: 1;
}

.inbanner {
	color: #fff;
	position: relative;
}

.inbanner img {
	margin: 0 auto;
	display: block;
}

.inbanner .img1 {
	display: none;
}

.inbanner .item {
	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;
}

.current {
	font-size: 20rem;
	line-height: 19rem;
	letter-spacing: 1rem;
	color: #ffffff;
	position: absolute;
	bottom: 18rem;
	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;
}

.content {
	padding: 85rem 0 77rem 0;
	min-height: 500rem;
	background: url(../images/bg5.jpg) no-repeat top center;
	background-size: cover;
}

.responsibility {
	padding: 127rem 0 29rem 0;
}

.inmain-top .inmain-title {
	float: left;
	position: relative;
}

.inmain-top .inmain-title span {
	font-size: 46rem;
	font-weight: bold;
	color: #333333;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 33;
}

.inmain-top .inmain-title p {
	font-family: Roboto-Bold;
	font-size: 92rem;
	line-height: 74rem;
	color: #f1f1f1;
}

.inmain-top .p {
	float: right;
	font-size: 24rem;
	/*font-weight: lighter;*/
	line-height: 48rem;
	color: #333333;
	width: 42%;
}

.responsibility-bottom {
	padding-top: 140rem;
}

.responsibility-bottom ul li {
	margin-bottom: 110rem;
}

.responsibility-bottom ul li .box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.responsibility-bottom ul li .box .img {
	width: 50%;
	float: left;
}

.responsibility-bottom ul li .box .img img {
	display: block;
}

.responsibility-bottom ul li .box .text {
	width: 50%;
	float: right;
	padding: 0 0 0 107rem;
}

.responsibility-bottom ul li .box .text .bt {
	font-size: 36rem;
	font-weight: bold;
	color: #333333;
}

.responsibility-bottom ul li .box .text .span {
	font-size: 24rem;
	margin-top: 38rem;
	margin-bottom: 39rem;
	color: #333333;
}

.responsibility-bottom ul li .box .text .p {
	font-size: 18rem;
	line-height: 32rem;
	color: #666666;
}

.responsibility-bottom ul li:nth-child(2n) .box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.responsibility-bottom ul li:nth-child(2n) .box .text {
	padding: 0 107rem 0 0;
}

.inmain-title1 {
	text-align: center;
	font-size: 46rem;
	font-weight: bold;
	color: #333333;
}

.culture {
	padding-bottom: 0 !important;
}

.culture .culture-bottom {
	padding-top: 72rem;
	padding-bottom: 172rem;
}

.culturelist {
	background-color: #ffffff;
	box-shadow: 0rem 10rem 21rem 3rem rgba(0, 0, 0, 0.18);
	border-radius: 4rem;
}

.culturelist li {
	width: 33.33333333%;
	float: left;
	position: relative;
	z-index: 1;
}

.culturelist li .box {
	border-right: 1px solid #e8e8e8;
	height: 401rem;
	transition: 0.5s;
	position: relative;
}

.culturelist li .box:after {
	content: '';
	display: block;
	width: 100%;
	height: 458rem;
	position: absolute;
	top: -27rem;
	left: 0;
	z-index: 1;
	background: #1b8f41;
	transition: 0.5s;
	opacity: 0;
	border-radius: 4rem;
}

.culturelist li .text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 33;
	transform: translateY(-50%);
	padding: 0 20rem 0 48rem;
}

.culturelist li .text .bt {
	font-size: 30rem;
	margin-bottom: 41rem;
	color: #333333;
}

.culturelist li .text:after {
	content: '';
	display: block;
	width: 40rem;
	height: 4rem;
	margin-top: 23rem;
	background-image: linear-gradient(0deg, #0153a4 0%, #01a7e5 100%);
}

.culturelist li .text .p {
	font-size: 18rem;
	line-height: 30rem;
	color: #333333;
}

@media (min-width: 1025px) {
	.culturelist li:hover {
		position: relative;
		z-index: 5;
	}

	.culturelist li:hover .box:after {
		opacity: 1;
	}

	.culturelist li:hover .text .bt {
		color: #fff;
	}

	.culturelist li:hover .text:after {
		background-image: linear-gradient(#ffffff, #ffffff);
	}

	.culturelist li:hover .text .p {
		color: #fff;
	}
}

.culture01 {
	padding: 86rem 0 111rem 0;
	background: url(../images/bg6.jpg) no-repeat center center;
	background-size: cover;
}

.culture01 .inmain-title1 {
	text-align: left;
}

.culture01 .span {
	font-size: 18rem;
	font-weight: bold;
	line-height: 38rem;
	color: #333333;
	margin-top: 26rem;
	margin-bottom: 15rem;
}

.culture01 .p {
	font-size: 18rem;
	/*font-weight: lighter;*/
	line-height: 38rem;
	color: #333333;
}

.culture01 .list {
	padding: 65rem 0 35rem 0;
}

.culture01 .list ul li {
	font-size: 30rem;
	line-height: 52rem;
	color: #333333;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 27rem;
	margin-bottom: 34rem;
	position: relative;
	padding-left: 138rem;
}

.culture01 .list ul li span {
	position: absolute;
	top: 0;
	left: 0;
}

.partner {
	background: url(../images/bg7.jpg) no-repeat top center;
	background-size: cover;
}

.partnerlist {
	padding-top: 67rem;
	margin: 0 -13rem;
}

.partnerlist li {
	width: 16.66666667%;
	float: left;
	padding: 0 13rem;
	margin-bottom: 30rem;
}

.partnerlist li .pic {
	background: #fff;
}

.partnerlist li .pic:after {
	padding-bottom: 91.74311927%;
}

@media (min-width: 1025px) {
	.partnerlist li:hover .pic {
		box-shadow: 0rem 10rem 21rem 3rem rgba(27, 143, 64, 0.18);
	}
}

.service01 {
	padding: 101rem 0 39rem 0;
	background: url(../images/bg8.jpg) no-repeat top center;
	background-size: cover;
}

.service {
	padding: 0 !important;
}

.service .service-bottom {
	padding-top: 52rem;
}

.service .service-bottom .h3 {
	font-size: 22rem;
	margin-bottom: 25rem;
	font-weight: bold;
	color: #1b8f41;
}

.service .pp {
	font-size: 18rem;
	line-height: 32rem;
	color: #333333;
}

.service .pp p {
	margin-bottom: 16rem;
}

.service .pp b {
	font-size: 22rem;
	color: #1b8f41;
}

.service02 {
	padding: 125rem 0;
	background: url(../images/bg9.jpg) no-repeat top center;
	background-size: cover;
}

.service02 ul {
	margin: 0 -16rem;
}

.service02 ul li {
	width: 18%;
	float: left;
	padding: 0 18rem;
	transition: 0.5s;
}

.service02 ul li .box {
	border-radius: 10rem;
	border: solid 1rem #ffffff;
	height: 502rem;
	position: relative;
	overflow: hidden;
}

.service02 ul li .box .bt {
	font-family: Oswald-Bold;
	font-size: 60rem;
	color: #ffffff;
	position: absolute;
	top: 34rem;
	padding: 0 10rem;
	left: 0;
}

.service02 ul li .box .text {
	padding: 0 10rem;
	padding-top: 134rem;
}

.service02 ul li .box .text .span {
	font-size: 30rem;
	margin-bottom: 12rem;
	font-weight: bold;
	color: #ffffff;
}

.service02 ul li .box .text .p {
	font-family: Roboto-Regular;
	font-size: 16rem;
	line-height: 24rem;
	margin-bottom: 51rem;
	color: #ffffff;
}

.service02 ul li .box .text .jsh {
	font-size: 18rem;
	line-height: 34rem;
	color: #ffffff;
	display: none;
}

.service02 ul li .box .b {
	font-family: Roboto-Regular;
	font-size: 12rem;
	line-height: 21rem;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 16rem 37rem 16rem;
	color: rgba(255, 255, 255, 0.52);
}

.service02 ul .active {
	width: 64%;
}

.service02 ul .active .box .text {
	padding-top: 46rem;
	padding-left: 159rem;
}

.service02 ul .active .box .text .span {
	margin-bottom: -3rem;
}

.service02 ul .active .box .text .jsh {
	display: block;
}

.service03 {
	padding: 57rem 0;
	background: url(../images/bg10.jpg) no-repeat top center;
	background-size: cover;
}

.honor {
	padding: 0 !important;
	background: none;
}

.honor .home-honor {
	padding: 83rem 0 176rem 0;
	background: url(../images/bg11.jpg) no-repeat top center;
	background-size: cover;
}

.honor .home-honor .home-bottom {
	margin-top: 70rem;
	padding: 0 0 12rem 0;
	background: none;
}

.honor .honorlist li {
	padding: 0 30rem;
}

.honor .honorlist li .box {
	padding: 15rem;
	border-radius: 0;
	background: #d1e9d7;
}

.honor .honorlist li .box .dian,
.honor .honorlist li .box .dian1 {
	display: none;
}

.honor .honorlist {
	background: none;
	padding-bottom: 0;
}

.honor01 {
	padding: 70rem 0;
	background: #f7f7f7;
}

.honor01 .hnav-list {
	padding: 24rem 0 75rem 0;
}

.honor01 .hnav-list ul {
	text-align: center;
	font-size: 0;
}

.honor01 .hnav-list ul li {
	display: inline-block;
}

.honor01 .hnav-list ul li a {
	display: block;
	text-align: center;
	margin: 0 15rem;
	width: 248rem;
	line-height: 47rem;
	font-size: 18rem;
	color: #333333;
	padding: 0 5rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	border-radius: 24rem;
	border: solid 1px #adadad;
}

.honor01 .hnav-list ul .active a {
	color: #fff;
	border: 1px solid #1b8f41;
	background: #1b8f41;
}

.honor01 .show .info {}

.honor01 .show ul {
	margin: 0 -16rem;
	margin-bottom: 62rem;
	overflow: hidden;
}

.honor01 .show ul li {
	width: 25%;
	float: left;
	padding: 0 16rem;
	margin-bottom: 32rem;
}

.honor01 .show ul li .box {
	padding: 36rem 20rem 36rem 20rem;
	background: #fff;
	position: relative;
}

.honor01 .show ul li .pic {
	width: 80%;
	margin: 0 auto;
}

.honor01 .show ul li .pic:after {
	padding-bottom: 126.61290323%;
}

.honor01 .show ul li .hover {
	position: absolute;
	right: 27rem;
	top: 27rem;
	width: 21rem;
	height: 21rem;
	background: url(../images/fangda.png) no-repeat center center;
	background-size: 100%;
	z-index: 55;
}

.honor01 .show ul li .bt {
	text-align: center;
	margin-top: 20rem;
	font-size: 17rem;
	line-height: 24rem;
	color: #3c3c3c;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.honor01 .show ul li:hover .pic img {
		transform: scale(1.04);
	}
}

.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: #1b8f41;
	-webkit-box-shadow: 0 0 0 1px #fff;
	color: #fff;
}

.page a.prev,
.page a.next {
	color: #858585;
}

.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;
	}
}

.case {
	background: url(../images/bg12.jpg) no-repeat top center;
	background-size: cover;
	padding: 122rem 0 77rem 0;
}

.aside-left {
	float: left;
	width: 22.7%;
	background: #f0f6fa url(../images/line.png) no-repeat top center;
	padding: 37rem 20rem;
}

.aside-left .h3 {
	font-size: 28rem;
	font-weight: bold;
	color: #292929;
}

.aside-left ul {
	padding-top: 27rem;
}

.aside-left ul li {
	border-bottom: 1px dashed #c4c9cc;
}

.aside-left ul li a {
	display: block;
	font-size: 18rem;
	line-height: 73rem;
	color: #292929;
	padding: 0 40rem 0 10rem;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.aside-left ul li a:after {
	content: '';
	display: block;
	width: 22rem;
	height: 22rem;
	background: #ffffff url(../images/more.png) no-repeat center center;
	background-size: 6rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11rem;
}

@media (min-width: 1025px) {
	.aside-left ul li:hover a {
		color: #1b8f41;
	}

	.aside-left ul li:hover a:after {
		background: #1b8f41 url(../images/more1.png) no-repeat center center;
		background-size: 6rem;
	}
}

.aside-left ul .active a {
	color: #1b8f41;
}

.aside-left ul .active a:after {
	background: #1b8f41 url(../images/more1.png) no-repeat center center;
	background-size: 6rem;
}

.aside-right {
	float: right;
	width: 73%;
}

.aside-right .aside-top {
	padding: 42rem 32rem;
	background-color: #f0f6fa;
	margin-bottom: 55rem;
	border-radius: 12rem;
}

.aside-right .aside-top h3 {
	float: left;
	font-size: 22rem;
	font-weight: bold;
	line-height: 37rem;
	color: #292929;
}

.aside-right .aside-top a {
	float: right;
	display: block;
	width: 201rem;
	font-size: 14rem;
	color: #ffffff;
	line-height: 37rem;
	text-align: center;
	background: url(../images/btn.png) no-repeat top center;
	background-size: 100%;
}

.caselist {
	position: relative;
}

.caselist li {
	margin-bottom: 50rem;
}

.caselist li .box {
	overflow: hidden;
	border: solid 1rem #e2e2e2;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.caselist li .box .text {
	width: 52.6%;
	padding: 0 40rem;
	display: inline-block;
	vertical-align: top;
}

.caselist li .box .text .bt a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	font-size: 22rem;
	font-weight: bold;
	color: #333333;
}

.caselist li .box .text .p {
	font-size: 16rem;
	line-height: 30rem;
	height: 90rem;
	overflow: hidden;
	margin-top: 11rem;
	margin-bottom: 37rem;
	color: #333333;
}

.caselist li .box .text .p a {
	color: #333333;
	display: block;
}

.caselist li .box .text .more3 a {
	float: left;
	margin-right: 14rem;
}

.caselist li .box .pic {
	width: 47.4%;
	display: inline-block;
	vertical-align: top;
}

.caselist li .box .pic:after {
	padding-bottom: 62%;
}

@media (min-width: 1025px) {
	.caselist li:hover .box .pic img {
		transform: scale(1.05);
	}

	.caselist li:hover .box .text .bt a {
		color: #1b8f41;
	}
}

.caselist li:nth-child(2n) .box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.more3 a {
	width: 125rem;
	line-height: 34rem;
	font-size: 14rem;
	color: #888888;
	border: solid 1px #d2d2d2;
}

.product {
	background: url(../images/bg12.jpg) no-repeat top center;
	background-size: cover;
	padding: 122rem 0 77rem 0;
}

.product .swiper-pro {
	width: 100%;
}

.product .swiper-pro .li {
	margin-bottom: 48rem;
}

.product .swiper-pro .li .box {
	padding: 76rem 0;
}

.product .swiper-pro .li .box .text {
	padding: 57rem 0 63rem 58rem;
}

.product .swiper-pro .li .box .text .bt a,
.product .swiper-pro .li .box .text .span a {
	font-size: 30rem;
	line-height: 48rem;
}

.product .swiper-pro .li .box .text .span {
	margin-bottom: 38rem;
}

.product .swiper-pro .li .box .text .p {
	font-size: 18rem;
	line-height: 46rem;
	height: 138rem;
	margin-bottom: 31rem;
}

.contact {
	padding: 0 !important;
	background: none;
}

.contact01 {
	padding: 128rem 0 92rem 0;
	background: url(../images/bg12.jpg) no-repeat top center;
	background-size: cover;
}

.contact01 ul {
	margin: 0 -20rem;
	display: flex;
}

.contact01 ul li {
	float: left;
	width: 25%;
	padding: 0 20rem;
}

.contact01 ul li .box {
	text-align: center;
	height: 100%;
	padding: 60rem 10rem 48rem 10rem;
	background-color: #ffffff;
	box-shadow: 4rem 7rem 40rem 0rem rgba(120, 120, 120, 0.12);
}

.contact01 ul li .pic {
	width: 81rem;
	margin: 0 auto;
	margin-bottom: 27rem;
}

.contact01 ul li .bt {
	font-size: 22rem;
	margin-bottom: 32rem;
	font-weight: bold;
	color: #3c3c3c;
}

.contact01 ul li .p {
	font-size: 22rem;
	line-height: 30rem;
	color: #333333;
}

.contact01 ul li .p a {
	color: #333333;
}

.contact02 a {
	display: block;
	float: left;
	border-right: 1px solid #0154a4;
	width: 50%;
}

.contact02 a img {
	display: block;
}

.contact02 a:nth-child(2) {
	border-right: 0;
}

.contact03 {
	padding: 96rem 0;
	position: relative;
}

.contact03 .inside-message {
	box-shadow: 0rem 16rem 84rem 0rem rgba(120, 120, 120, 0.32);
	padding: 71rem 76rem 4rem 76rem;
	margin-top: 56rem;
	background: rgba(255, 255, 255, 0.95);
}

.contact03 .inside-message .list {
	position: relative;
}

.contact03 .inside-message li {
	width: 33.33333333%;
	float: left;
	padding: 0 11rem 59rem 11rem;
	position: relative;
}

.contact03 .inside-message .box {
	position: relative;
}

.contact03 .input-form,
.contact03 select,
.contact03 textarea {
	height: 35rem;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eaeaea;
	background: none;
	font-size: 16rem;
	padding-left: 40rem;
	color: #959595;
}

.contact03 .input-form::-webkit-input-placeholder,
.contact03 select::-webkit-input-placeholder,
.contact03 textarea::-webkit-input-placeholder {
	color: #959595;
}

.contact03 .input-form:-moz-placeholder,
.contact03 select:-moz-placeholder,
.contact03 textarea:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

.contact03 .input-form::-moz-placeholder,
.contact03 select::-moz-placeholder,
.contact03 textarea::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

.contact03 .input-form:-ms-input-placeholder,
.contact03 select:-ms-input-placeholder,
.contact03 textarea:-ms-input-placeholder {
	color: #959595;
}

.contact03 select::-ms-expand {
	display: none;
}

.contact03 select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ffffff url(../images/arrow.png) no-repeat scroll right center;
	background-size: 12rem;
	background: #ffffff \9 \0;
}

.contact03 .red {
	position: absolute;
	top: 6rem;
	left: 0;
	font-size: 16rem;
	color: #333333;
}

.contact03 .red img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10rem;
	margin-top: 3rem;
}

.contact03 .red font {
	color: #ff0000;
}

.contact03 .verifyDiv {
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.contact03 .span {
	color: #ff0000;
	display: block;
}

.contact03 .span span {
	font-size: 16rem;
	color: #08060b;
}

.contact03 .span img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10rem;
	margin-top: 2rem;
}

.contact03 textarea {
	padding-top: 17rem;
	height: 106rem;
	padding-left: 0;
}

.contact03 .more {
	float: right;
}

.contact03 .more a {
	width: 180rem;
	line-height: 49rem;
	border-radius: 30rem;
}

.contact03 .verify {
	height: 49rem;
	background-color: #e5e5e5;
	font-size: 14rem;
	position: relative;
	width: 420rem !important;
}

.contact03 .verify .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 49rem;
	height: 49rem;
	border: 1px #e5e5e5 solid;
	background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
	background-size: 20rem 20rem;
	z-index: 2;
	cursor: move;
}

.contact03 .verify .suc-drag-btn {
	background: #ffffff url(../images/drag-success.svg) no-repeat center center;
	background-size: 20rem 20rem;
}

.contact03 .verify .drag-progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 49rem;
	line-height: 47rem;
	width: 0;
	background-color: #1b8f41;
	color: #333;
	font-size: 14rem;
	text-align: center;
}

.contact03 .verify .fix-tips,
.contact03 .verify .verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	color: #333;
	z-index: 1;
	line-height: 49rem;
	padding-left: 49rem;
	text-align: center;
}

.contact03 .verify .verify-msg {
	padding-left: 0;
	padding-right: 49rem;
}

.contact03 .verify .verify-msg {
	background-color: #1b8f41;
	display: none;
	color: #fff;
}

.case-show {
	padding: 0 !important;
	background: none;
}

.current1 {
	color: #4d4d4d;
	position: relative;
	bottom: auto;
	left: auto;
}

.current1 span {
	background: url(../images/home1.png) no-repeat center left;
	background-size: 16rem;
}

.current1 a {
	color: #4d4d4d;
}

.h1 {
	font-size: 38rem;
	font-weight: bold;
	margin-top: 92rem;
	margin-bottom: 23rem;
	color: #333333;
}

.return a {
	font-size: 16rem;
	line-height: 25rem;
	color: #666666;
	background: url(../images/fanhui.png) no-repeat center left;
	background-size: 18rem;
	padding-left: 30rem;
}

@media (min-width: 1025px) {
	.return a:hover {
		color: #1b8f41;
	}
}

.cs01 {
	padding: 18rem 0 93rem 0;
	background: #f0f6fa;
}

.cs02 .jsh {
	font-size: 20rem;
	line-height: 34rem;
	color: #666666;
	border-bottom: 1px solid #dcdcdc;
	padding: 79rem 0 114rem 0;
	overflow: hidden;
}

.cs03 {
	padding: 86rem 0 122rem 0;
}

.cs03 ul {
	margin: 0 -21rem;
	padding-top: 53rem;
}

.cs03 ul li {
	width: 33.33333333%;
	float: left;
	text-align: center;
	padding: 0 21rem;
}

.cs03 ul li .pic:after {
	padding-bottom: 62%;
}

.cs03 ul li .bt {
	font-size: 22rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	color: #333333;
	margin-top: 20rem;
}

@media (min-width: 1025px) {
	.cs03 ul li:hover .pic img {
		transform: scale(1.05);
	}

	.cs03 ul li:hover .bt {
		color: #1b8f41;
	}
}

.news {
	background: none;
	padding: 0 !important;
}

.news-top {
	padding: 104rem 0;
	background: url(../images/bg13.jpg) no-repeat top center;
	background-size: cover;
}

.newslist {
	margin: 0 -18rem;
}

.newslist li {
	width: 33.33333333%;
	float: left;
	padding: 0 18rem;
}

.newslist li .pic:after {
	padding-bottom: 73.30415755%;
}

.newslist li .text {
	width: 96%;
	margin: 0 auto;
	margin-top: -66rem;
	padding: 37rem 32rem 54rem 32rem;
	box-shadow: 0rem 0rem 21rem 0rem rgba(0, 0, 0, 0.05);
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.newslist li .text .bt {
	font-size: 22rem;
	margin-bottom: 17rem;
	color: #252525;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.newslist li .text .jsh {
	font-size: 16rem;
	line-height: 26rem;
	height: 52rem;
	overflow: hidden;
	color: #7a7a7a;
	margin-bottom: 30rem;
}

.newslist li .text .date {
	line-height: 28rem;
	color: #999999;
}

.newslist li .text .date span {
	float: left;
	font-size: 17rem;
	background: url(../images/date.png) no-repeat center left;
	background-size: 14rem;
	padding-left: 20rem;
}

.newslist li .text .date b {
	font-size: 16rem;
	font-weight: normal;
	float: right;
}

@media (min-width: 1025px) {
	.newslist li:hover .pic img {
		transform: scale(1.05);
	}

	.newslist li:hover .text {
		box-shadow: 0rem 0rem 38rem 0rem rgba(3, 0, 0, 0.1);
	}

	.newslist li:hover .text .bt {
		color: #1b8f41;
	}
}

.news-bottom {
	padding: 87rem 0 112rem 0;
	background: url(../images/bg14.jpg) no-repeat top center;
	background-size: cover;
}

.news-bottom ul {
	overflow: hidden;
	margin-bottom: 60rem;
}

.news-bottom ul li {
	margin-bottom: 48rem;
}

.news-bottom ul li .box {
	position: relative;
	height: 250rem;
	padding-left: 384rem;
	padding-top: 13rem;
}

.news-bottom ul li .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 340rem;
}

.news-bottom ul li .pic img {
	transition: 0.5s;
}

.news-bottom ul li .pic:after {
	padding-bottom: 73.52941176%;
}

.news-bottom ul li .text .bt {
	font-size: 22rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	margin-bottom: 17rem;
}

.news-bottom ul li .text .jsh {
	font-size: 16rem;
	line-height: 24rem;
	color: #7a7a7a;
	height: 48rem;
	overflow: hidden;
	margin-bottom: 16rem;
}

.news-bottom ul li .text .date {
	border-top: 1rem solid #e7e7e7;
	padding-top: 37rem;
	margin-top: 40rem;
	overflow: hidden;
}

.news-bottom ul li .text .date .time {
	float: left;
	font-family: Roboto-Regular;
	font-size: 14rem;
	line-height: 36rem;
	color: #bfbfbf;
	font-weight: normal;
}

.news-bottom ul li .text .date .time span {
	font-size: 24rem;
	font-weight: bold;
	line-height: 36rem;
	color: #bfbfbf;
	vertical-align: middle;
}

.news-bottom ul li .text .date .more2 {
	float: right;
	color: #bfbfbf;
	font-size: 14rem;
	margin-top: 8rem;
	background: url(../images/more2.png) no-repeat center right;
	background-size: 8rem;
	padding-right: 22rem;
	margin-right: 21rem;
}

@media (min-width: 1025px) {
	.news-bottom ul li:hover .pic img {
		transform: scale(1.05);
	}

	.news-bottom ul li:hover .text .bt {
		color: #1b8f41;
	}

	.news-bottom ul li:hover .text .date .more {
		color: #1b8f41;
	}
}

.news-show {
	background: #f7f7f7;
}

.news-show {
	padding: 18rem 0 0 0;
}

.news-show .h01 {
	font-size: 38rem;
	line-height: 59rem;
	color: #333333;
	margin-bottom: 37rem;
	font-weight: bold;
}

.news-show .h02 {
	font-size: 15rem;
	line-height: 29rem;
	color: #999999;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 22rem;
	margin-bottom: 56rem;
}

.news-show .h02 span {
	padding-left: 33rem;
	margin-left: 49rem;
}

.news-show .h02 .date {
	padding: 0;
	margin: 0;
}

.news-show .h02 .ren {
	background: url(../images/renyuanguanli_.png) no-repeat center left;
	background-size: 16rem;
	float: right;
}

.news-show .h02 .liulan {
	background: url(../images/yan.png) no-repeat center left;
	background-size: 16rem;
	float: right;
}

.news-show .left {
	margin-top: 75rem;
	padding: 68px 70rem 94rem 69rem;
	background-color: #fff;
}

.news-show .left .jsh {
	padding-bottom: 70rem;
	font-size: 20rem;
	line-height: 34rem;
	color: #404040;
}

.news-show .left .l {
	overflow: hidden;
	text-align: right;
	margin-bottom: 67rem;
}

.news-show .left .l span {
	float: left;
	line-height: 30rem;
}

.news-show .left p {
	margin-bottom: 15rem;
}

.news-show .left .share {
	text-align: right;
	overflow: hidden;
	float: left;
}

.news-show .left .share .dib {
	display: inline-block;
	font-size: 16rem;
}

.news-show .left .bdshare-button-style0-16 {
	float: right;
}

.news-show .left .bdshare-button-style0-16 a {
	background-size: 100% 100% !important;
	background-position: center !important;
	width: 30rem !important;
	height: 30rem !important;
	padding-left: 0 !important;
	margin: 0 3rem !important;
	display: block;
	float: left;
}

.news-show .left .bdshare-button-style0-16 .bds_tqq {
	background-image: url(../images/share-qq.png) !important;
}

.news-show .left .bdshare-button-style0-16 .bds_weixin {
	background-image: url(../images/share-weixin.png) !important;
}

.news-show .left .bdshare-button-style0-16 .bds_tqz {
	background-image: url(../images/share-qzone.png) !important;
}

.news-show .left .bdshare-button-style0-16 .bds_tsina {
	background-image: url(../images/share-weibo.png) !important;
}

.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: 80rem;
	background-color: #a2a2a2;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.inside-pagenews li a {
	display: block;
	padding-left: 100rem;
	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 #0153a4;
}

.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-image: linear-gradient(0deg, #0153a4 0%, #01a7e5 100%);
}

.tag .fh a {
	color: #fff;
	margin: 0;
}

.ns03 {
	padding: 78rem 0 115rem 0;
}

.ns03 .newslist {
	padding-top: 51rem;
}

.join {
	background: url(../images/bg12.jpg) no-repeat top center;
	background-size: cover;
	padding: 0 !important;
}

.join01 {
	padding: 111rem 0;
}

.join01 .container02 {
	position: relative;
}

.join01 .container02 .join-b {
	position: absolute;
	top: 23rem;
	right: 50rem;
	width: 110rem;
	overflow: hidden;
	height: 44rem;
}

.join01 .container02 .join-b .swiper-button-prev:after,
.join01 .container02 .join-b .swiper-button-next:after {
	font-size: 25rem;
	color: #cccccd;
}

.join01 .container02 .join-b .swiper-button-prev {
	left: 0;
	right: auto;
}

.join01 .container02 .join-b .swiper-button-next {
	right: 0;
}

.join01 .container02 .join-b .swiper-button-prev:hover:after,
.join01 .container02 .join-b .swiper-button-next:hover:after {
	color: #1b8f41;
}

.join01 .inmain-title1 {
	text-align: left;
}

.join01 .swiper {
	position: relative;
	margin-top: 24rem;
	overflow: hidden;
	width: 150%;
	padding: 30rem;
	margin-left: -30rem;
	padding-right: 50%;
}

.join01 .num {
	font-family: Roboto-Regular;
	font-size: 24rem;
	color: #999999;
}

.join01 .box {
	padding: 25rem 42rem 31rem 42rem;
	background-color: #ffffff;
	box-shadow: 4rem 7rem 20rem 0rem rgba(120, 120, 120, 0.2);
}

.join01 .pic {
	width: 130rem;
	margin: 0 auto;
	margin-top: 10rem;
	margin-bottom: 39rem;
}

.join01 .pic .mh {
	display: none;
}

.join01 .text .bt {
	font-size: 40rem;
	margin-bottom: 10rem;
	color: #3c3c3c;
}

.join01 .text .p {
	font-size: 22rem;
	line-height: 30rem;
	height: 60rem;
	overflow: hidden;
	color: #666666;
}

@media (min-width: 1025px) {
	.join01 .swiper-slide:hover .box {
		background: #1b8f41;
		box-shadow: 0rem 10rem 21rem 3rem rgba(0, 0, 0, 0.18);
	}

	.join01 .swiper-slide:hover .pic .m {
		display: none;
	}

	.join01 .swiper-slide:hover .pic .mh {
		display: block;
	}

	.join01 .swiper-slide:hover .num {
		color: #fff;
	}

	.join01 .swiper-slide:hover .text .bt {
		color: #fff;
	}

	.join01 .swiper-slide:hover .text .p {
		color: #fff;
	}
}

.job-info {
	padding: 66rem 0 96rem 0;
}

.job-info .list1 {
	margin-bottom: 53rem;
}

.job-info .list1 ul {
	font-size: 0;
	text-align: center;
}

.job-info .list1 ul li {
	display: inline-block;
	margin: 0 35rem;
}

.job-info .list1 ul li a {
	font-size: 46rem;
	font-weight: bold;
	line-height: 60rem;
	color: rgba(51, 51, 51, 0.5);
}

.job-info .list1 ul .active a {
	color: #333333;
}

.job-info .show .info {
	display: none;
}

.job-info .show .info .span-01 {
	display: block;
	width: 59%;
	float: left;
	padding-left: 58rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.job-info .show .info .span-02 {
	display: block;
	width: 12%;
	float: right;
	position: relative;
	font-size: 18rem;
	color: #333333;
	padding-left: 19rem;
	background: url(../images/jia.png) no-repeat center right;
	background-size: 41rem;
	padding-right: 50rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.job-info .show .info .span-02:after {
	content: '';
	display: block;
	width: 1rem;
	height: 20rem;
	border: solid 1rem #333333;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10rem;
}

.job-info .show .info dl {
	margin-bottom: 18rem;
	background-color: #ecf1f5;
	box-shadow: 4rem 7rem 20rem 0rem rgba(120, 120, 120, 0.12);
}

.job-info .show .info dt {
	background-color: #ecf1f5;
	overflow: hidden;
	cursor: pointer;
	font-size: 28rem;
	color: #333333;
	line-height: 120rem;
	padding-right: 27rem;
	transition: all 0.5s;
}

.job-info .show .info dt:hover {
	background: #e5e5e5;
}

.job-info .show .info dd {
	height: 0;
	overflow: hidden;
}

.job-info .show .info dd .nr {
	padding: 25rem 90rem 81rem 61rem;
	position: relative;
	font-size: 16rem;
	line-height: 30rem;
	color: #666666;
	background: #fff;
}

.job-info .show .info dd .nr ul li {
	width: 25%;
	float: left;
	line-height: 46rem;
	color: #333333;
}

.job-info .show .info .cur .span-02 {
	background: url(../images/jian.png) no-repeat center right;
	background-size: 41rem;
}

.job-info .show .info .cur dd {
	height: auto;
}

.job-info .show .info .p-01 {
	font-size: 22rem;
	margin-bottom: 27rem;
	margin-top: 30rem;
	color: #333333;
}

.job-info .show .info .more a {
	font-size: 18rem;
	color: #888888;
}

.recruit-bottom {
	padding-top: 23rem;
}

.recruit-bottom .list2 {
	text-align: center;
	font-size: 0;
}

.recruit-bottom .list2 li {
	display: inline-block;
	margin: 0 15rem;
}

.recruit-bottom .list2 li a {
	text-align: center;
	width: 248rem;
	line-height: 47rem;
	border-radius: 24rem;
	font-size: 18rem;
	color: #333333;
	border: solid 1rem #adadad;
	display: block;
	border-radius: 30rem;
}

.recruit-bottom .list2 .active a {
	background: #1b8f41;
	color: #fff;
	border: 1px solid #1b8f41;
}

.recruit-bottom .show .info {
	display: none;
	padding-top: 56rem;
}

.recruit01 ul {
	float: left;
	width: 42%;
	-webkit-animation: fadeInLeft2 3s alternate;
	animation: fadeInLeft2 3s alternate;
}

.recruit01 ul li {
	margin-bottom: 12rem;
}

.recruit01 ul li .box {
	position: relative;
	box-shadow: 4rem 7rem 20rem 0rem rgba(120, 120, 120, 0.2);
	height: 151rem;
	background: #ffffff;
	padding-left: 126rem;
	padding-top: 47rem;
}

.recruit01 ul li .box .pic {
	width: 80rem;
	position: absolute;
	top: 40rem;
	left: 29rem;
}

.recruit01 ul li .box .pic .mh {
	display: none;
}

.recruit01 ul li .box .bt {
	font-size: 24rem;
	font-weight: bold;
	margin-bottom: 4rem;
	line-height: 32rem;
	color: #222222;
}

.recruit01 ul li .box .p {
	font-size: 18rem;
	line-height: 32rem;
	color: #666666;
}

.recruit01 ul li .box .p b {
	color: #1b8f41;
}

@media (min-width: 1025px) {
	.recruit01 ul li:hover .box {
		background: #1b8f41;
	}

	.recruit01 ul li:hover .box .pic .m {
		display: none;
	}

	.recruit01 ul li:hover .box .pic .mh {
		display: block;
	}

	.recruit01 ul li:hover .box .bt {
		color: #fff;
	}

	.recruit01 ul li:hover .box .p {
		color: #fff;
	}

	.recruit01 ul li:hover .box .p b {
		color: #fff;
	}
}

.recruit01 .right {
	float: right;
	width: 57%;
	-webkit-animation: fadeInRight2 3s alternate;
	animation: fadeInRight2 3s alternate;
}

.recruit01 .right img {
	display: block;
}

.recruit02 ul {
	background-color: #ffffff;
	box-shadow: 1rem 1rem 33rem 5rem rgba(0, 0, 0, 0.12);
	border-radius: 10rem;
	padding: 18rem;
	-webkit-animation: fadeInRight2 3s alternate;
	animation: fadeInRight2 3s alternate;
}

.recruit02 ul li {
	width: 33.33333333%;
	float: left;
	text-align: center;
	position: relative;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.recruit02 ul li:after {
	content: '';
	display: block;
	width: 112%;
	height: 118%;
	position: absolute;
	top: -9%;
	left: -6%;
	background: #1b8f41;
	z-index: 1;
	opacity: 0;
	transition: 0.5s;
	border-radius: 10rem;
}

.recruit02 ul li .box {
	position: relative;
	padding-top: 43rem;
	height: 300rem;
	z-index: 2;
}

.recruit02 ul li .box .pic {
	width: 80rem;
	margin: 0 auto;
	margin-bottom: 10rem;
}

.recruit02 ul li .box .pic .mh {
	display: none;
}

.recruit02 ul li .box .bt {
	font-size: 24rem;
	font-weight: bold;
	margin-bottom: 13rem;
	line-height: 32rem;
	color: #222222;
}

.recruit02 ul li .box .p {
	font-size: 18rem;
	line-height: 32rem;
	color: #666666;
}

.recruit02 ul li .box .p b {
	color: #1b8f41;
}

@media (min-width: 1025px) {
	.recruit02 ul li:hover:after {
		opacity: 1;
	}

	.recruit02 ul li:hover .box .pic .m {
		display: none;
	}

	.recruit02 ul li:hover .box .pic .mh {
		display: block;
	}

	.recruit02 ul li:hover .box .bt {
		color: #fff;
	}

	.recruit02 ul li:hover .box .p {
		color: #fff;
	}

	.recruit02 ul li:hover .box .p b {
		color: #fff;
	}
}

.recruit02 ul li:nth-child(3n) {
	border-right: 0;
}

.recruit02 ul li:nth-child(4),
.recruit02 ul li:nth-child(5),
.recruit02 ul li:nth-child(6) {
	border-bottom: 0;
}

.recruit03 {
	padding: 93rem 131rem;
	overflow: hidden;
	background: url(../images/bg15.png) no-repeat top center;
	background-size: cover;
	box-shadow: 1rem 1rem 33rem 5rem rgba(0, 0, 0, 0.12);
	border-radius: 10rem;
}

.recruit03 ul {
	float: left;
	width: 61%;
	-webkit-animation: fadeInRight2 3s alternate;
	animation: fadeInRight2 3s alternate;
}

.recruit03 ul li {
	margin-bottom: 24rem;
}

.recruit03 ul li .box {
	background-color: #ffffff;
	box-shadow: 1rem 1rem 33rem 5rem rgba(0, 0, 0, 0.12);
	border-radius: 10rem;
	padding: 14rem 24rem;
	position: relative;
}

.recruit03 ul li .box p {
	font-size: 22rem;
	line-height: 32rem;
	color: #333333;
	background: url(../images/gou.png) no-repeat left 6rem;
	background-size: 28rem;
	padding-left: 45rem;
}

.recruit03 ul li .box:after {
	content: '';
	display: block;
	width: 10rem;
	height: 17rem;
	background: url(../images/j.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -8rem;
	right: -10rem;
}

@media (min-width: 1025px) {
	.recruit03 ul li:hover .box {
		background-color: #1b8f41;
	}

	.recruit03 ul li:hover .box p {
		color: #fff;
		background: url(../images/gou1.png) no-repeat left 6rem;
		background-size: 28rem;
	}

	.recruit03 ul li:hover .box:after {
		background: url(../images/jh.png) no-repeat center center;
		background-size: 100%;
	}
}

.recruit03 ul li:nth-child(1) {
	padding-left: 117rem;
	padding-right: 15rem;
}

.recruit03 ul li:nth-child(2) {
	padding-left: 67rem;
	padding-right: 98rem;
}

.recruit03 ul li:nth-child(3) {
	padding-left: 0;
	padding-right: 132rem;
}

.recruit03 ul li:nth-child(4) {
	padding-left: 67rem;
	padding-right: 98rem;
}

.recruit03 ul li:nth-child(5) {
	padding-left: 130rem;
	padding-right: 17rem;
}

.recruit03 .img {
	float: right;
	width: 38%;
	-webkit-animation: fadeInLeft2 3s alternate;
	animation: fadeInLeft2 3s alternate;
}

.recruit04 {
	padding: 32rem 0;
}

.recruit04 ul {
	margin: 0 -78rem;
}

.recruit04 ul li {
	width: 50%;
	float: left;
	padding: 0 78rem;
	position: relative;
	-webkit-animation: fadeInLeft2 3s alternate;
	animation: fadeInLeft2 3s alternate;
}

.recruit04 ul li.r2 {
	-webkit-animation: fadeInRight2 3s alternate;
	animation: fadeInRight2 3s alternate;
}

.recruit04 ul li:after {
	content: '';
	display: block;
	height: 100%;
	width: 20rem;
	background: url(../images/y.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: -10rem;
}

.recruit04 ul li .box1 {
	height: 540rem;
	position: relative;
	box-shadow: 1rem 1rem 33rem 5rem rgba(0, 0, 0, 0.12);
	border-radius: 10rem;
}

.recruit04 ul li .text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.recruit04 ul li .text .bt {
	font-size: 38rem;
	margin-bottom: 71rem;
	font-weight: bold;
	color: #333333;
}

.recruit04 ul li .text .p {
	font-size: 24rem;
	line-height: 32rem;
	color: #666666;
}

.recruit04 ul li:nth-child(2):after {
	display: none;
}

.recruit04 ul li.r1 .box1 {
	background: #fbfcfd url(../images/e.png) no-repeat bottom right;
	background-size: 216rem;
}

@media (min-width: 1025px) {
	.recruit04 ul li.r1:hover .box1 {
		background: #1b8f41 url(../images/eh.png) no-repeat bottom right;
		background-size: 216rem;
	}

	.recruit04 ul li.r1:hover .text .bt {
		color: #fff;
	}

	.recruit04 ul li.r1:hover .text .p {
		color: #fff;
	}
}

.recruit04 ul li.r2 .box1 {
	background: #fbfcfd url(../images/e1.png) no-repeat bottom right;
	background-size: 198rem;
}

@media (min-width: 1025px) {
	.recruit04 ul li.r2:hover .box1 {
		background: #1b8f41 url(../images/e1h.png) no-repeat bottom right;
		background-size: 198rem;
	}

	.recruit04 ul li.r2:hover .text .bt {
		color: #fff;
	}

	.recruit04 ul li.r2:hover .text .p {
		color: #fff;
	}
}

.recruit05 .list {
	position: relative;
	border: solid 20rem #e7e7e7;
	padding: 133rem 79rem 84rem 79rem;
	background: #fff;
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.recruit05 li {
	width: 33.33333333%;
	float: left;
	padding: 0 25rem 30rem 25rem;
	position: relative;
}

.recruit05 .box {
	position: relative;
}

.recruit05 .input-form,
.recruit05 select,
.recruit05 textarea {
	height: 35rem;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eaeaea;
	background: none;
	font-size: 15rem;
	height: 36rem;
	color: #626262;
	/*font-weight: lighter;*/
	padding-left: 40rem;
	color: #959595;
}

.recruit05 .input-form::-webkit-input-placeholder,
.recruit05 select::-webkit-input-placeholder,
.recruit05 textarea::-webkit-input-placeholder {
	color: #959595;
}

.recruit05 .input-form:-moz-placeholder,
.recruit05 select:-moz-placeholder,
.recruit05 textarea:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

.recruit05 .input-form::-moz-placeholder,
.recruit05 select::-moz-placeholder,
.recruit05 textarea::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

.recruit05 .input-form:-ms-input-placeholder,
.recruit05 select:-ms-input-placeholder,
.recruit05 textarea:-ms-input-placeholder {
	color: #959595;
}

.recruit05 select::-ms-expand {
	display: none;
}

.recruit05 select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ffffff url(../images/arrow.png) no-repeat scroll right center;
	background-size: 12rem;
	background: #ffffff \9 \0;
}

.recruit05 .red {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16rem;
	color: #333333;
}

.recruit05 .red img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10rem;
	margin-top: 0;
	width: 36rem;
}

.recruit05 .red font {
	color: #ff0000;
}

.recruit05 .span {
	color: #ff0000;
	display: block;
}

.recruit05 .span span {
	font-size: 16rem;
	color: #08060b;
}

.recruit05 .span img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10rem;
	margin-top: 2rem;
}

.recruit05 textarea {
	padding-top: 7rem;
	height: 86rem;
}

.recruit05 .more a {
	margin: 0 auto;
	margin-top: 50rem;
}

.history {
	background: url(../images/bg16.jpg) no-repeat top center;
	background-size: cover;
}

.history .part {
	margin-top: 85rem;
}

.history .part .items {
	position: relative;
	width: 100%;
	padding-bottom: 38rem;
}

.history .part .items .process {
	position: absolute;
	width: 1px;
	z-index: 40;
	background-color: rgba(28, 80, 156, 0.2);
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	height: 100%;
}

.history .part .items .process #bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1c509c;
	transform-origin: 50% 0;
	transform: scaleY(0.001);
}

.history .part .items .box {
	display: grid;
	margin-bottom: 95rem;
	grid-template-columns: 50% 50%;
	position: relative;
	z-index: 20;
}

.history .part .items .box .col h3 {
	font-family: Montserrat-Bold;
	font-size: 80rem;
	line-height: 72rem;
	padding-right: 124rem;
	text-align: right;
}

.history .part .items .box .col .letter {
	min-width: 0.2em;
	text-align: center;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
	display: inline-block;
	color: #313131;
	background-image: -webkit-linear-gradient(top, #01a4e2, #0178c0, #015aa9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.history .part .items .box .col p {
	font-size: 22rem;
	line-height: 36rem;
	color: #333333;
	padding-left: 124rem;
	padding-top: 24rem;
	position: relative;
	cursor: pointer;
	transition: color 0.3s ease-in-out;
}

.history .part .items .box .col p b {
	color: #1b8f41;
}

.history .part .items .box .col p:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background: #1c509c;
	opacity: 0.8;
	border-radius: 50%;
	top: 40rem;
	left: -1px;
}

.history .part .items .linkImg {
	display: none;
}

.history .part .other {
	padding-top: 10rem;
	text-align: center;
}

.history .part .other img {
	display: inline-block;
}

.about {
	padding: 0 !important;
}

.about01 {
	padding: 147rem 0 0 0;
}

.about01 .info {
	margin: 0 -64rem;
	margin-bottom: 139rem;
}

.about01 .item {
	width: 50%;
	padding: 0 64rem;
	float: left;
	margin-bottom: 41rem;
}

.about01 .item .inmain-title1 {
	text-align: left;
	margin-bottom: 41rem;
	font-size: 42rem;
}

.about01 .item .p {
	font-size: 20rem;
	line-height: 32rem;
	height: 224rem;
	overflow: auto;
	padding-right: 15rem;
	color: rgba(51, 51, 51, 0.8);
}

.about01 .item .p::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.about01 .item .p::-webkit-scrollbar-thumb {
	background: #c4c8cc;
	border-radius: 5px;
}

.about01 .item .p::-webkit-scrollbar-track {
	background-color: #e6ebf0;
	border-radius: 5px;
}

.about01 .item .p::-webkit-scrollbar-button:hover {
	background-color: #999999;
}

.about02 {
	padding: 59rem 0 59rem 0;
}

/*.about02 .youshi {
	padding-top: 0;
	padding: 0 0 0 68rem;
}*/

.about02 .youshi li {
	width: 43%;
}

.about02 .youshi li:nth-child(3) {
	width: 14%;
}

.about03 {
	position: relative;
	padding: 59rem 0 98rem 0;
	background:#eaeaea;
}

.about03 .inmain-title1 {
	/* position: absolute; */
	top: 60rem;
	left: 0;
	width: 100%;
	z-index: 4;
}

.about03 .swiper-container{
	padding-top: 55rem;
}

.about03 .mySwiper2 {
	display: none;
}

.about03 .mySwiper3 .swiper-slide {
	transition: 300ms;
    transform: scale(0.8);
    background: #fff;
    padding: 30px;
	box-shadow: 3rem 4rem 10rem 0rem rgba(2, 86, 167, 0.14);
}

.about03 .mySwiper3 .swiper-slide-active{
  transform: scale(1);
}

.about03 .mySwiper3 .pic:after{
	padding-bottom: 83%;
}

.about03 .mySwiper3 .bt{
	text-align:center;
    font-size: 22rem;
    color: #333333;
    font-weight: bold;
	padding-top: 30rem;
    letter-spacing: 1rem;
}

.about03 .mySwiper3 .swiper-button-prev,
.about03 .mySwiper3 .swiper-button-next {
	width: 52rem;
	height: 52rem;
	border: 0;
	border-radius: 0;
	margin-top: -26rem;
	z-index: 33;
	left: 0;
}

.about03 .mySwiper3 .swiper-button-prev:after,
.about03 .mySwiper3 .swiper-button-next:after {
	color: #c5c7c8;
	font-size: 26rem;
}

.about03 .mySwiper3 .swiper-button-next {
	right: 0;
	left: auto;
}

.about03 .mySwiper3 .swiper-button-prev:hover:after {
	color: #1b8f41;
}

.about03 .mySwiper3 .swiper-button-next:hover:after {
	color: #1b8f41;
}

.product-show {
	background: url(../images/bg17.png) no-repeat top center;
	background-size: 100%;
	padding: 18rem 0 0 0 !important;
}

.product-top {
	padding: 60rem 0 81rem 0;
}

.product-top .left {
	float: left;
	width: 48.6%;
	padding-right: 90rem;
	position: relative;
}

.product-top .left .mySwiper2 {
	position: relative;
	overflow: hidden;
}

.product-top .left .li {
	width: 87rem;
	position: absolute;
	top: 50%;
	padding: 30rem 0;
	transform: translateY(-50%);
	right: 0;
	overflow: hidden;
}

.product-top .left .mySwiper {
	overflow: hidden;
	position: relative;
	height: 450rem;
}

.product-top .left .mySwiper .pic {
	border: solid 1rem #dddddd;
	background: #fff;
}

.product-top .left .mySwiper .pic:after {
	padding-bottom: 112.5%;
}

.product-top .left .mySwiper .swiper-slide {
	overflow: hidden;
}

.product-top .left .mySwiper .swiper-slide-thumb-active .pic {
	border: solid 1px #1b8f41;
}

.product-top .left .swiper-button-next,
.product-top .left .swiper-button-prev {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: url(../images/top.png) no-repeat center center;
	background-size: 30rem;
	height: 30rem;
	z-index: 3;
}

.product-top .left .swiper-button-next:after,
.product-top .left .swiper-button-prev:after {
	display: none;
}

@media (min-width: 1025px) {

	.product-top .left .swiper-button-next:hover,
	.product-top .left .swiper-button-prev:hover {
		background: url(../images/top1.png) no-repeat center center;
		background-size: 30rem;
	}
}

.product-top .left .swiper-button-next {
	top: auto;
	bottom: 0;
	background: url(../images/bottom.png) no-repeat center center;
	background-size: 30rem;
}

@media (min-width: 1025px) {
	.product-top .left .swiper-button-next:hover {
		background: url(../images/bottom1.png) no-repeat center center;
		background-size: 30rem;
	}
}

.product-top .right {
	float: right;
	width: 42.6%;
	padding-top: 61rem;
}

.product-top .right .bt {
	font-size: 38rem;
	line-height: 52rem;
	color: #333333;
	margin-bottom: 56rem;
}

.product-top .right .bt b {
	display: block;
}

.product-top .right .jsh {
	font-size: 20rem;
	line-height: 46rem;
	margin-bottom: 5rem;
	min-height: 230rem;
	color: #333;
}

.product-top .right .jsh p {
	background: url(../images/dot.png) no-repeat left 14rem;
	background-size: 19rem;
	padding-left: 34rem;
}

.product-top .right .btn a {
	width: 190rem;
	line-height: 48rem;
	border: solid 1rem #adadad;
	margin-right: 26rem;
	display: block;
	float: left;
	font-size: 20rem;
	color: #333333;
	text-align: center;
	border-radius: 30rem;
}

.product-top .right .btn a img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4rem;
}

.product-top .right .btn .zx img {
	width: 19rem;
}

.product-top .right .btn .zx .m {
	display: none;
}

@media (min-width: 1025px) {
	.product-top .right .btn .zx:hover {
		border: 1px solid #1b8f41;
	}

	.product-top .right .btn .zx:hover img {
		display: none;
	}

	.product-top .right .btn .zx:hover .m {
		display: inline-block;
	}
}

.product-top .right .btn .rx {
	background-image: linear-gradient(0deg, #0153a4 0%, #01a7e5 100%);
	color: #fff;
	border: 1px solid #0153a4;
}

.product-top .right .btn .rx img {
	width: 30rem;
}

@media (min-width: 1025px) {
	.product-top .right .btn .rx:hover {
		background: #1b8f41;
		border: 1px solid #1b8f41;
		color: #fff;
	}
}

.in-title {
	background-image: linear-gradient(0deg, #0153a4 0%, #01a7e5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 42rem;
	font-weight:700;
	line-height: 1;
	color: #929498;
}

.ps01 {
	padding-bottom: 96rem;
	position: relative;
	z-index: 1;
}

.ps01:after {
	content: '';
	display: block;
	width: 100%;
	height: 90%;
	position: absolute;
	top: 62rem;
	left: 0;
	z-index: -1;
	background-color: #565656;
}

.ps01 .info {
	box-shadow: 0rem 0rem 38rem 0rem rgba(0, 0, 0, 0.12);
	padding: 61rem 65rem 76rem 65rem;
	background: #fff;
	position: relative;
	z-index: 34;
	overflow: hidden;
}

.ps01 .info .left {
	float: left;
	width: 57%;
}

.ps01 .info .left .jsh {
	font-size: 20rem;
	/*font-weight: lighter;*/
	margin-top: 16rem;
	line-height: 32rem;
	color: #333;
}

.ps01 .info .left .jsh p {
	margin-bottom: 11rem;
}

.ps01 .info .right {
	float: right;
	width: 38%;
	/*margin-top: 52rem;*/
}

.ps02 {
	padding: 78rem 0 119rem 0;
}

.ps02 .info .item {
	width: 50%;
	float: left;
	padding: 0 50rem;
}

.ps02 .info .jsh {
	font-size: 20rem;
	margin-top: 30rem;
	line-height: 36rem;
	/*font-weight: lighter;*/
	color: #333;
}

.ps02 .info .jsh-2 {
	margin-top: 0;
}

.ps02 .info .text{
	padding-left:25rem;
}

.ps02 .info .item:nth-child(3) {
	width: 100%;
	background: url(../images/line11.png) no-repeat top center;
	background-size: 100%;
	padding-top: 71rem;
	margin-top: 98rem;
}

.ps02 .info .item:nth-child(3) .p {
	width: 27%;
	float: left;
}

.ps02 .info .item:nth-child(3) .p:nth-child(1) {
	width: 46%;
}

.ps03 {
	padding: 68rem 0 98rem 0;
	background: #f9f9f9;
}

.ps03 .inmain-title1 {
	font-size: 42rem;
	font-weight: normal;
}

.ps03 .in-p {
	text-align: center;
	font-size: 20rem;
	line-height: 24rem;
	color: #666666;
	margin-top: 13rem;
	margin-bottom: 50rem;
}

.ps03 .recruit05 .list {
	padding: 71rem 79rem 31rem 79rem;
}

.ps03 .recruit05 .more a {
	width: 264rem;
	line-height: 53rem;
	background-image: linear-gradient(0deg, #0153a4 0%, #01a7e5 100%);
	color: #ffffff;
}

.ps03 .recruit05 .more a {
	margin-top: 30rem;
}

.ps04 {
	padding: 92rem 0;
}

.ps04 .inmain-title1 {
	font-size: 42rem;
}

.plist {
	margin: 0 -20rem;
	padding-top: 51rem;
}

.plist li {
	width: 33.33333333%;
	float: left;
	padding: 0 20rem;
}

.plist li .pic {
	background: url(../images/pbg.png) no-repeat center center;
	background-size: cover;
	border-radius: 20rem;
}

.plist li .pic:after {
	padding-bottom: 110.13215859%;
}

.plist li .text {
	padding: 18rem 0 0 9rem;
}

.plist li .text .bt a,
.plist li .text .span a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	font-size: 24rem;
	line-height: 48rem;
	color: #333333;
	/*font-weight: lighter;*/
}

.plist li .text .bt a {
	font-weight: bold;
}

@media (min-width: 1025px) {
	.plist li .text .bt a:hover {
		color: #1b8f41;
	}
}

.plist li .text .span {
	margin-bottom: 14rem;
}

.plist li .text .more a {
	float: left;
	margin-right: 24rem;
	width: 124rem;
	line-height: 40rem;
	font-size: 14rem;
	color: #333333;
	border: solid 1rem #adadad;
}

@media (min-width: 1025px) {
	.plist li:hover .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: 44444433;
	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: #1b8f41;
	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 .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 {
	width: 50%;
	float: left;
	margin-top: 15rem;
	padding: 0 20rem;
}

.inside-message-2 li select::-ms-expand {
	display: none;
}

.inside-message-2 li select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ffffff url(../images/arrow.png) no-repeat 96% center;
	background-size: 12rem;
	background: #ffffff \9 \0;
}

.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 {
	min-width: 142rem;
	height: 50rem;
	padding: 0;
	line-height: 48rem;
	display: inline-block;
	color: #fff;
	border: 0;
	font-size: 14rem;
	border-radius: 30rem;
	background: #1b8f41;
	transition: all 500ms ease;
}

.inside-message-2 li #submit:hover {
	background: #1b8f41;
}

.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 {
	width: 100%;
}

.inside-message-2 .tijiao .box {
	width: 25%;
}

.inside-message-2 .tijiao .btnbox .more a {
	margin: 0 auto;
}

.inside-message-2 .verifyDiv {
	right: auto;
	width: 100%;
	position: relative;
}

@media (max-width: 1600px) {
	.home-about .right .img {
		transform: scale(0.8);
		margin-left: -100px;
	}

	.home-about .right{
		padding-top:0;
		height: 715px;
	}
	
	.home-about .text{
		padding: 140rem 0 50rem 0;
	}
}

@media (max-width: 1440px) {
	.home-about .right {
		height: 600px;
	}

	.home-about .right .img {
		transform: scale(0.7);
		margin-left: -100px;
		margin-top: -100px;
	}
}

@media (max-width: 1360px) {
	.home-about .right {
		height: 540px;
	}

	.home-about .right .img {
		transform: scale(0.6);
		margin-left: -150px;
		margin-top: -100px;
	}
	
	.container {
		width: 1820rem;
	}
	
	.container02 {
		width: 1820rem;
	}
}

@media (max-width: 1200px) {
	body {
		font-size: 14px;
	}

	.container {
		width: 100%;
		max-width: 750px;
		padding: 0 15px;
	}

	.container02 {
		width: 100%;
		max-width: 750px;
		padding: 0 15px;
	}

	.sitemap li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.sitemap li .top {
		font-size: 18px;
	}

	.sitemap li .bot {
		margin-top: 10px;
	}

	.sitemap li .bot a {
		font-size: 14px;
		margin-right: 10px;
	}

	.sitemap li .bot p {
		margin-top: 10px;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		padding-top: 13px;
	}

	.header .logo a img {
		width: 114px;
	}

	.header .header-right .menu {
		display: block;
	}

	.header .header-right .header-search {
		/*搜索*/
	}

	.header .header-right .header-search .pull-right a {
		width: 23px;
		height: 60px;
		background-size: 13px !important;
	}

	.header .header-right .header-search .search .search-main {
		top: 60px;
		width: 300px;
	}

	.header .header-right .header-search .form-control {
		font-size: 16px;
		height: 50px;
		padding: 0 60px 0 30px;
	}

	.header .header-right .header-search .btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
		background-size: 13px !important;
	}

	.header .header-right .lan {
		margin-right: 12px;
	}

	.header .header-right .lan:after {
		width: 1px;
		height: 24px;
		margin-top: -12px;
	}

	.header .header-right .lan a {
		font-size: 16px;
		line-height: 60px;
		width: 57px;
	}

	.header .header-right .tel {
		display: none;
	}

	.nav {
		display: none;
	}

	.height {
		top: -60px;
	}

	.height1 {
		height: 60px;
	}

	.more a,
	.more p {
		width: 100px;
		line-height: 32px;
		border-radius: 40px;
		font-size: 12px;
	}

	.inbanner .img {
		display: none;
	}

	.inbanner .img1 {
		display: block;
	}

	.inbanner .banner-hover {
		padding-top: 0;
	}

	.inbanner .banner-hover .bt h1 {
		font-size: 24px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	.current {
		display: none;
	}

	.sitemap {
		padding: 40px 0;
	}

	.sitemap .sitemap-bottom {
		padding-top: 20px;
	}

	.home-title {
		font-size: 22px;
	}

	.pronav {
		margin-bottom: 20px;
	}

	.pronav ul li {
		width: 50%;
	}

	.pronav ul li a {
		font-size: 16px;
		line-height: 45px;
	}

	.home-product {
		padding: 40px 0 0 0;
	}

	.swiper-pro {
		width: 100%;
	}

	.swiper-pro .li .box {
		border-radius: 20px;
		padding: 0;
	}

	.swiper-pro .li .box .text {
		width: 100%;
		padding: 20px;
	}

	.swiper-pro .li .box .text .bt a,
	.swiper-pro .li .box .text .span a {
		font-size: 22px;
		line-height: 38px;
	}

	.swiper-pro .li .box .text .span {
		margin-bottom: 19px;
	}

	.swiper-pro .li .box .text .p {
		font-size: 14px;
		line-height: 30px;
		height: 60px;
		margin-bottom: 11px;
	}

	.swiper-pro .li .box .text .p p {
		background: url(../images/dot.png) no-repeat left 9px;
		background-size: 14px;
		padding-left: 24px;
	}

	.swiper-pro .li .box .text .more a {
		margin-right: 14px;
	}

	.swiper-pro .li .box .pic {
		width: 100%;
	}

	.swiper-pro .swiper-button-prev,
	.swiper-pro .swiper-button-next {
		width: 32px;
		height: 32px;
		margin-top: -16px;
	}

	.swiper-pro .swiper-button-prev:after,
	.swiper-pro .swiper-button-next:after {
		font-size: 20px;
	}

	.home-about {
		padding: 40px 0;
	}

	.home-about .right {
		width: 100%;
		padding-top: 0;
	}

	.home-about .right .img {
		width: 100%;
		height: auto;
	}

	.home-about .right .img .hide {
		display: block !important;
	}

	.home-about .right .img .globalMap {
		display: none;
	}

	.home-about .right .img .map-lines {
		display: none;
	}

	.home-about .right .img img {
		position: relative;
		top: auto;
		left: auto;
		display: none;
	}

	.home-about .text {
		width: 100%;
		padding: 20px 0 0 0;
	}

	.home-about .text .home-title {
		margin-bottom: 10px;
	}

	.home-about .text .span {
		font-size: 22px;
		margin-bottom: 24px;
	}

	.home-about .text .jsh {
		font-size: 14px;
		line-height: 25px;
		height: 100px;
		margin-bottom: 6px;
	}

	.home-about .text .more a {
		width: 100px;
		line-height: 32px;
	}

	.youshi li {
		width: 33.3333%;
	}

	.youshi li .num {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 4px;
	}

	.youshi li .num span {
		font-size: 28px;
	}

	.youshi li .p {
		font-size: 14px;
	}

	.youshi li:nth-child(3) {
		width: 33.33333%;
	}

	.home-honor {
		padding: 40px 0 0 0;
	}

	.home-honor .home-bottom {
		margin-top: 20px;
		padding: 30px 0;
	}

	.honorlist {
		padding: 0;
		background: none;
		padding-bottom: 0;
	}

	.honorlist li {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.honorlist li .box {
		padding: 15px;
		border-radius: 8px;
	}

	.honorlist li .box .dian:before,
	.honorlist li .box .dian1:before,
	.honorlist li .box .dian:after,
	.honorlist li .box .dian1:after {
		width: 19px;
		height: 19px;
	}

	.honorlist li .box .dian:before {
		top: -7px;
		left: -6px;
	}

	.honorlist li .box .dian:after {
		bottom: -7px;
		right: -6px;
	}

	.honorlist li .box .dian1:before {
		top: -7px;
		right: -6px;
	}

	.honorlist li .box .dian1:after {
		bottom: -7px;
		left: -6px;
	}

	.more1 a,
	.more1 p {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.home-case {
		padding: 40px 0 0 0;
	}

	.home-case .home-bottom {
		padding-top: 21px;
	}

	.home-case .home-bottom .show .info {
		height: 450px;
		background: rgba(27, 143, 65, 0.76);
	}

	.home-case .home-bottom .show .info .text {
		width: 100%;
		top: 0;
		left: 0;
		position: relative;
		padding: 20px 5px;
	}

	.home-case .home-bottom .show .info .bt {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.home-case .home-bottom .show .info .jsh {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 19px;
		color: #fff;
	}

	.case-nav ul li .box .bt {
		font-size: 14px;
		line-height: 28px;
		width: 100%;
		padding: 0 20px;
		margin-top: 20px;
	}

	.case-nav ul li .box .pic {
		width: 70px;
	}

	.home-news {
		padding: 40px 0;
	}

	.home-news .home-bottom {
		padding-top: 20px;
		margin-bottom: 24px;
		display: block;
	}

	.home-news .home-bottom .one {
		display: block;
		width: 100%;
	}

	.home-news .home-bottom .one .item {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.home-news .home-bottom .one .item .box {
		border-radius: 20px;
	}

	.home-news .home-bottom .one .item .pic span {
		left: 20px;
		width: 100px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
		padding: 0 10px;
	}

	.home-news .home-bottom .one .item .text {
		padding: 20px;
	}

	.home-news .home-bottom .one .item .text .bt {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.home-news .home-bottom .one .item .text .date {
		font-size: 12px;
		padding-left: 20px;
		background-size: 14px;
		margin-bottom: 6px;
	}

	.home-news .home-bottom .one .item .text .jsh {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 19px;
		height: auto;
		max-height: 50px;
	}

	.home-news .home-bottom .one .item .text .more1 p {
		font-size: 14px;
	}

	.home-news .home-bottom .two {
		display: block;
		width: 100%;
		border-radius: 20px;
	}

	.home-news .home-bottom .two .title {
		padding-left: 20px;
	}

	.home-news .home-bottom .two .title span {
		width: 100px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
		padding: 0 10px;
	}

	.home-news .home-bottom .two ul {
		padding: 21px;
	}

	.home-news .home-bottom .two ul li {
		margin-bottom: 16px;
	}

	.home-news .home-bottom .two ul li .bt {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.home-news .home-bottom .two ul li .date {
		font-size: 12px;
		padding-left: 20px;
		background-size: 14px;
		margin-bottom: 14px;
	}

	.home-news .more a {
		width: 100px;
		line-height: 32px;
		margin: 0 10px;
		font-size: 14px;
	}

	.home-hezuo {
		padding: 40px 0;
	}

	.home-hezuo .bt {
		font-size: 24px;
		line-height: 45px;
		margin-bottom: 18px;
	}

	.home-hezuo .more a {
		width: 100px;
		line-height: 32px;
		margin: 0 10px;
		font-size: 14px;
	}

	.footer-bottom {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-bottom .footer-left {
		width: 100%;
	}

	.footer-bottom .footer-left .footer-logo {
		padding-left: 0;
		padding-top: 0;
		margin-bottom: 10px;
	}

	.footer-bottom .footer-left .footer-logo img {
		width: 62px;
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 10px;
	}

	.footer-bottom .footer-left .footer-logo .text .bt {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: 1px;
	}

	.footer-bottom .footer-left .footer-logo .text .bt span {
		font-size: 26px;
	}

	.footer-bottom .footer-left .footer-logo .text .p {
		font-size: 14px;
		line-height: 21px;
	}

	.footer-bottom .footer-left .f3 {
		font-size: 14px;
		line-height: 32px;
	}

	.footer-bottom .footer-left .f3 p {
		padding-left: 39px;
		margin-bottom: 5px;
	}

	.footer-bottom .footer-left .f3 p.f01 {
		background: url(../images/f01.png) no-repeat left 8px;
		background-size: 18px;
	}

	.footer-bottom .footer-left .f3 p.f02 {
		background: url(../images/f02.png) no-repeat left 9px;
		background-size: 19px;
	}

	.footer-bottom .footer-left .f3 p.f03 {
		background: url(../images/f03.png) no-repeat left 6px;
		background-size: 18px;
	}

	.footer-bottom .footer-left .btn {
		padding-top: 13px;
	}

	.footer-bottom .footer-left .btn a {
		width: 120px;
		line-height: 38px;
		border-radius: 10px;
		font-size: 14px;
	}

	.footer-bottom .footer-left .btn a img {
		width: 19px;
		margin-right: 5px;
	}

	.footer-bottom .footer-list {
		display: none;
	}

	.footer-link {
		padding: 21px 0;
	}

	.footer-link .socialMedia .list li {
		padding: 0 7px 0 0;
	}

	.footer-link .socialMedia .list .icon {
		width: 34px;
		height: 34px;
		border-radius: 10px;
	}

	.footer-link .socialMedia .list .icon-1 {
		background: #4c4c4c url(../images/sp1.png) no-repeat center center;
	}

	.footer-link .socialMedia .list .icon-2 {
		background: #4c4c4c url(../images/sp2.png) no-repeat center center;
	}

	.footer-link .socialMedia .list .icon-3 {
		background: #4c4c4c url(../images/sp3.png) no-repeat center center;
	}

	.footer-link .socialMedia .list .icon-4 {
		background: #4c4c4c url(../images/sp4.png) no-repeat center center;
	}

	.footer-link .socialMedia .list .down {
		font-size: 14px;
		width: 120px;
		padding-bottom: 15px;
	}

	.footer-link .socialMedia .list .down .txt {
		margin-right: 10px;
	}

	.footer-link .socialMedia .list .down .ewm {
		width: 119px;
		position: relative;
		box-shadow: 1px 2px 20px 0px rgba(17, 17, 18, 0.48);
	}

	.footer-link .socialMedia .list .down .ewm:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 6px 0 6px;
		border-color: #555555 transparent transparent transparent;
		position: absolute;
		bottom: -10px;
		left: 14px;
	}

	.footer-link .socialMedia .list .active .down {
		display: flex;
	}

	.footer-link .socialMedia .list .box:hover .icon {
		opacity: 1;
	}

	.footer-link .socialMedia .list .box:hover .down {
		display: flex;
	}

	.footer-copyright {
		padding: 10px 0;
		font-size: 13px;
		line-height: 22px;
	}

	.footer-copyright .fr {
		float: none;
	}

	.float {
		display: none;
	}

	.content {
		padding: 40px 0;
		min-height: 500px;
	}

	.responsibility {
		padding: 40px 0;
	}

	.inmain-top .inmain-title span {
		font-size: 26px;
	}

	.inmain-top .inmain-title p {
		font-size: 42px;
		line-height: 44px;
	}

	.inmain-top .p {
		font-size: 14px;
		line-height: 28px;
		width: 100%;
	}

	.responsibility-bottom {
		padding-top: 20px;
	}

	.responsibility-bottom ul li {
		margin-bottom: 20px;
		overflow: hidden;
	}

	.responsibility-bottom ul li .box {
		display: block;
	}

	.responsibility-bottom ul li .box .img {
		width: 100%;
	}

	.responsibility-bottom ul li .box .text {
		width: 100%;
		padding: 15px;
	}

	.responsibility-bottom ul li .box .text .bt {
		font-size: 26px;
	}

	.responsibility-bottom ul li .box .text .span {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 9px;
	}

	.responsibility-bottom ul li .box .text .p {
		font-size: 14px;
		line-height: 25px;
	}

	.responsibility-bottom ul li:nth-child(2n) .box .text {
		padding: 15px;
	}

	.inmain-title1 {
		font-size: 26px;
	}

	.culture .culture-bottom {
		padding-top: 20px;
		padding-bottom: 42px;
	}

	.culturelist {
		box-shadow: 0px 10px 21px 3px rgba(0, 0, 0, 0.18);
		border-radius: 4px;
	}

	.culturelist li {
		width: 100%;
	}

	.culturelist li .box {
		border-right: 0;
		border-bottom: 1px solid #e8e8e8;
		height: auto;
	}

	.culturelist li .box:after {
		display: none;
	}

	.culturelist li .text {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding: 30px;
	}

	.culturelist li .text .bt {
		font-size: 24px;
		margin-bottom: 21px;
	}

	.culturelist li .text:after {
		width: 20px;
		height: 2px;
		margin-top: 13px;
	}

	.culturelist li .text .p {
		font-size: 14px;
		line-height: 25px;
	}

	.culture01 {
		padding: 40px 0;
	}

	.culture01 .span {
		font-size: 16px;
		line-height: 30px;
		margin-top: 16px;
		margin-bottom: 10px;
	}

	.culture01 .p {
		font-size: 16px;
		line-height: 30px;
	}

	.culture01 .list {
		padding: 15px 0;
	}

	.culture01 .list ul li {
		font-size: 18px;
		line-height: 32px;
		padding-bottom: 17px;
		margin-bottom: 14px;
		padding-left: 88px;
	}

	.partnerlist {
		padding-top: 27px;
		margin: 0 -6px;
	}

	.partnerlist li {
		width: 33.33333333%;
		padding: 0 6px;
		margin-bottom: 15px;
	}

	.service01 {
		padding: 40px 0;
	}

	.service .service-bottom {
		padding-top: 22px;
	}

	.service .service-bottom .h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.service .pp {
		font-size: 14px;
		line-height: 25px;
	}

	.service .pp p {
		margin-bottom: 6px;
	}

	.service .pp b {
		font-size: 16px;
	}

	.service02 {
		padding: 40px 0;
	}

	.service02 ul {
		margin: 0 -6px;
	}

	.service02 ul li {
		width: 100%;
		float: left;
		padding: 0 6px;
		margin-bottom: 15px;
	}

	.service02 ul li .box {
		border-radius: 10px;
		height: auto;
		padding: 20px;
	}

	.service02 ul li .box .bt {
		font-size: 30px;
		position: relative;
		top: auto;
		padding: 0;
		left: auto;
	}

	.service02 ul li .box .text {
		padding: 0;
		padding-top: 14px;
	}

	.service02 ul li .box .text .span {
		font-size: 24px;
		margin-bottom: 6px;
	}

	.service02 ul li .box .text .p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 21px;
	}

	.service02 ul li .box .text .jsh {
		font-size: 14px;
		line-height: 25px;
		display: block;
	}

	.service02 ul li .box .b {
		font-size: 12px;
		line-height: 21px;
		position: relative;
		bottom: auto;
		left: auto;
		padding: 0;
	}

	.service02 ul .active {
		width: 100%;
	}

	.service02 ul .active .box .text {
		padding: 0;
		padding-top: 14px;
	}

	.service02 ul .active .box .text .span {
		margin-bottom: -3px;
	}

	.service02 ul .active .box .text .jsh {
		display: block;
	}

	.service03 {
		padding: 40px 0;
	}

	.honor .home-honor {
		padding: 40px 0;
	}

	.honor .home-honor .home-bottom {
		margin-top: 20px;
		padding: 0;
	}

	.honor .honorlist li {
		padding: 0 10px;
	}

	.honor .honorlist li .box {
		padding: 15px;
	}

	.honor .honorlist {
		background: none;
		padding-bottom: 0;
	}

	.honor01 {
		padding: 40px 0;
	}

	.honor01 .hnav-list {
		padding: 20px 0;
	}

	.honor01 .hnav-list ul li a {
		margin: 0 5px;
		width: 128px;
		line-height: 37px;
		font-size: 14px;
		padding: 0 5px;
		border-radius: 24px;
	}

	.honor01 .show ul {
		margin: 0 -6px;
		margin-bottom: 22px;
	}

	.honor01 .show ul li {
		width: 50%;
		float: left;
		padding: 0 6px;
		margin-bottom: 22px;
	}

	.honor01 .show ul li .box {
		padding: 15px;
	}

	.honor01 .show ul li .pic {
		width: 100%;
	}

	.honor01 .show ul li .hover {
		right: 27px;
		top: 27px;
		width: 21px;
		height: 21px;
	}

	.honor01 .show ul li .bt {
		margin-top: 10px;
		font-size: 15px;
		line-height: 24px;
	}

	.case {
		padding: 40px 0;
	}

	.aside-left {
		display: none;
	}

	.aside-right {
		width: 100%;
	}

	.aside-right .aside-top {
		padding: 15px;
		margin-bottom: 25px;
	}

	.aside-right .aside-top h3 {
		font-size: 18px;
		line-height: 37px;
	}

	.aside-right .aside-top a {
		width: 201px;
		font-size: 14px;
		line-height: 37px;
	}

	.caselist li {
		margin-bottom: 20px;
	}

	.caselist li .box {
		display: block;
	}

	.caselist li .box .text {
		width: 100%;
		padding: 20px;
	}

	.caselist li .box .text .bt a {
		font-size: 16px;
	}

	.caselist li .box .text .p {
		font-size: 14px;
		line-height: 25px;
		height: 50px;
		margin-top: 11px;
		margin-bottom: 17px;
	}

	.caselist li .box .text .more3 a {
		margin-right: 14px;
	}

	.caselist li .box .pic {
		width: 100%;
	}

	.more3 a {
		width: 100px;
		line-height: 32px;
		font-size: 14px;
	}

	.product {
		padding: 40px 0;
	}

	.product .swiper-pro {
		width: 100%;
	}

	.product .swiper-pro .li {
		margin-bottom: 20px;
	}

	.product .swiper-pro .li .box {
		padding: 0;
	}

	.product .swiper-pro .li .box .text {
		padding: 20px;
	}

	.product .swiper-pro .li .box .text .bt a,
	.product .swiper-pro .li .box .text .span a {
		font-size: 22px;
		line-height: 38px;
	}

	.product .swiper-pro .li .box .text .span {
		margin-bottom: 19px;
	}

	.product .swiper-pro .li .box .text .p {
		font-size: 14px;
		line-height: 30px;
		height: 60px;
		margin-bottom: 11px;
	}

	.contact01 {
		padding: 40px 0;
	}

	.contact01 ul {
		margin: 0 -6px;
		display: block;
	}

	.contact01 ul li {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 15px;
	}

	.contact01 ul li .box {
		height: 100%;
		padding: 15px;
		box-shadow: 4px 7px 40px 0px rgba(120, 120, 120, 0.12);
	}

	.contact01 ul li .pic {
		width: 41px;
		margin-bottom: 17px;
	}

	.contact01 ul li .bt {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.contact01 ul li .p {
		font-size: 14px;
		line-height: 25px;
	}

	.contact02 a {
		width: 100%;
	}

	.contact03 {
		padding: 40px 0;
	}

	.contact03 .inside-message {
		padding: 20px;
		margin-top: 20px;
	}

	.contact03 .inside-message li {
		width: 100% !important;
		padding: 0 0 29px 0;
	}

	.contact03 .input-form,
	.contact03 select,
	.contact03 textarea {
		height: 35px;
		font-size: 14px;
		padding-left: 40px;
	}

	.contact03 select {
		background-size: 12px;
	}

	.contact03 .red {
		top: 6px;
		font-size: 14px;
	}

	.contact03 .red img {
		margin-right: 10px;
		margin-top: 3px;
	}

	.contact03 .span span {
		font-size: 14px;
	}

	.contact03 .span img {
		margin-right: 10px;
		margin-top: 2px;
	}

	.contact03 textarea {
		padding-top: 17px;
		height: 106px;
		padding-left: 0;
	}

	.contact03 .more a {
		width: 100px;
		line-height: 32px;
		border-radius: 30px;
	}

	.contact03 .verify {
		height: 49px;
		font-size: 14px;
		width: 280px !important;
	}

	.contact03 .verify .drag-btn {
		position: absolute;
		left: 0;
		top: 0;
		width: 49px;
		height: 49px;
		border: 1px #e5e5e5 solid;
		background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
		background-size: 20px 20px;
		z-index: 2;
		cursor: move;
	}

	.contact03 .verify .suc-drag-btn {
		background: #ffffff url(../images/drag-success.svg) no-repeat center center;
		background-size: 20px 20px;
	}

	.contact03 .verify .drag-progress {
		position: absolute;
		left: 0;
		top: 0;
		height: 49px;
		line-height: 47px;
		font-size: 14px;
	}

	.contact03 .verify .fix-tips,
	.contact03 .verify .verify-msg {
		right: 0;
		left: 0;
		height: 100%;
		color: #333;
		z-index: 1;
		line-height: 49px;
		padding-left: 49px;
	}

	.contact03 .verify .verify-msg {
		padding-left: 0;
		padding-right: 49px;
	}

	.h1 {
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 23px;
	}

	.return a {
		font-size: 14px;
		line-height: 25px;
		background-size: 18px;
		padding-left: 30px;
	}

	.cs01 {
		padding: 40px 0;
	}

	.cs02 .jsh {
		font-size: 14px;
		line-height: 25px;
		border-bottom: 1px solid #dcdcdc;
		padding: 24px 0;
	}

	.cs03 {
		padding: 40px 0;
	}

	.cs03 ul {
		margin: 0 -6px;
		padding-top: 23px;
	}

	.cs03 ul li {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 15px;
	}

	.cs03 ul li .bt {
		font-size: 16px;
		margin-top: 10px;
	}

	.news-top {
		padding: 40px 0;
	}

	.newslist {
		margin: 0 -6px;
	}

	.newslist li {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.newslist li .text {
		width: 96%;
		margin-top: -36px;
		padding: 22px;
	}

	.newslist li .text .bt {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.newslist li .text .jsh {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
		margin-bottom: 20px;
	}

	.newslist li .text .date {
		line-height: 28px;
	}

	.newslist li .text .date span {
		font-size: 12px;
		background-size: 14px;
		padding-left: 20px;
	}

	.newslist li .text .date b {
		font-size: 12px;
	}

	.news-bottom {
		padding: 40px 0;
	}

	.news-bottom ul {
		margin-bottom: 20px;
	}

	.news-bottom ul li {
		margin-bottom: 20px;
	}

	.news-bottom ul li .box {
		height: auto;
		padding-left: 0;
		padding-top: 13px;
	}

	.news-bottom ul li .pic {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}

	.news-bottom ul li .text {
		padding-top: 8px;
	}

	.news-bottom ul li .text .bt {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.news-bottom ul li .text .jsh {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 10px;
	}

	.news-bottom ul li .text .date {
		padding-top: 7px;
		margin-top: 10px;
	}

	.news-bottom ul li .text .date .time {
		font-size: 12px;
		line-height: 30px;
	}

	.news-bottom ul li .text .date .time span {
		font-size: 20px;
		line-height: 30px;
	}

	.news-bottom ul li .text .date .more2 {
		font-size: 12px;
		margin-top: 8px;
		background-size: 8px;
		padding-right: 22px;
		margin-right: 21px;
	}

	.news-show {
		padding: 10px 0 0 0;
	}

	.news-show .h01 {
		font-size: 28px;
		line-height: 39px;
		margin-bottom: 17px;
	}

	.news-show .h02 {
		font-size: 14px;
		line-height: 29px;
		padding-bottom: 12px;
		margin-bottom: 26px;
		overflow: hidden;
	}

	.news-show .h02 span {
		padding-left: 23px;
		margin-left: 0;
		width: 100%;
		display: block;
		float: left;
	}

	.news-show .h02 .ren {
		background-size: 16px;
	}

	.news-show .h02 .liulan {
		background-size: 16px;
	}

	.news-show .left {
		margin-top: 25px;
		padding: 19px;
	}

	.news-show .left .jsh {
		padding-bottom: 20px;
		font-size: 14px;
		line-height: 25px;
	}

	.news-show .left .l {
		margin-bottom: 27px;
	}

	.news-show .left .l span {
		float: left;
		line-height: 30px;
	}

	.news-show .left p {
		margin-bottom: 15px;
	}

	.news-show .left .share .dib {
		font-size: 14px;
	}

	.news-show .left .bdshare-button-style0-16 {
		float: right;
	}

	.news-show .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;
	}

	.news-show .left .bdshare-button-style0-16 .bds_tqq {
		background-image: url(../images/share-qq.png) !important;
	}

	.news-show .left .bdshare-button-style0-16 .bds_weixin {
		background-image: url(../images/share-weixin.png) !important;
	}

	.news-show .left .bdshare-button-style0-16 .bds_tqz {
		background-image: url(../images/share-qzone.png) !important;
	}

	.news-show .left .bdshare-button-style0-16 .bds_tsina {
		background-image: url(../images/share-weibo.png) !important;
	}

	.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: 14px;
		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: 10px;
		line-height: 30px;
	}

	.tag .fh {
		right: auto;
		top: auto;
		width: 86px;
		height: 30px;
		line-height: 30px;
		position: relative;
		display: block;
	}

	.ns03 {
		padding: 40px 0;
	}

	.ns03 .newslist {
		padding-top: 21px;
	}

	.join01 {
		padding: 40px 0;
	}

	.join01 .container02 .join-b {
		top: 0;
		right: 0;
		width: 80px;
		height: 44px;
	}

	.join01 .container02 .join-b .swiper-button-prev:after,
	.join01 .container02 .join-b .swiper-button-next:after {
		font-size: 20px;
	}

	.join01 .swiper {
		margin-top: 24px;
		width: 100%;
		padding: 30px 30px 30px 10px;
		margin-left: 0;
		padding-right: 0;
	}

	.join01 .num {
		font-size: 20px;
	}

	.join01 .box {
		padding: 22px;
		box-shadow: 4px 7px 20px 0px rgba(120, 120, 120, 0.2);
	}

	.join01 .pic {
		width: 70px;
		margin-top: 10px;
		margin-bottom: 29px;
	}

	.join01 .text .bt {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.join01 .text .p {
		font-size: 16px;
		line-height: 30px;
		height: 60px;
	}

	.job-info {
		padding: 40px 0;
	}

	.job-info .list1 {
		margin-bottom: 23px;
	}

	.job-info .list1 ul li {
		margin: 0 15px;
	}

	.job-info .list1 ul li a {
		font-size: 26px;
		line-height: 40px;
	}

	.job-info .show .info .span-01 {
		width: 100%;
		padding-left: 20px;
	}

	.job-info .show .info .span-02 {
		width: 100%;
		font-size: 14px;
		padding-left: 20px;
		background: none !important;
	}

	.job-info .show .info .span-02:after {
		display: none;
	}

	.job-info .show .info dl {
		margin-bottom: 10px;
		box-shadow: 4px 7px 20px 0px rgba(120, 120, 120, 0.12);
	}

	.job-info .show .info dt {
		font-size: 20px;
		line-height: 30px;
		padding-right: 27px;
		padding: 5px 0;
	}

	.job-info .show .info dd .nr {
		padding: 21px;
		font-size: 14px;
		line-height: 25px;
	}

	.job-info .show .info dd .nr ul li {
		width: 100%;
		line-height: 25px;
	}

	.job-info .show .info .p-01 {
		font-size: 14px;
		margin-bottom: 27px;
		margin-top: 30px;
		color: #333333;
	}

	.job-info .show .info .more a {
		font-size: 14px;
	}

	.recruit-bottom {
		padding-top: 23px;
	}

	.recruit-bottom .list2 li {
		margin: 0 5px;
		margin-bottom: 10px;
	}

	.recruit-bottom .list2 li a {
		width: 100px;
		line-height: 37px;
		font-size: 14px;
		border-radius: 30px;
	}

	.recruit-bottom .show .info {
		padding-top: 26px;
	}

	.recruit01 ul {
		width: 100%;
	}

	.recruit01 ul li {
		margin-bottom: 12px;
	}

	.recruit01 ul li .box {
		box-shadow: 4px 7px 20px 0px rgba(120, 120, 120, 0.2);
		height: auto;
		padding: 20px;
		padding-left: 66px;
	}

	.recruit01 ul li .box .pic {
		width: 40px;
		top: 20px;
		left: 19px;
	}

	.recruit01 ul li .box .bt {
		font-size: 18px;
		margin-bottom: 4px;
		line-height: 32px;
	}

	.recruit01 ul li .box .p {
		font-size: 14px;
		line-height: 25px;
	}

	.recruit01 .right {
		width: 100%;
	}

	.recruit02 ul {
		box-shadow: 1px 1px 33px 5px rgba(0, 0, 0, 0.12);
		border-radius: 10px;
		padding: 0;
	}

	.recruit02 ul li {
		width: 100%;
		border: 0;
		border-bottom: 1px solid #e2e2e2;
	}

	.recruit02 ul li:after {
		display: none;
	}

	.recruit02 ul li .box {
		padding: 23px;
		height: auto;
	}

	.recruit02 ul li .box .pic {
		width: 40px;
		margin-bottom: 10px;
	}

	.recruit02 ul li .box .bt {
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 32px;
	}

	.recruit02 ul li .box .p {
		font-size: 14px;
		line-height: 25px;
	}

	.recruit02 ul li:nth-child(3n) {
		border-right: 0;
		border-bottom: 1px solid #e2e2e2;
	}

	.recruit02 ul li:nth-child(4),
	.recruit02 ul li:nth-child(5),
	.recruit02 ul li:nth-child(6) {
		border-bottom: 1px solid #e2e2e2;
	}

	.recruit03 {
		padding: 20px;
		box-shadow: 1px 1px 33px 5px rgba(0, 0, 0, 0.12);
		border-radius: 10px;
	}

	.recruit03 ul {
		width: 100%;
	}

	.recruit03 ul li {
		padding: 0 !important;
		margin: 0;
		margin-bottom: 14px;
	}

	.recruit03 ul li .box {
		box-shadow: 1px 1px 33px 5px rgba(0, 0, 0, 0.12);
		border-radius: 10px;
		padding: 14px 24px;
	}

	.recruit03 ul li .box p {
		font-size: 14px;
		line-height: 32px;
		background: url(../images/gou.png) no-repeat left 6px;
		background-size: 28px;
		padding-left: 45px;
	}

	.recruit03 ul li .box:after {
		content: '';
		display: block;
		width: 10px;
		height: 17px;
		background: url(../images/j.png) no-repeat center center;
		background-size: 100%;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: -10px;
	}

	.recruit03 .img {
		width: 100%;
	}

	.recruit04 {
		padding: 32px 0;
	}

	.recruit04 ul {
		margin: 0 -8px;
	}

	.recruit04 ul li {
		width: 100%;
		padding: 0 8px;
		margin-bottom: 15px;
	}

	.recruit04 ul li:after {
		display: none;
	}

	.recruit04 ul li .box1 {
		height: 200px;
		box-shadow: 1px 1px 33px 5px rgba(0, 0, 0, 0.12);
		border-radius: 10px;
		overflow: hidden;
	}

	.recruit04 ul li .text {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
	}

	.recruit04 ul li .text .bt {
		font-size: 28px;
		margin-bottom: 21px;
	}

	.recruit04 ul li .text .p {
		font-size: 16px;
		line-height: 32px;
	}

	.recruit04 ul li.r1 .box1 {
		background: #fbfcfd url(../images/e.png) no-repeat bottom right;
		background-size: 116px;
	}

	.recruit04 ul li.r2 .box1 {
		background: #fbfcfd url(../images/e1.png) no-repeat bottom right;
		background-size: 98px;
	}

	.recruit05 .list {
		border: solid 5px #e7e7e7;
		padding: 19px;
	}

	.recruit05 li {
		width: 100%;
		padding: 0 5px 10px 5px;
	}

	.recruit05 .input-form,
	.recruit05 select,
	.recruit05 textarea {
		font-size: 14px;
		height: 36px;
		padding-left: 40px;
	}

	.recruit05 select::-ms-expand {
		display: none;
	}

	.recruit05 select {
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		background: #ffffff url(../images/arrow.png) no-repeat scroll right center;
		background-size: 12px;
		background: #ffffff \9 \0;
	}

	.recruit05 .red {
		font-size: 14px;
	}

	.recruit05 .red img {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		margin-top: 0;
		width: 36px;
	}

	.recruit05 .red font {
		color: #ff0000;
	}

	.recruit05 .span {
		color: #ff0000;
		display: block;
	}

	.recruit05 .span span {
		font-size: 16px;
		color: #08060b;
	}

	.recruit05 .span img {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		margin-top: 2px;
	}

	.recruit05 textarea {
		padding-top: 7px;
		height: 86px;
	}

	.recruit05 .more a {
		margin: 0 auto;
		margin-top: 20px;
	}

	.history .part {
		margin-top: 25px;
	}

	.history .part .items {
		width: 100%;
		padding-bottom: 18px;
	}

	.history .part .items .process {
		display: none;
	}

	.history .part .items .box {
		display: block;
		margin-bottom: 25px;
	}

	.history .part .items .box .col h3 {
		text-align: left;
		font-size: 40px;
		line-height: 52px;
		padding-right: 0;
	}

	.history .part .items .box .col .letter {
		min-width: 0.2em;
	}

	.history .part .items .box .col p {
		font-size: 14px;
		line-height: 30px;
		padding-left: 0;
		padding-top: 4px;
	}

	.history .part .items .box .col p:after {
		display: none;
	}

	.history .part .other {
		display: none;
	}

	.about01 {
		padding: 40px 0 0 0;
	}

	.about01 .info {
		margin: 0;
		margin-bottom: 40px;
	}

	.about01 .item {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.about01 .item .inmain-title1 {
		margin-bottom: 21px;
		font-size: 24px;
	}

	.about01 .item .p {
		font-size: 14px;
		line-height: 25px;
		height: auto;
		overflow: hidden;
		padding-right: 0;
	}

	.about02 {
		padding: 20px 0 20px 0;
	}

	.about02 .youshi {
		padding-top: 0;
		padding: 0;
	}

	.about02 .youshi li {
		width: 33.33333%;
	}

	.about02 .youshi li:nth-child(3) {
		width: 33.33333%;
	}

	.product-show {
		padding: 18px 0 0 0 !important;
	}

	.product-top {
		padding: 31px 0;
	}

	.product-top .left {
		width: 100%;
		padding-right: 0;
	}

	.product-top .left .li {
		display: none;
	}

	.product-top .right {
		width: 100%;
		padding-top: 21px;
	}

	.product-top .right .bt {
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 16px;
	}

	.product-top .right .jsh {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 5px;
		min-height: 0;
	}

	.product-top .right .jsh p {
		background: url(../images/dot.png) no-repeat left 7px;
		background-size: 13px;
		padding-left: 23px;
	}

	.product-top .right .btn a {
		width: 122px;
		line-height: 38px;
		margin-right: 16px;
		font-size: 14px;
		border-radius: 30px;
	}

	.product-top .right .btn a img {
		margin: 0 4px;
	}

	.product-top .right .btn .zx img {
		width: 15px;
	}

	.product-top .right .btn .rx img {
		width: 20px;
	}

	.in-title {
		font-size: 24px;
	}

	.ps01 {
		padding-bottom: 36px;
		overflow: hidden;
	}

	.ps01:after {
		top: 62px;
		height: 100%;
	}

	.ps01 .info {
		box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.12);
		padding: 15px;
	}

	.ps01 .info .left {
		width: 100%;
	}

	.ps01 .info .left .jsh {
		font-size: 14px;
		margin-top: 10px;
		line-height: 25px;
	}

	.ps01 .info .left .jsh p {
		margin-bottom: 5px;
	}

	.ps01 .info .right {
		width: 100%;
		margin-top: 12px;
	}

	.ps02 {
		padding: 40px 0;
	}

	.ps02 .info .item {
		width: 100%;
		padding: 0 10px;
	}

	.ps02 .info .jsh {
		font-size: 14px;
		margin-top: 20px;
		line-height: 26px;
	}

	.ps02 .info .item:nth-child(3) {
		width: 100%;
		padding-top: 21px;
		margin-top: 18px;
	}

	.ps02 .info .item:nth-child(3) .p {
		width: 100%;
	}

	.ps03 {
		padding: 40px 0;
	}

	.ps03 .inmain-title1 {
		font-size: 24px;
	}

	.ps03 .in-p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 7px;
		margin-bottom: 20px;
	}

	.ps03 .recruit05 .list {
		padding: 19px;
	}

	.ps03 .recruit05 .more a {
		width: 100px;
		line-height: 32px;
		font-size: 12px;
	}

	.ps03 .recruit05 .more a {
		margin-top: 10px;
	}

	.ps04 {
		padding: 40px 0;
	}

	.ps04 .inmain-title1 {
		font-size: 24px;
	}

	.plist {
		margin: 0 -6px;
		padding-top: 21px;
	}

	.plist li {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.plist li .pic {
		border-radius: 20px;
	}

	.plist li .text {
		padding: 18px 0 0 9px;
	}

	.plist li .text .bt a,
	.plist li .text .span a {
		font-size: 16px;
		line-height: 30px;
	}

	.plist li .text .span {
		margin-bottom: 14px;
	}

	.plist li .text .more a {
		margin-right: 14px;
		width: 100px;
		line-height: 32px;
		font-size: 14px;
	}

	.inside-message-2 {
		padding: 20px;
		box-shadow: -6px 6px 40px 0px rgba(1, 55, 99, 0.11);
		width: 96%;
	}

	.inside-message-2 .close {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		line-height: 48px;
		text-align: center;
		font-size: 40px;
		color: #333;
		/*font-weight: lighter;*/
		cursor: pointer;
	}

	.inside-message-2 .text {
		font-size: 14px;
	}

	.inside-message-2 ul {
		margin: 0 -20px;
		padding-top: 20px;
	}

	.inside-message-2 li {
		width: 100%;
		margin-top: 10px;
		padding: 0 20px;
	}

	.inside-message-2 li select {
		background: #ffffff url(../images/arrow.png) no-repeat 96% center;
		background-size: 12px;
	}

	.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: 45px;
		font-size: 14px;
		border-radius: 5px;
		padding: 10px 20px;
	}

	.inside-message-2 li textarea[type='text'] {
		height: 90px;
	}

	.inside-message-2 li .tag {
		font-size: 14px;
	}

	.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 -20px;
	}

	.inside-message-2 .li2 span {
		width: 25%;
		padding: 0 20px;
	}

	.inside-message-2 .verifyDiv {
		right: auto;
		width: 100%;
		position: relative;
	}

	.swiper-renewal-main {
		margin-top: 60px;
	}

	.swiper-renewal-main .swiper-pagination {
		bottom: 10px;
	}

	.swiper-renewal-main .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.swiper-renewal-main .swiper-button-prev,
	.swiper-renewal-main .swiper-button-next {
		width: 52px;
		height: 52px;
		border: 0;
		background: url(https://www.bce-sh.com/template/index/pc/images/zuo.png) no-repeat center center;
		background-size: 38px;
		border-radius: 0;
		margin-top: -26px;
		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(https://www.bce-sh.com/template/index/pc/images/you.png) no-repeat center center;
		background-size: 38px;
	}

	.swiper-renewal-main .swiper-slide {
		height: auto !important;
		background: none !important;
	}

	.swiper-renewal-main .img {
		display: block;
	}

	.swiper-renewal-main video {
		display: none;
	}

	.swiper-renewal-main .banner-hover {
		top: 20px;
	}

	.swiper-renewal-main .banner-hover .bt {
		font-size: 20px;
		letter-spacing: 7px;
		margin-bottom: 4px;
	}

	.swiper-renewal-main .banner-hover .span {
		font-size: 25px;
		letter-spacing: 2px;
		margin-bottom: 5px;
	}

	.swiper-renewal-main .banner-hover .p {
		font-size: 14px;
	}

	.swiper-renewal-main .banner-hover .p p {
		padding: 0 5px;
	}

	.swiper-renewal-main .banner-hover .p span {
		font-size: 20px;
	}

	.swiper-renewal-main .banner-hover2 {
		top: 20px;
		transform: none;
	}

	.swiper-renewal-main .banner-hover2 .span {
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 22px;
	}

	.swiper-renewal-main .banner-hover2 .more a {
		width: 100px;
		line-height: 32px;
		font-size: 14px;
	}

	.swiper-renewal-main .banner-hover3 .span {
		font-size: 22px;
	}

	.about03 {
		position: relative;
		background: #f8f8f8;
		padding: 40px 0;
	}

	.about03 .inmain-title1 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	.about03 .mySwiper3{
		display:none;
	}

	.about03 .mySwiper2 {
		display: block;
		margin-top: 20px;
	}

	.about03 .mySwiper2 .pic:after {
		padding-bottom: 83.22884013%;
	}

	.about03 .container1 {
		display: none;
	}

	.home-about .right {
		height: auto;
	}

	.home-about .right .img {
		transform: scale(1);
		margin-left: 0;
		margin-top: 0;
	}
}

@media (max-width: 500px) {
	.case-nav ul li .box .bt {
		display: none;
	}
}









.subnav-desktop { 
	background: #fff;
	overflow: hidden auto;
	display: none;
	align-items: center;
	position: fixed;
	z-index: -1;
	width: 100%;
	top: 100rem;
	left: 0rem;
	right: 0rem;
	margin: 0rem auto;
	opacity: 0;
	padding-bottom:40rem;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out 0s; 
	border-top: 1px #e6e6e6 solid;
}

.subnav-desktop.active {
	opacity: 1;
	z-index: 201;
	pointer-events: all;
}

.subnav-desktop .menu-subnav {
	height: 100%;
	display: flex;
}

.subnav-desktop .boxes {
	position: relative; 
	width: 100%;
	display: flex;
}

.subnav-desktop .boxes:nth-child(1) {
	padding-right: 0;
	border-right: 1rem solid rgb(216, 220, 229);
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.subnav-desktop .boxes:nth-child(3) {
	flex: 1 1 0%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.subnav-desktop .groupinfo {
	margin-top: 42rem;
	overflow: hidden;
	padding-right: 90rem;
	border-right: 4rem #259f3d solid;
}

.subnav-desktop .boxes>div,
.subnav-desktop .boxes>ul {
	transition: all 1s ease 0s;
	transform: translateY(-30rem);
	opacity: 0;
	/* padding-bottom:40rem; */
}

.subnav-desktop .boxes:nth-child(1)>div,
.subnav-desktop .boxes:nth-child(1)>ul {
	transition-delay: 0s;
}

.subnav-desktop .groupinfo .tit {
	text-align: right;
	color: #333;
	font-size: 30rem;
}

.subnav-desktop .groupinfo .summarize {
	text-align: right;
	margin-top: 10rem;
	color: #333;
	font-size: 20rem;
}

.subnav-desktop .groupinfo .summarize .tit1{
	font-weight:bold;
	font-size: 21rem;
	margin-bottom: 10rem;
}

.subnav-desktop .sublist {
	margin: 50rem;
	width: 100%;
}

.subnav-desktop .boxes>div,
.subnav-desktop .boxes>ul {
	transition: all 1s ease 0s;
	transform: translateY(-30rem);
	opacity: 0;
}

.subnav-desktop .boxes:nth-child(2)>div,
.subnav-desktop .boxes:nth-child(2)>ul {
	transition-delay: 0.07s;
}

.subnav-desktop .sublist li {
	overflow: hidden;
	float:none;
	margin:0;
}

.subnav-desktop .sublist li a {
	position: relative;
	line-height: 54rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.5s ease;
	overflow: hidden;
	font-size:16rem;
	
}

.subnav-desktop .sublist li a span {
	position: relative;
	margin-left: 30rem;
	font-size: 20rem;
	z-index: 2;color:#333;
	transition: all 0.2s ease-out;
}

.subnav-desktop .sublist li a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(45deg, #1baf62, #019146);
	display: flex;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	z-index: 1;
	width: 0;
	transform-origin: left center;
}
.subnav-desktop .sublist li:hover a span,
.subnav-desktop .sublist li.on a span {
  color: rgb(255, 255, 255);
}
.subnav-desktop .sublist li:hover a:after,
.subnav-desktop .sublist li.on a:after {
  width: 100%;
  opacity: 1;
}

.subnav-desktop .sublist li:hover a i,
.subnav-desktop .sublist li.on a i {
  opacity: 1;
  transform: translateX(0px);
}

.learmMore {
	display: block;
	width: 32rem;
	height: 32rem;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.learmMore .icon-svg {
	position: relative;
	left: 2rem;
	width: 30rem;
	height: 30rem;
	fill: #fff;
	transform: rotate(180deg);
}

.subnav-desktop .sublist li a i {
	position: relative;
	margin-right: 20rem;  
	z-index: 2;
}

.subnav-desktop .subimg {
	margin-top: 40rem;
	width: 480rem;
	height: 270rem;
	border-radius: 10rem;
	overflow: hidden;
}

.subnav-desktop .boxes>div,
.subnav-desktop .boxes>ul {
	transition: all 1s ease 0s;
	transform: translateY(-30rem);
	opacity: 0;
}

.subnav-desktop .boxes:nth-child(3)>div,
.subnav-desktop .boxes:nth-child(3)>ul {
	transition-delay: 0.14s;
}

.subnav-desktop .subimg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.8s ease 0s;
}

.subnav-desktop.active .boxes>div,
.subnav-desktop.active .boxes>ul {
	transform: translateY(0rem);
	opacity: 1;
}

.nav .list-3 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding:16rem 0;
}

.nav .list-3 .title{
	color: #333;
	font-size: 30rem;
	margin-bottom: 16rem;
	position:relative;
	border-bottom: 2px #e6e6e6 solid;
}

.nav .list-3 .title:after {
	position: absolute;
	bottom: -2px;
	width: 60px;
	height: 2px;
	background: #259f3d;
	display: block;
	content: "";
}

.nav .list-3 .title:hover a,.nav .list-3 .title.cur a{
	color: #1b8f41;
}

.nav .list-3 .title a {
	color: #333;
	text-align: left;
    font-size: 24rem;
    /* padding: 0 20rem; */
    line-height: 68rem;
}

.nav .list-3 .list .items {
	width:33.3333333%;
	float:left;
}

.nav .list-3 .list a {
	text-align: left;
	color: #2d3132;
	font-size: 20rem;
	line-height: 54rem;
	height: 54rem;
	overflow:hidden;
	padding:0 20rem;
	position: relative;
}

.nav .list-3 .list a span{
	position: relative;
	z-index:999;
}

.nav .list-3 .list a:hover {
	color:#FFF;
}

.nav .list-3 .list a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, #1baf62, #019146);
    display: flex;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    z-index: 1;
    width: 0;
    transform-origin: left center;
}


.nav .list-3 .list a:hover:after{
    width: 100%;
    opacity: 1;
}

.nav .list-3 .left{
	border-right: 2px #e6e6e6 solid;
	padding-right: 70rem;
}

.nav .list-3 .right{
	width: 80%;
}

.nav .list-3 .right .boxes{
	display:block!important;
	width: auto;
	float:right;
}

.nav .list-3 .right .list{
	display:none;
	width: 70%;
}

.nav .list-3 .right .list:first-child{
	display:block;
}


.mymove {
	animation-name: mymove;
}

.animation-line1 {
	animation-name: animation-line1;
}

.animation-line {
	animation-name: animation-line;
}