/*------------------footer------------------*/
#footer .eco_tel{
    padding: 170px 0 130px 0;
    background: url(../image/main_tel_bg.jpg) no-repeat 50%;
    background-size: cover;
}

/*eco_tel*/
.tel_tit {
    height: 190px;
}
.tel_tit > h2, 
.tel_tit > h2 >span{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 45px;
}
.tel_box_wrap {
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    width: 645px;
}
.tel_box {
    position: relative;
    flex: 0 0 30%;
    flex-grow: 1;
    height: 100px;
    padding: 20px 0;
    background: #fff;
    border-radius: 30px;
    text-align: center;
}

.tel_box .icon {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ff2f2f;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 25px;
    border-radius: 50px;
}
.tel_box .icon::before {
    content: '';
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/tel.png);
    width: 19px;
    height: 18px;
}
.tel_box > p {
    font-size: 18px;
    font-weight: 700;
}

.tel_box > p:first-child {
}

@media(max-width: 1024px){
    .tel_box_wrap {
        width: 55%;
    }
    .tel_tit {
        padding-bottom: 20px;
    }
    .tel_box {
        height:90px;   
    }
    .tel_box > p {
        font-size: 15px;
    }
}
  
@media(max-width: 768px){
    #footer .eco_tel {
        padding: 100px 0;
    }
    .tel_box_wrap {
        width: 100%;
    }
    .tel_tit {
        height: 150px;
        padding-bottom: 20px;
    }
    .tel_tit > h2,
    .tel_tit > h2 >span{
        font-size: 28px;
        line-height: 35px;
    }
    .pro_tit>p {
        font-size: 15px;
    }
    .tel_box {
        height: 80px;
        padding: 5% 0;
    }
    .tel_box > p{
        font-size: 13px;
    }
}

/*eco_footer*/
footer .eco_footer {
    /* padding: 170px 0 130px 0; */
    background: url(../image/footer_bg.png) no-repeat 50%;
    background-size: cover;
    /* background: #292929; */
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.copy01 {
    padding: 80px 0 45px 0;
}
.copy01 .right,
.copy01 .left {
    width: 50%;
    padding: 10px 0;
}

/*right*/
.copy01 .right > dl {
    display: flex;
    width: 100%;
}
.copy01 .right > dl > dt {
    width: 20%;
    opacity: 0.5;
}
.copy01 .right > dl > dd {
    width: 80%
}

/*left*/
.copy01 .left {
    text-align: right;
}
.copy01 .left .menu_link_box {
    padding-bottom: 10px;
}
.copy01 .left .menu_link_box>a,
.copy01 .left .blog_box>a {
    padding-right: 10px;
}
.copy01 .left .menu_link_box>a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    margin-left: 10px;
    background: url(../image/footer_arrow.png);
}
.copy01 .left .blog_box>a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
    margin-right: 10px;
    background: url(../image/blog.png);
}
.copy01 .left .blog_box>a:nth-child(3)::before{
    background: url(../image/youtube.png);
}
.copy01 .left .blog_box>a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    margin-left: 10px;
    background: url(../image/footer_arrow.png);
}

@media(max-width: 1024px){
    .copy01 .right,
    .copy01 .left {
        width: 100%;
    }
    .copy01 .left {
        text-align: left;
    }
}

@media(max-width: 768px){
    footer .eco_footer {
        font-size: 13px;
    }
}

.copy02 {
    padding: 20px 0;
    border-top: 1px solid #4c4c4c;
    opacity: 0.5;
}


