﻿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: 60px;
    width: 100%;
    background: #0147A1;
    box-shadow: 1px 1px 7px #999;
}

#navul {
    display: flex;
    justify-content: space-between;
}

#navul li {
    float: left;
    margin-right: 1px;
    width: 160px;
    height: 60px;
    position: relative;
    text-align: center;
    line-height: 60px;
}

#navul li.navhome {
    text-align: left;
    /* padding: 0 0px 0 40px; */
    width: 160px;
    text-align: center;
}

#navul li a:link,
#navul li a:visited {
    color: #FFFFFF;
}

#navul li ul {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 60px;
    left: 0px;
    background: #006D96;
    opacity: 0.9;
    /* border: #0147A1 1px solid; */
    border-bottom: none;
    box-sizing: border-box;
}

#navul li ul li {
    display: block;
    width: 150px;
    float: none;
    margin-right: 0px;
    height: 50px;
    position: relative;
    line-height: 50px;
    border-bottom: #1B6AD1 1px solid;
    font-size: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #1B6AD1;
    font-size: 18px;
}

#navul li a {
    font-size: 14px;
}

#navul li.navmoon {
    background: #1B6AD1;
    /* border: #1B6AD1 1px solid; */
    width: 160px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    /* border-bottom: #E6B94C 6px solid; */
}
#navul li.selectnav {
    background: #0147A1;
    /* border: #1B6AD1 1px solid; */
    width: 160px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    /* border-bottom: #E6B94C 6px solid; */
}

#navul li.navmoon a {
    color: #FFFFFF;
}

#navul li.navhome a:hover {
    color: #FCFF00;
}

#navul li.navmoon ul {
    display: block;
}

#navul li.navmoon ul a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

#navul li.navmoon ul a:hover {
    background: #0147A1;
}