body{
    background-color: #F9F9FA;
}
.base-kefu{
    width: 60px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0  10px 0 rgba(0,0,0,.3);
}
.base-kefu-li{
    height: 60px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
}

.base-kefu-li:last-child{
    border-bottom: none;
}
.base-kefu-icon{
    font-size: 32px;
    line-height: 60px;
}
.base-kefu-item{
    display: none;
    background: #fff;
    min-width: 150px;
    min-height: 60px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0  10px 0 rgba(0,0,0,.3);
}
.base-kefu-item a{
    font-size: 24px;
    line-height: 50px;
    font-weight: bolder;
    color: #f60;
}
.base-kefu-li:hover {
    background-color: #fafafa;
}
.base-kefu-li:hover .base-kefu-item{
    display: block;
    top: 0;
    right: 62px;
}
/*index banner*/
.in-banner {
    max-height: calc(100vh - 64px);
    width: 100%;
    overflow: hidden;
}
.in-banner::after{content: "";display: block;padding-bottom: 50%}
.in-banner .ery-bg-img{background-position: top center!important;}
.in-banner ._video-title,.in-banner ._video-cont{border: 5px solid #dedede; margin: 0 auto}
.in-banner ._video-title{font-size: 36px;border-bottom: none;padding-top: 30px;}
.in-banner ._video-en{font-size: 40px;padding: 30px 0;}
.in-banner ._video-cont {font-size: 26px;border-top: none;padding-bottom: 30px;}
.in-banner ._inzx{
    border-radius: 40px;
    background-color: rgba(255,255,255,.5);
    transition: 600ms ease-out !important;
}
.in-banner ._inzx:hover{
    background-color: rgba(255,102,0);
    border-color: rgba(255,102,0);
    color: #fff;
}
.in-box {
    padding: 50px 0;
}
.in-title{
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.in-en-title{
    font-size: 1.2rem;
    margin-top: 15px;
}
/*服务*/
.in-fuwu-top{
    transition: 500ms ease-out;
}
.in-fuwu-icon{
    background: #fff;
    color: #999;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 100%;
    box-shadow: 0 0 5px #a3a3a3;
    margin-top: -32px;
    transition: 500ms ease-out !important;
}
.in-fuwu-icon .im-icon{
    font-size: 32px;
}
.in-fuwu{
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    outline: 2px solid transparent;
    transition: 500ms ease-out !important;
}
.index-fuwu-btn .ery-button:first-child{
    border-radius: 40px 0 0 40px;
}
.index-fuwu-btn .ery-button:last-child{
    border-radius: 0 40px 40px 0;
}
.in-fuwu:hover{
    transform: translate3d(0,-20px,0);
    box-shadow: 0 12px 30px 0 rgba(0,0,0,.2);
    transition-property: box-shadow,transform;
    transition: 500ms ease-out !important;
    transition-timing-function: cubic-bezier(.16,1,.29,.99);
    color: #f60 !important;
}
.in-fuwu:hover .in-fuwu-top{
    background-color: #f60 !important;
}
.in-fuwu:hover h3{
    color: #fff !important;
}
.in-fuwu:hover .in-fuwu-icon{
    transform: rotateY(180deg);
    color: #f60 !important;
}

/* 优势 */
.in-youshi{
    padding-bottom:25%
}
.in-youshi-bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    transition: 500ms ease-out !important;
}
.in-youshi-cont{
    transition: 500ms ease-out !important;
}
.in-youshi-text{
    border: 2px solid #c2c2c2;
    transition: 500ms ease-out !important;
}
.in-youshi-text > h3{
    font-weight: bolder;
}
.in-youshi:first-child .in-youshi-cont{
    bottom:15px;
    right: 15px;
}
.in-youshi:first-child .in-youshi-text{
    text-align: right;
    border-right: none;
    border-bottom: none;
    flex-direction:column-reverse !important;
    -webkit-flex-direction:column-reverse !important;
    -ms-flex-direction:column-reverse !important;
}
.in-youshi:nth-child(2) .in-youshi-cont{
    bottom:15px;
    left: 15px;
}
.in-youshi:nth-child(2) .in-youshi-text{
    text-align: left;
    border-left: none;
    border-bottom: none;
    flex-direction:column-reverse !important;
    -webkit-flex-direction:column-reverse !important;
    -ms-flex-direction:column-reverse !important;
}
.in-youshi:nth-child(3) .in-youshi-cont{
    top:15px;
    right: 15px;
}
.in-youshi:nth-child(3) .in-youshi-text{
    text-align: right;
    border-right: none;
    border-top: none;
}
.in-youshi:last-child .in-youshi-cont{
    top:15px;
    left: 15px;
}
.in-youshi:last-child .in-youshi-text{
    text-align: left;
    border-left: none;
    border-top: none;
}
.in-youshi:hover .in-youshi-bg{
    background-color: rgba(0,0,0,0.2);
}
.in-youshi:hover .in-youshi-cont{
    width: 80%;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%);
    color: #fff;
}
.in-youshi:hover .in-youshi-text{
    border: 2px solid #c2c2c2;
    background-color: rgba(0,0,0,0.5);
    flex-direction:column !important;
    -webkit-flex-direction:column !important;
    -ms-flex-direction:column !important;
}
.in-youshi:hover .in-youshi-text > h3{
    color: #f60 !important;
    text-align: center;
}
.in-youshi:hover .in-youshi-text > div{
    text-align: left !important;
}
/*服务流程*/
.in-liucheng {
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: 500ms ease-out !important;
}
.in-liucheng h4:nth-of-type(1){font-size: 26px;color: #333333}
.in-liucheng i{position: absolute;display: inline-block;background: #f60;transition: all .5s linear;}
.in-liucheng i:nth-of-type(1){top: 5px;left: 5px;width: 0;height: 2px}
.in-liucheng i:nth-of-type(2){top: 5px;right: 5px;width: 2px;height:0}
.in-liucheng i:nth-of-type(3){bottom: 5px;right: 5px;width: 0;height: 2px}
.in-liucheng i:nth-of-type(4){bottom: 5px;left: 5px;height: 0;width: 2px}
.in-liucheng:hover {box-shadow: 0 2px 8px rgba(0,0,0,.3);}
.in-liucheng:hover h4:nth-of-type(1),.in-liucheng:hover h6{color: #333333!important;}
.in-liucheng:hover h4:nth-of-type(2){color: #ff6600!important;}
.in-liucheng:hover i:nth-of-type(1),.in-liucheng:hover i:nth-of-type(3){width: calc(100% - 10px)}
.in-liucheng:hover i:nth-of-type(2),.in-liucheng:hover i:nth-of-type(4){height: calc(100% - 10px)}
/* 广告 */
.in-ad-box{
    padding-bottom: 30vh;
}
.in-ad-title{font-size: 36px;font-weight: 100;}
.in-ad-futitle{font-size: 28px;font-weight: 100;}
/*案例*/
.in-anli{
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    outline: 2px solid transparent;
    transition: 500ms ease-out !important;
    overflow: hidden;
}
.in-anli-img{
    transition: 500ms ease-out !important;
}
.in-anli:hover .in-anli-img{
    transform: scale(1.1);
}
.in-anli:hover h4{
    color: #f60 !important;
}
/*新闻*/
.in-news{
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    outline: 2px solid transparent;
    transition: 500ms ease-out !important;
}
.in-news:hover{
    transform: translate3d(0,-20px,0);
    box-shadow: 0 12px 30px 0 rgba(0,0,0,.2);
    transition-property: box-shadow,transform;
    transition: 500ms ease-out !important;
    transition-timing-function: cubic-bezier(.16,1,.29,.99);
    color: #f60 !important;
}
/*内容页*/
.article-ad-title,.article-ad-futitle{
    font-weight: 100;
}
.article-ad-title{
    font-size: 30px;
}
.article-ad-futitle{
    font-size: 24px;
}
.article-cont{
    line-height: 2;
    font-size: 16px;
}
.article-cont img{
    max-width: 100%;
    height: auto;
}
.article-tag{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
}
.anli-pc-box,.anli-mob-box{
    overflow: hidden;
    position: absolute;
}
.anli-pc-box{
    width: 92%;
    height: 64%;
    top: 4%;
    left: 4%;
}
.anli-mob-box{
    width: 87.5%;
    height: 90.4%;
    top: 7%;
    left: 6.3%;
    border-radius: 0 0 5.5% 5.5%;
}
.anli-pc-box .ery-bg-img,.anli-mob-box .ery-bg-img{
    background-position: top;
    background-size: 100%;
}
._part{
    height: 50px;
}
._part a{
    border-right: 1px solid #dedede;
}
._part li:last-child a{
    border-right: none;
}
/*网站建设*/
.show-title{
    font-size: 1.8rem;
    font-weight: 100;
    margin-bottom: 15px;
}
.show-fu-title{
    font-size: 18px;
    margin-top: 10px;
}
.show-ad-title{
    font-size: 32px;
    line-height: 2;
    font-weight: 100;
}
.show-li{
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    outline: 2px solid transparent;
    transition: 500ms ease-out !important;
    height: 100%;
    cursor: pointer;
}
.show-li-title{
    padding: 20px;
    font-size: 18px;
    font-weight: 150;
    background-color: #f1f1f1;
    transition: 500ms ease-out !important;
}
.show-li-cont{
    padding: 20px;
    color: #999;
    transition: 500ms ease-out !important;
}
.show-li:hover{
    transform: translate3d(0,-20px,0);
    box-shadow: 0 12px 30px 0 rgba(0,0,0,.2);
}
.show-li:hover .show-li-title{
    background-color: #f60;
    color: #fff;
    font-weight: 550;
}
.show-li:hover .show-li-cont{
    color: #333;
}

.show-logo-box{background-size: cover;animation: rotate0 12s linear infinite;-webkit-animation:rotate0 12s linear infinite;-moz-animation:rotate0 12s linear infinite;-o-animation:rotate0 12s linear infinite;}
.show-logo-img{background: #fff;border-radius: 100%;padding: 1px;box-shadow: #c90 0 0 25px;animation: logo 12s linear infinite;-webkit-animation:logo 12s linear infinite;-moz-animation:logo 12s linear infinite;-o-animation:logo 12s linear infinite;}
.show-logo-img img{border-radius: 100%}

.show-list{
    width: 110%;
    left: -5%;
}
.show-list-one{
    border-radius: 100%;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: #a3a3a3 0 0 10px;
}
.show-list-icon{font-size: 30px}
.show-list-title{font-size: 16px}
.show-list.tr1{animation: rotate 20s linear infinite;-webkit-animation:rotate 20s linear infinite;-moz-animation:rotate 20s linear infinite;-o-animation:rotate 20s linear infinite;}
.show-list.tr2{animation: rotate1 20s linear infinite;-webkit-animation:rotate1 20s linear infinite;-moz-animation:rotate1 20s linear infinite;-o-animation:rotate1 20s linear infinite;}
.show-list.tr3{animation: rotate2 20s linear infinite;-webkit-animation:rotate2 20s linear infinite;-moz-animation:rotate2 20s linear infinite;-o-animation:rotate2 20s linear infinite;}

.show-list.tr1 .show-list-one{animation: rotate3 20s linear infinite;-webkit-animation:rotate3 20s linear infinite;-moz-animation:rotate3 20s linear infinite;-o-animation:rotate3 20s linear infinite;}
.show-list.tr2 .show-list-one{animation: rotate4 20s linear infinite;-webkit-animation:rotate4 20s linear infinite;-moz-animation:rotate4 20s linear infinite;-o-animation:rotate4 20s linear infinite;}
.show-list.tr3 .show-list-one{animation: rotate5 20s linear infinite;-webkit-animation:rotate5 20s linear infinite;-moz-animation:rotate5 20s linear infinite;-o-animation:rotate5 20s linear infinite;}
@keyframes logo{
    0%{
        transform:rotate(0deg) skew(0deg) scale(1);
        -ms-transform:rotate(0deg) skew(0deg) scale(1);
        -moz-transform:rotate(0deg) skew(0deg) scale(1);
        -webkit-transform:rotate(0deg) skew(0deg) scale(1);
        -o-transform:rotate(0deg) skew(0deg) scale(1);
    }
    100%{
        transform:rotate(360deg) skew(0deg) scale(1);
        -ms-transform:rotate(360deg) skew(0deg) scale(1);
        -moz-transform:rotate(-60deg) skew(0deg) scale(1);
        -webkit-transform:rotate(360deg) skew(0deg) scale(1);
        -o-transform:rotate(360deg) skew(0deg) scale(1);
    }
}
@keyframes rotate{
    0%{
        transform: rotate(0deg) skew(0deg) scale(1);
        -ms-transform: rotate(0deg) skew(0deg) scale(1);
        -moz-transform: rotate(0deg) skew(0deg) scale(1);
        -webkit-transform: rotate(0deg) skew(0deg) scale(1);
        -o-transform: rotate(0deg) skew(0deg) scale(1);
    }
    100%{
        transform: rotate(360deg) skew(0deg) scale(1);
        -ms-transform: rotate(360deg) skew(0deg) scale(1);
        -moz-transform: rotate(360deg) skew(0deg) scale(1);
        -webkit-transform: rotate(360deg) skew(0deg) scale(1);
        -o-transform: rotate(360deg) skew(0deg) scale(1);
    }
}
@keyframes rotate0{
    0%{
        transform:rotate(0deg) skew(0deg) scale(1);
        -ms-transform:rotate(0deg) skew(0deg) scale(1);
        -moz-transform:rotate(0deg) skew(0deg) scale(1);
        -webkit-transform:rotate(0deg) skew(0deg) scale(1);
        -o-transform:rotate(0deg) skew(0deg) scale(1);
    }
    100%{
        transform:rotate(-360deg) skew(0deg) scale(1);
        -ms-transform:rotate(-360deg) skew(0deg) scale(1);
        -moz-transform:rotate(-360deg) skew(0deg) scale(1);
        -webkit-transform:rotate(-360deg) skew(0deg) scale(1);
        -o-transform:rotate(-360deg) skew(0deg) scale(1);
    }
}
@keyframes rotate1{
    0%{
        transform: rotate(60deg) skew(0deg) scale(1);
        -ms-transform: rotate(60deg) skew(0deg) scale(1);
        -moz-transform: rotate(60deg) skew(0deg) scale(1);
        -webkit-transform: rotate(60deg) skew(0deg) scale(1);
        -o-transform: rotate(60deg) skew(0deg) scale(1);
    }
    100%{
        transform: rotate(420deg) skew(0deg) scale(1);
        -ms-transform: rotate(420deg) skew(0deg) scale(1);
        -moz-transform: rotate(420deg) skew(0deg) scale(1);
        -webkit-transform: rotate(420deg) skew(0deg) scale(1);
        -o-transform: rotate(420deg) skew(0deg) scale(1);
    }
}
@keyframes rotate2{
    0%{
        transform: rotate(120deg) skew(0deg) scale(1);
        -ms-transform: rotate(120deg) skew(0deg) scale(1);
        -moz-transform: rotate(120deg) skew(0deg) scale(1);
        -webkit-transform: rotate(120deg) skew(0deg) scale(1);
        -o-transform: rotate(120deg) skew(0deg) scale(1);
    }
    100%{
        transform: rotate(480deg) skew(0deg) scale(1);
        -ms-transform: rotate(480deg) skew(0deg) scale(1);
        -moz-transform: rotate(480deg) skew(0deg) scale(1);
        -webkit-transform: rotate(480deg) skew(0deg) scale(1);
        -o-transform: rotate(480deg) skew(0deg) scale(1);
    }
}
@keyframes rotate3{
    0%{
        transform:rotate(0deg) skew(0deg) scale(1);
        -ms-transform:rotate(0deg) skew(0deg) scale(1);
        -moz-transform:rotate(0deg) skew(0deg) scale(1);
        -webkit-transform:rotate(0deg) skew(0deg) scale(1);
        -o-transform:rotate(0deg) skew(0deg) scale(1);
    }
    100%{
        transform:rotate(-360deg) skew(0deg) scale(1);
        -ms-transform:rotate(-360deg) skew(0deg) scale(1);
        -moz-transform:rotate(-360deg) skew(0deg) scale(1);
        -webkit-transform:rotate(-360deg) skew(0deg) scale(1);
        -o-transform:rotate(-360deg) skew(0deg) scale(1);
    }
}
@keyframes rotate4{
    0%{
        transform:rotate(-60deg) skew(0deg) scale(1);
        -ms-transform:rotate(-60deg) skew(0deg) scale(1);
        -moz-transform:rotate(-60deg) skew(0deg) scale(1);
        -webkit-transform:rotate(-60deg) skew(0deg) scale(1);
        -o-transform:rotate(-60deg) skew(0deg) scale(1);
    }
    100%{
        transform:rotate(-420deg) skew(0deg) scale(1);
        -ms-transform:rotate(-420deg) skew(0deg) scale(1);
        -moz-transform:rotate(-420deg) skew(0deg) scale(1);
        -webkit-transform:rotate(-420deg) skew(0deg) scale(1);
        -o-transform:rotate(-420deg) skew(0deg) scale(1);
    }
}
@keyframes rotate5{
    0%{
        transform:rotate(-120deg) skew(0deg) scale(1);
        -ms-transform:rotate(-120deg) skew(0deg) scale(1);
        -moz-transform:rotate(-120deg) skew(0deg) scale(1);
        -webkit-transform:rotate(-120deg) skew(0deg) scale(1);
        -o-transform:rotate(-120deg) skew(0deg) scale(1);
    }
    100%{
        transform:rotate(-480deg) skew(0deg) scale(1);
        -ms-transform:rotate(-480deg) skew(0deg) scale(1);
        -moz-transform:rotate(-480deg) skew(0deg) scale(1);
        -webkit-transform:rotate(-480deg) skew(0deg) scale(1);
        -o-transform:rotate(-480deg) skew(0deg) scale(1);
    }
}

.show-youshi li > div{height:100%; box-shadow: 0 2px 8px rgba(0,0,0,.05);outline: 2px solid transparent;transition: 500ms ease-out !important;}
.show-youshi li:nth-of-type(1) > div{background-color: rgba(0, 170, 136, 0.6)}
.show-youshi li:nth-of-type(2) > div{background-color: rgba(204, 0, 51, 0.6)}
.show-youshi li:nth-of-type(3) > div{background-color: rgba(255, 153, 0, 0.6)}
.show-youshi li > div h3{font-size: 24px;line-height: 3}
.show-youshi li > div h4{margin: 10px 0;background: rgba(255,255,255,0.5);line-height: 1.5;}
.show-youshi li:nth-of-type(1) > div h4{color:#0a8!important;}
.show-youshi li:nth-of-type(2) > div h4{color:#c30!important;}
.show-youshi li:nth-of-type(3) > div h4{color:#f90!important;}
.show-youshi li:hover>div{margin-top: -8px;box-shadow: #a3a3a3 0 0 10px}
.show-youshi li:nth-of-type(1):hover>div{background-color: #0a8}
.show-youshi li:nth-of-type(2):hover>div{background-color: #c30}
.show-youshi li:nth-of-type(3):hover>div{background-color: #f90}
/*小程序*/
.mp-li{
    width: 20%;
}
.mp-libox{
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    outline: 2px solid transparent;
    transition: 500ms ease-out !important;
}
.mp-li-icon{
    font-size: 30px;
    color: #0ae;
}
.mp-li-title{
    font-size: 24px;
    background-color: #0ae;
    color: #fff;
    padding: 30px 0 45px 0;
}
.mp-li-cont{
    padding: 15px;
    font-size: 16px;
    color: #999;
}
.mp-tab-box {
    height: 360px;
}
.mp-tab-carou,.mp-tab-carou > [carousel-item] > *{
    background: none;
}
.mp-tab-carou > [carousel-item]::before{
    content:'';
}
.mp-tab-adbox{
    padding-bottom: 360px;
}
/*技术开发*/
.open-li{
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    outline: 2px solid transparent;
    transition: 500ms ease-out !important;
}
.open-li-title{
    font-size: 24px;
    text-align: center;
}
.open-li-entitle{
    font-size: 22px;
    text-align: center;
}
.open-li-cont{
    flex-grow: 2;
}
.open-icon{
    height: 64px;
    width: 64px;
    border-radius: 100%;
    border: 1px solid #dfdfdf;
}
.open-icon .im-icon{
    font-size: 30px;
}
.open-list-img{
    display: none;
    height: 100%;
    transition: 500ms ease-out !important;
}
.open-list-box:hover .open-list-img{
    background-color: rgba(0,0,0,.7);
    display: flex;
}
.open-list-box:hover .open-list-title{
    background-color: rgba(0,0,0,.7);
}
.open-list-box:hover h3{
    color: #fff !important;
}
@media (max-width: 1024px) {
    .zy-nav-logo{
        padding: 5px;
    }
    .ery-nav-logo{max-height: 40px}

    .top-nav-icon{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
    ._topnav.open{
        position: fixed;
        width: 50%;
        height: calc(100vh - 50px);
        right: 0;
        z-index: 9999;
        top: 50px;
        background: #333;
        display:-webkit-box !important;display:flex !important;display:-moz-flex !important;flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap; display: -ms-flexbox !important;
        justify-content:flex-start  !important;-webkit-justify-content:flex-start  !important;-webkit-box-pack: start  !important; -ms-flex-pack: start  !important;
        flex-direction:column !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    }
    ._topnav.open .ery-nav-one{
        width: 100%;
        height: auto;
        border-bottom: 1px solid #666;
    }

    .in-banner ._video-title,.in-banner ._video-cont{font-size: 26px;}
    .in-banner ._video-en{font-size: 28px;}

    .index-fuwu-btn .ery-button:first-child{
        border-radius: 40px;
    }
    .index-fuwu-btn .ery-button:last-child{
        border-radius: 40px;
        margin-top: 10px;
    }

    .in-ad-box{padding-bottom: 18vh;}
    .in-ad-title{font-size: 28px;font-weight: 100;}
    .in-ad-futitle{font-size: 20px;font-weight: 100;}
}
@media (max-width: 768px) {
    .in-banner ._video-title{font-size: 16px;padding-top: 15px;}
    .in-banner ._video-en{font-size: 16px;padding: 15px 0;}
    .in-banner ._video-cont{font-size: 16px;padding-bottom: 15px;}

    .index-fuwu-btn .ery-button:first-child{
        border-radius: 40px 0 0 40px;
    }
    .index-fuwu-btn .ery-button:last-child{
        border-radius: 0 40px 40px 0;
        margin-top: 0;
    }

    .in-youshi {
        padding-bottom: 50%;
    }
    .in-youshi:first-child .in-youshi-cont,.in-youshi:last-child .in-youshi-cont,.in-youshi:nth-child(2) .in-youshi-cont,.in-youshi:nth-child(3) .in-youshi-cont{
        top: 50%;
        left: 50%;
        bottom: 0;
        right: 0;
        transform: translate(-50%,-75%);
    }
    .in-youshi:first-child .in-youshi-text,.in-youshi:last-child .in-youshi-text,.in-youshi:nth-child(2) .in-youshi-text,.in-youshi:nth-child(3) .in-youshi-text{
        text-align: center;
        border: 2px solid #c2c2c2;
        background-color: rgba(0,0,0,0.1);
        flex-direction:column !important;
        -webkit-flex-direction:column !important;
        -ms-flex-direction:column !important;
    }
    .in-youshi .in-youshi-text > h3 {
        color: #f60 !important;
    }

    .in-ad-box{padding-bottom: 220px;}
    .in-ad-title{font-size: 24px;}
    .in-ad-futitle{font-size: 16px;}
    .foot-bq,.foot-qrcode,.foot-bq li,.foot-bq a{
        width: 100%;
        justify-content:center !important;-webkit-justify-content:center !important;-webkit-box-pack: center !important; -ms-flex-pack: center !important;
        align-items:center !important;-webkit-align-items: center !important;-webkit-box-align: center; -ms-flex-align: center;
        text-align: center;
    }

    .article-ad-title{
        font-size: 24px;
    }
    .article-ad-futitle{
        font-size: 18px;
    }

    ._part.open{
        display: flex !important;
        position: absolute;
        top: 50px;
        background: #fff;
        width: 100%;
        flex-direction:column !important;
        -webkit-flex-direction:column !important;
        -ms-flex-direction:column !important;
        height: auto;
        z-index: 9999;
    }
    ._part li{
        width: 100%;
        text-align: center;
    }
    ._part a{
        border-bottom: 1px solid #dfdfdf;
        padding: 10px 0 !important;
    }
    .__partmb{
        background-color: rgba(0,0,0,.01) !important;
    }

/*  网站建设  */
    .show-ad-title{
        font-size: 24px;
    }
    .show-list-icon {
        font-size: 24px;
        line-height: 1;
    }
    .show-list-title{
        font-size: 12px;
    }
    .show-title,.mp-li-title{
        font-size: 22px;
    }
    .show-fu-title,.mp-li-cont{
        font-size: 14px
    }
    /*微信支付宝开发*/
    .mp-li{
        width: 50%;
    }
    .mp-tab-box {
        height: 500px;
    }
/*    技术开发 */
    .open-list-box:nth-child(2){
        flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
    }
    .open-list-box:nth-child(3){
        flex-direction: row !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
    }
}
