.img img {
    width: 100%;
    height: 540px;
    background-size: cover;
}

.com-floor {
    background-color: #fff;
}

.con-floor {
    background-color: #fff;
}

.com-floor .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
}

.com-floor .container dl {
    margin: 0 50px;
    text-align-last: left;
}

.com-floor .container dl dt {
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
}

.com-floor .container dd {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1;
    color: #0089ff;
    font-style: 30px;
    font-weight: 400;
    font-size: 30px;
}

.con-floor {
    padding: 80px 0;
}

.index-list-text {
    margin-top: 76px;
    margin-left: 40px;
}

.con-floor .title {
    text-align: center;
    font-size: 34px;
    color: #222;
    line-height: 1;
}

.con-floor .max-width {
    margin-top: 76px;
}

.max-width .left .index-list-text .item {
    margin-bottom: 33px;
}

.item .title {
    font-weight: 500;
    font-size: 20px;
    color: #222;
}

.item .brief {
    font-weight: 400px;
    font-size: 16px;
    color: #666;
}

.right img {
    width: 497px;
    height: 453px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.con-floor .max-width .left .index-list-text .button {
    border-radius: 40px;
    height: 40px;
    padding: 0 20px;
    background-color: #0089ff;
    border: none;
    cursor: pointer;
    margin-top: 0%;
    margin-left: 0;
    font-size: 16px;
}

.con-floor .max-width .left .index-list-text .button a {
    color: white;
}

.con-floor .max-width .left .index-list-text .button2 {
    margin-left: 30px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 40px;
}

.con-floor .max-width .left .index-list-text .button2 a {
    color: #0089ff;
}

.con-floor-gray {
    background-color: #eeeeee;
}

.con-floor-gray .max-width .left {
    float: right;
    margin-right: 200px;
}

.con-floor-gray .max-width .right {
    float: left;
    margin-left: 20px;
}

.con-floor-gray .max-width .right img {
    width: 468px;
    height: 451px;
}

.shi .max-width .right img {
    width: 602.16px;
    height: 443.17px;
}

.com-floor-bule {
    background-color: #3289ff;
    height: 592px;
}

.com-floor-bule .title {
    color: white;
}

.multi-channel {
    display: flex;
    flex-direction: row;
    margin: 50px auto 0;
    justify-content: space-between;
}

.f-card {
    width: 310px;
    height: 408px;
    border-radius: 6px;
    background-color: white;
    flex-shrink: 0;
    padding: 50px 18px;
    display: flex;
    flex-direction: column;
}

.f-card .f-card-top {
    display: flex;
    flex-direction: row;
}

.f-card .f-card-top img {
    width: 60px;
    height: 60px;
    margin-left: 25px;
    margin-right: 22px;
}

.f-card .f-card-top .text-align {
    text-align: left;
}

.f-card .f-card-top .text-align .name {
    color: #222;
    font-size: 20px;
    font-weight: 500;
}

.f-card .f-card-top .text-align .discription:first-child {
    margin-top: 10px;
}

.f-card .f-card-top .text-align .discription {
    font-weight: 400;
    font-size: 16px;
    color: #8b8b8b;
}

.f-card .f-card-image {
    width: 310px;
    height: 270px;
    margin-top: 15px;
}

.f-card a {
    position: relative;
    color: #0089ff;
    text-align: center;
}

.zuola::after {
    position: absolute;
    top: 4px;
    right: 105px;
    content: '\e902';
    font-family: 'icomoon';
    line-height: 16px;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 540px;
}

.swiper-wrapper .swiper-slide .container {
    display: flex;
    /* 设置 <div> 元素内弹性盒元素的方向为相反的顺序： */
    flex-direction: column;
    /* 在弹性盒对象的 <div> 元素中的各项周围留有空白： */
    justify-content: center;
    height: 540px;
}

.swiper-wrapper .swiper-slide .container .title {
    line-height: 1.4;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
}

.swiper-wrapper .swiper-slide .container .intro {
    font-size: 18px;
    color: #fff;
}

.swiper-wrapper .swiper-slide .container .btn-wrap {
    padding-top: 40px;
    display: flex;
    align-items: center;
}

.btn-wrap span {
    display: inline-block;
    transition: margin-left .3s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;
}

.btn-wrap .button:last-child {
    position: relative;
}

.bofang::after {
    position: absolute;
    top: 18px;
    left: 25px;
    content: '\e903';
    font-family: 'icomoon';
}

.sorry .bofang {
    color: white;
}

.why-choose {
    padding-top: 20px;
    display: flex;
    align-items: center;
    /* 居中排列 */
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.why-choose dl {
    flex: 0 0 25%;
    margin: 0;
    padding-top: 50px;
}

.why-choose dl dt {
    font-weight: 400;
    font-size: 18px;
    color: #222;
    text-align: center;
}

.why-choose dl dd {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    color: #0089ff;
    text-align: center;
}

.floor-coperation {
    list-style: none;
    display: flex;
    /* 元素位于容器的中心。 */
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /* 规定灵活的项目在必要的时候拆行或拆列。 */
    flex-wrap: wrap;
    padding-top: 40px;
}

.floor-coperation li {
    flex: 0 0 14.2%;
    padding-top: 30px;
}

.floor-coperation li img {
    width: 130px;
    border: 1px solid #e4e4e4;
}

.slogan-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    background: #eef7ff url(https://jst.xiaoyatong.com/8955ef38bdf146b79eb958a07cefe4f3.png) repeat-x 50%;
    background-size: 1920px 150px;
}

.slogan-bar img {
    width: 68px;
    height: 68px;
}

.slogan-bar h4 {
    margin: 0 86px 0 15px;
    font-weight: 400;
    font-size: 36px;
    color: #333;
}


/* ..................................................... */