
/*变灰*/
/*body *{*/
/*    -webkit-filter: grayscale(100%); !* webkit *!*/
/*    -moz-filter: grayscale(100%); !*firefox*!*/
/*    -ms-filter: grayscale(100%); !*ie9*!*/
/*    -o-filter: grayscale(100%); !*opera*!*/
/*    filter: grayscale(100%);*/
/*    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    filter:gray; !*ie9- *!*/
/*}*/

/*轮播图*/
.layout-container {
    background-color: rgba(0, 0, 41, 0.6);
    padding-top: 0;
    position: relative;
}

.layout-swiper {
    width: 100%;
    height: 460px;
}

.my-bullet {
    width: 32px;
    height: 4px;
    background-color: rgba(234, 227, 227, 0.3);
    display: inline-block;
    margin-right: 14px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px !important;
}

.my-bullet-active {
    background: #FFFFFF;
}

.layout-swiper-img {
    width: 100%;
    height: 100%;
}

/*轮播旋转木马*/
.layout-carousel {
    position: absolute;
    box-shadow: 0px 1px 20px 0px rgba(0, 62, 106, 0.07);
    width: 1300px;
    height: 93px;
    background: #FFFFFF;
    margin: 0 auto;
    top: 430px;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}

.swiper-button-prev {
    top: 20%;
    z-index: 2
}

.swiper-button-next {
    top: 20%;
    z-index: 2;

}

.certify {
    height: 100%;
    width: 100%;
    --swiper-navigation-color: #006CFF; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 34px; /* 设置按钮大小 */
}

.certify .swiper-slide {
    width: 325px; /*设为固定值*/
    height: 100%;
    padding: 15px 0 15px 0;
}

.certify .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.layout-carousel .module {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 39px;
}

.layout-carousel .module-border {
    width: 1px;
    height: 32px;
    background: #EAEAEA;
    opacity: 0.5;
}

.layout-carousel .module .module-img {
    width: 42px;
    height: 43px;
    display: inline-block;
    margin-right: 15px;
}

.layout-carousel .module .module-title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.layout-carousel .module .module-description {
    color: #7B7B86;
    font-size: 14px;
    display: inline-block;
    padding-top: 9px;
}

.layout-content {
    width: 100%;
    background-color: #ffffff;
}

.layout-content-center {
    width: 1300px;
    margin: 0 auto;
    padding-top: 86px;
}

/*通知公告-最新活动*/
.layout-content-center .announcementColumn {
    display: flex;
    padding-bottom: 43px;
}

.announcementColumn-left {
    width: 442px;
    height: 100%;
    box-shadow: 0px 2px 18px 0px rgba(79, 79, 79, 0.05);
    padding: 32px 24px 29px 24px;
}

.announcementColumn-left  .announcementColumn-left-title {
    padding-bottom: 25px;
}

.announcementColumn-left .announcementColumn-left-model {
    width: 180px;
    height: 108px;
    background: #FAFAFC;
    margin-left: 9px;
    margin-bottom: 13px;
}

.announcementColumn-right {
    width: 844px;
    margin-left: 14px;
    box-shadow: 0px 2px 18px 0px rgba(79, 79, 79, 0.05);
}

.announcementColumn > .column .column-title-tab{
    border-bottom: 2px solid #F6F6F6;
}

.announcementColumn > .column .column-title {
    height: 61px;
    margin: 0 26px 0 26px;
    cursor: pointer;
}


.column-active {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    color: #4285f4 !important;
    cursor: pointer;
}

.column-active:before {
    content: "";
    left: 0;
    height: 3px;
    bottom: -2px;
    width: 100%;
    position: absolute;
    background: #4285f4;
    pointer-events: none;
    transition: all 0.3s;
}

.announcementColumn > .column .column-list {
    background-color: #ffffff;
    margin: 21px 26px 26px 16px;

}

.column-list .column-list-img {
    width: 300px;
    height: 225px;
}

.column-list .column-list-data {

}

.announcementColumn > .column .column-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 23px;
}

.announcementColumn > .column .column-list ul > li > a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #000000;
    cursor: pointer;
    line-height:29px;
}

.announcementColumn > .column .column-list ul > li span:nth-child(1) {
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 347px;
    display: inline-block;
    padding-bottom: 5px;
}

.announcementColumn > .column .column-list ul > li span:nth-child(2) {
    display: inline-block;
    width: 100px;
    color: #B9B9B9;
    margin-left: 20px;
}

.announcementColumn > .column .column-list ul > li:hover span {
    color: #3B93FF;
}

.home-model-title {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.home-model-subTitle {
    padding-top: 14px;
    padding-bottom: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #acacac;
    text-align: center;
}


/*统计*/
.home-statistics {
    width: 100%;
    display: flex;
    align-items: center;
}

.home-statistics-model {
    width: 14.28%;
}

.home-statistics-model .model-count {
    font-size: 38px;
    font-weight: bold;
    color: #0086FF;
    font-family: Microsoft YaHei;
}

.home-statistics-model .model-unit {
    font-size: 14px;
    font-family: Microsoft YaHei;
    display: inline-block;
    padding-left: 7px;
    font-weight: bold;
    opacity: 0.6;
}

.home-statistics-model .model-title {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    opacity: 0.8;
}

.home-statistics .statistics-border {
    width: 1px;
    height: 32px;
    background: #EAEAEA;
    opacity: 0.5;
}

/*专项服务中心*/
.home-zxfwzx {
    padding-top: 43px;
    width: 100%;
}

.zxfwzx-content {
    display: flex;
    width: 100%;
    padding-bottom: 39px;
}

.zxfwzx-content-model {
    width: 310px;
    height: 112px;
    cursor: pointer;
}

.zxfwzx-content-model a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.zxfwzx-content-model:nth-child(1) {
    background-image: url("../img/20221103/zxfw-b-4.png");
    background-size: 100% 100%;
}

.zxfwzx-content-model:nth-child(2) {
    background-image: url("../img/20221103/zxfw-b-3.png");
    background-size: 100% 100%;
    margin-left: 20px;
}

/*.zxfwzx-content-model:nth-child(2) {*/
/*    background-image: url("../img/20221103/zxfw-b-10.png");*/
/*    background-size: 100% 100%;*/
/*    margin-left: 20px;*/
/*}*/


.zxfwzx-content-model:nth-child(3) {
    background-image: url("../img/20221103/zxfw-b-2.png");
    background-size: 100% 100%;
    margin-left: 20px;
}

.zxfwzx-content-model:nth-child(4) {
    background-image: url("../img/20221103/zxfw-b-1.png");
    background-size: 100% 100%;
    margin-left: 20px;
}

.zxfwzx-content-model .zxfwzx-content-model-image {
    margin-left: 32px;
    margin-top: 15px;
    width: 78px;
    height: 95px;

}

.zxfwzx-content-model:hover .zxfwzx-content-model-image {
    animation: bounce-down 1.6s linear infinite;
}

@keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-4px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(4px);
    }
}

/*企业服务中心*/
.home-qyfwzx {
    width: 100%;
    padding-top: 43px;
}

.home-qyfwzx .qyfwzx-content {

}

.home-qyfwzx .qyfwzx-content .qyfwzx-content-model {
    width: 408px;
    height: 112px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 36px;
    margin-bottom: 39px;
    position: relative;
}

.qyfwzx-content-model-border {
    width: 4px;
    height: 24px;
    background: #7D91B0;
    margin-right: 11px;
    border-radius: 8px;
}

.qyfwzx-content-model-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #455A7B;
}

.qyfwzx-content-model:nth-child(1) {
    background-image: url("../img/20221103/qyfwzx-b-1.png");
    background-size: 100% 100%;
}

.qyfwzx-content-model:nth-child(2) {
    background-image: url("../img/20221103/qyfwzx-b-3.png");
    background-size: 100% 100%;
    margin-left: 37px;
}

.qyfwzx-content-model:nth-child(3) {
    background-image: url("../img/20221103/qyfwzx-b-5.png");
    background-size: 100% 100%;
    margin-left: 37px;
}

.qyfwzx-content-model:nth-child(4) {
    background-image: url("../img/20221103/qyfwzx-b-2.png");
    background-size: 100% 100%;
}

.qyfwzx-content-model:nth-child(5) {
    background-image: url("../img/20221103/qyfwzx-b-6.png");
    background-size: 100% 100%;
    margin-left: 37px;
}

.qyfwzx-content-model:nth-child(6) {
    background-image: url("../img/20221103/qyfwzx-b-4.png");
    background-size: 100% 100%;
    margin-left: 37px;
}

.qyfwzx-content-model:hover .qyfwzx-content-model-title {
    color: #ffffff;
}

.qyfwzx-content-model:hover .qyfwzx-content-model-border {
    background: #ffffff;
}


.qyfwzx-content-model:nth-child(1):hover {
    background-image: url("../img/20221103/qyfwzx-b-7.png");
    background-size: 100% 100%;
}

.qyfwzx-content-model:nth-child(2):hover {
    background-image: url("../img/20221103/qyfwzx-b-9.png");
    background-size: 100% 100%;
}

.qyfwzx-content-model:nth-child(3):hover {
    background-image: url("../img/20221103/qyfwzx-b-11.png");
    background-size: 100% 100%;
}

.qyfwzx-content-model:nth-child(4):hover {
    background-image: url("../img/20221103/qyfwzx-b-8.png");
    background-size: 100% 100%;
}

.qyfwzx-content-model:nth-child(5):hover {
    background-image: url("../img/20221103/qyfwzx-b-12.png");
    background-size: 100% 100%;
}

.qyfwzx-content-model:nth-child(6):hover {
    background-image: url("../img/20221103/qyfwzx-b-10.png");
    background-size: 100% 100%;
}

.qyfwzx-content-model:hover .model-child {
    display: block;
}

.qyfwzx-content-model .model-child {
    position: absolute;
    width: 100%;
    top: 105px;
    left: 0;
    z-index: 2;
    display: none;
}

.model-child .model-child-sanjiao {
    width: 34px;
    height: 18px;
}

.model-child ul {
    list-style-type: none;
    box-shadow: 0px 2px 18px 0px rgba(79, 79, 79, 0.05);
    background-color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 22px;
}

.model-child ul li {
    padding-bottom: 18px;
}

.model-child ul li a {
    display: inline-block;
    width: 338px;
    height: 60px;
    background: #F4F8FB;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
}

.model-child ul li .model-child-a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-left: 100px;
}

.model-child ul li .model-child-a span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #59617C;
    display: inline-block;
    padding-left: 10px;
}

.model-child ul li a:hover {
    border: 2px solid #718efc;
}

/*服务资源*/
.home-fwzy {
    width: 100%;
    padding-top: 43px;
    padding-bottom: 52px;
}

.fwz-content .fwz-content-img {
    width: 193px;
    height: 79px;
    margin-bottom: 22px;
    margin-left: 22px;
    cursor: pointer;
}

.fwz-content-img:hover {
    box-shadow: 0px 2px 18px 0px rgba(79, 79, 79, 0.05);
}

.fwz-content-img:nth-child(1) {
    margin-left: 0;
}

.fwz-content-img:nth-child(7) {
    margin-left: 0;
}

.fwz-content-img:nth-child(14) {
    margin-left: 0;
}


.cursor-pointer{
    cursor: pointer;
}
