{
%
load
static
%
}

.topbox {
    width: 100%;
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.mainTitle {
    font-size: 40px;
    color: white;
    margin-bottom: 60px;
    text-align: center;
}

.secTitle {
    font-size: 30px;
    color: white;
    text-align: center;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #0F1259;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.introduce {
    display: flex;
    margin-bottom: 10px;
}

.introduce_content {
    width: 36%;
    font-size: 20px;
    /*border: 1px red solid;*/
    line-height: 34px;
}

.img {
    margin-top: 20px;
    display: flex;
    width: 76%;
    padding-left: 12%;
}

.img img {
    width: 32%;
    margin-right: 2%;
}

.slideshow {
    overflow-x: hidden;
    margin-top: 50px;
}

.images {
    position: relative;
    left: 0;
    top: 0;
    width: 40000%;
    animation: slideshow 15s linear infinite;
}

.images img {
    margin-right: 10px;
}

@keyframes slideshow {
    form {
        left: 0;
    }
    to {
        left: -280%;
    }
}

.adv {
    margin-left: 12%;
    width: 80%;
    height: 500px;
    display: flex;
    margin-bottom: 50px;
}

.adv_content {
    box-sizing: border-box;
    border: 2px solid;
    border-image: linear-gradient(153deg, rgba(36, 83, 177, 0.1) 10%, rgba(61, 99, 255, 0.6322) 30%, #22249F 80%) 2;
    width: 22%;
    margin-right: 4%;
    border-radius: 10px;
    height: 100%;
}

.adv_content:before {
    width: 20%;
    height: 20%;
    content: "";
    /*margin-top: calc(-10% - 2px);*/
    margin-top: -2px;
    margin-left: -2px;
    display: inline-block;
    border: #2224EF solid 5px;
    border-width: 5px 0 0 5px;
}
.adv_icon{
    width: 30%;
    margin-left: 35%;
    margin-top: -20%;
}
.adv_title{
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 5%;
    font-size: 16px;
}
.splite{
    width: 30%;
    margin-left: 35%;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 1%;
    background-color: #2224EF;
}
.adv_contents{
    margin-left: 10%;
    width: 80%;
    font-size: 16px;
}