.swipebox {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 25px;
    margin-top: 10px;
}

.swipe {
    width: 100%;
    visibility: hidden;
    overflow: hidden;
    position: relative;
}

.swipeli {
    width: 100vw;
    height: 42vw;
    overflow: hidden;
    float: left;
    position: relative;
}
.swipelip {
    width: calc(100% - 20px);
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
}
.swipelip img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swipenavi {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0px;
}

.pager em {
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #ddd;
    margin: 0 2px;
    font-style: normal;
    overflow: hidden;
    font-size: 0px;
}

.pager em.on {
    width: 40px;
    background: #999;
}

.tz {
    width: calc(100% - 20px);
    height: 40px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 10px;
}
.tz p {
    display: block;
    width: 40px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.tz p .svg {
    width: 20px;
    height: 20px;
    margin: 10px auto;
    display: block;
    object-fit: contain;
}
.tz p .svg path {
    fill: #666;
}

.FontScroll {
    width: calc(100% - 100px);
    height: 30px;
    line-height: 30px;
    float: left;
    margin-top: 5px;
    overflow: hidden;
}

.tzu li {
    font-size: 0.75em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

a.tzmore {
    display: block;
    width: 60px;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    float: right;
    text-align: center;
    font-size: 0.75em;
    cursor: pointer;
}

.probox .bkt p {
	left: 10%;
	top: 0;
	z-index: 0;
}
.probox .bkt p .svg path {
    fill: #e9e9e9;
}

.pro {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.proli {
    width: calc(50% - 15px);
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}
.proli a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    float: left;
}
.proli a img {
    width: 90%;
    height: auto;
    display: block;
    object-fit: contain;
    margin: 10px auto;
}
.proli a span {
    display: block;
    margin: 5px 10px 0 10px;
    height: auto;
    overflow: hidden; 
    text-align: center;
}
.proli a span.t1, .proli a span.j1 {
    line-height: 160%;
    font-size: 0.875em;
}
.proli a span.t2 {
    font-size: 0.625em;
    color: #999;
    line-height: 16px;
}
.proli a span.j1 {
    color: #d30000;
}
.proli a span.j2 {
    color: #999;
    font-size: 0.625rem;
    margin-top: 0;
}
.probox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
}
.probox .pro {
    display: none;
}
.probox .pro.on {
    display: block;
}
.probox .proli a {
    border: 0;
    background: #fff;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.probox .proli a img {
    width: 70%;
    margin: 0px auto;
}
.probox .proli a span {
    max-height: none;
}
a.promore {
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 0.8em;
    overflow: hidden;
    clear: both;
}

a.newsp {
    display: block;
    height: 42vw;
    margin: 0 30px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.newsp span {
    display: block;
    width: 100%;
    line-height: 50px;
    padding: 30px 10px 0 10px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7)); 
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newsli {
    margin: 10px 30px;
    height: auto;
    overflow: hidden;
}
.newsli a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.875em;
    line-height: 150%;
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}
