@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "Futura";
    src: url('../font/FuturaBT-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SRegular";
    src: url('../font/SourceHanSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SMedium";
    src: url('../font/SourceHanSans-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
 /* header */
header{
    width:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    border-bottom: 1px solid rgba(246, 246, 246, .5);
    height: 100px;
}


@media (max-width: 639px) {.logo{
    float: left;
    margin-top:7px;
}}


@media (min-width: 640px) and (max-width:1920px ) {.logo{
    float: left;
    margin-top:15px;
}}



.logo img{
    display: block;
    width: 100%;
}
.nav{
    float: right;
}
.nav-ul li{
    float: left;
    margin-right: 28px;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li > a{
    line-height: 99px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
}
.nav-ul li:hover>a, .nav-ul li.nav-active > a{
    color: #ef801d;
}
.navToggle{
    margin-top: 25px;
}
@media(max-width:1400px){
    .nav-ul li{
        margin-right:22px;
    }
}
@media(max-width:1200px){
    .nav-ul li{
        margin-right: 15px;
    }
}
@media(max-width:991px){
    header{
        height: 70px;
        /*position: relative;*/
        /*background-color: #8232f5;*/
    }
    .nav{
        display: none;
    }
    .logo{
        margin-top: 15px;
    }
}
@media(max-width:600px){
    .logo{
        width:156px;
        margin-top:7px;
    }
}
/* 模块一 */
.module-one{
    /* overflow: hidden; */
    width: 100%;
    background-color: #fbfcff;
}
.data-main{
    position: relative;
    height: 142px;
    z-index: 99;
}
.data-list{
    height: 142px;
    width: 100%;
    position: absolute;
    top: -71px;
    left: 0px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 5px 10px #dfe0e3;
    display: flex;
}
.data-list li{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.data-icon{
    margin-right: 20px;
}
.data-num{
    font-family: "SMedium";
    font-size: 30px;
    color: #222;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.data-num h3{
    display: flex;
    align-items: center;
}
.data-num i{
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    font-style: normal;
    display: block;
    margin-top: 8px;
}
.data-info span{
    color: #666;
    line-height: 24px;
    font-size: 16px;
}
.mone-main h2{
    text-align: center;
    color: #222;
    font-weight: bold;
    font-size: 42px;
    line-height: 46px;
    margin-top: 26px;
    margin-bottom: 55px;
}
.mone-seo{
    display: flex;
    margin-bottom: 104px;
}
.mseo-left{
    width: 56%;
    padding-left: 62px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.mseo-img{
    width: 100%;
    overflow: hidden;
}
.mseo-img img{
    display: block;
    width: 100%;
}
.mseo-list{
    width: 44%;
    padding-left: 120px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mseo-list-txt{
    font-size: 30px;
    line-height: 30px;
    color: #222;
    margin-bottom: 55px;
}
.mseo-ul li{
    display: flex;
    margin-bottom: 44px;
}
.mseo-num{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background-color: #ef801d;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}
.mseo-txt h3{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
}
.mseo-txt p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.seo-btn{
    width: 198px;
    height: 58px;
    border-radius: 8px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    background-color: #ef801d;
    font-size: 18px;
    display: block;
}
@media(max-width: 1400px){
    .mseo-left{
        padding-left: 0px;
    }
}
@media(max-width: 1200px){
    .mseo-left{
        padding-left: 0px;
    }
    .data-icon{
        margin-right: 15px;
        width: 40px;
        margin-top: 10px;
    }
    .data-icon img{
        display: block;
        width: 100%;
    }
    .data-num{
        font-size: 24px;
        margin-bottom: 0px;
    }
    .data-info span{
        font-size: 14px;
    }
    .mseo-list{
        padding-left: 80px;
    }
}
@media(max-width: 991px){
    .data-main{
        height: auto;
        margin-top: 30px;
    }
    .data-list{
        position: relative;
        height: auto;
        padding-top: 30px;
        top: auto;
        flex-wrap: wrap;
    }
    .data-list li{
        width: 50%;
        margin-bottom: 30px;
        flex: none;
    }
    .mone-main h2{
        margin-top: 40px;
        font-size: 36px;
        line-height: 40px;
    }
    .mone-seo{
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .mseo-left{
        margin-bottom: 30px;
        width: 100%;
    }
    .mseo-list{
        width: 100%;
        padding-left: 0px;
        align-items: center;
    }
    .mseo-list-txt{
        margin-bottom: 30px;
        font-size: 24px;
    }
    .mseo-ul li{
        margin-bottom: 30px;
    }
}
@media(max-width: 599px){
    .data-list li{
        width: 100%;
        justify-content: flex-start;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    .mone-main h2{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .mone-seo{
        margin-bottom: 50px;
    }
}
/* 广告 */
.adv-img{
    width: 100%;
    overflow: hidden;
}
.adv-img img{
    display: block;
    width: 100%;
}
/* 营销服务 */
.market-title{
    padding-top: 100px;
    text-align: center;
    color: #222;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
}
.market-main{
    margin-bottom: 100px;
    box-shadow: 0px 0px 20px #f2f2f2;
    display: flex;
    /* justify-content: space-between; */
    position: relative;
}
.market-ul{
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    display: flex;
    flex: 1;
    z-index: 999;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.market-ul li{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}
.market-icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid transparent;
}
.market-icon-img{
    width: 60px;
    height: 60px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 22;
}
.market-ul li p{
    width: 126px;
    background-color: #303030;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin-left: -21px;
    position: relative;
    z-index: 2;
}
.market-ul li.on .market-icon{
    border-color: #f6cccc;
}
.market-ul li.on .market-icon-img{
    background-color: #ef801d;
}
.market-swiper{
    width: 100%;
}
.market-swiper .swiper-slide{
    justify-content: flex-end;
    display: flex;
}
.market-item{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.market-item img{
    width: 100%;
    display: block;
}
.market-info{
    position: absolute;
    bottom: 120px;
    right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.market-info h3{
    font-size: 42px;
    line-height: 48px;
    color: #ef801d;
    font-weight: bold;
    margin-bottom: 28px;
}
.market-txt{
    font-size: 22px;
    line-height: 38px;
    text-align: right;
    margin-bottom: 70px;
}
.market-more{
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #ef801d;
    display: block;
}
@media(max-width: 1400px){
    .market-info{
        bottom: 60px;
    }
    .market-txt{
        margin-bottom: 45px;
    }
}
@media(max-width: 1200px){
    .market-info{
        bottom: 100px;
    }
    .market-ul{
        left: 20px;
    }
    .market-ul li{
        margin-bottom: 5px;
    }
    .market-info h3{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 12px;
    }
    .market-txt{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }
}
@media(max-width: 991px){
    .market-title{
        padding-top: 60px;
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .market-main{
        margin-bottom: 60px;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .market-ul{
        position: relative;
        top: auto;
        transform: translateY(0);
        left: 0px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .market-ul li{
        width: 33.3333%;
        margin-bottom: 0px;
        justify-content: center;
    }
    .market-icon{
        width: 60px;
        height: 60px;
    }
    .market-icon-img{
        width: 50px;
        height: 50px;
    }
    .market-ul li p{
        width: 106px;
        font-size: 14px;
    }
    .market-swiper{
        width: 100%;
    }
    .market-item{
        width: 100%;
    }
    .market-info{
        bottom: 60px;
        right: 30px;
    }
}
@media(max-width: 767px){
    .market-title{
        padding-top: 50px;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .market-ul li{
        width:100%;
    }
    .market-info{
        bottom: 30px;
        right: 20px;
    }
    .market-info h3{
        font-size: 16px;
        line-height:24px;

    }
    .market-txt{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .market-more{
        width: 128px;
    }
    .market-main{
        margin-bottom: 40px;
    }
    .market-item img{
        width: 80%;
    }
    .market-item{
        height: 180px;
    }
}
@media(max-width:449px){
    .market-more{
        width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    
}
/* 优化案例 */
.seo-case{
    background: url(../images/case_img.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.seo-case-title{
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    padding-top: 98px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 60px;
}
.seo-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.seo-swiper .swiper-slide-active,
.seo-swiper .swiper-slide-duplicate-active{
    transform: scale(1);
}
.seo-case-img{
    width: 100%;
    overflow: hidden;
    -webkit-box-reflect: below 10px linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.5)); 

}
.seo-case-img img{
    display: block;
    width: 100%;
}
.seo-case .swiper-button-next,
.seo-case .swiper-button-prev{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    background-size: 12px 23px;
}
.seo-case .swiper-button-prev{
    background-image: url(../images/seo_prev_img.png);
    left: 110px;
}
.seo-case .swiper-button-next{
    background-image: url(../images/seo_next_img.png);
    right: 110px;
}
.seo-swiper .swiper-slide{
    transform: scale(0.7);
}
.seo-case-img{
    height: 518px;
}
.swiper-slide-active .seo-case-img{
    height: 350px;
    overflow: hidden;
}
.seo-case-img img{
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
}
.seo-swiper .swiper-slide-active{
    transform: scale(1.2);
    margin-top: 50px;
}
.seo-case .swiper-container{
    padding-bottom: 60px;   
}
@media(max-width: 1700px){
    .seo-case .swiper-button-prev{
        left: 45px;
    }
    .seo-case .swiper-button-next{
        right: 45px;
    }
}
@media(max-width:1400px){
    .seo-case-img{
        height: 440px;
    }
    .swiper-slide-active .seo-case-img{
        height: 340px;
    }
    
}
@media(max-width: 1300px){
    .seo-case .swiper-button-prev{
        left: 30px;
    }
    .seo-case .swiper-button-next{
        right: 30px;
    }
    .seo-case .container{
        padding: 0 65px;
    }
}
@media(max-width: 1200px){
    .seo-case .container{
        padding: 0 45px;
    }
    .seo-case-title{
        font-size: 26px;
        line-height: 40px;
        padding-top: 78px;
    }
    .seo-case-img{
        height: 330px;
    }
    .swiper-slide-active .seo-case-img{
        height: 250px;
    }
}
@media(max-width:991px){
    .swiper-slide-active .seo-case-img{
        height: auto;
    }
    .seo-case-img{
        height: auto;
    }
    .seo-case{
        padding-bottom: 50px;
    }
    .seo-case-img img{
        -webkit-box-reflect:none;
    }
    .seo-case .swiper-container{
        padding-bottom: 0;
    }
    .seo-case-title{
        padding-top: 30px;
        margin-bottom: 30px;
    }
    
}
/* 新闻 */
.home-news{
    overflow: hidden;
}
.hnews-title{
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.hnews-title-left{
    display: flex;
    align-items: flex-end;
}
.hnews-title-left h2{
    font-size: 42px;
    font-weight: bold;
    margin-right: 30px;
}
.hnews-title-left span{
    font-size: 24px;
    color: #b2b2b2;
    font-family: "Arial";
    line-height: 24px;
}
.title-more{
    display: block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background-color: #ef801d;
}
.hnews-main{
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    margin-bottom: 100px;
}
.hnews-item{
    width: 50%;
    padding: 0 20px;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.hnews-img img{
    display: block;
    width: 100%;
    transition: all .8s;
}
.hnews-img:hover img{
    transform: scale(1.1);
}
.hnews-img p{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 40px 40px;
    color: #FFF;
    font-size: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hnews-img:hover p{
    color: #ef801d;
}
.hnews-ul li{
    padding: 22px 0px;
    border-bottom: 1px solid #dcdcdc;
}
.hnews-ul li h3{
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hnews-ul li span{
    color: #999;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 6px;
}
.hnews-ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.hnews-ul li:hover h3{
    color: #ef801d;
}
@media(max-width: 1200px){
    .hnews-img p{
        padding: 0px 20px 30px;
        font-size: 20px;
    }
}
@media(max-width: 991px){
    .hnews-title{
        padding-top: 60px;
        margin-bottom: 35px;
    }
    .hnews-title-left h2{
        font-size: 26px;
        margin-right: 15px;
    }
    .hnews-title-left span{
        font-size: 16px;
        line-height: 16px;
    }
    .hnews-main{
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
    .hnews-item{
        width: 100%;
        padding: 0px;
    }
    .hnews-img p{
        padding: 0px 20px 30px;
        font-size: 20px;
    }
}
@media(max-width: 599px){
    .hnews-ul li{
        padding: 15px 0px;
    }
    .hnews-title{
        padding-top: 50px;
        margin-bottom: 25px;
    }
    .hnews-img p{
        padding: 0px 15px 20px;
        font-size: 16px;
    }
    .hnews-main{
        margin-bottom: 30px;
    }
    .hnews-title-left span{
        font-size: 14px;
    }
    .hnews-title-left h2{
        margin-right: 10px;
    }
    .title-more{
        width: 106px;
        height: 36px;
        line-height: 36px;
    }
}
/* 解决方案 */
.home-solution{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home-solution img{
    display: block;
    width: 100%;
}
.home-solution-info {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    top: 0px;
    left: 0px;
}
.home-solution-info h2{
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 40px;
}
.home-solution-info a{
    display: block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px;
    background: #ef801d;
    color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}
@media(max-width: 1400px){
    .home-solution-info h2{
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 25px;
    }
}
@media(max-width: 1200px){
    .home-solution-info h2{
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .home-solution-info a{
        height: 42px;
        line-height: 42px;
    }
}
@media(max-width: 991px){
    .home-solution-info{
        position: relative;
        padding: 20px 40px;
    }
    .home-solution img{
        display: none;
    }
    .home-solution-info h2{
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
        color: #ef801d;
    }
    .home-solution-info a{
        height: 42px;
        line-height: 42px;
    }
}
@media(max-width: 599px){
    .home-solution-info h2{
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .home-solution-info{
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* 底部 */
#footer{
    width: 100%;
    padding-top: 55px;

    background-size: 100% 100%; background:#222222
}
.footer-top{
    padding-bottom: 65px;
    border-bottom: 1px solid #777;
}
.footer-ul{
    display: flex;
    justify-content: space-between;
}

.footer-ul li h3{
    padding-bottom: 18px;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 2px solid #ef801d;
}
.footer-ul li h3 a{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.footer-dl dd{
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin-bottom: 6px;
}
.footer-subs{
    display: flex;
}
.footer-subs .footer-dl:last-child dd{
    /*text-align: right;*/
}
.footer-copy{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.copy{
    font-size: 14px;
    color: #777;
    line-height: 40px;
}
.copy p{
font-size: 14px;
color: #777;
line-height: 40px
}
.copy p a{ color:#777}

.copy p a:hover{ color:#FFF}

.footer-link{
    width: 160px;
    height: 40px;
    border: 1px solid #777;
}
.footer-select option{
    display: block;
    line-height: 38px;
}
.footer-select{
    /*取消默认箭头开始*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*取消默认箭头结束*/
    border: none;
    width: 158px;
    height: 38px;
    background: url(../images/link_down.png) no-repeat right 10px center;
    background-size: 14px 8px;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
}
@media(max-width: 1200px){
    #footer{
        padding-top: 30px;
    }
    .footer-top{
        padding-bottom: 35px;
    }
}
@media(max-width: 991px){
    #footer{
        background: #222;
    }
    .footer-ul{
        flex-wrap: wrap;
    }
    .footer-ul li{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-ul li h3{
        padding-bottom: 10px;
        margin-bottom: 4px;
    }
    .footer-dl{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-dl dd{
        display: inline-block;
        margin-bottom: 0px;
    }
    .footer-top{
        padding-bottom: 20px;
    }
    .footer-copy{
        flex-direction: column;
        padding-top: 12px;
        align-items: center;
    }
    .copy{
        line-height: 24px;
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    .footer-subs{
        flex-direction: column;
    }
}

/*按天计费*/

.daybillpt-tit h3{
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}
.daybillpt{
    margin-top: 30px;
}
.daybillpt-txt{
    margin-top: 80px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.daybillpt-bot{
    margin-top: 120px;
    display: flex;
}
.daybillpt-botl{
    width: 27%;
}
.daybillpt-botimg img{
    width: 100%;
}
.daybillpt-botr{
    width: 27%;
}
.daybillpt-bottxt h2{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.daybillpt-bottxt ul li{
    margin-bottom: 100px;
}
.daybillpt-botl-leftmargin{
    margin-left: 72px;
}
.daybillpt-botl ul li h2{
    text-align: right;
}
.daybillpt-botl-rightmargin{
    margin-right: 72px;
}
.daybillpt-bottxt h3{
    color: #666666;
    line-height: 26px;
}
.daybillpt-bottxt ul li h2{
    transition: all 0.4s;
}
.daybillpt-bottxt ul li:hover h2{
    color: #ef801d;
    transform: translateY(-10px);
}
.daybillgn{
    background: #f0f0f4;
    padding-top: 100px;
}
.daybilllastli{
    position: relative;
}
.daybilllastli::after{
    position: absolute;
    content:" ";
    background: url(../images/daybill-icon1.png) no-repeat center;
    width: 22px;
    height: 22px;
    top: 0;
    left: 70%;
}

.daybillgn-m{
    display: flex;
    margin-top: 76px;
    justify-content: space-between;
}
.daybillgn-ml{
    width: 54%;
}
.daybillgn-mr{
    width: 37.4%;
}
.daybillgn-mr img{
    width: 100%;
}
.daybillgn-ml ul li{
    margin-bottom: 60px;
}
.daybillgn-ml ul li h3{
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0 20px;
}
.daybillgn-ml ul li:hover h3{
    color:#ef801d;
}
.daybillgn-ml ul li:nth-of-type(2n){
    padding-left:30px;
}
.daybillgn-ml ul li:nth-of-type(2n+1){
    padding-left:30px;
}
.daybillgn-txt{
    color: #666666;
    line-height: 30px;
}
@media(max-width:1600px){
    .daybillgn-ml ul li{
        margin-bottom: 30px;
    }
}
@media(max-width:1400px){
    .daybillpt-botl-leftmargin{
        margin-left: 40px;
    }
    .daybillpt-botl-rightmargin{
        margin-right: 40px;
    }
}
@media(max-width:1200px){
    .daybillpt-tit h3{
        font-size: 24px;
    }
    .daybillpt{
        margin-top: 0;
    }
    .daybillpt-txt{
        margin-top: 40px;
    }
    .daybillpt-bot{
        margin-top: 50px;
    }
    .daybillpt-botr{
        width: 35%;
    }
    .daybillpt-botl{
        width: 35%;
    }
    .daybillpt-bottxt ul li{
        margin-bottom: 40px;
    }
    .daybillpt-bottxt h2{
        font-size: 20px;
    }
    .daybillpt{
        padding-bottom: 30px;
    }

    .daybillgn-ml ul li h3{
        font-size: 18px;
    }
    .daybillgn-txt{
        font-size: 14px;
        line-height: 22px;
    }
    .daybillgn-ml ul li h3{
        margin: 20px 0 10px;
    }
}
@media(max-width:991px){
    .daybillpt{
        margin-top:40px;
    }
    .daybillpt-bot{
        flex-wrap: wrap;
    }
    .daybillpt-botl ul{
        display: flex;
    }
    .daybillpt-botl{
        width: 100%;
    }
    .daybillpt-botl-leftmargin{
        margin-left: 0;
    }
    .daybillpt-botl-rightmargin{
        margin-right: 0;
    }
    .daybillpt-botl ul li h2{
        text-align: left;
    }
    .daybillpt-bottxt ul li{
        padding: 0 10px;
    }
    .daybillpt-botr{
        width: 100%;
        margin-top: 30px;
    }
    .daybillpt-botr ul{
        display: flex;
    }
    .daybillpt-tit h3{
        font-size: 20px;
    }
    .daybillgn-m{
        flex-wrap: wrap;
    }
    .daybillgn-ml{
        width: 100%;
    }
    .daybillgn-mr{
        width: 100%;
        margin-top: 20px;
    }
    .daybillgn{
        padding-top: 50px;
    }
    .daybillgn-mr{
        padding:0 30px;
    }
}
@media(max-width:600px){
    .daybillpt-bottxt h3{
        font-size: 14px;
        line-height: 22px;
    }
    .daybillpt-bottxt h2{
        font-size: 18px;
    }
    .daybillpt-bot{
        margin-top: 30px;
    }
    .daybillpt-bottxt ul li{
        padding: 0 5px;
        text-align: justify;
    }
    .daybillpt-bottxt h2{
        margin-bottom: 10px;
    }
    .daybillpt-txt{
        margin-top: 20px;
    }
    .daybillpt{
        padding-bottom: 0;
    }
    .daybillgn-m{
        margin-top: 50px;
    }
}
/* 整站优化 */
.four-adv{
    padding-top: 28px;
    padding-bottom: 100px;
}
.top-title{
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}

.top-title3{
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px; padding-top:50px;
}


.top-title2{
    font-size: 22px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}


.top-title span{
    color: #ef801d;
}
.fouradv-item{
    width: 100%;
    border: 1px solid #999;
    transition: all .6s;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 45px;
    padding-bottom: 35px;
}
.fouradv-info{
    text-align: center;
    margin-top: 40px;
}
.fouradv-info h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}
.fouradv-info p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    min-height: 112px;
}
.fouradv-btn{
    width: 120px;
    height: 40px;
    background-color: #ef801d;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin:0 auto;
}
.fouradv-item:hover{
    box-shadow: 0px 0px 10px #dfdfdf;
}
.fouradv-item:hover .fouradv-info h4{
    color: #ef801d;
} 
@media(max-width: 1400px){
    .fouradv-btn{
        margin-top: 25px;
    }
}
@media(max-width: 1200px){
    .fouradv-info p{
        min-height: 140px;
    }
}
@media(max-width: 991px){
    .fouradv-info p{
        min-height: auto;
    }
    .fouradv-item{
        margin-bottom: 30px;
    }
    .four-adv{
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .top-title{
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 35px;
    }
}
@media(max-width: 599px){
    .fouradv-item{
        padding: 30px 15px;
    }
    .fouradv-info{
        margin-top: 20px;
    }
    .four-adv{
        padding-bottom: 20px;
    }
    .top-title{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}
/* 优化服务 */
.seo-progress{
    background-color: #FFF;
    width: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
}
.sprogress-item{
    float: left;
    width: 50%;
}
.sprogress-left{
    padding-right: 100px;
}
.sprogress-title{
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 40px;
}
.sprogress-detail{
    color: #666;
    line-height: 32px;
}
.sprogress-img{
    width: 100%;
    overflow: hidden;
}
.sprogress-img img{
    width: 100%;
    display: block;
}
.seo-progressmbot{
    height: 14px;
    background: #f0f0f4;
    width: 100%;
    margin-top: 13px;
}
.seo-progressmbot span{
    display: block;
    background-image: linear-gradient(to right, #5710fa , #d00109);
    width:0%;
    height: 14px;
    border-radius: 5px;
    transition: all 2s;
}
.seo-progressmtop{
    display: flex;
    align-items: center;
}
.seo-progressmtop h3{
    font-size: 30px;
    font-weight: bold;
}
.seo-progressmtop h4{
    font-size: 36px;
    color: #ef801d;
    font-family: "SMedium";
}
.seo-progressm{
    margin-top: 54px;
}
.seo-progressmtop img{
    margin: 0 12px 0 15px;
}
.seo-progressm ul li{
    margin-bottom: 30px;
}
@media(max-width:991px){
    .seo-progressmtop h3{
        font-size: 22px;
    }
    .seo-progressmtop h4{
        font-size: 32px;
    }
    .seo-progressm ul li{
        margin-bottom: 15px;
    }
    .seo-progressm{
        margin-top: 20px;
    }
}
/* 我们的优势 */
.our-adv{
    padding-top: 98px;
    padding-bottom: 30px;
}
.ouradv-ul{
    margin-left: -35px;
    margin-right: -35px;
}
.ouradv-ul li{
    float: left;
    padding: 0 35px;
    width: 33.3333%;
    margin-bottom: 70px;
}
.ouradv-item{
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 52px 45px 0px;
    color: #fff;
}
.ouradv-ul li:nth-child(1) .ouradv-item{
    background-color: #4a54d0;
}
.ouradv-ul li:nth-child(2) .ouradv-item{
    background-color: #6b329b;
}
.ouradv-ul li:nth-child(3) .ouradv-item{
    background-color: #343872;
}
.ouradv-ul li:nth-child(4) .ouradv-item{
    background-color: #f37335;
}
.ouradv-ul li:nth-child(5) .ouradv-item{
    background-color: #ef801d;
}
.ouradv-ul li:nth-child(6) .ouradv-item{
    background-color: #45b649;
}
.ouradv-item img{
    transition: all .6s;
}
.ouradv-item:hover img{
    transform: rotateY(180deg);
}
.ouradv-title{
    text-align: center;
    margin-top: 32px;
}
.ouradv-title h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 12px;
}
.ouradv-title span{
    display: block;
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
}
.ouradv-detail{
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    min-height: 60px;
    margin-bottom: 14px;
}
@media(max-width: 1400px){
    .ouradv-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .ouradv-ul li{
        padding: 0 15px;
    }
    .ouradv-item{
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media(max-width: 1200px){
    .ouradv-ul li{
        width: 50%;
    }
}
@media(max-width: 991px){
    .ouradv-ul li{
        margin-bottom: 30px;
    }
    .our-adv{
        padding-top: 60px;
    }
    .ouradv-detail{
        margin-bottom: 0px;
    }
    .ouradv-item{
        padding-top: 40px;
    }
}
@media(max-width: 767px){
    .ouradv-ul li{
        width: 100%;
    }
    .our-adv{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .ouradv-detail{
        min-height: auto;
    }
    .ouradv-item{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ouradv-title{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ouradv-title span{
        min-height: 24px;
    }
}
/* SEO优化合作流程 */
.seoliucheng{
    display: flex;
    justify-content: space-between;
}
.seoliucheng li{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.seoliucheng-item{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.seoliucheng-item img{
    transition: all .6s;
}
.seoliucheng li:hover .seoliucheng-item img{
    transform: rotate(45deg);
}
.seoliucheng li:nth-child(1) .seoliucheng-item{
    background-color: #3366cc;
}
.seoliucheng li:nth-child(2) .seoliucheng-item{
    background-color: #0d8d8c;
}
.seoliucheng li:nth-child(3) .seoliucheng-item{
    background-color: #45b649;
}
.seoliucheng li:nth-child(4) .seoliucheng-item{
    background-color: #6b329b;
}
.seoliucheng li:nth-child(5) .seoliucheng-item{
    background-color: #ef801d;
}
.seoliucheng li:nth-child(6) .seoliucheng-item{
    background-color: #f37335;
}
.seoliucheng li::after{
    position: absolute;
    width: 85px;
    height: 24px;
    content: "";
    background: url(../images/seo_liucheng_arrow.png) no-repeat;
    top: 50px;
    left: 145px;
}
.seoliucheng li:last-child::after{
    display: none;
}
.seoliucheng li p{
    color: #333;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.seoliucheng li h1{
    color: #333;
    line-height:60px;
    font-size: 20px; font-weight:bold;
    text-align: center;
}

@media(max-width: 1600px){
    .seoliucheng li::after{
        left: 130px;
    }
}
@media(max-width: 1400px){
    .seoliucheng-item{
        width: 100px;
        height: 100px;
    }
    .seoliucheng li::after{
        width: 60px;
        height: 17px;
        top: 40px;
        left: 130px;
        background-size: 60px 17px;
    }
}
@media(max-width: 1200px){
    .seoliucheng li::after{
        height: 13px;
        width: 46px;
        left: 110px;
        background-size: 46px 13px;
    }
    .seoliucheng li p{
        max-width: 100px;
        min-height: 48px;
    }
}
@media(max-width: 991px){
    .seoliucheng li::after{
        height: 13px;
        left: auto;
        right: -23px;
    }
    .seoliucheng li:nth-child(3)::after{
        display: none;
    }
    .seoliucheng li p{
        max-width: 300px;
        min-height: 24px;
    }
    .seoliucheng{
        flex-wrap: wrap;
    }
    .seoliucheng li{
        width: 33.333%;
        margin-bottom: 20px;
    }
    .seoliucheng-item{
        margin-bottom: 10px;
    }
    .seo-progress{
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .seoliucheng-item{
        width: 90px;
        height: 90px;
    }
    .seoliucheng li{
        width: 50%;
    }
    .seoliucheng li:nth-child(3)::after{
        display: block;
    }
    .seoliucheng li:nth-child(2)::after{
        display: none;
    }
    .seoliucheng li:nth-child(4)::after{
        display: none;
    }
    .seo-progress{
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
/* 优化案例内页 */
.scase-number{
    background-color: #f0f0f4;
}
.scase-wrap{
    background-color: #f0f0f4;
}
.scase-title{
    margin-top: 28px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b5b5b5; margin-bottom:50px;
}
.scase-title h2{
    float: left;
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
}
.scase-title-nav{
    float: right;
}
.scase-title-nav li{
    float: left;
    margin-right: 28px;
}
.scase-title-nav li:last-child{
    margin-right: 0px;
}
.scase-title-nav li a{
    padding: 0 16px;
    line-height: 42px;
    display: block;
    background-color: transparent;
    color: #333;
    transition: all .6s;
}
.scase-title-nav li:hover a,
.scase-title-nav li.on a{
    background-color: #ef801d;
    color: #fff;
}
.cmenuon{background-color: #ef801d !important;
    color: #fff !important;}
.scase-main{
    padding-top: 30px;
    padding-bottom: 80px;
}
.scase-ul{
    margin-left: -20px;
    margin-right: -20px;
}
.scase-ul li{
    padding: 0 20px;
    margin-bottom: 40px;
}
.scase-img{
    width: 100%;
    overflow: hidden;
}
.scase-img img{
    display: block;
    width: 100%;
    transition: all .8s;
}
.scase-ul li:hover .scase-img img{
    transform: scale(1.1);
}
.load-more{
    width: 240px;
    height: 40px;
    display: block;
    line-height: 40px;
    padding-left: 45px;
    color: #fff;
    background: url(../images/load_more_arrow.png) no-repeat right 45px center;
    background-size: 24px 12px;
    background-color: #ef801d;
    margin: 40px auto 0px;
}
@media(max-width: 1200px){
    .scase-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .scase-ul li{
        padding: 0 15px;
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .scase-main{
        padding-bottom: 60px;
    }
    .scase-title{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .scase-title h2{
        font-size: 24px;
    }
    .load-more{
        margin-top: 20px;
    }
}
@media(max-width: 767px){
    .scase-main{
        padding-bottom: 50px;
    }
    .scase-title h2{
        padding-left: 16px;
        float: none;
    }
    .scase-title{
        padding-top: 10px;
    }
    .scase-title-nav{
        float: none;
    }
    .scase-title-nav li{
        margin-right: 10px;
    }
}
/* 新站优化 */
.newsite-wrap{
    padding-bottom: 68px;
}
.newsite-servie{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newsite-servie li{
    width: 28.5%;
}
.newsite-servie-info{
    margin-top: 32px;
    margin-bottom: 6px;
}
.newsite-servie-info h4{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.newsite-servie-info p{
    line-height: 28px;
    color: #666;
    min-height: 112px;
}
.newsite-servie-item img{
    transition: all .8s;
}
.newsite-servie-item:hover img{
    /* transform: rotateY(180deg); */
    transform: translateY(-10px);
}
.newsite-servie-item:hover .newsite-servie-info h4{
    color: #ef801d;
}
@media(max-width: 1200px){
    .newsite-servie li{
        width: 30%;
    }
    .newsite-servie-info{
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .newsite-servie li{
        width: 45%;
    }
    .newsite-wrap{
        padding-top: 40px;
        padding-bottom: 38px;
    }
    .newsite-servie-info{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .newsite-servie li{
        width: 100%;
    }
    .newsite-servie-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }
    .newsite-servie-info{
        text-align: center;
        margin-bottom: 20px;
        margin-top: 18px;
    }
    .newsite-servie-info p{
        min-height: auto;
    }
    .newsite-servie-info h4{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .newsite-wrap{
        padding-bottom: 30px;
    }
}
.newsite-infos-left{
    float: left;
    width: 59.8%;
}
.newsite-infos-right{
    float: right;
    width: 38%;
    padding-right: 12px;
    overflow: hidden;
}
.newsite-infos-right img{
    width: 100%;
    display: block;
}
.newsite-infos-ul{
    display: flex;
    flex-wrap: wrap;
}
.newsite-infos-ul li{
    width: 50%;
    padding-right: 80px;
}
.newsite-infos-item h4{
    margin-top: 40px;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
}
.newsite-infos-item img{
    transition: all .6s;
}
.newsite-infos-item p{
    line-height: 28px;
    color: #666;
    min-height: 140px;
}
.newsite-infos-item:hover h4{
    color: #ef801d;
}
.newsite-infos-item:hover img{
    transform: rotate(-45deg);
}
.newsite-infos-wrap{
    padding-bottom: 40px;
}
@media(max-width: 1400px){
    .newsite-infos-ul li{
        padding-right: 40px;
    }
    .newsite-infos-right{
        padding-right: 0px;
    }
}
@media(max-width: 1200px){
    .newsite-infos-left{
        width: 100%;
        float: none;
    }
    .newsite-infos-right{
        width: 100%;
        float: none;
        max-width: 516px;
        margin: 30px auto;
    }
    .newsite-infos-ul li{
        padding-right: 40px;
    }
    .newsite-infos-right{
        padding-right: 0px;
    }
    .newsite-infos-item p{
        min-height: 112px;
    }
}
@media(max-width: 991px){
    .newsite-infos-item p{
        margin-bottom: 20px;
    }
    .newsite-infos-wrap{
        padding-bottom: 30px;
    }
}
@media(max-width: 599px){
    .newsite-infos-ul li{
        width: 100%;
        padding-right: 0px;
    }
    .newsite-infos-item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .newsite-infos-item p{
        min-height: auto;
        text-align: center;
    }
    .newsite-infos-right{
        margin-top: 10px;
    }
    .newsite-infos-item h4{
        margin-top: 20px;
    }
}

/********************INDEX*****/



@media (max-width: 639px) {.newsite-wrap2{
    padding-bottom: 68px; padding-top:40px;
}}


@media (min-width: 640px) and (max-width:1920px ) {.newsite-wrap2{
    padding-bottom: 68px; padding-top:100px;
}}

.newsite-servie2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newsite-servie2 li{
/* width: 28.5%;*/ width: 25%; padding:0 4.25%; text-align:center; min-height:370px;
}
.newsite-servie2-info{
    margin-top: 32px;
    margin-bottom: 6px;
}
.newsite-servie2-info h4{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.newsite-servie2-info p{
    line-height: 28px;
    color: #666;
  /*  min-height: 112px; padding-bottom:30px;*/
}
.newsite-servie2-item img{
    transition: all .8s;
}
.newsite-servie2-item:hover img{
    /* transform: rotateY(180deg); */
    transform: translateY(-10px);
}
.newsite-servie2-item:hover .newsite-servie-info h4{
    color: #ef801d;
}
@media(max-width: 1200px){
    .newsite-servie2 li{
        width: 30%;
    }
    .newsite-servie2-info{
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .newsite-servie2 li{
        width: 45%;
    }
    .newsite-wrap{
        padding-top: 40px;
        padding-bottom: 38px;
    }
    .newsite-servie2-info{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .newsite-servie2 li{
        width: 100%; margin-top:20px; margin-bottom:20px
    }
    .newsite-servie2-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }
    .newsite-servie2-info{
        text-align: center;
        margin-bottom: 20px;
        margin-top: 18px;
    }
    .newsite-servie-info p{
        min-height: auto;
    }
    .newsite-servie2-info h4{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .newsite-wrap2{
        padding-bottom: 30px;
    }
}
.newsite-infos-left{
    float: left;
    width: 59.8%;
}
.newsite-infos-right{
    float: right;
    width: 38%;
    padding-right: 12px;
    overflow: hidden;
}
.newsite-infos-right img{
    width: 100%;
    display: block;
}
.newsite-infos-ul{
    display: flex;
    flex-wrap: wrap;
}
.newsite-infos-ul li{
    width: 50%;
    padding-right: 80px;
}
.newsite-infos-item h4{
    margin-top: 40px;
    font-weight: bold;
    font-size:18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.newsite-infos-item img{
    transition: all .6s;
}
.newsite-infos-item p{
    line-height: 28px;
    color: #666;
    min-height: 140px;
}
.newsite-infos-item:hover h4{
    color: #ef801d;
}
.newsite-infos-item:hover img{
    transform: rotate(-45deg);
}
.newsite-infos-wrap{
    padding-bottom: 40px;
}
@media(max-width: 1400px){
    .newsite-infos-ul li{
        padding-right: 40px;
    }
    .newsite-infos-right{
        padding-right: 0px;
    }
}
@media(max-width: 1200px){
    .newsite-infos-left{
        width: 100%;
        float: none;
    }
    .newsite-infos-right{
        width: 100%;
        float: none;
        max-width: 516px;
        margin: 30px auto;
    }
    .newsite-infos-ul li{
        padding-right: 40px;
    }
    .newsite-infos-right{
        padding-right: 0px;
    }
    .newsite-infos-item p{
        min-height: 112px;
    }
}
@media(max-width: 991px){
    .newsite-infos-item p{
        margin-bottom: 20px;
    }
    .newsite-infos-wrap{
        padding-bottom: 30px;
    }
}
@media(max-width: 599px){
    .newsite-infos-ul li{
        width: 100%;
        padding-right: 0px;
    }
    .newsite-infos-item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .newsite-infos-item p{
        min-height: auto;
        text-align: center;
    }
    .newsite-infos-right{
        margin-top: 10px;
    }
    .newsite-infos-item h4{
        margin-top: 20px;
    }
}

/* 全网营销 */
.web-market{
    padding-top: 28px;
    padding-bottom: 100px;
}
.web-market-title{
    margin-bottom: 65px;
}
.web-market-detail{
    line-height: 36px;
    min-height: 144px;
    margin-bottom: 25px;
}
.web-market-ul li{
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 20px;
}
.web-market-ul li:last-child{
    margin-bottom: 0px;
}
.web-market-ul li p{
    font-size: 24px;
    color: #000;
    line-height: 40px;
    margin-left: 20px;
}
@media(max-width: 1400px){
    .sprogress-left{
        padding-right: 60px;
    }
    .sprogress-title{
        margin-bottom: 28px;
    }
    .web-market-detail{
        line-height: 32px;
        min-height: 128px;
    }
}
@media(max-width: 1200px){
    .sprogress-left{
        padding-right: 60px;
    }
    .sprogress-title{
        margin-bottom: 18px;
        font-size: 32px;
    }
    .web-market-detail{
        line-height: 26px;
        font-size: 14px;
        min-height: 26px;
    }
    .web-market-ul li p{
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .sprogress-left{
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .sprogress-item{
        float: none;
        width: 100%;
    }
    .web-market{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .sprogress-title{
        font-size: 22px;
        line-height: 30px;
    }
    .web-market-detail{
        line-height: 30px;
        font-size: 16px;
        min-height: auto;
    }
}
@media(max-width: 599px){
    .web-market-ul li p{
        font-size: 16px;
        margin-left: 10px;
        line-height: 24px;
    }
    .web-market-ul li{
        margin-bottom: 10px;
    }
    .web-market{
        padding-bottom: 50px;
    }
}
.web-market-adv{
    background-color: #f0f0f4;
    padding-top: 98px;
    padding-bottom: 74px;
}
.eight-adv{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.eight-adv-top{
    margin-bottom: 20px;
}
.eight-adv li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eight-adv li h4{
    font-size: 20px;
    font-weight: bold;
    margin-top: 28px;
    line-height: 24px;
    margin-bottom: 8px;
}
.eight-adv li p{
    color: #444;
    min-height: 48px;
    max-width: 316px;
    text-align: center;
}
@media(max-width: 1200px){
    .eight-adv li{
        width: 25%;
    }
    .eight-adv li p{
        max-width: 100%;
    }
}
@media(max-width: 991px){
    .eight-adv li{
        width: 50%;
        margin-bottom: 20px;
    }
    .web-market-adv{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .eight-adv li p{
        min-height: auto;
    }
    .eight-adv li h4{
        margin-top: 18px;
    }
}
@media(max-width: 599px){
    .eight-adv li img{
        width: 100px;
        height: 100px;
    }
    .web-market-adv{
        padding-top: 40px;
        padding-bottom: 30px;
    }
}
/* 快速排名 */
.rank-six{
    width: 100%;
    box-shadow: 0px 0px 10px #f3f3f3;
    display: flex;
    flex-wrap: wrap;
}
.rank-six li{
    width: 25%;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.rank-six li::after{
    position: absolute;
    width: 1px;
    height: calc(100% - 100px);
    top: 50px;
    right: 0px;
    content: "";
    background-color: #dcdcdc;
}
.rank-six-item{
    width: 100%;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rank-six li:nth-child(1) .rank-six-item,
.rank-six li:nth-child(2) .rank-six-item,
.rank-six li:nth-child(3) .rank-six-item,
.rank-six li:nth-child(4) .rank-six-item{
    border-bottom: 1px solid #dcdcdc;
}
.rank-six li:nth-child(4n+4)::after{
    background-color: transparent;
}
.rank-six-icon{
    min-height: 170px;
}
.rank-six-info{
    margin-top: 8px;
    text-align: center; margin-bottom:20px;
}
.rank-six-info h4{
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}
.rank-six-item:hover .rank-six-info h4{
    color: #ef801d;
}
.rank-six-info p{
    color: #666;
    line-height: 28px;
    font-size: 16px;
    min-height: 140px;
}
.consult-btn{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #ef801d;
}
.rank-ad{
    width: 100%;
    overflow: hidden;
}
.rank-ad img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .rank-six-item{
        padding: 30px 0px;
    }
    .rank-six li{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width: 991px){
    .rank-six li{
        width: 100%;
    }
    .rank-six li::after{
        display: none;
    }
    .rank-six li:last-child{
        margin-bottom: 30px;
    }
    .rank-six-info{
        margin-bottom: 20px;
    }
    .rank-six-info p{
        min-height: 28px;
    }
    .rank-six-item{
        border-bottom: 1px solid #dcdcdc;
    }
}
/* 关于我们 */
.about-banner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.about-banner-info{
    padding-top: 180px;
    width: 50%;
    padding-right: 40px;
    color: #fff;
}
.about-banner-info h2{
    font-size: 42px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 48px;
}
.about-banner-info i{
    display: block;
    background-color: #ccc;
    width: 82px;
    height: 6px;
    margin-bottom: 40px;
}
.about-banner-info p{
    color: #ccc;
    line-height: 30px;
    text-indent: 32px;
}
.inside-banner .about-banimgp{
    display: none;
}

.inside-banner2 .about-banimgp{
    display: none;
}

.about-banimgptxt{
    display: none;
}

@media(max-width: 1799px){
    .about-banner-info{
        padding-top: 140px;
        padding-right: 0px;
    }
}
@media(max-width: 1600px){
    .about-banner-info h2{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .about-banner-info i{
        margin-bottom: 20px;
    }
    .about-banner-info p{
        line-height: 24px;
        font-size: 14px;
        text-indent: 28px;
    }
}
@media(max-width: 1400px){
    .about-banner-info h2{
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .about-banner-info i{
        width: 60px;
        height: 4px;
        margin-bottom: 10px;
    }
    .about-banner-info{
        width: 60%;
    }
}
@media(max-width: 1200px){
    .about-banner-info{
        display: none;
    }
}
@media(max-width: 600px){
    .inside-banner .about-banimgp{
        display: block;
    }
	  .inside-banner2 .about-banimgp{
        display: block;
    }
	
    .about-banimgptxt{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 70px;
        color: #fff;
        padding: 30px 15px 30px;
        line-height: 25px;
        text-align: justify; font-size:13px;
    }
    .inside-banner .about-banimg{
        display: none;
    }
	
	.inside-banner2 .about-banimg{
        display: none;
    }
    
}
.company-culture{
    background: #f0f0f4;
}
.about-culture{
    display: flex;
    justify-content: space-between;
}
.culture-left{
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.culture-left li{
    width: 50%;
    padding-right: 28px;
}
.culture-item{
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 66px 32px 42px;
    box-sizing: border-box;
    justify-content: space-between;
}
.culture-item img{
    width: 108px;
    height: 108px;
}
.culture-public{
    padding-right: 30px;
}
.culture-public h4{
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 18px;
    display: inline-block;
    margin-bottom: 40px;
    border-bottom: 2px solid #ef801d;
}
.culture-public p{
    font-size: 22px;
    line-height: 24px;
    min-height: 48px;
}
.culture-right{
    width: 32%;
    position: relative;
    overflow: hidden;
}
.culture-right img{
    width: 100%;
    display: block;
    transition: all .6s;
}
.culture-right:hover img{
    transform: scale(1.1);
}
.culture-img-info{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 60px;
    top: 0px;
    left: 0px;
    padding-top: 65px;
    color: #fff;
}
.culture-img-info h4{
    border-bottom-color: #fff;
}
@media(max-width: 1600px){
    .culture-item{
        padding-top: 55px;
        padding-bottom: 31px;
    }
}
@media(max-width: 1400px){
    .culture-item{
        padding-top: 50px;
        padding-bottom: 26px;
    }
    .culture-public h4{
        margin-bottom: 30px;
    }
}
@media(max-width: 1200px){
    .culture-public{
        padding-right: 15px;
    }
    .culture-item img{
        width: 80px;
        height: 80px;
    }
    .culture-item{
        padding: 40px 20px 16px;
    }
    .culture-public p{
        font-size: 16px;
    }
    .culture-public h4{
        margin-bottom: 20px;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .culture-img-info{
        padding-left: 25px;
    }
}
@media(max-width: 991px){
    .about-culture{
        flex-wrap: wrap;
    }
    .culture-left{
        width: 100%;
    }
    .culture-right{
        width: 100%;
        margin-bottom: 20px;
    }
    .culture-left li{
        margin-bottom: 25px;
        padding-right: 14px;
    }
    .culture-left li:nth-child(2n+2){
        padding-right: 0px;
        padding-left: 14px;
    }
    .culture-item{
        padding: 25px 20px 5px;
    }
}
@media(max-width: 599px){
    .culture-left li{
        padding-right: 0px;
        width: 100%;
    }
    .culture-left li:nth-child(2n+2){
        padding-left: 0px;
    }
    .culture-public p{
        min-height: 24px;
    }
    .culture-item{
        padding-bottom: 25px;
    }
    .culture-public h4{
        margin-bottom: 12px;
    }
    .culture-img-info{
        padding-top: 40px;
    }
}
/* 客户合影 */
.custom-photo{
    padding-top: 90px;
    padding-bottom: 100px;
}
.cphoto-title{
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
}
.cphoto-title h2{
    font-size: 42px;
    font-weight: bold;
    display: inline-block;
}
.cphoto-btn{
    width: 110px;
    height: 50px;
    position: relative;
}
.cphoto-btn .swiper-button-prev,
.cphoto-btn .swiper-button-next{
    width: 50px;
    height: 50px;
    border: 1px solid #ef801d;
    margin-top: 0px;
    top: 0px;
    background-size: 9px 16px;
}
.cphoto-btn .swiper-button-prev{
    left: 0px;
    background-image: url(../images/cphoto_prev.png);
}
.cphoto-btn .swiper-button-prev:hover,
.cphoto-btn .swiper-button-next:hover{
    background-color: #ef801d;
}
.cphoto-btn .swiper-button-prev:hover{
    background-image: url(../images/cphoto_prev_on.png);
}
.cphoto-btn .swiper-button-next{
    right: 0px;
    background-image: url(../images/cphoto_next.png);
}
.cphoto-btn .swiper-button-next:hover{
    background-image: url(../images/cphoto_next_on.png);
}
.cphoto-item{
    display: flex;
}
.cphoto-img{
    width: 64.5%;
    overflow: hidden;
}
.cphoto-img img{
    width: 100%;
    display: block;
    transition: all .6s;
}
.cphoto-img:hover img{
    transform: scale(1.1);
}
.cphoto-left{
    width: 35.5%;
    background-color: #f0f0f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
}
.cphoto-info h3{
    margin-top: 30px;
    font-size: 24px;
    line-height: 32px;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}
.cphoto-info i{
    display: block;
    width: 68px;
    height: 2px;
    background-color: #ef801d;
    margin-bottom: 20px;
}
.cphoto-info p{
    line-height: 30px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.cphoto-more{
    display: block;
    margin-top: 48px;
    line-height: 55px;
    height: 55px;
    background: #ef801d;
    width: 100%;
    color: #fff;
    text-align: center;
}
@media(max-width: 1400px){
    .cphoto-more{
        margin-top: 30px;
    }
}
@media(max-width: 1200px){
    .cphoto-more{
        margin-top: 30px;
    }
    .cphoto-left{
        padding: 0 20px;
    }
    .cphoto-info h3{
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .cphoto-info i{
        margin-bottom: 10px;
    }
    .cphoto-info p{
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 991px){
    .custom-photo{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .cphoto-title{
        margin-bottom: 40px;
        align-items: center;
    }
    .cphoto-title h2{
        font-size: 32px;
    }
    .cphoto-item{
        flex-direction: column-reverse;
        align-items: center;
    }
    .cphoto-left{
        width: 100%;
        padding: 30px 20px;
    }
    .cphoto-img{
        width: 100%;
        max-width: 900px;
    }
    .cphoto-info h3{
        margin-bottom: 20px;
    }
    .cphoto-info p{
        -webkit-line-clamp: 12;
    }
}
@media(max-width: 599px){
    .custom-photo{
        padding-bottom: 40px;
    }
    .cphoto-title h2{
        font-size: 28px;
    }
}
/* 团建活动 */
.team-activity{
    position: relative;
}
.team-activity .swiper-button-next,
.team-activity .swiper-button-prev{
    width: 56px;
    height: 56px;
    margin-top:28px;
    border-radius: 50%;
    background-color: #e7e7e7;
    opacity: 1;
    background-size: 11px 18px;
}

.team-activity .swiper-button-prev{
    background-image: url(../images/team_prev.png);
    left: 124px;
}
.team-activity .swiper-button-next{
    background-image: url(../images/team_next.png);
    right: 124px;
}
.team-activity .swiper-button-prev:hover,
.team-activity .swiper-button-next:hover{
    background-color: #ef801d;
}
.team-activity .swiper-button-prev:hover{
    background-image: url(../images/team_prev_on.png);
}
.team-activity .swiper-button-next:hover{
    background-image: url(../images/team_next_on.png);
}
.team-item{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.team-swiper .swiper-slide .team-item:last-child{
    margin-bottom: 0px;
}
.team-item img{
    display: block;
    width: 100%;
    transition: all .6s;
}
.team-item:hover img{
    transform: scale(1.1);
}
.team-item p{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 15px;
    line-height: 24px;
    color: #fff;
    padding: 0 20px;
    opacity: 0;
    transition: all .6s;
}
.team-item:hover p{
    opacity: 1;
}
@media(max-width: 1800px){
    .team-activity .container{
        padding: 0 20px;
    }
    .team-activity .swiper-button-prev{
        left: 100px;
    }
    .team-activity .swiper-button-next{
        right: 100px;
    }
}
@media(max-width: 1700px){
    .team-activity .swiper-button-prev{
        left: 50px;
    }
    .team-activity .swiper-button-next{
        right: 50px;
    }
}
@media(max-width: 1500px){
    .team-activity .container{
        padding: 0 40px;
    }
    .team-activity .swiper-button-prev{
        left: 20px;
    }
    .team-activity .swiper-button-next{
        right: 20px;
    }
}
@media(max-width: 1200px){
    .team-activity .container{
        padding: 0 40px;
    }
}
@media(max-width: 767px){
    .team-activity .container{
        padding: 0 100px;
    }
}
@media(max-width: 599px){
    .team-activity{
        padding-top: 40px;
    }
    .team-activity .container{
        padding: 0 70px;
    }
    .team-activity .swiper-button-prev{
        left: 10px;
    }
    .team-activity .swiper-button-next{
        right: 10px;
    }
    .team-activity .swiper-button-next,
    .team-activity .swiper-button-prev{
        width: 40px;
        height: 40px;
        margin-top:20px;
    }
}
/* 在线留言 */
.online-message{
    background-color: #fff;
    position: relative;
}
.message-call{
    position: absolute;
    top: 98px;
    left: 0px;
    width: 42.2%;
    overflow: hidden;
}
.message-call img{
    display: block;
    width: 100%;
}
.online-message-info{
    width: 53%;
    float: right;
}
.online-message-info h2{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 38px;
}
.message-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}
.message-child{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 54px;
}
.message-item .message-child:last-child{
    margin-right: 0px;
}
.message-child span{
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 24px;
    margin-bottom: 12px;
}
.message-input{
    width: 100%;
    display: flex;
    padding-left: 20px;
    align-items: center;
    height: 50px;
    background-color: #f0f0f4;
}
.message-input img{
    display: block;
    margin-right: 14px;
}
.message-input input{
    border: none;
    background: none;
    font-size: 14px;
    color: #ef801d;
    outline: none;
}
.message-textarea{
    padding-top: 9px;
    padding-right: 20px;
    min-height: 150px;
    align-items: flex-start;
}
.message-textarea img{
    margin-top: 7px;
}
.message-input textarea{
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    color: #ef801d;
    resize: none;
    outline: none;
    min-height: 150px;
}
.message-code span{
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 24px;
    margin-bottom: 12px;
}
.message-code-list{
    display: flex;
    justify-content: space-between;
}
.message-code-list .message-input{
    width: 272px;
}
.message-code-img{
    display: flex;
    align-items: center;
}
.message-code-img > img{
    display: block;
}
.message-code-list button{
    width: 160px;
    height: 50px;
    display: block;
    background-color: #ef801d;
    border: none;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.message-code-list .button{
    width: 160px;
    height: 50px;
    display: block;
    background-color: #ef801d;
    border: none;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
@media(max-width: 1600px){
    .message-child{
        margin-right: 30px;
    }
}
@media(max-width: 1400px){
    .message-child{
        margin-right: 20px;
    }
    .online-message-info{
        width: 57%;
    }
}
@media(max-width: 1200px){
    .message-call{
        display: none;
    }
    .online-message-info{
        width: 100%;
        float: none;
    }
}
@media(max-width: 991px){
    .online-message-info h2{
        font-size: 28px;
        line-height: 30px;
    }
    .message-item{
        margin-bottom: 25px;
    }
}
@media(max-width: 767px){
    .online-message-info h2{
        margin-bottom: 20px;
    }
    .message-item{
        margin-bottom: 0px;
        flex-wrap: wrap;
    }
    .message-child{
        width: 100%;
        margin-bottom: 25px;
        flex: none;
    }
    .message-code-list{
        flex-direction: column;
    }
    .message-code-list button{
        margin: 25px auto 0px;
    }
    .message-code-list .button{
        margin: 25px auto 0px;
    }
}
/* 新闻详情 */
.snewsd-title{
    padding-top: 28px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}
.snewsd-title h2{
    font-size: 32px;
    color: #333;
    line-height: 32px;
}
.snewsd-title p{
    color: #999;
    line-height: 24px;
    margin: 18px 0px;
}
.snewsd-title p span:first-child{
    padding-right: 20px;
}
.snewsd-main{
    padding-top: 22px;
    padding-bottom: 38px;
    color: #333;
}
.snewsd-main p{
    margin-bottom: 15px;
    line-height: 30px;
    text-indent: 32px;
}
.snewsd-img{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px;
}
.snewsd-img-item{
    width: calc(50% - 20px);
    overflow: hidden;
}
.snewsd-img-item img{
    display: block;
    width: 100%;
}
.snewsd-page{
    padding-top: 34px;
    padding-bottom: 34px;
    border-top: 1px solid #dcdcdc;
}
.snewsd-page-item{
    float: left;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    display: flex;
    align-items: center;
    color: #333;
    width: 50%;
}
.snewsd-page-item span{
    width:100px;
}
.snewsd-page-item a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.snewsd-next{
    justify-content: flex-end;
}
.snewsd-page-item a{
    color: #333;
}
.snewsd-page-item:hover a{
    color: #ef801d;
}
@media(max-width: 991px){
    .snewsd-title{
        padding-top: 40px;
    }
    .snewsd-title h2{
        font-size: 26px;
        line-height: 30px;
    }
    .snewsd-img-item{
        width: 100%;
        max-width: 680px;
        margin-bottom: 28px;
    }
    .snewsd-img{
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0px;
    }
    .snewsd-page{
        border-bottom: 1px solid #dcdcdc;
    }
    .snewsd-page-item{
        float: none;
        width: auto;
        min-height: 24px;
        margin-bottom: 20px;
    }
    .snewsd-next{
        justify-content: flex-start;
        margin-bottom: 0px;
    }
    .snewsd-page{
        padding: 20px 0px;
    }
}
@media(max-width: 599px){
    .snewsd-main{
        padding-bottom: 25px;
    }
}
/*网站建设*/
.wzjsnr{
    padding-bottom: 60px;
}
.wzjsnrul li{
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 58px;
    padding-top: 58px;
}
.wzjsnrul li:first-child{
    padding-top: 28px;
}
.wzjsnrul li:last-child{
    border-bottom: none;
}
.wzjsnrul li .wzjsnr-l{
    width: 50%;
}
.wzjsnrul li .wzjsnr-r{
    width: 50%;
}
.wzjsnrul li .wzjsnr-r img{
    width: 100%;
}
.wzjsnr-l {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wzjsnr-l h3{
    font-size: 42px;
    font-weight: bold;
}
.wzjsnr-l h4{
    font-size: 24px;
    margin: 50px 0 40px;
    line-height: 42px;
    min-height: 126px;
}
.wzjsnr-l a{
    width: 140px;
    height: 44px;
    background: #ef801d;
    display: block;
    line-height: 44px;
    text-align: center;
    color: #fff;
    border-radius:5px;
}
.wzjsnr-right{
    padding-right: 110px;
}
.wzjsnr-left{
    padding-left: 110px;
}
.wzjsnr-rlast img{
    width: auto;
}
.wzjsnr-llast{
    width: 40% !important;
    padding-right: 70px;
}
.wzjsnr-rlast{
    width: 60% !important;
}
.wzjsnrul li .wzjsnr-rlast img{
    width: auto;
}
@media(max-width:1799px){
    .wzjsnrul li .wzjsnr-rlast img{
        width: 100%;
    }
}
@media(max-width:1400px){
    .wzjsnrul li .wzjsnr-rlast img{
        width: 100%;
    }
    .wzjsnr-l h4 {
        margin-top: 40px;
    }
}
@media(max-width:1200px){
    .wzjsnr-right{
        padding-right: 50px;
    }
    .wzjsnr-left{
        padding-left: 50px;
    }
    .wzjsnr-llast{
        padding-right: 50px;
    }
    .wzjsnr-l h3{
        font-size: 36px;
    }
    .wzjsnr-l h4{
        font-size: 20px;
        line-height: 36px;
        min-height: auto;
    }
}
@media(max-width:991px){
    .wzjsnr{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wzjsnrul li{
        flex-wrap: wrap;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .wzjsnrul li:nth-child(odd){
        flex-direction: column-reverse;
    }
    .wzjsnrul li .wzjsnr-l{
        width: 100%;
    }
    .wzjsnrul li .wzjsnr-r{
        width: 100%;
    }
    .wzjsnr-right{
        padding-right: 0;
    }
    .wzjsnr-left{
        padding-left: 0;
    }
    .wzjsnr-l h3{
        font-size: 24px;
    }
    .wzjsnr-l h4{
        font-size: 18px;
        margin: 20px 0 30px;
    }
    .wzjsnr-l{
        padding-top: 30px;
    }
    .wzjsnr-llast{
        width: 100% !important;
    }
    .wzjsnr-rlast{
        width: 100% !important;
    }
    .wzjsnrul li:last-child{
        border-bottom: none;
    }
}
@media(max-width:449px){
    .wzjsnr-l h4{
        font-size: 16px;
        line-height: 32px;
    }
    .wzjsnr{
        padding-bottom: 0px;
    }
}
/* 新闻中心 */
.news-boxl{
    width: 100%;
}
.news-boxtit{
    text-align: center;
}
.news-boxtit h3{
    font-size: 42px;
    font-weight: bold;
}
.news-boxm{
    margin-top: 0px;
}
.news-boxltop h4{
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 28px;
    width: 60%;
}
.news-boxltop{
   /* border-bottom: 1px solid #c9c9c9;*/
}
.newsbox-swiper{
    padding-bottom: 45px;
}
.newsbox-swiper .swiper-pagination{
    text-align: right;
    bottom:45px;
}
.newsbox-swiper .swiper-pagination .swiper-pagination-bullet{
    background: #b3b7bd;
    opacity: 1;
    border-radius: 0;
}
.newsbox-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 24px;
    background: #ef801d;
}
.news-boxlbot{
    margin-top: 50px;
}
.news-boxlbot ul li a{
    display: flex;
    margin-bottom: 40px;
}
.news-boxlbot ul li a .news-boxlbotr{
    padding-left: 40px;
    width: calc(100% - 200px);
}
.news-boxlbot ul li a h3{
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-boxlbot ul li a:hover h3{
    color: #ef801d;
}
.news-boxlbot ul li a h4{
    margin:20px 0;
}
.news-boxlbot ul li a p{
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-boxm{
    display: flex;
    justify-content: space-between;
}
.news-boxr{
    width: 25%;
}
.news-boxrsou input{
    border: none;
    background: #f0f0f4;
    height: 56px;
    width: 100%;
    border-radius: 5px;
    color: #999999;
    padding-left: 15px;
}
.news-boxrsou{
    position: relative;
}
.news-boxrsou img{
    position: absolute;
    top: 19px;
    right:35px;
    cursor: pointer;
}
.news-boxrm ul li a{
    display: flex;
    margin-top: 40px;
}
.news-boxrmnum{
    width: 62px;
    font-size: 28px;
    font-family: "DIN";
    cursor: pointer;
}
.news-boxrtimer{
    font-size: 14px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    margin-top:6px;
}
.news-boxrmtxt h3{
    color: #000;
    line-height:24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-boxrm ul li a:hover .news-boxrmnum{
    color: #ef801d;
}
.newsbox-more{
    width: 240px;
    height: 40px;
    background: #ef801d url(../images/news-boxmore.png) no-repeat 170px center;
    line-height: 40px;
    margin:  90px auto 80px;
    padding-left: 46px;
    cursor: pointer;
}
.newsbox-more a{
    color: #fff;
    
}
.newsbox-swiper img{
    width: 100%;
}
@media(max-width:991px){
    .news-boxl{
        width: 100%;
    }
    .news-boxm{
        flex-wrap: wrap;
    }
    .news-boxr{
        width: 100%;
    }
    .news-boxrmtxt{
        width: calc(100% - 68px);
    }
    .news-boxtit h3{
        font-size: 24px;
    }
    .news-boxtit{
        margin-top: 40px;
    }
    .news-boxm{
        margin-top: 30px;
    }
    .news-boxltop h4{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .newsbox-swiper{
        padding-bottom:0px;
    }
    .newsbox-swiper .swiper-pagination{
        bottom: 15px;
    }
    .news-boxlbot ul li a h3{
        line-height: 24px;
        font-size: 16px;
    }
    .news-boxlbot ul li a p{
        line-height: 20px;
        font-size:14px;
    }
    .news-boxlbot ul li a h4 {
        margin: 10px 0;
    }
    .news-boxlbot ul li a{
        margin-bottom: 30px;
    }

}
@media(max-width:768px){
    .news-boxlbot ul li a{
        flex-wrap: wrap;
    }
    .news-boxlbotimg{
        width: 100%;
    }
    .news-boxlbotimg img{
        width: 100%;
    }
    .news-boxlbot ul li a .news-boxlbotr{
        padding-left: 0;
        width: 100%;
        margin: 15px 0 0px;
    }
    .news-boxrm ul li a{
        margin-top: 20px;
    }
}
@media(max-width:500px){
    .news-boxltop h4{
        font-size: 14px;
    }
    .news-boxlbot{
        margin-top: 20px;
    }
    .newsbox-more{
        margin: 30px auto 30px;
    }
}

.market-wrap{
    overflow: hidden;
}
/*高德地图*/
#dcmap {
    height: 600px;
    width: 100%;
}

.content-window-card {
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 5px;
    background: #fff;
    z-index: 105;
}        

.content-window-card p {
    height: 2rem;
}

.custom-info {
    border: solid 1px silver;
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #FFF;
 /*   border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;*/
}

div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    padding: 0 10px;
}

div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}
div.info-top .dclogo{
    left: 8px;
}

div.info-top img:hover {
   box-shadow: 0px 0px 5px #000;
}   
div.info-top .dclogo:hover{
    box-shadow: 0px 0px 5px #fff;
}     

div.info-middle {
    font-size: 12px;
    padding: 10px 6px;
    line-height: 20px; 
}        

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

.dcmapewm{
    position: absolute;
    right: 8px;
    top: 80px;
}
.dcmapewm img{
    width: 60px;
}
div.info-bottom img {
    position: relative;
    z-index: 104;
}

#dcmap span {
    margin-left: 5px;
    font-size: 11px;
}

.info-middle img {
    float: left;
    margin-right: 6px;
}
@media(max-width:768px){
 #dcmap {
    height: 450px;
    width: 100%;
}
/*div.info-top{
    height: 60px;
    width: 215px;
}*/
/*div.info-middle{
    display: none;
}*/
}




/* 联系我们 */

.hometit{
    text-align: center; margin-top:30px;
}

@media (max-width: 639px) {.hometit h3{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}}


@media (min-width: 640px) and (max-width:1920px ) {.hometit h3{
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
}


.hometit h4{
    margin-top: 20px;
    color: #999999;
}

.lianluo-box{
    padding-bottom: 70px;
}
.contact-list{
    margin-top: 70px;
    overflow: hidden;
}
.contact-list li{
    padding: 0 10px;
}
.contact-list li .contact-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 350px;
}
.contact-list li:first-child .contact-item{
    background-image: linear-gradient(to right, #f58321 , #f36627);
}

.contact-list li:nth-child(2) .contact-item{
    background-image: linear-gradient(to right, #4c96ee , #4192f5);
}
.contact-list li:nth-child(3) .contact-item{
    background-image: linear-gradient(to right, #42eba5 , #2ce498);
}

.contact-list li:last-child .contact-item{
    background-image: linear-gradient(to right, #54cef1 , #28c8f6);
}
.contact-txt{
    color: #fff;
    text-align: center;
    margin-top: 24px;
    line-height: 32px;
}
.contact-txt p:first-child{
    text-transform: uppercase;
}
.contact-ditu{
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 40px;
}
.contact-ditu img{
    width: 100%;
}
.traffic li{
    padding: 40px 10px 0px;
}
.traffic-item{
    max-width: 372px;
}
.traffic-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}
.traffic-top .traffic-img{
    width: 35px;
    height: 35px;
    background: #d7000f;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 12px;
}
.traffic-top span{
    color: #000;
}
.traffic-bom{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 60px;
}
.traffic-bom span{
    color: #d7000f;
}
@media(max-width:1400px){
    .contact-list li .contact-item{
        height: 260px;
    }
}
@media(max-width:991px){
    .contact-list li{
        margin-bottom: 20px;
    }
    .contact-list{
        margin-top: 40px;
    }
}
@media(max-width:449px){
    .contact-list{
        margin-top: 20px;
    }
	
	
    .contact-ditu{
        margin-top: 0;
    }
    .traffic li {
        padding: 20px 10px 0px;
    }
    .traffic-bom{
        height: auto;
        line-height: 26px;
    }
    .lianluo-box{
        padding-bottom: 10px;
    }
}
/*响应式网站*/
.instit{
    text-align: center;
    margin: 80px 0;
}
.instit h3{
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.instit h4{
    margin-top: 20px;
    color: #999999;
}
.institcolor h3{
    color: #fff;
}
.institcolor h4{
    color: #fff;
}
.smsres-txt{
    font-size: 18px;
    color: #666666;
    text-align: justify;
    line-height: 30px;
}
.smsres-list{
    margin-top: 80px;
}
.smsres-listimg img{
    width: 100%;
}
.smsres-list ul li{
    padding: 0 20px;
}
.resnxys-wrap{
    background: url(../images/resnxys-bg.png) no-repeat top center;
}
.resnxys-img{
    width: 75px;
    height: 75px;
    background: url(../images/resnxys-liimg.png) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.resnxys-txt{
    margin-top: 30px;
}
.resnxys-txt h3{
    font-size: 16px;
    font-weight: bold;
    color: #3197ef;
    text-align: center;
}
.resnxys-txt h4{
    color: #666666;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.resnxys-wrap ul li:nth-of-type(2n){
    margin-top: 120px;
}
.resnxys-wrap ul li:hover .resnxys-img{
    background: url(../images/resnxys-liimgh.png) no-repeat center;
}
#reslmgn{
    margin-top: 80px;
    background: url(../images/reslmgn-bg.jpg) no-repeat center; 
}
.reslmgn-wrap{
    color: #b5b5b5;
}
.reslmgn-top span{
    vertical-align: bottom;
    letter-spacing:3px;
    font-size: 18px;
    color: #fff;
}
.reslmgn-wrap ul .reslmgn-li{
    width: 224px;
    margin: 0 auto;
}
.reslmgn-wrap ul .reslmgn-li h4{
    margin-top: 24px;
    line-height: 24px;
    height: 70px;
}
.reslmgn-wrap ul li{
    margin-bottom:66px;
}
.reslmgn-top{
    height: 42px;
}
.resbj-wrap{
    margin-top: 80px;
}
.resbj-top{
    height: 150px;
    color: #fff;
    text-align: center;
    background: url(../images/resbj-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.resbj-topicon{
    position: absolute;
    top: -38px;
    left:-38px;
}
.resbj-top h3{
    font-size: 24px;
    padding-top: 42px;
}
.resbj-top h4{
    font-size: 18px;
    color: #fff;
    margin-top:20px;
}
.resbj-bottxtline{
    height: 1px;
    background: url(../images/resbj-bottxtlinebg.jpg) repeat-x;
}
.resbj-bot{
    border:1px solid #dcdcdc;
    padding-top: 40px;
}
.resbj-wrap ul li{
    padding: 0 50px;
}
.resbj-bottxt{
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}
.resbj-bottxtline{
    margin:40px 80px 0;
}
.res-bottxtm{
    padding: 0 50px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
}
.resbj-bot h5{
    text-align: center;
    margin-top:20px;
}
.resbj-bot h5 span{
    font-size: 48px;
    color: #ee383a;
}
.resbj-bot a{
    width: 246px;
    height: 40px;
    background:url(../images/resbj-bota.jpg) no-repeat center;
    background-size: cover;
    display: block;
    color: #fff;
    text-align: center;
    margin:30px auto;
    line-height: 40px;
    transition:all 0.4s;
}
.resbj-wrap ul li:hover .resbj-bot{
    border: 1px solid #10a2ef;
}
.resbj-wrap ul li:hover .resbj-bot a{
    background: #ef801d;
}
.Recase-wrap ul li{
    margin-bottom:40px;
    padding: 0 20px;
}
.Recase-wrap ul li img{
    width: 100%;
}
.Recase-wrap .inside-more a{
    margin: 40px auto 80px;
}
@media(max-width:1400px){
    .resbj-topicon img{
        width: 150px;
    }
    .resbj-topicon {
        top: -24px;
        left: -24px;
    }
    .resbj-wrap ul li {
        padding: 0 20px;
    }
}
@media(max-width:991px){
    .instit{
        margin: 40px 0;
    }
    .instit h4{
        display: none;
    }
    .instit h3{
        font-size: 26px;
    }
    .smsres-txt{
        font-size: 16px;
        line-height: 26px;
    }
    .smsres-list {
        margin-top:40px;
    }
    .smsres-list ul li{
        margin-bottom: 40px;
    }
    .resnxys-wrap ul li:nth-of-type(2n) {
        margin-top: 0;
    }
    .resnxys-txt h4{
        height: 80px;
    }
    .resnxys-wrap ul li{
        margin-bottom: 15px;
    }
    .resnxys-wrap{
        margin-top: 60px;
    }
    #reslmgn{
        margin-top: 0;
        background: #202329;
    }
    .reslmgn-wrap ul .reslmgn-li h4 {
        margin-top: 10px;
        height: 40px;
    }
    .reslmgn-top span {
        vertical-align: bottom;
        letter-spacing: 1px;
        font-size: 16px;
    }
    .reslmgn-wrap ul .reslmgn-li{
        width: auto;
    }
    .resbj-wrap ul li {
        margin-bottom: 40px;
    }
    .resbj-wrap ul li:last-child{
        margin-bottom: 0;
    }
    .Recase-wrap ul li {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .Recase-wrap .inside-more a {
        margin: 40px auto;
    }
}
@media(max-width:449px){
    .instit h3{
        font-size: 18px;
    }
    .instit{
        margin: 20px 0;
    }
    .smsres-txt {
        font-size: 14px;
        line-height: 22px;
    }
    .smsres-list {
        margin-top:20px;
    }
    .smsres-list ul li{
        margin-bottom:20px;
    }
    .resnxys-txt h4{
        height: auto;
    }
    .resnxys-wrap ul li {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .resnxys-wrap {
        margin-top: 30px;
    }
    .reslmgn-wrap ul li {
        margin-bottom: 30px;
    }
    .resbj-wrap {
        margin-top: 40px;
    }
    .Recase-wrap .inside-more a {
        margin: 20px auto;
    }
}



@media (max-width: 639px) {.mapsbox{ width:100%; height:300px; margin:0 auto}}


@media (min-width: 640px) and (max-width:1920px ) {.mapsbox{ width:100%; height:500px; margin:0 auto}}



 #containermap {width:300px; height: 180px; }
    #containermap{
        width: 100%;
        height: 100%;
        margin: 0px;
    }
      .title{
        margin: 0px;
        color: white;
        font-size: 16px;
        background-color: rgba(0,155,255,0.8);
        line-height: 22px;
        padding: 0px 0 0 6px;
        font-weight: normal;
        font-family:微软雅黑;
      }
      .contentmap{
        padding: 4px;
        color: #666666;
        font-family: monospace;
        line-height: 23px;
      }
      .contentmap img{
        float: left;
        margin: 3px;
      }
    .amap-info-content{
        padding: 0 0 2px 0px;
    }
    td{padding: 0px;}
	
	
	
	
	
	
	
	
	
	
	.wzjsnr {
  padding-bottom: 60px;
}



/* 定制设计网站 */
.solve-item{
    max-width: 360px;
    position: relative;
    text-align: center;
    padding: 60px 24px 54px;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.solve-item img{
    min-height: 129px;
}
.solve-item h2{
    font-size: 18px;
    line-height: 24px;
    margin-top: 34px;
    margin-bottom: 26px;
}
.solve-txt{
    font-size: 14px;
    color: #666;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.solve-item:hover{
    box-shadow: 0px 0px 10px #e5e5e5;
}
@media(max-width: 1200px){
    .solve-item{
        padding: 40px 15px;
    }
    .solve-item h2{
        margin-top: 25px;
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .solve-item{
        padding: 30px 15px;
        margin: 0 auto;
    }
    .design-team{
        margin-top: 40px;
    }
}
.design-team{
    overflow: hidden;
    margin-top: 80px;
    padding-bottom: 182px;
    background: url(../images/team_bg.jpg) no-repeat top center;
}
.dt-left{
    width: 50%;
    padding-top: 146px;
}
.dt-left h2{
    line-height: 142px;
    font-size: 72px;
    color:#000;
    position: relative;
    margin-bottom: 30px;
}
.dt-left h2::after{
    position: absolute;
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    background: #ef801d;
    left: 0px;
    bottom: 0px;
}
.dt-info{
    max-width: 600px;
    line-height: 60px;
    color: #333;
    font-size: 30px;
    margin-bottom: 60px;
}
.dt-descrip{
    display: block;
    width: 190px;
    height: 48px;
    border-radius: 20px;
    line-height: 48px;
    padding: 0 30px;
    color: #333;
    position: relative;
    border:1px solid #333333;
}
.dt-descrip:hover{
    border:1px solid #ef801d;
    background: #ef801d;
    color: #fff;
}
.dt-descrip:hover::after{
    background: url(../images/link_arrow.png) no-repeat right center;
}
.dt-descrip::after{
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    background: url(../images/link_arrowy.png) no-repeat right center;
    right: 30px;
    top: 50%;
    margin-top: -6px;
}
@media(max-width: 1200px){
    .design-team{
        margin-top: 50px;
    }
}
@media(max-width: 991px){
    .design-team{
        margin-top: 40px;
        background: #f5f5f5;
        padding-bottom: 60px;
    }
    .dt-left{
        width: 100%;
        padding-top: 40px;
    }
}
@media(max-width: 767px){
    .dt-left h2{
        font-size:34px;
        line-height: 72px;
        margin-bottom: 20px;
    }
    .dt-info{
        max-width: auto;
        line-height: 48px;
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media(max-width: 449px){
    .design-team{
        margin-top: 0px;
        padding-bottom: 30px;
    }
    .dt-left{
        padding-top: 20px;
    }
    .dt-info{
        line-height: 30px;
        font-size: 18px;
    }
}
.ptb70{
    padding: 68px 0 68px;
    position: relative;
    overflow: hidden;
}
.jmwz-bg{
    background: url(../images/jmwz_bg.jpg) no-repeat center#1d93de;
    background-attachment: scroll;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
}
.jmwz-wap{
    width: 90.625%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.jmwz-tit h2{
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 80px;
    color: #fff;
    text-align: center;
}
.jmwz-img{
    max-width: 564px;
    width: 100%;
    margin: 0 auto;
}
.jmwz-cont{
    position: relative;
    top: -60px;
    text-align: center;
}
.jmwz-cont .jmwz-item{
    width: 154px;
    display: inline-block;
    position: relative;
    color:#fff;
}
.jmwz-cont .jmwz-item:nth-child(1){
    top: 0px;
}
.jmwz-cont .jmwz-item:nth-child(2){
    top: 60px;
}
.jmwz-cont .jmwz-item:nth-child(3){
    top: 120px;
}
.jmwz-item .jmwz-info{
    position: absolute;
    bottom: 18%;
    left: 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.8em;
}
.jmwz-icon{
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    left: 0;
    width: 100%;
}
.jmwz-icon img{
    width: 45px;
    margin: 0 auto;
}
.jmwz-wap .shudh{
    position: relative;
    max-width: 1122px;
    margin: 0 auto;
    margin-top: 100px;
}
.jmwz-wap .shudh .shufz{
    position: absolute;
    width: 100%;
    top: 0;
}
.jmwz-wap .shudh .shufz img{
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
}
.jmwz-wap .shudh .shufz1{
    left: 0;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.jmwz-wap .shudh .shufz2{
    top: 12.5%;
    left: 0;
    width: 99.5%;
    -moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.jmwz-wap .shudh .shufz3{
    top: 33.5%;
    left: 0;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jmwz-wap .shudh .shufz .yybg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.jmwz-wap .shudh:hover .shufz1{
    left: 3%;
    top: -7%;
}
.jmwz-wap .shudh:hover .shufz2{
    top: 0;
    left: 6%;
    width: 99.5%;
}
.jmwz-wap .shudh:hover .shufz3{
    top: 25.5%;
    left: 3%;
}
.jmwz-wap .shudh:hover .shufz .yybg{
    opacity: 1;
}
.jmwz-wap .shudh:hover .shufz .yybg2{
    top: 20%;
    left: -2%;
}
.jmwz-wap .shudh:hover .shufz .yybg3{
    top: 12%;
    left: 5%;
}
.jmwz-wap .shudh img{
    display: block;
    width: 100%;
}
.kh-tit h2{
    font-size: 40px;
    color: #000;
}
@media(max-width: 1200px){
    .jmwz-tit h2{
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 1.5em;
    }
    .ptb70{
        padding: 50px 0 50px;
    }
}
@media(max-width: 991px){
    .jmwz-bg{
        background-attachment: initial;
    }
    .jmwz-wap .shudh{
        margin-top: 60px;
    }
}
@media(max-width: 767px){
    .jmwz-tit h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .ptb70{
        padding: 40px 0 40px;
    }
    .jmwz-cont .jmwz-item:nth-child(2){
        top: 40px;
    }
    .jmwz-cont .jmwz-item:nth-child(3){
        top: 80px;
    }
    .jmwz-wap .shudh{
        margin-top: 35px;
    }
    .jmwz-wap .shudh .shufz1{
        left: 3%;
        top: -7%;
    }
    .jmwz-wap .shudh .shufz2{
        top: 0;
        left: 6%;
        width: 99.5%;
    }
    .jmwz-wap .shudh .shufz3{
        top: 25.5%;
        left: 3%;
    }
    .jmwz-wap .shudh .shufz .yybg{
        opacity: 1;
    }
    .jmwz-wap .shudh .shufz .yybg2{
        top: 20%;
        left: -2%;
    }
    .jmwz-wap .shudh .shufz .yybg3{
        top: 12%;
        left: 5%;
    }
}
@media(max-width: 640px){
    .jmwz-tit h2{
        line-height: 48px;
    }
    .jmwz-tit h2>span{
        display: block;
    }
    .jmwz-img img{
        width: 100%;
    }
    .jmwz-cont .jmwz-item{
        width: 30%;
    }
    .jmwz-item .jmwz-info{
        font-size: 14px;
    }
    .jmwz-item img{
        width: 100%;
        display: block;
    }
    .jmwz-icon img{
        width: 36px;
    }
}
@media(max-width: 449px){
    .jmwz-wap .shudh{
        margin-top: 15px;
    }
    .jmwz-tit h2{
        font-size: 20px;
        line-height: 40px;
    }
}
.kh-scroll{
    position: relative;
}
.kh-scroll{
    position: relative;
    overflow: hidden;
}
.txt-item{
    color:#fff;
    padding-top: 44px;
    padding-left: 40px;
    padding-bottom: 32px;
    border-radius: 20px;
    width: calc(50% - 460px);
    position: absolute;
}
.txt-item:nth-child(1){
    top: 94px;
    left: 0px;
    background-image: linear-gradient(to right, #f7931e , #f26028);
}
.txt-item:nth-child(2){
    bottom: 144px;
    left: 0px;
    background: #28e396;
}
.txt-item:nth-child(3){
    top: 94px;
    right: 0px;
    background: #4193f6;
    padding-left: 25px;
}
.txt-item:nth-child(4){
    bottom: 144px;
    right: 0px;
    background: #24c7f6;
    padding-left: 25px;
}
.txt-item::after{
    position: absolute;
    display: block;
    content: "";
    width: 35px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
}
.txt-item:nth-child(1)::after{
    right: -34px;
    background: url(../images/scroll_bg1.png) no-repeat center;
}
.txt-item:nth-child(2)::after{
    right: -34px;
    background: url(../images/scroll_bg3.png) no-repeat center;
}
.txt-item:nth-child(3)::after{
    left: -32px;
    width: 32px;
    background: url(../images/scroll_bg2.png) no-repeat center;
}
.txt-item:nth-child(4)::after{
    left: -32px;
    width: 32px;
    background: url(../images/scroll_bg4.png) no-repeat center;
}
.txt-item h5{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
}
.txt-info{
    font-size: 16px;
    line-height: 30px;
    min-height: 60px;
}
.txt-info span{
    display: block;
}
.bgjs{
    width: 812px;
    height: 673px;
    position: relative;
    margin: 0 auto;
    background: url(../images/scroll_tv.png) no-repeat center;
    background-size: 100% 100%;
   
}
.scroll-text{
    position: absolute;
    top:6%;
    right: 5%;
    width: 91.3%;
    height: 62%;
}
.scroll-text p{
    position: absolute;
}
.bgjs h3{
    font-size: 18px;
    padding-bottom: 12px;
    display: none;
}
@media(max-width: 1620px){
    .bgjs{
        width: 680px;
        height: 564px; 
    }
    .txt-item{
        width: calc(50% - 380px); 
        padding-left: 25px;
    }
    .txt-item:nth-child(1){
        top: 50px;
    }
    .txt-item:nth-child(2){
        bottom: 110px;
    }
    .txt-item:nth-child(3){
        top: 50px;
    }
    .txt-item:nth-child(4){
        bottom: 110px;
    }
}
@media(max-width: 1400px){
    .bgjs{
        width: 600px;
    }
    .txt-item{
        width: calc(50% - 340px); 
        padding-top: 25px;
        padding-right: 10px;
        padding-bottom: 15px;
    }
    .txt-item h5{
        font-size: 16px;
        line-height: 24px;
    }
    .txt-info{
        font-size: 14px;
        line-height: 28px;
    }
}
@media(max-width: 1400px){
    .bgjs{
        width: 400px;
        height: 400px;
        background: #fff;
        border: 10px solid #000;
    }
    .scroll-text{
        top: 0px;
        height: 95%;
        right: 10px;
    }
    .txt-item{
        width: calc(50% - 240px); 
        padding: 15px;
    }
    .txt-item:nth-child(1){
        top: 20px;
    }
    .txt-item:nth-child(3){
        top: 20px;
        padding-left: 15px;
    }
    .txt-item:nth-child(2){
        bottom: 20px;
    }
    .txt-item:nth-child(4){
        bottom:20px;
        padding-left: 15px;
    }
    .txt-item h5{
        margin-bottom: 5px;
    }
    .txt-info{
        line-height: 20px;
        min-height: 42px;
    }
}
@media(max-width: 991px){
    .txt-item{
        width: auto;
        position: relative;
        top: auto !important;
        bottom: auto !important;
        margin-bottom: 20px;
    }
    .txt-info span{
        display: none;
    }
    .txt-info{
        min-height: auto;
    }
}
@media(max-width: 767px){
    .bgjs{
        background: 0;
        border: 1px solid #ef801d;
        padding: 20px;
        width: auto;
        height: auto;
        display: none;
    }
    .bgjs h3{
        display: block;
    }
    .scroll-text{
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        overflow: hidden;
    }
    .scroll-text p{
        font-size: 14px !important;
        width: 50%;
        text-align: left;
        padding: 5px 0;
        position: relative;
        left: 0 !important;
        top: 0 !important;
        float: left;
        opacity: 1 !important;
    }
    .txt-item{
        border-radius: 0px;
    }
}
.dz-tit{
    margin-top: 50px;
    margin-bottom: 80px;
}
.ac-ul .moreloadUl li .pubcase-item{
    margin-bottom: 40px;
}
.market-ul ul li{
    margin-bottom: 40px;
}
@media(max-width: 991px){
    .ac-ul .moreloadUl li .pubcase-item{
        margin-bottom: 20px;
    }
    .dz-tit{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .market-ul ul li{
        margin-bottom: 0px;
    }
}
/* 全网营销 */
.market .hometit h4{
    color: #000;
}
.zhaoshang{
    text-align: center;
}
.mw-cont{
    padding-bottom: 250px;
    background: url(../images/market_bg1.jpg) no-repeat center;
} 
.mw-right{
    float: right;
    width: 50%;
}
.mw-txt{
    padding-top: 180px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    margin-bottom: 98px;
}
.mw-txt h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
}
.mwinfo{
    margin-top: 45px;
    font-size: 18px;
    line-height: 36px;
}
.mw-link{
    padding-left: 35px;
}
.mw-link li img{
    display: block;
    width: 100%;
}
#qwyxys{
    margin-top: 80px;
    padding-bottom: 80px;
    background: url(../images/qwyxys-bg.jpg) no-repeat top center; 
}
.qwyxys-l ul li{
    background: #757080;
    margin-bottom: 20px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    padding: 20px 30px 0 30px;
    transition:all 0.4s;
}
.qwyxys-lir{
    padding-left: 30px;
    color: #fff;
}
.qwyxys-lir p{
    margin-top: 15px;
}
.qwyxys-llimg{
    width: 60px;
    position: relative;
}
.qwyxys-llimg img{
    width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.qwyxys-l ul li .qwyxys-llimg img:last-child{
    opacity: 0;
    transition:all 0.5s;
}
.qwyxys-l ul li:hover .qwyxys-llimg img:last-child{
    opacity: 1;
}
.qwyxys-l ul li:hover{
    background: #fff;
}
.qwyxys-l ul li:hover .qwyxys-lir{
    color: #000;
}
.qwyxys-lp{
    padding-right: 60px;
}
.qwyxys-rp{
    padding-left:30px;
}
.qwpk-wrap table{
    border:1px solid #bfbfbf;
    width: 100%;
}
.qwpk-wrap table th,.qwpk-wrap table td{
    border:1px solid #bfbfbf;
    width: 20%;
    height: 90px;
    text-align: center;
}
.qwpk-wrap table th{
    background: #535353;
    color: #fff;
    font-size: 24px;
    font-weight:normal;
}
.qwcase .pubcase-item .pubcase-info{
    display: none;
}
.qwcase .ac-ul .case-list li .pubcase-item{
    border: 1px solid #d2d2d2;
}
.qwcase .ac-ul .case-list li:hover .pubcase-item{
    border: 1px solid #d7000f;
}
@media(max-width: 1620px){
    .mw-cont{
        padding-bottom: 170px;
    } 
    .mw-txt{
        padding-top: 150px;
    }
    .qwyxys-rp{
        padding-left: 60px;
    }
    .qwyxys-c img{
        width: 100%;
    }
    .qwyxys-lir p {
        margin-top: 4px;
    }
}
@media(max-width: 1400px){
    .mw-link li{
        margin-right: 0px;
    }
    .qwyxys-lp {
        padding-right: 20px;
    }
    .qwyxys-rp {
        padding-left: 30px;
    }
    .zhaoshang img{
        width: 100%;
    }
}
@media(max-width:1200px){
    .mw-txt h2{
        font-size: 24px;
    }
    .market-what .container{
        width: 100%;
        padding: 0;
    }
   
    .qwyxys-l ul li{
        height: auto;
        padding: 10px;
    }
    .qwyxys-lir p{
        font-size: 14px;
    }
    #qwpk .container{
        width: 100%;
    }
    .qwpk-wrap table td{
        padding: 0 5px;
    }
}
@media(max-width:991px){
    .mw-cont{
        background: #4098ef;
    }
    .mw-right {
        width: 100%;
    }
    .mw-txt{
        padding-top:50px;
    }
    .mwinfo{
        margin-top:25px;
    }
    .mw-cont {
        padding-bottom: 80px;
    }
    .mw-link li {
        margin-right: 0px;
        padding: 0 30px;
    }
    .mw-txt{
        margin-bottom: 50px;
    }
    .mw-link{
        padding-left: 0;
    }
    #qwyxys{
        background: #45435c;
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .qwyxys-c{
        display: none;
    }
    .qwpk-wrap table th{
        font-size: 18px;
    }
}
@media(max-width:800px){
    .qwpk-wrap table th, .qwpk-wrap table td{
        height: 70px;
    }
    #qwpk{
        overflow-x: scroll;
        margin-right: 15px;
    }
    .qwpk-wrap table{
        width: 800px;
    }
}
@media(max-width:600px){
    .mw-txt h2 {
        font-size: 20px;
    }
    .mwinfo {
        margin-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }
    .mw-link li {
        padding: 0 10px;
    }
    .mw-cont {
        padding-bottom: 40px;
    }
    .mw-txt{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        margin-bottom: 30px;
    }
    .qwyxys-lp {
        padding-right: 5px;
        padding-left: 0;
    }
    .qwyxys-rp {
        padding-left: 5px;
        padding-right:0px;
    }
    .qwyxys-lir {
        padding-left: 15px;
    }
    .qwpk-wrap table th, .qwpk-wrap table td{
        height: 58px;
        font-size: 14px;
    }
    
}
@media(max-width:449px){
    .qwyxys-llimg{
        width: 35px;
    }
    .qwyxys-rp {
        padding-left: 0;
        padding-right: 0px;
    }
    .qwyxys-lp {
        padding: 0;
    }
}




.page-list {
	max-width: 1600px;
	margin: 0 auto;
	    text-align: center; margin-bottom:30px;
}

.page-list a {
	width: auto; padding:0 20px;
	height:38px;
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	color: #666;
	background: #fff;
	border-radius: 3px;
	margin-right: 10px;
	transition: all 0.5s linear;
	font-family: 'gotham-Book'; margin-top:5px;
}

.page-list a:hover {
	color: #fff;
	background: #ef801d;
	border: 1px solid #ef801d;
}

.page-list a.on {
	color: #fff;
	background: #ef801d;
	border: 1px solid #ef801d;
}

.page-list a.prev {
	background: #fff url(../images/icon24.png) center center no-repeat;
}

.page-list a.next {
	background: #fff url(../images/icon25.png) center center no-repeat;
}



@media (max-width: 639px) {.inside-banner{ display:none}}


@media (min-width: 640px) and (max-width:1920px ) {.inside-banner_m{ display:none}}

.inside-banner_m img{ width:100%; height:auto; margin:0 auto; text-align:center}