*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
body{
    width: 100%;
    height: auto;
}
.banner{
    width: 100%;
    height: auto;
}
/* 联系我们 */
.callus{
    position: relative;
    width: 80%;
    height: auto;
    margin-top: 5%;
    margin-left:10%;
}
.lianxi{
    font-size: 36px;
    margin-left: 7%;
}
.callus img{
    width:100%;
    object-fit: cover;
    margin-top: 3%;
}
.text{
    position: absolute;
    margin-top: -23%;
    margin-left: 7%;
}
.text li:nth-child(1){
    font-size: 24px;
}
.text li:nth-child(2){
    font-size: 18px;
    margin-top:20px
}
.text li:nth-child(3){
    font-size: 18px;
    margin-top: 20px;
}

/* 底部 */
.footer{
    width: 100%;
    color: white;
    background-color: #11914f;
    overflow: hidden;
    margin-top: 5%;
}
.f-top{
    padding-top: 1%;
    width: 84%;
    margin-left: 8%;
    display: flex;
}
/* .f-left{
    width: 50%;
    margin-left: 25%;
} */
.f-left .erweima{
    width: 100%;
    margin-top: 5%;
    margin-left: 10%;
}
.f-left .erweima span{
    display: inline-block;
    /* width: 50%; */
    margin-top: 10%;
    font-size: 20px;
}
.f-left .erweima img{
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.f-right{
    width: 60%;
    display: flex;
    margin-top: 1%;
    margin-left: auto;
    justify-content: space-around;
}
.f-right ul li{
    font-size: 16px;
    line-height: 30px;
}
.f-right ul li:nth-child(1){
    font-size: 20px;
    line-height: 48px;
}
.footer p{
    width: 84%;
    height: 2px;
    margin-left: 8%;
    margin-top: 2%;
    background-color: white;
}
.f-bottom{
    font-size: 14px;
    color: #cccccc;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}
@media screen and (max-width: 1000px){
.banner{
	width:100%;
	height:450px;
}
.callus img{
	height:450px;
}
.text{
	margin-top:20%;
	top:0;
	font-size:16px;
}
.text li:nth-child(1) {
    font-size: 19px;
}

.text li:nth-child(2) {
    font-size: 16px;
    margin-top: 20px;
}

    /* 底部 */
    .f-top{
        width: 100%;
        margin-left: 0%;
        padding-left: 0
    }
    .f-top .f-left{
        width: 60%;
    }
    .f-right{
        display: none;
    }
    .f-left .erweima {
        width: 100%;
        margin-top: 5%;
        margin-left: 60%;
    }
    .f-left .erweima span{
        display: block;
        font-size: 16px;
    }
    .f-right{
        width: 60%;
        /* display: flex; */
        margin-top: 1%;
        margin-left: 0;
        /* justify-content: space-around; */
    }
    .footer ul:nth-child(1){
        display: none;
    }
    .footer ul:nth-child(2){
        display: none;
    }
    .footer ul:nth-child(3){
        display: none;
    }
    .footer ul:nth-child(4){
        display: none;
    }
    .f-img{
        width: 100%;
    }
    .f-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-left: 35%;
    }
}