.centerBox {
  width: 1335px;
  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: 95px;
  border-radius: 10px;
  background: #fff;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95px;
  cursor: pointer;
  z-index: 2;
}
#app .right_gg .right_gg-item > img {
  display: none;
  width: 58px;
}
#app .right_gg .right_gg-item > img:first-child {
  display: block;
}
#app .right_gg .right_gg-item:hover > img {
  display: block;
}
#app .right_gg .right_gg-item:hover > img:first-child {
  display: none;
}
#app .right_gg .goto-top > img {
  width: 30px;
}
#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: -20px;
}
#app .right_gg .jinqun_qr .jinqun > img {
  width: 150px;
}
#app .right_gg .jinqun_qr:hover .jinqun {
  display: block;
}
#app .header {
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  background-color: #002186;
  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: 18px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
#app .header ul li .btn {
  display: inline-block;
  font-size: 18px;
  color: #002186;
  padding: 6px 20px;
  border-radius: 5px;
  position: relative;
}
#app .header ul li .btn.btn1 {
  background-color: #6deafe;
}
#app .header ul li .header-logo {
  margin-right: 150px;
}
#app .header ul .bar {
  height: 100%;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition: background 0.2s ease;
}
#app .header ul .bar:hover {
  background: rgba(255, 255, 255, 0.2);
}
#app .banner {
  width: 100%;
  height: 617px;
  box-sizing: border-box;
  background: url('../images/update0802/banner.jpg?v=1') no-repeat center top;
  background-size: cover;
}
#app .titleCC {
  text-align: center;
}
#app .tongqi {
  height: 554px;
  background: url('../images/update0816/tongqi.jpg') no-repeat center top;
}
#app .tongqi .centerBox {
  text-align: center;
}
#app .tongqi .centerBox .titleCC {
  margin-bottom: 50px;
}
#app .jieshao {
  padding: 30px 0 70px;
  background: url('../images/page_bg2.png') no-repeat center bottom;
  background-size: cover;
  box-sizing: border-box;
}
#app .jieshao .intro-text {
  padding: 30px 0 40px;
  font-size: 22px;
  color: #2f2f2f;
  line-height: 1.8em;
}
#app .jieshao .intro-text p {
  text-indent: 2em;
}
#app .jieshao .intro-data {
  display: flex;
  flex-wrap: wrap;
}
#app .jieshao .intro-data li {
  width: 25%;
  height: 195px;
  color: #fff;
  background: #137bdc;
  text-align: center;
  overflow: hidden;
}
#app .jieshao .intro-data li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.15s;
}
#app .jieshao .intro-data li i {
  display: block;
  width: 70px;
  height: 54px;
  margin: 20px auto 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  transform: scale(1);
  transition: transform 0.15s;
}
#app .jieshao .intro-data li p {
  font-size: 20px;
}
#app .jieshao .intro-data li p:last-child {
  font-size: 46px;
  margin-top: 5px;
}
#app .jieshao .intro-data li:hover i {
  transform: scale(1.15);
}
#app .jieshao .intro-data li:hover img {
  transform: scale(1.15);
}
#app .jieshao .intro-data li:nth-child(2) i {
  background-image: url(../images/icon/icon2.png);
}
#app .jieshao .intro-data li:nth-child(4) i {
  background-image: url(../images/icon/icon4.png);
}
#app .jieshao .intro-data li:nth-child(5) i {
  background-image: url(../images/icon/icon1.png);
}
#app .jieshao .intro-data li:nth-child(7) i {
  background-image: url(../images/icon/icon3.png);
}
#app .light {
  height: 894px;
  padding-top: 50px;
  background: url('../images/page_bg3.png') no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}
#app .light .centerBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
}
#app .light .centerBox ul li {
  width: 658px;
  height: 312px;
  margin-bottom: 20px;
  padding: 52px 0 0 52px;
  color: #fff;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: background-size 0.2s;
}
#app .light .centerBox ul li h3 {
  font-size: 32px;
  font-weight: 500;
}
#app .light .centerBox ul li i {
  display: block;
  width: 123px;
  height: 4px;
  background: url(../images/line.png) no-repeat center;
  margin-top: 4px;
}
#app .light .centerBox ul li p {
  width: 455px;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 42px;
}
#app .light .centerBox ul li:nth-child(1) {
  background-image: url(../images/photo5.png);
}
#app .light .centerBox ul li:nth-child(2) {
  background-image: url(../images/photo6.png);
}
#app .light .centerBox ul li:nth-child(3) {
  background-image: url(../images/photo7.png);
}
#app .light .centerBox ul li:nth-child(4) {
  background-image: url(../images/photo8.png);
}
#app .light .centerBox ul li:hover {
  background-size: 115%;
}
#app .richeng {
  height: 696px;
  padding-top: 70px;
  background: url(../images/page_bg4.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}
#app .richeng table {
  margin: 48px auto 0;
  border-collapse: collapse;
}
#app .richeng table td,
#app .richeng table th {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #000;
  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 .color-bg td {
  background: transparent;
}
#app .richeng table .color-bg .white-bg {
  background: white;
}
#app .yicheng {
  height: 717px;
  background: url(../images/update0816/yicheng.jpg) no-repeat center top;
}
#app .yicheng table {
  margin: 42px auto 0;
  border-collapse: collapse;
}
#app .yicheng table td,
#app .yicheng table th {
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: 20px;
  color: #000;
}
#app .yicheng table th {
  width: 1015px;
  height: 58px;
  padding: 0 55px;
  background: #fee7b1;
  text-align: left;
}
#app .yicheng table th:first-child {
  width: 172px;
  text-align: center;
}
#app .yicheng table td {
  padding: 20px 45px;
}
#app .yicheng table td:first-child {
  width: 172px;
  padding: 0;
  text-align: center;
}
#app .yicheng table td h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
#app .yicheng table td .section-list {
  display: flex;
}
#app .yicheng table td .section-list ul {
  width: 410px;
}
#app .yicheng table td .section-list ul:last-child {
  width: 500px;
  margin-left: 40px;
}
#app .yicheng table td .section-list ul li {
  line-height: 2em;
}
#app .details {
  height: 1095px;
  padding-top: 70px;
  background: url(../images/page_bg5.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}
#app .details .titleCC {
  margin-bottom: 50px;
}
#app .details .richeng-tab {
  width: 75%;
  display: flex;
  margin: 0 auto 75px;
}
#app .details .richeng-tab li {
  width: 33.3%;
  height: 100px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 100px;
  background-color: #09235f;
  cursor: pointer;
}
#app .details .richeng-tab li:nth-child(2n) {
  background-color: #0c2761;
}
#app .details .richeng-tab li.active {
  background-color: #175cdf;
}
#app .details .richeng-item > img {
  display: block;
  width: 1289px;
  margin: 0 auto;
}
#app .details .jiabin {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#app .details .jiabin .guest-item {
  width: 20%;
  margin-bottom: 45px;
  height: 300px;
}
#app .details .jiabin .guest-item .name {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .details .jiabin .guest-item .pic {
  width: 189px;
  height: 183px;
  margin: 0 auto;
  position: relative;
}
#app .details .jiabin .guest-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 189px;
  height: 183px;
  background: url("../images/jiabin/bg.png") center no-repeat;
  background-size: 100% auto;
}
#app .details .jiabin .guest-item .pic img {
  border-radius: 100%;
  width: 162px;
  height: 162px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
  transform: translateX(-3px);
}
#app .details .jiabin .guest-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#app .details .jiabin .guest-item .info {
  line-height: 1.5em;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#app .renqun {
  width: 100%;
  height: 720px;
  box-sizing: border-box;
  background: url('../images/page_bg6.png') no-repeat center top;
  background-size: cover;
  padding-top: 65px;
}
#app .renqun .content {
  position: relative;
  width: 514px;
  height: 351px;
  margin: 78px auto 0;
  background: url(../images/duixiang1.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: 310px;
  font-size: 18px;
  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) {
  width: 285px;
  top: 7px;
  left: -410px;
}
#app .renqun .content ul li:nth-child(1) i {
  top: -2px;
  right: -35px;
  background: url(../images/icon/1.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(2) {
  width: 240px;
  top: 177px;
  left: -400px;
}
#app .renqun .content ul li:nth-child(2) i {
  top: -5px;
  right: -37px;
  background: url(../images/icon/2.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(3) {
  width: 285px;
  top: 308px;
  left: -435px;
}
#app .renqun .content ul li:nth-child(3) i {
  top: 43px;
  right: -50px;
  background: url(../images/icon/3.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(4) {
  bottom: -85px;
  left: 150px;
}
#app .renqun .content ul li:nth-child(4) i {
  top: -39px;
  left: 87px;
  background: url(../images/icon/4.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(5) {
  bottom: 37px;
  left: 370px;
}
#app .renqun .content ul li:nth-child(5) i {
  top: 0px;
  left: -50px;
  background: url(../images/icon/5.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(6) {
  bottom: 127px;
  left: 416px;
}
#app .renqun .content ul li:nth-child(6) i {
  top: 0px;
  left: -50px;
  background: url(../images/icon/6.png) no-repeat center;
}
#app .renqun .content ul li:nth-child(7) {
  width: 260px;
  top: 3px;
  left: 406px;
}
#app .renqun .content ul li:nth-child(7) i {
  top: 0px;
  left: -50px;
  background: url(../images/icon/7.png) no-repeat center;
}
#app .renqun .content ul div {
  position: absolute;
  left: -30px;
  top: 0;
  width: 303px;
  height: 303px;
  background: url(../images/duixiang2.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 .zhanwei {
  width: 100%;
  height: 1841px;
  box-sizing: border-box;
  background: url('../images/update0816/map.jpg?v=1') no-repeat center top;
}
#app .zhanwei .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 1769px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 10px;
}
#app .zhanwei .content a {
  display: block;
  width: 660px;
  height: 50px;
}
#app .wangjie {
  width: 100%;
  height: 721px;
  box-sizing: border-box;
  background: url('../images/page_bg8.png') no-repeat center top;
  background-size: cover;
  padding-top: 80px;
}
#app .wangjie .content {
  max-width: 1920px;
  padding-top: 65px;
}
#app .wangjie .content .wangjie-swiper {
  min-width: 1335px;
  padding-bottom: 60px;
  background: url(../images/line2.png) no-repeat center bottom;
  background-size: 1920px auto;
}
#app .wangjie .content .wangjie-swiper .swiper-slide {
  width: 608px;
  height: 373px;
}
#app .wangjie .content .wangjie-swiper .swiper-slide > div {
  width: 608px;
  height: 373px;
  background: url(../images/review_bg.png) no-repeat center;
  overflow: hidden;
}
#app .wangjie .content .wangjie-swiper .swiper-slide a {
  display: block;
}
#app .wangjie .content .wangjie-swiper .swiper-slide a img {
  display: block;
  width: 572px;
  margin: 18px auto 12px;
}
#app .wangjie .content .wangjie-swiper .swiper-slide a > p {
  font-size: 14px;
  color: #474747;
  text-align: center;
}
#app .jigou {
  background: #fff;
  padding: 90px 0 130px;
}
#app .jigou .content {
  height: 73px;
  margin-top: 90px;
  background: url(../images/logo_cb.png) no-repeat center;
}
#app .aboutUs {
  height: 468px;
  box-sizing: border-box;
  padding: 62px 0 0;
  background: url(../images/page_bg9.png) no-repeat center;
}
#app .aboutUs .content {
  width: 1005px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin: 0 auto;
}
#app .aboutUs .content > div {
  padding-top: 160px;
}
#app .aboutUs .content > div:first-child {
  padding-top: 0;
  text-align: center;
}
#app .aboutUs .content > div:first-child p {
  font-size: 16px;
}
#app .aboutUs .content > div:first-child img {
  margin: 15px 0 5px;
}
#app .aboutUs .content h3 {
  font-size: 46px;
  font-weight: 500;
}
#app .aboutUs .content h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3px;
}
#app .aboutUs .content h5 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 18px;
  padding-left: 16px;
}
#app .aboutUs .content .tel {
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  padding-left: 12px;
  margin-bottom: 15px;
  border-left: 4px solid #ca2124;
}
@-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);
  }
}
