.con-list {
    font-size: 0px;
    width: 100%;
    overflow: hidden;
    transition: all 0.8s;
}

.xiahuaphone {
    display: none;
}

/* 公共中心 */
.center {
    width: 15.2rem;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

/* banner1开始 */
.con-list .banner1 {
    background: url('../files/bj1.png') no-repeat center center;
    background-size: cover;
    height: 100%;
    position: relative;
    margin-top: 0.8rem;
}

.con-list .banner1 .center-left {
    margin-top: 1.51rem;
}

.con-list .banner1 .center-left h1 {
    height: 1.33rem;
    line-height: 1.33rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.2rem;
}

.con-list .banner1 .center-left p {
    height: 0.59rem;
    line-height: 0.59rem;
    font-size: 0.4rem;
    font-weight: 400;
    color: #333333;
}

.con-list .banner1 .center-left input {
    width: 3.28rem;
    height: 0.96rem;
    line-height: 0.96rem;
    background: #0066FF;
    border-radius: 0.77rem 0.77rem 0.77rem 0.77rem;
    color: #ffffff;
    font-size: 0.42rem;
    border: none;
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

.con-list .banner1 .center-left ul {
    display: flex;
}

.con-list .banner1 .center-left ul li {
    height: 0.29rem;
    line-height: 0.29rem;
    font-size: 0.19rem;
    font-weight: 400;
    color: #333333;
    display: flex;
    justify-content: baseline;
    margin-right: 0.3rem;
}

.con-list .banner1 .center-left ul li:last-child {
    margin-right: 0rem;
}

.con-list .banner1 .center-left ul li img {
    width: 0.24rem;
    height: 0.24rem;
    display: inline-block;
    margin: auto 0.06rem auto 0;
}

/* center-left 结束 */

/* center-mid 开始 */
.con-list .banner1 .center-mid img {
    width: 9.14rem;
    height: 4.72rem;
    margin-top: 1.66rem;
    /* margin-right: 1.19rem; */
}

/* center-mid 结束 */

/* center-right 开始 */
.con-list .banner1 .center-right {
    position: absolute;
}

.con-list .banner1 .center-right ul li:first-child {
    width: 0.26rem;
    height: 0.26rem;
    background: none;
    border: 2px solid #ffffff;
}

/* center-right 结束 */

/* banner1结束 */

/* .banner2 开始 */
.con-list .banner2 {
    height: 100%;
    position: relative;
}


/* center-left 开始 */
.con-list .banner2 .center-left {
    /* 内部阴影 */
    /* box-shadow: h-shadow v-shadow blur spread color inset; */
    /* box-shadow: inset 0.5rem 0px 16px 0px rgba(255, 255, 0, 0.6); */
    margin: auto 0;
    /* position: relative; */
}

.con-list .banner2 .center-left .imgShadowTop {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0rem 0.6rem 0.2rem 0rem rgba(255, 255, 255, 0.8) inset;
    top: 0;
    left: 0;
}

.con-list .banner2 .center-left .imgShadowBottom {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0rem -0.6rem 0.2rem 0rem rgba(255, 255, 255, 0.8) inset;
    top: 0;
    left: 0;
}

.con-list .banner2 .center-left-phone {
    display: none;
}

.con-list .banner2 .center-left .imgs {
    height: 7.57rem;
    margin: auto 0;
    overflow: hidden;
    position: relative;
}

.con-list .banner2 .center-left img {
    width: 1.4rem;
    height: 14rem;
}

.con-list .banner2 .center-left .imgs img:nth-child(1) {
    transform: translateY(-6rem);
    transition: all 2s;
}

.con-list .banner2 .center-left img:nth-child(2) {
    transform: translateY(6rem);
    transition: all 2s;
}

.con-list .banner2 .center-left .imgs img:nth-child(3) {
    transform: translateY(-5rem);
    transition: all 2s;
}

.con-list .banner2 .center-left img:nth-child(4) {
    transform: translateY(5rem);
    transition: all 2s;
}

.con-list .banner2 .center-left .imgs img:nth-child(5) {
    transform: translateY(-4rem);
    transition: all 2s;
}

.con-list .banner2 .center-left .imgs img:nth-child(6) {
    transform: translateY(4rem);
    transition: all 2s;
}

.con-list .banner2 .center-left .imgs .active:nth-child(1) {
    transform: translateY(0);
}

.con-list .banner2 .center-left .imgs .active:nth-child(2) {
    transform: translateY(-6rem);
}

.con-list .banner2 .center-left .imgs .active:nth-child(3) {
    transform: translateY(0);
}

.con-list .banner2 .center-left .imgs .active:nth-child(4) {
    transform: translateY(-5rem);
}

.con-list .banner2 .center-left .imgs .active:nth-child(5) {
    transform: translateY(0);
}

.con-list .banner2 .center-left .imgs .active:nth-child(6) {
    transform: translateY(-4rem);
}



/* center-left 结束 */

/* center-mid 开始 */

.con-list .banner2 .center-mid {
    margin: auto 0;
}

.con-list .banner2 .center-mid h1 {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.6rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.3rem;
    transform: translateY(5.56rem);
    transition: all 2s;
}

.con-list .banner2 .center-mid p {
    line-height: 0.45rem;
    font-size: 0.3rem;
    font-weight: 300;
    color: #333333;
    transform: translateY(4.37rem);
    transition: all 2s;
}

/* center-mid 结束 */

/* center-right 开始 */
.con-list .banner2 .center-right {
    position: absolute;
}

.con-list .banner2 .center-right ul li {
    background-color: #333333;
}

.con-list .banner2 .center-right ul li:nth-child(2) {
    width: 0.26rem;
    height: 0.26rem;
    background: none;
    border: 2px solid #333333;
}

.con-list .banner2 .center-right .active {
    background-color: #333333;
}

/* center-right 结束 */

/* .banner2 结束 */


/* banner4 开始 */
.con-list .banner4 {
    height: 100%;
    position: relative;
}

.con-list .banner4 .center {
    justify-content: space-between;
}

/* .center-left开始 */
.con-list .banner4 .center-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-right: 1.8rem;
    transform: translateX(-200%);
    transition: all 1s;
}

.con-list .banner4 .center-left h1 {
    width: 100%;
    height: 0.89rem;
    line-height: 0.89rem;
    font-size: 0.6rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.3rem;

}

.con-list .banner4 .center-left p {
    line-height: 0.45rem;
    font-size: 0.3rem;
    color: #333333;
}

/* .center-left结束 */

/* .center-mid开始 */

.con-list .banner4 .center-mid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    transform: translateX(200%);
    transition: all 1s;
}

.con-list .banner4 .center-mid div {
    width: 3.8rem;
    height: 3.4rem;
    background-color: #F8F8F8;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con-list .banner4 .center-mid img {
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 auto;
}

.con-list .banner4 .center-mid p {
    height: 0.59rem;
    line-height: 0.59rem;
    font-size: 0.4rem;
    font-weight: 300;
    color: #333333;
}

/* .center-mid结束 */

/* center-right 开始 */
.con-list .banner4 .center-right {
    position: absolute;
}

.con-list .banner4 .center-right ul li {
    background-color: #333333;
}

.con-list .banner4 .center-right ul li:nth-child(3) {
    width: 0.26rem;
    height: 0.26rem;
    background: none;
    border: 2px solid #333333;
}

.con-list .banner4 .center-right .active {
    background-color: #333333;
}

/* center-right 结束 */

/* banner4 结束 */

/* banner5 开始 */
.con-list .banner5 {
    height: 100%;
    position: relative;
    background: linear-gradient(219deg, #FFFFFF 0%, #E2E6E7 100%);
    overflow: hidden;
}

.con-list .banner5 .center {
    overflow: visible;
}


/* .center-top开始 */

.con-list .banner5 .center-top {
    width: 100%;
    text-align: center;
}

.con-list .banner5 .center-top h1 {
    height: 0.89rem;
    line-height: 0.89rem;
    font-size: 0.6rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;

}

.con-list .banner5 .center-top p {
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.3rem;
    font-weight: 300;
    color: #333333;
    margin-bottom: 0.48rem;
}


/* .center-top结束 */

/* .center-bottom开始 */

.con-list .banner5 .center-bottom {
    text-align: center;
    transform: translateY(600%);
    transition: all 1s;
    position: relative;
}

.con-list .banner5 .center-bottom img:first-child {
    width: 9.09rem;
    height: 5.12rem;
}

.con-list .banner5 .center-bottom img:nth-child(2) {
    width: 11.18rem;
    height: 0.83rem;
}

.con-list .banner5 .center-bottom img:nth-child(3) {
    width: 3.67rem;
    height: 3.57rem;
    position: absolute;
    top: 2.38rem;
    right: -0.65rem;

}


/* .center-mid结束 */

/* center-right 开始 */
.con-list .banner5 .center-right {
    position: absolute;
}

.con-list .banner5 .center {
    flex-direction: column;
    /* justify-content: center; */
}

.con-list .banner5 .center-right ul li {
    background-color: #333333;
}

.con-list .banner5 .center-right ul li:nth-child(4) {
    width: 0.26rem;
    height: 0.26rem;
    background: none;
    border: 2px solid #333333;
}

.con-list .banner5 .center-right .active {
    background-color: #333333;
}

/* center-right 结束 */

/* banner5 结束 */


/* banner6 开始 */
.con-list .banner6 {
    height: 100%;
    position: relative;
    /* background-color: aqua; */
}

.con-list .banner6 .center {
    width: 100%;
    display: flex;
    flex-direction: column;
}


/* .center-top开始 */
.con-list .banner6 .center-top {
    width: 16rem;
    height: 7.67rem;
    text-align: center;
    margin: 0 auto;
}

.con-list .banner6 .center-top .center-top-con {
    display: flex;
    justify-content: space-between;
}

.con-list .banner6 .center-top .title {
    height: 0.89rem;
    line-height: 0.89rem;
    font-size: 0.6rem;
    font-weight: 400;
    color: #333333;
}

/* footer上方 .center-top-con .con-left开始  */
.con-list .banner6 .center-top .center-top-con .con-left>div {
    width: 5rem;
    /* height: 2.84rem; */
    background-color: #f4f4f4;
    text-align: left;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    overflow: hidden;
    margin-top: 0.3rem
}

.con-list .banner6 .center-top .center-top-con .con-left .card-top div {
    overflow: hidden;
}

.con-list .banner6 .center-top .center-top-con .con-left h1 {
    /* height: 0.66rem; */
    line-height: 0.66rem;
    font-size: 0.45rem;
    font-weight: 400;
    color: #333333;
    margin: 0.25rem auto 0.2rem 0.3rem;

}

.con-list .banner6 .center-top .center-top-con .con-left p {
    /* height: 0.37rem; */
    line-height: 0.37rem;
    font-size: 0.25rem;
    font-weight: 300;
    color: #333333;
    margin-left: 0.3rem;

}

.con-list .banner6 .center-top .center-top-con .con-left a {
    color: #0066FF;
}

.con-list .banner6 .center-top .center-top-con .con-left .card-top div:last-child,
.card-bottom div:last-child {
    margin-bottom: 0.25rem;
}

/* footer上方 .center-top-con .con-left结束  */

/* footer上方 .center-top-con .con-mid开始  */
.con-list .banner6 .center-top .center-top-con .con-mid .mid-top img:first-child {
    width: 5rem;
    height: 2.05rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    margin-top: 0.3rem;
}

.con-list .banner6 .center-top .center-top-con .con-mid .mid-top img:nth-child(2) {
    display: none;
}

.con-list .banner6 .center-top .center-top-con .con-mid .mid-bottom {
    display: flex;
    justify-content: space-around;
    margin-top: 0.48rem;
}

.con-list .banner6 .center-top .center-top-con .con-mid .mid-bottom div div {
    width: 1.78rem;
    height: 1.78rem;
    background-color: #f4f4f4;
    border-radius: 0.1rem;
}

.con-list .banner6 .center-top .center-top-con .con-mid .mid-bottom img {
    width: 1.62rem;
    height: 1.62rem;
    margin: 0.08rem;
}

.con-list .banner6 .center-top .center-top-con .con-mid .mid-bottom p {
    height: 0.27rem;
    line-height: 0.27rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #666666;
    margin-top: 0.05rem;
}

/* footer上方 .center-top-con .con-mid结束  */

/* footer上方 .center-top-con .con-right开始  */
.con-list .banner6 .center-top .center-top-con .con-right>div {
    width: 5rem;
    background-color: #f4f4f4;
    text-align: left;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    overflow: hidden;
    margin-top: 0.3rem
}

.con-list .banner6 .center-top .center-top-con .con-right h1 {
    /* height: 0.66rem; */
    line-height: 0.66rem;
    font-size: 0.45rem;
    font-weight: 400;
    color: #333333;
    margin: 0.25rem auto 0.2rem 0.3rem;
}

.con-list .banner6 .center-top .center-top-con .con-right P {
    /* height: 0.37rem; */
    line-height: 0.37rem;
    font-size: 0.25rem;
    font-weight: 300;
    color: #333333;
    margin-left: 0.3rem;
}

.con-list .banner6 .center-top .center-top-con .con-right P:last-child {
    margin-bottom: 0.15rem;
}

.con-list .banner6 .center-top .center-top-con .con-right .card-top div:last-child p:last-child {
    margin-bottom: 0.20rem;
}

/* footer上方 .center-top-con .con-right结束  */

.con-list .banner6 .center-top .center-top-con .card-bottom,
.mid-bottom {
    margin-top: 0.4rem;
}

/* .center-top结束 */

/* .center-bottom开始 */
.con-list .banner6 .center-bottom {
    width: 100%;
    background-color: #F8F8F8;
    height: 0.9rem;
    text-align: center;
}

.con-list .banner6 .center-bottom .bottom-top span {
    height: 0.14rem;
    border: 0.01rem solid #707070;
    margin: auto 0;
}

.con-list .banner6 .center-bottom p {
    line-height: 0.22rem;
    font-size: 0.15rem;
    font-weight: 400;
    color: #666666;
}

.con-list .banner6 .center-bottom .bottom-top {
    margin-top: 0.21rem;
    display: flex;
    justify-content: center;
}

.con-list .banner6 .center-bottom .bottom-top p:first-child {
    margin-right: 0.15rem;
}

.con-list .banner6 .center-bottom .bottom-top p:last-child {
    margin-left: 0.15rem;
}

.con-list .banner6 .center-bottom .bottom-bottom {
    margin-top: 0.05rem;
}

.con-list .banner6 .center-bottom .bottom-bottom span {
    cursor: pointer;
}

/* .center-bottom结束 */

/* center-right 开始 */
.con-list .banner6 .center-right {
    position: absolute;
}

.con-list .banner6 .center-right ul li {
    background-color: #333333;
}

.con-list .banner6 .center-right ul li:nth-child(5) {
    width: 0.26rem;
    height: 0.26rem;
    background: none;
    border: 2px solid #333333;
}

.con-list .banner6 .center-right .active {
    background-color: #333333;
}

/* center-right 结束 */

/* banner6 结束 */