@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.vc {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.noClick {
    pointer-events: none;
}

.clearfix {
    display: block;
    zoom: 1;
}

.biaoti:hover {
    color: #15549c;
}

.top {
    width: 100%;
    height: 164px;
    min-width: 1470px;
    overflow: hidden;
    background: #fff url("../images/topbg.png") right -22px no-repeat;
    background-size: 1025px 291px;
    border-top: 5px solid #256bba;
}

.topbg {
    position: relative;
    width: 1470px;
    margin: 0 auto;
    height: 164px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img1 {
    width: 718px;
    height: 83px;
}
.search {
    width: 308px;
    height: 34px;
    position: relative;
    border: 1px solid #dad8d8;
    line-height: 32px;
    overflow: hidden;
    display: flex;
    border-radius: 40px;
    background: white;
    align-items: center;
}

.search .search-box {
    width: 254px;
    height: 32px;
    border: none;
    text-indent: 16px;
    outline: none;
    background: none;
    color: black;
}
.search .search-box::placeholder{
    color: #bbbbbb;
}
.search-icon {
    width: 50px;
    height: 32px;
    cursor: pointer;
    position: relative;
    border-radius: 40px;
    background: #15549c;
}

.search-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}

.menu_box {
    width: 100%;
    height: 60px;
    line-height: 60px;
    min-width: 1470px;
    background: #15549c;
}

.menu {
    width: 1470px;
    margin: 0 auto;
    padding: 0 20px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}

.menu .lm {
    position: relative;
    text-align: center;
}

.menu .menu-link {
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 18px;
    position: relative;
    color: white;
    transition: all 0.4s ease-in-out;
}
.menu .menu-link:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 100;
    background: rgba(21,84,156,0.9);
    opacity: 0;
    transform: translateX(-50%) scale(0);
    overflow: hidden;
    min-width: 140px;
}
.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.sub-menu .sub-item a {
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 0 17px;
    font-size: 16px;
    background: none;
    text-align: center;
}
.lm:hover>.sub-menu {transform: translateX(-50%);opacity: .8;}
.menu-link:hover:after{transform: scale(1);}
.sub-item a:hover{color: #333;background-color: #fff;display:block}
.lunbo {
    width: 100%;
    height: 628px;
    min-width: 1470px;
    position: relative;
}

.lunbo img {
    width: 100%;
    height: 628px !important;
    min-width: 1470px !important;
}

.lunbo .swiper-pagination-bullets{
    bottom: 20px;
}
.lunbo .swiper-pagination .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
    background: white;
    margin: 0 10px !important;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
}
.lunbo .swiper-pagination .swiper-pagination-bullet-active{
    background: #15549c;
}
.banner{
    width: 100%;
    min-width: 1470px;
    padding: 40px 0 190px;
    background: #fff url("../images/bannerbg.png") no-repeat;
    background-position: center calc(100% + 188px);
    background-size: 1920px 838px;
}


.box{
    padding: 0 10px;
    width: 1470px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.box1{
    padding: 0 10px;
    width: 1470px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.pic-title{
    height: 59px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 30px;
    border-bottom: 1px solid #dddddd;
}
.pic-tit{
    cursor: pointer;
    font-size: 30px;
    line-height: 59px;
    font-weight: 600;
    color: #000;
    position: relative;
}
.pic-tit:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 7px;
    background: #15549c;
}

.more{
    color: #000000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: 10px;
}
.more img{
    margin-left: 9px;
}

/* 更多按钮切换 */
.section-header .notice-more,
.section-header .rules-more{
    display: none !important;
}

/* 只有带active类的才显示 */
.section-header .notice-more.active,
.section-header .rules-more.active{
    display: flex !important;
}

.xwdt{
    width: 100%;

}
.xwdt-box{
    width: 100%;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
}

/* 通知公告 / 规章制度 + 招投标 区域 */
.notice-section{
    width: 724px;
}

.section-header{
    display: flex;
    align-items: center;
}

.notice-tabs{
    display: flex;
    gap: 32px;
    font-size: 30px;
}

.notice-tab{
    position: relative;
    color: #7a7a7a;
}

.notice-tab.active{
    color: #000;
    font-weight: 600;
}

.notice-tab.active:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 7px;
    background: #15549c;
}


.notice-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 18px;
}

.notice-content{
    display: none !important;
}

.notice-content.active{
    display: flex !important;
}

.notice-card{
    width: calc(50% - 9px);
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 15px 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    height: 136px;
    text-decoration: none;
    color: #000;
    display: block;
}

.notice-title{
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e1dcdc;
    margin-bottom: 18px;
    height: 62px;
}

.notice-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice-date{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #999;
}

.notice-date img{
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.bid-section{
    flex: 1;
    margin-left: 30px;
}


.bid-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.bid-item{
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dashed #abaaaa;
}

.bid-date{
    width: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #000000;
    position: relative;
}

.bid-date:after{
    content: "";
    display: block;
    position: absolute;
    height: 80%;
    right: 0;
    top: 10%;
    background: #abaaaa;
    width: 1px;
}
.bid-text{
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
}

.bid-text:hover{
    color: #15549c;
}

.news-swiper-container {
    width: 724px;
    position: relative;
    height: 436px;
}

.news-swiper {
    width: 100%;
    height: 100%;
}

.news-swiper .swiper-slide {
    height: auto;
}

.news-item {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
}

.news-image {
    width: 724px;
    height: 396px;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-title {
    font-size: 18px;
    line-height: 1.5;
    color: #363636;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item:hover .news-title {
    color: #15549c;
}



.news-pagination {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 10;
    left: unset !important;
    width: auto !important;
}

.news-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
}

.news-pagination .swiper-pagination-bullet-active {
    background: #15549c;
}





.right-news-box {
    flex: 1;
    margin-left: 30px;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.news-list-item {
    width: 100%;
    margin-bottom: 5px;
}


.list-item-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    padding: 5px 0;
    gap: 20px;
}

.list-item-link:hover {
    color: #15549c;
}

.list-item-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-item-date-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 95px;
    height: 72px;
    border: 1px solid #dbdbdb;
}

.list-item-day {
    font-size: 24px;
    font-weight: bold;
    color: #626266;
    line-height: 1;
    margin-bottom: 6px;
}

.list-item-month {
    font-size: 14px;
    color: #000000;
    line-height: 1;
}

.list-item-title {
    font-size: 18px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-item-link:hover .list-item-title {
    color: #15549c;
}

.list-item-desc{
    font-size: 16px;
    line-height: 1.6;
    color: #838383;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}





.bottom{
    width: 100%;
    min-width: 1470px;
    background: #15549c;
}

.bottom-box{
    width: 1470px;
    padding: 40px 10px;
    margin: 0 auto;
    display: flex;
}

.footer-column{
    position: relative;
}
.footer-column1{
    padding: 0 40px;
}
.footer-column2{
    padding-left: 50px;
}
.bottom-left{
    width: 970px;
}
.footer-column:not(:last-child)::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.footer-title{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #ffffff;
}

.footer-links{
    display: flex;
    gap:10px 30px;
    margin-top: 38px;
    flex-wrap: wrap;
}

.footer-link{
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}
.footer-link img{
    margin-right: 5px;
}
.footer-link:hover{
    color: #e0e0e0;
}

.footer-contact{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item{
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

.footer-qrcode{
    display: flex;
    justify-content: flex-start;
}

.footer-qrcode img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    padding: 5px;
}

.footer-copyright{
    width: 100%;
    padding: 20px 0;
    background: #054389;
    min-width: 1470px;
}

.copyright-box{
    width: 1470px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
}


.main{
    width:1350px;
    margin:30px auto 20px;
    display: flex;
    justify-content: space-between;
}
.all_left{
    width:240px;
}
.all_right{
    width:1080px;
}
/*内页左侧*/
.left_list{
    width:100%;
}
.left_list strong {
    background:#15549c;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 30px;
}

.left_list ul{
    min-height: 250px;
    background: #15549c;
    background-size: 100%;
}
.left_list ul li {
    height:51px;
    line-height:51px;
    text-indent: 60px;
    font-size:16px;
    color:#fff;

}

.left_list UL li a {
    height:51px;
    font-size:16px;
    color:#fff;
    display:block;
    background: url("../images/nyicon03.png") no-repeat 37px 22px rgba(21,84,156,0.2);
    border-bottom: 1px solid #054389;
}
.left_list UL li a:hover {
    height:52px;
    color:white;
    display:block;
    background: url("../images/nyicon04.png") no-repeat 37px 22px rgba(21,84,156,0.8);
    background-size: 10px 10px;
    border-bottom: 1px solid #fff;
}
/*内页右侧*/
.right_tit{
    width:100%;
    line-height:50px;
    border-bottom:1px solid #15549c;
    display: flex;
    justify-content: space-between;
}
.right_tit h2{
    font-size:18px;
    padding: 0 10px 0 15px;
    position: relative;
    text-indent: 10px;
}
.right_tit h2:after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: 3px solid #15549c;
    width: 100%;
    left: 0;
    bottom: -2px;
}
.right_tit span{
    padding-right:20px;
    font-size:14px;
    color:#b5b5b5;
}
.right_tit a{
    color:#b5b5b5;
}
.right_all{
    width:100%;
    min-height:500px;
    padding:30px 20px;
}
/*关于我们*/
.right_all .content{ width:100%; line-height:35px;}
/*新闻*/
.newslist{width:100%;}
.newslist ul li{width:100%; float:left; border-bottom:1px #dadada dashed; line-height:40px;}
.newslist ul li .mobile-tit{ float:left;}
.newslist ul li .list-time{width:100px; float:right; text-align:right}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    width: 100%
}
.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}
.newssubtitle span {
    width: 100%
}
.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}
ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    font-family: "微软雅黑";
}

.con {
    padding: 10px;
    line-height: 25px;
    color: #595555;
    font-size: 14px;
}
.fuck {
    font-size: 20px;
    color: black;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B3B3B3;
    margin-top: 10px;
}

.piclist{
    width: 100%;
}
.piclist ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.piclist li{
    width: 200px;
    background: #f5f5f5;
    height: 260px;
    margin-right: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}
.piclist li:nth-child(4n) {
    margin-right: 0;
}
.piclist li .imgs{
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
}
.piclist li .imgs img{
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.piclist li .imgs:hover img{
    transform: scale(1.1);
}
.piclist li .imgs-tit{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    align-items:center;
    justify-content: center;
    height: 60px;
}