﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
@media screen and (max-width:767px) {

	body,
	html {
		width: 100%!important;
		overflow: hidden;
		overflow-y: scroll;
		min-width: 100%!important;
	}

	::-webkit-scrollbar,
	body::-webkit-scrollbar {
		display: none
	}

	* {
		-webkit-tap-highlight-color: transparent
	}

	body * {
		max-height: 999999px
	}
	.wrapper{
		width: 100%!important;
		max-width: 100%!important;
		padding: 0 15px;
	}
	.xs-channel-nav{
		display:none
	}
  
   .xs-card{padding: 20px 0!important;}
  
	.introduction-body{display:block!important;}
	.introduction img{max-width:100%!important}
	.introduction-body-left{width:100%!important;}
   .introduction-body-right{width:100%!important;padding-left:0!important;}
   .introduction-body-right .nav .nav-item{text-align:center!important;}
  
   .highlights{margin:0 0 !important}
	.highlights-item{width: calc((100% - 15px) / 2)!important;}
	.highlights-item:nth-of-type(2n){margin-right:0!important}
	.features-item{width:100%!important}
	.scenarios .scenarios-body{height:auto!important;display: block;border-radius:0;background-image:none!important;}
	.scenarios-item{height: 350px!important;border-radius:8px!important;margin-bottom:15px!important;width:100%!important;}
	.scenarios-item:first-child,.scenarios-item:last-child{border-radius:8px!important;}

	.phighlights-body-item-desc .img img{border-radius: 8px!important;}
   .phighlights-body-item-desc::after{border-radius: 8px!important;}
	.phighlights-body-item-desc .desc{border-radius: 8px!important;}
	.business-body-item{margin-bottom: 15px!important;}
  
	.core-nav {display: block !important;height: auto !important;flex-direction: column;}
	.core-nav .nav-item {font-size: 14px !important;margin: 0 5px !important;margin-bottom: 15px !important;float: left;width: 45%;text-align: center;}
	.core-body-item .swiper-slide img {border-radius: 0 !important;}
  
	.scenc .scenc-body-item.col-md-2{width: 50%!important;margin-bottom: 15px;}
   .ecology-body-item-desc{margin-bottom:15x}
  
	/*案例展示*/
  
	.scale-body{
		display: flex;
	}
	.scale .scale-body-item.col-md-2 {
		width: 50%!important;
		margin-bottom: 25px;
	}
	.scale .scale-body-item .title{
		font-size: 14px!important;
	}
	.scale .scale-body-item .desc{
		font-size: 12px!important;
	}
	.hhighlights-body{
		height:auto!important;
		display: block!important;
	}
	.hhighlights-body-item1 {
		display: block!important;
		width: 100%!important;
	}
	.hhighlights-body-item2{
		width: 100%!important;
	}
	.effects .effects-body-item:nth-child(2){
		width: 100%!important;
		margin: 15px 0!important;
	}
  
  

  .contacts-body{flex-direction:column}
  .contacts-body-left{width:100%!important}
  .contacts-body-right{width:100%!important;padding: 0!important;}
  .contacts-nav-body{flex-direction:column}
  .contacts-nav-item{width:100%!important}
  .contacts-nav-item:nth-child(2){margin:15px 0!important}
  
  
}