/* banner */
.banner-title{
    width: 100%;
    height: 18.57142857rem;
    background: url(../img/solution/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.banner-title b{
    font-size: 1.71428571rem;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 3px 9px #212121;
    margin-top: 7.28571429rem;
}
.banner-title p{
    font-size: .78571429rem;
    /* font-family: Arial; */
    font-weight: 400;
    color: #FFFFFF;
    /* margin-top: .35714286rem; */
}
/* content */
.content{
    margin-top: 2.85714286rem;
    padding: 0;
    margin-bottom: 1.42857143rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-main{
    width: 50rem;
    height: 9.64285714rem;
    background: #f0f0f0;
    box-shadow: 0px 1px 10px 0px rgba(231, 231, 231, 0.53);
    display: flex;
    margin-bottom: 1.42857143rem;
}
.content-main:hover{
    box-shadow: 0px 1px 10px 0px #CCCCCC;
}
.content-main:hover img{
    transform: scale(1.05);
}
.content-main img{
    cursor: pointer;
    transition: all 0.5s ease-out;
}
.content-main .photo{
    width: 20.25rem;
    height: 9.64285714rem;
    overflow: hidden;

}
.content-main .photo img{
    width:100%;
    height: 100%;

}
.content-detail{
    padding: 0rem 2.57142857rem 0 1.42857143rem;
    width: 29.71428571rem;
}
.content-detail div{
    font-size: 1rem;
    
    font-weight: bold;
    color: #333333;
}
.content-detail i{
    width: 2.14285714rem;
    height: .14285714rem;
    background: #1AA5DD;
    display: block;
    margin-top: .53571429rem;
}
.content-detail p{
    font-size: .71428571rem;
    
    font-weight: 400;
    color: #666666;
    line-height: 1.5rem;
    margin-top: .92857143rem;
}


@media only screen and (max-width:1680px){
    .content {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content-main {
        width: 41.571429rem;
    }
    .content-detail {
        padding: 0rem 2.57142857rem 0 1.42857143rem;
    }
}
@media only screen and (max-width:1600px){
    .content {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content-main {
        width: 41.571429rem;
    }
    .content-detail {
        padding: 0rem 2.57142857rem 0 1.42857143rem;
    }
}
@media only screen and (max-width:1440px){
    .content {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content-main {
        width: 41.571429rem;
    }
    .content-detail {
        padding: 0rem 2.57142857rem 0 1.42857143rem;
    }
}
@media only screen and (max-width:768px){
    .content-main {
        width: 90%;
    }
    .content-main .photo {
        width: 40%;
        height: auto;
    }
    .content-detail {
        padding: 0 2% 1%;
        width: 60%;
    }
}
@media only screen and (max-width:576px){
    .content-main {
        width: 17.571429rem;
    }
    .content-detail {
        padding: 0rem 0.5rem 0 0.5rem;
    }
    .content-detail p {
        line-height: 1rem;
    }
    .content{
        margin-bottom: 1.857143rem;
    }
}
@media only screen and (max-width:375px){
    .content-main {
        width: 17.571429rem;
    }
    .content-detail {
        padding: 0rem 0.5rem 0 0.5rem;
    }
    .content-detail p {
        line-height: 1rem;
    }
    .content{
        margin-bottom: 1.857143rem;
    }
}