.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
#app {
  width: 100%;
  box-sizing: border-box;
  color: #013a7f;
}
#app .right_gg {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 178px;
  height: 422px;
  padding-top: 75px;
  background: url(../images/right/right_bg.png) no-repeat center;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 49px;
  margin-bottom: 12px;
  border-radius: 49px;
  background-color: #2589ce;
  transition: background-color 0.2s;
  cursor: pointer;
}
#app .right_gg .right_gg-item div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 41px;
  box-sizing: border-box;
  border: 1px solid #00ffff;
  border-radius: 41px;
  font-size: 0;
}
#app .right_gg .right_gg-item div img {
  margin-right: 6px;
}
#app .right_gg .right_gg-item div span {
  font-size: 22px;
  color: #fff;
}
#app .right_gg .right_gg-item.top {
  width: 117px;
  height: 30px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #5ceae1;
  background-color: #013c96;
  font-size: 0;
}
#app .right_gg .right_gg-item.top img {
  margin-left: 6px;
}
#app .right_gg .right_gg-item.top span {
  font-size: 18px;
  color: #fff;
}
#app .right_gg .right_gg-item:hover {
  background-color: #0364af;
}
#app .header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  background-color: #29c6d0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header ul {
  display: flex;
  align-items: center;
  height: 100%;
}
#app .header ul li {
  position: relative;
  height: 100%;
  padding: 0 25px;
  font-size: 22px;
  color: #fff;
  line-height: 80px;
  cursor: pointer;
}
#app .header ul li span {
  position: relative;
  z-index: 2;
}
#app .header ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/nav_item.png) repeat-x center;
  opacity: 0;
  transition: opacity 0.2s;
  content: '';
}
#app .header ul li:hover::after {
  opacity: 1;
}
#app .titleCC {
  margin-bottom: 60px;
  font-size: 0;
  text-align: center;
}
#app .titleCC span {
  position: relative;
  display: inline-block;
  font-size: 58px;
  line-height: 1em;
  font-weight: bold;
}
#app .titleCC span::before {
  position: absolute;
  left: -140px;
  bottom: 0;
  width: 120px;
  height: 39px;
  background: url(../images/title2.png) no-repeat center;
  content: '';
}
#app .titleCC span::after {
  position: absolute;
  right: -140px;
  bottom: 0;
  width: 120px;
  height: 39px;
  background: url(../images/title1.png) no-repeat center;
  content: '';
}
#app .button-prev,
#app .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
#app .button-prev {
  left: -50px;
}
#app .button-next {
  right: -50px;
  transform: translateY(-50%) rotate(180deg);
}
#app .banner {
  width: 100%;
  height: 660px;
  box-sizing: border-box;
  background: url("../images/banner0630.jpg") no-repeat center;
}
#app .intro {
  box-sizing: border-box;
  height: 894px;
  padding-top: 90px;
  background: url("../images/bg/1.png") no-repeat center;
}
#app .intro .text {
  position: relative;
  box-sizing: border-box;
  width: 1262px;
  height: 589px;
  padding: 72px;
  transform: translateX(-32px) translateY(-15px);
  background: url("../images/bg/3.png") no-repeat center;
}
#app .intro .text > p {
  font-size: 22px;
  text-align: justify;
  text-indent: 2em;
  line-height: 1.5em;
}
#app .intro .text .counter-wrap {
  position: absolute;
  left: 50%;
  bottom: -42px;
  transform: translateX(-50%);
  width: 1041px;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/bg/4.png") no-repeat center;
}
#app .intro .text .counter-wrap li {
  padding: 0 50px;
}
#app .intro .text .counter-wrap li p {
  font-size: 20px;
  text-align: center;
}
#app .intro .text .counter-wrap li p:first-child {
  font-size: 34px;
}
#app .intro .text .counter-wrap li p:first-child span {
  font-size: 44px;
}
#app .light {
  box-sizing: border-box;
  height: 953px;
  padding-top: 105px;
  background: url("../images/bg/2.png") no-repeat center;
}
#app .light .content {
  padding-top: 130px;
}
#app .light .content ul {
  position: relative;
  width: 343px;
  height: 305px;
  margin: 0 auto;
  background: url("../images/liangdian.png") no-repeat center;
}
#app .light .content ul li {
  position: absolute;
}
#app .light .content ul li div {
  font-size: 0;
  margin-bottom: 20px;
}
#app .light .content ul li div p {
  position: relative;
  display: inline-block;
  height: 52px;
  padding: 0 30px;
  border-radius: 10px;
}
#app .light .content ul li div p span {
  position: relative;
  font-size: 20px;
  color: #1482dd;
  line-height: 52px;
  z-index: 2;
  transition: color 0.2s;
}
#app .light .content ul li div p::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right, #1a8dee, #59aef3);
  opacity: 0.18;
  transition: opacity 0.2s;
  content: '';
}
#app .light .content ul li div p i {
  position: absolute;
  top: 24px;
  left: -15px;
  width: 1px;
  height: 165px;
  background: url(../images/line.png) no-repeat center bottom;
}
#app .light .content ul li div p i::after {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #59aef3;
  content: '';
}
#app .light .content ul li > p {
  font-size: 18px;
  color: #323435;
  line-height: 1.5em;
  text-align: justify;
}
#app .light .content ul li:nth-child(1) {
  width: 485px;
  right: 260px;
  top: -120px;
}
#app .light .content ul li:nth-child(1) div {
  text-align: right;
}
#app .light .content ul li:nth-child(1) div p i {
  left: auto;
  right: -15px;
}
#app .light .content ul li:nth-child(2) {
  width: 460px;
  left: 315px;
  top: -62px;
}
#app .light .content ul li:nth-child(2) i {
  height: 165px;
}
#app .light .content ul li:nth-child(3) {
  width: 368px;
  right: 385px;
  top: 128px;
}
#app .light .content ul li:nth-child(3) div {
  text-align: right;
}
#app .light .content ul li:nth-child(3) div p i {
  height: 68px;
  left: auto;
  right: -15px;
}
#app .light .content ul li:nth-child(4) {
  width: 632px;
  left: 135px;
  top: 330px;
}
#app .light .content ul li:hover div p span {
  color: #fff;
}
#app .light .content ul li:hover div p::after {
  opacity: 1;
}
#app .tongqi {
  padding-bottom: 85px;
}
#app .tongqi .content {
  display: flex;
  justify-content: space-between;
}
#app .tongqi .content div ul:last-child {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
#app .tongqi .content li {
  overflow: hidden;
}
#app .tongqi .content li img {
  transform: scale(1);
  transition: transform 0.5s;
}
#app .tongqi .content li:hover img {
  transform: scale(1.05);
}
#app .richeng {
  padding-bottom: 100px;
}
#app .richeng table {
  width: 100%;
  border-collapse: collapse;
}
#app .richeng table thead tr {
  background: linear-gradient(to right, #198bea, #0364af);
}
#app .richeng table thead tr th {
  box-sizing: border-box;
  height: 44px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
#app .richeng table tbody td {
  box-sizing: border-box;
  padding: 15px 0;
  padding-left: 35px;
  font-size: 20px;
  color: #013a7f;
}
#app .richeng table tbody td:last-child {
  padding-right: 20px;
}
#app .richeng table tbody td.line {
  padding: 0;
  height: 10px;
  background: #fff;
}
#app .richeng table tbody td.section {
  padding: 0;
  height: 34px;
  color: #fff;
  text-align: center;
  background: #29c6d0;
}
#app .richeng table tbody td.time {
  padding: 0;
  text-align: center;
  border-right: 4px solid #fff;
}
#app .richeng table tbody td p {
  line-height: 1.5em;
}
#app .richeng table tbody td p i {
  font-size: 26px;
  font-weight: bold;
  margin-right: 6px;
}
#app .richeng table tbody .bg td {
  background: rgba(41, 198, 208, 0.09);
}
#app .richeng .tips {
  font-size: 16px;
  color: #353535;
  text-align: right;
  margin-top: 10px;
}
#app .bangdan {
  padding-bottom: 100px;
}
#app .bangdan .content h3 {
  font-size: 33px;
  text-align: center;
  margin-bottom: 40px;
}
#app .bangdan .content ul {
  display: flex;
  justify-content: space-between;
}
#app .bangdan .content ul li {
  box-sizing: border-box;
  width: 383px;
  height: 452px;
  padding: 118px 0 0;
}
#app .bangdan .content ul li .text {
  height: 248px;
  color: #fff;
  text-align: center;
}
#app .bangdan .content ul li .text h4 {
  font-size: 34px;
  margin-bottom: 42px;
}
#app .bangdan .content ul li .text p {
  font-size: 20px;
  line-height: 43px;
}
#app .bangdan .content ul li a {
  display: block;
  width: 342px;
  height: 58px;
  margin: 0 auto;
  background: url(../images/btn1.png) no-repeat center;
  transform: scale(1);
  transition: transform 0.2s;
}
#app .bangdan .content ul li a:hover {
  transform: scale(1.05);
}
#app .bangdan .content ul li:nth-child(1) {
  background: url(../images/bangdan1.png) no-repeat center;
}
#app .bangdan .content ul li:nth-child(1) .text h4 {
  margin-bottom: 22px;
}
#app .bangdan .content ul li:nth-child(1) .text p {
  line-height: 33px;
}
#app .bangdan .content ul li:nth-child(2) {
  background: url(../images/bangdan2.png) no-repeat center;
}
#app .bangdan .content ul li:nth-child(2) a {
  background: url(../images/btn2.png) no-repeat center;
}
#app .bangdan .content ul li:nth-child(3) {
  background: url(../images/bangdan3.png) no-repeat center;
}
#app .canbian {
  box-sizing: border-box;
  height: 1000px;
  padding-top: 75px;
  background: url(../images/bg/5.png) no-repeat center;
}
#app .canbian .tab {
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
  margin-bottom: 32px;
  background: url(../images/bluebook/line.png) no-repeat center bottom;
}
#app .canbian .tab li {
  position: relative;
  padding: 18px 0 30px;
  font-size: 22px;
  color: #333;
  transition: color 0.2s;
  cursor: pointer;
  user-select: none;
}
#app .canbian .tab li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #24cba9;
  opacity: 0;
  transition: opacity 0.2s;
  content: '';
}
#app .canbian .tab li::after {
  position: absolute;
  right: -60px;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../images/bluebook/icon.png) no-repeat center;
  content: '';
}
#app .canbian .tab li.active {
  color: #24cba9;
}
#app .canbian .tab li.active::before {
  opacity: 1;
}
#app .canbian .tab-content {
  box-sizing: border-box;
  width: 1164px;
  height: 530px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #333;
}
#app .canbian .tab-content.tab1 ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
#app .canbian .tab-content.tab1 ul li {
  position: relative;
  box-sizing: border-box;
  width: 543px;
  height: 213px;
  border: 1px solid #a0e8da;
  overflow: hidden;
}
#app .canbian .tab-content.tab1 ul li img {
  float: right;
  height: 100%;
  transform: scale(1);
  transition: transform 0.5s;
}
#app .canbian .tab-content.tab1 ul li p {
  position: absolute;
  left: 27px;
  top: 20px;
  font-size: 18px;
  color: #3c3d3d;
  line-height: 1.5em;
}
#app .canbian .tab-content.tab1 ul li:hover img {
  transform: scale(1.05);
}
#app .canbian .tab-content.tab1 ul li:nth-child(1),
#app .canbian .tab-content.tab1 ul li:nth-child(2) {
  margin-bottom: 24px;
}
#app .canbian .tab-content.tab1 ul li:nth-child(1),
#app .canbian .tab-content.tab1 ul li:nth-child(3) {
  margin-right: 24px;
}
#app .canbian .tab-content.tab2 {
  background: url(../images/bluebook/bg1.png) no-repeat center, #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .canbian .tab-content.tab2 ul li {
  display: flex;
  align-items: center;
  width: 928px;
  height: 93px;
  margin-bottom: 43px;
  background: #fff;
}
#app .canbian .tab-content.tab2 ul li:last-child {
  margin-bottom: 0;
}
#app .canbian .tab-content.tab2 ul li img {
  margin-left: 18px;
  margin-right: 34px;
}
#app .canbian .tab-content.tab2 ul li .text p {
  font-size: 13px;
  color: #4c4c4c;
  line-height: 1.5em;
}
#app .canbian .tab-content.tab2 ul li .text p:first-child {
  font-size: 18px;
  color: #323232;
  font-weight: bold;
  margin-bottom: 11px;
}
#app .canbian .tab-content.tab3 {
  background: url(../images/bluebook/bg2.png) no-repeat center, #fff;
}
#app .canbian .tab-content.tab3 ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#app .canbian .tab-content.tab3 ul li {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 185px;
  height: 100px;
}
#app .canbian .tab-content.tab3 ul li img {
  margin-bottom: 10px;
  transform: translateY(0);
  transition: transform 0.2s;
}
#app .canbian .tab-content.tab3 ul li p {
  font-size: 15px;
  color: #03cfba;
  text-align: center;
}
#app .canbian .tab-content.tab3 ul li:nth-child(1) {
  left: 160px;
  top: 244px;
}
#app .canbian .tab-content.tab3 ul li:nth-child(2) {
  left: 218px;
  top: 88px;
}
#app .canbian .tab-content.tab3 ul li:nth-child(2) p {
  color: #0e4afa;
}
#app .canbian .tab-content.tab3 ul li:nth-child(3) {
  left: 483px;
  top: 21px;
}
#app .canbian .tab-content.tab3 ul li:nth-child(4) {
  left: 752px;
  top: 90px;
}
#app .canbian .tab-content.tab3 ul li:nth-child(4) p {
  color: #0e4afa;
}
#app .canbian .tab-content.tab3 ul li:nth-child(5) {
  left: 818px;
  top: 246px;
}
#app .canbian .tab-content.tab3 ul li:hover img {
  transform: translateY(-10px);
}
#app .canbian .btn {
  display: block;
  width: 264px;
  height: 57px;
  margin: 45px auto 0;
  background: url(../images/bluebook/btn.png) no-repeat center;
  transform: scale(1);
  transition: transform 0.2s;
}
#app .canbian .btn:hover {
  transform: scale(1.05);
}
#app .guanzhong {
  padding: 80px 0;
}
#app .guanzhong .content {
  width: 100%;
  height: 363px;
  background: url(../images/guanzhong.png) no-repeat left center;
}
#app .guanzhong .content ul {
  float: right;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 672px;
  height: 100%;
}
#app .guanzhong .content ul li {
  min-height: 40px;
  padding-left: 66px;
  background: url(../images/guanzhong2.png) no-repeat left center;
  font-size: 20px;
  color: #1c1c1c;
  line-height: 1.5em;
}
#app .jiabin {
  padding-bottom: 80px;
}
#app .jiabin .content {
  position: relative;
  --swiper-pagination-color: #0669b7;
  --swiper-pagination-bullet-inactive-color: #34c9d2;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
#app .jiabin .content .swiper-pagination {
  bottom: -20px;
}
#app .jiabin .jiabin-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#app .jiabin .jiabin-list .jiabin-item {
  position: relative;
  color: #fff;
}
#app .jiabin .jiabin-list .jiabin-item .text {
  position: absolute;
  left: 22px;
  bottom: 0;
  height: 155px;
}
#app .jiabin .jiabin-list .jiabin-item .name {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 10px;
}
#app .jiabin .jiabin-list .jiabin-item .info {
  font-size: 18px;
}
#app .qiye {
  box-sizing: border-box;
  height: 1030px;
  padding-top: 80px;
  background: url("../images/bg/6.png") no-repeat center;
}
#app .qiye h3 {
  height: 60px;
  margin-bottom: 34px;
  background: url("../images/title.png") no-repeat center;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
#app .qiye .content {
  position: relative;
  --swiper-pagination-color: #013a7f;
}
#app .qiye .content .swiper-pagination {
  bottom: -20px;
}
#app .wj-jiabin {
  padding: 80px 0 50px;
  background: linear-gradient(to bottom, #b9efec, #e9f5fa);
}
#app .wj-jiabin .titleCC {
  margin-bottom: 30px;
}
#app .wj-jiabin .content {
  position: relative;
  padding-top: 30px;
  --swiper-pagination-color: #013a7f;
}
#app .wj-jiabin .content .swiper-pagination {
  bottom: 0;
}
#app .wj-jiabin .jiabin-list {
  display: flex;
  flex-wrap: wrap;
}
#app .wj-jiabin .jiabin-list .jiabin-item {
  box-sizing: border-box;
  width: 228px;
  height: 316px;
  border-radius: 15px;
  margin-bottom: 30px;
  margin-right: 14px;
  padding-top: 30px;
  background: #fff;
}
#app .wj-jiabin .jiabin-list .jiabin-item:nth-child(5n) {
  margin-right: 0;
}
#app .wj-jiabin .jiabin-list .jiabin-item .pic {
  width: 164px;
  height: 164px;
  margin: 0 auto;
  position: relative;
}
#app .wj-jiabin .jiabin-list .jiabin-item .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 164px;
  height: 164px;
  background: url("../images/jiabin_wangjie/ring.png") center no-repeat;
  background-size: 100% 100%;
}
#app .wj-jiabin .jiabin-list .jiabin-item .pic img {
  border-radius: 100%;
  width: 159px;
  height: 159px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .wj-jiabin .jiabin-list .jiabin-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .wj-jiabin .jiabin-list .jiabin-item .name {
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
#app .wj-jiabin .jiabin-list .jiabin-item .info {
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
}
#app .map-wrap {
  padding: 80px 0;
}
#app .map-wrap .content > h3 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 26px;
}
#app .map-wrap .content .map {
  position: relative;
  font-size: 0;
  text-align: center;
}
#app .map-wrap .content .map img {
  max-width: 100%;
}
#app .map-wrap .content .map .btn {
  position: absolute;
  right: 175px;
  top: 23px;
  width: 200px;
  height: 57px;
  background: url(../images/btn3.png) no-repeat center;
}
#app .map-wrap .content .zanzhu {
  padding-top: 65px;
}
#app .map-wrap .content .zanzhu h4 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
}
#app .map-wrap .content .zanzhu h4 span {
  font-size: 28px;
  margin: 0 10px;
}
#app .map-wrap .content .zanzhu ul li {
  display: flex;
  align-items: center;
  width: 970px;
  margin: 0 auto 16px;
}
#app .map-wrap .content .zanzhu ul li:last-child {
  margin-bottom: 0;
}
#app .map-wrap .content .zanzhu ul li img {
  margin-right: 34px;
}
#app .map-wrap .content .zanzhu ul li .text p {
  font-size: 22px;
  color: #3f3f3f;
}
#app .map-wrap .content .zanzhu ul li .text p:first-child {
  font-size: 24px;
  color: #4dbab7;
  font-weight: bold;
  margin-bottom: 12px;
}
#app .map-wrap .content .zanzhu .btn {
  display: block;
  width: 264px;
  height: 57px;
  margin: 40px auto 0;
  background: url(../images/btn4.png) no-repeat center;
  transform: scale(1);
  transition: transform 0.2s;
}
#app .map-wrap .content .zanzhu .btn:hover {
  transform: scale(1.05);
}
#app .review {
  padding: 80px 0;
  background: #e9f3fa;
}
#app .review ul {
  display: flex;
  justify-content: space-between;
}
#app .review ul li {
  width: 374px;
  height: 383px;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#app .review ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: unset;
  overflow: hidden;
}
#app .review ul li .img-box {
  width: 327px;
  height: 170px;
  margin: 46px auto 0;
  overflow: hidden;
}
#app .review ul li .img-box img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.5s;
}
#app .review ul li:hover .img-box img {
  transform: scale(1.05);
}
#app .review ul li p {
  width: 327px;
  height: 63px;
  font-size: 21px;
  line-height: 1.5em;
  margin: 20px auto 28px;
}
#app .review ul li span {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  margin-left: 25px;
  border-radius: 3px;
  font-size: 17px;
  color: #00ca9d;
  line-height: 32px;
  background: #daf7f5;
}
#app .contact {
  box-sizing: border-box;
  height: 488px;
  padding-top: 90px;
  background: url("../images/bg/7.png") no-repeat center;
}
#app .contact .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .contact .content .text {
  display: flex;
}
#app .contact .content .text li {
  margin-right: 50px;
}
#app .contact .content .text li h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
#app .contact .content .text li p {
  font-size: 19px;
  line-height: 33px;
}
#app .contact .content .qr {
  display: flex;
}
#app .contact .content .qr li {
  margin-left: 22px;
}
#app .contact .content .qr li .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 162px;
  background: #07588b;
  margin-bottom: 8px;
}
#app .contact .content .qr li p {
  font-size: 15px;
  text-align: center;
}
@-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);
  }
}
