.con {
    overflow: hidden;
}

.center {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.center-right {
    display: none;
}

.xiahuaphone {
    position: absolute;
    bottom: 0.1rem;
    left: 1.73rem;
    z-index: 3;
}

/* banner1 开始 */
.banner1 {
    font-size: 0;
    background: url('../../images/aikandesktop/bj1.png') no-repeat center center;
    background-size: cover;

    position: relative;
}

.banner1 .center-left {
    text-align: center;
}

.banner1 .center-left h1 {
    line-height: 0.59rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    margin-top: 0.46rem;
    margin-bottom: 0.15rem;
}

.banner1 .center-left p {
    line-height: 0.29rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.05rem;
}

.banner1 .center-left input {
    width: 1.65rem;
    height: 0.54rem;
    line-height: 0.54rem;
    background: #006EFF;
    color: #ffffff;
    border: none;
    font-size: 0.24rem;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.15);
    border-radius: 50px 50px 50px 50px;
    margin-top: 0.2rem;
    margin-bottom: 0.15rem;
}

.banner1 .center-left ul {
    width: 1.71rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 0.2rem auto;
}

.banner1 .center-left ul li {
    height: 0.18rem;
    line-height: 0.18rem;
    font-size: 0.12rem;
    font-weight: 300;
    color: #333333;
}

.banner1 .center-left ul li img {
    display: none;
}

.banner1 .center-mid img {
    width: 3.92rem;
    height: 2.03rem;
    transform: translateX(-0.43rem)
}

.banner1 .xiahuaphone img {
    width: 0.2rem;
    height: 0.22rem;
}

/* .banner1 .xiahuaphone{
    position: absolute;
    bottom: 0.1rem;
    left: 1.73rem;
} */

/* banner1 结束 */

/* banner2 开始 */
.banner2 {
    font-size: 0;
    /* background-color: aqua; */

    position: relative;
}

.banner2 .center {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.banner2 .center-left {
    display: none;
}

.banner2 .center-left-phone {
    width: 3.37rem;
    height: 3.57rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto 1rem auto;
    flex-shrink: 1;
    flex-grow: 1;
}

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

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

.banner2 .center-left-phone img {
    width: 0.56rem;
    height: 6rem;
}

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

.banner2 .center-left-phone .imgs img:nth-child(2) {
    transform: translateY(-4.5rem);
    transition: all 2s;
}

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

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

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

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

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

.banner2 .center-left-phone .imgs .active:nth-child(2) {
    transform: translateY(0);
}

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

.banner2 .center-left-phone .imgs .active:nth-child(4) {
    transform: translateY(0);
}

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

.banner2 .center-left-phone .imgs .active:nth-child(6) {
    transform: translateY(0);
}

.banner2 .center-mid {
    text-align: center;
    margin-top: 0.39rem;
    margin-bottom: 0.62rem;
    /* flex-shrink: 1; */
}

.banner2 .center-mid h1 {
    line-height: 0.47rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.2rem;
}

.banner2 .center-mid p {
    line-height: 0.22rem;
    font-size: 0.15rem;
    font-weight: 400;
    color: #333333;
}

/* banner2 结束 */


/* banner4 开始 */
.banner4 {
    font-size: 0;

    position: relative;
}

.banner4 .center-left {
    text-align: center;
}

.banner4 .center-left h1 {
    line-height: 0.47rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.46rem;
    margin-bottom: 0.2rem;
}

.banner4 .center-left p {
    line-height: 0.22rem;
    font-size: 0.15rem;
    font-weight: 400;
    color: #333333;
}

.banner4 .center-mid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* align-content: space-between; */
    margin-top: 0.31rem;
}

.banner4 .center-mid div {
    background-color: #f8f8f8;
    width: 1.6rem;
    height: 1.43rem;
    text-align: center;
    margin-top: 0.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    /* align-content: baseline; */
}

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

.banner4 .center-mid p {
    line-height: 0.24rem;
    font-size: 0.16rem;
    font-weight: 300;
    color: #333333;
    margin-top: 0.06rem;
}


/* banner4 结束 */

/* banner5 开始 */
.banner5 {
    font-size: 0;

    position: relative;
}

.banner5 .center{
    display: flex;
    flex-direction: column;
}

.banner5 .center-top {
    text-align: center;
    margin-top: 0.29rem;
    margin-bottom: 0.71rem;
}

.banner5 .center-top h1 {
    line-height: 0.47rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.2rem;
}

.banner5 .center-top p {
    line-height: 0.22rem;
    font-size: 0.15rem;
    font-weight: 400;
    color: #333333;
}

.banner5 .center-bottom {
    position: relative;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner5 .center-bottom img:first-child {
    width: 3.45rem;
    height: 1.95rem;
    margin: 0 auto;
}

.banner5 .center-bottom img:nth-child(2) {
    width: 100%;
    height: 0.71rem;
    margin-top: 1.36rem;
}


.banner5 .center-bottom img:nth-child(3) {
    width: 2.08rem;
    height: 2.01rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/* banner5 结束 */

/* banner6 开始 */
.banner6 {
    font-size: 0;
    position: relative;
}

.banner6 .center{
    display: flex;
    flex-direction: column;
}

.banner6 .center .center-top{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}

.banner6 .center-top>h1 {
    line-height: 0.47rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
    /* margin-bottom: 0.1rem; */
    margin: auto 0;
}

.banner6 .center-top .center-top-con {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    width: 3.39rem;
    margin: auto auto;
}

.banner6 .center-top .center-top-con .con-left,
.con-mid,
.con-right {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

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

/* .con-left开始 */
.banner6 .center-top .center-top-con .con-left {
    order: 0;
}

.banner6 .center-top .center-top-con .con-left>div {
    border-bottom: 0.01rem solid #f4f4f4;
}

.banner6 .center-top .center-top-con .con-left>div div:first-child {
    width: 0.8rem;
    display: table;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.banner6 .center-top .center-top-con .con-left>div div p:first-child {
    margin-top: 0.15rem;
}

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

.banner6 .center-top .center-top-con .con-left h1 {
    line-height: 0.29rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #333333;
    flex-shrink: 0;
    display: table-cell;
    vertical-align: middle;
    /* margin-right: 0.77rem; */
}

.banner6 .center-top .center-top-con .con-left p {
    line-height: 0.22rem;
    font-size: 0.15rem;
    font-weight: 300;
    color: #333333;
}

.banner6 .center-top .center-top-con .con-left a {
    color: #006EFF;
}

/* .con-left结束 */

/* .con-mid开始 */
.banner6 .center-top .center-top-con .con-mid {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    order: -1;
    margin-bottom: auto;
}

.banner6 .center-top .center-top-con .con-mid img {
    width: 0.83rem;
    height: 0.83rem;
}

.banner6 .center-top .center-top-con .con-mid p {
    line-height: 0.18rem;
    font-size: 0.12rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 0.05rem;
}

.con-list .banner6 .center-top .center-top-con .con-mid .mid-top img:first-child {
    display: none;
}

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

.con-list .banner6 .center-top .center-top-con .con-mid .mid-bottom .bot1 {
    margin-right: 0.38rem;
}

/* .con-mid结束 */

/* .con-right开始 */
.con-list .banner6 .center-top .center-top-con .con-right {
    order: 0;
}

.con-list .banner6 .center-top .center-top-con .con-right>div {
    display: flex;
    border-bottom: 0.01rem solid #f4f4f4;
}

.con-list .banner6 .center-top .center-top-con .con-right>div:last-child {
    border-bottom: none;
}

.con-list .banner6 .center-top .center-top-con .con-right>div div:first-child {
    display: table;
    width: 0.96rem;
    margin-right: 0.34rem;
}

.con-list .banner6 .center-top .center-top-con .con-right h1 {
    line-height: 0.29rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #333333;
    display: table-cell;
    vertical-align: middle;

}

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

.banner6 .center-top .center-top-con .con-right>div div p:last-child {
    margin-bottom: 0.15rem;
}

.banner6 .center-top .center-top-con .con-right p {
    line-height: 0.22rem;
    font-size: 0.15rem;
    font-weight: 300;
    color: #333333;
}

.banner6 .center-bottom {
    width: 100%;
    background-color: #f8f8f8;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.con-list .banner6 .center-bottom .bottom-top {
    display: flex;
    justify-content: center;
    border-bottom: 0.01rem solid #f4f4f4;
    flex-shrink: 1;
    flex-grow: 1;
}

.con-list .banner6 .center-bottom .bottom-top p {
    line-height: 0.24rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #666666;
    margin: auto 0;
}

.con-list .banner6 .center-bottom .bottom-top p:first-child {
    margin-right: 0.5rem;
}
.con-list .banner6 .center-bottom .bottom-bottom{
    flex-shrink: 1;
    flex-grow: 1;
}

.con-list .banner6 .center-bottom .bottom-bottom p {
    line-height: 0.18rem;
    font-size: 0.12rem;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin: auto 0;
}

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

/* .con-right结束 */

/* banner6 结束 */