@charset "utf-8";
body {
  /* min-width: 1200px;
  overflow: auto; */
}
body a {
  color: #181818;
}
.banner_box img {
  width: 100%;
}
.swiper-slide .banner_content{
  transform:translateX(-100px);
  opacity:0;
  transition:all .2s;
}
.ani-slide .banner_content{
  transform:translateX(0);
  opacity:1;
}
.banner_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.banner_text {
  margin-bottom: 50px;
}
.banner_text h1 {
  font-size: 46px;
  margin-bottom: 30px;
}
.banner_text p {
  font-size: 18px;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
}
.banner_text p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 19px;
  height: 15px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../img/logo2.png');
}
.blue_btn {
  background-color: #1564FF;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.blue_btn:hover {
  box-shadow: 0 0 15px 5px rgba(21,100,255,0.3);
}
.blue_btn a {
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  font-size: 16px;
  width: 100%;
}
.section_title {
  font-size: 40px;
  text-align: center;
  padding: 30px 0;
}
.sale_box ul {
  display: flex;
  justify-content: space-between;
}
.sale_box ul li {
  position: relative;
  width: 24%;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 70px;
}
.sale_box ul li::before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 240px;
  background-image: url(../img/sale_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.sale_box ul li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 240px;
  background: linear-gradient(rgba(255,255,255,0) 0%, #FFFFFF 100%);
}
.sale_box ul li:hover {
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.sale_content {
  position: relative;
  z-index: 1;
  padding: 40px 20px 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sc_header h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.sc_header p {
  color: rgba(24,24,24,0.5);
  line-height: 30px;
}
.sc_conent {
  padding: 10px 0;
  border-bottom: 1px solid #E7E7E7;
  flex-grow: 1;
}
.sc_conent p {
  line-height: 40px;
}
.sc_conent p span {
  margin-right: 18px;
  color: rgba(24,24,24,0.5);
  display: inline-block;
  width: 65px;
}
.sc_conent p b {
  font-weight: bold;
}
.checkmark {
  position: relative;
  padding-left: 20px;
}
.checkmark::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #1664FF;
  font-size: 18px;
}
.sc_footer {
  padding-top: 20px;
}
.sc_footer_tips {
  display: flex;
  flex-wrap: wrap;
}
.sc_footer_tips p {
  font-size: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.price {
  padding: 10px 0 20px;
  color: #E31313;
}
.price b {
  font-weight: bold;
  font-size: 30px;
}
.price span {
  font-size: 18px;
}
.price i {
  color: rgba(24, 24, 24, 0.5);
  font-size: 16px;
}
.sale_content .blue_btn {
  width: 100%;
}

.gray_bg {
  background-color: #F4F7FC;
  padding: 60px 0 90px 0;
}
.swiper-container-free-mode>.swiper-wrapper.product_nav,.product_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.product_nav li {
  width: auto;
  padding: 10px 20px;
  white-space: nowrap;
}
.product_nav li a {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #F4F7FC;
  transition: font-size 0.3s ease-out, color 0.2s linear, border-bottom-color 0.3s ease-in-out;

}
.product_nav li.active a,.product_nav li:hover a{
  color: #1664FF;
  font-size: 20px;
  font-weight: bold;
  border-bottom-color: #1664FF;
}
.product_nav li.active a::before,.product_nav li:hover a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #1664FF;
}
.product_container {
  display: flex;
  justify-content: space-between;
}
.pc_card {
  width: 32%;
  background-image: url(../img/product_bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  padding: 40px 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pc_card::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 138px;
  height: 129px;
  background-image: url(../img/product1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pc_card_head {
  color: #BD17C4;
  padding: 0 30px 40px;
  position: relative;
  z-index: 2;
}
.pc_card:nth-child(2) {
  background-image: url(../img/product_bg2.png);
}
.pc_card:nth-child(2)::after {
  width: 129px;
  height: 125px;
  background-image: url(../img/product2.png);
}
.pc_card:nth-child(2) .pc_card_head {
  color: #197F92;
}
.pc_card:nth-child(3) {
  background-image: url(../img/product_bg3.png);
}
.pc_card:nth-child(3)::after {
  width: 142px;
  height: 121px;
  background-image: url(../img/product3.png);
}
.pc_card:nth-child(3) .pc_card_head {
  color: #3A6CAD;
}

.pc_card_head h3 {
  font-size: 22px;
}
.pc_card_content {
  padding: 20px 30px;
  border-bottom: 1px dashed #e6e6e6;
  display: block;
  cursor: pointer;
  transition: all 0.5s ease;
}
.pc_card_content:last-child {
  border-bottom: none;
}
.pc_card_content:hover {
  box-shadow: 0 0 15px 3px rgba(0,0,0,0.1);
}
.pc_card_content:hover .pcc_top h4 {
  color: #1664FF;
}
.pcc_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.pcc_top h4 {
  flex: 1;
  font-size: 20px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  transition: all 0.5s ease;
}
.pcc_top p span{
  display: inline-block;
  font-size: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 6px;
}

.purchase_guide_box {
  background-image: url(../img/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}
.purchase_guide_box .public_container {
  width: 75%;
}
.purchase_guide_box .section_title {
  color: #fff;
}
.subheading {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.purchase_guide_box ul {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  color: #fff;
}
.purchase_guide_box ul li {
  text-align: center;
  position: relative;
  width: 20%;
}
.purchase_guide_box ul li a {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.purchase_guide_box ul li img{
  width:85px;
}
.purchase_guide_box ul li h5 {
  font-size: 18px;
  padding: 35px 0 10px 0;
}
.purchase_guide_box ul li p {
  font-size: 14px;
  line-height: 26px;
}
.purchase_guide_box ul li i {
  position: absolute;
  right: -25px;
  top: 40px;
  width: 60px;
  border: 1px dashed #fff;
}
.purchase_guide_box ul li i::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -1px;
  top: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.solution_container {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  height: 0;
  transition: all 0.6s ease-in;
}
.solution_container.active {
  opacity: 1;
  height: auto;
}
.sc_card_first {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin-right: 25px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.sc_card_first::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient( 90deg, rgba(255,255,255,0.98) 0%, rgba(171,207,255,0.8) 100%);
}
.scf_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scf_content {
  position: relative;
  z-index: 3;
  padding: 45px 60px;
}
.scf_logo {
  /* margin-bottom: 40px; */
}
.scf_logo_box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.scf_logo_box span {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.scf_content h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.scf_content .scf_describe * {
  width: 100% !important;
  font-size: 16px!important;
  line-height: 30px !important;
  text-align: justify !important;
  color: #181818 !important;
}
.scf_btn {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
.scf_btn button {
  width: 49%;
}
.scf_btn button a {
  padding: 10px 0;
  width: 100%;
}
.blue_btn.white_btn {
  background-color: #fff;
}
.blue_btn.white_btn:hover {
  box-shadow: 0 0 15px 5px rgba(255,255,255,0.3);
}
.white_btn a {
  color: #000;
}
.sc_card_container {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.sc_card {
  width: 24%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* perspective: 1000px; */
}
.sc_card_front, .sc_card_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.6s ease;
}
.sc_card_front {
  transform: rotateY(0deg);
}
.sc_card_back {
  transform: rotateY(180deg);
}
.sc_card:hover .sc_card_front {
  transform: rotateY(-180deg);
}
.sc_card:hover .sc_card_back {
  transform: rotateY(0deg);
}
.sc_card_front::after, .sc_card_back::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient( 180deg, #3482FF 0%, rgba(255,255,255,0) 100%);
}
.sc_card .sc_card_front .scf_content {
  height: 100px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc_card .sc_card_back .scf_content {
  padding: 30px 15px;
}
.sc_card .scf_content img {
  max-width: 100%;
  height: auto;
}
.sc_card_back .scf_content, .sc_card_back .scf_content * {
  color: #fff !important;
}

.partners_box {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 0 100px 0;
}
.partners_box .section_title {
  color: #fff;
}
.partners_box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
.partners_box ul li {
  width: 16.5%;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 1600px) {
  .swiper-container-free-mode>.swiper-wrapper.product_nav{
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1500px) {
  .sc_card_first {
    width: 35%;
  }
  .scf_content {
    padding: 40px 30px;
  }
  .sc_card .scf_content {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1366px) {
  .pcc_top {
    display: block;
  }
  .pcc_top h4 {
    margin-bottom: 10px;
  }
  .pcc_top p span {
    margin-left: 0;
    margin-right: 6px;
  }
  .purchase_guide_box .public_container {
    width: 90%;
  }
  .sc_card_first {
    width: 30%;
  }
  .scf_btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .banner_box img {
    min-height: 350px;
    object-fit: cover;
  }
  .banner_text {
    margin-bottom: 20px;
  }
  .banner_text h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .gray_bg {
    padding: 20px 0 30px 0;
  }
  .sale_box ul, .product_container {
    flex-wrap: wrap;
  }
  .sale_box ul li {
    width: 48%;
  }
  .pc_card_head {
    padding-bottom: 20px;
  }
  .pc_card_content {
    padding: 10px 30px;
  }
  .pcc_top h4 {
    font-size: 18px;
  }
  .sale_box ul li::before {
    background-size: cover;
  }
  .solution_container {
    display: block;
  }
  .sc_card_first {
    width: 100%;
    margin-right: 0;
  }
  .sc_card_container {
    margin-top: 20px;
  }
  .sc_card {
    height: 350px;
  }
  .partners_box ul li {
    width: 25%;
  }
  
}
@media screen and (max-width: 1000px) {
  .pc_card {
    width: 100%;
    margin-bottom: 20px;
  }
  .pcc_top {
    display: flex;
  }
  .purchase_guide_box {
    display: none;
  }
}