body,html{
	width: 100%;
	overflow-x: hidden;
}
.index_top{
	height: 33rem;
	background: url(../img/home_bg_city.png) no-repeat center center;
	background-size: cover;
	overflow-x: hidden;
	position: relative;
}
.banner{
	height: 10rem;
	display: block;
}
.index_title{
	color:#1681d3;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 10px 0;
}
.index_des{
	color: #828283;
	font-size: 14px;
	width: 80%;
    margin: 0 auto;
    text-align: center;
}
.swiper-container-top .swiper-slide{
	margin: 0;
}
.swiper-container-top{
	position: relative;
}
.swiper-pagination-top{
	position: absolute;
	bottom: 3px;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.swiper-pagination-top .swiper-pagination-bullet{
	margin: 0 5px;
}
/*关于我们*/
.us_content{
	text-align: center;
	margin: 25px 0;
}
.us_content img{
	width: 64px;
}
.us_content h3{
	color: #428dff;
	font-size: 18px;
	margin: 10px 0;
}
.us_content p{
	font-size: 14px;
	color: #A0A0A1;
	width: 90%;
    margin: 0 auto;
}
/*迄今为止*/
.index_count{
	text-align: center;
	background: url(../img/home_bg_map.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 20px 20px;
}
.count_text1{
	font-size: 27px;
	font-weight: bold;
}
.count_text2{
	font-size: 17px;
	margin: 10px 0 15px 0;
}
.count_text3{
	font-size: 12px;
}
.count_num{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*解决方案*/
.solution{
	font-size: 0;
}
.index_plan{
	text-align: center;
	padding: 5px 20px;
	margin-top: 10px;
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}
.plan_img img{
	width: 66px;
}
.plan_text1{
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 10px;
	color: #5E6569;
}
.plan_text2{
	font-size: 0.6rem;
	margin-top: 5px;
	color: #9B9EA0;
}
/*合作流程*/
.index_chart{
	text-align: center;
	margin: 25px 0;
}
/*客户评价*/
.swiper-container {
	width: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px;
	position: relative;
}
.swiper-slide {
	width: 80%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin: 25px 0 60px 0;
}
.swiper-slide .index_eva {
	width: 80%;
	margin: 0 auto;
	display: block;
	-moz-box-shadow: 0 1px 3px 1px #d6d6d6;
    -webkit-box-shadow: 0 1px 3px 1px #d6d6d6;
    box-shadow: 0 1px 3px 1px #d6d6d6;
    background: #fff;
    margin-top: -20px;
}
.eva_head{
	text-align: center;
}
.eva_head img{
	width: 60px;
	border-radius: 50%;
	-moz-box-shadow: 0 1px 3px 1px #d6d6d6;
    -webkit-box-shadow: 0 1px 3px 1px #d6d6d6;
    box-shadow: 0 1px 3px 1px #d6d6d6;
}
.eva_icon{
	display: block;
	margin: 0 auto;
	padding-top: 30px;
}
.eva_text1{
	padding:10px 15px 15px 15px;
    box-sizing: border-box;
    display: table;
}
.eva_text1 p{
	display: inline-block;
	line-height: 1.6;
	font-size: 14px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	color: #7e8487;
}
.eva_text2{
	font-size: 16px;
	color: #64717a;
	background: #f0f0f0;
	text-align: center;
	padding: 10px;
}
#pagination{
	position: absolute;
	bottom: 20px;
}
/*我们的客户*/
.index_cus{
	background: #5793e9;
	font-size: 0;
	text-align: center;
	color: #fff;
}
.cus_title{
	font-size:20px;
	padding: 22px 0;
}
.cus_img{
	width: 25%;
	display: inline-block;
	margin-bottom: 25px;
}
.cus_img img{
	width: 70%;
}
/*.img-item{
	position: relative;
	width: 700px;
}
.img-item img{
	margin-right: 20px;
}
.item1{
	top: 0.5rem;
	left: 50px;
}
.item2{
	top: 1rem;
	left: 15px;
}
.item3{
	top: 1.8rem;
	left: 60px;
}*/
/*顶部动画*/
.img1{
	position: absolute;
	top: 80px;
    left: 3%;
	animation-duration: 2.5s;
	animation-delay: 0.5s;
}
.img2{
	position: absolute;
	top: 75px;
    left: 20%;
    animation-duration: 2.4s;
	animation-delay: 0.8s;
}
.img3{
	position: absolute;
	top: 58px;
    left: 43%;
    animation-duration: 1.9s;
	animation-delay: 1.2s;
}
.img4{
	position: absolute;
	top: 98px;
    left: 52%;
	animation-duration: 2.5s;
	animation-delay: 1.1s;
}
.img5{
	position: absolute;
	top: 25px;
    left: 9%;
	animation-duration: 2.3s;
	animation-delay: 1s;
}
.img6{
	position: absolute;
	top: 5px;
    left: 1%;
    animation-duration: 1.8s;
	animation-delay: 0.8s;
}
.img7{
	position: absolute;
	top: 15px;
    left: 30%;
	animation-duration: 2.6s;
	animation-delay: 0.6s;
}
.img8{
	position: absolute;
	top: 22px;
	left:68%;
	animation-duration: 1.9s;
	animation-delay: 0.4s;
}
.img9{
	position: absolute;
	top: 9px;
	left:82%;
	animation-duration: 2s;
	animation-delay: 1s;
}
.img10{
	position: absolute;
	top: 85px;
	left:85%;
	animation-duration: 2.6s;
	animation-delay: 0s;
}
.img11{
	position: absolute;
	top: 93px;
    left: 69%;
    animation-duration: 2.8s;
	animation-delay: 0s;
}
.img12{
	position: absolute;
	top: 56px;
    left: 82%;
    animation-duration: 1.8s;
	animation-delay: 0.2s;
}
.img13{
	position: absolute;
	top: 9px;
    left: 47%;
    animation-duration: 2.1s;
	animation-delay: 0.5s;
}
.img14{
	position: absolute;
	top: 55px;
	left:59%;
	animation-duration: 2.5s;
	animation-delay: 0s;
}
.img1:hover,.img2:hover,.img3:hover,.img4:hover,.img5:hover,.img6:hover,.img7:hover,.img8:hover,.img9:hover,.img10:hover,.img11:hover,.img12:hover,.img13:hover,.img14:hover{
	cursor: pointer;
	animation-play-state:paused;
}
@keyframes mymove{
	0% { 
		transform:translate(0,0);
    }
    100% {
    	transform:translate(0px,15px);
    }
}
.index_top img{
	animation-name: mymove;
	animation-iteration-count: infinite; 
	animation-direction: alternate; 
	animation-timing-function: ease-out; 
	animation-fill-mode: forwards;
}

