/* s */

.banner {
    height: 100%;
    max-width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50%;
}

.swiper-container {
    max-width: 100%;
    height: 460px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide1 {
    width: 100%;
    background-image: url("../img/ban1.png");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    overflow: hidden;
}

.swiper-slide2 {
    width: 100%;
    background-image: url("../img/ban2.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    overflow: hidden;
}


/* =================================== */

.context-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.title {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-bottom: 40px;
    letter-spacing: 3px;
    text-shadow: 0 9px 7px rgba(0, 0, 0, .5);
}

.context {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    margin-bottom: 64px;
}

.banner-btn a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
}

.banner-btn button {
    cursor: pointer;
    width: 260px;
    height: 56px;
    font-size: 20px;
    color: #080044;
    text-align: center;
    line-height: 24px;
    border-radius: 0;
    border: none;
    background: #00eaff;
}

.banner-btn button:hover {
    transition: 0.4s;
    color: white;
    background: #0087ff;
}


/* ===================== */

.summary-container {
    max-width: 1400px;
    overflow: hidden;
    padding: 80px 20px;
    margin: 0 auto;
}

.summary-con-title {
    font-size: 32px;
    color: #000;
    text-align: center;
    line-height: 24px;
    margin-bottom: 40px;
}

.summary-context {
    font-size: 20px;
    color: black;
    text-align: center;
    line-height: 24px;
    margin-bottom: 80px;
}

.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.ant-col {
    transition: 0.4s;
    cursor: pointer;
    float: left;
    display: block;
    width: 25%;
    box-sizing: border-box;
    padding: 10px 16px;
}

.ant-col:hover {
    transition: 0.4s;
    transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.ant-col img {
    width: 100%;
}

.item-title {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
    margin: 40px 0 16px;
}

.item-context {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 24px;
    text-align: left;
}


/* ================== */

.display-skill {
    width: 100%;
    padding: 80px 0 40px;
    overflow: hidden;
}

.ant-col-12 {
    margin-top: 20px;
    display: block;
    width: 50%;
}

.ant-col-12 p {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}


/* ========================== */

.ant-col-8 {
    transition: 0.4s;
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 10px 16px;
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
}

.ant-col-8 a {
    transition: 0.4s;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

.ant-col-8 a:hover {
    transition: 0.4s;
    box-shadow: 0px 0px 10px rgb(204, 204, 204);
}

.img-container {
    position: relative;
}

.img-container img {
    margin-top: -60px;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.txt-container {
    padding: 20px 25px;
    border: 1px solid #eceef0;
}

.check-more {
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 24px;
    margin-top: 40px;
}

.check-more:hover {
    color: #000;
}

.more:hover {
    transition: 0.2s;
    color: #02d9cf;
}


/* ======================= */

.col12 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8597fb), color-stop(#70a4ff), color-stop(#5fafff), color-stop(#55b9fe), to(#55c2fa));
    background-image: -o-linear-gradient(top, #8597fb, #70a4ff, #5fafff, #55b9fe, #55c2fa);
    background-image: linear-gradient(to bottom, #8597fb, #70a4ff, #5fafff, #55b9fe, #55c2fa);
}

.pricing-item {
    background-image: linear-gradient(to left top, #4997c8, #4b94c9, #4f90c9, #548cc9, #5a88c9);
    padding: 80px 68px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1111;
    height: 430px;
    cursor: pointer;
    transition: 0.4s;
}

.pricing-item:hover {
    transition: 0.4s;
    box-shadow: 0px 0px 20px #1389ff;
}

.banner0 {}

.pricing-item.active {
    -webkit-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17);
    position: relative;
    z-index: 1;
    background: #8A62F0;
    background: -o-linear-gradient(146deg, #8A62F0, #7142DF);
    background: -o-linear-gradient(304deg, #8A62F0, #7142DF);
    background: linear-gradient(146deg, #8A62F0, #7142DF);
}

.pricing-item.active::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    -webkit-transform: translate(27%, -35%);
    -ms-transform: translate(27%, -35%);
    transform: translate(27%, -35%);
    width: 325px;
    height: 325px;
    border-radius: 100%;
    z-index: -1;
    background-color: rgba(152, 111, 252, 0.3);
}

.pricing-item.active::after {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    -webkit-transform: translate(27%, -35%);
    -ms-transform: translate(27%, -35%);
    transform: translate(27%, -35%);
    width: 399px;
    height: 399px;
    border-radius: 100%;
    z-index: -1;
    background-color: rgba(152, 111, 252, 0.3);
}

.pricing-item h2 {
    font-size: 28px;
    line-height: 48px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 600;
}

.pricing-item h2 span {
    font-size: 45px;
    float: right;
}

.pricing-item h2 span sub {
    font-size: 18px;
}

.pricing-item ul {
    padding: 20px 0 23px;
}

.pricing-item ul li {}

.pricing-item ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 400;
    text-decoration: none;
}

.pricing-item .btn-1 {
    padding: 15px 0;
    width: 200px;
}

.pricing-item .btn-2 {
    padding: 15px 0;
    width: 200px;
}

.weizhi {
    margin-bottom: 66px;
}


/* ====================== */