.header{
    width: 100%;
    height: 100px;
    /*background-color: rgba(12, 67, 124, 1);*/
   background-color: #003366;
    min-width: 1300px;
    position: fixed;
    z-index: 9999;
}
.header-left a{
    display: inline-block;
}
.header-left img{
    width: 225px;
    height: 70px;
    margin:20px 30px 0 20px;
}
.header-left span{
    font-size: 17px;
    color: white;
    margin-top: 46px;
}
.header-right{
    margin-top: 40px;
}
.phone{
    margin-top: 13px;
    font-size: 13px;
}
.nav,.nav ul {
    list-style:none;
    margin:0;
    padding:0;
}
.nav {
    position:relative;
}
.nav ul {
    height:0;
    left:0;
    position:absolute;
    top:46px;
}

.nav li {
    float:left;
    position:relative;
    z-index: 999999;
}
.nav li a {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    background-color:#003366;
    border:1px solid #003366;
    color:#FFF;
    display:block;
    font-size:17px!important;
    line-height:35px;
    padding:5px 20px;
    text-decoration:none;
    transition:0.5s;
}

.nav li:hover > a {
    background:#000;
    border-color:#6E67A6;
    color:#fff;
}

.nav li:hover ul.subs{
    height:auto;
    width:180px;
}
.nav ul li {
    -moz-transition:0s;
    -o-transition:0s;
    -webkit-transition:0s;
    opacity:0;
    transition:0s;
    width: 250px;
}

.nav li ul li {
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.nav li:hover ul li {
    opacity:1;
    -moz-transition-delay:0s;
    -o-transition-delay:0.5s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.nav ul li a {
    background:rgba(12, 67, 124, 1);
    border-color:rgba(12, 67, 124, 1);
    color:#fff;
    line-height:1px;
    -moz-transition:0s;
    -o-transition:0s;
    -webkit-transition:0s;
    transition:0s;
}

.nav li:hover ul li a {
    line-height:35px;
}

.nav ul li a:hover {
    background:#000;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(-90deg,rgba(255,255,255,0.5),rgba(255,255,25,0));
}
.header-right>span{
    font-size: 18px;
    float: right;
    color: #fff;
    line-height: 20px;
    margin-right: 20px;
}