.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: 143px;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  margin-bottom: 17px;
  background: url(../images/right/right_item_bg.png) no-repeat center;
  text-align: center;
  font-size: 18px;
  color: #1c0160;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 2;
}
#app .right_gg .right_gg-item > img {
  display: inline-block;
  vertical-align: middle;
}
#app .right_gg .right_gg-item .right_gg-name {
  display: inline-block;
  width: 90px;
  text-align: left;
  line-height: 42px;
  vertical-align: middle;
}
#app .right_gg .right_gg-item.goto-top {
  height: 59px;
  border: none;
  border-radius: 0;
  background: url(../images/right/top.png) no-repeat center;
  margin-bottom: 0;
}
#app .right_gg .right_gg-item.goto-top h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-top: 25px;
}
#app .right_gg::before,
#app .right_gg::after {
  position: absolute;
  top: 0;
  width: 11px;
  height: calc(100% - 10px);
  content: '';
  background-color: #00377f;
  z-index: 1;
}
#app .right_gg::before {
  left: 28px;
}
#app .right_gg::after {
  right: 28px;
}
#app .right_gg .social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 60px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
#app .right_gg .social-share {
  position: absolute;
  top: 0;
  left: -120px;
  width: 110px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .social-share .item {
  display: flex;
  justify-content: flex-start;
}
#app .right_gg .share-component {
  display: none;
}
#app .right_gg .share-btn:hover .share-component {
  display: block;
}
#app .right_gg .social-share .icon-wechat .wechat-qrcode {
  top: 40px !important;
}
#app .right_gg .social-share .icon-wechat .wechat-qrcode:after {
  bottom: initial;
  top: -10px;
}
#app .right_gg .social-share .social-share-icon:hover span {
  color: #000 !important;
}
#app .right_gg .line_we_box {
  position: relative;
}
#app .right_gg .line_we_box .line_we {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: -145px;
  border-radius: 10px;
  color: #000;
  display: none;
}
#app .right_gg .line_we_box .line_we img {
  width: 20px;
}
#app .right_gg .line_we_box .line_we span {
  display: inline-block;
}
#app .right_gg .line_we_box:hover .line_we {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .jinqun_qr {
  position: relative;
}
#app .right_gg .jinqun_qr .jinqun {
  display: none;
  position: absolute;
  left: -160px;
  top: -50px;
}
#app .right_gg .jinqun_qr .jinqun > img {
  width: 150px;
}
#app .right_gg .jinqun_qr:hover .jinqun {
  display: block;
}
#app .header {
  width: 100%;
  height: 88px;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
#app .header .centerBox {
  height: 100%;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  font-size: 20px;
  cursor: pointer;
  color: #08137d;
  font-weight: bold;
}
#app .header ul li .btn {
  display: inline-block;
  font-size: 18px;
  color: #132034;
  padding: 7px 12px;
  border-radius: 5px;
  position: relative;
}
#app .header ul li .btn.btn1 {
  background-color: #fde0ac;
}
#app .header ul li .btn.btn2 {
  background-color: #58c7f6;
}
#app .header ul li .btn.btn3 {
  background-color: #aba8ea;
}
#app .header ul li .btn.btn4 {
  background-color: #e6a1bd;
}
#app .header ul li .header-logo {
  margin-right: 50px;
}
#app .header ul .bar {
  height: 100%;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
#app .header ul .bar:hover {
  background-color: #f4f5f5;
}
#app .banner {
  width: 100%;
  height: 650px;
  box-sizing: border-box;
  background: url('../images/banner.jpg?v=1') no-repeat center top;
  background-size: cover;
}
#app .titleCC {
  text-align: center;
}
#app .tongqi {
  padding: 65px 0 65px;
  background-color: #eaf4fb;
}
#app .tongqi .centerBox {
  position: relative;
}
#app .tongqi .centerBox > h3 {
  font-size: 38px;
  color: #010101;
  text-align: center;
  margin-bottom: 45px;
}
#app .tongqi .centerBox .tongqi-button-prev,
#app .tongqi .centerBox .tongqi-button-next {
  display: none;
  position: absolute;
  top: 180px;
  width: 66px;
  height: 67px;
  background: url(../images/icon/icon5.png) no-repeat center;
  cursor: pointer;
}
#app .tongqi .centerBox .tongqi-button-prev {
  left: 50%;
  transform: translateX(-670px);
}
#app .tongqi .centerBox .tongqi-button-next {
  right: 50%;
  transform: translateX(670px) rotateY(180deg);
}
#app .tongqi .tongqi-swiper {
  width: 1200px;
  margin: 0 auto;
  padding: 15px;
  padding-bottom: 60px;
  text-align: center;
}
#app .tongqi .tongqi-swiper .swiper-slide {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 370px;
  height: 238px;
  padding: 14px 16px;
  border-radius: 5px;
  background: linear-gradient(115deg, #006eba, #006eba);
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 45px;
  transform: scale(1);
  transition: all 0.15s;
}
#app .tongqi .tongqi-swiper .swiper-slide > a:first-child {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#app .tongqi .tongqi-swiper .swiper-slide > a:first-child p:first-child {
  font-size: 24px;
  margin: 26px 0 14px;
}
#app .tongqi .tongqi-swiper .swiper-slide .button {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 237px;
  height: 46px;
  background-color: #fff;
  font-size: 18px;
  color: #006eba;
  line-height: 46px;
  cursor: pointer;
}
#app .tongqi .tongqi-swiper .swiper-slide > i {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  background: url(../images/icon/icon1.png) no-repeat center;
}
#app .tongqi .tongqi-swiper .swiper-slide:last-child {
  margin-right: 0;
}
#app .tongqi .tongqi-swiper .swiper-slide:hover {
  transform: scale(1.05);
  background: linear-gradient(115deg, #142c8a, #8f1379);
}
#app .tongqi .tongqi-swiper .tips-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#app .tongqi .tongqi-swiper .tips-box .tips {
  display: none;
  width: 1120px;
  height: 56px;
  background-color: #dde3ed;
  font-size: 20px;
  color: #171717;
  line-height: 56px;
  text-align: center;
}
#app .tongqi .tongqi-swiper .tips-box .tips.active {
  display: block;
}
#app .jieshao {
  height: 752px;
  background: url('../images/page_bg1.png') no-repeat center top;
}
#app .jieshao .centerBox {
  padding-top: 88px;
}
#app .jieshao .content {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
#app .jieshao .intro-text {
  padding: 30px 30px 0 0;
  font-size: 20px;
  color: #171717;
  line-height: 1.5em;
}
#app .jieshao .intro-text p {
  text-indent: 2em;
}
#app .intro-data {
  padding: 52px 0 35px;
  background-color: #1356a6;
  text-align: center;
}
#app .intro-data li {
  display: inline-block;
  width: 135px;
  margin: 0 35px;
  color: #fff;
}
#app .intro-data li i {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 35px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: scale(1);
  transition: transform 0.15s;
}
#app .intro-data li p {
  font-size: 36px;
}
#app .intro-data li p:last-child {
  font-size: 16px;
  margin-top: 5px;
}
#app .intro-data li:hover i {
  transform: scale(1.15);
}
#app .intro-data li:nth-child(1) i {
  background-image: url(../images/icon/1.png?v=1);
}
#app .intro-data li:nth-child(2) i {
  background-image: url(../images/icon/2.png?v=1);
}
#app .intro-data li:nth-child(3) i {
  background-image: url(../images/icon/3.png?v=1);
}
#app .intro-data li:nth-child(4) i {
  background-image: url(../images/icon/4.png?v=1);
}
#app .intro-data li:nth-child(5) i {
  background-image: url(../images/icon/5.png?v=1);
}
#app .aboutUs {
  width: 100%;
  box-sizing: border-box;
  padding: 42px 0;
  border-top: 2px solid #fff;
  background: url(../images/contactBg.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 > h2 {
  font-size: 52px;
  line-height: 1;
}
#app .aboutUs .content-left > h3 {
  display: inline-block;
  padding: 5px 16px;
  margin-top: 5px;
  font-size: 34px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.2);
}
#app .aboutUs .content-left ul {
  width: 100%;
  margin-top: 172px;
}
#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/icon4.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-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;
}
#app .light {
  height: 691px;
  padding-top: 95px;
  box-sizing: border-box;
  background: url(../images/page_bg2.png) no-repeat center;
  background-size: cover;
}
#app .light .centerBox {
  position: relative;
}
#app .light .light-swiper {
  width: 1180px;
}
#app .light .light-swiper .swiper-slide {
  width: 648px;
  height: 531px;
  margin-right: 1px;
}
#app .light .light-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
#app .light .light-swiper .swiper-slide > div {
  position: absolute;
  width: 100%;
  top: 350px;
  left: 0;
  color: #fff;
  text-align: center;
}
#app .light .light-swiper .swiper-slide > div h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}
#app .light .light-swiper .swiper-slide > div p {
  font-size: 16px;
  line-height: 1.5em;
}
#app .light .light-swiper-button-prev,
#app .light .light-swiper-button-next {
  position: absolute;
  top: 215px;
  width: 66px;
  height: 67px;
  background: url(../images/icon/icon5.png) no-repeat center;
  cursor: pointer;
}
#app .light .light-swiper-button-prev {
  left: 50%;
  transform: translateX(-700px);
}
#app .light .light-swiper-button-next {
  right: 50%;
  transform: translateX(700px) rotateY(180deg);
}
#app .richeng {
  padding: 48px 0;
  background-color: #fff;
}
#app .richeng table {
  margin: 35px auto 0;
  border-collapse: collapse;
}
#app .richeng table td,
#app .richeng table th {
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid #006eba;
  font-size: 20px;
  color: #000;
  text-align: center;
}
#app .richeng table th {
  height: 58px;
}
#app .richeng table td {
  padding: 10px 0;
}
#app .richeng table td:nth-child(1) {
  width: 122px;
}
#app .richeng table td:nth-child(2) {
  width: 144px;
}
#app .richeng table td:nth-child(3) {
  width: 334px;
}
#app .richeng table td:nth-child(4) {
  width: 398px;
}
#app .richeng table td.center {
  padding-left: 38px;
  text-align: left;
}
#app .richeng table .blue-bg {
  background: #006eba;
  transition: background 0.15s;
}
#app .richeng table .blue-bg td {
  background: transparent;
  color: #fff;
}
#app .richeng table .blue-bg:hover {
  background: #025893;
}
#app .yicheng {
  height: 969px;
  box-sizing: border-box;
  background: url(../images/yicheng.jpg) no-repeat center;
  background-size: cover;
}
#app .yicheng .content table {
  width: 1150px;
  margin: 48px auto 0;
  border-collapse: collapse;
}
#app .yicheng .content table td,
#app .yicheng .content table th {
  box-sizing: border-box;
  background-color: #1457a7;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding: 11px 32px;
}
#app .yicheng .content table .title,
#app .yicheng .content table .first,
#app .yicheng .content table .section {
  text-align: center;
  font-weight: bold;
}
#app .yicheng .content table th:first-child,
#app .yicheng .content table .first {
  width: 166px;
  padding: 11px 0;
}
#app .yicheng .content table .title th {
  background: #1c227c;
}
#app .yicheng .content table .section {
  background: #fff;
  color: #1c227c;
}
#app .yicheng .content > p {
  margin-top: 15px;
  text-align: right;
  color: #fff;
}
#app .jiabin {
  width: 100%;
  height: 1143px;
  box-sizing: border-box;
  background: url('../images/page_bg4.png?v=1') no-repeat center top;
  background-size: cover;
  padding-top: 65px;
}
#app .jiabin .content {
  margin-top: 38px;
}
#app .jiabin .content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#app .jiabin .content ul li {
  width: 20%;
}
#app .jiabin > .tips {
  font-size: 16px;
  color: #505050;
  padding-top: 10px;
}
#app .jiabin .guest-item {
  margin-bottom: 30px;
  height: 265px;
  width: 100%;
}
#app .jiabin .guest-item .name {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .jiabin .guest-item .pic {
  width: 172px;
  height: 172px;
  margin: 0 auto;
  position: relative;
}
#app .jiabin .guest-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 172px;
  height: 172px;
  background: url("../images/jiabin/bg.png") center no-repeat;
}
#app .jiabin .guest-item .pic img {
  border-radius: 100%;
  width: 127px;
  height: 127px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .jiabin .guest-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .jiabin .guest-item .info {
  line-height: 1.5em;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#app .renqun {
  width: 100%;
  height: 770px;
  box-sizing: border-box;
  background: url('../images/page_bg5.png?v=1') no-repeat center top;
  background-size: cover;
  padding-top: 65px;
}
#app .renqun .content {
  position: relative;
  left: -25px;
  width: 575px;
  height: 393px;
  margin: 80px auto 0;
  background: url(../images/bg4_1.png) no-repeat center;
}
#app .renqun .content ul {
  position: absolute;
  left: 136px;
  top: -15px;
  width: 334px;
  height: 334px;
}
#app .renqun .content ul li {
  position: absolute;
  width: 285px;
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
}
#app .renqun .content ul li i {
  position: absolute;
  width: 25px;
  height: 25px;
  transform: scale(1);
  transition: transfrom 0.25s ease-in-out;
}
#app .renqun .content ul li:hover i {
  transform: scale(1.5);
}
#app .renqun .content ul li:nth-child(1) {
  top: 10px;
  left: -398px;
}
#app .renqun .content ul li:nth-child(1) i {
  top: 7px;
  right: -33px;
  background: url(../images/icon/icon6.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(2) {
  top: 245px;
  left: -398px;
}
#app .renqun .content ul li:nth-child(2) i {
  top: 103px;
  right: 0;
  background: url(../images/icon/icon7.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(3) {
  width: 445px;
  top: 410px;
  left: 102px;
}
#app .renqun .content ul li:nth-child(3) i {
  top: -27px;
  right: 225px;
  background: url(../images/icon/icon8.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(4) {
  top: 10px;
  left: 450px;
}
#app .renqun .content ul li:nth-child(4) i {
  top: 5px;
  left: -33px;
  background: url(../images/icon/icon10.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(5) {
  top: 245px;
  left: 450px;
}
#app .renqun .content ul li:nth-child(5) i {
  top: 9px;
  left: -33px;
  background: url(../images/icon/icon9.png) no-repeat center;
}
#app .renqun .content ul div {
  position: absolute;
  left: 0;
  top: 0;
  width: 334px;
  height: 334px;
  background: url(../images/bg3.png) no-repeat center;
  z-index: 1;
}
#app .renqun .content ul div:hover {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .bufen {
  padding: 40px 0;
  background: #e0e4e7;
}
#app .bufen .bufen-tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .bufen .bufen-tab ul li {
  width: 295px;
  height: 48px;
  border-left: 1px solid #e0e4e7;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  background: #00b2bc;
}
#app .bufen .bufen-tab ul li.active {
  background: #175cdf;
}
#app .bufen .content {
  margin-top: 48px;
}
#app .bufen .content .bufen-item {
  position: relative;
  box-sizing: border-box;
}
#app .bufen .content .bufen-item .bufen-button-prev,
#app .bufen .content .bufen-item .bufen-button-next {
  position: absolute;
  width: 87px;
  height: 87px;
  background: url(../images/icon/icon11.png) no-repeat center;
  cursor: pointer;
  z-index: 3;
}
#app .bufen .content .bufen-item .bufen-button-prev {
  top: 50%;
  left: 50%;
  transform: translateX(-750px) translateY(-50%);
}
#app .bufen .content .bufen-item .bufen-button-next {
  top: 50%;
  right: 50%;
  transform: translateX(750px) translateY(-50%) rotateY(180deg);
}
#app .bufen .swiper {
  width: 1200px;
}
#app .bufen .bufen-swiper1 .swiper-slide {
  height: 885px;
}
#app .bufen .bufen-swiper3 .swiper-slide {
  height: 742px;
}
#app .bufen .bufen-swiper2 .swiper-slide img,
#app .bufen .bufen-swiper3 .swiper-slide img {
  width: 100%;
}
#app .bufen .bufen-jiabin {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 295px;
}
#app .bufen .bufen-jiabin .bufen-jiabin-item {
  width: 20%;
  height: 295px;
}
#app .bufen .bufen-jiabin .bufen-jiabin-item .name {
  color: #1b2586;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .bufen .bufen-jiabin .bufen-jiabin-item .pic {
  width: 172px;
  height: 172px;
  margin: 0 auto;
  position: relative;
}
#app .bufen .bufen-jiabin .bufen-jiabin-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 172px;
  height: 172px;
  background: url("../images/wangjie/jiabin/bg.png") center no-repeat;
  background-size: 100% 100%;
}
#app .bufen .bufen-jiabin .bufen-jiabin-item .pic img {
  border-radius: 100%;
  width: 127px;
  height: 127px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .bufen .bufen-jiabin .bufen-jiabin-item .pic .tips {
  border-radius: 100%;
  width: 127px;
  height: 127px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
  font-size: 12px;
  color: #1b2586;
  line-height: 132px;
  text-align: center;
  background-color: #fff;
}
#app .bufen .bufen-jiabin .bufen-jiabin-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .bufen .bufen-jiabin .bufen-jiabin-item .info {
  line-height: 1.5em;
  text-align: center;
  font-size: 16px;
  color: #1b2586;
}
#app .bangdan {
  padding: 75px 0 100px;
  background-color: #fff;
}
#app .bangdan .content {
  padding-top: 55px;
}
#app .bangdan .content > p {
  margin-bottom: 40px;
  font-size: 32px;
  color: #333;
}
#app .bangdan .content ul {
  display: flex;
  justify-content: space-between;
  padding-top: 38px;
}
#app .bangdan .content ul li {
  position: relative;
  width: 390px;
  height: 530px;
  box-sizing: border-box;
  border: 1px solid #434343;
  padding: 172px 24px 0;
  font-size: 16px;
  color: #333;
}
#app .bangdan .content ul li h3 {
  position: absolute;
  left: 50%;
  top: -38px;
  transform: translateX(-50%);
  width: 370px;
  height: 190px;
}
#app .bangdan .content ul li h3 span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 95px;
  margin: auto;
  font-size: 34px;
  color: #fff;
  text-align: center;
  line-height: 95px;
}
#app .bangdan .content ul li h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
#app .bangdan .content ul li p {
  line-height: 2em;
}
#app .bangdan .content ul li p span {
  color: #ed1b24;
}
#app .bangdan .content ul li .button {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 252px;
  height: 35px;
  background-color: #000;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
#app .bangdan .content ul li:nth-child(1) h3 {
  background-color: #be462b;
}
#app .bangdan .content ul li:nth-child(1) h3 span {
  font-size: 72px;
  background-color: #0b1f40;
}
#app .bangdan .content ul li:nth-child(2) h3 {
  background-color: #00005a;
}
#app .bangdan .content ul li:nth-child(2) h3 span {
  background-color: #ed1b24;
}
#app .bangdan .content ul li:nth-child(3) h3 {
  background-color: #c6e3f5;
}
#app .bangdan .content ul li:nth-child(3) h3 span {
  background-color: #2e3192;
}
#app .canbian {
  width: 100%;
  background: url('../images/page_bg6.png?v=1') no-repeat center top;
  background-size: cover;
  color: #fff;
}
#app .canbian > div:first-child {
  padding: 70px 0 80px;
  border-bottom: 1px dashed #fff;
}
#app .canbian .content1 {
  padding-top: 95px;
}
#app .canbian .content1 > h3 {
  font-size: 32px;
  font-weight: 500;
}
#app .canbian .content1 > h4 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}
#app .canbian .content1 > p {
  font-size: 16px;
  line-height: 1.5em;
}
#app .canbian .content1 ul {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
#app .canbian .content1 ul li {
  width: 407px;
  height: 315px;
  background: url(../images/bg6.png) no-repeat center bottom;
  background-size: 100% auto;
}
#app .canbian .content1 ul li > div {
  position: relative;
  width: 317px;
  height: 312px;
  background-color: #006eba;
  border-radius: 10px;
  margin-left: 27px;
  padding: 80px 10px 0 18px;
  box-sizing: border-box;
}
#app .canbian .content1 ul li > div h3 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 28px 8px 6px;
  border-radius: 10px 0 0 0;
  background-color: #002e8f;
}
#app .canbian .content1 ul li > div p {
  font-size: 15px;
  line-height: 1.5em;
}
#app .canbian .content1 ul li > div .p1 {
  font-size: 18px;
}
#app .canbian .content1 ul li > div .p2 {
  font-size: 20px;
  color: #41fffd;
  margin: 6px 0 12px;
}
#app .canbian .content2 {
  position: relative;
  height: 605px;
  padding-top: 45px;
  box-sizing: border-box;
}
#app .canbian .content2 h3 {
  font-size: 32px;
  font-weight: 500;
}
#app .canbian .content2 ul {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 942px;
  height: 283px;
  background: url(../images/bg7.png) no-repeat center;
}
#app .canbian .content2 ul li {
  position: absolute;
  font-size: 16px;
  line-height: 1.5em;
}
#app .canbian .content2 ul li:nth-child(1) {
  width: 192px;
  left: -160px;
  bottom: 147px;
}
#app .canbian .content2 ul li:nth-child(2) {
  width: 250px;
  left: 26px;
  bottom: 277px;
}
#app .canbian .content2 ul li:nth-child(3) {
  width: 250px;
  left: 345px;
  bottom: 320px;
}
#app .canbian .content2 ul li:nth-child(4) {
  width: 235px;
  left: 687px;
  bottom: 285px;
}
#app .canbian .content2 ul li:nth-child(5) {
  width: 175px;
  right: -175px;
  bottom: 147px;
}
#app .canbian .content2 ul a {
  position: absolute;
  left: 385px;
  bottom: 88px;
  width: 175px;
  height: 45px;
  background: url(../images/btn1.png) no-repeat center;
  animation: scaleDrew 2.5s ease-in-out infinite;
}
#app .partner {
  padding: 70px 0 110px;
  background-color: #fff;
}
#app .partner .content {
  position: relative;
  width: 100%;
  margin-top: 58px;
}
#app .partner .partner-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  padding: 60px 0 60px 30px;
  box-sizing: border-box;
  border-radius: 0 30px 30px 0;
  background-color: #00a1c0;
  z-index: 2;
}
#app .partner .partner-tab li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 25px;
  cursor: pointer;
}
#app .partner .partner-tab li:last-child {
  margin-bottom: 0;
}
#app .partner .partner-tab li i {
  position: absolute;
  left: 0;
  top: -7px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: background-color 0.15s;
}
#app .partner .partner-tab li:nth-child(1) i {
  background-image: url(../images/icon/6.png?v=1);
}
#app .partner .partner-tab li:nth-child(2) i {
  background-image: url(../images/icon/7.png?v=1);
}
#app .partner .partner-tab li:nth-child(3) i {
  background-image: url(../images/icon/8.png?v=1);
}
#app .partner .partner-tab li:nth-child(4) i {
  background-image: url(../images/icon/9.png?v=1);
}
#app .partner .partner-tab li span {
  display: block;
  width: 110px;
  height: 46px;
  padding-left: 40px;
  font-size: 20px;
  color: #050e1b;
  line-height: 46px;
  border-radius: 10px;
  background-color: #f5f5f5;
  transition: background-color 0.15s;
}
#app .partner .partner-tab li:hover i,
#app .partner .partner-tab li.active i {
  background-color: #93eeff;
}
#app .partner .partner-tab li:hover span,
#app .partner .partner-tab li.active span {
  background-color: #93eeff;
}
#app .partner .partner-block {
  position: relative;
  width: 1135px;
  margin: 0 auto;
}
#app .partner .partner-block .partner-title {
  position: relative;
  padding-left: 40px;
  margin-bottom: 26px;
}
#app .partner .partner-block .partner-title span {
  display: inline-block;
  font-size: 16px;
  color: #033490;
  vertical-align: text-bottom;
}
#app .partner .partner-block .partner-title span:first-child {
  font-size: 36px;
  font-weight: bold;
  margin-right: 10px;
}
#app .partner .partner-block .partner-title::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 37px;
  content: '';
  background-color: #033490;
  border-radius: 5px;
}
#app .partner .partner-block .tab-item-box {
  padding: 40px 20px;
  background-color: #f5f5f5;
  box-shadow: #d3d3d3 0px 0px 8px;
}
#app .partner .partner-block .tab-item-box .scroll-box {
  width: 100%;
  overflow-y: auto;
}
#app .partner .partner-block .tab-item-box .scroll-box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
#app .partner .partner-block .tab-item-box .scroll-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left bottom, left top, #c9cdd4);
  transition: 0.3s ease-in-out;
}
#app .partner .partner-block .tab-item-box .scroll-box::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
#app .partner .partner-block .tab-item-box .scroll-box::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f1f1f1;
}
#app .partner .partner-block .tab-item-box .map {
  max-width: 100%;
}
#app .partner .partner-block .partner1 {
  column-count: 3;
  column-gap: 20px;
}
#app .partner .partner-block .partner1 li {
  box-sizing: border-box;
  break-inside: avoid;
  padding-bottom: 20px;
}
#app .partner .partner-block .partner2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: auto;
}
#app .partner .partner-block .partner2 li {
  width: 493px;
}
#app .partner .partner-block .partner2 li img {
  width: 100%;
}
#app .partner .partner-block .partner2 li p {
  margin: 14px 0 20px;
  font-size: 18px;
  color: #595757;
  text-align: center;
}
#app .partner .partner-block .partner3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app .partner .partner-block .partner3 li {
  width: 343px;
}
#app .partner .partner-block .partner3 li img {
  width: 100%;
}
#app .partner .partner-block .partner3 li p {
  width: 250px;
  height: 42px;
  margin: 15px auto;
  border-radius: 8px;
  background-color: #033490;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 42px;
}
#app .partner .partner-block .partner-right-btn {
  position: absolute;
  top: 73px;
  right: -130px;
  width: 122px;
  height: 108px;
  transform: scale(1);
  transition: transform 0.15s;
  background: url(../images/btn2.png) no-repeat center;
}
#app .partner .partner-block .partner-right-btn:hover {
  transform: scale(1.05);
}
#app .wangjie {
  width: 100%;
  background: url('../images/page_bg7.png') no-repeat center top;
  background-size: cover;
  padding: 85px 0;
  color: #fff;
}
#app .wangjie .content {
  max-width: 1920px;
  padding-top: 55px;
}
#app .wangjie .content .wangjie-swiper {
  width: 100%;
}
#app .wangjie .content .wangjie-swiper .swiper-slide {
  width: 628px;
  margin-right: 20px;
}
#app .wangjie .content .wangjie-swiper .swiper-slide a {
  display: block;
}
#app .wangjie .content .wangjie-swiper .swiper-slide a img {
  width: 100%;
}
#app .wangjie .content .wangjie-swiper .swiper-slide a > p {
  height: 58px;
  margin-top: 14px;
  background-color: #006eba;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 58px;
}
@-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);
  }
}
@keyframes scaleDrew {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
