* {
  margin: 0;
  padding: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #282828 !important;
}
.header .wrap {
  width: 79%;
  height: 66px;
}
.header .logo {
  display: inline-block;
  width: 82px;
  height: 42px;
  float: left;
  margin-top: 12px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .nav {
  display: inline-block;
  float: right;
  padding: 20px 0 25px;
}
.header .nav .item {
  position: relative;
  display: inline-block;
  color: #fff;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  margin: 0 40px;
  cursor: pointer;
}
.header .nav .cur,
.header .nav .item:hover {
  color: #11D7AE;
}
.header .nav .sub-item {
  display: none;
  position: absolute;
  top: 13px;
  left: 50%;
  width: 180px;
  height: 135px;
  margin-left: -75px;
  padding-top: 33px;
}
.header .nav .sub-item a {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #727272;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
}
.header .nav .sub-item a:first-child {
  border-radius: 4px 4px 0 0;
}
.header .nav .sub-item a:last-child {
  border-radius: 0 0 4px 4px;
}
.header .nav .sub-item .cur,
.header .nav .sub-item a:hover {
  background: #F9F8FD;
  color: #11D7AE;
}
.header .nav .sub-main {
  display: block;
  width: 150px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
.header .nav .item:hover .sub-item {
  display: block;
}
.footer {
  background-color: #282828;
}
.footer .wrap {
  height: 270px;
  padding: 61px 0 53px;
}
.footer .foot-left,
.footer .foot-right {
  display: inline-block;
  float: left;
}
.footer .list {
  display: inline-block;
  float: left;
  width: 80px;
  margin-right: 70px;
}
.footer .list a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 30px;
}
.footer .list .tit {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .foot-right {
  float: right;
  height: 152px;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.footer .foot-right .code {
  display: inline-block;
  float: left;
  width: 120px;
}
.footer .foot-right .code img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
}
.footer .foot-right .code p {
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.footer .foot-right .code + .code {
  margin-left: 70px;
}
.footer .foot-bom {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(134, 132, 157, 0.6);
}
.sfooter {
  background-color: #282828;
  height: 158px;
}
.sfooter .foot-top {
  height: 114px;
  text-align: center;
  padding: 46px 0;
}
.sfooter .foot-top a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 0 33px;
}
.sfooter .foot-bom {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(134, 132, 157, 0.6);
}
@media screen and (max-width: 1440px) {
  .wrap {
    width: 1000px;
  }
  .header .wrap {
    width: 1080px;
    height: 50px;
  }
  .header .logo {
    width: 62px;
    height: 31px;
    margin-top: 9px;
  }
  .header .nav {
    padding: 13px 0;
  }
  .header .nav .item {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 30px;
  }
  .header .nav .sub-item {
    top: 4px;
    width: 110px;
    height: 100px;
    margin-left: -55px;
  }
  .header .nav .sub-item a {
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .header .nav .sub-main {
    width: 110px;
  }
  .footer {
    background-color: #282828;
  }
  .footer .wrap {
    width: 1000px;
    height: 190px;
    padding: 44px 0 37px;
  }
  .footer .list {
    width: 60px;
    margin-right: 65px;
  }
  .footer .list a {
    font-size: 12px;
    line-height: 24px;
  }
  .footer .list .tit {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .footer .foot-right {
    height: 108px;
    padding-left: 60px;
  }
  .footer .foot-right .code {
    width: 85px;
  }
  .footer .foot-right .code img {
    width: 85px;
    height: 85px;
    margin-bottom: 7px;
  }
  .footer .foot-right .code p {
    font-size: 12px;
  }
  .footer .foot-right .code + .code {
    margin-left: 50px;
  }
  .footer .foot-bom {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .sfooter {
    height: 118px;
  }
  .sfooter .foot-top {
    height: 84px;
    text-align: center;
    padding: 34px 0;
  }
  .sfooter .foot-top a {
    font-size: 12px;
    line-height: 18px;
    padding: 0 25px;
  }
  .sfooter .foot-bom {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #282828 !important;
}
.header .wrap {
  width: 79%;
  height: 66px;
}
.header .logo {
  display: inline-block;
  width: 82px;
  height: 42px;
  float: left;
  margin-top: 12px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .nav {
  display: inline-block;
  float: right;
  padding: 20px 0 25px;
}
.header .nav .item {
  position: relative;
  display: inline-block;
  color: #fff;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  margin: 0 40px;
  cursor: pointer;
}
.header .nav .cur,
.header .nav .item:hover {
  color: #11D7AE;
}
.header .nav .sub-item {
  display: none;
  position: absolute;
  top: 13px;
  left: 50%;
  width: 180px;
  height: 135px;
  margin-left: -75px;
  padding-top: 33px;
}
.header .nav .sub-item a {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #727272;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
}
.header .nav .sub-item a:first-child {
  border-radius: 4px 4px 0 0;
}
.header .nav .sub-item a:last-child {
  border-radius: 0 0 4px 4px;
}
.header .nav .sub-item .cur,
.header .nav .sub-item a:hover {
  background: #F9F8FD;
  color: #11D7AE;
}
.header .nav .sub-main {
  display: block;
  width: 150px;
  border-radius: 4px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
.header .nav .item:hover .sub-item {
  display: block;
}
.footer {
  background-color: #282828;
}
.footer .wrap {
  height: 270px;
  padding: 61px 0 53px;
}
.footer .foot-left,
.footer .foot-right {
  display: inline-block;
  float: left;
}
.footer .list {
  display: inline-block;
  float: left;
  width: 80px;
  margin-right: 70px;
}
.footer .list a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 30px;
}
.footer .list .tit {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .foot-right {
  float: right;
  height: 152px;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.footer .foot-right .code {
  display: inline-block;
  float: left;
  width: 120px;
}
.footer .foot-right .code img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
}
.footer .foot-right .code p {
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.footer .foot-right .code + .code {
  margin-left: 70px;
}
.footer .foot-bom {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(134, 132, 157, 0.6);
}
.sfooter {
  background-color: #282828;
  height: 158px;
}
.sfooter .foot-top {
  height: 114px;
  text-align: center;
  padding: 46px 0;
}
.sfooter .foot-top a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 0 33px;
}
.sfooter .foot-bom {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(134, 132, 157, 0.6);
}
@media screen and (max-width: 1440px) {
  .wrap {
    width: 1000px;
  }
  .header .wrap {
    width: 1080px;
    height: 50px;
  }
  .header .logo {
    width: 62px;
    height: 31px;
    margin-top: 9px;
  }
  .header .nav {
    padding: 13px 0;
  }
  .header .nav .item {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 30px;
  }
  .header .nav .sub-item {
    top: 4px;
    width: 110px;
    height: 100px;
    margin-left: -55px;
  }
  .header .nav .sub-item a {
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .header .nav .sub-main {
    width: 110px;
  }
  .footer {
    background-color: #282828;
  }
  .footer .wrap {
    width: 1000px;
    height: 190px;
    padding: 44px 0 37px;
  }
  .footer .list {
    width: 60px;
    margin-right: 65px;
  }
  .footer .list a {
    font-size: 12px;
    line-height: 24px;
  }
  .footer .list .tit {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .footer .foot-right {
    height: 108px;
    padding-left: 60px;
  }
  .footer .foot-right .code {
    width: 85px;
  }
  .footer .foot-right .code img {
    width: 85px;
    height: 85px;
    margin-bottom: 7px;
  }
  .footer .foot-right .code p {
    font-size: 12px;
  }
  .footer .foot-right .code + .code {
    margin-left: 50px;
  }
  .footer .foot-bom {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .sfooter {
    height: 118px;
  }
  .sfooter .foot-top {
    height: 84px;
    text-align: center;
    padding: 34px 0;
  }
  .sfooter .foot-top a {
    font-size: 12px;
    line-height: 18px;
    padding: 0 25px;
  }
  .sfooter .foot-bom {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
}
html {
  font-size: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.error-page {
  position: relative;
  width: 100%;
  background: #EFF1F3;
}
.error-page .txt-box {
  padding-left: 7%;
  padding-top: 13%;
}
.error-page .txt-box h2 {
  color: #302C48;
  font-size: 88px;
  line-height: 100px;
}
.error-page .txt-box h3 {
  color: #1E1E1E;
  font-size: 30px;
  line-height: 42px;
  margin: 40px 0 30px;
}
.error-page .txt-box p {
  color: #727272;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.error-page .txt-box a {
  display: block;
  width: 93px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #3599FF;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.error-page .cloud {
  position: absolute;
  right: 5%;
  bottom: 15%;
  z-index: 3;
  width: 857px;
  height: 65%;
  background: url('http://static.98du.com/images/404/01.png') no-repeat;
  background-size: 100% 100%;
}
.error-page .bom-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 37%;
  background: url('http://static.98du.com/images/404/02.png') no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .error-page .txt-box {
    padding-left: 7%;
    padding-top: 13%;
  }
  .error-page .txt-box h2 {
    color: #302C48;
    font-size: 60px;
    line-height: 80px;
  }
  .error-page .txt-box h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 30px 0 20px;
  }
  .error-page .txt-box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .error-page .txt-box a {
    width: 83px;
    height: 30px;
    line-height: 30px;
  }
  .error-page .cloud {
    width: 620px;
    height: 65%;
  }
}

