.header-top{
    width:1200px;
    margin:auto;
    height:120px;
    line-height: 120px;
}

.logo{
    width:435px;  
}
.ln{
    width:490px;
    padding-left: 30px;
    box-sizing: border-box;
}
.en{
    width:50px;
    text-align: center;
}
.en a{
    color:#0062AD;
}
.search{
    width:205px;
    height:30px;
    background: url(../images/search.png) no-repeat;
    margin-top:45px;
}
.search .cha{
    width:155px;
    height:30px;
    outline: none;
    background: transparent;
    padding-left:10px;
    box-sizing: border-box;
}
.search .sou{
    width:50px;
    height:30px;
}
.nav-box{
    width:100%;
    height:50px;
    line-height: 50px;
    background: #0062AD;
}
.nav{
    width:1200px;
    margin:auto;
    color:#fff;
    font-size: 16px;
}
.nav a{
    color:#fff;
    display: inline-block;
    width:100%;
    height:100%;
    float: left;
  
}
.nav li ul li a{
font-size:12px;
}
.nav li{
float: left;
width:120px;
height:50px;
text-align: center;
position: relative;

}
.nav li .lis {
    position: absolute;
    top:50px;
    left:0;
   
    z-index: 1001;
    display: none;
}
.nav li .lis li{
    height:30px;
  	line-height: 30px;
    background:rgba(0,50,129,0.6);
    height: auto;
    line-height: inherit;
}
.nav li .lis li:hover{
   background: #1F1ACC;
}

.nav .item::after {
    content: "|";
    float: left;
    color: #fff;
  }
  .nav  .first::after{
    content: "";
  }
  .banner{
      width:100%;
      height:605px;
  }
.bg-img{
    width:100%;
    height:385px;
    background: url('../images/lbtp.jpg') no-repeat ;
    background-size: 100% 100%;
    position: relative;
}
.bg-img .mbxdh{
    position: absolute;
    width:100%;
    height:30px;
    bottom:0;
    left:0;
    background:url('../images/cur-bg.png') no-repeat center top;
}
.bg-img .mbxdh .w{
    padding-left: 45px;
    padding-top: 3px;
    box-sizing: border-box;
    color:#FFF;
}
.bg-img .mbxdh .w a{
    color:#fff;
}
  .footer{
      width:100%;
      height:150px;
      background: #0062AD;
  }
  .footer a,.footer span{
      display: inline-block;
  }
  .footer a{
      color:#fff;
  }
  .footer .w>.fl{
      width:1050px;
      height:150px;
  }
  .footer .w>.fr{
    width:150px;
    height:150px;
  }
  .footer .youlian{
      height:30px;
      margin-top:20px;
  }
  .footer .youlian select{
        width:210px;
        height:30px;
        float:left;
        line-height: 30px;
        box-sizing: border-box;
        border: 1px solid #fff;
        padding: 0 20px;
        color:#FFF;
        margin-right:30px;
        background: #0C1E3D;
        font-size: 14px;
  }
  .footer .youlian option{
      width:210px;
      height:30px;
  }
  .footer .xiangq{
      margin-top:20px; 
      width:100%;
      color:#fff;
  }
  .footer .ejxl{
      width:210px;
      max-height:300px;
      overflow: auto;
  }
  .footer .ewm{
      padding-top: 20px;
    text-align: center;
    color: #fff;
  }
  .footer .ewm span{
    margin-top: 5px;
  }