﻿.product .box1 ul li{
	background-size: cover;
	padding: 149px 0;
	margin-top: 30px;
}
.product .box1 ul li .content1400{
	display: flex;
}
.product .box1 ul li:nth-child(2n+1) .content1400{
	justify-content: flex-end;
	text-align: right;
}
.product .box1 ul li .about-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.product .box1 ul li .text-des{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 27px;
}
.product .box1 ul li .more{
	width: 228px;
	height: 50px;
	background: linear-gradient(90deg, #015EEA 0%, #00C0FA 100%);
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE;
	display: block;
	margin-top: 27px;
}
.product .box1 ul li:nth-child(2n+1) .more{
	margin: 27px 0 0 auto;
}
.product1 .banner1,
.product1 .banner2{
	text-align: left;
}
.product-inner{
	display: flex;
	align-items: flex-start;
}
.product-inner .about-nav{
	margin-right: 0;
}
.product1 .product-inner .r{
	display: flex;
	padding: 112px 0 78px 65px;
	flex: 1;
}
.product1 .product-inner .r .content1350{
	display: flex;
	justify-content: space-between;
}
.product1 .product-inner .r .about-title{
	color: rgba(16, 128, 195, 1);
}
.product1 .product-inner .r .des{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 17px;
}
.product1 .product-inner .r  .text-box{
	width: 35.55%;
	padding-top: 183px;
}
.product1 .product-inner .r .hoverLi{
	width: 60%;
}
.product1 .box1{
	padding: 66px 0;
	background-color: rgba(238, 238, 238, 1);
}
.product1 .box1 .box-c{
	position: relative;
}
.product1 .box1 .box-c .btn{
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	bottom: 17px;
	z-index: 2;
	color: #fff;
	background-color: rgba(16, 128, 195, 1);
	border-radius: 50%;
	cursor: pointer;
	display: none;
}
.product1 .box1 .box-c .btn.btn-prev{
	left: 0;
}
.product1 .box1 .box-c .btn.btn-next{
	right: 0;
}
.product1 .box1 .box-c::before{
	position: absolute;
	content: "";
	bottom: 37px;
	left: 0;
	width: 100%;
	border-bottom: 2px dashed rgba(153, 153, 153, 1);
}
.product1 .box1 .gallery-thumbs .swiper-slide{
	cursor: pointer;
}
.product1 .box1 .gallery-thumbs .swiper-slide .icon{
	position: relative;
	width: 92px;
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.product1 .box1 .gallery-thumbs .swiper-slide .icon .img2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	opacity: 0;
}
.product1 .box1 .gallery-thumbs  .swiper-slide-thumb-active .icon .img2{
	opacity: 1;
}
.product1 .box1 .gallery-thumbs  .swiper-slide-thumb-active .icon .img1{
	opacity: 0;
}
.product1 .box1 .gallery-thumbs .swiper-slide .dot{
	width: 21px;
	height: 21px;
	background: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 50%;
	margin: 24px auto 0;
}
.product1 .box1 .gallery-thumbs .swiper-slide-thumb-active .dot{
	background: rgba(16, 128, 195, 1);
	border-color: rgba(16, 128, 195, 1);
}
.product1 .box1 .gallery-thumbs .swiper-slide .text{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 7px;
	text-align: center;
}
.product1 .box1 .box-b{
	margin-top: 102px;
}
.product1 .box1 .box-b .swiper-slide{
	display: flex;
}
.product1 .box1 .box-b .l{
	width: 50%;
	display: flex;
	justify-content: center;
}
.product1 .box1 .box-b .l img{
	max-width: 100%;
}
.product1 .box1 .box-b .r{
	padding: 0 52px;
	width: 50%;
}
.product1 .box1 .box-b .r .about-title{
	color: rgba(102, 102, 102, 1);
}
.product1 .box1 .box-b .r .text-des{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin-top: 23px;
}
.product1 .box2{
	padding: 30px 0 100px;
}
.product1 .box2 .content1400 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.product2 .product-inner .r{
	padding: 60px 0 200px;
	margin: 0;
}
.product2 .product-inner .r-t{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.product2 .product-inner .r-t li,
.product2 .product-inner .r-t i{
	width: 22.9%;
}
.product2 .product-inner .r-t li{
	margin-bottom: 30px;
}
.product2 .product-inner .r-t li a{
	display: block;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 49px;
	height: 51px;
	border: 1px solid #666666;
	border-radius: 10px;
	text-align: center;
}
.product2 .product-inner .r-t li:hover a,
.product2 .product-inner .r-t li.active a{
	color: #fff;
	background: linear-gradient(90deg, #015EEA 0%, #00C0FA 100%);
	border: none;
}
.product2 .product-inner .r-c{
	margin-top: 92px;
}
.product2 .product-inner .r-c .title,
.product2 .product-inner .r-b .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.product2 .product-inner .r-c-box{
	margin-top: 12px;
	border-top: 1px solid rgba(220, 220, 222, 1);
	padding-top: 43px;
}
.product2 .product-inner .r-c-box img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.product2 .product-inner .r-b{
	margin-top: 45px;
}
.product2 .product-inner .r-b .des{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 25px;
}
@media (max-width:1750px) {
	.product1 .product-inner .r .content1350{
		width: auto;
	}
}
@media (max-width:1600px) {
	.product1 .product-inner .r{
		padding-left: 20px;
	}
	.product1 .product-inner .r .text-box{
		width: 40%;
	}
	.product1 .product-inner .r .hoverLi{
		width: 55%;
	}
	.product1 .product-inner .r .text-box{
		padding-top: 110px;
	}
	.product2 .product-inner .r{
		width: auto;
		flex: 1;
	}
}
@media (max-width:1440px) {
	.product2 .product-inner .r-t,
	.product2 .product-inner .r-b,
	.product2 .product-inner .r-c .title{
		width: auto;
		max-width: 94%;
	}
	.product2 .product-inner .r-t li a{
		font-size: 18px;
	}
}
@media (max-width:1199px) {
	.product1 .product-inner .r .text-box{
		padding-top: 70px;
	}
	.product1 .box1 .box-b .r{
		padding: 0 0 0 25px;
	}
	.product2 .product-inner .r-t li, .product2 .product-inner .r-t i{
		width: 31%;
	}
	.product2 .product-inner .r-c .title, .product2 .product-inner .r-b .title{
		font-size: 28px;
	}
}
@media (max-width:1024px) {
	.product2 .product-inner .r-c{
		margin-top: 50px;
	}
	.product .box1 ul li{
		padding: 100px 0;
	}
	.product-inner{
		flex-direction: column;
	}
	.product1 .product-inner .r .content1350{
		flex-direction: column;
	}
	.product1 .product-inner .r{
		padding: 0 0 50px 0;
	}
	.product1 .product-inner .r .text-box{
		width: 100%;
		padding: 70px 0 40px;
	}
	.product1 .product-inner .r .hoverLi{
		width: 100%;
	}
	.banner1 .contact-btn{
		font-size: 22px;
	}
	.product2 .product-inner .r{
		max-width: 100%;
		width: 100%;
	}
	.product2 .product-inner .r-c .title, .product2 .product-inner .r-b .title{
		font-size: 26px;
	}
	.product2 .product-inner .r{
		padding: 60px 0 80px;
	}
}
@media (max-width:768px) {
    .product1 .product-inner .r .des{
        font-size: 16px;
    }
    .product1 .box1 .gallery-thumbs .swiper-slide .text{
        width: 100%;
    }
    .product1 .box1 .gallery-thumbs .swiper-slide .text{
        font-size: 18px;
    }
    .product .box1 ul li .more{
        width: 170px;
        line-height: 40px;
        height: 40px;
    }
	.product .box1 ul li .more,
	.product1 .box1 .box-b .r .text-des{
		font-size: 18px;
	}
	.product .box1 ul li{
		padding: 50px 0;
	}
	.product .box1 ul li .text-des,
	.product .box1 ul li .text-des{
		margin-top: 18px;
	}
	.product1 .box1 .box-b .swiper-slide{
		flex-direction: column;
	}
	.product1 .box1 .box-b .l{
		width: 100%;
	}
	.product1 .box1 .box-b .r{
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.product1 .box1 .box-b{
		margin-top: 50px;
	}
	.product1 .box1 .box-b .l img{
		max-width: 80%;
	}
	.banner1 .contact-btn{
		font-size: 20px;
	}
	.banner1 .contact-btn{
		height: 45px;
		line-height: 41px;
	}
	.product2 .product-inner .r-c .title, .product2 .product-inner .r-b .title{
		font-size: 24px;
	}
	.product2 .product-inner .r-t li a{
		font-size: 18px;
	}
	.product2 .product-inner .r-b .des{
		font-size: 18px;
	}
}
@media (max-width:500px) {
	.product .box1 ul li .more,
	.product .box1 ul li .text-des,
	.product1 .box1 .box-b .r .text-des{
		font-size: 16px;
	}
	.product1 .box2{
		padding-bottom: 40px;
	}
	.banner1 .contact-btn{
		font-size: 18px;
	}
	.product2 .product-inner .r-c .title, .product2 .product-inner .r-b .title{
		font-size: 22px;
	}
	.product2 .product-inner .r-t li a{
		font-size: 16px;
	}
	.product2 .product-inner .r-t li{
		margin-bottom: 20px;
	}
	.product2 .product-inner .r-c{
		margin-top: 30px;
	}
	.product2 .product-inner .r-t li{
		margin-bottom: 20px;
	}
	.product2 .product-inner .r-t li, .product2 .product-inner .r-t i{
		width: 49%;
	}
	.product2 .product-inner .r-b .des{
		font-size: 16px;
	}
	.product2 .product-inner .r-c-box{
		padding-top: 20px;
	}
	.product2 .product-inner .r{
		padding: 50px 0 60px;
	}
}