body{
	overflow-x: hidden;
}
.banner_bg{
	width: 100%;
	min-width: 1100px;
	height: 664px;
	position: relative;
}
.banner_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_bg p{
	width: 1100px;
    margin: -193px auto 0 auto;
    font-size: 20px;
}
.banner_bg p span{
	display: inline-block;
    background: #ff8000;
    width: 156px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
    border: 1px solid #fff;
}
.banner_bg p span:hover{
	cursor: pointer;
}
.channel{
	margin-top: 130px;
	width: 100%;
	background: #f8f8f8;
}
.channelBox{
	width: 1100px;
	margin: auto;
	height: 100%;
}
.channelBox>p{
	font-size: 30px;
	color: #333;
	padding: 94px 0 60px 0;
	text-align: center;
}
.channelBox>div{
	overflow: hidden;
	margin-bottom: 50px;
}
.channelBox .left,.channelBox .right{
	float: left;
}
.channelBox .left{
	width: 32%;
	margin-right: 12%;
    margin-left: 2%;
}
.channelBox .left ul li{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.fast{
	margin-top: 0;
	background:url(../../img/bsbg.png)no-repeat,#f8f8f8;
	background-position-y: 110%;
}
#fastBanner{
	padding-bottom: 50px;
}
.fast .left>p{
	font-size: 20px;
	color: #333;
	margin-bottom: 40px;
}
.fast .left>div{
	padding: 0 10px;
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px solid #eaeaea;
}
.fast .left>div div{
	float: left;
	margin-right: 30px;
	padding-top: 30px;
}
.fast .left>div div p{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
.fast .channelBox>div{
	padding-bottom: 40px;
	margin-bottom: 0;
}
.fast .left{
	margin-top: 60px;
	transition: all 1.5s;
    transform: translate(-700px,0px);
    -ms-transform: translate(-700px,0px);
    -webkit-transform: translate(-700px,0px);
    -o-transform: translate(-700px,0px);
    -moz-transform: translate(-700px,0px);
}
.fast .right{
	width: 50%;
	float: right;
	transition: all 1.5s;
    transform: translate(0,800px);
    -ms-transform: translate(0,800px);
    -webkit-transform: translate(0,800px);
    -o-transform: translate(0,800px);
    -moz-transform: translate(0,800px);
}

.swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.swiper-pagination-bullet-active{
	background: #ff9000 !important;
}

.intelligent{
	margin-top: 0;
	background:url(../../img/businessBg2.png) no-repeat, #fff;
	background-position: 20% 60%;
}
.intelligent>div{
	border-bottom: 1px solid #eaeaea;
}
.intelligent .left{
	transition: all 1.5s;
    transform: translate(0,-300px);
    -ms-transform: translate(0,-300px);
    -webkit-transform: translate(0,-300px);
    -o-transform: translate(0,-300px);
    -moz-transform: translate(0,-300px);
    margin-top: 60px;
}
.intelligent .channelBox>div{
	margin-bottom: 0;
}
.intelligent .right img{
	margin-left: -20%;
}
.intelligent .right{
	width: 40%;
	transition: all 1.5s;
    transform: translate(0,400px);
    -ms-transform: translate(0,400px);
    -webkit-transform: translate(0,400px);
    -o-transform: translate(0,400px);
    -moz-transform: translate(0,400px);
}

.intelligent .left>p{
	font-size: 20px;
	color: #333;
	margin-bottom: 40px;
}
.intelligent .left>div{
	padding: 0 10px;
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px solid #eaeaea;
}
.intelligent .left>div div{
	float: left;
	margin-right: 30px;
	padding-top: 20px;
}
.intelligent .left>div div p{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
.intelligent .left{
	float: right;
	margin-right: 0;
}

.utils{
	margin-top: 0;
	background:#f8f8f8;
	background-position-y: 110%;
}

.utils .left>p{
	font-size: 20px;
	color: #333;
	margin-bottom: 40px;
}
.utils .left>div{
	padding: 0 10px;
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px solid #eaeaea;
}
.utils .left>div div{
	float: left;
	margin-right: 30px;
	padding-top: 30px;
}
.utils .left>div div p{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
.utils .left{
	width: 38%;
    margin-right: 6%;
	margin-top: 130px;
	transition: all 1.5s;
    transform: translate(-700px,0px);
    -ms-transform: translate(-700px,0px);
    -webkit-transform: translate(-700px,0px);
    -o-transform: translate(-700px,0px);
    -moz-transform: translate(-700px,0px);
}
.utils .right{
	width: 50%;
	float: right;
	transition: all 1.5s;
    transform: translate(0,800px);
    -ms-transform: translate(0,800px);
    -webkit-transform: translate(0,800px);
    -o-transform: translate(0,800px);
    -moz-transform: translate(0,800px);
}
.utils .channelBox>p{
	padding-bottom: 0;
}
.utils .right img{
	margin-left: 120px;
	margin-top: -20px;
}
.utils .channelBox>div{
	padding-bottom: 30px;
	margin-bottom: 0;
}
@media (min-width:970px) and (max-width:1099px){
	.banner_bg{
		height: 440px;
		min-width: 0;
	}
	.banner_bg p{
		margin: -150px auto 0 180px;
	}
	.channelBox{
		width: 80%;
		margin-left: 10%;
	}
	.fast .left{
		width:40%;
		margin-right: 4%;
	}
	.fast .right{
		width: 54%;
	}
	.fast .right img{
		width: 100%;
		height: 100%;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		left: 55% !important;
    	text-align: unset;
	}
	.fast .right .swiper-slide:nth-child(3) img{
		margin: 60px 0 0 50px;
	}
	.channelBox>p{
		padding: 50px 0;
	}
	.channelBox .left ul li:first-child{
		margin-bottom: 20px;
	}
	.fast .right {
	    transition: all 1.5s;
	    transform: translate(800px,0px);
	    -ms-transform: translate(800px,0px);
	    -webkit-transform: translate(800px,0px);
	    -o-transform: translate(800px,0px);
	    -moz-transform: translate(800px,0px);
	}
	.intelligent .left{
		margin-left: 0;
	}
	.intelligent .right{
		width: 55%;
	}
	.intelligent .right img{
		width: 100%;
		height: 100%;
		margin-top: 30px;
		margin-left: 0;
		transform: scale(1.2);
	}
	.intelligent .left>p{
		margin-bottom: 20px;
	}
	.utils .left{
		width: 48%;
    	margin-right: 6%;
    	margin-top: 100px;
	}
	.utils .right{
		width: 44%;
	}
	.utils .right img{
		width: 100%;
	    height: 100%;
	    transform: scale(1.5);
	    margin: 40px 0 0 50px;
	    padding-bottom: 30px;
	}
}


@media (min-width:768px) and (max-width:970px){
	
	.banner_bg{
		margin-top: 66.875px;
		height: 400px;
		min-width: 0;
	}
	.banner_bg p{
		width: 90%;
		margin: -150px auto 0 5%;
	}
	.channelBox{
		width: 90%;
		margin-left: 5%;
	}
	.channelBox .left{
		width: 60%;
		margin-left: 20%;
		margin-top: 50px;
	}
	.channelBox .right{
		width: 100%;
	}
	.fast .left{
		margin-top: 0;
	}
	.fast .right{
		margin-top: 40px;
	}
	.fast .right img{
		margin-left: 10%;
	}
	.intelligent .left{
		float: left;
		padding-bottom: 50px;
	}
	.intelligent .right img{
		margin-left: 0;
	}
	.channelBox>p{
		padding: 50px 0;
	}
	.utils .right img{
		margin-left: 15%;
	}
}

/*兼容手机*/ 
@media screen and (max-width:767px) {
	.banner_bg>p{
		display: none;
	}
	.mobileFooter{
		display: block;
	}
	.header{
		display: none;
	}
	.banner_bg{
		min-width: 0;
		height: 16.5rem;
		margin-top: 66.875px;
	}
	.banner_bg p{
		font-size: 1rem;
		margin-top: -6rem;
    	margin-left: 20px;
	}
	.banner_bg p span {
	    width: 106px;
	    height: 36px;
	    line-height: 36px;
	}
	.channelBox{
		width: 100%;
	}
	.channelBox>p{
		font-size: 1.8rem;
	    padding: 2rem 0;
	    color: #333;
	    line-height: 2rem;
	}
	.channelBox .left ul li{
		font-size: 1rem;
		line-height: 2rem;
	}
	.fast .left {
	    width: 80%;
	    margin-left: 10%;
	    margin-top: 0px;
    }
    .fast .right {
	    width: 80%;
	    margin-left: 10%;
	    margin-top: 50px;
	    float: left;
    }
    .fast .left>div,.utils .left>div,.intelligent .left>div{
    	margin-top: 1rem;
    }
    .fast .right .swiper-slide{
    	width: 100%;
    }
    .fast .right .swiper-slide:nth-child(2) img,.fast .right .swiper-slide:last-child img{
     	margin-left:-30px;
     	transform: scale(0.8);
     }
    .fast .right .swiper-slide img{
    	padding-left: 0 !important;
    	width: 100%;
    	height: 100%;
    }
    .intelligent{
    	background: #fff;
    }
    .intelligent .left{
    	margin-top: 0;
    	padding-bottom: 50px;
    }
    .intelligent .right,.intelligent .left{
    	width: 80%;
    	margin-left: 10%;
    	float: left;
    }
    .intelligent .right img{
    	width: 100%;
	    height: 100%;
	    margin-left: 0;
    }	
    .utils .right,.utils .left{
    	width: 80%;
    	margin-left: 10%;
    	margin-bottom: 20px;
    }
    .utils .left{
    	margin-top: 1rem;
    }
    .utils .right img{
    	width: 100%;
    	height: 100%;
    	transform: scale(1.5);
    	margin-left: 0;
    }
    
    .utils .right{
    	margin-top: 50px;
    }
    .footer{
    	display: none; 
    }
    .fast .left>div div,.intelligent .left>div div,.utils .left>div div{
    	width: 20%;
    	margin-right: 5%;
    	padding-top: 1rem;
    }
    .fast .left>div div img,.intelligent .left>div div img,.utils .left>div div img{
    	width: 4rem;
    }
    .fast .left>div div p,.utils .left>div div p,.intelligent .left>div div p{
    	font-size: 1rem;
    	text-align: left;
    	margin-left: 0.5rem;
    }
    .utils .left>div div p{
    	margin-left: 0;
    }
    .utils .left>div div:last-child{
    	width: 18px !important;
    }
    .utils .left>div div:last-child img{
    	width: 100%;
    	margin-top: 2rem !important;
    }
    #fastBanner{
    	padding-bottom: 0;
    }
    .intelligent .channelBox>div{
    	position: relative;
    	height: 33rem;
    }
    .intelligent .right{
    	position: absolute;
    	top: 15rem;
    }
}

/*光圈*/
@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
 
@keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
.spinner {
    width: 7rem;
    height: 7rem;
    margin: 0px auto 0px;
    background-color: #fff;
    position: absolute;
    top: 3rem;
    left: 30%;
    border-radius: 100%;
    -webkit-animation: scaleout 1.5s infinite ease-in-out;
    animation: scaleout 1.5s infinite ease-in-out;
}
#spinner1 {
    -webkit-animation: scaleout 1.5s infinite ease;
    animation: scaleout 1.5s infinite ease;
}
@media (min-width:970px) and (max-width:1099px){
	.spinner {
	    top: 2.5rem;
    	left: 32%;
	}
}
@media (min-width:768px) and (max-width:970px){
	.spinner {
	    top: 2.8rem;
    	left: 31.6%;
	}
}
@media screen and (max-width:767px) {
	.spinner {
		width: 5rem;
	    height: 5rem;
	    top: 1.2rem;
    	left: 34.5%;
	}
}