@charset "utf-8";

.top{

width: 100%;

background: url(../images/top-bj.png) top center no-repeat;
}

.topa{

    padding: 25px 0;

    position: relative;

    height: 100px;

}

.top-logo{
}

.top-logo img{

    height: 97px;

    display: block;

    float: left;

}
.top-logo dl{

float:left;

font-size: 16px;

line-height: 30px;

margin-top: 17px;

margin-left: 15px;
}

.top-logo dl dt{

color: #01408f;

font-size: 24px;

font-weight: bold;
}

.top-logo dl dd{

    color: #333;

}

.top-tel{

background: url(../images/t-tel.png) left center no-repeat;

padding-left: 40px;

margin-top: 20px;

text-align: right;
}

.top-tel p{

    line-height: 30px;

    font-size: 16px;

}

.top-tel p span{

font-size: 32px;

font-weight: bold;

display: block;

line-height: 30px;

color: #01408f;
}
.top-tel p i{
    display: block;
    font-style: normal;
    float: right;
    padding-left: 25px;
    margin-top: 5px;
}

.search{
    float: left;
    width: 400px;
    margin-left: 100px;
}
.search .biank{
    display: flex;
    border: 1px solid #313847;
    border-radius: 50px;
    line-height: 6rem;
    overflow: hidden;
    background: #f9fafb;
}
.search .biank input{
    outline: 0;
    border: 0;
    width: 350px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #f9fafb;
}
.search .biank button{
    border: 0;
    width: 60px;
    padding: 0;
    font-size: 2rem;
    background: url(../images/tb01.png) center center no-repeat;
    cursor: pointer;
}
.search .gjc{
    margin-top: 10px;
}
.search .gjc span{
    font-weight:bold;
    color: #a3a8ae;
}
.search .gjc a{
    color: #a3a8ae;
    margin-right: 5px;
}



.nav_list{position: relative;background: #01408f;}

.nav_list ul>li{

    float: left;

    height: 60px;

    line-height: 60px;

    width: 150px;

}

.nav_list ul>li>a{

color: #fff;

display: block;

font-size: 16px;

text-align: center;
}

.nav_list ul>li:hover>a,.nav_list ul>li>a.on{

    background: #009241;

}

.nav_list ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    top: 50px;
}
.nav_list ul li div dl dd{
    line-height: 50px;
    border-bottom: 1px solid #efefef;
}
.nav_list ul li div dl dd a{
  color: #333;
  font-size: 16px;
  display:
  block;
  white-space: nowrap;
  padding: 0 25px;
  min-width: 150px;
}
.nav_list ul li div dl dd a:hover{
  color:#fff;
  background:#01408f;
}