﻿.item-one {
	margin-bottom: 50px;
}

.item-one p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

.item-one .right i {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eed72d;
	border-radius: 100%;
	text-align: center;
	font-size: 28px;
    margin:15px 0;
	font-weight: normal
}

.item-one .right p{
    color:#333;
    font-size:16px;
}

.item-two {
    background: url('../../img/website/business/item7.jpg') no-repeat center center;
    background-size:cover;
    overflow:hidden
}

.item-two .left h3, .item-two .left p{
    color:#fff;
}

.item-two .item{
    background:#FFF;
    padding:40px;
    position:relative;
    transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    -webkit-transition:all ease-in-out .3s;
}

.item-two .item:hover{
    margin-top:-15px;
}

.item-two .head{
    text-align:center;
    color:#FFF;
}

.item-two .head p{
    font-size:16px;
    margin-bottom:50px;
}

.item-two .item i{
    display:block;
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:100%;
    font-size:38px;
    color:#fff;
    text-align:center;
    margin:0 auto;
}

.item-two .item h4{
    color:#333;
    text-align:center;
    line-height:28px;
    font-size:16px;
}

.item-two .item p{
    text-align:center;
    color:#666
}

.item-step {
    background:#f8f8f8
}

@media (max-width:768px) {
    .item-two .item{
        margin-bottom:15px;
    }
}