/*  */
.index-banner{
    min-height: 550px;
}
.index-banner .swiper-slide{
    min-height: 550px;
    overflow: hidden;
}
.index-banner .swiper-slide>img{
    min-width: 1500px;
    min-height: 550px;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner-position{
    width: 500px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:-175px;
    margin-left: -500px;
    z-index: 9;
}
.banner-position div{
    display: flex;
    justify-content: space-around;
    padding-top: 35px;
    width: 80%;
}
.banner-position div a{
    padding: 10px 30px;
    border: 1px solid #ff9c01;
    font-size: 15px;
    border-radius: 5px;
    color: #ff9c01;
    transition: background ease .3s;
}

.banner-position div a:hover{
    background:#ff9c01;
    color:#fff;
}
.ber-text1 img{
    padding-bottom: 10px;
}
.ber-text1 p{
    font-size: 19px;
    color: #fff;
    line-height: 40px;
    padding-left: 30px;
    background: url(../img/banner-text-icon1.png)no-repeat;
    background-position: 0 center;
}

.ber-text2 h3{
    font-size: 45px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 35px;
}
.ber-text2 p{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    padding-left: 22px;
    background: url(../img/banner-text-icon2.png)no-repeat;
    background-position: 0 7px;
}
.index-banner .swiper-pagination-bullets{
    bottom: 70px !important;
}
.index-banner .swiper-pagination-bullet {
    background: #FE9800;
    width: 24px;
    height: 4px;
    border-radius: 0;
    opacity: 1 !important;
}
.index-banner .swiper-pagination-bullet-active{
    background: #7DD1C9;
}
.idx-arrow{
    width: 60px;
    height: 100px;
    background:rgba(255,255,255,.3) url(../img/index-banner-arrow1.png)no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
    left: 50%;
    transition: ease background .3s;
}
.idx-swiper-prev{
    margin-left: -660px;
    transform: rotate(180deg);
}
.idx-swiper-next{
    margin-left: 600px;
}
.idx-arrow:hover{
    background:#fff url(../img/index-banner-arrow2.png)no-repeat center;
}

/* banner end */

.banner-item{
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.banner-item ul{
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.2);
    position: absolute;
    bottom: 50px;
    z-index: 15;
    width: 100%;
    background: #fff;
}
.banner-item ul li{
    float: left;
    width: 33.33%;
    height: 100px;
    padding-left: 22px;
}
.banner-item ul li+li{
    border-left: 1px solid #ccc;
}
.banner-item ul li img{
    width: 50px;
    float: left;
    margin-top:22.5px;
}
.banner-item ul li h2{
    margin-top:22.5px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    line-height: 26px;
    float: left;
    padding-left: 20px;
    transition: ease color .3s;
}
.banner-item ul li h2 p{
    font-size: 13px;
    color: #666;
    padding-top: 6px;
    line-height: 25px;
    display: block;
}
.banner-item ul li a:hover h2{
    color:#00CDB7;
}

/* banner nav end */
.system-title{
    width: 1000px;
    margin: 0 auto 30px;
}
.system-title h2{
    font-size: 30px;
    font-weight: normal;
    padding: 35px 0 55px;
    text-align:center;
}
.system-title ul li{
    float: left;
    width: 50%;
    height: 75px;
    line-height: 75px;
    background: #eee;
    color: #333;
    font-size: 20px;
    text-align: center;
    transition: ease background .3s;
    cursor: pointer;
}
.system-title ul li.active{
    background: #061D3A;
    color: #fff;
}
.system-main{
    background: #E9EEF2;
    padding: 65px 0 70px;
}

.system-blank{
    width: 1000px;
    height: 640px;
    margin: 0 auto;
    display: none;
}
.system-l{
    width: 400px;
    height: 480px;
    float: left;
}
.system-l ul li{
    height: 96px;
    padding-right:11px;
}
.system-l ul li a{
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.system-l ul li a span{
    font-size: 22px;
    color: #474747;
}
.system-l ul li img{
    width: 50px;
    height: 50%;
    margin-right: 10px;
}
.system-l ul li.active{
    background: url(../img/index_sys_bg.png)no-repeat;
    background-size: cover;
}
.system-l ul li.active a{
    background: transparent;
}
.system-l ul li.active a span{
    color: #fff;
}
.system-r{
    float: right;
    width: 555px;
}

.system-r div{
    height: 480px;
    overflow: hidden;
    display: none;
}
.system-r h2{
    font-size: 28px;
    color: #000;
    padding-bottom: 20px;
}
.system-r span{
    font-size: 18px;
    color: #000;
    padding-bottom: 26px;
    line-height: 28px;
    display: block;
}
.system-r ul.sys_l{
    float: left;
}
.system-r ul.sys_r{
    float: right;
}
.system-r ul li{
    font-size: 16px;
    color: #000;
    padding-left: 24px;
    padding-bottom: 17px;
    line-height: 20px;
    box-sizing: border-box;
    background: url(../img/index_sys_icon_select.png) no-repeat;
}
.system-r ul li font{
    color: #FF9A00;
}
.system-r img{
    width: 100%;
    clear: botn;
}

.sys_bottom{
    width: 460px;
    margin: 0 auto;
    padding-top: 100px;
    clear: both;
    display: flex;
    justify-content: space-between;
}
.sys_bottom a{
    color: #FF9A00;
    display: inline-block;
    width: 178px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #FF9A00;
    border-radius: 10px;
    transition: ease background .3s;
}
.sys_bottom a:hover{
    background: #FF9A00;
    color: #fff;
}
/* sys end */


.study{
    width: 1000px;
    margin: 0 auto;
    padding: 75px 0 80px;
}
.study h2{
    font-size: 30px;
    color: #000;
    padding-bottom: 25px;
    text-align:center;
}
.study span{
    font-size: 16px;
    color: #666;
    display: block;
    text-align: center;
}

.study div{
    display: flex;
    justify-content: space-around;
    padding-top: 70px;
}
.study div a{
    width: 200px;
    text-align: center;
    padding: 15px 10px;
    transition: ease background .3s;
    border-radius: 10px;
}
.study div a:hover{
    background: #eee;
}
.study div img{
    width: 80px;
    display: inline-block;
    text-align: center;
}
.study div h3{
    font-size: 16px;
    padding: 15px 0 10px;
    font-weight: normal;
}
.study div p{
    font-size: 12px;
    color: #afb3bc;
    line-height: 18px;
}
/* study end */
.solution{
    height: 700px;
    background: url(../img/index_solution_bg.png)no-repeat;
    background-position: center;
    position: relative;
}
.solution h2{
    font-size: 30px;
    color: #fff;
    padding: 75px 0 6px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
}
.solution ul{
    width: 605px;
    margin: 50px auto 50px;
    display: flex;
}
.solution ul li{
    flex: 1;
    text-align: center;
    width: 120px;
    height: 20px;
    line-height: 18px;
    font-size: 18px;
    color: #0087D5;
    border-radius:0;
    opacity: 1;
    background: transparent;
}
.solution ul li+li{
    border-left: 1px solid #0087D5;
}

.solution ul li.swiper-pagination-bullet-active{
    color: #fff;
}
.solution-swiper{
    width: 1000px;
}
.solution-swiper .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.solution-swiper .swiper-slide div{
    width: 510px;
}
.solution-swiper .swiper-slide h3{
    color: #fff;
    font-size: 23px;
    line-height: 37px;
    padding: 26px 0;
}
.solution-swiper .swiper-slide p{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.solution-swiper .swiper-slide a{
    display: block;
    font-size: 18px;
    width: 160px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-top: 20px;
}
.solution .sol-arrow{
    width: 40px;
    height: 40px;
    background: url(../img/index-banner-arrow2.png)no-repeat #fff;
    background-size: 15px 15px;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    top: 49%;
    cursor: pointer;
    transition: ease .3s background;
}
.solution .sol-arrow:hover{
    background: url(../img/index-banner-arrow1.png)no-repeat rgba(255,255,255,.6);
    background-size: 15px 15px;
    background-position: center;
}
.solution .sol-prev{
    left: 50%;
    margin-left: -570px;
    transform: rotate(180deg);
}
.solution .sol-next{
    left: 50%;
    margin-left: 530px;
}
/* 全网营销解决方案 end */

.task{
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0 70px;
}
.task h2{
    padding-bottom: 60px;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
}
.task ul{
    height: 250px;
    overflow: hidden;
}
.task ul li{
    width: 200px;
    float: left;
    height: 250px;
    transition: .3s all;
}
.task ul li h3{
    font-size: 28px;
    color: #FFFFFF;
    font-weight: normal;
    transition: all 0.3s;
    text-align: center;
    overflow: hidden;
    margin-top: 75px;
}
.task ul li p{
    font-size: 28px;
    color: #FFFFFF;
    line-height: 34px;
    transition: all 0.3s;
    text-align: center;
    height: 0px;
    overflow: hidden;
}
.task ul li.show{
    width: 400px;
}
.task ul li.show h3{
    height: 0px;
}
.task ul li.show p{
    height: 68px;
}
.task ul li.hide{
    width: 150px;
}
.task ul li.hide h3{
    height: 35px;
}
.task ul li.hide p{
    height: 0px;
}
.task ul li:nth-child(1){background: url(../img/index_task_bg1.png);}
.task ul li:nth-child(2){background: url(../img/index_task_bg2.png);}
.task ul li:nth-child(3){background: url(../img/index_task_bg3.png);}
.task ul li:nth-child(4){background: url(../img/index_task_bg4.png);}
.task ul li:nth-child(5){background: url(../img/index_task_bg5.png);}
/* 我们的使命 end */

.interval{
    width: 100%;
    height: 320px;
    background: url(../img/index_interval_bg.png)no-repeat;
    background-position: center;
}
.interval h2{
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    padding:80px 0 60px;
    text-align: center;
}
.interval div{
    width: 500px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.interval div a{
    color: #FF9A00;
    display: inline-block;
    width: 178px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #FF9A00;
    border-radius: 10px;
    transition: ease background .3s;
}
.interval div a:hover{
    background: #FF9A00;
        color: #fff;
}

.news{
    width: 1100px;
    margin: 0 auto;
    padding: 70px 0;
}
.news-left{
    float: left;
    width: 800px;
}
.news-l-title ul{
    padding-bottom: 30px;
}
.news-l-title ul li{
    float: left;
    width: 100px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #7D7D7D;
    border-radius: 5px;
    cursor: pointer;
}
.news-l-title ul li.active{
    background: linear-gradient(to right, #2498FC 20%, #05a8da 100%);
    color: #fff;
}
.news-l-title ul li+li{
    margin-left: 15px;
}
.news-l-main>div:nth-child(1){
	display: block;
}
.news-l-main>div{
    display: none;
}
.news-l-main ul li{
    border: 2px solid #fff;
    border-bottom: 2px solid #e8e8e8;
    padding: 25px 10px;
    margin-bottom: 20px;
    transition: ease border .3s;
}
.news-l-main ul li:hover{
    border: 2px solid #0087D5;
}
.news-l-main ul li a::after,.news-r-main ul li a::after{
    display: block;
    clear: both;
    content:'';
}
.news-l-im{
    float: left;
    width: 220px;
    height: 124px;
    overflow: hidden;
    position: relative;
}
.news-l-im img{
    width: 100%;
    height: 100%;
}
.news-l-im span{
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 66px;
    height: 24px;
    background: rgb(0,0,0,0.45);
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
}
.news-l-text{
    width: 530px;
    float: right;
}
.news-l-main ul li:hover h2{
    color: #0087D5;
}
.news-l-text h2{
    font-size: 18px;
    color: #333333;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}
.news-l-text span{
    float: left;
    font-size: 14px;
    color: #bbbbbb;
    height: 30px;
    line-height: 30px;
    margin: 15px 20px 5px 0px;
}
.news-l-text span img {
    margin-right: 5px;
    margin-top: 6px;
}
.news-l-text p{
    clear: both;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #bbbbbb;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-right{
    float: right;
    width: 250px;
}
.news-r-title{
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #7d7d7d;
    font-weight: normal;
    line-height: 40px;
}
.news-r-main ul li{
    width: 290px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-r-im{
    width: 100px;
    height: 70px;
    float: left;
    overflow: hidden;
}
.news-r-im img{
    width: 100%;
    height: 100%;
}
.news-r-text{
    width: 180px;
    float: right;
}
.news-r-text h3{    
    width: 180px;
    font-weight: normal;
    height: 50px;
    line-height: 24px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-r-text span{
    font-size: 12px;
    color: #999;
}
.news-r-main ul li:hover h3{
    color:#0087D5;
}