/* common */
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;
  -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-family:"Microsoft YaHei","sans-serif";
  font-size: 14px;
  color: #333;
}
html, body {
  height: 100%;
  overflow: hidden;
}
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;
}
@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")
}
@font-face {
  font-family: "OpenSans-Light";
  font-style: normal;
  font-weight: 400;
  src: local("OpenSans-Light"), local("OpenSans-Light"),
       url("../font/OpenSans-Light.eot?#") format("eot"),
       /* url("../font/OpenSans-Light.woff2") format("woff2"), */
       url("../font/OpenSans-Light.woff")  format("woff"),
       url("../font/OpenSans-Light.ttf")   format("truetype")
}
@font-face {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("OpenSans-Regular"),
       url("../font/OpenSans-Regular.eot?#") format("eot"),
       /* url("../font/OpenSans-Regular.woff2") format("woff2"), */
       url("../font/OpenSans-Regular.woff")  format("woff"),
       url("../font/OpenSans-Regular.ttf")   format("truetype")
}
@font-face {
  font-family: "Silom";
  font-style: normal;
  font-weight: 400;
  src: local("Silom"),
       /* url("../font/Silom.eot?#") format("eot"), */
       /* url("../font/Silom.woff2") format("woff2"), */
       /* url("../font/Silom.woff")  format("woff"), */
       url("../font/_Silom.ttf")   format("truetype")
}
@font-face {
  font-family: "SourceSansPro-Bold";
  font-style: normal;
  font-weight: 400;
  src: local("SourceSansPro-Bold"), local("SourceSansPro-Bold"),
       url("../font/SourceSansPro-Bold.eot?#") format("eot"),
       /* url("../font/SourceSansPro-Bold.woff2") format("woff2"), */
       url("../font/SourceSansPro-Bold.woff")  format("woff"),
       url("../font/SourceSansPro-Bold.ttf")   format("truetype")
}
.pop .delay25 {  
  -webkit-transition-delay: 25ms;
  -moz-transition-delay: 25ms;
  -ms-transition-delay: 25ms;
  -o-transition-delay: 25ms;
  transition-delay: 25ms;
}
.pop .delay50 {  
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.pop .delay75 {  
  -webkit-transition-delay: 75ms;
  -moz-transition-delay: 75ms;
  -ms-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}
.pop .delay100 {  
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.pop .delay125 {  
  -webkit-transition-delay: 125ms;
  -moz-transition-delay: 125ms;
  -ms-transition-delay: 125ms;
  -o-transition-delay: 125ms;
  transition-delay: 125ms;
}
.pop .delay150 {  
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.pop .delay175 {  
  -webkit-transition-delay: 175ms;
  -moz-transition-delay: 175ms;
  -ms-transition-delay: 175ms;
  -o-transition-delay: 175ms;
  transition-delay: 175ms;
}
.pop .delay200 {  
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.pop .delay225 {  
  -webkit-transition-delay: 225ms;
  -moz-transition-delay: 225ms;
  -ms-transition-delay: 225ms;
  -o-transition-delay: 225ms;
  transition-delay: 225ms;
}
.pop .delay250 {  
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.pop .delay300 {  
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.pop .delay350 {  
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.pop .delay400 {  
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.pop .delay450 {  
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.pop .delay500 {  
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.pop .delay550 {  
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -ms-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

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

.popup, .popright, .popleft {
  opacity: 0;
}
.poped .popup, .poped .popright, .poped .popleft {
  opacity: 1;
}
.popup {
  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;
  transition: transform 350ms ease-out,opacity 350ms ease-in-out;
}
.poped .popup {
  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%;
  height: 100%;
}
.app section {
  width: 100%;
  position: relative;
  overflow-x:hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.app section.main {
  background: #000;
}
.main .main-container {
  position: relative;
}
.main .content,
.main .bgs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  overflow:hidden;
}
.main .content {
  background-color: rgba(0,0,0,0.6);
  z-index: 5;
}
.main .content .center .info-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.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);
  transform: translate(4px,15px);
  -webkit-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: 30px;
}
.typed i:nth-of-type(2) {
  width: 42px;
}
.typed i:nth-of-type(3) {
  width: 30px;
}
/* 打字效果 end */
.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  z-index: 100;
  overflow: hidden;
  box-shadow: none;
}
.logo > div {
  position: absolute;
  width: 100%;
  height: 53px;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: transparent;
  /* -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease; */
  opacity: 0;
}
.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;
  vertical-align: middle;
}
.logo .shadow-box a.language:before {
  content: '';
  width: 14px;
  height: 14px;
  left: 0;
  top: 15.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;
  vertical-align: bottom;
}
.logo>div.active {
  opacity: 1;
}
.logo .bbg .shadow-box {
  box-shadow: 0 0 6px #999;
}
.logo .bbw .shadow-box {
  box-shadow: 0 0 6px #999;  
}
.logo .wwb .shadow-box {
  box-shadow: 0 0 6px #333;  
}
/* .logo.bg .bbt {
  background-color: transparent;
}
.logo.bg .bbg {
  background-color: #EDEDED;
}
.logo.bg .bbw {
  background-color: #fff;
}
.logo.bg .wwb {
  background-color: #0060AE;
} */
.main .content p {
  font-family: "Chalkduster";
  text-align: center;
}
.main .content p.title {
  font-size: 40px;
  line-height: 70px;
  min-height: 70px;
  color: #fff;
  padding-left: 32px;
  padding-bottom: 20px;
  display: inline-block;
}
.main .content .center {
  position: absolute;
  width: 100%;
  top: 56px;
  bottom: 235px;
  /* bottom: 179px; */
  /* padding-bottom: 56px; */
  justify-content: center;
  align-items: center;
}
.main .content .center .info-container p.title:after {
  content: "";
  min-width: 25.666px;
  min-height: 24.3333px;
  width: 31.2px;
  height: 31.2px;
  float: left;
  background: url("../img/stars.png") no-repeat center/cover;
  -webkit-transform: translate(8px, 0);
  -moz-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
  transform: translate(8px, 0);
}
.main .content .info {
  font-size: 20px;
  line-height: 30px;
}
.main .content .btns {
  width: 400px;
  position: absolute;
  left: 50%;
  padding-top: 12px;
  margin-left: -200px;
  bottom: 179px;
}
.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: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main .content .btns a:first-child span {
  font-family: "OpenSans-Light";
}
.main .content .btns a:last-child span {
  font-family: "OpenSans-Regular";
}
.main .content .btns a:first-child {
  float: left;
}
.main .content .btns a:last-child {
  float: right;
}
.main .content .contact {
  display: block;
  width: 130px;
  box-sizing: content-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #0060AE;
  font-size: 18px;
  border-radius: 15px;
  margin-top: 34px;
  font-family: "OpenSans-Light";
  position: absolute;
  left: 50%;
  margin-left: -65px;
  bottom: 121px;
}
/* 主页：背景动画 */
/* .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;
  height: 100%;
}
.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%,-5px);
  -moz-transform: translate(-50%,-5px);
  -ms-transform: translate(-50%,-5px);
  -o-transform: translate(-50%,-5px);
  transform: translate(-50%,-5px);
  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;
}
.intro .center,
.stage .stage-container,
.partner .center,
.brand .center,
.email .email-container {
  padding: 10px 0 10px;
}
.brand .center {
  padding-bottom: 0;
}
.title {
  font-size: 40px;
  line-height: 60px;
  color: #0D66BD;
  font-family: "Silom";
  /* padding-bottom: 10px; */
}
/* 邀请函 start */
.invitation .chalk {
  font-family: "Chalkduster";
  color: #B8433B;
  font-style: normal;
  text-decoration: none;
}
.invitation .center {
  position: relative;
  height: 100%;
  padding-top: 10px;
}
.invitation .endline {
  position: absolute;
  left: 6.5%;
  right: 6.5%;
}
.invitation .endline:before, .invitation .endline:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  margin: 0;
}
.invitation .endline:before {
  left: 0;
}
.invitation .endline:after {
  right: 0;
}
.invitation .content {
  padding-top: 88px;
  height: 100%;
  flex-direction: column;
}
.invitation .title p,
.invitation .endline .marker {
  background-color: #fff;
  text-align: center;
  line-height: 44px;
  height: 44px;
  position: absolute;
  z-index: 2;
  left: 50%;
}
.invitation .title p:nth-of-type(1),
.invitation .endline .marker {
  font-size: 22px;
  top: 0;
  width: 250px;
  margin-left: -125px;
}
.invitation .title p:nth-of-type(2) {
  font-size: 24px;
  top: 44px;
  width: 350px;
  margin-left: -175px;
}
.invitation .content .img-container {
  margin: 0 6.5%;
  padding-top: 22px;
}
.invitation .content .img-container img {
  width: 100%;
}
/* 邀请函 end */
.intro .item .icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  /* margin-top: 20px; */
}
.intro .item .title {
  font-family: "OpenSans-Regular";
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  color: #767676;
  display: inline-block;
  padding: 0 0 0 32px;
  margin: 15px 0 8px;
  position: relative;
}
.intro .item .title span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  font-size: 24px;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
}
.intro .item .txt {
  font-family: "OpenSans-Light";
  line-height: 26px;
  color: #9D979B;
  font-size: 16px;
  padding: 0 5px;
}
.intro .item:nth-of-type(1) .icon {
  background: url("../img/intro_1.png") no-repeat center/cover;
}
.intro .item:nth-of-type(1) .title span {
  background-color: #B5A2AC;
}
.intro .item:nth-of-type(2) .icon {
  background: url("../img/intro_2.png") no-repeat center/cover;
}
.intro .item:nth-of-type(2) .title span {
  background: #B7A50E;
}
/* 第三屏 */
.stage {
  text-align: center;
  position: relative;
}
.stage.row img.title {
  height: 33px;
  position: relative;
  top: 30px;
}
.stage .swiper-container {
  margin-top: 10px;
}
.stage.row .center .phone {    
  width: 303.75px;
  height: 0;
  padding-bottom: 624px;  
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.stage.row .center .title {
  font-family: "OpenSans-Regular";
  color: #767676;
  font-size: 20px;
  line-height: 40px;
  margin-top: 50px;
}
.stage.row .center .info {
  font-family: "OpenSans-Light";
  line-height: 26px;
  color: #9D979B;
  font-size: 16px;
  max-width: 70%;
  margin: 0 auto;
}
/* partner屏 */
.partner,
.partnertype,
.brand {
  background-color: #0060AE;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.partner .title {
  color: #fff;
  margin-bottom: 20px;
}
.partner .item {
  margin: 80px auto 0;
}
.partner .item .txt {
  font-size: 38.4px;
  font-family: "Silom";
  color: #fff;
  text-align: left;
  vertical-align: bottom;
}
.partner .item .txt span {
  font-size: 84px;
}
.partner .item .img {  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.partner .item:nth-of-type(1) {
  width: 630px;
  margin-top: 60px;
}
.partner .item:nth-of-type(1) .img {
  width: 205.32px;
  height: 186.396px;
}
.partner .item:nth-of-type(1) .txt {
  flex-direction: column;
}
.partner .item:nth-of-type(1) .txt p span {
  position: absolute;
  left: -12px;
}
.partner .item:nth-of-type(1) .txt p {
  padding-left: 123.6px;
  position: relative;
}
.partner .item:nth-of-type(2) {
  width: 554.4px;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.partner .item:nth-of-type(2) .img {
  width: 245.244px;
  height: 194.004px;
}
.partner .item:nth-of-type(2) .txt {
  padding-top: 21px;
}
.partner .item:nth-of-type(2) .txt p {
  text-align: right;
}
.partner .item:nth-of-type(3) {
  width: 554.4px;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.partner .item:nth-of-type(3) .img {
  width: 313.596px;
  height: 162.396px;
}
.partner .item:nth-of-type(3) .txt {
  padding-top: 8px;
}
.partner .center .content,
.intro .content,
.brand .content {
  flex-direction: column;
  justify-content: space-around;
}
/* partnertype屏 */
.partnertype {
  padding-top: 60px;
}
.partnertype .img {
  width: 230px;
  height: 230px;
  margin: 0 auto;
}
.partnertype .txt {
  font-family: "Silom";
  font-size: 28px;
  line-height: 40px;
  margin: 12px 0 12px;
}
.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 .center {
  width: 100%;
}
.brand .txt {
  height: 60px;
  position: relative;
}
.endline:before,
.endline:after {
  content: "";
  height: 1px;
  background: #5E9ACB;
  width: 100%;
  flex-shrink: 1;
  margin-top: 30px;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.poped .endline:before,
.poped .endline:after {
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.endline:before {
  -webkit-transform-origin: left;
  transform-origin: left;
  margin-left: 4%;
}
.endline:after {
  -webkit-transform-origin: right;
  transform-origin: right;
  margin-right: 4%;
}
.brand .txt p {
  font-family: "Silom";
  line-height: 60px;
  background: #0060AE;
  padding: 0 10px;
  height: 60px;
  color: #fff;
  flex-shrink: 0;
}
.brand .box {
  max-width: 800px;
  width: 94.21875%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 0;
  padding: 22px;
}
.brand .box img {
  width: 100%;
}
/* email屏 */
.app section.email .email-container {
  width: 800px;
  height: 100%;
  min-height: 485px;
  margin: 0 auto;
}
.app section.email .email-container .form-container {
  height: 100%;
}
.email .form-container .center {
  width: 100%;
  height: 100%;
}
.email .form-container .center>.pop {
  height: 100%;
  position: relative;
}
.email .title {
  text-align: center;
}
.email .txt {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0 20px;
  text-align: left;
  color: #0D66BD;
}
.email .txt a {
  color: #1068BE;
  font-family: "SourceSansPro-Bold";
}
.email .form {
  color:#797979;
  font-size: 14.4px;
  line-height: 43.2px;
}
.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: 36px; */
  box-sizing: content-box;
  padding: 0 10px;
}
.email .form textarea {
  height: 108px;
  line-height: 36px;
}
.email .contact-container {
  flex-direction: column;
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 100%;
}
/* 三个网站图标 */
.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-family: "OpenSans-Regular";
  font-size: 14.4px;
  line-height: 24px;
  color: #0079DB;
  text-align: center;
  padding-bottom: 20px;
}
.police p a {
  text-decoration: underline;
  color: #0079DB;
  font-family: "OpenSans-Regular";
}
.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-family: "OpenSans-Regular";
  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;
  }
  .main .content .contact {
    bottom: 105px;
  }
  .main .content .btns {
    bottom: 163px;
  }
  .main .content .center {
    bottom: 219px;
  }
}
@media (max-width: 1350px){
  .main .arrow {
    width: 75px;
    height: 75px;
  }
  .main .content .contact {
    bottom: 90px;
  }
  .main .content .btns {
    bottom: 148px;
  }
  .main .content .center {
    bottom: 204px;
  }
  .stage.row .center .phone {
    width:  284.7656px;
    padding-bottom: 585px;
  }
  .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%;
  }

  /* 移动端样式 */
  .stage.row .center .info {
    max-width: 90%;
  }
  .stage.row .center .title {
    margin-top: 50px;
    line-height: 40px;
  }
  .partner .item {
    margin: 40px auto 0;
  }
  .partner .item:nth-of-type(1) {
    margin-top: 0;
  }
  #contact label {
    display: none;
  }
  #contact .txt {
    padding: 0 0 5px;
    line-height: 24px;
  }  
  .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;
    margin-top: 12px;
  }
  .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 .email-container {
    width: 600px;
  }
  .main .arrow {
    width: 70px;
    height: 70px;
  }
  .stage.row .center .phone {
    width:  190px;
    padding-bottom: 390.32px;
  }
  .stage .swiper-container-horizontal>.swiper-pagination-bullets,
  .stage .swiper-pagination-custom,
  .stage .swiper-pagination-fraction {
    top: 400px;
    bottom: auto;
  }
  .stage.row .center .title {
    margin-top: 30px;
    line-height: 40px;
  }
  .main .content .info {
    padding: 0 10%;
  }
  .main .content .btns {
    bottom: 143px;
  }
  .main .content .center {
    bottom: 199px;
  }
  .main .content .btns {
    width: 400px;
    margin-left: -200px;
  }
  .main .content .contact {
    bottom: 85px;
  }

  .partner .item .txt {
    font-size: 20px;
  }
  .partner .item:nth-of-type(1) {
    width: 360px;
  }
  .partner .item:nth-of-type(1) .img {
    width: 128.25px;
    height: 116.48px;
  }
  .partner .item:nth-of-type(1) .txt {
    flex-direction: column;
  }
  .partner .item .txt p span {
    font-size: 60px;
  }
  .partner .item:nth-of-type(1) .txt p {
    padding-left: 80px;
  }
  .partner .item:nth-of-type(2) {
    width: 312px;
  }
  .partner .item:nth-of-type(2) .img {
    width: 153.27px;
    height: 121.25px;
  }
  .partner .item:nth-of-type(2) .txt {
    padding-top: 21px;
  }
  .partner .item:nth-of-type(2) .txt p {
    text-align: right;
  }
  .partner .item:nth-of-type(3) {
    width: 350px;
  }
  .partner .item:nth-of-type(3) .img {
    width: 195.98px;
    height: 101.48px;
  }
}
@media (max-width: 768px) {
  .main .arrow {
    width: 60px;
    height: 60px;
  }
  .main .content .contact {
    bottom: 75px;
  }
  .main .content .btns {
    bottom: 133px;
  }
  .main .content .center {
    bottom: 189px;
  }
  .main .content .info {
    font-size: 24px;
    line-height: 36px;
  }
  .main .content .btns {
    width: 480px;
    margin-left: -240px;
  }
  .main .content .btns a span {
    font-size: 24px;
  }  
  .main .content .contact {
    width: 156px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
  }
  .partnertype .img {
      width: 150px;
      height: 150px;
  }
  .partnertype .txt {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 650px) {
    .brand .box {
      padding: 10px;
    }
    .app section.email .email-container {
      width: 400px;
    }
    .stage.row .center .phone {
      width:  137.1px;
      padding-bottom: 281.647px;
    }
    .stage .swiper-container-horizontal>.swiper-pagination-bullets,
    .stage .swiper-pagination-custom,
    .stage .swiper-pagination-fraction {
      top: 290px;
      bottom: auto;
    }
    .partnertype .img {
      width: 150px;
      height: 150px;
    }
    .title {
      font-size: 36px;
    }        
    /* 邀请函 start */
    .invitation .endline:before, .invitation .endline:after {
      position: absolute;
      z-index: 1;
      top: 20px;
      margin: 0;
    }    
    .invitation .content {
      padding-top: 80px;
    }
    .invitation .title p,
    .invitation .endline .marker {
      line-height: 40px;
      height: 40px;
      left: 50%;
    }
    .invitation .title p:nth-of-type(1),
    .invitation .endline .marker {
      font-size: 20px;
      top: 0;
      width: 220px;
      margin-left: -110px;
    }
    .invitation .title p:nth-of-type(2) {
      font-size: 22px;
      top: 40px;
      width: 350px;
      margin-left: -175px;
    }
    .invitation .content .img-container  {
      padding-top: 20px;
    }
    /* 邀请函 end */
    .invitation .endline:before, .invitation .endline:after {
      top: 14px;
    }
    .main .content .btns {
      width: 400px;
      margin-left: -200px;
    }
    .main .content .btns a span {
      font-size: 20px;
    }
    .main .content .contact {
      width: 130px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      border-radius: 15px;
    }
    .main .content .info {
      font-size: 20px;
      line-height: 30px;
    }
}
@media (max-width: 440px) {
    .brand .box {
      padding: 6px;
    }
    .title {
      font-size: 30px;
    }   
    /* 邀请函 start */
    .invitation .endline:before, .invitation .endline:after {
      top: 12px;
    }    
    .invitation .content {
      padding-top: 64px;
    }
    .invitation .title p,
    .invitation .endline .marker {
      line-height: 32px;
      height: 32px;
      left: 50%;
    }
    .invitation .title p:nth-of-type(1),
    .invitation .endline .marker {
      font-size: 16px;
      top: 0;
      width: 180px;
      margin-left: -90px;
    }
    .invitation .title p:nth-of-type(2) {
      font-size: 18px;
      top: 32px;
      width: 280px;
      margin-left: -140px;
    }
    .invitation .content .img-container {
      padding-top: 16px;
    }
    /* 邀请函 end */
    .intro .item .title {
      /* font-size: 16px; */
      font-size: 18px;
    }
    .stage.row .center .title {
      /* font-size: 16px; */
      font-size: 18px;
      line-height: 36px;
      margin-top: 30px;
    }
    .intro .item .txt,
    .stage.row .center .info,
    .email .txt {
      /* font-size: 14px; */
      font-size: 16px;
    }
    .intro .item .txt {
      line-height: 20px;
    }
    .app section.email .email-container {
      width: 280px;
    }
    .email .form .flexbox {
      flex-direction: column;
    }
    .main .content .btns {
      width: 300px;
      margin-left: -150px;
    }
    .main .content .btns a {
      width: 140px;
      height: 47.2px;
    }
    .main .content .btns a span {      
      height: 45.2px;
      line-height: 45.2px;
      font-size: 20px;      
    }
    .main .content .btns svg {
      display: none;
    }
    /* partnertype img */
    .partner .item:nth-of-type(1) {
      width: 280px;
    }
    .partner .item:nth-of-type(2) {
      width: 270px;
    }
    .partner .item:nth-of-type(3) {
      width: 300px;
    }
    .partner .item .txt {
      /* font-size: 16px; */
      font-size: 18px;
    }
    .partner .item:nth-of-type(1) .img {
      width: 100px;
      height: 90.838px;
    }
    .partner .item:nth-of-type(2) .img {
      width: 160px;
      height: 120px;
    }
    .partner .item .txt p span {
      font-size: 50px;
    }
    .partner .item:nth-of-type(1) .txt p {
      padding-left: 60px;
    }
    .partnertype .txt {
      /* font-size: 16px; */
      font-size: 18px;
      line-height: 30px;
    }
}