.dalislide {
    padding-bottom: 40px;
}
.dalislide.ban1 {
    height: calc(100vh - 50px);
}
.dalislide.ban2, .dalislide.ban3, .dalislide.ban4 {
	height: 70vw;
}
.dalislide .intro {
    width: 80%;
    height: auto;
    position: absolute;
    left: 5%;
    top: 60px;
    z-index: 10;
    color: #000000;
    background-color:rgba(255,255,255,0.8);
    padding:20px;
}
.dalislide .intro .t1 {
    font-size: 1.6rem;
    line-height: 150%;
}
.dalislide.ban2 .intro, .dalislide.ban3 .intro {
    top: 30px;
}
.dalislide.ban2 .intro .t1, .dalislide.ban3 .intro .t1 {
    font-size: 1rem;
}
.dalislide .intro .t2 {
    font-size: 1rem;
    line-height: 150%;
}
.dalislide .intro .t3 {
    font-size: 0.75rem;
    line-height: 180%;
    margin-top: 20px;
}
.dalislide .intro .t4 {
    font-size: 0.875rem;
    line-height: 150%;
    margin-top: 5px;
}
.dalislide .intro a, a.whta {
    display: block;
    line-height: 30px;
    background: #005636;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    margin-top: 20px;
}

.dalislide .slideb {
	bottom: 0;
}
.dalislide .slideb em {
    width: 20px;
    height: 2px;
    margin: 0 4px;
    border-radius: 0;
}
.dalislide .slideb em.on {
    width: 35px;
    background: #005636;
}
.dalislide .slideleft, .dalislide .slideright {
    display: none;
}

.bkt {
    margin-top: 0;
    line-height: 100%;
    font-size: 1.25rem;
    text-align: center;
}
.wht1 {
    position: absolute;
    left: 5%;
    top: 30px;
    z-index: 10;
    font-size: 1rem;
    line-height: 150%;
    color: #fff;
}
a.whta {
    position: absolute;
    left: 5%;
    top: 50px;
    z-index: 10;
}
.wht2 {
    position: absolute;
    left: 5%;
    bottom: 20px;
    z-index: 10;
    font-size: 1.25rem;
    color: #fff;
}


.des {
    display: none;
}

.yearbox {
    width: 92%;
    margin: 20px auto 0 auto;
    height: auto;
    position: relative;
    overflow: hidden;
}
.pname {
    line-height: 110%;
    font-size: 2.5rem;
    color: #d0d3d4;
    padding-bottom: 20px;
}
.yrow {
    height: auto;
    overflow: hidden;
    border-left: 2px solid #ddd;
    padding-left: 20px;
    padding-bottom: 30px;
}
.yrow span {
    display: block;
}
.y {
    font-size: 2rem;
    color: #ccc;
    line-height: 3rem;
    border-bottom: 1px solid #ddd;
}
.yrow.on {
    border-left: 2px solid #005636;
}
.yrow.on .y {
    font-size: 4rem;
    line-height: 5rem;
    color: #005636;
}
.t {
    font-size: 1.125rem;
    line-height: 300%;
    color: #222;
}
.c {
    font-size: 0.75rem;
    line-height: 160%;
    color: #999;
}
.yrow img {
    display: block;
    max-width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.opendes {
    cursor: pointer;
}
.openbox {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    display: none;
}
.openbox img.desbg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.openbox .gsmask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .1);
    /* 毛玻璃效果 */
    backdrop-filter: blur(30px);
}
.openbox .descont {
    width: 92%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}
.descel {
    display: table-cell;
    vertical-align: middle;
}
.desc span {
    display: block;
    margin: 0 auto;
    color: #fff;
    line-height: 180%;
}
.desc span:nth-child(1) {
    font-size: 1.5rem;
}
.desc span:nth-child(2) {
    font-size: 0.875rem;
    font-weight: bold;
}
.desc span:nth-child(3) {
    font-size: 1rem;
    margin-top: 20px;
}
.desp {
    margin-bottom: 20px;
}
.desp img {
    display: block;
    width: 100%;
    max-height: 50vh;
}
.openbox .closedes {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
    cursor: pointer;
}
.openbox .closedes path {
    fill: #fff;
}
.desleft, .desright {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 50px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    z-index: 10;
}
.desleft {
    left: 50px;
}
.desright {
    right: 50px;
}
.desleft .svg, .desright .svg {
    width: 50%;
    height: 50%;
    display: block;
    object-fit: contain;
    margin: 25%;
}
.desleft .svg path, .desright .svg path {
    fill: #005636;
}
.desleft:hover, .desright:hover {
    background: #005636;
}
.desleft:hover .svg path, .desright:hover .svg path {
    fill: #fff;
}
