@charset "utf-8";

.sec2 h2 strong{
    font-size: 24px;
    font-weight: 400;
    border-left:3px solid #333333;
}
.sec2 h2 a{
    color: #333333;
    font-size: 16px;
}

.sec2{
    width: 100%;
    padding-top: 20px;
}
.sec2 .box{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.sec2 ul li {
    margin-bottom: 20px;
}
.sec2 ul li .li_box{
    border-radius: 10px;
    border: 1px solid #aaaaaa;
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5%;
}
.sec2 ul li div img{
    height: 80%;
}
.sec2 ul li h3{
    font-size: 20px;
    color: #fc0202;
    text-align: center;
    font-weight: 700;
}

.sec3{
    padding-top: 50px;
}
.sec3 .img_box{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 10px;
    border: 1px #aaaaaa solid;
    padding-top: 5%;
}
.sec3 .img_box img{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.sec3 p{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 1100px) {

}
@media (max-width: 768px) {

    .sec2{
        padding-left: 10px;
        padding-right: 10px;
    }
    .sec2 ul li{
        padding-left: 5px;
        padding-right: 5px;
    }
    .sec2 ul li h3{
        margin: 10px auto 5px;
    }
    .sec2 ul li h3{
        font-size: 18px;
    }
    .sec2 ul li div img{
        height: 75%;
    }
}
@media (max-width: 360px) {
    .sec1 ul li h3{
        font-size: 20px;
        margin-top: 5px;
    }
    .sec1 ul li .li_box a.more{
        font-size: 14px;
    }
}