/*轮播图*/
.banner {
    height: 8.6rem;
}
.banner .slide-button-icon {
    height: 1.35rem;
    position: absolute;
    bottom: 0.1rem;
    width: 100%;
    left: 0;
}
/*解决方案*/
.solve-content .solve-box{
    width: 25%;
    box-sizing: border-box;
    padding: 0.2rem 0 0.2rem 0;
}
.solve-content .solve-box:hover{
    box-shadow: 0 0 0.2rem 0.02rem rgba( 0, 0, 0, 0.6 );
}
.solve-content .solve-box:hover .solve-box-item{
    border-left: none;
}
.solve-content .solve-box .solve-box-item{
    border-left: 0.01rem solid #b3b3b3;
    box-sizing: border-box;
}
.solve-content .solve-box:first-child .solve-box-item{
    border-left: none;
}
/*应用案例*/
.case-item{
    width: 8.8rem;
    height: 4rem;
    background-color: white;
 }
.case-item .desc{
    width: calc(100% - 4rem);
    height: 100%;
    font-size: 0.56rem;
    color: #252525;
    padding: 0.2rem 0.1rem 0.2rem 0.1rem;
    overflow: hidden;
}
.index-learn-more-news{
    text-align:center;
    width: 100%;
    background-color:#f5f5f5;
    height: 0.9rem;
    line-height:0.9rem;
    font-size: 0.36rem;
    color: #b2b2b2;
}
.index-learn-more-news:hover{
    background-color: #0066a8;
    color: #fff;
}
/**轮播图左右*/
.swiper-button-prev,.swiper-button-next{
    cursor: pointer;
    margin-top: -0.4rem;
    top: 50%;
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
}
.swiper-button-prev img,.swiper-button-next img{
    width: 100%;
    height: 100%;
}
.swiper-button-prev{
    left: 1.6rem;
}
.swiper-button-next{
    right: 1.6rem;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: none;
}
/*轮播图分页*/
.swiper-pagination {
    position: absolute;
    z-index: 20;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background: rgb(219,220,222);
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid rgb(219,220,222);
    cursor: pointer;
}
.swiper-active-switch {
    background: #0066a8;
    border: 1px solid #0066a8;
}
.al-more:hover{
    border-bottom: 0.01rem solid #fff;
}
.al-more-item:hover{
    border-bottom: 0.01rem solid #0066a8;
}
/*搜索*/
.search-index-item{
    cursor: pointer;
    letter-spacing: 0.02rem;
    width: 100%;
    height: 100%;
    border: 0.02rem solid #254474;
    font-size: 0.2rem;
    position: relative;
    border-radius: 0.08rem;
    line-height: 0.9rem;
    padding-left: 0.2rem;
}
.search-index-item:hover{
    background-color: #4977ba;
    color: white;
}
/*链接块1*/
.news-box{
    margin: 0 auto;
    height: 6.7rem;
    box-shadow: 0 0.28rem 0.5rem 0.001rem rgba( 49, 58, 79,0.22 );
}
.news-box .box{
    box-sizing: border-box;
    position: relative;
    border-right: 0.01rem solid #dddddd;
    float: left;
    height: 100%;
    width: 100%;
    cursor: pointer;
    color: #313a4f;
}
.news-box .line{
    background-color: #313a4f;
}
.news-box .box:hover .line{
    background-color: #4977ba;
}
.news-box .box:hover{
    color: #4977ba;
}
/*链接块2*/
.link2-box{
    margin: 0 auto;
    height: 4.2rem;
}
.link2-box .box{
    box-sizing: border-box;
    position: relative;
    border-right: 0.01rem solid #dddddd;
    float: left;
    height: 100%;
    width: 100%;
    cursor: pointer;
    color: #313a4f;
}
.link2-box .box:hover .bg{
    background-color: #436faf;
}
.link2-box .line{
    background-color: #313a4f;
}
.link2-box .box:hover .line{
    background-color: #4977ba;
}
.link2-box .box:hover{
    color: #4977ba;
}


