/* --------------------------鐢熸€佸啘鏃?------------------------------------- */

.stnl-pattern-box {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 90px 0;
}

.stnl-pattern {
    width: 1400px;
    margin: 0 auto;
}

.stnl-pattern-title {
    width: 100%;
    overflow: hidden;
    padding: 0 0 30px 0;
    text-align: center;
}

.stnl-pattern-title h6 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

.stnl-pattern-matter ul li {
    width: 50%;
    height: 428px;
    overflow: hidden;
    float: left;
}

.stnl-pattern-matter ul li:nth-child(1) img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.stnl-pattern-matter ul li:nth-child(1):hover img{
    transform: scale(1.1);
}
.stnl-pattern-words{
    width: 100%;
    height: 370px;
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0 20px 0 50px;
    position: relative;
}
.stnl-pattern-size{
    width: 100%;
    font-size: 15px;
    color: #777;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 26px;
    padding-right: 30px;
}
.stnl-pattern-size p{
    text-indent: 2em;
    margin-top: 16px;
}

.stnl-pattern-line{
    position: absolute;
    right: 16px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
}

.stnl-pattern-arrow{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #e9532a;
    text-align: center;
}
.stnl-pattern-arrow i{
    width: 9px;
    height: 6px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../images/simSystem/P_arrow.png');
    margin-top: 13px;
}

/* 婊氬姩鏉℃牱寮 */
.stnl-pattern-size::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.stnl-pattern-size::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #e9532a;
    background: rgba(236, 82, 10, 0.2);
}
.stnl-pattern-size::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #f1f1f1;
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

/* -------------------------PC绔?-------------------------- */

@media all and (max-width:1460px) {
    .stnl-pattern {
        width: 94%;
        margin-left: 3%;
    }
}

/* ------------------------鎵嬫満绔?------------------------- */

@media all and (max-width:1000px) {
    .stnl-pattern-box {
        padding: 24px 0 28px 0;
    }
    .stnl-pattern-title h6 {
        font-size: 22px;
    }
    .stnl-pattern-title {
        padding: 0 0 24px 0;
    }
    .stnl-pattern-line{
        display: none;
    }
    .stnl-pattern-arrow{
        display: none;
    }
    .stnl-pattern-matter ul li {
        width: 100%;
        height: auto;
    }
    .stnl-pattern-words {
        height: auto;
        margin: 20px 0 0 0;
        padding: 0 0 0 0;
    }
    .stnl-pattern-size {
        font-size: 14px;
        padding-right: 0;
    }
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/* ---------------------------涓氬姟浣撶郴------------------------------------- */
.tx-pattern-box{
    background-color: #f7f7f7;
}
.tx-future-box{
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.tx-future{
    width: 1400px;
    margin: 0 auto;
}
.tx-future-title{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.tx-future-title h6{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.tx-future-nav{
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 24px 0 40px 0;
}
.tx-future-nav ul li{
    display: inline-block;
    padding: 10px 16px;
    border-radius: 16px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    margin: 0 6px;
    cursor: pointer;
}
.tx-future-nav ul li:hover{
    background-color: #e9532a;
    color: #fff;
}
.tx-future-active{
    background-color: #e9532a !important;
    color: #fff !important;
}

.tx-future-words{
    width: 100%;
    overflow: hidden;
}

.tx-future-words ul li{
    width: 50%;
    float: left;
    height: 436px;
    overflow: hidden;
}
.tx-future-words ul li:nth-child(1){
    display: table;
    background-color: #fff;
}
.tx-future-duan{
    display: table-cell;
    vertical-align: middle;
}
.tx-future-duan p{
    font-size: 14px;
    color: #777;
    line-height: 24px;
    width: 74%;
    margin-left: 13%;
}

.tx-future-words ul li:nth-child(2) img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.tx-future-words ul li:nth-child(2):hover img{
    transform: scale(1.1);
}

.tx-future-nb{
    display: none;
}

.tx-need-box{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 80px 0 60px 0;
    border-bottom: 1px solid #f4f4f4;
}
.tx-need{
    width: 1400px;
    margin: 0 auto;
}
.tx-need-title{
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0 0 16px 0;
}
.tx-need h6{
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.tx-need-wors{
    width: 100%;
    overflow: hidden;
}
.tx-need-wors ul li{
    width: 33.3333333333%;
    text-align: center;
    overflow: hidden;
    padding-top: 50px;
    float: left;
}
.tx-need-wors ul li img{
    display: block;
    width: 114px;
    height: 114px;
    margin: 0 auto;
    overflow: hidden;
    object-fit: cover;
    transition: all 1s;
}
.tx-need-wors ul li p{
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    width: 80%;
    margin-left: 10%;
    line-height: 24px;
}
.tx-need-wors ul li:hover img{
    transform: translateY(-30px);
}

.tx-message-box{
    width: 100%;
    overflow: hidden;
    padding: 50px 0 80px 0;
    background-color: #fff;
}
.tx-message{
    width: 1600px;
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
}
.tx-message-title{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.tx-message-title h6{
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.tx-message-words{
    width: 100%;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.swiper-container-message{
    width: 100%;
    position: relative;
}

.tx-message-wzbox{
    width: 100%;
    height: 464px;
    overflow: hidden;
    padding: 24px;
    border:  1px solid #f3f3f3;
}

.tx-message-wzpic{
    width: 100%;
    height: 232px;
    overflow: hidden;
}
.tx-message-wzpic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.tx-message-wzbox:hover .tx-message-wzpic img{
    transform: scale(1.1);
}
.tx-message-wzwz{
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0 0;
}
.tx-message-wzwz h6{
    font-size: 13px;
    color: #999;
}
.tx-message-wzwz h4{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.tx-message-wzwz h4:hover{
    color: #e9532a;
}

.tx-message-wzwz p{
    font-size: 14px;
    color: #777;
    line-height: 22px;
    margin-top: 18px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tx-message-wzwz h5{
    margin-top: 26px;
    display: inline-block;
    font-size: 13px;
    color: #888;
    display: none;
}
.tx-message-wzwz h5:hover{
    color: #e9532a;
}


.duty-LR .swiper-button-prev,.duty-LR .swiper-button-next{
    background: none;
    width: 40px;
    height: 86px;
    background-color: #d1d1d1;
    text-align: center;
}
.duty-LR i{
    width: 11px;
    height: 22px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: 32px;
}
.duty-LR .swiper-button-prev i{background-image: url('../images/public/PUB_left.png');}
.duty-LR .swiper-button-next i{background-image: url('../images/public/PUB_right.png');}
.duty-LR .swiper-button-prev:hover{background-color: #e9532a;}
.duty-LR .swiper-button-next:hover{background-color: #e9532a;}


/* -------------------------瀹炰笟--------------------------------------- */
.sy-serve-box{
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 80px 0;
}
.sy-serve{
    width: 1400px;
    margin: 0 auto;
}
.sy-serve-title{
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px 0;
    text-align: center;
}
.sy-serve-title h6{
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.sy-serve-title p{
    font-size: 16px;
    color: #777;
    line-height: 24px;
    width: 60%;
    margin-top: 16px;
    margin-left: 20%;
}
.sy-serve-wors{
    width: 100%;
    overflow: hidden;
}
.sy-serve-wors ul{
    margin-left: -1%;
}
.sy-serve-wors ul li{
    width: 32.3333333333%;
    margin-left: 1%;
    height: 368px;
    margin-top: 2%;
    float: left;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid transparent;
}
.sy-serve-wors ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.sy-serve-wors ul li:hover img{
    transform: scale(1.1);
}
.sy-serve-words {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 20px;
}
.sy-serve-words p{
    font-size: 22px;
    color: #fff;
}
.sy-serve-active{
    border-bottom: 2px solid #e9532a !important;
}
.sy-serve-nb{
    display: none;
}
.sy-serve-message{
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0 0;
    text-align: center;
}
.sy-serve-message p{
    font-size: 16px;
    color: #777;
    line-height: 24px;
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
}

.sy-benefit-box{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 80px 0;
}
.sy-benefit{
    width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
    overflow: hidden;
    position: relative;
}
.swiper-container-benefit{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sy-benefit-woeds{
    width: 100%;
    overflow: hidden;
}
.sy-benefit-woedsP{
    width: 100%;
    height: 415px;
    overflow: hidden;
}
.sy-benefit-woedsP img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.sy-benefit-woedsP:hover img{
    transform: scale(1.1);
}
.sy-benefit-woedsW{
    width: 100%;
    overflow: hidden;
    padding: 30px 0 0 0;
    text-align: center;
}
.sy-benefit-woedsW h6{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.sy-benefit-woedsW p{
    font-size: 13px;
    color: #777;
    line-height: 22px;
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
}


.sy-LR .swiper-button-prevB,.sy-LR .swiper-button-nextB{
    background: none;
    width: 40px;
    height: 86px;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
    z-index: 10;
}
.sy-LR .swiper-button-prevB{
    left: 0;
}
.sy-LR .swiper-button-nextB{
    right: 0;
}
.sy-LR i{
    width: 9px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: 34px;
}
.sy-LR .swiper-button-prevB i{background-image: url('../images/comSystem/sy_imgL.png');}
.sy-LR .swiper-button-nextB i{background-image: url('../images/comSystem/sy_imgR.png');}
.sy-LR .swiper-button-prevB:hover i{background-image: url('../images/comSystem/sy_imgLH.png');}
.sy-LR .swiper-button-nextB:hover i{background-image: url('../images/comSystem/sy_imgRH.png');}
.sy-LR .swiper-button-prevB:hover{background-color: #e9532a;}
.sy-LR .swiper-button-nextB:hover{background-color: #e9532a;}


/* ----------------------------浜哄姏璧勬湰------------------------------------ */

.zb-source-box{
    width: 100%;
    background-color: #f9f9f9;
    padding: 80px 0;
    overflow: hidden;
}
.zb-source{
    width: 1400px;
    margin: 0 auto;
}
.zb-source-wors{
    width: 100%;
    overflow: hidden;
}
.zb-source-wors ul{
    margin-left: -1%;
}
.zb-source-wors ul li{
    width: 49%;
    margin-left: 1%;
    float: left;
    height: 368px;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid transparent;
}
.zb-source-active{
    border-bottom: 2px solid #e9532a !important;
}
.zb-source-wors ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.zb-source-wors ul li:hover img{
    transform: scale(1.1);
}
.zb-source-words{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -45px;
    text-align: center;
    width: 100%;
}
.zb-source-words i{
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.zb-source-words p{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.zb-source-wors ul li:nth-child(1) .zb-source-words i{
    width: 55px;
    height: 53px;
    background-image: url('../images/comSystem/zb_cenPi1.png');
}
.zb-source-wors ul li:nth-child(2) .zb-source-words i{
    width: 55px;
    height: 55px;
    background-image: url('../images/comSystem/zb_cenPi2.png');
}

.zb-source-message{
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0 0;
    text-align: center;
}
.zb-source-message p{
    font-size: 16px;
    color: #777;
    line-height: 24px;
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
}


.zb-source-nb{
    display: none;
}

/* -----------------------------浜т笟寤鸿----------------------------------- */

.js-pattern-box{
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-image:url('../images/comSystem/js_msbg.jpg');
}
.js-pattern{
    width: 1400px;
    margin: 0 auto;
}
.js-pattern-title{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.js-pattern-title h6{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.js-pattern-title p{
    font-size: 14px;
    color: #fff;
    width: 70%;
    margin-left: 15%;
    margin-top: 16px;
}


.js-pattern-words{
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0 0;
}

.js-pattern-wordsL{
    width: 15.5%;
    float: left;
    height: 450px;
}
.js-pattern-wordsL ul{
    margin-top: -8px;
}
.js-pattern-wordsL ul li{
    width: 100%;
    overflow: hidden;
    height: 90px;
    background-color: #fff;
    margin-top: 2px;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 90px;
    cursor: pointer;
}

.js-pattern-active{
    background-color: #e9532a !important;
    color: #fff !important;
}

.js-pattern-wordsR{
    width: 83.8%;
    float: right;
    height: 450px;
}

.js-pattern-wordsRL{
    width: 64%;
    height: 450px;
    float: left;
    overflow: hidden;
}
.js-pattern-wordsRL img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.js-pattern-wordsRL:hover img{
    transform: scale(1.1);
}

.js-pattern-wordsRR{
    width: 36%;
    float: right;
    height: 450px;
    overflow: hidden;
    background-color: #fff;
    padding: 50px 24px 0 24px;
}
.js-pattern-wordsRR h6{
    font-size: 20px;
    color: #e9532a;
    font-weight: bold;
}
.js-pattern-wordsRR p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 16px;
}

.js-pattern-nb{
    display: none;
}






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

/* -------------------------PC绔?-------------------------- */

@media all and (max-width:1700px) {
    .tx-message {
        width: 96%;
        margin-left: 2%;
        padding: 0 80px;
    }
    .tx-message-wzbox{
        height: 436px;
    }
    .tx-message-wzpic{
        height: 202px;
    }
}

@media all and (max-width:1460px) {
    .tx-future {
        width: 94%;
        margin-left: 3%;
    }
    .tx-need {
        width: 94%;
        margin-left: 3%;
    }
    .sy-serve {
        width: 94%;
        margin-left: 3%;
    }
    .sy-serve-wors ul li{
        height: 320px;
    }
    .zb-source {
        width: 94%;
        margin-left: 3%;
    }
    .js-pattern {
        width: 94%;
        margin-left: 3%;
    }

}

@media all and (max-width:1380px) {
    .tx-future-words ul li{
        height: 380px;
    }
    .tx-message-wzbox{
        height: 410px;
    }
    .tx-message-wzpic{
        height: 172px;
    }
    .zb-source-wors ul li{
        height: 320px;
    }
}

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

@media all and (max-width:1280px) {
    .tx-message-wzbox{
        height: 386px;
    }
    .tx-message-wzpic{
        height: 152px;
    }
    .sy-serve-wors ul li{
        height: 290px;
    }
    .sy-benefit {
        width: 94%;
        margin-left: 3%;
        padding: 0 80px;
    }
    .zb-source-wors ul li{
        height: 300px;
    }
}

@media all and (max-width:1200px) {
    .tx-future-words ul li {
        height: 320px;
    }
    .tx-message-wzbox{
        height: 356px;
    }
    .tx-message-wzpic{
        height: 120px;
    }
    .sy-serve-wors ul li{
        height: 250px;
    }
    .zb-source-wors ul li{
        height: 250px;
    }
}


/* ------------------------鎵嬫満绔?------------------------- */

@media all and (max-width:1000px) {
    .tx-future-box {
        width: 100%;
        background-image: none !important;
        padding: 24px 0;
        background-color: #123650;
    }
    .sy-future-box{
        background-color: #022c5e;
    }
    .zb-future-box{
        background-color: #2e2926;
    }
    .js-pattern-box {
        width: 100%;
        background-image: none !important;
        padding: 24px 0;
        background-color: #00285b;
    }
    .tx-future-title h6 {
        font-size: 22px;
    }
    .tx-future-nav ul li {
        padding: 6px 14px;
        border-radius: 10px;
        font-size: 14px;
        margin: 6px 6px;
    }
    .tx-future-words ul li{
        width: 100%;
        height: auto;
    }
    .tx-future-duan p{
        width: 100%;
        margin-left: 0%;
    }
    .tx-future-duan{
        padding: 20px;
    }
    .tx-future-nav {
        padding: 24px 0 24px 0;
    }
    .tx-need-box {
        padding: 24px 0 26px 0;
    }
    .tx-need h6 {
        font-size: 22px;
    }
    .tx-need-wors ul li {
        width: 100%;
        padding-top: 30px;
    }
    .tx-need-wors ul li img {
        width: 66px;
        height: 66px;
    }
    .tx-need-wors ul li p {
        margin-top: 14px;
        width: 100%;
        margin-left: 0%;
    }
    .tx-need-wors ul li:hover img{
        transform: translateY(-12px);
    }
    .tx-message-box {
        padding: 24px 0 28px 0;
    }
    .tx-message-title h6 {
        font-size: 22px;
    }
    .duty-LR .swiper-button-prev, .duty-LR .swiper-button-next {
        width: 28px;
        height: 64px;
    }
    .duty-LR .swiper-button-prev{left: 0;}
    .duty-LR .swiper-button-next{right: 0;}
    .duty-LR i {
        margin-top: 21px;
    }
    .tx-message {
        padding: 0 30px;
    }
    .tx-message-wzpic{
        height: 140px;
    }
    .tx-message-wzwz h4 {
        font-size: 16px;
        margin-top: 12px;
    }
    .tx-message-wzbox {
        height: 340px;
        padding: 12px;
    }
    .tx-message-wzwz p {
        margin-top: 10px;
    }
    .tx-message-wzwz h5 {
        margin-top: 18px;
    }

    .sy-serve-box {
        padding: 24px 0;
    }
    .sy-serve-title h6 {
        font-size: 22px;
    }
    .sy-serve-title p {
        width: 100%;
        margin-left: 0%;
    }
    .sy-serve-wors ul li{
        height: 100px;
    }
    .sy-serve-words p {
        font-size: 12px;
    }
    .sy-serve-words {
        left: 6px;
        bottom: 6px;
    }
    .sy-serve-message {
        padding: 14px 0 0 0;
    }
    .sy-serve-message p {
        font-size: 16px;
        width: 100%;
        margin-left: 0%;
    }
    .sy-benefit-box {
        padding: 24px 0;
    }
    .sy-LR .swiper-button-prevB, .sy-LR .swiper-button-nextB{
        width: 28px;
        height: 64px;
    }
    .sy-LR i {
        margin-top: 23px;
    }
    .sy-benefit {
        padding: 0px 30px;
    }
    .sy-benefit-woedsP{
        height: 134px;
    }
    .sy-benefit-woedsW h6 {
        font-size: 18px;
    }
    .sy-benefit-woedsW {
        padding: 18px 0 0 0;
    }
    .sy-benefit-woedsW p {
        width: 96%;
        margin-left: 2%;
    }
    .zb-source-box {
        padding: 24px 0;
    }
    .zb-source-words p {
        font-size: 14px;
    }
    .zb-source-wors ul li {
        height: 124px;
    }
    .zb-source-message {
        padding: 14px 0 0 0;
    }
    .zb-source-message p {
        font-size: 16px;
        width: 100%;
        margin-left: 0%;
    }
    .js-pattern-title h6{
        font-size: 22px;
    }
    .js-pattern-title p {
        width: 100%;
        margin-left: 0%;
        margin-top: 12px;
    }
    .js-pattern-words {
        margin: 28px 0 0 0;
    }
    .js-pattern-wordsL {
        width: 100%;
        height: auto;
    }
    .js-pattern-wordsL ul {
        margin-top: 0;
        font-size: 0;
    }
    .js-pattern-wordsL ul li {
        width: 33.3333333333%;
        display: inline-block;
        height: 60px;
        font-size: 12px;
        line-height: 60px;
    }
    .js-pattern-wordsR {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .js-pattern-wordsRL {
        width: 100%;
        height: 180px;
    }
    .js-pattern-wordsRR {
        width: 100%;
        height: auto;
        padding: 20px 16px 20px 16px;
    }

}


