<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure, div, img {
    margin: 0;
    padding: 0;
}

img, input {
    border: none;
}

ul, li {
    list-style-type: none;
}

input, button, select, textarea {
    outline: none;
    font-family: inherit;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

* {
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

.clear {
    clear: both;
}

.big-box {
    width: 100%;
}

.w100 {
    width: 100%;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.b2b2b2 {
    color: #b2b2b2;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt30 {
    margin-top: 30px;
}

.ml20 {
    margin-left: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.fwb {
    font-weight: bold;
}

.head-box {
    width: 100%;
}

.head {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

    .head .logo {
        float: left;
        margin: 20px 0 0 30px;
    }

.nav {
    float: right;
    margin-top: 26px;
}

    .nav ul {
        overflow: hidden;
        background: url(../images/nav-bg.png) repeat-x bottom;
    }

        .nav ul li {
            float: left;
            width: 124px;
            height: 53px;
            border: 1px solid #d7d7d7;
            border-left: none;
            text-align: center;
        }

            .nav ul li:first-child {
                border: none;
                border-right: 1px solid #d7d7d7;
                background: url(../images/nav-left-radius.png) no-repeat;
                height: 55px;
            }

            .nav ul li:last-child {
                border: none;
                background: url(../images/nav-right-radius.png) no-repeat;
                height: 55px;
            }

            .nav ul li a {
                color: #868686;
                display: inline-block;
            }

                .nav ul li a:hover {
                    color: #f5b404;
                    transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                }

                .nav ul li a h1 {
                    font-size: 16px;
                    font-weight: normal;
                    margin-top: 10px;
                }

                .nav ul li a span {
                    text-transform: capitalize;
                }

.banner-box {
    width: 100%;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    height: 600px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .slides li {
        height: 600px;
    }

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

    .flex-control-nav li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        *display: inline;
        zoom: 1;
    }

    .flex-control-nav a {
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 40px;
        overflow: hidden;
        background: url(../images/dot.png) right 0 no-repeat;
        cursor: pointer;
    }

    .flex-control-nav .flex-active {
        background-position: 0 0;
    }

.ad-box p {
    font-size: 18px;
    text-align: center;
    color: #808080;
    line-height: 30px;
}

.about-box {
    background: url(../images/about-bg.jpg) ;
    height: 288px;
    overflow: hidden;
}


.about h1 {
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    margin-top: 35px;
}

.about h2 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    font-family: 'impact';
}

.about p {
    text-align: center;
    line-height: 24px;
	padding-top: 5px;
}

.text01 {
    margin-top: 44px;
}

    .text01 .video01 {
        margin-left: 10px;
        overflow: hidden;
    }

        .text01 .video01 embed {
            display: block;
            background: url(../images/about-bg.jpg);
        }

    .text01 .text01-list {
        width: 628px;
    }

        .text01 .text01-list ul li {
            overflow: hidden;
            margin-bottom: 5px;
        }

            .text01 .text01-list ul li h1 {
                float: left;
                color: #333;
                display: block;
                margin-right: 10px;
            }

            .text01 .text01-list ul li p {
                color: #808080;
                display: inline;
            }

    .text01 .text01-title {
        background: url(../images/text01-title.png) no-repeat;
        height: 24px;
        width: 940px;
        margin: 0 auto 50px;
    }

.product-box {
    height: 530px;
    background: url(../images/product-bg.jpg) no-repeat;
}

.product {
    padding-top: 30px;
}

    .product .product-text h1 {
        text-align: center;
        font-weight: normal;
        font-size: 30px;
    }

    .product .product-text h2 {
        text-align: center;
        font-weight: normal;
        font-size: 20px;
        font-family: 'impact';
    }

    .product .product-type {
        width: 270px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .product .product-type a {
            color: #fff;
            font-size: 16px;
            display: inline-block;
            text-align: center;
            width: 74px;
            line-height: 22px;
            margin: 0 5px;
        }

            .product .product-type a:first-child {
                color: #000;
                background: url(../images/product-type-bg.png) no-repeat;
            }

            .product .product-type a:hover {
                color: #000;
                background: url(../images/product-type-bg.png) no-repeat;
                transition: all 0.3s ease-in;
                -webkit-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
            }

    .product .product-show ul {
        overflow: hidden;
    }

        .product .product-show ul li {
            float: left;
            width: 204px;
            margin-left: 36px;
            margin-bottom: 20px;
        }

            .product .product-show ul li a h1 {
                display: block;
                color: #fff;
                font-size: 30px;
                font-weight: normal;
                display: inline-block;
            }

            .product .product-show ul li a img {
                display: block;
            }

            .product .product-show ul li a:hover h1, .product .product-show ul li a:hover .product-name span {
                color: #f5b404;
                transition: all 0.3s ease-in;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
            }

            .product .product-show ul li a .product-name {
                display: inline-block;
            }

                .product .product-show ul li a .product-name span {
                    display: block;
                    color: #fff;
                }

            .product .product-show ul li h2 {
                display: inline-block;
                color: #fff;
                font-weight: normal;
                margin-left: 15px;
            }

.text02 ul {
    margin: 35px 10px;
}

    .text02 ul li {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .text02 ul li h1 {
            display: inline-block;
            margin-right: 10px;
            font-size: 16px;
        }

        .text02 ul li span {
            font-size: 16px;
        }

.service-box {
    background: url(../images/service-bg.jpg) no-repeat;
    height: 400px;
}

.service {
    padding-top: 30px;
}

    .service .service-text h1 {
        text-align: center;
        font-weight: normal;
        font-size: 30px;
    }

    .service .service-text h2 {
        text-align: center;
        font-weight: normal;
        font-size: 20px;
        font-family: 'impact';
    }

    .service .service-video {
        overflow: hidden;
        width: 548px;
        margin: 0 auto;
        margin-top: 18px;
    }

        .service .service-video .video02, .service .service-video .video03 {
            width: 232px;
            text-align: center;
            float: left;
        }

            .service .service-video .video02 span, .service .service-video .video03 span {
                color: #e6e4e1;
                font-size: 16px;
                text-align: center;
                margin-top: 10px;
                display: inline-block;
            }

        .service .service-video .service-arrow {
            width: 68px;
            height: 28px;
            background: url(../images/service-arrow.png) no-repeat;
            float: left;
            margin: 0 8px;
            margin-top: 70px;
        }

    .service .service-title {
        width: 554px;
        height: 21px;
        background: url(../images/service-bgtext.png) no-repeat;
        margin: 0 auto;
        margin-top: 20px;
    }

.three-parts {
    overflow: hidden;
    margin-bottom: 40px;
}

.part-top-common {
    overflow: hidden;
    margin-top: 40px;
}

    .part-top-common .part-top-left {
        float: left;
        width: 127px;
        background: url(../images/turn-form.png) no-repeat;
        height: 74px;
    }

    .part-top-common .part-more {
        display: none;
        float: right;
        width: 86px;
        height: 41px;
        border: 1px solid #b2b2b2;
        margin-top: 16px;
    }

        .part-top-common .part-more a {
            display: block;
            width: 86px;
            height: 41px;
        }

            .part-top-common .part-more a h2 {
                color: #ffb900;
                float: left;
                margin-left: 10px;
                margin-top: 2px;
                font-size: 30px;
                font-family: 'Arial';
                font-weight: normal;
                display: inline-block;
            }

            .part-top-common .part-more a h1 {
                float: right;
                font-size: 18px;
                font-weight: normal;
                margin-right: 13px;
            }

            .part-top-common .part-more a span {
                float: right;
                font-family: 'Arial';
                margin-right: 13px;
            }

.three-parts .part-bl {
    border-left: 3px dashed #b2b2b2;
}

.three-parts .part-1 {
    width: 310px;
    margin-left: 15px;
}

    .three-parts .part-1 .part-1-bottom {
        padding-left: 14px;
    }

.part-top-common .part-top-left-2 {
    background: url(../images/contact-us.png) no-repeat;
}

.part-top-common .part-top-left-3 {
    background: url(../images/update-content.png) no-repeat;
}

.three-parts .part-2 {
    width: 315px;
}

    .three-parts .part-2 .part-2-bottom {
        padding-left: 20px;
    }

        .three-parts .part-2 .part-2-bottom p {
            font-size: 16px;
        }

.three-parts .part-3 {
    width: 320px;
}

    .three-parts .part-3 .part-3-bottom {
        padding-left: 20px;
    }

        .three-parts .part-3 .part-3-bottom p {
            font-size: 16px;
            text-indent: 2em;
        }

.footer-box {
    background: #313131;
}

.footer {
    padding: 18px 0;
}

    .footer p {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }

.title {
    overflow: hidden;
    margin-top: 30px;
}

    .title img {
        float: left;
    }

.tzh {
    height: 56px;
    line-height: 56px;
    border-right: 3px solid #ec7815;
    font-size: 32px;
    font-family: "方正大黑简体";
}

.ten {
    height: 56px;
    line-height: 56px;
    font-size: 28px;
    font-family: Impact;
    color: #000;
}

.pos {
    float: right;
    width: 630px;
    height: 56px;
    background: url("../images/pos.jpg") no-repeat right bottom;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
}

    .pos a {
        color: #ec7815;
        font-size: 14px;
    }

.container-photo {
    margin-top: 20px;
}

    .container-photo img {
        width: 100%;
    }

.contact, .technical, .structure, .picture, .selection {
    padding: 30px 0;
    font-size: 16px;
    color: #000;
    min-height: 400px;
}

    .contact p strong {
        font-size: 16px;
        line-height: 2;
    }

    .contact p {
        text-indent: 2em;
        font-size: 16px;
        line-height: 2;
    }

.pbot {
    width: 100%;
    height: 70px;
    background: url(../images/pbot.jpg) no-repeat;
    line-height: 40px;
}

.technical ul li {
    line-height: 28px;
}

    .technical ul li h1 {
        font-size: 16px;
    }

    .technical ul li span {
        font-size: 16px;
        width: 100px;
        display: inline-block;
    }

    .technical ul li h2 {
        font-size: 16px;
        display: inline-block;
        font-weight: normal;
    }

    .technical ul li span strong {
        font-size: 16px;
    }

.structure ul li img {
    width: 100%;
}

.structure ul li {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.picture ul li {
    line-height: 34px;
    font-size: 20px;
}

.selection ul li {
    line-height: 34px;
    font-size: 20px;
}

.title .product-type-in a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    width: 74px;
    line-height: 22px;
    margin: 0 5px;
    background: url(../images/product-type-bg.png) no-repeat;
}

.basic {
    margin-top: 20px;
}

    .basic ul {
        overflow: hidden;
    }

        .basic ul li {
            float: left;
            width: 235px;
            text-align: center;
            margin-left: 10px;
            margin-bottom: 20px;
        }

            .basic ul li a img {
                width: 235px;
                height: 123px;
                border: 2px solid #333;
            }

            .basic ul li a span {
                color: #b5b5b5;
                font-size: 14px;
                line-height: 24px;
                border-bottom: 1px dotted #999;
                display: block;
            }

                .basic ul li a span:hover {
                    color: #ec7815;
                }

            .basic ul li a img:hover {
                border: 2px solid #ec7815;
            }

.basic-in {
    margin-top: 20px;
}

    .basic-in .basic-in-title {
        display: block;
        color: #ec7815;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

    .basic-in img {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }

    .basic-in p {
        text-align: center;
        font-size: 14px;
        color: #3a3a3a;
    }

.jg {
    margin-top: 20px;
}

    .jg img {
        width: 100%;
    }

.yh {
    margin-top: 20px;
}

    .yh img {
        width: 100%;
    }

.izl-rmenu {
    position: fixed;
    left: 0;
    margin-right: 622px;
    bottom: 10px;
    padding-bottom: 73px;
    background: url(../images/r_b.png) 0px bottom no-repeat;
    z-index: 999;
}

    .izl-rmenu .btn {
        width: 72px;
        height: 73px;
        margin-bottom: 1px;
        cursor: pointer;
        position: relative;
    }

    .izl-rmenu .btn-qq {
        background: url(../images/r_qq.png) 0px 0px no-repeat;
        background-color: #6da9de;
    }

        .izl-rmenu .btn-qq:hover {
            background-color: #488bc7;
        }

    .izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
        background: url(../images/r_qq.png) 0px 0px no-repeat;
        background-color: #6da9de;
        text-decoration: none;
        display: block;
    }

    .izl-rmenu .btn-wx {
        background: url(../images/r_wx.png) 0px 0px no-repeat;
        background-color: #78c340;
    }

        .izl-rmenu .btn-wx:hover {
            background-color: #58a81c;
        }

        .izl-rmenu .btn-wx .pic {
            position: absolute;
            left: -160px;
            top: 0px;
            display: none;
            width: 160px;
            height: 160px;
        }

    .izl-rmenu .btn-phone {
        background: url(../images/r_phone.png) 0px 0px no-repeat;
        background-color: #fbb01f;
    }

        .izl-rmenu .btn-phone:hover {
            background-color: #ff811b;
        }

        .izl-rmenu .btn-phone .phone {
            background-color: #ff811b;
            position: absolute;
            width: 160px;
            left: -160px;
            top: 0px;
            line-height: 73px;
            color: #FFF;
            font-size: 18px;
            text-align: center;
            display: none;
        }

    .izl-rmenu .btn-top {
        background: url(../images/r_top.png) 0px 0px no-repeat;
        background-color: #666666;
        display: none;
    }

        .izl-rmenu .btn-top:hover {
            background-color: #444;
        }
</pre></body></html>