/* .page-template-about .content {
    max-width: 1440px;
} */

.page-template-about .contact_us .content {
    max-width: 1220px;
}
.page-template-about .home-about .content {
    max-width: 1400px;
}
div.all-banner.about-banner {
    padding: 10rem 0 23rem;
    /* background: url('../img/about-banner.webp') no-repeat bottom/cover; */
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}
div.all-banner.about-banner .content .des {
    width: 45%;
    padding-top: 2rem;
    
}
div.all-banner.about-banner p {
    font-size: 17px;
    color: white;
    line-height: 1.8rem;
    margin-bottom: 2.5rem;
}
div.all-banner.about-banner h1 {
    font-size: 48px;
    color: white;
    line-height: 65px;
    text-align: left;
}

div.all-banner.about-banner .button_red {
    padding: 16px 40px;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    border: 1px solid #1f93d2;
    transition: all 0.3s ease;
}

div.all-banner.about-banner .button_red:hover {
    background-color: transparent;
    color: #1f93d2;
}
.page-template-about .our_service {
    padding: 12rem 0 15rem;
}
.advantage-number{
  position: relative;
}
.advantage-number ul {
    padding: 4rem 6.2rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    text-align: center;
    margin-top: -4rem;
    background-color: #fff;
}
.advantage-number span {
    font-size: 2.8rem;
    color: #1f93d2;
    font-weight: 600;
}
.advantage-number p {
    font-size: 21px;
    color: #6b6b6b;
    margin-top: 1.8rem;
}
div.about-page-head .content {
    position: relative;
    padding: 100px 0 550px;
}

div.about-page-head .title-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}

div.about-page-head .video {
    width: 100%;
    height: 780px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(30%);
}

div.about-page-head .title-box>div {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.about-page-head .title-box span {
    color: var(--hover-color);
    font-size: 18px;
    margin-bottom: 25px;
    display: inline-block;
}

div.about-page-head .title-box p {
    line-height: 28px;
    color: #616161;
}

div.about-page-head .title-box h2 {
    font-size: 3.4rem;
    line-height: 75px;
    font-weight: 400;
}

div.about-xingbao {
    padding: 340px 0 120px;
    background-color: #eee;
    margin-bottom: 80px;
}

div.about-xingbao h3 {
    padding-left: 20px;
    font-weight: 18px;
    font-weight: 450;
    position: relative;
    margin-bottom: 30px;
}

div.about-xingbao h3::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #000;
}

div.about-xingbao ul.text-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

div.about-history {
    padding: 70px 0 150px;
}

div.about-history .title-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 110px;
}

div.about-history .title-box span {
    color: var(--hover-color);
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
}

div.about-history .title-box h2 {
    font-size: 2.7rem;
    line-height: 75px;
    font-weight: 400;
}

div.about-history .title-box p {
    line-height: 28px;
    color: #616161;
    width: 540px;
}

div.about-history .history-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.about-history ul.history-list {
    width: 20%;
    position: relative;
}

div.about-history ul.history-list::after {
    position: absolute;
    left: 20px;
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
    background-color: var(--hover-color);
}

div.about-history ul.history-list li {
    padding: 25px 0;
    padding-left: 65px;
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

div.about-history ul.history-list li.active {
    padding-left: 80px;
}

div.about-history ul.history-list li::after {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    border-radius: 50%;
    background-color: var(--hover-color);
}

div.about-history ul.history-list li.active::after {
    height: 50px;
    width: 50px;
    left: -2px;
    border-radius: 0;
    background: url('../img/page_about_us-company_history-swiper_active.png')no-repeat center /cover;
    background-size: contain;
}

div.about-history .swiper-history {
    width: 80%;
    margin: 0;
    padding: 10px;
}

div.about-history .swiper-history .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div.about-history .swiper-history .swiper-slide>div {
    width: 50%;
    height: 485px;
}

div.about-history .swiper-history .swiper-slide .content-box {
    padding: 110px 80px 110px 30px;
}

div.about-history .swiper-history .content-box span {
    color: var(--hover-color);
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
}

div.about-history .swiper-history .content-box h3 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}

div.about-history .swiper-history .content-box p {
    line-height: 28px;
    font-size: 15px;
    color: #616161;
}

ul.text-list li {
    width: 46%;
    font-size: 17px;
    color: #616161;
    line-height: 27px;
}

ul.xingbao-yeji {
    display: flex;
    justify-content: space-between;

}

ul.xingbao-yeji li {
    flex: 1;
    text-align: center;
}

ul.xingbao-yeji li .img-box {
    width: 84px;
    height: 84px;
    margin: 0 auto;
    margin-bottom: 90px;
    position: relative;

}

ul.xingbao-yeji li .img-box::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -60%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--hover-color);
}

ul.xingbao-yeji li strong {
    font-size: 2.6rem;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 450;
}





div.about-equipment {
    padding: 80px 0;
    text-align: center;
}

div.about-equipment span {
    color: var(--hover-color);
    font-size: 20px;
}

div.about-equipment h2 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 20px;
}

div.about-equipment P {
    width: 600px;
    margin: 0 auto;
    line-height: 28px;
}

div.about-equipment .swiper {
    margin-top: 80px;
    padding: 30px 0;
}

div.about-equipment .swiper-slide {
    height: 460px;
    transition: all 0.3s ease;
    transform: scale(0.95);
}

div.about-equipment .swiper-slide-active {
    transform: scale(1.05);
}


.service_locations {
    text-align: center;
    padding-top: 170px;
    padding-bottom: 200px;
}
.service_locations p {
    margin-top: 3rem;
}
.service_locations .content {
    max-width: 1400px;
}
.service_locations .service_locations-main {
    margin-top: 5rem;
}

.service_locations .service_locations-main img {
    max-width: 100%;
}
.cer-nav ul{
    display: flex;
    justify-content: center;
    gap: 52px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.cer-nav ul li{
    font-weight: 400;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    padding-bottom: 17px;
    line-height: 24px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}
.cer-nav ul li.active{
    color: #242424;
    border-bottom: 2px solid var(--hover-color);
}


.ome-choose .items-center {
  align-items: center;
}
.ome-choose .template_title {
  text-align: center;
}
.ome-choose .template_title p {
    width: 60%;
    margin: auto;
    line-height: 26px;
}

.ome-choose ul {
  gap: 26px;
  margin-top: 80px;
}
.ome-choose ul li {
  flex: 1;
  padding: 10rem 35px 46px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
  background: url('../img/white-bg.jpg');
  text-align: center;
  background-size: cover;
}
.ome-choose ul li:before {
    position: absolute;
    display: block;
    content: "";
    background: url('../img/qc-blue.svg');
    width: 7rem;
    height: 7rem;
    left: 50%;
    top: 3.5rem;
    background-size: cover;
    transform: translate(-50%,0);
}
.ome-choose ul li:hover:before {
    background: url('../img/qc.svg');
}
.ome-choose ul li:nth-child(2):before {
    background: url('../img/oem-blue.svg');
}
.ome-choose ul li:nth-child(3):before {
    background: url('../img/service-blue.svg');
}
.ome-choose ul li:nth-child(2):hover:before {
    background: url('../img/oem.svg');
}
.ome-choose ul li:nth-child(3):hover:before {
    background: url('../img/service.svg');
}
.ome-choose ul li:hover {
    background: url('../img/dark-bg.jpg') no-repeat center/cover;
}
.ome-choose {
  padding-top: 180px;
  padding-bottom: 250px;
}
.ome-choose li p {
  font-size: 26px;
  font-weight: 500;
  margin: 1.8rem 0 1.5rem;
}
.ome-choose li span {
  font-size: 15px;
  line-height: 25px;
  color: #888888;
  display: block;
}
.ome-choose li a {
  color: #1f93d2;
  margin-top: 36px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}
.ome-choose li a:after {
  width: 0.85rem;
  height: 0.85rem;
  content: '';
  position: absolute;
  right: -1.2rem;
  top: 5px;
  background: url('../img/arrow-empty.svg') no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}
.ome-choose li:hover p{
  color: #fff;
}
.ome-choose li:hover svg {
  fill: white;
}
.ome-choose li:hover a:after {
  right: -1.5rem;
}
.ome-choose li:hover span {
  color: #fff;
  opacity: 0.8;
}


.certificates .template__title {
  text-align: left;
}
.certificates .template__title h2 {
  font-size: 2.625rem;
  line-height: 3.875rem;
  color: var(--title);
}
.certificates .template__title span {
  font-size: 1.125rem;
  color: var(--main-color);
  line-height: 3.875rem;
}
.certificates .template__title p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: var(--text);
}
.certificates .img span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain !important;
  transition: 0.55s all ease;
}
.certificates {
  max-width: 1920px;
  position: relative;
  padding-top: 235px;
  padding-bottom: 220px;
  overflow: hidden;
  background: url(../img/cetificate-bg.jpg) no-repeat center/cover;
}
.certificates::before {
  position: absolute;
  content: '';
  top: -7%;
  left: -2%;
  width: 100%;
  height: 100%;
  /* background: url(../img/page_about_us-certificates_bg-item2.svg) no-repeat; */
  background-size: 16%;
}
.certificates .content {
  display: flex;
  justify-content: space-between;
    align-items: center;
}
.certificates div.certificate-swiper {
  width: 1130px;
  margin-top: 0px;
  margin-right: -350px;
  overflow: hidden;
}
.certificates div.certificate-swiper li.swiper-slide {
  width: 380px;
  height: 550px;
}
.certificates div.certificate-swiper li.swiper-slide .img span {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain !important;
}
.certificates .certificates__title {
  position: relative;
  width: 30%;
  text-align: left;
  z-index: 15;
}
.certificates .certificates__title p {
  margin-top: 30px;
}
.certificates .certification-btn {
  position: relative;
  left: 0;
  margin-top: 7.5rem;
  height: auto;
  width: auto;
}
.certificates .certification-btn .swiper-btn {
  display: inline-block;
  position: relative;
  left: 0;
  width: 81px;
  height: 81px;
  margin-right: 0.8rem;
  border-radius: 2px;
  z-index: 21;
  cursor: pointer;
  opacity: 1;
}
.certificates .certification-btn .swiper-button-prev {
  background-color: var(--hover-color);
  background-size: 16px;
  transform: rotate(180deg);
}
.certificates .certification-btn .swiper-button-next {
  background-color: var(--hover-color);
  background-size: 16px;
}
.certificates .certification-btn div:after{
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url('../img/arrow-bai.svg') no-repeat center/contain;
}
.certificates .certification-btn div.swiper-button-disabled{
  background-color: #dfdfdf;
}
.certificates .certification-btn div.swiper-button-disabled:after{
  filter: brightness(0);
}
.certificates .certification-btn .swiper-button-prev:after,
.certification-btn .swiper-button-next:after {
  content: '';
}
.your_partner{
  position: relative;
}
.your_partner .template__title {
  text-align: left;
}
.your_partner .template__title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 3.875rem;
  color: #242424;
}
.your_partner .template__title p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: var(--text);
}
.your_partner .button_black {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.1875rem;
  height: 3.375rem;
  border-radius: 0.25rem;
  background-color: #1c232f;
  border: 1px solid #1c232f;
  font-size: 17px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  color: #fff;
  margin-top: 3.9rem;
}
.your_partner .button_black:hover {
  background-color: transparent;
  color: #1c232f;
}
.your_partner .icon {
  position: relative;
  display: block;
  content: '';
}
.your_partner .quality_assurance_icon {
  width: 45px;
  height: 45px;
  background: url(../img/design.svg) no-repeat center;
  background-size: contain;
}
.your_partner .professional_icon {
  width: 60px;
  height: 60px;
  background: url(../img/technology.svg) no-repeat center;
  background-size: contain;
}
.your_partner .about_us-item {
  display: flex;
  width: 40%;
  column-gap: 1.25rem;
}
.your_partner .about_us-item:nth-child(2) {
    width: 47%;
}
.your_partner .about_us-item .your_partner-item_icon {
  flex-shrink: 0;
}
.your_partner .about_us-item p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: #242424;
  margin-left: 0.4rem;
}
.your_partner .about_us-item span {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: var(--text);
}
.your_partner .content {
  position: relative;
  height: 825px;
  /* display: flex;
  align-items: center; */
  /* max-width: 1920px; */
}
.your_partner .your_partner-left {
  position: relative;
  height: 100%;
  width: 58%;
  z-index: 60;
  padding-top: 200px;
}
.your_partner .your_partner-right .empty-div, .your_partner .your_partner-right .full-div{
  width: 300px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 280px;
}
.your_partner .your_partner-right .full-div{
  animation: width-change 10s linear infinite;
}
.your_partner .your_partner-right {
  width: 42%;
  height: 825px;
  position: relative;
  margin-left: -4px;
}
@keyframes width-change {
  0%{
    width: 0;
  }
  50%{
    width: 300px;
  }
  100%{
    width: 0%;
  }
}
.your_partner .your_partner-right img {
  width: 300px;
  height: auto;
  position: absolute;
  right: 0;
  z-index: 88;
  top: 50%;
  transform: translate(0,-50%);
}
.your_partner .your_partner-right > div:not(.about_hand-line) {
  /* width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; */
}

.your_partner a.button_black:hover {
  background-color: transparent;
}
.your_partner .your_partner-left__inner {
  /* position: absolute;
  left: 350px;
  top: 50%;
  transform: translateY(-50%); */
  display: flex;
  flex-direction: column;
  margin: auto 0;
  max-width: 32.5rem;
}
.your_partner .your_partner-title p {
  color: #606060;
    font-size: 17px;
}
.your_partner .your_partner-list {
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem;
}
.your_partner .about_hand-line {
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #f3af5e;
  position: absolute;
  top: 0;
  left: 50%;
  cursor: grab;
  z-index: 90;
  display: none;
}
.your_partner .about_hand-line .about_hand-line_circular {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f3af5e;
  display: none;
}
.your_partner .about_hand-line .about_hand-line_circular::after {
  position: absolute;
  content: '';
  top: 36%;
  left: 17%;
  width: 18%;
  height: 32%;
  background: url(../img/page_about_arrow_left_white.svg) no-repeat;
}
.your_partner .about_hand-line .about_hand-line_circular::before {
  position: absolute;
  content: '';
  top: 35%;
  right: 13%;
  width: 18%;
  height: 32%;
  background: url(../img/page_about_arrow_right_white.svg) no-repeat;
}

.discover {
    margin-top: 10rem;
    margin-bottom: 10rem;
}
.discover .template_title {
    text-align: center;
}
.discover .template_title h2 {
    margin-bottom: 5rem;
}
.discover .videos {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 48px 60px;
}
.discover .title-block {
    text-align: center;
    /* padding: 5rem 4rem; */
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
}
.discover .title-block h3 {
    font-size: 32px;
    color: #282828;
    margin-bottom: 1.2rem;
    font-weight: 500;
}
.discover .title-block p {
    font-size: 14px;
    color: #303030;
    margin-bottom: 1.9rem;
}
.discover .button_red {
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 33px;
}
.discover .video-img {
    background-size: cover;
    width: 60%;
    height: 376px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}
.discover .video-img video{
  width: 100%;
  height: 100%;
}
.video-img .empty-play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video-img:hover .empty-play{
  transform: translate(-50%,-50%) scale(1.1);
}
.discover .video-img:hover:after, .discover .video-img:hover:before{
  left: 100%;
}
 .discover .video-img:before {
    position: absolute;
    content: "";
    display: block;
    background: rgb(236, 241, 244);
    width: 50px;
    height: 90%;
    transition: all 1s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 8px;
} 
.discover .video-img:after {
  position: absolute;
  content: "";
  display: block;
  background: rgb(244, 248, 251);
  width: 90px;
  transition: all 1s;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -2;
  border-radius: 8px;
}
.discover .service-blog>div {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    overflow: hidden;
    text-align: center;
    width: 49.2%;
}
.discover .service-blog>div .support-img{
  overflow: hidden;
}
.discover .service-blog>div .support-img span{
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center;
}
.discover .service-blog>div:hover .support-img span{
  transform: scale(1.1);
}
.discover .service-blog {
    margin-top: 45px;
}
.discover .service-blog h3 {
    font-size: 30px;
    color: #282828;
    margin-bottom: 1.1rem;
    font-weight: 500;
    margin-top: 40px;
}
.discover .service-blog p {
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #303030;
}
.discover .service-blog a {
    margin-bottom: 3rem;
    font-weight: 300;
    font-size: 14px;
    padding: 9px 35px;
}
section.success-block{
  padding-top: 228px;
  padding-bottom: 210px;
  /* background: url('../img/success-bg.png') no-repeat center/cover; */
}
section.success-block .head h2{
  text-align: left;
  margin: 0;
  max-width: 400px;
}
section.success-block .head p{
  max-width: 570px;
  margin: 0;
}
section.success-block .success-body .hide{
  display: none;
}
section.success-block .success-body .hide.active{
  display: block;
}
section.success-block .success-body .img{
  height: 415px;
  width: 536px;
  min-width: 536px;
  border-radius: 7px;
  overflow: hidden;
}
section.success-block .success-body span{
  background-size: cover;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
}
section.success-block .success-body .img span:hover{
  transform: scale(1.1);
}
section.success-block .success-body ul{
  width: 16%;
  min-width: 16%;
  border-right: 1px solid #eaebf0;
  margin-top: 60px;
}
section.success-block .success-body ul li{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: #636363;
  cursor: pointer;
  padding: 18px 0;
  padding-right: 50px;
  transform: translateX(1px);
  margin-bottom: 40px;
  transition: all 0.3s;
  border-right: 2px solid transparent;
}
section.success-block .success-body ul li:hover{
  color: var(--hover-color);
}
section.success-block .success-body ul li.active{
  color: var(--hover-color);
  border-right: 2px solid var(--hover-color);
}
section.success-block .success-body{
  margin-top: 75px;
}
section.success-block .infos{
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 60px;
}
section.success-block .infos h3{
  font-size: 27px;
  color: #333;
  padding-top: 10px;
  font-weight: 600;
  margin-bottom: 1rem;
}
section.success-block .infos p{
  color: #808080;
}
.success-block .template_title h2, .success-block .template_title p{
  width: 50%;
}
.success-block .template_title h2{
  padding-right: 120px;
}
.support-img{
  height: 352px;
}
.your_partner .bg-div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.your_partner .bg-div img{
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.your_partner .bg-div.full{
  width: 0;
}
.your_partner .bg-div.full.active{
  animation: width-change 3s linear ;
  animation-fill-mode: forwards; 
}


@keyframes width-change {
  0%{
    width: 0;
  }
  66%{
    width: 70%;
  }
  100%{
    width: 60%;
  }
}






 .oem_template__title p{
    color:#565656;
    font-size:1rem;
    line-height:26px;
    font-weight:400;
}
 section.odm-process{
    margin-top:0;
    padding:150px 0;
    padding-bottom:0;
}
 .odm-process .oem_template__title{
    margin-bottom:115px;
    text-align:center;
}
 .odm-process .oem_template__title h2{
    color:#3d4e9f;
    font-size: 48px;
    font-weight: 600;
    line-height: 3.875rem;
    color: #242424;
    margin-bottom: 1.5rem;
}
 .odm-process__nav{
    margin-top:65px;
    display:flex;
    justify-content:center;
    column-gap:50px;
}
 .odm-process__nav > li{
    font-size:1.3rem;
    padding-bottom:20px;
    cursor:pointer;
    cursor: pointer;
    border-bottom:2px solid transparent;
}
 .odm-process__nav > li:hover,.odm-process__nav > li.active{
    border-bottom:2px solid var(--hover-color);
}
 .odm-process__nav > li.active{
    cursor:context-menu;
}
 section.odm-process .oem_template__title p{
    color:#242424;
    color: #606060;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
}
 .odm-process div ul{
    gap:58px;
}
 .odm-process ul li{
    flex:1;
    color:#333;
}
 .odm-process ul li p{
    font-size:20px;
    font-weight:500;
    position:relative;
}
 .odm-process ul li:nth-of-type(odd){
    transform:translateY(-100px);
}
 /* .odm-process ul li p:after{
    width:96px;
    height:2px;
    background-color:#3d4e9f;
    content:'';
    position:absolute;
    bottom:0;
    left:0;
} */
 .odm-process ul li span{
    opacity:0.8;
    color:#848484;
    font-size:15px;
}
 .oem_main{
    visibility:hidden;
    max-height:0;
}
 .oem_main.active{
    visibility:visible;
    max-height:30rem;
}
 .oem_main.oem_6 ul.flex{
    gap:20px;
}
 .oem_main.oem_6 ul.flex li:nth-of-type(1){
    padding-left:20px;
    max-width:190px;
}
 .oem_main.oem_6 ul.flex li:nth-of-type(3){
    padding-left:15px;
}
 .oem_main.oem_6 ul.flex li:nth-of-type(4){
    padding-left:30px;
}
 .oem_main.oem_6 ul.flex li p{
    letter-spacing:-0.5px;
}
