.part {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.gywm_ul {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .gywm_ul {
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
  .gywm_ul br {
    display: none;
  }
}
@media (max-width: 992px) {
  .gywm_ul li {
    width: 30%;
    margin: 30px 0;
  }
}
.gywm_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.gywm_ul li i {
  flex-shrink: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gywm_ul li i.s1 {
  background-image: url(../images/gsgk_icon1.png);
}
.gywm_ul li i.s2 {
  background-image: url(../images/gsgk_icon2.png);
}
.gywm_ul li i.s3 {
  background-image: url(../images/gsgk_icon3.png);
}
.gywm_ul li i.s4 {
  background-image: url(../images/gsgk_icon4.png);
}
.gywm_ul li i.s5 {
  background-image: url(../images/gsgk_icon5.png);
}
.gywm_ul li i.s6 {
  background-image: url(../images/gsgk_icon6.png);
}
.gywm_ul li p {
  transition: all 0.3s;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #166cb2;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.gywm_ul li p b {
  font-size: 42px;
}
.gywm_ul li:hover i {
  transform: rotateY(360deg);
}
.smrw_text {
  font-size: 64px;
  font-weight: bold;
  line-height: 64px;
  letter-spacing: normal;
  color: transparent;
  -webkit-text-stroke: #166cb2 1px;
}
.zzry_tab_pane {
  margin-top: -40px;
}
.zzry_tab {
  display: flex;
  justify-content: end;
  align-items: center;
}
.zzry_tab a {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 52px;
  border-radius: 152px;
  box-sizing: border-box;
  border: 1px solid #166cb2;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: normal;
  color: #166cb2;
}
.zzry_tab li + li {
  margin-left: 30px;
}
.zzry_tab .cur a,
.zzry_tab a:hover {
  background: #166cb2;
  color: #ffffff;
}
.zzry_swiper_box {
  position: relative;
  margin: -10px -15px -40px;
  padding-top: 60px;
  padding-bottom: 80px;
}
.zzry_swiper_box .swiper-button-prev,
.zzry_swiper_box .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0px;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.zzry_swiper_box .swiper-button-prev {
  left: 15px;
  background-image: url(../images/btn_prev2.png);
}
.zzry_swiper_box .swiper-button-prev:hover {
  background-image: url(../images/btn_prev2_cur.png);
}
.zzry_swiper_box .swiper-button-next {
  left: 85px;
  background-image: url(../images/btn_next2.png);
}
.zzry_swiper_box .swiper-button-next:hover {
  background-image: url(../images/btn_next2_cur.png);
}
.zzry_swiper_box .more {
  position: absolute;
  right: 15px;
  bottom: 0px;
  width: 200px;
  height: 52px;
  border-radius: 50px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ee9b2d;
  line-height: 52px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  color: #ee9b2d;
  background-repeat: no-repeat;
  background-position: 140px center;
  background-size: 32px;
  background-image: url(../images/icon_arrow.png);
  transition: all 0.3s;
}
.zzry_swiper_box .more:hover {
  background-color: #ee9b2d;
  color: #fff;
  background-image: url(../images/icon_arrow2.png);
}
.zzry_swiper_box .swiper-container {
  padding: 10px 15px 40px;
}
.zzry_box {
  transition: all 0.3s;
  width: 100%;
  height: 379px;
  padding: 40px;
  box-shadow: 0px 18px 38px -17px rgba(0, 0, 0, 0.3);
  background: url(../images/zzry_bg3.png) no-repeat center;
  background-size: 100% 100%;
  font-family: Source Han Serif CN, '宋体';
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: normal;
  color: #383838;
}
.zzry_box:hover {
  color: #166cb2;
}
.zzry_box2 {
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 379px;
  padding: 20px;
  padding-bottom: 60px;
  box-shadow: 0px 18px 38px -17px rgba(0, 0, 0, 0.3);
  background: url(../images/zzry_bg2.png) no-repeat center;
  background-size: 100% 100%;
}
.zzry_box2 img {
  max-width: 100%;
  max-height: calc(100% - 50px);
  object-fit: contain;
}
.zzry_box2 span {
  font-family: Source Han Serif CN, '宋体';
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: normal;
  color: #383838;
}
.zzry_box2:hover span {
  color: #166cb2;
}
.xsqy_ul {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.xsqy_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.xsqy_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.xsqy_ul > li:nth-child(n) {
  margin-top: 0;
}
.xsqy_ul > li:nth-child(n)::after {
  display: block;
}
.xsqy_ul > li:nth-child(n + 4) {
  margin-top: 20px;
}
.xsqy_ul > li:nth-child(4) {
  margin-top: 0;
}
.xsqy_ul > li:nth-child(4n)::after,
.xsqy_ul > li:last-child::after {
  display: none;
}
.xsqy_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .xsqy_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .xsqy_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .xsqy_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .xsqy_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .xsqy_ul > li:nth-child(n)::after {
    display: block;
  }
  .xsqy_ul > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .xsqy_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .xsqy_ul > li:nth-child(3n)::after,
  .xsqy_ul > li:last-child::after {
    display: none;
  }
  .xsqy_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .xsqy_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .xsqy_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .xsqy_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .xsqy_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .xsqy_ul > li:nth-child(n)::after {
    display: block;
  }
  .xsqy_ul > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .xsqy_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .xsqy_ul > li:nth-child(2n)::after,
  .xsqy_ul > li:last-child::after {
    display: none;
  }
  .xsqy_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.xsqy_ul li a {
  transition: all 0.3s;
  display: block;
  width: 100%;
  background-color: #f6fbff;
  box-sizing: border-box;
  border: 1px solid rgba(22, 108, 178, 0.33);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.xsqy_ul li a::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(../images/icon_arrow3.png) no-repeat center;
  background-size: contain;
}
.xsqy_ul li b {
  display: block;
  width: calc(100% - 50px);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: normal;
  color: #166cb2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.xsqy_ul li span {
  display: block;
  width: calc(100% - 50px);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: normal;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.xsqy_ul li:hover a {
  background-color: #166cb2;
}
.xsqy_ul li:hover a::after {
  background-image: url(../images/icon_arrow2.png);
}
.xsqy_ul li:hover b,
.xsqy_ul li:hover span {
  color: #fff;
}
.gsgk_img1_box {
  height: 550px;
  position: relative;
}
.gsgk_img1_box img {
  position: absolute;
}
.gsgk_img1_box .gsgk_img14 {
  z-index: 4;
  top: 0;
  right: 189px;
}
.gsgk_img1_box .gsgk_img13 {
  z-index: 3;
  bottom: 190px;
  right: 100px;
}
.gsgk_img1_box .gsgk_img12 {
  z-index: 2;
  bottom: 70px;
  right: 0;
}
.gsgk_img1_box .gsgk_img11 {
  z-index: 1;
  bottom: 0;
  right: 35px;
}
@keyframes TopBots {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.TopBots {
  animation: TopBots 1.2s ease-in-out infinite both;
}
