.honjou-banner-box{
    overflow: hidden;
    padding-left: 90px;
}
.honjou-banner{
    width: 100%;
    overflow: hidden;
}
.honjou-banner img{
    width: 100%;
    object-fit: cover;
}


/* --------------------------荣誉-------------------------------- */
.hon-title-box{
    overflow: hidden;
    padding-left: 90px;
}
.hon-title{
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 40px 0 0 0;
}
.hon-title h4{
    font-size: 40px;
    color: #000;
}

.hon-message-box{
    overflow: hidden;
    padding-left: 90px;
    padding-bottom: 100px;
}
.hon-message{
    width: 1636px;
    margin-top: 50px;
    overflow: hidden;
}
.hon-message-words,
.hon-message-pic{
    width: 50%;
    float: left;
    height: 560px;
    overflow: hidden;
}
.hon-message-words{
    border: 1px solid #e5e5e5;
    padding: 24px 44px 20px 50px;
}
.hon-message-words-title{
    width: 100%;
    overflow: hidden;
}
.hon-message-words-title h4{
    font-size: 28px;
    color: #000;
}

.hon-message-words-list{
    width: 100%;
    overflow: hidden;
    height: 430px;
    margin-top: 16px;
}
.hon-message-wordsWZ{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.hon-message-words-list .swiper-slide{height: 86px !important;}
.hon-message-words-list .swiper-container{height: 430px !important;}
.hon-message-words-list .swiper-wrapper{height: 430px !important;}


.hon-blank{
    width: 100%;
    overflow: hidden;
    height: 16px;
}

.hon-message-wordsWZ p{font-size: 17px;color: #333;width: 16%;float: left;}
.hon-message-wordsWZ h6{width: 84%;float: left;height: 48px;overflow: hidden;display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;color: #666;line-height: 26px;}
.hon-message-wordsWZ h6:hover{color: #333;}

.hon-message-words-list .swiper-wrapper>div:last-child .hon-message-wordsWZ{
    border-bottom: none;
}


.hon-message-words-click{
    height: 42px;
    width: 100%;
    border: 1px solid #e5e5e5;
    display: none;
    margin-top: 6px;
    line-height: 42px;
}
.hon-click-1{display: block !important;}
.hon-click-2{display: block !important;}
.hon-click-3{display: block !important;}
.hon-click-4{display: block !important;}

.hon-message-words-click>div{
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    transition: all .4s;
}
.hon-message-words-click>div:hover{
    background-color: #e5e5e5;
}
.hon-message-words-click>div i{
    width: 17px;
    height: 10px;
    display: inline-block;
    margin-top: 15px;
}
.hon-prev i{background: url('../images/honJou/hon_T.png') no-repeat;}
.hon-next i{background: url('../images/honJou/hon_B.png') no-repeat;}

.hon-message-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s;
}
.hon-message-pic:hover img{
    transform: scale(1.06);
}
.hon-messageR{float: right;}
.hon-messageR .hon-message-words{border-right: none;}
.hon-messageL{float: left;}
.hon-messageL .hon-message-words{border-left: none;}



/* ----------------------------征程------------------------------ */
.jou-title-box{
    overflow: hidden;
    padding-left: 90px;
}
.jou-title{
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 10px 0;
    text-align: left;
    transition: all .6s;
}
.jou-title h4{font-size: 40px;color: #000;text-align: center;}
.jou-title p{font-size: 16px;color: #666;line-height: 26px;margin-top: 16px;}

.jou-icon-box{
    overflow: hidden;
    padding-left: 90px;
}
.jou-icon{
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 90px 0;
}
.jou-icon ul li{
    width: 20%;
    float: left;
    text-align: center;
    padding-top: 20px;
}
.jou-icon ul li img{
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    transition: all .6s;
}
.jou-icon ul li p{
    font-size: 16px;
    color: #666;
    margin-top: 24px;
}
.jou-icon ul li:hover img{
    transform: translateY(-8px);
}
.jou-icon ul li:hover p{
    color: #000;
}

.jou-changepic-box{
    overflow: hidden;
    padding-left: 90px;
}
.jou-changepic{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.changepic-pic{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 720px;
    background-color: #b6b5aa;
}
.changepic-pic ul li{
    width: 100%;
    height: 720px;
    display: none;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    top: 0%;
    left: 0%;
}

.changepic-pic-shade{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    transition: all 2s;
}
.changepic-words{
    padding:320px 0 0 200px;
    overflow: hidden;
    color: #fff;
    width: 50%;
}
.changepic-words h4{font-size: 28px;}
.changepic-words p{font-size: 16px;line-height: 26px;margin-top: 30px;}

.changepic-navbar-box{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    z-index: 9;
}
.changepic-navbar{
    width: 1440px;
    margin: 0 auto;
}
.changepic-navbar ul li{
    width: 20%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    float: left;
}
.changepic-navbar ul li:last-child{
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.changepic-navbar ul li h6{font-size: 18px;color: #fff;}
.changepic-navbar ul li:hover{
    background-color: rgba(255, 255, 255, .1);
}

.changepic-navbar ul li p{
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    margin-left: -6px;
    text-align: center;
}
.changepic-navbar ul li p i{
    position: absolute;
    bottom: 3px;
    left: 50%;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #b5b4a9;
    border-radius: 100%;
    margin-left: -3px;
    opacity: 0;
}
.changepic-navbar-active p i{
    opacity: 1 !important;
}
.changepic-pic-true .changepic-words h4{animation: toLeft .8s ease-in-out both;}
.changepic-pic-true .changepic-words p{animation: toRight .8s ease-in-out both;}
@keyframes toLeft{0%{transform: translateX(-40px);}100% {transform: translateX(0);}}
@keyframes toRight{0%{transform: translateX(30px);}100% {transform: translateX(0);}}

.jou-title-more{width: 100%;overflow: hidden;text-align: center;padding: 20px 0;}
.jou-title-more .jou-title-click{
    display: inline-block;width: 120px;line-height: 40px;height: 40px;border: none;cursor: pointer;
    background: url('../images/honJou/onpage.png') no-repeat center center / 20px auto;animation: oneDownArr 1.2s ease-in-out infinite;
}
@keyframes oneDownArr{
    0%  {opacity: 0;transform: translateY(-6px);}
    70% {opacity: 1;transform: translateY(0);}
    100% {opacity: 0;transform: translateY(6px);}
}




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .hon-message{
        width: 98%;
    }
    .changepic-navbar{width: 94%;}
    .changepic-words{width: 64%;}
    .jou-icon{width: 94%;}
    .changepic-words h4 {font-size: 26px;}
}

@media all and (max-width:1460px) {
    .changepic-words{width: 66%;padding: 320px 0 0 180px;}
}

@media all and (max-width:1380px) {
    .jou-title{width: 94%;}
    .changepic-words{width: 72%;padding: 320px 0 0 160px;}
}

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

@media all and (max-width:1280px) {
    .hon-message-wordsWZ p{width: 20%;}
    .hon-message-wordsWZ h6{width: 80%;}
    .changepic-words{width: 76%;padding: 320px 0 0 140px;}
}

@media all and (max-width:1200px) {
    .changepic-words{width: 80%;padding: 320px 0 0 120px;}
}


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

@media all and (max-width:1000px) {
    .honjou-banner-box {
        padding-left: 0;
    }
    .hon-title-box {
        padding-left: 0;
    }
    .hon-title {
        padding: 24px 0 0 0;
    }
    .hon-title h4 {
        font-size: 32px;
    }
    .hon-message-box {
        padding-left: 0;
        padding-bottom: 44px;
    }
    .hon-message {
        width: 96%;
        margin: 0 auto;
        margin-top: 32px;
    }
    .hon-messageR,.hon-messageL{float: unset;}
    .hon-message-words, .hon-message-pic {
        width: 100%;
        float: unset;
        height: auto;
    }
    .hon-message-words {
        padding: 16px;
    }
    .hon-message-words-title h4{font-size: 24px;}
    .hon-message-wordsWZ p {
        width: 26%;
    }
    .hon-message-wordsWZ h6 {
        width: 74%;
    }
    .hon-message-words-click{
        height: 36px;
        line-height: 36px;
    }
    .jou-title{
        padding: 34px 0 0 0;
    }
    .jou-title-box{padding-left: 0;}
    .jou-title h4{font-size: 32px;}
    .jou-title p {
        margin-top: 24px;
    }
    .jou-icon-box{padding-left: 0;}
    .jou-icon ul li img {
        width:48px;
        height: 48px;
    }
    .jou-icon ul li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .jou-icon {
        padding: 10px 0 42px 0;
    }
    .jou-changepic-box {
        padding-left: 0;
    }
    .changepic-navbar ul li {
        width: 50%;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .changepic-navbar ul li:nth-child(2n){
        border-right: 1px solid rgba(255, 255, 255, .2);
    }
    .changepic-navbar-box{border-bottom: none;}
    .changepic-navbar ul li:last-child{width: 100%;}
    .changepic-words {
        width: 94%;
        margin-left: 3%;
        padding: 230px 0 0 0;
    }
    .changepic-words h4 {
        font-size: 26px;
    }
    .changepic-words p {
        margin-top: 16px;
    }
    .changepic-pic{height: 500px;}
}











