* {
    border: 0;
    margin: 0;
    padding: 0;

}

html {
    font-size: 16px;
}

@media screen and (min-width:375px) {
    html {
        font-size: calc(100% + 2 * (100vw - 375px)/ 39);
        font-size: calc(16px + 2 * (100vw - 375px)/ 39)
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: calc(112.5% + 4 * (100vw - 414px)/ 586);
        font-size: calc(18px + 4 * (100vw - 414px)/ 586)
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: calc(125% + 4 * (100vw - 600px)/ 400);
        font-size: calc(20px + 4 * (100vw - 600px)/ 400)
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: calc(137.5% + 6 * (100vw - 1000px)/ 1000);
        font-size: calc(22px + 6 * (100vw - 1000px)/ 1000)
    }
}

body {
    background-color: #FFFFFE;
}

ol,
ul {
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #292929;
}

.header {
    height: 6rem;
    position: relative;
    background-color: #0063BE;
    background-image: url(../images/headerapp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16rem;
    padding: 0 1rem;
}

.logo {
    font-size: 1rem;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    width: inherit;
    height: 4rem;
    margin: auto;
    color: transparent;
    background: url(../images/logo.png) no-repeat left center;
    background-size: 100%;
}

.slogan {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    width: 3.75rem;
    padding: 0 1rem;
    background: url(../images/slogan.png) center no-repeat;
    background-size: 100%;
}


@media screen and (max-width:370px) {
    .logo {
        background-size: 84%;
    }
}

@media screen and (max-width:370px) {
    .slogan {
        background-size: 84%;
    }
}

#nav {
    /*position: absolute;
    left: 0;
    top: 0;*/
    z-index: 999;
    width: 100%;
    height: 2.68rem;
    overflow: hidden;
    background: #fdfdfc;
    font: .75rem/2.68rem hiragino sans gb, microsoft yahei, simsun;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
}

#nav .swiper-slide {
    padding: 0 15px;
    width: auto;
    font-size: 1rem;
}

#nav .swiper-slide a {
    /*font-size: 1rem;*/
    /*color: #232184;*/
    text-decoration: none;
}

#banner {
    width: 100%;
    height: 31.25vmin;
    overflow: hidden;
    margin-top: 0;
    position: relative;
}

#banner .swiper-slide {
    position: relative;
    text-align: center;
}

#banner img {
    width: 100%;
    height: 100%;

}

#banner2 {
    width: 100%;
    height: 66.66vmin;
    overflow: hidden;
    margin-top: 0;
    position: relative;
    margin-top: 1rem;
}

#banner2 .swiper-slide {
    position: relative;
    text-align: center;
}

#banner2 img {
    width: 100%;
    height: 100%;

}


.gallerytitle {
    text-align: center;
    font-size: 1em;
    height: 42px;
    line-height: 42px;
    color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
    /* background-color: rgba(21,20,20,0.5); */
    background-color: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -webkit-gradient(linear, top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 66px;
    text-align: center;
    right: 0;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 2px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #ff6600;
}

.search-guide {
    font-size: .8125rem;
    line-height: 2rem;
    display: block;
    margin: .375rem .75rem;
    text-align: center;
    color: #969ba3;
    border-radius: .25rem;
    background-color: #fff
}

.bgcolorf6f7f9 {
    background-color: #f6f7f9;
}

.home-nav {
    display: flex;
    margin: .375rem 0;
    padding: 0 .625rem .75em .625rem;
    background-color: #fff;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    flex-wrap: wrap;
}

.home-nav .guide-nav-a {
    display: block
}

.guide-nav-a {
    font-size: .75rem;
    position: relative;
    display: inline-block;
    width: 5rem;
    height: 4.5rem;
    text-align: center;
}

.guide-nav-a>.nav-icon {
    position: absolute;
    right: 0;
    bottom: 1.625rem;
    left: 0;
    width: 26px;
    height: 26px;
    margin: auto;
}

img {
    display: inline-block;
}

.guide-nav-h {
    position: absolute;
    right: 0;
    bottom: 0.1875rem;
    left: 0;
    color: #292929;
    font-size: .875rem;
    font-weight: normal;
}

.divide-setion {
    background-color: #f6f7f9;
    width: 100%;
    height: .75rem;
}

.module-header {
    height: 1.75rem;
    padding: 0 1rem;
    border-top: 1rem solid transparent;
}

.module-header-l {
    float: left;
}

.module-title {
    font-family: FZZCYSK;
    font-weight: 400;
    display: inline;
    color: #2a30aa;
    font-size: 1rem;
    font-weight: bold;

}

/*.module-title::before {
  display: inline-block;
  box-sizing: border-box;
  width: .625rem;
  height: 1em;
  content: '';
  vertical-align: -.22ex;
  color: transparent;
  border-left: 2px solid #ed424b
}*/
.module-title-desc {
    font-size: .8125rem;
    overflow: hidden;
    width: 80%;
    margin-left: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #969ba3;
}

.module-header-r {
    position: relative;
    float: right;
    min-width: 4rem;
}

.module-header-btn {
    font-size: .875rem;
    line-height: 1.75rem;
    position: absolute;
    top: -0.5rem;
    right: -0.75rem;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
    white-space: nowrap;
    color: #969ba3;
    text-decoration: none;
}

.module-header-btn .icon-arrow-r {
    margin-left: 0.25rem;
}

.icon>svg,
svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.25ex;
    fill: currentColor;
}

.book-layout {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1rem;
    -webkit-transition: padding-left .15s;
    transition: padding-left .15s;
}

.book-title {
    line-height: 1.4;
    font-weight: normal;
    -webkit-box-orient: vertical;
}

.book-title3 {
    line-height: 1.4;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}

.book-li::after {
    display: block;
    margin-top: -1px;
    margin-left: 1rem;
    margin-right: 1rem;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;
}

#tabs-container {
    /*height:400px;*/
    background-color: #f5f7f9;
}

.tabs {
    border-top: 2px solid #9ac7ed;
    background: url(../images/headbg.png) no-repeat left top #f9fafa;
    background-size: auto 100%;
    width: 100%;
    /* height: 38px; */
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
}

.tabs a {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    /*float: left;*/
    width: 4.5rem;
    height: 2.68rem;
    line-height: 2.68rem;
    color: #333333;
    display: block;
}

.tabs a.active {
    border-top: 2px solid #2a70be;
    margin-top: -2px;
    /*background-image: url(../images/tab_ui.png);*/
    background-repeat: no-repeat;
    -webkit-background-size: 64px 39px;
    -moz-background-size: 64px 39px;
    -o-background-size: 64px 39px;
    background-size: 64px 39px;
    background-position: left top;
    color: #2a30aa;
    font-weight: bold;
}


.news-list {
    padding: 0 10px;
}

.news-list li {
    overflow: hidden;
    /* border-bottom: 1px solid #eceef0; */
    box-shadow: 0 1px 1px #fff;
    font-weight: normal;
    /*height: 35px;*/
    line-height: 35px;
    font-size: 1rem;
    margin: 10px 0;
    background-color: #ffffff;
    border-radius: 0.25rem;
    padding: 0 0.5rem;
}

.date {
    float: left;
    margin: 1rem 0.5rem;
}

.date-box {
    border-right: 1px solid #e0e0e0;
    padding-right: 0.5rem;
    width: 4rem;
}

.date-box .date-text {
    line-height: 1.4;
    text-align: center;
}

.news-tit p {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin: 1rem 0 1rem 0.25rem;
}

.news-list li a {
    display: block;
    overflow: hidden;
    display: flex;
}




#tabs-container2 {
    /*height:400px;*/
    /*background-color: #f5f7f9;*/
}

.tabs2 {
    border-top: 2px solid #9ac7ed;
    background: url(../images/headbg.png) no-repeat left top #f9fafa;
    background-size: auto 100%;
    width: 100%;
    /* height: 38px; */
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;

}

.tabs2 a {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    /*float: left;*/
    width: 4.5rem;
    height: 2.68rem;
    line-height: 2.68rem;
    color: #333333;
    width: 33%;
    display: block;
}

.tabs2 a.active {
    border-top: 2px solid #2a70be;
    margin-top: -2px;
    /*background-image: url(../images/tab_ui.png);*/
    background-repeat: no-repeat;
    -webkit-background-size: 64px 39px;
    -moz-background-size: 64px 39px;
    -o-background-size: 64px 39px;
    background-size: 64px 39px;
    background-position: left top;
    color: #2a30aa;
    font-weight: bold;
}

.tabs2 a.active:after {
    content: '';
    display: block;
    width: 0.18rem;
    height: 0.03rem;
    background: rgba(103, 245, 255, 1);
    margin: 0px auto;
}

.tabs4 {
    border-top: 2px solid #9ac7ed;
    background: url(../images/headbg.png) no-repeat left top #f9fafa;
    background-size: auto 100%;
    width: 100%;
    /* height: 38px; */
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;

}

.tabs4 a {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    /*float: left;*/
    width: 4.5rem;
    height: 2.68rem;
    line-height: 2.68rem;
    color: #333333;
    width: 33%;
    display: block;
}

.tabs4 a.active {
    border-top: 2px solid #2a70be;
    margin-top: -2px;
    /*background-image: url(../images/tab_ui.png);*/
    background-repeat: no-repeat;
    -webkit-background-size: 64px 39px;
    -moz-background-size: 64px 39px;
    -o-background-size: 64px 39px;
    background-size: 64px 39px;
    background-position: left top;
    color: #2a30aa;
    font-weight: bold;
}

.tabs4 a.active:after {
    content: '';
    display: block;
    width: 0.18rem;
    height: 0.03rem;
    background: rgba(103, 245, 255, 1);
    margin: 0px auto;
}

.news-list {
    padding: 0 10px;
}

.news-list li {
    overflow: hidden;
    /* border-bottom: 1px solid #eceef0; */
    box-shadow: 0 1px 1px #fff;
    font-weight: normal;
    /*height: 35px;*/
    line-height: 35px;
    font-size: 1rem;
    margin: 10px 0;
    background-color: #ffffff;
    border-radius: 0.25rem;
    padding: 0 0.5rem;
}

.date {
    float: left;
    margin: 1rem 0.5rem;
}

.date-box {
    border-right: 1px solid #e0e0e0;
    padding-right: 0.5rem;
    width: 4rem;
}

.date-box .date-text {
    line-height: 1.4;
    text-align: center;
}

.news-tit p {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin: 1rem 0 1rem 0.25rem;
}

.news-list li a {
    display: block;
    overflow: hidden;
    display: flex;
}



#tabs-container3 {
    /*height:400px;*/
    /*background-color: #f5f7f9;*/
}

.tabs3 {
    border-top: 2px solid #9ac7ed;
    background: url(../images/headbg.png) no-repeat left top #f9fafa;
    background-size: auto 100%;
    width: 100%;
    /* height: 38px; */
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;

}

.tabs3 a {
    width: 25%;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    /*float: left;*/
    /* width: 4.5rem; */
    height: 2.68rem;
    line-height: 2.68rem;
    color: #333333;
    display: block;
}

.tabs3 a.active {
    border-top: 2px solid #2a30aa;
    margin-top: -2px;
    /*background-image: url(../images/tab_ui.png);*/
    background-repeat: no-repeat;
    -webkit-background-size: 64px 39px;
    -moz-background-size: 64px 39px;
    -o-background-size: 64px 39px;
    background-size: 64px 39px;
    background-position: left top;
    color: #2a30aa;
    font-weight: bold;
}

.news-list {
    padding: 0 10px;
}

.news-list li {
    overflow: hidden;
    /* border-bottom: 1px solid #eceef0; */
    box-shadow: 0 1px 1px #fff;
    font-weight: normal;
    /*height: 35px;*/
    line-height: 35px;
    font-size: 1rem;
    margin: 10px 0;
    background-color: #ffffff;
    border-radius: 0.25rem;
    padding: 0 0.5rem;
}

.date {
    float: left;
    margin: 1rem 0.5rem;
}

.date-box {
    border-right: 1px solid #e0e0e0;
    padding-right: 0.5rem;
    width: 4rem;
}

.date-box .date-text {
    line-height: 1.4;
    text-align: center;
}

.news-tit p {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin: 1rem 0 1rem 0.25rem;
}

.news-list li a {
    display: block;
    overflow: hidden;
    display: flex;
}

.module-field {
    overflow: hidden;
    padding: 0.5rem;
}

.module-field-cell {
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: 3.375rem;
    padding: 0.25rem;
}

.module-field-img {
    display: block;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.footer {

    padding: 1rem;
    font-size: 0.75rem;
    margin-top: 1rem;
    background: #0063BE
}

.footer p {
    /*text-align: center;*/
    line-height: 2;
    color: #FFFFFF;
}

.book-cover {
    font-size: 0;
    float: left;
    width: 7.125rem;
    height: 5rem;
    margin-right: 0.5rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}

.book-cell {
    overflow: hidden;
}

.book-author .icon-human {
    font-size: .75rem;
    margin-right: 0.1875rem;
    vertical-align: -.15ex;
}

.book-author {
    font-size: .8125rem;
    display: block;
    overflow: hidden;
    /*max-width: 10em;
    max-width: calc(100vw - 2rem - (176rem / 16));*/
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #828c9b;
    line-height: 2.125rem;
}

.book-meta-r {
    position: relative;
    float: right;
}

.book-title2 {
    line-height: 1.4;
    font-weight: normal;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content {
    padding: 1rem 1.25rem;

}

.zw-t {

    line-height: 1.4;
    font-size: 1.45rem;
    font-weight: normal;
    color: #000000;
    text-align: center;
}

.zw-p {
    color: rgba(0, 0, 0, 0.45);
    font-size: 0.75rem;
    line-height: 2rem;
    text-align: center;
}

.zw-title {
    /*padding-bottom: 2rem;*/
    border-bottom: 1px solid #dcdcdc;
}

.zw-content {
    margin-top: .35rem;

}

.zw-content table {
    max-width: 100%;

}

.zw-content p {
    font-size: 1rem !important;

}

.zw-content p span {
    font-size: 1rem !important;

}

.zw-content p img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;

}

.befrom {
    color: rgba(0, 0, 0, 0.45);
    font-size: 0.875rem;
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: 1px solid #dcdcdc;
    text-align: center;
    line-height: 1.5;
}


.fujian {
    font-size: 1rem;
}

.fujian span {
    font-size: 1rem;
}

.information_show_title {
    font-size: 1rem;
}

.layout {
    padding: 1rem 1rem;
    margin-top: 2.68rem;
}

.col-title {
    font-weight: bold;
    color: #232184;
    overflow: hidden;
}

.layout .col-list ul li a {
    display: block;
    padding: 1rem 0;
}

.layout .col-list ul li:after {
    display: block;
    margin-top: -1px;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;

}

.layout .col-list ul li a list-title {
    line-height: 1.4;

}

.layout .list-footer {
    display: flex;
    justify-content: space-between;
}

.layout .list-footer p {
    font-size: .8125rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #828c9b;
    line-height: 2.125rem;
}


.page table a {
    color: #232184;
}

.look-more {
    text-align: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.look-more a {
    color: #5076f5;
    font-size: 0.875rem;
    display: block;

}

.footer {
    display: flex;
    justify-content: space-between;
}

.f-box {
    padding: 1rem;
    background-color: #144f8c;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0.125rem;
}

.footer-r a {
    display: block;
}

.f-box td td {
    color: #FFFFFF;
}

.f-box td img {
    width: 1.6rem;
    height: 1.3rem;

}

.gallerytitle {
    padding: 0 1rem;
}

.col-title ul li {
    float: left;
    padding: 0 0.25rem;
}

.col-title ul li a {
    font-size: .875rem;
    font-weight: normal;
    display: block;
    line-height: 1.25rem;
    border-radius: 3px;
    padding: 0.25rem 0.35rem;
}

.activeClass {
    color: #232184;
    background-color: #ECF2FE;
}

.form-control {
    outline: none;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    /*height: 20px;*/
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;



}

.btn {
    width: 90%;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 3px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #337ab7;
    color: #FFFFFF;
}


.form-item {
    margin-top: .5rem;
}

.col-list td {
    padding: 2px 0;
}

.rtd {
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.rtd-btn {
    border-radius: 4px;
    border: 1px solid #2e6da4;
    background-color: #337ab7;
    text-align: center;
    color: #FFFFFF;
    line-height: 30px;
}

.col-list ul {
    overflow: hidden;
}

/* 添加新的样式支持移动端布局 */

/* 内容区域样式 */
.content {
    width: 100%;
    padding: 0.5rem 0;
    background-color: #f6f7f9;
}

/* 分区样式 */
.section-tabs {
    width: calc(100% - 1.5rem);
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    background-color: #fff;
    text-align: center;
}

/* 模块头部样式 */
.module-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    margin-bottom: 0.75rem;
    border-left: 4px solid #232184;
}

.module-title {
    font-size: 1.1rem;
    color: #232184;
    font-weight: bold;
    margin: 0;
    padding: 0.5rem 0;
}

.module-header-btn {
    color: #666;
    font-size: 0.9rem;
}

/* 新闻列表样式 */
.book-ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.book-li {
    padding: 0.5rem 0;
    border-bottom: 1px dashed #eee;
}

.book-title {
    font-size: 0.95rem;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}

/* 标语区域样式 */
.slogan-section {
    width: calc(100% - 1.5rem);
    margin: 0.75rem 0;
    background-color: #fff;
    padding: 0.75rem;
}

.slogan-container {
    width: 100%;
    overflow: hidden;
}

.slogan-swiper {
    width: 100%;
    height: 120px;
}

.slogan-img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.slogan-pagination {
    position: relative;
    margin-top: 0.5rem;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #232184;
}

/* 查看更多链接 */
.look-more {
    text-align: right;
    padding: 0.5rem;
    margin: 0;
}

.look-more a {
    color: #666;
    font-size: 0.9rem;
}