html, body, div, span, table, tbody, tr, th, td, em, img, strong, h1, h2, h3, h4, h5, h6, p, a, dl, dd, dt, ol, ul, li, form, label, input, textarea, button, b, i, u {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: 400;
}

a, img {
    text-decoration: none;
    border: 0;
}

body {
    font-family: Arial,"Microsoft YaHei","simsun";
    color: #666;
    background: #fff;
    font-size: 14px;
    min-width: 1200px;
}

a {
    color: #666;
    font-size: 14px;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
        color: #666;
    }

    a:hover {
        text-decoration: none;
        color: #c8a063;
    }

    a:active {
        text-decoration: none;
        color: #666;
    }

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        display: block;
        content: '.';
        clear: both;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999 !important;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

/*.container {
    margin: 0 auto;
    width: 1200px;
}

.header {
    height: 120px;
    z-index: 100;
    background: #fff;
    overflow: hidden;
}

    .header .logo {
        float: left;
        width: 340px;
        padding: 29px 0 0 65px;
        box-sizing: border-box;
    }

        .header .logo img {
            width: 200px;
            height: 62px;
        }

    .header .nav {
        float: left;
        width: 860px;
        padding-top: 45px;
    }

        .header .nav li {
            float: left;
            height: 32px;
            line-height: 32px;
            margin-left: 40px;
        }

            .header .nav li:first-child {
                margin-left: 0;
            }

            .header .nav li a {
                display: block;
                padding: 0 20px;
                border-radius: 16px;
                font-size: 18px;
                color: #333;
            }

                .header .nav li a.active {
                    background: #c8a063;
                    color: #fff;
                }

                .header .nav li a:hover {
                    color: #c8a063;
                }*/


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

.header {
    height: 120px;
    position: relative;
    z-index: 100;
}

    .header .fixed {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        height: 120px;
        z-index: 100;
        background: #fff;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

        .header .fixed .logo img {
            /*display: none;*/
        }

        .header .fixed .logo .color {
            display: block;
        }

        .header .fixed .nav li a {
            color: #333;
        }

    .header .logo {
        float: left;
        width: 300px;
        padding-top: 29px;
    }

        .header .logo img {
            width: 200px;
            height: 62px;
        }

        .header .logo .color {
            display: none;
        }

    .header .nav {
        float: left;
        width: 900px;
        padding-top: 45px;
    }

        .header .nav ul {
            float: right;
        }

        .header .nav li {
            float: left;
            height: 32px;
            line-height: 32px;
            margin-left: 40px;
        }

            .header .nav li a {
                display: block;
                padding: 0 20px;
                border-radius: 16px;
                font-size: 18px;
                color: #fff;
            }

                .header .nav li a.active {
                    background: #c8a063;
                    color: #fff;
                }

                .header .nav li a:hover {
                    color: #c8a063;
                }




.index-title {
    height: 150px;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    padding-top: 50px;
    box-sizing: border-box;
    color: #000;
}

    .index-title:after {
        content: '';
        display: block;
        height: 4px;
        background: #333;
        width: 130px;
        margin: 0 auto;
    }

.footer {
    background: #303030;
    padding-top: 50px;
}

    .footer .footer-logo {
        width: 300px;
        float: left;
    }

        .footer .footer-logo img {
            display: block;
            margin: 0 auto;
        }

    .footer .footer-nav .item {
        float: left;
        width: 250px;
        padding-top: 40px;
        color: #fff;
    }

        .footer .footer-nav .item h3 {
            font-size: 30px;
            margin-bottom: 35px;
        }

        .footer .footer-nav .item li {
            float: left;
            width: 110px;
            margin-bottom: 25px;
        }

            .footer .footer-nav .item li.width {
                width: 100%;
            }

            .footer .footer-nav .item li a {
                color: #fff;
            }

                .footer .footer-nav .item li a:before {
                    width: 0;
                    height: 0;
                    border: 5px solid transparent;
                    border-left-color: #fff;
                    content: '';
                    display: inline-block;
                }

                .footer .footer-nav .item li a:hover {
                    color: #c8a063;
                }

    .footer .footer-nav .item-2 {
        width: 420px;
    }

        .footer .footer-nav .item-2 p {
            margin-bottom: 25px;
        }

        .footer .footer-nav .item-2 .color {
            color: #c8a063;
            font-size: 30px;
        }

    .footer .footer-nav .item-code {
        width: 182px;
        text-align: center;
    }

        .footer .footer-nav .item-code img {
            display: block;
            margin-bottom: 40px;
        }

    .footer .copyright {
        height: 98px;
        line-height: 98px;
        text-align: center;
        border-top: 1px solid #fff;
        font-size: 16px;
        color: #fff;
        margin-top: 40px;
    }

        .footer .copyright a {
            color: #fff;
            font-size: 16px;
        }

/*.index-swiper {
    height: 818px;
}

    .index-swiper .swiper-slide {
        background-position: center center;
        height: 818px;
    }

    .index-swiper .swiper-pagination {
        bottom: 40px;
    }

        .index-swiper .swiper-pagination span {
            height: 8px;
            width: 80px;
            background: #fff;
            border-radius: 0;
            margin: 0 8px;
            opacity: 1;
        }

        .index-swiper .swiper-pagination .swiper-pagination-bullet-active {
            background: #c8a063;
        }*/



.index-swiper {
    height: 818px;
}

    .index-swiper .swiper-slide {
        height: 938px;
        background-position: center center;
    }

    .index-swiper .swiper-container {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px);
    }

    .index-swiper .swiper-pagination {
        bottom: 40px;
    }

        .index-swiper .swiper-pagination span {
            height: 8px;
            width: 80px;
            background: #fff;
            border-radius: 0;
            margin: 0 8px;
            opacity: 1;
        }

        .index-swiper .swiper-pagination .swiper-pagination-bullet-active {
            background: #c8a063;
        }

.feature {
    padding: 85px 0 105px;
}

    .feature .item {
        float: left;
        width: 25%;
        font-size: 24px;
        text-align: center;
        height: 92px;
        border-right: 1px solid #e09c3b;
        box-sizing: border-box;
    }

        .feature .item:last-child {
            border: 0;
        }

        .feature .item b {
            font-size: 50px;
            color: #e09c3b;
            padding: 0 10px;
        }

        .feature .item span {
            display: block;
        }

.about-company {
    background: #f6f9fe url(/Static/images/about-bg.jpg) no-repeat center top;
    height: 950px;
    overflow: hidden;
    padding-top: 300px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

    .about-company .content {
        height: 570px;
        width: 970px;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px #d7d6e8;
        padding-top: 10px;
    }

        .about-company .content h3 {
            text-align: center;
            color: #bcbcbc;
            font-size: 68px;
        }

        .about-company .content .cn {
            font-size: 42px;
            color: #000;
            margin-bottom: 20px;
        }

        .about-company .content .text {
            font-size: 24px;
            color: #575757;
            padding: 0 130px;
            line-height: 36px;
        }

.index-partner {
    margin-bottom: 70px;
}

    .index-partner .container {
        margin: 0 auto;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .index-partner .bg {
        height: 88px;
        background: #fac917;
    }

    .index-partner .img-text {
        text-align: center;
        margin-bottom: 50px;
    }

    .index-partner .list {
        text-align: center;
    }

        .index-partner .list ul {
            display: inline-block;
        }

        .index-partner .list li {
            float: left;
            width: 175px;
            height: 250px;
            overflow: hidden;
            margin: 0 39px;
        }

            .index-partner .list li img {
                display: block;
                width: 100%;
                height: 100%;
            }

.index-recommend {
    text-align: center;
    color: #000;
    margin-bottom: 90px;
    overflow: hidden;
    box-sizing: border-box;
}

    .index-recommend .title {
        border-bottom: 1px solid #000;
        padding: 0 65px;
        display: inline-block;
        margin-bottom: 60px;
    }

        .index-recommend .title h3 {
            font-size: 48px;
        }

        .index-recommend .title span {
            display: inline-block;
            background: #fff;
            font-size: 24px;
            padding: 0 18px;
            -webkit-transform: translateY(15px);
            transform: translateY(15px);
        }

.hot-goods {
    margin-bottom: 105px;
}

    .hot-goods .title {
        text-align: center;
        color: #000;
        margin-bottom: 50px;
        position: relative;
    }

        .hot-goods .title:after {
            content: '';
            border-bottom: 1px solid #000;
            width: 100%;
            position: absolute;
            left: 0;
            top: 97px;
        }

        .hot-goods .title h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .hot-goods .title h3 {
            font-size: 36px;
            border-bottom: 5px solid #000;
            display: inline-block;
            padding: 0 10px 20px;
            margin-bottom: 15px;
        }

        .hot-goods .title p {
            font-size: 12px;
        }

    .hot-goods .content {
        margin: 0 auto;
        width: 1266px;
    }

        .hot-goods .content li {
            float: left;
            width: 410px;
            height: 410px;
            margin: 0 0 18px 18px;
        }

            .hot-goods .content li:first-child {
                margin-left: 0;
            }

            .hot-goods .content li.flex-2 {
                width: 838px;
                margin-left: 0;
            }

            .hot-goods .content li .hover {
                display: none;
            }

            .hot-goods .content li:hover img {
                display: none;
            }

                .hot-goods .content li:hover img.hover {
                    display: block;
                }

.index-banner {
    background-repeat: no-repeat !important;
  
    background-position: center center !important;
    overflow: hidden;
    box-sizing: border-box;
}

    .index-banner img {

        width:100%;
        height:100%;
    }
    
    .oem-modes {
        padding-bottom: 50px;
        position: relative;
    }

    .oem-modes .content {
        position: relative;
        z-index: 10;
        padding-top: 20px;
        text-align: center;
    }

        .oem-modes .content ul {
            display: inline-block;
        }

        .oem-modes .content li {
            float: left;
            width: 233px;
            height: 320px;
            overflow: hidden;
            position: relative;
            margin-left: 25px;
        }

            .oem-modes .content li img {
                display: block;
                height: 320px;
            }

            .oem-modes .content li:first-child {
                margin-left: 0;
            }

        .oem-modes .content .text {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #fff;
            font-size: 16px;
            padding: 0 40px;
            text-align: center;
            line-height: 24px;
        }

            .oem-modes .content .text h3 {
                font-size: 30px;
                line-height: 66px;
                border-bottom: 2px solid #fff;
                display: inline-block;
                margin-bottom: 30px;
            }

            .oem-modes .content .text .more {
                padding-top: 30px;
                text-align: center;
            }

                .oem-modes .content .text .more a {
                    color: #fff;
                    display: inline-block;
                    line-height: 20px;
                    border-bottom: 1px solid #fff;
                }

                    .oem-modes .content .text .more a:hover {
                        color: #c8a063;
                    }

.production-exp {
    margin-bottom: 50px;
}

    .production-exp .title {
        text-align: center;
        font-size: 48px;
        border-bottom: 1px solid #000;
        margin: 0 30px 40px;
        color: #000;
        padding-bottom: 50px;
        position: relative;
    }

        .production-exp .title:after {
            content: '';
            display: block;
            width: 98px;
            height: 11px;
            background: #000;
            margin: 0 auto;
            -webkit-transform: translateY(56px);
            transform: translateY(56px);
        }

    .production-exp .img-1 {
        float: left;
        width: 760px;
        margin-left: 10px;
        padding-top: 60px;
    }

    .production-exp .img-2 {
        float: right;
        width: 350px;
        margin-right: 45px;
    }

        .production-exp .img-2 img:first-child {
            margin-bottom: 25px;
        }

    .production-exp img {
        width: 100%;
        display: block;
    }

.news-info {
    padding-bottom: 80px;
    background: #f1f1f1;
}

    .news-info .item {
        float: left;
        width: 370px;
        margin-left: 45px;
    }

        .news-info .item:first-child {
            margin-left: 0;
        }

        .news-info .item img {
            width: 100%;
            display: block;
            height: 212px;
            margin-bottom: 15px;
        }

        .news-info .item .title {
            display: inline-block;
            font-size: 16px;
            font-weight: 700;
            color: #333;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .news-info .item .title:hover {
                color: #c8a063;
            }

        .news-info .item .intro {
            padding-top: 10px;
            line-height: 20px;
            height: 60px;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .news-info .item .detail a {
            font-size: 14px;
            color: #c8a063;
            line-height: 25px;
            border-bottom: 2px solid #c8a063;
            display: inline-block;
        }
