* {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-decoration: none !important;
}
.banner {
  z-index: -1;
}
.container {
  margin: 0 auto !important;
}
.container::before,
.container::after {
  display: none !important;
}
body {
  background: #ddd !important;
}
@media screen and (max-width: 767px) {
  .banner {
    z-index: -1 !important;
  }
}
@font-face {
  font-family: SOURCEHANSANSCN-BOLD;
  src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-EXTRALIGHT;
  src: url(../font/SOURCEHANSANSCN-EXTRALIGHT.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-EXTRALIGHT;
  src: url(../font/SOURCEHANSANSCN-EXTRALIGHT.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-MEDIUM;
  src: url(../font/SOURCEHANSANSCN-MEDIUM.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-NORMAL;
  src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}
@font-face {
  font-family: SOURCEHANSANSCN-REGULAR;
  src: url(../font/SOURCEHANSANSCN-REGULAR.OTF);
}
.header .header-top {
  height: 42px;
  background: #333;
}
.header .header-top .text .row .greeting,
.header .header-top .text .row .websiteNavigation {
  line-height: 42px;
  font-family: SOURCEHANSANSCN-REGULA;
}
.header .header-top .text .row .greeting {
  color: #fff;
}
.header .header-top .text .row .websiteNavigation {
  color: #666666;
}
.header .header-top .text .row .websiteNavigation a {
  color: #666666;
}
.header .header-top .qualification {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-top .qualification div {
  background: #fff;
  padding: 5px !important;
  border-radius: 50%;
  margin-top: -30px !important;
}
.header .header-top .qualification div p {
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.header .header-bottom {
  background: #ddd;
}
.header .header-bottom .logo {
  border-bottom: 1px solid #cfcfcf;
}
.header .header-bottom .logo .row .name {
  font-size: 43px;
  color: #e32330;
  font-family: SOURCEHANSANSCN-BOLD;
  margin-top: 52px !important;
  margin-bottom: 25px !important;
}
.header .header-bottom .logo .row .describe {
  margin-top: 48px !important;
}
.header .header-bottom .logo .row .describe h5 {
  font-size: 18px;
  color: #222;
  margin-bottom: 10px !important;
  font-family: SOURCEHANSANSCN-BOLD;
}
.header .header-bottom .logo .row .describe p {
  font-size: 14px;
  color: #666;
  font-family: SOURCEHANSANSCN-MEDIUM;
}
.header .header-bottom .logo .row .phone {
  display: flex;
  justify-content: flex-end;
  margin-top: 65px !important;
}
.header .header-bottom .logo .row .phone .phoneLoudspeaker {
  width: 23px;
  height: 23px;
  margin-top: 3px !important;
  margin-right: 10px !important;
}
.header .header-bottom .logo .row .phone .contact {
  font-size: 20px;
  color: #e32330;
  font-family: SOURCEHANSANSCN-BOLD;
}
.pc-nav {
  background: #ddd;
  height: 70px;
}
.pc-nav .pc-nav-content {
  display: flex;
  justify-content: space-between;
}
.pc-nav .pc-nav-content > li {
  width: 118px;
}
.pc-nav .pc-nav-content > li:hover > .drop {
  display: block;
}
.pc-nav .pc-nav-content > li:hover > a {
  color: #e32330;
  border-bottom: 3px solid #e32330;
}
.pc-nav .pc-nav-content > li > a {
  font-size: 16px;
  color: #333;
  line-height: 70px;
  font-family: SOURCEHANSANSCN-BOLD;
  display: block;
  text-align: center;
}
.pc-nav .pc-nav-content .drop {
  background: #ededed;
  padding: 17px !important;
  position: relative;
  z-index: 11111;
  line-height: 30px;
  top: -3px;
}
.pc-nav .pc-nav-content .drop > li:hover > a {
  color: #e32330;
}
.pc-nav .pc-nav-content .drop > li > a {
  line-height: 30px;
  font-family: SOURCEHANSANSCN-REGULAR;
  color: #666;
}
.pc-nav .pc-nav-content .drop .drop-menu {
  width: 196px;
  background: #ededed;
  padding: 17px !important;
  position: absolute;
  left: 106px;
  top: 0;
}
.pc-nav .pc-nav-content .drop .drop-menu > li > a {
  line-height: 30px;
  font-family: SOURCEHANSANSCN-REGULAR;
  color: #666;
}
.pc-nav .pc-nav-content .drop .drop-menu > li > a:hover {
  color: #e32330;
}
@media screen and (max-width: 767px) {
  .header .header-top .text .row .websiteNavigation {
    display: none;
  }
  .header .header-top .qualification div {
    display: none;
  }
  .header .header-bottom .logo {
    display: none;
  }
  .navbar-toggle {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    border-color: none !important;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px !important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: none !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    position: absolute;
    width: 100%;
    background: #ddd;
  }
}
