@charset "UTF-8";

@font-face {
  font-family: 'SourceHanSansCN';
  font-style: light;
  font-weight: 300;
  src: url('../fonts/SourceHanSansCN-Light.eot');
  src: url('../fonts/SourceHanSansCN-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceHanSansCN-Light.woff') format('woff'),
    url('../fonts/SourceHanSansCN-Light.ttf') format('truetype'),
    url('../fonts/SourceHanSansCN-Light.svg#NeuesBauenDemo') format('svg');
}

@font-face {
  font-family: 'SourceHanSansCN';
  font-style: bold;
  font-weight: 600;
  src: url('../fonts/SourceHanSansCN-Bold.eot');
  src: url('../fonts/SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceHanSansCN-Bold.woff') format('woff'),
    url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype'),
    url('../fonts/SourceHanSansCN-Bold.svg#SourceHanSansCNBold') format('svg');
}

@font-face {
  font-family: 'SourceHanSansCN';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/SourceHanSansCN-Normal.eot');
  src: url('../fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceHanSansCN-Normal.woff') format('woff'),
    url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
    url('../fonts/SourceHanSansCN-Normal.svg#SourceHanSansCNNormal') format('svg');
}

@font-face {
  font-family: 'SourceHanSansCN';
  font-style: medium;
  font-weight: 500;
  src: url('../fonts/SourceHanSansCN-Medium.eot');
  src: url('../fonts/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceHanSansCN-Medium.woff') format('woff'),
    url('../fonts/SourceHanSansCN-Medium.ttf') format('truetype'),
    url('../fonts/SourceHanSansCN-Medium.svg#SourceHanSansCN-Medium') format('svg');
}

@font-face {
  font-family: 'AdobeHeitiStd';
  src: url('../fonts/AdobeHeitiStd-Regular.eot');
  src: url('../fonts/AdobeHeitiStd-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AdobeHeitiStd-Regular.woff') format('woff'),
    url('../fonts/AdobeHeitiStd-Regular.ttf') format('truetype'),
    url('../fonts/AdobeHeitiStd-Regular.svg#AdobeHeitiStd') format('svg');
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
  background: rgba(17, 17, 17, 1);
}
body {
  font-family: 'SourceHanSansCN' 'Microsoft YaHei', Helvetica Neue, Helvetica, Arial, sans-serif;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
input,
hr,
img,
div,
label,
span,
p,
table,
tr,
td {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
ol,
ul {
  margin-bottom: 0 !important;
}
.h1,
.h2,
.h3,
.h5,
h1,
h2,
h3,
h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none !important;
}
.trs {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
i,
em {
  display: block;
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.wrapper {
  width: 100%;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
}
.hidden-xs {
  display: none;
}
button,
input,
select {
  outline: none;
  border: 0;
  background: none;
}

:focus {
  outline: 0;
}
input[type='text'] {
  appearance: none;
  -webkit-appearance: none;
}

@-moz-keyframes imageAnimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@-o-keyframes imageAnimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@-ms-keyframes imageAnimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes imageAnimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* ::-webkit-scrollbar-track-piece,::-webkit-scrollbar,::-webkit-scrollbar-thumb {
  width: 0px;
}
::-webkit-scrollbar-track-piece {
  background-color: #101012;
}
::-webkit-scrollbar {
  background-color: #57bc4c;
}
::-webkit-scrollbar-thumb {
  background-color: #333;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #57bc4c;
}
 */

.hidden {
  opacity: 0;
}
.relative {
  position: relative;
}
.bgf5f5f5 {
  background: #f5f5f5;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scale-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.scale-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.scale-img:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.header {
  width: 100%;
  position: relative;
}
.header .logo {
  position: absolute;
  left: 90px;
  top: 10px;
  z-index: 9999;
}
.header .menu {
  position: absolute;
  right: 90px;
  top: 10px;
  z-index: 9999;
  font-family: 'SourceHanSansCNlight', 'Source-Han-Light', 'Source Han Sans CN',
    'SourceHanSansCN-Light', 'webfontSourceHanSansSC', 'Microsoft YaHei', Helvetica Neue, Helvetica,
    Arial, sans-serif;
}
.header .menu li {
  float: left;
  margin-left: 55px;
}
.header .menu li:nth-of-type(1) {
  margin-left: 0px;
}
.header .menu li a {
  color: #fff;
}
.header .menu li:hover a,
.header .menu li.hover a {
  color: #ffd900;
}
#header_inside {
  top: 0px;
  height: 60px;
  position: fixed;
  z-index: 999;
}
#header_inside .logo,
#header_inside .menu {
  top: 17px;
}
.header.fixed {
  background: rgb(0 0 0 / 60%);
  position: fixed !important;
}
.footer {
  border-top: solid 1px #212222;
  text-align: center;
  line-height: 48px;
  color: #666666;
  font-size: 14px;
}
.footer a {
  color: #666666;
}
@media screen and (min-width: 2000px) {
  .contact_wx {
    bottom: 20%;
  }
  .swiper-slide-contact .imgline {
    bottom: 20%;
  }
  .social {
    bottom: 9%;
  }
  .banner .wrapper {
    width: 1800px !important;
    margin-left: -900px !important;
    max-width: 1800px !important;
  }
}

@media screen and (max-width: 1366px) {
  .wrapper {
    width: 1080px;
  }
}
@media screen and (max-width: 1080px) {
  * {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    appearance: none;
    -webkit-appearance: none;
  }
  .wrapper {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    max-width: 96%;
  }
  .header .logo {
    left: 2%;
    max-width: 100px;
  }
  .header .menu {
    right: 2%;
  }
  .header .menu li {
    margin-left: 13px;
  }
  #header_inside,
  #header_yishu {
    top: 0px;
  }

  .mobi_nav_default {
    float: right;
    width: auto;
    height: 100%;
    margin-right: 3%;
  }
  .mobi_nav_default a {
    display: block;
    float: left;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
  }
  .mobi_nav_default a.current {
    border-bottom: 3px solid #5cb047;
  }
  .mobi_navBar {
    position: fixed;
    z-index: 9999;
    right: 2%;
    top: 0;
  }
  #menumob {
    display: none;
  }
  .mm-opened #menumob {
    display: block !important;
  }
  #hamburger {
    cursor: pointer;
    float: right;
    margin-top: 8px;
    margin-right: 3%;
  }

  #hamburger span,
  #hamburger::before,
  #hamburger::after {
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.3s;
    text-indent: -999em;
  }

  .mobi_navBar.current #hamburger::before {
    transform: translate(0, 10px) rotate(-45deg);
  }

  .mobi_navBar.current #hamburger span {
    opacity: 0;
  }

  .mobi_navBar.current #hamburger::after {
    transform: translate(0, -10px) rotate(45deg);
  }

  .header .menu {
    display: none;
  }
  .header .menu.mobmenu {
    display: block;
  }
  .header .menu.mobmenu {
    width: 100%;
    right: 0px;
    top: 20vh !important;
  }
  .header .menu.mobmenu li {
    width: 100%;
    line-height: 60px;
    margin-left: 0px;
    text-align: center;
    font-size: 20px;
  }
  .mobbody {
    position: relative;
  }
  .mobbody:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgb(0 0 0 / 80%);
    height: 100%;
    z-index: 997;
  }
  .index_footer {
    line-height: 36px;
  }
}
