﻿body {
  -webkit-transform-style: preserve-3d;
}

body.about {
  background: #fff;
}

.header {
  position: fixed;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  transition-property: width, top;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9998;
  padding: 0px 50px;
}

.header.hide {
  top: -60px;
}

.header.hide.active {
  top: -108px;
}

.header.white.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.header.active {
  width: 1000px;
  background: #020B20;
  border-radius: 25px;
  height: 88px;
  padding: 0px 50px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
}

.header .logo {
  width: 155px;
  height: 33px;
  background: url(../images/logo.png) center center no-repeat;
  background-size: cover;
}

.header.white .logo {
  width: 155px;
  height: 33px;
  background: url(../images/logo-black.png) center center no-repeat;
  background-size: cover;
}

.header .menu {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header.white .menu {
  color: #000103;
}

.header .menu i {
  width: 11px;
  height: 11px;
  background: url(../images/icon-menu.png) center center no-repeat;
  background-size: cover;
  margin-left: 5px;
}

.header.white .menu i {
  width: 11px;
  height: 11px;
  background: url(../images/icon-menu-black.png) center center no-repeat;
  background-size: cover;
  margin-left: 5px;
}

.banner-index {
  width: 100%;
  height: 100vh;
}

.banners-container{
  width: 100%;
  height: 100%;
}


.banner-index img {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  object-fit: cover;
}
.banner-index video {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  object-fit: cover;
}


.banner-index-text-box{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
  z-index: 2;
}
.banner-index-text {
  position: absolute;
  width: 1100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 1;
}

.banner-index-text h1 {
  font-size: 50px;
  color: #fff;
}

.banner-index-text .point {
  margin: 35px 0px 40px;
}

.banner-index-text .point i {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.banner-index-text .point i.FAE0A6 {
  background: #FAE0A6;
  position: relative;
  z-index: 1;
  left: -5px;
}

.banner-index-text p {
  font-size: 14px;
  color: #FAE0A6;
  line-height: 1.5;
  letter-spacing: 1px;
  opacity: 0.8;
  padding-bottom: 100px;
}

.banner-index-text .banner-logo {
  width: 21px;
  height: 191px;
  background: url(../images/banner-logo.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: -170px;
  bottom: 0;
}

.banner-index-btn {
  width: 54px;
  height: 54px;
  border: 3px solid rgba(255,255,255,0.3);
  border-radius: 12px;
  /* background: url(../images/banner-btn.png) center center no-repeat; */
  /* background-size: cover; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
}
.banner-index-btn:hover{
  border: 3px solid #fff;
}

.banner-index-btn i {
  width: 13px;
  height: 8px;
  background: url(../images/banner-btn-i.png) center center no-repeat;
  background-size: cover;
}


.page-index {
  background: #000103;
}

.page-inner {
  width: 1100px;
  margin: 0 auto;
}

.page-index .page-inner {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0px;
}

.page-index-title {}

.page-index-title .title-en {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
}

.page-index-title .title-zh {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}

.page-index-title .title-h2 {
  color: #FAE0A6;
  font-size: 36px;
}

.page-index .left {
  margin-right: 20px;
}

.page-index .left .goto-about {
  border-top: 2px solid #FFFFFF;
  margin-top: 60px;
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}

.page-index .left .goto-about i {
  width: 29px;
  height: 10px;
  background: url(../images/more-i.png) center center no-repeat;
  background-size: cover;
}

.page-index .left p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

.page-index .left {
  opacity: 0.1;
  transition: all 0.4s;

}

.page-index.active .left {
  opacity: 1;
}


.page-index.active .right {
  transform: scale(1);
  opacity: 1;
}

.page-index .right {
  width: 795px;
  height: 661px;
  transform: scale(0.5);
  opacity: 0.2;
  transition: all 0.4s;
}

.page-index .right img {
  display: block;
  width: 795px;
  height: 661px;
}

.company-address {
  padding: 100px 0px;
  background: #00081C;
  text-align: center;
}

.company-address ul {
  display: flex;
  margin: 80px auto 0px;
  justify-content: space-between;
}

.company-address ul li.beijing {
  transition-delay: 0.2s;
}

.company-address ul li.shenzhen {
  transition-delay: 0.4s;
}

.company-address ul li.chengdu {
  transition-delay: 0.6s;
}

.company-address ul li {
  width: 346px;
  transition: all 0.2s linear;
  transform: scale(0.9);
  opacity: 0.8;
}

.company-address ul li img {
  width: 346px;
  height: 314px;
  margin-bottom: 20px;
}

.company-address.active li {
  transform: scale(1);
  opacity: 1;
}



.company-address ul li p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.company-introduction {
  padding: 100px 0px;
  background: #00081C;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.company-introduction .page-inner {
  position: relative;
  z-index: 9;
}

.company-introduction .sign {
  width: 694px;
  height: 694px;
  background: url(../images/page-index-5.png) center center no-repeat;
  background-size: cover;
  position: absolute;
}

.company-introduction.active .sign-1 {
  position: absolute;
  left: -347px;
  top: 100px;
  transform: translate(0%, 0%);
  opacity: 1;

}

.company-introduction.active .sign-2 {
  position: absolute;
  left: 10px;
  top: 100px;
  transform: translate(0%, 0%);
  opacity: 1;

}

.company-introduction.active .sign-3 {
  position: absolute;
  right: -347px;
  top: 800px;
  transform: translate(0%, 0%);
  opacity: 1;

}

.company-introduction .sign-1 {
  position: absolute;
  left: -347px;
  top: 100px;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  opacity: 0;

}

.company-introduction .sign-2 {
  position: absolute;
  left: 10px;
  top: 100px;
  transform: translate(50%, 50%);
  transition: all 0.4s;
  opacity: 0;

}

.company-introduction .sign-3 {
  position: absolute;
  right: -347px;
  bottom: -347px;
  transition: all 0.4s;
  transform: translate(50%, 50%);
  opacity: 0;
}

.company-introduction-img-wall {
  width: 1100px;
  margin: 70px auto 0;
  position: relative;
  transition: all 0.4s;
  transform: scale(0.8);
}

.company-introduction.active .company-introduction-img-wall {
  transform: scale(1);
}

.company-introduction-img-wall img {
  display: block;
  width: 1100px;
}

.company-introduction-img-wall .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.company-introduction-img-wall .layer a {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.company-introduction-img-wall .text {}

.company-introduction-img-wall .text h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 40px;
}

.company-introduction-img-wall .text p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 110px;
}

.bingo-about {
  background: #00081C;
  text-align: center;
  padding-top: 100px;
}

.bingo-about h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}

.bingo-about h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.bingo-about p {
  font-size: 16px;
  color: #fff;
  width: 610px;
  margin: 0 auto 20px;
  line-height: 1.5;
  text-align: left;
}

.bingo-logo {
  width: 250px;
  height: 99px;
  background: url(../images/shejiaoyule.png) center center no-repeat;
  background-size: cover;
  margin: 50px auto;
}

.bingo-about .bingo-ul {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  align-items: flex-end;
}

.bingo-about.active .bingo-left {
  opacity: 1;
  visibility: inherit;
  transform: translate3d(0px, 0px, 0px);
}

.bingo-about .bingo-left {
  width: 460px;
  height: 620px;
  position: relative;
  margin-bottom: 100px;
  transition: all 0.6s;
  transform: translate(-150px, -50px);
}

.bingo-about.active .bingo-right {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.bingo-about .bingo-right {
  width: 463px;
  height: 440px;
  position: relative;
  transition: all 0.6s;
  transform: translate(150px, 50px);
}

.bingo-ul .layer {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
}

.bingo-ul .layer:hover .bingo-title {
  margin-top: 0;
}

.bingo-ul .layer .bingo-title {
  font-size: 50px;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 40px;
  transition: all 0.4s;
}

.bingo-ul .layer .bingo-btn {
  width: 130px;
  height: 60px;
  background: #152CCB;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.bingo-ul .layer .bingo-btn i {
  width: 6px;
  height: 11px;
  background: url(../images/icon-right.png) center center no-repeat;
  background-size: cover;
  margin-left: 10px;
}

.ai-about {
  background: #000103;
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
  padding: 50px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 9;
}

.ai-about h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}

.ai-about h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.ai-about p {
  font-size: 16px;
  color: #fff;
  width: 610px;
  margin: 0 auto 20px;
  line-height: 1.5;
  text-align: left;
}

.ai-about .ai-btn {
  width: 130px;
  height: 60px;
  background: #152CCB;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin: 30px auto;
}

.ai-about .ai-btn i {
  width: 6px;
  height: 11px;
  background: url(../images/icon-right.png) center center no-repeat;
  background-size: cover;
  margin-left: 10px;
}

.ai-about .ai-logo {
  width: 582px;
  margin: 0 auto;
}
.ai-about .ai-logo img{
  width: 582px;
}

/* 关于我们 */
.page-about{
  height: 1px;
}
.banner-about-box {
  padding-top: 113px;
  height: calc(100vh - 113px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-about {
  transition: all 0.4s;
  /* transition-property: width; */
  /* transition-duration: 0.2s; */
  /* transition-timing-function: linear; */
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  overflow: hidden;

}

.banner-about.active {
  border-radius: 65px;
  width: 1100px;
  height: 646px;
}

.banner-about-text {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0%;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.banner-about.active .banner-about-text {
  border-radius: 65px;
}

.banner-about-text .text-1 {
  width: 345px;
  height: 13px;
  background-size: cover;
  margin-bottom: 40px;
}

.banner-about-text .text-2 {
  font-size: 50px;
  color: #fff;
}

.banner-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-profile {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  overflow: hidden;
}

.company-profile .sign {
  width: 694px;
  height: 694px;
  background: url(../images/page-index-5.png) center center no-repeat;
  background-size: cover;
  position: absolute;
}

.company-profile.active .sign-1 {
  position: absolute;
  left: -347px;
  top: 100px;
  transform: translate(0%, 0%);
  opacity: 1;

}

.company-profile.active .sign-3 {
  position: absolute;
  right: -347px;
  top: 800px;
  transform: translate(0%, 0%);
  opacity: 1;
  z-index: 10;
}

.company-profile .sign-1 {
  position: absolute;
  left: -347px;
  top: 100px;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  opacity: 0;
}

.company-profile .sign-3 {
  position: absolute;
  right: -347px;
  bottom: -347px;
  transition: all 0.4s;
  transform: translate(50%, 50%);
  opacity: 0;
}

.company-profile-top {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0px auto 50px;
}

.company-profile-top .left {}

.company-profile-top .left h2 {
  font-size: 14px;
  color: #152CCB;
  margin-bottom: 30px;
}

.company-profile-top .left h1 {
  font-size: 30px;
  color: #000103;
  margin-top: 45px;

}

.company-profile-top .right {
  margin-top: 45px;
}

.company-profile-top .right p {
  color: #383838;
  font-size: 16px;
  margin-bottom: 20px;
  width: 370px;
}

.company-profile-img-wall {
  width: 1100px;
  margin: 0 auto 100px;
  transition: all 0.4s;
  transform: scale(0.8);
  position: relative;
  border-radius: 65px;
  overflow: hidden;
  z-index: 10;
}

.company-profile.active .company-profile-img-wall {
  transform: scale(1);
}

.company-profile-img-wall .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.company-profile-img-wall .layer h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}

.company-profile-img-wall .layer h1 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}

.company-profile-img-wall .layer p {
  font-size: 36px;
  color: #FAE0A6;
  margin-bottom: 5px;
}

.sense-worth {
  background: #000103;
  padding: 100px 0px 0px;
  text-align: center;
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.sense-worth h2 {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  margin-bottom: 30px;
}

.sense-worth h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}

.sense-worth p {
  font-size: 16px;
  color: #fff;
  width: 380px;
  margin: 0 auto 20px;
  text-align: left;
}

.sense-worth-img-wall {
  display: flex;
  justify-content: center;
  padding-top: 550px;
}

.sense-worth-img-wall.active {
  padding-top: 100px;
}

.sense-worth-img-wall .width-273 {
  width: 273px;
  height: 407px;
  margin-bottom: 40px;

}

.sense-worth-img-wall .width-406 {
  width: 406px;
  height: 204px;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  overflow: hidden;
}

.sense-worth-img-wall .left {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.sense-worth-img-wall .left .width-273 {
  opacity: 0;
  transition: all 0.8s;
  visibility: hidden;
  /* transition-delay: 0.2s; */
  transform: translate(-250px, -100px);
}

.sense-worth-img-wall.active .left .width-273 {
  opacity: 1;
  visibility: inherit;
  transform: translate3d(0px, 0px, 0px);
}

.sense-worth-img-wall .right .width-273 {
  opacity: 0;
  transition: all 0.8s;
  visibility: hidden;
  /* transition-delay: 0.2s; */
  transform: translate(250px, -100px);
}

.sense-worth-img-wall.active .right .width-273 {
  opacity: 1;
  visibility: inherit;
  transform: translate3d(0px, 0px, 0px);
}

.sense-worth-img-wall .left .width-406 {
  opacity: 0;
  transition: all 0.8s;
  visibility: hidden;
  /* transition-delay: 0.2s; */
  transform: translate(-150px, 50px);
}

.sense-worth-img-wall.active .left .width-406 {
  opacity: 1;
  visibility: inherit;
  transform: translate3d(0px, 0px, 0px);
}

.sense-worth-img-wall .right .width-406 {
  opacity: 0;
  transition: all 0.8s;
  visibility: hidden;
  /* transition-delay: 0.2s; */
  transform: translate(150px, 50px);
}

.sense-worth-img-wall.active .right .width-406 {
  opacity: 1;
  visibility: inherit;
  transform: translate3d(0px, 0px, 0px);
}

.sense-worth-img-wall .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}

.sense-worth-img-wall .middle {
  width: 693px;
  margin: 0px 40px;
  padding-top: 40px;
}

.sense-worth-img-wall.active .sense-worth-img-1 .layer {
  opacity: 0;
}

.sense-worth-img-wall.active .sense-worth-img-1 {
  transform: translate3d(0px, 0px, 0px) scale(1, 1);
}

.sense-worth-img-1 {
  position: relative;
  width: 693px;
  height: 407px;
  margin: 0px auto 40px;
  transform: translate3d(0px, -400px, 0px) scale(1.6, 1.6);
  transition: all 0.8s;
}

.sense-worth-img-wall.active .middle-box {
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}

.middle-box {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.8s;
  visibility: hidden;
  /* transition-delay: 0.2s; */
  transform: translate(0px, 50px);
}

.middle-left-top {
  width: 328px;
  height: 223px;
  margin-bottom: 40px;
}

.middle-left-bottom {
  width: 328px;
  height: 159px;
}

.middle-right {
  width: 328px;
  height: 421px;
}

.sense-worth-img-1 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s;
}

.sense-worth-img-1 .layer .text {
  transform: scale(0.5, 0.5);
}

.sense-worth-img-1 .layer h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;

}

.sense-worth-img-1 .layer h1 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;

}

.sense-worth-img-1 .layer p {
  font-size: 36px;
  color: #FAE0A6;
  margin-bottom: 5px;
  width: 720px;
  text-align: center;
}








.footer {
  background: linear-gradient(175deg, #152CCB 0%, #F7DDA4 100%);
  position: relative;
}

.footer .footer-full {
  height: 65px;
  background: linear-gradient(to right, #152CCB 0%, #3242c6 100%);
  position: absolute;
  top: -65px;
  width: 100%;
}

.footer .footer-inner {
  width: 1100px;
  margin: 0 auto;
}

.footer .footer-inner .footer-nav {
  display: flex;
  justify-content: space-between;
  padding: 140px 0px 110px;
}

.footer .footer-inner .footer-nav .left {
  font-size: 28px;
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
}

.footer .footer-inner .footer-nav .right {
  display: flex;
  justify-content: space-between;
}

.footer .footer-inner .footer-nav .right .row {
  width: 120px;
  margin-left: 80px;
}

.footer .footer-inner .footer-nav .right .row label {
  font-size: 16px;
  color: #fff;
}

.footer .footer-inner .footer-nav .right .row ul {
  margin-top: 25px;
}

.footer .footer-inner .footer-nav .right .row ul li {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}

.footer .footer-inner .footer-nav .right .row ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.footer .footer-inner .footer-nav .right .row ul li i {
  width: 6px;
  height: 11px;
  background: url(../images/icon-right.png) center center no-repeat;
  background-size: cover;
  margin-right: 10px;
  transition: margin 0.2s;
}

.footer .footer-inner .footer-nav .right .row ul li:hover i {
  margin-right: 15px;
}

.footer .footer-inner .footer-nav .right .row .qrcode {
  width: 95px;
  height: 95px;
  margin-top: 25px;
}

.footer .footer-inner .footer-beian {
  padding: 30px 0px 50px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: #fff;
}

.footer .footer-inner .footer-beian a {
  color: #fff;
}


.footer .footer-inner .footer-next-page {
  background: #000103;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  height: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 20px;
}

.footer .footer-inner .footer-next-page a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.footer .footer-inner .footer-next-page .left {
  padding-left: 66px;
}

.footer .footer-inner .footer-next-page .left>div {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
}

.footer .footer-inner .footer-next-page .left span {
  color: #eaedef;
  font-size: 16px;
  opacity: 0.6;
}

.footer .footer-inner .footer-next-page .right {
  width: 52px;
  height: 52px;
  border: 2px solid #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  margin-right: 40px;
}

.footer .footer-inner .footer-next-page:hover .right {
  border-color: #fff;
}

.footer .footer-inner .footer-next-page .right i {
  width: 13px;
  height: 8px;
  background: url(../images/banner-btn-i.png) center center no-repeat;
  background-size: cover;
}

.menu-box {
  position: fixed;
  z-index: -9999;
  opacity: 0;
  transition: all 0.4s linear;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.menu-box.show {
  z-index: 9999;
  opacity: 1;
}

.menu-inner {
  background: #000103;
  border-radius: 0px 0px 100px 100px;
  padding: 110px 0px 40px;
  position: relative;
  z-index: 1;
}

.menu-layer {
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
}

.menu-top .menu-logo {
  font-size: 28px;
  line-height: 1;
  color: #4c4c4c;
  letter-spacing: 2px;
  cursor: pointer;
  transition: color 0.3s;
}

.menu-top .menu-logo:hover {
  color: #fff;
}

.menu-close-btn {
  width: 52px;
  height: 52px;
  border: 2px solid #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.menu-close-btn:hover {
  border-color: #fff;
}

.menu-close-btn i {
  width: 13px;
  height: 13px;
  background: url(../images/menu-close-btn-i.png) center center no-repeat;
  background-size: cover;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-close-btn:hover i {
  transform: rotate(90deg);
}

.menu-center {
  width: 1100px;
  margin: 80px auto 40px;
}

.menu-center ul {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-gap: 0 40px;
  grid-auto-flow: column;
  display: grid;
}

.menu-center ul li {
  display: inline-flex;
  position: relative;
  font-size: 24px;
  color: #fff;
  align-items: flex-start;
  margin-bottom: 20px;
  transition: color 0.2s;
}

.menu-center ul li:hover {
  color: #152CCB;
}

.menu-center ul li:hover span {
  color: #152CCB;
}

.menu-center ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
}

.menu-center ul li span {
  font-size: 12px;
  color: #4c4c4c;
  margin-right: 40px;
  position: relative;
  top: 4px;
  transition: color 0.2s;
}

.menu-bottom {
  width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #4c4c4c;
  color: #fff;
  font-size: 16px;
  padding: 20px 0px;
}

@media (min-width: 1281px) {
  .footer .footer-full {
    height: 65px;
    position: absolute;
    top: -65px;
    width: 100%;
    background: linear-gradient(to right, #152CCB 0%, #3e4cc3 100%);
  }

  .company-profile {
    padding-top: 0;
  }
}