#footer {
  padding: 0 !important;
}

.footer {
  padding: 0 !important;
}

.foot {
  z-index: 99999 !important;
}

.subject {
  margin-top: 0px !important;
}

.subject {
  margin-top: 0px;
}

.subject .box img {
  width: 100%;
}

.subject img {
  width: 100%;
}

.subject .sjduan {
  display: none;
}

.Sidebar {
  position: relative;
  width: 128px;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  border-radius: 10px;
}

.Sidebar ul li {
  width: 100%;
  height: 60px;
  background-color: #ff7200;
  position: relative;
}

.Sidebar ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.Sidebar ul li img {
  width: 28px;
}

.Sidebar ul li .dl {
  display: none;
}

.Sidebar ul li p {
  font-size: 14px;
  color: #fff;
}

.Sidebar ul li .box .sqewm {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: -120px;
  top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.Sidebar ul li .box .sqewm img {
  width: 100px;
  height: 100px;
}

.Sidebar ul li .box .znxx {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: -120px;
  top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.Sidebar ul li .box .znxx img {
  width: 100%;
}

.Sidebar ul li .box .dhzx {
  width: 128px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: -128px;
  top: 0px;
  display: none;
}

.Sidebar ul li .box .dhzx h6 {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

.Sidebar ul li .box .dhzx p {
  color: #ff7200;
  font-size: 14px;
}

.Sidebar ul li:hover {
  background-color: #fff;
}

.Sidebar ul li:hover > a > img {
  display: none;
}

.Sidebar ul li:hover > a .dl {
  display: block;
}

.Sidebar ul li:hover > a p {
  color: #ff7200;
}

.Sidebar ul li:nth-child(2):hover .box .dhzx {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.Sidebar ul li:nth-child(3):hover .box .znxx {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Sidebar ul li:nth-child(4):hover .box .sqewm {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Sidebar ul li:nth-child(1):hover {
  background-color: #ff7200;
}

.Sidebar ul li:nth-child(1):hover p {
  color: #fff;
}

.Sidebar ul li:nth-child(1) {
  border-radius: 10px 10px 0 0;
}

.Sidebar ul li:nth-child(4) {
  border-radius: 0 0 10px 10px;
}

.Sidebar > img {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -73px;
}

.foot {
  width: 100%;
  height: 95px;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  bottom: -200px;
  transition: all 0.6s;
  z-index: 9999999999999999999999999999999;
}

.foot > ul.qian {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.foot > ul.qian .left {
  margin-right: 100px;
}

.foot > ul.qian .left img {
  width: 266px;
  margin-top: -81px;
}

.foot > ul.qian .right .box ul li {
  display: flex;
  align-items: center;
}

.foot > ul.qian .right .box ul li > img {
  width: 630px;
  margin-top: -38px;
  margin-bottom: 10px;
}

.foot > ul.qian .right .box ul li p {
  font-size: 28px;
  color: #fff;
}

.foot > ul.qian .right .box ul li h6 {
  font-size: 28px;
  color: #fff;
}

.foot > ul.qian .right .box ul li button {
  width: 200px;
  height: 45px;
  background: #f98755;
  border-radius: 30px;
  outline: none;
  border: none;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 8px #ff7200;
}

.foot > ul.qian .right .box ul li button img {
  width: 38px;
  margin-left: 10px;
}

.foot > ul.qian .guanbi {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 23px;
  top: 13px;
}

.foot > ul.qian .guanbi img {
  width: 100%;
  height: 100%;
}

.foot .hou {
  width: 1200px;
  margin: 0 auto;
  display: none;
}

.foot .hou > ul {
  display: flex;
  justify-content: space-between;
}

.foot .hou > ul form {
  display: flex;
}

.foot .hou > ul form .form ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 95px;
}

.foot .hou > ul form .form ul li {
  display: flex;
  align-items: center;
}

.foot .hou > ul form .form ul li p {
  font-size: 20px;
  color: #fff;
  margin-right: 14px;
}

.foot .hou > ul form .form ul li input {
  width: 274px;
  height: 30px;
  background: #ffffff;
  border-radius: 2px;
  padding-left: 10px;
}

.foot .hou > ul form .form ul li span {
  font-size: 14px;
  color: #fff;
  margin-left: 90px;
}

.foot .hou > ul form .in {
  height: 95px;
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.foot .hou > ul form .in button {
  width: 200px;
  height: 40px;
  background: #f98755;
  border-radius: 30px;
  outline: none;
  border: none;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 8px #ff7200;
}

.foot .hou > ul form .in button img {
  width: 38px;
  margin-left: 10px;
}

.foot .hou > ul .right {
  height: 95px;
}

.foot .hou > ul .right ul {
  display: flex;
  align-items: center;
  height: 95px;
}

.foot .hou > ul .right ul li img {
  width: 80px;
}

.foot .hou > ul .right ul li p {
  word-wrap: break-word;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}

.foot .hou > ul .guanbi {
  width: 37px;
  height: 37px;
  margin-top: 7px;
}

.foot .hou > ul .guanbi img {
  width: 100%;
}

.mp_suspension {
  display: none;
}

.mp_dbtc {
  display: none;
}

@media screen and (max-width: 750px) {
  body {
    background-color: #2751a3;
    padding-top: 0 !important;
  }
  .header {
    display: none;
  }
  #header {
    display: none !important;
  }
  #footer {
    display: none !important;
  }
  header {
    display: none;
  }
  .subject {
    margin-top: 0px;
    margin-bottom: 1.09rem;
  }
  .subject img {
    display: none;
  }
  .subject .sjduan {
    display: block;
  }
  .Sidebar {
    display: none;
  }
  .mp_suspension {
    display: block;
    width: 7.5rem;
    margin: 0 auto;
    height: 1.09rem;
    background: #fd7c6e;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0 0.9rem;
  }
  .mp_suspension ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .mp_suspension ul .left {
    width: 3.1rem;
    height: 0.6rem;
    border: 0.02rem solid #ffffff;
    border-radius: 0.08rem;
  }
  .mp_suspension ul .left a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .mp_suspension ul .left a img {
    width: 0.34rem;
    margin-right: 0.17rem;
  }
  .mp_suspension ul .left a p {
    font-size: 0.3rem;
    color: #fff;
  }
  .mp_suspension ul .right {
    width: 2rem;
    height: 0.6rem;
    border: 0.02rem solid #ffffff;
    border-radius: 0.08rem;
  }
  .mp_suspension ul .right a {
    font-size: 0.3rem;
    color: #ffffff;
    line-height: 0.56rem;
    text-align: center;
    display: block;
  }
  .foot {
    display: none;
  }
  .mp_dbtc {
    position: relative;
    display: block;
    width: 7.1rem;
    height: 5.2rem;
    margin: 0 auto;
    background-image: url("../images/sj_d6.png");
    background-size: 100%;
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    bottom: -7rem;
    z-index: 9999;
    transition: all 0.6s;
  }
  .mp_dbtc > ul .ding img {
    width: 5.07rem;
    margin: 0 auto;
    margin-top: -1.3rem;
  }
  .mp_dbtc .form {
    margin-top: 0.2rem;
  }
  .mp_dbtc .form ul li {
    width: 5.92rem;
    height: 0.63rem;
    margin: 0 auto;
    background-size: 100%;
    margin-bottom: 0.15rem;
    display: flex;
    padding-left: 2.2rem;
  }
  .mp_dbtc .form ul li input {
    font-size: 0.3rem;
    color: #fff;
  }
  .mp_dbtc .form ul li:nth-child(1) {
    background-image: url("../images/sj_d2.png");
  }
  .mp_dbtc .form ul li:nth-child(2) {
    background-image: url("../images/sj_d3.png");
  }
  .mp_dbtc .form ul li:nth-child(3) {
    background-image: url("../images/sj_d4.png");
  }
  .mp_dbtc p {
    font-size: 0.2rem;
    font-style: italic;
    color: #ffffff;
    margin-left: 0.6rem;
    margin-top: 0.1rem;
  }
  .mp_dbtc .yuyue button {
    width: 2.59rem;
    height: 0.65rem;
    margin: 0 auto;
    margin-top: 0.15rem;
    background: #f98755;
    border-radius: 0.32rem;
    outline: none;
    border: none;
    font-size: 0.3rem;
    padding: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.08rem 0.08rem #ff7200;
  }
  .mp_dbtc .sj_tc {
    width: 0.45rem;
    height: 0.45rem;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
  }
  .mp_dbtc .sj_tc img {
    width: 100%;
  }
  body {
    padding-top: 0 !important;
  }
}
