.ckx_box{}
.ckx_box ul{}
.ckx_box ul li{
    width: 15%;
    float: left;
    line-height: 500%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ckx_h_on{background-color: #0078c1;color: #fff;}
.ckx_h_off{}
.ckx_content{clear: both;}
.ckx_item{padding-top: 3%;}
.ckx_item p{
    line-height: 200%;
    ---text-align: justify;
    ---letter-spacing: 1px;
    font-size: 120%;
    clear: both;
}
.chx_p_title{
    font-weight: bold;
    font-size: 300% !important;
}
.chx_p_title1{
    font-weight: bold;
    font-size: 150% !important;
}
.ckx_hide{display: none;}
.ckx_item_p1{
    text-align: justify;
}
.ckx_blue1{
    color: #333;
    font-weight: lighter;
    letter-spacing: 1px;
}
.ckx_blue2{
    color: #333;
    letter-spacing: 1px;
    font-weight: lighter;
    text-align: justify;
}
.ckx_blue3{
    color: #333;
    letter-spacing: 1px;
    font-weight: bolder;
    text-align: justify;
}
.ckx_blue4 {
    color: #333;
    letter-spacing: 1px;
    font-weight: bolder;
    text-align: justify;
}
.ckx_write1{
    color: #fff;
    letter-spacing: 1px;
    font-weight: lighter;
    text-align: justify;
    font-size: 200%;
}
.ckx_write2{
    color: #fff;
    letter-spacing: 1px;
    font-weight: bolder;
    text-align: justify;
    font-size: 200%;
}
.ckx_bai{
    text-align: center;
    font-size: 500% !important;
    font-weight: bold;
}
.ckx_text-center{
    text-align: center !important;
}
.ckx_img{
    max-width: 100%;
    height: auto;
    transition:all 2s;
}
.ckx_img1{
    float: left;
    clear: both;
}
.ckx_img:hover{
    cursor: crosshair;
    transform: scale(1.2);
}
.ckx_round{
    border-radius: 50%;
    border: 1px #fff solid
}
.ckx_blue_box{
    background-color: #005cb9;
    margin-top: 1%;
    color: #fff;
    padding: 10px;
}
.ckx_blue_box h5{
    font-size: 300%;
    letter-spacing: 3px;
}
.ckx_blue_box p{
    font-size: 120%;
    letter-spacing: 1px;
    text-align: justify;
    padding: 1% 0 1% 0;
}
.ckx_color_ddd{
    color: #ddd !important;
}
.ckx_color_ddd:hover{
    color: #fff !important;
    cursor: pointer;
}
.ckx_m{
    margin: 3% 0 0 0;
}