@charset "UTF-8";
.nav-warp {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 15px;
}

.nav-con {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  /* .nav-con {
    padding: 0 15px;
  } */
}

.nav-left a img {
  /*height: 72px;*/
}

@media screen and (max-width: 1024px) {
  .nav-cen {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 99;
  }
}

@media screen and (max-width: 1024px) {
  .nav-cen {
    height: 0;
    overflow: hidden;
    transition: all 0.8s;
    width: 100%;
  }
}

.nav-cen ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .nav-cen ul {
    flex-direction: column;
    background: #f5f5f5;
  }
}

@media screen and (min-width: 1024px) {
  .nav-cen ul li:hover span {
    color: #181d62;
    border-color: #181d62;
  }
}

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

.nav-cen ul li {
  margin-right: 50px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .nav-cen ul li {
    margin-right: 0 !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #666666;
    overflow: hidden;
  }
}

.nav-cen ul li a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.nav-cen ul li a span {
  color: #333333;
  font-size: 16px;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

@media screen and (max-width: 1024px) {
  .nav-cen ul li a span {
    padding: 0;
    border: none;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-righ:hover .sousuo-k {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .nav-righ::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #181d62;
    display: none;
  }
}

.nav-righ:hover::after {
  display: block;
}

.nav-righ {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
}

.nav-righ .sousuo-k {
  width: 200px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 89px;
  border: 1px solid #181d62;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display: none;
  z-index: 99;
}

.nav-righ .sousuo-k input {
  width: 75%;
  border: none;
  padding: 0 15px;
}

.nav-righ .sousuo-k button:hover {
  background: #181d62;
  color: #ffffff;
}

.nav-righ .sousuo-k button {
  flex: 1;
  border: none;
}

.nav-righ .sousuo-page:hover .sousuo-k {
  display: flex;
}

.nav-righ .sousuo-page {
  margin-bottom: 0;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .nav-righ .sousuo-page {
    display: none;
  }
}

.nav-righ .kaiguan .zkai {
  display: none;
}

@media screen and (max-width: 1024px) {
  .nav-righ .kaiguan .zkai {
    display: block;
  }
}

.nav-righ .kaiguan .shouq {
  display: none;
}

.active {
  color: #181d62 !important;
  border-color: #181d62 !important;
}

@media screen and (max-width: 1024px) {
  .active {
    color: #ffffff !important;
    background: #181d62;
  }
  
  .nav-left a img{
    height: 72px;
  }
}
@media screen and ( max-width: 1300px ){
	.nav-cen ul li{
		margin-right: 30px;
		
	}
}
@media screen and ( max-width: 1200px ){
	.nav-cen ul li{
		margin-right: 15px;
		
	}
}
.swiper-slide img {
  width: 100%;
}


.nav-cen ul li{
  position: relative;
}
/* .nav-cen ul li:nth-of-type(2) a span{
  padding: 10px 20px;
} */
.erjcc-warp{
  position: absolute;
  left: -15px;
  top: 40px;
  z-index: 9;
  background: #ffffff;
  width: 100px;
  text-align: center;
  display: none;
  padding-top: 25px;
}
.erjcc{
  background: #f5f5f5;
}
.erjcc::after{
  content: "";
  position: absolute;
  top: 15px;
  left: 40px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #181d62;
  border-left: 10px solid transparent ;
}
.erjcc p{
  height: auto;
  margin: 0;
}
.erjcc p:hover{
  background: #181d62;
  color: #ffffff;
}
.erjcc p a{
  height: 35px;
  line-height: 35px;
}
.nav-cen ul li:hover .erjcc-warp{
  display: block;
}
