* {
  margin: 0;
  padding: 0;
font-family: 'Helvetica, STHeiti STXihei, Microsoft YaHei, Tohoma, Arial' !important;
}
a{
   // text-decoration: none;
   // color: inherit;
}
     .menu-icon{
            display: none;
        }
.mainWeb {
  width: 1200px;
  margin: 0 auto;
}
.linkInfo .mainWeb .mCenter .mHeader .Column_Position .possplit {
  text-indent: 0;
  width: 15px;
  text-align: center;
  background-image: none;
  color: #999999;
paddi
}

.header-container {
  width: 100%;
  display: flex;
  height: 142px;
  background-image: url("../img/header_bg.png");
  background-size: center center;
  align-items: center;
  justify-content: center;
}

.header-container .header-center {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
padding:0 10px;
}

.header-container .header-center .left-img {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-container .header-center .left-img .logo {
  width: 164px;
  height: 78px;
  margin-right: 12px;
}

.header-container .header-center .left-img .name-container {
  display: flex;
  flex-direction: column;
}
.header-container .header-center a{
  text-decoration: none;
  color: inherit;
}

.header-container .header-center .left-img .name-container .top {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 47.6px;
  /* 47.6px */
}

.header-container .header-center .left-img .name-container .bottom {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.header-container .header-center .right-content {
  display: flex;
}

.header-container .header-center .right-content .right-link, .header-container .header-center .right-content .right-link1 {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  text-decoration: none;
}

.header-container .header-center .right-content .right-link:hover, .header-container .header-center .right-content .right-link1:hover {
  color: aqua;
}

.header-container .header-center .right-content .right-link1 {
  margin-right: 24px;
}

.nav {
  width: 100%;
  height: 40px;
  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: 40px;
}

.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: 100% !important;
  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;
font-weight: bold;
}

.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: 480px;
  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-container {
  padding: 24px 0;
  background-image: url(../img/footer_bg.png);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container .footer-center {
  width: 1200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.footer-container .footer-center .info {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

.footer-container .footer-center .info a {
  text-decoration: none;
  color: #FFF;
}

@media screen and (max-width: 480px) {
  .mainWeb {
    width: auto;
  }
 .header-container{
        height: 60px;
        .header-center{
            width: 100%;
            .menu-icon{
                display: block;
            }
            .left-img{
                .logo{
                width: 82px;
                height: 39px;
                }
                .name-container{
                .top{
                    font-size: 16px;
                    line-height: 18px;
                }
                .bottom{
                    font-size: 14px;
                    line-height: 18px;
                }
                }
            }
            .right-content{
                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;
width: 100vw;
  }
  .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-container{
        .footer-center{
            width: 100%;
            padding: 0 10px;
        }
    }
}

@media screen and (max-width: 1200px) {
  .mainWeb {
    width: 100%;
    margin: 0 auto;
  }
}
