@charset "utf-8";


/* CSS Document */
.jsloading {
    z-index: 10002;
    position: fixed;
    top: 0;
    left: 0;
    width: 12.5%;
    height: 100%;
    transform-origin: left top;
    will-change: auto
}

.jsloading:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    content: ""
}

.jsloading:first-child {
    left: 0
}

.jsloading:nth-child(2) {
    left: 12.5%
}

.jsloading:nth-child(3) {
    left: 25%
}

.jsloading:nth-child(4) {
    left: 37.5%
}

.jsloading:nth-child(5) {
    left: 50%
}

.jsloading:nth-child(6) {
    left: 62.5%
}

.jsloading:nth-child(7) {
    left: 75%
}

.jsloading:nth-child(8) {
    left: 87.5%
}

.jsloading:nth-child(9) {
    left: 100%
}

.jslogo {
    z-index: 10003;
    position: fixed;
    top: 45%;
    left: 50%;
    width: 250px;
    height: auto;
    -webkit-transform: translate(-50%, 50%);
    opacity: 1;
    pointer-events: none
}


.js-loading__bar {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    pointer-events: none
}

.js-loading__bar:after {
    -webkit-animation: loading-bar 1.4s cubic-bezier(1, 0, 0, 1) 1s infinite;
    -webkit-animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #004294;
    animation: loading-bar 1.4s cubic-bezier(1, 0, 0, 1) 1s infinite;
    animation-fill-mode: both;
    content: "";
    transition-property: width
}

@keyframes loading-bar {
    0% {
        right: auto;
        left: 0;
        width: 0
    }

    50% {
        width: 100%
    }

    to {
        right: 0;
        left: auto;
        width: 0
    }
}

@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        /*开始为原始大小*/
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.banner-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 1.46rem;

}


.banner-container .swiper-slide {
    overflow: hidden;

}

.swiper-slide .b-img {
    width: 100%;
    display: block;
}

.swiper-slide-active .b-img {

    animation: changeScale 1 3s;
}

.s-img {
    display: none;
    width: 100%;

}




.bannerBar {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 100%;

}




.banner-container .swiper-pagination-bullet {

    cursor: pointer;
    transition-duration: .5s;
    width: 10px;
    height: 6px;
    background: #ffffff;
    border-radius: 10px;
    opacity: 1;
    margin-right: 6px !important;

    position: relative;
    overflow: hidden;

}

.banner-container .swiper-pagination-bullet-active {
    width: 40px;
}

.banner-container .swiper-pagination-bullet-active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #d72128;
    left: 0;
    top: 0;
    animation: move 1 10s;
}


@keyframes move {
    0% {
        width: 0px;

    }

    100% {
        width: 100%;
    }
}




.banner-container .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}



.banner-txt {
    width: 93%;
    position: absolute;
    top: 30%;
    padding-left: 2.4rem;
    color: #fff;
    opacity: 1;
    transition-duration: 2s;
}

.swiper-slide-active .banner-txt {
    opacity: 1;
    top: 35%;
}


.banner-txt dl dd h1 {
    font-size: 0.48rem;
    line-height: 1.3;
    font-family: "SourceHanSansCN-bold";
    text-shadow: 2px 2px 5px #414040;
    display: flex;
    align-items: center;

}

.banner-txt dl dd h1 p {
    position: relative;
    left: -0.2rem;
    padding-right: 0.3rem;
}

.banner-txt dl dd h1 b {
    font-size: 0.72rem;
}

.banner-txt dl dd h2 {
    font-size: 0.3rem;
    line-height: 1;
    text-shadow: 2px 2px 5px #414040;
    font-weight: normal;
    padding: 0.3rem 0.3rem 0.54rem;
}

.banner-txt dl dd a {
    display: block;
    margin-left: 0.3rem;
    width: 1.6rem;
    line-height: 0.55rem;
    color: #fff;
    background: #d72128;
    font-size: 0.18rem;
    text-align: center;
    transition-duration: .5s;
}

.banner-txt dl dd a:hover {
    border-radius: 30px;
}

.homeNews {
    margin-bottom: 0.85rem;
    position: relative;
}

.homeTi {
    font-size: 0.48rem;
    font-family: "SourceHanSansCN-bold";
    margin-bottom: 0.5rem;
    -webkit-transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all 1.6s cubic-bezier(0.215, 0.610, 0.355, 1) .3s;
    overflow: hidden;
}

.homeTi.animated {
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.newImg {
    position: relative;
    overflow: hidden;
    background: #000;
}

.newImg img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.homeNews .swiper-slide:hover .newImg img {
    transform: scale(1.1);
}

.newImg:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-top-color: rgba(215, 33, 40, 0.3);
    border-left-color: rgba(215, 33, 40, 0.3);
    -webkit-transition: border .35s ease-in-out;
    -moz-transition: border .35s ease-in-out;
    -o-transition: border .35s ease-in-out;
    transition: border .35s ease-in-out;
    z-index: 3;
}

.homeNews .swiper-slide:hover .newImg:before {
    border-width: 320px;
}

.newTime {
    font-size: 0.18rem;
    margin: 0.15rem 0 0.05rem 0;
}

.newNr {
    width: 90%;
    font-size: 0.2rem;
    color: #d82128;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition-duration: .5s;
    border-bottom: 1px solid #d82128;
}

.homeMore {
    display: block;
    width: 1.6rem;
    line-height: 0.55rem;
    color: #fff;
    background: #d72128;
    font-size: 0.18rem;
    text-align: center;
    transition-duration: .5s;
}

.homeMore:hover {
    border-radius: 30px;
    color: #fff;
}

.homeNews .homeMore {
    margin: 0.75rem auto 0;
}

.homeNews .swiper-button-next:after,
.homeNews .swiper-button-prev:after,
.homeFzlc .swiper-button-next:after,
.homeFzlc .swiper-button-prev:after {
    display: none;
}

.homeNews .swiper-button-next,
.homeNews .swiper-button-prev,
.homeFzlc .swiper-button-next,
.homeFzlc .swiper-button-prev {
    width: 0.29rem;
    height: 0.29rem;
    background: #d72128;
    border-radius: 50%;
    color: #fff;
    transition-duration: .5s;
    top: 45%;
}

.homeNews .swiper-button-next:hover,
.homeNews .swiper-button-prev:hover {
    transform: scale(1.1);
}

.homeNews .swiper-button-prev {
    left: 0.8rem;
}

.homeNews .swiper-button-next {
    right: 0.8rem;
}

.homeNews .swiper-button-next i,
.homeNews .swiper-button-prev i,
.homeFzlc .swiper-button-next i,
.homeFzlc .swiper-button-prev i {
    font-size: 0.2rem;
}

.homeNews .swiper-button-next i,
.homeFzlc .swiper-button-next i {
    transform: rotate(180deg);
}

.homePro {
    position: relative;
    top: -0.5rem;
}

.yyBox {
    position: relative;

}

.yyBox .Menubox {
    width: 49%;
    position: absolute;
    top: 0;
    left: 0;
}

.yyBox .Menubox ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.yyBox .Menubox ul:after {
    content: '';
    width: 90%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    left: 5%;
    top: 0.45rem;
}

.yyBox .Menubox ul li {
    text-align: center;
    transition-duration: .5s;
    cursor: pointer;
}

.yyBox .Menubox ul li p {
    font-size: 0.2rem;
    padding-top: 0.1rem; line-height:1.2; width:1.4rem
}

.yyBox .Menubox ul li h1 {
    width: 0.92rem;
    height: 0.92rem;
    border-radius: 50%;
    background: #e8e8e8;
    font-weight: normal;
    transition-duration: .5s;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; margin:0 auto
}

.yyBox .Menubox ul li h1:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #d72128;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: .5s;
    border-radius: 50%;
    z-index: 1;
}

.yyBox .Menubox ul li:hover h1:after,
.yyBox .Menubox ul li.hover h1:after {
    width: 100%;
    height: 100%;
}

.yyBox .Menubox ul li h1 i {
    font-size: 0.42rem;
    color: #333333;
    transition-duration: .5s;
    position: relative;
    z-index: 2;
}

.yyBox .Menubox ul li:hover h1 i,
.yyBox .Menubox ul li.hover h1 i {
    color: #fff;
    animation: icon-bounce 0.5s alternate;
}

.yyBox .CbContainer {
    display: flex;
    justify-content: space-between;
}

.yyLe {
    width: 49%;
    padding-top: 2rem;
}

.yyLe h1 {
    font-weight: normal;
    font-size: 0.32rem;
}
 
.yyLe p {
    font-size: 0.2rem;
    font-family: "SourceHanSansCN-Normal" !important; line-height:1.3 !important
}

.yyLe p>* {
    font-size: 0.2rem !important;
    font-family: "SourceHanSansCN-Normal" !important;
}

.yyRi {
    width: 48%;
    position: relative;
    padding: 0.5rem 0 0 0.5rem;
}

.yyRi p {
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: #fff;
}

.yyRi p img {
    width: 100%;
    height: 100%;
    display: block;
    animation: changeScale 1 1s;
}

.yyRi:after,
.yyRi:before {
    content: '';
    width: 93%;
    height: 93%;
    position: absolute;
    box-shadow: 0 0 10px #e1e1e1;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}

.yyRi:before {
    top: 0.25rem;
    left: 0.25rem;
    z-index: 2;
}

.CbContainer.on .yyRi p img {
    animation: changeScale 10s infinite;
}

.homeFzlc {
    background: url(../images/bg.png) no-repeat bottom center;
    padding-top: 0.3rem;
    position: relative;
    height: 7.6rem;
    background-size: contain;
}

.lcxBox {
    position: relative;
    padding-left: 1.1rem;
    padding-bottom: 0.3rem;
}

.lines {
    position: absolute;
    width: 0%;
    overflow: hidden;
    -webkit-transition: all 15s cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 2;
    bottom: 0;
    left: 0;

}

.active .lines {
    width: 100%;
}

.lines .lls {
    background: center center no-repeat;
    background-size: contain;
    width: 100vw;
    height: 2.25rem;
}

.lcLis {
    padding-left: 0.24rem;
    position: relative;
    min-height: 2.3rem;
    border-left: 1px solid #c8c8c8;
}



.lcLis:after {
    content: '';
    width: 0.18rem;
    height: 0.18rem;
    background: #d72128;
    position: absolute;
    bottom: 0;
    left: -0.09rem;
    border-radius: 50%;
}

.lcLis .ysj {
    position: absolute;
    left: 0;
    top: 0;
}

.lcLis dt {
    display: flex;
    align-items: center;
    background: linear-gradient(left, rgba(214, 36, 43, 0.19), rgba(255, 255, 255, 0.19) 97%);
    background: -o-linear-gradient(left, rgba(214, 36, 43, 0.19), rgba(255, 255, 255, 0.19) 97%);
    background: -ms-linear-gradient(left, rgba(214, 36, 43, 0.19), rgba(255, 255, 255, 0.19) 97%);
    background: -moz-linear-gradient(left, rgba(214, 36, 43, 0.19), rgba(255, 255, 255, 0.19) 97%);
    background: -webkit-linear-gradient(left, rgba(214, 36, 43, 0.19), rgba(255, 255, 255, 0.19) 97%);
    color: #d72128;
    height: 0.55rem;
    width: 1.79rem;
    padding-left: 0.1rem;
    margin-bottom: 0.2rem;

}

.lcLis dt h1 {
    font-size: 0.3rem;
    font-family: "SourceHanSansCN-bold";
    line-height: 1;
    letter-spacing: -1px;
}

.lcLis dt p {
    font-size: 0.2rem;
    font-weight: bold;
    font-family: "SourceHanSansCN-bold";
    margin: 0.1rem 0 0 0.02rem;
}

.lcLis dd {
    font-size: 0.16rem; line-height:1.2
}

.lcxBox .swiper-slide:last-child .lcLis dt h1 {
    font-size: 0.26rem;
}

.lcxBox .swiper-slide:last-child .lcLis dt {
    width: 2rem;
}

.lcxBox .swiper-slide:nth-child(1) {
    margin-top: 0.7rem;
}

.lcxBox .swiper-slide:nth-child(2) {
    margin-top: 1.95rem;
}

.lcxBox .swiper-slide:nth-child(3) {
    margin-top: 1.08rem;
}

.lcxBox .swiper-slide:nth-child(4) {
    margin-top: 0.7rem;
}

.lcxBox .swiper-slide:nth-child(3) .lcLis {
    height: 2.7rem;
}

.lcxBox .swiper-slide:nth-child(4) .lcLis {
    height: 2.5rem;
}

.lcxBox .swiper-slide:nth-child(5) .lcLis {
    height: 2.95rem;
}

.lcBtn {
    display: none;
}

.lcxBox .swiper-slide:nth-child(1) .lcLis dd {
    width: 80%;
}

.proBox {

    display: flex;
    justify-content: space-between;
}

.proMenubox {
    width: 20%;
    border-top: 1px solid #dedede;
}

.proBox ul {
    margin-bottom: 0.3rem;
}

.proBox ul li {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dedede;
    height: 0.78rem;
    padding-left: 0.15rem;
    background: url(../images/ysj1.png) no-repeat 98% center;
}

.proBox ul li.hover {
    background: url(../images/ysj2.png) no-repeat 98% center;
}

.proBox ul li p {
    font-size: 0.24rem;
    padding-left: 0.15rem;
}

.proBox ul li i {
    color: #9d9d9d;
    font-size: 0.26rem;
}

.proBox ul li.hover p,
.proBox ul li.hover i {
    color: #d72128;
}

.homePro {
    padding-bottom: 0.5rem;
}

.proContentbox {
    width: 70%;
    background: url(../images/lo.png) no-repeat center top 14%;
    background-size: contain;
    height: 5rem;
    text-align: center;
}

.proCbContainer p {
    font-size: 0.3rem;
    color: #d0111b;
}

@media (-webkit-device-pixel-ratio: 1.25) {}

@media (-webkit-device-pixel-ratio: 1.5) {}




@media only screen and (max-width: 1650px) {}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1140px) {
    .banner-container {
        padding-top: 80px;
    }

}


@media only screen and (max-width: 1024px) {

    .banner-container {
        padding-top: 80px;
    }

    .homeTi {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    .swiper-slide .b-img,
    .loading {
        display: none;
    }

    .s-img,
    .lcBtn {
        display: block;
    }

    .banner-container .swiper-pagination {
        z-index: 1;
    }

    .banner-txt {
        padding-left: 20px;
        width: 100%;
    }

    .banner-txt dl dd h1,
    .homeTi,
    .lcLis dt h1 {
        font-size: 26px;
    }

    .banner-txt dl dd h1 p {
        left: 0;
    }

    .banner-txt dl dd h2 {
        font-size: 22px;
    }

    .banner-txt dl dd a,
    .lcLis dd,
    .yyBox .Menubox ul li p {
        font-size: 14px;
    }

    .yyBox .Menubox ul li p {
        font-weight: bold;
    }

    .lines,
    .yyRi:after,
    .yyRi:before {
        display: none;
    }

    .lcxBox {
        padding-left: 15px;
    }

    .homeTi {
        margin-bottom: 15px;
    }

    .lcxBox .swiper-slide {
        margin-top: 0 !important;
        overflow: hidden;
        padding-left: 20px;
    }

    .homeFzlc {
        height: auto;
        padding-bottom: 30px;
    }

    .homeNews .swiper-button-next,
    .homeNews .swiper-button-prev,
    .homeFzlc .swiper-button-next,
    .homeFzlc .swiper-button-prev {
        width: 20px;
        height: 20px;
    }

    .lcxBox .swiper-slide .lcLis dd {
        width: 100% !important;
    }

    .lcxBox .swiper-slide .lcLis {
        height: auto !important;
        min-height: 0;
        padding-bottom: 20px;
    }

    .lcLis dt {
        width: 100%;
        height: 40px;
    }

    .homeNews .swiper-button-next i,
    .homeNews .swiper-button-prev i,
    .homeFzlc .swiper-button-next i,
    .homeFzlc .swiper-button-prev i {
        font-size: 18px;
    }

    .lcLis dt p,
    .yyLe p,
    .newNr {
        font-size: 14px;
    }

    .yyBox .Menubox,
    .newNr {
        position: relative;
        width: 100%;
    }

    .yyBox .CbContainer {

        margin-top: 15px;
    }

    .yyLe,
    .yyRi {

        padding-top: 0;

    }

    .yyLe h1 {
        font-size: 20px;
        font-weight: bold;
    }

    .homeMore {
        width: 120px;
        line-height: 40px;
    }

    .homeMore,
    .newTime {
        font-size: 16px;
    }

    .yyRi {
        padding: 0;
        margin-top: 15px;
    }

    .homeNews .swiper-button-next {
        right: 5px;
    }

    .homeNews .swiper-button-prev {
        left: 5px;
    }

    .bannerBar {
        bottom: 0;
    }

    .mobile-menu .navigation li>a {
        font-size: 18px;
    }

    .lcLis:after {
        width: 10px;
        height: 10px;
        left: -5px;
    }

    .banner-txt dl dd a {
        width: 120px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 680px) {
    .homeTi {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    .swiper-slide .b-img,
    .loading {
        display: none;
    }

    .s-img,
    .lcBtn {
        display: block;
    }

    .banner-container .swiper-pagination {
        z-index: 1;
    }

    .banner-txt {
        padding-left: 20px;
        width: 100%;
    }



    .homeTi,
    .lcLis dt h1 {
        font-size: 20px;
    }

    .banner-txt dl dd h1 {
        font-size: 16px;
    }

    .banner-txt dl dd h1 p {
        left: 0;
    }

    .banner-txt dl dd h2 {
        font-size: 16px;
    }

    .banner-txt dl dd a,
    .lcLis dd,
    .yyBox .Menubox ul li p {
        font-size: 12px;
    }

    .lines,
    .yyRi:after,
    .yyRi:before {
        display: none;
    }

    .lcxBox {
        padding-left: 15px;
    }

    .homeTi {
        margin-bottom: 15px;
    }

    .lcxBox .swiper-slide {
        margin-top: 0 !important;
        overflow: hidden;
        padding-left: 20px;
    }

    .homeFzlc {
        height: auto;
        padding-bottom: 30px;
    }

    .homeNews .swiper-button-next,
    .homeNews .swiper-button-prev,
    .homeFzlc .swiper-button-next,
    .homeFzlc .swiper-button-prev {
        width: 20px;
        height: 20px;
    }

    .lcxBox .swiper-slide .lcLis dd {
        width: 100% !important;
    }

    .lcxBox .swiper-slide .lcLis {
        height: auto !important;
    }

    .homeNews .swiper-button-next i,
    .homeNews .swiper-button-prev i,
    .homeFzlc .swiper-button-next i,
    .homeFzlc .swiper-button-prev i {
        font-size: 18px;
    }

    .lcLis dt p,
    .yyLe p,
    .newNr {
        font-size: 14px;
    }

    .yyBox .Menubox,
    .newNr {
        position: relative;
        width: 100%;
    }

    .yyBox .CbContainer {
        display: block;
        margin-top: 15px;
    }

    .yyLe,
    .yyRi {
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
    }

    .yyLe h1 {
        font-size: 16px;
        font-weight: bold;
    }

    .homeMore,
    .newTime {
        font-size: 12px;
    }

    .yyRi {
        padding: 0;
        margin-top: 15px;
    }

    .homeNews .swiper-button-next {
        right: 5px;
    }

    .homeNews .swiper-button-prev {
        left: 5px;
    }

    .proBox {
        display: block;
    }

    .proMenubox {
        width: 100%;
    }

    .proContentbox {
        width: 100%;
        background: none;
        height: auto;
    }

    .proBox .homeMore {
        display: none;
    }

    .proBox ul:after {
        content: '';
        clear: both;
        display: block;
    }

    .proBox ul li,
    .proBox ul li.hover {
        width: 33.33%;
        float: left;
        background: none;
    }

    .proBox ul li p {
        font-size: 14px;
    }

    .proBox ul li i {
        font-size: 16px;
    }

    .proCbContainer img {
        max-width: 80%;
    }
}