@charset "gb2312"; /* CSS Document */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}

@font-face {
    font-family: "Microsoft YaHei";
    src: url('../fonts/Microsoft YaHei.ttf') format('trueType');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "STKaiti";
    src: url(../fonts/stkaiti.ttf) format('trueType');
    font-weight: normal;
    font-style: normal;
}

body {
    width: 100%;
    min-width: 1400px;
}

a {
    text-decoration: none;
    color: #666;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: none;
}

li {
    list-style: none;
}

.juzhong {
    width: 1400px;
    margin: 0 auto;
}

.bor {
    width: 100%;
    height: 187px;
    border-bottom: 3px solid rgb(230,230,230);
}

.center {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 103px;
    min-width: 1200px;
    padding-top: 27px;
}

.logo {
    display: flex;
    color: #cc201e;
    height: 80px;
    line-height: 80px;
    width: 473px;
    float: left;
}

.logo a {
    display: block;
    float: left;
}

.logo a img {
    float: left;
}

.logo > .xiao-hui-box {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.logo > .xiao-hui-box > .xiaoHui {
    width: 100%;
    height: 100%;
}

.header-right {
    padding-right: 20px;
    overflow: hidden;
    float: right;
    margin-top: 32px;
}

.header-right h5 {
    font-family: "STKaiti";
    font-size: 24px;
    color: rgb(13, 114, 57);
    float: left;
    height: 38px;
    line-height: 38px;
}

.nav {
    height: 80px;
    width: 100%;
    min-width: 1200px;
}

.nav .center>ul {
    width: 100%;
    height: 325px;
    margin: 0 auto;
    z-index: 999;
    position: relative;
    display: flex;
}

.nav .center>ul>li {
    flex: 1;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.nav .center>ul>li:hover ul {
    display: block;
}

.nav .center>ul>li:hover .sub {
    display: block;
}

.nav .center>ul>li>a {
    color: #666;
    font-size: 20px;
    padding: 23px 0;
}

.nav .center>ul>li>a:hover {
    color: rgb(13, 114, 57);
}

.nav .center>ul>li.current, .nav .center>ul>li:hover {
    border-bottom: 3px solid rgb(13, 114, 57);
    color: rgb(13, 114, 57);
}

.sub {
    display: none;
    border: 1px solid rgb(13, 114, 57);
}

.sub li {
    background: #fff;
    text-align: center;
}

.sub li a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: rgb(13, 114, 57);
}

.sub li a:hover {
    background: rgb(13, 114, 57);
    color: #fff;
}

.link {
    width: 100%;
    min-width: 1200px;
    background: rgb(230, 230, 230);
    padding: 15px 0;
}

.link > .center {
    justify-content: flex-start;
}

.link h1 {
    font-size: 14px;
    line-height: 25px;
    width: 80px;
    height: fit-content;
    text-align: center;
    border-left: 2px solid rgb(13, 114, 57);
    color: rgb(13, 114, 57);
    float: left;
}

.link ul {
    float: left;
    margin-left: 50px ;
    width: 80%;
}

.link ul li {
    float: left;
    width: 25%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.link ul li a {
    font-size: 14px;
}

.link ul li a:hover {
    color: #000;
}

.link .more {
    float: right;
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.link .more:hover {
    text-decoration: underline;
}

.footer {
    width: 100%;
    min-width: 1200px;
    background: rgb(13, 114, 57);
    padding: 15px 0;
}

.footer p {
    float: left;
    margin-left: 30px;
    color: #ccc;
}

.footer p span a {
    color: #fff;
}

.content-center h1,.right h1,.left h1,.sidebar h1 {
    background: url(../images/icon.png) no-repeat 3px 8px;
    border-bottom: 2px solid #0d7239;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    padding: 5px 0;
    text-indent: 2em;
}

.sidebar table {
    text-align: center;
    width: 100%;
    table-layout: fixed;
}

.sidebar table tr td {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar table tr td:hover {
    border-left: 3px solid rgb(13, 114, 57);
    color: rgb(13, 114, 57);
}

.sidebar table tr td a {
    color: #666;
    display: block;
    font-size: 16px;
}

.sidebar table tr td a:hover {
    font-size: 24px;
    color: rgb(13, 114, 57);
}

.center-title {
    margin-top: 25px;
}

.content-center table tr td a,.listtable tr td a {
    display: inline-block;
    color: #666;
    float: left;
    font-size: 14px;
    background: url(../images/icon2.png) no-repeat 1px center;
    text-indent: 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
