@charset "utf-8";
/* CSS Document */
html, body {
        position: relative;
        height: 100%;
    }
.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	

/* 第二屏 */
.swiper-news::after{content: "";background:url("../images/news_bg.jpg") no-repeat center center;display: block; position: absolute;width: 100%; height: 100%;top: 0px;}

.first_left {float: left;width: 50%;}
.first_right {float: right;width: 47%;}
.indnews_title {margin-bottom: 30px; overflow:hidden;}
.indnews_mtitle {font-size: 34px;color: #292929; width:50%; float:left; line-height:40px; text-align: left; background:url(../images/news_xt.png) no-repeat left bottom; padding-bottom:15px;}
.indnews_mtitle_cont { font-size: 16px; color: #838383; margin-top: 5px; }
.indnews_mtitle_more{ width:50%; float:left; text-align:right;margin-top: 20px;}
.indnews_mtitle_more a{ width: 150px; font-size: 16px;height: 40px; line-height: 40px; text-align: center; color: #333333; background: #e5e5e5; border-radius: 25px; display:inline-block;transition: all 1s;}
.indnews_mtitle_more a:hover{color: #fff;background: #d52f2f;transition: all 1s;}
.cont-box{ position:relative; z-index:22; width:95%; max-width:1400px;}
.about-box{ position:relative; z-index:22; width:95%; max-width:1400px; display: flex;justify-content: space-between;    align-items: center;}
/* 焦点图 */
.slideBox { width: 100%; overflow: hidden; position: relative; }
.slideBox .hd { height: 18px; overflow: hidden; position: absolute; right: 5px; bottom: 20px; z-index: 1; }
.slideBox .hd ul { overflow: hidden; zoom: 1; float: left; }
.slideBox .hd ul li { float: left; margin-right: 5px; width: 14px; height: 14px; line-height: 14px; text-align: center; background: #fff; cursor: pointer; list-style: none; position: relative; border-radius: 50%; }
.slideBox .hd ul li.on {background: #d52f2f;color: #fff;}
.slideBox .bd { position: relative; height: 100%; z-index: 0; }
.slideBox .bd li { zoom: 1; vertical-align: middle; }
.slideBox .bd img {width: 100%;display: block;height: 510px;}
.slideBox .news_pic_wz { position: absolute; height: 60px; background: rgba(0,0,0,0.6); line-height: 60px; font-size: 18px; padding-left: 20px; bottom: 0px; color: #fff; width: 100%; text-align:left;}
/* 页签 */
.slideTxtBox { width: 100%; text-align: left;margin-top: -80px;}
.slideTxtBox .hd {height: 70px;line-height: 40px;padding: 0px;position: relative;font-size: 18px;height: 40px;    text-align: right;}
.slideTxtBox .hd ul {left: 0px;height: 40px;line-height: 40px;font-size: 16px; display: inline-block;margin: 0 auto;text-align: center;}
.slideTxtBox .hd ul li {float: left;padding:0px;cursor: pointer;width: 150px;margin-left: 15px;font-size: 16px;height: 40px;line-height: 40px;text-align:center;color: #333333;background: #fff;    border-radius: 25px; border:1px solid #ababab;}
.slideTxtBox .hd ul li.on {background: #fff; color:#d52f2f;border-right: none; border:1px solid #d52f2f;}
.slideTxtBox .bd { padding-left: 0px; padding-right: 0px; margin-top: 20px; }
.last{ border-right:none !important;}
.jtyw_ico{ font-size:20px !important;}

.bid-list ul{ padding:0px; margin:0px;}
.bid-list ul li{line-height: 46px;font-size: 18px; overflow:hidden; position:relative;}
.bid-list ul li:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #d52f2f;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: transform .45s;
    -webkit-transition: transform .45s;
}
.bid-list ul li:hover:before { transform: scaleY(1); -webkit-transform: scaleY(1); }
.bid-list ul li a{ color:#1e1e1f;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;width:calc((100% - 100px)/1); float:left;position: relative;z-index: 1;}
.bid-list ul li a:hover{color: #fff;}
.bid-list ul li .date{ width:100px; float:right; text-align:right;color: #9d9d9d;position: relative;z-index: 1;}
.bid-list ul li:hover .date{color: #fff;}
.news_item {padding: 20px 0px;display: block;overflow: hidden;margin-right: 5px;color: #484848; position: relative; border-bottom:1px solid #f2f2f2;}
.news-cont-date {font-size: 16px;margin-top: 10px;display: block;color: #4d4a49;}
.news-cont-title {font-size: 22px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden; margin-top:5px;}
.news-cont-cnt {margin-top: 10px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size: 16px;line-height: 27px;color: #808080;}
.news-pic {width: 170px;float: right;overflow: hidden;}
.news-cont {width: calc(100% - 190px);float: left;}
.news-pic img {width: 100%;height: 125px;transition: all 1s;}
.news_item:after {width: 0%;position: absolute;height: 2px;background: #d52f2f;left: 0px;bottom: 0px;content: ''; transition: .45s;}
.news_item:hover:after { width: 100%;left: 0;}
.news_item:hover img{transform: scale(1.1);transition: all 1s ease;}

.djqtboxs{ padding:20px 15px;display: flex;overflow: hidden; position: relative; border-bottom:1px solid #e1e1e1;align-items: center;transition: .45s;}
.djqt_date{ width: 70px; height: 60px; color: #c4c4c4; text-align: center; font-size: 44px; font-weight: bold;line-height: 44px;position: relative; display:inline-block; z-index:2;transition: .45s;}
.djqtboxs:after{ width: 0%; position: absolute; height: 100%; background: #d52f2f; left: 0px; bottom: 0px;content: '';transition: .45s;}
.djqtboxs:hover:after{ width: 100%; left: 0;}
.djqt_date span{ display:block; font-size: 16px; font-weight: normal; color:#c4c4c4; line-height:20px;transition: .45s;}
.djqtboxs_right{ width:calc((100% - 100px)/1); float: left; margin-left: 30px;    flex: 1; z-index:2;transition: .45s;}
.djqtboxs .djqt_name{ font-size: 18px; color: #333333; display: block;overflow: hidden; line-height:30px;transition: .45s;}
.djqtboxs:hover .djqt_date,.djqtboxs:hover span{ color:#fff;transition: .45s;}
.gg-box{ margin-top:40px;}
.more{ margin-top:30px;}
.more a{ margin:0 auto; width:150px; height:38px; padding-left:30px; line-height:38px; font-size:16px; color:#484848; border:1px solid #484848; border-radius:38px; display:block; background:url(../images/jt.png) no-repeat 100px center; text-align:left;transition: .45s;}
.more a:hover{ border:1px solid #d52f2f; color:#d52f2f;background:url(../images/hjt.png) no-repeat 110px center;transition: .45s;}
.news_cont{ overflow:hidden;}

/*关于我们*/
.swiper-about{ background: url("../images/about_bg.jpg") no-repeat center;}
.about-left{ flex:0 0 50%}
.about-left{text-align: right;}
.counter{ font-size: 60px; font-family: Impact Regular;display: inline-block;}
.count-unit{font-size: 16px;color: #484848;text-align: right;display: inline-block;font-style: normal;}
.about-nub{ margin-top: 120px}
.about-nub p{ font-size: 16px; color: #484848;}
.about-list{display: inline-block;text-align: left; margin-right: 30px;}
.about-nub:first-child{ margin-top: 0px;}
.about-nub:first-child .about-list{ margin-right: 110px;}
.about-nub:last-child .about-list{ margin-right: 130px;}
.about-right{ flex:0 0 40%;}
.about-cont{ margin-top: 40px; font-size: 16px; line-height: 34px; text-align: left;}
.about-cont strong{ font-size: 20px; display: block;}
.about-more a{ margin-left: 0px;}

/* 业务动态 */
.swiper-yw{ background: url("../images/yw_bg.jpg") no-repeat center;}
.yw_box{ width:95%; max-width:1400px; margin:0 auto; display:flex; align-items: center;}
.yw_left{flex:0 0 28%;}
.yw_right{flex:0 0 72%;}
.yw-fl{ margin-top:70px;}
.yw-fl li{ line-height:52px; font-size:18px; color:#292929;}
.yw-fl li a{color:#292929;}
.yw-fl li a:hover{ color:#d52f2f;}
.yw-fl li a.on{ color:#d52f2f;}
.yw_item{ width:50%; float:left; border-left:1px solid #e8e8e8; height:100vh;align-content: center;justify-content: center;align-items: center;    display: flex;}
.yw_cont{ padding:0 20px;}
.yw_title a{ font-size:24px; color:#444444;word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow:hidden;}
.yw_title{ position:relative;}
.yw_title:before{height: 2px;content: ""; width:50px; position:absolute; left:0px; top:50px; background:#d52f2f;transition: all 1s;}
.yw_nr{ font-size:16px; color:#868686; margin-top:40px; line-height:30px;word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow:hidden; height:120px;}
.yw_date{ width:85px; height:85px; background:#d52f2f; color:#fff; text-align:center; position:relative; z-index:9;}
.yw_date_dd{ font-size:38px; padding-top:15px; line-height:38px;}
.yw_date_yy{ font-size:14px;}
.yw_pic{ margin-top:-40px; overflow:hidden;}
.yw_pic img{width: 100%;transition: all 1s;height: 347px; object-fit: cover;}
.yw_cont:hover .yw_pic img{transform: scale(1.1);transition: all 1s;}
.yw_cont:hover .yw_title:before{ width:100%;transition: all 1s;}
.yw_more{ margin-top:20px;}
.yw_more a{ color:#282828; background:url(../images/yw_jt.png) no-repeat 80px; text-align:center; display:inline-block; padding-right:80px;transition: all 1s;}
.yw_cont:hover .yw_more a{ background:url(../images/yw_jt.png) no-repeat 90px; color:#d52f2f;transition: all 1s;}



/* 党建 */
.swiper-dj{ background: url("../images/dj_bg.jpg") no-repeat center;}
.dj_box{ width:95%; max-width:1400px; margin:0 auto; display:flex; align-items: center; position:relative;}
.dj_box:before{height: 353px;content: ""; width:210px; position:absolute; right:0px; top:-130px; background:url(../images/bss.jpg) no-repeat;}
.dj_left{flex:0 0 35%;}
.dj_right{flex:0 0 65%;}
.dj_cont{ font-size:16px; color:#7c7c7c; line-height:33px; margin-right:21%;}
.dj-more{ text-align:left; margin-top:60px;}
.dj-more a{text-align:left; margin-left:0px;}

/* 焦点图 */
.slideBoxs { max-width: 730px; overflow: hidden; position: relative; }
.slideBoxs .hd { height: 18px; overflow: hidden; position: absolute; right: 5px; bottom: 20px; z-index: 1; }
.slideBoxs .hd ul { overflow: hidden; zoom: 1; float: left; }
.slideBoxs .hd ul li { float: left; margin-right: 5px; width: 14px; height: 14px; line-height: 14px; text-align: center; background: #fff; cursor: pointer; list-style: none; position: relative; border-radius: 50%; }
.slideBoxs .hd ul li.on {background: #d52f2f;color: #fff;}
.slideBoxs .bd { position: relative; height: 100%; z-index: 0; }
.slideBoxs .bd li { zoom: 1; vertical-align: middle; }
.slideBoxs .bd img {width: 100%;display: block;height: 510px;}
.slideBoxs .news_pic_wz { position: absolute; height: 60px;background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); line-height: 60px; font-size: 18px; padding-left: 20px; bottom: 0px; color: #fff; width: 100%; text-align:left;}

/* 廉洁 */
.swiper-lj{ background: url("../images/lj_bg.jpg") no-repeat center;}
.lj_box{ width:95%; max-width:1400px; margin:0 auto; display:flex; align-items: center; position:relative;flex-direction: column;}
.lj_top{ overflow:hidden; width:100%;}
.lj_title{ width:50%; float:left;}
.lj-more{ width:50%; float:right;}
.lj-more a{ margin-right:0px;}
.djzc_box{ width:100%;}
.djzc_box_left{ width:50%; float:left; position:relative; height:490px;}
.djzc_box_right{ width:48.5%; float:right; background:#fff; box-shadow: 0px 5px 8px rgb(136 136 136 / 40%);-moz-box-shadow: 0px 5px 8px rgba(136, 136, 136, 0.4);-webkit-box-shadow: 0px 5px 8px rgb(136 136 136 / 20%);}

.djzc_item{ position:absolute; width:100%; display:none;}
.djzc_item_img img{ width:100%; height:475px;}
.djzc_item_wz{ background:rgba(0,0,0,0.5); padding:30px 20px; color:#fff; position:absolute; bottom:0px;}
.djzc_item_name a{ color:#fff; font-size:20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.djzc_item_cont{ font-size:16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; margin-top:5px;}
.djzc_list{ padding:14px 16px; border-bottom:1px solid #eaeaea;display: flex;justify-content: space-between;align-items: center; position:relative;}
.djzc_list:hover:after{width:110%;transition: .6s;}
.djzc_list:after{ width:0%; height:100%; background: url(../images/dj_jts.jpg) #d52f2f no-repeat left center; content:""; position:absolute; right:0px; top:0px;transition: .6s; z-index:1;}
.djzc_list.on:after{width:110%;transition: .6s;}
.djzc_list_pic{ width:145px; height:90px; float:left;z-index: 2; overflow:hidden;}
.djzc_list_pic img{ width:100%; height:100%;transition: .45s}
.djzc_list:hover img{transform: scale(1.1);transition: .45s}
.djzc_list_cont{ width:calc(100% - 165px); float:right;z-index: 2;}
.djzc_list_name a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; font-size:18px; color:#2f2f2f; width:100%;transition: .6s;}
.djzc_list_conts{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; font-size:16px; color:#898989; margin-top:10px;width:100%;transition: .6s;}
.djzc_list:hover .djzc_list_name a{ color:#fff;transition: .6s;}
.djzc_list:hover .djzc_list_conts{ color:#fff;transition: .6s;}
.djzc_list.on .djzc_list_name a{ color:#fff;transition: .6s;}
.djzc_list.on .djzc_list_conts{ color:#fff;transition: .6s;}

#footer{ height:400px !important;}



:deep(.swiper-slide-active) {
  height: auto !important;
}
:deep(.swiper-wrapper) {
  position: absolute;
  bottom: 0;
  max-height: 100%;
}

.swiper-pagination-bullet-active:before{
	width: 16px;
    height: 16px;
    content: "";
    position: absolute;
	border:1px solid #d52f2f;
    left: -4px;
    top: -4px;
    transition: .6s;
    z-index: 1;
	border-radius:10px;
	}
.swiper-pagination-bullet-active {
    position: relative;
}
.swiper-slide-active .indnews_title{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .first_left{animation-name: fadeInLeft;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .first_right{animation-name: fadeInRight;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .more{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.6s;}
.swiper-slide-active .about-nub:first-child{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .about-nub:nth-child(2){animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .about-nub:nth-child(3){animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.6s;}
.swiper-slide-active .about-cont{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .yw_left{animation-name: fadeInLeft;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .yw_item:first-child{animation-name: fadeInRight;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .yw_item:nth-child(2){animation-name: fadeInRight;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .indnews_title{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .dj_cont{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .slideBoxs{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.6s;}
.swiper-slide-active .dj_box:before{animation-name: fadeIn;animation-direction: normal; animation-duration: 1.2s;animation-delay: 1.2s; animation-fill-mode: both;}
.swiper-slide-active .lj_top{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .djzc_box_left{animation-name: fadeInLeft;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .djzc_box_right{animation-name: fadeInRight;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}




 @media (max-width: 1440px) {
.slideBox .bd img {height: 390px;}
.news_item {padding: 10px 0px;}
.news_item {padding: 10px 0px;}
.news-cont-date {margin-top: 0px;}
.news-cont-cnt { margin-top: 5px;}
.news-pic {width: 150px}
.news-cont {width: calc(100% - 170px);}
.news-pic img {height: 110px;}
.news-cont-title {font-size: 18px;}
.cont-box {margin-top: 70px;}
.djqtboxs {padding: 10px 10px;}
.slideTxtBox .bd {margin-top: 30px;}
.djqt_date {font-size: 30px;line-height: 38px;height: 50px;}
.djqtboxs .djqt_name {line-height: 28px;}
.counter {font-size: 50px;}
.yw_nr{ font-size:16px; color:#868686; margin-top:40px; line-height:30px;word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden; height:90px;}
.yw_title a {font-size: 20px;}
.swiper-slide {overflow: hidden;}
.slideBoxs { max-width: 630px;}
.slideBoxs .bd img { height: 410px;}
.dj_box:before {width: 150px;top: -50px;background-size: contain;}
.djzc_item_img img {width: 100%;height: 400px;}
.djzc_list_pic {width: 110px;height: 70px;}
.djzc_list_cont {height: auto !important;}
.djzc_box_left{height: auto !important;}
.lj_box {margin-top: 60px;}
.swiper-wrapper .swiper-slide:last-child {
    height: 60vh !important;
}
	 }
 @media (max-width: 768px) {
.swiper-container {height: auto !important;    display: block !important;}
.swiper-wrapper {height: auto !important;    display: block !important;}
.swiper-slide {height: auto !important; display: block !important;}
.cont-box {margin-top: 30px;margin: 0 auto;}
.first_left {float: inherit;width: 100%;}
.slideBox .bd img {height: 260px;}
.first_right {float: inherit;width: 100%;}
.slideTxtBox {width: 100%;text-align: left;margin-top: 20px;}
.slideTxtBox .hd {text-align: center;}
.news-pic {width: 100%;}
.news-cont {width: 100%; margin-top:20px;}
.news-pic img {height: 200px;}
.slideTxtBox .bd {margin-top: 10px;}
.swiper-about {margin-top: 30px;}
.about-box {flex-direction: column;margin: 0 auto;  padding-top: 40px;}
.about-left {flex: 1;width: 100%;    display: flex;}
.about-nub {margin-top: 0px;    flex: 1;text-align: left;}
.about-nub:first-child .about-list {margin-right: 0px;}
.about-nub:last-child .about-list {margin-right: 0px;}
.about-list {display: inline-block;text-align: left;margin-right: 0px;}
.counter {font-size: 20px;}
.count-unit {font-size: 12px;}
.about-right {margin-top: 30px;margin-bottom: 40px;}
.yw_box {flex-direction: column;}
.yw-fl { display: none;}
.yw_left {width: 100%; margin-top:40px;}
.yw_item {width: 100%;border-left: none;margin-bottom: 50px;height: auto;}
.swiper-yw {background: url(../images/yw_bg.jpg) no-repeat center bottom;}
.news_cont {margin-top: 25px;}
.slideTxtBox .hd ul li {width: 130px;margin-left: 15px;margin-right: 15px;}
.indnews_mtitle {font-size: 26px;line-height: 30px;padding-bottom: 10px;}
.carousel {margin-top: 70px;}
.yw_cont {padding: 0px;}
.dj_box {flex-direction: column;padding-top: 30px;padding-bottom: 30px;}
.dj_box:before{ display:none;}
.dj_cont {margin-right: 0px;}
.dj-more {margin-top: 20px;margin-bottom: 40px;}
.slideBoxs .bd img {height: 260px;}
.indnews_mtitle {width: 100%;}
.lj-more{margin-top: 0px;}
.djzc_box_left {display: none;}
.djzc_box_right {width: 100%;}
.djzc_list_cont {width: calc(100% - 125px);}
.dj_right {width: 100%;}
.yw_pic img {height: 294px;}
}
@media (max-width: 360px) {
.slideTxtBox .bd li a { width: 65%; }
.party_uilding_cont li a { width: 65%; }
.slideTxtBox .hd ul li { font-size: 14px; padding: 0 5px; }
}

