@charset "utf-8";
@font-face {
	font-family: 'TitilliumWeb';
	src: url('../fonts/TitilliumWeb-Regular.ttf');
}
.flex-center{
	display: flex;
	align-items: center;
}
.flex{
	display: flex;
}
body{
	font-family: 'TitilliumWeb';
	font-size: 16px;
}
div,p{
	font-size: 16px;
}
img{
	max-width: 100%;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/* header  footer */
.navbar-default{
	background-color: #383842;
	height: 80px;
	border-radius: 0;
	border: 0;
	margin: 0;
}
.navbar-logo{
	display: block;
	font-size: 0;
	overflow: hidden;
	height: 80px;
}
.navbar-logo img{
	height: 80px;
	width: 100%;
	object-fit: contain;
}
.navbar-col .navbar-nav li{
	position: relative;
	padding: 0 25px;
}
.navbar-nav >li >a{
	position: relative;
	display: flex;
	align-items: center;
	height: 80px;
	font-size: 16px;
}
.navbar-nav >li >a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	margin: 0 auto;
	transition: all ease .3s;
    background: #aace39;
    height: 3px;
}
.navbar-nav >li >a:hover::after,
.navbar-nav >li.active >a::after {
	width: 100%;
}
.navbar-language{
	position: relative;
	z-index: 13;
	margin-right: 25px;
}
.icon-yuyan{
	margin-right: 5px;
}
.dropdown-menu li a{
	display: flex;
	align-items: center;
	height: 45px;
}


@media (min-width: 1200px) {
	.container-90{
		width: 90%;
		margin: 0 auto;
	}
}

@media (min-width: 1024px) {
	.navbar-col{
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.navbar--collapse{
		display: flex;
		align-items: center;
	}
	.navbar-default .container-fluid{
		padding: 0;
	}
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #aace39;
}
.navbar-default .navbar-nav>li>a:focus{
	color: #aace39;
}

.footer{
	background-color: #1d1e20;
	color: #ffffff;
}
.footer a{
	color: #ffffff;
}
.foot-main{
	padding-top: 100px;
	display: flex;
}
.flex-col{
	flex: 1;
	min-width: 50%;
}
.foot-main-aside{
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding-left: 80px;
}


.foot-end{
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px solid rgba(255, 255, 255, .2);
}
.foot-end-row{
	display: flex;
}
.foot-language{
	height: 36px;
	line-height: 36px;
	position: absolute;
	left: 0;
	top: -37px;
	background-color: rgba(255, 255, 255, .2);
	padding: 0 20px;
}
.foot-end-col{
	flex: 1;
	min-width: 0;
}
.foot-share{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.foot-share li{
	margin-right: 15px;
}
.foot-share li a img{
	width: 40px;
	height: 40px;
}
.foot-nav li{
	margin-bottom: 5px;
}
.foot-nav li a{
	color: rgba(255, 255, 255, .6);
}
.foot-nav li a:hover{
	color: rgba(255, 255, 255, .8);
}
.foot-nav li h2{
	font-size:20px;
	font-weight: 700;
}
.foot-navbar{
	display: flex;
	gap: 70px;
	padding-bottom: 70px;
}
.foot-group{
	margin-bottom: 30px;
}
.group-row a{
	display: flex;
	align-items: center;
}
.group-row .iconfont{
	font-size: 28px;
	margin-right: 10px;
}
.foot-contact h2{
	font-size: 20px;
	font-weight: 700;
}
.contact-item{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}


/* 内页banner */
.page-banner-swiper{
	width: 100%;
}
.page-banner-swiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.slide-info{
	width: 90%;
    position: absolute;
    right: 50%;
    top: calc(50% + 30px);
    z-index: 9;
    display: flex;
	flex-direction: column;
    transform: translateX(50%) translateY(-50%);
    justify-content: center;
    text-align: left;
    max-width: 1600px;
	color: #fff;
}
.slide-info .p_title{
	font-size: 72px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
	max-width: 1120px;
}
.slide-info .p_subtitle{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.slide-info .p_text{
	font-size: 16px;
}
.navbar-language{
	margin-top: 0;
	margin-bottom: 0;
	float: right;
}
.navbar-toggle{
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.navbar-toggle .iconfont{
	font-size: 24px;
}
.navbar-default .container-fluid{
	padding: 0;
}
.navbar--collapse{
	transition: all ease .3s;
}
.page{
	padding-top: 80px;
}

.page-banner-swiper .swiper-slide img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.nav-icon-arrow{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all ease .3s;
}
.nav-icon-arrow.is-active{
	transform: rotate(90deg);
}
.dropdown-menu > li{
	border-top: 1px solid #eee;
}
.navbar-col .dropdown-menu li a::after{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "iconfont";
	content: "\ed31";
}


@media (min-width: 1024px) {
	.navbar-toggle{
		display: none;
	}
	.nav-icon-arrow{
		display: none;
	}
	.navbar-col .dropdown-menu{
		width: 240px;
	}
	.dropdown-menu > li{
		padding: 0 10px!important;
	}
	.navbar-nav > li:hover > .dropdown-menu{
		display: block;
	}

	.dropdown-menu > li:first-child{
		border-top: 0!important;
	}


}

@media (max-width: 1024px) {
	.navbar-col .dropdown-menu{
		float: none;
		position: static;
		display: block;
		height: 0;
		overflow: hidden;
		transition: all ease .3s;
		padding: 0;
		background-color: #ffffff;
	}
	.navbar-col .is-active .dropdown-menu{
		height: auto;
		visibility: visible;
		padding: 5px 0;
	}
	.page-banner-swiper{
		height: 160px;
	}
	.page{
		padding-top: 60px;
	}
	.navbar-header{
		position: relative;
		background-color: #383842;
		z-index: 12;
	}
	.foot-item{
		font-size: 14px;
	}
	.foot-share li a img{
		width: 28px;
		height: 28px;
	}
	.navbar--collapse{
		background-color: #ffffff;
		height: calc(100vh - 60px)!important;
		overflow: hidden;
		overflow-y: auto;
		transform: translateY(-130%);
	}
	.navbar--collapse.in{
		transform: translateY(0);
	}
	.navbar-col .navbar-nav>li>a{
		color: #222;
	}
	.navbar-default .container-fluid{
		height: 60px;
	}
	.navbar-col .navbar-nav>li{
		border-top: 1px solid #eee;
	}
	.navbar-nav >li >a{
		height: 60px;
	}
	.navbar-default{
		height: 60px;
	}
	.navbar-logo{
		height: 60px;
		text-align: left;
	}
	.navbar-logo img{
		width: auto;
		height: 60px;
	}
	.navbar-col .navbar-nav li{
		padding: 0 15px;
	}
	.foot-main{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.foot-share{
		margin-bottom: 20px;
	}
	.foot-end-row{
		display: block;
	}
	.foot-main-aside{
		border-left: 0;
		padding-left: 0;
	}
	.foot-navbar{
		display: none;
	}
	.slide-info .p_title{
		font-size: 30px;
		margin-bottom: 0;
		text-align: center;
	}
	.slide-info{
		top: 50%;
	}
	.slide-info .p_subtitle{
		display: none;
	}
	.slide-info .p_text{
		display: none;
	}

}
.btn-submit,
.btn-submit:hover,
.btn-submit:focus{
	background-color: #333333;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
/* 联系 */
.section-title{
	margin-bottom: 40px;
	text-align: center;
}
.section-title_line{
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: rgba(170, 206, 57, 1);
    height: 3px;
    max-height: none;
    margin-top: 10px;
    margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
    max-width: 60px;
}
.section-title h2{
	font-size: 36px;
	font-weight: 700;
}
.section-title p{
	font-size: 20px;
	line-height: 1.8;
}
.contact-list{
	padding-top: 60px;
	padding-bottom: 30px;
}
.contact-form{
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #f8f8f8;
}
.contact-form textarea.form-control{
	height: 120px;
}
.btn-action{
	margin-left: 10px;
	display: block;
	color: #333333;
	line-height: 1;
}
.btn-action img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.contact-card{
	padding: 20px;
	background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
	margin-bottom: 20px;
	min-height: 120px;
}
.contact-card .contact-icon{
	display: flex;
	align-items: center;
	justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 60px;
    height: 60px;
    background-color: rgba(170, 206, 57, 1);
    border-radius: 50%;
	margin-right: 15px;
}
.contact-icon img{
	width: 22px;
}
.contact-card .s_title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.contact-card .s_text{
	font-size: 14px;
}

@media (min-width: 1024px) {
	.form-row{
		margin-bottom: 20px;
	}
	.contact-form textarea.form-control{
		height: 160px;
	}
}
/* soical——media */
.breadcrumb-cell{
	background-color: #ffffff;
}
.breadcrumb-item{
	display: flex;
	align-items: center;
	height: 60px;
	gap: 10px;
	font-size: 14px;
}
.breadcrumb-item a{
	color: #999;
}
.breadcrumb-item .iconfont{
	font-size: 22px;
	color: #aace39;
}

.serve-wrapper{
	background-color: rgba(245,245,245,1);
	padding-top: 3%;
	padding-bottom: 3%;
}
.serve-bg{
	background-image: url(../images/social_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.social-panel{
	padding: 50px 50px 100px 50px;
	background-color: #ffffff;
}
.social-panel_list{
	display: flex;
	flex-wrap: wrap;
}
.social-panel_list li{
	width: 20%;
	padding: 10px 15px;
}
.social-panel_item{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 248px;
	gap: 20px;
	border: 1px solid #f0f0f0;
	padding: 20px;
}
.social-panel_item p{
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.social-panel{
		padding: 50px 15px;
	}
	.social-panel_list li{
		width: 50%;
		padding: 10px;
	}
	.social-panel_item{
		height: 180px;
	}
	.social-panel_item img{
		width: 60px;
		height: 60px;
	}
	.social-panel_item p{
		font-size: 16px;
	}
}

/* job */
.job-main{
	padding-top: 30px;
	padding-bottom: 30px;
}
.job-cell{
	padding:30px 0px;
}
.job-cell h2{
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.job-cell-content{
	font-size: 20px;
}
.job-cell-content p{
	margin-bottom: 30px;
	font-size: 20px;
}
.job-cell-content h3{
	font-size: 24px;
	font-weight: 700;
}
@media (max-width: 1024px) {
	.section-title p{
		font-size: 14px;
	}
	.job-cell h2{
		font-size: 28px;
	}
	.job-cell-content{
		font-size: 16px;
	}
	.job-cell-content p{
		margin-bottom: 20px;
		font-size: 16px;
	}
	.job-cell-content h3{
		font-size: 20px;
	}
}

/* case */
.case-main{
	padding-top: 30px;
	padding-bottom: 30px;
}
.case-row{
	margin: 0 -10px;
}
.case-row li{
	padding:10px;
}
.case-item{
	display: block;
}
.case-item-img{
	width: 100%;
	height: 255px;
	overflow: hidden;
	border: 4px solid #cccccc;
}
.case-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case-item .case-item-title{
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	color: #333333;
}
.pagination-cell{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}
.pagination-cell .pagination-link,
.pagination-cell .pagination-item{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f5;
	color: #c0c4cc;
	width: 30px;
	height: 30px;
}
.pagination-item.active{
	background-color: #aace39;
	color: #ffffff;
}
@media (max-width: 1024px) {
	.case-item-img{
		width: 100%;
		height: 155px;
	}
	.case-item .case-item-title{
		text-align: center;
		font-size: 14px;
	}
}

/* global-network */
.section{
	padding-top: 50px;
	padding-bottom: 50px;
}
.map-cell{
	padding: 15px 0;
}
.map-cell h2{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-size: 20px;
}
.map-cell p{
	font-size: 16px;
	line-height: 1.7;
}
.inq-panel{
	background-color: #ffffff;
	padding: 30px;
}
.inq-panel .form-control{
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
}

@media (min-width: 1024px) {
	.map-row{
		margin-left: -40px;
		margin-right: -40px;
	}
	.map-row >li{
		padding: 0 40px;
	}
	.map-cell h2{
		font-size: 32px;
	}
	.map-cell p{
		font-size: 20px;
	}
}
/* event */
.bg-section{
	padding: 50px 0;
	background-color: #ececec;
}
.bs-panel{
	background-color: #ffffff;
	padding: 60px;
}
.event-list{
	display: flex;
	flex-wrap: wrap;
}
.event-list li{
	margin-bottom: 30px;
	background-color: #f8f8f8;
	padding: 20px;
}
.event-list .event-item{
	display: flex;
	gap: 40px;
	align-items: center;
	color: #333333;
}
.event-item-img{
	width: 500px;
	height: 250px;
	overflow: hidden;
}
.event-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-item .event-item-title{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.event-item .event-item-info{
	font-size: 16px;
	margin-bottom: 20px;
}
.event-item .event-item-date{
	font-size: 14px;
	color: #999999;
}
.pd-cells{
	margin-bottom: 100px;
}
@media (max-width: 1024px) {
	.bs-panel{
		padding: 20px;
	}
	.event-item-img{
		width: 100%;
		height: 150px;
	}
	.event-list .event-item{
		gap: 10px;
	}
	.event-list .event-item{
		flex-direction: column;
	}
	.event-item .event-item-title{
		font-size: 20px;
	}
	.event-item .event-item-info{
		font-size: 14px;
	}

}

/* 服务理念 */
.concep-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 0;
}
.concep-item h3{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.concep-item p{
	font-size: 18px;
}

/* 公司简介 */
.ht-md-banner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 800px;
}
.ht-banner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100vh;
}
.over-page{
	position: relative;
	width: 100%;
	z-index: 12;
	background-color: rgba(255, 255, 255, .85);
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	padding-top: 10%;
    padding-bottom: 10%;
}
.over-section{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.over-section .section-title{
	line-height: 2;
}
@media (max-width: 1024px) {
	.over-page{
		height: auto;
		padding: 15% 0;
	}
}
/* 新闻 */
.releases-row li{
	padding: 15px;
}
.releases-card{
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	padding: 15px;
	gap: 20px;
}
.releases-card .card-img{
	width: 340px;
	height: 220px;
	overflow: hidden;
}
.releases-card .card-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.releases-card .card-title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #222;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.releases-card .card-text{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.releases-card .card-date{
	font-size: 14px;
	color: #999999;
}

@media (max-width: 1024px) {
	.releases-card{
		flex-direction: column;
	}
	.releases-card .card-img{
		width: 100%;
		height: 150px;
	}
	.releases-card .card-title{
		font-size: 16px;
	}
	.releases-card .card-text{
		font-size: 14px;
	}

}

.p-line{
	width: 80px;
	height: 4px;
	background-color: #ffffff;
	margin: 10px 0;
}

.rec-cell{
	text-align: center;
	padding: 10px 0;
}
.rec-cell_hd{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.rec-cell_bd{
	display: flex;
	align-items: center;
	justify-content: center;
}
.rec-cell_bd .form-control{
	max-width: 500px;
	border: 1px solid #cccccc;
}
.rec-cell_bd .input-group{
	width: 100%;
	max-width: 500px;
}
.rec-cell-footer{
	text-align: center;
}
.rec-cell .btn-rec{
	width: 100%;
	max-width: 880px;
}

.input-group-addon{
	background-color: #aace39;
	border-radius: 0;
	color: #ffffff;
}

.dn-content{
	margin-bottom: 40px;
}
.dn-banner{
	margin-bottom: 40px;
}
.dn-photo{
	text-align: center;
	margin-bottom: 40px;
}
.dn-content h2{
	font-size: 32px;
	font-weight: 700;
}
.dn-content p{
	font-size: 22px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.dn-content h2{
		font-size: 24px;
	}
	.dn-content p{
		font-size: 18px;
	}
}

/* join-table-row */
.join-table-row{
	height: 70px;
	border-bottom: 1px dashed #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.join-table-thead .join-table-row{
	height: 50px;
	background-color: #aadb1e;
	border-bottom: 1px dashed #aadb1e;
	color: #ffffff;
}
.join-table-item{
	flex: 1;
}
.join-table-group{
	padding: 5px 0;
}
.icon-jia{
	cursor: pointer;
}
.join-body{
	padding: 20px 70px;
	display: none;
}
.join-footer{
	margin-top: 20px;
}
.join-footer .btn{
	border-radius: 50px;
	min-width: 220px;
}
@media screen and (max-width: 1024px) {
	.join-item-5{
		flex: .5;
	}
	.join-item-2{
		display: none;
	}
	.join-item-4{
		display: none;
	}
	.join-body{
		padding: 20px;
	}
}
.section-content p{
	margin-bottom: 30px;
}
.section-footer{
	margin-top: 30px;
}
.row-product > li{
	padding: 15px;
}
.pro-card{
	display: block;
	transition: all ease .3s;
}
.pro-card:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.pro-card-img{
	width: 100%;
	height: 240px;
	padding: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-card-img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.pro-card-title{
	font-size: 16px;
	font-weight: 700;
	background-color: #c6d9e4;
	color: #222;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
	.pro-card-img{
		height: 150px;
	}
	.pro-card-title{
		font-size: 14px;
	}
	.row-product>li{
		padding: 5px;
	}

	.bg-section{
		padding: 20px 0;
	}
}
/* 联系我们 */
.curltrue-banner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
}
@media screen and (min-width: 1024px) {
	.section-curltrue{
		text-align: center;
	}
	.curltrue-banner{
		height: 100vh;
		background-attachment: fixed;
	}
}
.cul-panel{
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.cul-item-content{
	padding: 30px;
}
.cul-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.culture-list img{
	width: 100%;
}
.culture-list .culture-item{
	padding: 10px;
}
.history-row{
	margin-bottom: 30px;
}
.history-row:last-child{
	margin-bottom: 0;
}
.history-item-img{
	width: 100%;
}

.history-row h2{
	font-size: 30px;
	font-weight: 700;
}
.history-row h3{
	font-size: 20px;
	font-weight: 700;
	color: #aace39;
}
.history-row p{
	font-size: 16px;
}
.history-main{
	position: relative;
}





@media screen and (min-width: 1024px) {
	.history-main::before{
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 220px;
		bottom: 0;
		transform: translateX(-50%);
		border-left: 2px dashed #cccccc;
	}
	.history-row{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.history-row:nth-child(even){
		flex-direction: row-reverse;
		text-align: right;
	}
	.history-item-img{
		width: 45%;
	}
	.history-item-content{
		width: 45%;
	}
	.history-dot{
		position: relative;
		width: 28px;
		height: 28px;
		border: 2px solid transparent;
		border-radius: 100%;
		margin: 0 50px;
		background-color: #fff;
		box-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
	}
	.history-dot:hover:after {
		border: 2px solid #aace39;
		background-color: #aace39;
	}
	.history-dot:hover{
		border-color: #aace39;
	}
	.history-dot:hover::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 5px;
		border-color: transparent transparent transparent #aace39
	}
	.history-row:nth-child(even) .history-dot:hover::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 30px;
		left: auto;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 5px 3.5px 0;
		border-color: transparent #aace39 transparent transparent
	}

	.history-dot::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70%;
		height: 70%;
		border-radius: 100%;
		border: 2px solid #333;
		background-color: #fff;
	}
	.culture-list .culture-item{
		padding: 15px;
	}
	.cul-row{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cul-row:nth-child(odd){
		flex-direction: row-reverse;
	}
	.cul-item-img{
		width: 50%;
		height: 420px;
	}
	.cul-item-content{
		padding: 50px 100px;
		width: 50%;
		font-size: 20px;
	}
}
/* bews */
.article-panel{
	background-color: #fff;
	padding: 15px;
}
.article-panel .article-title{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.article-info{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-top: 1px solid #f1f2f3;
	padding-top: 20px;
	margin-bottom: 30px;
}
.article-info-item{
	font-size: 14px;
	color: #999;
}
.article-content{
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
}
.article-aside{
	margin-top: 30px;
}
.rec-page-box{
	border: 1px solid #f1f2f3;
	margin-bottom: 15px;
	padding: 15px 20px;
}
.rec-page-box .rec-page-title{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
}
.rec-page-item{
	position: relative;
	margin-bottom: 15px;
}
.rec-page-item::before{
	content: '';
	display: block;
	position: absolute;
	left: 70px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background-color: #f1f2f3;
}
.rec-page-link{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rec-page-link a{
	color: #333333;
}
.rec-page-link a:hover{
	color: #aace39;
}
.aside-rec{
	border: 10px solid #f1f2f3;
	padding: 0 15px;
}
.aside-rec > .aside-rec-title{
	font-size: 18px;
	font-weight: 700;
	padding: 15px 0;
	border-bottom: 1px solid #f1f2f3;
}
.aside-rec-list li{
	padding: 15px 0;
	border-bottom: 1px solid #f1f2f3;
}
.aside-rec-list li a{
	color: #333333;
}
.aside-rec-list li a:hover{
	color: #aace39;
}
.aside-rec-list li .aside-rec-title{
	margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.article-panel .article-title{
		font-size: 28px;
	}
	.article-info{
		gap: 20px;
	}
	.article-info-item{
		font-size: 16px;
	}
	.article-panel{
		display: flex;
		padding: 60px;
	}
	.article-aside{
		width: 345px;
		margin-left: 45px;
		margin-top: 0;
	}
	.article-content{
		font-size: 20px;
	}
	.aside-rec{
		padding: 0 60px;
	}
	.aside-rec-list li{
		padding: 15px 0;
	}
	.aside-rec-list li .aside-rec-title{
		margin-bottom: 10px;
	}

}
.text-green{
	color: #aace39;
}
/* overview */
.agr-cell{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 5%;
	padding-bottom: 5%;
	gap: 5%;
}
.agr-cell-content{
	flex: 1;
	font-size: 20px;
}
.agr-cell-content p{
	margin-bottom: 20px;
	font-size: 24px;
}
.ag-block{
	padding: 20px;
	overflow: hidden;
	background-color: #f4f4f4;
}
.agr-text-lits li{
	padding: 6px 0;
}
.agr-text-lits li h3{
	margin-top: 0;
}
.agr-label{
	text-align: center;
}
.ag-panel{
	margin-bottom: 50px;
}
.wisdom-panel{
	margin-bottom: 50px;
}
.agr-tags{
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}
.agr-tag{
	background-color: #aace39;
	padding: 10px 20px;
	border-radius: 20px;
	min-width: 210px;
	text-align: center;
}
.agr-list li{
	padding: 12px;
	text-align: center;
}
.agr-item-title{
	margin-top: 10px;
}
.key-panel{
	background-color: #f4f4f4;
}
.wisdom-panel{
	position: relative;
	padding: 50px;
	text-align: center;
	background-color: #f4f4f4;
}
.wis-title{
	background-color: #aace39;
	color: #0c0c0c;
	font-size: 28px;
	font-weight: 700;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px 40px;
	border-radius: 100px;
}
.wis-text{
	max-width: 930px;
	font-size: 28px;
	margin-left: auto;
	margin-right: auto;
}
.key-list{
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
.key-list li{
	padding: 10px;
}
.key-item{
	position: relative;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.key-item::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #333333;
	border-radius: 100%;
}
.maq-label{
	text-align: center;
	font-size: 28px;
	padding: 45px 0;
}
.mar-panel{
	margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
	.wis-text{
		font-size: 16px;
	}
	.wis-title{
		font-size: 16px;
		padding: 15px 20px;
		top: -20px;
		white-space: nowrap;
	}
	.wisdom-panel{
		padding: 40px 20px 20px 20px;
	}
	.agr-tags{
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.agr-tag{
		width: 100%;
		margin:10px 0;
	}
	.section-title h2{
		font-size: 32px;
	}
	.agr-cell{
		display: block;
		flex-wrap: wrap;
	}
	.agr-cell-content p{
		font-size: 16px;
	}
	.agr-cell-content{
		width: 100%;
	}
	.maq-label{
		font-size: 20px;
	}
}


.tech-panel{
	margin-bottom: 100px;
}
.tech-cell{
	display: flex;
	align-items: center;
	padding: 50px 0;
	gap: 50px;
}
.tech-cell-photo{
	width: 50%;
}
.tech-cell p{
	font-size: 20px;
}
.tech-cell h2{
	font-size: 32px;
	font-weight: 700;
}
.tech-jg{
	margin-top: 100px;
	margin-bottom: 100px;
}
.tech-panel .tech-banner{
	position: relative;
	margin-bottom: 30px;
}
.tech-panel .tech-banner h3{
	position: absolute;
	top: 25px;
	left: 45px;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
}

@media screen and (min-width: 1024px) {
	.tech-cell:first-child{
		flex-direction: row-reverse;
	}
}
.tech-desc{
	margin-bottom: 30px;
	font-size: 20px;
}
.tech-panel-cell{
	display: flex;
}
.tech-aside{
	width: 566px;
	margin-left: 100px;
}
.tech-item-list{
	margin-left: 30px;
}
.tech-item-list li{
	list-style: disc!important;
	font-size: 18px;
	line-height: 1.8;
}
.cell-block{
	margin-bottom: 50px;
	line-height: 1.8;
}
.cell-block p{
	font-size: 20px;
}
.tech-aside p{
	font-size: 20px;
}

@media screen and (max-width: 1024px) {
	.tech-cell-photo{
		width: 100%;
	}
	.tech-cell{
		flex-direction: column;
	}
	.tech-cell h2{
		font-size: 24px;
	}
	.tech-cell p{
		font-size: 16px;
	}
	.section{
		overflow: hidden;
	}
	.tech-panel-cell{
		display: block;
	}
	.tech-aside{
		margin-left: 0;
		width: 100%;
	}
	.tech-panel .tech-banner h3{
		font-size: 16px;
		top: 15px;
		left: 20px;
	}
	.tech-desc{
		font-size: 16px;
	}
	.cell-block h2{
		font-size: 24px;
	}
	.cell-block p{
		font-size: 16px;
	}
	.tech-aside p{
		font-size: 16px;
	}
}
/* home */
.index-section{
	padding: 60px 0;
}
.index-header{
	text-align: center;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.index-header h2{
	font-size: 56px;
	font-weight: 700;
}
.index-header p{
	font-size: 18px;
}
.index-section-about{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: url(../images/index-commpony.jpg) no-repeat center center fixed;
	color: #ffffff;
	background-size: cover;
}
.index-section-about .index-header{
	max-width: 700px;
}
.btn-more{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 40px;
	min-width: 180px;
}
.btn-more span{
	transition: all ease .3s;
}
.btn-more:hover .iconfont{
	transform: translateX(5px);
}
.news-item{
	display: block;
}
.news-item .item-box-img{
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 5px;
}
.news-item .item-box-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-item .news-item-title{
	font-size: 18px;
	color: #222;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-line{
	background-color: #ededed;
	position: relative;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-line::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 0;
	background-color: #aace39;
	transition: all ease .3s;
}
.news-item:hover .news-line::after{
	width: 100%;
}
.news-item .news-item-desc{
	font-size: 16px;
	color: #484848;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.news-item .news-item-time{
	font-size: 16px;
	margin-bottom: 5px;
	color: #999999;
}
.news-item .btn-more{
	border: 1px solid #e5e5e5;
	color: #999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 40px;
	min-width: 80px;
	border-radius: 0;
	height: 34px;
}

.news-item:hover .news-item-title{
	color: #aace39;
}
.news-item:hover .btn-more{
	border-color: #aace39;
	background-color: #aace39;
	color: #333;
}
.sul-item{
	position: relative;
	display: block;
}
.sul-item .sul-img{
	font-size: 0;
}
.sul-item .sul-grid{
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	color: #fff;
	width: 90%;
	transform:translate(-50%,-50%)
}
.sul-grid .sul-title{
	font-size: 36px;
	margin-bottom: 30px;
}
.sul-grid .sul-more{
	font-size: 18px;
}
.scale{
	display: block;
	overflow: hidden;
}
.scale img{
	transition: all ease .3s;
}
.scale:hover img{
	transform: scale(1.1);
}

@media screen and (min-width: 1024px) {
	.index-section-about{
		height: 686px;
	}
}
.banner-index{
	position: relative;
	height: 100vh;
}
.banner-index .swiper-slide img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* .swiper-button-prev,
.swiper-button-next{
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 100%;
} */
.banner-pagination .swiper-pagination-bullet{
	position: relative;
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	margin: 0 10px!important;
}
.banner-pagination .swiper-pagination-bullet-active{
	background-color: #aace39;
}
.banner-pagination .swiper-pagination-bullet-active::before{
	content: '';
	display: block;
	position: absolute;
	left: -4px;
	top: -4px;
	bottom: -4px;
	right: -4px;
	border: 1px solid #aace39;
	border-radius: 40px;
}
@media (min-width:1200px) {
	.navbar-index{
		top: 35px;
		left: 10%;
		right: 10%;
		transition: all ease .3s;
	}
	.navbar-index.is-active{
		left: 0;
		right: 0;
		top: 0;
	}
}
.index{
	overflow: hidden;
}
.index-header{
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width:1024px) {
	.banner-index{
		height: 80vh;
	}
	.index-header h2{
		font-size: 36px;
	}
	.index-header p{
		font-size: 16px;
	}
	.row-sul li{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.row-news li{
		padding-top: 15px;
		padding-bottom: 15px;
	}


}

/* products */
.page-banner-swiper{
	position: relative;
}
.page-banner-swiper .swiper-slide img{
	height: 100%;
	width: 100%;
}

.last-banner-swiper{
	position: relative;
}
.last-panel_hd{
	border-bottom: 1px solid rgb(51, 51, 51);
	margin-bottom: 20px;
}
.last-panel-title{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #aace39;
	height: 46px;
	padding: 0 30px;
	color: #000000;
	font-size: 24px;
}
.last-panel-content{
	position: relative;
	padding: 0 35px;
}
.swiper-pagination{
	bottom: 0;
	padding: 15px;
	width: 100%;
}
.swiper-last-next,
.swiper-last-prev{
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.swiper-last-next{
	right: 0;
}
.swiper-last-prev{
	left: 0;
}
.swiper-last-next .iconfont{
	font-size: 22px;
}
.swiper-last-prev .iconfont{
	font-size: 22px;
}
.last-banner-item{
	display: block;
}
.last-banner-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.last-banner-item p{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p_gridbox-main{
	display: flex;
	margin-bottom: 50px;
}
.p_gridbox{
	width: 366px;
	margin-right: 40px;
}
.p_gridCell{
	width: 100%;
}
.p_gridCell-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #aace39;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 20px;
	margin-bottom: 2px;
}
.p_gridCell-aside{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.p_gridCell{
	flex: 1;
}
.p_gridCell .product-row{
	display: flex;
	flex-wrap: wrap;
}
.p_gridCell-aside{
	background-color: #aace39;
	padding: 15px 20px	;
}
.gridCell-nav-header{
	font-size: 18x;
	font-weight: 700;
	background-color: #c4dd75;
	padding: 10px 20px;
	color: #000000;
	margin-bottom: 10px;
}
.grid-nav-list{
	display: flex;
	flex-wrap: wrap;
}
.grid-nav-list li{
	padding: 5px 6px;
}
.grid-nav-list li a{
	color: #000000;
	font-size: 16px;
}


.product-item{
	background-color: #f5f5f4;
	border: 1px solid #efefef;
	display: block;
	text-align: center;
	padding: 10px;
}
.product-item_img{
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-item_img .item_title{
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	top: 50%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	opacity: 0;
	transition: all ease .3s;
	z-index: 2;
}
.product-item_img::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	transition: all ease .3s;
	opacity: 0;
	z-index: 1;
}
.product-item:hover .item_title{
	opacity: 1;
}
.product-item:hover .product-item_img::before{
	opacity: 1;
}




.product-item_img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.product-item_title{
	font-size: 18px;
	font-weight: 700;
	padding: 15px 20px;
	color: #222;
}
.product-item_button{
	background-color: #333235;
	color: #aace39;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 20px;
}
.product-row li{
	padding: 15px;
}
.product-grid{
	padding: 10px;
}


.product-item:hover .product-item_button{
	background-color: #aace39;
	color: #000000;
}
.aside-close{
	position: absolute;
	top: 70px;
	right: 10px;
	cursor: pointer;
}
.aside-close .iconfont{
	font-size: 22px;
}
@media screen and (max-width: 1024px) {
	.p_gridCell-aside.aside-show{
		transform: translateX(0);
	}
	.p_gridCell-aside{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		transform: translateX(100%);
		transition: all ease .3s;
		padding-top: 110px;
	}
	.p_gridbox-main{
		display: block;
	}
	.p_gridbox{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

/* 欧洲网络 */
.network-grid{
	background-color: #f4f4f4;
	padding: 60px 0;
}
.network-content{
	padding: 20px 0;
}
.network-tabs{
	display: flex;
	align-items: center;
	text-align: center;
	border-bottom: 1px solid #ececec;
}
.network-tabs li{
	flex: 1;
	background-color: transparent!important;
}
.network-tabs li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	background-color: transparent!important;
}
.network-tabs li.active a{
	color: #aace39;
}
.network-tabs li.active::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background-color: #aace39;
}
.network-cells{
	padding-top: 40px;
}
.network-cells .nk-cell_hd{
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #323232;
	padding-bottom: 10px;
}
.network-cells .nk-cell{
	padding: 35px 0;
	border-bottom: 1px solid #323232;
}
.nk-label{
	font-size: 18px;
	font-weight: 700;
}
.nk-content{
	font-size: 16px;
}
.nk-col{
	margin-bottom: 20px;
}
div.nk-label{
	margin-bottom: 20px;
}
.nk-form-row{
	padding: 15px;
}
.nk-form-row .form-control{
	border: 1px solid #aace39;
	background-color: #fbfbfb;
}
.nk-form-row label{
	font-size: 20px;
	font-weight: bold;
	padding: 0 15px;
	margin-bottom: 10px;
}
.nk-form-row .form-control{
	height: 60px;
}
.select-bar{
	background-color: #f5f5f5;
	padding: 15px;
}
.select-bar .col select{
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}





@media screen and (min-width: 1024px) {
	.select-bar .form-control{
		font-size: 18px;
	}
	.select-bar .col{
		padding: 0 10px;
	}
	.select-bar{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.network-cells .nk-cell_hd{
		font-size: 36px;
	}
	.network-cells .nk-cell{
		padding: 70px 0;
	}
	.network-tabs li a{
		font-size: 24px;
	}
	.network-cells .nk-label{
		font-size: 24px;
	}
	.network-cells .nk-content{
		font-size: 20px;
	}
	.nk-cell{
		display: flex;
	}
	.nk-col{
		width: 268px;
	}
	.nk-lg-col{
		width: 568px;
	}
	.network-tabs li a{
		height: 70px;
	}
	.nk-form-row{
		padding: 20px;
	}
	.network-cells{
		padding-top: 80px;
	}

}

/* products detail */
.pro-section{
	padding: 30px 0;
}
.pro-main{
	padding: 50px 0;
}
.sert-item{
	position: relative;
	overflow: hidden;
}
.sert-item::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(171, 207, 58, .5);
	opacity: 0;
	transition: all ease .3s;
	z-index: 1;
}
.sert-item:hover::before{
	opacity: 1;
}
.sert-item .sert-title{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	z-index: 3;
	color: #ffffff;
	font-size: 20px;
}
.pro-video{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 1080/810;
}
.distr-panel .section-title{
	text-align: left;
}
.distr-cell{
	padding: 30px 0;
	border-top: 1px solid #cccccc;
}
.distr-cell p{
	font-size: 18px;
}
.md-container{
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.md-container .pro-content p{line-height: 2;}
.md-container .pro-content table td,.biao table td{padding: 10px;}
.pro-itemlist li{
	list-style: disc!important;
	line-height: 2;
	margin-left: 20px;
}
.pro-group{
	margin-bottom: 50px;
}
.pro-group:last-child{
	margin-bottom: 0;
}
.dis-row{
	margin: 0 -4px;
}
.dis-row li{
	padding: 4px;
	margin-bottom: 20px;
}
.dis-row .kab-item{
	display: block;
	color: #222;
}
.ds-photo{
	height: 246px;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.ds-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kab-item .ds-title{
	text-align: center;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.group-title{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.mb-3{
	margin-bottom: 30px;
}
.pro_gridbox{
	padding: 80px 0;
}
.pro-photo{
	margin-bottom: 40px;
}
.pro-title{
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
}
.pro-sub-title{
	color: #aace39;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}
.pro-desc{
	font-size: 20px;
}
.pro-body{
	line-height: 2;
	font-size: 20px;
	margin-bottom: 20px;
}
.pro-footer .btn{
	border-radius: 30px;
	color: #000000;
	background-color: #aace39;
	width: 100%;
	margin-bottom: 20px;
}
.panel-collapseOne .panel-title a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.panel-collapseOne .panel-heading{
	padding: 0;
}
.panel-collapseOne .panel-title a .iconfont{
	transition: all ease .3s;
	display: inline-flex;
	transform: rotate(0deg);
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #aace39;
	border-radius: 100%;
	color: #ffffff;
}
.panel-collapseOne .panel-title a.collapsed .iconfont{
	transform: rotate(180deg);
	width: 24px;
	border-radius: 100%;
	height: 24px;
	background-color: #f1f1f1;
	color: #999;
}
.panel-collapseOne{
	border-radius: 16px;
	border: 1px solid #d7d7d7;
	padding:0 20px;
	margin-bottom: 20px;
}
.parametre-list li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	cursor: pointer;
	border-bottom: 1px solid #d7d7d7;
}
.parametre-list li:last-child{
	border-bottom: none;
}
.parametre-list li.active{
	background-color: #aace39;
}
.pro-nav-bar{
	background-color: #aace39;
}
.pro-navbar{
	display: flex;
	align-items: center;
}
.pro-navbar .btn{
	margin-left: auto;
}
.pro-navbar .btn-tek{
	background-color: #ffffff;
	border-radius: 50px;
	color: #000000;
}
.pro-navbar-nav{
	display: flex;
	align-items: center;
	overflow-x: auto;
}
.pro-navbar-nav li{
	position: relative;
	padding: 0 30px;
}
.pro-navbar-nav li::before{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #000000;
	transition: all ease .3s;
}
.pro-navbar-nav li a{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	color: #000000;
	font-size: 24px;
}
.pro-navbar-nav li.active a::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #000000;
	opacity: 0;
	transition: all ease .3s;
}
.pro-navbar-nav li.active a::before{
	opacity: 1;
}


@media (min-width:1200px) {
	.pro-navbar .btn-tek{
		width: 200px;
	}
	.panel-collapseOne .panel-title a{
		padding: 25px 0;
	}
	.panel-collapseOne{
		padding: 0 60px;
		border-radius: 20px;
	}
	.distr-panel{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.pro-itemlist{
		font-size: 20px;
	}
	.pro_gridbox{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.pro-body p{
		font-size: 20px;
	}
	.pro-footer .btn{
		width: 200px;
	}
	.pro-footer .btn:last-child{
		margin-left: 20px;
	}
	.pro-photo{
		margin-left: 50px;
	}
}
@media (max-width:1024px) {
	.ds-photo{
		height: 166px;
	}
	.distr-photo{
		margin-bottom: 30px;
	}
}


/* product */
.product-title{
	margin-bottom: 20px;
}
.product-title h2{
	font-size: 36px;
	font-weight: 700;
}
.product-swiper{
	position: relative;
	margin-bottom: 40px;
}
.p-swiper-prev,
.p-swiper-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 80px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 11;
	color: #fff;
	background-color: rgba(0, 0, 0, .4);
}
.p-swiper-prev{
	left: 0;
}
.p-swiper-next{
	right: 0;
}
.p-swiper-prev .iconfont,
.p-swiper-next .iconfont{
	font-size: 24px;
}
.product-section{
	margin-bottom: 50px;
}
.product-row_hd{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.product-row_hd .p-link{
	color: #333;
}
.product-row_hd .p-title{
	position: relative;
	height: 46px;
	line-height: 46px;
	padding: 0 50px;
	background-color: #aace39;
	font-size: 20px;
}
.product-row_hd .p-title::before{
	content: '';
	width: 2px;
	height: 20px;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.product-row >div{
	padding: 15px;
}



.sm-swiper-prev,
.sm-swiper-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 11;
	display: none;
}
.sm-swiper-prev{
	left: -10px;
}
.sm-swiper-next{
	right: -10px;
}
.sm-swiper-prev .iconfont,
.sm-swiper-next .iconfont{
	font-size: 24px;
}
.product-card{
	display: block;
	text-align: center;
}
.product-card .p-img{
	position: relative;
	padding-top: 94%;
}
.product-card .p-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-card .p-title{
	color: #01509b;
	margin-top: 10px;
}

.card-swiper{
	padding: 0 15px;
}

.servie-fixed{
	position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.servie-item{
	position: relative;
	margin-bottom: 1px;
	cursor: pointer;
}
.servie-cell{
	position: absolute;
	right: 99%;
	top: 0;
	width: 250px;
	padding-right: 10px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5sease;
	visibility: hidden
}
.servie-box{
	width: 100%;
    min-height: 20px;
    line-height: 20px;
    background-color: #f35454;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}
.servie-item:hover .servie-cell{
	opacity: 1;
	visibility: visible;
}

.servie-item .servie-item-icon{
	display: block;
	width: 45px;
	height: 45px;
	background-color: #aace39;
	color: #ffffff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}




.p_navBox2 {
	display: flex;
	justify-content: center;
	z-index: 10;
	transition: allease .3s;
	padding: 20px;
	width: 100%;
    position: fixed;
    top: 105px;
    left: 0%;
	visibility: hidden;
	opacity: 0;
    transform: translateX(10px);
	background-color: #fff;
}
.is-active .p_navBox2{
    top: 80px;
}

.ej_box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 40px 0 20px 0px;
	float: none;
}
.ej_con{
	display: flex;
    width: 33%;
    padding: 20px;
    border-right: 1px dashed #a6a6a6;
    border-bottom: 1px dashed #a6a6a6;
}
.left_ejpic {
    display: flex;
    width: 40%;
}
.ej_txt {
    width: 55%;
    margin-left: 5%;
}
.left_ejpic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.navNameLink {
    font-size: 16px;
    color: #666;
    padding: 0px 10%;
    line-height: 40px;
    text-align: left;
    background: rgb(255, 255, 255);
    margin-bottom: 1px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.sj_link {
    font-size: 16px;
    color: #666;
    padding: 0px 10%;
    line-height: 28px;
    text-align: left;
    background: rgb(255, 255, 255);
    margin-bottom: 0px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ej_con:nth-child(3n) {
    border-right: 0;
}
.ej_con:nth-child(4) {
    border-bottom: 0;
}
.ej_con:nth-child(5) {
    border-bottom: 0;
}
.pmen_link{
	display: flex;
}
.pmen_link p{
	margin-right: 20px;
}
.pmen_link a{
	display: flex;
	align-items: center;
	color: #666;
	font-size: 16px;
}
.pmen_link p img {
    width: 28px;
    margin-right: 5px;
}
.navbar-col .navbar-nav li:hover .p_navBox2{
	visibility: visible;
	opacity: 1;
    transform: translateX(0);
}


@media (max-width:1024px) {
	.p_navBox2{
		position: relative;
		top: 0!important;
		opacity: 1;
		transform: translateX(0);
		visibility: visible;
		padding: 0;
		display: none;
	}
	.is-active .p_navBox2{
		display: block;
	}
	.navBox-grow{
		padding-bottom: 20px;
	}
	.product-row_hd .p-title{
		padding: 0 15px;
		font-size: 16px;
	}
	.sm-swiper-prev,
	.sm-swiper-next{
		display: block;
	}
	.ej_box{
		padding-top: 0;
	}
	.pmen_link{
		display: block;
	}
	.pmen_link p img{
		width: 24px;
	}
	.pmen_link a{
		font-size: 12px;
	}
	.ej_box .ej_con{
		width: 100%;
		padding: 10px;
		border-right: 0;
		border-bottom: 1px dashed #a6a6a6;
	}
	.left_ejpic {
		display: flex;
		width: 20%;
	}
	.ej_txt {
		width: 75%;
		margin-left: 5%;
	}
	.sj_link{
		font-size: 14px;
	}
}

/* 案例 */
.b-title{
	font-size: 38px;
    font-family: 'Microsoft YaHei', sans-serif;
}
.card-main{
	margin-bottom: 40px;
}
.case-banner{
	position: relative;
}
.case-banner .b-title{
	position: absolute;
	top: 20px;
	left: 40px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.case-banner .b-lg-title{
	position: absolute;
	font-size: 56px;
	left: 40px;
	top: 20px;
	color: #ffffff;
}
.case-banner img{
	min-height: 160px;
	object-fit: cover;
}
.case-text{
	margin-top: 30px;
}
.c-panel{
	margin-top: 40px;
}
.c-text-grid{
	margin-top: 40px;
}
.flex-1{
	flex: 1;
	min-width: 0;
}
.c-panel_hd{
	margin-bottom: 30px;
	font-weight: bold;
    font-family: 'Microsoft YaHei', sans-serif;
}
.plus-cells .p-item{
	text-align: center;
}
.p-item_img{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width:200px;
	margin-bottom: 30px;
}
.p-item_img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.case-text p{
	margin-bottom: 20px;
}
.plus-cells::before,
.plus-cells::after{
	display: none;
}
.row.plus-cells{
	justify-content: flex-start;
}
.dt-progress_item{
	font-family: 'Microsoft YaHei', sans-serif;
}
.dt-progress{
	display: flex;
}
.dt-progress_item{
	position: relative;
	width: 20%;
	padding-top: 20px;
}
.dt-progress_item::before{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-bottom-style: none;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: rgba(158, 221, 25, 1);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.dt-progress_item::after{
	width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(158, 221, 25, 1);
    content: '';
    position: relative;
    position: absolute;
    left: 0;
    top: -6px;
}
.dt-progress_item .item_title{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.dt-progress_item .item_img{
	margin-bottom: 10px;
}
.dt-progress_item .item_text{
	font-size: 16px;
	line-height: 1.5;
}

.table{
	border: 1px solid gray!important;
}
.table td{
	border: 1px solid gray!important;
}
.table th{
	border: 1px solid gray!important;
}
.case-text h3{
	margin-top: 0;
	font-weight: bold;
	font-family: 'Microsoft YaHei', sans-serif;
}
.tt-row{
	display: flex;
	gap: 30px;
}
.tt-row-cell{
	margin-bottom: 35px;
}
.jg-cell{
	display: flex;
	background-color: #efefef;
}
.jg-cell_img{
	width: 100%;
	height: 400px;
	padding: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.jg-cell_text{
	padding: 30px;
}

.pg-panel{
	max-width: 280px;
}





@media (min-width: 1024px) {
	.case-text p{
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 40px;
	}
	.c-text-grid{
		display: flex;
	}
	.plus-cells{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.jg-cell_img{
		width: 50%;
		height: 600px;
	}


}
@media (min-width: 1200px) {
	.jg-cell_img{
		width: 570px;
		height: 820px;
	}
	.jg-cell_text{
		flex: 1;
		padding: 60px 80px;
	}
	.c-text-grid{
		display: flex;
	}
	.c-text-grid .c-photo{
		width: 420px;
		margin-right: 40px;
	}
	.p-item p{
		font-size: 18px;
	}
	.plus-cells{
		padding: 0 20px;
	}
	.plus-cells-space{
		padding: 0 80px;
	}

}
@media (max-width: 1024px) {
	.container-90{
		padding-left: 15px;
		padding-right: 15px;
	}
	.plus-cells{
		text-align: center;
	}
	.plus-icon{
		padding: 20px 0;
	}
	.plus-icon img{
		width: 30px;
	}
	.p-item_img{
		height: 120px;
		min-height: 120px;
	}
	.b-title{
		font-size: 24px;
	}
	.case-banner .b-title{
		position: absolute;
		top: 0px;
		left: 20px;
		font-size: 20px;
	}
	.case-banner .b-lg-title{
		font-size: 30px;
		left: 20px;
		top: 10px;
	}
	.dt-progress{
		flex-wrap: wrap;
	}
	.dt-progress_item{
		width: 100%;
		margin-bottom: 30px;
	}

	.tt-row{
		display: block;
	}
	.jg-cell{
		display: block;
	}









}













