@charset "UTF-8";
.header .top-logo {
  position: relative;
  height: 80px;
  background-color: #3bbbc9;
  background-image: url(../../img/shangye/index/top_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: auto 70%;
  -moz-background-size: auto 70%;
  background-size: auto 70%;
}
.header .top-logo .menu-btn {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
.header .top-logo .menu-btn i {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 9px;
  margin-bottom: 9px;
  background: #000000;
  position: relative;
  -webkit-transition: height 0.4s, margin 0.4s, background 0.4s;
  -moz-transition: height 0.4s, margin 0.4s, background 0.4s;
  -o-transition: height 0.4s, margin 0.4s, background 0.4s;
  transition: height 0.4s, margin 0.4s, background 0.4s;
}
.header .top-logo .menu-btn i:before,
.header .top-logo .menu-btn i:after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  font-size: 0;
  background: #000000;
  position: absolute;
  left: 0;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.header .top-logo .menu-btn i:before {
  top: 0;
  margin-top: 9px;
  -webkit-transition: background 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: background 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -moz-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: background 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -o-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: background 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header .top-logo .menu-btn i:after {
  bottom: 0;
  margin-bottom: 9px;
  -webkit-transition: background 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: background 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -moz-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: background 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -o-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: background 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), margin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header .top-logo .menu-btn i.active {
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background: transparent;
}
.header .top-logo .menu-btn i.active:before {
  background: #000000;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .top-logo .menu-btn i.active:after {
  background: #000000;
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .banner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 33.85416667%;
}
.header .banner >:first-child {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header .banner >:first-child >* {
  position: relative;
  float: left;
  width: 10%;
  height: 100%;
}
.header .banner >:first-child >* > a {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
.header .banner >:first-child >* > img,
.header .banner >:first-child >* a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .tab-point {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 0;
}
.header .tab-point > * {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #ab865c;
  margin: 0 10px;
}
.header .tab-point > *.active {
  background-color: #ffffff;
}
.footer {
  padding: 40px 0;
  background-color: #2c2c2c;
  color: #8a8a8a;
}
.footer .wrap {
  position: relative;
}
.footer .left {
  line-height: 1.4;
  margin-right: 400px;
}
.footer .left em {
  font-size: 16px;
  font-family: Impact;
}
.footer .nav {
  font-size: 0;
}
.footer .nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #8a8a8a;
}
.footer .nav li a {
  display: block;
  padding: 4px 10px;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
.footer .nav li a.active,
.footer .nav li a:active,
.footer .nav li a:hover {
  color: inherit;
  text-decoration: none;
}
.footer .nav li a.active,
.footer .nav li a:active,
.footer .nav li a:hover {
  background-color: #4b4b4b;
}
.footer .right {
  position: absolute;
  right: 0;
  bottom: 20px;
  white-space: nowrap;
}
.footer .right >* {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  white-space: normal;
}
.footer .right:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 100%;
  overflow: hidden;
  vertical-align: bottom;
}
.footer .right img {
  width: 140px;
  height: 140px;
  margin-right: 20px;
}
.footer .gototop {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #4b4b4b;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.footer .gototop.active,
.footer .gototop:active,
.footer .gototop:hover {
  color: #ffffff;
  text-decoration: none;
}
.paging {
  padding: 20px 0;
  text-align: center;
}
.paging a,
.paging span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #000000;
  text-align: center;
  color: #000000;
  text-decoration: none;
}
.paging a.active,
.paging span.active,
.paging a:active,
.paging span:active,
.paging a:hover,
.paging span:hover {
  color: #000000;
  text-decoration: none;
}
.paging a[href],
.paging span[href] {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
}
.paging a[href].current,
.paging span[href].current,
.paging a[href]:active,
.paging span[href]:active,
.paging a[href]:hover,
.paging span[href]:hover {
  color: #ffffff;
  text-decoration: none;
}
.paging a[href].current,
.paging span[href].current,
.paging a[href]:active,
.paging span[href]:active,
.paging a[href]:hover,
.paging span[href]:hover {
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 50px;
  }
  .header .top-logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 50px;
    background-position: 10px center;
  }
  .header .top-logo .menu-btn {
    display: block;
  }
  .header .menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header .menu ul {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    padding-top: 100px;
    background-color: #ffffff;
    -webkit-box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .header .menu li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .header .menu li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    text-decoration: none;
  }
  .header .menu li > a.active,
  .header .menu li > a:active,
  .header .menu li > a:hover {
    color: #3bbbc9;
    text-decoration: none;
  }
  .header .menu .close {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header .menu .close:before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    font-size: 0;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -1px;
  }
  .header .menu .close:after {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    font-size: 0;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -12px;
  }
  .header .menu .back-to-index {
    display: block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #3bbbc9;
    color: #ffffff;
    text-decoration: none;
    line-height: 100px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 360px;
  }
  .header .menu .back-to-index.active,
  .header .menu .back-to-index:active,
  .header .menu .back-to-index:hover {
    background-color: #8bd7df;
  }
  .header .menu .back-to-index.active,
  .header .menu .back-to-index:active,
  .header .menu .back-to-index:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .header .menu .back-to-index:before {
    content: '返回主页';
  }
  .header .menu dl,
  .header .menu .mail {
    display: none;
  }
  .header .tab-point {
    bottom: 10px;
  }
  .footer {
    padding: 10px 0;
  }
  .footer .left {
    margin-right: 0;
  }
  .footer .nav {
    font-size: 0;
  }
  .footer .nav li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .footer .right {
    margin-top: 10px;
    position: relative;
    bottom: 0;
  }
  .footer .right img {
    width: 100px;
    height: 100px;
  }
  .footer .gototop {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .header .menu {
    position: relative;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    background-color: #161616;
  }
  .header .menu ul {
    height: 100%;
    *zoom: 1;
  }
  .header .menu ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .header .menu ul li {
    float: left;
    width: 8.33333333%;
  }
  .header .menu li {
    text-align: center;
    font-size: 14px;
  }
  .header .menu li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #eeeeee;
    text-decoration: none;
  }
  .header .menu li > a.active,
  .header .menu li > a:active,
  .header .menu li > a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .header .menu li > a.active,
  .header .menu li > a:active,
  .header .menu li > a:hover {
    background-color: #303030;
  }
  .header .menu li:hover dl {
    display: block;
  }
  .header .menu dl {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    *zoom: 1;
    background-color: #ffffff;
  }
  .header .menu dl:after {
    content: '';
    display: table;
    clear: both;
  }
  .header .menu dl dt {
    float: left;
    width: 8.33333333%;
  }
  .header .menu dt.text > a {
    margin-top: -50px;
    height: 50px;
  }
  .header .menu dt > a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .header .menu dt img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .header .menu .close {
    display: none;
  }
  .header .menu .mail {
    display: block;
    width: 80px;
    height: 22.04081633px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    background-image: url(../../img/shangye/index/mail.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .header .menu .back-to-index {
    display: block;
    width: 80px;
    height: 22.04081633px;
    position: absolute;
    top: 50%;
    right: 120px;
    margin-top: -11px;
    background-image: url(../../img/shangye/index/back-to-index.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
}
