/* banner */
.banner {
  width: 100%;
  height: 500px;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-pagination {
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 12;
  font-size: 0;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
  border-radius: 50%;
  margin: 0px 5px;
  display: inline-block;
  transition: all 0.3s;
  font-size: 0;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 15px !important;
  height: 15px !important;
  background-color: #023577 !important;
  border-radius: 50%;
  margin: 0px 5px;
  border: solid 3px #ffffff;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s;
}
.icon {
  width: 1200px;
  height: 250px;
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 20px 20px;
}
.icon div {
  display: inline-block;
}
.icon div:first-child ul > li:last-child {
  border-right: dashed 1px #898989;
}
.icon div:last-child {
  float: right;
}
.icon div ul {
  display: flex;
  justify-content: space-between;
}
.icon div ul li {
  width: 240px;
  height: 200px;
  margin-top: 25px;
  box-sizing: border-box;
  display: flex;
  border-right: dashed 1px #898989;
}
.icon div ul li:last-child {
  border-right: none;
}
.icon div ul li:hover p {
  color: #023577;
}
.icon div ul li a {
  display: block;
  margin: auto;
}
.icon div ul li a img {
  display: block;
  object-fit: cover;
  text-align: center;
  margin: auto;
}
.icon div ul li a p {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1px;
  color: #333333;
}
.bt {
  width: 200px;
  height: 75px;
  display: block;
  margin: auto;
}
.advantage {
  width: 1200px;
  height: 735px;
  margin: auto;
  margin-bottom: 50px;
}
.advantage .jq22-content {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
.advantage .jq22-content .flip-3d {
  perspective: 1200px;
  width: 250px;
  height: 280px;
  border-radius: 5px;
  margin-bottom: 40px;
  transition: all 0.4s;
}
.advantage .jq22-content .flip-3d figure {
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: 1s transform;
  font-size: 24px;
}
.advantage .jq22-content .flip-3d figure img {
  width: 100%;
  height: auto;
}
.advantage .jq22-content .flip-3d figure figcaption {
  position: absolute;
  width: 250px;
  height: 280px;
  background: #ffffff;
  box-shadow: 0px 0px 32px 0px rgba(167, 167, 167, 0.23);
  border-radius: 5px;
  top: 0;
  display: block;
  transform: rotateY(0.5turn) translateZ(1px);
  text-align: center;
  opacity: 0;
  transition: 1s 0.5s opacity;
}
.advantage .jq22-content .flip-3d figure figcaption a {
  display: block;
  width: 160px;
  height: 45px;
  border-radius: 3px;
  border: solid 1px #2c52d4;
  box-sizing: border-box;
  position: absolute;
  bottom: 24px;
  left: 45px;
  transition: all 0.3s;
}
.advantage .jq22-content .flip-3d figure figcaption a:hover {
  background: #2c52d4;
}
.advantage .jq22-content .flip-3d figure figcaption a:hover p {
  color: #ffffff;
}
.advantage .jq22-content .flip-3d figure figcaption a p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 2px;
  color: #2c52d4;
}
.advantage .jq22-content .flip-3d:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 800px) {
  .advantage .jq22-content #flip-3d {
    perspective-origin: center top;
  }
  .advantage .jq22-content #flip-3d figure {
    float: none;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 12vw;
  }
  .advantage .jq22-content .flip-3d figure figcaption {
    font-size: 24px;
  }
  .advantage .jq22-content #flip-3d figure:last-child {
    display: none;
  }
}
.yxsz {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.yxsz .flex-box {
  width: 1200px;
  padding-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.yxsz .flex-box li {
  height: 340px;
  flex: 1;
  padding: 10px 0 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.6s;
  background-repeat: no-repeat;
  background-position: left;
}
.yxsz .flex-box li:hover {
  flex-basis: 335px;
}
.yxsz .flex-box li p {
  position: relative;
  width: 36px;
  writing-mode: vertical-rl;
  /* 设置文字的排列方式为垂直 */
  text-orientation: mixed;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #fffefe;
  background: #023577;
}
.yxsz .flex-box li p::before,
.yxsz .flex-box li p::after {
  display: inline-block;
  transform: rotate(180deg);
  content: '';
  width: 18px;
  height: 6px;
}
.yxsz .flex-box li p::after {
  transform: rotate(0deg);
}
.zsdt {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.zsdt ul {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.zsdt ul li {
  width: 385px;
  height: 400px;
  margin: 0;
  background-color: #ffffff;
  box-shadow: 0px 7px 14px 2px rgba(206, 206, 206, 0.3);
}
.zsdt ul li:hover .dt_title > h3 {
  color: #023577;
}
.zsdt ul li a .dt_img {
  display: block;
  width: 385px;
  height: 280px;
  overflow: hidden;
}
.zsdt ul li a .dt_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.zsdt ul li a .dt_img img:hover {
  transform: scale(1.1);
}
.zsdt ul li a .dt_title {
  width: 385px;
  height: 120px;
  padding: 0 15px;
  box-sizing: border-box;
}
.zsdt ul li a .dt_title h3 {
  display: inline-block;
  width: 240px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 30px;
}
.zsdt ul li a .dt_title span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  position: relative;
  top: -12px;
}
.zsdt ul li a .dt_title p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #999999;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.zsdt .more {
  display: block;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #023577;
  margin: auto;
}
.zsdt .more p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #023577;
  text-align: center;
}
.ggjh {
  width: 100%;
  height: 600px;
  background: url(/img/zhaosheng_bj.png) center no-repeat;
  margin-bottom: 50px;
}
.ggjh .ggjh_Box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.ggjh .ggjh_Box .zsgg {
  width: 570px;
  height: 480px;
}
.ggjh .ggjh_Box .zsgg .zsgg_text {
  width: 570px;
  height: 38px;
  box-sizing: border-box;
  border-bottom: solid 2px #023577;
  margin-bottom: 25px;
}
.ggjh .ggjh_Box .zsgg .zsgg_text h3 {
  display: inline-block;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 34px;
  color: #023577;
}
.ggjh .ggjh_Box .zsgg .zsgg_text span {
  float: right;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #023577;
  padding-top: 8px;
}
.ggjh .ggjh_Box .zsgg ul li {
  width: 563px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 7px 14px 2px rgba(206, 206, 206, 0.3);
  border-radius: 10px;
  margin: 8px 0px 0px 7px;
  position: relative;
  margin-bottom: 28px;
}
.ggjh .ggjh_Box .zsgg ul li:last-child {
  margin-bottom: 0px;
}
.ggjh .ggjh_Box .zsgg ul li:hover a p {
  color: #023577;
}
.ggjh .ggjh_Box .zsgg ul li:hover a p::after {
  background-color: #023577;
}
.ggjh .ggjh_Box .zsgg ul li a {
  display: block;
  width: 563px;
  height: 80px;
}
.ggjh .ggjh_Box .zsgg ul li a span {
  float: left;
  display: block;
  width: 125px;
  height: 40px;
  background-color: #023577;
  border-radius: 0px 0px 35px 0px;
  position: absolute;
  top: -8px;
  left: -7px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 10px;
}
.ggjh .ggjh_Box .zsgg ul li a p {
  width: 500px;
  position: absolute;
  bottom: 15px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ggjh .ggjh_Box .zsgg ul li a p::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333333;
  position: absolute;
  left: 17px;
  top: 7px;
}
.ggjh .ggjh_Box .jyfc {
  width: 570px;
  height: 480px;
}
.ggjh .ggjh_Box .jyfc #jyfc li {
  width: 570px;
  height: 124px;
  box-shadow: 0px 5px 10px 0px rgba(100, 100, 100, 0.1);
  margin-left: 0px;
  margin-bottom: 20px;
}
.ggjh .ggjh_Box .jyfc #jyfc li:last-of-type {
  margin-bottom: 0;
}
.ggjh .ggjh_Box .jyfc #jyfc li a {
  display: flex;
  height: 124px;
  justify-content: space-between;
}
.ggjh .ggjh_Box .jyfc #jyfc li a .imgBox {
  width: 200px;
  height: 124px;
}
.ggjh .ggjh_Box .jyfc #jyfc li a .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ggjh .ggjh_Box .jyfc #jyfc li a .text {
  width: 370px;
  height: 124px;
  padding: 20px;
  box-sizing: border-box;
}
.ggjh .ggjh_Box .jyfc #jyfc li a .text .text_p {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ggjh .ggjh_Box .jyfc #jyfc li a .text .time {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 15px;
}
.sxhj {
  width: 1200px;
  height: 430px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.sxhj .swiper-container {
  margin-top: 40px;
}
.sxhj .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 35px;
}
.sxhj .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  margin: 0;
}
.sxhj .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 385px;
  height: 280px;
  display: block;
  object-fit: cover;
}
.sxhj .swiper-pagination {
  bottom: 5px !important;
}
.sxhj .swiper-pagination .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background-color: #023577 !important;
  border-radius: 50%;
  opacity: 1 !important;
}
.sxhj .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
  background-color: #ffffff !important;
  border: solid 2px #023577 !important;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 1 !important;
}
#jyxx li {
  width: 570px;
  height: 124px;
  box-shadow: 0px 5px 10px 0px rgba(100, 100, 100, 0.1);
  margin-left: 0px;
  margin-bottom: 20px;
}
#jyxx li:last-of-type {
  margin-bottom: 0;
}
#jyxx li a {
  display: flex;
  height: 124px;
  justify-content: space-between;
}
#jyxx li a .imgBox {
  width: 200px;
  height: 124px;
}
#jyxx li a .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#jyxx li a .text {
  width: 370px;
  height: 124px;
  padding: 20px;
  box-sizing: border-box;
}
#jyxx li a .text .text_p {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#jyxx li a .text .time {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 15px;
}
