@charset "utf-8";

@font-face {
  
    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: 41.47%;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide .a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .23rem;
    height: .41rem;
    
    background-size: 100% 100%;
    left: 1.2rem;
}

.banner .slick-next {
    width: .23rem;
    height: .41rem;
   
    background-size: 100% 100%;
    right: 1.2rem;
}

.banner .slick-dots {
    padding-bottom: .1rem;
}

.banner .slick-dots li {
    width: .11rem;
    height: .11rem;
    border: solid .01rem #ffffff;
    opacity: 0.5;
    border-radius: 50%;
}

.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);
    }
}

.ban-lk {
    background-color: #1A3D6D;
}

.ban-lk ul {
    display: flex;
    flex-wrap: wrap;
}

.ban-lk ul li {
    flex: 1;
    min-width: 0;
    position: relative;
    transition: all 0.6s;
}

.ban-lk ul li.on:after {
    opacity: 0;
}

.ban-lk ul li.on {
    background: linear-gradient(180deg, #FFAB36 0%, #F18D00 100%);
}

.ban-lk ul li:last-child:after {
    display: none;
}

.ban-lk ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: .29rem;
    border-right: .01rem solid rgba(255, 255, 255, 0.62);
}

.ban-lk ul li a {
    padding: .5rem .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ban-lk ul li a img {
    min-width: .42rem;
    max-width: .5rem;
    margin-right: .1rem;
}

.b-tx h3 {
    color: #ffffff;
    font-size: .26rem;
}

.b-tx p {
    letter-spacing: -0.06em;
    color: #FFFFFF;
    font-size: .12rem;
}

.ban-lk ul li:hover img {
    animation: jello 1s;
}

/* s1 */

.s1 {
    padding: .6rem 0;
}

.tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    position: relative;
    margin-bottom: .35rem;
}

.tit i {
    flex: 1;
    min-width: 0;
    display: block;
    background: #A4B7D5;
    height: .01rem;
}

.tit h3 {
    position: relative;
    display: inline-block;
    margin-left: .45rem;
    margin-right: .35rem;
}

.tit h3::before {
    content: '';
    width: .72rem;
    height: .75rem;
    background: url(../images/tit-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -0.25rem;
    transform: translateY(-50%);
}

.tit h3 b {
    display: block;
    font-family: 'sy';
    color: #333333;
    font-size: .36rem;
    line-height: 1;
    position: relative;
}

.tit h3 span {
    font-family: Arial;
    font-size: .2rem;
    color: #A5A5A5;
    display: block;
    text-align: right;
    position: relative;
    font-style: italic;
    margin-top: .05rem;
}

.more {
    padding: .06rem 0;
    padding-left: .2rem;
    border-bottom: .02rem solid #004990;
    position: absolute;
    bottom: .32rem;
    right: 0;
}

.more a {
    font-size: .16rem;
    color: #004990;
    padding-right: .15rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .08rem;
    transition: all 0.3s;
}

.more a:hover {
    padding-right: .2rem;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-l {
    width: 51.2%;
}

.s1-l ul li {
    position: relative;
    padding-right: .3rem;
    transition: padding 0.6s;
}

.s1-l ul li a {
    padding: .25rem 0;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.08);
    position: relative;
}

.s1-l ul li.on {
    background: url(../images/s1-tbg.png) no-repeat left bottom #004990;
    background-size: cover;
    padding: 0 .3rem;
}

.s1-l ul li.on::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: .25rem;
    width: .42rem;
    height: .06rem;
    background: url(../images/s1-line.png) no-repeat;
    background-size: 100% 100%;
}

.s1-l ul li.on h3,
.s1-l ul li.on h2 {
    color: #ffffff;
}

.s1-l ul li.on p {
    color: #8DB6DE;
}

.s1-l ul li.on span {
    position: static;
    color: #FFAB34;
    font-size: .2rem;
    padding-right: .3rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-l ul li a h2 {
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
}

.s1-l ul li a h3 {
    font-size: .14rem;
    height: .28rem;
    line-height: .28rem;
    color: #5E5E5E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
}

.s1-l ul li.on a p {
    height: .48rem;
}

.s1-l ul li a p {
    font-size: .14rem;
    line-height: .24rem;
    height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #8DB6DE;
}

.s1-l ul li a span {
    display: block;
    font-size: .18rem;
    line-height: .22rem;
    text-align: right;
    color: #004990;

    position: absolute;
    right: 0;
    top: .35rem;
}

.s1-r {
    padding: .25rem .15rem;
    background: #E5F3FF;
}

.s1-r ul li a .pic {
    padding-top: 64%;
}

/* s2 */

.s2 {
    padding-top: .7rem;
    padding-bottom: 1rem;
    background: url(../images/s2-bg.png) no-repeat center center;
    background-size: cover;
}

.s2-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -0.18rem;
    margin-right: -0.18rem;
}

.s2-lt ul li:nth-child(2) a,
.s2-lt ul li:nth-child(4) a,
.s2-lt ul li:nth-child(5) a,
.s2-lt ul li:nth-child(7) a {
    background: #E1F2FF;
}

.s2-lt ul li {
    width: 25%;
    margin-top: .6rem;
}

.s2-lt ul li a {
    position: relative;
    padding: .3rem;
    padding-top: .5rem;
    background: #ffffff;
    margin: 0 .18rem;
    transition: all 0.6s;
}

.s2-lt ul li a h3 {
    font-size: .18rem;
    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: .1rem;
}

.s2-lt ul li a p {
    font-size: .14rem;
    line-height: .28rem;
    height: .56rem;
    color: #5E5E5E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2-date {
    text-align: center;
    background: #EEEEEE;
    padding: 0 .08rem;
    padding-top: .08rem;
    position: absolute;
    left: .5rem;
    top: -0.25rem;
    color: #004990;
    transition: all 0.6s;
}

.s2-date b {
    display: block;
    font-size: .24rem;
    line-height: 1;
}

.s2-date span {
    display: block;
    font-size: .12rem;
    line-height: .3rem;
    display: block;
}

.s2-lt ul li a:hover {
    box-shadow: 0rem .02rem .1rem 0rem rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.s2-lt ul li a:hover h3 {
    color: #004990;
}

.s2-lt ul li a:hover .s2-date {
    background: #F18D00;
    color: #ffffff;
}

/* s3 */
.s3 {
    background: url(../images/s3-bg.jpg) no-repeat;
    background-size: cover;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s3-ser {
    width: 5.8rem;
    height: .6rem;
    margin-left: .55rem;
    position: relative;
}

.s3-ser button {
    position: absolute;
    right: 0;
    top: 0;
    width: .7rem;
    height: 100%;
    background: url(../images/ser.png) no-repeat center center;
    background-size: .32rem;
}

.s3-ser input {
    width: 100%;
    height: 100%;
    display: block;
    padding-left: .25rem;
    padding-right: .7rem;
    color: #000;
    font-size: .18rem;
}

.s3-ser input::placeholder {
    color: #333333;
    font-size: .18rem;
}

.s3-tit {
    flex: 1;
    min-width: 0;
    position: relative;
}

.s3-tit img {
    display: block;
    width: 100%;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0;
}

/* s4 */
.s4 {
    padding-top: .8rem;
    padding-bottom: .4rem;
    background: #F6F6F6;
}

.s4-lt>ul {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    padding-bottom: .3rem;
}

.s4-lt ul li a {
    margin: .2rem;
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.05);
    border-bottom: .02rem solid #004990;
    transition: all 0.3s;
}

.s4-lt .pic {
    padding-top: 62%;
}

.s4-tx {
    padding: .25rem .35rem;
    transition: all 0.3s;
}

.s4-tx h3 {
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-tx h4 {
    font-size: .16rem;
    line-height: .24rem;
    color: #5E5E5E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .08rem 0;
}

.s4-tx p {
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-tx span {
    font-size: .18rem;
    line-height: .22rem;
    text-align: left;
    color: #004990;
    display: block;
    margin-top: .5rem;
    position: relative;
    padding-left: .1rem;
}

.s4-tx span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.4rem;
    transform: translateY(-50%);
    width: .42rem;
    height: .06rem;
    background: url(../images/s4-line1.png) no-repeat right center;
    background-size: 100% 100%;
}

.s4-lt ul li a:hover {
    border-color: #FF8F1F;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
}

.s4-lt ul li a:hover h4,
.s4-lt ul li a:hover h3 {
    color: #ffffff;
}

.s4-lt ul li a:hover p {
    color: #8DB6DE;
}

.s4-lt ul li a:hover .s4-tx {
    background: url(../images/s4-tbg.jpg) no-repeat;
    background-size: cover;
}

.s4-tx span::after {
    background: url(../images/s4-line2.png) no-repeat;
    background-size: 100% 100%;
}

.s4-lt ul li a:hover span {
    color: #ffffff;
}


.s4-lt .slick-dots li {
    width: .26rem;
    height: .26rem;
    background: url(../images/s4-d.png) no-repeat center center;
    background-size: .08rem;
}

.s4-lt .slick-dots li.slick-active {
    background: url(../images/s4-da.png) no-repeat center center;
    background-size: 100% 100%;
}

/* s5 */

.s5 {
    background: url(../images/s5-bg.png) no-repeat center bottom;
    background-size: 100%;
    padding-top: .6rem;
    padding-bottom: 1.25rem;
}

.s5-lt>ul {
    margin: 0 -0.03rem;
}

.s5-lt .imged {
    padding-bottom: 162%;
}

.s5-lt a {
    margin: 0 .03rem;
    position: relative;
}

.s5-lt a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.s5-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .2rem .1rem;
    z-index: 2;
}

.s5-tx h3::before {
    content: '';
    width: .6rem;
    height: .02rem;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.s5-tx h3 {
    font-size: .2rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: .12rem 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-tx p {
    font-size: .14rem;
    color: #FFFFFF;
    line-height: .18rem;
    height: .54rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}