/* common */
@font-face {
  font-family: "Chalkduster";
  font-style: normal;
  font-weight: 400;
  src: local("Chalkduster"), local("Chalkduster-Regular"),
       url("../../font/Chalkduster.eot?0205#") format("eot"),
       /* url("../font/Chalkduster.woff2") format("woff2"), */
       url("../../font/Chalkduster.woff?0205")  format("woff"),
       url("../../font/Chalkduster.ttf?0205")   format("truetype")
}
html,body,div,p,span,ul,ol,li,h1,h2,h3,h4,h5,h6,a,i,input,button,textarea,
::before,
::after{
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", '微软雅黑', "Microsoft JhengHei", '华文细黑', 'STHeiti', 'MingLiu';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  border: none;
  outline: none;
}
body{
  font-size: 14px;
  color: #333;
}
ol,ul{
  list-style: none;
}
a{
  color: #333;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover{
  color: #333;
}
input[type="text"],input[type="search"],input[type="tel"],textarea{
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance:none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}

.flexbox{
  display:-webkit-box;
  box-pack:justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;

  display:flex;
  display:-webkit-flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

/* 覆盖swiper样式 */
.swiper-container .swiper-pagination-bullet {
  background: #9D979B;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #D2D2D2;
  opacity: 1;
}


html {
  font-size: 12px;
}
.popup, .popright, .popleft {
  opacity: 0;
}
.poped .popup, .poped .popright, .poped .popleft {
  opacity: 1;
}
.popup {
  /* transition: all 1s ease-out;
  -webkit-transform: translate3d(0,60px,0);
  -moz-transform: translate3d(0,60px,0);
  -ms-transform: translate3d(0,60px,0);
  -o-transform: translate3d(0,60px,0);
  transform: translate3d(0,60px,0); */  
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: -webkit-transform 350ms ease-out,opacity 350ms ease-in-out;
  -moz-transition: -moz-transform 350ms ease-out,opacity 350ms ease-in-out;
  -ms-transition: transform 350ms ease-out,opacity 350ms ease-in-out;
  -o-transition: transform 350ms ease-out,opacity 350ms ease-in-out;
  transition: transform 350ms ease-out,opacity 350ms ease-in-out;
}
.poped .popup {
  /* -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0); */
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.popright {
  -webkit-transition: opacity 2s cubic-bezier(0.5, 0, 0, 1), transform 2s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: opacity 2s cubic-bezier(0.5, 0, 0, 1), transform 2s cubic-bezier(0.5, 0, 0, 1);
  -ms-transition: opacity 2s cubic-bezier(0.5, 0, 0, 1), transform 2s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: opacity 2s cubic-bezier(0.5, 0, 0, 1), transform 2s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 2s cubic-bezier(0.5, 0, 0, 1), transform 2s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
}
.poped .popright {  
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.popleft {  
  -webkit-transition: opacity 2s cubic-bezier(0.5, 0, 0, 1), transform 2s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: opacity 2s cubic-bezier(0.5, 0, 0, 1), transform 2s cubic-bezier(0.5, 0, 0, 1);
  -ms-transition: opacity 2s cubic-bezier(0.5, 0, 0, 1), transform 2s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: opacity 2s cubic-bezier(0.5, 0, 0, 1), transform 2s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 2s cubic-bezier(0.5, 0, 0, 1), transform 2s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
}
.poped .popleft {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.app {
  width: 100%;
  overflow: hidden;
}
.app section {
  width: 100%;
  /* height: 100vh; */
  position: relative;
}
.app section.partnertype,
.app section.partner {
  height: auto;
}
.main {
  height: 100vh;
  background: #000;
}
.main .content,
.main .bgs,
.main .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  overflow:hidden;
}
.main .content {
  background-color: rgba(0,0,0,0);
  z-index: 5;
}
.main .bgs {
  z-index: 1;
}

/* 打字效果 start */
.typed {
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  height: 70px;
  position: relative;
  float: left;
}
.typed-line {
  float: left;
  width: 2px;
  height: 40px;
  background: #fff;
  -webkit-transform: translate(4px,15px);
  -moz-transform: translate(4px,15px);
  -ms-transform: translate(4px,15px);
  -o-transform: translate(4px,15px);
  transform: translate(4px,15px);
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.typed i {
  text-decoration: none;
  font-style: normal;
  float: left;
}
.typed i:nth-of-type(1) {
  width: 36px;
}
.typed i:nth-of-type(2) {
  width: 52px;
}
.typed i:nth-of-type(3) {
  width: 34px;
}
/* 打字效果 end */
.main .shadow {
  z-index: 2;
  background-color: rgba(0,0,0,.6);
}
.logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  z-index: 100;
  overflow: hidden;
  box-shadow: none;
}
.logo > div {
  position: absolute;
  width: 100%;
  height: 53px;
  will-change: transform;
  -webkit-transform: translate3d(0,53px,0);
  -moz-transform: translate3d(0,53px,0);
  -ms-transform: translate3d(0,53px,0);
  -o-transform: translate3d(0,53px,0);
  transform: translate3d(0,53px,0);
  overflow: hidden;
}
.logo .shadow-box {
  height: 47px;
}
.logo .shadow-box a.ume-logo {
  display: inline-block;
  padding: 8px 0 0 6%;
  font-size:0;
}
.logo .shadow-box a.language {
  padding: 0 6% 0 18px;
  font-size: 14px;
  line-height: 47px;
  color: #999;
  float: right;
  position: relative;
}
.logo .shadow-box a.language:before {
  content: '';
  width: 14px;
  height: 14px;
  left: 0;
  top: 16.5px;
  position: absolute;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACi0lEQVQ4T21TS2hUSRQ9p15IY3AjIjNNi5+dv5VI/M1GBdcKIoL4SaBfVROJ4OgouDCEAZmFWUTiey/GCIqbVvwgIsygLlRQoujCIcMggiIadEjjB5lpSJ2hmtehaaxV1b11Tp06dYpoGyMjI3M7Ojp2SdpNshtAB4BXku5GUXSyXC6/bYWwdZFl2S8ATgDoaq1L2gdgG8mt3ntbqVQuNfsNgmq1GtVqtbMAetoVSZpyzhVDPcuyRZJGAfzpnPs51BoEWZYdB/BrOxjA7SiKKt77JZImrLXfqtVqZ61Wu0PyfBzH48yyLLC/bJcdyCR5ks8lLSwUCot7enr+DfXR0dGVkh4YY5YxTdNDJMuSfiA57zsqQmmntfZyszcwMGCKxeIkgOtBwRVJt0guB3CkuUlSheSPwdQ4jg1JNXtpml4muQPARFDwTxRF27336wH8lks/4ZwbDPM0TcesteUmQZIkG40xD3Kyb4HgvTFml/f+I4DfSZYknTbGXIzjeKL9SuPj4wvq9fokyfmSPgeC2wBuOufO5C8SVIQ8BBOvGWOOxXH8d1teNgH4Q9KL4MFJSd3OuS05iGNjY6u9909yUN17f6BSqYSczI4sy+5LesgkSZaQ/AvAT865BmhoaGhOV1dXjWQhR3wB8MRauzl/xg3e+/sklzaClKbpUQBxZ2fnut7e3uAFkiTZT/IcSZOTDFtrDyZJUjLGPAVww1prZ6M8PT39CECR5B5r7b38pD2SLkj6MDU1VSqVSmu891fDul6vr+3v7/9v9jMNDw8XCoXCoKTDwSAAjwF8InkKwGtJ7wCsDSfPzMzs7evr+zr7F1rNSdM05GEvgBUkVwGIJD0DEMJWtda+ad3/Pwb4LTu/FYDpAAAAAElFTkSuQmCC') no-repeat center/cover;
}
.logo div img {
  height: 31px;
  will-change: transform;
  vertical-align: bottom;
}
.logo .bwt {
  background-color: transparent;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.logo .bbg {
  background-color: #EDEDED;
}
.logo .bbg .shadow-box {
  box-shadow: 0 0 6px #999;  
}
.logo .bbw {
  background-color: #fff;
}
.logo .bbw .shadow-box {
  box-shadow: 0 0 6px #999;  
}
.logo .wwb {
  background-color: #0060AE;
}
.logo .wwb .shadow-box {
  box-shadow: 0 0 6px #333;  
}
.main .content p {
  text-align: center;
}
.main .content p.title {
  font-size: 4rem;
  line-height: 6rem;
  min-height: 6rem;
  padding-bottom: 20px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
.main .content p.title i {
  font-family: "Chalkduster";
}
.main .content .center {
  position: absolute;
  width: 100%;
  top: 56px;
  bottom: 37.5%;
  padding-bottom: 56px;
  justify-content: center;
  align-items: center;
}
.main .content .center .info-container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main .content .center .info-container p.title:after {
  content: "";
  min-width: 25.666px;
  min-height: 24.3333px;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  background: url("../../img/stars.png") no-repeat center/cover;
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.main .content .info {
  font-size: 2rem;
  line-height: 3rem;
  /* padding: 0 14.84%; */
}
.main .content .btns {
  width: 40rem;
  height: 5.6rem;
  position: absolute;
  left: 50%;
  padding-top: 1rem;
  margin-left: -20rem;
  bottom: 37.5%;
}
.main .content .btns a {
  position: relative;
  display: block;
  width: 184px;
  height: 56.8px;
}

@keyframes drawLine{
  0% {
    stroke-dashoffset: -466px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.main .content .btns a span {
  box-sizing: content-box;
  display: block;
  width: 100%;
  height: 54.8px;
  line-height: 54.8px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main .content .btns a:first-child {
  float: left;
}
.main .content .btns a:last-child {
  float: right;
}
.main .content .contact {
  display: block;
  width: 13rem;
  box-sizing: content-box;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  background-color: #0060AE;
  font-size: 1.8rem;
  border-radius: 15px;
  margin-top: 34px;
  position: absolute;
  left: 50%;
  margin-left: -6.5rem;
  bottom: 25%;
}
/* 主页：背景动画 */
/* .main .bgs .swiper-container {
  height: 100%;
} */
/* .main .bgs .bg { */
.main .bgs{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity .6s ease-in;
  -moz-transition: opacity .6s ease-in;
  -ms-transition: opacity .6s ease-in;
  -o-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
  opacity: 0;
}
.main .bgs.show {
  opacity: 1;
}
/* .main .bgs .bg.show {
  opacity: 1;
} */

/* 主页闪烁箭头 */
.main .arrow {
  position: absolute;
  width: 106px;
  height: 106px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%,50%);
  -moz-transform: translate(-50%,50%);
  -ms-transform: translate(-50%,50%);
  -o-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
  z-index: 6;
}

.main .arrow .left-ring-flash,
.main .arrow .right-ring-flash {/* 126 */
  -webkit-animation: flashRing 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  -moz-animation: flashRing 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  -ms-animation: flashRing 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  -o-animation: flashRing 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  animation: flashRing 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  stroke-dasharray: 60px 126px;
  stroke-dashoffset: 60px;
}
.main .arrow .left-line-flash {/* 80 */
  -webkit-animation: flashLeftLine 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  -moz-animation: flashLeftLine 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  -ms-animation: flashLeftLine 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  -o-animation: flashLeftLine 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  animation: flashLeftLine 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  stroke-dasharray: 30px 84px;
}
.main .arrow .right-line-flash {/* 31 */
  -webkit-animation: flashRightLine 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  -moz-animation: flashRightLine 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  -ms-animation: flashRightLine 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  -o-animation: flashRightLine 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  animation: flashRightLine 2s cubic-bezier(.645,.045,.355,1) forwards infinite;
  stroke-dasharray: 12px 32px;
}
@keyframes flashRing{
  0% {
    stroke-dashoffset: 246px;
  }
  35% {
    stroke-dashoffset: 60px;
  }
  100% {
    stroke-dashoffset: 60px;
  }
}
@keyframes flashLeftLine{
  0% {
    stroke-dashoffset: 144px;
  }
  35% {
    stroke-dashoffset: 30px;
  }
  100% {
    stroke-dashoffset: 30px;
  }
}
@keyframes flashRightLine{
  0% {
    stroke-dashoffset: 56px;
  }
  7% {
    stroke-dashoffset: 56px;
  }
  35% {
    stroke-dashoffset: 12px;
  }
  100% {
    stroke-dashoffset: 12px;
  }
}
/* 第二屏 */
.intro {
  background: #EDEDED;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.title {
  font-size: 4rem;
  color: #0D66BD;
  font-weight: bold;
}
/* 邀请函 start */
.invitation .chalk {
  color: #B8433B;
  font-style: normal;
  text-decoration: none;
}
.invitation .center {
  position: relative;
  padding-top: 53px;
}
.invitation .endline {
  position: absolute;
  left: 6.5%;
  right: 6.5%;
}
.invitation .endline:before, .invitation .endline:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  margin: 0;
}
.invitation .endline:before {
  left: 0;
}
.invitation .endline:after {
  right: 0;
}
.invitation .content {
  padding: 8rem 6.5% 0;
}
.invitation .title p,
.invitation .endline .marker {
  background-color: #fff;
  text-align: center;
  line-height: 4rem;
  height: 4rem;
  position: absolute;
  z-index: 2;
  left: 50%;
}
.invitation .title p:nth-of-type(1),
.invitation .endline .marker {
  font-size: 2.3rem;
  top: 0;
  width: 300px;
  margin-left: -150px;
}
.invitation .title p:nth-of-type(2) {
  font-size: 2.4rem;
  top: 4rem;
  width: 440px;
  margin-left: -220px;
}
.invitation .content .img-container {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 2rem;
}
.invitation .content .img-container img {
  width: 100%;
}
/* 邀请函 end */
.intro .item .icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}
.intro .item .title {
  font-size: 2rem;
  line-height: 3rem;
  color: #767676;
  display: inline-block;
  padding-left: 32px;
  position: relative;
  margin: 8px 0 15px;
}
.intro .item .title span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.2rem;
}
.intro .item .txt {
  line-height: 2.6rem;
  color: #9D979B;
  font-size: 1.6rem;
  padding: 0 1rem;
}
.intro .item:nth-of-type(2) .icon {
  background: url("../../img/intro_1.png") no-repeat center/cover;
}
.intro .item:nth-of-type(2) .title span {
  background-color: #B5A2AC;
}
.intro .item:nth-of-type(3) .icon {
  background: url("../../img/intro_2.png") no-repeat center/cover;
}
.intro .item:nth-of-type(3) .title span {
  background: #B7A50E;
}
/* 第三屏 */
.stage {
  text-align: center;
  position: relative;
}
.stage.colum {
  display: block;
  height: auto;
}
.stage.colum .box {
  height: 100vh;
  width: 100%;
}
.stage.colum .bgimg {
  height: 100%;
}
.stage.colum .box.header,
.stage.colum .box.des {
  top: 0;
  left: 0;
  padding-top: 53px;
}
.stage.colum .box.header,
.stage.colum .box.des{
  z-index: -1;
}
.stage.colum.show .box.header,
.stage.colum.show .box.des{
  z-index: 99;
}
.stage.colum .box.des {
  position: fixed;
}
.stage.colum .box.header {
  position: absolute;
}
.stage.colum.show .box.header {
  position: fixed;
}
.stage.colum .box.header>.title {
  position: absolute;
  top: 53px;
  width: 100%;
  text-align: center;
  line-height: 6rem;
}
.stage.colum .box.des .pager {
  position: absolute;
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  width: 14px;
  height: 110px;
  top: 50%;
  right: 20px;
  margin-top: -31px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.stage.colum.show .box.des .pager {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.stage.colum .box.des .pager a {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #9D979B;
  position: relative;
}
.stage.colum .box.des .pager a:hover {
  background-color: #0D66BD !important;
}
.stage.colum .box.des .pager a span {
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  width: 160px;
  background: transparent;
  top: -3px;
  right: 26px;
  text-align: right;
  font-weight: bold;
  display: none;
}
.stage.colum .box.des .pager a:hover span {
  display: block;
}
.stage.colum.one .box.des .pager a:nth-of-type(1),
.stage.colum.twe .box.des .pager a:nth-of-type(2),
.stage.colum.three .box.des .pager a:nth-of-type(3),
.stage.colum.four .box.des .pager a:nth-of-type(4),
.stage.colum.five .box.des .pager a:nth-of-type(5) {
  background-color: #D2D2D2;
}
.stage.colum .box.des .describe {
  height: 100%;
  margin:0 0 0 190px;
  position: relative;
}
.stage.colum .box.des .describe .center {
  /* padding: 0 20% 0 24%; */
  margin-left: 36%;
  padding-right: 30%;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -ms-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  position: absolute;
  top: 50%;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 4px solid #9D979B;
}
.stage.colum .box.des .describe .center p {
  padding-left: 20px;
  line-height: 2.6rem;
  color: #9D979B;
  font-size: 1.6rem;
  max-width: 70%;
  margin: 0 auto;
}
.stage.colum .box.des .describe .center .title {
  /* font-size: 18px;
  line-height: 40px; */
  font-size: 2rem;
  color: #767676;
  margin-bottom: 3rem;
}
.stage.colum.one .box.des .describe .center.one,
.stage.colum.twe .box.des .describe .center.twe,
.stage.colum.three .box.des .describe .center.three,
.stage.colum.four .box.des .describe .center.four,
.stage.colum.five .box.des .describe .center.five  {
  opacity: 1;
}
.stage.colum .box:nth-of-type(3) .bgimg {
  background-image: url("../../img/phone/250/phone1.png");
}
.stage.colum .box:nth-of-type(4) .bgimg {
  background-image: url("../../img/phone/250/phone2.png");
}
.stage.colum .box:nth-of-type(5) .bgimg {
  background-image: url("../../img/phone/250/phone3.png");
}
.stage.colum .box:nth-of-type(6) .bgimg {
  background-image: url("../../img/phone/250/phone4.png");
}
.stage.colum .box:nth-of-type(7) .bgimg {
  background-image: url("../../img/phone/250/phone5.png");
}
.stage.colum .box .bgimg {
  background-repeat: no-repeat;
  background-size: 190px 390.32px;
  background-position: 30% 60%;
}
.stage.colum.show .box .bgimg {
  background-attachment: fixed;  
}
.stage.colum .box .bgimg .center {
  margin-left: 40%;
  padding-left: 300px;
}
/* partner屏 */
.partner,
.partnertype,
.brand {
  background-color: #0060AE;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.partner .title {
  color: #fff;
  /* line-height: 120px; */
}
.partner .item {
  margin: 80px auto 0;
}
.partner .item .txt {
  font-size: 2.2rem;
  line-height: 3.8rem;
  color: #fff;
  text-align: left;
  vertical-align: bottom;
}
.partner .item .txt span {
  font-size: 7rem;
}
.partner .item .img {  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.partner .item:nth-of-type(2) {
  width: 46.2rem;
  margin-top: 60px;
}
.partner .item:nth-of-type(2) .img {
  width: 17.11rem;
  height: 15.533rem;
}
.partner .item:nth-of-type(2) .txt {
  flex-direction: column;
  justify-content: center;
}
/* .partner .item:nth-of-type(2) .txt p span {
  position: absolute;
  left: -8rem;
} */
.partner .item:nth-of-type(2) .txt p {
  padding-left: 10.3rem;
  position: relative;
}
.partner .item:nth-of-type(2) .txt p:nth-of-type(1) {
  padding-left: 3rem;
}
.partner .item:nth-of-type(2) .txt p:nth-of-type(1) span {
  position: relative;
}
.partner .item:nth-of-type(3) {
  width: 46.2rem;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.partner .item:nth-of-type(3) .img {
  width: 23.437rem;
  height: 19.167rem;
}
.partner .item:nth-of-type(3) .txt {
  padding-top: 21px;
}
.partner .item:nth-of-type(3) .txt p {
  text-align: right;
}
.partner .item:nth-of-type(4) {
  width: 46.2rem;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -ms-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}
.partner .item:nth-of-type(4) .img {
  width: 26.133rem;
  height: 13.533rem;
}
.partner .item:nth-of-type(4) .txt {
  padding-top: 8px;
}
/* partnertype屏 */
.partnertype .img {
  width: 231.33px;
  height: 231.33px;
  margin: 0 auto;
  /* display: none; */
}
.partnertype .txt {
  font-size: 2.4rem;
  line-height: 4rem;
}
.partnertype .swiper-slide.device .img {
  background: url("../../img/partnertype_1.png") no-repeat center/cover;
}
.partnertype .swiper-slide.operators .img {
  background: url("../../img/partnertype_4.png") no-repeat center/cover;
}
.partnertype .swiper-slide.pdser .img {
  background: url("../../img/partnertype_2.png") no-repeat center/cover;
}
.partnertype .swiper-slide.publisher .img {
  background: url("../../img/partnertype_3.png") no-repeat center/cover;
}
.partnertype .swiper-slide.device .txt {
  color: #FFFFFF;
}
.partnertype .swiper-slide.operators .txt {
  color: #7ABFCC;
}
.partnertype .swiper-slide.pdser .txt {
  color: #FA715F;
}
.partnertype .swiper-slide.publisher .txt {
  color: #F3C46B;
}
/* brand屏 */
.brand {
  padding-bottom: 50px;
}
.brand .center {
  width: 100%;
}
.brand .txt {
  height: 5rem;
  position: relative;
}
.endline:before,
.endline:after {
  content: "";
  height: 1px;
  background: #5E9ACB;
  width: 100%;
  flex-shrink: 1;
  margin-top: 2.5rem;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  /* position: absolute;
  left: 4%;
  right: 4%;
  top: 2.5rem; */
}
.poped .endline:before,
.poped .endline:after {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
.endline:before {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  margin-left: 4%;
}
.endline:after {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  margin-right: 4%;
}
.brand .txt p {
  line-height: 5rem;
  background: #0060AE;
  padding: 0 10px;
  height: 5rem;
  color: #fff;
  flex-shrink: 0;
  /* position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); */
}
.brand .box {
  max-width: 800px;
  width: 94.21875%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 50px auto 0;
  padding: 22px;
}
.brand .box img {
  width: 100%;
}
/* email屏 */
.app section.email {
  width: 800px;
  height: auto;
  margin: 0 auto;
}
.email .form-container {
  /* height: 100vh; */
  justify-content: center;
  align-items: center;
}
.email .form-container .center {
  width: 100%;
}
.email .title {
  text-align: center;
  margin-bottom: 30px;
}
.email .txt {
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 5px 0 20px;
  text-align: left;
  color: #0D66BD;
}
.email .txt a {
  color: #1068BE;
}
.email .form {
  color:#797979;
  font-size: 1.2rem;
  line-height: 3.6rem;
}
.email .form .flexbox {
  margin-top: 15px;
}
.email .form label {
  width: 100px;
}
.email .form .flexbox.err label {
  color: red;
}
.email .form .flexbox.err input,
.email .form .flexbox.err textarea {
  border-color: red;
}
.email .form .flexbox input::placeholder,
.email .form .flexbox textarea::placeholder {
  color: transparent;
}
.email .form input,
.email .form textarea {
  flex: 1;
  border: 1px solid #afafaf;
  height: 36px;
  line-height: 3.6rem;
  box-sizing: border-box;
  padding: 0 10px;
}
.email .form textarea {
  height: 180px;
}
/* 三个网站图标 */
.anchor {
  margin: 36px auto;
  width: 180px;
}
.anchor a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
}
.anchor a:nth-of-type(1){
  background: url("../../img/anchor_facebook.png") no-repeat center/cover;
}
.anchor a:nth-of-type(2){
  background: url("../../img/anchor_twitter.png") no-repeat center/cover;
}
.anchor a:nth-of-type(3){
  background: url("../../img/anchor_linkin.png") no-repeat center/cover;
}
.police {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #0079DB;
  text-align: center;
  padding-bottom: 20px;
}
.police p a {
  text-decoration: underline;
  color: #0079DB;
}
.email .send {
  height: 70px;
  padding-top: 30px;
}
.email .send a {
  display: block;
  margin: 0 auto;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;   
  font-size: 18px;    
  background-color: #aaa;
  color: #fff;
}
.email .send.active a {  
  background-color: #0060AE;
  color: #fff;
}


/* 响应式布局 */
@media (max-width: 1800px){
  .main .arrow {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1350px){
  .main .arrow {
    width: 75px;
    height: 75px;
  }
  .stage .swiper-container-horizontal>.swiper-pagination-bullets,
  .stage .swiper-pagination-custom,
  .stage .swiper-pagination-fraction {
    top: 605px;
    bottom: auto;
  }
}
@media (max-width: 1260px){
  .stage.colum .box.des .describe .center {
    padding-right: 24%;
  }
  .stage.colum .box.des .describe .center p {
    max-width: 80%;
  }
}
@media (max-width: 1100px){
  .stage.colum .box .bgimg {
    background-position: 24% 60%;
  }
  .stage.colum .box.des .describe .center {
    padding-right: 20%;
    margin-left: 30%;
  }
  .stage.colum .box.des .describe .center p {
    max-width: 90%;
  }

  /* 移动端样式 */
.logo .bwt:before {
    content: "";
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 53px;
    background: black;
    -webkit-transform-origin:top;
    -moz-transform-origin:top;
    -ms-transform-origin:top;
    -o-transform-origin:top;
    transform-origin:top;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .logo .bwt.blackbg:before {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
  #contact label {
    display: none;
  }
  #contact .txt {
    padding: 0 0 5px;
    line-height: 2.4rem;
  }  
  .email .form .flexbox input::placeholder,
  .email .form .flexbox textarea::placeholder {
    color: #aaa;
  }
  .anchor {
    margin: 40px auto 20px;
  }
  .email .send {
    height: 50px;
    padding-top: 10px;
  }
  .police {
    padding-bottom: 5px;
  }
  .police p {
    font-size: 12px;
    line-height: 18px;
  }
  .email .form .flexbox {
    margin-top: 8px;
  }      
}
@media (max-width: 899px) {
  .brand .box {
    padding: 16px;
  }
  .app section.email {
    width: 600px;
  }
  .main .arrow {
    width: 70px;
    height: 70px;
  }
  .stage .swiper-container-horizontal>.swiper-pagination-bullets,
  .stage .swiper-pagination-custom,
  .stage .swiper-pagination-fraction {
    top: 410.32px;
    bottom: auto;
  }
  .main .content .info {
    padding: 0 13%;
  }
  .main .content .btns,
  .main .content .center {
    bottom: 25%;
  }
  .main .content .contact {
    bottom: 10%;
  }

  .partner .item .txt {
    font-size: 2rem;
  }
  .partner .item:nth-of-type(2) {
    width: 36rem;
  }
  .partner .item:nth-of-type(2) .img {
    width: 12.825rem;
    height: 11.64975rem;
  }
  .partner .item:nth-of-type(2) .txt {
    flex-direction: column;
  }
  .partner .item .txt p span {
    font-size: 6rem;
  }
  .partner .item:nth-of-type(2) .txt p {
    padding-left: 8rem;
  }
  .partner .item:nth-of-type(3) {
    width: 31.2rem;
  }
  .partner .item:nth-of-type(3) .img {
    width: 15.32775rem;
    height: 12.12525rem;
  }
  .partner .item:nth-of-type(3) .txt {
    padding-top: 21px;
  }
  .partner .item:nth-of-type(3) .txt p {
    text-align: right;
  }
  .partner .item:nth-of-type(4) {
    width: 35rem;
  }
  .partner .item:nth-of-type(4) .img {
    width: 19.59975rem;
    height: 10.14975rem;
  }
}
@media (max-width: 768px) {
  .main .arrow {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 650px) {
    html {
      font-size: 10px;
    }    
    /* 邀请函 start */
    .invitation .title p:nth-of-type(1),
    .invitation .endline .marker {
      width: 260px;
      margin-left: -130px;
    }
    .invitation .title p:nth-of-type(2) {
      width: 390px;
      margin-left: -195px;
    }
    /* 邀请函 end */
    .brand .box {
      padding: 10px;
    }
    .app section.email {
      width: 400px;
    }
    .stage .swiper-container-horizontal>.swiper-pagination-bullets,
    .stage .swiper-pagination-custom,
    .stage .swiper-pagination-fraction {
      top: 300px;
      bottom: auto;
    }
}
@media (max-width: 440px) {
    .brand .box {
      padding: 6px;
    }
    .title {
      font-size: 3rem;
    }
    /* 邀请函 start */
    .invitation .endline:before, .invitation .endline:after {
      top: 1rem;
    }
    .invitation .content {
      padding: 6rem 6.5% 0;
    }
    .invitation .title p,
    .invitation .endline .marker {
      line-height: 3rem;
      height: 3rem;
    }
    .invitation .title p:nth-of-type(1),
    .invitation .endline .marker {
      font-size: 1.7rem;
      top: 0;
      width: 210px;
      margin-left: -105px;
    }
    .invitation .title p:nth-of-type(2) {
      font-size: 1.8rem;
      top: 3rem;
      width: 300px;
      margin-left: -150px;
    }
    .invitation .content .img-container {
      padding-top: 1.5rem;
    }
    /* 邀请函 end */
    .intro .item .title {
      font-size: 1.6rem;
    }
    .intro .item .txt,
    .email .txt {
      font-size: 1.4rem;
    }
    .app section.email {
      width: 280px;
    }
    .email .form .flexbox {
      flex-direction: column;
    }
    .main .content .btns {
      width: 300px;
      margin-left: -150px;
    }
    .main .content .btns a {
      width: 14rem;
    }
    .main .content .btns a span {      
      height: 4.52rem;
      line-height: 4.52rem;
      font-size: 2rem;      
    }
    .main .content .btns svg {
      display: none;
    }
    /* partnertype img */
    .partner .item:nth-of-type(2) {
      width: 28rem;
    }
    .partner .item:nth-of-type(3) {
      width: 24rem;
    }
    .partner .item:nth-of-type(4) {
      width: 30rem;
    }
    .partner .item .txt {
      font-size: 1.6rem;
    }
    .partner .item:nth-of-type(2) .img {
      width: 10rem;
      height: 9.0838rem;
    }
    .partner .item:nth-of-type(3) .img {
      width: 12.639rem;
      height: 10rem;
    }
    .partner .item .txt p span {
      font-size: 5rem;
    }
    .partner .item:nth-of-type(2) .txt p {
      padding-left: 6rem;
    }
    .partnertype .txt {
      font-size: 1.6rem;
    }
}
.delay25 {  
  -webkit-transition-delay: 25ms;
  -moz-transition-delay: 25ms;
  -ms-transition-delay: 25ms;
  -o-transition-delay: 25ms;
  transition-delay: 25ms;
}
.delay50 {  
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.delay75 {  
  -webkit-transition-delay: 75ms;
  -moz-transition-delay: 75ms;
  -ms-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}
.delay100 {  
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.delay125 {  
  -webkit-transition-delay: 125ms;
  -moz-transition-delay: 125ms;
  -ms-transition-delay: 125ms;
  -o-transition-delay: 125ms;
  transition-delay: 125ms;
}
.delay150 {  
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.delay175 {  
  -webkit-transition-delay: 175ms;
  -moz-transition-delay: 175ms;
  -ms-transition-delay: 175ms;
  -o-transition-delay: 175ms;
  transition-delay: 175ms;
}
.delay200 {  
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.delay225 {  
  -webkit-transition-delay: 225ms;
  -moz-transition-delay: 225ms;
  -ms-transition-delay: 225ms;
  -o-transition-delay: 225ms;
  transition-delay: 225ms;
}
.delay250 {  
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.delay300 {  
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.delay350 {  
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.delay400 {  
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.delay450 {  
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.delay500 {  
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}


.section.stage {
  height: 100%;
  height: 100vh;
}
.intro .center,
.partner .center,
.brand .center {
  padding: 53px 0 40px;
}
.partner .center {
  padding-bottom: 0;
}
.brand .center {
  padding-top: 100px;
}
.intro .center {
  padding-top: 70px;
}
.partnertype .center {
  padding: 80px 0 32px;
}
.email .form-container {
  padding-top: 53px;
}