
.intitle{
	display: block;
	  font-weight: bold;
	  font-size: 1.4vw;
	  padding: 0 0 2vw 0;
	  white-space: nowrap;
	  text-align: center;
	  align-items: center;
	  color: #1a1a1a;
}
.service-sector{
	display: block;
	padding: 2.5vw 0;
}
.service-sector-box{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;	
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-direction:row;
	flex-wrap:nowrap;
	align-content:flex-start;
}
.service-sector-box .item{
	display: block;
	width: 48%;
	background: #FFF;
	overflow: hidden;
	-webkit-border-radius: 0.4vw;
	border-radius: 0.4vw;
	/*-webkit-box-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.03);
	box-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.03);*/
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.service-sector-box .item:hover{
	-webkit-transform: translateY(-0.5vw);
	transform: translateY(-0.5vw);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.service-sector-box .item .imgBox{
	display: block;
	position: relative;
	width: 100%;
	height: 16vw;
	overflow: hidden;
	z-index: 0;
}
.service-sector-box .item .imgBox .img{
	width: 100%;
	height: auto;
	min-height: 100%;
	display: block;
}
.service-sector-box .item .imgBox .img.img-zhtsg{
	background:url(../images/img-zhtsg.png) no-repeat center center;
	background-size: 100% auto;
}
.service-sector-box .item .imgBox .img.img-szwhg{
	background:url(../images/img-szwhg.png) no-repeat center center;
	background-size: 100% auto;
}
.service-sector-box .item .imgBox h3{
	position: absolute;
	display: block;
	left: 5%;
	bottom:3%;
	z-index: 2;
	font-weight: normal;
	font-size: 1.6vw;
	text-align: left;
	color: #FFF;
}
.service-sector-box .item .imgBox:after{
	display: block;
	content: "";
	width: 50%;
	height: 20%;
	position: absolute;
	left: -10%;
	bottom: -1px;
	z-index: 1;
	-webkit-border-radius: 0 1vw 0 0;
	border-radius: 0 1vw 0 0;
	background: #2E8AE5;
	background: rgba(65, 153, 252, 0.95);
	-webkit-backdrop-filter: blur(0.5vw);
	backdrop-filter: blur(0.5vw);
	-webkit-transform:skew(20deg);
	transform:skew(20deg);
}
.service-sector-box .item .text{
	position: relative;
	display: block;
	padding: 1.5vw 1.5vw 1.5vw 5.5vw;
}
.service-sector-box .item .text p{
	display: block;
	  font-weight: normal;
	  font-size: 0.8vw;
	  text-align: left;
	  color: #1a1a1a;
	  height:9vw;
	  line-height: 1.8vw;
	  display: -webkit-box;
	  -webkit-line-clamp: 5;
	  -webkit-box-orient: vertical;
	  text-overflow: ellipsis;
	  overflow: hidden;
}
.service-sector-box .item .text .icon{
	display: block;
	content: "";
	width: 2.5vw;
	height: 2.5vw;
	position: absolute;
	left: 1vw;
	top: 1vw;
	z-index: 1;
	background:url(../images/icon/icon-quote.png) no-repeat center center;
	background-size: 70% auto;
}

.hot-product{
	display: block;
	padding:2vw 0;
	background: #FFF;
	text-align: center;
}
.hot-product-box{
	display: block;
	  width: 100%;
	  margin:0 auto 2vw auto;
	  text-align: center;
	  position: relative;
}
.swiper-hot-product {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;	
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
      width: 100%;
      margin:0 auto 1vw auto;
	  overflow: hidden;
	  position: relative;
	  justify-content:space-between;
	  align-items:flex-start;
	  flex-direction:row;
	  flex-wrap:wrap;
	  align-content:flex-start;
    }

.swiper-hot-product .swiper-slide {
      text-align: center;
	  width: 19%;
	  float: left;
	  margin-bottom: 2vw;
      display: inline-block;
      justify-content: center;
      align-items: center;
}
.hot-product-box .hot-product-next{
	display: block;
	content: "";
	width: 3vw;
	height: 3vw;
	cursor: pointer;
	position: absolute;
	right: -1vw;
	top: 50%;
	margin-top: -1.5vw;
	z-index: 1;
	border: 1px solid #EEF2FB;
	background:#FFF url(../images/icon/icon-next.png) no-repeat center center;
	background-size: 40% 40%;
	-webkit-border-radius: 10000px;
	border-radius: 10000px;
}
.hot-product-box .hot-product-prev{
	display: block;
	content: "";
	width: 3vw;
	height: 3vw;
	cursor: pointer;
	position: absolute;
	left: -1vw;
	top: 50%;
	margin-top: -1.5vw;
	z-index: 1;
	border: 1px solid #EEF2FB;
	background:#FFF url(../images/icon/icon-prev.png) no-repeat center center;
	background-size: 40% 40%;
	-webkit-border-radius: 10000px;
	border-radius: 10000px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.hot-product-box .hot-product-next:hover,.hot-product-box .hot-product-prev:hover{
	border: 1px solid #2E8AE5;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.hot-product-box .product{
	display: block;
	padding: 1vw;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #EEF2FB;
	border: 2px solid #EEF2FB;
	overflow: hidden;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.hot-product-box .product h5{
	display: block;
	  font-weight: normal;
	  text-align: center;
	  color: #1a1a1a;
		font-size: 1vw;
	  height:3vw;
	  margin-bottom: 0.5vw;
	  line-height: 1.5vw;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  text-overflow: ellipsis;
	  overflow: hidden;
}
.hot-product-box .product .imgBox{
	height: 13vw;
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;	
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hot-product-box .product .imgBox .img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	-webkit-object-fit: contain;
	object-fit: contain;
	/*mix-blend-mode: multiply;*/
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.hot-product-box .product:hover{
	border: 2px solid #2E8AE5;
	background: #FFF;
	-webkit-box-shadow: 0 0.1vw 1.5vw rgba(65, 153, 252, 0.1);
	box-shadow: 0  0.1vw 1.5vw rgba(65, 153, 252, 0.1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.hot-product-box .product:hover h5{
	color: #2E8AE5;	
}

.hot-product-box .product:hover .img{
	color: #2E8AE5;
	-webkit-transform: translateY(-0.5vw);
	transform: translateY(-0.5vw);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.hot-product-box .swiper-pagination-bullet {
	background: #2E8AE5;
	background: rgba(65, 153, 252, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 2000px;
	-webkit-border-radius: 2000px;
	width: 0.5vw;
	height: 0.5vw;
	margin: 0 0.2vw!important;
}

.hot-product-box .swiper-pagination-bullet-active {
	background: #2E8AE5;
	background: rgba(65, 153, 252, 0.95);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	width: 1vw;
}


.inmoreBut{
	display: block;
	padding: 2vw 0;
	text-align: center;
	background: #2E8AE5;
}
.inmoreBut .moreBut{
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-filter: brightness(1000);
	filter: brightness(1000);
}
.moreBut{
	display: inline-block;
	padding:0 1.5vw;
	height: 2.5vw;
	line-height: 2.5vw;
	font-weight: normal;
	margin: 0 auto;
	position:relative;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2000px;
	-webkit-border-radius: 2000px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.moreBut .icon-right{
	display: inline-block;
	width: 1vw;
	height: 2.5vw;
	font-size: 0;
	margin-left: 0.2vw;
	vertical-align: top;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background:url(../images/icon/icon-right.png) no-repeat center center;
	background-size:30% auto;
}
.moreBut:hover{
	color: #2E8AE5;
	border: 1px solid #2E8AE5;
}
.moreBut:hover .icon-right{
	-webkit-transform: translateX(0.5vw);
	transform: translateX(0.5vw);
}


/*自适应适配*/
/*5K自适应适配5120x2880*/
@media (max-width: 5120px) {}

/*4K自适应适配3840×2160*/
@media (max-width: 3840px) {}

/*2K自适应适配2560×1600*/
@media (max-width: 2560px) {}

/*1K自适应适配1920X1080*/
@media (max-width: 1920px) {}

/*笔记本自适应适配1366×1024*/
@media (max-width: 1366px) {}

/*平板自适应适配1024X768*/
@media (max-width: 1024px) {
	.moreBut{
		height: 3.5vw;
		line-height: 3.5vw;
	}
	.moreBut .icon-right{
		width: 2vw;
		height: 3.5vw;
	}
	.intitle{
		font-size: 2vw;
	}
}

@media (max-width: 800px) {
	
}
@media (max-width: 480px) {
	.intitle{
		font-size: 5vw;
		padding: 0 0 5vw 0;
	}
	.service-sector{
		padding:5vw 0;
	}
	.service-sector-box{
		display: block;
	}
	.service-sector-box .item{
		display: block;
		width: 100%;
		margin-bottom: 3vw;
	}
	.service-sector-box .item .imgBox{
		height: 50vw;
	}
	.service-sector-box .item .imgBox:after{
		display: none;
		height: 25%;
		left: -5%;
		-webkit-border-radius: 0 2vw 0 0;
		border-radius: 0 2vw 0 0;
	}
	.service-sector-box .item .imgBox h3{
		font-size: 5vw;
		position: absolute;
		display: block;
		width: 100%;
		left: 0%;
		bottom: 0%;
		z-index: 2;
		padding: 3vw 0;
		background: rgba(46, 138, 229, 0.95);
		font-weight: normal;
		text-align: center;
		color: #FFF;
	}
	.service-sector-box .item .text{
		padding: 2vw;
	}
	.service-sector-box .item .text p{
		height: auto;
		line-height: 200%;
		font-size: 3.8vw;
		color: #999;
		display: -webkit-box;
		-webkit-line-clamp: 15;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.service-sector-box .item .text .icon{
		display: none;
		width: 5.5vw;
		height: 5.5vw;
		top: 2vw;
	}
	.hot-product{
		padding: 5vw 0;
	}
	.swiper-hot-product .swiper-slide{
		text-align: center;
		width: 48%;
		margin-bottom:3vw;
	}
	.hot-product-box .product h5{
		height: 12vw;
    margin-bottom: 2vw;
		font-size: 3.8vw;
    line-height:6vw;
	}
	.hot-product-box .product{
		-webkit-border-radius: 2vw;
		border-radius: 2vw;
		padding: 2vw;
	}
	.hot-product-box .product .imgBox{
		height: 35vw;
	}
	.inmoreBut{
		padding: 5vw 0;
	}
	.moreBut{
		padding: 0 5vw;
		height: 7.5vw;
		line-height: 7.5vw;
		border: 1px solid rgba(0, 0, 0, 0.05);
	}
	.moreBut .icon-right{
		width: 5vw;
		height: 7.5vw;
		margin-left: 0.5vw;
	}
}
@media (max-width: 320px) {
	
}
