body {
  min-width: 1350px;
}
.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: #6d3b8c;
}
#app .right_gg {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  width: 149px;
  box-sizing: border-box;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#app .right_gg .right_gg-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to bottom, #8c5595, #743975);
  height: 52px;
  margin-bottom: 13px;
  cursor: pointer;
  position: relative;
  opacity: 1;
}
#app .right_gg .right_gg-item:hover {
  opacity: 0.9;
}
#app .right_gg .bottom-line::after {
  position: absolute;
  left: 15px;
  bottom: -13px;
  content: '';
  width: 120px;
  height: 13px;
  background: #471748;
  transform: skewX(120deg);
}
#app .right_gg .right_gg_qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 143px;
  font-size: 0;
  background: url(../images/qr_bg.png) no-repeat center;
}
#app .right_gg .right_gg_qr img {
  width: 131px;
}
#app .right_gg .right_gg-top {
  border-radius: 6px;
}
#app .right_gg .right_gg-top img {
  margin-left: 6px;
  transform: translateY(3px);
}
#app .header {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: #fff;
  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 {
  height: 100%;
  font-size: 20px;
  color: #08137d;
  line-height: 100px;
  padding: 0 20px;
  background: #fff;
  transition: background 0.2s;
  cursor: pointer;
}
#app .header ul li:hover {
  background: #f4f5f5;
}
#app .header ul .btn {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 20px;
  cursor: default;
}
#app .header ul .btn span {
  display: block;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #6c449d, #202485);
  color: #fff;
  line-height: 40px;
  opacity: 1;
  transition: opacity 0.2s;
  cursor: pointer;
}
#app .header ul .btn span:hover {
  opacity: 0.9;
}
#app .header ul .btn:hover {
  background: #fff;
}
#app .header ul .hot {
  position: relative;
  font-weight: bold;
}
#app .header ul .hot::after {
  position: absolute;
  right: -14px;
  top: 4px;
  width: 56px;
  height: 45px;
  background: url(../images/icon/hot.png) no-repeat;
  content: '';
  z-index: 2;
}
#app .titleCC {
  font-size: 0;
  text-align: center;
}
#app .titleCC span {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 44px;
  color: #6d3b8c;
  line-height: 44px;
  font-weight: bold;
  letter-spacing: 2px;
}
#app .titleCC span::before {
  position: absolute;
  left: -167px;
  top: 50%;
  transform: translateY(-50%);
  width: 167px;
  height: 42px;
  background: url(../images/icon/title_left1.png) no-repeat;
  content: '';
}
#app .titleCC span::after {
  position: absolute;
  right: -167px;
  top: 50%;
  transform: translateY(-50%);
  width: 167px;
  height: 42px;
  background: url(../images/icon/title_right1.png) no-repeat;
  content: '';
}
#app .titleCC.white-color span {
  color: #fff;
}
#app .titleCC.white-color span::before {
  background: url(../images/icon/title_left2.png) no-repeat;
}
#app .titleCC.white-color span::after {
  background: url(../images/icon/title_right2.png) no-repeat;
}
#app .banner {
  width: 100%;
  height: 650px;
  background: url("../images/banner.jpg") no-repeat center;
}
#app .beijing {
  padding: 70px 0;
}
#app .beijing .content {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .beijing .content .text p {
  font-size: 20px;
  color: #171717;
  line-height: 1.5em;
  text-indent: 2em;
  margin-bottom: 5px;
}
#app .beijing .content .text p:last-child {
  margin-bottom: 0;
}
#app .beijing .content img {
  transform: translateX(20px);
}
#app .beijing .data-light {
  margin-top: 70px;
}
#app .beijing .data-light ul {
  display: flex;
  justify-content: space-around;
}
#app .beijing .data-light ul li {
  box-sizing: border-box;
  width: 180px;
  height: 182px;
  padding-top: 30px;
  background: url(../images/jvxing.png) no-repeat;
  text-align: center;
}
#app .beijing .data-light ul li p {
  font-size: 20px;
  color: #24168e;
}
#app .beijing .data-light ul li p:first-child {
  font-size: 30px;
  margin-bottom: 5px;
}
#app .beijing .data-light ul li p:first-child span {
  font-size: 50px;
}
#app .liangdian {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 690px;
  padding-top: 55px;
  background: url(../images/light_bg.png) no-repeat top center;
}
#app .liangdian .content {
  width: 1229px;
  height: 466px;
  margin-top: 45px;
  background: url(../images/light.png) no-repeat center;
  transform: translateX(-15px);
}
#app .liangdian .content ul {
  display: flex;
  padding: 0 20px;
}
#app .liangdian .content ul li {
  box-sizing: border-box;
  width: 25%;
  padding: 50px 20px 0;
  color: #000;
}
#app .liangdian .content ul li h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}
#app .liangdian .content ul li p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
#app .liangdian .content ul li:nth-child(2n) {
  padding-top: 230px;
}
#app .liangdian .content ul li:nth-child(2n) h3 {
  margin-bottom: 25px;
}
#app .tongqihuodong {
  width: 100%;
  height: 686px;
  box-sizing: border-box;
  background: url("../images/tongqi_bg.png") no-repeat center / cover;
  padding-top: 60px;
}
#app .tongqihuodong .content {
  width: 100%;
  margin-top: 35px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .tongqihuodong .content li {
  width: 384px;
  box-sizing: border-box;
  margin-bottom: 28px;
  padding-top: 11px;
  background-color: #fff;
  border: 1px solid #9cabc0;
}
#app .tongqihuodong .content li a {
  cursor: pointer;
}
#app .tongqihuodong .content li a.no-href {
  cursor: default;
}
#app .tongqihuodong .content li div {
  width: 360px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
}
#app .tongqihuodong .content li div img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s;
}
#app .tongqihuodong .content li:hover div img {
  transform: scale(1.1);
}
#app .tongqihuodong .content li p {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .tongqihuodong .content li p span {
  font-size: 14px;
  color: #000;
  text-align: center;
}
#app .richeng {
  padding-top: 70px;
  background: #f9f9f9;
}
#app .richeng .content {
  margin-top: 55px;
}
#app .richeng .content table {
  width: 1076px;
  margin: 0 auto;
  border-collapse: collapse;
}
#app .richeng .content table tr td {
  padding: 7px 25px;
  border: 1px solid #2250a5;
  font-size: 18px;
  line-height: 26px;
  color: #000b31;
  font-weight: bold;
  box-sizing: border-box;
}
#app .richeng .content table tr td.tc {
  text-align: center;
  padding: 7px 0;
}
#app .richeng .content table tr td span {
  margin-right: 5px;
  font-weight: bold;
}
#app .richeng .content table tr:first-child {
  background: linear-gradient(to right, #3f37ff, #6c64ff);
}
#app .richeng .content table tr:first-child td {
  background: transparent;
  color: #fff;
}
#app .yicheng {
  padding: 50px 0 35px;
  background: #f9f9f9;
}
#app .yicheng .yicheng-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
#app .yicheng .yicheng-tab li {
  position: relative;
  height: 43px;
  padding: 0 45px;
  margin: 0 31px;
  font-size: 22px;
  color: #fff;
  line-height: 43px;
  background: #9271b6;
  border-radius: 12px;
  cursor: pointer;
}
#app .yicheng .yicheng-tab li::after {
  display: none;
  position: absolute;
  left: 50%;
  top: 43px;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #6f4899;
  border-bottom: 20px solid transparent;
}
#app .yicheng .yicheng-tab li.active {
  background: #8655ba;
}
#app .yicheng .yicheng-tab li.active::after {
  display: block;
}
#app .yicheng .content {
  width: 1150px;
  margin: 0 auto;
}
#app .yicheng .content table {
  width: 100%;
  border-collapse: collapse;
}
#app .yicheng .content table thead tr {
  background: linear-gradient(to right, #9e3aff, #805bff);
}
#app .yicheng .content table thead tr:nth-child(2) {
  background: linear-gradient(to right, #9a3eff, #7a62ff);
}
#app .yicheng .content table thead tr:nth-child(2) th {
  height: 36px;
  font-size: 19px;
}
#app .yicheng .content table thead tr th {
  height: 46px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #9271b6;
  border-bottom: 1px solid #f9f9f9;
}
#app .yicheng .content table tbody td {
  padding: 10px 25px;
  border: 1px solid #9271b6;
  font-size: 16px;
  color: #101010;
}
#app .yicheng .content table tbody td em {
  color: #6f4899;
  font-weight: bold;
}
#app .yicheng .content table tbody .section td {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #7e5eff;
}
#app .yicheng .content table tbody .sub-section td {
  text-align: center;
  background: #e2dbea;
}
#app .yicheng .content table tbody .time {
  width: 164px;
  text-align: center;
}
#app .yicheng .content .table2 thead tr {
  background: #6f4899;
}
#app .yicheng .content .table2 thead tr:nth-child(2) {
  background: #6f4899;
}
#app .yicheng .content .table2 tbody .section td {
  background: #9271b6;
}
#app .yicheng .tips {
  width: 1150px;
  margin: 12px auto 0;
  font-size: 12px;
  color: #101010;
  text-align: right;
}
#app .blue-book {
  box-sizing: border-box;
  height: 1001px;
  padding-top: 45px;
  background: url(../images/bluebook_bg.png) no-repeat center;
}
#app .blue-book .content {
  position: relative;
  margin-top: 65px;
}
#app .blue-book .content .text-wrap .item {
  margin-top: 22px;
}
#app .blue-book .content .text-wrap .item:first-child {
  margin-top: 0;
}
#app .blue-book .content .text-wrap .title {
  height: 49px;
  padding-left: 45px;
  margin-bottom: 14px;
  background: url(../images/bluebook_title.png) no-repeat left center;
  font-size: 20px;
  color: #fff;
  line-height: 49px;
  font-weight: bold;
  letter-spacing: 1px;
}
#app .blue-book .content .text-wrap .text {
  padding-left: 26px;
}
#app .blue-book .content .text-wrap .text p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
#app .blue-book .content .text-wrap .text p i {
  font-weight: bold;
}
#app .blue-book .content .text-wrap .text .sub-title {
  position: relative;
  color: #2457f4;
  margin-top: 6px;
}
#app .blue-book .content .text-wrap .text .sub-title:first-child {
  margin-top: 0;
}
#app .blue-book .content .text-wrap .text .sub-title::before {
  position: absolute;
  left: -19px;
  top: 11px;
  width: 7px;
  height: 7px;
  background: #2457f4;
  border-radius: 7px;
  content: '';
}
#app .blue-book .content .text-wrap .has-line {
  position: relative;
}
#app .blue-book .content .text-wrap .has-line p {
  line-height: 24px;
}
#app .blue-book .content .text-wrap .has-line::after {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 1px;
  height: calc(100% - 20px);
  background: #2457f4;
  content: '';
}
#app .blue-book .content .book-photo {
  position: absolute;
  right: 80px;
  bottom: 0;
}
#app .blue-book .content .book-photo a {
  position: absolute;
  left: 60px;
  bottom: 71px;
  width: 325px;
  height: 64px;
}
#app .bangdan {
  height: 892px;
  box-sizing: border-box;
  background: url("../images/bangdan_bg.png") no-repeat center / cover;
  padding-top: 85px;
}
#app .bangdan .centerBox {
  width: 1351px;
}
#app .bangdan .content {
  margin-top: 30px;
  height: 720px;
  background: url(../images/bangdan.png) no-repeat bottom left;
}
#app .bangdan .content .tips {
  height: 54px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#app .bangdan .content ul {
  display: flex;
  justify-content: center;
}
#app .bangdan .content ul li {
  position: relative;
  width: 408px;
  height: 487px;
  margin-right: 19px;
}
#app .bangdan .content ul li:last-child {
  margin-right: 0;
}
#app .bangdan .content ul li h3 {
  height: 96px;
  padding-left: 57px;
  font-size: 35px;
  color: #fff;
  line-height: 96px;
  font-weight: 500;
}
#app .bangdan .content ul li .text {
  box-sizing: border-box;
  height: 260px;
  padding: 20px 34px 0;
}
#app .bangdan .content ul li .text p {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 29px;
  padding-left: 20px;
}
#app .bangdan .content ul li .text p::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  content: '';
}
#app .bangdan .content ul li .button {
  display: block;
  width: 298px;
  height: 42px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
#app .bangdan .content ul li .button:hover {
  transform: scale(1.05);
}
#app .bangdan .content ul li:nth-child(1) .button {
  background: #f83a48;
}
#app .bangdan .content ul li:nth-child(2) .button {
  background: #3a4bc9;
}
#app .bangdan .content ul li:nth-child(3) .button {
  background: #6f4899;
}
#app .bangdan .content .rukou {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-top: 32px;
  letter-spacing: 2px;
}
#app .bangdan .content .rukou img {
  transform: translateX(20px) translateY(-3px);
}
#app .renqun {
  height: 813px;
  box-sizing: border-box;
  background: url('../images/guanzhong_bg.png') no-repeat center top;
  background-size: cover;
  padding-top: 65px;
}
#app .renqun .content {
  margin-top: 58px;
}
#app .renqun .content ul {
  position: relative;
  height: 570px;
  border-top: 1px solid transparent;
}
#app .renqun .content ul li {
  position: absolute;
  width: 325px;
  color: #000;
}
#app .renqun .content ul li h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  z-index: 2;
}
#app .renqun .content ul li p {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  z-index: 2;
}
#app .renqun .content ul li i {
  position: absolute;
  left: -11px;
  top: -12px;
  width: 38px;
  height: 38px;
  background: url(../images/icon/circle.png) no-repeat;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
#app .renqun .content ul li:hover i {
  transform: scale(1.3);
}
#app .renqun .content ul li:nth-child(1) {
  left: 157px;
  top: 12px;
}
#app .renqun .content ul li:nth-child(2) {
  left: 55px;
  top: 162px;
}
#app .renqun .content ul li:nth-child(3) {
  left: 90px;
  top: 297px;
}
#app .renqun .content ul li:nth-child(4) {
  left: 154px;
  top: 430px;
}
#app .renqun .content ul li:nth-child(5) {
  left: 907px;
  top: 12px;
}
#app .renqun .content ul li:nth-child(6) {
  left: 885px;
  top: 180px;
}
#app .renqun .content ul li:nth-child(7) {
  left: 860px;
  top: 370px;
}
#app .renqun .content ul div {
  width: 393px;
  height: 393px;
  margin: 70px auto 0;
  background: url(../images/guanzhong.png) no-repeat center / cover;
  z-index: 1;
}
#app .jiabin {
  height: 1000px;
  box-sizing: border-box;
  padding-top: 50px;
  background: url(../images/jiabin_bg.png) no-repeat center;
}
#app .jiabin .content {
  margin-top: 50px;
}
#app .jiabin .jiabin-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#app .jiabin .jiabin-wrap .jiabin-item {
  width: 20%;
  height: 350px;
  margin-bottom: 45px;
  color: #fff;
}
#app .jiabin .jiabin-wrap .jiabin-item .pic {
  width: 212px;
  height: 212px;
  margin: 0 auto;
  position: relative;
}
#app .jiabin .jiabin-wrap .jiabin-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 212px;
  height: 212px;
  background: url("../images/jiabin/ring.png") center no-repeat;
  background-size: 100% 100%;
}
#app .jiabin .jiabin-wrap .jiabin-item .pic img {
  border-radius: 100%;
  width: 176px;
  height: 176px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .jiabin .jiabin-wrap .jiabin-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .jiabin .jiabin-wrap .jiabin-item .name {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
}
#app .jiabin .jiabin-wrap .jiabin-item .line {
  display: block;
  height: 1px;
  margin: 10px 0;
  background: url(../images/jiabin/line.png) no-repeat center;
}
#app .jiabin .jiabin-wrap .jiabin-item .info {
  font-size: 16px;
  text-align: center;
  line-height: 22px;
}
#app .wj-jiabin {
  padding: 50px 0 40px;
}
#app .wj-jiabin .content {
  position: relative;
  margin-top: 50px;
}
#app .wj-jiabin .content .swiper-button-next,
#app .wj-jiabin .content .swiper-button-prev {
  top: 43%;
  background-color: #e1e1e1;
  box-sizing: border-box;
  width: 88px;
  height: 88px;
  border-radius: 500px;
}
#app .wj-jiabin .content .swiper-button-next::after,
#app .wj-jiabin .content .swiper-button-prev::after {
  font-size: 26px;
  font-weight: 900;
  color: #8c5595;
}
#app .wj-jiabin .content .swiper-button-next {
  right: -130px;
}
#app .wj-jiabin .content .swiper-button-prev {
  left: -130px;
}
#app .wj-jiabin ul {
  display: flex;
  flex-wrap: wrap;
  height: 578px;
}
#app .wj-jiabin ul li {
  margin-bottom: 50px;
  margin-right: 20px;
  user-select: none;
}
#app .wj-jiabin ul li:nth-child(6n) {
  margin-right: 0;
}
#app .qiye {
  padding: 60px 0 50px;
}
#app .qiye .centerBox {
  width: 1219px;
}
#app .qiye .content {
  position: relative;
  margin-top: 40px;
}
#app .qiye .content img {
  display: block;
}
#app .qiye .content .swiper-pagination {
  bottom: 70px;
}
#app .qiye .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 50px;
  margin: 35px auto 0;
  border-radius: 5px;
  background: #232586;
  border: 1px solid #232586;
  font-size: 20px;
  color: #fff;
  transition: all 0.15s ease-in-out;
}
#app .qiye .content a i {
  display: block;
  width: 28px;
  height: 23px;
  background: url(../images/icon/huoban1.png) no-repeat;
  margin-right: 10px;
}
#app .qiye .content a:hover {
  background: #fff;
  border: 1px solid #000b31;
  color: #000b31;
}
#app .qiye .content a:hover i {
  background: url(../images/icon/huoban2.png) no-repeat;
}
#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;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#app .goupiao .content .sumPrice {
  width: 100%;
  margin-top: 20px;
  text-align: right;
  font-size: 22px;
  color: #ed0707;
}
#app .goupiao .content .buyBtnBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8em;
  justify-content: space-between;
  color: #282828;
}
#app .goupiao .content .buyBtnBox span {
  color: #ff0000;
}
#app .goupiao .content .buyBtnBox .buyBtn {
  width: 195px;
  height: 44px;
  background: url(../images/goupiao_btn.png) no-repeat;
  cursor: pointer;
  margin-right: 20px;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
#app .goupiao .content .buyBtnBox .buyBtn:hover {
  transform: scale(1.05);
}
#app .goupiao table {
  border-collapse: collapse;
}
#app .goupiao table .line-bg {
  background: linear-gradient(to right, #704ab3, #7e5dff);
}
#app .goupiao table .remark {
  text-align: center;
  line-height: 1.5em;
}
#app .review {
  padding-top: 70px;
  background: url(../images/review_bg.png) no-repeat center / cover;
}
#app .review .content {
  position: relative;
  margin-top: 60px;
}
#app .review .content .swiper-slide {
  position: relative;
  width: 365px;
  padding-bottom: 45px;
}
#app .review .content .swiper-slide a {
  display: block;
  width: 340px;
  padding-left: 25px;
}
#app .review .content .swiper-slide .line {
  position: absolute;
  left: -14px;
  top: 0;
  width: 26px;
  height: 345px;
  background: url(../images/review/line.png) no-repeat;
}
#app .review .content .swiper-slide .name {
  height: 70px;
  font-size: 21px;
  color: #fff;
  line-height: 26px;
}
#app .review .content .swiper-slide .photo > div {
  width: 310px;
  height: 210px;
  margin-bottom: 14px;
  overflow: hidden;
}
#app .review .content .swiper-slide .photo > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
#app .review .content .swiper-slide .photo > div:hover img {
  transform: scale(1.05);
}
#app .review .content .swiper-slide .time {
  position: relative;
  font-size: 62px;
  color: #fff;
  line-height: 1em;
  font-weight: bold;
  margin-top: 10px;
  z-index: 3;
}
#app .review .content .swiper-slide .time::after {
  position: absolute;
  left: 180px;
  top: 11px;
  width: 30px;
  height: 33px;
  background: url(../images/review/right.png) no-repeat;
  content: '';
}
#app .review .content::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 77px;
  background: linear-gradient(to right, #3238fb, #492db4);
  content: '';
}
#app .review .content::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 77px;
  background: url(../images/review/line2.png) repeat-x center;
  content: '';
}
#app .zanzhu {
  box-sizing: border-box;
  height: 700px;
  padding-top: 65px;
  background: url(../images/zanzhu_bg.png) no-repeat center top / cover, #fff;
}
#app .zanzhu .centerBox {
  width: 1312px;
}
#app .zanzhu .content {
  margin-top: 60px;
}
#app .zanzhu .content .text-wrap {
  box-sizing: border-box;
  padding: 0 60px 80px;
  background: url(../images/zanzhu_bg2.png) no-repeat center bottom;
}
#app .zanzhu .content .text-wrap .item {
  display: flex;
  margin-bottom: 35px;
}
#app .zanzhu .content .text-wrap .item:last-child {
  margin-bottom: 0;
}
#app .zanzhu .content .text-wrap .item .type {
  width: 80px;
  height: 27px;
  background: linear-gradient(to right, #0520bd, #2b76c4);
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 27px;
  margin-right: 30px;
}
#app .zanzhu .content .text-wrap .item .text {
  font-size: 18px;
  color: #000;
  line-height: 30px;
}
#app .zanzhu .content .text-wrap .item .text span {
  color: #ff0000;
}
#app .zanzhu .content .btn {
  margin-top: 52px;
  display: flex;
  justify-content: center;
}
#app .zanzhu .content .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 433px;
  height: 94px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #69439c, #1f2484);
  margin: 0 80px;
  color: #fff;
  opacity: 0.93;
  transition: opacity 0.15s ease-in-out;
}
#app .zanzhu .content .btn a:hover {
  opacity: 1;
}
#app .zanzhu .content .btn a::before {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 38px;
  background: url(../images/icon/bottom.png) no-repeat;
  content: '';
}
#app .zanzhu .content .btn a i {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 40px;
}
#app .zanzhu .content .btn a p {
  font-size: 32px;
  letter-spacing: 2px;
}
#app .zanzhu .content .btn a span {
  font-size: 20px;
}
#app .zanzhu .content .btn a:nth-child(1) i {
  background: url(../images/icon/zanzhu.png) no-repeat;
}
#app .zanzhu .content .btn a:nth-child(2) i {
  background: url(../images/icon/phone.png) no-repeat;
}
#app .jigou {
  height: 1072px;
  background: url(../images/jigou.png) no-repeat center top, #ededed;
}
#app .aboutUs {
  height: 466px;
  box-sizing: border-box;
  padding: 75px 0 0;
  background: url(../images/about_bg.png) no-repeat center;
  background-size: cover;
}
#app .aboutUs .centerBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
#app .aboutUs .content-left {
  width: 688px;
}
#app .aboutUs .content-left > h3 {
  padding-right: 22px;
  border-right: 2px solid #fff;
  font-size: 41px;
  line-height: 1;
  text-align: right;
  font-weight: 500;
}
#app .aboutUs .content-left ul {
  width: 100%;
  margin-top: 140px;
}
#app .aboutUs .content-left .card {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 330px;
  height: 125px;
  padding: 40px 0 0 18px;
  margin-right: 25px;
  background: #1e2384;
  border-radius: 30px 0 30px 0;
}
#app .aboutUs .content-left .card h3 {
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 17px;
}
#app .aboutUs .content-left .card h3 i {
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(../images/icon/us.png) no-repeat left center;
  vertical-align: middle;
  margin-left: 5px;
}
#app .aboutUs .content-left .card p {
  font-size: 15px;
  line-height: 1.5em;
}
#app .aboutUs .content-left .card p span {
  font-size: 12px;
}
#app .aboutUs .content-left .card > img {
  position: absolute;
  top: -68px;
  right: 15px;
  width: 123px;
}
#app .aboutUs .content-left .card:last-child {
  margin-right: 0;
}
#app .aboutUs .content-right img {
  width: 120px;
}
#app .aboutUs .content-right p {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 25px;
}
#app .aboutUs .content-right p:last-child {
  margin-bottom: 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);
  }
}
