#mainSlider img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

#content01{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f6f6f6;
    text-align: center;
}

#content01 .textbox{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 60px;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    
}

#content01 .textbox p.pb20,  #content01 .textbox p{
    color: #666;
    font-size: 15px;
    line-height: 22px;
}

#content01 .textbox p.pb30{
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

#content01 .textbox p.hee{
    color: #4559b3;
}











#content02{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

#content02 li{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

#content02 .circle_wrap{
    width: 230px;
    height: 230px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#content02 .circle_area{
    width: 230px;
    height: 230px;
    border-radius:50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

#content02 figure{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#content02 a.active img{
    -webkit-filter: grayscale(100%);
    filter: gray;
}

#content02 a.active .blackbg{
    display: none;
}

#content02 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius:50%;
}

#content02 figure .blackbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 100%;
    background-color: rgba(102,102,102,0.5);
     border: 3px solid #fff;
    box-sizing: border-box;
    opacity: 1;
    transition: .3s;
}

#content02 li:hover figure .blackbg{
    opacity: 0;
}

#content02 figure .blackbg .txt{
    display: table-cell;
    vertical-align: middle;
}

#content02 figure .blackbg h5{
    font-size: 34px;
    color: #fff;
}

#content02 figure .blackbg p{
    font-size: 15px;
    color: #fff;
}

.circle_wrap .circle{
    width: 234px;
    height: 234px;
    border-radius: 100%;
    background-color: #fcd380;
    position: absolute;
    top: 2px;
    left: 2px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}


@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;
    }
    
    
    
    
    
    #content01 .textbox{
        padding: 60px 10px;
        box-sizing: border-box;
    }
    
    #content01 .textbox p.pb20,  #content01 .textbox p{
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

}


@media (max-width:540px) {
    #content02 li{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    #content02 figure .blackbg h5{
        font-size: 20px;
    }
    
    #content02 figure .blackbg p{
        font-size: 14px;
    }
    
    #content02 .circle_wrap{
        width: 140px;
        height: 140px;
        position: relative;
        left: -7px;
    }
    #content02 .circle_area{
        width: 140px;
        height: 140px;
        border-radius:50%;
        border: 2px solid #fff;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }
    
    .circle_wrap .circle{
        width: 143px;
        height: 143px;
        border-radius: 100%;
        background-color: #fcd380;
        position: absolute;
        top: 2px;
        left: 2px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    }
}
