.banner {
    position: relative;
}

.banner-g {
    height: 670px ;
    /*background: linear-gradient(#141E30, #2A4869);*/
    background-image: url(./images/mei-banner-bj.gif) ;
}

.banner-g .title {
    line-height: 112px;
    font-size: 44px;
}

.banner-g .title > div {
    line-height: 28px;
    font-size: 18px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 120px;
}

.banner .swiper-pagination-bullet {
    background: #9D9D9D;
    opacity: 1 !important;
    width: 6px !important;
    height: 6px !important;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 24px !important;
    border-radius: 3px !important;
}

.banner .bottom {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    bottom: 0;
    z-index: 2019;
    color: #fff;
}

.banner .bottom .w1200 {
    display: flex;
}

.banner .bottom .w1200 .item {
    padding: 24px;
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    cursor: pointer;
}

.banner .bottom .w1200 .item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.banner .bottom .w1200 .item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.banner .bottom .w1200 .item > div:first-child {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 16px;
}

.banner .bottom .w1200 .item > div:last-child {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    opacity: .8;
}

.banner .bottom .w1200 .item .icon-xiangyou {
    font-size: 13px;
    top: -1px;
}

.banner .small-title {
    transform: translateY(-32px);
}

.product {
    padding: 64px 0;
    text-align: center;
    background: #fafafc;
}

.product .module-title-g {
    margin-bottom: 32px;
}

.product .cards {
    display: flex;
    flex-wrap: wrap;
}

.product .cards .yui-card {
    width: 25%;
    border-radius: 0;
    padding: 40px 24px 16px;
    transition: padding .3s;
}

.product .cards .yui-card:not(:last-child) {
    border-right: 0;
}

.product .cards .yui-card {
    text-align: center;
}

.product .cards .yui-card:hover {
    border: 2px solid #409eff !important;
    padding: 56px 22px 32px !important;
}

.product .cards .yui-card .title {
    font-size: 26px;
}

.product .cards .yui-card .title > div {
    font-size: 14px;
    color: #909399;
    margin-top: 4px;
}

.product .cards .yui-card .price {
    /* margin: 24px 0; */
    color: #909399;
    font-size: 16px;
}

.product .cards .yui-card .price > span {
    color: #409eff;
    font-size: 26px;
}

.product .cards .yui-card .rows {
    color: #909399;
    font-size: 16px;
}

.product .cards .yui-card .rows .row {
    line-height: 48px;
    border-bottom: 1px solid #ebeef5;
    display: flex;
}

.product .cards .yui-card .rows .row > div {
    width: 100px;
    text-align: right;
    margin-right: 16px;
}

.product .cards .yui-card .yui-button {
    margin-top: 24px;
    width: 100%;
}

.plan {
    padding: 64px 0;
    background: #FAFAFC;
}

.plan .w1200 {
    display: flex;
    text-align: center;
}

.plan .w1200 .yui-card {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    margin-left: 24px;
}

.plan .w1200 .yui-card:first-child {
    margin-left: 0;
}

.plan .yui-card .title {
    font-size: 22px;
    font-weight: lighter;
    padding-top: 16px;
}

.plan .yui-card .desc {
    text-align: left;
    padding: 16px 8px 0;
    font-size: 13px;
    line-height: 25px;
    height: 240px;
}

.map {
    padding-top: 64px;
    background: #EBEEF5;
}

.map .w1200 {
    display: flex;
    align-items: flex-end;
}

.map .left {
    width: 400px;
    padding: 64px 0;
    color: #fff;
}

.map .left .row {
    display: flex;
    padding-bottom: 24px;
    align-items: center;
}

.map .left .text {
    margin-left: 16px;
}

.map .left .title {
    color: #303133;
    font-size: 24px;
    margin-bottom: 8px;
}

.map .left .desc {
    color: #909399;
    font-size: 16px;
}

.map .left .line {
    background: #DCDFE6;
    width: 260px;
    height: 1px;
    margin-bottom: 24px;
}

.map .left .color-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
    padding-top: 80px;
}

.map .left .color-item > div {
    position: relative;
    padding-left: 24px;
    line-height: 1;
}

.map .left .color-item > div:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 2px;
    border-radius: 50%;
}

.map .left .color-item .color-1 {
    color: #409eff;
}

.map .left .color-item .color-1:before {
    background: #409eff;
}

.map .left .color-item .color-2 {
    color: #E6A23C;
}

.map .left .color-item .color-2:before {
    background: #E6A23C;
}

.map .left .color-item .color-3 {
    color: #909399;
}

.map .left .color-item .color-3:before {
    background: #909399;
}

.map #map {
    width: 800px;
    height: 600px;
}

.partner {
    padding: 64px 0;
}

.partner .w1200 {
    display: flex;
    justify-content: space-between;
}

.partner .yui-card {
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner .yui-card img {
    width: 100px;
}

.advantage {
    padding: 64px 0;
}