.wrapBox {
    width: 1200px;
    margin: 0 auto;
}

ol, li, ul {
    list-style: none;
}

.focusService {
    background: #f8f8f8;
    padding-bottom: 100px;
}

.second-title {
    text-align: center;
    padding: 60px 0;
}

.second-title h2 {
    font-size: 26px;
    color: #333;
    margin-bottom: 30px;
}

.second-title p {
    font-size: 16px;
    color: #666;
}

.focusServiceUl {
    display: flex;
    width: 1242px;
}

.focusServiceUl li {
    float: left;
    margin-right: 34px;
    width: 380px;
    background: #fff
}

.focusServiceUl li a {
    display: block;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
}

.focusServiceUl li a:hover i {
    color: #ff9500;
}

.focusServiceUl li img {
    width: 380px;
    height: 176px;
    display: block;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
}

.focusServiceUl li a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    max-height: 260px
}

.focusServiceUl li em, .focusServiceUl li span {
    display: block;
    text-align: left;
    padding: 0 30px;
}

.focusServiceUl li span {
    color: #444344;
    font-size: 18px;
    padding-top: 27px;
    padding-bottom: 20px;
}

.focusServiceUl li em {
    color: #666;
    font-size: 14px;
    padding-bottom: 27px;
}

.focusServiceUl li i {
    display: block;
    color: #8c8c8c;
    padding: 18px 0 20px;
    margin: 0 20px;
    text-align: right;
    border-top: 1px solid #d2d2d2;
    background: url(../img/focusArr.png) no-repeat right center;
    padding-right: 32px;
}

.serviceRule {
    display: flex;
    background: #fff;
    padding-bottom: 100px;
}

.serviceRule .first {
    display: flex;
    justify-content: space-between;
}

.serviceRule .second {
    display: flex;
}

.serviceRule .first li {
    text-align: center;
}

.serviceRule img {
    width: 150px;
    height: 150px;
}

.serviceRule .second li {
    text-align: center;
    margin-right: 213px;
}

.serviceRule li span {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}