.honer_con {
    padding-bottom: 60px;
}
.process2 {
    padding: 40px 100px;
    margin: 0 auto;
    width: 1200px;
}
.honer_con .common_tit2 {
    color: #333;
}
.common_tit2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.common_tit2::after {
    content: '';
    display: block;
    margin: 16px auto 0;
    width: 20px;
    height: 2px;
    background-color: #5db532;
}
.honer_con p {
    color: #666;
}
.process2 p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 28px auto 0;
}
.proc_s {
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.honer_con .swiper-slide {
    border: 1px solid #f0f0f0;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.process2 .swiper-slide h5 {
    background: #fff;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    padding: 0px 5px;
    color: #333333;
    text-align: center;
    border-top: 1px solid #5db532;
}

.line_clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
img {
    border: 0;
    vertical-align: middle;

}

/*.honer_con .swiper-slide {*/
/*    border: 1px solid #f0f0f0;*/
/*}*/
/*.process2 .swiper-slide h5 {*/
/*    background: #fff;*/
/*    font-size: 14px;*/
/*    height: 60px;*/
/*    line-height: 60px;*/
/*    padding: 0px 5px;*/
/*    color: #333333;*/
/*    text-align: center;*/
/*    border-top: 1px solid #5db532;*/
/*}*/
/*.line_clamp {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/
/*img {*/
/*    border: 0;*/
/*    vertical-align: middle;*/
/*    max-width: 100%;*/
/*}*/

.procP {
    margin-top: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.commonP {
    position: static;
    font-size: 0;
    text-align: center;
}
.commonP .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #37c6c0;
}

.commonP .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    background: #f0f0f0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 5px;
    opacity: 1;
    border-radius: 0;
}
.pro1_btn.prev {
    left: -60px;
}
.pro1_btn {
    position: absolute;
    top: -110px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border:solid 1px #56b22a;
    border-radius: 15px;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.pro1_btn.prev img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.pro1_btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pro1_btn img:nth-child(2) {
    opacity: 0;
}
.pro1_btn.next {
    right: -60px;
}
.pro1_btn img{width: 50% !important;} 