@media (max-width:1280px){
	
	
	/* 轮播图 */
	.carousel{
		width: 100%;
		height: 27.5rem;
		background-color: #3385ff;
		position: relative;
	}
	.carousel .carouselPic_mebile{
		width: 100%;
		height: 27.5rem;
	}
	.carousel .carouselCircle{
		width: 5rem;
		height: 5rem;
		background: #FB842E;
		border-radius: 50%;
		position: absolute;
		top: 5.125rem;
		left: 2rem;
	}
	.carousel .carouselTitle{
		position: absolute;
		top: 4.625rem;
		left: 4.75rem;
		font-size: 2.5rem;
		font-weight: bold;
		color: #FFFFFF;
	}
	.carousel .carouselEnglish{
		position: absolute;
		top: 8.125rem;
		left: 4.75rem;
		font-size: 2rem;
		font-weight: bold;
		color: #FFFFFF;
	}



	

	/* 行业应用 */
	.about_all{
		width: 100%;	
		background-color: #f5f5f5;
		padding-bottom: 4rem;
	}
	.about_all .aboutPage{
		width: 42.875rem;
		margin: 0 auto;
		padding-top:14.125rem;
		position: relative;
	}
	.about_all .aboutPage .address{
		height: 2rem;
		display: flex;
		align-items: center;
		float: right;
	}
	.about_all .aboutPage .address .addressBottom,
	.about_all .aboutPage .address .addressBottom a{
		font-size: 1.5rem;
		color: #999;
	}
	.about_all .aboutPage .address .picAddress{
		width:2rem;
		height: 2rem;
	}
	.about_all .aboutPage .addressLine{
		width: 42.875rem;
		border-bottom: 0.125rem #E9E9E9 solid;
		margin-top: 3.5rem;
	}
	/* 行业应用 */
	.industry{
		width: 100%;
		padding-top: 4rem;
		margin: 0 auto;
	}
	.industry .pageWidth{
		width: 42.875rem;
		margin: 0 auto;
	}
	.industry .industryTitle{
		font-size: 2.5rem;
		font-weight: bold;
		color: #333333;
		text-align: center;
		margin-bottom: 2.5rem;
	}
	.industryNav{
		display: none;
	}
	.industry .qwe .industryBottom{
		display: block;
		width: 42.875rem;
		margin: 0 auto 2rem;
		background-color: #fff;
		padding-bottom: 2rem;
		border-radius: 0 0 0.5rem 0.5rem;
	}
	.industry .qwe .industryBottom .industryImg{
		width:100%;
		height: 100%;
	}

	.industry .qwe .industryBottom .industryContent{
		padding: 2rem 1.5rem 0 1.5rem;
	}
	.industry .qwe .industryBottom .industryContent1{
		font-size: 2rem;
		font-weight: bold;
		color: #333333;
		margin-bottom: 1.5rem;
	}
	.industry .qwe .industryBottom .industryContent2{
		font-size: 1.75rem;
		font-weight: bold;
		color: #333333;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin-bottom: 1rem;
	}
	.industry .swiper-button-prev,
	.industry .swiper-button-next{
		display: none;
	}
	.industry .qwe .industryBottom1 .understand{
		display: none;
	}
	.industry .qwe .industryBottom1 .industryContent3{
		font-size: 1.75rem;
		color: #666666;
		line-height: 3rem;
	}
	.industry .qwe .industryBottom2 .industryContent3{
		font-size: 1.75rem;
		color: #666666;
		line-height: 3rem;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.industry .industryBottom .understand{
		display: flex;
		align-items: center;
		font-weight: bold;
		margin-top: 2rem;
	}
	#swiperOne{
		display: none;
	}
	.understand .picUnderstand{
		width:6.25rem;
		height:3rem;
	}
	.understand span{
		font-size: 2rem;
		color: #333333;
	}

	
	
	/* 成功案例 */
	.succeed{
		width: 100%;
		background-color: #fff;
		
		margin-bottom: 14.75rem;
	}
	.succeed .succeedPic{
		width: 100%;
		height: 12.75rem;
		margin: 0 auto;
		background-image: url(/assets/index/css/'../images/apply/Slice180(6).png');
		background-size: 100% 34.25rem;
		padding-top: 4rem;
	}
	.succeed .succeedPic .succeedTitle1{
		font-size: 2.5rem;
		text-align: center;
		font-weight: bold;
		color: #FFFFFF;
		margin-bottom:1.25rem;
	}
	.succeed .succeedPic .succeedTitle2{
		text-align: center;
		font-size: 1.75rem;
		color: #FFFFFF;
	}
	.succeed .succeedCarouselAll{
		/* position: absolute; */
		/* top: 12.75rem; */
		/* left: 0;right: 0; */
		margin: 0 auto;
	}
	.succeed .succeedCarouselAll .succeedCarousel{
		height: 22.75rem;
		position: relative;
	}
	
	.succeed .succeedCarouselLine_m{
		height: 22.5rem;
		border-left: 1px solid #FFFFFF;
		position: absolute;
		top: 18.125rem;
		left: 3rem;
		z-index: 1;
	}
	.succeed .succeedCarousel_madoil .item_m{
		width: 30rem;
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 1.75rem;
		position: absolute;
		left: 2rem;
		top: 16.125rem;
		z-index: 2;
	}
	.succeed .succeedCarousel_madoil .item_m .lineItemB_m{
		width: 2rem;
		height: 2rem;
		background-color: #fff;
		border-radius: 50%;
		margin-right: 0.75rem;
	}
	.succeed .succeedCarousel_madoil .item_m .lineItemS_m{
		width: 1rem;
		height: 1rem;
		background-color: #FB842E;
		border-radius: 50%;
		position: absolute;
		left: 0.5rem;
	}
	.succeed .succeedCarouselAll .pc{
		display: none;
	}
	
	
}






/*PC端*/
@media screen and (min-width: 1280px) {
	
	.pageWidth{
		width: 79%;
		margin: 0 auto;
	}

	/* 轮播图 */
/* 	.carousel{
		width: 1920px;
		height: 530px;
		margin: 0 auto;
		position: relative;
	}
	.carousel .carouselPic_pc{
		width: 1920px;
		height: 530px;
	}
	.carousel .carouselCircle{
		width: 68px;
		height: 68px;
		background: #FB842E;
		border-radius: 50%;
		position: absolute;
		top: 167px;
		left: 260px;
	}
	.carousel .carouselTitle{
		position: absolute;
		top: 157px;
		left: 282px;
		font-size: 36px;
		font-weight: bold;
		color: #FFFFFF;
	}
	.carousel .carouselEnglish{
		position: absolute;
		top: 213px;
		left: 282px;
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
	} */





	

	/* 行业应用 */
	.about_all{
		width: 100%;
		height: 972px;
		background-color: #f5f5f5;
	}
	.about_all .aboutPage{
		padding-top:126px;
		position: relative;
	}
	.about_all .aboutPage .address{
		height: 24px;
		display: flex;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.about_all .aboutPage .address .addressBottom{
		color: #999;
	}
	.about_all .aboutPage .address .addressBottom a{
		color: #999;
	}
	.about_all .aboutPage .address .picAddress{
		width:24px;
		height: 24px;
	}
	.about_all .aboutPage .addressLine{
		width: 72.916vw;
		border-bottom: 1px #E9E9E9 solid;
		margin-top:54px;
		margin-bottom: 40px;
	}
	.industry{
		width: 100%;
		position: relative;
		background-color: #f5f5f5;
		margin: 0 auto;
		position: relative;
	}
	.industry .industryTitle{
		font-size: 32px;
		font-weight: bold;
		color: #333333;
		text-align: center;
	}

	.industryNav{
		width:72.916vw;
		height: 46px;
		padding-left: calc((100% - 77.143%) / 2);
		padding-right: calc((100% - 77.143%) / 2);
		border-bottom: 1px solid rgba(0,0,0,0.1);
		margin-bottom: 40px;
		margin-top: 40px;
	}
	
	
	/* 轮播图 */
	.industry .swiper {
	    width: 100%;
	    height: 100%;
		
	}
	.industry .swiper-slide {
	    text-align: center;
	    font-size: 18px;
	    background: #fff;
	    /* Center slide text vertically */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	}
	
	.industry .swiper-slide img {
		width: 100%;
		height: 100%;
	    display: block;
	    object-fit: cover;
	}
	.industry .swiper-slide .phonePic{
		display: none;
	}
	.industry .swiper-button-prev,
	.industry .swiper-button-next{
		position: absolute;
		top: 65%;
		color: #474747;
	}
	.industry .swiper-button-prev{
		left: -108px;
	}
	.industry .swiper-button-next{
		right:-108px ;
		
	}
	.industry .qwe{
		display: none;
	}

	.industryNav ul{
		display: flex;
		justify-content: space-between;
	}
	.industryNav ul li{
		display:block;
		height: 46px;
		text-align: center;
		font-size: 20px;
		color: #666;
	}
	.industry ul li.active,
	.industry ul li:hover{
		color: #2B47FC;
		border-bottom: 2px solid #2B47FC;
		font-weight: bold;
	}
	.industry .industryBottom{
		display: blovk;
		width: 72.92vw;
		margin: 0 auto;
		display: flex;
		background-color: #fff;
		border-radius: 8px;
		overflow: hidden;
	}
	
	.industry .industryBottom2{
		/* display: none; */
		
	}
	.industryBottom .industryImg{
		width: 50%;
		height: calc(506 / 1400 * 72.62vw);
	}
	.industry .industryBottom .industryContent{
		width: 50%;
		height: calc(506 / 1400 * 72.62vw);
		padding: 40px;
		background-color: #2B47FC;
	}
	.industry .industryBottom .industryContent1{
		height: 26px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 20px;
		text-align: left;
	}
	.industry .industryBottom .industryContent2{
		height: 21px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 12px;
		text-align: left;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}
	.industry .industryBottom .industryContent3{
		font-size: 16px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 28px;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;

		
	}
	.industry .industryBottom .industryContentOne .industryContent4{
		display: none;
	}


	/* 成功案例 */
	.succeed{
		width: 100%;
		height: 977px;
		background-color: #fff;
		position: relative;
	}
	.succeed .succeedPic{
		width: 100%;
		height: 428px;
		margin: 0 auto;
		background-image: url('/assets/index/images/apply/Slice52.png');
		background-size: 100% 428px;
		background-repeat: no-repeat;
		padding-top: 108px;
	}

	.succeed .succeedPic .succeedTitle1{
		text-align: center;
		font-size: 32px;
		font-weight: bold;
		color: #FFFFFF;
		margin-bottom: 20px;
	}
	.succeed .succeedPic .succeedTitle2{
		text-align: center;
		font-size: 20px;
		color: #FFFFFF;
	}
	.succeed .succeedCarousel{
		position: absolute;
		top: 236px;left: 0;right: 0;
		margin: 0 auto;
		height: 560px;
	}
	.succeed .succeedCarousel .mobile_pic{
		display: none;
	}
	.succeed .succeedCarousel1{
		display: none;
	}
	.succeed .pc .succeedCarouselLine{
		width: 61.0416%;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		position: absolute;
		bottom: 230px;left: 0;right: 0;
		margin:auto;
		z-index: 10000;
	}
	.succeed .succeedCarouselLine .item{
		width: 64px;
		position: absolute;
		top: -48px;
		cursor: pointer;
	}
	.succeed .succeedCarouselLine .item .con{
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 12px;
		white-space: nowrap;
		width: 163px;
    	margin-left: -43px;
	}
	.succeed .succeedCarouselLine .item .lineItemS{
		width: 12px;
		height: 12px;
		border-radius: 50%;
		position: absolute;
		left: 0;right: 0;
		top: 43px;
		margin: 0 auto;
		z-index: 2000;
	}
	.succeed .succeedCarouselLine .item .lineItemB{
		width: 32px;
		height: 32px;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		left: 0;right: 0;
		margin: 0 auto;
	}
	.succeed .succeedCarouselLine .item1{
		right:97%;
	}
	.succeed .succeedCarouselLine .item2{
		left:16%;
	}
	.succeed .succeedCarouselLine .item3{
		
		left:36%;
	}
	.succeed .succeedCarouselLine .item4{
		
		left:56%;
	}
	.succeed .succeedCarouselLine .item5{
		left:76%;
	}
	.succeed .succeedCarouselLine .item6{
		left:97%;
	}
	.succeed .succeedCarouselLine_m{
		display: none;
	}
}



@media (max-width:1500px) and (min-width:1280px){
	.industryNav ul li{
		font-size: 16px!important;
	}
}













