@charset "UTF-8";


.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.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: .1rem;
    width: auto;
    bottom: .4rem;
    right: calc(50% - 8.2rem);
    padding: 0 .1rem;
    background: url(../images/ban-line.png) repeat-x left bottom .03rem;
    background-size: 1rem;
}

.banner .slick-dots li {
    width: .1rem;
    height: .64rem;
    margin: 0 .05rem;
    background: url(../images/ban-da.png) no-repeat;
    background-size: 0% 100%;
    transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
    background: url(../images/ban-da.png) no-repeat;
    background-size: 100% 100%;
}

.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: .9rem;
    padding-bottom: 1.5rem;
}

.tit {
    position: relative;
    margin-bottom: .4rem;
}

.tit-c {
    text-align: center;
}

.tit-c h3 {
    padding-top: .45rem;
    background: url(../images/tit-c.png) no-repeat center .1rem;
    background-size: auto 100%;
}

.tit-c h3 b {
    font-size: .4rem;
    font-family: 'sy';
    color: #022a64;
    font-weight: 600;
}

.tit-c h3 b:first-child {
    margin-right: .2rem;
}

.tit-c span {
    font-family: Arial;
    font-size: .16rem;
    font-style: italic;
    color: #666666;
    opacity: 0.18;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
}

.s1-l {
    width: 4.43rem;
    height: 3.55rem;
    background: url(../images/s1-lbg.jpg) no-repeat;
    background-size: cover;
    padding: .4rem .3rem .2rem .4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s1-heart {
    background: url(../images/s1-line.png) repeat-x center;
    background-size: 4.5rem;
    overflow: hidden;
    animation: line 20s infinite linear;
}

@keyframes line {
    0% {
        background-position: 0 center;
    }

    100% {
        background-position: -10rem center;
    }
}

.s1-heart img {
    width: .58rem;
    height: .58rem;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.s1-tx {
    flex: 1;
    min-width: 0;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-l a .ico {
    width: 1.3rem;
    height: 1.3rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding-top: .3rem;
    margin-right: .3rem;
}

.s1-l a .ico img {
    width: .7rem;
    display: block;
    margin: 0 auto;
}

.s1-tx h3 {
    font-size: .4rem;
    color: #ffffff;
    font-family: 'sy';
}

.s1-tx p {
    font-size: .18rem;
    color: #ffffff;
    opacity: 0.5;
}

.s1-r ul li {
    height: 3.55rem;
    padding-top: .76rem;
}

.s1-r ul li:nth-child(1) {
    background-color: #f2e9de;
}

.s1-r ul li:nth-child(2) {
    background-color: #f3e9ef;
}

.s1-r ul li:nth-child(3) {
    background-color: #e9f0fa;
}

.s1-r ul li:nth-child(4) {
    background-color: #d9f0f5;
}

.s1-r ul li:nth-child(5) {
    background-color: #cee8f4;
}



.s1-r ul li:nth-child(1) .ico {
    background-color: rgba(251, 138, 4, 0.05);
}

.s1-r ul li:nth-child(2) .ico {
    background-color: rgba(255, 86, 112, 0.05);
}

.s1-r ul li:nth-child(3) .ico {
    background-color: rgba(94, 136, 215, 0.05);
}

.s1-r ul li:nth-child(4) .ico {
    background-color: rgba(59, 181, 204, 0.05);
}
.s1-r ul li:nth-child(5) .ico {
    background-color: #c3e2f3;
}
.s1-r .ico {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s1-r .ico img {
    width: 60%;
    display: block;
}

.s1-rtx {
    text-align: center;
    margin-top: .2rem;
}

.s1-rtx h3 {
    font-size: .26rem;
    color: #000000;
}

.s1-rtx p {
    font-size: .16rem;
    color: #999999;
}

.s1-rtx h4 {
    font-size: .16rem;
    color: #000000;
}

/* s2 */

.s2 {
    padding-bottom: 1rem;
}

.s2-l {
    width: 2.7rem;
}

.s2-l .tit {
    background-color: rgba(107, 184, 225, 1);
    padding-top: .3rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-r {
    flex: 1;
    min-width: 0;
    margin-top: .56rem;
    background: url(../images/s2-rbg.png) no-repeat;
    background-size: cover;
    position: relative;
}


.s2-l .tit-c h3 b {
    color: #ffffff;
}

.s2-l .tit-c span {
    opacity: 0.3;
    color: #ffffff;
}

.s2-lqh {
    background-color: rgba(107, 184, 225, 0.1);
    padding: .25rem 0;
}

.s2-lqh h3 {
    font-size: .18rem;
    line-height: 1.3;
    padding: .18rem .22rem;
    color: #060606;
    cursor: pointer;
    position: relative;
    font-weight: 800;
}

.s2-lqh h3::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e9c68f;
    opacity: 0;
}

.s2-lqh h3.on::after {
    opacity: 1;
}

.s2-lqh h3:hover {
    color: #003176;
}

.s2-lqh h3.on {
    color: #ffffff;
    background: url(../images/s2-jt.png) no-repeat right .2rem center;
    background-color: #e9c68f;
}


.s2-rqh h3 img {
    height: .35rem;
    margin-right: .05rem;
}

.s2-rqh h3 {
    background-color: #b0d6ea;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 1.32rem;
    margin-bottom: .1rem;
    cursor: pointer;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.5);

}

.s2-rqh h3 b {
    font-size: .24rem;
    color: #ffffff;
}

.s2-rqh h3.on {
    background-color: #e9c68f;
    border-color: transparent;
}

.s2-rqh h3.on::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border-top: .1rem solid #e9c68f;
    border-right: .25rem solid transparent;
    border-bottom: .1rem solid transparent;
    border-left: .25rem solid transparent;
}

.s2-lt {
    padding: .3rem .5rem;
    width: 100%;
    height: 100%;
    position: relative;
   z-index:1;
}

.s2-r::after {
    content: '';
    width: 7.2rem;
    height: 5.64rem;
    background: url(../images/s2-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: -2.8rem;
}

@media screen and (min-width:1025px) {
    .s2-lt ul::-webkit-scrollbar {
        width: .06rem;
        height: .09rem;
    }

    .s2-lt ul::-webkit-scrollbar-track {
        width: .03rem;
        background: rgba(0, 0, 0, .1);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    .s2-lt ul::-webkit-scrollbar-thumb {
        background-color: #6bb8e1;
        background-clip: padding-box;
        min-height: .28rem;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

}


.s2-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    padding-right: .2rem;
    max-width: 92%;
    max-height: 100%;
}

.s2-lt ul li {
    width: 48%;
    border-bottom: solid .01rem rgba(0, 0, 0, 0.04);
}

.s2-a {
    display: block;
    position: relative;
    padding: .2rem;
    padding-left: 0;
}

.s2-a a {
    font-size: .2rem;
    line-height: .3rem;
    color: #666666;
}

.s2-a a:hover {
    color: #003176;
}

.s2-a::before {
    content: '';
    width: 0%;
    height: .01rem;
    background: url(../images/s2-line.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0.01rem;
    transition: all 0.5s;
}

.s2-a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: .51rem;
    width: .26rem;
    background: url(../images/s2-xh.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
    opacity: 0;
}

.s2-lt ul li:hover {
    border-color: transparent;
}

.s2-a:hover::after {
    opacity: 1;
}

.s2-a:hover::before {
    width: 100%;
}


/* s3 */
.s3 {
    padding-bottom: 1.2rem;
}

.s3-c ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s3-c ul li {
    width: 18%;
    transition: all 0.5s;
}

.s3-c ul li.on {
    width: 61%;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.s3-c ul li a {
    display: block;
}

.s3-c ul li a .pic {
    padding-top: 0;
    height: 6rem;
}

.tit-qh {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tit-qh .tit-c:first-child {
    margin-right: .65rem;
}

.s123 {
    background: url(../images/s123-bg.png) no-repeat center bottom;
    background-size: cover;
}

/* s4 */

.s4 {
    padding-top: .65rem;
    padding-bottom: 1rem;
    background: url(../images/s4-bg.png) no-repeat center bottom;
    background-size: cover;
}

.s4-ltp {
    width: 70%;
}

.s4-ltp ul li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: .15rem;
    padding-left: .4rem;
}

.s4-rpt {
    width: 27%;
}

.s4-rpt ul li a {
    position: relative;
    display: block;
}

.s4-rpt ul li a .pic {
    padding-top: 58.25%;
}

.s4-rpt ul li a .s4-date {
    left: auto;
    top: auto;
    right: 0;
    bottom: 1.2rem;
}

.s4-rpt ul li a .s4-date b {
    font-size: .32rem;
}

.s4-rpt ul li a .s4-date span {
    font-size: .11rem;
}

.s4-ifo {
    background-color: #f9f9f9;
    padding: .3rem;
}

.s4-ifo h2 {
    font-size: .18rem;
    color: #003176;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.s4-ifo h3 {
    font-size: .2rem;
    color: #141414;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-ltp ul li {
    width: 48%;
}

.s4-ltp ul li a .pic {
    width: 2.1rem;
    padding-top: 0;
    height: 3.23rem;
    margin-left: .3rem;
}

.s4-ltp ul li a:hover .s4-gd {
    color: #003176;
}

.s4-txt {
    flex: 1;
    min-width: 0;
}

.s4-txt h2 {
    font-size: .18rem;
    line-height: .36rem;
    color: #003176;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-txt h3 {
    text-align: justify;
    font-size: .2rem;
    line-height: .26rem;
    height: .78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #070707;
    margin: .25rem 0;
}

.s4-txt p {
    font-size: .16rem;
    line-height: .27rem;
    color: #999999;
    opacity: 0.5;
    padding-bottom: .5rem;
    margin-bottom: .3rem;
    position: relative;
}

.s4-txt p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .41rem;
    height: .01rem;
    background-color: #666666;
    opacity: 0.2;
}

.s4-gd {
    font-size: .16rem;
    color: #000000;
    padding-right: .2rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .18rem;
    display: inline-block;
}

.s4 .tit {
    position: relative;
    z-index: 9;
}

.tit-qh .tit-c {
    opacity: 0.4;
    cursor: pointer;
    position: relative;
}

.tit-qh .tit-c h3 b:first-child {
    margin: 0;
}

.tit-qh .tit-c.on h3 b:first-child {
    margin-right: .2rem;
}

.tit-qh .tit-c h3 {
    background-size: 0;
}

.tit-qh .tit-c.on h3 {
    background-size: auto 90%;
}

.tit-qh .tit-c:first-child {
    margin-right: .35rem;
    padding-right: .35rem;
}

.tit-qh .tit-c:first-child::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    width: .01rem;
    height: .63rem;
    border-left: solid .01rem #02357b;
    opacity: 0.1;
}

.tit-qh .tit-c.on {
    opacity: 1;
}

.s4-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    position: absolute;
    bottom: .3rem;
    right: 0;
}

.more a {
    font-size: .2rem;
    color: #333333;
    padding-right: .34rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .24rem;
    margin-right: .2rem;
    display: block;
    transition: all 0.5s;
}

.more:hover a {
    color: #003176;
    transform: translateX(.1rem);
}

.s4-mt a {
    position: relative;
    width: .7rem;
    height: .7rem;
    border-radius: .1rem;
    display: block;
    margin-left: .2rem;
}

.s4-mt a.s4-wx {
    background: url(../images/s4-wx.png) no-repeat;
    background-size: 100% 100%;
}

.s4-mt a.s4-sp {
    background: url(../images/s4-sp.png) no-repeat;
    background-size: 100% 100%;
}

.s4-ewm img {
    width: 1.2rem;
    height: 1.2rem;
}

.s4-ewm {
    position: absolute;
    left: 50%;
    top: 180%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

.s4-ewm::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #fff;
    border-left: .1rem solid transparent;
}

.s4-mt a:hover .s4-ewm {
    visibility: visible;
    opacity: 1;
    top: 150%;
}

.s4-t {
    margin-bottom: .3rem;
}

.s4-tl {
    width: 42%;
    margin-right: .4rem;
}

.s4-tl a {
    position: relative;
    display: block;
}

.s4-tl a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .25rem;
    color: #ffffff;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-date {
    position: absolute;
    background-color: #9f0808;
    top: 0;
    left: 0;
    padding: .15rem .2rem;
}

.s4-date b {
    font-size: .5rem;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 1;
    margin-bottom: .05rem;
}

.s4-date span {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: .14rem;
    line-height: 1;
    opacity: 0.5;
}

.s4-tl .pic {
    height: 3.55rem;
    padding-top: 58%;
}

.s4-tr {
    flex: 1;
    min-width: 0;
}

.s4-tr ul {
    border-top: dashed 1px rgba(0, 0, 0, 0.1);
}

.s4-tr ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: .58rem;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
}

.s4-tr ul li a p {
    flex: 1;
    min-width: 0;

    font-size: .2rem;
    color: #141414;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-tr ul li a span {
    font-size: .18rem;
    color: #000000;
    opacity: 0.7;
}

.s4-tr ul li a:hover span,
.s4-tr ul li a:hover p {
    color: #003176;
}

.s4-b>div {
    width: 49%;
}

.s4-pt {
    width: 43%;
}

.s4-pt a {
    display: block;
    position: relative;
}

.s4-pt a:hover h3 {
    color: #003176;
}

.s4-p {
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s4-pt {
    background-color: #ffffff;
    box-shadow: .07rem .06rem .18rem 0rem rgba(7, 34, 72, 0.1);
}

.s4-pt .pic {
    height: 1.95rem;
    padding-top: 0;
}

.s4-tx {
    padding: .3rem;
}

.s4-tx img {
    width: .3rem;
    border-radius: 50%;
}

.s4-tx h3 {
    font-size: .18rem;
    line-height: .28rem;
    max-height: .84rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000000;
    margin-top: .3rem;
    margin-bottom: .2rem;
}

.s4-tx p {
    font-size: .16rem;
    line-height: .28rem;
    max-height: .56rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s4-p a {
    position: relative;
    display: block;
}

.s4-p .s4-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .2rem;
    z-index: 2;
}

.s4-p .s4-tx h3 {
    font-size: .18rem;
    color: #ffffff;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    margin-top: .05rem;
}

.s4-p .pic {
    height: 2.26rem;
    padding-top: 0;
}

.s4-br a {
    position: relative;
    display: block;
}

.s4-br a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: .7rem;
    width: .7rem;
    background: url(../images/s4-play.png) no-repeat;
    background-size: 100% 100%;
}

.s4-br .pic {
    height: 4.82rem;
    padding-top: 0;
}

.s4-qhc {
    position: relative;
}

.s4-c {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.5s;
}

.s4-c.on {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    position: relative;
}


/* s5 */
.s5 {
    background: url(../images/s5-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: .6rem;
    padding-bottom: 1rem;
}

.s5-lt {
    position: relative;
}

.s5-lt>ul {
    position: relative;
    padding: 0 .5rem;
    z-index: 2;
}

.s5-lt::after {
    content: '';
    width: 100%;
    height: .02rem;
    position: absolute;
    left: 50%;
    top: 1.1rem;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgba(0, 49, 118, 0) 0%, rgba(0, 49, 118, 0.5) 50%, rgba(0, 49, 118, 0) 100%);
}

.s5-tx {
    max-width: 10.22rem;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.s5-tx p {
    font-size: .18rem;
    line-height: .36rem;
    text-align: center;
    color: #141414;
}

.s5-lt ul li a {
    position: relative;
    height: 2.44rem;
    display: block;
    padding-top: 1rem;
}

.s5-hover {
    width: 2.44rem;
    height: 2.44rem;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/s5-tbg.png) no-repeat center center;
    background-size: 0% 0%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

.s5-hover h3 {
    font-size: .29rem;
    color: #ffffff;
    margin-bottom: .3rem;
    font-family: 'sy';
    line-height: 1;
}

.s5-hover p {
    font-size: .24rem;
    color: #ffffff;
    line-height: 1;
}

.s5-lt ul li.on .s5-hover {
    opacity: 1;
    background-size: 100% 100%;
}

.s5-lt ul li a h2 {
    text-align: center;
    font-size: .2rem;
    color: #000000;
    opacity: 0.8;
    font-family: 'sy';
    padding-top: .4rem;
    background: url(../images/s5-d.png) no-repeat center top;
    background-size: .2rem;
}

/* s6 */

.s6 {
    padding-top: 1rem;
    padding-bottom: .6rem;
}

.s6-tit {
    background: url(../images/tit-c.png) no-repeat rgba(178, 217, 238, .4) .1rem .3rem;
    background-size: .6rem;
    width: 1.74rem;
    height: 3.15rem;
    padding: .3rem .2rem;
    padding-left: .8rem;
    position: relative;
    margin-right: .3rem;
}

.s6-tit h3 b {
    font-size: .4rem;
    color: #02357b;
    width: .4rem;
    font-family: 'sy';
    line-height: 1.1;
}

.s6-tit span {
    display: block;
    margin-top: .1rem;
    margin-left: .4rem;
    font-size: .2rem;
    font-style: italic;
    color: #022a64;
    opacity: 0.2;
    white-space: nowrap;
}

.s6-lt {
    flex: 1;
    min-width: 0;
}

.s6-l {
    width: 61%;
    background: #ffffff;
    padding-right: .4rem;
    box-shadow: .07rem .06rem .18rem 0rem rgba(7, 34, 72, 0.05);
}

.s6-tit h3 {
    display: flex;
}

.s6-tit h3 span {
    transform-origin: left top;
    transform: rotate(90deg);
}

.s6-more {
    width: .55rem;
    height: .55rem;
    background: url(../images/s6-more.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    transition: all 0.5s;
}

.s6-more:hover {
    transform: scale(1.1);
}

.s6-lt ul li a {
    font-size: .2rem;
    color: #141414;
    line-height: .7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
}

.s6-lt ul li:last-child a {
    border-color: transparent;
}

.s6-lt ul li a p {
    font-size: .2rem;
    color: #141414;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    flex: 1;
    min-width: 0;
}

.s6-lt ul li a span {
    font-size: .16rem;
    font-style: italic;
    color: #000000;
    opacity: 0.7;
}

.s678-bg {
    background: url(../images/s678-bg.png) no-repeat center bottom;
    background-size: cover;
}

.s6-lt {
    padding-top: .2rem;
}

.s6-lt ul li a:hover span,
.s6-lt ul li a:hover p {
    color: #02357b;
}

.s6-r {
    width: 36%;
}

.s6-r ul li {
    width: 48%;
    height: 3.15rem;
    padding: .1rem;
}

.s6-r ul li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: .3rem;
}

.s6-r ul li:nth-child(1) {
    background: url(../images/s6-p1.jpg) no-repeat center center;
    background-size: cover;
}

.s6-r ul li:nth-child(2) {
    background: url(../images/s6-p2.jpg) no-repeat center center;
    background-size: cover;
}

.s6-r ul li a {
    position: relative;
    display: block;
    height: 100%;
}

.s6-tx h3 {
    font-size: .28rem;
    color: #ffffff;
    font-family: 'sy';
}

.s6-tx p {
    font-size: .14rem;
    color: #ffffff;
    opacity: 0.5;
}


.s6-gd {
    font-size: .16rem;
    line-height: .42rem;
    color: #ffffff;
    padding-left: .15rem;
    padding-right: .35rem;
    display: block;
    background: url(../images/s6-more2.png) no-repeat right .15rem center rgba(255, 255, 255, 0.3);
    background-size: .16rem;
    position: absolute;
    left: .3rem;
    bottom: .3rem;
    border-radius: .99rem;
    transition: all 0.5s;
}

.s6-gd:hover {
    opacity: 0.7;
    transition: all 0.5s;
}

/* s7 */
.s7-l {
    width: 65%;
}

.s7-r {
    width: 32%;
}

.s7 .tit-qh .tit-c.on:nth-child(2) h3 {
    background-position: 68% .1rem;
}

.s7-qhc {
    background-color: #ffffff;
    box-shadow: .07rem .06rem .18rem 0rem rgba(7, 34, 72, 0.1);
}

.s7-qhc ul {
    padding: .4rem 0;
}

.s7-qhc ul li:nth-child(odd) {
    border-right: dashed 1px rgba(0, 0, 0, 0.2);
}

.s7-qhc ul li a {
    display: block;
    padding: .1rem .4rem;
    background: url(../images/s7-tbg.png) no-repeat left center;
    background-size: 0% 100%;
    transition: all 0.5s;
}

.s7-qhc ul li a:hover {
    background-size: 100% 100%;
}

.s7-qhc ul li a:hover h3 {
    color: #003176;
}

.s7-qhc ul li {
    width: 50%;
}

.s7-qhc ul li a p {
    font-size: .16rem;
    font-style: italic;
    color: #003176;
    opacity: 0.7;
}

.s7-qhc ul li a h3 {
    font-size: .2rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s7-r .tit-c {
    display: inline-block;
}

.s7-r ul {
    padding: .4rem .35rem;
    background-color: #ffffff;
    box-shadow: .07rem .06rem .18rem 0rem rgba(7, 34, 72, 0.1);
    border-top: 2px solid rgba(233, 198, 143, .6);
}

.s7-r ul li a {
    font-size: .2rem;
    line-height: .55rem;
    color: #141414;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s7-r ul li a:hover {
    color: #003176;
}

.s7 .tit-c {
    text-align: center;
}

/* s8 */
.s8 {
    padding-top: 1.3rem;
    background: url(../images/szs.png) no-repeat left .6rem bottom .6rem;
    background-size: 5.6rem;
    position: relative;
}

.s8-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}



.s8-c::after {
    content: '';
    width: 2.66rem;
    height: 3.23rem;
    background: url(../images/s8-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 96%;
    bottom: 0;
    opacity: 0.05;
}

.s8-lt {
    flex: 1;
    min-width: 0;
}

.s8-tit {
    background: url(../images/tit-c.png) no-repeat .1rem .3rem;
    background-size: .6rem;
    width: 2.35rem;
    height: 6.5rem;
    padding-left: 1rem;
    position: relative;
    margin-right: .3rem;
}

.s8-tit h3 b {
    font-size: .4rem;
    color: #02357b;
    width: .4rem;
    font-family: 'sy';
    line-height: 1.1;
}

.s8-tit span {
    display: block;
    margin-top: .1rem;
    margin-left: .4rem;
    font-size: .2rem;
    font-style: italic;
    color: #022a64;
    opacity: 0.2;
    white-space: nowrap;
}

.s8-more {
    width: .24rem;
    font-size: .2rem;
    color: #333333;
    position: absolute;
    right: .8rem;
    bottom: 0;
    padding-bottom: .35rem;
    background: url(../images/more.png) no-repeat center bottom;
    background-size: 100%;
    line-height: 1;
    text-align: center;
}

.s8-more:hover {
    color: #003176;
}

.s8-tit h3 {
    display: flex;
}

.s8-tit h3 span {
    transform-origin: left top;
    transform: rotate(90deg);
}

.s8-lt ul li {
    perspective: 5rem;
}

.s8-lt ul li a {
    position: relative;
    display: block;
    transform: rotateY(5deg);
    margin: .3rem .1rem;
    margin-bottom: 1.5rem;
}

.reflection {
    position: absolute;
    top: 100%;
    /* 使倒影位于图片下方 */
    left: 0;
    width: 100%;
    height: 1.5rem;
    /* 倒影高度 */

    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    /* 适应容器 */
    background-size: 0\0;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    transform: scaleY(-1);
    /* 垂直翻转 */
}


.s8-lt ul li:nth-child(even) a {
    transform: rotateY(-5deg) translateX(-0.07rem);
}

.s8-lt ul li a .pic {
    padding-top: 227%;
}

.s8-c .tit {
    display: none;
}


/* side */
.side-lk {
    width: 110px;
    position: relative;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    /* right: 20px;*/
    transform: translateY(-50%);
    z-index: 999;
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 10px;
    display: none;
}

.side-lg {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.side-lg img {
    display: block;
    width: 100%;
}

.side-lk ul li {
    border-bottom: .01rem solid rgba(0, 0, 0, .1);
}

.side-lk ul li:last-child {
    border-color: transparent;
}

.side-lk ul li a {
    display: block;
    padding: 15px 0;
    position: relative;
}

.side-ewm {
    position: absolute;
    left: 150%;
    top: 0;
    padding: 10px;
    background-color: #e9c68f;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.side-lk ul li a:hover .side-ewm {
    left: 120%;
    visibility: visible;
    opacity: 1;
}

.side-ewm::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 100%;
    border-top: 10px solid transparent;
    border-right: 10px solid #e9c68f;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.side-ewm p {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
}

.side-ewmbox {
    width: 134px;
    height: 134px;
    padding: 5px;
    background: #ffffff;
}

.side-ewmbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.side-lk ul li a .icos {
    height: 30px;
}

.side-lk ul li a .icos img {
    margin: 0 auto;
    display: block;
}

.side-lk ul li a .icos img:first-child {
    display: block;
}

.side-lk ul li a .icos img:last-child {
    display: none;
}

.side-lk ul li a>p {
    font-size: 16px;
    color: #003176;
    margin-top: 5px;
    text-align: center;
}

.side-lk ul li a:hover>p {
    color: #ffffff;
}

.side-lk ul li a:hover {
    background-color: #e9c68f;
}

.side-lk ul li a:hover .icos img:first-child {
    display: none;
}

.side-lk ul li a:hover .icos img:last-child {
    display: block;
}

body .right_cb{
   width:200px;
   padding:0px;
   background-color: transparent;
   box-shadow:none;
}





/* 移动端侧边 */
.wap-side {
    width: 100%;
    margin: 0 auto;
    margin-top: .3rem;
}

.wap-side ul {
    display: flex;
    flex-wrap: wrap;
}

.wap-side ul li {
    width: 25%;
    margin-bottom: .3rem;
}

.wap-side ul li a {
    display: block;
    position: relative;
}

.wap-side-ewm {
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translateX(-50%);
    width: 1.4rem;
    height: 1.4rem;
    z-index: 9;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
    padding: .05rem;
    background: #ffffff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
    opacity: 0;
    visibility: hidden;
}

.wap-side-ewm::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #fff;
    border-left: .1rem solid transparent;
}

.wap-side-ewm img {
    display: block;
    width: 100%;
}

.wap-side ul li a:hover .wap-side-ewm {
    opacity: 1;
    visibility: visible;
}

.wap-side ul li a .icos {
    height: .3rem;
}

.wap-side ul li a img {
    margin: 0 auto;
    display: block;
}

.wap-side p {
    margin-top: .15rem;
    text-align: center;
    color: #333333;
    font-size: .18rem;
}

/* 移动端侧边 */



@media screen and (max-width: 1400px) {
    .banner img {
        height: auto;
    }
}

@media screen and (max-width: 1200px) {

    .side-lk {
        display: none !important;
    }

    .s5,
    .s4,
    .s1 {
        padding-top: .3rem;
        padding-bottom: .5rem;
    }

    .s8 {
        background-size: 0;
        padding-top: .3rem;
    }

    .s6 {
        padding: .5rem 0;
    }

    .s3 {
        padding-bottom: .5rem;
    }

    .s2 {
        padding-bottom: .5rem;
    }

    .s2-rqh h3 b {
        font-size: .24rem;
    }

    .s8-c .tit {
        display: block;
    }

    .s8-tit {
        display: none;
    }

    .s8-c {
        display: block;
    }

    .s4 .s4-more {
        bottom: .1rem;
    }

    .banner .slick-dots {
        right: .2rem;
        bottom: .2rem;
    }
}

@media screen and (max-width: 1024px) {

    .s2-lt ul {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
    }

    .s2-lt ul li {
        width: 48%;
    }

    .tit-c h3 b {
        font-size: .3rem;
    }

    .s1-tx h3 {
        font-size: .3rem;
    }

    .s1-l {
        width: 4rem;
    }

    .s2-r {
        margin-top: .44rem;
    }

    .s2-r::after {
        display: none;
    }

    .s3-c ul {
        flex-wrap: wrap;
    }

    .s3-c ul li {
        width: 33.33% !important;
        padding: .1rem;
        box-shadow: none !important;
    }

    .s3-c ul li a .pic {
        height: auto;
        padding-top: 68%;
    }


    .s4-p .pic,
    .s4-pt .pic {
        height: auto;
        padding-top: 64%;
    }

    .s4-bl {
        align-items: center;
    }

    .s4-pt,
    .s4-p {
        width: 49%;
    }

    .s4-p a {
        margin-bottom: .2rem;
    }

    .s4-br .pic {
        padding-top: 64%;
        height: auto;
    }

    .s4-ltp {
        width: 100%;
        margin-bottom: .2rem;
    }

    .s4-rpt {
        width: 100%;
    }

    .s7-c>div,
    .s6-c>div {
        width: 100%;
    }

    .s6-l {
        margin-bottom: .2rem;
    }

    .s8-lt ul li a {
        margin-bottom: 1rem;
    }

    .s8-c .tit {
        margin-bottom: .3rem;
    }

    .s4-b>div {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .s2-l .tit {
        display: none;
    }

    .s2-r {
        flex: auto;
        width: 100%;
        margin-top: .2rem;
    }

    .s2-l {
        width: 100%;
    }

    .s2-lqh {
        overflow-x: auto;
        white-space: nowrap;
        padding: 0;
    }
    .s2-rqh h3 {
        padding: .3rem 0;
    }
    .s2-lqh h3 {
        vertical-align: middle;
        display: inline-block;
        width: 1.8rem;
        height: .8rem;
        white-space: normal;
        text-align: center;
        position: relative;
    }

    .s2-lqh h3 b {
        line-height: 1.4;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    .s2-lqh h3.on{
        background-size: 0;
    }
    .s2-lqh h3::after {
        display: none;
    }

    .s4-pt,
    .s4-p {
        width: 100%;
    }

    .s4-pt {
        margin-bottom: .2rem;
    }

    .s4-tr {
        flex: auto;
        width: 100%;
    }

    .s4-tl {
        width: 100%;
        margin: 0;
        margin-bottom: .2rem;
    }

    .s2-lt {
        width: 100%;
        padding: .1rem .2rem;
    }

    .s5-hover {
        display: none;
    }

    .s5-lt ul li a {
        height: 1.5rem;
        padding-top: .3rem;
    }

    .s5-lt::after {
        top: 0.4rem;
    }

    .s5 {
        padding-bottom: 0;
    }

    .s4-ltp ul li {
        width: 100%;
        margin-bottom: .1rem;
    }


}

@media screen and (max-width: 640px) {
    .s3-c ul li {
        width: 100% !important;
    }

    .s1-l {
        width: 100%;
        height: 2.5rem;
    }

    .s1-r {
        flex: auto;
        width: 100%;
    }

    .s1-r ul li {
        height: 2.6rem;
        padding-top: .2rem;
    }

    .s2-lt ul li {
        width: 100%;
    }

    .s7-qhc ul li {
        width: 100%;
    }

    .s4-mt {
        display: none;
    }

    .s4 .s4-more {
        bottom: .2rem;
    }

    .s7-qhc ul li:nth-child(odd) {
        border-color: transparent;
    }

    .s7-r ul {
        padding: .2rem;
    }

    .s7-qhc ul {
        padding: .2rem 0;
    }
}

@media screen and (max-width: 480px) {

    .s6-tit {
        width: 1.2rem;
        padding-left: .3rem;
        margin-right: .2rem;
    }

    .s6-l {
        padding-right: .2rem;
    }

    .tit-qh .tit-c:first-child {
        margin-right: .15rem;
        padding-right: .15rem;
    }

    .more a {
        margin-right: 0;
        font-size: .16rem;
        padding-right: .3rem;
    }

    .tit-c h3 b {
        font-size: .24rem;
    }

    .s2-l {
        width: 100%;
    }

    .s2-r {
        flex: auto;
        width: 100%;
    }

    .s2-l .tit {
        padding: .2rem 0;
    }

    .s4-ltp ul li a .pic {
        order: -1;
        margin: 0 auto;
    }

    .s4-txt {
        flex: auto;
        width: 100%;
        margin-top: .2rem;
    }

    .s4-ltp ul li a {
        padding: .2rem;
    }

    .s2-lqh h3 {
        line-height: .4rem;
    }

    .s2 {
        padding-bottom: .2rem;
    }
    .s2-rqh h3 b {
        font-size: .2rem;
    }
    .s2-rqh h3 img {
        height: .3rem;
    }
}