.zs-probox{
    display: block;
    padding: 80px 0 80px;
}
.zs-probox.zs-wp{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 0;
}
.zs-probox.pd0{
    padding-left: 0;
    padding-right: 0;
}
.zs-probox.pt0{
    padding-top: 0;
}
.zs-probox.bg{
    background-color: #F6F6F6;
}
.zs-probox .desc{
    width: 100%;
}
.pro-main{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 1;
    background-color: #F6F6F6;
}
.pro-main .left{
    flex: 0 0 25%;
    width: 25%;
    position: relative;
    padding: 120px 40px 0 60px;
    background-color: #E6E6E6;
}
.pro-main .right{
    flex: 0 0 75%;
    width: 75%;
    padding: 60px 60px 60px 60px;
    min-height: 500px;
}
.title-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-align: left;
    padding-bottom: 15px;
}
.title-wrap .title {
    display: block;
    font-size: 24px;
    height: 28px;
    line-height: 28px;
    padding-left: 18px;
    border-left: 3px solid #0000FF;
    color: #0000FF;
}
.column-name{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    padding-left: 60px;
    height: 80px;
    line-height: 80px;
    color: #FFF;
    font-size: 28px;
    background-color: #0000FF;
}
.lbox{
    display: block;
    margin-bottom: 30px;
}
.pro-nav{
    display: block;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 30px;
}
.pro-nav ul{
    display: block;
}
.pro-nav li{
    display: block;
    padding: 25px 5.7%;
    color: #000;
    border-radius: 8px;
    /*border-bottom: 1px solid #EAEAEA;*/
}
.pro-nav li.cur{
    background-color: #F8F8F8;
}
.pro-nav li .text{
    display: flex;
    font-size: 18px;
    line-height: 20px;
    justify-content: space-between;
}
.pro-nav li .text .iconfont{
    transition: all .3s;
    cursor: pointer;
}
.pro-nav li.cur .text{
    color: #0000FF;
    font-weight: bold;
}
.pro-nav li.cur .text a{
    color: #0000FF;
}
.pro-nav li.cur .text h2{
    font-weight: bold;
}
.pro-nav li.cur .text .iconfont{
    transform: rotate(180deg);
}
.pro-nav li .threenav{
    display: none;
}
.pro-nav li.cur .threenav{
    display: block;
    padding: 15px 3% 0;
}
.pro-nav li.cur .threenav a{
    display: block;
    color: #666666;
    font-weight: normal;
    line-height: 1.5;
    padding: 8px 0;
    font-size: 16px;
}
.pro-nav li.cur .threenav a:hover,.pro-nav li.cur .threenav a.cur{
    color: #0000FF;
}
.form-box{
    margin-top: 15px;
}
.form-item{
    margin-bottom: 10px;
}
.form-input {
    width: 100%;
    height: 58px;
    padding: 0 15px 0 15px;
    outline: 0;
    font-size: 16px;
    border-color: transparent;
    background-color: #FFF;
    border-radius: 6px;
}
.form-textarea {
    border-color: transparent;
    outline: 0;
    width: 100%;
    height: 160px;
    padding: 15px 15px 15px 15px;
    resize: none;
    font-weight: normal;
    font-size: 16px !important;
    border-radius: 6px;
    background-color: #FFF;
}
.form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 150px;
    height: 45px;
    padding: 0 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    border: 0;
    text-transform: capitalize;
    background: #0000FF;
}
.form-btn i{
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url('https://cdn6.zhuocms.com/storage/wwwcntepowerjp/img/icon-send.svg') no-repeat center center;
    background-size: 100% 100%;
}
.form-btn:hover{
    background: #0101e4;
}
{
    display: block;
    padding: 10px 0 20px 0;
}
.product-list ul {
    margin: -17px -17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-list li{
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    padding: 17px 17px;
}
.product-list.det li{
    flex: 0 0 20%;
    width: 20%;
}
.product-list li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border-radius: 15px;
}
.product-list li .text{
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    height: auto;
    padding: 10px 15px 25px;
    display: block;
    z-index: 10;
}
.product-list li:hover .text::after{
    display: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 165px;
    background: linear-gradient(0deg, #0000FF 0%, rgba(0,0,255,0) 100%);
    z-index: 11;
}
.product-list li .text .title{
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
    text-align: center;
    z-index: 12;
}
.product-list li .text .desc{
    position: relative;
    bottom: unset;
    left: unset;
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    z-index: 13;
    color: #000;
    height: 42px;
}
.product-list li:hover .text .desc,.product-list li:hover .text .title{
    display: block;
    color: #0000FF;
}
.product-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.product-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.product-list li:hover .pic img{
    transform: scale(1.05);
}
.faq-list{
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 0;
}
.faq-list ul{
    width: 100%;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 25px 25px 25px 40px;
    background-color: #FFF;
    border-radius: 10px;
}
.faq-list li:hover{
    background-color: #0000FF;
}
.faq-list li:last-child{
    margin-bottom: 0;
}
.faq-list li .title{
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    padding-right: 30px;
    position: relative;
    color: #000;
    cursor: pointer;
}
.faq-list li:hover .title{
    color: #fff;
}
.faq-list li:hover .title:before {
    filter: invert(100%);
}
.faq-list li .title:before {
    content: "";
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    background: url('https://cdn6.zhuocms.com/storage/wwwcntepowerjp/img/icon-down.svg') no-repeat center center;
    background-size: auto 8px;
    transform: translate(-50%,-50%) rotate(0);
    transition: transform .2s ease-out;
    position: absolute;
    top: 12px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}
.faq-list li.show .title:before {
    filter: invert(100%);
    transform: translate(-50%,-50%) rotate(180deg);
}
.faq-list li .text{
    display: none;
    padding-top: 15px;
    color: #666;
    font-size: 15px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform .2s ease-out;
    position: relative;
}
.faq-list li .text .more{
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 14px;
}
.faq-list li .text .more a{
    color: #000;
}
.faq-list li .text .more a:hover{
    color: #0000FF;
}
.faq-list li.show{
    background: #0000FF;
}
.faq-list li.show .text{
    display: block;
    color: #FFF;
}
.faq-list li.show .title{
    color: #FFF;
}

.productbanner{
    display: block;
    width: 100%;
    height: 900px;
    color: #FFF;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.productbanner::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
}
.productbanner .wrapper{
    position: absolute;
    width: calc(100% - 120px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.productbanner .date{
    display: flex;
    align-items: center;
}
.productbanner .date a{
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-right: 20px;
    background-color: #FFF;
    border-radius: 18px;
}
.productbanner .date a:hover{
    transform: scale(1.05);
}
.productbanner .title{
    font-size: 48px;
    line-height: 1.25;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}
.productbanner .subtitle{
    font-size: 36px;
    line-height: 1.25;
    padding-bottom: 30px;
}
.productbanner .path{
    color: rgba(255, 255, 255, 0.5);
}
.productbanner .path span{
    color: rgba(255, 255, 255, 0.5);
}
.productbanner .path a{
    color: rgba(255, 255, 255, 0.5);
}
.productbanner .path a:hover{
    color: #FFF;
    text-decoration: underline !important;
}
.specifications{
    display: flex;
    padding: 0 100px;
    font-size: 18px;
    justify-content: space-between;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 8px;
    overflow: hidden;
}
th,td {
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}
th {
    background-color: #0000ff;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
}
tr:nth-child(even) {
    background-color: #f8f9fa;
}
tr:hover {
    background-color: #f1f7fd;
}
.features {
    display: flex;
    padding: 0 100px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.features .item{
    flex: 0 0 48%;
    width: 48%;
}
.features .item h4{
    font-size: 22px;
    color: #0000FF;
    padding: 10px 20px;
    background-color: #F6F6F6;
}
.features .item p{
    margin: 5px 0 5px 25px;
    padding-left: 5px;
    display: list-item;
    list-style-type: disc;
}
.features .item p::marker{
  color: #333;
}
.features .item .fbox{
    padding-left: 210px;
    padding-right: 20px;
    margin-bottom: 20px;
    min-height: 150px;
    font-size: 18px;
    position: relative;
}
.features .item .fbox img{
    position: absolute;
    left: 20px;
    top: 0;
    width: 170px;
    height: 140px;
    object-fit: cover;
}
.zs-video{
    display: block;
    width: calc(100% - 200px);
    height: auto;
    aspect-ratio: 1/0.5625;
    margin: 0 auto;
    background-color: #000;
}
.zs-video video,.zs-video iframe{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.download-list{
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 100px 10px 100px;
}
.download-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.download-list li{
    display: block;
    width: 30.0%;
    margin-right: 3%;
    margin-bottom: 42px;
    height: auto;
    padding: 20px 20px 75px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background: url(https://cdn6.zhuocms.com/storage/wwwcntepowerjp/img/icon-yun.png) no-repeat right bottom;
    background-size: 126px auto;
    position: relative;
}
.download-list li:hover{
    box-shadow: 0px 0px 12px rgb(2 82 187 / 30%);
}
.download-list li:nth-child(3n){
    margin-right: 0;
}
.download-list li .title{
    display: block;
    font-size: 20px;
    line-height: 1.45;
    min-height: 65px;
}
.download-list li .size{
    display: block;
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
    position: absolute;
    bottom: 20px;
}
.download-list li .btn{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 120px;
    height: 42px;
}
.download-list li .btn a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
    color: #FFF !important;
    text-decoration: none !important;
}
.download-list li .btn a:hover{
    text-decoration: none !important;
}
.contact-feedback{
    display: block;
    padding: 0 100px;
    padding-bottom: 50px;
}
.contact-feedback .form-item{
    display: block;
    margin-top: 30px;
    position: relative;
}
.contact-feedback .form-item.m60{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.contact-feedback .form-item.flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.contact-feedback .form-label{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}
.contact-feedback .form-input.w450{
    width: 48.5%;
}
.contact-feedback .form-input{
    width: 100%;
    height: 60px;
    font-size: 20px;
    padding: 0 19px;
    border-radius: 10px;
    background-color: #F6F6F6;
    border:none;
}
.contact-feedback .form-input:hover,.form-input:focus{
    background-color: #F0F0F0;
}
.contact-feedback .form-select{
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid #F6F6F6;
}
.contact-feedback .form-textarea{
    width: 100%;
    height: 260px;
    font-size: 20px;
    line-height: 1.4;
    padding: 18px 19px;
    border-radius: 10px;
    background-color: #F6F6F6;
    border:none;
}
.contact-feedback .form-textarea:hover,.form-textarea:focus{
    background-color: #F0F0F0;
}
.contact-feedback .form-btn{
    display: block;
    width: 212px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    margin: 0 21px;
    text-align: center;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    background-color: #F6F6F6;
}
.contact-feedback .form-btn.submit{
    color: #FFFFFF;
    background: #0000FF;
}
.contact-feedback .form-btn:hover{
    color: #FFF;
    background: #0101e4;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.pro-main {
    display: flex;
    justify-content: flex-start;
    background-color: #F6F6F6;
    flex-direction: column;
}
.pro-main .left {
    flex: unset;
    width: 100%;
    padding: 100px 4% 40px;
}
.column-name {
    width: 100%;
    padding-left: 4%;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
}
.title-wrap .title {
    font-size: 22px;
    height: 26px;
    line-height: 26px;
}
.pro-main .right {
    flex: unset;
    width: 100%;
    padding: 40px 0 40px;
}
.zs-probox {
    padding: 45px 4% 45px;
}
.product-list ul {
    margin: 0;
}
.product-list li {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.product-list li .pic {
    display: flex;
    overflow: hidden;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.product-list li .pic img {
    width: 90%;
    height: 90%;
}
.product-list li .text {
    padding: 5px 15px 25px;
}
.product-list li .text .title {
    font-size: 20px;
    padding: 0;
    margin-bottom: 5px;
}
.product-list li .text .desc {
    display: block;
}
.faq-list li {
    margin: 0 auto 15px;
    padding: 15px 15px 15px 20px;
}
.faq-list li .title {
    font-size: 16px;
    line-height: 25px;
    padding-right: 25px;
}
.faq-list li .text {
    font-size: 13px;
}
.productbanner {
    height: 380px;
}
.productbanner .wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    padding: 0 4%;
    transform: unset;
    bottom: 15px;
    z-index: 10;
}
.productbanner .title {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.productbanner .subtitle {
    font-size: 32px;
    line-height: 1.25;
    padding-bottom: 30px;
}
.productbanner .path a {
    color: rgba(255, 255, 255, 0.6);
}
.zs-probox.zs-wp {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0;
}
.features {
    display: flex;
    padding: 0 0;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.features .item {
    flex: unset;
    width: 100%;
    margin-bottom: 15px;
}
.features .item .fbox {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    min-height: auto;
    font-size: 15px;
}
.features .item h4 {
    font-size: 22px;
    padding: 10px 20px 10px;
    margin: 0 0 15px;
}
.features .item .fbox img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 10px;
}

.specifications {
    display: flex;
    padding: 0 0;
    font-size: 15px;
    justify-content: flex-start;
    flex-direction: column;
}
th, td {
    padding: 12px 15px;
    font-size: 14px !important;
}

.zs-video {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.5625;
}

.contact-feedback {
    padding: 0 0 20px;
}
.contact-feedback .form-item.flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 0;
}
.contact-feedback .form-item{
    margin-top: 0;
}
.contact-feedback .form-input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 12px;
    margin-bottom: 15px;
}
.contact-feedback .form-input.w450 {
    width: 100%;
}
.contact-feedback .form-textarea {
    width: 100%;
    height: 180px;
    font-size: 16px;
    padding: 12px 12px;
    margin-bottom: 15px;
}
.contact-feedback .form-item.m60 {
    margin-top: 0;
}
.contact-feedback .form-btn {
    width: 212px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 10px;
}
.product-list.det li {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

}