body {
  background: #F5F8FA;
}

.banner {
  background-color: #EBF2F9;
  background-image: url('../images/banner-new.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 212px;
  padding-bottom: 203px;
  /* background-size: 1900px; */
}

@media (max-width: 1000px) {
  .banner {
    padding-top: 90px;
    padding-bottom: 30px;
    background-image: none;
  }
}

.banner .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .banner .box {
    flex-wrap: wrap;
  }
}

.banner .box .img {
  display: none;
}

@media (max-width: 1000px) {
  .banner .box .img {
    display: block;
  }
}

.banner .box .txt {
  width: 490px;
}

@media (max-width: 1000px) {
  .banner .box .txt {
    width: 100%;
  }
}

.banner .box .txt h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  color: #273755;
  line-height: 52px;
  margin-bottom: 16px;
  position: relative;
}

.banner .box .txt h1:first-of-type:after {
  content: "";
  display: block;
  width: 372px;
  height: 125px;
  background-image: url('../images/fd-x01.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
}

@media (max-width: 1000px) {
  .banner .box .txt h1:first-of-type:after {
    width: 235px;
    height: 70px;
    top: -30px;
  }
}

@media (max-width: 1000px) {
  .banner .box .txt h1 {
    font-size: 28px;
    line-height: 40px;
  }
}

.banner .box .txt h1:last-of-type {
  margin-bottom: 55px;
  letter-spacing: 4px;
}

.banner .box .txt h1:last-of-type:after {
  content: "";
  display: block;
  width: 496px;
  height: 1px;
  background-image: url('../images/x02.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
}

@media (max-width: 1000px) {
  .banner .box .txt h1:last-of-type:after {
    width: 85%;
    height: 1px;
    bottom: -5px;
  }
}

@media (max-width: 1000px) {
  .banner .box .txt h1:last-of-type {
    margin-bottom: 10px;
  }
}

.banner .box .txt h2 {
  font-size: 32px;
  font-weight: 500;
  color: #188FFF;
  line-height: 40px;
  margin-bottom: 25px;
}

@media (max-width: 1000px) {
  .banner .box .txt h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.banner .box .txt p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(39, 55, 85, 0.8);
  line-height: 24px;
  margin-bottom: 32px;
}

.banner .box .txt a {
  display: block;
  width: 146px;
  height: 38px;
  background: #136BED;
  border-radius: 2px;

  font-weight: 500;
  font-size: 18px;
  line-height: 38px;


  text-align: center;

  color: #FFFFFF;
}

@media (max-width: 1000px) {
  .banner .box .txt p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.banner .box .img {
  width: 550px;
}

.index-xxlist {
  margin-top: -140px;
}

@media (max-width: 1000px) {
  .index-xxlist {
    top: 0;
  }
}

.index-xxlist .box {
  height: 280px;
  background: linear-gradient(180.87deg, #F6F8F9 1.73%, #FFFFFF 69.81%, #FFFFFF 100.25%);
  border: 2px solid #FFFFFF;
  box-shadow: -4px -4px 10px rgba(255, 255, 255, 0.5), 4px 4px 10px 2px rgba(0, 82, 159, 0.06);
  border-radius: 8px;
  opacity: 1;
  border: 2px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 53px 32px;
  transition: padding 0.3s
}

.index-xxlist .box span {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #136BED;
}

.index-xxlist .box span img {
  margin-left: 8px;
}

.index-xxlist .box:hover {
  background: #FFFFFF;
  box-shadow: 0px 12px 30px 4px rgba(1, 54, 103, 0.12);
  padding-top: 32px;
}

.index-xxlist .box:hover span {
  display: block;
}

.index-xxlist .box:hover .txt p {
  margin-bottom: 20px;
}

.index-xxlist .box:active {
  background: #F5FAFF;
  box-shadow: 4px 4px 10px 2px rgba(0, 82, 159, 0.06), -4px -4px 10px 1px rgba(255, 255, 255, 0.5);
}

/* 取消广告位悬停效果 */
.index-xxlist .box:hover {
  padding-top: 32px;
}
.index-xxlist .box:hover span {
  margin-top: 0px;
}
.index-xxlist .box:hover .txt p {
  margin-bottom: 0px;
}
/* 取消广告位悬停效果 */

@media (max-width: 1000px) {
  .index-xxlist .box {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

.index-xxlist .box>img {
  width: 54px;
  margin-bottom: 24px;
}

@media (max-width: 1000px) {
  .index-xxlist .box .txt {
    margin-left: 10px;
  }
}

.index-xxlist .box .txt h2 {
  font-size: 16px;
  font-weight: 500;
  color: #273755;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: center;

}

.index-xxlist .box .txt p {
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  color: rgba(39, 55, 85, 0.6);
  margin-bottom: 0;
  min-height: 60px;

}


.index01 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FFFFFF;
}

@media (max-width: 1000px) {
  .index01 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.index01 .title {
  margin-bottom: 60px;
}

@media (max-width: 1000px) {
  .index01 .title {
    margin-bottom: 20px;
  }
}

.index02 {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #FFFFFF;
}

@media (max-width: 1000px) {
  .index02 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.index02 .title {
  margin-bottom: 60px;
}

@media (max-width: 1000px) {
  .index02 .title {
    margin-bottom: 20px;
  }
}

.index02 .title br {
  display: none;
}

@media (max-width: 1000px) {
  .index02 .title br {
    display: block;
  }
}

.index02 .box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .index02 .box {
    flex-wrap: wrap;
  }
}

.index02 .box .img {
  max-width: 680px;
}

@media (max-width: 1000px) {
  .index02 .box .img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.index02 .box .txt {
  max-width: 356px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .index02 .box .txt .item {
    margin-bottom: 15px;
  }
}

.index02 .box .txt .item {
  margin-bottom: 15px;
}

.index02 .box .txt .item:last-of-type {
  margin-bottom: 0;
}

.index02 .box .txt .item h2 {
  font-size: 16px;

  font-weight: 400;
  color: #333334;
  line-height: 24px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

@media (max-width: 1000px) {
  .index02 .box .txt .item h2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 20px;
  }
}

.index02 .box .txt .item h2:after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url('../images/fd-g.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1000px) {
  .index02 .box .txt .item h2:after {
    height: 16px;
    top: 2px;
    width: 15px;
  }
}

.index02 .box .txt .item p {
  font-size: 12px;
  padding-left: 20px;
  font-weight: 400;
  color: rgba(39, 55, 85, 0.6);
  line-height: 20px;
  margin-bottom: 0;

}

@media (max-width: 1000px) {
  .index02 .box .txt .item p {
    font-size: 12px;
    line-height: 20px;
  }
}

.index04 {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 55px;
}

@media (max-width: 1000px) {
  .index04 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.index04 .title {
  margin-bottom: 60px;
}

@media (max-width: 1000px) {
  .index04 .title {
    margin-bottom: 20px;
  }
}

.index04 .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .index04 .list {
    justify-content: space-between;
  }
}

.index04 .list .item {
  width: 216px;
  margin-right: 22px;
  height: 86px;
 
  border-radius: 8px 8px 8px 8px;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 2px 8px rgba(33, 48, 62, 0.08);
}

@media (max-width: 1000px) {
  .index04 .list .item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.index04 .list .item img {
  max-height: 75px;
  transition: all 0.3s;
}

@media (max-width: 1000px) {
  .index04 .list .item img {
    max-height: 55px;
  }
}

.index04 .list .item:nth-of-type(5n) {
  margin-right: 0;
}

.index04 .list .item .txt {
  position: absolute;
  opacity: 0;
  background: rgba(15, 71, 155, 0.62);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;

  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 86px;
  text-align: center;
}

@media (max-width: 1000px) {
  .index04 .list .item .txt {
    font-size: 14px;
  }
}

.index04 .list .item:hover img {
  filter: blur(8px);
 
}

.index04 .list .item:hover .txt {
  opacity: 1;
}


.index03 {
  background: #FFFFFF;
}

@media (max-width: 1000px) {
  .index03 {
    padding-top: 20px;
  }
}

.index03 .title {
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .index03 .title {
    margin-bottom: 20px;
  }
}

.index03 .tabtbox {
  box-shadow: 8px 8px 10px 0px rgba(33, 48, 62, 0.06);
}

.index03 .tabtbox .tabtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index03 .tabtbox .tabtit h4 {
  font-size: 18px;

  font-weight: 400;
  color: #333334;
  line-height: 26px;
  padding: 0 24px 10px;
  position: relative;
  cursor: pointer;
  width: auto;
}

@media (max-width: 1000px) {
  .index03 .tabtbox .tabtit h4 {
    font-size: 14px;
    padding: 0 15px 15px;
    line-height: 18px;
  }
}

.index03 .tabtbox .tabtit h4:hover {
  color: #188fff;
}

.index03 .tabtbox .tabtit h4.swiper-slide-thumb-active {
  color: #188fff;
}

.index03 .tabtbox .tabtit h4.swiper-slide-thumb-active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #188FFF;
}

@media (max-width: 1000px) {
  .index03 .tabtbox .tabtit h4.swiper-slide-thumb-active:after {
    height: 2px;
  }
}

.index03 .tabcbox {
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url('../images/index03-bg_s.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1000px) {
  .index03 .tabcbox {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

.index03 .tabcbox .tabcon .item {
  text-align: center;
}

.index03 .tabcbox .tabcon .item h5 {
  font-size: 20px;
  font-weight: 600;
  color: rgba(51, 51, 52, 0.8);
  line-height: 28px;
  margin-bottom: 15px;
}

@media (max-width: 1000px) {
  .index03 .tabcbox .tabcon .item h5 {
    font-size: 18px;
  }
}

.index03 .tabcbox .tabcon .item .bq {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .index03 .tabcbox .tabcon .item .bq {
    flex-wrap: wrap;
  }
}

.index03 .tabcbox .tabcon .item .bq span {
  background: rgba(24, 143, 255, 0.1);
  border-radius: 32px 32px 32px 32px;
  border: 1px solid rgba(24, 143, 255, 0.6);
  font-size: 18px;

  font-weight: 400;
  color: rgba(51, 51, 52, 0.6);
  line-height: 32px;
  padding: 5px 32px;
  margin: 0 8px;
}

@media (max-width: 1000px) {
  .index03 .tabcbox .tabcon .item .bq span {
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .index03 .tabcbox .tabcon .item .bq span {
    font-size: 12px;
    line-height: 22px;
    padding: 5px 10px;
  }
}

.index03 .tabcbox .tabcon .item img {
  max-width: 1000px;
}

@media (max-width: 1000px) {
  .index03 .tabcbox .tabcon .item img {
    max-width: 100%;
  }
}

.index03 .tabcbox .tabcon .item.active {
  display: block;
}













/*新加*/
.index-new-01 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.index-new-01 .title {
  margin-bottom: 25px;
}

.index-new-01 .dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: rgba(39, 55, 85, 0.8);
  margin-bottom: 24px;
}

.index-new-01 .dec span {
  color: #136BED;
  font-weight: 500;
}

.index-new-01 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(180deg, #F5F8FA 0%, #FFFFFF 129.93%);
  box-shadow: inset 0px 0px 30px rgba(30, 61, 89, 0.08);
  border-radius: 8px;
  padding: 42px 45px;
}

.index-new-01 .box .item {
  width: 46%;
  margin-bottom: 42px;
}

.index-new-01 .box .item.m0 {
  margin-bottom: 0;
}

.index-new-01 .box .item h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #273755;
  display: flex;
  align-items: center;
}

.index-new-01 .box .item h2 img {
  width:24px;
  margin-right: 9px;
}

.index-new-01 .box .item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

  color: rgba(39, 55, 85, 0.6);
  padding-left: 33px;
  margin-bottom: 0;
}

.index-new-02 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/fd-jgbg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index-new-02 .title {
  margin-bottom: 60px;
}

.index-new-02 .box {
  display: flex;
  justify-content: space-between;
}

.index-new-02 .jz-left {
  width: 288px;
}

.index-new-02 .jz-right {
  width: 860px;
  background: #F5F7FA;
  box-shadow: -8px -8px 10px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(33, 48, 62, 0.06);
  border-radius: 8px;
  margin-left:24px;
}
.index-new-02 .jz-right  .box{
  display: none;
}
.index-new-02 .jz-right .item {
  display: none;
}

.index-new-02 .jz-right .item.active {
  display: block;
}

.index-new-02 .jz-left .item {
  height: 84px;
  background: linear-gradient(180deg, #F5F8FA 0%, #FFFFFF 129.93%);
  box-shadow: -8px -8px 10px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(33, 48, 62, 0.06);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.index-new-02 .jz-left .item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(39, 55, 85, 0.8);
  margin-bottom: 0;
  max-width: 228px;
}

.index-new-02 .jz-left .item:last-of-type {
  margin-bottom: 0;
}

.index-new-02 .jz-left .item .a-box {
  display: none;
}

.index-new-02 .jz-left .item.active {
  height: 126px;
  background-color: #136BED;
  background-image: url('../images/jz-bg.png');
  background-position: right;
  background-repeat: no-repeat;
  position: relative;

}
.index-new-02 .jz-left .item.active:after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  width: 20px;
  height: 20px;
  border: 12px solid transparent;
  border-left-color: #136BED;
  top: 50%;
  transform: translateY(-50%);
}
.index-new-02 .jz-left .item.active .a-box {
  display: block;
}

.index-new-02 .jz-left .item.active p {
  min-height: 44px;
  margin-bottom: 5px;
}

.index-new-02 .jz-left .item.active .a-box {
  display: flex;
}

.index-new-02 .jz-left .item.active .a-box a {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  width: 72px;
  height: 26px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}
.index-new-02 .jz-left .item.active .a-box a:hover{
  background: #FFFFFF;
  color: #136BED;
}
.index-new-02 .jz-left .item.active p {
  color: #fff;
}

.index-new-02 .jz-left .item.active .a-box a:last-of-type {
  width: 98px;
  margin-left: 10px;
}
.index-new-02 .jz-left .item.active .a-box a:last-of-type img{
	width:24px;
}

.index-new-03 {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
}

.index-new-03 .title {
  margin-bottom: 55px;
}

.index-new-03 .dj {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(39, 55, 85, 0.8);
  margin-bottom: 12px;
}

.index-new-03 .dj img {
  width:24px;
  margin-right: 12px;
}

.index-new-03 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;

}

.index-new-03 .list .item {
  width: calc((100% - 64px) / 3);
  padding: 32px 32px 44px 32px;
  background: linear-gradient(180deg, #F6F8F9 0%, #FFFFFF 78.9%);
  border: 2px solid #FFFFFF;
  box-shadow: inset 0px 0px 30px rgba(30, 61, 89, 0.08);
  border-radius: 8px;
}

.index-new-03 .list .item img {
  width:44px;
  display: block;
  margin: 0 auto 24px;
}

.index-new-03 .list .item h3 {
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #273755;
  margin-bottom: 24px;
}

.index-new-03 .list .item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: rgba(39, 55, 85, 0.6);
}

.index-new-04 {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #fff;
}

.index-new-04 .title {
  margin-bottom: 60px;
}

.index-new-04 .tab-t {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.index-new-04 .tab-t .item img {
  width: 130px;
  margin-bottom: 15px;
}

.index-new-04 .tab-t .item {
  cursor: pointer;
}

.index-new-04 .tab-t .item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: rgba(39, 55, 85, 0.6);
}

.index-new-04 .tab-t>img {
  margin: 0 15px;
}

.index-new-04 .tab-t .item.active p {
  color: #136BED;
}

.index-new-04 .tab-c {
  background: linear-gradient(180deg, #F6F7F9 0%, #FFFFFF 78.9%);
  border: 2px solid #FFFFFF;
  box-shadow: inset 0px 0px 30px rgba(30, 61, 89, 0.08);
  border-radius: 8px;

}

.index-new-04 .tab-c .item {
  display: none;
}

.index-new-04 .tab-c .item.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-new-04 .tab-c .item .txt {
  width: calc(100% - 720px);
  padding-left: 65px;
  padding-right: 65px;
}

.index-new-04 .tab-c .item .img {
  width: 720px;
}

.index-new-04 .tab-c .item .txt h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #273755;
  margin-top: 0;
  margin-bottom: 22px;
}

.index-new-04 .tab-c .item .txt p {

  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(39, 55, 85, 0.6);
  margin-bottom: 0;
}

.index-new-05 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/fd-casebg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-new-05 .title {
  margin-bottom: 60px;
}

.index-new-05 .swiper-box {
  position: relative;
  margin-bottom: 65px;
}

.index-new-05 .case-swiper {
  background: linear-gradient(180deg, #F5F8FA 0%, #FFFFFF 129.93%);
  border: 2px solid #FFFFFF;
  box-shadow: -8px -8px 10px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(33, 48, 62, 0.06);
  border-radius: 8px;
  width: 980px;
  margin: 0 auto;
}

.index-new-05 .swiper-slide {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-new-05 .img {
  width: 368px;
  height: 164px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;

  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content:center;
}

.index-new-05 .txt {
  width: calc(100% - 400px);
}

.index-new-05 .case-prev {
  width: 35px;
  height: 35px;
  background-image: url('../images/l-btn-2.png');
  background-size: cover;
  background-position: center;
}
.index-new-05 .case-prev:hover{
  background-image: url('../images/l-btn-active-2.png');
}
.index-new-05 .case-next {
  width: 35px;
  height: 35px;
  background-image: url('../images/r-btn-2.png');
  background-size: cover;
  background-position: center;
}
.index-new-05 .case-next:hover{
  background-image: url('../images/r-btn-active-2.png');
}
.index-new-05 .a-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-new-05 .a-box a {
  width: 148px;
  height: 38px;
  border: 1px solid rgba(152, 163, 183, 0.6);
  border-radius: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  color: rgba(39, 55, 85, 0.8);

}

.index-new-05 .a-box a:hover{
  background: rgba(19, 107, 237, 0.1);
  color: #136BED;
border: 1px solid #136BED;
}

.index-new-05 .a-box a:last-of-type {
  width: 146px;
  height: 38px;
  background: #136BED;
  border-radius: 2px;
  border: none;
  color: #FFFFFF;
  margin-left: 16px;
}
.index-new-05 .a-box a:last-of-type:hover{
  background: rgba(19, 107, 237, 0.8);
}
.index-new-05 .a-box a:last-of-type img {
  margin-left: 15px;
}


.index01 .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 12px;


  background: rgba(152, 163, 183, 0.6);
  border-radius: 4px;
  opacity: 1;
}

.index01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 40px;

background: #136BED;

}
.index01 .fjjz-swiper{
  padding-bottom: 60px;
} 

.index01 .swiper-pagination{
  bottom: 0;
}

.index-new-04 .tab-t .item .hover{
  display: none;
}
.index-new-04 .tab-t .item.active img{
  display: none;
}
.index-new-04 .tab-t .item.active .hover{
  width: 130px;
  display: block;
}
.index-new-04 .tab-t .item:nth-of-type(2){
  margin: 0 210px;
  position: relative;
}
.index-new-04 .tab-t .item:nth-of-type(2):after{
  content: "";
  display: block;
  width: 198px;
  height: 24px;
  background-image: url('../images/fd-gntline.png');
  position: absolute;
  top: 80px;
    left: -205px;
}
.index-new-04 .tab-t .item:nth-of-type(2):before{
  content: "";
  display: block;
  width: 198px;
  height: 24px;
  background-image: url('../images/fd-gntline.png');
  position: absolute;
  top: 80px;
   right: -205px;
}



@media (max-width: 1000px) {
  .index-new-05 .case-swiper {
  
    width: 100%;

}
.index-new-04 .tab-t .item:nth-of-type(2):after {
  content: "";
  display:none;

}
.index-new-04 .tab-t .item:nth-of-type(2):before {
  content: "";
  display:none;

}
.index-new-04 .tab-t .item:nth-of-type(2) {
  margin: 0;
  position: relative;
}
.index-new-04 .tab-t{
  justify-content: space-between;
  margin-bottom: 20px;
}

.index-xxlist {
  margin-top: 30px;
}
.index-new-01 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-new-01 .box {

  padding: 20px;
}

.index-new-01 .box .item {
  width: 100%;
  margin-bottom: 20px;
}
.index-new-01 .box .item.m0 {
  margin-bottom: 20;
}

.index-new-01 .box .item:last-of-type{
  margin-bottom: 0;
}
.index-new-03 .list {
  flex-wrap: wrap;
}
.index-new-04 .tab-t .item {
 text-align: center;
}
.index-new-03 .list .item {
width: 100%;
margin-bottom: 15px;
}


.index-new-04 .tab-t .item img {
  width: 130px;
  margin: 0 auto 12px;
}
.index-new-04 .tab-t .item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(39, 55, 85, 0.6);
}






.index-new-04 .tab-c .item.active {

  flex-wrap: wrap;
}

.index-new-04 .tab-c .item .img {
  width: 100%;
}

.index-new-04 .tab-c .item .txt {
  width: 100%;
  padding: 20px;

}
.index-new-04 .tab-c .item .txt h3 {

  font-size: 18px;

  margin-bottom: 5px;
}
.index-new-04 .tab-c .item .txt p {

  font-size: 12px;
  line-height: 20px;

  margin-bottom: 0;
}
.index-new-04 .title {
  margin-bottom: 30px;
}
.index-new-03 {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fff;
}
.index-new-04 {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #fff;
}
.index-new-03 .title {
  margin-bottom: 30px;
}
.index-new-03 .dj {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(39, 55, 85, 0.8);
  margin-bottom: 10px;
}
.index-new-03 .dj img{
  width: 16px;
  margin-right: 10px;
}


.index-new-05 .swiper-slide {
 flex-wrap: wrap;
 
}
.index-new-05 .img {
  width: 80%;
  height: 104px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.index-new-05 .img img{width: 200px;}

.index-new-05 .txt {
  width: 100%;
  font-weight: 600;
  padding-left: 32px;
}

.index-new-05 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../images/fd-casebg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-new-05 .title {
  margin-bottom: 30px;
}
.index-new-05 .swiper-box {
  position: relative;
  margin-bottom: 30px;
}
.index-new-02 .jz-left {
  display: none;
}
.index-new-02 .jz-right .item {
 display: block;
 width: 85%;
 margin-right: 15px;
 border-radius: 8px;
 background: #F5F7FA;
    box-shadow: -8px -8px 10px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(33, 48, 62, 0.06);
}
.index-new-02 .jz-right {
  width: 100%;
  background: none;
  box-shadow: none;
  border-radius:0;
  padding: 0;
  padding-bottom: 33px;
}
.index-new-02 .jz-right .jz-page{
  bottom: 0;
}
.index-new-02 .jz-right .item{
  padding: 10px;
}
.index-new-02 .jz-right  .box{
  display: block;
}

.index-new-02 .jz-right  .box p{
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 22px;

}
.index-new-02 .jz-right  .a-box {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.index-new-02 .jz-right  .a-box a {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  background: #136BED;
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  padding: 2px 15px;
  margin: 0 10px;
}
.index-new-02 {
  padding-top: 30px;
  padding-bottom: 20px;

}
.index-new-02 .title {
  margin-bottom: 30px;
}
}
.index-new-02 .jz-left .item.active .a-box a img{margin-bottom:2px;}
.index-new-02 .jz-left .item.active .a-box a img.hover{
  display: none;
}
.index-new-02 .jz-left .item.active .a-box a:hover img{
  display: none;
}
.index-new-02 .jz-left .item.active .a-box a:hover img.hover{
  display: inline;
  margin-bottom:2px;
}

.banner .box .txt a{align-items: center;display: flex; justify-content: center;}
.index-new-05 .a-box a {align-items: center;display: flex; justify-content: center;}
.index-new-02 .jz-left .item.active .a-box a {align-items: center;display: flex; justify-content: center;}
.index-new-02 .jz-left .item.active .a-box a:hover{align-items: center;display: flex; justify-content: center;}
.index-new-05 .a-box a:last-of-type img{width:24px;}
 .banner .box .txt a img{
   width:24px;
   margin-left:10px;
}

.index-new-02 .jz-left .item .a-box img{width:24px;}
.header .headbox .navbox .nav .box a img{margin-right:12px;}
.header .headbox .navbox .nav .box a{font-size: 16px;}
.header .headbox .navbox .nav .snav .box{padding: 16px 0 16px 0;}
.header .headbox .right-box:hover{background: rgba(19, 107, 237, 0.8);}
.header .headbox .right-box:active{background: #0071DB;}
.banner .box .txt a:hover{background: rgba(19, 107, 237, 0.8);}
.banner .box .txt a:active{background: #0071DB;}
.banner {background-image: url(../images/fd-banner-2.png);}
.index-xxlist .box span img{ width:14px;}
.index-new-02 .jz-right .item.active img{padding:24px;}
@media (max-width: 1000px) {
  .index-new-02 .jz-right .item.active img{padding:4px;}
  .index-new-02 .jz-right .a-box a{height:30px;}
}
.index-new-05 .txt{color:#273755; font-weight:500; margin-left:32px;}
.index-new-05 .img img{width:200px;}
#ads{
  background-image: url('../images/index-ads.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 4px 4px -4px #5E5E5E;
  overflow: hidden;
  padding: 0;
}
#ads-close{
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;}
#ads .xs{
  height: 190px; 
  padding: 0 60px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
  flex-direction: column;
}
#ads .xs p{
  font-weight: 600; 
  font-size: 32px;
  color: #fff;}
#ads .xs a{
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  color: #188FFF;
  font-size: 16px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #ads {
   height: 100px;
  }
  #ads .xs{
   height: 100px;
  }
   #ads .xs p{
              font-size: 16px;
  }
  #ads .xs a{
    font-size: 12px;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
}
.header{
  position:sticky;
  top:0;
}
@media (max-width: 1000px) {
  .banner{
    background-position: 5% center;
  }
}
/*导航栏悬停效果*/
.header .headbox .navbox .nav > a, .header .headbox .navbox .nav .hover > a {
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 20px;
}
.header .headbox .navbox .nav a:hover{
  color: #136BED;
}
.header .headbox .navbox .nav a .x-hover{
  display: none;
}
.header .headbox .navbox .nav .hover>a{
  display: flex !important;
  align-items: center;
}
.header .headbox .navbox .nav a{
  display: flex;
  align-items: flex-end;
}
.header .headbox .navbox .nav a.active {
  font-weight: 500
}  
.header .headbox .navbox .nav .hover>a>img{
  margin-left: 5px;
}
.header .headbox .navbox .nav .hover>a:hover>img{
  display: none;
}
.header .headbox .navbox .nav .hover>a:hover .x-hover{
  display: block;
}
@media (max-width: 1000px) {
  .header .headbox .navbox .nav a {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.header .headbox .navbox .nav a.active img{
  display: none;
}
.header .headbox .navbox .nav a.active .x-hover{
  display: block;
}
.header .headbox .navbox .nav a .x-hover-2{
  display: none;
}
.header .headbox .navbox .nav .hover>a:hover .x-hover-2{
  display: block;
}
.header .headbox .navbox .nav a.active .x-hover-2{
  display: block;
}
/*导航栏悬停效果end*/
/* 导航栏高亮 */
.test2{color: #136BED !important;}
      
.banner .box .txt .index_banner_link .btn:last-child a{
  background: #ffffff;
  color: #0082fc;
}
.banner .box .txt .index_banner_link .btn:last-child a:hover{
  background: #f6f8f9;
}
.banner .box .txt .index_banner_link .btn:last-child a:active{
  background: #faf8f8
}
.banner .box .txt .index_banner_link .btn:active{
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0%);
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 0%);
}