.header_box {
    width: 100%;
    background: #fafafa;
    line-height: 43px;
}

.header_top {
    width: 100%;
}

.header_wenzi {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
}

.navigationBar {
    width: 100%;
    /* line-height: 106px; */
    /*background-color: aqua;*/

}

.Bar_img {
    width: 100%;
    padding-top: 30px;
    line-height: 50px;

}
.Bar_img img{
    width: 90%;
    margin: auto;
}

.Bar_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* background-color: chocolate; */
    padding-top: 22px;
    line-height: 30px;
    margin-left: 6px;
}

.Bar_ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
}

.Bar_ul .nav_active {
    color: chocolate;
    border-bottom: 6px solid #f3c25b;
}

.Bar_ul li a:nth-child(0) {
    color: #f3c25b;
    /* border-bottom: 6px solid #f3c25b; */
}

/* .act{
  color:   #F3C25B;
  font-size: 20px;
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
font-weight: 400;
} */
.Bar_ul li a p {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
}


.footer_box {
    margin-top: 30px;
    background: #f0f0f0;
    padding-top: 20px;

}

.footer_box_img {
    width: 572px;
    /*height: 97px;*/
    margin: auto;


}

.footer_nr {
    width: 600px;
    margin: auto;
}

.footer_nr ul {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.footer_nr ul li {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    
    border-right: 1px solid #666666;
}


.up{
  display: flex;
  justify-content: center;
    width: 600px;
    margin: auto;
 


}
.up a{
    text-align: center;
    padding-left: 10px;
    text-decoration: none;
    color: #666666;
}
.footer_nr ul li a{
    color: #666666;
    text-decoration: none;
    text-align: center;
    padding-right: 10px;
}
.footer_nr ul li:last-child{
    border-right:none;
}
.footer_wrap {
    text-align: center;
    width: 60%;
    text-align: center;
    margin: auto;

}

.footer_wrap p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;

}


.page-content {
    width: 100% !important;
    padding: 50px 0 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.page-num {
    width: 40px !important;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
}

.page-num:hover {
    cursor: pointer;
    color: white;
    background-color: #f3c25b;
}

.page-active:hover {
    cursor: pointer;
    color: white;
    background-color: #f3c25b;
}

.page-active {
    width: 40px !important;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    color: white;
    background-color: #f3c25b;
}
/* .k{
    display: flex;
} */


.ss{
    display: flex;
    justify-content: center;
    padding-left: 30px;
}
.ss .n{
    text-decoration: none;
    color: #666666;
}

