@charset "UTF-8";

/*页码*/
.mypage {
    /*clear: both;*/
    width: 100%;
    height: auto;
    border: #517CC4 0px solid;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
}

.mypage input {
    width: 60px;
    padding: 6px 12px;
    border: 1px solid #DBDBDB;
    font-size: 16px;
    text-align: center;
}

.pc_dis {
    display: none;
}

.mypage a {
    color: #4d555d;
    width: auto;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    margin-right: 5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mypage span {
    color: #717171;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 5px;
}

.mypage .linking,
.mypage a:hover {
    color: #fff;
    background: #D60410;
    border: 1px solid transparent;
    border-radius: 4px;
}

.auction_list ul {
    display: flex;
    flex-wrap: wrap;
}

.auction_list ul li {
    width: 24.5%;
    margin-right: 0.66%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #EFEFEF;
}

.auction_list ul li:nth-child(4n) {
    margin-right: 0;
}

.auction_img img {
    width: 100%;
}

.auction_text {
    padding: 10px;
}

.auction_tit a {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.auction_subtit a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}

.auction_santit {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}

.auction_tit h4 {
    max-width: 75%;
    line-height: 16px;
    height: 16px;
}

.auction_tit span {
    border: 1px solid #CB0009;
    color: #CB0009;
    padding: 0 5px;
    margin-left: 10px;
}

.auction_santit i {
    font-size: 20px;
}

.list-opt-pd {
    padding-bottom: 7px;
    box-shadow: 0 0 8px #EFEFEF;
}

.pad_top30 {
    padding-top: 30px;
}

.list-cate-item:last-child {
    border-bottom: none;
}

.course-cate-choose {
    padding: 15px 20px;
}

.list-cate-item {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding-top: 10px;
}

.list-cate-title {
    vertical-align: top;
    color: #444444;
    font-size: 16px;
    width: 70px;
    font-weight: bold;
    line-height: 50px;
    text-align: right;
}

.list-cate-ul-w1 {
    width: 90%;
    padding-left: 10px;
}

.list-cate-ul-w1 .revi-search-bar {
    margin: 10px 0;
    height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.list-cate-ul-w1 .revi-searchbar-content {
    height: 30px;
}

.list-cate-ul-w1 .revi-search-ipt {
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    height: 28px;
}

.list-cate-ul-w1 .revi-search-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 53px;
    line-height: 26px;
}

.list-cate-ul-w1 .revi-search-btn i {
    color: #0268BA;
}

.list-cate-ul>li {
    display: inline-block;
    margin-right: 9px;
    margin-top: 13px;
}

.list-cate-ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: #555;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    margin: 0 0 10px 0;
}


.cert-more-look {
    display: none;
    font-size: 14px;
    color: #0268BA;
    line-height: 50px;
    cursor: pointer;
}

.choi-more-icon {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.drop-arrow-more {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #dadada;
    background: #eeecec;
    font-size: 12px;
    color: #8d8d8d;
    text-align: center;
    line-height: 16px;
}

.list-cate-ul-h {
    overflow: hidden;
}

.list-cate-ul>.select>a {
    color: #9B0000;
    font-size: 16px;
    box-shadow: 0 0 3px #cdc2c2;
    border-radius: 34px;
}

.list-cate-ul a:hover {
    /* color: #9B0000;
    font-size: 16px;
    box-shadow: 0 0 3px #cdc2c2;
    border-radius: 34px; */
}

.list-choose-item {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 14px;
    color: #555;
    background: #f4f4f4;
    padding: 3px 8px;
    margin-right: 12px;
}

.list-choose-item a {
    display: inline-block;
    margin-right: 5px;
    color: #555;
}

.set-close-ico {
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
    cursor: pointer;
    color: #383741;
    margin-left: 17px;
}

.course-choose-clear {
    font-size: 14px;
    color: #555;
    display: inline-block;
}

.course-choose-clear:hover {
    color: #0268BA;
}

.list-choose-item:hover {
    background: #0268BA;
}

.list-choose-item:hover a {
    color: #fff;
}

.list-choose-item:hover .set-close-ico {
    color: #fff;
}

.cate_serch {
    padding-left: 80px;
}

.cate_serch .cate_serch_input {
    width: 320px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #9B0000;
    font-size: 16px;
    background: none;
    border-radius: 40px;
    display: flex;
    background: #fff;
    overflow: hidden;
}

.cate_serch_input input {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
    border-radius: 5px;
    padding-left: 10px;
}

.cate_serch_input i {
    font-size: 20px;
    margin: 0 10px;
    color: #9B0000;
}

.cate_inner {
    padding-top: 10px;
}

.pb_10 {
    margin-bottom: 10px;
}

.bannerimg img {
    width: 100%;
}

.cont {
    position: relative;
    top: -100px;
}

.cont_inner {
    display: flex;
    justify-content: space-between;
}

.cont_lf {
    width: 260px;
    border: 1px solid #DBDBDB;
    background-color: #fff;
}

.cont_rt {
    width: 920px;
    padding: 0 40px 40px;
    border: 1px solid #DBDBDB;
    background-color: #fff;
}

.cont_lf ul li a {
    display: block;
    border-bottom: 1px solid #DBDBDB;
}

.cont_lf ul li {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-left: 2px solid transparent;

}

.cont_lf ul li:hover a,
.cont_lf ul li.active a {
    color: #A00E15;
    font-weight: bold;
}

.cont_lf ul li:hover,
.cont_lf ul li.active {
    border-left: 2px solid #A00E15;
}

.cont_tit {
    padding: 15px 0;
    border-bottom: 1px solid #DBDBDB;
}

.ne_cont p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.ne_cont p img {
    max-width: 100%;
}

.advertise_top_rt i {
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #363636;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.advertise_top {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F9F9F9;
    padding: 0 25px;
    border-left: 3px solid #A00E15;
}

.advertise_bottom_lf {
    width: 40%;
    margin-right: 7%;
}

.advertise_bottom_rt {
    width: 40%;
}

.advertise_bottom {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.advertise_bottom p {
    line-height: 20px;
}

.advertise_bottom h4 {
    margin-bottom: 15px;
}

.advertise_hide {
    display: none;
}

.advertise ul li {
    margin-bottom: 15px;
}

.advertise li.active .advertise_hide {
    display: block;
}

.advertise li.active .advertise_top_rt i {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #A00E15;
}

.news ul li {
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news_img {
    float: left;
    width: 245px;
}

.news_text {
    margin-left: 270px;
}

.news_img img {
    width: 100%;
}

.news_text h4 {
    font-size: 18px;
    color: #3A3A3A;
    margin-bottom: 15px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}

.news_text p {
    color: #666;
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}


.news ul li:hover {
    box-shadow: 0 0 10px #E0E0E0;
}

.contact_us li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #EDF1F2
}

.contact_us li img {
    margin-right: 10px;
}

.contact_us li p {
    font-family: '宋体';
}

#map {
    height: 340px;
}

.nav {
    height: 75px;
    display: flex;
    align-items: center;
    background: #231815;
    margin-bottom: 20px;
}

.nav span {
    margin-left: 20px;
    margin-right: 20px;
}

.nav ul {
    display: flex;
    align-items: center;
}

.nav ul li {
    width: 65px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    margin: 0 10px;
}

.nav ul li:hover,
.nav ul li.active {
    background: #fff;
}

.nav ul li:hover a,
.nav ul li.active a {
    color: #9D0E15;
}

.leaflets_phone li {
    line-height: 25px;
    padding: 15px 10px;
}

.leaflets_phone li b {
    font-size: 14px;
    margin-right: 10px;
}

.leaflets_phone li span {
    color: #999;
}

.leaflets_phone li span .prior {
    color: #fff;
}


.nav span {
    margin-left: 6px;
    margin-right: 10px;
}

.nav ul li {
    margin: 0;
}

.module h4 {
    font-size: 12px;
    color: #7ecef4;
    line-height: 40px;
    padding: 0 10px 0 6px;
    font-weight: bold;
}

.module h2 {
    font-size: 14px;
    color: #999;
    line-height: 40px;
    padding: 0 6px 0 10px;
    border-bottom: 2px solid #448aca;
}



.content {
    width: 1200px;
}

.hh_115 {
    height: 115px;
}

.card_cont {
    display: flex;
    padding-top: 30px;
}

.card_cont_lf {
    width: 50%;
}

.card_cont_rt {
    width: 50%;
}

.card_cont_rt_inner {
    padding-left: 25px;
}

.pic_page {
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    color: #FF5909;
    font-weight: bold
}

.view {
    position: relative
}

.view .swiper-container {
    width: 100%;
    height: 330px
}

.view .swiper-container img {
    width: 100%;
    height: 330px;
}

.view .arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    background: url('../images/arrow_l.png') no-repeat center;
    background-size: 100%;
    z-index: 10
}

.view .arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    background: url('../images/arrow_r.png') no-repeat center;
    z-index: 10
}

.view .swiper-slide div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.preview {
    width: 100%;
    margin-top: 18px;
    position: relative
}

.preview .swiper-container {
    margin-left: 30px;
    margin-right: 30px
}

.preview .swiper-slide {
    width: 110px;
    height: 75px;
    cursor: pointer;
    overflow: hidden
}

.preview .swiper-slide img {
    width: 100px;
    height: 75px;
    margin: 0 auto;
    border: 2px solid #edeef5
}

.preview .arrow-left {
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 10px;
    margin-top: -9px;
    width: 25px;
    height: 75px;
    background: url(../images/second/pre.jpg);
    text-align: center;
    z-index: 10
}

.preview .arrow-right {
    position: absolute;
    right: 0px;
    top: 10px;
    margin-top: -9px;
    width: 25px;
    height: 75px;
    background: url(../images/second/next.jpg);
    text-align: center;
    z-index: 10
}

.preview .active-nav img {
    padding: 0;
    border-color: #A00E15;
    opacity: .9
}

.card_text_sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    height: 80px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.card_text_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.card_text_top i {
    font-size: 20px;
}

.card_text_li {
    display: flex;
    flex-wrap: wrap;
}

.card_text_li p.half {
    width: 50%;
}

.card_text_li p.all {
    width: 100%;
}

.card_text_li p {
    height: 45px;
}

.tel_bl span {
    display: inline-block;
    width: 160px;
    height: 55px;
    line-height: 55px;
    background: #D60410;
    text-align: center;
    margin-right: 15px;
}

.tel_bl b {
    display: none;
}

.tel_bl {
    margin-top: 30px;
}

.nex_cont {
    display: flex;
}

.nex_cont_lf {
    width: 75%;
    border: 1px solid #E5E5E5;
}

.nex_cont_rt {
    width: 25%;
}

.nex_lf_tit {
    border-bottom: 1px solid #E5E5E5;
}

.nex_lf_tit h4 {
    height: 75px;
    line-height: 75px;
    display: inline-block;
    padding: 0 15px;
    border-bottom: 2px solid transparent;
}

.nex_lf_tit h4.active {
    border-bottom: 2px solid #D60410;

}

.nex_lf_text {
    padding: 25px;
}

.car_info {
    margin-left: 0;
}

.car_info th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nex_lf_item {
    display: none;
}

.nex_cont_rt .auction_list ul li {
    width: 100%;
}

.nex_cont_rt .auction_list {
    padding-left: 35px;
}

.nex_cont {
    margin-bottom: 40px;
}

.nex_rt_tit {
    padding-left: 15px;
    height: 18px;
    line-height: 18px;
    border-left: 3px solid #CB0009;
    margin-bottom: 20px;
}

/*登录*/
.login {
    height: 790px;
    background-image: url("../images/login-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.login-content {
    background-color: #fff;
    top: 20%;
    right: 10%;
    width: 500px;
    position: absolute;
    padding: 20px 50px;
}

.login-content h2 {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #666666;
}

.login ul li {
    margin-bottom: 20px;
}

.login ul li>div {
    border: 1px solid #9C0D13;
    padding: 0 10px;
    border-radius: 5px;
}

.login ul li.yan div {
    display: inline-block;
    width: 60%;
}

.login ul li.yan img {
    width: 38%;
    float: right;

}

.login ul li input {
    border: none;
    height: 50px;
    display: block;
    background: none;
    font-size: 14px;
}

.login ul li.yan input {
    width: 80%;
}

.login .login-btn input {
    height: 3em;
    padding-left: 0px;
    background-color: #9C0D13;
    line-height: 3em;
    font-size: 1.3em;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.login .login-btn input:hover {
    background: rgba(156, 13, 19, 0.9);
}

.login ul li {
    position: relative;
}

.xieyi a {
    color: #9C0D13;
}

.login ul li i {
    width: 30px;
    float: left;
    font-size: 24px;
    line-height: 50px;
    color: #858585;
}

.login ul li a {
    font-size: 14px;
}

.login .login-content .zhuc li button {
    width: 80px;
    height: 30px;
    background-color: #9C0D13;
    line-height: 30px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}




@media screen and (max-width:1200px) {
    .nex_cont_rt .auction_list {
        padding-left: 20px;
    }
}

@media screen and (max-width:768px) {
    body {
        padding-bottom: 60px;
    }

    .login-content {
        background-color: #fff;
        top: 20%;
        right: 0;
        width: 100%;
        position: absolute;
        padding: 15px 50px;
    }

    .ph_dis {
        display: none;
    }

    .pc_dis {
        display: block;
    }

    .cont {
        top: 0;
    }

    .cont_lf {
        width: 25%;
        padding: 0 5px;
        text-align: center;
    }

    .cont_rt {
        width: 73%;
        padding: 0 13px 40px;
    }

    .cont_lf ul li {
        padding: 0 5px;
    }

    .news_img {
        width: 100px;
    }

    .news_text {
        margin-left: 110px;
    }

    .news_text h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .news ul li {
        padding: 10px;
    }

    .news_text p {
        font-size: 12px;
        height: 40px;
        line-height: 20px;
    }

    .news_text span {
        display: none;
    }

    .content {
        width: 100%;
    }

    .right_cont {
        width: 100%;
    }

    .SumoSelect {
        width: 100%;
    }

    .search li {
        height: 25px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .right_cont {
        min-height: auto;
    }

    .left_cont {
        width: 100%;
    }

    .hh_115 {
        height: auto;
    }

    .time {}

    .show div.time {
        width: 100%;
        left: 0;
        text-align: left;
        position: static;
        padding-bottom: 35px;
    }

    .show div.price {
        bottom: 0;

    }

    .Network div img:nth-child(1) {
        bottom: auto;
        top: 59px;
    }

    .card_cont {
        flex-wrap: wrap;
    }

    .card_cont_lf,
    .card_cont_rt,
    .card_text_li p.half,
    .nex_cont_lf {
        width: 100%;
    }

    .view .swiper-container {
        height: 200px;
    }

    .preview .swiper-container {
        height: 90px;
    }

    .card_text_li p {
        height: auto;
        line-height: 30px;
    }

    .tel_bl span {
        width: 100px;
        height: 35px;
        line-height: 35px;
    }

    .nex_cont {
        padding-top: 20px;
    }

    .nex_cont_rt {
        display: none;
    }

    .left_cont {
        display: none;
    }

    .right_cont {
        width: 100%;
        margin-left: 0;
    }

    .list-cate-ul>li>a {
        display: inline-block;
        font-size: 12px;
        color: #555;
        padding: 0 6px;
        height: 25px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }

    .list-cate-ul>.select>a {
        font-size: 12px;
    }

    .list-cate-title {
        font-size: 14px;
        width: 50px;
    }

    .cate_serch {
        padding-left: 0;
    }

    .auction_list ul {
        flex-wrap: wrap;
    }

    .auction_list ul li {
        width: 49%;
        margin-right: 2%;
    }

    .auction_list ul li:nth-child(4n) {
        margin-right: 0;
    }

    .auction_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .auction_img img {
        width: 100%;
        height: 127px;
    }

    .auction_tit a {
        padding: 5px 0;
    }

    .auction_subtit a {
        padding: 5px 0;
    }

    .auction_santit {
        padding: 5px 0;
    }

    .view .swiper-container img {
        height: auto;
    }

}