a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0;
}

img {
	width: 100%;
	height: auto;
}

body {
	padding-bottom: 60px;
}

.fixb {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-top: #f5f5f5;
	z-index: 999;
	background: #fff;
}

.fixb ul {
	overflow: hidden;
	zoom: 1;
	border-top: #f5f5f5 solid 1px;
}

.fixb ul li {
	width: 24.5%;
	padding: 15px 0px;
	text-align: center;
	color: #cf2829;
	float: left;
}

.fixb ul li a {
	display: block;
	width: 100%;
	border-right: #f5f5f5 solid 1px;
	line-height: 44px;
}

.fixb ul li:last-child a {
	border-right: none;
}

.toplink {
	width: 98%;
	margin: 15px auto;
	overflow: hidden;
	zoom: 1;
}

.toplink a {
	display: block;
	width: 23%;
	margin: 5px 1%;
	float: left;
	background-color: #f5fbff;
	color:#143697;
	border-radius: 5px;
	border: 1px solid #143697;
	height: 3.2rem;
	line-height: 3.2rem;
	text-align: center;
	font-weight: bold;
}

.news h2 {
	border-bottom: #f5f5f5 solid 1px;
	line-height: 0.5;
	padding-bottom: 5px;
}

.news h2 a {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	color: #333;
	line-height: 3rem;
	font-size: 1.8rem;
	font-weight: bold;
	border-left: #143697 solid 5px;
	padding-left: 15px;
}

.newsw {
	width: 90%;
	margin: 15px auto;
	font-size: 1.6rem;
	border-bottom: #f5f5f5 dashed 1px;
	padding-bottom: 5px;
}

.newbot {
	margin-top: 10px;
	color: #999;
	font-size: 1.4rem;
	text-align: right;
}

.newbotr{
	margin-top: 10px;
	color: #d2686a;
	font-size: 1.4rem;
	display: flex;
	justify-content: flex-end;
}

.newbotr span{
	display: block;
	text-align: center;
	width: 6vw;
	border: 1px solid #d2686a;
	border-radius: 3px;
}

.pic {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.newsw .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.more{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.6rem;
}
.more>img{
	width: 5vw;
	margin-left: 2vw;
}

.news{
	border-bottom: 3.5vh solid #f5f5f5;
	padding-bottom: 2vh;
}


.slide2 {
	height: 15rem;
}

.slide2 .swiper-slide {
	width: 30rem;
	height: 15rem;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.slide2 .swiper-slide p {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	height: 35px;
	color: #fff;
	line-height: 35px;
	margin: 0;
	padding: 0 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slide2 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.slide2 .swiper-slide-next,
.slide2 .swiper-slide-prev {
	height: 12rem;
}

.slide2 .swiper-wrapper {
	display: flex;
	align-items: center;
}

.swiper-container {
	display: flex;
}

.footer {
	text-align: center;
	margin-top: 20px;
}

.back{
	position: fixed;
	width: 12vw;
	height: 12vw;
	right: 0;
	bottom: 10vh;
	border: 1px solid #ddd;
	padding: 8px;
	background-color: #fff;
	border-radius: 5px;
}