@charset "UTF-8";
@import url(./wapfooter.css);
@import url(./wappublic.css);
.footer_info a:nth-child(1) .iconfont{
    display: flex;
    margin: auto;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../images/index_fot01a.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.footer_info a:nth-child(1) p{
    color: #D3A66F !important;
    opacity: 1 !important;
}
.ba_a{
    display: inline-block;
    width: 100%;
    font-size: 0.25rem;
    text-align: left;
    padding-left: 0.35rem;
}
.main{
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom:1.5rem;
}
.main_box{
    width:100%;
    height:8.62rem;
    position: relative;
}
/* 头部背景轮播图 */
.top_banner{
    width: 100%;
    height:100%;
}
.top_banner .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_box_right{
    /* width: 80%; */
    height: 0.73rem;
    line-height: 0.73rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.06rem rgba(0,0,0,0.1);
    border-radius: 0.37rem 0 0 0.37rem;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    z-index: 99;
    padding: 0 0.2rem 0 0.5rem;
    justify-content: space-between;
}
.main_box_right_le{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.23rem;
    color: #000000;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.main_box_right_le b{
    color: #D3A66F;
    font-weight: 500;
    position: relative;
}
.main_box_right_le b::before{
    content: "";
    width: 0.05rem;
    height: 0.05rem;
    background: #D3A66F;
    border-radius: 50%;
    position: absolute;
    top: 0.35rem;
    left: -0.2rem;
}
.main_box_right_more{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.19rem;
    color: #000000;
    opacity: 0.45;
}
.box2{
    width: 100%;
    background: #fff;
    border-radius: 0.6rem 0.6rem 0 0;
    padding: 1rem 0.3rem 0rem 0.3rem;
    position: absolute;
    top: 8rem;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box2_item{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:0.35rem;
}
.box2_item img{
    margin-bottom: 0.15rem;
}
.box2_item span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.25rem;
    color: #000000;
}
.box2_icon01{
    width: 0.54rem;
    height: 0.52rem;
}
.box2_icon02{
    width: 0.57rem;
    height: 0.51rem;
}
.box2_icon03{
    width: 0.56rem;
    height: 0.52rem;
}
.box2_icon04{
    width: 0.6rem;
    height: 0.51rem;
}
.box2_icon05{
    width: 0.48rem;
    height: 0.52rem;
}
.box2_icon06{
    width: 0.59rem;
    height: 0.46rem;
}
.box2_icon07{
    width: 0.56rem;
    height: 0.52rem;
}
.box2_icon08{
    width: 0.53rem;
    height: 0.52rem;
}
.box2_icon09{
    width: 0.51rem;
    height: 0.52rem;
}
.box2_icon10{
    width: 0.56rem;
    height: 0.52rem;
}
.box2_icon11{
    width: 0.49rem;
    height: 0.52rem;
}
.box2_icon12{
    width: 0.55rem;
    height: 0.52rem;
}
.box3{
    width:92%;
    margin: 0 auto;
    height: 1.89rem;
    border-radius: 1.17rem;
    margin-top: 4.7rem;
    margin-bottom: 0.49rem;
    border-radius: 10px;

}
.box3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;    border-radius: 10px;

}
.box4{
    width: 92%;
    margin: 0 auto;
    display:flex;
    flex-direction: column;
}
.box4_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.47rem;
}
.box4_top_left{
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 0.3rem;
    color: #111110;
}
.box4_top_more{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.25rem;
    color: #000000;
    opacity: 0.45;
}
.box4_info{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box4_info_item{
    width: 30%;
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F6EFE9;
    border-radius: 0.28rem;
    margin-bottom: 0.3rem;
    margin-right: 0.34rem;
}
.box4_info_item:nth-child(3n){
    margin-right: 0;
}
.box4_info_item img{
    width: 0.91rem;
    height: 0.91rem;
    margin-bottom: 0.2rem;
    border-radius: 50%;
}
.box4_info_item span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.35rem;
    text-align: center;
}
.box4_top_more:active,.main_box_right_more:active{
    opacity:1;
}


.box05{
    width: 92%;
    margin: 0 auto;
    display:flex;
    flex-direction: column;
    margin-top: 0.3rem;
}
.tab{
    width: 100%;
}
.tab_list{
    width: 100%;
}
.tab_list ul{
    width: 100%;
    display: flex;
    align-items: center;
}
.tab_list ul li{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.31rem;
    color: #8B8B8B;
    margin-right: 0.48rem;
}
.current{
    font-family: PingFang SC;
    font-weight: bold !important;
    font-size: 0.31rem;
    color: #000 !important;
    position: relative;
}
.current::after{
    content: "";
    width: 0.7rem;
    height: 0.04rem;
    background: #D3A66F;
    border-radius: 0.03rem;
    position: absolute;
    top: 0.55rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
}
.tab_con{
    width: 100%;
}
.item{
    width: 100%;
    display: none;
}
.box05_info{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.6rem;
}
.box05_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom:0.01rem solid #0000001a;
    padding-bottom: 0.26rem;
    margin-bottom: 0.34rem;
}
.box05_item_top{
    width: 100%;
    display: flex;
    align-items: center;
}
.box05_item_zd{
    padding: 0.05rem 0.1rem;
    background: #F5EBDF;
    border-radius: 0.03rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.19rem;
    color: #A77649;
    text-align: center;
}
.box05_item_top_text{
    width: 85%;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.3rem;
    color: #000000;
    margin-left: 0.2rem;
}
.box05_item_time{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.22rem;
    color: #8B8B8B;
    margin-top: 0.25rem;
}
.box05_item_time span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.22rem;
    color: #8B8B8B;
    margin-left: 0.2rem;
}
.box05_item_img{
    width:100%;
    height: 3.65rem;
    display: flex;
    margin-top: 0.23rem;
}
.box05_item_img a{
    display: inline-block;
    width: 100%;
}
.box05_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box05_li{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.box05_li_item{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #0000001a;
    padding-bottom: 0.26rem;
    margin-bottom: 0.34rem;
}
.box05_li_item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.box05_li_item_left{
    width: 70%;
    display: flex;
    flex-direction: column;
    padding-right:5%;
}
.box05_li_item_left div:nth-child(1){
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.44rem;
    /* text-align: justify; */
    margin-bottom: 0.35rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box05_li_item_left div:nth-child(1) a{
    width: 100%;
    display: inline-block;
}
.box05_li_item_left div:nth-child(2){
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.22rem;
    color: #8B8B8B;
    text-align: justify;
    display: flex;
    align-items: center;
}
.box05_li_item_left div:nth-child(2) span{
    margin-left: 0.2rem;
}
.box05_li_item_img{
    width: 30%;
    height: 1.5rem;
    display: flex;
    position: relative;
}
.box05_li_item_img .box05_img01{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bf_icon{
    padding: 0.06rem 0.15rem;
    border-radius: 0.17rem;
    background: rgba(0,0,0,0.48);
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    z-index: 9;
    transform: scale(0.75);
}
.bf_icon img{
    width: 0.14rem;
    height: 0.15rem;
    margin-right: 0.1rem;
}