@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: 微软雅黑;
}

textarea {
    outline: none;
    resize: none;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.content {
    width: 1200px;
    /*height: 150px;*/
    height: auto;
    display: table;
    margin: 0 auto;
}

.mtauto20 {
    margin: 15px auto 40px auto
}

.navSelect {
    color: white !important;
    background-color: #7d2424 !important;
}

body {
    width: 100%;
    height: auto;
    display: table;
    /* background: url("../img/bg.png") top no-repeat; */
    background-size: 100% 100%;
    background-color: #f5f4ef;
}

.header {
    display: table;
    width: 100%;
    height: 150px;
    /*height: auto;*/
    background-color:#b12018;
}

.header .content{
    width: 90%;
}

.logo {
    float: left;
    display: table;
}

.logo img {
    width: 306px;
    max-height: 96px;
    display: block;
}

.header-right {
    float: right;
    display: table;
}

.header-right ul {
    float: right;
    display: table;
}

.header-right ul li.info1 {
    margin-right: 40px;
    height: 96px;
    line-height: 96px;
    float: left;
    width: auto;
    display: table;
    color: white;
}

.info3 {
    margin-right: 45px !important;
}

.header-right ul li.info {
    margin-right: 15px;
    height: 96px;
    line-height: 96px;
    float: left;
    width: auto;
    display: table;
    color: white;
}

.header-right ul li.info a {
    text-decoration: underline;
    color: white;
    line-height: 96px;
}

.btn-li {
    height: 96px;
    line-height: 96px;
    float: left;
    width: auto;
    display: table;
    color: white;
}

.header-right ul li .btn {
    margin-top: 33px;
    padding: 0 20px;
    line-height: 35px !important;
    display: block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}

.nav {
    margin-top: -25px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color:#b12018;
    box-shadow: 0 1px 5px #b12018;
}

.nav ul {
    width: 77%;
    height: auto;
    margin: 0 auto;
    display: table;
}

.nav ul li {
    line-height: 50px;
    width: 90px;
    float: left;
    margin-left: 13px;
}

.nav ul li:nth-child(1) {
    margin-left: 0
}

.nav ul li a {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
}

.main-content2 {
    padding: 30px 0;
    min-height: calc(100vh - 250px);
}

.main-content2 a {
    display: block;
    line-height: 25px;
}

.main-content2 table {
    margin-top: 20px;
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.main-content2 table thead {
    height: 50px;
    background-color: #b2c9b4;
    color: white;
}

.main-content2 table tr th {
    border: 1px solid #1d5b80;
    height: 50px;
    line-height: 50px;
}

.main-content2 table tbody tr td {
    height: 40px;
    line-height: 25px;
    text-align: center;
}

.main-content2 table tr td {
    border: 1px solid #dcdcdc;
}

/*面包屑导航*/

.mbx_nav {
    width: 100%;
    height: 40px;
    display: table;
}

.mbx_nav ul {
    width: auto;
    height: 40px;
    display: table;
}

.mbx_nav ul li {
    float: left;
    line-height: 40px;
    display: table;
}

.mbx_nav ul li a {
    width: auto;
    margin-left: 5px;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #2080a8;
}


/*
底部
*/

.footer {
    height: 100px;
    padding-top: 32px;
    color: #000;
    background-color: #eae6d7;
}

.footer div {
    padding: 0 0 25px 0;
}

.footer p {
    text-align: center;
    line-height: 25px;
}

.cnTipInfo {
    color: #e73a3a;
}