/* 全局 */
*{padding:0;margin:0;font-family: "思源黑体","黑体",SimHei;}
body{padding:0;margin:0;text-align:left;background:#b44638;}
body,html{width:100%;background:#b44638;}
div,p,img,span,form,table,td,input{margin:0;padding:0}
a,textarea,button,input,ul,li,div,span,td{appearance: none;-webkit-appearance:none;}
.fl{float:left}
.fr{float:right}
.fc{text-align:center}
.ma{margin:0 auto;}
.clear{clear:both}
.clear::after{content: "";display: block;clear: both;}
a:link{text-decoration:none}
a:visited{text-decoration:none}
a:active{text-decoration:none}
a:hover{text-decoration:none}
.disnone{display: none !important;}
.display{display: block !important;}
img{width: 100%;display: block;}
ul li{list-style:none}
.fixed{position: fixed !important;}

.whole{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.mab50{
    margin-bottom: 50px;
}
.dh{
    width: 100%;
    /* height: 406px; */
    background: url("../images/en/dhbg.png") bottom center no-repeat;
    position: relative;
    display: inline-block;
    /* position: fixed;
    top:0;
    left: 0;*/
    z-index: 10000; 
    padding-bottom: 2.4%;
}
.dh-left{
    width: 35%;
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 100;
    display: flex;
    justify-content: end;
}
.dhlist{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.dhlist li{
    font-size: 17px;
    color: #fef5d9;
}
.dhlist li a{
    display: inline-block;
    font-size: 17px;
    color: #fef5d9;
}
.dhlist li a::after {
    display: block;
    content: "";
    height: 3px;
    width: 60%;
    margin: 5px auto;
    background: none;
    opacity: 0;
    color: #fef5d9;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
}
.dhlist li:hover a::after ,.dhlist li.active a::after{
    background: #fef5d9;
    transform: scale(1, 1);
    opacity: 1;
}
.logo{
    width: 20%;
    margin: 1% 0;
}
.line{
    width: 100%;
    height: 230px;
    position: relative;
    display: flex;
    justify-content: center;
}
.line-nr{
    width: 100%;
    height: 100%;
    background: url("../images/en/line.png") center no-repeat;
    background-size: auto 100%;
    animation: widthshow ease-in-out 5s infinite;
    /* display: flex;
    justify-content: center; */
    overflow: hidden;
}
@keyframes widthshow{
    0%{
        width: 0.1%;
    }
    100%{
        width: 100%;
    }
}
.mainlogo{
    width: 30%;
    margin: 0 auto;
    display: block;
}
.dh-right{
    width: 35%;
    position: absolute;
    top: 15%;
    right: 5%;
    z-index: 100;
}
.secdh{
    width: 100%;
    height: 205px;
    background: url("../images/en/dhbg2.png") bottom center no-repeat;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
}
.secdh-left{
    width: 30%;
    height: 128px;
    padding: 25px 0;
    box-sizing: border-box;
    position: relative;
}
.seclogo{
    width: 8%;
    margin: 25px 5%;
}
.secdh-right{
    width: 40%;
    height: 178px;
    padding: 50px 60px;
    box-sizing: border-box;
    position: relative;
}
.subdh{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.subdh-list{
    width: 442px;
    height: 54px;
    background: url("../images/en/subdhbg.png") no-repeat;
    background-size: contain;
    display: none;
}
.left1{
    margin-left: 0;
}
.left2{
    margin-left: calc((100% - 422px) / 5 * 1);
}
.left3{
    margin-left: calc((100% - 422px) / 5 * 2);
}
.left4{
    margin-left: calc((100% - 422px) / 5 * 3);
}
.left5{
    margin-left: calc((100% - 422px) / 5 * 4);
}
.subdh-list ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subdh-list ul li{
    font-size: 15px;
    color: #fef5d9;
    padding: 0 15px;
    border-right: 1px solid #fef5d9;
}
.subdh-list ul li a{
    font-size: 15px;
    color: #fef5d9;
}
.subdh-list ul li:last-child{
    border: none;
}
.mob-dh{
    display: none;
}
.mob-menu{
    display: none;
}
.foot{
    width: 100%;
    position: relative;
    background: #b44638;
    padding-bottom: 50px;
}
.footyuan{
    width: 654px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -327px;
}
.footdh{
    width: 94%;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}
.footdh-left{
    width: 40%;
}
.footdh-right{
    width: 40%;
}
.footdh-main{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #fef5d9;
}
.footdh-main ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footdh-main ul li{
    width: 18%;
    font-size: 18px;
    line-height: 2;
    color: #fef5d9;
}
.footdh-main ul li a{
    font-size: 18px;
    line-height: 2;
    color: #fef5d9;
}
.footdh-sub{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.footdh-sublist{
    width: 18%;
}
.footdh-sublist li{
    font-size: 16px;
    line-height: 2;
    color: #fef5d9;
    margin: 15px 0;
}
.footdh-sublist li a{
    font-size: 16px;
    line-height: 2;
    color: #fef5d9;
}
.footlogo{
    width: 12%;
}
.footbq{
    width: 100%;
    background: #a83c30;
}
.footbq-nr{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.foot-item{
    width: 70%;
}
.foot-item p{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.foot-item p a{
    color: #fff;
}
span.ba{
    width: 18px;
    display: inline-block;
}
.foot-link{
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.foot-icon{
    width: 50px;
    position: relative;
}
.qrcode{
    width: 150px;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -75px;
    z-index: 1000;
    display: none;
}
.foot-icon:hover .qrcode{
    display: block;
}
.part1{
    width: 100%;
    height: 1140px;
    margin-top: -95px;
    background: url("../images/en/bg1.jpg") center no-repeat;
    display: inline-block;
}
.bg2{
    background: url("../images/en/bg2.jpg") center no-repeat;
}
.abouttab{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.abouttab-nr{
    width: 90%;
    height: 88%;
    margin: 6% auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pad40{
    padding: 40px;
    box-sizing: border-box;
}
.abouttab-nr p{
    font-size: 20px;
    color: #5b4d41;
    line-height: 1.5;
    text-align: justify;
}
.about-h1{
    width: 100%;
    font-size: 46px;
    color: #a64d3e;
    /* line-height: 1.5; */
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
.about-h2{
    width: 100%;
    font-size: 20px;
    color: #a64d3e;
    line-height: 1.5;
    font-weight: normal;
}
.about-right{
    width: 80%;
}
.about-lingdao{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.lanmuline{
    width: 100%;
    position: relative;
    z-index: 100;
}
.part3{
    width: 100%;
    height: 890px;
    margin-top: -95px;
    background: url("../images/en/tabbg1.png") center no-repeat;
    background-size: cover;
    display: inline-block;
}
.maintitle{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.part4{
    width: 100%;
    height: 790px;
    margin-top: -95px;
    background: url("../images/en/bg3.jpg") center no-repeat;
    display: inline-block;
}
.leaderlist{
    width: 100%;
    margin: 2% auto;
    display: flex;
    justify-content: space-between;
}
.leader{
    width: 24%;
}
.leader-info{
    width: 100%;
    padding: 10px;
    padding-top: 100px;
    margin-top: -100px;
    box-sizing: border-box;
    border: 1px solid #a95646;
    border-radius: 10px;
}
.leader-pic{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.leader-name{
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    color: #a95646;
    text-align: center;
    font-weight: bold;
}
.leader-subname{
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #a95646;
    text-align: center;
    margin-bottom: 15px;
}
.officeblock{
    width: 640px;
    margin: 0 auto;
    position: relative;
}
.office-part1{
    width: 100%;
    background: url("../images/en/office1.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
}
.office-line1,.office-line2,.office-line3{
    width: 100%;
    margin: 20px 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.office-part2{
    width: 100%;
    background: url("../images/en/office2.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}
.office-part3{
    width: 100%;
    background: url("../images/en/office3.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}
.office1-tanchu{
    width: 100%;
    height: 100%;
    background: url("../images/en/officebg1.jpg") no-repeat bottom center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 30px;
    display: none;
}
.office-close{
    width: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.office-title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.office-nr,.office-nr p{
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
}
.office2-tanchu{
    width: 100%;
    height: 100%;
    background: url("../images/en/officebg2.jpg") no-repeat bottom center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 30px;
    display: none;
}
.office3-tanchu{
    width: 100%;
    height: 100%;
    background: url("../images/en/officebg3.jpg") no-repeat bottom center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 30px;
    display: none;
}
.part6{
    width: 100%;
    margin-top: -100px;
    background: #952f24;
    display: flex;
    justify-content: end;
}
.daolan-left{
    width: 30%;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.daolan-right{
    width: 70%;
    border-top-left-radius: 15%;
    overflow: hidden;
    background: #f5e4d2;
}
.daolan-map{
    width: 100%;
}
.daolan-info{
    width: 70%; 
    margin-right: 10%;
    margin-bottom: 30px;  
}
.daolan-title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.daolan-title .icon{
    width: 55px;
    margin-right: 15px;
}
.daolan-nr{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}
/* list */
.list{
    width: 100%;
    margin-top: -90px;
    background: url("../images/en/listbg.jpg") #faebd8 no-repeat bottom center;
    background-size: 100% auto;
    display: flex;
    padding-bottom: 500px;
}
.listblock{
    width: 80%;
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
}
.listdh{
    width: 250px;
    margin-top: 90px;
    background: url("../images/en/rightg.jpg") no-repeat top #964032;
    background-size: cover;
    border-top-left-radius: 150px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    position: relative;
    z-index: 500;
}
.listhead{
    width: 85%;
    margin: 0 auto;
    /* margin-bottom: 50px; */
}
.rightdhline{
    width: 1px;
    height: 80px;
    background: #f2e4d4;
    margin: 15px 0;
}
.listcontent{
    width: 85%;
    margin: 0 auto;
}
.twlist{
    width: 100%;
    margin-top: 30px;
}
.twlist li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #a95646;
}
.twlist li:last-child{
    border: none;
}
.listpic{
    width: 20%;
}
.listpic img{
    border-radius: 15px;
    overflow: hidden;
}
.listdetail{
    width: 75%;
    display: flex;
    flex-direction: column;
}
.listname{
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
    color: #a95646;
    margin-bottom: 20px;
}
.listname a{
    font-size: 25px;
    line-height: 1.5;
    color: #a95646;
}
.listzy{
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #595757;
    margin-bottom: 20px;
}
.listmore{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}
.listdate{
    font-size: 18px;
    line-height: 1.5;
    color: #898989;
}
.readmore{
    width: 100px;
    height: 40px;
    border-radius: 25px;
    background: #a95646;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-right: 30px;
}
.readmore a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.onlinemore{
    width: 100px;
    height: 40px;
    border-radius: 25px;
    background: #a97246;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.onlinemore a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.listpage{
    width: 100%;
    margin: 30px 0;
}
.listpage ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.listpage ul li{
    width: 45px;
    font-size: 25px;
    color: #898989;
    line-height: 25px;
    padding-top: 30px;
    text-align: center;
    
}
.listpage ul li.active{
    color: #a95646;
    background: url("../images/en/pagenav.png") top no-repeat;
    background-size: contain;
}
.listpage ul li.active a{
    color: #a95646;
}
.listpage ul li a{
    font-size: 25px;
    color: #898989;
    line-height: 25px;
}
.listpage ul li.prev,.listpage ul li.next{
    width: 10px;
}
.list.exhibg{
    background-image: none;
    padding-bottom: 50px;
}
.part1.visitbg1{
    height: auto;
    background: #f3e7d9;
}
.part1.visitbg2{
    background-image: url("../images/en/visitbg2.jpg");
}
.visitinfo-left{
    width: 55%;
    margin-right: 5%;
}
.visitinfo-right{
    width: 40%;
}
.flexalignend{
    align-items: end;
}
.article{
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    color: #5b4d41;
    padding-bottom: 50px;
    margin-top: 50px;
}
.article p{
    font-size: 20px;
    line-height: 1.5;
    color: #5b4d41;
    margin-bottom: 30px;
    text-align: justify;
}
.article-title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #a64d3e;
    line-height: 1.5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #a64d3e;
}
.article-content{
    width: 100%;
    margin-bottom: 50px;
    font-size: 18px;
    color: #595757;
    line-height: 1.5;
}
.article-content p{
    font-size: 18px;
    color: #595757;
    line-height: 2;
    margin-bottom: 0;
}
.article-content img{
    max-width: 100%;
    
}

/* notebook */
@media screen and (max-width: 1441px) {
    .by-nr3{
        top: 60%;
    }
    .toptab-nr p{
        font-size: 16px;
    }
    .toptab-nr p.big{
        font-size: 26px;
    }
    .videoname{
        font-size: 20px;
    }
    .ww-title{
        font-size: 16px;
    }
    .footdh-main ul li a{
        font-size: 16px;
    }
    .footdh-sublist li a{
        font-size: 14px;
    }
    .sectab-content p{
        font-size: 16px;
    }
    .about-h1{
        font-size: 36px;
    }
    .about-h2{
        font-size: 36px;
    }
    .abouttab-nr p{
        font-size: 16px;
    }
    .abouttabname p{
        font-size: 20px;
    }
    .cgxz-content p{
        font-size: 16px;
    }
    .kfxx-info h1{
        font-size: 33px;
    }
    .kfxx-info p{
        font-size: 16px;
    }
    .ld-name{
        font-size: 23px;
    }
    .ld-job{
        font-size: 16px;
    }
    .ld-jj p{
        font-size: 16px;
    }
    .jg-jj p.red{
        font-size: 23px;
    }
    .listname{
        font-size: 21px;
    }
    .listzy{
        font-size: 16px;
    }
    .listdate{
        font-size: 16px;
    }
    .readmore{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .zcname{
        font-size: 18px;
    }
    .zccontent p{
        font-size: 18px;
    }
    .xxgknews-time{
        font-size: 20px;
    }
    .xxgknews-title a{
        font-size: 24px;
    }
    .xxgknews-jj{
        font-size: 18px;
    }
    .cszl-jj{
        font-size: 18px;
    }
    .cszl-part p{
        font-size: 18px;
    }
    .cszl-wwyear p{
        font-size: 16px;
    }
    .cszl-wwname{
        font-size: 16px;
    }
    .xztitle{
        font-size: 36px;
    }
    .xzsubtitle{
        font-size: 24px;
    }
    .xz-jj{
        font-size: 20px;
    }
    .cp-title p{
        font-size: 20px;
    }
    .cp-title p.big{
        font-size: 36px;
    }
    .cp-jj{
        font-size: 20px;
    }
    .cp-list-title{
        font-size: 16px;
    }
    .cp-list-jj, .cp-list-jj p{
        font-size: 14px;
    }
    .wc-jj p{
        font-size: 18px;
    }
    .wctitle{
        font-size: 21px;
    }
    .ydzhibo-title{
        font-size: 26px;
    }
    .spnav-name{
        font-size: 28px;
    }
    .tplist-name{
        font-size: 18px;
    }
    .wzlistname{
        font-size: 23px;
    }
    .wzlistzy{
        font-size: 16px;
    }
    .xsnj-title{
        font-size: 18px;
    }
    .article p{
        font-size: 18px;
    }
    .wc-jj{
        font-size: 18px;
    }
    .wccp-name{
        font-size: 18px;
    }
    .coffee-jjwz{
        font-size: 18px;
    }
    .coffee-place-wz{
        font-size: 18px;
    }
    .coffee-item-name{
        font-size: 22px;
    }
    .coffee-item-subname{
        font-size: 16px;
    }
    .coffee-item-price{
        font-size: 40px;
    }
    .coffee-name{
        font-size: 31px;
    }
    .ydyx-jj{
        font-size: 20px;
    }
    .ydyx-title-zw{
        font-size: 21px;
    }
    .ydyx-subtitle{
        font-size: 18px;
    }
    .ydyx-list-zy{
        width: 90%;
        font-size: 16px;
    }
    .zggnavtitle{
        font-size: 24px;
    }
    .zggnum{
        font-size: 55px;
    }
    .zgg-title{
        font-size: 40px;
    }
    .zgg-jj{
        font-size: 18px;
    }
    .zgg-jj p{
        font-size: 18px;
    }
    .cp-detail-title p.big{
        font-size: 40px;
    }
    .cp-detail-title p{
        font-size: 20px;
    }
    .cp-detail-text p{
        font-size: 20px;
    }
    .mainlogo{
        width: 40%;
    }
}

/* mob */
@media screen and (max-width: 750px){
    .dh{
        display: none;
    }
    .mob-dh{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 0 10px;
        box-sizing: border-box;
        background: #b44638;
        position: fixed;
        z-index: 1000;
    }
    .mob-logo{
        width: 40px;
    }
    .mob-bar{
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .border1,.border2,.border3{
        width: 100%;
        height: 5px;
        position: relative;
        background: #fffddd;
        transition: all 0.1s ease-out;
    }
    .mob-bar.open .border1{
        transform: rotate(45deg);
        transform-origin: 0 0;
    }
    .mob-bar.open .border2{
        opacity: 0;
    }
    .mob-bar.open .border3{
        transform: rotate(-45deg);
        transform-origin: 0 100%;
    }
    .mob-menu{
        width: 100%;
        height: calc(100vh - 60px);
        background: #b44638;
        position: fixed;
        top:60px;
        left: 0;
        z-index: 10000;
        overflow-y: auto;
    }
    .dhlist{
        width: 100%;
        flex-wrap: wrap;
    }
    .dhlist li{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .mob-sub{
        width: 100%;
        background: #781e14;
    }
    .mob-sub ul{
        display: flex;
    }
    .mob-sub ul li{
        width: auto;
    }
    .dhlist li a::after{
        display: none;
    }
    .part1{
        margin-top: 60px;
        height: auto;
    }
    .bg2,.part3,.part4,.part6{
        margin-top: -25px;
        height: auto;
        background-size: cover;
    }
    .toptab{
        flex-direction: column-reverse;
    }
    .tabbg1{
        background-image: url("../images/en/tabbg2.png");
    }
    .toptab-title{
        margin-top: 60px;
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        background: url("../images/en/bg1.jpg") center no-repeat;
    }
    .toptabname{
        width: 60px;
    }
    .toptabname img{
        width: 30px;
        height: 30px;
    }
    .toptabname img.big{
        width: 50px;
        height: auto;
    }
    .toptabname p{
        font-size: 14px;
    }
    .toptabblock{
        width: 100%;
    }
    .index-biaoyu{
        display: none;
    }
    .index-lead{
        width: 100%;
        margin-left: 0;
    }
    .index-info{
        padding: 0;
    }
    .index-info-ewm{
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
    .h260{
        display: none;
    }
    .toptab-nr p.big{
        font-size: 22px;
    }
    .toptab-nr.pad80{
        padding: 0;
    }
    .videopart{
        width: 45%;
    }
    .videopic{
        border-radius: 15px;
        margin-bottom: 15px;
    }
    .videoname{
        font-size: 14px;
    }
    .geduan{
        height: 100px;
        background-size: cover;
    }
    .part2{
        height: 643px;
    }
    .tab{
        flex-wrap: wrap;
    }
    .tab-title{
        width: 100%;
        max-width: 100%;
        height: auto;
        flex-direction: row;
        margin-bottom: 15px;
    }
    .tabname{
        width: 16%;
    }
    .tabblock{
        width: 100%;
        height: 100%;
    }
    .tabnum{
        padding-left: 45px;
        margin-bottom: 10px;
    }
    .tabname.active .tabnum{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .tab-content{
        border-radius: 0;
    }
    .tablanmu,.tabname.active .tablanmu{
        width: 100%;
    }
    .tablanmu::after{
        margin-top: 10px;
    }
    .tabname{
        justify-content: end;
        flex-wrap: wrap;
    }
    .pos1,.pos2{
        top: 3%;
        left: 10%;
    }
    .sectab-point{
        width: 15px;
        height: 15px;
    }
    .sectab-content p{
        font-size: 14px;
    }
    .sectab-wenwu{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ww-title{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .footyuan,.footdh{
        display: none;
    }
    .footbq-nr{
        flex-wrap: wrap;
    }
    .foot-item,.foot-link{
        width: 100%;
    }
    .foot-item p{
        font-size: 14px;
    }
    .foot-icon{
        width: 30px;
    }
    .secdh{
        display: none;
    }
    .abouttab{
        flex-direction: column-reverse;
    }
    .abouttab-title{
        width: 100%;
        max-width: 100%;
        margin-top: 60px;
        background: url("../images/en/bg1.jpg") center no-repeat;
        flex-direction: row;
        padding-bottom: 15px;
    }
    .about-name{
        width: 60px;
    }
    .abouttabname{
        width: 70px;
    }
    .abouttabname img{
        padding: 0;
    }
    .abouttabname.active img{
        background: none;
    }
    .abouttabname p{
        font-size: 14px;
    }
    .abouttabblock{
        width: 100%;
        height: auto;
    }
    .about-left{
        display: none;
    }
    .about-right{
        width: 100%;
    }
    .about-right.pad40{
        padding: 0;
    }
    .about-h1,.about-h2{
        font-size: 18px;
    }
    .abouttab-nr p{
        font-size: 14px;
    }
    .about-small{
        width: 100%;
    }
    .aboutbg1,.aboutbg2,.aboutbg3{
        background-position: center;
    }
    .lingdao-pic{
        width: 80px;
    }
    .lingdao-detail{
        width: calc(100% - 100px);
    }
    .ld-name{
        font-size: 20px;
    }
    .ld-jj{
        margin-top: 10px;
    }
    .about-lingdao{
        margin-bottom: 10px;
    }
    .about-lanmu,.about-lanmu2{
        background: none;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .about-lmmane{
        width: 70px;
    }
    .cgxz{
        display: none;
    }
    .kfxx,.fwss,.cszl{
        margin-top: 0;
        display: inline-block;
    }
    .kfxx-nr{
        width: 100%;
        height: 775px;
        background-position: 10% top;
    }
    .kfxx-content{
        width: 90%;
        height: 100%;
        left: 5%;
        box-sizing: border-box;
    }
    .kfxx-info{
        width: 100%;
    }
    .aboutpart2{
        height: auto;
    }
    .fwss-content{
        width: 100%;
        padding: 10px;
        border-radius: 0;
    }
    .fwss-but1,.fwss-but2{
        display: none;
    }
    .zhanlan{
        margin-top: 0;
    }
    .zhanlanmain{
        width: 100%;
        border-radius: 0;
        padding-top:70px;
    }
    .article{
        margin-top: 15px;
    }
    .position{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .article-title{
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .article p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .cangping{
        margin-top: 0;
        background-size: cover;
        height: 1300px;
    }
    .cp-mainswipe{
        width: 100%;
    }
    .cp-picgundong{
        width: 100%;
    }
    .cp-pic{
        width: 80%;
        height: 600px;
        margin: 100px auto;
    }
    .cp-title p.big{
        font-size: 24px;
    }
    .cp-title p{
        font-size: 16px;
    }
    .cp-mainswipe{
        margin-top: 70px;
    }
    .cp-title{
        height: 150px;
    }
    .cp-button-next,.cp-button-prev{
        width: 40px;
        z-index: 100;
    }
    .cp-jj{
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
    }
    .cp-content{
        width: 90%;
        height: auto;
        padding: 30px;
    }
    .cp-close{
        width: 15px;
        padding: 15px;
    }
    .cp-detail-title p.big{
        font-size: 26px;
    }
    .cp-detail-title p,.cp-detail-text p{
        font-size: 16px;
    }
    .cp-detail-pic{
        height: 270px;
    }
    .cp-listen{
        width: 30px;
    }
    .cszlmain{
        flex-wrap: wrap;
        padding-top: 60px;
        justify-content: center;
        background-size: cover;
    }
    .cszlhead{
        margin-top: 60px;
    }
    .cszlblock{
        width: 100%;
    }
    .cszltitle{
        width: 30%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cszlnrtype1{
        flex-direction: column;
    }
    .cszl-left,.cszl-right{
        width: 100%;
        margin-bottom: 15px;
        box-shadow: none;
    }
    .cszl-wwyear,.cszl-wwpic{
        margin-bottom: 15px;
    }
    .cszltishi.fr{
        float: none;
    }
    .cszlnrtype2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cszl-nav{
        margin-top: 0px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cszlline{
        display: none;
    }
    .cszl-navname{
        width: 40%;
        margin-top: 55px;
    }
    .list{
        margin-top: 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .listdh{
        width: 100%;
        border-radius: 0;
        flex-direction: row;
        justify-content: space-around;
        padding: 0;
        margin-top: 60px;
    }
    .about-name{
        display: none;
    }
    .abouttabname img{
        width: 40px;
        height: 40px;
    }
    .rightdhline{
        display: none;
    }
    .listblock{
        width: 100%;
        margin-top: 60px;
    }
    .listname{
        font-size: 18px;
    }
    .listdate{
        font-size: 14px;
    }
    .readmore{
        font-size: 14px;
        width: 95px;
        height: 30px;
        line-height: 30px;
    }
    .onlinemore{
        font-size: 14px;
        width: 95px;
        height: 30px;
        line-height: 30px;
    }
    .twlist li{
        flex-wrap: wrap;
        justify-content: center;
    }
    .listdetail{
        width: 100%;
    }
    .listpic{
        width: 50%;
        margin-bottom: 10px;
    }
    .listpage ul li{
        width: 30px;
        font-size: 18px;
    }
    .listpage ul li a{
        font-size: 18px;
    }
    .listpage ul li.prev, .listpage ul li.next{
        width: 8px;
    }
    .wcicon{
        width: 40px;
    }
    .wctitle{
        font-size: 18px;
    }
    .wc-jj{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .wccpblock{
        width: 100%;
    }
    .wcpic{
        margin-bottom: 10px;
    }
    .wccp-name{
        font-size: 16px;
    }
    .wcline.short{
        height: 30px;
    }
    .xcpsp{
        display: none;
    }
    .ydzhibo{
        border-radius: 10px;
        margin: 30px auto;
    }
    .ydzhibo-title{
        font-size: 18px;
        bottom: 0;
    }
    .playbut{
        width: 50px;
    }
    .splistnav{
        width: 90%;
        margin: 30px auto;
    }
    .spnav-name{
        font-size: 16px;
        line-height: 1.5;
        margin-top: 0px;
    }
    .spnav-icon1,.spnav-icon2,.spnav-icon3{
        width: 30px;
        height: 30px;
    }
    .spnav-block{
        width: 100px;
        height: 100px;
    }
    .spnavline{
        height: 20px;
        top:55px;
    }
    .tplist-name{
        font-size: 16px;
    }
    .tplist{
        grid-template-columns: repeat(2, 45%);
    }
    .tplist li{
        margin-bottom: 15px;
    }
    .xzlist{
        margin-top: 30px;
    }
    .xztitle{
        font-size: 26px;
        background-size: 16px;
        background-position-y:11px;
    }
    .xzsubtitle{
        font-size: 20px;
    }
    .xz-more a{
        font-size: 16px;
    }
    .xzlist li.active .xz-pic{
        display: none;
    }
    .xz-jj{
        width: 100%;
        font-size: 16px;
    }
    .xsnjblock{
        width: 100%;
        background-color: #f5e3cf;
    }
    .xsnjmian{
        width: 100%;
    }
    .xsnjlist{
        background: none;
        grid-template-columns: repeat(1, 80%);
    }
    .zctitle{
        font-size: 20px;
    }
    .zcmenu{
        flex-wrap: wrap;
    }
    .zclist{
        width: 100%;
        margin-right: 0%;
        border-right: none;
        border-bottom: 1px solid #c3a785;
    }
    .zcname{
        font-size: 16px;
        margin: 10px 0;
    }
    .xxgknews{
        width: 100%;
        margin:0 auto;
        border-radius: 0;
    }
    .xxgnewskblock{
        flex-wrap: wrap;
        justify-content: end;
    }
    .xxgknews-time{
        width: 100%;
        font-size: 16px;
        height: 30px;
        border-top: 1px solid #e1cfb9;
    }
    .xxgkicon2{
        width: 30px;
    }
    .xxgknews-content{
        width: 90%;
        border: none;
    }
    .xxgkline{
        left: 15px;
    }
    .xxgknews-title,.xxgknews-title a{
        font-size: 20px;
    }
    .xxgknews-jj{
        font-size: 16px;
    }
    .ydyxlogo{
        width: 40%;
        margin: 15px auto;
    }
    .ydyx-jj{
        margin-top: 15px;
        font-size: 18px;
    }
    .ydyx-list li{
        flex-wrap: wrap;
        justify-content: center;
    }
    .ydyx-right{
        margin-bottom: 25px;
    }
    .ydyx-list-pic{
        width: 80%;
        margin-bottom: 15px;
    }
    .ydyx-detail{
        width: 100%;
    }
    .ydyx-title-zw{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .ydyx-more{
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        width: 50px;
    }
    .ydyx-subtitle{
        font-size: 16px;
    }
    .yicoffee{
        margin-top: 60px;
        display: inline-block;
    }
    .coffeehead-jjblock{
        width: 40%;
        background-size: cover;
        left: 0;
    }
    .coffee-jj{
        height: 100%;
    }
    .coffee-jjwz{
        font-size: 14px;
        line-height: 1;
    }
    .coffee-logo{
        display: none;
    }
    .coffee-place,.coffee-biaoyu{
        display: none;
    }
    .coffee-zhaopai{
        padding: 30px 0;
    }
    .coffee-name{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .coffee-icon{
        width: 40px;
        margin-bottom: 10px;
    }
    .coffee-line{
        width: 60px;
    }
    .coffee-zp-title{
        margin-bottom: 30px;
    }
    .coffee-list{
        flex-wrap: wrap;
    }
    .coffee-item{
        width: 45%;
    }
    .coffee-item-pic{
        margin-bottom: 15px;
    }
    .coffee-item-price{
        font-size: 25px;
    }
    .coffee-master-title{
        width: 100%;
    }
    .coffee-item-name{
        font-size: 20px;
    }
    .coffee-tab-name{
        margin-right: 10px;
    }
    .zgg{
        margin-top: 60px;
        display: inline-block;
    }
    .zhinantitle{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .zhinan-detail p{
        font-size: 16px;
    }
    .kaifangzhinan{
        width: 40px;
    }
    .zgg-jj p{
        font-size: 16px;
    }
    .zggnavtitle{
        font-size: 20px;
    }
    .zggnav{
        display: none;
    }
    .zggright{
        width: 100%;
    }
    .zggnav{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .zggcontent{
        padding: 50px;
        justify-content: start;
    }
    .zggpage{
        width: 150px;
        top: 10px;
        bottom: auto;
    }
    .zggpageprev, .zggpagenext{
        font-size: 16px;
    }
    .view360{
        width: 40px;
    }
    .zgg-title{
        font-size: 25px;
    }
    .zggline{
        display: none;
    }
    .wc-leftpart{
        width: 20%;
    }
    .wctitle br{
        display: block;
    }
    #kfzn{
        top: 20%;
    }
    .ydyx-icon{
        width: 25px;
    }
    .cangpingnew{
        margin-top: 0;
    }
    .cangping-second{
        width: 40%;
        font-size: 18px;
    }
    .cp-listnew-detail,.cp-listnrnew{
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    .cpnewslist{
        margin-top: 90px;
    }
    .cp-mainlistnew{
        column-count:2;
    }
    .cp-nav ul li{
        width: 25px;
        font-size: 16px;
    }
    .cp-nav ul li.nav-prev, .cp-nav ul li.nav-next{
        width: 8px;
    }
    .cp-listnrnew{
        margin-top: 15px;
    }
    .zgg-mainlist{
        column-count:2;
    }
    .zgg-more{
        width: 70%;
        padding-top: 20px;
    }
    .zgg-more img{
        width: 60%;
    }
    .leaderlist{
        flex-wrap: wrap;
        justify-content: center;
    }
    .leader{
        width: 80%;
        margin-bottom: 15px;
    }
    .leader-name{
        font-size: 20px;
    }
    .leader-subname{
        font-size: 16px;
    }
    .officeblock{
        width: 100%;
    }
    .office-line1, .office-line2, .office-line3{
        font-size: 18px;
    }
    .part6{
        flex-wrap: wrap;
        justify-content: center;
    }
    .daolan-left{
        width: 80%;
    }
    .daolan-info{
        width: 100%;
        margin-right: 0;
    }
    .daolan-title .icon{
        width: 30px;
    }
    .daolan-title{
        font-size: 25px;
    }
    .daolan-right{
        width: 100%;
        border-radius: 0;
        background-color: #a97246;
    }
    .visitinfo-left{
        width: 100%;
        margin-right: 0;
    }
    .visitinfo-right{
        width: 100%;
    }
    .pad40{
        padding: 20px;
    }
    .about-h1{
        margin-bottom: 20px;
    }
    .part1.visitbg2{
        margin-top: -20px;
    }
    .list{
        padding-bottom: 50px;
    }
}