@charset "utf-8";

body {
    overflow-x: hidden;
}

@font-face {
    font-family: "sysong";
    src: url(/style/fonts/sySong.woff);
}

.banner-k {
    position: relative;
}

.banner .slick-slide a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner .slick-slide img {
    display: block;
    width: 100%;
   /* height: 700px;*/
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.banner .img_scale img {
    transform: scale(1);
}

.banner .slick-dots {
    bottom: 0.88rem;
    right: .94rem;
    text-align: center;
    font-size: 0;
    height: 0.35rem;
    z-index: 9;
    width: .21rem;
}

.banner .slick-dots li {
    vertical-align: middle;
    margin: 0.06rem 0;
    padding: 0;
    height: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .slick-dots li.slick-active {
    background: url(/images/ban-dot1.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-dots li.slick-active button {
    opacity: 0;
}

.banner .slick-dots li button {
    display: block;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    transition: all 0.5s;
    margin: 0;
    background: #fff;
}

.banner .slick-prev,
.banner .slick-next {
    width: 0.09rem;
    height: 0.16rem;
    top: inherit;
    bottom: 0.65rem;
}

.banner .slick-prev {
    left: inherit;
    right: 50%;
    margin-right: 0.7rem;
    background-size: 100% 100%;
}

.banner .slick-next {
    right: inherit;
    left: 50%;
    margin-left: 0.7rem;

    background-size: 100% 100%;
}

.down-page {
    position: absolute;
    left: 50%;
    bottom: 0.25rem;
    transform: translateX(-50%);
    z-index: 99;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}

@keyframes svg-sircle {
    0% {
        stroke-dasharray: 125.6;
        stroke-dashoffset: 125.6;
    }

    100% {
        stroke-dasharray: 125.6;
        stroke-dashoffset: 0;
    }
}

.down-page svg {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    width: .84rem;
    height: .84rem;
}

.down-page.on .pie-bar {
    animation: svg-sircle 6s linear;
}

.down-page .pie-bg {
    stroke: #fff;
    opacity: .3;
    width: 100%;
    height: 100%;
}

.down-page .pie-bar {
    stroke: #fff;
}

.down-page circle {
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: all .2s;
    stroke: currentColor;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
}

.down-page>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 0.46rem;
    animation: move 1.5s infinite ease-in-out;
    cursor: pointer;
}

@keyframes move {

    0%,
    100% {
        top: 45%;
    }

    50% {
        top: calc(45% + 0.1rem);
    }
}


.index {
    overflow: hidden;
background: url(/images/index-bg.png) no-repeat;
    background-position: center bottom;
    background-size: auto;
}

.itit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .55rem;
}

.itit div {
    display: flex;
    align-items: center;
}

.itit div img {
    max-height: .34rem;
    margin-right: .05rem;
}

.itit div span {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.37rem;
    color: #B11D1D;
}

.itit a {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #B11D1D;
    padding-right: 25px;

    background-position: right center;
    background-size: .13rem;
}

.s1 {
    margin-top: .75rem;
}

.s1-c {}

.s1-c ul li {}

.s1-c ul li a {
    display: block;
}

.s1-c ul li a .icons {
    margin: 0 auto;
    width: 1.28rem;
    height: 1.28rem;
    position: relative;
    padding: 0.06rem;
}

.s1-c ul li a .icons::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s1-bor1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: _anirotate 15s linear infinite;
}

.s1-c ul li a .icons::after {
    content: "";
    position: absolute;
    left: .11rem;
    top: .11rem;
    right: .11rem;
    bottom: .11rem;
    background: url(/images/s1-bor2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: _anirotate2 15s linear infinite;
}


@keyframes _anirotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _anirotate2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.s1-c ul li a .icons div {
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    border-radius: 50%;
    border: 1px dashed #6219AF;

}

.s1-c ul li a .icons div img {
    height: 0.65rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.s1-c ul li a .icons div img:nth-child(1) {
    opacity: 1;
}

.s1-c ul li a p {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.42rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .2rem;
}

.s1-c ul li a:hover .icons div img {
    opacity: 1;
}

.s1-c ul li a:hover .icons div img:nth-child(1) {
    opacity: 0;
}

.s1-c ul li a:hover p {
    color: #6219AF;
}



.itit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.itit-name {
    display: flex;
    justify-content: center;
    align-items: center;
}

.itit-name div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.5s;
    margin-left: .55rem;
    cursor: pointer;
}

.itit-name div:nth-child(1) {
    margin-left: 0;
}

.itit-name div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    height: 0.02rem;
    background-color: #FDD100;
    width: 0;
}


.itit-name div h2 {
    font-size: 0.34rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    color: #333;
    transition: all 0.5s;
    font-family: SourceHanSansSC-Regular;
    padding: .18rem 0 .15rem 0;
    position: relative;
    z-index: 9;
}

.itit-name div h5 {
    font-family: ArialMT;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    color: #FFCD79;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.itit-name div h5::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: .5rem;
    transition: all 0.5s;
}


.itit-name div.on::before {
    opacity: 1;
    width: 0.64rem;
}

.itit-name div.on h2 {
    font-weight: 600;
}

.itit-name div.on h5 {
    opacity: 1;
}

.itit-name div.on::after {
    opacity: 1;
}

.itit-more {
    position: relative;
}

.itit-more a {
    display: block;
    line-height: .35rem;
    background: url(/images/more-bg.png) no-repeat;
    background-position: center right;
    background-size: .13rem auto;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    color: #6219AF;
    text-align: right;
    padding-right: .2rem;
    display: none;
}

.itit-more a:hover {
    color: #b11819;
}

.itit-more a.on {
    display: block;
}

.itab-bd {
    position: relative;
    overflow: hidden;
}

.itab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    /* transform: translateY(100%); */
}

.itab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}


.s2 {
    margin-top: .9rem;
}

.s2-c {
    display: flex;
}

.s2-l {
    flex: 1;
    min-width: 0;
}

.s2-r {
    width: 7.7rem;
    margin-left: .34rem;
}

.publist1 li a {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: .36rem;
}

.publist1 li a .publist1-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.1rem;
    width: 0;
    transition: all 0.5s;
    overflow: hidden;
}

.publist1 li a .publist1-line::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5.2rem;

    background-position: right bottom;
    background-size: auto .1rem;
    height: .1rem;
}

.publist1 li a:hover .publist1-line {
    width: 100%;
}

.publist1 li:nth-child(1) a {
    margin-top: 0;
}

.publist1 li:last-child a {

    background: none;
}

.publist1 li a .date {
    width: 0.73rem;
    margin-right: 0.2rem;
    background: #6219AF;
    text-align: center;
}

.publist1 li a .date b {
    font-family: "sysong";
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.42rem;
    color: #fff;
    display: block;
}

.publist1 li a .date span {
    font-family: ArialMT;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #636363;
    background: #FFF8DD;
    display: block;
}

.publist1 li a .info {
    flex: 1;
    min-width: 0;
}

.publist1 li a .info h3 {
    font-weight: 600;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.publist1 li a .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-transform: uppercase;
    color: #9E9E9E;
}

.publist1 li a:hover .date {
    background: #FDD100;
}

.publist1 li a:hover .date span {
    background: #FDD100;
    color: #fff;
}

.publist1 li a:hover .info h3 {
    color: #6219AF;
}

.s2-rm {
    padding-top: .68rem;
}

.s2-rm ul li a {
    display: block;
}

.s2-rm ul li a .pic {
    padding-top: 57.4%;
}

.s2-rm ul li a .info {
    padding: .35rem .4rem;
    z-index: 10;
    position: relative;
    border: 1px solid #CCA3F7;
}

.s2-rm ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    background: url(/images/s2-rm-border.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    height: 100%;
    pointer-events: none;
}

.s2-rm ul li a .info::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: url(/images/s2-rm-border.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    height: 100%;
    pointer-events: none;
}

.s2-rm ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s2-rm ul li a .info div {
    background: #6219AF;
    width: 0.39rem;
    height: 0.02rem;
    margin: .23rem 0;
    transition: all 0.6s;
}

.s2-rm ul li a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #A4A4A4;
    margin-top: .05rem;
    height: .56rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.s2-rm ul li a:hover .info h3 {
    color: #6219AF;
}

.s2-rm ul li a:hover .info div {
    width: 100%;
}

.s3 {
    margin-top: .85rem;
    margin-bottom: .85rem;
}

.s3 .itit {
    justify-content: center;
    position: relative;
}

.s3 .itit .itit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s3 .itit-name div h5 {
    left: 50%;
    transform: translateX(-50%);
}

.s3-c {}

#certify {
    position: relative;
}

#certify .swiper-container {}

#certify .swiper-slide {
    width: 7.7rem;
    transition: all 0.5s;
}

#certify .swiper-slide a {
    display: block;
}

#certify .swiper-slide a .pics {
    position: relative;
}

#certify .swiper-slide a .pics .pic {
    padding-top: 57.18%;
}

#certify .swiper-slide a .pics .pic div {
    transition: all 0.5s;
    /* opacity: .4; */
}

#certify .swiper-slide a .pics .s5-item-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#certify .swiper-slide a .pics .s5-item-tit .icons {
    margin-right: .1rem;
}

#certify .swiper-slide a .pics .s5-item-tit .icons img {
    display: block;
    height: 0.23rem;
}

#certify .swiper-slide a .pics .s5-item-tit p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#certify .swiper-slide a .info {
    background: #fff;
    background-color: #ffffff;
    border-radius: 0rem 0rem 0.2rem 0.2rem;
    opacity: 0;
    transition: all 0.5s;
    padding: .25rem .3rem;
}

#certify .swiper-slide a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #222222;
    padding-right: .5rem;
    background-position: right center;
    background-size: auto .35rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

#certify .swiper-slide.swiper-slide-active a .info {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a .pics .pic {}

#certify .swiper-slide.swiper-slide-active a .pics .pic div {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a .pics .s5-item-tit {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a:hover .info h3 {
    color: #03419e;
}

#certify .swiper-slide {
    z-index: 1;
    clip-path: polygon(0 100%, 0 0, 100% 10%, 90% 90%);
}

#certify .swiper-slide.on {
    transition: 0.5s;
}

#certify .swiper-slide-prev {
    clip-path: polygon(0 100%, 0 0, 100% 5%, 95% 95%);
    transform-origin: right center;
}

#certify .swiper-slide-active {
    z-index: 10;
    clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);
}

#certify .swiper-slide-active+.swiper-slide {
    z-index: 3;
    clip-path: polygon(0 95%, 0% 5%, 100% 0%, 100% 100%);
    transform-origin: left center;
}

#certify .swiper-slide-active+.swiper-slide+.swiper-slide {
    clip-path: polygon(0 90%, 0% 10%, 100% 0%, 100% 100%);
    z-index: 2;
}

.pub-arrow div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.39rem;
    height: 0.43rem;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 9;
}

  
.pub-arrow-l {
    left: .2rem;
    background: url(/images/icon-prev-w.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    background-size: .39rem auto;
}

.pub-arrow-r {
    margin-left: .2rem;
}

.pub-arrow-r {
    right: .2rem;
    background: url(/images/icon-next-w.png) no-repeat;
    background-position: center center;
    background-size: .39rem auto;
}




@media screen and (max-width: 1480px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .banner .slick-dots{
        left: 0;
        right: 0;
        bottom: 0.1rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: auto;
    }
    .down-page{
        display: none;
    }
    .itit{
        margin-bottom: .3rem;
    }
    .itit-name div h2{
        font-size: .24rem;
        line-height: .24rem;
        padding: .1rem 0;
    }
    .itit-name div h5{
        font-size: .2rem;
        line-height: .2rem;
    }
    .s1,.s2{
        margin-top: .5rem;
    }
    .s3{
        margin: .5rem 0;
    }
    .s1-c ul li a p{
        font-size: .18rem;
        line-height: .3rem;
    }
    .s1-c ul li a .icons{
        width: 1rem;
        height: 1rem;
    }
    .s1-c ul li a .icons div img{
        height: 0.4rem;
    }
    .publist1 li a{
        margin-top: .2rem;
    }
    .s2-c{
        display: block;
    }
    .s2-r{
        width: auto;
        margin-left: 0;
    }
    .s2-rm{
        padding-top: .35rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}