﻿/* ================================
   common css
   ================================ */
@font-face {
    font-family: '迷你简菱心';
    src: url('../fonts/迷你简菱心.TTF') format('truetype');
}
.indication:after, .main-content:after {
    display: block;
    height: 0;
    clear: both;
    content: " ";
    visibility: hidden;
}

.indication {
    padding: 40px 1%;
    border-bottom: 3px solid #323232;
    letter-spacing: -0.1em;
    line-height: 1;
}

.indication-cn {
    font-family: '迷你简菱心','Adobe Heiti Std';
    font-size: 2.2em;
    letter-spacing:1px;
}

.indication-en {
    font-family:Arial;
    font-size: 1.1em;
    line-height: 1.2;
    color: #8a8a8a;
    font-weight: 600;
    text-transform:uppercase;
    word-spacing:3px;

}
.main-content {
    padding: 0 0 4em 0;
}

#scroll-fixed {
    width: 100%;
    z-index: 99999;
    background: #323232;
    border-bottom: .5em solid #555;
    padding: 0.5em 0;
    color: #737373;
}
.scroll-fixed-content {
    margin-top: 80px;
}

@media only screen and (max-width: 960px) {

    .scroll-fixed-content {
        margin-top: 0;
    }
}


/* ================================
   Dynamics 
   ================================ */
#pagination {
    color: #737373;
    padding:0.4em 0;
}


.paginator a {
    color: #737373;
    text-decoration: none;
    padding: 0.5em 1em;
}

        .paginator a:hover {
            color: #27b900
        }

.paginator .cpb {
    color: #27b900;
    padding: 0.5em 1em;
}

.paginator a:visited {
    color: #27b900;
}

.paginator a:visited {
    color: #27b900;
    padding: 0.5em 1em;
}
#dynamics {
    padding: 0.2em 0 2em 0;
}


    #dynamics ul:after{
        display: block;
        height: 0;
        clear: both;
        content: " ";
        visibility: hidden;
    }

    #dynamics ul li {
        display: block;
        float: left;
        width: 100%;
        padding: 2% 1%;
        margin: 0;
        height: auto;
        color: #000;
        border-bottom: 2px dotted #323232;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        overflow: hidden;
    }

        #dynamics ul li .imgs {
            float: left;
            width: 19%;
            max-height: 206px;
            max-width: 206px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        #dynamics ul li img {
            width: 100%;
            height: 100%;
            max-width: 206px;
            max-height: 206px;
        }

        #dynamics ul li .text {
            float: left;
            width: 76%;
            overflow: hidden;
            max-height: 11em;
            margin: 0 0 0 5%;
        }

        #dynamics ul li .text .date {
            font-size: 1.4em;
            line-height: 1.7;
        }

            #dynamics ul li .text .title {
                font-size: 1.5em;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            #dynamics ul li .text .describe {
                font-size: 1em;
                line-height: 1.4;
                overflow: hidden;
                display: block;
                max-height: 4em;
            }
            #dynamics ul li .text a {
                font-size: 0.8em;
                overflow: hidden;
                display: block;
                background: #27b900;
                color:#fff;
                max-width:7.8em;
                line-height:1.9em;
                border-radius:20px;
                text-align:center ;
                padding:0.1em 1em;
                margin:1em 0;
            }
                #dynamics ul li .text a:hover {
                    background: #24a801;
                }

/* ================================
   Products
   ================================ */

.products-nav-fixed {
    position: fixed;
    top: 149px;
    left: 0;
}
#products-nav ul:after, #products ul:after {
    display: block;
    height: 0;
    clear: both;
    content: " ";
    visibility: hidden;
}
#products-nav ul li a {
    display: block;
    float: left;
    padding: 3px 1.5em;
    color: #fff;
    margin: .5em 0.4em .5em 0.4em;
    border: 1px solid #323232;
    border-radius: 20px;
    letter-spacing: -0.04em;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85em;
    cursor: pointer;
    transition: color .2s ease;
    -moz-transition: color .2s ease;
    -webkit-transition: color .2s ease;
}

    #products-nav ul li a:hover {
        color: #fff;
        background: #27b900;
    }



#products {
    padding: 2.7em 0 2.7em 0;
    border-bottom: 3px solid #000;
}
    #products ul{
        width:96%;
    }
        #products ul li {
            display: block;
            position: relative;
            float: left;
            width: 18.4%;
            margin: 1% 2% 1% 0;
            height: auto;
            max-height:14em;
            border: 1px solid #878787;
            color: #000;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            overflow: hidden;
        }

    #products ul li a {
        display: block;
    }

    #products ul li:nth-child(5n) {
        margin-right: 0;
    }

    #products ul li img {
        max-width: 100%;
        max-height: 100%;
    }


    #products .products-describe {
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: 100%;
        background: rgba(255,255,255,0.9);
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: block;
        transition: 0.9s;
        -webkit-transition: .9s;
        -moz-transition: .9s;
        opacity: 0;
    }

        #products .products-describe .text {
            width: 85%;
            margin-top: 18%;
            height: 30%;

        }

        #products .products-describe p {
            text-align:center ;
            line-height: 1.4;
            vertical-align: middle;
            font-weight: 600;

        }
.text-describe-title {
    font-size: 1.2em;
    height: 1.8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-describe-summary {
    font-size: .9em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 5.6em;
}


    #products ul li a:hover .products-describe {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0px;
        display: block;
        opacity: 1;
    }

@media only screen and (max-width: 720px) {

    #products ul li {
        width: 32%;
        margin: 1% 2% 1% 0;
    }

        #products ul li:nth-child(3n) {
            margin-right: 0;
        }

        #products ul li:nth-child(5n) {
            margin: 1% 2% 1% 0;
        }

    #products .products-describe p {
        line-height: 1.6;
        font-size: 0.9em;
    }
}

/* ================================
   Product-details
   ================================ */
.detail-indication:after, #productsdetail:after{
    display: block;
    height: 0;
    clear: both;
    content: " ";
    visibility: hidden;
}

.detail-indication {
    padding: 40px 2%;
    border-bottom: 3px dotted #323232;
    letter-spacing: -0.1em;
    line-height: 1;
}

.detail-indication-products {
    width: 55%;
    float:left ;
}
.detail-video {
    width: 45%;
    float: left;
}
.detail-indication-products-title {
    font-size: 2.4em;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-indication-products-describe {
    font-size: 1.4em;
    line-height: 2;
    text-transform: uppercase;
}
.video-link {
    font-size: 0.9em;
    display: block;
    width: 7em;
    padding: .5em .8em;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 3px 3px 0 #000;
    text-transform: uppercase;
    float: right;
    cursor:pointer ;
}

#productsdetail {
    padding: 1em 0 4em 0;
}

.button-back{
    display:block;
    text-align:center ;
}

    .button-back a {
        background: #27b900;
        color: #fff;
        padding:0.3em 3em;
        border-radius: 30px;
        font-size:1.2em;
        line-height:1.2em;
    }


#video-form {
    display: none;
    position: fixed;
    top: -95px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    cursor: default;
    z-index: 100000;
    background: rgba(50,50,50,0.8);
}

    #video-form .buttonholder {
        position: relative;
        top: 105px;
        max-width: 800px;
        max-height: 600px;
        margin: -95% auto 0px;
        overflow: auto;
        height: 600px;
        width: 80%;
    }
    #video-form #provideo {
        width:98%;
        margin-top: 60px;
        background: rgba(255,255,255,1);
        border: 2px solid #fff;
        border-radius: 5px;
        box-shadow: 4px 4px 10px #000;
    }
#video-form .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    z-index: 99;
}



/* ================================
   Contact
   ================================ */

.contact-title p {
    text-align:center ;
    padding: 3em 0 1em 0;
    color: #5c5c5c;
    font-size: 1.3em;
}
.contact-tel {
    text-align: center;
  max-width:640px;
 
}

    .contact-tel span {
        font-size: 5em;
        font-weight: 600;
        line-height: 1.5em;
        font-family: Bahnschrift;
        letter-spacing: -0.04em;
    }

    .contact-tel p {
        font-size: 1.8em;
        text-align: center;
        margin: 0 auto;
        line-height: 2.8em;
        border-top: 2px solid #000;
    }

#contact-container-map {
    width: 100%;
    height: 28em;
    margin: 3em 0;
    border-bottom: 3px solid #000;
    border-top: 3px solid #000
}

.mapcircle, .mapcenter {
    position: absolute;
    left: 0;
    top: 23px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #197500;
}

.mapcenter {
    position: absolute;
    left: 0;
    top: 23px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #197500;
    line-height: 70px;
}

.mapimg {
    position: absolute;
    left: 20px;
    top: -20px;
}

.mapcircle {
    -webkit-animation: circle 3s linear infinite;
    animation: circle 3s linear infinite;
}

@-webkit-keyframes circle { /* Safari and Chrome */
    from {
        opacity: 1;
        -webkit-transform: scale(0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(3);
    }
}
.contact-address {
    font-size: 2.5em;
    line-height: 2.5;
    text-align: center;
}
.contact-text {
    margin: 2em 0;
    text-align: center;

}
    .contact-text:after {
        display: block;
        height: 0;
        clear: both;
        content: " ";
        visibility: hidden;
    }
.contact-email{
   width:100%;
}
.contact-email-content {
    background: #27b900;
    color: #fff;
    font-size: 1.6em;
    line-height: 2.5;
    font-weight: 600;
    max-width: 440px;
}
.contact-email span {
    text-align: left;
    padding: 0 0 0 17px;
    letter-spacing: .3px;
}
    .contact-fax {
        font-size:2.5em;
    }


@media only screen and (max-width: 850px) {
    .contact-tel {
        max-width: 360px;
    }

    .contact-tel span {
        font-size: 2.9em;
    }

    .contact-tel p {
        font-size: 1.2em;
    }
    .contact-address {
        font-size: 2em;
    }
    .contact-fax {
        font-size: 2em;
    }
}