*{
    font-family: Arial, sans-serif;
    direction: ltr;
}
.img-full{
    width: 100%;
    height: auto;
}
.reset-animation{
    animation: none !important;
}
.cyjn_col1bg1_231205{
    background-image: url("../images/www.jpg")!important;
}
.clr1{
    background-color: #644242;
}
.clr2{
    background-color: #744040;
}
.clr3{
    background-color: #9d6b54;
}

/**/
#menu{
    width: auto;
    height: 100%;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    top: 0!important;
}
#menu li a{
    transition: all 0.5s;
}
#menu li:hover a{
    font-weight: bold;
    font-size: 20px;
    margin-left: -28px;
}
#menu .active{
    flex-basis: 0!important;
}

/**/
.box-col{
    width: 20%;
    height: 100%;
    position: relative;
    background-image: url("../images/img2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    align-content: center;
}
.shell{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
}
.box{
    flex: 1;
    overflow: hidden;
    transition: .5s;
    box-shadow: 10px 10px 20px rgba(0,0,0,.5);
    background-color: #FFFFFF;
    position: relative;
}
.box a{
    text-decoration: none;
    display: flex;
    justify-content: center;
}
.box a p{
        position: absolute;
    color: #fff;
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.5rem;
    bottom: 0;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    background-image: linear-gradient(0deg, #938acf, rgba(0,0,0,0.02));
}
.box a img{
    /*width: 100%;*/
    height: 100%;
    object-fit: revert;
    position: absolute;
    transition: transform 1s, width 1s;

}
.box:hover a img{
    transform: scale(1.5,1);
    width: 100%;
}
.active{
    flex-basis: 20%;
}

/* 容器样式 */
.col-mm {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* 图片容器样式 */
.image-container {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

/* 所有图片默认隐藏 */
.image-container img {
    position: absolute;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* 当前活动的图片显示 */
.image-container img.active1 {
    opacity: 1;
}

/* 悬停区域样式 */
.hover-boxes {
    position: absolute;
    width: 50%;
    height: 100%;
    display: block;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    flex-direction: column;
    background-image: url("../images/img8.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header-title{
    width: 100%;
    position: relative;
}
.header-title h2{
    display: inline-block;
    position: relative;
    left: 5%;
    height: 5rem;
    line-height: 5rem;
}
.header-title span{
    position: absolute;
    right: 10%;
    line-height: 5rem;
    z-index: 99;
}
.header-title span a{
    transition: all 0.2s;
}
.header-title span:hover a{
    font-size: 1.2rem;
    color: darkred;
}
.header-title span::after{
    content: '»';
    position: absolute;
    opacity: 0;
    transition: all 0.2s;
}
.header-title span:hover::after{
    opacity: 1;
    margin-left: 2px;
    font-size: 1.2rem;
    color: darkred;
}
.column-flex{
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.column-flex .demo {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    /*background-color: #f0f0f0;*/
    cursor: pointer;
    text-align: center;
    align-content: center;
    margin-bottom: 10px;
    box-shadow: #ccc 0 3px 5px 0;
}
.column-flex .demo span{
    position: absolute;
    width: 0;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    top: 0;
    transition: width 0.7s;
}
.column-flex .demo p{
    width: 100%;
    height: 100%;
    position: relative;
    align-content: center;
    transition: color 0.5s,font-size 0.5s;
}
.column-flex .demo:hover p{
    color: #005c97;
    font-size: 1.2rem;
}
/*.column-flex .demo p:after{*/
/*    content: '>>--------------------';*/
/*}*/
/*.column-flex .demo p:before{*/
/*    content: '--------------------<<';*/

/*}*/
.column-flex .demo:hover span {
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #938acf, #f5f7f9);
}

/**/
@keyframes my1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}





<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-06-17 11:18:21" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->