﻿.sl21-page {
    position: relative;
}
.pc {
    position:relative;
}
.pg-phone{
    display: block;
}
.pg-pc{
    display: none;
}
.sl21-page{
    width: 100%;
    padding: 1px 0;
    position: relative;
    background-color: #ffffff;
}
.sl21-main-img {
    width: 100%;
    height: 100%;
}
.sl21-phone-main-img {
    width: 100%;
    /* height: 100%; */
}
.banner{
    width: 100%;
    position: relative;
}
/*左侧定位div*/
.float-left-content-box {
    position: absolute;
    left: 9.6rem;
    top: 44rem;
    bottom: 0;
    height: 39.5rem;
    width: 100rem;
    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: 6rem;
    line-height: 8rem;
    font-family: Rany-Bold;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

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

.float-left-title-jp {
    font-size: 6rem;
    color: #ffffff;
    font-family: SourceHSCN-Bold;
    margin-top: 0.8rem;
}

.float-left-des {
    font-size: 5.4rem;
    font-family: SourceHSCN;
    margin-top: 2rem;
    text-align: left;
    color: #FFFFFF;
    line-height: 10rem;
}
.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: 192rem;
}
.pg-panel1-message {
    position: absolute;
    top: 12rem;
    left: 11.9rem;
    width: 68rem;
    visibility: hidden;
}
.pg-panel1-title{
    text-align: left;
    color: #333333;
    font-size: 5.5rem;
    font-family: SourceHSCN;
    margin-bottom: 4.7rem;
    line-height: 8rem;
}

.pg-panel1-txt {
    font-size: 3rem;
    color: #333333;
    font-family: SourceHSCN;
    text-align: left;
    line-height: 4.2rem;
}
.pg-panel1 img {
    display: block;
    width: 100%;
    /* height: 100%; */
}

.pg-panel2 {
    position: relative;
    width: 100%;
    height: 192rem;
}
.pg-panel2-message {
    position: absolute;
    top: 24.2rem;
    left: 11.9rem;
    width: 80rem;
    visibility: hidden;
}
.pg-panel2-title {
    text-align: left;
    color: #FFFFFF;
    font-size: 5.5rem;
    font-family: SourceHSCN;
    margin-bottom: 4.7rem;
    line-height: 8rem;
    width: 60%;
}
.pg-panel2-txt {
    font-size: 3rem;
    color: #ffffff;
    font-family: SourceHSCN;
    text-align: left;
    line-height: 4.2rem;
}
.pg-panel2-note {
    font-size: 3.0rem;
    color: #535353;
    font-family: 'SourceHSCN-L';
    margin-top: 5.0rem;
    text-align: left;
}
.pg-panel2 img {
    display: block;
    width: 100%;
    /* height: 100%; */
}
.pg-panel3 {
    position: relative;
    width: 100%;
    height: 192rem;
}
.pg-panel3-message {
    position: absolute;
    top: 36.3rem;
    left: 11.9rem;
    width: 77rem;
    visibility: hidden;
}
.pg-panel3-title {
    text-align: left;
    color: #FFFFFF;
    font-size: 5.5rem;
    font-family: SourceHSCN;
    margin-bottom: 4.7rem;
    line-height: 8rem;
    width: 70%;
}
.pg-panel3-txt {
    font-size: 3rem;
    color: #ffffff;
    font-family: SourceHSCN;
    text-align: left;
    line-height: 4.2rem;
}
.pg-panel3 img {
    display: block;
    width: 100%;
    /* height: 100%; */
}
.pg-panel4 {
    position: relative;
    width: 100%;
    height: 192rem;
    margin-bottom: 3rem;

}
.pg-panel4-message {
    position: absolute;
    top: 23.4rem;
    left: 11.9rem;
    width: 80rem;
    visibility: hidden;
}
.pg-panel4-title {
    text-align: left;
    color: #FFFFFF;
    font-size: 5.5rem;
    font-family: SourceHSCN;
    margin-bottom: 4.7rem;
    line-height: 8rem;
    width: 65%;
}
.pg-panel4-txt {
    font-size: 3rem;
    color: #ffffff;
    font-family: SourceHSCN;
    text-align: left;
    line-height: 4.2rem;
}
.pg-panel4 img {
    display: block;
    width: 100%;
    /* height: 100%; */
}

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

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