#solindex{
			padding: 6rem 0;
			height: auto;
		}
		.sol-i-l{
			float: left;
			width: 50%;
			height: 100%;
		}
		.sol-i-r{
			float: right;
			width: 100%;
		}
		.sol-i-r a {
		    display: block;
		    width: 23.5%;
		    height: 23vw;
		    float: left;
		    margin-right: 2%;
		}
		
		
		.sol-i-r a:last-child{
			margin-right: 0;
		}
		
		
		.sol-i-r img,.sol-i-l img{
			width: 100%;
			display: block;
		}
		
		.sol-i-r img {
		    height: 23vw;
		}
		.r-p-list{
		
			position: relative;
		
		}
		
		.list-hide {
		
		    display: none;
		
		}
		
		.list-hide.active {
		
		    display: block !important;
		
		    height: 100%;
		
		    background: rgba(0,140,214,0.5);
		
		    top: 0;
		
		    width: 100%;
		
		    position: absolute;
		
		    top: 0;
		
		    color: white;
		
		    height: 100%;
		
		    text-align: center;
		
		    display: flex;
		
		    align-items: center;
		
		    justify-content: center;
		
		}
		
		
		
		.list-center {
		
		    position: absolute;
		
		    top: 50%;
		
		    transform: translateY(-50%);
		
		    width: 100%;
		
		}
		
		.list-center .rp-tit {
		
		    font-size: 25px;
		
		    font-weight: bold;
		
		    margin-bottom: 1%;
		
		}
		
		.list-center p {
		
		    padding: 0 15%;
		
		    font-size: 15px;
		
		    line-height: 1.6rem;
		
		    margin-bottom: 5%;
		
		}
		
		.so-tit{
		
			position: absolute;
		
		    width: 100%;
		
		    text-align: center;
		
		    font-size:16px;
		
		    bottom: 50px;
		
		}

#solindex .sol-show video{
       max-width:600px;
       max-height:1000px;
}