﻿@font-face {
    font-family: 'Franklin Gothic Heavy';
    src: url(../font/FranklinGothic-Heavy.otf);
}
html{height:100%; width: 100%;}
body {
    width: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    height: auto !important;
    min-height:100%;
}
.layui-mp-head {
    background-color:#336757;
    color:#FFF;
    text-align:center;
    padding:5px 0px;
}
#layui-mp-menu {
    background-color:#FFF;
    width:100%;
}
.layui-icon-shrink-right {
    color:#000;
}
/*.layui-mp-logo {
    width:100%;
    margin-left:20px;
    float:left;
}*/
.layui-mp-banner {
    width:100%;
}
.layui-mp-logo-container {
    position:absolute; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%;
}
/*水平垂直居中*/
.layui-mp-mid {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.layui-mp-logo-mark {
    box-shadow:none;
    background-color:#FFF;
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
    width:80%;
    height:70%;
}
/*.layui-mp-mark {
    box-shadow:none;
    background-color:#FFF;
    -webkit-filter: opacity(30%);
    filter: opacity(30%);
    width:100%;
    height:100%;
}*/
.layui-mp-logo-text {
    color:#000;
    box-shadow:none;
    width:80%;
    height:80%;
}

.layui-mp-logo img {
    padding:10px;
    height:60px;
}
.layui-mp-nav li {
    font-size:16px;
    font-weight:bold;
    float:left;
    height:40px;
    padding:20px 0px;
    line-height:40px;
    margin-left:10px;
}
.layui-mp-nav li a {
    color:#000;
    padding:10px;
}
.layui-mp-nav li a:hover {
    color:#FFF;
    background-color:#ACD7CA;
}
/*.layui-mp-lang {
    color:#17C4D0;
    float:left;
    height:60px;
    padding:10px;
    line-height:60px;
    font-size:14px;
}*/
#layui-mp-lang {
    color:#75BDA7;
}
#layui-mp-lang:hover {
    background-color:#FFF;
}
.layui-mp-menu {
    float:right;
    border:none;
    height:80px;
    margin-right:10px;
}
.layui-mp-footer {
    width:100%;
    /*position:absolute;
    bottom:0px;*/
}
.layui-mp-footer-text {
    background-color: #336757; 
    color:#FFF; 
    text-align:center; 
    line-height:22px; 
    padding:10px 0px;
}

.layui-mp-content {
    padding:20px;
    margin-top:10px;
}
.layui-mp-content p {
    text-align:justify;
    margin-bottom:10px;
    line-height:24px;
    padding:0px 10px;
}
.layui-mp-content table {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    margin:10px;
}
/*.layui-mp-content table th {
    padding:10px;
}
.layui-mp-content table td {
    padding:10px;
}*/

.layui-mp-content ul li {
    margin:0px 10px;
    padding:0px;
    text-align:left;
    list-style: disc;
    margin-left:28px;
}
/*.layui-mp-content ul li:before {
    Content:"";
    width:5px;
    height:5px;
    display:inline-block;
    border-radius:50%;
    background-color:#316757;
    vertical-align:middle;
    margin-right:14px;
}*/

.layui-mp-content table {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    width:100%;
    margin-left:10px;
    margin-bottom:20px;
}

.layui-mp-content-spliter {
    color:#4A9A82;
    background-color:#E8F4EC;
    width:100%;
    min-height:150px;
    font-size:30px;
    line-height: 60px;
    font-family:'Franklin Gothic Heavy';
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}