
@media screen and (min-width: 1024px) {
	.content{
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	}
	.content h1{
	    color: #333333;
	    font-weight: 600;
	    font-size: 0.24rem;
	    margin: auto;
	    margin-top: 1rem;
	    margin-bottom: 0;
	    border-bottom: 2px solid #3B7CFF;
	    padding-bottom: 10px;
	}
	.content h2{
	    color: #666666;
	    font-size: 0.2rem;
	    margin: auto;
	    margin-top: 10px;
	    margin-bottom: 0;
	    font-weight: 400;
	}
	.conbox{
	    width: 100%;
	    height: 7rem;
	    display: flex;
	    background-color: #E8E8E8;
	    background-image: url(../img/solution/bg1.png);
	    background-repeat: no-repeat;
	    background-position: 75% 50%;
	    background-size: 4.27rem 4.63rem;
	    margin-top: 0.4rem;
	}
	.conbox2{
	    background-image: url(../img/solution/bg2.png);
	    background-position: 25% 50%;
	}
	.conbox3{
	    background-image: url(../img/solution/bg3.png);
	    margin-bottom: 1rem;
	}
	.cbcontent{
	    width: 11.96rem;
	    height: 100%;
	    display: flex;
	    box-sizing: border-box;
	    position: relative;
	    margin: auto;
	    margin-left: 0;
	}
	.cbcontent2{
	    margin-left: auto;
	    margin-right: 0;
	}
	
	.cbbg{
	    width: 100%;
	    height: 100%;
	}
	.descbox{
	    width: 100%;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    position: absolute;
	    left: 0;
	    top: 0;
	    box-sizing: border-box;
	    padding: 0 0.5rem;
	}
	.desctitle{
	    font-size: 0.24rem;
	    font-weight: bold;
	    color: #FFFDFD;
	    margin: auto;
	    margin-top: 0;
	    margin-right: 0;
	    margin-top: 0.44rem;
	    margin-bottom: 0;
	}
	.descbox p{
	    width: 5.61rem;
	    font-size: 0.16rem;
	    font-weight: 400;
	    color: #FFFFFF;
	    line-height: 0.3rem;
	    margin: auto;
	    margin-top: 0.28rem;
	    margin-right: 0;
	}
	.desctitle2, .descbox2 p{
	    margin-right: auto;
	    margin-left: 0;
	}
	.gymore{
	    width: 1.54rem;
	    height: 0.4rem;
	    background: linear-gradient(-30deg, #3B7CFF, #3BC1FF);
	    border-radius: 4px;
	    margin: auto;
	    margin-right: 0;
	    margin-bottom: 0.57rem;
	    display: flex;
	}
	.gymore2{
	    margin-right: auto;
	    margin-left: 0;
	}
	.gymorelabel{
	    font-size: 0.2rem;
	    font-weight: 400;
	    color: #FFFFFF;
	    margin: auto;
	    margin-right: 0.11rem;
	}
	.gymore img{
	    width: 0.14rem;
	    height: 0.16rem;
	    margin: auto;
	    margin-left: 0;
	}
}
















@media screen and (max-width: 1023px) {
	body{
	    padding-top: 0.87rem;
	}
	.content{
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	}
	.content h1{
	    color: #333333;
	    font-weight: 600;
	    font-size: 0.28rem;
	    margin: auto;
	    margin-top: 0.6rem;
	    margin-bottom: 0;
	    border-bottom: 2px solid #3B7CFF;
	    padding-bottom: 10px;
	}
	.content h2{
	    color: #666666;
	    font-size: 0.22rem;
	    margin: auto;
	    margin-top: 10px;
	    margin-bottom: 0;
	    font-weight: 400;
	}
	.conbox{
	    width: 100%;
	    height: 3rem;
	    display: flex;
	    background-color: #E8E8E8;
	    background-image: url(../img/solution/bg1.png);
	    background-repeat: no-repeat;
	    background-position: 75% 50%;
	    background-size: 1.68rem 1.82rem;
	    margin-top: 0.4rem;
	}
	.conbox2{
	    background-image: url(../img/solution/bg2.png);
	    background-position: 25% 50%;
	}
	.conbox3{
	    background-image: url(../img/solution/bg3.png);
	    margin-bottom: 0.6rem;
	}
	.cbcontent{
	    width: 60%;
	    height: 100%;
	    display: flex;
	    box-sizing: border-box;
	    position: relative;
	    margin: auto;
	    margin-left: 0;
	}
	.cbcontent2{
	    margin-left: auto;
	    margin-right: 0;
	}
	
	.cbbg{
	    width: 100%;
	    height: 100%;
	}
	.descbox{
	    width: 100%;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    position: absolute;
	    left: 0;
	    top: 0;
	    box-sizing: border-box;
	    padding: 0 0.5rem;
	}
	.desctitle{
	    font-size: 0.26rem;
	    font-weight: bold;
	    color: #FFFDFD;
	    margin: auto;
	    margin-top: 0;
	    margin-right: 0;
	    margin-top: 0.3rem;
	    margin-bottom: 0;
	}
	.descbox p{
	    font-size: 0.20rem;
	    font-weight: 400;
	    color: #FFFFFF;
	    line-height: 0.3rem;
	    margin: auto;
	    margin-top: 0.28rem;
	    margin-right: 0;
		overflow: hidden;
	    display: -webkit-box;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 3;  /*要显示的行数*/
	    -webkit-box-orient: vertical;
	} 
	.desctitle2, .descbox2 p{
	    margin-right: auto;
	    margin-left: 0;
	}
	.gymore{
	    width: 1.54rem;
	    height: 0.4rem;
	    background: linear-gradient(-30deg, #3B7CFF, #3BC1FF);
	    border-radius: 4px;
	    margin: auto;
	    margin-right: 0;
	    margin-bottom: 0.37rem;
	    display: flex;
	}
	.gymore2{
	    margin-right: auto;
	    margin-left: 0;
	}
	.gymorelabel{
	    font-size: 0.2rem;
	    font-weight: 400;
	    color: #FFFFFF;
	    margin: auto;
	    margin-right: 0.11rem;
	}
	.gymore img{
	    width: 0.14rem;
	    height: 0.16rem;
	    margin: auto;
	    margin-left: 0;
	}
}
