@media screen and (max-width: 430px){
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.21);
        transform-origin: 0 0;
        width: 1876px;
        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{
    position: relative;
    width: 100%;
    height:100px;
    /* background-color: #C68F00; */
}
.backbgc{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #CFAB82;
    z-index: 9999;
}
.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;
}
/* 导航 */
.linkthree{
    position: relative;
    height: 100px;
    width: 100%;
}
.linone{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    height: 100px;
    padding-bottom: 30px;
  /* background-color: cadetblue; */
}
.sthline{
    position: absolute;
    width: 85%;
    height: 1px;
    background: #D9D9D9;
    /* background: red; */
    margin-top: 99px;
    margin-left: 7.9%;

}
.thlinka{
    height: 96px;
    align-items: center;
    /* margin-left:7.9%; */
}
.thlinka:hover{
    height: 96px;
    /* background-color: yellowgreen; */
    border-bottom: 4px solid #000000;
    align-items: center;
}
.thlinka:hover .thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}
.thlink{
    height: 96px;
    align-items: center;
    margin-left:52px;
}
.thlink:hover{
    height: 96px;
    /* background-color: yellowgreen; */
    border-bottom: 4px solid #000000;
    align-items: center;
    margin-left: 52px;
}
.thlink:hover .thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}
.thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #4D4D4D;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}
.chodetail{
    height: 96px;
    /* background-color: yellowgreen; */
    border-bottom: 4px solid #000000;
    align-items: center;
}

.chodetailtext{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}
/* 列表 */
.listblock{
    display: flex;
    flex-direction: column;
    width: 100%;
    /* background-color: yellow; */
}
.nexttopallthreefd{
    padding-top: 22px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 85.05%;
    justify-content: space-between;
    /* background-color: aquamarine; */
}
.fdstatic{
    position: relative;
    /* display: flex; */
    width: 49.05%;
    height: 330px;
    border-radius: 8px;
    background:#ffffff;
    border: 2px solid rgba(198,143,0,0.39);
    margin-top: 16px;
}
.fdstatic:hover{
    background-image: linear-gradient(to bottom right, #F5DDBB, #CAAD90);
    border: 2px solid #C68F00;

}
.fdstatic:hover .fdone{
    color: #996F00;
}
.fdstatic:hover .fdtwo{
    color: #684B00;
}
.fdstatic:hover .fdthree{
    color: #996F00;
}
.fdstatic:hover .needline{
    color: #996F00;
    text-decoration:underline;
}
.fdone{
    /* font-weight: 600; */
    font-size: 16px;
    color: #999A9A;
    line-height: 29px;
    text-align: left;
    margin-top: 23px;
    margin-left: 3.9%;
}
.fdtwo{
    width: 92.38%;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 34px;
    text-align: left;
    margin-left: 3.81%;
    margin-top: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fdthree{
    width: 92.38%;
    font-size: 19px;
    color: #999A9A;
    line-height: 30px;
    text-align: left;
    margin-left: 3.81%;
    margin-top: 3%;
    margin-bottom: 5%;


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

}
.needline{
    position: absolute;
    /* font-weight: 600; */
    font-size: 14px;
    color: #999A9A;
    line-height: 29px;
    text-align: left;
    margin-left: 3.9%;
    /* margin-top: 2.7%; */
    bottom: 15px;

}
/* 底部 */
.divbgb{
    display: flex;
    width: 100%;
    height: 234px;
    background-color: #313131;
    align-items: center;
    margin-top: 80px;
}
.divdou{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bottotexte{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    margin-left: 7.5%;
}
.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%;
}
