/* 轮播图 */
.bannerSwiper {
  width: 100%;
  height: 905px;
  overflow: hidden;
  position: relative;
}

.bannerSwiper.swiper-container img {
  display: block;
  margin: 0 auto;
  height: 100%;
}

.bannerSwiper .swiper-pagination-bullet {
  width: 48px;
  height: 10px;
  margin: 0 10px !important;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
}

.bannerSwiper .swiper-pagination-bullet-active {
  width: 24px;
  background: #00c5b9;
}

.bannerSwiper .swiper-pagination {
  bottom: 118px;
}

.bannerSwiper .btn-prev,
.bannerSwiper .btn-next {
  width: 71px;
  height: 71px;
}

.bannerSwiper .btn-prev {
  left: 60px;
  background: url(../img/banner_lef_arrow.png) 0 0 no-repeat;
}

.bannerSwiper .btn-next {
  right: 60px;
  background: url(../img/banner_rig_arrow.png) 0 0 no-repeat;
}

.con1 {
  width: 100%;
  padding-bottom: 100px;
  background: #f9f9fb;
  position: relative;
}

.con1 .menutab {
  width: 100%;
  height: 200px;
  z-index: 97;
  top: -100px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.con1 .menutab .item {
  width: 33.33%;
  height: 200px;
  font-size: 27px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.con1 .menutab .item::after {
  content: "";
  width: 1px;
  height: 106px;
  background: #eee;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -53px;
  overflow: hidden;
}

.con1 .menutab .item:last-child::after {
  display: none;
}

.con1 .menutab .item i {
  width: 96px;
  height: 96px;
  margin-right: 30px;
}

.con1 .menutab .item p {
  color: #999;
  font-size: 20px;
  margin-top: 10px;
}

.con1 .menutab .item i.icon_jgfw {
  background: url(../img/icon_jgfw.png) 0 0 no-repeat;
}

.con1 .menutab .item i.icon_qygl {
  background: url(../img/icon_qygl.png) 0 0 no-repeat;
}

.con1 .menutab .item i.icon_grfw {
  background: url(../img/icon_grfw.png) 0 0 no-repeat;
}

.con1 .menutab .item:hover {
  background: #00c5b9;
}

.con1 .menutab .item:hover i.icon_jgfw {
  background: url(../img/icon_jgfw_on.png) 0 0 no-repeat;
}

.con1 .menutab .item:hover i.icon_qygl {
  background: url(../img/icon_qygl_on.png) 0 0 no-repeat;
}

.con1 .menutab .item:hover i.icon_grfw {
  background: url(../img/icon_grfw_on.png) 0 0 no-repeat;
}

.con1 .menutab .item:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.con1 .menutab .item:hover h3 {
  color: #fff;
}

.con1 .fwnrcon .title {
  margin-bottom: 75px;
}

.fwnrlist .item {
  width: 440px;
  height: 280px;
  float: left;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 10px;
  transition: all 0.3s;
  overflow: hidden;
}

.fwnrlist .item:nth-child(3n) {
  margin-right: 0;
}

.fwnrlist .item:hover {
  background: #fff;
}

.fwnrlist .item i {
  display: block;
  width: 70px;
  height: 70px;
  margin: 50px auto 20px;
}

.fwnrlist .item i.icon_fw1 {
  background: url(../img/icon_fw1.png) 0 0 no-repeat;
}

.fwnrlist .item i.icon_fw2 {
  background: url(../img/icon_fw2.png) 0 0 no-repeat;
}

.fwnrlist .item i.icon_fw3 {
  background: url(../img/icon_fw3.png) 0 0 no-repeat;
}

.fwnrlist .item i.icon_fw4 {
  background: url(../img/icon_fw4.png) 0 0 no-repeat;
}

.fwnrlist .item i.icon_fw5 {
  background: url(../img/icon_fw5.png) 0 0 no-repeat;
}

.fwnrlist .item i.icon_fw6 {
  background: url(../img/icon_fw6.png) 0 0 no-repeat;
}
.fwnrlist .item:hover i.icon_fw1 {
  background: url(../img/icon_fw1_on.png) 0 0 no-repeat;
}

.fwnrlist .item:hover i.icon_fw2 {
  background: url(../img/icon_fw2_on.png) 0 0 no-repeat;
}

.fwnrlist .item:hover i.icon_fw3 {
  background: url(../img/icon_fw3_on.png) 0 0 no-repeat;
}

.fwnrlist .item:hover i.icon_fw4 {
  background: url(../img/icon_fw4_on.png) 0 0 no-repeat;
}

.fwnrlist .item:hover i.icon_fw5 {
  background: url(../img/icon_fw5_on.png) 0 0 no-repeat;
}

.fwnrlist .item:hover i.icon_fw6 {
  background: url(../img/icon_fw6_on.png) 0 0 no-repeat;
}
.fwnrlist .item h4 {
  font-size: 28px;
  color: #272727;
  text-align: center;
  margin-bottom: 20px;
}

.fwnrlist .item p {
  font-size: 20px;
  color: #666;
  line-height: 27px;
  text-align: center;
}

.con2 .ylzy {
  width: 50%;
  height: 824px;
  padding-left: 25px;
  position: relative;
}

.con2 .ylzy::after {
  content: "";
  width: 960px;
  height: 824px;
  position: absolute;
  top: 0;
  left: -960px;
  background: url(../img/ylzyimg.png) 0 0 no-repeat;
}

.con2 .ylzy .title {
  margin-top: 50px;
  margin-bottom: 32px;
}

.con2 .ylzy .ylzycon {
  width: 100%;
  text-align: center;
  padding: 68px 0;
  border-bottom: 1px solid #dadada;
  overflow: hidden;
}

.con2 .ylzy .num {
  font-size: 62px;
  line-height: 144px;
  color: #00c5b9;
}

.con2 .ylzy .p1 {
  font-size: 24px;
}

.con3 {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.con3 .title {
  margin-bottom: 120px;
}

.con3 .teamlist {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.con3 .teamlist .item {
  width: 322px;
  height: 322px;
  margin: 0 60px 45px;
  transition: all 0.3s;
  position: relative;
}

.con3 .teamlist .item img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.con3 .teamlist .item .yuan {
  width: 127px;
  height: 127px;
  line-height: 127px;
  border-radius: 127px;
  background-image: linear-gradient(to bottom, #37c8dc, #00c5b9);
  opacity: 0.9;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con3 .teamlist .item .yuan em {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.con3 .teamlist .item:hover {
  transform: scale(1.08);
}

.con4 {
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}

.con4 .title {
  margin-bottom: 75px;
}

.tuwen {
  width: 600px;
  float: left;
}

.tuwen .img {
  display: block;
  width: 100%;
  height: 340px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.tuwen .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.tuwen:hover .img img {
  transform: scale(1.1);
}

.tuwen h4 {
  color: #00c5b9;
  font-size: 24px;
  line-height: 1.6;
}

.tuwen .twinfo p {
  width: 75%;
  float: left;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tuwen .twinfo span {
  float: left;
  width: 25%;
  font-size: 18px;
  text-align: right;
}

.tulist {
  width: 710px;
  float: right;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.tulist .item {
  width: 100%;
  padding: 25px 0;
  display: block;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}

.tulist .item h4 {
  font-size: 24px;
  color: #222;
  margin-bottom: 20px;
}

.tulist .item span {
  font-size: 20px;
  float: right;
  color: #999;
}

.tulist .item p {
  font-size: 18px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tulist .item:hover {
  background: #00c5b9;
}

.tulist .item:hover h4 {
  color: #fff;
}

.tulist .item:hover span {
  color: rgba(255, 255, 255, 0.8);
}

.tulist .item:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.tuwenSwiper.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 82px;
  text-align: right;
  padding-right: 36px;
}
.tuwenSwiper .swiper-pagination-bullet-active {
  background: #282828;
}
@media (any-hover: hover) {
}

@media screen and (max-width: 750px) {
  .bannerSwiper {
    height: auto;
  }

  .bannerSwiper.swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .con1 .menutab .item i {
    flex: 0 0 28px;
    height: 28px;
    margin-right: 0px;
  }

  .con1 .menutab .item:hover i.icon_jgfw,
  .con1 .menutab .item:hover i.icon_qygl,
  .con1 .menutab .item:hover i.icon_grfw,
  .con1 .menutab .item i.icon_jgfw,
  .con1 .menutab .item i.icon_qygl,
  .con1 .menutab .item i.icon_grfw {
    background-size: 100% 100%;
  }

  .con1 .menutab {
    width: 100%;
    height: 65px;
    z-index: 97;
    top: 0;
    margin-bottom: 25px;
  }

  .con1 .menutab .item {
    height: 65px;
    padding: 0 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .con1 .menutab .item h3 {
    font-size: 12px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .con1 .menutab .item p {
    font-size: 10px;
    margin-top: 3px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .con1 .menutab .item > div {
    margin-left: 2px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .bannerSwiper .btn-prev,
  .bannerSwiper .btn-next {
    display: none;
  }

  .bannerSwiper .swiper-pagination {
    bottom: 10px;
  }

  .bannerSwiper .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    margin: 0 2px !important;
  }

  .bannerSwiper .swiper-pagination-bullet-active {
    width: 8px;
  }

  .con1 {
    padding-bottom: 30px;
  }

  .con1 .fwnrcon .title {
    margin-bottom: 25px;
  }

  .fwnrlist {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .fwnrlist .item {
    width: 50%;
    height: 140px;
    float: none;
    cursor: pointer;
    margin-right: 0px;
    border-radius: 10px;
    transition: all 0.3s;
    overflow: hidden;
  }

  .fwnrlist .item i {
    width: 32px;
    height: 32px;
    margin: 25px auto 10px;
  }

  .fwnrlist .item i.icon_fw1,
  .fwnrlist .item:hover i.icon_fw1,
  .fwnrlist .item:hover i.icon_fw2,
  .fwnrlist .item:hover i.icon_fw3,
  .fwnrlist .item:hover i.icon_fw4,
  .fwnrlist .item:hover i.icon_fw5,
  .fwnrlist .item:hover i.icon_fw6,
  .fwnrlist .item i.icon_fw2,
  .fwnrlist .item i.icon_fw3,
  .fwnrlist .item i.icon_fw4,
  .fwnrlist .item i.icon_fw5,
  .fwnrlist .item i.icon_fw6 {
    background-size: 100% 100%;
  }

  .fwnrlist .item h4 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .fwnrlist .item p {
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .con2 .ylzy {
    width: 100%;
    height: 424px;
    padding-left: 0;
  }
  .con2 .ylzy .ylzycon {
    width: 50%;
    float: left;
    padding: 20px 0;
    border-width: 0;
    position: relative;
  }

  .con2 .ylzy .ylzycon::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 79px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #dadada;
  }
  .con2 .ylzy .num {
    font-size: 32px;
    line-height: 62px;
    color: #00c5b9;
  }
  .con2 .ylzy .p1 {
    font-size: 10px;
  }
  .con2 .ylzy::after {
    content: "";
    width: 100%;
    height: 180px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    background: url(../img/ylzyimg.png) 0 bottom no-repeat;
    background-size: 100%;
  }
  .con3 {
    padding: 40px 0;
  }
  .con3 .title {
    margin-bottom: 30px;
  }
  .con3 .teamlist {
    padding: 0 5px;
  }
  .con3 .teamlist .item {
    width: calc(33.33% - 20px);
    height: auto;
    margin: 0 10px 20px;
  }
  .con3 .teamlist .item img {
    display: block;
    width: 100%;
  }
  .con3 .teamlist .item .yuan {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
    right: -10px;
    bottom: -10px;
  }
  .con3 .teamlist .item .yuan em {
    font-size: 12px;
    line-height: 1.3;
  }
  .con4 .title {
    margin-bottom: 30px;
  }
  .newscon {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
  }
  .tuwen {
    width: 100%;
    float: none;
    padding-bottom: 5px;
  }
  .tulist {
    width: 100%;
    float: none;
  }
  .tulist .item {
    width: 100%;
    padding: 10px 0;
  }
  .tulist .item h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .tulist .item p {
    font-size: 12px;
  }
  .tulist .item span {
    font-size: 10px;
  }
  .tuwen .img {
    height: auto;
  }
  .tuwen .img img {
    height: auto;
  }
  .tuwen h4 {
    font-size: 14px;
  }
  .tuwen .twinfo p {
    font-size: 12px;
  }
  .tuwen .twinfo span {
    font-size: 12px;
  }
  .con4 {
    padding-bottom: 40px;
  }
  .tuwenSwiper.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 65px;
    text-align: right;
    padding-right: 36px;
  }
}
