.header {
  font-family: PingFangSC-Regular, PingFang SC;
  font-size:16px;
}
.show_banner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: -1px;
}
.pos_banner {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  margin: auto;
}
.header-flex {
  width: 80%;
  margin: 0 auto;
  color: white;
  display: flex;
  height: 80px;
  font-size: 18px;
}
.header-menu {
  width: 65%;
  margin: 0 auto;
  color: white;
  display: flex;
  justify-content: space-between;
}
.header-menu .logo {
  display: flex;
  align-items: center;
  flex: 1;
}
.header-menu .logo .logo-img {
  width: 140px;
  cursor: pointer;
}
.header-menu .logo /deep/ .menu .el-menu > li {
  font-size: 18px !important;
}
.header-menu .logo /deep/ .menu .el-menu > li .el-sub-menu__title {
  font-size: 18px !important;
}
.header-menu .logo .name::before {
  content: "|";
  width: 1px;
  height: 20px;
  position: relative;
  margin: 0 17px;
  top: -2px;
  left: 0;
}
.header-menu .menu {
  width: 65%;
}
.header-menu .menu /deep/ .el-menu {
  background: no-repeat;
}
.tel-num {
  display: flex;
  width: 43%;
  align-items: center;
  justify-content: flex-end;
}
.tel-num .reg-login a {
  width: 88px;
  display: inline-block;
}
.tel-num .tel {
  position: relative;
  top: -7px;
}
.tel-num .tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 10px;
  left: 0;
  background: url("./../assets/site/clophone.png") no-repeat;
  background-size: 90% auto;
  margin-right: 4px;
}
.tel-num .flex {
  display: flex;
}
.tel-num .register {
  width: 88px;
  background: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #e62229;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  margin: 0 8px 0 15px;
}
.tel-num .login {
  width: 88px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.head-phone {
  position: absolute;
  top: 170px;
  right: 0;
  width: 38%;
}
.menu /deep/ .el-menu--horizontal > .el-menu-item {
  color: white;
}
.menu /deep/ .el-menu--horizontal {
  border: none;
}
.menu /deep/ .el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 2px solid #ffd500;
  color: #ffd500 !important;
  background: none;
  padding: 0;
  margin: 0 20px;
}
.menu /deep/ .el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover {
  color: #ffd500 !important;
  border-bottom: 2px solid #ffd500;
  background: none;
  padding: 0;
}
.menu /deep/ .el-sub-menu is-opened {
  color: red;
}
.menu /deep/ .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  background: none;
}
 /deep/ .el-menu--horizontal > .el-sub-menu .el-sub-menu__title {
  color: white;
}
 /deep/ .el-menu--horizontal > .el-sub-menu.is-active .el-sub-menu__title {
  color: #ffd500 !important;
  border-bottom: 2px solid #ffd500;
  padding: 0;
}
 /deep/ .el-sub-menu__title {
  padding: 0;
  margin: 0 20px;
}
@media screen and (max-width: 1300px) {
  .header-flex {
    width: 90%;
    min-width: 900px;
  }
}
@media screen and (max-width: 1000px) {
  .show_banner {
    min-height: 450px;
  }
}
.menu .header_list {
  display: flex;
  align-items: center;
  justify-content: left;
}
.menu .header_list li {
  text-align: center;
  padding: 0 10px;
  height: 50px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  cursor: pointer;
  margin: 0 25px;
  position: relative;
}
.menu .header_list li a {
  color: #fff;
  text-decoration: none;
}
.menu .header_list li:hover {
  border-bottom: 2px solid #ffd300;
  color: #ffd300;
}
.menu .header_list li:hover a {
  color: #ffd300;
}
.header_lists {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: left;
  z-index: 99;
}
.head-li {
  position: relative;
  height: 90px;
  line-height: 90px;
}
.head-li i {
  font-size: 16px;
}
.head-li .down {
  padding-left: 8px;
  width: 19px;
  position: relative;
  top: 4px;
}
.head-li:hover .down {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
  left: 10px;
}
.head-li .type {
  background: #fff;
  color: #000;
  position: absolute;
  width: 538px;
  padding: 0 0 10px 0px;
  top: 90px;
  display: none;
  left: 0;
}
.head-li .type .titles {
  line-height: 36px;
  font-size: 14px;
  border-bottom: 1px solid #d6d6d6;
  padding-left: 25px;
  font-weight: bold;
  line-height: 50px;
}
.type-ul {
  padding: 15px 0 0 24px;
  width: 100%;
}
.type-ul a {
  color: #000;
}
.type-ul-li {
  padding-right: 20px;
  display: flex;
  width: 249px;
  float: left;
  margin-bottom: 8px;
  height: 60px;
}
.type-ul-li .type-img {
  width: 45px;
}
.type-dis {
  margin-left: 13px;
  font-size: 14px;
  text-align: left;
  flex: 1;
}
.type-dis p {
  line-height: 26px;
}
.type-dis p:last-child {
  font-size: 13px;
}
.type-ul-li .type-img .img {
  width: 100%;
}
.header_lists:hover .type {
  display: block;
}
.header_lists .type .type-ul .type-ul-li:hover {
  color: #377cfd;
}

/* 頭部結束 */
/* banner */
.banner {
  width: 76%;
  margin: 0 auto;
  margin-top: 95px;
  font-family: PingFangSC-Semibold, PingFang SC;
  position: relative;
  z-index: 9;
}
.banner h1 {
  height: 90px;
  font-size: 52px;
  font-weight: 600;
  color: #ffffff;
  line-height: 90px;
}
.banner h3 {
  height: 90px;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 90px;
  padding: 0;
}
.banner .btn {
  font-weight: bold;
  width: 220px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.5);
  border-radius: 3px;
  color: #e62229;
}
.banner p {
  height: 50px;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
  padding: 30px 0 0 20%;
}
@media screen and (max-width: 1480px) {
  .banner {
    margin-top: 60px;
  }
  .banner h1 {
    height: 42px;
    line-height: 42px;
  }
  .banner h3 {
    line-height: 75px;
    height: 75px;
  }
  .banner p {
    padding-top: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .banner h1 {
    font-size: 38px;
    height: 42px;
    line-height: 42px;
  }
  .banner {
    margin-top: 20px;
  }
  .banner h3 {
    line-height: 50px;
    height: 50px;
    font-size: 28px;
  }
  .banner p {
    padding: 0px 0 0 10%;
    font-size: 24px;
  }
  .banner .btn {
    width: 180px;
  }
}
/* 侧边栏 */
.right-nav {
  width: 70px;
  height: 280px;
  position: fixed;
  right: 0;
  top: 40%;
  background-color: #fff;
  z-index: 4;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
}
.nav-item {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb6123;
  border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}
.nav-item:hover {
  background: #ff8f5d;
  cursor: pointer;
}
.nav-item img {
  height: 30px;
}
.tophone {
  position: relative;
}
.reddot {
  width: 8px;
  height: 8px;
  background: #ff0000;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  right: 13px;
}
.tophone:hover .tophonebox {
  display: block;
}
.tophonebox p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.tophonebox p:nth-child(1) {
  margin: 12px 0 6px 0;
}
.tophonebox {
  padding: 10px 11px 0 11px;
  width: 168px;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  left: -191px;
  top: 0;
  overflow: hidden;
  display: none;
  box-shadow: 0px 4px 6px 0px rgb(75,75,75 ,.15);
}
.phoneImgbox {
  width: 12px;
  height: 12px;
  background: #eb6123;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.phoneImgbox > img {
  height: 10px;
}
.phone-top {
  display: flex;
  align-items: center;
  justify-content: left;
}
.timeBox {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 17px;
}
.phonenumberTxt {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  margin: 6px 0 0 14px;
}
.custerSline {
  border: 1px dashed #eb6123;
  margin: 7px 0;
}
.custerSinfo {
  padding: 3px;
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 14px;
}
.tovx {
  position: relative;
}
.tovx:hover .vxbox {
  display: block;
}
.vxbox {
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  display: none;
  left: -140px;
  top: 0;
  box-shadow: 0px 4px 6px 0px rgb(75, 75,75, .15);
}
.vxbox img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  margin-top: 7px;
}
.vxbox p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  text-align: center;
}
.qqa {
  display: block;
}
.toqq {
  position: relative;
}
.toqq:hover .qqbox {
  display: block;
}
.qqbox {
  width: 140px;
  height: 70px;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  left: -159px;
  top: 0;
  padding-left: 19px;
  display: none;
  box-shadow: 0px 4px 6px 0px rgb(75,75,75, .15);
}
.qqbox p:nth-child(1) {
  margin: 12px 0 6px 0;
}
.qqbox p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
/* 特色功能 */
.m-title {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4b4b4b;
  line-height: 50px;
  text-align: center;
}
.modules3 {
  max-width: 1325px;
  margin: 101px auto 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.modules3 .modules3-item {
  width: 416px;
  height: 329px;
  margin: 24px 24px 0 0;
  padding: 45px 64px 0px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(255, 0, 0, 0.09);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000b33;
  font-size: 18px;
}
.modules3 .modules3-item .img {
  display: inline-block;
  width: 80px;
  text-align: center;
}
.modules3 .modules3-item .title {
  margin: 33px 0 15px;
  font-weight: 600;
}
.modules3 .modules3-item .discription {
  line-height: 26px;
  font-size: 14px;
}
.modules3 .modules3-item.active {
  background: rgba(253, 220, 228, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(255, 0, 0, 0.2);
}
/* 各种节假 */
.bg {
  background: rgba(253, 76, 92, 0.03);
}
.m-title {
  padding-top: 77px;
  text-align: center;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4b4b4b;
  line-height: 50px;
}
.modules4 {
  max-width: 1480px;
  margin: auto;
  margin-top: 80px;
  padding-bottom: 170px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.modules4 .modules4-item {
  width: 350px;
  margin-right: 26px;
  margin-top: 25px;
  padding: 20px 17px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #000b33;
  font-size: 18px;
}
.modules4 .modules4-item .img {
  display: block;
  width: 100%;
}
.modules4 .modules4-item .area {
  padding: 0 21px;
}
.modules4 .modules4-item .title {
  margin: 30px 0 15px;
  font-weight: 600;
}
.modules4 .modules4-item .discription {
  line-height: 26px;
  font-size: 14px;
}
.modules4 .modules4-item:last-child {
  margin-right: 0px;
}
.modules4 .modules4-item.active {
  background: rgba(253, 220, 228, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(255, 0, 0, 0.2);
}
@media screen and (max-width: 1480px) {
  .modules4 .modules4-item {
    width: 22%;
  }
}
/* 类型轮播 */
.prev_right,
.prev_left {
  width: 80px;
  height: 80px;
}
.swiper-button-next {
  width: 110px;
  height: 110px;
  border-radius: 2px;
  right: 0;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev {
  width: 110px;
  height: 110px;
  border-radius: 2px;
  left: 0;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery_topimg_name {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.gallery_topimg_box {
  position: relative;
  background: #000;
  opacity: 0.8;
}
.gallery_topimg1 {
  width: 100%;
  height: 100%;
}
.gallery_topimg {
  width: 170px;
  height: 100px;
  opacity: 0.6;
  filter: alpha(opacity=80);
}
.bannerBox .gallery_top {
  width: 716px;
  height: 400px;
  border-radius: 8px;
  position: relative;
}
.bannerBox .gallery_thumbs {
  width: 1056px;
  height: 255px;
}
.bannerBox .gallery_thumbs .box .box-item {
  width: 328px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  text-align: center;
  color: #eb6123;
  font-size: 14px;
  box-shadow: -1px 13px 20px 0px #f0f2f4;
  border-radius: 5px;
  line-height: 20px;
}
.bannerBox .gallery_thumbs .box .box-item .box-title {
  margin-top: 36px;
}
.bannerBox .gallery_thumbs .box .box-item .box-title.current {
  color: #fff;
}
.bannerBox .gallery_thumbs .box .box-item .pic-span {
  width: 80px;
  height: 80px;
  background: #eb6123;
  border-radius: 50%;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerBox .gallery_thumbs .box .box-item .pic-span .img {
  width: 100%;
}
.bannerBox .gallery_thumbs .box .box-item .dis {
  margin-top: 18px;
  color: #000;
  padding: 0 38px;
}
.bannerBox .gallery_thumbs .box .box-item .dis.current {
  color: #fff;
}
.bannerBox .gallery_thumbs .box .box-item.current {
  background: #eb6123;
  box-shadow: 0px 4px 30px 0px rgba(255, 0, 0, 0.2);
}
.bannerBox .swiper-slide-thumb-active .gallery_topimg_box .gallery_topimg {
  opacity: 1;
}
.bannerBox .swiper-slide-thumb-active .gallery_topimg_box {
  background: #fff;
  opacity: 1;
}
.bannerBox {
  margin-bottom: 30px;
}
.m-title {
  margin-top: 100px;
  text-align: center;
  height: 50px;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4b4b4b;
  line-height: 50px;
  margin-bottom: 80px;
}
.swiper-box {
  position: relative;
  width: 80%;
  margin: auto;
}
/* 其他 */
.bg {
  background: rgba(253, 76, 92, 0.03);
  padding-bottom: 124px;
}
.m-title {
  text-align: center;
  padding: 190px 0 46px;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4b4b4b;
  line-height: 50px;
  margin-top: 1rem;
}
.outher {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.outher .outher-item {
  width: 440px;
  margin-right: 32px;
  margin-top: 20px;
  padding: 50px 42px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  color: #000b33;
  font-size: 18px;
}
.outher .outher-item .item-icon {
  display: flex;
  align-items: center;
}
.outher .outher-item .img {
  display: inline-block;
  width: 60px;
}
.outher .outher-item .area {
  padding-left: 40px;
}
.outher .outher-item .title {
  margin: 0px 0 10px;
  font-weight: 600;
}
.outher .outher-item .discription {
  line-height: 26px;
  font-size: 14px;
}
@media screen and (max-width: 1480px) {
  .outher {
    width: 100%;
    justify-content: space-between;
  }
  .outher .scal {
    width: 32%;
  }
  .outher .scal .outher-item {
    width: auto;
    margin-right: 0;
    min-height: 206px;
  }
}
/* 听说 */
.web_discription {
  display: flex;
  justify-content: space-around;
}
.flex {
  display: flex;
  flex-direction: row;
}
.flex .web_pic {
  flex: 1;
}
.flex .web_pic .img {
  width: 100%;
}
.flex .web_dis {
  margin-top: 150px;
  width: 40%;
  height: 434px;
  background: rgba(254, 185, 102, 0.23);
  border-radius: 10px;
  padding: 48px 225px 66px 61px;
  margin-left: 75px;
  position: relative;
}
.flex .web_dis p {
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
}
.flex .web_dis .img {
  position: absolute;
  top: -38px;
  right: -28px;
}
.evaluation {
  margin: 0 0 100px 183px;
  position: relative;
}
.evaluation .evaluation-title {
  width: 450px;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 45px;
}
.evaluation .evaluation-title::before {
  content: "";
  width: 170px;
  height: 115px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("./../assets/site/combined.png") no-repeat;
  background-size: auto 100%;
}
body {
  min-width: 1200px;
  overflow-x: auto;
  font-size:16px;
}

/* 听说轮播 */
.swiperBox {
  height: 324px;
  width: 80%;
  margin: auto;
  position: relative;
}
.swiperBox .imgLeft {
  left: 0;
  top: 40%;
}
.swiperBox .imgLeft,
.swiperBox .imgRight {
  width: 79px;
  position: absolute;
  cursor: pointer;
  z-index: 8;
}
.swiperBox .imgRight {
  right: 0;
  top: 40%;
}
.swiperBox .directionIcon:hover {
  opacity: 1;
}
.swiperBox #swiper {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.swiperBox #swiper .imgBox {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
}
.swiperBox #swiper .imgBox .imgDiv {
  width: 100%;
  margin-left: 15px;
}
.rolling-ul {
  display: flex;
  margin: auto;
  width: 100%;
  position: relative;
  height: 325px;
}
.rolling-ul .rolling-ul-li {
  width: 380px;
  height: 300px;
  background: #ffffff;
  box-shadow: -1px 13px 20px 0px #f0f2f4;
  border-radius: 5px;
  padding: 50px 50px 0;
  display: flex;
  flex-direction: column;
}
.rolling-ul .rolling-ul-li .use_name {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.rolling-ul .rolling-ul-li .use_name .img {
  width: 79px;
  border-radius: 50%;
}
.rolling-ul .rolling-ul-li .use_name .name {
  display: flex;
  flex-direction: column;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #000000;
  margin-left: 25px;
  line-height: 26px;
  font-size: 14px;
}
.rolling-ul .rolling-ul-li .use_name .name .company {
  font-size: 18px;
  font-weight: 400;
  color: #eb6123;
  margin-bottom: 10px;
}
.rolling-ul .rolling-ul-li .discription {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #324148;
  line-height: 32px;
}
.arrow {
  width: 446px;
  height: 324px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow .img {
  width: 70px;
}
.arrow-left {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-mask-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 20%, #000000 50%);
  background: #fff;
}
.arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 20%, #000000 85%);
  background: #fff;
}
.mask-left {
  width: 200px;
  height: 260px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-mask-image: -webkit-linear-gradient(right, rgba(232, 30, 30, 0) -5%, #080707 75%);
  background: #fff;
}
.mask-right {
  width: 200px;
  height: 260px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 5%, #000000 60%);
  background: #fff;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
.swiper-button-prev {
  background-image: url("./../assets/site/cur_arrow-left.png");
  background-size: 100% auto;
}
.swiper-button-next {
  background-image: url("./../assets/site/cur_arrow-right.png");
  background-size: 100% auto;
}
.swiper-button-next,
.swiper-button-prev {
  width: 90px;
  height: 90px;
  top: 40%;
}
/* footer */
.footer {
  color: white;
  position: relative;
}
.footer .footer_img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .footer_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
.footer .content .content_title {
  font-size: 40px;
  line-height: 56px;
}
.footer .content .btn {
  margin-top: 46px;
}
.footer .content .btn /deep/ .large {
  width: 500px;
  color: #eb6123;
}
.footer .content .qrcode {
  display: flex;
  width: 246px;
  margin: 50px auto 20px;
  justify-content: space-between;
  font-size: 14px;
}
.footer .content .qrcode .code {
  display: flex;
  flex-direction: column;
}
.footer .content .qrcode .code .img {
  width: 110px;
}
.footer .content .qrcode .code .name {
  margin-top: 8px;
}
.footer .content .introduction {
  font-size: 20px;
  line-height: 28px;
  margin-top: 47px;
}
.footer .footer_bar {
  font-size: 14px;
  text-align: center;
  height: 66px;
  line-height: 66px;
  background: rgba(255, 255, 255, 0.38);
}
@media screen and (max-width: 1560px) {
  .footer .footer_img {
    min-height: 650px;
  }
  .footer_inner .content .introduction {
    margin-top: 15px;
  }
  .footer_inner .content .btn {
    margin-top: 15px;
  }
  .footer_inner .content .qrcode {
    margin-top: 25px;
  }
}



