@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_rwyvpmzk1j9.eot');
  src: url('//at.alicdn.com/t/font_995532_rwyvpmzk1j9.eot?#iefix')
      format('embedded-opentype'),
    url('//at.alicdn.com/t/font_995532_rwyvpmzk1j9.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_995532_rwyvpmzk1j9.woff') format('woff'),
    url('//at.alicdn.com/t/font_995532_rwyvpmzk1j9.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_995532_rwyvpmzk1j9.svg#iconfont') format('svg');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '';
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  color: #333;
  background: #181818;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1300px;
  margin: 0 auto;
}
header {
  overflow: hidden;
  /*banner*/
}
header .banner {
  position: relative;
  width: 100%;
  height: 883px;
}
header .banner .top {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: slideInDown;
  animation-delay: 1s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 160px;
  background: rgba(24, 24, 24, 0.1);
  z-index: 100;
}
header .banner .top .cont {
  position: relative;
  font-size: 0px;
  height: 100%;
}
header .banner .top .cont .tel {
  position: absolute;
  right: 0;
  top: 34px;
  line-height: 18px;
}
header .banner .top .cont .tel .iconfont {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
header .banner .top .cont .tel .s1 {
  color: #606060;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
}
header .banner .top .cont .tel .s2 {
  color: #f2cb62;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  vertical-align: middle;
}
header .banner .top .cont nav {
  padding-top: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .banner .top .cont nav .logo {
  display: block;
  margin: 0 50px;
}
header .banner .top .cont nav > ul > li {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header .banner .top .cont nav > ul > li:first-child a {
  padding-left: 0;
}
header .banner .top .cont nav > ul > li:nth-child(5) {
  margin-right: 370px;
}
header .banner .top .cont nav > ul > li h3 {
  font-size: 16px;
  line-height: 40px;
}
header .banner .top .cont nav > ul > li h3 a {
  font-size: 16px;
  line-height: 40px;
  padding: 0 30px;
  color: #ffffff;
}
header .banner .top .cont nav > ul > li h3 .iconfont {
  position: absolute;
  vertical-align: middle;
  right: 0;
  line-height: 40px;
  font-size: 16px;
  color: #f2cb62;
  animation-name: fadeOutDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
header .banner .top .cont nav > ul > li:hover h3 a,
header .banner .top .cont nav > ul > li.on h3 a {
  color: #f2cb62;
}
header .banner .top .cont nav > ul > li:hover h3 .iconfont,
header .banner .top .cont nav > ul > li.on h3 .iconfont {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
header .banner .top .cont nav > ul > li .sub {
  position: absolute;
  background: #202020;
  display: none;
  left: -7px;
}
header .banner .top .cont nav > ul > li .sub li {
  line-height: 32px;
}
header .banner .top .cont nav > ul > li .sub li a {
  color: #ffffff;
  font-size: 14px;
  padding: 0 26px;
  white-space: nowrap;
}
header .banner .top .cont nav > ul > li .sub li a:hover {
  color: #f2cb62;
}
header .banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
header .banner .bd ul {
  width: 100% !important;
  height: 772px !important;
}
header .banner .bd ul li {
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
header .banner .bd ul li a {
  display: block;
  height: 772px;
  background-position: center;
  background-repeat: no-repeat;
}
header .banner .hd {
  width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}
header .banner .hd ul {
  text-align: right;
}
header .banner .hd ul li {
  display: inline-block;
  margin-left: 17px;
  width: 66px;
  height: 3px;
  background: #ffffff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  cursor: pointer;
}
header .banner .hd ul li.on {
  background: #f2cb62;
}
.page {
  margin: 40px 0 10px;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  height: 29px;
  margin: 0 10px;
}
.page ul li a {
  display: block;
  color: #a7a7a7;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev a {
  line-height: 26px;
}
.page ul li.next a {
  line-height: 26px;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #f2cb62;
}
.footer {
  background: #1e1e1e;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.footer .f-top {
  height: 65px;
  line-height: 65px;
  color: #646464;
  display: flex;
  border-bottom: 1px solid #5a5a5a3b;
}
.footer .f-top a {
  font-size: 16px;
  color: #ffffff;
  margin: 0 40px;
}
.footer .f-top a:nth-child(1) {
  margin-left: 0;
}
.footer .cont {
  display: flex;
}
.footer .cont .left {
  margin-top: 68px;
}
.footer .cont .left .tel p:nth-child(1) {
  font-size: 14px;
  color: #ffffff;
}
.footer .cont .left .tel p:nth-child(2) {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 5px;
}
.footer .middle {
  margin-top: 68px;
  margin-left: 8.6%;
}
.footer .middle .f-tit {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 26px;
}
.footer .middle .f-tit span {
  font-size: 16px;
  color: #fff;
}
.footer .middle .f-tit span {
  color: #fff;
}
.footer .ewm {
  margin-top: 35px;
  text-align: center;
  margin-left: 8.3%;
}
.footer .ewm .text {
  color: #aaaaaa;
  font-size: 16px;
  margin-top: 5px;
}
.footer .ewm img {
  width: 128px;
  height: 128px;
}
.copy-right {
  width: 100%;
  background: #1e1e1e;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  height: 58px;
  line-height: 58px;
  text-align: center;
}
.copy-right a {
  color: #fff;
}
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #f2cb62;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  box-sizing: initial;
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
