.banner {
  background: url(../images/dataelements/banner.png) center top no-repeat;
  height: 694px;
  padding-top: 200px;
}
.banner .banconter {
  margin: 0 auto;
  width: 1200px;
  height: 346px;
}
.banner .banconter .title {
  font-size: 48px;
  color: #222222;
  padding-left: 706px;
  margin-bottom: 65px;
}
.banner .banconter ul {
  width: 732px;
  float: right;
  height: 100%;
}
.banner .banconter ul li {
  float: left;
  position: relative;
  margin-bottom: 50px;
}
.banner .banconter ul li .bannernum {
  color: #2552e8;
  font-size: 72px;
  font-weight: 700;
}
.banner .banconter ul li .bannername {
  margin-top: 10px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
.banner .banconter ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background-color: #2552e8;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner .banconter ul li:nth-child(1) {
  width: 226px;
}
.banner .banconter ul li:nth-child(1) .bannername {
  padding-left: 12px;
}
.banner .banconter ul li:nth-child(2) {
  width: 310px;
}
.banner .banconter ul li:nth-child(2) .bannernum,
.banner .banconter ul li:nth-child(2) .bannername {
  text-align: center;
}
.banner .banconter ul li:nth-child(3) {
  width: 196px;
}
.banner .banconter ul li:nth-child(3) .bannernum,
.banner .banconter ul li:nth-child(3) .bannername {
  text-align: right;
}
.banner .banconter ul li:nth-child(3)::after {
  display: none;
}
.banner .banconter ul li:nth-child(4) {
  width: 226px;
}
.banner .banconter ul li:nth-child(4) .bannername {
  padding-left: 12px;
}
.banner .banconter ul li:nth-child(5) {
  width: 310px;
}
.banner .banconter ul li:nth-child(5) .bannernum,
.banner .banconter ul li:nth-child(5) .bannername {
  text-align: center;
}
.banner .banconter ul li:nth-child(5)::after {
  display: none;
}
.gzlsjj {
  margin: 150px auto 0;
  max-width: 1920px;
  height: 775px;
}
.gzlsjj .top {
  width: 1200px;
  margin: 0 auto;
  height: 61px;
  position: relative;
}
.gzlsjj .top h2 {
  width: 100%;
  font-size: 60px;
  text-align: center;
  color: #222;
  font-weight: normal;
}
.gzlsjj .top .btnbox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.gzlsjj .top .btnbox .gzlsjleft {
  width: 40px;
  height: 40px;
  background: url(../images/dataelements/left_jt_wxz.png);
  cursor: pointer;
}
.gzlsjj .top .btnbox .gzlsjleft:hover {
  background: url(../images/dataelements/left_jt_xz.png);
  background-size: cover;
}
.gzlsjj .top .btnbox .gzlsjright {
  width: 40px;
  height: 40px;
  background: url(../images/dataelements/right_jt_wxz.png);
  cursor: pointer;
}
.gzlsjj .top .btnbox .gzlsjright:hover {
  background: url(../images/dataelements/right_jt_xz.png);
}
.gzlsjj .gzlsj-swiper {
  margin: 60px auto 0;
  width: 100%;
  height: 653px;
}
.gzlsjj .gzlsj-swiper .swiper-slide {
  width: 380px;
  height: 100%;
  position: relative;
}
.gzlsjj .gzlsj-swiper .swiper-slide .pic {
  width: 380px;
  height: 380px;
  border-radius: 30px;
}
.gzlsjj .gzlsj-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.gzlsjj .gzlsj-swiper .swiper-slide .text {
  margin: 22px auto 0;
  width: 100%;
}
.gzlsjj .gzlsj-swiper .swiper-slide .text h2 {
  font-size: 28px;
  color: #222;
  width: 100%;
}
.gzlsjj .gzlsj-swiper .swiper-slide .text p {
  margin: 22px auto 0;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gzlsjj .gzlsj-swiper .swiper-slide .sqlink {
  width: 190px;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 33px;
  margin-top: 49px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.gzlsjj .gzlsj-swiper .swiper-slide .sqlink p {
  margin-right: 24px;
  z-index: 3;
  transition: .5s ease;
}
.gzlsjj .gzlsj-swiper .swiper-slide .sqlink .icon {
  width: 50px;
  height: 50px;
  background: #dedede url(../images/find/fxicon.png) center center no-repeat;
  border-radius: 50%;
  z-index: 3;
  position: relative;
  transition: .5s ease all;
}
.gzlsjj .gzlsj-swiper .swiper-slide .sqlink::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2552e8;
  transition: all .5s;
}
.gzlsjj .gzlsj-swiper .swiper-slide .sqlink:hover p {
  color: #fff;
}
.gzlsjj .gzlsj-swiper .swiper-slide .sqlink:hover .icon {
  background: #ffffff url(../images/find/xzfxicon.png) center center no-repeat;
}
.gzlsjj .gzlsj-swiper .swiper-slide .sqlink:hover::after {
  width: 100%;
}
.gzlsjj .gzlsj-swiper .swiper-slide .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 4;
}
.gzlsjj .gzlsj-swiper .swiper-slide-active .mark {
  display: none;
}
.gzlsjj .gzlsj-swiper .swiper-slide-next .mark {
  display: none;
}
.gzlsjj .gzlsj-swiper .swiper-slide-prev .mark {
  display: none;
}
.gdsjbzjd {
  margin: 118px auto 0;
  width: 1200px;
}
.gdsjbzjd .top {
  width: 1200px;
  height: 61px;
  font-size: 60px;
  text-align: center;
  color: #222;
}
.gdsjbzjd .conter {
  margin: 69px auto 0;
  width: 1200px;
  height: 580px;
  background-color: #ffffff;
  box-shadow: 0px 10px 141px 9px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  border: solid 1px #dadada;
  padding-top: 28px;
  padding-left: 60px;
}
.gdsjbzjd .conter .gdsjbzjd-swiper {
  width: 100%;
  height: 430px;
}
.gdsjbzjd .conter .gdsjbzjd-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.gdsjbzjd .conter .gdsjbzjd-swiper .swiper-slide .left {
  float: left;
  width: 515px;
  padding-top: 52px;
}
.gdsjbzjd .conter .gdsjbzjd-swiper .swiper-slide .left h2 {
  font-size: 36px;
  color: #222;
  font-weight: normal;
}
.gdsjbzjd .conter .gdsjbzjd-swiper .swiper-slide .left p {
  margin-top: 35px;
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gdsjbzjd .conter .gdsjbzjd-swiper .swiper-slide .right {
  float: right;
  width: 600px;
  height: 100%;
}
.gdsjbzjd .conter .gdsjbzjd-swiper .swiper-slide .right a {
  display: block;
  width: 100%;
  height: 100%;
}
.gdsjbzjd .conter .gdsjbzjd-swiper .swiper-slide .right a img {
  width: 100%;
  height: 100%;
}
.gdsjbzjd .conter .gdsjbzjd-list {
  margin: 10px 0 0;
  width: 1060px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.gdsjbzjd .conter .gdsjbzjd-list li {
  cursor: pointer;
  width: 242px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #dadada;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #666;
  position: relative;
  overflow: hidden;
}
.gdsjbzjd .conter .gdsjbzjd-list li::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2552e8;
  transition: all .5s;
}
.gdsjbzjd .conter .gdsjbzjd-list li span {
  position: relative;
  z-index: 2;
  transition: all .5s;
}
.gdsjbzjd .conter .gdsjbzjd-list li:last-child {
  margin-right: 0;
}
.gdsjbzjd .conter .gdsjbzjd-list li.gdsjbzjdactive::after {
  width: 100%;
}
.gdsjbzjd .conter .gdsjbzjd-list li.gdsjbzjdactive span {
  color: #fff;
}
.cystsfqzt {
  width: 1200px;
  margin: 88px auto 0;
}
.cystsfqzt .title {
  width: 100%;
  font-size: 60px;
  text-align: center;
  color: #222;
}
.cystsfqzt .cystsfNav {
  margin-top: 69px;
  display: flex;
  justify-content: center;
}
.cystsfqzt .cystsfNav li {
  width: 150px;
  margin-right: 20px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #dadada;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
.cystsfqzt .cystsfNav li::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2552e8;
  transition: all .5s;
}
.cystsfqzt .cystsfNav li span {
  position: relative;
  z-index: 2;
  transition: all .5s;
}
.cystsfqzt .cystsfNav li:last-child {
  margin-right: 0;
}
.cystsfqzt .cystsfNav li.on::after {
  width: 100%;
}
.cystsfqzt .cystsfNav li.on span {
  color: #fff;
}
.cystsfqzt .cystsf-swiper {
  margin-top: 70px;
  height: 529px;
}
.cystsfqzt .cystsf-swiper .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
  height: 529px;
}
.cystsfqzt .cystsf-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
}
.cystsfqzt .cystsf-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.gdsjBom {
  width: 1200px;
  margin: 150px auto 0;
}
.gdsjBom ul {
  display: flex;
  flex-wrap: wrap;
}
.gdsjBom ul li {
  width: 380px;
  height: 270px;
  border-radius: 30px;
  border: 1px solid #dadada;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.gdsjBom ul li:nth-child(3n) {
  margin-right: 0;
}
.gdsjBom ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 0 0 29px;
}
.gdsjBom ul li a .icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gdsjBom ul li a .icon::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e5e5e5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
}
.gdsjBom ul li a .icon .con {
  position: relative;
  z-index: 3;
  width: 100%;
  transition: all .5s;
  height: 100%;
}
.gdsjBom ul li a .tit {
  font-size: 18px;
  color: #262626;
  margin: 18px 0 0 4px;
}
.gdsjBom ul li a .pic {
  position: absolute;
  width: 229px;
  height: 224px;
  right: -25px;
  bottom: -15px;
  opacity: .3;
  transition: all .5s;
}
.gdsjBom ul li a .pic img {
  width: 100%;
  height: auto;
}
.gdsjBom ul li:hover .icon {
  border: 1px solid #2552e8;
}
.gdsjBom ul li:hover .icon::before {
  background: #2552e8;
}
.gdsjBom ul li:hover .pic {
  opacity: 1;
}
.gdsjBom ul li:nth-child(1) a .con {
  background: url(../images/dataelements/wxz_icon1.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(1):hover a .icon .con {
  background: url(../images/dataelements/xz_icon1.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(2) a .con {
  background: url(../images/dataelements/wxz_icon2.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(2):hover a .icon .con {
  background: url(../images/dataelements/xz_icon2.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(3) a .con {
  background: url(../images/dataelements/wxz_icon3.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(3):hover a .icon .con {
  background: url(../images/dataelements/xz_icon3.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(4) a .con {
  background: url(../images/dataelements/wxz_icon4.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(4):hover a .icon .con {
  background: url(../images/dataelements/xz_icon4.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(5) a .con {
  background: url(../images/dataelements/wxz_icon5.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(5):hover a .icon .con {
  background: url(../images/dataelements/xz_icon5.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(6) a .con {
  background: url(../images/dataelements/wxz_icon6.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(6):hover a .icon .con {
  background: url(../images/dataelements/xz_icon6.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(7) a .con {
  background: url(../images/dataelements/wxz_icon7.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(7):hover a .icon .con {
  background: url(../images/dataelements/xz_icon7.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(8) a .con {
  background: url(../images/dataelements/wxz_icon8.png) center center no-repeat;
}
.gdsjBom ul li:nth-child(8):hover a .icon .con {
  background: url(../images/dataelements/xz_icon8.png) center center no-repeat;
}
