@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
    min-width: 1535px;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

@font-face {
    font-family: 'sh';
    src: url('SourceHanSansCN-Medium.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.2);
}

.px1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.header {
    background: url(../images/head-bg.png) no-repeat 60% top;
}

.head {
    padding-top: 30px;
    padding-bottom: 25px;
    overflow: hidden;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-r {
    float: right;
    margin-top: 27px;
}

.search {
    width: 323px;
    height: 38px;
    border: 1px solid #9b0d14;
    font-size: 0;
}

.search input[type="text"] {
    width: 278px;
    height: 38px;
    line-height: 38px;
    background-color: transparent;
    vertical-align: middle;
    padding-left: 20px;
    box-sizing: border-box;
}

.search>div {
    display: inline-block;
    width: 45px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #9b0d14;
    vertical-align: middle;
}

.search>div input {
    display: inline-block;
    vertical-align: -10px;
}

#nav {
    background-color: #9b0d14;
}

.nav {
    line-height: 70px;
}

.nav>ul {
    margin-left: -45.5px;
    margin-right: -45.5px;
}

.nav>ul>li {
    position: relative;
    float: left;
    padding: 0 42.1px;
}

.nav>ul>li.on {
    background-color: #b80b0b;
}

.nav>ul>li>a {
    font-size: 20px;
    color: #fff;
}

.nav>ul>li ul {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #d42525;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 40px;
    text-align: center;
}

.nav>ul>li ul li:hover {
    background-color: #a31c1c;
}

.nav>ul>li ul li a {
    font-size: 16px;
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d8d2da;
    margin: 0 9px;
    transition: all .3s;
}

.banner .slick-dots li.slick-active {
    width: 30px;
    border-radius: 10px;
    background-color: #fff;
}

/* 修改html和body的基础样式 */
html {
    position: relative;
    min-height: 100%;
}

/* 修改body设置 */
body {
    margin: 0;
    padding-bottom: 120px; /* 调整为页脚实际高度 */
}

/* 修改页脚样式 */
.footer {
    background: #970c0c;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0; /* 添加这个属性 */
}

/* 移除内容区域的margin-bottom */
.nymain, .main-content {
    margin-bottom: 0; /* 移除之前的160px设置 */
}

.foot {
    padding: 3px 0; /* 如果存在则减小这个值 */
}

.foot-l {
    float: left;
    width: 740px;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
}

.foot-r {
    float: right;
    width: calc(100% - 740px);
}

.xglj {
    position: relative;
    padding-left: 90px;
}

.xglj>span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.xglj .lj-txt {
    position: relative;
    display: inline-block;
    width: 205px;
}

.xglj .lj-txt p {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #cd868a;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}

.xglj .lj-txt p span {
    position: absolute;
    top: 5px;
    width: 30px;
    height: 20px;
    right: 10px;
    background: url(../images/zkk.png) no-repeat center center;
}

.xglj .lj-txt ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    height: 150px;
    overflow-y: auto;
    display: none;
}

.xglj .lj-txt ul li {
    line-height: 35px;
    text-align: center;
}

.xglj .lj-txt ul li a {
    font-size: 16px;
    color: #333;
}

.xglj .lj-txt ul li:hover {
    background-color: #9b0d14;
}

.xglj .lj-txt ul li:hover a {
    color: #fff;
}

.ft-down {
    margin-top: 20px;
}

.ft-down p {
    line-height: 28px;
    font-size: 16px;
    color: #ccc;
}
