.section{
    width: 100%;
    overflow: hidden;
}
.section .warp{
    width: 90%;
    margin: 37px auto 126px;
}
.section .warp .title .click{
    display: flex;
}
.section .warp .title .click a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #323232;
    margin-right: 39px;
    transition: 0.6s;
}
.section .warp .title .click a:last-child{
    margin-right: 0;
}
.section .warp .title .click a:hover{
    color: #F1681A;
}
.section .warp .title .click .active{
    color: #F1681A;
}
.section .warp .title > span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2F2F2F;
    margin-top: 54px;
    margin-bottom: 45px;
}
.section .warp .title #allmap{
    width: 100%;
    height: 490px;
}
.section .warp .title .text{
    display: flex;
    margin-top: 44px;
}
.section .warp .title .text .item{
    margin-right: 141px;
}
.section .warp .title .text .item:last-child{
    margin-right: 0;
}
.section .warp .title .text .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #232323;
    margin-bottom: 15px;
}
.section .warp .title .text .item a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #232323;
    margin-right: 25px;
}
.details{
    /*width: 1382px;*/
}
.details .con_nav{
    width: 100%;
    height: 76px;
    background: #F6F7F8;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.details .con_nav p:first-child {
    margin-left: 112px;
}
.details .con_nav p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #525456;
    margin-right: 10%;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.details .con_nav p:last-child {
    margin-right: 0;
}
.details .item {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    transition: 0.6s;
    margin-bottom: 30px;
}
.details .item .block {
    width: 99.9%;
    height: 73px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.6s;
}
.details .item .block p:first-child {
    margin-left: 112px;
    color: #626467;
}
.details .item .block p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #9DA0A5;
    margin-right: 10%;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}
.details .item .none {
    width: 100%;
    height: auto;
    display: none;
}
.details .item .none .con {
    display: flex;
    margin-top: 84px;
    margin-left: 117px;
    margin-bottom: 74px;
}
.details .item .none .con .text {
    margin-right: 182px;
}
.details .item .none .con .text p:first-child {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
}
.details .item .none .con .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9DA0A5;
    line-height: 35px;
}
.details .item .none .con .text a{
    font-weight: bold;
    color: #F1681A;
}
.details .item .none .con .text span {
    display: inline;
}
.details .item .none .con .text:last-child {
    margin-right: 0;
}
.details .item .block p:last-child{
    margin-right: 0;
}
.item_active {
    border: 1px solid #F1681A!important;
}
.item_active .block {
    border: 1px solid #F1681A!important;
    background: #F1681A!important;
}
.item_active .block p {
    color: #fff!important;
}

@media screen and (max-width: 1660px) {
    .details .con_nav p:first-child{
        margin-left: 31px;
    }
    .details .con_nav p {
        font-size: 14px;
    }
    .details .item .block p:first-child{
        margin-left: 31px;
    }
    .details .item .block p{
        font-size: 14px;
    }
    .details .item .none .con{
        margin-left: 65px;
    }
}
@media screen and (max-width: 768px) {
    .section .warp{
        width: 100%;
    }
    .section .warp .title{
        width: 90%;
        margin: auto;
    }
    .section .warp .title > span{
        font-size: 24px;
        margin-top: 29px;
    }
    .details .con_nav p{
        margin-right: 0;
        margin-left: 0!important;
        font-size: 12px;
    }
    .details .item .block p{
        font-size: 12px;
        margin-left: 0!important;
        margin-right: 0;
        width: auto;
    }
    .details .item .block{
        width: 96%;
        padding: 0 2%;
        justify-content: space-between;
    }
    .details .item .none .con{
        width: 90%;
        margin: 20px auto;
        flex-direction: column;
    }
    .details .item .none .con .text{
        margin-right: 0;
    }
    .details .item .none .con .text p span{
        font-size: 12px!important;
    }
    .details .item .none .con .text p:first-child span{
        font-size: 20px!important;
    }
    .section .warp .title #allmap{
        height: 320px;
    }
    .section .warp .title .text{
        flex-direction: column;
    }
    .section .warp .title .text .item{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .section .warp .title .text .item p{
        margin-bottom: 10px;
    }
    .section .warp .title .text .item a{
        font-size: 13px;
    }
    .section .warp {
        margin: 37px auto;
    }
    .details .item{
        border: none!important;
    }
    .details .item .block{
        border-left: none!important;
    }
}