@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
    font-family: "Source Han Serif SC", "Noto Serif SC", "SimSun", "Songti SC", "STSong", "Microsoft YaHei", "Times New Roman", "Times", Georgia, serif;
    background: #ffffff;
    min-width: 1200px;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
    height: 0;
}

li {
    list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

.img_scale {
    overflow: hidden;
}

.img_scale img {
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
}

.img_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.wrapper{
    width: 1200px;
    margin: 0 auto;
}

.hide {
    display: none;
}
.dis_flex {
    display: flex;
}
.justify_space_between {
    justify-content: space-between;
}
.justify_left {
    justify-content: left;
}
.bg01{
    height: 178px;
    background: url(../images/bg01.png) no-repeat center center #b22f3b;
}
.bg02{
    background: url(../images/bg02.png) bottom center no-repeat;
    padding-bottom: 80px;
    padding-top: 35px;
}
.bg03{
    background: url(../images/bg03.png) top center repeat-y;
    padding-bottom: 80px;
    padding-top: 35px;
}
.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
}
/* 头部右侧 */
.header-right {
    display: flex;
    align-items: center;
    color: #fff;
}
.header-right a {
    color: #fff;
    font-size: 16px;
    padding:0 10px;
}



.search-box {
    position: relative;
    height: 50px;
    width: 250px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
}

.search-box input {
    width: 250px;
    height: 50px;
    padding: 0 40px 0 15px;
    font-size: 14px;
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
}
.search-box input::placeholder {
    color: #fff;
}

.search-box .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/* 主导航样式 */
.main-nav {
    display: flex;
    list-style: none;
    position: relative;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: block;
    padding: 18px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

.nav-link:hover {
    color: #fff;
    text-decoration: none;
}

/* 下拉菜单样式 */
.dropdown-menu {
    position: absolute;
    top: 60px;
    left: -40px;
    background: #f6f6f6;
    width: 172px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    padding: 0 0 0 0;
    border-top: 3px solid #d19e9e;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    padding: 12px 24px;
    color: #373737;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 16px;
    border-bottom: 1px dotted #e6c7ca;
}

.dropdown-item:hover {
    color: #bb4a54;
    text-decoration: none;
}

/* 首页特殊处理，没有下拉菜单 */
.nav-item:first-child .nav-link {
    color: #fff;
}

/* Banner区域 */
.banner {
    height: 590px;
    position: relative;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: auto;
    width: auto;
    z-index: 10;
}

.banner .swiper-pagination-bullet {
    width: 27px;
    height: 27px;
    background: url(../images/swiper-pagination01.png) no-repeat;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner .swiper-pagination-bullet-active {
    background: url(../images/swiper-pagination02.png) no-repeat;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    color: #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
    font-size: 24px !important;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.index_menu{
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 114px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 0 40px;
}
.index_menu .item{
    height: 114px;
    padding: 0 20px;
}
.index_menu .item i{
    display: block;
    font-size: 48px;
    color: #b22f3b;
    margin-bottom: 10px;
}
.index_menu .item a{
    color: #373737;
    font-size: 18px;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 15px;
}
.index_menu .item:hover{
    background: #b22f3b;
}
.index_menu .item:hover a,
.index_menu .item:hover i{
    color: #fff;
}
.index_menu .line{
    width: 1px;
    height: 58px;
    background: #c7c7c7;
}

.index_news{
    margin-top: 20px;
}
.index_news .t{
    height: 130px;
    position: relative;
    text-align: center;
}
.index_news .t .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index_news .con{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.index_news .con .news_pic{
    width: 440px;
    overflow: hidden;
    position: relative;
}
.index_news .con .news_pic .pic{
    width: 440px;
    height: 330px;
    overflow: hidden;
}
.index_news .con .news_pic .pic img{
    width: 440px;
    height: 330px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.index_news .con .news_pic .pic:hover img{
    transform: scale(1.1);
}
.index_news .con .news_pic .txt{
    padding: 20px;
    background: #b22f3b;
    color: #fff;
    line-height: 30px;
    height: 120px;
}
.index_news .con .news_pic .txt .date{
    font-size: 16px;
    margin-bottom: 10px;
}
.index_news .con .news_pic .txt a{
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_news .con .news_pic .txt p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_news .con .news_pic .news-pagination{
    position: absolute;
    bottom: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.index_news .con .news_pic .news-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.index_news .con .news_pic .news-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.index_news .con .news_pic .news-button-prev,
.index_news .con .news_pic .news-button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}
.index_news .con .news_pic .news-button-prev:hover,
.index_news .con .news_pic .news-button-next:hover{
    background: rgba(0, 0, 0, 0.5);
}
.index_news .con .news_pic .news-button-prev{
    left: 10px;
}
.index_news .con .news_pic .news-button-next{
    right: 10px;
}
.index_news .con .news_list{
    width: 740px;
    height: 490px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.index_news .con .news_list .item{
    background: #fff;
    border-bottom: 2px solid #b22f3b;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_news .con .news_list .item .txt{
    width: 500px;
    color: #373737;
}
.index_news .con .news_list .item .txt .date{
    font-size: 16px;
    margin-bottom: 10px;
}
.index_news .con .news_list .item .txt .date i{
    color: #b22f3b;
}
.index_news .con .news_list .item .txt a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #373737;
    line-height: 30px;
    font-size: 20px;
    text-decoration: none;
}
.index_news .con .news_list .item .img{
    width: 152px;
    height: 114px;
}
.index_news .con .news_list .item .img img{
    width: 152px;
    height: 114px;
    object-fit: cover;
}
.index_news .con .news_list .item:hover{
    background: #b22f3b;
    border-bottom: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.index_news .con .news_list .item:hover .txt a,
.index_news .con .news_list .item:hover .txt .date i,
.index_news .con .news_list .item:hover .txt{
    color: #fff;
}

.index_notice_public{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.index_notice_public .index_list{
    width: 540px;
    height: 508px;
    background: url(../images/index03.png) no-repeat;
    background-size: 100% 100%;
    padding: 25px;
}
.index_notice_public .index_list:nth-child(1){
    border-top: 3px solid #f5b2b2;
}
.index_notice_public .index_list:nth-child(2){
    border-top: 3px solid #e44b4b;
}
.index_notice_public .index_list .t{
    height: 90px;
    position: relative;
    text-align: center;
}
.index_notice_public .index_list .item_list01 .item{
    height: 56px;
    line-height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #b22f3b;
}
.index_notice_public .index_list .item_list01 .item a{
    font-size: 20px;
    color: #373737;
    text-decoration: none;
    width: 420px;
    background: url(../images/arrow01.png) left center no-repeat;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_notice_public .index_list .item_list01 .item .date{
    font-size: 16px;
    color: #373737;
}
.index_notice_public .index_list .item_list01 .item:hover a,
.index_notice_public .index_list .item_list01 .item:hover .date{
    color: #b22f3b;
}
.index_notice_public .index_list .item_list02 .item{
    height: 56px;
    line-height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #b22f3b;
}
.index_notice_public .index_list .item_list02 .item a{
    font-size: 20px;
    color: #373737;
    text-decoration: none;
    width: 420px;
    background: url(../images/arrow02.png) left center no-repeat;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_notice_public .index_list .item_list02 .item .date{
    font-size: 16px;
    color: #373737;
}
.index_notice_public .index_list .item_list02 .item:hover a,
.index_notice_public .index_list .item_list02 .item:hover .date{
    color: #b22f3b;
}
.index_notice_public .index_list .more01{
    text-align: center;
    margin-top: 20px;
}

.footer{
    border-top: 3px solid #ffb5bb;
    border-bottom: 3px solid #ffb5bb;
    background: #b22f3b;
}
.footer .foot_01{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
}
.footer .foot_01 .contact{
    width: 430px;
}
.footer .foot_01 .contact select{
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
}

.copyright{
    border-top: 1px solid #db9ea4;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.copyright a{
    color: #fff;
    text-decoration: none;
}

.ny_banner{
    height: 600px;
    position: relative;

}
.ny_banner .ny_title_pos{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    bottom: 10px;
}
.ny_banner .ny_title_pos h2{
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}
.ny_banner .ny_title_pos .ny_pos{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.ny_banner .ny_title_pos .ny_pos a{
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.ny_left{
    width: 260px;
}
.ny_left .ny_menu{
    background: url(../images/ny01.png) bottom right no-repeat #b22f3b;
    padding-bottom: 5px;
    padding-top: 7px;
}
.ny_left .ny_menu .con{
    margin: 0 0 0 7px;
    background: url(../images/ny02.png) bottom center no-repeat #fff;
    min-height: 357px;
    width: 239px;
    padding: 5px 7px;
}
.ny_left .ny_menu .con .item{
    height: 64px;
    background: url(../images/ny03.png) 190px center no-repeat #f4f4f4;
    border-left: 3px solid #b22f3b;
    line-height: 64px;
}
.ny_left .ny_menu .con .item a{
    font-size: 20px;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0 50px 0 20px;
}

.ny_left .ny_menu01{
    border: 2px solid #b22f3b;
    background: #b22f3b;
    margin-top: 25px;
}
.ny_left .ny_menu01 .t{
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.ny_left .ny_menu01 .con{
    background: #f4f4f4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
padding-bottom:20px;
}
.ny_left .ny_menu01 .con .item{
    text-align: center;
}
.ny_left .ny_menu01 .con .item i{
    display: block;
    font-size: 24px;
    color: #b22f3b;
    margin-bottom: 10px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto;
}
.ny_left .ny_menu01 .con .item a{
    color: #373737;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 15px;
}
.ny_left .ny_menu01 .con .item:hover{
    background: #b22f3b;
}
.ny_left .ny_menu01 .con .item:hover a{
    color: #fff;
}
.ny_left .ny_menu01 .con .item:hover i{
    background: #fff;
}
.ny_left .ny_menu01 .con .item:hover i{
    color: #b22f3b;
}

.ny_left .ny_menu01 .con .item:nth-child(1),
.ny_left .ny_menu01 .con .item:nth-child(2){
    height: 90px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.ny_left .ny_menu01 .con .item:nth-child(3){
    height: 90px;
    border-bottom: 1px solid #ececec;
}
.ny_left .ny_menu01 .con .item:nth-child(4),
.ny_left .ny_menu01 .con .item:nth-child(5){
    height: 90px;
    border-right: 1px solid #ececec;
}

.ny_right{
    width: 910px;
}
.ny_right .con01{
    background: #fff;
    border-top: 3px solid #b22f3b;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.ny_header01{
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #b5434d;
    font-weight: bold;
    padding: 0 50px;
    padding-bottom: 15px;
}
.ny_detail01{
    font-size: 16px;
    color: #373737;
    line-height: 30px;
    margin: 20px 0;
}
.ny_header02{
    border-bottom: 1px solid #ecedee;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #373737;
    font-weight: bold;
    padding: 0 50px;
    padding-bottom: 15px;
}
.ny_header02 p{
    text-align: center;
    color: #373737;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}
.ny_detail01 img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.ny_detail01 .download{
    line-height: 30px;
}
.ny_detail01 .download a{
    font-size: 20px;
    color: #b5434d;
    text-decoration: none;
}

.ny_list02{
    padding: 20px 0;
}
.ny_list02 .item{
    height: 164px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 24px 18px;
    border-bottom: 1px dashed #d1d1d1;
    position: relative;
}
.ny_list02 .item .pic{
    width: 219px;
    height: 164px;
}
.ny_list02 .item .pic img{
    width: 219px;
    height: 164px;
    object-fit: cover;
}
.ny_list02 .item .txt{
    width: 590px;
    padding: 20px 0;
    height: 164px;
}
.ny_list02 .item .txt a{
    color: #373737;
    font-size: 24px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
}
.ny_list02 .item .txt p{
    color: #888888;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ny_list02 .item .date{
    color: #fff;
    position: absolute;
    left: 18px;
    top: 24px;
    background: #b22f3b;
    width: 52px;
    height: 52px;
    text-align: center;
    font-size: 12px;
}
.ny_list02 .item .date span{
    display: block;
    font-size: 20px;
    line-height: 30px;
}
.ny_list02 .item:hover{
    background: url(../images/ny05.png) right center no-repeat #b22f3b;
    background-size: auto 100%;
}
.ny_list02 .item:hover .date{
    background: #fff;
    color: #b22f3b;
}
.ny_list02 .item:hover .txt{
    color: #fff;
}
.ny_list02 .item:hover .txt a,.ny_list02 .item:hover .txt p{
    color: #fff;
}

.ny_list03{
    padding: 20px 0;
}
.ny_list03 .item{
    height: 70px;
    background: url(../images/ny06.png) no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
.ny_list03 .item .date{
    font-size: 18px;
    color: #b22f3b;
    width: 66px;
    height: 66px;
    text-align: center;
    background: #fff;
    line-height: 40px;
    font-size: 24px;
    border: 2px solid #b22f3b;
}
.ny_list03 .item .date span{
    display: block;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    background: #b22f3b;
}
.ny_list03 .item a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #373737;
    font-size: 24px;
    text-decoration: none;
    line-height: 70px;
    word-break: break-all;
    height: 70px;
    width: 740px;
}
.ny_list03 .item:hover{
    background: url(../images/ny07.png) right center no-repeat;
}
.ny_list03 .item:hover a{
    color: #fff;
}
.ny_list03 .item:hover .date{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.ny_list03 .item:hover .date span{
    display: block;
    height: 26px;
    line-height: 26px;
    color: #b22f3b;
    font-size: 14px;
    background: #ffebed;
}