.NyBan {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 2;
}

.NyBan::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(24, 115, 113, .2);
}

.NyBan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.NyTbox {
    position: absolute;
    left: 0;
    top: 60%;
    width: 100%;
    z-index: 6;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.NyTit {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.NyBon {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.NyBon .inner {
    display: flex;
    align-items: center;
}

.NyItem {
    flex: 1;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .3);
}

.NyItemAct {
    background: #187371;
    color: #fff;
}

.NyItem:last-child {
    border-right: none;
}

.NyCon{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9; 
     border-top: 1px solid rgba(255, 255, 255, .3);
   display: none;
}

.NyCTBox{
    width: 150px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
        /*  */
}
.NyCTBox svg{
    width: 12px;
    height: 12px;
}
.NyCTBox svg path{
    fill: #fff;
}
.NyCTBox p{
    font-size: 16px;
    color: #fff;
}
.NyBXl{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none;
}

.NyBXl a{
    font-size: 14px;
    display: block;
    position: relative;
    text-align: center;
    padding: 5px 0;
}
.NyCTBox:hover .NyBXl{
    display: block;
}
.NyBXl a:hover{
    color: #187371;
}


 @media(max-width:1680px) {
   .NyTit {
    font-size: 52px;
    }
    .NyBan {
    height: 600px;
}
}
 @media(max-width:1480px) {
   .NyTit {
    font-size: 48px;
    }
    .NyBan {
    height: 550px;
}
}
 @media(max-width:1368px) {
   .NyTit {
    font-size: 44px;
    }
    .NyBan {
    height: 500px;
}
.NyItem {
    height: 80px;
    font-size: 16px;}
}
 @media(max-width:1280px) {
   .NyTit {
    font-size: 40px;
    }
    .NyBan {
    height: 450px;
}
}
 @media(max-width:1024px){
        .NyTit {
        font-size: 36px;
    }
     .NyBan {
    height: 400px;
}
        .NyItem {
        height: 70px;
        font-size: 15px;
    }
}
 @media(max-width:900px) {
    .NyBon {
        display: none;
    }
    .NyCon{
        display: block;
    }
      .NyTit {
        font-size: 32px;
    }
}
@media(max-width:680px) {
      .NyTit {
        font-size: 28px;
    }
}
@media(max-width:500px) {
      .NyTit {
        font-size: 24px;
    }
}


/* 分页 */
.navList {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
}

.navItem {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(24, 115, 113, .2);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.navItemAct {
    background: #187371;
    color: #fff;
}

.navItem:hover {
    background: #187371;
    color: #fff;
}


















.inNBox {
    position: relative;
    overflow: hidden;
}

.inNList {
    margin-top: 70px;
    position: relative;
}

.inNSwiper {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.inNItem.swiper-slide {
    transform: scale(1);
    transition: all 0.8s;
}

.inNItem.swiper-slide-active {
    transform: scale(1);
}

.inNItem {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.inNFImg {
    width: 100%;
    padding-top: 120%;
    position: relative;

}

.inNFImg img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 0.48s;
    object-fit: cover;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.inNItem:hover .inNFImg img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.inNTbox {
    padding: 50px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.inNTbox::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(24, 115, 113, 0), #187371);
    content: '';
}

.inNTit {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.48s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inNTime {
    font-size: 18px;
    color: #fff;
    opacity: .6;
    position: relative;
}

.inSNBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.inSNBtn img {
    width: 15px;
}

.inNSwiper_prev {
    left: 0;
    background-image: url(./images/inSNBg1.png);
    background-size: cover;
}

.inNSwiper_next {
    right: 0;
    background-image: url(./images/inSNBg2.png);
    background-size: cover;
}

.inNItem:hover .inNFImg img {
    transform: scale(1.1);
}














/* 新闻 */
.NewDBox {
    position: relative;
    background: #f7f8f9;
}

.NewDTop {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.NewDTList {
    display: flex;
    align-items: center;
}

.NewDType {
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    margin-right: 15px;
}

.NewDTypeAct {
    background: #187371;
    color: #fff;
}

.NewDInp {
    width: 50%;
    height: 70px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.NewDInp svg {
    width: 20px;
    height: 20px;
}

.NewDInp input {
    width: calc(100% - 35px);
    margin-left: 10px;
    height: 100%;
    font-size: 18px;
    background: transparent;
}

.NewDSs {
    background: #187371;
    color: #fff;
    width: 120px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

.NewDList {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.NewDItem {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 45px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.NewDItem:nth-child(4n) {
    margin-right: 0;
}

.NewDItem .inNTbox {
    padding: 30px 20px;
}

.NewDItem .inNTit {
    font-size: 20px;
}
.NewDItem:hover .inNFImg img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

 @media(max-width:1680px) {
            .NewDType {
                font-size: 14px;
            }

            .NewDInp {
                width: 50%;
                height: 60px;
            }

            .NewDInp input {
                font-size: 16px;
            }

            .NewDSs {
                font-size: 16px;
            }
        }

        @media(max-width:1368px) {
            .NewDItem {
                width: calc(33.3% - 10px);
                margin-right: 15px;
            }

            .NewDItem:nth-child(4n) {
                margin-right: 15px;
            }

            .NewDItem:nth-child(3n) {
                margin-right: 0;
            }
        }

        @media(max-width:1200px) {
            .NewDTop {
                flex-wrap: wrap;
            }

            .NewDTList {
                width: 100%;
                flex-wrap: wrap;
            }

            .NewDInp {
                width: 100%;
                margin-top: 30px;
            }
        }
  @media(max-width:900px) {
 .NewDItem {
                width: calc(50% - 10px);
                margin-right: 20px;
            }

            .NewDItem:nth-child(3n) {
                margin-right: 20px;
            }

            .NewDItem:nth-child(2n) {
                margin-right: 0;
            }
  }
        @media(max-width:680px) {
            .NewDItem {
                width: 100%;
                margin-right: 0 !important;
            }
            .NewDType {
                padding: 12px 30px;
            }
            .NewDInp input {
        font-size: 14px;
    }
    .NewDInp svg {
    width: 16px;
    height: 16px;
}
.NewDSs {
    font-size: 14px;
    width: 100px;}
        .NewDInp {
        height: 55px;
    }
        }


























/*  */
.serBox {
    position: relative;
    overflow: hidden;
}

.serTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serBtnBox {
    display: flex;
    align-items: center;
}

.serSwiper_prev {
    background-image: url(../images/inSNBg1.png);
    background-size: cover;
}

.serBtn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.serBtn img{
    width: 40%;
    height: 40%;
    object-fit: contain;
}
.serSwiper_next {
    background-image: url(../images/inSNBg2.png);
    background-size: cover;
}

.serList {
    margin-top: 50px;
    position: relative;
    background: #f7f8f9;
    border-radius: 16px;
    padding: 50px;
}

.serSwiper {
    width: 100%;

    overflow: hidden;
}

.serItem {
    position: relative;
}

.serTit {
    font-size: 32px;
    color: #187371;
    font-weight: 600;
}

.serText {
    margin: 30px 0 0;
    position: relative;
}

.serText p {
    font-size: 18px;
    margin-bottom: 18px;
}

.serImg {
    margin-top: 50px;
    width: 100%;
    /*padding-top: 35%;*/
    position: relative;
    background: #fff;
    border-radius: 16px;
}

.serImg img {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    left: 0;
    top: 0;
    object-fit: contain;
}

.serBox2 {
    background: #f7f8f9;
    position: relative;
}

.serBox2 .serList {
    background: #fff;

}

.serBox2 .serImg {
    /*background: #f7f8f9;*/
}

.serCon {
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    border-radius: 16px;
    background: #f7f8f9;
}

.serLeft {
    width: 55%;
    position: relative;
}

.serRig {
    width: 40%;
    padding-top: 35%;
    position: relative;
    background: #fff;
    border-radius: 16px;
}

.serRig img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.serJList {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.serJItem {
    width: calc(33.3% - 13px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.serJItem:nth-child(3n) {
    margin-right: 0;
}

.serJImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
}

.serJImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.serJImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .2);
}

.serJTit {
    width: 100%;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}





        @media(max-width:1680px) {
   .serTit {
    font-size: 28px;
    }
    .serJTit{
    font-size: 24px;
}
}
     @media(max-width:1368px) {
   .serTit {
    font-size: 24px;


    }
    .serText p {
    font-size: 16px;
    margin-bottom: 10px;
}

}
  @media(max-width:1280px) {
.serList,.serCon {
    padding: 30px;
}
.serImg {
    margin-top: 35px;}
    .serJTit{
    font-size: 20px;
}
  }
    @media(max-width:1024px){
    .serCon{
        flex-wrap: wrap;
    }
    .serLeft {
    width: 100%;
    position: relative;
}
.serRig{
    width: 100%;
    margin-top: 30px;
}
.serJItem {
    width: calc(33.3% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;}
  }
  @media(max-width:1024px){
        .serTit {
        font-size: 20px;
    }
    
  }
  @media(max-width:900px){
       .serJItem {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .serJItem:nth-child(3n) {
   margin-right: 10px;
}
.serJItem:nth-child(2n) {
    margin-right: 0;
}
    .serJTit {
        font-size: 18px;
    }
  }
   @media(max-width:680px){
        .serJTit {
        font-size: 16px;
    }
    .serBtn {
    width: 42px;
    height: 42px;}
       .serText p {
        font-size: 14px;}
            .serList, .serCon {
        padding: 30px 20px;
        margin-top: 30px;
    }
    .serImg,.serRig {
    margin-top: 30px;
    padding-top: 59%;
}
.serText {
    margin: 18px 0 0;}
      
  }