

:root {
    /* 主色调 */
    --lyj-primary-color: #be0203;
    /* 灰色调 */
    /*--lyj-info-color: #606060;*/
    --lyj-info-color:#a90303;
}
.font15 {
    font-size: 16px !important;
    /*color: #4C4C4C ;*/

}
.font15:hover{
    color: var(--lyj-primary-color) !important;
}

body{
    font-size: 14px;
    box-sizing: border-box;
    flex-shrink: 0;
    font-family: "Microsoft YaHei","Arial","宋体";
}

*{
    font-family: "Microsoft YaHei","Arial","宋体";
}

.custom-container{
    width: 1180px;
    overflow: hidden;
}

.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.justify-start {
    display: flex;
    justify-content: flex-start;
}
.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}
.justify-around {
    display: flex;
    justify-content: space-around;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.align-start {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}
/*** 分页 **/
.list-page {text-align:center;padding: 15px 15px;}
.mws-panel-content {background: #eee;}
.pagination {margin:0 !important;padding: 10px 10px;background: #fff;}
.pagination li{border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;margin: 0px 5px}
.pagination .active{background-color: var(--lyj-primary-color);color: #fff;}
.pagination .disabled{color: #aaa;}

/* 分页*/
.pages {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;

}

.container-fluid {
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/** 顶部导航 **/

.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.top-welcome {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    height: 40px;
    width: 100%;
    color: #999;
}

.top-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 165px;
}

.top-logo .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-logo .search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-logo .search form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top-logo .search form input {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 360px;
}

.top-logo .search form button {
    position: absolute;
    right: 10px;
    border: 0px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-nav {
    height: 60px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    background: #be0203;
    width: 100%;
}
.top-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 120px;
    padding: 0px 10px;
}
.top-nav ul li img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.top-nav ul li a {
    color: #fff;
    font-size: 16px;
    height: 60px;
    line-height: 60px;


    text-align: center;
}

.top-nav ul li a:hover {
    color: #fff;
}

.top-nav ul li.active {
    color: #fff;
    background: #a90303;
}

.hide {
    display: none;
}
/**
底部
 */
.footer {
    height: 345px;
    background: #F0F0F0;
}



.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 285px;
    background: url("../images/footmap.png") no-repeat;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 515px;
}

.footer-logo img {
    width: 300px;
    /*height: 47px;*/
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin-top: 25px;
}

.footer-logo-text p {
    margin: 0;
    font-size: 16px;
    color: #666666;
    padding-left: 85px;
    height: 40px;
    line-height: 40px;
    background-size: 24px 24px;
}

.footer-logo-text p.tel {
    background: url("../images/icon-foot01.png") no-repeat 50px;
}
.footer-logo-text p.address {
    background: url("../images/icon-foot02.png") no-repeat 50px;
}


.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    padding: 30px;
}

.footer-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    height: 35px;
}

.footer-nav ul li.title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-nav ul li a {
    color: #333;
    font-size: 16px;
}

.footer-nav ul li a:hover {
    color: #be0203;
}

.footer-bottom {
    font-size: 16px;
    height: 60px;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C8C8C8;
}

/**
面包屑
 */
.mbx {
    margin-top: 20px;
}

.mbx .layui-breadcrumb span[lay-separator]:nth-child(2) {
    display: none !important;
}


/**
详情页面 通用
 */
.block-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    align-items: flex-start;
    margin-bottom: 100px;
}


/** 右边 **/
.right-content {
    width: 1000px;
    margin-top: 20px;
}



/**
左侧菜单
 */

.left-menu {
    height: 610px;
    width: 300px;
    float: left;
    margin-top: 20px;
}

.zxgk-menu-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/left-tit.png") no-repeat;
    color: #fff;
}

.zxgk-menu {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    background: #F4F4F8;
    height: 500px;
}

.zxgk-menu li {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 60px;
    box-sizing: border-box;
}

.zxgk-menu li.active {
    background: url("../images/left-li.png") no-repeat;
}

.zxgk-menu li.active a{
    color: #fff;
}

.zxgk-menu li a {
    display: block;
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    display: block;
    cursor: pointer;
    width: 100%;
    line-height: 70px;
}

.zxgk-menu li:hover {
    /*background: url("../images/left-li.png") no-repeat;*/
}
.zxgk-menu li:hover a{
    /*color: #FFFFFF;*/
}


/**
分页
 */
.page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page .pagination li {
    padding: 5px 15px;
}