﻿.sl21-page {
    position: relative;
}
.pc {
    position:relative;
}
.pg-phone{
    display: none;
}
.pg-pc{
    display: block;
}
.sl21-page{
    width: 100%;
    padding: 1px 0;
    position: relative;
    background-color: #ffffff;
}
.sl21-main-img {
    width: 100%;
    /* height: 100%; */
}
.banner{
    width: 100%;
    position: relative;
}
/*左侧定位div*/
.float-left-content-box {
    position: absolute;
    left: 16rem;
    top: 33.9rem;
    bottom: 0;
    height: 39.5rem;
    width: 112rem;
    animation-duration: 5s;
    animation-name: fadeInLeft;
}
@keyframes fadeInLeft{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

.float-left-img {
    width: 27.6rem;
    height: 5.0rem;
}

@font-face {
    font-family: 'Rany-Bold';
    src: url('../../fonts/index/Rany-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.float-left-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 47.1rem;
    height: 8rem;
    padding: 0;
    background-color: #FFA200;
    border-radius: 3.7rem;
    color: #FFFFFF;
    font-size: 6.5rem;
    line-height: 8rem;
    font-family: Rany-Bold;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.float-left-title {
    display: inline-block;
    font-size: 6rem;
    color: #FFFFFF;
    font-family: SourceHSCN-Bold;
    font-weight: bold;
    margin-top: 0;
    margin-left: 1.2rem;
    vertical-align: middle;
}

.float-left-title-jp {
    font-size: 5.5rem;
    color: #ffffff;
    font-family: SourceHSCN-Medium;
    margin-top: -1rem;
}

.float-left-des {
    font-size: 5.8rem;
    font-family: SourceHSCN;
    margin-top: 2rem;
    text-align: left;
    color: #FFFFFF;
}
.float-left-line { 
    height: 2px;
    border-bottom: 1px solid #000000;
    margin: 0.5rem 0 0rem;
    width: 63rem;
}

.float-left-title,
.float-left-title1 {
    padding: 0rem 0;
}

.pg-panel1 {
    position: relative;
    width: 100%;
    height: 93rem;
}
.pg-panel1-message {
    position: absolute;
    top: 15rem;
    left: 15.7rem;
    width: 70rem;
    visibility: hidden;
}
.pg-panel1-title{
    text-align: left;
    color: #FFFFFF;
    font-size: 5.5rem;
    font-family: SourceHSCN;
    margin-bottom: 3.8rem;
}

.pg-panel1-txt {
    width: 78%;
    font-size: 2.4rem;
    color: #ffffff;
    font-family: SourceHSCN;
    text-align: left;
}

.pg-panel1 img {
    display: block;
    width: 100%;
    /* height: 100%; */
}

.pg-panel2 {
    position: relative;
    width: 100%;
    height: 93rem;
}
.pg-panel2-message {
    position: absolute;
    top: 15rem;
    left: 108.5rem;
    width: 55.9rem;
    visibility: hidden;
}
.pg-panel2-title {
    text-align: left;
    color: #FFFFFF;
    font-size: 5.5rem;
    font-family: SourceHSCN;
    margin-bottom: 3.8rem;
    width: 80%;
}
.pg-panel2-txt {
    font-size: 2.4rem;
    color: #ffffff;
    font-family: SourceHSCN;
    text-align: left;
}
.pg-panel2 img {
    display: block;
    width: 100%;
    /* height: 100%; */
}
.pg-panel2-note {
    font-size: 2.0rem;
    color: #535353;
    font-family: 'SourceHSCN-L';
    margin-top: 15.2rem;
    text-align: left;
}
.pg-panel3 {
    position: relative;
    width: 100%;
    height: 93rem;
}
.pg-panel3-message {
    position: absolute;
    top: 32.6rem;
    left: 15.7rem;
    width: 57rem;
    visibility: hidden;
}
.pg-panel3-title {
    text-align: left;
    color: #FFFFFF;
    font-size: 5.5rem;
    font-family: SourceHSCN;
    margin-bottom: 3.8rem;
    width: 90%;
}
.pg-panel3-txt {
    font-size: 2.4rem;
    color: #ffffff;
    font-family: SourceHSCN;
    text-align: left;
}
.pg-panel3 img {
    display: block;
    width: 100%;
    /* height: 100%; */
}
.pg-panel4 {
    position: relative;
    width: 100%;
    height: 93rem;
    margin-bottom: 3rem;
}
.pg-panel4-message {
    position: absolute;
    top: 13rem;
    left: 108rem;
    width: 53rem;
    visibility: hidden;
}
.pg-panel4-title {
    text-align: left;
    color: #FFFFFF;
    font-size: 5.5rem;
    font-family: SourceHSCN;
    margin-bottom: 3.8rem;
}
.pg-panel4-txt {
    font-size: 2.4rem;
    color: #ffffff;
    font-family: SourceHSCN;
    text-align: left;
}
.pg-panel4 img {
    display: block;
    width: 100%;
    /* height: 100%; */
}

.sl21-page .pg-phone {
    display: none;
}

.sl21-page .pg-pc {
    display: block;
}
