@charset "utf-8";
@keyframes raider {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    80% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}

.raider {
    animation-name: raider;
}

/********************************** 公用部分 start **********************************/

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.green-color {
    color: #20b09f;
}

.protal-btn {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    margin: 0 17px 0 0;
    cursor: pointer;
}

.protal-btn-green {
    background-color: #20b09f;
    border-color: #20b09f;
    color: #fff;
}

.protal-btn-green:hover {
    background-color: #1aa090;
    border-color: #1aa090;
    color: #fff;
}

.flex-row-justify {
    justify-content: space-between;
    align-items: normal;
}

.main-banner {
    height: 314px;
    position: relative;
    background: url(../images/yiqiyibiao/yiqiyibiao-banner.png) top center no-repeat #050f2e;
}

.main-banner-cont {
    padding: 40px 0 0;
    color: #fff;
}

.main-banner-title {
    height: 70px;
    line-height: 70px;
    font-size: 44px;
}

.main-banner-title-txt {
    font-size: 22px;
    color: #050f2e;
    background-color: #20B09F;
    border-radius: 20px;
    padding: 0 8px;
}

.main-banner-descrip {
    font-size: 18px;
    line-height: 52px;
}

.main-banner-btns {
    padding: 20px 0 0;
}

.more-service-title {
    font-size: 30px;
    margin: 70px 0 20px;
    position: relative;
    text-align: center;
}

.more-service-title:before {
    content: "";
    display: inline-block;
    width: 140px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    margin-right: 20px;
}

.more-service-title:after {
    content: "";
    display: inline-block;
    width: 140px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    margin-left: 20px;
}

.more-service-p {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.more-service .more-apply {
    justify-content: space-around;
    margin-bottom: 50px;
}

.more-service .more-apply .item-p {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.more-service .inter-marketing {
    justify-content: space-between;
}

.more-service .inter-marketing .item {
    width: 590px;
    height: 160px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    padding: 0 40px;
}

.more-service .inter-marketing .item:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

.more-service .inter-marketing .item-p {
    color: #999;
    line-height: 24px;
}

.section {
    padding: 40px 0 0;
}

.more-service .inter-marketing .item .img-block {
    margin: 0;
}

.more-service .inter-marketing .item .item-block {
    margin-left: 50px;
}

.more-service .inter-marketing .item .item-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.section-header {
    position: relative;
    height: 62px;
    padding: 0 0 0 13px;
    margin: 0 0 20px;
    line-height: 62px;
    font-size: 24px;
}

.section-header:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 22px;
    margin: -11px 0 0;
    background-color: #20b09f;
}

.section-header .section-title {
    float: left;
}

.section-header-more {
    float: right;
    margin: 34px 0 0;
    line-height: 26px;
    font-size: 16px;
    color: #20b09f;
}

.section-header-more:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 26px;
    margin: 0 0 0 5px;
    background: url(../images/yiqiyibiao/header-more-icon.png) 50% 50% no-repeat;
    vertical-align: top;
}

.items-jincheng .items-block {
    height: 400px;
    background: url(../images/yiqiyibiao/jincheng-bg.png) no-repeat center;
    margin-top: 60px;
    position: relative;
}

.items-jincheng .item {
    position: absolute;
    width: 530px;
}

.items-jincheng .item-1 {
    right: 60px;
    top: 14px;
}

.items-jincheng .item-2 {
    right: 60px;
    top: 156px;
}

.items-jincheng .item-3 {
    right: 60px;
    top: 296px;
}

.items-jincheng .item-title {
    font-size: 18px;
    position: relative;
    line-height: 34px;
    margin-bottom: 6px;
}

.items-jincheng .item-title::after {
    content: "";
    width: 34px;
    height: 2px;
    background: #20b09f;
    bottom: 0;
    left: 0;
    position: absolute;
}

.items-jincheng .item-p {
    color: #666;
    line-height: 24px;
}

.items-target {
    background: #f9f9f9;
}

.items-target .items-block {
    position: relative;
    height: 310px;
    margin-top: 50px;
}

.items-target .item {
    position: relative;
    width: 362px;
    height: 260px;
    overflow: hidden;
    margin: 0 5px;
}

.items-target .item:hover {
    z-index: 1;
}
.items-ways .item:hover {
    z-index: 1;
}
.items-target .item-a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat center;
}

.items-target .item-1 .item-a {
    background-image: url(../images/yiqiyibiao/target-1.png);
}

.items-target .item-2 .item-a {
    background-image: url(../images/yiqiyibiao/target-2.png);
}

.items-target .item-3 .item-a {
    background-image: url(../images/yiqiyibiao/target-3.png);
}

.items-target .item-content {
    height: 100%;
}

.items-target .item-a .item-p {
    font-size: 18px;
    color: #fff;
    margin-top: 18px;
    position: relative;
    line-height: 50px;
    font-weight: bold;
}

.items-target .item-a .item-p::before {
    content: "";
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
}

.items-target .item-b {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    background-color: #20B09F;
    display: none;
}

.items-target .item:hover .item-b {
    display: block;
}
.items-ways .item:hover .item-b {
    display: block;
}
.items-target .item-b:before {
    content: "";
    width: 0px;
    border-left: 181px solid transparent;
    border-right: 181px solid transparent;
    border-bottom-width: 70px;
    border-bottom-style: solid;
    border-bottom-color: #20B09F;
    position: absolute;
    right: 0px;
    top: -70px;
}

.items-target .item-b:after {
    content: "";
    width: 0px;
    border-left: 181px solid transparent;
    border-right: 181px solid transparent;
    border-top-width: 70px;
    border-top-style: solid;
    border-top-color: #20B09F;
    position: absolute;
    right: 0px;
    bottom: -70px;
}

.items-target .item-b .item-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.items-target .item-b .item-p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 12px 20px;
}
.items-ways .items-block{
    position: relative;
    height: 540px;
    width:  820px;
    margin: auto;
    margin-top: 50px;
}
.items-ways .item {
    width: 200px;
    height: 180px;
    position: absolute;
    overflow: hidden;
}

.items-ways .item-b {
    display: none;
}
.items-ways .item-a .item-p {
    font-size: 18px;
    position: relative;
    line-height: 50px;
}
.items-ways .item-content {
    height: 100%;
}
.items-ways .item-b .item-p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 12px 20px;
    width: 130px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.items-ways .item-ab{
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100%;
    left: 50%;
    margin-left: -50px;
}
.items-ways .item-ab:before {
    content: "";
    width: 50px;
    border-top: 90px solid transparent;
    border-bottom: 90px solid transparent;
    border-right-width: 50px;
    border-right-style: solid;
    position: absolute;
    left: -100px;
    top: 0px;
}
.items-ways .item-ab:after {
    content: "";
    width: 50px;
    border-top: 90px solid transparent;
    border-bottom: 90px solid transparent;
    border-left-width: 50px;
    border-left-style: solid;
    position: absolute;
    right: -100px;
    top: 0px;
}
.items-ways .item:hover .item-a{
    display: none;
}
.items-ways .item:hover .item-b{
    display: block;
}
.items-ways .item-c1  .item-ab {
    background: #93d8ae;
}
.items-ways .item-c1 .item-ab:before{
    border-right-color: #93d8ae;
}
.items-ways .item-c1 .item-ab:after{
    border-left-color: #93d8ae;
}
.items-ways .item-c1:hover  .item-ab {
    background: #52b579;
}
.items-ways .item-c1:hover .item-ab:before{
    border-right-color: #52b579;
}
.items-ways .item-c1:hover .item-ab:after{
    border-left-color: #52b579;
}
.items-ways .item-c2  .item-ab {
    background: #ffd694;
}
.items-ways .item-c2 .item-ab:before{
    border-right-color: #ffd694;
}
.items-ways .item-c2 .item-ab:after{
    border-left-color: #ffd694;
}
.items-ways .item-c2:hover  .item-ab {
    background: #e3ab51;
}
.items-ways .item-c2:hover .item-ab:before{
    border-right-color: #e3ab51;
}
.items-ways .item-c2:hover .item-ab:after{
    border-left-color: #e3ab51;
}
.items-ways .item-c3  .item-ab {
    background: #eee;
}
.items-ways .item-c3 .item-ab:before{
    border-right-color: #eee;
}
.items-ways .item-c3 .item-ab:after{
    border-left-color: #eee;
}
.items-ways .item-c3:hover  .item-ab {
    background: #c4c2c2;
}
.items-ways .item-c3:hover .item-ab:before{
    border-right-color: #c4c2c2;
}
.items-ways .item-c3:hover .item-ab:after{
    border-left-color: #c4c2c2;
}
.items-ways .item-1{
    left: 0;
    top: 185px;
}
.items-ways .item-2{
    left:310px;
    top: 185px;
}
.items-ways .item-3{
    left: 620px;
    top: 185px;
}
.items-ways .item-4{
    left: 155px;
    top: 92px;
}
.items-ways .item-5{
    left: 465px;
    top: 92px;
}
.items-ways .item-6{
    left: 310px;
    top: 370px;
}
.items-ways .item-7{
    left: 310px;
    top: 0px;
}
.items-ways .item-8{
    left: 155px;
    top: 278px;
}
.items-ways .item-9{
    left: 466px;
    top: 278px;
}


/* 营销场景 */

.marketing-list {
    padding: 0 0 0 1px;
}

.marketing-list li {
    position: relative;
    float: left;
    width: 20%;
    height: 278px;
    padding: 40px 20px 0;
    margin: 0 0 0 -1px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.marketing-list .item-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 28px;
}

.marketing-list p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.marketing-list .pic {
    height: 71px;
    background: url() top center no-repeat;
}

.marketing-list .marketing-1 .pic {
    background-image: url(../images/yiqiyibiao/marketing-icons-1.png);
}

.marketing-list .marketing-2 .pic {
    background-image: url(../images/yiqiyibiao/marketing-icons-2.png);
}

.marketing-list .marketing-3 .pic {
    background-image: url(../images/yiqiyibiao/marketing-icons-3.png);
}

.marketing-list .marketing-4 .pic {
    background-image: url(../images/yiqiyibiao/marketing-icons-4.png);
}

.marketing-list .marketing-5 .pic {
    background-image: url(../images/yiqiyibiao/marketing-icons-5.png);
}

.marketing-list li:hover {
    z-index: 2;
}

.marketing-list li:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #20b09f;
    transform: translateX(-100%);
}

.marketing-list li:hover:after {
    transform: translateX(0%);
    transition: all 0.4s;
}

.marketing-list .marketing-1:hover .pic {
    background-image: url(../images/yiqiyibiao/marketing-icons-1-hover.png);
}

.marketing-list .marketing-2:hover .pic {
    background-image: url(../images/yiqiyibiao/marketing-icons-2-hover.png);
}

.marketing-list .marketing-3:hover .pic {
    background-image: url(../images/yiqiyibiao/marketing-icons-3-hover.png);
}

.marketing-list .marketing-4:hover .pic {
    background-image: url(../images/yiqiyibiao/marketing-icons-4-hover.png);
}

.marketing-list .marketing-5:hover .pic {
    background-image: url(../images/yiqiyibiao/marketing-icons-5-hover.png);
}

/* 管家服务 */

.steward-list>div {
    flex: 1;
    height: 98px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    line-height: 98px;
    text-align: left;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 110px;
}

.steward-list>div:first-child {
    border-left: 0 none;
}

.steward-list:nth-child(3)>div {
    border-bottom: 0 none;
}

.steward-list>div:before {
    content: "";
    display: inline-block;
    width: 58px;
    height: 58px;
    margin: 0 25px 0 0;
    vertical-align: middle;
    background: url() no-repeat;
}

.steward-list>div:hover {
    box-shadow: 0 0 4px #d1d1d1
}

.steward-list>.steward-1:before {
    background-image: url(../images/yiqiyibiao/steward-icons-1.png);
}

.steward-list>.steward-1:hover:before {
    background-image: url(../images/yiqiyibiao/steward-icons-1-hover.png);
}

.steward-list>.steward-2:before {
    background-image: url(../images/yiqiyibiao/steward-icons-2.png);
}

.steward-list>.steward-2:hover:before {
    background-image: url(../images/yiqiyibiao/steward-icons-2-hover.png);
}

.steward-list>.steward-3:before {
    background-image: url(../images/yiqiyibiao/steward-icons-3.png);
}

.steward-list>.steward-3:hover:before {
    background-image: url(../images/yiqiyibiao/steward-icons-3-hover.png);
}

.steward-list>.steward-4:before {
    background-image: url(../images/yiqiyibiao/steward-icons-4.png);
}

.steward-list>.steward-4:hover:before {
    background-image: url(../images/yiqiyibiao/steward-icons-4-hover.png);
}

.steward-list>.steward-5:before {
    background-image: url(../images/yiqiyibiao/steward-icons-5.png);
}

.steward-list>.steward-5:hover:before {
    background-image: url(../images/yiqiyibiao/steward-icons-5-hover.png);
}

.steward-list>.steward-6:before {
    background-image: url(../images/yiqiyibiao/steward-icons-6.png);
}

.steward-list>.steward-6:hover:before {
    background-image: url(../images/yiqiyibiao/steward-icons-6-hover.png);
}

/* 网站交付提示 */

.pay-tip {
    height: 115px;
    margin: 60px 0 0;
    padding: 25px 0 0;
    color: #fff;
    text-align: center;
    background: url(../images/yiqiyibiao/pay-tip-bg.png) top center no-repeat;
}

.pay-tip .pay-tip-header {
    line-height: 58px;
    font-size: 30px;
    font-weight: bold;
}

.pay-tip p {
    font-size: 16px;
    line-height: 26px;
}

/* 服务保障 */

.service-header {
    padding: 50px 0 0;
    text-align: center;
}

.service-title {
    font-size: 30px;
    line-height: 62px;
}

.service-title::before, .service-title::after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
}

.service-title::before {
    margin: 0 34px 0 0;
}

.service-title::after {
    margin: 0 0 0 34px;
}

.service-header p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.service-list {
    position: relative;
    height: 78px;
    margin: 46px 0 72px;
}

.service-list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 8px;
    background: #eee;
    border-radius: 4px;
}

.service-list:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    height: 38px;
    margin: -19px 0 0 0;
    background: url(../images/yiqiyibiao/service-arrow.png) no-repeat;
}

.service-item {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.service-txt {
    position: relative;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border: 5px solid #fff;
    background: #20b09f;
    line-height: 68px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 8px rgba(228, 230, 200, 1);
    transition: all .2s;
}

.service-tag {
    position: absolute;
    left: -34px;
    top: 50%;
    min-height: 20px;
    width: 68px;
    text-align: center;
    line-height: 20px;
    background: #eee;
    font-size: 12px;
    border-radius: 40px;
    transform: translate(0, -50%);
}

.service-pop {
    position: absolute;
    left: 50%;
    bottom: 102px;
    width: 136px;
    margin: 0 0 0 -78px;
    padding: 8px 10px 16px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(228, 230, 200, 1);
    opacity: 0;
    transform: translateY(-50%);
    transition: transform .3s;
}

.service-pop:before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 19px;
    height: 17px;
    margin: 0 0 0 -9px;
    background: url(../images/yiqiyibiao/service-pop-trangle.png) no-repeat;
}

.service-pop-title {
    font-size: 14px;
    line-height: 38px;
}

.service-pop p {
    color: #666;
    line-height: 20px;
    font-size: 12px;
}

.service-txt:hover {
    width: 84px;
    height: 84px;
    font-size: 16px;
    line-height: 84px;
    border: 0 none;
    background: #40dac8;
    transform: scale(1.1);
    transform-origin: center center;
    box-shadow: none;
}

.service-txt:hover+.service-pop {
    opacity: 1;
    transform: translateY(0%);
    transition: transform .3s;
}

/* 专属需求 */

.demand-box {
    padding: 60px 0 58px;
    background: url(../images/yiqiyibiao/demand-bg.png) center bottom no-repeat #f9f9f9;
}

.demand-box .header {
    position: relative;
    width: 602px;
    height: 50px;
    margin: 0 auto 40px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #20b09f;
    border-radius: 31px;
    text-align: center;
}

.demand-box .header:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -10px;
    font: 0/0 arial;
    border: 10px dashed transparent;
    border-top: 10px solid #20b09f;
}

.form-item {
    position: relative;
    width: 682px;
    min-height: 42px;
    padding: 0 130px;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: bold;
}

.form-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    text-align: right;
    font-weight: bold;
    line-height: 42px;
}

.form-input {
    width: 290px;
    height: 30px;
    padding: 5px 14px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    resize: none;
    font: 14px/30px 'Microsoft Yahei', 'PingFangSC', sans-serif;
    vertical-align: middle;
}

.form-input.verify-input {
    width: 110px;
}

.form-textarea {
    width: 652px;
    height: 160px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    resize: none;
    font: 14px/24px 'Microsoft Yahei', 'PingFangSC', sans-serif;
    overflow-y: auto;
}

.verify-pic {
    display: inline-block;
    width: 101px!important;
    height: 42px;
    margin: 0 0 0 16px;
    background: #ccc;
    vertical-align: middle;
}

.verify-pic img {
    width: 100%;
    height: 100%;
}

.form-text {
    margin: 0 0 0 16px;
}

.demand-box .protal-btn {
    display: block;
    margin: 36px auto 0;
}

.items {
    padding: 60px 0;
}

/*经典案例*/

.items-case {
    box-sizing: border-box;
    height: 665px;
    background: url(../images/yiqiyibiao/items-case-bg.png) no-repeat center;
}

.items-case .items-title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    line-height: normal;
    padding: 0;
    text-align: center;
}

.items-case .items-title:before {
    content: "";
    display: inline-block;
    width: 140px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    margin-right: 20px;
}

.items-case .items-title:after {
    content: "";
    display: inline-block;
    width: 140px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    margin-left: 20px;
}

.items-case .item-block {
    justify-content: space-between;
    margin-bottom: 30px;
}

.items-case .item-block:last-child {
    margin: 0;
}

.items-case .item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    transition: all .3s ease;
}

.items-case .item-p {
    line-height: 40px;
    left: 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 20px;
    transform: translateY(100%);
    transition: all .3s ease;
}

.items-case .item-p .item-title {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.items-case .item:hover {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.6);
}

.items-case .item:hover .item-p {
    transform: translateY(0);
}

/*经典案例*/

/********************************** 通用部分 end **********************************/

/** 产品单独样式 start **/

.items-title {
    font-size: 24px;
}

.items-subtitle {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
    color: #666;
}

.items-hardpoint .items-l {
    width: 40%;
    padding: 50px 0 0;
}

.items-hardpoint .items-r {
    width: 60%;
    text-align: center;
}

.items-hardpoint .items-r img {
    vertical-align: middle;
}

.items-diyshow .items-l {
    width: 530px;
}

.items-diyshow .items-l img {
    vertical-align: middle;
}

.items-diyshow .items-r {
    width: 670px;
    padding: 50px 0 0;
}

.item-video-box {
    display: inline-block;
}

.items-progress .items-l {
    width: 48%;
    padding: 50px 0 0;
}

.items-progress .items-r {
    width: 48%;
    text-align: center;
}

.items-progress .items-r img {
    vertical-align: middle;
}

.items-diyshow2 .items-l {
    width: 55%;
    padding: 22px 0;
    text-align: center;
}

.items-diyshow2 .items-l img {
    vertical-align: middle;
}

.items-diyshow2 .items-r {
    width: 45%;
    padding: 50px 0 0;
}

.items-diyshow3 .items-l {
    width: 530px;
    padding: 22px 0;
}

.items-diyshow3 .items-l img {
    vertical-align: middle;
}

.items-diyshow3 .items-r {
    width: 670px;
    padding: 0 40px 0 0;
    box-sizing: border-box;
}

/**/

.service-flow-title {
    font-size: 24px;
    text-align: center;
}

.items-service-flow .item-block {
    margin-top: 40px;
    counter-reset: num;
}

.items-service-flow .item-block .item {
    flex: 1;
    height: 57px;
    border: solid #E5E5E5;
    border-width: 1px 1px 1px 0;
    background-color: #F9F9F9;
    position: relative;
    counter-increment: num;
}

.items-service-flow .item-block .item.item-tab.cur, .items-service-flow .item-block .item.item-tab:hover {
    background-color: #20B09F;
    border-color: #20B09F;
    z-index: 1;
}

.items-service-flow .item-block .item:first-child {
    border-left-width: 1px;
}

.items-service-flow .item-block .img-block {
    margin: 0 10px 0 0;
}

.items-service-flow .item-block .img-b {
    display: none;
}

.items-service-flow .item-block .item.item-tab.cur .img-a, .items-service-flow .item-block .item.item-tab:hover .img-a {
    display: none;
}

.items-service-flow .item-block .item.item-tab.cur .img-b, .items-service-flow .item-block .item.item-tab:hover .img-b {
    display: block;
}

.items-service-flow .item-block .item-p {
    font-size: 18px;
    color: #666;
    line-height: normal;
    font-weight: bold;
}

.items-service-flow .item-block .item-p:before {
    box-sizing: border-box;
    content: counter(num);
    font-weight: normal;
    font-family: Arial;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #666;
    border-radius: 50%;
    margin-right: 14px;
}

.items-service-flow .item-block .item.item-tab.cur .item-p, .items-service-flow .item-block .item.item-tab:hover .item-p {
    color: #fff;
}

.items-service-flow .item-block .item.item-tab.cur .item-p:before, .items-service-flow .item-block .item.item-tab:hover .item-p:before {
    border-color: #fff;
}

.items-service-flow .item-block .item-span {
    font-size: 12px;
    color: #999;
}

.items-service-flow .item-block .item:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #F9F9F9;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    right: -5px;
    transform: rotateZ(-45deg);
    z-index: 1;
}

.items-service-flow .item-block .item.item-tab.cur:before, .items-service-flow .item-block .item.item-tab:hover:before {
    background-color: #20B09F;
    border-color: #20B09F;
}

.items-service-flow .item-block .item.item-tab:last-child:before, .items-service-flow .item-block .item.item-tab:last-child:hover:before {
    display: none;
}

.items-service-flow .item-content-block {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .08);
    height: 242px;
    position: relative;
}

.items-service-flow .item-content-block .item-content {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
}

.items-service-flow .item-content-block .item-content>.flex-row {
    height: 100%;
    justify-content: flex-start;
}

.items-service-flow .item-content-block .item {
    margin-right: 100px;
}

.items-service-flow .item-content-block .item:last-child {
    margin: 0;
}

.items-service-flow .item-content-block .img-block {
    width: 330px;
    margin: 0;
}

.items-service-flow .item-content-block .service-flow-1 .img-block {
    margin: 0 0 15px;
}

.items-service-flow .item-content-block .item-title {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}

.items-service-flow .item-content-block .service-flow-1 .item-title {
    margin-bottom: 0;
}

.items-service-flow .item-content-block .item-p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    max-width: 800px;
}

/*更多扩展应用服务*/

.section .flex-row {
    justify-content: space-between;
    margin-top: -1px;
}

.section .item {
    height: 148px;
    margin: 0;
    flex: 1;
    margin-left: -1px;
    position: relative;
    border: 1px solid #eee;
    transition: all .3s ease;
}

.section .item:hover {
    z-index: 1;
    border-color: #20B09F;
}

.section_c:hover .img-a {
    display: none;
}

.section_c:hover .img-b {
    display: block;
}

.section_c img {
    transition: all .3s ease;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_c .img-b {
    display: none;
}

.img-block_p {
    text-align: center;
    font-size: 18px;
    margin-top: 96px;
}

/*个性化的网站展示*/

.items-others {
    background-color: #F9F9F9;
}

.items-others .items-block {
    margin-top: 60px;
    justify-content: space-around;
}

.items-others .item {
    box-sizing: border-box;
    width: 505px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.items-others .item-1 {
    border: 1px solid #53ADC7;
}

.items-others .item-2 {
    border: 1px solid #1FB09F;
}

.items-others .item-title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.items-others .item-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: no-repeat center;
    margin-right: 8px;
}

.items-others .item-1 .item-title {
    background-color: #53ADC7;
}

.items-others .item-1 .item-title:before {
    background-image: url(../images/yiqiyibiao/others-1.svg);
}

.items-others .item-2 .item-title {
    background-color: #1FB09F;
}

.items-others .item-2 .item-title:before {
    background-image: url(../images/yiqiyibiao/others-2.svg);
}

.items-others .item-info {
    box-sizing: border-box;
    height: 120px;
    background-color: #fff;
    padding: 30px 40px;
}

.items-others .item-p {
    color: #999;
    line-height: 24px;
}

/*互联网化的加盟网站*/

.items-jiameng .items-block {
    margin-top: 60px;
    justify-content: space-around;
}

.items-jiameng .item {
    width: 265px;
}

.items-jiameng .img-block {
    width: 118px;
    height: 118px;
    border-radius: 50%;
}

.items-jiameng .item-1 .img-block {
    background-color: #53ADC7;
}

.items-jiameng .item-2 .img-block {
    background-color: #DDA759;
}

.items-jiameng .item-3 .img-block {
    background-color: #51B378;
}

.items-jiameng .img-block img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.items-jiameng .item-title {
    text-align: center;
    font-size: 18px;
    margin-top: 24px;
}

.items-jiameng .item-p {
    margin-top: 10px;
    line-height: 24px;
    color: #666;
    text-align: center;
}

/** 产品单独样式