* {
    padding: 0;
    margin: 0;
    list-style: none;
}

:root {
    --macolor: #A5353E;
    --shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    --hoverbg: #eef0f3
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #333;
    font-size: 18px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: var(--macolor);
}

.webWidth {
    width: 1180px;
    margin: 0 auto;
    height: 100%;
}

.top {
    height: 80px;
    box-shadow: var(--shadow);
    width: 100%;
    position: relative;
    z-index: 9;
}

.logo {
    height: 100%;
    background: url(../images/logo.png) no-repeat center left;
    background-size: contain;
    width: 350px;
    float: left;
}

.logo_w {
    position: relative;
}

.logo_w::after {
    content: '';
    clear: both;
    display: block;
}

.nav {
    float: right;
    height: 100%;
    font-size: 18px;
}

.nav-item {
    margin-top: 15px;
    line-height: 40px;
    float: left;
    padding: 5px 0;
    border: 1px solid transparent;
}

.nav-item:hover {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 10px;
    box-shadow: var(--shadow);
    border: 1px solid #eee;
    box-sizing: border-box;
}

.nav-item-hd,
.nav-item-bod {
    padding: 0 15px;
    text-align: center;

}

.nav-item-bod {
    font-size: 16px;
    text-align: center;
    display: none;

}

.nav-item:hover .nav-item-bod {
    display: block;
}

.nav-item.active .nav-item-hd a {
    color: var(--macolor);
    font-weight: bold;
}

.search {
    background: #F6F5F5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: right;
    margin-top: 22px;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
}

.search:hover {
    background: var(--hoverbg);
}

.search img {
    width: 46%;
    margin-top: 27%;
}

.homeBanner {
    margin-top: 20px;
    box-shadow: var(--shadow);
    position: relative;

}

.homeBanner img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.main {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.homeInfoLayout {
    width: calc(50% - 15px);
    float: left;
    margin-top: 20px;
    min-height: 320px;
}

.homeInfoHd {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 80px;
}

.homeInfoHd-icon {
    position: absolute;
    z-index: -1;
    height: 80px;
}

.homeInfoHd-icon img {
    height: 80px;
}

.homeInfoHd-info {
    padding-left: 40px;
}

.homeInfoHd h3 {
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
}

.homeInfoHd p {
    font-size: 16px;
    color: #c4c4c4;
}

.homeInfoMore {
    background: #F5F7FA;
    height: 36px;
    line-height: 36px;
    position: relative;
    font-size: 14px;
    padding: 0 35px 0 25px;
    cursor: pointer;
}

.homeInfoMore:hover {
    background: var(--hoverbg);
}

.homeInfoMore::before {
    content: '';
    background: #fff;
    width: 20px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    transform: skewX(-14deg);
}

.homeInfoMore:after {
    content: '';
    background: url(../images/swap-right.png) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 9px;
}

.homeInfoBod {
    padding-top: 15px;
}

.homeInfoBod li {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    overflow: hidden;
    padding: 0 10px;
    transition: all .3s;

}
.homeInfoBod li:hover{transform: translateX(5px);}
.homeInfoBod li:nth-child(odd) {
    background: #FBFBFB;
}

.homeInfoBod li a {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 120px);
}

.homeInfoBod li::before {
    content: '·';
    float: left;
    margin-right: 5px;
}

.homeInfoBod li span {
    float: right;
    color: #999;
    font-size: 16px;
}

.homeSwipe {
    width: calc(50% - 15px);
    margin-top: 20px;
    height: 315px;
    overflow: hidden;
    position: relative;
}

.honme-banner {
    margin-top: 20px;
}

.honme-banner img {
    display: block;
    width: 100%;
}

.homeLink {
    margin-top: 20px;
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.homeLink-item {
    border: 1px solid #ddd;
    box-shadow: var(--shadow);
    height: 90px;
}

.homeLink-item img {
    width: 100%;
    object-fit: cover;
}

.bottom {
    background: #F5F7FA;
    margin-top: 20px;

}

.bottom-top {
    padding: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-top img {
    width: 350px;
}

.bottom-Contact {
    line-height: 2;
    font-size: 16px;
}

.bottom-bq {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #999;
}

.bottom-bq span {
    padding: 0 5px;
}


.subMain {
    margin-top: 15px;
}

.subMain-mask {
    background: linear-gradient(to bottom, rgba(17, 49, 90, 0.1), rgba(17, 49, 90, 0.6));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 10px;
}

.subNav {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 18px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;

}

.subNav-item {
    padding: 0 20px;
    cursor: pointer;
}

.subNav-item.active {
    color: var(--macolor);
}

.subNav-unline {
    background: var(--macolor);
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all .3s;
}

.subarea {
    padding: 20px 0;min-height: 500px;
}

.subGsjj {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 50px 0;
}

.subGsjj-info {
    width: 50%;
    line-height: 1.5;
}

.subGsjj-info h3 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: normal;
}

.subGsjj-img {
    width: 420px;
}

.subGsjj-img img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.subGsjj-hd {
    font-size: 36px;
    text-align: center;
    background: linear-gradient(to bottom, #F9FAFC, transparent);
    padding-top: 50px;
    padding-bottom: 15px;
    border-radius: 20px;
    position: relative;
}

.subGsjj-hd::after {
    content: '';
    width: 54px;
    height: 4px;
    background: var(--macolor);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.subJgt {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.subJgt img {
    width: 90%;
}

.subQyzz {
    padding: 50px 0;
    overflow: hidden;
}

.subQyzz li {
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    font-size: 16px;
}

.subQyzz li img {
    width: 100%;
    height: 315px;
}

.subQyzz-txt {
    height: 50px;
    line-height: 1.5;
}

.subDsj {
    padding: 50px 0;
    text-align: center;
}

.subDsj img {
    width: 70%;
}

.subList {

    overflow: hidden;
}

.subList li {
    border-bottom: 1px solid #ddd;
    padding: 20px 10px 20px 35px;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;


}

.subList li::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/i-sublist.png) no-repeat center left;
    background-size: 18px auto;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.subList li:hover {
    background: #FBFBFB;

}

.subList li a {
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.subList li span {
    float: right;
    color: #999;
}

.pagination {
    overflow: hidden;
    margin-top: 30px;
    padding: 15px;

}

.pagination-item {
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.pagination-item.sidebtn {
    font-family: 'simsun';
    font-size: 24px;
    font-weight: bold;
}

.pagination-item:hover {
    background: var(--hoverbg)
}

.pagination-item.active {
    background: var(--macolor);
    color: #fff;
    border-color: inherit;
}

.subNewsList {
    display: grid;
    gap: 20px;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);

}

.subNewsList.ztzl {
    grid-template-columns: repeat(2, 1fr);
}

.subNewsList.ztzl li img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.subNewsList.ztzl p {
    padding-bottom: 0;
}

.subNewsList li {

    border: 1px solid #ddd;
    box-shadow: var(--shadow);
    padding: 10px;
    position: relative;
}

.subNewsList li a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.subNewsList-txt {
    height: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制显示的行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.subNewsList li img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.subNewsList li p {
    padding-top: 10px;
    line-height: 1.2;
}


.subNewsList li span {
    color: #999;
}

.detailLoc {
    background: #F5F7FA;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
}

.detailLoc span {
    font-family: 'simsun';
    font-weight: bold;
    padding: 0 10px;
}

.detailHd {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.detailHd p {
    font-size: 16px;
    padding-bottom: 10px;
}

.detailHd h1 {
    font-style: 34px;
    padding-bottom: 20px;
    padding: 20px;
}

.detailBod {
    padding: 10px;
    min-height: 200px;
}

.detailBod img {
    max-width: 100%;
}

.search-hd {
    padding-bottom: 20px;
}

.search-from {
    display: flex;
    justify-content: center;
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.search-from input {

    height: 50px;
    width: 500px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    outline: none;
    border: 2px solid #ddd;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 10px;
    box-shadow: var(--shadow);
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.search-from input:focus {

    border: 2px solid var(--macolor);
}

.search-from button {
    height: 50px;
    width: 80px;
    border: none;
    background: var(--macolor);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    box-shadow: var(--shadow);
    border-radius: 0 5px 5px 0;
}

.search-from button:hover {
    background: #c6404b;
}

.search-hd span {
    font-weight: bold;
    color: var(--macolor);
}

.search-bod {
    margin-top: 10px;
}

.search-bod li {

    border-bottom: 1px solid #ddd;
    padding: 15px 0;

}

.search-bod li h2 {
    font-size: 20px;
    font-weight: normal;
}

.search-bod li p {
    font-size: 16px;
    color: #999;
    padding-top: 5px;
}

.search-bod li .fd {
    color: var(--macolor);
    font-weight: bold;
}


.paging_li {
    padding: 0 10px;
    border-radius: 5px;
    height: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    margin-right: 10px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.paging_li:hover {
    background: #fff7e6;
}

.paging_li.btns {
    font-family: 'simsun';
    font-size: 20px;
    font-weight: bold;

}

.yeshu {
    float: right;
    line-height: 30px;
    color: #999;
}

.detailBod table {
    max-width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.detailBod td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}