.ct61-page {
    position: relative;
}
.pc {
    position:relative;
}
.pg-phone{
    display: none;
}
.pg-pc{
    display: block;
}
.ct61-page{
    width: 100%;
    padding: 1px 0;
    position: relative;
    background-color: #fff;
}
.ct61-main-img {
    width: 100%;
    height: 100%;
}
.banner{
    position: relative;
    width: 192rem;
    height: 96rem;
}
/*左侧定位div*/
.float-left-content-box {
    position: absolute;
    left: 0;
    top: 38.5rem;
    bottom: 0;
    height: 39.5rem;
    width: 83rem;

}

.float-left-img-box {
    position: absolute;
    left: 16.1rem;
    right: 0;
    top: 0rem;
    bottom: 0;
    height: 40rem;
    animation-duration: 5s;
    animation-name: fadeInLeft;
}
@keyframes fadeInLeft{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

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

.float-left-title {
    font-size: 6.0rem;
    color: #000;
    font-family: Rany-Bold;
    margin-top: 4rem;
}

.float-left-des {
    font-size: 4.8rem;
    font-family: OPPOSans;
    margin-top: 6rem;
    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;
}
.float-right-content-box {
    position: absolute;
    right: 24.6rem;
    top: 40rem;
    bottom: 0;
    height: 40rem;
    animation-duration: 5s;
    animation-name: fadeInLeft;
}
.float-right-line {
    width: 40rem;
    border: 1px solid #000;
}
.float-right-des {
    margin-top: 4rem;
    text-align: right;
    font-size: 4rem;
    font-family: Rany;
}

.pg-panel1 {
    position: relative;
    width: 192rem;
    height: 93rem;
}
.pg-panel1-message {
    position: absolute;
    top: 23.8rem;
    left: 24.6rem;
    visibility: hidden;
}
.pg-panel1-title{
    text-align: left;
    color: #fff;
    font-size: 6rem;
    font-family: 'Rany';
    margin-bottom: 5.8rem;
    line-height: 7.2rem;
}

.pg-panel1-txt {
    font-size: 2.4rem;
    color: #ffffff;
    font-family: 'OPPOSans';
    text-align: left;
    line-height: 3.6rem;
}

.pg-panel1 img {
    width: 100%;
    height: 100%;
}

.pg-panel2 {
    position: relative;
    width: 192rem;
    height: 93rem;
    display: flex;
    justify-content: left;
    background-color: #FFFFFF;
}
.pg-panel2-img-box {
    width: 101rem;
    height: 80rem;
    margin: 6.7rem 5.0rem 0 11.8rem;
    overflow: hidden;
    border-radius: 5rem;
}
.pg-panel2-img-box img {
    height: 100%;
    transform: translateX(-15rem);
}
.pg-panel2-message {
    margin-top: 23.1rem;
    color: #000;
    visibility: hidden;
}
.pg-panel2-title {
    font-size: 6rem;
    font-family: 'Rany';
    line-height: 7.2rem;
}
.pg-panel2-txt {
    margin-top: 5.8rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-family: 'OPPOSans-L';
}
.pg-panel3 {
    position: relative;
    width: 192rem;
    height: 93rem;
}
.pg-panel3-message {
    position: absolute;
    top: 16.8rem;
    left: 24.8rem;
    visibility: hidden;
}
.pg-panel3-title {
    text-align: left;
    color: #fff;
    font-size: 6rem;
    font-family: 'Rany';
    line-height: 7.2rem;
    margin-bottom: 5.8rem;
}
.pg-panel3-txt {
    font-size: 2.4rem;
    color: #fff;
    font-family: 'OPPOSans';
    text-align: left;
    line-height: 3.6rem;
}
.pg-panel3 img {
    width: 100%;
    height: 100%;
}
.panel3-video-1 {
    position: absolute;
    top: 19.5rem;
    right: 66.69rem;
    width: 39.1rem;
    height: 39.1rem;
    border-radius: 3.1rem;
    overflow: hidden;
}
.panel3-video-2 {
    position: absolute;
    top: 8.5rem;
    right: 21.2rem;
    width: 39.1rem;
    height: 39.1rem;
    border-radius: 3.1rem;
    overflow: hidden;
}
.panel3-video-3 {
    position: absolute;
    top: 50.5rem;
    right: 31.25rem;
    width: 39rem;
    height: 39.1rem;
    border-radius: 3.1rem;
    overflow: hidden;
}
.pg-panel3 .video-player{
    width:179%;
    height: 100%;
    transform: translateX(-22%);
}
.pg-panel4 {
    position: relative;
    width: 192rem;
    height: 93rem;
}
.pg-panel4-message {
    position: absolute;
    top: 57rem;
    width: 100%;
    visibility: hidden;
}
.pg-panel4-title {
    text-align: center;
    color: #000;
    font-size: 6rem;
    font-family: 'Rany';
    line-height: 7.2rem;
    margin-bottom: 5.8rem;
}
.pg-panel4-txt {
    font-size: 2.4rem;
    color: #000;
    font-family: 'OPPOSans-L';
    text-align: center;
    line-height: 3.6rem;
}
.pg-panel4 img {
    width: 100%;
    height: 100%;
}

