.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;
}

.solution{
    width: 94%;
    height: auto;
    margin: auto;
}
.solution_tit{
    font-size: 0.4rem;
    width: 100%;
    height: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
}
.solution_main{
    width: 100%;
    height: auto;
    overflow: hidden;	
}
.index1{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.index1 li{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 3%;
    border-radius: 0.2rem;
}
.index1 li a{
	color: #fff;
}
.index1 li .tis .txt{
	font-size: 15px;
    width: 80%;
    padding: 10%;
    line-height: 33px;
    color: #fff;
    margin-top: 180px;
	transition: 0.5s;
}
.index1 li:nth-child(3n+3) {
    margin-right: 0;
}
.index1 li .img{
width: 100%;
    height: 3rem;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}
.index1 li .img .bg{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: rgba(111, 111, 111, 0.38);
}
.index1 li .img img{
	width: 100%;
    height: 4rem;
    overflow: hidden;
    object-fit: cover;	
}

.index1 li #tit1{
	background: url(../image/235rf23423.png) top center no-repeat;
    background-size: 0.8rem;	
}
.index1 li #tit2{
	background: url(../image/32fgv34.png) top center no-repeat;
    background-size: 0.8rem;	
}
.index1 li #tit3{
	background: url(../image/324tg342sf.png) top center no-repeat;
    background-size:0.8rem;	
}


.index1 li .tit{
    width: 50%;
    height: 2rem;
    line-height: 2.5rem;
    overflow: hidden;
    object-fit: cover;
    color: #fff;
    font-size: 0.4rem;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 25%;
    margin-top: -1rem;
    transition: 0.5s;
    text-align: center;
}
 



.solution1{
    width: 94%;
    height: auto;
    margin: auto;
}
.solution1_main{
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.solution1_main_tit{
	font-size: 0.4rem;
    width: 100%;
    height: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
}
.solution1_main_li{
    width: 100%;
    height: auto;
    overflow: hidden;	
}
.solution1_main_li li{
    float: left;
    width: 99.5%;
    height: auto;
    text-align: center;
    color: #fff;
    overflow: hidden;
    box-shadow: inset 0 0 0px 1px rgb(0 0 0 / 10%);
    position: relative;
    cursor: pointer;
    margin-bottom: 3%;
    border-radius: 0.2rem;
}
.solution1_main_li li:nth-child(2n+2){
	margin-right: 0%;
}
.solution1_main_li li:hover .tis{
	bottom:100px;
	transition: 0.5s;
}
.solution1_main_li li img{
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
    object-fit: cover;
}
.solution1_main_li li .tit {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    object-fit: cover;
    color: #525ca3;
    font-size: 0.3rem;
}
