@charset "utf-8";

/* 企业服务 */
.service {
    padding-bottom: 85px;
}
.service .banner {
    width: 100%;
    height: 158px;
    overflow: hidden;
    background: url(images/banner-service.jpg) no-repeat center center;
}
.service .banner .txt {
    margin-top: 42px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
}
.service .menu {
    float: left;
    margin-right: 1px;
    width: 199px;
    height: 660px;
    background-color: #fff;
}
.service .menu li a {
    display: block;
    width: 100%;
    height: 73px;
    line-height: 73px;
    background-color: #fff;
    text-align: center;
    position: relative;
    color: #555;
}
.service .menu li a i{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 8px;
    height: 14px;
    background: none;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -8px;
    right: -1px;
}
.service .menu li a:hover {
    color: #0095d9;
}
.service .menu li a.active {
    color: #0095d9;
    background-color: #fafafa;
}
.service .menu li a.active i {
    background: url(images/icons-service.png) no-repeat 0 0;
}
.service .content {
    float: right;
    padding: 0 20px;
    width: 930px;
    height: 660px;
    background-color: #fff;
}
.service .content .title {
    margin-top: 3px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.service .content .pics {
    width: 100%;
    height: 184px;
}
.service .content .pics .pic {
    float: left;
    width: 780px;
    height: 184px;
}
.service .content .pics .pic-01 {
    background: url(images/service-01.jpg) no-repeat;
}
.service .content .pics .pic-02 {
    background: url(images/service-02.jpg) no-repeat;
}
.service .content .pics .pic-03 {
    background: url(images/service-03.jpg) no-repeat;
}
.service .content .pics .pic-04 {
    background: url(images/service-04.jpg) no-repeat;
}
.service .content .pics .pic-05 {
    background: url(images/service-05.jpg) no-repeat;
}
.service .content .pics .pic-06 {
    background: url(images/service-06.jpg) no-repeat;
}
.service .content .pics .pic-07 {
    background: url(images/service-07.jpg) no-repeat;
}
.service .content .pics .pic-08 {
    background: url(images/service-08.jpg) no-repeat;
}
.service .content .pics .icons {
    float: right;
    width: 150px;
    height: 184px;
    background-color: #f6f6f6;
}
.service .content .pics .icons .ico {
    margin: 40px auto 15px auto;
    width: 68px;
    height: 68px;
    background: url(images/icons-service.png) no-repeat;
}
.service .content .pics .icons .ico-01 {
    background-position: -10px 0;
}
.service .content .pics .icons .ico-02 {
    background-position: -80px 0;
}
.service .content .pics .icons .ico-03 {
    background-position: -150px 0;
}
.service .content .pics .icons .ico-04 {
    background-position: -220px 0;
}
.service .content .pics .icons .ico-05 {
    background-position: -10px -70px;
}
.service .content .pics .icons .ico-06 {
    background-position: -80px -70px;
}
.service .content .pics .icons .ico-07 {
    background-position: -150px -70px;
}
.service .content .pics .icons .ico-08 {
    background-position: -220px -70px;
}
.service .content .pics .icons .txt {
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.service .content>.txt {
    margin-top: 30px;
    width: 100%;
    height: 184px;
    line-height: 24px;
    color: #666;
    position: relative;
}
.service .content>.txt .tel {
    font-size: 16px;
    position: absolute;
    top: 248px;
    left: 0;
}