@charset "utf-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sy.woff');
    font-style: normal;
}

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to top, rgba(38, 38, 38, 0.3) 0%, rgba(73, 73, 73, 0) 100%);
}

.banner img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick-dots {
    padding-bottom: .2rem;
}

.banner .slick-dots li {
    width: .11rem;
    height: .11rem;
    border: solid .01rem #ffffff;
    border-radius: 50%;
    margin: 0 .1rem;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    background: #ffffff;
}

.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: .6rem 0;
    position: relative;
    background: url(../images/s1-bg.png) no-repeat 60% top;
    background-size: 5rem;
}

.s1>.w16 {
    position: relative;
    z-index: 1;
}

.s1::before {
    content: '';
    width: 5.45rem;
    height: 5.45rem;
    background: url(../images/s1-dq.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.2rem;
    bottom: -0.2rem;
}

.tit {
    position: relative;
    text-align: center;
    margin-bottom: .5rem;
}

.s1 .tit {
    margin-bottom: .3rem;
}

.tit h3 {
    display: inline-block;
    text-align: left;
    padding-left: .5rem;
    background-size: .36rem !important;
}

.tit h3 b {
    font-size: .36rem;
    color: #333333;
    display: block;
}

.tit h3 span {
    font-size: .22rem;
    font-weight: bold;
    font-family: serif;
    color: #9E9E9E;
    position: relative;
}

.tit h3 span::after {
    content: '';
    width: 1rem;
    border-bottom: .01rem solid #9E9E9E;
    position: absolute;
    top: 65%;
    left: 110%;
    transform: translateY(-50%);
}

.more a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    font-size: .18rem;
    line-height: .3rem;
    color: #044595;
    padding-right: .6rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .54rem;
    transition: all 0.5s;
}

.more a:hover {
    right: -0.05rem;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-ban {
    width: 50%;
}

.s1-ban .slick-prev {
    width: .42rem;
    height: .42rem;
    background: url(../images/s1-l.png) no-repeat;
    background-size: 100% 100%;
    top: auto;
    bottom: 1.7rem;
    left: auto;
    right: 1rem;
}

.s1-ban .slick-prev:hover {
    background: url(../images/s1-lh.png) no-repeat;
    background-size: 100% 100%;
}

.s1-ban .slick-next {
    width: .42rem;
    height: .42rem;
    background: url(../images/s1-r.png) no-repeat;
    background-size: 100% 100%;
    top: auto;
    bottom: 1.7rem;
    right: .4rem;
}

.s1-ban .slick-next:hover {
    background: url(../images/s1-rh.png) no-repeat;
    background-size: 100% 100%;
}

.s1-ban a {
    background: #FFFFFF;
    box-shadow: 0rem 0rem .2rem 0rem rgba(0, 0, 0, 0.08);
    margin: .2rem;
    background: url(../images/s1-jt.png) no-repeat right bottom;
    background-size: .4rem;
}

.s1-ban .pic {
    padding-top: 4.33rem;
}

.s1-ifo {
    padding: .25rem 1.1rem .4rem .55rem;
}

.s1-ifo p {
    font-size: .22rem;
    font-weight: bold;
    line-height: .36rem;
    height: .72rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.s1-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .2rem;
}

.s1-date b {
    font-family: 'sy';
    font-size: .26rem;
    color: #333333;
}

.s1-date span {
    font-family: 'sy';
    font-size: .26rem;
    font-weight: bold;
    color: #333333;
}

.s1-date b::after {
    content: '/';
    color: #333333;
    margin-left: .05rem;
    font-size: .2rem;
    font-weight: 100;
}

.s1-ifo em {
    display: block;
    border: .01rem solid #044595;
    line-height: .28rem;
    padding: 0 .13rem;
    color: #044595;
    font-size: .16rem;
    border-radius: .28rem;
    margin-left: .35rem;
}

.s1-ban a:hover p {
    color: #044595;
}

.s1-r {
    width: 46%;
}

.s1-r ul li a {
   /* padding: .25rem 0;*/

    padding: .19rem 0;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-wrap: wrap;
}

.s1-r ul li a span {
    font-size: .24rem;
    color: #044595;
    display: block;
    /*margin-bottom: .1rem;*/
    font-family: 'sy';
    position: relative;
    border-right: 1px solid #044595;
    padding-right: 0.15rem;
    margin-right: 0.15rem;

}

.s1-r ul li a span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.2rem;
    transform: translateY(-50%);
    width: .12rem;
    height: .14rem;
    background: url(../images/s1-sj.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}

.s1-r ul li a:hover span::before {
    opacity: 1;
}

.s1-r ul li a span img {
    width: .18rem;
}

.s1-r ul li a p {
    font-size: .2rem;
    line-height: .32rem;
    height: .34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: justify;
    color: #333333;
width: calc(100% - 100px);
}

.s1-r ul li a:hover p {
    color: #044595;
    font-weight: 600;
}

/* s2 */
.s2 {
    padding-top: .6rem;
    padding-bottom: .6rem;
    background: url(../images/s2-bg.jpg) no-repeat;
    background-size: cover;
}

.s2-lt ul li a {
    position: relative;
    background: #FCFDFE;
    padding: .5rem .5rem .5rem;
    margin: .4rem 0;
    transition: all 0.5s;
    transform: scale(0.93);
}

.s2-lt ul li a:hover {
    background: url(../images/s2-tbg.png) no-repeat #044595;
    background-size: cover;
    transform: scale(1);
}

.s2-lt ul li a:hover .s2-date {
    background: #009E8E;
}

.s2-lt ul li a:hover p,
.s2-lt ul li a:hover span,
.s2-lt ul li a:hover b {
    color: #ffffff;
}

.s2-lt ul li a:hover h3 {
    color: #ffffff;
    font-weight: 600;
}

.s2-date {
    text-align: center;
    background: #F0F0F0;
    padding: .1rem .15rem;
    position: absolute;
    left: .5rem;
    top: -0.4rem;
}

.s2-date b {
    font-family: 'sy';
    font-size: .26rem;
    color: #044595;
    display: block;
}

.s2-date span {
    font-family: Arial;
    font-size: .12rem;
    color: #044595;
    display: block;
}

.s2-tx h3 {
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #3D3D3D;
    margin-bottom: .2rem;
}

.s2-tx p {
    font-size: .16rem;
    line-height: .28rem;
    height: .56rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #AFAFAF;
}

/* s3 */

.s3 {
    padding-top: .6rem;
    padding-bottom: 2.1rem;
    background: url(../images/s3-bg.png) no-repeat 0% 120%;
    background-size: 11.83rem;
}

.s3 .tit {
    text-align: left;
}


.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s3-l {
    width: 43%;
}

.s3-r {
    width: 54%;
}

.s3-l ul li a h3 {
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.s3-l ul li a {
    padding: .2rem 1.2rem .2rem .5rem;
    margin-left: -0.5rem;
    position: relative;
}

.s3-l ul li a::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 96%;
    height: .01rem;
    background: #D8D8D8;
}

.s3-l ul li.on a::after {
    display: none;
}

.s3-l ul li a p {
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
    padding-left: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-l ul li a p.s3-sj {
    background: url(../images/s3-i1.png) no-repeat left center;
    background-size: .14rem;
}

.s3-l ul li.on a p.s3-sj {
    background: url(../images/s3-i1h.png) no-repeat left center;
    background-size: .14rem;
}

.s3-l ul li a p.s3-dd {
    background: url(../images/s3-i2.png) no-repeat left center;
    background-size: .14rem;
}

.s3-l ul li.on a p.s3-dd {
    background: url(../images/s3-i2h.png) no-repeat left center;
    background-size: .14rem;
}

.s3-l ul li a p.s3-zjr {
    background: url(../images/s3-i3.png) no-repeat left center;
    background-size: .14rem;
}

.s3-l ul li.on a p.s3-zjr {
    background: url(../images/s3-i3h.png) no-repeat left center;
    background-size: .14rem;
}


.s3-l ul li.on a {
    border-radius: .06rem;
    background: url(../images/s3-jt.png) no-repeat right .25rem center #044595;
    background-size: .5rem;
}

.s3-l ul li.on a p,
.s3-l ul li.on a h3 {
    color: #ffffff;
}

.s3-r ul li a {
    position: relative;
}

.s3-date {
    border-radius: 0rem .14rem 0rem 0rem;
    background: #044595;
    margin-right: .3rem;
    padding: .13rem;
}

.s3-date b {
    font-size: .3rem;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    display: block;
    font-family: 'sy';
    margin-bottom: .1rem;
}

.s3-date span {
    font-family: Arial;
    font-size: .16rem;
    color: #FFFFFF;
    display: block;
}

.s3-ifo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.s3-tx {
    flex: 1;
    min-width: 0;
}

.s3-tx p {
    font-size: .2rem;
    font-weight: bold;
    line-height: .36rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-r .pic {
    height: 5.8rem;
    padding-top: 0;
}

/* s4 */
.s4 {
    position: relative;
    z-index: 2;
    margin-top: -.8rem;
}

.s4 .tit {
    margin-bottom: 0;
}

.s4 .tit h3 {
    transform: translateX(1.2rem);
}

.s4-c {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    background: url(../images/s4-bg.png) no-repeat;
    background-size: cover;
}

.s4-lt {
    max-width: 16rem;
    margin-left: auto;
    margin-right: 0;
}

.s4-lt a {
    position: relative;
    margin: 0 .2rem;
}

.s4-lt a::after {
    content: '';
    position: absolute;
    width: 0%;
    bottom: 0;
    height: .01rem;
    background: #009E8E;
    transition: all 0.5s;
}

.s4-lt a:hover:after {
    width: 100%;
}

.s4-lt a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .01rem;
    height: 0;
    background: #009E8E;
    transition: all 0.5s;
}

.s4-lt a:hover:before {
    height: .72rem;
}

.s4-lt .slick-list {
    padding-right: 1.8rem !important;
}

.s4-lt .pic {
    padding-top: 60%;
}

.s4-tx {
    padding: .2rem;
    padding-left: .3rem;
    padding-bottom: .3rem;
    background: url(../images/s4-jt1.png) no-repeat right .2rem bottom .3rem;
    background-size: .32rem;
    position: relative;
}

.s4-tx::before {
    content: '';
    width: .03rem;
    height: .57rem;
    background: #044595;
    position: absolute;
    top: -0.15rem;
    left: .1rem;
    transition: all 0.5s;
}

.s4-tx h3 {
    font-size: .18rem;
    color: #333333;
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .3rem;
}

.s4-tx p {
    font-size: .16rem;
    color: #333333;
    font-family: 'sy';
    color: #333333;
    padding-left: .25rem;
    background: url(../images/s4-date1.png) no-repeat left center;
    background-size: .14rem;
}

.s4-lt a:hover h3 {
    color: #044595;
    font-weight: 600;
}

.s4-lt a:hover p {
    color: #009E8E;
    background: url(../images/s4-date2.png) no-repeat left center;
    background-size: .14rem;
}

.s4-lt a:hover .s4-tx {
    background: url(../images/s4-jt2.png) no-repeat right .2rem bottom .3rem;
    background-size: .32rem;
}

.s4-lt a:hover {
    background: #ffffff;
}


.s4-lt a:hover .s4-tx::before {
    height: 0;
}

.s4-lt .slick-prev {
    width: 2.5rem;
    height: .12rem;
    background: url(../images/s4-l.png) no-repeat;
    background-size: 100% 100%;
    top: auto;
    bottom: -0.5rem;
    left: 40%;
}

.s4-lt .slick-next {
    width: 2.5rem;
    height: .12rem;
    background: url(../images/s4-r.png) no-repeat;
    background-size: 100% 100%;
    top: auto;
    bottom: -0.5rem;
    right: 24%;
}



.index {
    padding-bottom: 1rem;
}


@media screen and (max-width: 1200px) {
    .s1-ban {
        width: 100%;
    }
    .s1-ifo p {
        font-size: .2rem;
    }
    .s1-r {
        width: 100%;
    }

    .s1-ban .pic {
        padding-top: 64%;
    }

    .s1-ban a {
        margin: 0;
        box-shadow: none;
        border: 1px solid #eee;
    }

    .s3-c>div {
        width: 100%;
    }

    .s3-l {
        margin-bottom: .2rem;
    }

    .s3-r .pic {
        padding-top: 64%;
        height: auto;
    }

    .s3 {
        padding: .3rem 0;
        padding-bottom: 0;
    }

    .s4 {
        margin: 0;
        background: #F5F8FF;
        padding: .5rem 0;
    }

    .s4-c {
        background: #F5F8FF;
    }

    .s4 .tit h3 {
        transform: none;
    }

    .s4-c {
        padding-top: .5rem;
        padding-bottom: 0;
    }

    .s4-lt .slick-arrow {
        display: none !important;
    }

    .s4-lt .slick-list {
        padding-right: 0 !important;
    }
    .index  {
        padding-bottom: 0rem;
    }
}

@media screen and (max-width: 1024px) {
    .s1-ifo {
        padding: .3rem;
        padding-bottom: .5rem;
    }

    .tit h3 b {
        font-size: .3rem;
    }

    .tit {
        margin-bottom: .3rem;
    }

    .s2{
        padding-top: .3rem;
        padding-bottom: 0;
    }
    .s1 {
        padding: .3rem 0;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
    .tit {
        text-align: left !important;
    }
}