/* --------------------------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: #a50c1e;
    border-bottom: 1px solid #a50c1e;
}
.textTop-nav-active{
    color: #a50c1e !important;
    border-bottom: 1px solid #a50c1e !important;
}





/* -----------------------------news-box--------------------------------- */
.news-box{
    width: 100%;
    overflow: hidden;
    padding-top: 3%;
}
.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: auto;
        overflow: hidden;
        margin-bottom: 3%;
    }
.news-left {
    width: 12.4%;
    height: auto;
    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/line_icon.png'); */
    position: relative;
}
.news-left h6 span{
    font-size: 24px;
    color: #b4b4b4;
    font-weight: bold;
}

.news-right {
    width: 83.6%;
    height: auto;
    overflow: hidden;
    float: right;
    border-top: 1px solid #e6e6e6;
}
.news-rightL {
    width: 56%;
    height: auto;
    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: #a50c1e;
    border: 1px solid #a50c1e;
    color: #fff;
}

.news-rightR{
    width: 40%;
    float: right;
    height: auto;
    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: #a50c1e;
}

.news ul li:hover .news-left h6 span{
    color: #a50c1e;
}




/* ------------------------------------service-box----------------------------------------- */
.service-box{
    width: 100%;
    overflow: hidden;
    padding: 60px 0 10px 0;
}
.service-matter{
    width: 1280px;
    margin: 0 auto;
}

/* ----------------------------------service-fad------------------------------------------- */
.service-fad{
    width: 100%;
    overflow: hidden;
}
.service-fad ul{
    width: 100%;
    overflow: hidden;
}
.service-fad ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.service-fad-question{
    width: 100%;
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
}
.service-fad-question h5{
    float: left;
    overflow: hidden;
}
.service-fad-question h5 span{
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #b0b0b0;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    color: #b0b0b0;
    float: left;
}
.service-fad-question-Span{
    border: 1px solid #273c92 !important;
    background-color: #273c92 !important;
    color: #fff !important;
}

.service-fad-question h5 p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    width: 800px;
    margin-left: 54px;
}


.service-fad-question h6{
    width: 36px;
    height: 36px;
    float: right;
    text-align: center;
}
.service-fad-question h6 i{
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('../images/index/service_up.png');
    margin-top: 14px;
}
.service-fad-question-Ci{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-image: url('../images/index/service_upH.png') !important;
}


.service-fad ul li b{
    position: absolute;
    left: 60px;
    top: 72px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 17px;
    height: 10px;
    z-index: 30;
    background-image: url('../images/index/service_lineUp.jpg');
    opacity: 0;
}
.service-fad-nb{
    opacity: 1 !important;
}

.service-fad-answer{
    width: 100%;
    overflow: hidden;
    padding: 24px 0 28px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.service-fad-answerL{
    width: 4%;
    overflow: hidden;
    float: left;
}
.service-fad-answerL span{
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #273c92;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    color: #273c92;
    float: left;
}
.service-fad-answerR{
    width: 95.6%;
    overflow: hidden;
    float: right;
}
.service-fad-answerR p{
    font-size: 16px;
    color: #888;
    text-align:justify;
    text-justify:inter-word;
}




/* -----------------------------------service-download------------------------------------------ */
.service-download{
    width: 100%;
    overflow: hidden;
}

.service-download-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}
.service-download-list ul{
    width: 100%;
    overflow: hidden;
}
.service-download-list ul li{
    float: left;
    overflow: hidden;
}
.service-download-list ul li:nth-child(1){
    width: 60%;
}
.service-download-list ul li:nth-child(2){
    width: 20%;
    text-align: center;float:right;
}
    .service-download-list ul li:nth-child(3) {
        width: 20%;
        float: right;
    }
    .service-download-list ul li p {
        font-size: 16px;
        background-image: url(../images/do.jpg); background-position:left; background-repeat:no-repeat;padding-left:5%;
        color: #333;
        font-weight: bold;
        height: 36px;
        line-height: 36px;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.service-download-list ul:hover li p{
    color: #a50c1e;
}
.service-download-list ul li span{
    font-size: 14px;
    color: #666;
    line-height: 36px;
}
.service-download-list ul:hover li span{
    color: #a50c1e;
}
.service-download-list ul li h6{
    width: 36px;
    height: 36px;
    text-align: center;
    float: right;
    border: 1px solid #fff;
}
.service-download-list ul:hover li h6{
    border: 1px solid #a50c1e;
}
.service-download-list ul li h6 i{
    width: 14px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 6.5px;
    background-image: url('../images/service_down.png');
}
.service-download-list ul:hover li h6 i{
    background-image: url('../images/service_downH.png');
}




@media(max-width:640px) {
.news-rightL{width:100% !important;}
.news-right{padding-top:3%;}
.news-rightR{width:100% !important; height:100% !important;margin-top:3%;}

}
@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: 1280px;
    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-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:#a50c1e;
}
.news-detaile-words-click h5:hover{
    background-color: #000;
}
.news-detaile-words-click h5 i{
    width: 24px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/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/details_IcUpL.png');
}
.news-detaile-updown ul li:nth-child(1):hover h6 i{
    background-image: url('../images/details_IcUpLH.png');
}
.news-detaile-updown ul li:nth-child(2) h6 i{
    background-image: url('../images/details_IcUpR.png');
}
.news-detaile-updown ul li:nth-child(2):hover h6 i{
    background-image: url('../images/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: #a50c1e;
}
.news-detaile-updown ul li:hover h6{
    border: 1px solid #a50c1e;
}



/* -------------------------------------------------------------- */





/* -------------------------------------------------------------- */





/* -------------------------------------------------------------- */




@media all and (max-width:1300px) {
    .news {
        width: 92%;
        margin-left: 4%;
    }
    .news-detaile {
        width: 92%;
        margin-left: 4%;
    }
	 .service-matter {
        width: 92%;
        margin-left: 4%;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {
	  .service-fad-question h5 p {
        width: 600px;
    }
    .news-left h6 i {
        margin: -8px 10px 0 0;
    }
    .news-left h6 span {
        font-size: 18px;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
	
	
	.service-fad-question h5 p {
        font-size: 12px;
        line-height: 18px;
        white-space: unset;
        width: 210px;
        margin-left: 44px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .service-fad ul li b {
        left: 42px;
    }
    .service-fad-answerL {
        width: 16%;
    }
    .service-fad-answerR {
        width: 84%;
    }
    .service-fad-answerR p {
        font-size: 14px;
        text-align: unset;
        text-justify: unset;
        line-height: 22px;
    }
    .service-box {
        padding: 14px 0 10px 0;
    }

    /* 下载 */
    .service-download-list ul li:nth-child(1) {
        width: 100%;
    }
    .service-download-list ul li:nth-child(2) {
        width: 20%;
        float: right;
        text-align: left;
    }
    .service-download-list ul li:nth-child(3) {
        width: 50%;
        float: right;
    }
    .service-download-list ul li p {
        font-size: 14px;
    }
    
    .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;
    }
}




@media(max-width:640px){
	.news-detaile-words-click h5{ font-size:14px;}
	.news-detaile-title h4{ font-size:16px;}
	.news-detaile-words p{ font-size:14px;}
	.news-detaile-updown ul li p{ font-size:14px;}}