.banner {
  position: relative;
  width: 100%;
  height: 400px;
}

.ban_cont {
  color: #253554;
  text-align: left;
  font-family: PingFang SC;
}

.ban_cont h3 {

  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}

.ban_cont p {
  width: 665px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* mod begin  */
.mod_box {
  background: linear-gradient(180deg, #E7EDFB 0%, rgba(217, 217, 217, 0.00) 100%);
  padding-bottom: 100px;
}

.mod1_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  padding: 60px 0;

}

.contact_title {
  color: #253554;
  width: 100%;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.mod1 {

  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
}

.mod1_list {


  padding: 24px 32px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #F4F5F8 0%, #FEFEFE 100%);
  box-shadow: 0px 16px 24px 0px rgba(210, 217, 236, 0.30);
}

.mod1_list:hover {
  border-top: 2px solid #0054DD;
}

.mod1_list_cont {
  display: inline-flex;

  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

}

.mod1_list_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.m1_title {
  color: rgba(0, 0, 0, 0.85);
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.m1_tel {
  color: #3D485D;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.m1_tel:hover {
  color: #2B78F6;
}

.cpzx_btn {
  display: flex;
  /*width: 99px;*/
  padding: 8px 10px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  color: #2B78F6;
  border-radius: 5px;
  border: 1px solid #2B78F6;
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* mod2 begin  */
.mod2 {
  display: flex;
}

.mod2_left {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2B78F6;
  width: 64px;
  height: 222px;
  flex-shrink: 0;

}

.mod2_left div {
  width: 30px;
  height: 170px;
  color: #FFF;

  font-family: Microsoft YaHei UI;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.mod2_right {
  width: 1136px;
  height: 222px;
  flex-shrink: 0;
  background: #FFF;
  box-shadow: 0px 63px 50px 0px rgba(67, 67, 68, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mod2_r_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mod2_r_l {
  display: flex;
  width: 802px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.m2_l_top {
  color: rgba(0, 0, 0, 0.85);
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 157.143% */
}

.m2_l_top span {
  color: #0054DD;
  font-size: 24px;
  line-height: 24px;
}

.m2_r_ft {
  color: #3D485D;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.mod2_r_r {
  display: flex;
  width: 240px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

/* mod3 begin */
.mod3 {
  text-align: center;
  width: 100%;


}

.mod3_list {
  margin-top: 60px;
  gap: 42px;
  flex-wrap: wrap;
}

.mod3_list li {
  cursor: pointer;
  height: 115px;
  background: #fff;
  width: 48%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mod3_list li:hover {
  filter: drop-shadow(0px 63px 50px rgba(22, 61, 100, 0.07));
}

.mod3_list li a {
  padding-left: 20px;
  width: 520px;
  display: flex;
  height: 48px;
  align-items: center;

  color: #253554;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.mod3_list li:hover a {
  border-left: 6px solid #2B78F6;
}

.box5 {
  margin-bottom: 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}

.box5 p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.box5 .box5_li {
  width: 224px;
  height: 200px;
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #dfdfdf;
  text-align: center;
  position: relative;
}

.box5 li .show1 h6 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.box5 li .show1 p {
  color: #999;
}

.box5 .hide1 {
  padding: 30px 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 200px;
  left: 0;
  background-color: #2468f2;
  color: #fff;
}

.box5 .hide1 {
  padding: 30px 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 200px;
  left: 0;
  background-color: #2468f2;
  color: #fff;
}

.box5 h4::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  content: '';
  width: 36px;
  height: 1px;
  background-color: #fff;
}

.box5 h4 {
  font-size: 16px;
  height: 30px;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.box5 h5 {
  margin: 0;
}

.box5 li .talk {
  width: 116px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -58px;
}

.box5 li .talk a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2468f2;
}

.box5 li:hover {
  border-color: transparent;
}

.box5 li:hover .hide1 {
  top: 0;
  transition: top 0.5s;
}

#carousel .swiper-slide {
  width: 280px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px #ddd;
  height: 375px;
}