/* pc端头部 */
.hd {
  height: 6.2vw;
}
.top {
  width: 100%;
  /* height: 7.7083vw; */
  /* background: url(./topbj.png); */
  background-repeat: no-repeat; /* 背景不重复 */
  background-size: 100% 100%; /* 背景大小百分百 */
  /* padding-top: 1.0417vw; */
  position: absolute;
  padding-left: 6.4063vw;
  top: 0;
  z-index: 20;
}
.top::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.6s;
  width: 0;
  height: 0;
}
.top.active::before {
  width: 100%;
  height: 100vh;
}
.ws {
  position: relative;
  z-index: 10;
}
.top::after {
  content: "";
  display: block;
  background: url(../images/tobpj1.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.8125vw;
  z-index: -1;
}

.nav2 {
  position: relative;
  z-index: 40;
  flex: 1;
  height: 5.1563vw;
  background: #560355;
}
.nav2 ul {
  padding-left: 1.3021vw;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav2 ul li {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0.9375vw 0;
}
.nav2 ul li:last-child {
  cursor: pointer;
}
.tb {
  display: flex;
}
/* .nav2 ul li::after {
  content: "";
  width: 0.0521vw;
  height: 1.0417vw;
  background: #ffffff;
  opacity: 0.5;
  display: block;
  margin: 0 1.3021vw;
}
.nav2 ul li:nth-child(2):after {
  margin-left: 1.3021vw;
  margin-right: 1.0417vw;
}
.nav2 ul li:nth-child(3):after {
  margin-left: 1.0417vw;
  margin-right: 1.3021vw;
  height: 100%;
} */
.nav2 ul li::after {
  content: "";
  width: 0.0521vw;
  height: 1.0417vw;
  background: #ffffff;
  opacity: 0.5;
  display: block;
  margin: 0 0.5021vw;
}
.nav2 ul li:nth-child(2):after {
  margin: 0 0.5021vw;
}
.nav2 ul li:nth-child(3):after {
  margin: 0 0.5021vw;
  height: 100%;
}
.nav2 ul li:nth-child(4):after {
  margin: 0 0.8021vw;
}
.nav2 ul li:last-child:after {
  display: none;
}
.nav2 ul li a {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #ffffff;
}

.head {
  display: flex;
  align-items: center;
  position: relative;
  /* justify-content: space-between; */
  /* padding-top: 0.8854vw; */
}
.head .logo {
  width: 24.7396vw;
  height: 3.1771vw;
  background: url(../images/logo.png) no-repeat center;
  background-size: 100% 100%;
}

.head .logo img {
  width: 100%;
  height: 100%;
}
.head .nav {
  height: 5.1042vw;
  width: 44.7917vw;
  border-bottom: 0.0521vw solid rgba(255, 255, 255, 0.5);
  margin-left: 1.8229vw;
  display: flex;
  align-items: center;
}
.head .nav .navul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0.5208vw;
  padding-right: 2.5521vw;
}
.head .nav .navul li {
  display: flex;
  align-items: center;
  /* height: 100%; */
  position: relative;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.head .nav .navul li a {
  font-weight: 400;
  font-size: 0.9375vw;
  color: #ffffff;
}
.head .nav .navul li .sub {
  position: absolute;
  top: 300%;
  width: 230%;
  opacity: 0;
  visibility: hidden;
  /* transition: all 0.5s ease-in-out; */
}
.active123 .head .nav .navul li.lis {
  height: 100%;
}
.active123 .head .nav .navul li.lis:hover a {
  font-weight: bold;
}
.top.active .head .nav .navul li .sub li:hover a {
  color: #fff;
}
.head .nav .navul li .sub li {
  margin-bottom: 2.0833vw;
  text-align: center;
  width: 100%;
}
.head .nav .navul li .sub li a {
  width: 100%;
  font-weight: 400 !important;
  font-size: 0.9375vw !important;
  color: rgba(255, 255, 255, 0.6);
}
.head .nav .navul .active a {
  font-weight: bold;
}
.head .searchs {
  display: flex;
  align-items: center;
  height: 100%;
}
.head .searchs .xt {
  width: 0.0521vw;
  height: 0.625vw;
  background: #ffffff;
}
.head .searchs a {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #ffffff;
  margin: 0 1.3021vw;
}
.head .searchs .btn {
  display: flex;
  width: 0.625vw;
  height: 0.625vw;
  cursor: pointer;
  background: url(../images/ss.png);
  background-position: center;
  background-size: cover;
}
.head .searchs .btn img {
  width: 100%;
  height: 100%;
}

.top.active .head .nav .navul {
  position: absolute;
  padding: 0;
  width: 110%;
  top: 8.5938vw;
  left: 4.1667vw;
}
.top.active .head .nav .navul .sy {
  display: none;
}
.head .nav .navul li:nth-child(9),
.head .nav .navul li:nth-child(10),
.head .nav .navul li:nth-child(11) {
  display: none;
}
.top.active .head .nav .navul li:nth-child(9),
.top.active .head .nav .navul li:nth-child(10),
.top.active .head .nav .navul li:nth-child(11) {
  display: flex;
}
.top.active .head .nav .navul li a {
  font-weight: bold;
  font-size: 24px;
}
.top.active .head .nav .navul li .sub {
  opacity: 1;
  visibility: visible;
  top: 3.9063vw;
}

/* 动画 */
.active123 .nav .navul::after {
  bottom: -0.0521vw;
  left: 2%;
  position: absolute;
  content: "";
  width: 1.1458vw;
  height: 0.1042vw;
  background: #ffffff;
  transition: all 0.7s ease-in-out;
}
.nav .navul.active-0::after {
  left: 2%;
}
.nav .navul.active-1::after {
  left: 13%;
}
.nav .navul.active-2::after {
  left: 25%;
}
.nav .navul.active-3::after {
  left: 38%;
}
.nav .navul.active-4::after {
  left: 51%;
}
.nav .navul.active-5::after {
  left: 64%;
}
.nav .navul.active-6::after {
  left: 76%;
}
.nav .navul.active-7::after {
  left: 89%;
}
.select .active123 .nav .navul::after {
  left: 0.5%;
}
.select .nav .navul.active-0::after {
  left: 0.5%;
}
.select .nav .navul.active-1::after {
  left: 12.6%;
}
.select .nav .navul.active-2::after {
  left: 26%;
}
.select .nav .navul.active-3::after {
  left: 40%;
}
.select .nav .navul.active-4::after {
  left: 54.4%;
}
.select .nav .navul.active-5::after {
  left: 68%;
}
.select .nav .navul.active-6::after {
  left: 81.5%;
}
.select .nav .navul.active-7::after {
  left: 95.5%;
}
.wny0 li:nth-child(1) .abl,
.wny1 li:nth-child(2) .abl,
.wny2 li:nth-child(3) .abl,
.wny3 li:nth-child(4) .abl,
.wny4 li:nth-child(5) .abl,
.wny5 li:nth-child(6) .abl,
.wny6 li:nth-child(7) .abl,
.wny7 li:nth-child(8) .abl,
.wny8 li:nth-child(9) .abl {
  font-weight: bold !important;
}
.active123 .head .nav .navul li .sub {
  pointer-events: none;
  position: absolute;
  top: 200% !important;
  background: #fff;
  width: auto;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  transition:
    opacity 0.5s ease-in-out,
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    top 0.5s linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0.08rem 0.08rem;
  width: 200%;
}
.active123 .nav .sub:after {
  content: "";
  height: 0.1563vw;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e2be8f;
}
.active123 .nav .sub li {
  margin-bottom: 0 !important;
}
.active123 .nav .sub li a {
  font-size: 0.8333vw;
  z-index: 100;
  color: #999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.6042vw;
  min-height: 2.6042vw;
}
.active123 .nav .sub li a:hover {
  color: #333 !important;
}
.active123 .head .nav .navul li .sub.activeaw {
  pointer-events: auto !important;
  filter: alpha(opacity = 100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) scaleY(1) !important;
  top: 95% !important;
  z-index: 100;
}
/* 滚动导航样式 */
.select .top::after {
  display: none;
}
.select .top {
  padding-left: 8.3333vw;
  background: linear-gradient(90deg, #8f1162, #560355, #532373);
  box-shadow: 0px 0.1563vw 0.3646vw 0px rgba(0, 0, 0, 0.15);
}
.select .head .nav {
  border-bottom: none;
  width: 49.8958vw;
  margin-left: 5.4688vw;
}
.select .head .nav .navul {
  padding: 0;
}
.select .nav2 ul {
  padding-left: 2.1354vw;
}
.select .nav2 {
  background: transparent;
}
.select .nav2 ul li,
.select .nav2 ul li:nth-child(4):after {
  display: none;
}
.select .nav2 ul li:nth-child(4) {
  display: flex;
}

/* 移动端头部  start */
.m-header {
  display: none;
}
.header3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 0 0 15px;
  background: url(../images/footer_bg.jpg);
  background-position: center;
  background-size: cover;
}

.header3-logo {
  margin: 0;
}

.header3-logo a img {
  width: 300px;
}

.header3-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  margin: 0;
}

.header3-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e6c390;
}

.header3-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -5px;
  border-right: #e6c390 6px solid;
  border-bottom: transparent 60px solid;
}

.header3-button .img1 {
  position: relative;
  z-index: 10;
  width: 24px;
  height: 19px;
}

.header3-button .img2 {
  display: none;
  position: relative;
  z-index: 10;
  width: 24px;
  height: 24px;
}

.button-mobile .img1 {
  display: none;
}

.button-mobile .img2 {
  display: block;
}

/* 移动端导航栏 start */
.mobile {
  position: fixed;
  z-index: 15;
  top: 60px;
  right: -110%;
  width: 100%;
  height: calc(100% - 60px);
  padding: 20px 20px 30px;
  background-image: -moz-linear-gradient(0, #75237d 0%, #9b3379 100%);
  background-image: -webkit-linear-gradient(0, #75237d 0%, #9b3379 100%);
  background-image: -ms-linear-gradient(0, #75237d 0%, #9b3379 100%);

  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.7s;
}

.mobile-right {
  right: 0;
}

.mobile-list1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.mobile-list1 li {
  text-align: center;
  margin-right: 15px;
}

.mobile-list1 li a {
  font-size: 16px;
  color: #ffffff;
}

.mobile-list2 {
  width: 100%;
  margin-bottom: 25px;
}

.mobile-list2 li {
  width: 100%;
}

.mobile-list2 li .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.mobile-list2 li .con a {
  flex: 1;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}

.mobile-list2 li .con .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.mobile-list2 li .con .arrow img {
  width: 30px;
  height: 30px;
}

.mobile-list2 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list2-ul2 {
  display: none;
  width: 100%;
}

.mobile-list2-ul2 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.mobile-list2-ul2 li .con a {
  height: 55px;
  line-height: 55px;
  padding-left: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.mobile-list2-ul2 li .con .arrow {
  height: 55px;
}

.mobile-list2-ul2 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list2-ul3 {
  display: none;
  width: 100%;
}

.mobile-list2-ul3 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-list2-ul3 li .con a {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.mobile-list2-ul3 li .con .arrow {
  height: 50px;
}

.mobile-list2-ul3 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list2-ul4 {
  display: none;
  width: 100%;
}

.mobile-list2-ul4 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-list2-ul4 li .con a {
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.mobile-list2-ul4 li .con .arrow {
  height: 45px;
}

.mobile-list2-ul4 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.form-input1 {
  width: 300px;
  height: 43px;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-right: none;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-radius: 20px 0 0 20px;
  border: none;
}

.form-input1::-webkit-input-placeholder {
  color: #fff;
}

.form-input2 {
  width: 59px;
  height: 43px;
  border-style: none;
  outline: none;
  background: #e6c390 !important;
  border-left: none;
  background-image: url("../images/search_01.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  vertical-align: middle;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  border: none;
}
.ena {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}
.ena img {
  margin-right: 10px;
}
/* 移动端栏目 */
.ejlm {
  display: none;
  width: 100%;
  margin-bottom: 5px;
  /* margin: 10px 0; */
}
.ejlm h2 {
  width: 100%;
  color: #fff;
  height: 40px;
  font-size: 16px !important;
  background: url(../images/lmqh.png) no-repeat right 1.2rem center #6c2770;
  background-size: 26px 26px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.ejlm .wp {
  max-width: 100%;
}
.ejlm ul {
  display: none;
  background: #6c2770;
  padding: 10px;
}
.ejlm ul li {
  width: 100%;
  line-height: 40px;
}
.ejlm ul li.active a {
  padding-left: 10px;
  color: #e6c390;
}
.ejlm ul li a {
  padding-left: 10px;
  color: #fff;
}
/* 搜索 */
.search_img {
  width: 1.7188vw;
  height: 5.2083vw;
  float: right;
}
.search_img:hover {
  cursor: pointer;
}
.search_btn {
  cursor: pointer;
}
.search_form {
  width: 16.4063vw;
  height: 3.125vw;
  background: #560355;
  clear: both;
  z-index: 900;
  position: absolute;
  right: 5.4vw;
  top: 1vw;
}
.searchs form {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 1.0417vw;
}
.search01 {
  width: 12.5vw;
  height: 2.0833vw;
  line-height: 2.0833vw;
  border: none;
  background: #fff;
  margin: 0.5208vw 0vw 0.5208vw 0.5208vw;
  text-indent: 0.2604vw;
  float: left;
  font-size: 0.8333vw;
  color: #6c4466;
  opacity: 0.8;
  padding-left: 0.2604vw;
}
.select .search_form {
  right: 7.4vw;
  background: #532171;
}
.search02 {
  width: 2.3958vw;
  height: 2.0833vw;
  background-image: url(../images/search_01.png);
  background-color: #6a005f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.0938vw;
  border: none;
  float: left;
  padding: 0vw;
  margin: 0.5208vw 0vw;
  cursor: pointer;
}
.fixednav .search_form {
  top: 5.4vw;
}
/* 移动端导航栏 end */

.topa {
  position: absolute;
  z-index: 10;
  right: 40px;
  top: 30px;
  cursor: pointer;
}
.ssa {
  width: 1.0938vw;
  height: 1.0417vw;
}
.qhnav img {
  width: 0.9375vw;
  height: 0.7813vw;
}
@media screen and (max-width: 1000px) {
  /* .mySwiper1 .tou {
    display: NONE !important;
  } */
  .topa {
    display: none;
  }

  .hd {
    height: auto;
  }
  .tou {
    height: 60px !important;
  }
  .ejlm {
    display: block;
  }
  .w {
    width: 95%;
  }
  #header {
    display: none;
  }
  .m-header {
    display: block !important;
  }
  .top,
  .hd2 {
    display: none;
  }
  .headh5 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .w {
    width: 95%;
  }
  #upanddown table td a {
    font-size: 14px;
  }
  #upanddown table td {
    font-size: 14px;
  }
}
