@charset "utf-8";

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

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

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

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: arial;
	font-size: 14rem;
	color: #666666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	max-width: 1920px;
	margin: 0 auto !important;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}

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

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

img {
	border: 0;
	max-width: 100%;
	display: block;
	height: auto;
	width: 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: arial;
}

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

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

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

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

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

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

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

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

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

.fl {
	float: left;
}

.fr {
	float: right;
}

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

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

.pic img {
	transition: 0.5s;
}

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

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

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

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

#container {
	overflow: hidden;
}

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

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

@keyframes slideUp2 {
	0% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

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

.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 fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

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

@-webkit-keyframes pulsed {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(0.8, 0.8, 0.8);
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(2, 2, 2);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(0.8, 0.8, 0.8);
	}
}

@keyframes mymove {
	0% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}

@-webkit-keyframes mymove {
	0% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}

@keyframes zhuanquan {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

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

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

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

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

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

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

.prompt .prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.webp) 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: -300px;
	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: 480px;
	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: #0362a4;
	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 ul {
	padding-top: 40rem;
}

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

.sitemap li .top1 {
	font-size: 20rem;
	color: #333;
	font-family: Poppins-Bold;
}

.sitemap li .top1:hover {
	color: #0362a4;
}

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

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

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

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

.mailform ul li {
	margin-bottom: 12rem;
}

.mailform ul li .box {
	position: relative;
}

.mailform ul li .input,
.mailform ul li textarea {
	height: 59rem;
	background-color: #ffffff;
	border-radius: 6rem;
	border: 1px solid #a9a9a9;
	width: 100%;
	padding: 0 20rem 0 90rem;
	font-family: Poppins-Regular;
}

.mailform ul li label {
	line-height: 59rem;
	font-size: 16rem;
	font-family: Poppins-Regular;
	color: #163434;
	position: absolute;
	top: 0;
	left: 20rem;
}

.mailform ul li label font {
	color: #c80336;
}

.mailform ul li textarea {
	padding-top: 14rem;
	height: 121rem;
	padding-left: 110rem;
}

.mailform ul li .more a {
	margin: 0 auto;
	margin-top: 39rem;
	background: #b81c22;
	box-shadow: 3rem 10rem 13rem 0rem rgba(3, 102, 172, 0.31);
	border-radius: 24rem;
}

.mailform ul .code .input {
	height: 37rem;
	padding: 0 140rem 0 20rem;
}

.mailform ul .code a {
	position: absolute;
	top: 0;
	right: 0;
	width: 120rem;
}

.header {
	height: 126rem;
	width: 100%;
	transition: 0.7s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 666;
}

.header .container {
	width: 1710rem;
}

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

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

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

.header .logo a p {
	display: inline-block;
	vertical-align: top;
	font-family: Poppins-Regular;
	font-size: 14rem;
	color: #ffffff;
	margin-left: 8rem;
	padding-left: 17rem;
	padding-top: 11rem;
	padding-bottom: 11rem;
	position: relative;
}

.header .logo a p:after {
	width: 1px;
	height: 40rem;
	border: solid 1rem rgba(255, 255, 255, 0.16);
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20rem;
}

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

.header .header-right {
	float: right;
	padding-top: 17rem;
}

.header .header-right .r-top .mail {
	float: right;
	margin-left: 16rem;
	position: relative;
}

.header .header-right .r-top .mail .t {
	display: block;
	width: 28rem;
	height: 28rem;
	background: url(../images/email.webp) no-repeat center center;
	background-size: 100%;
}

.header .header-right .r-top .mail .mailform {
	position: absolute;
	top: 28rem;
	right: -14rem;
	width: 465rem;
	z-index: 55;
	padding-top: 21rem;
	display: none;
}

.header .header-right .r-top .mail .mailform:after {
	content: '';
	display: block;
	position: absolute;
	top: 12rem;
	right: 20rem;
	width: 0;
	height: 0;
	border-bottom: 10rem solid #d8dbdf;
	border-right: 10rem solid transparent;
	border-left: 10rem solid transparent;
}

.header .header-right .r-top .mail .mailform ul {
	padding: 29rem 19rem;
	background: #d8dbdf;
	box-shadow: 2rem 7rem 16rem 0rem rgba(3, 48, 79, 0.35);
}

.header .header-right .cn {
	float: right;
	padding-left: 16rem;
	position: relative;
	margin-left: 16rem;
	padding-right: 18rem;
	display: none;
}

.header .header-right .cn:after {
	width: 1px;
	height: 20rem;
	border: solid 1rem rgba(255, 255, 255, 0.16);
	content: '';
	display: block;
	position: absolute;
	top: 4rem;
	left: 0;
}

.header .header-right .cn a {
	background: url(../images/cn.webp) no-repeat center left;
	padding-left: 40rem;
	line-height: 24rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: #555;
	font-size: 14rem;
	display: block;
}

.header .header-right .yuyan span a {
	line-height: 28rem;
	color: #555;
	font-size: 14rem;
	display: block;
}

.header .header-right .yuyan {
	float: right;
	margin-left: 16rem;
	position: relative;
}

.header .header-right .yuyan span a img {
	width: 25rem;
	margin-top: -3rem;
	margin-right: 5rem;
	display: inline-block;
	vertical-align: middle;
}

.header .header-right .yuyan 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 .yuyan ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

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

.header .header-right .yuyan ul li a img {
	width: 25rem;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3rem;
	margin-right: 5rem;
}

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

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

@media (min-width: 1025px) {
	/* .header .header-right .r-top .mail:hover .mailform {
		display: block;
	} */
}

.header .header-right .r-top .lan {
	float: right;
	padding-left: 16rem;
	position: relative;
	margin-left: 16rem;
}

.header .header-right .r-top .lan:after {
	width: 1px;
	height: 20rem;
	border: solid 1rem rgba(255, 255, 255, 0.16);
	content: '';
	display: block;
	position: absolute;
	top: 4rem;
	left: 0;
}

.header .header-right .r-top .lan a {
	display: block;
	width: 46rem;
	line-height: 24rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	background-color: #036eb8;
	border-radius: 11rem;
	font-size: 14rem;
	color: #ffffff;
}

.header .header-right .search-main {
	width: 184rem;
	background-color: #f8f8f8;
	border-radius: 13rem;
	float: right;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header .header-right .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	height: 28rem;
	vertical-align: top;
	padding: 0 60rem 0 20rem;
	-webkit-appearance: none;
	background: none;
	font-family: Poppins-Regular;
	font-size: 14rem;
	letter-spacing: 1rem;
	color: #7a7a7a;
}

.header .header-right .btn {
	top: 2rem;
	border: 0;
	right: 2rem;
	color: #fff;
	width: 24rem;
	height: 24rem;
	border-radius: 50%;
	position: absolute;
	background: #0362a4 url(../images/search.webp) no-repeat center center;
	background-size: 14rem;
}

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

.header .header-right .menu .navPhoneBtn {
	display: inline-block;
	cursor: pointer;
	float: left;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 10px 0;
	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 .menu a {
	display: block;
}

.header .header-right .menu a svg {
	width: 30px;
	margin-top: 15px;
	fill: #0362a4;
	vertical-align: middle;
	transform: rotate(180deg);
}

.header .nav {
	transition: 0.2s;
	float: left;
}

.header .nav ul li {
	text-align: center;
	float: left;
	margin-left: 20rem;
}

.header .nav ul li a {
	display: block;
	font-size: 17rem;
	color: #ffffff;
	line-height: 72rem;
	height: 81rem;
	padding: 0 15rem;
	text-align: center;
	position: relative;
	font-family: Poppins-Regular;
}

.header .nav ul li a:after {
	content: '';
	display: none;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -4rem;
	width: 0;
	height: 0;
	border-bottom: 8rem solid #0362a4;
	border-right: 8rem solid transparent;
	border-left: 8rem solid transparent;
}

.header .nav ul li a:before {
	content: '';
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0362a4;
}

.header .nav ul li .subnav {
	position: absolute;
	top: 126rem;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	background: #f1f7fd;
	box-shadow: -3rem 2rem 27rem 0rem rgba(27, 45, 54, 0.17);
}

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

.header .nav ul li .subnav1 {
	padding: 40rem 40rem;
	height: calc(100vh - 100rem);

}

.header .nav ul li .subnav1 .ul .li {
	width: 25%;
	margin: 0;
	margin-bottom: 30rem;
}

.header .nav ul li .subnav1 .ul .li .pic {
	width: 40rem;
	position: absolute;
	top: 0;
	left: 0;
}

.header .nav ul li .subnav1 .ul .li a {
	text-align: left;
	position: relative;
	padding-left: 50rem;
	line-height: 40rem;
	height: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
	transition: 0.5s;
	color: #334d6f;
}

@media (min-width: 1025px) {
	.header .nav ul li .subnav1 .ul .li a:hover {
		padding-left: 60rem;
		color: #b81c22;
	}
}

.header .nav ul li .subnav3 {
	padding: 40rem 100rem;
}

.header .nav ul li .subnav3 ul li {
	width: 25%;
	margin: 0;
	margin-bottom: 30rem;
}

.header .nav ul li .subnav3 ul li .pic {
	width: 40rem;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/hbg1.webp) no-repeat bottom left;
	background-size: 100%;
}

.header .nav ul li .subnav3 ul li a {
	text-align: left;
	position: relative;
	padding-left: 50rem;
	line-height: 40rem;
	height: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
	transition: 0.5s;
	color: #334d6f;
}

@media (min-width: 1025px) {
	.header .nav ul li .subnav3 ul li a:hover {
		padding-left: 60rem;
		color: #b81c22;
	}
}

.header .nav ul li .subnav2 {
	padding: 40rem;
}

.header .nav ul li .subnav2 ul {
	font-size: 0;
	text-align: center;
}

.header .nav ul li .subnav2 ul li {
	width: auto;
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0 40rem;
	/*margin-bottom: 20rem;*/
}

.header .nav ul li .subnav2 ul li a {
	position: relative;
	line-height: 40rem;
	height: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
	transition: 0.5s;
	color: #334d6f;
}

@media (min-width: 1025px) {
	.header .nav ul li .subnav2 ul li a:hover {
		color: #b81c22;
	}
}

@media (min-width: 1025px) {
	.header .nav ul li:hover a:after {
		display: block;
	}

	.header .nav ul li:hover a:before {
		display: block;
	}
}

.header .nav ul .n {
	position: relative;
}

.header .nav ul .active a:after {
	display: block;
}

.header .nav ul .active a:before {
	display: block;
}

.header:hover {
	background: #fff;
	box-shadow: 0rem 4rem 22rem 0rem rgba(4, 28, 43, 0.18);
}

.header:hover .logo a .logo2 {
	display: inline-block;
}

.header:hover .logo a .logo1 {
	display: none;
}

.header:hover .logo a p {
	color: #333;
}

.header:hover .logo a p:after {
	border: solid 1rem #ddd;
}

.header:hover .header-right .r-top .mail .t {
	background: url(../images/email1.webp) no-repeat center center;
	background-size: 100%;
}

.header:hover .header-right .r-top .lan:after {
	border: solid 1rem #f1f1f1;
}

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

@media (min-width: 1025px) {
	.header:hover .nav ul li:hover a {
		color: #0362a4;
	}
}

.headerFixed {
	background: #fff;
	box-shadow: 0rem 4rem 22rem 0rem rgba(4, 28, 43, 0.18);
}

.headerFixed .logo a .logo2 {
	display: inline-block;
}

.headerFixed .logo a .logo1 {
	display: none;
}

.headerFixed .logo a p {
	color: #333;
}

.headerFixed .logo a p:after {
	border: solid 1rem #ddd;
}

.headerFixed .header-right .r-top .mail .t {
	background: url(../images/email1.webp) no-repeat center center;
	background-size: 100%;
}

.headerFixed .header-right .r-top .lan:after {
	border: solid 1rem #f1f1f1;
}

.headerFixed .nav ul li a {
	color: #303140;
}

@media (min-width: 1025px) {
	.headerFixed .nav ul li:hover a {
		color: #0362a4;
	}
}

.headerFixed1 {
	background: #fff;
	box-shadow: 0rem 4rem 22rem 0rem rgba(4, 28, 43, 0.18);
}

.headerFixed1 .logo a .logo2 {
	display: inline-block;
}

.headerFixed1 .logo a .logo1 {
	display: none;
}

.headerFixed1 .logo a p {
	color: #333;
}

.headerFixed1 .logo a p:after {
	border: solid 1rem #ddd;
}

.headerFixed1 .header-right .r-top .mail .t {
	background: url(../images/email1.webp) no-repeat center center;
	background-size: 100%;
}

.headerFixed1 .header-right .r-top .lan:after {
	border: solid 1rem #f1f1f1;
}

.headerFixed1 .nav ul li a {
	color: #303140;
}

@media (min-width: 1025px) {
	.headerFixed1 .nav ul li:hover a {
		color: #0362a4;
	}
}

.banner {
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 2;
}

.banner .banner-slick {
	position: relative;
}

.banner .img {
	position: relative;
	overflow: hidden;
}

.banner .img1 {
	display: none !important;
}

.banner .item {
	position: relative;
}

.banner .swiper-pagination {
	bottom: 80rem;
	top: auto;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	background: none;
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 10rem;
	height: 10rem;
	border-radius: 0;
	border: solid 2px #ffffff;
	opacity: 1;
	border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet button:before {
	background: none;
	width: 10rem;
	height: 10rem;
	border: 0;
	border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: none;
	border: solid 2px #0362a4;
}

.banner .swiper-pagination .swiper-pagination-bullet-active button:before {
	background: none;
}

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

.banner .banner-hover .info {
	margin-left: -12rem;
}

.banner .banner-hover .bt {
	width: 546rem;
	margin-bottom: -7rem;
}

.banner .banner-hover .span {
	width: 371rem;
	margin-bottom: 18rem;
}

.banner .banner-hover .p {
	font-family: Poppins-Regular;
	font-size: 32rem;
	line-height: 40rem;
	margin-bottom: 41rem;
	text-shadow: 3px 4px 5px rgba(14, 31, 57, 0.59);
	color: #ffffff;
}

.banner .banner-hover .p p {
	margin-bottom: 19rem;
}

.banner .banner-hover .p img {
	width: 40rem;
	margin-right: 20rem;
	display: inline-block;
	vertical-align: top;
}

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

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

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

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

.more a,
.more p,
.more em {
	display: block;
	width: 178rem;
	line-height: 48rem;
	border-radius: 30rem;
	background: url(../images/more.webp) no-repeat top center;
	background-size: cover;
	box-shadow: 0rem 10rem 13rem 0rem rgba(3, 102, 172, 0.31);
	text-align: left;
	padding-left: 30rem;
	font-size: 18rem;
	color: #ffffff;
	position: relative;
	font-style: normal;
}

.more a span,
.more p span,
.more em span {
	width: 4rem;
	height: 4rem;
	background-color: #ffffff;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 20rem;
	margin-top: -2rem;
}

@media (min-width: 1025px) {

	.more a:hover,
	.more em:hover {
		background: #b81c22;
		background-size: cover;
		opacity: 0.8;
	}
}

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

#menu .lan a {
	display: block;
	width: 46px;
	line-height: 24px;
	margin-top: 2px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #036eb8;
	border-radius: 11px;
	font-size: 14px;
	color: #ffffff;
}

#menu .search-main {
	width: 200px;
	height: 40px;
	position: relative;
	background-color: #f8f8f8;
	border-radius: 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#menu .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	font-size: 14px;
	color: #7a7a7a;
	height: 40px;
	vertical-align: top;
	padding: 0 60px 0 20px;
	-webkit-appearance: none;
	background: none;
	font-family: 'Roboto-Regular';
}

#menu .btn {
	top: 0;
	border: 0;
	right: 0;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	background: #da322d url(../images/search.webp) no-repeat center center;
	background-size: 12px;
}

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

#menu ul li {
	position: relative;
}

#menu ul li a {
	font-size: 15px;
	color: #0362a4;
	display: block;
	line-height: 36px;
	position: relative;
	font-family: Poppins-Bold;
}

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

#menu ul li ul {
	padding: 0;
}

#menu ul li ul li a {
	font-size: 14px;
	color: #333;
	padding: 0 10px;
	font-family: Poppins-Regular;
}

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

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

#menu .close {
	display: block;
	height: 36px;
	width: 36px;
	position: absolute;
	right: 17px;
	top: 18px;
	border-radius: 50%;
}

#menu.show1 {
	right: 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;
}

.inbanner {
	color: #fff;
	position: relative;
	z-index: 1;
}

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

.inbanner .item {
	position: relative;
}

.inbanner .item .img1 {
	display: none;
}

.inbanner .banner-hover {
	position: absolute;
	top: 49%;
	left: 0;
	width: 100%;
}

.inbanner .banner-hover .info {
	transition: 2s;
	animation: fadeInLeft2 2s;
	width: 50%;
}

.inbanner .banner-hover .info .p {
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 27rem;
	color: #ffffff;
}

.inbanner .banner-hover .bt {
	font-family: Poppins-Bold;
	font-size: 46rem;
	line-height: 43rem;
	margin-bottom: 6rem;
	color: #ffffff;
}

.content {
	padding: 22rem 0 87rem 0;
	min-height: 600rem;
}

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

.footer-bottom {
	padding: 41rem 0 0 0;
	background-color: #151515;
}

.footer-bottom .share {
	float: left;
}

.footer-bottom .share span {
	display: block;
	float: left;
	margin-right: 5rem;
}

.footer-bottom .share a {
	border-radius: 4rem;
	float: left;
	margin-right: 13rem;
}

.footer-bottom .top-btn {
	float: right;
}

.footer-bottom .top-btn a {
	display: block;
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 48rem;
	padding-right: 34rem;
	color: #ffffff;
	background: url('../images/top.webp') no-repeat center right;
	background-size: 22rem;
}

.footer-bottom .t {
	padding-bottom: 5rem;
	border-bottom: 1px solid #363636;
}

.footer-bottom .b {
	font-size: 14rem;
	color: rgba(255, 255, 255, 0.7);
	padding: 22rem 0;
}

.footer-bottom .b a {
	color: rgba(255, 255, 255, 0.7);
}

.home-title {
	text-align: center;
	font-family: Poppins-Bold;
	font-size: 46rem;
	color: #182a37;
}

.home-product {
	padding: 59rem 0 113rem 0;
	background: #ffffff url(../images/bg1.webp) no-repeat bottom center;
	background-size: cover;
}

.home-product .home-bottom {
	padding-top: 63rem;
}

.jiantou-btn {
	position: relative;
}

.jiantou-btn ol {
	position: absolute;
	top: 11rem;
	left: 0;
	width: 100%;
	padding-left: 6px;
}

.jiantou-btn ol li {
	float: left;
	width: 14.28571429%;
	border: solid 1px #ededed;
	height: 174rem;
	font-size: 0;
	margin-left: -1px;
}

.jiantou-btn .swiper-button-next,
.jiantou-btn .swiper-button-prev {
	width: 39rem;
	height: 39rem;
	border-radius: 50%;
	border: 2px solid #a9a9a9;
	margin-top: 0;
	top: 80rem;
	left: -67rem;
	z-index: 66;
}

@media (min-width: 1025px) {

	.jiantou-btn .swiper-button-next:hover,
	.jiantou-btn .swiper-button-prev:hover {
		background: #0362a4;
		border: 2px solid #0362a4;
	}

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

.jiantou-btn .swiper-button-next:after,
.jiantou-btn .swiper-button-prev:after {
	font-size: 16rem;
	color: #a9a9a9;
}

.jiantou-btn .swiper-button-next {
	left: auto;
	right: -67rem;
}

#plist {
	position: relative;
}

#plist:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 206rem;
	height: 197rem;
	background: url(../images/bg.webp) no-repeat top center;
	background-size: cover;
	box-shadow: 0rem 11rem 27rem 0rem rgba(3, 98, 164, 0.48);
	border-radius: 8rem;
	margin-left: -103rem;
}

#plist li {
	padding: 12rem 0;
	transition: 0.5s;
}

#plist li .item {
	display: none;
	width: 1440rem;
	left: 50%;
	position: relative;
	margin-left: -720rem;
	padding-top: 60rem;
}

#plist li .box {
	padding: 25rem 16rem 15rem 16rem;
	transition: 0.1s;
}

#plist li .box .text {
	padding-top: 14rem;
	text-align: center;
}

#plist .bt {
	font-size: 18rem;
	line-height: 23rem;
	height: 69rem;
	overflow: hidden;
	color: #5f6c7a;
}

#plist .pic {
	width: 50rem;
	margin: 0 auto;
}

#plist .pic .mh {
	display: none;
}

#plist .swiper-slide-active {
	z-index: 44;
}

#plist .swiper-slide-active .pic .mh {
	display: block;
}

#plist .swiper-slide-active .pic .m {
	display: none;
}

#plist .swiper-slide-active .bt {
	color: #fff;
}

#plist .swiper-slide-active .item {
	display: block;

}

.jiantou-btn ol {
	padding-left: 15px;
	/* display: none; */
}

.home-product #plist:after {
	/* display: none; */
}

.home-product #plist li .box {
	position: relative;
	z-index: 1;
}

.home-product #plist li .box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #ededed;
	z-index: -2;
	display: none;
}

.home-product #plist li .box:after {
	content: '';
	display: none;
	position: absolute;
	top: -2%;
	left: -2%;
	width: 104%;
	height: 104%;
	border-radius: 5px;
	background: #036ab2 url(../images/bg.webp) no-repeat top center;
	background-size: cover;
	box-shadow: 0rem 11rem 10rem 0rem rgba(3, 98, 164, 0.48);
	border-radius: 8rem;
	z-index: -1;
}

.home-product #plist li.swiper-slide-active .box:after {
	display: none;
}

.home-product #plist {
	position: relative;
	padding: 0 10rem;
}

.home-product #plist li.fangda .box:after {
	display: block;
}

.home-product #plist li.suoxiao .box:after {
	display: none;
}

.home-product #plist li.suoxiao .pic .mh {
	display: none;
}

.home-product #plist li.suoxiao .pic .m {
	display: block;
}

.home-product #plist li.suoxiao .bt {
	color: #666;
}

/* .home-product #plist li .item {
	margin-left: 0;
	left: 0;
} */

@media(min-width:1025px) {
	/* .home-product #plist li:hover {
		z-index: 44;
	}

	.jiantou-btn ol li:hover .box:after {
		display: block;
	}

	.jiantou-btn ol li:hover .pic .mh {
		display: block;
	}

	.home-product #plist li:hover .pic .m {
		display: none;
	}

	.home-product #plist li:hover .bt {
		color: #fff;
	} */
}

#pshow {
	padding-top: 60rem;
}

#plist li .item .img {
	float: left;
	width: 45.749%;
	background: url(../images/bg1.webp) no-repeat top center;
	background-size: 100%;
	padding-bottom: 73rem;
}

#plist li .item .img .pic {
	animation: 1.5s slideUp2 linear infinite;
	width: 100%;
}

#plist li .item .img .pic:after {
	padding-bottom: 52%;
}

#plist li .item .text {
	float: right;
	width: 53.5%;
	padding-top: 35rem;
}

#plist li .item .text .bt {
	font-family: Poppins-Medium;
	font-size: 36rem;
	line-height: 1.5;
	height: auto;
	margin-bottom: 45rem;
	color: #182a37;
}

#plist li .item .text .p {
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 31rem;
	height: 124rem;
	margin-bottom: 72rem;
	overflow: hidden;
	color: #5f6c7a;
}

#plist li .item .text .b .more {
	float: left;
	margin-right: 44rem;
}

#plist li .item .text .b .search {
	float: left;
	width: 357rem;
	background-color: #ffffff;
	box-shadow: 0rem 13rem 21rem 0rem rgba(3, 102, 172, 0.22);
	border-radius: 24rem;
	border: solid 1rem #03548f;
	position: relative;
}

#plist li .item .text .b .search .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	height: 48rem;
	vertical-align: top;
	padding: 0 60rem 0 20rem;
	-webkit-appearance: none;
	background: none;
	font-family: Poppins-Regular;
	font-size: 16rem;
	letter-spacing: 1rem;
	color: #7a7a7a;
}

#plist li .item .text .b .search .btn {
	top: 2rem;
	border: 0;
	right: 2rem;
	color: #fff;
	width: 44rem;
	height: 44rem;
	position: absolute;
	background: url(../images/search1.webp) no-repeat center center;
	background-size: 21rem;
}

/* .home-new {
	padding: 35rem 0 99rem 0;
	background: url(../images/bg2.webp) no-repeat bottom center;
	background-size: 100%;
	position: relative;
	z-index: 2;
}

.home-new .home-title {
	color: #fff;
	padding-bottom: 10rem;
}

.home-new .home-bottom .zuobian {
	float: left;
	width: 50%;
	padding-top: 48rem;
}

.home-new .home-bottom .right {
	float: right;
	width: 46.5%;
	background: url(../images/shubiao.webp) no-repeat 91% bottom;
	background-size: 24rem;
	padding-bottom: 10rem;
}

.home-new .home-bottom .right .more {
	margin-top: 39rem;
	margin-right: 100rem;
	float: right;
}

.home-new .home-bottom .right .about-slide-a {
	display: none;
}

.home-new .home-bottom .slider-nav {
	height: 520rem;
	margin-top: 50rem;

}

.youbian {
	height: 130rem;
	transition: 0.5s;
	border-bottom: solid 1px rgba(233, 238, 244, 0.34);
}

.youbian .box {
	position: relative;
}

.youbian .box span {
	position: absolute;
	top: 50%;
	left: 75rem;
	transition: 0.5s;
	font-family: Poppins-Regular;
	font-size: 20rem;
	color: #ffffff;
}

.youbian .box .pic:after {
	padding-bottom: 87.5%;
}

.youbian a {
	display: block;
	height: 100%;
}

.youbian .text {
	padding-left: 286rem;
	padding-top: 27rem;
	padding-right: 8rem;
}

.youbian .bt {
	font-size: 14rem;
	line-height: 20rem;
	margin-bottom: 10rem;
	color: #ffffff;
	max-height: 40rem;
	overflow: hidden;
	font-family: Poppins-Bold;
}

.youbian .p {
	font-family: Poppins-Regular;
	font-size: 12rem;
	line-height: 16rem;
	height: 32rem;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.68);
}

.youbian .pic {
	width: 146rem;
	position: absolute;
	top: 0;
	left: 103rem;
}

@media (min-width: 1025px) {
	.youbian:hover {
		background-color: #4fa0d1;
		box-shadow: 0rem 11rem 38rem 0rem rgba(3, 98, 164, 0.48);
	}

	.youbian:hover .bt {
		color: #fff;
	}

	.youbian:hover .box span {
		left: 45rem;
	}
}

.zuobian {
	padding-left: 44rem;
}

.zuobian .img {
	width: 400rem;
	margin-left: 30rem;
	padding-bottom: 20rem;
}

.zuobian .img .pic:after {
	padding-bottom: 87.5%;
}

.zuobian .text .bt {
	font-family: Poppins-Bold;
	font-size: 26rem;
	margin-bottom: 20rem;
	color: #ffffff;

}

.zuobian .text .p {
	font-family: Poppins-Medium;
	font-size: 14rem;
	line-height: 23rem;
	color: #ffffff;

	margin-bottom: 55rem;
	overflow: hidden;
}

.zuobian .text .more1 {
	text-decoration: underline;
	font-size: 18rem;
	line-height: 36rem;
	letter-spacing: 1rem;
	color: #ffffff;
} */

.home-service {
	padding: 246rem 0 71rem 0;
	margin-top: -154rem;
	position: relative;
	z-index: 1;
	background: url(../images/bg5.webp) no-repeat bottom center;
	background-size: cover;
}

.home-service .home-bottom {
	padding-top: 49rem;
}

.home-service .list {
	margin-bottom: 35rem;
}

.home-service .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -10rem;
}

.home-service .list ul li {
	width: 20%;
	float: left;
	padding: 0 10rem;
	display: inline-block;
	vertical-align: top;
	transition: 0.5s;
}

.home-service .list ul li .box {
	height: 324rem;
	text-align: left;
	padding: 30rem 25rem;
	background: #f5f5f5 url(../images/bg3.webp) no-repeat bottom center;
	background-size: 100%;
	border-radius: 8rem;
	overflow: hidden;
	position: relative;
}

.home-service .list ul li .pic {
	width: 80rem;
	position: relative;
}

.home-service .list ul li .pic .mh {
	display: none;
}

.home-service .list ul li .text {
	width: 100%;
	padding-top: 23rem;
	padding-left: 10rem;
}

.home-service .list ul li .bt {
	font-family: Poppins-Regular;
	font-size: 22rem;
	line-height: 28rem;
	max-height: 56rem;
	color: #182a37;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
}

.home-service .list ul li .p {
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 29rem;
	height: 116rem;
	color: #ffffff;
	opacity: 0;
	margin-top: 6rem;
	overflow: hidden;
	transition: 0.5s;
}

.home-service .list ul li .more1 {
	width: 26rem;
	height: 26rem;
	background: url(../images/jian.webp) no-repeat center center;
	background-size: 100%;
	position: absolute;
	bottom: 25rem;
	left: 25rem;
}

@media (min-width: 1025px) {
	.home-service .list ul li:hover {
		width: 68% !important;
	}

	.home-service .list ul li:hover .box {
		background: #b81c22 url(../images/bg4.webp) no-repeat bottom center;
		background-size: 100%;
	}

	.home-service .list ul li:hover .text {
		padding-top: 10rem;
	}

	.home-service .list ul li:hover .pic .m {
		display: none;
	}

	.home-service .list ul li:hover .pic .mh {
		display: block;
	}

	.home-service .list ul li:hover .bt {
		color: #fff;
	}

	.home-service .list ul li:hover .p {
		opacity: 1;
	}

	.home-service .list ul li:hover .more1 {
		display: none;
	}
}

@media (min-width: 1025px) {
	.home-service .list ul:hover li {
		width: 17%;
	}
}

.home-service .list1 {
	margin-bottom: 35rem;
}

.home-service .list1 ul {
	margin: 0 -10rem;
}

.home-service .list1 ul li {
	width: 25%;
	float: left;
	padding: 0 10rem;
	transition: 0.5s;
}

.home-service .list1 ul li .box {
	height: 98rem;
	padding: 0 10rem;
	text-align: left;
	background-color: #4f9cce;
	border-radius: 8rem;
	overflow: hidden;
	position: relative;
}

.home-service .list1 ul li .pic {
	width: 98rem;
	position: absolute;
	top: 0;
	right: 0;
}

.home-service .list1 ul li .bt {
	font-family: Poppins-Regular;
	font-size: 16rem;
	color: #ffffff;
	line-height: 98rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
	position: relative;
	z-index: 3;
}

.home-solutions {
	height: 992rem;
	position: relative;
}

.home-application {
	color: #fff;
	padding: 92rem 0;
}

.home-application .home-title {
	color: #fff;
	text-align: left;
}

.home-application .tabs {
	padding-top: 78rem;
}

.bgs {
	z-index: 4;
}

.bgs li {
	display: none;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.home-application .menuTabs {
	width: 72.4%;
	float: left;
	height: 100%;
	position: relative;
}

.home-application .menuTabs .list {
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.home-application .menuTabs li,
.home-application .menuTabs .noHas {
	width: 20%;
	float: left;
	margin: -1px 0 0 -1px;
}

.home-application .menuTabs .box {
	height: 206rem;
	color: #fff;
}

.home-application .menuTabs li:hover,
.home-application .menuTabs .noHas:hover {
	z-index: 1;
}

.home-application .menuTabs li:nth-child(3) {
	clear: both;
}

.home-application .menuTabs li:nth-child(6) {
	clear: both;
	margin-left: calc(0% - 1px);
}

.home-application .menuTabs .noHas {
	box-shadow: none;
}

.home-application .menuTabs .noHas .box {
	box-shadow: none;
	background: none !important;
	cursor: initial;
}

.home-application .menuTabs .noHas .pic:before,
.home-application .menuTabs .noHas .pic:after {
	display: none;
}

.home-application .menuTabs .box {
	padding: 39rem 23rem 20rem 23rem;
	background: rgba(7, 75, 32, 0);
	box-shadow: 0 0 0 1px #fff inset;
	cursor: pointer;
	z-index: 1;
	transition: all 0.5s;
	position: relative;
	text-align: center;
}

.home-application .menuTabs .box .text1 {
	padding-top: 40rem;
}

.home-application .menuTabs .pic {
	position: relative;
	width: 67rem;
	height: 56rem;
	margin: 0 auto;
	transition: 0.5s;
	margin-bottom: 40rem;
}

.home-application .menuTabs .pic:before {
	content: '';
	display: block;
	width: 100%;
	height: 24rem;
	background: url(../images/application-icon-bg-2.webp) no-repeat center bottom;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}

.home-application .menuTabs .pic img {
	margin-top: initial;
	margin-bottom: initial;
	top: auto;
	bottom: 10rem;
}

.home-application .menuTabs .title {
	font-size: 18rem;
	font-family: Poppins-Bold;
	line-height: 20rem;
	height: 40rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-application .menuTabs .info {
	font-weight: 100;
	font-size: 16rem;
	line-height: 26rem;
	height: 26rem;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.home-application .menuTabs .active .box {
	background-image: linear-gradient(16deg, rgba(3, 110, 184, 0.99) 0%, rgba(94, 69, 109, 0.99) 75%, rgba(184, 28, 34, 0.99) 100%);
}

.home-application .swiper-container {
	overflow: initial;
}

.home-application .swiper-container .swiper-slide {
	width: 100%;
}

.home-application .conTabs {
	width: 32%;
	margin-top: 8.5%;
	margin-left: -23%;
	float: left;
}

.home-application .conTabs .p {
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 27rem;
	margin-bottom: 30rem;
	color: #ffffff;

}

.home-application .conTabs .home-title {
	margin-bottom: 13rem;
	font-size: 33rem;
	line-height: 34rem;
	height: 68rem;
	color: #ffffff;
	font-family: Poppins-Bold;
	overflow: hidden;
	text-align: left;
}

.home-application .conTabs .swiper-slide {
	display: none;
}

.home-application .conTabs .show {
	display: block;
}

.waves {
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 100rem;
	width: 100%;
	z-index: 3;
}

.home-about {
	padding: 97rem 0 76rem 0;
	position: relative;
	overflow: hidden;
}

.home-about .text {
	float: left;
	width: 41%;
	position: relative;
	z-index: 4;
	margin-top: -23rem;
}

.home-about .text .bt {
	font-family: Poppins-Bold;
	font-size: 46rem;
	line-height: 143rem;
	margin-bottom: 28rem;
	color: #182a37;
	position: relative;
	z-index: 1;
}

.home-about .text .bt span {
	font-family: Oswald-Bold;
	font-size: 148rem;
	color: #edf1f4;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.home-about .text .p {
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 33rem;
	height: 165rem;
	margin-bottom: 59rem;
	overflow: hidden;
	color: #4a5c72;
}

.home-about .right {
	float: right;
	width: 58.76%;
	position: relative;
	z-index: 4;
	cursor: pointer;
}

.home-about .right .img {
	position: relative;
}

.home-about .right .img .hover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80rem;
	height: 80rem;
	margin-top: -40rem;
	margin-left: -40rem;
	animation: 1.5s zhuanquan linear infinite;
	background: url(../images/video.webp) no-repeat center center;
	background-size: 100%;
}

.home-list {
	background: #0362a4;
}

.home-list .youshi {
	padding: 33rem 0;
	overflow: hidden;
}

.home-list .youshi li {
	width: 33.33333333%;
	float: left;
	position: relative;
}

.home-list .youshi li:after {
	width: 1px;
	height: 84rem;
	background: rgba(169, 169, 169, 0.32);
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.home-list .youshi li .num {
	font-family: Oswald-Bold;
	font-size: 69rem;
	line-height: 70rem;
	color: #fff;
}

.home-list .youshi li .num b {
	font-weight: normal;
	font-size: 50rem;
}

.home-list .youshi li .p {
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 27rem;
	height: 54rem;
	overflow: hidden;
	color: #ffffff;
}

.home-list .youshi li:nth-child(1) {
	width: 29%;
}

.home-list .youshi li:nth-child(2) {
	width: 36%;
}

.home-list .youshi li:nth-child(2) .box {
	padding: 0 153rem;
}

.home-list .youshi li:nth-child(3) {
	width: 35%;
}

.home-list .youshi li:nth-child(3):after {
	display: none;
}

.home-list .youshi li:nth-child(3) .box {
	padding: 0 153rem;
}

.home-certificates {
	padding: 76rem 0 65rem 0;
	background: url(../images/bg6.webp) no-repeat bottom center;
	background-size: cover;
}

.home-certificates .youshi {
	padding: 44rem 0;
	overflow: hidden;
	text-align: center;
}

.home-certificates .youshi li {
	display: inline-block;
	text-align: center;
	padding: 0 20rem;
	position: relative;
}

.home-certificates .youshi li .num {
	font-size: 50rem;
	line-height: 45rem;
	font-family: Montserrat-Medium;
	color: #3b95d5;
	display: inline-block;
	vertical-align: middle;
}

.home-certificates .youshi li .num b {
	font-weight: normal;
	font-size: 24rem;
	display: inline-block;
	vertical-align: middle;
}

.home-certificates .youshi li .p {
	font-family: Poppins-Regular;
	font-size: 20rem;
	line-height: 45rem;
	color: #222222;
	display: inline-block;
	vertical-align: middle;
}

.home-certificates .img {
	padding-top: 4rem;
}

.home-certificates .more a {
	margin: -56rem auto 0 auto;
}

.home-news {
	padding: 62rem 0 88rem 0;
}

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

.home-news .newl {
	margin: 0 -12rem;
	margin-bottom: 35rem;
}

.home-news .list {
	width: 50%;
	float: left;
	padding: 0 12rem;
}

.home-news .list .info {
	padding: 22rem 19rem 26rem 19rem;
	background-color: #eef6fd;
}

.home-news .list .title {
	font-family: Poppins-Medium;
	font-size: 26rem;
	line-height: 36rem;
	padding-bottom: 16rem;
	margin-bottom: 39rem;
	border-bottom: 1px solid #b2bbc8;
	color: #1d3654;
}

.home-news .list ul li {
	margin-bottom: 11rem;
}

.home-news .list ul li .box {
	position: relative;
	padding-left: 220rem;
	border-bottom: 2rem solid #eaeaeb;
	padding-bottom: 10rem;
}

.home-news .list ul li :hover .box {
	border-bottom: 2rem solid #0362a4;

}

.home-news .list ul li .pic {
	width: 205rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

.home-news .list ul li .pic:after {
	padding-bottom: 71.70731707%;
}

.home-news .list ul li .text {
	position: relative;
	height: 147rem;
}

.home-news .list ul li .bt {
	font-family: Poppins-Medium;
	font-size: 18rem;
	line-height: 27rem;

	overflow: hidden;
	color: #1d3654;
}

.home-news .list ul li .date {
	font-family: Poppins-Regular;
	font-size: 16rem;
	padding-bottom: 13rem;
	color: #999999;
	border-bottom: 1px solid #b2bbc8;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.home-news .list1 {
	width: 22%;
}

.home-news .list1 .title a {
	float: right;
	font-family: Poppins-Medium;
	font-size: 18rem;
	line-height: 36rem;
	display: block;
	color: #1a6fab;
}

@media (min-width: 1025px) {
	.home-news .list1 .title a:hover {
		color: #b81c22;
	}
}

.home-news .list1 .info {
	background-color: #f6f6f7;
}

.home-news .list1 .te {
	height: 474rem;
	overflow: hidden;
	width: 100%;
}

.home-news .list1 dl {
	margin-bottom: 5rem;
	padding-top: 10rem;
	padding-bottom: 10rem;
	border-bottom: 1px solid #b2bbc8;
}

.home-news .list1 dt {
	padding: 0 0 0 35rem;
	cursor: pointer;
	font-family: Poppins-Medium;
	font-size: 14rem;
	line-height: 20rem;
	height: 40rem;
	overflow: hidden;
	color: #1d3654;
	transition: all 0.5s;
	background: url(../images/dot1.webp) no-repeat left 0;
	background-size: 23rem;
	word-break: break-all;
}

.home-news .list1 dd {
	height: 0;
	font-size: 16rem;
	color: #666666;
	line-height: 30rem;
	overflow: hidden;
	word-break: break-all;
}

.home-news .list1 dd .nr {
	margin-top: 2rem;
	position: relative;
	padding: 0 30rem 0 32rem;
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 22rem;
	height: auto;
	overflow: hidden;
	color: #999999;
	background: url(../images/dot2.webp) no-repeat left 0;
	background-size: 23rem;
	min-height: 40rem;
}

.home-news .list1 .cur {
	padding-bottom: 40rem;
}

.home-news .list1 .cur dt {
	font-family: Poppins-Bold;
	font-size: 16rem;
	background: url(../images/dot1.webp) no-repeat left 0;
	background-size: 23rem;
	line-height: 22rem;
	height: auto;
	margin-bottom: 20rem;
}

.home-news .list1 .cur dd {
	height: auto;
}

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

.home-contact {
	padding: 0 22rem;
	position: relative;
	z-index: 3;
}

.home-contact .info {
	background: url(../images/bg7.webp) no-repeat bottom center;
	background-size: cover;
	border-radius: 20rem;
	overflow: hidden;
	box-shadow: 0rem 10rem 13rem 0rem rgba(3, 102, 172, 0.31);
}

.home-contact .info .home-title {
	color: #fff;
	font-family: Poppins-Regular;
	font-size: 40rem;
	text-align: left;
}

.home-contact .info .text {
	padding: 47rem 0 20rem 0;
}

.home-contact .info .form {
	margin: 0 -10rem;
	padding-top: 25rem;
}

.home-contact .info ul {
	padding: 0 10rem;
	width: 50%;
	float: left;
}

.home-contact .info ul li {
	padding: 0 10rem;
	margin-bottom: 8rem;
}

.home-contact .info ul li .box {
	position: relative;
}

.home-contact .info ul li label {
	font-family: Poppins-Regular;
	font-size: 14rem;
	color: #163434;
	line-height: 55rem;
	margin-bottom: 8rem;
	display: block;
	position: absolute;
	top: 0;
	left: 10rem;
}

.home-contact .info ul li label font {
	color: #c70303;
}

.home-contact .info ul li .input,
.home-contact .info ul li textarea {
	height: 55rem;
	border-radius: 6rem;
	border: 0;
	width: 100%;
	padding: 0 10rem 0 77rem;
	background: #fff;
	font-size: 16rem;
}

.home-contact .info ul li textarea {
	padding: 18rem 10rem 10rem 90rem;
	height: 248rem;
}

.home-contact .info ul li .submit {
	width: 210rem;
	line-height: 51rem;
	background-color: #da322d;
	font-size: 20rem;
	color: #ffffff;
	text-align: center;
	display: block;
}

@media (min-width: 1025px) {
	.home-contact .info ul li .submit:hover {
		background: #035289;
	}
}

.home-contact .info ul .code .box {
	width: 400rem;
	float: right;
	overflow: hidden;
	border-radius: 6rem;
	margin-right: 18rem;
}

.home-contact .info ul .code .box input {
	padding: 0 10rem 0 20rem;
	height: 39rem;
}

.home-contact .info ul .code .box a {
	position: absolute;
	top: 0;
	right: 0;
	width: 120rem;
}

.home-contact .info ul .code .more {
	float: right;
}

.home-contact .info ul .code .more a {
	background: #b81c22;
}

.home-contact .info ul:nth-child(1) {
	width: 36.5%;
}

.home-contact .info ul:nth-child(2) {
	width: 63.5%;
}

.footer {
	position: relative;
	z-index: 1;
	margin-top: -112rem;
}

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

.footer-top {
	padding: 140rem 0 25rem 0;
	border-bottom: solid 1px #c0c0c0;
}

.footer-top .h3 {
	float: left;
	width: 346rem;
}

.footer-top .input {
	float: right;
	position: relative;
}

.footer-top .input .year {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.footer-top .input .year .num {
	font-family: Oswald-Bold;
	font-size: 60rem;
	line-height: 50rem;
	letter-spacing: -1rem;
	color: #0366ac;
}

.footer-top .input .year .num b {
	font-size: 30rem;
}

.footer-top .input .year .year {
	font-family: Poppins-Regular;
	font-size: 16rem;
	letter-spacing: 3rem;
	color: #ffffff;
	width: 77rem;
	line-height: 21rem;
	background-color: #0366ac;
	border-radius: 10rem;
}

.footer-top .input .p {
	display: inline-block;
	vertical-align: middle;
	font-family: Montserrat-Regular;
	margin-left: 30rem;
	font-size: 16rem;
	line-height: 20rem;
	color: #4a5c72;
	width: 346rem;
}

.footer-list1 {
	padding-bottom: 41rem;
	background: #e3e3e4;
}

.footer-center {
	padding-top: 42rem;
	padding-bottom: 63rem;
}

.footer-center .footer-left {
	float: left;
	width: 22%;
}

.footer-center .footer-left .f2 {
	padding-top: 14rem;
	padding-bottom: 10rem;
}

.footer-center .footer-left .f2 p {
	font-family: Poppins-Regular;
	font-size: 20rem;
	line-height: 35rem;
	padding-left: 45rem;
	margin-bottom: 15rem;
	color: #666666;
	background-size: 35rem !important;
}

.footer-center .footer-left .f2 p a {
	font-family: Poppins-Bold;
	font-size: 20rem;
	line-height: 39rem;
	color: #1d3654;
}

.footer-center .footer-left .f2 .f01 {
	background: url(../images/f01.webp) no-repeat left top;
}

.footer-center .footer-left .f2 .f02 {
	background: url(../images/f02.webp) no-repeat left top;
}

.footer-center .footer-left .f2 .f03 {
	background: url(../images/f03.webp) no-repeat left top;
}

.footer-center .footer-list {
	float: right;
	width: 76%;
}

.footer-center .footer-list ul li {
	width: 17%;
	float: left;
}

.footer-center .footer-list ul li a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
	max-width: 100%;
	font-family: Poppins-Regular;
	font-size: 22rem;
	line-height: 56rem;
	color: #4a5c72;
	margin-bottom: 2rem;
	padding-right: 5rem;
}

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

.footer-center .footer-list ul li ul li a {
	font-size: 16rem;
	line-height: 44rem;
	color: #838384;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

.footer-center .footer-list ul li ul .last a {
	text-decoration: underline;
	color: #0366ac;
}

.footer-center .footer-list ul li:nth-child(1) {
	width: 35%;
}

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

.footer-center .footer-list ul li:nth-child(3) {
	width: 21%;
}

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

.footer-link {
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 28rem;
	color: #232323;
}

.footer-link a {
	color: #232323;
	margin-right: 15rem;
}

.height1 {
	height: 126rem;
}

.current {
	color: #999999;
	position: relative;
	padding: 9rem 0;
	z-index: 3;
	line-height: 30rem;
	font-family: "Open_Sans";
	font-size: 16rem;
}

.current a {
	color: #999999;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 16rem;
}

.current a:nth-child(1) {
	margin-left: 0;
}

.current b {
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	color: #999999;
	margin: 0 16rem;
}

.current span {
	display: block;
}

.current1 {
	margin-top: -49rem;
	color: #fff;
}

.current1 a {
	color: #fff;
}

.current1 b {
	color: #fff;
}

.current3 .container {
	width: 1600rem;
}

.video-search {
	width: 100%;
	border-radius: 24rem;
	margin-top: 17rem;
	border: solid 1px #03548f;
	position: relative;
}

.video-search .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	height: 46rem;
	vertical-align: top;
	padding: 0 60rem 0 20rem;
	-webkit-appearance: none;
	background: none;
	font-family: Poppins-Regular;
	font-size: 14rem;
	letter-spacing: 1rem;
	color: rgba(29, 54, 84, 1);
}

.video-search .btn {
	top: 1rem;
	border: 0;
	right: 1rem;
	color: #fff;
	width: 80rem;
	height: 44rem;
	border-radius: 50%;
	position: absolute;
	background: url(../images/search1.webp) no-repeat center center;
	background-size: 21rem;
}

.videolist {
	margin: 0 -19rem;
	padding-top: 59rem;
	padding-bottom: 35rem;
}

.videolist li {
	width: 33.33333333%;
	float: left;
	padding: 0 19rem;
	margin-bottom: 40rem;
}

.videolist li .box {
	transition: 0.5s;
	background: #f7f7f7;
}

.videolist li .pic:after {
	padding-bottom: 56.3876652%;
}

.videolist li .pic:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/v.webp) no-repeat center center;
	background-size: 63rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 55;
}

.videolist li .text {
	padding: 20rem 22rem 30rem 22rem;
}

.videolist li .text .bt {
	font-family: Poppins-Bold;
	font-size: 18rem;
	line-height: 26rem;
	overflow: hidden;
	height: 78rem;
	margin-bottom: 10rem;
	color: #1d3654;
}

.videolist li .text .p {
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 29rem;
	overflow: hidden;
	height: 87rem;
	color: #818993;
}

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

	.videolist li:hover .box {
		background: #036eb8;
		box-shadow: 1rem 4rem 24rem 0rem rgba(11, 42, 68, 0.67);
	}

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

	.videolist li:hover .text .p a {
		color: #b8d8ee;
	}
}

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

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

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

.page a span {
	display: block;
}

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

.page a.prev,
.page a.next {
	color: #666666;
}

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

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

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

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

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

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

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

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

@media (max-width: 768px) {

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

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

#privacyPopup {
	z-index: 10000;
	position: fixed;
	width: 70%;
	background: #fff;
	border: 4px solid rgba(0, 0, 0, 0.15);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	height: 60%;
}

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

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



.solutionslist {
	margin: 0 -14rem;
	padding-top: 55rem;
	padding-bottom: 35rem;
}

.solutionslist li {
	width: 25%;
	float: left;
	padding: 0 14rem;
	margin-bottom: 25rem;
}

.solutionslist li .box {
	transition: 0.5s;
	background: #d5e7f2;
}

.solutionslist li .pic:after {
	padding-bottom: 72.99703264%;
}

.solutionslist li .bt {
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 45rem;
	color: #182a37;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
	padding: 0 18rem;
	letter-spacing: 0.5rem;
}

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

	.solutionslist li:hover .box {
		background: #036eb8;
		box-shadow: 1rem 4rem 24rem 0rem rgba(11, 42, 68, 0.67);
	}

	.solutionslist li:hover .bt {
		color: #fff;
	}
}

.solutions {
	padding: 64rem 0 87rem 0;
}

.solutions .home-title {
	color: #1d3654;
}

.solutionslist1 {
	padding-top: 62rem;
	padding-bottom: 43rem;
}

.solutionslist1 li {
	margin-bottom: 30rem;
}

.solutionslist1 li .box {
	position: relative;
	padding-left: 435rem;
	padding-top: 25rem;
	padding-bottom: 25rem;
	padding-right: 60rem;
	transition: 0.5s;
}

.solutionslist1 li .box .pic {
	width: 376rem;
	position: absolute;
	top: 25rem;
	left: 17rem;
}

.solutionslist1 li .box .pic:after {
	padding-bottom: 68.35106383%;
}

.solutionslist1 li .box .text {
	min-height: 258rem;
	overflow: hidden;
	padding-top: 8rem;
	padding-bottom: 20rem;
	border-bottom: 4rem solid #eaeaeb;
}

.solutionslist1 li .box .text .bt {
	font-family: Poppins-Bold;
	font-size: 24rem;
	margin-bottom: 26rem;
	color: #1d3654;
	overflow: hidden;
}

.solutionslist1 li .box .text .p {
	font-family: Poppins-Regular;
	font-size: 16rem;
	overflow: hidden;
	line-height: 28rem;
	height: 56rem;
	margin-bottom: 29rem;
	color: #4a5c72;
}

.solutionslist1 li .box .text .more p {
	float: right;
}

@media (min-width: 1025px) {
	.solutionslist1 li:hover .box {
		background-color: #ffffff;
		box-shadow: 2rem 3rem 38rem 0rem rgba(21, 76, 153, 0.21);
	}

	.solutionslist1 li:hover .pic img {
		transform: scale(1.05);
	}

	.solutionslist1 li:hover .text {
		border-bottom: 4rem solid #0362a4;
	}
}

.second-nav {
	background: #fff;
}

.second-nav ul {
	text-align: center;
	font-size: 0;
}

.second-nav ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10rem;
}

.second-nav ul li a {
	display: block;
	text-align: center;
	font-size: 18rem;
	line-height: 72rem;
	color: #222222;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
	padding: 0 10rem;
	position: relative;
}

.second-nav ul li a:after {
	content: '';
	display: block;
	width: 1px;
	height: 20rem;
	background: #c3c3c3;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10rem;
}

.second-nav ul li a:before {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #0362a4;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s;
}

@media (min-width: 1025px) {
	.second-nav ul li:hover a {
		color: #0362a4;
	}

	.second-nav ul li:hover a:before {
		width: 100%;
	}
}

.second-nav ul .active a {
	color: #0362a4;
}

.second-nav ul .active a:before {
	width: 100%;
}

.second-nav ul li:nth-last-child(1) a:after {
	display: none;
}

.s3 ul li {
	width: 33.33333333%;
}

.s5 ul li {
	width: 20%;
}

.video1 {
	margin-top: 5rem;
	width: 357rem;
}

.solutionslist2 {
	padding-top: 42rem;
	padding-bottom: 43rem;
}

.certificates {
	padding: 74rem 0 87rem 0;
}

.certificates .home-certificates {
	background: none;
	padding: 18rem 0 50rem 0;
}

.certificates .home-certificates .youshi li {
	text-transform: uppercase;
}

.certificates .home-certificates .img {
	padding-top: 15rem;
}

.second-nav1 ul {
	padding-left: 1px;
}

.second-nav1 ul li {
	float: left;
	margin-left: -1px;
}

.second-nav1 ul li a {
	display: block;
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 62rem;
	padding: 0 19rem;
	color: #454545;
	background: #f7f7f7;
	border: solid 1px #bebebe;
	text-align: center;
}

.second-nav1 ul .active a {
	background: #c6d9e9;
	border: solid 1px #036eb8;
	position: relative;
	z-index: 44;
}

.honor-show {
	padding-top: 98rem;
}

.honor-show .honor-info {
	display: none;
}

.honorlist {
	margin: 0 -24rem;
	padding-bottom: 37rem;
}

.honorlist li {
	width: 25%;
	float: left;
	padding: 0 24rem;
	margin-bottom: 47rem;
}

.honorlist li .box {
	position: relative;
	background: #ffffff url(../images/hbg.webp) no-repeat top center;
	background-size: 100%;
	padding: 72rem 55rem 18rem 55rem;
}

.honorlist li .bt {
	font-size: 14rem;
	line-height: 22rem;
	color: #343333;
	text-align: center;
	margin-top: -5rem;
	height: 44rem;
	overflow: hidden;
}

.honorlist li .pic:after {
	padding-bottom: 130.95238095%;
}

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

.support {
	padding: 85rem 0 87rem 0;
	background: #f7f7f7 url(../images/ditu.webp) no-repeat top center;
	background-size: 100%;
}

.support .home-title {
	color: #1d3654;
}

.support .mailto {
	text-align: center;
	padding-top: 100rem;
}

.support .mailto span {
	font-size: 20rem;
	line-height: 28rem;
	color: #666666;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background: url(../images/you.webp) no-repeat center left;
	padding-left: 70rem;
	background-size: 57rem;
}

.support .mailto a {
	font-size: 50rem;
	font-weight: bold;
	color: #036eb8;
	line-height: 56rem;
	padding-left: 30rem;
	margin-left: 30rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.support .mailto a:after {
	width: 1px;
	height: 44rem;
	background: #e5e5e5;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -22rem;
	display: block;
	content: '';
}

.supportform {
	padding-top: 46rem;
	width: 79%;
	margin: 0 auto;
}

.supportform ul {
	margin: 0 -10rem;
}

.supportform ul li {
	margin-bottom: 18rem;
	width: 50%;
	float: left;
	padding: 0 10rem;
}

.supportform ul li .input,
.supportform ul li textarea {
	height: 55rem;
	border-radius: 6rem;
}

.supportform ul li label {
	line-height: 55rem;
	font-size: 14rem;
	left: 20rem;
}

.supportform ul li textarea {
	padding-top: 20rem;
	height: 220rem;
}

.supportform ul .mes label {
	line-height: 55rem;
	font-size: 14rem;
	position: relative;
	top: auto;
	left: auto;
	padding-left: 8rem;
	font-family: Poppins-Regular;
	font-size: 16rem;
	color: #394e6a;
}

.supportform ul li .more a {
	margin: 0;
	margin-top: 0;
	float: left;
	background: url(../images/more.webp) no-repeat top center;
	background-size: cover;
}

.news-show {
	padding: 71rem 0 120rem 0;
}

.news-show .left {
	width: 70%;
	float: left;
}

.news-show .home-title {
	text-align: left;
	font-size: 40rem;
	padding-bottom: 62rem;
	border-bottom: solid 1px #d2d3d6;
	word-break: break-all;
}

.h2 .date span {
	font-family: Montserrat-Regular;
	font-size: 58rem;
	color: #036eb8;
}

.h2 .date p {
	font-family: Montserrat-Regular;
	font-size: 14rem;
	color: #596874;
}

.h2 .fr {
	font-family: Roboto-Regular;
	padding-top: 79rem;
	font-size: 17rem;
	color: #555555;
}

.ninfo {
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 29rem;
	color: #666666;
	padding: 57rem 0 29rem 0;
}

.ninfo img {
	margin: 0 auto;
}

.ninfo p {
	margin-bottom: 24rem;
	word-wrap: break-word;
	word-break: break-word;
}

.ninfo .h3 {
	font-family: Montserrat-Bold;
	font-size: 20rem;
	color: #036eb8;
	margin-bottom: 16rem;
}

.ninfo .h4 {
	font-family: AdobeHeitiStd-Regular;
	font-size: 20rem;
	color: #3e3e3e;
}

.nabout {
	padding: 24rem 44rem 4rem 44rem;
	margin-bottom: 43rem;
	background: #fff;
}

.nabout .nbt {
	font-family: Poppins-Regular;
	font-size: 20rem;
	margin-bottom: 8rem;
	color: #036eb8;
}

.nabout .np {
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 38rem;
	color: #1d3654;
}

.nabout .np p {
	margin-bottom: 17rem;
}

.nabout .np a {
	color: #288ed9;
	text-decoration: underline;
}

.ncontact {
	padding: 48rem 44rem;
	background-color: #e5f3fd;
}

.ncontact .nbt {
	font-family: Poppins-Bold;
	margin-bottom: 16rem;
}

.ncontact .np {
	font-size: 16rem;
	line-height: 33rem;
}

.ncontact .np p {
	margin-bottom: 10;
}

.ncontact .np p img {
	float: left;

}

.inside-page-news {
	position: relative;
	padding-top: 29rem;
}

.inside-page-news .share a {
	float: left;
	width: 32rem;
	margin-left: 3rem;
	margin-top: 14rem;
}

.inside-page-news ul {
	position: relative;
}

.inside-page-news li {
	width: 100%;
	float: left;
	margin-right: 74rem;
	color: #585858;
	font-family: Montserrat-Regular;
	font-size: 18rem;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: left;
}

.inside-page-news li a {
	color: #585858;
	background: #fff;
	border-radius: 50rem;
	line-height: 40rem;
	transition: all 0s;
	display: block;
	padding: 0 10rem;
	position: relative;
}

.inside-page-news li a span {
	background: url('../images/prev-01.webp') no-repeat center center;
	background-size: 100% !important;
	display: inline-block;
	width: 10rem;
	height: 40rem;
	margin: 0 20rem;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}

.inside-page-news li a b {
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	padding-left: 35rem;
}



.inside-page-news li:last-child:hover a {
	color: #0362a4;
}



.inside-page-news li:hover a {
	color: #0362a4;
}


.news-show .related {
	width: 25%;
	float: right;
}

.news-show .related .newslist {
	margin: 0;
}

.news-show .related .newslist li {
	width: 100%;
	padding: 0;
}

.news-show .related .newslist li .box {
	padding: 20rem 0;
	border-bottom: solid 1px #d2d3d6;
}

.related {}

.related .home-title {
	padding-bottom: 12rem;
	border: 0;
}

.related .swiper-wrapper {
	display: block;
}

.newslist li {
	width: 33.33333333%;
	float: left;
}

.newslist li .box {
	position: relative;
	padding: 19rem 19rem 26rem 19rem;
	background-color: #f6f6f6;
}

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

.newslist li .text {
	position: relative;
	padding: 20rem 10rem 0 10rem;
}

.newslist li .bt {
	font-family: Poppins-Medium;
	font-size: 22rem;
	line-height: 30rem;
	margin-bottom: 20rem;
	overflow: hidden;
	color: #1d3654;
}

.newslist li .p {
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 21rem;
	height: 42rem;
	margin-bottom: 24rem;
	overflow: hidden;
	color: #888888;
}

.newslist li .date {
	font-family: Poppins-Regular;
	font-size: 13rem;
	color: #333333;
}

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

	.newslist li:hover .bt {
		color: #0362a4;
	}
}

.download {
	padding: 64rem 0 87rem 0;
}

.download .video-search {
	margin: 30rem auto 45rem auto;
	width: 34%;
}

.downloadlist {
	padding-bottom: 40rem;
}

.downloadlist .item {
	font-family: Poppins-Bold;
	font-size: 18rem;
	line-height: 88rem;
	color: #1d3654;
	padding: 0 31rem;
	border-top: solid 2px #deecfd;
}

.downloadlist .span {
	float: left;
	width: 15%;
	text-align: center;
}

.downloadlist .span1 {
	text-align: left;
	width: 52%;
}

.downloadlist .info {
	padding: 47rem 31rem 24rem 31rem;
	background: #ffffff;
	margin-bottom: 28rem;
}

.downloadlist .info .bt {
	font-family: Poppins-Bold;
	font-size: 22rem;
	margin-bottom: 34rem;
	color: #1d3654;
}

.downloadlist .info .list {
	font-size: 16rem;
	margin-bottom: 16rem;
	font-weight: lighter;
	color: #1d3654;
	border: solid 1rem #deecfd;
	padding: 13rem 18rem;
	background: #f7f7f7;
}

.downloadlist .info .list .span {
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.downloadlist .info .list .span .pic {
	width: 60rem;
	position: absolute;
	top: 0;
	left: 0;
}

.downloadlist .info .list .span1 {
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 60rem;
	min-height: 60rem;
	padding-left: 70rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
}

.downloadlist .info .list .down-btn {
	width: 174rem;
	line-height: 41rem;
	display: inline-block;
	padding: 0 20rem 0 50rem;
	margin: 0 auto;
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 18rem;
	background: #0e4b9b url(../images/do.webp) no-repeat 20rem center;
	background-size: 18rem;
	color: #fff;
}

@media (min-width: 1025px) {
	.downloadlist .info .list .down-btn:hover {
		background-color: #0362a4;
	}
}

.product {
	padding: 52rem 0 87rem 0;
}

.product .container {
	width: 1600rem;
}

.product .left {
	float: left;
	width: 23%;
	margin-left: -22rem;
	border: solid 1px #e2e2e2;
	background: #fff;
}

.product .left ul li {
	border-bottom: solid 1px #e2e2e2;
}

.product .left ul li a {
	display: block;
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 33rem;
	color: #454545;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
	padding: 13rem 8rem 13rem 11rem;
}

@media (min-width: 1025px) {
	.product .left ul li:hover a {
		background: #0362a4;
		color: #fff;
	}
}

.product .left ul .active a {
	background: #0362a4;
	color: #fff;
}

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

.product .right {
	float: right;
	width: 77%;
	margin-right: -12rem;
}

.plist {
	width: 99.5%;
	padding-bottom: 23rem;
}

.plist li {
	float: left;
	width: 25%;
	margin-bottom: 3rem;
	padding-top: 7rem;
	transition: 0.5s;
	height: 64rem;
}

.plist li a {
	position: relative;
	height: 57rem;
	background-color: #e7edf2;
	border-radius: 8rem 8rem 0rem 0rem;
	border: solid 1px #b2c2ce;
	display: block;
	overflow: hidden;
	transition: 0.5s;
}

.plist li a p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 25rem;
	transform: translateY(-50%);
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 22rem;
	max-height: 44rem;
	overflow: hidden;
	color: #182a37;
}

@media (min-width: 1025px) {
	.plist li:hover {
		padding-top: 0;
	}

	.plist li:hover a {
		height: 64rem;
		background-color: #0d6aab;
	}

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

.plist .active {
	padding-top: 0;
}

.plist .active a {
	height: 64rem;
	background-color: #0d6aab;
}

.plist .active a p {
	color: #fff;
}

.productlist {
	/*padding-top: 23rem;*/
	padding-bottom: 41rem;
	margin: 0 -9rem;
}

.productlist li {
	float: left;
	width: 50%;
	padding: 0 9rem;
	margin-bottom: 22rem;
}

.productlist li .box {
	position: relative;
	background: #fff;
	height: 306rem;
	padding-left: 248rem;
	padding-top: 11rem;
}

.productlist li .box:after {
	content: '';
	display: block;
	width: 0;
	height: 5rem;
	background-color: #036eb8;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s;
	z-index: 4;
}

.productlist li .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 234rem;
	border-right: 1px solid #d7d7d7;
}

.productlist li .pic:after {
	padding-bottom: 127%;
}

.productlist li .bt {
	font-size: 16rem;
	line-height: 27rem;
	font-weight: bold;
	overflow: hidden;
	color: #036eb8;
}

.productlist li .line {
	border-bottom: 1px solid #d7d7d7;
	margin: 4rem 0 6rem 0;
}

.productlist li .p {
	font-size: 16rem;
	line-height: 24rem;
	height: 192rem;
	overflow: hidden;
	color: #5b636a;
	padding-right: 10rem;
}

@media (min-width: 1025px) {
	.productlist li:hover .box {
		box-shadow: 3rem 3rem 23rem 1rem rgba(0, 18, 25, 0.29);
	}

	.productlist li:hover .box:after {
		width: 100%;
	}
}

.class-list {
	margin-bottom: 35rem;
}

.class-list dl {
	position: relative;
	/*padding: 10rem 0;*/
	padding: 5rem 0;
	overflow: hidden;
	border-bottom: 1px dashed #e8e8e8;
	/*margin-bottom: 7rem;*/
}

.class-list .classtitle dd .chushou a {
	background-color: #e7edf2;
	border-radius: 8rem 8rem 8rem 8rem;
	border: solid 1rem #b2c2ce;
	color: #182a37;
	width: 25%;
	font-size: 15rem;
	text-align: left;
	padding: 0 5rem;
}

@media (min-width: 1025px) {
	.class-list .classtitle dd .chushou a:hover {
		border: solid 1rem #036eb8;
		color: #d3ecfc;
		background: #036eb8;
	}
}

.class-list .classtitle dd .chushou a.all {
	font-size: 18rem;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	border: solid 1rem #cbe5f7;
	border-radius: 0;
}

.class-list .classtitle dd .chushou a.active {
	border: solid 1rem #036eb8;
	color: #d3ecfc;
	background: #036eb8;
}

.class-list .classtitle dd .chushou a.all.active {
	border: solid 1rem #036eb8;
	color: #036eb8;
	background: #fff;
}

.class-list dl dt {
	font-family: Poppins-Bold;
	font-size: 18rem;
	line-height: 68rem;
	color: #434b5e;
	position: absolute;
	left: 0;
	top: 0;
}

.class-list dl dd {
	padding-left: 176rem;
	overflow: hidden;
	position: relative;
	padding-right: 47rem;
	height: 52rem;
}

.class-list .classtitle dd {
	padding-right: 0
}

.class-list dl dd .chushou {
	overflow: hidden;
	position: relative;
	padding-left: 130rem;
}

.class-list dl dd .chushou a {
	text-align: center;
	min-width: 61rem;
	line-height: 40rem;
	background-color: #ffffff;
	border: solid 1rem #cbe5f7;
	overflow: hidden;
	padding: 0 20rem;
	font-family: Poppins-Regular;
	font-size: 16rem;
	color: #454545;
	display: block;
	float: left;
	margin: 5rem 10rem 8rem 0;
}

.class-list dl dd .chushou a.all {
	font-size: 18rem;
	position: absolute;
	top: 0;
	left: 0;
}

.class-list dl dd .chushou a:hover {
	border: solid 1rem #036eb8;
	color: #036eb8;
}

.class-list dl dd .more {
	position: absolute;
	top: 12rem;
	right: 7rem;
	margin-right: 0;
	width: 32rem;
	height: 32rem;
	border: 0;
	background: url(../images/js.webp) no-repeat center center;
	background-size: 100%;
}

.class-list dl dd .more:hover {
	background: url(../images/jq.webp) no-repeat center center;
	background-size: 100%;
}

.class-list dl dd .more.active {
	background: url(../images/jq.webp) no-repeat center center;
	background-size: 100%;
}

.class-list dl dd .chushou .active {
	border: solid 1rem #036eb8;
	color: #036eb8;
}

.class-list dl .open {
	height: auto;
}

.choose {
	position: relative;
	min-height: 40rem;
	padding-left: 176rem;
}

.choose span {
	position: absolute;
	top: 0;
	left: 0;
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 40rem;
	color: #454545;
}

.choose .clear {
	position: absolute;
	top: 0;
	right: 0;
}

.choose .clear a {
	display: block;
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 40rem;
	color: #2d86c4;
	background: url(../images/clear.webp) no-repeat center left;
	background-size: 18rem;
	padding-left: 25rem;
	margin-right: 21rem;
}

#alm-selected-filters {
	margin-bottom: 15px;
}

#alm-selected-filters li {
	display: inline-block;
	margin: 0 24rem 5px 0;
	padding: 0;
}

#alm-selected-filters li div {
	font-size: 16px;
	line-height: 40rem;
	padding: 0 21rem;
	text-align: center;
	font-family: Poppins-Regular;
	color: #036eb8;
	background-color: #ffffff;
	border: solid 1px #036eb8;
	position: relative;
	cursor: pointer;
}

#alm-selected-filters li div:after {
	content: '✕';
	position: absolute;
	right: 2rem;
	top: 0;
	line-height: 20rem;
	font-size: 12px;
}

#alm-selected-filters li div:hover {
	box-shadow: 0px 0px 14px 0px rgba(30, 30, 74, 0.32);
	transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
	will-change: box-shadow;
}

.selection-list {
	padding-top: 34rem;
	background: #fff;
}

.selection-list .title {
	font-family: Poppins-Regular;
	line-height: 74rem;
	background-color: #036eb8;
	box-shadow: -1rem 3rem 18rem 0rem rgba(171, 171, 171, 0.2);
	color: #ffffff;
	font-size: 0;
}

.selection-list .span {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	font-size: 16rem;
	text-align: center;
}

.selection-list .span a {
	max-height: 50rem;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.selection-list .span1 {
	width: 20%;
}

.selection-list .span2 {
	width: 13%;
}

.selection-list .span3 {
	width: 10%;
}

.selection-list .span4 {
	width: 12%;
}

.selection-list .span5 {
	width: 10%;
}

.selection-list .span6 {
	width: 14%;
}

.selection-list .span7 {
	width: 9%;
}

.selection-list .span8 {
	width: 12%;
}

.selection-list .list {
	font-weight: lighter;
	color: #1d3654;
	/*text-align: center;*/
	font-size: 0;
	background: #fff;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ececec;
}

.selection-list .list .do {
	width: 60rem;
	height: 60rem;
	background: url(../images/pdf.webp) no-repeat center center;
	background-size: 100%;
	margin: 0 auto;
}

.selection-list .list .span8 a {
	max-height: 60rem;
}

.selection-list .list .span {
	float: none;
	display: inline-block;
	vertical-align: middle;
	height: 85rem;
	line-height: 25rem;
	padding-right: 10rem;
	position: relative;
	border-right: solid 1px #ececec;
}

.selection-list .list .span1 {
	text-align: left;
}

.selection-list .list .span1 a {
	padding-left: 117rem;
	display: block;
	height: 85rem;
	max-height: 85rem;
	line-height: 85rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap !important;
}

.selection-list .list .span1 .pic {
	width: 117rem;
	position: absolute;
	top: 0;
	left: 0;
}

.selection-list .list .span1 .pic:after {
	padding-bottom: 69.09090909%;
}

.selection-list .list .down-btn {
	width: 174rem;
	line-height: 41rem;
	display: inline-block;
	padding: 0 20rem 0 50rem;
	margin: 0 auto;
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 18rem;
	background: #0e4b9b url(../images/do.webp) no-repeat 20rem center;
	background-size: 18rem;
	color: #fff;
}

@media (min-width: 1025px) {
	.selection-list .list .down-btn:hover {
		background-color: #0362a4;
	}
}

@media (min-width: 1025px) {
	.selection-list .list:hover {
		box-shadow: -1rem 4rem 18rem 0rem rgba(27, 45, 66, 0.2);
		z-index: 5;
	}

	.selection-list .list:hover .span a {
		color: #036eb8;
	}

	.selection-list .list:hover .do {
		background: url(../images/pdf1.webp) no-repeat center center;
		background-size: 100%;
	}
}

.contact .home-title {
	font-size: 32rem;
	line-height: 31rem;
	color: #3c3c3c;
	text-align: left;
}

.contact .contact-bottom {
	padding-top: 71rem;
	padding-bottom: 200rem;
	position: relative;
}

.contact .contact-bottom .left {
	float: left;
	width: 29%;
	padding-top: 12rem;
}

.contact .contact-bottom .left ul li {
	border-bottom: solid 1px rgba(191, 191, 191, 0.33);
	padding-bottom: 50rem;
	margin-bottom: 46rem;
}

.contact .contact-bottom .left ul li .box {
	position: relative;
	padding-left: 64rem;
}

.contact .contact-bottom .left .pic {
	width: 50rem;
	position: absolute;
	top: 0;
	left: 0;
}

.contact .contact-bottom .left .bt {
	font-family: Poppins-Bold;
	font-size: 32rem;
	margin-bottom: 12rem;
	color: #3c3c3c;
}

.contact .contact-bottom .left .p {
	font-family: Poppins-Regular;
	font-size: 22rem;
	line-height: 29rem;
	color: #2c2e2d;
}

.contact .contact-bottom .left .p a {
	font-size: 22rem;
	color: #003188;
}

.contact .contact-bottom .left .c3 {
	border: 0;
	margin: 0;
	padding: 0;
}

.contact .contact-bottom .left .c3 .p {
	font-size: 18rem;
	line-height: 33rem;
}

.contact .contact-bottom .left .c3 .p a {
	font-size: 27rem;
}

.contact .contact-bottom .map {
	width: 1232rem;
	height: 615rem;
	background-color: #f3f9ff;
	position: relative;
	margin-right: -240rem;
	float: right;
}

.contact-map .home-title {
	text-align: center;
}

.contact-map .img1 {
	display: none;
}

.contact-map .img {
	width: 1493px;
	height: 472px;
	left: 50%;
	margin-left: -776px;
	float: left;
	position: relative;
	margin-top: 73rem;
}

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

.contact-map .img .globalMap {
	width: 100%;
	height: 472px;
	position: relative;
	z-index: 66;
}

.contact-map .img .area {
	position: absolute;
	-webkit-transition: transform 2s linear;
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	-o-transition: transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear;
	padding-bottom: 45px;
}

.contact-map .img .area .dot {
	position: relative;
	line-height: 30px;
	color: #0864cc;
	display: block;
	padding: 0 6px 0 8px;
	text-align: center;
	z-index: 1;
	font-family: Poppins-Bold;
	font-size: 14px;
}

.contact-map .img .m01 {
	top: 20.5%;
	left: 13%;
}

.contact-map .img .m02 {
	top: 25.4%;
	left: 13.3%;
}

.contact-map .img .m03 {
	top: 49%;
	left: 22.7%;
}

.contact-map .img .m04 {
	top: 19.5%;
	left: 35.4%;
}

.contact-map .img .m05 {
	top: 16.5%;
	left: 41.7%;
}

.contact-map .img .m06 {
	top: 20.7%;
	left: 46.6%;
}

.contact-map .img .m07 {
	top: 5.1%;
	right: 33.4%;
}

.contact-map .img .m08 {
	top: 19.6%;
	right: 27.3%;
}

.contact-map .img .m09 {
	top: 32%;
	right: 36.8%;
}

.contact-map .img .m010 {
	top: 34%;
	right: 29.7%;
}

.contact-map .img .m011 {
	top: 42%;
	right: 25%;
	z-index: 2;
}

.contact-map .img .m012 {
	top: 18.4%;
	right: 31.3%;
	z-index: 2;
	background: url(../images/di.webp) no-repeat bottom center;
	padding-bottom: 15rem;
	background-size: 13rem;
}

.contact-map .img .m012 .dot {
	color: #c30d23;
}

svg {
	position: relative;
	z-index: 1;
}

.map-lines {
	position: absolute;
	top: -6px;
	left: 230px;
	z-index: 10;
	fill: none;
	width: 846px;
	height: 290px;
	-webkit-stroke: #3caffe;
	-moz-stroke: #3caffe;
	-ms-stroke: #3caffe;
	-o-stroke: #3caffe;
	stroke: #3caffe;
	-webkit-stroke-width: 2rem;
	-moz-stroke-width: 2rem;
	-ms-stroke-width: 2rem;
	-o-stroke-width: 2rem;
	stroke-width: 2px;
}

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

.map-line {
	stroke-dashoffset: 846px;
	stroke-dasharray: 846px;
	animation: animation-linea 10.04s ease-in;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

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

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

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

	14.28571% {
		stroke-dashoffset: 0;
	}

	61.42857% {
		stroke-dashoffset: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes animation-linea {
	0% {
		stroke-dashoffset: -846px;
	}

	14.28571% {
		stroke-dashoffset: 0;
	}

	61.42857% {
		stroke-dashoffset: 0;
	}

	85.71429% {
		stroke-dashoffset: 846px;
	}

	to {
		stroke-dashoffset: 846px;
	}
}

@-webkit-keyframes animation-linea {
	0% {
		-webkit-stroke-dashoffset: -846px;
	}

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

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

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

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

@-moz-keyframes animation-linea {
	0% {
		-moz-stroke-dashoffset: -846px;
	}

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

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

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

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

@-o-keyframes animation-linea {
	0% {
		-o-stroke-dashoffset: -846px;
	}

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

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

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

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

.download dl {
	overflow: hidden;
	padding-top: 52rem;
	padding-bottom: 80rem;
}

.download dl dt {
	display: block;
	position: relative;
}

.download dl dt .jiantou {
	overflow: hidden;
	width: 10rem;
	height: 10rem;
	position: absolute;
	top: 44rem;
	right: 50rem;
}

.download dl dt .jiantou:after {
	content: '';
	display: block;
	width: 10rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1rem;
	background-color: #575b44;
}

.download dl dt .jiantou:before {
	content: '';
	display: block;
	width: 2rem;
	height: 10rem;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1rem;
	background-color: #575b44;
}

.download dl .list_dt {
	border-bottom: 1px solid rgba(206, 201, 195, 0.42);
	transition: width 2s;
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 32rem;
	padding-bottom: 32rem;
	color: #1d3654;
	cursor: pointer;
	padding-left: 74rem;
	padding-right: 80rem;
	padding-top: 33rem;
	position: relative;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s linear;
}

.download dl .list_dt h3 {
	position: absolute;
	top: 33rem;
	left: 23rem;
	width: 35rem;
	line-height: 35rem;
	text-align: center;
	border-radius: 50%;
}

.download dl .list_dt .subnav {
	display: block;
}

.download dl #open {
	color: #036eb8;
	font-family: Poppins-Bold;
	border-bottom: 0;
	background-color: #fff;
}

.download dl #open h3 {
	color: #fff;
	font-family: Poppins-Regular;
	background-color: #036eb8;
}

.download dl #open .jiantou:before {
	display: none;
}

.download .list_dd {
	display: none;
	word-break: break-all;
}

.download .jobsub {
	border-top: 0;
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 32rem;
	color: #7a8087;
	background-color: #fff;
	padding: 0 45rem 30rem 74rem;
	position: relative;
}

.download .jobsub p {
	margin-bottom: 7rem;
}

.download .jobsub h3 {
	position: absolute;
	top: 0;
	left: 23rem;
	width: 35rem;
	line-height: 35rem;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-family: Poppins-Regular;
	background-color: #036eb8;
}

/* .download .jiantou-btn .swiper-button-next,.download .jiantou-btn .swiper-button-prev{
	top:50%;
	margin-top:-20rem;
} */
.product-show {
	padding-bottom: 0;
}

.ptop {
	padding-top: 39rem;
	margin-bottom: 69rem;
}

.ptop .left {
	float: left;
	width: 52.7%;
	padding-right: 210rem;
	position: relative;
}

.ptop .left .pic {
	background-color: #ffffff;
}

.ptop .left .pic .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.47) url(../images/vb1.webp) no-repeat center center;
	background-size: 38rem;
}

.ptop .left #tuzuo {
	background-color: #fff;
	border: solid 1rem #e1e1e1;
}

.ptop .left #tuyou {
	position: absolute;
	top: 0;
	right: 0;
	width: 172rem;
	padding: 25rem 0;
	height: 100%;
	overflow: hidden;
}

.ptop .left #tuyou .swiper-slide {
	height: auto !important;
	border: solid 1rem #e1e1e1;
}

.ptop .left #tuyou .swiper-slide.swiper-slide-active {
	border: solid 1rem #0362a4;
}

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

@media (min-width: 1025px) {

	.ptop .left .swiper-button-next:hover,
	.ptop .left .swiper-button-prev:hover {
		background: #0362a4 url(../images/left4h.webp) no-repeat center center;
		background-size: 16rem;
	}
}

.ptop .left .swiper-button-next:after,
.ptop .left .swiper-button-prev:after {
	display: none;
}

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

@media (min-width: 1025px) {
	.ptop .left .swiper-button-next:hover {
		background: #0362a4 url(../images/right4h.webp) no-repeat center center;
		background-size: 16rem;
	}
}

.ptop .right {
	float: right;
	width: 45.5%;
}

.ptop .right .h1 {
	font-family: "Open_Sans";
	font-size: 32rem;
	margin-bottom: 15rem;
	color: #302E2F;
}

.ptop .right .p {
	font-family: "Open_Sans";
	font-size: 16rem;
	line-height: 1.5;
	min-height: 290rem;
	margin-bottom: 32rem;
	color: #606266;
}

.ptop .right .other {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 33rem 0;
}

.ptop .right .other .share {
	float: left;
	padding: 9rem 0;
	width: 60%;
}

.ptop .right .other .share span {
	float: left;
	line-height: 32rem;
	text-transform: uppercase;
	font-family: Poppins-Bold;
	font-size: 20rem;
	color: #332c2b;
	margin-right: 6rem;
}

.ptop .right .other .share a {
	display: block;
	float: left;
	width: 32rem;
	margin-right: 4rem;
	border-radius: 5px;
	overflow: hidden;
}

.ptop .right .other .more {
	float: right;
}

.pdown {
	padding: 37rem 78rem 15rem 78rem;
	margin-bottom: 91rem;
	background: #fff;
}

.pdown .bt {
	font-family: Poppins-Medium;
	font-size: 26rem;
	padding-bottom: 9rem;
	border-bottom: 1px solid #b2bbc8;
	color: #1d3654;
}

.pdown ul {
	font-size: 0;
	padding: 37rem 0 0 0;
	margin: 0 -45rem;
}

.pdown ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 45rem;
	margin-bottom: 24rem;
}

.pdown ul li a {
	font-family: Poppins-Regular;
	font-size: 15rem;
	line-height: 21rem;
	height: 42rem;
	overflow: hidden;
	display: block;
	color: #1d3654;
	position: relative;
	padding-left: 36rem;
	background: url(../images/d.webp) no-repeat right 3rem;
	background-size: 17rem;
	padding-right: 20rem;
}

@media (min-width: 1025px) {
	.pdown ul li a:hover {
		color: #227bb8;
		text-decoration: underline;
	}
}

.pdown ul li .pic {
	width: 25rem;
	position: absolute;
	top: 0;
	left: 0;
}

.product-list {
	position: relative;
	background-color: rgba(200, 200, 200, 0.43);
}

.product-list ul {
	position: relative;
	overflow: hidden;
}

.product-list ul li {
	float: left;
	width: 16.66666667%;
	position: relative;
	height: 84rem;
	overflow: hidden;
	border-right: 1px solid #d5d7d8;
}

.product-list ul li a {
	font-size: 20rem;
	line-height: 20rem;
	padding: 0 10rem;
	font-family: "Open_Sans";
	font-size: 18rem;
	color: #515151;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-transform: uppercase;
}

@media (min-width: 1025px) {
	.product-list ul li:hover {
		background-color: #0361a4;
	}

	.product-list ul li:hover a {
		color: #fff;
	}
}

.product-list ul .active {
	background-color: #0361a4;
}

.product-list ul .active a {
	color: #fff;
}

.p-show {
	background: #fff;
}

.p-show .pinfo {
	padding: 38rem 0 90rem 0;
	font-size: 14rem;
	font-family: "Open_Sans" !important;
	line-height: 30rem;
	display: none;
}

.p-show .pinfo ul {
	list-style: disc;
	padding-left: 20rem;
}

.p-show .pinfo h2 a {
	color: #236fa1
}

.p-show .pinfo h3 a {
	color: #236fa1
}

.p-show .pinfo .bt {
	font-family: Poppins-Regular;
	font-size: 18rem;
	margin-bottom: 23rem;
	color: #1d3654;
}

.table table {
	display: inline-table;
	overflow-x: auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	font-size: 14rem;
	font-family: Poppins-Regular;
}

.table table:not(.fixed-width) {
	width: 100% !important;
}

.table table tbody+tbody {
	border-top: 1px solid #dee2e6;
}

.table table td,
.table table th {
	padding: 15rem;
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 0;
	border-left: 0;
	vertical-align: top;
}

.table table th {
	border-bottom: 1px solid #dee2e6;
	vertical-align: bottom;
}

.table1 table {
	display: inline-table;
	overflow-x: auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
}

.table1 table:not(.fixed-width) {
	width: 100% !important;
}

.table1 table tbody+tbody {
	border-top: 1px solid #dee2e6;
}

.table1 table tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table1 table td,
.table1 table th {
	padding: 15px;
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 0;
	border-left: 0;
	vertical-align: top;
}

.table1 table th {
	border-bottom: 1px solid #dee2e6;
	vertical-align: bottom;
}

.related-pro {
	padding: 90rem 0;
}

.related-pro .swiper-container {
	overflow: inherit;
	margin-top: 30rem;
}

.related-pro .productlist li {
	width: 530rem;
}

.related-pro .swiper-pagination-bullet {
	background-color: #1d3654;
	opacity: 0.6;
}

.related-pro .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #b81c22;
}

.about {
	padding: 0 !important;
}

.about01 {
	padding: 81rem 0 42rem 0;
	background: url(../images/aboutbg2.webp) no-repeat center center;
	background-size: cover;
}

.about01 .about-bottom {
	padding-top: 51rem;
}

.about01 .left {
	float: left;
	width: 35%;
	font-family: Poppins-Bold;
}

.about01 .left .bt {
	font-size: 28rem;
	margin-top: 58rem;
	margin-bottom: 14rem;
	color: #1d3654;
}

.about01 .left .p {
	line-height: 25rem;
	font-size: 17rem;
	color: #1d3654;
}

.about01 .left .p p {
	padding: 15rem 0;
	border-bottom: solid 1px rgba(124, 124, 124, 0.2);
}

.about01 .right {
	float: right;
	width: 60%;
	padding-top: 34rem;
}

.about01 .right .bt {
	font-family: Poppins-Bold;
	font-size: 28rem;
	margin-top: 27rem;
	margin-bottom: 27rem;
	color: #1d3654;
}

.about01 .right .p {
	font-family: Poppins-Regular;
	font-size: 18rem;
	line-height: 38rem;
	color: #1d3654;
}

.about01 .right .p p {
	/*margin-bottom: 17rem;*/
}

.about02 {
	padding: 88rem 0 140rem 0;
	background: url(../images/aboutbg.webp) no-repeat center center;
	background-size: 100%;
}

.about02 .home-title {
	color: #fff;
	font-size: 32rem;
}

.about02 .about-bottom {
	position: relative;
	margin-top: 62rem;
	height: 502rem;
}

.about02 .about-bottom li .bt {
	width: 168rem;
	height: 168rem;
	background: url(../images/cbg.webp) no-repeat top center;
	background-size: 100%;
	text-align: center;
	font-family: Poppins-Bold;
	font-size: 26rem;
	color: #ffffff;
	padding: 36rem 0;
	line-height: 30rem;
	position: absolute;
	top: 0;
	left: 672rem;
}

.about02 .about-bottom li .bt p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.about02 .about-bottom li .p {
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 30rem;
	color: #ffffff;
	width: 441rem;
	position: absolute;
	top: -20rem;
	right: 136rem;
}

.about02 .about-bottom li .p p {
	margin-bottom: 16rem;
}

.about02 .about-bottom li:nth-child(2) .bt {
	top: auto;
	bottom: 0;
	left: 782rem;
}

.about02 .about-bottom li:nth-child(2) .p {
	top: auto;
	bottom: -53rem;
	right: 40rem;
}

.about02 .about-bottom li:nth-child(3) .bt {
	top: 202rem;
	left: 432rem;
}

.about02 .about-bottom li:nth-child(3) .p {
	top: 228rem;
	right: auto;
	left: 0;
}

.about03 {
	padding: 107rem 0 91rem 0;
}

.about03 .left {
	width: 50%;
	float: left;
	padding: 0 35rem;
}

.about03 .left .bt {
	font-family: Poppins-Regular;
	font-size: 32rem;
	line-height: 38rem;
	height: 114rem;
	margin-bottom: 60rem;
	padding-left: 13rem;
	border-left: solid 2px #50bdb7;
	overflow: hidden;
	color: #1d3654;
}

.about03 .left .pic:after {
	padding-bottom: 54.83870968%;
}

.about03 .swiper-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 57rem;
}

.about03 .swiper-pagination-bullet {
	background-color: #1d3654;
	opacity: 0.6;
}

.about03 .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #b81c22;
}

.about03 .about-bottom {
	margin: 0 -35rem;
}

.about04 {
	padding: 177rem 0 0 0;
	background: url(../images/aboutbg1.webp) no-repeat center center;
	background-size: cover;
}

.about04 .about-bottom {
	margin: 0 auto;
	background-color: #020202;
	border-radius: 20rem;
	width: 943rem;
	overflow: hidden;
	background: url(../images/video1.webp) no-repeat bottom center;
	background-size: 100%;
	padding-bottom: 168rem;
}

.about04 .about-bottom img {
	border-radius: 20rem;
}

.about05 {
	padding: 154rem 0 93rem 0;
	margin-bottom: 24rem;
	background: url(../images/aboutbg3.webp) no-repeat center center;
	background-size: cover;
}

.about05 .about-bottom {
	padding-right: 52rem;
	position: relative;
	padding-left: 270rem;
}

.about05 .slider-for {
	text-align: left;
	float: right;
	width: 55%;
	padding-top: 52rem;
}

.about05 .slider-for h3 {
	font-size: 32rem;
	font-weight: bold;
	line-height: 45rem;
	color: #ffffff;
	margin-bottom: 20rem;
}

.about05 .slider-for .about-b3>span {
	display: none;
}

.about05 .slider-for p {
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 32rem;
	color: #ffffff;
}

.about05 .slider-for .img {
	margin-top: 20rem;
	float: left;
	border: solid 1rem #ffffff;
}

.about05 .about-btn {
	border-radius: 50%;
	margin-top: 0;
	top: 63.4%;
	right: 1px;
	left: auto;
	color: #fff;
	width: 47rem;
	height: 47rem;
	background: rgba(217, 217, 217, 0.19);
	border: solid 1px #c7c7c7;
	z-index: 3;
	position: absolute;
}

.about05 .about-btn:after {
	content: '';
	display: block;
	width: 20rem;
	height: 20rem;
	border-color: #333 #333 transparent transparent;
	border-width: 1px;
	border-style: solid;
	transform: rotate(135deg);
	position: absolute;
	top: 41%;
	left: 30%;
}

@media (min-width: 1025px) {
	.about05 .about-btn:hover {
		border-color: #d53131;
		background: #d53131;
	}

	.about05 .about-btn:hover:after {
		border-color: #fff #fff transparent transparent;
	}


}

.about05 .about-Aprev {
	top: 29%;
}

.about05 .about-Aprev:after {
	transform: rotate(315deg);
}

.about05 .about-Anext:after {
	top: 20%;
}

.about05 .slider-nav {
	padding-right: 84rem;
	background: url(../images/line.webp) no-repeat right center;
	background-size: 9rem;
	cursor: pointer;
	width: 35% !important;
	float: left;
	height: 660rem;
	text-align: left;
}

.about05 .slider-nav h3 {
	font-family: Roboto;
	font-size: 110rem;
	line-height: 145rem;
	color: #ffffff;
	font-weight: normal;
	width: auto !important;
	height: auto !important;
	background: none;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
	color: transparent;
	-webkit-background-clip: text;
}

.about05 .slider-nav .about-slide-a {
	display: none;
}

.about05 .slider-nav .swiper-slide-thumb-active h3 {
	opacity: 1 !important;
	color: #fff;
}

.about05 .slider-nav .swiper-slide-active h3 {
	opacity: 1 !important;
	color: #fff;
}

.about05 .slider-nav .swiper-slide-prev {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
	color: transparent;
	-webkit-background-clip: text;
}

.about05 .slider-nav .swiper-slide-next {
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
	color: transparent;
	-webkit-background-clip: text;
}

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

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

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

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

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

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

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

@media (max-width: 1440px) {
	.contact-map .img {
		transform: scale(0.8);
	}
}

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

	body {
		font-size: 14px;
	}

	.home-contact {
		overflow: hidden;
	}

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

	.sitemap ul {
		padding-top: 20px;
	}

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

	.sitemap li .top1 {
		font-size: 16px;
	}

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

	.sitemap li .bot a {
		font-size: 14px;
		margin-right: 10px;
	}

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

	.mailform ul li {
		margin-bottom: 10px;
	}

	.mailform ul li .input,
	.mailform ul li textarea {
		height: 40px;
		border-radius: 5px;
		padding: 0 15px;
	}

	.mailform ul li label {
		line-height: 30px;
		font-size: 14px;
		left: auto;
		top: auto;
		position: relative;
	}

	.mailform ul li textarea {
		padding-top: 15px;
		height: 100px;
	}

	.mailform ul li .more a {
		margin-top: 10px;
		border-radius: 30px;
	}

	.mailform ul .code .input {
		height: 37px;
		padding: 0 15px;
	}

	.mailform ul .code a {
		width: 117px;
	}

	.supportform {
		padding-top: 46rem;
		width: 100%;
	}

	.supportform ul {
		margin: 0 -5px;
	}

	.supportform ul li {
		margin-bottom: 10px;
		padding: 0 5px;
	}

	.supportform ul li .input,
	.supportform ul li textarea {
		height: 40px;
		border-radius: 5px;
	}

	.supportform ul li label {
		line-height: 30px;
		font-size: 14px;
		left: auto;
	}

	.supportform ul li textarea {
		padding-top: 15px;
		height: 100px;
	}

	.supportform ul .mes label {
		line-height: 30px;
		font-size: 14px;
		padding-left: 5px;
	}

	.header {
		height: 100px;
		background: #fff;
	}

	.header .container {
		width: 100%;
	}

	.header .logo {
		padding-top: 20px;
	}

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

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

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

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

	.header .header-right {
		padding-top: 0;
	}

	.header .header-right .r-top .mail {
		display: none;
	}

	.header .header-right .r-top .lan {
		position: absolute;
		top: 0;
		right: 43px;
		display: none;
	}

	.header .header-right .cn {
		display: block;
		position: absolute;
		top: 0;
		right: 43px;
	}

	.header .header-right .cn a {
		line-height: 30px;
		margin-top: 15px;
		padding-left: 30px;
		display: block;
		font-size: 14px;
	}

	.header .header-right .r-top .lan a {
		width: 50px;
		line-height: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
		border-radius: 20px;
		font-size: 12px;
	}

	.header .header-right .menu .navPhoneBtn span {
		background: #0362a4;
	}

	.header .container {
		position: relative;
	}

	.header .header-right .search-main {
		position: absolute;
		top: 55px;
		left: 0;
		padding: 0 15px;
		width: 100%;
		border-radius: 20px;
		border: 0;
	}

	.header .header-right .form-control {
		height: 30px;
		padding: 0 30px 0 10px;
		border: 1px solid #0362a4;
		font-size: 12px;
		border-radius: 20px;
	}

	.header .header-right .btn {
		top: 3px;
		right: 18px;
		color: #fff;
		width: 24px;
		height: 24px;
		background-size: 14px;
	}

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

	.header .nav {
		display: none;
	}

	.inbanner .banner-hover .info .p {
		display: none;
	}

	.inbanner .banner-hover .bt {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.inbanner .item .img {
		display: none;
	}

	.inbanner .item .img1 {
		display: block;
	}

	.current {
		padding: 10px 0;
		line-height: 25px;
		font-size: 14px;
		display: none;
	}

	.current a {
		margin: 0 10px;
	}

	.current b {
		margin: 0 10px;
	}

	.current1 {
		margin-top: 0;
	}

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

	.height {
		top: -100px;
	}

	.second-nav ul li {
		padding: 0 5px;
	}

	.second-nav ul li a {
		font-size: 14px;
		line-height: 40px;
		padding: 0 10px;
	}

	.second-nav ul li a:after {
		height: 10px;
		margin-top: -5px;
	}

	.home-title {
		font-size: 30px;
	}

	.home-contact {
		padding: 0 20px;
		margin-bottom: 30px;
	}

	.home-contact .info {
		border-radius: 20px;
	}

	.home-contact .info .home-title {
		font-size: 30px;

	}

	.home-contact .info .text {
		padding: 25px 0;
	}

	.home-contact .info .form {
		margin: 0 -5px;
		padding-top: 20px;
	}

	.home-contact .info ul {
		padding: 0 5px;
		width: 100%;
	}

	.home-contact .info ul li {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.home-contact .info ul li label {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 0;
		position: relative;
		left: auto;
		top: auto;
		color: #fff;
	}

	.home-contact .info ul li .input,
	.home-contact .info ul li textarea {
		height: 40px;
		border-radius: 5px;
		padding: 0 15px;
		font-size: 14px;
	}

	.home-contact .info ul li textarea {
		padding: 15px;
		height: 100px;
	}

	.home-contact .info ul li .submit {
		width: 120px;
		line-height: 40px;
		font-size: 14px;
	}

	.home-contact .info ul:nth-child(1) {
		width: 100%;
	}

	.home-contact .info ul:nth-child(2) {
		width: 100%;
	}

	.support .mailto {
		padding-top: 25px;
	}

	.support .mailto span {
		font-size: 14px;
		line-height: 20px;
		padding-left: 40px;
		background-size: 30px;
	}

	.support .mailto a {
		font-size: 24px;
		line-height: 40px;
		padding-left: 10px;
		margin-left: 10px;
	}

	.support .mailto a:after {
		height: 20px;
		margin-top: -10px;
	}

	.footer-bottom {
		padding: 20px 0 0 0;
	}

	.footer-bottom .share span {
		margin-right: 0;
		width: 25px;
		height: 25px;
	}

	.footer-bottom .share a {
		border-radius: 4px;
		margin-right: 5px;
		width: 25px;
	}

	.footer-bottom .top-btn a {
		font-size: 14px;
		line-height: 20px;
		padding-right: 30px;
		background-size: 15px;
	}

	.footer-bottom .t {
		padding-bottom: 10px;
	}

	.footer-bottom .b {
		font-size: 13px;
		padding: 10px 0;
	}

	.footer-center {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer-center .footer-left {
		width: 100%;
	}

	.footer-center .footer-left .f2 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.footer-center .footer-left .f2 p {
		font-size: 14px;
		line-height: 30px;
		padding-left: 40px;
		margin-bottom: 10px;
		background-size: 30px !important;
	}

	.footer-center .footer-left .f2 p a {
		font-size: 15px;
		line-height: 30px;
	}

	.footer-center .footer-list {
		display: none;
	}

	.footer-link {
		font-size: 14px;
		line-height: 24px;
	}

	.footer-link a {
		margin-right: 5px;
	}

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

	.footer {
		margin-top: 0;
	}

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

	.footer-top .h3 {
		width: 120px;
	}

	.footer-top .input {
		display: none;
	}

	.footer-list1 {
		padding-bottom: 20px;
	}

	.more a,
	.more p {
		width: 120px;
		line-height: 40px;
		border-radius: 30px;
		padding-left: 20px;
		font-size: 14px;
	}

	.more a span,
	.more p span {
		width: 4px;
		height: 4px;
		right: 20px;
		margin-top: -2px;
	}

	.footer-center .footer-left .more a {
		width: 160px;
	}

	.height1 {
		height: 100px;
	}

	.video-search {
		border-radius: 30px;
		margin-top: 10px;
	}

	.video-search .form-control {
		width: 100%;
		height: 40px;
		padding: 0 50px 0 20px;
		font-size: 14px;
	}

	.video-search .btn {
		top: 1px;
		right: 1px;
		width: 50px;
		height: 38px;
		background-size: 15px;
	}

	.download .video-search {
		margin: 20px auto;
		width: 100%;
	}

	.downloadlist {
		padding-bottom: 20px;
	}

	.downloadlist .item {
		display: none;
	}

	.downloadlist .span {
		width: 100%;
	}

	.downloadlist .span1 {
		width: 100%;
	}

	.downloadlist .info {
		padding: 15px;
		margin-bottom: 20px;
	}

	.downloadlist .info .bt {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.downloadlist .info .list {
		font-size: 14px;
		margin-bottom: 5px;
		padding: 10px;
	}

	.downloadlist .info .list .span {
		text-align: left;
		padding-left: 40px;
		line-height: 20px;
		margin-bottom: 3px;
	}

	.downloadlist .info .list .span .pic {
		width: 30px;
	}

	.downloadlist .info .list .span1 {
		font-size: 14px;
		line-height: 30px;
		min-height: 40px;
		padding-left: 40px;
	}

	.downloadlist .info .list .down-btn {
		width: auto;
		line-height: 35px;
		padding: 0 15px 0 30px;
		font-size: 14px;
		background: #0e4b9c url(../images/do.webp) no-repeat 10px center;
		background-size: 9px;
	}

	.video1 {
		width: 100%;
	}

	.solutionslist1 {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.solutionslist1 li {
		margin-bottom: 20px;
	}

	.solutionslist1 li .box {
		padding-left: 330px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
	}

	.solutionslist1 li .box .pic {
		width: 300px;
		top: 15px;
		left: 15px;
	}

	.solutionslist1 li .box .text {
		min-height: 205px;
		overflow: hidden;
		padding-top: 5px;
		border-bottom: 2px solid #eaeaeb;
	}

	.solutionslist1 li .box .text .bt {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.solutionslist1 li .box .text .p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 15px;
	}

	.solutionslist2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.second-nav1 ul li a {
		font-size: 14px;
		line-height: 40px;
		padding: 0 12px;
	}

	.honor-show {
		padding-top: 20px;
	}

	.honorlist {
		margin: 0 -6px;
		padding-bottom: 20px;
	}

	.honorlist li {
		padding: 0 6px;
		width: 50%;
		margin-bottom: 20px;
	}

	.honorlist li .box {
		padding: 20px;
	}

	.honorlist li .bt {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
		height: 48px;
	}

	.news-show .home-title {
		font-size: 22px;
		padding-bottom: 20px;
	}

	.h2 .date span {
		font-size: 20px;
	}

	.h2 .date p {
		font-size: 12px;
	}

	.h2 .fr {
		padding-top: 10px;
		font-size: 14px;
	}

	.ninfo {
		font-size: 14px;
		line-height: 25px;
		padding: 20px 0;
	}

	.ninfo p {
		margin-bottom: 5px;
	}

	.ninfo .h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.ninfo .h4 {
		font-size: 14px;
	}

	.nabout {
		padding: 20px;
		margin-bottom: 20px;
	}

	.nabout .nbt {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.nabout .np {
		font-size: 14px;
		line-height: 24px;
	}

	.nabout .np p {
		margin-bottom: 5px;
	}

	.ncontact {
		padding: 20px;
	}

	.ncontact .nbt {
		margin-bottom: 10px;
	}

	.ncontact .np {
		font-size: 14px;
		line-height: 24px;
	}

	.ncontact .np p {
		/*margin-bottom: 0;*/
		/*display: inline-block;*/
		line-height: 37px;
	}

	.ncontact .np p:last-child {
		line-height: 20px;
	}

	.inside-page-news {
		padding-top: 15px;
	}

	.inside-page-news .share {
		float: none;
		margin-bottom: 20px;
	}

	.inside-page-news .share a {
		width: 32px;
		margin-left: 3px;
		margin-top: 10px;
	}

	.inside-page-news ul {
		float: none;
	}

	.inside-page-news li {
		margin-right: 0;
		font-size: 14px;
	}

	.inside-page-news li a {
		line-height: 30px;
		padding: 0 10px;
	}

	.inside-page-news li a span {
		width: 6px;
		height: 30px;
		margin: 0 20rem;
	}



	.related {
		padding: 0;
	}

	.news-show .related .newslist li .box {
		padding: 20px 0;
	}

	.related .home-title {
		font-size: 30px;
		padding-bottom: 20px;
	}

	.newslist li {
		width: 100%;
	}

	.newslist li .box {
		padding: 15px;
	}

	.newslist li .text {
		padding: 10px;
	}

	.newslist li .bt {
		font-size: 16px;
		line-height: 25px;
		height: auto;
		max-height: 75px;
		margin-bottom: 10px;
	}

	.newslist li .p {
		font-size: 14px;
		line-height: 21px;
		height: 42px;
		margin-bottom: 10px;
	}

	.newslist li .date {
		font-size: 12px;
	}

	.videolist {
		margin: 0 -6px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.videolist li {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.videolist li .pic:after {
		padding-bottom: 56.3876652%;
	}

	.videolist li .pic:before {
		background-size: 30px;
	}

	.videolist li .text {
		padding: 15px;
	}

	.videolist li .text .bt {
		font-size: 14px;
		line-height: 25px;
		height: 50px;
		margin-bottom: 5px;
	}

	.videolist li .text .p {
		font-size: 12px;
		line-height: 22px;
		height: 44px;
	}

	.solutionslist {
		margin: 0 -6px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.solutionslist li {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 15px;
	}

	.solutionslist li .bt {
		font-size: 14px;
		line-height: 40px;
		padding: 0 5px;
	}

	.certificates {
		padding: 30px 0;
	}

	.certificates .home-certificates {
		padding: 20px 0;
	}

	.certificates .home-certificates .img {
		padding-top: 10px;
	}

	.class-list {
		margin-bottom: 20px;
	}

	.class-list dl {
		padding: 5px 0;
		margin-bottom: 6px;
	}

	.class-list .classtitle dd .chushou a.all {
		font-size: 14px;
	}

	.class-list dl dt {
		position: relative;
		left: auto;
		top: auto;
		font-size: 14px;
		line-height: 35px;
	}

	.class-list dl dd {
		padding-left: 0;
		padding-right: 0;
		height: auto;
	}

	.class-list dl dd .chushou {
		padding-left: 98px;
	}

	.class-list dl dd .chushou a {
		min-width: 40px;
		line-height: 35px;
		padding: 0 10px;
		font-size: 12px;
		margin: 0 5px 5px 0;
	}

	.class-list dl dd .chushou a.all {
		font-size: 14px;
	}

	.class-list dl dd .more {
		display: none;
		background: none;
	}

	.choose {
		min-height: 0;
		padding-left: 0;
	}

	.choose span {
		position: relative;
		top: auto;
		left: auto;
		font-size: 14px;
		line-height: 30px;
	}

	.choose .clear {
		position: relative;
		top: auto;
		right: auto;
	}

	.choose .clear a {
		font-size: 14px;
		line-height: 30px;
		background-size: 9px;
		padding-left: 15px;
		margin-right: 10px;
	}

	#alm-selected-filters {
		margin-bottom: 10px;
	}

	#alm-selected-filters li {
		margin: 0 4px 5px 0;
	}

	#alm-selected-filters li div {
		font-size: 14px;
		line-height: 30px;
		padding: 0 15px;
	}

	#alm-selected-filters li div:after {
		right: 2px;
		line-height: 15px;
	}

	.product .left {
		display: none;
	}

	.product .right {
		width: 100%;
		margin-right: 0;
	}

	.plist li {
		width: 33.33333333%;
		margin-bottom: 3px;
		padding-top: 7px;
		height: 64px;
	}

	.plist li a {
		height: 57px;
	}

	.plist li a p {
		padding: 0 10px;
		font-size: 12px;
		line-height: 20px;
		max-height: 40px;
	}

	.plist .active {
		padding-top: 0;
	}

	.plist .active a {
		height: 64px;
	}

	.productlist {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.productlist li {
		width: 100%;
		margin-bottom: 15px;
	}

	.productlist li .box {
		min-height: 189px;
		position: relative;
		height: auto;
		padding-left: 170px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.productlist li .pic {
		width: 150px;
		border: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.productlist li .box:after {
		background: #d7d7d7;
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 150px;
	}

	.productlist li .bt {
		font-size: 14px;
		line-height: 22px;
		height: auto;
	}

	.productlist li .line {
		margin: 10px 0 6px 0;
	}

	.productlist li .p {
		font-size: 12px;
		line-height: 20px;
		height: auto;
	}

	.product-show {
		padding-bottom: 0;
	}

	.ptop {
		padding-top: 0;
		margin-bottom: 30px;
	}

	.ptop .left {
		width: 100%;
		padding-right: 0;
	}

	.ptop .left .pic .hover {
		background-size: 20px;
	}

	.ptop .left #tuyou {
		display: none;
	}

	.ptop .right {
		width: 100%;
		padding-top: 10px;
	}

	.ptop .right .h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.ptop .right .p {
		font-size: 14px;
		line-height: 24px;
		min-height: 0;
		margin-bottom: 10px;
	}

	.ptop .right .other {
		padding: 20px 0;
	}

	.ptop .right .other .share {
		padding: 5px 0;
		display: ;
	}

	.ptop .right .other .share span {
		line-height: 30px;
		font-size: 16px;
		margin-right: 5px;
	}

	.ptop .right .other .share a {
		width: 30px;
		margin-right: 4px;
	}

	.pdown {
		padding: 15px 20px;
		margin-bottom: 20px;
	}

	.pdown .bt {
		font-size: 20px;
		padding-bottom: 5px;
	}

	.pdown ul {
		padding: 20px 0 0 0;
	}

	.pdown ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.pdown ul li a {
		font-size: 15px;
		line-height: 25px;
		height: auto;
		padding-left: 34px;
		background: url(../images/d.webp) no-repeat right 3px;
		background-size: 12px;
		padding-right: 25px;
	}

	.pdown ul li .pic {
		width: 25px;
	}

	.product-list ul li {
		width: 33.33333333%;
		height: 50px;
	}

	.product-list ul li a {
		line-height: 18px;
		padding: 0 10px;
		font-size: 12px;
	}

	.p-show .pinfo {
		padding: 30px 0;
		font-size: 14px;
		line-height: 24px;
	}

	.p-show .pinfo .bt {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.table table {
		font-size: 14px;
	}

	.table table td,
	.table table th {
		padding: 10px;
	}

	.table1 table td,
	.table1 table th {
		padding: 10px;
	}

	.related-pro {
		padding: 40px 0;
	}

	.related-pro .swiper-container {
		margin-top: 10px;
	}

	.related-pro .productlist li {
		width: 400px;
	}

	.about01 {
		padding: 40px 0;
	}

	.about01 .about-bottom {
		padding-top: 20px;
	}

	.about01 .left {
		width: 100%;
	}

	.about01 .left .bt {
		font-size: 22px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.about01 .left .p {
		line-height: 23px;
		font-size: 14px;
	}

	.about01 .left .p p {
		padding: 10px 0;
	}

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

	.about01 .right .bt {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.about01 .right .p {
		line-height: 23px;
		font-size: 14px;
	}

	.about01 .right .p p {
		margin-bottom: 5px;
	}

	.selection-list {
		padding-top: 20px;
		width: 100%;
		overflow: auto;
	}

	.selection-list .title {
		width: 1200px;
		line-height: 40px;
	}

	.selection-list .span {
		font-size: 14px;
	}

	.selection-list .span a {
		max-height: 40px;
	}

	.selection-list .list {
		width: 1200px;
	}

	.selection-list .list .do {
		width: 30px;
		height: 30px;
	}

	.selection-list .list .span8 a {
		max-height: 60px;
	}

	.selection-list .list .span {
		height: 50px;
		line-height: 20px;
		padding-right: 10px;
	}

	.selection-list .list .span1 a {
		padding-left: 110px;
		height: 50px;
		max-height: 50px;
		line-height: 50px;
	}

	.selection-list .list .span1 .pic {
		width: 70px;
	}

	.selection-list .list .down-btn {
		width: 174rem;
		line-height: 41rem;
		display: inline-block;
		padding: 0 20rem 0 50rem;
		margin: 0 auto;
		text-align: center;
		font-family: Poppins-Regular;
		font-size: 18rem;
		background: #0e4b9b url(../images/do.webp) no-repeat 20rem center;
		background-size: 18rem;
	}

	.download dl {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.download dl dt .jiantou {
		width: 10px;
		height: 10px;
		top: 44rem;
		right: 50rem;
	}

	.download dl dt .jiantou:after {
		width: 10px;
		height: 2px;
		margin-top: -1px;
	}

	.download dl dt .jiantou:before {
		width: 2px;
		height: 10px;
		margin-left: -1px;
	}

	.download dl .list_dt {
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 10px;
		padding-left: 40px;
		padding-right: 30px;
		padding-top: 7px;
	}

	.download dl .list_dt h3 {
		top: 7px;
		left: 7px;
		width: 25px;
		line-height: 25px;
	}

	.download .jobsub {
		font-size: 14px;
		line-height: 24px;
		padding: 0 20px 20px 40px;
	}

	.download .jobsub p {
		margin-bottom: 5px;
	}

	.download .jobsub h3 {
		left: 7px;
		width: 25px;
		line-height: 25px;
	}

	.home-contact .info ul .code {
		padding-bottom: 90px;
		position: relative;
	}

	.home-contact .info ul .code .more {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.home-contact .info ul .code .box input {
		padding: 0 10px;
		height: 40px;
	}

	.home-contact .info ul .code .box {
		width: 100%;
		margin-right: 0;
	}

	.contact .home-title {
		font-size: 24px;
		line-height: 30px;
	}

	.contact .contact-bottom {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.contact .contact-bottom .left {
		width: 100%;
		padding-top: 0;
	}

	.contact .contact-bottom .left ul li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.contact .contact-bottom .left ul li .box {
		padding-left: 40px;
	}

	.contact .contact-bottom .left .pic {
		width: 30px;
	}

	.contact .contact-bottom .left .bt {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.contact .contact-bottom .left .p {
		font-size: 14px;
		line-height: 24px;
	}

	.contact .contact-bottom .left .p a {
		font-size: 16px;
	}

	.contact .contact-bottom .left .c3 .p {
		font-size: 14px;
		line-height: 24px;
	}

	.contact .contact-bottom .left .c3 .p a {
		font-size: 20px;
	}

	.contact .contact-bottom .map {
		width: 100%;
		height: 400px;
		margin-right: 0;
	}

	.contact-map .img {
		display: none;
	}

	.map-lines {
		display: none;
	}

	.about02 {
		padding: 40px 0;
		background: #086fbc url(../images/aboutbg.webp) no-repeat center center;
	}

	.about02 .home-title {
		font-size: 24px;
	}

	.about02 .about-bottom {
		margin-top: 20px;
		height: auto;
	}

	.about02 .about-bottom li {
		margin-bottom: 10px;
	}

	.about02 .about-bottom li .bt {
		width: 140px;
		height: 140px;
		font-size: 16px;
		line-height: 25px;
		position: relative !important;
		top: auto !important;
		left: auto !important;
	}

	.about02 .about-bottom li .p {
		font-size: 14px;
		line-height: 25px;
		width: 100%;
		position: relative !important;
		top: auto !important;
		right: auto !important;
	}

	.about02 .about-bottom li .p p {
		margin-bottom: 5px;
	}

	.about03 {
		padding: 40px 0;
	}

	.about03 .left {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}

	.about03 .left .bt {
		font-size: 22px;
		line-height: 30px;
		height: 90px;
		margin-bottom: 20px;
		padding-left: 10px;
	}

	.about03 .swiper-container {
		padding-bottom: 30px;
	}

	.about03 .about-bottom {
		margin: 0;
	}

	.about04 {
		padding: 40px 0;
	}

	.about04 .about-bottom {
		border-radius: 20px;
		width: 100%;
	}

	.about05 {
		padding: 40px 0;
		margin-bottom: 30px;
	}

	.about05 .about-bottom {
		padding-right: 0;
		padding-left: 90px;
		position: relative;
	}

	.about05 .slider-for {
		width: 100%;
		padding-top: 0;
	}

	.about05 .slider-for h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.about05 .slider-for span {
		display: block;
		font-size: 16px;
		color: #fff;
		font-family: Poppins-Regular;
	}

	.about05 .slider-for p {
		font-size: 14px;
		line-height: 25px;
	}

	.about05 .slider-for .img {
		margin-top: 20px;
	}

	.about05 .slider-nav {
		padding-right: 0;
		width: 70px !important;
		height: 200px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.about05 .slider-nav h3 {
		font-size: 14px;
		line-height: 40px;
	}

	.home-contact .info ul .code .box a {
		width: 130px;
	}

	.contact-map .img1 {
		display: block;
		margin-top: 20px;
	}

	.banner {
		margin-top: 100px;
	}

	.banner .img {
		display: none;
	}

	.banner .img1 {
		display: block !important;
	}

	.banner .swiper-pagination {
		bottom: 10px;
		height: 6px;
	}

	.banner .swiper-pagination .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	.banner .swiper-pagination .swiper-pagination-bullet button:before {
		width: 6px;
		height: 6px;
	}

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

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

	.home-news .newl {
		margin-bottom: 20px;
	}

	.home-news .list {
		width: 100%;
		margin-bottom: 20px;
	}

	.home-news .list .info {
		padding: 15px;
	}

	.home-news .list .title {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 6px;
		margin-bottom: 10px;
	}

	.home-news .list ul li {
		margin-bottom: 5px;
	}

	.home-news .list ul li .box {
		padding-left: 160px;
	}

	.home-news .list ul li .pic {
		width: 150px;
	}

	.home-news .list ul li .text {
		height: 107px;
	}

	.home-news .list ul li .bt {
		font-size: 16px;
		line-height: 25px;
		height: 50px;
	}

	.home-news .list ul li .date {
		font-size: 12px;
		padding-bottom: 5px;
	}

	.home-news .list1 {
		width: 100%;

	}

	.home-news .list1 .te {
		height: auto
	}

	.home-news .list1 .title a {
		font-size: 14px;
		line-height: 30px;
	}

	.home-news .list1 dl {
		margin-bottom: 5rem;
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.home-news .list1 dt {
		padding: 0 0 0 35px;
		font-size: 14px;
		line-height: 20px;
		height: auto;
		background: url(../images/dot.webp) no-repeat left 1px;
		background-size: 17px;
	}

	.home-news .list1 dd {
		font-size: 14px;
		line-height: 25px;
	}

	.home-news .list1 dd .nr {
		margin-top: 2rem;
		padding: 0 30px 0 35px;
		font-size: 14px;
		line-height: 22px;
		height: auto;
		background-size: 20px;
	}

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

	.home-news .list1 .cur dt {
		font-size: 16px;
		background-size: 20px;
		line-height: 22px;
		height: auto;
		margin-bottom: 20px;
	}

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

	.home-certificates .youshi {
		padding: 20px 0;
	}

	.home-certificates .youshi li {
		padding: 0 10px;
	}

	.home-certificates .youshi li .num {
		font-size: 30px;
		line-height: 40px;
	}

	.home-certificates .youshi li .num b {
		font-size: 20px;
	}

	.home-certificates .youshi li .p {
		font-size: 16px;
		line-height: 30px;
	}

	.home-certificates .img {
		padding-top: 4px;
	}

	.home-certificates .more a {
		margin: -20px auto 0 auto;
	}

	.home-list .youshi {
		padding: 20px 0;
	}

	.home-list .youshi li {
		width: 100% !important;
		margin-bottom: 20px;
	}

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

	.home-list .youshi li .num {
		font-size: 30px;
		line-height: 40px;
	}

	.home-list .youshi li .num b {
		font-size: 20px;
	}

	.home-list .youshi li .p {
		font-size: 14px;
		line-height: 25px;
		height: auto;
	}

	.home-list .youshi li:nth-child(2) .box {
		padding: 0;
	}

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

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

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

	.home-about .text .bt {
		font-size: 30px;
		line-height: 60px;
		margin-bottom: 10px;
	}

	.home-about .text .bt span {
		font-size: 50px;
	}

	.home-about .text .p {
		font-size: 14px;
		line-height: 25px;
		max-height: 100px;
		height: auto;
		margin-bottom: 20px;
	}

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

	.home-about .right .img .hover {
		top: 50%;
		left: 50%;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}

	.waves {
		bottom: 50px;
	}

	.home-solutions {
		height: auto;
	}

	.home-application .conTabs {
		display: none;
	}

	.home-application .menuTabs li:nth-child(6) {
		margin-left: -1px;
	}

	.home-application .menuTabs .pic {
		width: 50px;
		height: 45px;
		margin-bottom: 10px;
	}

	.home-application .menuTabs .title {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}

	.home-application .menuTabs .box .text1 {
		padding-top: 37px;
	}

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

	.home-application .tabs {
		padding-top: 20px;
	}

	.home-application .menuTabs li:nth-child(3) {
		clear: inherit;
	}

	.home-application .menuTabs li:nth-child(6) {
		clear: inherit;
	}

	.home-application .menuTabs {
		width: 100%;
	}

	.home-application .menuTabs li,
	.home-application .menuTabs .noHas {
		width: 20%;
	}

	.home-application .menuTabs .box {
		height: 150px;
	}

	.home-service {
		padding: 40px 0;
		margin-top: 0;
	}

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

	.home-service .list {
		margin-bottom: 20px;
	}

	.home-service .list ul {
		display: block;
	}

	.home-service .list ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.home-service .list ul li .box {
		height: auto;
		padding: 20px;
		border-radius: 30px;
		overflow: hidden;
	}

	.home-service .list ul li .pic {
		width: 40px;
	}

	.home-service .list ul li .text {
		padding-top: 10px;
		padding-left: 10px;
	}

	.home-service .list ul li .bt {
		font-size: 16px;
		line-height: 25px;
		max-height: 50px;
	}

	.home-service .list ul li .p {
		font-size: 14px;
		line-height: 24px;
		height: auto;
		opacity: 1;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #666;
	}

	.home-service .list ul li .more1 {
		width: 20px;
		height: 20px;
		bottom: auto;
		position: relative;
		left: auto;
	}

	.home-service .list1 {
		margin-bottom: 35rem;
	}

	.home-service .list1 ul {
		margin: 0 -5px;
	}

	.home-service .list1 ul li {
		width: 100%;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.home-service .list1 ul li .box {
		height: 40px;
		padding: 0 10px;
	}

	.home-service .list1 ul li .pic {
		width: 40px;
	}

	.home-service .list1 ul li .bt {
		font-size: 14px;
		line-height: 40px;
	}

	.home-new {
		padding: 40px 0;
		background: #035690;
	}

	.home-new .home-bottom .zuobian {
		width: 100%;
	}

	.home-new .home-bottom .right {
		width: 100%;
		background: none;
		padding-bottom: 0;
	}

	.home-new .home-bottom .right .more {
		margin-top: 20px;
		margin-left: 0;
	}

	.home-new .home-bottom .slider-nav {
		margin-top: 20px;
		height: 400px;
	}

	/* .youbian {
		height: 100px;
	}

	.youbian .box span {
		left: 0;
		font-size: 16px;
	}

	.youbian .text {
		padding-left: 140px;
		padding-top: 10px;
		padding-right: 8px;
	}

	.youbian .bt {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
		max-height: 40px;
	}

	.youbian .p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}

	.youbian .pic {
		width: 100px;
		left: 20px;
	}

	.zuobian {
		padding-left: 0;
	}

	.zuobian .img {
		width: 300px;
		margin-left: 10px;
	}

	.zuobian .text .bt {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.zuobian .text .p {
		font-size: 14px;
		line-height: 23px;
		max-height: 69px;
		height: auto;
		margin-bottom: 20px;
	}

	.zuobian .text .more1 {
		font-size: 14px;
		line-height: 30px;
	} */

	#pshow {
		padding-top: 20px;
	}

	#plist li .item .img {
		width: 100%;
		padding-bottom: 80px;
	}

	#plist li .item .text {
		width: 100%;
		padding-top: 20px;
	}

	#plist li .item .text .bt {
		font-size: 24px;
		margin-bottom: 20px;
	}

	#plist li .item .text .p {
		font-size: 14px;
		line-height: 25px;
		height: auto;
		max-height: 100px;
		margin-bottom: 10px;
	}

	#plist li .item .text .b .more {
		margin-right: 10px;
	}

	#plist li .item .text .b .search {
		width: 100%;
		margin-top: 20px;
		border-radius: 30px;
	}

	#plist li .item .text .b .search .form-control {
		height: 40px;
		padding: 0 40px 0 20px;
		font-size: 14px;
	}

	#plist li .item .text .b .search .btn {
		top: 2px;
		border: 0;
		right: 2px;
		width: 40px;
		height: 40px;
		background-size: 20px;
	}

	#plist:after {
		left: 5%;
		width: 90%;
		height: 100%;
		border-radius: 30px;
		margin-left: 0;
		display: none;
	}

	#plist li {
		padding: 0;
	}

	#plist li .box {
		padding: 20px;
		border: 0;
		/* display: none; */
	}

	#plist li .box .text {
		padding-top: 10px;
	}

	#plist .bt {
		font-size: 16px;
		line-height: 25px;
		height: 50px;
	}

	#plist .pic {
		width: 50px;
	}

	#plist li .item {
		display: none;
		width: 100%;
		left: 0;
		margin-left: 0;
		padding-top: 30px;
	}

	.jiantou-btn .swiper-button-next,
	.jiantou-btn .swiper-button-prev {
		width: 30px;
		height: 30px;
		margin-top: 0;
		left: 0;
	}

	.jiantou-btn .swiper-button-next:after,
	.jiantou-btn .swiper-button-prev:after {
		font-size: 14px;
	}

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

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

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

	.home-news .list1 dl {
		margin-bottom: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (max-width: 500px) {
	.news-show .left {
		width: 100%;
	}

	.news-show .related {
		width: 100%;
	}

	.supportform ul li {
		width: 100%;
	}

	.second-nav ul li {
		width: 50%;
	}

	.solutionslist1 li .box {
		padding: 0;
	}

	.solutionslist1 li .box .pic {
		width: 100%;
		top: auto;
		left: auto;
		position: relative;
	}

	.solutionslist1 li .box .text {
		height: auto;
		padding-bottom: 10px;
	}

	.solutionslist1 li .box .text .more p {
		float: none;
	}

	.videolist li {
		width: 100%;
	}

	.plist li {
		width: 50%;
	}

	.table {
		overflow: auto;
		width: 100%;
	}

	.table1 {
		overflow: auto;
		width: 100%;
	}

	.product-list ul li {
		width: 50%;
	}

	.home-contact .info ul {
		padding: 0;
	}

	.home-contact .info ul li {
		padding: 0;
	}



	.home-application .menuTabs li,
	.home-application .menuTabs .noHas {
		width: 50%;
	}

	#plist li .item .img {
		padding-bottom: 40px;
	}
}

.video-popup {
	position: fixed;
	z-index: 1999;
	width: 290px;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	-webkit-overflow-scrolling: touch;
}

.video-popup .box {
	height: 100%;
	padding: 40px 25px 25px 25px;
	background: #ffffff;
}

.video-popup .box ul {
	overflow: hidden;
	margin-left: -14px;
	margin-right: -14px;
	/*margin-bottom: 39px;*/
}

.video-popup .box ul li {
	position: relative;
	float: left;
	margin-bottom: 15px;
	padding-left: 14px;
	padding-right: 14px;
}

.video-popup .box input {
	width: 100%;
	height: 45px;
	padding: 0 24px;
	border: 1px solid #f7f7f7;
	background: #f7f7f7;
}


.video-popup .box input::-webkit-input-placeholder {
	color: #666666;
}

.video-popup .box input:-moz-placeholder {
	color: #666;
	opacity: 1;
}

.video-popup .box input::-moz-placeholder {
	color: #666;
	opacity: 1;
}

.video-popup .box input:-ms-input-placeholder {
	color: #666666;
}



.video-popup .box p {
	text-align: center;
}

.video-popup .box .submit {
	border-radius: 30px;
	color: #fff;
	text-align: center;
	width: 140px;
	height: 39px;
	line-height: 39px;
	background: #cb1423;
	display: block;
	margin: 8px auto 0 auto;
}

@media (min-width: 1025px) {
	.video-popup .box .submit:hover {
		background: #cb1423;
		color: #fff;
	}
}

.video-popup .close {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 30px;
}

.header .nav ul li .subnav1 .ul {
	float: left;
	width: 25%;
}

.header .nav ul li .subnav1 .ul .li {
	position: relative;
}

.header .nav ul li .subnav1 .ul .li .erji {
	width: 100%;
	display: none;
	z-index: 44;
	padding: 10rem 40rem;
}

.header .nav ul li .subnav1 .ul .li .erji ul {
	overflow: hidden;
	width: 100%;
	text-align: left;
	padding: 10rem 20rem;
}

.header .nav ul li .subnav1 .ul .li .erji ul li {
	width: 100%;
	margin: 0;
}

.header .nav ul li .subnav1 .ul .li .erji ul li a {
	padding: 0;
	font-size: 16rem;
}

.header .nav ul li .subnav4 .ul {
	width: 25%;
	float: left;
}

.header .nav ul li .subnav4 .ul .li {
	width: 100%;
}

.header .nav ul li .subnav4 .ul .li a i {
	width: 26rem;
	height: 26rem;
	margin-left: 5rem;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/jian.webp) no-repeat center center;
	background-size: cover;
}

.home-new .home-bottom .right {
	background: none;
	position: relative;
}

.home-new .home-bottom .right:after {
	content: "";
	display: block;
	width: 24rem;
	height: 74rem;
	background: url(../images/shubiao.webp) no-repeat right center;
	background-size: 100%;
	position: absolute;
	right: -30rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 555;
}














.selection-list table .title {
	font-family: Poppins-Regular;
	line-height: 74rem;
	background-color: #036eb8;
	box-shadow: -1rem 3rem 18rem 0rem rgba(171, 171, 171, 0.2);
	color: #ffffff;
	font-size: 0;
}

.selection-list tr:first-child td {
	padding: 0 5px;
	font-size: 16rem;
}

.selection-list tr td:first-child {
	padding: 0 5px;
}

.selection-list td {
	font-size: 14rem;
	text-align: center;
	border-right: solid 1px #ececec;
	word-break: break-all;
	padding: 0 12px;
}

.selection-list td a {
	overflow: hidden;
	display: block;
}


.selection-list tr {
	font-weight: lighter;
	color: #1d3654;
	/*text-align: center;*/
	font-size: 0;
	/*background: #fff;*/
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ececec;
}

.selection-list tr .do {
	width: 60rem;
	height: 60rem;
	background: url(../images/pdf.webp) no-repeat center center;
	background-size: 100% !important;
	margin: 0 auto;
}



.selection-list table td .pic {
	width: 117rem;
	display: inline-block;
	vertical-align: middle;
}

.selection-list table td .pic:after {
	padding-bottom: 69.09090909%;
}

.selection-list table .down-btn {
	width: 174rem;
	line-height: 41rem;
	display: inline-block;
	padding: 0 20rem 0 50rem;
	margin: 0 auto;
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 18rem;
	background: #0e4b9b url(../images/do.webp) no-repeat 20rem center;
	background-size: 18rem;
	color: #fff;
}

@media (min-width: 1025px) {
	.selection-list table .down-btn:hover {
		background-color: #0362a4;
	}
}

@media (min-width: 1025px) {
	.selection-list tr:hover {
		box-shadow: -1rem 4rem 18rem 0rem rgba(27, 45, 66, 0.2);
		z-index: 5;
	}

	.selection-list tr:hover td a {
		color: #036eb8;
	}

	.selection-list tr:hover .do {
		background: url(../images/pdf1.webp) no-repeat center center;
		background-size: 100%;
	}
}


@media(max-width:1200px) {
	.selection-list table {
		width: 1200px;
	}

	.selection-list table .title {
		line-height: 40px;
	}

	.selection-list td a {
		color: #000
	}

	.selection-list td {
		font-size: 14px !important;
		padding: 5px;
	}

	.selection-list td .do {
		width: 30px;
		height: 30px;
	}

	.selection-list td .pic {
		width: 70px;
	}

	.selection-list td .down-btn {
		width: 174rem;
		line-height: 41rem;
		display: inline-block;
		padding: 0 20rem 0 50rem;
		margin: 0 auto;
		text-align: center;
		font-family: Poppins-Regular;
		font-size: 18rem;
		background: #0e4b9b url(../images/do.webp) no-repeat 20rem center;
		background-size: 18rem;
	}

	.more a,
	.more p,
	.more em {
		width: 107px;
		line-height: 35px;
		border-radius: 30px;
		padding-left: 10px;
		font-size: 14px;
	}

	.more a span,
	.more p span,
	.more em span {
		width: 4px;
		height: 4px;
		right: 10px;
		margin-top: -2px;
	}

	.download #plist li .box {
		display: block;
		padding: 20px 40px;
		border-radius: 30px;
		background: url(../images/bg.webp) no-repeat top center;
		background-size: cover;
	}

	.download #plist li {
		padding: 0 40px;
	}

	.download #plist:after {
		left: 10%;
		width: 80%;
		height: 100%;
		border-radius: 30px;
		margin-left: 0;
		display: none;
	}

	.jiantou-btn .swiper-button-next,
	.jiantou-btn .swiper-button-prev {
		top: 50px;
	}
}



@media(max-width:500px) {
	.home-news .list ul li .pic {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	.home-news .list ul li .box {
		padding-left: 0;
	}

	.home-news .list ul li .bt {
		height: auto;
	}

	.home-news .list ul li {
		margin-bottom: 20px;
	}

	.home-news .list ul li .text {
		height: auto;
		padding-top: 10px;
	}

	.home-news .list ul li .date {
		position: relative;
		margin-top: 5px;
		bottom: auto;
		left: auto;
	}
}





.pc {
	position: relative;
}


.pc li {
	padding: 12rem 0;
	transition: 0.5s;
	width: 14.2857%;
	float: left;
	position: relative;
}


.pc li .box {
	padding: 25rem 16rem 15rem 16rem;
	transition: 0.1s;
	border: solid 1px #ededed;

}

.pc li .box .text {
	padding-top: 14rem;
	text-align: center;
}

.pc .bt {
	font-size: 18rem;
	line-height: 23rem;
	height: 69rem;
	overflow: hidden;
	color: #5f6c7a;
	position: relative;
	z-index: 55;
}

.pc .pic {
	width: 50rem;
	margin: 0 auto;
	position: relative;
	z-index: 55;
}

.pc .pic .mh {
	display: none;
}

.pc li:hover {
	z-index: 44;

}

.pc li:hover:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 206rem;
	height: 197rem;
	background: url(../images/bg.webp) no-repeat top center;
	background-size: cover;
	box-shadow: 0rem 11rem 27rem 0rem rgba(3, 98, 164, 0.48);
	border-radius: 8rem;
	margin-left: -103rem;
	z-index: 44;
}

.pc li:hover .pic .mh {
	display: block;
}

.pc li:hover .pic .m {
	display: none;
}

.pc li:hover .box {}

.pc li:hover .bt {
	color: #fff;
}

.pc li.active {
	z-index: 44;

}

.pc li.active:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 206rem;
	height: 197rem;
	background: url(../images/bg.webp) no-repeat top center;
	background-size: cover;
	box-shadow: 0rem 11rem 27rem 0rem rgba(3, 98, 164, 0.48);
	border-radius: 8rem;
	margin-left: -103rem;
	z-index: 44;
}

.pc li.active .pic .mh {
	display: block;
}

.pc li.active .pic .m {
	display: none;
}

.pc li.active .box {}

.pc li.active .bt {
	color: #fff;
}


.iphone {
	display: none;
}


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

	.iphone {
		display: block;
	}

	.home-product #plist li .box {
		margin: 0 30px;
		background: #0362a4;
		border-radius: 10px;
	}

	.home-product #plist li .box:after {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 5px;
	}

	.jiantou-btn .swiper-button-next,
	.jiantou-btn .swiper-button-prev {
		left: -10px;
	}

	.jiantou-btn .swiper-button-next {
		left: auto;
		right: -10px;
	}

	.header .header-right .r-top .mail {
		display: block;
		position: absolute;
		top: 0;
		right: 100px;
	}

	.header .header-right .r-top .mail .t {
		width: 28px;
		height: 28px;
		margin-top: 17px;
	}

	.header .header-right .r-top .mail .mailform {
		top: 60px;
		right: 0;
		width: 300px;
		z-index: 55;
		padding-top: 0;
	}

	.header .header-right .r-top .mail .mailform ul {
		padding: 10px;
	}
}





.home-new1 {
	padding: 67rem 0 78rem 0;
	background: url(../images/in.webp) no-repeat center right;
	background-size: 100%;
	position: relative;
	z-index: 2;
}

.home-new1 .home-title {
	padding-bottom: 10rem;
}

.home-new1 .home-bottom .zuobian {
	float: left;
	width: 50%;
	padding-top: 48rem;
}

.home-new1 .home-bottom .right {
	float: right;
	width: 45.2%;
	position: relative;
}



.home-new1 .home-bottom .right .about-slide-a {
	display: none;
}

.home-new1 .home-bottom .slider-nav {
	height: 606rem;
	margin-top: 50rem;
	overflow: hidden;

}

.home-new1 .youbian {
	height: 202rem;
	transition: 0.5s;
	padding: 33rem 0;
	padding-left: 92rem;

}

.home-new1 .swiper-slide {
	height: auto !important;
}

.home-new1 .youbian .box {
	position: relative;
	border: solid 3px #0362a4;
	background: #0362a4;
	border-radius: 9rem;
	overflow: hidden;
	box-shadow: 3rem 4rem 5rem 0rem rgba(0, 0, 0, 0.33);
}

.home-new1 .youbian a {
	display: block;
	height: 100%;
}

.home-new1 .youbian .text {
	position: relative;
	height: 140rem;

}

.home-new1 .youbian .bt {
	font-size: 16rem;
	line-height: 25rem;
	color: #ffffff;
	max-height: 75rem;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding-left: 186rem;
	font-family: Poppins-Bold;
}



.home-new1 .youbian .pic {
	width: 140rem;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
}

.home-new1 .youbian .pic:after {
	padding-bottom: 100%;
}

.home-new1 .swiper-slide-active .youbian {
	padding-left: 0;
	padding-right: 92rem;
}

@media (min-width: 1025px) {}

.home-new1 .zuobian {
	padding-left: 44rem;
}

.home-new1 .zuobian .img {
	width: 460rem;
	margin: 0 auto;
}

.home-new1 .zuobian .img .pic:after {
	padding-bottom: 87.5%;
}

.home-new1 .zuobian .text {
	padding-top: 76rem;
}

.home-new1 .zuobian .text .bt {
	font-family: Poppins-Bold;
	font-size: 24rem;
	margin-bottom: 26rem;
	color: #142434;
	text-align: left;

}

.home-new1 .zuobian .text .p {
	font-family: Poppins-Medium;
	font-size: 14rem;
	line-height: 23rem;
	color: #142434;
	text-align: left;
	margin-bottom: 55rem;
	overflow: hidden;
}



.home-new1 .swiper-button-next,
.home-new1 .swiper-button-prev {
	width: 54rem;
	height: 54rem;
	border-radius: 50%;
	background: #0362a4 url(../images/jz.webp) no-repeat center center;
	background-size: 15rem;
	margin-top: 0;
	top: -96rem;
	right: 36rem;
	left: auto;
	z-index: 66;
}

@media (min-width: 1025px) {

	.home-new1 .swiper-button-next:hover,
	.home-new1 .swiper-button-prev:hover {
		background-color: #b81c22;
	}
}

.home-new1 .swiper-button-next:after,
.home-new1 .swiper-button-prev:after {
	display: none;
}

.home-new1 .swiper-button-next {
	left: auto;
	right: 36rem;
	top: auto;
	bottom: -167rem;
	background: #0362a4 url(../images/jy.webp) no-repeat center center;
	background-size: 15rem;
}


@media(max-width:1200px) {
	.home-new1 {
		padding: 40px 0;
		background: #fff;
	}

	.home-new1 .home-title {
		padding-bottom: 10px;
	}

	.home-new1 .home-bottom .zuobian {
		width: 100%;
		padding-top: 28px;
	}

	.home-new1 .home-bottom .right {
		width: 100%;
		padding-bottom: 50px;
	}


	.home-new1 .home-bottom .slider-nav {
		height: 498px;
		margin-top: 20px;

	}

	.home-new1 .youbian {
		height: 166px;
		padding: 10px 0;
		padding-left: 0;
	}

	.home-new1 .youbian .box {
		border: solid 2px #0362a4;
		border-radius: 9px;
	}

	.home-new1 .youbian .text {
		height: 140px;

	}

	.home-new1 .youbian .bt {
		font-size: 14px;
		line-height: 25px;
		max-height: 75px;
		padding-left: 155px;
	}



	.home-new1 .youbian .pic {
		width: 140px;
	}



	.home-new1 .swiper-slide-active .youbian {
		padding-left: 0;
		padding-right: 0;
	}


	.home-new1 .zuobian {
		padding-left: 0;
	}

	.home-new1 .zuobian .img {
		width: 100%;
		max-width: 400px;
	}



	.home-new1 .zuobian .text {
		padding-top: 26px;
	}

	.home-new1 .zuobian .text .bt {
		font-size: 18px;
		margin-bottom: 26px;
		text-align: left;

	}

	.home-new1 .zuobian .text .p {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 15px;
		text-align: left;
	}




	.home-new1 .swiper-button-next,
	.home-new1 .swiper-button-prev {
		width: 34px;
		height: 34px;
		background: #0362a4 url(../images/jz.webp) no-repeat center center;
		background-size: 10px;
		top: auto;
		right: auto;
		left: 40%;
		bottom: 10px;
	}

	.home-new1 .swiper-button-next {
		left: auto;
		right: 40%;
		top: auto;
		bottom: 10px;
		background: #0362a4 url(../images/jy.webp) no-repeat center center;
		background-size: 10px;
	}
}

@media(min-width:1025px) {
	.header .header-right .r-top .mail:hover .mailform {
		display: block;
	}
}

@media(max-width:500px) {
	.header .header-right .r-top .mail .mailform {
		right: -90px;
		width: 300px;
	}

	.mailform ul li .input,
	.mailform ul li textarea {
		font-size: 12px;
	}
}










#plist1 {
	padding: 60rem 0 0 0;
	overflow: hidden;
}

#plist1 li .item .img {
	float: left;
	width: 45.749%;
	background: url(../images/bg1.webp) no-repeat top center;
	background-size: 100%;
	padding-bottom: 73rem;
}

#plist1 li .item .img .pic {
	animation: 1.5s slideUp2 linear infinite;
	width: 100%;
}

#plist1 li .item .img .pic:after {
	padding-bottom: 52%;
}

#plist1 li .item .text {
	float: right;
	width: 53.5%;
	padding-top: 35rem;
}

#plist1 li .item .text .bt {
	font-family: Poppins-Medium;
	font-size: 36rem;
	line-height: 1.5;
	height: auto;
	margin-bottom: 45rem;
	color: #182a37;
}

#plist1 li .item .text .p {
	font-family: Poppins-Regular;
	font-size: 16rem;
	line-height: 31rem;
	height: 124rem;
	margin-bottom: 72rem;
	overflow: hidden;
	color: #5f6c7a;
}

#plist1 li .item .text .b .more {
	float: left;
	margin-right: 44rem;
}

#plist1 li .item .text .b .search {
	float: left;
	width: 357rem;
	background-color: #ffffff;
	box-shadow: 0rem 13rem 21rem 0rem rgba(3, 102, 172, 0.22);
	border-radius: 24rem;
	border: solid 1rem #03548f;
	position: relative;
}

#plist1 li .item .text .b .search .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	height: 48rem;
	vertical-align: top;
	padding: 0 60rem 0 20rem;
	-webkit-appearance: none;
	background: none;
	font-family: Poppins-Regular;
	font-size: 16rem;
	letter-spacing: 1rem;
	color: #7a7a7a;
}

#plist1 li .item .text .b .search .btn {
	top: 2rem;
	border: 0;
	right: 2rem;
	color: #fff;
	width: 44rem;
	height: 44rem;
	position: absolute;
	background: url(../images/search1.webp) no-repeat center center;
	background-size: 21rem;
}


@media(max-width:1200px) {
	#plist1 {
		padding-top: 20px;
	}

	#plist1 li .item .img {
		width: 100%;
		padding-bottom: 80px;
	}

	#plist1 li .item .text {
		width: 100%;
		padding-top: 20px;
	}

	#plist1 li .item .text .bt {
		font-size: 24px;
		margin-bottom: 20px;
	}

	#plist1 li .item .text .p {
		font-size: 14px;
		line-height: 25px;
		height: auto;
		max-height: 100px;
		margin-bottom: 10px;
	}

	#plist1 li .item .text .b .more {
		margin-right: 10px;
	}

	#plist1 li .item .text .b .search {
		width: 100%;
		margin-top: 20px;
		border-radius: 30px;
	}

	#plist1 li .item .text .b .search .form-control {
		height: 40px;
		padding: 0 40px 0 20px;
		font-size: 14px;
	}

	#plist1 li .item .text .b .search .btn {
		top: 2px;
		border: 0;
		right: 2px;
		width: 40px;
		height: 40px;
		background-size: 20px;
	}

	#plist1:after {
		left: 5%;
		width: 90%;
		height: 100%;
		border-radius: 30px;
		margin-left: 0;
		display: none;
	}

	#plist1 li {
		padding: 0;
	}

	#plist1 li .box {
		padding: 20px;
		border: 0;
		/* display: none; */
	}

	#plist1 li .box .text {
		padding-top: 10px;
	}

	#plist1 .bt {
		font-size: 16px;
		line-height: 25px;
		height: 50px;
	}

	#plist1 .pic {
		width: 50px;
	}

	#plist1 li .item {
		display: none;
		width: 100%;
		left: 0;
		margin-left: 0;
		padding-top: 30px;
	}
}



.class-list .classtitle dd .chushou a {
	width: 24%;
	margin-right: 1%;
	min-height: 40rem;
	position: relative;
	padding-left: 40rem;
}

.class-list dl .pic1 {
	position: absolute;
	top: 50%;
	left: 0;
	height: auto !important;
	transform: translateY(-50%);
}

.selection .container {
	width: 1560rem;
}

@media(max-width:1320px) {
	.class-list .classtitle dd .chushou a {
		font-size: 14rem;
	}
}


@media(max-width:1200px) {
	.class-list .classtitle dd .chushou a {
		width: 49%;
		font-size: 12px;
		padding-left: 35px;
	}

	.class-list dl .pic1 {
		width: 30px !important;
	}
}

@media(max-width:500px) {
	.class-list .classtitle dd .chushou a {
		width: 100%;
		margin-right: 0;
	}
}







@media(max-width:1200px) {
	.header .header-right .r-top {
		float: left;
	}

	.header .header-right .yuyan span a {
		line-height: 28px;
		color: #555;
		font-size: 14px;
		display: block;
	}

	.header .header-right .yuyan {
		float: right;
		margin-top: 16px;
		margin-left: 16px;
		position: relative;
	}

	.header .header-right .yuyan span a img {
		width: 25px;
		margin-top: -3px;
		margin-right: 5px;
	}

	.header .header-right .yuyan ul {
		width: 100%;
		padding: 10px;
		width: 140px;
		top: 100%;
		left: 50%;
		margin-left: -70px;
		z-index: 44444;
		box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.14);
	}

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

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

	.header .header-right .yuyan ul li a img {
		width: 25px;
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 5px;
	}

	.header .header-right .r-top .mail {
		display: block;
		position: relative;
		top: auto;
		right: auto;
	}
}

#menu .lan {
	text-align: center;
	overflow: hidden;
	padding-left: 10px;
	margin-bottom: 20px;
}

#menu .lan a {
	display: block;
	width: auto;
	line-height: 24px;
	margin-top: 2px;
	margin-bottom: 20px;
	text-align: center;
	background-color: none;
	border-radius: 11px;
	font-size: 14px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	float: left;
}

#menu .lan a.active {
	color: #0362a4;
	font-family: Poppins-Bold;
}