[class*='col-'] {
  padding: 0;
}
#app {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
#app .layout_header {
  width: 100%;
  height: 96px;
  background: #ffffff;
  position: relative;
  z-index: 1000;
}
#app .layout_header .wrapper {
  position: relative;
  font-size: 0;
}
#app .layout_header .wrapper .logo {
  height: 68px;
  display: inline-block;
  margin-top: 14px;
}
#app .layout_header .wrapper .menu {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
#app .layout_header .wrapper .menu .li {
  display: inline-block;
  height: 96px;
  line-height: 96px;
  width: 90px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
#app .layout_header .wrapper .menu .li .tit {
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  transition: 0s;
}
#app .layout_header .wrapper .menu .li .tit a {
  transition: 0s;
}
#app .layout_header .wrapper .menu .li .submenu {
  width: 180px;
  z-index: 1;
  font-size: 0;
  background: #ffffff;
  position: relative;
  left: 0;
  margin-left: -50px;
  transition: 0.5s;
  top: -6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  opacity: 0;
}
#app .layout_header .wrapper .menu .li .submenu::after {
  content: '';
  border: 8px solid transparent;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(90deg);
}
#app .layout_header .wrapper .menu .li .submenu p {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 0;
}
#app .layout_header .wrapper .menu .li .submenu p a {
  display: block;
  padding: 0 18px;
  color: #595961;
  font-size: 14px;
  transition: 0.2s;
}
#app .layout_header .wrapper .menu .li .submenu p a:hover {
  color: #e00000;
}
#app .layout_header .wrapper .menu .li:hover {
  overflow: initial;
  background: linear-gradient(#031e7a, #076cda);
}
#app .layout_header .wrapper .menu .li:hover .tit,
#app .layout_header .wrapper .menu .li:hover a {
  color: #ffffff;
}
#app .layout_header .wrapper .menu .li:hover i {
  color: #ffffff;
}
#app .layout_header .wrapper .menu .li:hover .submenu {
  transform: translateY(0px);
  opacity: 1;
}
#app .layout_header .wrapper_follow {
  width: 1px;
  height: 2px;
  background: #e00000;
  position: absolute;
  bottom: 30px;
  right: 0;
  opacity: 0;
  z-index: -1;
}
#app .layout_banner {
  width: 100%;
}
#app .layout_banner .imgBox {
  height: 454px;
  position: relative;
}
#app .page-jump {
  width: 100%;
  position: relative;
}
#app .page-jump .left {
  position: relative;
}
#app .page-jump .left .desc {
  color: #ffffff;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 10%;
  left: 10%;
  padding-right: 48%;
}
#app .page-jump .right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50%;
}
#app .page-jump .right .cell {
  height: 50%;
  text-align: center;
  line-height: 1;
  position: relative;
}
#app .page-jump .right .cell span {
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#app .page-jump .right .list {
  height: 50%;
}
#app .page-jump .right .list .cell {
  height: 100%;
}
#app .page-jump .right .bg-blue-deep {
  background: #29A6FF;
}
#app .page-jump .right .bg-blue-light {
  background: #0269B3;
}
#app .page-jump .right .bg-333 {
  background: #333333;
}
#app .layout_scrollTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  background: #ffffff;
  text-align: center;
  position: fixed;
  right: 100px;
  bottom: 18%;
  z-index: 101;
  display: none;
}
#app .layout_scrollTop i {
  font-size: 22px;
  color: #e00000;
}
#app .layout_footer {
  border-top: 1px solid #DDDDDD;
}
#app .layout_footer .inner {
  padding: 40px 0;
  position: relative;
}
#app .layout_footer .inner .container {
  position: relative;
}
#app .layout_footer .inner .container .item {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  float: left;
}
#app .layout_footer .inner .container .item .logo {
  width: 48%;
}
#app .layout_footer .inner .container .item .qrcode {
  width: 48%;
  margin: 0 auto;
}
#app .layout_footer .inner .container .item .qrcode .tit {
  font-size: 13px;
  line-height: 20px;
  margin-top: 15px;
  color: #0000 0;
  text-align: center;
}
#app .layout_footer .inner .container .item .tit {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #e00000;
  font-weight: 600;
}
#app .layout_footer .inner .container .item ul li {
  margin-bottom: 10px;
}
#app .layout_footer .inner .container .item ul li a {
  line-height: 21px;
  display: inline-block;
  transition: 0.3s;
}
#app .layout_footer .inner .container .item ul li a:hover {
  color: #e00000;
}
#app .layout_footer .inner .container .item .phone,
#app .layout_footer .inner .container .item .email {
  line-height: 21px;
  display: block;
  margin-bottom: 10px;
}
#app .layout_footer .inner .container .item .address {
  color: #999999;
  font-size: 12px;
  line-height: 23px;
  padding: 10% 30% 0 0;
}
#app .layout_footer .record {
  font-size: 15px;
  color: #999999;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  line-height: 57px;
}
@media (max-width: 991px) and (min-width: 320px) {
  #app .layout_header {
    height: 60px;
  }
  #app .layout_header .mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
  }
  #app .layout_header .wrapper {
    position: relative;
    padding: 0 0.35rem !important;
    z-index: 3;
  }
  #app .layout_header .wrapper .logo {
    height: 46px;
    display: inline-block;
    margin-top: 7px;
  }
  #app .layout_header .wrapper .nav-blank {
    width: 32px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #app .layout_header .wrapper .nav-blank span {
    display: block;
    width: 32px;
    height: 3px;
    background: #000000;
    margin-top: 5px;
  }
  #app .layout_header .wrapper .menu {
    width: 70%;
    position: fixed;
    top: 0;
    background: #ffffff;
    min-height: 100vh;
    height: auto;
    padding-bottom: 10vh;
    transform: translateX(100%);
    transition: 0.6s ease-in-out;
    overflow-y: auto;
    height: 100vh;
  }
  #app .layout_header .wrapper .menu .topBox {
    padding: 46px 30px 30px 30px;
    position: relative;
  }
  #app .layout_header .wrapper .menu .topBox .min-logo {
    height: 60px;
  }
  #app .layout_header .wrapper .menu .topBox .menu-close {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  #app .layout_header .wrapper .menu .li {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    width: 100%;
    height: auto;
    overflow: initial;
  }
  #app .layout_header .wrapper .menu .li .tit {
    text-align: left;
    height: 60px;
    line-height: 60px;
    padding: 0 0.35rem;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
  }
  #app .layout_header .wrapper .menu .li .tit:hover {
    color: #e00000;
  }
  #app .layout_header .wrapper .menu .li .tit.active {
    background: linear-gradient(#031e7a, #076cda);
    color: #ffffff;
  }
  #app .layout_header .wrapper .menu .li .tit.active .tit,
  #app .layout_header .wrapper .menu .li .tit.active a {
    color: #ffffff;
  }
  #app .layout_header .wrapper .menu .li .tit.active i {
    color: #ffffff;
  }
  #app .layout_header .wrapper .menu .li .submenu {
    width: 100%;
    background: #ffffff;
    padding: 0;
    z-index: 1;
    position: static;
    margin-left: 0px;
    transition: 0;
    overflow: hidden;
    box-shadow: none;
    transform: translateY(0);
    opacity: 1;
    height: 0;
    transition: 0.3s;
  }
  #app .layout_header .wrapper .menu .li .submenu::after {
    display: none;
  }
  #app .layout_header .wrapper .menu .li .submenu p {
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding: 0;
    white-space: nowrap;
  }
  #app .layout_header .wrapper .menu .li .submenu p a {
    display: block;
    padding: 0 40px;
  }
  @keyframes dropdownAnimation {
    0% {
      height: 0;
    }
    100% {
      height: auto;
    }
  }
  #app .layout_banner .imgBox {
    height: 3.6rem;
  }
  #app .page-jump .left .desc {
    padding: 0 0.35rem;
    left: 0;
  }
  #app .page-jump .right {
    position: static;
    right: 0;
    bottom: 0;
    height: 50%;
  }
  #app .page-jump .right .cell {
    padding: 6.5vw 20px;
  }
  #app .page-jump .right .cell span {
    position: static;
    transform: translateY(0);
  }
  #app .layout_scrollTop {
    position: fixed;
    right: 0.3rem;
    bottom: 10%;
  }
  #app .layout_footer .inner {
    padding: 40px 0 20px;
    position: relative;
  }
  #app .layout_footer .inner .container {
    position: relative;
  }
  #app .layout_footer .inner .container .item {
    display: block;
    width: 100%;
    vertical-align: initial;
    padding: 0 0.35rem;
    margin-bottom: 0.2rem;
  }
  #app .layout_footer .inner .container .item .tit {
    display: block;
    margin-bottom: 0.2rem;
  }
  #app .layout_footer .inner .container .item ul {
    margin-left: -0.3rem;
  }
  #app .layout_footer .inner .container .item ul li {
    margin-bottom: 0.2rem;
    display: inline-block;
    margin-left: 0.3rem;
  }
  #app .layout_footer .inner .container .item ul li a {
    line-height: 21px;
    display: inline-block;
    transition: 0.3s;
  }
  #app .layout_footer .inner .container .item ul li a:hover {
    color: #e00000;
  }
  #app .layout_footer .inner .container .item .phone,
  #app .layout_footer .inner .container .item .email {
    line-height: 21px;
    display: inline-block;
    margin-bottom: 10px;
  }
  #app .layout_footer .inner .container .item .email {
    margin-left: 0.3rem;
  }
  #app .layout_footer .inner .container .item .address {
    color: #999999;
    font-size: 12px;
    line-height: 23px;
    padding: 0 0 0.2rem;
  }
  #app .layout_footer .inner .container .itemTop {
    display: flex;
    margin-bottom: 0.6rem;
  }
  #app .layout_footer .inner .container .itemTop .cell {
    display: flex;
    justify-content: center;
    flex: 1;
  }
  #app .layout_footer .inner .container .itemTop .cell .logo {
    width: 2rem;
  }
  #app .layout_footer .inner .container .itemTop .cell .qrcode {
    width: 2rem;
  }
}
