/* 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: 3%;
}

.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%;
}

.nav span:last-child {
    color: rgba(74, 144, 226, 1);
}

.main {
    width: 1200px;
    height: 850px;
    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);
    padding-top: 2%;
}

.xian{
    width:80px;
height:4px;
background:rgba(74,144,226,1);
margin: 15px auto;
margin-bottom: 38px;

}

.introduce {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 700px;
    margin-top: 50px;
}

.introduce figure {
    width: 350px;
    /* height: 420px; */
    /*border: 1px solid;*/
    /*box-sizing: border-box;*/
    position: relative;
    /* margin-bottom: 20px; */
    height: 250px;
}
.introduce img{
    width: 350px;
    height: 250px;
}

.introduce figure:nth-child(2){
    margin: 0 50px;
}
.introduce figure:nth-child(5){
    margin: 0 50px;
}
.foot_text {
width: 100%;
height: 100px;
margin-top: -50px;
}

.foot_text p{
    width: 100%;
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom: 1%;
    line-height: 25px;
    text-indent: 2rem;
}
