
.history .view .swiper-container{width: 100%; height: auto;}
.history .view .swiper-slide{display: flex; align-items: flex-start; justify-content: center; overflow: hidden;}
.history .view .swiper-slide img{width: 48%; height: auto; object-fit: cover;}
.history .view .swiper-slide .note{width: 46%; text-align: left; margin-left: 5%;}
.history .view .swiper-slide span{font-size: 48px; color: #222; vertical-align: top; position: relative; line-height: 1; font-family: Arial; font-weight: bold;}
.history .view .swiper-slide span>em{font-size: 24px; font-weight: normal; margin-left: 10px; position: relative; top: -2px;}
.history .view .swiper-slide .note>p{font-size: 36px; font-weight: bold; margin: 30px auto;}
.history .view .swiper-slide i{width: 30px; height: 4px; background: #b32305; display: block; margin: 25px 0;}
.history .view .swiper-slide .desc{font-size: 18px; line-height: 2.2; width: 100%; text-align: left;}
.history .preview{width: 100%; margin: 70px 0 40px 0; position: relative; border-top: 1px solid #dcdcdc;}
.history .preview .swiper-container{width: 92%; height: auto; margin: 0 auto; margin-top: -58px;}
.history .preview .swiper-slide{width: 20%; height: auto; cursor: pointer; text-align: center; font-size: 20px;}
.history .preview .swiper-slide em{content: '';background: url(about_history_ico.png) no-repeat center; width: 28px; height: 28px; display: block; margin: 0 auto; padding-top: 62px;}
.history .preview .arrow-left{position: absolute; background-color: #AA9161; left: 0; top: 0; margin-top: -18px; width: 36px; height: 36px; z-index: 2; border-radius: 50%; cursor: pointer;}
.history .preview .arrow-right{position: absolute; background-color: #AA9161; right: 0; top: 0; margin-top: -18px; width: 36px; height: 36px; z-index: 2; border-radius: 50%; cursor: pointer;}
.history .preview i{color: #fff; transform: translate(-50%,-50%); position: absolute; top: 50%; left: 50%; line-height: 2; font-size: 26px;}
.history .preview .swiper-slide-thumb-active{color: #000;}
.history .preview .swiper-slide-thumb-active em{background-image: url(about_history_ico_on.png);}



