﻿@charset "UTF-8";

b, h1, h2, h3, h4, h5, strong {
    font-weight: 400;
}

button, input, select {
    -webkit-appearance: none;
}

a, a:focus, a:hover {
    text-decoration: none;
}

article, aside, blockquote, body, button, code, dd, details, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    padding: 0;
    margin: 0;
}

html {
    min-height: 100%;
    overflow-y: scroll;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5 {
    font-size: 100%;
}

li, ol, ul {
    list-style: none;
}

em, i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus, button, input, textarea {
    outline: 0;
}

body {
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    position: relative;
    height: 100%;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
    -moz-appearance: none;
    appearance: none;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input {
    line-height: normal;
    -moz-appearance: none;
    appearance: none;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, textarea {
        -webkit-appearance: none;
        appearance: none;
    }

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

.top-nav-m, body {
    -moz-box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input::-ms-clear {
    display: none;
}

.hidden {
    display: none;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Microsoft Yahei',Arial,sans-serif;
}

[hidden] {
    display: none !important;
}

.wrapper {
    font-size: 21px;
}

.c-orange {
    color: #ff5d00;
}

.pt15 {
    padding-top: 15px;
}

input:blur {
    border: 1px solid red;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.top-nav {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background-color: rgba(250,250,250,.9);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
}

.top-nav-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.top-nav .container-global {
    width: 87.5%;
    margin: 0 auto;
    max-width: 1680px;
}

    .top-nav .container-global .logo {
        display: inline-block;
        position: absolute;
        top: 22px;
        left: 59px;
    }

    .top-nav .container-global .search {
        display: inline-block;
        height: 100px;
        padding-right: 80px;
        padding-left: 40px;
        background: url(../images/search.png) no-repeat;
        -moz-background-size: 80px 70px;
        -o-background-size: 80px 70px;
        background-size: 80px 70px;
        background-position-y: bottom;
        background-position-x: right;
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .top-nav .nav-list > a .meun-level1 > a:hover .meun-level2, .top-nav .nav-list > a .meun-level1 > div:hover .meun-level2 {
            display: block;
        }
         /*.top-nav .container-global .search:hover .search-wrap, .top-nav .nav-list > a .meun-level1 > a:hover .meun-level2, .top-nav .nav-list > a .meun-level1 > div:hover .meun-level2 {
            display: block;
        }*/

        .top-nav .container-global .search .search-wrap {
            display: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background-color: rgba(25,25,25,.8);
            position: absolute;
            top: 100px;
            right: 0;
            width: 510px;
            padding: 24px 38px;
        }

            .top-nav .container-global .search .search-wrap label {
                padding: 0;
            }

            .top-nav .container-global .search .search-wrap .search-icon {
                width: 45px;
                height: 30px;
                margin-top: 5px;
                padding-left: 15px;
            }

            .top-nav .container-global .search .search-wrap .glyphicon-arrow-down {
                background-color: #c6db33;
                color: #fff;
                -webkit-border-radius: 0 5px 5px 0;
                -moz-border-radius: 0 5px 5px 0;
                border-radius: 0 5px 5px 0;
                font-size: 12px;
            }

            .top-nav .container-global .search .search-wrap .select1 {
                background-color: #e8eff0;
            }

            .top-nav .container-global .search .search-wrap .seatch-input {
                padding-left: 0;
            }

                .top-nav .container-global .search .search-wrap .seatch-input input {
                    background-color: transparent;
                    border: none;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    color: #fff;
                    font-size: 24px;
                    margin-left: -20px;
                }

.top-nav .nav-list > a .meun-level1, .top-nav-m {
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
}

.top-nav .container-global .search .search-wrap option:hover {
    background-color: #2f83c2;
}

.top-nav .container-global .jieqi {
    display: inline-block;
    height: 69px;
    width: 64px;
    position: absolute;
    bottom: 0;
    right: 100px;
}

.top-nav .container-global .lang {
    position: absolute;
    right: 230px;
    top: 35px;
}

    .top-nav .container-global .lang a {
        cursor: pointer;
        display: inline-block;
        width: 36px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 0 3px;
        font-size: 16px;
        color: #353535;
    }

    .top-nav .container-global .lang .lang-active {
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: rgba(198,219,51,.8);
    }

.top-nav .nav-list {
    white-space: nowrap;
    text-align: center;
    height: 70px;
    line-height: 70px;
    line-height: 100px;
}

    .top-nav .nav-list > a {
        display: inline-block;
        font-size: 16px;
        color: #353535;
        width: 115px;
        height: 90px;
        padding: 0;
        position: relative;
    }

        .top-nav .nav-list > a.active span {
            border-bottom: 2px solid #b8d200;
        }

        .top-nav .nav-list > a span {
            border-bottom: 2px solid transparent;
            padding-bottom: 5px;
        }

        .top-nav .nav-list > a:hover span {
            border-bottom: 2px solid #b8d200;
        }

        .top-nav .nav-list > a:hover .meun-level1 {
            top: 90px;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        .top-nav .nav-list > a .meun-level1 {
            background-color: rgba(255,255,255,.9);
            box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
            position: absolute;
            z-index: 99;
            -webkit-transition: -webkit-transform .5s;
            -o-transition: -o-transform .5s;
            -moz-transition: transform .5s,-moz-transform .5s;
            transition: transform .5s;
            transition: transform .5s,-webkit-transform .5s,-moz-transform .5s,-o-transform .5s;
            -webkit-transform: translateY(5px);
            -moz-transform: translateY(5px);
            -ms-transform: translateY(5px);
            -o-transform: translateY(5px);
            transform: translateY(5px);
            top: -1002px;
            left: -50px;
            width: 198px;
            color: #414141;
            font-size: 16px;
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
        }

            .top-nav .nav-list > a .meun-level1 > a, .top-nav .nav-list > a .meun-level1 > div {
                display: block;
                height: 55px;
                line-height: 55px;
                border-bottom: 1px solid #414141;
                position: relative;
            }

                .top-nav .nav-list > a .meun-level1 > a:last-of-type, .top-nav .nav-list > a .meun-level1 > div:last-of-type {
                    border-bottom: 1px solid transparent;
                    -webkit-border-radius: 0 0 3px 3px;
                    -moz-border-radius: 0 0 3px 3px;
                    border-radius: 0 0 3px 3px;
                }

                .top-nav .nav-list > a .meun-level1 > a:hover, .top-nav .nav-list > a .meun-level1 > div:hover {
                    color: #fff;
                    background-color: #2f83c2;
                }

                .top-nav .nav-list > a .meun-level1 > a .meun-level2, .top-nav .nav-list > a .meun-level1 > div .meun-level2 {
                    display: none;
                    position: absolute;
                    top: 0;
                    left: 100%;
                }

    .top-nav .nav-list .logo1 {
        width: 326px;
        height: 60px;
    }

.footer {
    display: none;
    width: 100%;
    background-color: #f3f7f7;
    padding-top: 60px;
    text-align: center;
}

    .footer .footer-main {
        width: 100%;
        background-color: rgba(0,104,183,.6);
        padding-top: 70px;
    }

        .footer .footer-main .normal-width {
            width: 100%;
            max-width: 1447px;
            margin: 0 auto;
        }

            .footer .footer-main .normal-width .row {
                padding: 45px 0;
            }

            .footer .footer-main .normal-width .row1 {
                border-bottom: 1px solid #d1e4f2;
            }

        .footer .footer-main .form-control {
            background-color: transparent;
            border: 1px solid #d1e4f2;
            color: #d1e4f2;
            font-size: 14px;
            text-align: center;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .footer .footer-main .row1 .glyphicon {
            background-color: #c6db33;
            color: #30353a;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

        .footer .footer-main .base-info {
            text-align: left;
        }

        .footer .footer-main .row2 {
            font-size: 14px;
            color: #333;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .footer .footer-main .row2 .glyphicon {
                margin-right: 10px;
            }

            .footer .footer-main .row2 .base-info p {
                margin-bottom: 14px;
            }

            .footer .footer-main .row2 .website-map {
                text-align: left;
                padding: 0;
            }

                .footer .footer-main .row2 .website-map > div {
                    display: inline-block;
                    margin-right: 26px;
                    vertical-align: top;
                }

                    .footer .footer-main .row2 .website-map > div h2 {
                        font-size: 14px;
                        color: #2b2b2b;
                        margin-bottom: 16px;
                    }

                    .footer .footer-main .row2 .website-map > div a {
                        font-size: 12px;
                        color: #333;
                        display: block;
                        margin-bottom: 14px;
                    }

            .footer .footer-main .row2 .gfzh > a, .footer .footer-main .row2 .gfzh > div {
                display: inline-block;
                width: 32.33%;
                font-size: 14px;
                color: #fff;
            }

                .footer .footer-main .row2 .gfzh > a img, .footer .footer-main .row2 .gfzh > div img {
                    display: inline-block;
                    height: 78px;
                    width: 78px;
                }

        .footer .footer-main .row3 {
            background-color: #1e313f;
            height: 72px;
            margin: 0 auto;
            font-size: 14px;
            color: #fff;
            padding-top: 25px;
        }

            .footer .footer-main .row3 .col-md-4, .pad0 {
                padding: 0;
            }

            .footer .footer-main .row3 i {
                vertical-align: bottom;
            }

@media (max-width:1652px) {
    .nav-list.pc > a {
        width: 80px;
    }
}

@media (max-width:1500px) {
    .nav-list.pc > a {
        width: 80px;
    }
}

@media (max-width:1440px) {
    .nav-list.pc > a {
        width: 80px;
    }

    .top-nav .container-global .logo {
        margin-left: -46px;
    }

    .we-can-resolve-page2._media .img-wrap .img-hover-text-cover {
        padding-left: 5px;
        padding-right: 5px;
    }

        .we-can-resolve-page2._media .img-wrap .img-hover-text-cover h2 {
            font-size: 22px;
        }

        .we-can-resolve-page2._media .img-wrap .img-hover-text-cover h3 {
            font-size: 12px;
            margin: 10px 0;
        }

        .we-can-resolve-page2._media .img-wrap .img-hover-text-cover h4 {
            font-size: 16px;
        }
}

@media (max-width:1313px) {
    .nav-list.pc > a {
        width: 80px;
    }

    .top-nav .container-global .logo {
        margin-left: -60px;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }

    .top-nav .container-global .lang {
        right: 180px;
    }
}

@media (min-width:1201px) {
    #js_pc_footer, #js_pc_topnav {
        display: block;
    }

    #js_m_footer, .top-nav-wrap-m {
        display: none;
    }
}

@media (max-width:1200px) {
    #js_pc_footer, #js_pc_topnav {
        display: none;
    }

    #js_m_footer, .top-nav-wrap-m {
        display: block;
    }
}

@media (max-width:720px) {
    .my-subtitle {
        display: none;
    }

    body .wx-list li {
        width: 33.333%;
    }

        body .wx-list li::after {
            height: 40%;
            top: 8%;
        }

        body .wx-list li span {
            font-size: 12px;
        }

        body .wx-list li:nth-child(4n+4)::after {
            display: block;
        }

        body .wx-list li:nth-child(3n+3)::after {
            display: none;
        }

    .inner-page-top-banner {
        margin-top: 60px;
    }

        .inner-page-top-banner .banner {
            -o-object-fit: cover;
            object-fit: cover;
            height: 150px;
        }

        .inner-page-top-banner .swiper-button-next, .inner-page-top-banner .swiper-button-prev {
            background-image: none;
            background-color: rgba(21,21,21,.4);
            width: 30px;
            height: 50px;
            line-height: 50px;
            text-align: center;
        }

    .cybk-menu {
        overflow-x: auto;
    }

    .cybk-menu-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        max-width: 100% !important;
        font-size: 14px !important;
    }

    .news-list .col-sm-1, .news-list .col-sm-8, body .kjcg-news .col-sm-1, body .kjcg-news .col-sm-2, body .kjcg-news .col-sm-3 {
        display: none;
    }

    .cybk-menu-main a, .cybk-menu-main p {
        margin-right: 18px !important;
    }

    .my-header {
        margin: 15px 0 !important;
        max-width: 100%;
        -o-text-overflow: clip;
        text-overflow: clip;
        overflow: hidden;
    }

    body .index-bottom-banner .swiper-slide h2, body .luban .luban-item .luban-text, body .mtzx.news-list .news-title {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    body .yjnl-news .row.news-header > p.news-title .glyphicon {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .news-list {
        margin-top: 20px !important;
    }

        .news-list .news-title {
            padding-right: 0;
            margin: 0;
        }

            .news-list .news-title .glyphicon {
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
            }

        .news-list .news-header {
            margin: 0;
        }

    body .kycg-banner .swiper-slide {
        padding: 0;
    }

        body .kycg-banner .swiper-slide .swiper-inner {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
        }

            body .kycg-banner .swiper-slide .swiper-inner .zs-img {
                width: 30%;
                margin: 0 auto;
                padding-right: 5px;
                padding-left: 2px;
            }

                body .kycg-banner .swiper-slide .swiper-inner .zs-img img {
                    display: block;
                    width: 100%;
                }

            body .kycg-banner .swiper-slide .swiper-inner .content .desc {
                display: block;
                margin-top: 50px;
                margin-left: -100px;
            }

    body .cybk-main .cybk-main-header .cybk-main-subtitle, body .cybk-main .preview {
        display: none;
    }

    body .luban .luban-item {
        max-width: 100%;
        width: 100%;
    }

        body .luban .luban-item .luban-text {
            padding: 0 10px;
            max-width: 90%;
            white-space: nowrap;
        }

    body .gsjj-m {
        padding-top: 20px;
    }

        body .gsjj-m .my-header, body .zzjg .my-header {
            white-space: nowrap;
        }

    body .gg-wrap {
        padding-bottom: 30px;
    }

        body .gg-wrap .person-wrap {
            height: auto;
            font-size: 50px;
            padding: 430px 0 0;
            margin-bottom: 20px;
        }

            body .gg-wrap .person-wrap .people-desc {
                padding-left: 10px;
                margin: 20px 0 0;
                width: 100%;
            }

        body .gg-wrap .people-img {
            width: 94%;
            height: auto;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        body .gg-wrap .p-list {
            overflow: hidden;
            padding-top: 25px;
        }

            body .gg-wrap .p-list .p-single {
                -moz-background-size: 200% 100%;
                -o-background-size: 200% 100%;
                background-size: 200% 100%;
                background-image: none;
                height: auto;
                overflow: hidden;
            }

                body .gg-wrap .p-list .p-single p.p-list-name {
                    width: 21%;
                    color: #fff;
                    height: auto;
                    background-color: #0fc7ff;
                    margin-top: 6px;
                    padding-left: 0;
                    text-align: center;
                }

                body .gg-wrap .p-list .p-single p.p-list-desc {
                    width: 78%;
                    padding-top: 0;
                    padding-left: 15px;
                }

    body .cybk-main .cybk-main-header {
        white-space: nowrap;
        margin-bottom: 28px;
    }

    body .cybk-main .pc-slide, body .cybk-main .view {
        width: 100%;
    }

    body .index-bottom-banner {
        width: 98%;
    }

        body .index-bottom-banner .swiper-slide h2 {
            font-size: 12px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
        }

        body .index-bottom-banner .swiper-slide i {
            display: none;
        }

    body .mtzx.news-list .news-item {
        padding: 0 10px;
    }

        body .mtzx.news-list .news-item .glyphicon {
            left: -2px;
        }

    body .mtzx.news-list .news-title {
        width: 65%;
        white-space: nowrap;
    }

    body .rc {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        body .rc > img {
            width: 80px !important;
        }

        body .rc .p-number {
            font-size: 30px;
            margin: 30px auto;
        }

        body .rc .date-list > div {
            font-size: 16px;
            width: 72px;
            height: 112px;
            margin-right: 5px;
            margin-bottom: 15px;
        }

            body .rc .date-list > div .p-number2 {
                font-size: 40px;
            }

    body .rcpy {
        padding-top: 30px;
    }

        body .rcpy img {
            padding: 0 10px;
            margin-bottom: 60px;
            width: 94%;
        }

    body .zhaopin .zp-small-banner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
    }

        body .zhaopin .zp-small-banner .banner-item {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
        }

    body .zhaopin .zp-big-banner img {
        height: 100px;
    }
}

a:focus, a:visited {
    color: initial;
}

.glyphicon-my-arrow-dowm:before {
    content: "\e601";
}

.icon-dot {
    width: 30px;
    height: 7px;
    display: inline-block;
    background-image: url(../images/dot2.png);
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.icon-beian, .icon-dot1 {
    display: inline-block;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.icon-dot1 {
    width: 25px;
    height: 6px;
    background-image: url(../images/dot1.png);
    background-size: 100% 100%;
}

.icon-beian {
    width: 19px;
    height: 22px;
    background-image: url(../images/beian.png);
    background-size: 100% 100%;
}

.icon-icp, .icon-phone {
    display: inline-block;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.icon-icp {
    width: 16px;
    height: 19px;
    background-image: url(../images/icp.png);
    background-size: 100% 100%;
}

.icon-shu {
    display: inline-block;
    width: 7px;
    height: 33px;
    background-color: #0fc7ff;
    vertical-align: -5px;
}

.icon-phone {
    width: 24px;
    height: 41px;
    background-image: url(../images/phone.png);
    background-size: 100% 100%;
}

.icon-address, .icon-sms {
    display: inline-block;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.icon-address {
    width: 30px;
    height: 41px;
    background-image: url(../images/address.png);
    background-size: 100% 100%;
}

.icon-sms {
    width: 42px;
    height: 31px;
    background-image: url(../images/sms.png);
    background-size: 100% 100%;
}

.icon-location2, .icon-mail2 {
    width: 15px;
    display: inline-block;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.icon-location2 {
    height: 16px;
    background-image: url(../images/location2.png);
    background-size: 100% 100%;
    vertical-align: -4px;
}

.icon-mail2 {
    height: 12px;
    background-image: url(../images/mail2.png);
    background-size: 100% 100%;
    vertical-align: -2px;
}

.icon-phone3, .icon-wx {
    vertical-align: -3px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    margin-right: 3px;
    display: inline-block;
}

.icon-phone3 {
    width: 11px;
    height: 15px;
    background-image: url(../images/phone3.png);
    background-size: 100% 100%;
}

.icon-wx {
    width: 45px;
    height: 33px;
    background-image: url(../images/wechat.png);
    background-size: 100% 100%;
}

.icon-video, .top-nav-m i.icon-menu {
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.icon-video {
    width: 74px;
    height: 74px;
    display: inline-block;
    background-image: url(../images/video-icon.png);
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.my-header .my-title, .my-header::after {
    left: 0;
    position: absolute;
    margin: 0 auto;
}

.vjs-big-play-button {
    display: none !important;
}

.width100 {
    width: 100%;
    margin: 0 auto;
}

.w1487, .w1537 {
    width: 94%;
    margin: 0 auto;
    display: block;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.bold {
    font-weight: 700;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc, select {
    text-align: center;
}

.br {
    border-right: 1px solid #dbdbdb;
}

.w1537 {
    max-width: 1537px;
}

.w1487 {
    max-width: 1487px;
}

.w100 {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.horizontal-line {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #fff;
}

select {
    -moz-text-align-last: center;
    text-align-last: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

option {
    background-color: #fff;
    color: #555;
}

a {
    color: #353535;
}

.inner-page-top-banner {
    height: auto;
    width: 100%;
    overflow: hidden;
}

    .inner-page-top-banner .banner {
        display: block;
        width: 100%;
    }

.swiper-button-next, .swiper-button-prev {
    background-image: none;
    background-color: rgba(21,21,21,.4);
    width: 35px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.my-header, .my-header .my-title {
    text-align: left;
    font-weight: 700;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(21,21,21,.5);
}

.my-header {
    position: relative;
    font-size: 70px;
    color: #f9f9f9;
    font-family: "Microsoft YaHei",微软雅黑,MicrosoftJhengHei;
    margin-bottom: 60px;
    white-space: nowrap;
}

    .my-header::after {
        content: '';
        bottom: -20px;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #def3e7;
    }

    .my-header.imgb::after {
        height: 13px;
        background-image: url(../images/line2.png);
        -moz-background-size: 1485px 13px;
        -o-background-size: 1485px 13px;
        background-size: 1485px 13px;
        background-repeat: no-repeat;
        background-position: center center;
        border-bottom: none;
    }

    .my-header .my-title {
        top: 35px;
        right: 0;
        font-size: 30px;
        line-height: 30px;
        color: #243c4f;
    }

    .my-header .my-subtitle {
        font-size: 14px;
        vertical-align: middle;
    }

.zzjg {
    padding-top: 30px;
}

    .zzjg .my-header, .zzjg .my-title {
        text-align: center;
    }

    .zzjg .zzjg-img {
        width: 100%;
    }

.index-bottom-banner {
    width: 80%;
    max-width: 1457px;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
}

    .index-bottom-banner .swiper-slide > a, .index-bottom-banner .swiper-slide > div {
        width: 32%;
        text-align: left;
        font-size: 14px;
        color: #333;
        display: block;
    }

        .index-bottom-banner .swiper-slide > a .banner, .index-bottom-banner .swiper-slide > div .banner {
            position: relative;
            overflow: hidden;
        }

            .index-bottom-banner .swiper-slide > a .banner:hover::after, .index-bottom-banner .swiper-slide > div .banner:hover::after {
                top: 0;
                opacity: 1;
            }

            .index-bottom-banner .swiper-slide > a .banner::after, .index-bottom-banner .swiper-slide > div .banner::after {
                -webkit-transition: opacity .5s ease-in-out;
                -o-transition: opacity .5s ease-in-out;
                -moz-transition: opacity .5s ease-in-out;
                transition: opacity .5s ease-in-out;
                opacity: 0;
                position: absolute;
                content: '';
                top: 500px;
                bottom: 0;
                left: 0;
                right: 0;
                height: 100%;
                width: 100%;
                background-color: rgba(0,0,0,.3);
            }

.m-meun, .top-nav-m {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
}

.index-bottom-banner .swiper-slide img {
    height: 100%;
}

.index-bottom-banner .swiper-slide h2 {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-top: 34px;
}

.index-bottom-banner .swiper-slide h3 {
    opacity: .6;
    margin: 12px 0 27px;
}

.index-bottom-banner .swiper-slide h4 {
    word-break: break-all;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    height: 3.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-bottom-banner .swiper-slide .icon-dot1 {
    margin-top: 20px;
}

.index-bottom-banner .swiper-slide a.icon-dot1, .index-bottom-banner .swiper-slide i.icon-dot1 {
    margin: 35px 0 0;
}

.index-bottom-banner .swiper-button-next {
    top: 110px;
    margin-right: -70px;
}

.index-bottom-banner .swiper-button-prev {
    top: 110px;
    margin-left: -70px;
}

.index-bottom-banner .swiper-container {
    width: 100%;
    margin: 0 auto;
}

.index-bottom-banner .swiper-slide {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

    .index-bottom-banner .swiper-slide img {
        display: block;
        width: 100%;
    }

.top-nav-m {
    top: 0;
    height: 60px;
    width: 100%;
    background-color: rgba(250,250,250,.9);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 17px;
}

    .top-nav-m img.logo {
        display: block;
        max-height: 72%;
    }

    .top-nav-m i.icon-menu {
        width: 24px;
        height: 24px;
        display: block;
        background-image: url(../images/menu.png);
        background-size: 100% 100%;
    }

.m-meun {
    display: none;
    top: 60px;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
}

    .m-meun .search {
        background-color: #124369;
        padding-top: 20px;
        padding-left: 30px;
    }

    .m-meun .search-icon {
        display: inline-block;
        width: 18px;
        margin-bottom: -12px;
    }

    .m-meun input {
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #fff;
        font-size: 16px;
    }

    .m-meun .glyphicon {
        background-color: #c6db33;
        color: #fff;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        font-size: 10px;
    }

    .m-meun .menu-main {
        background-color: rgba(1,117,205,.9);
        padding: 0 15px;
        font-size: 14px;
        color: #fff;
    }

        .m-meun .menu-main li .li-title {
            height: 35px;
            line-height: 35px;
            border-bottom: 1px solid #b6d4ea;
            position: relative;
            color: #fff;
        }

            .m-meun .menu-main li .li-title::after {
                content: '';
                top: 50%;
                position: absolute;
                right: 5px;
                -webkit-transform: rotateZ(-135deg) translate(50%);
                -moz-transform: rotateZ(-135deg) translate(50%);
                -ms-transform: rotate(-135deg) translate(50%);
                -o-transform: rotateZ(-135deg) translate(50%);
                transform: rotateZ(-135deg) translate(50%);
                width: 5px;
                height: 5px;
                border-top: 1px solid #FFF;
                border-left: 1px solid #FFF;
            }

        .m-meun .menu-main li > div {
            display: none;
            background-color: #fff;
            margin: 0 -15px;
            padding: 0 35px;
        }

            .m-meun .menu-main li > div a {
                display: block;
                height: 35px;
                line-height: 35px;
                font-size: 14px;
                color: #1f1f1f;
                position: relative;
            }

                .m-meun .menu-main li > div a::after {
                    content: '';
                    position: absolute;
                    left: -20px;
                    top: 50%;
                    -webkit-transform: translateY(-55%);
                    -moz-transform: translateY(-55%);
                    -ms-transform: translateY(-55%);
                    -o-transform: translateY(-55%);
                    transform: translateY(-55%);
                    height: 0;
                    width: 0;
                    border-top: 4px solid transparent;
                    border-left: 4px solid #000;
                    border-bottom: 4px solid transparent;
                }

        .m-meun .menu-main li.last-li .lang a::after, .page-footer .m-meun .menu-main .li-title::after {
            content: none;
        }

        .m-meun .menu-main li.last-li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 35px;
            line-height: 35px;
        }

            .m-meun .menu-main li.last-li .lang {
                display: block;
                background-color: transparent;
                margin: 0;
                padding: 0;
                font-size: 14px;
                color: #fff;
            }

                .m-meun .menu-main li.last-li .lang .lang-active {
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    background-color: rgba(198,219,51,.8);
                }

                .m-meun .menu-main li.last-li .lang a {
                    color: #fff;
                    cursor: pointer;
                    display: inline-block;
                    width: 30px;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    margin: 0 3px;
                    font-size: 12px;
                }

        .m-meun .menu-main .close-icon {
            width: 12px;
            height: 12px;
            display: block;
            background-image: url(../images/close-icon.png);
            -moz-background-size: 100% 100%;
            -o-background-size: 100% 100%;
            background-size: 100% 100%;
            margin-right: 5px;
        }

.page-footer {
    display: none;
    background-color: #f9fbfb;
    padding-top: 44px;
}

    .page-footer .logo-wrap, .page-footer .m-meun .menu-main {
        background-color: #66a4d4;
    }

    .page-footer .logo-wrap {
        padding: 30px 5px 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .page-footer .logo-wrap .logo2 img {
            width: 140px;
        }

        .page-footer .logo-wrap .qrs img {
            width: 50px;
            margin-right: 10px;
        }

    .page-footer .m-meun {
        display: block;
        position: unset;
    }

        .page-footer .m-meun .menu-main .li-title {
            display: block;
        }
