body,
td,
th {
    font-size: 14px;
}

body,
div,
p,
img,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
    padding: 0px;
    margin: 0px;
}

input {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h3 {
    font-size: 14px;
}

li {
    list-style-type: none;
}

img {
    border: 0;
}

svg {
    vertical-align: middle;
    padding-left: 5px;
}

.gray {
    color: #666666;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    /* color: #0066FF; */
    color: #018a73;
}

a:active {
    text-decoration: none;
}

.LineLink a {
    text-decoration: none;
}

.LineLink a:hover {
    text-decoration: none;
    color: #018a73;
}

.ColorLink a {
    color: #018a73;
}

.ColorLink a:hover {
    color: #fff;
    background-color: #018a73;
}

p {
    line-height: 180%;
}

.ListDate {
    color: #666666;
}

body {

    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    width: 100%;
}

/* input,
textarea {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
} */

.fullw {
    width: 1400px;
}

.fullhd {
    width: 100%;
    background-color: #f2fefe;
    /* background-color: #f8f8f8; */
}

.view {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
}

.bg-transition,
.t_page_trs li a {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fullhd-h {
    height: 76px;
    margin: 0 auto;
    padding: 12px 0px;
}

.fullhd-l {
    margin: auto;
}

.fullhd-l li {
    float: left;
}

.fullhd-l li a {
    font-size: 18px;
    padding: 8px 3px;
    font-weight: 700;
}

.fullhd-l li::after {
    content: "/";
    margin: 0px 8px;
}

.fullhd-l li:last-child::after {
    content: "";
    display: none;
}

.ibanner {
    height: 550px;
}

.ibanners img {
    width: 100%;
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper_inewsimg .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgb(255 255 255 / 80%);
}

.mySwiper_inewsimg .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.mySwiper_inews1 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper_inews2 {
    height: 86%;
    width: 100%;
}

.mySwiper_inews1 {
    height: 14%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper_inews1 .swiper-slide {
    width: 25%;
    height: 70%;
    /* opacity: 0.4; */
    line-height: 38px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}

.mySwiper_inews1 .swiper-slide-thumb-active {
    opacity: 1;
    background: #009174;
    color: #fff;
    border: 1px solid #009174;
}

.mySwiper_inews2 .swiper-slide ul {
    position: relative;
    top: 3px
}

.mySwiper_inews1 .swiper-slide-thumb-active::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-top: 15px solid #009174;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.mySwiper_inews1 .swiper-slide p {
    height: 100%;
    font-weight: 700;
}

.notice {
    height: 40px;
    background-color: #fff;
    margin: 0 auto;
    border: 1px solid #c7c7c7;
    border-radius: 40px;
    margin-top: 20px;
}

.full-pd {
    padding-top: 20px;
    padding-bottom: 20px;
}

.notice p {
    line-height: 40px;
    margin-left: 20px;
}

.inews {
    display: flex;
    height: 400px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    margin: 0 auto;
}

.inews-img {
    width: 26%;
}

.inews-pd {
    margin: 10px;
}

.inews-news {
    width: 70%;
}

.iparty {
    display: flex;
    height: 560px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    margin: 0 auto;
    flex-direction: column;
}

.iparty-t {
    height: 6%;
}

.iparty-c {
    height: 87%;
    display: flex;
}

.ititle {
    font-size: 20px;
    font-weight: 700;
}

.ititle::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 22px;
    background-color: #019fe8;
    vertical-align: middle;
    margin-right: 6px;
}

.ititle2 {
    font-size: 18px;
    font-weight: 700;
}

.ititle2::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #019fe8;
    vertical-align: middle;
    margin-right: 6px;
}

.ititle3 {
    font-size: 18px;
    font-weight: 700;
}

.ibox-pd {
    padding: 10px;
}

.iparty-c .iparty-c-w {
    width: 31.777%;
    margin-right: 2.3%;
}

.iparty-c .iparty-c-w:last-child {
    margin-right: 0;
}

.iparty-c .iparty-c-w img {
    width: 100%;
}

.iparty-c-w .ititle2 {
    padding: 6px 0px;
}

.iarticle {
    display: flex;
    justify-content: space-between;
    padding: 13px 0px;
    border-bottom: 1px dashed #c7c7c7;
    text-align: left;
    font-size: 16px;
    overflow: hidden;
}

.iarticle:last-child {
    border-bottom: none;
}

.iarticle span {
    font-size: 14px;
    float: right;
}

.iarticle-t {
    display: inline-block;
    width: 87.5%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.iarticle-t2 {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.iarticle-t3 {
    flex: 1;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ibanners {
    height: 180px;
    margin: 0 auto;
}

.information.fullw .iparty-c .iparty-c-w {
    width: 30.25%;
}

.information {
    /* display: flex; */
    height: 456px;
    margin: 0 auto;
}

.information-con .iparty-c-w {
    width: 33.33%;
}

.information .iparty-c {
    height: 100%;
}

.information .iparty-c .iparty-c-w {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    padding: 10px;
}

.information h2 {
    font-size: 18px;
}

.iproject {
    height: 456px;
    margin: 0 auto;
    padding-bottom: 20px
}

.iproject .iparty-c {
    height: 100%;
}

.iproject .iparty-c .iparty-c-w {
    width: 49%;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    padding: 10px;
}

.iproject .iparty-c .icontact {
    background-color: #009175;
}

.iproject .iparty-c .icontact h2 a {
    color: #fff;
}

.iproject .iparty-c .icontact h2::before {
    background-color: #fff;
}

.imap .map {
    height: 270px !important;
    border: none !important;
}

#map img {
    width: auto;
}

.icontact-con p {
    color: #fff;
    font-size: 16px;
}

.footer {
    position: relative;
    /* background-color: #02547c; */
    background-color: #005c64;
}

.footer-con {
    display: flex;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}

.footer-nav {
    display: flex;
    width: 80%;
}

.footer-nav a {
    color: #fff;
}

.footer-wechat {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-nav-con {
    width: 14.299%;
}

.footer-wechat-img {
    padding: 20px 0px;
    display: flex;
    align-items: center;
}

.footer-wechat-img img {
    width: 120px;
    padding-right: 10px;
}

.footer-wechat-img span {
    font-size: 16px;
    color: #fff;
}

.link {
    position: relative;
    background: none;
    padding-top: 0;
}

.links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.links a,
.links span {
    color: #fff;
}

.links li {
    float: left;
}

.links li a {
    padding: 5px;
}

.links li a:hover {
    color: #008bc6;
}

.links-u {
    width: 94.699%;
}

.neixiazai ul {
    width: 97%;
    margin: 0 auto;
}

.neixiazai li {
    padding: 4px 4px;
    border-bottom: 1px dashed #ccc;
    height: 30px;
    line-height: 30px;
}

.neixiazai li span {
    width: 90%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.neixiazai li:hover {
    background-color: #e2e2e2;
}

.neixiazai li a {
    float: right;
}

.neixiazai li a:hover {
    color: #ff0000;
}

#wrapper #head {
    box-shadow: 0px 2px 10px rgba(97, 97, 97, 0.5);
    -moz-box-shadow: 0px 2px 10px rgb(97, 97, 97, 0.5);
    -webkit-box-shadow: 0px 2px 10px rgb(97, 97, 97, 0.5);
}

#body .inner .right .main .ArticleList .fw_s {
    text-align: center;
}

.ornament1::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ff7122;
    left: 4%;
    top: 50%;
    margin-top: -4px;
}

.ornament2::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #158efb;
    left: 0%;
    top: 50%;
    margin-top: -2px;
}

.mySwiper_ban .swiper-button-prev {
    left: 6%;
}

.mySwiper_ban .swiper-button-next {
    right: 6%;
}

.fullhd-l li a:hover,
.fullhd-l li a.on {
    color: #018a73;
    /* font-size: 17px; */
    /* font-weight: 700; */
}

.footer .acopyright {
    position: relative;
    background-color: #005c64;
    /* bottom: 40px; */
}

.footer .acopyright .links {
    color: #fff;
}

.maincont {
    display: flex;
    justify-content: center;
}

.maincont-img {
    background-color: #f9f9f9;
}

.maincont-img img {
    width: 230px;
    /* box-shadow: 0px 6px 7px 5px #ccc; */
    border: 8px solid #fff;
}

.maincont-txt {
    width: 28%;
    padding-left: 1.3%;
    padding-top: 2%;
    text-align: justify;
}

.content .albumblock .inner .albumtitle {
    color: #000;
    height: auto;
    font-size: 14px;
    /* background-color: #0d7cc4; */
    width: 63%;
    padding: 1%;
}

.albumblock .maincont-txt {
    width: auto;
}

#body .inner .right .main .content .MorePro .albumblock .inner {
    display: flex;
    border: 1px solid #ccc;
}

#body .inner .right .main .content .MorePro .albumblock .inner:hover {
    border: 1px solid #009174;
    box-shadow: 7px 15px 15px -5px rgba(149, 166, 185, .6);
}

.albumblock .inner a {
    width: 35%;
    color: #fff;
}

.content .albumblock2 .inner .albumtitle {
    margin: auto;
    text-align: center;
}

.isearch {
    cursor: pointer;
}

.isearch .search {
    padding: 2px 0px 0px 4px;
    filter: drop-shadow(2px 2px 2px #009174a9);
    -webkit-filter: drop-shadow(2px 2px 2px #009174a9);
}

form {
    position: relative;
    margin: 0 auto;
}

.d7:after {
    content: "";
    clear: both;
    display: table
}

.d7 form {
    width: auto;
    float: right;
}

.d7 input {
    width: 100px;
    height: 21px;
    padding-left: 7px;
    border-radius: 42px;
    border: 1px solid #324b4e;
    background: #fff;
    outline: none;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.d7 input:focus {
    width: 140px;
}

.d7 button {
    width: auto;
    height: 21px;
    background: none;
    border: none;
    position: absolute;
    top: 0px;
    right: 2px;
    cursor: pointer;
}

.d7 button:before {
    content: "\f002";
    font-family: FontAwesome;
    color: #009174;
    vertical-align: middle;
}

#body .inner .right .Position span.isearch-t {
    padding-left: 0;
    color: #009173;
    font-size: 15px;
    font-weight: 700;
}


/* 适配移动端 */
@media screen and (max-width:1200px) {
    .information.fullw .iparty-c .iparty-c-w {
        width: 94.5%;
        margin: 2% auto;
    }

    .iarticle-t3 {}
}

@media screen and (max-width: 1025px) {

    /* 首页 */
    .fullw {
        width: 96%;
        height: auto;
    }

    .iparty-c,
    .view,
    .inews,
    .footer-con {
        flex-direction: column;
    }

    .iarticle-t {
        width: 77%;
    }

    .inews-img,
    .inews-news,
    .iparty-c .iparty-c-w,
    .iproject .iparty-c .iparty-c-w,
    .footer-nav,
    .footer-wechat {
        width: auto;
    }

    .iparty-c .iparty-c-w {
        margin-right: 0;
    }

    .iparty .iparty-c .iparty-c-w,
    .information .iparty-c .iparty-c-w,
    .iproject .iparty-c .iparty-c-w {
        margin-bottom: 20px;
    }

    .iparty .iparty-c .iparty-c-w:last-child,
    .information .iparty-c .iparty-c-w:last-child,
    .iproject .iparty-c .iparty-c-w:last-child {
        margin-bottom: 0;
    }

    .footer-nav {
        flex-wrap: wrap;
    }

    .footer-nav-con {
        width: 25%;
    }

    .footer-wechat {
        align-items: center;
        flex-direction: initial;
    }

    .footer-wechat-img {
        margin-left: 1.9%;
    }

    .footer-wechat-img img {
        width: 86px;
    }

    .footer-wechat-img span {
        font-size: 14px;
    }

    .ibanner {
        height: 240px;
    }

    .fullhd-l {
        width: 100%;
    }

    .fullhd-l li {
        width: 33.3333%;
        text-align: center;
    }

    .fullhd-l li a {
        padding: 1% 10%;
        font-size: 15px;
    }

    .fullhd-l li::after {
        float: right;
    }

    .fullhd-l li:nth-child(3n)::after {
        display: none;
    }

    .view {
        align-items: center;
    }

    /* 内页 */
    #wrapper #body {
        margin-top: 20px !important;
        width: 96% !important;
    }

    #wrapper #head {
        position: relative !important;
    }

    #body .inner {
        display: flex;
        flex-direction: column-reverse;
    }

    #body .inner .left,
    #body .inner .right {
        width: auto !important;
    }

    #body .inner .right {
        margin-bottom: 30px;
    }

    .main .ArticleList table tbody tr {
        display: flex;
    }

    #body .inner .right .main .ArticleList .fw_s {
        width: 25.999%;
    }

    #body .inner .right .main .ArticleList .fw_t {
        display: inline-block;
        width: 81.4%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #body .inner .right .main .ArticleList td {
        padding-left: 2.5% !important;
    }

    #body .inner .right .main .ArticleList table,
    #body .inner .right .main .ArticleList tbody {
        display: block;
    }

    #wrapper .t_page li span {
        padding: 2px 10px;
        border: 1px solid #DEDEDC;
        margin: 0px 3px;
        font-size: 14px;
        color: #018a73;
    }

    #wrapper .t_page .current {
        background: #018a73;
        color: #fff;
    }

    #wrapper .t_page {
        padding: 20px 0px 10px 0px !important;
    }

    #body .inner .right {
        padding-bottom: 0 !important;
    }

    .neixiazai li span {
        width: 77%;
    }

    #body .inner .right .main .content .MorePro .albumblock {
        padding: 2% !important;
        width: auto !important;
    }

    #body .albumblock .inner,
    .maincont {
        flex-direction: column;
    }

    .maincont {
        align-items: center;
    }

    .maincont-txt,
    .albumblock .inner a,
    .content .albumblock .inner .albumtitle {
        width: 100%;
    }

    .content .maincontent img {
        width: 95%;
    }

    .maincont-txt {
        padding: 0%;
    }

    .fullhd-l li.isearch {
        width: 100%;
    }

    .d7 form {
        width: 90%;
        margin: auto;
        float: none;
    }

    .d7 input {
        width: 80%;
        height: 26px;
    }

    .d7 button {
        height: 26px;
        right: 10%;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }

    .d7 input:focus {
        width: 100%;
    }

    .d7:hover button {
        right: 1%;
    }

}

#map .BMapLabel {
    font-size: 16px !important;
    padding: 4px 12px !important;
    border: 2px solid rgb(0 145 115) !important;
    font-weight: 700 !important;
    box-shadow: 4px 4px 4px #0000009e;
}

/* pdf */
/* Style for the PDF container */
.pdf-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* Style for the canvas */
#pdf-canvas {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

/* Style for the page navigation buttons */
.pdf-container .page-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pdf-container .arrow-button {
    width: 40px;
    height: 40px;
    background-color: #009174;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin: 0% 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.pdf-container .left-arrow::before {
    content: "\2190";
}

.pdf-container .right-arrow::before {
    content: "\2192";
}

.pdf-container .arrow-button:hover {
    background-color: #005c63;
}

#office-iframe {
    width: 100%;
    height: 800px;
}

@media (max-width: 1000px) {
    .container-all {
        display: none;
    }
}