
/* ******************* */
#container{
    height: 480px;
}
.banner-item{
    height: 400px;
}
.banner-item-right{
    width: 500px;
    height: 328px;
}
.swiper-pagination{
    bottom:50px !important;
}
.banner-item-left h1{
    font-size:30px;
}
.banner-item-left h2{
    font-size:30px;
}
.banner-item-left h3{
    font-size:18px;
}
/* *********************** */
.solution-container{
    width: 1200px;
    padding:0 10px;
    margin:40px auto 0;
    box-sizing: border-box;
}
.solution-content{
    display: flex;
    justify-content: space-between;
    padding:10px 30px;
    margin-bottom:20px;
}
.solution-left{
    width: 280px;
    height: 700px;
    box-sizing: border-box;
}
.solution-left ul{
    margin-top:20px;
}
.solution-left ul li{
    color:#808080;
    padding:6px 0;
    cursor: pointer;
}
.solution-left ul li span{
    margin-left:10px;
}
.solution-left input[type=checkbox]{
    cursor: pointer;
}
.solution-left-top{
    height: 460px;
    border:1px solid #ccc;
    padding:20px;
    box-sizing: border-box;
}
.solution-right{
    width: 800px;
    display: none;
}
.solution-right.active{
    display: block;
}
.solution-right-top{
    height: 65px;
    box-sizing: border-box;
    padding-top:5px;
    border-bottom:1px solid #ccc;
    text-align: center;
}
.solution-right-top p{
    font-size:22px;
    letter-spacing: 2px;
}
.solution-right-top span{
    font-size:14px;
    color:#979797;
}
.solution-right-bottom p,.solution-right-bottom span{
    caret-color: rgb(34, 34, 34);
    color: rgb(34, 34, 34) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 14px !important;
    text-align: justify;
    white-space: normal;
    text-size-adjust: auto;
    line-height: 29.75px;
    letter-spacing: 1px;
    box-sizing: border-box !important;
    overflow-wrap: break-word !important;
}
.solution-right-bottom>div{
    margin:0 auto;
    margin-top:20px;
    width: 600px;
    display: flex;
    justify-content: space-around;
}
.solution-right-bottom>div>div{
    width: 80px;
    height: 80px;
}
.solution-right-bottom img{
    width: 100%;
}
.solution-right-bottom h2{
    letter-spacing: 1px;
    font-size:18px;
}
.manage-btn{
    text-align: center;
}
#menuhome-solution{
    border-bottom:2px solid #fff !important;
}