﻿@charset "UTF-8";


/* 文字对齐 */
.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.tcenter {
  text-align: center;
}

/*--版心--*/

/*about fzgh*/
.cell_box {
  font-size: 0;
}

.cell_box:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.fzgh_down {
  background: #F5F5F5;
  padding: 60px 0;
  position: relative;
}

.fzgh_down:before {
  background: #B9B9B9;
  bottom: 106px;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
}

.fzgh_down .page_title h2 {
  padding-bottom: 10px;
}

.fzgh_down .page_title p.page_eng {
  font-size: 16px;
  line-height: 28px;
  color: #AAAAAA;
}

.fzgh_nei {
  position: relative;
}

.fzgh_lun {
  position: relative;
  display: block;
  background-color: #F7F7F9;
}

.fzgh_lun .txt_block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
  padding: 0 45px 0 45px;
}

.fzgh_lun .img_block {
  width: 50%;
}

.fzgh_lun .img_block img {
  display: block;
  width: 100%;
}

.fzgh_lun .cell {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}

.fzgh_lun .cell .h3 {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: #194189;
}

.fzgh_lun .cell .span {
  font-size: 20px;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
}

.fzgh_lun .cell .span:before {
  width: 10px;
  background: #EBF0F5;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
}

.fzgh_lun .cell p {
  font-size: 16px;
  line-height: 28px;
}

.fzgh_lun .cell p {
  max-height: 164px;
  overflow-y: auto;
}

.fzgh_lun .cell p::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.fzgh_lun .cell p::-webkit-scrollbar-track {
  background: #999;
  border-radius: 2px;
}

.fzgh_lun .cell p::-webkit-scrollbar-thumb {
  background: #E9E9E9;
  border-radius: 10px;
}

/*nei*/
.fzgh_lun .cell p::-webkit-scrollbar-thumb:hover {
  background: #E9E9E9;
}

.fzgh_nei .deve-thumbs .swiper-slide {
  text-align: center;
}

.fzgh_nei .deve-thumbs .swiper-slide span {
  font-size: 22px;
  height: 90px;
  padding-top: 62px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 28px;
  color: #333333;
}

.fzgh_nei .deve-thumbs .swiper-slide span:before, .fzgh_nei .deve-thumbs .swiper-slide span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}

.fzgh_nei .deve-thumbs .swiper-slide span:before {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 3px solid #B9B9B9;
  border-radius: 50%;
}

.fzgh_nei .deve-thumbs .swiper-slide span:after {
  width: 20px;
  opacity: 0;
  height: 20px;
  background: #FFFFFF;
  border: 3px solid #B9B9B9;
  border-radius: 50%;
}

.fzgh_nei .deve-thumbs .swiper-slide-thumb-active span {
  padding-top: 0;
}

.fzgh_nei .deve-thumbs .swiper-slide-thumb-active span:after {
  border-color: #194189;
  opacity: 1;
}

.fzgh_nei .deve-thumbs .swiper-slide-thumb-active span:before {
  opacity: 0;
}

.fzgh_nei .swiper-button-next, .fzgh_nei  .swiper-button-prev {
  outline: 0;
  width: 65px;
  background-image: none;
  text-align: center;
  line-height: 65px;
  height: 65px;
  background-color: #CECECE;
  border-radius: 50%;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.fzgh_nei .swiper-button-next:hover, .fzgh_nei  .swiper-button-prev:hover {
  background-color: #194189;
}

.fzgh_nei .fztime {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 490px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 0.8;
  color: #E9E9E9;
  letter-spacing: 70px;
}

.fzgh_nei .fz_top .swiper-slide {
  background: #F5F5F5;
  padding-bottom: 65px;
}

.fzgh_nei .deve-top .fzgh_lun {
  max-width: 980px;
  margin: 0 auto;
  z-index: 9;
}

.fzgh_nei .fz_bottm {
}

.fzgh_nei .deve-thumbs {
  max-width: 980px;
  margin: 0 auto;
}

.fzgh_nei .deve-thumbs .swiper-slide-thumb-active span {
  color: #194189;
}

@media (max-width:1439px) {

  /*about fzgh*/
  .fzgh_nei .fztime {
    letter-spacing: 60px;
    font-size: 420px;
  }

}

@media (max-width:1365px) {

  /*about fagh*/
  .fzgh_nei .deve-top .fzgh_lun {
    width: 80%;
  }

  .fzgh_nei .fztime {
    letter-spacing: 60px;
    font-size: 374px;
  }

}

@media (max-width:1279px) {

  /*about fagh*/
  .fzgh_nei .fztime {
    letter-spacing: 30px;
    font-size: 370px;
  }

  .fzgh_lun .cell p {
    max-height: 112px;
    overflow-y: auto;
  }

}

@media (max-width:991px) {

  /*about fagh*/
  .fzgh_nei .fztime {
    letter-spacing: 25px;
    font-size: 270px;
  }

  .fzgh_nei .deve-top .fzgh_lun {
    width: 90%;
  }

  .fzgh_lun .cell p {
    max-height: 84px;
    overflow-y: auto;
  }

  .fzgh_nei .swiper-button-next, .fzgh_nei .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .fzgh_nei .swiper-button-next {
    right: -30px;
  }

  .fzgh_nei .swiper-button-prev {
    left: -30px;
  }

}

@media (max-width:767px) {
  .hide-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  /*  about fzgh*/
  .index_first {
    padding: 50px 0 40px 0;
  }

  .overview-section {
    padding-bottom: 30px;
  }

  .fzgh_lun .txt_block {
    position: inherit;
    width: 100%;
    padding: 30px;
  }

  .fzgh_lun .img_block {
    width: 100%;
  }

  .fzgh_nei .deve-thumbs .swiper-slide span {
    font-size: 20px;
  }

  .fzgh_nei .fztime {
    letter-spacing: 5px;
    text-align: center;
    font-size: 122px;
  }

  .fzgh_nei .swiper-button-next, .fzgh_nei .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .fzgh_nei .swiper-button-next  svg, .fzgh_nei .swiper-button-prev svg {
    width: 10px;
    height: 10px;
  }

  .fzgh_nei .swiper-button-next {
    right: -15px;
  }

  .fzgh_nei .swiper-button-prev {
    left: -15px;
  }

}