@font-face {
  
  src: url(../font/SpaceGrotesk-Bold.ttf);
}
@font-face {
  font-family: SpaceGrotesk-Medium;
  src: url(../font/SpaceGrotesk-Medium.ttf);
}
@font-face {
  font-family: ;
  src: url(../font/.ttf);
}
.u1 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.3s, background 0.3s, color 0.3s;
  width: 160px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #939393;
  background: #939393;
  font-size: 18px;
  color: #fff;
}

.u4 {
  position: relative;
}
.u4 .img {
  font-size: 0;
}
.u4 .img img {
  width: 100%;
	height:220px;
}
.u4 > .w1200 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.u4 .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.u4 .bottom .u1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}
.u4 .bottom .u1 .left span {
  font-size: 14px;
  line-height: 24px;
  color: #2a2a2a;
}
.u4 .bottom .u1 .left a {
  margin-left: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #777;
}
.u4 .bottom .u1 .left a:nth-child(2) {
  margin-left: 0;
}
.u4 .bottom .u1 .right {
  position: relative;
  width: 320px;
}
.u4 .bottom .u1 .right input {
  width: 100%;
  height: 36px;
  border: 1px solid #dedede;
  border-radius: 18px;
  padding: 0 100px 0 20px;
}
.u4 .bottom .u1 .right .searchBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 36px;
  background-color: #939393;
  border-radius: 18px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.u30 {
  position: relative;
  z-index: 0;
}
.u30 .u1 {
  display: flex;
  position: relative;
  z-index: 1;
  background: url(../image/aboutNav.png) no-repeat right center;
}
.u30 .u1 a {
  position: relative;
  margin-left: 50px;
  font-size: 16px;
  line-height: 76px;
  color: #555;
}
.u30 .u1 a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #939393;
}
.u30 .u1 a.on {
  color: #939393;
}
.u30 .u1 a.on::after {
  width: 100%;
}
.u30 .u1 a:first-child {
  margin-left: 0;
}
.u30::after {
  display: flex;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 39px;
}
.pagination li {
  margin-left: 10px;
}
.pagination li a, .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #959ba6;
}
.pagination li.active span {
  background: #939393;
  border-color: #939393;
  color: #fff;
}
.pagination li:first-child {
  margin-left: 0;
}

.header .top {
  border-bottom: 1px solid #eaeaea;
}
.header .top .u1 {
  font-size: 14px;
  line-height: 36px;
  color: black;
	margin-top:-20px;
}
.header .info .u1 {
  display: flex;
  justify-content: space-between;
}
.header .info .u1 .left {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.header .info .u1 .left .logo {
  height: 76px;
}
.header .info .u1 .left .logo a {
  display: block;
  position: relative;
  font-size: 0;
}
.header .info .u1 .left .logo a::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 1px;
  height: 76px;
  background: #eaeaea;
}
.header .info .u1 .left .text {
  margin-left: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1px;
  color: #2a2a2a;
}
.header .info .u1 .right {
  display: flex;
  align-items: center;
}
.header .info .u1 .right .tel {
  display: flex;
  align-items: center;
  font-size: 0;
}
.header .info .u1 .right .tel img {
  width: 44px;
  height: auto;
}
.header .info .u1 .right .tel .text {
  margin-left: 15px;
}
.header .info .u1 .right .tel .text p {
  font-size: 16px;
  color: #2a2a2a;
}
.header .info .u1 .right .tel .text a {
  margin-top: -1px;
  
  font-size: 25px;
  color: #2a2a2a;
}
.header .info .u1 .right .wechat {
  width: 86px;
  margin-left: 46px;
  border: 1px solid #eaeaea;
  font-size: 0;
}
.header .nav {
  background: #939393;
  position: relative;
  z-index: 2;
}
.header .nav ul {
  display: flex;
  position: initial;
  -webkit-animation: scale 1s linear;
          animation: scale 1s linear;
}









.header .nav ul li > a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 39px;
  font-size: 15px;
  line-height: 54px;
  color: #fff;
}
.header .nav ul li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: height 0.3s;
  width: 100%;
  height: 0;
  background: #fbbc04;
}
.header .nav ul li .level {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fafbfc;
}
.header .nav ul li .level a {
  margin: 0 20px;
  font-size: 15px;
  line-height: 56px;
  color: #555;
}
.header .nav ul li.on > a::after {
  height: 100%;
}

.headerMob, .headerList, .footerMob, .searchInput {
  display: none;
}

.rightPosition {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.rightPosition a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 76px;
  height: 76px;
  margin-bottom: 2px;
  background-color: #939393;
  border-radius: 14px 0px 0px 0px;
}
.rightPosition a:last-child {
  opacity: 0;
  margin-bottom: 0;
}
.rightPosition a p {
  font-size: 13px;
  color: #fff;
}
.rightPosition a .posi {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  font-size: 0;
  right: 90px;
  border: 1px solid #eaeaea;
}
.rightPosition a .posi img {
  width: 100%;
}

.footer {
  padding-top: 67px;
  border-top: 3px solid #939393;
}
.footer .top .u1 {
  display: flex;
  justify-content: space-between;
}
.footer .top .u1 .left {
  display: flex;
  width: 75.75%;
  border-right: 1px solid #eaeaea;
}
.footer .top .u1 .left ul {
  margin-right: 12.0454545455%;
  margin-top: -8px;
}
.footer .top .u1 .left ul p {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  color: #2a2a2a;
}
.footer .top .u1 .left ul li a {
  display: block;
  transition: color 0.3s;
  font-size: 15px;
  line-height: 32px;
  color: #555;
}
.footer .top .u1 .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 280px;
}
.footer .top .u1 .right .tit {
  margin-top: -7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.footer .top .u1 .right .tel {
  margin-top: 4px;
  font-family: ;
  font-size: 36px;
  line-height: 2;
  color: #939393;
}
.footer .top .u1 .right .mail {
  margin-top: -5px;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
}
.footer .top .u1 .right .mail a {
  color: #555555;
}
.footer .top .u1 .right .wechat {
  margin-top: 30px;
  border: 1px solid #eaeaea;
  font-size: 0;
}
.footer .bottom {
  margin-top: 85px;
  background: #939393;
}
.footer .bottom .u1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.footer .bottom .u1 .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 2;
  color: #fff;
}
.footer .bottom .u1 .left a {
  margin-left: 4px;
  color: #fff;
}
.footer .bottom .u1 .left img {
  margin-left: 4px;
}
.footer .bottom .u1 .right .u20 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 240px;
  height: 44px;
  padding: 0 20px;
  background: #fff;
  font-size: 15px;
  color: #777;
  cursor: pointer;
}
.footer .bottom .u1 .right .u20 .linkList {
  display: none;
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 100%;
  height: auto;
}
.footer .bottom .u1 .right .u20 .linkList .center {
  border: 1px solid #eaeaea;
  border-bottom: 0;
}
.footer .bottom .u1 .right .u20 .linkList .center a {
  display: block;
  transition: background 0.3s, color 0.3s;
  font-size: 16px;
  line-height: 44px;
  padding: 0 20px;
  color: #777;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

@media (any-hover: hover) {
  .more:hover {
    background: #fff;
    color: #939393;
  }
  .header .nav ul li:hover > a::after {
    height: 100%;
  }
  .header .nav ul li .level a:hover {
    color: #939393;
  }
  .footer .top .u1 .left ul li:hover a {
    color: #939393;
  }
  .footer .bottom .u1 .right .u20 .linkList .center a:hover {
    background: #939393;
    color: #fff;
  }
}
@media (max-width: 1440px) {
  .footer .top .u1 .left ul {
    margin-right: 6%;
  }
}
@media (max-width: 1280px) {
  .header .nav ul li a {
    padding: 0 20px;
  }
  .footer .top .u1 .left ul {
    margin-right: 9%;
  }
}
@media (max-width: 1080px) {
  .header, .footer {
    display: none;
  }
  .headerMob, .footerMob {
    display: block;
  }
  .headerMob .u1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 0;
  }
  .headerMob .u1 .logo {
    display: flex;
    align-items: center;
    font-size: 0;
  }
  .headerMob .u1 .logo img {
    height: 74px;
  }
  .headerMob .u1 .logo .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 74px;
    border-left: 1px solid #eaeaea;
    padding-left: 19px;
    margin-left: 20px;
  }
  .headerMob .u1 .logo .text p {
    font-size: 20px;
    line-height: 28px;
    color: #2a2a2a;
  }
  .headerMob .u1 .right {
    display: flex;
    align-items: center;
  }
  .headerMob .u1 .right .searchMob, .headerMob .u1 .right .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 0;
  }
  .headerMob .u1 .right .menu {
    position: relative;
    margin-left: 24px;
  }
  .headerMob .u1 .right .menu img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .headerMob .u1 .right .menu img:nth-child(2) {
    display: none;
  }
  .headerList {
    width: 100%;
    height: 100vh;
  }
  .headerList .u1 {
    border-top: 1px solid #939393;
    overflow-y: auto;
    padding-top: 90px;
  }
  .headerList .u1 li {
    position: relative;
    margin-left: 20px;
    padding-left: 51px;
    overflow: hidden;
  }
  .headerList .u1 li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 30px;
    line-height: 72px;
    color: #2a2a2a;
  }
  .headerList .u1 li > a span {
    transition: transform 0.5s;
    width: 50px;
    height: 50px;
    background: url(../image/downMob.png) no-repeat center;
    transform: rotate(0deg);
  }
  .headerList .u1 li > a.on span {
    background: url(../image/upMob.png) no-repeat center;
    transform: rotate(-180deg);
  }
  .headerList .u1 li .level {
    overflow: hidden;
    width: 100%;
    height: 0;
  }
  .headerList .u1 li .level .center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background: #f5f6f8;
    padding: 40px 50px;
    margin: 10px 0 28px;
  }
  .headerList .u1 li .level .center a {
    display: block;
    position: relative;
    width: 50%;
    font-size: 26px;
    line-height: 60px;
    color: #555;
  }
  .headerList .u1 li.line::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 2px;
    height: 54px;
    background: #939393;
  }
  .headerList .u1 li::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #eaeaea;
  }
  .searchInput {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 76px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    border-top: 1px solid #e6e6e6;
  }
  .searchInput .center {
    position: relative;
    width: calc(100% - 60px);
    max-width: 768px;
    margin: 0 auto;
    padding: 12px 0;
  }
  .searchInput .center input {
    width: 100%;
    height: 52px;
    border: 1px solid #808080;
    border-radius: 30px;
    padding: 0 60px;
    font-size: 16px;
    background: url(../image/searchMob.png) no-repeat 20px center;
    background-size: 20px auto;
  }
  .searchInput .center .close {
    position: absolute;
    width: 52px;
    height: 52px;
    right: 5px;
    top: 12px;
    cursor: pointer;
  }
  .searchInput .center .close::after, .searchInput .center .close::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 16px;
    height: 2px;
    background: #333;
  }
  .searchInput .center .close::before {
    width: 2px;
    height: 16px;
  }
  .rightPosition {
    display: none;
  }
  .more {
    font-size: 16px;
  }
  .footerMob {
    padding-top: 44px;
    border-top: 2px solid #939393;
  }
  .footerMob .u1 {
    padding-bottom: 80px;
  }
  .footerMob .u1 .u22 li {
    border-bottom: 1px solid #eaeaea;
  }
  .footerMob .u1 .u22 li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 30px;
    line-height: 100px;
    color: #2a2a2a;
  }
  .footerMob .u1 .u22 li > a span {
    position: absolute;
    right: 0;
    top: 50%;
    transition: transform 0.5s;
    transform: translateY(-50%) rotate(0deg);
    width: 50px;
    height: 50px;
    background: url(../image/downMob.png) no-repeat center;
  }
  .footerMob .u1 .u22 li > a.on span {
    transform: translateY(-50%) rotate(-180deg);
  }
  .footerMob .u1 .u22 li .level2 {
    overflow: hidden;
    height: 0;
  }
  .footerMob .u1 .u22 li .level2 .center a {
    display: block;
    width: 100%;
    padding-left: 5%;
    border-top: 1px solid #eaeaea;
    font-size: 26px;
    line-height: 100px;
    color: #2a2a2a;
  }
  .footerMob .u1 .info .tit {
    font-size: 30px;
    line-height: 100px;
    color: #2a2a2a;
  }
  .footerMob .u1 .info p {
    margin-top: 10px;
    font-size: 26px;
    color: #555;
  }
  .footerMob .u1 .info p a {
    color: #555;
  }
  .footerMob .u1 .info .wechat {
    display: flex;
    align-items: flex-start;
  }
  .footerMob .u1 .info .wechat span {
    border: 1px solid #dedede;
    font-size: 0;
  }
  .footerMob .u1 .u20 {
    position: relative;
    margin-top: 50px;
  }
  .footerMob .u1 .u20 .linkClick {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #dedede;
    font-size: 26px;
  }
  .footerMob .u1 .u20 .linkList {
    display: none;
    position: absolute;
    left: 0;
    bottom: 70px;
    overflow-y: auto;
    width: 100%;
    height: 285px;
    border: 1px solid #dedede;
    background: #fff;
    border-top: 0;
  }
  .footerMob .u1 .u20 .linkList a {
    display: block;
    padding: 0 30px;
    font-size: 26px;
    color: #555;
    line-height: 70px;
    border-top: 1px solid #dedede;
  }
  .footerMob .beian {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 46px 0;
    background: #939393;
  }
  .footerMob .beian p {
    font-size: 26px;
    line-height: 46px;
    color: #fff;
  }
  .footerMob .beian p a {
    color: #fff;
  }
  .footerMob .beian p img {
    width: 20px;
    margin-right: 15px;
  }
  .u4 {
    display: none;
  }
}
@media (max-width: 750px) {
  .headerMob .u1 {
    padding: 12px 0;
  }
  .headerMob .u1 .logo img {
    height: 38px;
  }
  .headerMob .u1 .logo .text {
    height: 38px;
  }
  .headerMob .u1 .logo .text p {
    font-size: 12px;
    line-height: 19px;
  }
  .headerMob .u1 .right .searchMob, .headerMob .u1 .right .menu {
    width: 30px;
    height: 30px;
  }
  .headerMob .u1 .right .searchMob img, .headerMob .u1 .right .menu img {
    width: 20px;
  }
  .headerMob .u1 .right .menu {
    margin-left: 15px;
  }
  .headerList .u1 {
    padding-top: 20px;
  }
  .headerList .u1 li {
    padding-left: 20px;
  }
  .headerList .u1 li a {
    font-size: 16px;
    line-height: 40px;
  }
  .headerList .u1 li a span {
    width: 40px;
    height: 40px;
    background-size: 10px auto !important;
  }
  .headerList .u1 li .level .center {
    padding: 20px;
  }
  .headerList .u1 li .level .center a {
    font-size: 16px;
    line-height: 40px;
  }
  .headerList .u1 li.line::after {
    top: 4px;
    height: 32px;
  }
  .searchInput {
    top: 62px;
    height: 68px;
  }
  .searchInput .center {
    height: 44px;
  }
  .searchInput .center input {
    height: 44px;
    padding: 0 45px;
    background-size: 16px auto;
  }
  .searchInput .center .close {
    width: 44px;
    height: 44px;
  }
  .footerMob {
    padding-top: 20px;
  }
  .footerMob .u1 {
    padding-bottom: 40px;
  }
  .footerMob .u1 .u22 li > a {
    font-size: 14px;
    line-height: 50px;
  }
  .footerMob .u1 .u22 li > a span {
    background-size: 12px;
  }
  .footerMob .u1 .u22 li .level2 .center a {
    font-size: 14px;
    line-height: 50px;
  }
  .footerMob .u1 .info .tit {
    font-size: 20px;
    line-height: 60px;
  }
  .footerMob .u1 .info p {
    font-size: 16px;
  }
  .footerMob .u1 .u20 {
    margin-top: 25px;
  }
  .footerMob .u1 .u20 .linkClick {
    height: 38px;
    padding: 0 20px;
    font-size: 14px;
  }
  .footerMob .u1 .u20 .linkClick img {
    width: 10px;
  }
  .footerMob .u1 .u20 .linkList {
    bottom: 38px;
    height: 133px;
  }
  .footerMob .u1 .u20 .linkList a {
    font-size: 14px;
    line-height: 32px;
  }
  .footerMob .beian {
    padding: 24px 0;
  }
  .footerMob .beian p {
    font-size: 14px;
    line-height: 2;
  }
  .footerMob .beian p img {
    width: 14px;
    margin-right: 5px;
    transform: translateY(2px);
  }
  .u30 .u1 {
    overflow-x: auto;
    padding-right: 30px;
  }
  .u30 .u1 a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 46px;
    margin-left: 16px;
  }
}
@media (max-width: 500px) {
  .headerList .u1 li .level .center a {
    width: 100%;
  }
  .more {
    width: 120px;
    height: 36px;
    font-size: 14px;
  }
  .pagination li a, .pagination li span {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}/*# sourceMappingURL=lkb.css.map */