.child_box {
  margin-top: 100px;
  position: relative;
  z-index: 100;
}
.child_tit {
  margin: 0 auto;
}
.child_tit p {
  text-align: center;
  font-size: 43px;
  font-weight: bold;
  margin-left: 13px;
}
.child_titBox {
  display: flex;
  justify-content: center;
}
.child_tit span {
  text-align: right;
  display: block;
  font-size: 16px;
  color: #cfcfcf;
}
.dqwz {
  display: flex;
  line-height: 58px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  margin-top: 30px;
}
.dqwz_tt {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 45px;
}
.dqwz_box {
}
.dqwz_box a {
  font-size: 18px;
}
.dqwz_box a:last-child {
  color: #0a4da2;
}
.child_imgList {
  margin-top: 64px;
  margin-bottom: 50px;
}
.child_imgList ul {
}
.child_imgList ul li {
  width: 100%;
}
.child_imgList ul li a {
  display: flex;
}
.child_img {
  width: 378px;
  height: 242px;
}
.child_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.child_info {
  width: 1020px;
  padding: 25px 60px 30px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #f5f8fc;
}

.child_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/child_bg.png) no-repeat center;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
  transition: all 0.3s;
}
.child_info span {
  color: #0a4da2;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}
.child_info span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/child_icon02.png) no-repeat center;
  left: 0;
  bottom: 3px;
}
.child_info p {
  font-size: 20px;
  margin-top: 15px;
}
.child_info i {
  font-size: 14px;
  font-style: normal;
  color: #656464;
  text-indent: 2em;
  display: block;
  margin-top: 10px;
  line-height: 1.6;
}
.child_more {
  width: 103px;
  line-height: 37px;
  background-color: #0068b7;
  border-radius: 24px;
  text-align: center;
  font-size: 15px;
  color: white;
  position: absolute;
  right: 60px;
  bottom: 30px;
  display: none;
}
.dqwz_tt::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 22px;
  background: url(../images/location_icon.png) no-repeat center;
  background-size: 100% 100%;
  left: 16px;
  bottom: 19px;
}
.child_imgList ul li {
  margin-top: 30px;
  transition: all 0.3s;
}
.child_imgList ul li:first-child {
  margin-top: 0;
}
.child_imgList ul li:hover {
  transform: translateY(-4px);
}
.child_imgList ul li:hover p {
  font-weight: bold;
}
.child_imgList ul li:hover .child_more {
  display: block;
}
.child_imgList ul li:hover .child_info::before {
  opacity: 1;
}
.child_imgList ul li:hover .child_info {
  border-bottom: 4px solid #0068b7;
}
.third_tit {
  text-align: center;
  font-size: 36px;
  position: relative;
  padding-top: 50px;
  /* width: 161px; */
  margin: 0 auto;
}
.third_tit p {
  position: relative;
  z-index: 1;
  font-weight: bold;
  display: inline;
}
.third_tit p::before {
  position: absolute;
  content: "";
  background: url(../images/kyhj_icon01.png) no-repeat center;
  width: 100%;
  background-size: 100% 100%;
  height: 39px;
  left: 0;
  bottom: -24px;
  z-index: -1;
}
.third_box:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: -36px;
  bottom: 15px;
  background: url(../images/kyhj_icon02.png) no-repeat center;
  background-size: 100% 100%;
}
.third_box{
  
position: relative;
  
display: inline-block;
}
.third_box:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: -36px;
  bottom: 15px;
  background: url(../images/kyhj_icon02.png) no-repeat center;
  background-size: 100% 100%;
}
.kycg_box {
  width: 100%;
  background: url(../images/kyhj_bg.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 50px;
  min-height: 1475px;
  padding: 0 139px;
  margin-bottom: 100px;
}
.kyhj_list {
  width: 100%;
  margin-top: 85px;
}
.kyhj_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kyhj_list ul li {
  width: 494px;
  transition: all 0.3s;
}
.kyhj_list ul li:hover {
  transform: translateY(-4px);
}
.kyhj_list ul li:nth-child(n + 3) {
  margin-top: 50px;
}
.kyhj_list ul li a {
  display: block;
  border: 2px solid #0091ff;
  border-radius: 50px;
  padding: 20px 0;
  background-color: white;
  position: relative;
}
.kyhj_list ul li a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #0091ff;
  border-radius: 100%;
  left: 29px;
  top: -7px;
  background-color: white;
}
.kyhj_list ul li a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #0091ff;
  border-radius: 100%;
  bottom: -7px;
  right: 33px;
  background-color: white;
}
.kyhj_list ul li a p {
  text-align: center;
  font-size: 20px;
  color: #0068b7;
}
.kyhj_list ul li a span {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 20px;
}
.kypt {
  width: 100%;
  padding: 0 139px;
}
.kypt_box {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.kypt_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kypt_box ul li {
  width: 523px;
  padding: 30px;
  background: url(../images/kypt_bg.png) no-repeat;
  height: 273px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  position: relative;
}
.kypt_box ul li::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/kypt_icon02.png) no-repeat center;
  right: 30px;
  top: 30px;
}
.kypt_box ul li:nth-child(n + 3) {
  margin-top: 50px;
}
.kypt_box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.kypt_box ul li:hover {
  transform: translateY(-4px);
}
.kypt_info {
  width: 100%;
  display: flex;
}
.kypt_img {
  width: 70px;
  height: 70px;
}
.kypt_img img {
  width: 100%;
}
.kypt_tit {
  margin-left: 17px;
}
.kypt_tit p {
  font-size: 20px;
  font-weight: bold;
  /* margin-top: 5px; */
  width: 89%;
  line-height: 1.1;
}
.kypt_tit span {
  display: block;
  font-size: 15px;
  color: #0068b7;
  margin-top: 5px;
}
.kypt_zy {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 25px;
}
.content {
  margin-top: 80px;
  margin-bottom: 100px;
}
.content h4 {
  text-align: center;
  font-size: 28px;
}
.content_info {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.content_info span {
  font-size: 16px;
  color: #585858;
  margin: 0 10px;
}
.content_value {
  margin-top: 60px;
}
.child_nav {
  display: flex;
  align-items: center;
  background-color: #f0f6ff;
  margin-top: 70px;
}
.child_nav span {
  width: 326px;
  line-height: 118px;
  font-size: 36px;
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: #0068b7;
  border-top-right-radius: 65px;
}
.child_nav ul {
  display: flex;
  margin-left: 45px;
}
.child_nav ul li {
  margin: 0 10px;
  position: relative;
}
.child_nav ul li a {
  font-size: 26px;
}
.child_nav ul li.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -42px;
  background-color: #0068b7;
}
.yxxy {
}
.yxxy_list {
  margin-top: 85px;
  margin-bottom: 100px;
}
.yxxy_list ul {
  display: flex;
  flex-wrap: wrap;
}
.yxxy_list ul li:nth-child(5n + 1) {
  margin-left: 0;
}
.yxxy_list ul li {
  margin-left: 95px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.yxxy_list ul li:nth-child(n + 6) {
  margin-top: 70px;
}
.yxxy_list ul li a {
  display: block;
  width: 204px;
  height: 244px;
  overflow: hidden;
}
.yxxy_list ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yxxy_list ul li a p {
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
}
.yxxy_list ul li::before {
  position: absolute;
  content: "";
  width: 129px;
  height: 121px;
  background: url(../images/yxxy_icon1.png) no-repeat center;
  background-size: 100% 100%;
  left: -4px;
  top: -4px;
  z-index: -1;
}
.yxxy_list ul li::after {
  position: absolute;
  content: "";
  width: 129px;
  height: 121px;
  background: url(../images/yxxy_icon2.png) no-repeat center;
  background-size: 100% 100%;
  right: -4px;
  bottom: -4px;
  z-index: -1;
}

.yxxy_list ul li a {
  position: relative;
  overflow: hidden;
}

.yxxy_list ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* ÃƒÂ¥Ã‹â€ Ã‚ÂÃƒÂ¥Ã‚Â§Ã¢â‚¬Â¹ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¥Ã‚Â¤Ã¢â‚¬â€œÃƒÂ©Ã‚ÂÃ‚Â¢ */
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 2;
  pointer-events: none;
}

.yxxy_list ul li a:hover::after {
  left: 150%;
  transition: all 0.6s ease-in-out;
}

.yxxy_list ul li:hover {
  transform: translateY(-4px);
}
.jxcgj {
  margin-top: 80px;
  margin-bottom: 100px;
  background: url(../images/jxcgj_bg.png) no-repeat center;
  background-size: 100% 100%;
  min-height: 1007px;
  padding: 0 89px;
}
.jxcgj .third_tit {
  /* width: 180px; */
}
.jxcgj_list {
  margin-top: 80px;
}
.jxcgj_list ul {
}
.jxcgj_list ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 30px;
  transition: all 0.3s;
}
.jxcgj_list ul li:first-child {
  margin-top: 0;
}
.jxcgj_list ul li a {
  display: flex;
  align-items: center;
}
.jxcgj_list ul li a p {
  font-size: 21px;
}
.jxcgj_list ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/kyhj_icon02.png) no-repeat center;
  left: 0;
  bottom: 5px;
}
.jxcgj_list ul li a span {
  font-size: 21px;
  margin-left: 10px;
}
.jxcgj_list ul li:hover p {
  font-weight: bold;
}
.jxcgj_list ul li:hover span {
  font-weight: bold;
}
.jxcgj_list ul li:hover {
  transform: translateY(-4px);
}
.kcjs {
}
.kcjs_list {
  margin-top: 80px;
  margin-bottom: 100px;
}
.kcjs_list ul {
  display: flex;
  flex-wrap: wrap;
}
.kcjs_list ul li {
  width: 437px;
  background: url(../images/kcjs_bg.png) no-repeat center;
  background-size: 100% 100%;
  height: 319px;
  margin-left: 44px;
  overflow: hidden;
  transition: all 0.3s;
}
.kcjs_list ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.kcjs_list ul li:nth-child(n + 4) {
  margin-top: 50px;
}
.kcjs_list ul li a {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.kcjs_info {
  display: flex;
}
.kcjs_img {
  width: 80px;
  height: 80px;
}
.kcjs_img img {
  width: 100%;
}
.kcjs_tit {
  margin-left: 23px;
}
.kcjs_tit p {
  margin-top: 2px;
  font-size: 23px;
  color: white;
  font-weight: bold;
}
.kcjs_tit span {
  display: block;
  font-size: 14px;
  color: white;
}
.kcjs_zy {
  background-color: white;
  margin-top: 20px;
  min-height: 186px;
  padding: 20px 40px 20px 18px;
  font-size: 17px;
  text-indent: 2em;
  line-height: 1.6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.kcjs_list ul li:hover {
  transform: translateY(-4px);
}
.zyjs {
  width: 100%;
}
.zyjs_list {
  margin-top: 80px;
  margin-bottom: 100px;
}
.zyjs_list ul li {
  margin-top: 50px;
}
.zyjs_list ul li a {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.zyjs_img {
  width: 411px;
  height: 267px;
  overflow: hidden;
}
.zyjs_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.zyjs_info {
  width: 991px;
  padding: 40px 50px 40px 25px;
  background-color: #f0f6ff;
}
.zyjs_info p {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding-left: 44px;
}
.zyjs_info p::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 23px;
  background: url(../images/zyjs_icon.png) no-repeat center;
  left: 0;
  bottom: 3px;
}
.zyjs_info span {
  font-size: 18px;
  text-indent: 2em;
  display: block;
  margin-top: 30px;
  line-height: 1.6;
}
.zyjs_info i {
  font-size: 18px;
  position: absolute;
  right: 50px;
  font-style: normal;
  padding-right: 30px;
}
.zyjs_info i::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(../images/zyjs_icon02.png) no-repeat center;
  background-size: 100% 100%;
  right: 0;
  bottom: 0;
}
.zyjs_list ul li:hover img {
  transform: scale(1.1);
}
.zyjs_list ul li:hover a .zyjs_info {
  background: url(../images/zyjs_hov.png) no-repeat center;
  background-size: 100% 100%;
}
.szdw {
  width: 100%;
  margin-bottom: 100px;
}
.szdw_tit {
  display: flex;
  width: 100%;
  justify-content: right;
  background: url(../images/szdw_bg.png) no-repeat center;
  margin-top: 120px;
  position: relative;
  height: 286px;
}
.szdw_tiTimg {
  width: 388px;
  height: 321px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  bottom: 40px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.szdw_tiTimg img {
  width: 100%;
}
.szdw_tiTinfo {
  width: 920px;
  margin-right: 39px;
}
.szdw_tiTinfo p {
  font-size: 28px;
  color: white;
  margin-top: 40px;
  position: relative;
  padding-left: 50px;
}
.szdw_tiTinfo p:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 31px;
  background: url(../images/szdw_icon.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
}
.szdw_tiTinfo span {
  display: block;
  font-size: 18px;
  margin-top: 30px;
  text-indent: 2em;
  line-height: 1.6;
  color: white;
}
.szdw_list {
  margin-top: 40px;
}
.szdw_list ul {
  display: flex;
  flex-wrap: wrap;
}
.szdw_list ul li {
  width: 303px;
  height: 498px;
  padding: 24px;
  box-shadow: 0 8px 16px rgb(48 123 217 / 20%);
  margin-left: 61px;
  border-radius: 10px;
  transition: all 0.3s;
}
.szdw_list ul li:hover {
  transform: translateY(-4px);
}
.szdw_list ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.szdw_list ul li:nth-child(n + 5) {
  margin-top: 60px;
}
.szdw_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.szdw_img {
  width: 253px;
  height: 323px;
}
.szdw_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.szdw_info {
}
.szdw_box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 15px;
}
.szdw_box p {
  font-size: 24px;
  color: #2c5fbf;
  font-weight: bold;
}
.szdw_box span {
  font-size: 18px;
}
.szdw_zy {
  font-size: 14px;
  color: #7e7e7e;
  margin-top: 20px;
}

.szdw_img {
  position: relative;
  overflow: hidden;
  width: 253px;
  height: 323px;
}

.szdw_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.szdw_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 2;
  pointer-events: none;
}

.szdw_list ul li:hover .szdw_img::after {
  left: 150%;
  transition: all 0.6s ease-in-out;
}
