button:hover {
  background-color: #e05a3f!important;
}
a:hover {
  color: #333333;
}
html {
  scroll-behavior: smooth;
}
.menuFix {
  /*position: fixed;
  z-index: 999;
  top: 64px;
  left: 0;
  width: 100%;
  margin-top: 0;
  max-width: initial;*/
}
#banner {
  width: 100%;
  height: 445px;
  background-color: #191919;
  background-image:url(/zh/images/bgcover/pc/sales_scrm.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#banner .banner-inner {
  position: relative;
  width: 1260px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #banner .banner-inner {
    position: relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
  }
}
#banner strong {
  position: absolute;
  top: 205px;
  line-height: 48px;
  font-weight: 400;
  color: white;
}
#banner strong h1 {
  font-size: 36px;
  font-weight: 400;
}
#banner strong .strong-content {
  margin-top: 18px;
  font-size: 18px;
  line-height: 30px;
}

nav {
  width: 100%;
}
nav .layui-tab {
  margin: 0;
}
nav .layui-tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
nav .layui-tab ul li {
  height: 50px;
}
nav .layui-tab .layui-tab-title {
  z-index: 2333;
  background-color: white;
  border-bottom-width: 0;
  box-shadow: 0px 5px 10px 0px rgba(13, 4, 9, 0.05);
}
nav .layui-tab .layui-tab-title .layui-this:after {
  height: 49px;
  border-bottom: 3px solid #ED6827;
}
nav .layui-tab-brief>.layui-tab-title li {
  width: 165px;
  font-size: 14px;
  line-height: 50px;
  color: #666666!important;
}
nav .layui-tab-brief>.layui-tab-title .layui-this {
  background: #EEEEEE;
}
nav .layui-tab-content {
  padding: 0;
}
/*  */
nav h2 {
  /* height: 30px; */
  padding-top: 49px;
  font-family: Arial;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
nav .butler-lane {
  display: flex;
  width: 1260px;
  padding-bottom: 50px;
  margin: 29px auto 0;
}
nav .butler-space {
  position: relative;
  flex: 1;
}
nav .butler-space .case {
  width: 300px;
  height: 203px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  margin: 0 auto;
}
nav .butler-space .case:hover {
  box-shadow: 0px 10px 20px 0px rgba(13, 4, 9, 0.05);
  -moz-box-shadow: 0px 10px 20px 0px rgba(13, 4, 9, 0.05);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(13, 4, 9, 0.05);
}
nav .butler-space h3 {
  width: 100%;
  height: 45px;
  background: #ED6827;
  border: 1px solid #EEEEEE;
  font-size: 16px;
  line-height: 45px;
  color: white;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(13, 4, 9, 0.05);
}
nav .butler-space .content {
  padding: 25px 20px;
}
nav .butler-space .content p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

main #unknown {
  width: 100%;
  height: 458px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
main #unknown h2 {
  padding-top: 70px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
main .unknown-lane {
  display: flex;
  width: 1260px;
  margin: 0 auto;
}
main .unknown-space {
  flex: 1;
  margin-top: 30px;
}
main .unknown-space .case {
  width: 300px;
  height: 249px;
  background-color: white;
  border: 1px solid white;
  margin: 0 auto;
  text-align: center;
}
main .unknown-space .case img {
  display: block;
  height:  86px;
  margin: 50px auto 0;
}
main .unknown-space .case h3 {
  height: 16px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #333333;
}

main #module {
  width: 100%;
}
main .module {
  width: 100%;
  padding-bottom: 70px;
  margin: 0 auto;
}
main .module:nth-child(even) {
  background-color: #f7f7f7;
}
#mod-c, #mod-d {
  background-color: white;
}
main .module:nth-child(1) {
  padding-bottom: 0px;
}
main .module h2 {
  font-family: Arial;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
main .module h2::before {
  content: "";
  display: block;
  height: 70px;
}
main .module img {
  display: block;
  width: 1260px;
  margin: 40px auto 0;
}
main button {
  display: block;
  width: 100%;
  max-width: 1260px;
  height: 46px;
  padding: 0;
  background: #ED6827;
  border: none;
  margin: 60px auto 70px;
  font-size: 16px;
  line-height: 46px;
  color: white;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 768px) {
  h2 {
    padding: 0 .5em;
    font-size: 28px!important;
  }
  #banner {
    height: 100vw;
  }
  #banner .banner-inner {
    width: 100%;
    height: 100vw;
    margin: 0 auto;
    background-image:url(/zh/images/bgcover/mt/sales_scrm.png);
    background-size: 100vw 100vw;
    background-repeat: no-repeat;
  }
  #banner strong {
    top: 108px;
    padding: 12px;
  }
  #banner strong h1 {
    font-size: 29px;
    line-height: 29px;
  }
  #banner strong .strong-content {
    padding-top: 0;
    margin-top: 23px;
    font-size: 15px;
    line-height: 19px;
  }
  .layui-tab-title {
    display: none!important;
  }
  nav .layui-tab-brief>.layui-tab-title li {
    padding: 0;
  }
  /*  */
  nav .butler-lane {
    width: 100%;
    display: block;
  }
  nav .butler-space {
    padding-bottom: 20px;
  }
  nav .butler-space .case:hover {
    box-shadow: none;
  }
  main #unknown {
    height: auto;
    padding-bottom: 30px;
  }
  main .unknown-lane {
    display: block;
    width: 100%;
  }
  main .module {
    padding-bottom: 50px;
  }
  main .module h2 {
    font-size: 24px;
  }
  main .module h2::before {
    height: 30px;
  }
  main .module img {
    width: 90%;
    margin: 20px auto 0;
  }
  main button {
    width: 90%;
    margin: 30px auto 30px;
  }
}
.orange-btlane:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 2px;
  background: #ED6827;
  animation: to100 .5s 1;
  -webkit-animation: to100 .5s 1;
  animation-fill-mode: forwards;
}
@keyframes to100 {
  from {
    width: 0
  }
  to {
    width: 99%
  }
}

@-webkit-keyframes to100 /*Safari and Chrome*/ {
  from {
    width: 0
  }
  to {
    width: 100%
  }
}
#section1 {
  position: absolute;
  margin-top: -10px;
}
