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: -213px auto 0 auto;
    font-size: 20px;
    position: relative;
    left: 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;
}
.products{
	width: 100%;
	background:url(../../img/map_bg.png) no-repeat, #fff;
}
.productBox{
	width: 1100px;
	margin: auto;
	height: 100%;
}
.productBox div{
	padding-top: 80px;
}
.productBox div p{
	font-size: 14px;
	color: #666;
	text-align: center;
}
.productBox div p:first-child{
	font-size: 30px;
	color: #333;
	line-height: 60px;
}
.productBox ul{
	margin-top: 90px;
	overflow: hidden;
}
.productBox ul li{
	list-style: none;
	float: left;
	width: 12.5%;
}
.productBox ul li p:first-child{
	height: 55px;
}
.productBox ul li img{
	margin-bottom: 10px;
	margin-left: 10%;
}
.productBox ul li:nth-child(4) img,
.productBox ul li:nth-child(5) img,
.productBox ul li:nth-child(6) img,
.productBox ul li:nth-child(8) img{
	padding-top: 3px;
}

.productBox ul li:nth-child(1) p:last-child{
	margin-left: 4px;
}
.productBox ul li:nth-child(2) p:last-child{
	margin-left: 6px;
}
.productBox ul li:nth-child(3) p:last-child{
	margin-left: 6px;
}
.productBox ul li:nth-child(4) p:last-child{
	margin-left: 14px;
}
.productBox ul li:nth-child(5) p:last-child{
	margin-left: 5px;
}
.productBox ul li:nth-child(6) p:last-child{
	margin-left: 8px;
}
.productBox ul li:nth-child(7) p:last-child{
	margin-left: 4px;
}
.productBox ul li:nth-child(8) p:last-child{
	margin-left: 10px;
}
.productBox .productList{
	margin-top: 130px;
}
.productBox .productList .productLi{
	    width: 26.5%;
	    height: 446px;
	    border-right: 0;
	    margin-top: 15px;
	    float: left;
	    position: relative;
	    background: #f8f8f8;
	    transition: transform .2s linear;
}
.productBox .productList .productLi:nth-child(1),
.productBox .productList .productLi:nth-child(2){
	    margin-right: 5px;
}
.productBox .productList .productLi.active{
	width: 44%;
	margin-right: 2.5%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -webkit-animation: fadeInContainer .2s 1 backwards;
    -moz-animation: fadeInContainer .2s 1 backwards;
    animation: fadeInContainer .2s 1 backwards;
}
.productBox .productList .productLi:nth-child(2).active{
	margin-left: 1.25%;
	margin-right: 1.25%;
}
.productBox .productList .productLi:last-child.active{
	margin-right: 0;
	margin-left: 1.5%;
}
.productBox .productList .productLi p{
	width: 80%;
	text-align: center;
	margin-left: 10%;
	color: #999;
	font-size: 12px;
	line-height: 32px;
}
.productBox .productList .productLi p:first-child{
	height: 130px;
	line-height: 130px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #333;
}

.productBox .productList .productLi.active p{
	width: 64%;
    margin-left: 18%;
}
.productBox .productList .productLi .icon{
	width: 92px;
	height: 92px;
}
.productBox .productList .productLi.active .icon{
	width: 125px;
	height: 125px;
}
.productBox .productList .productLi:first-child .icon{
	background: url(../../img/disIcon1Small.png) no-repeat;
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -46px;
}
.productBox .productList .productLi:nth-child(2) .icon{
	background: url(../../img/disIcon2Small.png) no-repeat;
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -46px;
}
.productBox .productList .productLi:last-child .icon{
	background: url(../../img/disIcon3Small.png) no-repeat;
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -46px;
}
.productBox .productList .productLi:first-child.active .icon{
	background: url(../../img/disIcon1.png) no-repeat;
	position: absolute;
	bottom: 54px;
	left: 50%;
	margin-left: -64.5px;
}
.productBox .productList .productLi:nth-child(2).active .icon{
	background: url(../../img/disIcon2Big.png) no-repeat;
	position: absolute;
	bottom: 54px;
	left: 50%;
	margin-left: -64.5px;
}
.productBox .productList .productLi:last-child.active .icon{
	background: url(../../img/disIcon23Big.png) no-repeat;
	position: absolute;
	bottom: 54px;
	left: 50%;
	margin-left: -64.5px;
}

.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 100px 0;
	text-align: center;
}
.channelBox>div{
	overflow: hidden;
	padding-bottom: 102px;
}
.channelBox .left,.channelBox .right{
	float: left;
}
.channelBox .left{
	width: 32%;
	margin-right: 12%;
    margin-left: 2%;
}
.one .left{
	margin-top: 20px;
	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);
}
.channelBox .left ul li:first-child{
	margin-bottom: 50px;
}
.one .right{
	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);
}
.channelBox .left ul li{
	font-size: 14px;
	color: #666;
	line-height: 27px;
}
.intelligent{
	margin-top: 0;
	background: #fff;
}
.intelligent>div{
	border-bottom: 1px solid #eaeaea;
}
.intelligent .left{
	margin-right: 0;
	margin-top: 20px;
	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);
}
.intelligent .right{
	margin-top: 64px;
	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 .channelBox>div{
	padding-bottom: 32px;
}
.intelligent .right img{
	margin-left: -10%;
}
.intelligent .left>p{
	font-size: 20px;
	color: #333;
	margin-bottom: 40px;
	margin-left: -5%;
}
.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{
	margin-left: 10%;
}
.link{
	margin-top: 0;
	background: #fff;
	padding-bottom: 80px;
}
.link .channelBox{
	padding-top: 120px;
}

.link .left>p{
	font-size: 20px;
	color: #333;
	margin-bottom: 40px;
	margin-left: -5%;   
}
.link .left>div{
	padding: 0 10px;
	overflow: hidden;
	margin-top: -20px;
	border-top: 1px solid #eaeaea;
}
.link .left>div div{
	float: left;
	margin-right: 30px;
	padding-top: 20px;
}
.link .left>div div p{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
.link .left{
	margin-top: 12px;
	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);
}
.link .right{
	margin-top: 6px;
	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);
}
.link  .channelBox>div{
	padding-bottom: 42px;
}
.menuMobile{
	display: none;
}

@media (min-width:970px) and (max-width:1099px){
	.banner_bg{
		height: 440px;
		min-width: 0;
	}
	.banner_bg p{
		margin: -150px auto 0 180px;
	}
	.productBox>ul{
		width: 80%;
    	margin-left: 10%;
	}
	.productBox .productList{
		margin-top: 60px;
	}
	.productBox .productList .productLi.active{
		width: 40%;
	}
	.channelBox{
		width: 80%;
		margin-left: 10%;
	}
	.one .left{
		width:40%;
		margin-right: 4%;
	}
	.one .right{
		width: 54%;
	}
	.one .right img{
		width: 100%;
		height: 100%;
	}
	.channelBox .left ul li:first-child{
		margin-bottom: 20px;
	}
	.one .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 .channelBox .left {
	    width: 42%;
	    margin-right: 2%;
	    margin-left: 0;
	}
	.intelligent .right{
		width: 55%;
	}
	.intelligent .right img{
		width: 100%;
		height: 100%;
		margin-top: 30px;
	}
	.intelligent .left>p{
		margin-bottom: 20px;
	}
	.link .right{
		width: 54%;
	}
	.link .right img{
		width: 100%;
		height: 100%;
	}
	.link .channelBox .left {
	    width: 42%;
	    margin-right: 2%;
	    margin-left: 2%;
	}
}


@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%;
	}
	.intelligent .left>p,.link .left>p{
		margin-left: -3%;
	}
	.productBox{
		width: 100%;
	}
	.productBox>ul{
		width: 90%;
    	margin-left: 5%;
	}
	.productBox .productList{
		margin-top: 60px;
	}
	.productBox .productList .productLi.active{
		width: 40%;
	}
	.channelBox{
		width: 90%;
		margin-left: 5%;
	}
	.one .left{
		width: 100%;
		margin-left: 3%;
		margin-top: 0;
	}
	.one .channelBox>div{
		padding-bottom: 50px;
	}
	.one .right img{
		margin: 50px 0 0 50px;
	}
	.channelBox>p{
		padding: 50px 0;
	}
	.intelligent .right{
		margin-top: 0;
	}
	.intelligent .right img{
		margin-left: 5%;
	}
	.intelligent .left{
		width: 100%;
		margin-left: 3%;
		margin-top: 0;
	}
	.link .channelBox{
		padding-top: 50px;
	}
	.link{
		padding-bottom: 0;
	}
	.link .left{
		width: 100%;
		margin-left: 3%;
	}
	.link .right img{
		margin: 50px;
	}
	
}
/*兼容手机*/ 
@media screen and (max-width:767px) {
	.banner_bg>p{
		display: none;
	}
	.products{
		background: #fff;
	}
	.productBox div p:first-child,.channelBox>p{
		font-size: 1.8rem;
	    padding: 2rem 0;
	    color: #333;
	    line-height: 2rem;
	}
	.productBox div p{
		font-size: 1rem;
	}
	.productBox ul li img{
		width: 2rem;
		margin-left: 33%;
	}
	.productBox ul li p:first-child{
		height: 3rem;
	}
	.productBox ul li p:last-child{
		margin-left: 0 !important;
		text-align: center;
	}
	.mobileFooter{
		display: block;
	}
	.footer{
		display: none;
	}
	.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;
	}
	.productBox{
		width: 100%;
	}
	.productBox div{
		padding-top: 0;
	}
	.productBox ul{
		margin-top: 0;
		width: 80%;
		margin-left: 10%;
	}
	.productBox ul li{
		width: 25%;
		margin-top:30px;
	}
	.productBox .productList{
		margin-top: 30px;
	}
	.productBox .productList .productLi,.productBox .productList .productLi.active{
		width: 100%;
	}
	.productBox .productList .productLi.active p:first-child,.productBox .productList .productLi p:first-child {
	    font-size: 1.4rem;
	    padding-bottom: 0.3rem;
	    color: #333;
	    height: 4rem;
	    line-height: 4rem;
	}
	.productBox .productList .productLi{
		height: 15rem;
	}
	.productBox .productList .productLi.active p,.productBox .productList .productLi p{
		width: 84%;
		margin-left: 8%;
	}
	.productBox .productList .productLi p:first-child,.productBox .productList .productLi.active p:first-child{
		text-align: center !important;
	}
	.productBox .productList .productLi p{
		font-size: 1rem;
		text-align: left;
	}
	.productBox .productList .productLi.active .icon,.productBox .productList .productLi .icon{
		width: 4rem;
		height: 4rem;
		top: 0rem;
    	left: 15% !important;
	}
	.productBox .productList .productLi:first-child .icon{
		background: url(../../img/disIcon1Small.png) no-repeat;
		background-size: cover;
	}
	.productBox .productList .productLi:nth-child(2) .icon{
		background: url(../../img/disIcon2Small.png) no-repeat;
		background-size: cover;
	}
	.productBox .productList .productLi:last-child .icon{
		background: url(../../img/disIcon3Small.png) no-repeat;
		background-size: cover;
	}
	.productBox .productList .productLi:first-child.active .icon{
		background: url(../../img/disIcon1.png) no-repeat;
		background-size: cover;
	}
	.productBox .productList .productLi:nth-child(2).active .icon{
		background: url(../../img/disIcon2Big.png) no-repeat;
		background-size: cover;
	}
	.productBox .productList .productLi:last-child.active .icon{
		background: url(../../img/disIcon23Big.png) no-repeat;
		background-size: cover;
	}
	.channel{
		margin-top: 2rem;
	}
	.channelBox{
		width: 100%;
	}
	.channelBox .left ul li{
		font-size: 1rem;
	}
	.intelligent .left>p,.link .left>p{
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	.channelBox .left,.channelBox .right{
		width: 80%;
		margin-left: 10%;
	}
	.intelligent .channelBox>div{
		height: 33rem;
		position: relative;
	}
	.intelligent .channelBox .right{
		position: absolute;
		top: 15rem;
	}
	.channelBox .right img{
		width: 100%;
	}
	.channelBox .left ul li:first-child{
		margin-bottom: 20px;
	}
	.one .left{
		margin-top: 0;
	}
	.one .channelBox>div{
		padding-bottom: 30px;
	}
	.link{
		padding-bottom: 0px;
	}
	.link .left>div div{
		width: 25%;
    	margin-right: 5%;
	}
	.link .left>div div img{
		width: 100%;
	}
	.link .channelBox{
		padding-top: 0;
	}
	.intelligent .left>div div img,.link .left>div div img{
		width: 4rem;
	}
	.intelligent .left>div div p,.link .left>div div p{
		font-size: 1rem;
	}
	.link .left>div div p{
		text-align: left;
	}
	.intelligent .right img{
		margin-left: -4%;
	}
	.one .channelBox .right,.link .channelBox .right{
		margin-top: 2rem;
	}
}