.scrollbox, .scrollu {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.scrollbox::after {
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    pointer-events: none;
    -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;
}
.scrollu li {
    display: inline-block;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.scrollu li img, .scrollu li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.scrollbox:hover .slideleft {
	left: 50px;
	opacity: .6;
}
.scrollbox:hover .slideright {
	left: calc(100% - 100px);
	opacity: .6;
}
.scrollbox:hover .slideleft:hover, .scrollbox:hover .slideright:hover {
	opacity: 1;
}

.techbar {
    width: 100%;
    height: 7vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
}
.techt {
    width: 25%;
    margin-left: 12%;
    float: left;
    height: auto;
    overflow: hidden;
}
.techt span {
    display: block;
    color: #fff;
}
.techt .t1 {
    font-size: 3rem;
    font-weight: bold;
}
.techt .t2 {
    font-size: 2rem;
    color: #ccc;
    margin-top: 10px;
}
.subt {
    float: left;
    height: auto;
    overflow: visible;
    margin-top: 2vw;
}
.subt a {
    display: block;
    float: left;
    font-size: 1.125rem;
    line-height: 3rem;
    padding: 0 40px;
    background: rgba(255, 255, 255, .3);
    position: relative;
    color: #fff;
}
.subt a:hover {
    background: #b4926a;
}
.subt a.on {
    background: #b4926a;
    font-weight: bold;
}
.subt a.on::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b4926a;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -3px;
}
.techdot {
    float: right;
    margin-top: 2.5vw;
    margin-right: 6vw;
    text-align: right;
}
.techdot em {
	display: inline-block;
	width: 8px;
	height: 3px;
	margin: 0 3px;
    font-size: 0;
	background: rgba(255, 255, 255, .7);
	/* cursor: pointer; */
	-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;
}

.techdot em.on {
    width: 40px;
	background: #b4926a;
}

.abt {
    width: 19vw;
    margin-left: 10%;
    margin-top: 5vw;
    margin-bottom: 5vw;
    float: left;
    height: auto;
    overflow: hidden;
}
.aba, .abt a {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
}
.aba {
    padding: 2vw;
    border-left: 2px solid #b4926a;
    border-right: 2px solid #b4926a;
}
.aba span {
    display: block;
}
.t1 {
    font-size: 2.5rem;
    font-weight: bold;
}
.t2 {
    font-size: 2rem;
    color: #ccc;
    margin-top: 20px;
}
.t3 {
    font-size: 0.875rem;
    line-height: 180%;
    margin-top: 2vw;
}
.abt a {
    display: block;
    font-size: 1.25rem;
    line-height: 60px;
    padding-left: 2vw;
}
.jsbox {
    width: 55vw;
    height: auto;
    overflow: visible;
    float: left;
    margin: 5vw 0 3vw 5vw;
}
.jsrow {
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    padding: 2vw 3vw;
    margin-bottom: 2vw;
}
.jsrow:hover {
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}
.jsp {
    display: block;
    float: left;
    width: 48%;
    height: auto;
}
.jsp2 {
    display: block;
    float: left;
    width: 45%;
    height: auto;
}
.jsc, .jsc2 {
    width: 44%;
    height: auto;
    float: right;
}
.jsc2 {
    margin-right: 2%;
}
.jsc p {
    display: block;
    width: 4.5vw;
    height: 4.5vw;
    border: 2px dashed #999;
    border-radius: 50%;
    margin: 0 auto;
}
.jsc p .svg {
    width: 60%;
    height: 60%;
    display: block;
    object-fit: contain;
    margin: 20%;
}
.jsc p .svg path {
    fill: #999;
}
.jsc span, .jsc2 span {
    display: block;
    line-height: 160%;
}
.jsc span.t1 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
.jsc span.t2, .jsc2 span.t2 {
    font-size: 0.875rem;
    color: #999;
    margin-top: 20px;
}
.jsrow:hover .jsc p {
    border: 2px dashed #b4926a;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
.jsrow:hover .jsc p .svg path {
    fill: #b4926a;
}
.jsrow:hover .jsc span.t1 {
    color: #b4926a;
}
.jsc2 img {
    display: block;
    max-width: 100%;
}
.jsc2 span.t1 {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 30px;
}
.ryp {
    display: block;
    width: 17vw;
    height: 23vw;
    overflow: hidden;
    background: #fff;
    margin: 0 0 1.5vw 1.5vw;
    border-radius: 10px;
    float: left;
}
.ryp:nth-child(3n+1) {
    margin-left: 0;
}
.ryp:hover {
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.ryp p {
    width: 15vw;
    height: 17vw;
    margin: 1.5vw auto;
}
.ryp span {
    display: block;
    text-align: center;
    font-size: 1rem;
    margin: 0 10px;
    line-height:150%;
}