@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #3b3838;
}

body {
    font-size: 14px;
    font-family: "微软雅黑", serif;
    background: #FFFFFF;
    color: #3d3c3c;
    min-width: 1376px;
    min-height: 100vh;
}

.banner {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
    z-index: 100;
    background-color: #FFFFFF;
    padding: 16px 0;
}

.top {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    padding: 6px 0;
    vertical-align: middle;
}

.top .logo-box {
    position: relative;
    display: flex;
    margin-left: 80px;
    vertical-align: bottom;
    width: 300px;
}

#logo {
    width: 110px;
    height: 58px;
}

.fg {
    width: 2px;
    height: 48px;
    background: url(../images/icon/line01.jpg);
    margin-left: 16px;
    display: inline-block;
}

.txt01 {
    width: 150px;
    padding: 0 0 0 16px;
    display: inline-block;
    height: 48px;
}

.txt01 h2 {
    color: red;
    font-weight: bolder;
}

.txt01 p {
    margin-top: 1px;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    color: #077c2b;
}

.nav_bg {
    position: absolute;
    right: 100px;
    margin: 6px 0;
    width: auto;
    border-radius: 5px 5px;
    height: 48px;
}

.nav_bg ul {
    height: 48px;
    display: inline-block;
}

.nav_bg ul li {
    height: 46px;
    display: inline-block;
    padding: 3px 20px;
    width: 80px;
    text-align: center;
    border-radius: 5px 5px;
}

.nav_bg ul li a {
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #78a70b;
    display: inline-block;
}

.ff {
    background: #78a70b;
}

.ff a {
    color: #FFFFFF !important;
    position: relative;
    left: 1px;
}

.center {
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0 auto;
    position: relative;
}

/* 大标题 */
.title {
    text-align: left;
    position: relative;
    width: 100%;
    border-bottom: 1px #e5e5e5 outset;
    margin-bottom: 30px;
    padding: 48px 0 22px 0;
    display: flex;
    font-family: "微软雅黑", serif;
    font-weight: 800;
    vertical-align: middle;
}

.title .name {
    height: 62px;
}

.title .name .chinese {
    font-size: 1.875rem;
    font-weight: 800;
}

.title .name .english {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title .more {
    font-size: 18px;
    padding: 5px 10px;
    border: 1px gray solid;
    position: absolute;
    right: 16px;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    margin-top: 10px;
    border-radius: 5px;
}

/*p-标题*/
p.title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 12px;
    font-family: "黑体", serif;
    font-weight: 800;
}

/*p-正文*/
p.text {
    font-size: 20px;
    text-indent: 2em;
    text-align: left;
    margin-bottom: 8px;
}

p.text-image-center {
    font-size: 20px;
    text-align: center;
    margin: 26px 0;
}

/********************************* 底部 *********************************/
.button {
    width: 100%;
    position: relative;
    top: calc(100% - 120px);
    height: 120px;
    background-color: #06343e;
    padding: 30px 0 30px;
    color: #FFFFFF;
}

.button .information {
    width: 100%;
    text-align: center;
}

.button .copyrights {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
}

.button .copyrights .fg {
    width: 22px;
    height: 1px;
    display: inline-block;
}

.button a {
    color: #FFFFFF !important;
    text-decoration: underline;
}