body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #333333;
    overflow-x: hidden;
    font-family: "Microsoft YaHei, Source Han Sans, Source Han Sans SC, PingFang SC";
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
button,
input,
img,
a,
div {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    outline: none;
}
a {
    cursor: pointer;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
   font-weight: normal;
   font-style: normal;
}

.content {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 0px;
}
.content .top {
    width: 100%;
    height: 90px;
    transition: background-color 0.5s ease;
    position: fixed;
    top: 0;
    z-index: 100;
}
.scrolled {
    background-color: rgba(255, 255, 255, 0.7); /* 滚动后的背景色 */
    backdrop-filter: blur(4px);
}
.content .top .top-nav {
    width: 87.2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 30px;
}
.content .top .top-nav .a-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.content .top .top-nav .a-logo .logo {
    width: auto;
    height: 48px;
}
.content .top .top-nav .company-name {
    font-size: 28px;
    color: #007340;
    font-weight: bold;
}

.content .c-content {
    width: 100%;
}
.content .c-content .c-img {
    display: block;
    width: 100%;
    height: auto;
}
.ewm_box {
    width: 87.2%;
    height: auto;
    margin: 0 auto;
    margin-top: -770px;
    margin-bottom: 40px;
}
.ewm_box .ewm_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.ewm_box .ewm_content .e-bg{
    width: 100%;
    height: 730px;
    object-fit: contain;
}
.ewm_box .ewm_content .e-img{
    width: 356px;
    height: 356px;
    padding: 26px;
    border: 2px solid #0fa443;
    border-radius: 20px;
    position: absolute;
    top: 260px;
}

.tel_box {
    width: 93.6%;
    height: auto;
    margin: 0 auto;
    margin-top: -520px;
    margin-bottom: 100px;
}
.tel_box .tel_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.tel_box .tel_content .t_bg {
    width: 100%;
    height: 420px;
    object-fit: contain;
}
.tel_box .tel_content .tel_column {
    width: 88.6%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    position: absolute;
    top: 125px;
}
.tel_box .tel_content .tel_column .tel_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.tel_box .tel_content .tel_column .tel_row .t_icon_le {
    width: 60px;
    height: 60px;
}
.tel_box .tel_content .tel_column .tel_row .t_text {
    width: 75.5%;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
}
.tel_box .tel_content .tel_column .tel_row .t_a {
    display: block;
}
.tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
    display: block;
    width: 48px;
    height: 48px;
}


.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -60px;
}
.footer .footer-pc {
    width: 87.2%;
    margin: 0 auto;
}
.footer .footer-pc .text-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer .footer-pc .text-row .text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .footer-pc .text-row .text-box .text {
    font-size: 17px;
    color: #666666;
}
.footer .footer-pc .text-row .text-box .a-text {
    font-size: 17px;
    color: #666666;
    text-decoration: none;
}
.footer .footer-pc .text-row .text-box .t-white {
    color: #FFFFFF;
}

@media screen and (max-width: 991px) {
    .ewm_box {
        margin-top: -1024px;
        margin-bottom: 60px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 933px;
    }
    .ewm_box .ewm_content .e-img{
        width: 469px;
        height: 469px;
        padding: 35px;
        border-radius: 20px;
        top: 339px;
    }
    .tel_box {
        margin-top: -682px;
        margin-bottom: 125px;
    }
    .tel_box .tel_content .t_bg {
        height: 557px;
    }
    .tel_box .tel_content .tel_column {
        gap: 30px;
        top: 170px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 80px;
        height: 80px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 37px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 67px;
        height: 67px;
    }
}
@media screen and (max-width: 960px) {
    .ewm_box {
        margin-top: -992px;
        margin-bottom: 59px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 933px;
    }
    .ewm_box .ewm_content .e-img{
        width: 456px;
        height: 456px;
        padding: 35px;
        border-radius: 20px;
        top: 329px;
    }
    .tel_box {
        margin-top: -660px;
        margin-bottom: 121px;
    }
    .tel_box .tel_content .t_bg {
        height: 539px;
    }
    .tel_box .tel_content .tel_column {
        gap: 29px;
        top: 165px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 77px;
        height: 77px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 37px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 64px;
        height: 64px;
    }
}
@media screen and (max-width: 930px) {
    .ewm_box {
        margin-top: -960px;
        margin-bottom: 58px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 902px;
    }
    .ewm_box .ewm_content .e-img{
        width: 440px;
        height: 440px;
        padding: 33px;
        border-radius: 20px;
        top: 319px;
    }
    .tel_box {
        margin-top: -640px;
        margin-bottom: 117px;
    }
    .tel_box .tel_content .t_bg {
        height: 523px;
    }
    .tel_box .tel_content .tel_column {
        gap: 29px;
        top: 160px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 76px;
        height: 76px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 36px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 62px;
        height: 62px;
    }
}
@media screen and (max-width: 900px) {
    .ewm_box {
        margin-top: -930px;
        margin-bottom: 55px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 875px;
    }
    .ewm_box .ewm_content .e-img{
        width: 427px;
        height: 427px;
        padding: 31px;
        border-radius: 20px;
        top: 308px;
    }
    .tel_box {
        margin-top: -619px;
        margin-bottom: 113px;
    }
    .tel_box .tel_content .t_bg {
        height: 506px;
    }
    .tel_box .tel_content .tel_column {
        gap: 27px;
        top: 155px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 74px;
        height: 74px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 35px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 870px) {
    .ewm_box {
        margin-top: -899px;
        margin-bottom: 53px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 846px;
    }
    .ewm_box .ewm_content .e-img{
        width: 414px;
        height: 414px;
        padding: 30px;
        border-radius: 20px;
        top: 298px;
    }
    .tel_box {
        margin-top: -599px;
        margin-bottom: 110px;
    }
    .tel_box .tel_content .t_bg {
        height: 489px;
    }
    .tel_box .tel_content .tel_column {
        gap: 26px;
        top: 150px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 72px;
        height: 72px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 34px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 58px;
        height: 58px;
    }
}
@media screen and (max-width: 840px) {
    .ewm_box {
        margin-top: -868px;
        margin-bottom: 51px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 817px;
    }
    .ewm_box .ewm_content .e-img{
        width: 398px;
        height: 398px;
        padding: 30px;
        border-radius: 20px;
        top: 288px;
    }
    .tel_box {
        margin-top: -578px;
        margin-bottom: 106px;
    }
    .tel_box .tel_content .t_bg {
        height: 472px;
    }
    .tel_box .tel_content .tel_column {
        gap: 26px;
        top: 145px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 68px;
        height: 68px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 33px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 55px;
        height: 55px;
    }
}
@media screen and (max-width: 810px) {
    .ewm_box {
        margin-top: -837px;
        margin-bottom: 50px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 787px;
    }
    .ewm_box .ewm_content .e-img{
        width: 384px;
        height: 384px;
        padding: 28px;
        border-radius: 20px;
        top: 277px;
    }
    .tel_box {
        margin-top: -557px;
        margin-bottom: 101px;
    }
    .tel_box .tel_content .t_bg {
        height: 456px;
    }
    .tel_box .tel_content .tel_column {
        gap: 24px;
        top: 139px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 65px;
        height: 65px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 30px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 53px;
        height: 53px;
    }
}
@media screen and (max-width: 740px) {
    .ewm_box {
        margin-top: -764px;
        margin-bottom: 44px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 720px;
    }
    .ewm_box .ewm_content .e-img{
        width: 350px;
        height: 350px;
        padding: 26px;
        border-radius: 20px;
        top: 256px;
    }
}
@media screen and (max-width: 730px) {
    .ewm_box {
        margin-top: -753px;
        margin-bottom: 43px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 710px;
    }
    .ewm_box .ewm_content .e-img{
        width: 346px;
        height: 346px;
        padding: 26px;
        border-radius: 20px;
        top: 252px;
    }
    .tel_box {
        margin-top: -500px;
        margin-bottom: 90px;
    }
    .tel_box .tel_content .t_bg {
        height: 410px;
    }
    .tel_box .tel_content .tel_column {
        gap: 23px;
        top: 124px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 59px;
        height: 59px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 29px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 47px;
        height: 47px;
    }
}

@media screen and (max-width: 720px) {
    .ewm_box {
        margin-top: -742px;
        margin-bottom: 42px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 700px;
    }
    .ewm_box .ewm_content .e-img{
        width: 340px;
        height: 340px;
        padding: 26px;
        border-radius: 20px;
        top: 246px;
    }
}

@media screen and (max-width: 710px) {
    .ewm_box {
        margin-top: -733px;
        margin-bottom: 40px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 693px;
    }
    .ewm_box .ewm_content .e-img{
        width: 336px;
        height: 336px;
        padding: 26px;
        border-radius: 20px;
        top: 243px;
    }
    .tel_box {
        margin-top: -487px;
        margin-bottom: 88px;
    }
    .tel_box .tel_content .t_bg {
        height: 399px;
    }
    .tel_box .tel_content .tel_column {
        gap: 20px;
        top: 122px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 57px;
        height: 57px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 27px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 46px;
        height: 46px;
    }
}

@media screen and (max-width: 700px) {
    .ewm_box {
        margin-top: -723px;
        margin-bottom: 43px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 680px;
    }
    .ewm_box .ewm_content .e-img{
        width: 330px;
        height: 330px;
        padding: 26px;
        border-radius: 20px;
        top: 240px;
    }
}

@media screen and (max-width: 690px) {
    .ewm_box {
        margin-top: -713px;
        margin-bottom: 40px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 673px;
    }
    .ewm_box .ewm_content .e-img{
        width: 326px;
        height: 326px;
        padding: 26px;
        border-radius: 20px;
        top: 236px;
    }
    .tel_box {
        margin-top: -474px;
        margin-bottom: 86px;
    }
    .tel_box .tel_content .t_bg {
        height: 388px;
    }
    .tel_box .tel_content .tel_column {
        gap: 20px;
        top: 119px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 56px;
        height: 56px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 27px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 680px) {
    .ewm_box {
        margin-top: -702px;
        margin-bottom: 40px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 662px;
    }
    .ewm_box .ewm_content .e-img{
        width: 322px;
        height: 322px;
        padding: 26px;
        border-radius: 20px;
        top: 234px;
    }
}

@media screen and (max-width: 670px) {
    .ewm_box {
        margin-top: -692px;
        margin-bottom: 40px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 652px;
    }
    .ewm_box .ewm_content .e-img{
        width: 317px;
        height: 317px;
        padding: 24px;
        border-radius: 20px;
        top: 230px;
    }
    .tel_box {
        margin-top: -460px;
        margin-bottom: 84px;
    }
    .tel_box .tel_content .t_bg {
        height: 376px;
    }
    .tel_box .tel_content .tel_column {
        gap: 20px;
        top: 115px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 55px;
        height: 55px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 26px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width: 660px) {
    .ewm_box {
        margin-top: -682px;
        margin-bottom: 40px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 642px;
    }
    .ewm_box .ewm_content .e-img{
        width: 312px;
        height: 312px;
        padding: 24px;
        border-radius: 20px;
        top: 226px;
    }
}

@media screen and (max-width: 650px) {
    .content .top {
        height: 80px;
    }
    .content .top .top-nav {
        padding-top: 28px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 43px;
    }
    .ewm_box {
        margin-top: -672px;
        margin-bottom: 40px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 632px;
    }
    .ewm_box .ewm_content .e-img{
        width: 309px;
        height: 309px;
        padding: 24px;
        border-radius: 20px;
        top: 223px;
    }
    .tel_box {
        margin-top: -446px;
        margin-bottom: 82px;
    }
    .tel_box .tel_content .t_bg {
        height: 364px;
    }
    .tel_box .tel_content .tel_column {
        gap: 20px;
        top: 112px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 54px;
        height: 54px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 25px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 43px;
        height: 43px;
    }
}
@media screen and (max-width: 640px) {
    .ewm_box {
        margin-top: -662px;
        margin-bottom: 40px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 622px;
    }
    .ewm_box .ewm_content .e-img{
        width: 303px;
        height: 303px;
        padding: 22px;
        border-radius: 20px;
        top: 220px;
    }
}
@media screen and (max-width: 630px) {
    .ewm_box {
        margin-top: -652px;
        margin-bottom: 40px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 612px;
    }
    .ewm_box .ewm_content .e-img{
        width: 300px;
        height: 300px;
        padding: 22px;
        border-radius: 20px;
        top: 216px;
    }
    .tel_box {
        margin-top: -432px;
        margin-bottom: 79px;
    }
    .tel_box .tel_content .t_bg {
        height: 353px;
    }
    .tel_box .tel_content .tel_column {
        gap: 20px;
        top: 108px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 52px;
        height: 52px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 24px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 42px;
        height: 42px;
    }
}
@media screen and (max-width: 620px) {
    .ewm_box {
        margin-top: -642px;
        margin-bottom: 36px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 606px;
    }
    .ewm_box .ewm_content .e-img{
        width: 293px;
        height: 293px;
        padding: 22px;
        border-radius: 20px;
        top: 212px;
    }
}
@media screen and (max-width: 610px) {
    .ewm_box {
        margin-top: -632px;
        margin-bottom: 36px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 596px;
    }
    .ewm_box .ewm_content .e-img{
        width: 288px;
        height: 288px;
        padding: 22px;
        border-radius: 20px;
        top: 208px;
    }
    .tel_box {
        margin-top: -418px;
        margin-bottom: 77px;
    }
    .tel_box .tel_content .t_bg {
        height: 341px;
    }
    .tel_box .tel_content .tel_column {
        gap: 20px;
        top: 105px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 50px;
        height: 50px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 23px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 600px) {
    .content .top {
        height: 73px;
    }
    .content .top .top-nav {
        padding-top: 26px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 39px;
    }
    .footer .footer-pc .text-row .text-box .text,
    .footer .footer-pc .text-row .text-box .a-text{
        font-size: 16px;
    }
    .ewm_box {
        margin-top: -622px;
        margin-bottom: 36px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 586px;
    }
    .ewm_box .ewm_content .e-img{
        width: 284px;
        height: 284px;
        padding: 22px;
        border-radius: 20px;
        top: 206px;
    }
}
@media screen and (max-width: 590px) {
    .ewm_box {
        margin-top: -612px;
        margin-bottom: 36px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 576px;
    }
    .ewm_box .ewm_content .e-img{
        width: 279px;
        height: 279px;
        padding: 22px;
        border-radius: 20px;
        top: 202px;
    }
    .tel_box {
        margin-top: -404px;
        margin-bottom: 74px;
    }
    .tel_box .tel_content .t_bg {
        height: 330px;
    }
    .tel_box .tel_content .tel_column {
        gap: 19px;
        top: 101px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 48px;
        height: 48px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 22px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 38px;
        height: 38px;
    }
}
@media screen and (max-width: 580px) {
    .ewm_box {
        margin-top: -602px;
        margin-bottom: 36px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 566px;
    }
    .ewm_box .ewm_content .e-img{
        width: 275px;
        height: 275px;
        padding: 22px;
        border-radius: 20px;
        top: 199px;
    }
}
@media screen and (max-width: 570px) {
    .ewm_box {
        margin-top: -592px;
        margin-bottom: 36px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 556px;
    }
    .ewm_box .ewm_content .e-img{
        width: 270px;
        height: 270px;
        padding: 22px;
        border-radius: 20px;
        top: 195px;
    }
    .tel_box {
        margin-top: -391px;
        margin-bottom: 71px;
    }
    .tel_box .tel_content .t_bg {
        height: 320px;
    }
    .tel_box .tel_content .tel_column {
        gap: 18px;
        top: 98px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 46px;
        height: 46px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 22px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 37px;
        height: 37px;
    }
}
@media screen and (max-width: 560px) {
    .ewm_box {
        margin-top: -582px;
        margin-bottom: 36px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 546px;
    }
    .ewm_box .ewm_content .e-img{
        width: 265px;
        height: 265px;
        padding: 22px;
        border-radius: 20px;
        top: 192px;
    }
}
@media screen and (max-width: 550px) {
    .content .top {
        height: 66px;
    }
    .content .top .top-nav {
        padding-top: 24px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 36px;
    }
    .ewm_box {
        margin-top: -572px;
        margin-bottom: 34px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 538px;
    }
    .ewm_box .ewm_content .e-img{
        width: 262px;
        height: 262px;
        padding: 20px;
        border-radius: 20px;
        top: 188px;
    }
    .tel_box {
        margin-top: -378px;
        margin-bottom: 68px;
    }
    .tel_box .tel_content .t_bg {
        height: 310px;
    }
    .tel_box .tel_content .tel_column {
        gap: 17px;
        top: 95px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 45px;
        height: 45px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 21px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 36px;
        height: 36px;
    }
}
@media screen and (max-width: 540px) {
    .ewm_box {
        margin-top: -562px;
        margin-bottom: 34px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 528px;
    }
    .ewm_box .ewm_content .e-img{
        width: 257px;
        height: 257px;
        padding: 20px;
        border-radius: 20px;
        top: 186px;
    }
}
@media screen and (max-width: 530px) {
    .ewm_box {
        margin-top: -552px;
        margin-bottom: 30px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 521px;
    }
    .ewm_box .ewm_content .e-img{
        width: 252px;
        height: 252px;
        padding: 18px;
        border-radius: 20px;
        top: 182px;
    }
    .tel_box {
        margin-top: -364px;
        margin-bottom: 66px;
    }
    .tel_box .tel_content .t_bg {
        height: 298px;
    }
    .tel_box .tel_content .tel_column {
        gap: 16px;
        top: 92px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 43px;
        height: 43px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 21px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 520px) {
    .ewm_box {
        margin-top: -542px;
        margin-bottom: 32px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 510px;
    }
    .ewm_box .ewm_content .e-img{
        width: 248px;
        height: 248px;
        padding: 18px;
        border-radius: 20px;
        top: 178px;
    }
}
@media screen and (max-width: 510px) {
    .ewm_box {
        margin-top: -532px;
        margin-bottom: 32px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 500px;
    }
    .ewm_box .ewm_content .e-img{
        width: 242px;
        height: 242px;
        padding: 18px;
        border-radius: 20px;
        top: 175px;
    }
    .tel_box {
        margin-top: -350px;
        margin-bottom: 64px;
    }
    .tel_box .tel_content .t_bg {
        height: 286px;
    }
    .tel_box .tel_content .tel_column {
        gap: 15px;
        top: 88px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 42px;
        height: 42px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 20px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 34px;
        height: 34px;
    }
}
@media screen and (max-width: 500px) {
    .content .top {
        height: 60px;
    }
    .content .top .top-nav {
        padding-top: 22px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 33px;
    }
    .footer .footer-pc .text-row .text-box .text,
    .footer .footer-pc .text-row .text-box .a-text{
        font-size: 15px;
    }
    .ewm_box {
        margin-top: -522px;
        margin-bottom: 30px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 492px;
    }
    .ewm_box .ewm_content .e-img{
        width: 239px;
        height: 239px;
        padding: 18px;
        border-radius: 20px;
        top: 172px;
    }
}
@media screen and (max-width: 490px) {
    .ewm_box {
        margin-top: -506px;
        margin-bottom: 30px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 476px;
    }
    .ewm_box .ewm_content .e-img{
        width: 232px;
        height: 232px;
        padding: 18px;
        border-radius: 20px;
        top: 167px;
    }
    .tel_box {
        margin-top: -336px;
        margin-bottom: 62px;
    }
    .tel_box .tel_content .t_bg {
        height: 274px;
    }
    .tel_box .tel_content .tel_column {
        gap: 15px;
        top: 84px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 40px;
        height: 40px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 19px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 32px;
        height: 32px;
    }
    .footer {
        margin-top: -50px;
    }
}
@media screen and (max-width: 480px) {
    .ewm_box {
        margin-top: -496px;
        margin-bottom: 30px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 466px;
    }
    .ewm_box .ewm_content .e-img{
        width: 228px;
        height: 228px;
        padding: 18px;
        border-radius: 20px;
        top: 164px;
    }
}
@media screen and (max-width: 470px) {
    .ewm_box {
        margin-top: -486px;
        margin-bottom: 30px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 456px;
    }
    .ewm_box .ewm_content .e-img{
        width: 222px;
        height: 222px;
        padding: 18px;
        border-radius: 20px;
        top: 160px;
    }
    .tel_box {
        margin-top: -323px;
        margin-bottom: 58px;
    }
    .tel_box .tel_content .t_bg {
        height: 265px;
    }
    .tel_box .tel_content .tel_column {
        gap: 14px;
        top: 81px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 39px;
        height: 39px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 19px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 31px;
        height: 31px;
    }
}
@media screen and (max-width: 460px) {
    .ewm_box {
        margin-top: -476px;
        margin-bottom: 30px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 446px;
    }
    .ewm_box .ewm_content .e-img{
        width: 219px;
        height: 219px;
        padding: 18px;
        border-radius: 20px;
        top: 157px;
    }
}
@media screen and (max-width: 450px) {
    .content .top {
        height: 54px;
    }
    .content .top .top-nav {
        padding-top: 20px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 29px;
    }
    .footer .footer-pc .text-row .text-box .text,
    .footer .footer-pc .text-row .text-box .a-text{
        font-size: 13px;
    }
    .footer {
        margin-top: -45px;
    }
    .ewm_box {
        margin-top: -465px;
        margin-bottom: 27px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 438px;
    }
    .ewm_box .ewm_content .e-img{
        width: 213px;
        height: 213px;
        padding: 18px;
        border-radius: 20px;
        top: 154px;
    }
    .tel_box {
        margin-top: -309px;
        margin-bottom: 56px;
    }
    .tel_box .tel_content .t_bg {
        height: 253px;
    }
    .tel_box .tel_content .tel_column {
        gap: 13px;
        top: 78px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 37px;
        height: 37px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 18px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 440px) {
    .ewm_box {
        margin-top: -454px;
        margin-bottom: 26px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 428px;
    }
    .ewm_box .ewm_content .e-img{
        width: 208px;
        height: 208px;
        padding: 18px;
        border-radius: 20px;
        top: 150px;
    }
}
@media screen and (max-width: 430px) {
    .ewm_box {
        margin-top: -444px;
        margin-bottom: 26px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 418px;
    }
    .ewm_box .ewm_content .e-img{
        width: 204px;
        height: 204px;
        padding: 18px;
        border-radius: 20px;
        top: 148px;
    }
    .tel_box {
        margin-top: -295px;
        margin-bottom: 54px;
    }
    .tel_box .tel_content .t_bg {
        height: 241px;
    }
    .tel_box .tel_content .tel_column {
        gap: 13px;
        top: 75px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 36px;
        height: 36px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 17px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 29px;
        height: 29px;
    }
    .footer {
        margin-top: -42px;
    }
}
@media screen and (max-width: 420px) {
    .ewm_box {
        margin-top: -434px;
        margin-bottom: 25px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 409px;
    }
    .ewm_box .ewm_content .e-img{
        width: 199px;
        height: 199px;
        padding: 16px;
        border-radius: 20px;
        top: 143px;
    }
}
@media screen and (max-width: 410px) {
    .ewm_box {
        margin-top: -423px;
        margin-bottom: 24px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 399px;
    }
    .ewm_box .ewm_content .e-img{
        width: 194px;
        height: 194px;
        padding: 16px;
        border-radius: 20px;
        top: 140px;
    }
    .tel_box {
        margin-top: -281px;
        margin-bottom: 51px;
    }
    .tel_box .tel_content .t_bg {
        height: 230px;
    }
    .tel_box .tel_content .tel_column {
        gap: 12px;
        top: 71px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 33px;
        height: 33px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 16px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 27px;
        height: 27px;
    }
}
@media screen and (max-width: 400px) {
    .content .top {
        height: 48px;
    }
    .content .top .top-nav {
        padding-top: 18px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 26px;
    }
    .footer .footer-pc .text-row .text-box .text,
    .footer .footer-pc .text-row .text-box .a-text{
        font-size: 12px;
    }
    .ewm_box {
        margin-top: -413px;
        margin-bottom: 24px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 389px;
    }
    .ewm_box .ewm_content .e-img{
        width: 190px;
        height: 190px;
        padding: 16px;
        border-radius: 20px;
        top: 137px;
    }
}
@media screen and (max-width: 390px) {
    .ewm_box {
        margin-top: -403px;
        margin-bottom: 23px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 380px;
    }
    .ewm_box .ewm_content .e-img{
        width: 186px;
        height: 186px;
        padding: 16px;
        border-radius: 20px;
        top: 133px;
    }
    .tel_box {
        margin-top: -267px;
        margin-bottom: 48px;
    }
    .tel_box .tel_content .t_bg {
        height: 219px;
    }
    .tel_box .tel_content .tel_column {
        gap: 11px;
        top: 67px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 32px;
        height: 32px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 15px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 26px;
        height: 26px;
    }
}
@media screen and (max-width: 380px) {
    .ewm_box {
        margin-top: -392px;
        margin-bottom: 23px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 369px;
    }
    .ewm_box .ewm_content .e-img{
        width: 182px;
        height: 182px;
        padding: 15px;
        border-radius: 20px;
        top: 129px;
    }
    .footer .footer-pc .text-row .text-box .text,
    .footer .footer-pc .text-row .text-box .a-text{
        font-size: 12px;
    }
    .footer {
        margin-top: -39px;
    }
}
@media screen and (max-width: 370px) {
    .ewm_box {
        margin-top: -382px;
        margin-bottom: 22px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 360px;
    }
    .ewm_box .ewm_content .e-img{
        width: 175px;
        height: 175px;
        padding: 15px;
        border-radius: 20px;
        top: 126px;
    }
    .tel_box {
        margin-top: -254px;
        margin-bottom: 46px;
    }
    .tel_box .tel_content .t_bg {
        height: 208px;
    }
    .tel_box .tel_content .tel_column {
        gap: 10px;
        top: 63px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 30px;
        height: 30px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 14px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 360px) {
    .ewm_box {
        margin-top: -372px;
        margin-bottom: 21px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 351px;
    }
    .ewm_box .ewm_content .e-img{
        width: 172px;
        height: 172px;
        padding: 15px;
        border-radius: 20px;
        top: 123px;
    }
}
@media screen and (max-width: 350px) {
    .content .top {
        height: 42px;
    }
    .content .top .top-nav {
        padding-top: 15px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 24px;
    }
    .footer .footer-pc .text-row .text-box .text,
    .footer .footer-pc .text-row .text-box .a-text{
        font-size: 10px;
    }
    .footer {
        margin-top: -35px;
    }
    .ewm_box {
        margin-top: -361px;
        margin-bottom: 19px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 342px;
    }
    .ewm_box .ewm_content .e-img{
        width: 165px;
        height: 165px;
        padding: 12px;
        border-radius: 20px;
        top: 120px;
    }
    .tel_box {
        margin-top: -241px;
        margin-bottom: 43px;
    }
    .tel_box .tel_content .t_bg {
        height: 198px;
    }
    .tel_box .tel_content .tel_column {
        gap: 10px;
        top: 61px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 29px;
        height: 29px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 13px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 23px;
        height: 23px;
    }
}
@media screen and (max-width: 340px) {
    .ewm_box {
        margin-top: -350px;
        margin-bottom: 19px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 331px;
    }
    .ewm_box .ewm_content .e-img{
        width: 161px;
        height: 161px;
        padding: 12px;
        border-radius: 20px;
        top: 115px;
    }
}
@media screen and (max-width: 330px) {
    .ewm_box {
        margin-top: -340px;
        margin-bottom: 18px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 322px;
    }
    .ewm_box .ewm_content .e-img{
        width: 156px;
        height: 156px;
        padding: 12px;
        border-radius: 20px;
        top: 113px;
    }
    .tel_box {
        margin-top: -227px;
        margin-bottom: 41px;
    }
    .tel_box .tel_content .t_bg {
        height: 186px;
    }
    .tel_box .tel_content .tel_column {
        gap: 9px;
        top: 57px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 27px;
        height: 27px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 12px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 22px;
        height: 22px;
    }
}
@media screen and (max-width: 320px) {
    .ewm_box {
        margin-top: -330px;
        margin-bottom: 18px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 312px;
    }
    .ewm_box .ewm_content .e-img{
        width: 150px;
        height: 150px;
        padding: 12px;
        border-radius: 20px;
        top: 110px;
    }
}
@media screen and (max-width: 310px) {
    .ewm_box {
        margin-top: -320px;
        margin-bottom: 18px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 302px;
    }
    .ewm_box .ewm_content .e-img{
        width: 147px;
        height: 147px;
        padding: 10px;
        border-radius: 20px;
        top: 107px;
    }
    .tel_box {
        margin-top: -213px;
        margin-bottom: 39px;
    }
    .tel_box .tel_content .t_bg {
        height: 174px;
    }
    .tel_box .tel_content .tel_column {
        gap: 8px;
        top: 54px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_icon_le {
        width: 26px;
        height: 26px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_text {
        font-size: 12px;
    }
    .tel_box .tel_content .tel_column .tel_row .t_a .t_icon_ri {
        width: 21px;
        height: 21px;
    }
}
@media screen and (max-width: 300px) {
    .content .top {
        height: 36px;
    }
    .content .top .top-nav {
        padding-top: 13px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 20px;
    }
    .footer .footer-pc .text-row .text-box .text,
    .footer .footer-pc .text-row .text-box .a-text{
        font-size: 9px;
    }
    .ewm_box {
        margin-top: -310px;
        margin-bottom: 18px;
    }
    .ewm_box .ewm_content .e-bg{
        height: 292px;
    }
    .ewm_box .ewm_content .e-img{
        width: 142px;
        height: 142px;
        padding: 10px;
        border-radius: 20px;
        top: 102px;
    }
}

@media screen and (max-width: 250px) {
    .content .top {
        height: 30px;
    }
    .content .top .top-nav {
        padding-top: 11px;
    }
    .content .top .top-nav .a-logo .logo {
        height: 17px;
    }
}





























