.producttop{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.proimg{
    width: 38%;
    border-right: solid 1px #ddd;
    float: left;
}
.proimg img{width:100%;}
.protopright{
    width: 60%;
    float: right;
    padding-top: 2%;
}
.protopright h3{
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    padding-bottom: 2%;
}
.prevnext{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.ntp{padding: 5px 10px; border: solid 1px rgb(223, 223, 223);}
.prevnext a{
    color: #666666;
}
.prmh6{
    position: relative;
    background-color: #002c79;
    color: white;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.procontent img{
    display: block;
    margin: 0 auto !important;
    max-width: 100% !important;
}

.newsdetail .prevnext{
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 3%;
}
.newsdetailbg{
    background-color: #F1F4F5;
    padding: 10px 0;
}
.newscontent{
    background-color: #fff;
    padding: 8% 4% 4%;
}
.newscontent h3{
    text-align: center;
}
.newscontent h6{
    text-align: center;
    margin: 2%;
}
.newscontent h6 span{
    margin: 0 10px;
}
.news-cc img{
    display: block;
    margin: 0 auto !important;
    max-width: 100% !important;
}

/* video */
.vctitle{
text-align: center;
font-size: 30px;
font-weight: bolder;
margin: 5%;
}
/* video */

.product{
    padding: 2%;
    border: 1px #eee solid;
    overflow: hidden;
}
.productmessage img{
    max-width: 100% !important;
    height: auto !important;
}
.productmessage div,.productmessage table{
    max-width: 100% !important;
    height: auto !important;
}
.w25p{
    width: 36% !important;
}
.w49p{
    width: 49% !important;
}
.fr{
    float: right;
}
.desc-lazyload-container{
    margin: 0 !important;
}
.fl{
    float: left;
}
.p0{
    padding: 0 !important;
}
.m0{
    margin: 0 !important;
}
.mt10px{
    margin-top: 10px !important;
}
.jb{
    justify-content: space-between !important;
}

.news-cc img,.news-cc div{
    max-width: 100% !important;
    height: auto !important;
}
.cpfl{
    font-size: 18px;
    color: #333;
    padding: 3%;
}
.cpfl span{
    color: black;
}
.cpfl p{
    line-height: 30px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.zxrx{
    font-size: 0;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.zxrx>span{
    color: white;
    background-color: #002C79;
    font-size: 20px;
    padding: 20px;
    width: 30%;
    display: block;
    vertical-align: middle;
    text-align: center;
}
.zxrx>span i{
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.zxrx font{
    padding: 20px 40px;
    background-color: #F5F5F5;
    text-align: center;
    font-size: 20px;
    width: 60%;
    display: block;
}
.zxrx font span{
    font-size: 24px;
    color: #B10000;
    font-weight: bolder;
}