

/* 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: 544px; */
    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: 100%;
    /* height:360px; */
    margin-top: 3%;
}
.m-left {
    /* width: 50%;
    height: 100%;
    float: left; */
    width: 1200px;
    text-align: center;
}
.m-top{
    margin-top: 50px;
}
.m-left img {
    width: 80%;
}

/*.m-right {
     width: 46%;
    height: 100%;
    float: right;
    position: relative;
}*/

.mr-P p {
    padding-bottom: 2%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC,'Microsoft YaHei';
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

/* .mr-P{
    width: 600px;
    height: 150px;
    position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}*/

.business-list-block{
    margin-top: 24px;
}
.business-item p{
    font-size: 16px;
    line-height: 28px;
}
.business-item{
    margin-bottom: 16px;
}
.business-item:last-child{
    margin-bottom: 0;
}