

/* header结束 */
.banner {
    width: 100%;
    height: 200px;
    background: url(../img/banner2@2x.png) round;
}

.bcon {
    width: 100%;
    height: 100%;
    background: rgba(0, 45, 98, 0.3);
}

.bcon p {
    display: inline-block;
    width: 50%;
    height: 55px;
    line-height: 55px;
    font-size: 48px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: 18%;
    margin-top: 3.5%;
    border-left: 4px solid #fff;
}

.bcon span {
    margin-left: 2%;
}

.nav {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.nav p {
    margin-left: 18%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 60px;
}

.nav span {
    margin-left: 1%;
    cursor: pointer;
}

.nav span:last-child {
    color: rgba(74, 144, 226, 1);
}

.main {
    width: 1200px;
    height: 800px;
    margin: 0 auto;
}

.naame {
    text-align: center;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}
.xian{
    width:80px;
    height:4px;
    background:rgba(74,144,226,1);
    margin: 15px auto;

}
.mainc{
    width: 700px;
    height: 570px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
}
.mainc figure{
    width: 300px;
    height: 200px;
}
.mainc figure img{
    width: 100%;
    height: 100%;
}
.mainc figcaption{
    width: 200px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}
.m-left {
    width: 45%;
    height: 300px;
    float: left;
}

.m-left img {
    width: 100%;
    height: 100%;
}

.m-right {
    width: 51%;
    float: right;
}

.m-right p {
    padding-top: 2%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}
.content{
    width: 700px;
    height: 120px;
    margin: 0 auto;
}
.lx p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}