/* nav-start  */
.navbar {
  width: 100%;
  min-height: 139px;
  background: url("../image/nav.png") no-repeat center center;
  background-size: cover;
  list-style-type: none;
  position: relative;
  z-index: 99;
}

.navbar ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.navbar li {
  height: 70px;
  line-height: 70px;
  min-width: 110px;
  text-align: center;
  cursor: pointer;
}
.navbar li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.navbar .on a {
  background: url("../image/hover.png") no-repeat left center;
  background-size: contain;
  z-index: 999;
}

/*  nav-end  */

/* banner-start */
.banner {
  width: 100%;
  height: 460px;
  background: url("../image/banner.png") no-repeat center center;
  margin-top: -72px;
  border-bottom: 10px solid #1862bd;
}

.banner .logo {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.logo img:nth-child(3) {
  z-index: 999;
  width: 6rem;
}
.logo img:nth-child(4) {
  display: inline-block;
  margin-top: 5rem;
  width: 35rem;
}
.barrier-free,
.search-icon {
  height: 35px;
  /* width: 100px; */
  border-radius: 20px;
  line-height: 35px;
  padding: 0px 10px;

  z-index: 100;
  font-size: 15px;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.barrier-free {
   width: 100px;
  position: absolute;
  top: 20px;
  right: 15px;
  text-align: center;
}
.barrier-free a {
   letter-spacing: 2px;
}
.barrier-free a ,.search-icon a {
  font-size: 14px;
  color: #1862bd;
}
.search-icon {
  width: 75px;
  position: absolute;
  top: 20px;
  right: 125px;
  padding-left: 10px;
  cursor: pointer;
  z-index: 999;
}
.search-icon a {
  width: 100%;
  height: 100%;
  text-align: right;
  display: inline-block;
  background: url("../image/search.png") no-repeat left center;
}
/* index-links start */
.related-links {
  width: 100%;
  background: #f2f2f2;
}
.related-links .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related-links p {
  width: 150px;
  min-height: 65px;
  line-height: 65px;
  font-size: 20px;
  color: #1862bd;
  font-weight: bold;
  padding-left: 32px;
  background: url(../image/links.png) no-repeat left center;
  cursor: pointer;
}
.related-links h4 {
  float: left;
  width: 224px;
  height: 36px;
  line-height: 36px;
  background: url(../image/link_white.png);
  text-align: center;
}
.related-links h4 a {
  font-size: 16px;
}
.related-links .link-fix {
  background: url(../image/link_bg.png);
}

.links-list {
  width: 100%;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}


.information {
  height: 150px;
  background: #1862bd;
}
.index-bottom {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.index-bottom  p{
  padding-right: 20px;
}
@media (max-width: 1199px) {
 
  .links-list {
    padding: 0px 0 18px 0;
  }
  .related-links .links {
    flex-wrap: wrap;
  }
  .related-links h3 {
    width: 100%;
  }
  .related-links p {
    width: 98%;
  }
  .related-links h4 {
    width: 45%;
    margin-bottom: 10px;
  }
  .related-links .link-fix {
    background: url(../image/link_white.png);
  }
}
@media (max-width: 998px) {
  .navbar {
    width: 100%;
    min-height: 120px;
    background: #1862bd;
  }
  .navbar li {
    height: 60px;
    line-height: 60px;
  }
  .banner {
    margin-top: -1px !important;
  }
  .logo img:nth-child(3) {
    margin-top: 7rem;
  }
}
@media (max-width: 860px) {
  .information {
    height: auto;
  }
  .index-bottom {
    flex-direction: column;
    height: auto;
    padding-top: 10px;
  }
  .index-bottom p{
    margin-bottom: 8px;
  }
}
@media (max-width: 599px) {
  .logo img:nth-child(3) {
    width: 5rem;
    margin-top: 8rem;
  }
  .logo img:nth-child(4) {
    width: 28rem;
  }
  .logo img:nth-child(4) {
    margin-top: 2rem;
  }
  .banner {
    margin-top: 0px;
    border-bottom: none;
  }
  .navbar ul {
    justify-content: flex-start;
  }
  .navbar li {
    width: 33%;
  }
    .information {
    height: auto;
  }
  .platform_column ul li {
    width: 100%;
  }
  .index-bottom {
    font-size: 14px;
  }
  .index-bottom  p{
  padding-right: 0px;
}
}
@media (max-width: 469px) {
  .navbar li {
    height: 45px;
    line-height: 45px;
  }
  .banner {
    height: 360px;
  }
  .logo img:nth-child(3) {
    width: 4rem;
  }

  .logo img:nth-child(4) {
    width: 24rem;
  }
}
@media (max-width: 399px) {
  .navbar li a {
    font-size: 15px;
  }

  .logo img:nth-child(4) {
    width: 20rem;
  }
}
@media (max-width: 350px) {
    .navbar ul {
        justify-content: space-around;
    }
}