.sec110{
    position: relative;
    width: 100%;
    height: 50vh;
}
.sec110 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec110 h4{
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* sec111 */
.sec111{
    margin: 0 auto 40px;
    max-width: 1000px;
    padding: 0 20px;
}
.sec111> h4{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sec111> h5{
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: initial;
    margin-bottom: 40px;
}
.sec111 .content_wrapper> h5{
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: initial;
    margin-bottom: 40px;
}
.sec111 .sample{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec111 .sample .designimg{
    width: 49%;
    padding: 15px;
    box-sizing: border-box;
}
.sec111 .sample .designimg img{
	width: 100%;
}
.sec111 .content_wrapper{
    max-width: 1000px;
    margin: 0 auto;
    color: #000;
    padding: 40px 15px;
}
.sec111 .content_wrapper > h4{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.sec111 .content_wrapper .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec111 .content_wrapper .flex .step{
    width: 32%;
    color: #fff;
    background-color: #707070;
    border-radius: 20px;
    text-align: center;
}
.sec111 .content_wrapper .flex .step .top{
    background-color: darkcyan;
    border-radius: 20px 20px 0 0;
}
.sec111 .content_wrapper .flex .step .reader{
    background-color: #40973a;
}
.sec111 .content_wrapper .flex .step .top p{
    font-size: 20px;
}
.sec111 .content_wrapper .flex .step .top h5{
    font-size: 30px;
}
.sec111 .content_wrapper .flex .step .bottom{
    padding: 20px 20px;
    box-sizing: border-box;
}
.sec111 .content_wrapper .flex .step .bottom img{
    height: 150px;
    margin: 25px 0;
}
.sec111 .content_wrapper .flex .step .bottom p{
    font-size: 14px;
}
.sec111 .content_wrapper .template{
    width: 40%;
    min-width: 300px;
    background-color: #707070;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
}
.sec111 .content_wrapper .template img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.sec111 .content_wrapper .template a{
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: 30px;
    background-color: #e50080;
    color: #fff;
    border-radius: 20px;
}
.sec111 .content_wrapper .template .ppt{
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: 30px;
    background-color: #e59400;
    color: #fff;
    border-radius: 20px;
}
.sec111 .content_wrapper .template p{
    color: #fff;
    margin-top: 10px;
}

@media screen and (max-width: 797px){
    .sec111 .content_wrapper .flex .step {
        width: 49%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 580px){
    .sec111 .sample .designimg{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .sec111 .content_wrapper > h4 {
        font-size: 29px;
    }
    .sec111 .content_wrapper .flex .step {
        width: 100%;
    }
}

@media screen and (max-width: 450px){
    .sec110 h4 {
        font-size: 22px;
    }
    .sec111> h4 {
        font-size: 22px;
    }
    .sec111 .content_wrapper > h4 {
        font-size: 22px;
    }
    .sec111> h5 {
        font-size: 14px;
    }
    .sec111 .content_wrapper> h5 {
        font-size: 14px;
    }
    .sec111 .content_wrapper .flex .step .top p {
        font-size: 15px;
    }
    .sec111 .content_wrapper .flex .step .top h5 {
        font-size: 25px;
    }
    .sec111 .content_wrapper .flex .step .bottom {
        padding: 15px 20px;
    }
    .sec111 .content_wrapper .flex .step .bottom img {
        margin: 20px 0;
    }
}
