/* #region 首页 */
@media screen and (max-width:980px){html,.hdmk{width:1200px!important;}}
body{background: url('../img/bodybj.png') no-repeat center 0; width:100%; height:100%;background-color: #e2d7c1;}
html, body, div, span, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, tt,dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td,ul,li,p,a,input{ margin: 0;padding: 0;  }
input,select,textarea{ vertical-align:middle;}
img{ border:0;}
ul,li{ list-style-type:none;}
a:link,a:visited{text-decoration:none; color:#333;}
.clear {clear: both;}
.clearfix:after {clear: both;content:'';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix{zoom:1}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.lh_top{
    width: 100%;
    height: 480px;
}
.wxlogin-box {
   width:1150px;
   height:100px;
   margin:0 auto;
}
.wxlogin {
   /*width:400px;*/
   height:50px;
   float:right;
   margin-top:30px;
   position:relative;
}
.whg-logo {
  width:100%;
  height:92px;
  text-align:center;
  margin-top:73px;
}

.nav_box{
    width: 100%;
    height: 55px;
    position:relative;
    margin-bottom:20px;
}
.lh_nav{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    background:url('../img/navbj.png') no-repeat;
    background-size: 100% 100%;
    
}
.lh_nav ul li{
    width:131px;
    float: left;
    height: 56px;
    line-height: 56px;
    text-align: center;
}
#weixin span {
   font-size:16px;
}
.lh_nav ul li a{
    color: #ffffff;
    font-size: 17px;

}
.userUl a{
    font-size:16px;
    color:#5a131e;
    display: inline-flex;
}
.userUl {
    width: 100%;
    text-align:center;
}
.nav_active{
    background: url('../img/sjx.png');
    background-repeat: no-repeat;
    background-position: bottom;
    font-weight:bold;
}

/*文化资讯*/
.lh_whdt{
    width: 1200px;
    height: 560px;
    margin: 75px auto 60px;
}
.lhitem_top{
    width: 100%;
    height: 60px;
}
.lhitem_top_left{
    width: 200px;
    height:100%;
    float: left;
    display:flex;
    align-items:center;
}
.lhitem_top_right{
    width: 80px;
    height: 100%;
    float: right;
    background: url('../img/lh_cion2.png');
    background-repeat: no-repeat;
    background-position: right;
    line-height: 60px;
    cursor: pointer;
}
.lhitem_top_right a{
    color: #5a131e;
    font-size: 15px;
}
.whdt_bom{
    width: 100%;
    height: 480px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}
.whdt_bom_item{
    width: 47.7%;
    height: 200px;
    background-color: #fff;
    transition: all .3s ease;
}
.whdt_bom_item:hover{
    box-shadow: 0 5px 20px 1px rgb(49 49 49 / 20%);
}

.whdt_bom_img{
    width: 205px;
    height: 100%;
    float: left;
}
.whdt_bom_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.whdt_bom_de{
    width: 367px;
    height: 100%;
    float: right;
}
.whdt_bom_de>div{
    padding: 0 18px;
}
.whdt_bom_title{
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
    color: #333;
}
.whdt_bom_jj{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    color: #666;
    line-height:30px;
}
.whdt_bom_time{
    text-align: right;
    margin-top: 10px;
    color: #999;
}



/*活动预约模块*/
.hdmk {
   width:1234px;
   height:275px;
   margin:0 auto;
   display:flex;
   justify-content:space-between;
}
.hdmk > a {
   display:block;
   transition: all .3s ease 0s; 
}
.hdmk > a:hover {
   transform: scale(1.02); 
}

/*非遗保护*/
.lh_whhd{
    width: 1200px;
    height: 100%;
    margin: 70px auto;
    overflow: hidden;
}
.whhd_bom{
    width: 100%;
    height: 290px;
    margin-top: 40px;
}
.whhd_bom ul{
    display: flex;
    justify-content: space-between;
}
.whhd_bom ul li{
    width: 29.5%;
    height: 230px;
}
.whhd_bom ul li:hover .whhd_bom_img>img{
    transform: scale(1.05);
}

.whhd_bom_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.whhd_bom_img img{
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .3s ease-in-out;
}
.whhd_bom_title{
    width: 100%;
    height: 20%;
    background-color: #5a131e;
}
.whhd_bom_title p {
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align:center;
    line-height: 46px;
    padding: 0 20px;
    font-size: 18px;
}


/*看直播*/
.kzb {
   width:1200px;
   height:auto;
   margin:0 auto;
   overflow:hidden;
}
.kzb > a {
   display:block; 
}
.kzb-bom {
   width:100%;
   display:flex;
   height:235px;
   justify-content:space-between;
   margin-top:65px;
}

/*赶大集*/
.gdj{
    width: 100%;
    height: 930px;
    overflow: hidden;
    background:url(../img/ftbj.png) no-repeat center 0;
}
.gdj-box {
    width:1200px;
    height:auto;
    margin:100px auto 0;
    overflow:hidden;
}
.gdj-bom {
   height:310px;
   margin-top:40px;
}
.gdj-item {
   width:31%;
   height:100%;
   float:left;
   margin-right:42px;
   box-shadow: 0 5px 20px 1px rgb(49 49 49 / 20%);
}
.gdj-item:last-child {
   margin-right:0;  
}
.gdj-item-img {
   height:77%;
   overflow:hidden;
}
.gdj-item-img img {
  width:100%;
  height:100%;
  object-fit: cover;
  transition: all .3s ease-in-out;  
}
.gdj-item-img:hover img{
    transform: scale(1.05);
}

.gdj-item-info {
   height:23%;
   background-color:#fff;
}
.gdj-item-info > h2 {
   overflow:hidden;
   white-space:nowrap;
   text-overflow:ellipsis;
   font-size:18px;
   font-weight:normal; 
   padding: 10px 10px 5px;
   color:#333;
}
.gdj-item-info > p {
   overflow:hidden;
   white-space:nowrap;
   text-overflow:ellipsis;
   font-size:14px;
   color:#666666;
   padding: 0 10px;
}

.fyzs_box {
    width: 100%;
    height: 385px;
    background: url(../img/hd_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.lh_fyzs {
   width: 1100px;
   height: 80%;
   margin: 0 auto;
   overflow: hidden;
   margin-top: 40px;
}




.zyzfw_bom {
   width:1085px;
   float:right;
   height: 240px;
   margin-top: 40px;
}
.zyzfw_bom ul li {
   position:relative;
}
.zyzfw_bom ul li img {
width:100%;
height:100%;
object-fit:cover;
}
.zyzfw_bom ul li .zyzfw_bt {
    position: absolute;
    left: -15px;
    top: -10px;
    z-index: 2;
    width: 182px;
    height: 48px;
    background-image:url(../img/zyzbt.png);
    background-repeat:no-repeat;
    text-align: center;
    line-height: 35px;
    color: #553D0C;
    font-size: 16px;
    font-weight: bold;
}
.lh_foot{
    width: 100%;
    height: 50px;
    background-color: #5a131e;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
/*云端艺术资源库悬浮*/
#gjsus {
   width:135px;
   height:117px;
   background-color:#5a131e;
   position:fixed;
   right:-100px;
   top:50%;
   z-index:9999;
   border-radius:5px 0 0 5px;
   
}
#gjsus>p{
    width:35px;
    float:left;
    height:100%;
    color: #fff;
    font-size: 13px;
    text-align:center;
    line-height:35px;
    -webkit-writing-mode: vertical-rl;
     writing-mode: vertical-rl;
     border-right:1px solid #fff;
     cursor:pointer;
}
#gjsus ul {
    float:right;
    width:99px;
    margin-top:11px;
}
#gjsus ul li {
    text-align:center;
    line-height:30px;
}
#gjsus ul li:hover a{
     color:rgba(255,255,255,0.8);
}
#gjsus ul li a{
    color:#fff;
    font-size:13px;
}

#whzyk {
   width:135px;
   height:90px;
   background-color:#5a131e;
   position:fixed;
   left:-100px;
   top:60%;
   z-index:9999;
   border-radius:0px 5px 5px 0px;
   
}
#whzyk>p{
    width:35px;
    float:right;
    height:100%;
    color: #fff;
    font-size: 14px;
    text-align:center;
    line-height:35px;
    -webkit-writing-mode: vertical-rl;
     writing-mode: vertical-rl;
     border-left:1px solid #fff;
     cursor:pointer;
}
#whzyk ul {
    float:left;
    width:99px;
    margin-top:11px;
}
#whzyk ul li {
    text-align:center;
    line-height:30px;
}
#whzyk ul li:hover a{
     color:rgba(255,255,255,0.8);
}
#whzyk ul li a{
    color:#fff;
    font-size:13px;
}
/* #endregion */

