
.zs-products {
    overflow: hidden;
    padding: 5% 0 40px 0;
}

.pro-left {
    float: left;
    width: 18%;
}

.pro-nav {
    overflow: hidden;
}

.pro-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    padding: 9% 0;
    overflow: hidden;
    transition: all 0.6s;
}

.pro-nav ul a {
    display: block;
    color: #404040;
    position: relative;
}

.pro-nav ul a.cur {
    font-family: 'Barlow-Bold';
    font-size: 20px;
}

.pro-nav ul a.cur::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url('../img/icon-arrow-down.png') center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro-nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 5% 0 0 0;
    display: none;
}

.pro-nav ul li a {
    color: #666666;
    padding: 2.2% 0;
    font-size: 16px;
}

.pro-nav ul li a:hover {
    color: #1f1c5e;
    text-decoration: underline;
}

.pro-nav ul.cur a.cur::after {
    transform: translateY(-50%) rotate(180deg);
}

.pro-nav ul.cur {
    border-bottom: 1px solid #000;
}

.pro-nav ul.cur li {
    display: block;
}

.pro-right {
    float: right;
    width: 100%;
}

.zs-products-list {
    overflow: hidden;
}

.zs-products-list li {
    position: relative;
    overflow: hidden;
    margin-bottom: 8%;
}

.zs-products-list li:last-child {
    margin-bottom: 1%;
}

.zs-products-list li a {
    display: block;
}

.zs-products-list li .img {
    float: right;
    width: 52%;
    z-index: 1;
    background: #e3e3e3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.zs-products-list li .text {
    position: absolute;
    left: 0;
    top: 55%;
    z-index: 1;
    width: 43%;
    z-index: 11;
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.zs-products-list li .model {
    color: #fdd000;
    font-family: 'Barlow-BlackItalic';
    font-size: 22px;
}

.zs-products-list li .title {
    font-family: 'Barlow-BlackItalic';
    color: #404040;
    padding-bottom: 5%;
    position: relative;
    margin-top: 1%;
    font-size: 38px;
}

.zs-products-list li .title::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
}

.zs-products-list li .desc {
    color: #666666;
    margin-top: 4%;
    font-size: 16px;
    line-height: 26px;
}

.zs-products-list li .desc p {
    margin: 0;
    padding: 0;
}

.zs-products-list li .jiantou-1 {
    width: 26px;
    height: 14px;
    background: url('../img/icon-go.png');
    margin-top: 10%;
}

.zs-products-list li a:hover .title,
.zs-products-list li a:hover .desc {
    color: #1f1c5e;
}

.zs-products-list li a:hover .title::after {
    background: #1f1c5e;
}

.zs-products-list li a:hover .text {
    left: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.zs-products-list li a:hover .img {
    transform: translateX(-10px);
}

.zs-products-list li.fr .img {
    float: left;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.zs-products-list li.fr .text {
    left: auto;
    right: 0;
}

.zs-products-list li.fr .model {
    padding-left: 0;
    font-size: 22px;
}

.zs-products-list li.fr .title {
    padding-left: 0;
}

.zs-products-list li.fr .desc {
    padding-left: 0;
}

.zs-products-list li.fr .jiantou-1 {
    margin-left: 0;
}

.zs-products-list li.fr a:hover .text {
    right: 10px;
    left: auto;
}

.zs-products-list li.fr a:hover .img {
    transform: translateX(10px);
}

.zs-pro-det {
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
    padding-top: 20px;
}

.zs-pro-det .zs-path {
    position: relative;
    margin-left: 3%;
}

.prodet-main {
    width: 90%;
    z-index: 111;
    text-align: center;
    margin: auto;
    padding-bottom: 40px;
}

.prodet-main .text {
    overflow: hidden;
    margin-top: 4%;
}

.prodet-main .title {
    color: #fdd000;
    font-family: 'Barlow-BlackItalic';
    display: inline-block;
    opacity: 0;
    font-size: 70px;
}

.prodet-main .title-1 {
    color: #404040;
    font-family: 'Barlow-BlackItalic';
    margin-top: -1%;
    display: inline-block;
    clear: both;
    opacity: 0;
    width: 100%;
}

.prodet-main .btn {
    margin-top: 2%;
    opacity: 0;
}

.prodet-main .btn a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 10px;
    width: 170px;
    height: 54px;
    line-height: 54px;
    text-align: left;
}

.prodet-main .btn a::after {
    content: '';
    width: 180px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(340deg);
    z-index: 1;
    background: #404040;
}

.prodet-main .btn a span {
    color: #fff;
    position: relative;
    z-index: 11;
    font-family: 'Barlow-Bold';
    margin-left: 10%;
    font-size: 16px;
}

.prodet-main .btn a i {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
}

.prodet-main .btn a:last-child::after {
    background: #fdd000;
}

.prodet-main .btn a:last-child span {
    color: #000;
}

.prodet-main .btn a:hover::after {
    background: #262626;
}

.prodet-main .btn a:last-child:hover::after {
    background: #e6ac00;
}

.prodet-main .product {
    margin-top: -1%;
    padding-bottom: 2%;
    overflow: hidden;
}

.prodet-main .product img {
    max-width: 100%;
}

.prodet-parameters {
    background: #575757 url('../img/bg-pro-parameters.jpg') center center;
    background-size: cover;
    padding: 5% 0 5% 0;
    overflow: hidden;
    position: relative;
}
.prodet-parameters.introduction{
    background: linear-gradient(-27deg, #4e4e4e, #575757) !important;
}
.prodet-topbox {
    position: relative;
    color: #fff;
    margin-bottom: 2%;
}

.prodet-topbox .prodet-title {
    font-family: 'Barlow-BlackItalic';
    font-size: 60px;
}

.prodet-topbox .parameters-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.prodet-topbox .parameters-nav a {
    color: #fff;
    opacity: .4;
    margin-left: 30px;
    font-size: 30px;
}

.prodet-topbox .parameters-nav a.cur {
    opacity: 1;
    font-family: 'Barlow-BlackItalic';
}

.prodet-botbox {
    border-top: 2px solid #fff;
    padding-bottom: 3%;
}

.parameters-swiper {
    position: relative;
}

.prodet-parameters-list {
    overflow: hidden;
    margin-top: 2%;
    overflow-y: auto;
    height: 600px;
}

.prodet-parameters-list .item {
    float: left;
    width: 47%;
    margin-right: 3%;
    overflow: hidden;
    position: relative;
}

.prodet-parameters-list .item::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .2;
}

.prodet-parameters-list .item::before {
    content: '';
    width: 0;
    height: 1px;
    background: #e6ac00;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    transition: all .4s ease;
}

.prodet-parameters-list .item .title {
    color: #fff;
    opacity: .4;
    font-size: 18px;
}

.prodet-parameters-list .item .desc {
    margin-top: 1.5%;
    color: #fff;
    font-family: 'Barlow-Bold';
    width: 80%;
    font-size: 18px;
}

.prodet-parameters-list .item .img {
    background: none;
}

.prodet-parameters-list .item .text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.prodet-parameters-list .item:hover::before {
    width: 100%;
}
.prodet-body{
    padding-top: 35px;
    color: #FFF;
}

.prodet-body a{
    color: #fdd000;
}
.prodet-body a:hover{
    opacity: 0.8;
    text-decoration: underline !important;
}
.zs-product-info{
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 80px 0 55px 0;
}
.zs-product-info .zs-wp{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.zs-product-info .pic{
    flex: 0 0 50%;
    width: 50%;
    height: 560px;
    position: relative;
}
.zs-product-info .pro-bigpic{
    display: block;
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
    border: 1px solid #EAEAEA;
}
.zs-product-info .pro-bigpic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-product-info .pro-thumbs{
    display: block;
    margin: 15px 40px 15px 40px;
    width: auto;
    height: 80px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 2;
    cursor: pointer;
}
.zs-product-info .pro-thumbs .swiper-slide{
    overflow: hidden;
    border: 1px solid #EAEAEA;
}
.zs-product-info .pro-thumbs img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-product-info .pro-thumbs .swiper-slide-thumb-active{
    border: 2px solid #e60012;
}
/*箭头*/
.zs-product-info .pic .swiper-button-prev,.zs-product-info .pic .swiper-button-next{
    bottom: 38px;
    top: unset;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: transparent;
}
.zs-product-info .pic .swiper-button-prev{
    left: 0;
}
.zs-product-info .pic .swiper-button-next{
    right: 0;
}
.zs-product-info .pic .swiper-button-next:after, .zs-product-info .pic .swiper-button-prev:after{
    color: #666666;
    font-size: 28px;
    font-weight: bold;
}
.zs-product-info .pic .swiper-button-prev:hover,.zs-product-info .pic .swiper-button-next:hover{
    background: no-repeat;
    border: none;
}
.zs-product-info .pic .swiper-button-next:hover:after, .zs-product-info .pic .swiper-button-prev:hover:after{
    color: #ff5c33;
}

.zs-product-info .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 60px;
}
.zs-product-info .text .title{
    display: block;
    padding: 15px 0 25px 0;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0;
    border-bottom: 1px solid #EAEAEA;
}
.zs-product-info .text .subtitle{
    display: block;
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
    color:#FF9900;
}
.zs-product-info .text .desc{
    display: block;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}
.zs-product-info .text .price{
    display: flex;
    align-items: center;
    padding-top: 30px;
    font-size: 22px;
    line-height: 1;
}
.zs-product-info .text .price strong{
    font-size: 42px;
    color: #e60012;
    font-weight: bold;
    padding-bottom: 5px;
}
.zs-product-info .text .btn{
    display: table;
    padding-top: 20px;
}
.lbox{
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 25px;
}
.lbox h3{
    display: block;
    font-size: 22px;
    margin: 0;
}
.pro-llist{
    display: block;
    width: 100%;
    height: auto;
}
.pro-llist li{
    padding: 11px 0;
}
.pro-llist li a{
    display: block;
    height: auto;
}
.pro-llist li .pic{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #EAEAEA;
}
.pro-llist li:hover .pic{
    border: 1px solid #fdd000;
}
.pro-llist li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}
.pro-llist li:hover .pic img{
    transform: scale(1.1);
}
.pro-llist li .title{
    padding: 10px 10px;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro-llist li:hover a{
    background-color: #fdd000;
}


.prodet-video {padding: 4% 0;overflow: hidden;}
.prodet-video-top {overflow: hidden;padding-bottom: 3%;}
.prodet-video-top .title {font-family: 'Barlow-BlackItalic';color: #404040;font-size: 60px;}
.prodet-video-box {overflow: hidden;position: relative;}
.prodet-video-swiper {position: relative;}
.prodet-video-item {position: relative;overflow: hidden;}
.prodet-video-item .img{float: left;width: 50%;}
.prodet-video-item .pic {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.prodet-video-item .play {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;border: 1px solid #fff;cursor: pointer;transition:all .4s ease;}
.prodet-video-item .play i{width: 70px;height: 70px;display: block;position: relative;transform: scaleY(0.6);}
.prodet-video-item .play i::before {content: '';width: 0;height: 0;border-bottom: 20px solid transparent;border-right: 20px solid #fff;border-left: 0px solid transparent;position: absolute;left: 50%;top: 50%;transform: rotate(45deg);margin-left: -15px;margin-top: -10px;}
.prodet-video-item .play:hover {background: #e6ac00;border: 1px solid #e6ac00;}
.prodet-video-item .text{position: absolute;right: 0;top: 0;width: 45%;height: 100%;z-index: 1;border-top: 2px solid #e8e8e8;border-bottom: 2px solid #e8e8e8;box-sizing: border-box;}
.prodet-video-item .date{color: #fdd000;font-family: 'Barlow-Bold';margin-top: 5%;font-size: 20px;}
.prodet-video-item .title{margin-top: 1%;font-size: 16px;}
.prodet-video-item a:hover .play{background: #e6ac00;border: 1px solid #e6ac00;}
.prodet-video-item a:hover .pic {transform: scale(1.05);}
.prodet-video-box .bottom-ctrl {width: 37%;bottom: 2px;right: 0;left: auto;border-top:none;padding-bottom: 1%;z-index: 111;}
.prodet-related {
    padding: 5% 0;
    overflow: hidden;
}

.prodet-related-top {
    text-align: center;
    margin-top: 3%;
}

.prodet-related-top .title {
    font-family: 'Barlow-BlackItalic';
    color: #404040;
    display: inline-block;
    font-size: 60px;
}

.prodet-related-box {
    padding: 3% 0;
    overflow: hidden;
}

.prodet-related-swiper {
    position: relative;
}

.prodet-related-swiper a {
    display: block;
    position: relative;
}

.prodet-related-swiper .pic {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.prodet-related-swiper .img {
    position: relative;
    background: #f1f1f1;
}

.prodet-related-swiper .text {
    text-align: center;
    padding-top: 3%;
    overflow: hidden;
    font-family: 'Barlow-BlackItalic';
}

.prodet-related-swiper .model {
    color: #fdd000;
    font-size: 20px;
}

.prodet-related-swiper .title {
    color: #404040;
    margin-top: 1%;
    font-size: 20px;
}

.prodet-related-swiper a:hover .pic {
    transform: scale(1.05);
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.pro-left {
    width: 100%;
}
.pro-right {
    float: left;
    width: 100%;
}
.zs-products-list li{
    margin-bottom: 35px;
}
.zs-products-list li .text {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    z-index: 11;
    transform: translateY(0);
}
.zs-products-list li .img {
    float: left;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}
.zs-products-list li .jiantou-1 {
    margin-top: 5%;
}
.prodet-main {
    width: 92%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.prodet-main .title {
    font-size: 26px;
    line-height: 1.45;
}
.prodet-main .btn a {
    margin: 5px 10px;
    width: 120px;
}
.prodet-main .btn a::after {
    width: 120px;
}

.zs-product-info {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 30px 0 35px 0;
}
.zs-product-info .zs-wp {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-product-info .pic {
    flex: 0 0 100%;
    width: 100%;
    height: 560px;
}
.zs-product-info .pro-bigpic {
    width: 100%;
    height: 260px;
}
.zs-product-info .pro-thumbs {
    margin: 15px 20px 15px 20px;
    width: auto;
    height: 50px;
}
.zs-product-info .pic .swiper-button-prev, .zs-product-info .pic .swiper-button-next {
    bottom: 28px;
    top: unset;
    width: 22px;
    height: 22px;
}
.zs-product-info .pic .swiper-button-next:after, .zs-product-info .pic .swiper-button-prev:after {
    font-size: 18px;
}
.zs-product-info .text {
    padding-left: 0;
}
.zs-product-info .text .desc {
    font-size: 15px;
    line-height: 1.8;
}
.det-tagbox {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: flex-start;
}
.det-tagbox .tag-title {
    margin-right: 0;
    margin-bottom: 10px;
}
.zs-product-info .btn-pro {
    margin-top: 0;
}
.btn-pro a {
    margin: 0 10px 0 10px;
    width: 140px;
}
.btn-pro a::after {
    content: '';
    width: 140px;
    height: 54px;
}
.prodet-topbox .prodet-title {
    font-size: 20px;
}
.prodet-topbox .parameters-nav a {
    font-size: 26px;
}
.prodet-parameters-list .item {
    display: block;
    float: none;
    width: 100%;
    padding: 15px 0;
    margin-right: 0;
}
.prodet-parameters-list .item .title {
    font-size: 16px;
}
.prodet-parameters-list .item .desc {
    margin-top: 1.5%;
    width: 100%;
    font-size: 16px;
}
.prodet-parameters-list .item .text {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0%);
    z-index: 1;
    width: 100%;
}
.prodet-parameters-list .item .img {
    background: none;
    display: none;
}
.prodet-body {
    padding-top: 25px;
    font-size: 15px;
}
.prodet-body img{
    max-width: 100%;
    height: auto;
}
.prodet-video-top .title {
    font-size: 22px;
}
.prodet-related-top .title {
    font-size: 22px;
    text-align: left;
}
.prodet-video-item .img {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.prodet-video-item .text {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-top: none;
    border-bottom: none;
}
.prodet-video-item .title {
    margin-top: 1%;
    font-size: 15px;
}

}