 /* 宽度大于等于1200px */
 @media screen and (min-width:1200px){
	.container{
		width: 1200px;
		padding: 0;
	}
 }
 /* 宽度在768~959px之间 ----小电脑*/
@media screen and (min-width: 768px) and (max-width: 959px) { 
	.img_silde{
		height: 450px;
	}
}
/* 平板 */
@media only screen and (min-width: 480px) and (max-width: 767px){ 
	.img_silde{
		height: 350px;
	}
} 
 /* 宽度小于479px 手机端*/
@media only screen and (max-width: 479px) { 
	.img_silde{
		height: 252px;	
	}
	.img_silde .swiper-button-next,.img_silde .swiper-button-prev{
		height: 25px;
	}
	.img_silde .swiper-button-next,.img_silde .swiper-button-prev{
		margin-top: 10px;
	}
	.services{
		padding: 20px 0;
	}
	.services h2{
		margin: 15px 0;
	} 
	.container{
		padding: 0 4%;
		margin: 0;
	}
	.container .subtitle{
		display: none;
	}
	.container h2{
		font-size: 17px;
	}
	/* 了解一下 */
	.platform_content{
		flex-direction: column;
		justify-content: space-between;
		border: 1px solid rgba(112,112,112,0.1);
		background: none;
	}
	.platform_content a{
		flex-direction: column;
		justify-content: space-between;
	}
	.platform_content img{
		width: 29.5%;
		height: auto;
		margin: 0 auto;
	}
	.right_main{}
	.platform_content .right_main p{
		font-size: 14px !important;
		border-bottom: none !important;
		text-align: center;
		padding: 8px 0;
	}
	.platform_content .right_main span{
		padding: 0 3%;
		font-size: 12px !important;
		text-align: justify;
		text-align: center;
		margin: 0;
	}
	/* 专业的品牌宣传 */
	.propaganda_silde{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
	}
	.propaganda_silde .swiper-slidem,.propaganda_box{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.propaganda_cover{
		width: 100%;
		height: 153px;
	}
	.propaganda_content{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 4% 30px 4%;
	}
	.propaganda_content p{
		padding: 15px 0;
		margin: 0;
		border-bottom: 1px solid rgba(204,196,196,0.35);
		width: 100%;
		font-size: 15px;
		font-family: PingFang SC-Bold, PingFang SC;
		font-weight: bold;
		color: #2B2B2B;
		line-height: 1;
	}
	.propaganda_content span{
		width: 100%;
		font-size: 14px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #737373;
		line-height: 18px;
		margin-top: 10px;
	}
	.propaganda_silde .propaganda-swiper-pagination{
		position: absolute;
		top: 45%;
		height: 10px;
		display: flex;
		align-items: center;
		padding-right: 10px;
		justify-content: flex-end;
	}
	.propaganda_silde .propaganda-swiper-pagination .swiper-pagination-bullet{
		background: rgba(255,255,255,0.5);
		opacity: 1 !important;
	}
	.propaganda_silde .propaganda-swiper-pagination .swiper-pagination-bullet-active{
		background: #FEB922;
	}
	/* 开服表 */
	.openService_bg h2{
		color: #FFFFFF !important;
	}
	.openService_bg .service_cover{
		height: auto;
	}
	.service_content:nth-child(2) .service_cover img{
		min-height: 62px;
		max-height: 68px;
	}
	.openService_bg .service_cover:hover span{
		display: none;
	}
	.openService_bg .service_cover img{
		object-fit: cover;
	}
	.openService_bg .open_serviceListBottom{
		align-items: inherit;
	}
	.openService_bg .open_serviceListRight{
		width: 55%;
		padding: 10px;
	}
	.openService_bg .open_serviceListRight p:first-child{
		font-size: 13px;
		margin: 0;
		line-height: 1;
	}
	.openService_bg .open_serviceListRight p:last-child{
		font-size: 12px;
		margin: 5px 0;
		height: 17px;
		line-height: 1;
	}
	.openService_bg .open_serviceGameInfo span{
		font-size: 12px;
		margin-bottom: 5px;
	}
	/* 合作流程 */
	.process_bg{
		width: 100%;
		background: url(../images/cooperation_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.process_bg .cooperation{
		width: 40%;
		margin-right: 20%;
		margin-bottom: 12px;
	}
	.process_bg .cooperation:nth-child(3),.process_bg .cooperation:nth-child(7){
		margin-right: 0;
	} 
	.process_bg .jiantou{
		display: none;
	}
	.process_bg .cooperation .cooperation_icon{
		width: 43%;
	}
	.process_bg .cooperation .cooperation_title{
		font-size: 14px;
		margin: 8px 0;
	}
	.process_bg .cooperation .cooperation_step{
		width: 16.6%;
		height: auto;
		margin-bottom: 8px;
	}
	.process_bg .cooperation .cooperation_detail span{
		font-size: 12px;
	}
	/* 成功案例 */
	.case_box .case_leftContent{
		width: 100%;
	}
	.case_box .case_rightContent{
		display: none;
	}
	.case_leftContent .case_content{
		width: 49%;
		margin: 0 2% 10px 0;
		margin-right: 2%;
	}
	.case_leftContent .case_content:nth-child(2n){
		margin: 0 0 10px 0;
	}
	.case_leftContent .case_content:last-child{
		display: none;
	}
	/* 新闻动态 */
	.news_bg2{
		width: 100%;
		background: url(../images/news_sildebg.png);
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		padding-bottom: 40px;
	}
	.news_silde{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		padding: 0 4%;
	}
	.news_silde .swiper-slide{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
	}
	.news_silde .news_box{
		width: 100%;
		height: 168px;
		background: #EDEDED;
		border-radius: 5px;
		display: flex;
		flex-direction: column;
	}
	.news_silde .news_box a{
		width: 100%;
		padding: 15px 10px;
		display: flex;
		flex-direction: column;
	}
	.news_silde .news_title{
		width: 100%;
		font-size: 15px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #D9CEAA;
		padding-bottom: 6px;
		border-bottom: 1px solid rgba(112,112,112,0.2);
	}
	.news_silde .news_content{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 6px;
	}
	.news_silde .news_time{
		width: 100%;
		font-size: 14px;
		font-family: PingFang SC-Bold, PingFang SC;
		font-weight: bold;
		color: #FEB922;
		line-height: 1;
	}
	.news_silde .news_detail{
		width: 100%;
		font-size: 13px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #8E8B88;
		line-height: 20px;
		margin-top: 5px;
	}
	.news_bg2 .news-swiper-pagination{
		width: 100%;
		position: absolute;
		height: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: -12%;
	}
	.news_bg2 .news-swiper-pagination .swiper-pagination-bullet{
		width: 25px;
		height: 4px;
		background: rgba(180,177,177,0.5);
		border-radius: 5px;
		opacity: 1 !important;
		margin-right: 12px;
	}
	.news_bg2 .news-swiper-pagination .swiper-pagination-bullet-active{
		background: #FEB922;
	}
	/* 底部 */
	#footer{
		padding: 15px 0;
	}
	.footer_menu li span{
		font-size: 12px;
	}
	.footer_content{
		margin-top: 10px;
	}
	.footer_content .left_content{
		width: 100%;
	}
	.footer_content .left_content p{
		font-size: 12px;
	}
	.footer_content .friendship_link{
		display: none;
	}
}

