@charset "utf-8";


.banner {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
 z-index:1;
}

.banner .slick-slide a img {
    width: 100%;
    height: 100vh;
}



.banner a {
    display: block;

}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 7;
    transition: all 8s;
    object-fit: cover;
}

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}




.banner .slick-dots {
    font-size: 0;
    text-align: center;
    bottom: .3rem;
    line-height: .58rem;
}



@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    display: none;
}


.banner-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(.8rem);
    width: 1.45rem;
    height: 1.45rem;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;

}

.banner-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/banner-next-wq.png) no-repeat;
    background-position: left center;
    background-size: auto 1.45rem;
    animation: ani_cir 15s linear infinite;
}

.banner-next div {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-left: .22rem;
    display: flex;
    align-items: center;
    background-color: rgba(28, 32, 136, .5);
    /* animation: ani_cir2 15s linear infinite; */
}

@keyframes ani_cir {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}

@keyframes ani_cir2 {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner-next div img {
    margin-left: .18rem;
}



.banner .slick2 {
    position: relative;
    z-index: 8;
    opacity: 0;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/head-zzt.png) repeat-x;
    background-position: center top;
    z-index: 9;
}

.index {
    background: #fff;
    position: relative;
    z-index: 9;
}

.jianzhu {
    margin-top: 100vh;
    position: relative;
    z-index: 9;
}

.jianzhu img {
    display: block;
    width: 100%;
}


.tit {
    position: relative;
    background: url(/images/tit-bg.png) no-repeat;
    background-position: .2rem center;
    background-size: auto 0.53rem;
    padding: .05rem 0;
    margin-bottom: .2rem;
}

.tit h2 {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: .3rem;
    color: #1d2088;
}

.tit div {
    height: 1px;
    background-color: #a21a28;
    margin: .04rem 0;
}

.tit p {
    font-size: 0.12rem;
    line-height: .12rem;
    color: #1d2088;
}

.titmore div {
    margin-right: .25rem;
}

.titmore a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/tit-more.png) no-repeat;
    background-position: right center;
    background-size: auto .3rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .3rem;
    color: #000000;
    padding-right: .3rem;
    padding-bottom: .05rem;
}


.index {
    overflow: hidden;
    padding-top: .5rem;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 7.7rem;
}

.publist li a {
    display: block;
    position: relative;
}

.publist li a .pic {
    padding-top: 69%;
}

.publist li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/head-zzt.png) repeat-x;
    background-position: center top;
    transform: rotateZ(180deg);
}

.publist li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: .15rem;
}

.publist li a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: .36rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}

.publist li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
    color: #ffffff;
    margin-top: .1rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
    padding-left: .5rem;
}

.s1-r ul li {
    margin-top: .05rem;
}

.s1-r ul li:nth-child(1) {
    margin-top: 0;
}

.s1-r ul li a {
    display: block;
}

.s1-r ul li a h3 {
    font-size: 0.18rem;
    font-weight: 600;
    color: #1d2088;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .3rem;
}

.s1-r ul li a p {
    font-size: 0.16rem;
    line-height: .3rem;
    height:.6rem;
    font-weight: normal;
    color: #000000;
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;  
    font-style:normal;
}

.s1-r ul li a:hover h3 {
    text-decoration: underline;
}

.s1-r ul li a:hover p {
    color: #1d2088;
}

.section2 {
    margin-top: 1.2rem;
    background: url(/images/s2-bj.png) no-repeat;
    background-position: right bottom;
    padding-bottom: 1.7rem;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-l {
    width: 55%;
}

.s2-r {
    width: 43%;
}

.s2-r ul {
    padding: 0 .5rem;
}

.s2-r ul li a {
    display: block;
    margin: 0 .12rem;
}

.s2-r ul li a .pic {
    padding-top: 157%;
}

.s2-r ul li a .info {
    margin-top: .15rem;
}

.s2-r ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .78rem;
    padding-left: .1rem;
    position: relative;
}

.s2-r ul li a .info p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.03rem;
    height: 0.27rem;
    background-color: #a21a28;
}

.s2-r ul li a:hover .info p {
    color: #1d2088;
    font-weight: 600;
}

.s2-r .slick-prev, .s2-r .slick-next {
    width: 0.3rem;
    height: 0.3rem;
}

.s2-r .slick-prev {
    background: url(/images/s2-rprev.png) no-repeat;
    background-position: center center;
}

.s2-r .slick-next {
    background: url(/images/s2-next.png) no-repeat;
    background-position: center center;
}


.section3 {
    margin-top: -.5rem;
}

.s3-c {
    display: flex;
    justify-content: space-between;
}

.s3-l {
    width: 45%;
}

.s3-r {
    width: 50%;
}

.s3-tit {
    display: flex;
    justify-content: space-between;
}

.s3-tit ul {
    display: flex;
    background: url(/images/s3-titbg1.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 3px;
    min-width: 3.1rem;
}
.s3-l .s3-tit ul {
    min-width: 6.1rem;
}

.s3-tit ul li {
    min-width: 1.2rem;
    position: relative;
}

.s3-tit ul li:nth-child(2) {
    margin-left: .5rem;
    margin-right: .45rem;
}

.s3-tit ul li a {
    display: flex;
    align-items: center;
    height: 0.55rem;
    background: url(/images/tit-bg.png) no-repeat;
    background-position: center center;
    padding: 0 .1rem;
}

.s3-tit ul li a h3 {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: .3rem;
    color: #1d2088;
}

.s3-tit ul li a p {
    font-size: 0.11rem;
    line-height: .12rem;
    color: #1d2088;
    margin-top: 0.03rem;
}

.s3-tit ul li:nth-child(1).on {
    background: #fff;
}

.s3-tit ul li:nth-child(1).on::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-width: .55rem .35rem 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.s3-tit ul li:nth-child(2).on {
    background: #fff;
}

.s3-tit ul li:nth-child(2).on::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-width: .55rem .4rem 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.s3-tit ul li:nth-child(2).on::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border-width: 0 0 .55rem .4rem;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.s3-tit ul li:nth-child(3).on {
    background: #fff;
}

.s3-tit ul li:nth-child(3).on::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-width: .55rem .4rem 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.s3-tit ul li:nth-child(3).on::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border-width: 0 0 .55rem .4rem;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.s3-tit .s3-more {
    position: relative;
}

.s3-tit .s3-more a {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/tit-more.png) no-repeat;
    background-position: right center;
    background-size: auto .3rem;
    font-size: 0.1rem;
    font-weight: normal;
    line-height: .3rem;
    color: #000000;
    padding-right: .3rem;
    white-space: nowrap;
}

.s3-tit .s3-more a.on {
    display: block;
}

.s3-lbody {
    margin-top: .2rem;
    background: rgba(32, 43, 124, .15);
    padding: .45rem;
    position: relative;
    min-height: 4.45rem;
}

.s3-lbody>div {
    display: none;
}

.s3-lbody>div.on {
    display: block;
}

.s3-lbody>div ul {
    position: relative;
    padding-top: 1px;
}

.s3-lbody>div ul::before {
    content: "";
    position: absolute;
    left: -.1rem;
    height: 1px;
    top: 0;
    width: 0.38rem;
    background-color: #202b7c;

}

.s3-lbody>div ul li a {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: .25rem;
}

.s3-lbody>div ul li a div {
    border: solid 0.01rem #1d2088;
    display: flex;
    align-items: center;
}

.s3-lbody>div ul li a div span {
    width: .5rem;
    text-align: center;
    background: #1d2088;
    font-size: 0.14rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #ffffff;
}

.s3-lbody>div ul li a div b {
    font-size: 0.14rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #000000;
    text-align: center;
    width: .5rem;
}

.s3-lbody>div ul li a p {
    flex: 1;
    min-width: 0;
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #010000;
    padding: 0 .15rem;
}

.s3-lbody>div ul li a:hover p {
    color: #1d2088;
}

.s3-lbody>div ul li a i {
    width: 0.26rem;
    height: 0.2rem;
    text-align: center;
    font-size: 0.08rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #ffffff;
    background: #a21a28;
    font-style: normal;

}

.s3-zs {
    flex: 1;
    min-width: 0;
    background: url(/images/s3-titbg2.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin-left: -.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.s3-rlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-rlist ul li {
    width: 48%;
    position: relative;
    border: solid 0.01rem #1d2088;
    margin-top: .1rem;
}

.s3-rlist ul li:nth-child(-n+2) {
    margin-top: .2rem;
}

.s3-rlist ul li::before {
    content: "";
    position: absolute;
    left: 0.03rem;
    top: 0.03rem;
    bottom: 0.03rem;
    right: 0.03rem;
    background: rgba(32, 43, 124, .8);
    opacity: 0;
}

.s3-rlist ul li a {
    display: block;
    padding: .15rem .2rem;
}

.s3-rlist ul li a h3 {
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .6rem;
    position: relative;
    z-index: 9;
}

.s3-rlist ul li a div {
    height: .1rem;
    background: url(/images/s3-rzs.png) no-repeat;
    background-position: right center;
    position: relative;
    z-index: 9;
    margin-top: .06rem;
}

.s3-rlist ul li:hover::before {
    opacity: 1;
}

.s3-rlist ul li:hover h3 {
    color: #fff;
}

.s3-rlist ul li:hover div {
    background: url(/images/s3-rzs2.png) no-repeat;
    background-position: right center;
}

.s3s4 {
    background: url(/images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.section4 {
    margin-top: 0;
    position: relative;
    padding-top: 3rem;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .2));
    padding-bottom: 3rem;
}

.section4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s4-bj.png) no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 2;
}

.section4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/images/s4-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}

.section4 .tit {
    background-position: center top;
    padding-top: 0.6rem;
}

.s4-huas {
    position: absolute;
    left: 50%;
    transform: translateX(-52%);
    top: 1rem;
    width: 5.05rem;
    height: 5.1rem;
    background: url(/images/s4-huas.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.section4 .w14 {
    position: relative;
    z-index: 9;
}

.titxc {
    text-align: center;
    background-position: center center;
}

.titfff h2 {
    color: #fff;
}

.titfff p {
    color: #fff;
    margin-top: .05rem;
    font-weight: 600;
}

.s4-c {
    margin-top: 1.3rem;
}

.s4-c ul {
    padding: 0 .5rem;
}

.s4-c ul li a {
    display: block;
    max-width: 2.7rem;
    margin: 0 auto;
    padding: .23rem .1rem;
    position: relative;
}

.s4-c ul li a .pic {
    padding-top: 75%;
}

.s4-c ul li a b {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0.27rem;
    height: 0.04rem;
    background-color: #ffffff;
    border-radius: 0.02rem;
}

.s4-c .slick-prev, .s4-c .slick-next {
    width: 0.44rem;
    height: 0.44rem;
}

.s4-c .slick-prev {
    background: url(/images/s4-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s4-c .slick-next {
    background: url(/images/s4-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.section5 {
    background: url(/images/s5-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .5rem;
    position: relative;
    z-index: 9;
}

.s5-list {
    padding: .2rem .5rem 1.2rem .5rem;
}

.s5-list ul {
    display: flex;
    justify-content: space-between;
}

.s5-list ul li:nth-child(1) {
    margin-top: 5.9rem;
}

.s5-list ul li:nth-child(2) {
    margin-top: 2.15rem;
}

.s5-list ul li:nth-child(3) {
    margin-left: 3rem;
    margin-right: 3rem;
}

.s5-list ul li:nth-child(3) a .icon {
    background: none;
}

.s5-list ul li:nth-child(4) {
    margin-top: 2.15rem;
}

.s5-list ul li:nth-child(5) {
    margin-top: 5.9rem;
}

.s5-list ul li a {
    display: block;
}

.s5-list ul li a .icon {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/images/s5-quan2.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 0 auto;
}

.s5-list ul li:nth-child(1) a .icon {
    background: url(/images/s5-quan1.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.s5-list ul li a .icon img {
    max-width: 75%;
    max-height: 75%;
}

.s5-list ul li a p {
    font-size: 0.24rem;
    line-height: .3rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    margin-top: -.15rem;
    min-height: .3rem;
}

.s5-list ul li a b {
    width: 0.25rem;
    height: 1px;
    background-color: #ffffff;
    margin: .05rem auto;
    display: block;
}

.s5-list ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}

.s5-list .slick-dots {
    bottom: -.83rem;
    display: block !important;
    text-align: center;
    font-size: 0;
}

.s5-list .slick-dots li {
    margin-top: 0 !important;
}

.s5-list .slick-dots li {
    position: relative;
    padding-bottom: .1rem;
    border-bottom: 1px solid #fff;
    margin: 0 .2rem !important;
    width: .15rem !important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.s5-list .slick-dots li button {
    display: block;
    padding: 0;
    margin: 0;
    width: 0.15rem;
    height: 0.15rem;
    background: #fff;
}

.s5-list .slick-dots li:nth-child(3n+1) button {
    width: auto;
    height: auto;
    border-width: 0 .08rem .15rem .08rem;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    background: none;
}


.s5-list .slick-dots li:nth-child(3n) button {
    border-radius: 50%;
}

.section6 {
    padding-top: 1.2rem;
    position: relative;
    z-index: 2;
}

.section6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.92rem;
    height: 1.92rem;
    transform: translateX(-50%) translateY(-50%);
    background: url(/images/s6-tquan.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    animation: ani_cir3 15s linear infinite;
}

@keyframes ani_cir3 {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.s6-c {
    display: flex;
    justify-content: space-between;
    background: rgba(32, 43, 124, .15);
    padding: .1rem;
    margin-top: .3rem;
}

.s6-l {
    width: 55%;
}

.s6-l ul li a {
    display: block;
    position: relative;
}

.s6-l ul li a .pic {
    padding-top: 69%;
}

.s6-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/head-zzt.png) repeat-x;
    background-position: center top;
    transform: rotateZ(180deg);
}

.s6-l ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .15rem .2rem;
}

.s6-l ul li a .info h3 {
    font-size: 0.16rem;
    font-weight: normal;
    color: #ffffff;
    line-height: .26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .52rem;
}

.s6-l ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s6-r {
    width: 43%;
}

.s6-rt a {
    display: block;
    position: relative;
    background: rgba(29, 32, 136, .5);
    padding: 0.05rem;
}

.s6-rt a .pic {
    padding-top: 55%;
}

.s6-rt a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/head-zzt.png) repeat-x;
    background-position: center top;
    transform: rotateZ(180deg);
}

.s6-rt a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .15rem .2rem;
}

.s6-rt a .info h3 {
    font-size: 0.16rem;
    font-weight: normal;
    color: #ffffff;
    line-height: .26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .52rem;
}

.s6-rt a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s6-rb ul {
    display: flex;
    justify-content: space-between;
    margin-top: .1rem;
}

.s6-rb ul li {
    width: 32%;
}

.s6-rb ul li a {
    display: block;
    background: rgba(29, 32, 136, .5);
    padding: 0.05rem;
}

.s6-rb ul li a:hover {
    background: rgba(29, 32, 136, .8);
}

.s6-rb ul li a .pic {
    padding-top: 60%;
}

.s6-rb ul li a .info {
    margin-top: .1rem;
}

.s6-rb ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}

.section7 {
    height: .25rem;
    background: url(/images/s7-btg.png) repeat-x;
    background-position: center center;
    background-size: auto 100%;
    margin: .5rem 0;
}


@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {}
@media (min-width: 1024px){
.s1-r ul li{
min-height: 42.4px;
}
}
@media screen and (max-width:1024px) {
    .banner .slick-slide a{
        padding-top:50%;
    }
    .banner .slick-slide a img {
        height: auto;
        position:absolute;
        left:0;
        right:0;
        top:0;
        height:100%;
        object-fit:cover;
    }

    .banner {
        height: auto;
        position: relative;
    }

    .jianzhu {
        margin-top: -1rem;

        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .jianzhu img {
        width: auto;
        height: 1rem;
    }

    .banner-next {
        transform: translateY(-50%) translateX(.8rem) scale(.6);
    }

    @keyframes ani_cir {
        0% {
            transform: translateY(-50%) translateX(.8rem) rotateZ(0deg) scale(.6);
        }

        100% {
            transform: translateY(-50%) translateX(.8rem) rotateZ(-360deg) scale(.6);
        }
    }

    .banner .slick-slide a::before {
        display: none;
    }

    .s1-c, .s2-c, .s3-c, .s6-c {
        display: block;
    }

    .s1-l, .s2-l, .s2-r, .s3-l, .s3-r, .s6-l, .s6-r {
        width: auto;
    }

    .s1-r {
        padding-left: 0;
        margin-top: .3rem;
    }

    .s2-r, .s3-r, .s6-r {
        margin-top: .3rem;
    }

    .s2-r ul {
        padding: 0 .25rem;
    }

    .s3-lbody {
        padding: .25rem .2rem;
        min-height: auto;
    }

    .s3-rlist ul li {
        width: 49%;
    }

    .section4 {
        padding-bottom: 1.5rem;
        padding-top: 2.5rem;
    }

    .s3s4 {
        background-size: cover;
    }

    .s4-huas {
        width: 4rem;
        height: 4rem;
    }

    .s4-c ul {
        padding: 0 .4rem;
    }

    .s4-c {
        margin-top: .5rem;
    }

    .s5-list {
        padding: .2rem .1rem 1.2rem .1rem;
    }

    .s5-list ul li a .icon {
        width: 0.8rem;
        height: 0.8rem;
    }

    .s5-list ul {
        flex-wrap: wrap;
       margin:0  .1rem;
    }

    .s5-list ul li {
        width: 20%;
        display: flex;
        justify-content: center;
    }

    .s5-list ul li:nth-child(1) {
        order: 3;
        margin-top: .5rem;
    }

    .s5-list ul li:nth-child(2) {
        order: 1;
        width: 50%;
        margin-top: .3rem;
    }

    .s5-list ul li:nth-child(3) {
        order: 0;
        width: 100%;
        margin: 0;
    }

    .s5-list ul li:nth-child(3) a .icon img {
        max-width: 100%;
        max-height: 100%;
    }

    .s5-list ul li:nth-child(4) {
        order: 2;
        width: 50%;
        margin-top: .3rem;
    }

    .s5-list ul li:nth-child(5) {
        order: 4;
        margin-top: .5rem;
    }

    .s5-list ul li a .icon img {
        max-width: 65%;
        max-height: 65%;
    }

    .s6-rb ul {
        flex-wrap: wrap;
    }

    .s6-rb ul li {
        width: 48.5%;
    }

    .s6-rb ul li:nth-child(3) {
        width: 100%;
        margin-top: .1rem;
    }

    .index {
        padding-top: .3rem;
    }

    .section2 {
        margin-top: .35rem;
        padding-bottom: 1rem;
    }

    .section6 {
        padding-top: .6rem;
    }

    .section6::before {
        width: 1.5rem;
        height: 1.5rem;
    }


    .s3-tit ul li:nth-child(1).on::after{
        display:none;
    }
.s3-l .s3-tit ul{
                min-width:auto;
                overflow-x:auto;
                margin-top: .2rem;
                }
.s3-tit ul li{min-width:auto;}
    .s3-tit ul li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
    .s3-tit ul li a h3{white-space:nowrap;}
.s3-tit ul{margin-right:.7rem;background: none;}
    .s3-tit ul li:nth-child(1).on {
    background: #d2d7ff;
}
    .s3-tit ul li:nth-child(2).on {
    background: #d2d7ff;
}
    .s3-tit ul li:nth-child(3).on {
    background: #d2d7ff;
}
    .s3-tit ul li:nth-child(2).on::before {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    border-width: 0 0 .55rem .4rem;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
    .s3-tit ul li:nth-child(2).on::after {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    border-width: .55rem .4rem 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
    .s3-tit ul li:nth-child(3).on::before {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    border-width: 0 0 .55rem .4rem;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
    .s3-tit ul li:nth-child(3).on::after {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    border-width: .55rem .4rem 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {
    .jianzhu {
        margin-top: -.45rem;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .jianzhu img {
        width: auto;
        height: .5rem;
    }
}
.s2-c .s6-rt{display:none;}
.s2-c .s6-rb ul{flex-wrap:wrap;margin-top:0;}
.s2-c .s6-rb ul li{width:49%;}
.s2-c .s6-rb ul li:nth-child(-n+2){margin-bottom:.1rem}
.s2-c .s6-rb ul li a .pic{padding-top:66%}
@media screen and (max-width: 1024px) {
    .s2-c .s6-rb ul li:nth-child(3) {
        width: 49%;
        margin-top: 0;
    }
}



.s3-r .s3-rlist>div.on {
    display: block;}
.s3-r .s3-rlist>div {
    display: none;}
.s3-r .s3-tit .s3-more1 {
    position: relative;
}
.s3-r .s3-tit .s3-more1 a {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/tit-more.png) no-repeat;
    background-position: right center;
    background-size: auto .3rem;
    font-size: 0.1rem;
    font-weight: normal;
    line-height: .3rem;
    color: #000000;
    padding-right: .3rem;
    white-space: nowrap;
}
.s3-r .s3-tit .s3-more1 a.on {
    display: block;
}