.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  display: none;
}
.el-dropdown-menu__item {
  text-align: center;
}
.el-dropdown-menu__item a {
  color: #000;
}
body {
  padding-right: 0 !important;
}
.el-loading-spinner .el-loading-text {
  font-size: 30px;
}
.el-message-box__btns {
  display: flex;
  flex-direction: row-reverse;
}
.el-message-box__btns button {
  margin-left: 10px;
}
.shareBox > div {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
}
.shareBox > div img {
  width: 30px;
  margin-right: 10px;
}
.shareBox > div .qr {
  width: 150px;
}
.shareBox .weixin {
  position: relative;
}
.shareBox .weixin .qrBox {
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -160px;
  left: -200px;
  width: 200px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  padding-bottom: 10px;
  display: none;
}
.shareBox .weixin .qrBox h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #777;
}
.shareBox .weixin .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.shareBox .weixin:hover .qrBox {
  display: block;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .viewableAreaBox {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#app .fixedBox {
  width: 144px;
  background-color: #363533;
  box-sizing: border-box;
  position: fixed;
  right: -146px;
  top: 30%;
  transition: all 0.5s;
  z-index: 9999999;
  border: 4px solid #ffd7a1;
  border-radius: 20px;
}
#app .fixedBox .fixed {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .fixedBox .fixed > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  position: relative;
}
#app .fixedBox .fixed > ul li {
  width: 112px;
  height: 30px;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  background-color: #fdd8a4;
  border-radius: 8px;
  transition: all 0.5s;
}
#app .fixedBox .fixed > ul li a {
  color: #000;
}
#app .fixedBox .fixed > ul li:hover {
  background-image: linear-gradient(to right, #ffb14c, #ff8500);
}
#app .fixedBox .fixed > ul .top {
  width: 93px;
  height: 22px;
  box-sizing: border-box;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  color: #601806;
  margin-bottom: 0;
  margin-top: 15px;
  background: url('../images/topBg.png') no-repeat center;
}
#app .isFixedBar {
  right: 20px;
  opacity: 1;
}
#app .hide0 {
  opacity: 1;
}
#app .header {
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#app .header .viewableAreaBox {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  color: #ffe3be;
}
#app .header ul li .btn {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(180deg, #f47005 0%, #ffa453 99%);
  background-image: -webkit-linear-gradient(180deg, #f47005 0%, #ffa453 99%);
  background-image: -ms-linear-gradient(180deg, #f47005 0%, #ffa453 99%);
}
#app .header ul .bar {
  width: 120px;
  height: 100%;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}
#app .header ul .bar span {
  display: inline-block;
  position: relative;
}
#app .header ul .bar span a {
  color: #fff;
}
#app .header ul .bar span::after {
  content: '';
  width: 0%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-radius: 50px;
  transform: translateX(-50%);
  transition: all 0.5s;
}
#app .header ul .bar:hover span::after {
  width: 100%;
}
#app .banner {
  width: 100%;
  height: 678px;
  box-sizing: border-box;
  background: url('../images/banner.png') no-repeat center top;
  background-size: cover;
  position: relative;
}
#app .banner .viewableAreaBox {
  height: 100%;
  position: relative;
}
#app .banner .viewableAreaBox img {
  mix-blend-mode: lighten;
}
#app .banner .viewableAreaBox .imgJ {
  position: absolute;
  top: 65px;
  right: -120px;
}
#app .banner .viewableAreaBox .imgJ img {
  mix-blend-mode: unset;
}
#app .infoBox {
  width: 100%;
  box-sizing: border-box;
  background: #1e0539;
}
#app .infoBox .guize {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 78px;
  background: url('../images/BG/toupiaoBG.jpg') no-repeat center / cover;
}
#app .infoBox .guize .viewableAreaBox .tongqi {
  width: 100%;
  text-align: center;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo {
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  margin-top: 76px;
  padding: 0;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList {
  display: flex;
  height: 430px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-evenly;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left {
  width: 490px;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .titleBox {
  width: 100%;
  height: 67px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-left: 28px;
  position: relative;
  background-image: -moz-linear-gradient(-179deg, #f5b356 1%, #c3862f 100%);
  background-image: -webkit-linear-gradient(-179deg, #f5b356 1%, #c3862f 100%);
  background-image: -ms-linear-gradient(-179deg, #f5b356 1%, #c3862f 100%);
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .titleBox::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  top: 6px;
  right: 10px;
  border-radius: 30px;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .titleBox b {
  font-size: 23px;
  color: #000;
  margin-right: 10px;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .titleBox i {
  font-size: 15px;
  color: #000;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .descBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px;
  position: relative;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .descBox p {
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .descBox img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .right {
  width: 640px;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 90px 43px;
  padding-bottom: 0;
  position: relative;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .right p {
  text-align: justify;
  margin-bottom: 45px;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .right p b {
  color: #000;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .right img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#app .infoBox .guize .viewableAreaBox .tag {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  font-size: 16px;
  color: #e8c7aa;
  margin-top: 20px;
}
#app .infoBox .toupiaoBox {
  width: 100%;
}
#app .infoBox .toupiaoBox > .viewableAreaBox {
  width: 100%;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList {
  width: 100%;
  box-sizing: border-box;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl {
  position: relative;
  padding-bottom: 25px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .titImg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
  position: relative;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .titImg .smallTitle {
  position: absolute;
  bottom: -30px;
  left: 0;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #ffd383;
  border-bottom: 2px solid #ffd383;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li {
  height: 54px;
  box-sizing: border-box;
  background-color: transparent;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #ffd383;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li div {
  width: 270px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffd383;
  border-top: none;
  border-bottom: none;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul .tab_active {
  color: #1e0534;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul .tab_active div {
  background-color: #ffd383;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .moreBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .moreBox .iconBox {
  padding-right: 10px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .moreBox .text {
  font-size: 16px;
  background-color: #b4771f;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox {
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
  margin-bottom: 25px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 206px);
  grid-column-gap: 42px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .imgBox {
  width: 100%;
  height: 154px;
  padding: 0 10px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .imgBox img {
  max-width: 100%;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .companyName {
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
  font-size: 14px;
  min-height: 40px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .numberBtn {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .numberBtn ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .numberBtn ul li {
  width: 50%;
  height: 100%;
  font-size: 14px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .numberBtn ul .num {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0 10px;
  text-align: center;
  background-color: #b4771f;
  color: #fefefe;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .numberBtn ul .btn {
  color: #170636;
  cursor: pointer;
  display: flex;
  height: 100%;
  font-size: 18px;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl .piaoUlactive {
  opacity: 1;
  height: auto;
  overflow: unset;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl0 {
  background: url('../images/BG/jishuBG.jpg') no-repeat center / cover;
  padding-top: 35px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl1 {
  background: url('../images/BG/jishuBG2.jpg') no-repeat center / cover;
  padding-top: 35px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl2 {
  background: url('../images/BG/yingyong.jpg') no-repeat center / cover;
  padding-top: 35px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl3 {
  background: url('../images/BG/renwu.jpg') no-repeat center / cover;
  padding-top: 35px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl4 {
  background: url('../images/BG/qiye.jpg') no-repeat center / cover;
  padding-top: 35px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 {
  background: url('../images/BG/pingwei.jpg') no-repeat center / cover;
  padding-top: 35px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(5, 150px);
  grid-column-gap: 105px;
  grid-row-gap: 30px;
  margin-top: 70px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li {
  width: 100%;
  box-sizing: border-box;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .imgBox {
  width: 155px;
  height: 155px;
  margin: auto;
  box-sizing: border-box;
  padding: 5px;
  background: url('../images/txBG.png') no-repeat center / cover;
  position: relative;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .imgBox > img {
  border-radius: 200px;
  background-image: linear-gradient(to top, #16121b, #9c6e33);
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .imgBox::after {
  content: '';
  width: 92%;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .imgBox img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .imgBox .quan {
  width: 115%;
  height: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .name {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .job {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#app .infoBox .toupiaoBox > .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li:hover .quan {
  animation: rotate 2s linear infinite;
}
#app .infoBox .aboutUS {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
  padding-top: 35px;
  background: url('../images/BG/lianxi.jpg') no-repeat center / cover;
}
#app .infoBox .aboutUS .viewableAreaBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
#app .infoBox .aboutUS .viewableAreaBox .titleBox {
  margin-bottom: 50px;
}
#app .infoBox .aboutUS .viewableAreaBox .titleBox div:first-child {
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
#app .infoBox .aboutUS .viewableAreaBox .titleBox div:last-child {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul {
  width: 250px;
  box-sizing: border-box;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li {
  margin-bottom: 30px;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li div {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li div svg {
  margin-right: 10px;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li .name {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 3px 10px;
  background-image: linear-gradient(to right, #b3771f, transparent);
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
