﻿body, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

img {
    border: 0;
    vertical-align: middle
}

li {
    list-style: none
}

iframe {
    border: none
}

html {
    font-size: 16px
}

body, html {
    height: 100%
}

body {
    font: 400 1em/1.8 Microsoft Yahei,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif
}

a {
    color: #333;
    text-decoration: none
}

    a:hover {
        color: #2291f7;
        text-decoration: underline;
    }

.container {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

.float-left {
    float: left;
    overflow: hidden;
}

.float-right {
    float: right;
    overflow: hidden;
}


.nav {
    z-index: 999;
}

    .nav a {
        color: #fff;
        display: block;
        font-weight: bold;
        padding: 0 25px;
        font-size: 16px;
    }

        .nav a:hover {
            color: #299de6;
            background: #fff;
            text-decoration: none;
        }

    .nav .nav-item {
        float: left;
        height: 70px;
        line-height: 70px;
        white-space: nowrap;
        position: relative;
    }

    .nav .active > a {
        color: #299de6;
        background: #fff;
    }

    .nav .nav {
        top: 100%;
        left: 0;
        margin-left: -2px;
        display: none;
        background: #fafafa;
        position: absolute;
        border: 2px solid #299de6;
        border-top: 0;
    }

        .nav .nav a {
            color: #333;
            font-weight: normal;
        }

        .nav .nav .nav-item {
            height: 45px;
            line-height: 45px;
            clear: both;
            min-width: 100%;
        }

        .nav .nav .nav {
            top: -1px;
            left: 100%;
        }

            .nav .nav .nav .nav .nav .nav {
                left: auto;
                right: 100%;
            }

.header .statusbar {
    height: 50px;
    line-height: 50px;
    background: #fff;
}

    .header .statusbar .float-left {
        font-size: 14px;
        color: #5c5c5c;
        padding-left: 12px;
    }

    .header .statusbar .float-right {
        padding-right: 12px;
    }

        .header .statusbar .float-right form {
            display: inline-block;
            height: 34px;
            width: 234px;
            border: 1px dashed #dedede;
            border-radius: 8px;
            overflow: hidden;
            vertical-align: middle;
        }

            .header .statusbar .float-right form .text {
                float: left;
                height: 26px;
                width: 184px;
                display: block;
                border: 0 none;
                padding: 4px 8px;
                outline: 0 none;
                color: #999;
                font-size: 14px;
            }

            .header .statusbar .float-right form .submit {
                float: right;
                height: 34px;
                width: 34px;
                background: url(../images/bg_search.png) no-repeat center;
                background-size: 20px;
                border: 0 none;
                outline: 0 none;
            }

        .header .statusbar .float-right .weixin {
            width: 46px;
            height: 34px;
            border: 1px dashed #dedede;
            display: inline-block;
            border-radius: 8px;
            line-height: 34px;
            text-align: center;
            overflow: hidden;
            vertical-align: middle;
            margin-left: 8px;
        }

            .header .statusbar .float-right .weixin .icon {
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
            }

        .header .statusbar .float-right .telphone {
            display: inline-block;
            overflow: hidden;
            vertical-align: middle;
            margin-left: 8px;
        }

            .header .statusbar .float-right .telphone .icon {
                width: 24px;
                height: 24px;
                display: inline-block;
                vertical-align: middle;
            }

            .header .statusbar .float-right .telphone strong {
                color: #e30613;
                font-size: 20px;
                vertical-align: top;
            }

.header .brand,
.header .brand .container {
    height: 219px;
    background: url(../images/header.jpg?v=1) no-repeat center top;
}

.header .navbar {
    background: #299de6;
    height: 70px;
}

    .header .navbar .container {
        overflow: visible;
    }

.main .recommend {
    margin-top: 20px;
}

    .main .recommend .news {
        float: left;
        width: 390px;
        margin-right: 15px;
        overflow: hidden;
    }

        .main .recommend .news .hot {
            padding: 15px 20px;
            border-bottom: 1px dashed #d0d0d0;
            text-align: center;
        }

            .main .recommend .news .hot a {
                font-weight: bold;
                font-size: 16px;
                line-height: 25px;
                display: block;
                color: #555;
            }

        .main .recommend .news ul {
            padding: 20px 0;
            border-bottom: 1px dashed #d0d0d0;
        }

            .main .recommend .news ul li {
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                background: url(../images/dot.png) no-repeat 8px 12px;
                padding-left: 25px;
            }

            .main .recommend .news ul a {
                float: left;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                font-size: 15px;
                color: #31424e;
                width: 320px;
            }

            .main .recommend .news ul span {
                float: right;
                font-size: 14px;
                font-family: Constantia;
                color: #999;
            }

    .main .recommend .slides {
        float: left;
        width: 470px;
        overflow: hidden;
        background: #f2f5f9;
        padding-bottom:12px;
        min-height:400px;
    }

        .main .recommend .slides img {
            width: 470px;
            height: 300px;
            object-fit: cover;
            background: #ccc;
        }

        .main .recommend .slides a:hover {
            text-decoration: none;
        }

            .main .recommend .slides a:hover h2 {
                color: #2291f7;
            }

        .main .recommend .slides h2 {
            text-align: center;
            font-size: 16px;
            line-height: 1.25;
            padding: 12px;
            color: #6d6e6e;
        }

        .main .recommend .slides p {
            font-size: 13px;
            line-height: 1.5;
            max-height: 40px;
            padding:0 20px;
            overflow: hidden;
            color: #666;
        }

        .main .recommend .slides .swiper-pagination {
            top: 260px;
        }
        .main .recommend .slides .swiper-button-next,
        .main .recommend .slides .swiper-button-prev {
            top:150px;
        }

.main .recommend .notice {
    float: right;
    width: 290px;
    overflow: hidden;
}

        .main .recommend .notice .hot {
            padding: 15px 20px;
            border-bottom: 1px dashed #d0d0d0;
            text-align: center;
        }

            .main .recommend .notice .hot a {
                font-weight: bold;
                font-size: 16px;
                line-height: 25px;
                display: block;
                color: #555;
            }

        .main .recommend .notice ul {
            padding: 20px 0;
            border-bottom: 1px dashed #d0d0d0;
            background: url(../images/timeline.png) no-repeat 0 24px;
            padding-left: 20px;
        }

            .main .recommend .notice ul a {
                font-size: 14px;
                line-height: 20px;
                display: block;
                float: left;
                width: 210px;
                height: 40px;
                color: #31424e;
            }

            .main .recommend .notice ul span {
                float: right;
                font-size: 14px;
                font-family: Constantia;
                color: #a8bfcf;
            }

            .main .recommend .notice ul li {
                width: 100%;
                overflow: hidden;
                margin-top: 15px;
            }

.main .business {
    background: #f2f5f9;
    padding: 35px 0;
    margin-top: 20px;
}

.main .membership {
    float: left;
    width: 870px;
    overflow: hidden;
    background: #fff;
}

    .main .membership .search {
        width: 100%;
        overflow: hidden;
    }

        .main .membership .search .title,
        .main .membership .search form {
            float: left;
        }

        .main .membership .search form {
            padding: 17px 32px;
        }

            .main .membership .search form .icon {
                width: 36px;
                height: 36px;
                margin-right: 12px;
            }

            .main .membership .search form select,
            .main .membership .search form .text {
                height: 32px;
                border: 1px solid #ccc;
                padding: 0 6px;
                outline: 0 none;
                color: #666;
                font-size: 14px;
                vertical-align: middle;
                width: 120px;
            }

            .main .membership .search form .text {
                height: 30px;
                width: 180px;
            }

            .main .membership .search form .button {
                height: 32px;
                width: 80px;
                background: #0071ff;
                color: #fff;
                border-radius: 6px;
                border: 0 none;
                font-size: 14px;
                vertical-align: middle;
            }

            .main .membership .search form .link {
                color: #0071ff;
                text-decoration: underline;
                font-size: 16px;
                margin-left: 20px;
            }

    .main .membership .content {
        width: 100%;
        overflow: hidden;
    }

    .main .membership .grid {
        float: left;
        width: 312px;
        border-right: 1px dashed #ccc;
        padding: 10px 15px;
        margin: 20px 0;
        overflow: hidden;
    }

        .main .membership .grid ul {
            width: 100%;
            overflow: hidden;
        }

        .main .membership .grid li {
            float: left;
            width: 100px;
            padding: 14px 0;
            text-align: center;
            background: #f2f5f9;
            border: 2px solid #fff;
        }

            .main .membership .grid li a {
                font-size: 16px;
            }

    .main .membership .news {
        float: right;
        width: 487px;
        padding: 20px 20px 0;
    }

        .main .membership .news li {
            width: 100%;
            overflow: hidden;
            padding-top: 5px;
        }

            .main .membership .news li .column,
            .main .membership .news li i,
            .main .membership .news li .title {
                float: left;
                font-style: normal;
                color: #b6b6b6;
                font-size: 14px;
            }

            .main .membership .news li i {
                margin: 0 12px;
            }

            .main .membership .news li .title {
                color: #31424e;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                width: 360px;
            }

            .main .membership .news li span {
                float: right;
                font-size: 14px;
                font-family: Constantia;
                color: #999;
            }

    .main .membership .industry {
        padding: 10px 20px 0;
    }

        .main .membership .industry ul {
            width: 100%;
            overflow: hidden;
            background: #f2f5f9;
        }

        .main .membership .industry li {
            float: left;
            font-size: 13px;
            height: 32px;
            line-height: 32px;
            padding: 0 12px;
        }

        .main .membership .industry .active {
            background: #299de6;
        }

            .main .membership .industry .active a {
                color: #fff;
            }

        .main .membership .industry li a {
            font-size: 13px;
        }

    .main .membership .name {
        padding: 20px;
    }

        .main .membership .name ul {
            width: 100%;
            overflow: hidden;
        }

        .main .membership .name li {
            float: left;
            width: 195px;
            padding-left: 12px;
            background: url(../images/dot.png) no-repeat 0 12px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .main .membership .name a {
            font-size: 14px;
        }

.main .about {
    float: right;
    width: 290px;
    overflow: hidden;
    background: #fff;
}

    .main .about ul {
        margin: 20px 15px;
        width: 260px;
        overflow: hidden;
    }

    .main .about li {
        background: #f2f5f9;
        border: 2px solid #fff;
        width: 126px;
        float: left;
        text-align: center;
        height: 36px;
        line-height: 36px;
    }

        .main .about li a {
            font-size: 14px;
            color: #999;
        }

    .main .about .qrcode,
    .main .about .service,
    .main .about .telphone {
        width: 256px;
    }

    .main .about .qrcode {
        height: 140px;
        background: url(../images/wxscan.png) no-repeat center top;
        background-size: 100%;
        text-align: left;
    }

        .main .about .qrcode img {
            width: 120px;
            height: 120px;
            display: block;
            margin: 10px;
        }

    .main .about .service {
        height: 80px;
        line-height: 80px;
        background: #003ffe;
    }

        .main .about .service a {
            text-decoration: none;
        }

        .main .about .service h2 {
            color: #fff;
            font-size: 26px;
            font-weight: normal;
        }

    .main .about .telphone {
        background: #299de6;
        height: 80px;
        overflow: hidden;
    }

        .main .about .telphone .icon {
            float: left;
            padding: 16px;
        }

        .main .about .telphone .tel {
            float: right;
            width: 176px;
            text-align: left;
            color: #fff;
            line-height: 32px;
            padding: 8px 0;
            overflow: hidden;
        }

            .main .about .telphone .tel i {
                font-size: 20px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .main .about .telphone .tel h4 {
                font-size: 18px;
                font-weight: normal;
            }

.main .picture {
    margin-top: 20px;
}

    .main .picture .title {
        padding-bottom: 5px;
    }

        .main .picture .title a {
            height: 36px;
            line-height: 36px;
            padding: 0 12px;
            display: inline-block;
            background: #299de6;
            color: #fff;
            font-size: 14px;
        }

    .main .picture .video {
        float: left;
        width: 462px;
    }

        .main .picture .video .content img {
            width: 462px;
            height: 308px;
            display: block;
        }

    .main .picture .photos {
        float: right;
        width: 678px;
        overflow: hidden;
    }

        .main .picture .photos ul {
            width: 100%;
            overflow: hidden;
        }

        .main .picture .photos li {
            float: left;
            width: 222px;
            height: 150px;
            border: 2px solid #fff;
        }

.main .ad {
    margin-bottom: 20px;
}

.article .breadcrumb {
    padding-top: 80px;
    overflow: visible;
}

    .article .breadcrumb h2 {
        background: #299de6;
        color: #fff;
        font-size: 20px;
        padding: 4px 25px;
    }

    .article .breadcrumb .float-left {
        padding-left: 20px;
        bottom: -22px;
        position: absolute;
    }

    .article .breadcrumb .float-right {
        bottom: 0;
        right: 20px;
        position: absolute;
    }

    .article .breadcrumb .location {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        color: #9d9d9d;
    }

        .article .breadcrumb .location i {
            font-family: SimSun;
            font-style: normal;
            margin: 0 6px;
        }

        .article .breadcrumb .location a {
            font-size: 14px;
            color: #9d9d9d;
        }

.article .lists {
    border: 1px solid #e7e7e7;
    min-height: 100px;
}

    .article .lists .content {
        width: 1024px;
        margin: 80px auto 20px;
        border-bottom: 1px dashed #dcdbdb;
    }

        .article .lists .content li {
            border-top: 1px dashed #dcdbdb;
        }

            .article .lists .content li a:hover {
                background: #f3f7fb;
                color: #299de6;
            }

        .article .lists .content .item-content {
            width: 1000px;
            overflow: hidden;
            display: block;
            padding: 12px;
        }

        .article .lists .content .item-media {
            float: left;
            width: 140px;
        }

            .article .lists .content .item-media img {
                width: 120px;
                height: 80px;
                display: block;
            }

        .article .lists .content .item-title {
            float: left;
            width: 760px;
            font-size: 20px;
            line-height: 1.2;
            padding: 16px 0;
        }

        .article .lists .content .item-after {
            float: right;
            font-size: 14px;
            line-height: 80px;
        }

.article .details {
    border: 1px solid #e7e7e7;
    min-height: 100px;
    padding: 80px 45px 25px;
}

    .article .details .item-title {
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
        padding: 0 100px;
        color: #333;
    }

    .article .details .item-info {
        text-align: center;
        padding: 15px 0;
        font-size: 14px;
        color: #666;
    }

        .article .details .item-info span {
            margin: 0 10px;
        }

    .article .details .item-content {
        padding: 20px 60px;
        font-size: 18px;
    }

        .article .details .item-content p {
            line-height: 2.2;
            margin-bottom: 36px;
            word-break: break-all;
        }

        .article .details .item-content img {
            max-width: 100%;
            margin: 12px auto;
            display: block;
        }

        .article .details .item-content table {
            font-family: verdana,arial,sans-serif;
            font-size: 11px;
            color: #333333;
            border-width: 1px;
            border-color: #666666;
            border-collapse: collapse;
        }

            .article .details .item-content table th {
                border-width: 1px;
                padding: 8px;
                border-style: solid;
                border-color: #666666;
                background-color: #dedede;
            }

            .article .details .item-content table td {
                border-width: 1px;
                padding: 8px;
                border-style: solid;
                border-color: #666666;
                background-color: #ffffff;
            }

    .article .details .item-share {
        width: 100%;
        overflow: hidden;
    }

.member .breadcrumb .float-left {
    padding-left: 20px;
}

.member .breadcrumb .location {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #9d9d9d;
}

    .member .breadcrumb .location i {
        font-family: SimSun;
        font-style: normal;
        margin: 0 6px;
    }

    .member .breadcrumb .location a {
        font-size: 14px;
        color: #9d9d9d;
    }

.member .head {
    background: #299de6;
    color: #fff;
    height: 42px;
    line-height: 42px;
    width: 100%;
    overflow: hidden;
}

    .member .head h4 {
        font-size: 20px;
        margin-left: 40px;
    }

    .member .head .search {
        display: inline-block;
        padding-right: 60px;
        vertical-align: middle;
    }

        .member .head .search strong {
            font-size: 14px;
        }

        .member .head .search select,
        .member .head .search .text {
            height: 28px;
            border: 1px solid #ccc;
            padding: 0 6px;
            outline: 0 none;
            color: #666;
            font-size: 14px;
            vertical-align: middle;
            width: 120px;
        }

        .member .head .search .text {
            height: 26px;
            width: 180px;
        }

        .member .head .search .button {
            height: 30px;
            width: 80px;
            background: #6ebff1;
            color: #fff;
            border-radius: 6px;
            border: 0 none;
            font-size: 14px;
            vertical-align: middle;
        }

        .member .head .search .link {
            color: #fff;
            text-decoration: underline;
            font-size: 16px;
            margin-left: 20px;
        }

    .member .head .sort {
        background: #6ebff1;
        color: #fff;
        height: 28px;
        line-height: 28px;
        padding: 0 15px;
        display: inline-block;
        font-size: 12px;
    }

        .member .head .sort.active {
            background: #003ffe;
        }

    .member .head .float-right {
        padding-right: 20px;
        line-height: normal;
        padding-top: 6px;
    }

.member .lists {
    border: 1px solid #dcdbdb;
}

    .member .lists .content {
        width: 100%;
    }

        .member .lists .content thead th {
            background: #eaf1fa;
            font-size: 14px;
            color: #484848;
            height: 36px;
            line-height: 36px;
        }

        .member .lists .content tbody td {
            font-size: 14px;
            height: 42px;
            line-height: 20px;
            padding: 0 6px;
            border-bottom: 1px dashed #dcdbdb;
            color: #484848;
        }

        .member .lists .content tbody .name {
            border-left: 3px solid #fff;
        }

        .member .lists .content tbody td a {
            color: #484848;
            font-size: 14px;
        }

        .member .lists .content tbody tr:hover td {
            background: #f3f7fb;
        }

        .member .lists .content tbody tr:hover .name {
            border-left-color: #f00;
        }

.member .details {
    border: 1px solid #dcdbdb;
}

    .member .details .item-box {
        background: #f5faff;
        margin: 30px 40px;
        padding: 10px 20px;
        height: 220px;
    }

        .member .details .item-box h2 {
            font-size: 24px;
            color: #444;
        }

        .member .details .item-box table {
            width: 100%;
            margin: 20px 0;
            font-size: 13px;
            color: #444;
        }

        .member .details .item-box .icon {
            width: 90px;
            margin-left: 20px;
        }

            .member .details .item-box .icon img {
                width: 88px;
                height: 78px;
                display: block;
                object-fit: cover;
                border: 1px solid #d6dbde;
                border-bottom: 0;
            }

            .member .details .item-box .icon p {
                background: #00af64;
                height: 22px;
                line-height: 22px;
                font-size: 12px;
                color: #fff;
                text-align: center;
            }

        .member .details .item-box .industry {
            background: #e4fff4;
            border: 1px solid #00ae64;
            color: #00ae64;
            padding: 0 4px;
            line-height: 1;
            white-space: nowrap;
            margin-right: 20px;
        }

    .member .details .item-base,
    .member .details .item-info {
        margin: 30px 40px;
    }

        .member .details .item-base .title,
        .member .details .item-info .title {
            width: 140px;
            background: #299de6;
            color: #fff;
            font-size: 14px;
            text-align: center;
            height: 36px;
            line-height: 36px;
        }

        .member .details .item-base .content {
            margin-top: 20px;
            min-height: 120px;
            line-height: 25px;
            font-size: 14px;
        }

        .member .details .item-info table {
            width: 100%;
            color: #444;
            font-size: 13px;
            margin-top: 20px;
            border-right: 1px solid #e7e9ef;
            border-bottom: 1px solid #e7e9ef;
        }

            .member .details .item-info table th {
                background: #f5f6fa;
                font-weight: normal;
                padding: 2px 4px;
                border-left: 1px solid #e7e9ef;
                border-top: 1px solid #e7e9ef;
            }

            .member .details .item-info table td {
                padding: 2px 4px;
                border-left: 1px solid #e7e9ef;
                border-top: 1px solid #e7e9ef;
                white-space: pre-wrap;
            }

.footer {
    background: #2d3134;
    color: #bbc3ce;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
}

    .footer a {
        color: #bbc3ce;
        font-size: 14px;
    }

    .footer p {
        line-height: 32px;
    }

.pagination {
    padding: 35px 0;
    text-align: center;
}

    .pagination .page-item {
        display: inline-block;
    }

    .pagination .page-link {
        position: relative;
        padding: 8px 12px;
        display: block;
        background: #fff;
        color: #299de6;
        border: 1px solid #dee2e6;
        line-height: 1.25;
        text-decoration: none;
        margin-left: -1px;
    }

        .pagination .page-link:hover {
            color: #049696;
            background: #e9ecef;
            border-color: #e9ecef;
        }

        .pagination .page-link.disabled {
            color: #dee2e6;
            cursor: not-allowed;
        }

        .pagination .page-link:hover.disabled {
            color: #dee2e6;
            background: #fff;
            border-color: #dee2e6;
        }

    .pagination .active .page-link {
        color: #fff;
        background: #299de6;
        border-color: #299de6;
    }

    .pagination .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination .page-item:last-child .page-link {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
