@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font: normal normal 0.32rem/1 sans-serif;
    color: #000;
    background: #fff;
}

textarea,
input {
    font: normal normal 0.28rem/1.5 sans-serif;
}

img {
    display: block;
    border: none;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

input[type=button],
input[type=submit],
input[type=file],
input[type=reset],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

body,
p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
    font: normal normal 0.28rem/1.5 sans-serif;
}

button {
    font: normal normal 0.28rem/1.5 sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.i100 {
    overflow: hidden;
}

.i100>img {
    width: 100%;
}

.i200 {
    overflow: hidden;
}

.i200>img {
    height: 100%;
}

.i300 {
    overflow: hidden;
}

.i300>img {
    width: 100%;
    height: 100%;
}

a>img {
    width: 100%;
}

.to1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a1 {
    position: relative;
}

.a1>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

input {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
}

select {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
}

button {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
}

textarea {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
    resize: none;
}

.to2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    white-space: normal;
}


/*.swiper-button-prev,.swiper-button-next{background: none;margin: 0;padding: 0;top: auto;left: auto;right: auto;bottom: auto;}*/

.fL {
    float: left;
}

.fR {
    float: right;
}


/*box1,box2*/

@media only screen and (min-width: 1024px) {
    .box2 {
        display: none!important;
    }
}

@media only screen and (max-width: 1023px) {
    .box1 {
        display: none!important;
    }
}

.bg {
    padding-top: 1.1rem;
    background: rgb(230, 230, 230);
    position: relative;
}

.bg-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ind-a1 {
    width: 100%;
    padding: 0 .52rem;
    margin-bottom: .8rem;
    position: relative;
    z-index: 3;
}

.ind-a1-box {
    width: 100%;
    padding: .65rem 0;
    background: #fff;
    border-radius: .3rem;
}

.ind-a1-d1 {
    font-size: .28rem;
    text-align: center;
    color: #666;
}

.ind-a1-d2 {
    text-align: center;
    margin: .12rem 0;
}

.ind-a1-d3 {
    text-align: center;
    font-size: .48rem;
    font-weight: bold;
    letter-spacing: .02rem;
}

.ind-a1-d4 img {
    display: block;
    width: .55rem;
    height: .24rem;
    margin: .2rem auto .9rem;
}

.ind-a1-d5 {
    width: 100%;
    display: flex;
    font-size: .3rem;
    padding: 0 .2rem 0 .6rem;
    margin-bottom: .4rem;
}

.ind-a1-d5 span {
    width: 1.96rem;
    color: #999;
}

.ind-a1-d5 div {
    /* color:; */
}

.ind-a2 {
    width: 100%;
    padding: 0 .42rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .72rem;
}

.ind-a2-fl {
    width: calc(100% - 4.4rem);
    position: relative;
}

.ind-a2-fl-img {
    width: 1.52rem;
    height: 1.52rem;
    border: .08rem solid rgb(205, 205, 205);
    border-radius: 50%;
    padding: .08rem;
    overflow: hidden;
}

.ind-a2-fl img {
    width: 100%;
    height: 100%;
}

.ind-a2-fl::before {
    content: '';
    display: inline-block;
    width: .01rem;
    height: 1.52rem;
    background: rgb(205, 205, 205);
    position: absolute;
    top: 0;
    left: 1.82rem;
}

.ind-a2-fr {
    width: 4.4rem;
    color: #666;
    font-size: .26rem;
}

.ind-a3 {
    width: calc(100% - .4rem);
    margin: 0 auto;
    background: #fff;
    padding: 1.1rem .55rem 1rem;
    position: relative;
    margin-bottom: .35rem;
}

.ind-a3>img {
    position: absolute;
    left: calc(50% - .74rem / 2);
    height: .48rem;
    width: .74rem;
    top: -.12rem;
}

.ind-a3-d1 {
    font-size: .44rem;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.ind-a3-d2 {
    text-align: center;
    color: #666;
    font-size: .26rem;
    margin: .2rem 0 .35rem;
}

.ind-a3-d3 {
    width: 100%;
    height: 3.3rem;
}

.ind-a3-d3 img {
    width: 100%;
    height: 100%;
}

.ind-a3-d4 {
    font-size: .28rem;
    color: #666;
    line-height: .46rem;
    margin-top: .55rem;
}

.ind-a4 {
    background-color: #fff;
    padding-top: .7rem;
}

.ind-a4-box {
    width: calc(100% - 1.3rem);
    margin: 0 auto;
    border-radius: .3rem;
    border: .02rem solid #000;
    padding: .4rem .4rem .2rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .7rem;
}

.ind-a4-list {
    width: calc(100% / 3);
    margin-bottom: .3rem;
}

.ind-a4-list-img {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto .2rem;
}

.ind-a4-list-img img {
    width: 100%;
    height: 100%;
}

.ind-a4-list-tit {
    width: 100%;
    text-align: center;
    font-size: .16rem;
    color: #333;
}

.ind-a4-line {
    padding: 0 .35rem;
    margin-bottom: .3rem;
}

.ind-a4-num {
    display: flex;
    justify-content: space-between;
}

.ind-a4-num-fl {
    font-size: .36rem;
    font-weight: bold;
}

.ind-a4-num .clear {
    width: 95%;
    border-bottom: .02rem solid #484848;
}

.ind-a4-num .clear img {
    width: 1.44rem;
    height: .28rem;
}

.ind-a4-bg {
    padding: .3rem .2rem;
    width: 100%;
    font-size: .26rem;
    line-height: .4rem;
    background: #f2f2f2;
    color: #333333;
    text-align: justify;
}