/* banner */

.banner {
	position: relative;
	height: 75vh;
	background-color: #026cc4;
}

.banner_container {
	height: 100%;
}

.banner_slideitem {
	height:100%;
}

.banner_slideitem img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner_slideitemtxt {
	position: absolute;
	bottom: 0;
	 right: 0
	 
}

.banner_slideitemtxt_box {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.txt-bg {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(2, 109, 196, 0.8);
	position: absolute;
	left: -50%;
	top: 0;
}

.banner_boxtxt {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	position: relative;
	z-index: 5;
}

.banner_boxtxtspan {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.banner_boxtxtspan p {
	font-size: 15px;
	font-family: 'Overpass_Regular';
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	display: inline-block;
}

.banner_boxtxtspan p::after {
	content: '';
	width: 150px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	top: -3px;
}

.banner_boxtxth h2 {
	text-transform: capitalize;
	word-break: break-all;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4); 
           
            color: #fff;
           
        
            /* -webkit-text-stroke: 2px #e05800; 
            color: #000;   */
 
}

.banner_boxtxtp {
	margin-top: 30px;
}

.banner_boxtxtp p {
	width: 80%;
	display: inline-block;
	white-space: pre-line;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	 color: #fff;
/* background-image: linear-gradient(to right, #e05800, #fff);
	color: transparent;
	-webkit-background-clip: text; */
}

.banner_boxtxta {
	margin-top: 70px;
	display: inline-block;
}

.banner_boxtxta .banner_boxtxta_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	 
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	padding: 12px 1vw;border: 4px solid #fff;
}

.banner_boxtxta_box span {
	    font-size: 32px;
	    /* text-transform: uppercase; */
	    font-weight: 600;color: #fff;
}

.banner_boxtxta_box i {
	/* margin-top: 2px; */
	margin-left: 15px;
	color: #fff;
}

.banner_dw {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background-color: #ed1c24;
	z-index: 10;
}

.bannerglbox {
	position: relative;
	height: 78px;
	padding: 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	border-radius: 0;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	z-index: 10;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}

.bannerglbox.on {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.bannerglbox_l {
	width: 45%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-pagination-current {
	font-family: 'Overpass_Regular';
	font-size: 24px;
	color: #fff;
}

.swiper-pagination-total {
	font-family: 'Overpass_Regular';
	font-size: 24px;
}

.swiper-pagination-banner {
	font-family: 'Overpass_Regular';
	font-size: 18px;
	color: #c5c5c5;
	width: auto;
	padding-top: 2px;
}

.bannerglbox_lp {
	margin-left: 25px;
	text-transform: capitalize;
}

.bannerglbox_c {
	width: 10%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		/* -webkit-transform-origin: left bottom;
        transform-origin: left bottom; */
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		/* -webkit-transform-origin: left bottom;
        transform-origin: left bottom; */
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		/* -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom; */
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		/* -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom; */
		-webkit-transform: rotate(-25deg);
		-ms-transform: rotate(-25deg);
		transform: rotate(-25deg);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	25% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}

	50% {
		-webkit-transform: translateY(10px) scale(1.1, .9);
		transform: translateY(10px) scale(1.1, .9)
	}

	75% {
		ransform: translateY(5px)
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: translateY(0);
		transform: translateY(0)
	}

	25% {
		-moz-transform: translateY(5px);
		transform: translateY(5px)
	}

	50% {
		-moz-transform: translateY(10px) scale(1.1, .9);
		transform: translateY(10px) scale(1.1, .9)
	}

	75% {
		ransform: translateY(5px)
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

@-o-keyframes rotate {
	0% {
		-o-transform: translateY(0);
		transform: translateY(0)
	}

	25% {
		-o-transform: translateY(5px);
		transform: translateY(5px)
	}

	50% {
		-o-transform: translateY(10px) scale(1.1, .9);
		transform: translateY(10px) scale(1.1, .9)
	}

	75% {
		ransform: translateY(5px)
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}

	25% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px)
	}

	50% {
		-webkit-transform: translateY(10px) scale(1.1, .9);
		-moz-transform: translateY(10px) scale(1.1, .9);
		-o-transform: translateY(10px) scale(1.1, .9);
		transform: translateY(10px) scale(1.1, .9)
	}

	75% {
		ransform: translateY(5px)
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

.bannerglbox_c i {
	-webkit-animation: rotate 0.7s linear infinite;
	-moz-animation: rotate 0.7s linear infinite;
	-o-animation: rotate 0.7s linear infinite;
	animation: rotate 0.7s linear infinite;
	font-size: 32px;
	color: #026cc4;
}

.bannerglbox_r {
	width: 45%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bannerglbox_rx {
	width: 1px;
	height: 22px;
	background-color: #d9d9d9;
	margin: 0 30px;
	margin-top: 4px;
}

.bannerglbox_rpre i,
.bannerglbox_rnext i {
	font-size: 22px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.bannerglbox_rpre i:hover,
.bannerglbox_rnext i:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	color: #ed1c24;
}

.bannerglbox_rpre,
.bannerglbox_rnext {
	outline: none;
}

@media screen and (min-width:1200px) {
	.banner_slideitempc {
		display: block;
	}

	.banner_slideitemmb {
		display: none;
	}
}

@media screen and (max-width:1200px) {
	/* .banner_slideitempc {
    display: none;
  }
  .banner_slideitemmb {
    display: block;
  }
  .banner {
    height: auto !important;
  }
  .banner_slideitem {
    height: auto !important;
  }
  .banner_slideitemtxt {
    display: none;
  } */
}

.swiper-pagination {
	bottom: 20px;
	width: 100%;
	--swiper-theme-color: #333;
	--swiper-pagination-color: #e61c11;color: #fff;
	/* 两种都可以 */
}

.swiper-pagination span {
	width: 12px;
	height: 12px;
	 
	background-color: unset;
	opacity: 1;
	margin: 0 5px;
}

.banner-pagination span.swiper-pagination-bullet-active {
	background-color: #fff;
}


/* 产品 */

.products {
	margin-top: 50px;
	overflow: hidden;
}

.productsbox_l {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.productsbox_lx {
	width: 18px;
	height: 3px;
	background-color: #ed1c24;
}

.productsbox_lh {
	text-transform: capitalize;
	font-size: 42px;
	color: #333333;
	margin-left: 20px;
	font-family: 'pn-b';
}

.productsbox_r .productsbox_ra {
	display: block;
	padding: 12px 2.5vw 10px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	text-transform: uppercase;
	color: #000;
}

.productsbox_r .productsbox_ra>a {
	border-color: #ccc;
}

.productsbox_r .productsbox_ra:hover {
	border-color: #ed1c24;
	color: #ed1c24;
}

.productsbox_ra.hvr-sweep-to-right::before {
	background-color: #ed1c24;
}

.productsboxb {
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.products_prev,
.products_next {
	position: absolute;
	top: 50%;
	z-index: 10;
	outline: none;
	/* display: none; */
}

.products_prev {
	left: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.products_next {
	right: 0;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
}

.products_prev i,
.products_next i {
	font-size: 34px;
	color: #333;
}

.products_prev.swiper-button-disabled i,
.products_next.swiper-button-disabled i {
	color: #999;
}

.productst_thumbs {
	width: 100%;
}

.productst_slide .productst_slidea {
	display: block;
	background-color: #f3f3f3;
	position: relative;
	overflow: hidden;
}

.productst_slideah {
	padding: 50px 10px 0;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	color: #333;
}

.productst_slide a:hover .productst_slideah {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.productst_slideaimg img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.productst_slidedw {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background-color: rgba(2, 109, 196, 0.9);
}

.productst_slidedwbox {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-o-background-size: cover;
	background-size: cover;
	padding: 0 10%;
	text-align: center;
	overflow: hidden;
	transform: translateY(2rem);
	-webkit-transform: translateY(2rem);
	-moz-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	-o-transform: translateY(2rem);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	position: relative;
}

.productst_slidedwboxbig {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.productst_slidedwbox_h {
	padding-top: 50px;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #fff;
}

.productst_slidedwbox_x {
	width: 20px;
	height: 2px;
	background-color: #fff;
	margin-top: 20px;
}

.productst_slidedwbox_p {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 15px;
	margin-top: 35px;
	color: #fff;
	line-height: 24px;
	word-break: break-word;
}

.productst_slidedwbox_a {
	margin-bottom: 4rem;
	margin-top: 20px;
	padding: 12px 2rem;
	/* padding-top: 2px; */
	font-size: 15px;
	border-radius: 5px;
	background-color: #fff;
	/* line-height: 45px; */
	text-align: center;
	color: #333;
	text-transform: uppercase;
}

.productst_slidedwboxdw {
	position: absolute;
	width: 100%;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.productst_slidedwboxdw img {
	display: inline-block;
	margin: auto;
}

.productst_slide .productst_slideaimg {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 1;
	background: #fff;
	padding: 50px 0;
}

.productst_slide.swiper-slide-thumb-active .productst_slideah {
	opacity: 0;
}

.productst_slide.swiper-slide-thumb-active .productst_slideaimg {
	opacity: 0;
}

.productst_slide .productst_slidea:hover .productst_slidedw {
	opacity: 1;
}

.productst_slide .productst_slidea:hover .productst_slidedwbox {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.productst_slide.swiper-slide-thumb-active .productst_slidea .productst_slidedw {
	opacity: 1;
}

.productst_slide.swiper-slide-thumb-active .productst_slidea .productst_slidedwbox {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.productsboxd {
	border-bottom: 1px solid #d9d9d9;
}

.productsb_top {
	width: 100%;
}

.productsb_slideitem {
	padding: 65px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
}

.productsb_slideitem_dg {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.productsb_slideitem_dg::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	/* width: 1px; */
	height: 45px;
	background-color: #d1d1d1;
}

.productsb_slideitem_dg:last-child::after {
	display: none;
}

.productsb_slideitem_dgtxt {
	margin-left: 25px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.productsb_slideitem_dgtxt h6 {
	font-size: 24px;
	font-weight: normal;
}

.productsb_slideitem_dgtxt p {
	font-size: 15px;
	color: #666666;
	font-family: 'Overpass_Regular';
}

.productsb_slideitem_dgi {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.productsb_slideitem_dgi i {
	font-size: 60px;
	line-height: 1;
	color: #ccc;
}

.productsb_slideitem_dg:hover .productsb_slideitem_dgi {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.productsb_slideitem_dg:hover .productsb_slideitem_dgtxt {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
}


/* 热门产品 */

.rmproduct {
	margin-top: 80px;
}

.rmproduct_title {
	font-size: 40px;
	text-transform: capitalize;
}

.rmproduct_box {
	margin-top: 40px;
	position: relative;
}

.rmproduct_prev,
.rmproduct_next {
	position: absolute;
	top: 35%;
	z-index: 10;
	outline: none;
}

.rmproduct_prev {
	left: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.rmproduct_next {
	right: 0;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
}

.rmproduct_prev i,
.rmproduct_next i {
	font-size: 34px;
	color: #333;
}

.rmproduct_prev.swiper-button-disabled i,
.rmproduct_next.swiper-button-disabled i {
	color: #666;
}

.button-disabled {
	display: none;
}

.rmproduct_container {
	width: 100%;
}

.rmproduct_slide .rmproduct_slidea {
	display: flex;
	height: 100%;
	flex-flow: column;
}

.rmproduct_slidea_img {
	overflow: hidden;
	border: 1px solid #ddd;
}

.rmproduct_slidea_img img {
	width: 100%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.rmproduct_slidea_txt {
	padding: 20px 10px;
	text-align: center;
	font-size: 15px;
	color: #666;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;    text-transform: uppercase;
}

.rmproduct_slide .rmproduct_slidea:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.rmproduct_slide .rmproduct_slidea:hover .rmproduct_slidea_txt {
	color: #ed1c24;
}

.rmproduct_more {
	margin-top: 50px;
}

.rmproduct_more>a:hover {
	border-color: #ed1c24;
}

.rmproduct_more .hvr-sweep-to-right::before {
	background-color: #ed1c24;
}

.rmproduct_more>a {
	/* width: 200px; */
	/* height: 54px; */
	/* line-height: 56px; */
	padding: 12px 3vw 10px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	text-transform: uppercase;
	overflow: hidden;
}


/* zhengshu */

.zhengshu_slide .rmproduct_slidea_img {
	/* height: min(20vw, 400px); */
	flex: 1;
}

.zhengshu_slide .rmproduct_slidea_img img {
	height: 100%;
	/* width: auto; */
	margin: auto;
}


/*关于我们  */

.about {
	margin-top: 100px;
	/* height: 660px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.aboutl {
	width: 55%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.aboutl img {
	width: 100%;
}

.aboutr {
	width: 45%;
	background-color: #97030B;
}

.aboutdw {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.aboutdw_box {
	height: 100%;
}

.aboutdw_boxl {
	width: 50%;
	padding-right: 80px;
	/* height: 575px; */
}

.aboutdw_boxr {
	background-color: #fff;
	width: 50%;
	height: 100%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aboutdw_boxr_box {
	width: 100%;
}

.aboutdw_boxr_boxh {
	font-size: 40px;
	text-transform: capitalize;
}

.aboutdw_boxr_boxp {
	margin-top: 30px;
	color: #666666;
	font-size: 15px;
	line-height: 30px;

	/* text-indent: 2rem; */
}

.aboutdw_boxr_boxp p {
	display: block;
	margin: 30px 0;
}

.aboutdw_boxr_gd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
	text-align: center;
	line-height: 60px;
}

.aboutdw_boxr_gdvideo {
	width: 230px;
	height: 60px;
	background-color: #ed1c24;
	cursor: pointer;
}

.aboutdw_boxr_gdvideo i {
	font-size: 22px;
	line-height: 1;
	color: #fff;
}

.aboutdw_boxr_gdvideo span {
	color: #fff;
	line-height: 1;
	margin-left: 7px;
	font-size: 15px;
}

.aboutdw_boxr_gd .aboutdw_boxr_gdmore {
	width: 230px;
	height: 60px;
	background-color: #97030B;
}

.aboutdw_boxr_gdmore span {
	text-transform: capitalize;
	color: #fff;
	font-size: 14px;
}

.aboutdw_boxr_gdmore i {
	margin-left: 25px;
	font-size: 18px;
	color: #fff;
}


/* link */

.links {
	margin: 80px 0;
}

.links .item {
	padding: 30px;
	border: 3px solid #eee;
	border-left: none;
	border-right: none;
	margin-right: -15px;
	margin-left: -15px;
}

.links .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.links .ll01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.links .ll01 h3 {
	font-size: 18px;
	color: #333;
	text-transform: capitalize;
	margin-left: 20px;
	font-weight: normal;
}

.links .ll02 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 30px;
}

.links .ll02 a {
	margin: 5px 10px;
	display: inline-block;
	color: #666;
	font-size: 15px;
}

.links .ll02 a:hover {
	color: #ed1c24;
}


/*  理念优势*/

.lnysbox {
	padding: 80px 95px;
	background-color: #f3f3f3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 3
}

.lnys {
	position: relative
}

.lnysbg {
	background: #f3f3f3;
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.lnysbox_l {
	width: 20%;
}

.lnysbox_l .lnysl_slidea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #d9d9d9;
}

.lnysl_slide:last-child .lnysl_slidea {
	border-bottom: 0;
}

.lnysl_slidea i {
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}

.lnysl_slidea p {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #888;
	padding-left: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.lnysbox_lbtn {
	margin-top: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lnysbox_lbtnper i,
.lnysbox_lbtnnext i {
	font-size: 22px;
	color: #333333;
	cursor: pointer;
}

.lnysbox_lbtnper,
.lnysbox_lbtnnext {
	outline: none;
}

.lnysbox_lbtnper.swiper-button-disabled i,
.lnysbox_lbtnnext.swiper-button-disabled i {
	color: #c1c1c1;
}

.lnysbox_lbtnx {
	margin: 0 30px;
	margin-top: -2px;
	width: 1px;
	height: 20px;
	background-color: #d9d9d9;
}

.lnysbox_r {
	width: 80%;
	padding-left: 60px;
}

.lnysbox_rbox {
	position: relative;
	/*    height: 460px;*/
	background-color: #fff;
	-webkit-box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

.lnysbox_rboxdw {
	position: absolute;
	left: 80px;
	bottom: 60px;
	z-index: 1;
}

.lnysbox_rboxdw_boxs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.lnysbox_rboxdw_boxs>div {
	width: 50px;
	height: 2px;
	background-color: #026cc4;
}

.lnysbox_rboxdw_boxs>div.on {
	background-color: #ed1c24;
}

.lnysr_top {
	width: 100%;
	height: 100%;
	z-index: 2
}

.lnysr_slide .lnysr_slidea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.lnysr_slidea>div {
	width: 50%;
}

.lnysr_slidea_txt {
	padding: 60px 60px 0 80px;
}

.lnysr_slidea_txttop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lnysr_slidea_txttopx {
	width: 40px;
	height: 1px;
	background-color: #333333;
}

.lnysr_slidea_txttopwz {
	margin-left: 15px;
	text-transform: uppercase;
	color: #333;
}

.lnysr_slidea_txth {
	margin-top: 30px;
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.lnysr_slidea>div:last-child {
	height: 100%;
}

.lnysr_slidea_txtp {
	color: #888;
	line-height: 24px;
	word-break: break-word;
	font-size: 15px;
}

.lnysr_slidea_img {
	height: 100%;
	position: relative;
	overflow: hidden;
	max-height: 500px;
}

.lnysr_slidea_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.lnysr_slidea_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.lnysr_slidea_imgdw {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 66px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	line-height: 66px;
	text-align: center;
	color: #fff;
}

.lnysr_slidea_imgdw2 {
	position: absolute;
	left: 0;
	top: 120px;
}

.lnysl_slide .lnysl_slidea i {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.lnysl_slide:hover .lnysl_slidea p {
	color: #333;
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(6px);
	-o-transform: translateX(6px);
}

.lnysl_slide.swiper-slide-thumb-active .lnysl_slidea i {
	color: #ed1c24;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.lnysl_slide.swiper-slide-thumb-active .lnysl_slidea p {
	color: #333;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
}


/* 新闻 */

.news {
	margin-top: 80px;
}

.newstitler {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.newstitler_box .swiper-slide {
	width: 120px;
	text-align: center;
}

.newstitler_box>a {
	color: #999;
	text-transform: capitalize;
	padding: 2px 20px 0;
	display: inline-block;
	font-size: 18px;
}

.newstitler_box .swiper-slide-thumb-active a,
.newstitler_box>a:hover {
	color: #ed1c24;
}

.newstitler_a i {
	font-size: 18px;
	padding: 0 20px;
}

.new_item {
	margin: 0 -15px;
}

.newsct {
	margin-top: 20px;
	padding: 0 15px;
}

.newsct_l {
	padding-right: 120px;
}

.newsct_lsj {
	height: 50px;
	line-height: 47px;
	text-align: right;
	border-bottom: 3px solid #333;
	font-size: 20px;
	color: #333;
}

.newsct_lh {
	margin-top: 40px;
	font-size: 20px;
	color: #333;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsct_lp {
	margin-top: 15px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}

.newsct_limg {
	margin-top: 35px;
	height: 328px;
	overflow: hidden;
}

.newsct_limg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.newsct_l:hover .newsct_lh {
	color: #ed1c24;
	padding-left: 4px;
}

.newsct_l:hover .newsct_limg img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.newsct_r .newsct_ritem {
	height: 182px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 30px;
}

.newsct_ritembox {
	width: 100%;
}

.newsct_ritembox_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsct_ritembox_titleh {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 20px;
	color: #333;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsct_ritembox_titlesj {
	margin-left: 25px;
	font-size: 20px;
	color: #c5c5c5;
}

.newsct_ritembox_p {
	margin-top: 10px;
	line-height: 24px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}

.newsct_r .newsct_ritem:hover .newsct_ritembox_titleh {
	color: #d80000;
	padding-left: 4px;
}

.newsct_r .newsct_ritem:hover {
	border-bottom-color: #fff;
}

.newsct_ritem.hvr-underline-from-left::before {
	height: 1px;
	background-color: #d80000;
	bottom: 0px;
}


/* 弹出视频 */

.videos {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9995;
	display: none;
}

.videos_zhezhao {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9996;
	text-align: right;
}

.videos_zhezhao img {
	margin-top: 20px;
	margin-right: 20px;
	display: inline-block;
	cursor: pointer
}

.videos_box {
	position: absolute;
	z-index: 9997;
	width: 60%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#video {
	width: 100%;
	height: 100%;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	background: #000;
}

.videos_cha {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.videos_cha i {
	color: #fff;
	font-size: 60px;
}

@media screen and (min-width: 1921px) {
	.aboutl {
		height: 700px;
	}

	.aboutl img {
		display: none;
	}
}


@media screen and (max-width: 1200px) {
	.videos_box {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.videos_box {
		width: 95%;
	}
}


/* 全局 */

@media screen and (max-width:1700px) {
	.banner_boxtxth h2 {
		font-size: 3vw;
	}

	.banner_boxtxtp p {
		/* white-space: unset; */
		font-size: 1.1vw;
	}

	/* 产品 */
	.productst_slidedwbox_h {
		/* margin-top: 40px; */
	}

	.productst_slidedwbox_a {
		margin-bottom: 50px;
	}

	.productst_slidedwbox_p {
		margin-top: 25px;
	}

	/* 热门产品 */
	.rmproduct_slidea_txt {
		font-size: 14px;
	}

	/*  */
	.about,
	.news {
		margin-top: 60px;
	}

	.links {
		margin: 60px 0;
	}

	/* 关于我们 */
	.aboutdw_boxl {
		width: 50%;
		position: relative;
	}

	.aboutdw_boxl img {
		position: absolute;
		height: 100%;
		max-width: unset;
		right: 50px;
	}

	.aboutdw_boxr {
		width: 50%;
		padding: 50px 50px;
		height: auto;
	}

	.aboutdw_boxr_boxh {
		font-size: 2.2vw;
	}

	.aboutdw_boxr_gdvideo,
	.aboutdw_boxr_gd .aboutdw_boxr_gdmore {
		width: 200px;
		height: 50px;
		line-height: 50px;
	}

	.aboutdw_boxr_gd {
		margin-top: 50px;
	}

	/* 理念优势 */
	.lnysbox_rbox {
		/*        height: 420px;*/
	}

	.lnysl_slidea p {
		font-size: 14px;
	}

	.lnysbox {
		padding: 3.5vw 3vw;
	}

	.lnysbox_r {
		padding-left: 40px;
	}

	.lnysr_slidea_txt {
		padding: 50px 50px 0 50px;
	}

	.lnysr_slidea_txth {
		margin-top: 20px;
		font-size: 30px;
	}

	.lnysbox_rboxdw {
		left: 40px;
	}

	/* 新闻 */
	.newsct_l {
		padding-right: 80px;
	}

	.newsct_ritembox_titleh {
		font-size: 18px
	}

	.newsct_ritembox_p {
		font-size: 13px;
		line-height: 21px
	}

	.newsct_r .newsct_ritem {
		padding-bottom: 30px;
	}

	.newsct_lh {
		font-size: 18px;
		margin-top: 30px
	}

	.newsct_lp {
		font-size: 13px;
	}

	.newsct_r .newsct_ritem {
		height: 172px
	}

	.productst_slidedwbox_p {
		font-size: 13px;
	}

	.productst_slidedwbox_x {
		display: none
	}

	.productst_slidedwbox_h {
		padding-top: 60px;
		font-size: 20px
	}

	.productst_slideah {
		font-size: 20px
	}

	.productsb_slideitem_dgtxt h6 {
		font-size: 18px
	}

	.productsb_slideitem_dgtxt p {
		font-size: 13px
	}
}

@media screen and (max-width:1500px) {
	.productsb_slideitem {
		padding: 50px 0
	}

	.aboutdw_boxr {
		width: 60%;
		padding: 50px 50px;
	}

	.lnysr_slidea_img {
		height: 380px !important
	}

	.lnysr_slidea_txth {
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 26px;
	}

	.lnysr_slidea_txtp {
		font-size: 13px;
		line-height: 21px;
	}

	.productst_slidedwbox_p {
		font-size: 12px;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}

	/*  */

	.productsbox_lh {
		font-size: 2.5vw;
	}

	.productsbox_r .productsbox_ra {
		padding: 10px 2.5vw 8px;
	}

	.productst_slideah,
	.productst_slidedwbox_h {
		padding-top: 2.5rem;
	}

	.productst_slidedwbox_a {
		margin-bottom: 2.5rem;
		font-size: 13px;
		padding: 10px 2rem;
	}

	.rmproduct_title {
		font-size: 2.2vw;
	}

	.aboutdw_boxr_boxp {
		/* font-size: 13px; */
		line-height: 1.8;
		margin-top: 1rem;
	}

	.aboutdw_boxr_gd {
		margin-top: 2.5rem;
	}

	.shuzhi_itemboxt span {
		font-size: 3vw;
	}

	.lnysbox_lbtn {
		margin-top: 5vw;
	}

	.newstitler_box>a {
		font-size: max(13px, 1.2vw);
	}

}

@media screen and (max-width:1360px) {
	.aboutdw_boxr {
		width: 70%;
		padding: 40px;
	}

	.aboutdw_boxr_boxp {
		/* margin-top: 20px; */
		line-height: 1.6;
		font-size: 13px;
	}

	.lnysr_slidea_imgdw {
		height: 55px;
		line-height: 55px;
	}

	.productst_slide .productst_slideaimg {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:1200px) {

	/* 产品 */
	.productsbox_lh {
		font-size: 40px;
	}

	.products {
		margin-top: 30px;
	}

	.productst_slideah {
		padding: 50px 10px 0;
	}

	.productst_slidedwbox {
		padding: 0 15px;
	}

	.productsb_slideitem {
		padding: 40px 0;
	}

	.productst_slidedwbox_x {
		margin-top: 10px;
	}

	.productst_slidedwbox_p {
		margin-top: 15px;
	}

	.productst_slidedwbox_a {
		margin-bottom: 40px;
	}

	.productst_slidedwbox_p {
		/*       display:none;*/
	}

	.productst_slidedwbox_x {
		display: none
	}

	.productst_slidedwbox_a {
		display: none
	}

	/* 关于我们 */
	.aboutdw_boxr_boxh {
		font-size: 40px;
	}

	.aboutdw_boxr_gd {
		margin-top: 30px;
	}

	.about {
		margin-top: 80px;
	}

	/* 理念优势 */
	.lnysbg {
		width: 100%
	}

	.lnysbox {
		padding: 50px 30px;
	}

	.lnysbox_lbtn {
		margin-top: 30px;
	}

	.lnysr_slidea_txt {
		padding: 40px 40px 0 40px;
	}

	.lnysr_slidea_txth {
		margin-top: 10px;
	}

	.lnysbox_rboxdw {
		left: 30px;
		bottom: 50px;
	}

	.lnysbox_rbox {
		height: 380px;
	}

	/* 新闻 */
	.newsct_r .newsct_ritem {
		padding-bottom: 20px;
	}

	.news {
		margin-top: 60px
	}

	.newsct {
		margin-top: 10px;
	}

	.newsct_l {
		padding-right: 50px;
	}

	.newsct_lh {
		margin-top: 20px;
	}

	.newsct_lp {
		margin-top: 8px;
	}

	.newsct_limg {
		margin-top: 15px;
	}

	.newsct_ritembox_p {
		margin-top: 5px;
	}

	.newsct_r .newsct_ritem {
		height: 150px;
	}

	.newsct_limg {
		height: 278px;
	}

	.bannerglbox {
		height: 60px;
	}

	.productsboxd {
		display: none;
	}

	.productst_slide .productst_slidea .productst_slidedwbox {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	.productst_slidedwboxdw {
		display: none
	}

	.rmproduct {
		margin-top: 60px;
	}

	.rmproduct_title {
		font-size: 30px;
	}

	.rmproduct_more {
		margin-top: 30px
	}

	.rmproduct_more>a {
		width: 150px;
		height: 40px;
		line-height: 38px;
	}
}

@media screen and (max-width:992px) {
	
	.banner {
		position: relative;
		height: auto;
		background-color: #000000;
	}
	
	
	.lnysbox_rbox {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.lnysr_slidea_img {
		height: auto !important;
	}

	/* banner */
	.banner_boxtxtp {
		display: none;
	}

	.banner_boxtxtspan p {
		font-size: 12px;
	}

	.banner_boxtxtspan p::after {
		width: 20vw;
	}

	.banner_boxtxta {
		margin-top: 35px;
	}

	.banner_boxtxta .banner_boxtxta_box {
		height: auto;
		line-height: 1;
		padding: 0.5rem 1rem;
	}

	.banner_boxtxta_box span {
		font-size: 12px;
	}

	.banner_boxtxt {
		margin-left: 0;
		padding: 0 35px;
		transform: unset;
	}

	.banner_boxtxtp p {
		width: 80%;
	}

	.banner_boxtxth h2 {
		font-size: 4vw;
	}

	.bannerglbox_c {
		display: none;
	}

	.bannerglbox {
		height: 50px;
	}

	/* 产品 */
	.products_prev,
	.products_next {
		display: block;
	}

	.products {
		margin-top: 40px;
	}

	.productsboxb {
		margin-top: 30px;
	}

	.productsbox_lh {
		font-size: max(4vw, 22px);
	}

	.productsbox_r {
		/* display: none */
	}

	.productsbox_r .productsbox_ra {
		font-size: 2vw;
		padding: 4px 3vw 2px;
	}

	.productst_slideah {
		font-size: max(3vw, 15px);
		padding: 30px 10px;
	}

	.productst_slidedwbox_h {
		margin-top: -80px;
		font-size: 18px;
	}

	.productst_slidedwbox_p {
		display: none
	}

	.productst_slidedw {
		display: none;
	}

	.productst_slide a:hover .productst_slideah {
		opacity: 1;
	}

	.productsb_slideitem {
		padding: 30px 0;
	}

	.productst_slidedwbox_a {
		margin-bottom: 50px;
	}

	.productsb_slideitem_dgtxt {
		margin-left: 10px;
	}

	.productsb_slideitem_dgtxt h6 {
		font-size: 18px;
	}

	.productsb_slideitem_dgtxt p {
		font-size: 12px;
	}

	.productsb_slideitem_dg::after {
		height: 40px;
	}

	.rmproduct_slidea_txt {
		padding: .5rem;
	}

	.productst_slide .productst_slideaimg {
		padding: 0;
	}

	/* 热门产品 */
	.rmproduct_box {
		margin-top: 30px;
	}

	.rmproduct_more {
		margin-top: 20px;
	}

	.rmproduct_more>a {
		height: unset;
		line-height: unset;
		width: auto;
		padding: 6px 5vw 4px;
		font-size: 13px;
	}

	.rmproduct {
		margin-top: 40px;
	}

	.rmproduct_title {
		font-size: max(3vw, 18px);
	}

	/*	.rmproduct_more>a { width: 150px; height: 40px;    line-height: 38px;}*/
	/* 关于我们 */
	.about {
		margin-top: 60px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		flex-wrap: wrap-reverse;
	}

	.about>div {
		width: 100%;
		height: auto;
		position: relative;
	}

	.about>div:nth-child(2) {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.aboutdw {
		/* background-color: #efefef; */
		position: static;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.aboutdw_boxl {
		width: 100%;
		position: relative;
		padding: 0;
		z-index: 2;
	}

	.aboutdw_boxl img {
		position: unset;
		max-width: 100%;
		height: auto;
	}

	.aboutdw_boxr {
		width: 100%;
		background-color: transparent;
		padding: 0;
		height: auto;
	}

	.aboutdw_box {
		height: auto;
		padding-top: max(6vw, 35px);
	}

	.aboutl {
		height: 400px;
		position: absolute;
		top: 0;
	}

	.aboutdw_boxr_boxp {
		margin-top: 0;
	}

	.shuzhi_itemboxt span {
		font-size: 6vw;
	}

	.shuzhi_itemboxt sup {
		margin-top: 3vw;
		font-size: 2vw;
	}

	.shuzhi_itembox {
		font-size: 2vw;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-top: 0;
	}

	/* 理念优势 */
	.lnysbox {
		padding: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.lnysbox>div {
		width: 100%;
	}

	.lnysl_slide .lnysl_slidea i {
		display: none;
	}

	.lnysbox_lbtn {
		display: none;
	}

	.lnysbox_r {
		padding-left: 0;
	}

	.lnysbox_r {
		margin-top: 42px;
	}

	.lnysbox_l .lnysl_slidea {
		padding: 0 10px;
		text-align: center;
	}

	.swiper-slide-thumb-active .lnysl_slidea {
		background: #026cc4;
		color: #fff;
	}

	.lnysl_slide.swiper-slide-thumb-active .lnysl_slidea p {
		color: #fff;
	}

	.lnysl_slide:last-child .lnysl_slidea {
		border-bottom: 1px solid #d5d5d5;
	}

	.lnysbox_rbox {
		height: auto;
	}

	.lnysr_slidea_txt {
		padding: 7vw 6vw;
	}

	.lnysr_slidea_txttop {
		display: none
	}

	.lnysr_slidea>div:last-child {
		height: auto;
	}

	.lnysr_slidea_txth {
		margin-top: -5px;
		font-size: 26px;
	}

	.lnysbox_rboxdw {
		left: 25px;
		bottom: 40px;
	}

	.lnysl_slidea p {
		white-space: unset;
		line-height: 1.2;
	}

	.aboutdw_boxr_boxh {
		font-size: max(4vw, 22px);
		margin-bottom: 10px;
	}

	.zhengshu_slide .rmproduct_slidea_img {
		height: auto;
		flex: 1;
	}

	/* 新闻 */
	.news {
		margin-top: 50px;
	}

	.newsct_l {
		padding-right: 0;
	}

	.newsct_r {
		margin-top: 20px;
	}

	.newstitler_a {
		/* display: none; */
	}

	.newstitler {
		/* width: 100%; */
	}

	.newstitler_box {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		display: none;
		margin-top: 20px;
	}

	.newstitler_box>a {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 10px;
		text-align: center;
		font-size: 20px;
		color: #333;
	}

	.newsct {
		margin-top: 15px;
	}

	.newsct_lsj {
		font-size: 18px;
	}

	.newsct_lh {
		font-size: 18px;
		margin-top: 30px;
	}

	.newsct_lp {
		margin-top: 0;
		font-size: 14px;
		line-height: 18px;
	}

	.newsct_limg {
		margin-top: 20px;
		height: 200px;
	}

	.newsct_r .newsct_ritem {
		height: 120px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0;
	}

	.newsct_ritembox_titleh {
		font-size: 18px;
	}

	.newsct_ritembox_titlesj {
		font-size: 18px;
	}

	.newsct_ritembox_p {
		margin-top: 0;
		font-size: 14px;
		line-height: 18px;
	}

	.bannerglbox * {
		font-size: 14px !important
	}

	.bannerglbox_rx {
		height: 12px;
	}

	/*  */
	.links {
		margin: 50px 0;
	}

	.links .item {
		padding: 30px 0;
	}

	.links .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.links .ll02 {
		margin: 0;
		margin-top: 10px;
	}

	.links .ll02 a {
		font-size: 13px;
		margin: 3px 5px;
	}
}

@media screen and (max-width:768px) {
	.lnysbox {
		/* padding: 30px 0; */
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bannergl .container {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 15px;
	}

	.bannerglbox.on {
		border-radius: 0px;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-transform: translateY(-20%);
		-ms-transform: translateY(-20%);
		-o-transform: translateY(-20%);
	}

	/* banner */
	.banner_slideitemtxt_box .container {
		padding: 0 10px;
	}

	.banner_boxtxth h2 {
		/* font-size: 32px; */
	}

	.banner_boxtxtp p {
		width: 100%;
		font-size: 15px;
		/* white-space: unset; */
	}

	.banner_boxtxtp {
		margin-top: 20px;
	}

	.banner_boxtxta {
		/* margin-top: 30px; */
	}

	.bannerglbox {
		padding: 0 20px;
	}

	.bannerglbox {
		height: 50px;
	}

	.bannerglbox_rx {
		margin: 0 20px;
		margin-top: 4px;
	}

	.banner_boxtxta .banner_boxtxta_box {
		/* height: 36px; */
		/* line-height: 36px; */
	}

	.bannerglbox_r {
		width: auto;
	}

	.bannerglbox_l {
		width: auto;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	/* 产品 */
	.productsbox_lh {
		/* font-size: 24px; */
		/* margin-left: 10px; */
	}

	.productsbox_lx {
		height: 1px;
	}

	/* 热门产品 */
	.rmproduct_more>a {
		/* height: 36px; */
		/* line-height: 34px; */
	}

	/* .rmproduct_prev {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .rmproduct_next {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    } */
	/* 关于我们 */
	.aboutdw_boxr {
		padding: 0 10px;
	}

	.aboutdw_boxr_boxh {
		/* font-size: 24px; */
		/* margin-bottom: 10px; */
	}

	.aboutdw_boxr_boxp {
		margin-top: 0;
		font-size: 12px;
		line-height: 20px;
	}

	.aboutdw_boxr_boxp p {
		font-size: 13px;
	}

	.aboutdw_boxr_gd {
		margin-top: 20px;
	}

	.aboutdw_boxr_gdvideo,
	.aboutdw_boxr_gd .aboutdw_boxr_gdmore {
		height: 46px;
		line-height: 46px;
	}

	.aboutl {
		/* height: 260px; */
	}

	.aboutdw_boxr_gdvideo i {
		font-size: 16px;
	}

	.aboutdw_boxr_gdvideo span,
	.aboutdw_boxr_gdmore span {
		font-size: 14px;
	}

	/* 理念优势 */
	.lnys .container {
		padding: 0 15px;
	}

	.lnysr_slide {
		height: auto !important;
	}

	.lnysr_slide .lnysr_slidea {
		/*        flex-wrap: wrap;*/
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.lnysr_slidea {
		height: auto !important;
	}

	.lnysr_slidea>div {
		width: 100%;
	}

	.lnysr_slidea>div:last-child {
		/* height: 300px; */
	}

	.lnysbox_rboxdw {
		display: none
	}

	.lnysl_wrapper .lnysl_slide:nth-last-child(2) a {
		border-bottom: none !important;
	}

	.lnysl_wrapper .lnysl_slide:last-child a {
		border-bottom: none !important;
	}

	.lnysr_slidea_imgdw2 {
		display: none;
	}

	.lnysr_slidea_txth {
		font-size: 20px;
	}

	.lnysbox_r {
		margin-top: 0px
	}

	.lnysr_slidea_txtp {
		font-size: 12px;
		line-height: 18px;
	}

	.lnysr_slidea_imgdw {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}

	/* 新闻 */
	.newstitler_box>a {
		font-size: 16px;
		padding: 10px 0;
	}

	.newsct_lsj {
		display: none;
	}

	.newsct_l {
		border-top: 3px solid #333;
		padding-right: 0;
	}

	.newsct_lh,
	.newsct_ritembox_titleh {
		font-size: 15px;
	}

	.newsct_ritembox_titlesj {
		font-size: 13px;
	}

	.newsct_lh {
		margin-bottom: 10px
	}

	.newsct_lp,
	.newsct_ritembox_p {
		margin-top: 5px;
		font-size: 13px;
		line-height: 16px;
	}

	.newsct_limg {
		height: 160px;
	}

	.newsct_r .newsct_ritem {
		height: 100px;
	}
}

@media screen and (max-width: 576px) {
	.bannergl .container {
		padding: 0 15px;
	}
}


.swiper-button-next, .swiper-button-prev {
     
    color: #e05800;
} 


#s_jishu{ width: 100%; overflow: hidden; margin-top: 0; position: relative; z-index: 2;}

#s_jishu ul{}

#s_jishu ul li{ background: #000;
    color: #fff;border: 3px solid #e05800;margin: 2px
    /* border-right: 3px solid #fff */}

#s_jishu ul li a{ display:block; padding: 2.0rem 3.75rem; display: flex; justify-content: center; align-items: center; color: #e05800;}
 @media (max-width: 1440px) { 
	 #s_jishu ul li a{ display:block; padding: 3.75rem 2.75rem; }
 
 }
 @media (max-width: 1366px) { 
	 #s_jishu ul li a{ display:block; padding: 3.75rem 2.75rem; }
 
 }


#s_jishu ul li a:hover { color: #fff; }

#s_jishu ul li .txt{ float: left;}

#s_jishu ul li font{ float: right; display: block; width: 7rem; height: 7rem; overflow: hidden; transition: .7s; display: flex; align-items: flex-end; justify-content:flex-end;}

#s_jishu ul li span{ font-size: 1.4rem;font-family: BEBASNEUE_BOLD; line-height: 1.875rem;  white-space: nowrap; text-transform: uppercase; transition: .7s;font-weight: 400;    border: 1px solid #e05800;padding: 6px; border-radius: 5px;}
#s_jishu ul li span:hover{ color: #fff; }
#s_jishu ul li h3{ font-size: 1.5rem; color: #fff; margin-top: 1rem; margin-bottom: 1.75rem; transition: .7s;}

#s_jishu ul li .txt svg{ width: 2.5rem; height: 2.5rem;}

/* #s_jishu ul li:nth-child(even){ background: #252424;} */

#s_jishu ul li:hover font,#s_jishu ul li:hover h5,#s_jishu ul li:hover p,#s_jishu ul li:hover .btn_arrow{ transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px);color: #fff; }

#s_jishu ul li:hover font img{ animation: jello 1s;}



.bg_anim{ position: relative; overflow: hidden; z-index: 1;}

.bg_anim:before {

content: '';

width: 0;

height: 0;

/* -webkit-transform: rotate(360deg); */

border-style: solid;

border-width: 0 0 0 0;

border-color: transparent transparent transparent #ff602a;

position: absolute; z-index: -1;

bottom: 0;

left: 0;

}

.bg_anim:after {

content: '';

width: 0;

height: 0;

/* -webkit-transform: rotate(360deg); */

border-style: solid;

border-width: 0 0 0 0;

border-color: transparent #ff602a transparent transparent;

position: absolute; z-index: -1;

top: 0;

right: 0;

}

.bg_anim:hover:before {

border-width: 400px 0 0 400px;

}

.bg_anim:hover:after {

border-width: 0 400px 400px 0;

}




 svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
 
 svg.drawcircle circle {
 
 	fill: none; box-sizing:border-box;
 
 	stroke-width: 2;
 
 	stroke: none;
 
 	stroke-dasharray: 0 , 188.49;
 
 	stroke-dashoffset:188.49;
 
 	transition: all .3s linear 0s;	
 
 }
 
 @media (max-width: 480px) {
	 
	 #s_jishu ul li font {
	   float:none;  
	     display: block;
	     width: 7rem;
	     height: 7rem;
	     overflow: hidden;
	     transition: .7s;
	     display: flex;
	     align-items: flex-end;
	     justify-content: flex-end;
	 }
	 
	 
	 
	 
	 
 #s_jishu ul li .txt {
     float: none;display: block;
 }
 #s_jishu ul li{  
     color: #fff;border: 2px solid #e05800;margin: 2px;height: 225px;
     /* border-right: 3px solid #fff */}
 .m{ padding: 0 15px;}
 
 #s_jishu ul li a{display: block;}
 
 #s_jishu ul li a{ padding: 2.5rem 1.5rem;}
 
 
 
 #s_jishu ul li span{         font-size: 0.75em;
        width: 100%;
        display: block;
        text-align: center;
        padding: 2px;}
 
 
 
 
     #s_jishu ul li font {
                width: auto;
                height: 100%;
        
     }
 
 
 #s_jishu ul li font img{ display: inline-block;}
 
 
 
 #s_jishu ul li .txt svg{ width: 1.5rem; height: 1.5rem;}
 
 #s_jishu{ margin-top: 0;}
 
 #s_jishu ul li:hover .btn_arrow{transform: translateY(-0px);
 
     -webkit-transform: translateY(-0px);
 
     -moz-transform: translateY(-0px);
 
     -ms-transform: translateY(-0px);
 
     -o-transform: translateY(-0px);}
#s_jishu ul li h3{ font-size: 1.375rem;}

}
