

/*移动端*/


@media (max-width:1280px){
	/* 轮播图 */
	
	.carousel{
		width: 100%;
		height: 27.5rem;
		background-color: #3385ff;
		position: relative;
	}
	.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;
	}



	

	/* 关于s15全球总决赛 */
	.about_all{
		width: 100%;
		height: 94.75rem;	
		background-color: #f5f5f5;
	}
	.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;
	}
	.about_all .aboutPage .about_content{
		width: 42.875rem;
		position: relative;
		padding-top: 4rem;
	}
	.about_all .aboutPage .about_content .about_title{
		font-size: 2.5rem;
		font-weight: bold;
		color: #333333;
		text-align: center;
		margin-bottom: 2.5rem;
	}
	
	.about_all .aboutPage .about_content .about_pic_con .about_con{
		width: 42.875rem;
		height: 31rem;
		background: #FFFFFF;
		border-radius: 0.5rem;
		border: 1px solid rgba(0,0,0,0.2);
		padding-top: 2.5rem;
		margin-bottom: 2rem;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic{
		width: 10rem;
		height: 9.5rem;
		margin: 0 auto 3.5rem;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_title{
		font-size: 2.5rem;
		text-align: center;
		font-weight: bold;
		color: #333333;
		margin-bottom: 1.25rem;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_con_con{
		font-size: 16px;
		text-align: center;
		color: #666666;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_btn.about_pic_btn_pc{
		display: none;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_btn{
		width: 15rem;
		height: 4.25rem;
		background: #FB842E;
		border-radius: 6.25rem;
		margin: 2rem auto 0;
		line-height: 4.25rem;
		text-align: center;
		font-size: 1.75rem;
		font-weight: bold;
		color: #FFFFFF;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_phone{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-weight: bold;
		color: #2B47FC;
		margin-top: 1.875rem;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_phone .about_pic_phone_pic{
		width: 3.75rem;
		height: 3.75rem;
		margin-right: 2.875rem;
	}

	/* 留言  */
	.message{
		width: 100%;
		height: 56rem;
		background-image: url('/assets/index/images/relation/Slice72.png');
		background-size: 100% 56rem;
		margin: 0 auto;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.message .pageWidth{
		width: 42.875rem;
		margin: 0 auto;
	}
	.message .messageTitle{
		font-size: 2.5rem;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 2.5rem;
	}
	.message .information .form{
		margin-bottom: 3rem;
	}
	.message .information .form input{
		width: 42.875rem;
		height: 4.75rem;
		border: none;
		outline: none;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		background-color: rgba(0, 0, 0, 0);
		color: #fff;
	}
	.message .information .form input::placeholder{
		font-size: 1.75rem;
		color: #fff;
	}
	.message .form2 .request{
		width: 42.875rem;
		height: 11.25rem;
		border: none;
		outline: none;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		background-color: rgba(0, 0, 0, 0);
		color: #fff;
	}
	.message .form2 .request::placeholder{
		font-size: 1.75rem;
		color: #fff;
		font-family: Microsoft YaHei;
	}
	.message .form2 p{
		width: 12.25rem;
		font-size: 1.75rem;
		color: #FFFFFF;
		margin-bottom:0 ;
		font-weight: 400;
	}
	.message .form2 input{
		width: 42.875rem;
		height: 9.5rem;
	}
	.message .messageBtn{
		width: 42.875rem;
		height: 4.25rem;
		background: #FB842E;
		border-radius: 0.5rem;
		text-align: center;
		line-height: 4.25rem;
		color: #fff;
		font-weight: bold;
		font-size: 1.75rem;
		margin-top: 2.5rem;
	}
	
	/* 热线合作 */
	.news{
		width: 100%;
		height: 136rem;
		background-color: #f5f5f5;
		padding-top: 7.5rem;
	}
	.news .pageWidth{
		width: 42.875rem;
		background-color: #fff;
		padding-top: 2.5rem;
	}
	.news .pageWidth .newsTitle{
		font-size: 2.5rem;
		font-weight: bold;
		color: #333333;
		text-align: center;
	}
	.news .pageWidth .newsPhone{
		font-size: 2rem;
		font-weight: bold;
		color: #2B47FC;
		text-align: center;
		margin-top: 0.625rem;
		margin-bottom: 1.875rem;
	}
	.news .pageWidth .newsInformation{
		margin: 0 auto;
		margin-bottom: 7.125rem;
	}
	.news .pageWidth .newsInformation .newsInformation_left .newsAddress{
		margin-bottom: 1.875rem;
	}
	.news .pageWidth .newsInformation .newsInformation_left .newsAddress .addressPic{
		width: 4rem;
		height: 4rem;
		margin: 0 auto 2rem;
	}
	.news .pageWidth .newsInformation .newsInformation_left .newsAddress .addressCon{
		width: 39.375rem;
		height: 2.875rem;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		font-size: 1.75rem;
		color: #333333;
		margin: 0 auto;
	}
	.news .pageWidth .newsInformation .newsInformation_right{
		width: 39.375rem;
		display: flex;
		justify-content: space-evenly;
		margin: 0 auto;
	}
	.news .pageWidth .newsInformation .newsInformation_right .rightPic{
		width: 15rem;
		height: 15rem;
		background: #FFFFFF;
		border-radius: 0.5rem;
		border: 1px solid rgba(0,0,0,0.2);
		overflow: hidden;
	}
	.news .news_pic{
		width: 42.875rem;
		height: 55.5rem;
		position: relative;
	}
	.news .news_pic .new_pic_address{
		width: 6rem;
		height: 7.125rem;
		position: absolute;
		left: 18rem;
		top:20.5rem;
	}
	.news .news_pic .news_pic_con{
		width: 33.375rem;
		height: 5.25rem;
		background: #FFFFFF;
		border-radius: 1.25rem;
		text-align: center;
		line-height:5.25rem;
		font-size: 1.75rem;
		color: #555555;
		position: absolute;
		left: 6rem;
		top:29rem;
	}
	
}



/* 轮播图 */


/*PC端*/
@media screen and (min-width: 1280px) {
	
	.pageWidth{
		width: 79%;
		margin: 0 auto;
	}
	/* 轮播图 */
	/* .carousel{
		width: 1920px;
		height: 530px;
		margin: 0 auto;
		position: relative;
	}
	.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;
	} */





	

	/* 关于s15全球总决赛 */
	.about_all{
		width: 100%;
		height: 708px;
		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.92vw;
		border-bottom: 1px #E9E9E9 solid;
		margin-top:54px;
	}
	.about_all .aboutPage .about_content{
		margin-top: 40px;
	}
	.about_all .aboutPage .about_content .about_title{
		font-size: 32px;
		font-weight: bold;
		color: #333333;
		text-align: center;
		margin-bottom: 42px;
	}
	.about_all .aboutPage .about_content .about_pic_con{
		width: inherit;
		display: flex;
		justify-content: space-between;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con{
		width: 687px;
		height: 329px;
		background: #FFFFFF;
		border-radius: 4px 4px 4px 4px;
		border: 1px solid rgba(0,0,0,0.2);
		padding-top: 32px;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic{
		width: 105px;
		height: 100px;
		margin: 0 auto 28px;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_title{
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		color: #333333;
		margin-bottom: 12px;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_con_con{
		font-size: 16px;
		text-align: center;
		color: #666666;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_btn.about_pic_btn_mabilo{
		display: none;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_btn{
		width: 128px;
		height: 48px;
		background: #FB842E;
		border-radius: 29px 29px 29px 29px;
		margin: 24px auto 0;
		line-height: 48px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_btn:hover{
		background: #FFAA05;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_phone{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-weight: bold;
		color: #2B47FC;
		margin-top: 27px;
	}
	.about_all .aboutPage .about_content .about_pic_con .about_con .about_pic_phone .about_pic_phone_pic{
		width: 29.92px;
		height: 29.92px;
	}
	
	/* 留言 */
	.message{
		width: 100%;
		height: 526px;
		background-image: url('/assets/index/images/relation/Slice72.png');
		background-size: 100% 526px;
		
		margin: 0 auto;
		padding-top:76px ;
	}
	.message .messageTitle{
		font-size: 32px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 28px;
	}
	.message .information{
		width: 72.92vw;
		display: flex;
		justify-content: space-between;
		margin-bottom: 48px;
	}
	.message .information .form{
		width: calc(31.9286%);
	}
	.message .information .form input{
		width: 100%;
		height: 80px;
		border: none;
		font-size: 20px;
		font-weight: 400;
		color: #FFFFFF;
		outline: none;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		background-color: rgba(0,0,0,0);
		color: #fff;
	}
	
	.message .information .form input::placeholder,
	.message .form2 .request::placeholder{
		color: #fff;
		
	}
	.message .form2 .request{
		width: 72.92vw;
		height: 76px;
		font-weight: 400;
		font-size: 20px;
		color: #FFFFFF;
		background-color:rgba(0, 0, 0, 0) ;
		outline: none;
		border: none;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.message .messageBtn{
		width: 340px;
		height: 48px;
		text-align: center;
		line-height: 48px;
		background: #FB842E;
		border-radius: 4px;
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
		margin: 52px auto 0;
	}
	.message .messageBtn:hover{
		background-color: #FFAA05;
	}
	/* 热线合作 */
	.news{
		width: 100%;
		background-color: #f5f5f5;
		padding-top: 76px;
		padding-bottom: 10%;
	}
	.news .pageWidth{
		background-color: #fff;
		padding-top: 40px;
	}
	.news .pageWidth .newsTitle{
		font-size: 32px;
		font-family: Microsoft YaHei-Bold, Microsoft YaHei;
		font-weight: bold;
		color: #333333;
		text-align: center;
	}
	.news .pageWidth .newsPhone{
		font-size: 32px;
		font-family: Microsoft YaHei-Bold, Microsoft YaHei;
		font-weight: bold;
		color: #2B47FC;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.news .pageWidth .newsInformation{
		width: calc(72.286%);
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 57px;
	}
	.news .pageWidth .newsInformation .newsInformation_left .newsAddress{
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.news .pageWidth .newsInformation .newsInformation_left .newsAddress .addressPic{
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}
	.news .pageWidth .newsInformation .newsInformation_left .newsAddress .addressCon{
		width: 29.270vw;
		height: 52px;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		font-size: 20px;
		color: #333333;
	}
	.news .pageWidth .newsInformation .newsInformation_right{
		display: flex;
	}
	.news .pageWidth .newsInformation .newsInformation_right .rightPic{
		width: 140px;
		height: 140px;
		background: #FFFFFF;
		border-radius: 4px 4px 4px 4px;
		border: 1px solid rgba(0,0,0,0.2);
		margin-right: 10px;
	}

	.news .news_pic{
		width: 72.92vw;
		height: calc(580 / 1400 * 72.92vw);
		position: relative;
	}
	.news .news_pic .new_pic_address{
		width: 64px;
		height: 74px;
		position: absolute;
		left: 43%;
		bottom:51%;
	}
	.news .news_pic .news_pic_con{
		width: 301px;
		height: 61px;
		background: #FFFFFF;
		border-radius: 10px 10px 10px 10px;
		text-align: center;
		line-height:61px;
		font-size: 16px;
		color: #555555;
		position: absolute;
		left: 32%;
		top:52%;
	}
	

	

}


















