@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'lishu';
  src: url("../font/dingliehakkafont-2.woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%; /* 1rem = 10px */
}
/* Body */
body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: url("../images/web_bj.png") center;
  background-color: #0b1a26;
  background-size: 100%;
  background-position: top;
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}
/* Container */
.container {
  width: 100%;
  max-width: 128rem;
  margin: 0rem;
  padding: 0rem;
  margin-left: auto;
  margin-right: auto;
  background-size: 100%;
}
/* Header */
img {
  max-width: 100%;
  height: auto;
}
/*重要信息+媒介*/
.Message-Medium {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0rem;
  padding: 0rem;
  background: #c79252;
}
.Message {
  font-size: 1.6rem;
  width: 100%;
  height: 4rem;
  align-content: center;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.Medium {
  width: auto;
  display: flex;
  justify-content: center;
}
.Medium_icon {
  width: 2rem;
  height: auto;
  padding: 0.2rem 1rem;
  border-left: 0.15rem dashed #744b19;
  justify-content: center;
  text-align: center;
  align-content: flex-end;
  font-size: 2.5rem;
}
.Medium_icon:hover {
  background: #f8c07c;
}
/*--------导航栏样式--------*/
.web-logo {
  padding: 0rem 2rem 0rem 2rem;
}
.navbar {
  width: 100%;
  background: #0c273c;
  margin-bottom: 1rem;
  position: relative;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem;
}
.media {
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding-right: 0.6rem;
  text-align: right;
}
.media img {
  padding: 0rem 0.5rem;
  transition: all 0.4s ease;
}
.media img:hover {
  transform: scale(1.2);
  transition: all 0.4s ease;
}
.nav-links {
  display: flex;
  list-style: none;
  margin: 0rem;
  padding: 0rem;
}
.nav-item {
  position: relative;
}
.nav-link {
  text-decoration: none;
  color: #ecbe67;
  padding: 2rem 3rem;
  margin: 0rem;
  display: block;
  font-weight: 700;
  transition: background 0.2s ease;
  font-size: 1.4rem;
}
.nav-link:hover {
  background-color: #154367;
}
/* 下拉菜单样式 */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #154367;
  border-top: none;
  width: 24rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
}
.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.dropdown-item {
  display: block;
  padding: 1.2rem 2rem;
  text-decoration: none;
  color: #ecbe67;
  transition: background 0.2s ease;
  border-bottom: 1px solid #335e7f;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:hover {
  background-color: #335e7f;
  color: #fff;
}
/*--------------footer----------------*/
footer {
  width: 100%;
  margin-top: 2rem;
  color: #ecbe67;
  display: grid;
  justify-content: center;
}
.parent-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 0rem;
  margin-top: 0rem;
}
.parent-container-div {
  color: #fff;
}
.parent-container div {
  font-size: 1.6rem;
  width: auto;
  padding: 0rem;
  margin: 0rem;
  font-weight: 100;
}
.parent-container li {
  padding: 0.5rem 0rem 0.5rem 0rem;
  list-style-position: inside;
  text-indent: 1rem;
}
.parent-container h1 {
  font-weight: 400;
}
.parent-container h4 {
  font-weight: 200;
}
.parent-container a {
  color: #ecbe67;
  text-decoration: none;
}
.parent-container a:hover {
  color: #ffeac1;
}
.logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.logo {}
.bottom {
  width: 100%;
  background-image: url("../images/bottom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 12rem;
  margin: 0rem;
}
.button {
  width: 16rem;
  height: 5rem;
  margin-top: 1rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2rem;
  border: 0.2rem solid #cf9857;
  color: #ecbe67;
  transition: all 0.3s linear;
  background-color: #375d9f;
}
.button:hover {
  background-color: #3399ff;
  color: #FFFFFF;
  cursor: pointer;
}
/*-----标题文字------*/
.captiontext {
  border-bottom: 0rem solid #ccced2;
  padding-bottom: 1.5rem;
  margin-bottom: 0rem;
}
.captiontext h1 {
  display: inline-block;
  width: auto;
  color: #ecbe67;
  font-size: 2.5rem;
  font-weight: 600;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-right: 4rem;
  border-bottom: 0.4rem double #ecbe67;
}
.tag-red {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  width: 5rem;
  height: 5rem;
  display: grid;
  position: absolute;
  text-align: left;
  margin-top: 0rem;
  z-index: 15;
  clip-path: polygon(40% 0%, 100% 0%, 100% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 100%, 0% 40%);
  background: linear-gradient(to top, rgba(163, 47, 47, 1), rgba(246, 85, 85, 1));
  align-content: stretch;
}
.tag-red font {
  text-align: center;
  align-content: top;
  margin: 0.7rem 0rem;
  transform: rotate(-45deg);
}
.tag-blue {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  width: 5rem;
  height: 5rem;
  display: grid;
  position: absolute;
  text-align: left;
  margin-top: 0rem;
  z-index: 15;
  clip-path: polygon(40% 0%, 100% 0%, 100% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 100%, 0% 40%);
  background: linear-gradient(to top, rgba(50, 109, 167, 1), rgba(86, 165, 247, 1));
  align-content: stretch;
}
.tag-blue font {
  text-align: center;
  margin: 0.7rem 0rem;
  padding: 0rem;
  transform: rotate(-45deg);
}
.tag-purple {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  width: 5rem;
  height: 3rem;
  display: grid;
  position: absolute;
  background: #9879d1;
  text-align: center;
  align-content: center;
  margin-top: -1.2rem;
  z-index: 100;
}
/*导航适配*/
/* 汉堡菜单按钮 */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 3rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.menu-toggle span {
  display: block;
  height: 0.3rem;
  width: 100%;
  background-color: white;
  border-radius: 0.3rem;
  transition: all 0.3s ease;
}
.media-hidden{
	display: block;
}
@media (max-width: 320px) {
    .media-hidden{
	display: none;
}
  /* Container */
  .container {
    width: 90%;
    margin-top: 2rem;
    padding: 0rem;
  }
  .media {
    width: 100%;
    display: flex;
    color: #fff;
    justify-content: flex-end;
  }
  .media img {
    height: 5rem;
    margin: 0.5rem;
    padding: 0.4rem 0.6rem;
    transition: all 0.4s ease;
  }
  .web-logo img {
    width: 30rem;
    padding: 0.2rem;
    z-index: 100;
  }
  .Medium_icon img {
    width: 5rem;
    padding: 0.2rem;
    justify-content: center;
    text-align: center;
    align-content: flex-end;
    height: auto;
  }
  .Message {
    font-size: 2.6rem;
    width: 100%;
    padding: 0.8rem;
    text-align: center;
    color: #fff;
    font-weight: 400;
  }
  /*--footer--*/
  .parent-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 2rem;
  }
  .parent-container div {
    font-size: 1.3rem;
  }
  .parent-container h1 {
    font-size: 3rem;
    font-weight: 400;
  }
  .parent-container h4 {
    font-weight: 200;
  }
  /*--footer end--*/
  .navbar {
    background: #0c273c;
  }
  .nav-link {
    text-decoration: none;
    color: #fff;
    padding: 0rem 2rem;
    margin: 3rem 0rem;
    display: block;
    font-weight: 700;
    transition: background 0.2s ease;
    font-size: 2rem;
  }
  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  /* 下拉菜单样式 */
  .dropdown {
    position: static;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0);
    border-top: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 100;
    padding: 0rem;
    margin: 0rem;
    display: block;
  }
  .dropdown a{
      font-size: 1.6rem;
      color: #95aae0;
  }
  .nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
  .nav-item {
    width: 100%;
    padding: 0rem;
  }
  .dropdown-hidden {
    display: block;
  }
  .dropdown-item {
    font-size: 1.4rem;
    display: block;
    padding: 1.2rem 2rem;
    text-decoration: none;
    color: #fff;
    transition: background 0.2s ease;
    background: #1a2530;
  }
  .Medium_icon {
    width: 5rem;
  }
  /*-------------------------手机适配--------------------------*/
  /* 汉堡菜单按钮 */
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 8rem;
    height: 3rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 30;
    margin: 2.4rem;
  }
  .menu-toggle span {
    height: 0.3rem;
  }
  .nav-links {
    position: fixed;
    top: 6rem;
    right: -100%;
    width: 100%;
    max-width: 80%;
    height: 100%;
    background: rgb(12,30,60,0.8);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6rem;
    z-index: 20;
    transition: all 0.3s ease;
  }
  .nav-links.active {
    right: 0;
  }
  /* 汉堡菜单动画 */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.9rem,0.9rem);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(1rem,-1rem);
  }
  /* 遮罩层 */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 4;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  img {
    max-width: 100%;
  }
  .Message-Medium {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0rem;
    padding: 0rem;
    background: #c79252;
  }
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem;
  }
  .button {
    width: 20rem;
    height: 6rem;
    margin-top: 2rem;
    font-size: 3rem;
  }
	.captiontext h1 {
  
  font-size: 4rem;
  
}
}
/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {
        .media-hidden{
	display: none;
}
  /* Container */
  .container {
    width: 90%;
    margin-top: 2rem;
    padding: 0rem;
  }
  .media {
    width: 100%;
    display: flex;
    color: #fff;
    justify-content: flex-end;
  }
  .media img {
    height: 5rem;
    margin: 0.5rem;
    padding: 0.4rem 0.6rem;
    transition: all 0.4s ease;
  }
  .web-logo img {
    width: 30rem;
    padding: 0.2rem;
    z-index: 100;
  }
  .Medium_icon img {
    width: 3rem;
    padding: 0.2rem;
    justify-content: center;
    text-align: center;
    align-content: flex-end;
    height: auto;
  }
  .Message {
    font-size: 2.6rem;
    width: 100%;
    padding: 0.8rem;
    text-align: center;
    color: #fff;
    font-weight: 400;
  }
  /*--footer--*/
  .parent-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 2rem;
  }
  .parent-container div {
    font-size: 1.3rem;
  }
  .parent-container h1 {
    font-size: 3rem;
    font-weight: 400;
  }
  .parent-container h4 {
    font-weight: 200;
  }
  /*--footer end--*/
  .navbar {
    background: #0c273c;
  }
  .nav-link {
    text-decoration: none;
    color: #fff;
    padding: 0rem 2rem;
    margin: 3rem 0rem;
    display: block;
    font-weight: 700;
    transition: background 0.2s ease;
    font-size: 2rem;
  }
  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  /* 下拉菜单样式 */
  .dropdown {
    position: static;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0);
    border-top: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 100;
    padding: 0rem;
    margin: 0rem;
    display: block;
  }
  .dropdown a{
      font-size: 1.6rem;
      color: #95aae0;
  }
  .nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
  .nav-item {
    width: 100%;
    padding: 0rem;
  }
  .dropdown-hidden {
    display: block;
  }
  .dropdown-item {
    font-size: 1.4rem;
    display: block;
    padding: 1.2rem 2rem;
    text-decoration: none;
    color: #fff;
    transition: background 0.2s ease;
    background: #1a2530;
  }
  .Medium_icon {
    width: 3rem;
  }
  /*-------------------------手机适配--------------------------*/
  /* 汉堡菜单按钮 */
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 8rem;
    height: 3rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 30;
    margin: 2.4rem;
  }
  .menu-toggle span {
    height: 0.3rem;
  }
  .nav-links {
    position: fixed;
    top: 6rem;
    right: -100%;
    width: 100%;
    max-width: 80%;
    height: 100%;
    background: rgb(12,30,60,0.8);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6rem;
    z-index: 20;
    transition: all 0.3s ease;
  }
  .nav-links.active {
    right: 0;
  }
  /* 汉堡菜单动画 */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.9rem,0.9rem);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(1rem,-1rem);
  }
  /* 遮罩层 */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 4;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  img {
    max-width: 100%;
  }
  .Message-Medium {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0rem;
    padding: 0rem;
    background: #c79252;
  }
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem;
  }
  .button {
    width: 20rem;
    height: 6rem;
    margin-top: 2rem;
    font-size: 3rem;
  }
	.captiontext h1 {
  
  font-size: 4rem;
  
}
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
        .media-hidden{
	display: none;
}
  /* Container */
  .container {
    width: 90%;
    margin-top: 2rem;
    padding: 0rem;
  }
  .media {
    width: 100%;
    display: flex;
    color: #fff;
    justify-content: flex-end;
  }
  .media img {
    height: 5rem;
    margin: 0.5rem;
    padding: 0.4rem 0.6rem;
    transition: all 0.4s ease;
  }
  .web-logo img {
    width: 30rem;
    padding: 0.2rem;
    z-index: 100;
  }
  .Medium_icon img {
    width: 3rem;
    padding: 0.2rem;
    justify-content: center;
    text-align: center;
    align-content: flex-end;
    height: auto;
  }
  .Message {
    font-size: 2.6rem;
    width: 100%;
    padding: 0.8rem;
    text-align: center;
    color: #fff;
    font-weight: 400;
  }
  /*--footer--*/
  .parent-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 2rem;
  }
  .parent-container div {
    font-size: 1.3rem;
  }
  .parent-container h1 {
    font-size: 3rem;
    font-weight: 400;
  }
  .parent-container h4 {
    font-weight: 200;
  }
  /*--footer end--*/
  .navbar {
    background: #0c273c;
  }
  .nav-link {
    text-decoration: none;
    color: #fff;
    padding: 0rem 2rem;
    margin: 3rem 0rem;
    display: block;
    font-weight: 700;
    transition: background 0.2s ease;
    font-size: 2rem;
  }
  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  /* 下拉菜单样式 */
  .dropdown {
    position: static;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0);
    border-top: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 100;
    padding: 0rem;
    margin: 0rem;
    display: block;
  }
  .dropdown a{
      font-size: 1.6rem;
      color: #95aae0;
  }
  .nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
  .nav-item {
    width: 100%;
    padding: 0rem;
  }
  .dropdown-hidden {
    display: block;
  }
  .dropdown-item {
    font-size: 1.4rem;
    display: block;
    padding: 1.2rem 2rem;
    text-decoration: none;
    color: #fff;
    transition: background 0.2s ease;
    background: #1a2530;
  }
  .Medium_icon {
    width: 5rem;
  }
  /*-------------------------手机适配--------------------------*/
  /* 汉堡菜单按钮 */
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 8rem;
    height: 3rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 30;
    margin: 2.4rem;
  }
  .menu-toggle span {
    height: 0.3rem;
  }
  .nav-links {
    position: fixed;
    top: 6rem;
    right: -100%;
    width: 100%;
    max-width: 80%;
    height: 100%;
    background: rgb(12,30,60,0.8);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6rem;
    z-index: 20;
    transition: all 0.3s ease;
  }
  .nav-links.active {
    right: 0;
  }
  /* 汉堡菜单动画 */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.9rem,0.9rem);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(1rem,-1rem);
  }
  /* 遮罩层 */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 4;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  img {
    max-width: 100%;
  }
  .Message-Medium {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0rem;
    padding: 0rem;
    background: #c79252;
  }
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem;
  }
  .button {
    width: 20rem;
    height: 6rem;
    margin-top: 2rem;
    font-size: 3rem;
  }
	.tag-blue {
  font-size: 2.8rem;
  width: 10rem;
  height: 10rem;
	}
	.tag-blue font {
  margin: 1.2rem 0rem;
}
		.tag-red {
  font-size: 2.8rem;
  width: 10rem;
  height: 10rem;
	}
	.tag-red font {
  margin: 1.2rem 0rem;
}
	.captiontext h1 {
  
  font-size: 4rem;
  
}
}