/*新闻列表区域*/
.contentBig.navBox{
    position: relative;
    padding: 0;
    padding-bottom: 120px;
}
.contentBig.navBox{
}

.contentBig.navBox  .titleBig{
    margin-top: 20px;
}
.contentBig.navBox  .titleBig .ename {
    color: #f1f1f1;
}
.contentBig.navBox .BtnBule{
    text-align: center;
}
.contentBig.navBox .BtnBule a{
    padding: 14px 34px;
    display: inline-block;
    color: #666;
    font-size: 16px;
    border-radius: 8px;
    margin: 0 10px;
}
.contentBig.navBox .BtnBule a:hover,
.contentBig.navBox .BtnBule a.active{
    background: #3c9de0;
    color: #fff;
}



/*好新闻区域*/
.contentBig.goodNew{
    background: #fff;
    padding: 0;
    margin-top: 40px;

}
.contentBig.goodNew .newGood{
    position: relative;
    top:-100px;
}
.contentBig.goodNew .newGood .swiper-wrapper {
    /*height: 320px;*/
}

.contentBig.goodNew .newGood .swiper-slide{
    margin: 0 0 0px 0;
    box-sizing: border-box;
    /*transition: all  0.6s;*/
    padding: 0 15px;
}
.contentBig.goodNew .newGood .swiper-slide div.imgBox {
    position: relative;
}
.contentBig.goodNew .newGood .swiper-slide div.imgBox .img {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.contentBig.goodNew .newGood .swiper-slide div.imgBox .img img {
     width: 100%;
     transition: all  0.6s;
     height: 280px;
 }
.contentBig.goodNew .newGood .swiper-slide div.imgBox .img:hover img{
    transform: scale(1.12);
}

.contentBig.goodNew .newGood .swiper-slide a.page{
    width: 90px;
    line-height: 30px;
    text-align: center;
    background: #2a4f9f;
    color: #fff;
    position: absolute;
    bottom: -10px;
    left: 28px;
    font-size: 14px;
    display: inline-block;
    margin: 0 0;
}
.contentBig.goodNew .newGood .swiper-slide a.page:hover{
    background: #3c9de0;
}
.contentBig.goodNew .newGood .swiper-slide .info{
    margin: 30px 0 0 0;
    padding: 0 18px;
}
.contentBig.goodNew .newGood .swiper-slide .info .title{
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    /* font-weight: bolder; */
    display: block;
    max-height: 42px;
}
.contentBig.goodNew .newGood .swiper-slide .info .title:hover{
    color: #2a4f9f;
}
.contentBig.goodNew .newGood .swiper-slide .info .text{
    margin: 4px 0 0 0;
    padding: 0;
    color: #666;
    font-size: 14px;
    height: 38px;
    overflow: hidden;
    text-indent: 2em;
}

.contentBig.goodNew .newGood .swiper-button-prev{
    left: -80px;
    background: url(../img/BtnLeft.png) no-repeat center top;
    background-size: contain;
    top: 36%;
    width: 60px;
    height: 60px;
    opacity: 0.4;
}

.contentBig.goodNew .newGood  .swiper-button-next {
    right: -70px;
    background: url(../img/BtnRight.png) no-repeat center top;
    background-size: contain;
    top: 36%;
    width: 60px;
    height: 60px;
    opacity: 0.4;
}
.contentBig.goodNew .newGood .swiper-button-prev:hover,
.contentBig.goodNew .newGood  .swiper-button-next:hover{
    opacity: 1;
}




/*新闻列表区域*/
.product .productList{
    overflow: hidden;
    display: block;
    border-top: 1px #f1f1f1 solid;
    padding-top: 60px;
}
.product .productList li{
    padding: 0 140px 0 0;
    margin: 0 0 60px 0;

}
.product .productList li .info {
    border: 1px #ececec solid;
    font-size: 0;
    box-shadow: 0 0 6px #e6e6e6;
    overflow: hidden;
    position: relative;
}


.product .productList li i{
    display: inline-block;
    width: 0%;
    height: 100%;
    position: absolute;
    background: #f2f2f2;
    z-index: -1;
    transition: all 0.4s;
    top: 0;
    left: 0;
}
.product .productList li:hover i {
    width: 100%;
}

.product .productList li .info{
    font-size: 0;
}



.product .productList li .img{
    width: 37%;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    /*float: left;*/
}

.product .productList li .img p{
    overflow: hidden;
    display: inline-block;
    margin: 0;
    width: 100%;
}
.product .productList li .img img{
    transition: all 0.5s;
    width: 100%;
        height: 280px;
}
.product .productList li .img:hover img{
    transform: scale(1.14);
}



.product .productList li .text .mun{
    font-size: 24px;
    font-weight: bolder;
    color: #333;
    display: block;
    margin: 30px 0 0 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product .productList li .text .title{
    width: 100px;
    height: 8px;
    background: url(../img/titleB2.png) no-repeat left center;
    display: inline-block;
    margin: 11px 0 0 0;
    float: left;
    background-size: contain;
}
.product .productList li .text .textP{
    font-size: 16px;
    color: #666;
    display: block;
    margin: 44px 0 0 0;
    line-height: 24px;
    height: 44px;
    overflow: hidden;
}
.product .productList li .text p.time{
    font-size: 14px;
    color: #999999;
    margin: 30px 0 0 0;
}
.product .productList li .text p.time a{
    float: right;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}
.product .productList li .text p.time a.moreLookBtn span{
    line-height: 40px;
}
.product .productList li .text p.time a.moreLookBtn:hover span{
    width: 90px;

}



.product .productList li .text{
    width: 62%;
    padding: 0 24px 0 50px;
    vertical-align: top;
    display: inline-block;
}

.product .productList li:nth-child(2n){
    margin-left: 140px;
}
.product .productList li:nth-child(2n) .img{
    float: right;
}
.product .productList li:nth-child(2n) .text .mun,
.product .productList li:nth-child(2n) .text .title,
.product .productList li:nth-child(2n) .text .textP{
    text-align: right;
}
.product .productList li:nth-child(2n)  .text{
    padding: 0 55px 0 24px;
    float: left;
}
.product .productList li:nth-child(2n) .text p.time a{
    float: left;
}
.product .productList li:nth-child(2n) .text p.time{
    text-align: right;
}
.product .productList li:nth-child(2n) .text .title {
    float: right;
}



@media screen and (max-width: 1500px) {
    .contentBig.goodNew .newGood {
        padding: 0 40px;
        box-sizing: border-box;
    }
    .contentBig.goodNew .newGood .swiper-button-prev {
        left: 0;
        top: 32%;
        width: 50px;
        height: 50px;
    }
    .contentBig.goodNew .newGood .swiper-button-next{
        right: 0;
        top: 32%;
        width: 50px;
        height: 50px;
    }
}



@media screen and (max-width: 1400px) {
    .contentBig.navBox {
        padding-bottom: 80px;
    }
    .contentBig.goodNew .newGood {
        position: relative;
        top: -26px;
    }
    .product .productList li {
        padding: 0 1px 0 0 ;
    }
    .product .productList li:nth-child(2n) {
        margin-left: 0px;
    }
    .product .productList li .text .textP {
        margin: 26px 0 0 0;
    }
    .product .productList{
        border-top: none;
    }
    .contentBig.goodNew {
        margin-top: 0;
    }



}

@media screen and (max-width: 1200px) {
    .contentBig.navBox {
        padding-bottom: 50px;
    }
    .product {
        margin: 56px auto;
        padding: 0;
    }
    .product .productList{
        width: 100%;
        padding: 0 10px;
    }
    .product .productList li {
        margin: 0 0 42px 0;
        overflow: hidden;
        position: relative;

    }
    .product .productList li .text .mun {
        margin: 14px 0 0 0;
    }
    .product .productList li .text .title {
        font-size: 22px;
    }
    .product .productList li .text .textP {
        margin: 22px 0 0 0;
    }
    .product .productList li .text {
        padding: 0 24px 0 48px;
    }
    .product .productList li:nth-child(2n) .text{
        padding: 0 48px 0 24px;
    }
    .product .productList li .text .title{
        margin: 12px 0 0 0;
    }


}

@media screen and (max-width: 1000px) {

    .contentBig.goodNew .newGood .swiper-wrapper {
        height: auto;
    }

    .contentBig.goodNew .newGood .swiper-button-prev {
        left: 0;
        top: 32%;
        width: 38px;
        height: 38px;
    }
    .contentBig.goodNew .newGood .swiper-button-next{
        right: 0;
        top: 32%;
        width: 38px;
        height: 38px;
    }
    .product .productList li .text p.time a {
        height: 32px;
        line-height: 32px;
        padding: 0 4px;
    }
    .product .productList li .text p.time a.moreLookBtn span {
        line-height: 32px;
        font-size: 12px;
    }

    .product {
        width: 100%;
        margin: 12px 0 40px 0;
    }
    .product .productList{
        padding: 0 10px;
    }

    .product .productList li {
        margin: 0 0 32px 0;
        overflow: hidden;
    }

    .product .productList li:nth-child(2n) .text,
    .product .productList li .text {
        padding: 0 24px 0 35px;
    }
    .product .productList li:nth-child(2n) .img {
        float: left;
    }
    .product .productList li .text .title,
    .product .productList li .text .mun{
        display: inline-block;
        vertical-align: top;
        font-size: 19px;
        font-weight: bolder;
        color: #333;
        margin:6px  0 0 0;
    }
    .product .productList li .text .mun {
        margin:  20px 2px 0 0;
        font-size: 16px;
    }
    .product .productList li .text .textP {
        font-size: 12px;
        margin: 14px 0 0 0;
        line-height: 18px;
        height: 36px;
    }
    .product .productList li:nth-child(2n) .text .mun,
    .product .productList li:nth-child(2n) .text .textP {
        text-align: left;
    }
    .product .productList li .text .title,
    .product .productList li:nth-child(2n) .text .title{
        display: none;
    }
    .product .productList li .text p.time {
        font-size: 12px;
        margin: 14px 0 0 0;
    }

    .contentBig.navBox .BtnBule a {
        padding: 7px 19px;
        font-size: 14px;
        margin-bottom: 4px;
        border: 1px #e4e4e4 solid;
    }
    .contentBig.goodNew .newGood .swiper-slide .info .title {
        font-size: 13px;
        line-height: 20px;
    }
    .contentBig.goodNew .newGood .swiper-slide a.page {
        width: 51px;
        line-height: 21px;
        bottom: -6px;
        left: 6px;
        font-size: 12px;
    }
    .contentBig.goodNew .newGood .swiper-slide .info {
        margin: 14px 0 0 0;
        padding: 0 10px;
    }

}





@media screen and (max-width: 760px) {

    .product .productList li{
        border-bottom: 1px #dedede solid;
        padding: 0 0 15px 0;
        margin: 0 0 20px 0;
    }
.contentBig.goodNew .newGood .swiper-slide div.imgBox .img img {

    height: 100px;
}


    .product .productList li .img,
    .product .productList li .text{
        display: block;
        width: 100%;
    }
    .product .productList li .text .mun {
        margin: 14px 2px 0 0;
    }
    .product .productList li .text .textP {
        margin: 4px 0 0 0;
    }

    .product .productList li .text p.time {
        font-size: 12px;
        margin: 7px 0 0 0;
        text-align: right;
    }
    .product .productList li .text p.time a{
        display: none;
    }


.product .productList li .img img {
  
    height: 220px;
}

}


@media screen and (max-width: 700px){
    .product .productList{
        padding: 0;
    }
    .product .productList li .text .title,
    .product .productList li .text .mun {
        font-size: 14px;
    }
    .product .productList li:nth-child(2n) .text,
    .product .productList li .text{
        padding: 0px 10px;
    }
    .product .productList li .info {
        /* border: 1px #ececec solid; */
        /* box-shadow: 0 0 6px #e6e6e6; */
        border: none;
        box-shadow: none;
    }
    .contentBig.goodNew .newGood {
        padding: 0 24px;
    }
    .contentBig.goodNew .newGood .swiper-slide {
        padding: 0 6px;
    }
    .contentBig.goodNew .newGood .swiper-button-next,
    .contentBig.goodNew .newGood .swiper-button-prev {
        width: 22px;
        height: 22px;
        top: 40%;
    }

}






