body {
    background: #F6F6F6;
    font-size: 16px;
    color: #000;
}

.news-top {
    width: 100%;
    overflow: hidden;
}

.news-top img {
    width: 100%;
}

.pg {
    margin: 30px auto;
}

.product-menu {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    max-width: 1780px;
}
.product-menu a{
    position: relative;
}
.product-menu a:hover{
    color: #df0615;
}
.product-menu a:after {
    position: absolute;
    bottom:-30px;
    left: 50%;
    width: 0;
    height: 3px;
    display: block;
    background: #df0615;
    content: "";
    transform: translateX(-50%);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
}
.product-menu a:hover:after {
    width: 80%;
}
.product-nav {
    width: 100%;
    background: white;
}

.product-page {
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1780px;
}

.product-info {
    width: 24.4%;
    height: 20%;
    background: white;
    margin-left: 0.8%;
    margin-top: 30px;
}

.product-info:nth-child(4n+1) {
    margin-left: 0;
}

.product-img {
    width: 100%;
    height:50%;
    overflow: hidden;
}

.product-img img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    display: block;
}

.product-img img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-title {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 50px;
    text-align: center;
    margin-top: 5px;
}

.product-number {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    text-align: center;
}

.product-more {
    font-size: 18px;
    color: #ED1C25;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.product-more img {
    width: 24px;
    margin-left: 10px;
    margin-top: 3px;
}


.dqwz-box {
    width: 100%;
    background: white;

    padding: 30px 0;
}

.dqwz-list {
    max-width: 1780px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #666666;
}

.dqwz-list img {
    width: 26px;
    margin-right: 10px;
}

.dqwz-list a {
    color: #666666;
}

.product-infos {
    width: 96%;
    max-width: 1780px;
    padding: 50px 0;
    height: 860px;
    background: white;
    margin: 30px auto;

}

.product-infos-box{
    width: 94%;
    margin: 0 auto;
    display: flex;

}
img {
    vertical-align: top;
    border: 0;
}

/* #MagnifierWrap{position: relative;width: 350px;margin:100px auto;} */
#MagnifierWrap2 {
    position: relative;
    width: 606px;
}

.MagnifierMain {
    position: relative;
    width: 606px;
    height: 606px;
}

.MagnifierMain img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.MagnifierDrag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: move;
}

.MagnifierPop {
    position: absolute;
    top: 0;
    overflow: hidden;
    background: #fff;
}

.MagnifierImg {
    position: absolute;
    top: 0;
    left: 0;
}

.spec-items {
    position: relative;
    width: 580px;
    height: 142px;
    overflow: hidden;
    margin: 20px auto;
}

.spec-items ul {
    width: 500%;
    position: absolute;
    left: 0;
}

.spec-items ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.spec-items li {
    width: 132px;
    height: 132px;
    float: left;
    overflow: hidden;
    margin-right: 12px;
    border: 1px solid #fff;
    cursor: pointer;

}

.spec-items li.on {
    border: 1px solid #e2e2e2;
}

.spec-items li img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spe_leftBtn,.spe_rightBtn {
    position: absolute;
    bottom: 60px;
    display: block;
    width: 20px;
    height: 69px;
    line-height: 69px;
    font-family: "黑体";
    text-align: center;
    font-size: 30px;
    color: #DCDCDC;
    cursor: default;
}

span.on {
    color: #828282;
    cursor: pointer;
}

span.spe_leftBtn {
    left: -14px;
}

span.spe_rightBtn {
    right: -14px;
}

.product-box-info{
    margin-left: 61px;
}
.product-title1{
    text-align: left;

    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-box-info p{
    font-size: 18px;
    color: #666666;
    line-height: 34px;
}
.ybsq-btn{
    width: 258px;
    height: 80px;
    background: linear-gradient(142deg, #FF706D 0%, #FF3E35 100%);
    border-radius: 44px 44px 44px 44px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    margin-top: 30px;
    cursor: pointer;
}
.share-box{
    margin-top: 40px;
    color: #ED1C25;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.share-box img{
    width: 20px;
    margin-right: 10px;
}

.product-moreinfo{
    width: 96%;
    max-width: 1780px;
    padding: 50px 0;
    background: white;
    margin: 30px auto;
}
.product-moreinfo1{
    width: 94%;
    margin: 0 auto;
}
.product-moreinfo1 img{
    display: block;
    margin: 0 auto;
}
.problem-box{
    width: 96%;
    max-width: 1780px;
    background: white;
    margin: 30px  auto;
}
.problem-info{
    border-bottom: 1px solid #D9D9D9;
    padding: 0 40px ;
}
.problem-title{
    padding: 20px 0 ;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.problem-title img{
    width: 20px;
    margin-right: 10px;
}

.problem-answer{
    padding: 5px 0 20px;
    display: none;
}
.problem-answer-none{
    display: block;
}

.contact-box{
    max-width: 1780px;
    margin: 50px auto;
    padding: 30px 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-box-left{
    margin-left: 88px;
    width: 50%;
}
.contact-box-right{
    margin-right: 14px;
    display: flex;
    justify-content: flex-end;
}
.contact-box-right img{
    width: 80%;
}
.contact-title{
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0 10px;
}
.contact-title1{
    font-size: 20px;
    color: #000000;
    line-height: 40px;
}
.contact-title2{
    font-size: 20px;
    color: #80B859;
    line-height: 30px;
}
.contact-info{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 30px;
}
.contact-info img{
    width: 20px;
    margin-right: 10px;
}

.about-box{
    width: 96%;
    max-width: 1780px;
    margin: 40px auto 0;
    background: white;
    padding: 50px 0;
}
.about-box1{
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-box1-left{
    width: 35%;
}
.about-box1-left-title{
    font-size: 36px;
    font-weight: 600;
    color: black;
}
.about-box1-left-title1{
    font-size: 24px;
    color: #80B859;
    margin-top: 20px;
    position: relative;
}
.about-box1-left-title1:after{
    content: "";
    position: absolute;
    width: 49px;
    height: 6px;
    background: #80B859;
    bottom: -14px;
    left: 0;
}
.about-box1-left-info{
    font-size: 20px;
    color: #666666;
    margin-top: 36px;
    line-height: 1.6;
}

.about-box1-right{
    width: 57%;
    height: 503px;
}

.about-video{
    width: 100% !important;
    height: 503px !important;
}

.about-advantage{
    margin-top: 40px;
}
.advantage-title{
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}
.advantage-tit{
    font-size: 24px;
    color: #666666;
    position: relative;
    height: 48px;
    text-align: center;
}
.advantage-tit:after{
    content: "";

    position: absolute;
    width: 53px;
    height: 7px;
    background: #80B859;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.advantage-box{
    width: 100%;
    background: url("../images/advantage.png") no-repeat;
    max-width: 1780px;
    height: 619px;
    background-size: 100% 100%;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
}
.advantage-box-info{
    width: 50%;
    padding: 20px 40px;
    background: rgba(128, 184, 89, 0.96);
    margin-left: auto;
    height: auto;
}
.advantage-box-info-title{
    font-size: 36px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}
.advantage-box-info-more{
    line-height: 1.8;
    font-size: 20px;
    color: white;
}
.device-box{
    width: 100%;
    max-width: 1780px;
    margin: 40px auto 0;
    padding: 20px 0 40px;
}
.device-info{
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-right: 1%;
}
.device-info img{
    padding: 0 ;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    display: block;
}
.device-info img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.honor-box{
    width: 100%;
    padding: 30px 0 80px;
    background: white;

}
.honor-title{

    font-size: 36px;

    color: #000000;
    line-height: 54px;
    text-align: center;

}
.honor-title1{
    font-size: 72px;
    color: #000000;
    line-height: 108px;
    height: 108px;
    text-align: center;
    position: relative;
    max-width: 1780px;
    margin: 0 auto;
}
.honor-title1:before{
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background: #999999;
    top: 50%;
    right:62%;
    transform: translateY(-50%);
}
.honor-title1:after{
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background: #999999;
    top: 50%;
    left: 62%;
    transform: translateY(-50%);
}

.honor-title1-xb{
    max-width: 1780px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honor-list{
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.honor-img{
    width: 23.2%;
    height: 100%;
    overflow: hidden;
    margin-left: 2.4%;
    margin-top: 50px;
}
.honor-img:nth-child(4n+1){
    margin-left: 0;
}
.honor-img:nth-child(n+5){
    margin-top: 30px;
}
.honor-list img{
   width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    object-fit: cover;
}


.video-list{
    max-width: 1780px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.video-info{
    border-radius: 10px;
    overflow: hidden;
    width: 24.4%;
    height: 20%;
    background: white;
    display: block;
    margin-top: 30px;
    margin-left: 0.8%;
    cursor: pointer;
}
.video-info:nth-child(4n+1){
    margin-left: 0;
}
.video-sp{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.videobg{
    width: 100%;
    height: 100%;
}
.video-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-title{
    width: 100%;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #0e0f0f;
}

.video-bd{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.8;
    z-index: 999;
    display: none;
}
.video-play{
    display: none;
    position: fixed;
    z-index: 9999;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-play video{
    width: 100%;
    height: 100%;
}


.ypsq-info{
    position: fixed;
    z-index: 9999;
    width: 663px;
    height: 456px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    display: none;
    border-radius: 10px;
}

.ypsq-info1{
    width: 523px;
    padding: 22px 0 ;
    margin: 0 auto;
}
.ypsq-info-title{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: center;
}
.ypsq-info-tit{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.ypsq-input{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.ypsq-input-left{
    font-size: 14px;
    font-weight: 400;
    color: #4E5969;
    display: flex;
    align-items: center;
}
.ypsq-input-right{
    width: 440px;
    height: 32px;
}
.ypsq-input-right input{
    width: 440px;
    height: 32px;
    background: #F2F3F5;
    border: none;
    outline: none;
    text-indent: 15px;
}
.ypsq-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.ypsq-btn1{
    width: 164px;
    height: 58px;
    border-radius: 35px 35px 35px 35px;
    font-size: 16px;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    cursor: pointer;
}
.ypsq-btn2{
    width: 164px;
    height: 58px;
    background: linear-gradient(142deg, #FF706D 0%, #FF3E35 100%);
    border-radius: 35px 35px 35px 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 1200px){

}


@media screen and (max-width: 768px){
    .product-menu{
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .product-menu a{
        width: 33%;
        padding: 10px 0;
        text-align: center;
    }
    .product-page{
        width: 94%;
        margin: 10px auto;
    }
    .product-info{
        width: 49%;
        height: 20%;
        background: white;
        margin-left: 2%;
        margin-top: 20px;
    }
    .product-info:nth-child(2n+1) {
        margin-left: 0;
    }
    .product-title {
        width: 96%;
        margin: 5px auto 0;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 2;
        text-align: center;
    }
    .product-number {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 1.8;
        text-align: center;
    }
    .product-more {
        font-size: 16px;
        color: #ED1C25;
        line-height: 1.8;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .product-more img {
        width: 20px;
        margin-left: 5px;
        margin-top: 0px;
    }
    .video-list{
        width: 96%;
        margin: 0 auto;
    }
    .video-info {
        border-radius: 10px;
        overflow: hidden;
        width: 49%;
        height: 20%;
        background: white;
        display: block;
        margin-top: 20px;
        margin-left: 2%;
        cursor: pointer;
    }
    .video-info:nth-child(2n+1) {
        margin-left: 0;
    }
    .video-play{

        height: 30%;

    }
    .about-box{
        padding: 30px 0;
    }
    .about-box1{
        display: flex;
        flex-direction: column;
        padding: 30px 0;
    }
    .about-box1-left{
        width: 100%;
    }
    .about-box1-left-title{
        font-size: 26px;
    }
    .about-box1-left-title1{
        margin-top: 14px;
        font-size: 18px;
    }
    .about-box1-left-title1:after {
        content: "";
        position: absolute;
        width: 37px;
        height: 2px;
        background: #80B859;
        bottom: -10px;
        left: 0;
    }
    .about-box1-left-info{
        margin-top: 24px;
        font-size: 16px;
    }
    .about-box1-right{
        width: 100%;
        margin-top: 20px;
        height: auto;
    }
    .about-video{
        height: 220px !important;
    }
    .about-advantage {
        margin-top: 24px;
    }
    .advantage-title {
        font-size: 28px;
        margin-bottom: 12px;
        text-align: center;
    }
    .advantage-tit {
        font-size: 17px;
        color: #666666;
        position: relative;

        text-align: center;
    }
    .advantage-tit:after {
        content: "";
        position: absolute;
        width: 45px;
        height: 3px;
        background: #80B859;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
    }
    .advantage-box{
        height: auto;
    }
    .advantage-box-info {
        width: 100%;
        padding: 20px 0;
        background: rgba(128, 184, 89, 0.96);
        margin-left: auto;
        height: 100%;
    }
    .advantage-box-info-title {
        font-size: 28px;
        color: white;
        font-weight: 600;
        margin: 0 auto 10px;
        text-align: center;
    }

    .advantage-box-info-more {
        line-height: 1.8;
        font-size: 18px;
        color: white;
        width: 96%;
        margin: 0 auto;
    }
    .device-box{
        margin: 12px auto 0;
        width: 96%;
    }
    .honor-box {
        width: 100%;
        padding: 20px 0 40px;
        background: white;
    }
    .honor-title {
        font-size: 24px;
        color: #000000;
        line-height: 54px;
        text-align: center;
    }
    .honor-title1 {
        font-size: 36px;
        width: 96%;
        margin: 0 auto;
    }
    .honor-title1{
        height: 54px;
        line-height: 54px;
    }
    .honor-title1:before{
        width: 10%;
        right: 0;

    }
    .honor-title1:after {
        width: 10%;
        left: 0;
    }
    .honor-img{
        width: 49%;
        margin-left: 2%;
        margin-top: 15px;
        height: 300px;
    }

    .honor-img:nth-child(2n+1){
        margin-left: 0;
    }
    .honor-img:nth-child(n+5){
        margin-top: 15px;
    }
    .contact-box{
        margin: 20px auto;
        padding: 20px 0;
        flex-direction: column;
    }
    .contact-box-left{
        width: 96%;
        margin: 0 auto;
    }
    .contact-box-right{
        width: 96%;
        margin: 20px auto 0;
    }
    .contact-box-right img{
        width: 100%;
    }
    .dqwz-box{
        padding: 16px 0;
    }

    .product-infos{
        height: auto;
        padding: 24px 0;
    }
    .product-infos-box{
        flex-direction: column;
    }
    .product-box-info{
        margin-left: 0;
        margin-top: 10px;
    }
    .product-title1{
        font-size: 24px;
    }
    .product-box-info p{
        font-size: 16px;
    }
    .ybsq-btn{
        width: 170px;
        height: 40px;
        font-size: 18px;
        margin: 30px auto 0;
    }
    .share-box {
        margin-top: 24px;
        color: #ED1C25;
        font-size: 16px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .share-box img {
        width: 18px;
        margin-right: 10px;
    }
    .product-moreinfo{
        padding: 25px 0;
    }
    .news-img{
        width: 100%;
        height: auto;
    }
    .news-img img{
        width: 100%;
        height: auto;
    }
    .ypsq-info{
        width: 96%;
        height: auto;
    }
    .ypsq-info1{
        width: 96%;
        margin: 0 auto;
    }
    .ypsq-info-tit{
        flex-direction: column;
        align-items: unset;
    }
    .ypsq-input{
        flex-direction: column;
        align-items: unset;
    }
    .ypsq-input-right{
        width: 100%;
    }
    .ypsq-input-right input{
        width: 100%;
    }
    .ypsq-btn1,.ypsq-btn2{
        width: 138px;
        height: 38px
    }
    .product-img {
        width: 100%;
        height: 188px;
        overflow: hidden;
    }
    .video-sp {
        width: 100%;
        height: 142px;
        position: relative;
        z-index: 1;
    }
    .device-info {
        width: 100%;
        height: 138px;
        overflow: hidden;
        cursor: pointer;
        margin-right: 1%;
    }
    .honor-list{
        width: 96%;
        margin: 0 auto;
    }
}



