@charset "utf-8";
/* CSS Document */
/* 上导航 */


.pc-head {
	position: fixed;
	top: 0;
	left: 0;
}


section {
	padding: 100px 0;
}

.index-banner {
	padding-top: 0;
}

.index-video {
	padding: 0;
}

.index-video video {
	outline: none;
	width: 100%;
}

/* 首页banner */
#swiper1 .swiper-slide>div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

#swiper1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 88vh;
}

#swiper1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 100%;
	height: 100%;
	/* Center slide text vertically */
	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;
}

#swiper1 .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 0;
}

#swiper1 .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

.bannervideo {
	width: 100%;
	height: calc(100vh - 80px);
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.bannervideo video {
	height: auto;
	width: 100%;
	position: relative;
	width: 100%;height:100%;object-fit: cover;
	
}
.sectionvd .fp-tableCell{
	display: flex;
	align-items: flex-end;
}

/* 首页banner */


/* 关于和资讯四个块 */
.ab-nes>div {
	background-image: url(../img/section2-beef.png);
	background-position: center 24%;
}

.ab-nes {
	background-image: url(../img/banyuan.png);
	background-size: 74%;
	padding-top: 0;
	background-position: top;
	overflow: hidden
}

.ab-nes .ab-left {
	width: 15%;
}

.ab-nes .ab-center {
	width: 68%;
}

.ab-nes .ab-right {
	width: 15%;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ab-nes .section2-cout {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.ab-nes .section2-title {
	display: flex;
	justify-content: space-between;
}

.ab-nes .section2-title>div {
	display: flex;
	flex-direction: column;
}

.ab-nes .section2-title span:first-child {
	letter-spacing: 6px;
}

.ab-nes .section2-title span {
	font-size: 88px;
	font-weight: bold;
	text-transform: Uppercase;
	line-height: 1em;
	color: #d72823;
	opacity: .05;
}

.ab-nes .section2-title h1 {
	font-size: 50px;
	color: #d72823;
	margin-top: -136px;
	font-family: cursive;
	text-align: right;
}

.ab-nes .section2-title h1>span {
	font-size: 50px;
	color: #fff;
	opacity: 1;
	background-color: #d72823;
	border-radius: 50%;
	margin: 0 6px;
	font-family: cursive;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
}

.ab-left {
	background-color: #d72823;
	height: 500px;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.ab-left div,
.ab-left p,
.ab-left a,
.ab-left span {
	color: #fff
}

.ab-left div {
	font-size: 30px;
}

.ab-nes .ab-right .index-news-title h1 {
	font-weight: bold;
	font-size: 26px;
	color: #d72823;
}

.ab-nes .ab-right .index-news-title span {
	color: #d72823;
	line-height: 3em;
}

.ab-nes .ab-center {
	display: flex;
	justify-content: space-between;
}

.ab-nes .ab-center>a {
	width: 48%;
	height: 400px;
	overflow: hidden;
}

.ab-nes .ab-center>a>div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all .5s;
}

.ab-nes .ab-center>a>div:hover {
	transform: scale(1.1);
}

.ab-right .index-news-box {
	background-color: #d72823;
	height: 290px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.ab-nes .ab-left p {
	font-size: 12px;
	margin-top: 40px;
	text-indent: 2em;
}

.ab-nes .ab-left i {
	display: block;
	width: 10%;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin-bottom: 40px;
}

.about-more {
	display: flex;
	align-items: center;
	align-self: center;
	transition: all 1s;
	width: 30px;
	border-radius: 15px;
}

.about-more:hover>div {
	transform: rotateZ(180deg);
	border-radius: 15px;
	background-size: 50%;
}

/* .about-more:hover {width: 100px;background-color: #fff;;transition-delay: 1s;} */
.aboutmoreton {
	display: block !important;
}

.about-more span {
	color: #d72823;
	display: none;
	font-size: 12px;
}

.about-more>div {
	background-image: url(../img/more.png);
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background-size: 70%;
	background-color: #fff;
	background-position: center;
	transition: all 1s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.ab-right .index-news-title i {
	display: block;
	width: 10%;
	height: 2px;
	border-radius: 2px;
	background-color: #d72823;
	margin-bottom: 16px;
}

.index-news-box .swiper-pagination {
	top: 110px;
	bottom: none !important;
}

.index-news-box .swiper-pagination-bullet {
	width: 10px;
	height: 2px;
	background: #fff;
	border-radius: 0;
	margin: 0 4px;
	opacity: .5;
}

.index-news-box .swiper-pagination-bullet-active {
	opacity: 1;
}

#swiper2 .swiper-slide {
	padding: 10px;
	box-sizing: border-box;
	background-color: #d72823;
}

#swiper2 .swiper-slide h2 {
	color: #fff;
	margin: 2px 0 10px 0;
	font-size: 16px;
}

#swiper2 .swiper-slide span {
	color: #fff;
}

#swiper2 .swiper-slide p {
	color: #fff;
	font-size: 12px;
}

#swiper2 .swiper-slide>div {
	height: 100px;
	background-size: cover;
	background-position: center;
	margin-bottom: 42px;
}

/* 关于和资讯四个块 */

/* 五个分店 */
.five-tu>div {
	width: 100%;
	height: 20vw;
	background-image: url(../img/banner.jpg);
	background-size: cover;
	background-position: center;
}

.five-tu {
	padding: 0;
	display: none;
}

/* 五个分店 */



/* 产品 */
.product-wenzi {
	background-color: #d72823;
	width: 100%;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	transition: all .5s;
	border-top-left-radius: 50% 30%;
	border-top-right-radius: 50% 30%;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-wenzi>div {
	width: 40px;
	height: 40px;
	background-image: url(../img/product-more.png);
	background-size: contain;
	margin-bottom: 20px;
}

.index-product .grid__item:hover .product-wenzi {
	transform: translateY(0);
}

.index-product .grid__item:hover img {
	transform: scale(1.05)
}

#awesome {
	margin-top: 200px !important;
}

#wrapper {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#wrapper-inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.wrapper-inner-tab {
	width: 100%;
	width: 300px;
	margin-top: 125px;
	margin-left: 50%;
	transform: translateX(-50%);
}



.wrapper-inner-tab-backgrounds-second {

	height: 300px;
	width: 33.33%;
	background-color: #5e7c87;
}

.wrapper-inner-tab-backgrounds-third {

	height: 300px;
	width: 33.33%;
	background-color: #4c5f6d;
}

.sim-button {
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

	width: 100%;
	cursor: pointer;
}

.button12 {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	background-color: #d72823;
	overflow: hidden;
}

.button12 a {
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
	display: block;
}

.button12:hover span {
	color: #d72823;
}

.button12 span {
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff
}

.button12::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 18%;
	width: 0;
	height: 0;

	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255, 255, 255, .3);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.button12::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 18%;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255, 255, 255, .8);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.button12::after {
	-webkit-transition-delay: 0.2s;
	/* Safari */
	transition-delay: 0.2s;
}

.button12:hover::before {
	opacity: 1;
	-webkit-transform: translate(0px, -190px);
	transform: translate(0px, -190px);
}

.button12:hover::after {
	opacity: 1;
	-webkit-transform: translate(0px, -150px);
	transform: translate(0px, -150px);
}





/* 产品 */


/* 四个服务 */
.index-serv .yx {
	display: flex;
	align-items: center;
}

.index-serv div.flip-3d {
	perspective: 1200px;
	width: 20%;
}

.index-serv div.flip-3d figure {
	position: relative;
	transform-style: preserve-3d;
	transition: 1s transform;
	font-size: 1.6rem;
}

.index-serv div.flip-3d figure>div {
	width: 100%;
	height: 500px;
	background-color: #f3f3f3;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.index-serv div.flip-3d figure figcaption {
	position: absolute;
	width: 100%;
	top: 0;
	transform: rotateY(.5turn) translateZ(1px);
	text-align: center;
	padding: 50px 30px;
	box-sizing: border-box;
	height: 500px;
	background-color: #f3f3f3;

}

.index-serv div.flip-3d figure h1 {
	font-size: 30px;
	margin-top: 20px;
}

.index-serv div.flip-3d figure figcaption p {
	font-size: 12px;
	margin: 30px 0;
}

.index-serv div.flip-3d:hover figure {
	transform: rotateY(.5turn);
}

.index-serv div.flip-3d:hover figure figcaption {
	opacity: 1;
}

.index-serv div.flip-3d figure:after {
	content: " ";
	display: block;
	height: 8vw;
	width: 100%;
	transform: rotateX(90deg);
	background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 800px) {
	.index-serv div#flip-3d {
		perspective-origin: center top;
	}

	div#flip-3d figure {
		float: none;
		width: 50%;
		margin: 0 auto;
		margin-bottom: 12vw;
	}

	.index-serv div.flip-3d figure figcaption {
		font-size: 0.8rem;
	}

	div#flip-3d figure:last-child {
		display: none
	}
}

.index-bigtitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px
}

.index-bigtitle i {
	width: 20px;
	height: 2px;
	background-color: #d72823;
}

.index-bigtitle span {
	font-weight: bold;
	font-size: 50px;
	color: #d72823
}

.index-bigtitle h1 {
	font-size: 28px;
	color: #d72823
}

/* 四个服务 */



/* 四块轮播-新 */
.ab-new {
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding-top: 212px;
	padding-bottom: 0;
}



.ab-new>div>div {
	border-radius: 10px;
}

.ab-new>div {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}

#swiper11,
#swiper33 {
	width: 15%;
	background-color: #d72823;
	height: 300px;
}

#swiper22 {
	width: 32%;
	background-color: rgb(14, 133, 133);
	height: 400px;
}

.ab-new .ab-new-bian .swiper-slide {
	padding: 30px;
	box-sizing: border-box;
}

.ab-new i {
	width: 14%;
	height: 4px;
	background-color: #fff;
	display: block;
	border-radius: 2px;
}

.ab-new .ab-new-bian .swiper-slide>a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.ab-new .ab-new-bian .swiper-slide>a>div>div {
	color: #fff;
	font-size: 25px;
	margin-top: 30px;
}

.ab-new .ab-new-bian .swiper-slide>a>div:first-child>span {
	color: #fff;
	margin: 10px 0;
	display: block;
}

.ab-new .ab-new-bian .swiper-slide>a>div>p {
	color: #fff;
	font-size: 12px;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.abnesleft,
.abnesright {
	width: 40px;
	height: 40px;
	border: 2px solid #999;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	transition: all .5s;
}

.abnesleft>div,
.abnesright>div {
	width: 10px;
	height: 10px;
	border: 2px solid #999;
	transition: all .5s;
}

.abnesleft>div {
	border-top: none;
	border-right: none;
}

.abnesright>div {
	border-bottom: none;
	border-left: none;
}

.abnesleft:hover {
	border-color: #d72823;
}

.abnesleft:hover div {
	border-color: #d72823;
}

.abnesright:hover {
	border-color: #d72823;
}

.abnesright:hover div {
	border-color: #d72823;
}

.ab-new>span {
	display: flex;
	width: 100%;
	justify-content: space-between;
	position: absolute;
}

.ab-new {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.ab-new .ab-new-bian .swiper-slide .news>div {
	font-size: 20px;
}

.ab-new .ab-new-center .swiper-slide>a {
	width: 100%;
	height: 100%;
	position: relative;
}

.ab-new .ab-new-center .swiper-slide>a>div:first-child {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: 1s ease;
}

.ab-new .ab-new-center .swiper-slide>a:hover>div:first-child {
	transform: scale(1.05);
}

.ab-new .ab-new-tu1 {
	background-image: url(../img/11.jpg);
}

.ab-new .ab-new-tu2 {
	background-image: url(../img/22.jpg);
}

.ab-new .ab-new-tu3 {
	background-image: url(../img/33.jpg);
}

.ab-new .ab-new-tu4 {
	background-image: url(../img/44.jpg);
}

.ab-new .ab-new-center .swiper-slide>a {
	overflow: hidden;
}

.ab-new .ab-new-center .swiper-slide>a>div:last-child {
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

.ab-new .ab-new-center .swiper-slide>a>div:last-child h1 {
	color: #fff;
	font-size: 30px;
	margin: 20px 0;
	font-family: cursive;
}

.ab-new .ab-new-center .swiper-slide>a>div:last-child p {
	color: #fff;
	text-indent: 2em;
	margin-top: 30px;
	width: 100%;
}

.ab-new .ab-new-center .swiper-slide>a>div:last-child span {
	color: #fff;
	margin-top: 10px;
}

.ab-new .ab-new-center .swiper-slide>a>div:last-child div {
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: contain;
}

.ab-new .swiper-button-prev,
.ab-new .swiper-button-next {
	display: none;
}

/* 四块轮播-新 */



/*关于资讯单个轮播*/

#swiper_along {
	width: 1500px;
}


.swiper_along {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.swiper_along>div {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}

.swiper-button-prev-along,
.swiper-button-next-along {
	width: 40px;
	height: 40px;
	border: 2px solid #999;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	transition: all .5s;
	outline: none
}

.swiper-button-prev-along>div,
.swiper-button-next-along>div {
	width: 10px;
	height: 10px;
	border: 2px solid #999;
	transition: all .5s;
}

.swiper-button-prev-along>div {
	border-top: none;
	border-right: none;
}

.swiper-button-next-along>div {
	border-bottom: none;
	border-left: none;
}

.swiper-button-prev-along:hover {
	border-color: #d72823;
}

.swiper-button-prev-along:hover div {
	border-color: #d72823;
}

.swiper-button-next-along:hover {
	border-color: #d72823;
}

.swiper-button-next-along:hover div {
	border-color: #d72823;
}

.swiper_along>span {
	display: flex;
	width: 60%;
	justify-content: space-between;
	position: absolute;
	z-index: 111
}

.swiper_along #swiper_along a {
	width: 70%;
	height: 350px;
	border-radius: 1vw;
	transition: all 1s;
	background-size: cover;
	overflow: hidden;
	transition: all 1s;
}


.swiper_along #swiper_along a>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	background-color: #d72823;
	padding: 1vw;
	box-sizing: border-box;
	transition: all 1s;
}




#swiper_along i {
	width: 14%;
	height: 4px;
	background-color: #fff;
	display: block;
	border-radius: 2px;
	transition: all 1s;
	margin-top: 1vw
}

.swiper_along #swiper_along .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 460px;
	justify-content: flex-end;
	transition: all 1s
}

.swiper_along #swiper_along .swiper-slide>a .title {
	color: #fff;
	font-size: 25px;
	margin-top: 30px;
	text-align: left;
	transition: all 1s;
	width: fit-content;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
	line-height: 1.5em;
}

.swiper_along #swiper_along .swiper-slide>a>div>div:first-child>span {
	color: #fff;
	margin: 10px 0;
	display: block;
	transition: all 1s;
}

.swiper_along #swiper_along .swiper-slide>a>div>div>p {
	color: #fff;
	font-size: 14px;
	text-indent: 2em;
	overflow: hidden;
	transition: all 1s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 10px
}

.swiper_along .swiper-slide-active .activeNum1 icon {
	background-image: url(../../skin/img/guanyu-ico.png);
}

.swiper_along .swiper-slide-duplicate-active .activeNum1 icon {
	background-image: url(../../skin/img/guanyu-ico.png);
}

.swiper_along .swiper-slide-active .activeNum2 icon {
	background-image: url(../../skin/img/zhiliang-ico.png);
}

.swiper_along .swiper-slide-duplicate-active .activeNum2 icon {
	background-image: url(../../skin/img/zhiliang-ico.png);
}

.swiper_along .swiper-slide-active .activeNum3 icon {
	background-image: url(../../skin/img/muchang-ico.png);
}

.swiper_along .swiper-slide-duplicate-active .activeNum3 icon {
	background-image: url(../../skin/img/muchang-ico.png);
}

.swiper_along .swiper-slide-active .activeNum4 icon {
	background-image: url(../../skin/img/xinwen-ico.png);
}

.swiper_along .swiper-slide-duplicate-active .activeNum4 icon {
	background-image: url(../../skin/img/xinwen-ico.png);
}

.swiper_along .swiper-slide icon {
	width: 0vw;
	height: 0vw;
	transition: all 1s;
	transform: scale(0);
	background-size: contain;
	display: block;
	opacity: 0
}

.swiper_along #swiper_along a>div>div:first-child {
	display: flex;
	flex-direction: column;
	align-items: center
}



.swiper_along .swiper-slide-active icon {
	width: 2vw;
	height: 2vw;
	opacity: 1;
	transition: all 1s;
	transform: scale(1)
}

.swiper_along .swiper-slide-duplicate-active icon {
	width: 2vw;
	height: 2vw;
	opacity: 1;
	transition: all 1s;
	transform: scale(1)
}

.swiper_along #swiper_along .swiper-slide-active>a .news .title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.swiper_along #swiper_along .swiper-slide-duplicate-active>a .news .title {
	width: 100%
}

.swiper_along #swiper_along .swiper-slide-active {
	transition: all 1s
}

.swiper_along #swiper_along .swiper-slide-active>a {
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.swiper_along #swiper_along .swiper-slide-active>a>div {
	background-color: rgba(0, 0, 0, .5);
	transition: all 1s;
	padding: 3vw
}

.swiper_along #swiper_along .swiper-slide-active>a .title {
	transition: all 1s;
	overflow: unset;
	text-overflow: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset
}

.swiper_along #swiper_along .swiper-slide-active>a>div>div>p {
	font-size: 14px
}

.swiper_along #swiper_along .swiper-slide-active>a>div>div:first-child>span {
	width: fit-content
}


.swiper_along #swiper_along .swiper-slide-duplicate-active {
	transition: all 1s
}

.swiper_along #swiper_along .swiper-slide-duplicate-active>a {
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.swiper_along #swiper_along .swiper-slide-duplicate-active>a>div {
	background-color: rgba(0, 0, 0, .5);
	transition: all 1s;
	padding: 3vw
}

.swiper_along #swiper_along .swiper-slide-duplicate-active>a .title {
	transition: all 1s;
	overflow: unset;
	text-overflow: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset
}

.swiper_along #swiper_along .swiper-slide-duplicate-active>a>div>div>p {
	font-size: 14px
}

.swiper_along #swiper_along .swiper-slide-duplicate-active>a>div>div:first-child>span {
	width: fit-content
}


#swiper_along .activeNum1 {
	background-image: url(../img/11.jpg);
	transition: all 1s;
}

#swiper_along .activeNum2 {
	background-image: url(../img/22.jpg);
	transition: all 1s;
}

#swiper_along .activeNum3 {
	background-image: url(../img/33.jpg);
	transition: all 1s;
}

#swiper_along .activeNum4 {
	background-image: url(../img/44.jpg);
	transition: all 1s;
}


.ab-nes .section2-title {
	width: 70%;
	margin: 0 auto
}

/*关于资讯单个轮播*/

@media screen and (max-width: 1500px) {
	.ab-new .ab-new-bian .swiper-slide .news>div {
		font-size: 16px;
	}

	.ab-new .ab-new-bian .swiper-slide>a>div>p {
		-webkit-line-clamp: 2
	}

	.index-serv div.flip-3d figure>div {
		height: 32vw
	}

	.index-serv div.flip-3d figure figcaption {
		height: 32vw;
	}

	.ab-nes .section2-title span {
		font-size: 5vw
	}

	.ab-nes .section2-title h1>span {
		font-size: 3vw;
		width: 4vw;
		height: 4vw
	}

	.ab-nes .section2-title h1>span {
		line-height: 4vw
	}

	.details__img {
		height: 66vh
	}
}


@media screen and (max-width: 1200px) {
	#swiper22 {
		height: 30vw;
	}

	#swiper11,
	#swiper33 {
		height: 22vw;
	}

	.ab-new .ab-new-center .swiper-slide>a>div>div {
		padding: 3vw;
		padding-top: 8vw;
	}

	.ab-new .ab-new-bian .swiper-slide>a>div>div {
		font-size: 1.8vw;
		margin-top: 1vw;
	}

	.ab-new .ab-new-bian .swiper-slide {
		padding: 2vw;
	}

	.index-serv div.flip-3d figure h1 {
		font-size: 2vw;
		margin-top: 1vw;
	}

	section {
		padding: 4vw 0
	}

	.index-serv div.flip-3d figure figcaption p {
		font-size: 1vw
	}

	#swiper_along {
		width: 1200px
	}

	.swiper_along #swiper_along a {
		border-radius: 6vw
	}
}

@media screen and (max-width: 900px) {

	.details__img {
		height: 58vh;
		right: unset;
		left: 40%
	}

	.details__bg--down {
		top: 0vh;
		height: 100vh;
	}

	.details {
		padding: 35vh 0 5vh 10vw;
	}

	.details__title {
		font-size: 12vw;
		color: #fff;
		margin-bottom: 27vw;
		width: 10vw;
	}

	footer .yx div:last-child #goToTop>a {
		bottom: 20vw
	}

	.flip-3d>figure>div img {
		width: 14vw
	}

	.ab-nes .section2-title {
		width: 96%
	}

	.foot-center {
		font-size: 3vw
	}

	.product-wenzi>div {
		width: 5vw;
		height: 5vw;
		margin-bottom: 1vw
	}

	.grid__item {
		padding: 0
	}

	.details__close .icon {
		width: 8vw;
		height: 8vw
	}

	.product-wenzi {
		padding: 1vw
	}

	section {
		padding: 10vw
	}

	.product__subtitle {
		font-size: 3vw;
		height: 9vw;
		margin-bottom: 0;
		margin-top: 2vw
	}

	.swiper_along>span {
		width: 20%;
		bottom: -6vw
	}

	.swiper_along #swiper_along .swiper-slide>a .title {
		width: max-content
	}

	.swiper_along #swiper_along .swiper-slide>a>div>div>p {
		font-size: 2vw
	}

	.swiper_along #swiper_along a>div {
		padding: 6vw
	}

	.swiper_along #swiper_along .swiper-slide-active>a>div>div>p {
		font-size: 3vw
	}

	.swiper_along .swiper-slide-active icon {
		width: 9vw;
		height: 9vw
	}

	.swiper_along #swiper_along .swiper-slide-duplicate-active>a>div>div>p {
		font-size: 3vw
	}

	.swiper_along .swiper-slide-duplicate-active icon {
		width: 9vw;
		height: 9vw
	}

	.swiper_along #swiper_along .swiper-slide>a .title {
		font-size: 5vw
	}

	#swiper_along {
		width: 100%
	}

	.swiper_along #swiper_along .swiper-slide {
		height: 100vw
	}

	.swiper_along {
		width: 180%;
		margin-left: 50%;
		transform: translateX(-50%)
	}

	.swiper_along #swiper_along a {
		width: 38vw;
		height: 70vw
	}

	section {
		padding: 16vw 0
	}

	.index-serv div.flip-3d {
		width: 24%
	}

	.index-serv div.flip-3d figure figcaption {
		padding: 3vw;
	}

	.index-serv div.flip-3d figure figcaption p {
		margin-top: 2vw;
		font-size: 1.3vw;
	}

	.ab-nes .section2-title {
		flex-direction: column;
	}

	.ab-nes .section2-title h1 {
		font-size: 6vw;
		text-align: center;
		margin-top: -20vw;
	}

	.ab-nes .section2-title h1>span {
		font-size: 10vw;
		line-height: 14vw;
		width: 14vw;
		height: 14vw
	}

	.ab-nes .section2-title span {
		font-size: 15vw;
		text-align: center;
	}

	.ab-nes>div {
		background-size: contain;
	}

	.index-bigtitle span {
		font-size: 8vw;
	}

	#swiper1 {
		height: 29vh;
	}

	.index-serv .yx {
		flex-wrap: wrap;
	}

	.index-serv div.flip-3d {
		width: 48%;
	}

	.index-serv div.flip-3d figure h1 {
		font-size: 4vw;
	}

	.ab-new>div {
		flex-wrap: wrap;
	}

	#swiper11,
	#swiper22,
	#swiper33 {
		width: 50vw;
		height: 50vw;
	}

	.ab-new>div>div p {
		text-indent: 2em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.ab-new .ab-new-center .swiper-slide>a>div>div h1 {
		font-size: 5vw;
	}

	.ab-new .ab-new-bian .swiper-slide {
		padding: 4vw;
	}

	.ab-new .ab-new-bian .swiper-slide>a>div>div {
		font-size: 4vw;
	}

	.fixed-right {
		display: none;
	}

	.wrapper-inner-tab {
		margin-top: 20vw;
	}

	footer .yx div:last-child #goToTop>a {
		width: 14vw;
		height: 14vw;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, .7);
		justify-content: center;
		text-align: center;
		line-height: 1.2em;
		box-shadow: 2px 2px 10px rgba(241, 61, 65, .5);
		z-index: 111;
		font-size: 3vw;
		position: fixed;
		right: 0;
		bottom: 6vw;
		right: 6vw;
	}

	.index-banner {
		padding-bottom: 8vw;
	}

	.ab-new .ab-new-center .swiper-slide>a>div>div p {
		margin-top: 3vw;
	}

	.ab-new>span {
		width: 30vw;
		bottom: -10vw;
	}

	.index-serv div.flip-3d figure>div,
	.index-serv div.flip-3d figure figcaption {
		height: 70vw;
	}

	.index-serv div.flip-3d figure figcaption p {
		font-size: 3vw;
	}




}

@media screen and (max-width: 1601px) {
	.bannervideo video {
	    
	}
	
	
	
	
	
	
	
	
	
	
}
































