body {
  min-width: 1350px;
}
body .el-scrollbar {
  height: 100%;
}
body .el-scrollbar__wrap {
  overflow-x: hidden;
}
body .is-horizontal {
  display: none;
}
.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.popover-list a {
  display: block;
  font-size: 16px;
  color: #101010;
  line-height: 2em;
  padding: 0 20px;
  margin: 5px 0;
  cursor: pointer;
}
.popover-list a:hover {
  background: #eee;
}
#app {
  width: 100%;
  box-sizing: border-box;
  --swiper-theme-color: #005dcf;
}
#app .right_gg {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 162px;
  box-sizing: border-box;
  padding: 4px;
  background: linear-gradient(to bottom, #98c4ff, #9bd9ff);
  border-radius: 23px;
  z-index: 999;
}
#app .right_gg > div {
  box-sizing: border-box;
  padding-bottom: 8px;
  background: linear-gradient(to bottom, #227aed, #236fff);
  border: 1px solid #03e6da;
  border-radius: 19px;
}
#app .right_gg > div > div {
  background: linear-gradient(to bottom, #227aed, #18a5fa);
  border: 1px solid #03e6da;
  border-radius: 19px;
  padding: 8px 0 15px;
}
#app .right_gg .right_gg-item {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  margin-top: 6px;
  cursor: pointer;
}
#app .right_gg .right_gg-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
#app .right_gg .right_gg-top {
  border-radius: 6px;
}
#app .right_gg p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 3px;
}
#app .header {
  width: 100%;
  height: 90px;
  background: url(../images/head-bg.png) no-repeat center / cover;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header .centerBox {
  width: 1300px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  position: relative;
  height: 100%;
  font-size: 24px;
  color: #fff;
  line-height: 90px;
  padding: 0 19px;
  cursor: pointer;
}
#app .header ul li::after {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 55px;
  height: 5px;
  border-radius: 5px;
  background: #0dd9d8;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  content: '';
}
#app .header ul li:hover::after {
  opacity: 1;
}
#app .header ul li.tongqi-nav-box:hover .tongqi-nav {
  display: block;
}
#app .header ul .tongqi-nav {
  display: none;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
}
#app .header ul .tongqi-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 210px;
  height: 45px;
  padding: 0 10px;
  background: #fff;
  font-size: 16px;
  color: #001880;
  line-height: 16px;
  transition: color 0.15s ease-in-out;
  cursor: pointer;
}
#app .header ul .tongqi-nav a span {
  position: relative;
  z-index: 2;
}
#app .header ul .tongqi-nav a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #03c9d8, #07de7e);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  content: '';
}
#app .header ul .tongqi-nav a:hover {
  color: #fff;
}
#app .header ul .tongqi-nav a:hover::after {
  opacity: 1;
}
#app .header ul .btn {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 19px;
  cursor: default;
}
#app .header ul .btn::after {
  display: none;
}
#app .header ul .btn span {
  display: block;
  height: 42px;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  line-height: 42px;
  cursor: pointer;
  transform: translateY(0);
  box-shadow: rgba(0, 0, 0, 0) 0px 3px 8px;
  transition: all 0.15s ease-in-out;
}
#app .header ul .btn span:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#app .header ul .btn.btn1 span {
  background: linear-gradient(to right, #47de99, #22cca4 50%, #1596ff);
}
#app .header ul .btn.btn2 span {
  background: linear-gradient(to right, #6717cd, #2871fa);
}
#app .header ul .btn.btn3 span {
  background: #e71111;
}
#app .titleCC {
  font-size: 0;
  text-align: center;
}
#app .titleCC span {
  display: inline-block;
  height: 131px;
  padding: 0 95px;
  font-size: 56px;
  color: #005dcf;
  line-height: 110px;
  font-weight: bold;
  letter-spacing: 3px;
  background: url(../images/icon/title.png) no-repeat left center;
}
#app .titleCC.white-color span {
  color: #fff;
}
#app .swiper-button-next,
#app .swiper-button-prev {
  top: 38%;
  background-color: rgba(16, 65, 192, 0.7);
  box-sizing: border-box;
  width: 48px;
  height: 90px;
  transition: background-color 0.15s ease-in-out;
}
#app .swiper-button-next::after,
#app .swiper-button-prev::after {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
}
#app .swiper-button-next:hover,
#app .swiper-button-prev:hover {
  background-color: #1041c0;
}
#app .swiper-button-next {
  right: -78px;
}
#app .swiper-button-prev {
  left: -78px;
}
#app .banner {
  width: 100%;
  height: 671px;
  background: url("../images/banner.png") no-repeat center;
}
#app .banner .centerBox {
  padding-top: 333px;
}
#app .banner .centerBox .time {
  font-size: 0;
}
#app .banner .centerBox .time img {
  margin-right: 5px;
  vertical-align: middle;
}
#app .banner .centerBox .time span {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
}
#app .banner .centerBox .banner-tongqi {
  margin-top: 30px;
}
#app .banner .centerBox .banner-tongqi div {
  width: 135px;
  height: 37px;
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 37px;
  border-radius: 37px;
  background: #058cff;
  margin-bottom: 15px;
}
#app .banner .centerBox .banner-tongqi p {
  font-size: 17px;
  color: #fff;
  line-height: 27px;
}
#app .intro {
  padding: 70px 0 50px;
}
#app .intro .content {
  margin-top: 45px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#app .intro .content .text {
  width: 630px;
}
#app .intro .content .text p {
  font-size: 20px;
  color: #4d4d4d;
  line-height: 34px;
  margin-bottom: 20px;
  text-align: justify;
}
#app .intro .content .text p:last-child {
  margin-bottom: 0;
}
#app .intro .content .intro-photo {
  position: relative;
  width: 477px;
  height: 319px;
}
#app .intro .content .intro-photo .swiper-pagination {
  bottom: -25px;
  text-align: right;
}
#app .intro .intro-data {
  margin-top: 60px;
}
#app .intro .intro-data ul {
  display: flex;
  justify-content: center;
}
#app .intro .intro-data ul li {
  width: 150px;
  margin: 0 70px;
}
#app .intro .intro-data ul li i {
  display: block;
  width: 53px;
  height: 47px;
  margin: 0 auto 15px;
  background-repeat: no-repeat;
  background-position: center;
}
#app .intro .intro-data ul li p {
  font-size: 30px;
  color: #005dcf;
  text-align: center;
  font-weight: bold;
}
#app .intro .intro-data ul li p .counter {
  font-size: 46px;
}
#app .intro .intro-data ul li p:last-child {
  font-size: 20px;
  margin-top: 12px;
}
#app .intro .intro-data ul li:nth-child(1) i {
  background-image: url(../images/icon/intro1.png);
}
#app .intro .intro-data ul li:nth-child(2) i {
  background-image: url(../images/icon/intro2.png);
}
#app .intro .intro-data ul li:nth-child(3) i {
  background-image: url(../images/icon/intro3.png);
}
#app .intro .intro-data ul li:nth-child(4) i {
  background-image: url(../images/icon/intro4.png);
}
#app .liangdian {
  box-sizing: border-box;
  height: 1045px;
  padding-top: 50px;
  background: url(../images/bg/light.png) no-repeat top center;
}
#app .liangdian .content {
  margin-top: 20px;
}
#app .liangdian .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 65px;
}
#app .liangdian .content ul li {
  position: relative;
  box-sizing: border-box;
  width: 279px;
  height: 349px;
  padding: 62px 20px 0;
  margin-bottom: 48px;
  border-radius: 35px 35px 119px 35px;
  box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
  background: url(../images/light_item.png) no-repeat;
  color: #fff;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
#app .liangdian .content ul li i {
  position: absolute;
  top: -32px;
  right: -25px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: right top;
}
#app .liangdian .content ul li h3 {
  height: 60px;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
#app .liangdian .content ul li p {
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}
#app .liangdian .content ul li:nth-child(1) i {
  background-image: url(../images/icon/light1.png);
}
#app .liangdian .content ul li:nth-child(2) i {
  background-image: url(../images/icon/light2.png);
}
#app .liangdian .content ul li:nth-child(3) h3 {
  line-height: 60px;
  margin-bottom: 10px;
}
#app .liangdian .content ul li:nth-child(3) i {
  background-image: url(../images/icon/light3.png);
}
#app .liangdian .content ul li:nth-child(3) p {
  line-height: 1.4em;
}
#app .liangdian .content ul li:nth-child(4) i {
  background-image: url(../images/icon/light4.png);
}
#app .liangdian .content ul li:nth-child(5) i {
  background-image: url(../images/icon/light5.png);
}
#app .liangdian .content ul li:nth-child(6) h3 {
  line-height: 60px;
}
#app .liangdian .content ul li:nth-child(6) i {
  background-image: url(../images/icon/light6.png);
}
#app .liangdian .content ul li:hover {
  transform: translateY(-15px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#app .richeng-bg {
  background: url("../images/bg/richeng.png") no-repeat center top;
}
#app .richeng {
  padding-top: 70px;
}
#app .richeng .content {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
#app .richeng .content .tab-wrap {
  width: 350px;
}
#app .richeng .content .tab-wrap .main-tab {
  display: flex;
  height: 72px;
  border-radius: 7px;
  overflow: hidden;
}
#app .richeng .content .tab-wrap .main-tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  color: #b5c5dc;
  background: #e9f2fc;
  cursor: pointer;
}
#app .richeng .content .tab-wrap .main-tab li p {
  font-size: 22px;
}
#app .richeng .content .tab-wrap .main-tab li p:last-child {
  font-size: 17px;
}
#app .richeng .content .tab-wrap .main-tab li.active {
  color: #005dcf;
  background: #fff;
}
#app .richeng .content .tab-wrap .sub-tab {
  width: 330px;
  margin-top: 30px;
}
#app .richeng .content .tab-wrap .sub-tab li {
  position: relative;
  box-sizing: border-box;
  height: 65px;
  padding-left: 18px;
  margin-bottom: 10px;
  background: transparent;
  font-size: 26px;
  color: #003492;
  line-height: 65px;
  cursor: pointer;
}
#app .richeng .content .tab-wrap .sub-tab li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #006bed;
  transition: height 0.2s ease-in-out;
  content: '';
}
#app .richeng .content .tab-wrap .sub-tab li.active {
  background: url(../images/richeng_tab.png) no-repeat;
}
#app .richeng .content .tab-wrap .sub-tab li.active::before {
  height: 45px;
}
#app .richeng .content .tab-wrap .btn {
  display: block;
  width: 175px;
  height: 52px;
  margin-top: 120px;
  border-radius: 6px;
  background: #006bed;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  transform: translateY(0);
  box-shadow: rgba(0, 0, 0, 0) 0px 3px 8px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
#app .richeng .content .tab-wrap .btn:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#app .richeng .content .table-wrap {
  width: 850px;
  min-height: 460px;
}
#app .richeng .content .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
#app .richeng .content .table-wrap table thead th {
  height: 80px;
  padding: 0 55px;
  background: #006bed;
  font-size: 24px;
  color: #fff;
  text-align: left;
}
#app .richeng .content .table-wrap table tbody tr:not(.line) {
  background: url(../images/richeng_item.png) no-repeat center / cover;
}
#app .richeng .content .table-wrap table tbody tr:not(.line) td {
  box-sizing: border-box;
  height: 65px;
  padding: 10px 0;
  font-size: 18px;
  color: #003492;
}
#app .richeng .content .table-wrap table tbody tr:not(.line) td em {
  color: #006bed;
}
#app .richeng .content .table-wrap table tbody .line td {
  height: 10px;
}
#app .richeng .content .table-wrap table tbody .tc {
  width: 190px;
  text-align: center;
}
#app .jiabin {
  padding: 70px 0;
}
#app .jiabin .content {
  position: relative;
  margin-top: 30px;
}
#app .jiabin .content .jiabin-list {
  display: flex;
  flex-wrap: wrap;
}
#app .jiabin .content .jiabin-list li {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 208px;
  height: 208px;
  margin-right: 30px;
  margin-bottom: 45px;
}
#app .jiabin .content .jiabin-list li img {
  display: block;
  max-width: 100%;
}
#app .jiabin .content .jiabin-list li .info {
  position: absolute;
  left: 150px;
  top: 0;
  width: 110px;
  color: #005dcf;
}
#app .jiabin .content .jiabin-list li .info .name {
  font-size: 20px;
  font-weight: bold;
}
#app .jiabin .content .jiabin-list li .info .job {
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
}
#app .jiabin .content .tips {
  font-size: 17px;
  color: #555;
  text-align: right;
}
#app .tongqi-bg {
  background: url(../images/bg/tongqi.png) no-repeat center top;
}
#app .tongqi {
  padding-top: 75px;
}
#app .tongqi .content {
  margin-top: 45px;
  display: flex;
}
#app .tongqi .content .tab {
  box-sizing: border-box;
  width: 213px;
  height: 645px;
  padding: 30px 0;
  background: url(../images/tongqi/tab_bg.png) no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#app .tongqi .content .tab li {
  padding: 50px 0;
  font-size: 0;
  text-align: center;
  opacity: 0.6;
  cursor: pointer;
}
#app .tongqi .content .tab li.active {
  opacity: 1;
}
#app .tongqi .content .tab li i {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
#app .tongqi .content .tab li span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}
#app .tongqi .content .tab li:nth-child(1) i {
  background-image: url(../images/tongqi/a1.png);
}
#app .tongqi .content .tab li:nth-child(2) i {
  background-image: url(../images/tongqi/b1.png);
}
#app .tongqi .content .tab li:nth-child(3) i {
  background-image: url(../images/tongqi/c1.png);
}
#app .tongqi .content .tab-content {
  box-sizing: border-box;
  flex: 1;
  max-height: 645px;
  padding: 35px 30px 15px;
  background: #fff;
}
#app .tongqi .content .tab-content .scroll-box {
  padding-right: 20px;
}
#app .tongqi .content .tab-content .btn {
  display: block;
  width: 141px;
  height: 47px;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f44b12, #f29b57);
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  opacity: 1;
  transform: translateY(0);
  box-shadow: rgba(0, 0, 0, 0) 0px 3px 8px;
  transition: all 0.15s ease-in-out;
}
#app .tongqi .content .tab-content .btn:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#app .tongqi .content .lidian {
  padding-left: 90px;
  padding-right: 30px;
}
#app .tongqi .content .lidian .lidian-item1 {
  display: flex;
  justify-content: space-between;
  padding-right: 60px;
}
#app .tongqi .content .lidian .lidian-item1 img {
  display: block;
  width: 321px;
}
#app .tongqi .content .lidian .lidian-item1 h3 {
  font-size: 25px;
  color: #005dcf;
  line-height: 32px;
}
#app .tongqi .content .lidian .lidian-item1 p {
  font-size: 19px;
  color: #505050;
  margin: 10px 0 20px;
}
#app .tongqi .content .lidian .title {
  font-size: 0;
  margin-bottom: 15px;
}
#app .tongqi .content .lidian .title img {
  vertical-align: middle;
  margin-right: 12px;
}
#app .tongqi .content .lidian .title span {
  font-size: 23px;
  color: #005dcf;
  font-weight: bold;
  vertical-align: middle;
}
#app .tongqi .content .lidian .lidian-item2 {
  margin-top: 26px;
}
#app .tongqi .content .lidian .lidian-item2 ul {
  display: flex;
  flex-wrap: wrap;
}
#app .tongqi .content .lidian .lidian-item2 ul li {
  width: 445px;
  font-size: 17px;
  color: #3d3d3d;
  line-height: 32px;
}
#app .tongqi .content .lidian .lidian-item2 ul li:nth-child(2n) {
  width: 420px;
}
#app .tongqi .content .lidian .lidian-item3 {
  margin-top: 20px;
}
#app .tongqi .content .lidian .lidian-item3 ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 789px;
  height: 100px;
  padding-right: 20px;
  padding-top: 24px;
  background: url(../images/tongqi/liucheng.png) no-repeat;
}
#app .tongqi .content .lidian .lidian-item3 ul li {
  width: 185px;
  text-align: center;
}
#app .tongqi .content .lidian .lidian-item3 ul li h3 {
  font-size: 16px;
  margin-bottom: 3px;
}
#app .tongqi .content .lidian .lidian-item3 ul li p {
  font-size: 17px;
  color: #3d3d3d;
}
#app .tongqi .content .lidian .lidian-item3 ul li:nth-child(1) h3 {
  color: #215aec;
}
#app .tongqi .content .lidian .lidian-item3 ul li:nth-child(2) h3 {
  color: #23adeb;
}
#app .tongqi .content .lidian .lidian-item3 ul li:nth-child(3) h3 {
  color: #32c4bf;
}
#app .tongqi .content .lidian .lidian-item3 ul li:nth-child(4) h3 {
  color: #005dcf;
}
#app .tongqi .content .bangdan {
  padding-right: 10px;
}
#app .tongqi .content .bangdan h3 {
  font-size: 25px;
  color: #005dcf;
  text-align: center;
}
#app .tongqi .content .bangdan .bangdan-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#app .tongqi .content .bangdan .bangdan-item {
  box-sizing: border-box;
  width: 452px;
  height: 309px;
  padding-top: 20px;
}
#app .tongqi .content .bangdan .bangdan-item:nth-child(1) {
  background: url(../images/tongqi/bangdan1.png) no-repeat;
}
#app .tongqi .content .bangdan .bangdan-item:nth-child(2) {
  background: url(../images/tongqi/bangdan2.png) no-repeat;
}
#app .tongqi .content .bangdan .bangdan-item:nth-child(3) {
  width: 925px;
  margin-top: 18px;
  background: url(../images/tongqi/bangdan3.png) no-repeat;
}
#app .tongqi .content .bangdan .bangdan-item .title {
  font-size: 0;
  text-align: center;
}
#app .tongqi .content .bangdan .bangdan-item .title span {
  display: inline-block;
  box-sizing: border-box;
  height: 65px;
  padding: 18px 30px 0;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  background: url(../images/tongqi/title1.png) no-repeat left top, url(../images/tongqi/title2.png) no-repeat right top;
}
#app .tongqi .content .bangdan .bangdan-item .flex-box {
  display: flex;
  justify-content: center;
}
#app .tongqi .content .bangdan .bangdan-item ul {
  margin-top: 20px;
  margin-right: 18px;
}
#app .tongqi .content .bangdan .bangdan-item ul li {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
#app .tongqi .content .bangdan .bangdan-item ul:last-child {
  margin-right: 0;
}
#app .tongqi .content .bangdan .bangdan-item .btn {
  margin: 10px auto 0;
}
#app .tongqi .content .blue-book {
  padding-left: 46px;
  padding-right: 26px;
}
#app .tongqi .content .blue-book .flex-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#app .tongqi .content .blue-book .flex-box .text {
  width: 740px;
  padding-bottom: 14px;
}
#app .tongqi .content .blue-book .flex-box .text h3 {
  font-size: 25px;
  color: #005dcf;
  margin-bottom: 18px;
}
#app .tongqi .content .blue-book .flex-box .text p {
  font-size: 17px;
  color: #505050;
  line-height: 26px;
  text-indent: 2em;
}
#app .tongqi .content .blue-book .btn {
  margin: 0 auto;
}
#app .tongqi .content .blue-book .sub-title {
  font-size: 23px;
  color: #005dcf;
  text-align: center;
  margin: 25px 0 20px;
}
#app .tongqi .content .blue-book .step {
  width: 696px;
  height: 205px;
  margin: 0 auto;
  background: url(../images/tongqi/step.png) no-repeat center top;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#app .tongqi .content .blue-book .step li {
  font-size: 17px;
  color: #3d3d3d;
  text-align: center;
  line-height: 27px;
}
#app .tongqi .content .blue-book .step li:nth-child(2) {
  transform: translateY(-40px);
}
#app .tongqi .content .blue-book .btn-box {
  position: relative;
}
#app .tongqi .content .blue-book .btn-box .btn {
  position: absolute;
  bottom: 90px;
  right: 120px;
}
#app .renqun {
  padding: 70px 0;
}
#app .renqun .content {
  margin-top: 40px;
}
#app .renqun .content ul {
  position: relative;
  height: 510px;
  margin: 0 auto;
  background: url(../images/renqun.png) no-repeat center top;
}
#app .renqun .content ul li {
  position: absolute;
  box-sizing: border-box;
  width: 436px;
  height: 98px;
  padding: 0 20px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform: translateY(0);
  box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px 0px;
  transition: all 0.2s ease-in-out;
}
#app .renqun .content ul li:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#app .renqun .content ul li p {
  font-size: 16px;
  color: #464646;
  line-height: 30px;
  text-align: right;
}
#app .renqun .content ul li i {
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 8px;
  margin-left: 32px;
  box-shadow: 0 13px 35px rgba(31, 88, 174, 0.4);
}
#app .renqun .content ul li::after {
  position: absolute;
  right: -81px;
  top: 52px;
  width: 71px;
  height: 4px;
  content: '';
}
#app .renqun .content ul li:nth-child(1) {
  left: 66px;
  top: 10px;
}
#app .renqun .content ul li:nth-child(1) i {
  background: url(../images/icon/renqun/1.png) no-repeat center, #0353ec;
}
#app .renqun .content ul li:nth-child(1)::after {
  background: linear-gradient(to right, #0353ec, #0353ec 30%, rgba(3, 83, 236, 0));
}
#app .renqun .content ul li:nth-child(2) {
  left: 679px;
  top: 10px;
}
#app .renqun .content ul li:nth-child(2) i {
  background: url(../images/icon/renqun/2.png) no-repeat center, #0353ec;
}
#app .renqun .content ul li:nth-child(2)::after {
  top: 62px;
  background: linear-gradient(to left, #0353ec, #0353ec 30%, rgba(3, 83, 236, 0));
}
#app .renqun .content ul li:nth-child(3) {
  left: 0px;
  top: 145px;
}
#app .renqun .content ul li:nth-child(3) i {
  background: url(../images/icon/renqun/3.png) no-repeat center, #0353ec;
}
#app .renqun .content ul li:nth-child(3)::after {
  background: linear-gradient(to right, #0353ec, #0353ec 30%, rgba(3, 83, 236, 0));
}
#app .renqun .content ul li:nth-child(4) {
  left: 758px;
  top: 145px;
}
#app .renqun .content ul li:nth-child(4) i {
  background: url(../images/icon/renqun/4.png) no-repeat center, #29d3d9;
}
#app .renqun .content ul li:nth-child(4)::after {
  background: linear-gradient(to left, #29d3d9, #29d3d9 30%, rgba(41, 211, 217, 0));
}
#app .renqun .content ul li:nth-child(5) {
  left: 0px;
  top: 278px;
}
#app .renqun .content ul li:nth-child(5) i {
  background: url(../images/icon/renqun/5.png) no-repeat center, #1fa8ff;
}
#app .renqun .content ul li:nth-child(5)::after {
  background: linear-gradient(to right, #1fa8ff, #1fa8ff 30%, rgba(31, 168, 255, 0));
}
#app .renqun .content ul li:nth-child(6) {
  left: 758px;
  top: 278px;
}
#app .renqun .content ul li:nth-child(6) i {
  background: url(../images/icon/renqun/6.png) no-repeat center, #29d3d9;
}
#app .renqun .content ul li:nth-child(6)::after {
  background: linear-gradient(to left, #29d3d9, #29d3d9 30%, rgba(41, 211, 217, 0));
}
#app .renqun .content ul li:nth-child(7) {
  left: 66px;
  top: 408px;
}
#app .renqun .content ul li:nth-child(7) i {
  background: url(../images/icon/renqun/7.png) no-repeat center, #1fa8ff;
}
#app .renqun .content ul li:nth-child(7)::after {
  background: linear-gradient(to right, #1fa8ff, #1fa8ff 30%, rgba(31, 168, 255, 0));
}
#app .renqun .content ul li:nth-child(8) {
  left: 667px;
  top: 408px;
}
#app .renqun .content ul li:nth-child(8) i {
  background: url(../images/icon/renqun/8.png) no-repeat center, #29d3d9;
}
#app .renqun .content ul li:nth-child(8)::after {
  top: 38px;
  background: linear-gradient(to left, #29d3d9, #29d3d9 30%, rgba(41, 211, 217, 0));
}
#app .renqun .content ul li:nth-child(2n) {
  justify-content: flex-start;
}
#app .renqun .content ul li:nth-child(2n)::after {
  right: auto;
  left: -81px;
}
#app .renqun .content ul li:nth-child(2n) p {
  text-align: left;
}
#app .renqun .content ul li:nth-child(2n) i {
  margin-left: 0;
  margin-right: 26px;
}
#app .wj-jiabin-bg {
  background: url(../images/bg/wj_jiabin.png) no-repeat center top;
}
#app .wj-jiabin {
  padding-top: 70px;
  --swiper-theme-color: #ed6c1f;
}
#app .wj-jiabin .content {
  position: relative;
  margin-top: 30px;
}
#app .wj-jiabin .content .swiper-slide {
  height: 420px;
}
#app .wj-jiabin .content .swiper-slide img {
  display: block;
  width: 1200px;
}
#app .wj-jiabin .content .swiper-pagination {
  bottom: -30px;
}
#app .qiye {
  padding: 85px 0 70px;
  --swiper-theme-color: #ed6c1f;
}
#app .qiye .content {
  position: relative;
  margin-top: 40px;
}
#app .qiye .content .swiper-slide {
  height: 468px;
}
#app .qiye .content .swiper-slide img {
  display: block;
  width: 1200px;
}
#app .qiye .content .swiper-pagination {
  bottom: -30px;
}
#app .zanzhu-bg {
  background: url(../images/bg/zanzhu.png) no-repeat center top;
}
#app .zanzhu {
  padding-top: 60px;
}
#app .zanzhu .title {
  font-size: 0;
  text-align: center;
  padding: 50px 0;
}
#app .zanzhu .item1 ul {
  display: flex;
  box-sizing: border-box;
  width: 1146px;
  height: 427px;
  margin: 0 auto;
  padding-left: 18px;
  background: url(../images/zanzhu1.png) no-repeat;
}
#app .zanzhu .item1 ul li {
  box-sizing: border-box;
  width: 223px;
  padding: 268px 20px 0;
  font-size: 19px;
  color: #3c3c3c;
  line-height: 30px;
}
#app .zanzhu .item2 ul {
  box-sizing: border-box;
  width: 1178px;
  height: 253px;
  margin: 0 auto;
  padding: 75px 0 0 570px;
  background: url(../images/zanzhu2.png) no-repeat;
}
#app .zanzhu .item2 ul li {
  font-size: 20px;
  color: #ed6c1f;
  line-height: 36px;
  text-align: center;
}
#app .zanzhu .item2 ul li:last-child {
  font-size: 16px;
}
#app .xuanchuan {
  padding: 60px 0 85px;
}
#app .xuanchuan .content {
  margin-top: 50px;
}
#app .xuanchuan .content ul {
  display: flex;
  justify-content: space-around;
}
#app .xuanchuan .content ul li {
  box-sizing: border-box;
  width: 376px;
  height: 428px;
  padding: 78px 45px 0;
  color: #4677f4;
}
#app .xuanchuan .content ul li:nth-child(1) {
  background: url(../images/tuiguang1.png) no-repeat;
}
#app .xuanchuan .content ul li:nth-child(2) {
  background: url(../images/tuiguang2.png) no-repeat;
}
#app .xuanchuan .content ul li:nth-child(3) {
  background: url(../images/tuiguang3.png) no-repeat;
}
#app .xuanchuan .content ul li h3 {
  font-size: 23px;
  line-height: 41px;
  margin-bottom: 45px;
}
#app .xuanchuan .content ul li p {
  font-size: 18px;
  line-height: 30px;
}
#app .goupiao {
  box-sizing: border-box;
  padding: 60px 0;
  background: url(../images/goupiao_bg.png) no-repeat center / cover;
}
#app .goupiao .content {
  margin-top: 50px;
  overflow: hidden;
}
#app .goupiao .content .sumPrice {
  width: 100%;
  margin-top: 20px;
  text-align: right;
  font-size: 22px;
  color: #ed0707;
}
#app .goupiao .content .buyBtnBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
#app .goupiao .content .buyBtnBox .tag {
  font-size: 17px;
  line-height: 32px;
  color: #2d2d2d;
  text-indent: -43px;
  padding-left: 95px;
}
#app .goupiao .content .buyBtnBox .buyBtn {
  width: 195px;
  height: 44px;
  background: #e71111;
  font-size: 0;
  text-align: center;
  border-radius: 6px;
  margin-right: 20px;
  cursor: pointer;
  transform: translateY(0);
  box-shadow: rgba(0, 0, 0, 0) 0px 3px 8px;
  transition: all 0.15s ease-in-out;
}
#app .goupiao .content .buyBtnBox .buyBtn:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#app .goupiao .content .buyBtnBox .buyBtn span {
  font-size: 20px;
  color: #fff;
  line-height: 44px;
  vertical-align: middle;
}
#app .goupiao .content .buyBtnBox .buyBtn img {
  vertical-align: middle;
  margin-left: 8px;
}
#app .goupiao table {
  border-collapse: collapse;
}
#app .goupiao table .line-bg {
  background: #4677f4;
}
#app .goupiao table .remark {
  text-align: center;
  line-height: 1.5em;
}
#app .goupiao table .line td {
  height: 10px;
  padding: 0;
  background: transparent;
}
#app .review {
  box-sizing: border-box;
  height: 652px;
  padding-top: 60px;
  background: url(../images/bg/review.png) no-repeat center;
  --swiper-theme-color: #ed6c1f;
}
#app .review .content {
  position: relative;
  margin-top: 60px;
}
#app .review .content .swiper-slide {
  padding-top: 30px;
}
#app .review .content .swiper-pagination {
  bottom: -30px;
}
#app .review .content .review-item {
  position: relative;
  box-sizing: border-box;
  width: 291px;
  height: 273px;
  padding: 167px 18px 0;
  border-radius: 40px 0 0 0;
  background: #fff;
}
#app .review .content .review-item .photo {
  position: absolute;
  left: 18px;
  top: -30px;
  width: 253px;
  height: 183px;
  border-radius: 0 40px 0 0;
}
#app .review .content .review-item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
#app .review .content .review-item p {
  font-size: 18px;
  color: #333;
  line-height: 22px;
}
#app .review .content .review-item .btn {
  float: right;
  display: block;
  width: 70px;
  height: 27px;
  margin-top: 20px;
  border-radius: 5px;
  background: #4677f4;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 27px;
  transform: translateY(0);
  box-shadow: rgba(0, 0, 0, 0) 0px 3px 8px;
  transition: all 0.15s ease-in-out;
}
#app .review .content .review-item .btn:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#app .review .content .review-item::after {
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 218px;
  height: 4px;
  background: #d9d9d9;
  content: '';
}
#app .review .content .review-item:hover .photo img {
  transform: scale(1.05);
}
#app .contact {
  box-sizing: border-box;
  height: 451px;
  padding-top: 90px;
  background: url(../images/bg/lianxi.png) no-repeat center;
}
#app .contact .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
#app .contact .content::before {
  position: absolute;
  left: 52%;
  top: 0;
  width: 1px;
  height: 235px;
  background: #78797b;
  content: '';
}
#app .contact .phone {
  display: flex;
}
#app .contact .phone .title {
  margin-right: 68px;
}
#app .contact .phone .title h3 {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 3px;
}
#app .contact .phone .title p {
  font-size: 22px;
  line-height: 28px;
  opacity: 0.23;
  margin-top: 8px;
  letter-spacing: 1px;
}
#app .contact .phone ul li {
  margin-bottom: 50px;
}
#app .contact .phone ul li:last-child {
  margin-bottom: 0;
}
#app .contact .phone ul li h3 {
  position: relative;
  font-size: 23px;
  line-height: 52px;
  padding-left: 42px;
}
#app .contact .phone ul li h3::before {
  position: absolute;
  left: 0;
  top: 15px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 6px solid #22cacc;
  content: '';
}
#app .contact .phone ul li p {
  font-size: 18px;
  margin-top: 16px;
}
#app .contact .contact-qr {
  position: relative;
}
#app .contact .contact-qr h3 {
  font-size: 25px;
  text-align: right;
  margin-bottom: 10px;
  font-weight: normal;
}
#app .contact .contact-qr ul {
  display: flex;
}
#app .contact .contact-qr ul li {
  margin-left: 25px;
}
#app .contact .contact-qr ul li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 155px;
  background: url(../images/qr_bg.png) no-repeat;
}
#app .contact .contact-qr ul li p {
  font-size: 17px;
  text-align: right;
  line-height: 22px;
  margin-top: 10px;
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
