html, body {
    position: relative;
    height: 100%;
}
.wow {
    visibility: hidden;
}
body {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    background: url(../images/body.jpg) 0 0;
}

.container {
    /*width: 1200px;*/
    margin: 0 auto;
}

a, li, ol, ul, p, h1, h3, h2, h4 {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

a {
    display: block;
    outline: none;
    font-size: 16px;
}

img {
    border: none;
    outline: none;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

input, textarea, select {
    border: none;
    background: none;
    font-family: "Microsoft YaHei";
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /*        text-align: center;*/
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-v {
    background: #eee;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 30px;
}

.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: url(../images/banner_hd.png) -24px 0 no-repeat;
}

.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    background: url(../images/banner_hd.png) 0 0 no-repeat;
}

.ljwm_img {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

    .ljwm_img img {
        width: 100%;
        height: 100%;
    }

.ljwm_text {
    position: absolute;
    left: 50%;
    width: 532px;
    height: 713px;
    top: 7%;
    margin-left: -266px;
    z-index: 20;
    background: url(../images/ljwm_jj_bg.jpg) 0 0 no-repeat;
}

.text_p {
    width: 445px;
    margin: 0 auto;
    text-align: center;
}

    .text_p img {
        margin: 40px 0 0 0;
    }

    .text_p p {
        color: #6a6a6a;
        font-size: 14px;
        line-height: 30px;
        margin-top: 30px;
    }

.text_btn {
    width: 296px;
    height: 52px;
    position: absolute;
    left: -60px;
    bottom: 120px;
    z-index: 60;
    background: url(../images/ljwm_btn_bg.png) 0 0 no-repeat;
}

    .text_btn a {
        color: #fff;
        font-size: 14px;
        line-height: 52px;
        float: right;
        margin-right: 60px;
    }

    .text_btn:hover a {
        animation: leftanimate .5s ease infinite;
        animation-iteration-count: 2;
    }

@-webkit-keyframes leftanimate {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(0px);
    }

    70% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.ljwm_text img {
    text-align: center;
    display: inline-block;
}

.cpzx {
    width: 1692px;
    overflow: hidden;
    margin-left: 40px;
    height:400px;
}

    .cpzx .swiper-slide {
        width: 408px;
        height: 400px;
        margin-right: 25px;
    }

.cpzx_img {
    width: 100%;
    position: relative;
    margin-top: -60px;
}

.cpzx_btn {
    width: 155px;
    height: 52px;
    text-align: center;
    position: absolute;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    left: 50%;
    margin-left: -77px;
    top: 50%;
    margin-top: -26px;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

    .cpzx_btn a {
        color: #fff;
        width: 100%;
        line-height: 52px;
        display: inline-block;
    }

.cpzx_p {
    width: 100%;
    position: absolute;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    text-align: center;
    top: 348px;
    z-index: 66;
}

    .cpzx_p h3 a {
        color: #323232;
        font-size: 16px;
        line-height: 28px;
        font-weight: inherit;
        width:100%;
        height:28px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }

.cpzx_text {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    color: #909090;
    text-align: center;
    position: absolute;
    z-index: 66;
    top: 376px;
    opacity: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.cpzx li:hover .cpzx_btn {
    opacity: 1;
}

.cpzx li:hover .cpzx_text {
    opacity: 1;
}

.cpzx .swiper-button-prev {
    left: 53.5%;
}

.cpzx .swiper-button-next {
    right: 43.5%;
}

.xwzx {
    width: 1350px;
    overflow: hidden;
    margin-top: -60px;
    margin-left: 160px;
    height:540px;
}

    .xwzx .swiper-slide {
        width: 408px;
        height: 540px;
        margin-right: 50px;
    }

        .xwzx .swiper-slide div {
            position: absolute;
            left: 0;
        }

.xwzx_img {
    height: 0;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
    top: 190px;
    width: 100%;
    -webkit-transition: all .5s;
}

.timer {
    font-size: 14px;
    transition: all .5s;
    -webkit-transition: all .5s;
    color: #bfbfbf;
    top: 95px;
}

.xwzx_btn {
    width: 112px;
    height: 22px;
    background: url(../images/xwzx_btn_bg.png) 0 0 no-repeat;
    text-align: center;
    margin-top: 30px;
    transition: all .5s;
}

    .xwzx_btn a {
        color: #2e2e2e;
        width: 100%;
        line-height: 22px;
        display: inline-block;
    }

.nmbs {
    font-size: 48px;
    font-family: "Times New Roman";
    margin-bottom: 30px;
    font-weight: bold;
    top: 0;
}

.xwzx_line {
    width: 20px;
    height: 5px;
    background-color: #000;
    margin: 10px 0;
    top: 155px;
}

.xwzx .title {
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    top: 125px;
    width: 100%;
}

    .xwzx .title h3 a {
        color: #323232;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        height: 28px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.xwzx .text {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin-top: 25px;
    color: #838181;
    opacity: .6;
    top: 159px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.xwzx .swiper-slide i {
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    color: #c81528;
    font-weight: 100;
    background: #fff;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    margin-top: 5px;
}

    .xwzx .swiper-slide i:before {
        margin: 7px auto;
        text-align: center;
        display: block;
    }

.xwzx .swiper-slide:hover .xwzx_img {
    opacity: 1;
    height: 191px;
}

.xwzx .swiper-slide:hover .text {
    top: 380px;
    transition: all .5s;
}

.xwzx .swiper-slide:hover .xwzx_btn {
    top: 470px;
    transition: all .5s;
}

.xwzx .swiper-button-prev {
    left: 48%;
    top: 16%;
}

.xwzx .swiper-button-next {
    right: 48%;
    top: 16%;
}

.TuOP {
    width: 78px;
    height: auto;
    position: fixed;
    z-index: 100;
    right: 2%;
    bottom: 5%;
}

    .TuOP .Top-btn {
        width: 38px;
        height: 38px;
        /* background: url(../images/up-top.png) no-repeat;*/
        background-size: cover;
        cursor: pointer;
        position: relative;
        margin: 0 auto;
    }

    .TuOP .btn-TC {
        width: 38px;
        height: 38px;
        /*background: url(../images/input-btnZXH.jpg) no-repeat;*/
        background-size: cover;
        position: relative;
        cursor: pointer;
        margin: 10px auto;
    }

        .TuOP .btn-TC.btn-TC1 {
            width: 78px;
            height: 64px;
            position: relative;
        }

        .TuOP .btn-TC span {
            position: absolute;
            right: 10px;
            top: 0;
            width: 0px;
            line-height: 38px;
            transition: .5s;
            opacity: 0;
            white-space: nowrap;
        }

        .TuOP .btn-TC:hover span {
            width: 150px;
            transition: .5s;
            opacity: 1;
        }

.gjc {
    text-align: center;
    margin-top: 30px;
}

    .gjc span {
        line-height: 20px;
        font-size: 12px;
        margin: 0 8px;
        color: #c2c2c2;
        display: inline-block;
    }

        .gjc span a {
            line-height: 20px;
        }

            .gjc span a:hover {
                color: #fff;
            }

.index_footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 50;
    width: 1920px;
    height: 290px;
    text-align: center;
    background: url(../images/index_footer.png) 0 0 no-repeat;
}

.f_info {
    display: inline-block;
    margin-top: 200px;
    position: relative;
}

    .f_info span, .f_info a, .f_info img {
        float: left;
        color: #383838;
        font-size: 14px;
        margin: 0 5px;
        display: inline-block;
        transform: rotate(0deg);
        transition: .5s;
    }

        .f_info a:hover {
            color: #000;
            transition: .5s;
        }

        .f_info a img.gf:hover {
            transform: rotate(30deg);
            transition: .5s;
        }

.footer_r_t_b {
    display: inline-block;
    width: 110px;
    padding: 0 10px;
    height: 30px;
    margin-top: -5px;
    border-radius: 35px;
    background-color: #2a4184;
}

    .footer_r_t_b li {
        width: 100%;
        position: relative;
        cursor: pointer;
    }

        .footer_r_t_b li span {
            height: 26px;
            line-height: 26px;
            font-size: 14px;
            width: 100%;
            color: #fff;
            text-align: left;
        }

        .footer_r_t_b li em {
            width: 12px;
            height: 12px;
            display: block;
            position: absolute;
            right: 0;
            top: 9px;
            transition: .5s;
            transform: rotate(0deg);
            background: url(../images/footer_se.png) 0 0 no-repeat;
        }

        .footer_r_t_b li:hover em {
            transform: rotate(180deg);
            transition: .5s;
        }

        .footer_r_t_b li .sup {
            position: absolute;
            left: -10px;
            bottom: -10px;
            width: 120px;
            opacity: 0;
            visibility: hidden;
            z-index: 10;
            padding: 15px;
            transition: .5s;
            background-color: #2a4184;
        }

            .footer_r_t_b li .sup li {
                background: none;
                line-height: 40px;
            }

                .footer_r_t_b li .sup li a {
                    color: #fff;
                    line-height: 40px;
                    height: 40px;
                    font-size: 14px;
                    text-align: center;
                }

    .footer_r_t_b:hover {
        border-radius: 0;
        width: 130px;
    }

    .footer_r_t_b li:hover .sup {
        opacity: 1;
        visibility: visible;
        transition: .5s;
        bottom: 0;
    }

    .footer_r_t_b li .sup li:hover a {
        color: #ddd;
    }

#navToggle {
    position: fixed;
    z-index: 101;
    top: 28px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: none;
}

    #navToggle span {
        position: absolute;
        top: 0;
        display: block;
        width: 30px;
        height: 2px;
        left: 0;
        border: 0px solid #cf9a48;
        background-color: #cf9a48;
        -webkit-transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
        transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
        transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s;
        transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    }

        #navToggle span:nth-of-type(2) {
            top: 15px;
        }

        #navToggle span:nth-of-type(3) {
            top: auto;
            bottom: 0;
            -webkit-transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
            transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
            transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s;
            transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s, -webkit-transform 0.2s;
        }

    #navToggle.expanded:hover {
        border-color: #fff;
    }

    #navToggle.expanded {
        border-color: #aaa;
    }

        #navToggle.expanded:hover span {
            transform: scale(0.9);
        }

        #navToggle.expanded span:nth-of-type(1) {
            top: 15px;
            transform: rotate(45deg);
            transition: top 0.2s, transform 0.2s 0.2s, background 0.2s;
            -webkit-transform: rotate(45deg);
            -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
        }

        #navToggle.expanded span:nth-of-type(2) {
            opacity: 0;
            transition: opacity 0.2s;
            -webkit-transition: opacity 0.2s;
        }

        #navToggle.expanded span:nth-of-type(3) {
            bottom: 14px;
            transform: rotate(-45deg);
            transition: bottom 0.2s, transform 0.2s 0.2s, background 0.2s;
            -webkit-transform: rotate(-45deg);
            -webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
        }

#mobileNav.expanded {
    display: block;
    top: 0;
}

#mobileNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: none;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: cubic-bezier(0.92, 0.1, 0.25, 1) .8s;
    -webkit-transition: cubic-bezier(0.92, 0.1, 0.25, 1) .8s;
}

    #mobileNav.cur {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        background: #fefefe;
    }

    #mobileNav ul {
        margin-top: 88px;
        background: none;
    }

        #mobileNav ul li {
            line-height: 50px;
            font-size: 16px;
            text-align: center;
            border-bottom: 1px solid #ddd;
            border-top: 1px solid #eee;
        }

            #mobileNav ul li.active {
                color: #3f3738;
            }

            #mobileNav ul li a {
                display: block;
                height: 100%;
                color: #3f3738;
            }

.tyBG {
    background: url(../images/tybg.jpg);
    background-attachment: fixed;
}

.Flip {
}

    .Flip .Flip-btn {
        display: inline-block;
    }

        .Flip .Flip-btn .fist {
            width: 30px;
            height: 30px;
            display: inline-block;
            color: #999999;
            background: #dcdcdc;
            border-radius: 5px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

            .Flip .Flip-btn .fist a:after {
                /*!  */
                /*!  */
                /*!  */
                border-bottom: 5px solid transparent;
                border-top: 5px solid transparent;
                border-right: 8px solid #9b9b9b;
                display: inline-block;
                position: absolute;
                left: 50%;
                top: 50%;
                margin: -4px 0 0 -5px;
                content: '';
                transition: all .3s;
                -webkit-transition: all .3s;
                text-indent: 0px;
            }

            .Flip .Flip-btn .fist a {
                display: inline-block;
                background: #dcdcdc;
                width: 30px;
                height: 30px;
                border-radius: 5px;
                text-align: center;
                line-height: 30px;
                color: #999999;
                font-size: 16px;
                text-indent: 2em;
                position: relative;
            }

        .Flip .Flip-btn .last {
            width: 30px;
            height: 30px;
            display: inline-block;
            color: #999999;
            background: #dcdcdc;
            border-radius: 5px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

            .Flip .Flip-btn .last a:after {
                border-bottom: 5px solid transparent;
                border-top: 5px solid transparent;
                border-left: 8px solid #9b9b9b;
                display: inline-block;
                position: absolute;
                left: 50%;
                top: 50%;
                margin: -4px 0 0 -5px;
                content: '';
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .Flip .Flip-btn .last a {
                display: inline-block;
                background: #dcdcdc;
                width: 30px;
                height: 30px;
                border-radius: 5px;
                text-align: center;
                line-height: 30px;
                color: #999999;
                text-indent: 2em;
                position: relative;
            }

        .Flip .Flip-btn .FlipBtn-a {
            display: inline-block;
            overflow: hidden;
        }

            .Flip .Flip-btn .FlipBtn-a a {
                margin: 0 2px;
                display: inline-block;
                background: #dcdcdc;
                width: 30px;
                height: 30px;
                border-radius: 5px;
                text-align: center;
                line-height: 30px;
                color: #999999;
                font-size: 16px;
            }

        .Flip .Flip-btn a {
            transition: all .3s;
            -webkit-transition: all .3s;
        }

    .Flip .Flip-jup {
        display: inline-block;
        height: 34px;
        overflow: hidden;
        line-height: 34px;
        margin-left: 45px;
    }

        .Flip .Flip-jup input {
            display: inline-block;
        }

        .Flip .Flip-jup .text {
            width: 66px;
            height: 33px;
            border: 1px solid #dcdcdc;
            background: no-repeat;
            text-align: center;
            border-radius: 5px;
        }

        .Flip .Flip-jup .text-btn {
            width: 64px;
            height: 33px;
            background: #dcdcdc;
            border-radius: 5px;
            font-size: 16px;
            color: #333333;
        }

    .Flip .Flip-btn a:hover,
    .Flip .Flip-btn a.active {
        background: #c81528;
        color: #fff;
    }

    .Flip .Flip-btn .fist:hover a:after {
        border-right: 8px solid #fff;
    }

    .Flip .Flip-btn .last:hover a:after {
        border-left: 8px solid #fff;
    }
/*----------nav-----------------*/

.nav.active {
    top: -88px;
}

.nav {
    height: 100%;
    top: 0px;
    left: 0;
    position: fixed;
    width: 129px;
    z-index: 100;
    background: none;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

    .nav h1 {
        text-align: center;
    }

        .nav h1 a {
            display: inline-block;
            margin-top: 33px;
        }

            .nav h1 a img {
            }

    .nav ul {
        width: 204px;
        margin: 50px auto;
        display: none;
    }

        .nav ul li {
            height: 64px;
            /*! padding-top: 30px; */
            /*		width: calc(100% / 8);*/
            width: 100%;
            position: relative;
            overflow: hidden;
            transition: all .5s;
            -webkit-transition: all .5s;
            border-bottom: 1px solid #fefefe;
        }

            .nav ul li a {
                display: block;
                height: 100%;
                position: absolute;
                width: 100%;
                top: 0;
                z-index: 5;
                left: 0;
                text-decoration: none;
            }

            .nav ul li span {
                display: block;
                text-align: center;
                position: relative;
                z-index: 5;
                transition: all .5s;
                -webkit-transition: all .5s;
            }

                .nav ul li span.cn {
                    font-size: 14px;
                    color: #3f3738;
                    line-height: 64px;
                }

    .nav p {
        text-align: center;
        display: none;
    }

        .nav p span.cn {
            font-size: 14px;
            color: #3f3738;
            line-height: 30px;
        }

        .nav p span.en {
            font-family: "Times New Roman";
            color: #2a4184;
            font-size: 30px;
        }

.nav_li div.nn {
    position: absolute;
    height: 100%;
    margin: 0;
    width: 222px;
    transform: translateX(-262px);
    top: 0;
    padding: 200px 20px 0 20px;
    height: 100%;
    background-color: #fff;
    transition: .5s;
}

    .nav_li div.nn.active {
        box-shadow: -10px 0px 40px rgba(0,0,0,.1);
        transform: translateX(262px);
        z-index: 1;
        transition: .5s;
    }

.nn a {
    font-size: 14px;
    line-height: 40px;
    color: #3f3738;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.nav ul li:after {
    position: absolute;
    content: '';
    /*! background: url(../images/nav-bg.png) no-repeat; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all .5s;
    -webkit-transition: all .5s;
    background-size: 100% 100%;
}

.nav ul li.active:after,
.nav ul li:hover:after {
    transform: scale(.8);
}

.nav ul li.active,
.nav ul li:hover {
    background: url(../images/list_bg.png) 0 0 no-repeat;
    background-position: bottom center;
    border-bottom: 1px solid #ececec;
}

.nn a:hover, .nn a.active {
    border-bottom: 1px solid #ececec;
}

.nav .mask {
    position: absolute;
    width: 80%;
    height: 88px;
    right: 0;
    top: 0;
    z-index: 15;
}

.nav .nav-ol {
    background: #f7f7f7;
    margin-top: 88px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

    .nav .nav-ol.cur {
        visibility: visible;
        opacity: 1;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
    }

.navToggle1 {
    width: 72px;
    height: 72px;
    padding-top: 20px;
    position: absolute;
    transition: .5s;
    top: 45%;
    right: 27px;
    z-index: 30;
    cursor: pointer;
    background: url(../images/closeopen.png) 0 0 no-repeat;
}

    .navToggle1 span {
        width: 25px;
        height: 2px;
        display: block;
        margin: 7px auto;
        background-color: #fff;
        transition: .5s;
    }

    .navToggle1.on {
        right: -36px;
        transition: .5s;
    }

        .navToggle1.on span:nth-child(1) {
            display: none;
            transition: .5s;
            position: absolute;
        }

        .navToggle1.on span:nth-child(2) {
            transform: rotate(-45deg);
            height: 1px;
            width: 35px;
            position: absolute;
            top: 28px;
            left: 20px;
            transition: .5s;
        }

        .navToggle1.on span:nth-child(3) {
            transform: rotate(45deg);
            height: 1px;
            width: 35px;
            position: absolute;
            top: 28px;
            left: 20px;
            transition: .5s;
        }
/*head_btn*/
.head_btn {
    position: absolute;
    z-index: 99;
    right: 2%;
    top: 2%;
}

    .head_btn li {
        line-height: 30px;
        margin-right: 24px;
        float: left;
    }

    .head_btn .search {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        position: relative;
        border: 1px solid transparent;
        overflow: hidden;
        margin-top: 8px;
        transition: .5s;
    }

        .head_btn .search.active {
            width: 236px;
            border: 1px solid #eee;
            background: #fff;
            transition: .5s;
        }

        .head_btn .search input {
            width: 222px;
            height: 25px;
            margin-left: 14px;
            margin-top: 2px;
            outline: none;
            border: none;
            background: none;
            font-family: Microsoft YaHei;
            opacity: 0;
            filter: alpha(opacity=0);
            zoom: 1;
        }

        .head_btn .search.active input {
            opacity: 1;
            filter: alpha(opacity=1);
            zoom: 1;
        }

        .head_btn .search a.search_submit {
            position: absolute;
            width: 24px;
            height: 24px;
            top: 0;
            right: 0;
            margin: auto;
            background: url(../images/search.png) no-repeat center center;
        }

    .head_btn .share {
        width: 36px;
        height: 36px;
        border: 1px solid transparent;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        z-index: 100;
        transition: .5s;
    }

        .head_btn .share.active {
            height: 206px;
            border: 1px solid #ccc;
            background: #fff;
            transition: .5s;
        }

        .head_btn .share a {
            display: block;
            text-align: center;
            height: 30px;
            padding: 0;
            margin: 0;
            width: 100%;
            background: none;
        }

            .head_btn .share a.first {
                margin-bottom: 22px;
                padding-top: 8px;
            }

            .head_btn .share a.bds_weixin {
                background: url(../images/wechat.png) no-repeat center center;
            }

            .head_btn .share a.bds_sqq {
                background: url(../images/qq_share.png) no-repeat center center;
            }

            .head_btn .share a.bds_tsina {
                background: url(../images/webo.png) no-repeat center center;
            }

            .head_btn .share a.bds_baidu {
                background: url(../images/baidu.png) no-repeat center center;
            }

    .head_btn .qrcode {
        position: relative;
        margin-top: 8px;
    }

        .head_btn .qrcode .img_border {
            position: absolute;
            top: 140%;
            left: -43px;
            border: 10px solid #fff;
            opacity: 0;
            filter: alpha(opacity=0);
            zoom: 1;
            transition: .5s;
        }

        .head_btn .qrcode.active .img_border {
            top: 120%;
            opacity: 1;
            filter: alpha(opacity=1);
            zoom: 1;
            transition: .5s;
        }

        .head_btn .qrcode .img_border .icon {
            position: absolute;
            top: -15px;
            left: 0;
            right: 0;
            margin: auto;
        }

.item_footer {
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
}

    .item_footer .index_footer {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -960px;
        z-index: 100;
        width: 1920px;
        height: 290px;
        text-align: center;
        background: url(../images/index_footer.png) 0 0 no-repeat;
    }

        .item_footer .index_footer .footer_r_t_b {
            display: none;
        }

.item {
    padding-left: 160px;
}

    .item .clearfix {
        clear: none;
    }

.page {
    float: left;
    margin-top: 30px;
}

    .page a, .page span {
        float: left;
        margin-right: 7px;
        color: #6e6e6e;
        font-size: 14px;
    }

        .page span.icon_gt {
            width: 11px;
            margin-top: 2px;
            height: 17px;
            background: url(../images/item.png) 0 0 no-repeat;
        }

        .page a:hover {
            color: #cf9a48;
        }

.item_container {
    /*width: 1200px;*/
    margin-left: 100px;
    position: relative;
}

.item_list_t {
    position: absolute;
    left: 0;
    top: 50px;
}

    .item_list_t h3 {
        font-size: 18px;
        color: #fff;
    }

.item_cc {
    display: none;
}

.item_list_l {
    margin-left: 148px;
    margin-top: 40px;
    padding-top: 43px;
}

.item_list_t h3 span {
    float: left;
    width: 15px;
    height: 17px;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    background: url(../images/item.png) -24px 0 no-repeat;
}

.item_list {
    width: 100%;
    height: 121px;
    margin-top: 15px;
    background: url(../images/item_li_bg.jpg) 0 0;
}

.item_w {
    position: absolute;
    right: 0;
    z-index: 11;
    top: 0;
}

.item_list_l ul {
    width: 100%;
}

    .item_list_l ul li {
        height: 40px;
        float: left;
        width: 120px;
        margin-right: 10px;
        /*! padding-top: 30px; */
        width: calc(100% / 8);
        position: relative;
        overflow: hidden;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

        .item_list_l ul li a {
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            top: 0;
            z-index: 5;
            left: 0;
            text-decoration: none;
        }

        .item_list_l ul li span {
            display: block;
            text-align: center;
            position: relative;
            z-index: 5;
            line-height: 40px;
            color: #fff;
            transition: all .5s;
            -webkit-transition: all .5s;
        }

            .item_list_l ul li span.icon_n {
                width: 11px;
                height: 25px;
                display: inline-block;
                margin-left: 5px;
                background: url(../images/item.png) -11px 10px no-repeat;
            }

        .item_list_l ul li .nav-hw {
            position: absolute;
            width: 11px;
            height: 11px;
        }

            .item_list_l ul li .nav-hw svg {
                width: 100%;
                stroke-dasharray: 50;
                stroke-dashoffset: 50
            }

        .item_list_l ul li:hover svg,
        .item_list_l ul li.active svg {
            animation: navSVG 2s linear forwards;
            -webkit-animation: navSVG 2s linear forwards;
        }

@keyframes navSVG {
    to {
        stroke-dashoffset: 0;
    }
}

.item_list_l ul li .LT {
    left: 0%;
    top: 0%;
}

.item_list_l ul li .RT {
    right: 0%;
    top: 0%;
}

.item_list_l ul li .LB {
    left: 0%;
    bottom: 0%;
}

.item_list ul li .RB {
    right: 0%;
    bottom: 0%;
}

.item_list_l ul li:after {
    position: absolute;
    content: '';
    /*! background: url(../images/nav-bg.png) no-repeat; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all .5s;
    -webkit-transition: all .5s;
    background-size: 100% 100%;
}

.item_list_l ul li.active:after,
.item_list_l ul li:hover:after {
    transform: scale(.8);
}

.item_list_l ul li.active,
.item_list_l ul li:hover {
    background: #cf9a48;
}

.ckly_main {
    min-height: 875px;
    width: 1100px;
    margin: 96px 0 60px 250px;
}

    .ckly_main li {
        margin-bottom: 42px;
    }

.ckly_t {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 8px;
}

    .ckly_t img {
        width: 100%;
        height: 100%;
    }

.ckly_p {
    float: right;
    position: relative;
}

.ckly_a {
    position: absolute;
    width: 16px;
    height: 17px;
    left: 0;
    top: 19px;
}

.ckly_m {
    width: 1004px;
    margin-left: 13px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    line-height: 26px;
    min-height: 26px;
    padding: 15px 20px;
}

.ckly_m_p {
    width: 855px;
    float: left;
    font-size: 14px;
    color: #666;
}

    .ckly_m_p span {
        color: #e60012;
    }

.ckly_m_date {
    float: right;
    width: 95px;
}

    .ckly_m_date span {
        font-size: 14px;
        color: #666;
        float: right;
    }

    .ckly_m_date img {
        float: left;
        margin-top: 8px;
    }

.ckly_re {
    margin-top: 37px;
}

    .ckly_re .ckly_t {
        margin-left: 75px;
    }

    .ckly_re .ckly_m {
        width: 914px;
        background-color: #fcfcfc;
    }

    .ckly_re .ckly_m_p {
        width: 700px;
    }

    .ckly_re .ckly_m_date {
        width: 100px;
    }

        .ckly_re .ckly_m_date span {
            color: #999;
        }

.ckly_m_p_re {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.ql_fenye {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    margin-left: -150px;
}

.paginator {
    display: inline-block;
}

    .paginator a, .paginator span {
        float: left;
        margin: 0 8px;
        line-height: 36px;
        width: 36px;
        height: 36px;
    }

    .paginator a {
        color: #9c9c9c;
        font-size: 14px;
        text-align: center;
    }

        .paginator a[href]:hover, .paginator span {
            color: #fff;
            background-color: #2a4184;
        }

        .paginator a.ql_prev, .paginator a.ql_next {
            font-family: "宋体";
            font-size: 20px;
            font-weight: bold;
        }

            .paginator a.ql_prev[href]:hover, .paginator a.ql_next[href]:hover {
                background-color: #2a4184;
                color: #fff;
            }

.zxly_main {
    position: relative;
    width: 100%;
    height: 100%;
}

.zxly_main_l {
    width: 40%;
    padding-top:40px;
    float: left;
    position: relative;
}

.zxly_main_r {
    width: 50%;
    float: right;
    overflow: hidden;
}

    .zxly_main_r img {
        width: 100%;
    }

.zxly_info {
    margin-right:40px;
}

.zysx {
    margin-left: 72px;
    margin-bottom: 26px;
}

    .zysx img, .zysx span {
        float: left;
        font-size: 14px;
        line-height: 20px;
        color: #c91e1a;
    }

    .zysx img {
        margin-right: 5px;
    }

.zxly_all {
    margin-bottom: 26px;
    position: relative;
}

.zxly_main .text_btn {
    left: 50%;
    bottom: 50%;
    z-index: 20;
    margin-left: -68px;
}

.zxly_name {
    width: 72px;
    float: left;
    line-height: 54px;
    color: #151824;
    font-size: 14px;
}

.zxly_input, .zxly_input1 {
    margin-left:80px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 20px;
}

    .zxly_input input {
        width: 100%;
        line-height: 52px;
        font-size: 14px;
        outline: none;
    }

    .zxly_input textarea {
        width: 100%;
        line-height: 32px;
        font-size: 14px;
        outline: none;
        padding: 10px 0;
        height: 125px;
        resize:none;
    }

    .zxly_input1 input {
        width: 350px;
        line-height: 52px;
        font-size: 14px;
        outline: none;
    }

.yzm {
    width: 125px;
    height: 52px;
    border-left: 1px solid #eee;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 2px;
}

    .yzm img {
        width: 100%;
        height: 100%;
    }

.zxly_btn {
    width: 453px;
    height: 54px;
    border-radius: 5px;
    text-align: center;
    background-color: #cf9a49;
    margin:0 auto;
}

    .zxly_btn a {
        width: 100%;
        line-height: 54px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
    }

.zxly_all:hover .zxly_input {
    box-shadow: 0 0 10px #efe7da;
    border: 1px solid #cf9a49;
}

.zxly_btn:hover a {
    animation: topanimate .5s ease infinite;
    animation-iteration-count: 2;
}

@-webkit-keyframes topanimate {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(0px);
    }

    70% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.mdzs_main {
    width: 975px;
    margin: 50px auto;
}

.bigImg {
    width: 752px;
    margin: 20px auto;
    float: left;
}

    .bigImg li {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

.bigImg_img {
    width: 100%;
    height: 547px;
}

    .bigImg_img img {
        width: 100%;
        height: 100%;
    }

.bigImg_p {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    transition: all .5s;
    background: rgba(0,0,0,.6);
    text-align: right;
}

    .bigImg_p h2 {
        color: #fff;
        font-size: 18px;
        margin-top: 32px;
        margin-right: 25px;
        margin-bottom: 10px;
    }

    .bigImg_p h1 {
        color: #fff;
        font-size: 24px;
        margin-top: 32px;
        margin-right: 25px;
    }

    .bigImg_p h2 span {
        margin-left: 20px;
    }

    .bigImg_p p {
        color: #fff;
        line-height: 30px;
        font-size: 14px;
        margin-right: 25px;
    }

.smallImg {
    float: left;
    width: 220px;
    height: 547px;
    background: url(../images/mdzs_l.jpg) 0 0 no-repeat;
}

    .smallImg ul {
        margin-top: 32px;
    }

    .smallImg li {
        width: 154px;
        margin: 8px auto;
    }

.smallImg_img {
    width: 100%;
}

    .smallImg_img img {
        width: 100%;
        height: 100%;
    }

.mdzs_main .smallImg .on .smallImg_img {
    border: 2px solid #cf9a48;
}

.mdzs_main .smallImg .on img {
    -webkit-filter: none; /* Webkit */
    filter: none; /* IE6-9 */
    filter: none;
}

.small_n {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 auto 15px auto;
}

.small_nu {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #b4b6b3;
    color: #fff;
    text-align: center;
    line-height: 32px;
    position: absolute;
    z-index: 1;
}

.smallImg_p h3 {
    font-size: 14px;
    color: gray;
    line-height: 32px;
    text-align: center;
}

.smallScroll {
    position: relative;
    margin-top: 15px;
    width: 220px;
    height: 547px;
    float: left;
}

    .smallScroll a {
        width: 37px;
        height: 37px;
        position: absolute;
        left: 50%;
        line-height: 33px;
        color: #fff;
        margin-left: -18px;
    }

        .smallScroll a.sPrev {
            top: -15px;
            background: url(../images/mdzs_prev.png) 0 0 no-repeat;
        }

        .smallScroll a.sNext {
            bottom: -15px;
            background: url(../images/mdzs_next.png) 0 0 no-repeat;
        }

        .smallScroll a:hover {
            opacity: .7;
        }

.lxwm_main_l {
    width: 50%;
    float: left;
}

.lxwm_info {
    margin: 145px auto 0 auto;
}

.lxwm_info_t h2 {
    font-size: 18px;
    color: #2a4184;
    line-height: 30px;
}

.lxwm_info_t span {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #d9d9d9;
    margin: 20px 0 30px 0;
}

.icon_call, .call_p {
    float: left;
}

.icon_call {
    width: 28px;
    height: 28px;
    margin-top: 9px;
    margin-right: 15px;
    background: url(../images/lxwm_call.png) 0 0 no-repeat;
}

.call_p {
    font-size: 36px;
    color: #cf9a48;
    line-height: 46px;
}

.lxwm_info_b {
    margin-left: 40px;
}

    .lxwm_info_b li {
        width: 100%;
    }
.lxwm_info_b_n{
    float:left;
}
.lxwm_info_b_x{
    margin-left:50px;
}
.lxwm_info_b_n, .lxwm_info_b_x {
    line-height: 38px;
    color: #6f6f6f;
    font-size: 16px;
}

.cpzs {
    overflow: hidden;
    margin-top: 84px;
    min-height: 750px;
}

    .cpzs ul {
        /*width: 1250px;*/
        width:auto;
    }

    .cpzs li {
        width: 379px;
        height: 365px;
        float: left;
        margin-bottom: 22px;
        margin-right: 29px;
    }

.cpzs_img {
    width: 100%;
    padding-bottom:72.3%;
    overflow: hidden;
    position: relative;
}

    .cpzs_img img {
        width: 100%;
        height:100%;
        position:absolute;
        left:0;
        top:0;
    }

.cpzs_btn {
    width: 155px;
    height: 52px;
    text-align: center;
    position: absolute;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    left: 50%;
    margin-left: -77px;
    top: 50%;
    margin-top: -26px;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

    .cpzs_btn a {
        color: #fff;
        width: 100%;
        line-height: 52px;
        display: inline-block;
    }

.cpzs_p {
    width: 100%;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    text-align: center;
    margin-top: 12px;
}

    .cpzs_p h3 a {
        color: #323232;
        font-size: 16px;
        line-height: 28px;
        font-weight: inherit;
        width:100%;
        height:28px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
    }

.cpzs_text {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #909090;
    text-align: center;
    opacity: 0;
    transition: all .5s;
    width:100%;
    -webkit-transition: all .5s;
}

.cpzs li:hover .cpzs_btn {
    opacity: 1;
}

.cpzs li:hover .cpzs_text {
    opacity: 1;
}

.detail2 {
    padding: 70px 0 0 0;
    position: relative;
}

.detail_l2 {
    margin-right:370px;
}

#floatTool {
    display: block;
}

.detail_t2 {
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #c3c3c3;
}

    .detail_t2 h1 {
        font-size: 22px;
        line-height: 40px;
        color: #000;
    }

.detail_info2 {
    width: 345px;
    height: 45px;
    float: right;
}

.detail_m2 {
    width: 100%;
    min-height: 800px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

    .detail_m2 span {
        color: #999;
    }

    .detail_m2 img {
        margin: 50px 0 30px 0;
    }

.xwzx_ii {
    margin: 40px 0;
    width: 100%;
}

.detail_r2 {
    position:absolute;
    right:5px;
    top:60px;
}

.recommond2 {
    width: 345px;
    position: static;
    z-index: 10;
}

.recommond_t2 {
    width: 100%;
    line-height: 55px;
}

    .recommond_t2 h2 {
        font-size: 24px;
        margin-left: 18px;
    }

.recommond_m2 {
    width: 100%;
}

    .recommond_m2 li {
        width: 44%;
        float: left;
        margin: 35px 3% 0 3%;
    }

        .recommond_m2 li .cpzs_img {
            height: auto;
        }

        .recommond_m2 li:hover .cpzs_btn {
            opacity: 1;
        }

        .recommond_m2 li:hover .cpzs_text {
            opacity: 1;
        }

.hjzs {
    overflow: hidden;
    margin-top: 84px;
    min-height: 750px;
}

    .hjzs ul {
        /*width: 1250px;*/
        width:auto;
    }

    .hjzs li {
        width: 379px;
        float: left;
        margin-bottom: 40px;
        margin-right: 29px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

.hjzs_img {
    width: 100%;
    padding-bottom:72.31%;
    overflow: hidden;
    position: relative;
}

    .hjzs_img img {
        width: 100%;
        height:100%;
        position:absolute;
        left:0;
        top:0;
        display:block;
    }

.hjzs_p {
    width: 84%;
    left: 5%;
    transform: translateX(130%);
    height: 145px;
    top: 22%;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    text-align: center;
    position: absolute;
    z-index: 2;
    padding:0 3%;
    background-color: rgba(0,0,0,.7);
}

    .hjzs_p h3 {
        color: #fff;
        font-size: 24px;
        line-height: 28px;
        margin-top: 25px;
        margin-bottom: 10px;
        width:100%;
        height:28px;
        text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;
    }

    .hjzs_p p {
        color: #fff;
        font-size: 12px;
        width: 100%;
        height: 60px;
        line-height: 30px;
        overflow: hidden;
    }
.title h3 a {
    width: 100%;
    height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.text {
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.hjzs li:hover .hjzs_p {
    transform: translateX(0%);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.hjzs_big {
    position: fixed;
    z-index: 111;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    left: 0;
    background-color: rgba(0,0,0,.8);
}

.hjzs_big1 {
    display: none;
}

.bigimgall {
    width: 842px;
    height: 609px;
    position: absolute;
    z-index: 112;
    top: 10%;
    left: 50%;
    margin-left: -421px;
}

    .bigimgall .bigImg {
        width: 100%;
        height: 100%;
    }

        .bigimgall .bigImg li {
            width: 100%;
            height: 100%;
        }

        .bigimgall .bigImg img {
            width: 100%;
            height: 100%;
        }

.hjzs_big .smallScroll {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 30px 0;
    margin: 0;
    background-color: #000;
}

    .hjzs_big .smallScroll ul {
        margin: 0 50px;
    }

.hjzs_big .smallImg {
    background: none;
    float: none;
    width: 100%;
}

    .hjzs_big .smallImg li {
        float: left;
        width: 129px;
        height: 94px;
        margin: 0 5px;
        border-radius: 5px;
        border: 3px solid #fff;
    }

        .hjzs_big .smallImg li img {
            width: 100%;
        }

.hjzs_big a {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    z-index: 113;
    transition: all .5s;
}

    .hjzs_big a.sPrev {
        left: -40%;
        background: url(../images/sprev.png) 0 0 no-repeat;
    }

    .hjzs_big a.sNext {
        right: -40%;
        background: url(../images/snext.png) 0 0 no-repeat;
    }

    .hjzs_big a.sPrev:hover {
        left: -38%;
    }

    .hjzs_big a.sNext:hover {
        right: -38%;
    }

.hjzs_big .smallImg li.on {
    border-color: #cf9a48;
}

.hjzs_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 113;
    width: 100%;
    height: 74px;
    background-color: #000;
}

.cha {
    width: 74px;
    height: 74px;
    float: right;
    margin-right: 50px;
    cursor: pointer;
}

.hjzs_bottom {
    width: 72px;
    height: 72px;
    background-color: #000;
    position: absolute;
    z-index: 115;
    bottom: 120px;
    right: 50px;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
}

    .hjzs_bottom img {
        width: 25px;
        margin-top: 23px;
        display: inline-block;
    }

.hjzs_big .pageState {
    position: absolute;
    top: 20px;
    left: 50px;
    letter-spacing: 1px;
    z-index: 114;
    color: #fff;
    font-size: 18px;
}

    .hjzs_big .pageState span {
        color: #fff;
        font-size: 24px;
    }

.item_ljwm {
    margin-top: 145px;
}

.item_ljwm_img {
    margin: 30px auto 60px auto;
    width: 555px;
}

    .item_ljwm_img img {
        width: 100%;
    }

.item_ljwm_p {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 34px;
    width: 90%;
    margin: 0 auto;
}

.item_ljwm h3 {
    font-size: 18px;
    color: #cf9a48;
    line-height: 38px;
    text-align: center;
}

.zsjm {
    margin: 80px auto;
    text-align: center;
    min-height: 750px;
}

.zsjm_t h2 {
    font-size: 30px;
    color: #2a4184;
    margin-bottom: 20px;
}

.zsjm_t h1 {
    font-size: 36px;
    color: #cf9a48;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
}

.zsjm_t img {
    margin: 40px auto 40px auto;
}

.zsjm_t p {
    font-size: 16px;
    line-height: 46px;
    color: #2c2c2c;
}

.jmlc {
    margin: 60px auto 0;
    max-width:1180px;
}

    .jmlc li {
        float: left;
    }

.jmlc_img {
    width: 126px;
    height: 116px;
    transform: rotate(0);
    transition: all .5s;
    background: url(../images/csjm_li_bg.png) 0 0 no-repeat;
}

    .jmlc_img span {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        transform: rotate(0);
        margin-top: 45px;
        display: inline-block;
    }

.jmlc li img {
    margin: 42px 5px;
}

.jmlc li:first-child span, .jmlc li:last-child span {
    margin-top: 30px;
}

.jmlc li:hover .jmlc_img {
    transform: rotate(360deg);
}

.zsjm_b {
    width: 90%;
    background-color: #fff;
    padding: 5%;
    margin-top: 60px;
}

.zsjm_info_t .zsjm_all {
    width: 46%;
    float: left;
    margin: 0 2% 30px 2%;
}

.zsjm_all {
    width: 96%;
    margin: 0 2% 30px 2%;
}

.zsjm_name {
    color: #151824;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

.zsjm_info_t .zsjm_all .zsjm_input {
    width: 92%;
    padding: 0 4%;
    border-radius: 5px;
    border: 1px solid #ececec;
}

.zsjm_input {
    width: 96%;
    padding: 0 2%;
    border-radius: 5px;
    border: 1px solid #ececec;
    padding-bottom: 10px;
    position: relative;
}

    .zsjm_input input {
        line-height: 52px;
        width: 100%;
        outline: none;
        font-size: 14px;
        color: #999;
    }

.sel {
    position: absolute;
    top: 12px;
    right: 10px;
}

.zsjm_input .zxly_ic_s {
    line-height: 52px;
    height: 52px;
}

.zxly_ic_s select {
    width: 100%;
    border: 0;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    color: #333;
    outline: none;
}

    .zxly_ic_s select option {
        line-height: 32px;
    }

.zsjm_input textarea {
    line-height: 32px;
    width: 100%;
    height: 105px;
    padding: 10px 0;
    outline: none;
    font-size: 14px;
    color: #999;
}

.zsjm_input .input1 {
    line-height: 52px;
    width: 70%;
    float: left;
    outline: none;
    font-size: 14px;
    color: #999;
}

.zsjm_info .zysx {
    width: 48%;
    float: right;
    margin-top: 55px;
    margin-left: 0;
}

.zsjm_btn {
    margin-top: 20px;
    width: 100%;
    height: 65px;
    border-radius: 5px;
    background-color: #cf9a48;
}

    .zsjm_btn a {
        font-size: 24px;
        line-height: 65px;
        text-align: center;
        color: #fff;
    }

    .zsjm_btn:hover a {
        animation: topanimate .5s ease infinite;
        animation-iteration-count: 2;
    }

.zsjm_b_t h1 {
    font-size: 36px;
    width: 227px;
    height: 37px;
    line-height: 37px;
    margin: 0 auto 20px auto;
    background: url(../images/wyjm.png) 0 0 no-repeat;
}

.zsjm_b_t p {
    font-size: 16px;
    color: #6a6a6a;
    margin-bottom: 40px;
}

.zsjm_info_t .zsjm_all {
    position: relative;
}

    .zsjm_info_t .zsjm_all .yzm {
        position: absolute;
        right: 0;
        top: 41px;
    }

.zsjm_all:hover .zsjm_input {
    box-shadow: 0 0 10px #efe7da;
    border: 1px solid #cf9a49;
}

.item_xwzx {
    margin-top: 60px;
    min-height: 750px;
    overflow: hidden;
}

    .item_xwzx ul {
        /*width: 1300px;*/
        width:auto;
    }

    .item_xwzx li {
        float: left;
        width: 355px;
        margin-right: 70px;
        height: 520px;
        position: relative;
    }

        .item_xwzx li:hover .xwzx_img {
            opacity: 1;
            height: 191px;
        }
        .xwzx_img a{
            display:block;
            width:100%;
            padding-bottom:48.34%;
            position:relative;
            overflow:hidden;
        }
        .xwzx_img a img{
            display:block;
            width:100%;
            height:100%;
            position:absolute;
            left:0;
            top:0;
        }
        .item_xwzx li:hover .text {
            top: 380px;
            transition: all .5s;
        }

        .item_xwzx li .xwzx_btn {
            top: 240px;
            position: absolute;
        }

        .item_xwzx li .timer {
            margin-bottom: 5px;
        }

        .item_xwzx li:hover .xwzx_btn {
            top: 430px;
            transition: all .5s;
        }

    .item_xwzx .text {
        font-size: 14px;
        height: 44%;
        overflow: hidden;
        margin-top: 25px;
        color: #838181;
        opacity: .6;
        transition: all .5s;
        -webkit-transition: all .5s;
        width: 100%;
        height: 60px;
        line-height: 30px;
        overflow: hidden;
    }

.item_detail {
    margin-top: 60px;
}

.shangxia {
    width: 215px;
    height: 46px;
    position: absolute;
    top: 34px;
    text-align: center;
    background: url(../images/shangxia_bg.png) 0 0 no-repeat;
}

.sx {
    display: inline-block;
    margin-top: 13px;
}

    .sx a {
        width: 16px;
        height: 21px;
        float: left;
    }

        .sx a.sx_i {
            width: 19px;
            margin: 0 54px;
            background: url(../images/shangxia_icon.png) -33px 0 no-repeat;
        }

        .sx a.shang {
            background: url(../images/shangxia_icon.png) 0 0 no-repeat;
        }

        .sx a.xia {
            background: url(../images/shangxia_icon.png) -72px 0 no-repeat;
        }

        .sx a.sx_i:hover {
            width: 19px;
            background: url(../images/shangxia_icon.png) -53px 0 no-repeat;
        }

        .sx a.shang[href]:hover {
            background: url(../images/shangxia_icon.png) -16px 0 no-repeat;
        }

        .sx a.xia[href]:hover {
            background: url(../images/shangxia_icon.png) -88px 0 no-repeat;
        }

.detail_info {
    height: 29px;
    margin: 20px 0;
}

    .detail_info ul {
        display: inline-block;
    }

    .detail_info li {
        float: left;
        margin: 0 10px;
    }

        .detail_info li span, .detail_info li a {
            color: #999;
            font-size: 12px;
            float: left;
            line-height: 20px;
        }

        .detail_info li a {
            cursor: pointer;
        }

            .detail_info li a:hover {
                color: #03338f;
            }

    .detail_info span.time {
        width: 22px;
        height: 22px;
        display: inline-block;
        margin-right: 6px;
        background: url(../images/icon.png) 0 0 no-repeat;
    }

    .detail_info span.eyes {
        width: 22px;
        height: 22px;
        display: inline-block;
        margin-right: 8px;
        background: url(../images/icon.png) -22px 0 no-repeat;
    }

.item_detail_m {
    width: 100%;
    color: #6a6a6a;
    line-height: 35px;
    font-size: 14px;
    min-height: 600px;
    margin-bottom: 70px;
    margin-top: 50px;
}

    .item_detail_m img {
        margin: 40px auto;
        display: block;
        max-width:100%;
        height:auto;
    }

.recommond {
    width: 1200px;
    margin-top: 50px;
    margin-left: 200px;
}

.recommond_t {
    width: 100%;
    line-height: 55px;
    border-bottom: 1px dashed #e0e0e0;
}

    .recommond_t h2 {
        font-size: 24px;
        margin-left: 15px;
    }

.xwzx_m_t {
    width: 100%;
}

.xwzx_m_t_l {
    width: 3%;
    height: 2px;
    margin-top: 15px;
    background-color: #898989;
    float: left;
    transition: .5s;
}

.xwzx_m_t_p {
    float: left;
    width: 85%;
    margin-left: 6%;
}

    .xwzx_m_t_p h3 a {
        font-size: 14px;
        color: #777;
        padding: 0 2.5%;
        height: 60px;
        overflow: hidden;
        transition: .5s;
        line-height: 30px;
    }

.xwzx_m_b {
    width: 85%;
    margin-left: 10%;
    padding: 0 2.5%;
    padding-bottom: 35px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 15px;
}

.xwzx_m_i {
    position: absolute;
    bottom: 0;
    width: 0%;
    left: 0;
    height: 1px;
    background-color: #cf9a48;
}

.xwzx_m_b span {
    display: inline-block;
    float: left;
}

    .xwzx_m_b span.icon_ll {
        width: 23px;
        height: 17px;
        background: url(../images/liulan.png) 0 0 no-repeat;
    }

    .xwzx_m_b span.icon_llp {
        color: #a0a0a0;
        font-size: 12px;
        line-height: 17px;
        margin-left: 8px;
        font-weight: bold;
    }

.recommond_m {
    width: 100%;
    height: 280px;
}

    .recommond_m li {
        width: 26%;
        float: left;
        margin: 55px 30px 0 30px;
        position: relative;
    }

    .recommond_m .hd {
        position: relative;
        width: 100px;
        margin: 0 auto;
    }

        .recommond_m .hd a {
            position: absolute;
            width: 32px;
            height: 32px;
            top: 220px;
            opacity: .5;
        }

            .recommond_m .hd a.prev {
                left: 0;
                background: url(../images/xwtj_btn.png) 0 0 no-repeat;
            }

            .recommond_m .hd a.next {
                right: 0;
                background: url(../images/xwtj_btn.png) -34px 0 no-repeat;
            }

            .recommond_m .hd a.prev:hover {
                opacity: 1;
            }

            .recommond_m .hd a.next:hover {
                opacity: 1;
            }

    .recommond_m li:hover .xwzx_m_t_l {
        width: 6%;
        background-color: #cf9a48;
        transition: .5s;
    }

    .recommond_m li:hover .xwzx_m_t_p {
        width: 82%;
        transition: .5s;
    }

        .recommond_m li:hover .xwzx_m_t_p h3 a {
            color: #cf9a48;
            transition: .5s;
        }

    .recommond_m li:hover .xwzx_m_i {
        width: 100%;
        transition: .5s;
    }

.shareinfo {
    position: relative;
}

.shareclick {
    width: 64px;
    height: 48px;
    padding-top: 16px;
    position: absolute;
    transition: .5s;
    top: 120px;
    right: 11.5%;
    z-index: 30;
    cursor: pointer;
    background-color: #cf9a48;
    border-radius: 64px;
}

    .shareclick span {
        width: 25px;
        height: 1px;
        display: block;
        margin: 7px auto;
        background-color: #fff;
        transition: .5s;
    }

    .shareclick.on {
        transition: .5s;
        background-color: #bababa;
    }

        .shareclick.on span:nth-child(1) {
            display: none;
            transition: .5s;
            position: absolute;
        }

        .shareclick.on span:nth-child(2) {
            transform: rotate(-45deg);
            height: 1px;
            width: 35px;
            position: absolute;
            top: 24px;
            left: 15px;
            transition: .5s;
        }

        .shareclick.on span:nth-child(3) {
            transform: rotate(45deg);
            height: 1px;
            width: 35px;
            position: absolute;
            top: 24px;
            left: 15px;
            transition: .5s;
        }

.shareinfo div.xxx {
    position: absolute;
    right: 12%;
    top: 200px;
    padding: 5px;
    border-radius: 10px;
    z-index: 30;
    display: none;
}

    .shareinfo div.xxx a {
        float: none;
        cursor: pointer;
        border: 0;
    }

    .shareinfo div.xxx.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
        margin: 8px 0;
        width: 33px;
        height: 33px;
        padding: 0;
    }

.shareinfo a.bds_weixin {
    background: url(../images/sx_wechat.png) 0 0 no-repeat;
}

.shareinfo a.bds_tsina {
    background: url(../images/sx_webo.png) 0 0 no-repeat;
}

.shareinfo a.bds_qzone {
    background: url(../images/sx_zone.png) 0 0 no-repeat;
}

.shareinfo a.popup_douban {
    background: url(../images/sx_dou.png) 0 0 no-repeat;
}

.shareinfo a.bds_tqq {
    background: url(../images/sx_p.png) 0 0 no-repeat;
}

@media screen and (max-width:1200px) {
    .detail_l2{
        float: none;
        margin: 0 12px;
    }
    .detail_r2{
        margin: 0 12px;
        float:none;
        position:static;
    }
    .recommond2{width:auto;}
    .nav {
        width: 100%;
        height: 70px;
        background-color: #fff;
    }

        .nav h1 {
            width: 50px;
            height: 50px;
        }

            .nav h1 a {
                margin-top: 10px;
            }

            .nav h1 img {
                width: 50px;
                z-index: 19;
                position: relative;
            }
    .cpzs li{
        width:48%;
        margin:0 1% 140px;
    }
    .head_btn {
        display: none;
    }

    .nav ul {
        width: 100%;
        background-color: #fefefe;
        margin: 0 auto;
        padding-top: 70px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 18;
    }

    .navToggle1 {
        width: 50px;
        height: 40px;
        padding-top: 10px;
        top: 10px;
        right: 10px;
        background: url(../images/closeopen.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }

        .navToggle1 span {
            width: 20px;
            height: 1px;
        }

        .navToggle1.on {
            right: 10px;
        }

            .navToggle1.on span:nth-child(2), .navToggle1.on span:nth-child(3) {
                width: 22px;
                top: 18px;
                left: 15px;
            }

    .index_footer, .TuOP {
        display: none;
    }

    .ljwm_img img {
        height: 100%;
    }

    .ljwm_text {
        width: calc(100% - 40px);
        padding-bottom: 30%;
        height: auto;
        top: 7%;
        margin-left: -45%;
    }

    .text_p {
        width: 100%;
        margin: 0 auto;
    }

        .text_p p {
            width: 80%;
            margin: 0 auto;
        }

    .cpzx {
        margin: 0 auto;
        width: 90%;
        margin-top: -15%;
    }

    .xwzx {
        margin: 0 auto;
        width: 90%;
        margin-top: 15%;
    }

    .cpzx_img, .xwzx_img {
        margin-top: 0;
    }

        .cpzx_img img, .xwzx_img img {
            width: 100%;
        }

    .cpzx .swiper-button-next, .xwzx .swiper-button-next {
        right: 42.5%;
    }

    .cpzx .swiper-button-prev, .xwzx .swiper-button-prev {
        left: 42.5%;
    }

    .box1 {
        height: 900px;
    }

    .ljwm_text img {
        width: 150px;
        display: block;
        margin: 40px auto 20px auto;
    }

    .text_btn {
        bottom: 30px;
    }

    .item_container {
        margin: 50px auto;
        width: 98%;
    }

    .item_top {
        display: none;
    }

    .page {
        margin-top: 0;
        margin-left: 5px;
    }

    .item {
        width: 100%;
        padding: 0;
    }

    .item_list {
        width: 100%;
        height: 55px;
        margin-top: 70px;
        background: url(../images/item_li_bg.jpg) 0 -66px;
    }

    .item_list_l {
        margin-top: 0;
        padding-top: 8px;
    }

    .item_list_t {
        top: 16px;
    }

    .item_w img {
        height: 55px;
    }

    .item_list_l ul li {
        width: calc(100% / 5);
    }

    .item_footer .index_footer {
        display: block;
    }

    .gjc, span.copy, img.gaba, a.qgl_mgaba, .footer_r_t_b {
        display: none;
    }

    .hjzs ul, .item_xwzx ul {
        width: 100%;
    }

    .hjzs li {
        width: 46%;
        margin: 0 2% 30px 2%;
    }

    .ql_fenye {
        margin-left: 0;
    }

    .item_xwzx li {
        width: 46%;
        margin: 0 2%;
    }

    .shangxia {
        top: 4px;
    }

    .shareclick {
        top: 54px;
        right: 1%;
    }

    .shareinfo div.xxx {
        top: 115px;
        right: 2.4%;
    }

    .item_detail_m img {
        width: 100%;
    }

    .recommond {
        width: 98%;
        margin: 50px auto 0 auto;
    }

    .mdzs_main {
        width: 710px;
        margin: 50px auto;
    }

    .smallScroll {
        width: 150px;
        height: 477px;
    }

    .smallImg {
        float: left;
        width: 150px;
        height: 477px;
        background: url(../images/mdzs_l.jpg) 0 0 no-repeat;
        background-size: 100% 100%;
    }

        .smallImg li {
            width: 110px;
            margin: 8px auto;
        }

    .bigImg {
        width: 552px;
        margin: 20px auto;
        float: left;
    }

    .bigImg_img {
        width: auto;
        height: 467px;
    }

    .lxwm_info {
        width: 90%;
    }

    .zxly_main_l {
        width: 40%;
        float: left;
        position: relative;
    }

    .zxly_main_r {
        width: 40%;
        overflow: hidden;
    }

        .zxly_main_r img {
            width: auto;
        }

    .zxly_main .text_btn {
        bottom: 20%;
    }

    .zxly_info {
        width: 90%;
        margin:0 auto;
    }

    .zxly_input, .zxly_input1 {
    }

        .zxly_input1 input {
            width: 150px;
        }

    .yzm {
        right: 3px;
    }

    .zxly_btn {
        width: 230px;
    }

    .ckly_main {
        min-height: 875px;
        width: 98%;
        margin: 96px auto 60px auto;
    }

    .ckly_m {
        width: 656px;
    }

    .ckly_re .ckly_m {
        width: 565px;
    }

    .ckly_re .ckly_m_p {
        width: 400px;
    }

    .hjzs_big {
        display: none;
    }

    .hjzs_big1 {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0,0,0,.7);
        z-index: 17;
    }

    .hjzs_big_img {
        width: 100%;
        position: absolute;
        top: 20%;
    }

        .hjzs_big_img img {
            width: 100%;
        }

    .hjzs_big1 .hjzs_top .cha {
        margin-right: 10px;
    }
}

@media screen and (max-width:768px) {
    .zsjm_info_t .zsjm_all{
        width:auto;
        float:none;
    }
    .nav {
        width: 100%;
        height: 70px;
        background-color: #fff;
    }

        .nav h1 {
            width: 50px;
            height: 50px;
        }

            .nav h1 a {
                margin-top: 10px;
            }

            .nav h1 img {
                width: 50px;
                z-index: 19;
                position: relative;
            }

    .head_btn {
        display: none;
    }

    .nav ul {
        width: 100%;
        background-color: #fefefe;
        margin: 0 auto;
        padding-top: 70px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 18;
    }

    .navToggle1 {
        width: 50px;
        height: 40px;
        padding-top: 10px;
        top: 10px;
        right: 10px;
        background: url(../images/closeopen.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }

        .navToggle1 span {
            width: 20px;
            height: 1px;
        }

        .navToggle1.on {
            right: 10px;
        }

            .navToggle1.on span:nth-child(2), .navToggle1.on span:nth-child(3) {
                width: 22px;
                top: 18px;
                left: 15px;
            }

    .index_footer, .TuOP {
        display: none;
    }

    .hjzs ul, .item_xwzx ul, .cpzs ul {
        width: 100%;
    }

    .ljwm_img img {
        height: 100%;
    }

    .cpzs_img {
        height: auto;
    }

    .ljwm_text {
        width: calc(100% - 40px);
        padding-bottom: 30%;
        height: auto;
        top: 7%;
        margin-left: -45%;
    }

    .text_p {
        width: 100%;
        margin: 0 auto;
    }

        .text_p p {
            width: 80%;
            margin: 0 auto;
        }

    .cpzx {
        margin: 0 auto;
        width: 90%;
        margin-top: -15%;
    }

    .xwzx {
        margin: 0 auto;
        width: 90%;
        margin-top: 15%;
    }

    .cpzx_img, .xwzx_img {
        margin-top: 0;
    }

        .cpzx_img img, .xwzx_img img {
            width: 100%;
        }

    .cpzx .swiper-button-next, .xwzx .swiper-button-next {
        right: 42.5%;
    }

    .cpzx .swiper-button-prev, .xwzx .swiper-button-prev {
        left: 42.5%;
    }

    .box1 {
        height: 900px;
    }

    .ljwm_text img {
        width: 150px;
        display: block;
        margin: 40px auto 20px auto;
    }

    .text_btn {
        bottom: 30px;
    }

    .item_container {
        margin: 50px auto;
        width: 98%;
    }

    .item_top {
        display: none;
    }

    .page {
        margin-top: 0;
        margin-left: 5px;
    }

    .item {
        width: 100%;
        padding: 0;
        min-height:610px;
    }

    .item_list {
        width: 100%;
        height: 55px;
        margin-top: 70px;
        background: url(../images/item_li_bg.jpg) 0 -66px;
    }

    .item_cc {
        display: block;
        position: absolute;
        right: 0;
        top: 15px;
        transform: rotate(180deg);
        transition: all .5s;
    }

        .item_cc.on {
            display: block;
            position: absolute;
            right: 0;
            top: 15px;
            transform: rotate(0deg);
        }

    .item_list_l {
        margin-top: 0;
        padding-top: 8px;
        overflow: hidden;
        position: absolute;
        z-index: 15;
        top: 55px;
        right: 0;
        display: none;
        width: 40%;
        background-color: #2a4184;
    }

    .item_list_t {
        top: 16px;
    }

    .item_w {
        display: none;
    }

    .item_list_l ul li {
        width: 100%;
        float: none;
    }

    .item_ljwm_img {
        margin: 30px auto 60px auto;
        width: 90%;
    }

    .item_footer .index_footer {
        position: relative;
        width: 100%;
        height: 200px;
        margin: 0;
        left: 0;
        text-align: center;
        background: url(../images/index_footer.png) 0 bottom no-repeat;
    }
    .item_footer {
        height:200px;
    }
    .f_info span, .f_info a {
        display: inline;
        padding:6px;
        text-align:center;
    }

    .gjc, span.copy, img.gaba, a.qgl_mgaba, .footer_r_t_b {
        display: none;
    }

    .hjzs li, .cpzs li {
        width: 46%;
        margin: 0 2% 30px 2%;
        height: auto;
    }

    .cpzs_btn {
        width: 105px;
        height: 42px;
        margin-left: -48px;
    }

    .ql_fenye {
        margin-left: 0;
    }

    .item_xwzx li {
        width: 46%;
        margin: 0 2%;
    }

    .shangxia {
        top: 4px;
    }

    .shareclick {
        display: none;
    }

    .detail_info li:nth-child(3), .detail_info li:nth-child(4) {
        display: none;
    }

    .shareinfo div.xxx {
        top: 115px;
        right: 2.4%;
    }

    .item_detail_m img {
        width: 100%;
    }

    .recommond {
        width: 98%;
        margin: 50px auto 0 auto;
    }

    .mdzs_main {
        width: 94%;
        margin: 50px auto;
    }
            

    .smallScroll {
        display: none;
    }

    .bigImg {
        width: 100%;
        margin: 20px auto;
        float: none;
    }

        .bigImg li {
            width: 98%;
            margin: 20px 1%;
            float: left;
        }

    .bigImg_img {
        width: 100%;
        height: auto;
    }

    .bigImg_p h1, .bigImg_p p {
        margin-right: 1%;
    }

    .lxwm_info {
        width: 90%;
    }

    .zxly_main_l, .lxwm_main_l {
        width: 100%;
        float: none;
        position: relative;
    }

    .lxwm_info {
        margin-top: 45px;
    }

    .zxly_main_r {
        display: none;
    }

    .zxly_main .text_btn {
        display: none;
    }

    .zxly_info {
        width: 96%;
        margin:0 auto;
    }

    .zxly_input, .zxly_input1 {
    }

        .zxly_input1 input {
            width: 150px;
        }

    .yzm {
        right: 3px;
        top: 2px;
    }

    .zxly_btn {
        width: 230px;
        margin:0 auto;
    }

    .ckly_main {
        min-height: 875px;
        width: 98%;
        margin: 96px auto 60px auto;
    }

    .ckly_m {
        width: 656px;
    }

    .ckly_re .ckly_m {
        width: 565px;
    }

    .ckly_re .ckly_m_p {
        width: 400px;
    }

    .f_info {
        margin-top: 80px;
        text-align: center;
    }



        .f_info img {
            float: none;
        }

    .hjzs_img {
        height: auto;
    }

    .item_xwzx li .xwzx_btn {
        top: 300px;
        position: absolute;
    }

    .item_xwzx li:hover .xwzx_img {
        opacity: 1;
        height: 91px;
    }

    .recommond_m li {
        width: 90%;
    }
}


/*网站地图-开始*/
.c_pagecont {
    padding: 40px 0;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    min-height: 400px;
}

.c_sitemap {
    text-align: center;
    background: url(../images/xixian.png) repeat-x center 85px;
}

    .c_sitemap ul {
        display: inline-block;
        vertical-align: top;
        padding: 30px 26px 0;
    }

        .c_sitemap ul li {
            font-size: 14px;
        }

            .c_sitemap ul li a {
                display: block;
                color: #000;
                line-height: 34px;
            }

                .c_sitemap ul li a:hover {
                    color: #CF9A48;
                }

            .c_sitemap ul li.c_jit {
                font-size: 16px;
                margin-bottom: 10px;
            }

                .c_sitemap ul li.c_jit a {
                    border-bottom: 2px solid transparent;
                    height: 54px;
                    line-height: 54px;
                }

                    .c_sitemap ul li.c_jit a:hover {
                        font-weight: bold;
                        border-color: #CF9A48;
                    }
