﻿ul, ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('ziti/Source Han Sans CN/SourceHanSansCN-Regular.otf') format('opentype');
}
* {
    font-family: SourceHanSansCN-Regular !important;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

img, input {
    border: 0px;
}

i {
    font-style: normal;
}

.main {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}



.xz_two li img {
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

    .xz_two li img:hover {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }

.sy_four .ding .biao a:hover, .sy_four .ul li a:hover, .wei a:hover, .mt_three li a:hover h3 {
    color: #0A2C8B;
}

/* header */
header {
    float: left;
    width: 100%;
    position: relative;
    z-index: 111111;
}

.header {
    left: 0px;
    top: 0px;
    width: 100%;
    background: #E0E0DF;
}

.h_top {
    float: left;
    width: 100%;
    line-height: 40px;
    background: #0A2955;
    font-size: 14px;
    color: #1D8ED9;
}

    .h_top .left {
        float: left;
    }

    .h_top .right {
        float: right;
        color: #1D8ED9;
    }

        .h_top .right a {
            color: #1D8ED9;
            float: left;
        }

        .h_top .right span {
            margin: 0px 10px;
            float: left;
        }

        .h_top .right a:hover {
            color: #fff;
        }

.h_main {
    float: left;
    width: 100%;
    background: #fff;
    height: 115px;
    border-top: 4px solid #ECECEC;
}

.logo {
    float: left;
    height: 115px;
}

.nav {
    float: left;
    padding-left: 30px;
}

    .nav ul {
        float: left;
        width: 100%;
    }

    .nav li {
        float: left;
        position: relative;
    }

        .nav li a {
            float: left;
            margin: 0px;
            padding: 0px;
            font-size: 16px;
            color: #191919;
            padding-right: 20px;
            line-height: 115px;
        }

            .nav li a:hover, .nav li:hover a, .nav li a.curr {
                color: #0167BB;
            }

        .nav li p {
            position: absolute;
            top: 80px;
            width: 160px;
            left: -45px;
            overflow: hidden;
            display: none;
            background: #3c69a2;
        }

            .nav li p a {
                float: left;
                width: 100%;
                text-align: center;
                line-height: 35px;
                font-size: 14px;
                padding: 0px;
                color: #fff;
                border-top: 1px solid #80B3DD;
                height: auto;
            }

                .nav li p a:nth-child(1) {
                    border: 0px;
                }

        .nav li:hover p a {
            background: none;
            color: #fff;
        }

            .nav li:hover p a:hover {
                color: #fff;
                background: #4ca7e3;
            }

    .nav .a_sy {
        padding: 0px;
        background: none;
        padding-top: 10px;
    }

        .nav .a_sy:hover {
            background: none;
        }

.a_search {
    float: left;
    width: 34px;
    height: 34px;
    margin-top: 40px;
}

.ch {
    float: right;
    line-height: 115px;
}

    .ch a {
        color: #191919;
        font-size: 16px;
    }

    .ch .sel {
        color: #0167BB;
    }

    .ch span {
        color: #191919;
        font-size: 16px;
        padding: 0px 5px;
    }

.btn_menu {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 30px;
    background: url(../images/menu.png) no-repeat center center #fff;
    border: 1px solid #CECECE;
    border-radius: 3px;
    z-index: 200;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    display: none;
}

.close_menu {
    background: url(../images/bg_03.png) no-repeat center center;
    background-size: 14px;
}

.menu {
    position: fixed;
    top: 0px;
    left: 100%;
    padding: 0px 30px;
    background: url(../images/bg_01.png);
    z-index: 100;
    width: 100%;
    min-height: 100%;
    display: none;
    margin: 0px;
    padding-top: 70px;
    background-size: 100%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

    .menu.dian {
        left: 0px;
    }

    .menu li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #CACBCC;
        position: relative;
    }

        .menu li a {
            float: left;
            line-height: 45px;
            padding-left: 20px;
            width: 100%;
            color: #fff;
            font-size: 15px;
        }

        .menu li p {
            float: left;
            width: 100%;
            padding-left: 20px;
            display: none;
        }

            .menu li p a {
                float: left;
                color: #fff;
                font-size: 14px;
                line-height: 32px;
            }

        .menu li h2 {
            float: left;
            width: 100%;
            margin: 0px;
            padding-left: 20px;
            background: url(../images/bg_05.png) no-repeat right center;
            font-weight: normal;
            font-size: 15px;
            color: #fff;
            line-height: 45px;
        }

            .menu li h2.sel {
                background: url(../images/bg_05-sel.png) no-repeat right center;
            }

.header .main {
    max-width: 1300px;
}

@media (max-width: 1300px) {
    .nav li a {
        margin-right: 5px;
    }

    .nav li p a {
        margin: 0px;
    }

    .nav li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    header, .header {
        height: 114px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0px;
    }

    .h_top {
        padding: 0px 15px;
        line-height: 34px;
        font-size: 13px;
    }

    .h_main {
        height: 80px;
        padding: 0px 15px;
        background: #F2F8F9;
    }

    .logo {
        float: left;
        height: 80px;
    }

    .nav, .ch {
        display: none;
    }

    .menu {
        display: block;
    }

    .btn_menu {
        display: block;
        top: 60px;
    }

    .a_search {
        float: right;
        margin-right: 50px;
        margin-top: 22px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .h_top, .nav {
        display: none;
    }

    header, .header {
        height: 50px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0px;
    }

    .h_main {
        height: 50px;
        background: #F2F8F9;
        border-top: 0px;
    }

    .logo {
        height: 60px;
        margin-top: -5px;
        margin-left: 10px;
    }

    .menu {
        display: block;
    }

    .btn_menu {
        display: block;
    }

    .ch {
        display: none;
    }

    .menu .ch {
        display: block;
        float: left;
        margin-top: 0px;
        width: 100%;
    }

        .menu .ch a {
            float: left;
            width: 50%;
            padding: 0px;
            line-height: 30px;
        }

    .a_search {
        float: right;
        margin-right: 65px;
        margin-top: 8px;
    }
}

/* footer */
footer {
    float: left;
    width: 100%;
    background: #0A2955;
    padding-top: 40px;
}

    footer .top {
        float: left;
        width: 100%;
        border-bottom: 2px solid #546A88;
        padding-bottom: 30px;
    }

        footer .top li {
            width: 33.33%;
            float: left;
        }

            footer .top li .img {
                max-width: 90%;
            }

            footer .top li p {
                float: left;
                padding-top: 60px;
                width: 100%;
                background: url(../images/bg_10.png) no-repeat top center;
                color: #fff;
                font-size: 16px;
                line-height: 28px;
                text-align: center;
            }

            footer .top li span {
                float: right;
                padding-left: 20px;
                text-align: center;
                color: #fff;
                font-size: 16px;
                line-height: 40px;
            }

                footer .top li span img {
                    max-height: 90px;
                }

    footer .bottom {
        float: left;
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
    }

        footer .bottom br {
            display: none;
        }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    footer .top li span {
        width: 45%;
        padding-left: 10px;
    }
}

@media (max-width: 767px) { /* 手机 */
    footer {
        padding-top: 0px;
    }

        footer .top {
            display: none;
        }

        footer .bottom {
            text-align: center;
            font-size: 13px;
            line-height: 26px;
            padding: 9px 0px;
        }

            footer .bottom br {
                display: block;
            }
}

/* 轮播*/
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

    .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform,height;
        transition-property: transform,height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade {
        position: relative;
    }

        .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%;
        }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade > *.active {
        z-index: 10;
    }

    .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1;
    }

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            -webkit-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
        }

        .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #FF7523;
        }

.lSSlideOuter .media {
    opacity: 0.8;
}

    .lSSlideOuter .media.active {
        opacity: 1;
    }

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

    .lSAction > a:hover {
        opacity: 1;
    }

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

.lb_one {
    float: left;
    width: 100%;
}

    .lb_one .lSSlideOuter .lSPager.lSpg {
        display: none;
    }

    .lb_one .lSAction > a {
        width: 28px;
        height: 70px;
        color: #FF7B23;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        font-size: 20px;
        top: -135px;
    }

    .lb_one .lSAction {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .lb_one .lSAction > .lSNext {
            right: 0;
            background: url(../images/right.png) no-repeat right center;
            background-size: 100%;
        }

            .lb_one .lSAction > .lSNext:hover {
                background: url(../images/right_sel.png) no-repeat right center;
                background-size: 100%;
            }

        .lb_one .lSAction > .lSPrev {
            left: 0px;
            background: url(../images/left.png) no-repeat right center;
            background-size: 100%;
        }

            .lb_one .lSAction > .lSPrev:hover {
                left: 0px;
                background: url(../images/left_sel.png) no-repeat right center;
                background-size: 100%;
            }

    .lb_one .item li {
        text-align: center;
    }

        .lb_one .item li img {
            width: 80%;
        }

.lb_two {
    float: left;
    width: 100%;
}

    .lb_two .lSSlideOuter .lSPager.lSpg {
        display: none;
    }

    .lb_two .lSAction > a {
        width: 23px;
        height: 52px;
        color: #FF7B23;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        font-size: 20px;
        top: -55px;
    }

    .lb_two .lSAction {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .lb_two .lSAction > .lSNext {
            right: 0;
            background: url(../images/right2.png) no-repeat right center;
            background-size: 100%;
        }

            .lb_two .lSAction > .lSNext:hover {
                background: url(../images/right2-sel.png) no-repeat right center;
                background-size: 100%;
            }

        .lb_two .lSAction > .lSPrev {
            left: 0px;
            background: url(../images/left2.png) no-repeat right center;
            background-size: 100%;
        }

            .lb_two .lSAction > .lSPrev:hover {
                left: 0px;
                background: url(../images/left2-sel.png) no-repeat right center;
                background-size: 100%;
            }

    .lb_two .item li {
        text-align: center;
    }

        .lb_two .item li img {
   			 height: 70px; max-width:90%
        }

.banner_lb {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .banner_lb .lSSlideOuter .lSPager.lSpg {
        width: 100%;
        position: relative;
        text-align: center;
        margin-top: -35px;
        background: none;
        float: left;
    }

        .banner_lb .lSSlideOuter .lSPager.lSpg > li a {
            background: #fff;
            border: 3px solid #fff;
            background: #fff;
            width: 18px;
            height: 18px;
        }

        .banner_lb .lSSlideOuter .lSPager.lSpg > li:hover a, .banner_lb .lSSlideOuter .lSPager.lSpg > li.active a {
            border: 3px solid #fff;
            background: none;
        }

    .banner_lb .lSAction > a {
        width: 42px;
        height: 42px;
        color: #FF7B23;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        font-size: 20px;
        top: -170px;
    }

    .banner_lb .lSAction {
        position: relative;
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .banner_lb .lSAction > .lSNext {
            right: 0;
            background: url(../images/br.png) no-repeat right center;
            background-size: 100%;
        }

        .banner_lb .lSAction > .lSPrev {
            left: 0px;
            background: url(../images/bl.png) no-repeat right center;
            background-size: 100%;
        }

    .banner_lb .lSSlideOuter .lSPager.lSpg > li {
        margin-top: 0px;
    }

    .banner_lb .item .a {
        float: left;
        width: 100%;
        height: 320px;
    }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .banner_lb {
        margin-bottom: 10px;
    }

        .banner_lb .lSAction > a {
            top: -140px;
        }

        .banner_lb .item .a {
            float: left;
            width: 100%;
            height: 280px;
        }
}

@media (max-width: 767px) { /* 手机 */
    .banner_lb {
        margin-bottom: 0px;
    }

        .banner_lb .lSAction > a {
            top: -90px;
            width: 32px;
            height: 32px;
        }

        .banner_lb .item .a {
            float: left;
            width: 100%;
            height: 170px;
        }

        .banner_lb .lSSlideOuter .lSPager.lSpg {
            margin-top: -30px;
        }

            .banner_lb .lSSlideOuter .lSPager.lSpg > li a {
                width: 14px;
                height: 14px;
            }
}





.lb_three {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

    .lb_three .lSSlideOuter .lSPager.lSpg {
        display: none;
    }

    .lb_three .lSAction > a {
        width: 23px;
        height: 52px;
        color: #FF7B23;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        font-size: 20px;
        top: -125px;
    }

    .lb_three .lSAction {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .lb_three .lSAction > .lSNext {
            right: 0;
            background: url(../images/right2.png) no-repeat right center;
            background-size: 100%;
        }

            .lb_three .lSAction > .lSNext:hover {
                background: url(../images/right2-sel.png) no-repeat right center;
                background-size: 100%;
            }

        .lb_three .lSAction > .lSPrev {
            left: 0px;
            background: url(../images/left2.png) no-repeat right center;
            background-size: 100%;
        }

            .lb_three .lSAction > .lSPrev:hover {
                left: 0px;
                background: url(../images/left2-sel.png) no-repeat right center;
                background-size: 100%;
            }

    .lb_three .item li {
        text-align: center;
    }

        .lb_three .item li a {
            float: left;
            width: 90%;
            margin-left: 5%;
            background: #F6F6F6;
            padding: 10px 0px;
        }

        .lb_three .item li img {
            width: 86%;
        }

        .lb_three .item li p {
            color: #525252;
            font-size: 14px;
            width: 100%;
            float: left;
            text-align: center;
            margin: 0px;
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 25px;
        }

/* 首页 shouYe*/
.sy_banner {
    float: left;
    width: 100%;
    height: 520px;
}

.sy_one {
    float: left;
    width: 100%;
    background: #204C8D;
    padding: 40px 0px;
}

    .sy_one ul {
        float: left;
        width: 100%;
        border-left: 1px solid #7994BB;
        height: 80px;
    }

        .sy_one ul li {
            float: left;
            border-right: 1px solid #7994BB;
            width: 25%;
            height: 80px;
        }

            .sy_one ul li a {
                float: left;
                width: 100%;
                padding-top: 70px;
                color: #fff;
                font-size: 14px;
                text-align: center;
            }

            .sy_one ul li .a1 {
                background: url(../images/img1.png) no-repeat top center;
            }

                .sy_one ul li .a1:hover {
                    background: url(../images/img1-sel.png) no-repeat top center;
                }

            .sy_one ul li .a2 {
                background: url(../images/img2.png) no-repeat top center;
            }

                .sy_one ul li .a2:hover {
                    background: url(../images/img2-sel.png) no-repeat top center;
                }

            .sy_one ul li .a3 {
                background: url(../images/img3.png) no-repeat top center;
            }

                .sy_one ul li .a3:hover {
                    background: url(../images/img3-sel.png) no-repeat top center;
                }

            .sy_one ul li .a4 {
                background: url(../images/img4.png) no-repeat top center;
            }

                .sy_one ul li .a4:hover {
                    background: url(../images/img4-sel.png) no-repeat top center;
                }

            .sy_one ul li a:hover {
                color: #1D8EDA;
            }

.sy_two {
    float: left;
    width: 100%;
    background: url(../images/bg_02.png) no-repeat bottom center #F5F5F5;
    background-size: 100%;
    padding: 60px 0px;
}

    .sy_two .nei {
        float: left;
        width: 100%;
        -moz-box-shadow: 0px 0px 3px #A1A1A1;
        -webkit-box-shadow: 0px 0px 3px #A1A1A1;
        box-shadow: 0px 0px 3px #A1A1A1;
        background: #fff;
    }

    .sy_two .left {
        float: left;
        width: 50%;
        padding: 40px;
        padding-bottom: 0;
    }

        .sy_two .left .biao {
            float: left;
            width: 100%;
            padding-bottom: 20px;
            font-size: 32px;
            color: #191919;
            font-weight: bold;
        }

        .sy_two .left .top {
            float: left;
            width: 100%;
            color: #333333;
            font-size: 14px;
            line-height: 26px;
            padding-bottom: 20px;
        }

        .sy_two .left .desc {
            float: left;
            width: 100%;
            color: #999999;
            font-size: 14px;
            line-height: 26px;
            min-height: 230px;
        }

        .sy_two .left .a {
            float: right;
            background: #999999;
            color: #fff;
            padding: 4px 20px;
            border-radius: 20px;
            font-size: 14px;
        }

            .sy_two .left .a:hover {
                background: #1F4B8D;
            }

    .sy_two .right {
        float: right;
        width: 50%;
    }

        .sy_two .right img {
            float: left;
            width: 100%;
        }

.sy_three {
    float: left;
    width: 100%;
    background: url(../images/bg_07.png);
    padding: 70px 0px;
}

    .sy_three ul {
        max-width: 906px;
    }

    .sy_three li {
        float: left;
        width: 13.7%;
    }

        .sy_three li p {
            float: left;
            width: 100%;
            height: 70px;
            text-align: center;
            color: #fff;
            font-size: 20px;
        }

            .sy_three li p i {
                font-size: 24px;
                font-weight: bold;
            }

        .sy_three li img {
            float: left;
            width: 100%;
            margin-bottom: 10px;
        }

        .sy_three li.li {
            width: 15%;
        }

.sy_four {
    float: left;
    width: 100%;
    background: url(../images/bg_02.png) no-repeat left bottom #fff;
    background-size: 100%;
    padding: 60px 0px;
}

    .sy_four .top {
        float: left;
        width: 100%;
        background: url(../images/bg_08.png) no-repeat center center;
        line-height: 50px;
        font-size: 24px;
        color: #191919;
        text-align: center;
        margin-bottom: 20px;
    }

    .sy_four .bottom {
        float: left;
        width: 100%;
        background: #F5F5F5;
    }

    .sy_four .shipin {
        float: left;
        width: 50%;
    }

    .sy_four .right {
        float: right;
        width: 50%;
        padding: 35px;
        padding-bottom: 0;
    }

    .sy_four .ding {
        float: left;
        width: 100%;
        border-bottom: 1px solid #CCCCCC;
    }

        .sy_four .ding .biao {
            float: left;
            width: 100%;
        }

            .sy_four .ding .biao a {
                float: left;
                max-width: 100%;
                color: #191919;
                font-size: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                height: 40px;
            }

        .sy_four .ding .desc {
            float: left;
            width: 100%;
            color: #999999;
            font-size: 12px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            margin-bottom: 20px;
        }

    .sy_four .ul {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

        .sy_four .ul li {
            float: left;
            width: 100%;
            line-height: 30px;
            color: #333333;
            font-size: 14px;
        }

            .sy_four .ul li a {
                float: left;
                max-width: 78%;
                color: #333333;
                font-size: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .sy_four .ul li span {
                float: right;
            }

.sy_five {
    float: left;
    width: 100%;
    background: #204C8D;
    padding: 60px 0;
    padding-top: 40px;
}

    .sy_five .top {
        float: left;
        width: 100%;
        background: url(../images/bg_09.png) no-repeat center center;
        line-height: 50px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

.sy_six {
    float: left;
    width: 100%;
    background: url(../images/bg_02.png) no-repeat left bottom #fff;
    padding: 60px 0px;
    background-size: 100%;
}

    .sy_six .top {
        float: left;
        width: 100%;
        background: url(../images/bg_08.png) no-repeat center center;
        line-height: 50px;
        font-size: 24px;
        color: #191919;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

    .sy_six .top2 {
        float: left;
        width: 100%;
        background: url(../images/bg_08_1.png) no-repeat center center;
        line-height: 50px;
        font-size: 24px;
        color: #191919;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }


.sy_six .meiti {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 50px;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .sy_six .zhanshang {
        margin-top: 20px;
        margin-bottom: 30px;
    }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .sy_banner {
        height: 400px;
    }

    .sy_one {
        padding: 20px 0px;
    }

        .sy_one ul, .sy_one ul li {
            height: 70px;
        }

            .sy_one ul li a {
                padding-top: 55px;
                font-size: 13px;
            }

            .sy_one ul li .a1, .sy_one ul li .a1:hover, .sy_one ul li .a2, .sy_one ul li .a2:hover, .sy_one ul li .a3, .sy_one ul li .a3:hover, .sy_one ul li .a4, .sy_one ul li .a4:hover {
                background-size: auto 48px;
            }

    .sy_two {
        padding: 40px 0px;
    }

        .sy_two .main {
            width: 95%;
        }

        .sy_two .left {
            padding: 20px;
            padding-bottom: 0;
        }

            .sy_two .left .biao {
                font-size: 20px;
                padding-bottom: 10px;
            }

            .sy_two .left .top {
                font-size: 13px;
                line-height: 20px;
                padding-bottom: 10px;
            }

            .sy_two .left .desc {
                min-height: 0px;
                line-height: 20px;
                font-size: 12px;
            }

            .sy_two .left .a {
                font-size: 13px;
                padding: 3px 15px;
            }

    .sy_three {
        padding: 30px 0px;
    }

        .sy_three .main {
            width: 92%;
        }

        .sy_three li p {
            font-size: 17px;
            height: 50px;
        }

            .sy_three li p i {
                font-size: 20px;
            }

    .sy_four {
        padding: 40px 0px;
    }

        .sy_four .right {
            padding: 20px;
            padding-bottom: 0px;
        }

        .sy_four .ul {
            margin-top: 10px;
        }

            .sy_four .ul li a {
                max-width: 70%;
            }

        .sy_four .top {
            margin-top: -20px;
            margin-bottom: 10px;
            font-size: 22px;
        }

    .sy_five {
        padding: 40px 0px;
    }

        .sy_five .top {
            margin-top: -20px;
            margin-bottom: 10px;
            font-size: 22px;
        }

    .lb_one .lSAction > a {
        top: -90px;
        width: 26px;
        height: 26px;
    }

    .lb_one {
        padding-bottom: 0;
        margin-bottom: -5px;
    }

    .sy_six {
        padding: 40px 0px;
    }

        .sy_six .top {
            margin-top: -20px;
            margin-bottom: 10px;
            font-size: 22px;
        }

    .lb_two .lSAction > a {
        margin-top: -5px;
    }

    .lb_two .item li img {
        width: 70%;
    }

    .sy_six .zhanshang {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .sy_banner {
        height: 200px;
    }

    .sy_one {
        padding: 15px 0px;
    }

        .sy_one ul, .sy_one ul li {
            height: 50px;
        }

            .sy_one ul li a {
                padding-top: 37px;
                font-size: 12px;
            }

            .sy_one ul li .a1, .sy_one ul li .a1:hover, .sy_one ul li .a2, .sy_one ul li .a2:hover, .sy_one ul li .a3, .sy_one ul li .a3:hover, .sy_one ul li .a4, .sy_one ul li .a4:hover {
                background-size: auto 32px;
            }

    .sy_two {
        padding: 20px 0px;
    }

        .sy_two .main {
            width: 94%;
        }

        .sy_two .left {
            width: 100%;
            padding: 20px;
            padding-bottom: 10px;
        }

            .sy_two .left .biao {
                font-size: 18px;
                padding-bottom: 10px;
            }

            .sy_two .left .top {
                font-size: 13px;
                line-height: 20px;
                padding-bottom: 10px;
            }

            .sy_two .left .desc {
                min-height: 0px;
                line-height: 22px;
                font-size: 13px;
                padding-bottom: 8px;
            }

            .sy_two .left .a {
                font-size: 13px;
                padding: 3px 15px;
            }

        .sy_two .right {
            width: 100%;
            padding: 3px;
        }

    .sy_three {
        padding: 20px 0px;
    }

        .sy_three .main {
            float: left;
            width: 96%;
            margin-left: 3%;
        }

        .sy_three li p {
            font-size: 12px;
            height: 30px;
            width: 130%;
            margin-left: -15%;
        }

            .sy_three li p i {
                font-size: 13px;
            }

    .sy_four {
        padding: 20px 10px;
    }

        .sy_four .shipin {
            width: 100%;
        }

        .sy_four .top {
            margin-top: -10px;
            margin-bottom: 0px;
            font-size: 20px;
            background-size: 70%;
        }

        .sy_four .right {
            padding: 15px;
            width: 100%;
        }

        .sy_four .ul {
            margin-top: 10px;
        }

            .sy_four .ul li a {
                max-width: 70%;
            }

    .sy_five {
        padding: 30px 10px;
    }

        .sy_five .top {
            margin-top: -20px;
            margin-bottom: 10px;
            font-size: 20px;
            background-size: 70%;
        }

    .lb_one .lSAction > a {
        top: -80px;
        width: 20px;
        height: 40px;
    }

    .lb_one {
        padding-bottom: 0;
        margin-bottom: -10px;
    }

    .sy_six {
        padding: 20px 10px;
    }

        .sy_six .top {
            margin-top: -10px;
            margin-bottom: 0px;
            font-size: 20px;
            background-size: 70%;
        }

        .sy_six .meiti {
            padding-bottom: 20px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .sy_six .zhanshang {
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .lb_two .lSAction > a {
        margin-top: 2px;
    }

    .lb_two .lSAction > a {
        height: 40px;
        width: 20px;
    }
}

/* 通用 ty */
.zc_main {
    float: left;
    width: 100%;
    background: url(../images/bg_11.png) no-repeat left bottom;
    background-size: 100%;
}

.wei {
    float: left;
    width: 100%;
    line-height: 50px;
    color: #777777;
    font-size: 14px;
}

    .wei a {
        color: #777777;
        font-size: 14px;
    }

.left_menu {
    float: left;
    width: 22%;
    text-align: center;
    margin-bottom: 40px;
}

    .left_menu h1 {
        float: left;
        width: 100%;
        line-height: 50px;
        color: #333333;
        font-size: 40px;
        font-weight: bold;
    }

    .left_menu a {
        float: left;
        width: 100%;
        line-height: 60px;
        border-radius: 8px;
        background: #3B69A1;
        color: #fff;
        font-size: 20px;
        margin-top: 3px;
    }

    .left_menu .hui {
        background: #B1B1B1;
    }

    .left_menu .curr {
        background: #4BA7E3;
    }

    .left_menu p {
        background: #9ADCFF;
        float: left;
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        float: left;
        margin: 0px;
        margin-top: 3px;
    }

        .left_menu p strong {
            float: left;
            width: 100%;
            line-height: 60px;
            border-radius: 8px;
            color: #fff;
            font-size: 20px;
            background: #3B69A1;
            cursor: pointer;
            font-weight: normal;
        }

        .left_menu p span {
            padding: 10px 0px;
            float: left;
            width: 100%;
            display: none;
        }

            .left_menu p span a {
                line-height: 28px;
                font-size: 14px;
                color: #3C69A2;
                background: none;
            }

                .left_menu p span a.curr {
                    color: #fff;
                    background: none;
                }

        .left_menu p.sel strong {
            background: #4CA7E3;
        }

.right_main {
    float: right;
    width: 75%;
    margin-top: 20px;
}

.neirong {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 30px;
    margin-bottom: 60px;
    margin-top: 12px;
}

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .left_menu {
        margin-bottom: 20px;
        background: none;
    }

    .wei {
        line-height: 40px;
    }

    .neirong {
        padding: 0px 15px;
        margin-bottom: 40px;
    }

    .left_menu h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .left_menu a, .left_menu p strong {
        line-height: 50px;
        font-size: 15px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .wei {
        line-height: 40px;
    }

    .left_menu {
        display: none;
    }

    .neirong {
        padding: 0px;
        margin: 0px;
        border: 0px;
        background: none;
    }

    .right_main {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

/* page  */
.fenye {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

    .fenye a, .fenye span {
        border: 1px solid #DDDDDD;
        font-size: 14px;
        color: #7F7F7F;
        padding: 4px 10px;
        background: #fff;
    }

    .fenye .a {
        color: #009FE9;
    }

    .fenye .current {
        background: #4CA7E3;
        border: 1px solid #009FE9;
        color: #fff;
    }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .fenye {
        padding-top: 20px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .fenye {
        padding-top: 15px;
        padding-bottom: 25px;
    }

        .fenye a, .fenye span {
            font-size: 12px;
            padding: 3px 8px;
        }
}

/* 注册 zc */
.zc_one {
    float: left;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 0px 40px;
    background: #fff;
    margin-bottom: 60px;
}

    .zc_one h1 {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        line-height: 100px;
        color: #333333;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        margin: 0;
        letter-spacing: 3px;
    }

    .zc_one .bottom {
        float: left;
        width: 100%;
        line-height: 60px;
        text-align: center;
        padding: 60px 0px;
        font-size: 14px;
        color: #515151;
        padding-top: 20px;
    }

        .zc_one .bottom img {
            max-width: 80%;
        }

.zc_two {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0px;
    min-height: 400px;
}

    .zc_two a {
        display: inline-block;
        width: 20%;
        margin: 0px 20px;
        border-radius: 6px;
        overflow: hidden;
        background: #3C69A2;
        padding: 15px 0px;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .zc_two a:hover {
            background: #315684;
        }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .zc_main .main {
        width: 96%;
    }

    .zc_one {
        margin-bottom: 40px;
    }

        .zc_one h1 {
            line-height: 70px;
        }

        .zc_one .bottom {
            padding: 40px 0px;
            padding-top: 10px;
        }

    .zc_two {
        min-height: 0px;
    }

        .zc_two a {
            margin: 0px 15px;
            width: 22%;
        }
}

@media (max-width: 767px) { /* 手机 */
    .zc_main .main {
        width: 95%;
    }

    .zc_one {
        margin-bottom: 20px;
        padding: 0px 20px;
    }

        .zc_one h1 {
            line-height: 60px;
            font-size: 18px;
        }

        .zc_one .bottom {
            padding: 40px 0px;
            padding-top: 10px;
        }

            .zc_one .bottom img {
                max-width: 60%;
            }

    .zc_two {
        margin-bottom: 20px;
        margin-top: 20px;
        min-height: 0px;
    }

        .zc_two a {
            width: 40%;
            margin: 10px;
        }

            .zc_two a img {
                height: 50px;
            }
}

/* 媒体中心 mt */
.mt_one {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

    .mt_one li {
        float: left;
        width: 100%;
        padding: 25px 0px;
        border-bottom: 1px dashed #DDDDDD;
    }

        .mt_one li .img {
            float: left;
            width: 27%;
        }

        .mt_one li .right {
            float: right;
            width: 70%;
        }

            .mt_one li .right .top {
                float: left;
                width: 100%;
                line-height: 35px;
            }

                .mt_one li .right .top a {
                    color: #4C4C4C;
                    font-size: 18px;
                    font-weight: bold;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                    .mt_one li .right .top a:hover {
                        color: #009FE9;
                    }

            .mt_one li .right .desc {
                float: left;
                width: 100%;
                line-height: 26px;
                font-size: 15px;
                color: #7F7F7F;
            }

                .mt_one li .right .desc a {
                    color: #009FE9;
                }

            .mt_one li .right .date {
                float: left;
                color: #1D8DD9;
                font-size: 14px;
                padding-bottom: 10px;
                padding-top: 5px;
            }

.mt_two {
    float: left;
    width: 100%;
}

    .mt_two .top {
        float: left;
        width: 100%;
        line-height: 60px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    .mt_two .desc {
        float: left;
        width: 100%;
        color: #333333;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
    }

    .mt_two .bottom {
        float: left;
        width: 100%;
        padding: 20px 0px;
    }

        .mt_two .bottom .sp {
            width: 100%;
            height: 500px;
        }

.mt_three {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

    .mt_three li {
        float: left;
        width: 30%;
        margin: 15px 1.5%;
    }

        .mt_three li a {
            float: left;
            width: 100%;
        }

            .mt_three li a img {
                float: left;
                width: 100%;
            }

            .mt_three li a h3 {
                float: left;
                width: 100%;
                margin: 0px;
                text-align: center;
                color: #333333;
                font-size: 16px;
                margin-top: 10px;
                height: 20px;
                line-height: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .mt_one {
        padding-bottom: 10px;
    }

        .mt_one li .img {
            width: 35%;
        }

        .mt_one li .right {
            width: 62%;
        }

            .mt_one li .right .top {
                line-height: 20px;
            }

                .mt_one li .right .top a {
                    font-size: 16px;
                }

            .mt_one li .right .desc {
                font-size: 13px;
                line-height: 24px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .mt_one li .right .date {
                padding-top: 5px;
                font-size: 13px;
            }

    .mt_two .top {
        line-height: 50px;
        padding-top: 20px;
    }

    .mt_two .desc {
        line-height: 30px;
    }

    .mt_two .bottom {
        padding: 10px 0px;
    }

        .mt_two .bottom .sp {
            height: 400px;
        }

    .mt_three {
        padding: 10px 0px;
        padding-bottom: 0;
    }

        .mt_three li {
            float: left;
            width: 30%;
            margin: 10px 1.5%;
        }

            .mt_three li a h3 {
                font-size: 14px;
            }
}

@media (max-width: 767px) { /* 手机 */
    .mt_one {
        padding-bottom: 10px;
    }

        .mt_one li {
            padding: 10px 0px;
        }

            .mt_one li .right .desc {
                display: none;
            }

            .mt_one li .right .top {
                line-height: 30px;
            }

                .mt_one li .right .top a {
                    font-size: 15px;
                }

    .mt_two .top {
        line-height: 40px;
        font-size: 18px;
    }

    .mt_two .desc {
        line-height: 32px;
    }

    .mt_two .bottom {
        padding: 0px;
        padding-bottom: 20px;
    }

        .mt_two .bottom .sp {
            height: 260px;
        }

    .mt_three {
        padding: 0px;
        margin-top: -5px;
        width: 104.5%;
        margin-left: -1.8%;
    }

        .mt_three li {
            float: left;
            width: 46.5%;
            margin: 10px 1.5%;
        }

            .mt_three li a h3 {
                font-size: 13px;
            }
}

/* 下载 xz  合作媒体 */
.xz_main {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 60px;
    padding: 0px 40px;
}

.xz_title {
    font-weight: bold;
    letter-spacing: 3px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
}

.xz_one {
    float: left;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    padding: 25px 0px;
}

    .xz_one h1 {
        float: left;
        width: 100%;
        line-height: 40px;
        font-weight: normal;
        font-size: 20px;
        color: #4B4B4B;
        margin: 0px;
    }

    .xz_one p {
        float: left;
        width: 33.33%;
        margin: 0px;
        line-height: 30px;
    }

        .xz_one p a {
            float: left;
            padding-left: 25px;
            color: #009FE9;
            font-size: 16px;
            background: url(../images/bg_12.png) no-repeat left center;
            max-width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .xz_one p a:hover {
                color: #3B69A1;
                background: url(../images/bg_12-sel.png) no-repeat left center;
            }

.xz_two {
    float: left;
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid #CCCCCC;
}

    .xz_two li {
        float: left;
        width: 20%;
        text-align: center;
        height: 120px;
    }

        .xz_two li img {
            max-width: 80%;
            height: 80px;
        }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .xz_main {
        margin-bottom: 40px;
    }

    .xz_title {
        line-height: 80px;
    }

    .xz_one {
        padding: 15px 0px;
    }

        .xz_one h1 {
            font-size: 17px;
            line-height: 34px;
        }

        .xz_one p a {
            font-size: 15px;
        }

    .xz_two li {
        width: 25%;
        height: 110px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .xz_main {
        margin-bottom: 20px;
        padding: 0px 20px;
    }

    .xz_title {
        line-height: 60px;
        font-size: 18px;
    }

    .xz_one {
        padding: 10px 0px;
    }

        .xz_one h1 {
            font-size: 16px;
            line-height: 34px;
        }

        .xz_one p {
            width: 100%;
        }

            .xz_one p a {
                font-size: 15px;
                padding-left: 20px;
                background-size: 14px;
            }

    .xz_two li {
        width: 33.33%;
        height: 60px;
    }
}

/* 关于我们 gy */
.gy_one {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    padding-bottom: 30px;
}

    .gy_one img {
        max-width: 100%;
    }

.gy_two {
    float: left;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding: 70px 0px;
    text-align: center;
    margin-top: 10px;
}

    .gy_two a {
        color: #fff;
        background: #3C69A2;
        padding: 8px 50px;
        border-radius: 5px;
        font-size: 18px;
    }

        .gy_two a:hover {
            background: #4CA7E3;
        }

    .gy_two .dj {
        color: #fff;
        background: #3C69A2;
        padding: 8px 50px;
        border-radius: 5px;
        font-size: 18px;
    }

        .gy_two .dj:hover {
            background: #4CA7E3;
        }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .gy_one {
        padding-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .gy_one {
        padding-top: 10px;
        font-size: 12px;
        line-height: 22px;
    }

    .gy_two {
        padding-bottom: 180px;
    }
}

/* 报名 bm */
.bm_one {
    float: left;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding: 40px 0px;
}

.bm_tb {
    float: left;
    width: 100%;
}

    .bm_tb th {
        width: 35%;
        text-align: right;
        font-size: 16px;
        font-weight: normal;
        padding-bottom: 15px;
        line-height: 40px;
    }

        .bm_tb th i {
            color: red;
            padding-right: 5px;
        }

    .bm_tb td {
        line-height: 40px;
        padding-bottom: 15px;
        position: relative;
    }

    .bm_tb .txt {
        width: 380px;
        height: 40px;
        background: #F5F5F5;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10px;
        border-radius: 6px;
        border: 1px solid #CBCBCB;
        outline: none;
    }

    .bm_tb .select {
        float: left;
        width: 120px;
        height: 40px;
        background: #F5F5F5;
        font-size: 14px;
        line-height: 40px;
        padding-left: 5px;
        border-radius: 6px;
        border: 1px solid #CBCBCB;
        margin-right: 10px;
        outline: none;
    }

    .bm_tb td span {
        font-size: 18px;
    }

    .bm_tb .txt1 {
        width: 80px;
        padding: 0px;
        text-align: center;
    }

    .bm_tb .txt2 {
        width: 60px;
        padding: 0px;
        text-align: center;
    }

    .bm_tb .txt3 {
        width: 110px;
        padding: 0px;
        text-align: center;
    }

    .bm_tb .txt:focus, .bm_tb .select:focus {
        border: 1px solid #3C69A2;
    }

    .bm_tb .btn {
        float: left;
        width: 140px;
        margin-left: 35px;
        margin-top: 20px;
        height: 40px;
        background: #3B69A1;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        outline: none;
        border-radius: 10px;
    }

    .bm_tb .btn_qx {
        background: #CBCBCB;
    }

    .bm_tb .sel_zy {
        width: 185px;
        margin-right: 10px;
    }

    .bm_tb label {
        font-weight: normal;
        font-size: 14px;
        cursor: pointer;
        color: #515151;
        margin: 0px;
    }

        .bm_tb label input {
            width: 15px;
            height: 15px;
        }

    .bm_tb .a {
        color: #3B69A1;
        font-size: 14px;
    }

    .bm_tb .file {
        cursor: pointer;
        outline: none;
    }

    .bm_tb td p {
        color: #3B69A1;
        position: absolute;
        bottom: -10px;
        left: 0px;
        line-height: 14px;
        font-size: 12px;
    }

    .bm_tb .td {
        padding-top: 10px;
        padding-bottom: 0px;
        margin-bottom: -10px;
    }

    .bm_tb .td_lb label {
        margin-right: 18px;
    }

    .bm_tb .lb_div {
        width: 100%;
        float: left;
        max-width: 400px;
        line-height: 30px;
    }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .bm_tb th {
        width: 25%;
    }
}

@media (max-width: 767px) { /* 手机 */
    .bm_tb {
        width: 105%;
        margin-left: -5%;
    }

        .bm_tb th {
            width: 105px;
            font-size: 14px;
            line-height: 20px;
        }

        .bm_tb .txt {
            width: 100%;
        }

        .bm_tb .select {
            width: 31%;
            margin-right: 2%;
        }

        .bm_tb .txt1 {
            width: 80px;
            padding: 0px;
            text-align: center;
        }

        .bm_tb .txt2 {
            width: 60px;
            padding: 0px;
            text-align: center;
        }

        .bm_tb .txt3 {
            width: 110px;
            padding: 0px;
            text-align: center;
        }

        .bm_tb .btn {
            margin-left: -60px;
            width: 120px;
            font-size: 16px;
        }

        .bm_tb .btn_qx {
            margin-left: 30px;
        }

        .bm_tb td p {
            left: -80px;
        }
}

/* 名录 ml */
.ml_one {
    float: left;
    width: 100%;
    border-top: 1px solid #CBCBCB;
    padding: 30px 0px;
}

    .ml_one img {
        max-width: 90%;
    }

.ml_two {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

    .ml_two li {
        float: left;
        width: 100%;
        border-top: 1px solid #CBCBCB;
        margin-top: -1px;
        padding: 10px 0px;
        line-height: 28px;
    }

.ml_three {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

    .ml_three span {
        display: inline-block;
        width: 140px;
        height: 40px;
        background: #3C69A2;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        cursor: pointer;
        outline: none;
        text-align: center;
        line-height: 40px;
    }

.ml_four {
    background: #fff;
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 50px;
}

    .ml_four h1 {
        float: left;
        width: 100%;
        font-size: 32px;
        color: #333333;
        font-weight: normal;
        padding-bottom: 20px;
        margin: 0px;
        text-align: center;
    }

    .ml_four p {
        float: left;
        width: 100%;
        line-height: 30px;
        margin: 0;
    }

        .ml_four p span {
            width: 50%;
            font-size: 16px;
            float: left;
        }

        .ml_four p label {
            float: left;
            font-weight: normal;
            font-size: 16px;
            margin-right: 40px;
            cursor: pointer;
        }

    .ml_four .bottom {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

        .ml_four .bottom .btn {
            width: 140px;
            height: 40px;
            background: #3B69A1;
            color: #fff;
            font-size: 16px;
            border-radius: 10px;
            cursor: pointer;
        }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .ml_four {
        padding: 40px;
    }

        .ml_four h1 {
            font-size: 28px;
        }
}

@media (max-width: 767px) { /* 手机 */
    .ml_two li {
        font-size: 13px;
        line-height: 24px;
    }

    .ml_two {
        padding-bottom: 20px;
    }

    .lb_three {
        margin-bottom: 20px;
        width: 110%;
        margin-left: -5%;
    }

        .lb_three .lSAction > a {
            top: -90px;
        }

    .ml_four {
        padding: 20px;
    }

        .ml_four h1 {
            font-size: 20px;
        }

        .ml_four p span {
            width: 40%;
        }

        .ml_four p label {
            margin-left: 20px;
            margin-right: 0;
            font-size: 14px;
        }

        .ml_four .bottom .btn {
            width: 110px;
            height: 34px;
            font-size: 14px;
        }

    .ml_three {
        padding-bottom: 30px;
    }

        .ml_three span {
            width: 120px;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
        }
}

/* 详情 xq */
.xq_main {
    float: left;
    width: 100%;
    padding: 15px 4%;
    border: 1px solid #CCCCCC;
    background: #fff;
    margin-bottom: 60px;
}

.xq_one {
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.xq_two {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #777777;
    font-size: 14px;
}

.xq_three {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 20px;
}

    .xq_three img {
        max-width: 100%;
    }

@media (max-width: 767px) { /* 手机 */
    .xq_main {
        margin-bottom: 20px;
    }

    .xq_one {
        padding: 0px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .xq_three {
        font-size: 13px;
        line-height: 24px;
        padding-bottom: 0px;
    }
}

/* 登录 dl */
.dl_body {
    background: url(../images/bg_13.png) no-repeat top center;
}

.dl_main {
    width: 90%;
    max-width: 840px;
    margin: 0px auto;
}

.dl_one {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 22%;
}

    .dl_one .left {
        float: left;
        width: 38%;
    }

        .dl_one .left img {
            float: left;
            width: 100%;
        }

    .dl_one .right {
        float: left;
        width: 62%;
        padding: 15px 15px;
    }

    .dl_one .banben {
        float: right;
        color: #191919;
        font-size: 16px;
        line-height: 30px;
    }

        .dl_one .banben a {
            color: #191919;
            font-size: 16px;
            margin: 0px 5px;
        }

            .dl_one .banben a.sel {
                color: #0167BB;
            }

    .dl_one .biao {
        float: left;
        width: 100%;
        text-align: center;
    }

    .dl_one h1 {
        float: left;
        width: 100%;
        text-align: center;
        color: #0167BB;
        font-size: 16px;
        font-weight: normal;
        margin: 0px;
    }

    .dl_one .xz {
        float: left;
        margin-top: 40px;
        width: 100%;
        text-align: center;
    }

        .dl_one .xz a {
            display: inline-block;
            width: 90%;
            height: 40px;
            line-height: 40px;
            background: #3B69A1;
            color: #fff;
            border-radius: 6px;
            max-width: 320px;
            margin-top: 15px;
            font-size: 16px;
        }

            .dl_one .xz a:hover, .dl_one .ul li .btn_dl:hover, .dl_one .ul li .get_yzm:hover {
                background: #294A72;
            }

    .dl_one .ul {
        width: 90%;
        margin: 0 auto;
        max-width: 320px;
    }

        .dl_one .ul .li {
            margin-top: 40px;
        }

        .dl_one .ul li {
            float: left;
            width: 100%;
            margin-bottom: 15px;
        }

            .dl_one .ul li .txt {
                float: left;
                width: 100%;
                border: 1px solid #B9B9B9;
                border-radius: 6px;
                height: 40px;
                line-height: 40px;
                overflow: hidden;
                padding-left: 13px;
                font-size: 16px;
                overflow: hidden;
                outline: none;
            }

            .dl_one .ul li .txt1 {
                width: 65%;
            }

            .dl_one .ul li .get_yzm {
                float: right;
                width: 32%;
                background: #3B69A1;
                height: 40px;
                color: #fff;
                font-size: 16px;
                border-radius: 5px;
                cursor: pointer;
            }

            .dl_one .ul li .btn_dl {
                float: left;
                width: 100%;
                height: 40px;
                line-height: 40px;
                background: #3B69A1;
                color: #fff;
                font-size: 16px;
                border-radius: 5px;
                overflow: hidden;
                outline: none;
                cursor: pointer;
            }

            .dl_one .ul li a {
                color: #0167BB;
                font-size: 13px;
                border-bottom: 1px solid #0167BB;
            }

            .dl_one .ul li.lia {
                text-align: center;
            }

            .dl_one .ul li a:hover {
                color: #294A72;
            }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .dl_one .ul .li {
        margin-top: 25px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .dl_one {
        margin-top: 50%;
    }

        .dl_one h1 {
            margin-top: -5px;
        }

        .dl_one .left {
            display: none;
        }

        .dl_one .right {
            float: left;
            width: 100%;
        }

        .dl_one .xz {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .dl_one .ul li.lia {
            margin-top: -2px;
        }

        .dl_one .ul .li {
            margin-top: 25px;
        }
}

/* 展商 zs */
.zs_main {
    float: left;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding: 50px;
    padding-bottom: 20px;
}

.zs_one {
    float: left;
    width: 100%;
    background: #3C69A2;
    padding: 15px;
    border-radius: 8px;
}

    .zs_one .txt {
        float: left;
        width: 89%;
        height: 34px;
        background: url(../images/bg_14.png) no-repeat left center #fff;
        line-height: 34px;
        font-size: 14px;
        border-radius: 5px;
        padding-left: 35px;
        outline: none;
    }

    .zs_one .btn {
        float: right;
        width: 9%;
        background: #5BB75B;
        height: 34px;
        padding: 0px;
        line-height: 34px;
        color: #fff;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
    }

.zs_two {
    border: 0px;
}

.zs_three {
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    line-height: 40px;
}

    .zs_three a {
        float: left;
        width: 3.55%;
        text-align: center;
        color: #515151;
        font-size: 16px;
    }

    .zs_three .sel {
        color: #4BA7E3;
    }

.zs_four {
    float: left;
    width: 100%;
    line-height: 40px;
    color: #3B69A1;
    font-size: 16px;
}

    .zs_four span {
        float: left;
        width: 65%;
    }

    .zs_four p {
        float: left;
        width: 35%;
        margin: 0;
    }

.zs_five {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 40px;
}

    .zs_five li {
        float: left;
        width: 100%;
        line-height: 34px;
    }

        .zs_five li p {
            color: #515151;
            font-size: 14px;
            width: 66%;
            float: left;
            margin: 0;
        }

            .zs_five li p a {
                color: #515151;
                font-size: 14px;
                float: left;
                height: 34px;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .zs_five li span {
            color: #515151;
            font-size: 14px;
            width: 34%;
            float: left;
        }

        .zs_five li:hover p a, .zs_five li:hover span {
            color: #4BA7E3;
        }

.zs_six {
    float: left;
    width: 104%;
    margin-left: -2%;
    margin-bottom: 20px;
}

    .zs_six li {
        float: left;
        width: 22%;
        margin: 10px 1.5%;
        background: #F6F6F6;
        padding: 15px;
        padding-bottom: 5px;
    }

        .zs_six li a {
            float: left;
            width: 100%;
        }

            .zs_six li a img {
                float: left;
                width: 100%;
                height:150px;
            }

            .zs_six li a h3 {
                float: left;
                width: 100%;
                text-align: center;
                font-size: 14px;
                color: #515151;
                font-weight: normal;
                margin: 0px;
                line-height: 35px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .zs_main {
        padding: 40px 30px;
    }

    .zs_one .txt {
        width: 86%;
    }

    .zs_one .btn {
        width: 12%;
    }

    .zs_five {
        margin-bottom: 30px;
    }

    .zs_six li {
        width: 30%;
    }

    .zs_six {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .zs_main {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .zs_one {
        padding: 8px;
    }

        .zs_one .txt {
            width: 76%;
        }

        .zs_one .btn {
            width: 22%;
        }

    .zs_two {
        padding: 20px 0;
        padding-bottom: 0px;
    }

    .zs_three a {
        width: 7%;
        line-height: 30px;
    }

    .zs_four {
        font-size: 14px;
    }

    .zs_five {
        max-height: 250px;
        margin-bottom: 20px;
    }

        .zs_five li {
            line-height: 28px;
        }

            .zs_five li p a, .zs_five li p span {
                font-size: 13px;
                height: 28px;
                line-height: 28px;
            }

    .zs_six {
        margin-bottom: 0px;
    }

        .zs_six li {
            width: 46%;
            margin: 5px 2%;
            padding: 7px;
            padding-bottom: 2px;
        }
}

/* 简介 jj */
.jj_one {
    float: left;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding: 20px 0px;
    padding-bottom: 0;
}

    .jj_one a {
        float: left;
        width: 30%;
        margin: 0px 1.5%;
        margin-bottom: 10px;
        border-radius: 40px;
        line-height: 32px;
        height: 32px;
        background: #3B69A1;
        overflow: hidden;
        font-size: 15px;
        color: #fff;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0px 10px;
    }

    .jj_one .a {
        width: 97%;
    }

    .jj_one a:hover {
        background: #4BA7E3;
    }

.jj_two {
    float: left;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
    line-height: 50px;
    position: relative;
    color: #3B69A1;
    font-size: 16px;
    text-align: center;
}

    .jj_two a {
        position: absolute;
        top: 10px;
        right: 0px;
        background: #5BB75B;
        color: #fff;
        font-size: 13px;
        padding: 0px 15px;
        border-radius: 100px;
        line-height: 32px;
    }

    .jj_two .lina {
        position: absolute;
        top: 10px;
        right: 0px;
        background: #5BB75B;
        color: #fff;
        width: 120px;
        font-size: 13px;
        padding: 0px 15px;
        border-radius: 100px;
        line-height: 32px;
    }

.jj_three {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 15px 0px;
    line-height: 22px;
    color: #333333;
    padding-bottom: 20px;
}

.jj_four {
    float: left;
    width: 100%;
    margin: 15px 0px;
}

    .jj_four th {
        background: #D3D3D3;
        line-height: 40px;
        font-weight: normal;
        text-align: left;
        padding-left: 10px;
        font-size: 16px;
    }

    .jj_four td {
        line-height: 24px;
        color: #333333;
        font-size: 14px;
        padding-left: 10px;
    }

.jj_five {
    float: left;
    width: 103%;
    margin-left: -1.5%;
    padding-top: 20px;
}

    .jj_five li {
        float: left;
        width: 17%;
        margin: 0 1.5%;
    }

        .jj_five li a {
            float: left;
            width: 100%;
        }

        .jj_five li img {
            float: left;
            width: 100%;
        }

        .jj_five li p {
            float: left;
            width: 100%;
            text-align: center;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 30px;
            font-size: 14px;
            text-align: center;
        }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .jj_one a {
        font-size: 14px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .jj_one a {
        font-size: 14px;
        width: 47%;
    }

    .jj_two {
        line-height: 36px;
        font-size: 15px;
        margin-top: 5px;
    }

    .jj_three {
        font-size: 13px;
        line-height: 22px;
        padding: 10px 0px;
    }

    .jj_two a {
        font-size: 12px;
        top: -20px;
    }

    .jj_four {
        margin-bottom: 0;
    }

    .jj_five {
        padding-top: 10px;
    }

        .jj_five li {
            width: 30.3%;
        }

            .jj_five li p {
                height: 24px;
                line-height: 24px;
                font-size: 13px;
            }
}

/* */
@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */

}

@media (max-width: 767px) { /* 手机 */
}

/* */
@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */

}

@media (max-width: 767px) { /* 手机 */
}

/* */
@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */

}

@media (max-width: 767px) { /* 手机 */
}







.banner_lb2 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .banner_lb2 .lSSlideOuter .lSPager.lSpg {
        width: 100%;
        position: relative;
        text-align: center;
        margin-top: -35px;
        background: none;
        float: left;
    }

        .banner_lb2 .lSSlideOuter .lSPager.lSpg > li a {
            background: #fff;
            border: 3px solid #fff;
            background: #fff;
            width: 18px;
            height: 18px;
        }

        .banner_lb2 .lSSlideOuter .lSPager.lSpg > li:hover a, .banner_lb2 .lSSlideOuter .lSPager.lSpg > li.active a {
            border: 3px solid #fff;
            background: none;
        }

    .banner_lb2 .lSAction > a {
        width: 42px;
        height: 42px;
        color: #FF7B23;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        font-size: 20px;
        top: -190px;
    }

    .banner_lb2 .lSAction {
        position: relative;
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .banner_lb2 .lSAction > .lSNext {
            right: 0;
            background: url(../images/br.png) no-repeat right center;
            background-size: 100%;
        }

        .banner_lb2 .lSAction > .lSPrev {
            left: 0px;
            background: url(../images/bl.png) no-repeat right center;
            background-size: 100%;
        }

    .banner_lb2 .lSSlideOuter .lSPager.lSpg > li {
        margin-top: 0px;
    }

    .banner_lb2 .item .a {
        float: left;
        width: 100%;
        height: 320px;
    }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .banner_lb2 {
        margin-bottom: 10px;
    }

        .banner_lb2 .lSAction > a {
            top: -140px;
        }

        .banner_lb2 .item .a {
            float: left;
            width: 100%;
            height: 280px;
        }
}

@media (max-width: 767px) { /* 手机 */
    .banner_lb2 {
        margin-bottom: 0px;
    }

        .banner_lb2 .lSAction > a {
            top: -50px;
            width: 32px;
            height: 32px;
        }

        .banner_lb2 .item .a {
            float: left;
            width: 100%;
            height: 170px;
        }

        .banner_lb2 .lSSlideOuter .lSPager.lSpg {
            margin-top: -30px;
        }

            .banner_lb2 .lSSlideOuter .lSPager.lSpg > li a {
                width: 14px;
                height: 14px;
            }
}

/* 浮框 fu */
.fu {
    position: fixed;
    top: 240px;
    right: 30px;
    width: 50px;
}

    .fu a {
        width: 50px;
        height: 50px;
        background: #009FE9;
        float: left;
        border-radius: 60px;
        margin-top: 3px;
    }

        .fu a img {
            width: 100%;
            float: left;
        }

        .fu a:hover {
            background: #82919F;
        }

    .fu .wx {
        position: relative;
        width: 50px;
        border-radius: 50px;
        height: 50px;
        background: #009FE9;
    }

        .fu .wx img {
            width: 100%;
            float: left;
        }

        .fu .wx:hover {
            background: #82919F;
        }

        .fu .wx p {
            position: absolute;
            padding: 10px;
            padding-right: 25px;
            right: 60px;
            top: 0px;
            width: 174px;
            height: 161px;
            background: url(../images/bg_07.png) no-repeat left top;
            display: none;
        }

            .fu .wx p img {
                width: 100%;
            }

        .fu .wx:hover p {
            display: block;
        }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .fu a, .fu .wx {
        display: none;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .fu {
        display: none;
        top: 100px;
        right: 10px;
    }

        .fu a {
            width: 40px;
            height: 40px;
        }

        .fu .wx {
            width: 40px;
            height: 40px;
        }
}


.ch span {
    padding: 0px 5px;
    font-size: 22px;
    background-image: -webkit-linear-gradient(bottom,#C84DAF,#35294D,#96EDE7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
