﻿

::-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
}

.form-group {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    clear: both;
    *zoom: 1
}

    .form-group:after {
        display: block;
        content: '.';
        clear: both;
        height: 0;
        line-height: 0;
        visibility: hidden
    }

    .form-group .label {
        float: left;
        display: block;
        width: 110px;
        text-align: right;
        margin-right: 5px;
        z-index: 11
    }

    .form-group .input-control {
        float: left;
        background-color: #fff;
        border: 1px solid #ddd;
        height: 48px;
        line-height: 100%;
        line-height: 48px \9;
        padding: 0 10px;
        width: 350px;
        overflow: hidden;
        color: #666;
        font-size: 16px;
        font-family: Arial,"Microsoft YaHei","simsun";
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out 0s
    }

        .form-group .input-control.disabled {
            background: #ddd
        }

        .form-group .input-control.error {
            border-color: #ffb500
        }

        .form-group .input-control.focus, .form-group .input-control:focus {
            border-color: #47629d;
            color: #333
        }

        .form-group .input-control .placeholder {
            color: #999;
            font-size: 16px
        }

    .form-group.auto-height {
        height: auto;
        line-height: normal
    }

    .form-group .box {
        float: left;
        position: relative
    }

.btn {
    color: #fff;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100px;
    border: 0;
    text-align: center;
    cursor: pointer;
    font-family: Arial,"Microsoft YaHei","simsun";
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    background: #ed6c00
}

    .btn:visited {
        color: #fff
    }

    .btn.btn-cancel {
        background: #999
    }

        .btn.btn-cancel:hover {
            background: #999;
            color: #fff
        }



.img {
    text-align: center;
    font-size: 0;
    overflow: hidden;
    display: block
}

    .img img {
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%
    }

    .img:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        vertical-align: middle
    }




.tab-content .tab-pane {
    display: none
}

.tab-content .active {
    display: block
}

.pagination {
    padding: 20px 0 60px;
    text-align: center
}

    /*.pagination a {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #ddd;
        margin: 0 5px
    }*/
    /*.exhibition-360 .main-list .paging {
    padding: 30px 0 65px;
}*/


    .pagination a.active {
        background: #ed6c00;
        color: #fff;
        border-color: #ed6c00
    }



.product-banner .slides li {
    height: 500px
}

.product-banner .flex-direction-nav {
    display: none
}

.product-banner .flex-control-nav {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 50;
    text-align: center
}

    .product-banner .flex-control-nav li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
        cursor: pointer;
        font-size: 0;
        text-indent: -999px;
        background: #786954
    }

        .product-banner .flex-control-nav li a {
            display: block;
            width: 10px;
            height: 10px
        }

    .product-banner .flex-control-nav .flex-active {
        background: #f3c162
    }

.product-list {
    padding-top: 38px;
    overflow: hidden;
    margin-bottom: 100px
}

    .product-list .sidebar {
        float: left;
        width: 200px
    }

        .product-list .sidebar .icon {
            background: url(../images/product-text.png) no-repeat left 0;
            height: 42px;
            width: 120px;
            display: block;
            margin-bottom: 5px
        }

            .product-list .sidebar .icon.icon-2 {
                background-position: -128px 0
            }

            .product-list .sidebar .icon.icon-3 {
                background-position: -259px 0
            }

        .product-list .sidebar .title {
            font-size: 20px;
            margin-bottom: 10px;
            color: #666
        }

        .product-list .sidebar .control {
            width: 12px;
            height: 12px;
            background: url(../images/icon-1.png) no-repeat center -23px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px
        }

        .product-list .sidebar .list {
            margin-bottom: 10px;
            display: none
        }

            .product-list .sidebar .list li {
                height: 40px;
                line-height: 40px;
                overflow: hidden
            }

                /*.product-list .sidebar .list li a {
                    color: #999
                }*/

                .product-list .sidebar .list li a:hover {
                    color: #ed6c00
                }

        .product-list .sidebar .show .control {
            background-position: center 3px
        }

        .product-list .sidebar .show .list {
            display: block
        }

    .product-list .main-content {
        float: left;
        width: 1000px
    }

        .product-list .main-content .item {
            float: left;
            width: 248px;
            height: 460px;
            border: 1px solid transparent;
            text-align: center;
            border-radius: 3px
        }

            .product-list .main-content .item .img {
                width: 100%;
                height: 290px;
                margin-top: 10px
            }

                .product-list .main-content .item .img:after {
                    content: ''
                }

            .product-list .main-content .item .gray {
                color: #999;
                line-height: 20px;
                height: 40px;
                overflow: hidden
            }

            .product-list .main-content .item .title {
                font-size: 16px;
                line-height: 20px;
                height: 40px;
                overflow: hidden;
                margin-bottom: 10px
            }

            .product-list .main-content .item .detail {
                width: 150px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border: 1px solid #333;
                box-sizing: border-box;
                display: block;
                margin: 0 auto
            }

            .product-list .main-content .item:hover {
                border-color: #f0f0f0
            }

                .product-list .main-content .item:hover .detail {
                    background: #ed6c00;
                    color: #fff;
                    border-color: #ed6c00
                }

.product-detail {
    background: url(../images/bg.jpg) no-repeat center top
}

    /*.product-detail .container {
        min-height: 1000px;
        background: #fff
    }*/

    .product-detail .nav {
        padding: 25px 0 50px 30px;
        font-size: 16px;
        color: #999
    }

    .product-detail .detail {
        margin: 0 100px 40px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 60px
    }

        .product-detail .detail .img {
            width: 450px;
            height: 450px;
            overflow: hidden;
            float: left
        }

        .product-detail .detail .text {
            float: left;
            margin-left: 100px;
            width: 450px
        }

            .product-detail .detail .text h1 {
                font-size: 36px;
                height: 110px;
                overflow: hidden;
                line-height: 55px;
                margin-bottom: 20px
            }

        .product-detail .detail .item {
            font-size: 16px;
            margin-bottom: 15px
        }

            .product-detail .detail .item label {
                font-size: 18px;
                font-weight: 700;
                display: block;
                line-height: 30px;
                margin-bottom: 10px
            }

            .product-detail .detail .item .red {
                color: #ff2626
            }

                .product-detail .detail .item .red strong {
                    font-size: 36px;
                    font-weight: 400
                }

    .product-detail .intro {
        margin: 0 100px;
        font-size: 16px;
        line-height: 25px;
        color: #666
    }

        .product-detail .intro .left-txt {
            float: left;
            width: 440px
        }

        .product-detail .intro .right-txt {
            float: right;
            width: 440px
        }

        .product-detail .intro h3 {
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 20px
        }

.about-page {
    background: #fff
}

    .about-page .banner {
        /*height: 420px;*/
        height: 403px;
        min-width: 1200px;
        overflow: hidden
    }

    .about-page .tab {
        height: 50px;
        line-height: 28px;
        background: #efefef;
        text-align: center;
        overflow: hidden;
        margin-bottom: 60px;
        min-width: 1200px;
    }

    /*.about-page .tab a {
            display: inline-block;
            vertical-align: middle;
            width: 120px;
            margin: 0 35px;
            border-radius: 14px
        }*/

    /*.about-page .tab a.active {
                color: #fff;
                background: #ed6c00
            }*/

    .about-page .h3 {
        text-align: center;
        font-size: 36px;
        margin-bottom: 45px
    }

    /*.about-page .intro-text {
        height: 375px;
        margin-bottom: 40px
    }*/

    .about-page .intro-text .video {
        float: left;
        /*width: 600px;*/
        height: 375px;
        overflow: hidden;
        padding-top: 40px;
        position: relative
    }

        .about-page .intro-text .video .play {
            background: url(../images/play.png);
            width: 80px;
            height: 80px;
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -40px;
            margin-top: -40px
        }

    .about-page .intro-text .text {
        float: right;
        /*width: 560px;*/
        overflow: hidden;
        color: #666;
        line-height: 23px
    }

        .about-page .intro-text .text h3 {
            font-size: 36px;
            height: 76px;
            line-height: 76px;
            text-align: center;
            color: #333
        }

    .about-page .intro-other {
        /*margin-bottom:73px;*/
        /*text-align: center*/
    }

        .about-page .intro-other .txt {
            width: 486px;
            height: 163px;
            float: left;
            position: relative;
        }

            .about-page .intro-other .txt img {
                width: 100%;
                display: block;
                padding-top: 87px;
            }

            .about-page .intro-other .txt .nl {
                position: absolute;
                left: 50%;
                top: 77%;
                width: 100%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                display: block;
                padding-top: 87px;
                /* font-size: 36px; */
                /* color: #fff; */
                /* text-align: center; */
            }





.intro-other .imgt {
    width: 660px;
    height: 400px;
    /*padding: 0 0 0 54px;*/
    float: left;
    margin-bottom: 73px;
}









.about-page .intro-other .txt h3 {
    font-size: 36px;
    /*width: 153px;*/
    height: 34px;
    line-height: 30px;
    letter-spacing: 4px;
    color: #333333;
    margin-bottom: 39px;
}

.about-page .intro-other .txt .text {
    width: 368px;
    height: 137px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.about-page .children-list {
    background: #fff5ec;
    padding-bottom: 60px
}

    .about-page .children-list h3 {
        padding: 60px 0 40px;
        font-size: 36px;
        text-align: center
    }

    .about-page .children-list li {
        float: left;
        margin-left: 13px;
        width: 290px;
        overflow: hidden;
        text-align: center;
        padding-bottom: 15px;
        font-size: 16px
    }

        .about-page .children-list li:first-child {
            margin-left: 0
        }

        .about-page .children-list li span {
            display: block;
            height: 180px;
            width: 100%;
            border: 1px solid #ddd;
            background: #fff;
            box-sizing: border-box;
            margin-bottom: 15px
        }

.about-page .scroll-img {
    height: 196px;
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    margin-bottom: 60px
}

    .about-page .scroll-img ul {
        position: absolute;
        left: 0;
        top: 0;
        height: 196px
    }

    .about-page .scroll-img li {
        width: 244px;
        height: 196px;
        overflow: hidden;
        float: left;
        margin-right: 10px
    }

.about-page .book {
    padding-bottom: 60px
}

    .about-page .book h3 {
        text-align: center;
        font-size: 36px;
        margin-bottom: 55px
    }

    .about-page .book .flexslider {
        position: relative
    }

    .about-page .book .flex-viewport {
        margin: 0 60px
    }

    .about-page .book .slides li {
        width: 380px;
        text-align: center;
        margin-left: 20px;
        float: left
    }

        .about-page .book .slides li:first-child {
            margin-left: 0
        }

        .about-page .book .slides li span {
            width: 380px;
            height: 240px;
            display: block;
            margin-bottom: 15px;
            background: #eee
        }

    .about-page .book .flex-control-nav {
        display: none
    }

    .about-page .book .flex-direction-nav li {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -13px;
        background: url(../images/arrow.png);
        width: 26px;
        height: 26px;
        overflow: hidden;
        font-size: 0;
        text-indent: -999px;
        z-index: 99
    }

        .about-page .book .flex-direction-nav li a {
            display: block;
            width: 100%;
            height: 26px
        }

    .about-page .book .flex-direction-nav .flex-nav-next {
        background-position: right center;
        left: auto;
        right: 0
    }

.about-page .history {
    padding-bottom: 60px
}

    .about-page .history .item {
        text-align: right;
        width: 50%;
        padding: 30px 30px 0 0;
        box-sizing: border-box;
        background: url(../images/bg-5.jpg) no-repeat right top;
        max-height: 180px
    }

        .about-page .history .item h3 {
            font-size: 48px;
            color: #ed6c00
        }

        .about-page .history .item p {
            margin-bottom: 10px
        }

            .about-page .history .item p:last-child {
                margin: 0
            }

        .about-page .history .item:nth-child(even) {
            text-align: left;
            margin-left: 585px;
            padding: 30px 0 0 30px;
            background-position: left top
        }

.about-page .business {
    padding-bottom: 60px
}

    .about-page .business p {
        margin-bottom: 30px
    }

.layer-img {
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none
}

.join-banner {
    height: 500px;
    min-width: 1200px
}

.join-page {
    padding-top: 60px
}

    .join-page .title {
        text-align: center;
        font-size: 48px;
        margin-bottom: 40px
    }

    .join-page .content1 {
        background: url(../images/img1.jpg) no-repeat;
        height: 476px;
        margin-bottom: 70px
    }

        .join-page .content1 li {
            float: left;
            width: 16.6666%;
            text-align: center;
            color: #fff;
            font-size: 24px;
            overflow: hidden
        }

            .join-page .content1 li span {
                width: 150px;
                display: block;
                margin: 300px auto 0
            }

    .join-page .title-full {
        height: 34px;
        line-height: 34px;
        background: url(../images/bg2.png) no-repeat center center;
        color: #fff;
        text-align: center;
        margin-bottom: 40px
    }

    .join-page .content2 {
        background: #f1f1f1;
        padding-top: 50px;
        min-width: 1200px;
        height: 818px;
        overflow: hidden
    }

        .join-page .content2 .text {
            background: url(../images/img2.jpg) no-repeat center top;
            position: relative;
            height: 520px
        }

            .join-page .content2 .text ul {
                padding-top: 125px
            }

            .join-page .content2 .text li {
                float: left;
                width: 160px;
                padding-right: 78px;
                font-size: 16px;
                height: 120px;
                overflow: hidden;
                margin-bottom: 140px;
                color: #575757
            }

                .join-page .content2 .text li span {
                    font-size: 24px;
                    display: block;
                    margin-bottom: 12px
                }

.news-list {
    padding-top: 55px;
    overflow: hidden
}

    .news-list h1 {
        text-align: center;
        font-size: 48px;
        font-weight: 400;
        padding-bottom: 35px
    }

    .news-list .list {
        width: 1300px;
        padding-top: 40px;
    }

    .news-list .item {
        float: left;
        width: 362px;
        margin-right: 56px;
        margin-bottom: 35px
    }

    .news-list .detail a {
        font-size: 14px;
        color: #c8a063;
        line-height: 25px;
        border-bottom: 2px solid #c8a063;
        display: inline-block;
    }



    .news-list .img {
        width: 100%;
        height: 233px;
        overflow: hidden;
        margin-bottom: 25px
    }

    .news-list .title {
        font-size: 24px;
        line-height: 38px;
        height: 76px;
        overflow: hidden;
        margin-bottom: 10px
    }

    .news-list .intro {
        font-size: 16px;
        color: #999;
        line-height: 25px;
        height: 75px;
        overflow: hidden;
        margin-bottom: 10px
    }

    .news-list .date {
        font-size: 16px;
        color: #999
    }

.news-detail .nav {
    padding-top: 25px;
    font-size: 16px;
    color: #999;
    margin-bottom: 50px
}

.news-detail h1 {
    text-align: center;
    font-size: 42px;
    line-height: 55px;
    margin: 0 20px 10px
}

.news-detail .date {
    text-align: center;
    color: #999;
    font-size: 16px;
    margin-bottom: 30px
}

    .news-detail .date em {
        padding: 0 35px
    }

.news-detail .content {
    overflow: hidden;
    font-size: 18px;
    color: #666;
    line-height: 45px;
    margin-bottom: 50px
}

.news-detail .prev-next {
    line-height: 40px;
    font-size: 18px;
    color: #666;
    margin-bottom: 80px
}

    .news-detail .prev-next a {
        font-size: 18px
    }

        .news-detail .prev-next a:hover {
            color: #ed6c00
        }








.about-page .tab a.active {
    color: #fff;
    background-color: #c8a063;
}

.about-page .tab a {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    margin: 0 34px;
    height: 50px;
    padding-top: 11px;
}





.contact-page {
    min-width: 1200px;
    padding-bottom: 80px;
}

    .contact-page .contact-1 {
        padding-bottom: 40px;
    }

    .contact-page .banner {
        /*height: 420px;*/
        height: 403px;
        min-width: 1200px;
        overflow: hidden
    }




.contact-page .contact-1 li:nth-child(2), .contact-page .contact-1 li:nth-child(3), .contact-page .contact-1 li:nth-child(4) {
    /*margin-left: 24px*/
    margin-left: 32px
}

.contact-page .contact-1 li {
    float: left;
    /*width: 368px;
        height: 180px;*/
    width: 276px;
    height: 380px;
    background: #f2f2f2;
    padding: 50px 30px 0 30px;
    box-sizing: border-box;
    /*margin: 0 0 40px 48px;*/
    /*margin-left: 24px*/
}

    .contact-page .contact-1 li i {
        display: block;
        color: #333;
        font-size: 42px;
        padding-top: 35px;
        margin-bottom: 20px;
text-align:center;

    }




    .contact-page .contact-1 li h3 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 17px;
    }

    .contact-page .contact-1 li p {
        text-align: center;
        font-family: MicrosoftYaHei-Bold;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #000;
    }



.contact-page .contact-1 li:hover {
    background: #c8a063;
    color: #c8a063
}


    .contact-page .contact-1 li:hover i {
        color: #c8a063
    }

    .contact-page .contact-1 li:hover h3 {
        color: #ffffff;
    }

    .contact-page .contact-1 li:hover .index-title2:after {
        background: #ffffff;
    }

    .contact-page .contact-1 li:hover p {
        color: #ffffff;
    }

    /*右侧浮动工具*/

.fixed-service {
    position: fixed;
    right: 0;
    top: 50%;
    width: 62px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .fixed-service li {
        margin-bottom: 1px;
        height: 62px;
        background: rgba(0,0,0,0.5);
        line-height: 62px;
        text-align: center;
        -webkit-transition: all .5s;
        transition: all .5s;
        position: relative
    }

        .fixed-service li i {
            width: 62px;
            height: 62px;
            font-size: 30px;
            color: #cecece;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            background: url(/Static/images/icon-8.png) no-repeat center 12px;
            opacity: .8
        }

        .fixed-service li .icon-top {
            background-position: center -171px
        }

        .fixed-service li .icon-qq {
            background-position: center -108px
        }

        .fixed-service li .icon-qrcode {
            background-position: center -49px
        }

        .fixed-service li:hover {
            /*background: #ad1c79*/
            background: #c8a063;
        }

            .fixed-service li:hover i {
                opacity: 1
            }

        .fixed-service li span {
            display: none
        }

    .fixed-service .tel {
        width: 200px;
        text-align: left
    }

        .fixed-service .tel:hover {
            -webkit-transform: translateX(-138px);
            transform: translateX(-138px);
            color: #fff;
            font-size: 18px;
            text-align: left
        }

            .fixed-service .tel:hover i {
                color: #fff
            }

    .fixed-service .code:hover span {
        position: absolute;
        width: 140px;
        height: 140px;
        left: -156px;
        top: -145px;
        padding: 8px;
        overflow: hidden;
        display: block;
        background: #fff
    }

    .fixed-service .qq {
        width: 140px;
        text-align: left
    }

        .fixed-service .qq:hover {
            -webkit-transform: translateX(-78px);
            transform: translateX(-78px);
            color: #fff;
            font-size: 18px;
            text-align: left
        }

            .fixed-service .qq:hover a {
                color: #fff
            }
