﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw/19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100%;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
}

@media (max-width: 1580px) {
    body {
        font-size: 14px;
    }
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

input,
button {
    border-radius: 0;
}

button {
    cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

table {
    border-collapse: collapse;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

    .clear:after {
        content: '';
        display: block;
        clear: both;
    }

.container {
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
}

@media (max-width: 1580px) {
    .container {
        width: 94%;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
        width: 100%;
    }
}

.pt20 {
    padding-top: 20px;
}

@media (max-width: 1260px) {
    .pt20 {
        padding-bottom: 10px;
    }
}

.pb30 {
    padding-bottom: 30px;
}

@media (max-width: 1260px) {
    .pb30 {
        padding-bottom: 20px;
    }
}

.pb60 {
    padding-bottom: 60px;
}

@media (max-width: 1260px) {
    .pb60 {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .pb60 {
        padding-bottom: 30px;
    }
}

.bg_hui {
    background: #EEEEEE;
}

.bg_bai {
    background: #fff;
}
/*顶部*/
.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

    .header.c-head-move {
        top: -150px;
    }

    .header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 90px;
    }

@media (max-width: 991px) {
    .header .container {
        padding: 0 0.5rem;
        width: 100%;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .header .container {
        padding: 0 15px;
    }
}

.header .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

    .header .logo img {
        max-height: 70px;
    }

@media (max-width: 991px) {
    .header .logo img {
        max-height: 75%;
    }
}

@media (max-width: 767px) {
    .header .logo img {
        max-height: 65%;
    }
}

.header .a_yuyan {
    color: #5F5F5F;
    font-size: 18px;
}

    .header .a_yuyan:hover {
        color: #0154a4;
    }

@media (max-width: 767px) {
    .header .a_yuyan {
        font-size: 16px;
    }
}
/* 底部 */
.footer {
    padding: 25px 0;
    background: #0154a4;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
}

    .footer .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
    }

@media (max-width: 1260px) {
    .footer .right {
        display: flex;
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .footer .right {
        display: block;
        flex-shrink: inherit;
    }
}

.footer .right img {
    margin: 5px 0;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .footer .left {
        font-size: 13px;
        color: #fff;
        line-height: 22px;
    }
}
/* banner */
.banner {
    overflow: hidden;
    height: 4.5rem;
}

@media (max-width: 1260px) {
    .banner {
        height: 5rem;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 7rem;
    }
}

.banner img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
/* 轮播 */
body .lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body .lightSlider:before,
body .lightSlider:after {
    content: " ";
    display: table;
}

body .lightSlider {
    overflow: hidden;
    margin: 0;
}

body .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

    body .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    body .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform, height;
        transition-property: transform,height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    body .lSSlideWrapper .lSFade {
        position: relative;
    }

        body .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%;
        }

    body .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    body .lSSlideWrapper .lSFade > *.active {
        z-index: 10;
    }

    body .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1;
    }

body .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    body .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        body .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #B4B4B4;
            border-radius: 30px;
            display: inline-block;
            height: 10px;
            overflow: hidden;
            text-indent: -999em;
            width: 10px;
            position: relative;
            z-index: 99;
            -webkit-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
        }

        body .lSSlideOuter .lSPager.lSpg > li:hover a,
        body .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #254F34;
        }

body .lSSlideOuter .media {
    opacity: 0.8;
}

    body .lSSlideOuter .media.active {
        opacity: 1;
    }

body .lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

    body .lSAction > a:hover {
        opacity: 1;
    }

body .lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

body .lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

body .lSAction > a.disabled {
    pointer-events: none;
}

body .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

body .lSSlideOuter.lSrtl {
    direction: rtl;
}

body .lSSlideOuter .lightSlider,
body .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

body .lSSlideOuter.lSrtl .lightSlider,
body .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

body .lSSlideOuter .lightSlider > *,
body .lSSlideOuter .lSGallery li {
    float: left;
}

body .lSSlideOuter.lSrtl .lightSlider > *,
body .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

.t_banner {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .t_banner .img {
        width: 100%;
        object-fit: cover;
    }

    .t_banner .lSSlideOuter {
        display: block;
        width: 100%;
        position: relative;
    }

        .t_banner .lSSlideOuter .lSPager.lSpg {
            position: absolute;
            bottom: 10px;
            left: 0;
            z-index: 11;
            width: 100%;
        }

@media (max-width: 1260px) {
}

@media (max-width: 767px) {
    .t_banner .lSSlideOuter .lSPager.lSpg > li a {
        width: 10px;
        height: 10px;
    }
}
/* 通用菜单 */
.menu {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

@media (max-width: 1260px) {
    .menu {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .menu {
        padding: 20px 15px;
    }
}

.menu a {
    border: 1px solid #E9E9E9;
    width: 180px;
    font-size: 18px;
    color: #656565;
    text-align: center;
    line-height: 42px;
    margin-left: -1px;
}

    .menu a:hover {
        color: #0154a4;
    }

@media (max-width: 1260px) {
    .menu a {
        width: 140px;
        line-height: 38px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .menu a {
        width: 50%;
        font-size: 13px;
        line-height: 30px;
    }
}

.menu .sel {
    background: #0154a4;
    color: #fff;
    border: 1px solid #0154a4;
}

    .menu .sel:hover {
        color: #fff;
    }
/* 展商 zs */
.zsMain {
    display: flex;
    align-items: flex-start;
}

    .zsMain .left_list {
        width: 100%;
    }

    .zsMain .rightImg {
        width: 340px;
        padding-left: 25px;
        flex-shrink: 0;
        padding-top: 10px;
        position: sticky;
        top: 100px;
    }

        .zsMain .rightImg img {
            width: 100%;
            margin-bottom: 15px;
        }

@media (max-width: 1260px) {
    .zsMain .rightImg {
        width: 220px;
        top: 60px;
    }
}

@media (max-width: 767px) {
    .zsMain {
        flex-wrap: wrap;
    }

        .zsMain .rightImg {
            width: 100%;
            position: relative;
            top: 0;
            padding: 0;
            padding-bottom: 20px;
        }
}

.zs_search {
    padding-bottom: 40px;
}

@media (max-width: 1260px) {
    .zs_search {
        padding-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .zs_search {
        padding-bottom: 20px;
    }
}

.zs_search .top {
    display: flex;
}

    .zs_search .top li {
        padding: 0 50px;
        line-height: 54px;
        text-align: center;
        font-size: 0.28rem;
        color: #333;
        font-weight: bold;
        cursor: pointer;
    }

@media (max-width: 1260px) {
    .zs_search .top li {
        padding: 0 35px;
        line-height: 44px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .zs_search .top li {
        padding: 0 18px;
        line-height: 36px;
        font-size: 15px;
    }
}

.zs_search .top li.sel {
    background: #0154a4;
    color: #fff;
}

.zs_search .bottom {
    display: flex;
    justify-content: space-between;
}

    .zs_search .bottom .txt {
        border: 3px solid #0154a4;
        width: 100%;
        background: url(../images/bg_01.png) no-repeat 40px center;
        padding-left: 90px;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }

@media (max-width: 767px) {
    .zs_search .bottom .txt {
        border: 2px solid #0154a4;
    }
}

@media (max-width: 1260px) {
    .zs_search .bottom .txt {
        height: 52px;
        line-height: 52px;
        background: url(../images/bg_01.png) no-repeat 30px center;
        background-size: 20px;
        padding-left: 70px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .zs_search .bottom .txt {
        height: 40px;
        line-height: 40px;
        background: url(../images/bg_01.png) no-repeat 15px center;
        background-size: 16px;
        padding-left: 40px;
        font-size: 14px;
    }
}

.zs_search .bottom .btn {
    height: 60px;
    background: #0154a4;
    color: #fff;
    width: 150px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 1260px) {
    .zs_search .bottom .btn {
        height: 52px;
        line-height: 52px;
        width: 110px;
    }
}

@media (max-width: 767px) {
    .zs_search .bottom .btn {
        height: 40px;
        line-height: 40px;
        width: 60px;
        font-size: 15px;
    }
}

.zs_search .bottom .btn_cz {
    margin-left: 15px;
}

@media (max-width: 767px) {
    .zs_search .bottom .btn_cz {
        margin-left: 5px;
    }
}

.zs_type {
    padding-bottom: 60px;
}

@media (max-width: 1260px) {
    .zs_type {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .zs_type {
        padding-bottom: 20px;
    }
}

.zs_type .type {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .zs_type .type {
        flex-wrap: wrap;
        margin-top: -10px;
    }
}

.zs_type .type li {
    width: 18%;
    border: 2px solid #0154a4;
    line-height: 46px;
    border-radius: 5px;
    padding-left: 20px;
    color: #0154a4;
    font-size: 18px;
    cursor: pointer;
    background: url(../images/jt1.png) no-repeat right center;
    background-size: 34px;
}

@media (max-width: 1260px) {
    .zs_type .type li {
        font-size: 16px;
        padding-left: 15px;
        line-height: 40px;
        background-size: 26px;
    }
}

@media (max-width: 767px) {
    .zs_type .type li {
        background-size: 22px;
        width: 48%;
        margin-top: 10px;
        font-size: 15px;
        padding-left: 10px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .zs_type .type li.item {
        width: 31%;
    }
}

.zs_type .type .up {
    background: url(../images/jt1-sel.png) no-repeat right center;
    background-size: 34px;
}

@media (max-width: 1260px) {
    .zs_type .type .up {
        background-size: 26px;
    }
}

@media (max-width: 767px) {
    .zs_type .type .up {
        background-size: 22px;
    }
}

.zs_type .type .t2 {
    background: url(../images/jt2.png) no-repeat right center;
    background-size: 26px;
}

@media (max-width: 1260px) {
    .zs_type .type .t2 {
        background-size: 20px;
    }
}

@media (max-width: 767px) {
    .zs_type .type .t2 {
        background-size: 18px;
    }
}

.zs_type .type .t2.up {
    background: url(../images/jt2-sel.png) no-repeat right center;
    background-size: 26px;
}

@media (max-width: 1260px) {
    .zs_type .type .t2.up {
        background-size: 20px;
    }
}

@media (max-width: 767px) {
    .zs_type .type .t2.up {
        background-size: 18px;
    }
}

.zs_type .typeNei {
    background: #F2F2F2;
    padding: 20px;
}

@media (max-width: 767px) {
    .zs_type .typeNei {
        padding: 10px 15px;
    }
}

.zs_type .typeNei .tit {
    font-size: 20px;
    color: #0154a4;
    line-height: 40px;
}

@media (max-width: 1260px) {
    .zs_type .typeNei .tit {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .zs_type .typeNei .tit {
        font-size: 15px;
    }
}

.zs_type .typeNei .list {
    display: flex;
    flex-wrap: wrap;
}

    .zs_type .typeNei .list li {
        background: #fff;
        line-height: 40px;
        color: #656565;
        font-size: 18px;
        margin: 7px 0;
        padding: 0 25px;
        margin-right: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

        .zs_type .typeNei .list li:hover {
            color: #0154a4;
        }

        .zs_type .typeNei .list li.sel {
            background: #0154a4;
            color: #fff !important;
        }

@media (max-width: 1260px) {
    .zs_type .typeNei .list li {
        font-size: 16px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .zs_type .typeNei .list li {
        margin: 5px 0;
        font-size: 14px;
        padding: 0 15px;
        line-height: 32px;
        margin-right: 10px;
    }
}

.zs_type .typeNei .bottom {
    margin-bottom: -20px;
    margin-right: -20px;
    padding-top: 10px;
    text-align: right;
}

@media (max-width: 767px) {
    .zs_type .typeNei .bottom {
        margin-bottom: -10px;
        margin-right: -15px;
        padding-top: 14px;
    }
}

.zs_type .typeNei .bottom button {
    margin-left: -5px;
    width: 110px;
    height: 40px;
    background: #E6E6E6;
    color: #000000;
    font-size: 18px;
}

@media (max-width: 1260px) {
    .zs_type .typeNei .bottom button {
        font-size: 15px;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .zs_type .typeNei .bottom button {
        font-size: 14px;
        width: 70px;
        height: 32px;
    }
}

.zs_type .typeNei .bottom .btn2 {
    background: #CCCCCC;
}

.zs_type .typeNei .bottom .btn3 {
    background: #C1282D;
    color: #fff;
}

.zs_list {
    width: 100%;
    padding-top: 50px;
}

@media (max-width: 767px) {
    .zs_list {
        padding-top: 15px;
    }
}

.zs_list li {
    margin-bottom: 40px;
    padding: 22px;
    background: #fff;
    position: relative;
}

@media (max-width: 1260px) {
    .zs_list li {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .zs_list li {
        padding: 13px;
        margin-bottom: 15px;
    }
}

.zs_list li .nei {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .zs_list li .nei {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .zs_list li .nei {
        height: 132px;
    }
}

.zs_list .img-box {
    border-radius: 8px;
    width: 200px;
    height: 190px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

@media (max-width: 1260px) {
    .zs_list .img-box {
        height: 140px;
        width: 30%;
    }
}

@media (max-width: 767px) {
    .zs_list .img-box {
        width: 100px;
        height: 100px;
    }
}

.zs_list .img-box img {
    max-width: 100%;
    max-height: 100%;
    transition: 0.5s;
}

.zs_list .right {
    width: 75%;
    padding-left: 30px;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1260px) {
    .zs_list .right {
        width: 70%;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .zs_list .right {
        width: 100%;
        padding-left: 15px;
    }
}

.zs_list .right .title {
    color: #2F2F2F;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* max-width: 80%;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 34px;
    width: 100%;
}

@media (max-width: 1260px) {
    .zs_list .right .title {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .zs_list .right .title {
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 22px;
        max-width: 100%;
    }
}

.zs_list .right dl {
    line-height: 24px;
    display: flex;
    width: auto;
    padding: 3px 0;
    font-size: 16px;
}

@media (max-width: 1260px) {
    .zs_list .right dl {
        line-height: 24px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .zs_list .right dl {
        font-size: 12px;
        line-height: 20px;
        padding: 0;
    }
}

.zs_list .right dl dt {
    color: #2F2F2F;
    flex-shrink: 0;
}

.zs_list .right dl dd {
    color: #8F8F8F;
}

@media (max-width: 767px) {
    .zs_list .right dl dd {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.zs_list .right .dl1 {
    width: 100%;
}

.zs_list .right .hao {
    margin-left: 40px;
}

@media (max-width: 767px) {
    .zs_list .right .hao {
        margin-left: 0;
        width: 100%;
    }
}

.zs_list .zx {
    position: absolute;
    top: 20px;
    right: 0;
    background: #DBDBDB;
    border-radius: 20px 0 0 20px;
    line-height: 46px;
    font-size: 20px;
    width: 110px;
    text-align: center;
    color: #000000;
    transition: 0.5s;
}

@media (max-width: 1260px) {
    .zs_list .zx {
        top: 10px;
        border-radius: 15px 0 0 15px;
        line-height: 40px;
        font-size: 18px;
        width: 80px;
    }
}

@media (max-width: 767px) {
    .zs_list .zx {
        right: auto;
        left: 0;
        top: auto;
        bottom: 10px;
        border-radius: 0 10px 10px 0;
        line-height: 26px;
        font-size: 14px;
        width: 55px;
    }
}

.zs_list li:hover .zx {
    background: #0154a4;
    color: #fff;
}

.zs_list li:hover .right .title {
    color: #0154a4;
}

.zs_list li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.zs_list .num {
    position: absolute;
    width: 46px;
    height: 46px;
    line-height: 46px;
    top: -23px;
    left: -23px;
    background: #DCDCDC;
    color: #5F5F5F;
    border-radius: 400px;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 767px) {
    .zs_list .num {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        top: -10px;
        left: -10px;
    }
}
/* 分页 */
.fy {
    background: none !important;
    padding: 0 !important;
}

.fenye {
    display: flex;
    /*flex-direction: row-reverse;*/
    padding-bottom: 50px;
    padding-top: 20px;
}

    .fenye div {
        display: flex;
    }

    .fenye a,
    .fenye span {
        border: 1px solid #DCDCDC;
        background: #fff;
        line-height: 32px;
        color: #333;
        padding: 0 15px;
        margin: 0px 2px;
        font-size: 15px;
    }

        .fenye a.sel {
            background: #0154a4;
            color: #fff !important;
            border: 1px solid #0154a4;
        }

@media (max-width: 767px) {
    .fenye {
        padding-top: 10px;
        padding-bottom: 30px;
        justify-content: center;
    }

        .fenye a {
            display: none;
        }

        .fenye .prev,
        .fenye .next {
            display: block;
        }
}

.fenye2 {
    justify-content: center;
}

.xian {
    width: 100%;
    height: 40px;
    background: #fff;
}

@media (max-width: 1260px) {
    .xian {
        height: 30px;
    }
}

@media (max-width: 767px) {
    .xian {
        display: none;
    }
}
/* 详情 */
.xq_one {
    background: #fff;
    border-bottom: 30px solid #EEEEEE;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .xq_one {
        padding-bottom: 0;
        border-bottom: 0;
        margin: 0;
    }
}

.xq_one .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .xq_one .container {
        flex-wrap: wrap;
        padding: 0;
    }
}

.xq_one .ll {
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 767px) {
    .xq_one .ll {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 15px;
    }
}

.xq_one .ll .img-box {
    width: 290px;
    height: 190px;
    flex-shrink: 0;
    border-radius: 6px;
    /*overflow: hidden;*/
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CCCCCC;
    /*overflow: hidden;*/
    position: relative;
}

.liulan {
    position: absolute;
    width: 46px;
    height: 46px;
    line-height: 46px;
    top: -23px;
    left: -23px;
    background: #DCDCDC;
    color: #5F5F5F;
    border-radius: 400px;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 1260px) {
    .xq_one .ll .img-box {
        width: 200px;
        height: 130px;
    }
}

@media (max-width: 767px) {
    .xq_one .ll .img-box {
        width: 170px;
        height: 110px;
        margin-bottom: 20px;
    }

    .liulan {
        /*top: 0;
        left: 20px;*/
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

.xq_one .ll .img-box img {
    max-width: 100%;
    max-height: 100%;
    /* object-fit: cover; */
}

.xq_one .ll .info {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 450px;
}

@media (max-width: 1260px) {
    .xq_one .ll .info {
        max-width: 420px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .ll .info {
        width: 100%;
        text-align: center;
        padding: 0;
        justify-content: center;
    }
}

.xq_one .ll .info .title {
    font-size: 22px;
    color: #333;
    width: 100%;
    margin-bottom: 5px;
}

@media (max-width: 1260px) {
    .xq_one .ll .info .title {
        font-size: 18px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .xq_one .ll .info .title {
        font-size: 16px;
    }
}

.xq_one .ll .info dl {
    font-size: 17px;
    display: flex;
    line-height: 32px;
}

@media (max-width: 1260px) {
    .xq_one .ll .info dl {
        font-size: 16px;
        line-height: 24px;
        padding: 3px 0;
    }
}

@media (max-width: 767px) {
    .xq_one .ll .info dl {
        font-size: 14px;
        line-height: 24px;
        justify-content: center;
        margin: 0 10px;
        padding: 0;
    }
}

.xq_one .ll .info dl dt {
    color: #333;
    flex-shrink: 0;
}

.xq_one .ll .info dl dd {
    color: #8F8F8F;
    text-align:left;
}

.xq_one .ll .info .type {
    width: 100%;
}

.xq_one .rr {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-bottom: 50px;
    position: relative;
}

@media (max-width: 1260px) {
    .xq_one .rr {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr {
        padding-bottom: 0;
        margin-top: 50px;
    }
}

.xq_one .rr .num {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    line-height: 30px;
}

@media (max-width: 1260px) {
    .xq_one .rr .num {
        bottom: -40px;
        width: 100%;
        flex-wrap: wrap;
        right: -15px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr .num {
        flex-wrap: nowrap;
        justify-content: center;
        bottom: auto;
        top: -40px;
        right: 0;
        width: 100%;
    }
}

.xq_one .rr .num dd {
    margin-left: 30px;
    padding-left: 27px;
    color: #333333;
}

@media (max-width: 1260px) {
    .xq_one .rr .num dd {
        width: 50%;
        margin-left: 0;
        font-size: 16px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr .num dd {
        width: auto;
        margin: 0 15px;
    }
}

.xq_one .rr .num .dd1 {
    background: url(../images/bg01.png) no-repeat left center;
}

.xq_one .rr .num .dd2 {
    background: url(../images/bg02.png) no-repeat left center;
}

.xq_one .rr .num .dd3 {
    background: url(../images/bg03.png) no-repeat left center;
}

@media (max-width: 1260px) {
    .xq_one .rr .num .dd1,
    .xq_one .rr .num .dd2,
    .xq_one .rr .num .dd3 {
        background-size: 16px;
    }
}

@media (max-width: 1260px) {
    .xq_one .rr {
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .xq_one .rr {
        padding: 20px 0;
        width: 100%;
        background: #EEEEEE;
        justify-content: center;
    }
}

.xq_one .rr a {
    margin: 0 20px;
    color: #5F5F5F;
    font-size: 20px;
    padding-top: 55px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 1260px) {
    .xq_one .rr a {
        font-size: 16px;
        margin: 0;
        padding-top: 40px;
        width: 60px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr a {
        width: 70px;
        font-size: 14px;
        padding-top: 35px;
    }
}

.xq_one .rr .a1 {
    background: url(../images/bg_04.png) no-repeat top center;
    background-size: 44px;
}

@media (max-width: 1260px) {
    .xq_one .rr .a1 {
        background-size: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr .a1 {
        background-size: 26px;
    }
}

.xq_one .rr .a2 {
    background: url(../images/bg_05.png) no-repeat top center;
    background-size: 44px;
    margin-right: 0;
}

@media (max-width: 1260px) {
    .xq_one .rr .a2 {
        background-size: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr .a2 {
        background-size: 26px;
    }
}

.xq_one .rr .a3 {
    background: url(../images/bg_06.png) no-repeat top center;
    background-size: 48px;
}

@media (max-width: 1260px) {
    .xq_one .rr .a3 {
        background-size: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr .a3 {
        background-size: 26px;
    }
}

.xq_one .rr .a3:hover {
    background: url(../images/bg_06-sel.png) no-repeat top center;
    background-size: 48px;
}

@media (max-width: 1260px) {
    .xq_one .rr .a3:hover {
        background-size: 30px;
    }
}

@media (max-width: 767px) {
    .xq_one .rr .a3:hover {
        background-size: 26px;
    }
}

.xq_one2 .rr {
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .xq_one2 .rr {
        padding-bottom: 15px !important;
        margin-top: 15px !important;
    }
}

.xq_one2 .ll .num {
    font-size: 20px;
    display: flex;
    line-height: 30px;
    padding-top: 5px;
}

    .xq_one2 .ll .num dd {
        margin-right: 30px;
        padding-left: 25px;
        color: #333333 !important;
    }

@media (max-width: 1260px) {
    .xq_one2 .ll .num dd {
        width: 50%;
        margin-right: 0;
        font-size: 16px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .xq_one2 .ll .num dd {
        width: auto;
        margin: 0 15px;
    }
}

.xq_one2 .ll .num .dd1 {
    background: url(../images/bg01.png) no-repeat left center;
}

.xq_one2 .ll .num .dd2 {
    background: url(../images/bg02.png) no-repeat left center;
}

.xq_one2 .ll .num .dd3 {
    background: url(../images/bg03.png) no-repeat left center;
}

.xq_one2 .ll .num .dd1,
.xq_one2 .ll .num .dd2,
.xq_one2 .ll .num .dd3 {
    background-size: 20px;
}

@media (max-width: 1260px) {
    .xq_one2 .ll .num .dd1,
    .xq_one2 .ll .num .dd2,
    .xq_one2 .ll .num .dd3 {
        background-size: 16px;
    }
}

.xq_title {
    color: #0154a4;
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
}

@media (max-width: 1260px) {
    .xq_title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .xq_title {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 8px;
    }
}

.xq_desc {
    color: #616161;
    font-size: 18px;
    line-height: 32px;
}

    .xq_desc img {
        max-width: 100%;
    }

@media (max-width: 1260px) {
    .xq_desc {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .xq_desc {
        font-size: 14px;
        line-height: 24px;
    }
}

.xq_list {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

    .xq_list li {
        width: 25%;
        padding: 8px;
    }

@media (max-width: 767px) {
    .xq_list li {
        width: 50%;
    }
}

.xq_list .img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CCCCCC;
}

@media (max-width: 1260px) {
    .xq_list .img-box {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .xq_list .img-box {
        height: 110px;
    }
}

.xq_list .img-box img {
    max-width: 100%;
    max-height: 100%;
    /*object-fit: cover;*/
}

.xq_list .title {
    color: #333;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin: 6px 0;
}

@media (max-width: 1260px) {
    .xq_list .title {
        font-size: 16px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .xq_list .title {
        font-size: 15px;
        line-height: 22px;
    }
}

.xq_list .ci {
    display: flex;
}

    .xq_list .ci dd {
        background: #EDEDED;
        line-height: 28px;
        font-size: 16px;
        padding: 0px 7px;
        margin-right: 5px;
        color: #333;
    }

@media (max-width: 1260px) {
    .xq_list .ci dd {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .xq_list .ci dd {
        font-size: 12px;
        line-height: 24px;
    }
}

.xq_list .bottom {
    width: 100%;
    color: #333;
    font-size: 16px;
    margin-top: 5px;
}

@media (max-width: 1260px) {
    .xq_list .bottom {
        font-size: 14px;
    }
}

.xq_list .bottom span {
    color: #8F8F8F;
}

.xq_footer {
    background: #EEEEEE;
    padding: 50px 0;
}

@media (max-width: 1260px) {
    .xq_footer {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .xq_footer {
        padding: 30px 0;
    }
}

.xq_footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .xq_footer .container {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .xq_footer .ll {
        width: 100%;
        text-align: center;
    }
}

.xq_footer .ll a {
    width: 210px;
    line-height: 60px;
    background: #0154a4;
    border-radius: 100px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
}

@media (max-width: 1260px) {
    .xq_footer .ll a {
        width: 120px;
        line-height: 44px;
        font-size: 16px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .xq_footer .ll a {
        width: 110px;
        line-height: 36px;
        font-size: 14px;
        margin: 0 5px;
    }
}

.xq_footer .ll a span {
    padding: 5px 0;
    padding-left: 45px;
    background: url(../images/bg_07.png) no-repeat left center;
}

@media (max-width: 1260px) {
    .xq_footer .ll a span {
        padding-left: 30px;
        background-size: 20px;
    }
}

.xq_footer .ll a.a_zx {
    background: #0154a4;
}

.xq_footer .rr {
    color: #5F5F5F;
    font-size: 20px;
}

@media (max-width: 1260px) {
    .xq_footer .rr {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .xq_footer .rr {
        padding-top: 25px;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}

.xq_footer .rr img {
    height: 40px;
    margin-left: 10px;
}

@media (max-width: 1260px) {
    .xq_footer .rr img {
        height: 34px;
    }
}

@media (max-width: 767px) {
    .xq_footer .rr img {
        height: 24px;
        margin-left: 5px;
    }
}
/* 展品 */
.zp_list {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .zp_list {
        padding-top: 15px;
        margin: 0 -8px;
    }
}

.zp_list li {
    width: 25%;
    padding: 15px;
    margin-bottom: 20px;
}

@media (max-width: 1260px) {
    .zp_list li {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .zp_list li {
        width: 50%;
        margin-bottom: 10px;
        padding: 8px;
    }
}

.zp_list .nei {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .zp_list .nei {
        border-radius: 6px;
    }
}

.zp_list .img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

@media (max-width: 1260px) {
    .zp_list .img-box {
        height: 170px;
    }
}

@media (max-width: 767px) {
    .zp_list .img-box {
        height: 120px;
        border-radius: 6px;
    }
}

.zp_list .img-box img {
    max-width: 100%;
    max-height: 100%;
    transition: 0.8s;
}

.zp_list .nei:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.zp_list .nei:hover .title {
    color: #0154a4;
}

.zp_list .title,
.zp_list .p,
.zp_list .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .zp_list .title,
    .zp_list .p,
    .zp_list .desc {
        height: 20px;
        line-height: 20px;
        font-size: 18px;
    }
}

.zp_list .title {
    width: 100%;
    color: #383636;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
}

@media (max-width: 767px) {
    .zp_list .title {
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
}

.zp_list .p {
    color: #A5A5A5;
    font-size: 14px;
}

@media (max-width: 767px) {
    .zp_list .p {
        font-size: 12px;
    }
}

.zp_list .tit {
    color: #848484;
    font-size: 15px;
    line-height: 24px;
}

    .zp_list .tit span {
        padding-right: 25px;
    }

@media (max-width: 767px) {
    .zp_list .tit {
        font-size: 12px;
    }
}

.zp_list .desc {
    color: #5F5F5F;
    font-size: 16px;
}

@media (max-width: 767px) {
    .zp_list .desc {
        font-size: 14px;
        margin-top: 3px;
    }
}

.zp_list .num {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg_03.png) no-repeat 10px center rgba(0, 0, 0, 0.4);
    padding: 0px 13px;
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
    z-index: 11;
    border-top-left-radius: 8px;
}

.zp_img {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .zp_img li {
        width: 25%;
        padding: 10px;
    }

    .zp_img .pimg {
        width: 100%;
        border-radius: 7px;
        overflow: hidden;
        height: 3rem;
        border: 1px solid #CCCCCC;
        display: flex;
        justify-content: center;
        padding: 5px;
        align-items:center;
    }

    .zp_img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

@media (max-width: 767px) {
    .zp_img {
        margin-bottom: 0 -5px;
    }

        .zp_img li {
            width: 50%;
            padding: 5px;
        }

        .zp_img .pimg {
            height: 120px;
        }
}

.xq_info {
    padding-top: 0;
}

    .xq_info li .nei {
        padding: 10px;
    }

@media (max-width: 767px) {
    .xq_info li .nei {
        padding: 0px;
    }
}

.xq_info li .nei .img-box {
    width: 220px;
    flex-shrink: 0;
    background: #fff;
    height: 170px;
}

@media (max-width: 1260px) {
    .xq_info li .nei .img-box {
        width: 190px;
    }
}

@media (max-width: 767px) {
    .xq_info li .nei .img-box {
        width: 120px;
        height: 110px;
    }
}

.xq_info li .nei .right {
    width: 100%;
}

    .xq_info li .nei .right .title {
        color: #0154a4;
        max-width: 100%;
        width: 100%;
    }

.xq_info li .nei .zx {
    background-size: 100% 100%;
    border-radius: 40px 0 0 40px;
    padding-left: 20px;
    color: #606060;
    padding-right: 20px;
    width: auto;
}

@media (max-width: 767px) {
    .xq_info li .nei .zx {
        display: none;
    }
}

.xq_info li {
    background: #EDEDED;
}
/* 行业类别 */
.typeMain {
    margin-top: -40px;
}

@media (max-width: 767px) {
    .typeMain {
        margin-top: -50px;
    }
}

.hy_list {
    width: 100%;
    border: 1px solid #DDDDDD;
    border-top: 0;
    margin-top: 50px;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .hy_list {
        width: 100%;
        margin-bottom: 15px;
    }
}

.hy_list li {
    border-top: 1px solid #DDDDDD;
    width: 100%;
}

.hy_list .tit {
    cursor: pointer;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    padding-left: 20px;
    background: url(../images/bg_08.jpg) no-repeat 97% center;
    padding: 15px 20px;
}

@media (max-width: 1260px) {
    .hy_list .tit {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hy_list .tit {
        font-size: 15px;
        padding-left: 15px;
        line-height: 24px;
    }
}

.hy_list .tit:hover {
    color: #0154a4;
}

.hy_list .tit.sel {
    font-weight: bold;
    background: url(../images/bg_08-sel.jpg) no-repeat 97% center;
    color: #0154a4;
}

.hy_list .bottom {
    border-top: solid 1px #e5e3da;
    background-color: #f4f4f4;
    display: none;
}

    .hy_list .bottom p {
        line-height: 44px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        color: #666;
        font-size: 15px;
        border-bottom: 1px dashed #c5c5c5;
    }

@media (max-width: 767px) {
    .hy_list .bottom p {
        font-size: 13px;
        line-height: 36px;
    }
}

.hy_list .bottom p a {
    color: #666;
}

    .hy_list .bottom p a:hover {
        color: #0154a4;
    }

.hy_list .bottom p:last-child {
    border: 0;
}
/* 展馆 */
.zg_title {
    color: #0154a4;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
}

@media (max-width: 1260px) {
    .zg_title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .zg_title {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}

.zg_main {
    border: 1px solid #DCDCDC;
    padding: 40px;
    text-align: center;
    margin-bottom: 60px;
}

    .zg_main img {
        max-width: 100%;
    }

@media (max-width: 767px) {
    .zg_main {
        padding: 20px;
        margin-bottom: 30px;
    }
}
/* 品牌详情 */
.pp_info {
    padding: 20px 0 80px 0;
}

@media (max-width: 1260px) {
    .pp_info {
        padding: 10px 0 50px 0;
    }
}

@media (max-width: 767px) {
    .pp_info {
        padding: 10px 0 0px 0;
    }
}

.pp_info .left_img {
    width: 38%;
    flex-shrink: 0;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CCCCCC;
    position: relative;
}

    .pp_info .left_img .img {
        max-height: 100%;
        max-width: 100%;
    }

@media (max-width: 767px) {
    .pp_info .left_img {
        width: 76%;
        text-align: center;
        padding: 0 10px;
        margin-bottom: 20px;
        height: 200px;
        margin-left: 12%;
    }
}

.pp_info .right_info {
    width: 100%;
}

    .pp_info .right_info .ll .title {
        font-size: 24px;
    }

@media (max-width: 1260px) {
    .pp_info .right_info .ll .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .pp_info .right_info .ll .title {
        font-size: 18px;
    }
}

.pp_info .right_info .ll .type {
    font-size: 20px;
    padding-bottom: 10px;
}

@media (max-width: 1260px) {
    .pp_info .right_info .ll .type {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .pp_info .right_info .ll .type {
        font-size: 15px;
    }
}

.pp_info .right_info .ll .type dd {
    padding-right: 20px;
}

.pp_info .right_info .ll .num {
    padding-bottom: 80px;
}

@media (max-width: 1260px) {
    .pp_info .right_info .ll .num {
        padding-bottom: 50px;
    }

        .pp_info .right_info .ll .num dd {
            padding-right: 15px;
        }
}

@media (max-width: 767px) {
    .pp_info .right_info .ll .num {
        padding-bottom: 0px;
    }

        .pp_info .right_info .ll .num dd {
            padding-right: 0;
        }
}

.pp_info .right_info .rr {
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .pp_info .right_info .rr {
        margin-top: 15px;
        justify-content: center;
        align-items: center;
        padding-bottom: 15px !important;
        margin-bottom: -10px;
    }
}


.tan_add {
    width: 950px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}


    .tan_add .tb_one {
        margin-bottom: 0;
    }

        .tan_add .tb_one th,
        .tan_add .tb_one td {
            font-size: 16px;
        }

        .tan_add .tb_one .txt {
            width: 90%;
            padding-left: 10px;
            height: 42px;
            line-height: 42px;
            font-size: 16px;
        }

        .tan_add .tb_one .txt_tell {
            width: 160px;
        }

        .tan_add .tb_one .btn_get {
            width: 100px;
            font-size: 16px;
            height: 42px;
            line-height: 42px;
        }

        .tan_add .tb_one .p_btn {
            padding: 0;
            padding-top: 30px;
        }

            .tan_add .tb_one .p_btn .btn {
                height: 46px;
                font-size: 18px;
            }

    .tan_add .tj_three {
        font-size: 16px;
        line-height: 34px;
    }

        .tan_add .tj_three span,
        .tan_add .tj_three a {
            font-size: 16px;
        }

    .tan_add .tj_two {
        font-size: 20px;
        line-height: 60px;
        font-weight: bold;
        text-align: center;
    }

    .tan_add .tb_one .txt_yzm {
        width: 70%;
    }

    .tan_add .tb_one .btn_get {
        width: 18%;
    }

@media (max-width: 767px) {
    .tan_add {
        width: 300px;
    }

        .tan_add .tj_two {
            line-height: 50px;
            font-size: 18px;
            padding-left: 0px;
        }

    .tb_one {
        margin: 10px 0;
        border: 0;
    }

        .tb_one th {
            width: 100px;
            font-size: 14px;
        }

    .tan_add .tb_one th, .tan_add .tb_one td {
        font-size: 14px;
        line-height: 38px;
        padding: 8px 0;
    }

    .tan_add .tb_one .txt {
        height: 38px;
        line-height: 38px;
    }

    .tan_add .tb_one .p_btn {
        margin-bottom: 20px;
        padding-top: 0px;
    }

        .tan_add .tb_one .p_btn .btn {
            width: 140px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            min-width: 140px;
        }

    .tan_add .tb_one .btn_get {
        flex-shrink: 0;
        height: 38px;
    }

    .tan_add .tb_one .txt_yzm {
        width: 52%;
    }

    .tan_add .tb_one .btn_get {
        width: 35%;
    }
}

.tj_two {
    width: 100%;
    background: #0154a4;
    color: #fff;
    line-height: 60px;
    padding-left: 30px;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
}


.p_btn {
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
}

    .p_btn .btn {
        min-width: 200px;
        height: 64px;
        background: #0154a4;
        color: #fff;
        font-size: 26px;
        cursor: pointer;
        padding: 0 25px;
    }


.tb_one {
    width: 100%;
    border: 1px solid #D2D2D2;
    padding: 20px 30px;
    margin-bottom: 30px;
}

    .tb_one th {
        color: #5F5F5F;
        text-align: right;
        font-weight: normal;
        position: relative;
        vertical-align: top;
        line-height: 26px;
        padding: 10px 0;
        padding-top: 20px;
        width: 100px;
    }

        .tb_one th i {
            /*position: absolute;*/
            left: -15px;
            color: #FE0202;
            font-weight: bold;
            top: 22px;
        }

    .tb_one td {
        padding: 10px;
    }

    .tb_one .txt {
        width: 90%;
        border: 1px solid #D2D2D2;
        height: 46px;
        line-height: 46px;
        padding-left: 20px;
        outline: none;
    }

    .tb_one .tj_three_td {
        padding: 0;
    }

    .tb_one .btn_up,
    .tb_one .btn_get {
        border: 1px solid #D2D2D2;
        height: 46px;
        line-height: 46px;
        width: 15%;
        background: none;
        cursor: pointer;
        outline: none;
    }

    .tb_one .btn_get {
        background: #EEEEEE;
        width: 18%;
    }

    .tb_one .p_btn {
        padding-bottom: 0;
        padding: 15px 0;
        padding-top: 30px;
    }

    .tb_one .cp_desc {
        padding-top: 15px;
        line-height: 34px;
        color: #5F5F5F;
        width: 100%;
        display: block;
    }

        .tb_one .cp_desc span {
            color: red;
        }

    .tb_one .ts_desc {
        line-height: 34px;
        color: #5F5F5F;
        width: 100%;
        display: block;
        font-size: 16px;
    }

        .tb_one .ts_desc span {
            color: red;
        }

    .tb_one .fujian {
        width: 580px;
        height: 300px;
        display: flex;
        align-items: center;
        border: 1px solid #D2D2D2;
        overflow: hidden;
        justify-content: center;
    }

        .tb_one .fujian img {
            max-height: 100%;
            object-fit: cover;
            max-width: 100%;
            cursor: pointer;
        }

.tj_two {
    width: 100%;
    background: #0154a4;
    color: #fff;
    line-height: 60px;
    padding-left: 30px;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
}
.pp_info .right_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
   .pp_info .right_info {
    display: block;
}
}