/* 顶部大图start */
.topsliderbox{min-height: 0px;}
.TopImgBox {
    /* background: url(../images/topAdvertisement001.png) no-repeat center; */
    /* min-height: 900px; */
    background-size: cover;
    margin-top: 122px;
}

.homeTopSmallBox {
}

.homeTopSmallContentBox {
    border-radius: 10px;
    border: 1px solid #ffffff;
    /* min-height: 150px;
    padding-right: 36px; 
    margin-bottom: 15px;*/
	padding: 20px 0px 15px 0px;
}

.HTSCLeftBox {
    float: left;
    text-align: center;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.HTSCLeftBox-img {
    width: 40px;
    margin-bottom: 5px;
}

.HTSCLeftBox-p {
    font-size: 16px;
    color: #ffffff;
}

.HTSCRightBox {
    margin-top: 10px;
	overflow: auto;
}

.HTSCRightBox-p {
    line-height: 20px;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-right:10px;
}

@media (max-width: 1440px) {
    .homeTopSmallBox {
        
    }
}
@media (max-width: 1220px) {
    .homeTopSmallBox {
        display:none;
    }
}

/* 顶部大图end */


/* 业务板块 start */

.GBSBox {
    min-height: 540px;
    background-color: #ffffff;
    padding: 50px 0px 90px;
}

.GBSBox P {
    text-align: center;
    color: #1b649b;
}

.GBSBox-p1 {
    font-size: 28px;
    margin: 0;
	padding:10px 0px 40px 0px;
	text-shadow: #ccc 3px 2px 2px;
}

.GBSBox-p2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

.GBSBox-d1 {
    /* padding: 0 200px; */
    position: relative;
}

.GBSLeftArrow {
    position: absolute;
    width: 32px;
    height: 32px;
    /* border-radius: 50%; */
    /* border: 1px solid #b4b4b4; */
    /* top: 125px; */
    top: 50%;
    margin-top: -16px;
    /* left: 0px; */
    left: -50px;
    outline: none;
}

.GBSLeftArrow:hover {
    cursor: pointer;
}

.GBSLeftArrow::before {
    content: "";
    position: absolute;
    /* top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #1b649b;
    border-right: 2px solid #1b649b;
    transform: rotate(135deg);
}

.GBSRightArrow {
    position: absolute;
    width: 32px;
    height: 32px;
    /* border-radius: 50%; */
    /* border: 1px solid #b4b4b4; */
    /* top: 125px; */
    top: 50%;
    margin-top: -16px;
    right: -50px;
    outline: none;
}

.GBSRightArrow:hover {
    cursor: pointer;
}

.GBSRightArrow::after {
    content: "";
    position: absolute;
    /* top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -4px; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #1b649b;
    border-right: 2px solid #1b649b;
    transform: rotate(-45deg);
}

.GBSContentBox {
    padding: 0 10px;
}

.GBSContentBox-imgBox {
    min-height: 280px;
    /* background-color: rgba(57, 118, 156); */
    background-color: #1b649b;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 6px 6px #e9e9e9;
}

.GBSContentBox-imgBox-Mask {
    /* content: ""; */
    background-color: #1b649b;
    opacity: 0.1;
    /* 透明度设置 */
    z-index: 0;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}

.GBSContentBox-imgBox:hover .GBSContentBox-imgBox-Mask {
    transition: all 1s;
    opacity: 0;
}

.GBSContentBox-imgBox::before {
    content: "";
    border-bottom: 3px solid #ffffff;
    width: 20px;
    position: absolute;
    top: 165px;
    left: 45px;
    z-index: 1;
}

.GBSContentBox-imgBox>p {
    position: absolute;
    left: 45px;
    color: #ffffff;
    text-align: left;
	text-shadow: #333 3px 2px 2px;
}

.GBSCB-imgBox-p1 {
    top: 130px;
    font-size: 22px;
}

.GBSCB-imgBox-p2 {
    top: 210px;
    font-size: 14px;
	line-height: 150%;
}

.GBSCB-imgBox-p3 {
    top: 230px;
    font-size: 14px;
}

.GBSCB-imgBox-p3 a {
    color: #ffffff;
    text-decoration: none;
}
@media (max-width: 1700px) {
    .GBSContentBox-imgBox::before {
		top: 165px;
		left: 30px;
	}

	.GBSContentBox-imgBox>p {
		left: 30px;
	}
}
@media (max-width: 1500px) {
    .GBSContentBox-imgBox::before {
		top: 165px;
		left: 15px;
	}

	.GBSContentBox-imgBox>p {
		left: 15px;
	}
}
@media (max-width: 1366px) {
    .GBSContentBox-imgBox::before {
		top: 165px;
		left: 5px;
	}

	.GBSContentBox-imgBox>p {
		left: 5px;
	}
}

@media (max-width: 1200px) {
    .GBSBox-d1 {
        padding: 0 20px;
    }
    .GBSLeftArrow {
        left: -20px;
    }
    .GBSRightArrow {
        right: -20px;
    }
}

@media (max-width: 768px) {
    .GBSBox-d1 {
        padding: 0 80px;
    }
    .GBSLeftArrow {
        left: 0px;
    }
    .GBSRightArrow {
        right: 0px;
    }
    .GBSContentBox {
        margin-top: 10px;
    }
}

@media (max-width: 1000px) {
    .swiper-slide {
        min-width: 216px !important;
    }
}


/* 业务板块 end */


/* 集团新闻start */

.GNewBox {
    background-color: #9fd2f1;
    min-height: 380px;
    background: url(../images/revision/homebgImg01.png) no-repeat center;
    background-size: cover;
}

.container-GNew {
    position: relative;
    padding-left: 330px;
    padding-right: 10px;
}

.GNewLeft {
    position: absolute;
    top: 85px;
    left: 20px;
    max-width: 220px;
}

.GNewLeft>p {
    color: #ffffff;
}

.GNewLeft-p1 {
    font-size: 30px;
}

.GNewLeft-p2 {
    font-size: 14px;
    margin-bottom: 20px;
}

.GNewLeft-p3 {
    font-size: 14px;
	line-height: 150%;
    margin-bottom: 50px;
}

.GNewLeft-d1 {
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 8px 16px;
    text-align: center;
    display: inline-block;
}

.GNewLeft-d1 a {
    text-decoration: none;
    color: #ffffff;
}

.GNewRight {
    position: relative;
}

.GNewRightContentBox {
    background-color: #ffffff;
    margin-top: 50px;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 6px #83beda;
}

.GNewImgBox {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.GNewRight-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 1s;
}

.GNewRightContentBox:hover .GNewRight-img {
    transform: scale(1.1);
}

.GNewRight-title {
    font-size: 14px;
    padding: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

.GNewDetails {
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    background-color: #196599;
    margin-left: 18px;
    font-size: 14px;
    margin-bottom: 26px;
}

.GNewDetails a {
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.GNewTime {
    color: #b1b1b1;
    font-size: 14px;
    padding-left: 0px;
    padding-bottom: 20px;
    text-align: left;
}

.GNewTime-p1 {
    margin-left: 18px;
}

.GNewTime-p1-img {
    width: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.GNewBoxbottomBlank {
    height: 50px;
    background-color: #ffffff;
}

.GNewLeftArrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -35px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
    outline: none;
}

.GNewRightArrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -35px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(-45deg);
    outline: none;
}

.GNewLeftArrow:hover {
    cursor: pointer;
}

.GNewRightArrow:hover {
    cursor: pointer;
}

@media (max-width: 1200px) {
    .container-GNew {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 300px;
    }
    .GNewBox {
        background-image: none;
        background-color: #9fd2f1;
    }
}


/* 集团新闻end */


/* 党建动态start */

.PBDBox {
    background-color: #fce4d6;
    min-height: 380px;
    background: url(../images/revision/homebgImg02.png) no-repeat center;
    background-size: cover;
}

.container-PBD {
    position: relative;
    padding-right: 330px;
    padding-left: 10px;
}

.PBDRight {
    position: absolute;
    top: 85px;
    right: 0px;
    max-width: 250px;
}

.PBDRight>p {
    color: #d62d26;
}

.PBDRight-p1 {
    font-size: 30px;
}

.PBDRight-p2 {
    font-size: 14px;
    margin-bottom: 20px;
}

.PBDRight-p3 {
    font-size: 14px;
	line-height: 150%;
    margin-bottom: 50px;
}

.PBDRight-d1 {
    font-size: 14px;
    border: 1px solid #d62d26;
    border-radius: 4px;
    padding: 8px 16px;
    text-align: center;
    display: inline-block;
}

.PBDRight-d1 a {
    text-decoration: none;
    color: #d62d26;
}

.PBDLeftContentBox {
    background-color: #ffffff;
    margin-top: 50px;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 6px #f7e9e0;
}

.PBDLeftContentBox1 {
    box-shadow: 0px 6px 6px #83beda;
}

.PBDLeft {
    position: relative;
}

.PBDImgBox {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.PBDLeft-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 1s;
}

.PBDLeftContentBox:hover .PBDLeft-img {
    transform: scale(1.1);
}

.PBDLeft-title {
    font-size: 14px;
    padding: 18px;
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

.PBDDetails {
    width: 60px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    background-color: #196599;
    margin-left: 16px;
    font-size: 14px;
    margin-bottom: 26px;
}

.PBDTime {
    color: #b1b1b1;
    font-size: 14px;
    padding-left: 16px;
    padding-bottom: 20px;
    text-align: left;
}

.PBDTime-span-img {
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.PBDLeftArrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -35px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #d62d26;
    border-right: 2px solid #d62d26;
    transform: rotate(135deg);
    outline: none;
}

.PBDRightArrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -35px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #d62d26;
    border-right: 2px solid #d62d26;
    transform: rotate(-45deg);
    outline: none;
}

.PBDLeftArrow:hover {
    cursor: pointer;
}

.PBDRightArrow:hover {
    cursor: pointer;
}

@media (max-width: 1200px) {
    .container-PBD {
        position: relative;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 350px;
    }
    .PBDBox {
        background-image: none;
        background-color: #fce4d6;
    }
}


/* 党建动态end */


/* 招标采购BP start  */

.BPBox {
    background-color: #f4f4f4;
}

.container-BP {
    padding: 50px 0px 110px;
}

.BPLeftBox {
    background: url(../images/revision/biddingProcurement.png) no-repeat center;
    background-size: cover;
    background-color: #196599;
    color: #ffffff;
    padding: 150px 40px 219px;
    border-radius: 10px;
}

.BPLeftBox-p1 {
    font-size: 30px;
    margin-bottom: 0;
}

.BPLeftBox-p2 {
    font-size: 14px;
    margin-bottom: 90px;
}

.BPLeftBox-d1 {
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 14px;
}

.BPLeftBox-d1 a {
    color: #ffffff;
    text-decoration: none;
}

.BPRightBox {}

.BPRightBox-TopImgBox {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 6px 6px #e9e9e9;
}

.BPRightBox-TopBox-img {
    width: 100%;
}

.BPHeadingsBox {
    padding: 16px 28px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 6px 6px #e9e9e9;
    margin-bottom: 16px;
}

.BPHeadingsBox>span:hover {
    cursor: pointer;
    color: #196599;
}

.BPHeadings-s1 {
    padding: 0 20px 0 5px;
    color: #9b9c9c;
}

.BPHeadings-s2 {
    padding: 0 20px;
    color: #9b9c9c;
}

.BPHeadings-s3 {
    padding: 0 20px;
    color: #9b9c9c;
}

.decorationBorder {
    border-left: 1px solid #9b9c9c;
    border-right: 1px solid #9b9c9c;
}

.BPHeadings-color {
    color: #196599;
}

.BPContentBigBox {
    border-radius: 10px;
    padding: 33px 25px 20px;
    background-color: #ffffff;
}

.BPContentBox {
    border-bottom: 1px solid #9b9c9c;
    margin-bottom: 30px;
}

.BPContentTitle {
    font-size: 21px;
    color: #196599;
    font-weight: 400;
    overflow: hidden;
    height: 46px;
    text-overflow: ellipsis;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 设置行数 */
    -webkit-box-orient: vertical;
    font-weight: 600;
    margin-bottom: 20px;
}

.BPContentTime {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.BPContentDetails {
    height: 60px;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 设置行数 */
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.BPOtherContent {}

.BPOtherContentTime {
    font-size: 14px;
    color: #9b9c9c;
    margin-bottom: 8px;
}

.BPOtherContentTitle {
    font-size: 14px;
    height: 40px;
    color: #9b9c9c;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 设置行数 */
    -webkit-box-orient: vertical;
    padding-right: 70px;
}

@media (max-width: 1200px) {
    .container-BP {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 992px) {
    .BPRightBox {
        margin-top: 30px;
    }
}


/* 招标采购BP end */