*{
    padding: 0;
    margin: 0;
}
body {
      height:auto;
      background-color: gray;
      color:#2c323b;
      font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
    }

.t{
    width:100%;
    height: 100px;
    background-color:rgb(204, 0, 0);
    line-height: 50%;
}
.t-c{
    width: 1513px;
    height:100px;
    margin: 0 auto;
}
.t-c p{
    color: #2c323b;
    margin-top: -50px;
    margin-left: 980px;
    font-size: 40px;
    font-weight: bold;
}

.t h1 {
    font-size: 70px;
    line-height: 150%;
    margin-left: 3%;
}

.hd-pc {
    width:1513px;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
}
.hdpc-c{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}
.hdpc-c div{
    width: 1513px;
    height: 550px;
}
.m-c{
    margin-top:1.7%;
    position: absolute;
    margin-left:16px;
}
.main{
    width: 1513px;
    height:8300px;
    margin: 0 auto;
    background-color:rgb(204, 0, 0);
}
.main img{
    border: 1px solid #2c323b;
    width: 500px;
    height: auto;
    border-radius: 5px;
    margin-left: 3%;
}
.main p{
    font-size: 25px;
}
.main h2{
    font-size: 30px;
}
.main-ul{
    margin-left: 2%;
}
.renwu li{
    display: block;
    width: 1380px;
    height:500px;
}
#li2{
    display: block;
    height: 600px;
}
#li3{
    display: block;
    height: 800px;
}
#li4{
    display: block;
    height: 600px;
}
#li5{
    height: 600px;
}
#li4 section{
    margin-top: -350px;
    overflow: scroll;
    scrollbar-width: none;
}
#li5 section{
    margin-top: -350px;
    overflow: scroll;
    scrollbar-width: none;
}
#li3 section{
    margin-top: -350px;
    overflow: scroll;
    scrollbar-width: none;
}
#li2 section{
    margin-top: -500px;
    overflow: scroll;
    scrollbar-width: none;
}
#kun div .renwu1{
    height: 400px;
}
.chun{
    height: 500px;
}
li {
    text-decoration: none;
    display: inline;
}

.nav {
    margin-left: 70%;
    margin-top: -3.5%;
}

a {
    font-size: 30px;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.info {
    width: 1470px;
    height: 360px;
    border: 1px solid #2c323b;
    overflow: scroll;
    scrollbar-width: none;
    margin-top: 5%;
    border-radius: 5px;
    margin: 0 auto;
}
.info h2{
    text-align: center;
}

.info strong {
    margin-left: 1%;
}
section{
    width: 700px;
    height: 350px;
    border: 1px solid #2c323b;
    margin-left: 750px;
    margin-top: -290px;
    font-size: 25px;
    border-radius: 5px;
    overflow: scroll;
    scrollbar-width: none;
}
footer{
    width: 100%;
    height: 200px;
    background-color: #2c323b;
}