.history_box {
    margin-top: 80px;
}

.history_box_title {
    margin-bottom: 40px;
}

.history_box h4 {
    width: 80%;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.history_box p {
    width: 20%;
    font-size: 16px;
    color: #999999;
    text-align: right;
    line-height: 30px;
}

.richBox {
    text-align: center !important;
    width: 100% !important;
}
.richBox p{
    width: 100%;
}

.richBox img{
   margin: 0px auto;
}
.swiperBox {
    margin-bottom: 60px;
}

.swiperBox_right {
    width: 180px;
    height: 552px;
    position: relative;
}

.swiperBox_right .swiper-container {
    width: 100%;
    height: 100%;
    padding: 28px 0px;
    position: relative;
    box-sizing: border-box;
}

.swiperBox_right .swiper-slide {
    height: 124px;
}

.swiperBox_right .swiper_prev {
    position: absolute;
    left: 0px;
    width: 180px;
    height: 28px;
    background-color: #fff;
    text-align: center;
    z-index: 9999;
}

.swiperBox_right .swiper-container .swiper-slide p {
    height: 100%;
    width: 100%;
    line-height: 124px;
}

.swiper_prev_btn {
    top: 0px;
}

.swiper_next_btn {
    bottom: 0px;
}

.swiperBox_left p {
    height: 552px;
    width: 100%;
}

.swiperBox_left p img {
    width: 100%;
    height: 100%;
}

.swiperBox_right .swiper_prev img {
    width: 24px;
    height: 8px;
    margin: 10px auto;
}

.swiperBox_right .swiper_prev p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    background-color: #e7e7e7;
}

.swiperBox_right .swiper_prev img.index_Partner_swiper_Btn_img_Active {
    display: none;
}

.swiperBox_right .swiper_prev:hover p {
    background-color: #f57130;
}

.swiperBox_right .swiper_prev:hover img.index_Partner_swiper_Btn_img_Active {
    display: block;
}

.swiperBox_right .swiper_prev:hover img.index_Partner_swiper_Btn_img {
    display: none;
}


.swiperBox_right .swiper-slide p img {
    border: 2px solid transparent;
    box-sizing: border-box;
    background-color: #cbcbcb;
    border-radius: 4px;
    cursor: pointer;
    width: 181px;
    height: 102px;
}

.swiperBox_right .active-nav img {
    border: 2px solid #f57130 !important;
}

.swiperBox_left {
    width: 980px;
    height: 552px;
    background-color: #cbcbcb;
    border-radius: 4px;
    margin-right: 40px;
}

.swiperBox_left img {
    width: 100%;
    height: 100%;
    display: block;
}

.richBox {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    margin-bottom: 90px;
}

.detialsBox {
    margin: 100px auto;
    background-color: #ffffff;
    box-shadow: 0px 8px 28px 2px rgba(131, 131, 131, 0.1);
    padding: 40px;
}

.detialsTitleBox {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.detialsTitleBox h6 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.detialsSubTitleBox {
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.detialsSubTitleBox span {
    display: inline-block;
    padding: 0px 34px;
    color: #999999;
    font-size: 18px;
}

.detialsSubTitleBox .time {
    background: url("../images/home_time.png") no-repeat left center;
    background-size: 20px 20px;
}

.detialsSubTitleBox .see {

    background: url("../images/look2.png") no-repeat left center;
    background-size: 26px 18px;
}

.rich_box {
    text-align: center;
    padding: 40px 0px;
    border-bottom: 1px solid #e6e6e6;
}