.top{
    width: 100%;
    height: 7rem;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(../image/solutionbg.jpg) center no-repeat;
    background-size:auto 100%;
    background-position: top;
}
.top_tit{
    max-width: 100%;
    height: 0.8rem;
    line-height: 0.5rem;
    text-align: center;
    padding-top: 2.5rem;
    letter-spacing: 0.1rem;
    font-size: 0.3rem;
    color: #fff;
}
.top_tits{
    width: 90%;
    padding-left: 5%;
    height: auto;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #fff;
}
.top_titss{
	height: 0.8rem;
    line-height: 0.8rem;
    width: 2rem;
    text-align: center;
    font-size: 0.25rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999rem;
    margin: auto;
    margin-top: 0.5rem;
    transition: all .5s ease;
    letter-spacing: 0.1rem;
}
.top_titss:hover{
	background-color: #7079bd;
    border: solid 1px #7079bd;
}
.about{
    width: 94%;
    height: auto;
    margin: auto;
}
.advantage_tit{
    font-size: 0.4rem;
    width: 100%;
    height: 1rem;
    text-align: left;
    color: #525ca3;
}
.advantage{
    width: 100%;
    height: auto;
    font-size: 0.3rem;
    padding-bottom: 0.5rem;
}

.advantage li{
float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
.advantage li:nth-child(4n+4) {
    margin-right: 0;	
}
.advantage li i{
    float: left;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #5b64a8;
    text-align: center;
    border-radius: 0.5rem;
    font-style: normal;
    color: #fff;
    font-size: 0.3rem;
}
.advantage li h5{
	float: left;
    max-width: 86%;
    height: auto;
    line-height: 0.5rem;
    padding-left: 5%;
    font-size: 0.3rem;
}
.advantage li.li2{
	float: left;
    width: 42.5%;
    background: #eef0ff;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 3%;
    position: relative;
}
.advantage li.li2:nth-child(2n+2) {
    margin-right: 0;	
}
.advantage li.li2 h5{
    width: 100%;
    height: auto;
    font-size: 0.3rem;
    padding-bottom: 0.5rem;
}
.advantage h1{
	width: 100%;
    height: auto;
    font-size: 0.3rem;
    padding-bottom: 0.5rem;
}
.advantage h4 {
	width: 100%;
    height: auto;
    font-size: 0.3rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}
.advantage img{
    width:100%;
    height: auto;		
}