@charset "UTF-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner video,
.banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner a {
    display: block;
    position: relative;
    padding-top: 36.45%;
    overflow: hidden;
}

.banner a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1.8rem;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.465) 0%, rgba(184, 184, 184, 0) 100%);
    z-index: 2;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    bottom: .4rem;
}

.banner .slick-dots li {
    text-align: center;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #ffffff;
    vertical-align: middle;
    margin: 0 .15rem;
}

.banner .slick-dots li.slick-active {
    width: .48rem;
    height: .48rem;
    border: .01rem dashed #fff;
    background-color: transparent;
    text-align: center;
}

.banner .slick-dots li.slick-active button {
    display: block;
}

.banner .slick-dots li.slick-active button::before {
    content: '0';
}

.banner .slick-dots li button {
    width: 100%;
    height: 100%;
    line-height: .48rem;
    font-size: .14rem;
    display: block;
    padding: 0;
    color: #fff;
    display: none;
}


.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


/* s1 */

.s1 {
    padding-top: .6rem;
    padding-bottom: .8rem;
    background: url(../images/s1-bg.jpg) no-repeat center center;
    background-size: cover;
}

.tit {
    position: relative;
    margin-bottom: .5rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tit h3 img {
    width: 2.02rem;
}

.more a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #004EA2;
    font-size: .16rem;
}

.more a img {
    width: .63rem;
    margin-left: .13rem;
}


.more a:hover {
    font-weight: 600;
}

/* 组件样式 */

.ins1402-tit h3 span {
    font-size: .2rem;
    color: #999999;
    display: block;
    position: relative;
}

.ins1402-tit h3 span::before {
    content: '——';
}

.ins1402-tit h3 b {
    display: block;
    font-family: Source Han Serif CN;
    font-size: .36rem;
    font-weight: bold;
    color: #282828;
}

.ins1402-wid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ins1402-l {
    width: 48.7%;
    margin-right: 4%;
    position: relative;
}

.ins1402-ban.on {
    z-index: 1;
    opacity: 1;
    position: relative;
}

.ins1402-ban {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.ins1402-ban .slick-prev {
    width: .56rem;
    height: .56rem;
    background: url(../images/s1-l.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    top: auto;
    transform: none;
    right: .56rem;
    bottom: 1.37rem;
}

.ins1402-ban .slick-next {
    width: .56rem;
    height: .56rem;
    background: url(../images/s1-r.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    top: auto;
    transform: none;
    right: 0;
    bottom: 1.37rem;
}

.ins1402-r {
    flex: 1;
    min-width: 0;
}

.ins1402-tx h3 {
    font-size: .18rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.ins1402-tx p {
    font-size: .14rem;
    line-height: .24rem;
    height: .48rem;
    color: #A4A4A4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ins1402-ban a {
    background: #FFFFFF;
}

.ins1402-ban a:hover h3 {
    color: #004EA2;
    font-weight: 600;
}

.ins1402-ban .imged {
    padding-top: 3.8rem;
}

.ins1402-tx {
    padding: .1rem .3rem;
    padding-top: .05rem;
    overflow: hidden;
}

.ins1402-date b {
    display: block;
    font-size: .2rem;
    margin-bottom: .05rem;
    font-family: 'sy';
}

.ins1402-date span {
    display: block;
    font-size: .14rem;
    font-family: 'sy';
}

.ins1402-date {
    text-align: left;
    float: right;
    padding: .15rem .3rem;
    border: .02rem solid #D8D8D8;
    border-top: none;
    border-right: none;
    border-bottom: none;
    color: #004EA2;
}


.ins1402-info {
    padding: .2rem 0;
}

.ins1402-r {
    overflow: hidden;
}

.ins1402-qh {
    position: absolute;
    bottom: 0;
    right: .7rem;
}

.ins1402-qh span {
    margin-right: .4rem;
    font-size: .18rem;
    color: #3D3D3D;
    position: relative;
    display: inline-block;
    padding-bottom: .1rem;
    cursor: pointer;
}

.ins1402-qh span i {
    font-style: normal;
}

.ins1402-qh span.on {
    font-size: .18rem;
    font-weight: bold;
    color: #004EA2;
}

.ins1402-more {
    position: absolute;
    bottom: .05rem;
    right: 0;
}

.ins1402-qh span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border: .02rem solid #004EA2;
    border-bottom: none;
    display: none;
}


.ins1402-qh span.on::after {
    display: block;
}


.ins1402-time b {
    font-size: .2rem;
    display: block;
    font-family: 'sy';
}

.ins1402-time span {
    font-size: .14rem;
    display: block;
    font-family: 'sy';
}

.ins1402-time {
    text-align: left;
    position: relative;
    padding-right: .2rem;
    margin-right: .2rem;
    float: left;
    color: #004EA2;
}

.ins1402-time::after {
    content: '';
    position: absolute;
    right: 0;
    top: .05rem;
    height: .4rem;
    width: 0;
    border-right: .01rem solid #004EA2;
}

.ins1402-txt {
    overflow: hidden;
}

.ins1402-txt h3 {
    font-size: .18rem;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .15rem;
}

.ins1402-txt p {
    font-size: .14rem;
    line-height: .2rem;
    color: #999999;
    height: .4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ins1402-r {
    padding: .4rem .5rem;
    background: #FFFFFF;
}

.ins1402-r ul li {
    margin-bottom: .4rem;
}

.ins1402-r ul li:last-child {
    margin-bottom: 0;
}

.ins1402-r ul li a:hover h3 {
    color: #004EA2;
    font-weight: 600;
}

.ins1402-r ul li a:hover .ins1402-time {
    color: #004EA2;
}


/* s2 */
.s2 {
    background: url(../images/s2-bg.png) no-repeat center center;
    background-size: cover;
    padding: .8rem 0;
}

.s2-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-lt ul li {
    width: 48%;
    margin-top: .3rem;
}

.s2-lt ul li:nth-child(-n+2) {
    margin-top: 0;
}

.s2-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .3rem .4rem;
    border: .01rem solid rgba(0, 78, 162, 0.4);
    border-left: .03rem solid #D6A86B;
    background-color: rgba(255, 255, 255, 0.4);
}

.s2-date {
    color: #004EA2;
    margin-right: .25rem;
    padding-right: .25rem;
    border-right: .01rem solid #004EA2;
}

.s2-date b {
    font-size: .2rem;
    display: block;
    line-height: 1;
    margin-bottom: .1rem;
    font-family: 'sy';
}

.s2-date span {
    display: block;
    font-size: .14rem;
    line-height: 1;
    font-family: 'sy';
}

.s2-tx {
    flex: 1;
    min-width: 0;
}

.s2-tx p {
    color: #333333;
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2-lt ul li a:hover p {
    color: #ffffff;
    font-weight: 600;
}

.s2-lt ul li a:hover .s2-date {
    color: #ffffff;
    border-color: #fff;
}

.s2-lt ul li a:hover {
    background-color: #004EA2;
    border-color: #004EA2;
}

/* s3 */
.s3 {
    padding: .6rem 0;
    background: url(../images/s3-bg.png) no-repeat center center;
    background-size: cover;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-c>div {
    width: 48%;
    background: #ffffff;
    padding: .3rem .4rem .1rem .4rem;
}

.s3-tit {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .1rem;
}

.s3-tit h3 {
    color: #333333;
    font-size: .22rem;
}

.s3-lt ul li:last-child a {
    border-color: transparent;
}

.s3-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .25rem 0;
    border-bottom: .01rem solid #E5E5E5;
}

.s3-lt ul li a span {
    color: #004EA2;
    font-size: .18rem;
    margin-right: .18rem;
    font-family: 'sy';
}

.s3-lt ul li a p {
    flex: 1;
    min-width: 0;
    color: #333333;
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.s3-lt ul li a:hover p {
    color: #004EA2;
    font-weight: 600;
}

/* s4 */

.s4 {
    background: url(../images/s4-bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: .7rem;
    padding-bottom: .9rem;
    padding-left: 2.6rem;
    overflow: hidden;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s4-l {
    width: 4.2rem;
    margin-right: .6rem;
}

.s4-r {
    flex: 1;
    min-width: 0;
}

.s4-tx {
    margin: .4rem 0;
    color: #ffffff;
    font-size: .16rem;
    line-height: .32rem;
    text-align: justify;
    overflow-y: auto;
    height: 2.6rem;
    padding-right:0.14rem
}

.s4-tx::-webkit-scrollbar {
  width: 0.04rem;
  height: 4px;
  background: #F2F2F2;
  margin-left:0.1rem;
}

.s4-tx::-webkit-scrollbar-track {
  /* border-radius: 0.1rem; */
  background: #F2F2F2;
}

.s4-tx::-webkit-scrollbar-thumb {
  /* border-radius: 10px; */
  background-color: #3b92f1;
}

.s4-more a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
}


.s4-more a img {
    width: .63rem;
    margin-left: .1rem;
}

.s4-jt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s4-jt>div {
    width: .46rem;
    height: .46rem;
    cursor: pointer;
}

.s4-prev {
    background: url(../images/s4-l.png) no-repeat;
    background-size: 100% 100%;
}

.s4-next {
    background: url(../images/s4-r.png) no-repeat;
    background-size: 100% 100%;
}

.s4-jt {
    margin-bottom: .2rem;
}

.s4-lt .pic {
    padding-top: 60%;
}

.s4-lt a {
    position: relative;
}

.s4-lt a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.s4-lt a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    font-size: .18rem;
    z-index: 2;
}

.s4-lt a {
    margin: 0 .16rem;
}

.s4-lt>ul {
    margin-left: -0.16rem;
    margin-right: -0.16rem;
}

/* s5 */

.s5 {
    padding-top: .7rem;
    padding-bottom: 1rem;
    background: url(../images/s5-bg.png) no-repeat center bottom;
    background-size: cover;
}

.s5-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s5-c>div {
    width: 48.5%;
}


.s5-l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s5-l ul li {
    width: 48.5%;
    margin-top: .2rem;
}

.s5-l ul li:nth-child(-n+2) {
    margin-top: 0;
}

.s5-l ul li a {
    position: relative;
    background: url(../images/s5-tbg.png) no-repeat;
    background-size: 100% 100%;
    height: .94rem;
}

.s5-l ul li a:hover p {
    letter-spacing: .02rem;
}

.s5-l ul li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: .18rem;
    padding: .05rem;
    transition: all 0.5s;
}

.s5-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s5-rl {
    width: 48.5%;
    margin-right: .15rem;
}

.s5-rr {
    flex: 1;
    min-width: 0;
}

.s5-rl a .pic {
    padding-top: 3.22rem;
}

.s5-a {
    position: relative;
}

.s5-a:hover .s5-tx>img {
    animation: jello 1s;
}

.s5-tx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: .05rem;
}

.s5-rr a .pic {
    padding-top: 1.5rem;
}

.s5-rr a:first-child {
    margin-bottom: .22rem;
}

.s5-tx p {
    color: #ffffff;
    font-size: .22rem;
    font-weight: 600;
}

.s5-rr .s5-tx p {
    font-weight: normal;
}

.s5-tx img {
    max-width: .66rem;
    min-width: .36rem;
}





@media screen and (max-width: 1024px) {

    .s1 {
        padding: .3rem 0;
    }

    .ins1402-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .ins1402-r {
        flex: auto;
        width: 100%;
        padding: .2rem;
    }

    .ins1402-ban .imged {
        padding-top: 64%;
    }

    .tit h3 img {
        width: 1.6rem;
    }

    .tit {
        margin-bottom: .3rem;
    }

    .s2 {
        padding: .3rem 0;
    }

    .s3 {
        padding: .3rem 0;
    }

    .s3-c>div {
        width: 100%;
    }

    .s3-l {
        margin-bottom: .2rem;
    }

    .s4 {
        background-color: #f3f3f3;
        background-size: 0;
        padding: 0;
        padding-bottom: .3rem;
    }

    .s4-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
        background-color: #004EA2;
        padding: .2rem .1rem;
    }

    .s4-r {
        flex: auto;
        width: 100%;
        padding: 0 .1rem;
    }

    .s4-lt>ul {
        margin: 0;
    }

    .s4-jt {
        padding-left: .16rem;
    }

    .s5 {
        padding: .3rem 0;
    }

    .s5-c>div {
        width: 100%;
    }

    .s5-l {
        margin-bottom: .2rem;
    }




}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
    .s2-lt ul li {
        width: 100%;
    }

    .s2-lt ul li {
        margin-top: .2rem !important;
    }

    .s2-lt ul li:first-child {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .s5-l ul li {
        width: 100%;
        margin: 0;
        margin-bottom: .1rem !important;
    }

    .s5-rl {
        width: 100%;
        margin: 0;
    }

    .s5-rr {
        flex: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .s5-rr a:first-child {
        margin-bottom: 0;
    }

    .s5-rr a {
        width: 48%;
        margin: 0;
        margin-top: .2rem;
    }

    .banner .slick-dots {
        bottom: .2rem;
    }

}