*{
    margin: 0;
    padding: 0;
}
body{
    font-family: '微软雅黑';
    background-color: gray;
    color: white;
}

/* 标题 */
.t{
    background-color: rgb(2, 78, 2);
    width: auto;
    min-width: 428px;
    height: 120px;
}
.t-t{
    max-width: 1500px;
    min-width: 428px;
    height: 100px;
    border: 1px solid none;
    margin: 0 auto;
}
.t-t h1{
    margin-left: 10%;
    line-height: 230%;
    font-size: 50px;
}
.t ul{
    display: flex;
    margin-left: 85%;
    margin-top: -4%;
}
.t a{
    text-decoration: none;
    color: white;
}
.t a:hover{
    border-bottom:5px solid white;
}
.t li{
    margin-left: 10%;
    font-size: 30px;
    list-style: none;
}
.m{
    width:auto;
    height:600px;
    background-image: url('../imgs/main.webp');
    background-size: cover;
    background-position-y: 23%;
    margin: 0 auto;
}
.m-c1{
    line-height:1000%;
    text-align: center;
    margin-top: -5%;
}


/* 内容 */
.c{
    max-width: 1513px;
    min-width: 428px;
    height:auto;
    border: 1px solid transparent;
    background-color: rgb(2, 78, 2);
    margin: 0 auto;
}
.A{
    height: 500px;
}
.G{
    height: 200px;
}
.c p{
    font-size: 20px;
    /* margin-left:-55%; */
}
.info{
    position: absolute;
    width:500px;
    height:auto;
    font-size: 20px;
    margin-left:40px;
    border: 1px solid white;
    border-radius: 8px;
    margin-top: 0%;
    margin-top: -50px;
}
.info1{
    width:860px;
    height:auto;
    /* margin-top: -39.7%; */
    font-size: 20px;
    margin-left:610px;
    border: 1px solid white;
    border-radius: 8px;
    margin-top: -70px;
}
.info1 ul{
    width:auto;
    height:auto;
    margin-left: 0%;
    list-style: none;
}
.info2{
    width: 400px;
    height: 300px;
    /* margin-top: -20%; */
    margin-left: 66%;
    border-radius: 8px;
}
.info3{
    width:auto;
    margin-top: -15%;
    margin-left: 0.5%;
    border: 1px solid white;
    border-radius: 8px;
}
.info3 p{
    margin-left: 2%;
}
.inf6{
    height: 400px;
}
#gao{
    margin-top: -300px;
}
#wu{
    margin-top: -300px;
}
#wuz{
    height: 515px;
}
#lao{
    height: 280px;
}
#in1{
    height: 310px;
}
#in2{
    height: 340px;
}
.sa section{
    border: 1px solid white;
    border-radius: 5px;
    margin-top: -200px;
    font-size: 20px;
}
.s ol{
    margin-left: -2%;
    list-style: none;
}
.s li{
    width:aut;
    margin-left: 45%;
}
.G{
    margin-top:-20%;
}
ol img{
    width: 300px;
    height:auto;
    border: 1px solid white;
    margin-left: -55%;
}
.m-c2 ol{
    list-style: none;
}
.m-c2 li{
    line-height: 400%;
}
.m-c2 img{
    width: 300px;
    height:auto;
    border: 1px solid white;
    margin-left: 10%;
    border-radius:8px ;
}
.m-c2 video{
    width: 300px;
    height: 220px;
    margin-left: 5%;
    border: 1px solid white;
    border-radius:8px ;
}
.m-c2 section{
    width: 800px;
    height: 280px;
    border: 1px solid white;
    margin-left:660px;
    margin-top: -260px;
    line-height: 250%;
    color: white;
    border-radius:8px ;
    font-size: 20px;
    overflow-x: scroll;
    scrollbar-width: none;
}
.sa p{
    margin-left: -60%;
}
.sa img{
    margin-left: -60%;
    border-radius: 5px;
}
.m-c2 p{
    margin-left: 10%;
}
/* .G{
    margin-top: -5%;
} */
footer p{
    font-size: 25px;
    font-weight: bold;
    white-space: nowrap;
    color: white;
    line-height: 700%;
    text-align: center;
}
footer a{
    color: white;
    text-decoration: none;
}
footer a:hover{
    border-bottom: 3px solid white;
}


/* 页脚 */
footer{
    width: auto;
    height: 180px;
    background-color: #2c323b;
}