@media screen and (min-width: 1024px) {
  .nav-back {
    width: 100%;
    height: 100px;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
  }
}

.nav-cen-warp {
  position: relative;
  width: 100%;
  z-index: 999;
}

.box-active {
  position: fixed;
  zoom: 1;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 999;
  background: #0069c1;
  opacity: 0.8;
}



.nav_warp {
  width: 100%;
  max-width: 1500px;
  height: 100px;
  line-height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nav-rig {
  display: flex;
  flex-direction: row;
  justify-content: end;
  height: 100%;
}

.nav-rig ul {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  margin: 0;
}

.nav-rig ul li {
  color: #ffffff;
  padding: 0 15px;
  font-size: 16px;
  height: 100px;
    line-height: 30px;
    display: flex;
    align-items: center;
  /*white-space: nowrap;*/
  position: relative;
  transition: all 2s;
}

.ejcd p {
  color: #333333;
  margin: 5px 0;
}

.sousuo-wrp {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sousuo-list .p_ejcd {
  /* display: none; */
  position: absolute;
  top: 100px;
  left: 0;
  height: 0;
  display: none;
}

.sousuo-wrp .sousuo-list {
  padding: 0 15px;
  position: relative;
  height: 100px;
}

.sousuo-list {
  color: #ffffff;
  transition: all 2s;
  white-space: nowrap;
}

.sousuo-list-a a {
  padding-right: 0;
  white-space: nowrap;
}

.sousuo-list-a a::after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}

.sousuo-list-a {
  padding-right: 0 !important;
}

.sousuo-list-a a:last-child::after {
  content: "";
  margin-right: 0;
}

.sousuo {
  height: 40px;
  width: 200px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  border: 1px solid #ffffff;
  /* border: 1px solid #cccccc; */
}

.sousuo input {
  height: 40px;
  width: 130px;
  border: none;
  padding: 0 10px;
  color: #333333;
  margin: 0;
}

.sousuo button {
  flex: 1;
  border: none;
  height: 100%;
  white-space: nowrap;
  padding: 0 10px;
  color: #333333;
  background: #ffffff;
}

.p_ejcd img {
  width: 100px;
}

.nav-rig ul li a span {
  display: none;
}

.ejcd-warp {
  display: none;
}

.sousuo-list-a-ms {
  display: none;
}

.nav-pag {
  display: none;
}

.ejcd p{
  font-size: 14px;
  text-align: left;
  justify-content: left !important;
  line-height: 30px;
}


@media screen and (min-width: 1024px) {
  .p_ejcd::before {
    position: absolute;
    left: 10%;
    top: -10px;
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
  }

  .sousuo button:hover {
    color: #ffffff;
    background: #0069c1;
  }

  .sousuo-list:hover .p_ejcd {
    display: flex;
    height: auto;
  }

  .hove-bor:hover a {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
  }

  .nav-rig ul li:hover .ejcd-warp {
    display: block;
  }

  .ejcd p:hover {
    color: #0069c1;
    font-weight: bolder;
  }

  .ejcd {
    line-height: 25px;
    display: flex;
    flex-direction: column;
    /* color: #ffffff; */
    text-align: center;
    background: #Ffffff;
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 5px;
  }

  .ejcd-warp {
    position: absolute;
    left: 0px;
    top: 80px;
    border-radius: 5px;
        width: max-content;
    /* overflow: hidden; */
    display: none;
    transition: all 1s;
  }

  .ejcd::before {
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
  }
}


.banner-tit-warp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.banner-tit {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: #ffffff;
  height: inherit;
}

.fh-top:hover {
  background: #004ea1;
}

.fh-top:hover svg path {
  fill: #ffffff;
}

.swiper-slide img {
  width: 100%;
}

.banner-tit h5 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.banner-tit span {
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (max-width:1200px) {

  .banner-tit h5 {
    font-size: 30px;
    font-weight: bold;
  }

  .banner-tit span {
    font-size: 20px;
  }

}

@media screen and (max-width: 1024px) {
  .ejcd-warp {
    /* background: #6f5433; */
    background: #0069c1;
    /* background: -webkit-linear-gradient(left top, #0069c1, #fff);
    background: -o-linear-gradient(bottom center, #0069c1, #fff);
    background: -moz-linear-gradient(bottom center, #fff, #0069c1);
    background: linear-gradient(to left center, #0069c1, #fff); */
  }

  .sousuo-list-a {
    /*display: none;*/
  }

  .sousuo-list-a-ms {
    display: block;
  }

  .nav_warp {
    background: #0069c1;
    /* background: -webkit-linear-gradient(left top, #0069c1, #fff);
    background: -o-linear-gradient(bottom right, #0069c1, #fff);
    background: -moz-linear-gradient(bottom right, #0069c1, #fff);
    background: linear-gradient(to bottom right, #0069c1, #fff); */
    padding: 0 15px;
  }

  .nav-rig {
    width: 100%;
    flex-direction: column;
    height: auto;
    background: #0069c1;
    /* background: #28281a;
     */
    /* background: -webkit-linear-gradient(left top, #0069c1, #f5f5f5);
    background: -o-linear-gradient(bottom right, #0069c1, #f5f5f5);
    background: -moz-linear-gradient(bottom right, #0069c1, #f5f5f5);
    background: linear-gradient(to bottom right, #0069c1, #f5f5f5); */
    position: absolute;
    z-index: 99;
    top: 100px;
    left: 0;
    overflow: hidden;
    height: 0;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -webkit-transform: translateX(500px);
  }

  .nav-rig ul {
    flex-direction: column;
  }

  .nav-rig ul li {
    line-height: 50px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sousuo-wrp {
    flex-direction: column;
  }

  .nav-rig ul li a {
    display: flex;
    flex-direction: row;

  }

  .nav-rig ul li a span {
    display: block;
    flex: 1;
    text-align: right;
    font-size: 22px;
  }

  .sousuo-wrp .sousuo-list {
    height: 40px;
    line-height: 40px;
    width: 100%;
        display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .sousuok {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .sousuok .p_ejcd {
    display: flex;
    position: unset;
    width: 100%;
    height: 42px;
  }

  .sousuok .p_ejcd::before {
    content: "";
  }

  .sousuok a {
    display: none;
  }

  .sousuo input {
    width: 80%;
  }

  .sousuo button {
    border-left: 1px solid #cccccc;
  }

  .sousuo-wex {
    display: none !important;
  }

  .sousuo-list-a-ms select {
    width: 100%;
    color: #333333;
    text-align: center;
    height: 30px;
    font-size: 14px;
  }

  .nav-pag {
    display: block;
    line-height: 0;
  }

  .nav-r {
    display: none;
  }

  .ejcd p {
    font-size: 12px;
    color: #ffffff;
    padding: 0 15px;
    margin: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }





  .banner-tit h5 {
    font-size: 14px;
    font-weight: bold;
  }

  .banner-tit span {
    font-size: 12px;
    margin-bottom: 0;
  }

  .banner-tit {
    padding: 0 15px;
  }

}


.ywbk-tit {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  font-size: 14px;
  color: #6a6a6a;
}

@media screen and (max-width: 1200px) {
  .ywbk-tit {
    padding: 20px 15px;
  }
  .nav-rig ul li p{
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .ywbk-tit {
    font-size: 12px;
    padding: 20px 15px;
  }
}

.ywbk-tit a {
  margin-right: 10px;
}

.ywbk-tit span a:last-child {
  color: #004ea1 !important;
}

.actwo {
  color: #004ea1 !important;
}

@media screen and (max-width: 1200px) {
  .nav_warp {
    max-width: 1050px;
    margin-left: -525px !important;
  }
}

@media screen and (max-width: 1024px) {
  .nav_warp {
    margin-left: 0 !important;
  }

  .ejcd {
    border-bottom: 1px solid #f5f5f5;
  }
}

@media screen and (min-width: 1024px) {
  .nav_warp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    left: 50%;
    top: 0;
    margin-left: -750px;
  }
}

.fh-top {
  position: fixed;
  bottom: 100px;
  right: 40px;
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  z-index: 99;
}

.nav-rig ul li p {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-rig ul li p span {
  font-size: 16px;
}

.nav-rig ul li p span {
  display: none;
}

@media screen and (max-width: 1024px) {
  .fh-top {
    right: 10px;
    bottom: 100px;
  }

  .nav-rig ul li p span {
    display: block;
    width: 40px;
    text-align: right;
    font-size: 20px;
  }

  .nav-r svg path {
    fill: #ffffff;
  }

  .nav-l svg path {
    fill: #ffffff;
  }

  .sousuo:hover button {
    background: #cccccc;
  }

  .nav-rig ul li p a {
    display: block;
    width: 70%;
  }

  .ejcd p a {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {

  .nav-rig ul li {
    font-size: 14px;
  }

  .banner-tit {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
.nav-rig ul li p{
  justify-content: center;
}}