*{
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
}
a{
    text-decoration: none;
    color: #333;
}
body{
    background-color: #ffffff;
}
li{
    list-style-type: none;
}
.headerWrap{  width: 100%;  border-top: #00518f 0px solid;  }

.head-first{
    width: 1180px;
    margin: 0 auto;
}
.head-first div{
    float: left;
}
.head-first div span{
    margin-left: 20px;
    font-size: 14px;
    color:#00518f ;
}
.head-first ul{
    float: right;
    position: relative;
    margin-left: 500px;
    margin-top: 5px;
}
.head-first ul li{
    float: left;
    width: 100px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    border-right: 1px solid #00518f ;
}
.head-first ul li a{
    color:#00518f ;
}


.header{
    width: 1180px;
    margin: 0px auto;
    margin-top: 10px;
    height: 60px;
    /*background-color: #71acab*/
}
.logo{
    display: block;
    float: left;
    width: 600px;
    height: 90px;
    margin-left: -55px;
    background:url('../images/logo.png') no-repeat center;
    background-size:  100% 100% ;
    color: rgba(255, 255, 255, 0);
}
.tel{
    float: left;
    margin-left: 110px;
    width: 230px;
    height: 40px;
    padding-left: 0;
    margin-top: 20px;
}
.border{
    height: 40px;
    margin-top: 20px;
    border-left: 1px solid grey ;
    margin-left: 20px;
    float: left;
}
.head-icon{
    float: right;
    width: 250px;
    height: 60px;
    margin: 10px 0 0 0;
}
.icon ul li{
    float: left;
    width: 60px;
    height: 40px;
    text-align: center;

}
.icon ul li img{
    margin-top: 10px;
}

.telfont{font-size: 20px;}



.nav{
    clear: both;
    background: #0D78E3;
    width: 100%;
    height: 50px;
}
.nav-list{
    height: 50px;
    width: 1180px;
    margin: 0 auto;
    margin-top: 30px;
}
.nav-list li{
    float: left;
    height: 50px;
    width: 168px;
    line-height: 50px;
    position: relative;
}
.nav-list li:hover{
    background-color: #006ba9;
}
.nav-list li a{
    display: block;
    width: 168px;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    border-left: 1px dotted #fff;
}
.nav-dispaly{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 168px;
    z-index: 999999;
    margin-top: 10px;
}
.nav-dispaly li {
    border-bottom: 1px dotted #fff;
    height: 40px;
}
.nav-dispaly li a{
    display: block;
    color: white;
    line-height: 20px;
    border: none;
}


/*一级分类下拉*/


















































