@media screen and (min-width:1200px) and (max-width:1920px){
  .f-r-rows{
    width: 100%;
    display: flex;
    margin-top: 27px;
  }
}
.f-footer{
  width: 100%;
  height: 530px;
  background: #274285;
  position: relative;
}
.f-row{
  width: 1200px;
  margin: 0 auto;
  padding-top: 42px;
  display: flex;
  justify-content: space-between;
}
.f-right{
  width: 385px;
}
.f-r-logo{
  width: 200px;
  height: 70px;
}
.f-r-logo img{
  /*width: 100%;*/
  /*height: 100%;*/
  display: block;
}

.f-r-erweima{
  width: 128px;
  height: 128px;
  margin-top: 3px;
}
.f-r-erweima img{
  width: 100%;
  height: 100%;
  display: block;
}
.f-r-list{
  margin-left: 41px;
}
.f-r-text{
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}
.f-l-row{
  display: flex;
  /*width: 590px;*/
}
.f-l-h-title{
  width: 56px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DB5520;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 19px;
}
.f-l-h-list{
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}
.f-l-relation{
  margin-left: 34px;
  width: 346px;
}
.f-l-input{
  width: 333px;
  height: 40px;
  border: none;
  background: #E4E4E4;
  padding-left: 13px;
  font-size: 14px;
  margin-bottom: 19px;
}
.f-l-textarea{
  width: 333px;
  border: none;
  background: #E4E4E4;
  padding-left: 13px;
  font-size: 14px;
  padding-top: 14px;
  height: 78px;
}
.f-l-submit{
  width: 120px;
  height: 42px;
  border-radius: 10px;
  background: #DB5520;
  margin-top: 24px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.f-bottom{
  position: absolute;
  width: 100%;
  /*height: 83px;*/
  background-color: #2D5094;
  bottom: 0px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  padding-top: 20px;
}
.f-attention{
  display: none;
}
.f-bottom-wap{
  display: none;
}

@media screen and (max-width:1199px){
  .f-footer{
    height: auto;
    padding-bottom: 21.2vw;
  }
  .f-row{
    width: 100%;
    flex-wrap: wrap;
  }
  .f-right{
    width: 100%;
  }
  .f-l-row{
    width: 100%;
    flex-wrap: wrap;
  }
  .f-l-relation{

  }
  .f-r-logo{
    margin: 0 auto;
  }
  .f-r-row{
    display: inline-block;
  }
  .f-r-erweima{
    margin-left: 4vw;
  }
  .f-r-list{
    margin-left: 4vw;
    margin-top: 47px;
  }
  .f-l-href{
    margin-left: 3vw;
  }
  .f-l-relation{
    margin-left: 4vw;
  }
  .f-l-submit{
    margin: 0 auto;
    margin-bottom: 5.6vw;
    margin-top: 4.2667vw;
  }
  .f-bottom-wap{
    width: 100%;
    position: absolute;
    background-color: #2D5094;
    bottom: -6.6667vw;
    color: #FFFFFF;
    text-align: center;
    padding: 4vw 0;
    display: block;
  }
  .f-bottom-wap div{
    width: 92vw;
    margin: 0 auto;
  }
  .f-bottom{
    display: none;
  }
  .f-attention{
    display: block;
    margin-left: 4vw;
  }
}
