@charset "utf-8";
/* 两屏滚动 */
.body_home{
	height:100%;
    position: relative;
}
.body_b {
    width: 100%;
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    outline: none;
}
header.mobile{
    position: absolute;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown2;
}
.body_b.showdiv {
    top: 0;
    padding-top: 1.23rem;
box-sizing: border-box;
}
.bb{
    display: block;
}
div.p70{
    padding: 0.7rem 0;
}
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 1.2rem;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    padding: 27.6% 0 0;
}
.banner a .img img{
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .slick-active .img img{
    animation: bannerFd 6.2s ease-out 0s forwards;
}
.banner a .img::before{
    display: none;
}
.banner .slick-dots{
    width: 16rem;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner .slick-dots li{
    width: 0.24rem;
    height: 0.24rem;
    background: url(../img/dotsIcon2.png) no-repeat center;
    background-size: 0.2rem auto;
    margin-left: 0.1rem;
}
.banner .slick-dots li:first-of-type{
    margin-left: 0;
}
.banner .slick-dots li.slick-active{
    width: 0.34rem;
    height: 0.34rem;
    background: url(../img/dotsIcon1.png) no-repeat center;
    background-size: contain;
}
/* lmTit */
.lmTit{
    margin-bottom: 0.4rem;
    flex-wrap: nowrap;
}
.lmTit .tit{
    position: relative;
    flex-wrap: nowrap;
}
.lmTit .tit::before{
    display: block;
    content: "";
    width: 1.2rem;
    height: 1rem;
    background: url(../img/titBg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(68%,-50%);
}
.lmTit .tit h2{
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.4rem;
    line-height: 1;
    color: #535353;
    white-space: nowrap;
}
.lmTit .tit h2:last-of-type{
    color: #014a95;
}
.lmTit .tit p{
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 100%;
    background: #535353;
    margin: 0 5px;
}
.lmTit .more{
    position: relative;
    padding-left: 0.21rem;
    background: url(../img/moreIcon3.png) no-repeat left bottom;
    background-size: 0.21rem auto;
}
.lmTit .more a{
    display: block;
    padding-right: 0.15rem;
    padding-left: 0.1rem;
    border: 1px solid #014a95;
    border-left: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #014a95;
    border-radius: 0 0.12rem 0.12rem 0;
    position: relative;
    white-space: nowrap;
}
.lmTit .more a::before{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #014a95;
    position: absolute;
    left: 0;
    top: -3px;
}
.lmTit .more a:hover{
    letter-spacing: 1px;
}
.lmTit .tw{
    width: 100%;
    height: 0.12rem;
    margin: 0 0.4rem 0 1.2rem;
    background: url(../img/titBg3.png) no-repeat center;
    background-size: cover;
}
/* indexCon1 */
.indexCon1{
    background: #fff url(../img/bg1.png) no-repeat top center;
    background-size: 100% auto;
}
/* newBanner */
.newBanner{
    width: 55%;
    box-shadow: 0 0 0.1rem 0 rgba(73,89,122,0.15);
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
}
.newBanner li .img{
    padding: 4.92rem 0 0;
}
.newBanner li .con{
    background: #fff;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 2;
}
.newBanner .con::before{
    display: none;
    content: "";
    width: 1.1rem;
    height: 100%;
    background: #014a95;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.newBanner .con .time{
    width: 1.1rem;
    height: 1.3rem;
    background: #014a95;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
}
.newBanner .con .time span{
    display: block;
    width: 100%;
    font-size: 0.48rem;
    margin-bottom: 0.2rem;
    position: relative;
}
.newBanner .con .time span::before{
    display: block;
    content: "";
    width: 0.38rem;
    height: 1px;
    background: rgba(255,255,255,0.39);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.14rem;
}
.newBanner .con .conSub{
    width: calc(100% - 1.1rem);
    padding: 0 0.35rem;
    box-sizing: border-box;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.newBanner .con .conSub .tit{
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.34rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.68rem;
}
.newBanner .con .conSub .txt{
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.52rem;
    margin-top: 0.12rem;
}
.newBanner a:hover .con::before{
    width: 100%;
}
.newBanner a:hover .con .conSub .tit,.newBanner a:hover .con .conSub .txt{
    color: #014a95;
}
.newBanner .slick-dots{
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    padding: 0.23rem 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 100%);
}
.newBanner .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(204,204,204,0.5);
    margin-left: 0.1rem;
    border-radius: 100%;
}
.newBanner .slick-dots li:first-of-type{
    margin-left: 0;
}
.newBanner .slick-dots li.slick-active{
    width: 0.22rem;
    height: 0.22rem;
    background: url(../img/dotsIcon3.png) no-repeat center;
    background-size: contain;
}
.slick-prev,.slick-next{
    width: 0.42rem;
    height: 0.75rem;
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: 100% auto;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    opacity: 0.5;
}
.newBanner .slick-prev{
    left: 0.2rem;
    transform: translateY(-0.65rem) rotateY(180deg);
}
.newBanner .slick-next{
    left: auto;
    right: 0.2rem;
    transform: translateY(-0.65rem);
}
.slick-prev:hover,.slick-next:hover{
    opacity: 1;
}
/* newlist */
.newList{
    width: 42.5%;
}
.newList li{
    margin-bottom: 0.2rem;
}
.newList li:last-of-type{
    margin-bottom: 0;
}
.newList li a{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0.16rem 0.35rem;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 0.1rem 0 rgba(73,89,122,0.15);
    z-index: 9;
}
.newList li a .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 0.28rem;
}
.newList li a .time{
    width: 100%;
    height: 0.22rem;
    background: url(../img/newTimeBg1.png) no-repeat left center;
    background-size: calc(100% - 0.82rem) 100%;
    margin-top: 0.05rem;
    position: relative;
}
.newList li a .time::before{
    display: block;
    content: "";
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 100%;
    background: #dee8f2;
    position: absolute;
    left: 0;
    bottom: -0.01rem;
}
.newList li a .time span{
    display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999999;
    padding-left: 0.1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(45%);
}
.newList li a::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/newListBg.png) no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.newList li a:hover::before{
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.newList li a:hover{
    background: transparent;
    box-shadow: none;
}
.newList li a:hover .tit{
    color: #fff;
}
.newList li a:hover .time span{
    color: #cbe5ff;
}
/* indexCon4 */
.indexCon4{
    background: #f4f6fb;
}
.indexCon4 .lmTit{
    margin-bottom: 0.2rem;
}
.rcpy ul{
    width: auto;
    margin: 0 -0.25rem;
}
.rcpy li{
    float: left;
    width: calc(100% / 3);
    padding: 0.2rem 0.25rem 0;
}
.rcpy li a{
    display: block;
    width: 100%;
    height: auto;
}
.rcpy li .img{
    padding: 57.114% 0 0;
    box-shadow: 0 -0.05rem 0.1rem 0 rgba(73,89,122,0.4);
}
.rcpy li .con{
    background: #fff;
    padding: 0.15rem 0.25rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.rcpy li .con::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #014a95;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.rcpy li .con .time{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999999;
}
.rcpy li  .con .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 9;
}
.rcpy li  .con::after{
    display: block;
    content: "";
    width: 3px;
    height: 0.2rem;
    background: #014a95;
    position: absolute;
    left: 0;
    top: 0.5rem;
}
.rcpy li a:hover .con .tit{
    color: #fff;
} 
.rcpy li a:hover .con .time{
    color: #cbe5ff;
}
.rcpy li a:hover .con::before{
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.rcpy li a:hover .con::after{
    background: #fff;
}
.rcpy .slick-prev{
    left: 0rem;
    transform: translateY(-0.44rem) rotateY(180deg);
    opacity: 1;
}
.rcpy .slick-next{
    left: auto;
    right: 0rem;
    transform: translateY(-0.44rem);
    opacity: 1;
}
/* indexCon5 */
.indexCon5{
    background: #e7edf6;
}
.mediaImg{
    width: 75.625%;
}
.mediaImg ul:nth-of-type(1){
    float: left;
    width: 58.513%;
}
.mediaImg ul:nth-of-type(1) li{
    float: left;
    width: calc(50% - 0.08rem);
    margin-right: 0.08rem;
}
.mediaImg ul:nth-of-type(1) li .img{
    padding: 1.94rem 0 0;
}
.mediaImg ul:nth-of-type(1) li:first-of-type{
    width: calc(100% - 0.08rem);
    margin-bottom: 0.08rem;
}
.mediaImg ul:nth-of-type(1) li:first-of-type .img{
    padding: 3.94rem 0 0;
}
.mediaImg ul:nth-of-type(2){
    float: left;
    width: 41.487%;
}
.mediaImg ul:nth-of-type(2) li .img{
    padding: 2.94rem 0 0;
}
.mediaImg ul:nth-of-type(2) li:first-of-type{
    margin-bottom: 0.08rem;
}
.mediaImg li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.mediaImg li .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.12rem;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 100%);
}
.mediaImg ul:nth-of-type(1) li .tit p{
    font-size: 0.16rem;
}
.mediaImg ul:nth-of-type(1) li:first-of-type .tit p,.mediaImg li .tit p{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mediaImg li .tit.wx p{
    padding-left: 0.36rem;
    background: url(../img/wxIcon.png) no-repeat left center;
}
.mediaImg li .tit.wb p{
    padding-left: 0.36rem;
    background: url(../img/wbIcon.png) no-repeat left center;
}
.mediaImg li .tit.ws p{
    padding-left: 0.36rem;
    background: url(../img/wsIcon.png) no-repeat left center;
}
.mediaImg li .tit.dy p{
    padding-left: 0.3rem;
    background: url(../img/dyIcon.png) no-repeat left center;
}
.mediaImg li:hover .tit{
    background: linear-gradient(0deg, rgba(1,74,149,0.7) 0%, rgba(0,0,0,0) 100%); 
}
.mediaList{
    box-sizing: border-box;
    width: 24.375%;
    padding-left: 0.08rem;
}
.mediaList ul{
    background: url(../img/mediaBg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0.22rem 0.15rem;
}
.mediaList li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px dashed rgba(255,255,255,0.11);
    padding: 0.13rem 0;
}
.mediaList li .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.05rem;
}
.mediaList li .time,.mediaList li .ly{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #cae5ff;
}
.mediaList li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.mediaList li a:hover::before{
    width: 100%;
}
.bg4{
    background: url(../img/bg4.png) no-repeat center bottom;
    background-size: 100% auto;
}
/* 专题专栏 */
.indexCon6{

}

.VisionImg{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0 0.78rem;
    box-sizing: border-box;
}
.VisionImg .swiper{
    width: 100%;
    padding-top: 0.15rem;
}
.VisionImg .swiper .swiper-slide{
    padding: 0 0 0.5rem;
    position: relative;
}
.VisionImg .swiper .swiper-slide a::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    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: 47.7528% 0 0;
    border-radius: 0.12rem;
}
.VisionImg .swiper .swiper-slide a .tit{
    width: 100%;
    height: 0.5rem;
    padding: 0.2rem 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}
.VisionImg .swiper .swiper-slide a .tit p{
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
    height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.VisionImg .swiper .swiper-slide.swiper-slide-active a .tit{
    display: block;
    display: flex;
}
.VisionImg .swiper .swiper-slide.swiper-slide-active .img{
    box-shadow: 0 0 0.13rem 0 rgba(73,89,122,0.23);
}
.VisionImg .swiper-prev,.VisionImg .swiper-next{
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 100%;
    background: url(../img/arrowIcon2.png) no-repeat center;
    background-size: 100% auto;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.23);
    position: absolute;
    left: 0.1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    cursor: pointer;
}
.VisionImg .swiper-prev:hover,.VisionImg .swiper-next:hover{
    background: url(../img/arrowIcon3.png) no-repeat center;
    background-size: 100% auto;
}
.VisionImg .swiper-next{
    transform: rotateY(180deg) translateY(-0.1rem);
}
.VisionImg .swiper-prev{
    left: auto;
    right: 0.1rem;
    transform: translateY(-0.1rem);
}

/* 常用服务 */
.indexCon7{
    margin-top: 0.7rem;
}
.cyfw{
    padding: 0 0.7rem;
    width: 100%;
    box-sizing: border-box;
}
.cyfw li{
    float: left;
    width: calc(100% / 8);
}
.cyfw li a{
    display: block;
    width: 100%;
    height: auto;
}
.cyfw li .icon{
    width: 1.08rem;
    height: 1.08rem;
    border: 1px dashed #0152a6;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}
.cyfw li .icon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.cyfw li .icon img:nth-of-type(1){
    display: block;
}
.cyfw li .icon img:nth-of-type(2){
    display: none;
}
.cyfw li .tit{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #666666;
    text-align: center;
    font-weight: bold;
    margin-top: 0.1rem;
}
.cyfw li a:hover .icon img:nth-of-type(1){
    display: none;
}
.cyfw li a:hover .icon img:nth-of-type(2){
    display: block;
}
.cyfw li a:hover .tit{
    color: #014a95;
}
.cyfw li a .icon::before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: url(../img/ksfwBg.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.cyfw li a:hover .icon{
    border: 1px dashed transparent;
}
.cyfw li a:hover .icon::before{
    width: 1.09rem;
    height: 1.09rem;
}
.cyfw {
    position: relative;
}
.cyfw .cyfw-prev,.cyfw .cyfw-next{
    width: 0.42rem;
    height: 0.75rem;
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.cyfw .cyfw-next{
    left: auto;
    right: 0;
}
.cyfw .cyfw-prev{
    transform: translateY(-50%) rotateY(180deg);
}
/* indexCon2 */
.indexCon2{
    background: #e7edf6;
}
.indexCon2 .w1600{
    position: relative;
}
.indexCon2 .w1600::before{
    display: block;
    content: "";
    width: 100%;
    height: 0.85rem;
    background: url(../img/bg2_1.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.75rem;
}
.indexCon2 .lmTit {
    margin-bottom: 1.2rem;
}
.indexCon2 .lmTit:last-of-type{
    margin-bottom: 0;
}
.indexCon2 .lmTit .more{
    margin-top: 0.3rem;
}
.notice,.jzlt{
    width: 50%;
}
.noticeSub{
    width: 100%;
    padding: 0.35rem 0.38rem;
    background: #fff url(../img/bg2_2.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 0.1rem 0 rgba(73,89,122,0.15);
    box-sizing: border-box;
}
.noticeSub li a{
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dashed rgba(210,210,210,0.6);
    padding: 0.2rem 0.16rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.noticeSub li:last-of-type a{
    border-bottom: 1px dashed transparent;
}
.noticeSub li .time{
    width: 0.66rem;
    height: 0.66rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1;
    color: #014a95;
    white-space: nowrap;
    background: url(../img/noticeTimeBg.png) no-repeat center;
    background-size: 100% auto;
}
.noticeSub li .time span{
    font-size: 0.36rem;
    display: block;
    width: 100%;
}
.noticeSub li .tit{
    width: calc(100% - 0.66rem);
    padding-left: 0.3rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.56rem;
    font-weight: bold;
}
.noticeSub li a:hover .tit{
    color: #014a95;
}
.noticeSub li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #014a95;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.noticeSub li a:hover .time{
    color: #fff;
    background: url(../img/noticeTimeBg2.png) no-repeat center;
    background-size: 100% auto;
}
.noticeSub li a:hover::before{
    width: 100%;
}
/* jzltSub */
.jzltSub{
    width: 100%;
    padding: 0.4rem 0.38rem;
    background: url(../img/bg2_3.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 0.1rem 0 rgba(73,89,122,0.15);
    box-sizing: border-box;
    position: relative;
}
.jzltSub::before{
    display: block;
    content: "";
    width: 0.35rem;
    height: 100%;
    background: url(../img/bg2_4.png) no-repeat left center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.jzltSub li a{
    display: block;
    padding: 0.2rem 0.16rem;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid rgba(181,181,181,0.3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.jzltSub li:last-of-type a{
    border-bottom: 1px solid transparent;   
}
.jzltSub li a .img{
    width: 1.36rem;
    padding: 1.36rem 0 0;
    border-radius: 100%;
    z-index: 9;
}
.jzltSub li a::after{
    display: block;
    content: "";
    width: 1.36rem;
    height: 1.36rem;
    border-radius: 100%;
    background: #aacaec;
    position: absolute;
    left: 0.12rem;
    bottom: 0.12rem;
    z-index: 1;
}
.jzltSub li a .con{
    width: calc(100% - 1.36rem);
    padding-left: 0.3rem;
    box-sizing: border-box;
}
.jzltSub li.noImg a .con{
    width: 100%;
    padding-left: 0;
}
.jzltSub li.noImg a::after{
    display: none;
}
.jzltSub a .con p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jzltSub a .con  .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.jzltSub a .con  .txt{
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #666666;
    padding-left: 0.4rem;
    box-sizing: border-box;
}
.jzltSub a .con .txt:nth-of-type(2){
    background: url(../img/jzltIcon1.png) no-repeat left center;
    background-size: 0.17rem auto;
}
.jzltSub a .con  .txt:nth-of-type(3){
    background: url(../img/jzltIcon2.png) no-repeat left center;
    background-size: 0.18rem auto;
}
.jzltSub a .con  .txt:nth-of-type(4){
    background: url(../img/jzltIcon3.png) no-repeat left center; 
    background-size: 0.22rem auto; 
}
.jzltSub a:hover .con .tit{
    color: #014a95;
}
.jzltSub li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #014a95;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.jzltSub li a:hover::before{
    width: 100%;
}
/* indexCon3 */
.indexCon3{
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.indexCon3 .lmTit .tit::before{
    background: url(../img/titBg2.png) no-repeat center;
    background-size: contain;
}
.indexCon3 .mask-h {
    position: absolute;
    z-index: 53;
    top: 0;
    width: 50%;
    background-color: #fff;
    height: 100%;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}
.indexCon3 .mask-h.left {
    left: 0;
}
.indexCon3 .mask-h.right {
    right: 0;
}
.indexCon3.animation .mask-h {
    width: 0;
}
.indexCon3 .lmTit .tit h2{
    color: #fff;
}
.indexCon3 .lmTit .tit h2:last-of-type{
    color: #99ccff;
}
.indexCon3 .lmTit .tit p{
    background: #fff;
}
.indexCon3 .lmTit .more{
    background: url(../img/moreIcon4.png) no-repeat left bottom;
    background-size: 0.21rem auto;
}
.indexCon3 .lmTit .more a{
    border: 1px solid #fff;
    color: #fff;
    border-left: none;
}
.indexCon3 .lmTit .more a::before{
    background: #fff;
}
.kxyjList li{
    align-items: stretch; 
    display: flex!important;
}
.kxyjList .left{
    width: 51.25%;
}
.kxyjList .right{
    width: calc(48.75% - 0.2rem);
    background: rgba(255,255,255,0.07);
    padding: 0.3rem 0.25rem 0;
    box-sizing: border-box;
}
.kxyjList a{
    display: block;
    width: 100%;
    height: auto;
}
.kxyjList .left a .img{
    padding: 4.6rem 0 0;
}
.kxyjList .right .time{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #fff;
}
.kxyjList .right .tit{
    font-size: 0.22rem;
    line-height: 0.28rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.2rem 0 0.27rem;
    font-weight: bold;
}
.kxyjList .right .hx{
    width: 0.88rem;
    height: 1px;
    background: #fff;
}
.kxyjList .right .txt{
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #cae5ff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.84rem;
    margin-top: 0.28rem;
}
.kxyjList .slick-prev{
    transform: rotateY(180deg);
}
.kxyjList .slick-next{
    right: calc(48.75% - 0.2rem);
    transform: none;
}
.kxyj{
    position: relative;
}
.kxyjImg{
    width: calc(48.75% - 0.2rem);
    position: absolute;
    right: 0;
    bottom: 0.15rem;
}
.kxyjImg{
    padding: 0 0.25rem;
}
.kxyjImg li{
    float: left;
    padding: 0 0.05rem;
    box-sizing: border-box;
}
.kxyjImg li a{
    display: block;
    width: 100%;
    height: auto;
    border: 0.06rem solid transparent;
    box-sizing: border-box;
}
.kxyjImg li.slick-current a{
    border: 0.06rem solid rgba(255,255,255,0.25);
}
.kxyjImg li .img{
    padding: 1.17rem 0 0;
}
.kxyjImg .slick-dots{
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.15rem;
}
.kxyjImg .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(204,204,204,0.5);
    margin-left: 0.1rem;
    border-radius: 100%;
}
.kxyjImg .slick-dots li:first-of-type{
    margin-left: 0;
}
.kxyjImg .slick-dots li.slick-active{
    width: 0.22rem;
    height: 0.22rem;
    background: url(../img/dotsIcon3.png) no-repeat center;
    background-size: contain;
}
/* 快速导航 */
.rightCon{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
}
.rightCon .btn{
    position:relative;
    width: auto;
    height: auto;
    margin-right: -0.4rem;
}
@keyframes ani-yuan2 {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
.rightCon .btn::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,74,149,0.3);
    border-radius: 50%;
    animation: ani-yuan2 3s linear infinite 1.5s;
}
.rightCon .btn::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,74,149,0.3);
    border-radius: 50%;
    animation: ani-yuan2 3s linear infinite;
}
.rightCon .btn p {
    cursor: pointer;
    transition: .5s;
    width: 0.8rem;
    height: 0.8rem;
    background: #014a95 url(../img/rightConIcon.png) no-repeat;
    background-position: 0.1rem center;
    border-radius: 100%;
    font-family: 'lib';
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.8rem;
    text-indent: 0.15rem;
}
.rightCon .btn p::before{
    content: "\e61e";
}
.rightCon.active .btn {
    transform: translateX(-0.85rem);
    opacity: 0
}
.rightCon.active .system{
    transform: translateX(0) translateY(-50%)
}
.rightCon .system{
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateX(0.85rem) translateY(-50%);
    width: 0.85rem;
    height: auto;
    transition: .5s;
    z-index: 1
}
.ksNav{
    width: 0.85rem;
    height: auto;
    border-radius: 0.43rem;
    overflow: hidden;
    border-bottom: 1px dashed #acc3f1;
}
.ksNav .icon{
    background: #003399;
    width: 100%;
    padding: 0.15rem 0;
}
.ksNav .icon img{
    display: block;
    width: auto;
    height: 0.45rem;
    margin: 0 auto;
    max-width: 100%;
}
.ksNav ul{
    border-left: 1px dashed #acc3f1;
    border-right: 1px dashed #acc3f1;
    padding: 0.1rem 0;
    background: #fff;
}
.ksNav ul li a{
    position: relative;
    display: block;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #333333;
    text-align: center;
}
.ksNav ul li a:hover{
    color: #003399;
}
.ksNav ul li a:hover::before{
    display: block;
    content: "";
    width: 2px;
    height: 0.2rem;
    background: #003399;
    position: absolute;
    left: -1px;
    top: 0.1rem;
}
.ksNav .fhTop{
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    line-height: 0.4rem;
}
.ksNav .fhTop img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.system .ycIcon{
    font-family: 'lib';
    font-size: 0.36rem;
    color: transparent;
    margin: 0 auto;
    line-height: 0.45rem;
    cursor: pointer;
    text-align: center;
    width: 100%;
    background: #003399 url(../img/rightIcon2.png) no-repeat center;
    background-size: 80% auto;
    padding: 0.15rem 0;
}
.system .ycIcon:before{
    content: "\e88a";
}
/* 公众号二维码 */
.code{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 3.05rem;
}
.code h2{
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #666666;
    font-weight: normal;
    font-family: PingFangSC;
    font-style: italic;
}
.code li{
    float: left;
    position: relative;
    cursor: pointer;
    margin-left: 0.2rem;
}
.code li p.icon{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    background: #cadbf6;
}
.code li p.icon img{
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 0.26rem;
    max-height: 0.26rem;
}
.code li p.codeImg{
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding-top: 0.14rem;
    animation: 0.5s ease .3s 1 normal backwards running codeUp;
}
.code li p.codeImg::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 0.05rem;
    transform: translateX(-50%);
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.1rem solid rgba(255,255,255,1);
    border-top: 0 solid transparent;
}
.code li p.codeImg img{
    display: block;
    width: 1rem;
    height: auto;
    object-fit: cover;
    max-width: none;
    border: 3px solid #fff;
    border-radius: 4px;
}
.code li p.icon:hover{
    background: #f56467;
}
.code li:hover p.codeImg{
    display: block;
}
.indexCon5 .w1600{
    position: relative;
}
/* media */
@media only screen and (min-width: 1921px){
    .lmTit .more a{
        font-size: 0.14rem;
        line-height: 0.22rem;
    }
    .lmTit .more a::before{
        width: 0.05rem;
        height: 0.05rem;
        top: -0.03rem;
    }
    .mediaImg li .tit p{
        padding-left: 0.34rem!important;
        background-size: 0.24rem auto!important;
    }
    .noticeSub li .time{
        font-size: 0.14rem;
    }
    .cyfw li .icon img{
        min-width: 0.36rem;
    }
}
@media only screen and (max-width: 1660px){
    .banner a .img{
        height: auto;
    }
    .banner .slick-dots{
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    .indexCon2 .w1600::before{
        width: calc(100% - 0.3rem);
    }
    .body_b{
        position: static;
    }
    .body_b.showdiv{
        padding-top: 0;
    }
    header.mobile{
        position: fixed;
    }
}
@media only screen and (max-width: 1040px){
    div.p70{
        padding: 60px 0;
    }
    .newBanner{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .newList{
        width: 100%;
    }
    .newBanner li .img{
        padding: 56.25% 0 0;
    }
    .notice, .jzlt{
        width: 100%;
    }
     .jzlt{
        margin-top: 60px;
     }
    .indexCon2 .lmTit{
        margin-bottom: 0.4rem;
    }
    .jzltSub::before,.indexCon2 .w1600::before{
        display: none;
    }
    .kxyjImg{
        display: none;
    }
    .kxyjList .left,.kxyjList .right{
        width: 100%;
    }
    .kxyjList .left a .img{
        padding: 56.25% 0 0;
    }
    .kxyjList .slick-prev{
        left: 0.2rem;
        transform: translateY(-1.2rem) rotateY(180deg);
        opacity: 1;
    }
    .kxyjList .slick-next{
        right: 0.2rem;
        transform: translateY(-1.2rem);
        opacity: 1;
    }
    .kxyjList .right .txt{
        -webkit-line-clamp: 2;
        height: 0.56rem;
    }
    .kxyjList .right{
        padding: 0.25rem;
    }
    .rcpy li{
        padding: 0.2rem 0.1rem;
    }
    .rcpy ul{
        margin: 0 -0.1rem;
    }
    .mediaImg{
        width: 100%;
    }
    .mediaList{
        width: 100%;
        margin-top: 0.08rem;
        padding-left: 0;
    }
    .indexCon7{
        margin-top: 60px;
    }
    .noticeSub,.jzltSub{
        padding: 0.2rem;
    }
    .code{
        position: static;
        margin-top: 0.3rem;
    }
    .ImgBanner{
        padding-top: 0;
    }
}
@media only screen and (max-width: 768px){
    div.p70{
        padding: 50px 0;
    }
    .banner .slick-dots{
        padding: 0 20px;
    }
    .mediaImg ul:nth-of-type(1),.mediaImg ul:nth-of-type(2){
        width: 100%;
    }
    .mediaImg ul:nth-of-type(2){
        margin-top: 0.08rem;
    }
    .mediaImg ul li .img{
        padding: 56.25% 0 0!important;
    }
    .rightCon{
        display:none!important;
    }
}
@media only screen and (max-width: 540px){
    .banner .slick-dots{
        padding:  0 12px;
        bottom: 0.1rem;
    }
    .indexCon2 .lmTit,.lmTit{
        margin-bottom: 20px;
    }
    .lmTit .tit::before{
        width: 1.2rem;
        height: 1rem;
    }
    .lmTit .tit h2{
        font-size: 26px;
    }
    .lmTit .tit::before{
        width: 60px;
    }
    .newBanner .slick-dots{
        padding: 10px 0;
        bottom: 70px;
    }
    .newBanner .con .time{
        width: 70px;
        height: 70px;
        font-size: 14px;
        line-height: 20px;
    }
    .newBanner .con .time span{
        font-size: 30px;
        margin-bottom: 13px;
    }
    .newBanner .con .time span::before{
        width: 30px;
        bottom: -9px;
    }
    .newBanner .con .conSub{
        width: calc(100% - 70px);
        padding: 0 10px;
    }
    .newBanner .con .conSub .tit{
        font-size: 18px;
        line-height: 24px;
        -webkit-line-clamp: 2;
        max-height: 48px;
    }
    .newBanner .con .conSub .txt{
        display: none;
    }
    .newBanner .con::before{
        width: 70px;
    }
    .newList li a{
        padding: 0.16rem;
    }
    .newList li{
        margin-bottom: 10px;
    }
    .newBanner{
        margin-bottom: 10px;
    }
    .noticeSub, .jzltSub{
        padding: 10px;
    }
    .noticeSub li a{
        padding: 0.15rem 0;
    }
    .noticeSub li .tit{
        padding-left: 0.2rem;
    }
    .jzltSub li a{
        padding: 0.15rem 0;
    }
    .jzlt{
        margin-top: 40px;
    }
    .jzltSub a .txt{
        padding-left: 0.25rem;
    }
    div.p70{
        padding: 40px 0;
    }
    .slick-prev, .slick-next{
        width: 26px;
    }
    .newBanner .slick-prev{
        left: 10px;
        transform: translateY(-35px) rotateY(180deg);
    }
    .newBanner .slick-next{
        right: 10px;
        transform: translateY(-35px);
    }
    .kxyjList .slick-prev{
        left: 10px;
        transform: translateY(-69px) rotateY(180deg);
    }
    .kxyjList .slick-next{
        right: 10px;
        transform: translateY(-69px);
    }
    .kxyjList .right{
        padding: 12px;
    }
    .kxyjList .right .time{
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }
    .kxyjList .right .tit{
        font-size: 18px;
        line-height: 20px;
        margin: 10px 0;
    }
    .kxyjList .right .hx{
        width: 60px;
    }
    .kxyjList .right .txt{
        font-size: 14px;
        line-height: 24px;
        -webkit-line-clamp: 2;
        height: 48px;
        margin-top: 5px;
    }
    .indexCon4.p70{
        padding: 40px 0 25px;
    }
    .mediaImg ul:nth-of-type(1) li{
        width: 100%!important;
    }
    .mediaImg ul:nth-of-type(1) li:nth-of-type(2){
        margin-bottom: 0.08rem;
    }
    .mediaList ul{
        padding: 10px;
    }
    .cyfw li .icon{
        width: 66px;
        height: 66px;
    }
    .cyfw{
        padding: 0 40px;
    }
    .cyfw .cyfw-prev, .cyfw .cyfw-next{
        width: 26px;
    }
    .rcpy .slick-prev{
        left: 10px;
    }
    .rcpy .slick-next{
        right: 10px;
    }
    .cyfw li .tit{
        font-size: 16px;
        line-height: 24px;
    }
    .code{
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .code h2{
        font-size: 18px;
        width: 100%;
        margin-bottom: 10px;
    }
    .code li{
        margin-left:  15px;
    }
    .code li:first-of-type{
        margin-left: 0;
    }
    .indexCon5.p70{
        padding: 40px 0 20px;
    }
    .lmTit .tw{display:none;}
    .jzltSub li a .img{
        display: none; 
    }
    .jzltSub li a::after{
        display: none;
    }
    .jzltSub li a .con{
        width: 100%;
        padding-left: 0;
    }
    .newList li a .tit{
        height: auto;
        -webkit-line-clamp: 2;
        max-height: 0.56rem;
    }
}