
*{
    margin: 0;
    padding: 0;
}
/* 思源黑体CN 粗体 */
@font-face {
    font-family:"siyuan_bold";
    src: url("../../../css/fonts/SourceHanSansCN-Bold.otf");
}
/* 思源黑体CN 正常 */
@font-face {
    font-family:"siyuan";
    src: url("../../../css/fonts/思源黑体CN-ExtraLight.otf");
}
.header{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1999;
    box-shadow: 0px 0px 10px #d6d6d6;
}
.header .dropdown{
    cursor: pointer;
    color: #333;
    height:30px;
    line-height: 30px;
}
 .header .mfsy{
    background: #1963a0;
    color: #fff;
    padding: 8px 15px;
    height: initial !important;
    border-radius: 20px;
    cursor: pointer;
}
.navbox{
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}
.header .nav {
    width: 1000px ;
    /* height: 50px; */
    padding-left: 10px;
    background-image: url(images/bg.jpg);
    z-index: 999;
    font-family: MicrosoftYaHei;
    height: 100%;
    user-select: none;
}
ul {
    list-style: none;
}
.header .nav>ul {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    height: 100%;
}

.header .nav > ul > li {
    float: left;
    margin-right: 10px;
    position: relative;
}
.header .nav > ul{
    margin-bottom: 0;
}

.header .nav a {
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 30px;
}
.header .nav>ul>li{
    height: 100%;
    display: flex;
    align-items: center;
}
.header .nav>ul>li>a {
    font-size: 16px;
}
.header .nav a:hover{
    color: #478fc7;
}
.header .nav li ul {
    position: absolute;
    top: 30px;
    display: none;
}
.header .chanpinzhongxin{
    background:#fff;
    width:700px;
    left: -250px;
    top: 80px !important;
    font-size: 14px;
    padding-bottom: 15px;
    box-shadow: 0 6px 10px rgba(0,0,0,.18); 
    border: 1px solid rgba(0,0,0,.15);
}
.header .chanpinzhongxin>div{
    float: left;
    width: 30%;
}
.header .chanpinzhongxin a {
    height: 35px;
    line-height: 35px;
    text-align: left;
}
.header .guanyuwomen{
    background:#fff;
    width:120px;
    height: 210px;
    left: -30px;
    top: 80px !important;
    text-align: center;
    box-shadow: 0 6px 10px rgba(0,0,0,.18); 
    border: 1px solid rgba(0,0,0,.15);
}
.header .guanyuwomen a{
    font-size: 14px;
    height: 33px;
    line-height: 33px;
}
.header .jiejuefangan{
    background:#fff;
    width:190px;
    height: 240px;
    left: -65px;
    top: 80px !important;
    text-align: center;
    box-shadow: 0 6px 10px rgba(0,0,0,.18); 
    border: 1px solid rgba(0,0,0,.15);
}
.header .jiejuefangan a{
    font-size: 14px;
    height: 33px;
    line-height: 33px;
}
.header .dropdown_ul{
    margin-left: 10px;
}
.header .dropdown_ul a{
    font-size: 13px;
}
.header #content{
    margin-top: 0px;
  }
  /* 移动端菜单 */
.mobileBox{
    width: 100%;
    height: 55px;
    background-color: #f8f8f8;
    display: none;
    position: fixed;
    top: 0;
    z-index: 1999;
}
.befor{
    display: block;
    height: 80px;
}
.header_mobile{
    display: none;
    font-size: 16px;
    width: 100vw;
    max-height: calc(100vh - 60px);
    overflow: auto;
    background-color: #fff;
}
.header_mobile a{
    color: #333;
    width: 100%;
}
.header_mobile li ul{
    display: none;
}
.header_mobile ul{
    padding-left: 35px;
}
.header_mobile li{
    min-height: 50px;
    line-height: 50px;
}
.dropdown_mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seleicon{
    width:20px;
    height:20px
}
.ul2>li a{
    color: #787e85;
    font-size: 14px; 
}
.ul2>li ul{
    font-size: 14px;
    color: #787e85;    
}

.menuIcon{
    height: 100%;
    display: flex;
    align-items: center;
}
#zzc{
    background-color: rgba(0,0,0,.6);
    height: 100vh;
    z-index: 1998;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    display: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
}
@media (min-width: 768px)  {
    #zzc{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .logo{
        width: 250px;
    }
}
@media (max-width: 768px)  {
    .header{
        display: none;
    }
    .mobileBox{
        display: block;
    }
    .header_mobile a{
        display: inline-block;
    }
    .logo{
        height: 100%;
    }
    .befor{
        height: 55px;
    }
}