﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0px;
    padding: 0px;
}

fieldset, img {
    border: none;
}

img {
    border: none;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

li {
    list-style: none;
}

input {
    padding-top: 0px;
    padding-bottom: 0px;
}

    input::-moz-focus-inner {
        border: none;
        padding: 0px;
    }

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 13px;
    margin: 0px;
}

body {
    background: #ffff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearit {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    width: 100%;
}

a {
    text-decoration: none;
}

.hidden {
    visibility: hidden;
}

.show {
    display: block;
}

.header {
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 43px;
    background: #f8f8f8;
    font-size: 14px;
    color: #c0c0c0
}

    .header ul {
        width: 1200px;
        margin: 0 auto;
    }

        .header ul p {
            display: inline-block;
            float: right;
            color: #c0c0c0
        }

            .header ul p a {
                color: #c0c0c0
            }

                .header ul p a:hover {
                    color: #999
                }

.head {
    width: 1200px;
    margin: 0 auto
}

    .head ul p strong {
        color: #ff9900
    }

    .head a {
        margin: 24px 18px 20px 0;
        float: left
    }

    .head ul span {
        font-size: 12px;
        color: #666666
    }

    .head ul {
        padding: 34px 0px;
        float: left
    }

        .head ul p {
            font-size: 12px;
            font-weight: bold;
            color: #666666;
            margin-bottom: 12px;
        }

    .head .tel {
        float: right;
        margin-top: 36px;
    }

.nav {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 5px solid rgb(255,0,0,0);
    background: #03864d
}

    .nav ul {
        width: 1200px;
        margin: 0 auto;
        height: 55px;
        line-height: 55px;
    }

        .nav ul li {
            height: 55px;
            float: left;
            font-size: 14px;
            color: #fff;
            display: inline-block;
            position: relative;
        }

            .nav ul li a {
                height: 55px;
                float: left;
                font-size: 12px;
                color: #fff;
                width: 150px;
                text-align: center;
                display: inline-block
            }

            .nav ul li:hover, .nav ul .on {
                background: #ff9900;
                border-bottom: 5px solid #eeca02
            }

            .nav ul li ul {
                display: none;
                position: absolute;
                top: 55px;
                z-index: 1;
                background: #077042;
                width: 240px;
                height: 220px;
                overflow: hidden;
            }

                .nav ul li ul a {
                    text-align: left;
                    padding-left: 24px;
                    width: 200px;
                }

                    .nav ul li ul a:hover {
                        background: #05623a;
                    }

            .nav ul li:hover ul {
                display: block;
            }
/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    background: #000;
}

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .fullSlide .bd ul {
            width: 100% !important;
        }

        .fullSlide .bd li {
            width: 100% !important;
            height: 550px;
            overflow: hidden;
            text-align: center;
        }

            .fullSlide .bd li a {
                display: block;
                height: 500px;
            }

    .fullSlide .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 20px;
        left: 0;
        height: 30px;
        line-height: 30px;
    }

        .fullSlide .hd ul {
            text-align: center;
        }

            .fullSlide .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 42px;
                height: 11px;
                margin: 1px;
                overflow: hidden;
                background: #000;
                filter: alpha(opacity=50);
                opacity: 0.5;
                line-height: 999px;
            }

            .fullSlide .hd ul .on {
                background: #f00;
            }

    .fullSlide .prev, .fullSlide .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -30px;
        left: 15%;
        z-index: 1;
        width: 40px;
        height: 60px;
        background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
        display: none;
    }

    .fullSlide .next {
        left: auto;
        right: 15%;
        background-position: -6px -137px;
    }

.serch-bj {
    height: 80px;
    line-height: 80px;
    background: #f8f8f8
}

    .serch-bj .serch p a:hover {
        color: #333
    }

    .serch-bj .serch {
        width: 1200px;
        margin: 0 auto
    }

        .serch-bj .serch p {
            font-size: 14px;
            color: #333;
            display: inline-block
        }

        .serch-bj .serch ul {
            float: right;
            height: 40px;
            line-height: 40px;
            margin-top: 20px;
            width: 252px;
            background: #fff;
            border-radius: 8px;
            padding: 0 6px;
            -moz-box-shadow: 1px 4px 15px #e1e1e1;
            -webkit-box-shadow: 1px 4px 15px #e1e1e1;
            box-shadow: 1px 4px 15px #e1e1e1;
        }

        .serch-bj .serch p a {
            font-size: 14px;
            color: #666666;
            margin: 0 18px
        }

        .serch-bj .serch .submit {
            background: url(../images/serch.png) no-repeat center;
            width: 40px;
            height: 40px;
            border: none;
            cursor: pointer;
            float: left;
            border-radius: 8px;
        }

        .serch-bj .serch .text {
            border: none;
            height: 40px;
            line-height: 40px;
            color: #666;
            width: 206px
        }

.our {
    width: 1200px;
    margin: 42px auto 56px auto
}

    .our img {
        border: 1px solid #e5e5e5;
        margin: 0 7px
    }

    .our b, .about b {
        text-align: center;
        color: #333;
        font-size: 36px;
        display: block
    }

        .our b span {
            color: #03864d
        }

    .our p, .about .bt {
        font-size: 12px;
        color: #999999;
        text-align: center;
        margin: 10px 0 30px 0
    }

.product-bj {
    background: url(../images/product_bt.jpg) no-repeat top center;
    padding: 56px 0;
    overflow: hidden
}

.product {
    width: 1200px;
    margin: 0 auto
}

    .product .pro-top b span {
        color: #fff600;
    }

    .product .pro-top .pro-left {
        float: left
    }

        .product .pro-top .pro-left b {
            color: #fff;
            font-size: 28px;
        }

        .product .pro-top .pro-left p {
            font-size: 24px;
            font-family: "arial";
            color: #FFF;
            margin-top: 4px;
        }

    .product .pro-top ul {
        float: right;
        margin-top: 38px;
        color: #fff
    }

        .product .pro-top ul a {
            font-size: 14px;
            color: #fff;
            margin: 0 30px
        }

        .product .pro-top ul .more {
            width: 76px;
            height: 25px;
            display: inline-block;
            background: #fff;
            color: #03864d;
            border-radius: 4px;
            font-size: 12px;
            text-align: center;
            border: 1px solid #fff;
            line-height: 25px;
            margin-right: 0
        }

        .product .pro-top ul a:hover {
            text-decoration: underline
        }

        .product .pro-top ul .more:hover {
            background: none;
            border: 1px solid #fff;
            color: #fff;
            transition: 0.2s
        }

    .product .pro-bottom {
        margin-top: 38px;
        background: #fff;
        padding: 20px 20px 10px 20px;
        border-radius: 8px;
        overflow: hidden
    }

        .product .pro-bottom a {
            float: left;
            margin: 10px;
        }

            .product .pro-bottom a img {
                border: 1px solid #e5e5e5;
            }

        .product .pro-bottom h3 {
            display: block;
            color: #333;
            font-weight: 500;
            height: 48px;
            line-height: 48px;
            font-size: 14px;
            text-align: center
        }

        .product .pro-bottom a:hover h3 {
            color: #666;
            text-decoration: underline
        }

.why-bj {
    padding: 72px 0 0 0;
    background: #f4f4f4;
    overflow: hidden
}

    .why-bj .why {
        width: 1200px;
        margin: 0 auto;
        background: url(../images/why.jpg) no-repeat center top 130px;
        overflow: auto
    }

        .why-bj .why b {
            font-size: 40px;
            color: #333;
            font-style: italic;
            text-align: center;
            display: block
        }

            .why-bj .why b span {
                color: #ff9900
            }

        .why-bj .why p {
            font-size: 14px;
            color: #999;
            text-align: center
        }

        .why-bj .why ul {
            margin-top: 92px;
            width: 600px;
            float: left
        }

            .why-bj .why ul .li1 {
                margin-bottom: 80px;
                /*margin-left: 135px;*/
            }

            .why-bj .why ul .li2 {
                margin-bottom: 108px;
                margin-left: 66px;
            }

            .why-bj .why ul .li3 {
                margin-bottom: 108px;
                margin-left: 135px;
            }

            .why-bj .why ul li strong {
                color: #03864d
            }

            .why-bj .why ul .li4 {
                margin-bottom: 80px;
                margin-left: 135px;
            }

            .why-bj .why ul .li5 {
                margin-bottom: 108px;
                margin-left: 230px;
            }

            .why-bj .why ul .li6 {
                margin-bottom: 108px;
                margin-left: 135px;
            }

.advert {
    width: 100%;
    height: 212px;
    background: url(../images/fenjie.jpg) no-repeat top center;
}

    .advert ul {
        font-size: 50px;
        font-size:32px;
        color: #fff;
        text-align: center;
        font-style: oblique;
        padding-top: 24px;
    }

        .advert ul b span {
            color: #fff600;
        }

    .advert p {
        font-size: 16px;
        text-align: center;
        color: #dee4e0;
        margin: 12px 0
    }

    .advert i {
        font-style: normal;
        text-align: center;
        display: block;
        color: #b9c6bf;
        font-size: 14px;
    }

.choice {
    width: 1200px;
    margin: 48px auto 0 auto;
    background: url(../images/youshi.jpg) no-repeat top center
}

    .choice ul li div {
        font-style: normal;
        font-size: 18px;
        font-weight: 600;
        color: #333
    }

    .choice ul {
        /*overflow: auto;*/
        height: 1612px;
    }

        .choice ul li div strong {
            color: #ff9900
        }

        .choice ul li span {
            padding: 8px 4px;
            color: #666666;
            background: #e6e6e6;
            display: inline-block;
            font-size:14px;
            margin: 16px 0
        }

        .choice ul li p {
            font-size: 14px;
            color: #666;
            line-height: 26px;
            margin-bottom: 10px;
            padding-left: 18px;
            background: url(../images/li_style.jpg) no-repeat left top 10px;
        }

    .choice .choice-li1 {
        margin: 0px 0 200px 175px;
        padding-top: 24px;
    }

    .choice .choice-li2 {
        margin: 0px 0 136px 584px;
        padding-top: 6px;
    }

    .choice .choice-li3 {
        margin: 0px 0 130px 175px;
        padding-top: 14px;
    }

    .choice .choice-li4 {
        margin: 0px 0 180px 590px;
        padding-top: 0px;
    }

.advert2-bj {
    width: 100%;
    height: 200px;
    background: url(../images/fenjie_1.jpg) no-repeat top center;
}

    .advert2-bj .advert2, .about {
        width: 1200px;
        margin: 0 auto
    }

        .advert2-bj .advert2 div {
            margin-left: 300px;
            height: 200px;
            float: left
        }

            .advert2-bj .advert2 div b {
                font-size: 22px;
                color: #fff;
                padding: 36px 0 0 0;
                display: inline-block
            }

            .advert2-bj .advert2 div p {
                font-size: 14px;
                color: #b8d4c5;
                margin: 14px 0 28px 0
            }

            .advert2-bj .advert2 div ul {
                margin-left: 36px;
            }

                .advert2-bj .advert2 div ul li {
                    float: left;
                    color: #fff;
                    font-size: 10px;
                    margin-right: 41px;
                    margin-top: 16px;
                }

        .advert2-bj .advert2 a {
            width: 140px;
            height: 42px;
            line-height: 42px;
            text-align: center;
            border: 1px solid #fff;
            display: block;
            color: #fff;
            float: right;
            border-radius: 100px;
            margin: 114px 110px 0 0;
            font-size: 14px;
        }

            .advert2-bj .advert2 a:hover {
                background: #fff;
                color: #000
            }

        .about div {
            margin-top: 36px;
        }

.about {
    margin: 48px auto 68px auto;
    overflow: hidden
}

    .about b span {
        color: #03864d
    }

    .about div img {
        float: left;
        margin-right: 48px;
    }

    .about div span {
        font-weight: 600;
        padding: 38px 0 22px 0;
        display: block
    }

    .about div p {
        font-size: 14px;
        line-height: 30px;
        color: #666;
    }

    .about div .a1 {
        width: 184px;
        height: 42px;
        line-height: 42px;
        display: block;
        float: left;
        text-align: center;
        color: #fff;
        background: #ff9900;
        font-size: 14px;
        margin-top: 30px;
        -moz-box-shadow: 1px 4px 15px #f2c480;
        -webkit-box-shadow: 1px 4px 15px #f2c480;
        box-shadow: 1px 4px 15px #f2c480;
    }

        .about div .a1:hover {
            -moz-box-shadow: 1px 4px 15px #fff;
            -webkit-box-shadow: 1px 4px 15px #fff;
            box-shadow: 1px 4px 15px #fff;
            transition: all 0.6s
        }

.news-bj {
    width: 100%;
    background: #f8f8f8;
    padding: 50px 0 88px 0;
    overflow: hidden
}

    .news-bj .news {
        width: 1200px;
        margin: 0 auto;
    }

        .news-bj .news .news-left {
            margin-right: 55px;
        }

        .news-bj .news .news-left, .news-bj .news .faq {
            border-top: 5px solid #03864d;
            width: 572px;
            float: left
        }

            .news-bj .news .news-left b, .news-bj .news .faq b {
                font-size: 36px;
                font-family: "arial";
                color: #d2d2d2;
                margin: 18px 0;
                display: block;
                float: left
            }

                .news-bj .news .news-left b span, .news-bj .news .faq b span {
                    font-size: 14px;
                    color: #03864d;
                    margin-top: 4px
                }

            .news-bj .news .news-left .more, .news-bj .news .faq .more {
                font-size: 14px;
                color: #333333;
                float: right;
                margin-top: 26px;
            }

            .news-bj .news .news-left ul {
                margin-top: 6px;
            }

                .news-bj .news .news-left ul li {
                    font-size: 14px;
                    line-height: 54px;
                    height: 54px;
                    border-bottom: 1px dashed #e5e5e5;
                    padding-left: 18px;
                    background: url(../images/news-li.png) no-repeat left
                }

                    .news-bj .news .news-left ul li a {
                        color: #666666;
                        float: left
                    }

                    .news-bj .news .news-left ul li p {
                        color: #999999;
                        float: right
                    }

                    .news-bj .news .news-left ul li:hover a {
                        color: #333
                    }

                    .news-bj .news .news-left ul li h3 {
                        line-height: 54px;
                        height: 54px;
                    }

            .news-bj .news .faq ul li {
                padding: 24px 0;
                border-bottom: 1px dashed #e5e5e5
            }

                .news-bj .news .faq ul li .wen {
                    width: 34px;
                    height: 34px;
                    border-radius: 100px;
                    display: block;
                    text-align: center;
                    background: #03864d;
                    color: #fff;
                    line-height: 34px;
                    margin-right: 13px;
                    float: left;
                    margin-bottom: 16px;
                }

                .news-bj .news .faq ul li .da {
                    width: 34px;
                    height: 34px;
                    border-radius: 100px;
                    display: block;
                    text-align: center;
                    background: #ff9900;
                    color: #fff;
                    line-height: 34px;
                    float: left;
                    margin-right: 13px;
                }

                .news-bj .news .faq ul li a {
                    font-size: 14px;
                    color: #333;
                    font-weight: bold;
                    height: 34px;
                    line-height: 34px;
                }

                .news-bj .news .faq ul li p {
                    font-size: 14px;
                    color: #666666;
                    line-height: 30px;
                    height：60px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .news-bj .news .faq ul li h3 {
                    text-align: left;
                    font-weight: 600
                }

.footer {
    width: 100%;
    background: #252424;
    padding: 60px 0 0 0;
    overflow: hidden
}

    .footer .foot {
        width: 1200px;
        margin: 0 auto
    }

        .footer .foot .fastlink li b {
            font-size: 14px;
            font-weight: bold;
            color: #666666;
            display: block;
            margin-bottom: 14px;
        }

        .footer .foot .fastlink li a {
            font-size: 12px;
            color: #444444;
            display: block;
            line-height: 30px;
        }

        .footer .foot .fastlink li {
            float: left;
            width: 84px;
            margin-right: 80px
        }

        .footer .foot ul.fastlink {
            border-right: 1px solid #3a3939;
            overflow: hidden;
            width: 660px;
            float: left
        }

        .footer .foot a:hover {
            color: #666
        }

.foot-contact {
    float: left;
    margin-left: 80px;
}

    .foot-contact b {
        font-size: 14px;
        color: #666666;
        display: block
    }

    .foot-contact i {
        font-style: normal;
        font-size: 12px;
        color: #444444;
        margin-top: 6px;
        display: block
    }

    .foot-contact span {
        font-size: 24px;
        color: #03864d;
        font-family: "arial";
        padding: 4px 0 10px 0;
        display: block;
        border-bottom: 1px solid #3a3939;
        width: 200px;
    }

    .foot-contact p {
        font-size: 14px;
        color: #666;
        margin-top: 12px
    }

.erweima {
    float: right
}

.link {
    margin-top: 48px;
    margin-bottom: 16px;
    display: flex
}

    .link b {
        font-size: 14px;
        color: #666666;
        width: 7%;
        line-height: 60px;
    }

    .link a {
        color: #444444;
        margin: 0 10px 0 0;
        font-size: 12px;
        line-height: 60px;
        float: left
    }

.footer .icp {
    font-size: 12px;
    color: #444;
    border-top: 1px solid #333;
    height: 74px;
    line-height: 74px;
    width: 1200px;
    margin: 0 auto
}

    .footer .icp span {
        float: right
    }

    .footer .icp a {
        color: #444;
        margin: 0 6px;
    }

.footer a:hover {
    color: #666
}

.content {
    width: 1200px;
    margin: 28px auto 68px auto;
    overflow: hidden
}

    .content .cn-nav {
        width: 300px;
        float: left;
        margin-right: 34px;
    }

        .content .cn-nav .cenav, .content .cn-nav .read {
            width: 300px;
            margin-bottom: 28px;
        }

            .content .cn-nav .cenav span, .content .cn-nav .read .yuedu {
                color: #fff;
                display: block;
                height: 70px;
                line-height: 70px;
                padding: 0 24px;
                background: url(../images/cenav-more.png) no-repeat center right 24px #03864d;
                font-size: 18px;
            }

                .content .cn-nav .cenav span b, .content .cn-nav .read span b {
                    font-weight: 500;
                }

            .content .cn-nav .cenav ul, .content .cn-nav .read ul {
                background: #f8f8f8;
                padding: 32px 22px;
                overflow: hidden
            }

                .content .cn-nav .cenav ul a {
                    height: 45px;
                    line-height: 45px;
                    color: #444444;
                    font-size: 14px;
                    padding-left: 20px;
                    background: url(../images/cenav-ul.png) no-repeat right 20px center;
                    display: block;
                    border-left: 3px solid #f8f8f8
                }

                    .content .cn-nav .cenav ul a:hover, .content .cn-nav .cenav ul .on {
                        background: url(../images/cenav-li.png) no-repeat right 20px center #fff;
                        border-left: 3px solid #03864d;
                        transition: all 0.2s;
                    }

                .content .cn-nav .cenav ul li {
                    margin-bottom: 6px;
                }

            .content .cn-nav .read .yuedu {
                background: url(../images/cenva-news.png) no-repeat center right 24px #03864d;
            }

            .content .cn-nav .read ul li {
                font-size: 14px;
                color: #999999;
                line-height: 26px;
                margin-bottom: 8px;
            }

                .content .cn-nav .read ul li a {
                    font-size: 14px;
                    color: #666
                }

                .content .cn-nav .read ul li span {
                    display: block
                }

                .content .cn-nav .read ul li a:hover {
                    font-size: 14px;
                    color: #333
                }

        .content .cn-nav .ce-tel {
            width: 298px;
            height: 102px;
            background: url(../images/cenav-tel.jpg) no-repeat;
        }

    .content .content1 {
        padding: 24px 24px 48px 24px;
        width: 818px; /*background: #f8f8f8;*/
        overflow: hidden;
        float: left
    }

        .content .content1 .current {
            height: 24px;
            line-height: 24px;
            font-size: 14px;
            color: #333333;
            border-left: 4px solid #03864d;
            padding-left: 12px;
        }

            .content .content1 .current a {
                color: #999999;
                margin: 0 8px
            }

            .content .content1 .current b {
                float: right
            }

.about-newstext, .contact-newstext, .product-newstext, .prode-newstext, .newsde-newstext {
    border-top: 1px solid #e6e6e6;
    margin-top: 16px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    min-height: 300px;
    padding-top: 24px;
}

.contact-img {
    float: left;
    margin-right: 30px;
}

.contact b {
    font-size: 18px;
    color: #ff9900;
    margin-bottom: 14px;
    display: block
}

.contact ul li {
    font-size: 14px;
    color: #666;
    line-height: 36px;
    padding-left: 30px;
    background: url(../images/contact_icon.png) no-repeat left top 10px;
}

.contact {
    float: left
}

    .contact ul .email {
        background: url(../images/contact_icon.png) no-repeat left top -28px;
    }

    .contact ul .qq {
        background: url(../images/contact_icon.png) no-repeat left top -62px;
    }

    .contact ul .tel {
        background: url(../images/contact_icon.png) no-repeat left top -100px;
    }

    .contact ul .web {
        background: url(../images/contact_icon.png) no-repeat left top -136px;
    }

.map {
    width: 100%;
    height: 300px;
    margin: 36px 0;
    border: 1px solid #e5e5e5
}

.product-newstext a {
    width: 243px;
    float: left;
    margin: 0 14px 28px 14px;
}

    .product-newstext a h3 {
        background: #fff;
        font-size: 14px;
        color: #666;
        text-align: center;
        height: 42px;
        line-height: 42px;
        font-weight: 500;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .product-newstext a:hover h3 {
        background: #ff9900;
        color: #fff;
        transition: 0.2s
    }

.ep-pages {
    padding: 10px 12px;
    clear: both;
    text-align: center;
    font-size: 14px;
    vertical-align: top
}

    .ep-pages a, .ep-pages span, .ep-pages b {
        display: inline-block;
        height: 23px;
        line-height: 23px;
        padding: 0 8px;
        margin: 5px 1px 0 0;
        background: #fff;
        border: 1px solid #e5e5e5;
        overflow: hidden;
        vertical-align: top
    }

        .ep-pages a:hover, .ep-pages b {
            background: #03864d;
            border: 1px solid #03864d;
            text-decoration: none
        }

        .ep-pages a, .ep-pages a:visited {
            color: #252525
        }

            .ep-pages a:hover, .ep-pages a:active, .ep-pages b {
                color: #ffffff
            }

    .ep-pages .current1 {
        background: #03864d;
        border: 1px solid #03864d;
        color: #fff
    }

    .ep-pages a.current1, .ep-pages a.current1:visited {
        color: #ffffff
    }

        .ep-pages a.current1:hover, .ep-pages a.current1:active {
            color: #ffffff
        }

.ep-pages-ctrl {
    font-weight: bold;
    font-size: 16px
}

.ep-pages-e5e5e5 {
    color: #e5e5e5
}

.ep-pages-all {
    font-size: 12px;
    vertical-align: top
}

.news-newstext {
    margin: 24px 0;
    overflow: hidden
}

    .news-newstext li {
        padding: 24px 0;
        border-bottom: 1px solid #e6e6e6;
        overflow: hidden
    }

        .news-newstext li span {
            font-size: 16px;
            font-family: "arial";
            width: 80px;
            height: 85px;
            text-align: center;
            display: block;
            float: left;
            background: #fff;
            color: #666666;
            margin-right: 24px
        }

            .news-newstext li span b {
                font-size: 36px;
                text-align: center;
                font-weight: 500;
                display: block;
                margin-top: 12px;
            }

        .news-newstext li a {
            font-size: 14px;
            color: #333;
        }

        .news-newstext li p {
            font-size: 12px;
            line-height: 24px;
            color: #999;
            margin-top: 4px;
        }

.pro-img {
    float: left;
    margin-right: 32px;
}

.prode h1 {
    font-size: 24px;
    color: #333;
    display: block;
    padding: 12px 0 18px 0
}

.prode p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.prode b {
    font-size: 16px;
    color: #333333;
    margin-top: 18px;
    display: block
}

    .prode b span {
        font-size: 24px;
        color: #ff0000;
        font-family: "Times New Roman"
    }

.prode a {
    width: 155px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff9900;
    color: #fff;
    display: block;
    float: left;
    border-radius: 8px;
    margin-top: 22px;
    -moz-box-shadow: 1px 4px 15px #f2c480;
    -webkit-box-shadow: 1px 4px 15px #f2c480;
    box-shadow: 1px 4px 15px #f2c480;
    font-size: 14px;
}

    .prode a:hover {
        -moz-box-shadow: 1px 4px 15px #fff;
        -webkit-box-shadow: 1px 4px 15px #fff;
        box-shadow: 1px 4px 15px #fff;
        transition: all 0.5s
    }

.prode-newstext {
    margin-bottom: 36px;
}

.product-details1 .hd ul li {
    width: 120px;
    height: 42px;
    line-height: 42px;
    display: block;
    background: #fff;
    color: #666;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 1px;
}

    .product-details1 .hd ul li.on {
        background: #03864d;
        color: #fff
    }

.product-details1 .bd {
    line-height: 26px;
    color: #666;
}

    .product-details1 .bd .lh {
        font-size: 14px;
        line-height: 30px;
        padding: 24px 0;
    }

.newsde-newstext h1 {
    font-size: 26px;
    text-align: center;
    color: #333;
    margin-top: 12px;
}

.newsde-newstext .time {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 16px 0;
    border-bottom: 1px dashed #e5e5e5;
    display: block;
    padding-bottom: 16px;
}

.newstext {
    line-height: 26px;
    color: #666;
    min-height: 220px;
    margin-bottom: 36px;
    overflow: hidden
}

.newsde-newstext .tag {
    font-size: 14px;
    color: #333;
    margin-bottom: 24px;
}

    .newsde-newstext .tag a {
        color: #999;
        margin: 0 10px;
    }

        .newsde-newstext .tag a:hover, .newsde-newstext .page li a:hover {
            color: #333
        }

    .newsde-newstext .tag span {
        float: right;
        color: #999
    }

.newsde-newstext .page {
    border-top: 1px dashed #e6e6e6
}

.newsde-newstext .page {
    line-height: 32px;
    padding-top: 18px;
}

    .newsde-newstext .page li {
        font-size: 14px;
        color: #333
    }

        .newsde-newstext .page li a {
            color: #999
        }

.hot, .hot-news {
    margin-top: 36px;
    width: 862px;
    padding: 0 0 24px 0;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

    .hot b, .hot-news b {
        background: #03864d;
        color: #fff;
        width: 842px;
        height: 52px;
        line-height: 52px;
        display: block;
        padding-left: 24px;
        font-size: 14px;
    }

    .hot ul, .hot-news ul {
        padding: 16px 6px 0 6px;
        overflow: hidden
    }

        .hot ul a {
            width: 194px;
            float: left;
            margin: 0 9px
        }

ul a h3 {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
}

.hot ul a:hover h3 {
    color: #999;
    text-decoration: underline
}

.hot-read {
    width: 306px;
    float: right;
    margin-bottom: 24px;
}

    .hot-read b {
        width: 306px;
        height: 52px;
        padding-left: 24px;
        font-size: 14px;
        line-height: 52px;
        display: block;
        color: #fff;
        background: #03864d
    }

    .hot-read li span {
        width: 16px;
        margin-right: 8px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        font-size: 14px;
        color: #999999;
        display: inline-block;
        background: #f8f8f8
    }

    .hot-read li {
        line-height: 30px;
    }

        .hot-read li a {
            font-size: 14px;
            color: #444444
        }

        .hot-read li:hover span {
            background: #ff9900;
            color: #fff
        }

    .hot-read ul {
        padding: 14px;
        border: 1px solid #e5e5e5
    }

.hot-news ul li a {
    color: #333
}

.hot-news ul li span {
    float: right
}

.hot-news ul li {
    font-size: 14px;
    color: #999;
    float: left;
    line-height: 36px;
    width: 392px;
    padding-left: 14px;
    margin: 0 18px 0px 0;
}

.hot-news b a {
    color: #fff600
}
