.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: 999;
  border-radius: 5px;
  background: linear-gradient(to bottom, #10c2e4, #2980cf);
  overflow: hidden;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 48px;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.15s;
}
#app .right_gg .right_gg-item .right_gg-icon {
  margin-right: 8px;
}
#app .right_gg .right_gg-item:hover {
  background-color: #00b7e4;
}
#app .header {
  width: 100%;
  height: 95px;
  box-sizing: border-box;
  background-color: #0357a3;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header .centerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#app .header ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 24px;
  color: #fff;
  margin: 0 10px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.15s;
}
#app .header ul li:hover {
  background-color: #004a8c;
}
#app .header ul li.btn {
  cursor: default;
}
#app .header ul li.btn a {
  display: inline-block;
  width: 107px;
  height: 41px;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  opacity: 1;
  transition: opacity 0.15s;
  cursor: pointer;
}
#app .header ul li.btn a:hover {
  opacity: 0.9;
}
#app .header ul li.btn:hover {
  background-color: transparent;
}
#app .header ul li.btn1 a {
  background: url(../images/btn1.png) no-repeat center;
}
#app .header ul li.btn2 a {
  background: url(../images/btn2.png) no-repeat center;
}
#app .titleCC {
  font-size: 0;
}
#app .banner {
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  background: url("../images/banner.png") no-repeat center bottom / 1920px auto;
}
#app .banner .centerBox {
  position: relative;
  height: 100%;
}
#app .banner .centerBox p {
  position: absolute;
  left: 75px;
  font-size: 34px;
  color: #044f91;
}
#app .banner .centerBox p:nth-child(1) {
  top: 395px;
}
#app .banner .centerBox p:nth-child(2) {
  top: 457px;
}
#app .page-bg1 {
  width: 100%;
  padding: 100px 0 120px;
  background: url("../images/bg1.png") no-repeat center bottom / cover;
}
#app .beijing .centerBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#app .beijing .text {
  width: 720px;
}
#app .beijing .text .titleCC {
  margin-bottom: 60px;
}
#app .beijing .text p {
  font-size: 20px;
  color: #0b448d;
  line-height: 1.5em;
  text-indent: 2em;
  margin-bottom: 30px;
}
#app .beijing .text p:last-child {
  margin-bottom: 0;
}
#app .beijing .photo {
  width: 438px;
  height: 455px;
}
#app .beijing .photo img {
  width: 100%;
  height: 100%;
}
#app .liangdian {
  margin-top: 115px;
}
#app .liangdian .content {
  margin-top: 90px;
}
#app .liangdian .content li {
  position: relative;
  float: left;
  width: 279px;
  margin-right: 27px;
  padding-bottom: 96px;
}
#app .liangdian .content li:last-child {
  margin-right: 0;
}
#app .liangdian .content li:nth-child(2),
#app .liangdian .content li:nth-child(4) {
  padding-top: 75px;
}
#app .liangdian .content li::before {
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 2px;
  height: 250px;
  background: #3b89fb;
  content: '';
}
#app .liangdian .content li::after {
  position: absolute;
  left: -11px;
  bottom: -9px;
  width: 34px;
  height: 13px;
  background: url("../images/icon/icon1.png") no-repeat center;
  content: '';
}
#app .liangdian .content li > div {
  box-sizing: border-box;
  position: relative;
  height: 263px;
  padding: 18px 23px 0 28px;
  background: url("../images/item.png") no-repeat center;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
#app .liangdian .content li > div p:nth-child(1) {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 60px;
  margin-bottom: 30px;
}
#app .liangdian .content li > div p:nth-child(1) b {
  font-size: 20px;
  color: #030339;
  line-height: 30px;
}
#app .liangdian .content li > div p:nth-child(1)::after {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 24px;
  height: 4px;
  background: url("../images/icon/icon2.png") no-repeat center;
  content: '';
}
#app .liangdian .content li > div p:nth-child(2) {
  font-size: 16px;
  color: #030339;
  line-height: 28px;
  text-align: justify;
}
#app .liangdian .content li:hover > div {
  transform: translateY(-18px);
}
#app .yicheng {
  padding: 90px 0;
}
#app .yicheng .content {
  margin-top: 30px;
  overflow: hidden;
}
#app .yicheng .section-tab {
  position: relative;
  float: left;
  margin-top: 48px;
  padding-left: 5px;
}
#app .yicheng .section-tab::before {
  position: absolute;
  left: 2px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #919191;
  content: '';
}
#app .yicheng .section-tab li {
  position: relative;
  width: 387px;
  height: 80px;
  margin-bottom: 15px;
  background: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 20px;
  color: #4c4948;
  line-height: 80px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#app .yicheng .section-tab li:last-child {
  margin-bottom: 0;
}
#app .yicheng .section-tab li::before {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #4c4948;
  border-radius: 5px;
  content: '';
  transition: all 0.2s ease-in-out;
}
#app .yicheng .section-tab li.active {
  color: #0357a3;
  background: url("../images/item2.png") no-repeat center;
}
#app .yicheng .section-tab li.active::before {
  height: 26px;
  background: linear-gradient(to bottom, #0000e1, #3369ff);
}
#app .yicheng .table-wrap {
  float: right;
  width: 790px;
  min-height: 522px;
}
#app .yicheng .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #0357a3;
  font-weight: bold;
}
#app .yicheng .table-wrap table thead tr {
  background: url("../images/item4.png") no-repeat center;
}
#app .yicheng .table-wrap table thead tr th {
  width: 50%;
  height: 36px;
}
#app .yicheng .table-wrap table tbody tr:nth-child(1n) td {
  height: 12px;
}
#app .yicheng .table-wrap table tbody tr:nth-child(2n) {
  background: url("../images/item3.png") no-repeat center;
}
#app .yicheng .table-wrap table tbody tr:nth-child(2n) td {
  box-sizing: border-box;
  height: 69px;
}
#app .yicheng .table-wrap table tbody tr:nth-child(2n) td:first-child {
  padding-left: 35px;
}
#app .yicheng .table-wrap table tbody tr:nth-child(2n) td:last-child {
  padding-right: 35px;
  text-align: right;
}
#app .guanzhong {
  height: 773px;
  padding: 65px 0;
  box-sizing: border-box;
  background: url('../images/bg2_2.png') no-repeat center top / cover;
}
#app .guanzhong .content {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#app .guanzhong .content ul li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 347px;
  height: 146px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 18px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #595757;
  text-align: justify;
  box-shadow: rgba(255, 255, 255, 0) 0px 5px 15px;
  transition: box-shadow 0.2s ease-in-out;
}
#app .guanzhong .content ul li:hover {
  box-shadow: rgba(255, 255, 255, 0.5) 0px 5px 15px;
}
#app .jiabin {
  padding: 90px 0;
}
#app .jiabin .content {
  margin-top: 28px;
}
#app .jiabin .content .jiabin-tab {
  display: flex;
  justify-content: center;
  transform: scale(1.2);
  padding: 15px 0 0;
}
#app .jiabin .content .jiabin-tab li {
  width: 153px;
  height: 39px;
  background: url(../images/btn3.png) no-repeat center;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
  opacity: 0.85;
}
#app .jiabin .content .jiabin-tab li:last-child {
  background: url(../images/btn4.png) no-repeat center;
}
#app .jiabin .content .jiabin-tab li:hover,
#app .jiabin .content .jiabin-tab li.active {
  opacity: 1;
}
#app .jiabin .content .jiabin-con {
  width: 1220px;
  height: 565px;
  margin-top: 60px;
  overflow-y: auto;
}
#app .jiabin .content .jiabin-con::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  border-radius: 6px;
  background-color: #F5F5F5;
}
#app .jiabin .content .jiabin-con::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left bottom, left top, #c9cdd4);
  transition: 0.3s ease-in-out;
}
#app .jiabin .content .jiabin-con::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
#app .jiabin .content .jiabin-con::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #f1f1f1;
}
#app .jiabin .content .jiabin-con .jiabin-list {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
#app .jiabin .content .jiabin-con .jiabin-list .jiabin-item {
  width: 205px;
  padding-bottom: 10px;
  margin-bottom: 72px;
  margin-right: 43px;
  background: url(../images/icon/icon3.png) no-repeat left bottom;
}
#app .jiabin .content .jiabin-con .jiabin-list .jiabin-item .pic {
  height: 156px;
  margin-bottom: 14px;
  font-size: 0;
}
#app .jiabin .content .jiabin-con .jiabin-list .jiabin-item .name {
  font-size: 19px;
  color: #44403f;
  font-weight: bold;
}
#app .jiabin .content .jiabin-con .jiabin-list .jiabin-item .info {
  font-size: 12px;
  color: #595757;
  min-height: 36px;
  margin-top: 5px;
}
#app .jiabin .content .jiabin-con .jiabin-list .jiabin-item:last-child {
  margin-right: 0;
}
#app .jiabin .content .jiabin-con .jiabin-list:last-child .jiabin-item {
  margin-bottom: 0;
}
#app .jiabin .jiabin-swiper {
  width: 1200px;
  --swiper-pagination-color: #2abee3;
}
#app .qiye {
  height: 933px;
  padding: 70px 0;
  box-sizing: border-box;
  background: url('../images/bg3.png') no-repeat center top / cover;
}
#app .qiye .content {
  position: relative;
  margin-top: 50px;
}
#app .qiye .content .qiye-button-prev,
#app .qiye .content .qiye-button-next {
  position: absolute;
  width: 118px;
  height: 118px;
  background: url(../images/icon/icon4.png) no-repeat center, rgba(0, 0, 0, 0.05);
  border-radius: 59px;
  cursor: pointer;
  z-index: 3;
  transition: all 0.15s ease-in-out;
}
#app .qiye .content .qiye-button-prev:hover,
#app .qiye .content .qiye-button-next:hover {
  background: url(../images/icon/icon4.png) no-repeat center, rgba(0, 0, 0, 0.25);
}
#app .qiye .content .qiye-button-prev {
  top: 50%;
  left: 50%;
  transform: translateX(-750px) translateY(-50%);
}
#app .qiye .content .qiye-button-next {
  top: 50%;
  right: 50%;
  transform: translateX(750px) translateY(-50%) rotateY(180deg);
}
#app .qiye .qiye-tab {
  display: flex;
  position: relative;
  box-sizing: border-box;
  padding: 1px 0 0 48px;
  margin-bottom: 26px;
}
#app .qiye .qiye-tab::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: '';
}
#app .qiye .qiye-tab li {
  position: relative;
  width: 134px;
  height: 54px;
  margin-right: 5px;
  background-color: #056cb7;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  opacity: 1;
}
#app .qiye .qiye-tab li.active {
  background-color: #2ecfa7;
}
#app .qiye .qiye-tab li:hover {
  opacity: 0.9;
}
#app .qiye .qiye-con {
  height: 580px;
  font-size: 0;
  text-align: center;
  overflow-y: auto;
}
#app .qiye .qiye-con::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  border-radius: 6px;
  background-color: #F5F5F5;
}
#app .qiye .qiye-con::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left bottom, left top, #c9cdd4);
  transition: 0.3s ease-in-out;
}
#app .qiye .qiye-con::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
#app .qiye .qiye-con::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #f1f1f1;
}
#app .page-bg2 {
  padding: 90px 0 60px;
  background: url(../images/bg4.png) no-repeat center;
}
#app .zanzhu {
  margin-bottom: 60px;
}
#app .zanzhu .content {
  margin-top: 40px;
}
#app .zanzhu .content .text {
  text-align: center;
  color: #000;
}
#app .zanzhu .content .text h3 {
  font-size: 40px;
  margin-bottom: 5px;
}
#app .zanzhu .content .text p {
  font-size: 20px;
  margin-bottom: 10px;
}
#app .zanzhu .content .photo1 {
  display: block;
  max-width: 100%;
  margin-bottom: 50px;
}
#app .zanzhu .content .photo2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#app .zanzhu .content .photo2 > div h3 {
  font-size: 25px;
  color: #0b448d;
  padding: 0 28px 6px;
}
#app .zanzhu .content .photo2 > div > div {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 585px;
  height: 445px;
}
#app .zanzhu .content .photo2 > div > div > img {
  width: 291px;
}
#app .zanzhu .content .photo2 > div > img {
  width: 598px;
}
#app .zanzhu .content .btn {
  display: block;
  width: 173px;
  height: 39px;
  margin: 0 auto;
  background: url('../images/btn5.png') no-repeat center / cover;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
#app .zanzhu .content .btn:hover {
  transform: scale(1.05);
}
#app .goupiao {
  margin-bottom: 80px;
}
#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: 174px;
  height: 39px;
  margin-right: 10px;
  user-select: none;
  background: url('../images/btn6.png') no-repeat center / cover;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
  cursor: pointer;
}
#app .goupiao .content .buyBtnBox .buyBtn:hover {
  transform: scale(1.05);
}
#app .goupiao table {
  border-collapse: collapse;
}
#app .review .content {
  position: relative;
  margin-top: 40px;
}
#app .review .swiper-wrapper {
  padding: 70px 0;
}
#app .review .swiper-slide {
  background: #fff;
  border-radius: 14px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  transform: scale(0.9);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
#app .review .swiper-slide .img-box {
  width: 100%;
  height: 200px;
}
#app .review .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .review .swiper-slide p {
  padding: 20px 0;
  font-size: 15px;
  color: #3e3a39;
  text-align: center;
}
#app .review .swiper-slide.swiper-slide-active,
#app .review .swiper-slide .swiper-slide-duplicate-active {
  transform: scale(1.2);
  z-index: 2;
  opacity: 1;
}
#app .review .review-button-prev,
#app .review .review-button-next {
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../images/icon/icon5.png) no-repeat center;
  border-radius: 59px;
  cursor: pointer;
  opacity: 0.8;
  z-index: 3;
  transition: all 0.15s ease-in-out;
}
#app .review .review-button-prev:hover,
#app .review .review-button-next:hover {
  opacity: 1;
}
#app .review .review-button-prev {
  top: 50%;
  left: 50%;
  transform: translateX(-670px) translateY(-50%);
}
#app .review .review-button-next {
  top: 50%;
  right: 50%;
  transform: translateX(670px) translateY(-50%) rotateY(180deg);
}
#app .contact {
  height: 313px;
  box-sizing: border-box;
  background: url('../images/bg5.png') no-repeat center / cover;
  padding: 32px 0 0;
}
#app .contact .content {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#app .contact .content .titleEn {
  font-size: 52px;
  color: #fff;
  font-weight: 600;
}
#app .contact .content .titleCn {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
#app .contact .content ul {
  display: flex;
  margin-top: 30px;
}
#app .contact .content ul li {
  font-size: 16px;
  color: #fff;
  margin-right: 60px;
}
#app .contact .content ul li div {
  margin-bottom: 10px;
}
#app .contact .content ul li > div:first-child {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(12, 69, 126, 0.25);
}
#app .contact .content .right {
  font-size: 0;
  text-align: center;
}
#app .contact .content .right p {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}
