@charset "utf-8";

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

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,
body {
	position: relative;
}

a {
	-webkit-tap-highlight-color: transparent;
	color: inherit;
	outline: none;
	text-decoration: none;
	color: #333;
}

a:hover {
	color: initial;
}

ul,
li {
	list-style: none;
}

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

}

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

input,
button,
textarea {
	border: none;
	font-size: 14px;
	outline: none;
	font-family: var(--font-family-0);
}

input[type='text'] {
	appearance: none;
}

input[type='radio'] {
	appearance: auto;
}

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

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.hide {
	overflow: hidden;
}

.rel {
	position: relative;
}

/*清楚浮动*/
.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	zoom: 1;
	display: block;
}

/*图片垂直水平居中*/
.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	text-align: center;
	margin: auto;
}

.indent2 {
	text-indent: 2em;
}

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

.animated {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform, opacity;
}

img {
	vertical-align: top;
}

@keyframes slideUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}

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

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

@keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

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

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp2;
}

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

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown2 {
	animation-name: fadeInDown2;
}

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

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2;
}

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

.ellipsis1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

/*多行省略隐藏*/
.ellipsis2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.ellipsis3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

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

@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.eot');
	src: url('../fonts/Montserrat-Medium.ttf');
	src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Roboto-Regular_0';
	src: url('../fonts/Roboto-Regular_0.eot');
	src: url('../fonts/Roboto-Regular_0.ttf');
	src: url('../fonts/Roboto-Regular_0.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular_0.woff2') format('woff2'), url('../fonts/Roboto-Regular_0.woff') format('woff'), url('../fonts/Roboto-Regular_0.svg#Roboto-Regular_0') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular_0.eot');
	src: url('../fonts/Roboto-Regular_0.ttf');
	src: url('../fonts/Roboto-Regular_0.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular_0.woff2') format('woff2'), url('../fonts/Roboto-Regular_0.woff') format('woff'), url('../fonts/Roboto-Regular_0.svg#Roboto-Regular_0') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


:root {
	--font-family-0: -apple-system-font, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei UI', 'Microsoft YaHei', sans-serif, Arial, 'Poppins-Regular', "Hiragino Sans GB", "Arial", "Helvetica", sans-serif;
	--font-family-P-R: 'Poppins-Regular';
	--font-family-P-M: 'Poppins-Medium';
	--font-family-P-B: 'Poppins-Bold';
	--font-family-M-M: 'Montserrat-Medium';
	
	--font-family-1: 'Roboto-Regular_0';
	
	--main-color: #1355a0;
	--sub-color: #c1272d;
	--orange-1: #ffa600;
	--red-1: #ef4444;
	--green-1: #7abc25;
}

html,
body {
	position: relative;
	font-family: 'Roboto';
}

html {
	font-size: 10px;
}

@media screen and (min-width: 1920px) {
	html {
		font-size: 10px !important;
	}
}

body {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	background: #fff;
}

/*页面主体区域的宽*/
.container {
	width: 98%;
	max-width:1600px;
	margin-left: auto;
	margin-right: auto;
}

.container02 {
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.container-header {
	/* width: 98%; */    max-width: 180rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1600px) {
	.container {
		/*width: 100%;*/
		padding-left: 10px;
		padding-right: 10px;
	}
}

.container-2 {
	width: 90%;
	max-width: 1525px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1600px) {
	.container-2 {
		/*width: 100%;*/
		padding-left: 5vw;
		padding-right: 5vw;
	}
}

.pc {
	display: block;
}

.mobile {
	display: none;
}

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

	.pc {
		display: none;
	}
}

.header {
	background: var(--main-color);
	color: #fff;
	position: fixed;
	z-index: 999;
	transition: 0.5s;
	top: 0;
	width: 100%;
}

.header a {
	color: #fff;
}

.header>.container-header {
	display: flex;
	justify-content: space-between;
}

.header .lxfs {
	display: flex;
	flex-wrap: wrap;
}

.header .p-1 {

	position: relative;
}

.header .p-1:last-child {
	margin-right: 0;
}

.header .p-1 .icon {
	width: 2.4rem;
	height: 2.4rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0.6rem;
	left: 0;
}

.header .p-1 .icon img {
	width: 1.6rem;
	height: 1.6rem;
}

.header .p-1:last-child {
	margin-bottom: 0;
}

.header .language {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.header .language>a {
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	font-family: arial;
	position: relative;
}

.header .language .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	color: #fff;
	margin-right: 0.5rem;
}

.header .language .icon svg {
	width: 2rem;
	height: 2rem;
	fill: #fff;
}

.header .language .drop {
	opacity: 0;
	visibility: hidden;
	font-size: 1.6rem;
	background: #fff;
	width: 12rem;
	line-height: 4rem;
	text-align: center;
	border-radius: 0.5rem;
	padding: 1rem 0;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 1rem;
	display: none;
	transition: .5s;
	color: #333;
}

.header .language .drop::after {
	content: "";
	border: 0.8rem solid transparent;
	border-bottom-color: #fff;
	width: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	top: -1.6rem;
	left: 0;
	right: 0;
}

.header .language a {
	color: #eef5fa;
	font-size: 12px;
	font-family: var(--font-family-1);
}

.header .language a img {
	margin-right: 5px;
}

.header .language .drop a {
	color: #333;
	display: block;
}

.header .language .drop a:hover {
	background: #eee;
	text-decoration: none;
}

.header .language .arrow {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 1rem;
	position: relative;
}

.header .language .arrow::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 0.1rem #ffffff solid;
	border-bottom: 0.1rem #ffffff solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.header .language:hover .drop {
	opacity: 1;
	visibility: visible;
	display: block;
	margin-top: 0;
}


.header {
	width: 100%;
	background: #1a1a1a;
	color: #333;
	padding: 19px 0;
	font-size: 16px;
	position: fixed;
	z-index: 998;
	top: 0px;
	left: 0;
	transition: 0.2s;
}

.header a {
	color: #333;
}

.header>.container {
	padding-left: 0rem;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.header>.container:after {
	display: none;
}

.header .logo {
	z-index: 1;
	line-height: 64px;
	display: block;
}

.header .logo img {
	vertical-align: middle;
	position: relative;
}


.header .other {
	line-height: 4rem;
	display: inline-flex;
	align-items: center;
}

.header .searchBtn {
	cursor: pointer;
	display: inline-flex;
	width: 4rem;
	height: 4rem;
	align-items: center;
	justify-content: center;
	margin: 0 3rem;
}

.header .searchBtn .icon {
	display: inline-flex;
	width: 2.6rem;
	height: 2.6rem;
	fill: #d2d2d2;
}

.header .searchBtn .icon svg {
	width: 100%;
	height: 100%;
}

.header .searchBtn:hover .icon {
	fill: var(--sub-color);
}

.header.fixed {
	background: #1e1e1e;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

.common-nav .listNav>li>.child {
	display: block;
	width: 22rem;
	text-align: left;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 50%;
	transform-origin: 0 0;
	transform: scaleY(0) translateX(-50%);
	transition: transform .2s;
	padding: 10PX;
	background: #f7f7f7;
	border-radius: 1rem;
	box-shadow: 0 2.4rem 6rem 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1023px) {
	.header {
		padding: 0;
		padding-left: 5vw;
		padding-right: 5vw;
		font-size: 14px;
		top: 0;
		background: #1e1e1e
	}

	.header.fixed {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}

	.header a {
		color: #333;
	}

	.header>.container {
		padding-left: 0;
		padding: 10px 0;
		justify-content: space-between;
	}

	.header .logo {
		position: static;
		height: 70px;
		top: 15px;
	}
	.header .logo .img-1{
		height: 30px;
	}
	.header .searchBtn {
		display: none;
	}

	.header .language {
		display: none;
	}

}


.drop {
	width: 16.66%;
}

.common-nav {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	text-align: right;
	transition: all .5s;
	padding-left: 4rem;
	position: relative;
}

.common-nav .listNav {
	width: 100%;
	display: flex;
	justify-content: right;
	text-align: right;
}

.common-nav .listNav>li {
	text-align: center;
	position: relative;
}


.common-nav .listNav>li.li-static {
	position: static;
}

.common-nav .listNav>li>a {
	font-family:var(--font-family-1);
	font-size: 20px;
	color: #ffffff;
	height: 65px;
	line-height: 65px;
	z-index: 1;
}

.common-nav .listNav>li>a>span {
	display: block;
	overflow: hidden;
	height: 65px;
	line-height: 65px;
}

.common-nav .listNav>li>a .txt-1 {
	display: block;
	height: 65px;
	line-height: 65px;
	padding: 0 25px;
}

.common-nav .listNav>li:hover>a,
.common-nav .listNav>li.active>a {
	color: #007aff;
}

.common-nav .listNav>li:last-child>a span {}

.common-nav .listNav>li>.child {
	display: block;
	text-align: left;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0%;
	margin-left: 50%;
	transform-origin: 0 0;
	transform: scaleY(0) translateX(-50%);
	transition: transform .2s;
	background: #f7f7f7;
	border-radius: 1rem;
	box-shadow: 0 2.4rem 6rem 0 rgba(0, 0, 0, 0.3);
	font-family:var(--font-family-1);
}

.common-nav .listNav>li>.child>.list {
	position: relative;
}

.common-nav .listNav>li>.child>.list a {
	width: 100%;
	display: block;
	color: #333333;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	border-radius: 1rem;
	padding: 0 10px;
	position: relative;
	text-align: center;
}

.common-nav .listNav>li>.child>.list a::before {}

.common-nav .listNav>li>.child>.list a:hover {
	text-decoration: none;
	background: #ebebeb;
	color: var(--main-color);
}

.common-nav .listNav>li>.child.child-2 {
	width: 80rem;
}

.common-nav .listNav>li>.child.child-2>.list {
	display: flex;
	flex-wrap: wrap;
}

.common-nav .listNav>li>.child.child-2>.list li {
	min-width: 50%;
}

.common-nav .listNav>li>.child.show {
	display: block;
	transform: scaleY(1) translateX(-50%);
}


@media screen and (max-width: 1280px) {
	.common-nav .listNav>li>.child>.list a {
		font-size: 14px;
	}
}


@media screen and (max-width: 1023px) {
	.common-nav {
		display: none;
	}
}

.page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.custom-page {
	color: rgba(94, 96, 100, 1);
	height: 36px;
	display: flex;
}

.custom-page li {
	padding: 0 !important;
	margin: 0 !important;
	border-color: rgba(94, 96, 100, 1);
}

.custom-page li.xl-disabled {
	color: rgba(94, 96, 100, 1);
}

.custom-page li {
	display: inline-block;
	margin-left: 0;
	min-width: 36px;
	white-space: nowrap;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e3e2e8;
	border-right: none;
	font-weight: 500;
	background: transparent;
	font-size: 14px;
	cursor: pointer;
	padding: 0 4px;
	border-color: rgba(94, 96, 100, 1);
	padding: 0 !important;
	margin: 0 !important;
}

.custom-page li.xl-prevPage {
	margin-right: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e3e2e8;
	border-right: none;
	font-weight: 500;
	background: transparent;
	border-color: rgba(94, 96, 100, 1);
}

.custom-page li.xl-active {
	line-height: 36px;
	border: 1px solid #e3e2e8;
	border-right: none;
	background: transparent;
	color: rgba(196, 18, 28, 1);
	border-color: rgba(94, 96, 100, 1);
}

.custom-page li.xl-nextPage {
	margin-right: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e3e2e8;
	font-weight: 500;
	background: transparent;
	border-color: rgba(94, 96, 100, 1);
}

.total_page {
	margin: 0 10px;
	font-size: 13px;
	line-height: 36px;
	color: rgba(94, 96, 100, 1);
}

.jump_page {
	font-size: 13px;
	line-height: 36px;
	color: rgba(94, 96, 100, 1);
}

.jump_page input {
	margin: 0 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	background: transparent;
	-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: rgba(94, 96, 100, 1);
	border-color: rgba(94, 96, 100, 1);
}

.xl-jumpButton {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 12px;
	padding: 0 13px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e3e2e8;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
	background-color: transparent;
	outline: 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	font-family: 微软雅黑;
	white-space: nowrap;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: rgba(94, 96, 100, 1);
	border-color: rgba(94, 96, 100, 1);
}

/*footer*/
.footer {
	background-color: #18181b;
	font-size: 1.6rem;
	color: #fff;
	padding-top: 6rem;
	position: relative;
	font-family: var(--font-family-1);
}

.footer a {
	color: #ffffff;
	transition: all .5s;
}

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

.footer img {
	vertical-align: top;
}

.footer .socialMedia a {
	margin-left: 20px;
}

.footer .socialMedia a img,
.footer .socialMedia a svg {
	width: 20px;
	height: 20px;
}

.footer .xian {
	background: #7d7d7e;
	height: 1px;
	width: 60%;
}

.footer .right {
	width: 38%;
	float: right;
}

.footer .leftC {
	max-width: 40rem;
}

.footer .p-1 {
	position:relative;
	margin-bottom: 15px;
	padding-left:30px;
}

.footer .p-1 .icon{
	top:2px;
	left:0;
	position:absolute;
}
.footer .p-1 a {
	color: #FFFFFF;
	font-size: 16px
}

.footer .p-1 img {
	vertical-align: middle;
	margin-right: 18px;
}

.footer .phone {
	font-size: 24px !important;
}

.footer .left {
	width: 60%;
	float: left;
}

.footer .menu {
	overflow: hidden;
	width: 100%
}

.footer .menu>.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: -1.5rem;
}

.footer .menu>.list>li {
	width: 33.33%;
	position: relative;
}

.footer .menu>.list>li>a,
.footer .menu>.list>li>span {
	display: block;
	text-align: left;
	font-size: 18px;
	font-family: var(--font-family-1);
	margin-bottom: 16px;
	position: relative;
	color: #ececec;
	font-weight: bold;
}

.footer .menu .child {
	position: relative;
}

.footer .menu .child a {
	font-size: 18px;
	display: block;
	transition: all .5s;
	position: relative;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	font-family: var(--font-family-P-R);
	line-height: 36px;
	padding-left: 17px;
	background: url(../images/jiao.png) no-repeat left 48%;
}

.footer .right a span {
	display: block;
	text-align: left;
	font-size: 18px;
	font-family: var(--font-family-1);
	margin-bottom: 16px;
	position: relative;
	color: #ececec;
	font-weight: bold;
}

.footer .menu .child a:hover {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.footer {
		font-size: 14px;
		padding-top: 40px;
		overflow: hidden;
	}

	.footer>.container {
		padding-bottom: 10px;
	}

	.footer .left {
		width: 100%;
		padding: 0;
	}

	.footer .leftC {
		max-width: 100%;
	}

	.footer .lxfs {
		padding-bottom: 30px;
		position: relative;
	}

	.footer .lxfs::after {
		content: "";
		display: block;
		width: 100vw;
		border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.footer .lxfs .logo {

		margin-bottom: 20px;
	}

	.footer .lxfs .p-1 {
		font-size: 16px;
		line-height: 30px;
		padding-left: 32px;
		margin-bottom: 8px;
	}

	.footer .lxfs .p-1 .icon {
		width: 24px;
		height: 24px;
		top: 3px;
		left: 0;
	}

	.footer .lxfs .p-1 .icon img {
		width: 16px;
		height: 16px;
	}

	.footer .menu>.list>li>a,
	.footer .menu>.list>li>span {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.footer .menu .child a {
		font-size: 14px;
		line-height: 24px;
		padding: 5px 0;
	}

	.footer .link {
		width: 100%;
		padding-top: 60px;
	}
}

.footer .op {
	padding-bottom: 80px;
	padding-top: 65px;
	clear: both;
	overflow: hidden;
}

.footer .bottom-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright {
	line-height: 3rem;
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.48);
	background: #000000;
	padding: 20px 0;

}

.copyright .span-1 {
	color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
	float: left;
	font-family: var(--font-family-1);
}

.copyright .span-2 {
	float: right;
	color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
	background: url(../images/to-top.png) no-repeat right center;
	padding-right: 40px;
	cursor: pointer;
}



@media screen and (max-width: 1023px) {
	.copyright {
		font-size: 14px;
		line-height: 1.5;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
	}

	.copyright .container {
		padding-top: 15px;
		padding-bottom: 0;
		border-top: 1px rgba(255, 255, 255, 0.1) solid;
	}

	.copyright .span-1 {
		margin-left: 0;
		margin-right: 0;
	}

	.copyright .span-2 {
		margin-left: 0px;
		float: none;
	}

	.copyright .span-2 a {
		margin-left: 0;
		margin-right: 5px;
	}
}

@media screen and (max-width: 1023px) {}

.common-title {
	color: #616161;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 6rem;
}

.common-title .title {
	font-size: 4.8rem;
	color: #212121;
	font-family: var(--font-family-P-B);
	text-transform: uppercase;
}

.common-title .info {
	margin-top: 3rem;
	max-width: 141rem;
	margin-left: auto;
	margin-right: auto;
}

.common-title.alignLeft {
	text-align: left;
}

@media screen and (max-width: 1023px) {
	.common-title {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.common-title .icon {
		width: 29px;
		height: 29px;
	}

	.common-title .icon::before,
	.common-title .icon::after {
		width: 29px;
		height: 29px;
	}

	.common-title .title {
		font-size: 24px;
	}

	.common-title .info {
		margin-top: 15px;
		max-width: 100%;
		font-size: 14px;
	}
}

.floatRight {
	font-size: 16px;
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 35%;
	transition: .5s;
	display: none;
}

.floatRight .returnTopBtn {
	opacity: 0;
}

.floatRight .returnTopBtn.show {
	opacity: 1;
}

.floatRight .list li {
	position:relative;
	padding-bottom: 4px;
}

.floatRight .list .box {
	width: 40px;
	transition: .5s;
	display: block;
	display: flex;
	align-items: center;
}

.floatRight .list .box:hover {
	opacity: .8;
}

.floatRight .list .box:hover .icon {
	background: var(--main-color);
	color: #fff;
}

.floatRight .list .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	background: #1355a0;
	color: #fff;
}

.floatRight .list .icon img,
.floatRight .list .icon svg {
	width: 20px;
	height: 20px;
}

.floatRight .list .txt {
	flex: 1;
	width: calc(100% - 40px);
	font-family: var(--font-family-3);
	background: #2b2c30;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.floatRight .hoverLi .box:hover {
	transform: translateX(-130px);
}

@media screen and (max-width: 1023px) {
	.floatRight {
		display: none;
	}
}

/*导航按钮*/
.navPhoneBtn {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	position: absolute;
	z-index: 11;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 36px;
	text-align: right;
	display: none;
}

.navPhoneBtn span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: var(--main-color);
	border-radius: 3px;
	z-index: 1;
	transform-origin: 20px;
	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);
}

.navPhoneBtn span:nth-last-child(2) {
	transform: rotate(0);
	transition: width .5s ease;
}

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

.navPhoneBtn.close,
.navPhoneBtn.closeMember {
	opacity: 1;
	z-index: 10;
}

.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
	opacity: 1;
	transform: rotate(45deg);
}

.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
	opacity: 1;
	transform: rotate(-45deg);
}

.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
	width: 0;
	opacity: 0;
	transform: rotate(0);
	transition: width .5s;
}

.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
	.navPhoneBtn {
		display: block;
	}
}

.common-navM .transparent {
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}

.common-navM .navMCon {
	background-color: #ffffff;
	width: 80%;
	min-width: 140px;
	max-width: 440px;
	height: 100%;
	border-left: 1px rgba(0, 0, 0, 0.1) solid;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 2;
	position: fixed;
	z-index: 10001;
	top: 0;
	bottom: 0;
	right: auto;
	left: -100%;
	transition: all .5s;
}

.common-navM .navMCon .llist {
	padding-top: 30px;
}

.common-navM .navMWrap {
	overflow-y: auto;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.common-navM.open .transparent {
	display: block;
}

.common-navM.open .closeBtn {
	display: block;
}

.common-navM.open .navMCon {
	left: 0;
}

.common-navM .closeBtn {
	opacity: 0;
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: var(--main-color);
	color: #fff;
	position: absolute;
	z-index: 999;
	right: -40px;
	top: 0;
}

.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
	content: "";
	display: block;
	background: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: rotate(45deg);
}

.common-navM .closeBtn:before {
	width: 15px;
	height: 1px;
}

.common-navM .closeBtn:after {
	width: 1px;
	height: 15px;
}

.common-navM .titleBig {
	text-align: center;
	padding: 10px 0;
	display: none;
}

.common-navM .navMWrap>.list em {
	font-style: initial;
}

.common-navM .navMWrap>.list .title {
	padding: 10px 0 10px 10px;
	text-indent: 0;
	border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
	position: relative;
}

.common-navM .navMWrap>.list .title .icon {
	width: 40px;
	height: 40px;
	margin: auto;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	transform: rotate(45deg);
}

.common-navM .navMWrap>.list .title .icon:before,
.common-navM .navMWrap>.list .title .icon:after {
	content: "";
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: center center;
	transition: all .3s ease;
}

.common-navM .navMWrap>.list .title .icon:before {
	width: 10px;
	height: 10px;
	border-top: 1px #aaa solid;
	border-right: 1px #aaa solid;
}

.common-navM .navMWrap>.list .title em {
	font-style: initial;
}

.common-navM .navMWrap>.list .has .title .icon {
	display: block;
}

.common-navM .navMWrap>.list .active>.title .icon:before {
	transform: rotate(90deg);
}

.common-navM .navMWrap>.list>li>.title {

	font-size: 14px;
}

.common-navM .navMWrap>.list>li>.child>.list>li {
	text-indent: 24px;
	font-size: 14px;
}

.common-navM .navMWrap>.list>li>.child>.list>li>.child {
	font-size: 14px;
}

.common-navM .navMWrap>.list>li>.child>.list>li>.child .title {
	padding-left: 20px;
}

.common-navM .navMWrap>.list>li>.child>.list>li>.title {
	padding-left: 48px;
	position: relative;
}

.common-navM .navMWrap>.list>li>.child>.list>li>.title:before {}

.common-navM .navMWrap>.list .tb {
	width: 20px;
	height: 20px;
	display: inline-flex;
	position: absolute;
	top: 7px;
	left: 0;
}

.common-navM .child {
	padding: 0 0 20px 0;
	display: none;
	position: relative;
}

.common-navM .child a {
	color: #666;
	display: block;
	line-height: 28px;
	padding: 5px 0;
	transition: all .5s;
	position: relative;
}

.common-navM .child a:hover {
	color: #000;
	margin-left: 10px;
}

.common-navM .mSearch {
	padding: 10px 0;
	text-align: left;
	overflow: hidden;
	border-bottom: #f3f3f3 1px solid;
	position: relative;
}

.common-navM .mSearch .btn {
	width: 26px;
	height: 26px;
	font-size: 0;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

.common-navM .mSearch .btn .icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
}

.common-navM .mSearch input {
	height: 40px;
	line-height: 38px;
	border: 0;
	vertical-align: middle;
	box-sizing: border-box !important;
	color: #333;
	appearance: none;
	transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
	opacity: 1;
	width: 100%;
	padding: 5px 40px 5px 15px;
	border-radius: 2px;
	font-size: 14px;
	background-color: #fff;
	position: static;
	left: 0;
	right: 0;
}

.common-navM .other {
	padding: 10px;
}

.common-navM .read {
	padding-top: 10px;
	padding-bottom: 10px;
}

.common-navM .read .btn-1 {
	display: inline-flex;
	align-items: center;
	padding: 0 5px;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	background: linear-gradient(to right, #bf2d32, #a61f24);
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: relative;
}

.common-navM .read .btn-1 .icon-1 {
	width: 30px;
	height: 30px;
	margin-left: 5px;
}

.common-navM .read .btn-1 .icon-2 {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #ffffff url(../images/icon/arrow-right-1.png) no-repeat center center;
	background-size: 20px;
	margin-left: 20px;
}

.common-navM .languageBtn {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0;
}

.common-navM .languageBtn>div {
	width: auto;
}

.common-navM .languageBtn .col-2 {
	width: 50%;
}

.common-navM .languageBtn .col-3 {
	width: 33.33333333%;
}

.common-navM .languageBtn .col-4 {
	width: 25%;
}

.common-navM .languageBtn .col-5 {
	width: 20%;
}

.common-navM .languageBtn .col-6 {
	width: 16.66666667%;
}

.common-navM .languageBtn a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	border: 1px #eee solid;
	margin-right: -1px;
	margin-top: -1px;
	background: #fff;
}


#searchPopup {
	height: 100%;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	display: none;
	z-index: 9999;
}

#searchPopup .transparent {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

#searchPopup .searchBox {
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	top: 100px;
	opacity: 0;
	transition: all .5s;
	top: 40%;
}

#searchPopup .searchBox.fadeIn {
	top: 50%;
	opacity: 1;
	z-index: 999;
}

#searchPopup .searchBox .container {
	width: 40%;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#searchPopup .searchBox input {
	border-radius: 5px;
	background: #fff;
	color: #333;
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	height: 60px;
	line-height: 58px;
	transition: .5s;
}

#searchPopup .searchBox input:focus {
	color: #000;
	box-shadow: 0 0 0 1px var(--main-color) inset;
}

#searchPopup .searchBox .btn {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	height: 60px;
	width: 60px;
	background: var(--main-color);
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#searchPopup .searchBox .btn svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

#searchPopup .searchBox .btn:hover {
	opacity: .8;
}

#searchPopup .searchBox .close {
	display: none;
}

#searchPopup .searchBox2.fadeIn {
	top: 95px;
}

@media screen and (max-width: 1023px) {
	#searchPopup .searchBox .container {
		width: 100%;
	}

	#searchPopup .searchBox input {
		width: 100%;
	}

	#searchPopup .searchBox .btn {
		right: 15px;
	}

	#searchPopup .searchBox .btn svg {
		width: 24px;
		height: 24px;
	}
}

/*bread*/
.common-bread {
	text-align: left;
	font-weight: 400;
	color: #666666;
	font-size: 1.4rem;
	line-height: 4rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.common-bread a {
	color: #666666;
}

.common-bread a:hover {
	color: var(--main-color);
	text-decoration: underline;
}

.common-bread .icon {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	vertical-align: middle;
	margin-right: 0.5rem;
	transform: translateY(-0.2rem);
}

.common-bread .icon svg {
	width: 100%;
	height: 100%;
	vertical-align: top;
	display: inline-flex;
	fill: var(--main-color);
}

@media screen and (max-width: 1023px) {
	.common-bread {
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 20px;
		font-size: 14px;
		text-align: left;
	}

	.common-bread .icon {
		width: 20px;
		height: 20px;
	}
}

/*page*/
.common-page {
	clear: both;
	text-align: center;
	font-size: 0;
	font-family: arial;
	line-height: 16px;
}

.common-page em {
	font-style: normal;
	font-size: 14px;
	line-height: 38px;
	vertical-align: middle;
}

.common-page a,
.common-page span {
	color: #333;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	min-width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 40px;
	box-shadow: 0 0 0 1px #e6e6e6;
	margin: 0 5px;
	padding: 0 0;
	vertical-align: middle;
}

.common-page a svg,
.common-page span svg {
	fill: #333;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	margin-left: 5px;
}

.common-page a.cur,
.common-page span.cur,
.common-page a.active,
.common-page span.active,
.common-page a:hover,
.common-page span:hover {
	box-shadow: 0 0 0 1px #fff;
	background: var(--main-color);
	color: #fff;
}

.common-page a.cur svg,
.common-page span.cur svg,
.common-page a.active svg,
.common-page span.active svg,
.common-page a:hover svg,
.common-page span:hover svg {
	fill: #fff;
}

.common-page a.prev,
.common-page span.prev,
.common-page a.next,
.common-page span.next {
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 1023px) {

	.common-page a,
	.common-page span {
		display: none;
	}

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

@media screen and (max-width: 1366px) {
	.common-nav .listNav>li {
		padding-right: 30px;
	}

	.common-nav .listNav .nav-top:after {
		right: 15px;
	}

	#searchPopup .searchBox .btn {
		margin-right: 10px
	}

	.bottom-tel {
		font-size: 30px !important;
	}

	.home-service .laybox {
		padding-left: 1.3037%;
	}

	.about_us .laybox {
		padding-left: 1.3037%;
	}

	.container02 {
		width: 98%;
		max-width: 1444px;
		margin-left: auto;
		margin-right: auto;
	}

	.teltel {
		font-size: 28px !important
	}
}

@media screen and (max-width: 768px) {
	.header-xuanfu-new {
		background: #000 !important;
	}

	.inside-banner {
		padding-top: 70px !important;
	}

	.footer .container {
		display: none;
	}

	.copyright .container {
		display: block;
		padding-top: 0px;
		border: none;
	}

	.footer {
		padding-top: 0px;
	}

	.bt_zw {
		font-size: 24px !important;
		margin-top: -60px;
	}

	.bt_en {
		font-size: 44px !important;
		line-height: 1.2;
	}
}

@media screen and (max-width: 1366px) {
	.footer .right .menu .list_li::before {
		content: "";
		position: absolute;
		right: 25px;
		top: 2px;
		width: 1px;
		height: 232px;
		background: #ffffff;
		opacity: 0.1;
	}
}


.page {
	text-align: center;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 60px;
}

.page a {
	color: #666;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	height: 30px;
	width: 30px;
	text-align: center;
	margin: 0 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px solid #dcdcdc;
	background: #fff
}
.page a:hover{
	background: #0071b3;
	color: #fff;
	border: 1px solid #0071b3
}

.page a.cpb {
	background: #0071b3;
	color: #fff;
	border: 1px solid #0071b3
}

.current-left{
	margin-top: 103px;
	text-align: left!important;
}

.inside-banner .info{
	width: 40%;
}

@media(max-width:1366px){
	.common-nav .listNav>li>a .txt-1{
		padding: 0px;
	}
	.common-nav .listNav>li {
		padding-right: 19px;
	}
	.common-nav .listNav>li>a{
		font-size:16px;
	}
}
@media screen and (max-width: 768px) {
	.header .other {
		display: none;
	}
	.floatRight{
		display: none!important;
	}
}