.service {
    background: #f8f8f8;
    overflow: hidden;
}

.tax-type-title {
    font-size: 32px;
    font-weight: bold;
    color: #121212;
    text-align: center;
    padding-top: 70px;
}

.service-title {
    width: 176px;
    font-weight: bolder;
    padding-top: 10px;
    text-align: center;
    margin: 60px auto 0;
    font-size: 36px;
    color: #3074FE;
    text-align: center;
    border-bottom: 10px solid rgba(48, 116, 254, 0.27);
    line-height: 24px;
}

.tax-type-desc {
    font-size: 32px;
    text-align: center;
    color: #4D4D4D;
    margin-top: 33px;
}

.tax-type-desc span {
    color: #1F6FDE;
}

.tax-type-box {
    margin-top: 30px;
    margin-left: 176px;
    overflow: hidden;
}

.tax-box-item {
    float: left;
    border-bottom: 2px solid #1F6FDE;
    padding-bottom: 8px;
    margin-right: 20px;
    overflow: hidden;
}

.tax-box-item img {
    float: left;
    width: 30px;
    height: 30px;
}

.tax-box-item div {
    float: left;
    font-size: 18px;
    color: #676767;
    margin-left: 8px;
}

.tax-box-lastitem {
    margin-right: 0px;
}

.service-container {
    margin-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}

.service-left {
    float: left;
    width: 600px;
    padding-top: 40px;
    height: 440px;
    background: url(/Modules/images/service/case_back1.png) center no-repeat;
}

.service-left-title {
    margin-left: 158px;
    overflow: hidden;
}

.service-left-title img {
    float: left;
    width: 46px;
    height: 46px;
}

.service-left-title div {
    float: left;
    font-size: 30px;
    font-weight: bolder;
    color: #FFFFFF;
    margin-left: 5px;
 }

.service-container-line {
    width: 461px;
    height: 1px;
    opacity: 0.2;
    background: #FFFFFF;
    margin: 40px auto 21px;
}

.service-left-new {
    margin-left: 14px;
    overflow: hidden;
}

.service-new-item {
    float: left;
    margin-left: 43px;
    margin-top: 32px;
    overflow: hidden;
}

.service-new-item img {
    float: left;
    width: 34px;
    height: 34px;
}

.service-new-item div {
    float: left;
    font-size: 24px;
    font-weight: bolder;
    color: #FFFFFF;
    margin-left: 6px;
}

.service-left-button {
    width: 322px;
    height: 48px;
    background: #FF9A29;
    border-radius: 3px;
    line-height: 48px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 45px auto 0;
    cursor: pointer;
}

.service-right {
    float: left;
    width: 600px;
    padding-top: 40px;
    height: 440px;
    background: url(/Modules/images/service/case_back2.png) center no-repeat;
}

.service-right-button {
    background: #14A7FF;
}