
@media (max-width: 800px) {
  #headerbody {
    display: none;
  }
  #mobile {
    display: block !important;
  }
  #mobile .header {
    display: flex !important;
  }
}
@media (min-width:801px) and (max-width: 1025px) {
  #headerbody .heatop img {
    width:100% !important;
  }
  #headerbody .textlist {
    width:100% !important;
  }
  #headerbody .textlist ul {
    width:100% !important;
  }
  #headerbody .heatop img {
    width: 100% !important;
  }
  #headerbody .foottext {
    width: 100% !important;
  }
  #headerbody .border {
    width: 100% !important;
  }
}
body {
  margin:0;
  margin:0;
  background: #f0f1f2;
  overflow-x: hidden
}
#headerbody {
  margin:0;
  padding:0;
}
#headerbody .header {
  width:100%;
  height:768px;
  background: url('../image/banner.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
#headerbody .header a {
  display: block;
  height:100%;
  text-decoration: none;
}
#headerbody .pc-logo {
  position: absolute;
  top:50%;
  left:50%;
  margin-left: -36px;
  margin-top: -12px;
}
#headerbody .healogo {
  width:100%;
  height:64px;
  position: relative;
}
#headerbody .healogo img {
  width:72px;
  height:24px;
  position: absolute;
  top:50%;
  left:50%;
  margin-top: -12px;
  margin-left: -36px;
}
#headerbody .heatop {
  width:100%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  height:64px;
  line-height: 64px;
  color:#fff;
  padding-top: 276px;
}
#headerbody .heatop img {
  width:1200px;
  margin:0 auto;
}
#headerbody .opacity {
  width:100%;
  height:64px;
  background: url('../image/pc-logo-bg.png');
  background-size: 100% 100%;
  background-position: center center;
}
#headerbody .heabottom {
  width:100%;
  text-align: center;
  font-size: 16px;
  height:24px;
  line-height: 24px;
  color:#fff;
}
#headerbody .textlist {
  width:1200px;
  margin:0 auto;
  font-family:open sans,sans-serif; 
}
#headerbody .textlist ul {
  width:1200px;
  height:auto;
  padding-inline-start: 0;
  -webkit-padding-start: 0px;
  margin-top:48px;
}
#headerbody .textlist ul li {
  width:100%;
  height:400px;
  list-style: none;
  margin-bottom: 24px;
}
#headerbody .textlist ul li a {
  display: block;
}
#headerbody .textlist ul li img {
  width:100%;
  height:100%;
}
#headerbody .footer {
  height:224px;
  width:100%;
  margin-top: 72px;
  background: #000;
  position: relative;
}
#headerbody .foottext {
  padding-top: 72px;
  width:1200px;
  margin:0 auto;
  margin-bottom: 32px;
}
#headerbody .foottext img {
  height:24px;
  width:72px;
}
#headerbody .textlist a {
  font-size: 12px;
  color:#6C7073;
  text-decoration: none;
}
#headerbody .left {
  margin-right: 32px;
  cursor: default;
}
#headerbody .border {
  height:1px;
  width:1200px;
  margin:0 auto;
  background: #3B3E40;
  margin: 18px 0;
}
#headerbody .textright:hover{
  color:#919699;
  transition: all .3s ease;
}
#mobile {
  display: none;
}
#mobile .header {
  display: none;
  width:100%;
  height:48px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background: #fff;
  position: fixed;
  top:0;
  z-index: 1;
}
#mobile .header a {
  display: inherit;
}
#mobile .header img {
  width:90px;
  height:30px;
}
#mobile .banner {
  height:456px;
  margin-top: 48px;
  width:100%;
  background: url('../image/mobile/image-banner.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#mobile .banner a {
  display: block;
  height:100%;
}
#mobile .bantext {
  position: absolute;
  top:164px;
  width:100%;
  height:8rem;
  text-align: center;
}
#mobile .texttop {
  width:320px;
  height:128px;
  background: url('../image/mobile/m-title-w.png');
  background-size: 100%;
  background-position: center center;
  margin: auto;
}
.navtop,.navcentent {
  font-size: 40px;
  font-weight: 900;
  height:40px;
  line-height: 40px;
  color:#fff;
  text-align: center;
}
.navcentent {
  margin-bottom: 24px;
}
.navbottom {
  font-size: 14px;
  color:#fff;
  height:24px;
  line-height: 24px;
}
#mobile .nav ul {
  width:100%;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding-inline-start: 0px;
  -webkit-padding-start: 0px;
}
#mobile .nav ul li {
  width:100%;
  margin-top: 16px;
  list-style: none;
  background: #fff;
}
#mobile .nav ul li a {
  display: block;
}
#mobile .nav ul li img{
  width:100%;
}
#mobile .return {
  margin-top: 16px;
  width: 100%;
  height:56px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #3B3E40;
}
#mobile .back {
  width:97px;
  height:24px;
  line-height: 24px;
}
#mobile .back span {
  font-size: 12px;
  color:#9FA3A6;
  display: inline-block;
  float: left;
  font-family:open sans,sans-serif;
}
#mobile .back img {
  width:24px;
  float: right;
  margin-left: 4px;
}
#mobile .footer {
  height:144px;
  width:100%;
  background: #000;
}
#mobile .foonav {
  margin-left: 16px;
  padding-top: 24px;
}
#mobile .foonav img {
  width:72px;
  height:24px;
  display: block;
  margin-bottom: 16px;
}
#mobile .foonav div {
  font-size: 12px;
  color:#6C7073;
  height:24px;
  line-height: 24px;
  font-family:open sans,sans-serif;
}
#mobile .foonav a {
  color:#6C7073;
  text-decoration: none;
}