@media (min-width: 1200px) {
  .home-container .container {
    width: 1200px;
    padding: 0;
  }
}
.home-container html {
  max-width: 1920px;
  margin: 0 auto;
}
.home-container .section-tit {
  font-size: 36px;
  font-weight: bold;
  color: #002249;
  text-align: center;
}
.home-container .contact-btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 8px;
  background-color: #0c59db;
  padding: 0 26px;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 14px 24px 1px rgba(12, 89, 219, 0.5);
  transition: all 0.5s;
}
.home-container .contact-btn:hover {
  transform: scale(1.2);
}
.home-container .section-1 {
  padding: 64px 0 81px;
}
.home-container .section-1 h3 {
  margin-bottom: 60px;
}
.home-container .section-1 .con-box {
  background-color: #0c59db;
  padding: 66px 0;
}
.home-container .section-1 ul {
  display: flex;
  margin-bottom: 14px;
}
.home-container .section-1 li {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 22px;
  margin-right: 10px;
  background-color: #276fe8;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.home-container .section-1 li.active {
  background-color: #fff;
  color: #0c59db;
}
.home-container .section-1 li.active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.home-container .section-1 .input-box {
  display: flex;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
}
.home-container .section-1 .input-box a:hover {
  color: #fff;
}
.home-container .section-1 .input-box input {
  height: 100%;
  border-radius: 8px 0 0 8px;
  padding: 0 18px;
}
.home-container .section-1 .input-box input::placeholder {
  font-size: 14px;
  color: #738ba5;
}
.home-container .section-1 .input-box span {
  margin: 0 5px;
}
.home-container .section-1 .input-box div {
  white-space: nowrap;
  padding: 0 22px;
  border: 1px solid #fff;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background-color 0.5s;
}
.home-container .section-1 .input-box div:hover {
  background-color: #1a68eb;
}
.home-container .section-1 .input-box div:last-child {
  border-radius: 8px;
  background-color: #25c1f5;
}
.home-container .section-1 .input-box div:last-child:hover {
  background-color: #1abbf0;
}
.home-container .section-2 {
  margin-bottom: 92px;
}
.home-container .section-2 h3 {
  margin-bottom: 71px;
}
.home-container .section-2 .slo-box {
  margin-bottom: 25px;
}
.home-container .section-2 .slo-con {
  border: 1px solid #dcdcdc;
  border-radius: 20px 20px 10px 10px;
  margin-bottom: 25px;
  transition: all 0.5s;
}
.home-container .section-2 .slo-con:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 8px 10px rgba(174, 186, 208, 0.15);
}
.home-container .section-2 .slo-con:hover .slo-con-img img {
  transform: scale(1.2);
}
.home-container .section-2 .slo-con .slo-con-img img {
  width: 100%;
  transition: all 0.5s;
}
.home-container .section-2 .slo-con-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.home-container .section-2 .des {
  min-height: 158px;
  padding: 0 32px 32px;
  margin-top: -22.5px;
}
.home-container .section-2 .des img {
  position: relative;
  z-index: 2;
}
.home-container .section-2 h4 {
  font-size: 24px;
  font-weight: bold;
  color: #002249;
  line-height: 1;
  margin: 20px 0 18px;
}
.home-container .section-2 p {
  font-size: 16px;
  color: #002249;
  line-height: 30px;
}
.home-container .section-3 {
  height: 895px;
  background: url(/img/page/v2024/home/bg-1.jpg) center no-repeat;
  background-size: auto 100%;
  padding: 89px 0;
  color: #fff;
}
.home-container .section-3 h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 63px;
}
.home-container .section-3 ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #609dff;
  margin-bottom: 43px;
}
.home-container .section-3 li {
  position: relative;
  font-size: 24px;
  color: #b8d2ff;
  padding-bottom: 13px;
  cursor: pointer;
}
.home-container .section-3 li:not(:last-child) {
  margin-right: 110px;
}
.home-container .section-3 li.active {
  color: #fff;
}
.home-container .section-3 li.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.home-container .section-3 .tab-box {
  margin-bottom: 49px;
}
.home-container .section-3 .tab-con {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 1s;
}
.home-container .section-3 .tab-con.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.home-container .section-3 h5 {
  font-size: 24px;
  margin-bottom: 46px;
  text-align: center;
  font-weight: 300;
}
.home-container .section-3 .box-con {
  display: flex;
}
.home-container .section-3 .con {
  color: #002249;
  padding: 34px 34px 30px;
  border-radius: 20px;
  max-width: 385px;
  max-height: 358px;
  border: 1px solid #dcdcdc;
}
.home-container .section-3 .con:not(:last-child) {
  margin-right: 23px;
}
.home-container .section-3 .con:first-child {
  background: linear-gradient(to bottom, #e4edff 0%, #ffffff 47%);
}
.home-container .section-3 .con:nth-child(2) {
  background: linear-gradient(to bottom, #defaf8 0%, #ffffff 47%);
}
.home-container .section-3 .con:nth-child(3) {
  background: linear-gradient(to bottom, #fef5df 0%, #ffffff 47%);
}
.home-container .section-3 .con .tit {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
.home-container .section-3 .con .tit span {
  margin-right: 12px;
}
.home-container .section-3 .a-con {
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dce0e7;
  padding: 0 17px;
  margin-bottom: 26px;
  white-space: nowrap;
  transition: all 0.5s;
}
.home-container .section-3 .a-con:hover {
  border-color: #0c59db;
  color: #0c59db;
  transform: translateY(-10px);
}
.home-container .section-3 .a-con.red {
  color: #fe5400;
}
.home-container .section-3 .a-con.red:hover {
  color: #0c59db;
}
.home-container .section-4 {
  height: 900px;
  background: url(/img/page/v2024/home/bg-2.jpg) center no-repeat;
  background-size: auto 100%;
  padding: 90px 0 74px;
}
.home-container .section-4 .box {
  background-color: #fff;
  border-radius: 21px;
  margin-bottom: 52px;
}
.home-container .section-4 h3 {
  color: #fff;
  margin-bottom: 47px;
}
.home-container .section-4 .tab-list {
  padding: 0 84px;
  overflow: hidden;
}
.home-container .section-4 .tab-list ul {
  display: flex;
  justify-content: space-between;
  cursor: default;
  margin-bottom: 0;
}
.home-container .section-4 .tab-list li {
  width: 20%;
  padding: 44px 0 37px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  transition: 0.2s all linear;
  text-align: center;
  color: #002249;
}
.home-container .section-4 .tab-list li.active {
  color: #0c59db;
}
.home-container .section-4 .tab-list li.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #0c59db;
}
.home-container .section-4 .tab-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 4px;
  border-bottom: 4px solid #0c59db;
  transition: 0.2s all linear;
}
.home-container .section-4 .tab-list li:hover::before {
  width: 100%;
  left: 0;
}
.home-container .section-4 .tab-list li:hover ~ li::before {
  left: 0;
}
.home-container .section-4 .tab-box {
  height: 454px;
  background: url(/img/page/v2024/home/bg-3.jpg) center no-repeat;
  background-size: auto 100%;
  padding: 23px 84px 40px;
  border-radius: 0 0 21px 21px;
}
.home-container .section-4 .tab-box .tab-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 1s;
}
.home-container .section-4 .tab-box .tab-con.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.home-container .section-4 .tab-box .left-con {
  max-width: 417px;
}
.home-container .section-4 .tab-box h4 {
  font-size: 30px;
  color: #002249;
}
.home-container .section-4 .tab-box p {
  font-size: 16px;
  color: #002249;
  line-height: 30px;
  margin: 34px 0 50px;
}
.home-container .section-4 .tab-box ul {
  background-color: #fff;
  border-radius: 14px;
  padding: 16px;
}
.home-container .section-4 .tab-box li {
  font-size: 16px;
  color: #002249;
}
.home-container .section-4 .tab-box li:not(:last-child) {
  margin-bottom: 15px;
}
.home-container .section-4 .btn-box {
  display: flex;
  justify-content: center;
}
.home-container .section-4 .btn-con {
  height: 46px;
  line-height: 46px;
  padding: 0 31px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.home-container .section-4 .btn-con:hover {
  transform: scale(1.2);
}
.home-container .section-4 .btn-1 {
  background-color: #fff;
  color: #0c59db;
  margin-right: 28px;
}
.home-container .section-4 .btn-2 {
  display: block;
  color: #fff;
  border: 1px solid #fff;
}
.home-container .section-5 {
  padding: 113px 0 95px;
}
.home-container .section-5 h3 {
  margin-bottom: 60px;
}
.home-container .section-5 .box {
  display: flex;
  justify-content: center;
}
.home-container .section-5 .con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-container .section-5 .con:not(:last-child) {
  margin-right: 72px;
}
.home-container .section-5 .con h5 {
  font-size: 24px;
  color: #002249;
  margin: 32px 0 17px;
  line-height: 1;
  font-weight: bold;
}
.home-container .section-5 .con p {
  font-size: 16px;
  line-height: 1;
}
.home-container .section-6 {
  padding: 68px 0 127px;
  background-color: #f3f5f8;
}
.home-container .section-6 a:hover {
  color: #0c59db;
}
.home-container .section-6 h3 {
  margin-bottom: 45px;
}
.home-container .section-6 .news-box {
  display: flex;
  justify-content: space-between;
}
.home-container .section-6 .box {
  width: 32%;
}
.home-container .section-6 .img-box {
  overflow: hidden;
}
.home-container .section-6 .img-box:hover img {
  transform: scale(1.1);
}
.home-container .section-6 .img-box .img-con {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 250px;
  overflow: hidden;
}
.home-container .section-6 .img-box img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.home-container .section-6 .img-box .des {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 105px;
  padding: 0 19px;
  background: linear-gradient(to right, #1363f7 0%, #5f9cf8 100%);
  color: #fff;
}
.home-container .section-6 .img-box .time {
  font-size: 14px;
  line-height: 1.7;
}
.home-container .section-6 .img-box .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
.home-container .section-6 .news-list {
  position: relative;
  padding: 24px 20px;
  background-color: #fff;
}
.home-container .section-6 .news-list::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #1363f7 0%, #5f9cf8 100%);
}
.home-container .section-6 .news-list .more {
  font-size: 14px;
  color: #0c59db;
  line-height: 36px;
}
.home-container .section-6 .news-tit {
  font-size: 18px;
  font-weight: bold;
  color: #002249;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1;
}
.home-container .section-6 .news-con {
  padding-top: 16px;
}
.home-container .section-6 .news-con a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 36px;
}
.home-container .section-6 .news-con .tit {
  max-width: 260px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-container .section-6 .news-con .time {
  font-size: 14px;
}
.home-container .section-7 {
  padding: 72px 0;
}
.home-container .section-7 h3 {
  margin-bottom: 34px;
}
.home-container .section-7 .tab-list {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 41px;
}
.home-container .section-7 .tab {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #738ba5;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.5s;
}
.home-container .section-7 .tab.active {
  padding: 0 22px;
  border-radius: 20px;
  background-color: #e8f3ff;
}
.home-container .section-7 .tab-con {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s;
}
.home-container .section-7 .tab-con img {
  height: 64px;
}
.home-container .section-7 .tab-con.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media (max-width: 1024px) {
  .home-container .section-1 .input-box {
    height: auto;
    flex-wrap: wrap;
  }
  .home-container .section-1 .input-box input {
    margin-bottom: 12px;
    height: 60px;
  }
  .home-container .section-1 .input-box div {
    height: 60px;
  }
  .home-container .section-3 {
    height: auto;
  }
  .home-container .section-3 li:not(:last-child) {
    margin-right: 12px;
  }
  .home-container .section-3 .box-con {
    flex-wrap: wrap;
  }
  .home-container .section-3 .con {
    max-width: none;
    max-height: none;
    margin-bottom: 12px;
  }
  .home-container .section-4 {
    height: auto;
    margin-bottom: 30px;
  }
  .home-container .section-4 .tab-list {
    padding: 0 10px;
  }
  .home-container .section-4 .tab-box {
    height: auto;
    padding: 23px 10px;
  }
  .home-container .section-4 .tab-box .tab-con {
    flex-direction: column;
  }
  .home-container .section-5 {
    padding: 50px 0;
    flex-wrap: wrap;
  }
  .home-container .section-5 .con {
    text-align: center;
  }
  .home-container .section-5 .con p {
    line-height: 1.5;
  }
  .home-container .section-5 .con:not(:last-child) {
    margin-right: 4px;
  }
  .home-container .section-6 {
    padding-bottom: 50px;
  }
  .home-container .section-6 .news-box {
    flex-direction: column;
  }
  .home-container .section-6 .box {
    width: 100%;
    margin-bottom: 16px;
  }
  .home-container .section-7 .tab-list {
    flex-wrap: wrap;
  }
  .home-container .section-7 .tab {
    margin-right: 8px;
  }
  .home-container .section-7 .tab-con {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-container .section-7 .tab-con img {
    width: 33%;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .home-container .bar-home-patent-srh .bar-tit {
    font-size: 28px;
  }
  .home-container .section-tit {
    font-size: 28px !important;
  }
  .home-container .section-1 {
    padding: 45px 0;
  }
  .home-container .section-1 h3 {
    margin-bottom: 30px;
  }
  .home-container .section-1 .input-box input {
    margin-bottom: 21px;
    border-radius: 8px;
  }
  .home-container .section-1 .input-box span {
    display: none;
  }
  .home-container .section-1 .input-box div:nth-child(2) {
    width: 100%;
    text-align: center;
    background-color: transparent;
    border-radius: 35px;
  }
  .home-container .section-1 .input-box div:last-child {
    display: none;
  }
  .home-container .section-2 {
    padding: 15px 0;
    margin-bottom: 45px;
  }
  .home-container .section-2 h3 {
    margin-bottom: 45px;
  }
  .home-container .section-3 {
    background-image: url(/img/page/v2024/home/bg-1-phone.jpg);
    background-size: cover;
    padding: 45px 0;
  }
  .home-container .section-3 h3 {
    margin-bottom: 45px;
  }
  .home-container .section-3 li {
    font-size: 16px;
  }
  .home-container .section-3 .box-con {
    display: block;
  }
  .home-container .section-3 h5 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .home-container .section-3 .con {
    padding: 5%;
    margin-right: 0 !important;
  }
  .home-container .section-3 .con .tit {
    margin-bottom: 10px;
  }
  .home-container .section-3 .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .home-container .section-3 .row::before {
    content: none;
  }
  .home-container .section-3 .col-lg-6 {
    width: 32%;
    padding: 0;
  }
  .home-container .section-3 .col-lg-6:nth-child(2),
  .home-container .section-3 .col-lg-6:nth-child(5) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .home-container .section-3 .a-con {
    padding: 0 4px;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .home-container .section-3 .tab-box {
    margin-bottom: 30px;
  }
  .home-container .section-4 {
    padding: 45px 0;
  }
  .home-container .section-4 h3 {
    margin-bottom: 35px;
  }
  .home-container .section-4 .tab-list li {
    font-size: 22px;
    padding: 20px 0;
  }
  .home-container .section-4 .tab-box p {
    margin: 12px 0;
  }
  .home-container .section-4 .left-con {
    padding: 0 14px;
  }
  .home-container .section-5 {
    padding: 15px 0 45px;
  }
  .home-container .section-5 h3 {
    margin-bottom: 20px;
  }
  .home-container .section-5 .box {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .home-container .section-5 .con {
    width: 32%;
    margin: 0 0 16px 0 !important;
  }
  .home-container .section-5 .con h5 {
    font-size: 16px;
    margin: 16px 0 12px;
  }
  .home-container .section-5 .con p {
    font-size: 12px;
  }
  .home-container .section-6 {
    padding: 45px 0;
  }
  .home-container .section-6 h3 {
    margin-bottom: 30px;
  }
  .home-container .section-6 .news-con .tit {
    max-width: 220px;
  }
  .home-container .section-6 .img-box img {
    width: 100%;
  }
  .home-container .section-7 {
    padding: 45px 0;
  }
  .home-container .section-7 .tab {
    padding: 0 15px;
  }
  .home-container .section-7 .tab-list {
    justify-content: flex-start;
    padding: 0 12px;
  }
}
