﻿::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #474747;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    font: Microsoft YaHei,normal normal 1rem/1.8 PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
    color: #657180;
    background-color: #f7f7f7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #505050;
    outline: 0;
    font-size: 1rem;
    cursor: pointer;
    transition: color .2s ease;
}

    a:active, a:hover {
        color: #f39800 /*#406599*/;
        text-decoration: none;
    }

ul, dl {
    margin-bottom: 0;
}

li, dl, dt {
    list-style: none;
}

.h1, h1 {
    font-size: 34px;
}

label {
    font-weight: normal;
}

.checkbox label, .radiobox label {
    line-height: 140%;
}

header {
    height: 34px;
    line-height: 34px;
    margin-bottom: 16px;
    background: #222;
    color: #fff;
}

    header a {
        color: white;
        font-size: 0.8rem;
    }

    header .user {
    }

        header .user a {
            line-height: 34px;
            padding: 0 10px;
            display: block;
            float: left;
            margin-left: 2px;
            background-color: #337ab7;
            color: white;
        }

        header .user label {
            margin-bottom: initial;
        }

        header .user a.avatar {
            background-color: transparent;
        }

            header .user a.avatar img {
                width: 28px;
                height: 28px;
                border-radius: 50%;
                margin-bottom: 2px;
            }

.navside {
    width: 120px;
    float: left;
}

.mainside {
    width: -moz-calc(100% - 136px);
    width: -webkit-calc(100% - 136px);
    width: calc(100% - 136px);
}

.logo img {
    margin: 0 auto;
}

.nav li {
    margin-bottom: 4px;
}

    .nav li a {
        text-align: center;
    }

.mainside .leftbox {
    width: -moz-calc(100% - 332px);
    width: -webkit-calc(100% - 332px);
    width: calc(100% - 332px);
    overflow: hidden;
}

.mainside .rightbox {
    width: 316px;
}

/*分页*/
.page {
    padding: 10px 0;
}

    .page a, .page span {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        text-align: center;
        line-height: 16px;
        border: 1px solid #d9d9d9;
        padding: 2px 5px;
        border-radius: 4px;
    }

    .page span {
        color: #f6f6f6;
        background-color: #62a8ea;
        border: 1px solid #62a8ea;
    }

    .page a:hover {
        color: #999;
    }

/*焦点图*/
.mainside .leftbox .slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 300px;
    background: #000;
}

    .mainside .leftbox .slider .bd ul {
        position: relative;
        z-index: 0;
    }

    .mainside .leftbox .slider .bd li {
        width: 100%;
        height: 300px;
        overflow: hidden;
        background-position: center center;
        background-size: auto 100%;
    }

        .mainside .leftbox .slider .bd li a {
            display: block;
            height: 100%;
        }

    .mainside .leftbox .slider .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
        background-color: rgba(0,0,0,0.6);
    }

        .mainside .leftbox .slider .hd ul {
            text-align: center;
        }

            .mainside .leftbox .slider .hd ul li {
                cursor: pointer;
                background-color: rgba(128, 128, 128,0.7);
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                margin: 10px 4px;
                overflow: hidden;
            }

                .mainside .leftbox .slider .hd ul li.on {
                    background-color: rgba(200, 200, 200,0.7);
                }

    .mainside .leftbox .slider .timer {
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 0;
        background: #fff;
        filter: alpha(opacity=40);
        opacity: 0.4;
        font-size: 0;
        overflow: hidden;
    }

.mainside .user {
    position: relative;
    background-color: #f4f5f6;
    padding: 10px;
    zoom: 1;
    overflow: hidden;
    border-radius: 10px;
}

    .mainside .user dl {
        zoom: 1;
        overflow: hidden;
    }

    .mainside .user dt {
        float: left;
        margin: 0 10px 10px 0;
    }

    .mainside .user p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 160%;
    }

    .mainside .user h4 > small {
        border: solid 1px #d9534f;
        border-radius: 3px;
        color: #d9534f;
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

.newslist {
    margin-top: 15px;
    clear: both;
}

    .newslist > section {
        position: relative;
        padding-bottom: 15px;
        -webkit-transition: all 1s ease-in-out;
        border-bottom: 1px solid rgba(221, 221, 221, 0.6);
        margin-bottom: 15px;
    }

        .newslist > section h3 {
            margin-bottom: 5px;
            font-size: 20px;
            margin-top: 0px;
            overflow: hidden;
            text-align: justify;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .newslist > section > dl, .newslist > section > ul {
            zoom: 1;
            overflow: hidden;
        }

        .newslist > section > ul {
            padding-bottom: 10px;
        }

            .newslist > section > ul > li {
                width: -moz-calc((100% - 3rem)/4);
                width: -webkit-calc((100% - 3rem)/4);
                width: calc((100% - 3rem)/4);
            }

            .newslist > section > ul > li, .newslist > section:nth-child(2n) > dl > dt {
                float: left;
                margin-right: 1rem;
            }

        .newslist > section:nth-child(2n+1) > dl > dt {
            float: right;
            padding-left: 5px;
        }

        .newslist > section > dl > dd > p {
            overflow: hidden;
            margin-bottom: 5px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 160%;
        }

            .newslist > section > dl > dd > p a {
                color: #777;
            }

                .newslist > section > dl > dd > p a:hover {
                    color: #406599;
                }

        .newslist > section > ul > li img, .newslist > section > dl > dt img {
            width: 100%;
            max-width: 170px;
            max-height: 120px;
        }

        .newslist > section > ul > li:nth-child(4) {
            margin-right: 0;
        }

        .newslist > section footer > a, .newslist > section footer > span {
            padding: 0 5px;
            font-size: 14px;
            color: #777;
        }

            .newslist > section footer > a.btn {
                color: white;
            }

            .newslist > section footer > a.avatar img {
                width: 18px;
                height: 18px;
                border-radius: 50%;
            }

    .newslist .more, .reviewlist .more {
        background-color: rgba(221, 221, 221, 0.2);
        color: #888;
        border-radius: 0.5rem;
        margin: 1rem 0;
        padding: 0.5rem;
    }

        .newslist .more a, .reviewlist .more a {
            color: #888;
            display: block;
            height: 100%;
        }


.articlebox article {
    font-size: 1rem;
    line-height: 180%;
    color: #222;
    word-wrap: break-word;
}

    .articlebox article > div > p {
        margin: 1rem 0;
    }

        .articlebox article > div > p img {
            max-width: 100%;
        }

/*评论*/
.reviewlist {
    clear: both;
    zoom: 1;
    overflow: hidden;
}

    .reviewlist a {
        color: #406599;
        font-size: 14px;
    }

    .reviewlist dl {
        border-top: 1px solid #f2f2f2;
        padding: 1rem 0;
    }

    .reviewlist dt {
        width: 2.8rem;
        float: left;
    }

        .reviewlist dt img {
            width: 100%;
        }

    .reviewlist dd {
        margin-left: 3.8rem;
    }

        .reviewlist dd > footer a:nth-child(n+2):before {
            content: "·";
            padding-right: 4px;
        }

    .reviewlist .agreed {
        color: #f0ad4e;
    }

.replylist {
    padding: 1px 10px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.rightbox .user {
    border-radius: initial;
    border-top: 2px solid #ed4040;
    margin-bottom: 1rem;
}

    .rightbox .user > ul {
        border-top: 1px solid #e8e8e8;
    }

        .rightbox .user > ul li {
            margin-top: 0.6rem;
            line-height: 160%;
            padding-left: 1rem;
            position: relative;
            text-align: justify;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

            .rightbox .user > ul li:before {
                position: absolute;
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: #999;
                left: 0;
                top: 8px;
            }

    .rightbox .user .img-circle {
        width: 66px;
        height: 66px;
    }

.rightbox .sidebox {
    padding: 5px 10px;
    zoom: 1;
    overflow: hidden;
    border-top: 2px solid #ed4040;
    margin-bottom: 1rem;
}

    .rightbox .sidebox h4 {
        margin-bottom: 10px;
        font-weight: bold;
    }

.rightbox .hotlist dl {
    border-top: 1px solid #e8e8e8;
    zoom: 1;
    overflow: hidden;
    padding: 10px 0;
}

.rightbox .hotlist dt {
    float: left;
    padding-right: 10px;
    width: 35%;
}

    .rightbox .hotlist dt img {
        width: 100%;
    }

.rightbox .hotlist dd {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


body > footer {
    border-top: solid 1px #ccc;
    background-color: #f7f7f7;
    clear: both;
}

    body > footer .copyright {
        text-align: center;
        line-height: 32px;
        margin: 10px 0;
    }

        body > footer .copyright a {
            color: #888;
        }

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 22px;
    }

    header .signout {
        display: none !important;
    }

    .newslist > section > ul > li, .newslist > section:nth-child(2n) > dl > dt {
        float: left;
        margin-right: 0.33rem;
    }

    .newslist > section > dl > dt {
        max-width: 40%;
    }

    .newslist > section > ul > li {
        width: -moz-calc((100% - 1rem)/3);
        width: -webkit-calc((100% - 1rem)/3);
        width: calc((100% - 1rem)/3);
    }

        .newslist > section > ul > li img {
            max-width: 240px;
            max-height: 168px;
        }

    .mainside .leftbox, .mainside .rightbox {
        width: 100%;
    }

    body > footer .copyright span {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h1, h1 {
        font-size: 26px;
    }

    .newslist > section > ul > li, .newslist > section:nth-child(2n) > dl > dt {
        float: left;
        margin-right: 1rem;
    }

    .newslist > section > ul > li {
        width: -moz-calc((100% - 2rem)/3);
        width: -webkit-calc((100% - 2rem)/3);
        width: calc((100% - 2rem)/3);
    }
}

@media (max-width: 991px) {
    header {
        margin-bottom: 1px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .h3, h3 {
        font-size: 1.2rem;
    }

    .container {
        width: 100%;
    }

    .navside {
        width: 100%;
        position: fixed;
        top: 34px;
        left: 0;
        float: none;
        z-index: 100;
        height: 44px;
        overflow: hidden;
    }

    .nav {
        white-space: nowrap;
        background: #f4f5f6;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

        .nav li {
            display: inline-block;
            margin-top: 2px;
        }

            .nav li a {
                font-size: 1rem;
                padding: 10px 12px;
            }

            .nav li.active a {
                background-color: initial;
                color: #337ab7;
            }

                .nav li.active a:focus, .nav li.active a:hover {
                    color: #337ab7;
                    background-color: #eee;
                }

    .mainside {
        width: 100%;
        padding-top: 88px;
    }

        .mainside .leftbox .slider, .mainside .leftbox .slider .bd li {
            height: 220px;
        }

    .newslist > section > ul > li:nth-child(3) {
        margin-right: initial;
    }

    .newslist > section > ul > li:nth-child(4) {
        display: none;
    }

    .rightbox .user {
        margin-bottom: initial;
    }
}

/**轮播Banner**/
.lb-box {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

@media (max-width:1920px) {
    .lb-box {
        width: 100%;
        height: 360px;
    }
}

.lb-content {
    width: 100%;
    height: 100%;
}

.lb-item {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

    .lb-item > a {
        width: 100%;
        height: 100%;
        display: block;
    }

        .lb-item > a > div {
            width: 100%;
            height: 100%;
        }

        .lb-item > a > span {
            width: 100%;
            display: block;
            position: absolute;
            bottom: 0px;
            padding: 15px;
            color: #fff;
            background-color: rgba(0,0,0,0.7);
        }

@media (max-width:568px) {
    .lb-item > a > span {
        padding: 10px;
    }
}

.lb-item.active {
    display: block;
    left: 0%;
}

    .lb-item.active.left {
        left: -100%;
    }

    .lb-item.active.right {
        left: 100%;
    }

/*  */
.lb-item.next,
.lb-item.prev {
    display: block;
    position: absolute;
    top: 0px;
}

.lb-item.next {
    left: 100%;
}

.lb-item.prev {
    left: -100%;
}

    .lb-item.next.left,
    .lb-item.prev.right {
        left: 0%;
    }

.lb-sign {
    position: absolute;
    left: 46%;
    top: 500px;
    padding: 5px 3px;
    border-radius: 6px;
    list-style: none;
    user-select: none;
}

    .lb-sign li {
        width: 26px;
        height: 26px;
        font-size: 14px;
        font-weight: bolder;
        line-height: 26px;
        text-align: center;
        float: left;
        color: #fff;
        margin: auto 4px;
        cursor: pointer;
    }

        .lb-sign li:hover {
            color: #f39800;
        }

        .lb-sign li.active {
            width: 26px;
            height: 26px;
            color: #f39800;
            background: url(/images/active.png) no-repeat;
        }

.lb-ctrl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 900;
    user-select: none;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.1s linear;
}

@media (max-width:568px) {
    .lb-ctrl {
        font-size: 30px;
    }
}

.lb-ctrl.left {
    left: -50px;
}

.lb-ctrl.right {
    right: -50px;
}

.lb-box:hover .lb-ctrl.left {
    left: 10px;
}

.lb-box:hover .lb-ctrl.right {
    right: 10px;
}

.lb-ctrl:hover {
    background-color: #000;
}
/*  导航部分 */
#mynav {
    width: 100%;
    z-index: 99;
    line-height: 100px;
}

    #mynav ul {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
        list-style-type: none;
    }

        #mynav ul li {
            float: left;
        }

            #mynav ul li span {
                color: #e9e9e9;
                font-weight: bold;
            }

            #mynav ul li a {
                display: block;
            }

            #mynav ul li .active span {
                border-bottom: solid 3px #f39800;
            }

            #mynav ul li a:hover span, #mynav ul li a:active span {
                border-bottom: solid 3px #f39800;
            }

            #mynav ul li a span {
                font-size: 16px;
                font-family: 'Microsoft YaHei';
                width: 90px;
                font-weight: normal;
                font-stretch: normal;
                letter-spacing: 0px;
                display: inline-block;
                text-align: center;
                margin: 0 20px;
                color: #333;
            }

#mynav {
    background: #fff;
    height: 100px;
}

.logo {
    width: 451px;
    height: 80px;
    display: inline-block;
    background: url(/images/logo.png) no-repeat;
    margin-top: 8px;
}

li.tel {
    float: right;
}

    li.tel div {
        width: 171px;
        height: 33px;
        margin-top: 34px;
        background: url(/images/hot_tel.png)no-repeat;
    }

.footer {
    height: 80px;
    width: 100%;
    background: #333333;
    margin-top: 20px;
}

.cpinfo {
    line-height: 24px;
    color: #aaaaaa;
    font-size: 12px;
    margin: 30px 0 0 30px;
    text-align: center;
}

.ftLinks {
    margin-top: 30px;
    line-height: 30px;
}

    .ftLinks ul {
        float: left;
    }

    .ftLinks li {
        float: left;
        margin: 0 6px;
    }

        .ftLinks li span {
            color: #ccc;
            font-size: 14px;
            width: 80px;
            display: block;
            text-align: center;
        }

.nav-tool {
    width: 68px;
    height: 180px;
    float: right;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #fff;
    border: solid 1px #ececec;
    z-index: 99;
}

    .nav-tool span, .nav-tool img {
        display: block;
        width: 24px;
        height: 24px;
        margin: 20px auto;
        cursor: pointer;
    }

        .nav-tool span.top {
            background: url(/images/m_ico-top.png)no-repeat;
            margin-top: 30px;
        }

        .nav-tool span.wx {
            background: url(/images/m_ico-wx.png)no-repeat;
        }

        .nav-tool span.zx {
            background: url(/images/m_ico-zx.png)no-repeat;
        }

.nav-wx {
    width: 339px;
    height: 406px;
    float: right;
    position: fixed;
    bottom: 70px;
    right: 140px;
    z-index: 99;
    background: url(/images/ico-wx2.png)no-repeat;
    display: none;
}
/*   首页  */
.join {
    height: 665px;
    background: url(/images/bg_join.png) no-repeat;
    margin-top: 80px;
    background-position: center 0;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

    .join .join-all {
        width: 140px;
        height: 50px;
        display: block;
        position: absolute;
        font-size: 18px;
        color: #fff;
        background: #f39800;
        text-align: center;
        line-height: 44px;
        margin: 422px 0 0 200px;
    }

    .join .bg-title {
        width: 596px;
        height: 191px;
        background: url(/images/join.png) no-repeat;
        margin-top: 192px;
        float: left;
        display: inline-block;
    }

    .join .list-box {
        background: #fff;
        width: 550px;
        height: 510px;
        margin-top: 76px;
        display: inline-block;
        float: right;
        position: absolute;
    }

.join-list {
    width: 470px;
    margin-left: 40px;
    line-height: 36px;
}

    .join-list li {
        margin: 36px 0 12px 0;
    }

        .join-list li h3 {
            border-left: solid 3px #f39800;
            padding-left: 22px;
        }

        .join-list li a .more {
            width: 110px;
            height: 32px;
            display: block;
            background: url(/images/btn_def.png) no-repeat;
            float: right;
        }

        .join-list li a:hover .more {
            background: url(/images/btn_act.png) no-repeat;
        }

.join .list-more {
    height: 40px;
    display: block;
    margin: 0 0 0 40px;
}

.list-more li {
    float: left;
    margin: 0 8px;
}

    .list-more li span {
        font-size: 15px;
        text-align: center;
        line-height: 26px;
        font-weight: bold;
        color: #333;
        width: 26px;
        height: 26px;
        display: block;
    }

.list-more .active {
    background: url(/images/active.png) no-repeat;
}

    .list-more .active span {
        color: #f39800;
    }

.list-more li:hover {
    background: url(/images/active.png) no-repeat;
}

    .list-more li:hover span {
        color: #f39800;
    }

.bg_flink {
    background: url(/images/cooper.png) no-repeat;
    height: 48px;
    width: 433px;
    margin: 0 auto;
    margin-top: 70px;
}

.list-flink {
    margin-top: 50px;
    height: 250px;
    width: 1200px;
}

    .list-flink li {
        float: left;
        width: 185px;
    }

    .list-flink .border {
        width: 18px;
        height: 160px;
    }

    .list-flink li img {
        width: 185px;
        height: 140px;
        border: 0;
        box-shadow: 0px 5px 10px 1px rgba(85, 85, 85, 0.1);
    }

    .list-flink li p {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        margin-top: 10px;
        text-align: center;
        width: 185px;
        color: #333;
    }

.aboutus {
    background: url(/images/map.png) no-repeat;
    height: 560px;
    background-position: center 0;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

    .aboutus .bg-gz {
        width: 254px;
        height: 41px;
        background: url(/images/bg-gz.png)no-repeat;
        display: block;
        margin: 40px 0 0 -5px;
    }

    .aboutus table {
        margin: 190px 0 0 -5px;
    }

    .aboutus h3 {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        text-align: left;
        height: 50px;
    }



    .aboutus th {
        text-align: right;
    }

    /*.aboutus td {
        width: 200px;
    }*/

    .aboutus td, .aboutus th {
        font-size: 16px;
        height: 45px;
        font-weight: normal;
        font-stretch: normal;
        color: #cecece;
    }

    .aboutus .map {
        width: 960px;
        height: 560px;
        margin-top: -405px;
        margin-left: 943px;
    }

        .aboutus .map span {
            height: 560px;
            width: 960px;
            display: block;
        }

.prod-box {
    margin-top: 50px;
}

    .prod-box ul {
        width: 1200px;
        margin: 0 auto;
    }

    .prod-box li {
        float: left;
        height: 450px;
    }

.prdBox {
    box-shadow: 0px 5px 10px 1px rgba(85, 85, 85, 0.1);
    width: 380px;
}

    .prdBox img {
        width: 380px;
        height: 250px;
    }

.prdBox-border {
    width: 30px;
}

.prdBox .info {
    width: 380px;
    height: 30px;
    margin-top: -30px;
    background: #000;
    opacity: 0.3;
}

    .prdBox .info div {
        margin-left: 30px;
        width: 320px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        font-size: 14px;
    }

.prdBox .detail {
    margin: 30px 0 0 30px;
    width: 320px;
}

    .prdBox .detail h2 {
        font-size: 20px;
        color: #333;
    }

    .prdBox .detail p {
        width: 320px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #999;
    }

.new-box {
    width: 1200px;
    margin: 0 auto;
}

    .new-box .title {
        background: url(/images/bg_news.png)no-repeat;
        height: 104px;
        width: 881px;
        margin: 20px 0 0 166px;
    }

    .new-box div.imore {
        text-align: center;
        margin-top: 10px;
    }

    .new-box .imore span {
        width: 140px;
        color: #f39800;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        height: 50px;
        border: solid 1px #f39800;
        display: inline-block;
    }

    .new-box .new-list {
        margin-top: 50px;
        display: inline-block;
    }

.new-list .main {
    float: left;
    width: 640px;
    height: 480px;
    box-shadow: 0px 5px 10px 1px rgba(85, 85, 85, 0.1);
}

    .new-list .main img {
        width: 640px;
        height: 280px;
    }

    .new-list .main .date {
        line-height: 36px;
        width: 130px;
        float: left;
        height: 140px;
        border-right: solid 3px #f3f2f1;
        margin-top: 30px;
        padding: 0 30px;
    }

    .new-list .main b {
        display: block;
        font-size: 32px;
    }

    .new-list .main span {
        font-size: 26px;
    }

    .new-list .main .ninfo {
        float: left;
        width: 460px;
        height: 160px;
        line-height: 36px;
        margin: 14px 0 0 30px;
    }

    .new-list .main h2 {
        font-size: 24px;
    }

    .new-list .main p {
        line-height: 30px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #999;
    }

.new-list .lst {
    float: left;
    margin-left: 30px;
    width: 530px;
}

    .new-list .lst li {
        height: 140px;
        display: block;
        margin-bottom: 30px;
        box-shadow: 0px 5px 10px 1px rgba(85, 85, 85, 0.1);
    }

    .new-list .lst .date {
        float: left;
        width: 142px;
        border-right: solid 3px #f3f2f1;
        text-align: center;
        margin-top: 30px;
        line-height: 36px;
    }

    .new-list .lst b {
        display: block;
        font-size: 32px;
    }

    .new-list .lst span {
        font-size: 26px;
    }

    .new-list .lst .info {
        float: left;
        width: 320px;
        line-height: 36px;
        margin: 26px 0 0 30px;
    }

        .new-list .lst .info h3 {
            font-size: 24px;
            width: 320px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 0;
        }

        .new-list .lst .info p {
            line-height: 30px;
            word-break: break-all;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            color: #999;
        }
/*  关于我们 */
.nav-tips {
    display: block;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #333;
    margin-left: -10px;
    margin-top: 10px;
}

    .nav-tips li {
        float: left;
        margin-right: 6px;
    }

.box_content {
    width: 1200px;
    min-height: 300px;
    margin: 0 auto;
}

    .box_content h3 {
        line-height: 20px;
        padding-left: 18px;
        height: 20px;
        font-size: 20px;
        border-left: solid 3px #f39800;
        margin: 0;
        display: inline-block;
    }

a .navAct {
    color: #f39800;
}
/*产品与服务*/
.list-prod li span, .list-prod li {
    width: 545px;
    height: 450px;
    display: inline-block;
}
/* 产业园区*/
.smallImg {
    margin-top: 6px;
    overflow: hidden;
}

.imageMenu {
    width: 480px;
    float: left;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.smallImg li {
    float: left;
}

.smallImg .scrollbutton {
    float: left;
    width: 40px;
    height: 100px;
    border: solid 1px #f39800;
    color: #f39800;
    line-height: 100px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

.smallImg .disabled {
    color: #d7d7d7;
    border: solid 1px #e2e2e2;
    cursor: default;
}

.smallImg li img {
    height: 100px;
    width: 120px;
    cursor: pointer;
}

    .smallImg li img:hover {
        border: solid 1px #f39800;
        box-shadow: 0px 5px 10px 1px rgba(85, 85, 85, 0.1);
    }

.parkImg {
    width: 560px;
    float: left;
}

.parkInfo {
    width: 520px;
    float: left;
}

.park-content {
    width: 520px;
    height: 420px;
    margin-top: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
    line-height: 30px;
}

.bigImg, .bigImg img {
    height: 420px;
    width: 560px;
}

.mybtn-default {
    background: url(/images/btn_def.png)no-repeat;
    width: 110px;
    height: 32px;
    display: block;
    margin-top: 20px;
}

    .mybtn-default:hover {
        background: url(/images/btn_act.png)no-repeat;
    }
/* 新闻资讯 */
.leftMenu {
    float: left;
    border: solid 1px #d0d0ce;
}

    .leftMenu li {
        background: #fff;
    }

    .leftMenu a:hover span {
        border-left: solid 3px #337ab7;
        color: #337ab7;
    }

    .leftMenu .act span {
        background: #89b7e2;
        border-left: solid 3px #89b7e2;
        color: #fff;
    }

    .leftMenu .act2 span {
        color: #fff;
    }

    .leftMenu span {
        font-size: 18px;
        width: 200px;
        height: 50px;
        text-indent: 20px;
        line-height: 50px;
        display: block;
        border-left: solid 3px #fff;
        border-bottom: solid 1px #d0d0de;
    }

.subMenu {
    border: solid 1px #d0d0ce;
    position: absolute;
    display: block;
    margin-left: 200px;
    margin-top: -51px;
}

    .subMenu span {
        background-color: #f7f7f7;
        border-left: solid 3px #f7f7f7;
    }

    .subMenu a:hover span {
        background: rgba(51, 122, 183, 0.10);
    }

    .subMenu .act span {
        background: rgba(137, 183, 226, 0.35);
    }

.displaynone {
    display: none;
}

.mainCbox {
    margin-left: 20px;
    display: block;
    float: left;
    width: 960px;
    background: #fff;
    min-height: 600px;
}

    .mainCbox .tt {
        text-align: center;
        border-bottom: solid 1px #d0d0ce;
        font-size: 2em;
    }

        .mainCbox .tt b {
            margin: 30px 0;
            line-height: 3em;
        }

    .mainCbox .ct {
        font-size: 1.4em;
        text-indent: 2em;
        line-height: 2em;
        padding: 20px 40px;
    }

.news-list-box {
    width: 980px;
    float: right;
    margin-right: -10px;
    background: #fff;
}

.news-list {
    width: 950px;
    margin: 10px auto;
}

.news-box {
    width: 445px;
    height: 375px;
    float: left;
    display: inline-block;
    margin: 20px 0 0 20px;
}

    .news-box img {
        width: 445px;
        height: 220px;
    }

    .news-box ul {
        height: 145px;
        width: 445px;
        display: block;
        box-shadow: 0px 5px 10px 1px rgba(85, 85, 85, 0.1);
    }

    .news-box li {
        float: left;
    }

        .news-box li.date {
            float: left;
            width: 100px;
            border-right: solid 3px #f3f2f1;
            text-align: center;
            margin: 20px 0 0 10px;
            line-height: 36px;
        }

            .news-box li.date b {
                display: block;
                font-size: 26px;
            }

            .news-box li.date span {
                font-size: 20px
            }

        .news-box li.news {
            float: left;
            width: 300px;
            margin: 16px 0 0 20px;
        }

            .news-box li.news h3 {
                font-size: 18px;
                width: 280px;
                height: 60px;
                line-height: 30px;
                margin: 0;
                word-break: break-all;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .news-box li.news p {
                font-size: 14px;
                line-height: 24px;
                word-break: break-all;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                color: #999;
            }

.pageInfo {
    margin: 30px 0;
    height: 40px;
}

    .pageInfo ul {
        margin-left: 120px;
    }

    .pageInfo li {
        float: left;
    }

        .pageInfo li span {
            padding: 0 15px;
            font-size: 14px;
            line-height: 40px;
            border: solid 1px #f0f0f0;
            display: block;
            margin: 0 6px;
        }

        .pageInfo li:hover span, .pageInfo li.act span {
            background: #f39800;
            color: #fff;
        }

        .pageInfo li.disable span {
            background: #e0e0e0;
            color: #999;
            cursor: none;
        }
/*加入我们*/
.jobs {
    width: 1120px;
    margin: 30px auto;
}

    .jobs > h3 {
        height: 20px;
        border-left: solid 3px #f39800;
        padding-left: 20px;
        line-height: 20px;
        font-size: 20px;
        color: #333;
    }

    .jobs > a span {
        float: right;
        position: relative;
        width: 110px;
        height: 40px;
        background: #f39800;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        margin-top: -34px;
    }

    .jobs .jobs-box {
        width: 550px;
        height: 120px;
        border: solid 1px #f0f0f0;
        display: inline-block;
        margin-top: 20px;
        float: left;
    }

        .jobs .jobs-box .info {
            width: 490px;
            margin: 30px 0 0 30px;
        }

.jobs-box .info h3 {
    height: 24px;
    border-left: solid 3px #f39800;
    padding-left: 20px;
    line-height: 24px;
    font-size: 24px;
    color: #333;
    margin: 0;
}

.jobs-box .info p {
    height: 30px;
    color: #999999;
    border-left: solid 1px #f0f0f0;
    padding-left: 22px;
    line-height: 46px;
    margin: 0;
}

.jobs-info {
    float: right;
    margin-top: -32px;
}

.margin-20 {
    margin-left: 20px;
}

.bg-white {
    width: 1200px;
    background: #fff;
}

.joys-box {
    width: 360px;
    height: 410px;
    border: solid 1px #f0f0f0;
    margin-top: 20px;
    float: left;
}

    .joys-box img {
        width: 360px;
        height: 270px;
    }

    .joys-box h3 {
        height: 20px;
        font-size: 20px;
        margin: 20px 0 10px 20px;
    }

    .joys-box p {
        margin-left: 20px;
        line-height: 25px;
        height: 70px;
        width: 320px;
        font-size: 14px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #999;
    }

.comp-img {
    width: 265px;
    height: 380px;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}

    .comp-img img {
        width: 265px;
        height: 320px;
    }

    .comp-img h3 {
        width: 265px;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
        font-size: 20px;
    }

.modal .close {
    background: #fff;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
}

.job-box table {
    width: 100%;
    margin-top: 30px;
}

.job-box th, .job-box td {
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
}

.job-box th {
    color: #fff;
    background: #f39800;
    font-size: 24px;
    border: none;
}

.job-box td {
    width: 25%;
    font-size: 18px;
    border: solid 1px #f0f0f0;
}
/*新闻详情*/
.leftTool {
    width: 100px;
    float: left;
    margin-left: -20px;
}

    .leftTool li {
        width: 100px;
        background: #fff;
        margin-bottom: 12px;
    }

    .leftTool .date {
        height: 120px;
        text-align: center;
        line-height: 36px;
        color: #333;
        font-family: SourceHanSansCN-Medium;
        font-weight: normal;
        font-style: italic;
    }

        .leftTool .date h3 {
            font-size: 26px;
            display: inline-block;
        }

        .leftTool .date span {
            font-size: 20px;
            margin-top: -15px;
            display: block;
            position: relative;
        }

    .leftTool .nav span {
        font-style: normal;
        margin-top: 4px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        background: #f39800;
        padding-left: 5px;
        color: #fff;
    }

.tool-ico span {
    height: 85px;
    width: 100px;
    display: block;
}

li.print span {
    background: url(/images/ico-print.png)no-repeat;
}

li.share span {
    background: url(/images/ico-share.png)no-repeat;
}

.news-info-box {
    width: 800px;
    float: left;
    margin: 0 20px;
    background: #fff;
    min-height: 200px;
}

    .news-info-box .news-info {
        width: 740px;
        margin: 30px 0 0 30px;
    }

.news-info h1 {
    font-size: 24px;
    color: #333333;
    display: block;
    line-height: 40px;
}

.news-info h3 {
    font-size: 20px;
    height: 30px;
}

    .news-info h3 span {
        font-size: 14px;
        color: #999;
        float: right;
    }

.news-info hr {
    height: 1px;
    background-color: #f0f0f0;
}

.news-related {
    width: 260px;
    float: right;
    margin-right: -10px;
    line-height: 30px;
    display: inline-block;
}

    .news-related h2 {
        font-size: 20px;
        color: #333;
    }

.news-related-box {
    background: #fff;
    width: 260px;
}

    .news-related-box h3 {
        width: 250px;
        padding: 10px 20px;
        height: 60px;
        display: block;
        font-size: 18px;
        line-height: 24px;
        /*color: #333;*/
        word-break: breakall;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-related-box p {
        width: 250px;
        margin: 0;
        padding: 0 20px 10px 20px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.news-next {
    width: 740px;
    margin-left: 30px;
    height: 140px;
    margin-bottom: 30px;
}

    .news-next li {
        width: 360px;
        height: 140px;
        border: solid 1px #f0f0f0;
        cursor: pointer;
    }

        .news-next li.left {
            float: left;
        }

        .news-next li.right {
            float: right;
        }

        .news-next li:hover, .news-next li:hover p, .news-next li:hover h4 {
            background: #f39800;
            border-left-color: #fff;
            color: #fff;
        }

        .news-next li h4 {
            margin-left: 20px;
            margin-top: 20px;
            padding-left: 20px;
            height: 22px;
            line-height: 22px;
            border-left: solid 3px #f39800;
        }

        .news-next li p {
            margin-left: 20px;
            width: 300px;
            line-height: 30px;
            height: 60px;
            border-left: solid 1px #f0f0f0;
            font-size: 20px;
            word-break: breakall;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            padding: 0 20px;
        }

.ls_index {
    display: inline-table;
    width: 560px;
    float: left;
    margin-top: 16px;
}

    .ls_index .ls_tt {
        height: 50px;
        line-height: 50px;
        background: #efefee;
        border: solid 1px #d0d0ce;
        border-bottom: solid 0 #fff;
    }

        .ls_index .ls_tt b {
            font-size: 1.3em;
            border-left: solid 4px #0286cf;
            height: 30px;
            line-height: 30px;
            display: inline-block;
            margin-left: 20px;
            padding-left: 10px;
            font-weight: normal;
        }

    .ls_index .ls_cc {
        line-height: 2em;
        padding: 10px 16px;
        text-indent: 2em;
        font-size: 1.2em;
        border: solid 1px #d0d0ce;
        border-top: solid 0 #fff;
    }

    .ls_index .ls_lc {
        line-height: 2em;
        padding: 10px 16px;
        font-size: 1.2em;
        border: solid 1px #d0d0ce;
        border-top: solid 0 #fff;
        height: 280px;
    }
.ls_lc .tt {
    text-overflow: ellipsis;
    width: 27em;
    overflow: hidden;
    white-space: nowrap;
}
.ls_lc .dd {
    position: relative;
    font-size: 12px;
    color: #999;
    left: 465px;
    width:70px;
    margin-top: -32px;
}

    .ls_frendlink dd {
        float: left;
    }

.ls_frendlink span {
    display: block;
    text-align: center;
    line-height: 30px;
    margin: 6px 10px;
    text-indent: 0;
}

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
}

    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    /* If an image is wrapped in a link */
    .nivoSlider a.nivo-imageLink {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        z-index: 6;
        display: none;
    }
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8; /* Overridden by captionOpacity setting */
    width: 100%;
    z-index: 8;
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

    .nivo-controlNav a.active {
        font-weight: bold;
    }

/* theme-orman */
.theme-orman.slider-wrapper {
    width: 560px;
    height: 300px;
    position: relative;
    margin: 0 auto;
}

.theme-orman .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 560px; /* Make sure your images are the same size */
    height: 300px; /* Make sure your images are the same size */
}

.theme-orman .nivoSlider a {
    border: 0;
    display: block;
}

.theme-orman .nivo-controlNav-bg {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 560px;
    height: 44px;
    z-index: 100;
    background: url(../images/slider_nav_bg.png) no-repeat
}

.theme-orman .nivo-controlNav {
    position: absolute;
    left: 472px;
    bottom: 4px;
    margin-left: -30px; /* Tweak this to center bullets */
    z-index: 101;
}

    .theme-orman .nivo-controlNav a {
        display: block;
        width: 12px;
        height: 12px;
        background: url(../images/slider_nav_button.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        margin-right: 7px;
        float: left;
    }

        .theme-orman .nivo-controlNav a.active {
            background-position: 0 -12px;
        }

.theme-orman .nivo-directionNav a {
    display: block;
    width: 25px;
    height: 240px;
    background: url(../images/arrows.png) no-repeat 0% 50%;
    text-indent: -9999px;
    border: 0;
    top: 40px;
}

.theme-orman a.nivo-nextNav {
    background-position: 100% 50%;
    right: -24px;
    padding-right: 20px;
}

.theme-orman a.nivo-prevNav {
    left: -24px;
    padding-left: 20px;
}

.theme-orman .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

    .theme-orman .nivo-caption a {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

        .theme-orman .nivo-caption a:hover {
            color: #fff;
        }

#games {
    width: 560px;
    height: 306px;
    position: relative;
    background-position: left top;
}

    #games img {
        display: none;
    }

#cs-buttons-games {
    display: none;
}

.coin-slider {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

    .coin-slider a {
        text-decoration: none;
        outline: none;
        border: none;
    }

.cs-buttons {
    font-size: 0px;
    padding: 10px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -40px;
}

    .cs-buttons a {
        margin-left: 5px;
        height: 10px;
        width: 10px;
        float: left;
        border: 1px solid #B8C4CF;
        color: #B8C4CF;
        text-indent: -1000px;
    }

.cs-active {
    background-color: #B8C4CF;
    color: #FFFFFF;
}

.cs-prev,
.cs-next {
    background-color: #000000;
    color: #FFFFFF;
    padding: 0px 10px;
}

.cs-buttons a {
    border-radius: 50%;
    background: #CCC;
    background: -webkit-linear-gradient(top, #CCCCCC, #F3F3F3); /* webkit browsers */
    background: -moz-linear-gradient(top, #CCCCCC, #F3F3F3); /* firefox 3.6+ */
    background: -o-linear-gradient(top, #CCCCCC, #F3F3F3); /* opera */
    background: -ms-linear-gradient(top, #CCCCCC, #F3F3F3); /* IE10 */
    background: linear-gradient(top, #CCCCCC, #F3F3F3); /* css3 */
}

a.cs-active {
    background: #599BDC;
    background: -webkit-linear-gradient(top, #599BDC, #3072B3); /* webkit browsers */
    background: -moz-linear-gradient(top, #599BDC, #3072B3); /* firefox 3.6+ */
    background: -o-linear-gradient(top, #599BDC, #3072B3); /* opera */
    background: -ms-linear-gradient(top, #599BDC, #3072B3); /* IE10 */
    background: linear-gradient(top, #599BDC, #3072B3); /* css3 */
    border-radius: 50%;
    box-shadow: 0 0 3px #518CC6;
    border: 1px solid #3072B3 !important;
}

.midBanner {
    height: 160px;
    margin-top: 16px;
    background-position: 50% 50%;
    background-size: cover;
    background: no-repeat;
}
.imgBox {
    width: 560px;
    height: 306px;
    overflow: hidden;
}
.buttons-box {
    margin-top: -30px;
    background: rgba(255, 255, 255, 0.50);
    text-align: center;
    width: 100%;
    position: absolute;
}