@charset "utf-8";
/*
 
 * 17素材vip建站专区模块代码
 * 详尽信息请看官网：http://www.17sucai.com/pins/vip
 *
 * Copyright , 温州易站网络科技有限公司版权所有
 * 图片不能商用，代码可商用。
 
 * 请尊重原创，未经允许请勿转载。
 * 在保留版权的前提下可应用于个人或商业用途
 
*/

a {
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
    outline: none
}

ul {
    list-style: none
}

.lf {
    float: left
}

.rg {
    float: right
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px
}

.head {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 1000px;
    z-index: 9999;
    background: #fff;
    height: 80px;
    transition: all .3s;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}

.logo {
    width: 36%;
    padding-top: 12px;
    transition: all .3s
}

.logo a {
    display: block;
    position: relative;
    overflow: hidden
}

.logo img {
    width: 100%;
    position: relative;
    z-index: 100
}

.logo .p1 {
    background: #ff6d07;
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 80%;
}

.nav {
    width: 45%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.nav ul li {
    float: left;
    width: 12.5%;
    height: 80px;
    transition: all .3s
}

.nav ul li .a1 {
    line-height: 80px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    transition: all .3s
}

.nav ul li:hover .a1 {
    color: #f08519;
    transition: all .3s
}

.nav ul li .div1 {
    display: none;
    background: #fff;
    width: 100%;
    left: 0px;
    position: absolute;
    top: 81px;
    z-index: 100
}

.nav ul li .div1 .p1 {
    width: 100%;
    margin-top:40px;
}

.nav ul li .div1 .p1 a {
    color: #999;
    font-size: 16px;
    display: inline-block;
    margin-right: 2%;
    width: 18%;
    transition: all .5s;
    background: #f4f4f4;
    margin-bottom:20px;
    line-height: 48px;
    text-align: center;
}
.nav ul li .div1 .p1 a:nth-child(5n){
    margin-right: 0;
}

.nav ul li .div1 .p1 a:hover {
    color: #fff;
    background: #1658ad;
}

.nav ul li .mad6 .p1 {
    text-align: right
}

.a_txt {
    display: none
}
.shop{
    width: 10%;
    padding:5px 0;
    display: flex;
    align-items: center;}
.shop a{display: block;margin-bottom:5px;}

.moblie_head {
    display: none;
}

.catenameItem{
    padding-left:60px;
    padding-top:40px;
    padding-bottom:40px;
}
.catename{font-size:20px;font-weight: bold;text-transform: uppercase;}
.catenameDesc{color:#777;height:60px;overflow: hidden;margin:10px 0;}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
    .nav ul li .a1 {
        font-size: 14px
    }

    .nav ul li .div1 .p1 a {
        font-size: 12px
    }

    .foot_top ul {
        margin-left: 60px
    }

    /* .nav ul li .div1 .p1 {
        width: 58.1%
    } */
}

/* @media(min-width:1025px) and (max-width:1280px){
    .logo{margin-top:10px;}
} */


/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .head {
        display: none
    }

    .moblie_head {
        display: block;
        height: 44px;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd
    }

    .moblie_head .lf {
        padding-top: 10px;
        padding-left: 5%
    }

    .moblie_head .lf img {
        height: 24px
    }

    .moblie_head .rg {
        padding-right: 5%;
        padding-top: 14px
    }

    .moblie_head .rg a img {
        height: 16px;
        vertical-align: top
    }

    .a_txt {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 0px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%
    }

    .a_txt .div3 ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .a_txt .div3 ul li {
        border-bottom: 1px solid #232530
    }

    .a_txt .div3 ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .a_txt .div3 ul li .a_js2 {
        background: url(../images/plus.png) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 ul li .a_js2_on {
        background: url(../images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 ul li .a_txt2 {
        display: none
    }

    .a_txt .div3 ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}