﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	outline: 0;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::before,
::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

body,
html {
	height: 100%;
	width: 100%;
	color: #363d4c;
	background-color: #fff;
	min-width: 320px;
	font-family: "futura-condensed-medium", "PingFangSC-Regular", "Helvetica Neue", "Hiragino Sans GB", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 14px;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

a,
a:hover {
	text-decoration: none;
}

a {
	cursor: pointer;
	color: #020202;
}

a:hover {
	color: #df0716;
}

hr,
img {
	border: 0;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

hr {
	height: 0;
	border-top: 1px solid #ddd;
}

ol,
ul {
	list-style: none;
}

button,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input[type=checkbox],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: normal;
}

button {
	background: none;
	border: none;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
	border: 0;
}

em,
i {
	font-style: initial !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.clearfix {
	clear: both !important;
}

.clearfix:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.none {
	display: none !important;
	visibility: hidden;
}

.block {
	display: block !important;
	visibility: visible;
	zoom: normal;
}


/*字体*/

@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	src: url("../fonts/AlimamaShuHeiTi-Bold.ttf");
}

@font-face {
	font-family: "SourceHanSerifCN-Bold";
	src: url("../fonts/SourceHanSerifCN-Bold.otf");
}

@font-face {
	font-family: "思源宋体CN-Bold";
	src: url("../fonts/思源宋体CN-Bold.otf");
}

.auto_1760 {
	max-width: 1792px;
	margin: auto;
}

@media (max-width: 1760px) {
	.auto_1760 {
		padding: 0 2%;
	}
}

.auto_1356 {
	max-width: 1356px;
	margin: auto;
}

@media (max-width: 1366px) {
	.auto_1760 {
		padding: 0 15px;
	}
}

/*通用*/
.main {
	width: 100%;
	height: 100%;
}

.Hbox {
	overflow: hidden;
}

.setwidth {
	max-width: 1600px;
	margin: 0 auto;
}

.dot {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*2行文本省略号*/
.dot2 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*3行文本省略号*/
.dot3 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


/*头部*/
.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all 0.5s;
	font-size: 18px;
	line-height: 110px;
}

.header .auto_1760 {
	position: relative;
	font-size: 0;
}

.header .logo {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}

.header .logo img {
	display: inline-block;
}

.header .logo .img2 {
	display: none;
}

.header .top,
.header .topNav {
	position: absolute;
	right: 0;
	line-height: normal;
}

.header .top {
	top: 13px;
	line-height: 23px;
	font-size: 15px;
}

.header .top dt,
.header .top dd {
	display: inline-block;
	position: relative;
	color: #fff;
}

.header .top dd {
	width: 160px;
}

.header .top dt {
	margin-right: 35px;
}

.header .top .lang {
	width: 174px;
	text-align: center;
}

.header .top dd::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 13px;
	background: #fff;
}

.header .top dd span {
	display: inline-block;
	padding-right: 22px;
	cursor: pointer;
}

.header .top dd span a {
	color: #fff;
}

.header .top span::after {
	content: '';
	width: 13px;
	height: 100%;
	background: url("../images/icon_line2.png") no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}

.header .top .lang span {
	position: relative;
	background: url("../images/lang_icon.png") no-repeat left center;
	padding-left: 33px;
}

.header .top .net {
	text-align: right;
}

.header .top .net span {
	position: relative;
	background: url("../images/company_icon.png") no-repeat left center;
	padding-left: 30px;
}

.header .top .sub {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background: #fff;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	z-index: 10;
}

.header .top .net .sub {
	left: auto;
	right: 0;
	width: 120%;
	text-align: left;
}

.header .top .sub a {
	display: block;
	line-height: 30px;
	font-size: 15px;
}

.header .top .sub a:hover {
	color: #0054a3;
}

.header .top .net .sub {
	padding-right: 22px;
}

.header .open-search {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../images/search_icon.png") no-repeat center;
	vertical-align: middle;
	position: relative;
}

.header .open-search-show {
	background: none !important;
}

.header .open-search-show::before,
.header .open-search-show::after {
	position: absolute;
	content: '';
	width: 60%;
	height: 2px;
	background: #666;
	top: 50%;
	left: 20%;
	transform: rotate(-45deg);
}

.header .open-search-show::after {
	transform: rotate(45deg);
}

.header .search_box {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 100;
	display: none;
}

.header .search_box .text {
	width: 254px;
	line-height: 46px;
	height: 46px;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 0 50px 0 10px;
}

.header .search_box .btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 46px;
	width: 46px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background: url("../images/search_icon.png") no-repeat center;
}

.header .search_box .btn::before {
	position: absolute;
	content: '';
	border: 8px solid transparent;
	border-bottom-color: #b4b4b4;
	top: -15px;
	right: 4px;
}

.header .topNav {
	bottom: -10px;
	right: 5.58035714%;
	text-align: right;
}

.header .topNav li {
	display: inline-block;
	margin-left: 70px;
	position: relative;
	padding-bottom: 38px;
}

.header .topNav a {
	display: block;
	color: #fff;
	font-size: 18px;
}

.header .submenu {
	display: none;
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	z-index: -100;
	top: 100%;
	width: 200% !important;
	/* height: 0; */
	overflow: hidden;
	left: 50%;
	border-radius: 5px;
	transform: translateX(-50%);
}

.header1 .submenu {
	-webkit-box-shadow: 0 8px 12px rgba(208, 208, 208, 0.74);
	box-shadow: 0 8px 12px rgba(208, 208, 208, 0.74);
}

.header .topNav li::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	opacity: 0;
}

.header .topNav li.active::after {
	content: '';
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;
	height: 6px;
	border-radius: 6px;
	background-color: #fff;
}

.header1 .topNav li.active::after {
	background-color: #0054a3;
}

.header .submenu dl {
	white-space: wrap;
	line-height: 58px;
	background: #fff;
	border-radius: 5px;
	/* height: 58px; */
	overflow: hidden;
}

.header .submenu dd {
	display: block;
	padding: 0 10px;
	position: relative;
}

.header .submenu dd a {
	font-size: 17px;
	color: #111e90;
	text-align: center;
}

.header .submenu dd::after {
	content: '';
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 0;
	width: 80%;
	height: 1px;
	background-color: #eeeeee;
	/* top: 50%;
	transform: translateY(-50%);
	color: #111e90;
	line-height: normal;
	font-size: 16px;
	font-weight: bold; */
}

.header .submenu dd:last-child:after {
	display: none;
}

.header .aon .submenu {
	display: block;
	opacity: 1;
	z-index: 1;
	height: auto;
	transition: all 0.5s;
}

.header .topNav .aon::before {
	opacity: 1;
}

/* .header .topNav li:nth-child(4) .submenu,
.header .topNav li:nth-child(5) .submenu {
	width: 600px !important;
} */

/* .header .topNav li:nth-child(4) .submenu dl,
.header .topNav li:nth-child(5) .submenu dl {
	height: auto;
	white-space: normal;
	text-align: left;
	padding-right: 10px;
} */

.header_hover {
	background: #fff;
}

.header1 {
	background: #fff;
	-webkit-box-shadow: 0 0 35px rgba(208, 208, 208, 0.74);
	box-shadow: 0 0 35px rgba(208, 208, 208, 0.74);
}

/* .header_hover .logo .img2{ display: inline-block;}
.header_hover .logo .img1{ display: none;} */
.header_hover .top dt,
.header_hover .top dd,
.header_hover .top dd span a {
	color: #666;
}

.header1 .top dt,
.header1 .top dd,
.header1 .top dd span a {
	color: #333;
}

.header_hover .open-search,
.header1 .open-search {
	background-image: url("../images/search_icon2.png");
}

.header_hover .top .lang span,
.header1 .top .lang span {
	background-image: url("../images/lang_icon2.png");
}

.header_hover .top .net span,
.header1 .top .net span {
	background-image: url("../images/company_icon2.png");
}

.header_hover .top span::after,
.header1 .top span::after {
	background-image: url("../images/icon_line1.png");
}

.header_hover .top dd::before,
.header1 .top dd::before {
	background: #cccccc;
}

.header_hover .topNav a,
.header1 .topNav a {
	color: #333333;
}

@media (min-width: 1025px) {
	.header .search_box {
		top: -10px;
		right: 30px;
	}

	.header .search_box .btn::before {
		top: 15px;
		right: -16px;
		border-left-color: #b4b4b4;
		border-bottom-color: transparent;
	}
}

@media (max-width: 1760px) {

	.header .top,
	.header .topNav {
		right: 2%;
	}

	.header .topNav li {
		margin-left: 50px;
	}
}

@media (max-width: 1366px) {
	.header .topNav li {
		margin-left: 40px;
	}

	.header .topNav a {
		font-size: 16px;
	}
}

@media (max-width: 1200px) {
	.header .topNav li {
		margin-left: 30px;
	}
}

@media (max-width: 1024px) {
	.header .auto_1760 {
		margin-bottom: 0;
		padding-bottom: 1.17%;
	}

	.header .logo {
		width: 30%;
	}

	.header .top {
		right: 90px;
		top: 50%;
		transform: translateY(-50%);
	}

	#open_menu {
		width: 35px;
		height: 36px;
		z-index: 101;
		transition: background 0.3s;
		border-radius: 10px 0 10px 0;
		vertical-align: middle;
		position: absolute;
		right: 2%;
		top: 50%;
		margin-top: -18px;
	}

	#open_menu i,
	#open_menu i::before,
	#open_menu i::after {
		background: #fff;
		border-radius: 3px;
		position: absolute;
		background: #fff;
		border-radius: 3px;
	}

	.header_hover #open_menu i,
	.header_hover #open_menu i:before,
	.header_hover #open_menu i:after {
		background: #666;
	}

	#open_menu i {
		left: 20%;
		width: 60%;
		height: 2px;
		margin-top: -1px;
		top: 50%;
	}

	#open_menu i::before,
	#open_menu i::after {
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		transition: transform 0.3s;
	}

	#open_menu i::before {
		top: 6px;
	}

	#open_menu i::after {
		top: -6px;
	}

	#open_menu.open_menu_on {
		position: fixed;
		top: 30px;
		right: 50%;
		z-index: 99;
		background: none;
	}

	#open_menu.open_menu_on i {
		height: 3px;
		margin-top: -1.5px;
		background: none !important;
		width: 80%;
		left: 10%;
	}

	#open_menu.open_menu_on i::before,
	#open_menu.open_menu_on i::after {
		top: 0 !important;
	}

	#open_menu.open_menu_on i::before {
		transform: rotate(45deg);
	}

	#open_menu.open_menu_on i::after {
		transform: rotate(-45deg);
	}

	.header_hover #open_menu.open_menu_on i,
	.header_hover #open_menu.open_menu_on i:before,
	.header_hover #open_menu.open_menu_on i:after {
		background: #fff;
	}

	.header .topNav {
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 99;
		overflow: auto;
		width: 250px;
		height: 100%;
		background: #111e90;
		opacity: 0;
		transition: .3s;
		width: 50%;
		margin: 0;
		float: none;
		padding-top: 5%;
		padding-left: 0;
		bottom: auto;
	}

	.header .topNav li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header .topNav li:nth-child(2n) {
		background: rgba(255, 255, 255, 0.2);
	}

	.header .topNav li>a {
		line-height: 50px;
		color: #fff;
		padding: 0 5%;
	}

	.header .header-menu-show {
		right: 0;
		opacity: 1;
	}

	.menu-layer {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 98;
		display: none;
		overflow: hidden;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .65) !important;
	}

	.header .submenu,
	.header .topNav li::before {
		display: none !important;
	}

	.header .topNav li.active::after {
		display: none;
	}
}

/*底部*/
.footer {
	padding: 2.44791667% 0 1.04166667%;
	background-color: #ffffff;
	border-top: 1px solid #e9e7e7;
}

.footer .top {
	margin-bottom: 47px;
}

.footer .fl {
	width: 61.25%;
}

@media (max-width: 1280px) {
	.footer .fl {
		padding: 0 20px;
		width: 100%;
		float: none !important;
	}
}

.footer .nav {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer .nav dl {
	/* flex: 1; */
	padding-right: 10px;
	margin-right: 6%;
	min-width: 80px;
}

@media (max-width: 1440px) {
	.footer .nav dl {
		margin-right: 4%;
	}
}

.footer .nav dt {
	margin-bottom: 20px;
	line-height: 40px;
	font-size: 20px;
	color: #333333;
}

.footer .nav dd {
	line-height: 30px;
}

.footer .nav dd a {
	font-size: 16px;
	color: #999999;
}

.footer .nav dd a:hover {
	color: #0054a3;
}

.footer .fr {
	width: 35.5%;
}

@media (max-width: 1440px) {
	.footer .fr {
		width: 38.5%;
	}
}

@media (max-width: 1280px) {
	.footer .fr {
		margin: 0 auto;
		width: 50%;
		float: none !important;
	}
}

.footer .fr .list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-align: center;
}

@media (max-width: 1280px) {
	.footer .fr .list {
		flex-wrap: wrap;
	}
}

.footer .list .logo {
	margin-top: 11px;
}

@media (max-width: 1280px) {
	.footer .list .logo {
		margin-top: 40px;
		width: 100%;
	}
}

.footer .list .Hcode {
	margin-top: 32px;
}

.footer .list .Hcode p {
	max-width: 104px;
	line-height: 30px;
	font-size: 16px;
	color: #999999;
}

.footer .fr h2 {
	margin-top: 27px;
	line-height: 40px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 24px;
	color: #333333;
}

.footer .fr p {
	line-height: 26px;
	font-size: 16px;
	color: #333333;
}

.footer .Copyright {
	position: relative;
	padding-top: 10px;
	line-height: 47px;
	border-top: 1px solid #eae9e9;
	font-size: 16px;
	color: #999999;
}

.footer .Copyright a {
	color: #999999;
}

.footer .Copyright a:hover {
	color: #0054a3;
}

.footer .Copyright #backtop {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 41px;
	height: 41px;
	background: url(../images/icon_top.png) center center no-repeat;
	background-size: 100%;
}


/*首页轮播图*/
.Hcarousel {
	position: relative;
	overflow: hidden;
}

/* .Hcarousel ul {
	overflow: hidden;
} */

.Hcarousel .coverbg {
	width: 100%;
	padding-top: 52.0833333%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.Hcarousel .swiper-button {
	width: 18px;
	height: 34px;
	position: absolute;
	top: 43.5%;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 0;
	cursor: pointer;
}

.Hcarousel .Sprev {
	left: 5.78125%;
	background-image: url("../images/prev.png");
}

.Hcarousel .Snext {
	right: 5.78125%;
	background-image: url("../images/next.png");
}

.Hcarousel .swiper-button-disabled {
	opacity: 0.8;
}

/*首页关于我们*/
.Habout {
	padding: 5.26041666667% 0 3.85416666667%;
}

.Habout .txt {
	max-width: 40.625%;
}

@media (max-width: 1366px) {
	.Habout .txt {
		max-width: 45.625%;
	}
}

.Habout .con .title {
	line-height: 71px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 65px;
	color: #0054a3;
}

.Habout .con .subtitle {
	line-height: 30px;
	margin-top: 8px;
	margin-bottom: 6.09375%;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #000000;
}

.Habout .con .introtxt {
	line-height: 35px;
	font-size: 16px;
	text-align: justify;
	color: #333333;
}

.Habout .con .ul_num {
	margin-top: 8.75%;
	font-size: 18px;
	color: #333333;
}

.Habout .con .ul_num li {
	float: left;
}

.Habout .con .ul_num li:first-child {
	padding-right: 10.25%;
}

.Habout .con .ul_num li:nth-child(2) {
	padding-right: 11.40625%;
}

.Habout .ul_num .span1 {
	line-height: 33px;
}

.Habout .ul_num .num {
	line-height: 71px;
	font-family: "SourceHanSerifCN-Bold";
	font-size: 68px;
	color: #009b4c;
}

@media (max-width: 1440px) {
	.Habout .ul_num .num {
		font-size: 50px;
	}
}

.Habout .con .Hmore {
	display: block;
	margin-top: 9.1%;
	width: 150px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: 40px;
	text-align: center;
	transition: all 0.3s;
}

.Habout .con .Hmore span {
	display: inline-block;
	line-height: 38px;
	padding-right: 17px;
	font-size: 18px;
	position: relative;
	transition: all 0.3s;
}

.Habout .con .Hmore span::after {
	content: '';
	width: 9px;
	height: 13px;
	position: absolute;
	top: 13px;
	right: 0;
	background: url("../images/more_blue.png") no-repeat;
	transition: all 0.3s;
}

.Habout .con .Hmore:hover {
	background-color: #0054a3;
	border-color: #0054a3;
}

.Habout .con .Hmore:hover span {
	color: #ffffff;
}

.Habout .con .Hmore:hover span::after {
	background: url("../images/more_white.png") no-repeat;
}

.Habout .video {
	width: 55.375%;
}

@media (max-width: 1440px) {
	.Habout .video {
		width: 50.375%;
	}
}

.Habout .Vbox {
	position: relative;
	width: 100%;
}

.Habout .Vbox {
	position: relative;
	width: 100%;
	max-height: 531px;
	overflow: hidden;
	border-radius: 20px;
}

.Habout .Vbox figure:last-child {
	display: none;
}

.Habout .Vbox img {
	width: 100%;
}

.Habout .video .play {
	position: absolute;
	left: 51.5%;
	top: 45%;
	width: 70px;
	height: 70px;
	background: url("../images/play_icon.png") no-repeat center;
	margin: -35px 0 0 -35px;
	cursor: pointer;
}

.Habout .video_select {
	margin-top: 16px;
	text-align: center;
}

.Habout .video_select a {
	display: inline-block;
	margin: 0 5px;
	line-height: 28px;
	padding: 5px 21px;
	border: 1px solid #bbbbbb;
	border-radius: 50px;
	font-size: 18px;
	color: #333333;
	transition: all 0.3s;
}

.Habout .video_select a.active {
	background: linear-gradient(to right, #20cfed, #0fcc6c);
	border-image: linear-gradient(to right, #20cfed, #0fcc6c);
	color: #ffffff;
}


/* 视频弹窗 */
.video-play-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	width: 100%;
	height: 100%;
}

.video-play-wrap .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	height: 90%;
}

.video-play-wrap video {
	position: absolute;
	width: 100%;
	height: 100%;
}

.video-play-wrap .close-btn {
	background: rgba(30, 30, 30, .6);
	cursor: pointer;
	height: 44px;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	width: 44px;
	position: absolute;
	right: 0;
	top: 0;
	color: #ccc;
}

.video-play-wrap .close-btn svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

/*任达实力*/
.Hbox2 {
	background: #f7f7f7;
	padding-top: 1.40625%;
	overflow: hidden;
}

.Hbox2 .fl {
	/* width: 45%; */
}

.Hbox2 .Htit {
	padding-top: 98px;
	padding-bottom: 33px;
	line-height: 60px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 50px;
	color: #0054a3;
}

.Hbox2 .fr {
	width: 86.25%;
	padding-left: 10.2345415778%;
	text-align: center;
	position: relative;
}

.Hbox2 .fr li {
	cursor: pointer;
}

.Hbox2 .fr figure {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
}

.Hbox2 .fr img {
	display: inline-block;
	max-height: 100%;
	vertical-align: bottom;
}

.Hbox2 .fr .img2 {
	display: none;
}

.Hbox2 .fr p {
	margin: 0 0 22px 0;
	padding: 11px 0 5px;
	line-height: 1;
	font-size: 22px;
	color: #5a7e96;
}

.Hbox2 .fr i {
	display: block;
	width: 27px;
	height: 27px;
	margin: 0 auto;
	background: url("../images/icon_line3.png") no-repeat center;
}

.Hbox2 .fr:after {
	content: '';
	position: absolute;
	left: 0;
	width: 85.5721393%;
	height: 1px;
	bottom: 13px;
	background: #eaebed;
}

.Hbox2 .fr .swiper-slide-thumb-active figure .img1 {
	display: none;
}

.Hbox2 .fr .swiper-slide-thumb-active figure .img2 {
	display: inline-block;
}

.Hbox2 .fr .swiper-slide-thumb-active p {
	color: #0054a3;
}

.Hbox2 .fr .swiper-slide-thumb-active i {
	background-image: url("../images/icon_line4.png");
}

.Hbox2 .mainSlider li {
	position: relative;
}

.Hbox2 .mainSlider img {
	width: 100%;
	display: block;
}

.Hbox2 .mainSlider .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	color: #fff;
	padding: 1.14583333% 0 1.66666667%;
	background: rgba(0, 0, 0, 0.58);
}

.Hbox2 .mainSlider .auto_1600 {
	padding-left: 61px;
	padding-right: 248px;
	position: relative;
}

.Hbox2 .mainSlider .Hmore2 {
	width: 150px;
	height: 40px;
	text-align: center;
	border-radius: 50px;
	transition: all 0.5s;
	border: 1px solid #bbbbbb;
	position: absolute;
	right: 97px;
	bottom: 9px;
}

.Hbox2 .mainSlider .Hmore2 span {
	display: inline-block;
	line-height: 38px;
	padding-right: 16px;
	position: relative;
	font-size: 18px;
	color: #ffffff;
}

.Hbox2 .mainSlider .Hmore2 span::after {
	content: '';
	width: 9px;
	height: 13px;
	position: absolute;
	top: 13px;
	right: 0;
	background: url("../images/more_white.png") no-repeat;
	transition: all 0.3s;
}

.Hbox2 .mainSlider .Hmore2:hover {
	background: #0054a3;
	color: #0054a3;
}

.Hbox2 .mainSlider h2 {
	margin: 0;
	line-height: 45px;
	font-size: 30px;
	font-weight: normal;
}

.Hbox2 .mainSlider p {
	line-height: 35px;
	font-size: 20px;
}

.Hbox2 .slick-arrow {
	border: 0;
	background-color: transparent;
	cursor: pointer;
	color: transparent;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 13px;
	height: 26px;
	background-size: contain;
}

/* .Hbox2 .slick-next {
	background-image: url("/cnImage/ban_next2.png");
	right: -2%;
}

.Hbox2 .slick-prev {
	background-image: url("/cnImage/ban_prev2.png");
	left: -2%;
}

.Hbox2 .slick-next:hover {
	background-image: url("/cnImage/ban_next.png");
}

.Hbox2 .slick-prev:hover {
	background-image: url("/cnImage/ban_prev.png");
} */

@media (max-width: 1600px) {
	.Hbox2 .mainSlider .auto_1600 {
		padding-left: 61px;
		padding-right: 280px;
	}
}

@media (max-width: 1440px) {
	.Hbox2 .Htit {
		font-size: 42px;
	}

	.Hbox2 .fr p {
		font-size: 18px;
	}

	.Hbox2 .mainSlider h2 {
		font-size: 26px;
	}

	.Hbox2 .mainSlider p {
		line-height: 30px;
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.Hbox2 .Htit {
		font-size: 32px;
	}
}

/*首页荣誉*/
.Hbox3 {
	padding: 2.55208333% 0 3.80208333%;
	background-color: #f7f7f7;
}

.Hbox3 .setwidth {
	position: relative;
}

.Hbox3 .Htit {
	line-height: 52px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 50px;
	color: #0054a3;
}

.Hbox3 .Htit span {
	margin-left: 28px;
	line-height: 38px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #999999;
}

.Hbox3 .Hmore {
	position: absolute;
	top: 9px;
	right: 0;
	display: block;
	width: 150px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: 40px;
	text-align: center;
	transition: all 0.3s;
}

.Hbox3 .Hmore span {
	display: inline-block;
	line-height: 38px;
	padding-right: 17px;
	font-size: 18px;
	position: relative;
	transition: all 0.3s;
}

.Hbox3 .Hmore span::after {
	content: '';
	width: 9px;
	height: 13px;
	position: absolute;
	top: 13px;
	right: 0;
	background: url("../images/more_blue.png") no-repeat;
	transition: all 0.3s;
}

.Hbox3 .Hmore:hover {
	background-color: #0054a3;
	border-color: #0054a3;
}

.Hbox3 .Hmore:hover span {
	color: #ffffff;
}

.Hbox3 .Hmore:hover span::after {
	background: url("../images/more_white.png") no-repeat;
}

.Hbox3 .Hhonor {
	position: relative;
	margin-top: 4.5%;
}

.Hbox3 .Hhonor .list {
	padding: 0 3.125%;
	overflow: hidden;
	text-align: center;
}

.Hbox3 .Hhonor .swiper-slide {
	transform: scale(0.8);
	opacity: 0.8;
}

.Hbox3 .Hhonor .swiper-slide-active {
	transform: scale(1);
	opacity: 1;
}

.Hbox3 .Hhonor .swiper-slide p {
	display: none;
	position: relative;
	margin-top: 34px;
	line-height: 53px;
	font-size: 24px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.Hbox3 .Hhonor .swiper-slide p::after {
	content: '';
	width: 55px;
	height: 1px;
	background-color: #0054a3;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.Hbox3 .Hhonor .swiper-slide-active p {
	display: block;
}

.Hbox3 .swiper-button {
	position: absolute;
	top: 33.60655737%;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.Hbox3 .Sprev {
	left: -42px;
	background-image: url(../images/Sprev.png);
}

.Hbox3 .Snext {
	right: -42px;
	background-image: url(../images/Snext.png);
}


@media (max-width: 1680px) {
	.Hbox3 .Sprev {
		left: 0;
	}

	.Hbox3 .Snext {
		right: 0;
	}
}


/*首页产品*/
.Hbox4 {
	padding: 2.65625% 0 3.64583333%;
}

.Hbox4 .setwidth {
	position: relative;
}

.Hbox4 .Htit {
	margin-bottom: 3.5625%;
	line-height: 52px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 50px;
	color: #0054a3;
}

.Hbox4 .Htit span {
	margin-left: 28px;
	line-height: 38px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #999999;
}

.Hbox4 .Hmore {
	position: absolute;
	top: 9px;
	right: 0;
	display: block;
	width: 150px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: 40px;
	text-align: center;
	transition: all 0.3s;
}

.Hbox4 .Hmore span {
	display: inline-block;
	line-height: 38px;
	padding-right: 17px;
	font-size: 18px;
	position: relative;
	transition: all 0.3s;
}

.Hbox4 .Hmore span::after {
	content: '';
	width: 9px;
	height: 13px;
	position: absolute;
	top: 13px;
	right: 0;
	background: url("../images/more_blue.png") no-repeat;
	transition: all 0.3s;
}

.Hbox4 .Hmore:hover {
	background-color: #0054a3;
	border-color: #0054a3;
}

.Hbox4 .Hmore:hover span {
	color: #ffffff;
}

.Hbox4 .Hmore:hover span::after {
	background: url("../images/more_white.png") no-repeat;
}

.Hbox4 .Hpro .list {
	padding: 0 1.25%;
	overflow: hidden;
}

.Hbox4 .list li {
	border: 1px solid #ebebeb;
	cursor: pointer;
	transition: all 0.3s;
}

.Hbox4 .list li:hover {
	-webkit-box-shadow: 0 0 35px rgba(208, 208, 208, 0.74);
	box-shadow: 0 0 35px rgba(208, 208, 208, 0.74);
}

.Hbox4 .list .Himg {
	position: relative;
	width: 100%;
	padding-bottom: 101.1627907%;
	overflow: hidden;
}

.Hbox4 .list .Himg img {
	display: block;
	padding-top: 5.15759312320917%;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 0;
	left: 5%;
	object-fit: contain;
}

.Hbox4 .list .Htxt {
	padding: 13px 8.62068966% 0;
	margin-bottom: 4.59770115%;
}

.Hbox4 .list .Htxt p {
	line-height: 25px;
	font-size: 20px;
	color: #0054a3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Hbox4 .list .Htxt span {
    display: block;
	line-height: 24px;
	font-size: 16px;
	color: #999999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Hbox4 .list .Spagination {
	margin-top: 4.6875%;
	line-height: 11px;
	text-align: center;
	cursor: pointer;
}

.Hbox4 .list .Spagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 7px;
	width: 19px;
	height: 11px;
	background-color: #7fa9d1;
	border-radius: 11px;
	opacity: 1;
	transition: all 0.5s;
}

.Hbox4 .list .Spagination .swiper-pagination-bullet-active {
	width: 35px;
	background-color: #0054a3;
}

/*首页合作伙伴*/
.Hbox5 {
	padding: 1.45833333% 0 2.60416667%;
}

.Hbox5 .setwidth {
	position: relative;
}

.Hbox5 .Htit {
	margin-bottom: 3.5625%;
	line-height: 52px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 50px;
	color: #0054a3;
}

.Hbox5 .Htit span {
	margin-left: 28px;
	line-height: 38px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #999999;
}

.Hbox5 .Hmore {
	position: absolute;
	top: 9px;
	right: 0;
	display: block;
	width: 150px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: 40px;
	text-align: center;
	transition: all 0.3s;
}

.Hbox5 .Hmore span {
	display: inline-block;
	line-height: 38px;
	padding-right: 17px;
	font-size: 18px;
	position: relative;
	transition: all 0.3s;
}

.Hbox5 .Hmore span::after {
	content: '';
	width: 9px;
	height: 13px;
	position: absolute;
	top: 13px;
	right: 0;
	background: url("../images/more_blue.png") no-repeat;
	transition: all 0.3s;
}

.Hbox5 .Hmore:hover {
	background-color: #0054a3;
	border-color: #0054a3;
}

.Hbox5 .Hmore:hover span {
	color: #ffffff;
}

.Hbox5 .Hmore:hover span::after {
	background: url("../images/more_white.png") no-repeat;
}

.Hbox5 .list {
	padding-bottom: 4.0625%;
	width: 100%;
	height: 308px;
	overflow: hidden;
}

.Hbox5 .swiper-grid-column .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

@media (max-width: 1440px) {
	.Hbox5 .list {
		height: 264px;
	}
}

.Hbox5 .swiper-wrapper li {
	width: 100%;
	height: calc((100% - 44px) / 2) !important;
}

.Hbox5 .swiper-wrapper li .Himg {
	position: relative;
	padding-bottom: 41.66666667%;
	border: 1px solid #eaeaea;
	overflow: hidden;
}

.Hbox5 .swiper-wrapper li .Himg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 1440px) {
	.Hbox5 .swiper-wrapper li .Himg img {
		max-width: 90%;
	}
}

.Hbox5 .list .Spagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 11px;
	text-align: center;
	cursor: pointer;
}

.Hbox5 .list .Spagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 7px;
	width: 19px;
	height: 11px;
	background-color: #7fa9d1;
	border-radius: 11px;
	opacity: 1;
	transition: all 0.5s;
}

.Hbox5 .list .Spagination .swiper-pagination-bullet-active {
	width: 35px;
	background-color: #0054a3;
}

/*资讯中心*/
.Hbox6 {
	padding: 3% 0 3.6875%;
	background: url(../images/Hnews_bg.jpg) center center no-repeat;
	background-size: cover;
}

.Hbox6 .setwidth {
	position: relative;
}

.Hbox6 .Htit {
	margin-bottom: 3.5625%;
	line-height: 52px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 50px;
	color: #0054a3;
}

.Hbox6 .Htit span {
	margin-left: 28px;
	line-height: 38px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #999999;
}

.Hbox6 .Hmore {
	position: absolute;
	top: 9px;
	right: 0;
	display: block;
	width: 150px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: 40px;
	text-align: center;
	transition: all 0.3s;
}

.Hbox6 .Hmore span {
	display: inline-block;
	line-height: 38px;
	padding-right: 17px;
	font-size: 18px;
	position: relative;
	transition: all 0.3s;
}

.Hbox6 .Hmore span::after {
	content: '';
	width: 9px;
	height: 13px;
	position: absolute;
	top: 13px;
	right: 0;
	background: url("../images/more_blue.png") no-repeat;
	transition: all 0.3s;
}

.Hbox6 .Hmore:hover {
	background-color: #0054a3;
	border-color: #0054a3;
}

.Hbox6 .Hmore:hover span {
	color: #ffffff;
}

.Hbox6 .Hmore:hover span::after {
	background: url("../images/more_white.png") no-repeat;
}

.Hbox6 .list {
	margin-top: 2.25%;
	overflow: hidden;
}

.Hbox6 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 7.01030928% 6.18556701% 9.48453608%;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	transition: all 0.5s;
}

.Hbox6 .list li:hover a {
	background-color: #0054a3;
}

.Hbox6 .swiper-slide .Himg {
	position: relative;
	width: 100%;
	padding-bottom: 63.57466063%;
	overflow: hidden;
}

.Hbox6 .swiper-slide .Himg img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.5s;
}

.Hbox6 .list li:hover .Himg img {
	transform: scale(1.1);
}

.Hbox6 .swiper-slide .Htxt {
	/* display: flex;
	flex-direction: row;
	justify-content: flex-start; */
	margin-top: 6.78733032%;
}

.Hbox6 .swiper-slide .Htxt .time {
	flex: 1;
	line-height: 26px;
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
	transition: all 0.5s;
}

.Hbox6 .swiper-slide .Htxt .time .date {
	display: inline-block;
	line-height: 60px;
	font-size: 67px;
	color: #333333;
	transition: all 0.5s;
}

.Hbox6 .swiper-slide .Htxt .tit {
	flex: 3.5;
	line-height: 28px;
	font-size: 20px;
	color: #333333;
	transition: all 0.5s;
}

.Hbox6 .list li:hover .Htxt .time,
.Hbox6 .list li:hover .Htxt .time .date,
.Hbox6 .list li:hover .Htxt .tit {
	color: #ffffff;
}

.Hbox6 .list .Spagination {
	margin-top: 3%;
	width: 100%;
	line-height: 11px;
	text-align: center;
	cursor: pointer;
}

.Hbox6 .list .Spagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 7px;
	width: 19px;
	height: 11px;
	background-color: #7fa9d1;
	border-radius: 11px;
	opacity: 1;
	transition: all 0.5s;
}

.Hbox6 .list .Spagination .swiper-pagination-bullet-active {
	width: 35px;
	background-color: #0054a3;
}

/**/
.Hbox7>div {
	position: relative;
	width: 50%;
	padding-bottom: 26.04166667%;
	overflow: hidden;
}

.Hbox7>div a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.Hbox7 .Himg {
	position: relative;
	width: 100%;
	padding-bottom: 52.08333333%;
	overflow: hidden;
}

.Hbox7 .Himg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Hbox7 .Himg::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}

.Hbox7 a:hover .Himg::after {
	opacity: 1;
}

.Hbox7 .Htxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.Hbox7 .Htxt figure {
	width: 79px;
	height: 79px;
	line-height: 79px;
	margin: 0 auto;
}

.Hbox7 .Htxt figure img {
	display: inline-block;
	max-height: 100%;
	vertical-align: middle;
}

.Hbox7 .Htxt figure .img2 {
	display: none;
}

.Hbox7 .Htxt p {
	position: relative;
	margin-top: 18px;
	margin-bottom: 5px;
	line-height: 70px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 50px;
	color: #0054a3;
}

.Hbox7 a:hover .Htxt p {
	color: #ffffff;
}

.Hbox7 .Htxt p::after {
	content: '';
	width: 55px;
	height: 1px;
	background-color: #0054a3;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: 0s;
}

.Hbox7 a:hover .Htxt p::after {
	background-color: #ffffff;
}

.Hbox7 .Htxt span {
	line-height: 34px;
	font-size: 20px;
	color: #0054a3;
}

.Hbox7 a:hover .Htxt span {
	color: #ffffff;
}

/*banner*/
.Sbanner {
	overflow: hidden;
}

.Sbanner .coverbg {
	width: 100%;
	padding-bottom: 41.66666667%;
	background-repeat: no-repeat;
	background-size: cover;
}

/*导航*/
.menu .setwidth {
	border-bottom: 1px solid #dedede;
}

.menu .menu_nav {
	float: left;
}

.menu .menu_nav a {
	display: inline-block;
	position: relative;
	padding: 16px 0;
	margin: 0 41px;
	line-height: 32px;
	font-size: 18px;
	color: #333333;
	transition: all 0.5s;
}

@media (max-width: 1366px) {
	.menu .menu_nav a {
		margin: 0 21px;
	}
}

.menu .menu_nav a:hover,
.menu .menu_nav a.on {
	color: #0054a3;
}

.menu .menu_nav a:hover::after,
.menu .menu_nav a.on::after {
	display: block;
	content: '';
	width: 33px;
	height: 6px;
	background-color: #0054a3;
	border-radius: 6px;
	position: absolute;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%);
	transition: all 0.5s;
}

.menu .location {
	float: right;
	position: relative;
	line-height: 32px;
	padding: 16px 0 16px 32px;
	font-size: 16px;
	color: #999999;
}

.menu .location::before {
	display: block;
	content: '';
	width: 21px;
	height: 21px;
	background: url(../images/location.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.menu .location a {
	display: inline-block;
	font-size: 16px;
	color: #999999;
}

.menu .location a:hover {
	color: #0054a3;
}

/*分页*/
.pages {
	margin: 60px auto 55px;
	font-size: 0;
	text-align: center;
}

.pages a {
	display: inline-block;
	line-height: 36px;
	padding: 0 14px;
	margin: 0 11px !important;
	background: #f5f5f5;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	font-size: 14px;
	color: #7e7e7e;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.pages span {
	display: inline-block;
	line-height: 36px;
	padding: 0 14px;
	margin: 0 11px !important;
	background: #0054a3;
	border: 1px solid #0054a3;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.pages a:hover {
	background: #0054a3;
	border-color: #0054a3;
	color: #fff;
}

/*集团介绍*/
.introduction {
	text-align: center;
}

.introduction .title {
	margin: 2.75% 0 40px;
	line-height: 76px;
	font-size: 66px;
	color: #333;
}

.introduction .title span {
	display: inline-block;
	margin-left: 25px;
	padding: 0 21px 0 34px;
	background: linear-gradient(to right, #20cfed, #0fcc6c);
	border-radius: 76px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 69px;
	color: #fff;
}

.introduction .title span i {
	display: inline-block;
	line-height: 49px;
	font-family: "微软雅黑";
	font-size: 30px;
	color: #fff;
	vertical-align: bottom;
}

.introduction .lists {
	max-width: 1200px;
	margin: 6.25% auto;
}

.introduction .lists .lis {
	float: left;
	padding: 0 20px;
	width: 33.33333333%;
}

.introduction .lists .lis i {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 77px;
	height: 77px;
}

.introduction .lists .lis h4 {
	position: relative;
	padding-bottom: 12px;
	line-height: 78px;
	font-size: 30px;
	color: #333;
}

.introduction .lists .lis h4::after {
	content: '';
	width: 44px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.introduction .lists .lis p {
	margin-top: 36px;
	line-height: 33px;
	font-size: 24px;
	color: #333;
}

/* .introduction .setwidth img {
	margin: 77px auto 63px;
} */

.introduction .txt {
	text-align: left;
}

.introduction .txt p {
	line-height: 36px;
	font-size: 20px;
	color: #333333;
}

.introduction .info {
	width: 70%;
	margin: 50px auto 70px;
}

.introduction .info li {
	float: left;
	width: 25%;
	text-align: left;
}

.introduction .info .tit1,
.introduction .info .des {
	line-height: 25px;
	font-size: 18px;
	color: #333333;
}

.introduction .info .count {
	display: inline-block;
	margin-right: 5px;
	line-height: 76px;
	font-family: "思源宋体CN-Bold";
	font-size: 68px;
	color: #009b4c;
}

.introduction .pic-group {
	width: 100%;
	padding-top: 41.35%;
	position: relative;
	overflow: hidden;
}

.introduction .pic-group .list img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.introduction .pic-group .col,
.introduction .col .imgwr,
.introduction .col .img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 16.66%;
	height: 100%;
	overflow: hidden;
}

.introduction .pic-group .col::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 1px;
	height: 100%;
	background-color: #fff;
}

.introduction .pic-group .col-c1,
.introduction .pic-group .col:first-child {
	display: block;
	left: 0;
}

.introduction .pic-group .col-c1::before,
.introduction .pic-group .col:first-child::before {
	display: none;
}

.introduction .col .imgwr {
	display: block;
	width: 100%;
	background-color: #000;
}

.introduction .col .imgwr .img {
	display: block;
	left: 50%;
	width: auto;
	max-width: initial;
	min-width: 100%;
	opacity: 0.4;
	filter: alpha(opacity=40);
	transform: translate3d(-50%, 0, 0);
}

.introduction .col .imgwr .box1 {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin: 0 auto;
	transform: translate3d(0, -50%, 0);
}

.introduction .col .imgwr .tit {
	width: 100%;
	line-height: 34px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.introduction .col .imgwr .entit {
	width: 100%;
	line-height: 23px;
	font-size: 14px;
	font-weight: 500;
	font-family: arial;
	text-align: center;
	color: #fff;
}

.introduction .col .conwr {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	z-index: 3;
	margin: 0 auto;
	width: 56.88%;
	max-width: 245px;
	text-align: center;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate3d(0, -50%, 0);
}

.introduction .col .conwr::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #0054a3;
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: all .5s;
}

.introduction .col .conwr .tit {
	line-height: 34px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}

.introduction .col .conwr .txt {
	line-height: 23px;
	font-size: 14px;
	font-family: arial;
	color: #fff;
	text-align: center;
}

.introduction .col .conwr .box {
	position: relative;
	z-index: 3;
	padding: 17.14% 0;
}

.introduction .col:hover .img,
.introduction .col-on .imgwr .img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.introduction .col:hover .smallimg,
.introduction .col-on .imgwr .smallimg {
	opacity: 0;
	filter: alpha(opacity=0);
}

.introduction .col:hover .imgwr .box1,
.introduction .col-on .imgwr .box1 {
	bottom: 10%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.introduction .col:hover .conwr,
.introduction .col-on .conwr {
	top: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.anime-r .yb,
.anime-r.yb {
	-webkit-animation: yb 1s forwards;
	-moz-animation: yb 1s forwards;
	-o-animation: yb 1s forwards;
	animation: yb 1s forwards;
}

.anime-r .yb:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.anime-r .yb:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.anime-r .yb:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.anime-r .yb:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.anime-r .yb:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.anime-r .yb:nth-child(6) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.anime-r .yb:nth-child(7) {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.anime-r .yb:nth-child(8) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.anime-r .yb:nth-child(9) {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.anime-r .yb:nth-child(10) {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	-o-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

.anime-r .yb:nth-child(11) {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.anime-r .yb:nth-child(12) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.anime-r .yb:nth-child(13) {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.anime-r .yb:nth-child(14) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.trs03s {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


/*发展历程*/
.development {
	margin-bottom: 44px;
}

.development .setwidth {
	text-align: center;
}

.development .setwidth>img {
	margin: 77px auto 0;
}

.development .txt {
	text-align: center;
}

.development .txt p {
	margin: 35px auto 40px;
	line-height: 73px;
	font-family: '楷体';
	font-size: 60px;
	color: #0054a3;
}

.development .list {
	position: relative;
	/* margin: 40px auto 0;
	max-width: 840px; */
	padding-bottom: 2%;
}

.development .list::after {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #ababab;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.development .list li {
	margin-bottom: 45px;
	text-align: left;
}

.ytable {
	display: table;
	width: 100%;
}

.ytable-cell {
	display: table-cell;
	vertical-align: middle;
}

.inner .ytable-cell {
	vertical-align: top;
}

.ytable-fixed {
	table-layout: fixed;
}

.development .list .outer>.ytable-cell {
	width: 50%;
}

.development .list .info {
	position: relative;
}

.development .list .items:nth-child(2n-1) .info {
	padding-right: 48px;
}

.development .list .items:nth-child(2n) .info {
	padding-left: 48px;
}

.development .inner {
	padding: 27px 38px;
	background-color: #edf0f7;
	border-radius: 20px;
	overflow: hidden;
}

.development .pic {
	width: 350px;
	position: relative;
	overflow: hidden;
}

.development .pic img {
	width: 100%;
	transition: all 0.5s;
}

.development .pic:hover img {
	transform: scale(1.1);
}

.development .items:nth-child(2n-1) .inner .pre {
	padding-left: 36px;
}

.development .items:nth-child(2n) .inner .pre {
	padding-right: 30px;
}

.development .pre h3 {
	margin-top: 11px;
	line-height: 40px;
	font-size: 24px;
	color: #333;
}

.development .pre pre {
	line-height: 30px;
	font-size: 18px;
	color: #333;
	white-space: normal;;
}

.development .list .items:nth-child(2n-1) .year p {
	padding-left: 38px;
}

.development .list .items:nth-child(2n) .year p {
	padding-right: 38px;
	text-align: right;
}

.development .list .year p {
	line-height: 63px;
	font-family: '楷体';
	font-size: 46px;
	color: #0054a3;
	position: relative;
}

.development .list .items:nth-child(2n-1) .year p::before {
	content: '';
	width: 27px;
	height: 27px;
	background: url(../images/icon_line4.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: -13.5px;
	transform: translateY(-50%);
	z-index: 2;
}

.development .list .items:nth-child(2n) .year p::after {
	content: '';
	width: 27px;
	height: 27px;
	background: url(../images/icon_line4.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: -13.5px;
	transform: translateY(-50%);
	z-index: 2;
}

.development .more a {
	display: inline-block;
	padding-right: 20px;
	width: 180px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	background:url(../images/Timeline-more.png) no-repeat 75% center #0054a3;
	font-size: 16px;
	color: #fff;
}

/* .development .list li .time {
	float: left;
	width: 120px;
	line-height: 53px;
	font-family: "楷体";
	font-size: 46px;
	color: #0054a3;
}

.development .list li .event {
	position: relative;
	float: right;
	padding-left: 47px;
	margin-top: 10px;
	width: 720px;
	line-height: 32px;
	font-size: 18px;
	color: #333333;
}

.development .list .primary .event::after {
	display: block;
	content: '';
	width: 27px;
	height: 27px;
	background: url(../images/icon_line4.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 3px;
	left: 0;
}

.development .list .secondary .event::after {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: url(../images/icon_line5.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 9px;
	left: 6px;
} */

/*合作伙伴*/
.partner {
	padding: 66px 0 58px;
	text-align: center;
}

.partner h2 {
	margin-bottom: 23px;
	line-height: 42px;
	font-size: 26px;
	color: #333333;
}

/*企业荣誉*/
.honor {
	padding-top: 1%;
}

/*.honor .intro {
	position: relative;
	margin: 0 auto;
	width: 95.25%;
	padding: 2.75590551% 3.80577428% 4.85564304%;
	background: linear-gradient(to right, #0054a3, #20cfed);
	border-radius: 30px;
}

.honor .intro::after {
	display: block;
	content: '';
	width: 339px;
	height: 519px;
	background: url(../images/honor.png) center center no-repeat;
	position: absolute;
	right: -23px;
	bottom: -2px;
}

.honor .intro h2 {
	margin-bottom: 22px;
	line-height: 95px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 71px;
	color: #ffffff;
}

.honor .intro p {
	max-width: 70%;
	line-height: 34px;
	font-size: 20px;
	color: #ffffff;
}

@media (max-width: 1440px) {
	.honor .intro p {
		max-width: 60%;
	}
}*/

.honor .btn_list {
	margin: 46px auto 12px;
	text-align: center;
}

.honor .btn_list a {
	display: inline-block;
	padding: 0 44px;
	margin: 0 5px;
	line-height: 40px;
	border: 1px solid #bbbbbb;
	border-radius: 40px;
	font-size: 18px;
	color: #999999;
	transition: all 0.5s;
}

.honor .btn_list a.on,
.honor .btn_list a:hover {
	background: linear-gradient(to right, #20cfed, #0fcc6c);
	border-image: linear-gradient(to right, #20cfed, #0fcc6c);
	color: #ffffff;
}

/*.honor .album-list {
	padding: 0 20px;
}

.honor .ablumlist li {
	float: left;
	padding: 20px;
	width: 25%;
	text-align: center;
}

.honor .ablumlist li a {
	display: block;
	padding: 43px 18px 14px;
	border: 1px solid #ebebeb;
	border-radius: 30px;
	transition: all 0.5s;
}

.honor .ablumlist li a:hover {
	background-color: #0054a3;
	border-color: #0054a3;
}

.honor .ablumlist li .img {
	position: relative;
	width: 100%;
	padding-bottom: 66.4516129%;
	overflow: hidden;
}

.honor .ablumlist li .img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	transition: all 0.5s;
}

.honor .ablumlist li p {
	margin-top: 45px;
	line-height: 37px;
	font-size: 20px;
	color: #999999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}

.honor .ablumlist li a:hover p {
	color: #ffffff;
}*/

#honorIntro {
	background: url(../images/honor_bg.jpg) no-repeat center center;
	background-size: cover;
    overflow: hidden;
    position: relative;
	border-radius: 20px;
}

#honorIntro .info {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	padding: 2.857% 3.928% 3.572% 3.214%;
	color: #fff;
	justify-content: space-between;
}

#honorIntro .pic {
	width:37.538%;
}

#honorIntro .cert {
	background-color: #fff;
	border-radius: 0.334em;
	box-shadow: 0px 0.133em 1em rgba(0,0,0,.26);
	padding:4.713%;
	font-size: 30px;
}

#honorIntro .pic i {
	display: block;
	padding-bottom: 72.541%;
	background:no-repeat center center;
	background-size:contain;
}

#honorIntro .text {
	width: 53.462%;
	padding-bottom: 3%;
}

#honorIntro .intro {
	font-size: 16px;
	line-height: 1.875em;
}

#honorIntro h2 {
	font-size: 24px;
	margin:0 0 0.708em;
	font-weight: normal;
	line-height: 1.35em;
	position:relative;
}

#honorIntro h2:after {
	width: 2.208em;
	height: 0.125em;
	content:'';
	display: block;
	background-color: #fff;
	margin-top:0.75em;
}

#honorIntro .swiper-button-next,
#honorIntro .swiper-button-prev{
    width: 42px;
    height: 42px;
    background-image: url(../images/col2right_cur.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

#honorIntro .swiper-button-prev{
    left: 57.5%;
    transform: translateY(-50%) rotate(180deg);
}

#honorIntro .swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

#honorList {
	overflow: hidden;
	margin-bottom: 3.57%;
}

#honorList ul {
	display: flex;
	flex-wrap: wrap;
	width: 102.42857%;
	margin-bottom: 3.57%;
}

#honorList li {
	width: 25%;
	padding: 2.371% 2.371% 0 0;
	font-size: 16px;

}

#honorList li a {
	display: block;
	background-color: #fff;
	border-radius: 0.625em;
	border: 1px solid #ebebeb;
	height: 100%;
	padding: 6.163% 6.163% 9%;
}

#honorList li.current a,
#honorList li a:hover {
	border-color: #0054a3;
}

#honorList .pic {
	margin-bottom: 8.156%;
}

#honorList .pic i {
	display: block;
	padding-bottom: 72.0848%;
	background: no-repeat center center;
	background-size: contain;
}

#honorList .name {
	text-align: center;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	margin:0;
	font-size: 1em;
	line-height: 1.5em;
}

#honorList li.current a p,
#honorList li a:hover p {
	color: #0054a3;
}

/*任达实力*/
.strength .submenu {
	margin: 40px auto 0;
	padding-bottom: 40px;
	width: 95.25%;
}

.strength .submenu li {
	float: left;
	width: 33.3333%;
	text-align: center;
}

.strength .submenu li a {
	display: inline-block;
}

.strength .submenu figure {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.strength .submenu figure img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	transition: all 0.5s;
}

.strength .submenu figure .img2 {
	display: none;
}

.strength .submenu a.on figure .img2,
.strength .submenu a:hover figure .img2 {
	display: inline-block;
}

.strength .submenu a.on figure .img1,
.strength .submenu a:hover figure .img1 {
	display: none;
}

.strength .submenu p {
	margin: 0 0 22px 0;
	padding: 11px 0 5px;
	line-height: 1;
	font-size: 22px;
	color: #5a7e96;
	transition: all 0.5s;
}

.strength .submenu a.on p,
.strength .submenu a:hover p {
	color: #0054a3;
}

.strength .submenu i {
	display: block;
	position: relative;
	width: 27px;
	height: 27px;
	margin: 0 auto;
	background: url(../images/icon_line3.png) no-repeat center;
	transition: all 0.5s;
}

.strength .submenu a.on i,
.strength .submenu a:hover i {
	background-image: url(../images/icon_line4.png);
}

.strength .submenu a.on i::after,
.strength .submenu a:hover i::after {
	display: block;
	content: '';
	width: 1px;
	height: 40px;
	background-color: #20cfed;
	position: absolute;
	left: 13px;
	bottom: -40px;
}

.strength .intro {
	position: relative;
	margin: 0 auto 40px;
	width: 95.25%;
	padding: 2.75590551% 3.80577428% 2.82152231%;
	/* background: linear-gradient(to right, #0054a3, #2c8ee5); */
	background: url(../images/intro_bg.png) center center no-repeat;
	background-size: cover;
	border-radius: 30px;
}

.strength .intro1 {
	padding: 4.26509186% 3.80577428% 5.249344%;
}

.strength .intro2 {
	padding: 4.59317585% 3.80577428% 6.56167979%;
}

.strength .intro h2 {
	margin-bottom: 22px;
	line-height: 95px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 71px;
	color: #ffffff;
}

.strength .intro p {
	max-width: 76%;
	line-height: 34px;
	font-size: 20px;
	color: #ffffff;
}

@media (max-width: 1440px) {
	.strength .intro p {
		max-width: 70%;
	}
}

@media (max-width: 1024px) {
	.strength .intro p {
		max-width: 60%;
	}
}

.strength .intro .img {
	position: absolute;
	top: 50%;
	right: 33px;
	transform: translateY(-50%);
}

.strength .title1 {
	position: relative;
	padding-left: 40px;
	line-height: 68px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 50px;
	color: #0054a3;
}

.strength .title1::after {
	display: block;
	content: '';
	width: 30px;
	height: 19px;
	background: url(../images/.png) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 46px;
	transform: translateY(-50%);
}

.strength .list1 {
	margin: 10px 0 20px;
	overflow: hidden;
}

.strength .list1 .ul {
	margin: 0 -1.4375%;
}

.strength .list1 .ul li {
	float: left;
	padding: 1.4375%;
	width: 16.66666667%;
}

@media (max-width: 1440px) {
	.strength .list1 .ul li {
		width: 20%;
	}
}

@media (max-width: 1280px) {
	.strength .list1 .ul li {
		width: 25%;
	}
}

.strength .list1 .ul li .img {
	position: relative;
	width: 100%;
	padding-bottom: 46.90265487%;
	border: 1px solid #eaeaea;
}

.strength .list1 .ul li .img img {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.strength .list2 {
	margin: 10px 0 35px;
	overflow: hidden;
}

.strength .list2 .ul {
	margin: 0 -3.625%;
}

.strength .list2 .ul li {
	float: left;
	padding: 2.1875% 3.625%;
	width: 25%;
}

@media (max-width: 1280px) {
	.strength .list2 .ul li {
		width: 33.33333%;
	}
}

.strength .list2 .ul li .img {
	position: relative;
	width: 100%;
	padding-bottom: 138.9067524%;
}

.strength .list2 .ul li .img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}

.strength .list3 {
	margin-bottom: 100px;
}

.strength .ablumlist li {
	float: left;
	padding: 20px;
	width: 25%;
	text-align: center;
}

.strength .ablumlist li a {
	display: block;
	padding: 72px 18px 14px;
	border: 1px solid #ebebeb;
	border-radius: 30px;
	transition: all 0.5s;
}

.strength .ablumlist li a:hover {
	background-color: #0054a3;
	border-color: #0054a3;
}

.strength .ablumlist li .img {
	position: relative;
	width: 100%;
	padding-bottom: 47.41935484%;
}

.strength .ablumlist li .img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.strength .ablumlist li p {
	margin-top: 72px;
	line-height: 37px;
	font-size: 20px;
	color: #999999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}

.strength .ablumlist li a:hover p {
	color: #ffffff;
}

.strength .process {
	margin-bottom: 41px;
	text-align: center;
}

.strength .item {
	margin-bottom: 50px;
	text-align: center;
}

.strength .item3 {
	margin-bottom: 70px;
}

.strength .item1 .fl {
	width: 27.3125%;
}

.strength .item1 .fr {
	width: 71.25%;
}

.strength .item1 .icon_box {
	position: relative;
	width: 100%;
	padding-bottom: 71.62471396%;
	overflow: hidden;
}

.strength .item1 .icon_box img {
	position: absolute;
	top: 31.94888179%;
	left: 50%;
	transform: translateX(-50%);
}

.strength .item .Sbox {
	position: relative;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}

.strength .item .Sbox img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all linear 0.4s;
}

.strength .item .Sbox:hover img {
	transform: scale(1.1);
}

.strength .item .Sbox p {
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.strength .item .Sbox p span {
	padding: 0 20px;
	width: 100%;
	max-height: 60px;
	line-height: 30px;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.strength .item1 .fl .Sbox {
	padding-bottom: 75.05720824%;
}

.strength .item1 .fr .Sbox {
	padding-bottom: 56.2280702%;
}

.strength .item2 .fl {
	width: 82.5%;
}

.strength .item2 .fl .list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.strength .item2 .fl li {
	width: 23.63636364%;
}

.strength .item2 .fl .Sbox {
	padding-bottom: 182.3717949%;
}

.strength .item2 .fr {
	width: 17.5%;
}

.strength .item2 .fr span {
	display: inline-block;
	padding-bottom: 13px;
	margin-top: 68.57142857%;
	line-height: 57px;
	font-size: 48px;
	color: #0054a3;
	position: relative;
}

.strength .item2 .fr span::after {
	display: block;
	content: '';
	width: 55px;
	height: 6px;
	border-radius: 6px;
	background-color: #0054a3;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.strength .item3 .Sbox {
	padding-bottom: 47.875%;
}

/*下属企业*/
.introduction .intro_box1 {
	margin: 35px 0 50px;
}

.intro_box1 .title {
	display: inline-block;
	margin: 0 auto;
	padding: 0 50px;
	line-height: 70px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 50px;
	color: #0054a3;
	position: relative;
}

.intro_box1 .title::before,
.intro_box1 .title::after {
	display: block;
	content: '';
	width: 30px;
	height: 19px;
	background: url(../images/icon_tit.png) center center no-repeat;
	position: absolute;
	top: 25px;
}

.intro_box1 .title::before {
	left: 0;
}

.intro_box1 .title::after {
	right: 0;
}

.intro_box1 .intro_txt {
	margin-top: 22px;
	line-height: 50px;
	font-size: 22px;
	color: #333333;
	text-align: left;
}

.introduction .setwidth .intro_box1 img {
	margin: 38px 0 0;
}

.intro_box1 .website {
	display: inline-block;
	margin: 33px auto 0;
	padding: 0 30px;
	line-height: 50px;
	font-size: 26px;
	color: #000000;
	background: linear-gradient(to right, #20cfed, #0fcc6c);
	border-radius: 50px;
}

/*产品中心*/
.Spro-list {
	margin-top: 3.69791667%;
}

.Spro-list li {
	float: left;
	width: 33%;
	padding: 25px;
}

.Spro-list li a {
	display: block;
	border: 1px solid #ebebeb;
	text-align: center;
	transition: all 0.5s;
}

.Spro-list li a:hover {
	-webkit-box-shadow: 0 0 35px rgba(208, 208, 208, 0.74);
	box-shadow: 0 0 35px rgba(208, 208, 208, 0.74);
}

.Spro-list .Himg {
	position: relative;
	width: 100%;
	padding-bottom: 101.1627907%;
	overflow: hidden;
}

.Spro-list .Himg img {
	display: block;
	padding-top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}

.Spro-list .Htxt {
	padding: 3.42857143% 8.57142857% 4.57142857%;
	text-align: left;
	transition: all 0.5s;
}

.Spro-list li a:hover .Htxt {
	background-color: #0054a3;
}

.Spro-list .Htxt p {
	line-height: 38px;
	font-size: 20px;
	color: #0054a3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}

.Spro-list .Htxt span {
	line-height: 24px;
	font-size: 18px;
	color: #999999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}

.Spro-list li a:hover .Htxt p,
.Spro-list li a:hover .Htxt span {
	color: #ffffff;
}

/*产品详情*/
.P_details {
	margin-top: 171px;
}

.P_details .location1 {
	position: relative;
	padding-left: 34px;
	line-height: 30px;
	font-size: 16px;
	color: #999999;
}

.P_details .location1::before {
	display: block;
	content: '';
	width: 21px;
	height: 21px;
	background: url(../images/location.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.P_details .location1 a {
	display: inline-block;
	font-size: 16px;
	color: #999999;
}

.P_details .P_box .info-box1 {
	display: flex;
	align-items: flex-start;
	margin: 25px 0 60px;
}

.info-box1 .master-container {
	width: 43.8479%;
	margin-left: 1.7897%;
	overflow: hidden;
}

.info-box1 .master-container .swiper-slide {
	border: 1px solid #ececec;
}

.info-box1 .master-container .master,
.info-box1 .thumbs-container .thumbs {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.info-box1 .master-container .master img,
.info-box1 .thumbs-container .thumbs img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.info-box1 .thumbs-wrap {
	width: 9.6943%;
	padding-bottom: 43.8479%;
	position: relative;
	overflow: hidden;
}

.info-box1 .thumbs-wrap .thumbs-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.info-box1 .thumbs-container .swiper-slide {
	height: auto;
	border: 1px solid #ececec;
	cursor: pointer;
}

.info-box1 .thumbs-container .swiper-slide-thumb-active {
	border-color: #0054a3;
}

.info-box1 .font {
	width: 41.0141%;
	margin-left: 3.5794%;
}

.info-box1 .font .tit {
	padding: 2.1818% 0 3.0909%;
	font-size: 48px;
	color: #000000;
	border-bottom: 1px solid #ebebeb;
}

.info-box1 .font .text {
	padding-top: 4.7273%;
	line-height: 30px;
	color: #333333;
}

.info-box1 .font .text p {
	margin-bottom: 2%;
	font-size: 24px;
	color: #333333;
}

.info-box2 {}

.info-box2 .tab {
	font-size: 0;
	border-bottom: 1px solid #dedede;
}

.info-box2 .tab .option {
	display: inline-block;
	padding: 0 46px;
	line-height: 45px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
	transition: all 0.5s;
}

.info-box2 .tab .option.on {
	background-color: #0054a3;
	color: #ffffff;
}

.info-box2 .container {
	padding: 25px 25px 40px;
}

.info-box2 .container .content-box {
	display: none;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
}

.info-box2 .container .content-box:first-child {
	display: block;
}

/*经典案例*/
.case {}

.case .title {
	margin-top: 50px;
	line-height: 63px;
	font-family: "AlimamaShuHeiTi-Bold";
	font-size: 50px;
	color: #0054a3;
	text-align: center;
}

.case .case-list {
	margin-top: 18px;
}

.case .case-list li {
	float: left;
	width: 33.333333%;
	padding: 28px;
}

.case .case-list li a {
	display: block;
	border: 1px solid #ebebeb;
	transition: all 0.5s;
}

.case .case-list li a:hover {
	-webkit-box-shadow: 0 0 35px rgba(208, 208, 208, 0.74);
	box-shadow: 0 0 35px rgba(208, 208, 208, 0.74);
}

.case .case-list .img {
	width: 100%;
	padding-bottom: 71.12970711%;
	position: relative;
}

.case .case-list .img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.case .case-list .tit {
	padding: 20px 15px;
	line-height: 34px;
	font-size: 24px;
	color: #0054a3;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}

.case .case-list li a:hover .tit {
	background-color: #0054a3;
	color: #ffffff;
}

.case .case_details {
	margin: 51px auto;
	width: 73.25%;
	text-align: center;
}

.case_details .tit {
	padding-bottom: 26px;
	line-height: 60px;
	font-size: 50px;
	color: #333333;
	border-bottom: 1px solid #dedede;
}

.case_details .content {
	padding: 67px 0;
}

.case_details .content_foot {
	position: relative;
	padding-top: 44px;
	padding-right: 190px;
	border-top: 1px solid #dedede;
	text-align: left;
}

.case_details .content_foot .dot a {
	line-height: 30px;
	font-size: 20px;
	color: #333333;
}

.case_details .content_foot .dot a:hover {
	color: #0054a3;
}

.case_details .go_back {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #bbbbbb;
	border-radius: 40px;
	font-size: 18px;
	color: #666666;
	text-align: center;
	position: absolute;
	top: 44px;
	right: 10px;
	transition: all 0.5s;
}

.case_details .go_back:hover {
	background-color: #0054a3;
	border-color: #0054a3;
	color: #ffffff;
}

.case_details .go_back::after {
	display: inline-block;
	content: '';
	margin-left: 6px;
	width: 9px;
	height: 13px;
	background: url(../images/more_blue.png) center center no-repeat;
	transition: all 0.5s;
}

.case_details .go_back:hover::after {
	background: url(../images/more_white.png) center center no-repeat;
}

/*资讯中心*/
.news {}

.news .news_list {
	margin: 70px 0;
}

.news_list li {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 12px;
	margin-top: 39px;
	background: #f9f9f9;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}

.news_list li .news-txt {
	width: 67%;
	padding: 16px 40px 0 50px;
	position: relative;
}

.news_list li .news-txt h4 {
	max-width: 86%;
	line-height: 33px;
	margin-bottom: 17px;
	font-size: 20px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_list li .news-txt section {
	line-height: 25px;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: justify;
}

.news_list li .news-txt a {
	display: block;
	line-height: 20px;
	margin-top: 18px;
	font-size: 14px;
	color: #0054a3;
}

.news_list li .news-txt .time {
	display: inline-block;
	line-height: 21px;
	padding: 0 10px;
	background: #fff;
	border: 2px solid #eee;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 40px;
}

.news_list li .news-txt .time p {
	line-height: 42px;
	font-size: 46px;
	font-weight: bold;
	color: #e61c3f;
}

.news_list li .news-img {
	width: 33%;
	padding-top: 18%;
	position: relative;
	overflow: hidden;
}

.news_list li .news-img img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news_list li:hover {
	background: #fff;
	-webkit-box-shadow: 0 0 35px rgb(208, 208, 208, 0.74);
	box-shadow: 0 0 35px rgb(208, 208, 208, 0.74);
}

.news_list li:hover .news-img img {
	transform: scale(1.1, 1.1);
}

/* .news .news_list ul {
	margin: 0 -1.875%;
}

.news .news_list li {
	float: left;
	padding: 1.875%;
	width: 33.33333%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.news .news_list li a {
	display: block;
	border: 1px solid #dedede;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
}

.news .news_list li a:hover {
	-webkit-box-shadow: 0 0 35px rgba(208, 208, 208, 0.74);
	box-shadow: 0 0 35px rgba(208, 208, 208, 0.74);
}

.news .news_list .img {
	width: 100%;
	padding-bottom: 66.6%;
	position: relative;
	overflow: hidden;
}

.news .news_list .img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.5s;
}

.news .news_list li a:hover .img img {
	transform: scale(1.1);
}

.news .news_list .time {
	line-height: 30px;
	margin: 24px 0;
	padding: 0 24px;
	font-size: 18px;
	color: #999999;
}

.news .news_list .tit {
	line-height: 34px;
	margin-bottom: 14px;
	padding: 0 24px;
	font-size: 20px;
	color: #333333;
}

.news .news_list .txt {
	line-height: 25px;
	margin-bottom: 22px;
	padding: 0 24px;
	font-size: 18px;
	color: #333333;
} */

.news .news_details {
	margin: 5.66666667% auto;
	width: 75%;
}

.news_details .tit {
	padding-bottom: 29px;
	line-height: 38px;
	font-size: 26px;
	color: #333333;
	border-bottom: 1px solid #dedede;
	text-align: center;
}

.news_details .times {
	margin-top: 14px;
	line-height: 36px;
	font-size: 18px;
	color: #999999;
	text-align: center;
}

.news_details .content {
	padding: 30px 30px 50px;
	line-height: 35px;
	font-size: 20px;
	color: #333333;
}

.news_details .content_foot {
	position: relative;
	padding-top: 44px;
	padding-right: 190px;
	border-top: 1px solid #dedede;
	text-align: left;
}

.news_details .content_foot .dot a {
	line-height: 30px;
	font-size: 18px;
	color: #333333;
}

.news_details .content_foot .dot a:hover {
	color: #0054a3;
}

.news_details .go_back {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #bbbbbb;
	border-radius: 40px;
	font-size: 18px;
	color: #666666;
	text-align: center;
	position: absolute;
	top: 44px;
	right: 10px;
	transition: all 0.5s;
}

.news_details .go_back:hover {
	background-color: #0054a3;
	border-color: #0054a3;
	color: #ffffff;
}

.news_details .go_back::after {
	display: inline-block;
	content: '';
	margin-left: 6px;
	width: 9px;
	height: 13px;
	background: url(../images/more_blue.png) center center no-repeat;
	transition: all 0.5s;
}

.news_details .go_back:hover::after {
	background: url(../images/more_white.png) center center no-repeat;
}

/*人力资源*/
.hire {}

.hire .table {
	margin: 60px auto;
	max-width: 1500px;
}

.table dl.tit {
	width: 100%;
	font-size: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.table dl.tit dd {
	display: inline-block;
	line-height: 40px;
	background: #3f3f3f;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.table ul {
	width: 100%;
	border: 1px solid #bfbfbf;
}

.table ul li {
	border-bottom: 1px solid #bfbfbf;
	cursor: pointer;
}

.table ul li:last-child {
	border-bottom: none
}

.table li .lis {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.table li .open::after {
	display: block;
	content: "";
	width: 95%;
	height: 1px;
	background: #dbdbdb;
	position: absolute;
	bottom: 0;
	left: 2.5%;
}

.table li .lis>div {
	padding: 17px 15px 16px;
}

.table li .lis .lis1 {
	width: 19.52%;
}

.table li .lis .lis2 {
	width: 21.41%;
}

.table li .lis .lis3 {
	width: 18.22%;
}

.table li .lis .lis4 {
	width: 22.01%;
}

.table li .lis .lis5 {
	width: 18.83%;
}

.table li .lis>div span {
	display: inline-block;
	line-height: 26px;
	font-size: 15px;
	color: #3b3b3b;
}

.table li .open>div span {
	color: #0054a3;
}

.table li .lis .lis1 span.hot {
	padding-right: 29px;
	position: relative;
}

.table li .lis .lis1 span.hot::after {
	display: block;
	content: "";
	width: 22px;
	height: 9px;
	background: url(../images/icon-hot.png) no-repeat;
	position: absolute;
	top: 8px;
	right: 0;
}

.table li .info {
	display: none;
	padding: 7px 18px 8px 19px;
}

.table .info dl {
	padding: 13px 0;
	border-bottom: 1px solid #dbdbdb;
}

.table .info dl:last-child {
	border: none;
}

.table .info dl dt,
.table .info dl dd {
	line-height: 30px;
	font-size: 16px;
	color: #3b3b3b;
}

.table .info dl dd i {
	margin-right: 6px;
}

/*服务与支持*/

.service {
	margin: 70px auto;
}

.service .list4,
.service .list5 {
	line-height: 35px;
	font-size: 22px;
	color: #333333;
}

.service .list4 p img,
.service .list5 p img {
	vertical-align: bottom;
}

.service .list6,
.service .list7 {
	margin-top: 50px;
}

.service .list6 .fl,
.service .list7 .fr {
	width: 67.3125%;
}

.service .list6 .fr,
.service .list7 .fl {
	padding: 21px 0 0 56px;
	width: 32.6875%;
	line-height: 50px;
	font-size: 26px;
	color: #333333;
}

.service .list6 .fr img {
	margin-bottom: 14px;
}

.strength .intro_box2 {
	background-color: #f8f8f8;
	border-radius: 24px;
	overflow: hidden;
}

.strength .intro_box2 img {
	float: left;
}

.strength .intro_box2 .text {
	overflow: hidden;
	padding: 2.0625% 2.3125%;
}

.strength .intro_box2 .text h2 {
	padding-left: 44px;
	line-height: 119px;
	font-size: 59px;
	color: #333;
	position: relative;
}

.strength .intro_box2 .text h2::after {
	content: '';
	position: absolute;
	left: 44px;
	bottom: 0;
	width: 46px;
	height: 6px;
	background-color: #0054a3;
	border-radius: 3px;
}

.strength .intro_box2 .text p {
	margin-top: 27px;
	line-height: 44px;
	font-size: 22px;
	color: #000;
}

.strength .intro_box3 p {
	padding-left: 44px;
	line-height: 66px;
}

.strength .intro_box3 p:first-child {
	margin-top: 42px;
}

.contact {
	margin: 4.625% 0 5.625%;
}

.contact .list {
	/*padding-left: 6.5625%;*/
	overflow: hidden;
}

.contact .list .row {
	float: left;
	/*padding: 0 5.35117057%;*/
	width: 100%;
	position: relative;
}

.contact .list .row::after {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #cccccc;
	position: absolute;
	top: 0;
	right: 0;
}

.contact .list .row:last-child::after {
	display: none;
}

.contact .list .row dl {
	padding-left: 2.5%;
    overflow: hidden;
}

.contact .list .row dt {
	padding-left: 38px;
	line-height: 100px;
	font-size: 59px;
	color: #0054a3;
}

.contact .list .row dd {
	line-height: 40px;
	padding-left: 38px;
	font-size: 20px;
	color: #676767;
	position: relative;
}

.contact .list .row dd::before {
	display: block;
	content: "";
	width: 25px;
	height: 40px;
	background: url(../images/icon-contact.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.contact .list .row dd.fax::before {
	background-position: 0 -40px;
}

.contact .list .row dd.add::before {
	background-position: 0 -80px;
}

.contact .list .row dd.postcode::before {
	background-position: 0 -120px;
}

.contact .list .row dd.mail::before {
	background-position: 0 -160px;
}

.contact .list .row dd.website::before {
	background-position: 0 -200px;
}

.contact .list .row dd a {
	color: #0054a3;
}

.contact .list .img {
    float: left;
}

/*地图*/
#map-pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999999;
}

#map-pop .map-box {
	width: 1150px;
	height: 600px;
	padding: 30px 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#map-pop .map-box .close-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: fixed;
	top: 30px;
	right: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}

#map-pop .map-box .close-btn::before,
#map-pop .map-box .close-btn::after {
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	margin: -1px 0 0 -15px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#map-pop .map-box .close-btn::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#map-pop .map-box .close-btn::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.map {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.input-card {
	width: 280px;
}

.input-card h4 {
	font-weight: bold;
	border-bottom: 2px solid #666;
	margin-bottom: 6px;
	padding-bottom: 4px;
}

.input-card p {
	font-size: 14px;
}

.amap-info-sharp {
	height: 9px;
	width: 16px;
	top: -1px;
	left: 50%;
	margin-left: -8px;
	background: url(../images/map.png) 0 0 no-repeat;
}
