/* pc端头部 */
.hd {
  height: 6.2vw;
}
.top {
  width: 100%;
  height: 120px;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 20;
}
.top-active {
  background: rgba(0, 66, 144, 1);
}
.top .w {
  height: 100%;
}
.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.head .logo {
  width: 271px;
  height: 70px;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 100% 100%;
}

.head .logo img {
  width: 100%;
  height: 100%;
}
.head .nav1 {
  display: flex;
  align-items: center;
  height: 100%;
}
.head .nav1 .navul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 920px;
}
.head .nav1 .navul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
}
.triangle {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  right: -15px;
  top: 60%;
  transform: translateY(-50%);
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.head .nav1 .navul li a {
  position: relative;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.head .nav1 .navul .active::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #d60b18;
  margin-top: 17px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.head .searchs {
  display: flex;
  align-items: center;
  height: 100%;
}

.head .searchs .btn {
  display: flex;
  width: 18px;
  height: 18px;
  margin-left: 41px;
  cursor: pointer;
  background: url(../images/search.png);
  background-position: center;
  background-size: cover;
}
.head .searchs .btn img {
  width: 100%;
  height: 100%;
}
.head .nav1 .navul li:hover .sub {
  filter: alpha(opacity = 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}
.head .nav1 .navul .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  width: auto;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s;
  transform-origin: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0.08rem 0.08rem;
  overflow: hidden;
  width: 200%;
}

.head .nav1 .navul .sub:after {
  content: "";
  height: 0.1563vw;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e2be8f;
}

.head .nav1 .navul .sub .box {
  padding: 0.1563vw 0 0;
  text-align: center;
  width: 100%;
}

.head .nav1 .navul .sub a {
  transition: 0.3s;
  font-size: 0.8333vw;
  font-weight: 400;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6042vw;
}

.head .nav1 .navul .sub a:hover {
  color: #fff;
  background: #ffb055;
}

#nav ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}
/* 底部 */
.footer .topa {
  height: 50px;
  background: RGBA(0, 61, 133, 1);
}
.footer .topa .name {
  font-weight: 400;
  font-size: 16px;
  color: #83aad9;
  margin-right: 57px;
}
.footer .topa .w {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer .topa .links {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.footer .topa .links li a {
  font-weight: 400;
  font-size: 16px;
  color: #83aad9;
}
.footer .topa .links li a:hover {
  color: #fff;
}
.footer .bottom {
  background: RGBA(0, 66, 144, 1);
}
.footer .bottom .tb {
  display: flex;
  /* justify-content: space-between; */
  padding-top: 20px;
}
.footer .bottom .tb .logo img {
  margin-top: 28px;
  width: 305px;
  height: 79px;
}
.footer .bottom .tb .linka {
  display: flex;
  margin-left: 68px;
  padding-top: 22px;
}
.footer .bottom .tb .linka li {
  display: flex;
  flex-direction: column;
  margin-right: 90px;
}
.footer .bottom .tb .linka li:last-child {
  margin-right: 0;
}
.footer .bottom .tb .linka li a.name {
  font-weight: 400;
  font-size: 18px;
  opacity: 1;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer .bottom .tb .linka li a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 26px;
  opacity: 0.5;
}
.footer .bottom .tb .linka li a:last-child {
  margin-bottom: 0;
}
.footer .bottom .tb .linka li a:hover {
  opacity: 1;
}
.footer .bottom .tb .dza {
  width: 389px;
  height: 148px;
  background: RGBA(0, 79, 154, 1);
  padding: 28px 24px 26px 25px;
  padding-right: 0;
  margin-left: 53px;
}
.footer .bottom .tb .dza p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 21px;
}
.footer .bottom .tb .dza p span {
  font-weight: bold;
  font-size: 22px;
  color: rgba(255, 0, 16, 1);
}
.footer .bottom .ewm {
  width: 163px;
  height: 148px;
  background: RGBA(0, 79, 154, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
.footer .bottom .db {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid RGBA(51, 104, 166, 1);
  padding-top: 14px;
  padding-bottom: 12px;
}
.footer .bottom .left {
  font-size: 14px;
  display: flex;
  color: #ffffff;
  opacity: 0.2;
}
.footer .bottom .left p {
  margin-right: 15px;
}
.footer .bottom .right a {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.22;
}
/* 移动端头部  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: rgba(0, 66, 144, 1);
}

.header3-logo {
  margin: 0;
}

.header3-logo a img {
  width: 170px;
}

.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 */
.mobile1 {
  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, rgb(51 108 177) 0%, RGBA(11, 82, 165, 1) 100%);
  background-image: -webkit-linear-gradient(0, rgb(51 108 177) 0%, RGBA(11, 82, 165, 1) 100%);
  background-image: -ms-linear-gradient(0, rgb(51 108 177) 0%, RGBA(11, 82, 165, 1) 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;
}
.search_f {
  display: flex;
}
.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: 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: 32px 32px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.ejlm .wp {
  max-width: 100%;
}
.ejlm ul {
  display: none;
  background: #74146a;
  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_form {
  display: none;
  width: 16.4063vw;
  height: 3.125vw;
  background: #f2f2f2;
  clear: both;
  z-index: 900;
  position: absolute;
  right: 17.1875vw;
}
.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;
}
.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 */

@media screen and (max-width: 1280px) {
  .hd {
    height: auto;
  }
  .tou {
    height: 60px !important;
  }
  .ejlm {
    display: block;
  }
  .ws {
    width: 95%;
  }
  #header {
    display: none;
  }
  .m-header {
    display: block !important;
  }
  .top {
    display: none;
  }
  .headh5 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .w {
    width: 100%;
    padding: 0 15px;
  }
  /* 底部 */
  .footer .topa {
    display: none;
  }
  .footer .bottom .tb .linka {
    display: none;
  }
  .footer .bottom .tb .logo img {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 170px;
    height: auto;
  }
  .footer .bottom .tb {
    padding-top: 20px;
    flex-direction: column;
  }
  .footer .bottom .tb .dza {
    width: 100%;
    height: auto;
    padding: 15px;
    padding-right: 0;
    margin-left: 0;
  }
  .footer .bottom .tb .dza p span {
    font-size: 16px;
  }
  .footer .bottom .tb .dza p {
    margin-bottom: 10px;
  }
  .footer .bottom .ewm {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    height: auto;
    padding: 15px;
  }
  .footer .bottom .ewm img {
    width: 100px;
  }
  .footer .bottom .db {
    flex-direction: column;
    align-items: center;
  }
  .footer .bottom .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .bottom .left p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
