@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header {
  background: #fff;
}
.container_wrap {
  padding-bottom: 10px;
}
.banner {
  /* margin-top: 115px; */
  min-width: 1200px;
  width: 100%;
  height: 481px;
  background: url(../jpg/zyfw_banner.jpg) no-repeat;
  background-position: top center;
}
.banner {
  /* margin-top: 115px; */
}
.banner .banner_itme {
  padding-top: 120px;
      padding-left: 34px;
}
.banner .banner_itme .banner_text_list {
  width: 630px;
}
.banner .banner_itme .banner_text_list .text-title {
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: bold;
  color: #1F2229;
  line-height: 64px;
}
.banner .banner_itme .banner_text_list .text-datail {
  max-height: 128px;
  font-size: 16px;
  font-weight: 400;
  color: #1F2229;
  line-height: 26px;
  overflow: hidden;
}
.banner .banner_itme .banner_text_list .text-btn {
  margin-top: 40px;
}
.banner .banner_itme .banner_text_list .text-btn a {
  display: block;
    width: 136px;
    height: 36px;
    background: #2B59B3;
  /* border-radius: 8px; */
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
}

.gsjs_moduler {
  width: 100%;
  box-sizing: border-box;
  margin-top: 82px;
  padding-left: 23px;
}
.gsjs_moduler .main_body {
  width: 100%;
}
.functional {
  padding-bottom: 48px;
  padding-top: 48px;
}
.functional .functional-listfl {
  display: flex;
  flex-wrap: wrap;
  padding-left: 106px;
  margin-bottom: 60px;
}
.functional .functional-listfl .functional-image {
  margin-right: 40px;
  width: 322px;
  height: 322px;
}
.functional .functional-listfl .functional-image img {
  width: auto;
  height: auto;
  border: none;
}
.functional .functional-listfl .functional-word {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.functional .functional-listfl .functional-word .word_title {
  font-size: 26px;
  font-weight: 400;
  color: #121212;
  line-height: 37px;
}
.functional .functional-listfl .functional-word .word_p {
  font-size: 14px;
  font-weight: 400;
  color: #5E5E5E;
  line-height: 20px;
}
.functional .functional-listfl .functional-word .word_detail {
  margin-top: 29px;
  padding-top: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
}
.functional .functional-listfl .functional-word .word_detail:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 50px;
  height: 2px;
  background: #244EA0;
}
.functional .functional-listfl .functional-word .word_detail i,.functional .functional-listrg .functional-word .word_detail i{
  display: inline-block;
  font-style: normal;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
  vertical-align: 2px;
  margin-right: 5px;
}
.functional .functional-listrg {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 104px;
  margin-bottom: 60px;
}
.functional .functional-listrg .functional-image {
  width: 322px;
  height: 322px;
  margin-left: 40px;
}
.functional .functional-listrg .functional-image img {
  width: auto;
  height: auto;
  border: none;
}
.functional .functional-listrg .functional-word {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 561px;
  margin-left: 40px;
}
.functional .functional-listrg .functional-word .word_title {
  font-size: 26px;
  font-weight: 400;
  color: #121212;
  line-height: 37px;
}
.functional .functional-listrg .functional-word .word_p {
  font-size: 14px;
  font-weight: 400;
  color: #5E5E5E;
  line-height: 20px;
}
.functional .functional-listrg .functional-word .word_detail {
  margin-top: 29px;
  padding-top: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
}
.functional .functional-listrg .functional-word .word_detail:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 50px;
  height: 2px;
  background: #244EA0;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
