.serve-message-box{
    overflow: hidden;
    padding-left: 90px;
    position: relative;
}
.serve-message{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.serve-message>div:nth-child(n+2){
    margin-top: 50px;
}
.serve-message>div:nth-child(n+4){
    margin-top: 0;
}

.serve-message-list{
    width: 100%;
    overflow: hidden;
}
.serve-messagePic{
    width: 63%;
    height: 720px;
    float: left;
    overflow: hidden;
    position: relative;
}
.serve-messagePic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.serve-messagePic img:hover{
    transform: scale(1.04);
}
.serve-messagePic-block{
    position: absolute;
    top: 60px;
    height: 600px;
    width: 66px;
    background-color: #fff;
    z-index: 3;
}
.serve-messageL .serve-messagePic-block{
    right: 0;
}
.serve-messageR .serve-messagePic-block{
    left: 0;
}

.serve-messageWords{
    width: 37%;
    height: 720px;
    float: left;
    overflow: hidden;
}

.serve-messageL .serve-messageWords{
    padding: 100px 120px 0 0;
}
.serve-messageR .serve-messageWords{
    padding: 100px 0 0 120px;
}

.serve-messageWords-words{
    width: 100%;
    overflow: hidden;
}
.serve-messageWords-words h4{font-size: 32px;color: #333;}
.serve-messageWords-words b{width: 40px;height: 1px;display: block;background-color: #e5e5e5;margin-top: 20px;}
.serve-messageWords-words p{font-size: 16px;color: #666;line-height: 26px;margin-top: 20px;}
.serve-messageWords-words h6{
    width: 152px;
    height: 50px;
    background-color: #b2b2a8;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    margin-top: 44px;
}
.serve-messageWords-words h6 i{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('../images/relation/arrto_web.png');
    vertical-align: middle;
    margin: -3px 10px 0 0;
    transition: all .6s;
}

.serve-messageWords-words h6:hover{
    text-decoration: underline;
}
.serve-messageWords-words h6:hover i{
    transform: translateX(-6px);
}


.serve-messageWords-pic{
    width: 100%;
    overflow: hidden;
    margin-top: 54px;
}

.serve-messageWords-click{display: none;}
.serve-messageWords-click>div{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 36px;
    height: 40px;
    background-color: #b6b5aa;
    opacity: .4;
    cursor: pointer;
    text-align: center;
    z-index: 9;
}
.serve-messageWords-click>div:hover{
    background-color: #b6b5aa;
    opacity: 1;
}
.serve-messageWords-click>div i{
    display: inline-block;
    width: 12px;
    height: 23px;
    margin-top: 8.5px;
}

.serve-messageWords-click .swiper-messageWords-prev{
    left: 0;
}
.serve-messageWords-click .swiper-messageWords-next{
    right: 0;
}
.serve-messageWords-click .swiper-messageWords-prev i{
    background: url('../images/serve/ser_data_L.png')
}
.serve-messageWords-click .swiper-messageWords-next i{
    background: url('../images/serve/ser_data_R.png')
}

.serve-messageWords-picw{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
}
.serve-messageWords-picw h6{
    width: 100%;
    height: 176px;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;display: flex;align-items: center;justify-content: center;
}
.serve-messageWords-picw h6 img{
    max-width: 90%;max-height: 90%;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    transition: all .6s;
}
.serve-messageWords-picw:hover h6{
    /* border: 1px solid #666; */
    -moz-box-shadow: 0 0 10px 2px #ededed;
    -webkit-box-shadow: 0 0 10px 2px #ededed;
    box-shadow: 0 0 10px 2px #ededed;
}
.serve-messageWords-picw:hover h6:hover img {
    margin-top: -4px;
}
.serve-messageWords-picw p{
    font-size: 14px;
    color: #666;
    width: 80%;
    margin-left: 10%;
    margin-top: 16px;
    text-align: center;
    line-height: 24px;
}
.serve-messageWords-picw:hover p{
    color: #333;
}

/* ------------------------弹框--------------------------- */
.servePop-box{
	position:fixed;
	width:100%; height:100%; left:0; top:0; transition:all 0.5s ease;
    overflow: hidden;
    padding-left: 90px;
    background-color: #fff; z-index:999; opacity:1;
}
.edu-nb{ opacity:0; top:200%;}
.servePop{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    transition: all 1s;
}
.servePop-message{
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}
.servePop-words{
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.servePop-words h4{font-size: 24px;color: #000;text-align: center;}
.servePop-words p{font-size: 16px;color: #666;line-height: 26px;margin-top: 10px;}
.servePop-words strong{text-align: center;display: block;}


.servePop-pic{
    width: 100%;
    overflow: hidden;
    margin-top: 6px;
	text-align: center;
}

.servePop-pic img{
    width: 100%;
    object-fit: cover;
    height: 540px;
}

.swiper-button-L,
.swiper-button-R{
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
    margin-top: -25px;
    text-align: center;
}
.swiper-button-L{left: 0;}
.swiper-button-R{right: 0;}

.swiper-button-L i,
.swiper-button-R i{
    width: 12px;
    height: 23px;
    display: inline-block;
    margin-top: 13.5px;
}
.swiper-button-L i{background: url('../images/benefitJh/gyxq_arrL.png') no-repeat;}
.swiper-button-R i{background: url('../images/benefitJh/gyxq_arrR.png') no-repeat;}

.swiper-button-L:hover,
.swiper-button-R:hover{
    background-color: rgba(0, 0, 0, 0.6);
}

.servePop-back{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 44;
}
.servePop-back h6{
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: transparent;
    transition: all .4s;
}
.servePop-back h6 i{
    width: 20px;
    height: 19px;
    display: inline-block;
    background: url('../images/serve/ser_data_closeH.png') no-repeat;
    margin-top: 20.5px;
    transition: all .4s;
}
.servePop-back h6:hover{
    background-color: #b2b2a8;
}
.servePop-back h6:hover i{
    transform: rotate(180deg);
    background: url('../images/serve/ser_data_close.png') no-repeat;
}




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

@media all and (max-width:1560px) {
    .servePop-message {
        overflow: auto;
        padding: 60px 16px;
        height: 830px;
    }
    .servePop-message::-webkit-scrollbar {width: 2px;height: 4px;}
    .servePop-message::-webkit-scrollbar-thumb {border-radius: 5px;box-shadow: inset 0 0 5px #b6b5aa;}/* 滚动条颜色 */
    .servePop-message::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #fafafa;border-radius: 0;}/* 轨道颜色 */
}

@media all and (max-width:1460px) {
    .serve-messagePic{height: 660px;}
    .serve-messageWords{height: 660px;}
    .serve-messagePic-block{
        height: 580px;
        top: 40px;
    }
    .serve-messageL .serve-messageWords {
        padding: 66px 60px 0 0;
    }
    .serve-messageR .serve-messageWords {
        padding: 66px 0 0 60px;
    }
    .servePop-message {
        height: 680px;
    }
}

@media all and (max-width:1380px) {
    .servePop-message {
        height: 600px;
    }
}

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

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

@media all and (max-width:1200px) {
    .serve-messagePic{height: 600px;}
    .serve-messageWords{height: 600px;}
    .serve-messageL .serve-messageWords {
        padding: 46px 40px 0 0;
    }
    .serve-messageR .serve-messageWords {
        padding: 46px 0 0 40px;
    }
    .serve-messagePic-block{
        height: 480px;
        top: 60px;
    }
    .serve-messageWords-words p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .serve-messageWords-words h4 {
        font-size: 28px;
    }
    .serve-messageWords-words h6{margin-top: 24px;}
    .serve-messageWords-picw p {
        font-size: 12px;
        width: 90%;
        margin-left: 5%;
        margin-top: 14px;
        line-height: 18px;
    }
    .servePop-message{width: 94%;}
    .servePop-pic img{height: 500px;}
}


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

@media all and (max-width:1000px) {
    .serve-message-box{padding-left: 0;}
    .serve-messagePic{width: 100%;height: auto;}
    .serve-messagePic-block{display: none;}
    .serve-messageWords{width: 94%;height: auto;margin-left: 3%;}
    .serve-messageL .serve-messageWords{padding: 24px 0;}
    .serve-messageR .serve-messageWords{padding: 24px 0;}
    .serve-message{padding-bottom: 44px;}
    .serve-messageWords-picw h6{width: 99%;}
    .serve-message>div:nth-child(n+2) {
        margin-top: 32px;
    }
    .servePop-box{padding-left: 0;}
    .servePop-message{padding: 80px 10px 60px 10px;height: 554px;}
    .servePop-back {right: 16px;top: 30px;background: #fff;}
    .servePop-back h6{width: 50px;height: 50px;}
    .servePop-back h6 i{margin-top: 15.5px;}
    .servePop-words p{margin-top: 14px;}
    .servePop-pic{margin-top: 32px;}
    .servePop-pic img{height: 220px;}
    .swiper-button-L, .swiper-button-R{height: 40px;width: 40px;margin-top: -20px;}
    .swiper-button-L i, .swiper-button-R i{margin-top: 8.5px;}
}


