.brand .section2 .box {
	gap:20px;
}
.brand .section2 .box .title {
	font-size:30px;
}
.brand .section2 .box .content {
	font-size:14px;
}
.brand .section2 .box .content p {
	margin-bottom:1rem;
	color:#666;
}
.brand .section2 .box .content div {
	font-size:18px;
	color:#333;
}
.brand .section2 .box .content div span {
	font-size:24px;
	color:red;
}
.brand .section4 .right .box .pic img {
	width:100%;
	height:155px;
	object-fit:cover;
}
.brand .section4 .text h3 {
	color:#333;
}
.brand .section4 .text p {
	color:#666;
}
.brand .section5 .left {
	width:185px;
}
.brand .section5 .right {
	width: calc(100% - 185px);
}
.brand .section5 .right .box .pic img {
	width:100%;
	height:450px;
	object-fit:cover;
}
.swiper.history .swiper-pagination {
	position: relative;
    bottom: 0;
}
.swiper.history .swiper-pagination::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	border-top: 1px solid #999;
	top: 50%;
	left: 0;
	z-index: -1;
	opacity: 0.2;
	transform: translateY(-50%);
}
.swiper.history .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	border: 1px solid #999;
	width: 12px;
	height: 12px;
	z-index: 1;
}
.swiper.history .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #999;
}
.event_box{ width: 80%; margin: 3% auto 0;position: relative; min-height: 420px;}

.event_box .parHd {width: 100%; display: inline-block;

    height: 92px;

    overflow: hidden;}

.parHd  ul{ width: 100%; text-align: center; margin: 0 auto; padding-bottom: 116px !important;}

.parHd .tempWrap{ margin: 0 auto;}

.parHd .tempWrap:after{      content: '';

    width: 85%;

    height: 1px;

    background: #ced8e3;

    position: absolute;

    /* top: 33%; */

    /* right: -140%; */

    right: 8%;

    top: 35%;

    /* margin-top: -0.5px; */

    z-index: 10;}

/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/ 

.parHd li.no_line:before{ display: none;}

.parHd li{  display: inline-block; cursor: pointer; padding-top: 0px; font-size: 16px; color: #000;margin:0 30px; position: relative; }

.parHd li:after{ content: ''; background: url(../static/brand/dot_ico.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: 37px; left: 50%; margin-left: -12px;}

.parBd{ text-align: center; margin-top: 0px;}

.parBd h4{ position: relative; font-size: 40px; margin-bottom: 3%; /*width: 200px;*/ padding: 0 60px;  display: inline-block; text-align: center;}

.parBd h4:after{ content:''; background: #000; width: 100px; height: 1px; position: absolute; left: -100px; bottom: 12px;}

.parBd h4:before{ content:''; background: #000; width: 100px; height: 1px; position: absolute; right: -100px; bottom: 12px;}

.parBd p{ line-height: 180%; font-size: 16px; width: 80%; margin: 0 auto;}

div#listBox {

    width: 100%;

}

.sPrev,.sNext{ width: 30px; height: 30px; display: block; position: absolute; top: 34px;}

.sPrev{ left: 0;}

.sNext{ right: 0;}

.sPrev img,.sNext img{transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
     }
.slideBox{
    text-align: center;
}
.slideBox img{
        display: inline-block;
        width: 50%;
}
@media screen and (max-width:1024px) {
	.brand .section5 .left {
		width:100%;
		text-align: center;
	}
	.brand .section5 .left a {
		margin: 0 auto;
	}
	.brand .section5 .right {
		width: 100%;
	}
}