/* @font-face {
  font-family: "siyuanBold";
  src: url(../font/SourceHanSansCN-Bold.otf);
}

@font-face {
  font-family: "siyuanExtraLight";
  src: url(../font/SourceHanSansCN-ExtraLight.otf);
}

@font-face {
  font-family: "siyuanHeavy";
  src: url(../font/SourceHanSansCN-Heavy.otf);
}

@font-face {
  font-family: "siyuanLight";
  src: url(../font/SourceHanSansCN-Light.otf);
}

@font-face {
  font-family: "siyuanMedium";
  src: url(../font/SourceHanSansCN-Medium.otf);
}

@font-face {
  font-family: "siyuanNormal";
  src: url(../font/SourceHanSansCN-Normal.otf);
}

@font-face {
  font-family: "siyuanRegular";
  src: url(../font/SourceHanSansCN-Regular.otf);
} */

.bd {
  position: relative;
  width: 12rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bd {
    width: auto;
    margin: 0 0.18rem;
  }
}

.top {
  /* position: relative; */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 500;
}

.top.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  height: 0.8rem;
  z-index: 999;
}

/* .top.fixed ul {
  top: 0.12rem;
} */

.top_gray {
  background-color: #f5f5f6;
  height: 0.8rem;
  line-height: 0.8rem;
}

.top_gray ul {
  top: 0.3rem;
}

.top_gray ul li {
  color: #000;
}

.logo {
  position: absolute;
  left: 3.46rem;
  top: 0.2rem;
  font-size: 0;
  width: 1.4rem;
}

.logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .logo img {
    height: 0.28rem;
  }
}

.menu {
  position: absolute;
  right: 3.46rem;
  top: 0.12rem;
  line-height: 1;
  display: flex;
  align-items: flex-start;
}

.menu li {
  margin-left: 0.5rem;
  color: #fff;
}

.menu li dl {
  position: relative;
  cursor: pointer;
  padding: 0.2rem 0;
}

.menu li dt {
  font-size: 0.16rem;
  font-family: siyuanRegular;
}

.menu li dl:hover dt,
.menu li.on dl dt {
  color: #ff4d00;
  transition: 0.4s;
}

.mask_menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: none;
}

@media screen and (max-width: 768px) {
  .top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0.58rem;
    background-color: rgba(255, 255, 255, 1);
    /* background-color: rgba(255, 77, 0, 0.65); */
    /* background-color: rgba(0, 0, 0, 0.65); */
  }

  .top.fixed {
    position: absolute;
    height: 0.58rem;
    background-color: transparent;
    z-index: 999;
  }

  .top_gray {
    /* background-color: rgba(255, 77, 0, 0.65); */
    background-color: #fff;
    height: 0.58rem;
    line-height: 1;
  }

  .top_gray li {
    color: #fff;
  }

  .top_gray ul {
    top: 0.6rem;
  }

  .logo {
    left: 0.24rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 1.06rem;
  }

  .mo_menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.58rem;
    height: 0.58rem;
    background-image: url(../images/common/mo_menu.png);
  }

  .mo_menu.on {
    background-image: url(../images/common/mo_menu_on_1.png);
    background-color: rgba(255, 77, 0, 0.35);
  }

  .menu {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0.58rem;
    margin: 0;
    flex-direction: column;
    z-index: 5;
    display: none;
  }

  .menu.on::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0.58rem;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: -1;
  }

  .menu li {
    width: 100%;
    margin: 0;
    color: #000;
    padding: 0 0.2rem;
    /* border-bottom: 0.01rem solid rgba(200, 167, 109, 0.35); */
    background-color: #fff;
    box-sizing: border-box;
  }

  .menu li dl {
    border-bottom: 1px solid #eee;
  }

  .menu li dt {
    position: relative;
    font-size: 0.22rem;
    color: #fff;
  }

  .menu li dl:hover dt {
    color: #000;
  }

  .menu li dl:hover dd {
    background-color: transparent;
    transition: none;
  }

  .menu li dt::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.46rem;
    background-image: url(../images/entry_2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .menu li dd {
    position: static;
    top: 0;
    padding: 0.06rem 0;
    visibility: visible;
    opacity: 0;
    display: none;
    transition: none;
  }

  .menu li dd::before {
    display: none;
  }

  .menu li dd::after {
    display: none;
  }

  .menu li dd p {
    min-width: none;
    background-color: transparent;
    margin: 0.06rem 0;
    transition: none;
  }

  .menu li dd p:hover {
    color: #000;
    background-color: transparent;
    transition: all 0.4s;
  }

  .menu li dd p:hover::before {
    background-color: transparent;
    transition: 0;
  }

  .mask_menu {
    top: 0.58rem;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
  }
}

/* 顶部 */

.foot {
  padding: 0.58rem 0;
  background-color: #444;
}

.ft_panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft_left h2 {
  width: 2.1rem;
  font-size: 0;
}

.ft_left h2 img {
  width: 100%;
}

.ft_left dl {
  display: flex;
  align-items: center;
  margin: 0.2rem 0 0.1rem;
}

.ft_left dl dd {
  display: flex;
  align-items: center;
  margin-right: 0.54rem;
}

.ft_left dl dd {
  font-size: 0.24rem;
  font-family: "siyuanMedium";
  color: #fff;
}

.ft_left dl dd em{white-space: nowrap;}

.ft_left dl dd img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.16rem;
}

.ft_left h5 {
  font-size: 0.18rem;
  font-family: "siyuanMedium";
  color: rgba(255, 255, 255, 0.4);
}

.ft_right {
  text-align: right;
}

.ft_right dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
}

.ft_right dl u {
  font-size: 0.18rem;
  color: #fff;
}

.ft_right dl i {
  font-family: "siyuanRegular";
  margin: 0 0.06rem;
  opacity: 0.6;
}

.ft_right p {
  padding-top: 0.28rem;
  font-family: "siyuanRegular";
  font-size: 0.17rem;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 768px) {
  .foot {
    padding: 0.24rem 0;
    /* background-image: url(../images/mf_bg_1.jpg); */
  }

  .ft_panel {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }

  .ft_left {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .ft_left h2 {
    width: 1.05rem;
  }

  .ft_left dl {
    flex-direction: column;
    margin: 0.12rem 0;
  }

  .ft_left dl dd {
    margin-right: 0;
  }

  .ft_left dl dd {
    font-size: 0.14rem;
  }

  .ft_left dl dd img {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.12rem;
  }

  .ft_left h5 {
    font-size: 0.14rem;
    padding-bottom: 0.12rem;
  }

  .ft_right {
    text-align: center;
  }

  .ft_right dl {
    justify-content: center;
  }

  .ft_right dl u {
    font-size: 0.14rem;
  }

  .ft_right dl u {
    font-size: 0.14rem;
  }

  .ft_right dl i {
    margin: 0 0.02rem;
  }

  .ft_right p {
    padding-top: 0.14rem;
    font-size: 0.13rem;
  }
}

/* 底部 */

.banner dl {
  position: relative;
}

.banner dt {
  font-size: 0;
}

.banner dt img {
  width: 100%;
}

.banner dd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.34rem;
  text-align: center;
  font-size: 0.6rem;
  color: #fff;
}

.banner dd span {
  font-family: siyuanBold;
  background: -webkit-linear-gradient(60deg,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.6));
  background: linear-gradient(60deg,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.6));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.banner dd em {
  font-family: siyuanLight;
}

.banner dd u {
  font-family: siyuanBold;
  color: #ff4d00;
}

.banner dl.b_middle dd {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .banner dd {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: center;
    font-size: 0.24rem;
  }
}

/* 内页banner */
.pub_title {
  position: relative;
  text-align: center;
  line-height: 1;
  z-index: 1;
}

.pub_title span {
  font-size: 0.56rem;
  font-family: siyuanMedium;
  color: #000;
}

.pub_title u {
  font-size: 0.56rem;
  font-family: "siyuanBold";
  color: #ff4d00;
}

.pub_title p {
  text-align: center;
  font-size: 0.38rem;
  font-weight: 100;
  padding-top: 0.18rem;
}

.pub_title p u {
  font-weight: bold;
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  .pub_title span {
    font-size: 0.24rem;
  }

  .pub_title u {
    font-size: 0.2rem;
  }

  .pub_title p {
    font-size: 0.2rem;
    padding-top: 0.16rem;
  }

  .pub_title p u {
    font-weight: bold;
    padding: 0 8px;
  }
}

.sub_title {
  font-size: 0.4rem;
  color: #000;
  font-family: siyuanRegular;
}

/* 分页器 */
.page {
  text-align: center;
}

.page li {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  margin: 0 0.03rem;
  cursor: pointer;
  transition: 0.4s;
  font-family: "SimSun";
}

.page li:hover,
.page li.on {
  background-color: #dec6a1;
  transition: 0.4s;
  color: #fff;
}

.page li a {
  font-size: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .page {
    display: none;
  }
}

.button_more {
  width: 2.16rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.06);
  font-size: 0.24rem;
  color: #000;
  font-family: "siyuanMedium";
  transition: 0.4s;
}

.button_more a {
  display: block;
}

.button_more:hover {
  color: #fff;
  background-color: #ff4d00;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .button_more {
    /* display: none; */
    width: 1.24rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.16rem;
    margin: 0.14rem auto 0.3rem;
  }
}

.top.toggle {
  background-color: #fff;
}

.top.toggle .mo_menu {
  background-image: url(../images/common/mo_menu_on.png);
}

.top.toggle .mo_menu.on {
  background-color: #fff;
}

.top.toggle .menu.on::after {
  background-color: #fff;
}

.top.toggle .menu li dt {
  color: #000;
  text-align: center;
}

.mo_height {
  height: 0.58rem;
}

.menu::after {
  display: none;
}