@charset "utf-8";
/********************************** 公用部分 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/marketing-banner.png) top center no-repeat #050f2e;
}
.main-banner-cont {
    padding: 60px 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/header-more-icon.png) 50% 50% no-repeat;
    vertical-align: top;
}
/* 营销场景 */
.marketing-list {justify-content: space-between;}
.marketing-list .flex-col {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
.marketing-list li:hover .flex-col{
    background-color: #20B09F;
}
.marketing-list li {
    position: relative;
    width: 220px;
    height: 180px;
    overflow: hidden;
    text-align: center;
}
.marketing-list p {
    font-size: 16px;
    color: #fff;
}
.marketing-list .pic {
    height: 180px;
    background: url() top center no-repeat;
}
.marketing-list .marketing-1 .pic {
    background-image: url(../images/marketing-icons-1.png);
}
.marketing-list .marketing-2 .pic {
    background-image: url(../images/marketing-icons-2.png);
}
.marketing-list .marketing-3 .pic {
    background-image: url(../images/marketing-icons-3.png);
}
.marketing-list .marketing-4 .pic {
    background-image: url(../images/marketing-icons-4.png);
}
.marketing-list .marketing-5 .pic {
    background-image: url(../images/marketing-icons-5.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/steward-icons-1.png);
}
.steward-list > .steward-1:hover:before {
    background-image: url(../images/steward-icons-1-hover.png);
}
.steward-list > .steward-2:before {
    background-image: url(../images/steward-icons-2.png);
}
.steward-list > .steward-2:hover:before {
    background-image: url(../images/steward-icons-2-hover.png);
}
.steward-list > .steward-3:before {
    background-image: url(../images/steward-icons-3.png);
}
.steward-list > .steward-3:hover:before {
    background-image: url(../images/steward-icons-3-hover.png);
}
.steward-list > .steward-4:before {
    background-image: url(../images/steward-icons-4.png);
}
.steward-list > .steward-4:hover:before {
    background-image: url(../images/steward-icons-4-hover.png);
}
.steward-list > .steward-5:before {
    background-image: url(../images/steward-icons-5.png);
}
.steward-list > .steward-5:hover:before {
    background-image: url(../images/steward-icons-5-hover.png);
}
.steward-list > .steward-6:before {
    background-image: url(../images/steward-icons-6.png);
}
.steward-list > .steward-6:hover:before {
    background-image: url(../images/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/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/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/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/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: 120px;
    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-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}
/*经典案例*/
.items-case {
    box-sizing: border-box;
    height: 665px;
    background: url(../images/items-case-bg.png) no-repeat center;
}
.items-case .items-title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    line-height: normal;
}
.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 **********************************/
.gray-bg{
    background: #f9f9f9;
}
.main-marketing .main-banner-descrip{
    line-height: 28px;
    margin-bottom: 15px;
}
.main-marketing .main-banner-cont{
    padding: 50px 0 0;
}
.items-jc .items-title{
    margin-bottom: 40px;
}
.items-jc .item{
    border:1px solid #20b09f;
    height: 210px;
    margin-left: 30px;
    flex:1;
    text-align: center;
    padding-top: 47px;
    position: relative;
}
tems-jc .item:first-child{
    margin-left: 0;
}
.items-jc .item .img{
    margin-bottom: 28px;
}
.items-jc .item .bg{
    margin: 0 auto;
    height: 53px;
}
.items-jc .item .bg1{
    background: url(../images/marketing-icon1.png) no-repeat center;
    width: 56px;

}
.items-jc .item .bg2{
    background: url(../images/marketing-icon2.png) no-repeat center;
    width: 54px;

}
.items-jc .item .bg3{
    background: url(../images/marketing-icon3.png) no-repeat center;
    width: 61px;

}
.items-jc .item .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.items-jc .item .con{
    font-size: 14px;
    color: #999;
}
.items-jc .jc-hover{
    background: #20b09f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.items-jc .jc-hover .flex-row{
    
padding: 0 30px;
}
.items-jc .jc-hover:before{
    content:"";
    position: absolute;
    width: 242px;
    border-bottom: 1px dashed rgba(255, 255, 255, .4);
    left: 50%;
    bottom: 118px;
    transform: translateX(-50%);
}
.items-jc .jc-hover:after{
    content:"";
    position: absolute;
    height: 156px;
    border-right: 1px dashed rgba(255, 255, 255, .4);
    left: 50%;
    bottom: 40px;
}
.items-jc .hover-title{
    color: #fff;
    font-size: 16px;
    text-align: left;
    display:block;
    margin: 15px 0 10px 20px;
}
.items-jc .item .list{
    flex:1;
    height: 90px;
    color: #fff;
}
.items-jc .item .list:last-child{
}
.items-jc .item .list .img{
    margin-bottom: 5px;
    margin-top: 15px;
}
.items-jc .item .list .list-i{
    height: 41px;
    margin: 0 auto;
}
.items-jc .item .list .list-i1{
   background: url(../images/marketing-icon4.png) no-repeat center; 
}
.items-jc .item .list .list-i2{
   background: url(../images/marketing-icon5.png) no-repeat center; 
}
.items-jc .item .list .list-i3{
   background: url(../images/marketing-icon6.png) no-repeat center; 
}
.items-jc .item .list .list-i4{
   background: url(../images/marketing-icon7.png) no-repeat center; 
}
.items-jc .item .list .list-i5{
   background: url(../images/marketing-icon8.png) no-repeat center; 
}
.items-jc .item .list .list-i6{
   background: url(../images/marketing-icon9.png) no-repeat center; 
}
.items-jc .item .list .list-i7{
   background: url(../images/marketing-icon10.png) no-repeat center;
}
.items-jc .item .list .list-i8{
   background: url(../images/marketing-icon11.png) no-repeat center; 
}
.items-jc .item .list .list-i9{
   background: url(../images/marketing-icon12.png) no-repeat center; 
}
.items-jc .item .list .list-i10{
   background: url(../images/marketing-icon13.png) no-repeat center; 
}
.items-jc .item .list .list-i11{
   background: url(../images/marketing-icon14.png) no-repeat center;
}
.items-jc .item .list .list-i12{
   background: url(../images/marketing-icon15.png) no-repeat center; 
}
.items-jc .item:hover .jc-hover{
    display: block;
}
.items-jgn{
    background: #f5f5f5;
}
.items-jgn .button{
    width: 395px;
    font-size: 0;
    height: 44px;
    line-height: 44px;
    margin: 0 auto 65px;
}
.items-jgn .button a{
    display: inline-block;
    text-align: center;
    border:1px solid #999;
    font-size: 16px;
    color: #999;
    width: 196px;
}
.items-jgn .button a:first-child{
    margin-right: -1px;
}
.items-jgn .button a.active{
    background: #1fb09f;
    color: #fff;
    border:1px solid #1fb09f;
}
.items-jgn .con-box{
    height: 101px;
    padding-top: 30px;
    padding-left: 160px;
}
.items-jgn .box-t{
    font-size: 18px;
    margin-bottom: 6px;
    display: inline-block;
}
.items-jgn .box-c{
    font-size: 14px;
    color: #666;
}
.items-jgn .con-box1{
    background: url(../images/marketing-jgn-icon1.png) no-repeat 0 0; 
}
.items-jgn .con-box2{
    background: url(../images/marketing-jgn-icon2.png) no-repeat 0 0; 
    margin-left: 135px;
}
.items-jgn .con-box3{
    background: url(../images/marketing-jgn-icon3.png) no-repeat 0 0; 

}
.items-jgn .con-box4{
    background: url(../images/marketing-jgn-icon4.png) no-repeat 0 0;

}
.items-jgn .con-box5{
    background: url(../images/marketing-jgn-icon5.png) no-repeat 0 0; 

}
.items-jgn .content1 .item{
    width:auto;

}
.items-jgn .content2 .item{
    flex:1;

}
.items-al .item{
    border:1px solid #e4e4e4;
    margin-left: 17px;
    margin-bottom: 17px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    flex:1;
}
.items-al .item img{
    vertical-align: middle;
}
.items-al .flex-row .item:first-child{
    margin-left: 0;
}
.items-hy .item{
   margin-left: 22px; 
   margin-bottom: 18px;
   position: relative;
}
.items-hy .item .title{
    position: absolute;
    width: 100%;
    height: 106px;
    line-height: 106px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    display: block;
    top: 0;
    z-index: 99;

}