.header {
  width: 100%;
  height: 73px;
  background-color: #EFEFEF;
}
.header .container {
  align-items: center;
  height: 100%;
}
.header .container .logo {
  width: 138px;
  height: 42px;
  margin-right: 50px;
}
.header .container .logo_mobile {
  display: none;
}
.header .container .mobileUl {
  display: none;
}
.header .container ul .active {
  color: #0071BB;
}
.header .container ul li {
  cursor: pointer;
  position: relative;
  line-height: 73px;
}
.header .container ul li .drop {
  display: none;
  position: absolute;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  top: 50px;
  left: -36px;
  width: 100px;
  font-size: 14px;
  color: #5B411D;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
}
.header .container ul li .drop a {
  color: #5B411D;
}
.header .container ul li:hover {
  color: #0071BB;
}
.header .container ul li:hover .drop {
  display: block;
}
.header .container ul li:hover .drop a:hover {
  color: #fff;
}
.header .container ul li:hover .drop a:hover div {
  background-color: #0071BB;
}
.header .container ul li:not(:last-child) {
  margin-right: 60px;
}
.header .container .input_box {
  position: relative;
  width: 200px;
  height: 34px;
  margin-left: 336px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 65px;
}
.header .container .input_box input {
  width: 70%;
  line-height: 30px;
  margin-left: 20px;
  border: none;
  outline: none;
}
.header .container .input_box img {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 16px;
  height: 16px;
}
.header .container .mulu {
  display: none;
}
.banner_mobile {
  display: none;
}
.footer {
  width: 100%;
  margin-top: 36px;
  padding-top: 40px;
  height: 257px;
  color: #fff;
  background-color: #232F37;
}
.footer .content {
  justify-content: space-between;
}
.footer .content .left ul {
  margin-bottom: 22px;
}
.footer .content .left ul li {
  display: inline-block;
  margin-right: 50px;
}
.footer .content .left .logo_box {
  margin-bottom: 39px;
}
.footer .content .left .logo_box .LOGO_white {
  display: block;
}
.footer .content .left .logo_box .LOGO_white_mobile {
  display: none;
}
.footer .content .left .footer_icon_mobile {
  display: none;
}
.footer .content .ewm_box {
  text-align: center;
}
.footer .content .ewm_box .ewm {
  width: 105px;
  height: 105px;
  margin-bottom: 15px;
}
.footer .content .ewm_box .p2 {
  display: none;
}
.footer .text {
  margin-top: 27px;
  text-align: center;
}
.footer .text p {
  display: inline-block;
  padding: 0 20px 0 0;
  text-align: left;
}


@media screen and (max-width: 750px) {
  .header {
    padding-right: 30px;
    height: 59px;
    background-color: #f5f5f5;
  }
  .header .container {
    width: auto;
    justify-content: space-between;
  }
  .header .container .logo {
    display: none;
  }
  .header .container .logo_mobile {
    display: block;
    width: 114px;
    height: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .container .mulu {
    display: block;
    width: 16px;
    height: 14px;
    cursor: pointer;
  }
  .header .container .mulu:hover {
    opacity: 0.7;
  }
  .header .container ul {
    display: none;
    position: absolute;
    z-index: 99;
    top: 57px;
    right: 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 38px rgba(23, 51, 71, 0.16);
    border-radius: 4px;
  }
  .header .container ul .active {
    color: #0071BB;
  }
  .header .container ul li {
    width: 100px;
    line-height: 51px;
    text-align: center;
    margin-right: 0 !important;
  }
  .header .container ul li:not(:last-child) {
    border-bottom: 1px solid #EBEDF2;
  }
  .header .container .input_box {
    margin-left: 0;
    margin-right: 17px;
    width: 50%;
    height: 30px;
  }
  .header .container .input_box input {
    line-height: 25px;
    margin-left: 15px;
    border: none;
    outline: none;
  }
  .header .container .input_box img {
    top: 5px;
    right: 6px;
    width: 17px;
    height: 17px;
  }
  .banner {
    display: none;
  }
  .banner_mobile {
    width: 100%;
    display: block;
  }
  .footer {
    height: 288px;
    padding: 34px 15px 25px 15px;
    position: relative;
  }
  .footer .container {
    width: auto;
  }
  .footer .container .content {
    justify-content: space-between;
  }
  .footer .container .content .left ul {

  }
  .footer .container .content .left ul li {
    margin:5px 0;
    display: block;
    float: left;
    width:50%;
  }
  .footer .container .content .left ul li:nth-child(2n) {
    margin-right: 0;
  }

  .footer .container .content .left .logo_box {
    margin-bottom: 22px;
  }
  .footer .container .content .left .logo_box .LOGO_white {
    display: none;
  }
  .footer .container .content .left .logo_box .LOGO_white_mobile {
    width: 151px;
    height: 46px;
    display: block;
  }

  .footer .container .content .left .footer_icon {
    display: none;
  }
  .footer .container .content .left .footer_icon_mobile {
    width: 211px;
    height: 40px;
    display: block;
  }
  .footer .container .content .ewm_box {
    text-align: center;
  }
  .footer .container .content .ewm_box .ewm {
    width: 84px;
    height: 84px;
    margin-bottom: 10px;
  }
  .footer .container .content .ewm_box .p1 {
    display: none;
  }
  .footer .container .content .ewm_box .p2 {
    display: block;
  }
  .footer .container .text {
    width: 320px;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 24px;
    text-align: center;
    opacity: 0.6;
  }
  .footer .container .text p {
    text-align: center;
  }
}
