header {
    width: 100%;
    position: relative;
    /*height: 972px;*/
    /* background: url(../imgs/background.png); */
}

header .mySwiperTop {
    width: 100%;
    /*height: 972px;*/
    overflow: hidden;
}

header .mySwiperTop .swiper-wrapper .swiper-slide a img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;

}

header .mySwiperTop .swiper-horizontal>.swiper-pagination-bullets,
header .mySwiperTop .swiper-pagination-bullets.swiper-pagination-horizontal,
header .mySwiperTop .swiper-pagination-custom,
header .mySwiperTop .swiper-pagination-fraction {
    bottom: 210px;
    left: 218px;
    width: 1460px;
    margin: 0 auto;
    text-align: left !important;
}

header .mySwiperTop .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 6px;
    opacity: 0.3;
}

header .mySwiperTop .swiper-pagination-bullet-active {
    width: 32px !important;
    opacity: 1;
}



.fast_navbox {
    width: 100% !important;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 99;
}

.fast_navlist {
    width: 1460px;
    margin: 0 auto;
    height: 130px;
    background: rgba(255, 255, 255, 0.94);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
}

.fast_navlist li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    position: relative;
}

.fast_navlist li:before {
    content: "";
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
}

.fast_navlist li:first-child:before {
    display: none;
}

.fast_navlist li a {
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 130px;
    padding: 38px 0 0 144px;
    color: #333333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fast_navlist li a .icon1 {
    display: block;
    width: 48px;
    height: 48px;
    margin-top: 3px;
    float: left;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fast_navlist li a .icon1 img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fast_navlist li a .icon1 .ic_default {
    opacity: 1;
    visibility: visible;
}

.fast_navlist li a .icon1 .ic_hover {
    opacity: 0;
    visibility: hidden;
}

.fast_navlist li a h5 {
    margin-left: 63px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    z-index: 5;
}

.fast_navlist li a p {
    margin-left: 63px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    color: #999999;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fast_navlist li:hover a {
    background: #B41D23;
    color: #ffffff;
}

.fast_navlist li:hover a p {
    color: #ffffff;
}

.fast_navlist li:hover a .icon1 .ic_default {
    opacity: 0;
    visibility: hidden;
}

.fast_navlist li:hover a .icon1 .ic_hover {
    opacity: 1;
    visibility: visible;
}


/* 头条 */
.tt {
    margin-top: 42px !important;
    height: 100px;
    background: #F4F7FC;
    border-radius: 10px;


    position: relative;

}

.flx1 {
    display: flex;
}

.tt_border {

    /* margin-top: 34px; */
}

.tt_left {
    /* width: 132px; */
    height: 42px;
    border-right: 2px dashed #ced6d9;
    margin-left: 38px;
    padding-right: 34px;
}

.tt .myTtSwiper {
    width: 1100px;
    overflow: hidden;
    margin-left: 30px;
}


.tt .myTtSwiper .swiper-slide {
    width: 700px;
    font-size: 20px;

    line-height: 100px;
}

.tt_title {
    width: 900px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tt_title:hover {
    color: #C20809;
}

.tt_time {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #A7ADB8;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.tt .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 1344px;
    height: 20px !important;
    font-size: 20px;
    color: #1D273B;
    top: 62%;
    /* background: url(../imgs/tt_left.png) no-repeat; */
}

.tt .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

.tt .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.tt .swiper-button-next:hover {
    color: #C20809;
}

.tt .swiper-button-prev:hover {
    color: #C20809;
}

.tt .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    /* background: url(../imgs/tt_right.png) no-repeat; */
    height: 20px !important;
    font-size: 20px;
    top: 62%;
    color: #1D273B;
    width: 12px !important;
    right: 56px;
}

/* 新闻中心 */
.xwzx {
    margin-top: 54px !important;
}

.xwzx .swiper {
    width: 660px;
    height: 550px;
}

.xwzx .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background: #f4f7fc;
    /* 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;
}

.xwzx .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.xwzx .time {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 90px;
    height: 90px;
    background: #d73239;

}

.xwzx .time h2 {
    width: 36px;
    margin: 4px auto;
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.xwzx .time p {
    width: 80px;
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
    color: #ffffff;
}

.xwzx .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 74px;
    line-height: 74px;
    background: #d73239;
}

.xwzx .content p {
    width: 92%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 74px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xwzx_right {
    width: 800px;
    height: 550px;
    background: #f4f7fc;
}


/* 专题专栏 */
.box {
    width: 100%;
    height: 502px;
    background: #f7f7f7;
    margin-top: 82px;
}

.ztzl {
    position: relative;
    height: 352px;
}

.ztzl_top {
    position: absolute;
    top: 10px;
    left: 10px;

}

.ztzl_top p:first-child {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.ztzl_top p:last-child {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C4AC8B;
    margin-top: 10px;
}

.ztzl li {
    list-style: none;
}

.ztzl ol li a {
    display: block;
    width: 387px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ztzl ol li a:hover {
    color: #C20809;
}

.ztzl .big_box {
    position: relative;
    width: 854px;
    height: 352px;
    margin-left: 610px;
    overflow: hidden;
}

.ztzl .big_box ul {
    position: absolute;
    left: 0;
    width: 700%;
    height: 400px;
}

.ztzl .big_box ul li {
    height: 352px;
    width: 854px;
    float: left;
    border-radius: 10px;
    background: #f7f7f7;
    overflow: hidden;
}

.ztzl .big_box ul li a {
    height: 352px;
    width: 854px;
    display: block;
}

.ztzl .big_box ul li img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.ztzl .left {
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 20px;
    left: 0;

    background: url(../imgs/ztzl_left.png);
}

.ztzl .left:hover {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    background: url(../imgs/ztzl_right.png);
}

.ztzl .right:hover {
    background: url(../imgs/ztzl_right.png);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
}

.ztzl .right {
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 20px;
    left: 74px;

    background: url(../imgs/ztzl_left.png);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.ztzl ol {
    position: absolute;
    top: 110px;
    left: 0;

}

.ztzl ol li {
    display: none;
}


.ztzl #dotul .selected {
    display: block;
}


/* 公司业务 */
.gcyw {
    margin-top: 120px;
}

.title {
    margin: 0 auto;
    text-align: center;
}

.title p:first-child span {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #363636;
}

.title p:first-child span:first-child {
    color: #363636;
}

.title p:first-child span:last-child {

    color: #C20809;
}

.title p:last-child {
    font-size: 18px;
    margin-top: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1D273B;
}

.g2 {
    /* margin-left: 20px; */
     /*width: 100% !important; */
    margin: 66px auto 0;
}

.g2 ul li {
    width: 500px;
    height: 348px;
    transition: all 1s;
    /* overflow: hidden; */

}

.g2_bbox {
    width: 476px;
    height: 315px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(143, 143, 143, 0.23);
    position: relative;
    border-radius: 20px;
}

.g2_box {
    width: 394px;
    margin: 0 auto;
}

.gcyw_title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4D4D4D;
    /* line-height: 36px; */
    padding-top: 54px;
}

.g2_content {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* .g2>ul>li {
    width: 400px !important;
    height: 195px;

} */
.button {
    width: 96px;
    height: 34px;
    border: 1px solid #E6E6E6;
    border-radius: 17px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    color: #636363;
    display: block;
    position: absolute;
    left: 36px;
    bottom: 20px;
}

.button:hover {
    background: #C00000;
    color: #FFFFFF;
}

.g2>ul>li:hover {
    margin-top: -20px;
}

.g2>ul>li>img {
    display: block;
    overflow: hidden;
    border: 6px solid #622F1C;

}

/* 党群工作，政策法规 */
.lgbf {
    margin-top: 80px;
}

.lgbf .dqgz {
    width: 710px;
    height: 749px;
    background: #f4f7fc;
}

.lgbf .zcfg {
    width: 710px;
    /* height: 749px; */
    background: #f4f7fc;
}

.dq_center {
    width: 648px;
    margin: 0 auto;
}

.dqgz_bor {
    margin: 32px auto 0;
    height: 44px;
    border-bottom: 1px solid #d0d3d6;
    position: relative;
}

.xz {
    border-bottom: 5px solid #C20809;
}

.dqgz_bor .ttitle {
    font-size: 24px;
    margin-left: 20px;
    margin-top: -6px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C20809;
    line-height: 30px;
}

/* 图片 */
.tp {
    margin-top: 63px !important;
    overflow: hidden;
}

.tp img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

/* 项目案列 */

.xmal {
    position: relative;
    width: 1460px;
    margin: 76px auto 0;
    background: url(../imgs/xmal.png) no-repeat;
    background-position: 0 120px;
    height: 678px;
}

.xmal>.swiper-container {
    width: 1460px;
    height: auto;
    padding: 260px 0 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.xmal>.swiper-container>.swiper-wrapper>.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 310px;


}

.xmal>.swiper-container>.swiper-wrapper>.swiper-slide>a>div {
    width: 467px;
    height: 265px;
    border-radius: 10px;
    overflow: hidden;
}

.xmal>.swiper-container>.swiper-wrapper>.swiper-slide>a>div>img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.xmal>.swiper-container>.swiper-wrapper>.swiper-slide>a>p {
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-indent: 20px;
    margin-top: 22px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xmal>.swiper-container>.swiper-wrapper>.swiper-slide>a>p:hover {
    color: #C20809;
}

.xmal #progressEffect {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
}

.xmal .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

.xmal .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.xmal .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    width: 42px;
    height: 84px;
    left: -78px;
    top: 468px;
    background: url(../imgs/xmal_left.png);
}

.xmal .swiper-button-prev:hover {
    background: url(../imgs/xmal_left_xz.png);
}

.xmal .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    width: 42px;
    height: 84px;
    right: -78px;
    top: 468px;
    background: url(../imgs/xmal_right.png);
}

.xmal .swiper-button-next:hover {
    background: url(../imgs/xmal_right_xz.png);
}