
.lay1{
    background:url('../images/lay1_bg.jpg') no-repeat ;
    background-size: 100% 100%;
}
.lay2{
    background:url('../images/lay2/lay2_bg.jpg') no-repeat ;
    background-size: 100% 100%;
}
.lay3{
    background:url('../images/lay3_bg.jpg') no-repeat ;
    background-size: 100% 100%;
}
.lay1_tt{
    width: 80%;
    margin: 0 auto;
    background:url('../images/lay1_tt.png') no-repeat ;
    background-size: 100% 100%;
    color: #fdebd0;
    padding: 10px 80px;
    box-sizing: border-box;
}
.lay1_tt h3{
    font-size: 26px;
    line-height: 40px;
}
.lay1_tt h3 a{
    color: #fdebd0;
    text-decoration: none;
}
.lay1_tt h3 a:hover{
    text-decoration: underline;
}
.lay1_tt p{
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    text-indent: 2em;
}

.lay1_list{
    background:url('../images/lay1_listbg.png')no-repeat;
    background-size: 100% 100%;
    width: 80%;
    position: relative;
    /* min-width: 1100px; */
    padding: 40px 40px;
    margin-top:5vh;

}
.lay1_img {
    /* width: 600px;
    height: 400px; */
    width: 600px;
    height: 365px;
    display: block;
    position: absolute;

    background:url('../images/lay1_picbg.png')no-repeat;
    background-size: 100% 100%;
    padding-left: 10px;
    padding-top: 10px;


}
.lay1_swiper{
    width: 100%;
    height: 100%;
overflow: hidden;
}
.lay1_swiper .lay1img{
    width: 600px;
    height: 365px;
}
.lay1_img img{
    width: 600px;
    height: 365px;
   
}
.lay1_swiper p{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 10px 0;
    text-align:center;
}
.lay1_swiper p a{
text-decoration: none;
    color: #fff
}
.lay1_swiper p a:hover{
text-decoration: underline;
}
.lay1_border{
    margin: 10px 0;
}
.lay1_border img{
width:100%;
}
.more {
float:right;
}
.more a{
color:#000;
text-decoration: none;
}
.more a:hover{
text-decoration: underline;
}
.lay1_wzlist{
    /* width: 560px; */
    /* margin-left: 570px; */
    width: 46%;
    margin-left: 52%;
    text-align: left;
overflow: hidden;
padding-bottom: 8vh;
}
.lay1_wzlist h5 a{
    color:#3f3f3f;
    text-decoration: none;
    font-size: 26px;
}
.lay1_wzlist h5 a:hover{
    text-decoration: underline;
}
.lay1_wzlist p{
    font-size: 16px ;
    color: #3f3f3f;
    line-height: 26px;
    text-indent: 2em;
    text-align: left;
}
.lay1_wzlist ul li a{
    color:#3f3f3f;
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
}
.lay1_wzlist ul li a:hover{
    text-decoration: underline;
}
/* lay2 */
.lay2_list{
    background:url('lay2_listbg.png')no-repeat;
    background-size: 100% 100%;
    width: 100%;
    text-align: left;
    position: relative;
}
.lay2_rl{
    background:url('lay2_rl.png')no-repeat;
    background-size: 100% 100%;
    width: 28%;
    min-width: 500px;
    height:640px;
    position: absolute;
    top: -5vh;
}
.lay2_text{
    width: 45%;
    margin-left: 50%;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}
.lay2_text ul li a{
    color:#3f3f3f;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    height: 40px!important;
}
.lay2_text ul li a:hover{
    text-decoration: underline;
}
.lay2_icon{
    position: absolute;
    top: 30%;
    cursor: pointer;
}
.lay2_icon1{
    left: 20%;
    top: 31%;
}
.lay2_icon2{
right: 30%;
}
.lay2_day{
    position: absolute;
    top: 28%;
    width: 20%;
    left: 35%;
}
.lay2_swiper{
    height: 300px;
    overflow:overlay!important;
    display: none;
}
.day19{
    display: block;
}
.lay2_swiper .swiper-wrapper{
    width: 90%;
}
.lay2_day img{
    width: 100%;
    display: none;
}
.lay2_day img.active{
    display: block;
}
.lay2_swiper .swiper-slide{
    width: 100% !important;
    height: 40px!important;
}
.swiper2_btn{
    position: absolute;
    top: 10%;
    width: 20px;
    height: 60px;
    background:#e0dfdd;
    border-radius: 20px;
    right: 20px;
    padding:40px 10px;
}
.swiper2_next{
    position: absolute;
    top: 20%;
    background:url('lay2_icon3.png')no-repeat!important;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block !important;
    cursor: pointer;
}
.swiper2_prev{
    position: absolute;
    top: 60%;
    background:url('lay2_icon4.png')no-repeat!important;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block !important;
    cursor: pointer;
}