﻿.clearfix: after{
	content: "";
	display: table;
	clear: both;
}
.clearfix{
	zoom: 1;
}

.mobbox,.nav,.mobbanner{
	display: none;
}
.topbox{
	background-color: #fff;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}
.container{
	width:1440px;
	margin: 0 auto;
}
.swiper-button-next, .swiper-button-prev {
	top: 43%!important;
}
.left{
	margin: 20px 0;
	width:39%;
	float: left;
	display:inline-block;
}
.right{
	float: right;
	width: 61%;
	display:inline-block;
}
.right .on{
	color: #71017d;
	border-bottom: 3px solid #71017d;
	padding-bottom: 32px;
}
.right ul li{
	float: left;
}
.right ul li a{
	margin-left: 66px;
	line-height: 87px;
}
.foot{
	background-color: #eceaea;
	margin-top: 5%;
}
.quxiao{
	margin-top: 0;
}
.foot .container{
	padding: 60px 0;
}
.d-left{
	float: left;
}
.d-left h2{
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
} 
.d-left p{
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.d-right{
	float: right;
}
.weixin{
	width: 142px;
	height: 142px;
	float: left;
}
.d-right p{
	font-size: 18px;
	color: #333;
	margin-top: 20px;
	text-align: center;
}
.duan{
	width: 142px;
	height: 142px;
	margin-left: 65px;
	display: inline-block;
}
.footer{
	background-color: #e4e4e4;
}
.footer .container{
	padding: 15px 0;
	text-align: center;
}
.footer p{
	font-size: 15px;
	color: #333;
	line-height: 36px;
}
.footer a{
	font-size: 15px;
	color: #333;
	width: 600px;
	line-height: 36px;
}
.footer p:nth-child(1){
	display: block;
}
.footer p:nth-child(2){
	display: none;
}


/*联系我们*/
 .banner{
 	display: block;
 }
 .mbanner{
 	display: none;
 }

 /*新闻资讯*/
  .news img{
  	width: 100%;
  }
  .news li{
  	width: 31%;
    margin: 0 0 2% 1.6%;
    border-bottom: 1px solid #e0e0e0;
  }
  .news .xiaohe h3{
  	font-size: 18px;
  	line-height: 36px;
  }
  .news .xiaohe .link p{
  	font-size: 14px;
  	color: #999;
  }
  .hezi{
  	padding: 50px 0 0;
  }
  .news .jiazai{
  	background-color: #e0e0e0;
  	padding: 5px 10px;
  	height: 40px;
  	width: 120px;
  	margin: 40px auto 0;
  }
  .news .jiazai:hover{
  	transition: all 0.5s;
  	cursor: pointer;
    transform: scale(1.2);
  }
  .news .jiazai p{
  	font-size: 16px;
  	line-height: 40px;
  	text-align: center;
  }


  /*新闻详情*/
  .sinfo{
  	background-color: #fff;
  	padding-bottom: 5%;
  }
  .info{
  	padding: 50px 200px;
  }
  .info h3{
  	font-size: 24px;
  	color: #333;
  	padding: 20px 0;
  	border-bottom: 1px solid #e0e0e0;
  }
  .info b{
  	font-size: 18px;
  }
  .info p{
  	padding: 20px 0;
  	font-size: 14px;
  	line-height: 28px;
  	color: #333;
  }
  .info .jiazai{
  	background-color: #71017d;
  	padding: 5px 10px;
  	height: 40px;
  	width: 120px;
  	float: right;
  	margin-top: 50px;
  	cursor: pointer;
  }
  .info .jiazai p{
  	font-size: 16px;
  	line-height: 40px;
  	text-align: center;
  	padding: 0;
  	color: #fff;
  }
  /*关于我们*/
  .atitle{
  	width: 610px;
  	float: left;
  }
	.atitle h2{
		margin-top: 90px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
	}
	.atitle p{
		margin: 40px 0;
    font-size: 16px;
    color: #333;
    line-height: 32px;
	}
	.atitle span{
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
	}
	.atu{
		float: right;
		margin: 70px 0.01% 0 0;
	}
	.atu img{
		width: 100%;
	}
	.fu{
		background-color: #fff;
		position: absolute;
	    top: 102%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    z-index: 99;
	    box-shadow: 0 5px 15px rgba(45,50,55,.3);;
	    display: none;
	}
	.fu .close{
		position: absolute;
		top: 20px;
		right: 25px;
	}
	.fu .dahe{
		padding: 40px;
	}
	.fu h3{
		text-align: center;
	    padding: 50px 0 0;
	    font-size: 30px;
	    font-weight: bold;
	    color: #333;
	}
	.fu p{
	    font-size: 16px;
	    color: #333;
	    line-height: 32px;
	}
	.shuzi ul{
	    display: flex;
	    justify-content: flex-start;
	}
	.shuzi ul li{
		width: 33.333%;
	    background: #fff;
	    border-right: 1px solid #e8e8e8;
	    padding: 48px 8px;
	    box-sizing: border-box;
	    text-align: center;
	    margin-bottom: 50px;
	}
	.shuzi span{
		font-size: 36px;
	    font-weight: bold;
	    color: #71017d;
	}
	.cmain .rtitle h2{
		text-align: center;
	    margin: 50px 0 40px;
	    font-size: 30px;
	    font-weight: bold;
	    color: #333;
	}
	.rongyu{
		margin: 1% 1% 5% 0;
		width: 24%;
		height: 250px;
		background-color: #e6e6e6;
		float: left;
		position: relative;
	}
	.rongyu img{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.rongyu p{
		font-size: 16px;
		text-align: center;
		color: #333;
		position: relative;
	    top: 107%;
	    font-weight: bold;
	}

	/*服务中心*/
	.tixi{
		margin: 50px 0;
	}
	.tixi .fzuotu{
		float: left;
		width: 65.6%;
	}
	.tixi .fzuotu img{
		width: 100%;
	}
	.tixi .youwen{
		padding: 50px;
		float: right;
		width: 26%;
		background-color: #eceaea;
	}
	.tixi .youwen h3{
		font-size: 22px;
		border-left: 5px solid #71017d;
		padding-left: 15px;
	}
	.tixi .youwen p{
	    margin: 30px 0;
	    font-size: 16px;
	    color: #333;
	    line-height: 32px;
	}
	.tixi .link{
		margin-top: 79px;
	}
	.tixi .link p{
		font-size: 16px;
	    color: #333;
	    float: left;
	    padding-top: 35px;
	    margin: 0;
	}
	.tixi .link .jiantou{
		width: 27px;
	    height: 7px;
	    background: url(../images/jiantou.png) no-repeat right center;
	    display: inline-block;
	    float: left;
        margin-top: 48px;
	    margin-left: 25px;
	}
	.shouhou{
		margin: 50px 0 0;
	}
	.shouhou .he{
		background-color: #eceaea;
		width: 23%;
		height: 310px;
		position: relative;
		float: left;
		margin:1% 1%;
	}
	.shouhou .zi{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.shouhou .he img{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.shouhou .he h3{
		font-size: 20px;
		text-align: center;
	}
	.shouhou .he p{
		font-size: 14px;
		margin-top: 10px;
		text-align: center;
	}
	.shouhou .he .line{
		height: 2px;
		width: 25px;
		background-color: #71017d;
		margin: 40px auto 0;
	}
	.chang{
		width: 98%;
		height: 130px;
		background-color: #eceaea;
		position: relative;
		margin-top: 1%;
	}
	.fang{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.fang img{
		float: left;
	}
	.xing{
		float: left;
		margin-left: 50px;
	}
	.xing h3{
		font-size: 20px;
	}
	.xing p{
		font-size: 14px;
		margin-top: 10px;
	}



	/*产品方案*/
	.changhe{
		margin: 50px 0;
		
		width: 100%;
		background-color: #fff;
	}
	.changhe .phe{
		padding: 0 5%;
	}
	.changhe .ptu{
		float: left;
		position: relative;
		width: 50%;
		height: 350px;
	}
	.changhe .ptu img{
		max-width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.changhe .pwen{
		float: right;
		padding: 57px 0;
		width: 43%;
	}
	.changhe .pwen h2{
		font-size: 22px;
    border-left: 5px solid #71017d;
    padding-left: 15px;
    margin-bottom: 30px;
	}
	.changhe .pwen p{
		margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
	}
	.changhe .pwen .link{
		margin-top: 20px;
		cursor: pointer;
	}
	.changhe .link p{
		font-size: 16px;
    color: #333;
    float: left;
    padding-top: 35px;
    margin: 0;
	}
	.changhe .pwen .link .jiantou{
		width: 27px;
    height: 7px;
    background: url(../images/jiantou.png) no-repeat right center;
    display: inline-block;
    float: left;
    margin-top: 48px;
    margin-left: 25px;
	}
	.changhe .ytu{
		float: right;
	}
	.changhe .ywen{
		float: left;
	}









@media screen and (max-width: 768px){
	.topbox{
		display: none;
	}
	.mobbox{
		display: block;
		height: 60px;
		background-color: #fff;
		width: 100%;
		z-index: 1000;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
	}
	.main{
		width: 89%;
		margin: 0 auto;
	}
	.main .mob-left{
		float: left;
		padding-top: 15px;
	}
	.main .mob-left img{
		height: 30px;
	}
	.daohang{
		float: right;
		padding-top: 20px;
	}
	.container{
		width: 89%;
		/*padding-top: 40px;*/
	}
	.diyi{
		background-color: #333;
		width: 18px;
		height: 2px;
		display: block;
		margin-bottom: 5px;
		transition: all 0.5s;
	}
	.dier{
		background-color: #333;
		width: 28px;
		height: 2px;
		display: block;
		margin-bottom: 5px;
	}
	.disan{
		background-color: #333;
		width: 24px;
		height: 2px;
		display: block;
		transition: all 0.5s;
	}
	.ggong .diyi{
		transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		width: 22px;
	}
	.ggong .dier{
		display: none;
	}
	.ggong .disan{
		transform: rotateZ(-45deg);
		-webkit-transform: rotateZ(-45deg);
	}
	.nav{
		background-color: #fff;
		width: 100%;
		height: 428px;
		display: none;
		z-index: 100;
		position: absolute;
		top: 60px;
		left: 0;
	}
	.nav .on{
		color: #71017d;
		font-size: 18px;
	}
	.nav li{
		border-top: 1px solid #f2f2f2;
		line-height: 60px;
		font-size: 16px;
		padding: 0 20px;
	}

/*banner*/
	.pcbanner{
		display: none;
	}
	.mobbanner{
		display: block;
	}

/*底部*/
	.foot{
		height: 255px;
		margin-top: 15%;
	}
	.foot .container{
		padding-top: 40px;
	}
	.quxiao{
		margin-top: 0;
	}
	.d-left h2{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.d-left p{
		font-size: 16px;
	}
	.d-right{
		display: none;
	}
	.footer p{
		font-size: 14px;
		line-height: 28px;
	}
	.footer p:nth-child(1){
		display: none;
	}
	.footer p:nth-child(2){
		display: block;
	}
	.footer a{
		font-size: 14px;
	}
	.footer .container{
		padding-top: 15px;
	}



/*联系我们*/
	.banner{
		display: none;
	}
	.mbanner{
		display: block;
		height: 100%;
		width: 100%;
	}
	.mbanner img{
		width: 100%;
	}
	.mbanner .android{
		width: 160px;
		height: 40px;
		border: 1px solid #fff;
		border-radius: 8px;
		left: 28%;
		bottom: 30%;
		position: absolute;
	}
	.mbanner .android span{
		background: url(../images/android.png) no-repeat;
		width: 23px;
		height: 25px;
		float: left;
		margin: 4% 10%;
	}
	.mbanner .ios{
		width: 160px;
		height: 40px;
		border: 1px solid #fff;
		border-radius: 8px;
		left: 28%;
		bottom: 20%;
		position: absolute;
	}
	.mbanner .ios span{
		background: url(../images/ios.png) no-repeat;
		width: 21px;
		height: 25px;
		float: left;
		margin: 4% 10%;
	}
	.mbanner .android p,.mbanner .ios p{
		line-height: 40px;
		color: #fff;
		font-size: 16px;
	}
	.cmain{
		width: 89%;
	}
	.cmain .ctitle{
		margin: 50px auto;
	}
	.cmain .ctitle h2{
		font-size: 20px;
	}
	.cmain .ctitle p{
		margin-top: 8px;
	}
	.cmain .c-left{
		border: none;
		padding: 0;
	}
	.cmain .c-left h1{
		font-size: 18px;
	}
	.cmain .c-left p{
		margin-top: 5px;
	}
	.cmain .c-right{
		width: 95%;
		margin-top: 22px;
	}
	.cmain .c-right .c-weixin{
		float: left;
	    margin-right: 20px;
	    border: none;
	}
	.cmain .c-right .c-duan{
		float: left;
		padding: 0;
	}


	/*新闻资讯*/
	.news li{
		width: 100%;
		margin: 3% 0;
	}
	.news li:first-child{
		margin: 0;
	}
	.sinfo{
		width: 100%!important;
	}
	.info{
		padding: 30px 5%;
	}
	.info h3{
		font-size: 20px;
		line-height: 40px;
	}
	.info .jiazai{
		width: 90px;
		height: 35px;
	}
	.info .jiazai p{
		font-size: 14px;
		line-height: 35px;
	}
	.news .jiazai{
		margin: 30px auto 0;
	}

	/*关于我们*/
	.atitle{
		width: 100%;
	}
	.atitle h2{
		font-size: 20px;
		margin-top: 50px;
	}
	.shuzi ul{
		display: block;
	}
	.shuzi ul li:nth-child(1){
		width: 50%;
		float: left;
		}
	.shuzi ul li:nth-child(2){
		width: 50%;
		float: left;
	}
	.shuzi ul li:nth-child(3){
		width: 100%;
		border-top: 1px solid #e8e8e8;
		float: left;
		margin-top: -51px;
	}
	.cmain .rtitle h2{
		font-size: 20px;
	}
	.rongyu{
		width: 48%;
		height: 190px;
		margin: 1% 1% 14% 0;
	}



	/*服务中心*/
	.tixi{
		margin: 0;
	}
	.tixi .fzuotu{
		width: 100%;
	}
	.tixi .youwen{
		width: 100%;
		padding: 0;
	}
	.tixi .youwen h3,.tixi .youwen p{
		margin: 30px;
	}
	.tixi .link{
		margin-top: 0;
	}
	.tixi .link p{
		padding-top: 4px;
	}
	.shouhou .he{
		width: 48%;
		height: 240px;
	}
	.shouhou .he h3{
		font-size: 16px;
	}
	.cmain .chang{
		width: 98%;
	}
	.fang{
		top: 30%;
	    left: 13%;
	    transform: none;
	}
	.xing{
		margin-left: 45px;
	}


	/*产品方案*/
	.changhe{
		margin: 7% 0;
	}
	.changhe .ptu{
		width: 100%;
		height: 250px;
	}
	.changhe .pwen{
		width: 100%;
		padding: 25px 0;
	}
	.changhe .ytu{
		float: left;
	}
}