body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}
body{
  font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}



.m20 {
    margin: 20px;
}

.mp_40 {
    margin-top: 40px;
}

.p20 {
    padding: 20px;
}

.nav {
    background-color: #08395E;
    
  }

  .nav-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    
  }

  .nav .logo {
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 5px;
    width: 110px;
  }
 
  .nav .navlist ul {
    
    line-height: 50px;
    display: flex;
    justify-content: space-around;
  }


  .nav a {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
  }

  .nav .navhover {
    color: #FFD050;
    font-weight: bold;
  }

  .swiper {
    width: 100%;
   
  }

 
.flex{
    display: flex;
}
.footer {
  background-color: #08395E;
  color: #fff;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 30px;
}

.footer-cn {
  margin-bottom: 20px;
}

.footer-cn ul {
  justify-content: flex-end;
}

.footer-tn img {
  margin-right: 10px;
  width: 16x;
  height: 16px;
  vertical-align: top;
}

.footer-tn p {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 12px;
}

.footer-cn ul a {
  color: #fff;
  margin-right: 10px;
}