@charset "UTF-8";
@font-face {
  font-family: 'PingFangSC';
  src: url("../fonts/PingFangSC.ttf");
}

@font-face {
  font-family: 'HappyZcool';
  src: url("../fonts/HappyZcool.TTF");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  border: none;
}

body,
html {
  height: 100%;
  width: 100%;
  background: #FBF9F7;
}

body {
  padding-top: 0.1px;
  color: #222423;
  font-family: 'PingFangSC';
  min-width: 1400px;
  position: relative;
}

.wd-1400 {
  width: 1400px;
  margin: 0 auto;
}

.wd-1300 {
  width: 1300px;
  margin: 0 auto;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background: #F25A30;
  line-height: 90px;
  box-shadow: 0px 4px 7px 0px rgba(254, 229, 71, 0.5);
  z-index: 10;
  font-family: 'PingFangSC';
}

.header .header-container {
  width: 1400px;
  margin: 0 auto;
}

.header .header-container .website-name {
  position: relative;
  float: left;
  font-size: 32px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 86px;
  letter-spacing: 2px;
}

.header .header-container .nav-list {
  float: right;
  height: 90px;
  font-family: "HappyZcool";
}

.header .header-container .nav-list .nav {
  float: left;
  text-align: center;
  padding: 0 18px;
  margin-left: 10px;
  cursor: pointer;
  height: 100%;
}

.header .header-container .nav-list .nav a {
  display: block;
  height: 100%;
  color: #FFFFFF;
  font-size: 20px;
}

.header .header-container .nav-list .nav a .iconfont {
  font-weight: 400;
}

.header .header-container .nav-list .active > a {
  position: relative;
  color: #FFFD01;
}

.header .header-container .nav-list .active > a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 70px;
  height: 6px;
  background: #FFFD01;
  border-radius: 2px;
}

.header #about {
  position: relative;
}

.header #about:hover .about-nav {
  display: block;
  height: 114px;
  transition: all .3s;
}

.header .about-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  width: 129px;
  height: 0;
  overflow: hidden;
  display: none;
  padding: 18px 5px 5px;
  background: linear-gradient(180deg, rgba(255, 253, 1, 0) 0%, #F25A30 24%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header .about-nav a {
  height: 35px !important;
  color: #FFFD01 !important;
  line-height: 35px !important;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.header .about-nav .active a {
  color: #F25A30 !important;
  background: #FFFD01;
}

.header .about-nav .active a::after {
  width: 0 !important;
}

.page-banner {
  margin-top: 90px;
  height: 250px;
  background: url("../image/page-banner.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.page-banner .page-title {
  margin: 50px auto;
  width: 1400px;
  font-size: 90px;
  font-family: HappyZcool-2016-Regular, HappyZcool;
  font-weight: 400;
  color: #FFFFFF;
}

.page-banner .page-title .en-title {
  position: relative;
  font-size: 32px;
  font-family: DengXian-Bold, DengXian;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 2px;
  padding-left: 180px;
}

.page-banner .page-title .en-title::before {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 120px;
  height: 2px;
  background: #FFFFFF;
}

/* 分页样式 */
.all-page {
  text-align: center;
}

.all-page .pagination > li > a {
  color: #666666;
  background: transparent;
  border: none;
}

.all-page .pagination > li > a {
  background: transparent;
  margin: 5px 5px;
  border-radius: 3px;
}

.all-page .pagination > .active > a,
.all-page .pagination > .active > span,
.all-page .pagination > .active > a:hover,
.all-page .pagination > .active > span:hover,
.all-page .pagination > .active > a:focus,
.all-page .pagination > .active > span:focus {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
  font-weight: 600;
}

.foot {
  width: 100%;
  background: #F25A30;
  padding: 30px 0 20px;
  font-family: 'PingFangSC';
  font-size: 16px;
}

.foot .item {
  margin-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  font-family: 'PingFangSC';
}

.foot .item a {
  color: #FFFFFF;
}
