@media screen and (max-width: 430px){
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.21);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #ffffff;

    }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.41);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #ffffff;
    }
}
@media screen and (min-width: 769px) and (max-width: 820px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.428);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #ffffff;
    }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.536);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #ffffff;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1412px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.723);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #ffffff;
    }
}
@media screen and (min-width: 1413px) {  
    .contentpage {
        margin: 0;
        padding: 0;
        height: 100vh;
        background-color: #ffffff;
   }
}
body{
    height: 100%;
    width: 100%;
    margin: 0;
    background-color:#ffffff;
    z-index: -999;
}
/* banner */
.divbgc{
    position: relative;
}
.backbgc{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #CFAB82;
    z-index: 9999;
}
.topbanner{
    position: relative;
    display: flex;
    justify-content: center;
    width: 60%;
    height: 100%;
    align-items: center;
    z-index: 99;
}
.cwbannner{
    left: 0;
    width: 100%;
    height: auto;
}
.cwlogo{
   width: 172px;
   height: 47px;
   margin-left: 57%;
   margin-right: 1.5vw;

}
.chobanner .textblock{
    width: 140px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    text-align: center;
}
.chobanner .textblock .textpacetime{
    color: #000000;
    font-weight: bold;
}

.textblock{
    width: 140px;
    height: 56px;
    border-radius: 28px;
    text-align: center;
}
.textblock:hover{
    width: 140px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    text-align: center;
    /* margin-left: 0.3vw; */
}
.textblock:hover .textpacetime{
     color: #000000;
    font-weight: bold;

}
.textpacetime{
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 56px;
}
/* 导航 */
.linkthree{
    position: relative;
    height: 150px;
    background-color:#fff;
    text-align: center;
    margin-top: -4px;
}
.linone{
    position: absolute;
    display: flex;
    justify-content: space-between;
    height: 100px;
    width: 50%;
    padding-bottom: 30px;
  /* background-color: cadetblue; */
    align-items: center;
    margin-left: 25%;
}
.sthline{
    position: absolute;
    width: 85%;
    height: 1px;
    background: #D9D9D9;
    margin-top: 99px;
    margin-left: 7.9%;

}
.chodetail{
    height: 96px;
    /* background-color: yellowgreen; */
    border-bottom: 4px solid #9B7001;
    align-items: center;
}
.chodetailtext{
    font-weight: 400;
    font-size: 20px;
    color: #CFA129;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}
.thlinka{
    height: 96px;
    align-items: center;
    /* margin-left: 14%; */
}
.thlink{
    height: 96px;
    align-items: center;
    margin-left:6%;
}
.thlink:hover{
    height: 96px;
    /* background-color: yellowgreen; */
    border-bottom: 4px solid #9B7001;
    align-items: center;
    /* margin-left: 6%;  */
}
.thlink:hover .thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #CFA129;
    line-height: 29px;
    margin-top: 38px;
    text-align: center;
}
.thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}

/* 下拉列表 */
.xl_box{
    display: none;
    position: absolute;
    width: 212px;
    background-color: #ffffff;
    align-items: center;
    z-index: 999;
    margin-left: -35px;

}
.xl_text{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    height: 52px;
    /* background-color: palegreen; */
    list-style:none;
    text-align: center;

}
.xl_texta{
    font-weight: 400;
    font-size: 20px;
    color: #CFA129;
    line-height: 30px;
    height: 52px;
    /* background-color: palegreen; */
    list-style:none;
    text-align: center;
}
.xl_texte{
   padding-top: 11px;
}
.xl_text:hover{
    color: #CFA129;
}
.xl_line{
    width: 160px;
    align-items: center;
    height: 1px;
    background-color:#F0F0F0 ;
    margin-left: 26px;
}
.cw_generalsit{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 51px;
    margin-left: 7.9%;
}
/* 大事记 */
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.timeline-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    /* background-color: pink; */
}

.years-list {
    display: flex;
    flex-direction: column;
    width: 9.21%;
    /* background-color: aquamarine; */
    margin-left: 7.9%;
}
.year {
    cursor: pointer;
    user-select: none;
    width: 75%;
    height: 60px;
    align-items: center;
    display: flex;
    padding-left: 25%;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #D9D9D9;
}
.year.active{
    background: linear-gradient( 270deg, rgba(155,112,1,0.16) 0%, rgba(155,112,1,0) 100%);
    border-right: 2px solid #9B7001;
}
.year.active .yedata {
    color: #9B7001; /* 或者您喜欢的突出颜色 */
}
.year.active .yepoint {
     background-color: #9B7001; /*或者您喜欢的突出颜色 */
}
.yepoint{
   width: 5px;
   height: 5px;
   background-color: #D9D9D9;
   border-radius: 50%;
}
.yedata{
    font-weight: 400;
    font-size: 20px;
    color: #777777;
    line-height: 29px;
    margin-left: 13px;
}
.content-area{
    overflow-y: scroll;
    width: 78%;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    max-height: 1350px;
}

/* 右边内容 */
.content{
    width: 100%;
    z-index: 99;
}
.cons{
    position: relative;
    display: flex;
    width: 100%;
    /* background-color: palegoldenrod; */
}
.specifdata{
    width: 15%;
    font-weight: 400;
    font-size: 20px;
    color: #9B7001;
    line-height: 29px;
    margin-top: 40px;
    /* background-color: #CFA129; */
    text-align: right;
}
.lineright{
    width: 5%;
    width: 1px;
    flex-grow: 1;
    border-left: 1px solid #9B7001;
    margin-left: 16px;
    /* background-color: paleturquoise; */
}
.datacurle{
    position: relative;
    width: 17px;
    height: 17px;
    background: #9B7001;
    border-radius: 50%;
    margin-left: -9px;
    /* margin-top: 15px; */
    margin-top: 45px;
}
.whitcurle{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 50%;
}
.liticurle{
    position: absolute;
    transform: translate(-50%,0);
    margin-top: 50.5px;
    width: 9px;
    height: 9px;
    background: #9B7001;
    border-radius: 50%;
}
/* 需要有展开 */
.spadouble{
    position: relative;
    width: 95.4vw;
    width: 100%;
    margin-left:16px;
   /* background-color: palevioletred; */
}
.threetrignle{
    position: absolute;
    left: 0vw;
    top: 12px;
    width: 20px;
    height: 18px;
    margin-top: 30px;
}
.spacontent{
    overflow: hidden;
    position: relative;
    width: 92%;
    background-color: #ffffff;
    max-height: 128px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.19);
    border: 1px solid rgba(151,151,151,0.5);
    margin-top: 30px;
    margin-left: 17.5px;
    /* background-color: palegreen; */
}
/* 不需要有展开 */
.spacontenta{
    overflow: hidden;
    position: relative;
    width: 92%;
    background-color: #ffffff;
    margin-left:2%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.19);
    border: 1px solid rgba(151,151,151,0.5);
    margin-top: 30px;
    margin-left: 17.5px;


}
.hideen{
    display: none;
}
.texte{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 24px;
}
.texteaaa{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
}
.toggle-btn{
   position: absolute;
   text-align: center;
   bottom: 0;
   display: flex;
   align-items: center;
   width: 100%;
   background-color: #fff;
   padding-left: 47%;
}
.spreadtext{
    font-weight: 400;
    font-size: 18px;
    color: #9B7001;
    line-height: 26px;
    /* margin-left: 49%; */
}
.spreadicon,
.retrecticon{
    width: 12px;
    height: 13px;
    margin-left: 7px;
}
.hidden{
    display: none;
}




/* 底部 */
.divbgb{
    /* position: absolute; */
    display: flex;
    width: 100%;
    height: 234px;
    background-color: #313131;
    align-items: center;
    margin-top: 178px;
}
.divdou{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bottotexte{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    margin-left: 7.5%;
    /* background-color: blueviolet; */

}
.bottotextea{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 7.5%;

}
.bottotexteaa{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 7.5%;
}
.bottotexteaa:hover{
    color: #CFAB82;
}

.qrimg{
    position: absolute;
    width: 120px;
    height: 120px;
    right: 7%;

}
