@media (min-width: 768px){
.headerbox{
    width: 750px;
}
}

@media (min-width: 992px){
.headerbox{
    width: 970px;
}
}

@media (min-width: 1260px){
.headerbox{
    width: 1060px;
}
}
@media (min-width: 1460px){
    .headerbox{
        width: 1260px;
    }
    }
    
.headerout {
    background: url(image/senior-banner.png) top center no-repeat;
    padding: 4% 2% 8% 8%;
    background-size: 100% 100%;
    border-bottom: 10px solid #195369;
    height: 446px;
}

.font {
    position: relative;
}

.boxcontent {
    /* width: 1260px; */
    margin: 0 auto;
}

a {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

.headerbox a img {
    width: auto;
}

.headerbox .font a {
    border: 2px solid #195369;
    font-size: 24px;
    font-weight: 800;
    text-shadow: 0px 3px 7px rgb(203 180 134 / 60%);
    color: #195369;
    display: inline;
    padding: 10px 20px;
    line-height: initial;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: 0;
}

.headerbox a {
    font-size: 54px;
    font-weight: 800;
    color: #195369;
    line-height: 81px;
    letter-spacing: 2px;
    display: block;
    text-shadow: 0px 3px 7px rgb(203 180 134 / 60%);
}

.headerbox p {
	width:250px;
    height: 80px;
    background: #195369;
    font-size: 38px;
    display: flex;
	align-items:center;
	justify-content:center;
    margin-top: 48px;
    margin-left: 101px;
    margin-bottom: 0;
    font-weight: 800;
    color: #ffffff;
    line-height: 66px;
    letter-spacing: 2px;
	text-shadow: 0px 3px 9px rgba(33, 71, 20, 0.41);
	border: 5px solid #FFFFFF;    
	border-radius: 49px;
}

.content {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.content li:hover p {
    color: #CBB486;
}

.lists {
    margin: 0 -13px;
    padding: 0;
    margin-top: 45px;
    overflow: hidden;
}

p {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

.lists li {
    float: left;
    width: 33.33%;
    padding: 0 13px;
    margin-bottom: 26px;
    height: 294px;
}

a {
    color: #333;
    text-decoration: none;
}

.content a:link,
.content a:visited,
.content a:active {
    text-decoration: none;
}

.lists li a {
    display: block;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 8px 10px -1px rgb(203 180 134 / 42%);
    border-radius: 6px;
    text-align: center;
    padding: 30px 0 24px 0;
    height: 100%;
}

.lists li a p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 42px;
    font-weight: bold;
    color: #494949;
    text-indent: 0;
    letter-spacing: 2px;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.lists li a img {
    width: auto;
}

.footermodel {
    background: #005293;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    margin-top: 30px;
}
.model{
    display: none;
}
@media (max-width: 991px) {
    .lists li {
        width: 33.33333%;
    }
}

@media (max-width: 768px) {

    #wza,
    #ullist,
    #pc {
        display: none;
    }

    #model {
        display: block;
    }

    .headerout {
        background-size: cover;
        background-position: center;
    }

    .headerout p,
    .headerout a {
        font-size: 28px;
    }

}

@media (max-width: 680px) {
    .lists li {
        width: 50%;
    }

    .lists li a p {
        font-size: 32px;
    }

    .lists li a img {
        width: 40%;
    }
}

@media (max-width: 480px) {
	.footer {
	display:none;
	}
	
    .lists li {
        margin-bottom: 15px;
        padding: 0 6px;
		height:auto;
    }

    .lists li a p {
        font-size: 22px;
    }
}

@media (max-width: 380px) {
    #wza {
        display: none;
    }

    .headerout {
        background-size: cover;
        background-position: center;
        padding-top: 80px;
    }

    .headerout p {
        font-size: 20px;
        margin-left: 49px;
        height: 52px;
        line-height: 52px;
    	width:160px;
	}

    .lists li a p {
        font-size: 18px;
    }

    .footer-txt {
        width: auto;
    }
}