*{
    padding: 0;
    margin: 0;
}
body{
    background-color: gray;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
a{
    text-decoration: none;
}
.t{
    width:100vw;
    height: 120px;
    background-color:aliceblue;
    margin: 0 auto;
}
.t-c{
    width: 1528px;
    height: 120px;
    margin: 0 auto;
}
.t-c h1{
    margin-left: 8%;
    margin-top: -5%;
    font-size: 50px;
    font-weight: bold;
}
.t-c img{
    width: 80px;
    height: 80px;
    margin-top: 1%;
    margin-left: 1%;
}
.m-pc{
    width:1528px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}
#loop-pc{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}
.m-pc div{
    font-size: 80px;
    line-height: 630%;
    width: 1528px;
    height: 600px;
    margin: 0 auto;
    color:rgb(251, 252, 253);
    text-shadow: 5px 5px 5px gray;
    font-weight: bold;
    font-size: 100px;
    margin: 0 auto;
    
}
.m-pc a{
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 1528px;
    height: 600px;
    text-align: center;
    margin: 0 auto;
    color: white;
}
.m{
    width:1528px;
    height:auto;
    background-color: aliceblue;
    margin: 0 auto;
}
.m h2{
    font-weight: bold;
    text-align: center;
    font-size: 40px;
}
.m h3{
    font-size: 30px;
    font-weight: bold;
}
.m img{
    width: 450px;
    height:auto;
    border: 1px solid black;
    border-radius: 5px;
}
.m video{
    border: 1px solid black;
    width: 374px;
    height:auto;
    border-radius: 5px;
}
.inf-c{
    width: 1480px;
    height:361px;
    margin: 0 auto;
}
.inf-t h2{
    line-height: 400%;
}
.m section{
    position:relative;
    border: 1px solid black;
    width:800px;
    height: 310px;
    margin-left:600px;
    margin-top:-315px;
    border-radius: 5px;
}
.inf1{
    height: 500px;
}
.inf3,.inf2{
    height: 630px;
}
.inf-c{
    height: 365px;
}
.inf1 h2{
    line-height: 350%;
}
.inf h2{
    margin-top: 3%;
}
.inf2 img{
    width: 440px;
    height:450px ;
}
.inf2 .inf-c{
    height: 500px;
}
.inf2 video{
    margin-left: 0.35%;
}
.inf2 section,.inf3 section,.inf4 section{
    height:449px ;
    margin-top: -30.7%;
}
.inf5 section{
    height:449px ;
    margin-top: -34.4%;
}
.inf5 p{
    height: 450px;
    font-size: 25px;
    font-weight: bold;
    overflow-y:scroll;
    /* 隐藏滚动条且可以滚动 */
    scrollbar-width: none;
}
.inf7{
    height: 300px;
}
.inf7 section{
    height:449px ;
    margin-top: -30%;
}
.inf7 p{
    height: 450px;
    font-size: 25px;
    font-weight: bold;
    overflow-y:scroll;
    /* 隐藏滚动条且可以滚动 */
    scrollbar-width: none;
}
.inf2 p,.inf3 p,.inf4 p{
    height: 450px;
    font-size: 25px;
    font-weight: bold;
    overflow-y:scroll;
    /* 隐藏滚动条且可以滚动 */
    scrollbar-width: none;
}
#inf-c2{
    margin-left: 1.6%;
}
.inf3 img{
    height:auto;
    margin-left: 0%;
}
.inf3 .inf-c{
    height: 580px;
}
.inf4 img{
    width: 330px;
}
.inf4 .inf-c{
    height: 650px;
}
.inf5 .inf-c{
    height: 720px;
}
.inf-c1{
    height: 700px;
}
#inf9{
    height: 700px;
}
#liqingzhao,#yanjidao{
    margin-left: 1.3%;
}
.inf1 p{
    height: 300px;
    font-size: 25px;
    font-weight: bold;
    overflow-y:scroll;
    scrollbar-width: none;
}
footer{
    width:auto;
    height: 500px;
    background-color: #2c323b;
}