.section {
	padding: 1rem 0
}

@media (min-width:1440px) {
	.section {
		padding: 2rem 0
	}
}

.section .sec-head {
	text-align: center
}

.section .sec-head .sec-en-title {
	color: #cacaca;
	font-family: "思源宋体 SemiBold";
	font-size: 1.25rem
}

@media (min-width:992px) {
	.section .sec-head .sec-en-title {
		font-size: 1.875rem
	}
}

@media (min-width:1200px) {
	.section .sec-head .sec-en-title {
		font-size: 2.5rem
	}
}

@media (min-width:1440px) {
	.section .sec-head .sec-en-title {
		font-size: 3.75rem
	}
}

.section .sec-head .sec-title {
	font-size: 1.125rem
}

@media (min-width:992px) {
	.section .sec-head .sec-title {
		font-size: 1.5rem
	}
}

@media (min-width:1200px) {
	.section .sec-head .sec-title {
		font-size: 1.625rem
	}
}

@media (min-width:1440px) {
	.section .sec-head .sec-title {
		font-size: 1.875rem
	}
}

.section .sec-head .sec-desc {
	color: #666;
	width: 90%;
	margin: 0 auto;
	font-size: .875rem
}

@media (min-width:992px) {
	.section .sec-head .sec-desc {
		width: 90%
	}
}

@media (min-width:1200px) {
	.section .sec-head .sec-desc {
		margin-top: 1rem
	}
}

.section.sec-product {
	background-color: #f7f9fa
}

.section.sec-product .product-swiper .pro-item .item-caption {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	text-align: center;
	padding: .5rem 1rem 1rem
}

.section.sec-product .product-swiper .pro-item .item-caption .item-name {
	color: #222;
	font-size: 1.125rem;
	line-height: 2;
	margin-bottom: 10px
}

.section.sec-product .product-swiper .pro-item .item-caption .item-tools {
	text-align: center
}

.section.sec-product .product-swiper .pro-item .item-caption .item-tools a {
	display: inline-block;
	width: 48%;
	line-height: 30px;
	border: 1px solid #999;
	color: #999;
	border-radius: 15px;
	font-size: 14px
}

.section.sec-product .product-swiper .pro-item .item-caption .item-tools a:nth-child(1) {
	border-color: var(--theme-yellow);
	background-color: var(--theme-yellow);
	color: #fff
}

.section.sec-product .product-swiper .pro-item:hover .item-tools a:nth-child(2) {
	border-color: var(--theme-yellow);
	color: var(--theme-yellow)
}

.section.sec-about .about-top {
	position: relative;
	z-index: 3
}

.section.sec-about .about-top .sec-head {
	text-align: left
}

.section.sec-about .about-top .sec-title {
	display: inline-block
}

.section.sec-about .about-top .sec-title::after {
	width: 100%;
	height: 2px;
	content: '';
	display: block;
	margin: 1rem 0;
	background-color: var(--theme-yellow)
}

@media (min-width:1440px) {
	.section.sec-about .about-top .sec-title::after {
		height: 6px;
		margin: 1.5rem 0
	}
}

.section.sec-about .about-top .about-content {
	color: #666;
	line-height: 2
}

@media (min-width:1200px) {
	.section.sec-about .about-top .about-content {
		width: 75%
	}
}

@media (min-width:1440px) {
	.section.sec-about .about-top .about-content {
		width: 70%
	}
}

.section.sec-about .about-top .about-more {
	color: var(--theme-yellow);
	line-height: 2;
	display: inline-block
}

@media (min-width:1200px) {
	.section.sec-about .about-top .about-more {
		margin-top: 2rem
	}
}

.section.sec-about .about-top .about-more:hover svg {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px)
}

.section.sec-about .about-top .about-more span {
	display: inline-block;
	vertical-align: middle
}

.section.sec-about .about-top .about-more svg {
	width: .875rem;
	height: .875rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.section.sec-about .about-top .about-more svg path {
	fill: CurrentColor
}

@media (min-width:1440px) {
	.section.sec-about .about-top {
		padding-left: 3.75rem
	}
}

.section.sec-about .about-param {
	margin-top: 3%;
	position: relative;
	background: url(../Image/about-param-bg.png) center/cover no-repeat;
	padding: 2% 3% 10%
}

.section.sec-about .about-param .param-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 33vw
}

.section.sec-about .about-param .param-wrap {
	position: relative;
	z-index: 2;
	padding: 2%;
	background: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .5);
	backdrop-filter: blur(3px)
}

.section.sec-about .about-param .param-wrap .param-title {
	color: #2d2d2d;
	font-weight: 700;
	font-size: 1.125rem
}

@media (min-width:1200px) {
	.section.sec-about .about-param .param-wrap .param-title {
		font-size: 1.5rem
	}
}

.section.sec-about .about-param .param-wrap .param-box {
	padding: 2% 0
}

.section.sec-about .about-param .param-wrap .param-desc {
	color: #3f3f3f;
	line-height: 1.8
}

@media (min-width:1200px) {
	.section.sec-about .about-param .param-wrap .param-desc {
		font-size: 1.125rem
	}
}

@media (min-width:1200px) {
	.section.sec-about .about-param .param-wrap {
		width: 70%
	}
}

@media (min-width:1440px) {
	.section.sec-about .about-param .param-wrap {
		width: 72%
	}
}

@media (min-width:1580px) {
	.section.sec-about .about-param .param-wrap {
		width: 60%
	}
}

.section.sec-project .project-box .project-item {
	margin-bottom: 1.25rem
}

.section.sec-project .project-box .project-item .item-wrap {
	padding: 1.25rem 1.25rem 2rem;
	background-color: #f2f4f7;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.section.sec-project .project-box .project-item .item-wrap .item-img {
	margin: 1rem auto 2rem;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 50%
}

.section.sec-project .project-box .project-item .item-wrap .item-img img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.section.sec-project .project-box .project-item .item-wrap .item-name {
	font-size: 1.125rem;
	color: #333;
	text-align: center;
	line-height: 2
}

.section.sec-project .project-box .project-item .item-wrap .item-name::after {
	content: '';
	display: block;
	width: 28%;
	border-bottom: 2px solid var(--theme-yellow);
	margin: .5rem auto
}

.section.sec-project .project-box .project-item .item-wrap .item-desc {
	line-height: 2;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.section.sec-project .project-box .project-item:hover .item-wrap {
	background-color: var(--theme-yellow)
}

.section.sec-project .project-box .project-item:hover .item-wrap .item-name {
	color: #fff
}

.section.sec-project .project-box .project-item:hover .item-wrap .item-name::after {
	border-bottom-color: #fff
}

.section.sec-project .project-box .project-item:hover .item-wrap .item-desc {
	color: #fff
}

.section.sec-cases .cases-swiper .cases-item {
	width: 22%;
	position: relative
}

.section.sec-cases .cases-swiper .cases-item>.item-name {
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 0;
	line-height: 52px;
	text-align: center
}

.section.sec-cases .cases-swiper .cases-item .overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 144, 0, .95);
	color: #fff;
	padding: 11px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0) translateY(50%);
	-moz-transform: scale(0) translateY(50%);
	-ms-transform: scale(0) translateY(50%);
	-o-transform: scale(0) translateY(50%);
	transform: scale(0) translateY(50%);
	opacity: 0
}

.section.sec-cases .cases-swiper .cases-item .overlay .overlay-wrap {
	border: 1px solid rgba(255, 255, 255, .5);
	padding: 38px;
	height: 100%
}

.section.sec-cases .cases-swiper .cases-item .overlay .overlay-wrap .catename {
	text-align: center
}

.section.sec-cases .cases-swiper .cases-item .overlay .overlay-wrap .item-name {
	text-align: center;
	font-size: 1.5rem;
	margin: 1.5rem 0
}

.section.sec-cases .cases-swiper .cases-item .overlay .overlay-wrap .item-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

@media (min-width:1300px) {
	.section.sec-cases .cases-swiper .cases-item:hover .overlay {
		-webkit-transform: scale(1) translateY(0);
		-moz-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
		-o-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		opacity: 1
	}
}

.section.sec-adv .adv-box .adv-item {
	position: relative
}

.section.sec-adv .adv-box .adv-item .item-wrap {
	position: relative
}

.section.sec-adv .adv-box .adv-item .item-txt::before {
	content: '';
	width: 6.5rem;
	border-bottom: 4px solid var(--theme-yellow);
	height: 1.2rem;
	margin-right: 2rem;
	position: absolute
}

@media (min-width:1200px) {
	.section.sec-adv .adv-box .adv-item .item-txt::before {
		position: relative
	}
}

.section.sec-adv .adv-box .adv-item .item-txt .txt-wrap {
	flex: 1;
	position: relative
}

@media (max-width:575.98px) {
	.section.sec-adv .adv-box .adv-item .item-txt .txt-wrap {
		background: rgba(255, 255, 255, .8);
		padding: 20px
	}
}

@media (max-width:575.98px) {
	.section.sec-adv .adv-box .adv-item .item-txt {
		position: absolute;
		z-index: 2;
		padding: 2rem;
		background: rgba(255, 255, 255, .5);
		height: 100%;
		backdrop-filter: blur(8px)
	}

	.section.sec-adv .adv-box .adv-item .item-txt .text-wrap {
		background: rgba(255, 255, 255, .8);
		padding: 20px
	}
}

.section.sec-adv .adv-box .adv-item .item-ename {
	color: grey;
	font-size: 1.125rem
}

@media (min-width:1200px) {
	.section.sec-adv .adv-box .adv-item .item-ename {
		font-size: 1.2rem
	}
}

@media (min-width:1680px) {
	.section.sec-adv .adv-box .adv-item .item-ename {
		font-size: 1.5rem
	}
}

.section.sec-adv .adv-box .adv-item .item-name {
	font-weight: 700;
	color: #ff9000;
	font-size: 1.25rem
}

@media (min-width:1200px) {
	.section.sec-adv .adv-box .adv-item .item-name {
		font-size: 1.75rem
	}
}

@media (min-width:1680px) {
	.section.sec-adv .adv-box .adv-item .item-name {
		font-size: 2.25rem
	}
}

.section.sec-adv .adv-box .adv-item .item-desc {
	color: #999;
	line-height: 2;
	font-size: .875rem
}

@media (min-width:1200px) {
	.section.sec-adv .adv-box .adv-item .item-desc {
		font-size: 1rem
	}
}

.section.sec-adv .adv-box .adv-item .item-num {
	font-size: 3.5rem;
	font-family: '思源宋体';
	font-weight: 700;
	color: #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1
}

@media (min-width:1200px) {
	.section.sec-adv .adv-box .adv-item .item-num {
		font-size: 6.5rem
	}
}

@media (min-width:1680px) {
	.section.sec-adv .adv-box .adv-item .item-num {
		font-size: 7.5rem
	}
}

.section.sec-adv .adv-box .adv-item .item-img {
	text-align: right;
	color: grey
}

.section.sec-adv .adv-box .adv-item .item-img:nth-child(2) {
	text-align: left
}

.section.sec-news {
	background-color: #f9f9f9
}
.footer1{ height:60px; overflow: hidden; right:0; bottom:0; float:left; z-index: 20; width:100%; position: fixed; background-color:#191919;}
.f11{ width:100%; background:url(../images/end_icon1.png) no-repeat center 20%;  background-size: 25px; height:100%; float:left;  text-align:center;}
.f21{ width:100%; background:url(../images/end_icon2.png) no-repeat center 20%; background-size: 25px;  height:100%; float:left; text-align:center;}
.footer1 a{ color:#fff !important; display: block; width: 50%; height: 100%;float: left; line-height:90px; text-align: center; background-color:#191919;}
.footer1 a:last-of-type{ background: #26378f;}
.kb501{ height: 60px;}
/*# sourceMappingURL=index.css.map */
