* {
    margin: 0;
    padding: 0;
}

.miao {
    width: 100%;
    height: 100vh;
    /* padding-bottom: 30px; */
    box-sizing: border-box;
}

.swipre {
    width: 100%;
    height: 40%;
    position: relative;
    overflow: hidden;
    position: relative;
}

a{
text-decoration: none;
    color: #000;
}

.wrapper {
    width: 500%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    transition: none;
}

.wrapper li {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper li img {
    width: 100%;
    height: 100%;
}

.radius {
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
}

.radius li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    margin: 0 3px;
    padding: 0;
    list-style: none;
}

.radius-active {
    opacity: 1 !important;
    border: 2px solid rgb(255, 255, 255, 0.5);
    background-clip: padding-box;
}

.prev {
    width: 23px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    background-color: darkgray;
    opacity: 0;
}

.next {
    width: 23px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
    background-color: darkgray;
    opacity: 0;
}

.prev span,
.next span {
    font-weight: bold;
    color: white;
    font-size: 18px;
}

/* .slides {
    display: flex;
    transition: transform 0.3s ease;
  }
.img {
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    height: 100%;
} */


.hao {
    width: 100%;
    position: absolute;
    height: 50px;
    top: 20px;
    left: 0;
    padding: 0 10px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    box-sizing: border-box;
}

.left {
    width: 50%;
    height: 100%;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
}

.span {
    margin-left: 5px;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
}

.right {
    width: 50%;
    height: 100%;
    text-align: right;
    color: #fff;
}

.yu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100px;
}

.top {
    padding: 5px 0 0 0;
    width: 100%;
    height: 50%;
    font-size: 26px;
    text-align: center;
    color: #fff;
}

.bottom {
    padding: 5px 0 0 0;
    width: 100%;
    height: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.box1 {
    margin: 20px 0;
    width: 100%;
         height:80px;
}

.top1 {
    font-weight: 700;
    padding: 20px 0 0 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.bottom1 {
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    color: #333; 
    font-size: 15px;
}

.box2 {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.bac {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    background: url('2.jpg') 100% no-repeat;
    background-size: 100% 100%;
    padding: 20px 10px;
    box-sizing: border-box;
}

.top2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.bottom2 {
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.bac1 {
    background: url('3.jpg') 100% no-repeat;
    background-size: 100% 100%;
}

.bac2 {
    background: url('4.jpg') 100% no-repeat;
    background-size: 100% 100%;
}

.bac3 {
    background: url('5.jpg') 100% no-repeat;
    background-size: 100% 100%;
}

.bac4 {
    background: url('6.jpg') 100% no-repeat;
    background-size: 100% 100%;
}

.box3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0px 20px;
    background-color: #eff1f9;
}

.top4 {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    color: #333333;
}

.boc4 {
    font-size: 18px;
}

.di {}

.active {
    color: #0256FF;
}

.onrew {
    margin-top: 5px;
    width: 100%;
    height: 2px;
    background-color: #0256FF;
}

.centen4 {
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    color: #333333;
    padding: 0 20px 20px;
}

.bottom4 {
    background-color: #eff1f9;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    padding-top: 20px;
}

.bottom444 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bov4 {
    width: 43%;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.topp4 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.image {
    width: 30px;
    height: 30px;
}

.p {
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px;
}

.bottomm4 {
    font-size: 14px;
    color: #333333;
}

.box4 {
    background: url('19.jpg') 100% no-repeat;
    background-size: 100% 100%;
    padding: 0 20px 20px;
    width: 100%;
    box-sizing: border-box;
}

.bottom5 {
    box-sizing: border-box;
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.boc5 {
    box-sizing: border-box;
    padding: 20px 0 0 30px;
    width: 50%;
    height: 100px;
}

.top5 {
    line-height: 50px;
    width: 100%;
    height: 50%;
    font-size: 36px;
}

.bottom6 {
    width: 100%;
    height: 50%;
    font-size: 14px;
}

.box5 {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.bottom7 {
    box-sizing: border-box;
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 
.boc6 {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 19%;
    height: 50px;
    border-radius: 40%;
    padding: 10px 10px;
} */

/* .image1 {
    width: 100%;
    height: 100%;
} */

li {
    list-style: none;
}
.content {
    width: 100%;
    height: 200px;
    /* margin: 20px auto; */
    position: relative;
}

#item {
    width: 100%;
    height: 100%;

}

.item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 1s;
}
.item.active {
    opacity: 1;
}

.image41 {
    width: 100%;
    height: 90%;
}

#btn-left {
    width: 30px;
    height: 69px;
    font-size: 30px;
    color: #ddd;
    background-color: rgba(0, 0, 0, 0);
    line-height: 69px;
    padding-left: 5px;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
    cursor: pointer;
}

#btn-right {
    width: 26px;
    height: 69px;
    font-size: 30px;
    color: #ddd;
    background-color: rgba(0, 0, 0, 0);
    line-height: 69px;
    padding-left: 5px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-60%);
}

#circle {
    height: 20px;
    display: flex;
    position: absolute;
   /*  bottom: 35px; */
    right: 150px;
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid white;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    margin: 5px;
}

.white {
    background-color: #FFFFFF;
}




















.box6 {
    padding: 0 20px 100px;
    width: 100%;
    box-sizing: border-box;
}

.bottom8 {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}

.list {
    border-bottom: 1px solid #707070;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-flow: row;
    height: 100px;
    justify-content: space-between;
}

.left6 {
    width: 60%;
}

.top9 {
    font-size: 16px;
    width: 100%;
    /* height: 80%; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.bottom9 {
    font-size: 14px;
    color: #666;
    margin-top: 30px;
}

.right6 {
    width: 35%;
    height: 100%;
    border-radius: 5px;
}

.image2 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.fun {
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 70px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
}

.left10 {
    width: 50%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
}

.left11 {
    padding-top: 5px;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column
}

.image3 {
    width: 30px;
    height: 30px;
}

.enen {
    /* text-align: center; */
    font-size: 14px;
    color: #3D3D3D;
}

.right11 {
    padding-top: 5px;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column
}

.right10 {
    width: 50%;
    height: 100%;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background-color: #0256ff;
    font-size: 16px;
}

.footer {
    line-height: 1.2rem;
    padding: 0.7rem 0;
    text-align: center;
    background: #f3f3f3;
    width: 100%;
    clear: both;
    color: #333;
    font-size: 15px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}

.box7 {
    clear: both;
    overflow: hidden;
    border-top: 1px #eee solid;
    width: 100%;
    box-sizing: border-box;
   margin-top: 1rem;
}

.list_ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.list_li {
    height: 3rem;
    padding: 0.8rem 0.5rem 0.8rem 0.5rem;
    position: relative;
    border-bottom: 1px #eee solid;
    background: #fff;
}

.list_icon {
    width: 4rem;
    text-align: center;
    float: left;
}

.list_title {
    color: #333;
    font-weight: 700;
    margin-left: 4rem;
    padding-top: 3px;
}

 .list_arrow {
    height: 3rem;
    width: 2rem;
    background: url(arrow.png) left center no-repeat;
    background-size: auto 50%;
    position: absolute;
    right: 0px;
    top: 10px;
}