@charset "UTF-8";

.banner .a .pic {
    padding-top: 0;
    height: 100vh;
}

.banner .a .pic video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}


.banner,
.main_visual {
    position: relative
}

.main_visual .anniu {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-size: auto 0.14rem;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.4s
}

.main_visual .anniu:hover {
    background-color: #258bc7
}

 

.main_visual .slick-dots,
.main_visual .visual_name {
    display: none !important
}

.main_visual .visual_control {
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    gap: 0.1rem
}

.banner .zoom {
    height: 100vh;
    width: 100%;
    object-fit: cover
}

.main_visual .visual_wrap .img {
    position: relative
}

.main_visual .visual_wrap .img::before {
    content: '';
    width: 100%;
    height: 2rem;
    position: absolute;
    background-size: 100% 100%;
    background: linear-gradient(rgba(0, 93, 165, 0), rgba(0, 93, 165, 0.6));
    left: 0rem;
    bottom: 0;
    z-index: 1
}

.banner .slick-current img {
    display: block;
    width: 100%;
    animation: vibes 3s ease
}

@-webkit-keyframes vibes {
    0% {
        -webkit-transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.main_visual #slide-info {
    color: #ffffff;
    font-size: 0.21rem;
    margin-left: 0.1rem
}

.banner .slick-arrow {
    display: none !important
}

.banner .xxjt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-bottom: .5rem;
    cursor: pointer
}

.banner .xxjt1>div {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: .08rem
}

.banner .xxjt1>img {
    width: .24rem;
    margin: auto;
    -webkit-animation: scrollAnia 2s infinite;
    animation: scrollAnia 2s infinite
}

@keyframes scrollAnia {
    0% {
        transform: translate(0, 0.05rem);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 0.15rem);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.banner .jz {
    position: absolute;
    left: 0;
    height: .01rem;
    bottom: 1.77rem
}

.title1 {
    position: relative;
    text-align: center;
    margin-bottom: 0.05rem;
    margin-bottom: 0.55rem
}

.title11 {
    text-align: left;
    display: inline-block
}

.title1 .ename {
    font-size: 0.14rem;
    font-family: SourceHanSerifSCBold;
    padding-left: 0.18rem;
    position: relative;
    color: rgba(140, 21, 21, 0.6);
    margin-bottom: 0.08rem
}

.title1 .ename::before {
    content: '';
    position: absolute;
    width: 0.14rem;
    height: 0.02rem;
    background: #8C1515;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.title1 .name {
    font-size: 0.36rem;
    font-family: SourceHanSerifSCBold
}

.title1 .name span {
    color: #8C1515
}

.title1 .more {
    position: absolute;
    right: 0;
    bottom: .02rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s
}

.title1 .more div {
    margin-right: 0.14rem;
    color: #8C1515;
    font-size: 0.18rem
}

.title1 .more img {
    width: .31rem
}

.title1 .more:hover {
    padding-right: .06rem;
    opacity: 0.6
}

.box1 {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
    background: url(../image/back11.png);
    background-size: cover
}

.box1 .left {
    width: 40%
}

.box1 .left .img img {
    height: 3.68rem
}

.box1 .left .sj {
    font-family: Georgia;
    font-size: 0.16rem;
    padding: 0.2rem 0;
    transition: all 0.4s
}

.box1 .left .bt {
    font-size: 0.2rem;
    font-weight: 600;
    transition: all 0.4s
}

.box1 .left .xian {
    background: #d8d8d8;
    height: 0.01rem;
    position: relative;
    margin-top: 0.3rem;
    margin-bottom: 0.22rem;
    transition: all 0.4s
}

.box1 .left .dian {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    background: #d8d8d8;
    border-radius: 50%;
    transition: all 0.5s
}

.box1 .left .zy {
    color: #999999;
    line-height: 0.24rem;
    font-size: 0.16rem;
    transition: all 0.4s
}

.box1 .left .a:hover .sj {
    color: #8C1515
}

.box1 .left .a:hover .bt {
    color: #8C1515
}

.box1 .left .a:hover .dian {
    left: 96%
}

.box1 .left .a:hover .zy {
    color: #333333
}

.box1 .left .a:hover .dian,
.box1 .left .a:hover .xian {
    background: #8C1515
}

.box1 .left .slick-arrow,
.box1 .left .fade-1 .slick-dots {
    display: none !important
}

.box1 .right {
    width: 60%;
    padding-left: 0.5rem;
    box-sizing: border-box
}

.box1 .right .a {
    margin-bottom: 0.3rem
}

.box1 .right .a:last-child {
    margin-bottom: 0
}

.box1 .right .img {
    float: left;
    margin-right: 0.35rem
}

.box1 .right .img img {
    height: 1.63rem;
    width: 2.8rem
}

.box1 .right .bt {
    font-size: 0.2rem;
    font-weight: 600;
    transition: all 0.4s;
    padding-top: 0.2rem
}

.box1 .right .xian2 {
    display: flex;
    align-items: center
}

.box1 .right .xian {
    flex: 1;
    background: #d8d8d8;
    height: 0.01rem;
    position: relative;
    transition: all 0.4s
}

.box1 .right .dian {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    background: #d8d8d8;
    border-radius: 50%;
    transition: all 0.5s
}

.box1 .right .sj {
    color: #9E9E9E;
    font-size: 0.16rem;
    transition: all 0.4s;
    margin-left: 0.15rem;
    font-family: SourceHanSansCNRegular
}

.box1 .right .zy {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    color: #999999;
    line-height: 0.24rem;
    font-size: 0.16rem;
    transition: all 0.4s
}

.box1 .right .a:hover .sj {
    color: #8C1515
}

.box1 .right .a:hover .bt {
    color: #8C1515
}

.box1 .right .a:hover .dian {
    left: 96%
}

.box1 .right .a:hover .zy {
    color: #333333
}

.box1 .right .a:hover .dian,
.box1 .right .a:hover .xian {
    background: #8C1515
}

.box2 {
    background-color: #8c1515;
    position: relative
}

.box2 .box {
    position: relative
}

.box2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% - 4rem);
    width: 100%;
    background: url(../image/back1.png) no-repeat;
    background-size: cover
}

.title2 {
    height: 0.63rem
}

.title2 .title11 {
    margin: 0 0.1rem;
    cursor: pointer;
    max-width: 0.96rem;
    transition: all 0.4s
}

.title2 .title11.style {
    max-width: 1.44rem
}

.title2 .ename {
    color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: all 0.4s;
    white-space: nowrap
}

.title2 .ename::before {
    background-color: rgba(255, 255, 255, 0.6)
}

.title2 .name span,
.title2 .name {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
    white-space: nowrap
}

.title2 .more>div {
    color: #ffffff
}

.title2 .more {
    display: none
}

.title2 .more.style {
    display: flex
}

.title2 .style .ename {
    opacity: 1
}

.title2 .style .name span,
.title2 .style .name {
    font-size: 0.36rem;
    color: rgba(255, 255, 255, 1)
}

.box21 {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem
}

.box21 .lists {
    position: relative;
    background-color: #ffffff
}

.box21 .list {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    padding-top: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.6s;
    z-index: 0;
    opacity: 0
}

.box21 .list.style {
    position: relative;
    z-index: 1;
    opacity: 1
}

.box21 .list * {
    transition: all 0.4s
}

.box21 .list .item {
    width: 50%;
    padding: 0 0.3rem;
    padding-bottom: 0.25rem;
    box-sizing: border-box;
    float: left
}

.box21 .list .sj {
    border-radius: 0.2rem 0rem 0.2rem 0rem;
    background: #F2F2F2;
    width: 0.86rem;
    height: 0.86rem;
    text-align: center;
    float: left;
    font-family: Georgia;
    padding-top: 0.15rem;
    box-sizing: border-box
}

.box21 .list .sj1 {
    font-size: 0.3rem;
    color: #8C1515;
    line-height: 1
}

.box21 .list .sj2 {
    color: #888888;
    font-size: 0.15rem;
    margin-top: 0.04rem;
    line-height: 1
}

.box21 .list .wz {
    width: calc(100% - 0.86rem);
    float: left;
    padding: 0 0.2rem;
    box-sizing: border-box;
    height: 1.45rem
}

.box21 .list .wz .l1 {
    margin-bottom: 0.16rem;
    font-size: 0.2rem
}

.box21 .list .wz .l2 {
    color: #9E9E9E;
    line-height: 0.24rem;
    font-size: 0.16rem
}

.box21 .list .a:hover .sj {
    background: #be3b3b;
    border-bottom-right-radius: 0
}

.box21 .list .a:hover .sj2,
.box21 .list .a:hover .sj1 {
    color: #ffffff
}

.box21 .list .a:hover .wz {
    padding-top: 0.3rem;
    background: #8c1515
}

.box21 .list .a:hover .l1 {
    color: rgba(255, 255, 255, 1)
}

.box21 .list .a:hover .l2 {
    color: rgba(255, 255, 255, 0.7)
}

.box22 {
    padding-bottom: 1.5rem
}

.box22 .left {
    width: 68%
}

.box22 .left .list .a {
    position: relative;
    padding-bottom: 0.7rem
}

.box22 .left .list .sf {
    display: flex;
    justify-content: space-between
}

.box22 .left .list .img {
    flex: 1
}

.box22 .left .list .img img {
    height: 5.95rem
}

.box22 .left .list .yc {
    width: 1.66rem;
    box-sizing: border-box;
    padding-top: 1.25rem
}

.box22 .left .list .xian {
    height: 0.04rem;
    width: 1rem;
    transform: translateY(-0.02rem);
    background: #eb6969;
    margin: auto
}

.box22 .left .list .sj {
    text-align: center;
    color: #ffffff;
    font-family: Georgia;
    background: #9f2323;
    height: 100%
}

.box22 .left .list .sj1 {
    font-size: 0.3rem;
    line-height: 1;
    padding-top: 0.25rem
}

.box22 .left .list .sj2 {
    font-size: 0.15rem;
    line-height: 1;
    margin-top: 0.07rem
}

.box22 .left .list .wz {
    width: 75%;
    background: #9f2323;
    padding: 0.36rem 0.55rem;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0
}

.box22 .left .list .wz .l1 {
    color: #FFFFFF;
    font-size: 0.2rem
}

.box22 .left .list .wz .xian1 {
    border: 0.01rem solid #c98c8c;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    transition: all 0.4s
}

.box22 .left .list .wz .l2 {
    color: #FFFFFF;
    font-size: 0.16rem;
    opacity: 0.7;
    line-height: 0.24rem;
    height: .48rem;
    transition: all 0.4s
}

.box22 .left .list .wz .sjsj {
    color: #FFFFFF;
    font-size: 0.16rem;
    opacity: 0.7;
    margin-top: 12px;
    font-family: SourceHanSansCNRegular;
    display: none
}

.box22 .left .list .a:hover .xian1 {
    border: 1px solid #ffffff
}

.box22 .left .list .a:hover .l2 {
    opacity: 1
}

.box22 .left .list .slick-dots {
    display: none !important
}

.box22 .left .list .slick-prev,
.box22 .left .list .slick-next {
    width: .27rem;
    height: .27rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.05rem;
    background: url(../image/xbgz2.png) no-repeat center center;
    background-size: .27rem;
    z-index: 9;
    border-radius: 50%;
    transition: all 0.4s;
    cursor: pointer
}

.box22 .left .list .slick-next {
    right: .4rem;
    background-image: url(../image/xbgz3.png)
}

.box22 .left .list .slick-prev:hover,
.box22 .left .list .slick-next:hover {
    opacity: 0.5
}

.box22 .right {
    width: 32%;
    padding-left: 0.75rem;
    box-sizing: border-box
}

.box22 .right .list {
    position: relative
}

.box22 .right .list::before {
    position: absolute;
    border: 1px solid #8C1515;
    height: calc(100% - 0.54rem);
    top: 0.27rem;
    left: 0;
    content: '';
    opacity: 0.2
}

.box22 .right .a {
    position: relative;
    box-sizing: border-box;
    padding-left: 0.4rem
}

.box22 .right .a .block {
    padding: 0.2rem 0;
    border-bottom: 1px dashed #8C1515;
    background: url(../image/mthz2.png) no-repeat;
    background-size: 0 100%
}

.box22 .right .a:last-child .block {
    border-bottom: 0rem dashed #8C1515
}

.box22 .right .a::before {
    content: '';
    position: absolute;
    width: 0.16rem;
    height: 0.22rem;
    left: -0.06rem;
    top: 0.27rem;
    background: url(../image/mthz1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s
}

.box22 .right .l1 {
    color: #373737;
    font-size: 0.2rem;
    line-height: 0.28rem;
    font-weight: 600
}

.box22 .right .xian {
    margin-top: 0.07rem;
    margin-bottom: 0.1rem;
    width: 0.2rem;
    height: 0.02rem;
    background: linear-gradient(238deg, #8C1515 46%, #BE3B3B 94%), linear-gradient(81deg, #8C1515 26%, #BE3B3B 100%)
}

.box22 .right .l2 {
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 0.48rem;
    color: rgba(55, 55, 55, 0.8)
}

.box22 .right .sj {
    color: #8C1515;
    font-size: 0.16rem;
    margin-top: 0.12rem;
    font-family: SourceHanSansCNRegular
}

.box22 .right * {
    transition: all 0.4s
}

.box22 .right .a:hover .l1 {
    color: #8C1515
}

.box22 .right .a:hover .l2 {
    color: #8C1515
}

.box22 .right .a:hover .block {
    background-size: 100% 100%
}

.box22 .right .a:hover::before {
    transform: scale(1.8);
    background-image: url(../image/mthz1_.png)
}

.box22 .title1 {
    text-align: left
}

.title3 .ename {
    color: rgba(140, 21, 21, 0.6)
}

.title3 .name,
.title3 .name span {
    color: #999999
}

.title3 .style .name {
    color: #8C1515
}

.title3 .style .name span {
    color: #333333
}

.title3 .ename::before {
    background: #8C1515
}

.title3 .more>div {
    color: #8C1515
}

.box3 {
    position: relative;
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    box-sizing: border-box;
    background: url(../image/back2.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -0.8rem
}

.box31 .list .img svg {
    position: relative
}

.box31 .list .img .zoom-image {
    width: 100%;
    height: 100%;
    transition: all 0.4s
}

.box31 .list .item1 {
    width: 50%;
    float: left;
    padding-right: 0.35rem;
    box-sizing: border-box
}

.box31 .list .item1 .a {
    position: relative
}

.box31 .list .item1 .zoom-rect {
    width: 100%;
    height: 40%;
    y: 60%;
    fill: url(#myGrad)
}

.box31 .list .item1 .wz {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.35rem 0.35rem;
    padding-right: 11%;
    box-sizing: border-box;
    color: #ffffff
}

.box31 .list .item1 .sj {
    color: #FFFFFF;
    font-family: SourceHanSansCNRegular
}

.box31 .list .item1 .l1 {
    color: #FFFFFF;
    font-size: 0.2rem;
    margin-top: 0.15rem
}

.box31 .list .item1 .more {
    position: absolute;
    width: 6.8%;
    bottom: 0.6%;
    right: 0;
    background: url(../image/txzx1.png);
    background-size: 100% 100%
}

.box31 .list .item1 .more .icon {
    padding-top: 100%;
    background: url(../image/txzx2.png) no-repeat center center;
    background-size: 40%
}

.box31 .list .item1 .a:hover .icon {
    -webkit-animation: scrollAnia1 2s infinite;
    animation: scrollAnia1 2s infinite
}

@keyframes scrollAnia1 {
    0% {
        transform: translate(-10%, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(10%, 0);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.box31 .list .item1 .a:hover .zoom-image {
    transform: scale(1.07)
}

.box31 .list .item2 {
    width: 25%;
    padding-right: 0.35rem;
    box-sizing: border-box;
    float: left
}

.box31 .list .item2 .a {
    border-bottom: 1px solid #999999;
    padding-bottom: 0.65rem
}

.box31 .list .item2 .a .img {
    border-radius: 0.2rem
}

.box31 .list .item2 .a .img img {
    height: 2.95rem
}

.box31 .list .item2 .a .wz {
    padding: 0 0.13rem;
    box-sizing: border-box
}

.box31 .list .item2 .a .sj {
    color: #8C1515;
    font-size: 0.16rem;
    margin-top: 0.35rem;
    margin-bottom: 0.2rem;
    font-family: SourceHanSansCNRegular
}

.box31 .list .item2 .a .l2 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: .6rem
}

.box31 .list .item2 .a:hover {
    border-bottom: 1px solid #8c1515
}

.box31 .list .item2 .a:hover .l2 {
    color: #8C1515
}

.box31 .lists {
    position: relative;
    width: calc(100% + 0.35rem)
}

.box31 .list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: all 0.7s;
    display: flex;
    align-items: center
}

.box31 .list.style {
    position: relative;
    z-index: 1;
    opacity: 1
}

.box32 {
    margin-top: 0.7rem
}

.box32 * {
    transition: all 0.4s
}

.box32 .list {
    width: calc(100% + 0.3rem)
}

.box32 .list .item {
    width: calc(50%);
    padding-right: 0.3rem;
    box-sizing: border-box;
    float: left
}

.box32 .list .a {
    position: relative
}

.box32 .list .a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #8b1515;
    transition: all 0.4s
}

.box32 .list .a:hover::before {
    top: -0.15rem;
    left: 0.15rem
}

.box32 .list .block {
    position: relative;
    background: url(../image/jxjy1.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.84rem
}

.box32 .list .a:hover .block {
    background-image: url(../image/jxjy1_.png);
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.3)
}

.box32 .list .wz {
    color: #FFFFFF;
    font-size: 0.36rem;
    font-weight: 600
}

.box32 .list .a:hover .wz {
    color: #8C1515
}

.ietp {
    display: none
}

@media screen and (max-width: 1720px) {
    .box31 .list .item2 .a .img img {
        height: 16vw
    }
}

@media screen and (max-width: 1000px) {
    .box3 {
        background-image: url(../image/back2_1.png);
        padding-top: 35px;
        padding-bottom: 35px;
        margin-top: 0;
        background-size: cover
    }

    .box22 {
        padding-bottom: 30px
    }

    .box32 .list .block {
        height: 120px
    }

    .box32 .list .wz {
        font-size: 26px
    }

    .box31 .list {
        display: block
    }

    .box31 .list .item2 .a .sj {
        margin-top: 20px;
        margin-bottom: 12px
    }

    .box31 .list .item1 {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }

    .box31 .list .item2 .a .wz {
        padding: 0 5px
    }

    .box31 .list .item2 .a .img img {
        height: 30vw
    }

    .box31 .list .item2 .a .img {
        border-radius: 10px
    }

    .box31 .list .item2 .a {
        padding-bottom: 20px
    }

    .box31 .list .item2 {
        width: 50%
    }

    .box22 .left {
        float: none;
        width: 100%
    }

    .box22 .right {
        margin-top: 30px;
        float: none;
        width: 100%;
        padding-left: 8px
    }

    .title1 .name {
        font-size: 24px
    }

    .box21 {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .title2 {
        height: 45px;
        text-align: left
    }

    .title2 .name span,
    .title2 .name {
        font-size: 16px
    }

    .title2 .style .name span,
    .title2 .style .name {
        font-size: 22px
    }

    .title2 .title11 {
        max-width: 64px
    }

    .title2 .title11.style {
        max-width: 88px
    }

    .title2 .title11 {
        max-width: 64px
    }

    .title1 {
        margin-bottom: 27px
    }

    .title1 .more img {
        width: 18px
    }

    .title1 .more div {
        margin-right: 5px;
        font-size: 14px
    }

    .box1 {
        padding: 35px 0
    }

    .box1 .left .img img {
        height: 53vw
    }

    .banner .a .pic video,
    .banner .a .pic,
    .banner .zoom {
        height: 50vw
    }

    .banner .xxjt {
        display: none
    }

    .banner .fade-1 .slick-dots {
        right: 15px;
        bottom: 15px
    }

    .box1 .left {
        float: none;
        width: 100%
    }

    .box1 .right {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 30px
    }
}

@media screen and (max-width: 800px) {
    .box22 .left .list .a {
        padding-bottom: 0
    }

    .box22 .left .list .wz .sjsj {
        display: block
    }

    .box22 .left .list .sj {
        display: none
    }

    .box22 .left .list .yc {
        width: auto;
        box-sizing: border-box;
        padding-top: 0
    }

    .box22 .left .list .xian {
        display: none
    }

    .box22 .left .list .wz {
        position: static;
        width: 100%;
        padding: 25px
    }

    .box22 .left .list .slick-prev,
    .box22 .left .list .slick-next {
        top: calc(50% - 90px);
        left: 20px
    }

    .box22 .left .list .slick-next {
        left: auto;
        right: 20px
    }

    .box22 .left .list .sf {
        display: block
    }

    .box22 .left .list .img img {
        height: 50vw
    }

    .box21 .list .item {
        width: 100%
    }

    .box21 .list .wz {
        width: calc(100% - .86rem);
        padding-right: 0;
        height: auto
    }

    .box21 .list .a:hover .wz {
        padding-top: 0;
        background: none
    }

    .box21 .list .a:hover .l2,
    .box21 .list .a:hover .l1 {
        color: #8c1515
    }

    .box21 .list {
        padding: 0;
        padding-top: 25px
    }
}

@media screen and (max-width: 650px) {
    .box32 .list .item {
        width: calc(100%);
        margin-top: 30px
    }

    .box32 {
        margin-top: 10px
    }

    .box32 .list .a::before {
        display: none
    }
}

@media screen and (max-width: 550px) {
    .box1 .right .img {
        float: none;
        margin-right: 0
    }

    .box1 .right .img img {
        width: 100%;
        height: auto
    }

    .box31 .list .item2 {
        width: 100%
    }

    .box31 .list .item2 .a .img img {
        height: 60vw
    }

    .box31 .list .item2:last-child {
        margin-top: 30px
    }

    .box31 .list .item2 .a .l2 {
        height: auto
    }

    .box31 .list .item1 .wz {
        padding: 19px;
        padding-right: 11%
    }
}

@media screen and (max-width: 370px) {
    .title2 .title11 {
        margin: 0 3px
    }
}