﻿@charset "utf-8";
/* CSS Document */
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #333;
    line-height: 1.8
}

ul, li {
    list-style: none;
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #333;
}

p, span, i, em {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

tr, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dn {
    display: none;
}

div {
    box-sizing: border-box;
}

.clearfix {
}

    .clearfix:before, .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

@font-face {
    font-family: "苹方";
    src: url("%c3%a8%c2%8b%c2%b9%c3%a6%c2%96%c2%b9%20%c3%a5%c2%b8%c2%b8%c3%a8%c2%a7%c2%84_0.html");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Impact";
    src: url("impact_1.ttf");
    font-weight: normal;
    font-style: normal;
}

.w1600 {
    width: 1500px;
    margin: 0 auto;
}

header {
    padding: 1% 0;
}

.logo {
    width: 10%;
}

    .logo img {
        max-width: 100%;
    }

nav {
    float: right;
    width: 90%;
}

    nav > ul {
        width: 75%;
        float: right
    }

        nav > ul > li {
            display: inline-block;
            width: 11%;
            text-align: center;
            height: 45px;
            line-height: 45px;
            position: relative
        }

            nav > ul > li > a {
                display: block;
                height: 43px;
                font-size: 15px;
                border-radius: 0;
                transition: all 250ms ease
            }

                nav > ul > li > a:hover {
                    background: #3287ec;
                    color: #fff;
                    border-radius: 50px;
                }

                nav > ul > li > a.active {
                    background: #3287ec;
                    color: #fff;
                    border-radius: 50px;
                }

            nav > ul > li ul {
                line-height: 35px;
                list-style-type: none;
                text-align: center;
                left: 0;
                position: absolute;
                font-family: "Microsoft Yahei";
                font-size: 14px;
                background: #fff;
                z-index: 9999999999;
                box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
                -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
                transform: rotateY(180deg);
                transition: all 250ms ease;
                display: none
            }

        nav > ul li ul li {
            border-bottom: 1px solid #eee;
        }

        nav > ul li ul a {
            display: block;
            padding: 0 40px 0 20px;
            text-align: left;
            line-height: 45px;
            white-space: nowrap;
        }

            nav > ul li ul a:link {
                text-decoration: none;
            }

            nav > ul li ul a:visited {
                text-decoration: none;
            }

            nav > ul li ul a:hover {
                color: #fff;
                text-decoration: none;
                font-weight: normal;
                background: #3287ec;
            }

        nav > ul li:hover ul {
            display: block;
            transform: rotateY(0);
        }

.hexd_r {
    width: 10.6%;
    margin-top: 1.1%;
    border-left: 1px solid #ccc;
    padding-left: 2%;
    height: 16px;
    line-height: 16px;
}

.scbuton {
    display: block;
    float: left;
    margin-right: 8%
}

.zen {
}

    .zen li {
        float: left;
        padding: 0 5%;
        position: relative;
        margin-top: -2px;
    }

        .zen li a {
            display: block;
            color: #999;
            padding: 1px 5px;
            white-space: nowrap
        }

            .zen li a.active {
                background: #444444;
                color: #fff;
                border-radius: 5px;
            }

        .zen li:first-child:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 1px;
            height: 15px;
            transform: rotate(20deg);
            background: #af9cb8;
            margin-top: -5px;
        }

#j_seach_box {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
}

    #j_seach_box .bg_box {
        position: fixed;
        z-index: 9994;
        top: 0px;
        display: none;
        height: 100%;
        width: 100%;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D8000000', endColorstr='#D8000000');
        background: rgba(0,0,0,0.85);
    }

    #j_seach_box form {
        position: absolute;
        border-radius: 4px;
        overflow: hidden;
        top: 50%;
        z-index: 9999;
        background: #fff;
        height: 80px;
        width: 1000px;
        left: 50%;
        margin-left: -500px;
        margin-top: -40px;
    }

    #j_seach_box input[type="text"] {
        border: none;
        width: 900px;
        display: block;
        height: 80px;
        text-align: center;
        color: #434343;
        font-size: 16px;
        background: none;
        line-height: 80px;
        padding: 0 20px;
    }

    #j_seach_box input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        z-index: 2;
        background: url(../images/icon_search.png) center no-repeat;
        height: 80px;
        width: 80px;
        cursor: pointer;
        border: none;
    }

        #j_seach_box input[type="submit"]:hover {
            background: url(../images/icon_search_hover.png) center no-repeat;
        }

.banner {
    position: relative;
    clear: both;
}

.cpjsbox {
    background: #f2f4f6;
    padding: 2% 0;
    width: 100%;
    padding-bottom: 3%
}

.title {
}

.title_l {
    width: 80%;
}

    .title_l h1 {
        font-family: "苹方";
        font-size: 30px;
        color: #202020
    }

    .title_l h2 {
        font-family: "苹方";
        font-size: 14px;
        color: #202020;
        text-transform: uppercase;
    }

        .title_l h2 i {
            display: inline-block;
            margin-left: 1%;
            margin-bottom: 4px;
            background: #199ae6;
            width: 180px;
            height: 1px;
        }

.more {
    padding-left: 20px;
    margin-top: 50px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: "苹方";
}

    .more:hover {
        color: #199ae6
    }

.cplist {
    margin-top: 2%;
}

    .cplist ul {
    }

    .cplist li {
        float: left;
        width: 19.2%;
        margin-left: 1%;
        background: #fff;
        box-shadow: 0 8px 10px 0px rgba(0,0,0,.1);
        padding-bottom: 1.5%;
        text-align: center;
    }

        .cplist li dt {
        }

            .cplist li dt img {
                width: 100%;
                height: 183px;
            }

                .cplist li dt img:hover {
                    opacity: .8
                }

        .cplist li:first-child {
            margin-left: 0
        }

        .cplist li dd {
            margin-top: 5%;
        }

            .cplist li dd h1 {
                font-size: 24px;
                height: 43px;
                overflow: hidden
            }

            .cplist li dd p {
                color: #636363;
                margin: 5%;
                line-height: 2;
                height: 84px;
                overflow: hidden;
                text-align: left;
            }

.rmore {
    display: inline-block;
    padding: 1% 10%;
    color: #636363;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
    text-transform: uppercase;
    margin-top: 10%;
    transition: all 250ms ease
}

    .rmore:hover {
        background: #199ae6;
        color: #fff;
        border: 1px solid #fff;
    }

.zznumbox {
    width: 100%;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    padding: 2% 0;
    padding-bottom: 5%;
    color: #fff;
    text-align: center
}

    .zznumbox div > h1 {
        font-size: 27px;
        font-family: "苹方";
    }

    .zznumbox div > h2 {
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 1%
    }

.index-2-list {
    width: 80%;
    margin: 0 auto;
    margin-top: 3%;
}

    .index-2-list li {
        position: relative;
        float: left;
        width: 25%;
        text-align: center;
    }

        .index-2-list li h1 {
            font-size: 13px;
            color: #fff;
        }

        .index-2-list li:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 20px;
            background: #fff;
            left: 0;
            top: 50%;
        }

        .index-2-list li:last-child:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 20px;
            background: #fff;
            right: 0;
            top: 50%;
        }

        .index-2-list li h2 {
            margin-top: 3%;
            font-size: 60px;
            line-height: 1;
            color: #fff;
            font-family: 'Impact';
        }

        .index-2-list li h3 {
            font-size: 13px;
            color: #fff;
            margin-top: 3%;
            text-transform: uppercase
        }


.casebox {
    width: 1660px;
    margin: 0 auto;
    background: #fff;
    padding: 2% 0;
}

.newt {
    margin-top: 1%;
}

    .newt span {
        float: left;
        width: 9%;
        text-align: center;
        background: #f2f4f6;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        margin-right: 0.2%;
        color: #636363;
        cursor: pointer;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .newt span.active {
            background: #199ae6;
            color: #fff
        }

.casemain {
    margin-top: 2%
}

.index7-list {
    margin-top: 2%
}

    .index7-list .owl-nav {
        display: block !important
    }

    .index7-list .owl-prev {
        position: absolute;
        width: 15px;
        height: 25px;
        left: -30px;
        background-image: url(../images/aleft.png);
        font-size: 0;
        top: 50%;
        margin-top: -12px;
        transition: .3s;
    }

    .index7-list .owl-next {
        position: absolute;
        width: 15px;
        height: 25px;
        right: -30px;
        background-image: url(../images/aright.png);
        top: 50%;
        font-size: 0;
        margin-top: -12px;
        transition: .3s;
    }

.ninfo {
}

    .ninfo a {
        display: block;
        width: 100%;
        border: 1px solid #eaeaea;
        box-sizing: border-box;
    }

.cimg {
    position: relative;
    overflow: hidden
}

    .cimg img {
        width: 100%;
        transition: all 1s ease;
        height: 338px;
    }

    .cimg p {
        position: absolute;
        height: 50px;
        font-size: 15px;
        line-height: 50px;
        background: rgba(0,0,0,.5);
        color: #fff;
        padding: 0 2%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box
    }

.newtext {
    margin: 3%;
}

    .newtext dt {
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        color: #636363;
        text-overflow: ellipsis;
    }

        .newtext dt span {
            text-transform: uppercase;
            color: #636363;
            font-family: "苹方";
            font-size: 12px;
            margin-left: 2%;
        }

    .newtext dd {
        font-size: 14px;
        color: #636363;
        height: 45px;
        overflow: hidden;
        margin-top: 3%
    }

.ninfo a:hover {
    background: #fff
}

.index7-list .owl-dots {
    text-align: center;
    margin-top: 40px;
    display: block;
}

    .index7-list .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 5px;
        border: 0;
        background-color: transparent;
    }

.index7-list .owl-dot span {
    width: 13px;
    display: block;
    height: 13px;
    background: #eaeaea;
    border-radius: 100%;
}

.index7-list .owl-dot.active span {
    background: #199ae6;
}

.ninfo:hover .cimg img {
    transform: scale(1.1)
}

.hhrbox {
    margin-top: 2%
}

.hr_l {
    width: 50%;
    background: #f2f4f6;
    height: 221px;
    position: relative;
    overflow: hidden
}

.hhrinfo {
    position: absolute;
    left: 50%;
    margin-left: -280px;
    top: 10%;
    width: 70%;
    padding-top: 1%
}

    .hhrinfo h1 {
        font-size: 25px;
    }

    .hhrinfo p {
        margin-top: 1.5%;
        color: #676767;
        line-height: 2;
        height: 58px;
        overflow: hidden
    }

    .hhrinfo a {
        display: block;
        width: 120px;
        border: 1px solid #d7d7d7;
        padding: 5px 0;
        text-align: center;
        border-radius: 20px;
        margin-top: 30px;
        box-sizing: border-box;
        transition: all 250ms ease;
    }

.hr_r {
    width: 50%;
    background: url(../images/csbg.png) no-repeat;
    background-size: cover;
    height: 221px;
    position: relative;
    overflow: hidden
}

.hr_rinfo {
    position: absolute;
    right: 50%;
    margin-right: -280px;
    top: 10%;
    width: 75%;
}

.wyhhr {
    margin-top: 1.5%;
    width: 55%;
}

    .wyhhr h1 {
        font-size: 25px;
        color: #fff;
    }

    .wyhhr p {
        margin-top: 2%;
        color: #fff;
        line-height: 2
    }

    .wyhhr a {
        display: block;
        width: 120px;
        border: 1px solid #749ccf;
        padding: 5px 0;
        text-align: center;
        border-radius: 20px;
        margin-top: 60px;
        box-sizing: border-box;
        transition: all 250ms ease;
    }

.whimg {
    width: 38.5%;
}

    .whimg img {
        width: 100%
    }

.wyhhr a:hover, .hhrinfo a:hover {
    padding-left: 20px;
}

.newab {
    margin-top: 3%
}

.newbox {
    width: 47%;
}

.newlist {
    margin-top: 3% !important
}

    .newlist li {
    }

    .newlist h1 {
        font-size: 15px;
        height: 27px;
        overflow: hidden
    }

    .newlist p {
        margin-top: 1%;
        color: #636363;
        height: 50px;
        overflow: hidden
    }

    .newlist h2 {
        font-size: 12px;
        color: #636363;
        margin-top: 3%;
    }

.fafaone {
    padding-bottom: 5% !important
}

    .fafaone .flex-control-nav {
        bottom: 0;
        left: 0;
        text-align: left
    }

    .fafaone .flex-control-paging li a {
        background: #d5d5d5
    }

    .fafaone .flex-direction-nav {
        display: none
    }

.about {
    width: 50%;
}

.abinfo {
    margin-top: 3%
}

    .abinfo p {
        color: #636363;
        line-height: 1.8;
        height: 75px;
        overflow: hidden
    }

.ablist {
    margin-top: 3%;
}

    .ablist li {
        float: left;
        width: 12%;
        text-align: center;
    }

        .ablist li dt img {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray;
        }

        .ablist li dd {
            margin-top: 5%
        }

        .ablist li a:hover {
            color: #199ae6
        }

            .ablist li a:hover .abimg {
                -webkit-filter: grayscale(0);
                -moz-filter: grayscale(0);
                -ms-filter: grayscale(0);
                -o-filter: grayscale(0);
                filter: grayscale(0);
                0
            }


footer {
    background: #6f6f6f;
    width: 100%;
    padding: 1.5% 0;
    margin-top: 3%
}

.foot_l {
    width: 58%;
    margin-left: -1%
}

    .foot_l ul {
        float: left;
        width: 13%;
        text-align: center;
        margin-right: 0;
        position: relative;
    }

        .foot_l ul:after {
            content: "";
            position: absolute;
            top: 5px;
            right: 0;
            width: 1px;
            height: 11px;
            background: #6c6c6c;
            transform: rotate(20deg);
        }

        .foot_l ul h1 {
            font-size: 14px;
            color: #fff;
            margin-bottom: 5%
        }

        .foot_l ul li {
            line-height: 25px;
            height: 25px;
            overflow: hidden
        }

            .foot_l ul li a {
                color: #fff;
                font-size: 12px;
            }

                .foot_l ul li a:hover {
                    text-decoration: underline
                }

.foot_c {
    width: 35%;
}

    .foot_c p {
        color: #fff;
        line-height: 2
    }

.foot_r {
    width: 8%;
    overflow: hidden;
    text-align: center
}

    .foot_r img {
        max-width: 100%;
    }

.nypic {
    width: 100%;
}

    .nypic img {
        width: 100%;
    }

.nycplist {
    margin-top: 2%
}

    .nycplist li {
        width: 100%;
        background: #f2f4f6;
        margin-top: 2%
    }

        .nycplist li dt {
            float: right;
            width: 45%;
        }

            .nycplist li dt img {
                width: 100%;
                height: 428px;
            }

        .nycplist li dd {
            width: 48%;
            float: left;
            margin: 2.5% 0 0 4%;
        }

            .nycplist li dd h1 {
                font-size: 35px;
                border-bottom: 1px solid #888889;
                display: inline-block
            }

            .nycplist li dd p {
                margin-top: 3%;
                height: 75px;
                overflow: hidden
            }

            .nycplist li dd a {
                display: block;
                width: 120px;
                border: 1px solid #d7d7d7;
                padding: 5px 0;
                text-align: center;
                border-radius: 20px;
                margin-top: 10%;
                box-sizing: border-box;
                transition: all 250ms ease;
            }

                .nycplist li dd a:hover {
                    padding-left: 20px;
                }

        .nycplist li:hover {
            background: #199ae6;
            color: #fff;
        }

            .nycplist li:hover .nycpt {
                border-bottom: 1px solid #fff;
            }

            .nycplist li:hover .njt {
                background: #fff;
            }

.nycont {
    margin-top: 3%;
}

.ncase_tlist {
}

    .ncase_tlist li {
        float: left;
        width: 13%;
        text-align: center;
        height: 45px;
        line-height: 45px;
        margin-right: 0.2%;
        color: #636363;
        cursor: pointer;
        box-sizing: border-box;
    }

        .ncase_tlist li a {
            display: block;
            background: #f2f4f6;
            height: 45px;
            line-height: 45px;
            font-size: 15px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .ncase_tlist li a:hover {
                background: #199ae6;
                color: #fff
            }

            .ncase_tlist li a.active {
                background: #199ae6;
                color: #fff
            }

.cgallist {
    margin-top: 2%;
}

    .cgallist li {
        float: left;
        width: 31.3%;
        margin-right: 3%;
        margin-bottom: 2%
    }

        .cgallist li:nth-child(3n+0) {
            margin-right: 0
        }

        .cgallist li dt {
            overflow: hidden
        }

            .cgallist li dt a {
                display: block;
                position: relative;
            }

                .cgallist li dt a p {
                    position: absolute;
                    height: 50px;
                    font-size: 15px;
                    line-height: 50px;
                    background: rgba(0,0,0,.5);
                    color: #fff;
                    padding: 0 2%;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    box-sizing: border-box;
                }

            .cgallist li dt img {
                width: 100%;
                transition: all 1s ease;
                height: 331px;
            }

        .cgallist li dd {
            border: 1px solid #eaeaea;
            border-top: none;
            padding: 3%;
        }

            .cgallist li dd h1 {
                font-size: 15px;
                color: #636363;
                height: 27px;
                overflow: hidden
            }

                .cgallist li dd h1 a:hover {
                    color: #199ae6
                }

                .cgallist li dd h1 span {
                    font-size: 12px;
                    text-transform: uppercase;
                    margin-left: 15px;
                }

            .cgallist li dd p {
                color: #636363;
                margin-top: 2%;
                height: 50px;
                overflow: hidden
            }

        .cgallist li:hover .nalimg {
            transform: scale(1.1)
        }

.page {
    text-align: center;
    margin-top: 30px;
    clear: both;
}

    .page a {
        display: inline-block;
        text-align: center;
        padding: 8px 15px;
        color: #666;
        margin: 0 5px;
        vertical-align: middle;
        transition: all 400ms cubic-bezier(.4,0,.23,1);
        -moz-transition: all 400ms cubic-bezier(.4,0,.23,1);
        -webkit-transition: all 400ms cubic-bezier(.4,0,.23,1);
    }

.pageactive {
    display: inline-block;
    background: #257cc4;
    padding: 8px 15px;
    color: #fff !important;
    vertical-align: middle;
}

.page a:hover {
    background: #257cc4;
    padding: 8px 15px;
    color: #fff !important;
}

.cshr_t {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

    .cshr_t h1 {
        font-size: 32px;
        font-family: "苹方";
        color: #202020;
    }

    .cshr_t h2 {
        font-size: 14px;
        font-family: "苹方";
        color: #202020;
        text-transform: uppercase;
    }

    .cshr_t i {
        background: #333333;
        width: 40px;
        height: 3px;
        display: inline-block;
        margin-top: 1%
    }

    .cshr_t p {
        color: #676767;
        line-height: 2;
        margin-top: 3%
    }

.hrzdlist {
    margin-top: 5%
}

    .hrzdlist ul {
    }

        .hrzdlist ul:before {
            content: "";
            position: absolute;
            left: 50%;
            width: 1px;
            height: 655px;
            background: #e3e3e3
        }

        .hrzdlist ul li {
            width: 45%;
            float: left;
            margin-bottom: 3%
        }

            .hrzdlist ul li:nth-child(2n+0) {
                float: right;
            }

            .hrzdlist ul li a {
                font-size: 16px;
                font-weight: bold;
            }

                .hrzdlist ul li a:hover {
                    color: #199ae6
                }

            .hrzdlist ul li p {
                margin-top: 2%;
                color: #636363;
                height: 50px;
                overflow: hidden
            }

.sqhr {
    margin-top: 3%;
    margin-bottom: 3%
}

.sqhr {
    background: #4178be;
    overflow: hidden;
    padding-top: 1.5%
}

.sqhr_l {
    width: 40%;
    margin: 2% 0 0 5%
}

    .sqhr_l h1 {
        color: #fff;
        font-size: 22px;
    }

        .sqhr_l h1 span {
            font-size: 14px;
        }

    .sqhr_l a {
        display: inline-block;
        color: #fff;
        margin-top: 5%;
        border: 1px solid #6e98ce;
        border-radius: 20px;
        padding: 1% 3%
    }

        .sqhr_l a img {
            margin-bottom: -5px;
            margin-left: 3px;
        }

        .sqhr_l a:hover {
            background: #199ae6;
            color: #fff
        }

.sqhr_r {
    width: 18%;
    margin-right: 5%;
}

    .sqhr_r img {
        width: 100%;
    }

.nynewlist {
}

    .nynewlist li {
        background: #f2f4f6
    }

        .nynewlist li dt {
            float: left;
            width: 35%;
        }

            .nynewlist li dt img {
                width: 100%;
                height: 337px;
            }

        .nynewlist li dd {
            float: left;
            width: 55%;
            margin-left: 5%;
            margin-top: 3%
        }

.ntime {
    float: left;
    background: #199ae6;
    max-width: 108px;
    max-height: 108px;
    padding: 1% 2%;
    text-align: center
}

    .ntime h1 {
        font-size: 28px;
        font-family: "苹方";
        color: #fff;
    }

    .ntime h2 {
        font-size: 18px;
        font-family: "苹方";
        color: #fff;
    }

.newttext {
    width: 78%;
    float: left;
    margin-left: 8%
}

    .newttext h1 {
        font-size: 24px;
        height: 43px;
        overflow: hidden
    }

        .newttext h1 a:hover {
            color: #199ae6
        }

    .newttext p {
        color: #636363;
        margin-top: 2%;
        height: 75px;
        overflow: hidden
    }

    .newttext > a {
        display: inline-block;
        margin-top: 5%;
        background: #fff;
        border-radius: 20px;
        width: 120px;
        text-align: center;
        padding: 5px;
    }

        .newttext > a img {
            width: auto !important
        }

        .newttext > a:hover {
            background: #199ae6
        }

.fafatwo .flex-direction-nav {
    display: none
}

.fafatwo .flex-control-nav {
    width: 200px;
    right: 50px;
    bottom: 40px;
}

.fafatwo .flex-control-paging li a {
    border-radius: 0;
    width: 46px;
    height: 7px;
}

.nynewmamin {
    margin-top: 2%
}

.nynew_l {
    width: 68%;
}

.nnew_tlist {
    border-bottom: 1px solid #199ae6
}

    .nnew_tlist li {
        float: left;
        width: 150px;
        text-align: center;
        height: 45px;
        line-height: 45px;
        margin-right: 2%;
        color: #636363;
        cursor: pointer;
        box-sizing: border-box;
    }

        .nnew_tlist li a {
            display: block;
            background: #f2f4f6;
            height: 45px;
            line-height: 45px;
            font-size: 15px;
        }

            .nnew_tlist li a:hover {
                background: #199ae6;
                color: #fff
            }

            .nnew_tlist li a.active {
                background: #199ae6;
                color: #fff
            }

.nyxwlist {
    margin-top: 2%
}

    .nyxwlist li {
        border-bottom: 1px solid #dbdbdb;
        padding: 3% 0;
        transition: all 250ms ease;
    }

        .nyxwlist li dt {
            float: left;
            background: #f2f4f6;
            max-width: 108px;
            max-height: 108px;
            padding: 1% 2%;
            text-align: center
        }

            .nyxwlist li dt h1 {
                font-size: 28px;
                font-family: "苹方";
                color: #199ae6;
            }

            .nyxwlist li dt h2 {
                font-size: 18px;
                font-family: "苹方";
                color: #636363;
            }

        .nyxwlist li dd {
            float: left;
            width: 87%;
            margin-left: 2%;
        }

            .nyxwlist li dd h1 {
                font-size: 18px;
                height: 32px;
                overflow: hidden
            }

            .nyxwlist li dd h2 {
                font-size: 14px;
                color: #c8c8c8;
            }

            .nyxwlist li dd p {
                color: #636363;
                height: 50px;
                overflow: hidden
            }

        .nyxwlist li:hover {
            background: #f2f4f6
        }

.nynew_r {
    width: 28%;
}

.rlbox {
    background: #f2f4f6;
    padding-bottom: 1%
}

    .rlbox h1 {
        background: #199ae6;
        height: 50px;
        line-height: 50px;
        padding: 0 3%;
        color: #fff;
        font-size: 16px;
    }

    .rlbox ul {
        margin-top: 1%
    }

        .rlbox ul li {
            width: 25%;
            text-align: center;
            float: left;
            height: 45px;
            line-height: 45px;
        }

            .rlbox ul li a:hover {
                color: #199ae6
            }

.newserch {
    background: #f2f4f6;
    height: 70px;
    line-height: 70px;
    margin-top: 3%;
    display: -webkit-box;
    padding: 0 2%;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
}

    .newserch input {
        display: block;
        width: 65%;
        border: 1px solid #dcdcdc;
        border-radius: 10px;
        background: #fff;
        height: 35px;
        line-height: 35px;
        padding: 0 5%;
        color: #c4c4c4;
    }

    .newserch button {
        display: block;
        width: 18%;
        background: #199ae6;
        color: #fff;
        border-radius: 10px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        border: none;
        margin-left: 5%;
        font-family: "microsoft yahei";
        cursor: pointer;
    }

.joinus {
    margin-top: 2%;
    background: #f2f4f6;
    padding: 2% 0
}

.rlfoot {
    margin-top: 0
}

.jrwm {
    margin-top: 3%
}

    .jrwm ul {
    }

        .jrwm ul li {
            background: #fff;
            margin-bottom: 1%
        }

.jrwmlist {
    background: #fff;
}

    .jrwmlist dt {
        float: left;
        background: #d4d9df;
        width: 10%;
        height: 100px;
        text-align: center;
        box-sizing: border-box;
        color: #000;
    }

        .jrwmlist dt h1 {
            font-size: 28px;
            font-family: "苹方";
        }

        .jrwmlist dt h2 {
            font-size: 18px;
            font-family: "苹方";
        }

    .jrwmlist dd {
        float: left;
        width: 60%;
        height: 100px;
        line-height: 100px;
        margin-left: 3%;
        font-size: 22px;
    }

.zpxq {
    width: 100px;
    height: 100px;
    border-left: 1px solid #eff1f3;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    display: block
}

    .zpxq p {
        margin-top: 20px;
    }

.jrwmlist:hover .jrdt {
    background: #199ae6;
    color: #fff;
}

.jrwm ul li dl.jrdthover dt {
    background: #199ae6;
    color: #fff;
}

.zpinfo {
    border-top: 1px solid #eff1f3;
    padding: 2% 0;
    padding-left: 13%;
}

    .zpinfo p {
        color: #636363
    }

.zplj {
    text-align: center;
    margin-top: 3%;
}

    .zplj a {
        border-radius: 50px;
        display: inline-block;
        padding: 0 3%;
        padding-left: 3%;
        height: 40px;
        line-height: 40px;
        background: #363636 url(../images/ljico.png) no-repeat right center;
        color: #fff;
        white-space: nowrap;
    }

        .zplj a:hover {
            background: #199ae6 url(../images/ljico.png) no-repeat right center;
        }

.xzlist {
    margin-top: 3%
}

    .xzlist li {
        float: left;
        width: 48.5%;
        height: 70px;
        line-height: 70px;
        box-sizing: border-box;
        margin-bottom: 1.5%
    }

        .xzlist li:nth-child(2n+0) {
            float: right
        }

    .xzlist a {
        display: block;
        background: #f2f4f6 url(../images/xzico.png) no-repeat right center;
        padding: 0 5%;
        font-size: 16px;
        transition: all 250ms ease
    }

        .xzlist a:hover {
            background: #199ae6 url(../images/xzico1.png) no-repeat right center;
            color: #fff;
        }

.jszc {
    margin-top: 3%
}

.jsdh {
    background: #199ae6;
    width: 25%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 3%;
    font-size: 29px;
    margin: 0 auto;
    margin-top: 2%;
    font-family: "苹方";
    border-radius: 50px;
}

    .jsdh img {
        margin-bottom: -10px;
        margin-right: 10%
    }

.jszclist {
    margin-top: 5%;
}

    .jszclist li {
        width: 25%;
        text-align: center;
        float: left
    }

        .jszclist li dt {
            height: 64px;
        }

        .jszclist li dd {
            margin-top: 3%
        }

.askbox {
    margin-top: 5%
}

.askmain {
    margin-top: 3%
}

.asklist {
}

    .asklist li {
        margin-bottom: 1%;
    }

        .asklist li a {
            display: block;
            background: #199ae6 url(../images/j.png) no-repeat right center;
            height: 60px;
            line-height: 60px;
            color: #fff;
            padding: 0 2%;
            font-size: 16px;
            transition: all 250ms ease
        }

.wtinfo {
    padding: 1% 2%;
    background: #f2f4f6;
}

    .wtinfo p {
        line-height: 2;
        color: #636363;
    }

.asklist li a.active {
    background: #199ae6 url(../images/jia.png) no-repeat right center;
}

.famain {
    background: #f2f4f6;
    padding: 2% 5%;
    margin-top: 2%
}

    .famain img {
        max-width: 100%;
        margin: 1% auto;
    }

.zbtbox {
    text-align: center;
    margin-top: 2%
}

    .zbtbox > h1 {
        font-size: 27px;
        font-family: "苹方";
    }

    .zbtbox > h2 {
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 1%
    }

    .zbtbox .index-2-list li h2, .zbtbox .index-2-list li h1, .zbtbox .index-2-list li h3 {
        color: #3488ea
    }

    .zbtbox .index-2-list li:before, .zbtbox .index-2-list li:last-child:after {
        background: #3488ea
    }

    .zbtbox .index-2-list {
        width: 100%
    }

    .zbtbox p {
        margin: 0 5%;
        margin-top: 3%;
        color: #636363;
    }

.fzlcbox {
    background: url(../images/lcbg.jpg) no-repeat;
    background-size: cover;
    padding: 2% 0;
    padding-bottom: 3%;
    margin-top: 2%
}

.lclist {
    margin-top: 2%
}

.lct {
    font-size: 30px;
    font-family: "苹方";
}

.lclistmain {
    text-align: center;
}

.liname {
    margin-top: 1%;
    font-size: 14px;
    margin: 0 20%;
    height: 50px;
    overflow: hidden
}

.lcico {
    width: 100%;
    height: 114px;
    background: url(../images/lsico.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 5%
}

.lcmain {
    margin: 0 5%;
    margin-top: 3%;
    text-align: center;
}

    .lcmain h1 {
        font-size: 45px;
        color: #3488ea;
        font-family: "Impact";
    }

    .lcmain p {
        color: #636363;
        line-height: 2;
    }

.qywh {
    margin-top: 2%
}

.whmain {
    margin-top: 5%;
}

    .whmain li {
        margin-bottom: 5%
    }

        .whmain li dt {
            float: right;
            width: 45%;
        }

            .whmain li dt img {
                width: 48%;
                float: left;
            }

                .whmain li dt img:nth-child(2) {
                    float: right;
                }

        .whmain li dd {
            float: left;
            width: 30%;
            margin-left: 5%;
        }

            .whmain li dd div {
                margin-bottom: 10%
            }

                .whmain li dd div h1 {
                    font-size: 18px;
                    color: #3488ea;
                    height: 32px;
                    overflow: hidden
                }

                .whmain li dd div p {
                    margin-top: 3%;
                    height: 50px;
                    overflow: hidden
                }

        .whmain li:nth-child(2) dd {
            float: right;
            margin-right: 5%
        }

        .whmain li:nth-child(2) dt {
            float: left;
        }

.qyzbox {
    margin-top: 3%;
    background: #1a66bf;
    padding: 2% 0;
}

    .qyzbox .cshr_t h1 {
        color: #fff;
    }

    .qyzbox .cshr_t h2 {
        color: #fff;
    }

    .qyzbox .cshr_t i {
        background: #fff
    }

.qyzlist {
    margin-top: 3%
}

.zlimg {
    width: 70%;
    margin: 0 auto;
    text-align: center
}

    .zlimg p {
        color: #fff;
        margin-top: 3%
    }

.qyzlist .index7-list .owl-dots {
    display: none
}

.qyzlist .index7-list .owl-prev {
    background: url(../images/zl.png) no-repeat;
    width: 26px;
    height: 40px;
}

.qyzlist .index7-list .owl-next {
    background: url(../images/zr.png) no-repeat;
    width: 26px;
    height: 40px;
}

.shzrbox {
    margin-top: 2%
}

.shzrlist .index7-list .owl-dots {
    display: none
}

.lxwm {
    background: #f3f3f3 url(../images/lxbg.png) no-repeat center;
    padding: 2% 0;
    margin-top: 3%;
    margin-bottom: -3%
}

.lxdh {
    text-align: center;
    margin-top: 2%;
    font-size: 22px;
    color: #e43b00;
    font-family: "苹方";
}

.lxewm {
    width: 60%;
    margin: 0 auto;
    margin-top: 2%;
}

    .lxewm ul li {
        width: 18.8%;
        margin: 0 7%;
        display: inline-block;
    }

        .lxewm ul li img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
        }

.lxdq {
    margin-top: 2%
}

    .lxdq ul li {
        margin-bottom: 2%
    }

        .lxdq ul li h1 {
            border-bottom: 1px solid #5a5a5a;
            height: 55px;
        }

            .lxdq ul li h1 span {
                border-bottom: 4px solid #000;
                height: 46px;
                display: inline-block;
                padding-bottom: 5px;
            }

.lxdqlist {
    margin-top: 2%
}

    .lxdqlist dl {
        float: left;
        width: 28%;
        margin-right: 8%;
        margin-bottom: 2%
    }

        .lxdqlist dl:nth-child(3n+0) {
            margin-right: 0
        }

        .lxdqlist dl dt {
            font-size: 18px;
            color: #202020;
        }

        .lxdqlist dl dd {
            margin-top: 2%
        }

.newcontent {
    margin-top: 2%;
}

    .newcontent h1 {
        font-size: 24px;
        text-align: center;
    }

    .newcontent h2 {
        font-size: 14px;
        color: #888;
        margin-top: 1%;
        text-align: center;
    }

.newinfo {
    margin-top: 2%;
}

    .newinfo p {
        color: #636363
    }

        .newinfo p img {
            max-width: 100%;
        }

.xgzx {
    background: #f2f4f6;
    padding-bottom: 1%;
    margin-top: 3%;
}

    .xgzx > h1 {
        background: #199ae6;
        height: 50px;
        line-height: 50px;
        padding: 0 3%;
        color: #fff;
        font-size: 16px;
    }

    .xgzx ul {
        margin: 2%
    }

        .xgzx ul li {
            border-bottom: 1px dashed #999a9c
        }

            .xgzx ul li dt {
                background: #fff
            }

    .xgzx .nyxwlist li dd {
        width: 75%;
        margin-left: 3%;
    }

.lxdt {
}

    .lxdt img {
        max-width: 100%;
    }

.mapDiv {
    width: 180px;
    min-height: 100px;
    padding: 5px;
    color: #369;
    background: url('../images/bg.gif') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    display: none;
    word-break: break-all;
    padding: 8px
}

    .mapDiv p {
        line-height: 1.6;
    }

        .mapDiv p span {
            color: #333;
            font-weight: bold;
            font-size: 16px;
        }

.sqhrbox {
    width: 50%;
    margin: 0 auto;
    margin-top: 2%;
}

    .sqhrbox table {
        width: 100%
    }

        .sqhrbox table tr th {
            text-align: right;
            line-height: 60px;
        }

        .sqhrbox table tr td {
            line-height: 60px;
        }

            .sqhrbox table tr td input, .sqhrbox table tr td select {
                height: 40px;
                line-height: 40px;
                border: 1px solid #ddd;
                box-shadow: inset 0 0 8px 1px rgba(0,0,0,.03);
                padding: 0 2%;
                border-radius: 5px;
                width: 70%;
                box-sizing: border-box;
                margin-right: 1%
            }

                .sqhrbox table tr td input:focus, .sqhrbox table tr td select:focus {
                    border: 1px solid #199ae6;
                    border-radius: 5px;
                    outline: none;
                }

.tjbuton {
    text-align: center;
    width: 70%;
}

    .tjbuton button {
        background: #199ae6;
        color: #fff;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        border: none;
        padding: 0 10%;
        border-radius: 5px;
        margin-top: 3%;
        cursor: pointer;
    }



@media (max-width:1366px) {
    .w1600, .casebox {
        width: 95%
    }

    .hhrinfo a {
        margin-top: 15px;
    }

    .hr_rinfo {
        width: 88%
    }

    .wyhhr {
        width: 52%;
    }

    .whimg {
        width: 47%;
    }

    .casebox {
        margin-top: -35px;
    }

    .newttext {
        width: 78%;
    }

    .nyxwlist li dd {
        width: 85.8%
    }

    .xgzx .nyxwlist li dd {
        width: 73%;
    }

    .nycplist li dt img {
        height: 345px;
    }

    .hexd_r {
        width: 12.6%;
    }

    .jsdh {
        font-size: 26px;
    }
}

@media (max-width:1024px) {
    .w1600, .casebox {
        width: 95%
    }

    .casebox {
        margin-top: -30px;
    }

    .ablist li {
        width: 18%
    }

    .logo {
        margin-top: 1%
    }

    nav > ul {
        width: 82%
    }

    .hexd_r {
        width: 16%
    }

    .hhrinfo {
        margin-left: -210px;
    }

    .hr_rinfo {
        width: 90%;
        margin-right: -220px;
    }

    .whimg, .wyhhr {
        width: 50%;
    }

    .nyxwlist li dd {
        width: 84%
    }

    .newttext {
        width: 75%
    }

    .fafatwo .flex-control-nav {
        bottom: 15px;
    }

    .jsdh {
        width: 36%
    }

    .lxdh {
        font-size: 12px;
    }

    .lxewm {
        width: 80%;
    }

        .lxewm ul li {
            width: 22.3%;
            margin: 0 5%;
        }

    .whmain li dt {
        width: 55%;
    }

    .xgzx .nyxwlist li dd {
        width: 63%;
    }

    .nycplist li dt img {
        height: 288px;
    }

    .nynewlist li dt img {
        height: 257px;
    }
}
