/*******/
:root{

  --color1:#144881;  
  --color2:#003571; 
  --color3:#dab150;  
  
}
.bg0{
  background:none;
}
.bg1{
  background-color: var(--color1);
}
.bg2{
  background-color: var(--color2);
}
.bg3{
  background-color: var(--color3);
}


/*******/
ul {
 margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
li {
 margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
ul {
 list-style: none;
}
li {
 list-style: none; }
a:link {
 text-decoration: none; cursor: pointer;
}
a:visited {
 text-decoration: none; cursor: pointer;
}
a:hover {
 text-decoration: none; cursor: pointer;
}
a:active {
 text-decoration: none; cursor: pointer;
}

a:hover {
 color: var(--color1); 
}


body{
   background: #fff;
   font-family:"微软雅黑";
}
#nav{
border-bottom: 0px solid #dab150;
}

.row{
    width:100%;  
    max-width:1400px;
    margin: 0px auto;
 }

@media(max-width: 768px){
  .row{
    width:100%;}
}