.header-img {
  width: 100%;
  height: 1.75rem;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header-img img {
  width: 100%;
  height: 100%;
}

.header-search {
  width: 100%;
  height: 0.33rem;
  /* background: #F5F5F5; */
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 0 0.1rem;
  position: fixed;
  top: 1.75rem;
  z-index: 99;
  background: #2054A7;
}

.header-search .left {
  display: flex;
  align-items: center;
}

.header-search .left img {
  width: 0.15rem;
  height: 0.15rem;
}

.header-search .left span {
  color: #fff;
  font-size: 0.13rem;
  padding-left: 0.05rem;
}

.header-search ul {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
}

.header-search ul li {
  width: 0.8rem;
  height: 100%;
  border-right: 1px solid #DFE1E5;
}

.header-search ul li:last-child {
  border: none;
}

.header-search ul li a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 0.13rem;
  font-weight: 300;
}

.header-search ul .action {
  background: #2054A7;
}

.header-search ul .action a {
  color: #FFFFFF;
  font-weight: 400;
}
.culture-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #222222;
}

.culture-top div {
  width: 0.5rem;
  height: 5px;
  background: #2054A7;
}
.contact{
  padding: 0.1rem;
  position: relative;
}
.contact .corporation{

}
.contact .corporation ul li{
  width: 100%;
  height: 1rem;
  background: #DBECFF;
  border-radius: 4px;
  margin-top: 0.15rem;
  color: #222222;
  padding: 0.1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact .corporation ul li .top{
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
}
.contact .corporation ul li .top img{
  width: 0.2rem;
  height: 0.2rem;
}
.contact .corporation ul li .top span{
  font-size: 0.18rem;
  font-weight: 700;
  padding-left: 0.1rem;
}
.contact .corporation ul li p{
  font-size: 0.14rem;
  font-weight: 300;
}
.contact .map{
  width: 100%;
  height: 2.7rem;
  margin-top: 0.22rem;
}
.contact .map img{
  width: 100%;
  height: 100%;
}
.contact .btn-img{
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  z-index: -1;
}
.contact .btn-img img{
  width: 100%;
  height: 100%;
}
.contact-form{
  padding: 0.1rem 0.1rem 0.3rem 0.1rem;
}
.contact-form .item{
  color: #222222;
  font-size: 0.16rem;
  padding-bottom: 0.15rem;
  position: relative;
}
.contact-form .item .left-text{
  display: none;
  color: #e64552;
  font-size: 14px;
  position: absolute;
  bottom: -9px;
}
.contact-form .item .me-text{
  display: none;
  color: #e64552;
  font-size: 14px;
  position: absolute;
  bottom: -3px;
}
.contact-form .item input{
  width: 100%;
  height: 0.35rem;
  border: 1px solid #D4D8DD;
  padding: 0 0.1rem;
  font-size: 0.14rem;
}
.contact-form .item p{
  margin-bottom: 0.05rem;
}
.contact-form .item textarea{
  width: 100%;
  height: 1.1rem;
  border: 1px solid #D4D8DD;
  padding: 0.1rem;
  font-size: 0.14rem;
}
.contact-form .btn{
  width: 100%;
  height: 0.40rem;
  color: #fff;
  background: #2054A7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.15rem;
  border-radius: 4px;
}
