html {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.bkgd {
    width: 100%;
    height: 10.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bkgd1{
    width: 100%;
    height: 10.8rem;
    display: flex;
    flex-direction: column;
    padding-top: 4.46rem;
    padding-left: 1.88rem;
    box-sizing: border-box;
    background-size: cover;
}
.bkgd1>p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.6rem;
    color: #B30000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
}
.bkgd1>span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.4rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.line1{
    width: 0.42rem;
    height: 0.07rem;
    background: #B30000;
    border-radius: 0rem 0rem 0rem 0rem;
    margin-top: 0.29rem;
    margin-bottom: 1.32rem;
}
.btn{
    width: 1.4rem;
    height: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    border: 0.01rem solid #B30000;
    display: flex;
    align-content: center;
    justify-content: center;
    opacity: 0.54;
    cursor: pointer;
}
.btn>p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #B30000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
    margin-top: 0.07rem;
}
.btn>img{
    width: 0.26rem;
    height: 0.08rem;
    margin-top: 0.14rem;
    margin-left: 0.07rem;
}.btn:hover{
    background: #B30000;
    opacity: 1;
}
.btn:hover>p{
    color: #FFFFFF;
}
.btn:hover>img{
    filter: brightness(0) invert(1);
}
.bkgd>p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.48rem;
    color: #F9F9F9;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0;
}
.bkgd>span{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.6rem;
    color: #F9F9F9;
    text-shadow: 0px 0px 0px rgba(3,3,3,0.42);
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.bkgd>img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 0.24rem!important;
    height: 0.08rem !important;
    background: #FFFFFF !important;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem !important;
    opacity: 0.53 !important;
    margin-right: 0.15rem!important;
}

.swiper-pagination-bullet-active {
    width: 0.45rem !important;
    height: 0.08rem !important;
    background: #FFFFFF !important;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem !important;
    margin-right: 0.15rem!important;
}

.swiper-pagination {
    position: absolute !important;
    bottom: 0.6rem!important;
}

.sprev {
    margin-left: 0.35rem!important;
}

.snext {
    margin-right: 0.35rem!important;
}

.mySwiper1111 .swiper-slide .bkgd{
    background-size: cover;
}
.mySwiper1111>.swiper-wrapper>.swiper-slide>.bkgd>p{
    opacity: 0;
    transform: translateY(1.5rem);
    transition: 2s;
}
.mySwiper1111>.swiper-wrapper>.swiper-slide>.bkgd>span{
    opacity: 0;
    transform: translateY(1.5rem);
    transition: 2s;
}
.mySwiper1111>.swiper-wrapper>.swiper-slide>.bkgd>div{
    opacity: 0;
    transform: translateY(1.5rem);
    transition: 2s;
}

.mySwiper1111>.swiper-wrapper>.swiper-slide-active>.bkgd>p{
    opacity: 1;
    transform: translateY(0rem);
    transition: 2s;
}
.mySwiper1111>.swiper-wrapper>.swiper-slide-active>.bkgd>span{
    opacity: 1;
    transform: translateY(0rem);
    transition: 2s;
}
.mySwiper1111>.swiper-wrapper>.swiper-slide-active>.bkgd>div{
    opacity: 1;
    transform: translateY(0rem);
    transition: 2s;
}




.mySwiper1111>.swiper-wrapper>.swiper-slide>.bkgd1>p{
    opacity: 0;
    transform: translateY(1.5rem);
    transition: 2s;
}
.mySwiper1111>.swiper-wrapper>.swiper-slide>.bkgd1>span{
    opacity: 0;
    transform: translateY(1.5rem);
    transition: 2s;
}
.mySwiper1111>.swiper-wrapper>.swiper-slide>.bkgd1>div{
    opacity: 0;
    transform: translateY(1.5rem);
    transition: 2s;
}

.mySwiper1111>.swiper-wrapper>.swiper-slide-active>.bkgd1>p{
    opacity: 1;
    transform: translateY(0rem);
    transition: 2s;
}
.mySwiper1111>.swiper-wrapper>.swiper-slide-active>.bkgd1>span{
    opacity: 1;
    transform: translateY(0rem);
    transition: 2s;
}
.mySwiper1111>.swiper-wrapper>.swiper-slide-active>.bkgd1>div{
    opacity: 1;
    transform: translateY(0rem);
    transition: 2s;
}



.d2 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product {
    background-image: url(../img/首页背景3.png);
    background-size: cover;
    width: 100%;
    height: 7.87rem;
    position: relative;
}

.pro-fx {
    display: flex;
    justify-content: space-between;
    max-width: 14rem;
    position: relative;
    margin: 0 auto;
    margin-top: 0.8rem;
}

.pro-fx1 {
    flex: 0 0 2.7rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    max-width: 2.25rem;
}

.pro-w1 {
    flex: 0 0 0.74rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.48rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pro-l1 {
    margin-bottom: 0.5rem;
    width: 0.5rem;
    height: 0.03rem;
    background: #B30000;
    border-radius: 0rem 0rem 0rem 0rem;
}

.pro-d1 {
    width: 2.25rem;
    height: 4.8rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    position: relative;
}

.d1-1 {
    width: 2.25rem;
    height: 1.2rem;
    background: #FFFFFF;
    position: relative;
    transition: 0.3s;
    transition: 0.5s;
    cursor: pointer;
    border-bottom: 0.01rem solid #DDDDDD;
}
.d1-1:last-child{
     border-bottom: 0rem solid #DDDDDD;
}
.d1-w1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.22rem;
    color: #262626;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 0.32rem;
    left: 0.25rem;
}

.d1-w2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #B2B2B2;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 0.69rem;
    left: 0.25rem;
}

.d1-1>img {
    position: absolute;
    top: 0.38rem;
    left: 1.85rem;
    filter: invert(0.3);
}

.d1-1:hover {
    background: #B30000;
    ;
}

.d1-1:hover>.d1-w1 {
    color: #FFFFFF;
}

.d1-1:hover>.d1-w2 {
    color: #FFFFFF;
}

.pro-fx2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 11.3rem;
    position: relative;
    margin-top: 0.36rem;
}

.pro-fx2-1 {
    flex: 0 0 0.9rem;
    animation: slide-up 1s ease forwards
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pro-d2 {
    width: 1.24rem;
    height: 0.4rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    border: 0.01rem solid #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.pro-d2:hover {
    background: #B30000;
    border: 0.01rem solid #B30000;
}

.pro-d2:hover>a{
    color: #FFFFFF;
}
.pro-d2:hover>img{
    filter:brightness(0) invert(1);
}


.pro-d2>a {
    text-decoration: none;
}

.pro-d2>a>span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pro-d2>img{
    filter: invert(0.3);
    margin-left: 0.06rem;
}

.pro-d3 {
    width: 11.3rem;
    height: 4.8rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    display: none;
}
.pro-d3.active{
    display: flex;
}

.pro-d3-1 {
    width: 3.31rem;
    height: 3.8rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #E9E9E9;
    display: flex;
    flex-direction: column;
    padding: 0 0.09rem;
    margin: 0 0.1rem;
    overflow: hidden;
    transition: 0.5s;
}

.pro-d3-1-w1 {
    flex: 0 0 0.35rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #3D3D3D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-overflow: ellipsis;
}

.pro-d3-1-w2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-overflow: ellipsis;
}

.pro-d3-1>img {
    margin-top: 0.1rem;
    margin-bottom: 0.15rem;
    width: 3.2rem;
    height: 2.66rem;
}

.pro-d3-btn {
    width: 1.38rem;
    height: 0.32rem;
    background: #B30000;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    transform: translateY(120%);
    cursor: pointer;
    display: none;
}

.pro-d3-btn>span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: none;
}

.pro-d3-1:hover {
    display: flex;
    align-items: center;
}

.pro-d3-1:hover>.pro-d3-1-w1 {
    color: #B30000;
}

.pro-d3-1:hover>.pro-d3-1-w2 {
    display: none;
}

.pro-d3-1:hover .pro-d3-btn {
    animation: up 0.7s ease forwards;
    display: flex;
}

@keyframes up {
    0% {
        transform: translateY(100%);
        /* opacity: 0; */
    }
    100% {
        transform: translateY(0%);
        /* opacity: 1; */
        transition: all 0.5s;
    }
}


/* .pro-d3-1:hover .pro-d3-btn{
    display: block;
    display: flex;
    margin-top: 0rem;
    transition: all 0.5s;
} */

.pro-d3-1:hover>.pro-d3-btn>span {
    display: block;
}
.d1-active{
    background: #B30000;
}
.d1-active>.d1-w1{
    color: #ffffff;
}
.d1-active>.d1-w2{
    color: #ffffff;
}
.about {
    background-image: url(../img/关于我们.png);
    background-size: cover;
    width: 100%;
    height: 8.96rem;
    position: relative;
}

.ab-fx {
    display: flex;
    justify-content: space-between;
    max-width: 14rem;
    position: relative;
    margin: 0 auto;
    margin-top: 1.26rem;
}

.ab-fx1 {
    display: flex;
    flex-direction: column;
}

.ab-fx1-w1 {
    flex: 0 0 0.74rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.48rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.ab-fx1-w2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.3rem;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.ab-fx1-l1 {
    flex: 0 0 0.18rem;
}

.ab-fx1-l1>div {
    width: 0.5rem;
    height: 0.03rem;
    background: #B30000;
    border-radius: 0rem 0rem 0rem 0rem;
}

.ab-fx2 {
    margin-top: 0.15rem;
    display: flex;
    flex-direction: column;
}

.ab-fx2-w1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.19rem;
    color: #3D3D3D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex: 0 0 1.07rem;
    width: 8.3rem;
}

.ab-fx2-btn>div:hover {
    background: #B30000;
    border: 0.01rem solid #B30000;
}
.ab-fx2-btn>div:hover>img{
    filter: brightness(0) invert(1);
}
.ab-fx2-btn>div:hover>a{
    color: #ffffff;
}

.ab-fx2-btn {
    flex: 0 0 0.84rem;
}

.ab-fx2-btn>div {
    width: 1.4rem;
    height: 0.4rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    border: 0.01rem solid #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.ab-fx2-btn>div>a {
    margin-right: 0.1rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none
}

.sin>div {
    background-image: url(../img/SINCE\ 1986.png);
    background-size: cover;
    width: 8.01rem;
    height: 1.78rem;
}

.sky>div {
    background-image: url(../img/关于我们天空.png);
    background-size: cover;
    width: 8.3rem;
    height: 3.5rem;
    position: absolute;
    top: 3.26rem;
    left: 5.7rem;
}

.city>div {
    background-image: url(../img/关于我们城市.png);
    background-size: cover;
    width: 7.88rem;
    height: 4.22rem;
    position: absolute;
    top: 2.54rem;
    left: 6.12rem;
}

.new {
    background-image: url(../img/新闻.png);
    background-size: cover;
    width: 100%;
    height: 8.37rem;
}
.ne-fx3{
    display: flex;
    flex-direction: column;
}
.ne-fx3>img{
    width: 7rem;
    height: 4rem;
}
.ne-fx {
    display: flex;
    justify-content: space-between;
    max-width: 14rem;
    position: relative;
    margin: 0 auto;
    margin-top: 1rem;
}
.ne-fx2-d2>img{
    width: 2.3rem;
    height: 1.5rem;
}
.ne-fx1 {
    display: flex;
    flex-direction: column;
}

.ne-fx1-w1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.48rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 0.64rem;
    width: 1.92rem;
    margin-bottom: 0.05rem;
}

.ne-fx1-l1>div {
    width: 0.5rem;
    height: 0.03rem;
    background: #B30000;
    border-radius: 0rem 0rem 0rem 0rem;
}

.ne-fx1-l1 {
    flex: 0 0 0.53rem;
}
.ne-fx1-i1:hover{
    transform: scale(1.05) !important;
    overflow: hidden;
}
.ne-fx2-d2:hover>img{
    transform: scale(1.05) !important;
    overflow: hidden;
}
.ne-fx1-i1 {
    transition: 0.7s;
    width: 7rem;
    height: 4rem;
    margin-bottom: 0.25rem;
}

.ne-fx1-w2 {
    width: 7rem;
    height: 0.26rem;
    display: flex;
    align-items: center;
    flex: 0 0 0.38rem;
}

.ne-fx1-w2>span>div {
    width: 0rem;
    height: 0.22rem;
    border: 0.01rem solid #D9D9D9;
    margin-right: 0.15rem;
}

.tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #262626;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex: 0 0 6.07rem;
}

.day {
    white-space: nowrap;
    /* width: 0.78rem; */
    height: 0.19rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.14rem;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.d-page>div{
    cursor: pointer;
}
.d-page>span{
    cursor: pointer;
}
.ne-fx2 {
    display: flex;
    justify-content: right;
    flex-direction: column;
    margin-top: 0.16rem;
}

.ne-fx2-w4 {
    display: flex;
    justify-content: flex-end;
}

.ne-fx1-w3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.ne-fx2-w4>div {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #3D3D3D;
    text-align: center;
    font-style: normal;
    text-transform: none;
    flex: 0 0 1.36rem;
    cursor: pointer;
}

.ne-fx2-w4>div>img {
    margin-top: 0.2rem;
}

.ne-fx2-d1 {
    width: 6.7rem;
    height: 5.1rem;
}
.ne-fx2-s2{
    width: 4.15rem;
    text-overflow: ellipsis;
}
.ne-fx1-w3{
    width: 7rem;
    text-overflow: ellipsis;
}
.ne-fx2-d1 {
    display: flex;
    flex-direction: column;
    margin-top: 0.44rem;
}

.ne-fx2-d2 {
    display: flex;
    margin-bottom: 0.3rem;
}

.ne-fx2-d2:hover {
    cursor: pointer;
}

.ne-fx2-d2>img {
    width: 2.3rem;
    height: 1.5rem;
    transition: 0.7s;
}
.ne-fx2-d2-1 {
    display: flex;
    flex-direction: column;
    margin-left: 0.25rem;
}

.ne-fx2-d2-1:hover>.ne-fx2-s1 {
    color: #B30000;
}

.ne-fx2-s1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.15rem;
    flex: 0 0 0.39rem;
}

.ne-fx2-s2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex: 0 0 0.67rem;
}

.ne-fx2-s3 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.14rem;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.hezuo {
    background-image: url(../img/合作.png);
    background-size: cover;
    width: 100%;
    height: 4.62rem;
}

.hz-fx {
    max-width: 16.44rem;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
}

.hz-fx-w1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.48rem;
    color: #000000;
    line-height: 0rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex: 0 0 0.74rem;
}

.hz-fx-l1 {
    width: 0.5rem;
    height: 0.03rem;
    background: #B30000;
    border-radius: 0rem 0rem 0rem 0rem;
}

#scroller>li {
    width: 2.6rem;
    height: 1.25rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.08rem 0.01rem rgba(119, 119, 119, 0.18);
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #FFFFFF;
}

.simply-scroll {
    margin: 0 !important;
}

#scroller>li>img {
    width: 2.2rem;
    height: 0.85rem;
    margin: 0.2rem;
}

.simply-scroll {
    width: 100%!important;
    height: 1.25rem !important;
}

.simply-scroll-clip {
    width: 100%!important;
    height: 1.25rem !important;
}

.simply-scroll-clip>li {
    width: 100%!important;
    height: 1.25rem !important;
}

.snext {
    background-image: url(../img/btn右.png) !important;
    background-size: cover !important;
    width: 0.48rem !important;
    height: 0.48rem !important;
    border: 0.01rem solid #FFFFFF !important;
    border-radius: 100% 100% 100% 100%!important;
}
.snext:hover{
    background-image: url(../img/右11.png) !important;
    border: 0.01rem solid #B30000 !important;
}
.sprev:hover{
    background-image: url(../img/btn左.png) !important;
    border: 0.01rem solid #B30000 !important;
}
.sprev {
    background-image: url(../img/左11.png) !important;
    background-size: cover !important;
    width: 0.48rem !important;
    height: 0.48rem !important;
    border: 0.01rem solid #FFFFFF !important;
    border-radius: 100% 100% 100% 100%!important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper1 {
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
}

.s1next {
    background-image: url(../img/箭头2.png) !important;
    background-size: cover!important;
    width: 0.14rem !important;
    height: 0.26rem !important;
    margin-left: 0.12rem!important;
    position: absolute !important;
    left: 10.9rem !important;
}

.s1prev {
    background-image: url(../img/箭头1.png) !important;
    background-size: cover!important;
    width: 0.14rem !important;
    height: 0.26rem !important;
    margin-right: 0.12rem !important;
}

.shuzi1 {
    position: absolute;
}

.shuzi2 {
    position: absolute;
    top: 0.65rem;
    left: 2.7rem;
}

.shuzi3 {
    position: absolute;
    top: 2.7rem;
}

.shuzi4 {
    position: absolute;
    top: 2.7rem;
    left: 2.7rem;
}

.indc {
    white-space: nowrap !important;
    text-align: left !important;
}

.uc1 {
    position: absolute;
    top: 0.3rem;
    left: 0.55rem;
}

.uc2 {
    position: absolute;
    top: 0.3rem;
    left: 0.55rem;
}

.uc3 {
    position: absolute;
    top: 0.3rem;
    left: 1.35rem;
}

.uc4 {
    position: absolute;
    top: 0.3rem;
    left: 1.35rem;
}

.main111 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    max-width: 14rem;
}

.main222 {
    position: absolute;
    top: 4.55rem;
    display: flex;
}

.main222>div {
    width: 0rem;
    height: 0.81rem;
    border: #b2b2b2 0.015rem solid;
    display: flex;
    justify-content: center;
}

.main222>div>div {
    width: 0rem;
    height: 0.26rem;
    border: 0.015rem solid #B30000;
}

.main333 {
    position: absolute;
    top: 6.6rem;
    display: flex;
}

.main333>div {
    width: 0rem;
    height: 0.81rem;
    border: #b2b2b2 0.015rem solid;
    display: flex;
    justify-content: center;
}

.main333>div>div {
    width: 0rem;
    height: 0.26rem;
    border: 0.015rem solid #B30000;
}

.ne-fx2-w4 div img {
    display: none;
    margin: 0 auto;
    margin-top: 0.2rem;
}

.new-active>div {
    color: #B30000;
}

.new-active>img {
    display: block !important;
}

.jq22 {
    width: 14rem !important;
    height: 1.33rem !important;
    margin-bottom: 0.3rem;
}

.jq222 {
    width: 14rem !important;
    height: 1.33rem !important;
    margin-bottom: 0.3rem;
}







.guanggao {
    width: 2.6rem;
    height: 1.25rem;
    background: #F8F8F8;
    box-shadow: 0rem 0.02rem 0.08rem 0.01rem rgba(119,119,119,0.18);
    margin-right: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.str_move {
    display: flex !important;
}
.nav ul a:first-child{
    font-weight: bold;
    border-bottom: 0.03rem solid #B30000;
}
#AA{
    display: block;
}
#BB{
    display: none;
}
#cc{
    display: block;
}
#dd{
    display: none;
}



























