body {
  background: #121212;
}
.header {
  min-width: 800px;
}
.header-menu .header-menu-item {
  z-index: 998;
}
.header-action {
  z-index: 997;
}
.header-dropdown-m {
  display: none;
  position: absolute;
  top: 66px;
  padding: 36px 40px 12px;
  background: rgba(34, 34, 34, 0.98);
  border-radius: 3px;
  z-index: 998;
}
.header-dropdown-m a {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  color: #fff;
}
.header-dropdown-m a:hover {
  color: #00bdff;
}
.header-dropdown-m a[href="javascript:void(0)"] {
  cursor: default;
}
.header-nav {
  border-bottom: none;
}
.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
}
.nav-mobile {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.nav-mobile .nav-top {
  padding-top: .6rem;
  height: 1.2rem;
  overflow: hidden;
}
.nav-mobile .nav-logo {
  float: left;
  margin-left: .6rem;
  width: 2.86rem;
  height: .66rem;
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/LOGO_JUHE.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-mobile .nav-login {
  float: right;
  margin-right: 1rem;
  width: .62rem;
  height: .6rem;
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/login.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-mobile .nav-menu {
  width: .5rem;
  height: .5rem;
  float: right;
  margin-right: .6rem;
  margin-top: .05rem;
}
.nav-mobile .nav-menu span {
  display: block;
  margin-bottom: .14rem;
  width: .5rem;
  height: .07rem;
  background: #fff;
  border-radius: 1px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.nav-mobile .nav-menu span:first-child {
  -webkit-transform-origin: .54rem;
  transform-origin: .54rem;
}
.nav-mobile .nav-menu span:last-child {
  -webkit-transform-origin: .54rem;
  transform-origin: .54rem;
}
.nav-mobile .nav-menu.open span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-mobile .nav-menu.open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.nav-mobile .nav-menu.open span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-mobile .nav-menu-hide {
  display: none;
  width: 100%;
}
.nav-mobile .nav-search-container {
  width: 100%;
  height: 1.5rem;
  background: rgba(34, 34, 34, 0.98);
  border-bottom: 0.04rem solid rgba(255, 255, 255, 0.04);
  font-size: 0;
  line-height: 1.5rem;
}
.nav-mobile .nav-search-container .nav-search-icon {
  margin-left: .6rem;
  font-size: .33rem;
  color: #fff;
}
.nav-mobile .nav-search-container .nav-search-form {
  display: inline-block;
  margin-left: .2rem;
}
.nav-mobile .nav-search-container input[type="search"] {
  width: 8rem;
  height: 1rem;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: none;
  font-size: .36rem;
  color: rgba(255, 255, 255, 0.2);
}
.nav-mobile .nav-search-container input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.nav-mobile .nav-item {
  display: block;
  width: 100%;
  height: 1.5rem;
  background: rgba(34, 34, 34, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.nav-mobile .nav-item-name {
  float: left;
  margin-left: .9rem;
  font-size: .36rem;
  color: #fff;
  line-height: 1.5rem;
  position: relative;
}
.nav-mobile .nav-item-name:before {
  content: '';
  width: .1rem;
  height: .1rem;
  background: #fff;
  position: absolute;
  left: -0.3rem;
  top: .7rem;
}
.nav-mobile .nav-item-link {
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(255, 255, 255, 0.2);
  font-size: .5rem;
  font-weight: lighter;
  font-family: "Arial";
}
.nav-mobile .nav-item-link span {
  display: block;
  width: .25rem;
  height: .25rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: .6rem auto 0;
}
.nav-mobile .nav-item-link span:after {
  content: '';
  width: .25rem;
  height: .25rem;
  background: #222222;
  position: absolute;
  right: .08rem;
  top: .08rem;
}
.nav-mobile .nav-item-action {
  width: 1.5rem;
  height: 1.5rem;
  float: right;
}
.nav-mobile .nav-item-action span {
  display: block;
  margin: .65rem auto 0;
  width: 0;
  height: 0;
  border-left: .15rem solid transparent;
  border-right: .15rem solid transparent;
  border-bottom: none;
  border-top: .15rem solid #fff;
}
.nav-mobile .nav-item-action.open span {
  border-left: .15rem solid transparent;
  border-right: .15rem solid transparent;
  border-bottom: .15rem solid #fff;
  border-top: none;
}
.nav-mobile .nav-slide-item {
  display: block;
  width: 100%;
  height: 1.5rem;
  background: rgba(41, 41, 41, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: .36rem;
}
.nav-mobile .nav-slide-item .nav-slide-item-name {
  float: left;
  margin-left: 1.3rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.nav-mobile .nav-slide-item .nav-slide-item-desc {
  float: right;
  margin-right: .6rem;
  font-size: .32rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.3);
}
.nav-mobile .nav-slide-item-link {
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(255, 255, 255, 0.2);
  font-size: .5rem;
  font-weight: lighter;
  font-family: "Arial";
}
.nav-mobile .nav-slide-item-link span {
  display: block;
  width: .25rem;
  height: .25rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: .6rem auto 0;
}
.nav-mobile .nav-slide-item-link span:after {
  content: '';
  width: .25rem;
  height: .25rem;
  background: #292929;
  position: absolute;
  right: .08rem;
  top: .08rem;
}
.nav-mobile .nav-login-hide {
  display: none;
  width: 100%;
}
.nav-mobile .nav-login-container {
  width: 100%;
  height: 1.4rem;
  padding-top: .6rem;
  background: rgba(34, 34, 34, 0.98);
}
.nav-mobile .nav-login-btn {
  float: left;
  margin: 0 .4rem 0 .6rem;
  display: block;
  width: 3.6rem;
  height: .9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: .9rem;
  text-align: center;
  font-size: .36rem;
  color: #fff;
}
.nav-mobile .nav-register-btn {
  float: left;
  display: block;
  width: 5.5rem;
  height: .9rem;
  border: 1px solid #00bdff;
  line-height: .9rem;
  background: #00bdff;
  text-align: center;
  font-size: .36rem;
  color: #fff;
}
.nav-mobile .nav-logout {
  display: block;
  width: 9.6rem;
  height: .9rem;
  margin: 0 auto;
  line-height: .9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: .36rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .header {
    display: none;
  }
  .nav-mobile {
    display: block;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .header-dropdown .submenu-container {
    width: 800px;
  }
  .header-dropdown .submenu-product {
    width: 360px;
    padding-left: 40px;
  }
  .header-dropdown .submenu-product-item {
    width: 180px;
    margin-bottom: 13px;
  }
  .header-dropdown .submenu-product-item-desc {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .nav-mobile .nav-logo {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/LOGO_JUHE@2x.png);
  }
  .nav-mobile .nav-login {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/login@2x.png);
  }
}
.home-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
canvas {
  position: absolute;
  z-index: -1;
}
.home-page {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-nav {
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 990;
  margin-top: -55px;
  color: #fff;
  font-size: 12px;
}
.home-nav li {
  position: relative;
  height: 22px;
  line-height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: pointer;
}
.home-nav li span {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.home-nav li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home-nav li:before {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.home-nav li.active:before {
  width: 24px;
}
@media screen and (max-width: 800px) {
  .home-nav .home-nav-news {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .home-nav li:hover:before {
    width: 0;
  }
  .home-nav li:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.home-nav-hide {
  width: 0;
  height: 100%;
  background: rgba(34, 34, 34, 0.98);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.home-nav-hide .home-nav-container {
  width: 3.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.home-nav-hide .home-nav-news {
  display: none;
}
.home-nav-hide li {
  font-size: .38rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.8rem;
}
.home-nav-hide li.active {
  color: #00bdff;
}
.bottom-page {
  position: absolute;
  bottom: 50px;
  left: 30px;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  z-index: 990;
}
.bottom-page .current-page {
  font-weight: bold;
}
.bottom-page .total-page-pc {
  opacity: .3;
}
.bottom-page .total-page-m {
  opacity: .3;
  display: none;
}
@media screen and (max-width: 800px) {
  .bottom-page {
    bottom: .6rem;
    left: .6rem;
    font-size: .44rem;
  }
  .bottom-page .total-page-pc {
    display: none;
  }
  .bottom-page .total-page-m {
    display: inline;
  }
}
.bottom-contact {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 990;
}
.bottom-contact .contact-icon {
  width: 21px;
  height: 22px;
  font-size: 0;
}
.bottom-contact .contact-icon .iconfont {
  font-size: 22px;
  color: #fff;
  opacity: .5;
}
.bottom-contact .contact-container {
  display: none;
  width: 130px;
  height: 203px;
  padding: 25px 22px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  right: 42px;
  background: rgba(255, 255, 255, 0.05);
}
.bottom-contact .contact-item {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 0;
}
.bottom-contact .contact-icon1 {
  float: left;
  margin-top: 3px;
  width: 18px;
  height: 18px;
}
.bottom-contact .contact-icon1 .iconfont {
  font-size: 18px;
  color: #fff;
  opacity: .5;
}
.bottom-contact .contact-icon2 {
  float: left;
  margin-top: 3px;
  width: 17px;
  height: 18px;
}
.bottom-contact .contact-icon2 .iconfont {
  font-size: 18px;
  color: #fff;
  opacity: .5;
}
.bottom-contact .contact-icon3 {
  float: left;
  margin-top: 3px;
  width: 16px;
  height: 18px;
}
.bottom-contact .contact-icon3 .iconfont {
  font-size: 18px;
  color: #fff;
  opacity: .5;
}
.bottom-contact .contact-icon4 {
  float: left;
  margin-top: 3px;
  width: 18px;
  height: 18px;
}
.bottom-contact .contact-icon4 .iconfont {
  font-size: 18px;
  color: #fff;
  opacity: .5;
}
.bottom-contact .contact-text {
  float: left;
  margin-left: 10px;
  color: #fff;
}
.bottom-contact .contact-text .contact-title {
  font-size: 16px;
  opacity: .5;
}
.bottom-contact .contact-text .contact-phone {
  margin-top: 2px;
  font-size: 12px;
  color: #00bdff;
}
.bottom-contact .contact-text .contact-desc {
  font-size: 12px;
  opacity: .2;
}
.bottom-contact-hide {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.bottom-contact-hide .bottom-contact-container {
  width: 100%;
  height: 6.1rem;
  background: rgba(34, 34, 34, 0.98);
  position: absolute;
  bottom: 0;
}
.bottom-contact-hide .bottom-contact-item {
  display: block;
  padding-left: .65rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  position: relative;
}
.bottom-contact-hide .iconfont {
  font-size: .36rem;
  color: #fff;
  opacity: .3;
}
.bottom-contact-hide .bottom-contact-title {
  margin-left: .18rem;
  font-size: .36rem;
  color: #fff;
  opacity: .5;
}
.bottom-contact-hide .bottom-contact-phone {
  margin-left: .26rem;
  font-size: .36rem;
  color: #00bdff;
}
.bottom-contact-hide .bottom-contact-desc {
  margin-left: .26rem;
  font-size: .36rem;
  color: #fff;
  opacity: .1;
}
.bottom-contact-hide .bottom-contact-link {
  float: right;
  width: .25rem;
  height: .25rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: .6rem .6rem 0 0;
}
.bottom-contact-hide .bottom-contact-link:after {
  content: '';
  width: .25rem;
  height: .25rem;
  background: rgba(34, 34, 34, 0.98);
  position: absolute;
  right: .08rem;
  top: .08rem;
}
@media screen and (max-width: 800px) {
  .bottom-contact {
    bottom: .6rem;
    right: .6rem;
  }
  .bottom-contact .contact-icon .iconfont {
    font-size: .57rem;
  }
}
.bottom-scroll-icon {
  position: absolute;
  z-index: 990;
  bottom: 50px;
  left: 50%;
  height: 14px;
  width: 8px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  border: solid 2px;
  -webkit-transition: .4s;
  transition: .4s;
}
.bottom-scroll-icon .scroll-arrow {
  width: 8px;
  height: 15px;
  position: absolute;
  top: 24px;
  background: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/arrow.png) no-repeat;
  -webkit-animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
.bottom-scroll-icon:after {
  content: '';
  width: 2px;
  height: 3px;
  position: absolute;
  left: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media screen and (max-width: 800px) {
  .bottom-scroll-icon {
    bottom: .6rem;
    width: .34rem;
    height: .54rem;
    font-size: 0;
    border-radius: none;
    border: none;
    -webkit-transition: none;
    transition: none;
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/bottom-arrow@2x.png);
    background-size: contain;
    -webkit-animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .bottom-scroll-icon .scroll-arrow {
    width: 0;
    height: 0;
    position: absolute;
    top: 24px;
    background: none;
    -webkit-animation: none;
    animation: none;
  }
  .bottom-scroll-icon:after {
    content: none;
  }
}
@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  30%,
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  30%,
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}
@-webkit-keyframes move1 {
  0% {
    trasnform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  75% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move1 {
  0% {
    trasnform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  75% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    trasnform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  75% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move2 {
  0% {
    trasnform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  75% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes move3 {
  0% {
    trasnform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move3 {
  0% {
    trasnform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes move4 {
  0% {
    trasnform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move4 {
  0% {
    trasnform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes move5 {
  0% {
    trasnform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  85% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move5 {
  0% {
    trasnform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  85% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes tech-bg-move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes tech-bg-move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes tech-move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes tech-move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner .banner-bg {
  width: 1200px;
  height: 710px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -355px;
  margin-left: -600px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 800px) {
  .banner .banner-bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .banner .bg5 {
    width: 140%;
    margin-left: -20%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .banner .banner-bg {
    width: 800px;
    height: 474px;
    margin-top: -237px;
    margin-left: -400px;
  }
}
@media screen and (min-width: 2049px) and (max-width: 3200px) {
  .banner .banner-bg {
    width: 1600px;
    height: 946px;
    margin-top: -473px;
    margin-left: -800px;
  }
}
@media screen and (min-width: 3201px) {
  .banner .banner-bg {
    width: 2800px;
    height: 1656px;
    margin-top: -828px;
    margin-left: -1400px;
  }
}
.technique {
  position: relative;
}
.technique .tech-page1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.technique .tech-page2,
.technique .tech-page3,
.technique .tech-page4,
.technique .tech-page5,
.technique .tech-page6 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 1000;
}
.technique .tech-container {
  width: 1130px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -565px;
  margin-top: -100px;
}
.technique .tech-item {
  float: left;
  width: 210px;
  margin-left: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 1.1s;
  transition: all 1.1s;
}
.technique .tech-item.first {
  margin-left: 0;
}
.technique .tech-item.first .tech-icon {
  -webkit-animation: move1 6s ease-out infinite;
  animation: move1 6s ease-out infinite;
}
.technique .tech-item.second .tech-icon {
  -webkit-animation: move2 6s ease-out infinite;
  animation: move2 6s ease-out infinite;
}
.technique .tech-item.third .tech-icon {
  -webkit-animation: move3 6s ease-out infinite;
  animation: move3 6s ease-out infinite;
}
.technique .tech-item.fourth .tech-icon {
  -webkit-animation: move4 6s ease-in infinite;
  animation: move4 6s ease-in infinite;
}
.technique .tech-item.fifth .tech-icon {
  -webkit-animation: move5 6s ease-in-out infinite;
  animation: move5 6s ease-in-out infinite;
}
.technique .tech-item:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.technique .tech-item.fade {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: .4;
}
.technique .tech-icon {
  width: 210px;
  height: 170px;
  -webkit-transition: all .7s;
  transition: all .7s;
  background-repeat: no-repeat;
  background-size: cover;
}
.technique .tech-icon1 {
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech1.png);
}
.technique .tech-icon2 {
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech2.png);
}
.technique .tech-icon3 {
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech3.png);
}
.technique .tech-icon4 {
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech4.png);
}
.technique .tech-icon5 {
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech5.png);
}
.technique .tech-title {
  margin-top: 10px;
  opacity: .5;
  font-size: 14px;
}
.technique .tech-title .iconfont {
  font-size: 14px;
}
.technique .tech-content {
  width: 1200px;
  height: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -310px;
  margin-left: -600px;
}
.technique .tech-page-bg {
  width: 1725px;
  height: 980px;
  background-repeat: no-repeat;
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-bg.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -862px;
  margin-top: -490px;
  -webkit-animation: tech-bg-move 8s infinite ease-out;
  animation: tech-bg-move 8s infinite ease-out;
}
.technique .tech-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.technique .tech-page1 .tech-bg {
  background: #121212;
}
.technique .tech-intro {
  padding-top: 63px;
}
.technique .tech-intro-title {
  font-size: 14px;
  color: #00bdff;
  padding-left: 18px;
  position: relative;
}
.technique .tech-intro-title:before {
  content: '';
  width: 7px;
  height: 12px;
  background: #00bdff;
  position: absolute;
  left: 0px;
  top: 4px;
}
.technique .tech-intro-name {
  margin-bottom: 20px;
  font-size: 36px;
  color: #333;
}
.technique .tech-intro-desc {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  opacity: .7;
}
.technique .tech-img {
  position: absolute;
  width: 870px;
  height: 620px;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: tech-move 7s infinite ease;
  animation: tech-move 7s infinite ease;
}
.technique .tech-page2 {
  background: #fff;
}
.technique .tech-page2 .tech-intro-name {
  margin-top: 380px;
}
.technique .tech-page2 .tech-img {
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-img1.png);
}
.technique .tech-page3 {
  background: #fff;
}
.technique .tech-page3 .tech-intro-name {
  margin-top: 405px;
}
.technique .tech-page3 .tech-img {
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-img2.png);
}
.technique .tech-page4 {
  background: #fff;
}
.technique .tech-page4 .tech-intro-name {
  margin-top: 366px;
}
.technique .tech-page4 .tech-img {
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-img3.png);
}
.technique .tech-page5 {
  background: #fff;
}
.technique .tech-page5 .tech-intro-name {
  margin-top: 366px;
}
.technique .tech-page5 .tech-img {
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-img4.png);
}
.technique .tech-page6 {
  background: #fff;
}
.technique .tech-page6 .tech-intro-name {
  margin-top: 375px;
}
.technique .tech-page6 .tech-img {
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-img5.png);
}
.tech-page-m {
  display: none;
}
@media screen and (max-width: 800px) {
  .technique .tech-container {
    width: 7rem;
    height: auto;
    left: 50%;
    top: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .technique .tech-item {
    width: 3.2rem;
    margin-left: .6rem;
    margin-bottom: 1.35rem;
  }
  .technique .tech-item:nth-child(odd) {
    margin-left: 0;
  }
  .technique .tech-item:last-child {
    margin-bottom: 0;
  }
  .technique .tech-item.first .tech-icon {
    -webkit-animation: none;
    animation: none;
  }
  .technique .tech-item.second .tech-icon {
    -webkit-animation: none;
    animation: none;
  }
  .technique .tech-item.third .tech-icon {
    -webkit-animation: none;
    animation: none;
  }
  .technique .tech-item.fourth .tech-icon {
    -webkit-animation: none;
    animation: none;
  }
  .technique .tech-item.fifth .tech-icon {
    -webkit-animation: none;
    animation: none;
  }
  .technique .tech-icon {
    width: 3.2rem;
    height: 2.19rem;
  }
  .technique .tech-title {
    margin-top: .6rem;
  }
  .technique .tech-icon1 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech1-m.png);
  }
  .technique .tech-icon2 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech2-m.png);
  }
  .technique .tech-icon3 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech3-m.png);
  }
  .technique .tech-icon4 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech4-m.png);
  }
  .technique .tech-icon5 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech5-m.png);
  }
  .tech-content-m1,
  .tech-content-m2,
  .tech-content-m3,
  .tech-content-m4,
  .tech-content-m5 {
    display: none;
    width: 8rem;
    height: 12rem;
    background-size: contain;
    position: relative;
  }
  .tech-content-m1 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-img-m1.png);
  }
  .tech-content-m2 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-img-m2.png);
  }
  .tech-content-m3 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-img-m3.png);
  }
  .tech-content-m4 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-img-m4.png);
  }
  .tech-content-m5 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech-img-m5.png);
  }
  .tech-page-m {
    display: block;
  }
  .tech-page-m .tech-m-title {
    padding-top: .96rem;
    padding-left: .78rem;
    font-size: .28rem;
    color: #00bdff;
    position: relative;
  }
  .tech-page-m .tech-m-title:before {
    content: '';
    width: .07rem;
    height: .28rem;
    background: #00bdff;
    position: absolute;
    top: 1.06rem;
    left: .6rem;
  }
  .tech-page-m .tech-m-text {
    position: absolute;
    bottom: .8rem;
  }
  .tech-page-m .tech-m-name {
    margin-left: .6rem;
    font-size: .48rem;
    color: #333;
  }
  .tech-page-m .tech-m-desc {
    margin: .4rem .6rem 0 .6rem;
    font-size: .3rem;
    line-height: .6rem;
    color: #333;
    opacity: .7;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .technique .tech-container {
    width: 800px;
    height: 148px;
    margin-left: -400px;
    margin-top: -74px;
  }
  .technique .tech-item {
    width: 147px;
    margin-left: 12px;
  }
  .technique .tech-icon {
    width: 147px;
    height: 119px;
  }
  .technique .tech-page-bg {
    width: 1200px;
    height: 682px;
    margin-left: -600px;
    margin-top: -341px;
  }
  .technique .tech-content {
    width: 800px;
    height: 440px;
    margin-top: -220px;
    margin-left: -400px;
  }
  .technique .tech-img {
    width: 522px;
    height: 372px;
    top: 50px;
  }
  .technique .tech-page2 .tech-intro-name {
    margin-top: 220px;
  }
  .technique .tech-page3 .tech-intro-name {
    margin-top: 220px;
  }
  .technique .tech-page4 .tech-intro-name {
    margin-top: 220px;
  }
  .technique .tech-page5 .tech-intro-name {
    margin-top: 200px;
  }
  .technique .tech-page6 .tech-intro-name {
    margin-top: 200px;
  }
}
@media screen and (min-width: 2049px) and (max-width: 3200px) {
  .technique .tech-container {
    width: 1600px;
    height: 260px;
    margin-left: -800px;
    margin-top: -130px;
  }
  .technique .tech-item {
    width: 273px;
    margin-left: 55px;
  }
  .technique .tech-icon {
    width: 273px;
    height: 221px;
  }
  .technique .tech-icon1 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech1@2x.png);
  }
  .technique .tech-icon2 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech2@2x.png);
  }
  .technique .tech-icon3 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech3@2x.png);
  }
  .technique .tech-icon4 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech4@2x.png);
  }
  .technique .tech-icon5 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech5@2x.png);
  }
  .technique .tech-title {
    font-size: 20px;
  }
  .technique .tech-title .iconfont {
    font-size: 20px;
  }
  .technique .tech-intro-title {
    font-size: 20px;
  }
  .technique .tech-intro-title:before {
    top: 8px;
  }
  .technique .tech-intro-name {
    font-size: 42px;
  }
  .technique .tech-intro-desc {
    font-size: 20px;
  }
}
@media screen and (min-width: 3200px) {
  .technique .tech-container {
    width: 2800px;
    height: 402px;
    margin-left: -1400px;
    margin-top: -201px;
  }
  .technique .tech-item {
    width: 420px;
    margin-left: 175px;
  }
  .technique .tech-icon {
    width: 420px;
    height: 340px;
  }
  .technique .tech-icon1 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech1@2x.png);
  }
  .technique .tech-icon2 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech2@2x.png);
  }
  .technique .tech-icon3 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech3@2x.png);
  }
  .technique .tech-icon4 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech4@2x.png);
  }
  .technique .tech-icon5 {
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/tech5@2x.png);
  }
  .technique .tech-title {
    font-size: 40px;
  }
  .technique .tech-title .iconfont {
    font-size: 40px;
  }
  .technique .tech-content {
    width: 2800px;
    height: 1446px;
    margin-top: -723px;
    margin-left: -1400px;
  }
  .technique .tech-page-bg {
    width: 3450px;
    height: 1960px;
    margin-left: -1725px;
    margin-top: -980px;
  }
  .technique .tech-intro-title {
    font-size: 40px;
    padding-left: 30px;
  }
  .technique .tech-intro-title:before {
    width: 14px;
    height: 22px;
    top: 16px;
  }
  .technique .tech-intro-name {
    font-size: 84px;
  }
  .technique .tech-intro-desc {
    font-size: 40px;
    line-height: 60px;
  }
  .technique .tech-img {
    width: 1740px;
    height: 1240px;
    top: 100px;
  }
  .technique .tech-page2 .tech-intro-name {
    margin-top: 900px;
  }
  .technique .tech-page3 .tech-intro-name {
    margin-top: 850px;
  }
  .technique .tech-page4 .tech-intro-name {
    margin-top: 900px;
  }
  .technique .tech-page5 .tech-intro-name {
    margin-top: 830px;
  }
  .technique .tech-page6 .tech-intro-name {
    margin-top: 830px;
  }
}
.user {
  position: relative;
}
.user .user-container {
  width: 1200px;
  height: 363px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -182px;
  margin-left: -600px;
}
.user .user-container-m {
  display: none;
}
.user .user-title {
  position: relative;
  margin-bottom: 50px;
  padding-left: 18px;
  font-size: 14px;
  color: #fff;
  opacity: .3;
}
.user .user-title:before {
  content: '';
  width: 7px;
  height: 12px;
  background: #00bdff;
  position: absolute;
  top: 4px;
  left: 0px;
}
.user .user-list {
  width: 1200px;
  height: 294px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/users-logo-2.png);
}
@media screen and (max-width: 800px) {
  .user .user-container {
    display: none;
  }
  .user .user-container-m {
    display: block;
    width: 5.44rem;
    height: 9.85rem;
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/users-logo-m.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .user .user-container {
    width: 800px;
    height: 289px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -145px;
    margin-left: -400px;
  }
  .user .user-title {
    margin-bottom: 50px;
  }
  .user .user-list {
    width: 792px;
    height: 220px;
    background-image: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/home/users-logo-middle.png);
  }
}
@media screen and (min-width: 2049px) and (max-width: 3200px) {
  .user .user-container {
    width: 1600px;
    height: 290px;
    margin-left: -800px;
    margin-top: -145px;
  }
  .user .user-title {
    font-size: 20px;
  }
  .user .user-title:before {
    top: 8px;
  }
  .user .user-list {
    width: 1600px;
    height: 162px;
  }
}
@media screen and (min-width: 3200px) {
  .user .user-container {
    width: 2800px;
    height: 436px;
    margin-left: -1400px;
    margin-top: -218px;
  }
  .user .user-title {
    font-size: 40px;
    padding-left: 30px;
  }
  .user .user-title:before {
    width: 14px;
    height: 22px;
    top: 20px;
  }
  .user .user-list {
    width: 2800px;
    height: 284px;
  }
}
.news {
  position: relative;
  font-size: 0;
}
.news .news-container {
  width: 1200px;
  height: 286px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -143px;
  margin-left: -600px;
}
.news .news-content {
  float: left;
  width: 480px;
  padding-left: 120px;
}
.news .news-type {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  opacity: .3;
  padding-left: 15px;
  font-size: 14px;
}
.news .news-type:before {
  content: '';
  width: 7px;
  height: 12px;
  background: #00bdff;
  position: absolute;
  top: 4px;
  left: 0;
}
.news .news-list {
  margin-bottom: 28px;
  color: #fff;
  font-size: 12px;
}
.news .news-list li {
  line-height: 36px;
}
.news .news-list .news-date {
  margin-right: 30px;
  opacity: .3;
  vertical-align: middle;
}
.news .news-list .news-title {
  display: inline-block;
  width: 400px;
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  vertical-align: middle;
}
.news .news-list .news-title a {
  color: #fff;
}
.news .news-list .news-title a:hover {
  text-decoration: underline;
}
.news .news-more {
  font-size: 12px;
  color: #fff;
  opacity: .2;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .news .news-container {
    width: 800px;
    margin-left: -430px;
  }
  .news .news-content {
    width: 320px;
    padding-left: 80px;
  }
  .news .news-list .news-title {
    width: 230px;
  }
}
@media screen and (min-width: 2049px) and (max-width: 3200px) {
  .news .news-container {
    width: 1600px;
    height: 368px;
    margin-left: -800px;
    margin-top: -184px;
  }
  .news .news-left {
    width: 680px;
  }
  .news .news-type {
    font-size: 20px;
  }
  .news .news-type:before {
    top: 7px;
  }
  .news .news-list {
    font-size: 18px;
  }
  .news .news-list li {
    line-height: 50px;
  }
  .news .news-list .news-title {
    width: 580px;
    height: 50px;
  }
  .news .news-more {
    font-size: 18px;
  }
}
@media screen and (min-width: 3200px) {
  .news .news-container {
    width: 2800px;
    height: 577px;
    margin-left: -1400px;
    margin-top: -288px;
  }
  .news .news-left {
    width: 1280px;
  }
  .news .news-type {
    font-size: 40px;
    padding-left: 30px;
  }
  .news .news-type:before {
    width: 14px;
    height: 24px;
    top: 17px;
  }
  .news .news-list {
    font-size: 36px;
  }
  .news .news-list li {
    line-height: 80px;
  }
  .news .news-list .news-title {
    width: 1100px;
    height: 80px;
  }
  .news .news-more {
    font-size: 36px;
  }
}
.home-footer {
  position: relative;
  color: #fff;
}
.home-footer .home-footer-link {
  width: 1060px;
  padding-left: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-footer .home-footer-link dl {
  float: left;
  width: 173px;
  padding-left: 17px;
}
.home-footer .home-footer-link dl dt {
  margin-bottom: 25px;
  font-size: 14px;
  opacity: .3;
  position: relative;
}
.home-footer .home-footer-link dl dt:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #00bdff;
  opacity: .5;
  border-radius: 1px;
  position: absolute;
  top: 7px;
  left: -15px;
}
.home-footer .home-footer-link dl dd {
  font-size: 12px;
  line-height: 28px;
  cursor: default;
}
.home-footer .home-footer-link dl dd a {
  color: #fff;
  cursor: pointer;
}
.home-footer .home-footer-bottom {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  opacity: .1;
}
.home-footer .home-footer-bottom .footer-bottom-left {
  display: inline-block;
}
.home-footer .home-footer-bottom .footer-bottom-right {
  display: inline-block;
  margin-left: 15px;
}
.home-footer .home-footer-bottom a {
  display: inline-block;
  color: #fff;
}
.home-footer .home-footer-bottom span {
  vertical-align: middle;
  margin-right: 3px;
}
.home-footer .home-footer-bottom .footer-pic1 {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/headerFooter/bei2.png) no-repeat;
  vertical-align: middle;
}
.home-footer .home-footer-bottom .footer-pic2 {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/headerFooter/bei1.png) no-repeat;
  vertical-align: middle;
}
.home-footer .home-footer-bottom .footer-license {
  margin-left: 15px;
}
.home-footer .home-footer-bottom .footer-icp {
  margin-left: 15px;
}
.home-footer .home-footer-m {
  display: none;
}
@media screen and (max-width: 800px) {
  .home-footer .home-footer-link {
    display: none;
  }
  .home-footer .home-footer-bottom {
    display: none;
  }
  .home-footer .home-footer-m {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .home-footer .home-footer-m li {
    font-size: .36rem;
  }
  .home-footer .home-footer-m a {
    display: block;
    height: 1.35rem;
    line-height: 1.35rem;
    color: #fff;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .home-footer .home-footer-link {
    width: 800px;
    padding-left: 0;
    margin-left: -400px;
  }
  .home-footer .home-footer-link dl {
    width: 143px;
  }
}
@media screen and (min-width: 2049px) and (max-width: 3200px) {
  .home-footer .home-footer-link {
    width: 1460px;
    margin-left: -800px;
  }
  .home-footer .home-footer-link dl {
    width: 253px;
  }
  .home-footer .home-footer-link dl dt {
    font-size: 20px;
  }
  .home-footer .home-footer-link dl dt:before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
  .home-footer .home-footer-link dl dd {
    font-size: 18px;
    line-height: 40px;
  }
}
@media screen and (min-width: 3200px) {
  .home-footer .home-footer-link {
    width: 2660px;
    margin-left: -1400px;
  }
  .home-footer .home-footer-link dl {
    width: 500px;
  }
  .home-footer .home-footer-link dl dt {
    font-size: 40px;
  }
  .home-footer .home-footer-link dl dt:before {
    width: 12px;
    height: 12px;
    top: 18px;
    left: -30px;
  }
  .home-footer .home-footer-link dl dd {
    font-size: 36px;
    line-height: 70px;
  }
}