/* 头部 */
/* #max_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#father_nav {
    width: 100%;
    height: 70px;
    background: rgba(51, 51, 51, 1);
    margin-bottom: 30px;

}

#top_con {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
} */
/* 
#logo {
    float: left;
    width: 127px;
    height: 100%;
    margin-right: 100px;
    /* display: flex;
    align-items: center; */
}

#logo p {
    display: flex;
    line-height: 70px;
    margin: 0;
    height: 100%;
    align-items: center;
} */

#logo p img {
    display: inline-block; 
    width: 127px;
    height: 32px;
}


#top_right {
    float: right;
    height: 100%;
    color: rgba(255, 255, 255, 1);
}

#top_right>a {
    text-decoration: none;
    height: 100%;
    margin: 10px 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 70px;
    padding: 0 20px;
}



#navs {
    /* float: left;
    width: 560px;
    height: 50px;
    padding-top: 20px; */
}

#navs li {
    /* width: 90px;
    height: 30px;
    float: left; */
}

#navs a.active_nav {
    /* width: 90px;
    height: 30px;
    background: rgba(255, 229, 0, 1);
    color: rgba(51, 51, 51, 1);
    border-radius: 15px; */
}

#navs li a {
    /* display: inline-block;
    width: 100%;
    height: 30px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px; */
}
/* 中间 */
#center_page {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    margin-top:5rem;
}
/* 左侧的导航样式 */
.left_con {
    float: left;
    width: 220px;
    min-height: 500px;
}

.left_con>ul {
    width: 220px;
}

.left_con>ul>li p {
    cursor: pointer;
    margin: 0;
    width: 170px;
    height: 42px;
    padding-left: 50px;
    line-height: 42px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.left_con>ul>li:nth-child(1) p {
    background: url(../images/leftNav_icon1.png) 15px center no-repeat;
    background-size: 19px 18px;
}

.left_con>ul>li:nth-child(2) p {
    background: url(../images/leftNav_icon2.png) 15px center no-repeat;
    background-size: 19px 18px;
}

.left_con>ul>li:nth-child(3) p {
    background: url(../images/leftNav_icon3.png) 15px center no-repeat;
    background-size: 19px 18px;
}

.left_con>ul>li:nth-child(4) p {
    background: url(../images/leftNav_icon4.png) 15px center no-repeat;
    background-size: 19px 18px;
}

.left_con>ul>li p i {
    margin-left: 30px;
    width: 12px;
    height: 12px;

}

.left_con>ul>li p i img {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.left_con>ul>li ul {
    width: 220px;
    height: auto;
    display: none;
}

.left_con>ul>li ul li {
    width: 170px;
    height: 42px;
    line-height: 42px;
    padding-left: 50px;
    cursor: pointer;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;

}
.left_con>ul>li a{
    color: rgba(51, 51, 51, 1);
}
.left_con>ul>li ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
}

.left_con>ul>li ul li.active_mininav {
    background: rgba(255, 230, 0, 1);
}
/* 底部 */
#foot_box {
    width: 100%;
    height: 150px;
    background: rgba(51, 51, 51, 1);
}

.foot_con {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
}

.foot_con .foot_logo {
    float: left;
    width: 350px;
    height: 100%;
    line-height: 150px;
    margin: 0;
}

.foot_con .foot_logo img {
    display: inline-block;
    width: 149px;
    height: 38px;
}

.foot_con .text_bot {
    float: left;
    width: 550px;
    /* height: 100%; */
    padding-top: 40px;

}

.foot_con .text_bot span {
    display: block;
}

.foot_con .text_bot span:nth-child(1) {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: center;
}

.foot_con .text_bot span:nth-child(2) {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    line-height: 30px;
    text-align: center;
}
.foot_con .text_bot span:nth-child(3) {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    line-height: 20px;
    text-align: center;
}
.foot_con .text_bot span:nth-child(3) i{
    margin: 0 10px;
}