* {
  margin: 0;
  padding: 0;
}
dl,
ol,
ul {
  list-style: none;
}
dt {
  font-weight: normal;
}
h1,
h2,
h3,
ol,
ul,
p {
  padding: 0;
  margin: 0;
}
html {
  font-size: 16px;
}
.pull-right {
  float: right !important;
  margin-right: 50px;
}
.pull-left {
  float: left !important;
}
/*头部开始*/
.nav-top {
  background: linear-gradient(#fff, #fcf3e1);
  width: 100%;
  height: 95px;
  z-index: 999;
  opacity: 0.9;
}
#header {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  height: 95px;
  line-height: 95px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  max-width: 1200px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
}
#header,
#header a {
  color: #333;
  font-size: 16px;
  letter-spacing: 4px;
}
#header .logo-mb {
  display: none;
}
#header .header-nav li {
  float: left;
  position: relative;
  margin: 0 15px;
}
.search {
  position: absolute;
  right: 10px;
}
.search img {
  width: 30px;
}
#header .header-nav li:last-child {
  margin-right: 0;
}
#header .header-nav li > a {
  display: block;
  padding: 0 16px;
  position: relative;
  font-size: 16px;
  text-decoration: none;
}
#header .header-nav li > a:after {
  content: "";
  display: none;
  position: absolute;
  width: 30px;
  height: 15px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent;
  border-bottom: 3px solid #a0876c;
  border-left: 3px solid #a0876c;
  border-right: 3px solid #a0876c;
  border-radius: 0px 0px 30px 30px;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
#header .header-nav li:hover a.firsta {
  font-weight: bold;
  font-size: 18px;
}
#header .header-nav li:hover a::after {
  display: block;
}
#header .header-nav li:hover a {
  transition: all 1s;
  color: #a0876c;
}
#header .header-nav li:hover > dl {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
#header .header-nav li > dl {
  position: absolute;
  width: 220px;
  top: 100%;
  left: 50%;
  margin-left: -110px;
  margin-top: 10px;
  background: #fff;
  line-height: 16px;
  white-space: nowrap;
  padding: 20px 50px;
  visibility: visible;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 0 5px #ccc;
}
#header .header-nav li > dl dt {
  margin: 20px 0px;
  width: 120px;
  border-bottom: 1px solid #ccc;
}
#header .header-nav li > dl a {
  color: #80679c;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#header .header-nav li > dl a:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #80679c;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 14px;
  -webkit-transform: scaleY(0.5) translateY(-50%);
  transform: scaleY(0.5) translateY(-50%);
  display: none;
}
#header .header-nav li > dl a:hover:before {
  display: block;
}
@media screen and (max-width: 1200px) {
  #header .header-nav > li {
    margin: 0;
  }
  #header .header-nav li > a {
    padding: 0 5px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 50px;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    z-index: 999;
    padding: 0 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  #header {
    background: #d8e5f9;
  }
  #header.is-active .hamburger-inner,
  #header.is-active .hamburger-inner:after,
  #header.is-active .hamburger-inner:before {
    background: #fff;
  }
  #header .logo-pc {
    display: block;
  }
  #header .logo-mb {
    display: inline-block;
  }
  #header .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1e96d5;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 100px 40px 30px;
    font-size: 24px;
    font-size: 400;
    overflow-y: auto;
  }
  #header .header-nav li {
    float: none;
    margin: 0;
  }
  #header .header-nav li:not(:last-child) {
    margin-bottom: 10px;
  }
  #header .header-nav li > a {
    display: inline;
    padding: 0;
  }
  #header .header-nav li > a:after {
    display: none;
  }
  #header .header-nav li dl {
    position: static;
    visibility: visible;
    opacity: 1;
    margin: 0;
    width: 100%;
    padding: 20px 60px;
    display: none;
    -webkit-transition: none;
    transition: none;
    background: none;
    font-size: 16px;
  }
  #header .header-nav li dl dt {
    margin-top: 0;
  }
  #header .header-nav li dl dt:last-child {
    margin-bottom: 0;
  }
  #header .header-nav li dl dt a {
    color: #fff;
    font-size: 15px;
  }
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: none;
  float: right;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hamburger-box {
  width: 22px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--elastic .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner:before {
  top: 6px;
  -webkit-transition: opacity 0.15s ease 0.4s;
  transition: opacity 0.15s ease 0.4s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 12px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: -3px;
}
.hamburger--elastic.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -19px, 0) rotate(-268deg);
  transform: translate3d(0, -19px, 0) rotate(-268deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: 19px;
}
footer {
  background-color: #a0876c;
}
footer .footer-main {
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer-main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-main ul li:first-child .footericon a {
  display: inline-block;
  margin: 12px 6px 0 6px;
}
footer .footer-main ul li:nth-child(2) ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-main ul li:nth-child(2) ul li {
  margin: 0 25px;
}
footer .footer-main ul li:nth-child(2) ul li p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
footer .footer-main ul li:last-child p {
  text-align: right;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  margin: 5px 0;
}
footer .footer-main ul li:last-child p a {
  color: #fff;
}
/* 返回顶部 */
.aside {
  display: none;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 999;
  margin-top: -88px;
  width: 44px;
  height: 169px;
  background: url(../images/aside_bg.png);
  background-repeat: no-repeat;
}
.aside a {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.aside a img {
  display: inline-block;
  vertical-align: top;
}
.aside a .qrcode {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  width: 126px;
  border: 5px solid #59d773;
}
.aside a:hover .qrcode {
  display: block;
}
.aside .wechat {
  padding-top: 15px;
  height: 55px;
}
.aside .wechat:hover {
  background: url(../images/aside_bg_on.png);
}
.aside .wechat .qrcode {
  top: 100%;
}
.aside .sina {
  margin: 1px 0;
  padding-top: 14px;
  height: 50px;
}
.aside .sina:hover {
  background-color: #59d773;
}
.aside .model_back_top {
  padding-top: 21px;
  height: 61px;
}
.aside .model_back_top:hover {
  background: url(../images/aside_backtop_on.png) no-repeat;
  background-position: center -1px;
}
@media screen and (max-width: 991px) {
  .nav-top {
    height: 0;
    opacity: 1;
  }
  .nav-top .hamburger {
    display: block;
  }
  .nav-top .search {
    right: 100px;
  }
  .nav-top #header a {
    color: #fff;
  }
  .nav-top #header .header-nav li:hover a {
    color: #fff;
  }
  .nav-top #header .header-nav li:hover a::after {
    display: none;
  }
  footer .footer-main {
    padding: 30px 0;
  }
  footer .footer-main ul {
    flex-direction: column;
  }
  footer .footer-main ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .footer-main ul li .center-block {
    width: 100px;
  }
  footer .footer-main ul li:nth-child(2) ul {
    flex-direction: row;
  }
  footer .footer-main ul li:nth-child(2) ul li {
    margin: 0 10px;
  }
  footer .footer-main ul li:nth-child(2) ul li img {
    width: 80px;
  }
  footer .footer-main ul li:nth-child(2) ul li p {
    font-size: 14px;
  }
  footer .footer-main ul li:last-child p {
    text-align: center;
    font-size: 14px;
  }
  .row {
    margin: 0;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
  }
}
