﻿* {
    box-sizing: border-box;
    outline: 0;
}

@font-face {
    font-family: "HelveticaNeueLTCom-UltLt_1";
    src: url("../fonts/HelveticaNeueLTCom-UltLt_1.woff2") format("woff2"),url("../fonts/HelveticaNeueLTCom-UltLt_1.woff") format("woff"),url("../fonts/HelveticaNeueLTCom-UltLt_1.ttf") format("truetype"),url("../fonts/HelveticaNeueLTCom-UltLt_1.eot") format("embedded-opentype"),url("../fonts/HelveticaNeueLTCom-UltLt_1.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #666;
    min-width: 1260px;
    line-height: 24px;
    font-size: 14px;
    background-color: #fff;
    font-family: "Microsoft YaHei","arial";
overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    a:hover {
        color: #0071b7;
    }

textarea {
    -webkit-appearance: none;
}

@font-face {
    font-family: "avgr45w";
    src: url("../fonts/avgr45w.woff2") format("woff2"),url("../fonts/avgr45w.woff") format("woff"),url("../fonts/avgr45w.ttf") format("truetype"),url("../fonts/avgr45w.eot") format("embedded-opentype"),url("../fonts/avgr45w.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: none;
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}


@font-face {
    font-family: "avgr45w";
    src: url("../font/avgr45w.woff2") format("woff2"),url("../font/avgr45w.woff") format("woff"),url("../font/avgr45w.ttf") format("truetype"),url("../font/avgr45w.eot") format("embedded-opentype"),url("../font/avgr45w.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.container {
    width: 1260px;
    margin: 0 auto;
}

.header {
    position: relative;
    min-height: 110px;
    background: url(../images/header-bg.jpg) no-repeat top center;
}

    .header .logo {
        top: 0;
        left: -45px;
        z-index: 99;
        position: absolute;
    }

@media (max-width:1300px) {
    .header .logo {
        left: 0;
    }

        .header .logo img {
            max-height: 100px;
        }
}

.header .info {
    top: 10px;
    right: 0;
    height: 44px;
    position: absolute;
}

    .header .info .tel {
        color: #fff;
        font-size: 18px;
        font-family: "avgr45w";
    }

        .header .info .tel img {
            margin-top: 5px;
            vertical-align: top;
        }

    .header .info .search {
        float: right;
        height: 29px;
        width: 29px;
        margin-top: -2px;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 334ms ease;
        transition: all 334ms ease;
    }

@media (max-width:1200px) {
    .header .info .search {
        border: 0;
    }
}

.header .info .search-btn {
    width: 29px;
    height: 29px;
    border: 0;
    right: 0;
    top: 0;
    z-index: 9;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    background-position: center center;
    background-image: url(../images/search-btn.jpg);
}

.header .info .search:hover {
    width: 200px;
    padding-left: 30px;
    border-color: #0071b7;
}

.header .info .input-text {
    border: 0;
    color: #fff;
    background: none;
}

.header .nav {
    float: left;
    height: 66px;
    margin-left: 217px;
    margin-top: 44px;
}

    .header .nav li {
        float: left;
        font-size: 16px;
        position: relative;
        margin-left: 1px;
        padding: 21px 0;
        width: 172px;
        background: url(../images/index-line02.jpg) no-repeat left 8px;
    }

        .header .nav li > a {
            color: #333;
            display: block;
            text-align: center;
        }

        .header .nav li em {
            color: #eee;
            display: none;
            font-size: 14px;
            font-family: arial;
            font-style: normal;
        }

        .header .nav li .subnav {
            top: 66px;
            left: 0;
            width: 100%;
            z-index: 999;
            padding: 10px 0;
            visibility: hidden;
            position: absolute;
        }

            .header .nav li .subnav:before {
                top: 0;
                left: 0;
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                background: #fff;
                background: rgba(255,255,255,0.9);
                -webkit-transition: all 100ms ease;
                transition: all 100ms ease;
            }

            .header .nav li .subnav:after {
                top: -6px;
                left: 55px;
                content: "";
                opacity: 0;
                display: none\9;
                position: absolute;
                -webkit-transition: all 100ms ease;
                transition: all 100ms ease;
                border-left: solid 6px transparent;
                border-right: solid 6px transparent;
                border-bottom: solid 6px #fff;
            }

            .header .nav li .subnav > a {
                color: #666;
                z-index: 9;
                text-align: center;
                position: relative;
                line-height: 20px;
                display: block;
                -webkit-transition: 0s;
                transition: 0s;
                padding: 5px 0;
            }

            .header .nav li .subnav span {
                font-size: 14px;
                font-family: arial;
            }

            .header .nav li .subnav > a:hover {
                color: #fff;
                background: #0071b7;
            }

        .header .nav li:hover {
            padding-top: 10px;
            padding-bottom: 10px;
            background: #0071b7;
        }

            .header .nav li:hover > a {
                color: #fff;
            }

            .header .nav li:hover em {
                display: block;
            }

            .header .nav li:hover .subnav {
                visibility: inherit;
            }

                .header .nav li:hover .subnav:after {
                    opacity: 1;
                    display: block\9;
                }

    .header .nav .active {
        padding-top: 10px;
        padding-bottom: 8px;
        background: #0071b7;
    }

        .header .nav .active > a {
            color: #fff;
        }

        .header .nav .active em {
            display: block;
        }

.index-about {
    height: 760px;
    padding-top: 117px;
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(../images/bg.jpg);
}

    .index-about .content {
        color: #787878;
        height: 500px;
        background: #fff;
        padding: 50px 40px 0 70px;
    }

    .index-about .pic {
        float: right;
        margin-left: 110px;
    }

    .index-about .t1 {
        color: #000;
        font-weight: normal;
        font-size: 48px;
        line-height: 58px;
        padding-top: 30px;
        padding-bottom: 40px;
        position: relative;
    }

        .index-about .t1:before {
            content: "";
            height: 1px;
            width: 150px;
            bottom: 0;
            left: -70px;
            position: absolute;
            background: #000;
        }

    .index-about .t2 {
        color: #232323;
        font-size: 28px;
        line-height: 30px;
        margin-top: 36px;
    }

    .index-about .t3 {
        padding-top: 10px;
        line-height: 28px;
    }

    .index-about .t4 {
        line-height: 28px;
    }

    .index-about .t5 {
        padding-top: 5px;
        margin-top: 30px;
        width: 640px;
        font-size: 13px;
        border-top: solid 1px #e5e5e5;
    }

        .index-about .t5 img {
            float: right;
            margin-top: 6px;
        }

.index-news-roll {
    height: 701px;
    overflow: hidden;
    background: url(../images/bg2.jpg) repeat-x top center #cce3f1;
}

    .index-news-roll .title {
        padding: 60px 0;
        padding-bottom: 50px;
        text-align: center;
    }

    .index-news-roll .t1 {
        color: #333;
        font-size: 48px;
        line-height: 58px;
    }

        .index-news-roll .t1 span {
            padding: 0 15px;
            color: #d4d4d4;
            font-size: 12px;
            vertical-align: top;
            display: inline-block;
        }

    .index-news-roll .t2 {
        color: #adadad;
        font-size: 16px;
        font-family: arial;
    }

    .index-news-roll .t3 {
        padding-top: 5px;
    }

    .index-news-roll dl {
        width: 399px;
    }

        .index-news-roll dl:hover dt img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .index-news-roll dl:hover dt a:before {
            opacity: 1;
        }

        .index-news-roll dl:hover dd {
            box-shadow: 0 0 20px #e0f4ff;
        }

            .index-news-roll dl:hover dd h3 a {
                color: #0071b7;
            }

    .index-news-roll dt {
        width: 399px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }

        .index-news-roll dt a {
            width: 100%;
            height: 100%;
            display: block;
        }

            .index-news-roll dt a:before {
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                content: "";
                z-index: 9;
                opacity: 0;
                display: block;
                position: absolute;
                background: rgba(0,133,183,0.3);
                -webkit-transition: all 334ms ease-in-out;
                transition: all 334ms ease-in-out;
            }

        .index-news-roll dt img {
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    .index-news-roll dd {
        background: #fff;
        -webkit-transition: all 334ms ease-in-out;
        transition: all 334ms ease-in-out;
        padding: 25px 30px 20px 30px;
    }

        .index-news-roll dd h3 {
            font-size: 17px;
            height: 50px;
            line-height: 25px;
            overflow: hidden;
            padding-right: 100px;
            font-weight: normal;
        }

            .index-news-roll dd h3 a {
                color: #3f3f3f;
            }

        .index-news-roll dd p {
            height: 48px;
            color: #5c5c5c;
            overflow: hidden;
            margin: 10px 0 20px 0;
        }

        .index-news-roll dd span {
            display: block;
            padding-top: 10px;
            border-top: solid 1px #e5e5e5;
        }

            .index-news-roll dd span a {
                color: #7f7f7f;
                display: block;
                font-size: 12px;
                font-family: arial;
            }

            .index-news-roll dd span img {
                float: right;
                margin-top: 5px;
                vertical-align: top;
            }

    .index-news-roll .slick-dots {
        bottom: -45px;
    }

        .index-news-roll .slick-dots li button {
            width: 12px;
            height: 12px;
            background: #0071b7;
        }

        .index-news-roll .slick-dots li.slick-active button {
            background: #6c0;
        }

.index-video {
    color: #fff;
    height: 559px;
    margin-top: 60px;
    text-align: center;
    padding-top: 180px;
    background: url(../images/video-bg.jpg) no-repeat;
}

    .index-video .container {
        width: 530px;
        margin: 0 auto;
        position: relative;
    }

    .index-video .t1 {
        color: #fff;
        width: 530px;
        margin: 0 auto;
        font-size: 30px;
        line-height: 30px;
    }

    .index-video .t2 {
        margin-top: 20px;
        padding: 15px 0;
        font-size: 22px;
        border-top: solid 1px rgba(255,255,255,0.5);
        border-bottom: solid 1px rgba(255,255,255,0.5);
    }

    .index-video .icon {
        margin-top: 30px;
    }

        .index-video .icon img {
            border-radius: 100%;
            border: solid 1px #807f7c;
        }

.index-news {
    padding: 60px 0;
    background: #f4f4f4;
}

    .index-news .list-1 {
        width: 735px;
        float: left;
        height: 610px;
        padding: 40px;
        padding-top: 48px;
        background: #fff;
    }

    .index-news .list-2 {
        width: 483px;
        background: #fff;
        height: 610px;
        float: right;
        padding: 40px;
        padding-top: 48px;
    }

        .index-news .list-2 dl:hover dt a {
            color: #0071b7;
            text-decoration: underline;
        }

        .index-news .list-2 dt time {
            color: #b5b5b5;
            font-family: arial;
        }

        .index-news .list-2 dt h3 {
            height: 24px;
            font-size: 22px;
            font-weight: normal;
        }

            .index-news .list-2 dt h3 a {
                color: #333;
                display: block;
            }

        .index-news .list-2 dd {
            margin-top: 20px;
            padding-bottom: 25px;
            border-bottom: solid 1px #d9d9d9;
        }

            .index-news .list-2 dd .pic {
                width: 404px;
                height: 144px;
                position: relative;
            }

            .index-news .list-2 dd .text {
                height: 40px;
                overflow: hidden;
                margin-top: 15px;
                line-height: 20px;
            }

    .index-news .list-3 {
        margin-top: 20px;
        position: relative;
    }

        .index-news .list-3 span {
            top: 0;
            left: 0;
            width: 43px;
            padding: 0 12px;
            display: block;
            color: #fff;
            height: 128px;
            position: absolute;
            padding-top: 24px;
            font-size: 18px;
            line-height: 20px;
            background: #6c0;
        }

            .index-news .list-3 span:before {
                content: "";
                right: -8px;
                top: 50%;
                margin-top: -4px;
                position: absolute;
                border-left: solid 8px #6c0;
                border-top: solid 8px transparent;
                border-bottom: solid 8px transparent;
            }

        .index-news .list-3 ul {
            margin-left: 50px;
        }

            .index-news .list-3 ul li {
                width: 96px;
                height: 132px;
                float: left;
                margin-left: 21px;
                background: url(../images/news-bg.jpg) no-repeat;
            }

                .index-news .list-3 ul li .pic {
                    width: 91px;
                    height: 126px;
                    position: relative;
                }

    .index-news .title {
        height: 80px;
        line-height: 80px;
        color: #333;
        font-size: 22px;
        font-weight: normal;
        border-top: solid 2px #000;
    }

        .index-news .title a {
            color: #999;
            float: right;
            font-size: 14px;
            font-family: arial;
            display: inline-block;
        }

    .index-news .tabmenu li {
        width: 320px;
        float: left;
        height: 44px;
        color: #fff;
        cursor: pointer;
        margin-left: 14px;
        font-size: 18px;
        line-height: 44px;
        text-align: center;
        background: #b9b9b9;
        position: relative;
    }

        .index-news .tabmenu li:before {
            content: "";
            bottom: -7px;
            left: 50%;
            display: none;
            margin-left: -5px;
            position: absolute;
            border-top: solid 8px #165bab;
            border-left: solid 8px transparent;
            border-right: solid 8px transparent;
        }

        .index-news .tabmenu li.active {
            background: #165bab;
        }

            .index-news .tabmenu li.active:before {
                display: block;
            }

        .index-news .tabmenu li:first-child {
            margin-left: 0;
        }

    .index-news .tabbox {
        display: none;
    }

        .index-news .tabbox dl {
            padding: 20px 0;
            border-bottom: solid 1px #d9d9d9;
        }

            .index-news .tabbox dl:hover dt a {
                color: #0071b7;
                text-decoration: underline;
            }

        .index-news .tabbox dt {
            font-size: 22px;
            height: 24px;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .index-news .tabbox dt a {
                color: #333;
                display: block;
            }

        .index-news .tabbox dd time {
            color: #b5b5b5;
            font-family: arial;
        }

        .index-news .tabbox dd p {
            font-size: 15px;
            height: 40px;
            overflow: hidden;
            line-height: 20px;
            margin-top: 5px;
        }

        .index-news .tabbox li {
            font-size: 15px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
        }

            .index-news .tabbox li span {
                float: right;
                padding-left: 40px;
                display: inline-block;
                font-size: 12px;
                font-family: arial;
            }

            .index-news .tabbox li a {
                display: block;
            }

        .index-news .tabbox ul {
            padding-top: 25px;
        }

.footer {
    color: #fff;
    padding: 30px 0;
    font-size: 14px;
    text-align: center;
    background: url(../images/footer.jpg) no-repeat top center;
}

    .footer .menu a {
        color: #fff;
        padding: 0 35px;
        display: inline-block;
    }

        .footer .menu a:hover {
            text-decoration: underline;
        }

    .footer .weixin {
        padding: 25px 0;
        margin-top: 30px;
        margin-bottom: 40px;
        border-top: solid 1px #1c1c1c;
        border-bottom: solid 1px #1c1c1c;
    }

.banner {
    width: 100%;
    display: block;
    height: 790px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .banner .pic {
        width: 100%;
        height: 790px;
        overflow: hidden;
    }

        .banner .pic span {
            display: block;
            width: 1920px;
            left: 50%;
            height: 790px;
            position: relative;
            text-align: center;
            margin-left: -960px;
        }

    .banner .slick-dots {
        bottom: 35px;
    }

        .banner .slick-dots li button {
            width: 43px;
            height: 7px;
            border-radius: 0;
            cursor: pointer;
            background: #fff;
            vertical-align: top;
            -webkit-transition: all .6s ease-out;
            transition: all .6s ease-out;
            -webkit-transform-origin: top center;
            -ms-transform-origin: top center;
            transform-origin: top center;
        }

        .banner .slick-dots li.slick-active button {
            background: #6c0;
        }

    .banner .slick-dots {
        left: 50%;
        width: 1260px;
        margin-left: -630px;
        text-align: center;
        bottom: 36px;
    }

.inside-banner {
    height: 530px;
    overflow: hidden;
    position: relative;
}

    .inside-banner .pic {
        top: 0;
        left: 50%;
        height: 530px;
        width: 1920px;
        margin-left: -960px;
        position: absolute;
    }

    .inside-banner .container {
        position: relative;
    }

    .inside-banner .title {
        top: 270px;
        right: 0;
        z-index: 9;
        color: #fff;
        font-size: 17px;
        width: 280px;
        text-align: center;
        font-family: "tt6804m_0";
        position: absolute;
    }

    .inside-banner span {
        display: inline-block;
    }

@media (max-width:1200px) {
    .inside-banner {
        display: none;
    }
}

.inside-menu {
    height: 50px;
    z-index: 11;
    margin-top: -50px;
    position: relative;
    background: #0071b7;
    background: rgba(0,113,183,0.8);
}

    .inside-menu ul {
        width: 70%;
        float: left;
    }

        .inside-menu ul li:first-child {
            border-left: solid 1px #4d9ccd;
            border-left: solid 1px rgba(255,255,255,0.3);
        }

        .inside-menu ul li {
            width: 175px;
            float: left;
            font-size: 16px;
            margin-top: 2px;
            text-align: center;
            border-right: solid 1px #4d9ccd;
            border-right: solid 1px rgba(255,255,255,0.3);
        }

@media (max-width:767px) {
    .inside-menu ul li {
        width: 33.333%;
        font-size: 14px;
    }
}

.inside-menu ul li a {
    color: #fff;
    height: 48px;
    overflow: hidden;
    display: block;
    line-height: 48px;
    position: relative;
}

@media (max-width:767px) {
    .inside-menu ul li a {
        height: 30px;
        padding-left: 0;
        line-height: 30px;
    }
}

.inside-menu ul li a:hover {
    color: #0071b7;
    background: #fff;
}

.inside-menu ul li:hover a {
    padding-left: 0;
}

    .inside-menu ul li:hover a span {
        opacity: 1;
        display: block\9;
    }

.inside-menu ul .active > a span {
    opacity: 1;
    display: block\9;
}

.inside-menu ul .active > a {
    color: #0071b7;
    padding-left: 0;
    background: #fff;
}

.inside-menu p {
    width: 28%;
    float: right;
    color: #fff;
    height: 50px;
    font-size: 12px;
    overflow: hidden;
    line-height: 50px;
    text-align: right;
}

    .inside-menu p img {
        margin-top: 0;
        max-height: 16px;
    }

    .inside-menu p a {
        color: #fff;
        display: inline-block;
    }

    .inside-menu p span {
        padding: 0 20px;
        display: inline-block;
        border-right: solid 1px #b5c06d;
        border-left: solid 1px #b5c06d;
        border-right: solid 1px rgba(255,255,255,0.3);
        border-left: solid 1px rgba(255,255,255,0.3);
    }

.inside-title {
    position: relative;
    color: #0071b7;
    text-align: center;
    padding: 70px 0;
}

    .inside-title h3 {
        font-size: 36px;
        line-height: 40px;
        font-weight: normal;
    }

    .inside-title p {
        font-family: arial;
        text-transform: uppercase;
    }

    .inside-title img {
        margin-left: 10px;
        vertical-align: top;
    }

    .inside-title span {
        display: inline-block;
    }

    .inside-title .font36 {
        line-height: 40px;
        font-size: 36px;
    }

.inside-bg {
    background: url(../images/bg3.jpg) no-repeat top center #fafbfd;
}

.inside-jnjj ul {
    width: 102%;
    margin-left: -14px;
    margin-top: -28px;
}

@media (max-width:1300px) {
    .inside-jnjj ul {
        width: 100%;
        margin-left: 0;
    }
}

.inside-jnjj li {
    width: 399px;
    float: left;
    margin: 0 14px;
    margin-top: 28px;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
}

@media (max-width:1300px) {
    .inside-jnjj li {
        margin: 0 10px;
    }
}

.inside-jnjj li a {
    background: #fff;
    display: block;
    padding-bottom: 30px;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
}

.inside-jnjj li .pic {
    width: 399px;
    height: 198px;
    overflow: hidden;
    position: relative;
}

    .inside-jnjj li .pic img {
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .inside-jnjj li .pic:before {
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        -webkit-transition: all 334ms ease;
        transition: all 334ms ease;
        background: rgba(0,113,183,0.25);
    }

.inside-jnjj li h3 {
    color: #333;
    height: 50px;
    font-weight: normal;
    margin-top: 20px;
    font-size: 18px;
    overflow: hidden;
    line-height: 50px;
    position: relative;
}

    .inside-jnjj li h3:after {
        content: "";
        width: 20px;
        height: 1px;
        bottom: 0;
        left: 20px;
        position: absolute;
        background: #c3c3c3;
        -webkit-transition: all 334ms ease;
        transition: all 334ms ease;
    }

.inside-jnjj li p {
    color: #7f7f7f;
    height: 44px;
    margin-top: 15px;
    overflow: hidden;
    line-height: 22px;
}

.inside-jnjj li h3, .inside-jnjj li p {
    padding: 0 20px;
}

@media (max-width:767px) {
    .inside-jnjj li h3, .inside-jnjj li p {
        padding: 0 10px;
    }
}

.inside-jnjj li span {
    margin-top: 30px;
    position: relative;
    display: block;
    border-top: solid 1px #e5e5e5;
}

    .inside-jnjj li span em {
        width: 83px;
        height: 32px;
        color: #999;
        margin: 20px 0 0 20px;
        font-size: 14px;
        font-family: arial;
        text-align: center;
        line-height: 30px;
        display: inline-block;
        font-style: normal;
        border: solid 1px #d9d9d9;
        -webkit-transition: all 334ms ease;
        transition: all 334ms ease;
    }

.inside-jnjj li:hover a {
    box-shadow: 0 0 20px #eee;
}

.inside-jnjj li:hover h3:after {
    width: 40px;
}

.inside-jnjj li:hover span em {
    color: #fff;
    border-color: #54c302;
    background: #67cc03;
    border-bottom: solid 1px #54c302;
}

.inside-jnjj li:hover .pic:before {
    opacity: 1;
}

.inside-jnjj li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inside-tab {
    padding: 50px 0;
    text-align: center;
}

@media (max-width:1000px) {
    .inside-tab {
        padding: 30px 0;
    }
}

.inside-tab a {
    margin: 0 5px;
    color: #b0b0b0;
    display: inline-block;
}

    .inside-tab a:hover {
        color: #0071b7;
    }

.inside-tab .num {
    width: 29px;
    height: 29px;
    background: #f8f8f8;
    line-height: 27px;
    border-radius: 100%;
    font-family: "arial";
    border: solid 1px #ececec;
}

    .inside-tab .num:hover, .inside-tab .num.cur, .inside-tab .num.cpb {
        color: #fff;
        border-color: #0071b7;
        background: #0071b7;
    }

.inside-jljh li {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    border-bottom: solid 1px #e5e5e5;
}

    .inside-jljh li:hover .time {
        background: #0071b7;
    }

        .inside-jljh li:hover .time p {
            color: #fff;
        }

    .inside-jljh li:hover .pic {
        margin-left: 28px;
    }

    .inside-jljh li:hover .textbox h3 a {
        color: #0071b7;
    }

.inside-jljh .time {
    width: 80px;
    float: left;
    text-align: center;
    background: #e9e9e9;
}

    .inside-jljh .time p {
        font-family: "avgr45w";
    }

        .inside-jljh .time p:first-child {
            color: #000;
            font-size: 50px;
            line-height: 60px;
            border-bottom: solid 1px #fff;
        }

.inside-jljh .pic {
    float: left;
    width: 294px;
    height: 186px;
    margin-left: 18px;
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.inside-jljh .textbox {
    width: 780px;
    float: left;
    margin-left: 30px;
}

    .inside-jljh .textbox h3 {
        font-size: 18px;
        height: 24px;
        overflow: hidden;
    }

        .inside-jljh .textbox h3 a {
            color: #333;
            display: block;
        }

    .inside-jljh .textbox p {
        height: 48px;
        overflow: hidden;
        margin: 20px 0 50px 0;
    }

.inside-bg-2 {
    background: url(../images/bg3.jpg) no-repeat top center #fff;
}

.inside-xxfh dl {
    padding: 25px;
}

    .inside-xxfh dl:hover dd h3 a {
        color: #0071b7;
    }

.inside-xxfh dt {
    height: 299px;
    width: 593px;
    float: left;
    position: relative;
}

.inside-xxfh dd {
    width: 487px;
    float: left;
    margin-top: 30px;
    margin-left: 55px;
}

    .inside-xxfh dd h3 {
        font-size: 20px;
        height: 24px;
        overflow: hidden;
    }

        .inside-xxfh dd h3 a {
            color: #6c0;
            display: block;
        }

    .inside-xxfh dd p {
        height: 48px;
        margin: 20px 0 70px 0;
    }

    .inside-xxfh dd span {
        display: block;
        padding-top: 30px;
        border-top: dotted 1px #e5e5e5;
    }

.inside-xxfh li {
    overflow: hidden;
    padding: 25px;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
}

    .inside-xxfh li:hover {
        background: #f9f9f9;
    }

        .inside-xxfh li:hover .pic {
            margin-left: 10px;
        }

        .inside-xxfh li:hover .textbox h3 a {
            font-weight: bold;
        }

.inside-xxfh .time {
    width: 80px;
    float: left;
    color: #999;
    margin-left: 30px;
    text-align: center;
}

    .inside-xxfh .time p {
        font-family: "avgr45w";
    }

        .inside-xxfh .time p:first-child {
            font-size: 50px;
            line-height: 60px;
        }

.inside-xxfh .pic {
    float: left;
    width: 331px;
    height: 180px;
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.inside-xxfh .textbox {
    width: 656px;
    float: left;
    margin-left: 30px;
}

    .inside-xxfh .textbox h3 {
        height: 24px;
        font-size: 18px;
        overflow: hidden;
        font-weight: normal;
        margin-top: 10px;
    }

        .inside-xxfh .textbox h3 a {
            color: #333;
            display: block;
        }

    .inside-xxfh .textbox p {
        height: 48px;
        overflow: hidden;
        margin: 10px 0 30px 0;
    }

    .inside-xxfh .textbox span {
        display: block;
        padding-top: 10px;
        border-top: dotted 1px #e5e5e5;
    }

.inside-xxfh-show {
    padding: 50px 0;
    font-size: 15px;
    background: #f3f3f3;
    line-height: 30px;
}

    .inside-xxfh-show .container {
        background: #fff;
        padding: 60px;
    }

    .inside-xxfh-show h1 {
        color: #333;
        text-align: center;
        font-weight: normal;
    }

    .inside-xxfh-show .info {
        color: #999;
        position: relative;
        padding-top: 20px;
        font-family: arial;
        font-size: 12px;
        padding-bottom: 30px;
        border-bottom: solid 1px #ccc;
    }

        .inside-xxfh-show .info img {
            margin-top: 3px;
            vertical-align: top;
        }

.inside-page {
    height: 50px;
    line-height: 50px;
    background: #bdbdbd;
    margin-top: 50px;
}

    .inside-page li {
        float: left;
        width: 33.333%;
        text-align: center;
        height: 50px;
        overflow: hidden;
        -webkit-transition: all 334ms ease-in-out;
        transition: all 334ms ease-in-out;
        border-left: solid 1px #fff;
    }

        .inside-page li a {
            color: #fff;
            display: block;
        }

        .inside-page li:hover {
            background: #0071b7;
        }

        .inside-page li:first-child {
            border-left: 0;
        }

.inside-zxtd {
    padding-bottom: 60px;
    padding-top: 40px;
    background: #fff;
    position: relative;
}

    .inside-zxtd li {
        -webkit-transition: all 334ms ease-in-out;
        transition: all 334ms ease-in-out;
        overflow: hidden;
        position: relative;
    }

        .inside-zxtd li:before {
            content: "";
            width: 1150px;
            height: 1px;
            bottom: 0;
            left: 50px;
            position: absolute;
            background: #e1e1e1;
        }

    .inside-zxtd dl:hover dt {
        border-color: #0071b7;
    }

    .inside-zxtd dl:hover dd h3 a {
        color: #0071b7;
    }

    .inside-zxtd dl:hover dd .more {
        background-color: #0071b7;
    }

    .inside-zxtd dl {
        width: 50%;
        float: left;
        margin-left: -1px;
        overflow: hidden;
        padding: 0 50px;
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: all 334ms ease-in-out;
        transition: all 334ms ease-in-out;
        border-left: solid 1px #e1e1e1;
    }

        .inside-zxtd dl dt {
            float: left;
            width: 159px;
            height: 212px;
            padding: 5px;
            position: relative;
            border: solid 1px #e3e3e3;
        }

        .inside-zxtd dl dd {
            float: left;
            width: 300px;
            padding-top: 30px;
            margin-left: 50px;
        }

            .inside-zxtd dl dd h3 {
                height: 24px;
                overflow: hidden;
                font-size: 18px;
                margin-bottom: 3px;
                font-weight: normal;
            }

                .inside-zxtd dl dd h3 a {
                    color: #333;
                    display: block;
                }

            .inside-zxtd dl dd time {
                color: #979490;
                font-family: arial;
            }

            .inside-zxtd dl dd p {
                height: 48px;
                overflow: hidden;
            }

            .inside-zxtd dl dd .more {
                margin-top: 15px;
                color: #fff;
                display: block;
                width: 115px;
                height: 22px;
                background: #999;
                text-align: center;
            }

.inside-contact {
    padding-bottom: 60px;
}

    .inside-contact .box {
        margin: 0 130px;
        padding: 40px 50px;
        position: relative;
        border-bottom: solid 1px #ccc;
        border-top: solid 2px #0071b7;
    }

        .inside-contact .box p {
            margin-top: 15px;
        }

            .inside-contact .box p img {
                margin-right: 15px;
            }

        .inside-contact .box .weixin {
            top: 65px;
            right: 65px;
            position: absolute;
        }

.inside-message {
    width: 850px;
    margin: 0 auto;
    padding: 60px 0;
    border-radius: 30px;
    padding-left: 15px;
    position: relative;
    border: dashed 1px #0e79bb;
}

    .inside-message li {
        padding: 10px;
        width: 352px;
        float: left;
        background: #fff;
        margin-left: 25px;
        margin-bottom: 12px;
        border: solid 1px #b6becc;
        position: relative;
    }

        .inside-message li input, .inside-message li select {
            border: 0;
            color: #333;
            font-size: 15px;
            width: 90%;
            font-family: "微软雅黑";
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

        .inside-message li select {
            background: url(../images/sj.jpg) no-repeat top right;
        }

        .inside-message li:hover {
            border-color: #0071b7;
        }

.inside-button {
    width: 259px;
    margin: 0 auto;
    border: 0;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 10px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 15px;
    vertical-align: top;
    background: url(../images/m11.png) no-repeat;
}

.jnjj-box-1 {
    min-height: 776px;
    background: url(../images/bg5.jpg) no-repeat bottom center #f3f4f6;
    margin-bottom:0;
}

    .jnjj-box-1 .container {
        position: relative;
    }

    .jnjj-box-1 .pic {
        z-index: 9;
        right: 80px;
        top: 205px;
        position: absolute;
    }

    .jnjj-box-1 .box {
        width: 920px;
        min-height: 420px;
        background: #fff;
        position: relative;
        margin-bottom:50px;
        padding: 85px 330px 0 65px;
    }

        .jnjj-box-1 .box:before {
            top: 30px;
            left: 35px;
            content: "";
            width: 645px;
            height: 100%;
            position: absolute;
            border: solid 2px #0071b7;
        }

    .jnjj-box-1 p {
        z-index: 9;
        position: relative;
    }

    .jnjj-box-1 .t1 {
        font-size: 22px;
        line-height: 26px;
        color: #0071b7;
    }

    .jnjj-box-1 .t2 {
        color: #333;
        font-size: 16px;
        margin-top: 30px;
    }

.jnjj-box-2 .inside-title {
    margin-top: -60px;
    padding-bottom: 0;
    position: relative;
}

.jnjj-box-2 .box {
    color: #333;
    padding: 46px;
}

.jnjj-box-2 .t1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
}

    .jnjj-box-2 .t1:before {
        top: 16px;
        left: 10px;
        content: "";
        width: 16px;
        height: 16px;
        border: solid 2px #fff;
        border-radius: 100%;
        position: absolute;
        background: #67cc03;
    }

    .jnjj-box-2 .t1 span {
        color: #fff;
        padding: 0 45px;
        line-height: 50px;
        display: inline-block;
        background: #0071b7;
    }

.jnjj-box-2 .t2 {
    padding-left: 45px;
}

.jnjj-box-2 table tr td {
    line-height: 44px;
    padding-left: 60px;
    border: solid 1px #e9e9e9;
}

.jnjj-box-2 table td:first-child {
    color: #333;
    width: 45%;
    font-size: 16px;
    font-weight: bold;
}

.jnjj-box-2 .button {
    color: #fff;
    width: 340px;
    height: 53px;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    font-size: 24px;
    margin-top: 30px;
    background: #0071b7;
}

    .jnjj-box-2 .button:hover {
        background: #67cc03;
    }

.jnjj-box-3 {
    height: 820px;
    margin-top: 40px;
    background: url(../images/bg6.jpg) no-repeat top center;
}

    .jnjj-box-3 .inside-title {
        padding-bottom: 40px;
    }

.jnjj-box-4 {
    padding-bottom: 50px;
}

    .jnjj-box-4 .inside-title {
        margin-top: -70px;
        position: relative;
    }

    .jnjj-box-4 .box li {
        color: #333;
        margin-top: 20px;
        padding: 30px 40px;
        border-radius: 60px;
        border: solid 1px #e9e9e9;
    }

    .jnjj-box-4 .fanhui {
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        margin-top: 25px;
        width: 260px;
        display: block;
        line-height: 47px;
        background: #a9a9a9;
        border-radius: 30px;
    }

        .jnjj-box-4 .fanhui:hover {
            background: #0071b7;
        }

.inside-about {
    min-height: 993px;
    padding-top: 110px;
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(../images/about-bg.jpg);
}

.inside-about-2 {
    height: 760px;
    background: url(../images/bg7.jpg) no-repeat top center;
}

    .inside-about-2 .inside-title {
        color: #fff;
    }

    .inside-about-2 .list {
        color: #fff;
        padding-top: 60px;
    }

        .inside-about-2 .list .t1 {
            font-size: 30px;
            line-height: 40px;
            font-family: "avgr45w";
            padding-bottom: 5px;
        }

        .inside-about-2 .list .t2 {
            padding-top: 15px;
        }

        .inside-about-2 .list .pic {
            width: 222px;
            height: 134px;
            position: relative;
            border: solid 1px #3a8bbe;
        }

        .inside-about-2 .list dl {
            padding: 0 20px;
            max-height: 390px;
            overflow: hidden;
        }

        .inside-about-2 .list .slick-prev, .inside-about-2 .list .slick-next {
            top: auto;
            margin-top: 0;
            bottom: -50px;
        }

        .inside-about-2 .list .slick-prev {
            width: 38px;
            height: 38px;
            border: 0;
            left: 46%;
            border-radius: 100%;
            border: solid 1px #6da9ce;
            background: url(../images/left-prev.png) no-repeat;
        }

        .inside-about-2 .list .slick-next {
            width: 38px;
            height: 38px;
            border: 0;
            right: 46%;
            border-radius: 100%;
            border: solid 1px #6da9ce;
            background: url(../images/right-next.png) no-repeat;
        }

.inside-about-3 .container {
    overflow: hidden;
}

.inside-about-3 ul {
    width: 105%;
    margin-left: -35px;
    margin-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}

.inside-about-3 li {
    float: left;
    padding: 0 35px;
    position: relative;
    border-left: solid 1px #eee;
}

    .inside-about-3 li .pic {
        width: 192px;
        height: 192px;
        position: relative;
    }

    .inside-about-3 li p {
        width: 192px;
        margin-top: 10px;
        text-align: center;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
    }

.inside-about-4 {
    padding-bottom: 130px;
    background: #f2f2f3;
}

#focus_Box {
    position: relative;
    width: 985px;
    height: 400px;
    margin: 0 auto;
}

    #focus_Box ul {
        position: relative;
        width: 660px;
        height: 400px;
        margin: 0 auto;
    }

    #focus_Box li {
        z-index: 0;
        position: absolute;
        width: 0;
        height: 0;
        top: 146px;
        cursor: pointer;
        left: 377px;
        padding: 5px;
        background: #fff;
        border: solid 1px #ccc;
    }

        #focus_Box li img {
            width: 100%;
            height: 100%;
            vertical-align: top;
            box-shadow: 0 0 30px #e5e4e4;
        }

    #focus_Box .prev, #focus_Box .next {
        display: block;
        z-index: 100;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
        width: 38px;
        height: 38px;
        top: 131px;
    }

    #focus_Box .prev {
        background: url(../images/b1.jpg) left bottom no-repeat;
        left: 0;
    }

    #focus_Box .next {
        background: url(../images/b2.jpg) right bottom no-repeat;
        right: 0;
    }

    #focus_Box .prev:hover {
        background-position: left top;
    }

    #focus_Box .next:hover {
        background-position: right top;
    }

    #focus_Box a.imgs-scroll-btn {
        display: block;
        position: absolute;
        z-index: 110;
        top: 7px;
        right: 15px;
        width: 51px;
        height: 23px;
        overflow: hidden;
        background: url(../images/share-btn.png) no-repeat;
        text-indent: -999px;
    }

.contact-map {
    width: 100%;
    z-index: 1;
    margin-top: 35px;
    position: relative;
    height: 470px;
}

    .contact-map em {
        display: inline-block;
        font-size: 16px;
        font-style: normal;
        color: #0071b7;
    }

    .contact-map p {
        font-size: 14px;
    }

    .contact-map #l-map {
        width: 100%;
        height: 470px;
    }

.pinned {
    background: #0071b7;
}

.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    -webkit-animation: 2s dong;
    animation: 2s dong;
}

@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

#share {
    float: right;
    display: inline-block;
}

    #share a {
        vertical-align: top;
    }

        #share a:hover img {
            opacity: .8;
        }

    #share img {
        margin-top: 0;
        margin-left: 5px;
        vertical-align: top;
        display: inline-block;
    }

.jnjj-menu-2 {
    height: 70px;
    z-index: 99;
    font-size: 16px;
    line-height: 70px;
    background: #f2f3f5;
    position: relative;
    border-bottom: solid 1px #e5e5e5;
}

    .jnjj-menu-2 ul {
        margin-left: 200px;
    }

    .jnjj-menu-2 li {
        float: left;
        padding: 0 20px;
        margin-left: 60px;
    }

        .jnjj-menu-2 li:hover, .jnjj-menu-2 .active {
            background: #0071b7;
        }

            .jnjj-menu-2 li:hover a, .jnjj-menu-2 .active a {
                color: #fff;
            }


/*****右侧浮动*****/
.red-bg {
    width: 157px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

    .red-bg ul {
        background: url(../images/red_2.png) repeat-y;
        min-height: 100px;
        padding-top: 10px;
        overflow: hidden;
        width: 150px;
    }

        .red-bg ul li {
            background: url(../images/red_3.png) no-repeat left bottom;
            height: 31px;
            line-height: 31px;
            font-size: 14px;
        }

            .red-bg ul li a {
                color: #fff;
                display: block;
                text-align: center;
            }


/********弹出层*****/
.login {
    width: 690px;
    display: none;
}

.login-content {
    background: #fff;
    padding: 0 22px;
}

.login-title {
    border-bottom: solid 1px #ccc;
    height: 74px;
    line-height: 74px;
    overflow: hidden;
    color: #0166aa;
    font-size: 26px;
}

.login-title-2 {
    color: #323232;
    font-size: 14px;
    padding: 26px 0 46px 0px;
}

.login-close {
    float: right;
    margin-right: 27px;
}

.login li {
    float: left;
    width: 180px;
    margin-left: 27px;
}

    .login li div {
        border: solid 1px #fff;
        width: 180px;
        height: 100px;
        text-align: center;
    }

        .login li div img {
            max-height: 100%;
            max-width: 100%;
            text-align: center;
        }

        .login li div i {
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

        .login li div.active {
            border: solid 1px #0066aa;
        }

    .login li p {
        line-height: 20px;
        color: #666;
        margin-top: 10px;
    }

.login-btn {
    background: #0065a9;
    width: 118px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border: solid 1px #005892;
}
