@charset "utf-8";

/* =====================内页样式======================== */
/* 公司介绍 s */
.ab_profile {}

.profile_view {}

.profile_text {
	position: relative;
	width: 50%;
	padding: 0 5% 0.2rem 0;
}

.profile_text .ab_tit {
	margin-bottom: 0.1rem;
}

.profile_text .info {
	font-size: 18px;
	line-height: 1.8;
	/* height: 4.8rem; */
	padding-right: 20px;
	overflow-y: auto;
	margin-top: 0.25rem;
	text-align: justify;
}


.profile_text .info::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.profile_text .info::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.profile_text .info::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.profile_pic {
	position: relative;
	width: 50%;
}

.profile_pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile_ul {
	background: #054391;
	width: 100%;
	margin-top: 0.4rem;
}

.profile_ul li {
	position: relative;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	padding: 0.45rem 0;
	width: 25%;
}

.profile_ul li .ico {
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}

.profile_ul li .ico img {
	display: inline-block;
}

.profile_ul li p {
	color: #fff;
	margin-top: 0.1rem;
	font-size: 0;
}

.profile_ul li p span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
}

.profile_ul li:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 56px;
	top: 50%;
	right: 0;
	margin-top: -28px;
	background: rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 1);
}

/* 公司介绍 e */


/* 企业文化 s */
.ab_culture {
	position: relative;
	background: url(../images/ab_culture_bg.jpg) no-repeat center;
	background-size: cover;
}

.ab_culture .ab_tit h3 {
	position: relative;
	color: white;
}

.ab_culture .ab_tit p {
	color: white;
}

.ab_culture::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(37, 89, 159, 0.28);
	z-index: 0;
}

.ab_culture ul {
	position: relative;
	z-index: 2;
	margin-top: 0.4rem;
}

.ab_culture ul li {
	position: relative;
	width: 25%;
	min-height: 390px;
	padding: 30px;
	color: #333;
	text-align: center;
	background-color: white;
}


.ab_culture ul li:nth-child(2n) {
	background-color: #054391;
	color: white;
}

.ab_culture ul li .box {
	width: 100%;
}

.ab_culture ul li .box .icon {}

.ab_culture ul li .box .icon img {
	width: 33px;
	margin: 0 auto;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.ab_culture ul li:hover .box .icon img {
	margin-top: -20px;
}

.ab_culture ul li .box h4 {
	padding: 14px 0;
	font-size: 24px;
	line-height: 30px;
}

.ab_culture ul li .box p {
	font-size: 16px;
	line-height: 1.5;
	color: #5f5f5f;
	letter-spacing: 1px;
	padding: 0 4%;
}

.ab_culture ul li .box p i {
	display: block;
}

.ab_culture ul li:nth-child(2n) .box p {
	color: white;
}

.ab_culture ul li .box p:after {
	display: block;
	content: "";
	width: 25px;
	height: 1px;
	background: #000;
	margin: 15px auto 20px;
}

.ab_culture ul li:nth-child(2n) .box p:after {
	background-color: white;
}

.ab_culture ul li .box span {
	font-size: 2.6vw;
	display: inline-block;
	line-height: 58px;
	font-weight: 600;
	text-transform: capitalize;
	color: #054391;
}

.ab_culture ul li:nth-child(2n) .box span {
	color: white;
}

/* 企业文化 e */


/* 荣誉资质 s */
.ab_honor {}

.ab_honor .honor_view {}

.ab_honor .honor_view .fl {
	width: 66.66%;
	float: none;
}

.ab_honor .fl .honor_tit {
	margin-bottom: 0.3rem;
}

.ab_honor .fl .honor_tit .ab_tit {}

.ab_honor .fl .honor_tit .box {}

.ab_honor .fl .swiper-button-next,
.ab_honor .fl .swiper-button-prev {
	position: relative;
	display: inline-block;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	width: 50px;
	height: 50px;
	background-size: 25px !important;
	border: none;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	margin-left: 5px;
}

.ab_honor .fl .swiper-button-next::after,
.ab_honor .fl .swiper-button-prev::after {
	display: none;
}

.ab_honor .fl .honor_tit .box .swiper-button-prev {
	background: #054391 url(../images/honor_left.png) no-repeat center;
}

.ab_honor .fl .honor_tit .box .swiper-button-prev:hover,
.ab_honor .fl .honor_tit .box .swiper-button-next:hover {
	-moz-box-shadow: 2px 2px 6px #DDDDDD;
	-webkit-box-shadow: 2px 2px 6px #dddddd;
	box-shadow: 2px 2px 6px #dddddd;
}

.ab_honor .fl .honor_tit .box .swiper-button-next {
	background: #054391 url(../images/honor_right.png) no-repeat center;
}

.ab_honor .fl ul {}

.ab_honor .fl ul li {}

.ab_honor .fl ul li a {}

.ab_honor .fl ul li a .pic {}

.ab_honor .fl ul li a .pic img {}

.ab_honor .fl ul li a p {}

.ab_honor .fr {
	position: relative;
	float: none;
	width: 30.33%;
	margin-left: 3%;
}

.ab_honor .fr img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	-o-object-fit: cover;
	object-fit: cover;
}

/* 荣誉资质 e */

/* 荣誉资质改 s */
.ab_honor2.innov_con2 {
	background-color: white;
}

/* 荣誉资质改 e */

/* 专利证书 s */
.innov_con2 {
	padding: 0.2rem 0 0.8rem;
	background-color: #f5f5f5;
}

.innov_con2 .honor_ul {
	margin-top: 0.4rem;
}

.innov_con2 .honor_ul li {
	position: relative;
	top: 0;
	width: 11.5%;
	padding: 2.5% 1.5%;
	margin-right: calc(8% / 7);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}

.innov_con2 .honor_ul li:nth-child(8n) {
	margin-right: 0;
}

.innov_con2 .honor_ul li:hover,
.innov_con2 .honor_ul li.active {
	border-color: #054391;
	background-color: #054391;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.innov_con2 .honor_ul li img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 80px;
	margin: 0 auto;

}

.innov_con2 .honor_ul li p {
	margin: 12px 0 0;
	font-size: 18px;
	text-align: center;
	color: #333;
}

.innov_con2 .honor_ul li:hover p,
.innov_con2 .honor_ul li.active p {
	color: #FFFFFF;
	/* color: #054391; */
}

.innov_con2 .honor_view {
	margin-top: 0.4rem;
}


.innov_con2 .honor_view ul {}

.innov_con2 .honor_view ul li {}

.innov_con2 .honor_view ul li .pic {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	background: #fff;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
}

.innov_con2 .honor_view ul li:hover .pic {
	border-color: #054391;
}

.innov_con2 .honor_view ul li .pic img {
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.innov_con2 .honor_view ul li:hover .pic img {
	transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-o-transform: scale(0.98);
	-ms-transform: scale(0.98);
}

.innov_con2 .honor_view ul li p {
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: 15px;
	font-weight: 500;
	padding: 0 2%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.innov_con2 .honor_view ul li:hover p {
	color: #054391;
}

.innov_con2 .swiper-button-next,
.innov_con2 .swiper-button-prev {
	color: #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.innov_con2 .swiper-button-prev {
	left: -40px;
}

.innov_con2 .swiper-button-next {
	right: -40px;
}

.innov_con2 .swiper-button-next:hover,
.innov_con2 .swiper-button-prev:hover {
	color: #054391;
}

/* 专利证书 e */

/* 管理团队 s */
.ab_team {
	padding: 0.8rem 0 0.2rem;
}

.ab_team .con {
	padding: 0.4rem 0 0.2rem;
}

.ab_team .con ul {}

.ab_team .con ul li {}

.ab_team .con ul li .com-img {}

.ab_team .con ul li .com-img img {}

.ab_team .con ul li .info {
	padding: 0.2rem 0;
	color: #333;
}

.ab_team .con ul li .info p {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.1rem;
	text-align: center;
}

.ab_team .con ul li .info span {
	height: 60px;
	font-size: 18px;
	line-height: 30px;
}

/* 管理团队 e */

/* 解决方案 */
.solutions-title {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	color: #054391;
	padding: 0.3rem 0;
}

.solutions-nav {
	padding-top: 0.8rem;
}

.solutions-nav ul {
	display: flex;
	justify-content: center;
}

.solutions-nav li {
	width: 50%;
}

.solutions-nav a {
	display: block;
	height: 2.4rem;
	text-align: center;
	position: relative;
	cursor: pointer;
	color: #525c66;
	transition: all .3s;
}

.solutions-nav a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	right: 0;
	background: url(../images/img28.png) center no-repeat;
	background-size: auto 100%;
	height: 0.66rem;
	opacity: 0;
}

.solutions-nav a.on {
	color: #054391;
}

.solutions-nav a.on:before {
	bottom: 0;
	opacity: 1;
}

.solutions-nav a .ico {
	display: flex;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto;
	position: relative;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.solutions-nav a .ico:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/img120.png) center no-repeat;
	background-size: 100%;
}

.solutions-nav a.on .ico:before {
	opacity: 0;
}

.solutions-nav a .ico img {
	width: 0.7rem;
	position: relative;
	z-index: 5;
	transition: all .3s;

}

.solutions-nav a:hover .ico img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.solutions-nav a .ico:after {
	content: "";
	display: block;
	position: absolute;
	left: -0.2rem;
	top: -0.1rem;
	width: 1.59rem;
	height: 1.41rem;
	background: url(../images/img159.png) center no-repeat;
	background-size: 100%;
	opacity: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transition: all .3s;
}

.solutions-nav a.on .ico:after {
	opacity: 1;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

.solutions-nav a .name {
	font-size: .18rem;
	padding-top: 0.18rem;
}

.solutions-nav-list {
	background: #f1f5f8;
}

.solutions-nav-list .wal {
	border-bottom: #dbe0e6 solid 1px;
}

.solutions-nav-list .btn {
	line-height: .98rem;
	text-align: center;
	font-size: .18rem;
	color: #054391;
	cursor: pointer;
}

em {
	font-style: normal;
}

.solutions-nav-list .btn em {
	padding-right: 0.26rem;
	background: url(../images/img16.png) right center no-repeat;
	background-size: 0.16rem;
}

.solutions-nav-list .btn.hide em {
	background-image: url(../images/img16on.png);
}

.solutions-nav-list .list {
	padding-bottom: 0.3rem;
}

.solutions-nav-list .list ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -0.6rem;
}

.solutions-nav-list .list li {
	width: 33.333%;
	padding: 0 0 0.3rem 0.6rem;
}

.solutions-nav-list .list a {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	background: #fff;
	-moz-border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
	height: 0.8rem;
	color: #525c66;
	font-size: .16rem;
	padding: 0 0.15rem 0 0;
	overflow: hidden;
	position: relative;
}

.solutions-nav-list .list a:hover,
.solutions-nav-list .list a.on {
	color: #fff;
	box-shadow: 0 0.1rem 0.3rem rgb(0 102 204 / 20%);
	-webkit-box-shadow: 0 0.1rem 0.3rem rgb(0 102 204 / 20%);
	-moz-box-shadow: 0 0.1rem 0.3rem rgba(0, 102, 204, 0.2);
}

.solutions-nav-list .list a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-image: linear-gradient(to right, #296dcc, #4ca6ff);
	-webkit-background-image: linear-gradient(to right, #296dcc, #4ca6ff);
}

.solutions-nav-list .list a:hover:before,
.solutions-nav-list .list a.on:before {
	opacity: 1;
}

.solutions-nav-list .list a .img {
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 0.9rem;
	height: 0.8rem;
	position: relative;
	left: 0;
	background: url(../images/img60.png) center no-repeat;
	background-size: 0;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.solutions-nav-list .list a:hover .img,
.solutions-nav-list .list a.on .img {
	left: 0;
	background-size: 0.6rem;
}

.solutions-nav-list .list a .img img {
	width: 0.44rem;
}

.solutions-nav-list .list a:hover .img img,
.solutions-nav-list .list a.on .img img {
	width: 0.26rem;
}

.solutions-nav-list .list a .name {
	position: relative;
}

.solutions-data-1 {
	background: #f1f5f8;
}

.solutions-data-1 .container {
	position: relative;
	background: url(../images/solutions-data-1.jpg) center no-repeat;
	background-size: cover;
}

.solutions-data-1 .container::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.solutions-data-1 .wal {
	min-height: 0.5rem;
	position: relative;
}

.solutions-data-1 .title {
	font-size: .33rem;
	color: #054391;
	line-height: 1em;
	padding: 0.6rem 0 0.22rem 0;
}

.solutions-data-1 .btn {
	position: absolute;
	z-index: 10;
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
}

.solutions-data-1 .btn ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.solutions-data-1 .btn li {
	margin-left: 0.4rem;
}

.solutions-data-1 .btn li a {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: .16rem;
	color: #525c66;
	position: relative;
	cursor: pointer;
	height: 0.75rem;
	transition: all .3s;

}

.solutions-data-1 .btn li a:hover,
.solutions-data-1 .btn li a.on {
	color: #054391;
}

.solutions-data-1 .btn li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #054391;
}

.solutions-data-1 .btn li a:hover:before,
.solutions-data-1 .btn li a.on:before {
	left: 0;
	width: 100%;
}

.solutions-data-1 .btn li a .ico {
	width: 0.26rem;
	height: 0.26rem;
	margin-right: 0.1rem;
	position: relative;
}

.solutions-data-1 .btn li a .ico img {
	transition: all .3s;
}

.solutions-data-1 .btn li a:hover .ico img:nth-child(1),
.solutions-data-1 .btn li a.on .ico img:nth-child(1) {
	opacity: 0;
}

.solutions-data-1 .btn li a .ico img:nth-child(2) {
	position: absolute;
	z-index: 10;
	left: 0;
	right: auto;
	top: 0;
	bottom: auto;
	opacity: 0;
}

.solutions-data-1 .btn li a:hover .ico img:nth-child(2),
.solutions-data-1 .btn li a.on .ico img:nth-child(2) {
	opacity: 1;
}

.solutions-data-1 .container .wal {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	min-height: 6rem;
	padding: 0.5rem 0;
	color: #fff;
}

.solutions-data-1 .container .solutions-title {
	color: #fff;
	padding: 0 0 0.15rem 0;
}

.solutions-title .ico {
	height: 0.6rem;
}

.solutions-title h2 {
	font-size: .36rem;
	padding-left: 0.12rem;
}

.solutions-data-1 .container .content {
	font-size: .16rem;
	line-height: 2em;
	width: 5rem;
	text-align: justify;
}

.solutions-data-2 .solutions-title {
	padding: 0.9rem 0 0.6rem 0;
}

.solutions-data-2 .list {
	min-height: 2.5rem;
}

.solutions-data-2 .list ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -0.6rem;
}

.solutions-data-2 .list li {
	width: 33.333%;
	padding: 0 0 0.3rem 0.6rem;
	min-height: 2.85rem;
	text-align: center;
}

.solutions-data-2 .list-2 li {
	width: 25%;
}

.solutions-data-2 .list li .ico {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
	width: 1.3rem;
	height: 1.3rem;
	margin: 0 auto;
}

.solutions-data-2 .list li .ico:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/img130.png) center no-repeat;
	background-size: 100%;
}

.solutions-data-2 .list li .ico img {
	width: 0.6rem;
	position: relative;
}

.solutions-data-2 .list li p {
	font-size: .14rem;
	line-height: .26rem;
	color: #525c66;
	margin-top: 20px;
}

.solutions-data-3 {
	position: relative;
	background: url(../image/solutions-data-3.jpg) center no-repeat;
	background-size: cover;
}

.solutions-data-3 .wal {
	min-height: 5rem;
	background-color: rgba(0, 0, 0, .5);
}

.solutions-data-3::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}


.solutions-data-3 .wal ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.solutions-data-3 li {
	width: 50%;
	height: 5rem;
	border-left: rgba(255, 255, 255, 0.5) solid 1px;
	color: #fff;
	padding: 0.38rem;
}

.solutions-data-3 li {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 auto;
	z-index: 5;
}

.solutions-data-3 li:first-child {
	border: 0;
}

.solutions-data-3 li {
	margin: 0 auto;
}

.solutions-data-3 li .num {
	font-size: .48rem;
	line-height: 1em;
	padding-bottom: 0.15rem;
}

.solutions-data-3 li p {
	font-size: .16rem;
	line-height: 2em;
	height: 1.94rem;
}

/* 发展历程 */

.apadd {
	background-color: #fff;
}

.Timeline002790 {
	padding: 5% 0;
}

.Timeline002790 .auto {
	max-width: 1600px;
}

.Timeline002790 .year {
	position: relative;
	padding: 4% 0;
	color: #6e6e6e;
}

.Timeline002790 .year::before {
	content: '';
	width: 1px;
	height: 103%;
	top: -3%;
	position: absolute;
	background-color: #ededed;
	z-index: 0;
}

.Timeline002790 ul {
	position: relative;
	z-index: 1;
}

.Timeline002790 li {
	position: relative;
	margin-top: -60px;
	cursor: pointer;
}

.Timeline002790 li:after {
	content: "";
	display: block;
	position: absolute;
	top: 51%;
	right: 0;
	width: 50%;
	height: 2px;
	border-bottom: 1px dashed #ddd;
	z-index: -2
}

.Timeline002790 li:nth-child(2n-1):after {
	left: 0
}

.Timeline002790 li:before {
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -2px;
	content: '';
	background: #fff;
}

.Timeline002790 li:nth-child(2n-1)::before {
	left: auto;
	right: 50%;
	margin-right: -6px;
}

.Timeline002790 li .con {
	width: 35%;
	background: #f5f5f5;
	padding: 60px;
	float: right;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff
}

.Timeline002790 li .con figure {
	width: 40%;
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 20px;
}

.Timeline002790 li .icon {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	padding: 5px;
	background: #fff;
	overflow: hidden;
	border-radius: 0 6px 0 0
}

.Timeline002790 li .con .txt {
	width: 100%;
}

.Timeline002790 li .con .txt span {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.Timeline002790 li:nth-child(2n-1) .con figure {
	left: 20px
}

.Timeline002790 li:nth-child(2n-1) .con .txt {
	float: right;
	padding-left: 6%
}

.Timeline002790 li:nth-child(2n-1) .icon {
	left: auto;
	right: 0;
	border-radius: 6px 0 0 0
}

.Timeline002790 li:nth-child(2n-1) .con {
	float: left
}

.Timeline002790 li .txt {
	position: relative;
	font-size: 16px;
	line-height: 2;
	color: #333;
	padding-right: 50px
}

.Timeline002790 li:nth-child(2n-1) .txt {
	padding-right: 0
}

.Timeline002790 li .txt figure {
	transition: all ease 0.5s;
	position: absolute;
	top: 0;
	width: 120px;
	height: 100px;
}

.Timeline002790 li:nth-child(2n-1) .txt figure {
	left: 0;
}

.Timeline002790 li:nth-child(2n) .txt figure {
	right: 0;
}

.Timeline002790 li .txt figure img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.Timeline002790 li .txt h3 {
	margin: 0;
	font-size: 28px;
	color: #054391;
	padding-bottom: 10px;
	font-family: 'Fonts';
	line-height: 1;
}

.Timeline002790 li.hover .con {
	border: 1px solid #054391
}

.Timeline002790 li.hover:after {
	border-color: #054391
}

.Timeline002790 li.hover:before {
	border-color: #054391
}

.Timeline002790 li.nopic .con .txt {
	width: 100%;
	padding: 0 !important
}

@media(min-width:641px) {
	.Timeline002790 .year::before {
		left: 50%;
		margin-left: -0.5px;
	}

	.Timeline002790 li {
		width: 100%;
	}

	.Timeline002790 li:nth-child(2n-1) {
		float: left;
	}

	.Timeline002790 li:nth-child(2n) {
		float: right;
		z-index: 10;
	}


}

@media(max-width:640px) {

	.Timeline002790 li .con figure {
		right: 0px;
	}

	.Timeline002790 li:nth-child(2n-1) .con figure {
		left: 0px
	}

}


@media(max-width:1024px) {
	.Timeline002790 {
		padding-top: 0
	}

	.Timeline002790 li {
		margin-bottom: 20px;
		height: auto;
		overflow: hidden;
		margin-top: 0
	}

	.Timeline002790 li .con {
		width: 100%;
		float: left;
		padding: 20px
	}

	.Timeline002790 .year::before,
	.Timeline002790 li:after,
	.Timeline002790 li:before {
		display: none
	}

	.Timeline002790 li .con .txt,
	.Timeline002790 li .con figure {
		position: relative;
		float: left;
		width: 100%
	}

	.Timeline002790 li .con figure {
		height: 200px;
		margin-bottom: 40px;
	}
}

.Timeline002790 .more {
	text-align: center;
	padding-bottom: 20px;
}

.Timeline002790 .more a {
	width: 180px;
	height: 36px;
	text-align: left;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	background: url(../images/Timeline002790-more.png) no-repeat 70% center #054391;
	position: relative;
	z-index: 100;
	border-radius: 60px;
	text-align: center;
	padding-right: 20px;
}

/* 发展历程 */

/* 案例 */
.q-a {
	width: 100%;
	padding-top: .8rem;
	padding-bottom: 0.8rem;
	background-color: #f1f5f8;
}

.q-cont {
	width: 100%;
	font-size: 0;
	padding-bottom: .1rem;
}

.q-item {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 31.58%;
	margin-right: 2.63%;
	margin-bottom: .4rem;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: .1rem;
}

.q-item:nth-child(3n) {
	margin-right: 0;
}

.q-img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(270/480*100%);
}

.q-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.00);
	transition: all ease .5s;
}

.q-text {
	width: 100%;
	padding: .35rem .4rem;
}

.q-name {
	color: #333333;
	line-height: 1.33;
	font-weight: bold;
	margin-bottom: .1rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.q-intro {
	color: #666666;
	line-height: 2.1em;
	height: 8.2em;
	margin-bottom: .1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.q-more {
	color: #666666;
}

.q-more:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: .2rem;
	transform: rotate(-180deg);
	border-radius: 50%;
	width: .4rem;
	height: .4rem;
	border: solid 1px #dddddd;
	background-image: url('../images/a10.png');
	background-size: .08rem auto;
	background-position: center center;
	background-repeat: no-repeat;
}


.q-item:hover .q-img img {
	transform: scale(1.05);
}

.q-item:hover .q-name {
	color: #054391;
}

.q-item:hover .q-more {
	color: #054391;
}

.q-item:hover .q-more:before {
	border: 1px solid #054391;
	background-color: #054391;
	background-image: url('../images/a10-c.png');
}

@media(max-width:900px) {
	.q-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.q-item {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.q-item:nth-child(3n) {
		margin-right: 10px;
	}

	.q-item:nth-child(2n) {
		margin-right: 0;
	}

	.q-text {
		padding: .25rem 10px;
	}

	.q-intro {
		margin-bottom: .3rem;
	}

}

/* 资料下载  s*/

.public-title {
	font-size: 34px;
	font-weight: 600;
	color: #333;
	line-height: 50px;
	padding: 30px 0;
	text-align: center;
}

.nei-tab-list {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.nei-tab-list-hide {
	display: block;
}

.nei-tab-list a {
	background: url(../images/pic_tab_05.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 8px 48px;
	font-size: 16px;
	color: #ffffff;
	transition: 0.6s;
	cursor: pointer;
}

.nei-tab-list li::marker {
	color: #fff;
	font-size: 0;
}

.nei-tab-list a.active,
.nei-tab-list a:hover {
	background-image: url(../images/pic_tab_hover_05.png);
	transition: 0.6s;
}

.nei-title {
	text-align: center;

}

.nei-title h2 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 12px;
	position: relative;
	line-height: 1em;
}

.nei-title h2::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #054391;
	border-radius: 50px;
}

.nei-title h1 {
	font-size: 38px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 12px;
	position: relative;
	line-height: 1em;
	margin-bottom: 20px;
}

.nei-title h1::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #054391;
	border-radius: 50px;
}


.product-detail-down {}

.product-down-dl {
	padding-bottom: 40px;
}

.product-down-dl.product-down-dlx {
	padding-bottom: 0px;
}

.product-detail-down .product-down-dl {
	display: none;
}

.product-detail-down .product-down-dl.active {
	display: block;
}

.product-down-dl span {
	font-size: 16px;
	color: #666666;
	text-align: center;
	box-sizing: border-box;
	width: 12%;
	padding: 16px;
}

.product-down-dl span:first-of-type {
	text-align: left;
	padding-left: 25px;
	width: 40%;
}

.product-down-dl dt {
	background: #054391;
}

.pro_content_info_bd {
	margin-top: 0.8rem;
}

.pro_content_info_bd .my-top {
	margin-bottom: 0.5rem;
}

dl {
	margin-bottom: 1rem;
	margin-top: 0.3rem;
}

.product-down-dl dt span {
	color: #ffffff;
	font-size: 18px;
}

.product-down-dl dd {
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
}

.product-down-dl dd span {
	padding: 20px;
}

.product-down-dl dt,
.product-down-dl dd {
	display: flex;
	align-items: center;
}

.product-down-dl dd .down-a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/pic_down_07.png) no-repeat;
	background-position: center;
}

.product-down-dl dd a:hover {
	color: #054391;
}

.product-down-dl dd .down-a:hover {
	background-image: url(../images/pic_down_hover_07.png);
}

@media screen and (max-width: 768px) {
	.padd-bottom-50 {
		padding: 20px 0;
	}

	.wrap {
		max-width: 94.5%;
	}

	.nei-title h2 {
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.nei-tab-list {
		flex-wrap: wrap;
		justify-content: start;
		margin-bottom: 10px;
	}

	.nei-tab-list li {
		width: 49%;
		/* margin-right: 2%; */
		margin-bottom: 2%;
	}

	.nei-tab-list li a {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		display: block;
	}

	.nei-tab-list a {
		padding: 4px 20px;
	}

	.product-detail-down .product-down-dl.active {
		display: block;
	}

	.product-down-dl {
		width: auto;
	}

	.product-down-dl dt span {
		display: none !important;
	}

	.product-down-dl dd span {
		display: none !important;
	}



	.product-down-dl dt span:first-child {
		display: block !important;
		width: 33% !important;

	}

	.product-down-dl dt span:nth-child(5) {
		display: block !important;
		width: 33% !important;
	}

	.product-down-dl dt span:last-child {
		display: block !important;
		width: 33% !important;
	}


	.product-down-dl dd span:first-child {
		display: block !important;
		width: 33% !important;
	}

	.product-down-dl dd span:nth-child(5) {
		display: block !important;
		width: 33% !important;
	}

	.product-down-dl dd span:last-child {
		display: block !important;
		width: 33% !important;
	}

}

/* 资料下载 e */

/* 流程 */
.dingzhi {
	width: 100%;
}

.dingzhi img,
.dingzhi_1 img {
	width: 100%;
}

.service {
	position: relative;
	padding: 80px 0 90px;
	overflow: hidden;
}

.service .ny_s {}

.service .ny_s .s_left {
	width: 50%;
}

.service .ny_s .s_left .s_tit {}

.service .ny_s .s_left .s_tit .s_en {
	display: block;
	font-size: 16px;
	line-height: 1.333;
	color: #2d2d2d;
	text-transform: uppercase;
}

.service .ny_s .s_left .s_tit .s_cn {
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.333;
	margin: 0 0 3.2vh;
	padding-bottom: 2.1vh;
	position: relative;
}

.service .ny_s .s_left .s_tit .s_cn::after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #164997;
	position: absolute;
	left: 0;
	bottom: 0
}


.service .ny_s .s_left .s_tit .txt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3vh;
}

.service .ny_s .s_left .s_img {}


.s_right {
	width: 48%;
	padding-left: 5.5vw;
	padding-top: 15vh;
}

.s_right .list {}

.s_right .list ul {}

.s_right .list ul li {
	margin-bottom: 3vh;
}

.s_right .list ul li .title {
	position: relative;
	padding-left: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.s_right .list ul li .title::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 3px solid #164997;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.s_right .list ul li .title .name {
	font-size: 24px;
	font-weight: bold;
}

.s_right .list ul li .title .en {
	font-size: 16px;
	color: #9ba4ad;
}

.s_right .list ul li .s-content {
	font-size: 16px;
	line-height: 1.875;
	color: #9ba4ad;
}

/* 新闻中心 */
.k-a {
	width: 100%;
	padding-bottom: .45rem;
	background-color: #f1f5f8;
}

.k-cont {
	width: 100%;
	padding-bottom: .45rem;
}

.k-item {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 0;
	padding: .6rem 0;
}

.k-item:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}

.k-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	transition: all ease .5s;
	height: 1px;
	background-color: #054391;
}

.k-lt {
	display: inline-block;
	vertical-align: middle;
	width: 30.68%;
}

.k-img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(300/480*100%);
}

.k-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.00);
	transition: all ease .5s;
}

.k-rt {
	display: inline-block;
	vertical-align: middle;
	width: 66.32%;
	padding-left: .65rem;
}

.k-time {
	color: #666666;
	margin-bottom: .1rem;
}

.k-name {
	color: #333333;
	line-height: 1.41;
	margin-bottom: .2rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.k-intro {
	color: #666666;
	line-height: 1.71;
	margin-bottom: .4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.k-more {
	color: #666666;
}

.k-more:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: .2rem;
	transform: rotate(-180deg);
	border-radius: 50%;
	width: .4rem;
	height: .4rem;
	border: solid 1px #dddddd;
	background-image: url('../images/a10.png');
	background-size: .08rem auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.k-item:hover .k-img img {
	transform: scale(1.05);
}

.k-item:hover .k-name {
	color: #054391;
}

.k-item:hover .k-more {
	color: #054391;
}

.k-item:hover .k-more:before {
	border: solid 1px #054391;
	background-color: #054391;
	background-image: url('../images/a10-c.png');
}

.k-item:hover:after {
	width: 100%;
}

@media(max-width:900px) {
	.k-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.k-lt {
		width: 45%;
	}

	.k-rt {
		width: 55%;
		padding-left: .2rem;
	}

	.k-name {
		margin-bottom: .15rem;
	}

	.k-intro {
		margin-bottom: .15rem;
		line-height: 1.71em;
		height: 1.71em;
		-webkit-line-clamp: 1;
	}
}

.l-a {
	width: 100%;
	padding-top: .6rem;
	padding-bottom: 1rem;
	background-color: #f2f5f9;
}

.l-cont {
	width: 100%;
	padding: .6rem .5rem .7rem;
	position: relative;
	background-color: #fff;
}

.l-cont:before {
	content: '';
	position: absolute;
	top: 0;
	right: 4.68rem;
	width: 1px;
	height: 100%;
	background-color: #eeeeee;
}

.l-cont:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.l-left {
	float: left;
	width: 9.5rem;
}

.l-top {
	width: 100%;
	padding-bottom: .1rem;
	margin-bottom: .25rem;
	border-bottom: 1px solid #eeeeee;
}

.l-titles {
	color: #222222;
	line-height: 1.33;
	font-weight: bold;
	margin-bottom: .25rem;
}

.l-b {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-lt {
	font-size: 0;
	flex: 1;
}

.l-tip {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	margin-right: .15rem;
	margin-bottom: .2rem;
}

.l-share {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: .2rem;
}

.l-c {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	margin-right: .1rem;
}

.l-tr {
	display: inline-block;
	vertical-align: middle;
}

.l-td {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: .2rem;
}

.l-td:last-child {
	margin-right: 0;
}

.l-icon1 {
	display: block;
	width: .4rem;
	height: .4rem;
	text-align: center;
	line-height: calc(.4rem - 4px);
	border-radius: 50%;
	border: solid 2px #eeeeee;
}

.l-icon1 img {
	max-width: 50%;
	max-height: 50%;
}

.l-icon2 {
	display: none;
	width: .4rem;
	height: .4rem;
	text-align: center;
	line-height: calc(.4rem - 4px);
	border-radius: 50%;
	border: solid 2px #054391;
	background-color: #054391;
}

.l-icon2 img {
	max-width: 50%;
	max-height: 50%;
}

.l-td:hover .l-icon1 {
	display: none;
}

.l-td:hover .l-icon2 {
	display: block;
}

.l-rt {
	font-size: 0;
}

.l-back {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: .2rem;
	color: #666666;
}

.l-back:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: .1rem;
	width: 1em;
	height: 1em;
	background-image: url('../images/a28.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.l-back:hover {
	color: #054391;
}

.l-textbox {
	width: 100%;
	line-height: 1.87;
	color: #666666;
	padding-bottom: .2rem;
}

.l-textbox * {
	line-height: inherit;
	max-width: 100%;
}

.l-buttom {
	width: 100%;
	padding: .15rem .3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f0f4f8;
}

.l-link {
	display: block;
	cursor: pointer;
	max-width: 48%;
	line-height: 1.87;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-link:hover {
	color: #054391;
}

.l-right {
	float: right;
	width: 3.68rem;
	padding-top: .1rem;
}

.l-d {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .3rem;
}

.l-subtitle {
	color: #333333;
	font-weight: bold;
}

.l-more {
	display: inline-block;
	cursor: pointer;
	color: #999999;
}

.l-more:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-left: .1rem;
	width: .44em;
	height: 1em;
	background-image: url('../images/a29.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.l-more:hover {
	color: #054391;
}

.l-more:hover:after {
	background-image: url('../images/a29-b.png');
}

.l-one {
	display: block;
	cursor: pointer;
	width: 100%;
	padding-bottom: .25rem;
	margin-bottom: .25rem;
	border-bottom: 1px solid #eeeeee;
}

.l-img {
	display: block;
	width: 100%;
	margin-bottom: .5rem;
	overflow: hidden;
}

.l-img img {
	width: 100%;
	transform: scale(1.00);
	transition: all ease .5s;
}

.l-text {
	width: 100%;
}

.l-time {
	color: #666666;
	margin-bottom: .05rem;
}

.l-name {
	color: #333333;
	line-height: 1.6;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-one:hover .l-img img {
	transform: scale(1.05);
}

.l-one:hover .l-name {
	color: #054391;
}

.l-list {
	width: 100%;
}

.l-item {
	display: block;
	cursor: pointer;
	color: #333333;
	line-height: 1.6;
	margin-bottom: .1rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-item:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-right: .1rem;
	width: .44em;
	height: 1.6em;
	background-image: url('../images/a29.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.l-item:hover {
	color: #054391;
}

.l-item:hover:before {
	background-image: url('../images/a29-b.png');
}

@media(max-width:900px) {
	.l-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.l-cont {
		padding: .5rem 10px;
	}

	.l-cont:before {
		display: none;
	}

	.l-left {
		width: 100%;
		margin-bottom: .5rem;
	}

	.l-link {
		width: 100%;
		max-width: 100%;
	}

	.l-right {
		width: 100%;
	}
}

/* 联系我们 */
.o-a {
	width: 100%;
	padding-bottom: 1rem;
	background-color: #f2f5f9;
}

.o-top {
	width: 100%;
	margin-top: 0.5rem;
	margin-bottom: .3rem;
	padding: .5rem 2.4rem .5rem .8rem;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.o-left {
	width: 5.5rem;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.o-left .o-name {
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: .3rem;
}

.o-left .o-name span {
	display: block;
	font-weight: bold;
	line-height: 1.2;
}

.o-share {
	width: 100%;
	font-size: 0;
}

.o-one {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	margin-right: .15rem;
	margin-top: .15rem;
}

.teaser {
	opacity: 0;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
	-webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
	transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
	-o-transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
	transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
	transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
}

.teaser.is-visible {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.o-icon1,
.o-icon2 {
	display: block;
	width: .4rem;
	height: .4rem;
	text-align: center;
	line-height: .4rem;
	border-radius: 50%;
	background-color: #ffffff;
}

.o-icon1 img,
.o-icon2 img {
	display: inline-block;
	max-width: 45%;
	max-height: 45%;
}

.o-icon2 {
	display: none;
	background-color: #003789;
}

.o-one:hover .o-icon1 {
	display: none;
}

.o-one:hover .o-icon2 {
	display: block;
}

.o-sub {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	padding-bottom: .2rem;
}

.o-img {
	width: 1.4rem;
	min-width: 80px;
}

.o-img img {
	max-width: 100%;
	max-height: 100%;
}

.o-right {
	width: 4.8rem;
}

.o-b {
	display: inline-block;
	margin-bottom: .3rem;
	padding: 0 .25rem;
	line-height: .4rem;
	color: #ffffff;
	background-color: #003789;
	border-radius: .2rem .2rem .2rem 0px;
	margin-right: .3rem;
}

.o-b img {
	display: inline-block;
	height: 1em;
	margin-right: .1rem;
}

.o-phone {
	display: block;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: .4rem;
}

.o-textbox {
	width: 100%;
	color: #ffffff;
	line-height: 1.66;
	padding-top: .35rem;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.o-textbox * {
	line-height: inherit;
}

.o-middle {
	width: 100%;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: .7rem;
}

.o-address {
	display: block;
	width: 32.24%;
	padding: .4rem .2rem .55rem .35rem;
	margin-right: 1.64%;
	margin-bottom: .3rem;
	background-color: #ffffff;
}

.o-address:nth-child(3n) {
	margin-right: 0;
}

.o-icon {
	display: inline-block;
	margin-bottom: .4rem;
	width: .5rem;
	height: .5rem;
	text-align: center;
	line-height: .75rem;
	background-color: #f2f5f9;
	border-radius: .1rem;
}

.o-icon img {
	max-width: 54%;
	max-height: 54%;
}

.o-name {
	color: #054391;
	line-height: 1.4;
	min-height: 2.8em;
	margin-bottom: .2rem;
}

.o-intro {
	color: #666666;
	line-height: 1.87;
}

.o-intro * {
	line-height: inherit;
}

.o-bottom {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 8.8rem;
	position: relative;
}

.o-lt {
	position: relative;
	z-index: 8;
	width: 10.6rem;
	padding: .8rem;
	background-color: #ffffff;
	border-radius: 0px 1rem 0px 0px;
}

.o-subtitle {
	color: #054391;
	font-weight: bold;
	margin-bottom: .3rem;
}

.o-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.o-item {
	width: 100%;
	position: relative;
	margin-bottom: .2rem;
	border-bottom: 1px solid #eeeeee;
}

.o-tip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: .6rem;
	color: #999999;
}

.o-tip span {
	color: #d10000;
}

.o-c {
	position: relative;
	z-index: 8;
	width: 100%;
}

.o-input {
	border: none;
	background-color: transparent;
	width: 100%;
	height: .6rem;
	color: #333;
}

.o-item.hide .o-tip {
	display: none;
}

.o-code {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.2rem;
	height: 100%;
}

.o-code img {
	cursor: pointer;
	position: absolute;
	top: 5%;
	right: 0;
	width: 100%;
	height: 90%;
	object-fit: contain;
}

.o-textarea {
	border: none;
	background-color: transparent;
	width: 100%;
	padding: .1rem 0;
	height: 1.2rem;
	line-height: .4rem;
}

.o-buttom {
	width: 100%;
	padding-top: .2rem;
}

.o-submit {
	display: inline-block;
	cursor: pointer;
	border: none;
	padding: 0 .74rem;
	color: #ffffff !important;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background-color: #054391;
	border-radius: .3rem;
}

.o-rt {
	width: 7.2rem;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	height: 100%;
}

.o-rt img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.00);
	transition: all ease .5s;
}

@media(min-width:900px) {
	.o-list .o-item {
		width: 3.6rem;
	}
}

@media(max-width:900px) {
	.o-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.o-top {
		padding: .5rem 10px;
	}

	.o-left {
		width: 100%;
		margin-bottom: .35rem;
	}

	.o-right {
		width: 100%;
	}

	.o-address {
		width: 100%;
		margin-right: 0;
	}

	.o-bottom {
		min-height: 1rem;
	}

	.o-lt {
		width: 100%;
		padding: .5rem .3rem;
		border-radius: 0 .3rem 0 0;
	}

	.o-rt {
		width: 100%;
		position: relative;
		height: auto;
		padding-top: calc(880/720*100%);
	}

	.o-sub {
		left: 0;
		transform: translate(0, 0);
	}
}

button,
input[type=submit],
input[type=text],
input[type=button] {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	blr: expression(this.onFocus=this.blur());
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}


/* 地图导航 */

.nyfgs {
	padding: 85px 0;
}

.dtdh_title {
	text-align: center;
}

.dtdh_titleh {
	font-size: 68px;
	color: #054391;
	text-transform: uppercase;
}

.dtdh_titlep {
	font-size: 30px;
	color: #333333;
}

.dtdh_box {
	margin-top: 30px;
	height: 500px;
	border: 1px solid #f4f4f4;
}

.dtdh_box label,
.dtdh_box img {
	max-width: none;
}

/* 人才招聘 */
.pad210 {
	padding-left: 10.9375%;
	padding-right: 10.9375%;
}

.md-about_join .page_1 {
	padding-top: 1.35rem;
	padding-bottom: 1.25rem;
	background-size: cover;
	position: relative;
}

.md-about_join .p1_white {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 88%;
	height: 46%;
	background-color: #ffffff;
	box-shadow: 0px 0px 54px 3px rgb(201 207 220 / 31%);
}

.md-about_join .p1_box {
	position: relative;
	padding: 0.76rem 8.6% 1rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 0.54rem 3px rgb(201 207 220 / 31%);
}

.md-about_join .p1_box .d1 {
	text-align: center;
	color: #191f35;
}

@media (max-width: 1920px) and (min-width: 551px) {
	.s16 {
		font-size: calc(12px + 0.2083333333vw);
	}

	.s18 {
		font-size: calc(12px + 0.3125vw);
	}

	.s20 {
		font-size: calc(12px + 0.4166666667vw);
	}

	.s40 {
		font-size: calc(12px + 1.4583333333vw);
	}
}

.md-about_join .p1_box .d2 {
	margin-top: 0.34rem;
	line-height: 2;
	color: #666;
}

.md-about_join .p1_box .a1 {
	color: #164997;
}

.md-about_join .p1_box .j1 {
	width: 0.77rem;
	height: 0.77rem;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/join1.png);
	left: 0.5rem;
	top: 0;
	transform: translateY(-40%);
}

.md-about_join .p1_box .j2 {
	width: 0.77rem;
	height: 0.77rem;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/join2.png);
	right: 0.5rem;
	bottom: 0;
	transform: translateY(40%);
}

.md-about_join .page_2 {
	padding-top: .3rem;
	padding-bottom: 1rem;
}

.md-about_join .tab {
	margin-top: 0.7rem;
}

.md-about_join .li1 {
	border: solid 1px #e5e5e5;
	margin-bottom: 0.55rem;
}

.md-about_join .hd {
	display: flex;
	align-items: center;
	min-height: .5rem;
}

.md-about_join .hd .h_le {
	width: 17.3333333333%;
	height: 100%;
	padding-left: 0.6rem;
	padding-right: 0.2rem;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	color: #333;
}

.md-about_join .hd .h_ri {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem;
	transition: all 0.3s linear;
	color: #666;
	border-left: 1px solid #e5e5e5;
}

.md-about_join .hd .p2-left {
	display: flex;
	flex: 1;
}

.md-about_join .hd .item {
	width: 33%;
}

.md-about_join .hd .p2-left p+p {
	margin-top: 0.2rem;
}

.md-about_join .hd .bth {
	display: flex;
	align-items: center;
	padding: 0.1rem 0.4rem;
	background-color: #f5f6f7;
	border-radius: 1rem;
	cursor: pointer;
	color: #999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.md-about_join .hd .bth:hover {
	background-color: #164997;
	color: #fff;
}

.md-about_join .hd .bth:hover img:nth-child(2n-1) {
	display: none;
}

.md-about_join .hd .bth:hover img:nth-child(2n) {
	display: block;
}

.md-about_join .hd .bth img {
	margin-top: 0.03rem;
	margin-left: 0.1rem;
}

.md-about_join .hd .bth img:nth-child(2n-1) {
	display: block;
}

.md-about_join .hd .bth img:nth-child(2n) {
	display: none;
}

.md-about_join .bd {
	padding: 0.5rem 0.6rem;
	padding-bottom: 0.6rem;
	padding-right: 1.1rem;
	border-top: 1px solid #e5e5e5;
	display: none;
}

.md-about_join .bd .bd_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0.6rem;
}

.md-about_join .c22 {
	color: #222;
	font-weight: 700;
}

.md-about_join .c66 {
	color: #666;
	font-weight: 700;
}

.md-about_join .bd .href {
	background-color: #164997;
	color: #fff;
	border-radius: 1rem;
	padding: 0.1rem 0.3rem;
	display: inline-flex;
	align-items: center;
}

.md-about_join .bd .href img {
	margin-left: 0.2rem;
}

@media (max-width: 1280px) {
	.md-about_join .hd .h_ri {
		padding-left: 0.5rem;
	}
}

@media (max-width: 900px) {
	.md-about_join .form {
		justify-content: space-between;
	}

	.md-about_join .form .sel {
		width: 30%;
		margin-right: 0;
	}

	.md-about_join .form .inp {
		width: 100%;
		margin-top: 0.3rem;
	}

	.md-about_join .hd .h_le {
		min-width: 30%;
	}

	.md-about_join .hd .h_ri {
		padding-left: 0.5rem;
		padding-right: 0.6rem;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		justify-content: flex-end;
	}

	.md-about_join .hd .p2-left {
		display: none;
	}

	.md-about_join .bd {
		padding-right: 0.6rem;
	}

	.md-about_join .bd .bd_1 .b1 {
		width: 60%;
	}

	.md-about_join .bd .bd_2 .miaoshu {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.md-about_join .bd .bd_2 .fuli {
		width: 100%;
	}

	.md-about_join .bd .bd_4 {
		display: block;
		flex-wrap: wrap;
		line-height: 2;
		margin-bottom: 0.5rem;
	}
}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
	.ab_culture ul {
		flex-wrap: wrap !important;
	}

	.ab_culture ul li {
		width: 50%;
		min-height: 320px;
	}

}

@media screen and (min-width: 769px) and (max-width: 1359px) {
	.ab_culture ul {
		flex-wrap: wrap !important;
	}

	.ab_culture ul li:nth-child(3) {
		background-color: #054391;
		color: white;
	}

	.ab_culture ul li:nth-child(3) .box .icon {
		position: relative;
		filter: drop-shadow(100vw 0px 0 white);
		-webkit-filter: drop-shadow(100vw 0px 0 white);
		right: 100vw;
	}

	.ab_culture ul li:nth-child(3) .box p {
		color: white;
	}

	.ab_culture ul li:nth-child(3) .box span {
		color: white;
	}

	.ab_culture ul li:nth-child(3) .box p:after {
		background-color: white;
	}

	.ab_culture ul li:nth-child(4) {
		background-color: white;
		color: #333;
	}

	.ab_culture ul li:nth-child(4) .box p {
		color: #5f5f5f;
	}

	.ab_culture ul li:nth-child(4) .box p:after {
		background-color: #000;
	}

	.ab_culture ul li:nth-child(4) .box span {
		color: #054391;
	}

	.ab_culture ul li:nth-child(4) .box .icon {
		position: relative;
		filter: drop-shadow(100vw 0px 0 #161616);
		-webkit-filter: drop-shadow(100vw 0px 0 #161616);
		right: 100vw;
	}
}


@media all and (max-width:1279px) {

	/* 1152 × (864) */
	.dtdh_titleh {
		font-size: 40px;
	}

	.dtdh_titlep {
		font-size: 26px;
	}

}

@media all and (max-width:1170px) {

	.Header-container .logo h1 a img,
	.Header-wrapper.on .logo h1 a img+img,
	.Header-wrapper:hover .logo h1 a img+img {
		height: 45px;
	}

	.Header-container .nav_item>ul>li {
		margin: 0 0.5rem 0 0;
	}

}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */

}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */
	/* head */
	.Header-container .nav_item {
		display: none;
	}

	.c-switch {
		display: block;
	}

	.ab_tit h3 {
		font-size: 28px;
	}

	.profile_view {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.profile_pic,
	.profile_text {
		width: 100%;
		padding-right: 0;
	}

	.profile_pic img {
		position: relative;
		width: 100%;
		height: auto;
	}

	.profile_text .info {
		height: auto;
	}

	.profile_ul li h4 {
		font-size: 36px;
	}

	.profile_ul li p {
		font-size: 14px;
	}

	.solutions-nav ul {
		flex-wrap: wrap;
	}
}

@media all and (max-width:996px) {
	.service {
		padding: 30px 0;
	}

	.service .ny_s {
		flex-wrap: wrap;
	}

	.service .ny_s .s_left,
	.s_right {
		width: 100%;
	}

	.s_right {
		padding-top: 8vh;
		padding-left: 0;
	}

	.service .ny_s .s_left .s_tit .s_en,
	.s_right .list ul li .title .en,
	.s_right .list ul li .s-content {
		font-size: 14px;
	}

	.service .ny_s .s_left .s_tit .s_cn {
		font-size: 22px;
	}

	.service .ny_s .s_left .s_tit .txt {
		font-size: 16px;
		font-weight: 100;
	}

	.s_right .list ul li .title .name {
		font-size: 18px;
	}
}

@media all and (max-width:768px) {
	.md-ban {
		padding-top: 80px;
	}

	.md-ban .tx {
		top: 60%;
	}

	.profile_ul {
		flex-wrap: wrap;
	}

	.profile_ul li {
		width: 50%;
	}

	.ab_culture ul li {
		width: 100%;
		height: auto;
		padding: 0.4rem;
	}

	.solutions-nav ul {
		justify-content: flex-start;
	}

	.solutions-nav li {
		width: 33.3333%;
	}

	.solutions-data-1 .container .content {
		width: 100%;
		padding-top: 0.1rem;
		font-size: 0.24rem;
	}

	.solutions-data-2 .list li {
		width: 50%;
		padding: 0 0 0.3rem 0.3rem;
	}

	.solutions-data-2 .list li p {
		font-size: .22rem;
		line-height: .36rem;
	}

	.solutions-data-3 li {
		padding: 0.38rem 0.15rem;
	}

	.solutions-data-3 li p {
		font-size: .22rem;
	}

	.solutions-data-3 li p {
		height: 8em;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}

@media all and (max-width:640px) {


	/* 移动终端以上 360 适配 */
	.profile_text {
		padding: 0.4rem 0 0;
	}

	.ab_tit h3 {
		font-size: 24px;
	}

	.profile_text .info {
		line-height: 1.6;
		font-size: 13px;
	}

	.profile_ul li h4 {
		font-size: 32px;
	}

	.ab_culture ul li .box span {
		font-size: 20px;
	}

	.ab_team .con ul li .info p {
		font-size: 22px;
	}

	.ab_team .con ul li .info span {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
	}

	.innov_con2 .honor_view ul li p {
		font-size: 14px;
	}

	.solutions-data-1 .btn {
		position: static;
	}

	.solutions-data-1 .btn ul {
		margin-left: -0.4rem;
	}

	.solutions-data-1 .title {
		font-size: 0.32rem;
	}

}

@media all and (max-width:480px) {
	.profile_ul li .ico img {
		height: 48px;
	}

	.profile_ul li p {
		margin-top: 0.2rem;
	}

	.profile_ul li p span {
		font-size: 14px;
	}
}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}