.serviceCon {
    width: 100%;
    background: url(../imgs/home/serviceconbg.jpg) no-repeat center;
    height: 708px;
}

.serviceCon .mainCon {
    width: 100%;
    margin-top: 30px;
    height: 500px;
}

.serviceCon .mainCon ul {
    height: 500px;
    position: relative;
    width: 100%;
}

.serviceCon .mainCon li {
    float: left;
    width: 333px;
    height: 185px;
    padding: 24px 25px 0 38px;
    background: #fff;
    margin-bottom: 2px;
    border: 1px solid #eceaea;
    position: relative;
}

.serviceCon .mainCon li.dif {
    margin-right: 404px;
    border-right: 1px solid #eceaea;
}

.serviceCon .mainCon li.same h3 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin-bottom: 16px;
}

.serviceCon .mainCon li.same h3 a {
    font-size: 20px;
    color: #0B579F;
    font-weight: bold;
    text-decoration: none;
    margin-right: 8px;
}

.serviceCon .mainCon li.same .box {
    overflow: hidden;
}

.serviceCon .mainCon li.same .box a {
    display: block;
    font-size: 14px;
    color: #666666;
    float: left;
    width: 166px;
    margin-bottom: 8px;
    text-decoration: none;
}

.serviceCon .mainCon li.same a.more {
    display: block;
    padding-left: 24px;
    background: url(../imgs/home/servicecon_icon01.png) no-repeat left center;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #999999;
    position: absolute;
    left: 38px;
    bottom: 28px;
}

.serviceCon .mainCon li.last {
    padding: 85px 0 0 44px;
    width: 354px;
    height: 550px;
    border: none;
    position: absolute;
    top: 0;
    left: 401px;
    border: 1px solid #eceaea;
}

.serviceCon .mainCon li.last h3 {
    font-size: 20px;
    color: #0B579F;
}

.serviceCon .mainCon li.last h3 a {
    font-size: 20px;
    color: #0B579F;
    font-weight: bold;
    text-decoration: none;
    margin-right: 8px;
}

.serviceCon .mainCon li.last span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 3px;
}

.serviceCon .mainCon li.last i {
    display: block;
    width: 44px;
    height: 1px;
    margin-top: 16px;
}

.serviceCon .mainCon li.last .box {
    margin-top: 40px;
}

.serviceCon .mainCon li.last .box a {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 18px;
}

.serviceCon .mainCon li.last .more {
    display: block;
    padding-left: 24px;
    background: url(../imgs/home/servicecon_icon01.png) no-repeat left center;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #999999;
    position: absolute;
    left: 48px;
    bottom: 78px;
}

.serviceCon .mainCon li:hover {
    background: url(../imgs/home/serviceconbg02.jpg) no-repeat center top;
    background-size: cover;
}

.serviceCon .mainCon li.same:hover h3 a {
    color: #fff;
}

.serviceCon .mainCon li.same:hover h3 {
    color: #fff;
}

.serviceCon .mainCon li.same:hover .box a {
    color: #fff;
}

.serviceCon .mainCon li.same:hover a.more {
    color: #fff;
    background: url(../imgs/home/servicecon_icon02.png) no-repeat left center;
}

.serviceCon .mainCon li.last:hover h3 a {
    color: #fff;
}

.serviceCon .mainCon li.last:hover span {
    color: #fff;
}

.serviceCon .mainCon li.last:hover i {
    background: #fff;
}

.serviceCon .mainCon li.last:hover .box a {
    color: #fff;
}

.serviceCon .mainCon li.last:hover .box a:hover {
    color: #fff000
}

.serviceCon .mainCon li.last:hover a.more {
    color: #fff;
    background: url(../imgs/home/servicecon_icon02.png) no-repeat left center;
}

.serviceCon .mainCon li.same .box a:hover {
    font-weight: bold;
    color: #fff000;
}

.Title {
    width: 100%;
    text-align: center;
    padding-top: 44px;
}

.Title h2 {
    color: #333333;
    font-size: 30px;
    font-weight: normal;
}

.Title h2 a {
    color: #333333;
    text-decoration: none;
}

.Title p {
    font-size: 18px;
    color: #616161;
    margin-top: 2px;
}

.Title i {
    display: block;
    width: 104px;
    height: 1px;
    margin: 14px auto 0;
}

.Title i img {
    display: block;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

@media (min-width: 600px) {
    .service-container .service-list .service-item {
        min-height: 500px;
        max-width: 320px;
    }
    .service-container .service-list .service-item .service-box {
        padding-top: 115%;
    }
    .service-container .service-list .service-item .hover {
        height: 100%;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .service-container .service-list .service-item {
        margin: 0;
    }
    .serviceCon .container {
        width: 100%;
    }
    .serviceCon .mainCon li.last {
        position: static;
        padding: 50px 0 0 44px;
        width: 100%;
        height: 400px;
    }
    .serviceCon .mainCon li.last .more {
        margin-top: 20px;
        bottom: auto;
    }
}

.service-container .service-list .service-item {
    /*margin:0;*/
}