a {
    color: #333;
}
body {
    font-size: 16px;
}
.box-1200 {
    width: 12rem;
    margin: 0 auto;
}

.bannerbox{
	width: 100%;
	height: 300px;
	background:url(lnrbanner.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.bannertitle {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bannertitle > div {
    width: 578px;
    height: 156px;
    opacity: 0.91;
    display: flex;
    background: linear-gradient(270deg, rgba(249,249,249,0.43) 0%, #FFFFFF 100%);
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
}
.bannertitle > div h1{
	margin: 0;
	font-size: 60px;
	padding-left: 30px;
}
.bannertitle > div h1 span {
    color: #945A0D;
}
.bannertitle > div p{
	font-size: 32px;
	margin: 0;
	padding-left: 30px;
}


/* 热门服务 */
.rmyytitle{
	margin: 30px 0;
}
.rmyytitle img{
	width: 100%;
}
.huangse li{
	width: 380px;
	height: 280px;
	background: url(listbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
 .huangse li:hover{
    transform: translateY(-10%);
    transition: transform 0.5s;
    box-shadow: 0 0 10px 0 rgb(67 147 245 / 30%) !important;
}
.huangse li:nth-child(n+4){
	display: none;
}
.huangse li {
    margin-bottom: 30px;
}
.huangse li a {
    font-size: 30px;
    text-align: center;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}
.huangse li img {
    width: 68px;
    height: 68px;
}
.huangse ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.huangse > p {
    text-align: center;
    font-size: 30px;
	cursor: pointer;
}
.huangse > p img {
    margin: 0 20px;
}
.shouqi{
	display: none;
}
.huangse > h1 {
    font-size: 40px;
    margin: 30px 0;
}
/* 养老办 */
.ylblist li {
    width: 100%;
    height: 100px;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.3);
    transition: transform 0.5s;
    align-items: center;
    padding: 0 20px;
}
.ylblist li:hover{
	transform: translateY(-10%);
	transition: transform 0.5s;
	box-shadow: 0 0 10px 0 rgb(67 147 245 / 30%) !important;
}
.ylblist li span {
    max-width: 80%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 移动端 */
@media only screen and (max-width: 768px) {
    .box-1200 {
        width: 100%;
        padding: 0.24rem;
    }
    .banner-container {
        width: 100%;
        height: 3rem;
    }
    .banner-container h1 {
        width: 100%;
        height: 100%;
        font-size: 48px;
        color: #FFFFFF;
        letter-spacing: 5px;
        line-height: 3rem;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.30);
        font-weight: 700;
        text-align: center;
    }
	.bannerbox {
	    background: url(appbanner.png);
	    height: 3rem;
	    background-repeat: no-repeat;
	    background-size: 100%;
	}
	.bannertitle {
	    width: 100%;
	}
	.bannertitle > div h1 {
	    font-size: 0.6rem;
	}
	.bannertitle > div {
	    width: 5.8rem;
	    height: 1.5rem;
	}
	.bannertitle > div p {
	    font-size: 0.32rem;
	}
	.huangse > h1 {
	    font-size: 0.4rem;
	}
	.huangse li {
	    width: 48%;
	    height: 2.8rem;
	}
	.huangse li img {
	    width: 0.68rem;
	    height: 0.68rem;
	}
	.huangse li a {
	    font-size: 0.3rem;
	}
	.huangse > p {
	    font-size: 0.3rem;
	}
	.huangse > p img {
	    margin: 0 0.2rem;
	    width: 1em;
	}
	.huangse li:nth-child(n+4){
		display: flex;
	}
	.huangse li:nth-child(n+5){
		display: none;
	}
	.ylblist li {
	    height: 1rem;
	    font-size: 0.32rem;
       padding-right: 0.1rem;
	}
    
}