
@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: #000000; */
    }
}
@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;
    }
}
@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;
    }
}
@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;
    }
}
@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;
    }
}
@media screen and (min-width: 1413px) {  
    .contentpage {
        margin: 0;
        padding: 0;
        height: 100vh;
   }
}
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%;
    /* background-color: yellowgreen; */
    align-items: center;
    z-index: 99;

}
.cwbannner{
    left: 0;
    width: 100%;
    height: auto;
    /* height: 100%; */
    /* object-fit: cover; */
    /* z-index: 99; */
    /* top: -100px; */
}
.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;
    /* margin-left: 0.3vw; */
}
.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%;
}
.cw_container{
    width: 85.05%;
    margin-left: 6.7%;
    /* background-color: yellowgreen; */
    display: flex;
    flex-wrap: wrap;
}
.glor_oneblok{
    /* width: 26vw; */
    width: 31%;
    height: auto;
    text-align: center;
    border: 1px solid #EBE0C5;
    margin-top: 42px;
    border-radius: 8px;
    margin-left: 18px;
    margin-right: 8px;
}
.glor_onebloka{
    width: 31%;
    height: auto;
    text-align: center;
    border: 1px solid #EBE0C5;
    margin-top: 32px;
    border-radius: 8px;
}
.glor_one{
    width: 100%;
  height: 36vh;
}
.glor_onetext{
    height: 60px;
    font-weight: 400;
    font-size: 18px;
    color: #684B00;
    line-height: 60px;
    letter-spacing: 1px;
    /* background-color: palevioletred; */
    margin-top: -4.8px;


    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;


}
.glor_onetext:hover{
    background-color: #EEE6D3;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}
/* 底部 */
.divbgb{
    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%;

}
