@charset "utf-8";
/* banner */
header{
    position: relative;
}
.ny_banner img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 116px;
    object-fit: cover;
}
.header_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.header_txt h2{
    font-size: 56px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    font-weight: normal;
}
.header_txt h3{
    font-size: 42px;
    text-align: center;
    color: #f6f7f9;
    line-height: 1.4;
    font-weight: normal;
}
/* 当前位置 */
.dqwz{
    border-bottom: 1px solid #bdc0c5;
    padding: 20px 0;
}
.dqwz ul li{
    float: left;
    padding: 0 16px 0 30px;
}
.dqwz ul li{
    background: url(../img/dqwz_icon.png) no-repeat left  center;
}
.dqwz ul li:first-of-type{
    background: url(../img/home_icon.png) no-repeat left center;
    padding-left: 30px;
}
.dqwz ul li a{
    display: block;
    width: auto;
    font-size: 24px;
    color: #8a8a8a;
    line-height: 40px;
}
.dqwz ul li a:hover{
    color: #0099a8;
}
/* 视频列表 */
.video_list li{
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.video_list .left{
    float: left;
    width: 45%;
}
.video_list .right{
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    position: absolute;
    background: #fff;
}
.video_list .left video{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.video_list .right a{
    display: block;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
}
.video_list .right a h2{
    font-size: 24px;
    color:#298d98;
    line-height: 30px;
}
.video_list .right a p{
    font-size: 16px;
    color: #000;
    line-height: 34px;
    font-weight: bold;
    margin-top: 10px;
}
/* 隐私合规动态 */
ul.yshgdt_list a{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
ul.yshgdt_list a p.img{
    width:340px;
    float: left;
}
ul.yshgdt_list a p.img,ul.yshgdt_list a p.img img{
    width: 340px;
    height: 192px;
    object-fit: cover;
}
ul.yshgdt_list a p.con{
    width: calc(100% - 360px);
    height: 192px;
    float: right;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
ul.yshgdt_list a p.con span{
    display: block;
}
ul.yshgdt_list a span.tit{
    font-size: 24px;
    color:#298d98;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.yshgdt_list a p.con span.txt{
    font-size: 16px;
    color: #000;
    line-height: 34px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 102px;
}
/* 内容页 */
.content h2.tit{
    font-size: 26px;
    text-align: center;
    line-height: 36px;
    margin: 30px 0 10px;
}
.content .wzxx{
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}
.content div.con p{
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 10px;
}
.content div.con img{
    display: block;
    height: auto;
    max-width: 80%;
    margin: 5px auto;
}
/* 评测能力展示 */
.sub_con2,.sub_con1{
    text-align: center;
}
.pcnlzs div.tit{
    display: inline-block;
    margin: 60px auto;
    position: relative;
}
.pcnlzs div.tit::before,.pcnlzs div.tit::after{
    display: block;
    content: "";
    width: 200px;
    height: 2px;
    background: #0099a8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pcnlzs div.tit h2::before,.pcnlzs div.tit::before{
    left: 100%;
}
.pcnlzs div.tit h2::after,.pcnlzs div.tit::after{
    right: 100%;
}
.pcnlzs div.tit h2{
    display: block;
    padding: 0 20px;
    position: relative;
    font-size: 28px;
    color: #0099a8;
    line-height: 30px;
}
.pcnlzs div.tit h2::before,.pcnlzs div.tit h2::after{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #0099a8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f6f7f9;
    z-index: 99;
}
.pcnlzs .sub_con1 ul li{
    width: calc(97%  / 4);
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
}
.pcnlzs .sub_con1 ul li:nth-of-type(4n){
    margin-right: 0;
}
.pcnlzs .sub_con1 ul li a{
    display: flex;
    background: #e9ebef;
    color: #000;
    width: 100%;
    height: 132px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: 0px 6px;
    box-sizing: border-box;
}
.pcnlzs .sub_con1 ul li a:hover{
    background: #0099a8;
    color: #fff;
}
.pcnlzs .sub_con2 ul{
    width: 80%;
    margin: 0 auto;
}
.pcnlzs .sub_con2 ul .slick-track{
    padding-bottom: 20px;
}
.pcnlzs .sub_con2 ul li {
    padding:0 15px;
    box-sizing:border-box;
}
.pcnlzs .sub_con2 ul li a{
    width: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    margin: 0;
}
.pcnlzs .sub_con2 ul li a img{    
    display: block;   
    width: 100%;   
    height: 370px;  
    object-fit: cover;
}
.pcnlzs .sub_con2 ul li a p{  
    background: #f3f3f3;
    padding: 20px;
    text-align: left;
}
.pcnlzs .sub_con2 ul li a:hover p{
    background: #0099a8;
}
.pcnlzs .sub_con2 ul li a:hover p span{
    color: #fff;
}
.pcnlzs .sub_con2 ul li a span.tit{    
    display: block;    
    font-size: 18px;   
    color: #000;  
    font-weight: bold;  
    line-height: 20px;
}
.pcnlzs .sub_con2 ul li span.txt{
    display: block;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
    margin-top: 10px;
}
.pcnlzs .sub_con2 .slick-prev,.pcnlzs .sub_con2  .slick-next{
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 60px;
}
.pcnlzs .sub_con2 .slick-prev{
    background: url(../img/left_icon.png) no-repeat center;
    left: -60px;
}
.pcnlzs .sub_con2 .slick-next{
    background: url(../img/right_icon.png) no-repeat center;
    right: -60px;
}
.tzlj a{
    display: block;
    width: 100%;
    background: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    border-radius: 0 0 10px 10px;
    color: #05b8c9;
    border-top: 1px solid #cdcdcd;
}
.tzlj a:hover{
    font-weight:bold;
    color: #298d98;
}
/* 媒体查询 */
@media only screen and (max-width: 1640px){
    .header_txt h2{
        font-size: 50px;
    }
    .header_txt h3{
        font-size: 36px;
    }
}
@media only screen and (max-width: 1440px){
    
}
@media only screen and (max-width: 1240px){
    .header_txt h2{
        font-size: 40px;
    }
    .header_txt h3{
        font-size: 26px;
    }
    .video_list .right a{
        padding: 20px;
    }
    .video_list .right a h2{
        font-size: 20px;
    }
    .video_list .right a p{
        font-size: 15px;
    }
    ul.yshgdt_list a p.con{
        padding: 15px 20px;
    }
    ul.yshgdt_list a span.tit{
        font-size: 20px;
    }
    ul.yshgdt_list a span.txt{
        font-size: 15px;
    }
    .content h2.tit{
        font-size: 22px;
        margin: 20px 0 10px;
    }
    .content div.con p{
        font-size: 16px;
        line-height: 28px;
    }
    .pcnlzs div.tit{
        margin: 40px auto;
    }
    .pcnlzs div.tit::before,.pcnlzs div.tit::after{
        width: 100px;
    }
    .pcnlzs div.tit h2{
        font-size: 24px;
        line-height: 30px;
    }
    .pcnlzs div.tit h2::before,.pcnlzs div.tit h2::after{
        width: 8px;
        height: 8px;
    }
    .pcnlzs .sub_con1 ul li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .pcnlzs .sub_con1 ul li:nth-of-type(4n){
        margin-right: 2%;
    }
    .pcnlzs .sub_con1 ul li:nth-of-type(3n){
        margin-right: 0;
    }
    .pcnlzs .sub_con1 ul li a{
        height: 132px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 960px){
    ul.yshgdt_list a p.img,ul.yshgdt_list a p.img img{
        width: 260px;
        height: 165px;
        object-fit: cover;
    }
    ul.yshgdt_list a p.con{
        width: calc(100% - 280px);
        height: 165px;
    }
}
@media only screen and (max-width: 768px){
    .header_txt h2{
        font-size: 26px;
        line-height: 1.8;
    }
    .header_txt h3{
        font-size: 18px;
    }
    .dqwz{
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .dqwz ul li{
        float: left;
        padding: 0 7px 0 15px;
    }
    .dqwz ul li{
        background: url(../img/dqwz_icon.png) no-repeat left  11px;
        background-size: 8px auto;
    }
    .dqwz ul li:first-of-type{
        background: url(../img/home_icon.png) no-repeat left 10px;
        padding-left: 20px;
        background-size: 14px auto;
    }
    .dqwz ul li a{
        font-size: 16px;
        line-height: 30px;
    }
    .video_list li{
        margin-top:20px;
    }
    .video_list .right a{
        padding: 10px 15px;
    }
    .video_list .right a h2{
        font-size: 16px;
        line-height: 23px;
    }
    .video_list .right a p{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .video_list .left video{
        min-height: 180px;
        object-fit: contain;
        background: #000;
    }
    ul.yshgdt_list a{
        padding:12px 0;
    }
    ul.yshgdt_list a p.img,ul.yshgdt_list a p.img img{
        width: 180px;
        height: 120px;
        object-fit: cover;
    }
    ul.yshgdt_list a p.con{
        width: calc(100% - 190px);
        height: 120px;
    }
    ul.yshgdt_list a p.con{
         padding: 10px 15px;
    }
    ul.yshgdt_list a span.tit{
        font-size: 16px;
        line-height: 23px;
    }
    ul.yshgdt_list a p.con span.txt{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .content h2.tit{
        font-size: 18px;
    }
    .content div.con p{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    .content div.con img{
        max-width: 100%;
    }
    .pcnlzs div.tit{
        margin: 30px auto;
    }
    .pcnlzs div.tit h2{
        line-height: 24px;
        padding: 0 10px;
    }
    .pcnlzs div.tit h2::before,.pcnlzs div.tit h2::after{
        width: 8px;
        height: 8px;
    }
    .pcnlzs .sub_con1 ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .pcnlzs .sub_con1 ul li:nth-of-type(3n){
        margin-right: 2%;
    }
    .pcnlzs .sub_con1 ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .pcnlzs .sub_con1 ul li a{
        height: 100px;
        font-size: 14px;
        line-height: 22px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .pcnlzs .sub_con2 ul li{
        padding:0 5px;
    }
    .pcnlzs .sub_con2 .slick-prev{
        left: -45px;
    }
    .pcnlzs .sub_con2 .slick-next{
        right: -45px;
    }
    .tzlj a{
        
font-size: 16px;
        
line-height: 45px;
        
font-weight: bold;
    }
}
@media only screen and (max-width: 640px){
    .pcnlzs .sub_con2 ul li a img{
        height:240px;
    }
}
@media only screen and (max-width: 520px){
    .header_txt h2{
        font-size: 18px;
    }
    .header_txt h3{
        font-size: 12px;
    }
    .video_list .left{
        width: 100%;
        float: none;
    }
    .video_list .right{
        width: 100%;
        height: auto;
        position: static;
    }
    .video_list .right a{
        padding: 10px 15px;
    }
    .video_list .right a h2{
        font-size: 15px;
        line-height: 22px;
    }
    .video_list .right a p{
        font-weight: normal;
        margin-top: 10px;
    }
     ul.yshgdt_list a p.img,ul.yshgdt_list a p.img img{
        width: 132px;
        height: 88px;
    }
    ul.yshgdt_list a p.con{
        width: calc(100% - 132px);
        height: 88px;
    }
    ul.yshgdt_list a p.con{
        padding: 5px 10px;
    }
    ul.yshgdt_list a span.tit{
        font-size: 16px;
        line-height: 27px;
    }
    ul.yshgdt_list a p.con span.txt{
        margin-top: 5px;
        max-height: 44px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 22px;
        font-size: 14px;
    }
    .content h2.tit{
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0 10px;
    }
    .pcnlzs div.tit{
        margin: 20px auto;
    }
    .pcnlzs div.tit::before,.pcnlzs div.tit::after{
        width: 66px;
    }
    .pcnlzs div.tit h2{
        font-size: 22px;
        padding: 0 5px;
    }
    .pcnlzs div.tit h2::before,.pcnlzs div.tit h2::after{
        width: 6px;
        height: 6px;
    }
    .pcnlzs .sub_con1 ul li {
        width:100%;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 460px){
    .pcnlzs .sub_con2 ul li a img{
        height: 410px;
    }
}