@charset "UTF-8";

html {
	font-size: 14px;
}

body {
	font-family: Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
	color: #555;
	line-height: 1.5;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
	-moz-osx-font-smoothing: grayscale;
}

a,
a:before,
a:after,
#goTop,
.container,
.lm,
span,
.title,
img,
li,
.tab,
i {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}

.justify,
.inner,
img,
input,
textarea,
select,
button,
table,
label,
.center,
.searchForm {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.justify {
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0px;
	font-size: 0px;
}

.justify:after {
	content: '';
	height: 0px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.justify .line {
	display: inline-block;
	height: 0px;
	overflow: hidden;
}

.justify>* {
	text-align: left;
	font-size: 14px;
}

.justify .box {
	display: inline-block;
	vertical-align: top;
}

.box.justify {
	text-align: justify;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
table,
textarea,
ul {
	margin: 0;
	padding: 0;
}

area:focus,
button:focus,
input:focus,
textarea:focus {
	outline: 0;
}

a img,
abbr,
acronym,
fieldset,
img,
legend {
	border: 0 none;
}

figure,
li,
ol,
ul {
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: inline;
	font-weight: 400;
	font-size: 100%;
}

q:after,
q:before {
	content: '';
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

button {
	overflow: visible;
}

pre,
textarea {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button,
select {
	text-transform: none;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

a[href],
label[for],
select {
	cursor: pointer;
}

a,
div,
input,
span,
textarea {
	-webkit-tap-highlight-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

svg:not(:root) {
	overflow: hidden;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type=search] {
	-webkit-appearance: textfield;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
optgroup,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	background: #ddd;
	font-weight: 700;
}

table td,
th {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	word-wrap: break-word;
	word-break: break-word;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #555;
}

*:before,
*:after {
	text-align: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="text"],
input[type="password"],
textarea {
	text-align: left;
	background: transparent;
}

input[type="text"]:focus,
input[type="text"].focusOn,
input[type="password"]:focus,
input[type="password"].focusOn,
textarea:focus,
textarea.focusOn {
	background: #fff;
}

input,
textarea,
select,
button,
label {
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
}

.center {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

@media screen and (max-width: 1366px) {
	.center {
		width: 88%;
	}
}

@media screen and (max-width: 1300px) {
	.center {
		width: 90%;
	}
}

@media screen and (max-width: 1000px) {
	.center {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

i {
	font-style: normal;
}

img {
	vertical-align: bottom;
}

a[href^="mailto:"],
a[href^="tel:"] {
	display: inline-block;
}

table {
	line-height: 1.5;
	width: 100%;
}

table.table-left td,
table.table-left th {
	text-align: left;
}

.addthis_sharing_toolbox {
	white-space: nowrap;
}


/*图片不超出容器居中*/

.ij1 {
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
}


/*图片高度百分百,宽度自适应，铺满容器居中*/

.ij2 {
	height: 100%;
	max-width: none;
	width: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-o-transform: translate3d(-50%, 0, 0);
}


/*图片铺满容器居中*/

.ij3 {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
}


/*翻页*/

.turnPage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
}

.turnPage a {
	width: 50%;
	background: #000;
	position: relative;
	overflow: hidden;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	align-items: center;
	color: #fff;
	padding: 0 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.turnPage a:hover .ij3 {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.turnPage a:hover i:after {
	width: 40px;
}

.turnPage .pre {
	text-align: left;
}

.turnPage .pre i {
	right: 100%;
	margin-right: 10px;
}

.turnPage .pre i:before {
	content: "\e625";
	right: 100%;
	margin-right: -6px;
}

.turnPage .next {
	text-align: right;
}

.turnPage .next i {
	left: 100%;
	margin-left: 10px;
}

.turnPage .next i:before {
	content: "\e628";
	left: 100%;
	margin-left: -6px;
}

.turnPage .ij3 {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.turnPage .textW {
	position: relative;
	width: 100%;
}

.turnPage .name {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}

.turnPage .tit {
	display: block;
	font-size: 24px;
	text-transform: capitalize;
	margin-top: 20px;
}

.turnPage i {
	position: absolute;
	top: 11px;
}

.turnPage i:before {
	content: "";
	font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
	position: absolute;
	top: -11px;
	font-size: 16px;
}

.turnPage i:after {
	content: "";
	width: 10px;
	height: 1px;
	background: #fff;
	display: inline-block;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

@media screen and (max-width: 875px) {
	.turnPage a {
		padding: 0 60px;
	}

	.turnPage .name {
		font-size: 14px;
	}

	.turnPage .tit {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.turnPage a {
		width: 100%;
		min-height: 300px;
	}
}

.searchForm {
	position: relative;
	max-width: 100%;
}

.searchForm .search {
	width: 100%;
	border: 0px none;
}

.searchForm .searchBtn {
	border: 0px none;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

#goTop {
	position: fixed;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	display: none;
	cursor: pointer;
	z-index: 999;
	border-radius: 5px;
}

#goTop:hover {
	opacity: 0.7;
}

iframe[name='google_conversion_frame'] {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -13px;
	float: left;
}

object[id^="tq_as"] {
	overflow: hidden;
	margin: 0;
	height: 0 !important;
}

#div_ser table td,
#div_ser table th {
	border: 0px none;
}

[data-animation] {
	visibility: hidden;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}

#goTop:before {
	font-family: iconfont;
	content: "\e62a";
}

.container {
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.title {
	line-height: 1.2;
}

#header {
	width: 100%;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.8);
}

#header .flexW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

#nav {
	font-size: 0;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	margin-right: 15px;
}

#nav>li {
	display: inline-block;
	margin-right: 5px;
	/* position: relative; */
}

#nav>li:last-child {
	margin-right: 0;
}

#nav>li>h2>a {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	position: relative;
	text-transform: capitalize;
	z-index: 2;
	padding: 35px 10px;
}

#nav>li>h2>a:after {
	content: "";
	font-family: iconfont, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
	position: absolute;
	top: 12px;
	right: 0;
	font-weight: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 12px;
}

#nav>li>h2>a:before {
	content: "";
	height: 2px;
	background: #005bac;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
}

#nav>li:hover>h2>a,
#nav>li.active>h2>a {
	color: #005bac;
}

#nav>li:hover>h2>a:before,
#nav>li.active>h2>a:before {
	left: 0;
	right: 0;
}

#nav>li.hasUl>a {
	padding-right: 15px;
}

#nav>li.hasUl>a:after {
	filter: alpha(opacity=100);
	opacity: 1;
}

#nav>li>.two_nav {
	width: 150px;
	/* width: 100%; */
	/* max-height: 130px; */
	position: absolute;
	top: 100%;
	box-sizing: border-box;
	display: none;
	transform: translateX(-23%);
	z-index: 99;
	background: #fff;
	text-align: center;
}

#nav>li>.two_nav .two_navs {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px 0 20px 0;
}

#nav>.on>.two_nav:nth-child(5) {
	display: none !important;
}

/* #nav>li>.two_nav .two_fr {
    margin-left: 5%;
} */

#nav>li>.two_nav .two_fl {
	/* max-width: 900px; */
	margin-top: 12px;
	text-align: center;
	/* min-width: 600px; */
}

#nav>li>.two_nav .two_fl a {
	position: relative;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
	line-height: 2;
	/* padding: 0 33px; */
	display: block;
	transition: all 0.3s;
	padding-bottom: 15px;
	/* max-width: 20%;
    width: 100%; */
	box-sizing: border-box;
	text-align: center;
}

#nav>li>.two_nav .two_fl a:last-child {
	padding-bottom: 0;
}

#nav>li>.two_nav .two_fl a::before {
	content: "";
	height: 2px;
	background: #005bac;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
}

#nav>li>.two_nav .two_fl a:hover {
	color: #005bac;
}

#nav>li>.two_nav .two_fl a:hover::before {
	left: 20%;
	right: 20%;
}

#nav>li:hover .proDrop {
	top: 100%;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

#nav .proDrop {
	width: 940px;
	background: #fff;
	padding: 40px 40px 75px;
	position: absolute;
	top: 110%;
	left: -275px;
	font-size: 14px;
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all eas -o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

#nav .proDrop .leftW {
	width: 17.44186%;
	text-align: center;
}

#nav .proDrop .leftW .tit {
	font-size: 18px;
	color: #333;
	margin-top: 25px;
	font-weight: bold;
}

#nav .proDrop .leftW .btn {
	background: #005bac;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 5px;
	margin-top: 15px;
}

#nav .proDrop .leftW .btn:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#nav .proDrop .lineW {
	width: 1px;
	background: #CDCDCD;
	height: 188px;
}

#nav .proDrop .rightW {
	width: 71.51163%;
}

#nav .proDrop .rightW .tit {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#nav .proDrop .rightW a {
	color: #333;
	display: inline-block;
	position: relative;
	padding-right: 27px;
}

#nav .proDrop .rightW a:after {
	content: "\e8f9";
	font-family: iconfont;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 20px;
	position: absolute;
	top: -2px;
	right: 0;
}

#nav .proDrop .rightW li {
	margin-top: 28px;
}

#nav .proDrop .rightW li:hover a,
#nav .proDrop .rightW li.active a {
	color: #005bac;
}

#nav .proDrop .rightW li:hover a:after,
#nav .proDrop .rightW li.active a:after {
	filter: alpha(opacity=100);
	opacity: 1;
	color: #005bac;
}

.seaBtn {
	width: 35px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	z-index: 99;
}

.seaBtn:before {
	content: "\e61f";
	font-family: iconfont, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

.seaBtn.selected:before {
	content: "\e903";
	font-size: 30px;
}

.searchWrap {
	display: none;
}

.searchWrap #searchForm {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	align-items: center;
	text-align: center;
}

.searchWrap .searchCont {
	width: 100%;
	max-width: 900px;
	border-bottom: 2px solid #005bac;
	position: relative;
	margin: 0 auto;
}

.searchWrap form {
	display: block;
	width: 100%;
}

.searchWrap input {
	border: 0;
	width: 100%;
	padding: 10px 100px 10px 20px;
	font-size: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

.searchWrap input.focusOn,
.searchWrap input:focus {
	background: none;
}

.searchWrap input.focusOn+label,
.searchWrap input:focus+label {
	display: none;
}

.searchWrap label {
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 30px;
	text-transform: capitalize;
	color: #757575;
	line-height: 30px;
	height: 30px;
	margin-top: -15px;
}

.searchWrap button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: 0;
}

.searchWrap button:before {
	content: "";
	font-family: iconfont, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
	color: #fff;
	font-size: 40px;
}

@media screen and (max-width: 1000px) {

	#nav>li>.two_nav,
	#nav>li>.three_box {
		display: block !important;
		position: relative;
		max-height: 100%;
		padding: 0;
		transform: none;
	}

	#nav>li>.two_nav .two_navs {
		display: flex;
		flex-direction: column;
		text-align: left;
		margin-right: 10px;
	}

	#nav>li>.two_nav .two_fl a {
		padding-bottom: 5px;
	}

	#nav>li>.two_nav .two_fr {
		display: none;
	}

	#nav>li>.two_nav .two_fl {
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}

	.seaBtn {
		color: #005bac;
		font-size: 30px;
	}

	.searchWrap #searchForm {
		padding: 0 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.searchWrap input {
		font-size: 16px;
		padding: 5px 50px 5px 10px;
	}

	.searchWrap label {
		font-size: 16px;
		left: 10px;
	}

	.searchWrap button {
		width: 30px;
		height: 30px;
		line-height: 30px;
		top: 0;
	}

	.searchWrap button:before {
		font-size: 30px;
	}
}

.headerTel {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	padding-left: 20px;
	border-left: 1px solid #333;
	box-sizing: border-box;
}

.headerTel i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}

.headerTel span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-left: 5px;
	font-weight: 700;
}

.headerTel a {
	color: #333;
}

#logo {
	width: 322px;
}

#logo a {
	display: block;
}

#logo a img {
	width: 100%;
}

#logo .mLogo {
	display: none;
}

.lang {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
}

.lang a {
	color: #fff;
}

.lang a.active {
	color: #005bac;
}

.mHeader {
	display: none;
}

.mLang {
	display: inline-block;
	vertical-align: middle;
	max-width: 30px;
	margin-right: 10px;
}

#menuBtn {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 24px;
	position: relative;
	cursor: pointer;
	z-index: 101;
}

#menuBtn span {
	background: #005bac;
	border-radius: 3px;
	height: 3px;
	position: absolute;
	right: 0;
}

#menuBtn span:nth-child(1) {
	top: 0;
	left: 0;
}

#menuBtn span:nth-child(2) {
	top: 10px;
	left: 6px;
}

#menuBtn span:nth-child(3) {
	top: 21px;
	left: 11px;
}

#menuBtn.active span:nth-child(1) {
	transform-origin: right center;
	-moz-transform-origin: right center;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
	-webkit-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);
}

#menuBtn.active span:nth-child(2) {
	filter: alpha(opacity=0);
	opacity: 0;
	transform: translate3d(-20px, 0, 0);
	-ms-transform: translate3d(-20px, 0, 0);
	-moz-transform: translate3d(-20px, 0, 0);
	-webkit-transform: translate3d(-20px, 0, 0);
	-o-transform: translate3d(-20px, 0, 0);
}

#menuBtn.active span:nth-child(3) {
	left: 0;
	transform-origin: right center;
	-moz-transform-origin: right center;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	-moz-transform: rotate(43deg);
	-webkit-transform: rotate(43deg);
	-o-transform: rotate(43deg);
}

@media screen and (max-width: 1000px) {
	.mHeader {
		display: block;
	}

	.lang,
	.headerTel {
		display: none;
	}

	#logo .mLogo {
		display: block;
	}

	#logo .pcLogo {
		display: none;
	}

	#header .flexW {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 1500px) {
	#nav>li>h2>a {
		font-size: 15px;
	}

	#nav>li {
		margin-right: 0px;
	}

	#nav {
		margin-right: 10px;
	}

	#nav>li>h2>a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.headerTel {
		font-size: 18px;
	}
}

@media screen and (max-width: 1200px) {
	.headerTel {
		display: none;
	}

	.lang {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1000px) {
	#header .rightW {
		width: auto;
	}

	.headerTop {
		display: none;
	}

	.headerMid>div {
		width: auto;
	}

	.topRig {
		margin-top: 0;
		margin-bottom: 20px;
	}

	#header {
		text-align: center;
		padding: 0;
		position: fixed;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		z-index: 999;
		padding: 5px 0;
	}

	#header .headerMid {
		width: 100%;
		text-align: center;
		padding: 5px 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.headerMidRigx .pubBtn {
		display: none;
	}

	#logo {
		padding: 0;
		margin-right: 0;
		border-right: 0;
	}

	#header .headerBot .center {
		text-align: center;
	}

	.headerTop .headerTopRig {
		text-align: center;
	}

	.headerTop .shareWrap {
		margin-left: 0;
	}

	#header.insideHeader .insideNav {
		width: 240px;
		top: 53px;
		right: 10px;
	}

	#header.insideHeader .insideNav>li>a {
		padding: 15px 10px;
	}

	#nav>li>a:after {
		display: none;
	}

	#logo span {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
		width: 100%;
		max-width: none;
		margin-top: 10px;
	}

	#nav {
		width: 50%;
		position: fixed;
		float: none;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		margin: 0;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		padding-top: 60px;
		transform: translate3d(110%, 0, 0);
		-ms-transform: translate3d(110%, 0, 0);
		-moz-transform: translate3d(110%, 0, 0);
		-webkit-transform: translate3d(110%, 0, 0);
		-o-transform: translate3d(110%, 0, 0);
		transition: 0.4s all ease;
		-moz-transition: 0.4s all ease;
		-webkit-transition: 0.4s all ease;
		-o-transition: 0.4s all ease;
		-ms-transition: 0.4s all ease;
		overflow-y: auto;
		padding-bottom: 60px;
		max-width: 400px;
	}

	#nav.toLeft {
		transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
	}

	#nav>li {
		margin: 0;
		display: block;
		text-align: left;
		line-height: 1;
		padding: 0;
		font-size: 14px;
		margin-bottom: 1px;
	}

	#nav>li>h2>a {
		padding: 15px 30px 15px 20px;
		display: block;
		color: #000;
		font-size: 18px;
		border-right: 0;
	}
	#nav>li>.two_nav .two_fl a{
		font-size: 18px;
	}
	#nav>li>h2>a:before {
		display: none;
	}

	#nav>li.hasUl>span {
		display: block;
	}

	#nav>li>span {
		width: 45px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		position: absolute;
		top: 1px;
		right: 0;
		color: #000;
		display: none;
		font-size: 16px;
		z-index: 3;
	}

	#nav>li>span:before {
		content: "";
		font-family: iconfont, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
	}

	#nav>li:last-child {
		border-bottom: 0;
	}

	#nav>li:hover>h2>a:before {
		display: none;
	}

	#nav>li:before {
		display: none;
	}

	#nav>li.selected2>h2>a {
		color: white;
		background: #005bac;
	}

	#nav>li.selected2>span {
		color: #fff;
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}

	#nav>li>ul {
		display: none;
		position: static;
		width: 100%;
		margin-top: 0;
		padding: 0;
		visibility: visible;
		filter: alpha(opacity=100);
		opacity: 1;
		border-top: 0;
		box-shadow: none;
		background: none;
		transition: 0s;
		-moz-transition: 0s;
		-webkit-transition: 0s;
		-o-transition: 0s;
		-ms-transition: 0s;
	}

	#nav>li ul>li {
		border-bottom: 0;
	}

	#nav>li ul>li>a {
		color: #000;
		padding: 10px 10px 10px 30px;
	}

	#nav>li ul>li>a:before {
		display: none;
	}

	#nav>li ul ul {
		display: block;
		visibility: visible;
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#nav>li ul ul a {
		padding-left: 60px;
		font-size: 13px;
		font-weight: normal;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	#nav>li ul ul li:hover>a,
	#nav>li ul ul li.active>a {
		padding-left: 60px;
	}

	#nav>li.proLi {
		position: relative;
	}

	#nav>li .proDrop {
		background: none;
		position: static;
		box-shadow: none;
	}

	#nav>li .proDrop .tit {
		color: #000;
		font-size: 12px;
	}

	#nav>li .proDrop .box {
		width: 24%;
		margin-bottom: 20px;
	}

	#logo,
	.headerMidRig {
		width: auto;
		margin-top: 0;
	}

	.seaBtn {
		position: static;
	}

	#logo {
		max-height: 40px;
		max-width: 80px;
	}

	#header .headerMid .center {
		position: relative;
	}
}

#banner {
	position: relative;
	max-height: 900px;
}

.bannerW .iniBanner .item {
	position: relative;
}

.bannerW .des {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 42px;
	text-align: center;
}

.bannerW .des p {
	letter-spacing: 2px;
	margin-top: 5%;
}

.bannerW .des p:nth-child(2) {
	font-size: 36px;
}

.bannerW .des a {
	background: #005bac;
	display: block;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	color: #fff;
	font-size: 30px;
	padding: 2% 0;
	margin-top: 5%;
}

.bannerW .des a::after {
	content: ">>";

}

.bannerW .swiper-pagination {
	bottom: 10px;
}

.bannerW .swiper-pagination .swiper-pagination-bullet {
	width: 100px;
	height: 3px;
	background: rgba(230, 230, 230, 0.7);
	opacity: 1;
	border-radius: unset;
	position: relative;
}

.bannerW .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #007aff;
}

.bannerW .swiper-pagination .swiper-pagination-bullet-active::after {
	content: "";
	width: 100px;
	height: 3px;
	background: #007aff;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 5s ease 0s;
}

.pubTit {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	text-transform: uppercase;
}

.pubMore {
	font-size: 18px;
	color: #666;
	padding-right: 30px;
	position: relative;
}

.pubMore span {
	transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
}

.pubMore:before {
	content: "";
	height: 1px;
	background: #666;
	position: absolute;
	top: 14px;
	right: 0;
	left: 58px;
}

.pubMore:after {
	content: "";
	width: 8px;
	height: 1px;
	background: #666;
	transform-origin: right center;
	-moz-transform-origin: right center;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 14px;
}

.pubMore:hover {
	color: #005bac;
	padding-right: 60px;
}

.pubMore:hover:before,
.pubMore:hover:after {
	background: #005bac;
}

@media screen and (max-width: 1500px) {
	.bannerW .des {
		font-size: 38px;
	}




	.bannerW .des p:nth-child(2) {
		font-size: 32px;
	}

	.bannerW .des a {

		font-size: 26px;

	}
}

@media screen and (max-width: 1350px) {
	.bannerW .des {
		font-size: 32px;
	}

	.bannerW .des p:nth-child(2) {
		font-size: 28px;
	}

	.bannerW .des a {

		font-size: 20px;

	}
}

@media screen and (max-width: 1000px) {
	.bannerW .des {
		font-size: 24px;
	}

	.bannerW .des p:nth-child(2) {
		font-size: 20px;
	}

	.bannerW .des a {

		font-size: 18px;

	}
}

@media screen and (max-width: 875px) {
	.pubTit {
		font-size: 24px;
	}

	.pubMore {
		font-size: 14px;
	}

	.pubMore:before {
		top: 12px;
		left: 45px;
	}

	.pubMore:after {
		top: 12px;
	}

	.pubMore {
		padding-right: 20px;
	}

	.pubMore:hover {
		padding-right: 35px;
	}

	.bannerW .swiper-pagination .swiper-pagination-bullet {
		width: 16%;
	}

	.bannerW .des {
		font-size: 18px;
	}

	.bannerW .des p:nth-child(2) {
		font-size: 16px;
	}

	.bannerW .des a {

		font-size: 16px;
		padding: 2% 0;
		width: 70%;
		margin-top: 2%;

	}
}

@media screen and (max-width: 480px) {
	.bannerW .des {
		font-size: 16px;
	}

	.bannerW .des p:nth-child(2) {
		font-size: 15px;
	}

	.bannerW .des a {

		font-size: 15px;

	}
}

#tit {
	width: 100%;
	text-align: center;
}

#tit h3 {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	color: #333333;
	line-height: 1;
	font-weight: initial;
}

#tit h3 i {
	display: block;
	width: 4.16667%;
	height: 3px;
	background: #3dae6c;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#tit p {
	font-size: 20px;
	color: #474747;
	line-height: 1;
}

.indexBlock01 {
	padding-top: 5.20833%;
	position: relative;
	margin-bottom: 5.20833%;
}

.indexBlock01 .topW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

}

.indexBlock01 .Block01 .topW .item ul .swiper-slide-active .bg {
	color: #005bac;
	background: #005bac;
}

.indexBlock01 .topN {
	margin-top: 50px;
}

.indexBlock01 .topN .swiper-button-next {
	display: none;
}

.indexBlock01 .topN .swiper-button-prev {
	display: none;
}

.indexBlock01 .Block01 .topN .swiper-slide-active .box .tit {
	color: #333333;
	transition: all .3s;
}

.indexBlock01 .Block01 .topN .swiper-slide-active .box .point img:nth-child(1) {
	display: none;
}

.indexBlock01 .Block01 .topW .item {
	width: 100%;
	position: static;
}

.indexBlock01 .Block01 .topW .item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	/* justify-content: space-between; */
	justify-content: flex-start;
	flex-wrap: wrap;
}

.indexBlock01 .Block01 .topW .item ul li {
	width: 23.47222%;
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 1%;
}

.indexBlock01 .Block01 .topW .item ul li a>img {
	width: 100%;
	max-height: 203px;
}

.indexBlock01 .Block01 .topW .item ul li img:hover {
	transition: all 0.4s;
	transform: scale(1.1);
}

.indexBlock01 .Block01 .topW .item ul li .bg {
	position: relative;
	background: #f3f3f3;
	padding: 12.13018% 0;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.indexBlock01 .Block01 .topW .item ul li:hover .bg p {
	background: #007aff;
	color: #fff;
}

.indexBlock01 .Block01 .topW .item ul li .bg p {
	font-size: 20px;
	font-weight: normal;
	color: #333;
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translateX(-50%);
	width: 91%;
	padding: 8.1% 0;
	text-align: center;
	background: #ffffff;
	transition: 0.4s;
}

.indexBlock01 .Block01 .topW .swiper-button-next,
.indexBlock01 .Block01 .topW .swiper-container-rtl .swiper-button-prev {
	top: 68%;
	right: 6%;
}

.indexBlock01 .Block01 .topW .swiper-button-prev,
.indexBlock01 .Block01 .topW .swiper-container-rtl .swiper-button-next {
	top: 68%;
	left: 6%;
}

.indexBlock01 .Block01 .topW .swiper-button-next,
.indexBlock01 .Block01 .topW .swiper-container-rtl .swiper-button-prev,
.indexBlock01 .Block01 .topW .swiper-button-prev,
.indexBlock01 .Block01 .topW .swiper-container-rtl .swiper-button-next {
	background: #005bac;
	border-radius: 50%;
	width: 43px;
	height: 43px;
	text-align: center;
}

.indexBlock01 .Block01 .topW .swiper-button-next::before {
	content: "\e600";
	font-family: "iconfont";
	line-height: 43px;
	font-size: 20px;
	color: #ffffff;
}

.indexBlock01 .Block01 .topW .swiper-button-prev::before {
	content: "\e7b9";
	font-family: "iconfont";
	line-height: 43px;
	font-size: 20px;
	color: #ffffff;
}

.indexBlock01 .Block01 .topW .swiper-button-next.swiper-button-disabled,
.indexBlock01 .Block01 .topW .swiper-button-prev.swiper-button-disabled,
.indexBlock01 .Block01 .topW .swiper-button-next.swiper-button-disabled,
.indexBlock01 .Block01 .topW .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background: #8f9194;
}

.indexBlock01 .Block01 .topN .box {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.indexBlock01 .Block01 .topN .box .tit {
	font-size: 16px;
	color: #aaaaaa;
	margin-bottom: 20px;
	line-height: 1;
}

.indexBlock01 .Block01 .topN .box .point {
	margin: auto;
	width: 20px;
	height: 20px;
	background: #fff;
}

.indexBlock01 .Block01 .topN .box .point .point img {
	display: block;
	width: 100%;
	height: 100%;
}

.indexBlock01 .Block01 .topN .box .point .point .imgNone {
	display: none;
}

.indexBlock01 .Block01 .topN .swiperGlory {
	display: flex;
	justify-content: center;
}

.indexBlock01 .Block01 .topN .swiperGlory .line {
	position: absolute;
	top: 82%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	z-index: -1;
}

.indexBlock02 {
	position: relative;
}


/* .indexBlock02 .Service_advantage_bg img { width: 32.39583%; } */

.indexBlock02 .pos {
	padding-left: 12.5%;
	box-sizing: border-box;
	position: absolute;
	top: 8%;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.indexBlock02 .pos #tit {
	text-align: left;
	width: auto;
	white-space: nowrap;
}

.indexBlock02 .pos #tit h3 {
	color: #ffffff;
}

.indexBlock02 .pos #tit h3 i {
	width: 60px;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #ffffff;
}

.indexBlock02 .pos #tit p {
	color: #ffffff;
}

.indexBlock02 .bo {
	flex: 1;
	display: flex;
	justify-content: space-between;
	margin-top: 2.5%;
}

.indexBlock02 .bo .swiper-container {
	position: static;
}

.indexBlock02 .bo .item {
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0px 0px 6px #e8f2f8;
}

.indexBlock02 .bo .item .img {
	overflow: hidden;
	max-height: 375px;
}

.indexBlock02 .bo .item .des {
	text-align: center;
	padding: 7% 0;
}

.indexBlock02 .bo .item .des h5 {
	font-size: 18px;
	color: #333333;
	line-height: 1;
}

.indexBlock02 .bo .item .des p {
	font-size: 16px;
	color: #bbbbbb;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 18px;
	line-height: 1;
}

.indexBlock02 .bo .item:hover img {
	transform: scale(1.2);
	transition: all .3s;
}

.indexBlock02 .bo .item:hover .des h5 {
	color: #005bac;
	transition: all .3s;
}

.indexBlock02 .bo .swiper-slide {
	width: 31.77051% !important;
}

.indexBlock02 .bo .swiper-button-prev {
	left: 23%;
}

.indexBlock02 .bo .swiper-button-prev,
.indexBlock02 .bo .swiper-button-next {
	width: 43px;
	height: 43px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	opacity: 1;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.indexBlock02 .bo .swiper-button-disabled {
	background: #005bac;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.indexBlock02 .bo .swiper-button-prev::before {
	content: "\e7b9";
	font-family: "iconfont";
	color: #005bac;
	font-size: 32px;
	z-index: 999;
	line-height: 43px;
}

.indexBlock02 .bo .swiper-button-next::before {
	content: "\e600";
	font-family: "iconfont";
	color: #005bac;
	font-size: 32px;
	z-index: 999;
	line-height: 43px;
}

.indexBlock02 .bo .swiper-button-disabled::before {
	color: #ffffff;
}

.indexBlock02 .bo .swiper-container-horizontal>.swiper-pagination-bullets,
.indexBlock02 .bo .swiper-pagination-custom,
.indexBlock02 .bo .swiper-pagination-fraction {
	bottom: 32%;
	left: -34%;
	color: #ffffff;
}

.indexBlock02 .bo .swiper-pagination-current {
	font-size: 48px;
}

.indexBlock02 .bo .swiper-pagination-total {
	font-size: 16px;
}

.indexBlock02 .bo .swiper-pagination-total::before {
	content: "|";
	color: #ffffff;
	margin-right: 10px;
}

.indexBlock03 {
	padding-top: 4.6875%;
}

.indexBlock03 .Block03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
}

.indexBlock03 .Block03 .Block03fl {
	width: 50%;
	position: relative;
}

.indexBlock03 .Block03 .Block03fl #tit {
	text-align: left;
	margin-bottom: 5.55556%;
}

.indexBlock03 .Block03 .Block03fl #tit h3 i {
	margin-left: 0;
	width: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.indexBlock03 .Block03 .Block03fl .des h5 {
	font-size: 20px;
	font-weight: bolder;
	color: #333333;
	display: block;
	margin-bottom: 2.77778%;
}

.indexBlock03 .Block03 .Block03fl .des .keys {
	font-size: 16px;
	line-height: 2;
	color: #666666;
}

.indexBlock03 .Block03 .Block03fl .des a:hover {
	transition: all 0.4;
	transform: translate(10px);
}

.indexBlock03 .Block03 .Block03fl .des a {
	display: block;
	text-align: center;
	width: 20.83333%;
	margin-top: 30px;
	padding: 12px 0;
	border: 1px solid #005bac;
	font-size: 16px;
	color: #005bac;
	border-radius: 20px;
	line-height: 1;
}

.indexBlock03 .Block03 .Block03fl .num {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.indexBlock03 .Block03 .Block03fl .num ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
}

.indexBlock03 .Block03 .Block03fl .num ul li {
	width: 30.55556%;
	border-left: 1px solid #f1f1f1;
	position: relative;
	text-align: center;
	padding: 16px 0px 12px;
	box-sizing: border-box;
}

.indexBlock03 .Block03 .Block03fl .num ul li .p1 {
	font-size: 36px;
	color: #3dae6c;
	font-weight: bold;
	line-height: 1;
	margin-top: 0;
}

.indexBlock03 .Block03 .Block03fl .num ul li .p1 span {
	font-size: 18px;
}

.indexBlock03 .Block03 .Block03fl .num ul li p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1;
}

.indexBlock03 .Block03 .Block03fl .num ul li::before {
	content: "|";
	font-size: 30px;
	color: #005bac;
	top: 0;
	left: -3px;
	position: absolute;
}

.indexBlock03 .Block03 .Block03fr {
	width: 50%;
	padding-left: 1.38889%;
	box-sizing: border-box;
}

.indexBlock03 .Block03 .Block03fr .swiper-slide {
	overflow: hidden;
}

.indexBlock03 .Block03 .Block03fr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBlock03 .Block03 .Block03fr:hover img {
	transform: scale(1.2);
	transition: all .3s;
}

.indexBlock03 .Block03 .Block03fr .swiper-container-horizontal>.swiper-pagination-bullets,
.indexBlock03 .Block03 .Block03fr .swiper-pagination-custom,
.indexBlock03 .Block03 .Block03fr .swiper-pagination-fraction {
	width: 37.22222%;
	padding: 20px 0;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	opacity: .8;
}

.indexBlock03 .Block03 .Block03fr .swiper-button-prev,
.indexBlock03 .Block03 .Block03fr .swiper-container-rtl .swiper-button-next {
	bottom: 4%;
	top: auto;
	z-index: 99;
	background: none;
}

.indexBlock03 .Block03 .Block03fr .swiper-button-next,
.indexBlock03 .Block03 .Block03fr .swiper-container-rtl .swiper-button-prev {
	left: 30%;
	bottom: 4%;
	top: auto;
	z-index: 99;
	background: none;
}

.indexBlock03 .Block03 .Block03fr .swiper-button-prev::before {
	content: "\e7b9";
	font-family: "iconfont";
	color: #005bac;
	font-size: 32px;
	z-index: 999;
	line-height: 1;
}

.indexBlock03 .Block03 .Block03fr .swiper-button-next::before {
	content: "\e600";
	font-family: "iconfont";
	color: #005bac;
	font-size: 32px;
	z-index: 999;
	line-height: 1;
}

.indexBlock03 .Block03 .Block03fr .swiper-pagination-current {
	font-size: 48px;
	color: #005bac;
	font-weight: bold;
}

.indexBlock03 .Block03 .Block03fr .swiper-pagination-total {
	font-size: 16px;
	color: #999999;
}

.indexBlock03 .Block03 .Block03fr .swiper-pagination-total::before {
	content: "|";
	color: #999999;
	margin-right: 10px;
}

.indexBlock04 {
	padding-top: 5.20833%;
	padding-bottom: 7.29167%;
	background: none;
	position: relative;
}

.indexBlock04 .Block04 {
	position: absolute;
	top: 30%;
	width: 100%;
}

.indexBlock04 .Block04 #tit h3 {
	color: #ffffff;
}

.indexBlock04 .Block04 #tit h3 i {
	background: #ffffff;
}

.indexBlock04 .Block04 #tit p {
	color: #ffffff;
}

.indexBlock04 .box {
	background: #ffffff;
	display: flex;
	margin-top: 4.16667%;
}

.indexBlock04 .box .item {
	width: 12.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 4.86111%;
	position: relative;
	padding-bottom: 2.77778%;
	overflow: hidden;
}

.indexBlock04 .box .item:last-child {
	border-right: none;
}

.indexBlock04 .box .item img {
	max-width: 72px;
}

.indexBlock04 .box .item p {
	font-size: 16px;
	margin-top: 11.11111%;
	margin-bottom: 11.11111%;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
}

.indexBlock04 .box .item em {
	display: block;
	width: 16.66667%;
	height: 2px;
	background: #9ed6b5;
}

.indexBlock04 .box .item a {
	display: block;
	margin-top: 10px;
	text-align: center;
	padding: 0 8%;
	line-height: 36px;
	background-color: #005bac;
	color: #fff;
	border-radius: 20px;
	z-index: 10;
}

.indexBlock04 .box .item:hover {
	box-shadow: 0px 5px 5px 5px #f8fafd;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	border: none;
}

.indexBlock04 .box .item:hover em {
	background: #005bac;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.indexBlock04 .box .item .hover {
	position: absolute;
	color: #ffffff;
	font-size: 200px;
	top: 15%;
	right: -17%;
	opacity: 0;
	font-weight: 700;
}

.indexBlock04 .box .item:hover .hover {
	color: #f7f8fb;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	opacity: .9;
}

.indexBlock04 .box .item .clie {
	position: absolute;
	right: 0;
	top: 22%;
}

.indexBlock05 {
	position: relative;
	margin-top: 5.20833%;
}

.indexBlock05 .topW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
}

.indexBlock05 .topW #tit {
	width: auto;
	text-align: left;
}

.indexBlock05 .topW #tit h3 i {
	width: 60px;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.indexBlock05 .topW .tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	align-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.indexBlock05 .topW .tab .list {
	width: 120px;
	padding: 10px 0;
	max-height: 42px;
	border: 1px solid #cccccc;
	text-align: center;
	border-radius: 20px;
	font-size: 16px;
	box-sizing: border-box;
	color: #333333;
	margin-right: 14px;
	cursor: pointer;
}

.indexBlock05 .topW .tab .list:hover {
	background: #005bac;
	color: #ffffff;
	transition: all 0.3s ease;
}

.indexBlock05 .topW .tab .list.on {
	background: #005bac;
	color: #ffffff;
	border: none;
}

.indexBlock05 .tabshow {
	margin-top: 3.47222%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	background: #fbfbfb;
}

.indexBlock05 .tabshow .fle {
	position: relative;
	width: 41.66667%;
	max-height: 450px;
}

.indexBlock05 .tabshow .fle img {
	width: 100%;
}

.indexBlock05 .tabshow .fle p {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 2.08333% 0;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.6);
	font-size: 18px;
}

.indexBlock05 .tabshow .fle p::after {
	content: "\e600";
	font-family: "iconfont";
	position: absolute;
	right: 3.33%;
	font-size: 22px;
}

.indexBlock05 .tabshow .fre {
	padding-left: 1.38889%;
	box-sizing: border-box;
	flex: 1;
}

.indexBlock05 .tabshow .fre ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indexBlock05 .tabshow .fre ul li {
	width: 49.5122%;
	padding-top: 3.65854%;
	padding-bottom: 3.41463%;
	margin-bottom: 2.43902%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	color: #666666;
	background: #ffffff;
	box-shadow: 0px 0px 2px #f9f9f9;
	box-sizing: border-box;
}

.indexBlock05 .tabshow .fre ul li:nth-child(n+5) {
	margin-bottom: 0;
}

.indexBlock05 .tabshow .fre ul li .leftW {
	width: 24.63054%;
	padding-left: 7.38916%;
	box-sizing: border-box;
}

.indexBlock05 .tabshow .fre ul li .leftW .day {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

.indexBlock05 .tabshow .fre ul li .leftW .day i {
	display: block;
	height: 2px;
	width: 20%;
	margin-top: 20%;
	margin-bottom: 20%;
	background: #f1f1f1;
}

.indexBlock05 .tabshow .fre ul li .leftW .time {
	font-size: 18px;
	line-height: 1;
}

.indexBlock05 .tabshow .fre ul li .rightW {
	flex: 1;
	padding: 0px 7% 0px 12%;
}

.indexBlock05 .tabshow .fre ul li .rightW p {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.indexBlock05 .tabshow .fre ul li .rightW img {
	margin-top: 8px;
}

.indexBlock05 .tabshow .fre ul li .rightW img:last-child {
	display: none;
}

.indexBlock05 .tabshow .fre ul li:hover {
	background: #005bac;
	color: #ffffff;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.indexBlock05 .tabshow .fre ul li:hover .rightW p {
	color: #ffffff;
}

.indexBlock05 .tabshow .fre ul li:hover .rightW img {
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	display: none;
}

.indexBlock05 .tabshow .fre ul li:hover .rightW img:nth-child(1) {
	display: none;
}

.indexBlock05 .tabshow .fre ul li:hover .rightW img:last-child {
	display: block;
}

.indexBlock06 {
	position: relative;
	margin-top: 5.20833%;
}

.indexBlock06 .Block06 {
	width: 100%;
	position: absolute;
	top: 6%;
}

.indexBlock06 .Block06 #certify {
	width: 60.41667%;
	margin: 0 auto;
	margin-top: 5.17241%
}

.indexBlock06 .Block06 #certify .swiper-container {
	padding-bottom: 5.17241%;
}

.indexBlock06 .Block06 #certify .swiper-slide {
	width: 29.74138%;
}

.indexBlock06 .Block06 #certify .swiper-slide img {
	display: block;
	max-height: 400px;
}

.indexBlock06 .Block06 #certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.indexBlock06 .Block06 #certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.indexBlock06 .Block06 #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.indexBlock06 .Block06 #certify .swiper-button-next,
.indexBlock06 .Block06 #certify .swiper-container-rtl .swiper-button-prev,
.indexBlock06 .Block06 #certify .swiper-button-prev,
.indexBlock06 .Block06 #certify .swiper-container-rtl .swiper-button-next {
	background: #005bac;
	border-radius: 50%;
	width: 43px;
	height: 43px;
	text-align: center;
}

.indexBlock06 .Block06 #certify .swiper-button-next::before {
	content: "\e600";
	font-family: "iconfont";
	line-height: 43px;
	font-size: 20px;
	color: #ffffff;
}

.indexBlock06 .Block06 #certify .swiper-button-prev::before {
	content: "\e7b9";
	font-family: "iconfont";
	line-height: 43px;
	font-size: 20px;
	color: #ffffff;
}

.indexBlock06 .Block06 #certify .swiper-button-next.swiper-button-disabled,
.indexBlock06 .Block06 #certify .swiper-button-prev.swiper-button-disabled,
.indexBlock06 .Block06 #certify .swiper-button-next.swiper-button-disabled,
.indexBlock06 .Block06 #certify .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background: #8f9194;
}

.indexBlock06 .Block06 #certify .swiper-button-next {
	right: 4%;
}

.indexBlock06 .Block06 #certify .swiper-button-prev {
	left: 4%;
}

.indexBlock06 .Block06 .btn {
	display: block;
	text-align: center;
	width: 14.65517%;
	padding: 10px 0;
	background: #005bac;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 16px;
}

.indexBlock06 .Block06 .btn:hover {
	margin-top: -10px;
	transition: all .3s;
}

.indexBlock07 {
	margin-top: 5.20833%;
}

.indexBlock07 .bottomW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3.125%;
	margin-bottom: 6.94444%;
}

.indexBlock07 .bottomW .list {
	width: 25%;
	border-bottom: 1px solid #ececec;
	margin-top: 1.04167%;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.indexBlock07 .bottomW .list div {
	width: 75%;
	margin-bottom: 4.16667%;
	overflow: hidden;
}

.indexBlock07 .bottomW .list div img {
	width: 100%;
	overflow: hidden;
}

.indexBlock07 .bottomW .list div:hover img {
	transform: scale(1.2);
	overflow: hidden;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.indexBlock07 .bottomW .list:nth-child(5 + n) {
	border-bottom: none;
}

@media screen and (max-width: 1600px) {
	.indexBlock05 .tabshow .fre ul li .leftW .day {
		font-size: 26px;
	}

	.indexBlock05 .tabshow .fre ul li .leftW .time {
		font-size: 16px;
	}

	.indexBlock05 .tabshow .fre ul li .rightW p {
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 1.5;
	}

	.indexBlock05 .tabshow .fle p {
		font-size: 16px;
	}

	.indexBlock05 {
		padding-top: 8%;
	}
}

@media screen and (max-width: 1400px) {
	.indexBlock05 {
		padding-top: 10%;
	}

	.indexBlock01 .Block01 .topW .item ul li .bg {
		font-size: 14px;
	}

	.indexBlock01 .Block01 .topW .item ul li .bg p {
		width: 94%;
	}

	.indexBlock03 .Block03 .Block03fl .des .keys {
		line-height: 1.8;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.indexBlock03 .Block03 .Block03fl #tit {
		margin-bottom: 2%;
	}

	.indexBlock03 .Block03 .Block03fl .des a {
		font-size: 14px;
		padding: 10px 0;
		margin-top: 20px;
	}

	.indexBlock03 .Block03 .Block03fl .num ul li p {
		font-size: 14px;
		margin-top: 10px;
	}

	.indexBlock05 .tabshow .fre ul li {
		padding-top: 2.65854%;
		padding-bottom: 2.41463%;
		margin-bottom: 1%;
	}

	.indexBlock05 .tabshow .fre {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}

	.indexBlock05 .tabshow .fre ul li .leftW {
		width: 30%;
	}
}

@media screen and (max-width: 1280px) {
	#tit h3 {
		font-size: 24px;
	}

	#tit h3 i {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.indexBlock05 .tabshow .fle p::after {
		display: none;
	}

	.indexBlock05 .tabshow .fre ul li {
		padding-top: 1.65854%;
		padding-bottom: 1.41463%;
	}

	.indexBlock03 .Block03 .Block03fl .num ul li .p1 {
		font-size: 28px;
	}

	.indexBlock03 .Block03 .Block03fl .des .keys {
		-webkit-line-clamp: 2;
	}

	.indexBlock06 .Block06 #certify .swiper-container {
		padding-bottom: 3;
	}
}

@media screen and (max-width: 1180px) {
	.indexBlock03 .Block03 .Block03fl .des a {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1000px) {
	.indexBlock02 .Service_advantage_bg img {
		width: 100%;
		max-height: 600px;
	}

	/* .indexBlock01 .Block01 .topW .item ul li {
        width: 43.47222% !important;
    } */

	.indexBlock02 .pos #tit h3 i {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.indexBlock02 .pos #tit {
		position: absolute;
		text-align: center;
		width: 100%;
	}

	.indexBlock02 .bo {
		margin-top: 10%;
		overflow: hidden;
	}

	.indexBlock02 .pos {
		padding: 0 20px;
		overflow: hidden;
	}

	.indexBlock02 .bo .item .des p {
		font-size: 14px;
	}

	.indexBlock03 .Block03 .Block03fr .swiper-container-horizontal>.swiper-pagination-bullets,
	.indexBlock03 .Block03 .Block03fr .swiper-pagination-custom,
	.indexBlock03 .Block03 .Block03fr .swiper-pagination-fraction {
		padding: 10px 0;
	}

	.indexBlock03 .Block03 .Block03fr .swiper-pagination-current {
		font-size: 40px;
	}

	.indexBlock03 .Block03 .Block03fr .swiper-slide {
		overflow: hidden;
	}

	.indexBlock03 .Block03 {
		display: unset;
	}

	.indexBlock03 .Block03 .Block03fl {
		width: 100%;
	}

	.indexBlock03 .Block03 .Block03fl #tit {
		text-align: center;
	}

	.indexBlock03 .Block03 .Block03fl #tit h3 i {
		margin-left: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.indexBlock03 .Block03 .Block03fl .des h5 {
		text-align: center;
	}

	.indexBlock03 .Block03 .Block03fl .num {
		position: static;
	}

	.indexBlock03 .Block03 .Block03fl .des a {
		margin-left: auto;
		margin-right: auto;
	}

	.indexBlock03 .Block03 .Block03fl .num ul li {
		width: 33%;
	}

	.indexBlock03 .Block03 .Block03fr {
		margin-left: auto;
		margin-right: auto;
		margin-top: 5%;
	}

	.indexBlock04 {
		background: url(../images/index04_banner.jpg);

		padding-bottom: 70%;
	}

	.indexBlock04>img {
		display: none;
	}

	.indexBlock04 .box {
		flex-wrap: wrap;
		justify-content: space-between;
		background: none;
	}

	.indexBlock04 .box .item p {
		margin-top: 4.11111%;
		margin-bottom: 4.11111%;
	}

	.indexBlock04 .box .item {
		background: #ffffff;
		width: 24%;
		padding-top: 2.86111%;
	}

	.indexBlock04 .box .item:nth-child(n+5) {
		margin-top: 20px;
	}

	.indexBlock02 .bo .swiper-container-horizontal>.swiper-pagination-bullets,
	.indexBlock02 .bo .swiper-pagination-custom,
	.indexBlock02 .bo .swiper-pagination-fraction {
		display: none;
	}

	.indexBlock02 .bo .swiper-button-prev {
		left: 2%;
	}

	.indexBlock01 .Block01 .topN .swiperGlory {
		display: none;
	}

	.indexBlock05 .tabshow .fre ul li .leftW .day {
		font-size: 22px;
	}

	.indexBlock05 .tabshow .fre ul li .leftW .time {
		font-size: 14px;
	}

	.indexBlock05 .tabshow .fre ul li .rightW p {
		font-size: 16px;
	}

	.indexBlock05 .tabshow .fle p {
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding: 0 10%;
		box-sizing: border-box;
	}

	.indexBlock06 .Block06 .btn {
		width: 20%;
	}

	.indexBlock06>img {
		height: 500px;
	}

	.indexBlock06 .Block06 #certify {
		margin-top: 2%;
	}

	.indexBlock04 .box .item .hover {
		display: none;
	}

	.indexBlock05 .topW {
		flex-direction: column;
	}

	.indexBlock05 .topW #tit {
		text-align: center;
	}

	.indexBlock05 .topW #tit h3 i {
		margin-left: auto;
	}

	.indexBlock05 .topW .tab {
		margin-top: 20px;
		justify-content: center;
	}

	.indexBlock02 .bo .swiper-button-prev,
	.indexBlock02 .bo .swiper-button-next {
		display: none;
	}

	.indexBlock05 .tabshow .fre ul li .leftW {
		padding-left: 0;
	}
}

@media screen and (max-width: 875px) {
	.indexBlock04 .box .item {
		margin-top: 1%;
	}

	.indexBlock04 .box .item a {
		display: none;
	}

	.indexBlock05 .tabshow .fle {
		width: 74%;
		margin-left: auto;
		margin-right: auto;
	}

	.indexBlock05 .tabshow {
		flex-direction: column;
	}

	.indexBlock05 .tabshow .fre {
		margin-top: 20px;
	}
}

@media screen and (max-width: 750px) {
	.indexBlock06>img {
		height: 4.4rem;
	}

	.indexBlock06 .Block06 .btn {
		width: 30%;
		margin-top: 0.3rem;
	}

	.indexBlock02 .Service_advantage_bg img {
		max-height: 440px;
	}

	.indexBlock02 .bo {
		margin-top: 100px;
	}

	.indexBlock04 .Block04 {
		top: 12%;
	}

	.indexBlock03 .Block03 .Block03fr {
		width: 100%;
	}

	#tit h3 i {
		width: 6%;
	}

	#tit h3 {
		font-size: 20px;
	}

	#tit p {
		font-size: 18px;
	}


	.indexBlock07 .bottomW .list {
		width: 50%;
	}

	.indexBlock06 .Block06 #certify {
		margin-top: .2rem;
	}
}

@media screen and (max-width: 570px) {
	.indexBlock01 .Block01 .topW .item ul li .bg {
		font-size: 12px;
	}

	/* 
    .indexBlock01 .Block01 .topW .item ul li {
        width: 66% !important;
    } */

	.indexBlock02 .bo .swiper-slide {
		width: 46% !important;
	}

	.indexBlock04 .Block04 {
		top: 6%;
	}

	.indexBlock04 {
		padding-bottom: 80%;
	}

	.indexBlock05 .tabshow .fle {
		width: 100%;
	}
}

@media screen and (max-width: 570px) and (max-width: 480px) {
	.indexBlock03 .Block03 .Block03fl .num ul li .p1 {
		font-size: 22px;
	}

	.indexBlock03 .Block03 .Block03fl .num ul li p {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.footerTop .address {
		flex-direction: column;
	}

	.footerTop .address .icon {
		margin-left: 5%;
	}

	.indexBlock06 .Block06 .btn {
		font-size: 14px;
		margin-top: 0;
	}

	.indexBlock06 .Block06 #certify .swiper-button-next,
	.indexBlock06 .Block06 #certify .swiper-container-rtl .swiper-button-prev,
	.indexBlock06 .Block06 #certify .swiper-button-prev,
	.indexBlock06 .Block06 #certify .swiper-container-rtl .swiper-button-next {
		width: 25px;
		height: 25px;
	}

	.indexBlock06 .Block06 #certify .swiper-button-next::before {
		line-height: 25px;
	}

	.indexBlock06 .Block06 #certify .swiper-button-prev::before {
		line-height: 25px;
	}

	.indexBlock05 .topW .tab .list {
		width: 33%;
		margin-right: 0;
	}

	.indexBlock05 .topW .tab {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 414px) {
	/* .indexBlock02 .bo .swiper-slide {
        width: 68% !important;
    } */

	.indexBlock04 {
		padding-bottom: 92%;
	}

	.indexBlock04 .box .item p {
		font-size: 14px;
	}

	.indexBlock06>img {
		height: 5rem;
	}

	.indexBlock06 .Block06 .btn {
		font-size: 13px;
	}

	.indexBlock02 .bo .item .des p {
		font-size: 12px;
		padding: 0 2%;
	}
}

.footerTop {
	background: #282e31;
	padding-top: 3.64583%;
	padding-bottom: 2.60417%;
}

.footerTop .flexW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
}

.footerTop .leftN {
	width: 69.44444%;
}

.footerTop .rightN {
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 40px;
}

.footerTop .rightN .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.footerTop .rightN .img:last-child {
	margin-left: 20px;
}

.footerTop .rightN .img img {
	border: 3px solid #1d50a2;
}

.footerTop .rightN .img p {
	font-size: 16px;
	color: #dfdfdf;
	margin-top: 10px;
}

.footerTop .title {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-bottom: 3.57143%;
}

.footerTop .title h3 span {
	color: #939698;
}

.footerTop .foot_nav {
	font-size: 16px;
}

.footerTop .foot_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	width: 100%;
	padding-bottom: 2.8%;
	border-bottom: 1px solid #515658;
}

.footerTop .foot_nav ul li {
	margin-right: 3%;
}

.footerTop .foot_nav ul li h2 a {
	display: block;
	color: #ffffff;
	padding-right: 32px;
	border-right: 1px solid #8f9293;
	box-sizing: border-box;
}

.footerTop .address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	font-size: 14px;
	color: #ffffff;
	margin-top: 1%;
}

.footerTop .address .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	align-items: center;
}

.footerTop .address .icon:last-child {
	margin-left: 60px;
}

.footerTop .address .p1 {
	margin-right: 15px;
}

.footerTop .address .p3 {
	font-size: 16px;
	font-weight: bold;
}

.footerTop .address .p2 {
	max-width: 250px;
}

.footerTop .menuW {
	font-size: 14px;
}

.footerTop .menuW li {
	margin-bottom: 10px;
}

.footerTop .menuW a {
	color: #fff;
}

.footerTop .menuW a:hover {
	color: #005bac;
}

.footerTop .footerPro {
	max-width: 200px;
}

.footerTop .footerLink {
	width: 200px;
}

.footerTop .footerContact {
	max-width: 560px;
}

.footerBot {
	background: #282e31;
	padding: 1.5625% 0;
	color: rgba(255, 255, 255, 0.6);
	border-top: 1px solid #3e4248;
}

.footerBot .flexW {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.footerBot a {
	color: rgba(255, 255, 255, 0.6);
}

.footerBot a:hover {
	color: #005bac;
}

.footerBot .leftW li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-right: 25px;
}

.footerBot .leftW li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1600px) {
	.footerTop .foot_nav ul li h2 a {
		padding-right: 20px;
	}
}

@media screen and (max-width: 1400px) {
	.footerTop .leftN {
		width: 75%;
	}

	.footerTop .rightN .img p {
		font-size: 14px;
	}
}

@media screen and (max-width: 1280px) {
	.footerTop .foot_nav ul li h2 a {
		padding-right: 10px;
	}
}

@media screen and (max-width: 1200px) {
	.footerTop .footerLink {
		display: none;
	}
}

@media screen and (max-width: 1180px) {
	.footerTop .rightN {
		justify-content: center;
	}

	.footerTop .address {
		justify-content: center;
	}

	.footerTop .leftN {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.footerTop .flexW {
		display: unset;
	}

	.footerTop .foot_nav ul {
		justify-content: space-evenly;
	}
}

@media screen and (max-width: 1000px) {
	.footerTop .title {
		text-align: center;
	}
}

@media screen and (max-width: 875px) {
	.footerTop .footerPro {
		display: none;
	}

	.footerBot {
		display: none;
	}

	.footerTop .foot_nav {
		display: none;
	}

	.footerTop .address .icon:last-child {
		margin-left: 5%;
	}

	.footerTop .foot_nav ul li h2 a {
		padding-right: 5px;
	}

	.footerTop .foot_nav ul li {
		margin-right: 2%;
	}
}

@media screen and (max-width: 70px) {
	.footerTop .flexW {
		flex-wrap: wrap;
	}

	.footerTop .flexW .item {
		width: 100%;
	}

	.footerTop {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.footerTop .title {
		margin-bottom: 20px;
	}

	.footerTop .footerContact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
	}

	.footerTop .footerContact .title {
		display: none;
	}

	.footerTop .ewmW {
		margin-top: 0;
		width: 100px;
		margin-left: 30px;
	}

	.footerTop .msg {
		width: 0;
		flex-grow: 1;
	}

	.footerTop .ewmW img {
		margin-right: 0;
		margin-bottom: 10px;
		max-width: 100%;
	}

	.footerTop .msg li {
		margin-top: 20px;
	}
}

.insideBanner {
	position: relative;
	padding-top: 10.41667%;
	padding-bottom: 9.375%;
}

.insideBanner img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.insideBanner .textW {
	color: #fff;
	position: relative;
	text-transform: uppercase;
}

.insideBanner .title {
	font-size: 48px;
}

.insideBanner .des {
	font-size: 18px;
	margin-top: 20px;
}

@media screen and (max-width: 1400px) {
	.insideBanner .title {
		font-size: 40px;
	}

	.insideBanner {
		padding-top: 180px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1000px) {
	.insideBanner .title {
		font-size: 24px;
	}

	.insideBanner {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.insideBanner .des {
		font-size: 14px;
		margin-top: 5px;
	}
}

.insideContent {
	padding-top: 3.64583%;
	padding-bottom: 5.20833%;
}

@media screen and (max-width: 875px) {
	.insideContent {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.mInsideTit {
	display: none;
}

@media screen and (max-width: 875px) {
	.mInsideTit {
		display: block;
		font-size: 24px;
		text-transform: uppercase;
		color: #333;
		padding-bottom: 10px;
		position: relative;
		margin-bottom: 30px;
		text-shadow: 10px -8px 0 rgba(0, 0, 0, 0.1);
	}

	.mInsideTit:before {
		content: "";
		width: 25px;
		height: 4px;
		background: #393939;
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

@media screen and (max-width: 875px) {
	.formStyle .title {
		font-size: 24px;
	}

	.formStyle .input {
		width: 100%;
		margin-bottom: 20px;
	}
}
/* 内页轮播图 */
.iniBanner .bannerN a{
	width: 100%;
}
.iniBanner .bannerN a img{
	width: 100%;
}

.content {
	/* 发展历程 */
	/* 联系我们 */
}

.content .testingBox01 .testingNav {
	margin-top: 10px;
}

.content .testingBox01 .testingNav a {
	width: 10.41667%;
	margin-right: 1.94444%;
	margin-top: 20px;
	display: block;
	padding: 16px 0;
	line-height: 16px;
	font-size: 16px;
	outline: 1px solid #999999;
	text-align: center;
	float: left;
}

.content .testingBox01 .testingNav a.active {
	background: #005bac;
	border: none;
	color: #ffffff;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .testingBox02 {
	margin-top: 3.64583%;
	display: flex;
}

.content .testingBox02 .boxfl {
	width: 72.22222%;
}

.content .testingBox02 .boxfl .des {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-top: 4.23077%;
	padding-right: 13.46154%;
	box-sizing: border-box;
	text-align: left;
}

.content .testingBox02 .boxfr {
	flex: 1;
}

.content .testingBox02 .boxfls {
	display: none;
}

.content .testingBox02 .boxfrs {
	display: none;
}

.content .testingBox03 {
	margin-top: 6.94444%;
	padding-bottom: 6.94444%;
}

.content .testingBox03 .boximg {
	margin-top: 6.94444%;

}

.content .testingBox03 .testingbox01 {
	margin-top: 2.43056%;
}

.content .testingBox03 .testingbox01 .tab ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: center;
}

.content .testingBox03 .testingbox01 .tab ul li {
	width: 25%;
	padding: 1.52778% 0;
	text-align: center;
	border: 1px solid #cccccc;
	color: #333333;
	font-size: 18px;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .testingBox03 .testingbox01 .tab ul li.active {
	background: #00bb42;
	color: #ffffff;
}

.content .testingBox03 .testingbox01 .list {
	margin-top: 4.51389%;
}

.content .testingBox03 .testingbox01 .list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
}

.content .testingBox03 .testingbox01 .list .item .itemfl {
	width: 27.77778%;
}

.content .testingBox03 .testingbox01 .list .item .itemfr {
	flex: 1;
	padding: 1.73077% 0 0 5.76923%;
}

.content .testingBox03 .testingbox01 .list .item .itemfr #title .line {
	width: 6.16667%;
}

.content .testingBox03 .testingbox01 .list .item .itemfr .des {
	margin-top: 2.11538%;
	margin-bottom: 2.11538%;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #333333;
	justify-content: normal;
}

.content .testingBox03 .testingbox01 .list .item .itemfr a {
	display: block;
	width: 120px;
	margin-top: 22px;
	padding: 13px 22px;
	background: #005bac;
	color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
}

.content .testingBox04 img {
	margin-bottom: 5.20833%;
}

.content .testingBox05 {
	background: url(../images/testing_bg.jpg) no-repeat center;
	height: 500px;
}

.content .testingBox05 .testingbox01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	padding-top: 5.34722%;
}

.content .testingBox05 .testingbox01 .testfl {
	width: 21.52778%;
	padding-top: 5.34722%;
}

.content .testingBox05 .testingbox01 .testfl .img {
	margin-left: 19.35484%;
}

.content .testingBox05 .testingbox01 .testfl .img p {
	width: 30%;
	height: 2px;
	background: #ffffff;
	margin-top: 12.90323%;
	margin-bottom: 12.90323%;
}

.content .testingBox05 .testingbox01 .testfl .img span {
	font-size: 20px;
	color: #fff;
}

.content .testingBox05 .testingbox01 .testfr {
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content .testingBox05 .testingbox01 .testfr .item {
	position: relative;
	width: 23.00885%;
	text-align: center;
	z-index: 1;
}

.content .testingBox05 .testingbox01 .testfr .item p {
	padding: 13.84615% 0;
	background: #ffffff;
	color: #333333;
	font-size: 18px;
}

.content .testingBox05 .testingbox01 .testfr .item p em {
	font-weight: 900;
}

.content .testingBox05 .testingbox01 .testfr .item:hover .bg {
	display: block;
	transition: all .3s;
}

.content .testingBox05 .testingbox01 .testfr .item .bg {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	background: #2153a2;
	width: 100%;
	height: 100%;
	padding-top: 17.54839%;
	padding-left: 16.12903%;
	padding-right: 16.12903%;
	color: #ffffff;
	box-sizing: border-box;
}

.content .testingBox05 .testingbox01 .testfr .item .bg h4 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}

.content .testingBox05 .testingbox01 .testfr .item .bg h4 .line {
	width: 20%;
	height: 2px;
	margin-top: 28px;
	background: #ffff;
	margin-left: auto;
	margin-right: auto;
}

.content .testingBox05 .testingbox01 .testfr .item .bg .des {
	font-size: 18px;
	line-height: 1.7;
	margin-top: 13.33333%;
}

.content .testingBox06 {
	margin-top: 6.94444%;
	margin-bottom: 7.63889%;
}

.content .testingBox06 .testingbox01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2.77778%;
}

.content .testingBox06 .testingbox01 .item {
	width: 20.83333%;
	overflow: hidden;
}

.content .testingBox06 .testingbox01 .item:hover h4 {
	color: #005bac;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .testingBox06 .testingbox01 .item:hover img {
	transform: scale(1.2);
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .testingBox06 .testingbox01 .item .img {
	max-height: 169px;
	overflow: hidden;
}

.content .testingBox06 .testingbox01 .item h4 {
	font-size: 18px;
	display: block;
	color: #333333;
	margin-top: 6.66667%;
	margin-bottom: 4%;
	line-height: 1;
	font-weight: bolder;
}

.content .testingBox06 .testingbox01 .item .des {
	font-size: 16px;
	line-height: 2;
	color: #999999;
	text-align: left;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content #title h3 {
	font-size: 20px;
	line-height: 1;
	color: #333333;
	font-weight: bolder;
	display: block;
	box-sizing: border-box;
}

.content #title h3 .line {
	height: 2px;
	margin-top: 1.38889%;
	background: #005bac;
	width: 4.16667%;
}

.content #title .h3 {
	display: block;
	text-align: center;
}

.content #title .h3 .line {
	margin-left: auto;
	margin-right: auto;
}

.content #title p {
	font-size: 16px;
	line-height: 1;
	color: #999999;
	margin-top: 1.38889%;
}

.content .testing02_Box01 {
	margin-top: 4.86111%;
	margin-bottom: 6.94444%;
}

.content .testing02_Box01 #title {
	text-align: center;
}

.content .testing02_Box01 .testingbox01 {
	margin-top: 4.16667%;
}

.content .testing02_Box01 .testingbox01 .tab ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: center;
}

.content .testing02_Box01 .testingbox01 .tab ul li {
	width: 16.66667%;
	padding: 1.52778% 0;
	text-align: center;
	border: 1px solid #cccccc;
	color: #333333;
	font-size: 18px;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .testing02_Box01 .testingbox01 .tab ul li.active {
	background: #00bb42;
	color: #ffffff;
}

.content .testing02_Box01 .testingbox01 .list {
	margin-top: 4.86111%;
}

.content .testing02_Box01 .testingbox01 .list .item {
	font-size: 16px;
	line-height: 2;
	color: #666666;
}

.content .testing02_Box01 .testingbox01 .list .item .tit {
	text-indent: 20px;
}

.content .testing02_Box01 .testingbox01 .list .item .dess {
	text-indent: 20px;
}

.content .testing02_Box01 .testingbox01 .list .item .dess h6 {
	margin: 0.625% 0;
	display: block;
	color: #333333;
}

.content .testing02_Box01 .testingbox01 .list .item .dess p {
	font-size: 16px;
	line-height: 2;
	padding: 0.625% 0;
}

.content .testing02_Box01 .testingbox01 .list .item .dess .p1 {
	margin-left: 5px;
}

.content .testing02_Box01 .testingbox01 .list .item .dess span {
	text-align: center;
	display: block;
	margin-top: 1.73611%;
	margin-bottom: 3.125%;
}

.content .testing02_Box01 .testingbox01 .list .item .dess span img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: aut;
}

.content .testing_show h3 {
	font-size: 18px;
}

.content .serviceBox .serviceImg {
	margin-top: 3.81944%;
	margin-bottom: 10.41667%;
}

.content .secondary_section {
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
}

.content .secondary_section>.w1440 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content .secondary_section>.w1440 a {
	display: block;
	line-height: 80px;
	font-size: 16px;
	color: #666;
	margin: 0 45px;
	position: relative;
	width: auto;
}

.content .secondary_section>.w1440 a.active {
	color: #1d50a2;
}

.content .secondary_section>.w1440 a.active::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	height: 3px;
	background: #1d50a2;
}

.content .Customer_testimonials {
	padding: 75px 0 120px;
}

.content .Customer_testimonials .Customer_testimonials_nr {
	width: 100%;
}

.content .Customer_testimonials .Customer_testimonials_nr ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li {
	width: 18.61%;
	float: left;
	margin: 0 8.52% 30px 0;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li:nth-child(4n) {
	margin-right: 0;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li a {
	display: block;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li a img {
	width: 100%;
	display: block;
	border: 2px solid #ccc;
	box-sizing: border-box;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li a p {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .Customer_testimonials .Customer_testimonials_nr ul li a .content .Customer_testimonials .skip {
	margin-top: 42px;
}

.content .Customer_testimonials .solution {
	width: 100%;
}

.content .Customer_testimonials .solution ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.content .Customer_testimonials .solution ul li {
	width: 22.91667%;
	float: left;
	margin: 0 2.77778% 40px 0;
}

.content .Customer_testimonials .solution ul li:nth-child(4n) {
	margin-right: 0;
}

.content .Customer_testimonials .solution ul li:hover p {
	color: #005bac;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .Customer_testimonials .solution ul li a {
	display: block;
}

.content .Customer_testimonials .solution ul li a img {
	width: 100%;
	display: block;
	border: 2px solid #ccc;
	box-sizing: border-box;
}

.content .Customer_testimonials .solution ul li a p {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .Customer_testimonials .solution ul li a .content .Customer_testimonials .skip {
	margin-top: 42px;
}

.content .Customer_testimonials .solution ul .service02 a p {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	line-height: 1.8;
}

.content .Customer_testimonials .customers {
	width: 100%;
}

.content .Customer_testimonials .customers ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content .Customer_testimonials .customers ul li {
	width: 22.91667%;
	float: left;
	margin: 0 2.77778% 4.16667% 0;
}

.content .Customer_testimonials .customers ul li:nth-child(4n) {
	margin-right: 0;
}

.content .Customer_testimonials .customers ul li:hover p {
	color: #005bac;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .Customer_testimonials .customers ul li a {
	display: block;
}

.content .Customer_testimonials .customers ul li a img {
	width: 100%;
	display: block;
	border: 2px solid #ccc;
	box-sizing: border-box;
}

.content .Customer_testimonials .customers ul li a p {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .Customer_testimonials .customers ul li a .content .Customer_testimonials .skip {
	margin-top: 42px;
}

.content .Customer_testimonials .customers ul .service02 a p {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	line-height: 1.8;
}

.content .Customer_testimonials .skip {
	margin-top: 42px;
}

.content #tit {
	margin-top: 4.16667%;
}

.content #tit h3 {
	font-size: 20px;
	color: #333333;
}

.content #tit p {
	font-size: 16px;
	color: #d3d3d3;
	margin-top: 10px;
	text-transform: uppercase;
}

.content .des {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: space-evenly;
	text-align: center;
	margin-top: 3.33333%;
}

.content .des .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-direction: column;
}

.content .des .item h5 {
	display: block;
}

.content .des .item h5:hover img {
	transform: rotate(360deg);
	transition: all .3s;
}

.content .des .item h6 {
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
	margin-top: 20px;
}

.content .des .item p {
	margin-top: 20px;
	font-size: 16px;
	color: #d0d0d0;
}

.content .aboutUs .intro .glory {
	position: relative;
	overflow: hidden;
}

.content .aboutUs .intro .glory .controlPage {
	display: block;
	padding-top: 65px;
	overflow: hidden;
}

.content .aboutUs .intro .glory .controlPage>.img {
	position: absolute;
	top: 10%;
	left: 50%;
	z-index: 1;
	height: 1400px;
}

.content .aboutUs .intro .glory .controlPage>.img>img {
	height: 100%;
}

.content .aboutUs .intro .glory .controlPage .box {
	display: flex;
	padding-bottom: 76px;
	justify-content: center;
	position: relative;
}

.content .aboutUs .intro .glory .controlPage .box .part {
	width: 720px;
}

.content .aboutUs .intro .glory .controlPage .box .part:first-child {
	margin-right: 70px;
}

.content .aboutUs .intro .glory .controlPage .box .part .img {
	max-width: 160px;
	overflow: hidden;
}

.content .aboutUs .intro .glory .controlPage .box .part .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.content .aboutUs .intro .glory .controlPage .box .part .img img:hover {
	transform: scale(1.1);
}

.content .aboutUs .intro .glory .controlPage .box .part .month {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}

.content .aboutUs .intro .glory .controlPage .box .part .title {
	margin: 16px 0 0px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.content .aboutUs .intro .glory .controlPage .box .part .p {
	text-align: left;
	font-size: 16px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.content .aboutUs .intro .glory .controlPage .box .part span {
	display: block;
	text-align: left;
	font-size: 16px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.content .aboutUs .intro .glory .controlPage .box .dian {
	position: absolute;
	top: 18%;
	z-index: 99;
}

.content .aboutUs .intro .glory .controlPage .leftBox .henxian #hxbox {
	width: 100px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	border-radius: 50px;
}

.content .aboutUs .intro .glory .controlPage .leftBox .henxian {
	position: absolute;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	right: 50%;
	top: 30px;
	z-index: 1;
}

.content .aboutUs .intro .glory .controlPage .leftBox:nth-child(2) #hxbox {
	background: linear-gradient(0deg, #6c9ee8, #9ebff0);
}

.content .aboutUs .intro .glory .controlPage .leftBox:nth-child(4) #hxbox {
	background: linear-gradient(0deg, #62ce9c, #96debd);
}

.content .aboutUs .intro .glory .controlPage .leftBox:nth-child(6) #hxbox {
	background: linear-gradient(0deg, #f28f79, #f7b4a5);
}

.content .aboutUs .intro .glory .controlPage .leftBox:nth-child(2) .henxian {
	top: 32px;
}

.content .aboutUs .intro .glory .controlPage .leftBox:nth-child(4) .henxian {
	top: 39px;
}

.content .aboutUs .intro .glory .controlPage .leftBox:nth-child(6) .henxian {
	top: 32px;
}

.content .aboutUs .intro .glory .controlPage .leftBox .henxian .hx {
	width: 150px;
}

.content .aboutUs .intro .glory .controlPage .leftBox .henxian .hx>img {
	width: 100%;
}

.content .aboutUs .intro .glory .controlPage .rightBox .henxian #hxbox {
	width: 100px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	border-radius: 50px;
}

.content .aboutUs .intro .glory .controlPage .rightBox .henxian {
	position: absolute;
	display: flex;
	align-items: center;
	left: 50%;
	top: 30.5px;
	z-index: 1;
}

.content .aboutUs .intro .glory .controlPage .rightBox:nth-child(1) #hxbox {
	background: linear-gradient(0deg, #61b9e6, #97d2ee);
}

.content .aboutUs .intro .glory .controlPage .rightBox:nth-child(3) #hxbox {
	background: linear-gradient(0deg, #ffbe61, #ffd495);
}

.content .aboutUs .intro .glory .controlPage .rightBox:nth-child(5) #hxbox {
	background: linear-gradient(0deg, #ed667a, #f39ba9);
}

.content .aboutUs .intro .glory .controlPage .rightBox:nth-child(7) #hxbox {
	background: linear-gradient(0deg, #13c966, #0d8041);
}

.content .aboutUs .intro .glory .controlPage .rightBox:nth-child(1) .henxian {
	top: 30px;
}

.content .aboutUs .intro .glory .controlPage .rightBox:nth-child(3) .henxian {
	top: 43px;
}

.content .aboutUs .intro .glory .controlPage .rightBox:nth-child(5) .henxian {
	top: 35px;
}

.content .aboutUs .intro .glory .controlPage .rightBox:nth-child(7) .henxian {
	top: 35px;
}

.content .aboutUs .intro .glory .controlPage .rightBox .hx {
	width: 150px;
}

.content .aboutUs .intro .glory .controlPage .rightBox .hx .henxian>img {
	width: 100%;
}

.content .aboutUs .intro .glory .controlPage .rightBox .part .img {
	float: right;
}

.content .aboutUs .intro .glory .controlPage .leftBox .part .img {
	float: left;
}

.content .aboutUs .intro .glory .controlPage .rightBox .partTxt {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 99;
}

.content .aboutUs .intro .glory .controlPage .rightBox .partTxt .content_box {
	margin-top: 80px;
}

.content .aboutUs .intro .glory .controlPage .leftBox .partTxt {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 99;
}

.content .aboutUs .intro .glory .controlPage .leftBox .partTxt .content_box {
	margin-top: 80px;
}

.content .aboutUs .intro .glory .controlPage.leftBox>.img {
	position: absolute;
	top: 10%;
}

.content .aboutUs .intro .glory .controlPage.leftBox>.img {
	position: absolute;
	top: 10%;
}

.content .gzx {
	margin-top: 5.55556%;
	text-align: center;
}

.content .gzx h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}

.content .gzx .keys {
	font-size: 16px;
	color: #999999;
	margin-top: 14px;
	line-height: 1;
}

.content .gzx .des {
	display: inline;
	text-align: left;
	font-size: 16px;
	color: #808080;
}

.content .gzx .des p {
	line-height: 2;
}

.content .gzx .des .p1 {
	text-indent: 35px;
}

.content .gzx .des .p2 {
	text-align: right;
}

.content .gzx .des .p3 {
	margin-top: 4.16667%;
}

.content .contacn_us .swiper_us {
	margin-top: 2.39583%;
	position: relative;
}

.content .contacn_us .swiper_us .swiper-container {
	position: static;
}

.content .contacn_us .swiper_us .swiper-container .swiper-wrapper .swiper-slide {
	overflow: hidden;
}

.content .contacn_us .swiper_us .swiper-container .swiper-wrapper .swiper-slide img:hover {
	transition: all 0.3s ease;
	transform: scale(1.2);
}

.content .contacn_us .swiper_us .swiper-button-next,
.content .contacn_us .swiper_us .swiper-container-rtl .swiper-button-prev {
	right: 9%;
}

.content .contacn_us .swiper_us .swiper-button-prev,
.content .contacn_us .swiper_us .swiper-container-rtl .swiper-button-next {
	left: 9%;
}

.content .contacn_us .swiper_us .swiper-button-next,
.content .contacn_us .swiper_us .swiper-container-rtl .swiper-button-prev,
.content .contacn_us .swiper_us .swiper-button-prev,
.content .contacn_us .swiper_us .swiper-container-rtl .swiper-button-next {
	background: #005bac;
	border-radius: 50%;
	width: 43px;
	height: 43px;
	text-align: center;
}

.content .contacn_us .swiper_us .swiper-button-next::before {
	content: "\e600";
	font-family: "iconfont";
	line-height: 43px;
	font-size: 20px;
	color: #ffffff;
}

.content .contacn_us .swiper_us .swiper-button-prev::before {
	content: "\e7b9";
	font-family: "iconfont";
	line-height: 43px;
	font-size: 20px;
	color: #ffffff;
}

.content .contacn_us .swiper_us .swiper-button-next.swiper-button-disabled,
.content .contacn_us .swiper_us .swiper-button-prev.swiper-button-disabled,
.content .contacn_us .swiper_us .swiper-button-next.swiper-button-disabled,
.content .contacn_us .swiper_us .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background: #8f9194;
}

.content .contacn_us .des {
	display: block;
	text-align: left;
	padding-bottom: 6.66667%;
}

.content .contacn_us .des p {
	font-size: 16px;
	line-height: 1.8;
	color: #333333;
	margin-top: 24px;
}

.content .contacn_us .des .p1 {
	margin-top: 42px;
}

.content .contacn_us .Boxnum {
	background-image: url(../images/us_ba.jpg);
	height: 200px;
}

.content .contacn_us .Boxnum .item {
	position: relative;
}

.content .contacn_us .Boxnum .item ul {
	width: 100%;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 4.16667%;
}

.content .contacn_us .Boxnum .item ul li {
	color: #ffffff;
	border-right: 1px solid #ffffff;
	width: 27.77778%;
	box-sizing: border-box;
	text-align: center;
}

.content .contacn_us .Boxnum .item ul li:last-child {
	border-right: none;
}

.content .contacn_us .Boxnum .item ul li h6 {
	font-size: 16px;
}

.content .contacn_us .Boxnum .item ul li p {
	font-size: 18px;
}

.content .contacn_us .Boxnum .item ul li p span {
	font-size: 48px;
	font-weight: 700;
}

.content .contacn_us .tab_nav {
	border-bottom: 1px solid #eee;
	margin-top: 5.10417%;
}

.content .contacn_us .tab_nav .list {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

.content .contacn_us .tab_nav .list li {
	font-size: 18px;
	position: relative;
	width: 13.88889%;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	padding-bottom: 2.63889%;
	text-align: center;
	cursor: pointer;
}

.content .contacn_us .tab_nav .list li p {
	font-size: 16px;
	margin-top: 10px;
	line-height: 1;
	text-transform: uppercase;
}

.content .contacn_us .tab_nav .list li::before {
	content: "";
	height: 2px;
	background: #0084ff;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	transition: all 0.3s;
}

.content .contacn_us .tab_nav .list li:hover::before {
	left: 0;
	right: 0;
}

.content .contacn_us .tab_nav .list li.on {
	color: #0084ff;
}

.content .contacn_us .tab_nav .list li.on::before {
	left: 0;
	right: 0;
}

.content .contacn_us .tab_content .tab {
	padding-bottom: 6.94444%;
	margin-top: 3.47222%;
	display: flex;
	overflow: hidden;
}

.content .contacn_us .tab_content .tab img:hover {
	transition: all 0.3s ease;
	transform: scale(1.1);
}

.content .company_news {
	padding: 60px 0 100px;
}

.content .company_news .company_news_nr {
	width: 100%;
	text-align: left;
}

.content .company_news .company_news_nr ul li {
	width: 100%;
}

.content .company_news .company_news_nr ul li a {
	display: block;
	transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a>div.w1440 {
	position: relative;
	border-bottom: 1px dashed #ccc;
	padding: 32px 0;
}

.content .company_news .company_news_nr ul li a>div.w1440 em {
	position: absolute;
	width: 38px;
	height: 38px;
	border: 1px solid #cacaca;
	border-radius: 100%;
	top: 50%;
	right: 3.13%;
	background: url(../images/xw_jr.png) no-repeat center center;
	transform: translate(0, -50%);
	transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a:hover {
	background: #f5f9ff;
	transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a:hover>div.w1440 em {
	background: url(../images/xw_jr_hover.png) no-repeat center center #1d50a2;
	border: 1px solid #1d50a2;
	transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a:hover .company_news_content {
	transform: translate(30px, 0);
	transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a:hover .company_news_content .company_news_tetx h5 {
	color: #1d50a2;
	transition: all 0.3s;
}

.content .company_news .company_news_nr ul li a .company_news_content {
	display: flex;
	transition: all 0.4s;
}

.content .company_news .company_news_nr ul li a .company_news_content .img {
	width: 16.63%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .company_news .company_news_nr ul li a .company_news_content .img img {
	width: 100%;
	display: block;
}

.content .company_news .company_news_nr ul li a .company_news_content .date {
	margin-left: 1.88%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.content .company_news .company_news_nr ul li a .company_news_content .date .day {
	font-size: 24px;
	color: #666;
	line-height: 24px;
}

.content .company_news .company_news_nr ul li a .company_news_content .date .year {
	font-size: 16px;
	color: #808080;
	margin-top: 4px;
}

.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx {
	width: 64%;
	margin-left: 1.25%;
	position: relative;
	padding-left: 1.875%;
	border-left: 1px solid #d9d9d9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx h5 {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx .company_news_description {
	margin-top: 12px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
}

.content .company_news .skip {
	margin-top: 52px;
}

.content .content_two .content_two_right {
	width: 100%;
}

.content .content_two_right .List_details {
	width: 100%;
	padding: 60px 0 78px;
}

.content .content_two_right .List_details .List_details_top {
	width: 100%;
	text-align: center;
}

.content .content_two_right .List_details .List_details_top h5 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.content .content_two_right .List_details .List_details_top .source {
	margin-top: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content .content_two_right .List_details .List_details_top .source>div {
	font-size: 14px;
	color: #999;
}

.content .content_two_right .List_details .List_details_top .source .browse {
	margin-left: 16px;
}

.content .content_two_right .List_details .List_details_content {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 36px 0 80px;
	border-bottom: 1px dashed #e5e5e5;
}

.content .content_two_right .List_details .List_details_content video {
	width: 100%;
}

.content .content_two_right .List_details .List_details_content p {
	margin-bottom: 30px;
}

.content .content_two_right .List_details .List_details_content .p1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
}

.content .content_two_right .List_details .List_details_content p img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.content .content_two_right .List_details .List_details_content p:last-child {
	margin-bottom: 0;
}

.content .content_two_right .List_details .skip {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.content .content_two_right .List_details .skip a {
	display: flex;
	width: 27.78%;
	line-height: 44px;
	padding: 0 22px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	border: 1px solid #999;
	transition: all 0.3s;
}

.content .content_two_right .List_details .skip a span {
	white-space: nowrap;
}

.content .content_two_right .List_details .skip a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .content_two_right .List_details .skip .Returns_list {
	justify-content: center;
}

.content .content_two_right .List_details .skip a:hover {
	border-color: #0e5194;
	background: #0e5194;
	color: #fff;
	transition: all 0.3s;
}

.content #mapContainer {
	width: 100%;
	height: 450px;
}

.content .contact_us .contact_way {
	width: 100%;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.content .contact_us .contact_way>div {
	width: 30.56%;
	height: 300px;
	background: #f1f1f1;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 0.3s;
}

.content .contact_us .contact_way>div .icon {
	width: 76px;
	height: 76px;
	border: 1px solid #a4a4a4;
	border-radius: 100%;
	padding: 5px;
	box-sizing: border-box;
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	/* IE 9 */
	-moz-transform: rotateY(0deg);
	/* Firefox */
	-webkit-transform: rotateY(0deg);
	/* Safari 和 Chrome */
	-o-transform: rotateY(0deg);
	transition: all 0.5s;
}

.content .contact_us .contact_way>div .icon .icon_two {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.content .contact_us .contact_way .company_address .icon .icon_two {
	background: url(../images/lxwm1.png) no-repeat center center #999;
	background-size: 100% 100%;
}

.content .contact_us .contact_way .contact_number .icon .icon_two {
	background: url(../images/lxwm2.png) no-repeat center center #999;
	background-size: 100% 100%;
}

.content .contact_us .contact_way .Recruitment_email .icon .icon_two {
	background: url(../images/lxwm3.png) no-repeat center center #999;
	background-size: 100% 100%;
}

.content .contact_us .contact_way>div .contact_way_nr {
	margin-top: 24px;
	text-align: center;
}

.content .contact_us .contact_way>div .contact_way_nr h4 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	transition: all 0.3s;
}

.content .contact_us .contact_way>div .contact_way_nr p {
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	/* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */

	transition: all 0.3s;
}

.content .contact_us .contact_way .company_address .contact_way_nr p {
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	/* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
	padding: 0 17%;

	transition: all 0.3s;
}

.content .contact_us .contact_way>div:hover {
	background: #1d50a2;
	transition: all 0.3s;
}

.content .contact_us .contact_way>div:hover .icon {
	border: 1px solid #fff;
	background: #fff;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	/* IE 9 */
	-moz-transform: rotateY(180deg);
	/* Firefox */
	-webkit-transform: rotateY(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotateY(180deg);
	transition: all 0.5s;
}

.content .contact_us .contact_way>div:hover .contact_way_nr h4 {
	color: #fff;
	transition: all 0.3s;
}

.content .contact_us .contact_way>div:hover .contact_way_nr p {
	color: #fff;
	transition: all 0.3s;
}

.content .contact_us .contact_way .company_address:hover .icon .icon_two {
	background: url(../images/lxwm_hover1.png) no-repeat center center #fff;
	background-size: 100% 100%;
}

.content .contact_us .contact_way .contact_number:hover .icon .icon_two {
	background: url(../images/lxwm_hover2.png) no-repeat center center #fff;
	background-size: 100% 100%;
}

.content .contact_us .contact_way .Recruitment_email:hover .icon .icon_two {
	background: url(../images/lxwm_hover3.png) no-repeat center center #fff;
	background-size: 100% 100%;
}

.content .contact_us .contact_us_content {
	margin-top: 92px;
	margin-bottom: 8.33333%;
}

.content .contact_us .contact_us_content .headline {
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .contact_us .contact_us_content .headline span {
	width: 30.56%;
	height: 1px;
	background: #f1f1f1;
}

.content .contact_us .contact_us_content .headline h4 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin: 0 40px;
}

.content .contact_us .contact_us_content .contact_us_form {
	width: 100%;
	margin-top: 52px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .contact_us .contact_us_content .contact_us_form>div {
	width: 30.56%;
	float: left;
}

.content .contact_us .contact_us_content .contact_us_form>div em {
	display: block;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.content .contact_us .contact_us_content .contact_us_form>div input {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f1f1f1;
	border-radius: 8px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666;
}

.content .contact_us .contact_us_content .contact_us_form .leave_note {
	margin-top: 54px;
	width: 100%;
}

.content .contact_us .contact_us_content .contact_us_form .leave_note textarea {
	width: 100%;
	height: 200px;
	background: #f1f1f1;
	border-radius: 8px;
	padding: 20px 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666;
	display: block;
	border: none;
	outline: none;
}

.content .contact_us .contact_us_content .contact_us_form .submit {
	width: 240px;
	height: 80px;
	background: #1d50a2;
	border-radius: 10px;
	font-size: 20px;
	color: #fefeff;
	margin: 44px auto 0;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

.content .contact_us .contact_us_content .contact_us_form .submit {
	outline: none;
}

.content .contact_us .youshi {
	padding-bottom: 1.38889%;
}

.content .contact_us .youshi .des .item {
	width: 23.47222%;
}

.content .contact_us .youshi .des .item:hover h5 img {
	transform: rotateY(180deg);
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .contact_us .youshi .des .item p {
	color: #666666;
	line-height: 2;
	text-align: left;
}

.content .contact_us .my-map {
	margin-top: 5.55556%;
}

.content .contact_us .join {
	padding-top: 5.20833%;
	padding-bottom: 7.41667%;
}

.content .contact_us .join .itemlistD {
	color: #333333;
}

.content .contact_us .join .itemlistD .tit {
	margin-bottom: 5%;
}

.content .contact_us .join .itemlistD p {
	font-size: 16px;
	margin-top: 1%;
}

.content .contact_us .join .itemlistD h4 {
	font-size: 20px;
	font-weight: bold;
}

.content .contact_us .join_us .cont {
	margin-bottom: 20px;
	border: 1px solid #aaaaaa;
	box-sizing: border-box;
}

.content .contact_us .join_us .cont.on {
	border: 1px solid #1d50a2;
}

.content .contact_us .join_us .cont .titW {
	font-size: 24px;
	padding: 2.22222% 0 1.94444% 0;
	line-height: 1;
	padding-left: 5.20833%;
	box-sizing: border-box;
	cursor: pointer;
}

.content .contact_us .join_us .cont.on .titW {
	color: #005bac;
}

.content .contact_us .join_us .cont .titW .fls {
	float: right;
	font-size: 18px;
	margin-right: 1.25%;
	cursor: pointer;
	font-weight: normal;
}

.content .contact_us .join_us .cont .total {
	padding-left: 5.20833%;
	padding-bottom: 6.94444%;
	box-sizing: border-box;
	display: none;
}

.content .contact_us .join_us .cont .total .cont_t {
	font-size: 18px;
	text-align: left;
	padding-top: 4.375%;
	margin-bottom: 3.75%;
	color: #333333;
}

.content .contact_us .join_us .cont .total .cont_t .monthly {
	margin-right: 20.83333%;
}

.content .contact_us .join_us .cont .total .Details {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 28px;
}

.content .contact_us .join_us .cont .total .Details h5 {
	margin-bottom: 28px;
	display: block;
}

.content .contact_us .join_us .cont .total .Details p {
	font-size: 16px;
	line-height: 2.5;
	color: #666666;
}

.content .contact_us .join_us .cont .total .Details:last-child {
	padding-top: 3.33333%;
}

.content .downloadBox {
	margin-bottom: 4.16667%;
}

.content .downloadBox .Box:hover {
	background: #f2f7fb;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .downloadBox .Box:hover .item {
	border-bottom: navajowhite;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .downloadBox .Box .item {
	border-bottom: 1px dotted #cccccc;
	padding: 1.30208% 0 1.14583%;
	box-sizing: border-box;
	cursor: pointer;
}

.content .downloadBox .Box .item .downloadfl {
	font-size: 18px;
	color: #333333;
}

.content .downloadBox .Box .item .downloadfl:hover {
	color: #005bac;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.content .downloadBox .Box .item .downloadfr img:last-child {
	display: none;
}

.content .downloadBox .Box .item:hover .downloadfr img:nth-child(1) {
	display: none;
}

.content .downloadBox .Box .item:hover .downloadfr img:last-child {
	display: block;
}

.content .problem_Box .item .p1 {
	font-size: 18px;
	line-height: 1;
	color: #333333;
	padding: 2.08333% 0;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
}

.content .problem_Box .item .p2 {
	display: none;
	font-size: 16px;
	line-height: 1.8;
	color: #333333;
	background: #f5f5f5;
	padding: 3.05556% 4.86111% 4.16667% 2.08333%;
	box-sizing: border-box;
}

.content .problem_Box .item:hover .p1 {
	color: #005bac;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
}

.paginationjs-pages ul {
	display: flex;
	justify-content: center;
}

.paginationjs-pages ul li {
	width: 40px;
	height: 40px;
	border: 1px solid #b3b3b3;
	background: #fff;
	border-radius: 0 !important;
	float: none;
	margin: 0 10px;
}

.paginationjs-pages ul li span {
	border-radius: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: none;
	font-size: 16px;
	color: #4c4c4c;
}

.paginationjs-pages ul li a {
	border-radius: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: none;
	font-size: 16px;
	color: #4c4c4c;
}

@media screen and (max-width: 1880px) {

	.content .contacn_us .swiper_us .swiper-button-prev,
	.content .contacn_us .swiper_us .swiper-container-rtl .swiper-button-next {
		left: 5%;
	}

	.content .contacn_us .swiper_us .swiper-button-next,
	.content .contacn_us .swiper_us .swiper-container-rtl .swiper-button-prev {
		right: 5%;
	}
}

@media screen and (max-width: 1780px) {
	.content .secondary_section>.w1440 a {
		margin: 0 30px;
	}

	.content .company_news {
		padding: 50px 0 90px;
	}

	.content .content_two_right .List_details .List_details_content {
		padding: 30px 0 68px;
	}
}

@media screen and (max-width: 1680px) {
	#nav>li>.two_nav a {
		font-size: 16px;
	}

	.content .secondary_section>.w1440 a {
		font-size: 15px;
	}

	.content .Customer_testimonials {
		padding: 52px 0 90px;
	}

	.content .Customer_testimonials .Customer_testimonials_nr ul li a p {
		margin-top: 12px;
	}

	.content .Customer_testimonials .Customer_testimonials_nr ul li a:hover p {
		color: #fa4;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .date .day {
		font-size: 22px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .date .year {
		font-size: 15px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx h5 {
		font-size: 17px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx .company_news_description {
		font-size: 15px;
		line-height: 28px;
		height: 84px;
	}

	.content .company_news {
		padding: 40px 0 78px;
	}

	.content .content_two_right .List_details {
		padding: 52px 0 70px;
	}

	.content .content_two_right .List_details .List_details_content {
		padding: 30px 0 50px;
	}

	/* .content .contact_us {
        padding: 40px 0 88px;
    } */
	.content .contact_way {
		margin-top: 50px;
	}

	.content .contact_way>div .contact_way_nr h4 {
		font-size: 18px;
	}

	.content .contact_way>div .contact_way_nr p {
		font-size: 15px;
		margin-top: 6px;
	}

	.content .contact_way>div {
		height: 280px;
	}

	.content .contacn_us .swiper_us .swiper-button-prev,
	.content .contacn_us .swiper_us .swiper-container-rtl .swiper-button-next {
		left: 0%;
	}

	.content .contacn_us .swiper_us .swiper-button-next,
	.content .contacn_us .swiper_us .swiper-container-rtl .swiper-button-prev {
		right: 0%;
	}
}

@media screen and (max-width: 1520px) {
	#nav>li>.two_nav a {
		font-size: 15px;
	}

	.w1440 {
		width: 90%;
	}

	.content .secondary_section>.w1440 a {
		font-size: 15px;
		line-height: 68px;
		margin: 0 20px;
	}

	.content .Customer_testimonials {
		padding: 40px 0 78px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .date .day {
		font-size: 20px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .date .year {
		font-size: 14px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx h5 {
		font-size: 17px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx .company_news_description {
		font-size: 14px;
		line-height: 26px;
		height: 78px;
	}

	.content .company_news {
		padding: 36px 0 60px;
	}

	.content .content_two_right .List_details {
		padding: 44px 0 60px;
	}

	.content .content_two_right .List_details .List_details_content {
		padding: 26px 0 40px;
		font-size: 15px;
	}

	.content .content_two_right .List_details .List_details_top h5 {
		font-size: 18px;
	}

	.content .content_two_right .List_details .List_details_top .source {
		margin-top: 12px;
	}

	.paginationjs-pages ul li {
		width: 36px;
		height: 36px;
	}

	.paginationjs-pages ul li span {
		font-size: 15px;
	}

	.paginationjs-pages ul li a {
		font-size: 15px;
	}

	.content .contact_us_content .headline h4 {
		font-size: 18px;
	}

	.content .contact_us_content .contact_us_form {
		margin-top: 40px;
	}

	.content .contact_us_content .contact_us_form>div em {
		font-size: 17px;
	}

	.content .contact_us_content .contact_us_form .leave_note {
		margin-top: 40px;
	}

	.content .contact_us_content .contact_us_form>div input {
		font-size: 15px;
		height: 52px;
		line-height: 52px;
	}

	.content .contact_us_content .contact_us_form .leave_note textarea {
		font-size: 15px;
		height: 180px;
	}

	.content .contact_us_content .contact_us_form .submit {
		width: 210px;
		height: 60px;
		font-size: 18px;
	}

	.content .contact_way {
		margin-top: 40px;
	}

	.content .contact_way>div .contact_way_nr h4 {
		font-size: 17px;
	}

	.content .contact_way>div .contact_way_nr p {
		font-size: 14px;
		margin-top: 6px;
	}

	.content .contact_way>div {
		height: 250px;
	}

	#mapContainer {
		height: 500px;
	}
}

@media screen and (max-width: 1401px) {
	.content .Customer_testimonials .Customer_testimonials_nr ul li a p {
		font-size: 15px;
		margin-top: 8px;
	}

	.content .company_news .company_news_nr ul li a>div.w1440 {
		padding: 26px 0;
	}

	.content .content_two_right .List_details {
		padding: 36px 0 48px;
	}

	.content .content_two_right .List_details .List_details_content {
		padding: 20px 0 30px;
		font-size: 14px;
		line-height: 26px;
	}

	.content .content_two_right .List_details .List_details_top h5 {
		font-size: 17px;
	}

	.content .content_two_right .List_details .List_details_top .source {
		margin-top: 10px;
	}

	.content .content_two_right .List_details .List_details_top .source>div {
		font-size: 13px;
	}

	.content .content_two_right .List_details .List_details_content p {
		margin-bottom: 22px;
	}

	.content .content_two_right .List_details .skip a {
		padding: 0 14px;
		font-size: 13px;
	}

	.content .content_two_right .List_details .skip a {
		padding: 0 14px;
		font-size: 13px;
	}

	.content .contact_us_content .headline h4 {
		font-size: 17px;
		margin: 0 30px;
	}

	.content .contact_us_content .contact_us_form {
		margin-top: 30px;
	}

	.content .contact_us_content .contact_us_form>div em {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.content .contact_us_content .contact_us_form .leave_note {
		margin-top: 30px;
	}

	.content .contact_us_content .contact_us_form>div input {
		font-size: 14px;
		height: 46px;
		line-height: 546px2px;
	}

	.content .contact_us_content .contact_us_form .leave_note textarea {
		font-size: 14px;
		height: 160px;
	}

	.content .contact_us_content .contact_us_form .submit {
		width: 190px;
		height: 60px;
		font-size: 17px;
		margin-top: 36px;
	}

	.content .contact_way>div {
		height: 240px;
	}

	.content .contact_way>div .icon {
		width: 70px;
		height: 70px;
	}

	.content .testingBox01 .testingNav a {
		width: 13.88889%;
	}
}

@media screen and (max-width: 1380px) {
	.content .secondary_section>.w1440 a {
		line-height: 62px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx .company_news_description {
		margin-top: 10px;
	}

	.content .company_news {
		padding: 30px 0 48px;
	}

	.content .contact_way>div {
		height: 220px;
	}

	.content .contact_way>div .icon {
		width: 66px;
		height: 66px;
	}

	.content .contact_way>div .contact_way_nr {
		margin-top: 18px;
	}

	.content .contact_way>div .contact_way_nr h4 {
		font-size: 16px;
	}

	#mapContainer {
		height: 400px;
	}

	.content .contacn_us .Boxnum {
		height: 170px;
	}

	.content .testingBox03 .testingbox01 .list .item .itemfr {
		padding: 1% 0 0 5%;
	}

	.content .testingBox03 .testingbox01 .list .item .itemfr .des {
		line-height: 1.5;
		margin-top: 2%;
		margin-bottom: 2%;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.content .testingBox03 .testingbox01 .list .item .itemfr a {
		margin-top: 0;
		text-align: center;
		padding: 10px 0;
	}
}

@media screen and (max-width: 1320px) {
	.content .testingBox05 {
		height: 460px;
	}
}

@media screen and (max-width: 1280px) {
	#nav>li>.two_nav a {
		margin: 0 16px;
	}

	.content .secondary_section>.w1440 {
		align-items: stretch;
	}

	.content .secondary_section>.w1440 a {
		margin: 0 20px;
	}

	.content .Customer_testimonials .Customer_testimonials_nr ul li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 24px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .date .day {
		font-size: 18px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .date .year {
		font-size: 13px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx .company_news_description {
		font-size: 13px;
		line-height: 24px;
		height: 72px;
		margin-top: 8px;
	}

	.content .company_news .company_news_nr ul li a>div.w1440 {
		padding: 22px 0;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx h5 {
		font-size: 16px;
	}

	.content .content_two_right .List_details {
		padding: 30px 0;
	}

	.content .contact_us_content .contact_us_form .submit {
		width: 170px;
		height: 52px;
		font-size: 16px;
	}

	.content .contacn_us .tab_nav .list li {
		width: 18%;
	}

	.content .testingBox02 .boxfl .des {
		margin-top: 2.23077%;
		padding-right: 5.46154%;
	}

	.content .testing02_Box01 .testingbox01 .tab ul li {
		width: 20%;
	}
}

@media screen and (max-width: 1180px) {
	#nav>li>.two_nav a {
		font-size: 14px;
		margin: 0 12px;
	}

	#logo {
		width: 26%;
	}

	.paginationjs-pages ul li {
		width: 32px;
		height: 32px;
		margin: 0 6px;
	}

	.paginationjs-pages ul li span {
		font-size: 14px;
	}

	.paginationjs-pages ul li a {
		font-size: 14px;
	}

	.content .company_news .company_news_nr ul li a>div.w1440 em {
		width: 32px;
		height: 32px;
		right: 2%;
	}

	.content .company_news .skip {
		margin-top: 40px;
	}

	.content .company_news {
		padding: 28px 0 40px;
	}

	.content .contact_us_content .contact_us_form>div em {
		font-size: 15px;
	}

	.content .contact_us_content .contact_us_form>div input {
		padding: 0 12px;
	}

	.content .contact_us_content .contact_us_form .leave_note textarea {
		padding: 14px 12px;
	}

	.content .contact_us_content .contact_us_form .leave_note {
		margin-top: 20px;
	}

	.content .contact_way>div {
		height: 200px;
	}

	.content .contact_way>div .icon {
		width: 62px;
		height: 62px;
	}

	.content .contact_way>div .contact_way_nr {
		margin-top: 10px;
	}

	.content .testingBox05 .testingbox01 {
		padding-top: 32px;
		flex-direction: column;
	}

	.content .testingBox05 .testingbox01 .testfl {
		width: 100%;
		margin-bottom: 20px;
		padding-top: 0;
	}

	.content .testingBox05 .testingbox01 .testfl .img {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.content .testingBox05 .testingbox01 .testfl .img img {
		display: none;
	}

	.content .testingBox05 .testingbox01 .testfl .img p {
		display: none;
	}
}

@media screen and (max-width: 1130px) {
	.content .content_two_right .List_details {
		padding: 26px 0 20px;
	}

	.content .testingBox02 .boxfl .des {
		margin-top: 2.23077%;
		padding-right: 3.46154%;
	}
}

@media screen and (max-width: 1080px) {
	.content .Customer_testimonials .Customer_testimonials_nr ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.content .Customer_testimonials .Customer_testimonials_nr ul::after {
		display: none;
	}

	.content .Customer_testimonials .Customer_testimonials_nr ul li {
		width: 32%;
		margin-right: 0;
	}

	.content .contact_us_content .contact_us_form .submit {
		margin-top: 30px;
		width: 150px;
		font-size: 15px;
	}

	.content .contact_way {
		margin-top: 30px;
	}

	.content .contact_way>div .contact_way_nr h4 {
		font-size: 15px;
	}

	.content .contact_way>div .contact_way_nr p {
		font-size: 13px;
	}

	.content .contact_way>div {
		width: 32%;
		height: 180px;
	}

	.content .contacn_us .tab_nav .list {
		justify-content: space-around;
	}

	.content .contacn_us .tab_nav .list li {
		width: 23%;
	}

	.content .testingBox01 .testingNav a {
		font-size: 14px;
	}

	.content .testingBox03 .testingbox01 .list .item {
		flex-direction: column;
	}

	.content .testingBox03 .testingbox01 .list .item .itemfl {
		width: 100%;
		text-align: center;
	}

	.content .testingBox03 .testingbox01 .list .item .itemfr {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

	.content .testingBox03 .itemfr #title {
		text-align: center;
	}

	.content .testingBox03 .itemfr #title .line {
		margin-left: auto;
		margin-right: auto;
	}

	.content .testingBox03 .testingbox01 .list .item .itemfr .des {
		padding-left: 5%;
		padding-right: 5%;
	}

	.content .testingBox03 .testingbox01 .list .item .itemfr a {
		margin-left: auto;
		margin-right: auto;
	}

	.content .testing02_Box01 .testingbox01 .list .item {
		font-size: 15px;
	}

	.content .testing02_Box01 .testingbox01 .list .item .dess p {
		font-size: 15px;
	}
}

@media screen and (max-width: 1000px) {
	.content .testingBox02 .boxfl {
		display: none;
	}

	.content .testingBox02 .boxfls {
		display: block;
		width: 100%;
		margin-top: 20px;
	}

	.content .testingBox02 .boxfr {
		display: none;
	}

	.content .testingBox02 .boxfrs {
		display: block;
	}

	.content .testingBox02 .boxfls #title {
		text-align: center;
	}

	.content .testingBox02 .boxfls #title .line {
		margin-left: auto;
		margin-right: auto;
	}

	.content .testingBox02 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.content .testing02_Box01 .testingbox01 .tab ul li {
		font-size: 15px;
	}
}

@media screen and (max-width: 980px) {
	.content .Customer_testimonials .Customer_testimonials_nr ul li {
		margin-bottom: 16px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .date .day {
		font-size: 16px;
		line-height: 20px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .date .year {
		font-size: 12px;
		margin-top: 2px;
	}

	.content .company_news .skip {
		margin-top: 28px;
	}

	.content .company_news {
		padding: 24px 0 30px;
	}

	.content .content_two_right .List_details {
		padding: 22px 0 10px;
	}

	.content .aboutUs .intro .glory .controlPage {
		margin: 10px auto 0;
	}

	.content .aboutUs .intro .glory .controlPage .box:first-child {
		padding: 15px 0;
	}

	.content .aboutUs .intro .glory .controlPage .box {
		padding-bottom: 15px;
	}

	.content .aboutUs .intro .glory .controlPage>.img {
		display: none;
	}

	.content .aboutUs .intro .glory .controlPage .rightBox .henxian,
	.content .aboutUs .intro .glory .controlPage .leftBox .henxian {
		display: none;
	}

	.content .aboutUs .intro .glory .controlPage .rightBox .partTxt,
	.content .aboutUs .intro .glory .controlPage .leftBox .partTxt {
		justify-content: center;
	}

	.content .aboutUs .intro .glory .controlPage .rightBox .partTxt .content_box,
	.content .aboutUs .intro .glory .controlPage .leftBox .partTxt .content_box {
		margin-top: 0;
	}

	.content .aboutUs .intro .glory .controlPage .box .dian {
		display: none;
	}

	.content .aboutUs .intro .glory .controlPage .box .part .img {
		width: 100%;
		height: inherit;
	}

	.content .aboutUs .intro .glory .controlPage .box .part .title {
		font-size: 14px;
	}

	.content .aboutUs .intro .glory .controlPage .box .part .p {
		font-size: 14px;
	}

	.content .aboutUs .intro .glory .controlPage .box .part:first-child {
		margin-right: 10px;
	}

	.content .contact_us_content .contact_us_form>div em {
		margin-bottom: 8px;
	}

	.content .contact_us_content .contact_us_form .submit {
		margin-top: 22px;
	}

	.content .testingBox01 .testingNav a {
		width: 17%;
	}

	.content .testingBox05 {
		height: 420px;
	}

	.content .testingBox06 .testingbox01 .item {
		width: 38%;
		margin-bottom: 20px;
	}

	.content .testingBox06 .testingbox01 {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg .des {
		font-size: 16px;
		line-height: 1.5;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg h4 {
		font-size: 28px;
	}
}

@media screen and (max-width: 960px) {
	.content .company_news .company_news_nr ul li a .company_news_content .date {
		display: none;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx {
		width: 68%;
		margin-left: 1.875%;
		padding-left: 0;
		border-left: none;
	}

	.content .company_news .company_news_nr ul li a:hover .company_news_content {
		transform: translate(20px, 0);
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx h5 {
		font-size: 15px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx .company_news_description {
		line-height: 22px;
	}

	.content .content_two .content .content_two_right {
		width: 100%;
		margin-top: 22px;
	}

	.content .contact_way {
		flex-wrap: wrap;
	}

	.content .contact_way>div {
		width: 49%;
	}

	.content .contact_way .Recruitment_email {
		margin: 20px auto 0;
	}
}

@media screen and (max-width: 900px) {
	.content .company_news .company_news_nr ul li a>div.w1440 {
		padding: 14px 0;
	}

	.content .company_news .company_news_nr ul li a>div.w1440 em {
		width: 28px;
		height: 28px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .img {
		width: 21%;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx {
		width: 66%;
	}

	.content .content_two_right .List_details {
		padding: 22px 0 0;
	}

	.content .content_two_right .List_details .List_details_content {
		padding: 14px 0 22px;
	}

	.content .content_two_right .List_details .List_details_content p {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 870px) {
	.content .Customer_testimonials .Customer_testimonials_nr ul li a p {
		font-size: 14px;
		margin-top: 4px;
	}

	.content .content_two .content .content_two_right {
		margin-top: 18px;
	}

	.content .contact_us_content .contact_us_form>div em {
		font-size: 14px;
	}

	.content .contact_us_content .contact_us_form>div input {
		font-size: 13px;
	}

	.content .contact_us_content .contact_us_form .leave_note textarea {
		font-size: 13px;
	}

	.content .contact_us_content .contact_us_form {
		margin-top: 22px;
	}

	.content .contact_us_content .contact_us_form .submit {
		width: 140px;
		height: 46px;
	}

	.content .contacn_us .Boxnum {
		height: 160px;
	}

	.content .contacn_us .Boxnum .item ul li {
		width: 33.33%;
	}

	.content .testing02_Box01 .testingbox01 .tab ul li {
		width: 33%;
	}
}

@media screen and (max-width: 785px) {
	.content .company_news {
		padding: 22px 0 26px;
	}

	.content .content_two_right .List_details .skip {
		margin-top: 22px;
		flex-wrap: wrap;
	}

	.content .content_two_right .List_details .skip a {
		width: 100%;
	}

	.content .content_two_right .List_details .skip .Returns_list {
		margin: 12px 0;
	}

	.content .content .content_two_right .List_details .skip a {
		width: 100%;
	}

	.content .contact_us_content .contact_us_form>div {
		width: 100%;
		margin-bottom: 14px;
	}

	.content .contact_us_content .contact_us_form .email_address {
		margin-bottom: 0;
	}

	.content .contact_us_content .contact_us_form .leave_note {
		margin-top: 14px;
	}

	.content .contact_us_content .contact_us_form .submit {
		margin-top: 10px;
	}

	.content .contact_us .join_us .cont .titW {
		font-size: 20px;
	}

	.content .contacn_us .tab_nav .list li {
		font-size: 16px;
	}

	.content .contacn_us .tab_nav .list li p {
		font-size: 14px;
	}

	.content .contacn_us .Boxnum .item ul li p span {
		font-size: 32px;
	}

	.content .contacn_us .Boxnum {
		height: 130px;
	}

	.content .contacn_us .des .p1 {
		margin-top: 32px;
	}

	.content .contacn_us .des p {
		margin-top: 16px;
		font-size: 14px;
	}

	.content .contacn_us .Boxnum .item ul li h6 {
		font-size: 14px;
	}

	.content .testingBox01 .testingNav a {
		margin-top: 15px;
		padding: 10px 0;
		width: 18%;
		margin-right: 1%;
	}

	.content .testingBox05 {
		height: 360px;
	}
}

@media screen and (max-width: 730px) {
	.content .Customer_testimonials .Customer_testimonials_nr ul li {
		width: 49%;
	}

	.content .gzx .des p {
		line-height: 1.8;
	}

	.content .gzx .des {
		font-size: 14px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx .company_news_description {
		font-size: 12px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .img {
		width: 24%;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx {
		width: 63%;
	}

	.content .content_two .content .content_two_right {
		margin-top: 14px;
	}

	.content .contact_us_content .contact_us_form {
		margin-top: 16px;
	}

	.content .testingBox01 .testingNav a {
		width: 23%;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg {
		padding-left: 5%;
		padding-right: 5%;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg h4 .line {
		margin-top: 20px;
	}
}

@media screen and (max-width: 680px) {
	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx {
		width: 60%;
	}

	.content .content_two_right .List_details .List_details_content {
		padding: 14px 0 18px;
	}

	.content .contact_way {
		margin-top: 20px;
	}

	.content .contact_way>div {
		width: 100%;
		margin-bottom: 14px;
	}

	.content .contact_way .Recruitment_email {
		margin-top: 0;
	}

	.content .contacn_us .tab_nav .list li p {
		line-height: 1.5;
	}

	.content .contacn_us .tab_nav .list li {
		width: 25%;
	}

	.content .testing02_Box01 .testingbox01 .tab ul li {
		font-size: 15px;
		padding-left: 2%;
		padding-right: 2%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 650px) {
	.content .secondary_section>.w1440 a {
		line-height: 50px;
		font-size: 14px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .img {
		width: 28%;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx {
		width: 57%;
	}

	.content .company_news .skip {
		margin-top: 24px;
	}

	.content .contact_us .join_us .cont .total .Details p {
		line-height: 1.8;
	}

	.content .contact_us .join_us .cont .total .Details h5 {
		margin-bottom: 14px;
	}

	.content .contact_us .join_us .cont .total .Details {
		margin-bottom: 14px;
	}

	.content .contacn_us .tab_nav .list li p {
		font-size: 12px;
	}

	.content .contacn_us .tab_nav .list li {
		font-size: 14px;
	}

	.content .testing02_Box01 .testingbox01 .list .item .dess p {
		line-height: 1.5;
	}
}

@media screen and (max-width: 580px) {
	.content .contacn_us .tab_nav .list li {
		padding-bottom: 1%;
	}

	.content .contacn_us .Boxnum .item ul li h6 {
		font-size: 13px;
	}

	.content .contacn_us .Boxnum .item ul li p {
		font-size: 16px;
	}

	.content .contacn_us .Boxnum .item ul li p span {
		font-size: 30px;
	}

	.content .contacn_us .Boxnum {
		height: 110px;
	}

	.content .contacn_us .Boxnum .item ul li {
		border-right: none;
	}

	.content .testingBox01 .testingNav a {
		font-size: 13px;
	}

	.content .testingBox01 .testingNav a {
		margin-top: 10px;
	}

	.content .testingBox01 .testingNav a {
		width: 31%;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg {
		padding-top: 15%;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg h4 {
		font-size: 24px;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg .des {
		font-size: 14px;
	}

	.content .testingBox05 {
		height: auto;
		background-size: cover;
		padding-bottom: 20px;
	}

	.content .testingBox05 .testingbox01 .testfr .item {
		width: 45%;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 486px) {
	.content .Customer_testimonials .Customer_testimonials_nr ul li {
		margin-bottom: 10px;
	}

	.content .gzx .keys {
		line-height: 1.5;
	}

	.paginationjs-pages ul li {
		width: 28px;
		height: 28px;
	}

	.paginationjs-pages ul li span {
		font-size: 13px;
	}

	.paginationjs-pages ul li a {
		font-size: 13px;
	}

	.content .aboutUs .intro .glory .controlPage {
		margin: 10px auto 0;
	}

	.content .aboutUs .intro .glory .controlPage .box:first-child {
		padding: 15px 0;
	}

	.content .aboutUs .intro .glory .controlPage .box {
		padding-bottom: 15px;
	}

	.content .aboutUs .intro .glory .controlPage>.img {
		display: none;
	}

	.content .aboutUs .intro .glory .controlPage .box .part .img {
		width: 100%;
		height: 100%;
	}

	.content .aboutUs .intro .titleBar .honor_img a {
		margin-top: 0;
	}

	.content .aboutUs .intro .glory .controlPage .box .part .title {
		font-size: 14px;
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		margin: 0;
	}

	.content .aboutUs .intro .glory .swiperGlory .slideGlory .box .num {
		font-size: 16px;
	}

	.content .aboutUs .intro .glory .swiperGlory .slideGlory .box .txt {
		font-size: 14px;
	}

	.content .aboutUs .intro .glory .gloryBox .btnGlory {
		width: 20px;
		height: 20px;
	}

	.content .aboutUs .intro .glory .gloryBox .nextGlory {
		margin-right: 0;
	}

	.content .aboutUs .intro .glory .gloryBox .prevGlory {
		margin-left: 0;
	}

	.content .aboutUs .intro .glory .controlPage .box .part .p {
		font-size: 14px;
	}

	.content .aboutUs .intro .glory .controlPage .box .part:first-child {
		margin-right: 10px;
	}

	.content .company_news .company_news_nr ul li a>div.w1440 {
		padding: 10px 0;
	}

	.content .company_news .company_news_nr ul li a>div.w1440 em {
		display: none;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .img {
		width: 32%;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx {
		width: 67%;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx h5 {
		font-size: 14px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx .company_news_description {
		line-height: 18px;
		height: 54px;
		-webkit-line-clamp: 3;
		margin-top: 4px;
	}

	.content .company_news .company_news_nr ul li a:hover .company_news_content {
		transform: translate(0, 0);
	}

	.content .company_news {
		padding: 6px 0 22px;
	}

	.content .content_two_right .List_details {
		padding-top: 6px;
	}

	.content .content_two_right .List_details .List_details_top h5 {
		font-size: 16px;
	}

	.content .content_two_right .List_details .List_details_top .source>div {
		font-size: 12px;
	}

	.content .content_two_right .List_details .List_details_top .source {
		margin-top: 6px;
	}

	.content .content_two_right .List_details .List_details_content p {
		margin-bottom: 10px;
	}

	.content .content_two_right .List_details .List_details_content {
		font-size: 13px;
		line-height: 24px;
	}

	.content .content_two_right .List_details .skip a {
		line-height: 40px;
	}

	.content .contact_us_content .contact_us_form {
		margin-top: 10px;
	}

	.content .contact_us_content .contact_us_form .submit {
		width: 130px;
		margin-top: 4px;
	}

	.content .contact_us_content .headline h4 {
		font-size: 16px;
		margin: 0 12px;
	}

	.content .contact_us_content {
		margin-top: 26px;
	}

	#mapContainer {
		height: 240px;
	}

	.content .contact_way>div {
		height: 160px;
	}

	.content .contact_way>div .icon {
		width: 58px;
		height: 58px;
	}

	.content .contacn_us .tab_nav .list {
		flex-wrap: wrap;
	}

	.content .contacn_us .tab_nav .list li {
		width: 40%;
	}

	.content .contacn_us .tab_nav .list li:nth-child(n+3) {
		margin-top: 10px;
	}

	.content .testingBox01 .testingNav a {
		width: 31.8%;
	}

	.content .testingBox05 .testingbox01 .testfr .item p {
		font-size: 14px;
	}

	/* 	.content .testingBox05 {
		height: 260px;
	} */

	.content .testingBox05 .testingbox01 {
		padding-top: 20px;
	}

	.content .testingBox06 .testingbox01 .item .des {
		line-height: 1.5;
	}

	.content .testingBox05 .testingbox01 .testfr .item p {
		font-size: 16px;
	}

	.content .testingBox06 .testingbox01 .item .des {
		font-size: 14px;
	}

	.content .testingBox06 .testingbox01 .item h4 {
		font-size: 16px;
	}

	.content #title h3 .line {
		width: 10%;
	}
}

@media screen and (max-width: 414px) {
	.content .contacn_us .tab_nav .list li {
		font-size: 13px;
	}

	.content .contacn_us .Boxnum .item ul li p span {
		font-size: 24px;
	}

	.content .secondary_section>.w1440 a {
		margin: 0 10px;
	}

	.content .testingBox01 .testingNav a {
		width: 32.3%;
	}

	.content .testingBox01 .testingNav a {
		font-size: 12px;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg .des {
		font-size: 12px;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg h4 .line {
		margin-top: 10px;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg h4 {
		font-size: 20px;
	}

	.content .testingBox05 .testingbox01 .testfr .item p {
		font-size: 14px;
	}

	/* 	.content .testingBox05 {
		height: 230px;
	} */

	.content .testingBox06 .testingbox01 .item .des {
		font-size: 12px;
	}

	.content .testingBox06 .testingbox01 .item h4 {
		font-size: 14px;
	}

	.content .testingBox03 .testingbox01 .tab ul li {
		font-size: 12px;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}
}

@media screen and (max-width: 376px) {
	.content .Customer_testimonials .Customer_testimonials_nr ul li a p {
		font-size: 13px;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .img {
		width: 33%;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx {
		width: 64%;
	}

	.content .content_two .content .content_two_right {
		margin-top: 14px;
	}

	.content .content_two_right .List_details {
		padding-top: 2px;
	}

	.content .content_two_right .List_details .skip {
		margin-top: 16px;
	}

	#mapContainer {
		height: 220px;
	}

	.content .contact_way>div {
		height: 150px;
	}

	.content .contact_way>div .icon {
		width: 54px;
		height: 54px;
	}

	.content .contact_way>div .contact_way_nr p {
		margin-top: 4px;
	}

	.content .testingBox05 .testingbox01 .testfr .item p {
		font-size: 13px;
	}
}

@media screen and (max-width: 340px) {
	.content .secondary_section>.w1440 a {
		line-height: 42px;
		font-size: 13px;
	}

	新闻 .content .company_news .company_news_nr ul li a .company_news_content .img {
		width: 36%;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx {
		width: 61%;
	}

	.content .company_news .company_news_nr ul li a .company_news_content .company_news_tetx h5 {
		font-size: 13px;
	}

	.content .company_news .skip {
		margin-top: 18px;
	}

	.content .company_news {
		padding: 4px 0 18px;
	}

	.content .content_two_right .List_details .List_details_top h5 {
		font-size: 15px;
	}

	.content .content_two_right .List_details .List_details_content {
		font-size: 12px;
		line-height: 22px;
	}

	.content .content_two_right .List_details .List_details_content p {
		margin-bottom: 8px;
	}

	.content .content_two_right .List_details .skip a {
		font-size: 12px;
		line-height: 38px;
	}

	.content .content_two_right .List_details .List_details_content {
		padding: 12px 0 14px;
	}

	.content .contact_us_content .headline h4 {
		font-size: 15px;
	}

	.content .contact_us_content .contact_us_form>div em {
		font-size: 13px;
	}

	.content .contact_us_content .contact_us_form>div input {
		font-size: 12px;
		height: 40px;
		line-height: 40px;
	}

	.content .contact_us_content .contact_us_form .leave_note textarea {
		font-size: 12px;
		padding: 10px 12px;
	}

	.content .contact_us_content .contact_us_form .submit {
		width: 120px;
		height: 40px;
		font-size: 14px;
	}

	.content .contact_way>div .contact_way_nr {
		margin-top: 6px;
	}

	.content .contact_way>div .contact_way_nr h4 {
		font-size: 14px;
	}

	.content .contact_way>div .contact_way_nr p {
		font-size: 12px;
	}
}

.iniBanner .item {
	display: none;
}

.iniBanner .item:first-child {
	display: block;
}

.slick-slider .slick-track .item {
	display: block;
}

#goTop {
	background: #005bac;
}

.bridge {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.bridge .bitem {
	width: 80px;
	height: 80px;
	margin: 12px 0;
	cursor: pointer;
	box-shadow: 0 0 3px #ddd;
}

.bitem a.qq {
	width: 100%;
	height: 100%;
	display: block
}

.bridge .bitem .son {
	position: absolute;
	/* width: 100px; */
	right: 80px;
	/* height: 56px; */
	background: #075ea8;
	font-size: 18px;
	color: #fff;
	text-align: center;
	/* line-height: 56px; */
	display: none;
	padding: 10px;
}

.bridge .b03 .son {
	position: absolute;
	width: 100px;
	right: 80px;
	/* height: 56px; */
	background: #075ea8;
	font-size: 18px;
	color: #fff;
	text-align: center;
	/* line-height: 56px; */
	display: none;
	padding: 10px;
}

.bridge .bitem .son p {
	white-space: nowrap;
}

.bridge .bitem .son img {
	display: block;
	width: 100px;
	height: 100px;
}

.bridge .b01 {
	background: url('../images/sq2.jpg') center no-repeat;

	background-color: #f5f5f5;
	background-size: 100% 100%;
}

/*.bridge .b01:hover {
    background: url('../images/bridge_icon_03on.png') center no-repeat;
    background-color: #075ea8;
}*/

.bridge .b02 {
	background: url('../images/sq3.jpg') center no-repeat;
	background-color: #f5f5f5;
	background-size: 100% 100%;
}

/*.bridge .b02:hover {
    background: url('../images/bridge_icon_06on.png') center no-repeat;
    background-color: #075ea8;
   
}*/

.bridge .b03 {
	background: url('../images/sq4.jpg') center no-repeat;
	background-color: #f5f5f5;
	background-size: 100% 100%;
}

/*.bridge .b03:hover {
    background: url('../images/bridge_icon_08on.png') center no-repeat;
    background-color: #075ea8;
}*/

.bridge .b04 {
	background: url('../images/sq5.jpg') center no-repeat;
	background-color: #f5f5f5;
	background-size: 100% 100%;
}

/*.bridge .b04:hover {
    background: url('../images/bridge_icon_10on.png') center no-repeat;
    background-color: #075ea8;
}*/

.bridge .b05 {
	background: url('../images/sq1.jpg') center no-repeat;
	/*background-color: #f5f5f5;*/
	background-size: 100% 100%;
}

#nb_icon_wrap {
	display: none !important;
}

/* #nb_invite_wrap {
    display: none !important;

} */

#newBridge .nb-nodeboard-left-bottom {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

iframe {
	width: 100%;
	height: 600px;
}

@media screen and (max-width: 768px) {
	iframe {

		height: 300px;
	}
}






@media screen and (max-width: 1400px) {
	.indexBlock01 .Block01 .topW .item ul li {
		width: 31%;
	}
}


@media screen and (max-width: 750px) {
	.indexBlock01 .Block01 .topW .item ul li {
		width: 49%;
	}

	.indexBlock01 .Block01 .topW .item ul li a>img {
		height: 150px;
	}
}

@media screen and (max-width: 425px) {
	.indexBlock01 .Block01 .topW .item ul li {
		width: 49%;
	}

	.indexBlock01 .Block01 .topW .item ul li a>img {
		height: 100px;
	}
}





/* 2023优化新增css */
/* .indexBlock01 .Block01 .topW .item{
	display: flex;
}
.indexBlock01 .Block01 .topW .item .left-box{
	margin-right: 30px;
}
.indexBlock01 .Block01 .topW .item ul{
	width: 70.76%;
}
.indexBlock01 .Block01 .topW .item ul li{
	width: 31.31%;
} */

#nav>li>.two_nav .two_fw .two_fl {
	max-width: none;
	display: flex;
}

#nav>li>.two_nav .two_fw .two_fl li p {
	position: relative;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
	line-height: 2;
	padding: 0 33px;
	display: inline-block;
	transition: all 0.3s;
	padding-bottom: 15px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

#nav>li>.two_nav .two_fw .two_fl li p::before {
	content: "";
	height: 2px;
	background: #005bac;
	position: absolute;
	bottom: 0;
	transition: 0.4s;
	left: 50%;
	right: 50%;
}

#nav>li>.two_nav .two_fw .two_fl li p:hover::before,
#nav>li>.two_nav .two_fw .two_fl li p.on::before {
	left: 20%;
	right: 20%;
}

#nav>li>.two_nav .two_fw .two_fl li .three_nav {
	display: none;
	width: 100%;
}

#nav>li>.two_nav .two_fw .two_fl li .three_nav a {
	font-size: 14px;
	display: block;
}

#nav>li>.fw_box {
	width: auto;
}

.rightW .three_box {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 20px 0;
	display: none;
}

.rightW .three_box ul {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

.rightW .three_box ul li {
	/* width: 14%; */
	text-align: left;
}

.rightW .three_box ul li>a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 2;
	padding-bottom: 15px;
	font-weight: bold;
	cursor: pointer;
}

.rightW .three_box .three_list {
	/* display: none; */
}

.rightW .three_box .three_list a {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	white-space: nowrap;
}

.rightW .three_box .three_list a:hover {
	color: #005bac;
}

.center .Block01 {
	display: flex;
	justify-content: space-between;
	margin-top: 4.16667%;
}

.center .Block01 .topL {
	width: 27.08%;
	position: relative;
	overflow: hidden;
}

.indexBlock01 .topW {
	width: 70.833%;
}

.indexBlock01 .Block01 .topW .item ul li {
	width: 31.4%;
	margin-right: 2.4%;
	margin-bottom: 2.4%;
	border: 1px solid #eee;
}

.indexBlock01 .Block01 .topW .item ul li:nth-child(3n) {
	margin-right: 0;
}

.indexBlock01 .Block01 .topW .item ul li:nth-child(n+4) {
	margin-bottom: 0;
}

.indexBlock01 .Block01 .topW .item ul li .bg p {
	position: static;
	transform: none;
	width: 100%;
}

.indexBlock01 .Block01 .topW .item ul li .bg {
	padding: 0;
}

.center .Block01 .topL .cont_L {
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);

}

.center .Block01 .topL:hover img {
	transition: all 0.4s;
	transform: scale(1.1);
}

.center .Block01 .topL img {
	width: 100%;
	height: 100%;
	filter: blur(5px);
}

.center .Block01 .topL .cont_L p {
	color: #fff;
	font-size: 24px;
	padding: 81px 0px 0 42px;
	line-height: 48px;
}

.center .Block01 .topL .cont_L a {
	display: block;
	width: 154px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-left: 42px;
	margin-top: 50px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 100px;
}

.center .Block01 .topL .cont_L a:hover {
	background: #007aff;
	border-color: #007aff;
}

.list_box {
	margin-top: 73px;
}

.list_box .test_box {
	margin-bottom: 70px;

}


.list_box .test_box>p {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-left: 16px;
	position: relative;
	line-height: 35px;
	margin-bottom: 22px;
}

.list_box .test_box>p:after {
	content: "";
	width: 6px;
	height: 24px;
	background: #006DB8;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.test_on {
	position: relative;
	overflow: hidden;
}

.test_on ul li {
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
}
.test_on ul li:hover .test_img img{
	transform: scale(1.1);
}
.test_on ul li:hover .test_txt{
	background-color: #007aff;
}
.test_on .test_txt{
	transition:all 0.4s;
}
.test_on ul li:hover .test_txt p,
.test_on ul li:hover .test_txt span{
	color:#fff;
}
.test_on .test_img{
	overflow: hidden;
	transition: 0.4s;
	height: 210px;
}
.test_on .test_img img{
	width: 100%;
	height: 100%;
}
.test_on .test_txt p {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	height: 38px;
	/* line-height: 38px; */
	margin-top: 17px;
	
}

.test_on .test_txt span {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.test_on .test_txt {
	padding: 17px 26px 53px 31px;
}

.test_on .swiper-button-next {
	right: 0;
	background-image: url("../images/next.png");
}

.test_on .swiper-button-prev {
	left: 0;
	background-image: url("../images/prev.png");
}

.test_on .swiper-button-next,
.test_on .swiper-button-prev {
	width: 33px;
	height: 89px;
	background-size: 15px 29px;
	color: #fff;
	background-color: rgba(0, 109, 184, 0.5);
}

.test_on .swiper-button-disabled {
	display: none;
}


.testingBox07 {
	margin-top: 100px;
	margin-bottom: 70px;
}

.testingBox07 .test07_show ul {
	display: flex;
}

.testingBox07 .test07_show ul li {
	width: 20%;
	text-align: center;
}

.testingBox07 .test07_show ul li .test_ico {
	width: 155px;
	height: 155px;
	margin: 70px auto 35px;
	border: 2px solid #0068B6;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testingBox07 .test07_show ul li p {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.testingBox07 .test07_show ul li span {
	font-size: 16px;
	color: #666666;
	display: block;
	max-width: 185px;
	margin: 10px auto 0;
	line-height: 33px;
}

.crumb_box {
	background: #F7F7F7;
}

.crumb_box ul {
	display: flex;
}

.crumb_box ul li a {
	font-size: 16px;
	color: #666666;
	line-height: 76px;
}

.crumb_box ul li span {
	font-size: 20px;
	line-height: 76px;
	margin: 0 10px;
}

.crumb_box ul li p {
	font-size: 16px;
	color: #0068B6;
	line-height: 76px;
}

.fw_show {
	margin-top: 105px;
}

.fw_show .title_box {
	display: flex;
	justify-content: space-between;
}

.fw_show .title_box .show_img {
	width: 50%;
	height: 430px;
	overflow: hidden;
}

.fw_show .title_box .show_img img {
	width: 100%;
	height: 100%;
	transition:all 0.4s;
}
.fw_show .title_box .show_img:hover img{
	transform: scale(1.05);
}

.fw_show .title_box .show_txt {
	width: 44%;
}

.fw_show .title_box .show_txt>p {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #D8D8D8;
}

.fw_show .title_box .show_txt>a {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-align: center;
	width: 194px;
	line-height: 57px;
	border-radius: 10px;
	background: #005BAC;
	margin-bottom: 65px;
	cursor: pointer;
}

.fw_show .title_box .show_txt .show_phone p {
	font-weight: bold;
}

.fw_show .title_box .show_txt .show_phone {
	font-size: 18px;
	line-height: 36px;
}

.fw_show .show_box {
	margin-top: 80px;
	margin-bottom: 100px;
}

.fw_show .show_box>p {
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	line-height: 55px;
	padding-left: 43px;
	background: #F7F7F7;
	position: relative;
}

.fw_show .show_box>p::before {
	content: "";
	width: 12.09px;
	height: 15.75px;
	background: url("../images/showico.png");
	position: absolute;
	left: 23px;
	top: 50%;
	transform: translateY(-50%);
}

.fw_show .show_box ul {
	width: 97%;
	margin: 0 auto;
}

.fw_show .show_box ul li {
	margin-top: 40px;
}
.fw_show .show_box ul li h1{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.fw_show .show_box ul li span {
	font-size: 17px;
	font-weight: bold;
	line-height:40px;
}

.fw_show .show_box ul li>p {
	font-size: 16px;
	line-height: 34px;
	padding-left: 20px;
	text-indent: 2em;
}
.fw_show .show_box ul table{
	max-width: 100% !important;
}
@media screen and (max-width: 1400px) {
	.w1400 {
		width: 90%;
		margin: 0 auto;
	}

	.fw_show {
		margin-top: 40px;
	}

	.fw_show .title_box .show_txt>p {
		margin-bottom: 10%;
		padding-bottom: 10%;
	}

	.fw_show .title_box .show_txt>a {
		margin-bottom: 10%;
	}
}

@media screen and (max-width: 1220px) {
	.center .Block01 .topL .cont_L p {
		font-size: 18px;
		line-height: 40px;
		padding: 30px 0 0 30px;
	}

	.center .Block01 .topL .cont_L a {
		margin-left: 30px;
	}

	.indexBlock01 .Block01 .topW .item ul li .bg p {
		font-size: 16px;
	}

	.center .Block01 .topL .cont_L a {
		width: 130px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1000px) {
	.center .Block01 .topL .cont_L p {
		font-size: 16px;
		line-height: 30px;
		max-width: 180px;
	}

	.center .Block01 .topL .cont_L a {
		width: 100px;
		height: 30px;
	}

	.list_box .test_box>p {
		font-size: 20px;
	}

	.swiper_test .test_txt p {
		font-size: 17px;
		margin-top: 0;
	}

	.swiper_test .test_txt {
		padding: 10px 20px 30px 20px;
	}

	.swiper_test .test_txt span {
		line-height: normal;
		height: 38px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.list_box .test_box {
		margin-bottom: 30px;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg h4 .line {
		margin-top: 15px;
	}

	.testingBox07 .test07_show ul {
		justify-content: space-between;
	}

	.testingBox07 .test07_show ul li {
		width: 18%;
	}

	.testingBox07 .test07_show ul li .test_ico {
		width: 100px;
		height: 100px;
	}

	.testingBox07 .test07_show ul li .test_ico img {
		width: 50%;
	}

	.testingBox07 .test07_show ul li p {
		font-size: 16px;
	}

	.testingBox07 .test07_show ul li span {
		font-size: 14px;
	}

	.testingBox07 {
		margin-top: 30px;
	}

	.fw_show .title_box .show_txt>p {
		font-size: 24px;
	}

	.fw_show .title_box .show_txt>a {
		font-size: 16px;
		width: 153px;
		line-height: 35px;
	}

	.fw_show .show_box {
		margin-top: 30px;
	}

	.crumb_box ul li p,
	.crumb_box ul li a,
	.crumb_box ul li span {
		line-height: 40px;
	}

	.rightW .three_box ul li p {
		font-weight: normal;
		font-size: 18px;
		display: inline-block;
		position: relative;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}

	.rightW .three_box ul {
		/* display: block; */
		/* width: 200px; */
		flex-direction: column;
		align-items: center;
		/* margin-top: 0; */
	}
	.rightW .three_box ul li{
		width: 100%;
		position: relative;
		margin-bottom: 10px;
	}
	#nav>li>.two_nav{
		width: 100%;
	}
	#nav>li>.two_nav .two_fl{
		/* width: 100%; */
		/* padding-left: 30px; */
		text-align: center;
	}
	#nav>li>.two_nav .two_fl a{
		text-align: center;
	}
	.rightW .three_box .three_list a{
		font-size: 14px;
		font-weight: bold;
	}
	#nav>li ul>li p:hover::before{
		left: 20%;
		right: 20%;
	}
	#nav>li ul>li.on p::before{
		left: 20%;
		right: 20%;
	}
	#nav>li ul>li p::before {
	    content: "";
	    height: 2px;
	    background: #005bac;
	    position: absolute;
	    left: 50%;
	    right: 50%;
	    bottom: 0;
		transition: 0.4s;
	}
}

@media screen and (max-width: 900px) {
	.indexBlock01 .Block01 .topW .item ul {
		flex-wrap: nowrap;
	}

	.indexBlock01 .Block01 .topW .item ul li {
		margin-bottom: 0;
	}

	.center .Block01 .topL {
		/* width: 40%; */
		display: none;
	}

	.indexBlock01 .topW {
		width: 100%;
	}

	.indexBlock01 .Block01 .topW .item ul li .bg p {
		font-size: 14px;
	}

	.indexBlock01 .Block01 .topW .item ul li:nth-child(3n) {
		margin-right: 20px;
	}

	.indexBlock01 .Block01 .topW .item ul li a>img {
		height: auto;
		max-height: none;
	}

	.indexBlock01 .Block01 .topW .item ul li:nth-child(3n) {
		margin-right: 2.4%;
	}
}

@media screen and (max-width: 850px) {
	.swiper_test .test_txt {
		padding: 10px;
	}

	.testingBox07 .test07_show ul {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.testingBox07 .test07_show ul li {
		width: 30%;
	}

	.testingBox07 .test07_show ul li .test_ico {
		margin: 30px auto 10px;
	}
}

@media screen and (max-width: 768px) {

	/* .content .testingBox05 .testingbox01 .testfr .item{
		width: 45%;
	} */
	.content .testingBox05 .testingbox01 .testfr .item .bg .des {
		font-size: 14px;
	}

	.content .testingBox05 .testingbox01 .testfr .item .bg h4 {
		font-size: 20px;
	}
}

@media screen and (max-width: 655px) {

	.center .Block01 .topL .cont_L p {
		padding: 10px 0 0 10px;
		font-size: 14px;
	}

	.center .Block01 .topL .cont_L a {
		margin-left: 10px;
		font-size: 14px;
	}

	.center .Block01 .topL .cont_L a {
		margin-top: 20px;
	}

	.fw_show .title_box {
		flex-wrap: wrap;
	}

	.fw_show .title_box .show_img {
		width: 100%;
		height:300px;
		margin: 0 auto;
	}

	.fw_show .title_box .show_txt {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.fw_show .title_box .show_txt>p {
		margin: 5% 0;
		padding-bottom: 5%;
	}

	.fw_show .title_box .show_txt>a {
		margin: 5% auto;
	}

	.fw_show .title_box .show_txt .show_phone p {
		display: inline-block;
	}
}

@media screen and (max-width: 425px) {

	.crumb_box ul li p,
	.crumb_box ul li a,
	.crumb_box ul li span {
		font-size: 14px;
	}

	.crumb_box ul li span {
		margin: 0;
	}

	.fw_show .title_box .show_txt>p {
		font-size: 18px;
	}

	.fw_show .title_box .show_txt .show_phone p {
		display: block;
	}

	.fw_show .title_box .show_txt>a {
		font-size: 14px;
		width: 120px
	}
}
