/* 轮播区域样式 */
.swiper {
	width: 100%;
	max-height: 790px;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	object-fit: cover;
	vertical-align: top;
}

.bannerBig {
	display: block;
}

.bannerSmall {
	display: none;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}

.swiper-button-next {
	color: #fff;
}

.swiper-button-prev {
	color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #063eaa;
}

/* brand企业品牌样式 */
.pcIndexBrand {
	padding: 80px 0;
	background: rgba(246, 246, 246, 1);
}

.productCls {
	padding: 80px 0;
}

.pcIndexBrand h3,
.productCls h3 {
	text-align: center;
	font-size: 30px;
	line-height: 1;
	color: #222;
	margin-bottom: 50px;
}


.brandBox {
	display: flex;
	justify-content: space-around;
	/* align-items: center; */
	flex-wrap: wrap;
}

.brandBox .brandItem {
	width: calc(33% - 12px);
	background-color: #fff;
}

.brandBox .brandItem:hover {
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}

.brandItem img {
	width: 100%;
}

.brandContBox {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;

}

.brandCont {
	padding: 20px 30px;
	border: 1px solid rgb(219, 228, 213);
	min-height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.titBrand {
	font-size: 20px;
	line-height: 24px;
	color: #222;
	text-align: center;
	font-weight: bold;
}

.brandCont p {
	font-size: 14px;
	line-height: 24px;
	color: #555;
	margin-top: 20px;
}

.brandCont a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	max-width: 180px;
	min-width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #063eaa;
	transition: .3s;
	border: 1px solid #063eaa;
	border-radius: 40px;
	margin-top: 20px;
}

.brandCont a p {
	margin-top: unset;
	color: #063eaa;
}

.brandCont span {
	margin-left: 10px;
	display: block;
	content: "";
	height: 8px;
	width: 8px;
	border-color: #063eaa;
	border-style: solid;
	border-width: 2px 2px 0 0;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transition: .3s;

}

.brandCont a:hover {
	background-color: #063eaa;
}

.brandCont a:hover p {
	color: #fff;
}

.brandCont a:hover span {
	border-color: #fff;
}

/* 产品系列样式 */
.productCls .productLs {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}


.productCls .productLs .productItem,
.productCls .productLs .productItemMore {
	width: calc(12.5% - 2px);
	background: rgba(246, 246, 246, 1);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.productCls .productLs .productItem a,
.productCls .productLs .productItemMore a {
	display: block;
	width: 100%;
}

.productItem img,
.productItemMore img {
	width: 100px;
	margin: auto;
}

.productItem p,
.productItemMore p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #555;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
}

.productCls .productLs .productItemMore:hover{
	background-color: #063eaa;
}
.productCls .productLs .productItemMore:hover p{
	color: #fff;
}

.showOne {
	display: block;
}

.showTwo {
	display: none;
}

.productItemMore:hover .showOne {
	display: none;
}

.productItemMore:hover .showTwo {
	display: block;
}

.productCls .productLs .active {
	background-color: #063eaa;
}

.active .showOne {
	display: none;
}

.active .showTwo {
	display: block;
}

.productLs .active p {
	color: #fff;
	line-height: 24px;
}

.productItemContLs .active {
	display: block;
}



.homeService {
	margin-top: 80px;
	height: 118px;
	background: #fff;
	border: 20px solid #F6F6F6;
	position: relative;
}

.serviceImg {
	max-width: 210px;
	position: absolute;
	left: 20px;
	bottom: 0;
}

.serviceImg img {
	width: 100%;
	vertical-align: top;
}

.consultContBox {
	margin-left: 280px;
	height: 158px;
}

.consultFlexBox {
	height: 118px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.logoImg {
	width: 140px;
	height: 150px;
	background-color: #eaeaea;
	border-radius: 90px 0 0 90px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;

}

.logoImg img {
	width: 80px;
}

.consultTit {
	font-size: 26px;
	line-height: 28px;
	color: #063eaa;
}

.consultIntro {
	font-size: 16px;
	line-height: 28px;
	color: #555;
}

.consultContBtn {
	position: absolute;
	top: 35px;
	right: 130px;
	display: flex;
}

.consultBtnOne {
	width: 180px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	display: block;
	font-size: 18px;
	color: #063eaa;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #063eaa;
	margin-left: 35px;
}

.consultBtnOne:hover {
	background: #063eaa;
	color: #fff;
}

.consultBtnTwo {
	width: 180px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	display: block;
	font-size: 18px;
	color: #fff;
	border-radius: 50px;
	background: #063eaa;
	border: 1px solid #063eaa;
	margin-left: 35px;
}

.consultBtnTwo:hover {
	background: #063eaa;
}


/* 公司简介 */
.companyProfile .companyProfileImg {
	background: url("../img/backgroundimage/aaaban.png") no-repeat;
	background-size: cover;
	display: grid;
	grid-column-gap: 60px;
	grid-template-columns: 34% 40%;
	align-items: flex-start;
	justify-content: center;
	padding: 80px 0;
}

.companyProfile .companyProfileImg .companyImg {
	min-width: 450px;
	border-radius: 15px;
	overflow: hidden;
}

.companyProfile .companyProfileImg .companyImg img {
	width: 100%;
}

.companyProfileImg .profileCont {
	max-width: 690px;
}

.companyProfileImg .profileContTit {
	font-size: 36px;
	color: #fff;
}

.companyProfileImg .profileContTxt {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	margin-top: 36px;
}

.profileStrength {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.profileStrength span {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.profileStrength sub {
	font-size: 12px;
}

.profileStrength p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

.showBig {
	display:block;
}
.showSmall {
	display: none;
}

.profileMore {
	width: 220px;
	height: 50px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	opacity: 1;
	border-radius: 25px;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
	transition: .3s;
}

.profileMore:hover {
	background: #063eaa;
	color: #fff;
	border: 1px solid #063eaa;
}

.strengthDescriptionLs {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.strengthDescriptionLs .strengthDItem {
	width: 33.3%;
	background-color: #063eaa;
}

.strengthDescriptionLs .strengthDItem:nth-child(2) {
	background-color: #fff;
	border-left:1px solid rgba(255, 255, 255,.2) ;
	border-right:1px solid rgba(255, 255, 255,.2) ;
	box-sizing: border-box;
}
.strengthDescriptionLs .strengthDItem:nth-child(2) .strengthCont{
	color: #063eaa;
}
.strengthDescriptionLs .strengthDItem:nth-child(2) .strengthTit{
	color: #063eaa;
}

.strengthDescriptionLs .strengthDItem .strengthImg {
	width: 100%;
	text-align: center;
	margin-top: 55px;
}

.strengthImg img {
	max-width: 100px;
}

.strengthDescriptionLs .strengthDItem .strengthTit {
	text-align: center;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	margin-top: 30px;
}

.strengthDescriptionLs .strengthDItem .strengthCont {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	margin: 30px 0;
	padding: 0 60px;
	min-height: 78px;
}

.practicalCases .practicalCasesTit {
	width: 100%;
	height: 168px;
	line-height: 168px;
	text-align: center;
	font-size: 36px;
	color: #222;
	background: url("../img/backgroundimage/indexcaset.png") no-repeat center top;
}

.practicalCases .casesLsBox {
	padding: 40px 0 80px 0;
	background: url("../img/backgroundimage/bacase.png") no-repeat center top;
}

.casesLsBox .casesLs {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.casesLsBox .casesLs .casesItem {
	width: calc(14.2% - 5px);
	text-align: center;
}

.casesLsBox .casesLs a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 60px;
	transition: 0.3s;
	display: block;
	height: 60px;
}

.casesLsBox .casesLs span {
	width: 1px;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	line-height: 14px;
	height: 14px;
}

.casesLsBox .active a {
	color: #97c1f6;
}

.casesLsBox .contLs {
	background-color: #fff;
	padding: 50px;
}

.contLs .contItem {
	display: none;
}

.contLs .active {
	display: block;
}

.contLs .contItem .contItemTit {
	font-size: 26px;
	color: #222;
	display: flex;
	align-items: center;
}

.contLs .contItem .contItemTit span {
	margin-left: 10px;
	display: block;
	content: "";
	height: 8px;
	width: 8px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.contLs .contItem .contItemTxt {
	font-size: 14px;
	line-height: 26px;
	color: #555;
	margin-top: 25px;
}

.contItem .casesPresentation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.contItem .casesPresentation .prItem {
	width: calc(25% - 15px);
	transition: .3s;
}

.casesTxt {
	padding: 20px;
	background-color: #F6F6F6;
}

.contItem .casesPresentation .prItem:hover {
	margin-top: -15px;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}

.contItem .casesPresentation .prItem:hover .casesTxt {
	background-color: #fff;
}

.contItem .casesPresentation .prItem>a>img {
	width: 100%;
	vertical-align:top;
}

.contItem .casesPresentation .prItem h3 {
	font-size: 18px;
	line-height: 26px;
	min-height: 52px;
	color: #222;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.casesTxt span {
	display: inline-block;
	height: 36px;
	border: 1px solid #063eaa;
	font-size: 14px;
	color: #063eaa;
	line-height: 36px;
	padding: 0 5px 0 5px;
	border-radius: 3px;
	margin-right: 5px;
}


/* 新闻 */
.corporateNews {
	margin-top: 80px;
}

.corporateNews h3 {
	text-align: center;
	font-size: 36px;
	line-height: 1;
	color: #222;
}

.corporateNews .newsImgContList {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 50px;
}

.corporateNews .newsImgContList>div {
	width: calc(33.3% - 14px);
	background-color: #F6F6F6;
	padding: 30px 40px;
	box-sizing: border-box;
}

.newsImgContList .newsImgCont {
	transition: .3s;
}

.newsImgContList .newsImgCont:hover {
	background-color: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}

.newsImgContList .newTit {
	color: #222;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: .3s;
	text-align: left;
}

.newsImgContList .newTit:hover {
	color: #063eaa;
}

.newsImgContList .newTime {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin-top: 10px;
}

.newsImgContList .newsImgCont .newCont {
	font-size: 14px;
	line-height: 24px;
	color: #828282;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 25px;
}

.newsImgContList .newsList .newCont {
	font-size: 14px;
	line-height: 24px;
	color: #828282;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 15px;
}

.newsImgContList .newsImgCont .newImg img {
	width: 100%;
	margin-top: 30px;
}

.newsImgContList .newsList .newsItem {
	padding: 15px;

}

.newsImgContList .newsList .newsItem:nth-child(2) {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;

}

/* 关注我们 */
.followUs {
	height: 160px;
	background: url("../img/backgroundimage/back-code.png") no-repeat center top;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 80px 0;
}

.followUs .followItem {
	width: calc(33.3% - 1px);
	box-sizing: border-box;
	padding: 0 60px;
	display: flex;
	align-items: center;
}

.followUs>span {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	height: 60px;
}

.followUs .followItem img {
	width: 90px;
}

.followUs .followItem .followTxt {
	margin-left: 10px;
}

.followUs .followItem .followTxt span {
	font-size: 24px;
	color: #fff;
}

.followUs .followItem .followTxt p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-top: 8px;
}

.followUs .followItem .followTxt a {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.hoverShow {
	display: none;
}

.followUs .followItem:hover .hoverShow {
	display: block;
}

.followUs .followItem:hover .hoverHid {
	display: none;
}


.friendshipLink {
	font-size: 14px;
	color: #222;
	padding-top: 15px;
}

.friendshipLink a {
	display: inline-block;
	font-size: 14px;
	color: #222;
	margin-bottom: 15px;
	margin-right: 10px;
}


/* bottomSwiper */
.bottomSwiper{
	width: 100%;
	overflow: hidden;
	position: relative;
	display: none;
}
.bottomSwiper .swiper-wrapper .swiper-slide{
	position: relative;
}
.bottom-button-prev{
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
	left: 60px;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	cursor: pointer;
}
.bottom-button-prev span{
    display: block;
    content: "";
    height: 12px;
    width: 12px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: matrix( -0.71, 0.71, 0.71, 0.71,0, 0);
	margin-left: 5px;
	color: #000;
}

.bottom-button-next{
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
	right: 60px;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
}
.bottom-button-next span{
    display: block;
    content: "";
    height: 12px;
    width: 12px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	margin-right: 5px;
}
.bottom-button-prev:hover,
.bottom-button-next:hover{
	background-color: #063eaa;

}
.bottom-button-prev:hover span,
.bottom-button-next:hover span{
	color: #fff;
}
.swiper-slide img{
	width: 100%;
}
.bottomSwiper .swiper-wrapper .swiper-slide .swiperItemEdat{
	position: absolute;
	top: 30px;
	z-index: 1;
	padding: 0 15px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}
.swiperItemEdat .swiperItemTit{
	font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
	
}
.swiperItemEdat .swiperItemCont{
    font-size: 14px;
    line-height: 26px;
}

@media screen and (min-width:751px) and (max-width:1200px) {

	.brandBox .brandItem {
		width: calc(33% - 12px);
		margin-top: 20px;
	}

	.productItemCont {
		padding: 0 30px;
	}

	.productIllustrate h3 {
		font-size: 28px;
		color: #222;
		padding-top: 0px;
	}

	.productItemCont .productIllustrate {
		padding: 30px;
		max-width: 45%;
	}

	.consultContBtn {
		right: 60px;
	}

	.companyProfile .companyProfileImg {
		grid-template-columns: 45% 45%;
	}

	.companyProfileImg .profileContTxt,
	.profileStrength,
	.profileMore {
		margin-top: 20px;
	}

}

@media screen and (min-width:751px) and (max-width:1000px) {

	.brandBox .brandItem {
		width: calc(33% - 12px);
		margin-top: 20px;

	}

	.productCls .productLs .productItem,
	.productCls .productLs .productItemMore {
		width: calc(25% - 12px);
		height: 160px;
		margin-top:15px;
	}

	.consultContBox {
		margin-left: 400px;
	}

	.consultBtnOne {
		margin-left: 16px;

	}

	.consultContBtn {
		top: unset;
		left: 0;
		right: 0;
		bottom: -66px;
		justify-content: center;
	}

	.homeService {
		border-bottom: 80px solid #f6f6f6;
	}

	.companyProfile .companyProfileImg {
		padding: 40px 0;
		grid-column-gap: 30px;
	}

	.companyProfile .companyProfileImg .companyImg {
		min-width: 100%;
	}

	.showBig {
		display: none ;
	}
	.showSmall {
		display: unset;
	}

	.contItem .casesPresentation .prItem>div {
		padding: 15px;
	}
	.followUs .followItem{
		padding:0 15px;
	}
	
	.corporateNews .newsImgContList>div{
		width: calc(50% - 10px);
	}
	.contItem .casesPresentation{
		flex-wrap: wrap;
	}
	.contItem .casesPresentation .prItem{
		width: calc(50% - 15px);
		margin-bottom: 10px;
	}
	.strengthDescriptionLs .strengthDItem .strengthImg{
		margin-top: 20px;
	}
	.strengthDescriptionLs .strengthDItem{
		padding: 20px 0;
	}
	.newsImgContList .newsImgCont:nth-child(2){
		display: none;
	}
	.productIllustrate .illustrateCont {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		margin-top: 15px;
	}
}

@media screen and (max-width:750px) {
	.newsImgContList .newTime {
		font-size: 12px;
		line-height: 18px;
		margin-top: 5px;
	}

	.logoImg {
		display: none;
	}

	.consultTit {
		font-size: 18px;
	}

	.consultIntro {
		font-size: 12px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}

	.bannerBig {
		display: none;
	}

	.bannerSmall {
		display: block;
	}


	.hidSmall {
		/* display: none !important; */
	}

	.pcIndexBrand {
		padding:48px 0;
	}

	.pcIndexBrand h3,
	.productCls h3 {
		font-size: 20px;
		margin-bottom: 0;
		/* margin-top: 36px; */
	}

	.baseContent {
		padding: 0 4vw;
		width: 100vw;
		box-sizing: border-box;
	}

	.brandBox {
		display: flex;
		justify-content: space-between;
		/* align-items: center; */
		flex-wrap: nowrap;
		margin-top: 36px;
		overflow: scroll;
		width: 100%;
	}
	.brandBox .brandItem {
		min-width: 70vw;
		max-width: 70vw;
		background-color: #fff;
		margin-right: 20px;
	}

	.brandCont {
		min-height: unset;
		padding: 20px;
	}

	.productCls {
		padding: 48px 0;
	}

	.productCls .productLs {
		justify-content: space-between;
		margin-top: 30px;
	}

	.productCls .productLs .productItem,
	.productCls .productLs .productItemMore {
		width: calc(33.3% - 1%);
		padding: 12px;
		margin-bottom: 6px;
	}

	.productItem p,
	.productItemMore p {
		font-size: 14px;
	}

	.productItem img,
	.productItemMore img {
		width: 70px;
		margin: auto;
	}

	.productCls .productLs .productItem a {
		pointer-events: none;
	}


	.homeService {
		border: 15px solid #F6F6F6;
		border-bottom: 80px solid #f6f6f6;
		margin-top: 36px;
		height: unset;
		padding: 15px;
	}

	.consultFlexBox {
		display: block;
		height: unset;
	}

	.consultContBox {
		margin-left: 120px;
		height: unset;
	}

	.serviceImg {
		max-width: 140px;
		left: 0;
	}

	.consultContBtn {
		top: unset;
		left: 0;
		right: 0;
		bottom: -66px;
		justify-content: space-between;
	}

	.consultBtnOne {
		margin: 0;
		width: calc(50% - 5px);
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.consultBtnTwo {
		margin: 0;
		width: calc(50% - 5px);
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.companyProfile .companyProfileImg {
		display: block;
		padding: 48px 15px;
	}

	.companyProfile .profileContTit {
		font-size: 20px;
		text-align: center;
		margin-bottom: 36px;
		font-weight: bold;
		
	}

	.companyProfile .companyProfileImg .companyImg {
		min-width: unset;
	}

	.companyProfileImg .profileContTxt {
		margin-top: 15px;
	}

	.profileStrength span {
		font-size: 25px;
	}

	.showBig {
		display: none !important;
	}
	.showSmall {
		display: block;
	}

	.profileMore {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 0;
		margin-top: 25px;
	}

	.strengthDescriptionLs .strengthDItem .strengthImg {
		margin-top: 20px;
	}

	.strengthImg img {
		max-width: 60px;
	}

	.strengthDescriptionLs .strengthDItem .strengthTit {
		margin: 15px 0;
		font-size: 14px;
	}

	.practicalCases .practicalCasesTit {
		height: unset;
		font-size: 20px;
		line-height: unset;
		padding: 48px 0 36px 0;
	}

	.casesLsBox .casesLs {
		width: 100%;
		overflow: scroll;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 15px 0;
	}
	.casesLsBox .casesLs span{
		display: none;
	}
	.casesLsBox .casesLs .casesItem {
		min-width: 20vw;
		max-width: 20vw;
		text-align: center;
		border-top: 2px solid rgba(255, 255, 255, 0);
		background: #f6f6f6;
		margin-bottom: 10px;
		border-radius: 3px;

	}
	.casesLsBox .casesLs .casesItem a{
		color: #555;
	}
	.casesLsBox .casesLs .active a{
		color: #063eaa;
		font-weight: bold;
	}
	.casesLsBox .casesLs a {
		pointer-events: none;
		height: 40px;
		line-height: 40px;
	}
	.casesLsBox .casesLs .active{
		/* border-top: 2px solid #97c1f6; */
	}
	.casesLsBox .casesLs .casesItem:last-child a{
		pointer-events: unset;
	}
	.practicalCases .casesLsBox {
		padding: 10px 0 48px 0;
	}

	.casesLsBox .contLs {
		padding: 15px;
	}

	.contLs .contItem .contItemTit {
		font-size: 20px;
	}

	.contLs .contItem .contItemTxt {
		margin-top: 15px;
	}

	.contItem .casesPresentation {
		display: block;

		margin-top: 20px;
	}

	.contItem .casesPresentation .prItem {
		width: 100%;
		display: none;
	}

	.casesTxt {
		padding: 10px 15px;
		background-color: #fff;
	}

	.contItem .casesPresentation .prItem h3 {
		font-size: 16px;
		min-height: unset;
		margin-bottom: 10px;
	}

	.contItem .casesPresentation .prItem:first-child{
		display: block;
	}
	.corporateNews{
		margin-top: 24px;
	}
	.corporateNews h3{
		font-size: 20px;
	}
	.corporateNews .newsImgContList{
		margin-top: 36px;
		margin-bottom: 48px;
		display: block;
	}
	.corporateNews .newsImgContList>div{
		padding: 0;
		width: 100%;
	}
	.corporateNews .newsImgContList>.newsList{
		margin-top: 15px;
	}
	.newsImgCont>a{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}
	.newsImgContList .newTit{
		font-size: 16px;
	}

	.newsImgContList .newsImgCont .newImg{
		width: 160px;
	}
	.newsImgContList .newsImgCont .newTxt{
		width: calc(100% - 170px);
	}
	.newsImgContList .newsImgCont .newImg img{
		margin: 0;
		vertical-align: top;
	}
	
	.newsImgContList .newsImgCont .newCont{
		-webkit-line-clamp: 2;
		height: unset;
		margin-top: 10px;
		font-size: 12px;
		line-height: 18px;
	}
	.followUs{
		height: unset;
		align-items: stretch;
		margin-top: 0;
		margin-bottom: 0;
	}
	.followUs>span{
		height: unset;
	}
	.followUs .followItem{
		display: block;
		padding: 15px;
		text-align: center;
		/* background-color: #063eaa; */
	}
	.followUs .followItem img{
		width: 70px;
		margin: auto;
	}
	.followUs .followItem .followTxt span{
		font-size: 14px;
	}
	.followUs .followItem .followTxt{
		margin: 0;
	}
	.hoverShow{
		display: none;
	}
	.hoverHid{
		display: block;
	}
	.followUs .followItem:hover .hoverShow {
		display: none;
	}
	
	.followUs .followItem:hover .hoverHid {
		display: block;
	}
	.corporateNews .newsImgContList>.newMore{
		width: 100%;
		text-align: center;
		background-color: unset;
		margin-top: 24px;
	}
	.newMore a{
		height: 46px;
		text-align: center;
		line-height: 46px;
		display: block;
		font-size: 18px;
		color: #fff;
		border-radius: 50px;
		background: #063eaa;
	}

	.friendshipLink{
		background-color: #f8f8f8;
		padding: 15px 0;
	}
	.friendshipLink a{
		margin-right: 10px;
		display: inline;
		line-height: 24px;
	}
	
	.industryPartners{
		padding: 48px 0;
	}
	.showBigBox{
		display: none;
	}
	.bottom-button-prev{
		left: 20px;
	}
	.bottom-button-next{
		right: 20px;
	}
	.bottom-button-prev:hover,
	.bottom-button-next:hover{
		background: #fff;
	}
	.bottom-button-prev:hover span,
	.bottom-button-next:hover span{
		color: #000;
	}


}