





/* 轮播图 */
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide{
    position: relative;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w{
    height: 100%;

}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w h2{
    color: #fff;
    line-height: 90px;
    font-size: 64px;
    margin-bottom: 19px;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w h3{
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 7%;
    font-weight: normal;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot a.more{
    width: 183px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    color: #2196F3;
    letter-spacing: 2px;
    font-size: 18px;
    margin-right: 40px;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot a.more span{
    margin-right: 14px;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot a.more i{
    font-size: 24px;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot .tel img{
    width: 18px;height: 18px;
    margin-right: 13px;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot .tel span{
    color: #fff;
    font-size: 18px;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot .tel span a{
	color:#fff;
  font-size: 18px;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot .tel a{
color:#fff;
  font-size: 18px;
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot .tel{
    width: 302px;
    height: 56px;
    border-radius: 30px;
    border: 2px solid #FFFFFF;

}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide img.img{
    display: block;
    width: 100%;
    
}
.bannerswp .banner-swiper .swiper-wrapper .swiper-slide img.mobile-img{
    display: none;
}
.bannerswp .banner-swiper .swiper-button-next,
.bannerswp .banner-swiper .swiper-button-prev{
    width: 62px;
    height: 124px;
    background: rgba(255,255,255,0.2);
}
.bannerswp .banner-swiper .swiper-button-next{
    right: 0;
    border-radius: 10px 0 0 10px;
}
.bannerswp .banner-swiper .swiper-button-prev{
    left: 0;
    border-radius: 0 10px 10px 0;
}
.bannerswp .banner-swiper .swiper-button-next::after,
.bannerswp .banner-swiper .swiper-button-prev::after{
    font-size: 22px;
    color: #fff;
}
.bannerswp .banner-swiper .swiper-pagination{
    bottom: 0;
    width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding-bottom: 90px;
}
.bannerswp .banner-swiper .swiper-pagination .swiper-pagination-bullet{
    display: block;
    width: 15.0969%;
    background: none;
    height: auto;
    color: #fff;
    margin-right: 32px;
    text-align: left;
    font-size: 14px;
    margin-left: 0;
    opacity: 0.5;
    position: relative;
    padding-top: 12px;
    padding-bottom: 5%;
}
.bannerswp .banner-swiper .swiper-pagination .swiper-pagination-bullet::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    opacity: 0.5;
    top: 0;
    left: 0;

}
.bannerswp .banner-swiper .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.bannerswp .banner-swiper .swiper-pagination .swiper-pagination-bullet-active::before{
    width: 100%;
    background: linear-gradient(208deg, #45C7FA 0%, #2196F3 100%);
    opacity: 1;
}

.banertext{
    background: #F7F9FB;
    filter: blur(0px);
    position: relative;
    z-index: 99;
    /*margin-top: -90px;*/

}
.banertext .w{
    height: 90px;
}
.banertext .w .itm{
    position: relative;
    padding: 0 98px;
}
.banertext .w .itm::after{
    position: absolute;
    content: "";
    height: 50px;
    width: 1px;
    background: #E4E8EB;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banertext .w .itm h2{
    color: #24242B;
    margin-bottom: 9px;
    line-height: 25px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.banertext .w .itm p{
    color: #24242B;
    line-height: 17px;
    opacity: 0.6;
    font-size: 12px;
    text-align: center;
}

.banertext .w .itm:nth-last-child(1)::after{
    display: none;
}






/* 全面、专业的互联网营销服务商 */
.f1{
    background: #F9FBFE;
}

.f1 .f1t{
    box-shadow: 0px 8px 40px 0px rgba(109,109,109,0.03);
    padding-top: 90px;
}
.f1 .slick-dots{
    display: none!important;
}
.f1 .f1t .slider-nav{
    margin-top: 50px;
    padding: 0 12%;
}
.f1 .f1t .slider-nav .slitem .pic img{
    width: 48px;
    display: block;
}
.f1 .f1t .slider-nav .slitem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.f1 .f1t .slider-nav .slitem .pic{
    margin-bottom: 20px;
}
.f1 .f1t .slider-nav .slitem p{
    font-size: 22px;
    color: #24242B;
    line-height: 30px;
    padding-bottom: 20px;
    position: relative;
}
.f1 .f1t .slider-nav .slitem .pic img.img2{
    display: none;
}
.f1 .f1t .slider-nav .slick-list .slick-track .slitem.slick-current p{
    color: #2196F3;
}
.f1 .f1t .slider-nav .slick-list .slick-track .slitem.slick-current p::after{
    position: absolute;
    height: 3px;
    background: linear-gradient(208deg, #45C7FA 0%, #2196F3 100%);
    border-radius: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
}
.f1 .f1t .slider-nav .slick-list .slick-track .slitem.slick-current .pic img.img2{
    display: block;
}
.f1 .f1t .slider-nav .slick-list .slick-track .slitem.slick-current .pic img.img1{
    display: none;
}
.f1 .f1b{
    margin-top: 100px;
    padding-bottom: 167px;
}
.f1 .f1b .slider-for .foritem .forl{
    padding-top: 90px;
    width: 41.88%;
    float: left;
}
.f1 .f1b .slider-for .foritem .forl a.more{
    display: block;
    color: #fff;
    background: #2196F3;
    width: 155px;
    height: 46px;
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    margin-top: 53px;
}
.f1 .f1b .slider-for .foritem .forl h2{
    font-size: 34px;
    margin-bottom: 42px;
    line-height: 48px;
    
}
.f1 .f1b .slider-for .foritem .forl p{
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
}
.f1 .f1b .slider-for .foritem .forr{
    width: 54.27%;
    float: right;
}
.f1 .f1b .slider-for .foritem .forr img{
    width: 100%;
    display: block;
}


.f1 .f1b .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.f1 .f1b .slider-for{
    padding: 0 5.0%;
}
.f1 .f1b .slider-for .slick-prev{
    left: 0;
}
.f1 .f1b .slider-for .slick-next{
    right: 0;
}
.f1 .f1b .slider-for .slick-prev,
.f1 .f1b .slider-for .slick-next{
    width: 21px;
    height: 40px;
    
}
.f1 .f1b .slider-for .slick-prev{
    background: url(../images/arrow_left.png) no-repeat 0 0;
    background-size: 21px;
}
.f1 .f1b .slider-for .slick-next{
    background: url(../images/arrow_right.png) no-repeat 0 0;
    background-size: 21px;
}

.f1 .f1b .slider-for .slick-prev::before,
.f1 .f1b .slider-for .slick-next::before{
    display: none;
}
.mobile-f1{
    display: none;
}

/* 我们的服务 */
.f2{
    background: #020D28;
    
}

.f2 .commontit h2{
    color: #fff;
    margin-bottom: 0;
}
.f2 .f2right{
    background: url(../images/bg_f2right.png) no-repeat right top;
}
.f2 .f2left{
    background: url(../images/bg_f2left.png) no-repeat left bottom;
    padding-top: 90px;
    padding-bottom: 104px;
}
.f2 .f2left .f2b .f2bswp {
    position: relative;
}
.f2 .f2left .f2b .m_f2bswp{
    display: none;
}
.f2 .f2left .f2b .f2bswp .swiper-pagination{
    left: 16.1458vw;
    width: 180px;
    top: 50%;
    transform: translateY(-50%);
}
.f2 .f2left .f2b .f2bswp .swiper-pagination .swiper-pagination-bullet{
    display: block;
    cursor: pointer;
    width: auto;
    margin: 0;
    font-size: 18px;
    color: #fff;
    opacity: 0.4;
    background: none;
    border-radius: 0;
    height: auto;
    margin-bottom: 42px;
    text-align: left;
    background: url(../images/dot.png) no-repeat 0px center;
    background-size: 16px;
    padding-left: 26px;
}
.f2 .f2left .f2b .f2bswp .swiper-pagination .swiper-pagination-bullet-active{
    font-size: 20px;
    opacity: 1;
    background: url(../images/doth.png) no-repeat 0px center;
    background-size: 16px;
}
.f2 .f2left .f2b .f2bswp .swiper-button-next, 
.f2 .f2left .f2b .f2bswp .swiper-button-prev{
    width: 48px;
    height: 96px;
    z-index: 99;
    background: rgba(255,255,255,0.4);
}
.f2 .f2left .f2b .f2bswp .swiper-button-next.swiper-button-disabled, 
.f2 .f2left .f2b .f2bswp .swiper-button-prev.swiper-button-disabled{
pointer-events: all;
}
.f2 .f2left .f2b .f2bswp .swiper-button-next{
    right: 0;
    border-radius: 10px 0 0 10px;
    
}
.f2 .f2left .f2b .f2bswp .swiper-button-next::after,
.f2 .f2left .f2b .f2bswp .swiper-button-prev::after
{
    color: #fff;
    font-size: 22px;
}

.f2 .f2left .f2b .f2bswp .swiper-button-prev{
    left: 0;
    border-radius: 0px 10px 10px 0px;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp{
    padding-top: 86px;
    margin-left: 31.927vw;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a img.img{
    border-radius: 6px;
    display: block;
    width: 100%;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 54px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .ait{
    padding-top: 70px;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .ait .ait-tit h3{
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0.7;
    color: #fff;
    font-weight: normal;
    margin-bottom: 2px;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .ait .ait-tit h2{
    line-height: 50px;
    font-size: 36px;
    color: #fff;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .ait .ait-des{
    font-size: 14px;
    color: #fff;
    margin-top: 13px;
    width: 75.518%;
    line-height: 22px;
    display: none;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .aib {
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .aib .arow img{
    width: 51px;
    display: block;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .aib .nums{
    font-size: 80px;
    margin-top: 17px;
    font-weight: bold;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-scrollbar{
    background: #fff;
    border-radius: 4px;
    height: 1px;
    bottom: 96px;
    left: 10%;
    width: 90%;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-scrollbar .swiper-scrollbar-drag{
    background: #fff;
    height: 3px;
    top: -1px;
    border-radius: 2px;
}

.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide{
    width: 30.52083vw;
    position: relative;
    transition: all ease-in-out .2s;
    top: 0;
}
.f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide:hover{
    top: -32px;
}








/* 彼亿营销持续为各行各业创造更大价值 */
.f3{
    padding: 90px 0 100px;
}
.f3 .f3t {
    margin-top: 70px;
    margin-bottom: 16px;
}
.f3 .f3ul .f3li{
    width: 13.0769%;
    transition: all .4s ease-in-out;
}
.f3 .f3ul .f3li.current{
    width: 42.769%;
    
}
.f3 .f3ul .f3li .libig{
    display: none;
    
    
}
.f3 .f3ul .f3li.current .libig{
    display: block;
    height: 442px;
    overflow: hidden;

}
.f3 .f3ul .f3li.current .lismall{
    display: none;
    
}
.f3 .f3ul .f3li .lismall a{
    width: 100%;
}
.f3 .f3ul-mobile{
    display: none;
}
.f3 .f3t .f3tl{

    box-sizing: border-box;
    padding: 0 26px;
    
}
.f3 .f3t .f3tl .inner{
    padding-top: 22px;
}
.f3 .f3t .f3tl .inner .item1{
    margin-bottom: 20px;
}
.f3 .f3t .f3tl .inner .item1 .ul .li span{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.f3 .f3t .f3tl .inner .item1 .ul .li img{
    width: 14px;
    height: 9px;
    margin-right: 13px;
}
.f3 .f3t .f3tl .inner .item1 .ul .li {
    margin-bottom: 12px;
}
.f3 .f3t .f3tl .inner .item1 .tit{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 11px;
}
.f3 .f3t .f3tl .inner .item2 .tit{
    line-height: 22px;
    margin-bottom: 17px;
}
.f3 .f3t .f3tl .inner .item2 .clientcase a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    margin-right: 16px;

}
.f3 .f3t .f3tl .inner .item2 .clientcase a img{
    max-width: 105px;
    max-height: 40px;
}
.f3 .f3t .f3tl .inner .item2{
    margin-bottom: 25px;
}
.f3 .f3t .f3tl .inner .item3 {
    margin-bottom: 26px;
}
.f3 .f3t .f3tl .inner .item3 .relapro .li img{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 6px;
}
.f3 .f3t .f3tl .inner .item3 .relapro .li span{
    color: #333;
}
.f3 .f3t .f3tl .inner .item3 .relapro .li{
    margin-right: 18px;
}
.f3 .f3t .f3tl .inner .item3 .tit{
    margin-bottom: 12px;
}
.f3 .f3t .f3tl .inner .item4 a{
    width: 48%;
    height: 50px;
    border-radius: 8px;
    cursor: pointer;
    background: #2196F3;
}
.f3 .f3t .f3tl .inner .item4 a.bt2{
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(82,82,82,0.07);
}
.f3 .f3t .f3tl .inner {
    background: url(../images/bg_f3tl.png) no-repeat right bottom;
    background-size: 176px;
}
.f3 .f3t .f3tr{
    width: 56%;
}
.f3 .f3t .lismall a{
    display: block;
    width:100%;
    transition: all ease-in-out .2s;
    top: 0;
}
.f3 .f3t .lismall a:hover{
    top: -20px;
}
.f3 .f3t .lismall a img{
    width: 100%;
    display: block;
    height: 442px;
    border-radius: 4px;
}
.f3 .f3t .lismall a .ai {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.f3 .f3t .lismall a .ai .des h2,
.f3 .f3t .lismall a .ai .des p{
    color: #fff;
}
.f3 .f3t .lismall a .ai .des p{
    font-size: 14px;
    line-height: 24px;
}
.f3 .f3t .lismall a .ai .des h2{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 11px;
}
.f3 .f3t .lismall a .ai .des{
    padding: 22px 16px 0;
}







.f3 .f3b a{
    width: 18.92%;
    display: block;
    margin-bottom: 16px;
    box-shadow: 0px 5px 10px 0px rgba(82,82,82,0.07);
    background: linear-gradient(360deg, #FFFEFF 0%, #F2F4F8 100%);
    border-radius: 4px;
    padding: 22px 20px;
    box-sizing: border-box;
}
.f3 .f3b a .ai h2{
    font-weight: normal;
}
.f3 .f3b a .ai p{
    color: #333;
    opacity: 0.6;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 11px;
    line-height: 24px;
}
.f3 .f3b a:nth-last-child(1) .ai{
    background: url(../images/bg_allcase.png) no-repeat right bottom;
}
.f3 .f3b a:nth-last-child(1) .ai p{
    color: #2196F3;
    opacity: 1;
}








/* 行业资讯 */

.indexnews{
    background: #F7F9FB;
    padding-top: 90px;
    padding-bottom: 135px;
    
}
.indexnews .indexnews-bot{
    margin-top: 56px;
}

.indexnews .indexnews-bot .newsl .arrows{
    position: absolute;
    right: 36px;
    bottom: 40px;
    width: 100px;
    height: 40px;
    z-index: 7;
}
.indexnews .indexnews-bot .newsl .arrows .swiper-button-next, 
.indexnews .indexnews-bot .newsl .arrows .swiper-button-prev{
    width: 40px;
    height: 40px;
    position: static;
}
.indexnews .indexnews-bot .newsl .arrows .swiper-button-next{
    float: right;
    margin: 0 0 0 20px;
    background: url(../images/next.png) no-repeat 0 0;
    background-size: 40px;
}
.indexnews .indexnews-bot .newsl .arrows .swiper-button-prev{
    float: left;
    margin: 0;
    background: url(../images/prev.png) no-repeat 0 0;
    background-size: 40px;
}
.indexnews .indexnews-bot .newsl .arrows .swiper-button-next::after,
.indexnews .indexnews-bot .newsl .arrows .swiper-button-prev::after{
    display: none;
}

.indexnews .indexnews-bot .newsl .indexnews-swp .swiper-pagination{
    display: none;
}
.indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .pic{
    margin-bottom: 36px;
}
.indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .pic img{
    width: 100%;
    display: block;
    max-height: 450px;
}
.indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des {
    padding: 0 36px;
}
.indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .h2{
    
    margin-bottom: 18px;
}
.indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .mobile-cat{
    display: none;
}
.indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .h2 a.a1{
    display: block;
    width: 140px;
    height: 34px;
    margin-right: 12px;
    line-height: 34px;
    text-align: center;
    background: #F7F9FB;
    color: #2196F3;
    border-radius: 6px;
    

}
.indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .h2 a.a2{
    font-size: 26px;
 
    width: 85.24%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .p{
    color: #333;
    line-height: 24px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}
.indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .date{
    color: #333;
    margin-top: 30px;
    padding: 0 36px;
}






.indexnews .indexnews-bot .newsr .item .itemb a{
    display: flex;
    justify-content: space-between;
}
.indexnews .indexnews-bot .newsr .item{
    margin-bottom: 28px;
    height: auto;
    overflow: hidden;
    padding: 0 5.34%;
}
.indexnews .indexnews-bot .newsr .item .itemb a .al{
    width: 32.85%;
}
.indexnews .indexnews-bot .newsr .item .itemb a .al img{
    display: block;
    width: 100%;
}
.indexnews .indexnews-bot .newsr .item .itemb a .ar{
    width: 61.9%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.indexnews .indexnews-bot .newsr .item .itemb a .ar .date{
    color: #333;
}
.indexnews .indexnews-bot .newsr .item .itemb a .ar .title{
    font-size: 18px;

    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}
.indexnews .indexnews-bot .newsr .item .itemb a{
    margin-bottom: 52px;
}
.indexnews .indexnews-bot .newsr .item .itemb a:nth-last-child(1){
    margin-bottom: 40px;
}
.indexnews .indexnews-bot .newsr .item .tit{
    margin: 26px 0;
}
.indexnews .indexnews-bot .newsr .item .tit .titl{
    font-size: 22px;
    line-height: 30px;
}
.indexnews .indexnews-bot .newsr .item .tit .titr{
    font-size: 16px;
    color: #2196F3;
}
.indexnews .indexnews-bot .newsr .item .tit .titr span{
    margin-right: 6px;
}
.indexnews .indexnews-bot .newsr .item:nth-last-child(1){
    margin-bottom: 0;
}
.indexnews .indexnews-bot .newsr{
    width: 36%;
}
.indexnews .indexnews-bot .newsl{
    width: 61.84%;

}


@keyframes imgZoom {
to {
    transform:scale(1.05)
}
}


@media (max-width:1681px) {
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w h2{
        font-size: 58px;
        line-height: 76px;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w h3{
        margin-bottom: 64px;
    }
    .bannerswp .banner-swiper .swiper-pagination{
        padding-bottom: 72px;
    }
}

@media (max-width:1441px) {
    .bannerswp .banner-swiper .swiper-pagination{
        padding-bottom: 66px;
    }

    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w h2{
        font-size: 44px;
        line-height: 52px;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot .tel{
        width: 266px;
        height: 42px;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot a.more{
        height: 46px;
        width: 160px;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot a.more span{
        font-size: 16px;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w h3{
        margin-bottom: 50px;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot .tel span{
        font-size: 16px;
    }
    .bannerswp .banner-swiper .swiper-button-next, .bannerswp .banner-swiper .swiper-button-prev{
        width: 46px;
        height: 80px;
    }
    .bannerswp .banner-swiper .swiper-pagination{
        width: 1100px;
    }
    .f1 .f1t .slider-nav{
        padding: 0 8%;
    }
    .f1 .f1b .slider-for .foritem .forl p{
        font-size: 16px;
    }
    .f1 .f1b{
        padding-bottom: 80px;
    }

    .f1 .f1b .slider-for .foritem .forl h2{
        font-size: 32px;
    }
    .f3 .f3t .lismall a img{
        height: 374px;
    }
    .f3 .f3ul .f3li.current .libig{
        height: 374px;
    }
    .f3 .f3t .f3tl .inner .item2 .clientcase a img{
        max-width: 94px;
        max-height: 40px;
    }
    .f3 .f3t .f3tl .inner .item2 .clientcase a{
        width: 110px;
        height: 40px;
    }
    .f3 .f3t .f3tl .inner .item2{
        margin-bottom: 15px;
    }
    .f3 .f3t .f3tl .inner .item3{
        margin-bottom: 15px;
    }
    .f3 .f3t .f3tl .inner .item1{
        margin-bottom: 15px;
    }
    .f3 .f3t .f3tl .inner .item1 .ul .li span{
        font-size: 13px;
        line-height: 18px;
    }
    .f3 .f3t .f3tl .inner .item1 .ul .li{
        margin-bottom: 10px;
    }
    .f3 .f3t .f3tl .inner .item4 a{
        width: 40%;
        height: 36px;
        font-size: 14px;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .pic img{
        max-height: 370px;
    }
    .indexnews .indexnews-bot .newsl{
        width: 52.84%;
    }
    .indexnews .indexnews-bot .newsr{
        width: 44%;
    }
    .formwrap .form{
        width: 690px;
    }
    .formwrap .form .formi .formb .eform{
        padding: 26px 40px 0;
    }
    .indexnews .indexnews-bot .newsr .item .itemb a{
        margin-bottom: 20px;
    }







}



/* 自适应写法 */

@media (max-width:769px) {

    .banertext .w{
        height: 50px;
    }
    .banertext .w .itm{
        padding: 0;
        width: 33.33%;
    }
    .banertext{
        margin-top: 0;
    }
    .banertext .w .itm h2{
        font-size: 10px;
        line-height: 14px;
        margin-bottom:3px;
    }
    .banertext .w .itm p{
        font-size: 7px;
    }
    .banertext .w .itm::after{
        height: 25px;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide img.img{
        display: none;
        width: 100%;
        
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide img.mobile-img{
        display: block;
        width: 100%;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w h2 br{
        display: none;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w h2{
        font-size: 32px;
        line-height: 45px;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w h3{
        font-size: 16px;
        line-height: 22px;
    }

    .bannerswp .banner-swiper .swiper-pagination{
        padding-bottom: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .bannerswp .banner-swiper .swiper-pagination .swiper-pagination-bullet{
        width: 20%;
        margin-right: 20px;
    }

    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot{
        display: block;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .bannerswp .banner-swiper .swiper-wrapper .swiper-slide .sldi .w .sldibot a.more{
        margin-bottom: 16px;
    }
    .bannerswp .banner-swiper .swiper-button-next, .bannerswp .banner-swiper .swiper-button-prev{
        display: none;
    }
    .bannerswp .banner-swiper .swiper-pagination .swiper-pagination-bullet:nth-last-child(1){
        margin-right: 0;
    }









    .f1{
        display: none;
    }

    .mobile-f1{
        display: block;
        margin-top: 44px;
    }

    .mobile-f1 .mobile-f1b .f1b-item .item-title{
        height: 55px;
        padding: 0 19px;
        border-bottom: 1px solid rgba(216, 216, 216, 0.8);
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-title .tit{
        color: #24242B;
        font-size: 16px;
        font-family: 'SourceHanSansSC-Bold-2';
    }

    .mobile-f1 .mobile-f1b .f1b-item .item-title .span span{
        font-size: 11px;
        color: rgba(36, 36, 43, 0.5);
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-title .span i{
        color: rgba(36, 36, 43, 0.5);
        margin-left: 16px;
        transition: all ease-in-out .2s;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-title.cur .tit{
        color: #2196F3;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-title.cur .span span{
        color: #2196F3;
        opacity: 0.5;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-title.cur .span i{
        transform: rotate(90deg);
        color: #2196F3;
        opacity: 0.5;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-body{
        padding: 22px 19px;
        display: none;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-body h2{
        font-size: 16px;
        color: #000000;
        margin-bottom: 25px;
        font-weight: normal;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-body .des p{
        font-size: 12px;
        color: #000;
        margin-bottom: 8px;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-body .des{
        margin-bottom: 28px;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-body .more a{
        display: flex;
        align-items: center;
        background: #2196F3;
        width: 155px;
        height: 46px;
        justify-content: center;
        border-radius: 23px;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-body .more{
        margin-bottom: 18px;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-body .more a span{
        margin-right: 14px;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-body .more a span,
    .mobile-f1 .mobile-f1b .f1b-item .item-body .more a i{
        color: #fff;
        font-size: 18px;
    }
    .mobile-f1 .mobile-f1b .f1b-item .item-body .pic img{
        width: 100%;
        display: block;
    }






    .f2{
        margin-top: 46px;
    }
    .f2 .f2left{
        padding-top: 44px;
        padding-bottom: 14px;
    }
    .f2 .f2left .f2b .f2bswp .swiper.service-swp{
        padding-top: 32px;
    }
    .f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .ait .ait-tit h2{
        font-size: 18px;
        line-height: 25px;
    }

    .f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .ait .ait-tit h3{
        font-size: 10px;
    }






    .f2 .f2left .f2b .f2bswp .swiper-pagination{
        display: none;
    }
    .f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide:hover{
        top: 0;
    }
    .f2 .f2left .f2b .f2bswp .swiper.service-swp{
        margin-left: .927vw;
    }
    .f2 .f2left .f2b .f2bswp .swiper-button-next, .f2 .f2left .f2b .f2bswp .swiper-button-prev{
        display: none;
    }
    .f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .ait .ait-des{
        display: block;
        font-size: 10px;
        opacity: 0.8;
        line-height: 16px;
    }
    .f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .aib .nums{
        font-size: 40px;
        line-height: 56px;
    }
    .f2 .f2left .f2b .f2bswp .swiper.service-swp .swiper-wrapper .swiper-slide a .ai .aib .arow img{
        width: 26px;
    }
    
    
    
    
    
    .f2 .f2left .f2b .f2bswp{
        display: none;
    }
    .f2 .f2left .f2b .m_f2bswp{
        display: block;
        margin: 0 16px;
        margin-top: 32px;
        overflow: hidden;
        position: relative;
        padding-bottom: 40px;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a{
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai .ai-top .htit h3{
        font-size: 10px;color: rgba(255,255,255,0.7);
        text-transform: uppercase;
        font-weight: normal;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai .ai-in{
        padding: 0 15px;
        height: 100%;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai .ai-top .htit h2{
        font-size: 18px;
        color: #fff;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai .ai-top{
        padding-top: 31px;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai .ai-top .htit{
        margin-bottom: 14px;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai .ai-top .des,
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai .ai-top .des p{
        font-size: 10px;
        color: rgba(255,255,255,0.8);
        line-height: 16px;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai .ai-bot .arow img{
        display: block;
        width: 22px;   
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai .ai-bot .nums{
        font-size: 40px;
        margin-top: 10px;
        color: #fff;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide a .ai .ai-bot{
        align-items: flex-end;
        padding-bottom: 70px;
    }
    .f2 .f2left .f2b .m_f2bswp .swiper .swiper-wrapper .swiper-slide .apic img{
        width: 100%;
        display: block;
        border-radius: 4px;
    }

    .f2 .f2left .f2b .m_f2bswp .swiper-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        opacity: 1;
        background: rgba(255,255,255,0.8);
    }
    .f2 .f2left .f2b .m_f2bswp .swiper-pagination .swiper-pagination-bullet-active{
        background: #fff;
        width: 24px;
        border-radius: 4px;
    }
    
    
    
    
    
    
    
    
    
    
    .f3{
        padding: 42px 0 0;
    }

    .f3 .f3ul-mobile{
        display: flex;
        padding: 0 15px;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .f3 .f3ul-mobile .mitem {
        width: 48.5%;
        border-radius: 4px;
        padding: 15px;
        margin-bottom: 9px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .f3 .f3ul-mobile .mitem h2,
    .f3 .f3ul-mobile .mitem p{
        color: #fff;
    }
    .f3 .f3ul-mobile .mitem h2{
        margin-bottom: 9px;
    }
    .f3 .f3ul-mobile .mitem p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .f3 .f3ul-mobile .mitem .more{
        background: #fff;
        font-size: 12px;
        color: #2196F3;
 
        text-align: center;
        padding: 12px;
        border-radius: 2px;
    }
    .f3 .f3ul-mobile .m1{
        background: #2673E7;
    }
    .f3 .f3ul-mobile .m2{
        background: #2196F3;
    }
    .f3 .f3ul-mobile .m3{
        background: #304C94;
    }
    .f3 .f3ul-mobile .m4{
        background: #2673E7;
    }
    .f3 .f3ul-mobile .m5{
        background: #00C8DC;
    }
    .f3 .f3ul-mobile .m6{
        background: #6083FF;
    }









    .f3 .f3ul{
        display: none;
    }

    .f3b{
        padding: 0 15px;
    }
    .f3b a:nth-child(1){
        display: none;
    }
    .f3 .f3b a{
        width: 31.33%;
        padding: 18px 11px;
    }
    .f3 .f3b a .ai p{
        font-size: 8px;
        color: #24242B;
        opacity: 0.6;
        margin-top: 12px;
        line-height: 11px;
    }
    .f3 .f3b a .ai {
        text-align: center;
    }
    .indexnews .indexnews-bot .newsl,
    .indexnews .indexnews-bot .newsr{
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .indexnews .indexnews-bot{
        display: block;
        margin-top: 30px;
    }
    .indexnews{
        padding-bottom: 0;
        padding-top: 30px;
    }

    .indexnews .indexnews-bot .newsl .arrows{
        display: none;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-pagination{
        display: block;
        bottom: 14px;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-pagination .swiper-pagination-bullet{
        width: 3px;
        height: 3px;
        background: #FFFFFF;
        border-radius: 1px;
        opacity: 0.5;

    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-pagination .swiper-pagination-bullet-active{
        width: 13px;
        height: 3px;
        background: #FFFFFF;
        border-radius: 1px;
        opacity: 1;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide{
        position: relative;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .pic{
        margin-bottom: 0;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .pic img{
        border-radius: 4px;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .mobile-cat{
        display: block;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des{
        padding: 0 14px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .h2 a.a2{
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 1px;
        color: #fff;
        width: 100%;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .mobile-cat{
        margin-top: 12px;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .mobile-cat span{
        color: #FFFFFF;
        height: 24px;
        display: inline-block;
        line-height: 24px;
        background: rgba(0,0,0,0.45);
        border-radius: 4px;
        padding: 0 6px;
        font-size: 12px;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .h2{
        margin-bottom: 28px;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .p{
        display: none;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .des .h2 a.a1{
        display: none;
    }
    .indexnews .indexnews-bot .newsl .indexnews-swp .swiper-wrapper .swiper-slide .date{
        display: none;
    }
    .indexnews .indexnews-bot .newsr .item .itemb a .ar .title{
        font-size: 14px;
        line-height: 23px;
    }

    .indexnews .indexnews-bot .newsr .item .itemb a .ar .date{
        font-size: 12px;
        line-height: 24px;
    }
    .indexnews .indexnews-bot .newsr .item{
        padding: 0;
        margin-bottom: 0;
        background: none;
    }

    .indexnews .indexnews-bot .newsr .item .itemb a{
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .indexnews .indexnews-bot .newsr .item .itemb a:nth-last-child(1){
        margin-bottom: 0;
    }




}



















