.head {
    height: 0.8rem;
    position: fixed;
    z-index: 100;
    top:0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 0.24rem;
    transition: background-color ease 600ms;
}
.head::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    opacity: .5;
    transform:scaleY(.5);
}
.head-change {
    background: #FFFFFF;
}
.head-logo {
    font-size: 0;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    padding: 0.14rem 0;
}
.head-logo__word {
    font-family: '汉仪文黑-85W';
    color: #FFFFFF;
    margin-left: 0.08rem;
    vertical-align: bottom;
    line-height: 1;
    transition: color ease 600ms;

    font-size: 0.24rem;
}
.head-change .head-logo__word {
    color: #222222;
}
.head-logo__icon {
    width: 0.6rem;
}
.head-list {
    height: 100%;
    display: flex;
    align-items: center;
}
.m-head-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 1.16rem;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 0.24rem;
}
.m-head-list-item span {
    transform: scale(.91);
}
.m-head-list-item:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.head-change .m-head-list-item {
    color: #222222;
}
.m-head-list-item-active {
    background: #FF6A00;
    position: relative;
}
.m-head-list-item-active::after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #FF6A00;
    transform:scaleY(.5);
    z-index: 10;
}
.m-head-list-item-active span {
    color: #FFF;
    font-weight: 800;
}

/* banner */
.m-swiper-pagination {
    z-index: 100;
    bottom: 0.4rem;
    font-size: 0;
    text-align: center;
    position: absolute;
}
.m-swiper-pagination .swiper-pagination-bullet {
    background: #FFF;
    opacity: 1;
    width: 0.1rem;
    height: 0.1rem;
}
.m-swiper-pagination .swiper-pagination-bullet-active {
    background: #FF6A00;
}

.banner-con {
    height: 5.9rem
}
.banner-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.footer {
    width: 100%;
    background: #241F40;
}
.footer-con {
    padding: 1rem 0.24rem;
    text-align: center;
}
.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-name {
    color: #FFFFFF;
    font-size: 0.48rem;
    font-weight: 500;
}
.footer-address {
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0.36rem 0 0.26rem 0;
}
.footer-address img {
    width: 0.36rem;
    margin-right: 0.08rem;
}
.footer-tel {
    font-size: 0.36rem;
    font-weight: bold;
    color: #FFCC33;
    line-height: 1;
}
.footer-tel img {
    width: 0.36rem;
    margin-right: 0.08rem;
}
.footer-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
}
.footer-wx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    margin-right: 0.4rem;
    line-height: 1;
}
.footer-wx span {
    font-size: 0.24rem;
    font-weight: bold;
    color: #241F40;
    transform: scale(.83);
    padding: 0.1rem 0 0.14rem 0;
}
.footer-right img {
    width: 1.8rem;
}
.footer-sc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    line-height: 1;
}
.footer-sc span {
    font-size: 0.24rem;
    font-weight: bold;
    color: #241F40;
    transform: scale(.83);
    padding: 0.1rem 0 0.14rem 0;
}

.case {
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.24rem;
    font-weight: 400;
    color: #222222;
}
.case span {
    font-size: 0.24rem;
    font-weight: 400;
    color: #222222;
}
.case img {
    width: 0.4rem;
    margin-right: 0.1rem;
}

