.bkt2 {
    margin-top: 2vw;
    height: 3vw;
}
.bkt2 span {
    display: block;
    float: left;
    color: #666;
    font-size: 1.7rem;
}

.dalislide.slidepro {
    height: 42vw;
}
.dalislide.slidepro .slideb {
    display: none;
}
.proico {
    width: 100%;
    height: 5vw;
    overflow: auto;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
    white-space: nowrap;
	overflow: hidden;
    font-size: 0;
}
.proico>div {
    display: inline-block;
    width: 12.5%;
    text-align: center;
    line-height: 5vw;
    color: rgba(255, 255, 255, .5);
    font-size: 1rem;
    cursor: pointer;
}
.proico>div img {
    display: inline-block;
    height: 60px;
    margin-right: 5px;
    opacity: .5;
    vertical-align: middle;
}
.proico>div:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(232, 65,39, .5);
}
.proico>div.on {
    color: rgba(255, 255, 255, 1);
    background: rgba(232, 65,39, .8);
}
.proico>div.on img, .proico>div:hover img {
    opacity: 1;
}

.dalislide.slidecase {
    height: 40vw;
    background: #fff;
}
.slidep.casep {
    width: 84%;
    float: left;
}
.casep a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.casep a span {
    display: block;
    position: absolute;
    left: 40px;
    bottom: 30px;
    font-size: 2rem;
    color: #fff;
    line-height: 150%;
}
.casep a .svg {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    object-fit: contain;
}
.casep a .svg path {
    fill: #fff;
}
.dalislide.slidecase .slideb, .dalislide.slidecase .slideleft, .dalislide.slidecase .slideright {
    display: none;
}
.caseli {
    width: 16%;
    height: auto;
    float: right;
    overflow: hidden;
}
.caselip {
    width: calc(100% - 20px);
    height: 6.5vw;
    overflow: hidden;
    margin: 0 0 5px 20px;
    position: relative;
    cursor: pointer;
}
.caselip img {
    opacity: .2;
}
.caselip::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caselit {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 30%;
    z-index: 10;
}
.caselit span {
    display: block;
    line-height: 30px;
    font-size: 1rem;
    padding: 0 10px;
    font-weight: bold;
}
.caselit i {
    font-style: normal;
    display: block;
    line-height: 26px;
    font-size: 0.75rem;
    padding: 0 10px;
}
.caselip:hover img {
    opacity: .4;
}
.caselip.on img {
    opacity: 1;
}
.caselip.on .caselit {
    color: #fff;
}
.caselip.on .caselit span {
    font-weight: bold;
}
.caselip.on::after {
    top: 0;
}

.bgp {
    display: block;
    width: 100%;
    height: auto;
}
.about {
    width: 40%;
    height: auto;
    position: absolute;
    left: 11%;
    top: 3vw;
    border-left: 4px solid #e84127;
    padding-left: 30px;
    padding-bottom: 10px;
}
.about span {
    display: block;
}
.about span:nth-child(1) {
    font-size: 4.5rem;
    line-height: 100%;
}
.about span:nth-child(2) {
    font-size: 1.875rem;
    margin-top: 25px;
    line-height: 120%;
}
.about span:nth-child(3) {
    font-size: 1rem;
    line-height: 180%;
    margin-top: 30px;
}

.newsbox {
    width: 100%;
    height: 29vw;
    overflow: hidden;
}
.news1 {
    width: 55%;
    height: 100%;
    float: left;
}
.news2 {
    width: 43%;
    height: 100%;
    float: right;
}
.newsbox a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.newsbox a::after {
    content: '';
    background: #e84127;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.newsbox .news1 a::after {
    width: 0;
    height: 5px;
}
.newsbox .news2 a::after {
    width: 5px;
    height: 0;
}
.newsbox .news1 a:hover::after {
    width: 100%;
}
.newsbox .news2 a:hover::after {
    height: 100%;
}
.newsbox span {
    display: block;
}
.news1 a {
    height: 100%;
}
.newsc {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 40px 40px 20px 20px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
}
.newsc span:nth-child(1) {
    width: 5vw;
    height: 5vw;
    border-radius: 10px;
    border: 2px solid #fff;
    text-align: center;
}
.newsc span i {
    display: block;
    font-style: normal;
}
.newsc span i:nth-child(1) {
    font-size: 3.5rem;
    line-height: 100%;
    margin-top: 5px;
}
.newsc span i:nth-child(2) {
    font-size: 0.875rem;
    line-height: 30px;
}
.newsc span:nth-child(2) {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 15px;
}
.newsc span:nth-child(3) {
    margin-top: 15px;
    font-size: 0.875rem;
    opacity: .8;
    line-height: 180%;
}
.news2 a {
    height: 9vw;
    margin-bottom: 1vw;
    background: #fff;
}
.news2 a img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    float: left;
}
.news2 a span {
    width: 52%;
    float: left;
    margin-left: 4%;
}
.news2 a span:nth-child(2) {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 20px;
}
.news2 a span:nth-child(3) {
    font-size: 0.875rem;
    color: #999;
    margin-top: 15px;
}
.news2 a span:nth-child(4) {
    font-size: 0.875rem;
    color: #999;
    line-height: 160%;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vod {
    height: auto;
    overflow: hidden;
    margin-top: 1vw;
}
.vod a {
    display: block;
    width: 32%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 2%;
    position: relative;
}
.vod a:nth-child(1) {
    margin-left: 0;
}
.vod a img {
    display: block;
    width: 100%;
    height: 16vw;
    object-fit: cover;
}
.vod a span {
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 150%;
}
.vod a::after {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/play.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(8vw - 25px);
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.vod a:hover::after {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(8vw - 40px);
}
a.vodmore {
    display: block;
    width: 150px;
    line-height: 50px;
    font-size: 0.875rem;
    text-align: center;
    margin: 4vw auto;
}
a.vodmore:hover {
    background: #e5e5e5;
}

@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {
    
}