.swiper-container {
    width: 100%;
	opacity: 1;
}
.simg {
	display: block;
	width: 100%;
	height: 100%;
}
.list {
	width: 1310px;
	margin: 0 auto;
	padding: 75px 0;
	background-color: #fff;
}
.list h1 {
	color: #282828;
	font-weight: bold;
	font-size: 120px;
	text-align: center;
	line-height: 120px;
}
.list hr {
	margin-top: 30px;
	border-top: 1px dashed #aaa;
}
.minh2 {
	margin-bottom: 100px;
	color: #a5a6a7;
	font-weight: bold;
	font-size: 50px;
	text-align: center;
	line-height: 60px;
}
.rh2 {
	margin-bottom: 30px;
	color: #282828;
	font-weight: bold;
	font-size: 40px;
	line-height: 110px;
}
.rh3 {
	color: #282828;
	font-weight: bold;
	font-size: 30px;
	line-height: 60px;
}
.rp {
	color: #5d5d5d;
	font-size: 30px;
	line-height: 60px;
}

.footul {
	display: flex;
	justify-content: space-between;
	width: 1310px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.footul li {
	color: #5d5d5d;
}
.footul dl dt {
	color: #282828;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
}
.footul dl dt:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 26px;
    margin-top: -3px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: #0a77bf;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.footul dl dd {
	font-size: 22px;
    padding-left: 20px;
    line-height: 40px;
}
