/*banner开始*/
.slide{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.slide .img li{
    display: none;
}
.slide .img li a{
    display: block;
    width: 100%;
    height: 500px;
    position: absolute;
    left:0;
    top: 0;
}
.slide .num{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    font-size: 0;
}
.slide .num li{
    width: 32px;
    height: 8px;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    background-color: #9f9ea4;
    z-index: 2;
}
.slide .num li.active{
    background: #fff;
}
.slide:hover .banner-btn {
    position: absolute;
    width: 30px;
    height: 60px;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    font-family: simsun;
}
.left-btn{
    left: 50px;
}
.right-btn{
    right: 50px;
}
/*banner结束*/

/*人查宝、车信宝、牛运营开始*/
.items{
    width: 100%;
    background: #fff;
    padding: 20px 0;
    overflow: hidden;
}
.items-ul li{
    width: 340px;
    float: left;
    margin: 0 29px;
}
.items-ul .items-img{
    margin-right: 8px;
}
.items-ul h2{
    font-size:16px;
    color: #4c4c4c;
    font-weight: 400;
    margin-top: 5px;
}
.items-ul li:hover h2{
    color:#4a93e8;
}
.items-ul p{
    color: #8c8c8c;
    margin-top: 10px;
}
/*人查宝、车信宝、牛运营结束*/

/*仁润云所有服务开始*/
.yunall{
    background: #f2f2f2;
    padding-bottom: 30px;
}
.free-main-bg{
    width: 100%;
    height: 625px;
    overflow: hidden;
    background: url("../images/free-main-bg.png") no-repeat 50% 50%;
}
.free-main-bg .free-main-auto{
    margin-top: 120px;
}

.yunall .yunall-tit{
    font-size: 32px;
    color: #e60012;
    text-align: center;
    padding: 45px 0 25px 0;
}
.yunall-ul{
    width: 1230px;
}
.yunall-ul li{
    position: relative;
    width: 280px;
    height: 170px;
    background: #fff;
    float: left;
    margin: 20px 26px 20px 0;
    transition: all .3s ease-in;
}
.yunall-ul li:hover{
    box-shadow: 0 10px 10px #ddd;
}
.yunall-li-l{
    width: 42%;
}
.yunall-li-r{
    width: 150px;
    height: 120px;
    margin-top: 30px;
    border-left: 1px solid #ccc;
    overflow: hidden;
}
.yunall-ul .yunall-img{
    margin-top: 30px;
    height: 70px;
    text-align: center;
}
.yunall-ul h3{
    font-size:16px;
    font-weight: 400;
    text-align: center;
    margin-top: 25px;
    color: #333;
}
.yunall-ul p{
    color: #666;
    line-height: 25px;
    padding-left: 12px;
}
.yunall-ul .ccolor{
    color: #ff912f;
}
.yunall-qd{
    width: 62px;
    height: 62px;
    background: url("../images/yunall-qd.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
/*仁润云所有服务结束*/
.jinzhuanjia{
    width: 100%;
    height: 447px;
    overflow: hidden;
    background: url("../images/jinzhuanjia.png") no-repeat 50% 50%;
}
.jin-img1{
    margin-top: -50px;
    transition: all 1.4s,0.5s;
}
.jinzhuanjia.on .jin-img1{
    margin-top: 140px;
}
.jin-img2{
    margin-top: 500px;
    transition: all 1.4s,0.5s;
}
.jinzhuanjia.on .jin-img2{
    margin-top: 40px;
}
/*最新动态开始*/
.news{
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.news .news-line{
    border-bottom: 1px solid #ebebeb;
}
.news-t{
    overflow: hidden;
    padding: 25px 0;
}
.news-t h6{
    color: #5a5a5a;
    font-size:20px;
    font-weight: 400;
}
.news-t a{
    color: #4a93e8;
}
.news-b p a{
    color: #666;
}
.news-b p a:hover{
    color: #4a93e8;
}
.news-b ul{
    width: 1270px;
    margin-top: 10px;
}
.news-b p{
    padding-top: 10px;
}
.news-b li{
    width: 360px;
    margin-right: 60px;
    float: left;
}
.news-b .news-time{
    color: #999;
    padding-top: 10px;
}
.news-b .imgbox{
    cursor: pointer;
    height: 140px;
    width: 360px;
    overflow: hidden;
}
.news-b .imgbox:hover img{
    -webkit-transform:scale(1,1);/* Safari 和 Chrom */
    transform: scale(1.1);
    -moz-transform:scale(1.1);/* Firefox */
    -ms-transform:scale(1.1);/* IE 9 */
    -o-transform:scale(1.1);/* Opera */
}

/*免费注册、鼓掌响应开始*/
.service{
    background: #fff;
    color: #808080;
    padding: 70px 0;
    overflow: hidden;
}
.service .free-register{
    display: block;
    font-size: 18px;
    color: #fff;
    width: 260px;
    height: 52px;
    margin: 0 auto;
    text-align: center;
    line-height: 52px;
    background: #4a93e8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.service .free-register:hover{
    background:#337fd7;
}
/* .service-ul{
    width: 1205px;
    margin-top: 50px;
}
.service-ul li{
    width: 300px;
    border-right: 1px solid #ccc;
    text-align: center;
    float: left;
}
.service-ul p{
    font-size: 18px;
    letter-spacing: 8px;
}
.service-ul span{
    font-size:60px;
    font-family:simsun ;
} */
.service .service-img{
    text-align:center;
    margin-top:40px;
}

/*免费接口*/
.free-top{
    width: 100%;
    height: 500px;
    overflow: hidden;
}





/*
 * 2016-11-25 新版首页(山胡椒)
 */
.index-yyfw{
    width: 100%;
    height: 410px;
    background: #fff;
}
.index-yyfw .continer{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.index-yyfw p.p-title{
    font-size: 32px;
    color: #e60012;
    text-align: center;
    padding: 45px 0 25px 0;
}
.index-yyfw .p-content{
    width: 100%;
    overflow: hidden;
}
.index-yyfw .p-content dt{
    width: 20%;
    float: left;
}
.index-yyfw .p-content i{
    width: 208px;
    height: 171px;
    display: block;
    margin: 0 auto;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}
.index-yyfw .p-content dt:hover i{
    -ms-transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    transform:translate(0,-10px);
}
.index-yyfw .p-content dt:hover p.p2{
    text-shadow: 0 2px 4px #eee;
}
.index-yyfw .p-content i.i01{ background: url("../images/lingyuan.png") no-repeat center;}
.index-yyfw .p-content i.i02{ background: url("../images/menkan.png") no-repeat center;}
.index-yyfw .p-content i.i03{ background: url("../images/gaoxiao.png") no-repeat center;}
.index-yyfw .p-content p{
    text-align: center;
}
.index-yyfw .p-content p.p1{
    font-size: 24px;
    color: #4c4c4c;
    line-height: 45px;
}
.index-yyfw .p-content p.p2{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}


/*
 * 他们正在使用
 */
.index-tmzzsy{
    width: 100%;
    overflow: hidden;
    height: 540px;
    background: #fff;
}
.index-tmzzsy .continer{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.index-tmzzsy p.p-title{
    font-size: 32px;
    color: #e60012;
    text-align: center;
    padding: 45px 0 25px 0;
    position: relative;
}
.index-tmzzsy .p-title span{
    display: block;
    position: absolute;
    width: 490px;
    background: #e6e6e6;
    height: 1px;
    top: 68px;
}
.index-tmzzsy .p-title span.leftborder{
    left: 0px;
}
.index-tmzzsy .p-title span.rightborder{
    right: 0px;
}
.index-tmzzsy ul.tm-ul{
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}
.index-tmzzsy li{
    width: 20%;
    overflow: hidden;
    float: left;
}
.index-tmzzsy li .div1{
    width: 155px;
    overflow: hidden;
    margin: 0 auto;
}
.index-tmzzsy .div1 .t-text{
    opacity: 0;
    width: 154px;
    height: 86px;
    overflow: hidden;
    text-align: center;
    /*line-height: 30px;*/
    background: url("../images/bg.png") no-repeat;
    font-size: 14px;
    color: #333333;
    margin-bottom: 35px;
    transition: all .5s ease-in-out;
    position: relative;
    top: 0;
}
.index-tmzzsy .div1 .t-text.active{
    opacity: 1;
    top: 10px;
}
.index-tmzzsy li dt{
    width: 150px;
    height: 60px;
    margin: 0 auto;
}
.index-tmzzsy li p.ptitle{
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
}
.index-tmzzsy li dt.wd{ background: url("../images/ndk.png") no-repeat;transition: all .4s ease-in-out;background-size: 150px 60px;}
.index-tmzzsy li dt.bww{ background: url("../images/meig.png") no-repeat;transition: all .4s ease-in-out;background-size: 150px 60px;}
.index-tmzzsy li dt.mxkj{ background: url("../images/mengxin.png") no-repeat;transition: all .4s ease-in-out;background-size: 150px 60px;}
.index-tmzzsy li dt.mdjf{ background: url("../images/puya.png") no-repeat;transition: all .4s ease-in-out;background-size: 150px 60px;}
.index-tmzzsy li dt.yllc{ background: url("../images/idex.png") no-repeat;transition: all .4s ease-in-out;background-size: 150px 60px;}
.index-tmzzsy li dt.hcjf{ background: url("../images/wd5.png") no-repeat;transition: all .4s ease-in-out;background-size: 150px 60px;}

.index-tmzzsy li dt.wd.wdw-gray{ background: url("../images/ndk.png") no-repeat;background-size: 150px 60px;}
.index-tmzzsy li dt.bww.wdw-gray{ background: url("../images/meig.png") no-repeat;background-size: 150px 60px;}
.index-tmzzsy li dt.mxkj.wdw-gray{ background: url("../images/mengxin.png") no-repeat;background-size: 150px 60px;}
.index-tmzzsy li dt.mdjf.wdw-gray{ background: url("../images/puya.png") no-repeat;background-size: 150px 60px;}
.index-tmzzsy li dt.yllc.wdw-gray{ background: url("../images/idex.png") no-repeat;background-size: 150px 60px;}
.index-tmzzsy li dt.hcjf.wdw-gray{ background: url("../images/wds5.png") no-repeat;background-size: 150px 60px;
.index-tmzzsy a.mfabtn{
    display: block;
    margin: 30px auto;
    width: 208px;
    height: 38px;
    border: 1px solid #4a93e8;
    text-align: center;
    line-height: 38px;
    display: block;
    transition: 0.5s;
    font-size: 14px;
    color: #4a93e8;
    border-radius: 5px;
}
.index-tmzzsy a.mfabtn:hover{
    background: #4a93e8;
    color: #fff;
}
.index-tmzzsy .wdw-gray{
    cursor: pointer;
}
.index-tmzzsy .wd-active img{

}

/*
 * 场景应用
 */
.index-cjyy{
    width: 100%;
    overflow: hidden;
    background: #fff;
    min-height: 360px;
}
.index-cjyy .continer{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.index-cjyy p.p-title{
    font-size: 32px;
    color: #e60012;
    text-align: center;
    padding: 45px 0 25px 0;
    position: relative;
}
.index-cjyy .p-title span{
    display: block;
    position: absolute;
    width: 429px;
    background: #e6e6e6;
    height: 1px;
    top: 68px;
}
.index-cjyy .p-title span.leftborder{
    left: 0px;
}
.index-cjyy .p-title span.rightborder{
    right: 0px;
}
.index-cjyy ul{
    width: 100%;
    height: 360px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.index-cjyy ul li{
    width: 240px;
    height: 360px;
    float: left;
    cursor: pointer;
    transition: 0.5s;
}
.index-cjyy ul:hover a{ display: block;}
.index-cjyy li.g1{ background: url("../images/t1.png") no-repeat; }
.index-cjyy li.g2{ background: url("../images/t2.png") no-repeat; }
.index-cjyy li.g3{ background: url("../images/t3.png") no-repeat; }
.index-cjyy li.g4{ background: url("../images/t4.png") no-repeat; }
.index-cjyy li.g5{ background: url("../images/t5.png") no-repeat; }
.index-cjyy li.g6{ background: url("../images/t6.png") no-repeat; }
.index-cjyy li.g7{ background: url("../images/t7.png") no-repeat; }
.index-cjyy li.g8{ background: url("../images/t8.png") no-repeat; }
.index-cjyy li.g9{ background: url("../images/t9.png") no-repeat; }
.index-cjyy li.g10{ background: url("../images/t10.png") no-repeat; }
.index-cjyy li.g11{ background: url("../images/t11.png") no-repeat; }
.index-cjyy li.g12{ background: url("../images/t12.png") no-repeat; }
.index-cjyy a.aleft{
    width: 36px;
    height: 360px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/left.png") no-repeat;
    display: none;
    z-index: 10;
    cursor: pointer;
}
.index-cjyy a.aright{
    width: 36px;
    height: 360px;
    position: absolute;
    right: 0;
    top: 0px;
    background: url("../images/right.png") no-repeat;
    display: none;
    z-index: 10;
    cursor: pointer;
}
.index-cjyy .slides{
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.index-cjyy .slides .slitext{
    overflow: hidden;
    height: 360px;
    padding-top: 70px;
}
.index-cjyy .slitext i{
    width: 49px;
    height: 57px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.index-cjyy .slitext p.p1{
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.index-cjyy .slitext a.btna{
    width: 120px;
    height: 33px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin: 40px auto;
}
.index-cjyy .slitext i.i1{ background: url("../images/a1.png") no-repeat;}
.index-cjyy .slitext i.i2{ background: url("../images/a2.png") no-repeat;}
.index-cjyy .slitext i.i3{ background: url("../images/a3.png") no-repeat;}
.index-cjyy .slitext i.i4{ background: url("../images/a4.png") no-repeat;}
.index-cjyy .slitext i.i5{ background: url("../images/a5.png") no-repeat;}
.index-cjyy .slitext i.i6{ background: url("../images/a6.png") no-repeat;}
.index-cjyy .slitext i.i7{ background: url("../images/a7.png") no-repeat;}
.index-cjyy .slitext i.i8{ background: url("../images/a8.png") no-repeat;}
.index-cjyy .slitext i.i9{ background: url("../images/a9.png") no-repeat;}
.index-cjyy .slitext i.i10{ background: url("../images/a10.png") no-repeat;}
.index-cjyy .slitext i.i11{ background: url("../images/a11.png") no-repeat;}
.index-cjyy .slitext i.i12{ background: url("../images/a12.png") no-repeat;}

