﻿.com-tit {
  font-size: 30px;
  font-weight: bold;
  color: #1d2129;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5;
}
.com-sub-tit {
  font-size: 16px;
  color: #717883;
  margin-bottom: 42px;
  text-align: center;
  line-height: 1.5;
}
.ov-banner {
  background-image: url(../image/banner3.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ov-banner.ca-brand {
  background-image: url(../image/banner2.jpg);
}
.ov-banner .tit {
  font-size: 48px;
  font-weight: bold;
}
.ov-banner .text {
  font-size: 16px;
  margin: 24px 0;
  max-width: 578px;
  line-height: 1.5;
}
.ov-banner .ovbtn {
  display: inline-block;
  font-size: 14px;
  color: #1664ff;
  padding: 14px 47px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ov-banner {
    background-image: url(../image/banner3m.jpg);
  }
  .ov-banner.ca-brand {
    background-image: url(../image/banner2m.jpg);
  }
}
.ov-type {
  padding: 80px 0;
}
.ov-type.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.ov-type .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.ov-type .tab {
  padding: 13px 54px;
  border: 1px solid #c7cad9;
  font-size: 16px;
  cursor: pointer;
}
.ov-type .tab.active {
  color: #fff;
  background-color: #1664ff;
}
.ov-type .tab-con {
  display: none;
}
.ov-type .tab-con.active {
  display: flex;
  flex-wrap: wrap;
}
.ov-type .tab-con .con {
  width: calc((100% - 60px) / 4);
  border: 1px solid #c7cad9;
  margin-bottom: 20px;
}
.ov-type .tab-con .con:not(:nth-child(4n)) {
  margin-right: 20px;
}
.ov-type .tit-con {
  padding: 21px 24px;
  background: linear-gradient(to right, #f3f7f8, #d8e5f6);
}
.ov-type .tit-con .tit {
  font-size: 24px;
  color: #1d2129;
  font-weight: bold;
  margin-top: 12px;
}
.ov-type .tit-con img {
  height: 30px;
  object-fit: contain;
}
.ov-type .des-con {
  padding: 29px 20px 34px;
}
.ov-type .des {
  margin-bottom: 16px;
}
.ov-type .des::before {
  content: url(../image/gou-icon.png);
  margin-right: 7px;
}
.ov-type .ovbtn {
  border: 1px solid #1664ff;
  color: #1664ff;
  padding: 14px;
  text-align: center;
  border-radius: 8px;
  margin-top: 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ov-type .tit-con {
    padding: 5px 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .ov-type .tit-con .tit {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .ov-type .tit-con .img {
    height: auto;
  }
  .ov-type .ovbtn {
    margin-top: 0;
    display: inline-block;
  }
  .ov-type .des-con {
    padding: 20px;
  }
  .ov-type .tabs {
    margin-bottom: 20px;
    overflow-x: scroll;
  }
  .ov-type .tabs .tab {
    white-space: nowrap;
  }
}
.ov-difference {
  padding: 80px 0;
  background-color: #edf0f5;
}
.ov-difference.bg-white {
  background-color: #fff;
}
.ov-difference .certificate-content {
  overflow: auto;
}
.ov-difference tbody {
  display: flex;
  justify-content: center;
}
.ov-difference tr {
  display: flex;
  flex-direction: column;
  width: calc((100% - 178px) / 3);
  min-width: 300px;
  height: 100%;
}
.ov-difference tr:first-child {
  width: 178px;
  min-width: auto;
}
.ov-difference tr:first-child td {
  font-weight: bold;
  font-size: 16px;
}
.ov-difference tr:not(:first-child):hover td {
  background: #f7faff;
}
.ov-difference.ca-brand tr {
  width: auto;
  flex: 1;
  min-width: 200px;
}
.ov-difference.ca-brand tr:first-child {
  width: 150px;
  min-width: auto;
  flex: none;
}
.ov-difference.ca-brand .buy-ovbtn {
  color: #1664ff;
  cursor: pointer;
}
.ov-difference td {
  display: flex;
  align-items: center;
  height: 64px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  align-items: center !important;
  padding: 20px 15px;
  line-height: 22px;
  font-size: 14px;
  color: #333333;
}
.ov-difference td a {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ov-difference {
    padding: 40px 0;
  }
  .ov-difference tr {
    width: calc((100% - 135px) / 3);
    min-width: 240px;
  }
  .ov-difference tr:first-child {
    width: 135px;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}
.ov-need {
  padding: 80px 0;
}
.ov-need .com-tit {
  margin-bottom: 42px;
}
.ov-advantage {
  height: 526px;
  background-image: url(../image/bg1.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}
.ov-advantage .com-tit {
  color: #fff;
  margin-bottom: 60px;
}
.ov-advantage .box {
  display: flex;
  justify-content: space-between;
}
.ov-advantage .con {
  width: calc((100% - 60px) / 4);
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.ov-advantage .tit {
  font-size: 20px;
  color: #1d2129;
  font-weight: bold;
  margin: 20px 0;
}
.ov-advantage .des {
  font-size: 14px;
  color: #717883;
  line-height: 1.5;
}
.ov-other {
  padding: 80px 0 0;
}
.ov-other .com-tit {
  margin-bottom: 60px;
}
.ov-other .box {
  display: flex;
  justify-content: space-between;
}
.ov-other .con {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 80px) / 6);
  height: 190px;
  padding: 15px;
  border-radius: 8px;
  background-image: url(../image/o1.png);
  background-size: cover;
  cursor: pointer;
}
.ov-other .con:hover {
  border: 1px solid #1664ff;
}
.ov-other .con:hover .ovbtn {
  background: #1664ff;
}
.ov-other .ovbtn {
  width: 156px;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to right, #1664ff 0%, #3dc3c1 63%, #9ad8a1 100%);
  border-radius: 8px;
  padding: 13px 4px;
  text-align: center;
}
@media (max-width: 768px) {
  .ov-other .con {
    background: none;
    padding: 0;
  }
  .ov-other .con .ovbtn {
    font-size: 18px !important;
    height: 100%;
    padding: 12px 0 !important;
    background-image: url(../image/o2.png);
  }
}
.ov-ques {
  padding: 80px 0;
}
.ov-ques .con {
  cursor: pointer;
  padding: 22px 20px;
  background: #eff3fa;
  margin-bottom: 12px;
}
.ov-ques .con:hover {
  border-top: 1px solid #717883;
}
.ov-ques .con:hover .tit {
  color: #1664ff;
}
.ov-ques .con:hover .des {
  margin-top: 10px;
}
.ov-ques .con:hover .icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ov-ques .con:hover .icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ov-ques .com-tit {
  margin-bottom: 60px;
}
.ov-ques .tit-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ov-ques .tit {
  font-size: 18px;
  color: #1d2129;
  line-height: 1.5;
  margin-right: 10px;
}
.ov-ques .des {
  height: 0;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
  color: #1d2129;
  transition: height 0.3s ease;
}
.ov-ques .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.ov-ques .icon::before,
.ov-ques .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333;
  transition: all 0.3s ease;
}
.ov-ques .icon::before {
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.ov-ques .icon::after {
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.ssl-type {
  padding: 80px 0;
}
.ssl-type .tabs {
  display: flex;
  margin-bottom: 15px;
}
.ssl-type .container:not(:last-child) {
  margin-bottom: 60px;
}
.ssl-type .tab {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
.ssl-type .tab.active {
  border-color: #1664ff;
  color: #1664ff;
}
.ssl-type .ovbtn {
  width: 156px;
  font-size: 20px;
  border-radius: 8px;
  padding: 13px 4px;
  text-align: center;
}
.ssl-type .tab-con {
  display: none;
  padding: 0;
  line-height: 1.8;
  box-shadow: 0 0 20px rgba(68, 103, 172, 0.2);
}
.ssl-type .tab-con.active {
  display: block;
}
.ssl-type .tab-con-tit {
  font-size: 24px;
  font-weight: 600;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(to right, #4466ab, #b3c7f0);
}
.ssl-type .tab-con-wrap {
  position: relative;
  padding: 20px 240px 30px 20px;
}
.ssl-type .tab-con-wrap .tab-con-img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.ssl-type .tips {
  color: #22b258;
  margin: 20px 0 25px;
}
.ssl-type .tips p {
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  padding: 2px 10px;
  background-color: #f1f6f3;
}
.ssl-type .des {
  margin-bottom: 20px;
}
.ssl-type .des .des-text {
  margin-bottom: 15px;
}
.ssl-type .des p {
  margin-bottom: 3px;
}
.ssl-type .des p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1664ff;
  margin-right: 5px;
}
.ssl-type .ovbtn1,
.ssl-type .ovbtn2 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 14px 47px;
  background: #1664ff;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 8px;
  line-height: 1;
}
.ssl-type .ovbtn2 {
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .ssl-type {
    padding: 30px 10px;
  }
  .ssl-type .des {
    margin-bottom: 14px;
  }
  .ssl-type .tabs {
    width: 100%;
  }
  .ssl-type .tab {
    width: 33%;
    height: auto;
    white-space: nowrap;
    padding: 0;
    background-image: none;
    border: none;
  }
  .ssl-type .tab:not(:last-child) {
    margin-right: 4px;
  }
  .ssl-type .tab.active {
    background-color: #1664ff;
    color: #fff;
  }
  .ssl-type .tab.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #1664ff;
  }
  .ssl-type .tab.active .ovbtn {
    background-color: #1664ff;
    color: #fff;
  }
  .ssl-type .tab-con {
    padding: 10px 10px 20px;
  }
  .ssl-type .ovbtn {
    color: #333;
    background: #dfe8f5;
    padding: 5px 0 !important;
    width: 100%;
    font-size: 12px;
  }
  .ssl-type .ovbtn1,
  .ssl-type .ovbtn2 {
    margin: 0 5px;
    width: calc(50% - 15px);
    text-align: center;
    padding: 14px 30px;
  }
  .ssl-type .tab-con-img {
    display: none;
  }
  .ssl-type .tab-con-wrap {
    padding: 10px;
  }
}
.ca-brand-global {
  padding: 80px 0 30px;
}
.ca-brand-global .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ca-brand-global .con {
  flex: 1;
  padding: 31px 27px 22px;
  max-width: 220px;
  text-align: center;
}
.ca-brand-global .con:hover {
  background: linear-gradient(45deg, #fff 0%, #e0edff 100%);
}
.ca-brand-global .con:hover .link-ovbtn {
  opacity: 1;
}
.ca-brand-global img:first-child {
  width: 147px;
  height: 53px;
  object-fit: contain;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 16px 21px;
}
.ca-brand-global .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.ca-brand-global .des {
  font-size: 14px;
  color: #717883;
  line-height: 1.5;
}
.ca-brand-global .link-ovbtn {
  display: block;
  opacity: 0;
  text-align: center;
  padding: 14px 4px;
  color: #fff;
  border-radius: 8px;
  background-color: #1664ff;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ca-brand-global {
    padding: 30px 10px 10px;
  }
  .ca-brand-global .box {
    justify-content: start;
  }
  .ca-brand-global .link-ovbtn {
    opacity: 1;
  }
  .ca-brand-global .about-box {
    justify-content: space-around;
    padding: 10px 15px 30px;
    margin: 0 -10px;
  }
  .ca-brand-global .swiper-slide-active .con {
    box-shadow: 0px 0 15px rgba(8, 11, 5, 0.15) !important;
  }
  .ca-brand-global .con {
    padding: 20px 15px;
  }
  .ca-brand-global img:first-child {
    padding: 10px 16px;
  }
  .ca-brand-global .arrow {
    margin-top: 6px;
  }
  .ca-brand-global .des {
    margin-top: 5px;
    font-size: 12px;
    color: #333;
  }
  .ca-brand-global .tit {
    display: none;
  }
  .ca-brand-global .box {
    gap: 10px;
    justify-content: center;
  }
  .ca-brand-global .swiper-pagination-other {
    bottom: 0;
  }
}
.ca-brand-other .box {
  display: flex;
  flex-wrap: wrap;
}
.ca-brand-other .con {
  display: block;
  flex: 1;
  padding: 31px 27px;
  max-width: 202px;
  text-align: center;
  margin-bottom: 10px;
}
.ca-brand-other .con:hover {
  background: linear-gradient(45deg, #fff 0%, #e0edff 100%);
}
.ca-brand-other img:first-child {
  width: 147px;
  height: 53px;
  object-fit: contain;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 16px 21px;
}
.ca-brand-other .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.ca-brand-other .des {
  font-size: 14px;
  color: #717883;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ca-brand-other .about-box {
    justify-content: space-around;
    padding: 10px 15px 30px;
    margin: 0 -10px;
  }
  .ca-brand-other .swiper-slide-active .con {
    box-shadow: 0px 0 15px rgba(8, 11, 5, 0.15) !important;
  }
  .ca-brand-other .con {
    padding: 20px 15px;
  }
  .ca-brand-other img:first-child {
    padding: 10px 16px;
  }
  .ca-brand-other .arrow {
    margin-top: 6px;
  }
  .ca-brand-other .des {
    margin-top: 5px;
    font-size: 12px;
    color: #333;
  }
  .ca-brand-other .tit {
    display: none;
  }
  .ca-brand-other .box {
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .ovbtn {
    padding: 6px 30px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
  }
  .ov-banner {
    height: 220px;
    padding: 0;
  }
  .ov-banner .tit {
    font-size: 24px;
  }
  .ov-banner .text {
    font-size: 12px;
    margin: 10px 0;
  }
  .ov-banner .ovbtn {
    padding: 0px 15px;
  }
  .ov-type {
    padding: 30px 6px !important;
  }
  .ov-type .tab {
    padding: 10px;
    font-size: 14px;
  }
  .ov-type .tab-con.active {
    flex-wrap: wrap;
  }
  .ov-type .tab-con .con {
    width: 100%;
    margin-right: 0 !important;
  }
  .ov-need {
    padding: 30px 10px;
  }
  .ov-advantage {
    background: linear-gradient(135deg, #0f69fe 0%, #a1d4ff 60%, #6cd0ff 100%);
    padding: 30px 10px 70px;
    height: auto;
  }
  .ov-advantage .box {
    flex-wrap: wrap;
  }
  .ov-advantage .tit {
    margin: 0 0 6px;
    font-size: 20px;
  }
  .ov-advantage .con {
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 12px;
    padding-left: 70px;
  }
  .ov-advantage img {
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 45px;
  }
  .ov-other {
    padding: 30px 10px;
  }
  .ov-other .box {
    flex-wrap: wrap;
  }
  .ov-other .con {
    width: calc(50% - 6px);
    margin-bottom: 12px;
    height: auto;
  }
  .ov-ques {
    padding: 30px 10px 70px;
  }
  .ov-ques .con {
    padding: 12px 20px;
  }
  .ov-ques .tit {
    font-size: 16px;
  }
  .com-tit {
    margin-bottom: 12px !important;
    font-size: 24px;
  }
  .com-sub-tit {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
