﻿body,
div,
ul,
li {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    min-width: 1440px;
}

a:link,
a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
    color: #08A5E0;
    text-decoration: none;
}

ul,
ul li {
    list-style-type: none;
}

.cl {
    zoom: 1;
}


/*网站头部*/

.col960 {
    width: 1200px;
    margin: auto;
}

.navbg {
    height: 80px;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 7px #999;
}

#navul {
    display: flex;
    justify-content: space-between;
}

#navul li {
    float: left;
    flex: 1;
    height: 80px;
    position: relative;
    text-align: center;
    line-height: 80px;
    
}

#navul li.navhome {
    text-align: left;
    /* padding: 0 0px 0 40px; */
   
    text-align: center;
}

#navul li a:link,
#navul li a:visited {
    color: #000;
}

#navul li ul {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 76px;
    left: 0px;
    background: rgba(00, 22, 33, 0.5);
    border-top: #339cf6 4px solid;  
    border-bottom: none;
    box-sizing: border-box;
     padding:0px;
}

#navul li ul li {
    display: block;
   
    float: none;
    margin-right: 0px;
    height: 40px;
    position: relative;
    line-height: 40px;
    
    
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* 这是首页顶部菜单 */
    background-color: #fff;
    font-size: 12px;

}

#navul li a {
    font-size: 12px;
}

#navul li.navmoon {
    /* 菜单鼠标移入背景颜色 */
    /* background: #3db16d; */
    /* border: #3db16d 1px solid; */
  
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    /* 菜单输入移入下边线颜色 */
     /* border-bottom: #002233 6px solid; */
}
#navul li.selectnav {
    
    width: 160px;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    border-bottom: #339cf6 4px solid;
}
/* #navul li.selectnav:hover {

border-bottom: 0px solid rgb(27 0 253);
} */
#navul li:hover {
    
    background-color: #0000005b;
}
 
#navul .unhover:hover {
    
    background-color: #00000000;
}
#navul li.selectnav a{
    color:#fff;
}

#navul li.navmoon a {
    color: #000;
    width: 100%;
}

#navul li.navhome a:hover {
    color: #FCFF00;
}

#navul li.navmoon ul {
    display: block;
    width: 100%;
}

#navul li.navmoon ul a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

#navul li.navmoon ul a:hover {
    background: #339cf6;
    color:#fff;
}