.about-ln .all {
    /* background: #f5f6f8; */
    padding: 2.2% 0;
    padding-left: 3%;
}

.about-ln li {
    float: left;
    overflow: hidden;
    width: calc((36% - 4px)/2);
    transition: 0.5s;
    position: relative;
    cursor: pointer;
}

.about-ln li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    transition: 0.5s;
    opacity: 1;
    /* background: rgba(0,109,220,0.4) */
}

.about-ln li:nth-child(2) {
    margin: 0 2px
}

.about-ln .li_act {
    width: 58%;
    transition: 0.5s
}

.about-ln .li_act:after {
    transition: 0.5s;
    opacity: 0
}

.about-ln .info {
    position: absolute;
    bottom: 40px;
    color: white;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
	height: 160px;
}

.about-ln .li_act .info {
    transform: inherit;
    padding: 0 40px;
    text-align: left
}

.about-ln .tit {
    text-align: center;
    padding: 8px 23px;
    background: #00a0e9;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 16px;
}

.about-ln .content {
    opacity: 0
}

.about-ln .li_act .content {
    opacity: 1;
    transition: 1s;
    font-size: 24px;
    line-height: 36px;
}
.about-ln .center{
    width: 1405px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .about-ln .all{
        padding-left: 0;
    }
    .about-ln .list li img {
        height:300px
    }

    .about-ln .li_act .info {
        padding: 0 20px;
        bottom: 20px
    }

    .about-ln .tit {
        opacity: 0;
        font-size: 14px;
    }

    .about-ln .li_act .tit {
        opacity: 1;
        transition: 1s
    }

    .about-ln .li_act .content {
        font-size: 14px;
        line-height: 24px;
    }
    .about-ln .center{
        width: 100%;
        padding-left: 3%;
    }
}
.zhaopin .all {
    background: #f5f6f8;
    padding: 5.2% 0
}

.zhaopin .list {
    margin-bottom: 10px
}
.fnt_24 {
    font-size: 24px;
}
.zhaopin .top {
    background: white;
    position: relative;
    padding: 35px;
    cursor: pointer;
    transition: 0.5s;
    font-size: 14px;
}

.zhaopin .top:hover {
    transition: 0.5s;
    background: #00a0e9;
    color: white
}

.zhaopin .top:hover .tit span {
    transition: 0.5s;
    color: white;
}

.zhaopin .top:hover:after {
    transition: 0.5s;
    color: white
}

.zhaopin .top_act {
    transition: 0.5s;
    background: #00a0e9;
    color: white
}

.zhaopin .top_act .tit {
    color: white
}

.zhaopin .top_act .tit span {
    border-right: 1px solid white;
    transition: 0.5s
}

.zhaopin .title {
    line-height: 1em;
    margin-bottom: 15px
}

.zhaopin .tit {
    color: #777777
}

.zhaopin .tit span {
    padding: 0 25px;
    border-right: 1px solid rgba(0,0,0,0.1);
    transition: 0.5s;
    line-height: 1em
}

.zhaopin .tit span:first-child {
    padding-left: 0px
}

.zhaopin .tit span:last-child {
    border-right: none
}

.zhaopin .bottom {
    display: none;
    padding: 60px;
    background: white
}

.zhaopin .top:after {
    content: "+";
    display: block;
    font-size: 30px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: #777777
}

.zhaopin .top_act:after {
    content: "-";
    color: white
}

.zhaopin .gray {
    color: #777777
}

.zhaopin .term {
    margin-bottom: 40px
}

.zhaopin .bot_tit {
    margin-bottom: 20px;
    font-size: 18px;
}

.zhaopin .deliver {
    display: block;
    text-align: Center;
    line-height: 44px;
    width: 124px;
    color: white;
    background: #00a0e9;
    margin-top: 30px;
    cursor: pointer
}
@media only screen and (max-width: 1366px) {
    .zhaopin .bottom {
        padding:40px
    }

    .zhaopin .bot_tit {
        margin-bottom: 10px
    }

    .zhaopin .term {
        margin-bottom: 20px
    }
    .zhaopin .top{
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .zhaopin .gray{
        line-height: 0.2rem;
    }
    .zhaopin .center{
        width: 100%;
    }
    .zhaopin .top {
        padding:20px;
        display: block;
    }

    .zhaopin .tit span {
        padding: 0 6px
    }

    .zhaopin .bottom {
        padding: 20px
    }

    .zhaopin .top:after {
        right: 20px
    }

    .zhaopin .tit {
        width: 90%
    }

    .zhaopin .p_page a {
        width: 26px;
        height: 26px
    }
}
.clearfix:before{
    content: '';
    display: table;
}
.fnt_36 {
    font-size: 36px;
}
/* .fnt_36 div{
    width: 560px;
}
.rcln .summary{
    width: 560px;
} */
.rcln .center{
    width: 1280px;
}
.rcln .list {
    position: relative
}

.rcln .list img {
    width: 100%
}

.rcln .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white
}

.rcln .cont {
    width: 42%;
    float: right
}

.rcln .list:nth-child(3) .cont {
    float: left
}

.rcln .list:nth-child(2) .cont {
    color: #222222
}

.rcln .tit {
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .rcln .all {
        padding:0 3%
    }

    .rcln .list {
        margin-bottom: 20px
    }

    .rcln .txt {
        position: inherit;
        transform: inherit;
        background-color: #00a0e9;
        padding: 10px;
        left: inherit;
        box-shadow: 0px -10px 7px -9px rgb(0 0 0)
    }

    .rcln .tit {
        margin-bottom: 10px;
        font-size: 16px
    }

    .rcln .cont {
        float: none;
        width: 29%;
        left: inherit;
        color: white !important
    }

    .rcln .summary {
        font-size: 12px
    }
    .rcln .list:nth-child(3) .cont {
        float: none
    }
}
.ab2{padding:50px 20px 0px}
.ab-his-list{position:relative;margin-top:130px}
.ab-his-list:before{content:"";position:absolute;top:5px;bottom:15px;left:50%;border-left:1px solid #00458e}
.ab-his-list li{position:relative;min-height:350px;margin-top:-130px}
.ab-his-list .txts{position:relative;width:50%}
.ab-his-list .freeTx{background:#f2f2f2;padding:25px 30px 20px;font-size: 16px;color: #666; ;line-height: 26px;}
.ab-his-list .year{position:absolute;top:5px;z-index:9;width:91px;height:91px;border-radius:100%;font-size:20px;color:#fff;line-height:91px;text-align:center;white-space:nowrap}
.ab-his-list .sj{position:absolute;top:50%;margin-top:-4px;border-top-width:5px;border-bottom-width:5px}
.ab-his-list .sj-r{left:100%;margin-left:-1px;color:#00458e}
.ab-his-list .sj-l{right:100%;margin-right:-1px;color:#b12923}
.ab-his-list .item1 .txts{float:right}
.ab-his-list .item1 .freeTx{margin-left:70px}
.ab-his-list .item1 .year{left:-45px;background:#00458e}
.ab-his-list .item2 .freeTx{margin-right:70px}
.ab-his-list .item2 .year{right:-46px;background:#b12923}
.ab-his-more{display:inline-block;vertical-align:bottom;color:#333}
.ab-his-list .freeTx img{
    width: 100%;
	height: 310px;
}
.ab2 .tac{
    text-align: center;
}
@media screen and (min-width:1025px){
.ab-his-more:hover{color:#00458e}
}
@media screen and (max-width:1366px){
.ab2{padding-left:0;padding-right:0;padding-top:60px}
.ab-his-list .freeTx img{
    width: 100%;
	height: auto;
}
}
@media screen and (max-width:861px){
.ab-his-list .txts{width:100%}
.ab-his-list .item1 .txts{float:none}
.ab-his-list li{min-height:0;margin:0 0 50px}
.ab-his-list{margin-top:0;padding-bottom:15px}
.ab-his-list:before{left:45px}
.ab-his-list .item1 .year{left:0}
.ab-his-list .item2 .year{right:auto;left:0}
.ab-his-list .sj-l{right:auto;margin-right:0;left:100%;margin-left:-1px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.ab-his-list .item1 .freeTx{margin-left:120px}
.ab-his-list .item2 .freeTx{margin:0 0 0 120px}
.ab2 .more{width:91px}
}
@media screen and (max-width:601px){
.ab-his-list .year{width:71px;height:71px;font-size:16px;line-height:71px}
.ab-his-list:before{left:35px}
.ab-his-list .item1 .freeTx,.ab-his-list .item2 .freeTx{margin-left:90px}
.ab-his-list .freeTx{padding:4.17vw 5vw 5.83vw}
.ab-his-list li{margin-bottom:8.33vw}
.ab2{padding-top:10vw;padding-bottom:13.33vw}
}
@media screen and (max-width:481px){
.ab-his-list .year{width:51px;height:51px;font-size:13px;line-height:51px}
.ab-his-list .sj-l,.ab-his-list .sj-r{margin-left:-3px}
.ab-his-list:before{left:25px}
.ab-his-list .item1 .freeTx,.ab-his-list .item2 .freeTx{margin-left:60px}
}
/* 服务资质 */

.fuwu .all {
    background: url('../picture/2cbeff4d-c170-4022-a731-47aad3514e8b.jpg');
    background-size: cover;
    padding: 6.77% 0
}

.fuwu .content {
    padding-left: calc((100% - 1280px)/2)
}

.fuwu .f_con {
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
}

.fuwu .flx {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fuwu .info {
    width: 30%;
    color: white
}

.fuwu .sw {
    width: 60%;
    overflow: hidden;
}

.fuwu .tit {
    margin-bottom: 10px
}

.fuwu .swiper-slide {
    height: 370px;
    background: white;
    position: relative;
    cursor: pointer
}

.fuwu .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 80%;
    max-height: 80%
}

.fuwu .swiper-scrollbar {
    background: rgba(0,0,0,0.2);
    display: block;
    position: relative;
    height: 1px
}

.fuwu .swiper-scrollbar-drag {
    height: 3px;
    background: #00a0e9;
    position: absolute;
    top: -1px
}

.fuwu .flx {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fuwu .xian {
    width: calc(100% - 120px)
}

.fuwu .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid white;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    left: inherit;
    right: inherit;
    margin-top: inherit
}

.fuwu .swiper-button-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid white;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    left: inherit;
    right: inherit;
    margin-top: inherit
}

.fuwu .swiper-button-prev:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid white;
    border-top: 2px solid white;
    -ms-transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
    transition: 0.5s
}

.fuwu .swiper-button-next:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid white;
    border-top: 2px solid white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s
}

.fuwu .swiper-button-prev:hover {
    background: white;
    transition: 0.5s
}

.fuwu .swiper-button-next:hover {
    background: white;
    transition: 0.5s
}

.fuwu .swiper-button-prev:hover:after {
    border-right: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9;
    transition: 0.5s
}

.fuwu .swiper-button-next:hover:after {
    border-right: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9;
    transition: 0.5s
}

.fuwu .task {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
    display: none
}

.fuwu .task img {
    max-width: 80%;
    max-height: 80%;
    transform: scale(1.2)
}

.fuwu .task_act {
    display: flex
}
.img-list .task {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
    display: none
}
.img-list .task img {
    max-width: 70%;
    max-height: 70%;
    transform: scale(1.2)
}
.img-list .task_act {
    display: flex
}
.fuwu .swiper-button-disabled {
    opacity: 0.6
}

@media only screen and (max-width: 1366px) {
    .fuwu .content {
        padding-left:calc((100% - 1000px)/2)
    }

    .fuwu .swiper-slide {
        height: 270px
    }
}

@media only screen and (max-width: 768px) {
    .fuwu .flx {
        display:block;
        padding: 0 3%
    }

    .fuwu .flx>div:first-child {
        text-align: center;
        margin-top: 20px
    }

    .fuwu .info {
        width: 100%;
        margin-bottom: 20px
    }

    .fuwu .sw {
        width: 100%
    }

    .fuwu .swiper-scrollbar {
        margin: 8% auto 0
    }

    .fuwu .xian {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
    .fuwu .e_loop-1 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 20)
    }
}
/* 工程案例 */

.anli .all {
    background-image: url('../picture/76625bdf-70bb-4dca-b2f9-f02c3e345939.jpg');
    background-size: cover;
    padding: 5.2% 2%;
    color: white
}

.anli .img {
    float: left;
    width: 60%;
    position: relative;
    height: 0px;
    padding-bottom: 37%;
    overflow: hidden
}
.anli .case{
    margin-left: -5%;
}
.anli .img>div {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-size: cover;
    background-position: center center;
    transition: 0.5s
}

.anli .txt {
    float: right;
    width: calc(40% - 40px)
}

.anli .swiper-scrollbar {
    background: rgba(255,255,255,0.8);
    display: block;
    position: relative;
    height: 1px
}

.anli .swiper-scrollbar-drag {
    height: 3px;
    background: white;
    position: absolute;
    top: -1px
}

.anli .tit {
    text-align: center;
    margin-bottom: 3.125%
}

.anli .title {
    margin-bottom: 20px
}

.anli .swiper-slide {
    height: auto;
    width: 80%;
}

.anli .swiper-slide .img>div:hover {
    transition: 0.5s;
    transform: scale(1.05)
}

.anli .flx {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
}

.anli .xian {
    width: calc(100% - 120px)
}

.anli .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid white;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    left: inherit;
    right: inherit;
    margin-top: inherit
}

.anli .swiper-button-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid white;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    left: inherit;
    right: inherit;
    margin-top: inherit
}

.anli .swiper-button-prev:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid white;
    border-top: 2px solid white;
    -ms-transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
    transition: 0.5s
}

.anli .swiper-button-next:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid white;
    border-top: 2px solid white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s
}

.anli .swiper-button-prev:hover {
    background: white;
    transition: 0.5s
}

.anli .swiper-button-next:hover {
    background: white;
    transition: 0.5s
}

.anli .swiper-button-prev:hover:after {
    border-right: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9;
    transition: 0.5s
}

.anli .swiper-button-next:hover:after {
    border-right: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9;
    transition: 0.5s
}

.anli .content {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
}

.anli .swiper-button-disabled {
    opacity: 0.6
}

@media only screen and (max-width: 1366px) {
    .anli .img {
        padding-bottom:30%
    }
}

@media only screen and (max-width: 768px) {
    .anli .case{
        margin: 0;
    }
    .anli .img {
        width:100%;
        float: none;
        margin-bottom: 20px;
        padding-bottom: 56%
    }

    .anli .txt {
        width: 100%;
        float: none
    }

    .anli .title {
        margin-bottom: 10px;
        text-align: center;
        padding: 0px 16px;
        font-size: 20px;
    }

    .anli .swiper-scrollbar {
        width: 94%;
        margin: 8% auto
    }
    .anli .content span{
        font-size: 14px;
    }
    .anli .content{
        padding: 0px 16px;
        line-height: 26px;
        font-size: 14px;
    }
}

@media screen and (min-width: 769px) {
    .anli .e_loop-1 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 20)
    }
}
/* 党建 */
.dangjian {
    background: #f4f6f7;
	margin-top: 0px;
}

/*.title {
    text-align: center;
    line-height: 1em;
    padding: 7.8% 0 4.6%;
}*/
.dangjian .p_news>div {
    float: left;
    width: calc((100% - 50px)/3);
    margin-bottom: 25px
}

.dangjian .p_news>div:nth-child(3n-1) {
    margin: 0 25px 25px
}

.dangjian .img {
    position: relative;
    height: 0px;
    padding-bottom: 56%;
    overflow: hidden;
    display: block
}

.dangjian .img div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 0.5s
}

.dangjian .p_news>div:hover .img div {
    transform: scale(1.05);
    transition: 0.5s
}

.dangjian .txt {
    background: white;
    padding: 30px;
    height: 129px;
    position: relative
}

.dangjian .txt:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid rgba(0,0,0,0.2);
    border-top: 2px solid rgba(0,0,0,0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s
}

.dangjian .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #222222;
    transition: 0.5s;
	font-size: 16px;
}
.dangjian .time {
    color: #999999;
    margin-top: 10px;
	font-size: 14px;
}

.dangjian .p_news>div:hover .tit {
    transition: 0.5s;
    color: #00a0e9
}

.dangjian .p_news>div:hover .txt:after {
    transition: 0.5s;
    border-right: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9
}

.dangjian .p_page {
    text-align: center;
    padding: 30px 0
}

.dangjian .page_con {
    display: flex;
    justify-content: center
}

.dangjian .p_page a {
    width: 44px;
    height: 44px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center
}

.page_confirmJump {
    word-break: keep-all;
    font-size: 10px
}

.dangjian .p_page .page_num.current {
    background-color: #00a0e9;
    border-color: #00a0e9;
    color: white !important
}

.dangjian .p_page .page_num:hover {
    color: #00a0e9;
    border-color: #00a0e9
}

.dangjian .p_page .page_prev:hover {
    color: #00a0e9;
    border-color: #00a0e9
}

.dangjian .p_page .page_next:hover {
    color: #00a0e9;
    border-color: #00a0e9
}

.dangjian .p_page .input {
    line-height: 44px
}

.dangjian .p_page .page_input {
    width: 44px;
    height: 44px;
    border-radius: 0px;
    margin: 0 10px
}

.dangjian .jump {
    width: 44px;
    height: 44px;
    border-radius: 0px;
    background-color: #00a0e9
}

@media only screen and (max-width: 1366px) {
    .dangjian .top_txt {
        padding:30px
    }

    .dangjian .top_sum {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }

    .dangjian .top_txt:after {
        left: 30px;
        bottom: 30px
    }

    .dangjian .txt {
        padding: 20px
    }
}

@media only screen and (max-width: 768px) {
    .dangjian .p_news>div {
        float:none;
        width: 100%;
        margin: 0 0 20px 0!important
    }

    .dangjian .txt {
        padding: 20px;
        height: 150px
    }

    .dangjian .txt:after {
        left: 20px;
        bottom: 20px
    }

    .dangjian .p_pagebox .pre {
        background-color: #00a0e9
    }

    .dangjian .p_pagebox .next {
        background-color: #00a0e9
    }

    .dangjian .p_pagebox .js_pageBtnDisable {
        background: #f5f5f5
    }

    .dangjian .jump {
        width: 100%
    }

    .dangjian .p_pagebox .num .iconfont {
        right: 5px;
        top: 10px
    }

    .dangjian .p_page a {
        width: 26px;
        height: 26px
    }

    .page_a {
        width: 26px;
        height: 26px;
        line-height: 26px
    }
}

@media screen and (max-width: 768px) {
    .dangjian .e_loop-1 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2)
    }
}
.djwh {
	text-align: center;
	padding-bottom: 35px;
	margin-top: 16px;
}
.djwh img{
	max-width: 100%;
}