@charset "utf-8";

:root {
	--qian-color: #666;
	--main-color: #e62129;
	--hover-color: #d10a12;
	--din-bold: din-bold;
	--DINCond-Bold: DINCond-Bold;
}

*,
*: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: var(--qian-color);
	line-height: 1.2;
	width: 100%;
	background: #fff;
	/* max-width: 1920px; */
	margin: 0 auto !important;
	word-break: break-word;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: var(--qian-color);
}

a:hover,
a:active,
a:focus {
	color: var(--qian-color);
	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: var(--qian-color);
	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;
	object-fit: cover;
}

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

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

@media (max-width: 768px) {
	#privacyPopup {
		width: 100%;
	}
}

.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-Medium;
	src: url(../font/Montserrat-Medium.otf);
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: DINCond-Bold;
	src: url('../font/DINCond-Bold.woff2') format('woff2'), url('../font/DINCond-Bold.woff') format('woff'), url('../font/DINCond-Bold.ttf') format('truetype'), url('../font/DINCond-Bold.eot') format('embedded-opentype'), url('../font/DINCond-Bold.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: var(--qian-color);
}

.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: var(--main-color);
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

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

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

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

.sitemap li .top:hover {
	color: var(--main-color);
}

.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: var(--main-color);
}

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

.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: -248rem;
	left: 0;
	width: 100%;
}

.height1 {
	height: 83rem;
}

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

#menu ul ul {
	padding: 0;
	margin: 0 -5px;
}

#menu ul ul li {
	width: 100%;
	float: left;
	padding: 0 5px;
}

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

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

#menu ul li {
	position: relative;
}

#menu ul li a {
	font-size: 18px;
	color: var(--main-color);
	display: block;
	line-height: 36px;
	position: relative;
	font-weight: bold;
}

#menu ul li a .pic:after {
	padding-bottom: 75%;
}

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

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

#menu ul li ul li a .pic {
	width: 100%;
	background: #f3f3f3;
}

#menu ul li ul li ul li a {
	font-size: 14px;
}

#menu ul li ul li ul li ul li a {
	font-size: 14px;
	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;
}

.header {
	height: 83rem;
	width: 100%;
	z-index: 99999;
	transition: 0.7s;
	position: fixed;
}

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

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

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

.header .logo a .logo2 {
	display: none;
}

.header .header-right {
	float: right;
	margin-right: -74rem;
}

.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: #fff;
	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 .lan {
	float: right;
	position: relative;
}

.header .header-right .lan span {
	display: block;
	height: 83rem;
	width: 40rem;
	background: url(../images/world.gif) no-repeat center center;
	background-size: 36rem;
	cursor: pointer;
}

.header .header-right .lan ul {
	background: #fff;
	overflow: hidden;
	width: 100%;
	float: none;
	padding: 10rem;
	width: 140rem;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -70rem;
	display: none;
	box-shadow: 0rem 5rem 35rem 0rem rgba(0, 0, 0, 0.14);
	z-index: 333;
}

.header .header-right .lan ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.header .header-right .lan ul li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	font-size: 15rem;
	line-height: 40rem;
	text-align: center;
	color: #666 !important;
	text-decoration: none;
}

.header .header-right .lan ul li a:after {
	display: none !important;
}

@media (min-width: 1025px) {
	.header .header-right .lan ul li:hover a {
		color: #000 !important;
		background: #fef1f2;
	}
}

.nav {
	transition: 0.2s;
	float: right;
	margin-right: 65rem;
}

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

.nav ul li a {
	display: block;
	font-size: 18rem;
	line-height: 83rem;
	padding-left: 23rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.nav ul li a i {
	display: inline-block;
	vertical-align: top;
	height: 83rem;
	width: 11rem;
	margin-left: 12rem;
	background: url(../images/arrow1.png) no-repeat center center;
	background-size: 100%;
}

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

.nav ul li .subnav ul {
	background: #fff;
	overflow: hidden;
	width: 100%;
	float: none;
	padding: 10rem;
	box-shadow: 0rem 5rem 35rem 0rem rgba(0, 0, 0, 0.14);
}

.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: 40rem;
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #333 !important;
	text-decoration: none;
}

.nav ul li .subnav ul li a:after {
	display: none !important;
}

@media (min-width: 1025px) {
	.nav ul li .subnav ul li:hover a {
		color: #000 !important;
		background: #fef1f2;
	}
}

.nav ul li:hover a {
	text-decoration: underline;
}

.nav ul .active a {
	text-decoration: underline;
}

.headerfix,
.header:hover {
	background: #fff;
	box-shadow: 1rem 6rem 27rem 0 rgba(1, 25, 49, 0.22);
}

.headerfix .logo a img,
.header:hover .logo a img {
	display: none;
}

.headerfix .logo a .logo2,
.header:hover .logo a .logo2 {
	display: block;
}

.headerfix .header-right .lan span,
.header:hover .header-right .lan span {
	background: url(../images/world1.gif) no-repeat center center;
	background-size: 36rem;
}

.headerfix .header-right .menu .navPhoneBtn span,
.header:hover .header-right .menu .navPhoneBtn span {
	background: var(--main-color);
}

.headerfix .nav ul li a,
.header:hover .nav ul li a {
	color: #3a3a39;
}

.headerfix .nav ul li a i,
.header:hover .nav ul li a i {
	background: url(../images/arrow1h.png) no-repeat center center;
	background-size: 100%;
}

.header1 .logo a img {
	display: none;
}

.header1 .logo a .logo2 {
	display: block;
}

.header1 .header-right .lan span {
	background: url(../images/world1.gif) no-repeat center center;
	background-size: 36rem;
}

.header1 .header-right .menu .navPhoneBtn span {
	background: var(--main-color);
}

.header1 .nav ul li a {
	color: #3a3a39;
}

.header1 .nav ul li a i {
	background: url(../images/arrow1h.png) no-repeat center center;
	background-size: 100%;
}

.banner .swiper-renewal-main {
	position: relative;
	overflow: hidden;
}

.banner .swiper-renewal-main .img {
	overflow: hidden;
	position: relative;
	height: auto;
}

.banner .swiper-renewal-main .img video {
	max-width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
}

.banner .swiper-renewal-main .img img {
	display: block;
	width: 100%;
}

.banner .swiper-renewal-main .img1 {
	display: none;
}

.banner .swiper-renewal-main .swiper-button-prev,
.banner .swiper-renewal-main .swiper-button-next {
	width: 54rem;
	height: 54rem;
	border: solid 1rem rgba(255, 255, 255, 0.3);
	border-radius: 8rem;
	margin-top: -27rem;
	left: 20rem;
	background: rgba(98, 128, 183, 0.3);
}

.banner .swiper-renewal-main .swiper-button-prev:after,
.banner .swiper-renewal-main .swiper-button-next:after {
	font-size: 16rem;
	color: #fff;
	font-weight: bold;
}

@media (min-width: 1025px) {

	.banner .swiper-renewal-main .swiper-button-prev:hover,
	.banner .swiper-renewal-main .swiper-button-next:hover {
		background-color: var(--main-color);
		border: dashed 1rem var(--main-color);
	}
}

.banner .swiper-renewal-main .swiper-button-next {
	right: 20rem;
	left: auto;
}

.banner .swiper-renewal-main .swiper-pagination {
	bottom: 50rem;
}

.banner .swiper-renewal-main .swiper-pagination-bullet {
	width: 7rem;
	height: 7rem;
	background-color: #54565a;
	opacity: 1;
	border-radius: 50%;
}

.banner .swiper-renewal-main .swiper-pagination-bullet-active {
	background: var(--main-color);
}

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

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

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

.home-title:after {
	content: '';
	display: block;
	width: 25rem;
	height: 4rem;
	background: var(--main-color);
	margin-top: 16rem;
	margin-bottom: 26rem;
}

.home-title .span {
	font-size: 18rem;
	line-height: 27rem;
	color: #000000;
}

.home-title .p {
	font-size: 22rem;
	margin-top: 7rem;
	color: #e62129;
}

.home-title1:after {
	background: #fff;
}

.home-title1 .span {
	color: #fff;
}

.home-title1 .p {
	color: #fff;
	font-size: 32rem;
}

.home-title2:after {
	display: none;
}

.home-title2 .span {
	font-size: 26rem;
}

.home-title2 .p {
	font-size: 32rem;
	color: var(--main-color);
}

.home-title3:after {
	background: #fff;
	margin-top: 45rem;
	margin-bottom: 45rem;
}

.home-title3 .span {
	font-size: 26rem;
	color: #fff;
}

.home-title3 .p {
	font-size: 32rem;
	color: #fff;
}

.more a,
.more p {
	min-width: 205rem;
	line-height: 45rem;
	display: inline-block;
	vertical-align: top;
	font-size: 14rem;
	color: #ffffff;
	background: var(--main-color);
	border-radius: 30rem;
	text-align: center;
}

.more a span,
.more p span {
	background: url(../images/more.png) no-repeat center right;
	background-size: 21rem;
	padding-right: 25rem;
	padding-left: 10rem;
	display: inline-block;
	vertical-align: top;
}

.more a:hover {
	text-decoration: underline;
	background: var(--hover-color);
}

.more a:hover span {
	text-decoration: underline;
}

.more1 a,
.more1 p {
	min-width: 205rem;
	line-height: 45rem;
	display: inline-block;
	vertical-align: top;
	font-size: 14rem;
	color: #ffffff;
	border: 1rem solid #fff;
	border-radius: 30rem;
	text-align: center;
}

.more1 a span,
.more1 p span {
	background: url(../images/more.png) no-repeat center right;
	background-size: 21rem;
	padding-right: 25rem;
	padding-left: 5rem;
	display: inline-block;
	vertical-align: top;
}

.more1 a:hover {
	text-decoration: underline;
	background: var(--hover-color);
}

.more1 a:hover span {
	text-decoration: underline;
}

.home-about {
	padding: 119rem 0 94rem 0;
	background: #fff;
}

.home-about .tx {
	display: block;
	font-size: 0;
}

.home-about .left {
	display: inline-block;
	vertical-align: top;
	width: 51%;
	margin-top: -22rem;
	padding-right: 43rem;
}

.home-about .jsh {
	font-size: 15rem;
	line-height: 30rem;
	height: 300rem;
	margin-bottom: 19rem;
	overflow: hidden;
	color: #55565a;
}

.home-about .jsh p {
	margin-bottom: 15rem;
}

.home-about .right {
	display: inline-block;
	width: 49%;
	border-radius: 8rem;
	overflow: hidden;
	vertical-align: top;
}

.home-about .right img {
	width: 100%;
}

.home-youshi {
	position: relative;
	overflow: hidden;
}

.home-youshi .tou {
	position: absolute;
	top: 117rem;
	left: 0;
	width: 100%;
	z-index: 3;
}

.home-youshi .sw {
	position: relative;
}

.home-youshi .hover {
	position: relative;
	z-index: 3;
	min-height: 835rem;
	padding-top: 290rem;
}

.home-youshi .hover .info {
	width: 46%;
}

.home-youshi .hover .yspan {
	font-size: 59rem;
	line-height: 63rem;
	margin-bottom: 40rem;
	color: #ffffff;
}

.home-youshi .hover .ybt {
	font-size: 27rem;
	color: #ffffff;
}

.home-youshi .hover .ybt:after {
	content: '';
	display: block;
	width: 31rem;
	height: 4rem;
	background: #fff;
	margin-top: 19rem;
	margin-bottom: 32rem;
}

.home-youshi .hover .yjsh {
	font-size: 16rem;
	line-height: 32rem;
	height: 128rem;
	margin-bottom: 38rem;
	overflow: hidden;
	color: #ffffff;
}

.home-youshi .img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.home-youshi .img img {
	display: none;
}

.home-youshi .swiper-pagination {
	width: auto;
	bottom: 80rem;
	margin: 0 auto;
	text-align: right;
	right: 23%;
}

.home-youshi .swiper-pagination-bullet {
	background-color: #ffffff;
	opacity: 1;
	width: 15rem;
	height: 15rem;
	margin-left: 15rem !important;
}

.home-youshi .swiper-pagination-bullet-active {
	background-color: var(--main-color);
}

.home-youshi .swiper-slide-active .hover .yspan {
	-webkit-animation: fadeInRight2 2s alternate;
	animation: fadeInRight2 2s alternate;
}

.home-youshi .swiper-slide-active .hover .ybt {
	-webkit-animation: fadeInRight2 2.5s alternate;
	animation: fadeInRight2 2.5s alternate;
}

.home-youshi .swiper-slide-active .hover .yjsh {
	-webkit-animation: fadeInRight2 3s alternate;
	animation: fadeInRight2 3s alternate;
}

.home-youshi .swiper-slide-active .hover .more1 {
	-webkit-animation: fadeInRight2 3.5s alternate;
	animation: fadeInRight2 3.5s alternate;
}

.home-product {
	padding: 73rem 0 72rem 0;
	background: #ffffff;
}

.home-product .home-bottom {
	padding-top: 39rem;
	overflow: hidden;
}

.prolist {
	margin: 0 -10rem;
}

.prolist li {
	width: 33.33333333%;
	float: left;
	padding: 0 10rem;
}

.prolist li .pic {
	background-color: #f1f1f1;
}

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

.prolist li .text {
	padding-right: 40rem;
	padding-top: 40rem;
}

.prolist li .text .line {
	width: 170rem;
	height: 3rem;
	margin-bottom: 19rem;
	background: #d1d1d2;
	position: relative;
}

.prolist li .text .line:after {
	content: '';
	display: block;
	width: 30%;
	height: 100%;
	transition: 0.5s;
	background: var(--main-color);
	position: absolute;
	top: 0;
	left: 0;
}

.prolist li .text .span {
	font-size: 16rem;
	line-height: 25rem;
	margin-bottom: 19rem;
	color: #595757;
	border: 3rem solid #cccbcb;
	padding: 0 18rem;
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.prolist li .text .jsh {
	font-size: 16rem;
	line-height: 30rem;
	height: 90rem;
	overflow: hidden;
	margin-bottom: 20rem;
	color: #595757;
}

.prolist li .text .more p {
	min-width: 168rem;
	line-height: 40rem;
	background: #929292;
	float: right;
}

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

	.prolist li:hover .text .line:after {
		width: 80%;
	}

	.prolist li:hover .text .more p {
		background: var(--main-color);
	}
}

.home-news {
	padding: 44rem 0 58rem 0;
	background: #f1f1f1;
}

.home-news .home-title:after {
	display: none;
}

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

.home-news .home-bottom .left {
	width: 31.9%;
	float: left;
	text-align: center;
	height: 600rem;
	position: relative;
	background: url(../images/nbg.jpg) no-repeat top center;
	background-size: cover;
}

.home-news .home-bottom .left a {
	display: block;
	overflow: hidden;
}

.home-news .home-bottom .left .img {
	width: 230rem;
	margin: 0 auto;
	margin-bottom: 84rem;
}

.home-news .home-bottom .left .img img {
	width: 100%;
}

.home-news .home-bottom .left .text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.home-news .home-bottom .left .more1 p {
	min-width: 268rem;
	line-height: 55rem;
	font-size: 18rem;
}

.home-news .home-bottom .right {
	float: right;
	width: 68.1%;
	font-size: 0;
}

.home-news .home-bottom .right .newslist {
	width: 50%;
	padding: 0 0 0 12rem;
	display: inline-block;
	vertical-align: top;
}

.newslist {
	font-size: 0;
}

.newslist li {
	margin-bottom: 12rem;
}

.newslist li .pic:after {
	padding-bottom: 44.41964286%;
}

.newslist li .text {
	padding: 17rem 38rem;
	background: #fff;
	height: 192rem;
}

.newslist li .text .bt {
	font-size: 16rem;
	font-weight: bold;
	line-height: 25rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	margin-bottom: 8rem;
	overflow: hidden;
	color: #231815;
}

.newslist li .text .p {
	font-size: 14rem;
	line-height: 28rem;
	height: 84rem;
	margin-bottom: 20rem;
	overflow: hidden;
	color: #595757;
}

.newslist li .text .more1 {
	text-align: right;
}

.newslist li .text .more1 p {
	min-width: 0;
	color: #595757;
	line-height: 22rem;
	font-size: 14rem;
	text-decoration: underline;
	border: 0;
}

.newslist li .text .more1 p span {
	background: url(../images/more1.png) no-repeat center right;
	background-size: 21rem;
}

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

	.newslist li:hover .text {
		background: var(--main-color);
	}

	.newslist li:hover .text .bt {
		color: #fff;
	}

	.newslist li:hover .text .p {
		color: #fff;
	}

	.newslist li:hover .text .more1 p {
		color: #fff;
	}

	.newslist li:hover .text .more1 p span {
		background: url(../images/more.png) no-repeat center right;
		background-size: 21rem;
	}
}

.home-xiezuo {
	background: url(../images/mbg.jpg) no-repeat top center;
	background-size: cover;
	padding: 118rem 0 90rem 0;
}

.home-xiezuo .left {
	width: 39%;
	float: left;
	padding-top: 47rem;
	margin-top: 0;
	padding-right: 0;
}

.home-xiezuo .left .jsh {
	font-size: 18rem;
	line-height: 35rem;
	color: #ffffff;
}

.home-xiezuo .right {
	float: right;
	width: 57%;
	margin-right: -96rem;
}

.home-xiezuo .youshi ul li {
	float: left;
	width: 20%;
	position: relative;
}

.home-xiezuo .youshi ul li:after {
	width: 1px;
	height: 24rem;
	background-color: #ffffff;
	content: '';
	display: block;
	position: absolute;
	top: 30rem;
	right: 0;
}

.home-xiezuo .youshi ul li .counter,
.home-xiezuo .youshi ul li b {
	font-family: var(--DINCond-Bold);
	font-size: 94rem;
	line-height: 85rem;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
}

.home-xiezuo .youshi ul li b {
	font-size: 56rem;
	line-height: 40rem;
}

.home-xiezuo .youshi ul li i {
	font-size: 30rem;
	line-height: 40rem;
	font-family: var(--DINCond-Bold);
	display: inline-block;
	vertical-align: bottom;
	color: #ffffff;
	font-style: normal;
}

.home-xiezuo .youshi ul li .p {
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
	padding-left: 6rem;
	font-size: 18rem;
	color: #fff;
}

.home-xiezuo .youshi ul li .p img {
	height: 40rem;
	margin-bottom: 5rem;
	display: inline-block;
	vertical-align: top;
}

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

.home-xiezuo .youshi ul li:nth-child(2) .box {
	padding-left: 81rem;
}

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

.home-xiezuo .youshi ul li:nth-child(3) .box {
	padding-left: 81rem;
}

.home-xiezuo .youshi ul li:nth-child(4) {
	width: 31%;
}

.home-xiezuo .youshi ul li:nth-child(4):after {
	display: none;
}

.home-xiezuo .youshi ul li:nth-child(4) .box {
	padding-left: 81rem;
	float: right;
}

.footer {
	background: #55565a;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .footer-top {
	padding: 81rem 0 43rem 0;
}

.footer .footer-top .right ul li {
	float: left;
	width: 17%;
	position: relative;
}

.footer .footer-top .right ul li a {
	display: block;
	font-size: 18rem;
	font-weight: bold;
	margin-bottom: 23rem;
	color: #fff;
}

.footer .footer-top .right ul li ul li {
	width: 100% !important;
	float: none;
}

.footer .footer-top .right ul li ul li a {
	margin: 0;
	padding: 0;
	font-size: 16rem;
	font-weight: normal;
	line-height: 36rem;
	color: #ffffff;
}

@media (min-width: 1025px) {
	.footer .footer-top .right ul li ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}
}

.footer .footer-top .right ul li .t {
	padding-right: 143rem;
	margin-bottom: 41rem;
	position: relative;
}

.footer .footer-top .right ul li .eme {
	position: absolute;
	top: 0;
	right: 0;
	width: 135rem;
}

.footer .footer-top .right ul li .num {
	font-size: 18rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}

.footer .footer-top .right ul li .flist p a {
	font-family: var(--DINCond-Bold);
	font-size: 38rem;
	color: #ffffff;
}

.footer .footer-top .right ul li .list1 {
	position: relative;
}

.footer .footer-top .right ul li .list1 p {
	font-size: 16rem;
	margin-bottom: 18rem;
	color: #c3c3c3;
}

.footer .footer-top .right ul li .list1 p img {
	width: 14rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5rem;
}

.footer .footer-top .right ul li .socialMedia {
	margin-top: 13rem;
	margin-bottom: 20rem;
}

.footer .footer-top .right ul li .socialMedia .list li {
	float: left;
	width: auto !important;
	margin-right: 5rem;
}

.footer .footer-top .right ul li .socialMedia .list .box {
	display: block;
	cursor: pointer;
	position: relative;
}

.footer .footer-top .right ul li .socialMedia .list .icon {
	display: block;
	width: 36rem;
	height: 36rem;
	margin-right: 8rem;
	border-radius: 50%;
	border: 1rem solid #fff;
	background-size: 100% !important;
}

.footer .footer-top .right ul li .socialMedia .list .icon-1 {
	background: url(../images/spriteh.png) no-repeat center center;
}

@media (min-width: 1025px) {
	.footer .footer-top .right ul li .socialMedia .list .icon-1:hover {
		border: 1px solid var(--main-color);
		background: var(--main-color) url(../images/spriteh.png) no-repeat center center;
	}
}

.footer .footer-top .right ul li .socialMedia .list .icon-2 {
	background: url(../images/sprite4h.png) no-repeat center center;
}

@media (min-width: 1025px) {
	.footer .footer-top .right ul li .socialMedia .list .icon-2:hover {
		border: 1px solid var(--main-color);
		background: var(--main-color) url(../images/sprite4h.png) no-repeat center center;
	}
}

.footer .footer-top .right ul li .socialMedia .list .icon-3 {
	background: url(../images/sprite5h.png) no-repeat center center;
}

@media (min-width: 1025px) {
	.footer .footer-top .right ul li .socialMedia .list .icon-3:hover {
		border: 1px solid var(--main-color);
		background: var(--main-color) url(../images/sprite5h.png) no-repeat center center;
	}
}

.footer .footer-top .right ul li .socialMedia .list .icon-4 {
	background: url(../images/sprite3h.png) no-repeat center center;
	margin-right: 0;
}

@media (min-width: 1025px) {
	.footer .footer-top .right ul li .socialMedia .list .icon-4:hover {
		border: 1px solid var(--main-color);
		background: var(--main-color) url(../images/sprite3h.png) no-repeat center center;
	}
}

.footer .footer-top .right ul li .socialMedia .list .icon-5 {
	background: url(../images/sprite6h.png) no-repeat center center;
	margin-right: 0;
	background-size: 25px !important;
}

@media (min-width: 1025px) {
	.footer .footer-top .right ul li .socialMedia .list .icon-5:hover {
		border: 1px solid var(--main-color);
		background: var(--main-color) url(../images/sprite6h.png) no-repeat center center;
	}
}

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

.footer .footer-top .right ul li .socialMedia .list .down .txt {
	margin-right: 10rem;
}

.footer .footer-top .right ul li .socialMedia .list .down .ewm {
	width: 132rem;
	border: 1rem #343638 solid;
	padding: 5rem;
	position: relative;
}

.footer .footer-top .right ul li .socialMedia .list .down .ewm:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10rem 6rem 0 6rem;
	border-color: #343638 transparent transparent transparent;
	position: absolute;
	bottom: -10rem;
	left: 12rem;
}

.footer .footer-top .right ul li .socialMedia .list .box:hover .icon {
	opacity: 1;
}

.footer .footer-top .right ul li:nth-child(2) {
	width: 21%;
}

.footer .footer-top .right ul li:nth-child(3) {
	width: 17%;
}

.footer .footer-top .right ul li:nth-child(4) {
	width: 19%;
}

.footer .footer-top .right ul li:nth-last-child(1) {
	width: 25%;
	float: right;
}

.footer .footer-center {
	position: relative;
	border-bottom: 1px solid #646467;
}

.footer .footer-center .bt {
	font-size: 18rem;
	color: #ffffff;
	position: relative;
}

.footer .footer-center .bt img {
	width: 34rem;
	margin-right: 10rem;
	display: inline-block;
}

.footer .footer-center .bt span {
	background: #55565a;
	position: relative;
	z-index: 4;
	display: inline-block;
	padding-right: 10rem;
}

.footer .footer-center .bt:after {
	content: '';
	display: block;
	width: 100%;
	height: 3rem;
	background: #646467;
	position: absolute;
	bottom: 2rem;
	left: 0;
	z-index: 1;
}

.footer .footer-center .p {
	padding: 29rem 0 13rem 0;
	overflow: hidden;
}

.footer .footer-center .p p {
	width: 25%;
	float: left;
	font-size: 16rem;
	line-height: 28rem;
	margin-bottom: 24rem;
	color: #bcbcbc;
}

.footer .footer-center .p p span {
	color: #ffffff;
}

.footer .footer-center .p .p2 {
	width: 23%;
}

.footer .footer-copyright {
	text-align: center;
	font-size: 16rem;
	color: #c3c3c3;
	padding: 15rem 0;
}

.footer .footer-copyright a {
	color: #c3c3c3;
	margin: 0 5rem;
}

.content {
	min-height: 500rem;
	padding: 84rem 0;
}

.aside-phone {
	display: none;
	margin-bottom: 15px;
	position: relative;
}

.aside-phone span {
	font-size: 16px;
	line-height: 30px;
	padding:10px 20px;
	border: 1px solid #333333;
	width: 100%;
	display: block;
	margin-top: 20px;
	padding-right: 60px;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.aside-phone ul {
	position: absolute;
	top: 100%;
	background: #f1f1f1;
	left: 0;
	width: 100%;
	z-index: 3;
	display: none;
	padding: 10px 0;
}

.aside-phone ul li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
	width: 100%;
	display: block;
}

.aside-phone span i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	background: url(../images/arrow1h.png) no-repeat center center;
	background-size: 15px;
}

.aside-left {
	width: 25%;
	float: left;
}

.aside-left .aside-title {
	font-size: 26rem;
	color: #54565a;
	margin-bottom: 17rem;
}

.aside-left .aside-search {
	position: relative;
}

.aside-left .aside-search input {
	width: 100%;
	border: 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	height: 50rem;
	padding: 0 80rem 0 40rem;
	background: url(../images/search.png) no-repeat 10rem center;
	background-size: 18rem;
}

.aside-left .aside-search a {
	display: block;
	font-size: 16rem;
	line-height: 50rem;
	color: #5b5d61;
	position: absolute;
	top: 0;
	right: 0;
	width: 62rem;
}

.aside-left .aside-list {
	padding-top: 16rem;
	padding-bottom: 21rem;
	border-bottom: 1px solid #333333;
}

.aside-left .aside-list ul li .pa {
	display: block;
	font-size: 18rem;
	line-height: 55rem;
	color: #696c70;
	position: relative;
	padding-right: 60rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.aside-left .aside-list ul li .pa i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 55rem;
	width: 37rem;
	text-align: center;
	background: url(../images/you.png) no-repeat center center;
	background-size: 10rem;
}

@media (min-width: 1025px) {
	.aside-left .aside-list ul li:hover .pa {
		color: var(--main-color);
	}

	.aside-left .aside-list ul li:hover .pa i {
		background: url(../images/xia.png) no-repeat center center;
		background-size: 10rem;
	}
}

.aside-left .aside-list ul li ul {
	display: none;
	padding: 0 20rem;
}

.aside-left .aside-list ul li ul li a {
	display: block;
	font-size: 15rem;
	line-height: 40rem;
	padding: 0 10px;
	color: #696c70;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.aside-left .aside-list ul li ul li:hover a {
		/* color: var(--main-color); */
		background:#f1f1f1;
	}
}

.aside-left .aside-list ul li ul .active a {
	/* color: var(--main-color); */
	background:#f1f1f1;
}

.aside-left .aside-list ul .active .pa {
	color: var(--main-color);
}

.aside-left .aside-list ul .active .pa i {
	background: url(../images/xia.png) no-repeat center center;
	background-size: 10rem;
}

.aside-left .aside-list ul .active ul {
	display: block;
}

@media(max-width:1200px) {
	.aside-phone {
		display: block;
	}

	.aside-left .aside-list {
		display: none;
	}
}

.aside-right {
	width: 66%;
	float: right;
	padding-top: 10rem;
}

.productlist {
	margin: 0 -45rem;
}

.productlist li {
	width: 25%;
	float: left;
	padding: 0 45rem;
	margin-bottom: 42rem;
}

.productlist li .pic {
	border-radius: 12rem;
}

.productlist li .bt {
	font-size: 18rem;
	line-height: 34rem;
	color: #696c70;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	text-align: center;
}

.product1 .aside-right {
	width: 72.3%;
	padding-top: 4rem;
}

.product1 .prolist {
	padding-bottom: 33rem;
}

.product1 .prolist li {
	margin-bottom: 17rem;
}

.product1 .prolist li .box {
	padding: 12rem 15rem 12rem 15rem;
	background: #f1f1f1;
	height: 466rem;
	overflow: hidden;
}

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

.product1 .prolist li .text {
	padding-right: 0;
	padding-top: 18rem;
}

.product1 .prolist li .text .line {
	margin-bottom: 22rem;
	display:none;
}

.product1 .prolist li .text .jsh {
	height: 60rem;
	margin-bottom: 16rem;
	margin-top: 11rem;
}

.product1 .prolist li .bt {
	font-size: 20rem;
	line-height: 27rem;
	height: 54rem;
	overflow: hidden;
	color: #595757;
}

.page {
	text-align: right;
	line-height: 30rem;
	font-size: 27rem;
	color: #595757;
}

.page a {
	display: inline-block;
	vertical-align: top;
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
}

.page a.cur {
	color: #e62129;
}

.page .prev {
	background: #595757 url(../images/left.png) no-repeat center center;
	background-size: 10rem;
}

@media (min-width: 1025px) {
	.page .prev:hover {
		background-color: var(--main-color);
	}
}

.page .next {
	background: #595757 url(../images/right.png) no-repeat center center;
	background-size: 10rem;
}

@media (min-width: 1025px) {
	.page .next:hover {
		background-color: var(--main-color);
	}
}

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

.inbanner .hover {
	position: absolute;
	bottom: 118rem;
	left: 0;
	width: 100%;
}

.inbanner .hover .bt {
	font-size: 60rem;
	margin-bottom: 44rem;
	font-weight: bold;
	color: #ffffff;
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.inbanner .hover .p {
	font-size: 54rem;
	font-weight: bold;
	color: #ffffff;
	-webkit-animation: fadeInUp2 3s alternate;
	animation: fadeInUp2 3s alternate;
}

.inbanner .hover .jsh {
	font-size: 24rem;
	margin: 16rem 0 61rem 0;
	color: #ffffff;
	text-align: center;
	-webkit-animation: fadeInUp2 4s alternate;
	animation: fadeInUp2 4s alternate;
}

.inbanner .hover .se {
	width: 421rem;
	background-color: #ffffff;
	border-radius: 23rem;
	position: relative;
	margin: 0 auto;
	-webkit-animation: fadeInUp2 5s alternate;
	animation: fadeInUp2 5s alternate;
}

.inbanner .hover .se input {
	width: 100%;
	height: 46rem;
	background: none;
	padding: 0 30rem;
	border: 0;
}

.inbanner .hover .se a {
	display: block;
	font-size: 16rem;
	height: 46rem;
	color: #5b5d61;
	position: absolute;
	top: 0;
	right: 0;
	width: 62rem;
	background: url(../images/search.png) no-repeat center center;
	background-size: 20rem;
}

.inbanner .hover0 {
	top: 20%;
	bottom: auto;
}

.inbanner img {
	display: block;
}

.inbanner .mh {
	display: none;
	width: 100%;
}

.inbanner .m {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.inbanner .item {
	position: relative;
	overflow: hidden;
	background: #000;
}

.inbanner .hover1 {
	text-align: center;
	bottom: auto;
	top: 42%;
}

.after .left {
	width: 53%;
	float: left;
}

.after .left img {
	display: block;
}

.after .right {
	width: 40.5%;
	float: right;
	padding-top: 56rem;
}

.after .right .img {
	margin-top: 45rem;
	margin-bottom: 30rem;
}

.after .right .bt {
	font-size: 42rem;
	margin-bottom: 82rem;
	font-weight: bold;
	color: #333333;
}

.after .right .span {
	font-size: 24rem;
	margin-bottom: 20rem;
	font-weight: bold;
	color: #333333;
}

.after .right .p {
	font-size: 18rem;
	line-height: 30rem;
	color: #666666;
	margin-bottom: 43rem;
}

.job {
	padding: 0 !important;
}

.line1 {
	height: 1rem;
	width: 1386rem;
	margin: 0 auto;
	background-color: #dbdbdb;
}

.join01 {
	padding: 92rem 0;
}

.join01 .box {
	font-size: 0;
}

.join01 .img {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	position: relative;
}

.join01 .text {
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	padding-left: 100rem;
}

.join01 .span {
	font-size: 28rem;
	color: #000000;
}

.join01 .p {
	font-size: 32rem;
	color: #e62129;
	margin-top: 13rem;
}

.join01 .p:after {
	content: '';
	display: block;
	width: 29rem;
	height: 6rem;
	background: var(--main-color);
	margin-top: 42rem;
	margin-bottom: 23rem;
}

.join01 .jsh {
	font-size: 18rem;
	color: #595757;
}

.join01 .jp {
	text-align: center;
	font-size: 27rem;
	line-height: 37rem;
	color: #595757;
	padding: 30rem 0;
	background: #e8e8e8;
}

.join01 .jsearch {
	position: relative;
	margin-top: 41rem;
	padding-right: 160rem;
}

.join01 .jsearch select {
	width: 100%;
	height: 57rem;
	padding: 0 20rem;
	font-size: 18rem;
	color: #595757;
	border: 2px solid #c8c7c7;
}

.join01 .jsearch select::-ms-expand {
	display: none;
}

.join01 .jsearch select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/arrow1h.png) no-repeat 95% center;
	background-size: 18rem;
	background: #fffff\9\0;
}

.join01 .jsearch .tijiao {
	width: 143rem;
	line-height: 57rem;
	display: block;
	font-size: 18rem;
	color: #ffffff;
	text-align: center;
	background: var(--main-color);
	position: absolute;
	top: 0;
	right: 0;
}

@media (min-width: 1025px) {
	.join01 .jsearch .tijiao:hover {
		background: var(--main-color);
	}
}

.inmain-title {
	font-size: 42rem;
	color: #3a3a39;
	border-bottom: 2px solid #c9c9c9;
	padding-bottom: 52rem;
	text-align: center;
}

.job-list {
	padding: 95rem 0;
}

.xiaozhao .list {
	padding-top: 23rem;
	margin-bottom: 50rem;
}

.xiaozhao .list ul li {
	border-bottom: 2px solid #c9c8c8;
}

.xiaozhao .list ul li a {
	display: block;
	padding: 49rem 0;
	overflow: hidden;
}

.xiaozhao .list ul li span {
	width: 33.33333333%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	display: block;
	font-size: 24rem;
	line-height: 30rem;
	color: #3a3a39;
	padding: 0 28rem;
}

.xiaozhao .list ul li .z1 {
	width: 39%;
}

.xiaozhao .list ul li .z2 {
	width: 39%;
}

.xiaozhao .list ul li .z3 {
	width: 21%;
}

@media (min-width: 1025px) {
	.xiaozhao .list ul li:hover {
		background: #e8e8e8;
	}

	.xiaozhao .list ul li:hover .z1 {
		color: var(--main-color);
		text-decoration: underline;
	}
}

.job-show {
	background: #f1f1f1;
}

.job-show .jh3 {
	font-size: 24rem;
	color: #000000;
	position: relative;
	padding-left: 17rem;
}

.job-show .jh3:after {
	content: '';
	display: block;
	width: 6rem;
	height: 23rem;
	background-color: #ea0a2a;
	border-radius: 3rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.job-show .shangchuan a {
	width: 238rem;
	line-height: 25rem;
	font-size: 16rem;
	color: #ffffff;
	background-color: #ea0a2a;
	display: block;
	padding: 12rem 37rem;
	margin: 0 auto;
	transition: 0.5s;
}

.job-show .shangchuan a img {
	float: right;
	width: 26rem;
}

@media (min-width: 1025px) {
	.job-show .shangchuan a:hover {
		background: var(--hover-color);
	}
}

.job-show .left {
	float: left;
	width: 75.5%;
	border-radius: 8rem;
	padding: 67rem 22rem;
	background: #ffffff;
}

.job-show .left .bt {
	font-size: 30rem;
	padding: 0 24rem;
	line-height: 48rem;
	color: #000000;
	position: relative;
	padding-bottom: 54rem;
	margin-bottom: 21rem;
	border-bottom: 1px solid #c2c4d2;
}

.job-show .left .bt .shangchuan {
	position: absolute;
	top: 0;
	right: 0;
}

.job-show .left .info {
	padding: 0 34rem;
}

.job-show .left .jsh {
	border-bottom: 1px solid #c2c4d2;
	font-size: 16rem;
	line-height: 30rem;
	padding: 38rem 0 6rem 0;
	margin-bottom: 26rem;
	color: #666666;
}

.job-show .left .jsh p {
	margin-bottom: 17rem;
}

.job-show .left .jsh ul li {
	width: 20%;
	float: left;
}

.job-show .left .jsh ul li span {
	display: block;
	font-size: 16rem;
	line-height: 30rem;
	color: #000000;
}

.job-show .left .jsh ul li span:nth-child(1) {
	color: #666;
}

.job-show .left .jsh1 {
	border: 0;
}

.job-show .right {
	width: 21.4%;
	float: right;
	border-radius: 8rem;
	background: #ffffff;
	padding: 59rem 59rem;
	position: sticky;
	top: 100rem;
}

.job-show .right .ul {
	padding-top: 25rem;
}

.job-show .right .ul .li {
	margin-bottom: 16rem;
}

.job-show .right .ul .li a {
	display: block;
	font-size: 16rem;
	padding-left: 7rem;
	line-height: 32rem;
	color: #666666;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.job-show .right .ul .li a:hover {
		color: var(--main-color);
	}
}

.yuangong ul {
	margin: 0 -2rem;
}

.yuangong ul li {
	width: 25%;
	float: left;
	padding: 1rem;
}

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

.yuangong ul .yg1 .pic:after {
	padding-bottom: 93.02325581%;
}

.yuangong ul .yg2 {
	width: 50%;
}

.yuangong ul .yg2 .pic:after {
	padding-bottom: 46.24277457%;
}

.honor {
	position: relative;
	overflow: hidden;
}

.honor .mySwiper3 {
	margin: 0 -28rem;
}

.honor .item {
	float: left;
	width: 25%;
	padding: 0 28rem;
	margin-bottom: 51rem;
}

.honor .item a {
	padding-top: 66rem;
	padding-bottom: 23rem;
	background: #ffffff url('../images/hbg.png') no-repeat top center;
	background-size: 100%;
	display: block;
	position: relative;
	box-shadow: -2rem 4rem 18rem 0rem rgba(146, 146, 146, 0.42);
}

@media (min-width: 1025px) {
	.honor .item a:hover .bt {
		color: var(--hover-color);
	}

	.honor .item a:hover .pic img {
		transform: scale(1.1);
	}
}

.honor .pic {
	width: 89%;
	margin: 0 auto;
}

.honor .pic:after {
	padding-bottom: 100%;
}

.honor .hover {
	position: absolute;
	top: 25rem;
	right: 25rem;
	z-index: 3;
	width: 21rem;
	height: 21rem;
	background: url('../images/fangda.png') no-repeat center center;
	background-size: 100%;
}

.honor .bt {
	font-size: 16rem;
	line-height: 35rem;
	color: #343333;
	padding: 0 10rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	text-align: center;
}

.news {
	padding: 133rem 0;
}

.news .left {
	width: 100%;
}

.news .left .left-top {
	position: relative;
	height: 468rem;
	background: url(../images/nbg.jpg) no-repeat center center;
	background-size: cover;
}

.news .left .left-top .text {
	position: absolute;
	top: 50%;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 38rem;
	transform: translateY(-50%);
	color: #ffffff;
}

.news .left .left-top .text .img {
	width: 164rem;
	margin: 60rem auto 0 auto;
}

.newslist2 {
	margin: 0 -9rem;
	padding-bottom: 38rem;
}

.newslist2 li {
	width: 25%;
	float: left;
	padding: 0 9rem;
	margin-bottom: 13rem;
}

.newslist2 li a {
	display: block;
	padding: 50rem 13rem 13rem 13rem;
	background: #f1f1f1;
	height: 468rem;
	position: relative;
}

.newslist2 li a .pic:after {
	padding-bottom: 44.41964286%;
}

.newslist2 li a .text {
	background: none;
	padding: 47rem 0 13rem 0;
}

.newslist2 li a .text .bt {
	font-size: 16rem;
	font-weight: bold;
	color: #231815;
	line-height: 25rem;
	margin-bottom: 18rem;
	overflow: hidden;
	max-height: 50rem;
}

.newslist2 li a .text .p {
	height: 56rem;
	font-size: 14rem;
	color: #595757;
}

.newslist2 li a .text .more {
	overflow: hidden;
	position: absolute;
	bottom: 33rem;
	right: 13rem;
}

.newslist2 li a .text .more p {
	min-width: 183rem;
	line-height: 40rem;
	font-size: 12rem;
	background: #929292;
	float: right;
}

@media (min-width: 1025px) {
	.newslist2 li:hover a {
		background: var(--main-color);
	}

	.newslist2 li:hover a .pic img {
		transform: scale(1.1);
	}

	.newslist2 li:hover a .text .bt {
		color: #fff;
	}

	.newslist2 li:hover a .text .p {
		color: #fff;
	}

	.newslist2 li:hover a .text .more p {
		background: #fff;
		color: var(--main-color);
	}

	.newslist2 li:hover a .text .more p span {
		background: url(../images/more3h.png) no-repeat center right;
		background-size: 21rem;
	}
}

.news-show {
	padding-top: 68rem;
}

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

.n-title h3 {
	font-size: 34rem;
	color: #3a3a39;
}

.n-title h3:after {
	content: '';
	display: block;
	width: 20rem;
	height: 3rem;
	margin: 18rem auto 8rem auto;
	background: #3a3a39;
}

.n-title p {
	font-size: 32rem;
	margin-top: 33rem;
	color: #3a3a39;
}

.h1 {
	font-size: 32rem;
	line-height: 41rem;
	color: #3a3a39;
	text-align: center;
	margin-top: 33rem;
}

.news-info {
	font-size: 16rem;
	line-height: 28rem;
	color: #595757;
	margin: 46rem 0 33rem 0;
	padding: 54rem 0;
	border-top: 1px solid #c1c0c0;
	border-bottom: 1px solid #c1c0c0;
}

.news-info p {
	margin-bottom: 16rem;
}

.related {
	padding: 60rem 0;
}

.related .related-bottom {
	position: relative;
	margin-top: 54rem;
}

.related .swiper {
	overflow: hidden;
}

.related .newslist1 li {
	padding: 0;
	margin-right: 15px;
}

.related .newslist1 li a {
	background: #fff;
	padding: 0;
}

.related .swiper-button-prev,
.related .swiper-button-next {
	width: 50rem;
	height: 50rem;
	border: solid 1rem #acacac;
	border-radius: 50%;
	margin-top: -25rem;
	left: 0;
	opacity: 1;
}

.related .swiper-button-prev:after,
.related .swiper-button-next:after {
	font-size: 16rem;
	color: #acacac;
	font-weight: bold;
}

@media (min-width: 1025px) {

	.related .swiper-button-prev:hover,
	.related .swiper-button-next:hover {
		background-color: var(--main-color);
		border: dashed 1rem var(--main-color);
	}

	.related .swiper-button-prev:hover:after,
	.related .swiper-button-next:hover:after {
		color: #fff;
	}
}

.related .swiper-button-next {
	right: 0;
	left: auto;
}

.contact {
	padding: 0 !important;
	overflow: hidden;
	position: relative;
}

.contact01 {
	padding: 90rem 0 46rem 0;
	background: #fff;
	overflow: hidden;
}

.contact01 .left {
	float: left;
	width: 51%;
}

.contact01 .left .bt {
	font-size: 32rem;
	margin-bottom: 20rem;
	font-weight: bold;
	color: var(--main-color);
}

.contact01 .left .jsh {
	font-size: 16rem;
	line-height: 30rem;
	color: #595757;
}

.contact01 .left .jsh p {
	margin-bottom: 11rem;
}

.contact01 .left .list {
	font-size: 18rem;
	line-height: 34rem;
	padding-top: 17rem;
	color: #595757;
}

.contact01 .left .list li {
	border-bottom: 2rem solid #acabab;
	padding-bottom: 4rem;
	margin-bottom: 18rem;
}

.contact01 .left .list li p {
	font-weight: bold;
}

.contact01 .left .list li a {
	color: #595757;
}

@media (min-width: 1025px) {
	.contact01 .left .list li a:hover {
		text-decoration: underline;
		color: var(--main-color);
	}
}

.contact01 .right {
	float: right;
	width: 45.2%;
	padding-top: 26rem;
}

.contact01 .right ul li {
	margin-bottom: 13rem;
}

.contact01 .right ul li .span {
	font-size: 16rem;
	line-height: 32rem;
	color: var(--main-color);
}

.contact01 .right ul li input,
.contact01 .right ul li textarea {
	width: 100%;
	height: 46rem;
	border: solid 1rem #d3d2d2;
	background: #f3f3f3;
	padding: 0 20rem;
	font-size: 16rem;
}

.contact01 .right ul li textarea {
	height: 99rem;
	padding: 10rem 20rem;
}

.contact01 .right ul li .submit {
	font-size: 16rem;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-top: 26rem;
	background: var(--main-color);
	line-height: 44rem;
	border-radius: 8rem;
}

@media (min-width: 1025px) {
	.contact01 .right ul li .submit:hover {
		background: var(--hover-color);
	}
}

.contact01 .verifyDiv {
	margin-top: 10rem;
}

.contact01 .verify {
	height: 44rem;
	background-color: #e5e5e5;
	font-size: 16rem;
	position: relative;
	width: 100% !important;
}

.contact01 .verify .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 44rem;
	height: 44rem;
	border: 1px #e5e5e5 solid;
	background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
	background-size: 24rem 24rem;
	z-index: 2;
	cursor: move;
}

.contact01 .verify .suc-drag-btn {
	background: #ffffff url(../images/drag-success.svg) no-repeat center center;
	background-size: 24rem 24rem;
}

.contact01 .verify .drag-progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 44rem;
	line-height: 42rem;
	width: 0;
	background-color: var(--main-color);
	color: #333;
	font-size: 16rem;
	text-align: center;
}

.contact01 .verify .fix-tips,
.contact01 .verify .verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	color: #333;
	z-index: 1;
	line-height: 44rem;
	padding-left: 44rem;
	text-align: center;
}

.contact01 .verify .verify-msg {
	padding-left: 0;
	padding-right: 44rem;
}

.contact01 .verify .verify-msg {
	background-color: var(--main-color);
	display: none;
	color: #fff;
}

.contact02 {
	padding: 137rem 0 84rem 0;
	background: #f1f1f1;
	font-size: 0;
	overflow: hidden;
}

.contact02 .left {
	display: inline-block;
	vertical-align: top;
	width: 31.86%;
	text-align: center;
	height: 576rem;
	position: relative;
	background: url(../images/sbg.png) no-repeat center center;
	background-size: cover;
}

.contact02 .left .bt {
	font-size: 30rem;
	line-height: 47rem;
	margin-bottom: 25rem;
	color: #ffffff;
}

.contact02 .left .p {
	font-size: 24rem;
	font-weight: bold;
	line-height: 32rem;
	color: #ffffff;
	position: relative;
}

.contact02 .left .p:after,
.contact02 .left .p:before {
	width: 75rem;
	height: 2rem;
	background-color: #ffffff;
	content: '';
	display: block;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20rem;
}

.contact02 .left img {
	max-width: 290rem;
}

.contact02 .left .span {
	font-size: 37rem;
	font-weight: bold;
	line-height: 45rem;
	margin-top: 16rem;
	color: #ffffff;
}

.contact02 .left .span a {
	color: #ffffff;
}

.contact02 .left .in {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 20rem;
	transform: translateY(-50%);
}

.contact02 .right {
	display: inline-block;
	vertical-align: top;
	width: 68.14%;
	padding-left: 32rem;
}

.contact02 .btb {
	font-size: 20rem;
	line-height: 32rem;
	color: var(--main-color);
	font-weight: bold;
	padding-bottom: 18rem;
	margin-bottom: 29rem;
	border-bottom: 1px solid var(--main-color);
}

.contact02 .btb img {
	width: 28rem;
	display: inline-block;
	vertical-align: middle;
}

.banshichulist {
	margin: 0 -15rem;
}

.banshichulist li {
	width: 50%;
	float: left;
	padding: 0 15rem;
	margin-bottom: 30rem;
}

.banshichulist li .box {
	padding: 28rem 51rem;
	height: 233rem;
	background: #fff;
}

.banshichulist li .box .h3 {
	font-size: 24rem;
	font-weight: bold;
	margin-bottom: 10rem;
	line-height: 50rem;
	color: #595757;
}

.banshichulist li .box .p {
	font-size: 16rem;
	line-height: 30rem;
	color: #595757;
}

@media (min-width: 1025px) {
	.banshichulist li:hover .box {
		background: var(--main-color);
	}

	.banshichulist li:hover .box .h3 {
		color: #fff;
	}

	.banshichulist li:hover .box .p {
		color: #fff;
	}
}

.banshichulist1 li {
	width: 33.33333333%;
}

.download .inmain-title {
	border-bottom: 0;
}

.download ul {
	margin-bottom: 64rem;
}

.download ul li {
	font-size: 20rem;
	line-height: 115rem;
	border-bottom: 1px solid #c1c0c0;
	color: #3a3a39;
	overflow: hidden;
}

.download ul li a {
	display: inline;
	overflow: hidden;
}

@media (min-width: 1025px) {
	/*.download ul li a:hover {
		background: #e8e8e8;
	}*/
	.download ul li:hover span{
		background-color: #e8e8e8;
	}
	.download ul li.first:hover span{
		background-color: #fff;
	}
}

.download ul li span {
	display: block;
	float: left;
	width: 16.66666667%;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	padding: 0 20rem;
}

.download ul li .z1 {
	width: 33%;
}

.download ul li .z3 {
	width: 10%;
}

.download ul li .z4 {
	width: 10%;
}

.download ul li .z5 {
	width: 13%;
}

.download ul li .z6 {
	width: 6%;
	padding: 0;
	text-align: center;
	background: url(../images/down.png) no-repeat center center;
	background-size: 26rem;
	height: 115rem;
}

.download ul li .z7{
	width: 11%;
	cursor: pointer;
}

.download ul li.first .z7{
	cursor: auto;
}

.download ul .first {
	font-size: 24rem;
	line-height: 32rem;
	padding-bottom: 21rem;
	color: #3a3a39;
}

.download ul .first .z6 {
	background: none;
	height: auto;
}

.about {
	padding: 0 !important;
}

.about .home-about {
	padding: 119rem 0 78rem 0;
}

.about .home-about .home-title:after {
	margin-bottom: 19rem;
}

.about .home-about .jsh {
	height: auto;
	margin-bottom: 0;
}

.about02 {
	padding: 115rem 0;
	background: url(../images/abg.jpg) no-repeat top center;
	background-size: cover;
}

.about02 .home-title {
	float: left;
}

.about02 .about-bottom {
	float: right;
	width: 83.3%;
	margin-top: 12rem;
}

.about02 .about-bottom ul {
	padding: 36rem 0 25rem 0;
	/* overflow: hidden; */
	margin-bottom: 26rem;
	background: #fff;
}

.about02 .about-bottom ul li {
	width: 20%;
	float: left;
	border-right: 2px solid #cbcccf;
	padding: 31rem 12rem 31rem 48rem;
	min-height: 245rem;
}

.about02 .about-bottom ul li .pic {
	width: 40rem;
	margin-bottom: 5rem;
	transition: 0.5s;
}

.about02 .about-bottom ul li .text .bt {
	font-size: 21rem;
	line-height: 31rem;
	color: #595757;
	border-bottom: 3rem solid #a7a8a9;
	display: inline-block;
}

.about02 .about-bottom ul li .text .span {
	font-size: 20rem;
	margin: 12rem 0 11rem 0;
	color: var(--main-color);
}

.about02 .about-bottom ul li .text .p {
	font-size: 16rem;
	line-height: 30rem;
	color: #595757;
}

.about02 .about-bottom ul.ling {
	overflow:hidden;
}

@media (min-width: 1025px) {
	.about02 .about-bottom ul li:hover .pic {
		transform: rotateY(360deg);
	}
}

.about02 .about-bottom ul li:nth-last-child(1) {
	border: 0;
}

.about02 .about-bottom .ling li:nth-child(1) {
	width: 30%;
}

.about02 .about-bottom .ling li:nth-child(2) {
	width: 70%;
}

.about02 .about-bottom .ling li:nth-child(2) p {
	float: left;
	width: 45%;
}

.about02 .about-bottom .ling li:nth-child(2) p:nth-child(2) {
	width: 55%;
}

.about .about03 {
	background: #f1f1f1;
	padding: 114rem 0 103rem 0;
}

.about .about03 .home-title3 .span {
	color: #000000;
}

.about .about03 .home-title .p {
	color: var(--main-color);
}

.about .about03 .home-title:after {
	background: var(--main-color);
}

.about .about03 .left .jsh {
	color: #55565a;
}

.about .about03 .right {
	width: 56%;
	margin-right: 0;
	border-radius: 0;
}

.about .about03 .youshi {
	padding-top: 28rem;
}

.about .about03 .youshi ul li .counter,
.about .about03 .youshi ul li b {
	color: var(--main-color);
}

.about .about03 .youshi ul li .p {
	color: #333333;
}

.about .about03 .youshi ul li:after {
	background-color: #797777;
}

.about .about03 .youshi ul li i {
	color: var(--main-color);
}

.history {
	padding: 107rem 0 99rem 0;
	position: relative;
	overflow: hidden;
}

.history .history-bottom {
	position: relative;
	margin-top: 50rem;
}

.history .history-bottom:after {
	content: '';
	display: block;
	width: 1920rem;
	height: 9rem;
	position: absolute;
	top: 32rem;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/line.png) no-repeat center center;
	background-size: 100%;
}

.history .history-bottom .swiper-button-next,
.history .history-bottom .swiper-button-prev {
	width: 46rem;
	height: 46rem;
	background: #e9e9e9 url(../images/left1.png) no-repeat center center;
	background-size: 15rem;
	border-radius: 50%;
	border: 0;
	margin-top: -60rem;
	left: -170rem;
	z-index: 55;
}

.history .history-bottom .swiper-button-next:after,
.history .history-bottom .swiper-button-prev:after {
	display: none;
}

@media (min-width: 1025px) {

	.history .history-bottom .swiper-button-next:hover,
	.history .history-bottom .swiper-button-prev:hover {
		background: var(--main-color) url(../images/left1h.png) no-repeat center center;
		background-size: 15rem;
	}
}

.history .history-bottom .swiper-button-next {
	left: auto;
	right: -170rem;
	background: #e9e9e9 url(../images/right1.png) no-repeat center center;
	background-size: 15rem;
}

@media (min-width: 1025px) {
	.history .history-bottom .swiper-button-next:hover {
		background: var(--main-color) url(../images/right1h.png) no-repeat center center;
		background-size: 15rem;
	}
}

.history .history-info {
	position: relative;
	overflow: hidden;
}

.history .swiper-history {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.history .swiper-history .swiper-slide {
	text-align: center;
	cursor: pointer;
	padding-top: 80rem;
	z-index: 5;
	position: relative;
}

.history .swiper-history .swiper-slide:after {
	content: '';
	display: block;
	width: 1rem;
	height: 40rem;
	background-color: #d6d6d6;
	position: absolute;
	top: 0;
	left: 50%;
}

.history .swiper-history .swiper-slide .bt {
	font-size: 36rem;
	margin-bottom: 13rem;
	color: #333333;
}

.history .swiper-history .swiper-slide .p {
	font-size: 16rem;
	color: #2a2a2a;
}

.history .swiper-history .swiper-slide-thumb-active .bt {
	color: var(--main-color);
}

.history .swiper-history .swiper-slide-thumb-active .p {
	color: var(--main-color);
}

.history .swiper-xiangqing .box {
	position: relative;
	overflow: hidden;
}

.history .swiper-xiangqing .box .pic {
	float: left;
	width: 46%;
	background-color: #eeeeee;
	box-shadow: 0rem 3rem 17rem 0rem rgba(136, 136, 136, 0.18);
}

.history .swiper-xiangqing .box .pic:after {
	padding-bottom: 63.20754717%;
}

.history .swiper-xiangqing .box .text {
	float: right;
	width: 48.4%;
	padding-top: 53rem;
}

.history .swiper-xiangqing .box .text .bt {
	font-size: 70rem;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 20rem;
}

.history .swiper-xiangqing .box .text .span {
	font-size: 24rem;
	color: #333333;
	margin-bottom: 49rem;
}

.history .swiper-xiangqing .box .text .p {
	font-size: 16rem;
	color: #666666;
}

.history .swiper-xiangqing .box .text .p p {
	position: relative;
}

.product-show {
	padding: 0 !important;
}
.product-top {
	padding-top: 92rem;
	padding-bottom: 60rem;
	background: #f1f1f1;
}
.product-top .tu {
	float: left;
	width: 60.8%;
	position: relative;
}

.product-top .tu .swiper-tu {
	position: relative;
	overflow: hidden;
	padding-bottom: 49rem;
}
.product-top .tu .swiper-tu .pic {
	height: 100%;
	width: 100%;
}

.product-top .tu .swiper-tu .pic:after {
	padding-bottom: 55.08982036%;
}

.product-top .tu .swiper-pagination {
	bottom: 0;
	text-align: center;
	left: 0;
	width: 100%;
}

.product-top .tu .swiper-pagination-bullet {
	background: #54565a;
	opacity: 1;
	width: 8rem;
	height: 8rem;
	margin: 0 6rem;
}

.product-top .tu .swiper-pagination-bullet-active {
	background: var(--main-color);
}

.product-top .text {
	float: right;
	width: 29%;
	padding-top: 57rem;
}

.product-top .text .bt {
	font-size: 32rem;
	margin-bottom: 30rem;
	color: #595757;
}

.product-top .text .p {
	font-size: 16rem;
	line-height: 24rem;
	color: #595757;
	margin-bottom: 93rem;
}

.product-top .text .p p {
	margin-bottom: 6rem;
}

.product-top .text .more a {
	min-width: 157rem;
	line-height: 40rem;
}

.product-top .text .more a span {
	width: 21rem;
	height: 40rem;
}

.product-info {
	padding: 101rem 0;
}
.product-info .pro-item{
    position: relative;
}
.product-info .pro-item .ph3 {
	font-size: 24rem;
	color: #595757;
	position: relative;
	padding-left: 17rem;
}

.product-info .pro-item .ph3:after {
	content: '';
	display: block;
	width: 6rem;
	height: 23rem;
	background-color: #ea0a2a;
	border-radius: 3rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.product-info .pro-item .pjsh {
	font-size: 16rem;
	line-height: 24rem;
	padding: 33rem 0;
	color: #595757;
}

.product-info .pro-item .pjsh p {
	margin-bottom: 5rem;
}

.product-info .pro-item .pjsh table td {
	font-size: 16rem;
	line-height: 32rem;
	word-break: break-word;
	background: #f1f1f1;
	color: #595757;
	padding: 15rem 20rem;
}

.product-info .pro-item .pjsh table tr:nth-child(2n) td {
	background: #ffffff;
}

.product-info .pro-item .pjsh table .firstRow td {
	color: #fff;
	font-weight: bold;
	font-size: 18rem;
	padding: 9rem 20rem;
	background: var(--main-color);
}

.product-info .pro-item .pjsh table .firstRow td p,.product-info .pro-item .pjsh table .firstRow td span{
	color: #fff!important;
}



.table {
	margin: 26rem 0;
}

.table table td {
	font-size: 16rem;
	line-height: 32rem;
	word-break: break-word;
	background: #f1f1f1;
	color: #595757;
	padding: 15rem 20rem;
}

.table table tr:nth-child(2n) td {
	background: #ffffff;
}

.table table .firstRow td {
	color: #fff;
	font-weight: bold;
	font-size: 18rem;
	padding: 9rem 20rem;
	background: var(--main-color);
}

.current .right {
    padding: 12rem 0
}
.current2{
	margin-bottom:80rem;
}

.current span {
    color: #666;
    font-size: 16rem;
    line-height: 32rem;
    background: url(../images/home.png) no-repeat left 3rem;
    background-size: 18rem;
    padding-left: 25rem
}

.current span a {
	color: #666
}

.current span b {
	color: #666;
	font-weight: normal
}

@media (max-width: 1200px) {
	body {
		font-size: 14px;
	}

	.container {
		width: 100%;
		max-width: 750px;
		padding: 0 15px;
	}

	.sitemap li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.sitemap li .top {
		font-size: 20px;
	}

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

	.sitemap li .bot a {
		font-size: 16px;
		margin-right: 20px;
	}

	.sitemap li .bot p {
		margin-top: 10px;
	}

	.height {
		top: -60px;
	}

	.height1 {
		height: 60px;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		padding-top: 14px;
		margin-left: 0;
	}

	.header .logo a img {
		width: 136px;
	}

	.header .header-right {
		margin-right: 0;
	}

	.header .header-right .menu {
		display: block;
	}

	.header .header-right .lan span {
		height: 60px;
		width: 40px;
		background-size: 26px;
	}

	.header .header-right .lan ul {
		padding: 10px;
		width: 140px;
		margin-left: -70px;
		box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.14);
	}

	.header .header-right .lan ul li a {
		font-size: 15px;
		line-height: 40px;
	}

	.nav {
		display: none;
	}

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

	.banner .swiper-renewal-main .img1 {
		display: block;
	}

	.banner .swiper-renewal-main .swiper-button-prev,
	.banner .swiper-renewal-main .swiper-button-next {
		width: 54px;
		height: 54px;
		border: solid 1px rgba(255, 255, 255, 0.3);
		border-radius: 8px;
		margin-top: -27px;
		left: 20px;
	}

	.banner .swiper-renewal-main .swiper-button-prev:after,
	.banner .swiper-renewal-main .swiper-button-next:after {
		font-size: 16px;
	}

	.banner .swiper-renewal-main .swiper-button-next {
		right: 20px;
		left: auto;
	}

	.banner .swiper-renewal-main .swiper-pagination {
		bottom: 50px;
	}

	.banner .swiper-renewal-main .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
	}

	.headerfix,
	.header:hover {
		background: #fff;
		box-shadow: 1px 6px 27px 0 rgba(1, 25, 49, 0.22);
	}

	.headerfix .logo a img,
	.header:hover .logo a img {
		display: none;
	}

	.headerfix .logo a .logo2,
	.header:hover .logo a .logo2 {
		display: block;
	}

	.headerfix .header-right .lan span,
	.header:hover .header-right .lan span {
		background: url(../images/world1.gif) no-repeat center center;
		background-size: 26px;
	}

	.headerfix .header-right .menu .navPhoneBtn span,
	.header:hover .header-right .menu .navPhoneBtn span {
		background: var(--main-color);
	}

	.headerfix .nav ul li a,
	.header:hover .nav ul li a {
		color: #3a3a39;
	}

	.headerfix .nav ul li a i,
	.header:hover .nav ul li a i {
		background: url(../images/arrow1h.png) no-repeat center center;
		background-size: 100%;
	}

	.header1 .logo a img {
		display: none;
	}

	.header1 .logo a .logo2 {
		display: block;
	}

	.header1 .header-right .lan span {
		background: url(../images/world1.gif) no-repeat center center;
		background-size: 26px;
	}

	.header1 .header-right .menu .navPhoneBtn span {
		background: var(--main-color);
	}

	.header1 .nav ul li a {
		color: #3a3a39;
	}

	.header1 .nav ul li a i {
		background: url(../images/arrow1h.png) no-repeat center center;
		background-size: 100%;
	}

	.home-title:after {
		width: 25px;
		height: 4px;
		margin-top: 16px;
		margin-bottom: 26px;
	}

	.home-title .span {
		font-size: 18px;
		line-height: 27px;
	}

	.home-title .p {
		font-size: 22px;
		margin-top: 7px;
	}

	.home-title1 .p {
		font-size: 26px;
	}

	.home-title2:after {
		display: none;
	}

	.home-title2 .span {
		font-size: 20px;
	}

	.home-title2 .p {
		font-size: 26px;
	}

	.home-title3:after {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.home-title3 .span {
		font-size: 20px;
	}

	.home-title3 .p {
		font-size: 26px;
	}

	.more a,
	.more p {
		min-width: 165px;
		line-height: 40px;
		font-size: 12px;
		border-radius: 30px;
	}

	.more a span,
	.more p span {
		background-size: 21px;
		padding-right: 25px;
		padding-left: 5px;
	}

	.more1 a,
	.more1 p {
		min-width: 165px;
		line-height: 40px;
		font-size: 12px;
		border-radius: 30px;
	}

	.more1 a span,
	.more1 p span {
		background-size: 21px;
		padding-right: 25px;
		padding-left: 5px;
	}

	.home-about {
		padding: 40px 0;
	}

	.home-about .left {
		width: 100%;
		margin-top: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.home-about .jsh {
		font-size: 15px;
		line-height: 30px;
		height: 180px;
		margin-bottom: 15px;
	}

	.home-about .jsh p {
		margin-bottom: 0;
	}

	.home-about .right {
		width: 100%;
		border-radius: 8px;
	}

	.home-youshi {
		padding: 40px 15px;
		background: #f1f1f1;
	}

	.home-youshi .tou {
		position: relative;
		top: auto;
		left: auto;
	}

	.home-youshi .tou .container {
		padding: 0;
	}

	.home-youshi .tou .home-title .p {
		color: #333;
	}

	.home-youshi .tou .home-title:after {
		background: var(--main-color);
	}

	.home-youshi .swiper-ys {
		overflow: hidden;
		position: relative;
	}

	.home-youshi .hover {
		min-height: 0;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.home-youshi .hover .info {
		width: 100%;
	}

	.home-youshi .hover .yspan {
		color: #333;
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.home-youshi .hover .ybt {
		font-size: 18px;
		color: var(--main-color);
	}

	.home-youshi .hover .ybt:after {
		width: 31px;
		height: 2px;
		margin-top: 10px;
		margin-bottom: 12px;
		background: var(--main-color);
	}

	.home-youshi .hover .yjsh {
		font-size: 15px;
		line-height: 30px;
		max-height: 120px;
		height: auto;
		margin-bottom: 18px;
		color: #666;
	}

	.home-youshi .hover .more1 p {
		border: 1px solid #929292;
		background: #929292;
	}

	.home-youshi .img {
		background: none !important;
		position: relative;
		top: auto;
		left: auto;
	}

	.home-youshi .img img {
		display: block;
	}

	.home-youshi .swiper-pagination {
		width: 100%;
		bottom: 0;
		right: 0;
		text-align: center;
	}

	.home-youshi .swiper-pagination-bullet {
		opacity: 1;
		width: 10px;
		height: 10px;
		margin-left: 15px !important;
		background-color: #ccc;
	}

	.home-youshi .swiper-pagination-bullet-active {
		background-color: var(--main-color);
	}

	.home-product {
		padding: 40px 0 20px 0;
	}

	.home-product .home-bottom {
		padding-top: 19px;
	}

	.prolist {
		margin: 0 -10px;
	}

	.prolist li {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.prolist li .text {
		padding-right: 0;
		padding-top: 20px;
	}

	.prolist li .text .line {
		width: 170px;
		height: 3px;
		margin-bottom: 9px;
	}

	.prolist li .text .span {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
		border: 1px solid #cccbcb;
		padding: 0 10px;
	}

	.prolist li .text .jsh {
		font-size: 15px;
		line-height: 30px;
		height: 90px;
		margin-bottom: 10px;
	}

	.prolist li .text .more p {
		min-width: 168px;
		line-height: 40px;
	}

	.home-news {
		padding: 40px 0;
	}

	.home-news .home-title:after {
		display: none;
	}

	.home-news .home-bottom {
		padding-top: 20px;
	}

	.home-news .home-bottom .left {
		width: 100%;
		height: 350px;
	}

	.home-news .home-bottom .left .img {
		width: 100px;
		margin-bottom: 14px;
	}

	.home-news .home-bottom .left .more1 p {
		min-width: 188px;
		line-height: 45px;
		font-size: 14px;
	}

	.home-news .home-bottom .right {
		width: 100%;
	}

	.home-news .home-bottom .right .newslist {
		width: 100%;
		padding: 0;
	}

	.newslist li {
		margin-bottom: 12px;
	}

	.newslist li .text {
		padding: 18px;
		height: auto;
	}

	.newslist li .text .bt {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 8px;
	}

	.newslist li .text .p {
		font-size: 14px;
		line-height: 28px;
		height: 84px;
		margin-bottom: 10px;
	}

	.newslist li .text .more1 p {
		min-width: 0;
		line-height: 22px;
		font-size: 14px;
	}

	.newslist li .text .more1 p span {
		background-size: 21px;
	}

	.home-xiezuo {
		padding: 40px 0;
	}

	.home-xiezuo .left {
		width: 100%;
		padding-top: 0;
		margin-top: 0;
		padding-right: 0;
	}

	.home-xiezuo .left .jsh {
		font-size: 15px;
		line-height: 26px;
		height: auto;
	}

	.home-xiezuo .right {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.home-xiezuo .youshi ul li {
		width: 45%;
		margin-bottom: 20px;
	}

	.home-xiezuo .youshi ul li:after {
		display: none;
	}

	.home-xiezuo .youshi ul li .counter,
	.home-xiezuo .youshi ul li b {
		font-size: 44px;
		line-height: 55px;
	}

	.home-xiezuo .youshi ul li b {
		font-size: 36px;
		line-height: 30px;
	}

	.home-xiezuo .youshi ul li i {
		font-size: 20px;
		line-height: 30px;
	}

	.home-xiezuo .youshi ul li .p {
		padding-left: 6px;
		font-size: 14px;
		text-align: left;
	}

	.home-xiezuo .youshi ul li .p img {
		height: 20px;
		margin-bottom: 5px;
	}

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

	.home-xiezuo .youshi ul li:nth-child(2):after {
		display: none;
	}

	.home-xiezuo .youshi ul li:nth-child(2) .box {
		padding-left: 21px;
	}

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

	.home-xiezuo .youshi ul li:nth-child(3) .box {
		padding-left: 0;
	}

	.home-xiezuo .youshi ul li:nth-child(4) {
		width: 55%;
	}

	.home-xiezuo .youshi ul li:nth-child(4):after {
		display: none;
	}

	.home-xiezuo .youshi ul li:nth-child(4) .box {
		padding-left: 21px;
		float: left;
	}

	.footer .footer-top {
		padding: 30px 0 30px 0;
	}

	.footer .footer-top .right ul li {
		display: none;
	}

	.footer .footer-top .right ul li .t {
		padding-right: 0;
		margin-bottom: 21px;
		position: relative;
	}

	.footer .footer-top .right ul li .eme {
		position: relative;
		top: auto;
		right: auto;
		width: 135px;
		display: none;
		margin-bottom: 10px;
	}

	.footer .footer-top .right ul li .num {
		font-size: 14px;
	}

	.footer .footer-top .right ul li .flist p a {
		font-size: 28px;
	}

	.footer .footer-top .right ul li .list1 {
		position: relative;
	}

	.footer .footer-top .right ul li .list1 p {
		font-size: 14px;
		margin-bottom: 18px;
		color: #c3c3c3;
	}

	.footer .footer-top .right ul li .list1 p img {
		width: 14px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}

	.footer .footer-top .right ul li .socialMedia {
		margin-top: 13px;
		margin-bottom: 20px;
	}

	.footer .footer-top .right ul li .socialMedia .list li {
		float: left;
		width: auto !important;
		margin-right: 5px;
		display: block;
	}

	.footer .footer-top .right ul li .socialMedia .list .icon {
		width: 36px;
		height: 36px;
		margin-right: 8px;
		border-radius: 50%;
		background-size: 100% !important;
	}

	.footer .footer-top .right ul li .socialMedia .list .icon-1 {
		background: url(../images/spriteh.png) no-repeat center center;
	}

	.footer .footer-top .right ul li .socialMedia .list .icon-2 {
		background: url(../images/sprite4h.png) no-repeat center center;
	}

	.footer .footer-top .right ul li .socialMedia .list .icon-3 {
		background: url(../images/sprite5h.png) no-repeat center center;
	}

	.footer .footer-top .right ul li .socialMedia .list .icon-4 {
		background: url(../images/sprite3h.png) no-repeat center center;
		margin-right: 0;
	}

	.footer .footer-top .right ul li .socialMedia .list .down {
		font-size: 14px;
		width: 230px;
		padding-bottom: 20px;
	}

	.footer .footer-top .right ul li .socialMedia .list .down .txt {
		margin-right: 10px;
	}

	.footer .footer-top .right ul li .socialMedia .list .down .ewm {
		width: 132px;
		border: 1px #343638 solid;
		padding: 5px;
	}

	.footer .footer-top .right ul li .socialMedia .list .down .ewm:after {
		border-width: 10px 6px 0 6px;
		position: absolute;
		bottom: -10px;
		left: 12px;
	}

	.footer .footer-top .right ul li:nth-last-child(1) {
		width: 100%;
		display: block;
	}

	.footer .footer-center {
		border-bottom: 1px solid #646467;
	}

	.footer .footer-center .bt {
		font-size: 18px;
	}

	.footer .footer-center .bt img {
		width: 34px;
		margin-right: 10px;
	}

	.footer .footer-center .bt span {
		padding-right: 10px;
	}

	.footer .footer-center .bt:after {
		height: 3px;
		bottom: 2px;
	}

	.footer .footer-center .p {
		padding: 19px 0 13px 0;
	}

	.footer .footer-center .p p {
		width: 100%;
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 6px;
	}

	.footer .footer-center .p .p2 {
		width: 100%;
	}

	.footer .footer-copyright {
		font-size: 14px;
		padding: 15px 0;
	}

	.footer .footer-copyright a {
		margin: 0 5px;
	}

	.content {
		min-height: 500px;
		padding: 40px 0;
	}

	.aside-left {
		width: 100%;
	}

	.aside-left .aside-title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.aside-left .aside-search input {
		height: 40px;
		padding: 0 80px 0 40px;
		background: url(../images/search.png) no-repeat 10px center;
		background-size: 14px;
	}

	.aside-left .aside-search a {
		font-size: 14px;
		line-height: 40px;
		width: 44px;
	}

	.aside-left .aside-list {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.aside-left .aside-list ul li .pa {
		font-size: 14px;
		line-height: 40px;
		padding-right: 60px;
	}

	.aside-left .aside-list ul li .pa i {
		height: 40px;
		width: 37px;
		background-size: 10px;
	}

	.aside-left .aside-list ul li ul {
		display: none;
		padding: 0 20px;
	}

	.aside-left .aside-list ul li ul li a {
		display: block;
		font-size: 15px;
		line-height: 40px;
		color: #696c70;
		position: relative;
		text-overflow: ellipsis;
		white-space: nowrap !important;
		overflow: hidden;
	}

	.aside-left .aside-list ul li ul .active a {
		color: var(--main-color);
	}

	.aside-left .aside-list ul .active .pa {
		color: var(--main-color);
	}

	.aside-left .aside-list ul .active .pa i {
		background: url(../images/jian.png) no-repeat center center;
		background-size: 10px;
	}

	.aside-left .aside-list ul .active ul {
		display: block;
	}

	.aside-right {
		width: 100%;
		padding-top: 20px;
	}

	.productlist {
		margin: 0 -8px;
	}

	.productlist li {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 22px;
	}

	.productlist li .pic {
		border-radius: 12px;
	}

	.productlist li .bt {
		font-size: 15px;
		line-height: 34px;
	}

	.product1 .aside-right {
		width: 100%;
		padding-top: 20px;
	}

	.product1 .prolist {
		padding-bottom: 23px;
	}

	.product1 .prolist li {
		margin-bottom: 17px;
	}

	.product1 .prolist li .box {
		padding: 12px 15px 12px 15px;
		height: auto;
	}

	.product1 .prolist li .text {
		padding-right: 0;
		padding-top: 18px;
	}

	.product1 .prolist li .text .line {
		margin-bottom: 22px;
	}

	.product1 .prolist li .text .jsh {
		height: 60px;
		margin-bottom: 16px;
		margin-top: 11px;
	}

	.product1 .prolist li .bt {
		font-size: 16px;
		line-height: 27px;
		height: auto;
		max-height: 54px;
	}

	.page {
		line-height: 30px;
		font-size: 16px;
	}

	.page a {
		width: 30px;
		height: 30px;
	}

	.page .prev {
		background-size: 6px;
	}

	.page .next {
		background-size: 6px;
	}

	.inbanner .hover {
		bottom: 28px;
	}

	.inbanner .hover .bt {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.inbanner .hover .p {
		font-size: 16px;
	}

	.inbanner .hover .jsh {
		font-size: 18px;
		margin: 10px 0 11px 0;
	}

	.inbanner .hover .se {
		width: 100%;
		border-radius: 23px;
	}

	.inbanner .hover .se input {
		width: 100%;
		height: 36px;
		background: none;
		padding: 0 30px;
		border: 0;
	}

	.inbanner .hover .se a {
		font-size: 14px;
		height: 36px;
		width: 42px;
		background-size: 15px;
	}

	.inbanner .hover0 {
		top: 80px;
		bottom: auto;
	}

	.inbanner img {
		display: block;
	}

	.inbanner .mh {
		display: block;
	}

	.inbanner .m {
		display: none;
	}

	.inbanner .hover1 {
		text-align: center;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		padding-top: 60px;
	}

	.after .left {
		width: 100%;
	}

	.after .right {
		width: 100%;
		padding-top: 20px;
	}

	.after .right .img {
		margin-top: 0;
		margin-bottom: 10px;
		width: 29px;
	}

	.after .right .bt {
		font-size: 24px;
		margin-bottom: 22px;
	}

	.after .right .span {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.after .right .p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 23px;
	}

	.line1 {
		height: 1px;
		width: 90%;
	}

	.join01 {
		padding: 40px 0;
	}

	.join01 .box {
		font-size: 0;
	}

	.join01 .img {
		width: 100%;
	}

	.join01 .text {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

	.join01 .span {
		font-size: 20px;
	}

	.join01 .p {
		font-size: 24px;
		margin-top: 13px;
	}

	.join01 .p:after {
		width: 20px;
		height: 3px;
		margin-top: 22px;
		margin-bottom: 13px;
	}

	.join01 .jsh {
		font-size: 15px;
	}

	.join01 .jp {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 0;
	}

	.join01 .jsearch {
		margin-top: 21px;
		padding-right: 130px;
	}

	.join01 .jsearch select {
		width: 100%;
		height: 40px;
		padding: 0 20px;
		font-size: 14px;
		border: 1px solid #c8c7c7;
	}

	.join01 .jsearch select {
		background: url(../images/arrow1h.png) no-repeat 95% center;
		background-size: 12px;
	}

	.join01 .jsearch .tijiao {
		width: 120px;
		line-height: 40px;
		font-size: 14px;
	}

	.inmain-title {
		font-size: 26px;
		border-bottom: 2px solid #c9c9c9;
		padding-bottom: 22px;
	}

	.job-list {
		padding: 40px 0;
	}

	.xiaozhao .list {
		padding-top: 0;
		margin-bottom: 20px;
	}

	.xiaozhao .list ul li {
		border-bottom: 1px solid #c9c8c8;
	}

	.xiaozhao .list ul li a {
		padding: 19px 0;
	}

	.xiaozhao .list ul li span {
		width: 100%;
		font-size: 16px;
		line-height: 30px;
		padding: 0 18px;
	}

	.xiaozhao .list ul li .z1 {
		width: 100%;
		font-weight: bold;
		font-size: 18px;
	}

	.xiaozhao .list ul li .z2 {
		width: 100%;
	}

	.xiaozhao .list ul li .z3 {
		width: 100%;
	}

	.job-show .jh3 {
		font-size: 20px;
		padding-left: 17px;
	}

	.job-show .jh3:after {
		width: 4px;
		height: 16px;
		border-radius: 3px;
	}

	.job-show .shangchuan a {
		width: 158px;
		line-height: 25px;
		font-size: 15px;
		padding: 12px 27px;
	}

	.job-show .shangchuan a img {
		width: 26px;
	}

	.job-show .left {
		width: 100%;
		border-radius: 8px;
		padding: 20px;
		margin-bottom: 20px;
	}

	.job-show .left .bt {
		font-size: 30px;
		padding: 0;
		line-height: 38px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #c2c4d2;
	}

	.job-show .left .bt .shangchuan {
		display: none;
	}

	.job-show .left .info {
		padding: 0;
	}

	.job-show .left .jsh {
		border-bottom: 1px solid #c2c4d2;
		font-size: 14px;
		line-height: 26px;
		padding: 28px 0 6px 0;
		margin-bottom: 16px;
	}

	.job-show .left .jsh p {
		margin-bottom: 7px;
	}

	.job-show .left .jsh ul li {
		width: 100%;
	}

	.job-show .left .jsh ul li span {
		width: 100%;
		font-size: 16px;
		line-height: 30px;
	}

	.job-show .left .jsh1 {
		border: 0;
	}

	.job-show .right {
		width: 100%;
		border-radius: 8px;
		padding: 20px;
	}

	.job-show .right .ul {
		padding-top: 15px;
	}

	.job-show .right .ul .li {
		margin-bottom: 10px;
	}

	.job-show .right .ul .li a {
		font-size: 14px;
		padding-left: 7px;
		line-height: 26px;
	}

	.yuangong ul {
		margin: 0 -2px;
	}

	.yuangong ul li {
		width: 33.333333%;
		padding: 2px;
	}

	.yuangong ul .yg2 {
		width: 66.6666%;
	}

	.honor .mySwiper3 {
		margin: 0 -8px;
	}

	.honor .item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 21px;
	}

	.honor .item a {
		padding-top: 66px;
		padding-bottom: 23px;
		box-shadow: -2px 4px 18px 0px rgba(146, 146, 146, 0.42);
	}

	.honor .pic {
		width: 89%;
	}

	.honor .hover {
		top: 25px;
		right: 25px;
		width: 21px;
		height: 21px;
	}

	.honor .bt {
		font-size: 16px;
		line-height: 35px;
		padding: 0 10px;
	}

	.news {
		padding: 40px 0;
	}

	.news .left {
		width: 100%;
	}

	.news .left .left-top {
		height: 268px;
	}

	.news .left .left-top .text {
		position: absolute;
		top: 50%;
		text-align: center;
		color: #fff;
		width: 100%;
		font-size: 30px;
	}

	.news .left .left-top .text .img {
		width: 164px;
		margin: 20px auto 0 auto;
	}

	.newslist2 {
		margin: 0 -9px;
		padding-bottom: 28px;
	}

	.newslist2 li {
		width: 100%;
		padding: 0 9px;
		margin-bottom: 13px;
	}

	.newslist2 li a {
		padding: 15px;
		height: auto;
	}

	.newslist2 li a .text {
		background: none;
		padding: 17px 0 0 0;
	}

	.newslist2 li a .text .bt {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 18px;
		max-height: 50px;
	}

	.newslist2 li a .text .p {
		height: 56px;
		font-size: 14px;
	}

	.newslist2 li a .text .more {
		bottom: auto;
		right: auto;
		position: relative;
	}

	.newslist2 li a .text .more p {
		min-width: 150px;
		line-height: 40px;
		font-size: 12px;
	}

	.newslist2 li:nth-child(1) {
		width: 100%;
	}

	.news-show {
		padding-top: 40px;
	}

	.n-title h3 {
		font-size: 28px;
	}

	.n-title h3:after {
		width: 20px;
		height: 2px;
		margin: 10px auto 8px auto;
	}

	.n-title p {
		font-size: 20px;
		margin-top: 13px;
	}

	.h1 {
		font-size: 28px;
		line-height: 41px;
		margin-top: 13px;
	}

	.news-info {
		font-size: 15px;
		line-height: 28px;
		margin: 23px 0 0 0;
		padding: 24px 0;
	}

	.news-info p {
		margin-bottom: 16px;
	}

	.related {
		padding: 40px 0;
	}

	.related .related-bottom {
		margin-top: 24px;
	}

	.related .newslist2 {
		padding-bottom: 0;
	}

	.contact01 {
		padding: 40px 0;
	}

	.contact01 .left {
		width: 100%;
	}

	.contact01 .left .bt {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.contact01 .left .jsh {
		font-size: 14px;
		line-height: 26px;
	}

	.contact01 .left .jsh p {
		margin-bottom: 5px;
	}

	.contact01 .left .list {
		font-size: 15px;
		line-height: 30px;
		padding-top: 17px;
	}

	.contact01 .left .list li {
		border-bottom: 1px solid #acabab;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.contact01 .right {
		width: 100%;
		padding-top: 20px;
	}

	.contact01 .right ul li {
		margin-bottom: 13px;
	}

	.contact01 .right ul li .span {
		font-size: 14px;
		line-height: 32px;
	}

	.contact01 .right ul li input,
	.contact01 .right ul li textarea {
		height: 40px;
		border: solid 1px #d3d2d2;
		padding: 0 20px;
		font-size: 14px;
	}

	.contact01 .right ul li textarea {
		height: 90px;
		padding: 10px 20px;
	}

	.contact01 .right ul li .submit {
		font-size: 14px;
		margin-top: 26px;
		line-height: 44px;
		border-radius: 8px;
	}

	.contact01 .verifyDiv {
		margin-top: 10px;
	}

	.contact01 .verify {
		height: 44px;
		background-color: #e5e5e5;
		font-size: 14px;
		position: relative;
		width: 100% !important;
	}

	.contact01 .verify .drag-btn {
		position: absolute;
		left: 0;
		top: 0;
		width: 44px;
		height: 44px;
		border: 1px #e5e5e5 solid;
		background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
		background-size: 24px 24px;
		z-index: 2;
		cursor: move;
	}

	.contact01 .verify .suc-drag-btn {
		background: #ffffff url(../images/drag-success.svg) no-repeat center center;
		background-size: 24px 24px;
	}

	.contact01 .verify .drag-progress {
		position: absolute;
		left: 0;
		top: 0;
		height: 44px;
		line-height: 42px;
		width: 0;
		background-color: var(--main-color);
		color: #333;
		font-size: 16px;
		text-align: center;
	}

	.contact01 .verify .fix-tips,
	.contact01 .verify .verify-msg {
		width: 100%;
		position: absolute;
		right: 0;
		left: 0;
		height: 100%;
		color: #333;
		z-index: 1;
		line-height: 44px;
		padding-left: 44px;
		text-align: center;
	}

	.contact01 .verify .verify-msg {
		padding-left: 0;
		padding-right: 44px;
	}

	.contact01 .verify .verify-msg {
		background-color: var(--main-color);
		display: none;
		color: #fff;
	}

	.contact02 {
		padding: 40px 0;
	}

	.contact02 .left {
		width: 100%;
		height: 376px;
	}

	.contact02 .left .bt {
		font-size: 24px;
		line-height: 47px;
		margin-bottom: 15px;
	}

	.contact02 .left .p {
		font-size: 18px;
		line-height: 32px;
	}

	.contact02 .left .p:after,
	.contact02 .left .p:before {
		width: 45px;
		height: 2px;
		margin: 0 20px;
	}

	.contact02 .left img {
		max-width: 190px;
	}

	.contact02 .left .span {
		font-size: 27px;
		line-height: 45px;
		margin-top: 10px;
	}

	.contact02 .left .in {
		padding: 0 20px;
	}

	.contact02 .right {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}

	.contact02 .btb {
		font-size: 18px;
		line-height: 32px;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid var(--main-color);
	}

	.contact02 .btb img {
		width: 18px;
	}

	.banshichulist {
		margin: 0 -15px;
	}

	.banshichulist li {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.banshichulist li .box {
		padding: 21px;
		height: auto;
	}

	.banshichulist li .box .h3 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 30px;
	}

	.banshichulist li .box .p {
		font-size: 14px;
		line-height: 26px;
	}

	.banshichulist1 li {
		width: 100%;
	}

	.download .inmain-title {
		border-bottom: 0;
	}

	.download .list {
		overflow: auto;
	}

	.download ul {
		margin-bottom: 24px;
		width: 1200px;
	}

	.download ul li {
		font-size: 15px;
		line-height: 55px;
		border-bottom: 1px solid #c1c0c0;
	}

	.download ul li span {
		padding: 0 15px;
	}

	.download ul li .z6 {
		padding: 0;
		background-size: 20px;
		height: 55px;
	}

	.download ul .first {
		font-size: 18px;
		line-height: 32px;
		padding-bottom: 11px;
	}

	.download ul .first .z6 {
		background: none;
		height: auto;
	}

	.about .home-about {
		padding: 40px 0;
	}

	.about .home-about .home-title:after {
		margin-bottom: 19px;
	}

	.about .home-about .right {
		margin-bottom: 20px;
	}

	.about .home-about .jsh {
		height: auto;
		margin-bottom: 0;
	}

	.about02 {
		padding: 40px 0;
	}

	.about02 .about-bottom {
		width: 100%;
		margin-top: 12px;
		overflow:hidden;
	}

	.about02 .about-bottom ul {
		padding: 0;
		margin-bottom: 26px;
	}

	.about02 .about-bottom ul li {
		width: 100%;
		border-right: 0;
		border-bottom: 0;
		padding: 15px;
		min-height: 200px;
		background: #fff;
	}
	.about02 .about-bottom ul li.swiper-slide {
		text-align:center;
	}
	.about02 .about-bottom ul li.swiper-slide .pic{
		margin:0 auto;
		margin-bottom: 5px;
	}

	.about02 .about-bottom ul li .pic {
		width: 30px;
		margin-bottom: 5px;
	}
	
	
	

	.about02 .about-bottom ul li .text .bt {
		font-size: 18px;
		line-height: 31px;
		border-bottom: 3px solid #a7a8a9;
	}

	.about02 .about-bottom ul li .text .span {
		font-size: 18px;
		margin: 12px 0 11px 0;
	}

	.about02 .about-bottom ul li .text .p {
		font-size: 14px;
		line-height: 26px;
	}

	.about02 .about-bottom ul li:nth-last-child(1) {
		border: 0;
	}

	.about02 .about-bottom .ling li:nth-child(1) {
		width: 100%;
	}

	.about02 .about-bottom .ling li:nth-child(2) {
		width: 100%;
	}

	.about02 .about-bottom .ling li:nth-child(2) p {
		width: 100%;
	}

	.about02 .about-bottom .ling li:nth-child(2) p:nth-child(2) {
		width: 100%;
	}

	.about .about03 {
		padding: 40px 0;
	}

	.about .about03 .right {
		width: 100%;
	}

	.about .about03 .youshi {
		padding-top: 18px;
	}

	.history {
		padding: 40px 0;
	}

	.history .history-bottom {
		display: none;
	}

	.history .swiper-xiangqing .box .pic {
		width: 100%;
		box-shadow: 0px 3px 17px 0px rgba(136, 136, 136, 0.18);
	}

	.history .swiper-xiangqing .box .text {
		width: 100%;
		padding-top: 23px;
	}

	.history .swiper-xiangqing .box .text .bt {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.history .swiper-xiangqing .box .text .span {
		font-size: 16px;
		margin-bottom: 19px;
	}

	.history .swiper-xiangqing .box .text .p {
		font-size: 15px;
	}

	.product-top {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.product-top .tu {
		width: 100%;
	}

	.product-top .tu .swiper-tu {
		padding-bottom: 49px;
	}

	.product-top .tu .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 6px;
	}

	.product-top .text {
		width: 100%;
		padding-top: 27px;
	}

	.product-top .text .bt {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.product-top .text .p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 23px;
	}

	.product-top .text .p p {
		margin-bottom: 6px;
	}

	.product-top .text .more a {
		min-width: 157px;
		line-height: 40px;
	}

	.product-top .text .more a span {
		width: 21px;
		height: 40px;
	}

	.product-info {
		padding: 40px 0;
	}

	.product-info .pro-item .ph3 {
		font-size: 20px;
		padding-left: 17px;
	}

	.product-info .pro-item .ph3:after {
		width: 3px;
		height: 20px;
		border-radius: 3px;
	}

	.product-info .pro-item .pjsh {
		font-size: 16px;
		line-height: 24px;
		padding: 15px 0;
	}

	.product-info .pro-item .pjsh p {
		margin-bottom: 5px;
	}

	.table {
		margin: 15px 0;
		overflow: auto;
	}

	.table table {
		width: 1200px;
	}

	.table table td {
		font-size: 14px;
		line-height: 26px;
		padding: 15px;
	}

	.table table .firstRow td {
		font-size: 16px;
		padding: 15px;
	}
	
	
	.current .right {
		padding: 10px 0
	}
	.current2{
		margin-bottom:20px;
	}

	.current span {
		font-size: 14px;
		line-height: 24px;
		background: url(../images/home.png) no-repeat left 3px;
		background-size: 18px;
		padding-left: 25px
	}

	.current span a {
		color: #666
	}

	.current span b {
		color: #666;
		font-weight: normal
	}	
	
}

@media (max-width: 500px) {
	.home-xiezuo .youshi ul li {
		/* width: 100% !important; */
	}

	.home-xiezuo .youshi ul li .box {
		padding: 0 !important;
	}

	.yuangong ul li {
		width: 100%;
	}

	.yuangong ul .yg2 {
		width: 100%;
	}
}

#menu ul li .icon {
	width: 40px;
	height: 40px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

#menu ul li .icon:after {
	content: "";
	margin: auto;
	height: 8px;
	width: 8px;
	border-top: 1px #aaa solid;
	border-right: 1px #aaa solid;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: center center;
	transform-origin: center center
}

#menu ul li.active .icon {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

#menu ul li .child {
	padding: 10px 0 20px 0;
	display: none;
	position: relative;
}

.contact03{
	padding: 46rem 0 46rem 0;
    background: #fff;
    overflow: hidden;
}

.product1 .aside-right .page-view{
	display: block;
    width: 168rem;
    text-align: center;
    border: 1px solid #929292;
    border-radius: 30rem;
    height: 40rem;
    line-height: 40rem;
    margin: 0 auto;
}
.commonPopup{
	position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 999;
    background: rgb(0, 0, 0, 0.5);
    display: none;
    left: 0;
}
.commonPopup .con_list{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    min-width: 200px;
    background: #fff;
	text-align: center;
	padding: 20rem;
}
.commonPopup .gd_close {
    text-align: center;
    background: #333333;
    width: 30rem;
    height: 30rem;
    line-height: 30rem;
    color: #fff;
    float: right;
    cursor: pointer;
    font-size: 20rem;
    position: absolute;
    top: 0;
    right: 0;
}

.product03{
	background: #fff;
    text-align: center;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #929292;
}
.product03 ul{
	display: flex;
    justify-content: space-between;
}
.product03 ul li{
	float: left;
    flex: 1;
}
.product03 ul li a {
    display: block;
    font-size: 20rem;
    line-height: 72rem;
    padding: 0 15rem;
    color: #333;
}
.product03 ul li:hover a,.product03 ul li.current a {
	color: #fff;
	background: var(--main-color);
}

.product-info2{
	position: relative;
    overflow: hidden;
	padding: 30rem 0 60rem 0;
}
.product-info2 .swiper-pro{
	position: relative;
    overflow: hidden;
	margin-top: 26rem;
}
.product-info2 .swiper-pro li .box{
	padding: 12rem 15rem 12rem 15rem;
    background: #f1f1f1;
    overflow: hidden;
}
.product-info2 .swiper-pro li .pic {
    background: #fff;
}
.product-info2 .swiper-pro li .pic:after {
    padding-bottom: 72.44444444%;
}
.product-info2 .swiper-pro li .text {
    padding-right: 0;
    padding-top: 18rem;
}
.product-info2 .swiper-pro li .text .jsh {
	height: 60rem;
	margin-bottom: 16rem;
	margin-top: 11rem;
}

.product-info2 .swiper-pro li .bt {
	font-size: 20rem;
	line-height: 27rem;
	height: 54rem;
	overflow: hidden;
	color: #595757;
}
.product-info2 .swiper-pro li .text .more p {
    min-width: 168rem;
    line-height: 40rem;
    background: #929292;
    float: right;
}
.product-info2 .swiper-pro li:hover .text .more p {
	background: var(--main-color);
}
.product-info2 .ph3 {
    font-size: 24rem;
    color: #595757;
    position: relative;
    padding-left: 17rem;
}
.product-info2 .ph3:after {
    content: '';
    display: block;
    width: 6rem;
    height: 23rem;
    background-color: #ea0a2a;
    border-radius: 3rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media (max-width: 1200px) {
	.table table .firstRow td {
		font-size: 16px;
		padding: 15px;
	}
	.product03 ul li a{
		font-size: 16px;
		line-height: 32px;
	}
	.product-info .pro-item .pjsh table td{
		font-size: 12px;
		line-height: 24px;
	}
	.product-info2 .swiper-pro li .bt{
		font-size: 16px;
		line-height: 24px;
		height: 24px;
	}
	.product-info2 .swiper-pro li .text{
		padding: 10px;
		padding-bottom: 50px;
	}
	.product-info2 .swiper-pro li .text .jsh {
	  height: 40px;
	  margin-bottom: 10px;
	  margin-top: 10px;
	}
	.product-info2 .swiper-pro li .text .more p {
		min-width: 165px;
		line-height: 40px;
		font-size: 12px;
		border-radius: 30px;
	}
	.product-info2 .ph3 {
	  font-size: 20px;
		padding-left: 17px
	}
	  .product-info2  .ph3::after {
		width: 3px;
		height: 20px;
		border-radius: 3px;
	  }
}	