@charset "UTF-8";
/*****************contentbox 公用css******************/
.contentbox{
    width: 100%;
}
.contentbox .titp{
    text-align: center;
    color: #333333;
    font-size: 20px;
    line-height: 20px;
}
.contentbox .box-cont{
    width: 1200px;
    margin: 0 auto;
}
.contentbox .head{
    text-align: center;
    position: relative;
    padding-top: 47px;
    padding-bottom: 22px;
}

.contentbox .head .title{
    height:80px;
    margin: 0 auto;
    line-height:80px;
    font-size: 32px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 600;
    color: rgba(51,51,51,1);
}

.contentbox .head.light .title{
    color: #fff;
}
/* ****************product-service******************** */
.product-service {
    margin-bottom: 40px;
}
.product-service .box-cont {
    margin-top: 20px;
}
.product-service .box-cont section{
    width: 300px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.product-service .box-cont section::after{
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: #0f58ff;
    background:linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(51,119,255,1) 50%,rgba(255,255,255,0) 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
}
.contentbox.industry-solution{
    height: 680px;
    background: url(../img/sy_bg01.png) no-repeat center center;
}
.product-service .box-cont .tabcont ul{
    padding-top: 40px;
    width: 900px;
    height: 320px;
    margin: 0 auto;
}
.product-service .box-cont .tabcont ul li{
    position: relative;
    width: 280px;
    height: 320px;
    float: left;
    background: #fbfbfc;
    margin: 0 10px;
}
.product-service .box-cont .tabcont ul li .libox{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 14px;
}
.product-service .box-cont .tabcont ul li .libox img{
    width: 80px;
    height: 80px;
    margin: 0px auto 0;
    display: block;
    padding-top: 45px;
}
.product-service .box-cont .tabcont ul li .libox h2{
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.product-service .box-cont .tabcont ul li .libox p{
    line-height: 20px;
    font-size: 14px;
    color: #a09d9d;
    text-align: left;
    margin-top: 10px;
}
/* **************行业方案 css************* */
.industry-solution .titp{
    color: #fff;
}

.industry-solution .box-cont{
    width: 1180px;
}
.industry-solution .box-cont .ul-gaode{
    height: 350px;
    padding-top: 50px;
    position: relative;
}
.industry-solution .box-cont .ul-gaode li{
    width: 430px;
    height: 320px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    cursor: pointer;
    background: #D0DFFC;
}
.industry-solution .box-cont .ul-gaode li.li1{
    right: 748px;
    z-index: 6;
}
.industry-solution .box-cont .ul-gaode li.li2{
    right: 561px;
    z-index: 5;
}
.industry-solution .box-cont .ul-gaode li.li3{
    right: 374px;
    z-index: 4;
}
.industry-solution .box-cont .ul-gaode li.li4{
    right: 187px;
    z-index: 3;
}
.industry-solution .box-cont .ul-gaode li.li5{
    right: 0px;
    z-index: 2;
}
/* .industry-solution .box-cont .ul-gaode li.li6{
    right: 0px;
    z-index: 1;
} */
.industry-solution .box-cont .ul-gaode li .lileft,
.industry-solution .box-cont .ul-gaode li .liright{
    width: 150px;
    height: 100%;
    position: absolute;
    top: 0;
}
.industry-solution .box-cont .ul-gaode li .lileft img,
.industry-solution .box-cont .ul-gaode li .liright img{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    padding-top: 38px;
}
.industry-solution .box-cont .ul-gaode li .lileft img{
    margin: 0 0 0 60px;
}
.industry-solution .box-cont .ul-gaode li .liright img{
    margin: 0 0 0 23px;
}
.industry-solution .box-cont .ul-gaode li .lileft dl,
.industry-solution .box-cont .ul-gaode li .liright dl{
    padding-top: 35px;
}
.industry-solution .box-cont .ul-gaode li .lileft dl{
    margin-left: 38px;
}
.industry-solution .box-cont .ul-gaode li .liright dl{
    margin-right: 29px;
}
.industry-solution .box-cont .ul-gaode li .lileft dl dt,
.industry-solution .box-cont .ul-gaode li .liright dl dt{
    line-height: 35px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.industry-solution .box-cont .ul-gaode li .lileft dl dd,
.industry-solution .box-cont .ul-gaode li .liright dl dd{
    padding-left: 20px;
    width: 90px;
    margin: 0 auto;
    line-height: 24px;
    position: relative;
    font-size: 15px;
    color: #666666;
}
.industry-solution .box-cont .ul-gaode li .lileft dl dd:after,
.industry-solution .box-cont .ul-gaode li .liright dl dd:after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #336aff;
    left: 6px;
    top: 10px;
}
.industry-solution .box-cont .ul-gaode li .lileft{
    left: 0;
    background: url(../img/jjfarepeat2.jpg) repeat-y right 0;
}
.industry-solution .box-cont .ul-gaode li .liright{
    right: 0;
    background: url(../img/jjfarepeat1.jpg) repeat-y right 0;
}
.industry-solution .box-cont .ul-gaode li .limx{
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.industry-solution .box-cont .ul-gaode li .limx:hover {
    color: #6F6F6F;
}
.industry-solution .box-cont .ul-gaode li .limx .limxtop{
    position: absolute;
    bottom: 90px;
    top: 0;
    width: 100%;
    background: #fff;
}
.industry-solution .box-cont .ul-gaode li .limx .limxtop h2{
    padding-left: 43px;
    position: relative;
    line-height: 40px;
    text-align: left;
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
}
.industry-solution .box-cont .ul-gaode li .limx .limxtop h2 img{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 6px;
}
.industry-solution .box-cont .ul-gaode li .limx .limxtop p{
    margin: 15px 30px 0;
    font-size: 17px;
    line-height: 27px;
    color: #666666;
}
.industry-solution .box-cont .ul-gaode li .limx .limxtop div{
    position: absolute;
    bottom: 40px;
    left: 30px;
}
.industry-solution .box-cont .ul-gaode li .limx .limxtop div span{
    background: #f5f5f9;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    color: #79797a;
    float: left;
    margin-right: 6px;
}
.industry-solution .box-cont .ul-gaode li .limx .limxbottom{
    height: 90px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f5f5f9;
}
.industry-solution .box-cont .ul-gaode li .limx .limxbottom dl{
    height: 90px;
    margin: 0 30px;
}
.industry-solution .box-cont .ul-gaode li .limx .limxbottom dl dt{
    float: left;
    line-height: 90px;
    margin-right: 10px;
    font-size: 14px;
}
.industry-solution .box-cont .ul-gaode li .limx .limxbottom dl dd{
    float: left;
    height: 90px;
    margin-right: 10px;
}
.industry-solution .box-cont .ul-gaode li .limx .limxbottom dl dd img{
    margin-top: 18px;
    width: 50px;
    height: 50px;
}
/* *****************应用案例**************** */
.application-case{
    height: 600px;
}
.application-case .box-cont .case-list{
    width: 1200px;
    margin: 0 auto;
}
.application-case .box-cont .case-list li{
    position: relative;
    float: left;
    margin: 60px 10px 0;
    width: 380px;
    height: 100px;
}
.application-case .box-cont .case-list li img{
    width: 100%;
    height: 130px;
}
.application-case .box-cont .casetype {
    position: absolute;
    top: 26px;
    left: 20px;
    color: #336aff;
    font-size: 20px;
}

.application-case .box-cont .case-list li p{
    width: 260px;
    line-height: 20px;
    position: absolute;
    top: 56px;
    left: 20px;
    font-size: 14px;
    color: #282828;
}
/* *************合作伙伴************* */
.partnerwrap{
    background: #fafafc;
    padding-bottom: 100px;
}
.partnerwrapinner{
    width: 1200px;
    margin: 0 auto;
}
.partnerwrapinner .head{
    height: 160px;
    text-align: center;
    font-size:32px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height: 160px;
}

.partnerlistwrap{
    position: relative;
    height: 350px;
}
.partnerlistwrap .partnerlist{
    display: none;
    height: 320px;
    width: 1200px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.partnerlistwrap .partnerlist1{
    background: url("../img/partner1.png") no-repeat center center;
}

.partnerlistwrap .partnerlist2{
    background: url("../img/partner2.png") no-repeat center center;
}

.partnerlistwrap .partnerlist ul{
    height: 100%;
    width: 1300px;
}
.partnerlistwrap .partnerlist ul li{
    float: left;
    width: 200px;
    height: 90px;
    margin: 8px 20px;
}
.partnerlistwrap .partnerlist ul li a{
    width: 200px;
    height: 60px;
    margin-top: 15px;
    display: block;
}
.partnerlistwrap .btn-left,
.partnerlistwrap .btn-right{
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 135px;
    cursor: pointer;
}
.partnerlistwrap .btn-left{
    left: -40px;
    background: url(../img/btnleft2.png) no-repeat center center;
}
.partnerlistwrap .btn-right{
    right: -40px;
    background: url(../img/btnright2.png) no-repeat center center;
}
.partnerlistwrap .btn-left:hover{
    background: url(../img/btnleft1.png) no-repeat center center;
}
.partnerlistwrap .btn-right:hover{
    background: url(../img/btnright1.png) no-repeat center center;
}
.partnerlistwrap .partner-num{
    height: 16px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -20px;
}
.partnerlistwrap .partner-num li{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    background: url(../img/partnernum.jpg) no-repeat center center;
    cursor: pointer;
}
.partnerlistwrap .partner-num li.on{
    background: url(../img/partnernumon.jpg) no-repeat center center;
}



