@import url('iconfont.css');
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.blueGradient {
  background: linear-gradient(0deg, #1faef6, #2d69ea);
}
.iconfont {
  font-size: inherit;
}
#header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
}
.header {
  height: 90px;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
}
.header .logo {
  background: linear-gradient(0deg, #1faef6, #2d69ea);
  padding: 0 45px;
  display: flex;
  align-items: center;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 24px;
  color: #222;
}
.header .nav .item {
  border-bottom: 4px solid transparent;
  transition: 0.2s;
  cursor: pointer;
}
.header .nav .item a {
  display: block;
  height: 90px;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
.header .nav .item.active,
.header .nav .item:hover {
  background: linear-gradient(180deg, #6899ff20, #ffffff);
  border-color: #2d69ea;
}
.header .nav .item.active a,
.header .nav .item:hover a {
  color: #2d69ea;
}
.header .tel {
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-size: 24px;
  gap: 6px;
  color: #fff;
  background: linear-gradient(0deg, #1faef6, #2d69ea);
}
.footer-box {
  background: #161823;
  color: #a7afbb;
  padding-top: 80px;
}
.footer-box a {
  color: #a7afbb;
}
.footer-box a:hover {
  color: #2d69ea;
}
.footer-box .footer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer-box .footer .left .landline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-bottom: 50px;
}
.footer-box .footer .left .landline .iconfont {
  font-size: 70px;
}
.footer-box .footer .left .landline .t {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-box .footer .left .p {
  font-size: 14px;
  line-height: 36px;
}
.footer-box .footer .center {
  display: flex;
  gap: 50px;
}
.footer-box .footer .center .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-box .footer .center .item .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}
.footer-box .footer .right .qrCode {
  border-radius: 4px;
}
.footer-box .footer .right p {
  margin-top: 10px;
  text-align: center;
}
.footer-box .footer .line {
  width: 2px;
  height: 160px;
  background: rgba(167, 175, 187, 0.2);
}
.footer-box .copyright {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-top: 2px solid rgba(167, 175, 187, 0.2);
  margin-top: 90px;
}
.banner {
  max-width: 1920px;
  margin: auto;
}
.home .search-box {
  position: relative;
  z-index: 3;
  max-width: 1920px;
  margin: auto;
}
.home .search-box .search {
  position: absolute;
  right: 0;
  top: -50px;
  padding: 50px 100px;
  width: 715px;
  background: linear-gradient(0deg, #1faef6, #2d69ea);
}
.home .search-box .search .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.home .search-box .search .layui-input-wrap {
  border-bottom: 2px solid #fff;
  width: 355px;
}
.home .search-box .search .layui-input-wrap .layui-input {
  background: none;
  border: none;
  padding-left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.home .search-box .search .layui-input-wrap .layui-input::placeholder {
  color: #ffffff80;
}
.home .search-box .search .layui-input-split {
  border: none;
}
.home .search-box .search .layui-input-split .layui-icon {
  color: #fff;
}
.home .home-title {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.home .home-title .title {
  font-size: 24px;
  font-weight: bold;
  color: #222;
}
.home .home-title .desc {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}
.home .home-box {
  padding-top: 80px;
  padding-bottom: 120px;
  max-width: 1920px;
  margin: 0 auto;
}
.home .solution-box {
  background: #ebf0f9;
  position: relative;
}
.home .solution-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 65.3%;
  background: linear-gradient(0deg, #ebf0f9, #ffffff);
  z-index: 2;
}
.home .solution-box .solution-list {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.home .solution-box .solution-list .item {
  width: 280px;
  border-radius: 10px 10px 10px 10px;
  background: linear-gradient(0deg, #ffffff, #f5f9fa);
  box-shadow: 0 1px 32px 0 #b2b7be4d;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
.home .solution-box .solution-list .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #1faef6, #2d69ea);
  z-index: 0;
  opacity: 0;
  transition: 0.2s;
}
.home .solution-box .solution-list .item img,
.home .solution-box .solution-list .item .title {
  position: relative;
  z-index: 9;
}
.home .solution-box .solution-list .item .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  transition: 0.2s;
}
.home .solution-box .solution-list .item .img-active {
  display: none;
}
.home .solution-box .solution-list .item:hover {
  background: linear-gradient(0deg, #1faef6, #2d69ea);
  box-shadow: 0 10px 32px 0 #0066bc4d;
}
.home .solution-box .solution-list .item:hover::after {
  opacity: 1;
}
.home .solution-box .solution-list .item:hover .title {
  color: #fff;
}
.home .solution-box .solution-list .item:hover .img {
  display: none;
}
.home .solution-box .solution-list .item:hover .img-active {
  display: block;
}
.home .product-box {
  background: url(../img/home/product-bg.png) no-repeat;
  background-size: 100% auto;
}
.home .product-box .product-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
.home .product-box .product-list .item {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  position: relative;
  transition: 0.2s;
}
.home .product-box .product-list .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-image: linear-gradient(0deg, rgba(31, 174, 246, 0.8) 0%, rgba(45, 105, 234, 0.8) 100%);
}
.home .product-box .product-list .item:hover {
  border-color: #2d69ea;
}
.home .about-box {
  background: linear-gradient(180deg, #ebf0f9, #ffffff);
  position: relative;
}
.home .about-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 764px;
  background: url(../img/home/about-bg.png) no-repeat;
  background-size: cover;
}
.home .about-box .home-title .title,
.home .about-box .home-title .desc {
  color: #fff;
}
.home .about-box .about {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  position: relative;
  z-index: 9;
}
.home .about-box .about .img {
  border-radius: 10px 10px 10px 10px;
  width: 615px;
}
.home .about-box .about .text .title {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.home .about-box .about .text .title span {
  border-bottom: 4px solid #2d69ea;
  padding-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.home .about-box .about .text .p {
  font-size: 16px;
  color: #555;
  line-height: 36px;
  text-indent: 2em;
  text-align: justify;
}
.home .about-box .about .text .p span {
  color: #2d69ea;
}
.home .cooperation-box {
  background: url(../img/home/cooperation-bg.png) no-repeat center 40px;
  background-size: cover;
}
.home .cooperation-box .cooperation {
  text-align: center;
  margin-top: 80px;
}
.home .news-box {
  width: 1200px;
  margin: 0 auto;
}
.home .news-box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .news-box .title .h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.home .news-box .title .more {
  font-size: 16px;
  color: #fff;
  background: #2d69ea;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 18px;
}
.home .news-box .news-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.home .news-box .news-list .item {
  width: 384px;
  height: 179px;
  background: url(../img/home/news-bg.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding-top: 38px;
  padding-left: 22px;
  position: relative;
}
.home .news-box .news-list .item .date {
  font-size: 14px;
  color: #999;
}
.home .news-box .news-list .item .title {
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 15px;
}
.home .news-box .news-list .item .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: 0 3px 16px 0 #0066bc4d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
  color: #2d69ea;
}
.home .news-box .news-list .item:hover {
  background: url(../img/home/news-bg-hover.png) no-repeat;
}
.home .news-box .news-list .item:hover .date,
.home .news-box .news-list .item:hover .title {
  color: #fff;
}
.product {
  max-width: 1200px;
  margin: 0 auto;
}
.product-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: -50px;
  margin-bottom: 80px;
}
.product-nav .item {
  flex: 1;
  box-shadow: 0 0 20px 0 #2983ff40;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  gap: 15px;
  border-bottom: 4px solid transparent;
  transition: 0.2s;
}
.product-nav .item .text .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  transition: 0.2s;
}
.product-nav .item .text .desc {
  font-size: 16px;
  color: #666;
}
.product-nav .item:hover,
.product-nav .item.active {
  box-shadow: 0 0 35px 0 #2983ff80;
  border-color: #2d69ea;
}
.product-nav .item:hover .text .title,
.product-nav .item.active .text .title {
  color: #2d69ea;
}
.product-content {
  display: flex;
  align-items: start;
  gap: 50px;
}
.product-content-sidebar {
  width: 260px;
  background: #f3f6fb;
  border-radius: 4px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.product-content-sidebar .item {
  padding: 20px 25px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  transition: 0.2s;
}
.product-content-sidebar .item:hover,
.product-content-sidebar .item.active {
  background: linear-gradient(90deg, #2d69ea, #f3f6fb);
  color: #fff;
}
.product-content .article {
  flex: 1;
}
.product-content .article-title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  text-align: center;
}
.product-content .article-title .small {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.product-content .article-html {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.product-content .article-html p {
  text-indent: 2em;
  margin-bottom: 1em;
}
.product-content .article-html ul li {
  display: flex;
  gap: 15px;
  margin-bottom: 1em;
}
.product-content .article-html ul li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d69ea;
  flex: 10px 0 0;
  margin-top: 11px;
}
.product-content .article-html ul li .li-title {
  color: #2d69ea;
  font-size: 18px;
}
.product-content .article-html .img {
  margin-top: 2em;
  margin-bottom: 5em;
}
.product-content .article-html .h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.product-content .article-html .table {
  margin-top: 2em;
  margin-bottom: 5em;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
.product-content .article-html .table th,
.product-content .article-html .table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.product-content .article-html .table td:first-child {
  background: #f3f6fb;
  color: #2d69ea;
  width: 80px;
  text-align: center;
}
.product-content .article-html .table th {
  color: #fff;
  font-weight: normal;
  background: linear-gradient(0deg, #1faef6, #2d69ea);
}
.product-content .article-html .list-box {
  display: flex;
  gap: 30px;
}
.product-content .article-html .list-box .item {
  min-width: 150px;
  box-shadow: 0px 1px 16px 0px rgba(178, 183, 190, 0.7);
}
.product-content .article-html .list-box .item .title {
  background: url(/img/product/comm-list-icon.png) no-repeat right bottom, linear-gradient(-90deg, #1faef6, #2d69ea);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.product-content .article-html .list-box .item .p {
  padding: 15px 25px;
}
.product-content .article-html .rs422 .p {
  margin-bottom: 1em;
}
.product-content .article-html .rs422 .list {
  margin-bottom: 25px;
  box-shadow: 0px 1px 16px 0px rgba(178, 183, 190, 0.7);
  border-radius: 4px;
  padding: 15px 25px 15px 30px;
  position: relative;
  overflow: hidden;
}
.product-content .article-html .rs422 .list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(#2d69ea, #1faef6);
}
.product-content .article-html .rs422 .item-box {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 25px;
}
.product-content .article-html .rs422 .item-box .item {
  box-shadow: 0px 1px 16px 0px rgba(178, 183, 190, 0.7);
  border-radius: 10px;
  padding: 20px 30px;
  overflow: hidden;
}
.product-content .article-html .rs422 .item-box .item .title {
  display: flex;
  margin-bottom: 5px;
}
.product-content .article-html .rs422 .item-box .item .title .t {
  padding: 0 30px;
  position: relative;
  color: #2d69ea;
}
.product-content .article-html .rs422 .item-box .item .title .t::before {
  content: '';
  position: absolute;
  left: 0;
  right: 5px;
  bottom: 5px;
  top: 0;
  transform: skew(-25deg);
  background-color: rgba(45, 105, 234, 0.1);
}
.product-content .article-html .rs422 .item-box .item .title .t::after {
  content: '';
  position: absolute;
  left: 5px;
  right: 0;
  bottom: 0;
  top: 5px;
  transform: skew(-25deg);
  background-color: rgba(45, 105, 234, 0.1);
}
.product-content .article-html .rs422 .item-box .item .title .t span {
  position: relative;
  z-index: 2;
}
.product-content .article-html .rs422 .item-box .item .p {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}
.product-content .article-html .core3-flex {
  display: flex;
  gap: 50px;
  margin-bottom: 5em;
}
.product-content .article-html .core3-flex .core3-text {
  flex: 1;
}
.product-content .article-html .core3-flex .core3-text .h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.product-content .article-html .package3-box {
  display: flex;
  flex-direction: column;
}
.product-content .article-html .package3-box .item {
  border-bottom: 2px dashed #dedede;
  display: flex;
  gap: 70px;
  align-items: center;
  padding-left: 30px;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.product-content .article-html .package3-box .item:last-child {
  border-bottom: none;
}
.product-content .article-html .package3-box .item .text {
  line-height: 40px;
}
.product-content .article-html .package4-flex {
  display: flex;
  margin-bottom: 70px;
  gap: 50px;
}
.product-content .article-html .package4-flex .package4-left {
  width: 310px;
}
.product-content .article-html .package4-flex .package4-right {
  flex: 1;
}
.product-content .article-html .package4-flex .p {
  font-size: 16px;
  color: #333;
  margin-bottom: 1em;
}
.product-content .article-html .package4-flex ul li {
  margin-bottom: 0;
  margin-bottom: 3px;
}
.plan {
  max-width: 1920px;
  margin: 0 auto;
}
.plan-nav-bg {
  background: #fff;
  box-shadow: 0px 6px 21px 0px rgba(78, 113, 235, 0.15);
  position: relative;
  z-index: 2;
}
.plan-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.plan-nav .item {
  padding: 20px 0;
  font-size: 22px;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 4px solid transparent;
  transition: 0.2s;
}
.plan-nav .item.active,
.plan-nav .item:hover {
  color: #2d69ea;
  border-color: #2d69ea;
}
.plan .plan1-title {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.plan .plan1-p {
  text-indent: 2em;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.plan .plan1-box1 {
  padding: 100px 0;
  background: url(/img/plan/plan1-box1-bg.jpg) no-repeat center center;
  background-size: cover;
}
.plan .plan1-box1 .item-box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 38px;
  margin-top: 60px;
}
.plan .plan1-box1 .item-box .item {
  padding-left: 15px;
  padding-top: 15px;
  position: relative;
  flex: 1;
}
.plan .plan1-box1 .item-box .item .angle {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.plan .plan1-box1 .item-box .item .angle::before {
  content: '';
  position: absolute;
  left: -40px;
  top: -15px;
  width: 150%;
  height: 80%;
  background: linear-gradient(0deg, #1faef6, #2d69ea);
  transform: rotate(-45deg);
}
.plan .plan1-box1 .item-box .item .text {
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 32px 0px rgba(178, 183, 190, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 30px 25px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
}
.plan .plan1-box1 .item-box .item .text .h4 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.plan .plan1-box1 .item-box .item .text .p {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
}
.plan .plan1-box1 .item-box .item .text .img {
  margin-top: 25px;
  text-align: right;
}
.plan .plan1-box2 {
  padding: 100px 0;
}
.plan .plan1-box2 .img {
  margin-top: 50px;
  text-align: center;
}
.plan .plan1-box3 {
  padding: 100px 0;
  background: #eff3fa;
}
.plan .plan1-box3 .img {
  margin-top: 50px;
  text-align: center;
}
.plan .plan1-box4 {
  padding: 100px 0;
  background: url(/img/plan/plan1-box4-bg.jpg) no-repeat center center;
  position: relative;
}
.plan .plan1-box4 .img {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.plan .plan1-box4-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  margin-bottom: 30px;
}
.plan .plan1-box4-flex:last-child {
  margin-bottom: 0;
}
.plan .plan1-box4-flex .item {
  padding: 35px;
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
  border-radius: 10px;
  background: #fff;
  max-width: 335px;
  position: relative;
}
.plan .plan1-box4-flex .item:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(#2d69ea, #1faef6);
  border-radius: 3px;
}
.plan .plan1-box4-flex .item:last-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(#2d69ea, #1faef6);
  border-radius: 3px;
}
.plan .plan1-box4-flex .item .h4 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
  text-align: center;
}
.plan .plan1-box4-flex .item .p {
  font-size: 16px;
  color: #555;
}
.plan .plan2-box2 {
  padding: 100px 0;
  background: #eff3fa;
}
.plan .plan2-box2-flex {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.plan .plan2-box2-flex .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  flex: 1;
}
.plan .plan2-box2-flex .item .list {
  flex: 1;
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px;
}
.plan .plan2-box2-flex .item .list .h4 {
  display: flex;
  margin-bottom: 10px;
}
.plan .plan2-box2-flex .item .list .h4 .name {
  background: linear-gradient(-90deg, #1faef6, #2d69ea);
  padding: 10px 20px;
  border-radius: 50px 50px 50px 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.plan .plan2-box2-flex .item .list .p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.plan .plan3-box1 {
  padding: 100px 0;
  width: 1200px;
  margin: auto;
  display: flex;
  gap: 90px;
}
.plan .plan3-box1 .text {
  flex: 1;
  font-size: 16px;
  line-height: 44px;
  color: #333;
  text-indent: 2em;
}
.plan .plan3-box2 {
  padding: 100px 0;
  background: url('/img/plan/plan3-box2-bg.jpg') no-repeat center center;
  background-size: cover;
}
.plan .plan3-box2-flex {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  margin-top: 65px;
}
.plan .plan3-box2-flex:last-child {
  align-items: start;
}
.plan .plan3-box2-flex .item {
  max-width: 300px;
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  padding-top: 30px;
  position: relative;
}
.plan .plan3-box2-flex .item .name {
  position: absolute;
  left: -20px;
  top: -20px;
  background: linear-gradient(90deg, #1faef6, #2d69ea);
  padding: 10px 35px;
  line-height: 1;
  border-radius: 999px 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.plan .plan3-box2-flex .item .name::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 29px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #2d69ea;
  transform: rotate(-45deg);
}
.plan .plan3-box2-flex .item p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
.plan .plan4-box2 {
  padding-top: 50px;
  padding-bottom: 100px;
  background: url('/img/plan/plan4-box2-bg.jpg') no-repeat center center;
  background-size: cover;
}
.plan .plan4-box2-flex {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 120px;
  margin-top: 65px;
}
.plan .plan4-box2-flex .item {
  width: 310px;
  box-shadow: 43.134px 43.134px 76px 0px rgba(166, 208, 245, 0.5);
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
}
.plan .plan4-box2-flex .item .index {
  position: absolute;
  left: -70px;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(0deg, #1faef6, #2d69ea);
  box-shadow: 24.749px 24.749px 43px 0px rgba(155, 208, 254, 0.71);
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
}
.plan .plan4-box2-flex .item .name {
  font-size: 18px;
  color: #2d69ea;
  font-weight: bold;
}
.plan .plan4-box2-flex .item p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
.case .plan-nav {
  justify-content: center;
  gap: 10%;
}
.case .case-list {
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.case .case-list .list {
  position: relative;
  width: calc(33.3333% - 20px);
  border-radius: 10px;
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
  border: 2px solid #e8e8e8;
  overflow: hidden;
}
.case .case-list .list .img {
  clip-path: path('M303.1000,193.000 C227.760,193.000 87.082,193.000 70.1000,193.000 C54.919,193.000 0.001,190.320 -0.000,261.000 L-0.000,6.1000 C-0.000,2.747 2.747,-0.000 7.000,-0.000 L367.1000,-0.000 C372.253,-0.000 375.1000,3.747 375.1000,7.1000 L376.040,96.486 L376.040,126.518 L376.040,129.965 C375.588,143.655 369.773,193.000 303.1000,193.000 Z');
}
.case .case-list .list .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.case .case-list .list .text {
  background: #fff;
  padding: 28px;
  padding-bottom: 20px;
  margin-top: -60px;
}
.case .case-list .list .text .h4 {
  text-align: center;
  color: #2d69ea;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1;
}
.case .case-list .list .text .p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.news-box {
  display: flex;
  align-items: start;
  max-width: 1200px;
  margin: 50px auto;
  gap: 20px;
}
.news-box .news-left {
  flex: 1;
  padding: 40px;
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
}
.news-box .news-left .news-list .list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.news-box .news-left .news-list .list .date {
  display: flex;
  align-items: center;
  font-family: Arial;
  color: #8a8c8d;
}
.news-box .news-left .news-list .list .date .dd {
  font-size: 52px;
  font-weight: bold;
  color: #333;
}
.news-box .news-left .news-list .list .date .icon {
  font-size: 28px;
  margin-left: 10px;
  margin-right: 15px;
}
.news-box .news-left .news-list .list .date .yy-mm {
  font-size: 18px;
}
.news-box .news-left .news-list .list .img {
  width: 230px;
  height: 140px;
}
.news-box .news-left .news-list .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-left .news-list .list .text {
  flex: 1;
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid #eee;
}
.news-box .news-left .news-list .list .text .h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.news-box .news-left .news-list .list .text .h2 a:hover {
  color: #2d69ea;
}
.news-box .news-left .news-list .list .text .p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}
.news-box .news-left .news-list .list .text .more {
  color: #2d69ea;
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 5px;
}
.news-box .news-left .news-list .list .text .more .layui-icon {
  font-size: 18px;
}
.news-box .news-left .news-list .list .text .more a {
  color: #2d69ea;
}
.news-box .news-right {
  position: sticky;
  top: 120px;
  width: 320px;
}
.news-box .news-right .hot-list {
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
  padding-bottom: 15px;
}
.news-box .news-right .hot-list .title {
  padding: 20px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.news-box .news-right .hot-list .title::before {
  content: '';
  width: 2px;
  height: 18px;
  background: #2d69ea;
}
.news-box .news-right .hot-list .list {
  display: flex;
  padding: 5px 20px;
  gap: 15px;
  align-items: center;
}
.news-box .news-right .hot-list .list .index {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-family: Arial;
  font-size: 18px;
  font-style: italic;
  color: #666;
}
.news-box .news-right .hot-list .list .t {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.news-box .news-right .hot-list .list .t a {
  color: #333;
}
.news-box .news-right .hot-list .list .t a:hover {
  color: #2d69ea;
}
.news-box .news-right .hot-list .list:nth-child(2) {
  padding: 8px 20px;
}
.news-box .news-right .hot-list .list:nth-child(2) .index {
  font-weight: bold;
  background: #fe586b;
  color: #fff;
}
.news-box .news-right .hot-list .list:nth-child(3) {
  padding: 8px 20px;
}
.news-box .news-right .hot-list .list:nth-child(3) .index {
  font-weight: bold;
  background: #f97052;
  color: #fff;
}
.news-box .news-right .hot-list .list:nth-child(4) {
  padding: 8px 20px;
}
.news-box .news-right .hot-list .list:nth-child(4) .index {
  font-weight: bold;
  background: #fea273;
  color: #fff;
}
.news-box .news-right .qrCode {
  margin-top: 15px;
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
}
.news-box .news-right .qrCode .img {
  text-align: center;
  padding: 20px 0;
}
.news-box .news-right .qrCode .text {
  background: #f7f7f7;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
}
.news-box .news-right .qrCode .text .h5 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
#page {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #2d69ea;
}
#page .layui-laypage a:hover {
  color: #2d69ea;
}
.detail {
  padding-bottom: 100px;
}
.detail .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 25px 0;
  gap: 15px;
  font-size: 18px;
}
.detail .breadcrumb a {
  color: #2d69ea;
}
.detail-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 60px;
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
}
.detail-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.detail-box .date {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.detail-box .html {
  text-indent: 2em;
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.about {
  padding-bottom: 100px;
  padding-top: 50px;
}
.about-box1 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.about-box1 .left {
  flex: 1;
}
.about-box1 .left .title {
  margin-bottom: 50px;
  padding-left: 20px;
  border-left: 4px solid;
  border-image: linear-gradient(#2d69ea, #1faef6) 1;
}
.about-box1 .left .title .h2 {
  font-size: 24px;
  color: #333;
}
.about-box1 .left .title .small {
  font-size: 18px;
  color: #333;
}
.about-box1 .left .text {
  background: #ecf0f9;
  background: linear-gradient(115deg, #ecf0f9 90%, #fff);
  padding: 30px 60px;
  padding-bottom: 120px;
  font-size: 18px;
  line-height: 2;
  color: #333;
  text-indent: 2em;
  position: relative;
}
.about-box1 .left .item-box {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(-90deg, #1faef6, #2d69ea);
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: -60px;
  padding: 40px 0;
  box-shadow: 9.177px 13.106px 51px 0px rgba(41, 131, 255, 0.3);
}
.about-box1 .left .item-box .item {
  flex: 1;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid transparent;
  text-indent: 0;
}
.about-box1 .left .item-box .item:last-child {
  border-right: none;
}
.about-box1 .left .item-box .item .t1 {
  font-size: 28px;
}
.about-box1 .left .item-box .item .t1 span {
  font-size: 14px;
}
.about-box1 .left .item-box .item .t2 {
  font-size: 18px;
}
.about-box1 .right {
  width: 570px;
}
.about-box1 .right .img {
  margin-bottom: 30px;
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
}
.about-box1 .right .text {
  text-indent: 2em;
  line-height: 2;
  font-size: 16px;
}
.about-box1 .right .text span {
  color: #2d69ea;
}
.about-title {
  text-align: center;
}
.about-title .h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.about-title .small {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.about-box2 {
  padding: 60px 0;
  background: url('/img/about/box2-bg.jpg') no-repeat center center;
  background-size: cover;
}
.about-box2 .item-box {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.about-box2 .item-box .item {
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: center;
}
.about-box2 .item-box .item:first-child .list:last-child {
  margin-left: 60px;
}
.about-box2 .item-box .item:last-child .list:first-child {
  margin-left: 60px;
}
.about-box2 .item-box .item .list {
  text-align: center;
  margin-bottom: 20px;
  width: 230px;
}
.about-box2 .item-box .item .list .name {
  background: linear-gradient(-90deg, #1faef6, #2d69ea);
  line-height: 46px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 99px;
}
.about-box2 .item-box .item .list .p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
}
.about-box2 .item-box .img {
  margin: 0 40px;
}
.about-box3 {
  padding-top: 100px;
}
.about-box3 .img-box {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 50px;
}
.about-box4 {
  background: url('/img/about/box4-bg.jpg') no-repeat center top;
  background-size: 100% 500px;
  padding-top: 60px;
}
.about-box4 .contact {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}
.about-box4 .contact .left {
  width: 600px;
  color: #fff;
}
.about-box4 .contact .left .h5 {
  font-size: 24px;
  margin-bottom: 30px;
}
.about-box4 .contact .left .h6 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-box4 .contact .left .small {
  font-size: 16px;
  margin-bottom: 30px;
}
.about-box4 .contact .left .information {
  display: flex;
  flex-wrap: wrap;
}
.about-box4 .contact .left .information .item {
  width: 50%;
  margin-bottom: 25px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-box4 .contact .left .information .item .iconfont {
  font-size: 30px;
}
.about-box4 .contact .message {
  flex: 1;
}
.about-box4 .contact .message .layui-input,
.about-box4 .contact .message .layui-textarea {
  background-color: rgba(255, 255, 255, 0.45);
  border: none;
  color: #fff;
  height: 50px;
}
.about-box4 .contact .message .layui-input::placeholder,
.about-box4 .contact .message .layui-textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.about-box4 .contact .message .layui-btn {
  color: #2d69ea;
  font-weight: bold;
  background: #fff;
  height: 50px;
}
.about-box4 .address {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 1px 18px 0px rgba(178, 183, 190, 0.5);
  border-radius: 4px;
}
.about-box4 .address .text {
  padding: 20px;
}
.about-box4 .address .text .p {
  border-left: 3px solid #2d69ea;
  padding-left: 15px;
  line-height: 1;
}
#map {
  height: 440px;
}
