body {
    background: url("../images/service/bg.png") center center no-repeat;
}

.title {
    width: 895px;
    height: 102px;
    margin: 150px auto;
    background: url("../images/service/logo.png") center center no-repeat;
}

.service-items {
    margin: 125px auto 0;
    width: 1450px;
    text-align: center;
    font-size: 0;
    font-size-adjust: none;
}

.service-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 238px;
    height: 268px;
    margin-left: 65px;
    border-radius: 20px;
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.68);
}

.service-item:first-child {
    margin-left: 0;
}

.service-item>a {
    display: block;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.service-item-icon {
    display: block;
    width: 132px;
    height: 132px;
    margin: 30px auto 0;
    border-radius: 50%;
    background: center center no-repeat;
}

.service-item:nth-child(1) .service-item-icon {
    background-image: url("../images/service/icon1.png");
}

.service-item:nth-child(2) .service-item-icon {
    background-image: url("../images/service/icon2.png");
	background-size: 132px;
}

.service-item:nth-child(3) .service-item-icon {
    background-image: url("../images/service/icon6.jpg");
	background-size: 132px;
}

.service-item:nth-child(4) .service-item-icon {
    background-image: url("../images/service/icon7.png");
}

.service-item:nth-child(5) .service-item-icon {
    background-image: url("../images/service/icon5.png");
}

.service-item-name {
    margin: 35px auto 0;
    width: 198px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 40px;
}

.service-item:nth-child(1) .service-item-name {
    background: #0b87ef;
}

.service-item:nth-child(2) .service-item-name {
    background: #4dc044;
}

.service-item:nth-child(3) .service-item-name {
    background: #f69834;
}

.service-item:nth-child(4) .service-item-name {
    background: #956cfa;
}

.service-item:nth-child(5) .service-item-name {
    background: #2cc0ea;
}