.side_nav {
	width: 2.3rem;
	/* height: 5.02rem; */
	background: #fff;
	box-shadow: 0 .08rem .32rem 0 rgba(0,0,0,.1);
	border-radius: 0 .16rem .16rem 0;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	height: 4.02rem;
}

.side_nav ul {
	width: 100%;
	height: 100%;
	padding: .08rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around
}

.side_nav ul li a {
	font-size: .28rem;
	font-family: PingFang-SC-Bold;
	font-weight: 700;
	line-height: .4rem;
	color: #999;
	display: block;
	padding-bottom: .12rem;
	position: relative;
	transition: all .3s ease
}

.main .section_block .title,.main .section_block section {
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #333
}

.side_nav ul li a:after {
	content: '';
	position: absolute;
	width: .8rem;
	height: .04rem;
	background: 0 0;
	left: 50%;
	margin-left: -.4rem;
	bottom: 0
}

.side_nav ul li.active a,.side_nav ul li:hover a {
	color: #333
}

.side_nav ul li.active a:after,.side_nav ul li:hover a:after {
	background: #e23469
}

.main .banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	/* background-image: url(../images/about_us_img1.3208702c5e.png); */
	height: 6.74rem
}

.main .section_block {
	padding: 1px 0
}

.main .section_block .title {
	font-size: .48rem;
	line-height: .66rem;
	-webkit-text-stroke: .01rem #333;
	text-stroke: .01rem #333
}

.main .section_block section {
	font-size: .2rem;
	line-height: .4rem
}

.main .section_block.aboutUs h4 {
	margin-top: .8rem
}

.main .section_block.aboutUs section {
	margin-top: .78rem
}

.main .section_block.brand_story {
	/* margin-top: 3.22rem */
	margin-top: 1.22rem;
}

.main .section_block.brand_story .content {
	margin-top: .78rem;
	/* position: relative;
	font-size: 0 */
}

.main .section_block.brand_story .content .bj {
	width: 100%;
	height: auto
}

.main .section_block.brand_story .content .container {
	/* position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%) */
}

.main .section_block.brand_story .content .section1 {
	width: 9.3rem;
	margin-left: auto;
	margin-top: 1.36rem
}

.main .section_block.brand_story .content .section2 {
	width: 100%;
	margin-top: 4.46rem;
	background: #fff;
	height: 3.66rem;
	box-shadow: 0 .08rem .16rem 0 rgba(0,0,0,.1)
}

.main .section_block.brand_story .content .section2 p {
	width: 9.56rem;
	margin: 0 auto
}

.main .section_block.brand_story .content .section2 .p2 {
	color: #333;
	margin-top: .4rem
}

.main .section_block.brand_history {
	/* display: flex;
	flex-direction: column */
    margin-top: 1.22rem;
}

.main .section_block.brand_history .section_l1 {
	background: #FBFAF8;
	height: 11.34rem
}

.main .section_block.brand_history .section_l1 .title {
	margin-top: 4.64rem
}

.main .section_block.brand_history .section_l1 .content {
	margin-top: .9rem;
	display: flex;
	justify-content: space-between
}

.main .section_block.brand_history .section_l1 .content .left {
	width: 5.4rem
}

.main .section_block.brand_history .section_l1 .content .right img {
	width: 3.34rem;
	height: 3.34rem;
	margin-left: .32rem
}

.main .section_block.brand_history .section_l2 {
	padding: 1.62rem 0
}

.main .section_block.brand_history .section_l2 .history_axis {
	position: relative
}

.main .section_block.brand_history .section_l2 .history_axis .axis_line {
	position: absolute;
	height: .4rem;
	width: 100%
}

.main .section_block.brand_history .section_l2 .history_axis .axis_line .line {
	width: 100%;
	height: .02rem;
	background: #333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.main .section_block.brand_history .section_l2 .history_axis .axis {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 2.22rem;
	margin-bottom: 2.16rem
}

.main .section_block.brand_history .section_l2 .history_axis .axis .axis_item {
	width: 1.3rem;
	height: 100%;
	cursor: pointer
}

.main .section_block.brand_history .section_l2 .history_axis .axis .axis_item .dot {
	width: 1.3rem;
	height: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.main .section_block.brand_history .section_l2 .history_axis .axis .axis_item .dot:after {
	content: '';
	width: .24rem;
	height: .24rem;
	border: .03rem solid #333;
	border-radius: 50%;
	position: relative;
	background: #fff;
	transition: all .3s ease
}

.main .section_block.brand_history .section_l2 .history_axis .axis .axis_item .text {
	font-size: .24rem;
	font-family: PingFang-SC-Bold;
	font-weight: 700;
	color: #909090;
	line-height: .5rem;
	margin-top: .15rem;
	transition: all .3s ease
}

.main .section_block.brand_history .section_l2 .history_axis .axis .axis_item.active .dot:after,.main .section_block.brand_history .section_l2 .history_axis .axis .axis_item:hover .dot:after {
	background: #e23469;
	width: .3rem;
	height: .3rem;
	border: none
}

.main .section_block.brand_history .section_l2 .history_axis .axis .axis_item.active .text,.main .section_block.brand_history .section_l2 .history_axis .axis .axis_item:hover .text {
	font-size: .36rem;
	color: #666
}

.main .section_block.brand_history .section_l2 .history_event .ul .li {
	display: none
}

.main .section_block.brand_history .section_l2 .history_event .ul .li .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.main .section_block.brand_history .section_l2 .history_event .ul .li .left {
	flex: 1
}

.main .section_block.brand_history .section_l2 .history_event .ul .li .left .title {
	font-size: .48rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #333;
	line-height: .66rem;
	-webkit-text-stroke: .01rem #333;
	text-stroke: .01rem #333;
	position: relative;
	padding-bottom: .2rem
}

.main .section_block.brand_history .section_l2 .history_event .ul .li .left .title:after {
	content: '';
	position: absolute;
	width: 1.48rem;
	height: .08rem;
	background: #e23469;
	left: 0;
	bottom: 0
}

.main .section_block.brand_history .section_l2 .history_event .ul .li .left .section {
	padding: .45rem 0;
	display: flex;
	flex-direction: column
}

.main .section_block.brand_history .section_l2 .history_event .ul .li .left .section .item {
	justify-content: space-between;
	display: flex;
	align-items: center;
	margin: .15rem 0;
	height: .8rem
}

.main .section_block.brand_history .section_l2 .history_event .ul .li .left .section .item .left_time {
	width: 1.28rem;
	font-size: .24rem;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: #333;
	line-height: .34rem
}

.main .section_block.brand_history .section_l2 .history_event .ul .li .left .section .item .right_event {
	width: 5.16rem;
	font-size: .2rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #333;
	line-height: .4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.main .section_block.brand_history .section_l2 .history_event .ul .li .right {
	width: 5.94rem;
	margin-left: .56rem;
	margin-top: 1.2rem
}

.main .section_block.brand_history .section_l2 .history_event .ul .li .right img,.main .section_block.core_team .content .content_bj {
	width: 100%;
	height: auto
}

.main .section_block.core_team .content {
	margin-top: 1rem;
	display: flex;
	flex-direction: column
}

.main .section_block.core_team .content .section_l1 .wall_panel {
	margin-top: -1.4rem;
	position: relative
}

.main .section_block.core_team .content .section_l1 .wall_panel .wall_carousel .carousel_item {
	width: 2.88rem;
	height: 4rem;
	font-size: 0;
	position: relative;
	cursor: pointer
}

.main .section_block.core_team .content .section_l1 .wall_panel .wall_carousel .carousel_item .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.6);
	top: 0;
	left: 0
}

.main .section_block.core_team .content .section_l1 .wall_panel .wall_carousel .carousel_item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.main .section_block.core_team .content .section_l1 .wall_panel .wall_carousel .carousel_item.active:after {
	content: '';
	width: 100%;
	height: 100%;
	border: .02rem solid red;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	box-sizing: border-box
}

.main .section_block.core_team .content .section_l1 .wall_panel .arrow {
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 5;
	display: none;
	transition: all .3s ease;
	cursor: pointer
}

.main .section_block.core_team .content .section_l1 .wall_panel .arrow.prev {
	left: .2rem;
	background-image: url(../images/arrow_prev_no.1ec38a8858.png)
}

.main .section_block.core_team .content .section_l1 .wall_panel .arrow.next {
	right: .2rem;
	background-image: url(../images/arrow_next_no.de6c641cd7.png)
}

.main .section_block.core_team .content .section_l1 .info_wall .info_carousel .carousel_item {
	width: 5.5rem;
	padding: .84rem 0;
	margin: 0 auto
}

.main .section_block.core_team .content .section_l1 .info_wall .info_carousel .carousel_item .p1 {
	font-size: .36rem;
	font-family: AdobeFangsongStd-Regular;
	font-weight: 400;
	color: #333;
	line-height: .36rem
}

.main .section_block.core_team .content .section_l1 .info_wall .info_carousel .carousel_item .p2 {
	font-size: .24rem;
	font-family: AdobeFangsongStd-Regular;
	font-weight: 400;
	color: #333;
	line-height: .24rem;
	margin-top: .34rem
}

.main .section_block.core_team .content .section_l1 .info_wall .info_carousel .carousel_item .p3 {
	font-size: .18rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #333;
	line-height: .26rem;
	margin-top: .28rem
}

.main .section_block.heyqun_story {
	background: #FBFAF8;
	 
}

.main .section_block.heyqun_story .title {
	margin-top: .88rem
}

.main .section_block.heyqun_story .content {
	margin-top: .9rem;
	padding-bottom: 1.26rem
}

.main .section_block.heyqun_story .content .ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 7.48rem
}

.main .section_block.heyqun_story .content .ul a .li {
	width: 4.24rem;
	height: 7.18rem;
	border-radius: .16rem;
	transition: all .3s ease
}

.main .section_block.heyqun_story .content .ul a .li img {
	width: 100%;
	height: 100%
}

.main .section_block.heyqun_story .content .ul a .li:hover {
	width: 4.6rem;
	height: 7.48rem;
	box-shadow: 0 .08rem .32rem 0 rgba(0,0,0,.1)
}

.main .section_block.news_center {
	padding: 1.6rem 0
}

.main .section_block.news_center .content {
	margin-top: .5rem
}

.main .section_block.news_center .content .content_head {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.main .section_block.news_center .content .content_head .left {
	display: flex;
	align-items: center
}

.main .section_block.news_center .content .content_head .left .tab_item {
	width: 1.1rem;
	font-size: .24rem;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: #909090;
	line-height: .34rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: .46rem;
	transition: all ease .3s;
	cursor: pointer
}

.main .section_block.news_center .content .content_head .left .tab_item:after {
	content: '';
	width: .96rem;
	height: .04rem;
	margin-top: .28rem;
	background: 0 0;
	transition: all ease .3s
}

.main .section_block.news_center .content .content_head .left .tab_item.active,.main .section_block.news_center .content .content_head .left .tab_item:hover {
	color: #333
}

.main .section_block.news_center .content .content_head .left .tab_item.active:after,.main .section_block.news_center .content .content_head .left .tab_item:hover:after {
	background: #e23469
}

.main .section_block.news_center .content .content_head .right {
	font-size: .2rem;
	font-family: PingFang-SC-Bold;
	font-weight: 700;
	color: #e23469;
	line-height: .28rem;
	transition: all .3s ease;
	position: relative;
	padding-right: .34rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.main .section_block.news_center .content .content_head .right:after {
	content: '';
	width: .1rem;
	height: .1rem;
	border-top: .04rem solid #e23469;
	border-right: .04rem solid #e23469;
	transform: rotate(45deg);
	margin-left: .14rem
}

.main .section_block.news_center .content .content_main {
	margin-top: .5rem;
	border: .01rem solid #979797
}

.main .section_block.news_center .content .content_main .content_main_item {
	height: 9.5rem;
	overflow: hidden;
	display: none
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap {
	display: flex;
	height: 100%
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .left_directory {
	width: 4.28rem;
	margin-left: .01rem;
	margin-top: .01rem;
	margin-bottom: .01rem;
	border-right: .01rem solid #979797
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .left_directory .directory_item {
	height: 1.58rem;
	background: #F7F7F7;
	border-bottom: .01rem solid #979797;
	padding: .26rem .36rem;
	color: #333;
	cursor: pointer;
	transition: all .3s ease
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .left_directory .directory_item .p1 {
	height: .68rem;
	font-size: .24rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	line-height: .34rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .left_directory .directory_item .p2 {
	font-size: .18rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	line-height: .26rem;
	margin-top: .1rem
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .left_directory .directory_item:nth-child(6) {
	border-bottom: none
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .left_directory .directory_item.active,.main .section_block.news_center .content .content_main .content_main_item .item_wrap .left_directory .directory_item:hover {
	background: #e23469;
	color: #FFF
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .right_content {
	width: calc(95.72%);
	position: relative
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .right_content .content_item {
	width: 100%;
	padding: 1px;
	display: none;
	position: absolute;
	left: 0;
	top: 0
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .right_content .top {
	height: 1.58rem;
	background: #fff;
	border-bottom: .01rem solid #979797;
	padding: .1rem .2rem
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .right_content .top h4 {
	font-size: .36rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #333;
	line-height: .5rem;
	margin-top: .3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .right_content .top p {
	margin-top: .16rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .2rem;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: #666;
	line-height: .36rem
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .right_content .center {
	flex: 1;
	padding: .34rem .2rem .12rem;
	font-size: 0
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .right_content .center img {
	width: 100%;
	height: 4.1rem;
	object-fit: cover
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .right_content .center section {
	height: 2.36rem;
	margin-top: .3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden
}

.main .section_block.news_center .content .content_main .content_main_item .item_wrap .right_content .bottom {
	font-size: .24rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #e23469;
	line-height: .34rem;
	padding: 0 .2rem;
	text-align: right
}


/* 品牌发展 */

.channel_content {
	min-height: 300px;
 /*background:#eef2f5;*/
	padding: 50px 0 70px;
	background: #FFF;
	box-shadow: 0px 10px 20px -10px #555;
	position: relative;
	z-index: 5;
}

.wrap {
	margin-right: auto;
	margin-left: auto;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff0000'%2F%3E%3C%2Fsvg%3E")  !important;
	left: 10px;
	right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff0000'%2F%3E%3C%2Fsvg%3E") !important;
	right: 10px;
	left: auto
}

.about-history {
	padding: 30px 0 50px 0;
}

.history {
	padding-bottom: 67px;
}

.history_tit {
	padding: 50px 0 88px;
	text-align: center;
}

.history_tit h2 {
	font-size: 36px;
	font-weight: bold;
	color: #327e58;
	padding-bottom: 30px;
	position: relative;
}

.history_tit h2:before {
	border-bottom: 2px solid #327e58;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	content: "";
	width: 110px;
}

.history_nr {
	padding: 0 100px 0 100px;
	position: relative;
}

/*.history_nr:before{position: absolute; content: "";border-bottom: 2px solid #0099ff;width: 100%;left: 0; bottom: 10px;bottom: 5px;}*/
.historybox h2 {
	color: #fff;
/*background: #318f60;margin-left: 5px; padding: 9px; font-size: 16px; border-radius: 10px;*/
	font-size: 20px;
/* color:#006ebd; */
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	background: linear-gradient(to left,#fd5392,#f86f64);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	width: 160px;
}

.historybox h2 b {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #e4f5ef;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
}

.historybox {
	position: relative;
/*overflow: hidden;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 60px;
}

.historybox p {
	text-indent: 0em;
	font-size: 0.2rem;
	white-space: normal;
	width: 160px;
}

.historybox ul li {
	list-style-type: initial;
	font-size: 0.2rem;
	white-space: nowrap;
}

.historybox ol {
	list-style-type: normal;
	font-weight: normal
}

.historybox ol li {
	font-size: 0.2rem;
	white-space: nowrap;
}

.historyxq {
	min-height: 50px;
	width: 2px;
 /* background:#0099ff; */
	text-align: center;
	margin-left: 20px;
	background: linear-gradient(#fd5392,#f86f64);
}

.historyxq:after {
	position: absolute;
/* left: 0;  */
	bottom: -5px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
 /* background:#0099ff; */
	text-align: center;
	margin-left: 15px;
	z-index: 200;
	background: linear-gradient(to left,#fd5392,#f86f64);
	left: 60px;
}

.historyxq h3 {
	position: absolute;
	left: -15px;
	bottom: 60px;
	font-size: 22px;
	color: #318f60;
	transform: rotate(-90deg);
}

.history_nr .swiper-wrapper .swiper-slide .historyxq {
	background: linear-gradient(#fd5392,#f86f64);
}

.history_nr .swiper-wrapper .swiper-slide .historyxq:after {
	background: linear-gradient(#fd5392,#f86f64);
}

.history_nr .swiper-wrapper .swiper-slide:nth-child(2n) .historybox {
	position: relative;
/*overflow: hidden;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: -200px;
	padding-top: 30px;
	padding-left: 60px;
}

.history_nr .swiper-wrapper .swiper-slide:nth-child(2n) .historyxq {
	min-height: 50px;
	width: 2px;
 /* background:#0099ff; */
	text-align: center;
	margin-left: 20px;
	position: absolute;
/* left: 0; */
	top: -5px;
	background: linear-gradient(#fd5392,#f86f64);
}

.history_nr .swiper-wrapper .swiper-slide:nth-child(2n) .historyxq:after {
	position: absolute;
	left: -5px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
 /* background:#0099ff; */
	text-align: center;
	margin-left: 0px;
	top: 0px;
	z-index: 200;
	background: linear-gradient(to left,#fd5392,#f86f64);
}

.history_nr .swiper-container {
	background: url(../images/history_bg.png) no-repeat center / cover;
	padding-top: 200px;
	padding-bottom: 200px;
/* overflow-y: visible;*/
}

.history_nr .swiper-container:before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #fd5392;
	width: 100%;
	left: 0;
 /*bottom: 10px;*/
	bottom: 200px;
}

.history_nr .swiper-button-prev, .history_nr .swiper-button-next {
	top: 65%;
}

.history_nr .swiper-wrapper {
	align-items: flex-end;
}

/*.lefttb{background: url(../images/a_06.png) no-repeat left center #f8f9fb; width: 25px;height: 4px; position: absolute;bottom: 9px;left: 0;}

.righttb{background: url(../images/a_06.png) no-repeat right center #f8f9fb; width: 25px;height: 4px; position: absolute;bottom: 9px;right: 0;}
*/

@media(max-width:1220px) {

	.history_nr {
		padding-left: 50px;
		padding-right: 50px;
	}

/*.history_nr .swiper-container{ padding-top:80px; padding-bottom:80px;}
.history_nr .swiper-container:before{bottom: 80px;}*/
}

@media(max-width:1000px) {

	.history_tit {
		padding: 20px 0;
	}

	.history_tit h2 {
		font-size: 24px;
		padding-bottom: 20px;
	}

	.history_nr {
		padding: 0;
	}

	.history_nr .swiper-button-prev, .history_nr .swiper-button-next {
		top: 55%;
	}

	.history_nr .swiper-container {
		padding-top: 0px;
		padding-bottom: 200px;
	}

	.history_nr .swiper-container:before {
		bottom: 200px;
	}

	.history {
		padding-bottom: 40px;
	}
}

@media(max-width:760px) {
	.historybox h2 {
		font-size: 15px;
	}

	.historybox p {
		font-size: 12px;
	}
/*.history_nr .swiper-container{ padding-top:30px; padding-bottom:30px;}
.history_nr .swiper-container:before{bottom: 30px;}*/

	.history_nr .swiper-container {
		padding-top: 0px;
		padding-bottom: 150px;
		overflow: visible !important;
	}

	.history_nr .swiper-container:before {
		bottom: 150px;
	}

	.historybox h2 {
		font-size: 15px;
	}
}



/* 品牌发展 */