.pc-hide {
  display: none;
}
#navPage {
  position: fixed;
  top: 50%;
  left: 0;
  text-align: left;
  transition: all 0.1s ease-out 0s;
  transform: translateY(-50%);
  z-index: 999;
}
#navPage li {
  position: relative;
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
}
#navPage li a {
  font-weight: bold;
  color: #ffffff;
}
#navPage li a .navCn {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #ccc;
  background: #cccccc;
  border-radius: 50%;
}
#navPage li.active a span {
  transform: scale(1.67, 1.67);
  background-color: #ffc300;
  border: 1px solid #ffc300;
}
.side-meun {
  position: fixed;
  bottom: 7%;
  right: 25px;
  z-index: 999;
}
.side-meun a {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.side-meun a .side_code {
  position: absolute;
  right: 50px;
  top: 0;
  display: none;
}
.nav-top {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nav-top .top-logo {
  margin-left: 1.67%;
}
.nav-top .menu {
  margin-right: 4.03%;
  height: 104px;
  opacity: 1;
  display: flex;
}
.nav-top .menu .navlist {
  display: flex;
  line-height: 104px;
}
.nav-top .menu .navlist li {
  margin-right: 88px;
}
.nav-top .menu .navlist li a {
  line-height: 28px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}
.nav-top .menu .navlist li a:hover {
  color: #0f1c49;
}
.nav-top .menu .navlist .btli .mask {
  position: absolute;
  top: 466px;
  width: 100vw;
  height: 700px;
  background-color: rgba(0, 0, 0, 0.6);
}
.nav-top .menu .navlist .btli .droplist {
  position: absolute;
  top: 0;
  z-index: -100;
  left: 0;
  width: 100vw;
  height: 50vh;
  background: rgba(0, 0, 0, 0.8);
  /* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1)); */
  display: flex;
  justify-content: space-evenly;
}
.nav-top .menu .navlist .btli .droplist li {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
}
.nav-top .menu .navlist .btli .droplist li a {
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.nav-top .menu .navlist .droplist-news {
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50vh;
  background: rgba(0, 0, 0, 0.8);
  /* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1)); */
  display: flex;
  justify-content: space-around;
}
.nav-top .menu .navlist .droplist-news li {
  width: 15%;
  margin-top: 150px;
  display: flex;
  flex-direction: column;
}
.nav-top .menu .navlist .droplist-news li a {
  font-size: 18px;
  margin-bottom: 10px;
  width: 139.39px;
  height: 45.37px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}
.nav-top .menu .navlist .droplist-news li a img {
  width: 300px;
  height: 167.87px;
  border-radius: 8px;
}
.section {
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.section .down-btn {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 999;
  background-color: #ffc300;
  left: 2%;
  align-items: flex-end;
  padding: 0.5vw 1.5vw 1vw;
}
.section .down-btn .down-box {
  color: #FFFFFF;
}
.section .down-btn .down-box span {
  font-size: 12px;
}
.section .down-btn .down-box p {
  font-size: 20px;
  margin-top: -2px;
}
.section .down-btn .down-icon {
  width: 30px;
  margin-left: 15px;
  margin-top: -5px;
}
.section .down-btn .down-icon img {
  width: 100%;
}
.section .swiper-home {
  height: 100%;
}
.section .swiper-home .swiper-wrapper .swiper-slide {
  position: relative;
}
.section .swiper-home .swiper-wrapper .swiper-slide img {
  width: 100vw;
  height: 100vh;
}
.section .swiper-home .swiper-wrapper .swiper-slide .slide-text {
  position: absolute;
  top: 50%;
  left: 20vw;
  text-align: left;
  transform: translateY(-50%);
}
.section .swiper-home .swiper-wrapper .swiper-slide .slide-text span {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 22px;
  font-size: 18px;
  transform: translateX(20%);
  transition: all 1s ease 0s;
  display: block;
  opacity: 0;
}
.section .swiper-home .swiper-wrapper .swiper-slide .slide-text h5 {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 60px;
  transform: translateX(-20%);
  transition: all 1s ease 0s;
  opacity: 0;
}
.swiper-home .swiper-wrapper .swiper-slide.active .slide-text h5 {
  transform: translateX(0);
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 60px;
  left: 0;
  width: 44%;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #cecece;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #ffc300;
}
.navBg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9993;
  background: #222;
  background: rgba(34, 34, 34, 0.9);
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: translate(-100%, 0);
}
.navBg .active {
  opacity: 1;
  transform: translate(0, 0);
}
.navBg .navTop {
  position: relative;
  z-index: 1;
  padding: 15px 40px;
  border-bottom: 1px solid #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navClose {
  float: right;
  padding: 5px 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.navClose span {
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  transform-origin: left center;
}
.navClose span:first-child {
  transform: rotate(45deg);
}
.navClose span:last-child {
  margin-top: 20px;
  transform: rotate(-45deg);
}
.navClose .navBot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-top: 100px;
  height: 100%;
}
.navList {
  overflow: hidden;
  height: 100%;
}
.navList li {
  float: left;
  width: 12%;
  height: 100%;
  transition: all 0.5s ease 0s;
  transform: translate(0, 50px);
}
.navList li a {
  display: block;
  padding: 100px 0 0 20%;
  height: 100%;
  border-right: 1px solid #333;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: #FFF;
  transition: all 0.5s ease 0s;
}
.navList li a span {
  display: block;
}
.navList li a .navEn {
  font-size: 30px;
}
.navCn {
  font-size: 22px;
}
.navList li a:hover {
  padding-left: 10%;
  color: #ffc300;
}
.navList li.text-right {
  padding: 100px 0 0;
  width: 13.5%;
  color: #FFF;
  font-size: 16px;
  line-height: 36px;
}
/* ç¬¬äºŒå±--ä¸»é¡µ */
.box2ImgBg {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 54%;
  height: 100%;
}
.box2ImgBg .imgBg {
  height: 100%;
  transition: all 1s ease 0s;
  transform: scale(1.05);
}
.box2ImgBg .imgBg:hover {
  transform: scale(1);
}
.mbox2Text {
  padding-top: 50px;
  padding-left: 12%;
  width: 55%;
  text-align: left;
  transform: translateX(-100px);
  transition: all 0.8s ease 0s;
}
.mbox2Text.active {
  transform: translateX(0);
}
.mbox2TitEn {
  color: #ffc300;
  text-transform: uppercase;
  font-size: 29px;
  font-family: Arial;
  line-height: 150%;
  /* opacity: 0; */
  transition: all 0.6s ease 0s;
  /* transform: translateX(-50px) */
}
.mbox2TitCn {
  color: #fff;
  font-size: 30px;
  line-height: 150%;
  /* opacity: 0; */
  transition: all 0.6s ease 0s;
  /* transform: translateX(-50px) */
}
.mbox2Brief {
  width: 30vw;
  overflow: hidden;
  margin: 20px 0;
  color: #fff;
  font-size: 0.8vw;
  line-height: 26px;
  /* opacity: 0; */
  transition: all 0.8s ease 0s;
  /* transform: translateX(-50px) */
}
.mbox2Num {
  margin: 40px -19px;
  color: #333;
  font-size: 0;
  line-height: 26px;
  display: flex;
}
.mbox2Num li {
  padding: 5px 0vw;
  vertical-align: top;
  font-size: 12px;
  text-align: center;
  min-width: 124px;
}
.mbox2Num li p {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.mbox2NumSp {
  font-family: SourceHanSansCN-Regular;
  font-size: 41px;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.mbox2Bot {
  position: relative;
  margin: 0 -2px;
  padding: 25px 35px 20px;
  background: #FFF;
  display: flex;
  background: #ffc300;
}
.mbox2Bot li {
  padding: 2px;
  width: 19%;
  vertical-align: top;
  text-align: center;
  /* opacity: 0; */
  transition: all 1.5s ease 0s;
  transform: translateX(-40px);
}
.mbox2Bot li.active {
  transform: translateX(0);
}
.mbox2Bot li a {
  display: block;
}
.mbox2Img {
  margin-bottom: 0;
}
.mbox2Img img {
  margin: 0 auto;
}
.mbox2BotH3 {
  color: #fff;
  font-size: 15px;
  line-height: 34px;
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.mbox2Bot li a:hover .mbox2Img img {
  animation: swing 1s infinite linear;
}
/* ç¬¬ä¸‰å± */
.mbox3Bg {
  background: url(https://fja-gw-xn.obs.cn-southwest-2.myhuaweicloud.com/news_bg.png) no-repeat;
  background-size: 100% 100%;
}
.mbox3 {
  margin: 0 auto;
  width: 78vw;
  padding: 0.8vw 0 0;
  display: flex;
}
.mbox3Lef {
  width: 37%;
  text-align: left;
  margin-left: 7%;
  float: left;
}
.mbox3Tit {
  margin-bottom: 10vw;
  margin-left: 18px;
  max-width: 450px;
  color: #FFF;
}
.mbox3Tit .mbox3TitItem {
  display: none;
}
.mbox3Tit .mbox2TitCn,
.mbox3Tit .mbox2TitEn {
  color: #FFF;
  line-height: 130%;
}
.mbox3Brief {
  overflow: hidden;
  margin: 5px 0 0;
  font-size: 0.8vw;
  line-height: 1.2vw;
  opacity: 0;
  transition: all 0.8s ease 0s;
  transform: translateX(-50px);
}
.mbox3Brief P {
  height: 180px;
}
.active .mbox3Brief {
  opacity: 1;
  transition-delay: 0.7s;
  transform: translateX(0);
}
.mbox3LefCon {
  position: relative;
}
.mbox3LefItem li {
  position: relative;
  /* padding-bottom: 30px; */
  opacity: 0;
  transition: all 0.8s ease 0s;
  transform: translateY(20px);
}
.mbox3LefItem li:after {
  position: absolute;
  bottom: 0;
  left: 19px;
  display: block;
  width: 1px;
  height: 75px;
  background: #fff;
  content: "";
}
.mbox3LefItem li:last-child:after {
  height: 60px;
  /* bottom: 20px; */
}
.mbox3LefItem li a {
  display: block;
  height: 100%;
}
.mbox3Ico,
.mbox3Line,
.mbox3Name {
  display: inline-block;
  color: #fefefe;
  vertical-align: top;
  font-size: 12px;
  font-family: Arial;
  line-height: 20px;
  transition: all 0.6s ease 0s;
}
.mbox3Line {
  margin: 22px 20px 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  background: #fff;
  font-size: 0;
  position: absolute;
  left: 0;
}
.mbox3H3 {
  /* margin-bottom: 5px; */
  font-size: 0.82vw;
  padding-top: 14px;
}
.mbox3LefItem li.active a .mbox3Line {
  width: 45px;
  transition: all 0.6s ease 0s;
}
.mbox3LefItem li a:hover .mbox3Name,
.mbox3LefItem li.active a .mbox3Name {
  color: #ffc300;
}
.mbox3Rig {
  position: relative;
  float: right;
  width: 55%;
  min-height: 211px;
  transition: all 0.6s ease 0s;
  transform: translateX(50%);
}
.box3RigImg img {
  float: right;
  max-width: 80%;
}
.box3RigImgItem {
  display: none;
}
.box3RigImgItem.active {
  display: block;
}
.box3RigText {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 20px 35px;
  padding-top: 30px;
  width: 94%;
  background: rgba(0, 0, 0, 0.9);
}
.swiper-container.swiper-team-name {
  position: absolute;
  top: -32px;
  width: 90%;
  line-height: 65px;
  height: 65px;
  overflow: hidden;
}
.box3RigText .swiper-slide {
  text-align: left;
}
.mbox3H4 {
  color: #333;
  font-size: 2.4vw;
  line-height: 120%;
  font-family: SourceHanSansCN-Medium;
  font-weight: normal;
  font-stretch: normal;
  line-height: 65px;
  letter-spacing: 0px;
  color: #ffc300;
}
.mbox3Con {
  overflow: hidden;
  margin: 15px 0 0;
  color: #fff;
  font-size: 0.8vw;
  line-height: 24px;
}
.mbox3Con p span {
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.mbox3Btn {
  color: #ffc300;
  vertical-align: top;
  font-size: 24px;
  text-align: right;
}
.mbox3Btn span {
  padding: 0 10px;
  cursor: pointer;
}
.mbox3Pause img {
  margin-top: -4px;
}
.active .mbox3LefItem li {
  opacity: 1;
  transform: translateY(0);
  padding-left: 88px;
}
.active .mbox3Rig {
  transition: all 0.8s ease 0.3s;
  transform: translateX(0);
}
/* ç¬¬å››å± */
.mbox7Bg {
  background: url(https://fja-gw-xn.obs.cn-southwest-2.myhuaweicloud.com/Bidcode_05.png);
  background-size: 100% 100%;
}
.mbox7List {
  overflow: hidden;
  margin: 45px auto;
  width: 78vw;
}
.mbox7List li {
  position: relative;
  float: left;
  width: 50%;
  opacity: 0;
  transition: all 0.6s ease 0s;
  transform: translate(-50%, 50%);
}
.mbox7List li:nth-child(2n) {
  transform: translate(50%, -50%);
}
.mbox7List li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 50%;
  height: 100%;
  height: 11.55vw;
  background: #FFF;
  transition: all 0.5s linear 0s;
}
.mbox7Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.mbox7Img img {
  width: 100%;
}
.mbox7Text {
  color: #888;
  font-size: 0.8vw;
  line-height: 22px;
  padding: 1.5vw 2vw;
}
.mbox7Name {
  overflow: hidden;
  height: 2.4vw;
  color: #333;
  text-align: left;
  font-size: 1vw;
  line-height: 1.2vw;
  transition: all 0.5s linear 0s;
  margin-bottom: 0.5vw;
}
.mbox7Time {
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.mbox7Time span {
  color: #777;
  text-align: left;
  font-size: 12px;
  transition: all 0.5s linear 0s;
}
.mbox7Time em {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #c80502;
}
.mbox7Brief {
  overflow: hidden;
  /* height: 44px; */
  color: #888;
  text-align: left;
  transition: all 0.5s linear 0s;
}
.mbox7List li a:hover {
  background: #ffc300;
  color: #FFF;
}
.mbox7List li a:hover .mbox7Brief,
.mbox7List li a:hover .mbox7Name,
.mbox7List li a:hover span,
.mbox7List li a:hover em {
  color: #FFF;
}
.mbox7List li a:hover .mbox7Ico {
  background: #FFF;
}
.mbox7List li:nth-child(3) a,
.mbox7List li:nth-child(4) a {
  padding-right: 50%;
  padding-left: 0;
}
.mbox7List li:nth-child(3) .mbox7Img,
.mbox7List li:nth-child(4) .mbox7Img {
  right: 0;
  left: auto;
}
.mbox7More {
  margin: 0 auto;
  width: 210px;
  height: 50px;
  border-color: #d2d2d2;
  color: #333;
  font-size: 16px;
  line-height: 48px;
}
.mbox7More .mbox4MoreIco:after,
.mbox7More .mbox4MoreIco:before {
  background: #ffc300;
}
.active .mbox7List li {
  opacity: 1;
  transition: all 0.8s ease 0.3s;
  transform: translate(0, 0) !important;
}
/****** ç¬¬äº”å±-è”ç³»æˆ‘ä»¬ S******/
.contact {
  position: relative;
}
.contact .contact-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 30vh;
  background: url(https://fja-gw-xn.obs.cn-southwest-2.myhuaweicloud.com/contact_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact-box .contact-l {
  transition: all 1s ease 0s;
  transform: rotateY(-80deg);
  transform-origin: right center;
  transform-style: preserve-3d;
}
.contact .contact-box .contact-l.active {
  transform: rotateY(0deg);
}
.contact .contact-box .contact-l img {
  width: 16vw;
}
.contact .contact-box .contact-r {
  position: relative;
  margin-left: -1.1vw;
}
.contact .contact-box .contact-r img {
  width: 35vw;
}
.contact .contact-box .contact-r-boc {
  position: absolute;
  top: 4.75vw;
  left: 8.5vw;
  font-size: 14px;
  text-align: left;
}
.contact .contact-box .contact-r-boc h4 {
  font-size: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 5px;
}
.contact .contact-box .contact-r-boc span {
  font-size: 12px;
  color: #666666;
  display: block;
}
.contact .contact-box .contact-r-boc p {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.footer-wrap {
  width: 100%;
  height: 32vh;
  background-color: #232323;
  bottom: 0;
  position: absolute;
}
.footer-wrap .footer-box .footer-boc {
  display: flex;
  height: 24vh;
  justify-content: center;
  padding-top: 2vh;
}
.footer-wrap .footer-box .footer-boc .footer-logo {
  margin-right: 5vw;
}
.footer-wrap .footer-box .footer-boc .footer-menu {
  text-align: left;
  margin-right: 5vw;
}
.footer-wrap .footer-box .footer-boc .footer-menu li {
  margin-bottom: 0.5vh;
}
.footer-wrap .footer-box .footer-boc .footer-menu h5 {
  margin-bottom: 0.5vh;
}
.footer-wrap .footer-box .footer-boc .footer-menu h5 a {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer-wrap .footer-box .footer-boc .footer-menu .navigation a:hover {
  color: #F8B62B;
}
.footer-wrap .footer-box .footer-boc .footer-menu a {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer-wrap .footer-box .footer-boc .footer-wechat {
  display: flex;
  align-items: center;
}
.footer-wrap .footer-box .footer-boc .footer-wechat img {
  margin-right: 20px;
  width: 98px;
}
.footer-wrap .footer-box .footer-boc .footer-wechat h6 {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
}
.footer-wrap .footer-box .footer-boc .footer-wechat span {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer-copyright {
  line-height: 6vh;
  height: 6vh;
  text-align: center;
  border-top: solid 1px #999;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
/*# sourceMappingURL=./pc-index.css.map */