@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%;
    /* background-color: yellowgreen; */
    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;
    /* 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;
    align-items: center;
}
.linone{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    height: 100px;
    padding-bottom: 30px;
   /* background-color: cadetblue; */
    align-items: center;
}
.sthline{
    position: absolute;
    width: 85%;
    height: 1px;
    background: #D9D9D9;
    /* background: red; */
    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;
    align-items: center;
}
.thlinka{
    height: 96px;
    align-items: center;
}
.thlink{
    height: 96px;
    align-items: center;
    margin-left:52px;
}
.thlinka:hover{
    height: 96px;
    border-bottom: 4px solid #9B7001;
    align-items: center;
}
.thlinka:hover .thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #CFA129;
    margin-top: 36px;
    text-align: center;
}
.thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin-top: 34px;
    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%;
}
/* 联系方式 */
.chophone{
    display: flex;
    justify-content: space-around;
    width: 96%;
    height: 200px;
    /* background-color: plum; */
    margin-top: 64px;
    margin-left: 2%;
}
.ph_teleblock{
    width: 230px;
    /* height: ; */
   align-items: center;
   text-align: center;
   /* background-color: paleturquoise; */
}
.pho_ww{
    width: 55px;
    height: 55px;
}
.pho_text{
    font-weight: 400;
    font-size: 23px;
    color: #000000;
    line-height: 26px;
    text-align: center;
    margin-top: 15px;

}
.pho_statics{
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 26px;
    margin-top: 19px;
}
.bosadress{
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 45px;
    margin-left: 7.9%;
}
.bosad{
    font-weight: 500;
    font-size: 27px;
    color: #9B7001;
    line-height: 45px;
    margin-left: 46.5%;
    margin-top: 70px;
}
.imgadblock{
    position: relative;
    width: 84.89%;
    height: 100%;
    margin-top: 28px;
    margin-left: 7.55%;
    text-align: center;
    /* background-color: yellowgreen; */
    background-image: url('/image/aboubotbgc.png');
    background-repeat: no-repeat; /* 图片不重复 */
    background-position: center; /* 图片居中 */
    /* background-size:1560px 1023px;  */
    background-size:contain;
}
.nashopone{
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 3%;
    margin-left: 53%;
}
.nashotwo{
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 30.3%;
    margin-left: 19.5%;
}
.nashothree{
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 40%;
    margin-left: 28.5%;
}

.nashofour{
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 34.7%;
    margin-left: 32.9%;
}
.nashofive{
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 30.6%;
    margin-left: 39.5%;
}
.nashosix{
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 24%;
    margin-left: 36.7%;
}
.hidden{
    display: none;
}
.nashopone:hover + .yeblockone{
    display: block; /* 鼠标悬浮时显示 */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    display: flex;
    z-index: 1;
    margin-left: 59%;
    margin-top: 2.4%;
}
.nashotwo:hover + .yeblocktwo{
    display: block; /* 鼠标悬浮时显示 */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    display: flex;
    z-index: 1;
    margin-left: 25.5%;
    margin-top: 29.6%;
}
.nashothree:hover + .yeblockthree{
    display: block; /* 鼠标悬浮时显示 */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    display: flex;
    z-index: 1;
    margin-left: 34.6%;
    margin-top: 39.3%;
}
.nashofour:hover + .yeblockfour{
    display: block; /* 鼠标悬浮时显示 */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    display: flex;
    z-index: 1;
    margin-left: 39%;
    margin-top: 34%;
}
.nashofive:hover + .yeblockfive{
    display: block; /* 鼠标悬浮时显示 */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    display: flex;
    z-index: 1;
    margin-left: 45.6%;
    margin-top: 29.7%;
}
.nashosix:hover + .yeblocksix{
    display: block; /* 鼠标悬浮时显示 */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    display: flex;
    z-index: 1;
    margin-left: 42%;
    margin-top: 23.3%;
}
.nashoseven:hover + .yeblockseven{
    display: block; /* 鼠标悬浮时显示 */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    display: flex;
    z-index: 1;
    margin-left: 49.5%;
    margin-top: 20.9%;
}
.nashoseven{
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 21.6%;
    margin-left: 43.6%;
}
.abousunshine{
    width: 1.7rem;
    height: 1.7rem;
}
.nashoptexte{
    font-weight: bold;
    font-size: 0.85rem;
    color: #FFEDBD;
    line-height: 30px;
    margin-left: 12px;
    letter-spacing: 1px;


}
.adresimg{
    width: 100%;
    height:495px;
    background-color: palegreen;
}
.adness{
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 43px;
    letter-spacing: 1px;
    margin-top: 10px;
}

/* 地图 */
.yeblockone{
    display: none;
    /* display: flex; */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    z-index: 1;
    margin-left: 59%;
    margin-top: 2.4%;
}
.yeblocktwo{
    display: none;
    /* display: flex; */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    z-index: 1;
    margin-left: 25.5%;
    margin-top: 29.6%;
}
.yeblockthree{
    display: none;
    /* display: flex; */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    z-index: 1;
    margin-left: 34.6%;
    margin-top: 39.3%;
}
.yeblockfour{
    display: none;
    /* display: flex; */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    z-index: 1;
    margin-left: 39%;
    margin-top: 34%;
}
.yeblockfive{
    display: none;
    /* display: flex; */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    z-index: 1;
    margin-left: 45.6%;
    margin-top: 29.7%;
}

.yeblocksix{
    display: none;
    /* display: flex; */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    z-index: 1;
    margin-left: 42%;
    margin-top: 23.3%;
}
.yeblockseven{
    display: none;
    /* display: flex; */
    position: absolute;
    width: 481px;
    height: 371px;
    width: 30.83%;
    height:30.26% ;
    z-index: 1;
    margin-left: 49.5%;
    margin-top: 20.9%;
}
.yeleft{
    width: 7%;
    height: 11.6%;
}
.aboutyui{
    width: 100%;
    height: 100%;
}
.yeright{
    width: 93%;
    height: 100%;
    background-color:#FEEBBB;
}
.yetit{
    position: relative;
    height: 17.2%;
    width: 100%;
}
.yetity{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 500;
    font-size: 20px;
    color: #663F3F;
    line-height: 30px;
}
.grline{
    width: 90%;
    margin-left: 5%;
    border: 1px solid #663F3F20;
    margin-bottom: 6px;
}
.yebottom{
   height: 82%;
}
.yedouble{
    display: flex;
    width: 100%;
    height: 13%;
    margin-left: 7%;
    align-items:center;
}
.abouone{
    width: 12px;
    height: 15px;
}
.aboutwo{
    width: 14px;
    height: 12px;
}
.abouthree,
.abouseven{
    width: 14px;
    height: 11px;
}
.aboufour{
    width: 13px;
    height: 13px;
}
.aboufive{
    width: 14px;
    height: 13px;
}
.abousix{
    width: 13px;
    height: 14px;
}
.abouadress{
    font-weight: 400;
    font-size: 15px;
    color: #663F3F;
    line-height: 25px;
    margin-left: 11px;
}
/* 底部 */
.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%;

}
