@charset "utf-8";
*{box-sizing: border-box}
ul,li,p,span,em,i,div,img,h1,h2,h3,h4,a,.object,input,textarea,body{padding:0px;margin:0px;border:none;}
body{font:300 14px/1.5em PingFang SC,Helvetica Neue,Helvetica,Microsoft YaHei,Arial, sans-serif;color:#333;background: #fff;}
table{ border-collapse:collapse;}
em,i{font-style: normal;}
a{color:#333; text-decoration:none; cursor:pointer; outline:none;-webkit-tap-highlight-color:rgba(255,0,0,0);background-color: transparent;font-weight: 300}
a:hover{color:#1a54b5;}
ul,li{list-style:none;}
.clear{clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}
input{ outline:none; vertical-align:middle;}
textarea{resize:none;outline:none;overflow: hidden;}
input.submit,input.reset{ cursor:pointer;}
.text_overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
p{font-weight: 300}
h1{font-size:0.3rem;color:#333;font-weight:300;}
h2{font-size:0.3rem;color:#333;font-weight:300;}
h3{font-size:18px;font-weight: 300;}
h4{font-size:14px;font-weight: 300;}
/* backToTop */
.backToTop {display: none; width: 0.9rem;height:0.9rem;position: fixed; right:10px;bottom: 20px; cursor:pointer; z-index:99;min-width:32px;min-height:32px;-webkit-background-size:100% auto;-moz-background-size:100% auto;-o-background-size:100% auto;-ms-background-size:100% auto;background-size:100% auto;}
html,body { font-family: PingFang SC,Helvetica Neue,Helvetica,Microsoft YaHei,Arial,"sans-serif";}
img {flex-shrink: 0}
.hide {
  display: none;
}
[v-cloak] {
  display: none;
}
body{
  min-width: 1200px;
}
/*header*/
.header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: fixed;
  top: 0;
  font-size: 14px;
  color: #333333;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
}
.header.background {
  /*background: rgba(0,0,0,0.5);*/
}
.header-logo {
  display: block;
  width: 155px;
  height: 28px;
  background: url(../images/common/logo.png) 0 0 no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  cursor: pointer;
  margin-right: 10%;
}

.header a {
  font-weight: 400;
  color: #333333;
  /*height: 100%;*/
  /*width: 100%;*/
}
.header .header-nav {
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .header-nav>ul {
  display: flex;
  margin-right: 26px;
}
.header-login{
  margin-right: 14px;
}
.header-register{
}
.header-register > a{
  color: #195FF4;
}
.header .header-nav>ul>li {
  margin: 0 20px;
  position: relative;
}
.header .header-nav>ul>li a {
  display: inline-block;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
}
.header .header-nav>ul>li>a.active,
.header .header-nav>ul>li>a:hover{
  border-bottom: 3px solid #2469F2;
}

.header-nav  em {
  display: none;
}
.header-nav > ul > li > ul.menus {
  height: 0;
  position: absolute;
  margin: 0;
  top: 60px;
  left: 0;
  right: auto;
  width: auto;
  list-style: none;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
.header-nav > ul > li:hover > ul.menus {
  height: auto;
  padding: 8px 0;
}

.header-nav > ul > li > ul.menus > li {
  margin: 0;
  text-align: center;
  background: #fff;
}

.header-nav > ul > li > ul.menus > li > a {
  display: block;
  margin: auto;
  min-width: 120px;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 10px;
}
.header-nav > ul > li > ul.menus > li.active a,
.header-nav > ul > li > ul.menus > li:hover a{
  background-color: #f4f7fa
}

.header-nav > ul > li > ul.menus > li:last-child > a {
  border-bottom: none;
}

.header .join-us {
  margin-right: 10%;
  margin-left: 86px;
}
.header .join-us a {
  padding: 5px 12px;
  background: #1F6CEE;
  border-radius: 2px;
}
.phone-menu {
  width: 22px;
  height: 17px;
  background: url("../images/common/phone-menu.png") no-repeat ;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  display: none;
  margin-right: 15px;
}
.phone-close {
  width: 22px;
  height: 22px;
  background: url("../images/common/phone-close.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: none;
}
/*footer*/
.footer {
  background:#191E2E;
  padding-top: 60px;
}
.footer .footer-content{
  width: 12rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 1200px;
  min-width: 1000px;
}
.footer .footer-content>.line{
  display: inline-block;
  width:1px;
  height:188px;
  background:#434D63;
  flex-shrink: 0;
}
.footer .footer-content >.left{
  flex-shrink: 0;
}
.footer .footer-content >.left>.list{
  display: flex;
  justify-content: flex-end;
}
.footer .footer-content >.left>.list>li{
  margin-right: 1.5rem;
}
.footer .footer-content >.left>.list>li>a{
  display: inline-block;
  font-size:14px;
  font-weight:500;
  color:#FFF;
  line-height:20px;
  margin-bottom: 22px;
}
.footer .footer-content >.left>.list>li>ul{
}
.footer .footer-content >.left>.list>li>ul li{
  margin-bottom: 13px;
}
.footer .footer-content >.left>.list>li>ul a{
  font-size:12px;
  font-weight:400;
  color:#999999;
  line-height:17px;
}
.footer .footer-content >.right{
  display: flex;
}
.footer .footer-content >.right>.contact{
  /*display: flex;*/
  /*flex-direction: column;*/
}
.footer .footer-content >.right>.contact>h4{
  font-size:14px;
  font-weight:500;
  color:#fff;
  line-height:20px;
}
.footer .footer-content >.right>.contact>p{
  font-size:12px;
  font-weight:400;
  color:#999999;
  line-height:17px;
  margin-bottom: 10px;
}
.footer .footer-content >.right>.contact>img{
  margin-bottom: 12px;
  height: 73px;
  width: 73px;
  display: block;
}
.footer .footer-content >.right>.contact>span{
  font-size:12px;
  font-weight:400;
  color:#FFFFFF;
  line-height:18px;
  display: block;
}
.footer .footer-content >.right>.contact>.iphone{
  font-size:12px;
  font-weight:400;
  color: #999999;
  line-height:30px;
  margin-bottom: 12px;
  margin-top: 20px;
}
.footer .footer-content >.right>.contact>.emil{
  font-size:12px;
  font-weight:400;
  color:#999999;
  line-height:17px;
  margin-bottom: 30px;
}
.footer .footer-content >.right>.contact>a{
  display: inline-block;
  font-size:13px;
  font-weight:400;
  color:#FFFFFF;
  padding: 8px 11px;
  background:#4067FF;
  border-radius:2px;
  line-height: normal;
}
.footer .footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0;
  text-align: center;
}
.footer .footer-bottom .copyright{
}
.footer .footer-bottom .copyright>a{
  font-size:12px;
  font-weight:500;
  color:#666666;
  line-height:17px;
}

section.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner > img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  float: left;
}
section.banner > .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content > img {
  float: left;
  width: 100%;
  object-fit: cover;
}
.content>.inner .img {
  position: relative;
}
.content>.inner .img>.inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content>.inner .img>.inner>span{
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}
section.banner>.inner>h1 {
  font-size: 34px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
  margin-bottom: 31px;
}
section.banner .inner p{
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  margin-bottom: 32px;
}

.content {
}
.content>.inner {
  margin: 0 auto;
  width: 1200px;
  padding: 60px 0;
}
.content>.inner>h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  line-height: 62px;
}
.content>.inner ul>li>a:hover {
  color: inherit;
}
.hover-up>li {
  transition: all .2s linear;
}
.hover-up>li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px 0 #D9E2ED!important;
}
.zeta-top-right:after{
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  content: '';
  width: 81px;
  height: 81px;
  background: url("/static/images/members/zeta.png") no-repeat top right;
  background-size: cover;
  z-index: 1;
}
 p>span.tag{
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
  padding: 4px 8px;
  background: #F5F5F5;
  border-radius: 2px;
  margin-right: 10px;
}
.swiper-container-father{
  padding: 0 60px;
  position: relative;
}
.white-space-pre{
  white-space: pre-wrap;
}
@media only screen and (max-width: 1000px) {
  .header{
    min-width: 100%;
    justify-content: flex-start;
  }
  .header-logo {
    margin-left: 15px;
  }
  .header .join-us {
    display: none;
  }
  .header .header-nav {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.95);
    box-shadow: none;
    color: #fff;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    padding: 45px 30px;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 300px;
    z-index: 10002;
    display: block;
  }
  .header-nav.active{
    transform: translateX(0);
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
    visibility: visible;
  }
  .header .header-nav>ul {
    display: block;
    text-align: left;
  }
  .header .header-nav>ul>li {
    margin: 0;
  }
  .header .header-nav>ul>li:last-child,
  .header .header-nav>ul>li:first-child{
    display: block;
  }
  .header .header-nav>ul>li a,
  .header .header-nav>ul>li a.active,
  .header .header-nav>ul>li.hover a{
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .header .header-nav>ul>li a{
    color: rgba(255, 255, 255, 0.5);
  }
  .header .header-nav>ul>li a.active,
  .header .header-nav>ul>li.hover a{
    color: rgba(255, 255, 255, 1);
  }
  .header .header-nav>ul>li a:hover {
    color: #d5d5d5;
  }
  .phone-menu,
  .phone-close{
    cursor: pointer;
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  body{
    min-width: 100%;
  }
  section.content {
    margin: 0 15px;
  }
  section.content>.inner {
    width: 100%;
    padding: 30px 0;
  }
  .footer>.footer-content>.contact-address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer>.footer-content>.contact-address span.phone {
    margin: 5px 0;
  }
  .content>.inner>.title {
    margin-bottom: 30px
  }
  .banner > img {
    height: 220px;
  }
  section.banner>.inner>.title {
    margin-bottom: 40px;
  }

  .header-nav.active {
    transform: translateX(0);
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
    visibility: visible;
  }
  .header-nav {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999;
    background: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    padding-top: 80px;
    padding-left: 30px;
    width: 300px;
    max-width: 80%;
    border-left: 1px solid #D4D4D4;
  }
  .phone-close {
    width: 20px;
    height: 16px;
    background: url("/static/images/close.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 40px;
    cursor: pointer;
    display: block;
  }
  .header-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-nav>ul {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    align-items: flex-start;
    width: 100%;
    overflow: auto;
    padding-left: 35px;
    padding-bottom: 72px;
  }
  .header-nav>ul>li,
  .header-nav>ul>li>ul.menus.active>li{
    margin: 0;
    width: 100%;
    text-align: left;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .phone-menu{
    display: block;
  }

  .header-nav > ul > li > a,
  .header-nav>ul>li>ul.menus.active>li>a{
    height: auto;
    display: inline-block;
    width: 100%;
    border: none;
    font-size: 18px;
    text-align: left;
    padding: 15px;
    color: #333;
    padding-left: 0;
  }
  .header-nav > ul > li.active > a {
    color: #1F62FF;
    background: #fff;
  }
  .header-nav > ul > li:hover > a {
    background: #fff;
  }
  .header-nav>ul>li>em {
    width: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    display: block;
    padding: 19px;
  }
  .header-nav>ul>li>em:before {
    content: '';
    height: 0;
    width: 0;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #2F3338;
    position: absolute;
    border-style: solid;
    top: 50%;
    left: 0;
    margin-right: 10px;
    margin-top: -5px;
  }
  .header-nav>ul>li>em.active:before {
    border-width: 10px 5px 0 5px;
    border-color: #2F3338 transparent transparent transparent ;
  }
  .header-nav>ul>li>ul.menus{
    position: relative;
    display: block;
    z-index: 10;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    padding-left: 15px;
  }

  .header-nav > ul > li:hover > ul.menus {
    height: 0;
  }
  .header-nav>ul>li>ul.menus.active {
    height: auto;
  }
  .header-nav > ul > li > ul.menus > li {
    background: #fff;
  }
  .header-nav > ul > li > ul.menus > li > a {
    height: auto;
    line-height: normal;
  }
  .header-nav>ul>li>ul.menus.active> em {
    width: 27px;
    height: 27px;
    background: url("/static/images/spirit-icon.png") no-repeat -233px -381px;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
    display: none;
  }
  .header-nav > ul > li > ul.menus > li.active a,
  .header-nav > ul > li > ul.menus > li:hover a {
    background: #fff;
  }
  .header-phone{
    display: block;
    position: absolute;
    right: 60px;
    top: 40px;
  }
}