/* public  */
body{
    min-width: 1000px;
    font-family: 微软雅黑 !important;
    color: #292929;
}

.super_container{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.container{
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding:0;
}

.header_container{
    height: 90px;    
}

.bottom_center{
     bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin:auto;
}

.top_center{
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin:auto;
}

.header_container>img{
   margin-top: 9px;
}

.top_bar{
    background-color: #b81c22;
    height: 30px;
}

.top_bar a {
    color: white;
    float: right;
    text-decoration: none;
    margin-top: 4px;
}


.top_nav{
    float: right;
    height: 90px;
    width: 710px;
}
.top_nav>ul{
    height: 90px;
    width:710px;
    margin: 0;
    padding: 40px 0 0 0;
    box-sizing: border-box;
}
.nav_li{   
    list-style: disc;
    float: right;
    line-height: 18px;
    text-align: center;
    margin-left: 27px;
    color: rgb(183, 29, 35);
    cursor: pointer;
}

.no-decoration_li{
    list-style: none;
}

.nav_ch{
    color: rgb(20, 20, 20);
    font-size: 17px;
    font-weight: normal;
}
.nav_en{
    color: rgb(20, 20, 20);
    font-size: 13px;
}

.main_title_textBox{
    box-sizing: border-box;
    padding-top: 25px;
    display: inline-block;
    color: rgb(183, 29, 35);
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.main_title_ch{
    font-size: 30px; 
    line-height: 30px;
}

.main_title_en{
    font-size: 10px;
}

.main_title_line{
    display: inline-block;
    width: 267px;
    height: 2px;
    background-color: rgb(183, 29, 35);
    position: relative;
    bottom: 27px;
}

.title_container{
    text-align: center;
    margin-top: 70px;
}

.footer{
    height: 270px;
    background-color: rgb(33, 33, 33);
}
.footer_container{
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
}
.footer_block{
    margin-top: 30px;
    color:white;
    display: inline-block;
    width: 270px;
    height: 169px;
    vertical-align: top;
}

.footer_block a {
    text-decoration: none;
    color: white;
}
.fb1{
    text-align: left;
    font-size: 14px;
    line-height: 15px;
}
.footer_logo{
    margin-bottom: 19px;
    height:60px;
    position: relative;
    top:-20px;
}
.info_span{
    display: inline-block;
    line-height: 14px;
    margin-bottom: 10px;
}

.fb2{
    text-align: center;
    margin-left: 40px;
    margin-right: 20px;
}
.fb2>span{
    font-size: 18px;
}
.fb2>div{
    text-decoration: none;
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-top: 50px;
    line-height: 26px;
    font-size: 14px;
}
.fb3>span{
    font-size: 18px;
    display: inline-block;
    margin-bottom: 28px;
}

.fb3 img {
    width: 108px;
    height: 108px;
    margin-left: 10px;
    margin-right: 10px;
}


.float_l {
    float: left;
}

.float_r {
    float: right;
}

.fz13 {
    font-size: 13px;
}

.page_container {
    text-align: center;
    margin-top: 100px;
}

.page_container a{
    text-decoration: none;
}

.page_item{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: black;
}

.current {
    background-color: #b81c22;
    color: white;
}