
.bodys{
	height: 100vh;
	background-image: url("../img/homebg.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
}

.bodys .swiper {
	width: 100%;
	height: 100%;
}

.bodys .swiper-slide {
	position: relative;
}
.bodys .banner0 , .bodys .banner1 , .bodys .banner2 , .bodys .banner3 , .bodys .banner4{
	height: 100vh;
}
.bodys .swiper-slide .box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bodys .swiper-slide.in {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: mainswipershow;
}
@keyframes mainswipershow {
	0% {
		transform: scale(.8) translate(-60%,80%)
	}

	60% {
		transform: scale(.8)
	}

	61% {
		transform: scale(.8)
	}

	to {
		transform: scale(1)
	}
}
.bodys .swiper-slide.out {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: mainswiper;
}

@keyframes mainswiper {
	0% {
		transform: translate(60%,-80%)scale(.8)
	}

	to {
		transform: scale(1)
	}
}
.bodys .swiper-slide .box{
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner0{
	background-image: url("../img/banner01.jpg");
}
.banner0 .text_main {
    color: #fff;
	padding: 0 4%;
    position: absolute;
    top: 38.52%;
    z-index: 3;
}
.banner0 .text_main .name{
	margin-top: 10px;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
}
.banner0 .text_main .name img{
	height: 14px;
	margin-right: 5px;
}
.banner0 .text_main .text{
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 30px;
	border: 1px solid #eee;
    padding: 5px 10px;
}
.more{
	background-color: #4169e2;
	clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
	cursor: pointer;
	height: 36px;
	position: relative;
	width: 110px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.more::after {
    background: #FF9800;
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .4s cubic-bezier(.4,0,.2,1);
    width: 100%;
}
.more:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}
.more a{
	color: #FFF;
	position: relative;
	transition: all .4s cubic-bezier(.4,0,.2,1);
	z-index: 3;
}
.more:hover a {
    letter-spacing: 2px;
}
.more a:hover{
	color: #FFF;
}
.banner1{
	/* background: linear-gradient(116.93deg,#3f4954 1%,#26292d 80%); */
	background-image: url("../img/hoemb.png");
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner1 .quan_main{
	width: 1000px;
	height: 600px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner1 .quan{
	width: 400px;
	height: 400px;
	border-radius: 400px;
	border: 2px dashed #fff;
	position: relative;
	animation: rotateAnimation 10s linear infinite;
}
@keyframes rotateAnimation {
    from {
      transform: rotate(0deg); /* 从0度开始 */
    }
    to {
      transform: rotate(360deg); /* 到360度结束 */
    }
  }
.banner1 .quan .dian{
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
}
.banner1 .quan .dian1{
	top: 50px;
	left: 56px;
}
.banner1 .quan .dian2{
	top: 50px;
	right: 56px;
}
.banner1 .quan .dian3{
	bottom: 50px;
	left: 56px;
}
.banner1 .quan .dian4{
	bottom: 50px;
	right: 56px;
}
.banner1 .quan_main .qtexts{
	position: absolute;
	color: #fff;
	width: 400px;
	height: 100px;
	font-size: 18px;
}
.banner1 .quan_main .texts1{
	top: 110px;
	left: -100px;
	text-align: right;
}
.banner1 .quan_main .texts2{
	top: 110px;
	right: -100px;
}
.banner1 .quan_main .texts3{
	bottom: 100px;
	left: -100px;
	text-align: right;
}
.banner1 .quan_main .texts4{
	bottom: 100px;
	right: -100px;
}
.banner1 .img{
	position: absolute;
	width: 300px;
	height: 300px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
}
.qtexts{
	position: absolute;
}
.banner1 .img img{
	width: 100%;
	height: 100%;
}
.banner2{
	display: flex;
}
.banner2 .list{
	/* width: 25%; */
	width: 33.33%;
	position: relative;
}
.banner2 .list .box{
	color: #FFFFFF;
	align-items: center;
	background-image: linear-gradient(to bottom,rgba(24, 105, 226, 0.5),transparent 60%,rgba(256, 256, 256, 0.5)),url("../img/banner2_bg1.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 20px;
	position: relative;
	text-align: center;
	top: 0;
	transition: all .5s;
	z-index: 6;
}
.banner2 .list:nth-child(2) .box{
	background-image: linear-gradient(to bottom,rgba(24, 105, 226, 0.5),transparent 60%,rgba(256, 256, 256, 1)),url("../img/banner2_bg2.jpg");
}
.banner2 .list:nth-child(3) .box{
	background-image: linear-gradient(to bottom,rgba(24, 105, 226, 0.5),transparent 60%,rgba(256, 256, 256, 1)),url("../img/banner2_bg3.jpg");
}
.banner2 .list:nth-child(4) .box{
	background-image: linear-gradient(to bottom,rgba(24, 105, 226, 0.5),transparent 60%,rgba(256, 256, 256, 1)),url("../img/banner2_bg4.jpg");
}
.banner2 .list .hover_box{
	align-items: center;
	background-image: linear-gradient(to bottom,rgba(256, 256, 256, 0.8),transparent 100%,rgba(256, 256, 256, 1)),url("../img/banner2_bg.png"); 
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all .5s;
	z-index: 7;
	opacity: 0;
}

.banner2 .list .box .img{
	margin-top: 40%;
}
.banner2 .list .box .name{
	margin-top: 10px;
	font-size: 24px;
}
.banner2 .list .box .text{
	/* margin-top: 70px; */
	margin-top: 50px;
	font-size: 14px;
}

.banner2 .list .box .mores{
	background-color: #4169e2;
	clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
	cursor: pointer;
	height: 36px;
	position: relative;
	width: 60px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.banner2 .list .hover_box .img{
	transform: translateY(20px);
	opacity: 0;
	transition: all 1s;
}
.banner2 .list .hover_box .name{
	transform: translateY(20px);
	transition-delay: .2s;
	margin-top: 10px;
	font-size: 24px;
	opacity: 0;
	transition: all 1s;
}
.banner2 .list .hover_box .text{
	transform: translateY(20px);
	margin-top: 40px;
	font-size: 14px;
	opacity: 0;
	transition: all 2s;
	transition-delay: .2s;
}
.banner2 .list .hover_box .texts{
	transform: translateY(20px);
	margin-top: 35px;
	font-size: 14px;
	opacity: 0;
	transition: all 1s;
	transition-delay: .3s;
}
.banner2 .list .hover_box .more{
	transform: translateY(20px);
	margin-top: 50px;
	opacity: 0;
	transition: all 1s;
	transition-delay: .4s;
}
.banner2 .list .hover_box .mains{
	transform: translateY(20px);
	transition: all 1s;
	transition-delay: .5s;
	opacity: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.banner2 .list .hover_box .mains .l{
	display: flex;
	align-items: center;
	height: 26px;
	margin-bottom: 15px;
}
.banner2 .list .hover_box .mains .l{
	width: 50%;
	padding: 0  0 0 30px;
	box-sizing: border-box;
}

.banner2 .list .hover_box .mains .l a{
	display: flex;
	align-items: center;
	font-size: 14px;
	position: relative;
	color: #4169e2;
}
.banner2 .list .hover_box .mains .l a::after {
    background-color: #4169e2;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.banner2 .list .hover_box .mains .l a .name{
	font-size: 14px;
	margin: 0;
	transform: translateY(0);
}



.banner2 .list:hover .hover_box{
	opacity: 1;
}
.banner2 .list:hover .hover_box .img{
	transform: translateY(0);
	opacity: 1;
}
.banner2 .list:hover .hover_box .name{
	transform: translateY(0);
	font-size: 24px;
	opacity: 1;
}
.banner2 .list:hover .hover_box .text{
	transform: translateY(0);
	font-size: 14px;
	opacity: 1;
}
.banner2 .list:hover .hover_box .texts{
	transform: translateY(0);
	font-size: 14px;
	opacity: 1;
}
.banner2 .list:hover .hover_box .mains{
	transform: translateY(0);
	opacity: 1;
}
.banner2 .list:hover .hover_box .more{
	transform: translateY(0);
	opacity: 1;
}

.banner3{
	background-image: url("../img/banner3_bg.jpg");
}

.banner3 .text_main {
    color: #fff;
    left: 8%;
    position: absolute;
    top: 30%;
    z-index: 3;
}
.banner3 .text_main .name{
	font-size: 14px;
	display: flex;
	align-items: center;
}
.banner3 .text_main .name img{
	height: 50px;
	margin-right: 5px;
}
.banner3 .text_main .text{
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 40px;
}
.banner3 .text_main .numbox{
	margin-top: 80px;
}
.banner3 .text_main .numbox .num{
	font-size: 42px;
}
.banner3 .text_main .numbox .num span{
	font-size: 12px;
}
.banner3 .ptext{
	position: absolute;
	text-align: right;
	color: #FFF;
}
.banner3 .ptext .names{
	font-size: 20px;
}
.banner3 .ptext .names span{
	margin-left: 10px;
}
.banner3 .ptext .btext{
	margin-top: 5px;
	width: 150px;
	font-size: 14px;
	line-height: 16px;
}
.text1{
	bottom: 8%;
	left: 36.61%;
}
.text2{
	bottom: 54%;
	left: 38.75%;
}
.text3{
	bottom: 69%;
	left: 66.75%;
}
.text4{
	bottom: 55%;
	left: 77.75%;
}
.text5{
	bottom: 38%;
	left: 81.75%;
}
.banner4{
	display: flex;
}
.banner4 .left{
	width: 48%;
	align-items: center;
	background-image: url("../img/homee.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	float: left;
	height: 100%;
	justify-content: flex-start;
	padding-top: 80px;
	text-align: center;
	position: relative;
}
.banner4 .left .tag{
	background-size: 100% 100%;
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	left: 5%;
	position: absolute;
	top: 80px;
	width: 85px;
	z-index: 3;
	background-color: #4169e2;
	clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}
.banner4 .left .prod_main {
	width: 90%;
	/* margin-top: 40px; */
}
.banner4 .left .prod_main .list{
	width: 100%;
}
.banner4 .left .prod_main .list:not(:first-child) {
	display: none;
}

.banner4 .prod_main .list .img{
	width: 100%;
	aspect-ratio: 8/5;
	overflow: hidden;
}
.banner4 .prod_main .list .img img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.banner4 .prod_main .list .classname{
	font-weight: 500;
	margin-top: 10px;
	text-align: justify;
	color: #333;
	display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
.banner4 .prod_main .list .name{
	color: #222;
	font-weight: 500;
	margin-top: 10px;
	font-size: 32px;
}
.banner4 .prod_main .list .more{
	margin: 25px auto 0;
}
.banner4 .cut{
	margin: 25px auto 0;
	display: flex;
	justify-content: center;
	text-align: center;
}
.banner4 .cut .list{
	margin: 0 10px;
	cursor: pointer;
	color: #333;
}
.banner4 .cut .list .ioc{
	opacity: 0;
	height: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner4 .cut .list.on{
	color: #4169e2;
}
.banner4 .cut .list.on .ioc{
	opacity: 1;
}
.banner4 .cut .list .name{
	font-size: 12px;
}
.banner4 .right{
	width: 52%;
	height: 100vh;
	background-color: #FFFFFF;
	padding: 3% 2%;
    padding-top: 80px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.banner4 .right .img_main{
	background: #f6f6f6;
	/*padding-top: 3%;*/
}
.banner4 .right .img_main .img{
	height: 300px;
	position: relative;
	overflow: hidden;
}
.banner4 .right .img_main .img img{
	width: 100%;
	height: 300px;
	transform: scale(1);
	transition: all 0.6s;
}
.banner4 .right .img_main .img:hover img{
	transform: scale(1.1);
}
.banner4 .right .img_main a:hover {
	color: #333;
} 		

.banner4 .right .img_main .img .tag{
	position: absolute;
	background-color: #4169e2;
	background-size: 100% 100%;
	font-size: 14px;
	clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
	top: 0;
	left: 0;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 85px;
	z-index: 3;
}
.banner4 .right .img_main .text{
	padding: 10px 20px;
}
.banner4 .right .img_main .name{
	font-size: 16px;
}
.banner4 .right .img_main .time{
	font-size: 12px;
	color: #666;
}
.banner4 .right .img_main .text:hover{
	background-color: #4169e2;
	color: #fff;
}
.banner4 .right .img_main .text:hover .time{
	color: #fff;
}
.banner4 .right .text_main{
	background: #f6f6f6;
	padding: 30px 25px;
	margin-top: 30px;
	position: relative;
}
.banner4 .right .text_main .tag{
	background-size: 100% 100%;
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 85px;
	z-index: 3;
	background-color: #4169e2;
	clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
	text-align: center;
}
.banner4 .right .text_main .list{
	padding: 22px 0;
	border-bottom: 1px solid #DADADA;
}
.banner4 .right .text_main .name{
	font-size: 16px;
}
.banner4 .right .text_main .time{
	font-size: 12px;
	color: #666;
}
.banner4 .right .text_main a:hover .name{
	color: #4169e2;
	font-weight: 600;
}
.aboutus {
	width: 100%;
	height: 100%;
	float: left;
}
.aboutus .us_left {
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, 0.30);
	padding-left: 8%;
        padding-right: 8%;
	padding-top: 10%;
	font-size: 14px;
	line-height: 28px;
	color: #FFF;
	background: var(--30, rgba(0, 0, 0, 0.30));
	backdrop-filter: blur(12.5px);
	float: left;
}
.aboutus .us_left h1{ 
	font-size: 40px;
	line-height: 58px;
	margin-bottom: 30px;
	font-weight: bold;
}
.aboutus .us_left p {
	display: -webkit-box;
    -webkit-line-clamp: 8; /* 限制行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden; /* 隐藏溢出的内容 */
}
.aboutus .us_left .more {
	margin-top: 5%;
}

.aboutus .us_left ul { 
	display: flex;
	margin-top: 10%;
}
.aboutus .us_left ul li {
	width: calc(25% - 10px);
	border: 1px solid rgba(255, 255, 255, 0.30);
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	margin-right: 10px;
	transition: all 0.6s;
}

.aboutus .us_left ul li a {
	color: #FFF;
}
.aboutus .us_left ul li dl dt {
	overflow: hidden;
}
.aboutus .us_left ul li .pic01 {
	display: inline-block;
}
.aboutus .us_left ul li .pic02 {
	display: none;
}
.aboutus .us_left ul li:hover {
	background-color: #FFF;
}
.aboutus .us_left ul li:hover {
	color: #333;
}
.aboutus .us_left ul li:hover a {
	color: #000;
}
.aboutus .us_left ul li:hover .pic01 {
	display: none;
}
.aboutus .us_left ul li:hover .pic02 {
	display: inline-block;
}
.aboutus .us_right {
	width: 50%;
	height: 100%;
	padding-top: 10%;
	padding-left: 8%;
        padding-right: 8%;
	color: #FFF;
	float: right;
	background: #00000050;
}
.aboutus .us_right ul {
	display: flex;
	margin-top: 130px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aboutus .us_right ul li {
	width: auto;
	padding-left: 3.125vw;
	border-left: 1px solid rgba(255, 255, 255, 0.30);
	position: relative;
	margin-bottom: 60px;
	min-width: 35%;
}
.aboutus .us_right ul li dl dt {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 18px;
	line-height: 50px;
}
.aboutus .us_right ul li dl dt b {
	font-size: 48px;
	line-height: 56px;
	font-family: Roboto;
}
.aboutus .us_right ul li dl dd{
	text-align: right;
	padding: 1%;
    font-size: 16px;
}
@media (max-width: 1200px){
	.header .left .nav .list {
		margin-right: 10px;
	}
}
@media (max-width: 910px){
	.bodys .banner0, .bodys .banner1, .bodys .banner2, .bodys .banner3, .bodys .banner4 {
		min-height: 100vh;
		height: auto;
	}
	.banner0 .text_main .text{
		font-size: 20px;
		line-height: 24px;
	}
	.more{
		width: 80px;
		height: 30px;
		font-size: 12px;
	}
	.more a{
		font-size: 12px;
	}
	.banner1 .quan_main{
		width: 90%;
		height: 100%;
		flex-wrap: wrap;
	}
	.banner1 .quan{
		width: 100%;
		height: auto;
		animation: none;
		border: none;
		display: none;
	}
	.banner1 .img{
		margin: 20% auto 10%;
		position: relative;
	}
	.banner1 .quan_main .qtexts{
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		text-align: left;
		height: auto;
		margin-top: 20px;
	}
	.bodys .swiper-slide .box{
		position: relative;
	}
	.banner2{
		flex-wrap: wrap;
	}
	.banner2 .list{
		width: 100%;
		height: 100vh;
	}
	.banner3 .text_main{
		top: 5%;
		left: 5%;
		position: relative;
		margin-top: 5%;
	}
	.banner3 .text_main .text {
		font-size: 20px;
		line-height: 24px;
	}
	.banner3 .text_main .numbox{
		margin-top: 2%;
	}
	.banner3 .text_main .numbox .num{
		font-size: 24px;
	}
	.banner3 .ptext{
		padding-left: 5%;
		position: relative;
		left: 0;
		text-align: left;
		margin-top: 5%;
	}
	.banner3 .ptext .names{
		font-size: 16px;
	}
	.banner3 .ptext .btext{
		font-size: 12px;
		width: 100%;
	}
	.bodys .box.banner4{
		flex-wrap: wrap;
		min-height: auto;
		position: relative;
	}
	.banner4 .left{
		width: 100%;
	}
	.banner4 .right{
		width: 100%;
		padding: 5%;
	}
	.banner4 .left .prod_main{
		width: 100%;
		padding: 0 5%;
	}
	.banner4 .left .prod_main .list{
		width: 100%;
	}
	.banner4 .prod_main .list .img{
		aspect-ratio: 5/3;
	}
	.banner4 .prod_main .list .img img{
		height: 100%;
		object-fit: cover;
	}
	.banner4 .left .tag{
		width: 80px;
		height: 30px;
		line-height: 30px;
		top: 5%;
	}
	.banner4 .prod_main .list .name{
		font-size: 24px;
	}
	.bodys .swiper-slide{
		height: auto;
	}
	.bodys .swiper-slide.swiper-slide3 .box{
		padding: 5%;
	}
	.banner4 .right .img_main .name{
		font-size: 14px;
	}
	.banner4 .right .text_main .name{
		font-size: 14px;
	}
	.aboutus {
		width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
		background: rgba(0, 0, 0, 0.30);
        backdrop-filter: blur(12.5px);
	}
	.aboutus .us_left {
		width: 100%;
		height: 70%;
        /* background: rgba(0, 0, 0, 0.30); */
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 10%;
        font-size: 0.8rem;
        line-height: 1.5rem;
        color: #FFF;
        padding-bottom: 2.0rem;
        backdrop-filter: unset;
	}
	.aboutus .us_left  h1 {
		font-size: 2em;
        line-height: 2.0em;
        margin: 5% 0 ;
    }
	.aboutus .us_right { 
		width: 100%;
        height: 30%;
        /* padding-top: 10%; */
        padding-left: 8%;
        padding-right: 8%;
        color: #FFF;
		
    }
	.aboutus .us_right ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
		margin-top: 0;
    }
	.aboutus .us_right ul li {
        width: auto;
        padding-left: 3.125vw;
        border-left: 1px solid rgba(255, 255, 255, 0.30);
        position: relative;
        margin-bottom: 2.0rem;
        min-width: 35%;
    }
	.aboutus .us_right ul li dl dt {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
	.aboutus .us_right ul li dl dt b {
        font-size: 1.5rem;
        line-height: 2.0rem;
        font-family: Roboto;
    }
	.aboutus .us_right ul li dl dd {
        font-size: 0.8rem;
        line-height: 1.0rem;
        text-align: center;
    }
}