* {
  padding: 0;
  margin: 0;
}
.fs10 {
  font-size: 10px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.clfff {
  color: #fff;
}
.cl9b9 {
  color: #9B9B9B;
}
.cl9a9 {
  color: #9A9EA0;
}
.cl696 {
  color: #696969;
}
.cla9a {
  color: #a9a9a9;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.textBreak {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
html,
body {
  height: 100%;
}
.contaner {
  width: 100%;
  min-width: 1200px;
  margin: auto;
  height: 100%;
}
.nav-view {
  width: 1065px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.nav-view.other-nav a {
  color: #4A4A4A;
}
.nav-view nav {
  height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-view nav .logo-view {
  width: 190px;
  flex: 0 0 190px;
}
.nav-view nav .logo-view .logo {
  display: inline-block;
  width: 100%;
}
.nav-view nav .logo-view .logo img {
  width: 100%;
}
.nav-view nav .nav-main {
  width: 100%;
}
.nav-view nav .nav-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
}
.nav-view nav .nav-main ul .nav-item {
  padding: 0 50px;
}
.nav-view nav .nav-main ul .nav-item:last-child {
  padding-right: 0;
}
.nav-view nav .nav-main ul .nav-item a {
  display: block;
  height: 42px;
  line-height: 42px;
}
.nav-view nav .nav-main ul .nav-item a:hover,
.nav-view nav .nav-main ul .nav-item a.active {
  color: #EC8E89;
}
.main-view {
  min-height: 100%;
  margin-top: -92px;
  margin-bottom: -198px;
  z-index: 1;
}
.main-view:before {
  content: '';
  display: block;
  height: 92px;
}
.main-view:after {
  content: '';
  display: block;
  height: 198px;
}
.footer-view {
  width: 100%;
  background: #3B3757;
  height: 198px;
}
.footer-view .footer {
  width: 1065px;
  margin: 0 auto;
}
.footer-view .footer footer {
  padding-top: 35px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.footer-view .footer footer .footer-item {
  flex: 1;
}
.footer-view .footer footer .footer-item .footer-logo {
  height: 42px;
}
.footer-view .footer footer .footer-item .footer-logo img {
  height: 42px;
}
.footer-view .footer footer .footer-item.footer-link {
  display: flex;
  flex-direction: column;
  height: 105px;
  flex-wrap: wrap;
  flex: 1;
}
.footer-view .footer footer .footer-item.footer-link a {
  flex: 0 0 35px;
  height: 20px;
}
.footer-view .footer footer .footer-item.footer-link a:hover {
  color: #fff;
}
.footer-view .footer footer .footer-item.footer-contact {
  display: flex;
  justify-content: flex-end;
}
.footer-view .footer footer .footer-item.footer-contact .contact-wechat {
  width: 70px;
  height: 70px;
}
.footer-view .footer footer .footer-item.footer-contact .contact-wechat img {
  width: 100%;
  height: 100%;
}
.footer-view .footer footer .footer-item.footer-contact .contact-info {
  margin-left: 16px;
}
.footer-view .footer footer .footer-item.footer-contact .contact-info .contact-tit {
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #979797;
}
.footer-view .footer footer .footer-item.footer-contact .contact-info .info-view {
  line-height: 20px;
}
.footer-view .footer footer .footer-item.footer-contact .contact-info .info-view span {
  display: block;
}
.footer-view .footer footer .footer-item.footer-contact .contact-info .info-view span a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  background: #9A9EA0;
  color: #363D42;
}
.footer-view .footer footer .footer-item.footer-contact .contact-info .info-view span a:hover {
  color: #fff;
}
.footer-view .footer .record {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border-top: 1px solid #575757;
  justify-content: flex-start;
}
.footer-view .footer .record a {
  line-height: 16px;
  margin: 0 10px;
}
.footer-view .footer .record a:last-child {
  margin-left: 3px;
}
.footer-view .footer .record .line {
  padding-right: 10px;
  position: relative;
}
.footer-view .footer .record .line::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0px;
  width: 1px;
  height: 10px;
  background: #fff;
}
.footer-view .footer .record img {
  display: inline;
  width: 16px;
  vertical-align: bottom;
  position: relative;
}
@media all and (min-width: 749px) and (max-width: 751px) {
  .contaner {
    min-width: 750px;
    width: 100%;
  }
  .nav-view {
    width: 100%;
    box-sizing: border-box;
    padding: 0 48px;
    background: #3B3757;
  }
  .nav-view.other-nav a {
    color: #fff;
  }
  .nav-view nav {
    height: 94px;
  }
  .nav-view nav .nav-main ul .nav-item {
    padding: 0 26px;
  }
  .nav-view nav .nav-main ul .nav-item .fs15 {
    font-size: 12px;
  }
  .main-view {
    margin-top: -94px;
    margin-bottom: -359px;
  }
  .main-view:before {
    height: 94px;
  }
  .main-view:after {
    height: 359px;
  }
  .footer-view {
    width: 100%;
    background: #3B3757;
    height: 359px;
  }
  .footer-view .footer {
    width: 750px;
    margin: 0 auto;
  }
  .footer-view .footer footer {
    position: relative;
    height: 282px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .footer-view .footer footer .footer-item .footer-logo {
    position: absolute;
    bottom: 44px;
    height: 42px;
    flex: 0 0 189px;
    left: 76px;
  }
  .footer-view .footer footer .footer-item.footer-link {
    flex: 0 0 242px;
  }
  .footer-view .footer footer .footer-item.footer-link a {
    font-size: 20px;
  }
  .footer-view .footer footer .footer-item.footer-contact {
    flex: 0 0 385px;
    justify-content: flex-start;
  }
  .footer-view .footer footer .footer-item.footer-contact .contact-wechat {
    width: 80px;
    height: 80px;
  }
  .footer-view .footer footer .footer-item.footer-contact .contact-info .contact-tit {
    font-size: 24px;
    padding-bottom: 16px;
    border: none;
    text-align: left;
  }
  .footer-view .footer footer .footer-item.footer-contact .contact-info .info-view {
    line-height: 30px;
  }
  .footer-view .footer footer .footer-item.footer-contact .contact-info .info-view span {
    font-size: 20px;
  }
  .footer-view .footer .record {
    height: 76px;
    line-height: 76px;
    width: 100%;
    border-top: none;
    justify-content: center;
  }
  .footer-view .footer .record span {
    font-size: 20px;
  }
}
