/*公共样式*/
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: num;
  src: url('/assets/cn/fonts/Helvetica Condensed Bold.ttf');
}
@font-face {
  font-family: title;
  src: url('/assets/cn/fonts/AvantGardeLT-Medium.otf');
}
@font-face {
  font-family: class;
  src: url('/assets/cn/fonts/AdobeFangsongStd-Regular.otf');
}
body,
html {
  position: relative;
  font-family: "微软雅黑", tahoma, arial, "Hiragino Sans GB", simsun, sans-serif;
}
.w1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  min-width: 1200px;
}
.banner img {
  display: block;
  width: 100%;
}
.dis-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.dis-flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
a,
a:active {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  margin: 0;
}
.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img {
  display: block;
}
.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #fff;
}
.top .index-logo {
  position: relative;
}
.top .index-logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top ul.first-nav {
  padding: 0;
}
.top ul.first-nav > li {
  position: relative;
}
.top ul.first-nav > li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #333333;
  transition: all .2s;
}
.top ul.first-nav > li:not(:last-of-type) {
  margin-right: 45px;
}
.top ul.first-nav > li:last-of-type {
  width: 40px;
  cursor: pointer;
}
.top ul.first-nav > li:last-of-type img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top ul.first-nav > li:last-of-type .phone-num {
  display: none;
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 169px;
  height: 69px;
  background: url('/assets/cn/images/top/phone-back.png') no-repeat;
  text-align: center;
}
.top ul.first-nav > li:last-of-type .phone-num p {
  font-family: num;
  font-size: 24px;
  color: #333;
  line-height: 76px;
}
.top ul.first-nav > li.occur:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 150%;
  height: 5px;
  background: #8c4800;
}
.top ul.first-nav > li:hover a {
  color: #8C4800;
  font-weight: bold;
}
.top ul.first-nav > li div.sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 150%;
  background: #ffffff;
  display: none;
}
.top ul.first-nav > li div.sub-nav ul li {
  margin-right: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}
.top ul.first-nav > li div.sub-nav ul li a {
  font-size: 14px;
  font-family: PingFang-SC-Light;
  font-weight: 300;
  color: #666666;
}
.top ul.first-nav > li div.sub-nav ul li:hover a {
  color: #8C4800;
  font-weight: bold;
}
.footer {
  width: 100%;
  min-width: 1200px;
  height: 294px;
  background: #160903;
}
.footer .footer-wrapper {
  padding: 48px 0 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .footer-wrapper .footer-left {
  margin-top: -12px;
}
.footer .footer-wrapper .footer-left div {
  align-items: center;
  margin-top: 30px;
}
.footer .footer-wrapper .footer-left span {
  font-size: 28px;
  font-family: num;
  font-weight: 400;
  color: #ffffff;
  margin-left: 6px;
}
.footer .footer-wrapper .footer-middle ul li:not(:last-of-type) {
  margin-right: 40px;
}
.footer .footer-wrapper .footer-middle ul li h4 {
  font-size: 18px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #999999;
  line-height: 22px;
  margin-bottom: 14px;
}
.footer .footer-wrapper .footer-middle ul li p a {
  font-size: 18px;
  font-family: PingFang-SC-Light;
  font-weight: 300;
  color: #666666;
  line-height: 28px;
}
.footer .footer-wrapper .footer-middle ul li p a:hover {
  color: #8C4800;
}
.footer .footer-wrapper .footer-right {
  margin-top: -12px;
}
.footer .footer-wrapper .footer-right p {
  font-size: 16px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 6px;
}
.footer .footer-bottom {
  width: 100%;
  min-width: 1200px;
  text-align: center;
}
.footer .footer-bottom p {
  height: 49px;
  line-height: 49px;
  font-size: 12px;
  font-family: PingFang-SC-Light;
  font-weight: 300;
  color: rgba(102, 102, 102, 0.8);
}
.pages {
  text-align: center;
  padding: 102px 0 126px 0;
}
.pages ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
}
.pages ul li:not(:last-of-type) {
  margin-right: 20px;
}
.pages ul li:hover,
.pages ul li.occur {
  background: #ed6d00;
}
.pages ul li:hover a,
.pages ul li.occur a {
  color: #fff;
}
.pages ul li.pages-num {
  border: none;
}
.pages ul li.pages-num:hover,
.pages ul li.pages-num.occur {
  background: transparent;
}
.pages ul li.pages-num:hover a,
.pages ul li.pages-num.occur a {
  color: #999999;
}
.pages ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: PingFang-SC-Light;
  font-weight: 300;
  color: #999999;
}
