
.cc-banner{
    width:100%;
    min-width: 1200px;
    height:500px;
    background:url("../images/cc-banner.jpg") no-repeat center;
    background-size:100% 100%;
}
.cc-mission{
    margin-top:80px;
}

.cc-mission .p2{
    text-indent: 2em;
    color:#333;
    font-size: 14px;
    line-height: 18px;
    padding-bottom:20px;
    word-break:break-all;
}
.cc-mission .img{
    width:100%;
    height:500px;
    border-radius: 10px;
    background:url("../images/mission_.png") no-repeat center;
    background-size:100% 100%;
}

.cc-value{
    margin-top:80px;
}

.cc-value .img{
    width:100%;
    height:200px;
    background:url("../images/value.png") no-repeat center;
    background-size:100% 100%;
}
.cc-value .content{
    width:100%;
    height:560px;
}
.cc-value .text{
    width: 100%;
    height:360px;
    border-radius: 0 0 20px 20px;
    /*background:#fff;*/
    margin-top: 20px;
}
.cc-value .text-ul{
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cc-value .text-ul li{
    display: flex;
    align-items: center;
    color:#333;
    width: 224px;
    height: 360px;
}
.cc-value .text-ul li img{
    width: 100%;
    height: 100%;
}
.cc-value .text-ul li .p-title{
    display: flex;
    float: left;
    align-items: center;
    text-align: center;
    font-size:44px;
    width:88px;
    height:176px;
    border-right: 1px solid #f1f1f1;
}

.cc-value .text-ul li .p-text{
    float: left;
    font-size:23px;
    padding:0 100px;
    display: none;
}
.cc-value .text-ul li .p-text>p{
    height:60px;
    line-height:60px;
}
.cc-value .text-ul li.active{
    color: #ff682f;
}

.cc-value .text-ul li .p-text.show{
    display: block;
}

.honor-box{
    margin-top:100px;
    margin-bottom:120px;
}
.title-box{
    width:100%;
    height:56px;
    font-size:36px;
    font-weight: bold;
    color:#333;
    line-height: 36px;
}


.honor-box .item{
    width:100%;
    height:100%;
}
.honor-box .item ul li{
    float:left;
    width:285px;
    height:393px;
    margin-right:20px;
    margin-bottom:36px;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    border-radius: 20px;
}
.honor-box .item ul li.marRtNo{
    margin-right:0;
}
.honor-box .item ul li:hover{
    -webkit-box-box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    -moz-box-shadow:0 15px 30px rgba(0,0,0,0.2);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform:translateY(-5px);
}
.honor-box .item ul li img{
    width:100%;
    height:100%;
    cursor:pointer;
}
.lb_wrap{display:none;}
.lightbox_bg{
    background:#000;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999;
}
.lightbox_bg p{
    width:78px;
    height:78px;
    position: absolute;
    cursor: pointer;
    transform: translateY(-50%);
}
.lightbox_bg p.prev{
    top:50%;
    left:50px;
    background:url("../images/left-i.png") no-repeat center;
}
.lightbox_bg p.next{
    top:50%;
    right:50px;
    background:url("../images/right-i.png") no-repeat center;
}
.lightbox{
    width:752px;
    height:534px;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:1000;
}
.lightbox>img{
    width:100%;
    height:100%;
}



.video-box{
    margin-top:80px;
}
.video-content{
    width:374px;
    height:308px;
    background:#f1f1f1;
    border-radius: 20px;
    float: left;
    margin-right: 39px;
}

.video-content.marRtNo{
    margin-right: 0;
}

.video-content .start-box {
    display: block;
    width:100%;
    height:210px;
    position: relative;
}

.video-content .start-box  img{
    width:100%;
    height:100%;
    border-radius: 20px 20px 0 0;
}
.start-box span{
    width:78px;
    height:78px;
    position: absolute;
    background:url("../images/play.png") no-repeat center;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.videoTitle-box{
    width:100%;
    height:98px;
}
.videoTitle-box p{
    padding-left:20px;
}
.videoTitle-box .p1{
    padding-top:10px;
    font-size:26px;
    color:#333;
}
.videoTitle-box .p2{
    font-size:20px;
    color:#666;
}



@media (min-width: 1200px) {
    .cc-banner{
        height:313px;
    }

}
@media (min-width: 1280px) {
    .cc-banner{
        height:334px;
    }

}
@media (min-width: 1440px) {
    .cc-banner{
        height:375px;
    }

}
@media (min-width: 1679px) {
    .cc-banner{
        height:438px;
    }

}

@media (min-width: 1920px) {
    .cc-banner{
        height:500px;
    }

}
@media (min-width: 2048px) {
    .cc-banner{
        height: 667px;
    }
}







