.dalislide.banner .slideb {
    width: 50%;
    right: 6vw;
    bottom: 2vw;
    text-align: right;
}
.dalislide.banner .slideb em {
    width: auto;
    height: auto;
    vertical-align: bottom;
    background: none;
    border-radius: 0;
    font-size: 0.875rem;
    color: #fff;
    line-height: 5rem;
    font-style: normal;
    margin: 0 10px;
}
.dalislide.banner .slideb em.on, .dalislide.banner .slideb em:hover {
	color: #b4926a;
    background: none;
}
.dalislide.banner .slideb em.on {
    font-size: 3rem;
    border: 1px solid #b4926a;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
}

.aboutc {
    width: 80%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 10%;
    top: 0;
}
.year {
    float: left;
    margin: 1vw 0 0 12vw;
}
.year span {
    display: block;
    float: left;
    font-size: 3rem;
    line-height: 3rem;
    padding-right: 10vw;
    padding-left: 10px;
    position: relative;
}
.year span:before {
    content: '';
    width: 9vw;
    height: 0;
    border-bottom: 1px dashed #999;
    position: absolute;
    right: 0;
    top: 50%;
}
.year span:nth-child(2)::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 4px solid #999;
    border-bottom: 3px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.intro {
    width: 60%;
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 200%;
    margin-top: 2.5vw;
}
a.abouta {
    display: block;
    width: 120px;
    line-height: 2.125rem;
    font-size: 0.875rem;
    color: #fff;
    background: #b4926a;
    border-radius: 20px;
    text-align: center;
    margin-top: 2vw;
    position: relative;
}

.bkt2 {
    margin-left: 8%;
}
.probar {
    height: auto;
    overflow: visible;
    float: left;
    margin-left: 8%;
}
.probar div {
    display: block;
    float: left;
    width: 6.5vw;
    height: 6.5vw;
    overflow: visible;
    position: relative;
    margin-right: 2vw;
    cursor: pointer;
}
.probar div::after {
    content: '';
    width: 0;
    height: 0;
    border: 0px dashed #b4926a;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -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;
}
.probar div.on::after {
    width: 6.5vw;
    height: 6.5vw;
    left: 0;
    top: 0;
    border: 2px dashed #b4926a;
}
.probar div .svg {
    display: block;
    width: 45%;
    height: 45%;
    margin: 15px auto 10px auto;
    object-fit: contain;
}
.probar div .svg path {
    fill: #d7ccbf;
}
.probar div.on .svg path, .probar div:hover .svg path {
    fill: #b4926a;
}
.probar div span {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    color: #999;
}
.probar div.on span {
    color: #b4926a;
    font-weight: bold;
}
.probox {
    width: 100%;
    height: 31vw;
    overflow: hidden;
    padding: 3vw 0;
    white-space: nowrap;
    font-size: 0;
}
.pros {
    display: inline-block;
    width: 62vw;
    height: 100%;
    overflow: visible;
    position: relative;
    padding: 2.5vw 4vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pros:nth-child(1) {
    margin-left: 19vw;
}
.pros::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.prop {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1vw;
}
.pros a {
    display: block;
    position: absolute;
    height: auto;
    color: #fff;
    font-size: 2.25rem;
    font-weight: bold;
}
.pros a:hover {
    color: #b4926a;
}
.pros a span {
    display: block;
    line-height: 150%;
}
.pros a span.more {
    font-size: 0.75rem;
    margin-top: 10px;
    font-weight: normal;
}
.prot {
    left:7vw;
    top: 4.5vw;
}
.prot::after {
    content: '';
    width: 40px;
    height: 7px;
    background: url(/static/images/ryc.png) center no-repeat;
    position: absolute;
    left: 0;
    bottom: -1vw;
}
.prot:hover::after {
    background: url(/static/images/ryd.png) center no-repeat;
}
.prot2 {
    right: 7vw;
    bottom:6vw;
    text-align: right;
}
.prot2::after {
    content: '';
    width: 40px;
    height: 7px;
    background: url(/static/images/ryc.png) center no-repeat;
    position: absolute;
    right: 0;
    bottom: -1vw;
}
.prot2:hover::after {
    background: url(/static/images/ryd.png) center no-repeat;
}
.pros.on {
    padding: 0;
}
.pros.on::after {
    display: none;
}
.pros.on .prop {
    -moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
}
.pros.on .prot {
    left: 3vw;
    top: 2vw;
}
.pros.on .prot2 {
    right: 3vw;
    bottom: 2vw;
}

.dalislide.slidecase {
    height: 46vw;
    margin-top: 1vw;
    padding-bottom: 4vw;
}
.casep {
    background: #000;
}
.casep li::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.casep a {
    display: block;
    width: 60%;
    height: auto;
    overflow: visible;
    position: absolute;
    left: 8%;
    top: 8vw;
    z-index: 20;
}
.casep a span {
    display: block;
    color: #fff;
    line-height: 160%;
}
.casep a span.t1 {
    font-size: 3.5rem;
}
.casep a span.t2 {
    font-size: 3rem;
    line-height: 120%;
}
.casep a span.t3 {
    width: 55%;
    font-size: 0.875rem;
    line-height: 200%;
    margin-top: 20px;
}
.casep a span.t4 {
    font-size: 0.75rem;
    margin-top: 30px;
    width: 100px;
    line-height: 30px;
    background: #b4926a;
    border-radius: 15px;
    text-align: center;
    opacity: .8;
}
.casep a:hover span.t4 {
    opacity: 1;
}
.dalislide.slidecase .slideb, .dalislide.slidecase .slideleft, .dalislide.slidecase .slideright {
    display: none;
}
.caseli {
    width: 100%;
    height: 8vw;
    overflow: visible;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    text-align: right;
    font-size: 0;
}
.caselip {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    height: 100%;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.caselip img {
    height: 50%;
    margin-top: 30%;
    box-sizing: border-box;
    border: 4px solid transparent;
}
.caselip.on img {
    height: 80%;
    border: 4px solid #b4926a;
    margin-top: 0;
    -moz-box-shadow: 0 0.8vw 0.8vw rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0.8vw 0.8vw rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.8vw 0.8vw rgba(0, 0, 0, 0.2);
}
.caselip:nth-last-child(1) {
    margin-right: 6vw;
}

.news {
    height: auto;
    overflow: hidden;
    margin-top: 1vw;
    padding-bottom: 5vw;
}
.news a {
    display: block;
    width: 31%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 3.5%;
    position: relative;
    padding-bottom: 40px;
    background: url(/static/images/ryb.png) left bottom no-repeat;
}
.news a:hover {
    background: url(/static/images/ryb.png) center bottom no-repeat;
}
.news a:nth-child(1) {
    margin-left: 0;
}
.news a img {
    display: block;
    width: 100%;
    height: 16vw;
    object-fit: cover;
}
.news a span {
    display: block;
}
.news a span.t {
    margin-top: 1.5vw;
    font-size: 1.375rem;
    line-height: 150%;
}
.news a span.c {
    font-size: 0.875rem;
    color: #999;
    line-height: 200%;
    margin-top: 1vw;
}


@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {
    
}