ul, ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

* {
    font-family: Microsoft Yahei;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

img, input {
    border: 0px;
}


i {
    font-style: normal;
}

@media (min-width: 1500px) {
    
}

.sy_three .biao a:hover, .sy_three .top a:hover, .sy_three .ul li a:hover, .sy_three .ul li:hover i, .sy_five .left a:hover, .mt_one li .right .desc a:hover {
    color: #FF452D;
}

/* header */
header {
    float: left;
    width: 100%;
    position: relative;
    z-index: 111111;
}

.head_link {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

    .head_link img {
        margin: 0px 10px;
    }

.header {
    left: 0px;
    top: 0px;
    width: 100%;
    background: #E0E0DF;
    padding-top: 20px;
}

    .header .logo {
        float: left;
        position: relative;
        z-index: 200;
    }

.h_top {
    float: left;
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 2;
}

    .h_top .zhong {
        position: absolute;
        top: 12px;
        left: 0px;
        width: 100%;
        z-index: 1;
        text-align: center;
    }

    .h_top .search {
        position: relative;
        z-index: 2;
        float: right;
        height: 40px;
        margin-top: 45px;
        background: #fff;
        border-radius: 40px;
        overflow: hidden;
    }

        .h_top .search .txt {
            outline: none;
            float: left;
            width: 190px;
            height: 40px;
            line-height: 40px;
            padding-left: 20px;
            font-size: 15px;
            color: #333;
        }

        .h_top .search .btn {
            float: left;
            width: 40px;
            height: 40px;
            background: url(../images/bg_04.png) no-repeat center center;
            background-size: 100% 100%;
            cursor: pointer;
        }

        .h_top .search p {
            float: left;
            overflow: hidden;
            width: 0px;
            -webkit-transition: all .6s ease 0s;
            -moz-transition: all .6s ease 0s;
            transition: all .6s ease 0s;
        }

        .h_top .search:hover p {
            width: 190px;
        }

.nav {
    float: left;
    background: url(../images/bg_08.png) repeat-x left bottom #fff;
    width: 100%;
}

    .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: #fff;
            padding: 0px 40px;
            background: url(../images/bg_09.png) no-repeat left center;
            color: #7B7C7F;
            padding-right: 25px;
            height: 80px;
            padding-top: 25px;
            line-height: 18px;
        }

            .nav li a span {
                font-size: 10px;
            }

            .nav li a.a {
                padding: 0px 39px;
            }

            .nav li a:hover, .nav li:hover a, .nav li a.curr {
                background: url(../images/bg_10.png) no-repeat left center #00ABEB;
                color: #fff;
            }

        .nav li p {
            position: absolute;
            top: 80px;
            width: 80%;
            padding: 10px 10%;
            left: 0px;
            overflow: hidden;
            width: 100%;
            top: 80px;
            display: none;
            background-color: rgba(75,81,97,0.8);
            background: #00B3ED;
        }

            .nav li p a {
                float: left;
                width: 100%;
                text-align: center;
                line-height: 38px;
                font-size: 16px;
                padding: 0px;
                color: #fff;
                border-top: 1px solid #fff;
                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: #ff0;
            }

    .nav .a_sy {
        padding: 0px;
        background: none;
        padding-top: 10px;
    }

        .nav .a_sy:hover {
            background: none;
        }

    .nav .li_sy {
        float: right;
    }

.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;
}



.ch {
    float: right;
    border: 1px solid #fff;
    background: #fff;
    margin-top: 30px;
}

    .ch a {
        float: left;
        width: 40px;
        text-align: center;
        font-size: 14px;
        background: #82919F;
        color: #fff;
    }

    .ch .sel {
        background: #fff;
        color: #82919F;
    }

.timeDate{ float:right; text-align:center; max-width:300px; text-align:center; color:#00A0E9; padding-top:0px; margin-right:-50px;}
.timeDate h5{ float:left; width:100%; font-size:16px; line-height:30px; font-weight:normal;}
.timeDate h3{ line-height:50px; font-size:16px;}
.timeDate h3 span{ background:#00A0E9; color:#fff; font-size:15px; display:inline-block; border-radius:4px; font-weight:normal; line-height:22px; padding:1px 8px; margin-bottom:-10px; padding-top:5px;}
.timeDate h3 span i{ font-size:26px;}

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .header .logo {
        margin-top: 5px;
    }

        .header .logo img {
            height: 60px;
        }

    .h_top .zhong img {
        height: 70px;
    }

    .h_top .search {
        margin-top: 15px;
    }

        .h_top .search:hover p {
            width: 160px;
        }

    .nav {
        line-height: 50px;
    }

        .nav li a {
            font-size: 14px;
            padding: 0px 10px;
        }

        .nav li p a {
            padding: 0px;
        }

        .nav li a.a {
            padding: 0px 20px;
        }

        .nav li p {
            padding: 5px 0px;
        }

        .menu_bg, .nav li p {
            top: 50px;
        }

            .nav li p a {
                font-size: 12px;
                line-height: 30px;
            }

    .menu {
        /*display: none;*/
    }

    .ch {
        margin-top: 15px;
    }

        .ch a {
            font-size: 13px;
        }

    .head_link {
        padding: 15px;
        padding-top: 0px;
    }

        .head_link img {
            height: 30px;
            margin: 0px 5px;
        }

    .nav .a_sy img {
        height: 40px;
    }

    .nav li a {
        background: url(../images/bg_09.png) no-repeat left center;
        background-size: auto 30px;
        padding-left: 22px;
        height: 50px;
        line-height: 16px;
        padding-top: 10px;
    }

    .nav .a_sy {
        padding-top: 5px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .nav, .h_top .search, .h_top .zhong {
        display: none;
    }

    header, .header {
        height: 50px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0px;
    }

        .header .logo {
            margin-top: 5px;
            margin-left: 10px;
        }

            .header .logo img {
                height: 40px;
            }

    .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;
        }

    .head_link {
        display: none;
    }

    .header {
        padding-top: 0;
    }
}

/* footer */
footer {
    float: left;
    width: 100%;
    background: #262626;
    padding: 35px 0px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

    footer .left {
        float: left;
        max-width: 50%;
    }

    footer .right {
        float: right;
        max-width: 50%;
        text-align: right;
    }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    footer {
        padding: 25px 0px;
    }
}

@media (max-width: 767px) { /* 手机 */
    footer {
        padding: 15px 0px;
        line-height: 22px;
    }

        footer .left, footer .right {
            width: 100%;
            text-align: center;
            max-width: 100%;
        }
}

/* 首页 shouYe*/
.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;
}

.sy_one {
    float: left;
    width: 100%;
}

    .sy_one .lSSlideOuter .lSPager.lSpg {
        width: 100%;
        position: relative;
        text-align: center;
        margin-top: -35px;
        background: none;
        float: left;
    }

        .sy_one .lSSlideOuter .lSPager.lSpg > li a {
            background: #fff;
            border: 3px solid #fff;
            background: #fff;
            width: 18px;
            height: 18px;
        }

        .sy_one .lSSlideOuter .lSPager.lSpg > li:hover a, .sy_one .lSSlideOuter .lSPager.lSpg > li.active a {
            border: 3px solid #fff;
            background: none;
        }

    .sy_one .lSAction > a {
        width: 24px;
        height: 44px;
        color: #FF7B23;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        font-size: 20px;
        top: -220px;
    }

    .sy_one .lSAction {
        position: relative;
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .sy_one .lSAction > .lSNext {
            right: 0;
            background: url(../images/right.png) no-repeat right center;
            background-size: 100%;
        }

        .sy_one .lSAction > .lSPrev {
            left: 0px;
            background: url(../images/left.png) no-repeat right center;
            background-size: 100%;
        }

    .sy_one .lSSlideOuter .lSPager.lSpg > li {
        margin-top: 0px;
    }

    .sy_one .item .a {
        float: left;
        width: 100%;
        height: 400px;
    }

.lb_one {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-top: -50px;
}

    .lb_one .lSSlideOuter .lSPager.lSpg {
        display: none;
    }

    .lb_one .lSSlideOuter .lightSlider li {
        border-top: 1px solid #DDDDDD;
    }

    .lb_one .lSSlideWrapper {
        padding-top: 45px;
    }

    .lb_one .lSAction > a {
        width: 32px;
        height: 32px;
        color: #FF7B23;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        font-size: 20px;
        top: -100px;
    }

    .lb_one .lSAction {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .lb_one .lSAction > .lSNext {
            right: 0;
            background: url(../images/right2.png) no-repeat right center;
            background-size: 100%;
        }

            .lb_one .lSAction > .lSNext:hover {
                background: url(../images/right2-sel.png) no-repeat right center;
                background-size: 100%;
            }

        .lb_one .lSAction > .lSPrev {
            left: 0px;
            background: url(../images/left2.png) no-repeat right center;
            background-size: 100%;
        }

            .lb_one .lSAction > .lSPrev:hover {
                left: 0px;
                background: url(../images/left2-sel.png) no-repeat right center;
                background-size: 100%;
            }

    .lb_one .item li {
        padding: 10px 10px;
        text-align: center;
    }

        .lb_one .item li img {
            max-width: 100%;
        }

.lb_one2 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-top: -50px;
}

    .lb_one2 .lSSlideOuter .lSPager.lSpg {
        display: none;
    }

    .lb_one2 .lSSlideOuter .lightSlider li {
        border-top: 1px solid #DDDDDD;
    }

    .lb_one2 .lSSlideWrapper {
        padding-top: 45px;
    }

    .lb_one2 .lSAction > a {
        /*width: 32px;
        height: 32px;*/
        color: #FF7B23;
        font-weight: bold;
        text-align: center;
        /*line-height: 32px;*/
        font-size: 20px;
        top: -120px;
    }

    .lb_one2 .lSAction {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .lb_one2 .lSAction > .lSNext {
            right: 0;
            margin-top: -30px;
            background: url(../images/right2.png) no-repeat right center;
            background-size: 100%;
        }

            .lb_one2 .lSAction > .lSNext:hover {
                margin-top: -30px;
                background: url(../images/right2-sel.png) no-repeat right center;
                background-size: 100%;
            }

        .lb_one2 .lSAction > .lSPrev {
            margin-top: -30px;
            left: 0px;
            background: url(../images/left2.png) no-repeat right center;
            background-size: 100%;
        }

            .lb_one2 .lSAction > .lSPrev:hover {
                margin-top: -30px;
                left: 0px;
                background: url(../images/left2-sel.png) no-repeat right center;
                background-size: 100%;
            }

    .lb_one2 .item li {
        padding: 10px 10px;
        text-align: center;
    }

        .lb_one2 .item li img {
            max-width: 100%;
        }

.sy_two {
    float: left;
    width: 100%;
    /*background: #82919F;*/
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 40px;
}

    .sy_two a {
        margin: 0px 20px;
    }

.sy_three {
    float: left;
    width: 48.5%;
    background: #fff;
    margin-bottom: 40px;
    padding: 15px;
}

    .sy_three .biao {
        float: left;
        width: 100%;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #DDDDDD;
    }

        .sy_three .biao span {
            float: left;
            padding-left: 10px;
            font-size: 24px;
            color: #4B5161;
        }

        .sy_three .biao a {
            float: right;
            color: #7F7F7F;
            margin-right: 10px;
            line-height: 20px;
            margin-top: 20px;
        }

    .sy_three .top {
        float: left;
        width: 100%;
        line-height: 50px;
    }

        .sy_three .top a {
            float: left;
            width: 100%;
            overflow: hidden;
            height: 50px;
            white-space: nowrap;
            color: #009FE9;
            font-size: 20px;
            text-overflow: ellipsis;
        }

    .sy_three .ul {
        float: left;
        width: 100%;
        margin-top: -10px;
    }

        .sy_three .ul li {
            float: left;
            padding-left: 14px;
            background: url(../images/bg_06.png) no-repeat left center;
            width: 100%;
            line-height: 34px;
        }

            .sy_three .ul li a {
                float: left;
                max-width: 80%;
                height: 34px;
                color: #4C4C4C;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .sy_three .ul li i {
                float: right;
                color: #4C4C4C;
                font-size: 14px;
            }

.sy_four {
    float: right;
    width: 48.5%;
    margin-bottom: 40px;
}

    .sy_four .shipin {
        float: left;
        width: 100%;
    }

.sy_bai {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

    .sy_bai .biao {
        float: left;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        color: #4B5161;
        font-size: 28px;
    }

    .sy_bai .more {
        float: left;
        width: 100%;
        text-align: center;
    }

        .sy_bai .more a {
            border: 1px solid #4C5262;
            border-radius: 6px;
            color: #4C5262;
            font-size: 14px;
            padding: 4px 30px;
        }

            .sy_bai .more a:hover {
                background: #00A0E9;
                color: #fff;
                border: 1px solid #00A0E9;
            }

.sy_five .left {
    float: left;
    width: 49.3%;
    line-height: 26px;
    color: #4C4C4C;
    font-size: 14px;
}

    .sy_five .left a {
        color: #009FE9;
        font-size: 14px;
    }

.sy_five .right {
    float: right;
    width: 49.3%;
}

    .sy_five .right img {
        float: left;
        width: 100%;
    }

.sy_six {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-top: -10px;
}

    .sy_six li {
        float: left;
        padding: 10px;
    }

        .sy_six li .nei {
            float: left;
            width: 100%;
            overflow: hidden;
            position: relative;
            border-radius: 6px;
        }

            .sy_six li .nei img {
                float: left;
                width: 100%;
            }

            .sy_six li .nei p {
                position: absolute;
                bottom: -50px;
                left: 0px;
                margin: 0px;
                width: 100%;
                background-color: rgba(0,0,0,0.6);
                text-align: center;
                line-height: 40px;
                font-size: 16px;
                color: #fff;
                -webkit-transition: all .8s ease 0s;
                -moz-transition: all .8s ease 0s;
                transition: all .8s ease 0s;
            }

        .sy_six li:hover .nei p {
            bottom: 0px;
        }

.sy_seven {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-top: -10px;
}

    .sy_seven li {
        float: left;
        width: 20%;
        padding: 10px;
    }

        .sy_seven li .nei {
            float: left;
            width: 100%;
            position: relative;
            overflow: hidden;
        }

            .sy_seven li .nei img {
                float: left;
                width: 100%;
            }

            .sy_seven li .nei p {
                position: absolute;
                bottom: -50px;
                left: 0px;
                margin: 0px;
                width: 100%;
                background-color: rgba(0,0,0,0.6);
                text-align: center;
                line-height: 40px;
                font-size: 16px;
                color: #fff;
                -webkit-transition: all .8s ease 0s;
                -moz-transition: all .8s ease 0s;
                transition: all .8s ease 0s;
            }

        .sy_seven li:hover .nei p {
            bottom: 0px;
        }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .sy_one .item .a {
        float: left;
        width: 100%;
        height: 300px;
    }

    .sy_one .lSAction > a {
        top: -170px;
    }

    .sy_two {
        margin-bottom: 30px;
    }

        .sy_two a {
            margin: 0px 10px;
        }

            .sy_two a img {
                height: 50px;
            }

    .sy_three {
        padding-top: 10px;
        margin-bottom: 30px;
    }

        .sy_three .biao span {
            font-size: 20px;
        }

        .sy_three .top a {
            font-size: 18px;
        }

        .sy_three .ul li a {
            max-width: 75%;
            height: 28px;
        }

        .sy_three .ul li {
            line-height: 28px;
        }

    .sy_four {
        margin-bottom: 30px;
    }

    .sy_bai {
        margin-bottom: 30px;
    }

        .sy_bai .biao {
            font-size: 22px;
            padding-bottom: 10px;
        }

    .sy_five .left {
        font-size: 12px;
        line-height: 22px;
    }

        .sy_five .left a {
            font-size: 12px;
        }

    .lb_one .lSAction > a {
        top: -90px;
        width: 26px;
        height: 26px;
    }

    .lb_one {
        padding-bottom: 0;
        margin-bottom: -5px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .sy_bai {
        padding: 10px;
    }

    .sy_one .item .a {
        float: left;
        width: 100%;
        height: 150px;
    }

    .sy_one .lSAction > a {
        top: -70px;
        width: 15px;
    }

    .sy_one .lSSlideOuter .lSPager.lSpg {
        margin-top: -25px;
    }

        .sy_one .lSSlideOuter .lSPager.lSpg > li a {
            width: 12px;
            height: 12px;
        }

    .sy_two {
        padding: 13px 0px;
        margin-bottom: 16px;
    }

        .sy_two a {
            float: left;
            width: 21.5%;
            margin: 0px;
            margin-left: 2.5%;
        }

            .sy_two a img {
                height: auto;
                width: 100%;
            }

    .sy_three {
        width: 100%;
        margin-bottom: 15px;
        padding-top: 10px;
    }

        .sy_three .biao span {
            font-size: 20px;
        }

        .sy_three .top a {
            font-size: 18px;
        }

        .sy_three .ul li a {
            max-width: 75%;
            font-size: 13px;
        }

        .sy_three .ul li i {
            font-size: 13px;
        }

        .sy_three .ul li a {
            max-width: 75%;
            height: 28px;
        }

        .sy_three .ul li {
            line-height: 28px;
        }

    .sy_four {
        margin-bottom: 15px;
        width: 100%;
    }

    .sy_bai {
        margin-bottom: 15px;
    }
	.sy_bai img{ max-width:100%}

        .sy_bai .biao {
            font-size: 20px;
            padding-bottom: 0px;
        }

    .sy_five .left {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
    }

    .sy_five .right {
        width: 100%;
        padding-top: 10px;
    }

    .sy_six_bai {
        padding: 10px 5px 20px 5px;
    }

    .sy_seven li {
        width: 50%;
    }

    .lb_one .lSSlideWrapper {
        padding-top: 55px;
    }

    .lb_one .lSAction > a {
        top: -80px;
        width: 20px;
        height: 20px;
    }

    .lb_one {
        padding-bottom: 0;
        margin-bottom: -10px;
    }
}

/* 通用 ty */
.ty_one {
    float: left;
    width: 100%;
    /*background: #EEECEA;*/
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .ty_one .top {
        float: left;
        width: 100%;
        line-height: 70px;
        border-bottom: 1px solid #DDDDDD;
        text-align: center;
        color: #4B5161;
        font-size: 28px;
    }

    .ty_one .bottom {
        float: left;
        width: 100%;
        text-align: center;
        margin: 20px 0;
        min-height: 400px;
    }

        .ty_one .bottom a {
            display: inline-block;
            border: 2px solid #808080;
            margin: 20px;
            border-radius: 6px;
            padding: 30px 80px;
            padding-bottom: 20px;
            color: #009FE9;
            font-size: 16px;
            line-height: 40px;
        }

.left_menu {
    float: left;
    width: 14%;
    background: #fff;
    margin: 40px 0px;
}

    .left_menu a {
        float: left;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: #7F7F7F;
        border-bottom: 1px solid #E6E4E1;
    }

        .left_menu a.sel {
            background: #009FE9;
            color: #fff;
        }

.right_main {
    float: right;
    width: 100%;
    background: #fff;
    /*margin: 40px 0px;*/
    /*padding: 15px;*/
}

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .ty_one {
        padding-top: 10px;
    }

        .ty_one .top {
            line-height: 60px;
            font-size: 22px;
        }

        .ty_one .bottom a {
            padding: 20px 50px;
            font-size: 14px;
            padding-bottom: 5px;
            margin: 15px;
        }

            .ty_one .bottom a img {
                height: 45px;
            }

    .left_menu {
        width: 18%;
        margin: 30px 0px;
    }

    .right_main {
        width: 80%;
        margin: 30px 0px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .ty_one {
        padding-top: 10px;
        margin: 15px 0px;
    }

        .ty_one .top {
            line-height: 50px;
            font-size: 20px;
        }

        .ty_one .bottom {
            min-height: 350px;
        }

            .ty_one .bottom a {
                padding: 15px 0px;
                float: left;
                margin: 10px 2.5%;
                display: block;
                width: 45%;
                font-size: 14px;
                padding-bottom: 0;
            }

                .ty_one .bottom a img {
                    height: 40px;
                }

    .left_menu {
        display: none;
    }

    .right_main {
        width: 100%;
        margin: 15px 0px;
    }
}

/* 往期嘉宾 jb */
.jb_one {
    float: left;
    width: 100%;
    text-align: center;
    color: #7F7F7F;
    font-size: 12px;
    line-height: 40px;
    padding-bottom: 10px;
}

.jb_two {
    float: left;
    width: 100%;
}

    .jb_two li {
        float: left;
        width: 25%;
        padding: 0px 20px;
        padding-bottom: 50px;
        height:420px;
    }

        .jb_two li .img {
            float: left;
            width: 100%;
        }

        .jb_two li h1 {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: normal;
            margin: 0px;
            color: #4C4C4C;
            font-size: 18px;
            line-height: 34px;
        }

        .jb_two li p {
            float: leftl;
            width: 100%;
            text-align: center;
            height: 20px;
            margin: 0px;
            overflow: hidden;
            color: #7F7F7F;
            font-size: 12px;
            line-height: 20px;
        }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .jb_two li {
        padding: 0px 10px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .jb_two li {
        padding: 0px 7px;
        padding-bottom: 15px;
        width: 50%;
    }
}

/* page  */
.fenye {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

    .fenye a {
        border: 1px solid #DDDDDD;
        font-size: 14px;
        color: #7F7F7F;
        padding: 4px 10px;
    }

    .fenye .a {
        color: #009FE9;
    }

    .fenye .sel {
        background: #009FE9;
        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: 15px;
    }

        .fenye a {
            font-size: 12px;
            padding: 3px 8px;
        }
}

/* 视界城轨 cg */
.cg_one {
    background: #2A2A33;
    float: left;
    width: 100%;
}

.cg_two {
    float: left;
    width: 100%;
}

.cg_three {
    float: left;
    background: #1F1F1F;
    width: 100%;
    line-height: 64px;
    padding: 0px 15px;
    color: #009FE9;
    font-size: 24px;
}

    .cg_three span {
        color: #fff;
    }

.cg_four {
    float: left;
    width: 100%;
    padding: 15px 0px;
    padding-bottom: 40px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .cg_three {
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .cg_three {
        padding: 10px 15px;
        line-height: 24px;
        font-size: 16px;
    }

    .cg_four {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 24px;
    }
}

/* 媒体服务 mt */
.mt_one {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

    .mt_one li {
        float: left;
        width: 100%;
        padding: 20px 0px;
        border-bottom: 1px solid #DDDDDD;
    }

        .mt_one li .img {
            float: left;
            width: 30%;
        }

        .mt_one li .right {
            float: right;
            width: 67%;
        }

            .mt_one li .right .top {
                float: left;
                width: 100%;
                line-height: 45px;
            }

                .mt_one li .right .top a {
                    color: #4C4C4C;
                    font-size: 22px;
                    font-weight: bold;
                }

                    .mt_one li .right .top a:hover {
                        color: #009FE9;
                    }

            .mt_one li .right .desc {
                float: left;
                width: 100%;
                line-height: 26px;
                font-size: 14px;
                color: #7F7F7F;
            }

                .mt_one li .right .desc a {
                    color: #009FE9;
                }

            .mt_one li .right .date {
                float: right;
                color: #7F7F7F;
                font-size: 14px;
                padding-top: 10px;
            }

@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;
            }

            .mt_one li .right .date {
                padding-top: 5px;
                font-size: 13px;
            }
}

@media (max-width: 767px) { /* 手机 */
    .mt_one {
        padding-bottom: 10px;
    }

        .mt_one li {
            padding: 15px 0px;
        }

            .mt_one li .right .desc {
                display: none;
            }

            .mt_one li .right .top {
                line-height: 30px;
            }

                .mt_one li .right .top a {
                    font-size: 16px;
                }
}

/* 合作伙伴 hb */
.hb_one {
    float: left;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
    text-align: center;
    font-size: 28px;
    color: #4B5161;
    line-height: 50px;
    margin-bottom: 10px;
}

.hb_two {
    float: left;
    width: 100%;
}

    .hb_two li {
        line-height: 130px;
        float: left;
        width: 16.66%;
        text-align: center;
        padding: 10px;
    }
    .hb_two li a{
        height: 120px;
      
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .hb_two li img {
            max-width: 80%;
            max-height: 80%;
        }

.hb_three {
    float: left;
    width: 100%;
    padding: 15px 0px;
    font-size: 15px;
    line-height: 28px;
    color: #4C4C4C;
}

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .hb_one {
        line-height: 40px;
        font-size: 22px;
    }

    .hb_two li {
        width: 33.33%;
    }
    .hb_two li a{
        height: 100px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .hb_one {
        line-height: 30px;
        font-size: 20px;
    }

    .hb_two li {
        width: 50%;
    }
    
    .hb_two li a{
        height: 50px;
    }
    

    .hb_three {
        padding-top: 0px;
        font-size: 13px;
        line-height: 24px;
    }
}

/* 浮框 fu */
/*.fu{width:400px;}
.fu a{ width:45px; height:45px; background:#009FE9;  border-radius:60px; margin-top:3px;}
.fu a img{ width:100%; float:left;}
.fu a:hover{ background:#82919F;}
.fu .wx{ position:relative; width:45px; border-radius:50px; height:45px;}
.fu .wx img{ width:100%; float:left;}
.fu .wx:hover{ }
.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%;margin:0px auto;}
.fu .wx:hover p{ display:block}

.fu .search2{ position:relative; z-index:2; float:left; height:45px;background:#fff; border-radius:40px; overflow:hidden;margin-left:28px;}
.fu .search2 .txt2{ outline:none; float:left; width:190px; height:45px; line-height:40px; padding-left:20px; font-size:15px; color:#333;}
.fu .search2 .btn2{ float:left; width:45px; height:45px; background:url(../images/img18.png) no-repeat center center; background-size:100% 100%; cursor:pointer;}
.fu .search2 p{ float:left; overflow:hidden; width:0px;-webkit-transition:all .6s ease 0s;-moz-transition:all .6s ease 0s;transition:all .6s ease 0s;}
.fu .search2:hover p{ width:190px;}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.fu a,.fu .wx{ width:45px; height:45px;}	
}
@media (max-width: 767px) {
	.fu{ top:100px; right:10px;}
	.fu a{ width:40px; height:40px;}	
	.fu .wx{ width:45px; height:45px;}	
}*/



/* 浮框 fu */
.fu {
    position: fixed;
    top: 260px;
    right: 30px;
    width: 50px; z-index:11111;
}

    .fu a {
        width: 50px;
        height: 50px;
        background: #009FE9;
        float: left;
        border-radius: 60px;
        margin-top: 3px; float:left; margin-bottom:5px;
    }

        .fu a img {
            width: 100%;
            float: left;
        }

        .fu a:hover {
            background: #82919F;
        }

    .fu .wx { float:left;
        position: relative; margin-bottom:5px;
        width: 50px;
        border-radius: 50px;
        height: 50px;
        background: #009FE9;
    }

        .fu .wx img {
            width: 100%;
            float: left; border-radius:100px;
        }

        .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%; border-radius:0
            }

        .fu .wx:hover p {
            display: block;
        }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .fu a, .fu .wx {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .fu {
        top: 100px;
        right: 10px;
    }

        .fu a {
            width: 40px;
            height: 40px;
        }

        .fu .wx {
            width: 40px;
            height: 40px;
        }
}




/* 下载 xz */
.xz_one {
    float: left;
    width: 100%;
    border-bottom: 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;
        }

.jb_one {
    float: left;
    width: 100%;
    padding: 40px 0px;
}

    .jb_one .left {
        float: left;
        width: 50%;
        text-align: center;
    }

        .jb_one .left img {
            max-width: 80%;
        }

    .jb_one .right {
        float: left;
        width: 50%;
        padding-top: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #7F7F7F;
        text-align: left;
    }

        .jb_one .right .p_name {
            color: #4C4C4C;
            font-size: 24px;
            margin: 0px;
        }

.jb_two {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #4C4C4C;
    padding-bottom: 30px;
}

.jb_three {
    float: left;
    width: 80%;
    margin-left: 10%;
    font-size: 16px;
    color: #4B4B4B;
    line-height: 32px;
    padding-bottom: 40px;
}

    .jb_three img {
        max-width: 100%;
    }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .xz_one {
        padding: 15px 0px;
    }

        .xz_one h1 {
            font-size: 17px;
            line-height: 34px;
        }

        .xz_one p a {
            font-size: 15px;
        }

    .jb_one {
        padding: 30px 0px;
    }

    .jb_two {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .jb_three {
        width: 90%;
        margin-left: 5%;
    }
}

@media (max-width: 767px) { /* 手机 */
    .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;
            }

    .jb_one {
        padding: 20px 0px;
    }

        .jb_one .right {
            font-size: 15px;
            line-height: 24px;
        }

            .jb_one .right .p_name {
                font-size: 20px;
                padding-bottom: 10px;
            }

    .jb_two {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .jb_three {
        width: 100%;
        margin-left: 0;
        font-size: 13px;
        line-height: 24px;
        padding-bottom: 0;
    }

    .sy_two {
        /*display:none;*/
        width: 100%;

    }
  
}
   .sy_two  img{
        /*display:none;*/
        width: 8%;

    }

.imglogo {
    width: 190px;
}

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .imglogo {
        width: 70px;
    }
}

@media (max-width: 767px) { /* 手机 */
    .imglogo {
        width: 70px;
    }
}

.tan_bm {
    float: left;
    width: 100%;
    background: #fff;
    color: #333;
}

    .tan_bm .top {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #000;
        line-height: 60px;
        font-size: 18px;
        padding-left: 5%;
    }

    .tan_bm h1 {
        float: left;
        margin: 0px;
        width: 90%;
        margin-left: 5%;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
    }

        .tan_bm h1 i {
            color: red;
        }

    .tan_bm .txt {
        float: left;
        width: 90%;
        margin-left: 5%;
        border: 1px solid #919191;
        height: 34px;
        line-height: 34px;
        border-radius: 5px;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .tan_bm .desc {
        float: left;
        width: 100%;
        color: red;
        line-height: 24px;
        padding: 5px 5%;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .tan_bm .bottom {
        float: left;
        width: 100%;
        padding: 15px 3%;
        border-top: 1px solid #000;
    }

        .tan_bm .bottom .btn {
            float: right;
            margin-left: 15px;
            border: 1px solid #919191;
            background: #fff;
            color: #000;
        }

        .tan_bm .bottom .btn_tj {
            border: 1px solid #333;
            background: #337AB7;
            color: #fff;
        }

    .tan_bm .txt2 {
        float: left;
        width: 100%;
        margin-left: 5%;
        border: 1px solid #919191;
        height: 34px;
        line-height: 34px;
        border-radius: 5px;
        margin-bottom: 10px;
        padding-left: 10px;
    }
.sy_bai img{ max-width:100%}

/* 我要参观 cg */
.main{ width:100%; max-width:1200px; margin:0 auto;}
.cg_main{ float:left; width:100%; background:#F7F5F5; margin:30px 0px;-moz-box-shadow:0px 0px 10px #ABABAB; -webkit-box-shadow:0px 0px 10px #ABABAB; box-shadow:0px 0px 10px #ABABAB;margin:0 auto;}
.cg_one{ float:left; width:100%; padding:0px 2%; background:url(../images/bg_28.png) no-repeat left top; background-size:100% 100%; line-height:60px; color:#fff; font-size:36px; margin-bottom:10px;}
.cg_two{ float:left; width:98%; margin-left:2%; padding:20px 0px; padding-left:3%; background:url(../images/bg_29.png) no-repeat left center; border-bottom:2px solid #BDBCBC; margin-left:2%; line-height:40px; color:#1F1F1F; font-size:28px;}
.cg_three{ float:left; width:90%; padding:30px 2%;}
.cg_three li{ float:left; background:url(../images/bg_32.png) no-repeat left center;;}
.cg_three a{ float:left; padding:0px 30px; padding-top:70px; line-height:30px; font-size:24px; color:#535353; text-align:center;}
.cg_three li:nth-child(1){ background:none}
.cg_three .a1{ background:url(../images/bg_30.png) no-repeat top center; border:0px;}
.cg_three .a1.sel{ background:url(../images/bg_30-sel.png) no-repeat top center;}
.cg_three .a2{ background:url(../images/bg_31.png) no-repeat top center;}
.cg_three .a2.sel{ background:url(../images/bg_31-sel.png) no-repeat top center;}
.cg_three a.sel{ color:#EE8941;}
.cg_four{ float:left; width:92%; padding:0px 4%; padding-bottom:40px; color:#535353; font-size:22px; line-height:40px;}
.cg_four img{ max-width:50%}
@media screen and (min-width: 768px) and (max-width: 992px) {/* 平板 */
	.cg_one{ font-size:22px; line-height:50px;}
	.cg_two{ font-size:20px; padding:10px 0px; padding-left:3%; background-size:15px;}
	.cg_three li a{ font-size:18px; padding-top:50px;}
	.cg_three .a1,.cg_three .a1.sel,.cg_three .a2,.cg_three .a2.sel{ background-size:auto 40px;}
	.cg_four{ font-size:18px; line-height:30px; padding-bottom:20px;}
	.cg_four img{ max-width:30%}
}
@media (max-width: 767px) {/* 手机 */
	.cg_one{ font-size:18px; line-height:40px; width:95%; padding-left:3%; margin-bottom:0}
	.cg_two{ font-size:17px; padding:5px 0px; padding-left:5%; background-size:12px; width:88%; margin-left:3%}
	.cg_three li a{ font-size:16px; padding-top:35px;}
	.cg_three .a1,.cg_three .a1.sel{ background-size:auto 30px;}
	.cg_three .a2,.cg_three .a2.sel{ background-size:auto 40px;}
	.cg_four{ font-size:15px; line-height:26px; padding-bottom:20px;}
	.cg_four img{ max-width:40%}	
}
.cz_one{  float:left; width:100%; color:#818181; font-size:20px; line-height:44px;}
.cz_one img{ max-width:100%}
.cz_two{ float:left; width:100%; text-align:center; padding-bottom:20px;}
.cz_two img{ max-width:100%}
.cz_three{ margin:0px;}
.cz_five{ float:left; width:96%; margin:15px 2%; overflow:hidden;}
.cz_five li{ float:left; width:100%; padding:15px 0px; padding-left:2%; background:url(../images/bg_37.png) no-repeat left 30px; line-height:26px;color:#1F1F1F; font-size:22px; }
.cz_five li span{ float:left; width:25%}
.cz_five li i{ color:#EB6D13; float:left; width:20px; height:26px;font-size:15px;}
.cz_five li .txt{ float:left; border:1px solid #DBDBDB; background:#fff; padding-left:10px; line-height:26px; height:26px; width:55%}
.cz_five li label{ cursor:pointer; margin-right:15px;}
.cz_five li label input{ width:20px; height:20px; margin-right:5px;}
.cz_five .li{ width:35%;}
.cz_five .li span{ width:18%}
.cz_five .ll{ width:95%}
.cz_five table{ float:left; width:100%}
.cz_five table i{ float:none;}
.cz_five table th{ font-weight:normal; padding-right:30px; width:200px; vertical-align:top;}
.xuanXiang{ float:left; width:100%; position:relative;}
.xuanXiang p{ cursor:pointer; float:left; width:90%; padding-left:32px; background:url(../images/bg_38.png) no-repeat left center; margin-bottom:20px;}
.xuanXiang.sel p{ background:url(../images/bg_39.png) no-repeat left center; }
.xuanXiang .la{ display:none; float:left; background:#EAEAEA; border-radius:10px; padding:10px 30px; width:600px; margin-top:-15px; margin-bottom:20px;}
.xuanXiang .la label{ float:left; font-size:14px; color:#333; line-height:22px; padding:5px 0px; width:100%}
.xuanXiang .la label input{ width:14px; height:14px;}
.cz_six{ float:left; width:100%; text-align:center; padding:40px 0px; padding-top:0px;}
.cz_six .btn{ width:124px; height:34px; background:url(../images/bg_40.png) no-repeat center center; color:#fff; font-size:20px;background-size:100% 100%}
.cz_seven{ float:left; width:100%; text-align:center; padding-bottom:40px; color:#4D4D4D; font-size:24px;}
.cz_eight{ float:left; width:100%; text-align:center; padding:70px 0px;}
.cz_eight a{ background:#EC6E14; color:#fff; font-size:30px; display:inline-block; line-height:54px; width:22%}
@media screen and (min-width: 768px) and (max-width: 992px) {/* 平板 */
	.cz_one{ line-height:36px; font-size:18px;}
	.cz_four{ padding-top:40px;}
	.cz_five li{ font-size:16px;background:url(../images/bg_37.png) no-repeat left 25px;}
	.xuanXiang p{ margin-bottom:15px;}
	.cz_five table th{ width:150px;}
	.xuanXiang .la{ width:90%; padding:10px 5%}
	.cz_seven{ font-size:18px;}
	.cz_eight a{ line-height:46px; font-size:24px;}
}
@media (max-width: 767px) {/* 手机 */
	.cz_one{ line-height:26px; font-size:14px; width:94%; margin-left:3%}
	.cz_two img{ max-width:94%}
	.cz_four{ padding-top:40px;}
	.cz_five li{ width:100%;font-size:14px; line-height:28px; padding:5px 0px; padding-left:15px;background:url(../images/bg_37.png) no-repeat left 18px;}
	.cz_five .li{ width:100%}
	.cz_five .li span{ width:25%}
	.cz_five li i{ font-size:12px;}
	.xuanXiang p{ margin-bottom:10px;}
	.cz_five li label input{ width:15px; height:15px; margin-right:5px;}
	.cz_five table th{ width:80px;}
	.xuanXiang .la{ width:90%; padding:10px 5%; margin-top:-10px;}
	.cz_six { padding-bottom:20px;}
	.cz_six .btn{ width:100px; height:27px; font-size:16px; padding-bottom:3px;}
	.cz_seven{font-size:14px; padding-bottom:20px; line-height:26px; padding-top:10px;}
	.cz_eight{ padding:40px 0px;}
	.cz_eight a{ line-height:40px; font-size:18px; width:50%}
}
.hb_two li{ height: 130px; overflow: hidden;}