.main {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.main .tpxw {
    position: relative;
}

.main .tpxw .swiper-tpxw {
    height: 50vw;
}

.main .tpxw .swiper-tpxw .section {
    width: 100%;
    height: 50vw;
    position: relative;
    overflow: hidden;
}

.main .tpxw .swiper-tpxw .section img {
    width: 100%;
    height: 50vw;
}

.main .tpxw .swiper-tpxw .section p {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: .7rem;
    line-height: .7rem;
    text-indent: .1rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
}

.main .tpxw .pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: .8rem;
    z-index: 2;
}

.main .tpxw .pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 .1rem;
    display: inline-block;
    transition: all 0.4s;
}

.main .tpxw .pagination .swiper-active-switch {
    background: #e20000;
}

.main .more {
    border: 1px solid #3868b6;
    line-height: .6rem;
    width: 2rem;
    font-size: .28rem;
    text-align: center;
    display: block;
    color: #3868b6;
    margin: .2rem auto 0;
}

.main .module {
    width: 94%;
    margin: .4rem auto;
}

.main .module .con .newsList li {
    line-height: .9rem;
    height: .9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #cccccc;
}

.main .module .con .newsList li span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #C6C6C6;
    margin-right: .16rem;
    vertical-align: .03rem;
}

.main .module .con .newsList li:last-child {
    border-bottom: none;
}


.main .module .moduleNav {
    border-bottom: 1px solid #ECECEC;
}

.main .module .moduleNav li {
    float: left;
    font-size: .36rem;
    text-align: center;
    padding-bottom: .16rem;
}

.main .module .moduleNav li.active {
    font-weight: bold;
    color: #3868b6;
    border-bottom: 3px solid #3868b6;
}

.main .module .moduleNav span {
    width: 1px;
    height: .28rem;
    float: left;
    display: inline-block;
    margin: .12rem .2rem;
    background: #999999;
}

.main .banner {
    width: 94%;
    margin: .3rem auto;
}

.main .banner1 .swiper-banner1{
    height: .9rem;
}

.main .banner1 img {
    width: 100%;
    height: .9rem;
}

.main .banner .pagination {
    position: relative;
    width: 100%;
    text-align: right;
    bottom: -.8rem;
    z-index: 2;
    right: .02rem;
}

.main .banner .pagination .swiper-pagination-switch {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 2px;
    display: inline-block;
    transition: all 0.4s;
}

.main .banner .pagination .swiper-active-switch {
    background: #e20000;
} 

.main .zwgkIcon .icon {
    width: 33.3%;
    text-align: center;
    float: left;
    font-size: .3rem;
    margin:  0 0 .4rem 0;
}

.main .zwgkIcon .icon img {
    width: 50%;
    display: block;
    margin: 0 auto .2rem;
}

.main .znwdIcon {
    width: 96%;
    margin: 0 auto;
}

.main .znwdIcon .icon {
    width: 48%;
    margin: 0 1% .2rem;
    float: left;
    background: #3868b6;
    line-height: .7rem;
    color: #ffffff;
    text-align: center;
}

.main .znwdIcon .icon img {
    width: .4rem;
    margin-right: .2rem;
}

.main .zwfwBanner {
    width: 96%;
    margin: 0 auto;
}

.main .zwfwBanner .modular {
    width: 48%;
    margin: 0 1% .16rem;
    float: left;
}

.main .zwfwBanner .modular img {
    width: 100%;
}

.popup .mantle{
    z-index: 20;
    position: fixed;
    pointer-events: auto;
    background: rgba(0, 0, 0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.popup .ewm{
    position: fixed;
    background: #ffffff;
    z-index: 22;
    width: 60vw;
    height: 66vw;
    top:20vw;
    left: 20vw;
    box-sizing: border-box;
    padding-top: 6vw;
    text-align: center;
    font-size: .3rem;
}

.popup .ewm img{
    display: block;
    width: 80%;
    margin: 0 auto 2vw;
}

.popup .ewm .close{
    position: absolute;
    right: .1rem;
    top: .1rem;
}

.popup .ewm .close img{
    width: .3rem;
    height: .3rem;
    margin: 0;
}
/*专题滚动栏*/
.main .zwzt {
    width: 95%;
    margin: 0 auto;
}
.main .zwzt .ztSwiper {
    width: 100%;
    height: 20vw;
    overflow: hidden;
    margin: .2rem auto .3rem;
}

.main .zwzt .ztSwiper .itm {
    width: 96%;
    height: 20vw;
    margin: 0 auto;
}
.main .zwzt .ztSwiper .itm img {
    width: 100%;
    height: 20vw;
    margin: 0 auto;
    display: block;
}

/* 七一套红 */
/*body{
    background: url(/publicM/th71_m.jpg) top center no-repeat;
    padding-top: 18vw;
    background-size: 100% auto;
}*/
@media (max-width: 768px) {
 .main .tpxw .swiper-tpxw, .main .tpxw .swiper-tpxw .section, .main .tpxw .swiper-tpxw .section img{height: 63vw}
 .main .banner1 .swiper-banner1, .main .banner1 img{height: 10.7vw;}
 .main .banner .pagination{bottom: -75px;}
 .main .zwzt .ztSwiper, .main .zwzt .ztSwiper .itm, .main .zwzt .ztSwiper .itm img{height: 14.4vw}
 .main .zwfwBanner .modular img{height: auto;}
}
@media (max-width: 640px) {
 .main .tpxw .swiper-tpxw, .main .tpxw .swiper-tpxw .section, .main .tpxw .swiper-tpxw .section img{height: 61vw}
 .main .banner .pagination{bottom: -65px;}
.main .zwzt .ztSwiper, .main .zwzt .ztSwiper .itm, .main .zwzt .ztSwiper .itm img{height: 17.3vw}
}
@media (max-width: 480px) {
    .main .tpxw .swiper-tpxw, .main .tpxw .swiper-tpxw .section, .main .tpxw .swiper-tpxw .section img{height: 62vw}
    .main .zwzt .ztSwiper, .main .zwzt .ztSwiper .itm, .main .zwzt .ztSwiper .itm img{height: 21.3vw}
    .main .banner .pagination{bottom: -42px;}
}
@media (max-width: 400px) {
    .main .tpxw .swiper-tpxw, .main .tpxw .swiper-tpxw .section, .main .tpxw .swiper-tpxw .section img{height: 61vw}
    .main .banner .pagination{bottom: -38px;}
}

@media (max-width: 320px) {
    .main .banner .pagination{bottom: -33px;}
     .main .zwzt .ztSwiper, .main .zwzt .ztSwiper .itm, .main .zwzt .ztSwiper .itm img{height: 21.6vw}
}
