header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: all .3s;
  background: transparent;
}

header .wp {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 120px;
}

header .logo img {
  max-width: 280px;
}

header .search .btn {
  cursor: pointer;
  padding: 9px 14px;
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  justify-content: center;
}

header .search .btn i {
  font-size: 18px;
  margin-right: 5px;
}

header .search .btn .icon-search {
  width: 16px;
  height: 17px;
  background: url(../img/search.png) no-repeat center;
}

header .nav {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  align-items: center;
}

header .nav .icon {
  cursor: pointer;
  margin-right: 40px;
}

header .nav .icon .icon-yingwe {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  background: url(../img/en.png) no-repeat center;
}

header .nav .icon .icon-zhongwen {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  background: url(../img/zhong.png) no-repeat center;
}

header .nav ul {
  display: flex;
  margin-right: 2vw;
}

header .nav ul li {
  position: relative;
  height: 100px;
  line-height: 100px;
  margin-right: 50px;
}

header .nav ul li:last-child {
  margin-right: 0;
}

header .nav ul li a {
  font-size: 18px;
  color: #fff;
  padding: 12px 22px;
}

header .nav ul li .tit-a {
  border-radius: 5px;
}

header .nav ul li:hover .tit-a {
  background-color: #282828;
}

header .nav ul li.on .tit-a {
  background-color: #282828;
  font-family: 'pfme';
  font-weight: 600;
}

header .nav ul li .down {
  display: none;
  position: absolute;
  width: 180px;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 5px;
}

header .nav ul li .down a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.8);
}

header .nav ul li .down a:hover {
  background-color: #802e54;
  color: #fff;
  text-decoration: underline;
}

header .nav ul li .down a:first-child {
  border-radius: 5px 5px 0 0;
}

header .nav ul li .down a:last-child {
  border-radius: 0 0 5px 5px;
}

header .show {
  display: block !important;
  left: 26vw !important;
}

header .m-nav {
  display: none;
}

.fix {
  background-color: rgba(128, 46, 84, 0.6) !important;
  background-image: none !important;
  display: none;
}

.fix .nav ul li {
  height: 75px !important;
  line-height: 75px !important;
}

@media (max-width: 992px) {
  header .nav {
    height: 46px;
  }
  header .nav ul {
    display: none;
  }
  header .nav .icon {
    display: none;
  }
  header .nav .search {
    display: none;
  }
  header .m-btn {
    display: block;
    position: absolute;
    height: 2vh;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
  }
  header .m-btn span {
    display: block;
    width: 24px;
    height: 1px;
    background-color: #fff;
    border-radius: 1px;
    transition: all 0.3s;
  }
  header .m-btn span:nth-child(1) {
    transform: translate(0, 0);
  }
  header .m-btn span:nth-child(2) {
    transform: translate(0, 8px);
  }
  header .m-btn span:nth-child(3) {
    transform: translate(0, 16px);
  }
  header .m-nav {
    position: absolute;
    display: block !important;
    width: 74vw;
    height: 100vh;
    left: 110%;
    top: 0;
    background-color: #fff;
    transition: all 0.5s ease-out;
    z-index: 5;
  }
  header .m-nav .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 3vw;
    top: 15px;
  }
  header .m-nav .close i {
    font-size: 20px !important;
  }
  header .m-nav .m-center {
    padding: 65px 16px 30px 16px;
  }
  header .m-nav .m-center .li {
    position: relative;
    margin-bottom: 12px;
  }
  header .m-nav .m-center .li a {
    position: relative;
    margin-left: 16px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
  }
  header .m-nav .m-center .li::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 30px;
    right: 0;
    top: 0;
    background: url(../img/pr_jt.png) no-repeat center;
  }
  header .m-nav .m-center .li:nth-child(1)::after {
    display: none;
  }
  header .search .btn {
    z-index: 5;
    right: 0;
  }
  header .search .btn i {
    font-size: 23px;
    color: #999;
    cursor: pointer;
  }
}

/* menu */
.m_center {
  padding: 65px 16px 30px 16px;
  text-align: left;
}

.m_center .li {
  margin-bottom: 12px;
}

.m_center .li > a {
  font-size: 16px;
  line-height: 30px;
  padding-left: 16px;
  position: relative;
  color: #333;
}

.m_center .li > a.on {
  color: #c3281f;
}

.m_center .li.on > a {
  color: #c3281f;
}

.m_center .li.on > a:after {
  background-color: #c3281f;
}

.m_center .li ul {
  text-indent: 2em;
  display: none;
}

.m_center .li ul a {
  line-height: 30px;
  font-size: 14px;
}

.m_center .li ul a:hover {
  color: #c3281f;
}

.m_center .li {
  position: relative;
}

.m_center .li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 25px;
  height: 30px;
  background: url(../img/pr_jt.png) no-repeat center;
  transition: all 0.3s;
}

.m_center .li.on:after {
  transform: rotate(90deg);
}

.m_center .li:nth-child(1):after {
  display: none;
}

header.on {
  height: auto;
}

.m_center .right {
  display: flex;
  align-items: center;
}

.m_center .right .solid {
  width: 1px;
  height: 8px;
  background-color: #333333;
  margin-right: 10px;
}

.m_center .right a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.m_center .right a img {
  width: 13px;
}

.banner {
  height: 500px;
}

.footer {
  background-color: #000000;
}

.footer .wp3 {
  padding: 36px 0 0 0;
  color: #fff;
}

.footer .wp3 .fo-p div:first-child {
  margin-bottom: 5px;
}

.footer .wp3 dl {
  height: 110px;
  flex-wrap: wrap;
  margin-top: 11px;
  flex-direction: row;
  writing-mode: vertical-lr;
}

.footer .wp3 dl a {
  color: #fff;
}

.footer .wp3 dl a:hover {
  color: #999;
}

.footer .wp3 dl dt {
  margin-bottom: 11px;
}

.footer .wp3 dl dd {
  font-size: 12px;
  margin-bottom: 8px;
  margin-right: 40px;
  writing-mode: horizontal-tb;
  line-height: 1;
}

.footer .wp3 .footer-erweima {
  text-align: center;
  margin-right: 34px;
}

.footer .wp3 .footer-erweima .img {
  margin-bottom: 13px;
}

.footer .wp3 .footer-erweima .img img {
  max-width: 112px;
  float: none;
  margin-right: 0;
}

.footer .wp3 .footer-p {
  padding-bottom: 7px;
}

.footer .wp3 .footer-p .num {
  font-family: 'binRegular';
  font-weight: 400;
  padding: 10px 0 27px 0;
}

.footer .wp3 .footer-p .item-p {
  font-size: 12px;
}

.footer .wp3 .footer-p .item-p div {
  padding-bottom: 3px;
}

.footer .wp3 .footer-bom {
  margin-top: 35px;
  border-top: 1px solid #444444;
  padding: 17px 0 15px 0;
}

.footer .wp3 .footer-bom a{color:#fff}
.footer .wp3 .footer-bom .item1 span:first-child {
  margin-right: 100px;
}

.footer .wp3 .footer-bom .item1 .flex-items img {
  margin-right: 8px;
}
