.main-header .banner-box img {
	width: 100%;
}

.main-header .banner-box .swiper-slide.swiper-slide-active .desc h2 {
	-webkit-animation: fadeInUp 0.8s;
	-moz-animation: fadeInUp 0.8s;
	-ms-animation: fadeInUp 0.8s;
	animation: fadeInUp 0.8s;
}
.main-header .banner-box .swiper-slide.swiper-slide-active .desc p {
	-webkit-animation: fadeInUp 0.8s 0.1s;
	-moz-animation: fadeInUp 0.8s 0.1s;
	-ms-animation: fadeInUp 0.8s 0.1s;
	animation: fadeInUp 0.8s 0.1s;
}
.main-header .banner-box .swiper-slide.swiper-slide-active .desc .learn-more-box {
	-webkit-animation: fadeInUp 0.8s 0.2s;
	-moz-animation: fadeInUp 0.8s 0.2s;
	-ms-animation: fadeInUp 0.8s 0.2s;
	animation: fadeInUp 0.8s 0.2s;
}
.main-header .banner-box .swiper-slide .text-box {
	position: absolute;
	top: 45%;
	width: 100%;
	-webkit-transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}
.main-header .banner-box .swiper-slide .desc {
	max-width: 1240px;
	margin: 0 auto;
	color: #222;
}
.main-header .banner-box .swiper-slide .desc h2 {
	line-height: 1.3;
	margin: 0;
	font-size: 40px;
	font-weight: bold!important;
}
.main-header .banner-box .swiper-slide .desc p {
	max-width: 500px;
	line-height: 1.4;
	margin: 15px 0 20px;
	font-size: 16px;
}

.main-header .banner-box .banner-item-2 .text-box {
	position: absolute;
	top: 35%;
	width: 100%;
	transform: translateY(-35%);
}
.main-header .banner-box .banner-item-2 .desc h2 {
	text-align: center;
	color: #336fb8;
}
.main-header .banner-box .banner-item-2 .desc p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
}
.main-header .banner-box .banner-item-2 .desc .learn-more-box {
	text-align: center;
}

.main-header .banner-box .btn-group {
	position: absolute;
	right: 164px;
	bottom: 90px;
	z-index: 3;
	display: flex;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
}
.main-header .banner-box:hover .btn-group {
	opacity: 1;
}

.main-header .banner-box .btn-group a {
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(113, 113, 113, 0.29);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-header .banner-box .btn-group a:hover {
	background-color: #336fb8;
}

.main-header .banner-box .btn-group a+a {
	margin-left: 14px;
}

.main-header .banner-box .btn-group a {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-header .banner-box .btn-group a i {
	font-size: 22px;
	color: #fff;
}

.main-header .banner-box .video-item video {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-us-list{margin:20px 0;}
.about-us-list .abox{display:flex;flex-wrap:wrap;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-radius:20px;padding:25px 0}
.about-us-list .abox:hover{background:#fff2e6}
.about-us-list .bli{display:flex;flex-direction:column;margin-bottom:15px;flex:auto}
.about-us-list .bli .title{text-align:center;font-size:40px;color:#fc5f17;font-weight:normal}
.about-us-list .bli .desc{text-align:center;font-size:18px;color:#505050}
@media(max-width:768px){
	.about-us-list{margin-bottom:30px}
	.about-us-list .abox{padding:15px 0}
	.about-us-list .bli .title{font-size:20px}
	.about-us-list .bli .desc{font-size:14px}
}
.about-us-list .area-background-cont {z-index: -19;}
.about-us-list .area-background-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../images/home-about-us-list-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.certificate {
	background-position: center center;
	background-repeat: no-repeat;
}
.certificate .small-desc {
	padding-bottom: 60px;
}
.certificate .content-box {
	position: relative;
	overflow: unset;
	padding-top: 0!important;
}
.certificate .certificate-btn {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #a7b6bf;
	color: #fff;
	border-radius: 50%;
	z-index: 999;
}
.certificate .certificate-btn.prev {
	left: -40px;
}
.certificate .certificate-btn.next {
	right: -40px;
}
.certificate .certificate-list {
	margin: 0;
}
.certificate .content-box .desc {
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
.certificate .content-box .desc h3 {
	font-weight: normal;
}

.certificate .item .pic {
	padding: 20px;
	background-color: #fff;
	text-align: center;
}


.new-products {
	background-color: #f9f9f9;
}

.products-center {
	background-color: rgb(246, 249, 255);
}
.products-center .big-title {
	color: #222;
}
.products-center .small-desc {
	color: rgba(34, 34, 34, .58);
}

.products-center .product-list .img {
	border: 1px solid #f5f5f5;
}
.products-center .product-list .title {
	font-size: 16px;
	text-align: center;
	padding: 20px 0 25px;
	line-height: 1.3;
}

.products-center .product-box {
	background-color: #fff;
}
.products-center .product-list .product-box:hover {
	transition: all 0.3s linear;
    box-shadow: 3px 6px 30px rgba(0, 0, 0, 0.1);
}

.about-us {
	background: url(../images/about-bg.jpg) #2a5cb5 no-repeat center center;
	color: #fff;
}
.about-us .content-box {
	padding-top: 0;
}
.about-us.pd60 .content-box {
	padding-top: 0;
}
.about-us .about-title {
	font-size: 38px;
	font-weight: normal;
}
.about-us .about-desc {
	font-size: 16px;
	font-weight: normal;
	padding: 15px 0;
	color: rgba(255,255,255,.58);
}
.about-us .about-content {
	font-size: 16px;
	line-height: 1.6;

}
.about-us .about-content span.layui-icon {
	background-color: #18b4ef;
	color: #fff;
	border-radius: 50%;
	padding: 2px;
	font-size: 14px;
	margin-right: 8px;
}
.learn-more-box {
	padding-top: 18px;
}
.learn-more-box a,
.learn-more-box .more {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 26px;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
}

.our-advantages {
	background: url(../images/our-advantages-bg.jpg) #232323 no-repeat center center;
	color: #fff;
}
.our-advantages .wrapper {
	padding-top: 30px;
}
.our-advantages .big-title {
	color: #fff;
}
.our-advantages .small-desc {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	padding-top: 10px;
	padding-bottom: 80px;
}
.our-advantages .content-box {
	padding-top: 100px!important;
}
.our-advantages .item-box {
	padding-bottom: 50px;
}
.our-advantages .item-box .img-box {
	width: 10%;
}
.our-advantages .item-box .text-box {
	width: calc(100% - 10%);
}
.our-advantages .item-box .text-box .text {
	padding-left: 15px;
}
.our-advantages .item-box .text-box .text .title {
	font-size: 18px;
	font-weight: bold;
}
.our-advantages .item-box .text-box .text .small-title {
	font-size: 16px;
	display: flex;
	align-items: end;
}
@media (max-width:1025px) {
	.our-advantages .item-box .img-box {
		width: 20%;
	}
	.our-advantages .item-box .text-box {
		width: calc(100% - 20%);
	}
	.our-advantages .item-box .text-box .text {
		padding-left: 5px;
	}
	.our-advantages .item-box .text-box .text .title {
		margin-top: 0;
	}
	.our-advantages .item-box .text-box .text .small-title {
		margin-bottom: 0;
	}
	.our-advantages .small-desc {
		padding-bottom: 40px;
	}
	.our-advantages .content-box {
		padding-top: 50px!important;
	}
}
.news-center .news-list-box a {
	display: block;
	overflow: hidden;
}
.news-center .news-list-box:hover a,
.news-center .news-list-box a:hover {
	color: rgb(69, 111, 185);
}
.news-center .news-list-box .news-title {
	padding: 15px 0 10px;
	font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.4;
}
.news-center .news-list-box .news-date {
	font-size: 14px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	position: relative;
}
.news-center .news-list-box .news-date::before {
	margin-bottom: -10px;
    transition: all 0.1s cubic-bezier(.23, 1, .38, 1) 0.1s;
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    bottom: 0px;
    left: 0;
	border-bottom: 1px solid rgba(157, 167, 187, 0.23);
}
.news-center .news-list-box:hover .news-date::before {
	border-bottom-color: rgb(87, 133, 216);
	-webkit-animation: liner 0.6s linear 1;
	-webkit-animation-fill-mode: both;
}
.news-center .news-list-box .news-content {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	line-height: 1.5;
}

.contact-us-full {
	background-image: url(../images/about-us-full-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.contact-us-full .big-title {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
}
.contact-us-full .small-desc {
	color: #fff;
	padding-bottom: 15px;
}
.contact-us-full .contact-us-btn {
	text-align: center;
	padding-top: 12px;
}

@media (max-width:1025px) {
	.main-header .banner-box .swiper-slide .desc h2 {
		font-size: 22px;
	}
	.main-header .banner-box .swiper-slide .desc p {
		font-size: 14px;
	}
	.banner-box .learn-more-box {
		padding-top: 0;
	}
	.main-header .banner-box .btn-group {
		display: none;
	}
	.main-header .banner-box .swiper-slide .desc {
		padding: 0 20px;
	}

	.products-center {
		background-size: 140%;
	}
}

@media (max-width:768px) {
	.who-choose-us {
		background: #53657b;
	}
	.contact-us-full .big-title {
		font-size: 28px;
	}
}