﻿body.top {
    width: 100%;
    background-color: rgba(28,28,28,.9);
    height: 62px;
    z-index: 10;
    position: fixed;
}
.top1 {
    width: 1600px;
    height: 62px;
    margin: 0px auto;
}
.top .topright {
    width: 30%;
    float: right;
    text-align: center;
    display: none;
}
.logo {
    float: left;
    margin-top: 3px;
    margin-left: 20px;
    display: inline;
    margin-bottom: 5px;
    margin-right: 20px;
}
.daohang {
    width: 60%;
    float: left;
    margin-left: 8%;
}
    .daohang ul {
        width: 100%;
        height: auto;
    }
        .daohang ul .nLi {
            width: 14%;
            float: left;
            text-align: center;
            line-height: 62px;
            position: relative;
            display: inline;
        }
        .daohang ul li a {
            color: #fff;
            font-size: 14px;
        }
    .daohang .sub {
        z-index: 100;
        display: none;
        width: 100%;
        left: 0px;
        position: absolute;
        background: #4E4E4E;
        line-height: 30px;
        padding: 5px 0;
    }
        .daohang .sub li {
            zoom: 1;
        }
            .daohang .sub li a {
                color: #fff;
                font-size: 12px;
            }
.tel {
    float: right;
    right: 20px;
    top: 20px;
    display: inline;
    position: relative;
}
#full-screen-slider {
    width: 100%;
    height: 926px;
    float: left;
    position: relative;
    z-index: 10;
}
#slides {
    display: block;
    width: 100%;
    height: 600px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
    #slides li {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
    }
        #slides li a {
            display: block;
            width: 100%;
            height: 100%;
        }
    #slides img {
        width: 100%;
        height: 926px;
    }
.top {
    width: 100%;
    background-color: rgba(28,28,28,.9);
    height: 62px;
    z-index: 999;
    position: fixed;
}
.daohang ul .nLi:hover {
    background: linear-gradient(to bottom, rgba(30,129,131,0.56), rgba(29,102,158,0.56));
}
#pagination {
    display: none;
    list-style: none;
    position: absolute;
    right: 40px;
    top: 450px;
    z-index: 800;
    padding: 5px 15px 5px 0;
    margin: 0;
}
#slides2 {
    display: none;
}

/*手机*/
@media screen and (max-width: 768px) {
    #full-screen-slider {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        z-index: 10;
    }
    .top {
        width: 100%;
        height: 2rem;
    }
    .top1 {
        width: 40%;
        margin-left: 4%;
        text-align: left;
        /* margin: 0px auto; */
        /* float: inherit; */
    }
    .logo {
        /* float: left; */
        margin-top: 0;
        margin-left: 0;
        display: inline;
        margin-bottom: 0;
        width: 74%;
    }
        .logo img {
            width: 3rem;
            margin-top: 15px;
        }
    .daohang {
        display: none;
    }
    .tel {
        float: right;
        right: 50px;
        top: 28px;
        display: inline;
        position: relative;
        display: none;
    }
    .top .topright {
        width: 62%;
        margin-top: -13%;
        /* float: right; */
        /* text-align: center; */
        display: inline-block;
        height: 100%;
    }
    #nav-responsive-main + label {
        display: inline-block;
        text-indent: 0px !important;
        /* display: block !important; */
        cursor: pointer;
        border: 0px solid #666;
        font-size: 1.4em;
        color: #666;
        margin-top: -20%;
         margin-left: 40%; 
        width: 26px;
        /* height: 0.9rem; */
        /* top: 0.2rem; */
        /* right: 0.2rem; */
    }
        #nav-responsive-main + label img {
            width: 100%;
        }
    #slides {
        display: none !important;
    }
    .product-number-info li.li-1 {
        text-align: center;
        margin-left: 5%;
    }
    #slides2 {
        display: block;
        width: 100%;
        height: auto;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }
        #slides2 li {
            display: block;
            width: 100%;
            height: 100%;
            list-style: none;
            padding: 0;
            margin: 0;
        }
            #slides2 li a {
                display: block;
                width: 100%;
                height: 100%;
            }
        #slides2 img {
            width: 100%;
            height: auto;
        }
    .product-number-info {
        position: absolute;
        /* color: white; */
        width: 100%;
        /* margin-top: -10%; */
        bottom: 0;
        background-color: rgb(0,0,0,0.3);
        z-index: 999999999;
    }
        .product-number-info .product-number-inner {
            width: 100% !important;
            margin: 0 auto;
        }
        .product-number-info li.li-1 {
            text-align: center;
            margin-left: 5%;
        }nav#menu {
    z-index: 9999;
}
}