﻿.bannerBox2 {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-image: url('img/banner.jpg');
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-size: cover;
}

.bannerBox2 .bg {
	width: 100%;
}

.bannerBox2 .content {
	width: 80vw;
	position: relative;
	padding-bottom: 7.3vw;
	display: flex;
	align-items: center;
}

.bannerBox2 .content .title {
	font-size: 3.3vw;
	color: #fff;
	line-height: 4vw;
}

.bannerBox2 .content .msg {
	font-size: 1.35vw;
  color: #fff;
  line-height: 1.8vw;
  margin-top: 1.9vw;
}

.bannerBox2 .content .l {
	display: inline-block;
  width: 8vw;
  height: 0.4vw;
  background-color: #fff;
  margin-top: 4vw;
  transform: skewX(-30deg);
}



.jiejueBox .content .titleBox {
	text-align: center;
}
.jiejueBox .swiperBox{
	display: none;
}

.jiejueBox .content .titleBox .t {
	font-size: 1.8vw;
	color: #040D14;
	font-weight: 700;
}

.jiejueBox .content .titleBox .e {
	font-size: 1.2vw;
	color: #444452;
	margin: .5vw 0;
}

.jiejueBox .content .titleBox .l {
	width: 1.5vw;
	height: 2px;
	background: #005CE6;
	margin: auto;
}

/* jiejueBox */
.jiejueBox .content {
	margin: auto;
	position: relative;
}

.jiejueBox .content .topTitle {
	font-size: 1.8vw;
	text-align: center;
	position: relative;
	z-index: 9;
	padding-top: 6vw;
	font-weight: 700;
	color: #fff;
}

.jiejueBox .content .line {
	width: 3vw;
	height: 0.2vw;
	background-color: #fff;
	margin: 1vw auto auto auto;
	transform: skewX(-30deg);
	position: relative;
	z-index: 9;
}



.jiejueBox .content .allSwiper {
	background-image: url('img/yewufenlei.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 6vw;
}
.jiejueBox .content .yewufenleiBox .itemBox{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 5vw;
}
.jiejueBox .content .yewufenleiBox .itemBox .item{
	width: 25%;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
	padding: 0 1vw;
	height: 20vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(90deg, rgba(0,90,239,0.75) 0%, rgba(0,90,239,0.75) 100%) no-repeat;
    background-size: 100% 0;
    transition: all .5s ease-in;
    background-position: center;
    cursor: pointer;

}
.jiejueBox .content .yewufenleiBox .itemBox .item:first-child{
	border-left: none;
}
.jiejueBox .content .yewufenleiBox .itemBox .item .img{
	width: 3vw;
	margin: 0 auto;
}
.jiejueBox .content .yewufenleiBox .itemBox .item .img2{
	width: 3vw;
	margin: 0 auto;
}
.jiejueBox .content .yewufenleiBox .itemBox .item .l{
	width: 2vw;
	height: .1vw;
	background-color: rgba(255, 255, 255, 0.4);
	margin: 1.5vw auto;
}
.jiejueBox .content .yewufenleiBox .itemBox .item .title{
	font-size: 1vw;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	padding: 0 2vw;
	height: 3vw;
	margin-bottom: 1vw;
	transition: all .2s ease-in;
}
.jiejueBox .content .yewufenleiBox .itemBox .item .title2{
	font-size: 1vw;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	padding: 0 2vw;
	height: 3vw;
	margin-bottom: 1vw;
	transition: all .2s ease-in;
}
.jiejueBox .content .yewufenleiBox .itemBox .item .tagBox{
	font-size: .75vw;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	height: 0;
	transition: all .5s ease-in;
	overflow: hidden;
}
.jiejueBox .content .yewufenleiBox .itemBox .noBorderTop{
	border-top: none;
}
.jiejueBox .content .yewufenleiBox .itemBox .noBorderRight{
	border-right: none;
}
.jiejueBox .content .yewufenleiBox .itemBox .item:hover{
	background-size: 100% 100%;
}
.jiejueBox .content .yewufenleiBox .itemBox .item:hover .img{
	margin-top: 2vw;
}
.jiejueBox .content .yewufenleiBox .itemBox .item:hover .tagBox{
	height: auto;
}
.jiejueBox .content .yewufenleiBox .itemBox .item:hover .title{
	height: auto;
}
.jiejueBox .content .swiperBoxImg .btnBox .prevSwiperData {
	position: absolute;
	left: 5vw;
	top: 65%;
	width: 2.1vw;
	height: 2.1vw;
	background-image: url('img/left.png');
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translate(-50%, 0);
	z-index: 9;
	cursor: pointer;
}
.jiejueBox .content .swiperBoxImg .btnBox .prevSwiperData:hover{
	background-image: url('img/right.png');
	transform: translate(-50%, 0) rotate(180deg);
	background-size: 100%;
  }
.jiejueBox .content .swiperBoxImg .btnBox .nextSwiperData {
	position: absolute;
	right: 5vw;
	top: 65%;
	height: 2.1vw;
	width: 2.1vw;
	background-image: url('img/left.png');
	background-repeat: no-repeat;
  	background-size: 100%;
	transform: translate(-50%, 0) rotate(180deg);
	z-index: 9;
	cursor: pointer;
}

.jiejueBox .content .swiperBoxImg .btnBox .nextSwiperData:hover{
	background-image: url('img/right.png');
	transform: translate(-50%, 0) rotate(0);
	background-size: 100%;
  }

/* zhuanjiaBox */
.zhuanjiaBox{
	background-color: #F8FAFF;
	padding-bottom: 6vw;
}
.zhuanjiaBox .content {
	margin: auto;
	position: relative;
	width: 75vw;
}

.zhuanjiaBox .content .topTitle {
	font-size: 1.8vw;
	text-align: center;
	position: relative;
	z-index: 9;
	padding-top: 3vw;
	font-weight: 700;
}

.zhuanjiaBox .content .line {
   width: 3vw;
   height: 0.2vw;
   background-color: #000;
   margin: 1vw auto auto auto;
   transform: skewX(-30deg);
   position: relative;
   z-index: 9;
   line-height: 1;
}
.zhuanjiaBox .content .msg {
	font-size: 1.2vw;
	color: #040D14;
	text-align: center;
	font-weight: 700;
	margin: 3vw 0 0 0;
}
.zhuanjiaBox .content .msgT {
	font-size: .9vw;
	color: #444452;
	text-align: center;
	margin: .8vw 0 0 0;
}

.zhuanjiaBox .content .swiperBox{
	margin-top: 3vw;
}
.zhuanjiaBox .content .swiperBox .swiper-slide{
	display: flex;
	height: auto;
}
.zhuanjiaBox .content .swiperBox .swiper-slide .listBox{
	background-color: #fff;
	flex: 1;
	text-align: center;
	padding: 2vw 0;
}
.zhuanjiaBox .content .swiperBox .swiper-slide .listBox:last-child{
	margin-right: 0;
}
.zhuanjiaBox .content .swiperBox .swiper-slide .imgBox{
	width: 7vw;
	height: 7vw;
	margin: auto;
 }
 .zhuanjiaBox .content .swiperBox .swiper-slide .imgBox .img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
 }
 .zhuanjiaBox .content .swiperBox .swiper-slide .name{
	font-size: 1.1vw;
	margin-top: 1vw;
	font-weight: 700;
 }
 .zhuanjiaBox .content .swiperBox .swiper-slide .info{
	font-size: .6vw;
	color: #444452;
	line-height: 1.8;
	margin: 1vw 1.5vw 0 1.5vw;
 }
 .zhuanjiaBox .content .swiperBox .swiper-slide .tagBox{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1vw;
 }
 .zhuanjiaBox .content .swiperBox .swiper-slide .tagBox .tag{
	font-size: .8vw;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: .5vw 0;
	border-radius: 2vw;
	margin: 0 .5vw;
    width: 6vw;
    text-align: center;
 }
 .zhuanjiaBox .content .swiperBox{
	position: relative;
	padding-bottom: 2vw;
 }
 .zhuanjiaBox .content .swiperBox .btnBox .prevSwiperDataZJ {
	position: absolute;
	left: -5vw;
	top: 50%;
	width: 2.1vw;
	height: 2.1vw;
	background-image: url('img/right2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translate(-50%,0);
	z-index: 9;
	cursor: pointer;
}
.zhuanjiaBox .content .swiperBox .btnBox .prevSwiperDataZJ:hover{
	background-image: url('img/left3.png');
	transform: translate(-50%,0) rotate(180deg);
	background-size: 100%;
  }
.zhuanjiaBox .content .swiperBox .btnBox .nextSwiperDataZJ {
	position: absolute;
	right: calc(-5vw - 30px);
	top: 50%;
	height: 2.1vw;
	width: 2.1vw;
	background-image: url('img/right2.png');
	transform: translate(-50%,0) rotate(180deg);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 9;
	cursor: pointer;
}
.zhuanjiaBox .content .swiperBox .btnBox .nextSwiperDataZJ:hover{
	background-image: url('img/left3.png');
	transform: translate(-50%,0) rotate(0);
	background-size: 100%;
  }
.zhuanjiaBox .content  .itemBox{
	display: flex;
	margin-top: 3vw;
}
.zhuanjiaBox .content  .itemBox .item{
	flex: 1;
}
.zhuanjiaBox .content  .itemBox .item .imgBox{
	width: 4vw;
	height: 4vw;
	background-color: #005CE6;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.zhuanjiaBox .content  .itemBox .item .imgBox .img{
	width: 50%;
}
.zhuanjiaBox .content  .itemBox .item  .text{
	font-size: 1vw;
	text-align: center;
	margin-top: 1vw;
}
.zhuanjiaBox .content  .itemBox .item  .text span{
	font-size: 1.3vw;
	font-weight: 700;
}
.biaozhunBox {
	position: relative;
}
.biaozhunBox .img{
	width: 100%;
}
.biaozhunBox .content{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 9;
	transform: translate(0,-50%);
}
.biaozhunBox .content .topTitle {
	font-size: 1.8vw;
	text-align: center;
	position: relative;
	z-index: 9;
	padding-top: 3vw;
	font-weight: 700;
	color: #fff;
}

.biaozhunBox .content .line {
	width: 3vw;
	height: 0.2vw;
	background-color: #fff;
	margin: 1vw auto auto auto;
	transform: skewX(-30deg);
	position: relative;
	z-index: 9;
}
.biaozhunBox .content .msg {
	font-size: 1vw;
	color: #fff;
	text-align: center;
	margin-top: 2vw;
}
.hangyeBox {
	position: relative;
}

.hangyeBox .hangyeBoxNo{
	display: block;
}

.hangyeBox .hangyeBoxHas{
	display: none;
	animation:fadeInUp 1s .2s ease both;
}

.hangyeBox .hangyeBoxNo2{
	display: none;
}

.hangyeBox .hangyeBoxHas2{
	display: block;
}


@keyframes fadeInUp{
	0%{
		opacity:.5;
		transform:translateY(20px)}
	100%{
		opacity:1;
		transform:translateY(0)
	}
}
@keyframes fadeOutUp{
	0%{
		opacity:1;
		transform:translateY(0)
	}
	100%{
		opacity:0;
		transform:translateY(-20px)
	}
}


.hangyeBox .img{
	width: 100%;
}

.hangyeBox .content{
	position: absolute;
	width: 80vw;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%,-50%);
	background: linear-gradient(360deg, rgba(0,45,184,0.06) 0%, rgba(3,54,158,0.31) 100%);
	border-radius: 10px;
	backdrop-filter: blur(24px);
}
.hangyeBox .content2{
	background: transparent;
	backdrop-filter: unset;
}
.hangyeBox .content .topTitle {
	font-size: 1.8vw;
	text-align: center;
	position: relative;
	z-index: 9;
	padding-top: 3vw;
	font-weight: 700;
	color: #fff;
}

.hangyeBox .content .line {
	width: 3vw;
	height: 0.2vw;
	background-color: #fff;
	margin: 1vw auto auto auto;
	transform: skewX(-30deg);
	position: relative;
	z-index: 9;
}
.hangyeBox .content .msg {
	font-size: 1vw;
	color: #fff;
	text-align: center;
	margin-top: 2vw;
}
.hangyeBox .content .itemBox{
	display: flex;
	justify-content: space-between;
	padding: 3vw 3vw;
	position: relative;
}
.hangyeBox .content .itemBox::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	height: 80%;
	transform: translate(-50%,-50%);
	background-color: rgba(255, 255, 255, 0.2);
}
.hangyeBox .content .itemBox .item {
	flex: 0 0 45%;
}
.hangyeBox .content .itemBox .item .list{
	display: flex;
	margin-bottom: 1vw;
}
.hangyeBox .content .itemBox .item .list:last-child{
	margin-bottom: 0;
}
.hangyeBox .content .itemBox .item .dian{
	width: .3vw;
	height: .3vw;
	background-color: #fff;
	margin-top: .5vw;
}
.hangyeBox .content .itemBox .item .text{
	font-size: .9vw;
	color: #fff;
	margin-left: .5vw;
}
.hangyeBox .content .itemBox .item .text span{
	font-size: .8vw;
	color: rgba(255, 255, 255, 0.8);
}


.zizhiBox {
	position: relative;
}
.zizhiBox .img{
	width: 100%;
}
.zizhiBox .content{
	background-image: url('img/hangeyzizhi_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 6vw 0;
}
.zizhiBox .content .topTitle {
	font-size: 1.8vw;
	text-align: center;
	position: relative;
	z-index: 9;
	font-weight: 700;
	color: #fff;
}

.zizhiBox .content .line {
	width: 3vw;
	height: 0.2vw;
	background-color: #fff;
	margin: 1vw auto auto auto;
	transform: skewX(-30deg);
	position: relative;
	z-index: 9;
}
.zizhiBox .content  .itemBox{
	display: flex;
	width: 80%;
	margin: 4vw auto auto auto;
}
.zizhiBox .content  .itemBox .item{
	flex: 1;
}
.zizhiBox .content  .itemBox .item .img{
	width: 4vw;
	height: 4vw;
	margin: auto;
}
.zizhiBox .content  .itemBox .item  .text{
	font-size: 1vw;
	text-align: center;
	margin-top: .6vw;
	color: #fff;
}


.aliBox {
	position: relative;

}
.aliBox .img{
	width: 100%;
}
.aliBox .content{

	background-image: url('img/project.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 6vw 0;
}
.aliBox .content .topTitle {
	font-size: 1.8vw;
	text-align: center;
	position: relative;
	z-index: 9;
	font-weight: 700;
	color: #000;
}

.aliBox .content .line {
	width: 3vw;
	height: 0.2vw;
	background-color: #005CE6;
	margin: 1vw auto auto auto;
	transform: skewX(-30deg);
	position: relative;
	z-index: 9;
}
.aliBox .content  .itemBox{
	display: flex;
	width: 60%;
	margin: 4vw auto auto auto;
	flex-wrap: wrap;
	justify-content: center;
}
.aliBox .content  .itemBox .item{
	flex: 0 0 25%;
	margin-bottom: 3vw;
}
.aliBox .content  .itemBox .item .imgBox{
	width: 4vw;
	height: 4vw;
	background-color: #005CE6;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.aliBox .content  .itemBox .item .imgBox .img{
	width: 100%;
}
.aliBox .content  .itemBox .item  .text{
	font-size: 1vw;
	text-align: center;
	margin-top: .6vw;
	color: #000;
}
.aliBox .content .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1vw;
}
.aliBox .content .btn .t{
	font-size: .9vw;
    color: #fff;
    background-color: #005CE6;
    padding: 0.6vw 3vw;
    text-align: center;
}
/* caseBox2 */
.caseBox2{
	display: flex;
	background-color: #F5F8FF;
}
.caseBox2 .left{
	background: linear-gradient(129deg, #C9E1FF 0%, #E3EBF7 100%);
	backdrop-filter: blur(10px);
	padding: 3vw 5vw;
	color: #15152F;
	min-height: 30vw;
	max-width: 20vw;
}
.caseBox2 .left .title{
	font-size: 2vw;
	font-weight: 700;
}
.caseBox2 .left .btn{
	font-size: .8vw;
	margin: 1vw auto 2vw auto;
	cursor: pointer;
	color: #15152F;
}

.caseBox2 .left .info{
	font-size: .8vw;
	line-height: 2vw;
}
.caseBox2 .left .info p{
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.caseBox2 .right{
	flex: 1;
	padding-bottom: 3vw;
}

.caseBox2 .right .navBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 70vw;
	margin: auto;
}

.caseBox2 .right .navBox .n {
	text-align: left;
	position: relative;
	font-size: 1.1vw;
	padding-bottom: 1vw;
	color: #444452;
	cursor: pointer;
	margin: 0 10vw 0 0;
	text-align: center;
}
.caseBox2 .right .navBox .img{
	width: 3.125vw;
	margin: auto auto .4vw auto;
}

.caseBox2 .right .navBox .active {
	color: #005CE6;
	font-weight: 700;
}

.caseBox2 .right .navBox .active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #005CE6;
	transform: skewX(-30deg);
}
.caseBox2 .right .swiperBox{
	flex: 1;
	margin-top: 4vw;
}
.caseBox2 .right .swiperBox .swiper-slide{
	width: 30%;
	padding: 1vw 0;
}
.caseBox2 .right .swiperBox .swiper-slide:first-child{
	margin-left: 3vw;
}
.caseBox2 .right .swiperBox .swiper-slide:last-child{
	margin-right: 3vw;
}
.caseBox2 .right .swiperBox .swiper-slide .listBox{
	background-color: #fff;
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
	border-radius: 6px;

}
.caseBox2 .right .swiperBox .swiper-slide .listBox .imgBox{
	width: 100%;
	height: 15vw;

	overflow: hidden;
}
.caseBox2 .right .swiperBox .swiper-slide .listBox .imgBox .img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	transition: all .2s ease-in;
}
.caseBox2 .right .swiperBox .swiper-slide .listBox:hover .imgBox .img{
	transform: scale(1.1);
}
.caseBox2 .right .swiperBox .swiper-slide .listBox .info {
	margin: auto;
	padding: 2vw 1vw;
	text-align: center;
}
.caseBox2 .right .swiperBox .swiper-slide .listBox .info .tiitle{
	font-size: 1.2vw;
	font-weight: 700;
	height: 3.3vw;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.caseBox2 .right .swiperBox .swiper-slide .listBox .info .msg{
	font-size: .7vw;
	color: #666666;
	margin-top: 1vw;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.caseBox2 .right .swiperBox .swiper-slide .listBox .info .btn{
	font-size: .9vw;
	color: #fff;
	background-color: #005CE6;
	width: 60%;
	padding: .6vw 0;
	text-align: center;
	margin: 1vw auto auto auto;
}
.caseBox2 .right .swiperBox .btnBox{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 3vw 10vw 0 0;
  }
  .caseBox2 .right .swiperBox .btnBox .prevSwiper{
	flex: 0 0 2.1vw;
	width: 2.1vw;
	height: 2.1vw;
	cursor: pointer;
	background-image: url('img/left.png');
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 1.5vw;
  }
  .caseBox2 .right .swiperBox .btnBox .prevSwiper:hover{
	background-image: url('img/right.png');
	transform: rotate(180deg);
	background-size: 100%;
  }
  .caseBox2 .right .swiperBox .btnBox .nextSwiper{
	flex: 0 0 2.1vw;
	margin-left: 1.5vw;
	height: 2.1vw;
	width: 2.1vw;
	cursor: pointer;
	background-image: url('img/left.png');
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-size: 100%;
  }
  .caseBox2 .right .swiperBox .btnBox .nextSwiper:hover{
	background-image: url('img/right.png');
	transform: rotate(0);
	background-size: 100%;
  }
@media screen and (max-width:1024px){
	.bannerBox2{
		background-image: url('img/kongjianguihua-bg.png');
		height: 7.8rem;
	}
	.bannerBox2 .content .title{
		font-size: .42rem;
		line-height: 1.6;
	}
	.bannerBox2 .content .msg{
		font-size: .3rem;
		line-height: 1.6;
		margin-top: .3rem;
	}
	.bannerBox2 .content .l{
		width: 1.25rem;
		height: .06rem;
		margin-top: .3rem;
	}
	.bannerBox2 .content{
		padding-bottom: 2.4rem;
	}
	.jiejueBox .content .allSwiper{
		background-image: url('img/bg-yewufenlei.png');
		padding: .8rem 0;
	}
	.yewufenleiBox {
		display: none;
	}
	.jiejueBox .content .topTitle{
		font-size: .36rem;
		padding: 0;
	}
	.jiejueBox .content .line{
		height: .04rem;
		width: .53rem;
		margin: .2rem auto;
	}
	.jiejueBox .swiperBox{
		margin-top: .6rem;
		display: block;
	}
	.jiejueBox .swiperBox .swiper-slide{
		background: rgba(0,90,239,0.75);
		color: #fff;
		text-align: center;
		height: auto;
	}
	.jiejueBox .swiperBox .swiper-slide .item{
		padding: .3rem;
	}
	.jiejueBox .swiperBox .swiper-slide .item .img{
		width: .58rem;
		margin: auto;

	}
	.jiejueBox .swiperBox .swiper-slide .item .title{
		font-size: .28rem;
		font-weight: 700;
		margin: .3rem 0;
	}
	.jiejueBox .swiperBox .swiper-slide .titlett{
		position: relative;
		top: 30%;
	}
	.jiejueBox .swiperBox .swiper-slide .item .tagBox{
		font-size: .25rem;
		line-height: .52rem;
	}
	.jiejueBox .swiperBox .swiper{
		padding: 0 .3rem;
	}
	.zhuanjiaBox{
		padding: .8rem 0;
	}
	.zhuanjiaBox .content{
		width: auto;
	}
	.zhuanjiaBox .content .topTitle{
		font-size: .36rem;
		padding: 0;
	}
	.zhuanjiaBox .content .line{
		height: .04rem;
		width: .53rem;
		margin: .2rem auto;
	}
	.zhuanjiaBox .content .msg{
		font-size: .28rem;
		margin-top: .6rem;
	}
	.zhuanjiaBox .content .swiperBox .btnBox{
		display: none;
	}
	.zhuanjiaBox .content .swiperBox .swiper{
		padding: .32rem;
	}
	.zhuanjiaBox .content .swiperBox .swiper-slide .imgBox{
		width: 1.4rem;
		height: 1.4rem;
	}
	.zhuanjiaBox .content .swiperBox .swiper-slide .listBox{
		padding: .3rem;
	}
	.zhuanjiaBox .content .swiperBox .swiper-slide .name{
		font-size: .28rem;
		margin-top: .4rem;
	}
	.zhuanjiaBox .content .swiperBox .swiper-slide .info{
		font-size: .24rem;
		line-height: .42rem;
		margin: .2rem auto auto auto;
	}
	.zhuanjiaBox .content .swiperBox{
		margin-top: .4rem;
		padding-bottom: 0;
	}
	.zhuanjiaBox .content .msgT{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.zhuanjiaBox .content .itemBox{
		margin-top: .6rem;
		flex-wrap: wrap;
		padding: 0 .32rem;
	}
	.zhuanjiaBox .content .itemBox .item{
		flex: 0 0 50%;
		margin-bottom: .6rem;
	}
	.zhuanjiaBox .content .itemBox .item .imgBox{
		width: .9rem;
		height: .9rem;
	}
	.zhuanjiaBox .content .itemBox .item .text{
		font-size: .26rem;
		margin-top: .3rem;
	}
	.zhuanjiaBox .content .itemBox .item .text span{
		font-size: .36rem;
	}
	.hangyeBox .content .topTitle{
		font-size: .36rem;
		padding: 0;
	}
	.hangyeBox .content .line{
		height: .04rem;
		width: .53rem;
		margin: .2rem auto;
	}
	.hangyeBox .content{
		width: calc(100% - .64rem);
		padding: .6rem 0;
	}
	.hangyeBox .content .msg{
		font-size: .24rem;
		margin-top: .3rem;
	}
	.hangyeBox .content .itemBox{
		padding: .3rem;
		display: block;
	}
	.hangyeBox .content .itemBox .item{
		margin: 0 !important;
		flex: 1;
	}
	.hangyeBox .content .itemBox::after{
		display: none;
	}
	.hangyeBox .content .itemBox .item .list{
		margin-bottom: .2rem;
		line-height: .52rem;
	}
	.hangyeBox .content .itemBox .item .text{
		font-size: .26rem;
		margin-left: .1rem;
	}
	.hangyeBox .content .itemBox .item .text span{
		font-size: .22rem;
	}
	.hangyeBox .content .itemBox .item .dian{
		width: .08rem;
		height: .08rem;
		margin-top: .14rem;
	}
	.zizhiBox .content{
		padding: .8rem 0;
	}
	.zizhiBox .content .topTitle{
		font-size: .36rem;
		padding: 0;
	}
	.zizhiBox .content .line{
		height: .04rem;
		width: .53rem;
		margin: .2rem auto;
	}
	.zizhiBox .content .itemBox .item .img{
		width: .9rem;
		height: .9rem;
	}
	.zizhiBox .content .itemBox .item .text{
		font-size: .26rem;
		margin-top: .2rem;
	}
	.zizhiBox .content .itemBox{
		width: auto;
		margin-top: .6rem;
	}
	.aliBox .content{
		padding: .8rem .32rem;
	}
	.aliBox  .content .topTitle{
		font-size: .36rem;
		padding: 0;
	}
	.aliBox  .content .line{
		height: .04rem;
		width: .53rem;
		margin: .2rem auto;
	}
	.aliBox .content .itemBox{
		width: auto;
		margin-top: .6rem;
	}
	.aliBox .content .itemBox .item{
		flex: 0 0 33.333%;
	}
	.aliBox .content .itemBox .item .imgBox{
		width: .8rem;
		height: .8rem;
	}
	.aliBox .content .itemBox .item .text{
		font-size: .26rem;
		margin-top: .3rem;
	}
	.caseBox2{
		flex-direction: column;
	}
	.caseBox2 .left{
		padding: .8rem .32rem;
		text-align: center;
		min-height: auto;
		max-width: 100%;
	}
	.caseBox2 .left .title{
		font-size: .36rem;
	}
	.caseBox2 .left .btn{
		font-size: .28rem;
		margin-top: .3rem;
		margin-bottom: .6rem;
	}
	.caseBox2 .left .info{
		font-size: .26rem;
		line-height: .52rem;
	}
	.caseBox2 .left .info>div{
		max-height: 5.2rem !important;
	}
	.caseBox2 .right .swiperBox{
		margin-top: .3rem;
	}
	.caseBox2 .right .swiperBox .swiper-slide{
		width: 5.33rem;
		padding: .3rem 0;
	}

	.caseBox2 .right .swiperBox .swiper-slide .listBox .imgBox{
		height: 3.1rem;
	}
	.caseBox2 .right .swiperBox .swiper-slide .listBox .info{
		padding: .3rem;
	}
	.caseBox2 .right .swiperBox .swiper-slide .listBox .info .tiitle{
		font-size: .28rem;
		height: .9rem;
		line-height: 1.6;
	}
	.caseBox2 .right .swiperBox .swiper-slide .listBox .info .btn{
		font-size: .28rem;
		padding: .2rem 0;
		margin-top: .3rem;
	}
	.caseBox2 .right .swiperBox .btnBox{
		justify-content: center;
		margin: .3rem auto;
	}
	.caseBox2 .right .swiperBox .btnBox .prevSwiper{
		width: .56rem;
		height: .56rem;
		flex: 0 0 .56rem;
		margin: 0 .5rem;
	}
	.caseBox2 .right .swiperBox .btnBox .nextSwiper{
		width: .56rem;
		height: .56rem;
		flex: 0 0 .56rem;
		margin: 0 .5rem;
	}
}