.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 18px;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: block;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  padding: 14px 0;
  transition: color 0.2s;
}
#app .right_gg .right_gg-item:first-child {
  padding-top: 0;
}
#app .right_gg .right_gg-item:first-child::before {
  top: 8px;
}
#app .right_gg .right_gg-item:last-child {
  padding-bottom: 0;
}
#app .right_gg .right_gg-item::before {
  position: absolute;
  left: -22px;
  top: 22px;
  width: 8px;
  height: 8px;
  background: #a1a9b2;
  border-radius: 8px;
  content: '';
}
#app .right_gg .right_gg-item.no-icon {
  padding: 0;
}
#app .right_gg .right_gg-item.no-icon::before {
  display: none;
}
#app .right_gg .right_gg-item.no-icon:hover {
  color: #000;
}
#app .right_gg .right_gg-item:hover {
  color: #3659fe;
}
#app .right_gg .right_gg-item:hover::before {
  background: #3659fe;
}
#app .right_gg::before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 1px;
  height: calc(100% - 24px);
  background: #a1a9b2;
  content: '';
}
#app .header {
  width: 100%;
  height: 65px;
  background-color: #0719bf;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#app .header .centerBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: transparent;
  transition: background 0.2s;
}
#app .header ul li:hover {
  background: rgba(255, 255, 255, 0.15);
}
#app .header ul .btn {
  padding: 0;
  background: #c01f2f;
}
#app .header ul .btn:hover {
  background: #c01f2f;
}
#app .header ul .btn a {
  display: block;
  height: 100%;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  line-height: 65px;
  cursor: pointer;
  background: transparent;
  transition: background 0.2s;
}
#app .header ul .btn a span {
  font-size: 18px;
  vertical-align: middle;
}
#app .header ul .btn a:hover {
  background: rgba(255, 255, 255, 0.1);
}
#app .banner {
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  background: url('../images/banner.png') no-repeat center;
}
#app .titleCC {
  font-size: 0;
  text-align: center;
}
#app .jianjie {
  box-sizing: border-box;
  height: 761px;
  padding-top: 62px;
  background: url('../images/bg/1.png') no-repeat center top;
}
#app .jianjie .content {
  margin-top: 45px;
}
#app .jianjie .content .text-wrap,
#app .jianjie .content .jianjie-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .jianjie .content .text {
  width: 685px;
}
#app .jianjie .content .text p {
  font-size: 16px;
  color: #000;
  line-height: 1.6em;
  text-indent: 2em;
  margin-top: 10px;
}
#app .jianjie .content .text p span {
  color: #0719bf;
}
#app .jianjie .content .text p:first-child {
  margin-top: 0;
}
#app .jianjie .content .jianjie-swiper {
  position: relative;
  width: 491px;
  height: 327px;
}
#app .jianjie .content .jianjie-swiper .swiper-slide {
  width: 491px;
  height: 327px;
}
#app .jianjie .content .jianjie-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#app .jianjie .content .jianjie-swiper .swiper-pagination {
  bottom: -20px;
  text-align: right;
}
#app .jianjie .content .jianjie-data {
  margin-top: 60px;
}
#app .jianjie .content .jianjie-data li {
  text-align: center;
}
#app .jianjie .content .jianjie-data li p {
  font-size: 24px;
  color: #373737;
}
#app .jianjie .content .jianjie-data li p:first-child {
  color: #2385ff;
  margin-bottom: 15px;
}
#app .jianjie .content .jianjie-data li p:first-child span {
  font-size: 70px;
  font-weight: 500;
  line-height: 1em;
  vertical-align: middle;
}
#app .light {
  box-sizing: border-box;
  height: 669px;
  padding-top: 50px;
  background: url('../images/bg/light.png') no-repeat center top;
}
#app .light .content {
  position: relative;
}
#app .light .content li {
  position: absolute;
}
#app .light .content li p {
  position: absolute;
  width: 110px;
  font-size: 18px;
  color: #0719bf;
  font-weight: bold;
  cursor: pointer;
}
#app .light .content li i {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px dashed #0719bf;
  border-radius: 42px;
  cursor: pointer;
}
#app .light .content li i::after {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #0719bf;
  content: '';
}
#app .light .content li .light-item {
  display: none;
  position: absolute;
  z-index: 2;
  width: 605px;
  height: 375px;
  background: #fff;
  border-radius: 10px;
  box-shadow: #64befa 0px 5px 15px 0px;
}
#app .light .content li .light-item h3 {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 38px;
  padding: 0 70px 0 30px;
  min-width: 360px;
  height: 56px;
  background: linear-gradient(to right, #006df0, #008af8);
  border-radius: 0 56px 0 0;
}
#app .light .content li .light-item h3 img {
  margin-right: 24px;
  vertical-align: middle;
}
#app .light .content li .light-item h3 span {
  font-size: 28px;
  color: #fff;
  line-height: 56px;
  vertical-align: middle;
}
#app .light .content li .light-item > div {
  display: flex;
  justify-content: space-between;
  padding: 25px 35px 0 45px;
}
#app .light .content li .light-item > div div {
  width: 205px;
  font-size: 16px;
  color: #435276;
  line-height: 1.5em;
}
#app .light .content li .light-item > div img {
  width: 295px;
  height: 210px;
}
#app .light .content li:nth-child(1) {
  left: 86px;
  top: 182px;
}
#app .light .content li:nth-child(1) p {
  left: -12px;
  top: -20px;
}
#app .light .content li:nth-child(1) i {
  transform: rotateX(65deg) rotateY(6deg);
}
#app .light .content li:nth-child(1) .light-item {
  left: 80px;
  top: -200px;
}
#app .light .content li:nth-child(2) {
  left: 237px;
  top: 294px;
}
#app .light .content li:nth-child(2) p {
  left: -22px;
  top: -20px;
}
#app .light .content li:nth-child(2) i {
  transform: rotateX(65deg) rotateY(-10deg);
}
#app .light .content li:nth-child(2) .light-item {
  left: 80px;
  top: -200px;
}
#app .light .content li:nth-child(3) {
  left: 402px;
  top: 218px;
}
#app .light .content li:nth-child(3) p {
  left: -55px;
  top: -20px;
}
#app .light .content li:nth-child(3) i {
  transform: rotateX(65deg) rotateY(0deg);
}
#app .light .content li:nth-child(3) .light-item {
  left: 70px;
  top: -200px;
}
#app .light .content li:nth-child(4) {
  left: 530px;
  top: 335px;
}
#app .light .content li:nth-child(4) p {
  left: -12px;
  top: -20px;
}
#app .light .content li:nth-child(4) i {
  transform: rotateX(65deg) rotateY(-6deg);
}
#app .light .content li:nth-child(4) .light-item {
  left: 70px;
  top: -280px;
}
#app .light .content li:nth-child(5) {
  left: 700px;
  top: 285px;
}
#app .light .content li:nth-child(5) p {
  left: -12px;
  top: -20px;
}
#app .light .content li:nth-child(5) i {
  transform: rotateX(65deg) rotateY(-4deg);
}
#app .light .content li:nth-child(5) .light-item {
  right: 70px;
  top: -220px;
}
#app .light .content li:nth-child(6) {
  left: 855px;
  top: 195px;
}
#app .light .content li:nth-child(6) p {
  left: -75px;
  top: -20px;
}
#app .light .content li:nth-child(6) i {
  transform: rotateX(55deg) rotateY(-35deg);
}
#app .light .content li:nth-child(6) .light-item {
  right: 140px;
  top: -180px;
}
#app .light .content li:nth-child(7) {
  left: 940px;
  top: 340px;
}
#app .light .content li:nth-child(7) p {
  left: -12px;
  top: -20px;
}
#app .light .content li:nth-child(7) i {
  transform: rotateX(65deg) rotateY(6deg);
}
#app .light .content li:nth-child(7) .light-item {
  right: 80px;
  top: -320px;
}
#app .light .content li:nth-child(8) {
  left: 1110px;
  top: 230px;
}
#app .light .content li:nth-child(8) p {
  left: -55px;
  top: -20px;
}
#app .light .content li:nth-child(8) i {
  transform: rotateX(60deg) rotateY(-30deg);
}
#app .light .content li:nth-child(8) .light-item {
  right: 110px;
  top: -215px;
}
#app .light .content li.active i {
  border: 1px dashed #fff;
}
#app .light .content li.active i::after {
  background: #fff;
}
#app .light .content li.active .light-item {
  display: block;
}
#app .page-bg1 {
  min-height: 1752px;
  background: url('../images/bg/2.png') no-repeat center top, #e3f0ff;
}
#app .yicheng {
  padding-top: 50px;
}
#app .yicheng .content {
  margin-top: 40px;
}
#app .yicheng .content table {
  width: 1200px;
  border-collapse: collapse;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
}
#app .yicheng .content table th,
#app .yicheng .content table td {
  font-size: 16px;
}
#app .yicheng .content table th:first-child,
#app .yicheng .content table td:first-child {
  text-align: center;
}
#app .yicheng .content table th.text-c,
#app .yicheng .content table td.text-c {
  text-align: center;
}
#app .yicheng .content table th {
  height: 45px;
  padding: 0 60px;
  color: #fff;
  background: #007df4;
}
#app .yicheng .content table td {
  padding: 12px 25px;
  color: #030303;
  line-height: 1.5em;
  border: 1px dashed #a6acb2;
  background: #fbfdff;
}
#app .yicheng .content table td:first-child {
  border-left: none;
}
#app .yicheng .content table td:last-child {
  border-right: none;
}
#app .yicheng .content table tbody tr:first-child td {
  border-top: none;
}
#app .yicheng .content table tbody tr:last-child td {
  border-bottom: none;
}
#app .yicheng .content table .bg-grey td {
  background: #eef6ff;
}
#app .yicheng .content .tips {
  margin-top: 14px;
  font-size: 12px;
  color: #030303;
  text-align: right;
}
#app .jiabin {
  padding-top: 110px;
  padding-bottom: 50px;
}
#app .jiabin .content {
  position: relative;
  margin-top: 32px;
}
#app .jiabin .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 711px;
}
#app .jiabin .content ul li {
  position: relative;
  margin-bottom: 35px;
}
#app .jiabin .content ul li img {
  display: block;
  width: 283px;
  height: 202px;
}
#app .jiabin .content ul li p {
  position: absolute;
  left: 150px;
}
#app .jiabin .content ul li p:first-child {
  top: 75px;
  font-size: 20px;
  color: #008af8;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid #008af8;
}
#app .jiabin .content ul li p:last-child {
  top: 110px;
  font-size: 14px;
  color: #000;
  line-height: 1.5em;
}
#app .jiabin .content .tips {
  margin-top: -10px;
  font-size: 14px;
  color: #62676d;
  text-align: right;
}
#app .award {
  box-sizing: border-box;
  min-height: 1330px;
  padding-top: 80px;
  background: url('../images/bg/3.jpg') no-repeat center top;
}
#app .award .content {
  margin-top: 68px;
}
#app .award .shenbao {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .award .shenbao > div {
  width: 715px;
}
#app .award .shenbao > div p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
  text-indent: 2em;
  margin-top: 10px;
}
#app .award .shenbao > div p:first-child {
  margin-top: 0;
}
#app .award .shenbao ul {
  position: relative;
  padding-left: 25px;
}
#app .award .shenbao ul li {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
#app .award .shenbao ul li:first-child {
  margin-top: 0;
}
#app .award .shenbao ul li::before {
  position: absolute;
  left: -34px;
  top: 4px;
  width: 21px;
  height: 16px;
  background: url(../images/icon/14.png) no-repeat 4px 4px, transparent;
  z-index: 2;
  content: '';
}
#app .award .shenbao ul li.active {
  font-weight: bold;
}
#app .award .shenbao ul li.active::before {
  background: url(../images/icon/13.png) no-repeat 0 0, #0234d8;
}
#app .award .shenbao ul::after {
  position: absolute;
  left: -1px;
  top: 10px;
  width: 1px;
  height: 88%;
  background: #fff;
  content: '';
}
#app .award .title {
  margin-top: 35px;
}
#app .award .jiangxiang {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
}
#app .award .jiangxiang li {
  width: 264px;
  height: 90px;
  background: url('../images/award_item.png') no-repeat center top;
  margin-bottom: 45px;
  text-align: center;
}
#app .award .jiangxiang li h3 {
  width: 160px;
  font-size: 14px;
  color: #fdf2ca;
  font-weight: 500;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #fdf2ca;
}
#app .award .jiangxiang li p {
  font-size: 16px;
  color: #fff;
  margin-top: 3px;
}
#app .award .jiangxiang li.margin-r {
  margin-right: 650px;
}
#app .award .btn img {
  display: block;
  margin: 130px auto 0;
}
#app .canpingqiye {
  box-sizing: border-box;
  height: 580px;
  padding-top: 49px;
  background: url('../images/bg/4.jpg') no-repeat center top;
  background-size: cover;
  --swiper-theme-color: #0719bf;
}
#app .canpingqiye .content {
  position: relative;
  margin-top: 30px;
}
#app .canpingqiye .content .logo-list {
  width: 1200px;
  height: 372px;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .canpingqiye .content .logo-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 102px;
  margin-bottom: 22px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  background: #fff;
}
#app .canpingqiye .content .logo-list li img {
  width: 95%;
  height: 95%;
  object-fit: contain;
}
#app .canpingqiye .content .swiper-pagination {
  bottom: -25px;
}
#app .blue-book {
  box-sizing: border-box;
  padding: 70px 0 80px;
  background: url('../images/bg/blue_book.png') no-repeat center bottom, #d1e7ff;
}
#app .blue-book .content {
  margin-top: 45px;
}
#app .blue-book .content .intro {
  width: 1238px;
  height: 415px;
  background: url('../images/blue_book.png') no-repeat center;
  transform: translateX(-19px);
  overflow: hidden;
}
#app .blue-book .content .intro p {
  width: 810px;
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
  margin: 225px 0 0 90px;
}
#app .blue-book .content .liucheng {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#app .blue-book .content .liucheng .item {
  width: 600px;
}
#app .blue-book .content .liucheng .item h3 {
  position: relative;
  width: 567px;
  height: 62px;
  padding-left: 48px;
  box-sizing: border-box;
  background: linear-gradient(to right, #1443b5, #3963c4 50%, #b3cdf3 75%, #d0e6ff);
  font-size: 24px;
  color: #fff;
  line-height: 62px;
}
#app .blue-book .content .liucheng .item h3::before {
  position: absolute;
  left: 28px;
  top: 15px;
  width: 4px;
  height: 35px;
  background: #fff;
  content: '';
}
#app .blue-book .content .liucheng .item h3::after {
  position: absolute;
  right: 0;
  content: '';
}
#app .blue-book .content .liucheng .item p {
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
}
#app .blue-book .content .liucheng .item:first-child h3 {
  margin-bottom: 20px;
}
#app .blue-book .content .liucheng .item:first-child h3::after {
  top: -24px;
  width: 94px;
  height: 92px;
  background: url(../images/icon/1.png) no-repeat center;
}
#app .blue-book .content .liucheng .item:first-child > div {
  padding-left: 50px;
  width: 450px;
}
#app .blue-book .content .liucheng .item:first-child > div p:first-child {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 7px 0 7px 20px;
  margin: 15px 0 5px;
  background: #7cb1ea;
}
#app .blue-book .content .liucheng .item:first-child > div p:first-child i {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #7cb1ea;
  border-radius: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
#app .blue-book .content .liucheng .item:last-child h3::after {
  top: -16px;
  width: 78px;
  height: 81px;
  background: url(../images/icon/2.png) no-repeat center;
}
#app .blue-book .content .liucheng .item:last-child > div {
  padding-left: 30px;
  width: 535px;
  margin-top: 20px;
}
#app .blue-book .content .liucheng .item:last-child > div p:first-child {
  color: #1443b5;
}
#app .tuiguang {
  box-sizing: border-box;
  padding: 45px 0 0;
  height: 537px;
  background: url('../images/bg/bg.png') no-repeat center;
}
#app .tuiguang .content {
  margin-top: 30px;
}
#app .tuiguang .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .tuiguang .content ul li {
  position: relative;
  padding-left: 65px;
  width: 340px;
  margin-bottom: 45px;
  box-sizing: border-box;
}
#app .tuiguang .content ul li img {
  position: absolute;
  left: 0;
  top: 0;
}
#app .tuiguang .content ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
}
#app .tuiguang .content ul li p:first-child {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
#app .review {
  box-sizing: border-box;
  padding: 75px 0 40px;
  background: #d1e7ff;
}
#app .review .content {
  margin-top: 55px;
}
#app .danwei {
  box-sizing: border-box;
  padding: 40px 0;
  background: #d1e7ff;
}
#app .danwei .content {
  margin-top: 40px;
}
#app .danwei .content img {
  display: block;
  margin: 0 auto;
}
#app .danwei .content .tips {
  font-size: 12px;
  color: #000;
  text-align: right;
  margin: 20px 0 0;
}
#app .renqun {
  box-sizing: border-box;
  padding: 45px 0;
  height: 982px;
  background: url(../images/bg/renqun.png) no-repeat center;
}
#app .renqun .renqun-img {
  height: 512px;
  margin-top: 25px;
  background: url(../images/renqun.png) no-repeat center;
}
#app .renqun .content {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
#app .renqun .content > div {
  width: 565px;
}
#app .renqun .content > div p {
  font-size: 18px;
  color: #000;
  line-height: 1.5em;
  padding: 5px 0;
}
#app .renqun .content > div p span {
  color: #1443b5;
}
#app .zanzhu {
  box-sizing: border-box;
  padding: 75px 0 50px;
  background: #d1e7ff;
}
#app .zanzhu .content {
  margin-top: 40px;
}
#app .zanzhu .content ul {
  display: flex;
  justify-content: space-between;
}
#app .zanzhu .content ul li {
  text-align: center;
}
#app .zanzhu .content ul li img {
  height: 45px;
}
#app .zanzhu .content ul li p {
  font-size: 18px;
  color: #1443b5;
  margin-top: 15px;
  font-weight: bold;
}
#app .zanzhu .content ul li p:last-child {
  font-size: 16px;
  color: #040404;
  margin-top: 8px;
  line-height: 1.5em;
  font-weight: 500;
}
#app .jigou {
  padding: 90px 0;
  background: #f7f8f8;
}
#app .jigou .content h3 {
  font-size: 28px;
  color: #1f4ea6;
  text-align: center;
  margin: 25px 0 20px;
}
#app .jigou .content ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#app .jigou .content ul li {
  box-sizing: border-box;
  width: 205px;
  height: 87px;
  padding: 10px;
  border: 1px solid #dedfdf;
  background: #fff;
  margin: 4px;
  font-size: 0;
  text-align: center;
}
#app .jigou .content ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#app .jigou .content ul li span {
  font-size: 19px;
  color: #000;
  line-height: 65px;
}
#app .aboutUs {
  box-sizing: border-box;
  padding: 60px 0 0;
  height: 537px;
  background: url('../images/bg/bg.png') no-repeat center;
}
#app .aboutUs .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
#app .aboutUs .content .phone {
  font-size: 18px;
  color: #fff;
}
#app .aboutUs .content .phone h3 {
  margin-bottom: 32px;
}
#app .aboutUs .content .phone h3 span {
  font-size: 24px;
}
#app .aboutUs .content .phone p {
  margin-top: 15px;
}
#app .aboutUs .content .phone:nth-child(2) {
  margin-right: 50px;
}
#app .aboutUs .content .qr {
  font-size: 0;
  text-align: center;
}
#app .aboutUs .content .qr p {
  font-size: 18px;
  color: #fff;
  margin-top: 9px;
}
.lunbo {
  width: 100%;
  height: 300px;
  margin-top: 50px;
}
.lunbo li {
  box-sizing: border-box;
  padding-bottom: 50px;
  background: url(../images/line.png) no-repeat -18px bottom;
  position: relative;
}
.lunbo li .time {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.5;
}
.lunbo li > div {
  width: 320px;
  height: 260px;
  margin: 0 auto;
  position: relative;
}
.lunbo li > div > a {
  display: block;
  width: 320px;
  height: 200px;
}
.lunbo li > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lunbo li > div > i {
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}
.lunbo li > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 104px;
  padding: 48px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  background-size: 100% auto;
}
.lunbo li.on > div p {
  opacity: 1;
}
.lunbo li > div a {
  color: #fff;
}
.lunbo .swiper {
  position: relative;
}
.lunbo .swiper .swiper-button-next {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  left: unset;
  right: 50px;
  padding: 10px;
}
.lunbo .swiper .swiper-button-prev {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  left: 50px;
  padding: 10px;
}
.lunbo .swiper .swiper-button-next::after,
.lunbo .swiper .swiper-button-prev::after {
  color: #fff;
  font-weight: 900;
}
.lunbo .swiper-button-next,
.lunbo .swiper-container-rtl .swiper-button-prev {
  right: -90px;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  background-color: #fff;
}
.lunbo .swiper-button-prev,
.lunbo .swiper-container-rtl .swiper-button-next {
  left: -90px;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  background-color: #fff;
}
