:root{
  --color1:#0059e8;
  --color2:#1d70f5;
  --color3:#e74c3c;
  --color4:#fefefe; 
  --color5:#1431A5; 
}
.bg1{
  background-color: var(--color1);
}
.bg2{
  background-color: var(--color2);
}
.bg4{
  background-color: var(--color4);
}
.bg5{
  background-color: var(--color5);
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul,li{list-style:none;}
a,a:link,a:visited{text-decoration:none}


body
{
background:none;
background-position: top;
background-repeat: repeat-x;
font-family:"微软雅黑"; 
}

.row{
    width:100%;  
    max-width:1400px;
    margin: 0px auto;
 }
@media (min-width: 1200px) {
  .container{
      max-width: 1400px;
      width: 1400px;}
}
@media(max-width: 768px){
  .row{
    width:100%;}
}