@charset "utf-8";
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 15.6rem;
    margin: 0 auto;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    padding: 25.6468% 0 0;
}
.banner .slick-dots{
    width: auto;
    bottom: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.banner .slick-dots::before,.banner .slick-dots::after{
    display: block;
    content: "";
    width: 0.3rem;
    height: 1px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 50%;
}
.banner .slick-dots::before{
    left: calc(100% + 0.05rem);
}
.banner .slick-dots::after{
    right: calc(100% + 0.05rem);
}
.banner .slick-dots li{
    width: 0.08rem;
    height: 0.08rem;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 0.1rem;
    position: relative;
}
.banner .slick-dots li::before{
    display: block;
    content: "";
    width: 0.1rem;
    height: 1px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 50%;
    left: calc(100% + 0.05rem);
}
.banner .slick-dots li:last-of-type::before{
    display: none;
}
.banner .slick-dots li.slick-active{
    width: 0.2rem;
    height: 0.2rem;
    border: none;
    background: url(../img/dots.png) no-repeat center;
    background-size: 100% auto;
}
.ImgBanner::before{
    display: block;
    content: "";
    width: 100%;
    height: 0.88rem;
    background: url(../img/bannerBg.png) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

/* lmTit */
.lmTit{
    margin-bottom: 0.25rem;
}
.lmTit h2{
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #333333;
    position: relative;
    font-weight: normal;
    z-index: 9;
}
.lmTit h2::before{
    display: block;
    content: "";
    width: 0.54rem;
    height: 0.54rem;
    background: url(../img/lmTitIcon1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -0.15rem;
}
.lmTit h2::after{
    display: block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/lmTitIcon2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -0.08rem;
    bottom: -0.02rem;
}
.lmTit h2 span{
    color: #075486;
}
.lmTit a.more{
    display: block;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #333333;
    position: relative;
    padding: 0 0.18rem;
}
.lmTit a.more::before,.lmTit a.more::after{
    display: block;
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    border: 1px solid #0099ff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.lmTit a.more::before{
    left: 0;
}
.lmTit a.more::after{
    right: 0;
}
/* indexCon1 */
.indexCon1{
    padding: 0.5rem 0 0.7rem;
}
.newImg li,.newTxt li{
    float: left;
    width: calc(33.333% - 0.24rem);
    margin-right: 0.36rem;
}
.newTxt li{
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.newImg li:nth-of-type(3n),.newTxt li:nth-of-type(3n){
    margin-right: 0;
}
.newImg li a{
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    border-bottom: 0.04rem solid #075486;
    box-shadow: 0 0 0.16rem 0 rgba(0,50,94,0.2);
}
.newImg li a .img{
    padding: 56.277% 0 0;
}
.newImg li a .con{
    width: 100%;
    padding: 0.15rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}
.newImg li a .con .tit{
    width: 100%;
    margin-left: 0.5rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newImg li a .con .time{
    font-family: Arial;
    white-space: nowrap;
    font-size: 0.16rem;
    color: #075486;
    line-height: 1;
    text-align: center;
}
.newImg li a .con .time span{
    display: block;
    font-size: 0.36rem;
    width: 100%;
    margin-bottom: 3px;
}
.newTxt{
    margin-top: 0.35rem;
}
.newTxt a{
    display: block;
    width: 100%;
    position: relative;
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newTxt a span{
    display: block;
    font-family: Arial;
    white-space: nowrap;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.24rem;
    position: absolute;
    right: 0.08rem;
    bottom: 0;
    font-weight: normal;
}

/* indexCon2 */
.indexCon2{
    padding: 0.5rem 0 0.7rem;
    background: url(../img/bg2.png) no-repeat center;
    background-size: cover;
}
.list2{
    float: left;
    width: calc(33.333% - 0.24rem);
    margin-right: 0.36rem;
}
.list2:last-of-type{
    margin-right: 0;
}
.indexCon2 .list2 ul{
    background: #fff;
    box-shadow: 0 0 0.16rem 0 rgba(0,50,94,0.2);
}
.gzdt {
    width: 100%;
    padding: 0 0.16rem 0.2rem;
    box-sizing: border-box;
}
.gzdt li a{
    display: block;
    font-size: 0.18rem;
    line-height: 0.45rem;
    color: #333333;
    padding-left: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/gzdtIcon1.png) no-repeat left 0.06rem center;
    background-size: 0.13rem auto;
}
.gzdt .first{
    width: 100%;
    padding: 0.25rem 0.1rem;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin-bottom: 0.08rem;
}
.gzdt .first a{
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    white-space: normal;
    background: none;
}
.gzdt .first a .img{
    width: 2.3rem;
    padding: 1.3rem 0 0;
}
.gzdt .first a .con{
    width: calc(100% - 2.3rem);
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.gzdt .first a .con .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    height: 0.84rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.gzdt .first a .con .time{
    font-family: Arial;
    font-size: 0.16rem;
    color: #999999;
    line-height: 1;
    margin-top: 0.2rem;
    font-weight: normal;
}
.xsyg{
    padding: 0.08rem 0.27rem 0.24rem;
    width: 100%;
    box-sizing: border-box;
}
.xsyg li{
    position: relative;
}
.xsyg li a{
    display: block;
    padding: 0.18rem 0;
    border-bottom: 1px dashed #e2e2e2;
}
.xsyg li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.07rem;
}
.xsyg li a .txt{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
}
.xsyg li a .txt img{
    display: block;
    margin-right: 0.1rem;
    width: 0.15rem;
    min-width: 0.15rem;
}
.tzgg{
    padding: 0.06rem 0.16rem 0.24rem;
    box-sizing: border-box;
}
.tzgg li a{
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.18rem 0.1rem;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.tzgg li .time{
    width: 0.7rem;
    height: 0.64rem;
    background: #eeeeee;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.16rem;
    color: #075486;
    line-height: 1;
    text-align: center;
    font-family: Arial;
    align-content: center;
    justify-content: center;
}
.tzgg li .time span{
    display: block;
    font-size: 0.36rem;
    line-height: 0.32rem;
    width: 100%;
    margin-bottom: 0.05rem;
}
.tzgg li .tit{
    width: calc(100% - 0.7rem);
    padding-left: 0.2rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
}
/* .indexCon3 */
.indexCon3{
    padding: 0.5rem 0 0.7rem;    
}
.sdts li{
    margin-bottom: 0.26rem;
}
.sdts li:last-of-type{
    margin-bottom: 0;
}
.sdts li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0.05rem 0;
    border-left: 0.04rem solid #eaeaea;
    padding-left: 0.18rem;
    box-sizing: border-box;
}
.sdts li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}
.sdts li a .txt{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.06rem;
}
.sdts li a::before{
    display: block;
    content: "";
    width: 0.04rem;
    height: 0.46rem;
    background: #075486;
    position: absolute;
    left: -0.04rem;
    top: 0;
}
.spad li{
    margin-bottom: 0.36rem;
}
.spad li:last-of-type{
    margin-bottom: 0;
}
.spad li a{
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    box-shadow:  0 0 0.16rem 0 rgba(0,50,94,0.2);
}
.spad li a .img{
    width: 2.8rem;
    padding: 1.58rem 0 0;
}
.spad li a .con{
    width: calc(100% - 2.8rem);
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.spad li a .con .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    height: 0.84rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.spad li a .con .more{
    text-align: right;
    margin-top: 0.2rem;
}
.spad li a .con .more img{
    display: inline-block;
    width: 0.31rem;
    height: auto;
}
.mtjj li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.14rem 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.mtjj li:first-of-type a{
    padding-top: 0;
}
.mtjj li:last-of-type a{
}
.mtjj li .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.3rem;
    margin-top: 0.03rem;
}
.mtjj li .time{
    font-family: Arial;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999999;
}
.mtjj li .ly{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #075486;
    padding-left: 0.2rem;
    background: url(../img/mtjjIcon.png) no-repeat left center;
    background-size: 0.17rem auto;
}
/* indexCon4 */
.indexCon4{
    padding: 0.5rem 0 0.8rem;
    background: url(../img/bg4.png) no-repeat center;
    background-size: cover;
}
.VisionImg{
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.VisionImg .swiper{
    width: 100%;
    padding: 0.15rem 0;
}
.VisionImg .swiper .swiper-slide{
    position: relative;
}
.VisionImg .swiper .swiper-slide a::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.VisionImg .swiper .swiper-slide.swiper-slide-active a::before{
    display: none;
}
.VisionImg .swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.VisionImg .swiper .swiper-slide a .img{
    width: 100%;
    padding: 56.2977% 0 0;
}
.VisionImg .swiper .swiper-slide.swiper-slide-active .img{
    box-shadow: 0 0 0.16rem 0 rgba(0,50,94,0.2);
}
.VisionImg .swiper-prev,.VisionImg .swiper-next{
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 100%;

    box-sizing: border-box;
    background: rgba(7,84,134,0.8) url(../img/arrowIcon1.png) no-repeat center;
    background-size: 0.25rem auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    cursor: pointer;
}
.VisionImg .swiper-prev:hover,.VisionImg .swiper-next:hover{
    background: #075486 url(../img/arrowIcon1.png) no-repeat center;
}
.VisionImg .swiper-next{left: -0.24rem;}
.VisionImg .swiper-prev{
    right: -0.24rem;
    transform: rotateY(180deg);
}

/* media */
@media only screen and (min-width: 1041px){
    .newImg li a:hover{
        transform: translateY(-0.1rem);
    }
    .newImg li a:hover .tit{
        color: #075486;
        font-weight: bold;
    }
    .newTxt a:hover{
       color: #075486;
       font-weight: bold;
    }
    .gzdt li a:hover{
        color: #075486;
        font-weight: bold;    
        background: url(../img/gzdtIcon2.png) no-repeat left 0.06rem center;
        background-size: 0.13rem auto;
        padding-left: 0.35rem;
    }
    .gzdt .first a:hover{
        background: none;
        padding-left: 0;
    }
    .gzdt .first a:hover .con .tit{
        color: #075486;
        font-weight: bold;
    }
    .xsyg li a::before{
        display: block;
        content: "";
        width: 0;
        height: 1px;
        background: #075486;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .xsyg li a:hover::before{
        width: 100%;
    }
    .xsyg li a:hover .tit{
        color: #075486;
        font-weight: bold;
    }
    .tzgg li a::before{
        display: block;
        content: "";
        width: 0;
        height: 1px;
        background: #075486;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .tzgg li a:hover::before{
        width: 100%;
    }
    .tzgg li a:hover .time{
        background: #075486;
        color: #fff;
    }
    .tzgg li a:hover .tit{
        color: #075486;
        font-weight: bold;
    }
    .sdts li a:hover::before{
        height: 100%;
    }
    .sdts li a:hover .tit{
        font-weight: bold;
        color: #075486;
    }
    .spad li a:hover .tit{
        font-weight: bold;
        color: #075486;    
    }
    .mtjj li a:hover .tit{
        font-weight: bold;
        color: #075486;     
    }
    .mtjj li a::before{
        display: block;
        content: "";
        width: 0;
        height: 1px;
        background: #075486;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .mtjj li a:hover::before{
        width: 100%;
    }
    .lmTit a.more:hover{
        color: #075486;
        letter-spacing: 1px;
    }
    .lmTit a.more:hover::before,.lmTit a.more:hover::after{
        border: 1px solid #075486;
    }
    .newTxt li::before{
        display: block;
        content: "";
        width: 0;
        height: 1px;
        background: #075486;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .newTxt li:hover::before{
        width: 100%;
    }
}
@media only screen and (max-width: 1560px){
    .ImgBanner{
        margin-top: 0;
    }
    .VisionImg .swiper-prev{
        right: 0.24rem;
    }
    .VisionImg .swiper-next{
        left: 0.24rem;
    }
}
@media only screen and (max-width: 1040px){
    .newTxt li{
        width: 100%;
        padding: 0.2rem 0;
        border-bottom: 1px solid #f0f0f0;
        margin-right: 0;
    }
    .newTxt a span{
        position: static;
        float: right;
        line-height: 0.3rem;
        margin-left: 0.2rem;
        font-size: 15px;
    }
    .newTxt a{
        height: 0.3rem;
        -webkit-line-clamp: 1;
    }
    .newTxt{
        margin-top: 0.1rem;
    }
    .newImg li{
        width: calc(33.333% - 0.1rem);
        margin-right: 0.15rem;
    }
    .newImg li a .con{
        padding: 0.15rem;
    }
    .newImg li a .con .tit{
        margin-left: 0.1rem;
    }
    .indexCon1,.indexCon2,.indexCon3,.indexCon4{
        padding: 0.5rem 0;
    }
    .indexCon2 .list2{
        width: calc(50% - 0.15rem);
        margin-right: 0.3rem;
        margin-top: 0.5rem;
    }
    .indexCon2 .list2:first-of-type{
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .indexCon2 .list2:last-of-type{
        margin-right: 0;
    }
    .indexCon3 .list2{
        width: 100%;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .indexCon3 .list2:first-of-type{
        margin-top: 0;
    }
    .sdts li a .tit{
        height: auto;
        max-height: 0.6rem;
    }
    .spad li{
        width: calc(50% - 0.15rem);
        margin-right: 0.3rem;
        float: left;
        margin-bottom: 0;
    }
    .spad li:last-of-type{
        margin-right: 0;
    }
    .spad li a .img{
        width: 2.4rem;
    }
    .spad li a .con{
        width: calc(100% - 2.4rem);
    }
}
@media only screen and (max-width: 820px){
    .spad li a .img{
        width: 2rem;
    }
    .spad li a .con{
        width: calc(100% - 2rem);
        padding: 0 0.15rem;
    }
}
@media only screen and (max-width: 768px){
    .indexCon1,.indexCon2,.indexCon3,.indexCon4{
        padding: 0.4rem 0;
    }
    .newImg li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
    .newImg li:last-of-type{
        margin-bottom: 0;
    }
    .gzdt .first{
        padding: 0.25rem 0;
    }
    .indexCon2 .list2{
        width: 100%;
        margin-right: 0;
        margin-top: 0.4rem;
    }
    .spad li{
        width: 100%;
        margin-bottom: 0.2rem;
        margin-right: 0;
    }
    .spad li:last-of-type{
        margin-bottom: 0;
    }
    .indexCon3 .list2{
        margin-top: 0.4rem;
    }
    .spad li a .img{
        width: 2.8rem;
        padding: 1.58rem 0 0;
    }
    .spad li a .con{
        width: calc(100% - 2.8rem);
    }
    .newImg li a .con .tit{
        margin-left: 0.2rem;
    }
}
@media only screen and (max-width: 540px){
    .newTxt a{
        -webkit-line-clamp: 10;
        height: auto;
        max-height: 3rem;
        display: flex;
        flex-direction: column-reverse;
    }
    .newTxt a span{
        width: 100%;
        margin-left: 0;
        margin-top: 4px;
    }
    .newTxt li{
        padding: 0.1rem 0;
    }
    .lmTit h2{
        font-size: 24px;
    }
    .lmTit{
        margin-bottom: 0.15rem;
    }
    .gzdt .first a{
        flex-wrap: wrap;
    }
    .gzdt .first a .img,.gzdt .first a .con{
        width: 100%;
        padding: 10px 0;
        padding-left: 0;
    }
    .gzdt .first a .img{
        padding: 56.25% 0 0;
    }
    .gzdt .first a .con .tit{
        height: auto;
        max-height: 0.84rem;
    }
    .gzdt .first a .con .time{
        margin-top: 8px;
    }
    .gzdt .first{
        padding-bottom: 0;
        padding-top: 0.16rem;
    }
    .gzdt{
        padding: 0 0.16rem 0.1rem;
    }
    .xsyg{
        padding: 0 0.16rem 0.16rem;
    }
    .xsyg li a{
        padding: 0.1rem 0;
    }
    .indexCon2 .list2 ul{
        padding: 0 0.16rem 0.16rem;
    }
    .tzgg li a{
        padding: 0.16rem 0;
    }
    .spad li a{
        flex-wrap: wrap;
    }
    .spad li a .img{
        width: 100%;
        padding: 56.25% 0 0;
    }
    .spad li a .con{
        width: 100%;
        padding: 0.1rem 0.15rem;
    }
    .spad li a .con .more{
        display: none;
    }
    .spad li a .con .tit{
        height:auto;
        max-height: 0.84rem;
    }
    .newImg li a .con{
        padding: 0.1rem 0.15rem;
    }
    .indexCon4 .lmTit{
        margin-bottom: 0;
    }
    .VisionImg .swiper{
        box-sizing: border-box;
    }
    .VisionImg .swiper-prev, .VisionImg .swiper-next{
        width: 0.32rem;
        height: 0.32rem;
        background-size: 0.18rem auto;
    }
    .VisionImg .swiper-prev{
        right: -0.1rem;
    }
    .VisionImg .swiper-next{
        left: -0.1rem;
    }
    .banner a .img{
    }
    .banner .slick-dots{
        bottom: 5px;
    }
    .VisionImg .swiper .swiper-slide a::before{
        display:none;
    }
    .mtjj li .tit{
        -webkit-line-clamp: 2;
        max-height: 0.6rem;
    }
}