/* content01 */
#content01{
    width: 100%;
    height: auto;
    overflow: hidden;
}

#content01 .fl{
    width: 65%;
    height: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}


#content01 .fr{
    width: 35%;
    height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

#content01 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content01 .fr img{
    width: 100%;
    height: 50%;
    object-fit: cover;
}

#content01 .fr img:nth-child(1){
    padding-bottom: 20px;
}


/* =================== 1024px =================== */
@media (max-width: 1024px){
    #mainSlider{
        margin-top: 50px;
    }
    
    
    header{ 
        height: 50px; 
        background: #fff; 
        transition: 0.3s;
    }

    header .hbottom{
        top: 0;
    }

    header .mo-reserv{
        margin: 8px 0;
    }
    
    header .mologo{
        margin: 7px auto;
    }
    
    header .h-mo-logo{
        display: none;
    }
    
    header .h-scroll-logo{
        display: block;
    }
    
    header #panelbtn{
        margin: 5px 0;
    }
    
    header #panelbtn span{
        background-color: #333;
    }
    #mainSlider .pagwrap{
        width: 100%;
    }
    #mainSlider .swiper-pagination1{
        width: 90%;
        text-align: center;
        float: right;
        position: relative;
        left: -6px;
    }
    
    #mainSlider .swiper-button-pause1, #mainSlider .swiper-button-play1{
        position: relative;
        left: 0; top: 3px;
        float: right;
    }
    
    
    
    #content01 .fl{
        width: 100%;
        height: 100%;
        padding-right: 0;
        padding-bottom: 6px;
        box-sizing: border-box;
    }
    
    #content01 .fr{
        width: 100%;
        height: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    
    #content01 .fr img{
        width: 49%;;
        height: auto;
        object-fit: cover;
        float: left;
    }
    
    #content01 .fr img:nth-child(1){
        padding-bottom: 0;
    }
    #content01 .fr img:nth-child(2){
        float: right;
    }


}







/* content02 */
#content02{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
}

#content02 .contitle h3, #content02 .contitle img{
    display: inline;
}

#content02 .contitle img{
    position: relative;
    top: -10px;
    left: -10px
}

#content02 .contitle p.pb30{
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

#content02 .textarea{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    margin-bottom: 60px;
}

#content02 .textarea .fl{
    width: 35%;
    border-right: 1px solid #fc6c93;
    box-sizing: border-box;
}

#content02 .textarea .fr{
    width: 65%;
    padding-left: 30px;
    box-sizing: border-box;
}

#content02 .textarea h4{
    font-size: 30px;
}

#content02 .textarea p{
    font-size: 15px;
    color: #666;
    line-height: 20px;
    padding-bottom: 5px;
}
#content02 table{
    width: 100%;
}
#content02 tr{
    width: 100%;
    height: 100%;
    
}

#content02 td{
    width: 15%;
    vertical-align: top;
    font-size: 15px;
    color: #173823;
    line-height: 20px;
    font-weight: 600;
}

#content02 th .point01{
    font-size: 13px;
    position: relative;
    top: -2px;
}

#content02 th{
    font-size: 15px;
    width: 85%;
    text-align: left;
    vertical-align: top;
    line-height: 20px;
    padding-bottom: 10px;
}

#content02 a{
    display: block;
    width: 220px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #46c9f3;
    color: #fff;
    font-size: 15px;
    transition: .3s;
    position: relative;
    left: 0; right: 0;
    margin: 0 auto;
    top: -40px;
}
#content02 a i{
    color: #fff;
    padding-right: 5px;
}

#content02 a:hover{
    background-color: #fc6c93; 
}

/* =================== 1024px =================== */
@media (max-width: 1024px){
    #content02{
    padding-bottom: 60px;
}
    #content02 .textarea p{
        font-size: 13px;
    }
    
    
    
    #content02 .contitle img{
        position: relative;
        top: -10px;
        left: -5px;
        transform: scale(0.9)
    }
    #content02 .textarea .fl{
        width: 100%;
        border-right: none;
        box-sizing: border-box;
        padding-bottom: 30px;
    }

    #content02 .textarea .fr{
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    
    
    #content02 td{
        width: 80px;
        font-size: 13px;
    }

    #content02 th{
        width: auto;
        font-size: 13px;
    }
    
    #content02 a{
        display: block;
        width: 220px;
        height: 50px;
        border-radius: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #46c9f3;
        color: #fff;
        font-size: 15px;
        transition: .3s;
        position: relative;
        left: 0; right: 0;
        margin: 0 auto;
        top: 0;
    }
}



/* =================== 540px =================== */
@media (max-width: 540px){
    #content02 .contitle h3{
        font-size: 50px!important;
    }
    
    #content02 .contitle img{
        position: relative;
        top: -3px;
        left: -5px;
        transform: scale(0.9)
    }
}





/* =================== content03 =================== */

#content03{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 120px;
}

#content03 .text{
    padding-left: 10px;
    box-sizing: border-box;
}

#content03 h5{
    padding-top: 20px;
    font-size: 36px;
}

#content03 p{
    font-size: 15px;
    color: #666;
    line-height: 24px;
}

#content03 p.pb20{
    font-size: 15px;
    font-weight: 600;
}



#content03 .fl{
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

#content03 .fl img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content03 .fr{
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

#content03 .fr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content03 .wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =================== 1024px =================== */
@media (max-width: 1024px){
    #content03{
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 60px;
    }
}
