
.bannerinner{
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: url('../img/innerBg.jpg') no-repeat center;
    background-size: 100%;
    position: relative;
}
.bannercon{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    /* border:1px solid */
}
.krbannerbox{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    display: flex;
}
.krbannerbox .panobanner{
    width: 100%;
    height: 600px;
}
.krswiperzuoyou {
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.krswiper>div {
    flex-shrink: 0;
}
.krswiper_next {
    top: 50%;
    right: 50px;
    transform: translateX(50%) rotate(180deg);
}
.krswiper_pre {
    top: 50%;
    left: 50px;
    transform: translateX(-50%);
}
.krswiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
}
.krswiper-pagination p {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #999;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.krswiper-pagination p.active, .krswiper-pagination p:hover {
    background-color: #fff;
}
.bannertxt{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    text-align: center;
    color: #fff;
    pointer-events: none;
}
.bannertxt h1{
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .7);
}
.bannertxt p{
    font-size: 16px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .7);
}
.bannersearch{
    width: 785px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.bannersearch .inputbox{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
    width: 660px;
    height: 50px;
    background-color: #fff;
}
.bannersearch .inputbox input{
    border: none;
    padding: 0 15px;
    font-size: 16px;
    outline: none;
    width: 100%;
    line-height: 50px;
}
.bannersearch .sbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D77FF;
    color: #fff;
    width: 120px;
    height: 50px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}
.bannersearch .sbtn p{
    margin-left: 5px;
    line-height: 0;
}
.bannerhot{
    width: 785px;
    margin: 20px auto 0;
}
.bannerhot>div{
    display: flex;
    align-items: center;
}
.bannerhot>div a{
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    background: rgba(0, 0, 0, .2);
    padding: 5px 10px;
    border-radius: 4px;
}
.bannerhot>div a:hover{
    background: #fff;
    color: #333;
}
.bannerhot>div a span{
    margin-right: 5px;
}
.mySwiper-banner{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}
.slider-banner{
    width: 145px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #6E6D7B;
    margin: 0 5px;
}
.slider-banner .slideinner{
    display: block;
    position: relative;
}
.slider-banner .slideinner img{
    width: 100%;
    height: 60px;
    transition: all .4s;
}
.slider-banner .slideinner:hover img{
    transform: scale(1.1);
}
.slider-banner .slideinner .innul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
}
.slider-banner .slideinner .innul .innitem{
    margin-left: 8px;
    font-weight: 400;
}
.casecontainer{
    background: #F4F5F7;
    padding-top: 40px;
    overflow: hidden;
}
.mySwiper-casetag{
    width: 1200px;
    margin: 0 auto;
}
.slider-case,.casetagbut{
    width: 190px;
    height: 70px;
    cursor: pointer;
}
.slider-case{
    margin-right: 10px;
}
.casetagbut{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.casetagbut>img{
    width: 100%;
    height: 70px;
    opacity: .8;
    transition: all .4s;
}
.casetagbut:hover>img{
    transform: scale(1.1);
}
.casetagcon{
    width: 190px;
    height: 70px;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.casetagcon-tit{
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
}
.casetagcon.active{
    background-color: rgba(28,120,255,.8);
}
.casewarpper{
    width: 100%;
}
.caselist{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.caseitem{
    width: calc(25% - 15px);
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 25px;
    transition: all .4s;
}
.caseitem:hover{
    box-shadow: 2px 10px 10px 0 rgba(0,0,0,0.2);
}
.caseitem .img{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 200px;
}
.caseitem .img a img{
    width: 100%;
    height: 200px;
}
.caseitem .title{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.caseitem .title .jingxuan{
    font-size: 12px;
    color: #fff;
    background: #E9AE54;
    width: 46px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
    margin-right: 8px;
}
.caseitem .title>a{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caseitem .info{
    font-size: 14px;
    background: #F5F8FF;
    color: #8D96A7;
    padding: 15px;
    border-radius: 10px;
    height: 86px;
    max-height: 86px;
    overflow: hidden;
}
.caseitem .bottom{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.caseitem .bottom .user{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.caseitem .bottom .user .head{
    width: 22px;
    height: 22px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 6px;
}
.caseitem .bottom .user .head>img{
    width: 100%;
    height: 100%;
}
.caseitem .bottom .user p{
    font-size: 14px;
    color: #999;
}
.caseitem .bottom .huati{
    font-size: 14px;
    color: #000;
}
.casebottom{
    width: 100%;
    height: 190px;
    background: url('../img/casebottom.jpg') no-repeat center;
    background-size: 100% 100%;
}
.casebottom .numbox{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.casebottom .numbox .casebotitem{
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.casebottom .numbox .casebotitem h1{
    font-weight: 400px;
    font-size: 40px;
    color: #1D77FF;
}
.casebottom .numbox .casebotitem h1 span{
    font-weight: 500;
    font-size: 16px;
    padding-left: 2px;
}
.casebottom .numbox .casebotitem p{
    color: #444;
}
.publictit{
    width: 100%;
    text-align: center;
    margin-top: 65px;
}
.publictit h1{
    color: #444;
    font-weight: 500;
}
.publictit p{
    font-size: 18px;
    color: #bbb;
    margin-top: 10px;
}
.newsbox{
    width: 1200px;
    margin: 20px auto 50px;
    display: flex;
    flex-wrap: wrap;
}
.newsbox>a{
    width: 285px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px 0 20px;
}
.newsbox>a:nth-child(4n){
    margin-right: 0;
}
.newsbox>a:hover{
    box-shadow: 0px 0 10px 2px rgba(0,0,0,0.1);
    padding: 10px 10px 20px;
}
.newsbox>a:hover p{
    color: #1D77FF;
}
.newsitem .newimg{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 170px;
}
.newsitem .newimg img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsitem p{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
    color: #555;
}
.newsitem .views{
    font-size: 14px;
    color: #bbb;
    display: flex;
    align-items: center;
}
.views span{
    padding-left: 5px;
}
.Solution{
    width: 100%;
    height: 800px;
    background: url('../img/jiejuefangan.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.Solution .solumask{ 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.mySwipersolution{
    width: 1000px;
    margin-top: 25px;
}
.swiper-wrapper-solution{
    display: flex;
    justify-content: space-between;
    width: 990px;
    height: 40px;
    border-radius: 40px;
    padding: 4px;
    border: 1px solid #787676;
    color: #fff;
    backdrop-filter: blur(20px);
}
.slider-solution{
    width: calc(100% / 8);
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
}
.slider-solution:hover{
    color: #1D77FF;
}
.solutionactive{
    background: #fff;
    color: #1D77FF;
}
.SolutionInfo{
    width: 1200px;
    margin: 60px auto 0;
}
.SolutionItem{
    display: flex;
    justify-content: space-between;
}
.SolutionItem .left .title{
    display: inline-block;
    background-color: #1D77FF;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 35px;
    font-size: 15px;
}
.SolutionItem .left .bigtimu{
    color: #fff;
    font-weight: normal;
    margin: 25px 0;
    font-size: 28px;
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SolutionItem .left .jieshao{
    width: 600px;
    color: #fff;
    opacity: .9;
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 25px;
}
.hycj{
    color: #fff;
    font-size: 18px;
}
.cjbox{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.cjbox>div{
    display: flex;
    align-items: center;
    margin-right: 15px;
    border-radius: 5px;
    background: rgba(74,84,86,.4);
    border: 1px solid rgba(131, 138, 139, 0.5);
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.cjbox>div span{
    margin-left: 5px;
}
.SolutionItem{
    display: none;
}
.SolutionItem .xiangqing{
    width: 150px;
    height: 40px;
    color: #fff;
    background: linear-gradient(to  right,#256DF5,#27A8FC);
    border-radius: 10px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
}
.SolutionItem .xiangqing:hover{
    padding-left: 20px;
}
.SolutionItem .xiangqing span{
    margin-right: 15px;
}
.SolutionItem .right .rightimg{
    width: 350px;
    height: 190px;
    overflow: hidden;
    border-radius: 10px;
}
.SolutionItem .right .rightimg img{
    width: 100%;
    height: 100%;
}
.SolutionItem .right .rightchange{
    width: 350px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}
.SolutionItem .right .rightchange>div{
    width: 170px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background: rgba(74,84,86,.4);
    border: 1px solid rgba(131, 138, 139, 0.5);
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SolutionItem .right .rightchange>div.active{
    background: #1D77FF;
}
.supportnum{
    width: 1200px;
    margin: 50px auto 50px;
    display: flex;
    justify-content: space-around;
}
.supportnum>div{
    text-align: center;
}
.supportnum>div h1{
    color: #1D77FF;
    font-weight: normal;
    font-size: 35px;
}
.supportnum>div h1 span{
    font-size: 18px;
    font-weight: normal;
}
.supportnum>div p{
    font-size: 16px;
    opacity: .7;
}
.supportbox{
    width: 1300px;
    margin: 0px auto 50px;
    display: flex;
    flex-wrap: wrap;
}
.supportitem{
    width: 33%;
    padding: 50px;
}
.borderr{
    border-right: 1px solid #CFE3FE;
}
.bordert{
    border-bottom: 1px solid #CFE3FE;
}
.supportitem h1{
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
}
.supportitem p{
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    opacity: .7;
}
.pinpainum{
    width: 1400px;
    margin: 50px auto 50px;
    display: flex;
    justify-content: space-between;
}
.pinpainum div{
    display: flex;
    align-items: center;
    color: #1D77FF;
}
.pinpainum div span{
    font-size: 26px;
}
.pinpainum div p{
    margin-left: 20px;
    background: #C9DEFB;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 20px;
}
.pinpaibox{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.pinpaibox>div{
    width: calc(100% / 9 - 20px);
    height: 80px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zizhibox{
    width: 1200px;
    margin: 50px auto 100px;
    display: flex;
    justify-content: space-between;
}
.zizhibox .zizhiittem{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zizhibox .zizhiittem .imgbox{
    width: 110px;
    height: 110px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}
.zizhibox .zizhiittem p{
    opacity: .7;
}
.pingtai{
    width: 100%;
    height: 295px;
    background: url("../img/pingtaibg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.phonebox{
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.phonebox .inputbox {
    width: 480px;
    height: 55px;
    background: #fff;
}
.phonebox .inputbox input{
    width: 100%;
    line-height: 55px;
    border: none;
    outline: none;
    padding-left: 20px;
    font-size: 18px;  
}
.shenqing{
    width: 120px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #1D77FF;
    cursor: pointer;
}
.caseselect{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 40px auto -20px;
}
.caseselect>div{
    display: flex;
    align-items: center;
}
.selectitem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    width: 150px;
    height: 45px;
    padding: 0 15px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, .1);
}
.selectitem span{
    color: #555;
}
.selectcon{
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
}
.selectcon>div{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
    margin-top: 10px;
    padding: 15px;
    width: 150px;
    display: flex;
    flex-wrap: wrap;
}
.selectcon>div.bigwidth{
    width: 450px;
}
.selectcon>div p{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #555;
    line-height: 40px;
}
.selectcon>div.bigwidth p{
    width: 20%;
}
.selectcon>div p:hover{
    color: #1D77FF;
}
.selectitem:hover .selectcon{
    display: block;
}
.casepagination{
    width: 1200px;
    margin: 50px auto;
}

