@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	text-align: left;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

.clear::after {
	content: "";
	clear: both;
	display: block;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.group {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.group .groupBox {
	flex: 0 0 580px;
}

.pubMb50 {
	margin-bottom: 50px;
}

.pubMb30 {
	margin-bottom: 30px;
}

.main {
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
}

@media (max-width: 767px) {
	.wrap {
		width: auto;
		margin: 0 10px;
	}

	.group {
		width: auto;
		margin: 0 10px;
		display: block;
	}

	.group .groupBox {
		margin-bottom: 25px;
	}

	.pubMb50 {
		margin-bottom: 25px;
	}

	.pubMb30 {
		margin-bottom: 15px;
	}

	.main {
		background-size: 800px auto;
		padding-top: 30px;
	}
}

.container {
	text-align: center;
}
/* 
.header {
	width: auto;
	height: 140px;
}

.header .wrap {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .wrap .logo {
	flex: 0 0 191px;
	height: 63px;
}

.header .wrap .logo a,
.header .wrap .logo img {
	width: auto;
	height: 100%;
	display: inline-block;
}

.header .wrap .info {
	flex: 0 0 915px;
	height: 80px;
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 16px;
	text-align: left;
	color: #6a6a6a;
	line-height: 20px;
}

@media (max-width: 767px) {
	.header {
		height: auto;
		padding: 20px 0;
	}

	.header .wrap {
		height: auto;
		display: block;
	}

	.header .wrap .logo {
		height: 30px;
		text-align: center;
		margin-bottom: 15px;
	}

	.header .wrap .info {
		height: auto;
		font-size: 14px;
	}
} */

.pubNews4 {
	width: auto;
	position: relative;
}

.pubNews4 .swiper-container {
	width: auto;
	padding-bottom: 50px;
	overflow: hidden;
}

.pubNews4 .swiper-slide {
	width: 960px;
	height: auto;
	overflow: hidden;
	border-radius: 8px;
	border: 3px solid #cfcfcf;
}

.pubNews4 .swiper-slide .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	padding: 20px 5px 20px 5px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: rgba(67, 35, 33, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(67, 35, 33, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
	background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
	font-weight: bolder;
}

.pubNews4 .swiper-slide .tit a {
	color: #fff;
	height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pubNews4 .swiper-slide .tit h3 {
	font-size: 22px;
	font-weight: bolder;
	margin-bottom: 5px;
}

.pubNews4 .swiper-slide .tit p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

.pubNews4 .swiper-slide-active:after {
	display: none;
}

.pubNews4 .swiper-slide img {
	width: 100%;
	height: 540px;
	display: block;
	object-fit: cover;
}

.pubNews4 .swiper-button-prev,
.pubNews4 .swiper-button-next {
	width: 52px;
	height: 78px;
	top: 48%;
	transform: translateY(-50%);
}

.pubNews4 .swiper-button-prev::after,
.pubNews4 .swiper-button-next::after {
	display: none;
}

.pubNews4 .swiper-button-prev {
	background: url(../images/btn_left.png) 0 0 no-repeat;
	right: auto;
	left: -70px;
}

.pubNews4 .swiper-button-next {
	background: url(../images/btn_right.png) 100% 100% no-repeat;
	left: auto;
	right: -70px;
}

.pubNews4 .swiper-button-prev:hover,
.pubNews4 .swiper-button-next:hover {
	opacity: 0.9;
}

.pubNews4 .swiper-pagination {
	text-align: center;
}

.pubNews4 .swiper-pagination .swiper-pagination-bullet-active {
	background: #2883ca;
}


@media (max-width: 767px) {
	.pubNews4 {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.pubNews4 .swiper-container {
		width: 100%;
		padding-bottom: 30px;
	}

	.pubNews4 .swiper-slide {
		width: 100%;
		height: auto;
		border-width: 2px;
	}

	.pubNews4 .swiper-slide img {
		height: 220px;
	}

	.pubNews4 .swiper-slide .tit {
		padding: 15px 10px;
		font-size: 16px;
	}

	.pubNews4 .swiper-pagination {
		bottom: 0;
	}
}

/* 公共标题 */
.pubTitle {
	width: auto;
	height: 24px;
	text-align: left;
	font-size: 0;
	padding: 0 5px;
}

.pubTitle a,
.pubTitle img {
	height: 24px;
	display: inline-block;
	vertical-align: top;
}


@media (max-width: 767px) {

	.pubTitle,
	.pubTitle a,
	.pubTitle img {
		height: 20px;
	}
}

.pubNews1 {
	width: 1240px;
	margin: 0 -20px;
	position: relative;
	overflow: hidden;
}

.pubNews1 .swiper-container {
	width: auto;
	margin: 0 20px;
	padding: 0 0 50px;
}

.pubNews1 .swiper-slide {
	text-align: center;
}

.pubNews1 .swiper-pagination {
	text-align: center;
}

.pubNews1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #2883ca;
}

.pubNews1 .lmBox {
	background: #fff;
	width: auto;
	height: 360px;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
	border-radius: 15px;
	overflow: hidden;
}

.pubNews1 .lmBox>a,
.pubNews1 .lmBox>a img {
	width: 100%;
	height: 163px;
	display: block;
	object-fit: cover;
}

.pubNews1 .lmBox>ul {
	list-style: none;
	padding: 15px;
}

.pubNews1 .lmBox>ul li {
	text-align: left;
}

.pubNews1 .lmBox>ul li a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 40px;
}

@media (max-width: 767px) {
	.pubNews1 {
		width: auto;
		margin: 0;
	}

	.pubNews1 .swiper-container {
		margin: 0;
		padding: 0 0 45px;
	}

	.pubNews1 .lmBox {
		border-radius: 8px;
		border: 2px solid #cfcfcf;
	}

	.pubNews1 .lmBox>ul li a {
		font-size: 14px;
	}
}

.pubNews2 {
	background: #fff;
	width: 580px;
	height: 310px;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
	border-radius: 15px;
	overflow: hidden;
}

.pubNews2 .swiper-container {
	position: relative;
	margin: 15px;
	padding: 0 0 50px;
}

.pubNews2 .swiper-slide {
	text-align: center;
}

.pubNews2 .swiper-slide>a {
	display: block;
}

.pubNews2 .swiper-slide>a i {
	background: url(../images/btn_play.png);
	background-size: 100%;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 55px;
	left: 50%;
	z-index: 9;
	margin: 0 0 0 -22.5px;
	transition: all 0.5s;
}

.pubNews2 .swiper-slide>a img {
	width: 100%;
	height: 155px;
	display: block;
	object-fit: cover;
	margin-bottom: 15px;
}

.pubNews2 .swiper-slide>a p {
	height: 72px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

@media (max-width: 767px) {
	.pubNews2 {
		width: auto;
		height: auto;
		border-radius: 8px;
		border: 2px solid #cfcfcf;
	}

	.pubNews2 .swiper-container {
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	
	.pubNews2 .swiper-slide>a i {
		width: 35px;
		height: 35px;
		top: 45px;
	}
	
	.pubNews2 .swiper-slide>a img {
		height: 120px;
		margin-bottom: 10px;
	}

	.pubNews2 .swiper-slide>a p {
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}
}