@charset "utf-8";

@keyframes togglejump {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes rotateIn {
    0% {
        transform: scale(.5) rotateZ(-360deg);
        opacity: .2;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

.rollInLeft {
    animation-name: rollInLeft;
}

@keyframes rollInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-180deg);
    }
    100% {
        opacity: 1;
        transform: translateX(-78px) rotateY(0deg);
    }
}

.header.transparent-bg {
    background-color: transparent;
}

.header.color-bg {
    background-color: rgba(42, 58, 74, 0.9);
}

.footer {
    display: none;
}

.media-block {
    font-size: 1em;
}

.gaopinzhi-swiper .items-title {
    font-size: 3.57em;
    color: #20b09f;
    font-weight: bold;
    margin: 0;
}

.gaopinzhi-swiper .items-subtitle {
    font-size: 1.714em;
    margin-top: 0.5em;
    text-align: center;
}

.gaopinzhi-swiper {
    height: 100vh;
    overflow: hidden;
}

.gaopinzhi-swiper .swiper-container {
    height: 100%;
}

.gaopinzhi-swiper .swiper-slide {
    overflow: hidden;
}

.gaopinzhi-swiper .swiper-pagination {
    right: auto;
    left: 30px;
}

.gaopinzhi-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ddd;
    opacity: 1;
}

.gaopinzhi-swiper .swiper-pagination-bullet-active {
    background: #20B09F;
    opacity: 1;
}

.gaopinzhi-swiper .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 0;
}

/*建站流程*/

.items-steps .items-block {
    height: 30.857em;
    position: relative;
    margin: 5em 0 2.857em;
}

.items-steps .item {
    position: absolute;
    top: 0;
    width: 156px;
    height: 13.286em;
    background-color: #fff;
    border-radius: 0.357em;
    transform: translateX(-78px);
    z-index: 1;
    box-shadow: 0 0 0.357em 0.143em rgba(135, 135, 135, 0.15);
    backface-visibility: hidden;
}

.items-steps .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0.357em;
    z-index: -1;
}

.items-steps .item:after {
    content: "";
    position: absolute;
    width: 1.071em;
    height: 1.071em;
    left: 50%;
    bottom: -0.5em;
    box-shadow: 0 0 0.357em 0.143em rgba(135, 135, 135, 0.15);
    background-color: #fff;
    z-index: -2;
    transform: translateX(-50%) rotateZ(135deg);
}

.items-steps .item.cur {
    margin-top: -0.714em;
}

.items-steps .item.even {
    top: auto;
    bottom: 0;
}

.items-steps .item.even:after {
    top: -0.5em;
    bottom: auto;
}

.items-steps .item.even.cur {
    margin-bottom: -0.714em;
}

.items-steps .item:nth-child(1), .items-steps .step:nth-child(1) {
    left: 85px;
}

.items-steps .item:nth-child(2), .items-steps .step:nth-child(2) {
    left: 256px;
}

.items-steps .item:nth-child(3), .items-steps .step:nth-child(3) {
    left: 427px;
}

.items-steps .item:nth-child(4), .items-steps .step:nth-child(4) {
    left: 598px;
}

.items-steps .item:nth-child(5), .items-steps .step:nth-child(5) {
    left: 769px;
}

.items-steps .item:nth-child(6), .items-steps .step:nth-child(6) {
    left: 940px;
}

.items-steps .item:nth-child(7), .items-steps .step:nth-child(7) {
    left: 1111px;
}

.items-steps .img-block {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -2.5em;
    position: relative;
    transition-duration: 1s;
}

.items-steps .img-block:before {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0.357em 0.143em rgba(135, 135, 135, 0.15);
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.items-steps .img-block img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.items-steps .item:hover .img-block {
    transform: rotateZ(360deg);
}

.items-steps .item-title {
    font-size: 1.286em;
    text-align: center;
    margin-bottom: 0.556em;
}

.items-steps .item-p {
    color: #999;
    text-align: center;
    margin-bottom: 0.357em;
}

.items-steps .item.even .item-title {
    margin-top: 15px;
}

.items-steps .item.even .img-block {
    margin: 0 0 0 -35px;
    position: absolute;
    left: 50%;
    bottom: -35px;
}

.items-steps .item-col2 {
    width: 267px;
    transform: translateX(-133.5px);
}

.items-steps .item-col2 .flex-row {
    justify-content: space-around;
}

.items-steps .item-col2 .item-p {
    text-align: left;
}

.items-steps .steps-block {
    position: absolute;
    height: 1.714em;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.items-steps .steps-block:before {
    content: "";
    position: absolute;
    width: 99.4%;
    height: 0.571em;
    background-color: #E9E9E9;
    border-radius: 0.143em;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.items-steps .steps-block:after {
    content: url("items-steps-arrow.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/items-steps-arrow.png*/;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}

.items-steps .step {
    position: absolute;
    width: 1.714em;
    height: 1.714em;
    background-color: #fff;
    border-radius: 50%;
    transform: translateX(-0.857em);
    box-shadow: 0 0 0.571em 0 rgba(0, 0, 0, .2);
}

.items-steps .step:before {
    content: "";
    position: absolute;
    width: 0.714em;
    height: 0.714em;
    background-color: #FFAE12;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}

.items-steps .step.cur:before {
    width: 100%;
    height: 100%;
}

.gaopinzhi-swiper #swiper-service .items-more {
    margin-top: 5em;
}

/*特色服务*/

.items-fw {margin-top: 2em;}

.items-fw .fw-block {
    font-size: 1.714em;
    text-align: center;
}

.items-fw .fw-block .items-title {
    font-size: 2.083em;
}

.items-fw .fw-block .items-subtitle {
    font-size: 1em;
}

.items-fw .fw-wrap {
    border: 1px solid #eee;
    box-shadow: 0 0.125em 0.125em #eee;
    height: 21.667em;
    background: #fff;
}

.items-fw .fw-block .f-t {
    margin-bottom: 45px;
    display: block;
}

.items-fw .fw-block .fw-head {
    height: 2.833em;
    border-bottom: 1px solid #eee;
}

.items-fw .fw-block .fw-head a {
    display: inline-block;
    height: 3.3em;
    line-height: 3.3em;
    color: #666;
    font-size: 0.833em;
    flex: 1;
    margin: 0 2.25em;
    border-bottom: 0.1em solid #fff;
    cursor: pointer;
}

.items-fw .fw-block .fw-head a.cur {
    border-bottom: 0.083em solid #20b09f;
    color: #20b09f;
    cursor: pointer;
}

.items-fw .body-list {
    padding: 1.083em 1.667em 0;
}

.items-fw .list-b {
    width: 380px;
    height: 15.833em;
    margin-left: 0;
    position: relative;
}

.items-fw .list-b-1 {
    background: url("fw-1.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-1.jpg*/ no-repeat 0 0;
}

.items-fw .list-b-2 {
    background: url("fw-2.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-2.jpg*/ no-repeat 0 0;
}

.items-fw .list-b-3 {
    background: url("fw-3.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-3.jpg*/ no-repeat 0 0;
}

.items-fw .list-b-4 {
    background: url("fw-4.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-4.jpg*/ no-repeat 0 0;
}

.items-fw .list-b-5 {
    background: url("fw-5.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-5.jpg*/ no-repeat 0 0;
}

.items-fw .list-s {
    width: 230px;
    height: 15.833em;
    margin-left: 2%;
}

.items-fw .list-s a {
    display: block;
    overflow: hidden;
    height: 100%;
}

/***1*/

.items-fw .list-s1-1 {
    background: url("fw-1-1.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-1-1.jpg*/ no-repeat 0 0;
}

.items-fw .list-s1-2 {
    background: url("fw-1-2.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-1-2.jpg*/ no-repeat 0 0;
}

.items-fw .list-s1-3 {
    background: url("fw-1-3.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-1-3.jpg*/ no-repeat 0 0;
}

/***2*/

.items-fw .list-s2-1 {
    background: url("fw-2-1.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-2-1.jpg*/ no-repeat 0 0;
}

.items-fw .list-s2-2 {
    background: url("fw-2-2.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-2-2.jpg*/ no-repeat 0 0;
}

.items-fw .list-s2-3 {
    background: url("fw-2-3.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-2-3.jpg*/ no-repeat 0 0;
}

/***3*/

.items-fw .list-s3-1 {
    background: url("fw-3-1.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-3-1.jpg*/ no-repeat 0 0;
}

.items-fw .list-s3-2 {
    background: url("fw-3-2.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-3-2.jpg*/ no-repeat 0 0;
}

.items-fw .list-s3-3 {
    background: url("fw-3-3.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-3-3.jpg*/ no-repeat 0 0;
}

/***4*/

.items-fw .list-s4-1 {
    background: url("fw-4-1.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-4-1.jpg*/ no-repeat 0 0;
}

.items-fw .list-s4-2 {
    background: url("fw-4-2.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-4-2.jpg*/ no-repeat 0 0;
}

.items-fw .list-s4-3 {
    background: url("fw-4-3.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-4-3.jpg*/ no-repeat 0 0;
}

/***5*/

.items-fw .list-s5-1 {
    background: url("fw-5-1.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-5-1.jpg*/ no-repeat 0 0;
}

.items-fw .list-s5-2 {
    background: url("fw-5-2.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-5-2.jpg*/ no-repeat 0 0;
}

.items-fw .list-s5-3 {
    background: url("fw-5-3.jpg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/fw-5-3.jpg*/ no-repeat 0 0;
}

@media screen and (min-width:1500px) {
    .items-fw .list-s {
        margin-left: 3%;
    }
}

.items-fw .b-con {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4.0625em;
    text-align: center;
    color: #fff;
    font-size: 0.667em;
    padding: 0 1.875em;
    background: #20b09f;
    padding-top: 0.9375em;
    transition: all .4s;
    opacity: 0.95;
}

.items-fw .list-b:hover .b-con {
    height: 230px;
    padding-top: 150px;
}

.items-fw .list-s .s-t {
    font-size: 0.75em;
    color: #fff;
    margin-top: 9.444em;
}

.items-fw .ym-wrap {
    height: 2.417em;
}

.items-fw .ym-item {
    flex: 1;
    background: #20b09f;
    font-size: 1em;
    height: 2.458em;
    line-height: 2.458em;
    color: #fff;
}

.items-fw .ym-item a.search {
    display: block;
    cursor: pointer;
}

.items-fw .ym-item a.search:before {
    background: url("search-icon.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/search-icon.png*/ no-repeat 0 50%;
    padding-left: 35px;
    content: "";
}

.items-fw .item-center {
    flex: 4;
    border: 0.083em solid #20b09f;
    height: 2.25em;
    background: #fff;
    position: relative;
}

.items-fw .item-center .ym-i {
    width: 80%;
    display: inline-block;
    outline: none;
    border: none;
    flex: 1;
    font-size: 0.75em;
    padding-left: 0.889em;
}

.items-fw .item-center .ym-h {
    width: 18%;
    font-weight: bold;
    border-left: 1px solid #20b09f;
    height: 1.667em;
    line-height: 1.667em;
    color: #333;
    text-align: left;
    padding-left: 0.75em;
    margin-right: 1.25em;
    cursor: pointer;
    background: url("ym-icon.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/ym-icon.png*/ no-repeat 100% 50%;
}

.items-fw .ym-select {
    position: absolute;
    height: 9em;
    overflow-y: auto;
    right: 0px;
    top: 2.708em;
    background: #fff;
    z-index: 3;
    width: 6.25em;
    border: 1px solid #a7b1b3;
    border-radius: 0.167em;
}

@media screen and (min-width:1500px) {
    .items-fw .ym-select {
        width: 7.5em;
    }
}

.items-fw .ym-select a.a-l {
    display: block;
    line-height: 2.1875em;
    border-bottom: 1px solid #a7b1b3;
    padding-left: 0.9375em;
    color: #333;
    font-size: 0.667em;
    text-align: left;
    cursor: pointer;
}

.items-fw .adv .item {
    flex: 1;
    border: 1px solid #eee;
    margin-left: -1px;
    height: 7.917em;
    background: #fff;
}

.items-fw .adv .item-n {
    flex: none;
    padding: 0 1.25em;
}

.items-fw .adv .item-btn {
    flex: none;
}

.items-fw .adv .e-img {
    margin-top: 2.083em;
    margin-bottom: 0.417em;
}

.items-fw .adv .e-title {
    font-size: 1em;
    color: #666;
}

.items-fw .adv .item-bg {
    background: #fff url("email-bg.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/email-bg.png*/ no-repeat 100% 100%;
    padding-top: 2.5em;
    height: 5.417em;
}

.items-fw .adv .item strong {
    font-size: 0.833em;
    font-weight: bold;
    display: block;
}

.items-fw .adv .item-bg span {
    font-size: 0.667em;
    color: #666;
}

.items-fw .adv .item-n strong {
    font-size: 1em;
    line-height: 7.917em;
}

.items-fw .adv .item .button {
    display: block;
    height: 2.111em;
    line-height: 2.111em;
    width: 9.889em;
    text-align: center;
    font-size: 0.75em;
    margin: 0 1.778em;
    cursor: pointer;
}

.items-fw .adv .button.buy {
    background: #1aa090;
    border: 1px solid #1aa090;
    color: #fff;
    margin: 2em 1.778em;
}

.items-fw .adv .button.free {
    background: #fff;
    border: 1px solid #1aa090;
    color: #1aa090;
}

.items-fw .adv .button.buy:hover {
    background: #20b09f;
}

.items-fw .adv .button.free:hover {
    background: #1aa090;
    color: #fff;
}

.items-fw .l-i {
    flex: 1;
    border: 1px solid #eee;
    height: 7em;
    background: #fff;
    margin-left: -1px;
    padding-top: 1.333em;
}

.items-fw .l-i .l-i-t {
    text-align: center;
    font-size: 0.75em;
    margin-bottom: 0.714em;
}

.items-fw .l-i .l-i-t span {
    display: inline-block;
    height: 1.556em;
}

.items-fw .l-i .l-i-t1 span {
    background: url("z-1.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/z-1.png*/ no-repeat 0 0;
    padding-left: 34px;
}

.items-fw .l-i .l-i-t2 span {
    background: url("z-2.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/z-2.png*/ no-repeat 0 0;
    padding-left: 37px;
}

.items-fw .l-i .l-i-t3 span {
    background: url("z-3.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/z-3.png*/ no-repeat 0 0;
    padding-left: 32px;
}

.items-fw .l-i .l-i-b {
    width: 12.667em;
    margin: 0 auto;
    text-align: left;
    font-size: 1em;
    cursor: default;
    overflow: hidden;
}

.big-icon {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 1.714em;
    line-height: 1.714em;
    color: #20b09f;
    border: 1px solid #20b09f;
    text-align: center;
    font-size: 0.583em;
    border-radius: 1.071em;
    margin-bottom: 0.714em;
}

.sm-icon {
    box-sizing: border-box;
    display: inline-block;
    width: 48%;
    height: 1.714em;
    line-height: 1.714em;
    color: #20b09f;
    border: 1px solid #20b09f;
    text-align: center;
    font-size: 0.583em;
    border-radius: 1.071em;
    margin-right: 0.6em;
    margin-bottom: 0.714em;
    float: left;
}

.sm-last {
    margin-right: 0;
}

.big-icon:hover, .sm-icon:hover {
    background: #20b09f;
    color: #fff;
}

/*选择中企*/

.items-ch .ch-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 45px;
    display: block;
}

.items-ch a, .items-ch .item {
    flex: 1;
    background-color: #fff;
}

.items-ch .item {
    border: 1px solid #eee;
    height: 4.375em;
    line-height: 4.375em;
    font-size: 1.143em;
    margin: 0 -1px -1px 0;
    padding: 0 0 0 3.125em;
    justify-content: flex-start;
}

.items-ch .item span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.25em 0 0;
}

.items-ch .item .i-1 {
    background: url("1_2.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/1_2.png*/ no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item .i-2 {
    background: url("2_2.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/2_2.png*/ no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item .i-3 {
    background: url("3_2.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/3_2.png*/ no-repeat 0 0;
    width: 33px;
    height: 37px;
}

.items-ch .item .i-4 {
    background: url("4_2.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/4_2.png*/ no-repeat 0 0;
    width: 47px;
    height: 40px;
}

.items-ch .item .i-5 {
    background: url("5_2.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/5_2.png*/ no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item .i-6 {
    background: url("6_2.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/6_2.png*/ no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item .i-7 {
    background: url("7_2.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/7_2.png*/ no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item .i-8 {
    background: url("8_2.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/8_2.png*/ no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.items-ch .item:hover {
    background: #20b09f;
    color: #fff;
}

.items-ch .item:hover .i-1 {
    background: url("1.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/1.png*/ no-repeat 0 0;
}

.items-ch .item:hover .i-2 {
    background: url("2.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/2.png*/ no-repeat 0 0;
}

.items-ch .item:hover .i-3 {
    background: url("3.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/3.png*/ no-repeat 0 0;
}

.items-ch .item:hover .i-4 {
    background: url("4.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/4.png*/ no-repeat 0 0;
}

.items-ch .item:hover .i-5 {
    background: url("5.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/5.png*/ no-repeat 0 0;
}

.items-ch .item:hover .i-6 {
    background: url("6.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/6.png*/ no-repeat 0 0;
}

.items-ch .item:hover .i-7 {
    background: url("7.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/7.png*/ no-repeat 0 0;
}

.items-ch .item:hover .i-8 {
    background: url("8.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/8.png*/ no-repeat 0 0;
}

/*选择我们-立即行动*/

.items-service {
    margin-top: 1.429em;
}

.items-service .flex-row {
    margin-top: 4.286em;
    justify-content: space-between;
}

.items-service .item {
    position: relative;
    width: 25em;
    height: 20.286em;
    text-align: center;
    box-shadow: 0 0 0.214em 0.143em rgba(135, 135, 135, .1);
    background-color: #fff;
}

.items-service .item-title {
    box-sizing: border-box;
    width: 5.417em;
    height: 3.125em;
    margin: 0 auto 2.083em;
    background-color: #293949;
    color: #fff;
    font-size: 1.714em;
    position: relative;
    padding-top: 1.667em;
}

.items-service .item-title:before {
    content: "";
    position: absolute;
    top: -1.667em;
    left: 0;
    width: 0;
    height: 0;
    border-left: 2.708em solid transparent;
    border-right: 2.708em solid transparent;
    border-bottom: 1.667em solid #293949;
    transition: all .3s ease;
}

.items-service .item-title:after {
    content: "";
    position: absolute;
    bottom: -1.667em;
    left: 0;
    width: 0;
    height: 0;
    border-left: 2.708em solid transparent;
    border-right: 2.708em solid transparent;
    border-top: 1.667em solid #293949;
    transition: all .3s ease;
}

.items-service .item-p {
    font-size: 1.143em;
    line-height: 1.875em;
}

.items-service .item-btn {
    position: absolute;
    width: 18.857em;
    height: 2.857em;
    bottom: 2.857em;
    left: 50%;
    transform: translateX(-50%);
    line-height: 2.857em;
}

.items-service .item-btn-a {
    display: block;
    border: 1px solid #20b09f;
    font-size: 1.143em;
    color: #20b09f;
}

.items-service .item:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 10px 5px rgba(135, 135, 135, .1);
}

.items-service .item:hover .item-btn-a {
    background-color: #20b09f;
    color: #fff;
}

.items-service .item:hover .item-title {
    background-color: #20b09f;
}

.items-service .item:hover .item-title:before {
    border-bottom-color: #20b09f;
}

.items-service .item:hover .item-title:after {
    border-top-color: #20b09f;
}

/*我们的强项*/

#swiper-banner #space {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#swiper-banner .swiper-banner-bg {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    top: 0;
    background: url("swiper-banner-bg.png")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/swiper-banner-bg.png*/ no-repeat center;
    background-size: auto 100%;
    margin-top: 70px;
}

#swiper-banner .swiper-banner-contents {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    top: 0;
    margin-top: 70px;
}

#swiper-banner .swiper-banner-title {
    color: #fff;
    font-size: 4.71em;
    text-align: center;
}

#swiper-banner .swiper-banner-subtitle {
    color: #fff;
    font-size: 2.86em;
    text-align: center;
    margin-top: 0.5em;
}

#swiper-banner .swiper-banner-p {
    color: #fff;
    font-size: 1.57em;
    margin-top: 2.27em;
    line-height: 1.82em;
}

#swiper-banner .swiper-banner-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    height: 27px;
    width: 36px;
    background: url("swiper-banner-down.svg")/*tpa=https://www.300.cn/v2.0/home/images/special/gaopinzhi/swiper-banner-down.svg*/ no-repeat center;
    animation: togglejump 3s infinite;
}

#swiper-advantage .items-block {
    justify-content: space-between;
}

#swiper-advantage .items-block:first-of-type {
    margin-top: 2em;
}

#swiper-advantage .item {
    width: 16.14em;
    height: 19.86em;
    position: relative;
    perspective: 300;
    -webkit-perspective: 300;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
}

#swiper-advantage .item-a-side {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateY(0deg);
    backface-visibility: hidden;
    transition: transform .3s ease-in-out .1s;
}

#swiper-advantage .item-a-side .img-block {
    width: 10.43em;
    height: 10.43em;
    border-radius: 50%;
    margin-top: 2.14em;
}

#swiper-advantage .item.item-1 .item-a-side .img-block {
    background: linear-gradient(to right bottom, #10DBF8, #31C0F8);
}

#swiper-advantage .item.item-2 .item-a-side .img-block {
    background: linear-gradient(to right bottom, #64DFEC, #64B8F1);
}

#swiper-advantage .item.item-3 .item-a-side .img-block {
    background: linear-gradient(to right bottom, #F8B759, #F8897D);
}

#swiper-advantage .item.item-4 .item-a-side .img-block {
    background: linear-gradient(to right bottom, #F36671, #F55981);
}

#swiper-advantage .item.item-5 .item-a-side .img-block {
    background: linear-gradient(to right bottom, #F37CFC, #D16CFE);
}

#swiper-advantage .item.item-6 .item-a-side .img-block {
    background: linear-gradient(to right bottom, #33D8AA, #37D189);
}

#swiper-advantage .item.item-7 .item-a-side .img-block {
    background: linear-gradient(to right bottom, #5C9FF9, #9B81FE);
}

#swiper-advantage .item.item-8 .item-a-side .img-block {
    background: linear-gradient(to right bottom, #78D8F9, #57BDFF);
}

#swiper-advantage .item-a-side img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#swiper-advantage .item-a-side .item-a-side-title {
    text-align: center;
    font-size: 1.43em;
    margin-top: 1em;
}

#swiper-advantage .item-b-side {
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    transition: transform .3s ease-in-out .1s;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1.43em;
    border-radius: 0.43em;
}

#swiper-advantage .item.item-1 .item-b-side {
    background: linear-gradient(to right bottom, #10DBF8, #31C0F8);
}

#swiper-advantage .item.item-2 .item-b-side {
    background: linear-gradient(to right bottom, #64DFEC, #64B8F1);
}

#swiper-advantage .item.item-3 .item-b-side {
    background: linear-gradient(to right bottom, #F8B759, #F8897D);
}

#swiper-advantage .item.item-4 .item-b-side {
    background: linear-gradient(to right bottom, #F36671, #F55981);
}

#swiper-advantage .item.item-5 .item-b-side {
    background: linear-gradient(to right bottom, #F37CFC, #D16CFE);
}

#swiper-advantage .item.item-6 .item-b-side {
    background: linear-gradient(to right bottom, #33D8AA, #37D189);
}

#swiper-advantage .item.item-7 .item-b-side {
    background: linear-gradient(to right bottom, #5C9FF9, #9B81FE);
}

#swiper-advantage .item.item-8 .item-b-side {
    background: linear-gradient(to right bottom, #78D8F9, #57BDFF);
}

#swiper-advantage .item-b-side .item-b-side-title {
    font-size: 1.43em;
    color: #fff;
    text-align: center;
}

#swiper-advantage .item-b-side .item-b-side-p {
    font-size: 1.14em;
    color: #fff;
    line-height: 1.75em;
    margin-top: 1.875em;
}

#swiper-advantage .item-b-side .item-b-side-a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.14em;
    width: 8em;
    height: 2.57em;
    text-align: center;
    line-height: 2.57em;
    border-radius: 50px;
    background-color: #fff;
}

#swiper-advantage .item-b-side .item-b-side-a:hover {
    background-color: #eee;
}

#swiper-advantage .item:hover .item-a-side {
    transform: rotateY(180deg);
}

#swiper-advantage .item:hover .item-b-side {
    transform: rotateY(0);
}

.gaopinzhi-swiper .items-more {
    text-align: center;
    margin-top: 1.43em;
}

.gaopinzhi-swiper .advantage-more {
    width: 9.72em;
    height: 2.556em;
    line-height: 2.556em;
    background-color: #20B09F;
    font-size: 1.286em;
}

.gaopinzhi-swiper .advantage-more:hover {
    background-color: #1aa090;
}

/*服务流程*/

#swiper-service {
    background: url("../banner_img/items-case-bg-1.png") no-repeat center;
    background-size: cover;
	padding-top: 60px; padding-bottom: 100px;
}

.gaopinzhi-swiper #swiper-service .items-subtitle {
    color: #fff;
}

/*网站基础服务&&网站增值服务*/

#swiper-service-container {
    background: url("items-case-bg-1.png") no-repeat center;
    background-size: cover;
	
}

.gaopinzhi-swiper #swiper-service-container .items-subtitle {
    color: #fff;
}

#swiper-service-container .items-fw .fw-block > .flex-row:first-of-type {
    margin-top: 0.833em;
}

#swiper-service-container .items-fw .fw-block:last-of-type {
    margin-top: 1.25em;
}

#swiper-service-container .items-fw .fw-block .adv {
    margin-left: 0.083em;
}

/*选择我们*/

#swiper-choose .items-ch .center > .flex-row:first-of-type {
    margin-top: 1.429em;
}

.items-service .item-title.service-baojia {
    background-image: url("../banner_img/service-baojia.svg");
    background-repeat: no-repeat;
    background-position: center 0;
}

.items-service .item-title.service-set {
    background-image: url("../banner_img/service-set.svg");
    background-repeat: no-repeat;
    background-position: center 0;
}

.items-service .item-title.service-call {
    background-image: url("../banner_img/service-call.svg");
    background-repeat: no-repeat;
    background-position: center 0;
}

/*******
**********响应式**********
**********start**********
*******/

@media screen and (max-height: 840px) {
    .media-block {
        font-size: 0.95em;
    }
}

@media screen and (max-height: 790px) {
    .media-block {
        font-size: 0.9em;
    }
}

@media screen and (max-height: 760px) {
    .media-block {
        font-size: 0.85em;
    }
}

@media screen and (max-height: 720px) {
    .media-block {
        font-size: 0.8em;
    }
}

@media screen and (max-height: 670px) {
    .media-block {
        font-size: 0.75em;
    }
}

/*******
**********响应式**********
**********end**********
*******/