*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
body{
    width: 100%;
    height: auto;
}
.banner{
    width: 100%;
    height: 600px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text1{
    /* width: 100%; */
    position: absolute;
    margin-top: -25%;
    margin-left: 35vw;

}
.text1 p:nth-child(1){
    font-size: 3.2vw;
    color: white;
}
.text1 p:nth-child(2){
    font-size: 1.9vw;
    color: white;
}

/* 导航 */
.daohang {
    width: 100%;
    min-height: 100px;
    background-color: #484848;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.daohang ul {
    width: 80%;
    height: 100%;
    margin-left: 10%;
    display: flex;
    color: white;
    justify-content: space-around;
    /* line-height: 100px; */
}
.daohang ul li {
    height: 60px;
    padding: 20px 10px;
    display: flex;
}
.daohang ul li:hover {
    border: 1px solid white;
    background: url(/images/logob.png) center no-repeat;
}
/* 底部 */
.footer{
    width: 100%;
    color: white;
    background-color: #11914f;
    overflow: hidden;
    margin-top: 35vh;
}
.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: 1200px){
  .main {
    height: 100%;
    margin-left: 10%;
  }

.banner{
	height:450px;
}
.text1{
    width: 100%;
    position: absolute;
    margin-top: -50%;
	margin-left: 0;
	text-align:center;

}
.text1 p:nth-child(1){
    font-size: 30px;
    color: white;
}
.text1 p:nth-child(2){
    font-size: 18px;
    color: white;
}
#pages{
	margin:3% ;
	margin-left:0%;
}

.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%;
    }
		.daohang ul {
    /* height: auto; */
    width: 100%;
    margin-left: 0;
    display: flex;
    color: white;
    justify-content: space-around;
    line-height: 50px;
    flex-wrap: wrap;
}
	.daohang ul li{
		font-size:12px;
	}
}