@charset "UTF-8";
/*---------------header  topbar----------------*/

.header {
	width: 100%;
}

.header .topbar {
	height: 3.5rem;
	background: var(--active-color);
	color: #fff;
	line-height: 3.5rem;
}

.header .topbar .topbar-box h4 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 3.5rem;
}

.header .topbar .logo {
	display: none;
}

.language {
	position: relative;
	cursor: pointer;
	float: right;
}

.language .lang-list {
	position: absolute;
	left: 50%;
	margin-left: -48px;
	width: 96px;
	top: 50px;
	z-index: -1px;
	transition: all .5s ease;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	font-size: 1.8rem;
}

.language:hover .lang-list {
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	top: 43px;

}

.language .lang-list a {
	display: block;
	line-height: 40px !important;
	text-align: center;
	color: #333 !important;
	border-bottom: 1px solid #eee;
}

.language .lang-list a:last-child {
	border-bottom: none;
}

.language .lang-list a:hover {
	color: var(--active-color) !important;
	background-color: #fcfcfc;
}

.language span {
	padding: 0 10px;
	top: -2px;
	position: relative;
}

.language .icon-yuyan {
	font-size: 2rem;
}

/*hader 导航*/
.nav-container {
	width: 100%;
	padding: 10px 0;
	z-index: 88888;
	transition: all .5s ease;
}

.nav-container .col-auto {
	width: 49% !important;
	margin-left: 23rem;
}

@media (max-width:1220px) {
	.nav-container .col-auto {
		width: 65% !important;
	}
}

.header-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}

html:not(.is-mobile) .header .nav-container {
	visibility: visible !important;
	width: 100%;
}

.header .nav-container ul {
	margin: 0;
	padding: 0;
}

.nav-line-animation {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.nav-line-animation>li {
	position: relative;
	width: auto;
	height: 6rem;
	line-height: 6rem;
	margin-bottom: 0;
	position: relative;
}

.nav-line-animation>li>a {
	font-size: 18px;
	color: #010101;
	padding: 1.8rem 0;
	position: relative;
}

.nav-line-animation>li>a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	overflow: hidden;
	margin: 0;
	background-color: var(--active-color);
	top: 72px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nav-line-animation>li:hover a::after {
	width: 100%;
}

.nav-line-animation>li>a i {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.nav-line-animation>li>a:hover,
.nav-line-animation>li>a.active {
	color: var(--active-color);
}

.nav-line-animation>li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 7.3rem;
	left: -2rem;
	margin-left: 0;
	width: auto;
	min-width: 120px;
	list-style: none;
	/*box-shadow: 0 0 10px rgba(0,0,0,.28);*/
	background-color: #fff;

}

.nav-line-animation>li ul:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: -5px;
	height: 2px;
	background-color: #fff;
}

.nav-line-animation>li:hover>ul {
	visibility: visible;
	opacity: 1;
	padding: 2rem 0 2rem 0;
	top: 6.3rem;
	word-break: keep-all;
}

.nav-line-animation>li ul li>a {
	display: block;
	padding: 1.6rem 2rem 1.4rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8rem;
	color: #000;
	word-break: keep-all;
}

.nav-line-animation>li ul li>a:hover {
	color: var(--active-color) !important;
	opacity: 1;
}


.nav-line-animation>li ul li {
	position: relative;
	width: 100%;
	color: #000;
	-webkit-transition: all .5s ease;
}

.nav-line-animation>li ul li a {
	-webkit-transition: all .5s ease;
}

.nav-line-animation>li ul li:hover {
	background: var(--active-color);
	color: #fff;
}

.nav-line-animation>li ul li:hover a {
	color: #fff !important;
}

.header-search {
	width: 22rem;
	height: 32px;
	border: var(--active-color) solid 1px;
	border-radius: 32px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-left: 40px;
}

.header-search input {
	margin-left: 18px;
	width: auto;
	border: none;
	outline: none;
	background: none;
	width: 80%;
}

.header-search .btn-search {
	width: 30px;
	display: block;
	outline: none;
	cursor: pointer;
}

.header-search .btn-search i {
	color: var(--active-color);
	font-size: 19px;
	font-weight: bold;
}

.header-tel {
	display: flex;
	float: right;
	padding-right: 3%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.header-tel i {
	color: #fff;
	font-size: 22px;
	padding-right: 10px;
}

.header-tel span {
	font-size: 1.6rem;
}

@media (max-width:992px) {
	.header-tel {
		display: none;
	}
}

.fixedbg {
	position: fixed;
	top: 0;
	margin: 0;
	transition: all .5s ease;
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}

/*首页banner*/
.home-banner {
	width: 100%;
}
@media(max-width:768px){
	.home-banner{margin-top: 9rem;}
}
.home-banner .swiper-container {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0 0 0 0;
}

.home-banner .swiper-slide {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.home-banner .swiper-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: all 0s;
}

.home-banner .swiper-slide-active .swiper-img {
	transform: scale(1);
	opacity: 1;
	transition: all 2s;
}

.home-banner .container,
.home-banner .container .row {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.home-banner .banner-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	text-align: left;
	color: #fff;
}

.home-banner .banner-box .banner-title,
.home-banner .banner-box .banner-txt {
	width: 100%;
	opacity: 0;
	transform: translateY(100px);
}

.home-banner .banner-box .banner-title {
	font-size: 7.1rem;
	font-weight: bold;
	line-height: 9.4rem;
}

.banner-box .banner-txt {
	font-size: 3.6rem;
	line-height: 5.6rem;
}

.home-banner .swiper-slide-active .banner-title {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease;
}

.home-banner .swiper-slide-active .banner-txt {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease .3s;
}

.home-banner .banner-box.text-center {
	text-align: center;
}

.home-banner .swiper-slide:first-child .banner-box .banner-title {
	margin-top: 4.5rem;
}

.home-banner .swiper-slide:first-child .banner-box .banner-txt {
	margin-top: 3rem;
	font-size: 4rem;
}


.home-banner .banner-box .banner-title span {
	color: var(--active-color);
}

.home-banner .pagination {
	height: 120px;
	width: 100%;
	left: 0;
	z-index: 7777;
	position: absolute;
	bottom: 0;
}

.home-banner .pagination-box {
	width: 280px;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.home-banner .pagination-box i {
	color: #fff;
	font-weight: bold;
	font-size: 2.3rem;
}

.pagination-box-left {
	width: 162px;
	position: relative;
}

.pagination-box-left .current-num,
.pagination-box-left .total-num {
	font-family: 'SourceHanSerifCN';
}

.pagination-box-left .current-num {
	font-size: 5.2rem;
}

.pagination-box-left .total-num {
	position: absolute;
	font-size: 2rem;
	top: -18px;
	font-weight: normal;
	padding-left: 6px;
}

.pagination-box-left .line {
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: .6;
}

.pagination-box-right {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 94px;
	margin-top: 27px;
}

.pagination-box-right span:nth-child(1),
.pagination-box-right span:nth-child(3) {
	cursor: pointer;
}

.pagination-box-right span:nth-child(2) {
	opacity: .6;
	font-size: 1.8rem;
	padding-bottom: 6px;
}

.pagination-box-right span:hover {
	opacity: .8;
}

.home-banner .container {
	position: relative;
}

.banner-btn {
	position: absolute;
	bottom: 3.5rem;
	right: 0;
	color: #fff;
	font-size: 1.8rem;
	display: flex;
	flex-direction: row;
	z-index: 88888;
	visibility: hidden;
}

.banner-btn .item {
	margin-left: 20px;
	border: #fff solid 1px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #fff;
	position: relative;

}

.banner-btn .item::after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	content: "";
	width: 0;
	height: 100%;
}

.banner-btn .item:hover {
	border-color: var(--active-color);

}

.banner-btn .item:hover::after {
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	background: var(--active-color);
	z-index: 0;
	color: #fff;

}

.banner-btn .item i {
	font-size: 22px;
	margin-right: 10px;
}

.banner-btn .item i.icon-yousanjiao-copy1 {
	font-size: 10px;
	margin: 0;

}

.banner-btn .item div {
	padding: 1.6rem 4rem;
	position: relative;
	z-index: 11111;
}

.banner-btn .item div:nth-child(2) {
	border-left: #fff solid 1px;
	padding: 1.6rem 2rem;
}

.banner-btn .item:hover div:nth-child(2) {
	border-left: rgba(255, 255, 255, .3) solid 1px;
}


.main-title {
	position: relative;
	font-family: 'SourceHanSansCN-Regular';
	margin: 20px 0;
	text-align: center;
}


.main-title .title-en {
	font-size: 1.8rem;
	color: #888;
	line-height: 1.2;
}

.main-title .title-cn {
	font-size: 3.2rem;
	line-height: 1.8;
	font-weight: bold;
	font-family: '思源黑体 CN';
}

.main-more {
	display: block;
	width: 122px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff !important;
	background: var(--active-color);
}

/*首页产品中心*/
.index-product {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 3rem 0 4rem;
	background-color: #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.index-product{padding-top: 0;}
}
.index-product .class-list {
	padding: 20px 0;
}

.index-product-left {
	width: 20%;
	float: left;
	background-color: #fff;
}

.index-product-right {
	width: 77.3%;
	float: right;
}

@media (max-width:1024px) {
	.index-product-left {
		display: none;
	}

	.index-product-right {
		width: 100%;
	}
}

.index-product-left .hd {
	background-color: #2fa630;
	padding: 2rem 0 2.1rem 2.0rem;
	position: relative;
}

.index-product-left .hd p {
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
}

.index-product-left .hd:before {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e635";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-60%);
	color: #ffff;
	font-size: 3rem;
}

.index-product-left .hd span {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, .45);
	text-transform: uppercase;
}

.index-product-left .bd {
	padding: 0;
}

.index-product-left .bd ul {
	margin: 0;
	padding: 0;
}

.index-product-left .bd ul li {
	border-bottom: 1px solid #dfdfdf;
}

.index-product-left .bd ul li:hover p a {
	color: #fff;
}

.index-product-left .bd ul li.on {}

.index-product-left .bd ul li p {
	height: 6rem;
	line-height: 6rem;
	margin: 0;
}

.index-product-left .bd ul li p a {
	display: block;
	width: 84%;
	padding: 0 0 0 2rem;
	overflow: hidden;
	line-height: 6rem;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.index-product-left .bd ul li p i {
	height: 100%;
	font-size: 2.6rem;
	color: #999999;
	cursor: pointer;
	float: left;
}

.index-product-left .bd ul li div {
	background: #fff;
	display: none;
}

.index-product-left .bd ul li div a {
	display: block;
	height: 4.8rem;
	line-height: 4.8rem;
	color: #797979;
	font-size: 14px;
	border-top: 1px dashed #dfdfdf;
	padding: 0 2.0rem 0 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-product-left .bd ul li div a:first-child {
	border-top: 0;
}

.index-product-left .bd ul li div a i {
	font-size: 24px;
	color: #cccccc;
	position: relative;
	top: 3px;
}

.index-product-left .bd ul li p:hover,
.index-product-left .bd ul li.on p {
	background-color: var(--active-color);
}

.index-product-left .bd ul li p:hover a,
.index-product-left .bd ul li.on p a {
	color: #fff;
}

.index-product-left .bd ul li p:hover i::before {
	content: "\e638";
	color: #fff;
}

.index-product-left .bd ul li.on p i {
	color: #fff;
}

.index-product-left .bd ul li div a:hover,
.index-product-left .bd ul li div a:hover i ,
.index-product-left .bd ul li div a.active,
.index-product-left .bd ul li div a.active i{
	color: var(--active-color);
}


.index-product .index-product-right .index-product-list {
	min-height: 320px;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}

.index-product-list .row-space {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.index-product-list-item a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background: #fff;
}

.index-product-list-item .item-info {
	width: 50%;
	padding: 10px;
}

.index-product-list-item .item-info .item-info-name {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.index-product-list-item .item-info p {
	width: 100%;
	height: 72px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 14px;
	word-break: break-all;
	text-align: justify;
	margin: 10px auto 20px;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.index-product-list-item .item-pic {
	width: 48.5%;
}

.index-product-list-item .item-pic img {
	width: 24rem;
	height: 24rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

@media (max-width:768px) {
	.index-product .class-list{
		padding-top: 0;
	}
	.index-product-list-item .item-info {
		width: 70%;
	}

	.index-product-list-item .item-pic {
		width: 30%;
	}

	.index-product-list-item .item-pic img {
		width: 100%;
		height: auto;
	}
	.index-product-list-item .item-info p{
		line-height: 1.5;
		height: auto;
	}
}

.index-product-list-item .item-info-btn {
	display: block;
	width: 118px;
	overflow: hidden;
	padding: .5rem 0;
	color: #999;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	position: relative;
	transform: all 1s ease 0s;
	z-index: 999;
}
@media   (max-width:798px ) {
	.index-product-list-item .item-info-btn{padding: 10px 0;}
}
.index-product-list-item .item-info-btn i {
	font-size: 20px;
	position: relative;
	top: 1px;
}

.index-product-list-item a:hover .item-info-btn {
	border: var(--active-color) solid 1px;
}

.index-product-list-item a:hover .item-info-btn {
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	background: var(--active-color);
	color: #fff;

}

.index-product-list-item a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.index-product-list-item a:hover .item-info-name {
	color: var(--active-color);
}

/*首页关于我们*/
.home-about {
	width: 100%;
	height: 53.3rem;
	background: url(../images/abt-bg2.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 4rem;
}

.home-about .row {
	height: 53.3rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.home-about .text {
	width: 540px;
	padding: 50px 35px;
	background: rgba(28, 125, 224, .8);
}

.home-about .text .bt {
	font-weight: bold;
	color: #fff;
	font-size: 26px;
	line-height: 1.5;
}

.home-about .abcont {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 24px 0 30px;
}

.home-about a {
	width: 146px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: var(--active-color);
	text-align: center;
	display: block;
	font-size: 16px;
}

.home-about a i {
	font-size: 20px;
	position: relative;
	padding-left: 10px;
	top: 2px;
}

.home-about a:hover {
	background: #2fa630;
	color: #fff;
}
@media(max-width:768px){
	.home-about ,
	.home-about .row{
		height: auto;
	}
	.home-about .text{
		padding: 20px 10px;
		margin: 10px auto;
	}
	.home-about .text .bt{
		font-size: 18px;
	}
	.home-about .abcont{
		margin: 14px 0 10px;
	}
}
/*首页文章*/
.index-news {
	padding: 0rem 0 3rem;
	overflow: hidden;
}

.index-news .main-title {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.index-news .main-title .title-cn {
	color: var(--active-color);
}

.index-news .main-title .title-en {
	padding-left: 10px;
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
	font-weight: 400;
}

.index-news .index-news-list {
	margin-left: -13px;
	margin-right: -13px;
}

.index-news .index-news-list .row-space {
	padding-left: 13px;
	padding-right: 13px;
}

.index-news .index-news-list-item {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 3.5rem 2rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
}

.index-news .index-news-list-item:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--active-color);
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0;
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
}

.index-news .index-news-list-item:hover:after {
	opacity: 1;
	top: 0;
}

.index-news-list-item .item-info-name {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	height: 56px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news-list-item:hover .item-info-name {
	color: #fff;
	position: relative;
	z-index: 1;
}

.index-news-list-item em {
	display: block;
	width: 35px;
	height: 2px;
	background: var(--active-color);
	margin: 20px 0;
}

.index-news-list-item:hover em {
	position: relative;
	z-index: 1;
	background: #fff;
}

.index-news-list-item time {
	color: #999;
	font-size: 16px;
	font-weight: normal;
}

.index-news-list-item:hover time {
	position: relative;
	z-index: 1;
	color: #fff;
}

.index-news-list-item p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 7px 0 30px;
}

.index-news-list-item:hover p {
	position: relative;
	z-index: 1;
	color: #fff;
}

.index-news-list-item .item-info-btn {
	color: var(--active-color);
	font-size: 16px;
	position: relative;
}

.index-news-list-item:hover .item-info-btn {
	position: relative;
	z-index: 1;
	color: #fff;
}

.index-news-list-item .item-info-btn i {
	font-size: 20px;
	margin-left: 10px;
	position: relative;
	top: 1px;
}

.news-more {
	display: block;
	width: 34rem;
	height: 4.8rem;
	line-height: 4.8rem;
	font-size: 16px;
	background: var(--active-color);
	text-align: center;
	color: #fff;
	transition: all .4s ease;
}

.news-more:hover {
	background: #2fa630;
	;
}

.news-more i {
	margin-left: 8px;
	transition: all .4s;
	font-size: 20px;
	position: relative;
	top: 2px;
}

.index-news a.news-more {
	margin: 3rem auto;
	color: #fff;
}

/*友情链接*/
.index-flink {
	margin-bottom: 4rem;
}

.flink-box {
	min-height: 106px;
	overflow: hidden;
	padding: 20px 20px 20px 170px;
	background-color: #f5f5f5;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flink-box .link-tit {
	width: 140px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 30px;
	top: 30px;
}

.flink-box .link-tit span {
	display: block;
	height: 30px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.1);
	font-family: "Ariblk";
	font-size: 3.2rem;
	font-weight: bold;
	margin: 0;
}

.flink-box .link-tit p {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
	margin: -14px 0 0;
}

.flink-box .link-tit p font {
	color: var(--active-color);
}

.flink-box .link-list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.flink-box .link-list a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 15px;
	margin: 0 20px 0 0;
	padding: 5px 0;
}

.flink-box .link-list a:hover {
	color: var(--active-color);
}

@media (max-width:768px) {
	.flink-box {
		display: flex;
		flex-direction: column;
		padding: 3rem 2rem;
	}

	.flink-box .link-tit,
	.flink-box .link-list {
		position: initial;
	}
}

/*footer*/
.footer {
	background: #231f20;
	color: #999;
	padding: 4rem 0 0 0;
	font-size: 16px;
}

.footer a {
	color: #999;
	transition: all 0.2s;
}

.footer a:hover {
	color: #fff;
}

.footer-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #464648;
}

.footer-left {
	width: 12.5%;
	min-width: 180px;
	padding: 0;
	margin-bottom: 4rem;
}

.footer .menu {
	text-align: right;
	font-size: 16px;
}

.footer .menu a {
	padding-left: 7rem;
	transition: all 0.2s;
}

.footer .menu a:hover {
	color: #fff;
}

@media (max-width:992px) {
	.footer .menu a {
		padding-left: 20px;
	}
}

.footer-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 3rem 0;
}

@media (max-width:1024px) {
	.footer-info-txt {
		width: 50%;
	}

	.footer-info-txt div {
		line-height: 1.5;
	}
}

.footer-hotline {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer-hotline i {
	font-size: 6rem;
}

.footer-hotline p {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	padding-left: 10px;

}

.footer-hotline p b {
	font-size: 3rem;
	padding-top: 15px;
}

.footer-info-txt div {
	padding: .5rem 0;

}

.footer-info-txt.footer-tel,
.footer-info-txt .footer-add {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.footer-info-txt .footer-tel i,
.footer-info-txt .footer-add i {
	font-size: 1.8rem;
	margin-right: 1rem;
}

.footer-right .footer-tel a {
	color: #fff;
}

.footer-ewm {
	width: 110px;
	text-align: center;
}

.footer-ewm p {
	margin-top: 10px;
}

.copyright {
	color: #8a8a8a;
	background: #1b1919;
}

.copyright-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 2rem 0;
}

.copyright-content .copyright-left {
	text-align: left;
	width: 50%;
}

.copyright-content .copyright-right {
	text-align: right;
	width: 50%;
}

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #e72f25;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

/*******************************内页************************************/
.sub-banner-wrap {
	background-size: cover !important;
	height: 38rem;
}

.sub-banner-wrap .page-title {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.sub-banner-wrap .page-title .cn {
	font-size: 28px;
	line-height: 50px;
	letter-spacing: 3px;
	text-indent: 3px;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.sub-banner-wrap .page-title .cn span {
	display: inline-block;
	padding: 0 30px;
	vertical-align: middle;
}

.sub-banner-wrap .page-title .cn i {
	display: inline-block;
	width: 105px;
	height: 2px;
	background-color: #fff;
	vertical-align: middle;
}

@media (max-width:768px) {
	.sub-banner-wrap .page-title .cn i {
		width: 10%;
	}

	.sub-banner-wrap .page-title .cn {
		font-size: 3.6rem;
	}

	.sub-banner-wrap .page-title .cn span {
		padding: 0 2rem;
	}

	.sub-banner-wrap .page-title .en {
		font-size: 13px;
	}
}

.sub-banner .page-title .en {
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}


/*********内页面包屑导航*********/
.sub-location {
	font-size: 14px;
	padding: 1.6rem 0 1.7rem 0;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
	color: #333;
	line-height: 1.3;
}

.sub-location a {
	color: #333;
}

.sub-location a:hover {
	color: var(--active-color);
}

.crumb i {
	padding-right: 10px;
	font-size: 22px;
	position: relative;
	top: 1px;
}

/*********内页栏目*********/


/*产品列表*/
.sub-page-menu {
	position: relative;

}

.sub-page-menu:after {
	background: #f1f1f1;
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	bottom: 0;
}

.sub-product-list {
	margin: 0 -10px;
	margin-bottom: 4rem;
	clear: both;
}

.sub-product-list .row-space {
	padding: 0 10px;
}

.sub-product-list-item {
	background: #f9f9f9;
	margin-bottom: 4.5rem;
	transition: all 0.8s;
}

.sub-product-list-item .product-list-item-info {
	border-top: #ffffff solid 2px;
	padding: 1.5rem 10px;
	position: relative;
}

.sub-product-list-item .product-list-item-info h4.tit {
	font-size: 1.8rem;
	color: #6e6e6e;
	position: relative;
	text-align: center;
}

.sub-product-list-item .product-list-item-img {
	padding-bottom: 68.2%;
}

.sub-product-list-item .product-list-item-img img {
	display: block;
	margin: 0 auto;
	transform: scale(1);
	transition: all 0.8s;
}

.sub-product-list-item:hover .product-list-item-img img {
	transform: scale(1.2);
	transition: all 0.8s;
}

.sub-product-list-item .product-list-item-info:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: var(--active-color);
	opacity: .8;
	color: #fff;
	top: 0;
	left: 0;
	transition: all 0.8s;
}

.sub-product-list-item:hover .product-list-item-info:before {
	width: 100%;
}

.sub-product-list-item:hover a:hover h4 {
	color: #fff;
}

.btn-list,
.home-product .btn-list,
.home-cooperation .btn-list {
	width: 15.7rem;
	position: relative;
	margin: 6rem auto 2rem;
	height: 6rem;
}

.home-product .btn-list,
.home-cooperation .btn-list {
	margin: 8rem auto 0 auto;
}

.btn-list .btn-honor-next,
.btn-list .btn-next,
.btn-list .btn-honor-prev,
.btn-list .btn-prev,
.btn-list .btn-equipment-prev,
.btn-list .btn-equipment-next {
	background: #fff;
	width: 6rem;
	height: 6rem;
	border-radius: 100%;
	border: #d5d5d5 solid 1px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	transition: all 0.8s;
}

.btn-list .btn-honor-next i,
.btn-list .btn-next i,
.btn-list .btn-equipment-next i .btn-list .btn-honor-prev i,
.btn-list .btn-equipment-prev i,
.btn-list .btn-prev i {
	font-size: 2.5rem;
	transition: all 0.8s;
}

.btn-list .btn-honor-next:hover,
.btn-list .btn-equipment-next:hover,
.btn-list .btn-next:hover,
.btn-list .btn-honor-prev:hover,
.btn-list .btn-equipment-prev:hover,
.btn-list .btn-prev:hover {
	border: var(--active-color);
	background: var(--active-color);
}

.btn-list .btn-honor-next:hover i,
.btn-list .btn-equipment-next:hover i,
.btn-list .btn-next:hover i,
.btn-list .btn-honor-prev:hover i,
.btn-list .btn-equipment-prev:hover i,
.btn-list .btn-prev:hover i {
	color: #fff;
}

/*浮动面板*/
.float-dialog {
	position: fixed;
	right: 0;
	height: 21.3rem;
	top: 50%;
	margin-top: -10.65rem;
	width: 153px;
	color: #fff;
	z-index: 99999;
}

.float-dialog .scroll-top {
	padding: 10px 0;
	text-align: center;
	font-size: 19px;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	cursor: pointer;
	display: none;
}

.float-dialog .scroll-top:hover {
	background: #0c61b7;
}

.float-dialog .scroll-top i {
	font-size: 18px;
}

.float-dialog .scroll-top,
.float-dialog .float-content {
	background: var(--active-color);
}

.float-dialog .float-content {
	padding: 5px 10px 10px 10px;
}

.float-dialog .float-tit {
	font-size: 16px;
	padding: 10px;
}

.float-dialog .float-tit i {
	margin-right: 10px;
}

.float-dialog .float-ewm {
	width: 90%;
	margin: 0 auto;
	background: #fff;
}

/******************在线留言******************/
.feedback {
	padding-bottom: 2rem;
}

.layui-form-item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.layui-form-label {
	width: 135px;
}

.layui-form-label .required {
	color: red;
	position: relative;
	top: 3px;
}

.layui-input-block {
	margin-left: 0;
	width: calc(100% - 105px);
}

.layui-input,
.layui-textarea {
	background: #f8f8f8;
}

.layui-form-select dl dd.layui-this {
	background-color: var(--active-color)
}

.layui-btn {
	width: 16rem;
	background: var(--active-color);
}

.layui-btn-reset {
	background: #f0f0f0;
	border-color: #f0f0f0;
	color: #333;
}

.layui-btn-reset:hover {
	color: #333;
	background: #f8f8f8;
}

@media (max-width:640px) {
	.layui-form-label {
		padding-left: 0;
		width: 100%;
		text-align: left!important;
	}

	.layui-form-label,
	.layui-input,
	.layui-textarea {
		font-size: 14px;
	}
	.layui-form-item{
		flex-direction: column;
		margin-bottom: 0;
	}
	.layui-input-block{
		width: 100%;
	}
}

/******************移动端menu***************************/
.m-menus {
	width: 100%;
	max-width: 640px;
	height: 100vh;
	position: fixed;
	top: 9rem;
	right: -100%;
	background: #fff;
	overflow: hidden;
	line-height: 32px;
	font-size: 15px;
	z-index: -999;
	padding-top: 2%;
	border-top: 1px solid #dedede
}

.m-menus .inner {
	height: calc((100vh - 9rem));
	padding: 10px 30px 40px;
	overflow-x: hidden;
	overflow-y: auto
}

.m-menus a {
	display: block;
	color: #000
}

.m-menus dl {
	margin-bottom: 0;
}

.m-menus.active {
	z-index: 99999;
	transition: .6s;
	right: 0
}

.m-menus .item {
	cursor: pointer;
	transition: .3s;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #dedede;
	text-align: left
}

.m-menus .item .tit,
.m-menus .item .class-two {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.m-menus .item>a,
.m-menus .tit,
.m-menus .item .class-two {
	display: block;
	line-height: 46px;
	position: relative;
	font-size: 16px;
	margin-bottom: 0;
}

.m-menus .tit {
	position: relative
}

.m-menus .tit a,
.m-menus .class-two a {
	display: inline-block;
	min-width: 50vw
}
.m-menus .class-two>a{
	line-height: 1.5;
	padding: 10px 5px 0 0;
	width: 80%;
}
.m-menus .tit .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .class-two .iconfont {
	position: absolute;
	right: 0;
	top: 23px;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .xs-menu,
.m-menus .xss-menu {
	display: none;
	text-align: left
}

.m-menus .xs-menu dd,
.m-menus .xss-menu a {
	line-height: 30px;
	font-size: 14px
}

.m-menus .active .tit,
.m-menus .open .tit,
.m-menus .open .class-two-open>a {
	color: var(--active-color);
}

.m-menus .active .tit a,
.m-menus .open .tit a {
	color: var(--active-color);
}

.m-menus .active .icon-jiahao1::before,
.m-menus .open .icon-jiahao1::before {
	content: "\e729";
}

.m-menus .class-two-open .icon-zuoyoujiantou21::before {
	content: "\e639";
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu,
	{
	padding: 0px 0 0;
	/*border-top: 1px solid #dedede;*/
}

.m-menus .class-two-open .xss-menu {
	padding: 0px 0 0;
	border-top: 1px solid #dedede;
}

.m-menus .class-two-open .xss-menu a {
	display: block;
	line-height: 36px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #dedede;
}

.m-menus .class-two-open .xss-menu a:first-child {
	padding-top: 10px;
}

.m-menus .class-two-open .xss-menu a:last-child {
	padding-bottom: 10px;
	border-bottom: none
}

.m-menus .head_links_box {
	background: #fff;
	margin-top: 1rem;
	padding: .1rem .3rem
}

.m-menus .head_links {
	display: flex !important;
	justify-content: center
}

.m-menus .head_links a {
	padding: 0 .2rem !important;
	display: block;
	flex: 1
}

.m-menus .head_links i {
	margin: 0 auto
}

.m-menus .class-two {
	border-top: 1px solid #dedede;
}

.m-search {
	width: 100%;
	border-radius: 0;
	margin: 2rem 0;
	display: flex;
	flex-direction: row;
	background: #dedede;
	align-items: center;
	padding: 5px 10px;
}

.m-search .btn-search i {
	font-size: 26px;
	line-height: 26px;
	color: #333;
	position: relative;
	top: 3px;
}

.m-search input {
	display: block;
	width: 80%;
	flex: 1 1 auto;
	font-size: 15px;
	outline: none;
	background-color: transparent;
	border: 0;
	color: currentColor;
}

.crumb-product {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/************************适配***************************/
@media (max-width:1024px) {
	.header .topbar {
		height: 9rem;
		line-height: 9rem;
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
	}

	.header .topbar .topbar-box h4 {
		display: none;
	}

	.header .topbar .logo,
	.menu-switch {
		display: block;
		float: right;
	}

	.header .topbar .logo {
		width: 50%;
		float: left;
	}

	.header .topbar .logo img {
		max-height: 7rem;
	}

	.language {
		margin-right: 5rem;
	}

	.language:hover .lang-list {
		top: 9rem;
	}

	/*导航*/
	.header .nav-container {
		background-color: #fff;
		color: #000;
		font-size: 0;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 60%;
		max-width: 40rem;
		transform: translateX(-100%);
		visibility: hidden;
		transition: .4s cubic-bezier(.785, .135, .15, .86);
		z-index: 999999;
	}

	.header .nav-container .header-nav {
		display: block;
		height: auto;
	}

	.nav-container .col-auto {
		height: auto;
	}

	.nav-container .col-auto,
	.nav-container .col-auto {
		width: 100% !important;
		margin: 0;
	}

	.nav-line-animation {
		flex-direction: column;
		align-items: flex-start;
	}

	.header.show-nav .nav-container {
		transform: translateX(0);
		visibility: visible;
	}

	.header.show-nav .mask {
		z-index: 9998;
		opacity: 1;
		visibility: visible;
		pointer-events: all
	}

	.header .nav-container {
		height: 100%;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.header .nav-container .container {
		height: 100%;
		overflow: auto;
		width: 100%;
	}

	.header .nav-container .logo {
		width: 100%;
		height: 8rem;
		display: flex;
		justify-content: center;
		margin: 6rem 0;
	}

	.nav-line-animation>li {
		width: 100%;
	}

	.nav-line-animation>li>a i {
		visibility: visible;
		display: block;
		float: left;
		color: #333;
		opacity: 1;
		font-size: 3rem;
		margin: 0 3rem 0 5rem;
	}

	.header-search {
		width: 70%;
		margin: 6rem 0 5rem 5rem;
		height: auto;
		padding: 1rem 2rem;
		border-radius: 0;
	}

	.header-search .btn-search i {
		font-size: 26px;
		line-height: 26px;
	}

	.header-search input {
		display: block;
		width: 80%;
		flex: 1 1 auto;
		font-size: 2rem;
		outline: none;
		background-color: transparent;
		border: 0;
		color: currentColor;
		margin-left: 1rem;
		padding: .5rem 0
	}

	.nav-line-animation>li:hover>ul {
		visibility: hidden;
		opacity: 0;
	}


	.sub-page .nav-line-animation>li>a,
	.sub-page .header-search,
	.sub-page .header-search .btn-search i {
		color: #333;
	}

	.sub-page .header-search {
		border-color: var(--active-color);
	}

	.sub-page .header-search .btn-search i {
		color: var(--active-color);
	}
}

@media (max-width:768px) {
	.language {
		margin-right: 3rem;
	}
	.language .icon-yuyan,
	.language span {
		font-size: 15px;
	}
	.header .topbar .logo{
		width: 45%;
	}

	/*首页关于我们*/
	.main-title .title-cn {
		font-size: 3.5rem;
	}

	.footer-menu,
	.footer-info {
		flex-direction: column;
		border: none;
	}

	.footer-info-txt {
		width: 100%;
	}

	.footer .menu {
		margin-bottom: 3rem;
	}

	.footer .menu a {
		padding: 5px 0;
		width: 33.33%;
		display: block;
		float: left;
		text-align: center;
		line-height: 1.3;
	}

	.footer-left,
	.footer .footer-middle,
	.footer-right {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.footer-hotline,
	.footer-info-txt {
		margin-bottom: 4rem;
	}
	.footer-ewm{
		width: 100%;
	}
	.footer-ewm img{
		width: 18rem;
		height: 18rem;
	}
	.footer-info-txt div,
	.footer-ewm p,
	.footer-hotline p {
		font-size: 14px;
	}

	.footer-info-txt .footer-tel i,
	.footer-info-txt .footer-add i {
		font-size: 2.4rem;
	}

	.copyright-content {
		flex-direction: column;
	}

	.copyright-content .copyright-left,
	.copyright-content .copyright-right {
		width: 100%;
		text-align: center;
	}

	.copyright-content,
	.footer .footer-middle .menu ul li {
		font-size: 13px;
		line-height: 22px;
	}

	.copyright {
		margin-top: 0;
	}

	.sub-banner .page-title .cn {
		margin-top: 0;
	}

	.sub-banner .page-title .cn,
	.sub-banner .page-title {
		font-size: 4rem;
	}

	.float-dialog {
		width: auto;
		bottom: 15px;
		height: auto;
		margin-top: auto;
		top: auto;
	}

	.float-dialog .float-content {
		display: none;
	}

	.scroll-top {
		padding: 10px 20px;
		border-radius: 5px;
	}

	.scroll-top i,
	.scroll-top span {
		width: 100%;
		display: block;
		font-size: 15px;
		padding: 5px;
	}

}

@media (max-width:576px) {
	.footer .menu a {
		font-size: 14px;
	}
	.footer-info-txt .footer-tel i, .footer-info-txt .footer-add i{
		font-size: 18px;
	}
}
