.soluTop{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: .4rem -40px;
}
.soluTop li{
    width: 20%;
    padding: 20px 40px;
}
.soluTop li a{
    position: relative;
    display: block;
    height: 100%;
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    padding: .2rem;
    background-color: #F6FBFF;
    transition: all .3s;
}
.soluTop li a::before{
    display: block;
    content: "";
    width: 22px;
    height: 20px;
    max-width: .24rem;
    max-height: .24rem;
    background: url(/static/home/images/solution/arrow.png) right top no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.soluTop li a h2{
    font-size: 30px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 5px;
}
.soluTop li a:hover,
.soluTop li.active a{
    background-color: #FFF8EE;
}
.soluTop li.active a::before{
    display: block;
}
.soluH3{
    font-size: 36px;
    color: #1772C7;
    line-height: 1.1;
    border-left: .06rem solid #62BF00;
    padding-left: .1rem;
    margin: .4rem 0;
}
.soluCen{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 40px -10px;
}
.soluCen li{
    padding: 20px 10px;
}
.soluCen li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 158px;
    min-height: 60px;
    padding: .1rem .2rem;
    border-radius: 30px;
    border: 1px solid #006EBF;
    font-size: 16px;
    color: #00307C;
    line-height: 1.4;
    font-weight: bold;
    transition: all .3s;
}
.soluCen li a span{
    font-size: 12px;
    color: #62BF00;
    font-weight: normal;
    line-height: 1.4;
    transition: all .3s;
}
.soluCen li a:hover{
    color: #FF9F18;
    border-color: #FF9F18;
}
.soluCen li a:hover span{
    color: #FF9F18;
}
.soluCen li.active a{
    color: #FFF8EE;
    border-color: #FF9F18;
    background-color: #FF9F18;
}
.soluCen li.active a span{
    color: #FFFFFF;
}
.soluBot{
    font-size: 16px;
    color: #666666;
    line-height: 2;
    padding: 0 .4rem;
    border-radius: 8px;
    background-color: #F8FCFF;
    margin: .4rem 0 .6rem;
    overflow: hidden;
}
.soluMargin{
    margin: .5rem 0;
}
.soluTit{
    font-size: 30px;
    color: #333333;
    line-height: 1.4;
    text-align: center;
}
.soluInfo{
    text-align: center;
}
.tongdian{
    list-style: none;
}
.tongdian li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .6rem 0;
}
.tongdian li:nth-child(2n){
    flex-direction: row-reverse;
}
.soluImg{
    width: 40%;
    max-width: 486px;
}
.soluImg img{
    max-width: 100%;
    height: auto;
    border-radius: .1rem;
}
.soluText{
    width: 56%;
    max-width: 620px;
    font-size: 24px;
}
.tedian{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: .4rem -.3rem;
}
.tedian li{
    width: 33.33%;
    padding: .3rem;
    display: flex;
    align-items: center;
}
.soluIco{
    float: left;
    width: 60px;
    height: 60px;
    max-width: .6rem;
    max-height: .6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .2rem;
}
.soluIco img{
    max-width: 100%;
    max-height: 100%;
}
.soluRig{
    font-size: 24px;
    line-height: 1.4;
    color: #333333;
    overflow: hidden;
    max-width: 264px;
}
.soluLine{
    border-top: 1px dashed #696969;
}
.lianxi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1206px;
    margin: 0 auto;
}
.lianxi .item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    max-width: 543px;
    min-height: 1.8rem;
    padding: .3rem;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: .08rem;
    background-color: #006EBF;
    box-shadow: 0px 0px .15rem rgba(0,0,0,0.06);
}
.lxIco{
    width: 60px;
    height: 60px;
    max-width: .6rem;
    max-height: .6rem;
    border-radius: 50%;
    margin-right: .3rem;
    flex-shrink: 0;
}
.lxIco img{
    display: block;
    width: 100%;
    height: 100%;
}
.lxText{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.4;
}
.lxText P a{
    font-size: 200%;
    color: #FFFFFF;
}
.newsPage{
    border: none;
    padding: 0;
}

@media (max-width:1600px) {
    .soluTop{
        margin: .4rem -1.56vw;
    }
    .soluTop li{
        padding: .15rem 1.56vw;
    }
    .soluTop li a{
        font-size: 1vw;
        padding: .15rem;
    }
    .soluTop li a h2{
        font-size: 1.56vw;
    }
    .soluH3{
        font-size: 1.875vw;
    }
    .soluCen{
        margin: .3rem -.1rem;
    }
    .soluCen li{
        padding: .1rem;
    }
    .soluCen li a{
        font-size: 14px;
    }
    .soluBot{
        font-size: 15px;
    }
    .soluTit{
        font-size: 1.56vw;
    }
    .tongdian li{
        margin: .4rem 0;
    }
    .soluText{
        font-size: 1.25vw;
    }
    .soluIco{
        width: 48px;
        height: 48px;
        margin-right: .15rem;
    }
    .soluRig{
        font-size: 1.25vw;
    }
    .lianxi .item{
        min-height: 9.375vw;
    }
    .lxIco{
        width: 44px;
        height: 44px;
        margin-right: .2rem;
    }
    .lxText{
        font-size: 16px;
    }

}
@media (max-width:1400px) {

}
@media (max-width:1200px) {
    .soluTop{
        margin: .4rem -.1rem;
    }
    .soluTop li{
        padding: .1rem;
    }
    .soluTop li a{
        font-size: 12px;
    }
    .soluTop li a h2{
        font-size: 16px;
    }
    .soluH3{
        font-size: 20px;
    }
    .soluCen{
        margin: .3rem -5px;
    }
    .soluCen li{
        padding: 5px;
    }
    .soluCen li a{
        min-width: 1.38rem;
        height: 100%;
        min-height: 0;
        padding: .06rem .1rem;
        border-radius: .3rem;
    }
    .soluBot{
        font-size: 14px;
    }
    .soluTit{
        font-size: 20px;
    }
    .soluText{
        font-size: 14px;
    }
    .soluRig{
        font-size: 14px;
    }

}
@media (max-width:991px) {
    .soluTop li{
        width: 25%;
    }
    .tedian{
        margin: .3rem -.1rem;
    }
    .tedian li{
        padding: .1rem;
    }
    .soluIco{
        width: 40px;
        height: 40px;
    }
    .lxText{
        font-size: 14px;
    }
    .lianxi .item{
        padding: .2rem;
    }
    .lxText P a{
        font-size: 150%;
    }


}
@media (max-width:767px) {
    .soluTop li{
        width: 33.33%;
    }
    .tedian li{
        width: 50%;
    }

}
@media (max-width:640px) {
    .soluTop li{
        width: 50%;
    }
    .soluH3{
        font-size: 18px;
    }
    .soluCen li a{
        border-radius: .1rem;
    }
    .soluTit{
        font-size: 18px;
    }
    .tongdian li{
        display: block;
        margin: .3rem 0;
    }
    .soluImg{
        width: 100%;
        margin: .1rem 0;
    }
    .soluText{
        width: 100%;
        margin: .1rem 0;
    }
    .lianxi .item{
        width: 100%;
        margin: .1rem 0;
    }

}
@media (max-width:460px) {
    .soluTop li a h2{
        font-size: 14px;
    }
    .tedian li{
        width: 100%;
    }
    .lxText P a{
        font-size: 130%;
    }

}