.inside .com_title {
    margin-bottom: var(--tit_b_s);
}

.com_title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.inside .com_title .ct_bg {
    color: #e8e8e8;
    font-weight: bold;
    letter-spacing: 2px;
}
.com_title .ct_bg {
    color: rgba(255,254,254,.15);
    font-size: 130px;
    letter-spacing: 1px;
    text-align: center;
    height: 105px;
    line-height: 104px;
    text-transform: uppercase;
}
.inside .com_title .ct_txt {
    color: #A72822;
    font-weight: bold;
}

.com_title .ct_txt {
    color: #fff;
    font-size: 36px;
    margin-top: -28px;
}

	/*发展历程*/

	.history{padding-bottom: 40px;}

	.history .h_slide{position: relative;}

	.history .h_slide .swiper-history{}

	.history .h_slide .swiper-history .swiper-slide{text-align: center;}

	.history .h_slide .swiper-history .swiper-slide h3{margin-bottom: 60px;}

	.history .h_slide .swiper-history .swiper-slide h3 font{color: #666;font-size: 100px;font-weight: bold;}

	.history .h_slide .swiper-history .swiper-slide h3 font:nth-child(2){color:#A72822;}

	.history .h_slide .swiper-history .swiper-slide span{display: block;width: 40%;text-align: center;margin:0 auto;font-size: 18px;color: #666;line-height:2;}

	.history .h_slide .hs-arrow{width: 82px;height: 82px;position: absolute;top: 50%;transform:translateY(-50%);left: 10%;z-index:11;cursor: pointer;}

	.history .h_slide .hs-arrow.hs-swiper-prev{background-image: url(../image/history_img_05.png);}

	.history .h_slide .hs-arrow.hs-swiper-prev.swiper-button-disabled{background-image: url(../image/history_icon_03.png);}

	.history .h_slide .hs-arrow.hs-swiper-next{background-image: url(../image/history_img_07.png);left: auto;right: 10%;}

	.history .h_slide .hs-arrow.hs-swiper-next.swiper-button-disabled{background-image: url(../image/history_icon_05.png);}

	.history .h_slide .swiper-line{border-bottom: 1px dashed #333;margin-top: 100px;}

	.history .h_slide .swiper-line .swiper-pagination{left:50%;transform:translateX(-50%);width: 100%;}

	.history .h_slide .swiper-line .swiper-pagination .swiper-pagination-bullet{background: none;width:auto;margin: 0 15px;position: relative;opacity:1;top:10px;font-size: 14px;}

	.history .h_slide .swiper-line .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color:var(--orange2);}

	.history .h_slide .swiper-line .swiper-pagination .swiper-pagination-bullet:before{content:'';position: absolute;height: 6px;left: 50%;transform:translateX(-50%);top:-17px;width: 1px;background: #333;}

	.history .h_slide .swiper-line .swiper-pagination .swiper-pagination-bullet:after{content: '';position: absolute;border: 6px solid transparent;border-top-color: var(--orange2);border-bottom: none;left: 50%;transform:translateX(-50%);top:-5px;display: none;}

	.history .h_slide .swiper-line .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{display: block;}



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

	

	/*发展历程*/

	.history .h_slide .swiper-history .swiper-slide h3{margin-bottom: 20px;}

	.history .h_slide .swiper-history .swiper-slide h3 font{font-size: 1.5rem;}

	.history .h_slide .swiper-history .swiper-slide span{width: 70%;line-height: 1.8;font-size: .34rem;}

	.history .h_slide .hs-arrow{background-size:100% 100%;height: 40px;width: 40px;left:2%;top:calc(50% - 40px);}

	.history .h_slide .hs-arrow.hs-swiper-next{right:2%;}

	.history .h_slide .swiper-line{margin-top: 80px;}

	.history .h_slide .swiper-line .swiper-pagination{height:50px;bottom:-42px;overflow-x: auto;overflow-y: hidden;white-space: nowrap;width:100%;}

	.history .h_slide .swiper-line .swiper-pagination .swiper-pagination-bullet{height:20px;padding-top: 6px;top: 14px;}

	.history .h_slide .swiper-line .swiper-pagination .swiper-pagination-bullet:before{top: -13px;}

	.history .h_slide .swiper-line .swiper-pagination .swiper-pagination-bullet:after{top:0;}

	.com_title .ct_bg {
		font-size: 80px;
	}
}

