footer {
  width: 100%;
  background: #B01C2E;
  padding-top: 66px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  footer {
    padding-top: 40px;
  }
}
footer .w {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  footer .w {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  footer .w > .left {
    order: 0;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 450px) {
  footer .w > .left {
    order: 0;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
footer .w > .left .box1 {
  width: 276px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  footer .w > .left .box1 {
    width: 200px;
    margin: 0 auto;
  }
}
footer .w > .left p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  footer .w > .left p {
    font-size: 14px;
  }
}
footer .w > .left .box2 {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  footer .w > .left .box2 {
    margin-top: 15px;
  }
}
footer .w > .left .box2 .imgbox {
  width: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  footer .w > .left .box2 .imgbox {
    width: 24px;
  }
}
footer .w > .left .box3 {
  display: flex;
  background: #B01C2E;
  margin-top: 43px;
}
@media screen and (max-width: 1200px) {
  footer .w > .left .box3 {
    margin-top: 20px;
  }
}
footer .w > .left .box3 .imgbox {
  width: 24px;
  margin-right: 17px;
}
@media screen and (max-width: 1200px) {
  footer .w > .left .box3 .imgbox {
    width: 20px;
  }
}
footer .w > .left .box3 p {
  max-width: 216px;
}
footer .w > .center {
  display: flex;
}
@media screen and (max-width: 1200px) {
  footer .w > .center {
    width: 100%;
    order: 2;
    justify-content: center;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer .w > .center {
    display: none;
  }
}
footer .w > .center .div {
  margin-left: 98px;
}
@media screen and (max-width: 1600px) {
  footer .w > .center .div {
    margin-left: 60px;
  }
}
footer .w > .center .div:nth-child(1) {
  margin: 0;
}
footer .w > .center .div li {
  font-size: 18px;
  line-height: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
footer .w > .center .div a:nth-child(1) li {
  font-size: 18px;
  line-height: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 17px;
}
footer .w > .center .div a:nth-child(2) li {
  margin-top: 52px;
}
footer .w > .center .div a li {
  margin-top: 30px;
}
footer .w > .right {
  margin-top: 17px;
}
@media screen and (max-width: 1200px) {
  footer .w > .right {
    order: 1;
    margin-left: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .w > .right {
    order: 1;
    margin-left: 0px;
    margin-top: 10px;
  }
}
footer .w > .right .p1 {
  font-size: 18px;
  line-height: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  footer .w > .right .p1 {
    font-size: 14px;
    line-height: normal;
    text-align: center;
  }
}
footer .w > .right .imgbox {
  width: 172px;
  margin-top: 47px;
}
@media screen and (max-width: 1200px) {
  footer .w > .right .imgbox {
    margin-top: 30px;
  }
}
footer .bottom {
  width: 100%;
  height: 100px;
  background: #9E0B1C;
  bottom: 0;
  text-align: center;
  margin-top: 73px;
}
@media screen and (max-width: 1200px) {
  footer .bottom {
    margin-top: 45px;
    height: auto;
  }
}
footer .bottom p {
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  footer .bottom p {
    font-size: 13px;
  }
}
footer .bottom p:nth-child(1) {
  margin-top: 31px;
}
@media screen and (max-width: 1200px) {
  footer .bottom p:nth-child(1) {
    margin-top: 20px;
  }
}
footer .bottom p:nth-child(2) {
  margin-top: 14px;
}
footer .bottom .bottomflex {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
@media screen and (max-width: 1200px) {
  footer .bottom .bottomflex {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
footer .bottom .bottomflex p {
  width: auto;
  margin: 0;
}
footer .bottom .bottomflex p:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  footer .bottom .bottomflex p:nth-child(2) {
    margin-left: 0px;
    margin-top: 14px;
  }
}
