.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 18px;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: block;
  min-width: 112px;
  font-size: 18px;
  color: #011621;
  cursor: pointer;
  padding: 14px 0;
  transition: color 0.2s;
}
#app .right_gg .right_gg-item:first-child {
  padding-top: 0;
}
#app .right_gg .right_gg-item:first-child::before {
  top: 8px;
}
#app .right_gg .right_gg-item:last-child {
  padding-bottom: 0;
}
#app .right_gg .right_gg-item::before {
  position: absolute;
  left: -22px;
  top: 22px;
  width: 8px;
  height: 8px;
  background: #a1a9b2;
  border-radius: 8px;
  content: '';
}
#app .right_gg .right_gg-item.no-icon {
  padding: 0;
}
#app .right_gg .right_gg-item.no-icon::before {
  display: none;
}
#app .right_gg .right_gg-item.no-icon:hover {
  font-weight: 500;
}
#app .right_gg .right_gg-item:hover {
  font-weight: bold;
}
#app .right_gg .right_gg-item:hover::before {
  background: #2f7796;
}
#app .right_gg::before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 1px;
  height: calc(100% - 24px);
  background: #6993a1;
  content: '';
}
#app .header {
  width: 100%;
  height: 65px;
  background-color: #2f7796;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
#app .header .centerBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: transparent;
  transition: background 0.2s;
}
#app .header ul li:hover {
  background: rgba(255, 255, 255, 0.15);
}
#app .header ul .btn {
  padding: 0;
  background: #c01f2f;
}
#app .header ul .btn:hover {
  background: #c01f2f;
}
#app .header ul .btn a {
  display: block;
  height: 100%;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  line-height: 65px;
  cursor: pointer;
  background: transparent;
  transition: background 0.2s;
}
#app .header ul .btn a span {
  font-size: 18px;
  vertical-align: middle;
}
#app .header ul .btn a:hover {
  background: rgba(255, 255, 255, 0.1);
}
#app .banner {
  width: 100%;
  height: 774px;
  box-sizing: border-box;
  background: url('../images/banner.png') no-repeat center;
}
#app .banner .centerBox {
  position: relative;
  overflow: hidden;
  color: #fff;
}
#app .banner .centerBox .time {
  font-size: 27px;
  margin-top: 343px;
}
#app .banner .centerBox .tongqi {
  box-sizing: border-box;
  width: 618px;
  height: 86px;
  padding: 0 20px;
  margin-top: 237px;
  background: url(../images/jvxing.png) no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#app .banner .centerBox .tongqi p {
  font-size: 18px;
  line-height: 1.5em;
}
#app .titleCC {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#app .titleCC .cn {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  color: #052a45;
}
#app .titleCC .en {
  font-size: 22px;
  color: #a5afcb;
  text-transform: uppercase;
}
#app .jianjie {
  box-sizing: border-box;
  padding: 50px 0;
  background-image: linear-gradient(to top, #b3dff7, #d6edfc);
}
#app .jianjie .content {
  margin-top: 50px;
}
#app .jianjie .content .text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#app .jianjie .content .text p {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  text-align: justify;
  text-indent: 2em;
  margin-top: 10px;
}
#app .jianjie .content .text p span {
  color: #2f7796;
}
#app .jianjie .content .text p:first-child {
  margin-top: 0;
}
#app .light-bg {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background: no-repeat center top, #cbe9f9;
}
#app .light-bg .light .content {
  margin-top: 50px;
}
#app .light-bg .light .content .swiper-button-next,
#app .light-bg .light .content .swiper-button-prev {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px 20px;
}
#app .light-bg .light .content .swiper-button-next {
  right: 320px;
}
#app .light-bg .light .content .swiper-button-prev {
  left: 320px;
}
#app .light-bg .light .content .lightSwiper {
  width: 100%;
  height: 450px;
  box-sizing: border-box;
}
#app .light-bg .light .content .lightSwiper .swiper-slide {
  height: 100%;
  width: 975px;
  box-sizing: border-box;
  background: no-repeat center;
  background-size: cover;
}
#app .light-bg .light .content .lightSwiper .swiper-slide .info {
  width: 100%;
  box-sizing: border-box;
  padding: 0 130px;
  padding-bottom: 60px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}
#app .light-bg .light .content .lightSwiper .swiper-slide .info .title {
  font-size: 30px;
}
#app .light-bg .light .content .tab {
  background-color: #034573;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}
#app .light-bg .light .content .tab .centerBox {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
#app .light-bg .light .content .tab .centerBox li {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 0 36px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#app .light-bg .light .content .tab .centerBox .activate {
  background-color: #0082ac;
}
#app .canhuimingdan {
  padding-top: 50px;
  width: 100%;
  box-sizing: border-box;
  /*以此模拟图片中的条纹效果（可选）*/
}
#app .canhuimingdan .tableContent {
  margin-top: 50px;
}
#app .canhuimingdan .tableContent::-webkit-scrollbar {
  display: none;
}
#app .canhuimingdan table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#app .canhuimingdan th {
  color: white;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #0d4d7f;
  background-color: #0d4d7f;
}
#app .canhuimingdan td {
  border: 1px solid #4a86e8;
  /* 边框颜色 */
  padding: 10px;
  text-align: center;
  background-color: #e8f0fe;
  /* 浅蓝底色 */
  color: #0f4c81;
  /* 字体深蓝色 */
}
#app .canhuimingdan tr:nth-child(even) td {
  background-color: #ffffff;
}
#app .yicheng {
  padding-top: 35px;
}
#app .yicheng .content {
  margin-top: 25px;
}
#app .yicheng .content table {
  width: 1200px;
  border-collapse: collapse;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
}
#app .yicheng .content table th,
#app .yicheng .content table td {
  font-size: 16px;
}
#app .yicheng .content table th:first-child,
#app .yicheng .content table td:first-child {
  text-align: center;
}
#app .yicheng .content table th.text-c,
#app .yicheng .content table td.text-c {
  text-align: center;
}
#app .yicheng .content table th {
  height: 45px;
  padding: 0 60px;
  color: #fff;
  background: #2f7796;
}
#app .yicheng .content table td {
  padding: 12px 25px;
  color: #030303;
  line-height: 1.5em;
  border: 1px dashed #a6acb1;
  background: #fafdfe;
}
#app .yicheng .content table td:first-child {
  border-left: none;
}
#app .yicheng .content table td:last-child {
  border-right: none;
}
#app .yicheng .content table td em {
  font-weight: bold;
  color: #2f7796;
}
#app .yicheng .content table tbody tr:first-child td {
  border-top: none;
}
#app .yicheng .content table tbody tr:last-child td {
  border-bottom: none;
}
#app .yicheng .content table .bg-grey td {
  background: #eef6fe;
}
#app .yicheng .content .tips {
  margin-top: 14px;
  font-size: 12px;
  color: #030303;
  text-align: right;
}
#app .award {
  box-sizing: border-box;
  min-height: 1376px;
  padding-top: 70px;
  background: url('../images/bg/award.png?v=2') no-repeat center top;
}
#app .award .content {
  margin-top: 26px;
}
#app .award .shenbao {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .award .shenbao > div {
  width: 715px;
}
#app .award .shenbao > div p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-indent: 2em;
  text-align: justify;
  margin-top: 10px;
}
#app .award .shenbao > div p:first-child {
  margin-top: 0;
}
#app .award .shenbao ul {
  position: relative;
  padding-left: 25px;
}
#app .award .shenbao ul li {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
#app .award .shenbao ul li:first-child {
  margin-top: 0;
}
#app .award .shenbao ul li::before {
  position: absolute;
  left: -34px;
  top: 4px;
  width: 21px;
  height: 16px;
  background: url(../images/icon/2.png) no-repeat 4px 4px, transparent;
  z-index: 2;
  content: '';
}
#app .award .shenbao ul li.active {
  font-weight: bold;
}
#app .award .shenbao ul li.active::before {
  background: url(../images/icon/1.png) no-repeat 0 0, #0464ae;
}
#app .award .shenbao ul::after {
  position: absolute;
  left: -1px;
  top: 10px;
  width: 1px;
  height: 88%;
  background: #fff;
  content: '';
}
#app .award .title {
  margin-top: 55px;
}
#app .award .jiangxiang {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
}
#app .award .jiangxiang li {
  width: 264px;
  height: 90px;
  background: url('../images/award_item.png') no-repeat center top;
  margin-bottom: 45px;
  text-align: center;
}
#app .award .jiangxiang li h3 {
  width: 160px;
  font-size: 14px;
  color: #fdf2ca;
  font-weight: 500;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #fdf2ca;
}
#app .award .jiangxiang li p {
  font-size: 16px;
  color: #fff;
  margin-top: 3px;
}
#app .award .jiangxiang li.margin-r {
  margin-right: 650px;
}
#app .award .btn {
  margin-top: 130px;
  font-size: 0;
  text-align: center;
}
#app .award .btn img {
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
#app .award .btn img:hover {
  transform: scale(1.03);
}
#app .bluebook-bg {
  background: url(../images/bg/bluebook.png) no-repeat center top, #cbe9f9;
}
#app .blue-book {
  padding-top: 30px;
}
#app .blue-book .content {
  margin-top: 15px;
}
#app .blue-book .content .intro {
  width: 1194px;
  height: 516px;
  background: url('../images/bluebook.png') no-repeat center;
  margin: 0 auto;
  overflow: hidden;
}
#app .blue-book .content .intro p {
  width: 830px;
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 25px;
  margin: 275px 0 0 63px;
}
#app .blue-book .content .liucheng {
  margin-top: 40px;
}
#app .blue-book .content .liucheng .liucheng-title {
  position: relative;
  height: 62px;
  padding-left: 48px;
  box-sizing: border-box;
  background: linear-gradient(to right, #004372, #316b93 50%, #b4d5e9 75%, #cbe8f8);
  font-size: 24px;
  color: #fff;
  line-height: 62px;
  letter-spacing: 1px;
}
#app .blue-book .content .liucheng .liucheng-title::before {
  position: absolute;
  left: 28px;
  top: 15px;
  width: 4px;
  height: 35px;
  background: #fff;
  content: '';
}
#app .blue-book .content ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#app .blue-book .content ul li {
  width: 372px;
}
#app .blue-book .content ul li .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 98px;
  background: #004372;
}
#app .blue-book .content ul li .title p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
#app .blue-book .content ul li .title p:last-child {
  font-weight: normal;
}
#app .blue-book .content ul li .text {
  margin-top: 18px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-align: justify;
}
#app .blue-book .content .btn {
  margin-top: 35px;
  font-size: 0;
  text-align: center;
}
#app .blue-book .content .btn img {
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
#app .blue-book .content .btn img:hover {
  transform: scale(1.03);
}
#app .jiabin {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 100px;
  padding-top: 80px;
}
#app .jiabin .content {
  position: relative;
  margin-top: 50px;
}
#app .jiabin .content .swiper-button-next::after,
#app .jiabin .content .swiper-button-prev::after {
  display: none;
}
#app .jiabin .content .swiper-button-next {
  right: -60px;
}
#app .jiabin .content .swiper-button-prev {
  left: -60px;
}
#app .jiabin .content ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 30px;
}
#app .jiabin .content ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#app .jiabin .content ul li .name {
  font-size: 20px;
  font-weight: 600;
  color: #052a45;
  margin: 10px 0;
}
#app .jiabin .content ul li .desc {
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  text-align: center;
}
#app .jiabin .content ul li .user {
  width: 150px;
  height: 150px;
  box-sizing: border-box;
}
#app .jiabin .content ul li .user img {
  width: 100%;
  height: 100%;
}
#app .hezuoqiye {
  padding-bottom: 50px;
}
#app .hezuoqiye .content {
  margin-top: 50px;
}
#app .hezuoqiye .content img {
  display: block;
  width: 100%;
}
#app .review {
  box-sizing: border-box;
  padding: 55px 0 10px;
}
#app .review .content {
  margin-top: 40px;
}
#app .zanzhu {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
}
#app .zanzhu .content {
  margin-top: 50px;
}
#app .aboutUs {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  background: url('../images/bg/lianxi.png') no-repeat center;
}
#app .aboutUs .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
#app .aboutUs .content .phone {
  font-size: 22px;
  color: #fff;
}
#app .aboutUs .content .phone p {
  line-height: 40px;
}
#app .aboutUs .content .phone:nth-child(2) {
  margin-right: 50px;
}
#app .aboutUs .content .qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#app .aboutUs .content .qr .text {
  font-size: 14px;
  color: #fff;
  margin-top: 9px;
  text-align: center;
}
#app .aboutUs .content .qr img {
  width: 130px;
}
.lunbo {
  width: 100%;
  height: 300px;
  margin-top: 50px;
}
.lunbo li {
  box-sizing: border-box;
  padding-bottom: 50px;
  background: url(../images/line.png) no-repeat -18px bottom;
  position: relative;
}
.lunbo li .time {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.5;
}
.lunbo li > div {
  width: 320px;
  height: 260px;
  margin: 0 auto;
  position: relative;
}
.lunbo li > div > a {
  display: block;
  width: 320px;
  height: 200px;
}
.lunbo li > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lunbo li > div > i {
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}
.lunbo li > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 104px;
  padding: 48px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  background-size: 100% auto;
}
.lunbo li.on > div p {
  opacity: 1;
}
.lunbo li > div a {
  color: #fff;
}
.lunbo .swiper {
  position: relative;
}
.lunbo .swiper .swiper-button-next {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  left: unset;
  right: 50px;
  padding: 10px;
}
.lunbo .swiper .swiper-button-prev {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  left: 50px;
  padding: 10px;
}
.lunbo .swiper .swiper-button-next::after,
.lunbo .swiper .swiper-button-prev::after {
  color: #fff;
  font-weight: 900;
}
.lunbo .swiper-button-next,
.lunbo .swiper-container-rtl .swiper-button-prev {
  right: -90px;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  background-color: #fff;
}
.lunbo .swiper-button-prev,
.lunbo .swiper-container-rtl .swiper-button-next {
  left: -90px;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  background-color: #fff;
}
