* {
  margin: 0;
  padding: 0;
font-family: "Î¢ÈíÑÅºÚ" !important;
}
li, ol{
    list-style: disc;
}
.mainWeb {
  width: 1200px;
  margin: 0 auto;
}

.header {
  background: url(/_upload/tpl/0e/7c/3708/template3708/img/header-bg.png) no-repeat;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 142px;
}
.header .mainWeb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .mainWeb .logo {
  width: 400px;
  height: 78px;
}
.header .mainWeb .menu-icon {
  display: none;
}
.header .mainWeb .right {
  display: flex;
  flex-direction: column;
}
.header .mainWeb .right #p1 .wp_nav {
  display: flex;
  justify-content: space-evenly;
}
.header .mainWeb .right #p1 .wp_nav .nav-item a {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
}
.header .mainWeb .right .top {
  display: flex;
  justify-content: space-evenly;
}
.header .mainWeb .right .top a {
  text-decoration: none;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.header .mainWeb .right #p2 .wp_search {
  width: 340px;
  height: 45px;
  border-radius: 508px;
  padding: 0 24px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 2px solid #421527;
  margin-top: 10px;
}
.header .mainWeb .right #p2 .wp_search td {
  width: 100%;
  height: 42px;
}
.header .mainWeb .right #p2 .wp_search input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
.header .mainWeb .right #p2 .wp_search input:-internal-autofill-previewed, .header .mainWeb .right #p2 .wp_search input:-internal-autofill-selected {
  -webkit-text-fill-color: #333333 !important;
}
.header .mainWeb .right #p2 .wp_search .keyword {
  border: none;
  outline: none;
  width: 265px !important;
}
.header .mainWeb .right #p2 .wp_search .search {
  background: url(/_upload/tpl/0e/7c/3708/template3708/img/search-icon.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-left: 8px;
}

.nav {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.nav .mainWeb {
  height: 100%;
}
.nav .mainWeb #p3 {
  width: 100%;
}
.nav .mainWeb #p3 .wp_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.nav .mainWeb #p3 .wp_nav a {
  text-decoration: none;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.nav .mainWeb #p3 .wp_nav a:hover {
  background-color: #421527;
  color: #FFFFFF;
}
.nav .mainWeb #p3 .wp_nav .nav-item {
  line-height: 48px;
}
.nav .mainWeb #p3 .wp_nav .nav-item .parent {
  color: #FFFFFF;
  background-color: #421527;
}
.nav .mainWeb #p3 .wp_nav .nav-item .item-name {
  padding: 5px 16px;
}
.nav .mainWeb #p3 .wp_nav::after {
  display: none;
}
.nav .mainWeb #p3 .sub-nav {
  min-width: 146px;
  border: none;
}
.nav .mainWeb #p3 .sub-nav a {
  text-decoration: none;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  background-color: #FFFFFF;
}
.nav .mainWeb #p3 .sub-nav a:hover {
  background-color: #421527;
}
.nav .mainWeb #p3 .sub-nav a:hover a {
  color: #FFFFFF;
}

.linkInfo .mainWeb .mCenter {
  width: 960px;
  margin: 0 auto;
}
.linkInfo .mainWeb .mCenter .mHeader {
  height: 68px;
  display: flex;
  align-items: center;
}
.linkInfo .mainWeb .mCenter .mHeader a {
  line-height: 68px;
  text-decoration: none;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.linkInfo .mainWeb .mCenter .mHeader a:last-child {
  color: #333333 !important;
}
.linkInfo .mainWeb .mCenter #p5 {
  width: 100%;
  height: 100%;
}
.linkInfo .mainWeb .mCenter #p5 .wp_paging {
  margin: 24px 0;
}
.linkInfo .mainWeb .mCenter .detailInfo {
  display: flex;
  flex-direction: column;
}
.linkInfo .mainWeb .mCenter .detailInfo .dTitle {
  width: 100%;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: 0em;
  color: #333333;
}
.linkInfo .mainWeb .mCenter .detailInfo .desc {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 24px;
}
.linkInfo .mainWeb .mCenter .detailInfo .desc .descItem {
  width: 412px;
  display: flex;
  justify-content: space-between;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #9E9E9E;
}
.linkInfo .mainWeb .mCenter .detailInfo .dMain {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.75em;
  color: #333333;
}
.linkInfo .mainWeb .mCenter .bottomBtn {
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  display: none;
}
.linkInfo .mainWeb .mCenter .bottomBtn #p6, .linkInfo .mainWeb .mCenter .bottomBtn #p7 {
  height: 100%;
  width: 100%;
}
.linkInfo .mainWeb .mCenter .bottomBtn a {
  text-decoration: none;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #421527;
}

.footer {
  height: 200px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: url(/_upload/tpl/0e/7c/3708/template3708/img/footer-bg.png) no-repeat;
  background-size: cover;
}
.footer .fTop {
  height: 100%;
  width: 100%;
}
.footer .fTop .mainWeb {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .fTop .mainWeb .left {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  margin-left: -100px;
}
.footer .fTop .mainWeb .left a {
  text-decoration: none;
  color: #bbbbbe;
}
.footer .fTop .mainWeb .left .title {
  font-size: 16px;
  color: #bbbbbe;
}
.footer .fTop .mainWeb .left .articlecontent  {
  text-decoration: none !important;
  color: #bbbbbe !important;
}
.footer .fTop .mainWeb .left #p24 .portal-w .articlecontent p span a {
  text-decoration: none;
  color: #bbbbbe;
}
.footer .fTop .mainWeb .left #p24 .position {
  font-size: 16px;
  color: #bbbbbe;
  margin-top: 8px;
}
.footer .fTop .mainWeb img {
  width: 88px;
  height: 88px;
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .mainWeb {
    width: auto;
  }

  .header {
    padding: 0;
    height: 54px;
  }
  .header .left {
    padding-left: 20px;
    display: flex;
    align-items: center;
  }
  .header .left .logo {
    width: 230px;
    height: 45px;
  }
  .header .mainWeb .menu-icon {
    display: block;
    margin-right: 10px;
  }
  .header .mainWeb .right {
    display: none;
  }

  .swiper .swiper-wrapper {
    height: 160px;
  }

  .nav {
    display: none;
    z-index: 1000;
    height: auto;
  }
  .nav .mainWeb #p3 .wp_nav {
    background-color: #421527;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .nav .mainWeb #p3 .wp_nav .nav-item a {
    color: #FFFFFF;
  }
  .nav .mainWeb #p3 .sub-nav {
    display: none;
  }

  .show {
    display: block;
    position: absolute;
    z-index: 1000;
  }

  .linkInfo .mainWeb .mCenter {
    padding: 0 10px;
    width: auto;
  }
  .linkInfo .dMain .wp_articlecontent p img {
    width: 100% !important;
    height: auto !important;
  }

  .footer {
    background-size: inherit;
    background-position: left -200px;
    height: auto;
  }
  .footer .fBottom .mainWeb .num {
    font-size: 12px;
    line-height: 0;
    margin-left: 0;
  }
  .footer .fBottom .mainWeb .copyRight {
    font-size: 12px;
    padding-left: 10px;
  }
  .footer .fTop .mainWeb .left {
    width: 300px;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 26px;
    margin-left: 0px;
  }
  .footer .fTop .mainWeb .left .title {
    font-size: 18px;
  }
  .footer .fTop .mainWeb .left .position, .footer .fTop .mainWeb .left .phone {
    font-size: 12px;
  }
  .footer .fTop .mainWeb img {
    width: 56px;
    height: 56px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .mainWeb {
    width: 100%;
    margin: 0 auto;
  }
}