
#focus-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
}

#focus-banner-list{
    position: relative;
    height: 520px;
    /*background: red;*/
    /*height: 100%;*/
}
#focus-banner-list li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 520px;
}
#focus-banner-list li:nth-child(1){
    background: url("../images/homePage/banner/banner2.png") no-repeat;
    background-size: 100% 100%;
}
#focus-banner-list li:nth-child(2){
    background: url("../images/homePage/banner/banner1.png") no-repeat;
    background-size: 100% 100%;
}
#focus-banner-list li:nth-child(3){
    background: url("../images/homePage/banner/banner3.png") no-repeat;
    background-size: 100% 100%;
}

#focus-banner-list .focus-banner-text{
    position: absolute;
    left: 50%;
    top: 0;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.banner1-title{
    font-size:60px;
    padding-top: 110px;
    text-align: center;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:60px;
    letter-spacing:7px;
}
.banner1-text{
    font-size:20px;
    text-align: center;
    margin-top: 50px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.banner1-content{
    width: 924px;
    margin:0 auto;
    overflow: hidden;
    margin-top: 130px;
}
.banner1-content-item{
    float: left;
    /*width: auto;*/
    margin-right: 130px;
    overflow: hidden;
}
.banner1-content-item img{
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    padding-top: 2px;
    margin-right: 5px;
}
.banner1-content-item span{
    display: inline-block;
}
.banner1-content-item:last-child{
    float: right;
    margin-right: 0;
}

.banner2-content{
    margin-top: 50px;
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
}

.banner3-content{
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    margin-top: 150px;
}
.banner3-content-item{
    float: left;
    overflow: hidden;
}
.banner3-content-item >p,.banner3-content-item >div{
    float: left;
    text-align: left;
}
.banner3-content-item >div{
    padding-top: 20px;
    margin:0 10px;
}
.banner3-content-item >p .item-title{
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:25px;
}
.banner3-content-item >p .item-text{
    font-size:12px;
    color:rgba(255,255,255,1);
    line-height:17px
}











#focus-banner .focus-handle{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 100;
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("../images/homePage/banner/focus_handle.png");
}
#next-img{
    left: 0;
}
#next-img{
    left: 50px;
    background-position: 0 0;
}
#next-img:hover{
    background-position: 0 -80px;
}
#prev-img{
    right: 0;
}
#prev-img{
    right: 50px;
    background-position: -80px 0;
}
#prev-img:hover{
    background-position: -80px -80px;
}

#focus-bubble{
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 999;
}
#focus-bubble li{
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border:1px #fff solid;
    cursor: pointer;
}
#focus-bubble li a{
    display: block;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=0);
    opacity: 0;
}
#focus-bubble li.current{
    background-color: #fff;
}
/*-移动电子签名解决方案-*/
.signature{
    height: 440px;
    background: #F6F6F6;
}
.signature-title{
    font-size:32px;
    font-weight:600;
    color:rgba(34,34,34,1);
    line-height:45px;
    text-align: center;
    padding: 60px 0 40px;
}
.signature-item-box{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.signature-item{
    width: 33%;
    float: left;
    /*background: pink;*/
}
.signature-item-icon{
    display: block;
    width: 84px;
    height: 84px;
    margin: 0 auto;
}
.signature-item-title{
    text-align: center;
    font-size:18px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:25px;
    margin-top: 20px;
}
.signature-item-content{
    padding: 0 30px;
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
    margin-top: 20px;
}
.signature-item-link{
    margin-top: 30px;
    text-align: center;
}
.signature-item-detail{
    font-size:14px;
    font-weight:400;
    line-height:20px;
    margin: 0 15px;
    cursor: pointer;
    color:rgb(32, 40, 48);
}
.signature-item-detail:hover{
    color:rgba(24,171,251,1);
}
/*-多签名方式-*/
.server{
    /*width:100%;*/
    height:385px;
}
.server-inner{
    width:1200px;
    height:385px;
    margin:0 auto;
    text-align:center;
    box-sizing:border-box;
    cursor: pointer;
}
.server-inner-title {
    font-size:32px;
    font-weight:600;
    color:rgba(34,34,34,1);
    line-height:45px;
    padding: 40px 0 20px;
}

.server-ul{
    width:1200px;
    height:280px;
}
.server-ul li{
    position:relative;
    width:25%;
    height:280px;
    float:left;
    text-align:center;
    box-sizing:border-box;
    overflow:hidden;
    /*border: 1px solid;*/
}
.server-ul li > img{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding-top: 60px;
}

.server-ul li .tit{
    margin-top: 20px;
    font-size:18px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:25px;
}
.server-ul li .cont{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
    margin-top: 20px;
}
.server-ul li div{
    width:100%;
    height:280px;
    position:absolute;
    top:0;
    left:-300px;
    /*left:0px;*/
    color:#fff;
    /*padding:0 12px;*/
    background: #18ABFB;
}

.ser p:nth-child(1){
    padding-top: 30px;

}
.ser p{
    padding-left:12px;
    padding-right:12px;
    text-align: left;
    font-size:12px;
    /*font-weight:400;*/
    color:rgba(255,255,255,1);
    line-height:22px;
    color: #fff;
}
/*-多终端-*/
.terminal{
    background: #F6F6F6;
    /*background: red;*/
}
.terminal-title{
    font-size:32px;
    font-weight:600;
    color:rgba(34,34,34,1);
    line-height:45px;
    padding: 60px 0 40px;
    text-align: center;
}
.terminal ul{
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}
.terminal ul li{
    float: left;
    margin-right: 150px;
}
.terminal ul li > img{
    display: block;
    width: 86px;
    height: 86px;
    border: none;
}
.terminal ul li > p{
    font-size:18px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:25px;
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
}
/*-成功案例-*/
.success-case{

}
.success-case-title{
    font-size:32px;
    font-weight:600;
    color:rgba(34,34,34,1);
    line-height:45px;
    text-align: center;
    padding: 60px 0 40px;
}
.success-case-box{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.case-item-big{
    float: left;
    width: 540px;
    height: 140px;
    list-style: none;
}
.case-item{
    float: left;
    width: 270px;
    height: 140px;
    list-style: none;
}
.success-case-box img{
    display: block;
    width: 100%;
    height: 100%;
}

/*-联系我们-*/
.contact{
    background: #1E2831;
    background: url("../images/homePage/contact-bg.png") no-repeat;
    background-size: 100% 100%;
}
.contact-title{
    font-size:32px;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:45px;
    text-align: center;
    padding: 60px 0 20px;
}
.contact-address{
    text-align: center;
    line-height: 28px;
}
.contact-address >img{
    display: inline-block;
    width: 18px;
    height: 18px;
}
.contact-address >span{
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.contact-item{
    width: 1000px;
    margin: 60px auto 0;
    overflow: hidden;
}
.contact-item li{
    float: left;
    width: 150px;
}
.contact-item li:nth-child(1){
    margin-right: 275px;
}
.contact-item li>img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    /*margin-right: 316px;*/
}
.contact-item-title{
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
    margin-top: 20px;
    text-align: center;
}
.contact-item-phone {
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:25px;
    margin: 10px 0 60px;
    text-align: center;
}
