@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: #000;
}
::-webkit-scrollbar-track:horizontal {
  background-color: #000;
}
::-webkit-scrollbar-corner {
  background-color: #000;
}
* {
  box-sizing: border-box;
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont , "Noto Sans SC", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding: 0px;
}
body,
td,
th {
  color: #000;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:-apple-system, BlinkMacSystemFont , "Noto Sans SC", sans-serif;
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
span {
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont , "Noto Sans SC", sans-serif;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-family: -apple-system, BlinkMacSystemFont , "Noto Sans SC", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
input,
textarea,
select {
  *font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ea5506;
}
a:active {
  text-decoration: none;
}
dl,
dd,
dt {
  margin: 0px;
  padding: 0px;
}
/* css common */
.rel {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.lt,
.left {
  float: left;
}
.rt,
.right {
  float: right;
}
.clear,
.clr {
  clear: both;
}
.f-cb {
  zoom: 1;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.dn {
  display: none;
}
.width-full {
  width: 100%;
}
.height-full {
  height: 100%;
}
.dib {
  display: inline-block;
}
.wrap {
  width: 1280px;
  margin: 0 auto;
}
.indent {
  text-indent: 2em;
}
@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
  input,
  textarea,
  select,
  button {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
  body,
  td,
  th {
    line-height: 1.5;
  }
  input,
  textarea,
  select,
  button {
    font-size: 14px;
  }
  .wrap{
      width:94%;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

/* Header */
header {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1000;
  position:relative;
}
header.on,
header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
header .header-top{
  font-size:14px;
  border-bottom:1px #eee solid;
  line-height:42px;
  color:#666666;
}
header .header-top .wrap{
  display:flex;
  justify-content:space-between;
}
header .header-top .right{
  display:flex;
}
header .header-top .right a{
  display:block;
  color:#666666;
  margin-left:20px;
}
header .header-bottom .wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
header .header-bottom .header-trigger{
  display:none;
}
header .header-bottom .header-logo{
  display:flex;
}
header .header-bottom .header-logo img{
  display:block;
}
header .header-bottom .header-menu{
  width:calc(92% - 180px);
}
header .header-bottom .header-menu > ul{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
header .header-bottom .header-menu > ul > li{

}
header .header-bottom .header-menu > ul > li > a{
  display:flex;
  align-items:center;
  line-height:1;
  position:relative;
  height:80px;
  font-weight:bold;
}
header .header-bottom .header-menu > ul > li:hover > a,
header .header-bottom .header-menu > ul > li.current > a{
  color:#ea5506;
}
header .header-bottom .header-menu > ul > li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ea5506;
  bottom: 0;
  left: 0;
  transform-origin: center;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header .header-bottom .header-menu > ul > li:hover > a:after,
header .header-bottom .header-menu > ul > li.current > a:after{
  transform-origin: center;
  transform: scale(1);
}
header .header-bottom .header-menu > ul  > span{
  width:1px;
  height:14px;
  background:#eee;
  display:block;
}
header .header-bottom .header-menu > ul  > span:last-child{
  display:none;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1280px) {
  header .header-top{
    display:none;
  }
  header .header-bottom{
    height:70px;
    display:flex;
    align-items:center;
  }
  header .header-bottom .header-menu{
    display:none;
  }
  header .header-bottom .header-trigger{
    display:flex;
    align-items:center;
    position:absolute;
  }
  header .header-bottom .header-trigger i{
    font-size:20px;
    display:block;
    margin-right:10px;
  }
  header .header-bottom .header-logo{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
  }
}
@media (max-width: 992px) {
  header .header-bottom{
    height:60px;
  }
  header .header-bottom .header-logo img{
    height:30px;
  }
}
@media (max-width: 750px) {
  header .header-bottom{
    height:50px;
  }
  header .header-bottom .header-trigger i{
    margin-right:5px;
    font-size:16px;
  }
  header .header-bottom .header-logo img{
    height:20px;
  }
}

.subnav {
  width: 100%;
  height:100%;
  display:none;
  position:fixed;
  top:0;
  left:0;
  z-index:10001;
  overflow: hidden;
}
.subnav .mask{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background:rgba(0, 0, 0, .6);
  opacity:0;
  overflow:hidden;
}
.subnav .menu{
  width:70%;
  height:100%;
  background:#fff;
  position:absolute;
  left:-70%;
  top:0;
  overflow:hidden;
  overflow-y:auto;
}
.subnav .menu .title{
  display:flex;
  justify-content:space-between;
  background:#000;
  color:#fff;
  padding:0 15px;
  line-height:44px;
}
.subnav .menu .title a{
  color:#fff;
  display:block;
}
.subnav .menu .list{
  margin-top:20px;
}
.subnav .menu .list li{
  border-bottom:1px #eee solid;
}
.subnav .menu .list a{
  line-height:40px;
  display:flex;
  justify-content:space-between;
  padding:0 15px;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1280px) {
  
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
 
}

/* Footer */
footer {
  width: 100%;
  border-top:1px #eee solid;
  overflow: hidden;
}
footer .footer-box1{
  padding:90px 0;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
footer .footer-box1 .code img{
  display:block;
}
footer .footer-box1 .links{
  width:calc(94% - 180px);
  display:flex;
  justify-content:space-between;
}
footer .footer-box1 .links .item:last-child{
  width:40%;
}
footer .footer-box1 .links .item .title{
  font-weight:bold;
}
footer .footer-box1 .links .item .list{
  margin-top:10px;
}
footer .footer-box1 .links .item .item-box:nth-child(2){
  margin-top:40px;
}
footer .footer-box1 .links .item .contact{
  margin-top:10px;
}
footer .footer-box1 .links .item .contact li{
  display:flex;
}
footer .footer-box1 .links .item .contact em{
  display:block;
  margin-right:10px;
}
footer .footer-box1 .links .item .share{
  margin-top:10px;
}
footer .footer-box1 .links .item .share ul{
  display:flex;
}
footer .footer-box1 .links .item .share li{
  margin-right:10px;
}
footer .footer-box1 .links .item .share li:last-child{
  margin-right:0;
}
footer .footer-box1 .links .item .share a{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  background:#b7b7b7;
}
footer .footer-box2{
  border-top:1px #eee solid;
  padding:25px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  overflow:hidden;
}
footer .footer-box2 .right{
  display:flex;
  align-items:center;
}
footer .footer-box2 .right a{
  display:block;
  margin-left:10px;
}
footer .footer-box2 .right img{
  display:block;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1280px) {
  footer .footer-box1{
    padding:9% 0;
    flex-direction:column;
  }
  footer .footer-box1 .code,
  footer .footer-box1 .links{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  footer .footer-box1 .links .item:last-child{
    width:100%;
  }
  footer .footer-box1 .links .item .contact li{
    align-items:center;
    justify-content:center;
  }
  footer .footer-box1 .links .item .contact em{
    display:none;
  }
  footer .footer-box1 .links{
    margin-top:6px;
  }
  footer .footer-box1 .links .item{
    display:none;
  }
  footer .footer-box1 .links .item:last-child{
    display:block;
  }
  footer .footer-box1 .links .item .item-box{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
  }
  footer .footer-box1 .links .item .item-box:nth-child(2){
    margin-top:6%;
  }
  footer .footer-box2{
    padding:3% 0;
    flex-direction:column;
    text-align:center;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
 footer .footer-box2 .right img{
  width:60px;
 }
}
