body {
  /* width: 7.5rem; */
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.header {
  width: 100%;
  height: 1.1rem;
  background-color: #ffffff;
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header_cont {
  width: 12rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_cont .menu {
}

.header_cont .menu ul {
  display: flex;
}

.header_cont .menu ul li {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.24rem;
}

.header_cont .menu ul li:hover a {
  color: #0261cd;
  /* font-weight: bold; */
}

.header_cont .menu ul .active a {
  color: #0261cd;
  font-weight: bold;
}

.header_cont .menu ul li a {
  text-decoration: none;
  color: #999999;
  /* padding: 0 0.25rem; */
  margin-left: 0.5rem;
}

.header .logo {
  width: 1.2rem;
  height: 0.88rem;
}
.logo_desc{
  color:rgba(246, 173, 50, 1);
  font-size: 0.4rem;
  margin-top: 0.1rem;
  letter-spacing: -2px;
  font-weight: bolder;
}

.banner_cont {
  width: 100%;
  margin-top: 1.1rem;
  position: relative;
}

.banner_cont a {
  position: absolute;
  width: 26%;
  height: 18%;
  top: 77%;
  left: 55%;
}

.flex-row-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

.flex-column-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.block {
  width: 100%;
}

.lightblue {
  background: #f7fbff;
}

.milky {
  background: #fffbf7;
}

.pic1 {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 0.3rem;
  justify-content: center;
  align-items: center;
}

.pic1 img {
  width: 0.8rem;
}

.flex1 {
  flex: 1;
  margin-left: 0.3rem;
}

.flex1 ul {
  margin-top: 0.78rem;
  display: flex;
  width: 12rem;
}

.flex1 ul li {
  width: 4rem;
  font-size: 0.2rem;
  font-family: Arial;
  font-weight: bold;
  color: #0261cd;
  line-height: 0.32rem;
  text-align: center;
}

.pic1 li {
  margin: 0.03rem 0;
  font-size: 0.24rem;
  font-family: Arial;
  color: #333333;
  line-height: 0.28rem;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  text-align: center;
}

.media-heading {
  font-size: 0.28rem;
  font-family: Arial;
  font-weight: bold;
  color: #88520b;
  line-height: 0.32rem;
  margin-top: 0.28rem;
  margin-bottom: 0.1rem;
}

.footer {
  background: #006bd5;
  padding: 0.58rem 0 0.28rem;
}

.link {
  width: 12rem;
  margin: 0 auto;
  padding: 0 1.7rem;
  display: flex;
  justify-content: space-between;
}

.link a {
  display: inline-block;
  height: 0.3rem;
  font-size: 0.16rem;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.28rem;
}

.copyright {
  width: 12rem;
  padding: 0 0.1rem;
  margin: 0.6rem auto 0;
  font-size: 0.16rem;
  font-family: Arial;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.28rem;
  text-align: center;
}

@media (max-width: 1200px) {
  .header {
    height: 0.96rem;
  }

  .header_cont {
    width: 100%;
    padding: 0 0.3rem;
  }

  .header_cont .logo {
    width: 1rem;
    height: 0.6rem;
  }

  .header_cont .menu ul li a {
    margin-left: 0.36rem;
  }

  .banner_cont {
    margin-top: 0.96rem;
  }

  .pic1 {
    flex-direction: row;
    padding: 0.6rem 0.78rem;
  }

  .media-heading {
    font-size: 0.32rem;
    margin: 0;
    text-align: left;
  }

  .flex1 {
    max-width: 5.5rem;
  }

  .flex1 ul {
    margin-top: 0.1rem;
    width: 100%;
    flex-direction: column;
  }

  .flex1 ul li {
    width: auto;
    text-align: left;
  }

  .link {
    width: 100%;
    padding: 0 0.13rem;
  }

  .copyright {
    width: 100%;
  }
}
