@media screen and (max-width: 1350px) {
  header .header-nav li a {
    font-size: 14px !important;
  }
}


.header-zhanwei {
  width: 100%;
  /* 90px */
  height: 4.6875vw;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  /* 90px */
  padding-top: -4.6875vw;
  z-index: 999;
  display: flex;
  align-items: center;
  width: 100%;
  /* 90px */
  height: 4.6875vw;
  background-color: #1F2329;
  /* 60px */
  padding-right: 3.125vw;
}

header .logo {
  display: block;
  /* 190px */
  width: 9.8958vw;
  height: 100%;
}

header .logo img {
  width: 100%;
  height: 100%;
}

header .header-nav {
  /* 920px */
  /* width: 47.9167vw; */
  display: flex;
  /* justify-content: space-between; */
  height: 100%;
  /* 170px */
  margin-left: 8.8542vw;
}

header .header-nav li {
  position: relative;
  /* 45px */
  margin-right: 2.3438vw;
  height: 100%;
  /* 90px */
  line-height: 4.6875vw;
}

header .header-nav li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #CCCCCC;
  font-size: 16px;
  font-weight: 400;
}

header .header-nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  transition: .4s;
}

header .header-nav li .fangan {
  display: none;
  min-width: 640px;
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 4.6875vw;
  left: 0;
  width: auto;
  height: auto;
  background-color: #FFFFFF;
  padding: 40px 40px 20px 40px;
}

header .header-nav .fn:hover .fangan {
  display: flex !important;
}

header .header-nav li .fangan .anlist {
  display: block;
  width: max-content;
  height: auto;
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
  line-height: 32px;
  font-weight: normal;
}

header .header-nav li .fangan .anlist:hover {
  color: #EC261D;
}

.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

header .header-nav li:hover a {
  color: white;
  font-weight: 600;
}

header .header-nav li:hover a::before {
  width: 100%;
}

header .header-nav li:nth-child(4) a {
  color: white;
  font-weight: 600;
}

header .content {
  display: flex;
  align-items: center;
  margin-left: auto;
}

header .content span {
  color: #FFA248;
  margin-left: 0.3646vw;
}

.banner {
  width: 100%;
  /* 420px */
  height: 21.875vw;
}

.banner img {
  width: 100%;
  height: 100%;
}


.programme {
  /* 100px */
  padding-top: 5.2083vw;
  /* 200px */
  padding-bottom: 10.4167vw;
  width: 100%;
  height: auto;
}

.programme .programme-details {
  /* 1200px */
  width: 62.5vw;
  margin: 0 auto;
  height: auto;
}

.programme .programme-details .tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.programme .programme-details .tab .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  /* 22px */
  font-size: 1.1458vw;
  color: #262F44;
  text-align: left;
  font-style: normal;
  text-transform: none;
}


.programme .programme-details .tab .fanhui {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.programme .programme-details .tab .fanhui img {
  /* 18px */
  width: 0.9375vw;
  /* 15px */
  height: 0.7813vw;
  /* 5px */
  margin-right: 0.2604vw;
}

.programme .programme-details .tab .fanhui span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  /* 14px */
  font-size: 0.7292vw;
  color: #727885;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.programme .programme-details .line {
  /* 1200px */
  width: 62.5vw;
  /* 1px */
  height: 0.0521vw;
  background: #E5E5E5;
  /* 12px */
  margin-top: 0.625vw;
  /* 20px */
  margin-bottom: 1.0417vw;
}

.programme .programme-details .list {
  display: flex;
  align-items: center;
  width: 100%;
  /* 80px */
  height: 4.1667vw;
  background: #F7F7F7;
  /* 20px */
  padding-left: 1.0417vw;
  /* 40px */
  margin-bottom: 2.0833vw;
}

.programme .programme-details .list .item {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  /* 16px */
  font-size: 0.8333vw;
  color: #727885;
  text-align: left;
  font-style: normal;
  text-transform: none;
  /* 90px */
  margin-right: 4.6875vw;
}


.programme .programme-details .text {
  width: 100%;
  height: auto;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  /* 14px */
  font-size: 0.7292vw;
  color: #727885;
  /* 28px */
  line-height: 1.4583vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.programme .programme-details .text img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer {
  display: flex;
  align-items: center;
  /* 360px  50px*/
  padding: 2.6042vw 0 2.6042vw 18.75vw;
  background: #2D333A;
  align-items: stretch;
}

.footer .er {
  /* 68px */
  margin-right: 3.5417vw;
}

.footer .term .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  /* 16px */
  font-size: 0.8333vw;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  /* 50px */
  margin-bottom: 2.6042vw;
}

.footer .term .list {
  display: flex;
}

.footer .line {
  /* 1px */
  width: 0.0521vw;
  /* 240px */
  height: 12.5vw;
  background: #727885;
  /* 60px */
  margin: 0 3.125vw;
}

.footer .list .item {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 60px */
  margin-right: 3.125vw;
}

.footer .list .item:last-child {
  margin-right: 0;
}

.footer .list .item a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  /* 14px */
  font-size: 0.7292vw;
  color: #727885;
  text-align: left;
  font-style: normal;
  text-transform: none;
  /* 15px */
  margin-bottom: 0.7813vw;
}


.footer .list .item a:hover {
  color: white;
}

.footer .term .pic {
  /* 112px */
  width: 5.8333vw;
  height: 5.8333vw;
}

.footer .term .pic img {
  width: 100%;
  height: 100%;
}

.footer .term p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  /* 36px */
  font-size: 1.875vw;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.footer .term span {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  /* 14px */
  font-size: 0.7292vw;
  color: #727885;
  text-align: left;
  font-style: normal;
  text-transform: none;
  /* 10px */
  margin-top: 0.5208vw;
  /* 20px */
  margin-bottom: 1.0417vw;
}

.footer .term .kefu {
  /* 124px */
  width: 6.4583vw;
  /* 40px */
  height: 2.0833vw;
  /* 20px */
  padding: 0 1.0417vw;
  display: flex;
  align-items: center;
  background: #EC261D;
  color: #FFFFFF;
  /* 14px */
  font-size: 0.7292vw;
}

.footer .term .kefu img {
  /* 20px */
  width: 1.0417vw;
  height: 1.0417vw;
  /* 5px */
  margin-right: 0.2604vw;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* 90px */
  height: 4.6875vw;
  background: #1F2329;
  /* 360px */
  padding: 0 18.75vw;
}

.copyright .left {
  display: flex;
  align-items: center;
  color: #727885;
}

.copyright .left a {
  color: #727885;
  /* 10px */
  margin: 0 0.5208vw;
}

.copyright .right {
  color: #727885;
  display: flex;
}

.copyright .right a {
  color: #727885;
}

.copyright .right img {
  /* 20px */
  width: 1.0417vw;
  height: 1.0417vw;
  /* 5px */
  margin-right: 0.2604vw;
}

.copyright a:hover {
  color: #FFA248;
}