body {
    padding:0px;
    margin:0px;
}
a {
    text-decoration: none;
    color: #000;
}
.page {
    padding-top:150px;
    background:rgb(235, 235, 235);

 }
 .container {
     width:1200px;
     margin:0 auto;
 }
/* .header {
    display:flex;
    justify-content: space-between;
    height:150px;
    color:#fff;
    position:fixed;
    top:0;
    z-index:0;
    background-color: #140f4b;
    width: 100%;
    z-index:10;
    padding:0 calc((100% - 1200px) / 2);
    box-sizing: border-box;
}
.header .left {
    display:flex;
    justify-content: center;
    align-items: center;
    height:100%;
}
.header .left .companyword {
    height:100%;
    box-sizing: border-box;
    padding:30px 10px 10px 20px;
}
.header .left .companyword div:nth-child(1) {
    font-size:28px;
    font-weight: 500;
    letter-spacing:3px;
    margin-bottom: 15px;
}

.header img {
    height:100px;
    width:100px;
    background:rgb(145, 91, 91);
} */
.header {
    display:flex;
    justify-content: space-between;
    height:120px;
    color:#fff;
    position:fixed;
    top:0;
    z-index:0;
    background-color: #1a145b;
    width: 100%;
    z-index:10;
    padding:0 calc((100% - 1200px) / 2);
    box-sizing: border-box;
}
.header .left {
    display:flex;
    justify-content: center;
    align-items: center;
    height:100%;
}
.header .left .companyword {
    height:100%;
    box-sizing: border-box;
    padding:20px 10px 10px 20px;
}
.header .left .companyword div {
    font-size: 14px;
}
.header .left .companyword div:nth-child(1) {
    font-size:36px;
    font-weight: 500;
    letter-spacing:3px;
    margin-bottom: 5px;
}

.header img {
    height:80px;
    width:80px;
}
.header .right {
    display: flex;
    align-items: flex-end;
    width:450px;
    padding-bottom:25px;

}
.header .right a {
    font-size: 19px;
    letter-spacing: 4px;
    cursor: pointer;
    width:150px;
    text-align: center;
    position: relative;
    color:#fff;
}
.header .right .movment:hover::after{
    content:'';
    width:55px;
    height:1px;
    position: absolute;
    left:45px;
    bottom:-5px;
    background:#fff;
}
.current::after {
    content:'';
    width:55px;
    height:3px;
    position: absolute;
    left:45px;
    bottom:-5px;
    background:#fff;
}
/* 内容 */
.content {
    min-height:calc(100vh - 200px);

}
.content .title{
    padding-top:30px;
    font-size: 24px;
    text-align: start;
    margin-bottom:40px;
    letter-spacing:3px;
    cursor: pointer;
    display: inline-block;
}
.content .plist {
    display: flex;
    flex-wrap: wrap;
}
.content .plist div {
    width:350px;
    height:140px;
    border-radius: 20px;
    background:rgb(236 174 42);
    /* font-family:'Microsoft YaHei'; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0px 10px 30px 10px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;
    font-size: 20px;
    cursor: pointer;
}
.content .plist div span {
    display: inline-block;
    width:350px;
    text-align: center;
    font-family:"Microsoft YaHei","微软雅黑";

}
.footer {
    height:50px;
    background-color: #1a145b;
    width:100%;
    
}
.footer .gb {
    display:flex;
    justify-content: center;
    align-items: center;
    height:100%;
    color:#fff;
}
.footer .gb img {
    margin-right: 15px;
}
.footer .gb a {
    color:#fff;
    cursor: pointer;
}