﻿@charset "utf-8";
/* CSS Document */
body {
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: "Microsoft YaHei", "微软雅黑", "黑体", "Adobe 黑体 Std",helvetica,arial,verdana,tahoma,sans-serif;
    background: #EFF8FA;
    font-size: 1.2em;
    min-width: 700px;
    overflow-y: scroll!important;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

.solid {
    width: 100%;
    height: 75px;
    z-index: 301;
    position: fixed;
    background-color: rgba(196, 237, 246,0.6);
}

    .solid:hover {
        background-color: rgba(196, 237, 246,0.95);
    }

.nav_background {
    background: rgba(196, 237, 246,0.95);
    display: table;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
    display: none;
}


    .nav_background ul {
        width: 100%;
        display: block;
        top: 0;
        padding: 0;
        vertical-align: middle;
        visibility: visible;
        opacity: 1;
        /*perspective: 600;*/
        transform: rotateX(0deg);
        position: relative;
        top: 30%;
    }

        .nav_background ul li {
            text-align: center;
        }

            .nav_background ul li a {
                color: #0066FF;
                display: block;
                width: 100%;
                padding: 16px 0;
                font-size: 18px;
            }

                .nav_background ul li a:hover {
                    background: #fff;
                    color: #0066FF;
                }

.bar {
    margin-top: 0;
    width: 100%;
    margin-bottom: 0px;
}

#logo {
    width: 200px;
    height: 35px;
    left: 0;
    position: absolute;
    top: 25px;
    z-index: 101;
    margin-left: 5%;
}

#toggle {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 32px;
    z-index: 110;
    width: 82px;
    right: 5%;
}

@media screen and (min-width: 700px) {
    #toggle {
        display: none;
    }

    .bar_content div {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    #toggle {
        display: block;
    }

    .bar_content div {
        display: none;
    }
}

#toggle span {
    background: #0066FF;
    width: 32px;
    height: 5px;
    display: block;
    margin-top: 3px;
}

.close {
    background: url(../images/close.png) no-repeat;
    width: 20px;
    height: 19px;
    display: none;
}


.who {
    padding: 0px;
    margin: -1em 0px 0px 0px;
    position: relative;
    text-align: center;
    transition: height 0.9s cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}


.wrap {
    margin-top: 0;
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1) 0s;
    width: 100%;
    margin-bottom: 0px;
}

.who_content, .certificate_content {
    max-width: 80%;
    margin: 0 auto;
}


    .who_content p {
        margin: 0px;
        padding: 0px;
        line-height: 2.2em;
        font-size: 1.2em;
    }



.more_btn a {
    display: inline-block;
    border: 2px solid #c2c1c1;
    color: #c2c1c1;
    width: 138px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
}

    .more_btn a:hover {
        background: #f8f8f8;
    }

.back_btn a {
    display: inline-block;
    border: 2px solid #c2c1c1;
    color: #c2c1c1;
    width: 138px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
}

    .back_btn a:hover {
        background-color: #f8f8f8;
    }

.pic {
    width: 100%;
    float: left;
}

a {
    text-decoration: none;
}


.product {
    padding-top: 100px;
    text-align: center;
    width: 100%;
}

.product_content, contact_content {
    text-align: center;
    margin: 0 auto;
}

.photos, photos2 {
    display: block;
    padding: 10px 7px 60px 7px;
    overflow: hidden;
}

    .photos ul li {
        float: left;
        width: 30%;
        overflow: hidden;
        position: relative;
        margin-bottom: 7px;
        margin-left: 2%;
    }

td.table_left {
    width: 30%;
}

td.table_right {
    width: 60%;
}


.photos ul li a {
    display: block;
    position: relative;
    text-decoration: none;
}

    .photos ul li a img {
        width: 100%;
    }

.intro {
    background: rgba(196, 237, 246,0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    -moz-transition: opacity 0.15s ease-in-out 0s;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out 0s;
    opacity: 0;
    -o-transition: opacity 0.15s ease-in-out 0s;
    opacity: 0;
    transition: opacity 0.15s ease-in-out 0s;
    opacity: 0;
    border: 0;
}

.intr {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    border: 0;
}


    .intr h1 {
        color: #FFFFFF;
        font-size: 1.5em;
        padding-left: 17px;
        margin-bottom: 10px;
        text-shadow: 1px 1px 1px #333;
        -webkit-text-shadow: 1px 1px 1px #333;
    }

        .intr h1.name {
            margin-top: 32px;
            text-shadow: 1px 1px 1px #333;
            -webkit-text-shadow: 1px 1px 1px #333;
        }

.photos ul li a:hover .intro {
    opacity: 0.6;
}

.photos ul li a:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.certificate {
    position: relative;
    text-align: center;
    left: 0px;
    right: 0px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact {
    text-align: center;
    left: 0px;
    right: 0px;
    width: 100%;
    padding-top: 30px;
}

li {
    list-style-type: none;
}

.contact_left, .bottom_left {
    float: left;
    width: 50%;
}

.contact_right, .bottom_right {
    float: right;
    width: 50%;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fixed {
    display: block;
    min-height: 1%;
}

.bottom {
    width: 100%;
    color: #FFFFFF;
    background-color: #004E97;
    height: 170px;
}

.table {
    width: 100%;
}

    .table tr {
        height: 300px;
        vertical-align: central;
    }

        .table tr td {
            vertical-align: middle;
            text-align: center;
            height: 300px;
        }

            .table tr td img {
                height: 300px;
                max-width: 100%;
            }

.shortcuts_products {
    background: -moz-linear-gradient(top,#004E97,#EFF8FA);
    background: -webkit-linear-gradient(top,#004E97,#EFF8FA);
    background: -o-linear-gradient(top,#004E97,#EFF8FA);
    background: -ms-linear-gradient(top,#004E97,#EFF8FA);
    height: 90px;
}

.button.gray {
    width: 10%;
    height: 90px;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px #fff;
    border: 0px solid #ffffff;
    box-shadow: 0 0px 0px #fff inset,0 0 0 #a8abae inset;
    background-color: transparent;
    left: 0px;
}

.button {
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF;
    position: relative;
    overflow: hidden;
}

.gray:hover {
    background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.70),rgba(255, 255, 255, 0.00));
    background: -moz-linear-gradient(top,rgba(255, 255, 255, 0.70),rgba(255, 255, 255, 0.00));
    background: -o-linear-gradient(top,rgba(255, 255, 255, 0.70),rgba(255, 255, 255, 0.00));
    background: -ms-linear-gradient(top,rgba(255, 255, 255, 0.70),rgba(255, 255, 255, 0.00));
}

.gray:active {
    top: 1px;
    background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.50),rgba(255, 255, 255, 0.50));
    background: -moz-linear-gradient(top,rgba(255, 255, 255, 0.50),rgba(255, 255, 255, 0.50));
    background: -o-linear-gradient(top,rgba(255, 255, 255, 0.50),rgba(255, 255, 255, 0.50));
    background: -ms-linear-gradient(top,rgba(255, 255, 255, 0.50),rgba(255, 255, 255, 0.50));
    border: 0;
}

.gridview {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}

.wow:first-child {
    visibility: hidden;
}


.title {
    font-family: 华文新魏;
    text-shadow: 1px 1px 1px #333;
    -webkit-text-shadow: 1px 1px 1px #333;
    font-weight: bold;
    font-size: xx-large;
    color: #004E97;
    margin-top: 50px;
    margin-bottom: 20px;
}

.fixed2 {
    vertical-align: middle;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    overflow-x: hidden;
}

.photos2 div div a img {
    border: 0;
    width: 30%;
}

.product_bottom {
    margin-bottom: 20px;
}

.product_top {
    text-align: left;
}


#navcontainer {
    top: 20%;
    z-index: 200;
    position: fixed;
    float: left;
    right: 0%;
}

#levitate {
    text-align: center;
    top: 20%;
    z-index: 200;
    position: fixed;
    float: left;
    right: 2%;
    font-size: 0.4em;
    opacity: 0.6;
}



#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li {
    margin: 0;
}

#navcontainer a {
    text-shadow: 1px 1px 1px #999;
    -webkit-text-shadow: 1px 1px 1px #999;
    display: block;
    padding: 5px 10px;
    width: 100px;
    color: #fff;
    background-color: rgba(0,112,213,0.6);
    text-decoration: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    font-weight: bold;
    font-size: .6em;
}

    #navcontainer a:hover {
        color: #000;
        background-color: rgba(0,87,165,0.6);
        text-decoration: none;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

#navcontainer ul ul li {
    margin: 0;
}

#navcontainer ul ul a {
    display: block;
    padding: 5px 5px 5px 30px;
    width: 85px;
    color: #fff;
    background-color: rgba(77, 170, 255, 0.6);
    text-decoration: none;
    font-weight: normal;
}

    #navcontainer ul ul a:hover {
        color: #000;
        background-color: rgba(0,87,165,0.6);
        text-decoration: none;
    }

#appearance {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -moz-linear-gradient(-45deg,rgba(255, 255, 255, 0.8),rgba(0, 199, 249,0.8));
    background: -webkit-linear-gradient(-45deg,rgba(255, 255, 255, 0.8),rgba(0, 199, 249,0.8));
    background: -o-linear-gradient(-45deg,rgba(255, 255, 255, 0.8),rgba(0, 199, 249,0.8));
    background: -ms-linear-gradient(-45deg,rgba(255, 255, 255, 0.8),rgba(0, 199, 249,0.8));
}

.wow .bounceIn {
    visibility: hidden;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

td#certificate1 {
    background-image: url(../images/证书.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
}

td#certificate2 {
    background-image: url(../images/灼烧试验.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
}

td#certificate3 {
    background-image: url(../images/ISO9000.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
}

td#certificate4 {
    background-image: url(../images/营业执照.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
}

#certificate {
    overflow-x: hidden;
}

.cer_image {
    display: none;
}

.bar_bt {
    float: left;
    width: 20%;
    margin-left: 2%;
    text-align: center;
    height: 75px;
}

.button_bar {
    height: 100%;
    width: 100%;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.00);
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF;
    overflow: hidden;
    position: relative;
    color: #0066FF;
    border: 0;
    padding-top: 12px;
}

    .button_bar:hover {
        color: #000;
        background: rgb(255, 255, 255);
    }

    .button_bar:active {
        top: 1px;
        background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.50),rgba(255, 255, 255, 0.50));
        background: -moz-linear-gradient(top,rgba(255, 255, 255, 0.50),rgba(255, 255, 255, 0.50));
        background: -o-linear-gradient(top,rgba(255, 255, 255, 0.50),rgba(255, 255, 255, 0.50));
        background: -ms-linear-gradient(top,rgba(255, 255, 255, 0.50),rgba(255, 255, 255, 0.50));
    }
