/*基础样式开始*/

* {
    margin: 0;
    padding: 0;
    /*font-size: 14px;*/
}

html,
body {
    background-color: #f0f3ef;
}

li {
    list-style: none;
    float: left;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: black;
}

.clear {
    clear: both;
}

.mt20 {
    margin-top: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a.layui-btn-primary:hover {
    border: 1px #FF5722 solid;
    color: #FF5722
}

.layui-btn-danger {
    background-color: #8184ad;
}


/*基础样式结束*/

#header {
    width: 100%;
    min-width: 1000px;
}

#container {
    width: 100%;
    min-width: 1000px;
}

#footer {
    width: 100%;
    min-width: 1000px;
    background-color: #f0f3ef;
}


/*头部开始*/

#header .top {
    height: 46px;
    background-image: url('/static/images/bg4.png');
}

#header .top .status {
    height: 100%;
    margin: 0 auto;
    line-height: 46px;
    color: #333;
    max-width: 1200px;
}

#header .top .status ul li {
    margin-left: 10px;
    font-size: 12px;
}

#header .top .status ul li a {
    font-size: 12px;
    color: #333;
}

#header .top .status ul li a:hover {
    color: #FD9701;
}


/*头部内容*/

#header .header-content {
    height: 100px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
}

#header .header-content>a {
    justify-content: flex-start;
}

#header .header-content .search-right {
    height: 70px;
    justify-content: flex-end;
    flex: 2;
}

.search-box {
    width: 500px;
    float: right;
}

.search-box .stype ul li {
    width: 50px;
    height: 25px;
    cursor: pointer;
    margin-left: 3px;
    text-align: center;
    line-height: 25px;
}

.stype .active {
    background-color: #000;
    color: white;
}

.search-box .search-input {
    height: 40px;
    border: 1px solid #000;
    background-color: #FFF;
}

.search-box .search-input input {
    border: 0;
    outline: none;
    line-height: 40px;
    text-indent: 8px;
    width: 90%;
}

.search-btn-box {
    width: 40px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
}

.dosearch {
    cursor: pointer;
}


/*导航开始*/

.nav-box {
    background-color: #bd2511;
}

#nav {
    max-width: 1200px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
}

#nav a {
    line-height: 70px;
    flex: 1;
    display: flex;
    display: -webkit-flex;
}

#nav a:hover {
    background-color: #ce1313;
}

#nav a.logo:hover {
    background: none;
}

#nav li {
    color: white;
    flex: 1;
    font-size: 20px;
    text-align: center;
}

#nav .active {
    background-color: #a10707;
}


/*导航结束*/


/* 底部 */

.footer-box {
    max-width: 1200px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    background-color: white;
    color: #333;
}

.footer-box>li {
    flex: 1;
    text-align: center;
    margin: 20px 0 20px -40px;
}

.footer-box img {
    line-height: 50px;
    margin-right: 10px;
}

.shenda_code {
    float: right;
}

.shenda_code img:nth-child(1) {
    width: 135px;
    padding: 0 0 20px;
}

.both {
    clear: both;
}

.footer-box .title {
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-box>li>ul {
    float: right;
    margin-right: 80px;
}

.footer-box>li>ul>li {
    clear: both;
    margin-bottom: 8px;
}

.footer-box>li>ul>li>a {
    color: #333;
}

.footer-box li:last-child img {
    width: 120px;
    height: 120px;
}

.footer-link-box {
    width: 100%;
}

.copyright {
    max-width: 1200px;
    display: block;
}

.link-box {
    max-width: 1200px;
    height: 20px;
    display: flex;
    display: -webkit-flex;
}

.copyright ul {
    height: 20px;
}

.copyright .links {
    margin: 0 10px;
}

.copyright .links a {
    color: #999;
}

.qrcode {
    padding-left: 20px;
}

.page {
    max-width: 1200px;
}

.footer-bottom-wrap {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom-wrap .footer-line-bottom {
    margin: 0 auto;
}

.footer-line-bottom hr {
    background-color: #666;
}


/* 导航 */

.nav-bread {
    max-width: 1200px;
    background-color: #f5f5f5;
    margin: 20px 0 20px 0;
    height: 42px;
}

.nav-bread ul {
    padding: 10px 0 0 24px;
}

.nav-bread ul li a {
    font-size: 15px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #c2443b;
}

.pages_path {
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
}

.pages_path_a {
    font-size: 14px;
}