@charset "utf-8";

.beston22119Solution {
    max-width: 1640px;
    margin: 0 auto;
}

.beston22119Solution1 {
    text-align: center;
    padding: 150px 0 0 0;
}

.beston22119Solution1-t {
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
}

.beston22119Solution2 {
    width: 100%;
    padding-bottom: 150px;
}

.beston22119Solution2-single {
    width: 48.5%;
    display: inline-block;
    margin-right: 2.5%;
    margin-top: 60px;
    position: relative;
}

.beston22119Solution2-single:nth-child(2n) {
    margin-right: 0;
}

.beston22119Solution2-pic {
    width: 100%;
    font-size: 0;
}

.beston22119Solution2-pic img {
    width: 100%;
}

.beston22119Solution2-con {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    padding:15% 3% 0 15%;
    color: #ffffff;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(66, 187, 182, 0.9);
    border-radius: 208px 0px 0px 208px;
}

.beston22119Solution2-t1 {
    font-weight: 700;
    font-size: 32px;
}

.beston22119Solution2-t2 {
    font-size: 16px;
    height: 5%;
    line-height: 25px;
    margin:30px 0 60px;
}


.beston22119Solution2-a a {
    width: 180px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-family: PingFang SC;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border:1px solid;
    border-color:#ffffff;
    background-color: transparent;
    border-radius: 35px;
}
.beston22119Solution2-a a:hover{
    background-color:#ffffff;
    color:#42bbb6;
}



/* 媒体查询 */
@media screen and (max-width:1700px){
    .beston22119Solution{
        max-width: 1600px;
    }
}
@media screen and (max-width:1550px){
   .beston22119Solution{
        max-width: 1450px;
    }
}
@media screen and (max-width:1400px){
   .beston22119Solution{
        max-width: 1300px;
    }
    .beston22119Solution2-t1 {
        font-size: 30px;
    }
    .beston22119Solution2-con {
        padding: 13% 3% 0 13%;
    }
}
@media screen and (max-width:1300px){
   .beston22119Solution{
        max-width: 1200px;
    }
    .beston22119Solution2-t2 {
        font-size: 14px;
    }
    .beston22119Solution2-t1 {
        font-size: 26px;
    }
    .beston22119Solution2-t2 {
        margin: 20px 0 50px;
    }
    .beston22119Solution2-a a {
        width: 160px;
        line-height: 46px;
    }
}
@media screen and (max-width:1024px){
    .beston22119Solution {
        padding: 0 15px;
    }
    .beston22119Solution1 {
        padding: 80px 0 0 0;
    }
    .beston22119Solution1-t {
        line-height: 32px;
    }
    .beston22119Solution2 {
        padding-bottom: 100px;
    }
    .beston22119Solution2-single {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    .beston22119Solution2-con {
        padding: 13% 2% 0 10%;
        text-align: center;
    }
    .beston22119Solution2-t1 {
        font-size: 22px;
    }
    .beston22119Solution2-t2 {
        display: none;
    }
    .beston22119Solution2-a a {
        margin-top: 25px;
        width: 130px;
        background-color: #fff;
        color: #42bbb6;
        line-height: 35px;
    }
}