


/* 移动端 */
@media (max-width:1280px){
	
	.pageWidth{
		margin: 0 auto;
	}
	/* 轮播图 */
	.carousel{
		width: 100%;	
		height: 43.75rem;
		background-color: #3385ff;
	}
	.carousel .swiper {
	    width: 100%;
	    height: 100%;
		position: relative;
		--swiper-navigation-size:0;
	}
	.carousel .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;
		position: relative;
	}
	
	.carousel .swiper-slide img {
		width: 100%;
		height: 43.75rem;
	    display: block;
	    object-fit: cover;
	}
	.carousel .swiper-slide .pcImg {
		display: none;
	}
	.carousel .swiper-slide .phonePic {
		width: 100%;
		height: 100%;
	}
	.carousel .swiper .swiper-button-prev,
	.carousel .swiper .swiper-button-next{
		display: none;
	}
	.swiperBtn{
		position: absolute;
		width: 12.5rem;
		height: 4.5rem;
		background: #FB842E;
		border-radius: 3.625rem;
		font-size: 1.75rem;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		line-height: 4.5rem;
		top: 23.75rem;
		left: 2rem;
	}




	/* 热门搜索关键词 */
	.hotWord{
		width: 42.875rem;
		height: 17rem;
		position: absolute;
		top: 43rem; left: 0; right: 0; bottom: 0;
		margin: 0 auto;
		font-size: 1.75rem;
		border-radius: 0.5rem;
		box-shadow:0 10px 30px  rgba(0, 0, 0, 0.1);
		background-color: #fff;
		padding-left:1.25rem;
		z-index: 100;
	}
	.hotWord .hotLeft{
		height: 10rem;
		position: absolute;
		top: 6.4rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.hotWord .hotLeft .hotContentItem{
		margin-right:2.7rem ;
	}
	.box{
		height: 1.5rem;
		border-left: 1px #999 solid;
		margin-right: 2.5rem;
	}
	.hotWord .hotLeft .hotContent a{
		color: #999;
	}
	.hotWord .hotLeft .pic1{
		width: 2rem;
		height: 2rem;
		margin-right: 0.5rem;
	}
	.hotWord .hotLeft .hotTitle{
		height: 2.25rem;
		font-size: 1.75rem;
		margin-right:1.25rem;
	}
	.hotWord .hotRight{
		width: 40.375rem;
		height: 4.5rem;
		background-color: #f5f5f5;
		border-radius: 0.5rem;
		display: flex;
		position: absolute;
		align-items: center;
		top:1rem;
	}
	.hotWord .hotRight .picSearch{
		width: 2.5rem;
		height: 2.5rem;
		margin-right: 1rem;
	}
	.hotWord .hotRight .intsearch{
		width: 35rem;
		height: 4rem;
		border: none;
		outline: none;
		background-color: #f5f5f5;
	}

	
	/* 关于s15全球总决赛 */
	.about{
		width: 100%;
		/* height:72.375rem; */
		padding-top: 14rem;
		padding-left: 2rem;
		
	}
	.about .aboutTitle{
		height:3.25rem;
		margin-bottom:2.5rem;
		font-size: 2.5rem;
		font-weight: bold;
		text-align: center;
	}
	.about .aboutContent{
		width: 42.875rem;
		font-size: 1.75rem;
		line-height: 3rem;
		margin: 0 auto;
	}
	.about .acLeft .acLeftTitle{
		font-size: 2rem;
		font-weight: bold;
		margin-bottom:1.5rem;
	}
	.about .acLeft .acLeftContent{
		width: 42.875rem;
		/* height: 15rem; */
		color: #666666;
		margin-bottom: 3rem;
	}
	.about .acLeft .understand a{
		display: block;
		color:#333;
		width: 15.625rem;
		height: 3.5rem;
		display: flex;
		align-items: center;
		font-size: 2rem;
		font-weight: bold;
		justify-content: space-between;
	}
	.understand a .picUnderstand{
		width:6.25rem;
		height:3rem;
	}
	.about .aboutContent .acRight{
		height: 25rem;
		position: relative;
		margin-left: 15rem;
		right: -1.05rem;
	}
	
	.about .aboutContent .blue{
		width: 46.875rem;
		height: 12.75rem;
		background:linear-gradient(349deg, #2C49FC 0%, #31CEFF 100%);
		position: absolute;
		right:2.125rem;
		bottom: 0;
		z-index: -1;
	}


	/* 过滤系统 */
	.filtration{
		width: 100%;
		background-color: #F5F5F5;
		padding-top:4rem;
	}
	.filtration .pageWidth{
		width: 42.875rem;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.filtration .filtrationTitle,
	.filtration .filtrationTitle2,
	.industry .industryTitle,
	.news .newsTitle{
		height: 3.25rem;
		margin: 0 auto 2.5rem;
		font-weight: bold;
		color: #333333;
		font-size:2.5rem;
		text-align: center;
	}
	
	.filtration .filtrationTitle2{
		margin-top:2.75rem ;
	}
	.filtration .filtrationImg,
	.filtration .filtrationImg2{
		display: flex;
		justify-content: space-between;
	}
	.filtrationItem{
		width: 20.875rem;
		height: 25.375rem;
		margin-bottom: 1.25rem;
	}
	.filtration .filtrationItem .imgBox{
		width: 20.875rem;
		height: 13.5rem;
		overflow: hidden;
	}
	.filtration .filtrationItem .imgContent{
		height:11.875rem;
		padding:0 8px;
		background: #C1D4FF;
		border-radius: 0px 0px 0.5rem 0.5rem;
		padding-top: 2rem;
	}
	.filtration  .filtrationItem .imgContent .imgitemContent{
		width: 18.875rem;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		color: #666666;
	    line-height: 2.75rem;
		font-size: 1.75rem;
	}	
	
	.filtration .filtrationItem .imgContent .line{
		display: none;
	}
	.filtration a .filtrationItem .imgContent .imgTitle{
		font-size:2rem;
		font-weight: bold;
		color: #333;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}



	/* 行业应用 */
	.industry{
		width: 100%;
		/*height: 272rem;*/
		background-image: url("/assets/index/images/home/Slice42.png");
		background-size: 46.875rem 23.875rem;
		background-position:center top;
		background-position:top;
		background-repeat: no-repeat;
		padding-top: 4rem;
		padding-bottom: 3rem;
		position: relative;
		background-color: #f5f5f5;
		margin: 0 auto;
		position: relative;
	}
	.industry .pageWidth{
		width: 42.875rem;
		margin: 0 auto;
	}
	.industry .industryTitle{
		color: #fff;
	}
	.industryNav{
		display: none;
	}
	.industry .industryBottom{
		width: 42.875rem;
		height: 41.375rem;
		margin: 0 auto 2rem;
		background-color: #fff;
	}
	.industry .industryBottom .industryImg{
		width: 42.875rem;
		height: 18.5rem;
	}
	
	.industry .industryBottom .industryContent{
		height: 22.875rem;
		padding: 2rem 0 0 12px;
	}
	.industry .industryBottom .industryContent1{
		
		height: 2.625rem;
		font-size: 2rem;
		font-weight: bold;
		color: #333333;
		margin-bottom: 1.5rem;
	}
	.industry .industryBottom .industryContent2{
		width: 38.375rem;
		height: 2.25rem;
		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 .industryBottom .industryContent3{
		width: 39.875rem;
		height: 6rem;
		font-size: 1.75rem;
		color: #666666;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 3rem;
	}
	.ads{
		display: none;
	}
	.industry .industryBottom .understand a{
		display: block;
		width: 234px;
		height: 60px;
		display: flex;
		align-items: center;
		font-size: 20px;
		font-weight: bold;
		color: #333;
	}
	.industry .industryBottom2{
		display: block;
	}


	/* 新闻中心 */
	.news{
		width: 100%;
		height: 99.75rem;
		padding-top:4rem;
		position: relative;
	}
	.news .pageWidth{
		width: 42.875rem;
		margin: 0 auto;
	}
	.news .newsTitle{
		margin-bottom:2.5rem;
	}
	.news .newsContent .newsLeft{
		position: absolute;
		top: 45.75rem;
	}
	.news .newsContent .newsLeft .leftItem{
		width:42.875rem;
		height:18.125rem;
		border-bottom: 0.125rem solid #efefef;
		margin-bottom: 3rem;
	}
	.news .newsContent .newsLeft .leftItem .leftItem1{
		font-size: 2rem;
		font-weight: bold;
		color: #333333;
		margin-bottom: 3rem;
	}
	.news .newsContent .newsLeft .leftItem .leftItem2{
		width: 42.875rem;
		height: 7rem;
		font-size: 1.75rem;
		color: #666666;
		line-height: 3.5rem;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: 1.25rem;
	}
	.news .newsContent .newsLeft .leftItem .leftItem3{
		height: 28px;
		display: flex;
		line-height: 28px;
		font-weight: 400;
		color: #999999;
		align-items: center;
	}
	.news .newsContent .newsLeft .leftItem .leftItem3 .picNewLeft{
		width:2.5rem;
		height:2.5rem;
		margin-right:1rem;
	}
	.news .newsContent .newsRight{
		width: 42.875rem;
		height: 33rem;
		position: absolute;
		top: 9.75rem;
		margin: 0 auto;
	}
	.news .newsContent .newsRight .picNews{
		width: 42.875rem;
		height: 33rem;
	}
	.news .newsContent .newsRight .mask{
		width: 42.875rem;
		height: 18.125rem;
		position: absolute;
		bottom: 0;
		background: rgba(176,192,232,0.9);
		padding: 1.5rem 0 0 1.5rem;
	}
	.news .newsContent .newsRight .mask .btn{
		width: 10.75rem;
		height: 4.75rem;
		background: linear-gradient(356deg, #2C49FC 0%, #31CEFF 100%);
		border-radius: 0.5rem;
		text-align: center;
		line-height: 4.75rem;
		margin-bottom: 2.125rem;
		font-size: 1.75rem;
		font-weight: bold;
		color: #FFFFFF;
	}
	.mask .maskTitle{
		display: flex;
		align-items: center;
	}
	.mask .maskTitle .titleItem1{
		width: 28rem;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 2rem;
		font-weight: bold;
		color: #333333;
		margin:0 1.5rem 1.25rem 0;
	}
	.mask .maskTitle .titleItem2{
		font-size: 1.75rem;
		color: #666666;
	}
	.mask .maskContent{
		width: 39.875rem;
		font-size: 1.75rem;
		font-weight: 400;
		color: #666666;
		line-height: 2rem;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.mask .line{
		width: 39.875rem;
		border: 0.125rem solid #333333;
	}
	
}



/*PC端*/
@media (min-width: 1280px){


	/* 轮播图 */
	
	.carousel .swiper {
        width: 100%;
        height: 100%;
		position: relative;
		--swiper-navigation-size:0;
    }
	.carousel .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;
		position: relative;
    }

	.carousel .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	.carousel .swiper-slide .phonePic {
		display: none;
	}
	.carousel .swiper .swiper-button-prev,
	.carousel .swiper .swiper-button-next{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 4.1667vw;
		height: calc(88 / 88 * 4.1667vw);
		z-index: 1000;
	}
	.carousel .swiper .rot{
		left: 100px;
	}
	.carousel .swiper .rat{
		right: 100px;
	}
	.swiperBtn{
		position: absolute;
		width: 128px;
		height: 48px;
		background: #FB842E;
		border-radius: 29px 29px 29px 29px;
		text-align: center;
		line-height: 48px;
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
		top: 62%;
		left: 14%;
	}
	

	/* 热门 */


	/* 关于s15全球总决赛 */
	.about{
		height: 620px;
	}
	.about .aboutTitle{
		height: 42px;
		margin: 124px auto 40px;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
	}
	.about .aboutContent{
		width: 72.92vw;
		position: relative;
	}
	.about .acLeft .acLeftTitle{
		/*width: 400px;*/
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 24px;
	}
	.about .acLeft .acLeftContent{
		width: calc(49.43%);
		font-weight: 400;
		color: #666666;
		line-height: 28px;
		margin-bottom: 88px;
	}
	.about .acLeft .acLeftContent2{
		width: 692px;
		height: 56px;
		font-weight: 400;
		color: #666666;
		line-height: 28px;
		margin-bottom: 76px;
	}
	.about .acLeft .understand a{
		display: block;
		width: 234px;
		height: 60px;
		display: flex;
		align-items: center;
		font-size: 20px;
		font-weight: bold;
	}
	.understand a .picUnderstand{
		width: 122px;
		height: 60px;
	}
	.understand a{
		color: #333;
	}
	.understand a span{
		margin-right: 28px;
	}
	.about .aboutContent .acRight{
		position: absolute;
		bottom: 0;
		right: 0;
		width: calc(43.5%);
		height: auto;
	}
	.about .aboutContent .acRight img{
		width: 82.27%;
		height: calc(428 / 501 * 24.292vw);
		float: right;
	}
	.about .aboutContent .blue{
		width: 100%;
		height: calc(166 / 609 * 120%);
		background:linear-gradient(349deg, #2C49FC 0%, #31CEFF 100%);
		border-radius: 0px 0px 4px 4px;
		position: absolute;
		z-index: -1;
		bottom: 0;
		right:0;
	}


	/* 过滤系统 */
	.filtration{
		width: 100%;
		background-color: #F5F5F5;
		padding-top: 76px;
	}
	.filtration .filtrationTitle,
	.industry .industryTitle,
	.news .newsTitle{
		width: 128px;
		height: 42px;
		margin: 0 auto 40px;
		font-weight: bold;
		color: #333333;
		font-size: 32px;
	}
	.filtration .filtrationTitle2{
		width: 64px;
		height: 42px;
		margin: 56px auto 40px;
		font-weight: bold;
		color: #333333;
		font-size: 32px;
		
	}
	.filtration a{
		color:#333;
	}
	.filtration .filtrationImg,
	.filtration .filtrationImg2{
		display: flex;
		flex-wrap: wrap;
	}
	.filtration .filtrationImg a,
	.filtration .filtrationImg2 a{
		width: calc(32.1428%);
		margin-right: .8854vw;
	}
	.filtration .filtrationImg a:nth-child(3n),
	.filtration .filtrationImg2 a:nth-child(3n){

		margin-right: 0;
	}
	.filtrationItem{
		width: 100%;
		margin-bottom: 25px;
	}

	.filtration .filtrationItem .imgBox{
		width: 100%;
		height: calc(336 / 450 * 23.4375vw) ;
		overflow: hidden;
	}
	.filtration .filtrationItem .imgBox img{
		vertical-align: top;
	}
	.filtration .filtrationItem .imgContent{
		width: 100%;
		height: 148px;
		background: #C1D4FF;
		border-radius: 0px 0px 4px 4px;
		padding: 20px 20px 0 20px;
	}
	.filtration .filtrationItem:hover .imgContent{
		background-color: #2B47FC;
	}
	.filtration .filtrationItem:hover .imgContent .line{
		border: 2px solid #fff;
	}	
	.filtration a .filtrationItem:hover .imgContent .imgTitle,
	.filtration a .filtrationItem:hover .imgContent .imgitemContent{
		color: #fff;
	}	
	.filtration .filtrationItem .imgContent .line{
		width: 20px;
		border: 2px solid #333333;
	}
	.filtration .filtrationItem .imgContent .imgTitle{
		height: 26px;
		font-size: 20px;
		margin: 16px 0 10px 0;
		font-weight: bold;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.filtration .filtrationItem .imgContent .imgitemContent{
		line-height: 28px;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;

	}



	/* 行业应用 */
	.industry{
		width: 100%;
		height: 826px;
		background-image: url("/assets/index/images/home/Slice42.png");
		background-position:center top;
		background-position:top;
		background-repeat: no-repeat;
		padding-top: 76px;
		position: relative;
		background-color: #f5f5f5;
		margin: 0 auto;
		position: relative;
	}
	.industry .industryTitle{
		color: #fff;
	}
	.industryNav{
		height: 46px;
	}
	.industryNav{
		width:72.92vw;
		padding-left: calc((100% - 77.143%) / 2);
		padding-right: calc((100% - 77.143%) / 2);
		border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	.industryNav ul{
		display: flex;
		/* width:calc(82.07%); */
		justify-content: space-between;
		/* background-color: #2B47FC; */
		/* margin-bottom: 40px; */
	}
	.industryNav ul li{
		display: block;
		height: 45px;
		
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		user-select: none;
		cursor: pointer;
	}
	.adsa{
		display: none;
	}
	.industry ul li.current{
		color: #2B47FC;
		border-bottom: 2px solid #2B47FC;
	}
	.industry .ads{
		margin-top: 39px;
	}
	.industry .industryBottom{
		width: 72.92vw;
		height: calc(506 / 1400 * 72.92vw);
	/* 	position: absolute;
		top: 300px;left: 0;right: 0;bottom: 0; */
		margin: 0 auto;
		display: flex;
		background-color: #fff;
		border-radius: 8px;
		overflow: hidden;
		position: relative;
	}
	.industry .industryBottom .industryImg{
		width: 50%;
		height: 100%;
	}
	.industry .industryBottom2{
		display: none;
		display: flex;
	}
	.industry .industryBottom .industryContent{
		width: 50%;
		height: 100%;
		padding: 40px;
	}
	.industry .industryBottom .industryContent1{
		height: 26px;
		font-size: 20px;
		font-weight: bold;
		color: #333333;
		margin-bottom: 20px;
	}
	.industry .industryBottom .industryContent2{
		height: 21px;
		font-weight: bold;
		color: #333333;
		margin-bottom: 12px;
	}
	.industry .industryBottom .industryContent3{
		font-weight: 400;
		color: #666666;
		line-height: 28px;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}
	.industry .industryBottom .understand{
		position: absolute;
		bottom: 8%;
	}
	.industry .industryBottom .understand a{
		display: block;
		width: 234px;
		height: 60px;
		display: flex;
		align-items: center;
		font-size: 20px;
		font-weight: bold;
	}

	/* 新闻中心 */
	.news{
		width: 100%;
		height:830px;
		padding-top: 76px;
	}
	.news .newsTitle{
		margin-bottom:40px ;
	}
	.news .newsContent{
		display: flex;
		width: 100%;
	}
	.news .newsContent .newsLeft{
		width: 37.143%;
		height: 493px;
		margin-right: 142px;
	}
	.news .newsContent .newsLeft .leftItem{
		width: 100%;
		height: 206px;
		border-bottom: 1px solid #efefef;
		margin-bottom: 48px;
	}
	.news .newsContent .newsLeft .leftItem .leftItem1{
		font-size: 20px;
		font-weight: bold;
		color: #333333;
		margin-bottom: 24px;
	}
	.news .newsContent .newsLeft .leftItem .leftItem2{
		font-size: 16px;
		font-weight: 400;
		color: #666666;
		margin-bottom: 48px;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.news .newsContent .newsLeft .leftItem .leftItem3{
		height: 28px;
		display: flex;
		line-height: 28px;
		font-weight: 400;
		color: #999999;
	}
	.news .newsContent .newsLeft .leftItem .leftItem3 .picNewLeft{
		width:24px ;
		height: 24px;
		margin-right: 10px;
	}
	.news .newsContent .newsRight{
		width: calc(54.714%);
		height: 493px;
		position: relative;
	}
	.news .newsContent .newsRight .picNews{
		width: 100%;
		height: 493px;
	}
	.news .newsContent .newsRight .mask{
		width: 100%;
		height: 201px;
		position: absolute;
		bottom: 0;
		background: rgba(176,192,232,0.9);
		padding: 24px 28px 0 28px;
	}
	.news .newsContent .newsRight .mask .btn{
		width: 94px;
		height: 46px;
		background-color:rgba(47,154,254,1);
		border-radius: 4px 4px 4px 4px;
		color: #fff;
		text-align: center;
		line-height: 46px;
		margin-bottom: 19px;
	}
	.mask .maskTitle{
		height:28px;
		display: flex;
	}
	.mask .maskTitle .titleItem1{
		width: 387px;
		height: 26px;
		font-size: 20px;
		font-weight: bold;
		color: #333333;
		margin-right: 28px;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.mask .maskTitle .titleItem2{
		width: 89px;
		height: 28px;
		font-weight: 400;
		color: #666666;
		line-height: 28px;
		white-space: nowrap;
	}
	.mask .maskContent{
		height: 43px;
		font-weight: 400;
		color: #666666;
		margin:21px 0 8px;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.mask .line{
		width: 100%;
		border: 1px solid #93a0be
	}
	
	
}

















