
.fd-container {
    position: relative;
    width: 100%;
    height: auto;
}

.fd-mt25 {
    margin-top: 25px;
}

.fd-mb20 {
    margin-bottom: 20px;
}

.fd-mr0 {
    margin-right: 0!important;
}

/*左侧飘窗*/
.fd-left-side {
    position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 33;
    padding-top: 24px;
    width: 267px;
    height: 198px;
    /*background: url("./../images/index/left-pc-01.png") center bottom no-repeat;*/
}

.fd-left-side-02 {
    bottom: 220px;
    /*background: url("./../images/index/left-pc-02.png") center bottom no-repeat;*/
}

.fd-left-side .fd-left-side-img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.fd-left-side .fd-left-side-img img {
    width: 100%;
    height: 100%;
}

.fd-close-box {
    position: absolute;
    top: 2px;
    right: 9px;
    z-index: 2;
    width: 68px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
    cursor: pointer;
}

.fd-close-box:hover {
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.fd-close-box:hover .fd-close-tip {
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
}

.fd-close {
    float: left;
    width: 25px;
    height: 24px;
    background: url("../images/index/close.png") center no-repeat;
}

.fd-close-tip {
    float: right;
    width: 42px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}

/*右侧飘窗*/
.fd-right-side {
    position: fixed;
    right: 25px;
    bottom: 32px;
    z-index: 33;
    width: 81px;
    height: auto;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 6px 1px rgba(42, 42, 42, 0.2);
}

.fd-right-side-main {
    width: 100%;
    height: 100%;
}

.fd-right-side-main div {
    position: relative;
    z-index: 1;
    width: 81px;
    height: 78px;
    cursor: pointer;
}

.fd-right-side-main > div:first-child {
    border-radius: 8px 8px 0 0;
}

.fd-right-side-main > div:last-child {
    border-radius: 0 0 8px 8px;
}

.fd-right-side-main div:hover {
    background: rgb(234, 241, 252);
}

.fd-right-side-main div > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
}

.fd-right-side-main .fd-back {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.fd-right-side-main .fd-back:hover {
    background: #fff;
}

.fd-right-side-main .fd-back:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 24px;
    z-index: 2;
    width: 33px;
    height: 3px;
    background: rgb(224, 224, 224);
}

.fd-tel {
    position: relative;
    z-index: 1;
}

.fd-tel:hover .fd-tel-ewm {
    display: inline-block;
}

.fd-tel-ewm {
    display: none;
    position: absolute;
    top: -21px;
    left: -127px;
    z-index: 2;
    padding-top: 10px;
    width: 110px;
    height: 121px;
    color: #010000;
    font-size: 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 7px 2px rgba(31, 71, 137, 0.35);
}

.fd-tel-ewm:before {
    content: "";
    position: absolute;
    top: 50px;
    right: -15px;
    z-index: 2;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #fff;
}

.fd-tel-ewm span {
    display: block;
    width: 100%;
}

/*logo*/
.fd-logo-box {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
}

.fd-top-bg {
    width: 100%;
}

.fd-logo-main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-left: 8px;
    width: 100%;
    height: calc(100% - 147px);
}

.fd-logo-main-inside {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: auto;
    padding-left: 114px;
    padding-top: 8px;
    width: 1300px;
    height: 94px;
    transform: translate(-50%, -50%);
}

.fd-logo-dh {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: auto;
    height: 100%;
}
.fd-logo-world {
    color: #1b3775;
    font-size: 56px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    letter-spacing: 5px;
}

/*顶部搜索*/
.fd-top-search {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 1300px;
    height: 60px;
    text-align: right;
    left: 50%;
    margin-left: -650px;
}

.fd-input-box {
    overflow: hidden;
    position: absolute;
    right: 350px;
    top: 20px;
    z-index: 2;
    padding-right: 50px;
    width: 272px;
    height: 40px;
    border-radius: 5px;
}

.fd-input-box input {
    padding-left: 20px;
    width: 222px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(16, 57, 124, 0.25);
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background-color: rgba(0, 83, 147, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99a1c8e4, endColorstr=#99a1c8e4);
}

.fd-input-box input:hover {
    border: 1px solid rgb(61, 136, 231);
    border-right: 0;
}

.fd-input-box input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.fd-input-box span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50px;
    height: 100%;
    background-color: rgb(24, 69, 143);
    background-image: url("../common/images/icon-search.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fd-input-box span:hover {
    background-color: #225bb7;
}

.fd-lang {
    position: absolute;
    right: 15px;
    top: 20px;
    height: 40px;
    line-height: 40px;
    color: #19468e;
    font-size: 20px;
}

.fd-lang span {
    display: inline-block;
    padding-left: 30px;
    background: url("../images/index/icon-fan.png") left center no-repeat;
    cursor: pointer;
}

.fd-lang span:hover {
    color: #2c6bd3;
    background: url("../images/index/icon-fan-act.png") left center no-repeat;
}

.fd-lang .fd-wza {
    background: url("../images/index/icon-wza.png") left center no-repeat;
}

.fd-lang .fd-wza:hover {
    background: url("../images/index/icon-wza-act.png") left center no-repeat;
}

.fd-lang .fd-jian {
    background: url("../images/index/icon-jian.png") left center no-repeat;
}

.fd-lang .fd-jian:hover {
    background: url("../images/index/icon-jian-act.png") left center no-repeat;
}

.fd-lang .fd-split:hover,
.fd-lang .fd-split {
    color: #19468e;
    padding: 0 10px;
    background: none;
}

/*导航样式*/
.fd-nav-main {
    position: relative;
    z-index: 2;
    margin-top: -293px;
    padding-top: 212px;
    width: 100%;
    min-width: 1300px;
    height: 293px;
    background: url("../images/index/nav-bg.png") center no-repeat;
}

.fd-nav-ul {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding-right: 220px;
    width: 1000px;
    height: 70px;
}

.fd-nav-li {
    position: relative;
    z-index: 1;
    padding: 0 18px 15px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.fd-nav-li span {
    display: inline-block;
    padding-bottom: 20px;
}

.fd-nav-li:hover span,
.fd-nav-li.active span {
    font-weight: bold;
    position: relative;
    background-image: url("./../images/index/nav-bottom.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 9;
}

.fd-nav-li:hover .fd-ej-ul {
    display: inline-block;
}

.fd-nav-li-no-select:hover span,
.fd-nav-li-no-select.active span {
    font-weight: bold;
    background-image: none;
}

.fd-ej-ul {
    display: none;
    position: absolute;
    top: 48px;
    left: -15px;
    width: 185px;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(65, 123, 214, 0.902);
    box-shadow: 0px 5px 10px 0px rgba(26, 71, 142, 0.2);
    border-radius: 5px;
}

.fd-ej-li {
    margin: 0 17px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.fd-ej-li:hover,
.fd-ej-li.active {
    color: #fff;
    font-weight: bold;
}
/*图片新闻*/
.fd-news-con {
    width: 1300px;
    margin: auto;
    margin-bottom: 50px;
}

.fd-title-h2 {
    position: relative;
    z-index: 1;
    margin-top: 45px;
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fd-title-h2 a {
    color: #023366;
}

.fd-title-h2:hover a {
    color: #3266cb;
}

.fd-title-h3 {
    text-align: center;
    font-size: 28px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*轮播以及热点新闻list部分*/
.fd-swiper-box {
    margin-top: 40px;
    width: 100%;
    height: 434px;
}

/*轮播主体盒子*/
.fd-swiper-main {
    float: left;
    position: relative;
    z-index: 2;
    padding: 15px;
    width: 743px;
    height: 434px;
    background-color: rgb(255, 255, 255);
}

/*轮播样式*/
.fd-swiper-main .swiper-container {
    width: 100%;
    height: 100%;
}

.fd-swiper-main .swiper-container .swiper-slide {
    position: relative;
    z-index: 1;
}

/*图片*/
.fd-swiper-main .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: contain;
}

/*文字*/
.fd-swiper-main .swiper-container .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding-left: 20px;
    padding-right: 220px;
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(252, 252, 252);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
}

.fd-swiper-main .swiper-container:hover .swiper-slide p {
    color: #ffa200;
}

/*轮播指示器*/
.fd-swiper-main .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    padding-right: 20px;
    text-align: right;
    height: 30px;
}
/*swiper-pagination-bullet swiper-pagination-bullet-active*/
.fd-swiper-main .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 3px;
    width: 11px;
    height: 11px;
    opacity: 1;
    background: url("../images/index/swiper01/swiper-circle.png") center no-repeat;
    cursor: pointer;
}

.fd-swiper-main .swiper-pagination .swiper-pagination-bullet-active {
    background: url("../images/index/swiper01/swiper-circle-active.png") center no-repeat;
}

/*翻页*/
.fd-swiper-main .swiper-button-prev {
    position: absolute;
    top: 190px;
    left: 25px;
    z-index: 2;
    width: 26px;
    height: 46px;
    background: url("../images/index/swiper02/left.png") center no-repeat;
    cursor: pointer;
}
.fd-swiper-main .swiper-button-next {
    position: absolute;
    top: 190px;
    right: 25px;
    z-index: 2;
    width: 26px;
    height: 46px;
    background: url("../images/index/swiper02/right.png") center no-repeat;
    cursor: pointer;
}
.fd-swiper-main .swiper-button-prev:hover {
    background: url("../images/index/swiper02/left-act.png") center no-repeat;
}
.fd-swiper-main .swiper-button-next:hover {
    background: url("../images/index/swiper02/right-act.png") center no-repeat;
}

/*热点新闻盒子*/
.fd-swiper-list {
    float: right;
    margin-left: 25px;
    width: 529px;
    height: 434px;
}

.fd-swiper-list-title {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #d1dfef;
}

.fd-swiper-list-title p {
    margin-top: 2px;
    display: inline-block;
    height: 100%;
    color: #013365;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid #3266cb;
}

.fd-swiper-list-title span {
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 2;
    padding-right: 12px;
    color: #666;
    background: url("../images/index/more.png") center right no-repeat;
    cursor: pointer;
}

.fd-swiper-list-title span:hover {
    color: #3266cb;
    background: url("../images/index/more-act.png") center right no-repeat;
}

/*list*/
.fd-swiper-ul {

}

.fd-swiper-ul li {
    position: relative;
    z-index: 1;
    padding-left: 15px;
    line-height: 64px;
    color: #091626;
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.fd-swiper-ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 31px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgb(127, 148, 191);
}

.fd-swiper-ul li:hover {
    color: #3266cb;
}

/*网上检察服务中心大部分*/
.fd-wsjcfwzx-box {
    width: 100%;
    height: 577px;
    background: url("../images/index/wsjcfwzx-bg.png") center no-repeat;
}

.fd-wsjcfwzx-box-main {
    margin: auto;
    padding-top: 30px;
    width: 1300px;
    height: 100%;
}

.fd-box-title {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 88px;
    color: #1a478e;
    font-size: 40px;
    font-weight: bold;
}

.fd-box-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 2;
    width: 472px;
    height: 13px;
    background: url("../images/index/wsjcfwzx-title.png") center no-repeat;
}

.fd-box-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 2;
    width: 472px;
    height: 13px;
    background: url("../images/index/wsjcfwzx-title.png") center no-repeat;
}

.fd-box-title span {
    color: #c50102;
}

/*网上检察服务中心list*/
.fd-item-list {
    margin-top: 20px;
    width: 100%;
}

.fd-item-list li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 7px;
    padding-top: 25px;
    padding-left: 117px;
    width: 319px;
    height: 121px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    cursor: pointer;
}

.fd-item-list li:hover {
    box-shadow: 0 4px 5px 0 rgba(37, 82, 155, 0.2);
    border-color: rgb(104, 154, 213);
}

.fd-item-list li p {
    color: #001029;
    font-size: 18px;
    font-weight: bold;
}

.fd-item-list li span {
    display: inline-block;
    padding-top: 3px;
    padding-right: 20px;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.fd-item-list .fd-item-last-li {
    margin-right: 0;
}

.fd-item-list .fd-item-li-01 {
    background: #fff url("../images/index/icon-kg.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-02 {
    background: #fff url("../images/index/icon-xsss.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-03 {
    background: #fff url("../images/index/icon-msss-2.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-04 {
    background: #fff url("../images/index/icon-xzss-2.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-05 {
    background: #fff url("../images/index/icon-msss.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-06 {
    /*background: #fff url("../images/index/icon-xzss.png") 18px center no-repeat;*/
    background-position: 18px center !important;
}

.fd-item-list .fd-item-li-07 {
    background: #fff url("../images/index/icon-gjpc.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-08 {
    background: #fff url("../images/index/icon-jzsq.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-09 {
    background: #fff url("../images/index/icon-ssjb.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-10 {
    background: #fff url("../images/index/icon-zxjy.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-11 {
    background: #fff url("../images/index/icon-yjjcg.png") 30px center no-repeat;
}

.fd-item-list .fd-item-li-12 {
    background: #fff url("../images/index/icon-lsfw.png") 30px center no-repeat;
}

/*人民代表监督交流平台*/
.fd-item-list-02 {
    margin-top: 20px;
    width: 100%;
    height: 180px;
}

.fd-item-list-02 li {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 417px;
    height: 180px;
    border: 2px solid transparent;
    cursor: pointer;
}

.fd-item-02-li-01 {
    background: url("../images/index/icon-rmdb.png") center no-repeat;
}

.fd-item-02-li-02 {
    margin: 0 19px;
    background: url("../images/index/icon-ajxx.png") center no-repeat;
}

.fd-item-02-li-03 {
    background: url("../images/index/icon-ksly.png") center no-repeat;
}

.fd-item-list-02 li .fd-go-detail {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 56px;
    height: 30px;
    background: url("../images/index/rmdb-def.png") center no-repeat;
    cursor: pointer;
}

.fd-item-list-02 .fd-item-02-li-02 .fd-go-detail {
    background: url("../images/index/ajxx-def.png") center no-repeat;
}

.fd-item-list-02 .fd-item-02-li-03 .fd-go-detail {
    background: url("../images/index/ksly-def.png") center no-repeat;
}

.fd-item-list-02 li:hover {
    border: 2px solid #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.fd-item-list-02 .fd-item-02-li-01:hover .fd-go-detail {
    background: url("../images/index/rmdb-act.png") center no-repeat;
}

.fd-item-list-02 .fd-item-02-li-02:hover .fd-go-detail {
    background: url("../images/index/ajxx-act.png") center no-repeat;
}

.fd-item-list-02 .fd-item-02-li-03:hover .fd-go-detail {
    background: url("../images/index/ksly-act.png") center no-repeat;
}

/*公示公告、工作报告页签切换等*/
.fd-gsgg-tabs-part {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 35px auto 0;
    width: 1300px;
    height: auto;
}

.fd-gsgg-left {
    float: left;
    width: 1000px;
}

.fd-tabs-ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fd-tabs-ul .fd-tabs-li {
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
    width: 482px;
}

.fd-tabs-ul .fd-tabs-li.fd-one-row {
    width: 100%;
}

.fd-tabs-ul .fd-last-tabs-li {
    margin-right: 0;
}

.fd-tabs-ul.row .fd-tabs-li {
    margin-right: 0;
    width: 514px;
}
.fd-tabs-ul.fd-one-row .fd-tab-list {
    margin-top: 0;
    overflow: hidden;
    height: auto;
}
.fd-tabs-ul.fd-one-row .fd-tab-list .fd-default-li {
    float: left;
    width: 482px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-right: 35px;
}
.fd-tabs-ul .fd-tabs-li.fd-one-row .fd-default-li {
    float: left;
    margin-right: 35px;
    width: 482px;
}

.fd-tab-title {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 36px;
    color: #013365;
    font-size: 22px;
}

.fd-tab-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
    background: #d5e1ec;

}

/*页签*/
.fd-tab-title span {
    display: inline-block;
    position: relative;
    z-index: 3;
    height: 36px;
    cursor: pointer;
}

/*分割线*/
.fd-tab-title .fd-split {
    padding: 0 16px;
    color: rgb(214, 214, 214);
    cursor: default;
}

.fd-tab-title span:hover {
    color: #005cb1;
    font-weight: bold;
}

.fd-tab-title .fd-split:hover {
    color: rgb(214, 214, 214);
    font-weight: normal;
}

/*激活页签*/
.fd-tab-title .active {
    color: #013365;
    font-weight: bold;
    border-bottom: 4px solid #3266cb;
}

/*更多*/
.fd-tab-title .fd-tabs-more {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 2;
    color: #999999;
    font-size: 16px;
}

.fd-tab-title .fd-tabs-more:hover {
    color: #005cb1;
    font-weight: normal;
}

.fd-tab-list {
    margin-top: 15px;
}

.fd-tab-list li {
    cursor: pointer;
}

.fd-img-li {
    position: relative;
    z-index: 1;
    padding-left: 180px;
    width: 100%;
    height: 96px;
}

.fd-img-li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 160px;
    height: 96px;
}

.fd-img-li .fd-img-description p {
    color: #091626;
    font-size: 18px;
}

.fd-img-li .fd-img-description p:hover {
    color: #005cb1;
}

.fd-img-li .fd-img-description span {
    padding-top: 8px;
    display: inline-block;
    color: #4c5561;
    font-size: 14px;
}

.fd-default-li {
    position: relative;
    margin-top: 20px;
    padding-left: 14px;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*background: url("../images/index/circle-small-01.png") left center no-repeat;*/
}

.fd-default-li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgb(127, 148, 191);
}

.fd-default-li:hover {
    color: #3266cb;
}

/*首都特色检察品牌等三个轮播联动*/
.fd-swiper-three {
    width: 1000px;
    height: 240px;
}

.fd-swiper-three h5 {
    color: #333;
    font-size: 16px;
}

.fd-swiper-three .fd-swiper-main {
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.fd-swiper-three .fd-swiper-main .swiper-slide {
    /*width: 320px !important;*/
    height: 100%;
}
.fd-no-three.fd-swiper-three .fd-swiper-main .swiper-slide {
    margin-right: 30px;
    width: 313.3px !important;
}
.fd-swiper-three .fd-swiper-main .swiper-slide h5 {
    cursor: pointer;
}
.fd-swiper-three .fd-swiper-main .swiper-slide img {
    height: 170px;
    border: 2px solid transparent;
}

.fd-swiper-three .fd-swiper-main .swiper-slide:hover h5 {
    color: #3266cb;
}

.fd-swiper-three .fd-swiper-main .swiper-slide:hover img {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.fd-swiper-three .fd-swiper-main .swiper-slide-middle {
    margin: 0 20px;
}

.fd-swiper-three .swiper-button-prev {
    top: 90px;
    left: 1px;
    background: url("../images/index/swiper02/left.png") center no-repeat;
}

.fd-swiper-three .swiper-button-prev:hover {
    background: url("../images/index/swiper02/left-act.png") center no-repeat;
}

.fd-swiper-three .swiper-button-next {
    top: 90px;
    right: 0;
    background: url("../images/index/swiper02/right.png") center no-repeat;
}

.fd-swiper-three .swiper-button-next:hover {
    background: url("../images/index/swiper02/right-act.png") center no-repeat;
}

.fd-swiper-three .swiper-slide h5 {
    font-size: 16px;
    color: #333;
    padding: 10px 5px;
}

/*新闻发布会swiper*/

.fd-xwfbh-swiper {
    width: 1000px;
    height: 140px;
}
.fd-xwfbh-swiper .mySwiper {
    width: 100%;
    height: 246px;
    overflow: hidden;
}

.fd-xwfbh-swiper .swiper-button-prev:after,
.fd-xwfbh-swiper .swiper-button-next:after {
    color: #fff;
    font-size: 20px;
}
.fd-xwfbh-swiper .swiper-button-prev,
.fd-xwfbh-swiper .swiper-button-next {
    background-color: rgba(0,0,0,0.28);
    top: 85px;
}

.fd-xwfbh-swiper .swiper-button-prev {
    left: 0px;
}

.fd-xwfbh-swiper .swiper-button-next {
    right: 0;
}

.fd-xwfbh-swiper .swiper-slide {
    background-color: #eef5f8;
}
.fd-xwfbh-swiper .swiper-slide p {
    font-size: 16px;
    color: #333;
    padding: 10px 5px;
}

/*市院领导*/
.fd-syld-right {
    float: right;
    width: 270px;
    height: auto;
    /*background-color: rgb(234, 242, 246);*/
    cursor: pointer;
}

.fd-three-set {
    padding: 10px;
    width: 270px;
    height: auto;
    background-color:#f3f6fb;
}

.fd-three-set-item {
    margin-bottom: 10px;
    width: 250px;
    height: 82px;
}
.fd-three-set-item:last-child {
    margin-bottom: 0;
}

.fd-three-set-item:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.fd-three-set-item.set1 {
    background: url("../images/index/set1.png") no-repeat;
}

.fd-three-set-item.set2 {
    background: url("../images/index/set2.png") no-repeat;
}

.fd-three-set-item.set3 {
    background: url("../images/index/set3.png") no-repeat;
}

.fd-seven-platform {
    margin-top: 30px;
}

.fd-seven-platform-item {
    width: 270px;
    height: 86px;
    margin-bottom: 10px;
}

.fd-seven-platform-item:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.platform1 {
    background: url("../images/index/platform1.png") no-repeat;
}

.platform2 {
    background: url("../images/index/platform2.png") no-repeat;
}

.platform3 {
    background: url("../images/index/platform3.png") no-repeat;
}

.platform4 {
    background: url("../images/index/platform4.png") no-repeat;
}

.platform5 {
    background: url("../images/index/platform5.png") no-repeat;
}
.platform6 {
    background: url("../images/index/platform6.png") no-repeat;
}

.platform7 {
    background: url("../images/index/platform7.png") no-repeat;
}

/*新闻发布会部分*/
.fd-xwfbh-part {
    position: relative;
    z-index: 2;
    margin: 30px auto 0;
    width: 1300px;
    height: auto;
    overflow: hidden;
}

.fd-xwfbh-swiper {
    float: left;
    width: 1000px;
    height: 600px;
}

.fd-xwfbh-swiper .fd-tab-title:before {
    height: 2px;
    background-color: rgb(214, 214, 214);
}



/*右側六个入口*/
.fd-six-right {
    float: right;
    width: 258px;
    height: 100%;
}

.fd-six-right li {
    margin-bottom: 12px;
}

.fd-six-right li:hover {
    border: 2px solid #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.fd-right-li-01 {
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-zyze.png") center no-repeat;
    cursor: pointer;
}

.fd-right-li-02 {
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-syjg.png") center no-repeat;
    cursor: pointer;
}

.fd-right-li-03 {
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-jwxz.png") center no-repeat;
    cursor: pointer;
}

.fd-right-li-04 {
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-gzbg.png") center no-repeat;
    cursor: pointer;
}

.fd-right-li-05 {
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-jczx.png") center no-repeat;
    cursor: pointer;
}

.fd-six-right .fd-right-li-06 {
    margin-bottom: 0;
    width: 258px;
    height: 95px;
    background: url("../images/index/icon-ys.png") center no-repeat;
    cursor: pointer;
}

/*banner*/
/*.fd-banner {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    margin: 0 auto 25px;*/
/*    width: 998px;*/
/*    height: 130px;*/
/*    background: url("../images/index/banner-01.png") center no-repeat;*/
/*    cursor: pointer;*/
/*}*/
.fd-banner {
    position: relative;
    z-index: 2;
    margin: 0 auto 25px;
    width: 998px;
    height: 130px;
    cursor: pointer;
}

.fd-banner .fd-swiper-main {
    float: none;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.fd-banner .fd-swiper-main .swiper-pagination {
    bottom: -6px;
    right: -8px;
}

/*理论研究部分*/
.fd-llyj-part {
    position: relative;
    z-index: 2;
    margin: 40px auto 0;
    width: 1300px;
}

.fd-llyj-part .fd-tab-title:before {
    height: 2px;
    background-color: rgb(214, 214, 214);
}

.fd-llyj-part .fd-tabs-ul .fd-tabs-li {
    margin-right: 40px;
}

.fd-two-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 258px;
    height: 250px;
}

.fd-two-right p {
    cursor: pointer;
}

.fd-two-right p:hover {
    border: 2px solid #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.fd-two-right .fd-flfg {
    margin-bottom: 20px;
    width: 100%;
    height: 110px;
    background: url("../images/index/icon-flfg.png") center no-repeat;
}

.fd-two-right .fd-jcz {
    width: 100%;
    height: 110px;
    background: url("../images/index/icon-jcz.png") center no-repeat;
}

/*底部背景*/
.fd-footer-bg {
    position: absolute;
    bottom: 95px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 539px;
    background: url("../images/index/icon-footer-bg.png") center no-repeat;
}

.fd-multiple-tab {
    position: absolute;
    top: -2px;
    left: 160px;
    /*width: 320px;*/
}

.fd-multiple-tab .fd-tab-item {
    height: 33px;
    color: #000;
    font-size: 18px;
    border: 0;
}

.fd-multiple-tab .fd-tab-item.active {
    color: #005cb1;
    border: 0;
}
.fd-multiple-tab .fd-split {
    padding: 0 14px;
    font-size: 16px;
    vertical-align: bottom;
}

/*多个页签切换的模块*/
.fd-multiple-ul .fd-tab-title .fd-tabs-more,
.fd-multiple-ul .fd-tab-list{
    display: none;
}
.fd-multiple-ul .fd-tab-title .fd-tabs-more-01,
.fd-multiple-ul .fd-tab-list-01 {
    display: block;
}

@media screen and (max-width: 1600px) {
    .fd-logo-main-inside {
        top: 58%;
        padding-left: 84px;
        padding-top: 2px;
        height: 80px;
    }
    .fd-logo-main-inside .fd-logo-world {
        font-size: 52px;
    }
}

.fd-right-side-img{
    max-width: 42px;
    object-fit: contain;
}