.header ul li:nth-child(4) a {
	color: #b3261e;
	border-bottom: 2px solid #b3261e;
}

.about-txt {
	color: #fff;
	top: -100px;
}

.par {
	width: 960px;
	margin:30px auto;
	color: #b3261e;
}

.par>h2 {
	font-size: 20px;
}

.par>h5 {
	font-size: 14px;
	font-weight: 400;
}

.scrolltab {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.scrolltab .dSmallPicBox {
	background: #f2f2f4;
	width: 820px;
	height: 44px;
	margin: 0 auto;
	position: relative;
	top: -80px;
	overflow: hidden;
	left: 100px;
}

.scrolltab .dSmallPic {
	width: 960px;
	height: 44px;
	position: absolute;
	left: 0px;
	top: 0;
	overflow: hidden;
}

.scrolltab .dSmallPic ul {
	position: absolute;
	display: flex;
	width: 820px;
}

.scrolltab .dSmallPic li {
	overflow: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	line-height: 30px;
	font-size: 15px;
flex: 1;	height: 44px;
	text-align: center;
	line-height: 44px;
	float: left;
	display: inline;
	cursor: pointer;
}

.scrolltab .dSmallPic .liSelected {
	color: #b3261e;
}

.scrolltab .sLeftBtnB,
.scrolltab .sLeftBtnBSel,
.scrolltab .sLeftBtnBBan,
.scrolltab .sRightBtnB,
.scrolltab .sRightBtnBSel,
.scrolltab .sRightBtnBBan {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0px;
}

#up{
	
}

.scrolltab .sLeftBtnB,
.scrolltab .sLeftBtnBSel,
.scrolltab .sRightBtnB,
.scrolltab .sRightBtnBSel {
	cursor: pointer;
}

.scrolltab .sLeftBtnB,
.scrolltab .sLeftBtnBSel,
.scrolltab .sLeftBtnBBan {
	left: 20px;
}

.scrolltab .sRightBtnB,
.scrolltab .sRightBtnBSel,
.scrolltab .sRightBtnBBan {
	right: 20px;
}

.scrolltab .sLeftBtnB {
	background-position: 0 -87px;
}

.scrolltab .sLeftBtnBSel {
	background-position: -36px -87px;
}

.scrolltab .sLeftBtnBBan {
	background-position: 2px -87px;
}

.scrolltab .sRightBtnB {
	background-position: -88px -87px;
}

.scrolltab 	.sRightBtnBSel {
	background-position: -52px -87px;
}

.scrolltab .sRightBtnBBan {
	background-position: -88px -87px;
}

.scrolltab .ulBigPic>li {
	display: none;
}

.scrolltab .ulBigPic .liSelected {
	display: block;
}

.liSelected a div {
	color: #b3261e;
}


/*下边列表*/

.box .oli {
	height: 180px;
	margin-bottom: 20px;
	background: #f0f0f0;
	position: relative;
	left: 0;
}

.box .oli img {
	margin: 15px;
	height: 150px;
	width: 300px;
	/*border: 5px solid red;*/
}
.ulBigPic{
	width: 960px !important;
	margin:-50px auto;
}

.box .oli dl {
	position: absolute;
	left: 380px;
	width: 550px;
	background: #f0f0f0;
	top: 0px;
	height: 180px;
	border-right: 3px solid #b3261e;
	padding: 0;
	box-sizing: border-box;
}

.box .oli dl span {
	font-size: 40px;
	color: #b3261e;
	position: relative;
	left: -10px;
}

.box .oli dl dt {
	font-size: 18px;
}

.box .oli dl dd {
	font-size: 14px;
	line-height: 30px;
	text-indent: 20px;
}

.more {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 40px;
	text-align: center;
}