﻿.banner img{
	display: block;
}
.navs ul{
	overflow: hidden;
	background: #0e95ef;
}
.navs ul li{
	float: left;
	width: 33.333333%;
	height: 0.8rem;
	position: relative;
	border-bottom: 1px solid #0583d7;
}
.navs ul li:after{
	content: "";
	width: 1px;
	height: 0.8rem;
	   background: #0583d7;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}
.navs ul li:nth-child(3):after,.navs ul li:nth-child(6):after{
	width: 0px;
}
.navs ul li a{
	display: block;
	width: 100%;
	height: 0.8rem;
	font-size: 0.3rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
}
.column-title{
	font-size: 0.5rem;
	font-weight: 600;
	text-align: center;
	color: #0e95ef;
}
.serve{
	background: #fff;
	padding-top: 0.35rem;
}
.serve-list{
	padding-top: 0.3rem;
}
.serve-list ul{
	overflow: hidden;
}
.serve-list ul li{
	float: left;
	width: 25%;
	margin-bottom: 0.6rem;
}
.serve-list ul li a{
	display: block;
}
.serve-list ul li a .serve-img{
	text-align: center;
	height: 1.14rem;
	margin-bottom: 0.12rem;
}
.serve-list ul li a .serve-img img{
	width: 1.14rem;
	height: 1.14rem;
}
.serve-list ul li a .serve-title{
	font-size: 0.24rem;
	text-align: center;
	color: #333;
	line-height: 0.3rem;
	height: 0.56rem;
	padding:0 0.15rem;
}
.butler{
	background: url(../img/index_bg_3.jpg) no-repeat left top;
	background-size: 100% auto;
	padding-top: 0.24rem;
	margin-bottom: 0.3rem;
}
.butler .column-title{
	color: #fff;
}
.butler-info{
    padding-top: 0.2rem;
}
.butler-info ul{
	overflow: hidden;
	padding:0 0.2rem;
}
.butler-info ul li {
	width: 1.68rem;
	height: 2.2rem;
	background: #fff;
	float: left;
	margin-left: 0.1rem;

}
.butler-info ul li:nth-child(1){
	margin-left: 0;
}
.butler-info ul li .butler-img{
	width: 1.14rem;
	margin: 0 auto;
	padding-top: 0.24rem;
	margin-bottom: 0.2rem;
}
.butler-info ul li .butler-img img{
    display: block;
    width: 1.14rem;
    height: 1.14rem;
}
.butler-info ul li .butler-title{
	text-align: center;
	font-size: 0.24rem;    line-height: 0.28rem;
}
.case {
	background: #fff;
	padding: 0.45rem 0;
}
#case{
	padding-top:0.58rem;
	padding-bottom: 1rem;
}
#case .swiper-slide img{
	width: 80%;
	display: block;
	margin: 0 auto;
}

.flow{
	background: url(../img/index_bg_1.png) left top;
	background-size: 100%;
	height: 4.85rem;
}
.flow .column-title{
	color: #fff;
	padding-top: 0.3rem;
}
.flow .flow-img{
	margin: 0 0.2rem;
	padding-top: .32rem;
}
.flow .flow-img img{
	display: block;
	width: 100%;
}
.new{
	background: #fff;
	padding-top: 0.42rem;
}
.new .new-list{
	padding-top: 0.22rem;
	padding-bottom: 0.4rem;
}
.new .new-list ul{
	padding:0 0.2rem;
}
.new .new-list ul li{
	border-bottom: 1px dotted #ddd;
	padding: 0.2rem 0;
}
.new .new-list ul li a{
	display: block;
	overflow: hidden;
}
.new .new-list ul li a .new-img{
    width: 1.8rem;
    height: 1.3rem;
    margin-right: 0.22rem;
    float: left;
}
.new .new-list ul li a .new-img img{
	width: 1.8rem;
    height: 1.3rem;
}
.new .new-list ul li a .new-info{
	float: left;
	width: calc(100% - 2.2rem);
}
.new .new-list ul li a .new-info .title{
	font-size: 0.28rem;
	line-height: 0.36rem;
	color: #333;
}
.new .new-list ul li a .new-info .sub{
	font-size: 0.25rem;
	line-height: 0.3rem;
	color: #888;
	margin-bottom: 0.05rem;
}
.new .new-list ul li a .new-info .time{
	font-size: 0.2rem;
	line-height: 0.24rem;
	color: #888;
}
.new .new-list ul li a .new-info .time i{
	display: block;
	width: 0.24rem;
	height: 0.24rem;
	background: url(../img/new_iocn_1.png) no-repeat center center;
	background-size: cover;
	float: left;
	margin-right: 0.1rem;
}
















