/* --------------------------banner-box------------------------------------ */
.banner-box{
    width: 100%;
    overflow: hidden;
}
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner-text{
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0%;
    transform: translate(0,-50%);
}
.banner-text h6{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}



/* --------------------------------------textTop-nav--------------------------------------- */
.textTop-nav{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.textTop-nav a{
    display: inline-block;
    padding: 2px 4px;
    margin: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #a7a7a7;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
.textTop-nav a:hover{
    color: #273c92;
    border-bottom: 1px solid #273c92;
}
.textTop-nav-active{
    color: #273c92 !important;
    border-bottom: 1px solid #273c92 !important;
}





/* -----------------------------news-box--------------------------------- */
.news-box{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.news{
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 44px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.news ul{
    width: 100%;
    overflow: hidden;
}
.news ul li{
    width: 100%;
    height: 164px;
    overflow: hidden;
    margin-top: 44px;
}
.news-left{
    width: 12.4%;
    height: 164px;
    overflow: hidden;
    float: left;
}
.news-left h6{
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}
.news-left h6 i{
    width: 50px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: -10px 20px 0 0;
    background-color: #b4b4b4;
    /* background-repeat: no-repeat; */
    /* background-image: url('../images/news/line_icon.png'); */
    position: relative;
}
.news-left h6 span{
    font-size: 24px;
    color: #b4b4b4;
    font-weight: bold;
}

.news-right{
    width: 83.6%;
    height: 164px;
    overflow: hidden;
    float: right;
    border-top: 1px solid #e6e6e6;
}
.news-rightL{
    width: 56%;
    height: 164px;
    float: left;
    overflow: hidden;
}
.news-rightL h4{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    margin-top: 28px;
}
.news-rightL p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 14px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-rightL h6{
    width: 136px;
    height: 34px;
    display: inline-block;
    border: 1px solid #c3c3c3;
    text-align: center;
    line-height: 34px;
    color: #c3c3c3;
    font-size: 24px;
    margin: 14px 0 0 0;
    display: none;
}
.news-rightL h6:hover{
    background-color: #273c92;
    border: 1px solid #273c92;
    color: #fff;
}

.news-rightR{
    width: 40%;
    float: right;
    height: 164px;
    overflow: hidden;
}
.news-rightR img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.news-rightR:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


.news ul li:hover .news-rightL h6{
    display: block;
}
.news ul li:hover .news-rightL h4{
    color: #273c92;
}

.news ul li:hover .news-left h6 span{
    color: #273c92;
}

@media all and (min-width:1000px) {
    .news-left h6 i:after{
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        background-color: #273c92;
        top: 0;
        left: 0;
        transition: all .6s;
        opacity: 0;
    }
    .news ul li:hover .news-left h6 i:after{
        width: 50px;
        opacity: 1;
    }
}

/* -----------------------------news-detaile-box--------------------------------- */
.news-detaile-box{
    width: 100%;
    overflow: hidden;
    padding: 60px 0 44px 0;
}
.news-detaile{
    width: 1000px;
    margin: 0 auto;
}
.news-detaile-title{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.news-detaile-title h4{
    font-size: 26px;
    color: #333;
    font-weight: bold;
    width: 100%;
}
.news-detaile-title h6{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 14px;
}
.news-detaile-title span{
    font-size: 16px;
    color: #888;
    margin-right: 30px;
}
.news-detaile-title a{
    width: 17px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: -4px 2px 0 2px;
    opacity: .7;
}
.news-detaile-title a:hover{
    opacity: 1;
}
.news-detaile-ic1{background-image: url('../images/news/details_Ic1.jpg');}
.news-detaile-ic2{background-image: url('../images/news/details_Ic2.jpg');}
.news-detaile-ic3{background-image: url('../images/news/details_Ic3.jpg');}
.news-detaile-ic4{background-image: url('../images/news/details_Ic4.jpg');}
.news-detaile-ic5{background-image: url('../images/news/details_Ic5.jpg');}



.news-detaile-line{
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    display: block;
    margin: 30px 0 24px 0;
}

.news-detaile-words{
    width: 100%;
    overflow: hidden;
}
.news-detaile-words p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    /*margin-top: 20px;*/
}
.news-detaile-words h6{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.news-detaile-words h6 img{
    max-width: 100%;
    object-fit: cover;
}
.news-detaile-words-click{
    width: 100%;
    overflow: hidden;
    margin-top: 44px;
    text-align: center;
}
.news-detaile-words-click h5{
    width: 180px;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background-color: #273c92;
}
.news-detaile-words-click h5:hover{
    background-color: #152f94;
}
.news-detaile-words-click h5 i{
    width: 24px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/news/details_IcBack.jpg.png');
    margin: -6px 12px 0 0;
}
.news-detaile-updown{
    width: 100%;
    overflow: hidden;
}
.news-detaile-updown ul{
    width: 100%;
    overflow: hidden;
}
.news-detaile-updown ul li{
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.news-detaile-updown ul li h6{
    width: 36px;
    height: 36px;
    border: 1px solid #d3d3d3;
    border-radius: 100%;
    text-align: center;
    float: left;
}
.news-detaile-updown ul li h6 i{
    width: 16px;
    height: 11px;
    display: inline-block;
    margin-top: 12.5px;
    background-repeat: no-repeat;
}
.news-detaile-updown ul li:nth-child(1) h6 i{
    background-image: url('../images/news/details_IcUpL.png');
}
.news-detaile-updown ul li:nth-child(1):hover h6 i{
    background-image: url('../images/news/details_IcUpLH.png');
}
.news-detaile-updown ul li:nth-child(2) h6 i{
    background-image: url('../images/news/details_IcUpR.png');
}
.news-detaile-updown ul li:nth-child(2):hover h6 i{
    background-image: url('../images/news/details_IcUpRH.png');
}
.news-detaile-updown ul li p{
    font-size: 16px;
    color: #666;
    line-height: 36px;
    width: 80%;
    margin-left: 56px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.news-detaile-updown ul li:hover p{
    color: #273c92;
}
.news-detaile-updown ul li:hover h6{
    border: 1px solid #273c92;
}



/* -------------------------------------------------------------- */





/* -------------------------------------------------------------- */





/* -------------------------------------------------------------- */




@media all and (max-width:1300px) {
    .news {
        width: 92%;
        margin-left: 4%;
    }
    .news-detaile {
        width: 92%;
        margin-left: 4%;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {
    .news-left h6 i {
        margin: -8px 10px 0 0;
    }
    .news-left h6 span {
        font-size: 18px;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .banner-text h6 {
        font-size: 22px;
    }
    .textTop-nav {
        padding: 12px 0;
    }
    .textTop-nav a {
        padding: 2px 2px;
        margin: 0 4px;
        font-size: 12px;
    }
    .news-rightR {
        width: 30%;
        height: 100px;
    }
    .news-rightL {
        width: 66%;
        height: auto;
    }
    .news-rightL h4 {
        font-size: 14px;
        margin-top: 4px;
    }
    .news-rightL p {
        font-size: 12px;
        color: #666;
        line-height: 20px;
        margin-top: 2px;
        height: 38px;
    }
    .news-rightL h6 {
        width: 100px;
        height: 28px;
        line-height: 28px;
        font-size: 20px;
        margin: 10px 0 0 0;
        display: block;
    }
    .news-left h6{
        margin-top: 10px;
    }
    .news-left h6 i{
        width: 24px;
        transform: rotate(90deg);
    }
    .news-left h6 span{
        font-size: 16px;
        writing-mode: vertical-lr;
        writing-mode: tb-lr;
    }
    .news-left {
        width: 10%;
        height: auto;
    }
    .news ul li {
        height: auto;
        margin-top: 24px;
    }
    .news-right {
        width: 86%;
        height: auto;
    }
    .news-box {
        padding: 0px 0;
    }
    .news {
        padding-bottom: 24px;
    }
    /* details */
    .news-detaile-title h4 {
        font-size: 18px;
    }
    .news-detaile-title span {
        font-size: 14px;
        margin-right: 12px;
    }
    .news-detaile-line {
        margin: 20px 0 12px 0;
    }
    .news-detaile-box {
        padding: 24px 0 30px 0;
    }
    .news-detaile-words p {
        font-size: 16px;
        margin-top: 14px;
    }
    .news-detaile-words h6 {
        margin-top: 16px;
    }
    .news-detaile-words-click {
        margin-top: 30px;
    }
    .news-detaile-updown ul li p {
        margin-left: 46px;
    }
    .news-detaile-updown ul li {
        padding: 10px 0;
    }
}




