.qrImg {
  width: 100%;
}
.qrImg img {
  width: 100%;
}
.shareBox .social-share .item {
  line-height: 2.5;
}
.shareBox .social-share .item a {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: unset;
  height: auto;
  background-color: unset;
  border: none;
  font-size: 16px;
}
.shareBox .social-share .item a::before {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: teal;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 10px;
}
.shareBox .social-share .item .icon-weibo {
  color: #ff763b;
}
.shareBox .social-share .item .icon-weibo::before {
  background-color: #ff763b;
  color: #fff;
}
.shareBox .social-share .item .icon-qq {
  color: #56b6e7;
}
.shareBox .social-share .item .icon-qq::before {
  background-color: #56b6e7;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat::before {
  background-color: #7bc549;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat .share-n {
  color: #7bc549;
}
.code-popover .popper__arrow {
  display: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.img-title {
  margin: 0 auto;
  text-align: center;
}
.img-title img {
  max-height: 100%;
}
.nav {
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #fff;
  border-bottom: none;
  font-size: 0;
  line-height: 80px;
  width: 100%;
  z-index: 2;
}
.nav.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 11111;
}
.nav .wrap {
  width: 1300px;
}
.nav .logo {
  height: 40px;
  padding-top: 13px;
  margin-right: 70px;
}
.nav .nav-items {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 18px;
}
.nav .nav-items .bm1 {
  background: none;
  background-size: 40px;
  width: auto;
}
.nav .nav-items .top_text {
  display: inline-block;
  height: 80px;
  cursor: pointer;
  padding: 0 3px;
}
.nav .nav-items .top_text a {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
}
.nav .nav-items .nav_button {
  display: inline-block;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 10px;
  width: 128px;
  height: 35px;
  text-align: center;
  color: #ffffff;
}
.banner {
  width: 100%;
  height: 780px;
  padding-top: 80px;
  box-sizing: border-box;
}
.banner .banner-wrap {
  width: 100%;
  height: 100%;
  background: url('../images/banner8.jpg?v=8') no-repeat center top;
}
.tongqi {
  width: 100%;
  margin-top: 70px;
}
.tongqi .tongqi-wrap {
  width: 1239px;
  height: 152px;
  margin: 0 auto;
  background: url('../images/tongqi/bg-tongqi.png') no-repeat center top;
}
.tongqi .tongqi-wrap ul {
  padding-left: 165px;
  padding-top: 45px;
}
.tongqi .tongqi-wrap ul li {
  display: flex;
  height: 40px;
  align-items: center;
}
.tongqi .tongqi-wrap ul li .time {
  width: 140px;
  font-weight: 500;
  font-size: 22px;
  color: #265CFB;
  line-height: 40px;
}
.tongqi .tongqi-wrap ul li .content {
  display: flex;
  align-items: center;
}
.tongqi .tongqi-wrap ul li .content a {
  font-weight: 500;
  font-size: 22px;
  color: #265CFB;
  line-height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
}
.intro {
  padding-top: 40px;
  padding-bottom: 90px;
}
.intro .content {
  margin-top: 50px;
  position: relative;
}
.intro .content .left-box {
  width: 786px;
}
.intro .content .left-box p {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  text-align: justifyLeft;
  text-indent: 2em;
}
.intro .content .left-box p:nth-child(2) {
  margin-top: 15px;
}
.intro .content .left-box p:nth-child(3) {
  margin-top: 15px;
}
.intro .content .img-intro {
  position: absolute;
  top: 0;
  right: -120px;
}
.light {
  padding-top: 70px;
  padding-bottom: 60px;
  box-sizing: border-box;
  background: #FAFCFF;
}
.light .img-title {
  margin-bottom: 50px;
}
.light .contents {
  display: flex;
}
.light .contents .nums {
  padding: 30px 0;
  box-sizing: border-box;
  background: #FFFFFF;
  margin-right: 95px;
}
.light .contents .nums .num-item {
  width: 90px;
  padding: 12px 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.light .contents .nums .num-item .num {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #1A0F0D;
}
.light .contents .nums .num-item .black-line {
  width: 90px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75px;
  display: none;
  border-radius: 1px;
}
.light .contents .nums .num-item-active .num {
  color: #265CFB;
}
.light .contents .nums .num-item-active .black-line {
  display: block;
}
.light .contents .tab-contents .tab-content-item {
  display: flex;
}
.light .contents .tab-contents .tab-content-item .img-box {
  width: 600px;
  height: 405px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}
.light .contents .tab-contents .tab-content-item .img-box img {
  width: 100%;
  height: 100%;
}
.light .contents .tab-contents .tab-content-item .right-wrap {
  width: 420px;
  padding-left: 50px;
  padding-top: 40px;
  box-sizing: border-box;
}
.light .contents .tab-contents .tab-content-item .right-wrap .title {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.light .contents .tab-contents .tab-content-item .right-wrap .desc {
  padding-top: 20px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: justifyLeft;
  min-height: 198px;
}
.light .contents .tab-contents .tab-content-item .right-wrap .num-box {
  padding-top: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.light .contents .tab-contents .tab-content-item .right-wrap .num-box .number {
  font-weight: bold;
  font-size: 74px;
  color: #1A0F0D;
  padding-right: 20px;
}
.meeting {
  padding-top: 70px;
  padding-bottom: 60px;
  box-sizing: border-box;
  background: url('../images/meeting/bg-meeting.jpg') no-repeat center top / cover;
}
.meeting .img-title {
  margin-bottom: 50px;
}
.meeting .tips {
  margin-top: 15px;
  font-weight: 300;
  font-size: 18px;
  color: #999999;
}
.meeting .table-box {
  box-sizing: border-box;
  background: #FDFDFD;
  border-radius: 5px;
  padding: 15px 10px;
  padding-bottom: 0;
}
.meeting table,
.meeting th,
.meeting td {
  border: none;
}
.meeting table {
  vertical-align: top;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.meeting table .meeting-title {
  vertical-align: top;
  background: url('../images/meeting/bg-meeting-title.png') no-repeat center top;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 24px;
  color: #FFFEFE;
}
.meeting table .time {
  width: 140px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.meeting table .meeting-sub {
  font-size: 18px;
  color: #000000;
  padding: 20px 15px;
  box-sizing: border-box;
  vertical-align: top;
}
.goupiao {
  padding-top: 70px;
}
.goupiao .content {
  margin-top: 50px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.goupiao .content .sumPrice {
  width: 100%;
  margin-top: 20px;
  text-align: right;
  font-size: 22px;
  color: #ed0707;
}
.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;
}
.goupiao .content .buyBtnBox span {
  color: #ff0000;
}
.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;
}
.goupiao .content .buyBtnBox .buyBtn:hover {
  transform: scale(1.05);
}
.goupiao table {
  border-collapse: collapse;
}
.blue-book {
  padding-top: 70px;
  padding-bottom: 60px;
  background: radial-gradient(ellipse at top, #F3F5FF 0%, #F2F5FD 100%);
}
.blue-book .img-title {
  margin-bottom: 50px;
}
.blue-book ul {
  position: relative;
  min-height: 631px;
}
.blue-book ul .left-img {
  position: absolute;
  left: -160px;
  top: 0;
  width: 631px;
}
.blue-book ul li {
  display: flex;
  align-items: center;
  width: 760px;
  position: absolute;
  right: 0;
}
.blue-book ul li .right-box {
  padding-left: 15px;
  box-sizing: border-box;
}
.blue-book ul li .right-box .title {
  font-weight: bold;
  font-size: 18px;
  color: #265CFB;
  text-align: justifyLeft;
  letter-spacing: 0;
}
.blue-book ul li .right-box .desc {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: justifyLeft;
}
.blue-book ul li:nth-child(1) {
  top: 0;
}
.blue-book ul li:nth-child(1) .right-box .title {
  font-size: 22px;
}
.blue-book ul li:nth-child(1) .right-box .desc {
  text-indent: 2em;
}
.blue-book ul li:nth-child(2) {
  top: 190px;
}
.blue-book ul li:nth-child(3) {
  top: 340px;
}
.blue-book ul li:nth-child(4) {
  top: 495px;
}
.blue-book .bottom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blue-book .bottom-box .tips {
  font-weight: 300;
  font-size: 18px;
  color: #51ACF8;
  line-height: 40px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.ndpx {
  width: 100%;
  height: 900px;
  background: url('../images/ndpx/bg-ndpx4.png?v=4') no-repeat center top;
}
.ndpx .wrap {
  height: 100%;
  position: relative;
}
.ndpx .wrap a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
}
.wjchjb {
  padding-top: 70px;
  padding-bottom: 70px;
}
.wjchjb .img-title {
  margin-bottom: 50px;
}
.wjchjb .wjchjb-con {
  width: 1365px;
  margin: 0 auto;
  position: relative;
}
.wjchjb .wjchjb-con .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item {
  width: 212px;
  height: 325px;
  background: radial-gradient(ellipse at top, #163CEA 0%, #3E8FFD 100%);
  box-sizing: border-box;
  margin-right: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item:last-child {
  margin-right: 0;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item .img-box {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 129px;
  height: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item .name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #1EFDA2;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item .desc {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  padding: 0 20px;
  text-align: center;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item .down-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.chdx {
  width: 100%;
  height: 900px;
  padding-top: 70px;
  box-sizing: border-box;
  background: url('../images/chdx/bg-chdx.png') no-repeat center top;
}
.chdx .sub-title {
  padding-top: 45px;
  padding-bottom: 35px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
}
.chdx ul {
  min-height: 590px;
  position: relative;
}
.chdx ul li {
  width: 705px;
  position: absolute;
  left: 0;
}
.chdx ul li .title {
  width: 210px;
  height: 50px;
  background: radial-gradient(ellipse at left, #265CFB 0%, #50ADF8 100%);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.chdx ul li p {
  padding-top: 5px;
  box-sizing: border-box;
  text-indent: 2em;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  text-align: justifyLeft;
}
.chdx ul li:nth-child(1) {
  top: 0;
}
.chdx ul li:nth-child(2) {
  top: 150px;
}
.chdx ul li:nth-child(3) {
  top: 330px;
}
.chdx ul li:nth-child(4) {
  top: 480px;
}
.chdx ul .right-img {
  position: absolute;
  bottom: 0;
  left: 705px;
  width: 611px;
}
.wjhzqy {
  padding-top: 70px;
  padding-bottom: 70px;
}
.wjhzqy .img-title {
  margin-bottom: 50px;
}
.wjhzqy .wjhzqy-con {
  width: 1365px;
  margin: 0 auto;
  position: relative;
}
.hzmt {
  padding-top: 70px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.hzmt .img-title {
  margin-bottom: 50px;
}
.review {
  width: 100%;
  height: 600px;
  background: #f3f5ff;
  padding-top: 70px;
  box-sizing: border-box;
  padding-bottom: 70px;
}
.review .img-title {
  margin-bottom: 50px;
}
.review .review-con {
  width: 1365px;
  margin: 0 auto;
  position: relative;
}
.review .review-con .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.review .review-con .swiper-slide .review-item {
  width: 280px;
  height: 351px;
  background: #fff;
  box-sizing: border-box;
  border-top-right-radius: 40px;
  margin-right: 25px;
}
.review .review-con .swiper-slide .review-item:last-child {
  margin-right: 0;
}
.review .review-con .swiper-slide .review-item .img-box {
  padding: 5px 5px 0 5px;
  box-sizing: border-box;
  width: 100%;
  height: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review .review-con .swiper-slide .review-item .img-box img {
  border-top-right-radius: 40px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.review .review-con .swiper-slide .review-item .contents {
  padding: 15px;
  box-sizing: border-box;
}
.review .review-con .swiper-slide .review-item .contents .title1 {
  color: #265CFB;
  font-size: 16px;
  font-weight: Bold;
}
.review .review-con .swiper-slide .review-item .contents .title2 {
  color: #265CFB;
  font-size: 18px;
  font-weight: Bold;
}
.review .review-con .swiper-slide .review-item .contents .time {
  margin-top: 5px;
  color: #000;
  font-size: 16px;
}
.review .review-con .swiper-slide .review-item .contents .location {
  margin-top: 5px;
  color: #000;
  font-size: 16px;
}
.zzfs {
  width: 100%;
  padding-top: 70px;
  box-sizing: border-box;
  padding-bottom: 65px;
}
.zzfs .img-title {
  margin-bottom: 50px;
}
.zzfs ul {
  position: relative;
  background: url('../images/zzfs/img_01.png') no-repeat center center;
  min-height: 455px;
}
.zzfs ul li {
  position: absolute;
  top: 0;
  width: 340px;
}
.zzfs ul li .title {
  font-weight: bold;
  font-size: 28px;
  color: #265CFB;
}
.zzfs ul li .desc {
  margin-top: 20px;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.zzfs ul li:nth-child(1) {
  top: 0;
  left: 0;
}
.zzfs ul li:nth-child(2) {
  top: 0;
  right: 0;
}
.zzfs ul li:nth-child(3) {
  top: 265px;
  left: 0;
}
.zzfs ul li:nth-child(4) {
  top: 265px;
  right: 0;
}
.zzfs .tips {
  padding-top: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.xctg {
  width: 100%;
  height: 900px;
  padding-top: 70px;
  box-sizing: border-box;
  background: url('../images/xctg/bg.png') no-repeat center top;
}
.xctg ul {
  background: url('../images/xctg/img_01.png') no-repeat 110px 0;
  position: relative;
  min-height: 680px;
  margin-top: 50px;
  padding-bottom: 68px;
  box-sizing: border-box;
}
.xctg ul li {
  position: absolute;
  top: 0;
}
.xctg ul li .title-box {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  width: 253px;
  height: 29px;
  line-height: 29px;
  padding-left: 10px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #265CFB 0%, #265CFB 30%, transparent 100%);
}
.xctg ul li p {
  font-weight: 300;
  font-size: 18px;
  color: #010000;
  line-height: 30px;
  text-align: justifyLeft;
}
.xctg ul li:nth-child(1) {
  width: 400px;
  top: 13px;
  left: 95px;
}
.xctg ul li:nth-child(2) {
  width: 292px;
  top: 175px;
  left: 0px;
}
.xctg ul li:nth-child(3) {
  width: 275px;
  top: 255px;
  right: 0;
}
.xctg ul li:nth-child(3) p {
  color: #fff;
}
.xctg ul li:nth-child(4) {
  width: 320px;
  top: 460px;
  right: 100px;
}
.xctg ul li:nth-child(4) p {
  color: #fff;
}
.xctg ul li:nth-child(5) {
  width: 539px;
  top: 590px;
  right: 140px;
}
.xctg ul li:nth-child(5) p {
  color: #fff;
}
.footer {
  width: 100%;
  height: 447px;
  background: url('../images/footer.png?v=11') no-repeat center center;
  background-size: auto 100%;
}
.right-panel {
  display: none;
  padding-top: 15px;
  position: fixed;
  top: 20%;
  right: 10px;
  width: 144px;
  height: 285px;
  background: url('../images/right-panel-01.png') no-repeat top center;
}
.right-panel .right-panel-item {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  height: 36px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 36px;
  text-align: center;
  background: url('../images/right-panel-item-bg.png') no-repeat center center;
  position: relative;
}
.right-panel .right-panel-item:last-child {
  background: radial-gradient(ellipse at top, #EEC685 0%, #FEEECA 100%);
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 93px;
  height: 21px;
  line-height: 21px;
  border-radius: 11px;
}
.right-panel .right-panel-item:last-child a {
  font-weight: 300;
  font-size: 14px;
  color: #601806;
}
.right-panel .right-panel-item:hover a {
  color: #fff;
  position: relative;
}
.con {
  position: relative;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '' !important;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '' !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -45px;
  top: 40%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -45px;
  top: 40%;
}
.swiper-button-prev {
  width: 49px !important;
  height: 51px !important;
  background: url('../images/prev.png') no-repeat center;
}
.swiper-button-next {
  width: 49px !important;
  height: 51px !important;
  background: url('../images/next.png') no-repeat center;
}
.swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #265CFB !important;
  background: #265CFB !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 5px !important;
  margin-right: 10px;
}
.swiper-pagination-bullet-active {
  width: 68px !important;
  border-radius: 5px !important;
}
.swiper-pagination {
  margin-top: 30px;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
