 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--theme_color:#e2221d;
--subtheme_color:#181818;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.leopard8_banner {
 margin-top: -170px;
 }
.blue_excess {
 position: relative;
 }
.blue_excess::after {
 content: "";
 width: 100%;
 height: 188px;
 background: linear-gradient(to top, rgb(14, 22, 40), rgba(14, 22, 40, 0));
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: 9;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1440px;
 margin: 0px auto;
 position: relative;
 }
.blue_excess .content {
 z-index: 10;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.leopard8_banner .content > .flex {
 height: 100vh;
 padding: 50px 0px;
 max-height: 1080px;
 }
.leopard8_banner .head {
 max-width: 533px;
 }
.leopard8_banner h1 {
 color: white;
 font-size: 66px;
 font-weight: 700;
 line-height: 78px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
.leopard8_banner p {
 color: white;
 font-size: 20px;
 line-height: 28px;
 margin: 20px 0px 45px;
 }
a {
 color: rgb(28, 35, 47);
 text-decoration: none;
 font-size: 1rem;
 }
.button {
 display: inline-block;
 line-height: 1;
 color: rgb(255, 255, 255);
 font-size: 20px;
 font-weight: 500;
 background-color: var(--theme_color);
 border-radius: 30px;
 padding: 18px 52px 22px;
 transition: 0.3s;
 text-align: center;
 }
.button:hover {
 background-color: var(--subtheme_color);
 }
.leopard8_banner .button {
 font-size: 20px;
 font-weight: 500;
 padding: 20px 0px;
 width: 203px;
 border-radius: 30px;
 }
.leopard8_banner .retrofit_btn {
 display: inline-block;
 margin-left: 35px;
 line-height: 1;
 width: 203px;
 padding: 19px 0px;
 font-size: 20px;
 font-weight: 500;
 color: white;
 border: 1px solid white;
 border-radius: 30px;
 text-align: center;
 transition: 0.3s;
 }
.leopard8_banner .retrofit_btn:hover {
 color: rgb(255, 255, 255);
 border-color: var(--theme_color);
 background-color: var(--theme_color);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){

.leopard8_banner {
 margin-top: -175px;
 padding: 14rem 0px 6rem;
 position: relative;
 }
.leopard8_banner::after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.3);
 position: absolute;
 left: 0px;
 top: 0px;
 }
.content {
 padding: 0px 1.2rem;
 }
.leopard8_banner .content > .flex {
 height: auto;
 position: relative;
 z-index: 2;
 }
.leopard8_banner .flex {
 display: block;
 }
.blue_excess .content > .flex {
 flex-flow: wrap;
 }
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.leopard8_banner .head p {
 margin: 1rem 0px 1.2rem;
 }
.head > .flex {
 flex-flow: wrap;
 }
.button, .button_more, .button_b {
 padding: 9px 20px 13px;
 font-size: 14px;
 border-width: 1px;
 }
.leopard8_banner .button {
 display: block;
 font-size: 13px;
 padding: 9px 1rem;
 width: 118px;
 }
.leopard8_banner .retrofit_btn {
 display: block;
 font-size: 13px;
 padding: 8px 1rem;
 margin-left: 0px;
 margin-top: 1rem;
 width: 118px;
 }
} 
:root {
--title_color:#242424;
--theme_color:#e2221d;
}
.leopard8_revolution {
 overflow: hidden;
 padding: 100px 0px 50px;
 }
.bg_blue {
 background-color: rgb(14, 22, 40);
 }
.leopard8_revolution .content {
 max-width: 1800px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.center {
 text-align: center;
 }
.leopard8_revolution .head {
 margin-bottom: 40px;
 }
.head h2 {
 color: rgb(255, 255, 255);
 font-size: 46px;
 font-weight: 700;
 line-height: 62px;
 }
.leopard8_revolution h2 {
 font-size: 62px;
 line-height: 84px;
 }
.leopard8_revolution h2 {
 color: var(--title_color);
 }
.title_color .head h2 {
 font-size: 60px;
 line-height: 1.3;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
.title_color .head h2 span {
 display: inline-block;
 background: linear-gradient(90deg, rgb(143, 206, 252), rgb(255, 255, 255)) text;
 color: transparent;
 }
.title_color .head h2 span:nth-of-type(1) {
 padding-right: 180px;
 }
.title_color .head h2 span:nth-of-type(2) {
 padding-left: 180px;
 }
.leopard8_revolution .head p {
 font-size: 17px;
 line-height: 28px;
 color: rgba(255, 255, 255, 0.7);
 margin-top: 1rem;
 }
.swiper_revolution {
 margin-bottom: 50px;
 }
ul {
 list-style: none;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
.leopard8_revolution li.swiper-slide {
 aspect-ratio: 459 / 552;
 border-radius: 10px;
 overflow: hidden;
 cursor: pointer;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.leopard8_revolution li.swiper-slide img {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 z-index: 1;
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.3s;
 }
.leopard8_revolution li.swiper-slide .infos {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 5;
 padding: 40px 26px;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 }
.leopard8_revolution li.swiper-slide .infos p {
 font-size: 28px;
 line-height: 36px;
 font-weight: 500;
 max-width: 300px;
 color: white;
 }
.leopard8_revolution .infos > span {
 width: 56px;
 aspect-ratio: 1 / 1;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 background-color: white;
 margin-left: auto;
 margin-top: auto;
 position: absolute;
 right: 30px;
 bottom: 30px;
 transition: 0.3s;
 }
.leopard8_revolution .infos > span::after {
 content: "";
 width: 15px;
 height: 15px;
 display: inline-block;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_2/assets/img/right-white.svg") center center / contain no-repeat;
 filter: brightness(0);
 }
.leopard8_revolution li.swiper-slide:hover span {
 background-color: var(--theme_color);
 transform: rotate(90deg);
 }
.leopard8_revolution li.swiper-slide:hover span::after {
 filter: brightness(100);
 }
.flex_center {
 justify-content: center;
 }
.swiper_btns {
 width: 98%;
 max-width: 1766px;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 display: flex;
 justify-content: space-between;
 }
.short_btns.swiper_btns {
 position: unset;
 width: 180px;
 display: flex;
 justify-content: space-between;
 transform: unset;
 }
.swiper_btns div {
 width: 12px;
 height: 22px;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_2/assets/img/left-b.svg") center center / contain no-repeat;
 cursor: pointer;
 transition: 0.3s;
 }
.swiper_btns div.swiper-button-disabled {
 cursor: default;
 opacity: 0.5;
 }
.short_btns.swiper_btns div {
 width: 70px;
 height: 70px;
 border-radius: 50%;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_2/assets/img/left-white.svg") center center / 10px no-repeat rgba(255, 255, 255, 0.4);
 border: 1px solid transparent;
 }
.short_btns.swiper_btns div.swiper-button-disabled {
 background-color: transparent;
 border: 1px solid rgba(255, 255, 255, 0.4);
 opacity: 1;
 }
.swiper_btns .btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_2/assets/img/right-b.svg");
 }
.short_btns.swiper_btns div.btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_2/assets/img/right-white.svg");
 }
 
@media screen and (max-width: 786px){

.leopard8_revolution {
 padding: 3rem 0px;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.title_color .head h2 {
 font-size: 28px;
 }
.title_color .head h2 span:nth-of-type(1) {
 padding-right: 90px;
 }
.title_color .head h2 span:nth-of-type(2) {
 padding-left: 90px;
 }
.leopard8_revolution .head p {
 font-size: 0.9rem;
 }
.swiper_revolution {
 margin-bottom: 30px;
 }
.leopard8_revolution li.swiper-slide .infos {
 justify-content: flex-start;
 }
.leopard8_revolution li.swiper-slide .infos p {
 font-size: 20px;
 line-height: 1.5;
 }
.leopard8_revolution .infos > span {
 width: 35px;
 right: 1rem;
 bottom: 1rem;
 }
.swiper_btns {
 display: none;
 }
.short_btns.swiper_btns {
 width: auto;
 gap: 1rem;
 }
.short_btns.swiper_btns div {
 width: 40px;
 height: 40px;
 }
} 
:root {
}
.blue_excess_top::before {
 content: "";
 width: 100%;
 height: 188px;
 background: linear-gradient(rgb(14, 22, 40), rgba(14, 22, 40, 0));
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 9;
 }
.leopard8_avant {
 padding: 160px 0px;
 height: 100vh;
 max-height: 900px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.leopard8_avant .head {
 max-width: 510px;
 }
.leopard8_avant h2 {
 font-size: 62px;
 font-weight: 600;
 line-height: 84px;
 margin-bottom: 30px;
 }
.leopard8_avant p {
 font-size: 17px;
 line-height: 28px;
 color: white;
 opacity: 0.7;
 }
 
@media screen and (max-width: 786px){

.leopard8_avant {
 height: auto;
 padding: 5rem 0px;
 }
}
.leopard8_application {
 padding: 80px 0px 65px;
 overflow: hidden;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.leopard8_application .swiper-slide .img {
 border-radius: 10px;
 width: 100%;
 aspect-ratio: 680 / 508;
 overflow: hidden;
 }
.leopard8_application .swiper-slide .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.3s;
 }
.swiper_applications .swiper-slide:hover img {
 transform: scale(1.1);
 }
.swiper_applications .swiper-slide .infos {
 color: white;
 margin-top: 36px;
 }
.swiper_applications .swiper-slide strong {
 font-weight: 500;
 font-size: 26px;
 display: block;
 margin-bottom: 1rem;
 }
.swiper_applications .swiper-slide p {
 font-size: 17px;
 font-weight: 300;
 line-height: 28px;
 max-width: 80%;
 opacity: 0.7;
 }
.between {
 justify-content: space-between;
 }
.leopard8_application .swiper_btns {
 margin-top: 57px;
 }
.swiper_btns div {
 width: 12px;
 height: 22px;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_4/assets/img/left-b.svg") center center / contain no-repeat;
 cursor: pointer;
 transition: 0.3s;
 }
.short_btns.swiper_btns div {
 width: 70px;
 height: 70px;
 border-radius: 50%;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_4/assets/img/left-white.svg") center center / 10px no-repeat rgba(255, 255, 255, 0.4);
 border: 1px solid transparent;
 }
.swiper_btns .btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_4/assets/img/right-b.svg");
 }
.short_btns.swiper_btns div.btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_4/assets/img/right-white.svg");
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
.swiper_applications .swiper-slide .infos {
 margin-top: 1rem;
 }
.swiper_applications .swiper-slide strong {
 font-size: 18px;
 margin-bottom: 0.5rem;
 }
.swiper_applications .swiper-slide p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 max-width: 100%;
 }
.swiper_applications .short_btns {
 margin-top: 1.5rem;
 }
.swiper_applications .short_btns {
 display: none;
 }
}
.leopard8_color {
 padding: 200px 0px 90px;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_5/assets/img/leopart8_color_bg.jpg") center center / cover no-repeat;
 overflow: hidden;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.swiper_leopard_color .head {
 width: 30%;
 min-width: 30%;
 }
.big_head h2 {
 font-size: 62px;
 line-height: 1.4;
 }
.leopard8_color h2 {
 white-space: nowrap;
 margin-bottom: 40px;
 }
.big_head p {
 color: rgb(255, 255, 255);
 font-weight: 200;
 font-size: 17px;
 line-height: 29px;
 opacity: 0.9;
 max-width: 440px;
 }
.swiper_leopard_color .head .colors_nav {
 display: flex;
 gap: 42px;
 margin-top: 60px;
 }
.swiper_leopard_color .head .colors_nav li {
 width: 56px;
 height: 56px;
 border-radius: 50%;
 position: relative;
 cursor: pointer;
 }
.swiper_leopard_color .head .colors_nav li::after {
 content: "";
 width: 130%;
 height: 130%;
 border: 1px solid rgb(255, 255, 255);
 border-radius: 50%;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%) scale(0.5);
 transition: 0.3s;
 opacity: 0;
 }
.swiper_leopard_color .head .colors_nav li.active::after, .swiper_leopard_color .head .colors_nav li:hover::after {
 transform: translate(-50%, -50%) scale(1);
 opacity: 1;
 }
.swiper_leopard_color .head .colors_nav li img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 50%;
 }
 
@media screen and (max-width: 786px){

.leopard8_color {
 padding: 4rem 0px;
 }
.swiper_leopard_color {
 position: relative;
 z-index: 10;
 }
.swiper_leopard_color .head {
 width: 100%;
 min-width: 100%;
 }
.leopard8_color h2 {
 margin-bottom: 1rem;
 }
.swiper_leopard_color .head .colors_nav {
 margin-top: 20px;
 gap: 1rem;
 }
.swiper_leopard_color .head .colors_nav li {
 width: 35px;
 height: 35px;
 }
.swiper_leopard_color .right {
 width: 100%;
 }
.leopard_car_swiper img {
 width: 100%;
 height: 100%;
 }
}
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.swiper_btns div {
 width: 12px;
 height: 22px;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_7/assets/img/left-b.svg") center center / contain no-repeat;
 cursor: pointer;
 transition: 0.3s;
 }
.short_btns.swiper_btns div {
 width: 70px;
 height: 70px;
 border-radius: 50%;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_7/assets/img/left-white.svg") center center / 10px no-repeat rgba(255, 255, 255, 0.4);
 border: 1px solid transparent;
 }
.swiper_btns .btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_7/assets/img/right-b.svg");
 }
.short_btns.swiper_btns div.btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_7/assets/img/right-white.svg");
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
}
.leopard8_atmosphere {
 height: 100vh;
 max-height: 900px;
 }
.leopard8_atmosphere.blue_excess_top::before {
 height: 350px;
 background: linear-gradient(rgb(14, 22, 40), rgb(14, 22, 40), rgba(14, 22, 40, 0));
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.leopard8_atmosphere p {
 margin-left: auto;
 margin-right: auto;
 max-width: 610px;
 }
 
@media screen and (max-width: 786px){

.leopard8_atmosphere {
 height: 50vh;
 }
}
.leopard8_seat {
 background-color: rgb(7, 12, 22);
 padding: 70px 0px 60px;
 overflow: hidden;
 }
.leopard8_seat::after {
 background: linear-gradient(to top, rgb(7, 12, 22), rgba(7, 12, 22, 0));
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.leopard8_seat .head {
 margin-bottom: 40px;
 }
.leopard8_seat .head .flex {
 align-items: flex-end;
 }
.leopard8_seat .head p {
 max-width: 540px;
 }
.leopard8_seat .main .left {
 width: 26.18%;
 min-width: 26.18%;
 margin-right: 3%;
 }
.leopard8_seat .main .left ul li {
 padding: 19px 35px;
 border-radius: 8px;
 overflow: hidden;
 font-size: 26px;
 color: rgba(255, 255, 255, 0.54);
 transition: 0.3s;
 border: 1px solid transparent;
 background-color: transparent;
 cursor: pointer;
 }
.leopard8_seat .main .left ul li.active {
 color: white;
 border: 1px solid rgba(148, 208, 250, 0.49);
 background-color: rgba(40, 64, 102, 0.49);
 }
.leopard8_seat .main .left ul li + li {
 margin-top: 13px;
 }
.swiper_seat_car {
 overflow: hidden;
 }
 
@media screen and (max-width: 786px){

.leopard8_seat {
 padding: 3rem 0px;
 }
.leopard8_seat .main .left, .leopard8_seat .main .right {
 width: 100%;
 }
.leopard8_seat .main .left ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 }
.leopard8_seat .main .left ul li {
 padding: 12px 30px;
 font-size: 1rem;
 }
.leopard8_seat .main .left ul li + li {
 margin: 0px;
 }
.swiper_seat_car li img {
 width: 100%;
 height: auto;
 }
}
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.swiper_btns div {
 width: 12px;
 height: 22px;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_10/assets/img/left-b.svg") center center / contain no-repeat;
 cursor: pointer;
 transition: 0.3s;
 }
.short_btns.swiper_btns div {
 width: 70px;
 height: 70px;
 border-radius: 50%;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_10/assets/img/left-white.svg") center center / 10px no-repeat rgba(255, 255, 255, 0.4);
 border: 1px solid transparent;
 }
.swiper_btns .btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_10/assets/img/right-b.svg");
 }
.short_btns.swiper_btns div.btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_10/assets/img/right-white.svg");
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
}
.leopard8_dji {
 height: 100vh;
 max-height: 900px;
 padding: 70px 0px 0px;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_11/assets/img/leopard8_dji_bg.jpg") center center / cover no-repeat;
 }
.leopard8_dji::before {
 background: linear-gradient(rgb(7, 12, 22), rgb(7, 12, 22), rgba(7, 12, 22, 0));
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.leopard8_dji .head {
 max-width: 850px;
 margin-left: auto;
 margin-right: auto;
 }
.leopard8_dji .head span {
 font-size: 32px;
 color: white;
 }
.leopard8_dji .head h2 {
 font-size: 62px;
 line-height: 84px;
 margin-top: 1.5rem;
 margin-bottom: 2rem;
 }
.leopard8_dji .head p {
 margin-left: auto;
 margin-right: auto;
 }
 
@media screen and (max-width: 786px){

.leopard8_dji {
 height: auto;
 padding-bottom: 15rem;
 }
.leopard8_dji .head span {
 font-size: 15px;
 }
.leopard8_dji .head h2 {
 font-size: 25px;
 line-height: 1.5;
 margin-bottom: 1rem;
 }
}
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.swiper_btns div {
 width: 12px;
 height: 22px;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_12/assets/img/left-b.svg") center center / contain no-repeat;
 cursor: pointer;
 transition: 0.3s;
 }
.short_btns.swiper_btns div {
 width: 70px;
 height: 70px;
 border-radius: 50%;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_12/assets/img/left-white.svg") center center / 10px no-repeat rgba(255, 255, 255, 0.4);
 border: 1px solid transparent;
 }
.swiper_btns .btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_12/assets/img/right-b.svg");
 }
.short_btns.swiper_btns div.btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/leopard8_12/assets/img/right-white.svg");
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
}
.product_performance_leopard8::before {
 background: linear-gradient(rgb(7, 12, 22), rgba(7, 12, 22, 0));
 }
.product_performance_leopard8::after {
 background: linear-gradient(to top, rgb(7, 12, 22), rgba(7, 12, 22, 0));
 }
.product_performance_leopard8 {
 background-size: 100vw 100%;
 position: relative;
 }
.product_performance_leopard8 .content {
 height: 100vh;
 max-height: 1080px;
 min-height: 1034px;
 position: relative;
 z-index: 10;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.product_performance_leopard8 .head {
 padding-top: 115px;
 text-align: center;
 }
.product_performance_leopard8 h2 {
 font-size: 62px;
 line-height: 80px;
 font-weight: 600;
 }
.product_performance_leopard8 ul {
 margin-top: 55px;
 display: flex;
 justify-content: center;
 gap: 1rem 90px;
 }
.product_performance_leopard8 ul {
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 90px;
 }
.product_performance_leopard8 ul li {
 white-space: nowrap;
 }
.product_performance_leopard8 ul li span {
 color: rgb(255, 255, 255);
 font-size: 47px;
 font-weight: 600;
 font-style: italic;
 white-space: nowrap;
 }
.product_performance_leopard8 ul li p {
 color: rgb(255, 255, 255);
 font-style: italic;
 font-weight: 300;
 font-size: 18px;
 opacity: 0.8;
 margin-top: 14px;
 }
 
@media screen and (max-width: 786px){

.product_performance_leopard8 {
 overflow: hidden;
 }
.product_performance_leopard8 .content {
 height: auto;
 min-height: unset;
 padding-bottom: 20rem;
 }
.product_performance_leopard8 .head {
 padding-top: 3rem;
 }
.product_performance_leopard8 ul {
 width: 100%;
 overflow: auto;
 left: 0px;
 transform: translateX(0px);
 padding: 0px 1.2rem;
 justify-content: left;
 gap: 1.5rem;
 }
.product_performance_leopard8 ul li span {
 font-size: 25px;
 }
.product_performance_leopard8 ul li p {
 font-size: 0.9rem;
 }
}
.leopard8_platform {
 padding: 30px 0px 90px;
 background-color: rgb(7, 12, 22);
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.leopard8_platform .swiper_platform {
 overflow: hidden;
 }
.leopard8_platform .swiper_platform li.swiper-slide {
 aspect-ratio: 1440 / 655;
 border-radius: 10px;
 overflow: hidden;
 }
.leopard8_platform .swiper_platform li.swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.swiper_platform_nav {
 overflow: hidden;
 margin-top: 60px;
 }
.swiper_platform_nav li {
 color: white;
 border-top: 1px solid rgba(255, 255, 255, 0.24);
 cursor: pointer;
 position: relative;
 }
.swiper_platform_nav li::before {
 content: "";
 width: 0%;
 height: 2px;
 position: absolute;
 left: 0px;
 top: -1px;
 background-color: white;
 }
.swiper_platform_nav li strong {
 font-size: 28px;
 line-height: 38px;
 display: block;
 padding-top: 25px;
 padding-bottom: 20px;
 font-weight: 500;
 color: white;
 }
.swiper_platform_nav li p {
 font-size: 17px;
 line-height: 28px;
 color: rgba(255, 255, 255, 0.7);
 }
.swiper_platform_nav li.active::before {
 animation: 3s linear 0s 1 normal forwards running width_100;
 }
 @keyframes width_100 {
  0%{
    width: 0;
  }
  100%{
    width: 100%;
  }
}
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
.swiper_platform_nav li strong {
 font-size: 18px;
 line-height: 1.5;
 }
.swiper_platform_nav li p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
}
 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/
:root {
	--main:#FF9A00;
	--dark:#353535;
	--light:#f8f8f8;
	--text:#999999;
	--excerpt:#8e8e8e;
}
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.largecontent {
	max-width: 100%;
	padding: 0 4rem;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}

:root {
  --theme_color: #e2221d;
  --subtheme_color: #181818;
  --title_color: #242424;
  --content_color: #000;
  --shadow_color: rgba(0, 0, 0, 0.1);
  --bg_color: linear-gradient(to right, #000, #000);
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_content {
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  
}
.only_mobile {
  display: none;
}
.overlay_b {
  position: relative;
}
.overlay_b::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.head .subtitle {
  color: var(--theme_color);
  text-transform: uppercase;
}
.head h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 62px;
}
.button {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--theme_color);
  border-radius: 30px;
  padding: 18px 52px 22px;
  transition: all 0.3s;
  text-align: center;
}
.button:hover {
  background-color: var(--subtheme_color);
}
.button_b {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--subtheme_color);
  border-radius: 30px;
  padding: 17px 39.5px 21px;
  transition: all 0.3s;
  text-align: center;
}
.button_b:hover {
  background-color: var(--theme_color);
}
.button_more {
  display: inline-block;
  line-height: 1;
  color: var(--title_color);
  font-size: 17px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  padding: 1rem 42.5px;
  background-color: transparent;
  transition: all 0.3s;
}
.button_more:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.swiper-pagination {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: var(--title_color);
  width: 8px;
  height: 8px;
  transition: all 0.3s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: 1px solid var(--title_color);
}


.product_gallery_LiL9 {
  padding: 108px 0 195px;
  overflow: hidden;
}
.product_gallery_LiL9 .head h2 {
  color: var(--title_color);
}
.product_gallery_LiL9 .head ul {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.product_gallery_LiL9 .head ul li {
  border-bottom: 2px solid transparent;
  color: #777d80;
  font-size: 20px;
  transition: all 0.3s;
  cursor: pointer;
  padding-bottom: 1rem;
}
.product_gallery_LiL9 .head ul li.active,
.product_gallery_LiL9 .head ul li:hover {
  color: var(--title_color);
  border-color: var(--theme_color);
}
.product_gallery_LiL9 .product_gallery_swiper_box {
  margin-top: 3rem;
  position: relative;
}
.product_gallery_LiL9 .product_gallery_swiper_box .swiper_btns_full {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1216px;
  justify-content: space-between;
  z-index: 2;
}
.product_gallery_LiL9 .product_gallery_swiper_box .swiper_btns_full div.swiper-button-disabled {
  filter: brightness(0.4);
}
.product_gallery_LiL9 .product_gallery_swiper_box .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: -75px;
  transform: translateX(-50%);
}
.product_gallery_LiL9 .product_gallery_swiper {
  max-width: 968px;
  margin: 0 auto;
}
.product_gallery_LiL9 .product_gallery_swiper .swiper-slide {
  height: 540px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 15px var(--shadow_color);
  transition: all 0.3s;
  transform: scale(0.87337);
}
.product_gallery_LiL9 .product_gallery_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product_gallery_LiL9 .product_gallery_swiper .swiper-slide-active {
  transform: scale(1);
}
.swiper_btns_full {
  display: flex;
}
.swiper_btns_full div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/product_gallery_small/assets/img/left-big-w.svg) no-repeat center / 15%;
  border: 1px solid var(--theme_color);
  background-color: var(--theme_color);
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns_full div:hover {
  filter: brightness(0.8);
}
.swiper_btns_full div.swiper-button-disabled {
  cursor: default;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.swiper_btns_full div.swiper-button-disabled:hover {
  filter: none;
}
.swiper_btns_full .btn_next {
  background-image: url(https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/product_gallery_small/assets/img/right-big-w.svg);
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .head .subtitle {
    font-size: 14px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .button,
  .button_more,
  .button_b {
    padding: 9px 20px 13px;
    font-size: 14px;
    border-width: 1px;
  }
  .swiper_btns {
    display: none;
  }
  .swiper_btns_full div {
    width: 2rem;
    height: 2rem;
  }
  .swiper-pagination {
    height: 12px;
    gap: 0.5rem;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }

  .product_gallery_LiL9 {
    padding: 50px 0;
  }
  .product_gallery_LiL9 .head ul {
    gap: 1rem;
    margin-top: 20px;
  }
  .product_gallery_LiL9 .head ul li {
    font-size: 14px;
    padding-bottom: 0.5rem;
  }
  .product_gallery_LiL9 .product_gallery_swiper_box {
    margin-top: 30px;
  }
  .product_gallery_LiL9 .product_gallery_swiper_box .swiper-slide {
    height: 188px;
  }
  .product_gallery_LiL9 .product_gallery_swiper_box .swiper-pagination {
    bottom: -2rem;
  }
  .product_gallery_LiL9 .product_gallery_swiper_box .swiper_btns_full {
    width: calc(100% + 2rem);
  }
  
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
  .swiper_content {
    max-width: 1220px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .product_gallery_LiL9 .product_gallery_swiper .swiper-slide {
    height: 500px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}