.container {
    background: rgb(239, 239, 239) !important;
}

.nav-container {
    position: relative;
    width: 100%;
    /* height: 449px; */
    margin: 0 auto;
    margin-top: 55px;
}

.nav-container img {
    width: 100%;
    height: 100%;
}

.service-tabs {
    width: 100%;
    height: 80px;
    background: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
}

.service-tab {
    height: 100%;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    padding-top: 10px;
}

.service-tab img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.service-tab.active {
    border-bottom: 2px solid rgb(0, 71, 113);
}

.service-tab .name {
    width: 60px;
    font-size: 12px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #1D1D1F;
    line-height: 20px;
    margin-top: 10px;
}

.service-tab .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.service-tab.active .name {
    font-size: 14px;
    font-weight: bold;
    color: #004771;
}

.service-part {
    width: 100%;
    /* height: 1101px; */
    position: relative;
    margin: 0 auto;
}

.service-part .service {
    height: 1380px;
}

.service-part .content {
    height: 1350px;
}

.service-part .service .describe {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 12px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #1D1D1F;
    line-height: 20px;
}

.service-part .service .tixi {
    width: 95%;
    /* height: 696px; */
    background: #FBFBFD;
    border: 1px solid #BFBFBF;
    border-radius: 30px;
    position: absolute;
    top: 165px;
    left: 2.5%;
    padding: 20px;
}

.service-part .service .tixi .title {
    font-size: 16px;
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
    color: #004771;
    line-height: 20px;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}

.service-part .service .tixi .con {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    margin: 0;
    text-align: left;
}

.service-part .service .tixi hr {
    width: 77px;
    height: 4px;
    background: rgb(0, 71, 113);
}

.service-part .service .map {
    /* display: none; */
    width: 90%;
    object-fit: contain;
    position: absolute;
    top: 600px;
    right: 5%;
    background: url(../../img/service/map.png) no-repeat center;
    background-size: 100% 100%;
    border: 1px solid #BFBFBF;
    border-radius: 30px;
   
}

.service-part .service .map ul {
    width: 100%;
    height: 100%;
    list-style: none;
    box-sizing: border-box;
    
}
.service-part .service .map ul li{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../../img/service/btn.png) no-repeat center;
    background-size: 100% 100%;
    color: #004771;
    font-size: 18px;
    margin: 20px auto;
}


.service-part .content .describe {
    width: 95%;
    height: 180px;
    padding: 0 60px;
    position: absolute;
    top: 20px;
    left: 2.5%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.service-part .content .describe .left {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* top: 28px;
    left: 10px; */
}

.service-part .content .describe .title {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: 'MicrosoftYaHei';
    font-weight: bold;
    color: #FBFBFD;
    line-height: 20px;
    margin-bottom: 10px;
}

.service-part .content .describe .text {
    width: 100%;
    font-size: 10px;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #FBFBFD;
    line-height: 14px;
    text-align: left;
}

.service-part .content .rexian {
    display: none;
    position: absolute;
    top: 64px;
    right: 193px;
}

.service-part .content .list {
    position: absolute;
    margin: 0 auto;
    width: 90%;
    top: 428px;
    left: 5%;
}

.service-part .content .list table {
    border-spacing: 3px 2px;
    border-collapse: separate;
}


.service-part .content .list table td {
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.service-part .content .list table thead td {
    font-weight: bold;
    height: 40px;
}

.service-part .content .list table tbody td {
    height: 86px;
}

.service-part .content .list table tbody .td_con {
    background: #FBFBFD;
    color: #6A6A6A;
    text-align: left;
    padding: 0 20px;
    font-size: 10px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #6A6A6A;
    line-height: 15px;
}