.section {
    background: #F6F1F1;
    padding: 150px 0 0;
}
.section .warp {
    width: 1420px;
    margin: auto;
}
.section .warp h4 {
    font-weight: bold;
    font-size: 30px;
    color: #AB0E12;
    margin-bottom: 17px;
}
.section .warp .main {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px 0px 20px 0px;
    padding: 30px 30px 36px;
}
.section .warp .main .flex {
    display: flex;
    align-items: center;
}
.section .warp .main .flex h5 {
    font-weight: bold;
    font-size: 20px;
    color: #AB0E12;
    line-height: 1;
    margin-right: 29px;
}
.section .warp .main .flex .listbox .list{
    display: flex;
}
.section .warp .main .flex .listbox .list>a {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    cursor: pointer;
    display: block;
    transition: 0.4s;
}
.section .warp .main .flex:nth-child(1) {
    margin-bottom: 21px;
}
.section .warp .main .flex .listbox .list>a:not(:nth-last-child(1)) {
    margin-right: 40px;
}
.section .warp .main .flex>a:hover,.section .warp .main .flex>a.on {
    color: #AB0E12;
}
.section .warp .main .flex .select {
    width: 129px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    background: #F6F6F6;
    border: none;
    margin: 0 20px 0 0;
    padding: 0 20px 0 17px;
    position: relative;
    cursor: pointer;
}
.section .warp .main .flex .select .iconfont {
    transform: rotate(90deg);
}
.section .warp .main .flex .select p {
    color: #111111;
}
.down_select .pull {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    color: #606266;
    border: 1px solid #dedede;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    max-height: 259px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 10;
}
.down_select.on .pull {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%,0);
}
.down_select .pull div:not(.scroll-content) {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    padding: 0 0 0 17px;
    position: relative;
    line-height: 36px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.down_select .pull div:not(.scroll-content) span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.down_select .pull div:not(.scroll-content):hover span {
    opacity: 1;
}
.flex {
    display: flex;
}
.section .warp .content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;

}
.section .warp .content .left_list {
    width: 307px;
    max-height: 820px;
    overflow: hidden;
}
.section .warp .content .left_list .item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px 0px 20px 0px;
    border: 1px solid transparent;
    transition: 0.4s;
    cursor: pointer;
    padding: 20px 25px 9px;
    margin-bottom: 20px;
}
.section .warp .content .left_list .item:hover,.section .warp .content .left_list .item.on {
    border: 1px solid #AB0E12;
}
.section .warp .content .left_list .item .flex h5,.section .warp .content .left_list .item .flex .money {
    font-weight: bold;
    font-size: 18px;
    color: #AB0E12;
    line-height: 1;
}
.section .warp .content .left_list .item .flex:nth-child(1) {
    justify-content: space-between;
    margin-bottom: 10px;
}
.section .warp .content .left_list .item .flex .label {
    width: fit-content;
    padding: 0 12px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 35px;
    background: #F6F6F6;
    border-radius: 5px 0px 5px 0px;
}
.section .warp .content .left_list .item .flex .label:not(:nth-last-child(1)) {
    margin-right: 10px;
}
.section .warp .content .left_list .item .addr {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1;
    margin-top: 25px;
}
.section .warp .content .swiper {
    width: 1093px;
    margin: 0;
}
.section .warp .content .swiper .swiper_box {
    background: #FFFFFF;
    border-radius: 20px 0px 20px 0px;
    padding: 20px 46px 50px 41px;
}
.section .warp .content .swiper .swiper_box .swiper_title .flex {
    align-items: center;
}
.section .warp .content .swiper .swiper_box .swiper_title .flex h5 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 1;
    margin-right: 56px;
}
.section .warp .content .swiper .swiper_box .swiper_title .flex p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin-right: 50px;
}
.section .warp .content .swiper .swiper_box .swiper_title .flex .money {
    font-weight: bold;
    font-size: 18px;
    color: #AB0E12;
    line-height: 1;
    margin: 0;
}
.section .warp .content .swiper .swiper_box .swiper_title .flex:nth-child(1) {
    margin-bottom: 12px;
}
.section .warp .content .swiper .swiper_box .swiper_title {
    margin-bottom: 30px;
}
.section .warp .content .swiper .swiper_box .swiper_content {
    padding: 27px 0 40px;
    position: relative;
    margin-bottom: 35px;
}
.section .warp .content .swiper .swiper_box .swiper_content::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #F2EFEF;
    position: absolute;
    top: 0;
    left: 0;
}
.section .warp .content .swiper .swiper_box .swiper_content::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #F2EFEF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .warp .content .swiper .swiper_box .swiper_content h4 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin-bottom: 20px;
}
.section .warp .content .swiper .swiper_box .swiper_content .swiper_content_box h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
    color: #111111;
}
.section .warp .content .swiper .swiper_box .swiper_content .swiper_content_box p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}
.section .warp .content .swiper .swiper_box .swiper_content .swiper_content_box {
    margin-bottom: 20px;
}
.section .warp .content .swiper .swiper_box .swiper_contact p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}
.scrollbar-thumb {
    display: none!important;
}

@media screen and (max-width: 1600px){
	.section .warp{
	    width:90%;
	}
	.section {
	    padding-top: 120px;
	}
	.section .warp h4 {
        font-size: 28px;
	}
	.section .warp .main .flex h5{
	    font-size: 18px;
	}
    .section .warp .main .flex .listbox .list>a {
        font-size: 16px;
	}
	.section .warp .content .swiper{
	    flex: 1;
	    margin-left: 20px;
	}
	.section .warp .main .flex .select {
	    font-size: 16px;
    }
    .section .warp .main .flex .listbox .list>a:not(:nth-last-child(1)) {
        margin-right: 30px;
    }
    .section .warp .content .left_list .item .addr {
        margin-top: 16px;
    }
    .section .warp .content .left_list .item {
        padding-bottom: 15px;
    }
    .section .warp .content .left_list {
        width: 280px;
    }
}

@media screen and (max-width: 1024px){
    .section .warp{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
    }
    .section .warp .main .flex .listbox .list>a {
        font-size: 14px;
    }
    .section .warp .content .left_list .item .flex .label{
        font-size: 14px;
        line-height: 30px;
    }
    .section .warp .content .left_list .item {
        padding: 20px 15px 15px;
    }
    .section .warp .main .flex .select {
        font-size: 14px;
        width: 110px;
        height: 36px;
        padding: 0 12px;
    }
    .section .warp .content .swiper .swiper_box .swiper_content .swiper_content_box p {
        font-size: 14px;
        line-height: 28px;
    }

     .section .warp .content .left_list {
        width: 240px;
    }
    .section .warp .content .left_list .item .flex h5, .section .warp .content .left_list .item .flex .money {
        font-size: 16px;
    }
    .section .warp .content .swiper .swiper_box .swiper_contact p {
        font-size: 14px;
        line-height: 28px;
    }
    .section .warp .content .swiper .swiper_box .swiper_content {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .section .warp .content .left_list .item .addr {
        font-size: 14px;
    }
    .section .warp .content .swiper .swiper_box {
        padding: 20px 20px 50px;
    }
    .section .warp .content .swiper .swiper_box .swiper_content .swiper_content_box {
        margin-bottom: 10px;
    }
    .section .warp .main {
        padding: 20px 20px 24px;
    }
    .section .warp .main .flex:nth-child(1){
        flex-direction: column;
        align-items: start;
    }
    .section .warp .content .swiper .swiper_box .swiper_title .flex h5 {
        font-size: 20px;
        margin-right: 30px;
    }
    .section .warp .content .swiper .swiper_box .swiper_title .flex p {
        margin-right: 30px;
    }
    .section .warp .main .flex h5{
        margin-bottom: 10px;
    }
    .section .warp .main .flex .listbox .list>a:not(:nth-last-child(1)) {
        margin-right: 10px;
    }
    .section .warp .content .swiper .swiper_box .swiper_content h4,
    .section .warp .content .swiper .swiper_box .swiper_content .swiper_content_box h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px){
    .section {
        padding-top: 80px;
    }
    .section .warp{
        padding-left: 20px;
        padding-right: 20px;
    }
    .section .warp .main .flex .listbox{
        width: 100%;
    }
    .section .warp .main .flex .listbox .list{
        width: 650px;
    }
    .section .warp .main .flex .select {
        font-size: 12px;
        margin-right: 10px;
    }

    .section .warp .content{
        flex-direction: column;
    }
    .section .warp .content .left_list{
        width: 100%;
    }
    .section .warp .content .left_list .list{
        display: flex;
        width: fit-content;
    }
    .section .warp .content .left_list .list .item{
        width: 240px;
    }
    .section .warp .content .left_list .list .item:not(:last-child){
         margin-right: 10px;
    }
    .section .warp .content .swiper{
        margin-left: 0;
        width: 100%;
    }
    .section .warp h4 {
        font-size: 24px;
    }
    .section .warp .content .swiper .swiper_box .swiper_content .swiper_content_box p {
        font-size: 12px;
        line-height: 24px;
    }
    .section .warp .content .swiper .swiper_box .swiper_title .flex p {
        font-size: 14px;
    }
    .section .warp .content .swiper .swiper_box .swiper_contact p {
        font-size: 12px;
        line-height: 24px;
    }
}
@media screen and (max-width: 500px){
    .section .warp .main .flex:nth-child(2){
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section .warp .main .flex .select{
        width: 49%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}


