/* 头部大图 */
.yl-indtit{text-align: center;font-size: 36px;color: #212121;padding-top: 50px;}

.sw_bgbox{
	padding-bottom: 40px;
}
.sw_bgbox h3 {
    padding: 70px 0;
}
.s_contentBox{
	position: relative;
}
.what{
	text-align: center;
	overflow:hidden;
}
.small {
    width:100%;
    margin: 0 auto;
}
.whatBox {
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
	width:33%;
	height: 310px;
	border: 1px solid rgba(240,240,240,1);
	/* margin-right: 30px; */
	margin-bottom: 30px;
    padding: 30px;
    float: left;
}
.sw_bgbox .what .sw_imgBox {
    width: 112px;
	height: 112px;
	line-height: 112px;
	background: rgba(247,247,247,1);
	border-radius: 50%;
    display: inline-block;
    transition: top 0.4s;
    -moz-transition: top 0.4s;
    -webkit-transition: top 0.4s;
    -o-transition: top 0.4s;
    position: relative;
    top: 0;
}
.sw_bgbox .what .whatBox:hover .sw_imgBox {
    top: 10px;
}
.web-title-1 span {
    display: block;
    font-size: 15px;
    color: #666;
    /* background: url(/skin/images/web-title-bg.gif) no-repeat center center; */
    margin-top: 20px;
}
.whatBox .what-name {
    font-size: 22px;
    color: #666;
	line-height: 35px;
	margin-top: 20px;
}
/* 服务流程 */
.uk-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-scrollspy-init-inview {
    position: relative;
}
.uk-grid{
	width: 100%;
	margin-bottom: 30px;
	margin-top:50px;
}
.uk-grid li{
	width: 16%;
}
.uk-grid li h3{
	text-align: center;
}
.web-content5-box {
    overflow: hidden;
    background: url(../images/lc-bg.gif) no-repeat;
    width: 145px;
    height: 167px;
}
.web-content5-box:hover {
    background: url(../images/lc-bg-hover.png) no-repeat;
}
.web-content5-box:hover h3 {
    color: #d3433e;
    font-weight: bold;
}

.solution {
    width: 100%;
}
.uk-text-center {
    text-align: center !important;
}
.solution .qq_icon {
    width: 279px;
    height: 61px;
    border: 0;
    margin: 50px auto 0;
    padding: 0;
    line-height: 61px;
    text-align: center;
    background: rgba(31,137,229,1);
    border-radius: 6px;
    font-size: 20px;
    color: rgba(255,255,255,1);
}