*{
    margin: 0;
    padding: 0;
}
.bj{
    width: 100%;
    height: 7rem;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 100%;
}
.zhi{
    width: 10.8rem;
    margin: 0 auto;
    /* padding-top: 2.59rem; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.zhi div:nth-of-type(1){
    float: right;
    margin-right: 0.37rem;
    margin-top: 2.59rem;

}
.zhi div:nth-of-type(1) h1:nth-of-type(1){
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.6rem;
    color: #FFFFFF;
}
.zhi div:nth-of-type(1) h1:nth-of-type(2){
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 0.2rem;
    color: #FFFFFF;;
    text-align: right;
}
.zhi div h1:nth-of-type(1){

    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 0.2rem;
    color: #FFFFFF;
    float: right;
}
.t{
    width: 12.02rem;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: -1.3rem;
}
.swiper_2{
    width: 11.1rem;
    height: 5rem;
    margin: 0 auto;
    overflow: hidden;
}
.swiper_2 .swiper-wrapper{
    display: flex;
    /*justify-content: center;*/
    /*overflow: hidden;*/
    /*width: 33.3rem;*/
    /*height: 100%;*/
}
.swiper-slide{
   width: 11.1rem;
   display: flex;
   justify-content: space-evenly;
}

.swiper-img{
    width: 6.3rem;
    height: 5rem;
}
.swiper-img img{
    width: 100%;
    height: 100%;
}
.swiper-content{
    margin-top: 2.1rem;
    width: 3.62rem;
    margin-left: 0.68rem;
    margin-right: 0.5rem;
}
.link-span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    width: 3.62rem;
    display: block;
    line-height: 0.4rem;
    text-align: justify;
}
.swiper-content span:nth-of-type(2){
height: 0.18rem;
font-family: Microsoft YaHei;
font-weight: 300;
font-size: 0.18rem;
color: #4D4D4D;
display: block;
margin-top: 0.3rem;
}
.link-span:hover{
    color: #3C2573;
}
.banner_button{
    width: 0.27rem;
    height: 0.45rem;
}
.left,.right{
  cursor: pointer;
  transition: all 0.6s;
  height: 100%;
  width: 100%;
}
.left:hover{
  transform: scale(1.1);
}
.right:hover{
  transform:scale(1.1);
}
.xiang{
    height: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding-top: 0.4rem;
}
.xiang p{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #3C2573;
    line-height: 0.3rem;
    padding-right: 0.09rem;

}
.xiang_box{
    position: relative;bottom: 0.05rem;
    width: 0.29rem;
    height: 0.12rem;
}
.xiang:hover .xiang_img{
  transform: translate(0.06rem);
}
.xiang_img{
    transition: all 0.6s;
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px){
    .zhi{
        width: 100%;
    }
    .zhi div:nth-of-type(1){
       margin: 0.6rem 0.5rem
    }
    .zhi div:nth-of-type(1) h1:nth-of-type(2){
        text-align: right;
        font-size: 14px;
        margin-right: 0.1rem;
    }
    .bj{
        height: 3rem;
        margin-top: 50px;
    }
    .t{
        width: 100%;
    }
    .right-input{
        width: 100%;
    }
    .right-input ul li{
        width: 95%;
        margin: 0.3rem auto;
    }
    .wb{
        width: 95%;
    }
    .wb li{
        margin: 0 0.1rem;
    }
    .wb li a{
        font-size: 0.22rem;
    }
    .left, .right{
        display: none;
    }
    .swiper-content{
        margin-left: 0.2rem;
        margin-right: 0;
    }
    .swiper-content span:nth-of-type(2){
        font-size: 0.22rem;
    }
    .xiang p{
        font-size: 0.3rem;
    }
    .right-input ul li span:nth-of-type(2){
        font-size: 0.22rem;
        margin-right: 0.3rem;
    }
}