html,
body {
  -ms-overflow-style: scrollbar;
}
body {
  font-size: 16px;
  color: #333;
  min-height: 100%;
  background: #fff;
  font-family: "微软雅黑";
}
html {
  font-size: 23.80952vw;
}
@media screen and (min-width: 421px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1440px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1101px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.16rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  outline: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
a {
  color: #0066b2;
}
a:hover {
  color: #0066b2;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: middle;
}
th,
td {
  font-weight: normal;
  padding: 5px;
}
.wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 420px;
}
.wrapper.openPop {
  height: 100%;
  min-height: 100%;
  position: fixed;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.row {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
.global-inner {
  width: 86.5%;
  max-width: 1660px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 10;
}
.global-inner:before,
.global-inner:after {
  content: '';
  display: table;
  clear: both;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.en {
  font-family: Arial;
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.swiper-pagination-bullet {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .global-inner{
    width: 92%;
  }
  .wrapper{
    padding-bottom: 0.65rem;
  }
}
/**** btn ***/
.btn {
  min-width: 7.5em;
  height: 2.625em;
  padding: 0;
  margin: 0 6px;
  font-size: 1em;
  line-height: 2.5em;
}
.btn.btn-default,
.btn .btn-gray {
  border-color: #b3b3b3;
  background: #b3b3b3;
  color: #fff;
}
.btn.btn-sure,
.btn.btn-blue {
  border-color: #0089d9;
  background: #0089d9;
  color: #fff;
}
.btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/****** 弹框 ******/
.pop-box {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}
.pop-zhe {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1021;
}
/*** 滚动条 ****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}
.mCSB_scrollTools {
  width: 4px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #d7d7d7;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #d7d7d7;
}
/***** header ****/
.header {
  width: 100%;
  display: block;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000000;
}
.header.fixed{
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.header .global-inner {
  padding: 35px 0;
  height: 96px;
}
.header .line {
  width: 100%;
  height: 4px;
  display: block;
  background: transparent;
  position: absolute;
  left: 0;
  top: 100%;
}
.header.fixed .line {
  background: transparent !important;
}
.head-place {
  width: 100%;
  height: 96px;
  display: block;
  position: relative;
}
.head-logo {
  float: left;
}
.head-logo img {
  height: 26px;
  display: block;
}
.nav-list {
  float: right;
  white-space: nowrap;
  margin: 0 -23px;
  overflow: hidden;
}
.nav-list .lv1s{
  float: left;
  padding: 0 23px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  padding-bottom: 35px;
}
.nav-list .lv1 {
  display: block;
  color: #333;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  will-change: transform;
}
.nav-list .on .lv1{
  text-decoration: underline;
}
.nav-list a.lv1:hover {
  transform: skewX(-8deg);
  -webkit-transform: skewX(-8deg);
  -ms-transform: skewX(-8deg);
}

.nav-list .lv2-box{
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  top: 96px;
  z-index: 100;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none;
}
.nav-list .lv2-box .lv2-list{
  width: 700px;
  float: right;
  margin-right: 144px;
}
.nav-list .lv2-box dd{
  display: inline-block;
  font-size: 14px;
  /*line-height: 66px;*/
  line-height: 47px;
  padding: 4px 0 0;
  margin: 0 15px;
  position: relative;
}
.nav-list .lv2-box dd b{
  position: absolute;
  top: 4px;
  left: 0;
  font-weight: normal;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin:center center;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
  transition: -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
  transition: transform .5s cubic-bezier(.165,.84,.44,1);
  transition: transform .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1);
}
.nav-list .lv2-box dd b:before{
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  background-color: #333;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-list .lv2-box dd.nolink span{
  -webkit-transition: opacity .5s cubic-bezier(.165,.84,.44,1);
  transition: opacity .5s cubic-bezier(.165,.84,.44,1);
  transition: opacity .5s cubic-bezier(.165,.84,.44,1);
  transition: opacity .5s cubic-bezier(.165,.84,.44,1);
}
.nav-list .lv2-box dd.nolink:hover span{
  opacity: 0;
}
.nav-list .lv2-box dd.nolink:hover b{
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
}
.nav-list .lv2-box dd.nolink:hover b:before{
  width: 100%;
  margin-left: -50%;
}
.nav-list .lv2-box dd.nolink:hover i{
  width: 0%;
  margin-left: -50%;
}

.nav-list .lv2-box dd a{
  color: #333;
}
.nav-list .lv2-box i{
  display: block;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  background-color: #333;
  -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.nav-list .lv2-box dd:hover i{
  width: 100%;
  margin-left: -50%;
}

.ph-btn{
  /*float: right;*/
  /*width: 0.26rem;*/
  /*cursor: pointer;*/
  /*display: none;*/
  /*margin-top: 4px;*/
  display: none;
  width: 0.7rem;
  height: 0.7rem;
  position: fixed;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.26rem;
}
.ph-nav-pop{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 0.7rem;
  z-index: 10;
  display: none;
}
.ph-nav-pop .top{
  position: absolute;
  width: 100%;
  height: 0.7rem;
  left: 0;
  top: 0;
  background: #000;
  padding: 0 4%;
  overflow: hidden;
  padding-right: 0;
}
.ph-nav-pop .top .left{
  float: left;
  padding: 0.25rem 0;
  height: 0.7rem;
}
.ph-nav-pop .top .left .logo{
  height: 0.25rem;
}
.ph-nav-pop .top .right{
  float: right;
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background: #0c53d7;
  position: relative;
  z-index: 10;
}
.ph-nav-pop .top .right:before{
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ph-nav-pop .top .right .ph-btn-close{
  width: 0.2rem;
}
.ph-nav-pop .nav-main{
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y:scroll;
  right: -100%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.ph-nav-pop .nav-main.on{
  right: 0;
}
.ph-nav-pop .nav-main li{
  border-bottom: 1px solid #e5e5e5;
  padding: 0 4%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
}
.ph-nav-pop .nav-main .animated{
  animation-duration: 0.7s;
}
.ph-nav-pop .nav-main li:nth-child(1) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.ph-nav-pop .nav-main li:nth-child(2) {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
.ph-nav-pop .nav-main li:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.ph-nav-pop .nav-main li:nth-child(4) {
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
}
.ph-nav-pop .nav-main li:nth-child(5) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.ph-nav-pop .nav-main li:nth-child(6) {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
}
.ph-nav-pop .nav-main li:nth-child(7) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.ph-nav-pop .nav-main li:nth-child(8) {
  animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
}
.ph-nav-pop .nav-main li:nth-child(9){
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.ph-nav-pop .nav-main li a{
  color: #333;
  font-size: 0.18rem;
  display: block;
  width: 100%;
  float: left;
}
.ph-nav-pop .nav-main li.on a{
  color: #0c53d7;
}
.ph-nav-pop .nav-main .lv2-box-btn{
  float: right;
  width: 30%;
  height: 100%;
  text-align: right;
  position: absolute;
  width: 92%;
  right: 4%;
}
.ph-nav-pop .nav-main .lv2-box-btn img{
  width: 6px;
}
.ph-nav-pop .nav-main .lv2-box{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 200%;
  top: 0.7rem;
  background:#fff;
  font-size: 0.18rem;
  /*display: none;*/
  z-index: 10;
  transition: all .5s;
}
.ph-nav-pop .nav-main .lv2-box.boxon{
  left: 0;
}
.ph-nav-pop .nav-main .lv2-box dt{
  padding: 0 4%;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #f2f2f2 url(../../Img/images/ph-nav-more1.png) no-repeat left 4% center;
  background-size: 6px;
  padding-left: 0.4rem;
}
.ph-nav-pop .nav-main .lv2-box dd{
  border-bottom: 1px solid #e5e5e5;
  padding: 0 4%;
  height: 0.6rem;
  line-height: 0.6rem;
}
.ph-nav-pop .nav-main .lv2-box dd a{
  color: #333;
  display: block;
  position: relative;
}
.ph-nav-pop .nav-main .lv2-box dd b{
  font-weight: normal;
  font-size: 0.18rem;
  color: #333;
  display: none;
  position: absolute;
  width: 100%;
  height: 0.59rem;
  top: 0;
  display: none;
  background: #fff;
}
.ph-nav-pop .nav-main .lv2-box dd a:hover b{
  display: block;
}

@media screen and (max-width: 1366px){
  .header .global-inner{
    height: 70px;
    padding: 25px 0;
    line-height: 70px;
  }
  .nav-list .lv2-box{
    top: 70px;
  }
  .nav-list .lv1s{
    padding: 0 20px;
  }
  .nav-list .lv1s{
    padding-bottom: 20px;
    line-height: 25px;
  }
  .head-place{
    height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .header .global-inner{
    height: 0.7rem;
    padding: 0.25rem 0;
    line-height: 0.7rem;
  }
  .nav-list .lv1s{
    padding: 0 0.12rem;
  }
  .head-place{
     height: 0.7rem;
  }
}

@media screen and (max-width: 768px){
  .nav-list{
    display: none;
  }
  .header{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
  }
  .header .line{
    height: 0;
  }
  .head-logo img{
    height: 0.25rem;
  }
  .ph-btn{
    display: block;
  }
}

/***** 侧边菜单栏 ****/
.side-menu-box {
  width: 30px;
  height: 100%;
  display: block;
  background: #4d4d4d;
  position: fixed;
  right: -30px;
  top: 0;
  z-index: 1000000000;
  padding-top: 96px;
}
.side-menu-box .item {
  width: 100%;
  position: relative;
}
.side-menu-box .item:hover .item-hd {
  background: #0c53d7;
  border-bottom-color: #0c53d7;
}
.side-menu-box .item:hover .item-bd {
  right: 100%;
}
.side-menu-box .item-hd {
  width: 100%;
  height: 142px;
  display: block;
  overflow: hidden;
  background: #4d4d4d;
  position: relative;
  font-size: 12px;
  line-height: 142px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-bottom: solid 1px #5e5e5e;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 30;
}
.side-menu-box .item-hd a {
  width: 18px;
  line-height: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.side-menu-box .item-hd img {
  width: 18px;
  display: block;
  margin: 0 auto 3px;
}
.side-menu-box .item-bd {
  width: 235px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #0c53d7;
  color: #fff;
  position: absolute;
  right: -235px;
  top: 0;
  z-index: 20;
  padding: 20px 10px 20px 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.side-menu-box .item-bd .word {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.side-menu-box .item-bd .doc {
  font-size: 24px;
  line-height: 32px;
  margin-top: 8px;
}
/**** 主体区域 ****/
.main-box {
  width: 100%;
  min-height: 660px;
  position: relative;
  z-index: 50;
  background: #fff;
}
/***** 底部 ****/
.footer {
  width: 100%;
  height: 420px;
  display: block;
  overflow: hidden;
  background: #1c1c1c;
  text-align: center;
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.footer.active .foot-bg {
  opacity: 1;
}
.footer.active .foot-slogan {
  height: 0;
  opacity: 0;
}
.footer.active .foot-contact {
  height: auto;
}
.footer.active .foot-contact .btn-ctrl img {
  height: 38px;
}
.footer.active .foot-contact .contact-det {
  opacity: 1;
  transition: all 0.5s linear 0.2s;
  -webkit-transition: all 0.5s linear 0.2s;
}
.foot-bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.foot-logo {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin-top: 65px;
}
.foot-logo img {
  height: 20px;
}
.foot-middle {
  width: 100%;
  height: 205px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 76px;
}
.foot-slogan {
  height: 60px;
  overflow: hidden;
  font-size: 2.875em;
  line-height: 60px;
  transition: opacity 0.5s, height 0.6s;
  -webkit-transition: opacity 0.4s, height 0.6s;
}
.foot-contact {
  height: 56px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.foot-contact .btn-ctrl a {
  display: inline-block;
  vertical-align: top;
  padding: 16px 0 5px;
  border-bottom: solid 1px #fff;
}
.foot-contact .btn-ctrl img {
  height: 34px;
  display: block;
  transition: all 0.5s linear 0.2s;
  -webkit-transition: all 0.5s linear 0.2s;
}
.foot-contact .contact-det {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  padding-left: 26px;
  background: url(../../Img/images/ft_03.png) no-repeat left top;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.foot-contact .contact-det dl {
  overflow: hidden;
  display: block;
}
.foot-contact .contact-det dt {
  color: #999;
  float: left;
}
.foot-contact .contact-det dd {
  float: left;
}
.foot-bt {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.foot-bt a {
  margin: 0 5px;
  color: #666;
}
.foot-bt a:hover {
  color: #fff;
}
.foot-bt .en {
  margin: 0 5px;
}
.foot-ewm {
  text-align: center;
  position: absolute;
  right: 0;
  top: 52px;
}
.foot-ewm .item {
  width: 90px;
  text-align: center;
  margin-top: 30px;
}
.foot-ewm .imgs {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}
.foot-ewm img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.foot-ewm .tit {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.ph-side-menu-box{
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 0.65rem;
  z-index: 100000;
  background: #0c53d7;
  display: none;
}
.ph-side-menu-box .list{
  overflow: hidden;
  padding-top: 0.1rem;
}
.ph-side-menu-box .list li{
  text-align: center;
  color: #fff;
  float: left;
  width: 33.333%;
}
.ph-side-menu-box .list li a{
  color: #fff;
  display: inline-block;
}
.ph-side-menu-box .list li img{
  height: 0.22rem;
}
.ph-side-menu-box .list li .name{
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .footer{
    position: relative;
    height: auto;
    text-align: left;
  }
  .foot-bt .en{
    margin-left: 0;
  }
  .foot-bt a{
    display: block;
    margin: 0;
  }
  .footer .global-inner{
    padding:  0.39rem 0.3rem 0.3rem 0.3rem;
  }
  .foot-logo{
    display: none;
  }
  .foot-middle{
    height: auto;
    margin-top:0.23rem;
  }
  .foot-slogan{
    font-size: 0.21rem;
    height: auto;
    line-height: 0.31rem;
  }
  .foot-contact{
    height: auto;
  }
  .foot-contact .btn-ctrl a{
    padding: 0.1rem 0 0;
  }
  .foot-contact .btn-ctrl img{
    width: 0.9rem;
    height: auto;
  }
  .foot-contact .contact-det{
    display: none;
  }
  .foot-bt{
    margin-top: 0.27rem;
    line-height: 0.23rem;
    font-size: 0.14rem;
  }
  .foot-ewm{
    position: relative;
    top: 0;
    overflow: hidden;
  }
  .foot-ewm .item{
    float: left;
    margin-top: 0;
    width: 0.75rem;
    margin-right: 0.21rem;
  }
  .foot-ewm .imgs{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .foot-ewm .tit{
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .ph-side-menu-box{
    display: block;
  }
}

/******/
.page-column-menu {
  display: none;
}
/**** animation ***/
@keyframes sealFlv1 {
  0% {
    opacity: 0;
    transform: translateZ(0) scale(1.2);
    animation-timing-function: ease;
  }
  100% {
    opacity: 1;
    transform: translateZ(0) scale(1);
    display: inline-block;
    animation-timing-function: ease;
  }
}
@-webkit-keyframes sealFlv1 {
  0% {
    opacity: 0;
    transform: translateZ(0) scale(1.2);
    animation-timing-function: ease;
  }
  100% {
    opacity: 1;
    transform: translateZ(0) scale(1);
    display: inline-block;
    animation-timing-function: ease;
  }
}
.sealFlv1 {
  -webkit-animation-name: sealFlv1;
  animation-name: sealFlv1;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}


@keyframes sealFlv {
  0% {
    opacity: 0;
    transform: translateZ(0) scale(2.5);
    animation-timing-function: ease;
  }
  100% {
    opacity: 1;
    transform: translateZ(0) scale(1);
    display: inline-block;
    animation-timing-function: ease;
  }
}
@-webkit-keyframes sealFlv {
  0% {
    opacity: 0;
    transform: translateZ(0) scale(2.5);
    animation-timing-function: ease;
  }
  100% {
    opacity: 1;
    transform: translateZ(0) scale(1);
    display: inline-block;
    animation-timing-function: ease;
  }
}
.sealFlv {
  -webkit-animation-name: sealFlv;
  animation-name: sealFlv;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.sealFlv .seal-gloss {
  transition: all 0.6s linear 2.8s;
  left: 200%;
}
.seal-gloss {
  position: absolute;
  display: block;
  width: 50px;
  height: 100px;
  background: #fff;
  top: -40%;
  left: -200%;
  -webkit-transform: skewY(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  transition: all 0.5s linear;
}
@keyframes scaleExpand {
  0% {
    opacity: 0;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes scaleExpand {
  0% {
    opacity: 0;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes scaleShrink {
  0% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
}
@-webkit-keyframes scaleShrink {
  0% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
}
.scaleExpand {
  animation-name: scaleExpand;
}
.scaleShrink {
  animation-name: scaleShrink;
}
@keyframes scaleInUp {
  from {
    transform: translateY(100%) scale(1.5, 1.5);
    -webkit-transform: translateY(100%) scale(1.5, 1.5);
  }
  to {
    transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
  }
}
@-webkit-keyframes scaleInUp {
  from {
    transform: translateY(100%) scale(1.5, 1.5);
    -webkit-transform: translateY(100%) scale(1.5, 1.5);
  }
  to {
    transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
  }
}
.scaleInUp {
  animation-name: scaleInUp;
  -webkit-animation-name: scaleInUp;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}
@keyframes scaleExpandInUp {
  from {
    transform: translateY(100%) scale(0.2, 0.2);
    -webkit-transform: translateY(100%) scale(0.2, 0.2);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleExpandInUp {
  from {
    transform: translateY(100%) scale(0.2, 0.2);
    -webkit-transform: translateY(100%) scale(0.2, 0.2);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    opacity: 1;
  }
}
.scaleExpandInUp {
  animation-name: scaleExpandInUp;
  -webkit-animation-name: scaleExpandInUp;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}
@keyframes scaleShrinkOutUp {
  from {
    transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    opacity: 1;
  }
  to {
    transform: translateY(-100%) scale(0.2, 0.2);
    -webkit-transform: translateY(-100%) scale(0.2, 0.2);
    opacity: 0;
  }
}
@-webkit-keyframes scaleShrinkOutUp {
  from {
    transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    opacity: 1;
  }
  to {
    transform: translateY(-100%) scale(0.2, 0.2);
    -webkit-transform: translateY(-100%) scale(0.2, 0.2);
    opacity: 0;
  }
}
.scaleShrinkOutUp {
  animation-name: scaleShrinkOutUp;
  -webkit-animation-name: scaleShrinkOutUp;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}
@keyframes scaleIn {
  from {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes scaleIn {
  from {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.scaleIn {
  animation-name: scaleIn;
  -webkit-animation-name: scaleIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}
@-webkit-keyframes boingInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: perspective(800px) rotateX(-90deg);
  }
  50% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: perspective(800px) rotateX(50deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}
@keyframes boingInUp {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(-90deg);
  }
  50% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(50deg);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(0deg);
  }
}
.boingInUp {
  -webkit-animation-name: boingInUp;
  animation-name: boingInUp;
}
/*** global ***/
.global-more {
  width: 5.375em;
  height: 5.375em;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  position: relative;
  border: solid 1px #e5e5e5;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .global-more {
    width: 5em;
    height: 5em;
  }
}
.global-more:hover .line1 {
  margin-left: -1.7em;
  margin-top: 0.15em;
  -webkit-transform: rotate(-135deg) scale(0.8, 0.8);
  -ms-transform: rotate(-135deg) scale(0.8, 0.8);
  transform: rotate(-135deg) scale(0.8, 0.8);
}
.global-more:hover .line2 {
  margin-left: -0.5em;
  margin-top: 0.1em;
  -webkit-transform: rotate(135deg) scale(0.8, 0.8);
  -ms-transform: rotate(135deg) scale(0.8, 0.8);
  transform: rotate(135deg) scale(0.8, 0.8);
}
.global-more .line1 {
  width: 2.18em;
  height: 0.3em;
  display: block;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  background: #c7c7c7;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.15em 0 0 -1.09em;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.global-more .line2 {
  width: 2.18em;
  height: 0.3em;
  display: block;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  background: #c7c7c7;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.15em 0 0 -1.09em;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.global-letter {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -19.8%;
  z-index: 1;
}
.global-letter img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.parallax {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
.parallax2 {
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/********/

@media screen and (max-width:767px) {
  .side-menu-box{
    display: none;
  }
}

/*** 2021.02.26 add ***/
@media screen and (min-width: 767.98px){
	.visible-xxs{
		display:none!important;
	}
}
@media screen and (max-width: 768px) {
  .hidden-xxs{
    display: none!important;
  }
}
.foot-contt{
  width: 100%;
  height: 0.65rem;
  display: table;
  background: #0f0f0f;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.foot-contt a{
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.foot-contt img{
  height: 0.24rem;
  display: block;
  margin: 5px auto;
}
.foot-contt span{
  display: block;
  font-size: 0.2rem;
  line-height: 1em;
  color: #fdb612;
  font-weight: bold;
  font-family: 'Arial';
}
.foot-contt:after{
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
}