.public_w {
  max-width: 1480px;
  width: 85%;
  margin: 0 auto;
}
.header{
  width: 100%;
  height: calc(50px + 3rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background-color 0.3s ease; 
  background: linear-gradient(180deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0) 100%);
  /* border: 1px solid #000; */
}
.header .head_navBox {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .head_navBox>.logo{
  width: calc(30px + 12rem);
  /* height: 70px; */
}
.header .head_navBox>.logo img{
  width: 100%;
}
.header .head_navBox>div{
  /* width: 90%; */
  /* flex: 1; */
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .head_navBox .nav {
  display: flex;
  align-items: center;
  margin-right: calc(18px + 3rem);
  /* border: 1px solid #f00; */
}
.header .head_navBox .nav li{
  margin-right: calc(10px + 2.5rem);
}
.header .head_navBox .nav li:nth-last-of-type(1){
  margin-right: 0;
}

.header .head_navBox .head_nav a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic_Regular;
  transition: all 0.3s;
  color: #FFFFFF;
}
.header .head_navBox .head_nav.ativeHove>a,
.header .head_navBox .head_nav:hover>a{
  color: #00529D !important;
}

.header .head_navBox .head_nav:nth-of-type(1) a {
  text-transform: uppercase;
}


.header .head_navBox .head_nav .drop_down {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1000;
  background: #fff;
  /* border: 1px #f00 solid; */
}
.header .head_navBox .head_nav .drop_down > li {
  width: 100%;
  height: calc(16px + 1rem);
  font-size: calc(7px + 0.35rem);
  color: #252525;
}
.header .head_navBox .head_nav .drop_down > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .head_navBox .head_nav .drop_down > li:hover>a {
  /* background: #0069b8; */
  color: #E15532;
  animation: fadeInLeft 0.6s linear alternate;
}



.sousuo .searchs1{
  height: 100%;
  width: calc(43px + 5rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.form-controlKey{
  width: 5rem;
  height: calc(20px + 1rem);
  border-radius: calc(20px + 1rem);
  padding-left: 1rem;
  font-family: CenturyGothic_Regular;
  font-size: calc(10px + 0.3rem);
  color: #999999;
  border: none;
  /* border: 1px solid #333; */
}

.search{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: calc(20px + 1rem);
  background: #fff;
  border-radius: calc(20px + 1rem);
  /* border: 1px solid #000; */
}
#keyword{
  /* width: 100%; */
}
.espcms_search_icon{
  width: calc(10px + 0.45rem);
  height: calc(10px + 0.45rem);
  background: url('../images/search.png') no-repeat center center;
  background-size: 100% 100%;
  border: none;
  margin-left: 0.5rem;
  margin-right: calc(3px + 0.5rem);
}


/* 语言切换 */
.languageList{
  width: calc(20px + 1rem);
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 0.6rem;
}
.languageList>a{
  width: calc(20px + 1rem);
  height: calc(20px + 1rem);
  border-radius: 50%;
  background: #00529D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Gothic_bold;
  font-size: calc(10px + 0.3rem);
  color: #FFFFFF;
}