.byBan {
    width: 100%;
    position: relative;
    z-index: 6;
    margin-top: 80px;
}

.byImg {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.byImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    content: '';
}

.byImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.byTBox {
    position: absolute;
    left: 0%;
    width: 100%;
    top: 60%;
    transform: translateY(-50%);
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    */
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.byYing {
    line-height: 1;
    font-size: 90px;
    font-weight: 600;
    color: #fff;
    display: none;
    text-transform: uppercase;
}

.byTit {
    line-height: 1;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.bySbBox {
    margin-top: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d80d18;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bySbY {
    width: 15px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bySbD {
    width: 2px;
    height: 5px;
    background: #fff;
    position: relative;
    top: -5px;
    animation: down 1s infinitelinear;
    -webkit-animation: down 1s infinite linear;
}

@keyframes down {
    0% {
        transform: translateY(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }
}

.byNavBox {
    display: none;
    position: relative;
    height: 88px;
    border-top: 1px solid rgb(255, 255, 255, .1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.byNavBox .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.byNavItem {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: relative;
    margin: 0 50px;
}

.byNavItem::after {
    width: 0%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #d80d18;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.byNavItemAct {
    color: #d80d18;
}

.byNavItemAct::after {
    width: 100%;
}

.byATit {
    font-size: 52px;
    line-height: 1;
    font-weight: 600;
}

.byAInpBox {
    width: 450px;
    height: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .051);
    background: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.byAInpBox svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.byAInpBox svg path {
    fill: #999;
}

.byAInp {
    height: 100%;
    font-size: 16px;
    background: transparent;
    width: calc(100% - 50px);
}

.byAInp::placeholder {
    color: #aaa;
}




.bayNTit {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.bayNTit.red {
    color: #d80d18;
}

.bayNTit.white {
    color: #fff;
}

.bayNTit.center {
    text-align: center;
}

.bayNText {
    font-size: 20px;
    color: #666;
    margin-top: 20px;
}

.bayNText.center {
    text-align: center;
}



.byNavFix {
    position: fixed;
    left: 0;
    top: -80px;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
    background: #fff;
    z-index: 99;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.byNavFixAct {
    top: 0;
}

.byNavFix .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.byNavFItem {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    position: relative;
    margin: 0 50px;
}

.byNavFItemAct {
    color: #d80d18;
}

.byNavFItemAct::after {
    width: 0%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #d80d18;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.byNavFItemAct::after {
    width: 100%;
}

.byNavXl {
    position: relative;
    border-top: 1px solid rgb(255, 255, 255, .1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    display: none!important;
}

.byNavXl .inner {
    height: 100%
}

.byNavXlTop {
    width: 180px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255, .3);
    padding: 0 20px;
}

.byNavXlTop p {
    font-size: 16px;
    color: #fff;
}

.byNavXlJt {
    width: 18px;
    height: 18px;
}

.byNavXlJt svg {
    width: 100%;
    height: 100%;
}

.byNavXlJt svg path {
    fill: #fff;
}

.byNavXlTbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background: #fff;
    display: none;
    padding: 10px;
    box-shadow: 0 0 10px rgb(0, 0, 0, .1);
}

.byNavXlTbox a {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

.byNavXlTbox a:hover {}

.byNavXlTop:hover .byNavXlTbox {
    display: block;
}

@media(max-width:1680px) {
    .byTit {
        font-size: 62px;
    }

    .headNav ul li {
        height: 70px;
    }

    .byImg {
        height: 650px;
    }
}

@media(max-width:1468px) {
    .byImg {
        height: 550px;
    }

    .byTit {
        font-size: 56px;
    }

    .headNav ul li {
        height: 60px;
    }

    .byNavItem {
        font-size: 18px;
    }

    .byNavBox {
        height: 70px;
    }

    
}

@media(max-width:1368px) {
    .byImg {
        height: 480px;
    }

    .byTit {
        font-size: 48px;
    }
}

@media(max-width:1280px) {
    .byTit {
        font-size: 42px;
    }

    .byImg {
        height: 450px;
    }

    .byNavItem {
        font-size: 16px;
        margin: 0 40px;
    }

  
}

@media(max-width:1024px) {
    .byNavItem {
        margin: 0 30px;
    }

}

@media(max-width:900px) {
    .byBan {
        margin-top: 70px;
    }

    .byTit {
        font-size: 36px;
    }

    .bayNTit {
        font-size: 36px;
    }

    .byNavBox {
        display: none;
    }

    .byNavXl {
        display: block;
    }
}

@media(max-width:680px) {
    .byImg {
        height: 400px;
    }

    .bayNTit {
        font-size: 32px;
    }

    .byTit {
        font-size: 32px;
    }

    .byNavXl {
        height: 60px;
    }

    .byNavXlTbox a:hover {
        color: #d80d18;
    }
}

@media(max-width:500px) {
    .byImg {
        height: 350px;
    }

    .bayNTit {
        font-size: 28px;
    }

    .byTit {
        font-size: 28px;
    }
}

/* 鏂伴椈 */
.inNBox {
    overflow: hidden;
    position: relative;
    background: #f7f8f9;
}

.inNList {
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.inNSwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inNItem {
    background: #fff;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.48s;
    padding: 20px;
}

.inNImg {
    width: 100%;
    padding-top: 42%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.inNImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}

.inNTbox {
    width: 100%;
    position: relative;
    padding: 30px 10px 10px;
}

.inNTime {
    font-size: 20px;
    transition: all 0.48s;
    color: #666;
}

.inNTit {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    font-weight: 500;
    transition: all 0.48s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inNItem.swiper-slide-active {
    transform: scale(1);
}

.inNItem.swiper-slide-next {
    /* transform: scale(.9); */
    /* transform: scale(.9) rotate(4deg); */
}

.inNItem.swiper-slide-prev {
    /* transform: scale(.9); */
    /* transform: scale(.9) rotate(-4deg); */
}



.inNItem:hover .inNTit {
    color: #d80d18;
    text-decoration: underline;
}

.inNItem:hover .inNImg img {
    transform: scale(1.1);
}

.inNBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d80d18;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.48s;
    z-index: 2;
    border: 1px solid rgb(255, 255, 255, .1);
}

.inNBtn svg {
    width: 15px;
    height: 15px;
}

.inNBtn svg path {
    fill: #fff;
}

.inNSwiper_prev {
    left: -30px;
}

.inNSwiper_next {
    right: -20px;
}

.inNTBq {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.inNTBq i {
    font-size: 14px;
    line-height: 1;
    border: 1px solid rgb(0, 0, 0, .1);
    padding: 8px 20px;
    border-radius: 50px;
    color: #666;
    font-style: normal;
    margin-right: 10px;
    transition: all 0.48s;
}


@media(max-width:1468px) {
    .inNItem {
        padding: 20px;
    }

    .inNTit {
        font-size: 22px;
    }

    .inNImg {
        width: 100%;
    }

    .inNTime {
        font-size: 18px;
    }

}

@media(max-width:1368px) {
    .inNBtn {
        width: 45px;
        height: 45px;
    }

    .inNTime {
        font-size: 16px;
    }

    .inNTit {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .inNBtn {
        width: 40px;
        height: 40px;
    }

    .inNList {
        margin-top: 30px;
    }
}

@media(max-width:500px) {
    .inNBtn {
        width: 25px;
        height: 25px;
    }

    .inNBtn svg {
        width: 12px;
        height: 12px;
    }
}

.newsBox {}





/* 椤电爜 */
.PageNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.PageItem {
    width: 45px;
    height: 45px;
    /* border: 1px solid rgb(0, 0, 0, .1); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin: 0 5px;
    border-radius: 8px;
    font-size: 16px;
    /*background: #fff;
    */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.PageItem svg {
    width: 18px;
    height: 18px;
}

.PageItem svg path {
    fill: #666;
}

.PageItem:hover {
    background: #d80d18;
    color: #fff;
}

.PageItem:hover svg path {
    fill: #fff;
}

.PageItemAct {
    background: #d80d18;
    color: #fff;
}

@media(max-width:900px) {
    .PageNav {
        margin-top: 30px;
    }
}

@media(max-width:680px) {
    .PageItem {
        width: 40px;
        height: 40px;
        margin: 0 2px;
    }
}







/* 鍏充簬 */
.InABox {
    position: relative;
    background-image: url(../images/inABg.png);
    background-size: cover;
    background-position: center;
}

.InABox .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.InALeft {
    width: 50%;
    position: relative;
    z-index: 2;
}

.InARig {
    width: calc(50% + 275px);
    margin-left: calc(50% - 275px);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.InAImgBox {
    width: 550px;
    height: 800px;
    border-radius: 300px;
    overflow: hidden;
    position: relative;
    transform: scale(.9);
    transition: all 0.8s;
}

.InAImgBox::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .1);
}

.InAImg {
    position: relative;
    overflow: hidden;
}

.InAImg img {
    /* width: 100%; */
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: transform 31s linear;
}

.InAImg.swiper-slide-active img {
    transform: translateX(-1000px);
}

.InATbox {
    width: 38%;
    position: relative;
}

.InAText {
    font-size: 16px;
    color: #666;
    margin: 30px 0 50px;
}

.InAImgSwiper {
    width: 100%;
    height: 100%;
}


.InAList {
    margin-top: 50px;
    position: relative;
}

.InANItem:first-child {
    border-top: 1px solid rgb(0, 0, 0, .1);
}

.InANItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}

.InANText {
    position: relative;
}

.InANText p {
    font-size: 16px;
    margin-top: 10px;
}

  .InANText img {
        width: 25px;
        height: 25px;
    }


.InANum {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.InANum b {
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    color: #d80d18;
}

.InANum p {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #d80d18;
    
}

.InANum i {
    line-height: 1;
    font-size: 16px;
    color: #d80d18;
    opacity: .6;
    margin-top: 5px;
}

.InABoxAct .InAImgBox {
    transform: scale(1);
}

.InABox .inTit {
    transform: translateX(-100px);
    transition: all 0.8s;
}

.InABox.InABoxAct .inTit {
    transform: translateX(0);
    transition: all 0.8s;
}

.InAImgBox img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.InAImgBf {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.InAImgBf::before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgb(255, 255, 255, .5);
}

.InAImgBf svg {
    width: 50%;
    height: 50%;
    position: relative;
}

.InAImgBf svg path {
    fill: #d80d18;
}

@media(max-width:1680px) {
    .InAImgBox {
        width: 500px;
        height: 720px;
    }

    .InARig {
        width: calc(50% + 230px);
        margin-left: calc(50% - 230px);
    }



    .InANText p {
        font-size: 16px;
    }

    .InALeft .inBtn {
        margin-top: 120px;
    }
}

@media(max-width:1480px) {
    .InAImgBox {
        width: 460px;
    }



    .InANText p {
        font-size: 15px;
    }

}

@media(max-width:1368px) {
    .InAImgBox {
        width: 450px;
        height: 670px;
    }


    .InANText p {
        font-size: 14px;
        margin-top: 5px;
    }

}

@media(max-width:1280px) {
    .InAImgBox {
        width: 400px;
        height: 650px;
    }



    .InAImgBox {
        width: 350px;
        height: 580px;
    }

    .InARig {
        width: calc(50% + 200px);
        margin-left: calc(50% - 200px);
    }



    .InANum i {
        font-size: 14px;
    }
}

@media(max-width:1200px) {


    .InARig {
        width: calc(50% + 175px);
        margin-left: calc(50% - 175px);
    }

    .InANum b {
        font-size: 36px;
    }

    .InAImgBox {
        height: 520px;
    }
}

@media(max-width:1024px) {
    .InALeft {
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .InABox .inner {
        flex-wrap: wrap;
    }

    .InAText {
        margin: 30px 0 50px;
    }

    .InALeft .inBtn {
        margin-top: 0;
    }

    .InAImgBox {
        width: 100%;
        margin-top: 30px;
        height: 450px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .InATbox {
        width: 100%;
    }


}

@media(max-width:768px) {
    .InANum b {
        font-size: 36px;
    }

    .InANum i {
        font-size: 12px;
    }

    .InAImgBox {
        height: 420px;
    }
}





























/* 浜у搧 */
.ProBox {
    position: relative;
    overflow: hidden;
}


.ProList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ProItem {
    width: calc(33.3% - 13px);
        margin-right: 13px;
        margin-bottom: 13px;
    /* border: 1px solid rgba(0, 0, 0, .15); */
    position: relative;
    background: linear-gradient(to bottom, #fff, #f1f2f4);
}

.ProItem::after {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transition: all 0.48s;
    background: #d80d18;
}

.ProItem::before {
    width: 0%;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    background: #d80d18;
    transition: all 0.48s;
}

.ProItem a {
    padding: 30px;
    position: relative;
    display: block;
}

.ProItem a::after {
    width: 2px;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #d80d18;
    transition: all 0.48s;
}

.ProItem a::before {
    width: 2px;
    height: 0%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #d80d18;
    transition: all 0.48s;
}

.ProItem:hover::before {
    width: 100%;
}

.ProItem:hover::after {
    width: 100%;
}

.ProItem:hover a::after {
    height: 100%;
}

.ProItem:hover a::before {
    height: 100%;
}

.ProItem:nth-child(3n) {
    margin-right: 0;
}

.ProImg {
    width: 100%;
    padding-top: 80%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;

}

.ProImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.ProTit {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    transition: all 0.48s;
}

.ProItem:hover .ProTit {
    color: #d80d18;
}

.ProCon {
    display: flex;
    justify-content: space-between;
    /* margin-top: 70px; */
}

.ProRig {
    width: calc(100% - 320px);
    position: relative;
}

.ProLeft {
    width: 300px;
    position: relative;
    background: #f7f8f9;
    padding: 50px 30px;
    /* border: 1px solid rgba(0, 0, 0, .15); */
}

.ProNav {
    padding: 28px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
}

.ProNav:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ProNavTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ProNavTit {
    display: flex;
    align-items: center;

}

.ProNavTit p {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.48s;
}

.ProNavTit svg {
    width: 25px;
    height: 25px;
    transition: all 0.48s;
    margin-right: 10px;
}

.ProNavTit svg path {
    fill: #666;
}

.ProNavJt {
    width: 16px;
    height: 16px;
    transition: all 0.48s;
}

.ProNavJt svg {
    width: 100%;
    height: 100%;
}

.ProNavJt svg path {
    fill: #999;
}

.ProNavTBox {
    padding: 10px 0 10px 0;
    position: relative;
    display: none;
}

.ProNavRjBt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 0;
}

.ProNavRjBt p {
    font-size: 18px;
    font-weight: 600;
}

.ProNavRjBox p.on a,
.ProNavRjBox p:hover a {
    color: #d80d18;
}

.ProNavRjBox {
    padding: 0 20px 0;
    display: none;
}

.ProNavRjBox p {
    font-size: 16px;
    color: #666;
    padding: 5px;
    position: relative;
    transition: all 0.48s;
}

.ProNavRjBox a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ProNavRjBox p::before {
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #d80d18;
    content: '';
    transition: all 0.48s;
}

.ProNavRjBox p.on::before {
    width: 10px;
}

.ProNavRjBox p.on {
    padding-left: 15px;
    font-weight: 600;
}

.ProNavAct .ProNavTit p {
    color: #d80d18;
}

.ProNavRjAct .ProNavRjBt p {
    color: #d80d18;
}


.ProNavAct .ProNavTit svg path {
    fill: #d80d18;
}

.ProNavJt .icon1 {
    display: block;
}

.ProNavJt .icon2 {
    display: none;
}

.ProNavAct .ProNavTop .ProNavJt .icon1 {
    display: none;
}

.ProNavAct .ProNavTop .ProNavJt .icon2 {
    display: block;
}

.ProNavRjAct .ProNavJt .icon1 {
    display: none;
}

.ProNavRjAct .ProNavJt .icon2 {
    display: block;
}

.ProNavList {
    margin-top: 30px;
}

@media(max-width:1680px) {
    

  

  
   

}


@media(max-width:1280px) {
    .ProNav {
        padding: 20px 0
    }


    .ProItem a {
        padding: 20px;
    }
}

@media(max-width:1200px) {
    .ProItem {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .ProItem:nth-child(3n) {
        margin-right: 20px;
    }

    .ProItem:nth-child(2n) {
        margin-right: 0;
    }

}

@media(max-width:1024px) {
    .ProCon {
        flex-wrap: wrap;
    }

    .ProLeft {
        width: 100%;
    }

    .ProRig {
        width: 100%;
        margin-top: 50px;
    }
}

@media(max-width:680px) {

    .ProItem {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .ProItem:nth-child(3n) {
        margin-right: 10px;
    }

    .ProItem:nth-child(2n) {
        margin-right: 0;
    }

    .ProTit {
        font-size: 18px;
    }

    .ProNavTit p {
        font-size: 18px;
    }

    .ProNavTit svg {
        width: 20px;
        height: 20px;
    }

    .ProNavRjBt p {
        font-size: 16px;
    }

    .ProNavRjBox p {
        font-size: 14px;
    }
}

@media(max-width:500px) {
    .ProItem {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

}





















/* 鏂伴椈 */
.NewBox {
    position: relative;
    background: #f7f8f9;
}

.NewTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.NewNList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    position: relative;
}




















.NewGList {
    /* margin-top: 50px; */
    position: relative;
}

.NewGSwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.NewGItem {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.NewGImg {
    width: 50%;
    padding-top: 32%;
    position: relative;
    overflow: hidden;
}

.NewGImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}

.NewGItem:hover .NewGImg img {
    transform: scale(1.1);
}

.NewGTbox {
    width: 50%;
    position: relative;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.NewGTime {
    display: flex;
    align-items: center;
}

.NewGTime span {
    font-size: 14px;
    line-height: 1;
    padding: 8px 20px;
    border-radius: 50px;
    background: #d80d18;
    color: #fff;
}

.NewGTime p {
    margin-left: 10px;
    font-size: 18px;
}

.NewGTit {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    margin: 18px 0 30px;
    transition: all 0.48s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NewGText {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NewNItem:hover .inNImg img {
    transform: scale(1.1);
}

.NewGItem:hover .NewGTit {
    color: #d80d18;
    text-decoration: underline;
}

.NewGSwiper_pagination {
    position: relative;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NewGSwiper_pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.NewGSwiper_pagination .swiper-pagination-bullet-active {
    background: #d80d18;
}

@media(max-width:1468px) {
    .NewGTit {
        font-size: 28px;
    }

    .NewGImg {
        padding-top: 38%;
    }
}

@media(max-width:1280px) {
    .NewGTit {
        font-size: 24px;
    }

    .NewGImg {
        padding-top: 42%;
    }

    .NewGTbox {
        padding: 30px;
    }
}

@media(max-width:1200px) {
    .NewNItem {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .NewNItem:nth-child(3n) {
        margin-right: 20px;
    }

    .NewNItem:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:1024px) {
    .inNTbox {
        padding: 20px 0 0;
    }

    .inNTBq i {
        font-size: 12px;
    }
}

@media(max-width:900px) {
    .NewGItem {
        flex-wrap: wrap;
    }

    .NewGImg {
        width: 100%;
    }

    .NewGTbox {
        width: 100%;
    }

    .NewGText {
        margin-bottom: 20px;
    }
}

@media(max-width:680px) {
    .NewGImg {
        padding-top: 70%;
    }

    .NewNItem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }


    .NewGTit {
        font-size: 20px;
    }

    .NewGTbox {
        padding: 20px;
    }
}













.NewsItem {
    width: 100%;
    display: flex;
    padding: 36px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    position: relative;
}

.NewsItem::after {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #d80d18;

    transition: all .48s;
}

.NewsTime {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.NewsYUe {
    font-size: 16px;
    color: #999;
    text-align: center;
}

.NewsNian {
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}


    .NewsRig {
        width: calc(100% - 280px);
        position: relative;
    }


.NewsImg {
    width: 250px;
    height: 105px;

    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
}

.NewsImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.NewsTbox {
    width: calc(100% - 150px);
    padding-left: 30px;
}

.NewsCon {
    width: calc(100% - 150px);
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
}

.NewsTit {
    font-size: 20px;
    transition: all 0.48s;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all .48s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.NewsText {
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.NewsItem:hover::after {
    width: 100%;
    transition: all 1s;
}

.NewsItem:hover .NewsTit {
    color: #d80d18;
}

.NewsRTime {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    display: none;
}


@media(max-width:1368px) {

  

  

    .NewsTime {
        width: 100px;
    }

    .NewsCon {
        width: calc(100% - 120px);
        align-items: flex-start;
        padding-left: 20px;
    }

    .NewsTbox {
        width: calc(100% - 120px);
        padding-left: 20px;
    }
}

@media(max-width:900px) {
    .NewsItem {
        flex-wrap: wrap;
    }

    .NewsCon {
        width: 100%;
        padding-left: 0;
    }

    .NewsRTime {
        display: block;
    }

    .NewsTime {
        display: none;
    }

    .NewsTbox {
        width: 100%;
    }

    .NewsCon {
        flex-wrap: wrap;
        align-items: center;
    }

    .NewsImg {
        width: 80%;
        /* height: 160px; */
        margin-bottom: 30px;
        padding-top: 33%;
    }

    .NewsRig {
        width: 100%;
    }
}

@media(max-width:680px) {
    .NewsTit {
        font-size: 18px;
    }

    .NewsText {
        font-size: 14px;
    }
}

@media(max-width:500px) {
    .NewsImg {
        width: 100%;
        padding-top: 42%;
        margin-bottom: 30px;
    }
}