
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  box-sizing: border-box;
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a, ins {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
textarea {
  outline: none;
  resize: none;
}
input:focus {
  /*border: none;*/
  outline: none;
}
h1{
  font-size: 30px;
}
h2{
  font-size: 28px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
*{
  box-sizing: border-box;
  /*font-family: 'Avenir', Helvetica, Arial, sans-serif;*/
  /*color: #59595a;*/
}
a,p{
  text-decoration: none !important;
}
a:hover,
p:hover{
  text-decoration: none !important;
}
html{
  overflow-y: auto !important;
}
body{
  min-width: 1280px;
  /* overflow-y: auto !important; */
}
@media (max-width: 1400px) {
  .main-content{
    width: 1100px;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .main-content{
    width: 1200px;
    margin: auto;
  }
}
@media (min-width: 2000px) {
  .main-content{
    width: 80%;
    margin: auto;
  }
}
.part-one-title{
  font-size: 3.5rem;
  color: #fff;
  /*font-weight: bolder;*/
}
.part-one-small-title{
  font-size: 2rem !important;
  color: #fff;
  /*font-weight: bolder;*/
}
.part-one-split-line{
  width: 45px;
  height: 5.5px;
  display: inline-block;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  background: #fff;
}
.part-one-info{
  font-size: 1.25rem !important;
  color: #fff;
}
#fp-nav{
  display: none;
}

body::before {
  top: 0;
  transform: translateY(-100%);
}
body::after {
  bottom: 0;
  transform: translateY(100%);
}
body.page-is-changing::after, body.page-is-changing::before {
  transform: translateY(0);
}
.cd-loading-bar {
  /* this is the loading bar - visible while switching from one page to the following one */
  position: fixed;
  height: 2px;
  width: 90%;
}
.cd-loading-bar::before {
  /* this is the progress bar inside the loading bar */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
}
.page-is-changing .cd-loading-bar::before {
  transform: scaleX(1);
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .shade-line {
    width: 100%;
    height: 2px;
    background: #000000;
    position: fixed;
    top: 49%;
    z-index: 9999999;
    transform: scaleX(0);
    animation:mymove .5s 1;
    -webkit-animation:mymove .5s 1; /*Safari and Chrome*/
  }
  @keyframes mymove
  {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }

  @-webkit-keyframes mymove /*Safari and Chrome*/
  {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  .shade-part:before{
    content: '';
    height: 50vh;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999999;
  }
  .shade-part:after{
    content: '';
    height: 50vh;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 999999;
  }
  .page-is-changing .shade-part:before{
    animation:mymoveTop 1s .5s 1;
    -webkit-animation:mymoveTop 1s .5s 1; /*Safari and Chrome*/
    animation-fill-mode:forwards;
  }
  .page-is-changing .shade-part:after{
    animation:mymoveBottom 1s .5s 1;
    -webkit-animation:mymoveBottom 1s .5s 1; /*Safari and Chrome*/
    animation-fill-mode:forwards;
  }
  @keyframes mymoveTop
  {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      transform: translateY(-100%);
      opacity: .8;
    }
  }

  @-webkit-keyframes mymoveTop /*Safari and Chrome*/
  {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      transform: translateY(-100%);
      opacity: .8;
    }
  }
  @keyframes mymoveBottom
  {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      transform: translateY(100%);
      opacity: .8;
    }
  }

  @-webkit-keyframes mymoveBottom /*Safari and Chrome*/
  {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      transform: translateY(100%);
      opacity: .8;
    }
  }
}

/*********新官网样式************/
.udan-header .udan-content{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 30%;
  transform: translate(-50%, 0);
}
@keyframes myfirst
{
  from {top: 40%;}
  to {top: 30%;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
  from {top: 40%;}
  to {top: 30%;}
}
@media (min-width: 1400px) {
  .udan-content{
    width: 1200px;
    margin: auto;
  }
}
@media (max-width: 1400px) {
  .udan-content{
    width: 1100px;
    margin: auto;
  }
}
@media (min-width: 2000px) {
  .udan-content{
    width: 80%;
    margin: auto;
  }
}
.udan-header__title{
  font-size: 3.5rem;
  color: #fff;
  /*font-weight: bolder;*/
}
.udan-header__small-title{
  font-size: 2rem;
  color: #fff;
}
.udan-header__line{
  width: 45px;
  height: 5.5px;
  display: inline-block;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  background: #fff;
}
.udan-content__title{
  font-size: 2.285rem;
  color: #fff;
}
.udan-header__info{
  font-size: 1.25rem !important;
  color: #fff;
}
.udan-content__info{
  font-size: 1.15rem;
  line-height: 1.825rem;
  color: #fff;
}
html[lang='en-us'] .udan-content__info{
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 2rem;
}
.udan-content__infoL{
  font-size: 1.875rem;
  color: #fff;
  line-height: 2.3rem;
}
.udan-content__fontSize16{
  font-size: 1rem;
  color: #fff;
}
html[lang='en-us'] .udan-content__fontSize16{
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.75rem;
}
.udan-content__fontSize26{
  font-size: 1.625rem;
  color: #fff;
  margin-bottom: 1rem;
}
.udan-content__fontSize24{
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
.udan-content__fontSize20{
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
html[lang='en-us'] .udan-content__fontSize20{
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 2rem;
}
.udan-content__fontSize30{
  font-size: 1.875rem;
  color: #fff;
  line-height: 2.3rem;
}
.udan-content__fontSize40{
  font-size: 2.5rem;
  color: #fff;
  line-height: 3rem;
}
.udan-content__fontSize40{
  font-size: 2rem;
  color: #fff;
  line-height: 3rem;
  margin-bottom: 0;
}
.udan-content__fontSize46{
  font-size: 2rem;
  color: #fff;
  line-height: 3rem;
}
.udan-content__fontSize45{
  font-size: 2rem;
  color: #000;
  line-height: 3rem;
}
.udan-content__fontSize60{
  font-size: 2.285rem;
  color: #fff;
}
html[lang='en-us'] .udan-content__fontSize60{
  font-size: 3.75rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 4.75rem;
}
.udan-content-line{
  width: 45px;
  height: 5.5px;
  display: inline-block;
  margin-top: 1.2rem;
  margin-bottom: 2.225rem;
}
img{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  /*width: 100%;*/
  user-select: none;
  -webkit-user-drag: none;
}
.viewer-footer{
  display: none;
}
body{
  padding-right: 0 !important;
}

