﻿@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: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1100px) {
    html {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 5px;
    }
}

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;
}

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 {
    -webkit-appearance: none;
    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;
}

a {
    transition: 0.4s;
}

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;
    }

body {
    background: #EEEEEE;
}

.container {
    margin: 0 auto;
    width: 72.9%;
    position: relative;
    z-index: 20;
}

@media (max-width: 1580px) {
    .container {
        width: 84%;
    }
}

@media (max-width: 1260px) {
    .container {
        width: 94%;
    }
}

@media (max-width: 1100px) {
    .container {
        width: 96%;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
        width: 100%;
    }
}

/* 鼠标经过颜色 */
#header .cn:hover, a:hover, .xw_list .nei:hover .title {
    color: #009AD6 !important;
}


/* 占位标签，设置导航样式 */
#placeholder {
    height: 150px;
}

@media (max-width: 1100px) {
    #placeholder {
        height: 130px;
    }
}

@media (max-width: 767px) {
    #placeholder {
        height: 90px;
    }
}

/*顶部*/
#header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

    #header.c-head-move {
        top: -160px;
    }

    #header.c-style2 {
        color: #666;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    #header a {
        color: #fff;
        transition: all 0.5s;
    }

    #header.c-style2 a {
        color: #666;
    }

    #header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #header .c-right-box {
        display: flex;
        align-items: center;
    }

@media (max-width: 1100px) {
    #header .container {
        padding: 0 0.5rem;
        width: 100%;
        height: 90px;
    }
}

@media (max-width: 767px) {
    #header {
        top: 0 !important;
    }

        #header .container {
            padding: 0 15px;
        }

        #header .container {
            padding: 0 0.5rem;
            width: 100%;
            height: 60px;
        }
}

/*顶部logo*/
#header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    flex-shrink: 0;
}

    #header .logo img {
        max-height: 120px;
    }

#header .cn {
    margin-top: 30px;
    line-height: 80px;
    font-size: 18px;
    color: #000;
}

@media (max-width: 1100px) {
    #header .logo {
        height: 70px;
    }

        #header .logo img {
            max-height: 60px;
        }

    #header .cn {
        margin-top: 10px;
        line-height: 60px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #header .logo img {
        height: 40px;
    }

    #header .cn {
        margin-top: 0px;
        line-height: 60px;
        font-size: 14px;
        margin-right: 60px;
    }
}

/*顶部pc导航*/
.c-nav {
    display: flex;
    align-items: center;
    height: 110px;
    padding-top: 30px;
    line-height: 80px;
}

    .c-nav > li { /*position: relative; */
        margin: 0 20px;
    }

        .c-nav > li a:before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 0;
            height: 5px;
            background: #009AD6;
            transition: 0.5s;
        }

    .c-nav li a {
        position: relative;
        display: block;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 20px;
        color: #000;
        font-weight: bold;
        padding: 0 5px;
        white-space: nowrap;
    }

        .c-nav li a i {
            margin-left: 8px;
            font-size: 20px;
        }

    .c-nav li.on > a::before, .c-nav li:hover > a::before {
        width: 100%;
    }
    /*.c-nav ul {position: absolute;top: 100%;left: 50%;display: none;width: 160%;line-height: 40px;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);-webkit-transform: translateX(-50%);transform: translateX(-50%); padding:2px 0}
.c-nav ul li {}
.c-nav ul li a {color: #666; font-size:16px; line-height:50px; font-weight:normal}
.c-nav ul li a:hover{ color:#fff !important; background:#009AD6;}*/

    .c-nav ul {
        position: absolute;
        top: 100%;
        left: 0%;
        display: none;
        width: 100%;
        line-height: 40px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }

        .c-nav ul li {
            padding: 5px 0;
            padding-left: 29%;
            text-align: left;
        }

            .c-nav ul li a {
                color: #666;
                font-size: 16px;
                line-height: 46px;
                font-weight: normal;
                text-align: left;
                display: inline-block;
                padding: 0 25px;
                border-radius: 2px;
            }

                .c-nav ul li a:hover {
                    color: #fff !important;
                    background: #009AD6;
                }

                .c-nav ul li a::before {
                    display: none;
                }

    #header.c-style2 .c-nav li.on > a,
    .c-nav li > a:hover {
        color: #009AD6 !important;
    }

@media (max-width: 1100px) {
    .c-nav {
        line-height: 80px;
        padding-top: 10px;
    }

        .c-nav > li {
            margin-right: 10px;
        }

        .c-nav li a {
            font-size: 16px;
        }
}

@media (max-width: 767px) {
    .c-nav {
        display: none;
    }
}

/*顶部移动端导航*/
#header .c-nav2 {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 50px;
    color: #333;
    background: #fff;
    overflow-y: auto;
    transition: all 0.5s;
    text-align: left;
}

    #header .c-nav2 > li:last-child {
        border-bottom: 1px solid #f1f1f1;
    }

    #header .c-nav2 li {
        padding: 0 0.5rem;
        border-top: 1px solid #f1f1f1;
    }

@media (max-width: 767px) {
    #header .c-nav2 li {
        padding: 0 1rem;
    }
}

#header .c-nav2 li a {
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
}

    #header .c-nav2 li a i {
        font-size: 20px;
    }

    #header .c-nav2 li a:hover, #header .c-nav2 li.on > a {
        color: #de2f09;
    }

#header .c-nav2 li ul {
    display: none;
    background: rgba(0,0,0,0.01);
}

    #header .c-nav2 li ul li {
        padding: 0 25px;
    }

.c-open #header .c-nav2 {
    height: calc(100vh - 90px);
}

.c-title-box {
    background: url(../images/bg_01.jpg) no-repeat right center;
}

/*顶部导航开关*/
#header .c-switch {
    display: none;
    width: 24px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 51px;
    right: 15px;
}

    #header .c-switch i {
        position: relative;
        display: block;
        height: 2px;
        background: #333;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        #header .c-switch i:nth-child(1) {
            top: 0;
        }

        #header .c-switch i:nth-child(3) {
            bottom: 0;
        }

        #header .c-switch i:nth-child(2) {
            margin: 6px 0;
        }

#header.c-style2 .c-switch i {
    background: #333;
}

body.c-open #header .c-switch i:nth-child(2) {
    opacity: 0;
}

body.c-open #header .c-switch i:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.c-open #header .c-switch i:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header_top {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #009AD6;
}

    .header_top .container {
        font-size: 14px;
        text-align: right;
        display: block !important;
    }

        .header_top .container span {
            font-size: 20px;
            padding-left: 10px;
            padding-right: 3px;
        }

@media (max-width: 767px) {
    .header_top {
        height: 30px;
        line-height: 30px;
    }

        .header_top .container {
            font-size: 12px;
        }

            .header_top .container span {
                font-size: 16px;
            }

    #header .c-switch {
        display: block;
    }
}

/* 行距 */
.ptb50 {
    padding: 50px 0;
}

.mtb100 {
    margin: 100px 0;
}

@media (max-width: 1100px) {
    .ptb50 {
        padding: 40px 0;
    }

    .mtb100 {
        margin: 50px 0;
    }
}

@media (max-width: 767px) {
    .ptb50 {
        padding: 20px 0;
    }

    .mtb100 {
        margin: 20px 0;
    }
}


/*首页*/
.c-banner1 .swiper-slide {
    overflow: hidden;
}

    .c-banner1 .swiper-slide img {
        width: 100%;
    }

.c-banner1 .swiper-button-next:hover, .c-banner1 .swiper-button-prev:hover {
    opacity: 1;
}

.sy_title {
    text-align: center;
    line-height: 100px;
    color: #007BAB;
    font-size: 5.6rem;
    font-weight: bold;
    letter-spacing: 4px;
}

.sy_one {
    background: #fff;
    position: relative;
    padding: 90px 0;
    position: relative;
}

    .sy_one .desc {
        line-height: 40px;
        font-size: 18px;
    }

    .sy_one .imgXian {
        position: absolute;
        top: 110px;
        left: 0;
        width: 20%;
    }

.sy_two {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

    .sy_two li {
        width: 30%;
        text-align: center;
        color: #373535;
    }

    .sy_two .img {
        height: 80px;
        margin-bottom: 10px;
    }

    .sy_two .num {
        line-height: 60px;
        font-weight: bold;
        font-size: 40px;
    }

    .sy_two .tit {
        font-size: 18px;
        line-height: 20px;
    }

.sy_two2 .img {
    height: 110px;
}

.sy_shiPin {
    width: 100%;
    display: block;
    height: 700px;
    background: #000;
    border-radius: 2px;
    object-fit: cover;
}

.sy_img {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px;
}

    .sy_img li {
        width: 33.333%;
        padding: 15px 10px;
    }

    .sy_img img {
        width: 100%;
        height: 300px;
        border-radius: 8px;
        object-fit: cover;
    }

.shiPin {
    position: relative;
}

    .shiPin .shiping_bg {
        position: absolute;
        top: 90%;
        right: 0;
        width: 20%;
        z-index: -1;
    }

@media (max-width: 1100px) {
    .sy_title {
        line-height: 90px;
        font-size: 5rem;
    }

    .sy_one {
        padding: 60px 0;
    }

        .sy_one .desc {
            font-size: 18px;
            line-height: 40px;
        }

    .sy_two {
        padding: 10px 0 50px 0;
    }

        .sy_two li {
            width: 32%;
        }

        .sy_two .img {
            max-height: 55px;
        }

        .sy_two .num {
            font-size: 28px;
            line-height: 46px;
        }

        .sy_two .tit {
            font-size: 14px;
        }

    .sy_two2 .img {
        max-height: 70px;
    }

    .sy_shiPin {
        height: 400px;
    }

    .sy_img li {
        padding: 10px 7px;
    }

    .sy_img img {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .sy_title {
        line-height: 50px;
        font-size: 22px;
    }

    .sy_one {
        padding: 30px 0;
    }

        .sy_one .desc {
            font-size: 14px;
            line-height: 28px;
        }

        .sy_one .imgXian {
            top: 50px;
            width: 30%;
        }

    .sy_two {
        padding: 5px 0 20px 0;
    }

        .sy_two li {
            width: 33.333%;
        }

        .sy_two .img {
            max-height: 34px;
            margin-bottom: 5px;
        }

        .sy_two .num {
            font-size: 20px;
            line-height: 32px;
        }

        .sy_two .tit {
            font-size: 12px;
        }

    .sy_two2 .img {
        max-height: 40px;
    }

    .sy_shiPin {
        height: 200px;
        margin-bottom: 30px !important;
    }

    .sy_img {
        margin: 5px -5px 20px -5px;
    }

        .sy_img li {
            padding: 5px;
            width: 50%;
        }

        .sy_img img {
            height: 120px;
        }
}


/* 底部 */
.footer {
    background: #fff;
    position: relative;
    z-index: 1;
}

    .footer .container {
        display: flex;
        justify-content: space-between;
        padding: 25px 0;
        align-items: center;
    }

    .footer .img {
        height: 50px;
        flex-shrink: 0;
    }

    .footer .left a {
        color: #393939;
        font-size: 16px;
        margin-right: 40px;
        line-height: 28px;
    }

@media (max-width: 1100px) {
    .footer .container {
        padding: 20px 0;
    }

    .footer .img {
        height: 40px;
    }

    .footer a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .footer .container {
        padding: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .img {
        height: 34px;
    }

    .footer .left {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

        .footer .left a {
            display: inline-block;
            margin: 0 8px;
            font-size: 14px;
        }
}


/* 大标题 */
.bg_bai {
    background: #fff;
    position: relative;
}

.fuBJ {
    position: relative;
}

.bgImg {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}

.xLeft {
    position: absolute;
    top: 100px;
    left: 0;
    width: 20%;
    z-index: 0;
}

.rImg {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    z-index: 0;
}

.lbImg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    z-index: 10;
}

.bigTitle {
    line-height: 60px;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 1100px) {
    .bigTitle {
        font-size: 34px;
        line-height: 50px;
        letter-spacing: 4px;
    }
}

@media (max-width: 767px) {
    .bigTitle {
        font-size: 26px;
        line-height: 50px;
        letter-spacing: 2px;
    }
}


/* 下载 */
.date_list {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

    .date_list li {
        margin: 10px 25px 10px 0;
    }

    .date_list a {
        line-height: 46px;
        background: #EEEEEE;
        padding: 0 25px;
        border-radius: 40px;
        display: block;
        font-size: 22px;
        color: #393939;
    }

    .date_list .sel {
        background: #0099D5;
        color: #fff;
    }

        .date_list .sel:hover {
            color: #fff !important;
        }

.xz_tit {
    width: 100%;
    display: flex;
    background: #EEEEEE;
    line-height: 60px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #5F5F5F;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.xz_list {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

    .xz_list li {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        font-size: 18px;
        align-items: center;
        color: #5F5F5F;
        border-bottom: 1px solid #C9C9C9;
        line-height: 70px;
    }

        .xz_list li a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            max-width: 70%;
            color: #5F5F5F;
            height: 22px;
            line-height: 20px;
        }

@media (max-width: 1100px) {
    .date_list {
        padding: 30px 0;
    }

        .date_list li {
            margin: 5px 15px 5px 0;
        }

        .date_list a {
            line-height: 40px;
            font-size: 18px;
            padding: 0 20px;
        }

    .xz_tit {
        line-height: 50px;
        font-size: 18px;
    }

    .xz_list {
        padding-bottom: 30px;
    }

        .xz_list li {
            line-height: 60px;
            font-size: 16px;
        }
}

@media (max-width: 767px) {
    .date_list {
        padding: 20px 0;
    }

        .date_list li {
            margin: 5px 10px 5px 0;
        }

        .date_list a {
            line-height: 32px;
            font-size: 15px;
            padding: 0 15px;
        }

    .xz_tit {
        line-height: 44px;
        font-size: 16px;
        padding: 0 15px;
    }

    .xz_list {
        padding-bottom: 20px;
    }

        .xz_list li {
            line-height: 50px;
            font-size: 14px;
            padding: 0 15px;
        }
}


/* 新闻 */
.xw_type {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 30px 0;
}

    .xw_type li {
        padding: 0 20px 20px 0;
    }

    .xw_type a {
        display: inline-block;
        background: #0099D5;
        border-radius: 10px;
        line-height: 48px;
        font-size: 22px;
        color: #fff;
        padding: 0 25px;
    }

        .xw_type a:hover {
            color: #000 !important;
        }

    .xw_type .sel {
        background: #fff;
        color: #000 !important;
    }

        .xw_type .sel:hover {
            color: #0099D5 !important;
        }

.xw_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding-bottom: 40px;
}

    .xw_list li {
        padding: 12px;
        width: 33.333%;
        display: flex;
    }

    .xw_list .nei {
        background: #fff;
        display: block;
        width: 100%;
        padding: 25px 30px;
        border-radius: 8px;
        min-height: 100%;
    }

    .xw_list .time {
        line-height: 30px;
        font-size: 18px;
        color: #5F5F5F;
    }

    .xw_list .title {
        font-size: 18px;
        color: #333;
        line-height: 26px;
        font-weight: bold;
        margin: 8px 0;
        letter-spacing: 1px;
        transition: 0.4s;
    }

    .xw_list .desc {
        font-size: 16px;
        line-height:28px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        color: #5F5F5F;
    }

@media (max-width: 1100px) {
    .xw_type {
        padding: 10px 0 20px 0;
    }

        .xw_type li {
            padding: 0 12px 12px 0;
        }

        .xw_type a {
            font-size: 18px;
            line-height: 40px;
            padding: 0 20px;
        }

    .xw_list .nei {
        padding: 20px;
    }

    .xw_list .time {
        font-size: 16px;
        line-height: 24px;
    }

    .xw_list .title {
        font-size: 18px;
        line-height: 23px;
    }

    .xw_list .desc {
        font-size: 15px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .xw_type {
        padding: 0px 0 10px 0;
    }

        .xw_type li {
            padding: 0 8px 8px 0;
        }

        .xw_type a {
            font-size: 14px;
            line-height: 32px;
            padding: 0 12px;
        }

    .xw_list {
        margin: 0 -8px;
        padding-bottom: 20px;
    }

        .xw_list li {
            width: 50%;
            padding: 8px;
        }

        .xw_list .desc {
            display: none;
        }

        .xw_list .nei {
            padding: 10px 15px;
        }

        .xw_list .time {
            font-size: 14px;
            line-height: 20px;
        }

        .xw_list .title {
            font-size: 15px;
            line-height: 22px;
            margin: 5px 0 0 0;
        }
}


/* 通用 */
.t_one {
    font-size: 18px;
    padding-bottom: 50px;
    line-height: 38px;
}

.t_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0;
}

.t_list {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

    .t_list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 0;
    }

    .t_list .img {
        width: 42%;
        height: 300px;
        object-fit: cover;
        border-radius: 12px 0 0 12px;
        flex-shrink: 0;
    }

    .t_list .nei {
        background: #fff;
        width: 60%;
        padding: 50px;
        border-radius: 10px;
    }

    .t_list .tit {
        color: #393939;
        font-size: 36px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .t_list .desc {
        color: #393939;
        font-size: 18px;
        line-height: 36px;
    }

    .t_list li:nth-child(2n) {
        flex-direction: row-reverse;
    }

        .t_list li:nth-child(2n) .img {
            border-radius: 0 12px 12px 0;
        }

@media (max-width: 1100px) {
    .t_list li {
        padding: 30px 0;
    }

    .t_list .nei {
        padding: 40px;
    }

    .t_list .tit {
        font-size: 30px;
    }

    .t_list .desc {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .t_one {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .t_title {
        font-size: 19px;
        line-height: 24px;
    }

    .t_list {
        padding-bottom: 30px;
    }

        .t_list li {
            flex-wrap: wrap;
            padding: 10px 0;
        }

        .t_list .img {
            width: 100%;
            border-radius: 8px 8px 0 0;
            height: 200px;
        }

        .t_list .nei {
            border-radius: 0 0 8px 8px;
            width: 100%;
            padding: 15px;
        }

        .t_list .tit {
            font-size: 18px;
            line-height: 34px;
        }

        .t_list .desc {
            font-size: 13px;
            line-height: 24px;
        }
}


/* 联系我们 */
.lx_tit {
    text-align: center;
    padding: 30px;
    font-weight: bold;
    font-size: 38px;
    color: #393939;
    letter-spacing: 3px;
    line-height: 80px;
}

.lx_one {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .lx_one li {
        width: 49%;
        padding-bottom: 80px;
    }

    .lx_one .img {
        display: block;
        width: 100%;
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
        object-fit: cover;
    }

    .lx_one .name {
        padding: 25px 0;
        line-height: 40px;
        font-weight: bold;
        font-size: 26px;
    }

    .lx_one .job {
        font-size: 20px;
        color: #393939;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .lx_one p {
        font-size: 16px;
        line-height: 26px;
    }

.lx_two {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 100px;
}

    .lx_two th {
        line-height: 50px;
        background: #009AD6;
        text-align: left;
        color: #fff;
        padding-left: 30px;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .lx_two td {
        font-size: 18px;
        line-height: 34px;
        vertical-align: top;
        padding: 25px;
        padding-left: 30px;
        border-bottom: 1px solid #C9C9C9;
    }

    .lx_two .tit {
        font-weight: bold;
        font-size: 20px;
        width: 50%;
    }

@media (max-width: 1100px) {
    .lx_tit {
        padding: 20px;
        font-size: 28px;
        line-height: 60px;
    }

    .lx_one li {
        padding-bottom: 40px;
    }

    .lx_one .img {
        height: 270px;
    }

    .lx_one .name {
        padding: 20px 0;
        line-height: 30px;
        font-size: 20px;
    }

    .lx_one .job {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .lx_one p {
        font-size: 14px;
        line-height: 22px;
    }

    .lx_two .tit {
        width: 35%;
    }

    .lx_two {
        margin-bottom: 50px;
    }

        .lx_two .tit {
            font-size: 18px;
        }

        .lx_two td {
            font-size: 16px;
            line-height: 30px;
        }
}

@media (max-width: 767px) {
    .lx_tit {
        padding: 15px;
        font-size: 20px;
        line-height: 40px;
    }

    .lx_one li {
        padding-bottom: 30px;
    }

    .lx_one .img {
        height: 120px;
    }

    .lx_one .name {
        padding: 10px 0;
        line-height: 30px;
        font-size: 16px;
    }

    .lx_one .job {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .lx_one p {
        font-size: 12px;
        line-height: 22px;
    }

    .lx_two {
        margin-bottom: 30px;
    }

        .lx_two th {
            font-size: 15px;
            line-height: 28px;
            padding: 5px 15px;
        }

        .lx_two td {
            font-size: 13px;
            line-height: 22px;
            padding: 10px 15px;
        }

        .lx_two .tit {
            font-size: 15px;
            width: 30%;
        }
}


/* 展会概况 */
.js_one {
    font-size: 22px;
    line-height: 54px;
    padding: 70px 0;
}

.js_two {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    align-items: flex-start;
    padding-bottom: 100px;
}

    .js_two .left {
        width: 40%;
        max-width: 420px;
        border-radius: 10px;
    }

    .js_two .desc {
        width: 55%;
    }

        .js_two .desc dt {
            font-weight: bold;
            color: #393939;
            font-size: 28px;
            line-height: 50px;
        }

        .js_two .desc dd {
            padding-bottom: 50px;
            font-size: 18px;
            line-height: 34px;
            padding-top: 10px;
        }

            .js_two .desc dd:last-child {
                padding-bottom: 0;
            }

.js_three {
    padding: 80px 0;
    text-align: center;
}

    .js_three .title {
        font-weight: bold;
        color: #393939;
        font-size: 28px;
        line-height: 50px;
    }

    .js_three .desc {
        font-size: 18px;
        line-height: 34px;
        padding: 10px 0 30px 0;
    }

    .js_three .bottom {
        text-align: center;
    }

        .js_three .bottom a {
            display: inline-block;
            background: #0099D5;
            line-height: 50px;
            color: #fff;
            padding: 0 30px;
            font-size: 20px;
            border-radius: 10px;
            letter-spacing: 2px;
        }

            .js_three .bottom a:hover {
                color: #fff !important;
                background: #007BAB;
            }

@media (max-width: 1100px) {
    .js_one {
        font-size: 18px;
        line-height: 40px;
        padding: 50px 0;
    }

    .js_two {
        padding-bottom: 60px;
    }

        .js_two .desc dt {
            font-size: 22px;
            line-height: 30px;
        }

        .js_two .desc dd {
            padding-bottom: 30px;
            font-size: 16px;
            line-height: 28px;
        }

    .js_three {
        padding: 60px 0;
    }

        .js_three .title {
            font-size: 24px;
            line-height: 40px;
        }

        .js_three .desc {
            font-size: 16px;
            line-height: 30px;
            padding: 5px 0 25px 0;
        }

        .js_three .bottom a {
            line-height: 42px;
            font-size: 18px;
            padding: 0 25px;
            border-radius: 6px;
        }
}

@media (max-width: 767px) {
    .js_one {
        font-size: 14px;
        line-height: 28px;
        padding: 25px 0;
    }

    .js_two {
        padding-bottom: 30px;
        flex-wrap: wrap;
    }

        .js_two .left {
            width: 100%;
        }

        .js_two .desc {
            width: 100%;
            padding-top: 20px;
        }

            .js_two .desc dt {
                font-size: 18px;
                line-height: 30px;
            }

            .js_two .desc dd {
                padding-bottom: 20px;
                font-size: 14px;
                line-height: 22px;
            }

    .js_three {
        padding: 30px 0;
    }

        .js_three .title {
            font-size: 18px;
            line-height: 40px;
        }

        .js_three .desc {
            font-size: 14px;
            line-height: 24px;
            padding: 5px 0 25px 0;
        }

        .js_three .bottom a {
            line-height: 42px;
            font-size: 16px;
            padding: 0 25px;
            border-radius: 6px;
        }
}

img {
    max-width: 100%;
}


.pagination {
    margin: 60px 0 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303030;
    line-height: 26px;
}

    .pagination .page-input {
        height: 28px;
        background: #FFFFFF;
        border: 1px solid #DCDCDC;
        text-align: center;
        font-size: 16px;
        outline: none;
        width: 68px;
        box-sizing: border-box;
    }

@media (max-width: 767px) {
    .pagination .page-input {
        font-size: 14px;
        height: 26px;
        line-height: 24px;
        width: 58px;
    }
}

@media (max-width: 460px) {
    .pagination .page-input {
        font-size: 12px;
        width: 38px;
        height: 24px;
        line-height: 22px;
    }
}

.pagination .page-ul {
    display: flex;
}

    .pagination .page-ul .page-li {
        cursor: pointer;
        margin-left: 6px;
        padding: 0 16px;
        font-size: 16px;
        box-sizing: border-box;
        height: 28px;
        border: 1px solid #DCDCDC;
    }

        .pagination .page-ul .page-li.active,
        .pagination .page-ul .page-li:hover {
            background: #009AD6;
            color: #FFFFFF;
        }

@media (max-width: 767px) {
    .pagination .page-ul .page-li {
        font-size: 14px;
        height: 26px;
        line-height: 24px;
        padding: 0 10px;
    }
}

@media (max-width: 460px) {
    .pagination .page-ul .page-li {
        font-size: 12px;
        height: 24px;
        line-height: 22px;
        padding: 0 6px;
    }
}


/* 合作伙伴 hb */
.hb_one {
    float: left;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
    text-align: center;
    font-size: 28px;
    color: #4B5161;
    line-height: 50px;
    margin-bottom: 10px;
}

.hb_two {
    /*float: left;
    width: 100%;*/
    display: flex;
    flex-wrap: wrap;
}

    .hb_two li {
        line-height: 130px;
        float: left;
        width: 16.66%;
        text-align: center;
        padding: 10px;
    }

        .hb_two li a {
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .hb_two li img {
            max-width: 100%;
            max-height: 100%;
        }

.hb_three {
    float: left;
    width: 100%;
    padding: 15px 0px;
    font-size: 15px;
    line-height: 28px;
    color: #4C4C4C;
}

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .hb_one {
        line-height: 40px;
        font-size: 22px;
    }

    .hb_two li {
        width: 33.33%;
    }

        .hb_two li a {
            height: 100px;
        }
}

@media (max-width: 767px) { /* 手机 */
    .hb_one {
        line-height: 30px;
        font-size: 20px;
    }

    .hb_two li {
        width: 50%;
    }

        .hb_two li a {
            height: 50px;
        }


    .hb_three {
        padding-top: 0px;
        font-size: 13px;
        line-height: 24px;
    }
}
