@charset "utf-8";
*{box-sizing: border-box}
html{font-size:100px;}
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:normal 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;}
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{line-height:30px; font-weight: 400;color: #999;font-size: 16px;}
h1{font-size:50px;color:#FFFFFF;line-height:62px;font-weight:900;}
h2{font-size:40px;color:#000;line-height:56px;font-weight:900;}
h3{font-size:30px;color:#000;line-height: 42px;font-weight: 500;}
h4{font-size:22px;line-height: 30px;font-weight: 500;}
/* 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: "Indivisible Web","SF Pro Text","PingFang SC",-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;}*/
img {flex-shrink: 0}
body{
  min-width: 1400px;
}
.uppercase{
  text-transform: uppercase;
}
/*header*/
.header.fixed {
  position: fixed;
  height:65px;
  background: #fff;
  /*background:rgba(51,51,51,0.3);*/
  /*border:1px solid rgba(255,255,255,0.1);*/
}
.header.fixed.black {
  background: #fff;
  /*background:#151515;*/
  /*border:1px solid rgba(255,255,255,0.1);*/
}

.header {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 100%;
  height: 66px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  z-index: 9999;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.header-logo,
.footer-logo{
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 127px;
  height: 28px;
  background: url(/v4/images/logo.png) 0 0 no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
.footer-logo{
  margin-right: 0.98rem;
  margin-bottom: 20px;
}

.header-nav {
  display: flex;
  justify-content: center;
}
.header-nav .language li>ul  {
  height: 0;
}
.header-nav .language:hover li>ul  {
  height: auto;
}
.header-nav>ul.language>li{
  padding-left: 20px;
}
.header-nav>ul.language>li:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/v4/images/language-active.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 0;
}
/*.header-nav .language > li > a:before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background: url("/v3/images/language.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
}*/

.header-nav  em {
  display: none;
}
.header-nav .icon-menuArrow{
  margin-left: 5px;
  vertical-align: middle;
}

.header-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*margin: 0 40px;*/
  margin-right: 40px;
  padding: 0;
  list-style: none;
}

.header-nav > ul > li {
  position: relative;
  height: 65px;
  line-height: 65px;
  margin: 0 10px;
}

.header-nav > ul > li > a {
  display: block;
  height: 100%;
  font-size: 16px;
  color: #0a0a0a;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  outline: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0 15px;
  text-transform: capitalize;
}

.header-nav > ul > li.active > a, .header-nav > ul > li:hover > a {
  /*background:rgba(33,33,33,1);*/
  /*font-weight: bold;*/
  /*opacity: 0.8;*/
  color: #4067FF;
  transition: opacity .15s ease;
}

.header-nav > ul > li > ul.menus {
  height: 0;
  position: absolute;
  margin: 0;
  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;
  padding: 0;
  background: #fff;
}

.header-nav > ul > li:hover > ul.menus {
  height: auto;
  min-width: 200px;
  /*padding: 0;*/
}

.header-nav > ul > li > ul.menus > li {
  margin: 0;
  text-align: left;
}


.header-nav > ul > li > ul.menus > li > a {
  display: block;
  margin: auto;
  min-width: 120px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  height: auto;
  padding: 14px 22px;
  text-transform: capitalize;
}
.header-nav > ul > li > ul.menus > li:hover a{
  background: #eee;
}
.header-nav > ul > li > ul.menus > li.active a{
  color: #4067FF;
}

.header-nav > ul > li > ul.menus > li:last-child > a {
  border-bottom: none;
}
/*.language>li>a{
  position: relative;
}
.language>li>a::before{
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/v4/images/index/language.png") no-repeat;
  background-size: cover;
}*/

.phone-menu {
  width: 20px;
  height: 17px;
  background: url("/v4/images/spirit-icon.png") no-repeat -171px -381px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  display: none;
  margin-right: 15px;
}


/*footer*/
.footer {
  background: #131415;
  padding-top: 60px;
  padding-bottom: 80px;
}
.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 >.list{
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.footer .footer-content >.list>li{
 flex: 1;
}
.footer .footer-content >.list>li>a{
  display: inline-block;
  font-size:14px;
  font-weight:500;
  color: #6D7278;
  line-height:20px;
  margin-bottom: 22px;
}
.footer .footer-content >.list>li>ul{
}
.footer .footer-content >.list>li>ul li{
  margin-bottom: 10px;
}
.footer .footer-content >.list>li>ul a{
  display: block;
  font-weight:400;
  color: #C1C1C1;
  line-height:17px;
  padding: 15px 0;
}

.footer .footer-content >.list>li .iphone{
  font-size: 20px;
  color: #C1C1C1;
  line-height: 28px;
  margin-bottom: 15px;
}
.footer .footer-content >.list>li .describe{
  color: #6D7278;
  line-height: 20px;
  margin-bottom: 15px;
}

.footer .footer-content .copyright>a{
  color: #6D7278;
  line-height: 20px;
  margin-bottom: 15px;
}


.column>.inner {
  margin: 0 auto;
  width: 1200px;
}
section.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner > img {
  width: 100%;
  object-fit: cover;
  height: auto;
  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;
}
section.banner > .inner>h1 {
  font-size:44px;
  /*font-weight:500;*/
  color: #FFFFFF;
  line-height:62px;
  text-align: center;
  /*text-transform: capitalize;*/
  max-width: 960px;
}
h2{
  /*text-transform: capitalize;*/
}
.column .inner >h2{
  margin-bottom: 50px;
}
.column >h2{
  margin-bottom: 20px;
}
.column >p{
  margin-bottom: 50px;
}
.line-height-30{
  line-height: 30px!important;
}
.header-phone>span,
.header-phone>a{
  display: inline-block;
  height: 65px;
  line-height: 65px;
  margin-right: 5px;
  font-size: 16px;
  color: #0a0a0a;
}
.header-phone>span:hover,
.header-phone>a:hover{
  /*color: #fff;*/
}
.kefurig {
  width: 140px;
  text-align: center;
  padding: 10px 0;
  position: fixed;
  right: 5px;
  top: 50%;
  background: #eee;
}
.kefurig img {
  width: 120px;
}

.consult-link{
  background: #1F6CEE;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
  padding: 14px 35px;
  cursor: pointer;
  display: inline-block;
}
.consult-link:hover{
  color: #fff;
}

.mao-dian{
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
  top: -260px;
}

@media only screen and (max-width: 1400px) {
  body{
    min-width: 1200px;
  }
  .column>.inner {
    width: 1100px;
  }
}
@media only screen and (max-width: 1240px) {
  .line-height-28,
  .column .column-slogan h3{
    line-height: 1.6;
  }
}
@media only screen and (max-width: 1152px) {
  .line-height-30{
    line-height: 18px!important;
  }
  .header-phone{
    display: none;
  }
}
@media only screen and (max-width: 860px) {
  .header.fixed,
  .header.fixed.black{
    background: #151515;
  }
  body{
    min-width: 100%;
  }
  p{line-height:28px; font-weight: 400;color: #999;font-size: 14px;text-align: left}
  h1{font-size:40px;color:#FFFFFF;line-height:56px;font-weight:700;}
  h2{font-size:30px;color:#000;line-height:42px;font-weight:700;}
  h3{font-size:20px;color:#000;line-height:30px;font-weight: 500;}
  h4{font-size:18px;line-height: 30px;font-weight: 500;}
  section.banner > .inner {
    padding: 0 15px;
    padding-top: 60px;
  }
  section.banner > .inner>h1 {
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
  }
  .column>.inner {
    width: 100%;
  }
  .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("/v4/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);
  }
  .header-nav>ul.language>li:before {
    z-index: 9999;
    top: 25px;
  }

  .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 > a{
    font-weight: 600;
  }
  .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("/v3/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;
  }
  .header-phone>span{
    display: none;
  }
  .header-phone>a {
    display: inline-block;
    height: auto;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
  }
  .header-nav>ul.language {
    margin: 0;
    border-top: 1px solid #D4D4D4;
    margin-left: -30px;
    width: 110%;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    padding-bottom: 0;
  }

  .header-nav>ul.language>li>a,
  .header-nav>ul.language>li>em{
    display: none;
  }
  .header-nav>ul.language>li>ul.menus > li > a{
    padding: 25px 15px;
    color: #333;
  }
  .header-nav>ul.language>li>ul.menus {
    height: auto;
    display: flex;
    overflow: visible;
  }
/*  .header-nav>ul.language>li>ul.menus:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("/v4/images/language-active.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 25px;
    left: -15px;
  }*/

  .header-nav > ul.language > li > ul.menus > li > a{
    min-width: auto;
  }
  .footer {
    padding: 30px;
  }
  .footer .footer-content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
  }
  .footer .footer-content >.list {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer .footer-content >.list>li {
    margin-right: 0;
    border-top: 1px solid rgba(67,77,99,0.5);
  }
  .footer .footer-content >.list>li:last-child {
    border-bottom: 1px solid #434D63;
  }
  .footer .footer-content >.list>li>a {
    font-size: 16px;
    line-height: normal;
    padding: 15px 0;
    margin-bottom: 0;
  }
  .footer .footer-content >.list>li>ul{
    display: none;
  }
  .footer .footer-content >.list>li.active>ul{
    display: block;
  }
  .footer .footer-content >.list>li>ul a {
    font-size: 14px;
    line-height: normal;
  }
  .footer .footer-content >.list>li>ul {
    margin-bottom: 30px;
  }
  .banner > img {
    height: 300px;
  }
  .kefurig {
    display: none;
  }

}

a.blank{
  display: inline-block;
  /*height: 56px;*/
  /*line-height: 56px;*/
  border-radius: 4px;
  /*border: 1px solid rgba(64,103,255,1);*/
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 0 30px;
  text-decoration: underline;
}
a.blank>img{
  margin-right: 14px;
  vertical-align: middle;
}



@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }

  to {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }

  to {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
}

@-webkit-keyframes zInOut {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

@keyframes zInOut {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}
@keyframes showHide {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

