/*pc*/
.banner{
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin: 0px auto;
    position: relative;
}
.banner ul{
    width: 100%;/*5张图片的宽度，也可以写成500%*/
    position: absolute;
}
.banner li{
    list-style-type: none;
    float: left;
    width: 100%;
}

.banner_text{
    position: absolute;
    top: 23rem;
    left: 20rem;
    font-size: 55px;
    color: #f4eae0;
}

.banner_p{
    font-size: 30px;
    margin: 30px 0 0 0;
    color: #eee6e3;
}

.banner img{
    width: 100%;
    height: 900px;
}

.center_box{
    position: relative;
    bottom: 55px;
    text-align: center;
    background-color: white;
    height: 60px;
}

.center_box ul{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 52px;
}

.center_box ul li{
    float: left;
    width: 232px;
    height: 40px;
    border-right: solid #978f8f;
    margin: 15px 0 0 0;
}

.center_box ul li a{
    color: black;
    font-size: 27px;
    text-decoration: none;
}
.lead{
    margin: 30px 190px;
    padding-bottom: 20px;
    border-bottom: 2px solid #dfdedc;
    font-size: 15px;

}

.lead a{
    text-decoration: none;
    color: black;
}

.lead span{
    color: #b3afaf;
    margin: 0 15px;
    font-size: 13px;
}

.lead em{
    font-style: normal;
    color: #d4a14f;
}

/*mb*/
.banner2{
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin: 0px auto;
    position: relative;
}
.banner2 ul{
    width: 100%;/*5张图片的宽度，也可以写成500%*/
    position: absolute;
}
.banner2 li{
    list-style-type: none;
    float: left;
    width: 100%;
}

.banner2_text{
    position: absolute;
    top: 4rem;
    left: 2rem;
    font-size: 20px;
    color: #f4eae0;
}

.banner2_p{
    font-size: 30px;
    margin: 30px 0 0 0;
    color: #eee6e3;
}

.banner2 img{
    width: 100%;
    height: 200px;
}

.center2_box{
    position: relative;
    bottom: 16px;
    text-align: center;
    background-color: white;
    height: 24px;
}

.center2_box ul{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 40px;
}

.center2_box ul li{
    float: left;
    width: 86px;
    height: 20px;
    border-right: solid #978f8f;
    margin: 4px 0 0 0;
}

.center2_box ul li a{
    color: black;
    font-size: 13px;
    text-decoration: none;
}

.lead2{
    padding-bottom: 6px;
    border-bottom: 1px solid #dfdedc;
    font-size: 13px;

}

.lead2 a{
    text-decoration: none;
    color: black;
}

.lead2 span{
    color: #b3afaf;
    margin: 0 15px;
    font-size: 13px;
}

.lead2 em{
    font-style: normal;
    color: #d4a14f;
}

/*pc*/
.left_box{
    width: 45%;
}


.left_box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 360px;
}

.left_box ul li{
    height: 45px;
    border-bottom: 1px solid #0d0925;
    font-size: 16px;
}

.left_box ul li a{
    text-decoration: none;
    line-height: 45px;
    color: #0f0f0f;
}

.left_box ul li a i{
    font-style: normal;
    float: right;
    font-size: 12px;
}

.right_box{
    width: 55%;
    margin-top: 61px;
   }

.right_box ul{
    list-style: none;
    padding: 0;

}

.right_box ul li{
    float: left;
    margin-left: 33px;
}

.right_box ul li img{
    width: 274px;
    height: 200px;
}

.page{
    margin: 20px 0;
}

.page span a{
    text-decoration: none;
    color: #0f0f0f;
}

.page_color{
    color: #0f0f0f;
}
/*mb*/
.left2_box{
}


.left2_box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 360px;
}

.left2_box ul li{
    height: 45px;
    border-bottom: 1px solid #0d0925;
    font-size: 16px;
}

.left2_box ul li a{
    text-decoration: none;
    line-height: 45px;
    color: #0f0f0f;
}

.left2_box ul li a i{
    font-style: normal;
    float: right;
    font-size: 12px;
}

.right2_box{
    width: 55%;
    margin-top: 61px;
   }

.right2_box ul{
    list-style: none;
    padding: 0;

}

.right2_box ul li{
    float: left;
    margin-left: 33px;
}

.right2_box ul li img{
    width: 274px;
    height: 200px;
}

.page2{
    margin: 20px 0;
}

.page2 span a{
    text-decoration: none;
    color: #0f0f0f;
}

.page2_color{
    color: #0f0f0f;
}