.container {
	padding: 0 0;
}

.one {
	overflow: hidden;
}

.one-left {
	width: 48%;
	float: left;
}

.one-right {
	width: 48%;
	float: right;
}

.one-name {
	height: 40px;
	margin: 30px 0;
	overflow: hidden;
	background: url(pc1.png) no-repeat;
}

.one-name a,
.four-name a {
	float: right;
	margin: 10px 10px 0 0;
	color: #ff772f;
}

.two {
	overflow: hidden;
}

.two-left {

	float: left;
	width: 48%;
}

.two-right {
	float: right;
	width: 48%;
}

.two-name {
	margin: 30px 0 10px;
	height: 40px;
	background: url(pc2.png) no-repeat;
}

.three-name {
	margin: 30px 0 10px;
	height: 40px;
	background: url(pc3.png) no-repeat;
}

.two-name a,
.three-name a {
	float: right;
	color: #ff772f;
}

.four-name {
	height: 40px;
	margin: 30px 0;
	overflow: hidden;
	background: url(pc4.png) no-repeat;
}


.footer {
	background: #d5100a;
}

.footer .middle a,
.footer .middle p {
	color: #fff;
}


.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	height: auto;
}
.swiper-tit{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: left;
	text-indent: 20px;
	line-height: 40px;
	padding-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lunbo .swiper-pagination{
	text-align: right;
	padding-right: 20px;
}
.lunbo .swiper-pagination-bullet{
	background: #fff;
	opacity:1;
}
.lunbo .swiper-pagination-bullet-active{
	background: red;
}
.dsxx-ul li{
	height: 50px;
	overflow: hidden;
	line-height: 50px;
}
.sp1{
	font-size: 40px;
	color: #ff0000;
	float: left;
}
.sp2{
	margin: 0 20px 0 5px;
	float: left;
}
.sp2 a{
	font-size: 18px;
}
.sp3{
	float: right;
}
.two .sp2{
	max-width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.one .sp2{
	max-width: 762px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}