* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.42rem;
    overflow-x: hidden;
}


table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #939598;
    padding: 5px 10px;
}

table p {
    margin-bottom: 0 !important;
    padding: 10px 0;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
    /* inherit 继承 */
    color: inherit;

}


img {
    max-width: 100%;
}

input {
    border: none;
    outline: none;
}

img {
    max-width: none;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
    transition: all 0.5s;
}

iframe {
    border: none;
}


.header {
    background: #fff;
    padding: 0.3rem 5%;
    width: 90%;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex !important;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, .09) 0 0 62px 0;
}

.header>a {
    width: 45%;
    display: block
}

.header>a img {
    width: 100%;
    display: block;
}

.header span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.header span img {
    display: block;
    width: 0.8rem;
}

.header>div {
    display: none;
    position: fixed;
    top: 1.4rem;
    background: #02296a;
    width: 100%;
    height: 100%;
    left: 0;
}

.header>div * {
    color: #fff;
}

.header>div .navAhref {
    margin: 5%;
}

.header>div .navAhref a {
    display: block;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    border-bottom: #2461b91c solid 1px;
    font-size: 0.46rem;
    background: url('../images/icon/arrowRight.svg') 95% center no-repeat;
    background-size: 0.2rem;
    filter: brightness(0) invert(1);

}

.overhiden {
    overflow: hidden;
}

.banner {
    height: auto !important;
}

.bannerFont {
    background: url(../images/banner.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 1.1rem;
}

.bannerFont * {
    font-size: 0.3rem;
    color: #fff;
    font-weight: normal;
    line-height: 0.5rem;
}

.bannerFont h3 {
    color: #fff;
    width: max-content;
    padding: 0.08rem 10%;
    margin: 0.2rem auto 0.1rem auto;
    font-size: 0.26rem;
    font-weight: normal;
    background: linear-gradient(to right, rgba(46, 86, 148, 0) 0%, rgba(46, 86, 148, 1) 50%, rgba(46, 86, 148, 0) 100%);
}

.bannerFont p {
    font-size: 0.24rem;
}

.bannerFont b {
    font-weight: bold !important;
    margin-top: 0.4rem;
    display: block;
}

.bannerFont img {
    display: block;
    margin: 0.2rem auto !important;
}

.mobileBox {
    display: flex!important;
}

.iconBut {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 4% auto;
    height: 12%;
    padding: 0 5%;
}

.iconBut>div {
    border-radius: 5px;
    width: 48%;
    height: auto;
    visibility: initial!important;
}

.iconBut>div>a {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 0.46rem;
    padding: 0.4rem;
}

.iconBut>div img {
    width: 15%;
    display: block;
    margin: 0 auto;
}

.iconBut>div p {
    display: none;
}

.content .bgImg {
    position: absolute;
    top: 4%;
    left: 0;
    z-index: -1;
}

.bgImg img {
    width: 155%;
}


.content {
    position: relative;
    overflow: hidden;
}


.content .box1 {
    padding: 8% 5%;
    border-top: #eee solid 0.5rem;
}

.content .box1 h3 {
    font-size: 0.56rem;
    text-align: center;
    color: #00347e;
}

.content .box1 p {
    font-size: 0.42rem;
    text-align: justify;
    margin-top: 0.4rem;
    line-height: 0.75rem;
}

.content .box1>img {
    display: none;
}

.content .box1 p a {
    display: block;
}

.content .box1 .more {
    background: #eee;
    float: initial;
    padding: 0.3rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
}



.iconWidth {
    overflow: hidden;
}

.iconWidth img {
    width: 1rem;
}

.iconWidth dl {
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: 1rem;
}

.iconWidth dl dt {
    height: 1rem;
}

.iconWidth dd>div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.iconWidth dd>div h3 {
    font-size: 0.42rem;
    font-weight: normal;
}

.iconWidth dd>div span {
    font-size: 0.6rem;
    font-weight: normal;
    margin: 0 0.1rem;
}

.iconWidth dd>div sup {
    font-size: 16px;
}

.iconWidth dd p {
    font-size: 0.4rem;
    text-align: center;
}

.iconWidth dd p::before {
    width: 0.6rem;
    height: 0.05rem;
    background: #00347e;
    content: '';
    display: block;
    border-radius: 50px;
    margin: 0.2rem auto;
}















.more {
    font-size: 0.44rem;
    float: right;
    display: flex;
    align-items: center;
    color: #00347e;
}

.more img {
    width: 0.5rem;
    margin-left: 0.3rem;
}



.titleH3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.secbox .titleH3 {
    margin: 0.5rem 0 0.3rem 0 !important
}

.secbox .titleH3 h3>a.active,
.box4 .titleH3 h3>a.active {
    font-size: 0.56rem;
    color: #00347e;
    position: relative;
}

.secbox .titleH3 h3>a.active {
    font-weight: bold;
}

.box4 .titleH3 h3,
.secbox .titleH3 h3 {
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;

}

.box4 .titleH3 h3>a,
.secbox .titleH3 h3>a {
    margin-right: 0.5rem;
    width: auto !important;
    font-weight: normal;
    color: #000;
}


.zpfwBox {
    border-top: #eee solid 0.5rem;
    border-bottom: #eee solid 0.5rem;
    padding: 5% 5% 7% 5%;
    overflow: hidden;
}

.mySwiper {
    position: relative;
    overflow: hidden;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 0.3rem;
    background: url('../images/zpimg.jpg');
    background-size: cover;
    height: 3.4rem;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper a {
    width: 100%;
    display: flex;
    margin: 0.2rem;
    border: #00347e dashed 1px;
    height: 80%;
    align-items: center;
    justify-content: center;
}

.mySwiper a>div {
    padding: 0.4rem;
}

.mySwiper b {
    display: block;
    font-size: 0.48rem;
    color: #00347e;
    margin-bottom: 5px;
}

.mySwiper p {
    font-size: 0.34rem;
    color: #00347e;
}

.mySwiper .swiper-button-next {
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 5px;
    right: 0 !important;
    background-image: none !important;
    width: 17px !important;
    height: 28px !important;
}

.mySwiper .swiper-button-prev {
    background-color: rgba(0, 0, 0, .7);
    padding: 10px 5px;
    left: 0 !important;
    background-image: none !important;
    width: 21px !important;
    height: 32px !important;
}

.mySwiper .swiper-button-prev img,
.mySwiper .swiper-button-next img {
    filter: grayscale(100%) brightness(200%);
}




.tqhdBox {
    position: relative;
    overflow: hidden;
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    border-bottom: #eee solid 0.5rem;
}

.tqhdBox>div {
    width: 100%;
}

.tqhdBox .titleH3 {
    order: 1;
}

.mySwiper1 {
    height: 6.5rem;
    overflow: hidden;
    order: 3;
    margin-top: 0.5rem;
}


.tqhdBox .swiper-pagination {
    right: 13px;
    top: 3px;
}

.tqhdBox .swiper-pagination>span {
    margin-left: 5px;
    background-color: #fff;
}

.tqhdBox .swiper-pagination-bullet-active {
    background-color: #fff !important;
}


.tqhdBox .mySwiper1 a {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tqhdBox .mySwiper1 a b {
    margin-right: 8px;
}

.tqhdBox .mySwiper1 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tqhdBox>.timeD {
    background: #00347e;
    color: #fff;
    padding: 0.2rem 0 0.2rem 0.5rem;
    position: relative;
    order: 2;
}




.bgImg2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.bgImg2 img {
    width: 100%;
}



.newBox {
    position: relative;

}

.newBox>div>a {
    display: none;
}



.box3,
.box4 {
    padding: 5%;
    border-bottom: #eee solid 0.5rem;
}

.dlBox {
    margin-left: -2.3%;
    overflow: hidden;
    margin-top: -4%;
}


.dlBox dl {
    background: #00347e;
    width: 47%;
    margin-left: 2.3%;
    position: relative;
    margin-bottom: 0.3rem;
    margin-top: 0.5rem;
    float: left;
}

.dlBox dl dt {
    margin-top: -0.3rem;
    height: 2rem;
    background: #fff;
    border: #535353 solid 1px;
    width: 95%;
}

.dlBox dl dt img {
    width: 100%;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
}

.dlBox dl dd {
    padding: 0.2rem 0;
    color: #fff;
    margin: 0 0.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.4rem;
}



.newList>div a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.newList>div .imgBox {
    width: 100%;
    height: 5rem;
    display: flex;
}

.newList>div img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.newList .fontBox {
    background: rgba(0, 0, 0, .03);
    color: #000;
    padding: 5%;
}

.newList .font h5 {
    font-size: 0.5rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 0.5rem;
}

.newList .font p {
    font-size: 0.38rem;
    margin: 0.4rem 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 0.6rem;
    color: #666;
}

.newList .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.4rem;
}

.newList .time img {
    width: 0.4rem;
}

.newList {
    overflow: hidden;
}

.newList li {
    margin-top: 0.6rem;
}

.newList li a {
    display: block;
}

.newList li .imgBox {
    width: 100%;
    height: 5rem;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.newList li .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.newList li .fontCen {
    background: rgba(0, 0, 0, .03);
    color: #000;
    padding: 5%;
    border-radius: 0 0 10px 10px;
}

.newList li h4 {
    color: #00347e;
    font-size: 0.48rem;
    margin-left: -0.2rem;
    font-weight: normal;
}

.newList li p {
    font-size: 0.5rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 0.8rem;
    margin: 0.3rem 0;
}

.newList li span {
    display: block;
    font-size: 0.38rem;
    margin: 0.4rem 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 0.6rem;
    color: #666;
}

.newList li b {
    font-weight: normal;
}

.box4 {
    border: none
}


.hzmt {
    background: url('../images/hzBg.jpg') center no-repeat;
    background-size: cover;
    padding: 5%;
    overflow: hidden;
    position: relative;
}

.mySwiper5 {
    padding-bottom: 0.5rem;
}

.hzmt .mySwiper5 img {
    width: 84%
}

.hzmt .mySwiper5 a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    height: 1.5rem;
    background: #fff;


}

.footer {
    background: #02296a;
}

.CopyrightBox {
    background: #00102b;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.3rem 0;
    line-height: 0.5rem;
}

.footerBox {
    color: #fff;
    padding: 0.5rem 0;
}

.footerBox>div {
    overflow: hidden;
    padding: 0.5rem 0.5rem 0 0.5rem !important;
}

.footerBox>div h3 {
    font-weight: normal;
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}

.footerBox>div a {
    padding: 0.4rem 0.2rem;
    border: #3c5e98 solid 0.5px;
    display: block;
}

.footerBox>div a img {
    width: 100%;
    filter: grayscale(100%) brightness(700%);
}

.footerBox>div p {
    font-size: 0.4rem;
    line-height: 0.75rem;
}

.footerBox dl {
    float: left;
    margin-left: 30px;
}

.footerBox dl dt {
    text-align: center;
}

.footerBox dl dd {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
    text-align: center;
    margin-top: 10px;
}

.footerBox dl dd br {
    display: none;
}


.becBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.becBox .dizBox {
    display: flex;
    align-items: center;
}

.main-content .secbox {
    margin-top: 0.5rem;
}


.dizBox>img {
    width: 0.15rem !important;
    margin: 0 10px;
    filter: grayscale(100%);
}

.becBox .dizBox span img {
    width: 0.4rem;
    display: block;
    height: 100%;
    margin-right: 8px;
}

.secbox {
    margin: 0.38rem auto 0 auto;
    width: 90%;
    margin-top: 1.7rem;
}


#section1 {
    background: url(../images/tHgGJW.png) center top no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0.7rem;
}

#section1 .iconBut {
    width: 100%;
    padding: 0;
}

#section3 .iconBut {
    display: none;
}

.aboutBox .left h3 {
    font-size: 0.54rem;
}

.aboutBox .left>p {
    font-size: 0.28rem;
    margin: 0.2rem 0;
}

.tiemBoxCent {
    margin-top: 0.4rem;
}

.tiemBoxCent>div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.4rem;
    line-height: 0.75rem;
    margin-top: 0 !important;
}

.tiemBoxCent>div p {
    font-size: 0.46rem;
    color: #1d50a3;
}

.tiemBoxCent>div>div {
    width: 76%;
    text-align: justify;
    font-size: 0.46rem;
    line-height: 0.75rem;
}

.aboutBox .right iframe {
    width: 100%;
    height: 107%;
}

/*****倒计时*******/

.countdown {
    display: flex;

    gap: 15px;
}

.countdown-item {
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.countdown-number {
    font-size: 0.46rem;
    background-color: #333;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0 0.1rem;
}

.countdown-label {
    font-size: 0.3rem;
    opacity: 0.8;
    margin-left: 0.2rem;
}

.aboutBox .right {
    display: none;
}


#section2,
#section4 {
    box-shadow: rgba(0, 0, 0, .09) 0 0 58px 0;
}

.section {
    padding: 0.4rem 0;
    scroll-margin-top: 0.3rem;
}

.section h2 {
    font-size: 0.56rem;
    margin-bottom: 0.3rem;
    color: #000;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}


.section h2.active,
.section h2:hover {
    color: #02296a;
}

.section h2.active::after,
.section h2:hover::after {
    width: 0.7rem;
    height: 0.1rem;
    background: #02296a;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 0.2rem;
    content: '';
    display: block;
}


.pInfo h4 {
    font-size: 0.48rem !important;
    margin-bottom: 0.2rem !important;
    margin-top: 0.4rem !important;
    text-align: center;
}

.pInfo p {
    font-size: 0.46rem !important;
    line-height: 0.75rem !important;
    text-align: justify;
}

.scBoxTit {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.scBoxTit>h2 {
    margin: 0 0.5rem;
}

.scCentBox img {
    max-width: 100%;
}

.scCentBox>div {
    display: none;
}

.scCentBox>.boxCent0 {
    display: block;
    text-align: center;
}

.scCentBox .boxCent1 {
    margin-top: 0.3rem;
    visibility: initial !important;
}

#section4 {
    padding-bottom: 0.8rem;
}

#section5 {
    padding-top: 0.5rem;
}

#section5 img {
    width: 100%;
}

.seeMore {
    font-size: 0.5rem;
    padding: 0.35rem 0.3rem;
    text-align: center;
    display: block;
    max-width: 50%;
    margin: 0 auto;
    border: #ddd solid 1px;
    border-radius: 50px;
    margin-top: 0.6rem;
}


/* 侧边导航栏样式 */
.sidebar {
    color: white;
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    width: 100%;


}

.sidebar-header {
    background-color: #2c3e50;
    padding-bottom: 20px;
    border-bottom: 1px solid #34495e;
    margin-bottom: 20px;
}

.sidebar-header h2 {
    font-size: 1.5rem;
}

.nav-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-item {
    margin-bottom: 2px;
    background-color: #495360;
}

.nav-link {
    color: #ecf0f1;
    text-decoration: none;
    display: block;
    padding: 8px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.nav-link:hover,
.nav-link.active {
    background-color: #00347e;
    color: #fff;
}

.iconAhref {
    display: none;
}


.itemLi .item {
    overflow: hidden;
    padding: 0.6rem 0;
    border-bottom: #dfdfdf dashed 1px;

}
.itemLiA .item{ padding-top: 0.2rem!important; padding-bottom: 0!important;}


.itemLi .item .img_box {
    width: 30%;
    float: left;
    height: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.itemLi .item .img_box a {
    display: block;
    height: 100%;
    width: 100%
}

.itemLi .item .img_box img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;

    display: block;
}

.info_box {
    width: calc(100% - 35%);
    float: right;
}

.info_box h3 {
    color: #1d50a3;
    font-weight: normal;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.46rem;
    margin-bottom: 0.1rem;
    line-height: 0.7rem;
}

.info_box span {
    font-size: 0.3rem;
    color: #666;
    display: block;

}

.info_box p {
    font-size: 16px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    display: none;
}

.info_box2 h3 {
    color: #1d50a3;
    font-weight: normal;
    margin-top: 0.4rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.5rem;
}

.info_box2 span {
    font-size: 0.4rem;
    color: #666;
    display: block;
    margin-top: 0.3rem;
    line-height: 0.6rem;
}

.info_box2 p {
    font-size: 16px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}


/*分页*/
.pagination {
    padding: 0.5rem 0;
    text-align: center;
}

.pagination a {
    color: #000;
    display: none !important;
}

.pagination a.page {
    display: block !important;
}

.derd>div {
    padding: 0 .4rem;
    line-height: 1.0286rem;
    height: 1.0286rem;
    border: none;
    background: #fff;
    border-radius: .1429rem;
    display: block;
    float: left;
    margin: 0 .1143rem;
    order: 2;
}

.derd>div span {
    margin: 0 .0571rem;
    font-size: 0.42rem;
}

.derd>div span i {
    color: #ff7c07;
    font-style: normal;
}

.derd>div span:last-child {
    display: none;
}

.pagination a {
    /* padding: 0 .4rem; */
    width: 29%;
    line-height: .9714rem;
    height: .9714rem;
    border: #ddd solid .0286rem;
    border-radius: .1429rem;
    background: #fff;
    margin: 0 .2286rem;
    order: 1
}

.pagination a.active,
.pagination a:hover {
    border-color: #499d42;
    color: #fff;
    background: #499d42;
}

.derd {
    display: flex;
    justify-content: space-between;
}

.derd a:first-child,
.derd a:last-of-type {
    display: inline-block !important;
}

.derd a:last-of-type {
    order: 3;
}

.derd span {
    font-size: 0.35rem;
    margin-top: 0.3rem;
    order: 2;
}

.derd span i {
    font-style: normal;
    color: red
}




.contantBox {
    background: #fff url(../images/new_logo12.png) right top no-repeat;
    box-shadow: rgba(0, 0, 0, .1) 0 0 32px 0;
    background-size: 120px;
    padding: 5% 4%;
    border-top: #02296a solid 2px;
    font-size: 0.4rem;
    line-height: 0.8rem;
    border-radius: 3px;
    margin-top: 0.4rem;
}


.contantBox h4 {
    font-size: 0.5rem;
    margin-bottom: 0.3rem;
}

.mapBox {
    background: #e2e3e4;
    margin-top: 0.3rem;
}

.mapBox>img {
    width: 48%;
    margin: 0.3rem;
    display: none;

}

.mapBox #allmap {
    width: 100%;
    height: 5rem;
    margin: 0.8rem 0;
}


.download {
    margin-top: 0.4rem;
}

.download>div {
    display: inline-block;
    border: #ddd solid 1px;
    border-radius: 8px;
    margin-bottom: 0.4rem;
    position: relative;
    width: 100%;
}

.download>div::before {
    content: '';
    width: 0.1rem;
    height: 0.4rem;
    background: #00347e;
    border-radius: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 35%;
}

.download>div>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.4rem;
    width: 90%;
}

.download>div>a img {
    width: 0.6rem;
}

.download>div>a div {
    width: 88%;
}

.download>div>a h4 {
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.46rem;
    margin-bottom: 0.2rem;
}

.download>div>a p {
    color: #82868d;
    font-size: 0.36rem;
}


.rightDetail {
    padding: 0.4rem 0.6rem;
    box-shadow: rgba(0, 0, 0, .09) 0 0 62px 0;
    border-radius: 10px;
    margin-top: 0.4rem;
}

.rightDetail .titleBox {
    margin-bottom: 0.4rem;
    margin-top: 0.3rem;

}

.rightDetail .titleBox h3 {
    margin: 0 auto;
    font-size: 0.56rem;
    text-align: center;
    font-weight: normal;
    line-height: 0.8rem;
    color: #02296a;
}

.rightDetail .titleBox p {
    text-align: center;
    margin-top: 0.3rem;
    color: #666;
}

.rightDetail .titleBox p span {
    margin: 0 5px;
    font-size: 0.36rem;
}

.deCent p {
    text-indent: 2em;
    margin-bottom: 0.3rem;
    line-height: 0.8rem;
    font-size: 0.46rem;
    text-align: justify;
    display: flex;
    overflow: hidden;
}

.deCent p br{ display: none;}

.deCent img {
    max-width: 100%;
    height: auto!important;
}



/*参展指南*/
.exhibition {
    margin-top: 0.4rem;
}

.exhibition .left {
    margin-bottom: 0.4rem;
}

.exhibition .left .leftNav {
    width: 100%;
    background: #dfdfdf;
    color: #000;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.exhibition .left .leftNav a {
    width: 25%;
    text-align: center;
    font-size: 0.46rem;
    padding: 0.3rem 0;
}

.exhibition .left .leftNav a.on,
.exhibition .left .leftNav a:hover {
    background: #02296a;
    color: #fff;
}

.zzlc>h4 {
    text-align: center;
    color: #02296a;
    font-size: 0.5rem;
    font-weight: normal;
    margin: 0.4rem 0 0.3rem 0;
}

.zzlc img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.exhibition .right {
    padding: 0.5rem 0.6rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .09) 0 0 62px 0;
    margin: 0.6rem 0 0.4rem 0;
    position: relative;
}

.exhibition .right * {
    display: none;
}

.exhibition .right h2 {
    font-size: 0.56rem;
    font-weight: normal;
    color: #02296a;
    display: block !important;
}



.exhibition .right img {
    width: 100%;
    display: none;
}

.exhibition .right>a {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: 0 1%;
    width: 85%;
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
}

.exhibition .right>a img {
    width: 20px;
    filter: grayscale(100%)brightness(800%);
}


.jtzy {
    margin-top: 30px;
}

.jtzy>p {
    text-indent: 2em;
    line-height: 0.75rem;
    margin-bottom: 0.3rem;
    font-size: 0.46rem;
    text-align: justify;

}

.jtzy>p * {
    font-size: initial !important;
    text-indent: 0 !important;
}

.jtfsBox {
    margin-top: 0.6rem;
}

.jtfsBox ul {
    display: flex;
    justify-content: space-between;
}

.jtfsBox ul li {
    width: 15%;
    border: #ddd solid 1px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0;
    cursor: pointer;
    position: relative;
    font-size: 0.4rem;
}

.jtfsBox ul li img {
    width: 0.6rem;
    margin: 0 auto;
    display: block;
}

.jtfsBox li.on,
.jtfsBox li:hover {
    background: #02296a;
    border-color: #02296a;
    color: #fff;
}

.jtfsBox li.on img,
.jtfsBox li:hover img {
    filter: grayscale(100%)brightness(700%);
}

.jtfsBox ul li.on::after {
    content: '';
    display: block;
    bottom: -10px;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #02296a;
}


.jtfsBoxCen {
    margin-top: 30px;
}

.jtfsBoxCen>div>p {
    line-height: 0.75rem !important;
    margin-bottom: 0.3rem !important;
    font-size: 0.46rem !important;
    text-align: justify;
}

.jtfsBoxCen>div>p * {
    font-size: initial !important;
    line-height: initial !important;
    margin-bottom: initial !important;
}

.jtfsBoxCen th,
.jtfsBoxCen td {
    border: 1px solid #ddd;
    padding: 0.3rem 0.4rem;
    text-align: left;
}

.jtfsBoxCen th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #02296a;
}

.jtfsBoxCen tr:nth-child(even) {
    background-color: #f9f9f9;
}

.jtfsBoxCen>div.boxCent0 {
    display: block;
}

.jtfsBoxCen>div {
    display: none;
    margin-top: 0;
}

.zspj dl dt {
    width: 4rem;
    height: 3rem;
    display: flex;
    align-items: center;
}

.zspj dl dt img {
    width: 100%;
}

.zspj dl dd {
    background: #ececec;
    padding: 0.5rem;
    font-size: 0.46rem;
    line-height: 0.75rem;
    border-radius: 10px;
    position: relative;
    text-align: justify;
    /**max-height: 100px;*/
}

.zspj dl dd::before {
    content: '';
    display: block;
    top: -10px;
    left: 2rem;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ececec;
}

.unitsBox .unitsLogo {
    margin-left: -2%;
    overflow: hidden;
}

.unitsBox .unitsLogo a {
    display: block;
    width: 23%;
    float: left;
    margin-left: 2%;
    margin-top: 20px;
}

.unitsBox .unitsLogo a img {
    width: 100%;
    height: 100%;
}



/*******历届展会********/
.prev {
    position: absolute;
    left: 0;
    background: url(../images/icon/arrowLeft.svg) center no-repeat;
    border: #000 solid 1px;
    border-radius: 100%;
    width: 0.5rem;
    height: 0.5rem;
    background-size: 30%;
    filter: grayscale(200%);
    cursor: pointer;
    display: none;
}

.next {
    position: absolute;
    right: 0;
    background: url('../images/icon/arrowRight.svg') center no-repeat;
    border: #000 solid 1px;
    border-radius: 100%;
    width: 0.5rem;
    height: 0.5rem;
    background-size: 30%;
    filter: grayscale(200%);
    cursor: pointer;
    display: none;
}

.slide_wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 0.5rem;
}

.slide_wrap .timeMode {
    position: relative;
    overflow-x: auto;
    width: 100%;
}

.slide_wrap ul {
    position: relative;
    left: 0px;
    z-index: 1;
    white-space: nowrap;
    width: auto !important;
    padding-left: 0.2rem;
    padding-top: 0.2rem;
}

.slide_wrap .timeMode::after {
    width: 100%;
    height: 1px;
    background-color: #999;
    content: '';
    position: absolute;
    bottom: 21px;
    left: 0px;
    display: none;
}

.slide_items li {
    display: inline-block;
    font-size: 0.4rem;
    width: 28%;
    margin-right: 0.3rem;
    text-align: center;
}

.slide_items li a {
    display: block;
    padding-bottom: 0.4rem;
}


.slide_items li.on h3 span {
    color: #fff;
    background: #02296a;
}

.slide_items li.on h3 span::after {
    border-color: #02296a;
}

.slide_items li.on div {
    display: none;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #e1e8f3;
    border-radius: 13px;
    border-color: #02296a;
    margin: 0 auto;
    margin-top: 0.8rem;
    position: relative;
}

.slide_items li.on div i {
    background: #02296a;
}

.slide_items li span {
    color: #333333;
    min-width: 0.8rem;
    text-align: center;
    font-size: 0.46rem;
    display: inline-block;
    padding: 0.3rem 0;
    background: #f1f1f1;
    font-weight: normal;
    position: relative;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.slide_items li span::after {
    position: absolute;
    display: inline-block;
    bottom: -6px;
    left: 45%;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: #f1f1f1 #f1f1f1 transparent transparent;
    transform: rotate(135deg);
    box-shadow: 2px -2px 4px rgba(24, 120, 133, 0.1);
}

.slide_items li div {
    display: none;
    width: 16px;
    height: 16px;
    border: 1px solid #a2a2a2;
    border-radius: 13px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 27px;
    position: relative;
    top: -8px;
}

.slide_items li i {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #a2a2a2;
    border-radius: 5px;

}

.slide-content {
    margin-top: 20px;
}

.slide-content ul {
    overflow: hidden;
}

.slide-content ul li {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 4%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.slide-content ul li:hover {
    box-shadow: 0 4px 25px rgba(36, 32, 150, 0.4);
}

.slide-content ul li:hover .font i {
    background: #0e2752;

}

.slide-content ul li b {
    background: #02296a;
    color: #fff;
    font-size: 0.4rem;
    border-radius: 10px 0 20px 0;
    position: absolute;
    display: block;
    top: -0;
    left: -0;
    padding: 0.3rem 0.5rem;
}

.slide-content ul li b::before {
    margin-right: 5px;
}

.slide-content ul li .imgBox {
    width: 100%;
    height: 191px;
    overflow: hidden;
}

.slide-content ul li .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide-content ul li .font {
    background: #fff;
    display: flex;
    line-height: 1.5rem;
}

.slide-content ul li .font i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #02296a;
    width: 2rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0.46rem;
}

.slide-content li .font img {
    width: 0.8rem;
    filter: grayscale(100%)brightness(800%);
}


.slide-content ul li .font p {
    margin: 0 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.46rem;
}



.seboxCent {
    margin-top: 0.4rem;
}

.secBoxBg {
    margin-top: 2px;
}

.secBoxBg dt:hover {
    padding-right: 40px;
    transition: all .5s;
}

.secBoxBg dt:hover h4 {
    padding-left: 40px;
    transition: all .5s;
}

.secBoxBg dt {
    background: url('../images/zpimgBg.jpg') center no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-right: 0.3rem;
    position: relative;
    color: #00347e;
    font-size: 0.5rem;
    margin-bottom: 2px;
    cursor: pointer;
    padding-bottom: 0.2rem;
}

.secBoxBg dt b {
    font-weight: bold;
    font-size: 24px;
}

.secBoxBg dt h4 {
    min-width: 17%;
    background: url(../images/zpimg1.png) right center no-repeat;
    background-size: cover;
    height: 100%;
    padding-right: 0.5rem;
    line-height: 1rem;
    padding-left: 0.3rem;
    font-size: 0.5rem;
    background-image: none;
}

.secBoxBg dt p {
    font-size: 0.3rem;
    margin-left: 0.75rem;
    white-space: nowrap;
}

.onList dt img {
    transform: rotate(90deg);
}

.secBoxBg dt img {
    position: absolute;
    right: 0.4rem;
    width: 0.5rem;
    top: 39%;
}

.onList dd {
    display: block !important;
}

.secBoxBg dd {
    width: 100%;
    background: #d0e1f4;
    padding: 0.2rem 0 0.4rem 0;
    display: none;
}

.secBoxBg dd>a {
    background: url(../images/icon/arrowRight.svg) left center no-repeat;
    filter: grayscale(100%);
    padding-left: 0.3rem;
    background-size: 0.2rem;
    font-size: 0.44rem;
    display: inline-block;
    max-width: 50%;
    margin-left: 0.4rem;
    margin-top: 0.5rem;
}