*{
 margin: 0 auto;
}
ul,li{
 list-style: none;
}
a{
 text-decoration: none;
}
.clear{
 clear: both;
}
.header{
 width: 100%;
 min-width: 1200px;
 height: 130px;
 background: #003F88;
}
.header .header-con{
 width: 1200px;
 height: 90px;
 margin: 0 auto;
 padding: 20px 0;
}
.header-left{
 float: left;
 width: 50%;
}
.header .header-logo{
 width: 100%;
 height: 90px;
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
.header .header-right{
 width: 40%;
 float: right;
}
.header .header-right img{
 opacity: 0.2;
}
.nav{
 width: 100%;
 min-width: 1200px;
 height: 46px;
}
.nav .main-nav{
 width: 1200px;
 height: 46px;
 margin: auto;
}
.nav .menu{
 width: 1200px;
 margin: 0 auto;
 padding: 0px;
}
.main-nav ul li{
 width: 109px;
 float: left;
 text-align: center;
}
.main-nav ul li:hover{
 background: rgba(0,63,136,0.8);
}
.main-nav ul a{
 display: block;
 text-decoration: none;
 text-align: center;
 line-height: 46px;
 color: #000000;
 font-size: 18px;
}
.main-nav .drop-down{
 position: relative;
 
}
.main-nav .submenu{
 padding: 0;
 display: none;
 position: absolute;
 z-index: 1;
 background: rgba(0,63,136,0.9); 
}
.main-nav .submenu a{
 color: #FFFFFF;
 font-size: 15px;
}
.main-nav .submenu li:hover > a{
 background: rgba(0,63,136,0.9);
 color: #FFFFFF;
}
.main-nav .drop-down:hover .submenu{
     display: block;
}
.footer{
 width: 100%;
 min-width: 1200px;
 background: #003F88;
 margin: 0 auto;
 margin-top: 20px;
}
.footer .footer-main{
 width: 1200px;
 height: 160px;
}
.footer .footer-left{
 padding: 45px 0;
 float: left;
}
.footer .line{
 float: left;
 width: 1px;
 height: 160px;
 background: linear-gradient(244deg,rgba(255,255,255,0) 10%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 90%);
}
.footer .footer-right{
 float: left;
 height: 160px;
}
.footer .footer-ri-con{
 height: 105px;
 padding: 22px 0;
 margin-left: 100px;
}
.footer .fot-licon{
 height: 20px;
 line-height: 20px;
 color: #FFFFFF;
 font-size: 12px;
}
.footer .title{
 color: #FFFFFF;
 font-size: 20px;
 height: 38px;
 line-height: 38px;
}