@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{
    /* position: relative; */
    height: 100%;
    width: 100%;
    margin: 0;
    /* background-color:#ffffff; */
    z-index: -999;
}
.divbgc{
    /* overflow:hidden; */
    position: relative;
    width: 100%;
    height:100px;
    /* z-index: 9999; */
}
.backbgc{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #CFAB82;
    z-index: 99999;
}
.topbanner{
    display: flex;
    justify-content: center;
    width: 60%;
    height: 100%;
    /* background-color: yellowgreen; */
    align-items: center;
    z-index: 99;

}
.inbanner{
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin-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;
}
.textblock:hover{
    width: 140px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    text-align: center;
}
.textblock:hover .textpacetime{
     color: #000000;
    font-weight: bold;

}
.textpacetime{
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 56px;
}
/* 内容 */
.newstit{
    /* width: 1337px; */
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 46px;
   /* background-color: aqua; */
   text-align: center;
    margin-top: 63px;
}
.releasedata{
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    line-height: 31px;
    margin-top: 27px;
    text-align: center;
}
.centerimg{
    width: 660px;
    height: 497px;
    /* margin: 0 auto; */
    margin-top: 47px;
    margin-left: 50%;
    transform: translate(-50%,0);
}
.contantnews{
    width: 68.7%;
   margin: 0 auto;
   margin-top: 63px;
   font-size: 23px;
   font-weight: 500;
   color: #000000;
}
.contantnews img {
    max-width:100%; /* 图片宽度最大为容器宽度 */
    height: auto; /* 自动调整高度以保持图片比例 */
}
/*灰色 */
.licheng{
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100px;
    background-color:#F7F7F7 ;
 }
 .thurty{
    /* width: 1632px; */
    width: 90%;
    /* background-color: peru; */
    display: flex;
    justify-content: space-around;
    /* margin-left: 144px; */
    margin: 0 auto;
 }
.grayblone{
    position: relative;
    width: 12.25%;
    /* height: 198px; */
    /* background: #FFFFFF; */
    display: flex;
    /* margin-top: 63px; */
}
.returnlist{
   position: absolute;
   width: 28px;
   height: 31px;
   left: 15%;
   margin-top: 37px;
}
.retext{
    position: absolute;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    /* line-height: 31px; */
    /* right :12%; */
    /* margin-left: 20px; */
    left: 38%;
   margin-top: 37px;

}

/* 底部 */
.divbgb{
    display: flex;
    width: 100%;
    height: 234px;
    background-color: #313131;
    align-items: center;

}
.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%;

}
