/* 头部 */
.top .head .nav .navul li {
  height: 5.2083vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sonlm {
  /* width: 60%; */
  position: absolute;
  display: none;
  top: 4.6042vw;
  z-index: 12;
  overflow: hidden;
}

.sonlm li a {
  display: block;
  padding: 0px 0.7813vw;
  height: 2.6042vw;
  line-height: 2.6042vw;
  color: #333;
  font-size: 0.9375vw;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
.sonlm > li > a:hover {
  color: #c9151e;
  font-weight: bold;
  background: #e6e6e6;
}
.sonlm li {
  height: 2.6042vw !important;
}
.top .head .nav .navul li:hover .sonlm a:after {
  display: none !important;
}
.top {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.fixednav {
  background: rgba(0, 0, 0, 0.2);
}
.top .head {
  width: 88.5417vw;
  margin: 0 auto;
  height: 5.2083vw;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.top .head .logo {
  width: 20.5729vw;
  height: 2.8646vw;
  background-image: url(./logo.png);
  background-size: 100% 100%;
}
.white .head .logo {
  background-image: url(./logo1.png);
}

/* .top .head .logo img {
  width: 100%;
  height: 100%;
} */
.top .head .nav {
  margin-left: 1.5625vw;
  width: 55vw;
}
.top .head .nav .navul {
  display: flex;
  width: 100%;
  align-items: center;
}
.top .head .nav .navul li {
  flex: 1;
  position: relative;
}
.top .head .nav .navul li a {
  display: block;
  width: 100%;
}
.top .head .nav .navul li a p {
  color: #fff;
  text-align: center;
  font-size: 0.9375vw;
  /* text-shadow: 0px 0.1042vw 0.625vw rgba(0, 0, 0, 0.2); */
  width: 100%;
  position: relative;
}
.top .head .nav .navul li:nth-child(2) a p:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  margin: auto;
  width: 0.0521vw;
  height: 0.5208vw;
  top: 0.2604vw;
  background: #ffffff;
  opacity: 0.4;
}
.top .head .nav .navul li:nth-child(2) a p:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  margin: auto;
  width: 0.0521vw;
  height: 0.5208vw;
  top: 0.2604vw;
  background: #ffffff;
  opacity: 0.4;
}
.top .head .nav .navul li:nth-child(4) a p:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  margin: auto;
  width: 0.0521vw;
  height: 0.5208vw;
  top: 0.2604vw;
  background: #ffffff;
  opacity: 0.4;
}
.top .head .nav .navul li:nth-child(4) a p:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  margin: auto;
  width: 0.0521vw;
  height: 0.5208vw;
  top: 0.2604vw;
  background: #ffffff;
  opacity: 0.4;
}
.white .head .nav .navul li a p {
  color: #333 !important;
}
.top .head .nav .navul a:after {
  content: "";
  width: 1.0417vw;
  height: 0.1563vw;
  display: inline-block;
  position: absolute;
  bottom: 1vw;
  left: 0px;
  right: 0;
  margin: auto;
  background-color: #c9151e;
  transition: all 0.5s;
  display: none;
}
.top .head .nav .navul li:hover a:after {
  display: block;
}
.top .head .nav .navul li:hover p {
  font-weight: bold;
  color: #c9151e !important;
}
.top .head .nav .navul .active a:after {
  display: block;
}
.top .head .nav .navul .active p {
  font-weight: bold;
  color: #c9151e !important;
}
/* 搜索 */

.from .ss {
  width: 2.0833vw;
  height: 2.0833vw;
  cursor: pointer;
}

/* .from:hover .search {
  display: block !important;
} */
.from form {
  display: flex;
}
.formss {
  display: flex;
}
/* .formss .sou1 {
  width: 6.7708vw;
  height: 2.0833vw;
  padding-left: 1.0417vw;
  padding-top: 0.7292vw;
  padding-bottom: 0.7292vw;
  color: #fff;
  border: 0.0521vw solid #fff;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
  border-right: none;
  vertical-align: middle;
  border-radius: 1.0417vw 0 0 1.0417vw;
}
.bdy {
  width: 6.7708vw;
  height: 2.0833vw;
  padding-left: 1.0417vw;
  padding-top: 0.7292vw;
  padding-bottom: 0.7292vw;
  color: #fff;
  border: 0.0521vw solid #fff;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
  border-right: none;
  vertical-align: middle;
  border-radius: 1.0417vw 0 0 1.0417vw;
} */
.formss input::-webkit-input-placeholder {
  color: #fff;
}
.white .fromss input::-webkit-input-placeholder {
  color: #000000;
}
/* .fromss .sou {
  width: 2.6042vw;
  height: 2.0833vw;
  border-style: none;
  outline: none;
  border: 0.0521vw solid #fff;
  background-color: rgba(0, 0, 0, 0);
  border-left: none;
  background-image: url(./search11.png);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  border-radius: 0 1.0417vw 1.0417vw 0;
  cursor: pointer;
} */
.bdy {
  width: 6.7708vw;
  height: 2.0833vw;
  padding-left: 1.0417vw;
  padding-top: 0.7292vw;
  padding-bottom: 0.7292vw;
  color: #fff;
  border: 0.0521vw solid #c6c4c4;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
  border-right: none;
  vertical-align: middle;
  border-radius: 1.0417vw 0 0 1.0417vw;
}
.fromss .sou {
  width: 2.6042vw;
  height: 2.0833vw;
  border-style: none;
  outline: none;
  border: 0.0521vw solid #c6c4c4;
  background-color: rgba(0, 0, 0, 0);
  border-left: none;
  background-image: url(./search22.png);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  border-radius: 0 1.0417vw 1.0417vw 0;
  cursor: pointer;
  opacity: 0.5;
}
/* //h5 head */
/* html {
  max-width: 1920px;
  margin: 0 auto;
} */

body {
  position: relative;
}

.overflow {
  overflow: hidden;
}

.m-container {
  display: none;
}

/* 移动端头部  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: #fff;
}

.header3-logo {
  margin: 0;
}

.header3-logo a img {
  width: 175px;
}

.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(
    0deg,
    rgb(46 167 224) 0%,
    rgb(46 167 224) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(46 167 224) 0%,
    rgb(46 167 224) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(46 167 224) 0%,
    rgb(46 167 224) 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: 18px;
  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: 17px;
  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: 260px;
  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: #0f7caf !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;
}

/* 移动端栏目 */
.ejlm {
  display: none;
  width: 100%;
  margin: 10px 0;
}
.ejlm h2 {
  width: 100%;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 16px !important;
  background: url(../images/lmqh.png) no-repeat right 0.2rem center #2ea7e0;
  padding: 0 10px;
}
.ejlm .wp {
  max-width: 100%;
}
.ejlm ul {
  display: none;
  background: #2ea7e0;
  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;
}
/* 移动端导航栏 end */

@media screen and (max-width: 1000px) {
  .ejlm {
    display: block;
  }
  .ws {
    width: 95%;
  }
  #header {
    display: none;
  }
  .m-header {
    display: block !important;
  }
  .tou {
    height: 60px !important;
  }
  .headh5 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
