.tl{
    width: 100%;
    height: auto;
}
.con{
    margin: 0 auto 30px;
}
.header .headerCon {
    background: url(/public/bgqq.jpg) no-repeat top center;
    width: 100%;
    height: 200px;
}
.header .headerCon .con{
    width: 1100px;
    margin: 0 auto;
    padding-top:50px;
}
.header .headerCon .con .logo {
    margin: 6px 0 0 6px;
}
.header .search {
    width: 310px;
    height: 38px;
    margin-top: 30px;
    border: 1px solid rgba(255,255,255,0.8);
}
.header .search form {
    width: 310px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    margin-right: 10px;
    display: block;
    border-style: none;
    
    overflow: hidden;
}

.header .search form input {
    height: 100%;
    font-size: 15px;
    display: block;
    background-color: rgba(255,255,255,0.5);
    border: none;
    width: 220px;
    text-indent: 10px;
    
}

.header .search form button {
    width: 90px;
    height: 100%;
    cursor: pointer;
    background: rgba(1,82,147,0.5);
    padding-right: 8px;
    display: block;
    color:#ffffff;
    outline: none;
    border: none;
}

.header .nav{
    width: 100%;
    height: 50px;
    color: #ffffff;
    background: #013f93;
}
.header .nav ul{
    width: 1100px;
    margin: 0 auto;
}
.header .nav ul li{
    width: 12.5%;
    float: left;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.header .nav ul li a{
    color: #fff;
    display:block; 
    transition: background 0.3s;
}
.header .nav ul li a.active{
    background-color: #cd1415;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.header .nav ul li:hover{
    background-color: #00347b;
}
.header .nav .dropList {
    width: 100%;
    display: none;
    z-index: 999;
    position: absolute;
}
.header .nav .dropList .dlItm {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #ffffff;
    background-color: #013f93!important;
    text-align: left;
    overflow: hidden;
    border-bottom: 1px solid #0048a9;
}
.header .nav .dropList .dlItm a {
    letter-spacing: 0px;
    text-align: center;
    transition: background 0.3s;
    
}
.header .nav .dropList .dlItm a:hover {
    background-color: #00347b;
    border：none!important;
}