* {
    box-sizing: border-box;
}

img {
    display: block;
    width: 100%;
}

.inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.psr {
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.logo1 {
    width: 15%;
    max-width: 205px;
}

.tac {
	margin:auto;
    width: 30%;
    max-width: 321px;
}

.btnbox a {
    width: 25%;
    height: 74px;
    border-radius: 37px;
}

.subcont-1c {
    width: 100%;
    display: none;
}

@media (max-width: 1400px) {
    .subcont-1 {
        width: 40%;
    }
    .subcont-2 {
        width: 30%;
    }
    .subcont-3 {
        width: 25%;
    }
    .luntop {
        height: 240px;
    }
}

@media (max-width: 1200px) {
    .logo1 {
        width: 20%;
    }
    .tac {
        margin-left: 10%;
        width: 40%;
    }
    .subcont-1 {
        width: 100%;
        border-right: none;
        margin-bottom: 20px;
        border-bottom: 1px solid #a0a0a0;
        padding-right: 0;
    }
    .subcont-2 {
        width: 45%;
    }
    .subcont-3 {
        width: 40%;
    }
    .luntop {
        height: 200px;
    }
    .btnbox a {
        width: 30%;
        height: 60px;
        border-radius: 30px;
    }
    .sbtnsp1 {
        font-size: 20px;
    }
    .sbtnsp2 {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    .subcont-1 {
        width: 100%;
    }
    .subcont-2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .subcont-3 {
        display: none;
    }
    .subcont-1c {
        width: 100%;
        display: block;
    }
    .btnbox-hide {
        display: none;
    }
    .btnbox {
        justify-content: center;
    }
}

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

@media (max-width: 750px) {
    .inner {
        width: 96%;
    }
    .psr {
        width: 100% !important;
    }
    .logo1 {
        width: 30%;
    }
    .tac {
        width: 60%;
        margin-left: 5%;
    }
    .tlbox {
        width: 80%;
    }
    .subcont-3 {
        width: 60%;
    }
    .btnbox a {
        height: 40px;
        border-radius: 20px;
    }
    .sbtnsp1 {
        font-size: 16px;
    }
    .sbtnsp2 {
        font-size: 6px;
    }
    .logobx {
        display: none;
    }
    .tlbox {
        margin-top: 0;
    }
    .subcont {
        margin: 0;
    }
}

@media (max-width: 550px) {
    .btnbox a {
        width: 40%;
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .psr {
        justify-content: space-between;
    }
    .logo1 {
        width: 30%;
    }
    .tac {
        width: 65%;
    }
    .tlbox {
        width: 100%;
    }
    .subcont-3 {
        width: 80%;
    }
    .btnbox a {
        width: 60%;
    }
}