
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body,html{
    font-size: 16px;
    font-family: '微软雅黑';
    color:#3F3F3F;

}
a{
    text-decoration: none;
}
/*--------------------------banner--------------------------------*/
#banner{
    position: relative;
    height: 380px;
    min-width:1200px;
    top: -10px;
}
#banner .banner-bg{
    height: 220px;
    background: url(../../images/jjfa/banner-01.png) no-repeat;
    background-position: center center;
    background-size: cover;
    min-width: 1200px;
}
#banner .banner-box,.banner-title{
    width: 1000px;
    margin: auto;
}
#banner .banner-box{
    position: absolute;
    left: calc((100% - 1000px)/2);
    top: 170px;
}
#banner .banner-box .banner-img-box .banner-img:not(:last-child){margin-right:200px;}
#banner .banner-box .banner-img-box .banner-img{
    display: inline-block;
    width: 95px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    height: 95px;
    vertical-align: middle;
    text-align: center;
    line-height: 95px;
    box-sizing: border-box;
    background: #ffffff;
}
#banner .banner-box .banner-img-box .banner-img>img{
    vertical-align: middle;
    width:100%;
}
#banner .banner-box .banner-title .banner-text{
    display: inline-block;
    width: 100px;
    text-align: center;
}
#banner .banner-box .banner-title .banner-text a{
    color: #000;
}
#banner .banner-box  .banner-title{margin-top:20px;}
#banner .banner-box  .banner-title .banner-text:not(:last-child){margin-right:195px;}
/*--------------------------info-center--------------------------------*/
#info-center{
    background: #2e8ccc;
    width: 100%;
    min-width: 1200px;
    color: #fff;
    font-size: 14px;
    padding: 20px 0 30px 0;
    margin-bottom: -57px;
}
#info-center .info-title{
    width: 40%;
    text-align: center;
    margin-left: 30%;
    margin-bottom: 40px;
}
#info-center .info-title .top{
    font-size: 24px;
    margin-bottom: 10px;
}
#info-center .info-title .top .line{
    display: inline-block;
    width:60px;
    vertical-align: middle;
    height: 1px;
    border-bottom: 1px solid #fff;
}
#info-center .info-content{
    width: 50%;
    margin-left: 26%;
}
#info-center .info-item{
    width: 29%;
    display: inline-block;
    margin: 0 1.9%;
}
#info-center .item-title{
    border-bottom:1px solid #ffffff;
    padding-bottom:5px;
}
#info-center .item-title a{
    color:#fff;
    margin-right: 0;
    display: inline-block;
    width: 65%;
    text-align: right;
}
#info-center .info-item ul li a{
    color: #fff;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-left: -20px;
}
#info-center .info-item ul{
    list-style: inside;
}
#info-center .info-item ul li{
    width: 100%;
    margin: 5px 0;
}


/*----------------------------手游推广解决方案------------------------*/
.allsol-box,.newsol-box{
    width:1200px;
    margin:0 auto;
}
.allsol-box .allsol-title{
    padding:30px 0 50px;
}
.allsol-box .allsol-title span{
    display: inline-block;
    width:22%;
    text-align: center;
    font-size: 24px;
    color:#156ebd;
}
.allsol-box .allsol-title b{
    display:inline-block;
    width:36%;
    height:1px;
    background-color:#E6E6E6;
    position:relative;
    top:-4px;
}



.sol-tab:after,.sol-content:after,.newsol-box ul:after{
    content:'';
    display: block;
    width:0;
    height:0;
    clear:both;
}
.sol-tab {
    display: inline-block;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    list-style: none;
    width: 1196px;
}
.sol-tab li{
    float:left;
    background: #e3f1fc;
    width: 239px;
    height: 50px;
    line-height: 50px;
}
.sol-tab li a{
    width: 100%;
    height:100%;
    display: inline-block;
    text-align: center;
    border-right:1px solid #D9D9D9;
    background-color: #F7F8FA;
    color:#3f3f3f;
}
.sol-tab .tab-active{
    border-right:#ff9000;
    background-color: #ff9000;
    color:#fff;
}
.sol-tab .tab-active:hover{
    color:#fff;
}

/*-------------------------------detail------------------------------*/
.detail-content{
/*    width: 1200px;*/
    margin:0;
    margin-left:calc((100% - 1100px)/2);
    margin: auto;
}
.detail-content .detail-item{
    display: none;
    /*text-align: center;*/
    /*margin: 50px 0;*/
}

.detail-content .detail-item:first-child{
    display: block;
}

.detail-content p{
    text-align: left;
    text-indent: 32px;
}
.btn{
    margin-top: 30px;
    margin-bottom: 40px;
    width: 350px;
    color: #fff;
    background: #0068bd;
    padding: 15px 0;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    font-size:20px;
    margin-left:calc((100% - 300px)/2);
    margin-top: 30px;
    margin-bottom: 40px;
    cursor: pointer;
}
.btn a{
    color: #fff;
}

.detail-content .detail-item p{
    margin:50px 0;
    line-height: 30px;
}
.btn img{
    width: 40px;
    vertical-align: middle;
    margin-right:20px;
}