body,ul,li{
   font-size: 12px; 
   margin: 0;
   padding: 0;
}
a:hover{
    color:#f60;
}
ul{
    margin-top: 0;
    margin-bottom: 0;
    /*padding-inline-start: 5px;*/
}
li{
    list-style: none;
}
p{
    margin:0;
}
input:focus { outline: none; }
h1{
    border-bottom: solid 1px #cccccc;
    padding-bottom: 5px;
    margin-bottom: 30px !important;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
}
.main{
    width: 100%;
    
}
.top{
    width: 100%;
    /*background: #00599c;*/
    background: rgb(66, 153, 244);
}
.content{
    max-width: 1280px;
    margin:0 auto;
    overflow: hidden;
    
}
.logo{
    padding: 15px 0 5px 0;
    float: left;
}

.header{
    width: 100%;
    background: #003b69;
    color:#ffffff;
    top:0;
    z-index: 999;
}
.header .li{
    padding: 13px 20px 8px 20px;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    line-height: 30px;
    height: 54px;
    font-size: 16px;
    font-weight: bold;
}
.header .li:hover{
    background: #ffffff;
    color: #f60;
}
.header .li:hover .header-sublabel{
    color:#f60;
}
.header .li-search{
    float: left; 
    margin-right: 20px;
}
.header .li-product{
    font-weight: normal;
    padding-right: 50px;
    padding-left: 5px;
}
.header-label{
    font-size: 16px;
    line-height: 16px;
    font-family: emoji;
    font-weight: bold;
}
.header-sublabel{
    font-size: 12px;
    line-height: 12px;
    color: #abd8f4;
}
.header .product-ico{
    float: left;
    font-size: 29px;
    line-height: 30px;
    margin-right: 10px;
}
.header .product-title{
    float: left;
}
.product-cate,#kwdlist,.abuout-cate,.contact-cate{
    border: solid 1px #dddddd;
    position: absolute;
    background: #fff;
    margin-top: 41px;
    display: none;
    margin-left: -6px;
    border-top-color: #e9e9e9 ;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    cursor: auto;
    color: #333333;
    line-height: 24px;
    font-size: 12px;
    padding: 10px 12px;
    z-index: 99;
}
.abuout-cate{
    margin-top: 11px;
    margin-left: -21px;
}
.product-cate .item{
    border-right: solid 1px #dddddd;
    padding: 0 20px;
    /*height: 255px;*/
    float: left;
}
.product-cate .item1{
    padding-left:7px;
}
.header .search-input{
    width: 439px;
    height: 44px;
    margin-top: 5px;
    padding-left: 5px;
    color:#333333;
}
.header .search-button{
    height: 36px;
    margin-top: -2px;
    padding: 5px 8px;
    font-size: 21px;
    margin-left: -42px;
    border: none;
    background: #f60;
    color: #fff;
}
.header .menu,.header .closesearch,.header .search{
    display: none;
    color: #ffffff;
    float: right;
    font-size: 24px;
    padding: 13px 15px 7px 0;
}
.body{
    width: 100%;
    padding: 12px 0 30px 0;
}
.woocommerce-breadcrumb{
    margin-bottom: 20px;
}
.footer{
    /*background: #00599c;*/
    background: rgb(66, 153, 244);
    color: #ffffff;
    padding: 10px 20px;
}
.footer a{
    color: #ffffff;
}
.footer a:hover{
    color: #f60;
}
.footer h4{
    font-weight: bold;
    font-size: 15px;
}
.footer li{
    line-height: 21px;
    /*font-family: "Open Sans";*/
}
.scial-network li{
    width: 36px;
    height: 36px;
    float: left;
    border: solid 1px #fff;
    margin-right: 10px;
    background: url(/wp-content/themes/twentytwentyone/assets/images/sj.png);
    background-size: cover;
    cursor: pointer;
}
.email-exclusive{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.btn-a{
    background: #ff6600;
    border: none;
}
.btn-a:hover{
    background: #ff4608;
}
.email-su{
    width: 190px;
    height: 33px;
    margin-top: 6px;
    color: #333333;
    padding-left: 5px;
}

/*回到顶部按钮*/
.gotoTop{
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 300px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    background: rgba(0,0,0,0.3);
    display: none;
}
.gotoTop:hover{
    background: rgba(0,0,0,0.7);
} 

.imform{
    width: 100%;
    color: red;
}
    

@media  (max-width:768px) {
    .wp-hide,.header .li-search,.header .li{
        display: none;
    }
    .li-search,.header .search-input{
        width: 100%;
    }
    .header .li-search{
        margin-bottom: 5px;
        margin-top: -5px;
    }
    .header .search-button{
        position: absolute;
        margin-top: 9px;
    }
    .header .li-product{
        display: block;
    }
    .product-cate .item{
        width: 50%;
        height: auto;
        padding: 0;
        border-right: none;
    }
    .product-cate .item1{
        padding-left: 0;
    }
    .product-cate .item3{
        margin-top: 10px;
    }
    .header .li-product{
        padding-right: 5px;
    }
    .header .li{
        margin-left: 0;
    }
    /*.header .menu,.header .search{*/
    /*    display: block;*/
    /*}*/
    .header .search{
        display: block;
    }

    
}

.alert{
        width: 300px;
        /*height: 46px;*/
        font-size: 16px;
        padding: 0 10px;
        line-height: 46px;
        margin-left: -150px;
        margin-top: -23px;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 999;
        display: none;
    }
    #kwdlist{
        margin-top:0;
        width: 100%;
        max-width: 468px;
        margin-left:0;
        padding: 0;
    }
    #kwdlist ul{
        padding: 10px 0;
    }
    #kwdlist ul li{
        padding: 0 10px;
    }
    #kwdlist ul li:hover{
        background: #003b69;
        color: #fff;
    }
    #kwdlist ul a:hover{
        text-decoration: none;
    }
    .s_sinput{
        width: 40%;
        margin-right: 5px;
        margin-bottom: 20px;
    }
    .s_sbutton,.pdf_sbutton{
        width: 15%;
        background: #ff6600;
        border: none;
        color: #ffffff;
        height: 30px;
        font-size: 15px;
        border-radius: 3px;
        min-width: 60px;
    }
    .language{
        float: right;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        margin-top: 15px;
        margin-right: 15px;
        line-height: 18px;
        height: 18px;
        overflow: hidden;
    }
    .footer-blog{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    @media  (max-width:768px) {
        .s_sinput,.s_sbutton{
            width: 100%;
            margin-bottom: 10px;
        }
        .s_sbutton{
            height: 36px;
        }
    }
    .abuout-cate ul li, .product-cate ul li, .contact-cate ul li {
        font-size: 16px;
        font-weight: normal;
        padding: 3px 0;
    }
    .contact-cate{
        margin-top: 11px;
        margin-left: -21px;
    }






