@charset "utf-8";

body {
	padding-top: 0 !important;
}

.page_public_about {
	padding-top: 30px;
}

.page_public_family {
	padding-top: 30px;
}

.page_public_family .j_tit {
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	background: rgb(238, 238, 238);
	border-left: 12px solid #0092da;
	margin-top: 10px;
	padding-left: 20px;
	margin-bottom: 50px;
}

.page_public_family .list1 .item {
	border-bottom: 1px solid rgb(221, 221, 221);
	padding: 30px 0;
}

.page_public_family .list1 .item .item_con {
	flex: 1;
	min-width: 0;
	padding-right: 40px;
}

.page_public_family .list1 .item .item_con .tit {

	margin-bottom: 10px;
	font-size: 18px;
}

.page_public_family .list1 .item .item_img {
	width: 23%;
}

.page_public_family .list1 .item .item_img img {
	width: 100%;
}

.page_public_family .list2 {
	display: flex;
}

.page_public_family .list2 .cover {
	width: 25%;
}

.page_public_family .list2 .cover img {
	width: 100%;
}

.page_public_family .list2 .con {
	flex: 1;
	min-width: 0;
	padding-left: 30px;
}

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	justify-content: space-between;
	z-index: 999;
	transition: all .4s;
	padding: 0 3%;
}

.header_top {
	height: 46px;
	align-items: center;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
}

.header_top .info_hd {
	flex: 1;
}

.header_top .info_hd span {
	margin-right: 50px;
}

.header_top .info_hd span a:hover {
	text-decoration: underline;
}

.header_top .info_bd .search {
	cursor: pointer;
	transition: all .4s;
}

.header_top .info_bd .search i {
	margin-right: 8px;
}

.header_top .info_bd .search:hover {
	color: #0092da;
}

.header_top .info_bd .language {
	margin: 0 30px;
}

.header_top .info_bd .language .lang {
	height: 20px;
	background: rgba(0, 0, 0, .25);
	border-radius: 100px;
	padding: 0 10px;
	cursor: pointer;
	transition: all .4s;
	color: #fff;
}

.header_top .info_bd .language .lang i {
	font-size: 8px;
	margin-left: 5px;
}

.header_top .info_bd .language .lang:hover {
	background: #0092da;
	color: #333;
}

.header_wrap {
	height: 80px;
	position: relative;
	z-index: 100;
}

.header_wrap .nav_btn {
	height: 50px;
	background: #0092da;
	color: #fff;
	font-family: 'M-B';
	border-radius: 100px;
	padding: 0 12px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .5s;
	font-size: 15px;
}

.header_wrap .nav_btn:hover {
	padding: 0 20px;
}

.header .logo {}

.header .logo img {
	max-height: 71px;
}

.header .logo .img2 {
	display: none;
}

.nav_info {
	flex: 1;
	padding: 0 50px 0 10%;
}

.nav .nav_li {
	padding: 16px;
	position: relative;
}

.nav .nav_li .nav1 a {
	display: block;
	line-height: 48px;
	position: relative;
	text-transform: uppercase;
	transition: all 0s;
	white-space: nowrap;
	margin: 0 12px;
	z-index: 1;
	color: #fff;
	font-family: 'M-B';
}

.nav .nav_li .nav1 a:after {
	content: '';
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #eee;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	z-index: -2;
	transform: scale(0);
	height: 3px;
	z-index: -1;
	background: #0092da;
}

.nav .nav_li .nav1 a i {
	font-size: 12px;
	margin-left: 2px;
	vertical-align: middle;
}

.nav .nav_li:hover .nav1 a,
.nav .nav_li.cur .nav1 a,
.header_on .nav .nav_li:hover .nav1 a,
.header_on .nav .nav_li.cur .nav1 a {
	color: #0092da;
}

.nav .nav_li:hover .nav1 a:after,
.nav .nav_li:hover .nav1 a:before,
.nav .nav_li.cur .nav1 a:after,
.nav .nav_li.cur .nav1 a:before {
	transform: scaleX(1);
}

.nav .nav_li .nav2_wrap {
	display: none;
	position: absolute;
	top: 81px;
	background: #fff;
	left: 0;
	width: 300px;
	z-index: -1;
	padding: 10px 20px 20px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
}

.nav .nav_li .nav2_wrap>a {
	font-size: 14px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	margin-top: 10px;
	text-transform: capitalize;
	font-family: 'M-R';
}

.nav .nav_li .nav2_wrap>a:hover {
	background: #f5f5f5;
}

.nav .nav_li.nav_li1 {
	position: static;
}

.nav .nav_li .nav2_wrap.nav2_product_wrap {
	width: 100%;
	padding: 30px 20px;
}

.nav .nav_li .nav2_wrap.nav2_product {
	width: 100%;
}

.nav .nav_li .nav2_wrap.nav2_product_wrap .j_item {
	flex: 1;
	padding: 0 20px;
}

.nav .nav_li .nav2_wrap.nav2_product_wrap .j_item h4 a {
	display: block;
	margin-bottom: 6px;
	font-family: 'M-B';
}

.nav .nav_li .nav2_wrap.nav2_product_wrap .j_item h5 {
	margin-bottom: 4px;
}

.nav .nav_li .nav2_wrap.nav2_product_wrap .j_item h5 a {
	font-size: 15px;
	display: block;
}


.nav a {
	color: #333;
}

.nav a:hover {
	color: #0092da;
}

.layer_search {
	position: fixed;
	z-index: 998;
	background: #fff;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	padding-top: 250px;
}

.layer_search form {
	position: relative;
	width: 800px;
	margin: auto;
}

.layer_search form input {
	outline: none;
	width: 100%;
	height: 70px;
	border: 1px solid #aaa;
	border-radius: 100px;
	padding: 0 40px 0 20px;
	background: transparent;
	margin: auto;
	font-size: 20px;
}

.layer_search form input::placeholder {
	font-size: 16px;
	color: #999;
}

.layer_search form button {
	outline: none;
	border: none;
	position: absolute;
	right: 20px;
	top: 12px;
	background: transparent;
	cursor: pointer;
}

.layer_search form button i {
	font-size: 26px;
	color: #c5c5c5;
}

.layer_search form button i:hover {
	color: #0092da;
}

.layer_search .close {
	right: 10%;
	top: 160px;
	position: absolute;
}

.layer_search .close i {
	font-size: 36px;
	display: block;
	transition: all .4s;
	cursor: pointer;
}

.layer_search .close i:hover {
	transform: rotate(180deg);
	color: #0092da;
}

.header.header_on {
	background: rgba(255, 255, 255, .95);
	backdrop-filter: saturate(180%) blur(6px);
	border-bottom: 1px solid #999;
}

.header_on .header_top {
	color: #333;
	border-bottom-color: #999;
}

.header_on .nav .nav_li .nav1 a {
	color: #333;
}

.header_on.header .logo .img1 {
	display: none;
}

.header_on.header .logo .img2 {
	display: block;
}

/* banner */
.banner {
	position: relative;
	overflow: hidden;
}

.banner video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.banner .wrapper {
	position: relative;
}

.banner .item_img img {
	width: 100%;
}

.banner .item .item_con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 5vh;
}

.banner .item .item_con .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner .item .item_con .info {
	display: flex;
	flex-direction: column;
}

.banner .item .item_con .tit {
	margin-bottom: 40px;
}

.banner .item .item_con .tit h5 {
	font-size: 60px;
	line-height: 1;
	color: #fff;
	margin-bottom: 25px;
}

.banner .item .item_con .tit h5 p {
	font-size: 42px;
	line-height: 1;
	text-shadow: 2px 4px 8px rgb(0, 0, 0, .4);
}

.banner .item .item_con .tit span {
	color: #0092da;
	line-height: 1;
}

.banner .item .item_con .tit h6 {
	color: #fff;
	font-size: 22px;
	text-align: justify;
	text-shadow: 2px 4px 8px rgb(0, 0, 0, .4);
}

.banner .item .item_con .desc {
	font-size: 34px;
	margin: 10px 0 100px;
}

.banner .swiper-pagination {
	bottom: 100px;
	text-align: left;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 4px;
	height: 10px;
	border-radius: 100px;
	background: #fff;
	margin: 0 6px;
	opacity: 1;
	position: relative;
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0092da;
	height: 18px;
}

.banner_ico {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 30;
	width: 42px;
	height: 42px;
	border: 1px solid #000;
	transform: rotate(-45deg);
	display: flex;
	justify-content: center;
	align-items: center;
	animation: downico 2s ease-out infinite;
	color: #000;
	transition: all .6s;
	cursor: pointer;
	border-radius: 5px;
}

.banner_ico i {
	transform: rotate(-45deg);
	display: block;
	font-size: 20px;
}

@keyframes downico {
	0% {
		bottom: 20px;
	}

	50% {
		bottom: 50px;
	}

	100% {
		bottom: 20px;
	}
}

.banner_ico:hover {
	border-color: #0092da;
	background: #0092da;
	color: #fff;
}


/* more_style_ */

.new_more {
	align-items: center;
	display: flex;
	margin-top: 30px;
	position: relative;
	z-index: 2;
	width: 270px;
}

.new_more:after {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .4s;
	z-index: -1;
	border: 2px solid #0092da;
	transform: rotate(-45deg);
}

.new_more .ico {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.new_more .ico i {
	color: #0092da;
	font-size: 24px;
}

.new_more span {
	margin-left: 20px;
	color: #fff;
	text-shadow: 2px 4px 8px rgb(0, 0, 0, .4);
	text-transform: uppercase;
	transition: all .4s;
	font-family: 'M-B';
}

.new_more:hover:after {
	transform: rotate(0deg);
	background: #0092da;
}

.new_more:hover .ico i {
	color: #fff;
}

.new_more:hover span {
	margin-left: 10px;
	text-decoration: underline;
}

.new_more_blue {
	color: #0092da;
}

.new_more_blue:hover span {
	color: #fff;
}

/* tit_box1 */

.tit_box1 {
	padding: 80px 0 50px;
	text-align: center;
}

.tit_box1_center {
	text-align: center;
}

.tit_box1 .tit h4 {
	font-size: 48px;
	line-height: 1;
	text-transform: uppercase;
}

.tit_box2 {
	text-align: center;
	padding: 80px 0 30px;
}

.tit_box2 .tit h4 {
	line-height: 1.1;
	font-size: 40px;
	text-transform: capitalize;
}

.tit_box2 .tit p {
	font-size: 18px;
	margin-top: 30px;
	color: #333;
}

.bg1 {
	background: #f1f1f1;
}

.bg2 {
	background: #0092da;
}

.bg3 {
	background: #f5f5f5;
}


/* product_menu */

.product_menu {
	padding: 30px 30px 0;
}

.product_menu .list {
	margin: 0 -10px;
}

.product_menu .item {
	padding: 0 10px;
	width: 25%;
}

.product_menu .item .img_scale .img {
	overflow: visible;
}

.product_menu .item a {
	display: block;
	position: relative;
	overflow: hidden;
}

.product_menu .item .img_bg {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}

.product_menu .item .img_bg img {
	width: 100%;
}

.product_menu .item .img_bg:after {
	width: 0;
	height: 100%;
	display: block;
	position: absolute;
	content: '';
	background: linear-gradient(to right, rgba(255, 180, 0, 1), rgba(255, 180, 0, 0.1));
	left: 0;
	top: 0;
	transition: all .4s;
}

.product_menu .item .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 35px 0 0 40px;
	z-index: 2;
}

.product_menu .item .info .tit {
	font-size: 36px;

	color: #fff;
	width: 60%;
	line-height: 1;
}

.product_menu .item .info .img {
	position: absolute;
	right: 25px;
	bottom: 15px;
}

.product_menu .item .info .more {
	border: 1px solid #333;
	border-radius: 100px;
	display: none;
	font-size: 14px;

	padding: 0 15px;
	text-transform: uppercase;
	margin-top: 60px;
	transition: all .4s;
}

.product_menu .item .info .more i {
	margin-left: 6px;
}

.product_menu .item:hover .img_bg:after {
	width: 100%;
}

.product_menu .item:hover .info .more {
	display: inline-block;
}

.product_menu .item .info .more:hover {
	background: #333;
	color: #fff;
}

.pt50 {
	padding-top: 50px;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

/* product_wrap */

.product_wrap {
	position: relative;
}

.product_swiper {
	overflow: hidden;
}

.product_swiper a {
	flex-direction: column;
	align-items: center;
	position: relative;
}

.product_swiper .item_tit {
	font-size: 160px;
	color: #0092da;
	text-transform: uppercase;
	line-height: 1;

}

.product_swiper .item_img {
	max-width: 52%;
	position: relative;
	margin-top: -80px;
}

.product_swiper .img_scale .img {
	overflow: visible;
}

.product_swiper .item_con {
	padding-top: 60px;
}

.product_swiper .item_con .tit {
	font-size: 22px;

	color: #0092da;
	text-align: center;
	margin-bottom: 20px;
}

.product_swiper .item_con .desc p {
	font-size: 18px;
	position: relative;
	padding-left: 16px;
}

.product_swiper .item_con .desc p:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0092da;
}

.product_wrap {
	position: relative;
}

.product_wrap .swiper-button-prev,
.product_wrap .swiper-button-next {
	width: 295px;
	height: 341px;
	top: 36%;
}

.product_wrap .swiper-button-prev {
	left: -10%;
}

.product_wrap .swiper-button-next {
	right: -10%;
}

.product_wrap .swiper-button-prev:after,
.product_wrap .swiper-button-next:after {
	display: none;
}

/* 修改 2025-4-26 */
.line-clamp2 {
	line-height: 1.3;
	height: 2.6em;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.color-666 {
	color: #666;
}

.color-fff {
	color: #fff;
}

.line-height {
	line-height: 2;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f34 {
	font-size: 34px;
}

.f48 {
	font-size: 50px;
	text-transform: uppercase;
}

.flex-wrap {
	flex-wrap: wrap;
}

.mt-50 {
	margin-top: 50px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.mr-10 {
	margin-right: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.line-clamp4 {
	height: 8em;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: capitalize
}

.position-relative {
	position: relative;
}

.bg-white {
	background-color: white;
}

.p40 {
	padding: 40px;
}

.transition {
	transition: all .36s;
}

.ljgd,
.ljzx {
	width: 120px;
	height: 34px;
	border-radius: 22px;
	border: 1px solid #a8aeba;
	transition: all .36s;
}

.ljgd {
	background-color: #a8aeba;
	color: #fff;
}

.ljgd:hover,
.ljzx:hover {
	background-color: #0092da;
	color: #fff;
	border-color: #0092da;
	transform: translateY(-8px);
}

.ind_product {
	padding: 50px 0 80px;
}

.dis-flex-center-center {
	align-items: center;
	justify-content: center;
}

.idxPro {
	background: #f2f3f5;
}

.idxTitle .f80 {
	opacity: 0.08;
}

.line-height1-6 {
	line-height: 1.6;
}

.idxProUl li {
	width: 49.3%;
	margin-right: 1.4%;
	margin-bottom: 30px;
}

.idxProUl li:nth-child(2n) {
	margin-right: 0;
}

.idxProUl li .img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	/* max-height: 270px; */
	max-width: 48%;
	padding: 20px;
}

.idxProUl li .txt {
	position: relative;
	z-index: 2;
	width: 45%;
}

.idxProUl li .txt .wb_ka {
	word-break: keep-all;
}

.idxProUl li:hover {
	box-shadow: 0 0 0 10px #0092da;
	color: #0092da;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

@media screen and (max-width: 540px) {
	.ind_product {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.ind_product .idxTitle .f48 {
		font-size: 36px;
	}

	.idxProUl {
		margin-top: 20px;
	}

	.idxProUl li {
		width: 100%;
		margin-right: 0;
		padding: 20px;
	}

	.idxProUl li .img {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
		display: block;
		transform: translateY(0);
		max-width: 100%;
		max-height: auto;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.idxProUl li .img img {
		max-width: 100%;
		max-height: 100%;
	}

	.idxProUl li .txt {
		width: 100%;
	}

	.idxProUl li .txt .line-clamp4 {
		margin-top: 20px;
	}

	.idxTitle .f50 {
		margin-top: -20px;
	}

	.ljgd,
	.ljzx {
		height: 30px;
	}
}

/* solution_wrap */


.solution_wrap .j_item {
	position: relative;
}

.solution_wrap .j_item .j_item_hd {
	position: absolute;
	z-index: 2;
	left: 10vw;
}

.solution_wrap .j_item .j_item_hd_w {
	width: 21vw;
	padding-top: 90px;
}

.solution_wrap .j_item .j_item_hd .j_tit {
	font-size: 48px;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.solution_wrap .j_item .j_item_hd .list {
	display: flex;
	flex-direction: column;
}

.solution_wrap .j_item .j_item_hd .list .item {
	display: inline-block;
	padding-left: 22px;
	font-size: 22px;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
	text-transform: capitalize;
}

.solution_wrap .j_item .j_item_hd .list .item:before {
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 18px;
	display: block;
}

.solution_wrap .j_item .j_item_hd .list .item_w.cur .item {
	color: #0092da;
}

.solution_wrap .j_item .j_item_hd .list .item_w.cur .item:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #0092da;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.solution_wrap .j_item .j_item_hd .list .item_w.cur .item:before {
	background: #0092da;
}

.solution_wrap .j_item .j_item_bd_item .item_bg img {
	width: 100%;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item {
	position: relative;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1600px;
	top: 0;
	height: 100%;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .item_con_w {
	position: absolute;
	left: 27.5%;
	border-left: 1px solid rgba(255, 255, 255, .5);
	height: 100%;
	padding-left: 135px;
	display: flex;
	flex-direction: column;
	z-index: 3;
	justify-content: flex-end;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .tit {
	font-size: 32px;
	color: #0092da;
	text-transform: capitalize;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .desc {
	width: 50%;
	font-size: 18px;
	color: #fff;
	margin: 20px 0 60px;
	text-transform: capitalize;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .more {
	border: 1px solid #fff;
	border-radius: 100px;
	padding: 0 23px;
	margin-bottom: 165px;
	font-family: 'M-B';
	height: 45px;
	line-height: 43px;
	width: 180px;
	color: #fff;
	text-transform: uppercase;
	transition: all .5s;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .more i {
	margin-left: 6px;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .ico {
	width: 150px;
	height: 150px;
	border-top-right-radius: 1000px;
	background: #0092da;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .more:hover {
	background: #fff;
	color: #333;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .ico img {
	filter: invert(100%) sepia(55%) saturate(83%) hue-rotate(236deg) brightness(115%) contrast(100%);
	width: 64px;
	height: 64px;
	margin: 25px 25px 0 0;
}

.solution_wrap .j_item_bd .j_item_bd_item {
	display: none;
}

.solution_wrap .j_item_bd .j_item_bd_item:first-child {
	display: block;
}


/* about */

.about_wrap {
	background: url("../images/about_bg.png") no-repeat right bottom #f1f1f1;
	padding: 30px 0;
}

.about_con .j_desc {
	text-align: center;
}

.about_con .j_desc h5 {
	font-size: 30px;

	line-height: 1;
	margin-bottom: 30px;
}

.about_con .j_desc p {
	font-size: 22px;
}

.about_con .btns {
	display: flex;
	margin: 70px 0 100px;
	justify-content: center;
}

.about_con .btns a {
	height: 50px;
	border: 2px solid #444;
	font-family: 'M-B';
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 100px;
	margin: 0 20px;
	text-transform: uppercase;
	transition: all .5s;
}

.about_con .btns a i {
	margin-left: 10px;
}

.about_con .btns a.btn,
.about_con .btns a:hover {
	background: #0092da;
	border-color: #0092da;
	color: #333;
}

.about_con .btns a:hover {
	color: #fff;
}

.about_con .btns a:hover {
	padding: 0 25px;
}


/* about_data */

.about_data {
	justify-content: space-around;
	margin: 0 -66px;
}

.about_data .item {
	padding: 0 66px;
	width: 25%;
}

.about_data .item .item_w {
	border-bottom: 2px solid #333;
	/* justify-content: center; */
	justify-content: space-between;
	padding-bottom: 35px;
}

.about_data .item .item_w .con {
	font-family: 'M-B';
}

.about_data .item .num {}

.about_data .item .num span {
	line-height: 1.2;

	font-size: 58px;
}

.about_data .item .desc {
	font-size: 18px;
	text-transform: uppercase;
}

.about_data .item .img {
	/* padding-right: 25px; */
}

/* news */

.news_wrap {
	background: url("../images/news_bg.png") no-repeat center top;
}

.news_tit_box1 .tit {
	text-align: left;
}

.news_list {}

.news_list .item {
	display: block;
}

.news_list .item .item_img {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.news_list .item .item_img img {
	width: 100%;
}

.news_list .item .item_con {
	background: #f1f1f1;
	padding: 25px 35px;
	border-radius: 0 0 10px 10px;
	transition: all .5s;
}

.news_list .item .item_con .time {
	font-size: 15px;
}

.news_list .item .item_con .tit {
	font-size: 22px;
	line-height: 1.4;
	height: 2.8em;
	transition: all .4s;
}

.news_list .item .item_con .desc {
	margin: 10px 0 25px;
	color: #666;
}

.news_list .item .item_con .btn {
	font-size: 14px;
	border: 1px solid #333;
	display: inline-block;
	border-radius: 100px;
	padding: 0 15px;
	text-transform: uppercase;
	line-height: 28px;
	height: 30px;
	transition: all .4s;
}

.news_list .item .item_con .btn i {
	margin-left: 8px;
	font-weight: bold;
	vertical-align: middle;
}


.news_list .item:hover .item_con {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.news_list .item:hover .item_con .tit {
	color: #0092da;
	text-decoration: underline;
}

.news_list .item:hover .item_con .btn {
	color: #fff;
	background: #0092da;
	border-color: #0092da;
}

.news_con {
	position: relative;
}

.news_con .arrow {
	display: flex;
	position: absolute;
	right: 0;
	top: -75px;
}

.news_con .arrow .swiper-button-prev {
	margin-right: 25px;
}

.news_con .arrow .swiper-button-prev,
.news_con .arrow .swiper-button-next {
	width: 45px;
	height: 45px;
	background: #f1f1f1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	color: #333;
	transition: all .5s;
}

.news_con .arrow .swiper-button-prev i,
.news_con .arrow .swiper-button-next i {
	font-size: 24px;
}

.news_con .arrow .swiper-button-prev i {
	transform: rotateY(180deg);
}

.news_con .arrow .swiper-button-prev:after,
.news_con .arrow .swiper-button-next:after {
	display: none;
}

.news_con .arrow .swiper-button-prev:hover,
.news_con .arrow .swiper-button-next:hover {
	background: #0092da;
	color: #fff;
}

/* public_message */

.public_message_con {
	border-radius: 30px;
	background: #fff;
	margin-top: 70px;
	padding: 70px;
}

.public_message_con .cover {
	width: 40%;
	height: 500px;
	background: #f6f6f6;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.public_message_con .cover img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.public_message_con .page_contact2_form {
	background: transparent;
}

.public_message_con .page_contact2_form .input_box .input input,
.public_message_con .page_contact2_form textarea {
	border: 1px solid #ddd;
}

.page_part_big_img img {
	width: 100%;
}

.footer_message_wrap {
	padding-top: 80px;
}

.footer_message {
	flex: 1;
	min-width: 0;
	padding-right: 6%;
}

.footer_message .tit {
	text-transform: capitalize;
}

.footer_message_img {
	width: 52%;
}

.footer_message_img img {
	border-radius: 15px;
}

.footer_message .tit {
	font-size: 32px;
	line-height: 1.3;
}

.footer_message .desc {
	font-size: 18px;
	margin: 10px 0 40px;
	text-transform: capitalize;
}

.footer_message .form .input_box {
	margin: 0 -10px;
}

.footer_message .form .input_box.yzm{
    margin: 0;
    align-items: center;
}

.footer_message .form .input_box.yzm img{
    margin-left: 2vw;
    cursor: pointer;
}

.footer_message .form .input {
	padding: 0 10px;
	flex: 1;
}

.footer_message .form input,
.footer_message .form textarea {
	border-radius: 200px;
	height: 58px;
	outline: none;
	border: none;
	border-bottom: 1px solid #bbb;
	font-size: 16px;
	padding: 15px 0;
	width: 100%;
	line-height: 25px;
	border-radius: 0;
	background: transparent;
	margin-bottom: 10px;
}

.footer_message .form .yzm input{
    width:auto;
    padding-bottom: 0;
}

.footer_message .form textarea {
	height: 100px;
}

.footer_message .form .button {
	margin-top: 35px
}

.footer_message .form button {
	border: none;
	outline: none;
	width: 180px;
	height: 50px;
	border-radius: 100px;
	background: #0092da;
	cursor: pointer;
	font-size: 15px;
	transition: all .4s;
	font-family: 'M-B';
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.footer_message .form button i {
	margin-left: 10px;
	font-size: 20px;
	vertical-align: middle;
}

.footer_message .form .button a:hover {
	text-decoration: none;
}

.footer_message .form button:hover {
	opacity: .8;
	width: 200px;
	color: #fff;
}

/* footer */

.footer {
	background: #333;
	color: #fff;
}

.footer_con {
	padding: 50px 0 80px;
}

.footer_menu {
	width: 75%;
}

.footer_menu .item {
	flex: 1;
	min-width: 0;
}

.footer_menu .item h4 a {
	font-size: 18px;
	font-family: 'M-B';
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}

.footer_menu .item h5 a {
	display: block;
	margin-bottom: 8px;
	color: #fff;
}

.footer_contact {
	padding-left: 4%;
	flex: 1;
	min-width: 0;
}

.footer_contact .txt {
	font-size: 16px;
}

.footer_contact .txt p {
	margin-top: 8px;
	line-height: 1.4;
	opacity: .8;
}

.footer_contact .txt p:hover {
	opacity: 1;
	cursor: pointer;
}

.footer_contact .btn a {
	width: 160px;
	height: 45px;
	background: #0092da;
	color: #333;
	display: block;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;

	text-transform: uppercase;
	transition: all .4s;
}

.footer_contact .btn a i {
	margin-left: 5px;
}

.footer_contact .btn a:hover {
	width: 170px;
	color: #fff;
}

.footer_share {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.footer_share .share {
	flex: 1;
}

.footer_share .share h4 {
	font-size: 18px;

	margin-right: 10px;
}

.footer_share .auth .item {
	margin-left: 40px;
}


.footer_copyright_wrap {}

.footer_copyright {
	display: flex;
	height: 70px;
	justify-content: center;
	color: #fff;
	align-items: center;
}

.footer_copyright a {
	color: #fff;
	margin-left: 30px;
}

.footer_menu a:hover {
	color: #0092da;
	text-decoration: underline;
}

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

/*左侧工具条*/

.fl {
	float: left;
}

.fr {
	float: right;
}

#toolbar {
	position: fixed;
	z-index: 9;
	right: 17px;
	bottom: 10%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #0092da;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font,
#toolbar li.whatsapp .r_ico{
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
	background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
	background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
	background-position: 0 -30px;
}

#toolbar li .icon-message:after {
	background-position: 0 -120px;
}

#toolbar li .icon-top:after {
	background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
	background-position: 0 0;
}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box,
#toolbar li.whatsapp .ewm-box{
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #0092da;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img,
#toolbar li.whatsapp .ewm-box img{
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #0092da;
	border-right: none;
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

#toolbar li.whatsapp .r_ico img.c_c_ico,
#toolbar li.whatsapp:hover .r_ico img.c_W_ico{
    opacity: 1;
}

#toolbar li.whatsapp:hover .r_ico img.c_W_ico{
    left: 15px;
    top: 15px;
}

#toolbar li.whatsapp .r_ico img.c_W_ico,
#toolbar li.whatsapp:hover .r_ico img.c_c_ico{
    opacity: 0;
}

#toolbar li.whatsapp .r_ico img{
    content: "";
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box,
#toolbar li.whatsapp:hover .ewm-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #0092da;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font,
#toolbar li:hover .r_ico{
	background-color: #0092da;
}

#toolbar li:hover .icon-qq:after {
	background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
	background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
	background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
	background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
	background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
	background-position: -30px -60px;
}

@media (max-width: 990px) {

	#toolbar,
	.guanggao-dbbox {
		display: none;
	}
}

.all_from {
	position: absolute;
	display: block;
	width: 900px;
	height: 400px;
	max-height: 400px;
	min-width: 900px;
	min-height: 400px;
	max-width: 900px;
	overflow: visible;
	z-index: -1;
	top: 28%;
	left: 50%;
	margin-left: -25%;
	opacity: 0;
	transition: all .3s;
}

.all_from.act {
	opacity: 1;
	z-index: 99999;
}

.form_all {
    display: block;
    position: fixed;
    top: 20%;
	left: 50%;
	padding: 2vw;
	height: auto;
	width: 700px;
	max-width: 96%;
    max-height: 600px;
	min-width: 600px;
	min-height: 450px;
	margin-left: -350px;
    border-radius: 20px;
	background: rgb(255, 255, 255);
	border-width: 0px;
	border-style: none;
	border-color: rgb(41, 43, 44);
	border-image: initial;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 24px 0px;
}

.form_all .tc_guanbi {
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: center;
}

.form_all .tc_guanbi img {
	width: 25px;
	height: 25px;
	object-fit: cover;
}

.right_form {
	width: 100%;
}

.form_txt {}

.form_txt .form_tit {
	display: block;
	margin-bottom: 1vw;
	 font-size: 22px;
	color: #000;
	font-weight: 700;
}

.form_txt span {
	display: block;
	color: #28324e;
	margin-bottom: 8px;
	font-weight: 500;
}

.form_bd {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.form_bd input,
.tc_yzm{
    display: block;
    margin-bottom: 8px;
	padding: 8px 5px;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	outline: none;
	border: 1px solid rgb(154, 137, 137);
}

.form_bd input:last-child {
	margin-right: 0;
}

.right_form textarea {
	display: block;
	padding: 10px 5px;
	margin-bottom: 8px;
	height: 88px;
	font-size: 16px;
	line-height: 14px;
	border-radius: 0px;
	width: 100%;
	outline: none;
	resize: none;
	border: 1px solid rgb(154, 137, 137);
}

.right_form button {
	display: block;
	margin-top: 30px;
	font-size: 16px;
	height: 46px;
	width: 45%;
	font-weight: 500;
	line-height: 46px;
	color: rgb(0, 0, 0);
	background: #0092da;
	border-color: transparent;
	cursor: pointer;
	outline: none;
	border-radius: 100px;
	transition: all .3s;
}

.right_form button:hover {
    color: #fff;
	background-color: #0092da;
}

.tc_guanbi {
	transition: all .3s;
}

.tc_guanbi:hover {
	cursor: pointer;
	transform: rotate(180deg);
}

.form_bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
    transition-duration: .2s;
    z-index: 10000;
}

.form_bg.act{
    opacity: 1;
    visibility: visible;
}

.tc_form img{
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}

/* page_banner */

.page_banner {
	position: relative;
}

.page_banner .img img {
	width: 100%;
}

.page_banner_con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.page_banner_con .info {
	width: 45%;
}

.page_banner_con .tit {
	font-size: 36px;

	line-height: 1.2;
	color: #0092da;
	text-transform: capitalize;
}

.page_banner_con .desc {
	margin: 20px 0 50px;
}

.page_banner_con .pos {
	margin-top: 10px;
	font-family: 'RobotoLight';
}

.page_banner_con .pos a {
	padding: 0 3px;
}

.page_about_banner_con {
	/* position: absolute;
	left: 0;
	top: 0; */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page_about_banner_con .list {
	justify-content: space-around;
	margin: 0 -66px;
}

.page_about_banner_con .item {
	padding: 0 66px;
	width: 25%;
}

.page_about_banner_con .item .item_w {
	border-bottom: 2px solid #fff;
	justify-content: center;
	padding-bottom: 35px;
}

.page_about_banner_con .item .num {
	line-height: 1;
}

.page_about_banner_con .item .num span {
	line-height: 1;

	font-size: 54px;
	color: #0092da;
}

.page_about_banner_con .item .desc {
	font-size: 20px;
	text-transform: uppercase;

	color: #fff;
}

.page_about_banner_con .item .img {
	padding-right: 60px;
}

.page_about_banner_con .item .img img {
	filter: invert(57%) sepia(96%) saturate(493%) hue-rotate(1deg) brightness(104%) contrast(107%);
}

.page_about_banner_con .btns {
	display: flex;
	margin-top: 80px;
}

.page_about_banner_con .btns .btn {
	height: 45px;
	border: 1px solid #fff;
	border-radius: 100px;

	padding: 0 30px;
	line-height: 43px;
	text-transform: uppercase;
	margin: 0 10px;
	color: #fff;
	transition: all .5s;
	cursor: pointer;
}

.page_about_banner_con .btns .btn.btn2 {
	border-color: #0092da;
	color: #0092da;
}

.page_about_banner_con .btns .btn:hover {
	background: #0092da;
	color: #333;
	border-color: #0092da;

}

#about_video_iframe {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	display: none;
}

#about_video_iframe .close {
	position: absolute;
	top: -34px;
	right: -40px;
	color: #fff;
	cursor: pointer;
}

#about_video_iframe .close i {
	font-size: 36px;
}

#about_video_iframe .close:hover {
	color: #0092da;
}


.page_product_banner_con {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0;
}

.page_product_banner_con .content_img .info {
	flex: 1;
	padding-right: 100px;
	min-width: 0;
}

.page_product_banner_con .content_img .info .tit {
	font-size: 40px;

}

.page_product_banner_con .content_img .info .desc {
	padding-right: 5%;
	margin-top: 15px;
}

.page_product_banner_con .content_img .img {
	width: 39%;
}



.page_banner_menu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.page_banner_menu .list {
	justify-content: center;
}

.page_banner_menu .list .item a {
	background: rgba(0, 0, 0, .6);
	height: 60px;
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding: 0 40px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
}

.page_banner_menu .list .item.cur a,
.page_banner_menu .list .item:hover a {
	background: var(--subtheme-color);
}

.inner_pos_wrap {
	/* margin-top: 127px; */
}

.inner_pos {
	height: 60px;
}

.inner_pos a:first-child {
	padding-left: 0;
}

.inner_pos a:hover {
	color: #0092da;
}

/* pager_solution_show */

.page_solution_tit.about_tit_box1 {
	padding: 50px 0 30px;
}


.page_case_study_wrap {
	padding-bottom: 60px;
	background: #0092da url(../images/ab_environment.jpg) no-repeat center/cover;
}

.page_case_study {
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}

.page_case_study .item .img {
	border-radius: 10px;
	overflow: hidden;
}

.page_case_study .item .img img {
	width: 100%;
}

.page_case_study .item .con {
	padding-top: 20px;
}

.page_case_study .item .con h4 {
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	transition: all .4s;
}

.page_case_study .item .con p {
	margin-top: 10px;
	color: #666;
}

.page_case_study .item:hover .con h4 {
	/* color: #0092da; */
}

.page_case_study.news_con .arrow {
	top: auto;
	bottom: 0;
}

.page_case_study.news_con .arrow .swiper-button-prev,
.page_case_study.news_con .arrow .swiper-button-next {
	background: #fff;
}

.page_case_study.news_con .arrow .swiper-button-prev:hover,
.page_case_study.news_con .arrow .swiper-button-next:hover {
	background: #0092da;
}

/* page_suggested_products */

.page_suggested_products {
	margin: 0 -20px;
}

.page_suggested_products .item {
	width: 25%;
	padding: 0 20px;
}

.page_suggested_products .item .img {
	border-radius: 10px;
	overflow: hidden;
}

.page_suggested_products .item .img img {
	width: 100%;
}

.page_suggested_products .item .con {
	padding-top: 20px;
}

.page_suggested_products .item .con h4 {
	font-size: 22px;

	text-align: center;
}

.page_suggested_products .item .con .btns {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.page_suggested_products .item .con .btns a {
	width: 100px;
	height: 28px;
	border: 1px solid #333;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s;
	font-size: 14px;
	text-transform: uppercase;

	margin: 0 10px;
}

.page_suggested_products .item .con .btns a i {
	margin-left: 5px;
}

.page_suggested_products .item .con .btns .btn1 {
	border-color: #0092da;
	color: #0092da;
}

.page_suggested_products .item .con .btns a:hover {
	background: #0092da;
	border-color: #0092da;
	color: #333;
}

/* page_service_panel1 */

.page_service_panel1 .item_img {
	width: 46.875%;
}

.page_service_panel1 .item_img img {
	width: 100%;
	border-radius: 15px;
}

.page_service_panel1 .item_con {
	flex: 1;
	min-width: 0;
	padding-left: 5%;
}

.page_service_panel1 .item_con .tit {
	font-size: 36px;

}

.page_service_panel1 .item_con .desc {
	margin: 20px 0 50px;
}


/* page_service_panel2 */

.page_service_panel2 {
	padding: 70px 0;
}

.page_service_panel2 .j_tit {
	font-size: 40px;

	text-align: center;
	line-height: 1;
	margin: 0 -10px;
}

.page_service_panel2 .list {
	margin-top: 30px;
}

.page_service_panel2 .list .item {
	width: 33.333%;
	padding: 0 10px;
}

.page_service_panel2 .list .item_w {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 40px;
	height: 100%;
}

.page_service_panel2 .list .item .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	border-bottom-right-radius: 100px;
	background: #0092da;
	padding: 15px 0 0 15px;
}

.page_service_panel2 .list .item .tit {
	padding: 0 0 0 90px;

	font-size: 24px;
}

.page_service_panel2 .list .item .desc {
	color: #666;
	margin-top: 20px;
}


/* page_service_panel3 */

.page_service_panel3.page_service_panel1 .item_con {
	padding: 0 5% 0 0;
}

.page_service_panel3.page_service_panel1 .item_con .desc h5 {
	font-size: 24px;
	color: #0092da;
	margin: 0 0 10px;

}

.page_service_panel4 .img_list {
	margin-top: 40px;
}

.page_service_panel4 .img_list .img {
	width: 47.5%;
}

.page_service_panel4 .img_list .img img {
	border-radius: 10px;
}

.page_service_panel4 .list {
	flex: 1;
	min-width: 0;
	padding-left: 5%;
}

.page_service_panel4 .list .item {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}

.page_service_panel4 .list .item .tit {
	cursor: pointer;
	transition: all .4s;
}

.page_service_panel4 .list .item .tit h4 {
	font-size: 20px;
	flex: 1;
	min-width: 0;
	line-height: 1.3;
	padding-right: 20px;
	text-transform: capitalize
}

.page_service_panel4 .list .item .tit i {
	font-size: 14px;
	line-height: 1;
	transform: rotate(45deg);
	transition: all .4s;
	color: #666;
}

.page_service_panel4 .list .item .desc {
	padding-top: 20px;
	display: none;
}

.page_service_panel4 .list .item .tit.cur i {
	transform: rotate(0deg);
}

.page_service_panel4 .list .item .tit i:hover {
	color: #0092da;
}

.page_service_panel4 .list .item:hover .tit {
	color: #0092da;
}

.page_service_panel4 .btn {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

/* page_service_panel5 */

.page_service_panel5_list {

	height: 270px;
	overflow: hidden;
	padding-bottom: 40px;
	position: relative;
	margin-top: 30px;
}

.page_service_panel5_list .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2) !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_service_panel5_list .img {
	border: 1px solid #ddd;
	height: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.page_service_panel5_list .img img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.page_service_panel5_list .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
}

.page_service_panel5_list .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0092da;
}

/* page_service_panel6 */

.page_service_panel6_list {
	margin: 30px -15px 0;
}

.page_service_panel6_list .item {
	padding: 15px;
	width: 50%;
}

.page_service_panel6_list .item a {
	background: #f2f2f2;
	border-radius: 5px;
	padding: 30px 50px;
	height: 100%;
	transition: all .4s;
}

.page_service_panel6_list .item .tit {
	flex: 1;
	font-size: 18px;

	padding: 0 20px;
}

.page_service_panel6_list .item .btn {
	flex-direction: column;
	transition: all .4s;
}

.page_service_panel6_list .item .btn i {
	font-size: 18px;
}

.page_service_panel6_list .item .btn span {
	font-size: 14px;
	line-height: 1;

}

.page_service_panel6_list .item a:hover {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}

.page_service_panel6_list .item:hover .btn {
	color: #0092da;
}

.page_service_panel6 .j_btn_style1 {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.page_download_list.page_service_panel6_list {
	margin-top: 0;
}

.page_download_list.page_service_panel6_list .item {
	width: 100%;
}

.page_download_list .item .time {
	padding-right: 20%;
}

/* page_oness_panel1 */

.page_oness_panel1 {
	font-size: 18px;
	color: #666;
}

.page_oness_panel2 {
	padding: 30px 100px 0;
	margin: 0 -110px;
}

.page_oness_panel2 .item {
	width: 33.333%;
	padding: 30px 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.page_oness_panel2 .item:after {
	position: absolute;
}

.page_oness_panel2 .item .img {
	border-radius: 50%;
	width: 180px;
	height: 180px;
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.page_oness_panel2 .item .img .num {
	position: absolute;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #0092da;
	font-family: 'GothicBi';
	font-size: 24px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
}

.page_oness_panel2 .item .tit {
	font-size: 18px;

	margin-top: 40px;
	text-align: center;
}

/* page_oness_panel3 */

.page_oness_panel3 {
	padding-top: 50px;
}

.page_oness_panel3 .panel_img {
	width: 45%;
}

.page_oness_panel3 .panel_img img {
	border-radius: 10px;
}

.page_oness_panel3 .panel_con {
	flex: 1;
	min-width: 0;
	padding-left: 5%;
}

.page_oness_panel3 .panel_con .tit {
	font-size: 24px;

	margin-bottom: 20px;
}

.page_oness_panel3 .panel_con .con {
	font-size: 18px;
}

/* page_product_menu */


.page_product_menu {
	width: 300px;
	margin-right: 30px;
}

.page_product_menu .bg {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
}

.page_product_menu .search form {
	position: relative;
	margin-bottom: 20px;
}

.page_product_menu .search .input {
	font-size: 12px;
	border: 2px solid #e7e7e7;
	border-radius: 3px;
	width: 100%;
	height: 45px;
	padding: 0 20px 0 38px;
}

.page_product_menu .search button {
	position: absolute;
	border: none;
	background: transparent;
	left: 10px;
	top: 10px;
}

.page_product_menu .menu {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.page_product_menu .menu_tit {
	font-size: 20px;

	text-transform: capitalize;
	color: #333;
	margin-bottom: 10px;
}

.page_product_menu .menu_list .item {
	border-bottom: 1px solid #ddd;
	padding: 14px 0;
}

.page_product_menu .menu_list .item:last-child {
	border-bottom: none;
}

.page_product_menu .menu_list .item .hd a {
	flex: 1;
	min-width: 0;
	padding-left: 16px;
	position: relative;
	color: #333;
}

.page_product_menu .menu_list .item .hd a:before {
	width: 5px;
	height: 5px;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	background: #333;
	border-radius: 50%;
}

.page_product_menu .menu_list .item .hd i {
	cursor: pointer;
	font-size: 12px;
	transform: rotate(180deg);
	line-height: 1;
	font-weight: bold;
	transition: all .4s;
}

.page_product_menu .menu_list .item .bd {
	display: none;
	padding-left: 16px;
}

.page_product_menu .menu_list .item .bd a {
	font-size: 14px;
	padding-top: 8px;
	line-height: 1.4;
}

.page_product_menu .menu_list .item .hd.cur i,
.page_product_menu .menu_list .item .hd i:hover {
	transform: rotate(0deg);
	color: #0092da;
}

.page_product_menu .menu_list .item .hd.cur a,
.page_product_menu .menu_list .item .hd a:hover,
.page_product_menu .menu_list .item .bd a:hover {
	color: #0092da;
}

.page_product_menu .menu_list .item .hd.cur a:before,
.page_product_menu .menu_list .item .hd a:hover:before {
	background: #0092da;
}

/* page_product_index_menu */

.page_product_index {
	font-size: 16px;
	padding-bottom: 25px;
}

.page_product_index_menu {
	margin: -25px 0;
	padding-top: 60px;
}

.page_product_index_menu .item {
	width: 31.333%;
	margin-bottom: 3vw;
	margin-right: 3%;
}

.page_product_index_menu .item:nth-child(3n) {
	margin-right: 0;
}

/*.page_product_index_menu .item:last-child {*/
/*	display: none;*/
/*}*/

.page_product_index_menu .item a {
	display: block;
	background: #f1f1f1;
	border-radius: 5px;
	height: 100%;
	overflow: hidden;
}

.page_product_index_menu .item .item_img {
	position: relative;
	overflow: hidden;
}

.page_product_index_menu .item .item_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #c1c1c1, transparent 50%);
	z-index: 1;
}

.page_product_index_menu .item .item_img h4 {
	font-size: 26px;
	color: #fff;
	font-family: 'M-M';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
	line-height: 1.3;
	z-index: 2;
}

.page_product_index_menu .item .item_img h4 span{
    color: #0092da !important;
}

.page_product_index_menu .item .item_img img {
	width: 100%;
	transition: all .3s;
}

.page_product_index_menu .item:hover .item_img img {
	transform: scale(1.1);
}

.page_product_index_menu .item .item_con {
	padding: 35px;
}

.page_product_index_menu .item .item_con .desc {
	font-size: 16px;
	height: 5.4em;
}

.page_product_index_menu .item .item_con .more {
	width: 90px;
	height: 28px;
	border: 1px solid #333;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	display: flex;
	font-family: 'M-B';
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
	transition: all .4s;
}

.page_product_index_menu .item .item_con .more i {
	margin-left: 6px;
	font-weight: bold;
}

.page_stage_panel2 .content {
	flex: 1;
	min-width: 1;
	padding-right: 4%;
	font-size: 18px;
}

.page_product_index_menu .item:hover .item_con .more {
	border-color: #0092da;
	background: #0092da;
	color: #fff;
}

.page_stage_panel3 {
	justify-content: space-around;
}

.page_stage_panel3 .item {
	padding: 0 15px;
}

.page_stage_panel4.j_btn_style1 {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.page_stage_panel4.j_btn_style1 a {
	width: 245px;
}


/* page_cases_menu */

.page_cases_menu {
	margin: -10px -13px;
	padding-bottom: 60px;
}

.page_cases_menu .item {
	width: 20%;
	padding: 10px 13px;
}

.page_cases_menu .item a {
	display: flex;
	padding: 15px 22px;
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 100%;
	transition: all .4s;
}

.page_cases_menu .item img {
	max-width: 42px;
	max-height: 42px;
}

.page_cases_menu .item span {
	font-size: 18px;

	padding-left: 30px;
}

.page_cases_menu .item a:hover {
	border-color: #0092da;
	background: #fbf4e4;
}

.page_cases_menu .item.cur a {
	background: #0092da;
	border-color: #0092da;
}

/* page_cases_list */

.page_cases_list {
	margin: -15px -25px;
}

.page_cases_list .item {
	width: 33.33%;
	display: block;
	padding: 15px 25px;
}

.page_cases_list .item .item_img {
	border-radius: 10px;
	overflow: hidden;
}

.page_cases_list .item .item_img img {
	width: 100%;
}

.page_cases_list .item .item_con {
	padding-top: 15px;
}

.page_cases_list .item .item_con .tit {
	font-size: 24px;

	transition: all .4s;
}

.page_cases_list .item .item_con .time {
	color: #666;
	margin-top: 10px;
}

.page_cases_list .item:hover .item_con .tit {
	color: #0092da;
}


/* product_model_select */

.product_model_select {
	margin: 0 100px;
	background: #f1f1f1;
	padding: 25px 60px;
	margin-bottom: 40px;
	border-radius: 5px;
}

.product_model_select .layui-form-select dl dd.layui-this {
	background: #0092da;
}

.product_model_select .list {
	width: 75%;
	display: flex;
}

.product_model_select .list .item {
	width: 33.333%;
	padding-right: 20px;
}

/*.product_model_select .list .item select{*/
/*    height: 45px;*/
/*    width: 100%;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    padding:0 0 0 10px;*/
/*    text-transform: uppercase;*/
/*    outline: none;*/
/*}*/
.product_model_select .btn {
	flex: 1;
	min-width: 0;
	margin-left: 20px;
	background: #333;

	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .3s;
}

.product_model_select .btn:hover {
	background: #0092da;
	color: #333;
}


/* page_product_list */

.page_product_list_tit {
	font-size: 18px;

	margin-bottom: 10px;
}

.page_product_list_tit span {
	margin-right: 5px;
	color: #0092da;
}

.page_product_list {}

.page_product_list .list {
	margin: -20px;
}

.page_product_list .item {
	display: block;
	padding: 20px;
	width: 33.3333%;
}

.page_product_list .item .item_w {
	display: block;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-bottom: 35px;
	height: 100%;
	transition: all .4s;
}

.page_product_list .item .item_img {
	filter: brightness(125%);
}

.page_product_list .item .item_img img {
	max-width: 140%;
}

.page_product_list .item .item_con {
	text-align: center;
	margin-top: 15px;
}

.page_product_list .item .item_con .tit {
	font-size: 24px;
	transition: all .4s;
}

.page_product_list .item .item_con .desc {
	font-size: 16px;
}

.page_product_list .item .item_con .btns {
	display: flex;
	margin-top: 20px;
	justify-content: center;
}

.page_product_list .item .item_con .btns a {
	width: 90px;
	height: 28px;
	margin: 0 5px;
	border: 1px solid #333;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	display: flex;

	font-size: 14px;
	text-transform: uppercase;
	transition: all .4s;
}

.page_product_list .item .item_con .btns a i {
	margin-left: 6px;
	font-weight: bold;
}

.page_product_list .item .item_con .btns a.btn2 {
	width: 110px;
}

.page_product_list .item .item_con .btns a:hover {
	border-color: #0092da;
	background: #0092da;
	color: #fff;
}

.page_product_list .item_w:hover {
	border-color: #0092da;
}

.page_product_list .item:hover .item_con .tit {
	color: #0092da;
}


/* product_detail */

.j_pd_detail {
	padding: 80px 0 50px;
}

.j_pd_detail_con {
	padding-top: 60px;
}

.j_pd_detail_hd_img {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.j_pd_detail_hd .infos {
	flex: 1;
	padding: 0 0 0 5%;
	min-width: 0;
}

.j_pd_detail_hd .infos h1 {
	font-size: 48px;
	line-height: 1.2;
	color: #0092da;

}

.j_pd_detail_hd .infos .desc {
	font-size: 18px;
	margin: 35px 0 50px;
}

.j_pd_detail_hd .infos .desc p {
	padding-left: 25px;
	position: relative;
	margin-bottom: 6px;
}

.j_pd_detail_hd .infos .desc p:before {
	content: '';
	display: block;
	width: 13px;
	height: 8px;
	background: url("../images/arrow.png") no-repeat;
	position: absolute;
	left: 0;
	top: 10px;
}

.j_pd_detail_hd .infos .list {
	display: flex;
	margin: 0 -16px;
}

.j_pd_detail_hd .infos .list .item {
	padding: 0 16px;
}

.j_pd_detail_hd .infos .list .item .img {
	border-radius: 50%;
	border: 2px solid #0092da;
	overflow: hidden;
}


.j_pd_detail_hd .infos .btns {
	margin-top: 100px;
}

.j_pd_detail_hd .infos .btns .btn {
	display: flex;
	align-items: center;
	height: 45px;
	width: 240px;
	background: var(--subtheme-color);
	color: #fff;
	justify-content: center;
	text-transform: capitalize;
	border-radius: 100px;
	transition: all .4s;

}

.j_pd_detail_hd .infos .btns .btn i {
	color: #fff;
	font-size: 20px;
	margin-right: 8px;
	transition: all .3s;
}

.j_pd_detail_hd .infos .btns .btn:hover {
	background: #0092da;
}


/* pdd_tit_box */

.pdd_tit_box {
	text-align: center;
	padding: 60px 0 30px;
}

.pdd_tit_box .tit {
	font-size: 45px;

	text-transform: uppercase;
	line-height: 1.2;
}

.pdd_tit_box .desc {
	font-size: 18px;
}

.j_pd_detail_introduction .desc {
	font-size: 18px;
}

.j_pd_detail_introduction .desc p {
	margin-bottom: 6px;
}

.j_pd_detail_introduction .list {
	position: relative;
	overflow: hidden;
	padding: 80px 0 100px;
}

.j_pd_detail_introduction .list .item {
	border-radius: 15px;
	overflow: hidden;
}

.j_pd_detail_introduction .list .item .img img {
	width: 100%;
}

.j_pd_detail_introduction .list .arrow {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.j_pd_detail_introduction .list .swiper-button-next,
.j_pd_detail_introduction .list .swiper-button-prev {
	position: initial;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #bbb;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 0;
	margin: 0 10px;
}

.j_pd_detail_introduction .list .swiper-button-next:after,
.j_pd_detail_introduction .list .swiper-button-prev:after {
	font-size: 18px;
	font-weight: bold;
}

.j_pd_detail_introduction .list .swiper-button-next:hover,
.j_pd_detail_introduction .list .swiper-button-prev:hover {
	background: #0092da;
}

/* pd_detail_application */

.j_pd_detail_application .list {
	margin: -13px;
	padding-bottom: 105px;
}

.j_pd_detail_application .list a {
	display: block;
	width: 33.333%;
	padding: 13px;
}

.j_pd_detail_application .list .item {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.j_pd_detail_application .list .item .img img {
	width: 100%;
}

.j_pd_detail_application .list .item .con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
}

.j_pd_detail_application .item .con h4 {
	font-size: 30px;

	color: #fff;
	line-height: 1.2;
	position: relative;
	padding-top: 20px;
}

.j_pd_detail_application .item .con h4:before {
	content: '';
	width: 30px;
	height: 2px;
	background: #0092da;
	position: absolute;
	left: 0;
	top: 0;
}

.j_pd_detail_application .item:hover .img img {
	opacity: 0.7;
}


.j_pd_detail_introduction .desc {
	font-size: 18px;
}

.j_pd_detail_introduction .desc p {
	margin-bottom: 6px;
}

.j_pd_detail_introduction .list {
	position: relative;
	overflow: hidden;
	padding: 80px 0 100px;
}

.j_pd_detail_introduction .list .item {
	border-radius: 15px;
	overflow: hidden;
}

.j_pd_detail_introduction .list .item .img img {
	width: 100%;
}

.j_pd_detail_introduction .list .arrow {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.j_pd_detail_introduction .list .swiper-button-next,
.j_pd_detail_introduction .list .swiper-button-prev {
	position: initial;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #bbb;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 0;
	margin: 0 10px;
}

.j_pd_detail_introduction .list .swiper-button-next:after,
.j_pd_detail_introduction .list .swiper-button-prev:after {
	font-size: 18px;
	font-weight: bold;
}

.j_pd_detail_introduction .list .swiper-button-next:hover,
.j_pd_detail_introduction .list .swiper-button-prev:hover {
	background: #0092da;
}

/* pd_detail_application */

.j_pd_detail_application .list {
	margin: -13px;
	padding-bottom: 105px;
}

.j_pd_detail_application .list a {
	display: block;
	width: 33.333%;
	padding: 13px;
}

.j_pd_detail_application .list .item {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.j_pd_detail_application .list .item .img img {
	width: 100%;
}

.j_pd_detail_application .list .item .con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
}

.j_pd_detail_application .item .con h4 {
	font-size: 30px;

	color: #fff;
	line-height: 1.2;
	position: relative;
	padding-top: 20px;
}

.j_pd_detail_application .item .con h4:before {
	content: '';
	width: 30px;
	height: 2px;
	background: #0092da;
	position: absolute;
	left: 0;
	top: 0;
}

.j_pd_detail_application .item:hover .img img {
	opacity: 0.7;
}




/* page_ecology_index */

.page_ecology_index .list {
	margin: 0 -20px;
}

.page_ecology_index .list .item {
	padding: 0 20px;
}

.page_ecology_index .list .item .img img {
	border-radius: 10px;
}

.page_ecology_index .list .item .tit {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}

/* page_ecology_index_swiper */

.page_ecology_index_swiper {
	padding: 40px 0;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
	display: none;
}

.page_ecology_index_swiper_Wrap .page_ecology_index_swiper:first-child {
	display: block;
}

.page_ecology_index_swiper .item {
	display: block;
	padding: 30px 60px;
	background: #fff;
	border: 1px solid #fff;
}

.page_ecology_index_swiper .item .img {
	display: flex;
	justify-content: center;
}

.page_ecology_index_swiper .item .tit {
	text-align: center;
	margin-top: 20px;
}

.page_ecology_index_swiper .swiper-button-next,
.page_ecology_index_swiper .swiper-button-prev {
	background: #0092da;
	width: 30px;
	height: 50px;
	color: #fff;
	opacity: .5;
}

.page_ecology_index_swiper .swiper-button-next:after,
.page_ecology_index_swiper .swiper-button-prev:after {
	font-size: 18px;
}

.page_ecology_index_swiper .swiper-button-prev {
	left: 0;
	border-radius: 0 10px 10px 0;
}

.page_ecology_index_swiper .swiper-button-next {
	right: 0;
	border-radius: 10px 0 0 10px;
}

.page_ecology_index_swiper .swiper-button-next:hover,
.page_ecology_index_swiper .swiper-button-prev:hover {
	opacity: 1;
}

.page_ecology_index_swiper .item:hover {
	border-color: #0092da;
}

.page_ecology_index_swiper .item:hover .tit {
	color: #0092da;
}

/* page_ecology_index_partners */

.page_ecology_index_partners .list {
	margin: -25px;
	padding-bottom: 120px;
}

.page_ecology_index_partners .list .item_wrap {
	width: 20%;
	padding: 25px;
}

.page_ecology_index_partners .list .item {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	border-radius: 10px;
}

.page_ecology_index_partners .list .item .img {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* page_become_form */

.page_become_form {
	width: 660px;
	margin: auto;
	padding-bottom: 110px;
}

.page_become_form form {
	margin: 0 -20px;
}

.page_become_form .input {
	width: 50%;
	padding: 0 20px 20px;
}

.page_become_form .input.input_show {
	display: none;
}

.page_become_form .input h4 {
	font-size: 13px;
	color: #666;
	margin-bottom: 3px;
	text-align: left;
}

.page_become_form .input h4 i {
	color: #0092da;
}

.page_become_form .input input,
.page_become_form .input select,
.page_become_form .input textarea {
	width: 100%;
	height: 50px;
	padding: 10px;
	line-height: 28px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0 10px;
	outline: none;
	font-size: 16px;
}

.page_become_form .input input::placeholder,
.page_become_form .input textarea::placeholder {
	font-size: 13px;
	color: #bbb;
}

.page_become_form .input select {
	font-size: 13px;
	color: #bbb;
}

.page_become_form .input select option {
	padding: 5px 10px;
	font-size: 16px;
	color: #333;
}

.page_become_form .input select.cur {
	color: #333;
	font-size: 16px;
}

.page_become_form .input textarea {
	height: 120px;
}

.page_become_form .input.input100 {
	width: 100%;
}

.page_become_form .txt_btn {
	padding: 10px 20px 0;
	width: 100%;
}

.page_become_form .txt_btn .txt {
	font-size: 13px;
	color: #666;
	flex: 1;
	display: block;
	text-align: left;
}

.page_become_form .txt_btn .button button {
	width: 140px;
	height: 45px;
	background: #0092da;
	border-radius: 100px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;

	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	transition: all .4s;
}

.page_become_form .txt_btn .button button:hover {
	background: #333;
}

/* page_ecology_index_menu */

.page_ecology_index_menu {
	margin: -35px;
	padding-bottom: 100px;
}

.page_ecology_index_menu .item {

	width: 33.333%;
	padding: 35px;
}

.page_ecology_index_menu .item a {
	background: #f7f7f7;
	border-radius: 10px;
	padding: 55px;
	display: block;
	text-align: center;
	height: 100%;
	transition: all .4s;
}

.page_ecology_index_menu .item .item_con {
	padding-top: 20px;
}

.page_ecology_index_menu .item .item_con .tit {
	font-size: 36px;

}

.page_ecology_index_menu .item .item_con .desc {
	margin-top: 5px;
}

.page_ecology_index_menu .item .item_con .btn {
	width: 140px;
	height: 40px;
	border-radius: 100px;
	border: 1px solid #0092da;
	font-size: 14px;
	margin: 40px auto 0;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;

	color: #0092da;
	transition: all .4s;
}

.page_ecology_index_menu .item a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}

.page_ecology_index_menu .item a:hover .item_con .btn {
	background: #0092da;
	color: #fff;
}

/* page_ecology_list_advantage */

.page_ecology_list_advantage .item {
	width: 25%;
	padding: 40px 60px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.page_ecology_list_advantage .item .item_con {
	padding-top: 30px;
}

.page_ecology_list_advantage .item .item_con .tit {
	font-size: 20px;
	color: #0092da;
}

.page_ecology_list_advantage .item .item_con .desc {
	margin-top: 6px;
}

.page_ecology_list {
	padding: 100px 0;
}

.page_ecology_list_advantage .item:hover {
	background: #f7f7f7;
}

.page_ecology_list .list {
	margin: -13px;
}

.page_ecology_list .list a {
	width: 20%;
	display: block;
	padding: 13px;
}

.page_ecology_list .list .item {
	padding: 30px 50px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	transition: all .4s;
}

.page_ecology_list .list .item .img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_ecology_list .list .item .con h4 {
	margin-top: 20px;
	text-align: center;
}

.page_ecology_list .list .item:hover .con h4 {
	color: #0092da;
}

.page_ecology_list .list .item:hover {
	border-color: #0092da;
}

/* public_download */

.public_download .page_support_download_list {
	padding-bottom: 40px;
}

.public_download .page_support_download_list .list_item {
	padding-top: 0;
}

.public_download .page_support_download_list .list_item .list_wrap {
	display: block;
	padding-top: 0;
}

.public_download .page_support_download_list .list_item .list {
	padding-top: 0;
}

/* public_faq */

.public_faq {
	padding-bottom: 80px;
}

.public_faq .page_support_faq_list .list {
	padding-top: 0;
}



.page_products_public_more {
	display: inline-block;
	height: 40px;
	background: #0092da;
	margin: 40px 0 0;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	transition: all .4s;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 14px;
}

.page_products_public_more:hover {
	background: #333;
}




/* page_public_rml_series_retrieve */

.page_public_rml_series_retrieve {
	position: relative;
}

.page_public_rml_series_retrieve .j_bg {
	position: relative;
	z-index: 1;
}

.page_public_rml_series_retrieve .j_bg1 {
	background: #999;
	height: 500px;
}

.page_public_rml_series_retrieve .j_bg:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	left: 0;
	top: 0;
}

.page_public_rml_series_retrieve .j_bg img {
	width: 100%;
}

.page_public_rml_series_retrieve .j_con {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 3;
}

.page_public_rml_series_retrieve .j_con .txt {
	font-size: 24px;
}

.page_public_rml_series_retrieve .j_con .tit {
	font-size: 54px;

	margin: 20px 0 50px;
}

.page_public_rml_series_retrieve .j_con .btn {
	width: 150px;
	height: 44px;
	background: #0092da;
	color: #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .4s;
}

.page_public_rml_series_retrieve .j_con .btn:hover {
	opacity: .7;
}


/* page_about1 */

.page_about_panel1 {}

.page_about_panel1 .tit {
	font-size: 36px;

	text-transform: uppercase;
	line-height: 1;
}

.page_about_panel1 .desc {
	font-size: 24px;
	margin: 20px 0;
	text-transform: capitalize;
}

/* page_about_panel2_wrap */

.page_about_panel2 {
	position: relative;
}

.page_about_panel2 .item {
	align-items: center;
}

.page_about_panel2 .item .img {
	width: 31.5%;
	border-radius: 10px;
	overflow: hidden;
}

.page_about_panel2 .item .img img {
	width: 100%;
}

.page_about_panel2 .item .con {
	flex: 1;
	padding-right: 50px;
	min-width: 0;
}

.page_about_panel2 .item .con h4 {
	font-size: 30px;

}

.page_about_panel2 .item .con p {
	margin: 20px 0;
}

#page_about_panel2 {
	width: 87.5%;
	margin: auto;
	overflow: hidden;
}

.page_about_panel2 .swiper-button-prev,
.page_about_panel2 .swiper-button-next {
	width: 45px;
	height: 45px;
	background: #f1f1f1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	transition: all .5s;
}

.page_about_panel2 .swiper-button-prev i,
.page_about_panel2 .swiper-button-next i {
	font-size: 24px;
}

.page_about_panel2 .swiper-button-prev i {
	transform: rotateY(180deg);
}

.page_about_panel2 .swiper-button-prev:after,
.page_about_panel2 .swiper-button-next:after {
	display: none;
}

.page_about_panel2 .swiper-button-prev:hover,
.page_about_panel2 .swiper-button-next:hover {
	background: #0092da;
	color: #fff;
}


/* page_about_panel3_wrap */

.page_about_panel3 {
	background: #f1f1f1;
	border-radius: 10px;
	overflow: hidden;
}

.page_about_panel3 .img {
	width: 46%;
}

.page_about_panel3 .img img {
	width: 100%;
}

.page_about_panel3 .con {
	flex: 1;
	min-width: 0;
	padding: 50px 6%;
}

.page_about_panel3 .con h4 {
	font-size: 36px;

}

.page_about_panel3 .con p {
	margin: 20px 0 50px;
}

.j_btn_style1 {}

.j_btn_style1 a {
	height: 45px;
	border: 2px solid #333;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 188px;

	text-transform: uppercase;
	transition: all .4s;
}

.j_btn_style1_theme a {
	border-color: #0092da;
	color: #0092da;
}

.j_btn_style1 a i {
	font-size: 18px;
	font-weight: bold;
	margin-left: 6px;
}

.j_btn_style1 a:hover {
	border-color: #0092da;
	color: #fff;
	background: #0092da;
}


/* page_about_panel4 */

.page_about_panel4_wrap {
	position: relative;
}

.page_about_panel4_img img {
	width: 100%;
}

.page_about_panel4_con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page_about_panel4_con .wrapper {
	height: 100%;
}

.page_about_panel4_con .info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
}

.page_about_panel4_con .info h4 {
	font-size: 40px;

	color: #0092da;
}

.page_about_panel4_con .info p {
	font-size: 18px;
	color: #fff;
	margin: 20px 0 60px;
}


/* page_about_panel5 */


.about_tit_box1 {
	display: flex;
	align-items: center;
	padding: 100px 0 40px;
}

.about_tit_box1 .tit {
	flex: 1;
}

.about_tit_box1 .tit h4 {
	font-size: 36px;
	line-height: 1;
}

.about_tit_box1 .tit p {
	font-size: 18px;
	margin-top: 20px;
	text-transform: capitalize;
}

.page_about_panel5_list {
	padding-top: 30px;
}

.page_about_panel5_list .item {
	flex: 1;
	padding: 0 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	transition: all 2s;
}

.page_about_panel5_list .item:after {
	content: '';
	width: 1px;
	height: 150px;
	background: #999;
	display: block;
	position: absolute;
	right: 0;
	top: 60px;
}

.page_about_panel5_list .item:last-child:after {
	display: none;
}

.page_about_panel5_list .item .img {
	transition: all 2s;
}

.page_about_panel5_list .item .tit {
	font-size: 26px;

	margin: 20px 0;
}

.page_about_panel5_list .item .desc {
	font-size: 18px;
}

.page_about_panel5_list .item:hover .img {
	transform: rotateY(360deg);
}


/* page_about_panel6_list */

.page_about_panel6_list {
	margin-bottom: 80px;
}

.page_about_panel6_list .item .item_img {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}

.page_about_panel6_list .item .item_con .tit {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	transition: all .3s;
}

.page_about_panel6_list .item:hover .item_con .tit {
	color: #0092da;
	cursor: pointer;
}

.page_about_panel6_more {
	margin-top: 50px;
}

.page_about_panel6_more .j_btn_style1 {
	display: flex;
	justify-content: center;
}

.page_about_panel6_more .j_btn_style1 a {
	background: #333;
	color: #0092da;
	width: 220px;
}

/* page_about_panel7 */

.page_about_panel7 {
	margin: 0 -35px;
}

.page_about_panel7 .item {
	flex: 1;
	padding: 0 35px;
}

.page_about_panel7 .item .img {
	border-radius: 10px;
	overflow: hidden;
}

.page_about_panel7 .item .img img {
	width: 100%;
}

.page_about_panel7 .item .con {
	padding: 20px 0 0;
}

.page_about_panel7 .item .con h4 {
	font-size: 40px;

	transition: all .4s;
}

.page_about_panel7 .item .con p {
	font-size: 18px;
	margin-top: 10px;
}

.page_about_panel7 .item:hover .con h4 {
	color: #0092da;
}

.page_vision_mission_wrap {
	background: url("../images/standard_of_behavior_bg.jpg") no-repeat center;
	background-size: 100% 100%;
}

.page_vision_mission_tit {
	font-size: 40px;

	color: #fff;
	text-align: center;
	padding-top: 50px;
}

.page_vision_mission_list {
	position: relative;
	overflow: hidden;
	padding: 30px 0 80px;
}

.page_vision_mission_list .item {
	padding: 50px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 15px;
	height: 100%;
	transition: all .4s;
}

.page_vision_mission_list .item .num {
	font-size: 54px;

	color: #999;
	line-height: 1;
	font-style: italic;
}

.page_vision_mission_list .item .tit {
	font-size: 26px;

	color: #0092da;
	padding: 20px 0 10px;
}

.page_vision_mission_list .item .desc {
	color: #fff;
	min-height: 145px;
	transition: all .4s;
}

.page_vision_mission_list.news_con .arrow {
	top: auto;
	bottom: 0;
	width: 100%;
	justify-content: center;
}

.page_vision_mission_list .item:hover {
	background: #fff;
}

.page_vision_mission_list .item:hover .desc {
	color: #666;
}


/* public_recommended_products */

.public_recommended_products {
	padding: 30px 0 50px;
}

.public_recommended_products_list .list {
	gap: 13px;
	padding-top: 10px;
}

.public_recommended_products_list .list .item {
	display: block;
	width: 25%;
	background: #fff;
	padding: 30px 40px 50px;
	transition: all .4s;
	border-radius: 10px;
}

.public_recommended_products_list .list .item h4 {
	font-size: 20px;

	margin-top: 20px;
	text-align: center;
	transition: all .4s;
}

.public_recommended_products_list .list .item:hover {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}

.public_recommended_products_list .list .item:hover h4 {
	color: #0092da;
}



/* public_cases_swiper */

.public_cases_swiper {
	padding-bottom: 100px;
	position: relative;
}

.public_cases_swiper .item {
	display: block;
}

.public_cases_swiper .item .item_img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.public_cases_swiper .item .item_img .img img {
	width: 100%;
}

.public_cases_swiper .item .item_img .con {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 80px 40px 30px;
	background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
	color: #fff;
}

.public_cases_swiper .item .item_img .con h4 {
	font-size: 24px;
	margin-bottom: 5px;
}

.public_cases_swiper .item .item_img .con p {
	font-family: 'RobotoLight';
}

.public_cases_swiper .item .item_btn {
	justify-content: flex-end;
	margin-top: 32px;
}

.public_cases_swiper .item .item_btn .btn {
	width: 140px;
	height: 40px;
	background: #333;
	border-radius: 100px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s;
}

.public_cases_swiper .item .item_btn .btn:hover {
	background: #0092da;
}

.public_cases_swiper .arrow {
	display: flex;
	position: absolute;
	right: 0;
	top: -90px;
	bottom: 100px;
}

.public_cases_swiper .swiper-button-next,
.public_cases_swiper .swiper-button-prev {
	position: static;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	opacity: 1;
	color: #0092da;
	margin-right: 10px;
	transition: all .3s;
	background: #fff;
}

.public_cases_swiper .swiper-button-next:after,
.public_cases_swiper .swiper-button-prev:after {
	font-size: 18px;
	font-weight: bold;
}

.public_cases_swiper .swiper-button-next:hover,
.public_cases_swiper .swiper-button-prev:hover {
	background: #0092da;
	color: #fff;
	border-color: #0092da;
}



/* product_detail */


.jy_pin_wrap {}

.pd_detail {
	background: url("../images/product_top_bg.jpg") no-repeat center bottom;
}

.pd_detail_hd {
	padding-top: 80px;
	padding-bottom: 10px;
}

.pd_detail_hd .pics {
	width: 760px;
	margin: auto;
}

.pd_detail_hd .pics .mySwiper2 {
	flex: 1;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}

.pd_detail_hd .pics .mySwiper2 .swiper-pagination-bullet-active {
	background: #0092da;
}

.pd_detail_hd .pics .mySwiper2 .img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.pd_detail_hd .pics .mySwiper2 .img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.pd_detail_hd .pics .mySwiper1_w {
	position: relative;
	padding: 20px 0;
	width: 72px;
}

.pd_detail_hd .pics .mySwiper {
	overflow: hidden;
	height: 100%;
	margin-top: 40px;
}

.pd_detail_hd .pics .mySwiper .swiper-slide .img {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	padding: 10px;
}

.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img {
	border-bottom: 2px solid #0092da;

}

.pd_detail_hd .pics .mySwiper .swiper-slide .img img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-next,
.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev {
	z-index: 99;
	width: 72px;
	height: 12px;
	border-radius: 3px;
	opacity: 1;
	color: #333;
	background: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	margin: 0;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after,
.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after {
	font-size: 8px;
	font-weight: bold;
	transform: rotate(90deg);
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev {
	top: 0;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-next {
	top: auto;
	bottom: 0;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover,
.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover {
	background: #0092da;
	color: #fff;
}


.pd_detail_hd .infos {
	flex: 1;
	min-width: 0;
}

.pd_detail_hd .infos .infos_hd {
	width: 50%;
	padding-right: 4%;
}

.pd_detail_hd .infos .infos_bd {
	flex: 1;
	min-width: 0;
}

.pd_detail_hd .infos h1 {
	font-size: 36px;
	line-height: 1.2;
	color: #333;
	font-weight: normal;

}

.pd_detail_hd .infos h5 {
	margin: 10px 0 0;
	color: #888;
}

.pd_detail_hd .infos .desc {
	line-height: 1.8;
}

.pd_detail_hd .infos .desc p {
	font-size: 18px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 15px;
}

.pd_detail_hd .infos .desc p:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	background: #666;
	top: 10px;
}

.pd_detail_hd .infos .params {
	color: #333;
	margin-top: 40px;
}

.pd_detail_hd .infos .params p {
	line-height: 1.6;
	margin-bottom: 12px;
	padding-left: 40px;
}

.pd_detail_hd .infos .params p:nth-child(1) {
	background: url("../images/params_ico1.png") no-repeat center left;
}

.pd_detail_hd .infos .params p:nth-child(2) {
	background: url("../images/params_ico2.png") no-repeat center left;
}

.pd_detail_hd .infos .params p:nth-child(3) {
	background: url("../images/params_ico3.png") no-repeat center left;
}

.pd_detail_hd .infos .params p:nth-child(4) {
	background: url("../images/params_ico4.png") no-repeat center left;
}


.pd_detail_hd .infos .btns {
	margin-top: 30px;
}

.pd_detail_hd .infos .btns .btn {
	align-items: center;
	text-transform: uppercase;
	margin-right: 20px;

	line-height: 1;
	display: flex;
	background: #0092da;
	border-radius: 100px;
	cursor: pointer;
	width: 200px;
	height: 50px;
	justify-content: center;
}

.pd_detail_hd .infos .btns .btn i {
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 6px;
	display: inline-block;
}

.pd_detail_hd .infos .btns .btn.btn2 {
	background: #333;
}

.pd_detail_hd .infos .btns .btn:hover {
	opacity: .8;
}

.j_pdinal {
	padding-top: 90px;
	display: flex;
	align-items: flex-start;
}

.pd_detail_intro_tit {
	position: sticky;
	position: -webkit-sticky;
	top: 170px;
	width: 240px;
}

.pd_detail_intro_tit .item {
	color: #666;

	cursor: pointer;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
}

.pd_detail_intro_tit .item.cur {
	color: #0092da;
}

.pd_detail_intro_tit .item:after {
	content: '';
	display: block;
	background: #666;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}

.pd_detail_intro_tit .item.cur:after {
	background: #0092da;
}

.pd_detail_intro {
	flex: 1;
	min-width: 0;
	padding-left: 6%;
}

.pd_detail_intro__tit {
	font-size: 30px;

	line-height: 1;
	margin: 70px 0 30px;
}

.pd_detail_intro__desc {
	font-size: 24px;

	margin-top: -10px;
}

.pd_detail_intro1__tit {
	margin-top: 0;
}


/* pd_detail_intro2 */

.pd_detail_intro2_hd {
	background: #f2f2f2;
	display: flex;
}

.pd_detail_intro2_hd .item {
	border-top: 3px solid #f2f2f2;
	height: 60px;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	cursor: pointer;

}

.pd_detail_intro2_hd .item.cur {
	border-top-color: #0092da;
	background: #fff;
}

.pd_detail_intro2_bd {
	padding: 40px 0 0;
}

.pd_detail_intro2_bd .item {
	display: none;
}

.pd_detail_intro2_bd .item:first-child {
	display: block;
}

.pd_detail_intro2_bd.pd_detail_intro2_bd_diesel .item:first-child table tr td:nth-child(1),
.pd_detail_intro2_bd.pd_detail_intro2_bd_diesel .item:first-child table tr td:nth-child(3) {
	background: #eee;
}

.pd_detail_intro2_bd.pd_detail_intro2_bd_diesel .item:first-child table tr:first-child {
	background: transparent;
}

.pd_detail_intro2_bd .item table {
	width: 100%;
}

.pd_detail_intro2_bd .item table tr td {
	padding: 10px 15px;
	text-align: center;
}

.pd_detail_intro2_bd .item table tr:first-child {
	background: #eee;

}

.pd_detail_intro2_bd.pd_detail_intro2_bd_diesel .item table tr:first-child {
	background: transparent;
	font-family: "Gothic" !important;
}

.pd_detail_intro2_bd .item table tr td a {
	color: #0092da;
	text-decoration: underline;

}

/* pd_detail_intro4 */

.pd_detail_intro4 .page_case_study {
	margin: 0 -15px;
	padding-bottom: 0;
}

.pd_detail_intro4 .page_case_study .item {
	width: 33.333%;
	padding: 0 15px;
}


/* pd_detail_intro6 */

.pd_detail_intro6 .list .item {
	margin-bottom: 20px;
}

.pd_detail_intro6 .list .item .tit {
	margin-bottom: 5px;
}

.pd_detail_intro6 .list .item .tit b {
	font-style: italic;
	text-decoration: underline;
}



/* page_related_products */

.page_related_products {
	padding-bottom: 80px;
}

.page_related_products .list {
	margin: -20px;
}

.page_related_products .list .item {
	padding: 20px;
	width: 33.333%;
}

.page_related_products .list .item .img {
	background: #fff;
	padding: 25px;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}

.page_related_products .list .item .con {
	margin-top: 20px;
}

.page_related_products .list .item .con h4 {
	font-size: 22px;

	color: #333;
	margin-bottom: 10px;
}




/* product_detail */

.j_pd_detail {
	background: #e4e7ea;
	padding: 80px 0 50px;
}

.j_pd_detail_con {
	padding-top: 60px;
}

.j_pd_detail_hd_img {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.j_pd_detail_hd .infos {
	flex: 1;
	padding: 0 0 0 5%;
	min-width: 0;
}

.j_pd_detail_hd .infos h1 {
	font-size: 48px;
	line-height: 1.2;
	color: #0092da;

}

.j_pd_detail_hd .infos .desc {
	font-size: 18px;
	margin: 35px 0 50px;
}

.j_pd_detail_hd .infos .desc p {
	padding-left: 25px;
	position: relative;
	margin-bottom: 6px;
}

.j_pd_detail_hd .infos .desc p:before {
	content: '';
	display: block;
	width: 13px;
	height: 8px;
	background: url("../images/arrow.png") no-repeat;
	position: absolute;
	left: 0;
	top: 10px;
}

.j_pd_detail_hd .infos .list {
	display: flex;
	margin: 0 -16px;
}

.j_pd_detail_hd .infos .list .item {
	padding: 0 16px;
}

.j_pd_detail_hd .infos .list .item .img {
	border-radius: 50%;
	border: 2px solid #0092da;
	overflow: hidden;
}


.j_pd_detail_hd .infos .btns {
	margin-top: 100px;
}

.j_pd_detail_hd .infos .btns .btn {
	display: flex;
	align-items: center;
	height: 45px;
	width: 240px;
	background: var(--subtheme-color);
	color: #fff;
	justify-content: center;
	text-transform: capitalize;
	border-radius: 100px;
	transition: all .4s;
}

.j_pd_detail_hd .infos .btns .btn i {
	color: #fff;
	font-size: 20px;
	margin-right: 8px;
	transition: all .3s;
}

.j_pd_detail_hd .infos .btns .btn:hover {
	background: #0092da;
}

/* pdd_tit_box */

.pdd_tit_box {
	text-align: center;
	padding: 60px 0 30px;
}

.pdd_tit_box .tit {
	font-size: 45px;

	text-transform: uppercase;
	line-height: 1.2;
}

.pdd_tit_box .desc {
	font-size: 18px;
}

.j_pd_detail_introduction .desc {
	font-size: 18px;
}

.j_pd_detail_introduction .desc p {
	margin-bottom: 6px;
}

.j_pd_detail_introduction .list {
	position: relative;
	overflow: hidden;
	padding: 80px 0 100px;
}

.j_pd_detail_introduction .list .item {
	border-radius: 15px;
	overflow: hidden;
}

.j_pd_detail_introduction .list .item .img img {
	width: 100%;
}

.j_pd_detail_introduction .list .arrow {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.j_pd_detail_introduction .list .swiper-button-next,
.j_pd_detail_introduction .list .swiper-button-prev {
	position: initial;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #bbb;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 0;
	margin: 0 10px;
}

.j_pd_detail_introduction .list .swiper-button-next:after,
.j_pd_detail_introduction .list .swiper-button-prev:after {
	font-size: 18px;
	font-weight: bold;
}

.j_pd_detail_introduction .list .swiper-button-next:hover,
.j_pd_detail_introduction .list .swiper-button-prev:hover {
	background: #0092da;
}

.section {
	/* width: 100%; */
	display: flex;
	margin-bottom: 5vw;
}

.section .the_left {
	width: 35%;
	height: calc(76vh - 130px);
	background: #F3F3F3;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 130px;
	margin-top: 80px;
	z-index: 5;
}

.common_follow {
	position: sticky;
	top: 100px;
}

.section .the_left .page_swiper {
	width: 470px;
}

.section .the_left .page_swiper .swiper-slide {
	opacity: 0 !important;
	transition: 1s;
}

.section .the_left .page_swiper .swiper-slide-active {
	opacity: 1 !important;
}

.section .the_left .page_swiper .swiper-slide .images {
	height: 631px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section .the_left .page_swiper .swiper-slide img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.section .the_left .side {
	width: 101px;
	position: absolute;
	top: 20px;
	left: 20px;
	height: 656px;
	overflow: hidden;
	overflow-y: scroll;
}

.section .the_left .side .item {
	width: 101px;
	height: 101px;
	border: 1px solid #E7E7E7;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	cursor: pointer;
}

.section .the_left .side .item:not(:last-child) {
	margin: 0 0 10px 0;
}

.section .the_left .side .item img {
	max-height: 70%;
	max-width: 70%;
	object-fit: contain;
	opacity: 0.7;
	transition: 0.5s;
}

.section .the_left .side .item.on {
	border: 1px solid #FF7000;
}

.section .the_left .side .item.on img {
	opacity: 1;
}

.section .the_left .side .video {
	background: #E7E7E7;
	width: 101px;
	height: 101px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	cursor: pointer;
	margin: 0 0 10px 0;
}

.section .the_left .side .video .circle {
	width: 45px;
	height: 45px;
	background: rgba(149, 148, 147, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section .the_left .side .video .circle div {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
}

.section .the_right {
	width: 65%;
	padding: 80px 0 0 47px;
}

.section .the_right .title span {
	font-size: 38px;
	color: #0092da;
	display: block;
	margin: 0 0 21px 0;
	line-height: 1.3;
}

.section .the_right .title p {
	font-size: 16px;
	color: #1C1C1C;
	line-height: 1.5;
	text-transform: capitalize
}

.section .the_right .description {
	margin: 45px 0 0 0;
}

.section .the_right .description .headline {
	font-size: 22px;
	color: #0091d7;
	padding: 0 0 15px 0;
	margin: 0 0 35px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	position: relative;
}

.section .the_right .description .headline:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 86px;
	height: 2px;
	background: #0092da;
}

.section .the_right .description .pick .list {
	display: flex;
	align-items: center;
	margin: 0 0 21px 0;
}

.section .the_right .description .pick .list .iconfont {
	color: #0092da;
	font-size: 14px;
	margin: 0 20px 0 0;
}

.section .the_right .description .pick .list p {
	font-size: 18px;
	font-weight: 300;
	color: #565656;
}

.section .the_right .description table {
	margin: 34px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

.section .the_right .description table td {
	font-size: 16px;
	height: 50px;
	background: #EBEBEB;
	color: #151515;
}

.section .the_right .description table tr:nth-child(2n) td {
	background: #fff;
}

.section .the_right .description table tr:first-child td {
	height: 86px;
	background: #0091d7;
	color: #fff;
}

.section .the_right .description table tr:first-child td p,
.section .the_right .description table tr:first-child td span {
	color: #fff;
}

.ar_article td,
.ar_article th {
	padding: 15px 12px;
	border: 1px solid #dadbdd !important;
	vertical-align: middle;
	font-size: 15px;
	color: #303030;
	white-space: nowrap;
	text-align: center;
}

.ar_article td p,
.ar_article th p {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.ar_article table {
	border-collapse: collapse;
	/*border-right: 1px solid #ededed;*/
	/*border-bottom: 1px solid #ededed;*/
	width: auto;
}

.scroll {
	overflow: hidden;
	overflow-x: scroll;
}

.ar_article table tr:not(:first-child) td {}

.ar_article table td {
	border-left: 1px solid #dadbdd;
	border-top: 1px solid #dadbdd !important;
}

.ar_article {
	font-size: 16px;
	color: #7d7c7c;
	line-height: 30px;
	margin-bottom: 30px;
}

.ar_article p,
.ar_article span {
	font-size: 16px;
	color: #000;
	line-height: 28px;
	font-family: 'M-N' !important;
}

.ar_article strong {
	font-weight: bold;
}

.ar_article img {
	max-width: 100%;
}

.ar_article a {
	color: #717173;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5 {
	font-weight: bold;
}

.ar_article h1 {
	font-size: 36px;
	margin-bottom: 20px
}

.ar_article h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

.ar_article h3 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: normal;
	color: #232222;
}

.ar_article h4 {
	font-size: 18px;
	margin-bottom: 15px
}

.ar_article h5 {
	font-size: 14px;
	margin-bottom: 10px
}

.ar_article h6 {
	font-size: 12px;
	margin-bottom: 10px
}

.ar_article ul li,
.ar_article ol li {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 320px;
	list-style: inherit !important;
}

.ar_article ul li p,
.ar_article ol li p {
	padding-bottom: 0;
	margin-bottom: 3px !important;
}

.ar_article ul,
.ar_article ol {
	margin-bottom: 15px;
}

.ar_article sub {
	vertical-align: sub;
	font-size: smaller;
}

.ar_article sup {
	vertical-align: super;
	font-size: smaller;
}

.ar_article img {
	display: inline-block;
	margin: 20px 0;
}

@media (max-width: 1444px) {
	.scroll {
		overflow: hidden;
		overflow-x: scroll;
	}

	.scroll table {
		min-width: 990px;
	}
}

@media (max-width: 768px) {

	.ar_article td,
	.ar_article th {
		padding: 6px 5px !important;
		line-height: 20px
	}

	.ar_article p,
	.ar_article span {
		font-size: 13px !important;
		line-height: 24px !important;
	}

	.ar_article img {
		display: inline-block;
		margin: 12px 0;
	}
}

.imgdet .imglist {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 84px;
	/* height: 460px; */
	height: 100%;
	overflow: hidden;
}

.imgdet .imglist ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 0;
}

.imgdet .imglist ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	margin-bottom: 10px;
}

.imgdet .imglist ul li:last-of-type {
	margin-bottom: 0;
}

.imgdet .imglist ul .active {
	border: 2px solid #f00;
}

.imgdet .imglist ul li img {
	width: 100%;
	height: 100%;
}

.imgdet .imgpart {
	vertical-align: top;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 100%;
}

.imgdet .imgpart .pic {
	position: relative;
	width: 100%;
	height: 100%;
}

.imgdet .imgpart .pic .magnify {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	cursor: move;
	background-color: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
}

.imgdet .imgpart .pic img {
	width: 100%;
	height: 100%;
}

.imgdet .imgpart .bigpic {
	display: none;
	position: absolute;
	top: 0;
	right: -470px;
	width: 460px;
	height: 460px;
	z-index: 333;
	border: 1px solid #fff;
	background: #fff;
	overflow: hidden;
}

.imgdet .imgpart .bigpic>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 920px;
	height: 1234px;
	object-fit: contain;
}

.imgdet .imgpart .pic .image {
	width: 100%;
	height: 100%;
}

.imgdet .imgpart .pic img {
	object-fit: contain;
}

.imgdet .imgpart .bigpic.on {
	pointer-events: none !important;
	opacity: 0 !important;
}

/* page_support_download_list */

.page_support_download_list {
	padding-bottom: 80px;
}

.page_support_download_list .list_item {
	padding: 50px 0;
	border-bottom: 1px solid #666;
}

.page_support_download_list .list_item .menu {
	line-height: 1;
	transition: all .4s;
	cursor: pointer;
}

.page_support_download_list .list_item .menu h4 {
	font-size: 54px;
	flex: 1;
	line-height: 1;
}

.page_support_download_list .list_item .menu i {
	font-size: 36px;
	transform: rotate(45deg);
	transition: all .4s;
}

.page_support_download_list .list_item .menu:hover {
	color: #0092da;
}

.page_support_download_list .list_item .menu.cur i {
	transform: rotate(0deg);
}

.page_support_download_list .list_item .list_wrap {
	padding-top: 20px;
	display: none;
}

.page_support_download_list .list_item .list {
	margin: -12px;
	padding-top: 20px;
}

.page_support_download_list .list_item .list a {
	width: 33.333%;
	padding: 12px;
}

.page_support_download_list .list_item .list .item {
	background: #fff;
	padding: 30px 40px 20px;
	transition: all .4s;
	border-radius: 10px;
}

.page_support_download_list .list_item .list .item h4 {
	font-size: 24px;
	line-height: 1.3;
	height: 94px;
}

.page_support_download_list .list_item .list .item .name_btn {
	margin-top: 30px;
}

.page_support_download_list .list_item .list .item .name_btn .name {
	flex: 1;
	font-size: 14px;
}

.page_support_download_list .list_item .list .item .name_btn i {
	font-size: 30px;
}

.page_support_download_list .list_item .list .item:hover {
	background: #0092da;
	color: #fff;
}


/* page_support_cases_list */

.page_support_cases_list {
	padding-bottom: 100px;
}

.page_support_cases_list .list {
	margin: -12px;
}

.page_support_cases_list .list a {
	width: 33.333%;
	padding: 12px;
}

.page_support_cases_list .list .item .item_img {
	border-radius: 10px;
	overflow: hidden;
}

.page_support_cases_list .list .item .item_con {
	padding: 20px 0;
}

.page_support_cases_list .list .item .item_con .time {
	color: #666;
	font-size: 14px;
	line-height: 1;
}

.page_support_cases_list .list .item .item_con .tit {
	font-size: 20px;
	line-height: 1.4;
	margin-top: 10px;
	height: 56px;
}

.page_support_cases_list .list .item .item_con .tag {
	height: 32px;
	border: 1px solid #666;
	padding: 0 15px;
	display: inline-block;
	border-radius: 100px;
	margin: 10px 10px 0 0;
	font-size: 14px;
	transition: all .4s;
	line-height: 30px;
}

.page_support_cases_list .list .item:hover .item_con .tit {
	color: #0092da;
}

.page_support_cases_list .list .item .item_con .tag:hover {
	background: #0092da;
	border-color: #0092da;
	color: #fff;
}


/* page_support_faq */

.page_support_faq {
	padding: 70px 0 100px;
}

.page_support_faq_menu {
	justify-content: center;

	border-bottom: 1px solid #666;
}

.page_support_faq_menu .item {
	font-size: 20px;
	margin: 0 36px;
	padding-bottom: 20px;
	cursor: pointer;

	position: relative;
}

.page_support_faq_menu .item:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	transform: scale(0);
	width: 100%;
	height: 5px;
	background: #0092da;
	border-radius: 100px;
	transition: all .4s;
}

.page_support_faq_menu .item.cur:after,
.page_support_faq_menu .item:hover:after {
	transform: scale(1);
}

.page_support_faq_list .list {
	display: none;
	padding-top: 15px;
}

.page_support_faq_list .list:first-child {
	display: block;
}

.page_support_faq_list .list .item {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}

.page_support_faq_list .list .item .tit {
	cursor: pointer;
	transition: all .4s;
}

.page_support_faq_list .list .item .tit h4 {
	font-size: 24px;
	flex: 1;
	min-width: 0;
	line-height: 1;
	padding-right: 20px;
}

.page_support_faq_list .list .item .tit i {
	font-size: 30px;
	line-height: 1;
	transform: rotate(45deg);
	transition: all .4s;
}

.page_support_faq_list .list .item .desc {
	padding-top: 20px;
	font-size: 18px;
	display: none;
}

.page_support_faq_list .list .item .tit.cur i {
	transform: rotate(0deg);
}

.page_support_faq_list .list .item:hover .tit {
	color: #0092da;
}

/* page_news */


.page_news {}

.page_latest_news {}

.page_latest_news .item {}

.page_latest_news .item_con {
	flex: 1;
	min-width: 0;
	padding-left: 8%;
}

.page_latest_news .item_con .columnname {
	font-size: 15px;
	color: #888;
}

.page_latest_news .item_con .tit {
	font-size: 24px;
	line-height: 1.4;
	margin: 15px 0 10px;
	transition: all .4s;
	color: #0092da;
}

.page_latest_news .item_con .desc {
	line-height: 1.8;
	margin: 20px 0 50px;
	height: 7.2em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.page_latest_news .item_img {
	border-radius: 10px;
	width: 50%;
	overflow: hidden;
}

.page_latest_news .item_img img {
	width: 100%;
}

.page_latest_news .item_con .pub_btn1 {
	height: 45px;
	line-height: 45px;
}

/* page_menu_public */

.page_menu_public {
	margin: 80px 0 40px;
	justify-content: center;
}

.page_menu_public .item {
	margin-right: 20px;
}

.page_menu_public .item a {
	display: block;
	height: 50px;
	line-height: 48px;
	border: 1px solid #ccc;
	padding: 0 20px;
	border-radius: 10px;
	font-size: 18px;

	transition: all .4s;
}

.page_menu_public .item a:hover {
	border-color: #0092da;
	color: #0092da;
}

.page_menu_public .item.all a,
.page_menu_public .item.cur a {
	background: #0092da;
	border-color: #0092da;
	color: #fff;
}

.page_news_tit .menu {
	display: flex;
	align-items: center;
}

.page_news_tit .menu a {
	font-size: 18px;
	display: block;
	font-family: 'MontserratLight';
	margin-left: 100px;
	position: relative;
}

.page_news_tit .menu a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #0092da;
	display: block;
	position: absolute;
	left: 0;
	bottom: -17px;
	transition: all .3s;
}

.page_news_tit .menu a.cur,
.page_news_tit .menu a:hover {
	color: #0092da;
}

.page_news_tit .menu a:hover:after,
.page_news_tit .menu a.cur:after {
	width: 100%;
}

.page_news_list {}

.news_list.page_news_list .list {
	margin: -20px;
}

.news_list.page_news_list .item {
	padding: 20px;
	width: 25%;
}

.page_news_list.news_list .item .item_con .tit {
	font-size: 20px;
	text-transform: capitalize
}

.no_banner_pos {
	padding: 20px 0 0;
}

/* page_news_detail */

.page_news_detail {}

.page_news_detail_hd {
	flex: 1;
	min-width: 0;
	padding-right: 65px;
}

.page_news_detail_hd .hd_left {
	flex: 1;
	min-width: 0;
	padding-right: 8%;
}

.page_news_detail_hd .hd_right {
	width: 45%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.page_news_detail_hd .hd_right img {
	width: 100%;

}

.page_news_detail_hd .swiper-pagination-bullet {
	background: rgba(255, 255, 255, .5);
	opacity: 1;
}

.page_news_detail_hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0092da;
}

.page_news_detail_hd h1 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
}

.page_news_detail_hd .time {
	display: flex;
	align-items: center;
	font-size: 15px;

	color: #888;
	margin: 35px 0;
}

.page_news_detail_hd .share {}

.page_news_detail_hd .share h4 {
	margin-right: 6px;
	color: #888;
	font-size: 15px;
}

.page_news_detail_hd .content {
	padding: 70px 0 20px;
	min-height: 20vh;
}

.page_case_detail_hd .time {
	margin: 10px 0 30px;
}

.page_case_detail_hd .desc {
	margin-bottom: 30px;
}


/* page_certificates */

.page_certificates {}

.page_certificates_tit {}

.page_certificates_tit .tit {
	font-size: 36px;

	margin-bottom: 20px;
	line-height: 1;
}

.page_certificates_tit .desc {
	font-size: 22px;
	margin-top: 10px;
}

.page_certificates_list_tit {
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 1;

}

.page_certificates_list {
	margin: -20px -45px;
}

.page_certificates_list .item {
	padding: 20px 45px;
	width: 20%;
	cursor: pointer;
}

.page_certificates_list .item .img {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
}

.page_certificates_list .item .img img {
	width: 100%;
}

.page_certificates_list .item .tit {

	text-align: center;
	margin-top: 10px;
}

.page_certificates_list .item:hover .img {
	border-color: #0092da;
}

.page_certificates_list .item:hover .tit {
	color: #0092da;
}

.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	/*width:550px;*/
	width: 800px;
	height: 86vh;
	background-color: #fff;
	position: absolute;
	top: 7vh;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}

.modelTostChile .swiper-wrapper {
	align-items: center;
}

@media screen and (max-width: 992px) {
	.modelTostChile {
		width: 90%;
	}
}

.modelTostChile p {
	font-size: 18px;
	padding: 3%;

	height: 90px;
}

.modelTostChile .swiper-horizontal {
	height: calc(100% - 90px);
}

.modelClose {
	float: right;
	cursor: pointer;
	font-size: 36px;
	line-height: 1;
}

.modelTostChile .swiper-slide {
	text-align: center;
	align-items: center;
	display: flex;
	padding: 0 20px;
}

.modelTostChile .swiper-slide img {
	height: 100%;
	text-align: center;
	margin: auto;
	padding-bottom: 3%;
	object-fit: contain;
}

.modelTostChile .swiper-button-next,
.modelTostChile .swiper-button-prev {
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	background: #999;
	transition: all .5s;
}

.modelTostChile .swiper-button-next:after,
.modelTostChile .swiper-button-prev:after {
	font-size: 24px;
}

.modelTostChile .swiper-button-next:hover,
.modelTostChile .swiper-button-prev:hover {
	background: #0092da;
}


/* page_contact */

.page_contact_tit .tit {
	font-size: 36px;

	line-height: 1;
	text-align: center;
}

.page_contact_tit .desc {
	color: #666;
	margin-top: 20px;
	text-transform: capitalize;
	text-align: center;
}

.page_contact_img {
	text-align: center;
	margin-top: 30px;
	position: relative;
}

.page_contact_img .map img {
	width: 100%;
}

.page_contact_img .marks {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page_contact_img .marks .mark {
	position: absolute;
	cursor: pointer;
}

.page_contact_img .marks .mark .mark_ico {
	display: flex;
	align-items: center;
	transition: all .4s;
}

.page_contact_img .marks .mark .mark_ico .ico {
	position: relative;
	z-index: 1;
}

.page_contact_img .marks .mark .mark_ico .ico:after {
	position: absolute;
	left: 2px;
	bottom: -3px;
	background: #0092da;
	border-radius: 50%;
	-webkit-animation: living 3s linear infinite;
	z-index: -1;
	content: '';
	display: block;
	width: 15px;
	height: 15px;
}

@keyframes living {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}

	50% {
		transform: scale(2);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 0.6;
	}
}

.page_contact_img .marks .mark .mark_ico .txt {
	font-size: 15px;

	margin-right: 10px;
	text-transform: uppercase;
}

.page_contact_img .marks .mark_con {
	width: 320px;
	border-radius: 10px;
	background: #fff;
	padding: 30px;
	position: absolute;
	right: 25px;
	top: -20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	text-align: left;
	z-index: 99;
	transition: all .3s;
	transform: scale(0);
}

.page_contact_img .marks .mark_con .tit {
	font-size: 18px;

	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1;
}

.page_contact_img .marks .mark1 {
	right: 21%;
	top: 56%;
}

.page_contact_img .marks .mark2 {
	right: 11%;
	top: 78%;
}

.page_contact_img .marks .mark3 {
	right: 45%;
	top: 65%;
}

.page_contact_img .marks .mark4 {
	right: 38%;
	top: 52%;
}

.page_contact_img .marks .mark5 {
	left: 13%;
	top: 37%;
}

.page_contact_img .marks .mark6 {
	right: 44%;
	top: 34%;
}

.page_contact_img .marks .mark7 {
	right: 15%;
	top: 34%;
}

.page_contact_img .marks .mark5 .mark_con {
	left: 115px;
	top: -20px;
}

.page_contact_img .marks .mark:hover .mark_con {
	transform: scale(1);
}

.page_contact_img .marks .mark:hover .mark_ico {
	transform: translateY(-5px);
}

.page_contact_img .marks .mark_con a:hover {
	text-decoration: underline;
	color: #0092da;
}

.page_contact_list {
	margin: 0 -80px;
	margin-top: 5vw;
	justify-content: space-between;
}

.page_contact_list .item {
	width: 40%;
	padding: 40px 80px;
}

.page_contact_list .item h4 {
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

.page_contact_list .item h4:before {
	content: '';
	background: url("../images/mark1.png") no-repeat left center;
	position: absolute;
	left: 0;
	width: 18px;
	height: 27px;
	display: block;
	top: 5px;
}

.page_contact_list .item h4:after {
	content: '';
	width: 25px;
	height: 2px;
	background: #0092da;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.page_contact_list .item h5 {
	font-size: 18px;
	font-family: 'M-B';
}

.page_contact_list .item p {
	color: #666;
}

.page_contact_list .item a {
	/*height: 30px;*/
	/*line-height: 30px;*/
	/*padding: 0 20px 0 40px;*/
	/*display: inline-block;*/
	/*margin-top: 20px;*/
	/*background: url("../images/contact_ico2.png") no-repeat left 20px center #333;*/
	/*font-size: 14px;*/
	/*border-radius: 100px;*/
	/*color: #0092da;*/
	/*transition: all .5s;*/
}

.page_contact_list .item a:hover {
	/*padding-right: 30px;*/
	color: #0092da;
	/*background-image: url('../images/contact_ico2_c.png');*/
}

.page_contact_list .map {
	width: 50%;
	height: 450px;
}


/* page_equ_panel1 */

.page_equ_panel1_wrap {
	background: #f5f5f5;
}

.page_equ_panel1 .desc {
	font-size: 18px;
	margin: 35px 0;
}

.page_equ_panel1 .list {
	margin: 0 -34px;
	padding-bottom: 80px;
}

.page_equ_panel1 .list .item {
	flex: 1;
	padding: 0 34px;
}

.page_equ_panel1 .list .item .img img {
	border-radius: 30px;
}

.page_equ_panel1 .list .item .tit {
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
}

.page_equ_panel2_wrap {
	padding-bottom: 80px;
}

.page_equ_panel2_con {
	padding: 40px 0 20px 0;
	position: relative;
}

.page_equ_panel2_con .item img {
	border-radius: 20px;
}

/* page_solution */

.page_solution_list {
	padding: 0 7%;
	width: 100%;
}

.page_solution_list .item {
	display: flex;
	position: relative;
	margin-bottom: 88px;
}

.page_solution_list .item:last-child {
	margin-bottom: 0;
}

.page_solution_list .item .item_img {
	width: 60%;
	border-radius: 0 20px 0 0;
}

.page_solution_list .item .item_con {
	position: absolute;
	background: #f5f7f5;
	width: 50%;
	right: 0;
	bottom: 0;
	height: 80%;
	border-radius: 20px 0 0 0;
	padding: 80px;
}

.page_solution_list .item .item_con .tit {
	font-size: 36px;

	color: #333;
	line-height: 1.2;
}

.page_solution_list .item .item_con .desc {
	margin: 30px 0 50px;
}

.page_solution_list .item .item_con .pub_btn1 {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}

.page_solution_list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.page_solution_list .item:nth-child(2n) .item_img {
	border-radius: 20px 0 0 0;
}

.page_solution_list .item:nth-child(2n) .item_con {
	left: 0;
	right: auto;
	border-radius: 0 20px 0 0;
}


/* page_jteam_wrap */

.page_jteam_wrap {
	background: url("../images/j_bg3.jpg") no-repeat center;
	padding: 80px 0;
}

.page_jteam_tit {
	font-size: 40px;

	color: #fff;
}

.page_jteam_list {
	position: relative;
	overflow: hidden;
	padding: 120px 0 80px;
}

.page_jteam_list .item .item_img {
	border: 2px solid #0092da;
	border-radius: 50%;
	width: 114px;
	height: 114px;
}

.page_jteam_list .item .item_img img {
	width: 100%;
}

.page_jteam_list .item .item_con {
	flex: 1;
	min-width: 0;
	padding-left: 40px;
	color: #fff;
}

.page_jteam_list .item .item_con .tit {
	font-size: 18px;
	text-transform: uppercase;

	margin-bottom: 10px;
}

.page_jteam_list .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.page_jteam_list .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0092da;
}

/* page_solution_detail */

.page_solution_detail .content {
	font-size: 18px;
	color: #333;
}

/* page_paygo */

.page_paygo .panel1 .content {
	font-size: 18px;
	color: #333;
}

.page_paygo .panel2 {
	padding: 0 7%;
}

.page_paygo .panel2 .list .item .img {
	display: flex;
	justify-content: center;
}

.page_paygo .panel2 .list .item .con {
	border-bottom: 1px solid #bbb;
	padding: 50px 0;
	margin-left: 60px;
	flex: 1;
	min-width: 0;
}

.page_paygo .panel2 .list .item .con h4 {
	font-size: 28px;

	color: #333;
	margin-bottom: 10px;
}

.page_paygo .panel2 .list .item .con p {
	font-size: 18px;
}

.page_paygo .panel3 {
	padding: 80px 7% 0;
}

.page_paygo .panel3 table {
	width: 100%;
}

.page_paygo .panel3 table tr {
	height: 60px !important;
	background: #f5f7f5;
}

.page_paygo .panel3 table tr:nth-child(2n) {
	background: #fff;
}

.page_paygo .panel3 table tr td {
	padding: 0 30px;
}

.page_paygo .panel3 table tr td:first-child {
	width: 25%;
}

.page_paygo .panel3 table tr:first-child td {
	color: #fff;
	font-family: 'PoppinsMedium';
}

.page_paygo .panel4 .list {
	padding: 20px 0 80px;
}

.page_paygo .panel4 .list .item_wrap {
	padding: 0 20px;
}

.page_paygo .panel4 .list .item {
	text-align: center;
	border-bottom: 1px solid #bbb;
	padding: 0 10px 40px;
}

.page_paygo .panel4 .list .item .con {
	font-size: 18px;
	color: #333;
	padding-top: 30px;
	height: 116px;
}


/* return */

.return_page {
	margin-top: 60px;
	position: relative;
}

.return_page i {
	color: #0092da;
	font-size: 18px;
	margin-right: 6px;
}

.return_page a:hover {
	text-decoration: underline;
	color: #0092da;
}

.ind_pad {
	padding: 80px 0 90px;
}

.info_ly {
	background: #fff;
	padding-left: 4%;
	padding-right: 4%;
	display: flow-root;
}

.info_ly h2 {
	text-align: center;
	margin-bottom: 20px;
}

.info_ly .inp {
	width: 49.3%;
	height: 52px;
	line-height: 52px;
	background: #f6f6f6;
	display: block;
	float: left;
	margin-bottom: 16px;
	text-indent: 22px;
}

.info_ly .inp:nth-child(2n) {
	float: right;
}

.info_ly .inp2 {
	width: 100%;
}

.info_ly textarea {
	height: 150px;
	background: #f6f6f6;
	text-indent: 22px;
	padding-top: 16px;
	width: 100%;
	display: block;
}

.info_ly .sub {
	height: 52px;
	line-height: 52px;
	background: #0092da;
	width: 100%;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 16px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}