
.banner {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.mbx-w {
    border-bottom: 1px solid #eee;
}
.mbx {
    margin: 0 auto;
    width: var(--mwidth);
    height: 5rem;
    display: flex; align-items: center;
}
.mbx .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.mbx .it {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.mbx .it a{
    color: #333;
}
.mbx .span {
    margin: 0 5px;
    color: #999;
}




.main{
    margin: 0 auto;
    padding-top: 2rem;
    width: var(--mwidth);
    display: flex; align-items: flex-start; justify-content: space-between;
}




.mid {
    width: 95rem;
}
.mid .hd {
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.mid .line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 2rem;
}
.mid .ctt {
    font-size: 1.8rem;
    color: #333;
    line-height: 3.6rem;
}
.mid .ctt p{
    margin-bottom: 2rem;
}
.mid .ctt img{
    max-width: 100%;
}




.right {
    width: 23.5rem;
}
.right .hd-w {
    padding: 0 1rem 0 2rem;
    height: 6rem;
    display: flex; align-items: center; justify-content: space-between;
    background: #C90D1C;
}
.right .hd-w .hd {
    color: #fff;
    font-size: 2.2rem;
}
.right .hd-w .arrow {
    color: #fff;
    width: 3rem;
    aspect-ratio: 1/1;
    stroke: #fff;
    stroke-width: 12px;
}
.right .ls {
    padding: 1rem 2rem;
    width: 100%;
    background: #F7F7F7;
}
.right .ls .it {
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color: #111;
    cursor: pointer;
}
.right .ls .it.on {
    font-weight: bold;
}

.right .tel-w {
    margin: 2rem 0 0;
    padding: 3.5rem 0;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column;

    background: #FFFCEE;
    box-shadow: 4px 4px 1px 0px rgba(221,221,221,0.9);
    border-radius: 10px;
    border: 3px solid #ECA96D;
}
.right .tel-w .r1 {
    display: flex; align-items: center; justify-content: center;
}
.right .tel-w .r1 .icon {
    width: 2.5rem;
    aspect-ratio: 1/1;
    margin-right: 1rem;
}
.right .tel-w .r1 .text {
    font-size: 2rem;
    color: #333;
}
.right .tel-w .r2 {
    margin-top: 1rem;
    font-size: 2.4rem;
    color: #333;
    font-weight: bold;
}



