/* 去除常见标签默认的 margin 和 padding */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, input {
    margin: 0;
    padding: 0;
}

/* 设置网页统一的字体大小、行高、字体系列相关属性 */
@font-face {
    font-family: 'PingFang SC';
    src: url('fonts/PingFang SC Regular.ttf');
}

body {
    width: 100vw;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    margin-top: 64px;
    overflow-x: hidden;
}

/* 去除列表默认样式 */
ul, ol {
    list-style: none;
}

/* 去除默认的倾斜效果 */
em, i {
    font-style: normal;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #768891;
}

/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/* 去除input默认样式 */
input {
    border: none;
    outline: none;
    color: #333;
}

/* 左浮动 */
.fl {
    float: left;
}

/* 右浮动 */
.fr {
    float: right;
}

/* 双伪元素清除法 */
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/*flex布局*/
.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

/*过度效果*/
.transform10 {
    transition: transform 2s;
}

.transform10:hover {
    transform: scale(1.1);
}

.background10 {
    transition: background 2s;
}

.background10:hover {
    background-size: 110%;
}

.scale1 {
    transform: scale(1);
    transition: transform 1s;
}

.scale1back {
    transform: scale(0);
    transition: transform 1s;
}

/*内容宽度*/
.content {
    width: 1200px !important;
    margin: auto;
}

/*顶部*/
.header {
    width: 100vw;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    height: 64px;
    z-index: 1000;
}

.header-main {
}

.wap-nav {
    display: none
}

.logo {
    width: 40%; /*padding: 13px 0; !*margin-right: 180px;*!*/
}

.logo-img {
    width: 190px;
    height: 42px;
    background-image: url("../images/logo2.png");
    background-size: contain;
}

.menu-box {
    width: 100%;
    height: 100%;
}

.menu-nav {
    background: transparent;
}
.menu-box .menu-list a{
    font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
}
.menu-box .menu-list {
    font-size: 16px;
    width: 120px;
    height: 100%;
    padding: 17px 20px;
    text-align: center;
    position: relative;
}

.menu-list.layui-this::before {
    content: '';
    height: 0;
    background-color: transparent !important;
}

.menu-box .menu-list > a > i::before {
    content: '\e61a';
    font-size: 15px;
    color: #333333;
    padding-left: 5px;
}

.menu-list .menu-nav-child {
    display: none;
    padding: 10px 0;
}

.menu-list:hover, .layui-this {
    background: #F2F2F2;
}

.menu-list:hover .menu-nav-child, .layui-this .menu-nav-child {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 56px !important;
    left: 0;
    border: none;
    color: #333333;
    text-align: center;
}

.menu-box .menu-list:hover > a, .menu-box .menu-list:hover .menu-nav-child > a, .menu-list:hover > a > i::before, .layui-this a {
    color: #768891 !important;
}

.menu-box .menu-list > a {
    color: #333333;
}

.menu-list:hover > a > i::before, .menu-box .menu-list .layui-this > a > i::before {
    content: '\e619';
}

.menu-nav-child:hover a {
    position: relative;
}

.menu-nav-child dd {
    line-height: 40px;
}

.menu-nav-child dd:hover a::after, .menu-nav-child dd:hover a::before {
    content: '';
    width: 10px;
    height: 1px;
    background: #768891;
    position: absolute;
    top: 50%;
}

.menu-nav-child dd:hover a::after {
    left: -15px;
}

.menu-nav-child dd:hover a::before {
    right: -15px;
}

.menu-nav .layui-this:after, .menu-nav-child dd:hover, .menu-nav-child dd:hover a {
    background-color: #F2F2F2 !important;
    color: #768891;
}

/*底部*/
.foot-box {
    text-align: center;
    color: #FFFFFF;
}

.foot-box a {
    color: #FFFFFF;
}

.foot-top {
    background-color: #2D2E30;
    padding: 20px 0;
}

.foot-left {
    width: 60%;
    text-align: left;
}
.foot-left .flex-start{
    align-items: start;
}
.foot-left li{
    width: 25%;
}
.foot-left .foot-li {
    position: relative;
    line-height: 50px;
    padding-bottom: 5px;
}

/*.foot-left .foot-li::after {*//*    content: '';*//*    width: 18px;*//*    height: 2px;*//*    background-color: #FFFFFF;*//*    position: absolute;*//*    left: 0;*//*    bottom: 0;*//*}*/
.foot-left ul > li > dd > dl > a {
    line-height: 25px;
}

.foot-right {
    width: 40%;
    align-items: start;
    padding-top: 15px;
}

.foot-right .foot-ewm {
    width: 38%;
    position: relative;
    text-align: center;
}

.foot-right .foot-ewm::after {
    content: '';
    width: 1px;
    height: 80%;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: -5px;
}

.foot-right .foot-ewm > img {
    width: 112px;
    height: 112px;
}

.foot-right .foot-ewm > span {
    display: block;
    line-height: 40px;
}

.foot-right .foot-link {
    padding: 0 30px;
    width: 50%;
}

.foot-right .foot-link .link-title {
    text-align: left;
}
.foot-right .foot-link{
    text-align: left;
}
.foot-right .foot-link a {
    display: inline-block;
    width: calc(50% - 20px);
    background-color: #434548;
    line-height: 30px;
    text-align: center;
    margin: 8px 16px 8px 0;
    cursor: pointer;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.foot-bottom {
    padding: 10px 0;
    background-color: #434548;
}

/*分页样式*/
#pages {
    padding: 14px 0 10px;
}

#pages a.a1 {
    background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 56px;
    padding: 0;
}

#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px;
}

#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

#pages a:link, #pages a:visited {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}