* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

body {
	font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	color: #323232;
	text-align: left;
	min-width: 1280px;
}

a:link,
a:visited,
a:active {
	transition: color 0.5s;
	color: #323232;
	text-decoration: none;
}

a:hover {
	color: #3c72ca;
}

img {
	display: block;
}

.clear {
	clear: both;
}

.cont1200 {
	width: 1200px;
	margin: 0 auto;
}

.container {
	width: auto;
	position: relative;
	min-width: 1280px;

.pubTit {
	height: 60px;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
}

.pubTit h3 {
	min-width: 180px;
	height: 60px;
	background: url(../images/title_bg.png) no-repeat center bottom;
	font-size: 32px;
	line-height: 48px;
	color: #3c72ca;
	font-weight: 600;
	display: inline-block;
}

.pubTit span {
	position: absolute;
	top: 10px;
	right: 0;
}

.pubTit span a {
	display: block;
	width: 150px;
	height: 40px;
	border-radius: 40px;
	background: #479e8c;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}

.pubTit span a:hover {
	background: #3c72ca;
}

.mainXwzx {
	padding-top: 45px;
	padding-bottom: 60px;
}

.mainXwzx .xwzxSwiper {
	width: 640px;
	height: 430px;
	float: left;
}

.mainXwzx .xwzxSwiper .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.mainXwzx .xwzxSwiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.mainXwzx .xwzxSwiper .swiper-slide a,
.mainXwzx .xwzxSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainXwzx .xwzxSwiper .swiper-slide .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	background: rgba(0, 0, 0, 0.5);
}

.mainXwzx .xwzxSwiper .swiper-pagination {
	width: auto;
	left: auto;
	top: auto;
	bottom: 12px;
	right: 20px;
	color: #fff;
}

.mainXwzx .xwzxSwiper .swiper-slide .mask a {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 55px;
	color: #fff;
	padding: 0 80px 0 20px;
}

.mainXwzx .xwzxList {
	width: 505px;
	height: 430px;
	float: right;
}

.mainXwzx .xwzxList ul {
	list-style: none;
}

.mainXwzx .xwzxList li {
	border-bottom: 1px dashed #bfbfbf;
	position: relative;
}

.mainXwzx .xwzxList li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #3c72ca;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.mainXwzx .xwzxList li a {
	display: block;
	padding-left: 25px;
	font-size: 18px;
	line-height: 60px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.mainDhx {
	background: url(../images/main_bg.jpg) no-repeat top center;
	background-size: auto 100%;
	padding-top: 45px;
	padding-bottom: 60px;
}

.mainDhx .dhxList {
	text-align: center;
	overflow: hidden;
}

.mainDhx .dhxList .listSlide {
	width: 240px;
	height: 570px;
	float: left;
	position: relative;
}

.mainDhx .dhxList .listSlide .slideImg {
	width: 240px;
	height: 428px;
	overflow: hidden;
}

.mainDhx .dhxList .listSlide .slideImg a,
.mainDhx .dhxList .listSlide .slideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.mainDhx .dhxList .listSlide .slideTit {
	height: 142px;
	background: url(../images/slide_sj.png) no-repeat top center;
	background-position: 114px 40px;
	position: absolute;
	top: 428px;
	left: 0;
	transition: background 0.5s;
}

.mainDhx .dhxList .listSlide .slideTit::before {
	content: '01';
	padding-top: 10px;
	margin-bottom: 15px;
	display: block;
	font-size: 18px;
	color: #636363;
	transition: color 0.5s;
}

.mainDhx .dhxList .listSlide:nth-child(2) .slideTit::before {
	content: '02';
}

.mainDhx .dhxList .listSlide:nth-child(3) .slideTit::before {
	content: '03';
}

.mainDhx .dhxList .listSlide:nth-child(4) .slideTit::before {
	content: '04';
}

.mainDhx .dhxList .listSlide:nth-child(5) .slideTit::before {
	content: '05';
}

.mainDhx .dhxList .listSlide .slideTit a {
	display: block;
	padding: 0 15px;
	font-size: 18px;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mainDhx .dhxList .listSlide:nth-child(2) .slideTit,
.mainDhx .dhxList .listSlide:nth-child(4) .slideTit {
	position: static;
}

.mainDhx .dhxList .listSlide:hover .slideImg img {
	transform: scale(1.05);
}

.mainDhx .dhxList .listSlide:hover .slideTit::before,
.mainDhx .dhxList .listSlide:hover .slideTit a {
	color: #3c72ca;
}

.mainDhx .dhxList .listSlide:hover .slideTit {
	background: url(../images/slide_sj1.png) no-repeat top center;
	background-position: 114px 40px;
}

.mainLt {
	padding-top: 45px;
	padding-bottom: 60px;
}

.mainLt .ltList {
	text-align: left;
	overflow: hidden;
}

.mainLt .ltList .colLeft {
	width: 570px;
	float: left;
	overflow: hidden;
}

.mainLt .ltList .colRight {
	width: 570px;
	float: right;
	overflow: hidden;
}

.mainLt .ltList .listSlide {
	width: 275px;
	height: 208px;
	float: left;
	position: relative;
}

.mainLt .ltList .listSlide .slideImg {
	width: 275px;
	height: 155px;
	overflow: hidden;
}

.mainLt .ltList .listSlide .slideImg a,
.mainLt .ltList .listSlide .slideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.mainLt .ltList .listSlide:hover .slideImg img {
	transform: scale(1.05);
}

.mainLt .ltList .listSlide .slideTit {
	text-align: justify;
}

.mainLt .ltList .listSlide .slideTit a {
	display: block;
	padding: 5px 0;
	font-size: 18px;
	line-height: 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mainLt .ltList .colLeft .listSlide:nth-child(1),
.mainLt .ltList .colRight .listSlide:nth-child(3) {
	float: none;
	clear: both;
	width: 570px;
	height: 320px;
	margin-bottom: 20px;
}

.mainLt .ltList .colRight .listSlide:nth-child(3) {
	margin-bottom: 0;
}

.mainLt .ltList .colLeft .listSlide:nth-child(1) .slideImg,
.mainLt .ltList .colRight .listSlide:nth-child(3) .slideImg {
	width: 570px;
	height: 320px;
}

.mainLt .ltList .colLeft .listSlide:nth-child(1) .slideTit,
.mainLt .ltList .colRight .listSlide:nth-child(3) .slideTit {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 40px;
}

.mainLt .ltList .colLeft .listSlide:nth-child(1) .slideTit a,
.mainLt .ltList .colRight .listSlide:nth-child(3) .slideTit a {
	color: #fff;
	padding: 0 15px;
	line-height: 40px;
	-webkit-line-clamp: 1;
}

.mainLt .ltList .colRight .listSlide:nth-child(1),
.mainLt .ltList .colLeft .listSlide:nth-child(2) {
	margin-right: 20px;
}

.mainLt .ltList .colRight .listSlide:nth-child(1),
.mainLt .ltList .colRight .listSlide:nth-child(2) {
	margin-bottom: 20px;
}

.mainLt .ltList .listSlide:hover .slideTit a {
	color: #3c72ca;
}

.mainXy {
	background: url(../images/main_bg1.jpg) no-repeat top center;
	background-size: auto 100%;
	padding-top: 45px;
	padding-bottom: 60px;
}

.mainXy .xyList {
	text-align: left;
	overflow: hidden;
}

.mainXy .xyList .listSlide {
	width: 285px;
	height: 270px;
	float: left;
	margin-right: 20px;
}

.mainXy .xyList .listSlide:nth-child(4n) {
	margin-right: 0;
}

.mainXy .xyList .listSlide .slideImg {
	width: 285px;
	height: 195px;
	overflow: hidden;
}

.mainXy .xyList .listSlide .slideImg a,
.mainXy .xyList .listSlide .slideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.mainXy .xyList .listSlide .slideTit {
	text-align: justify;
}

.mainXy .xyList .listSlide .slideTit a {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	line-height: 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mainXy .xyList .listSlide:hover .slideImg img {
	transform: scale(1.05);
}

.mainXy .xyList .listSlide:hover .slideTit a {
	color: #3c72ca;
}

.mainGzhd {
	background: url(../images/main_bg2.jpg) no-repeat bottom center;
	padding-top: 45px;
	padding-bottom: 60px;
}

.mainGzhd .gzhdCont {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.mainGzhd .gzhdCont .contPicnews {
	width: 585px;
	height: 380px;
	float: left;
	position: relative;
	overflow: hidden;
}

.mainGzhd .gzhdCont .contPicnews a{
	display: block;
}

.mainGzhd .gzhdCont .contPicnews img {
	width: 585px;
	height: 380px;
	object-fit: cover;
	transition: all 0.5s;
}

.mainGzhd .gzhdCont .contPicnews .newsTit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
}

.mainGzhd .gzhdCont .contPicnews .newsTit a {
	display: block;
	padding: 0 15px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.mainGzhd .gzhdCont .contPicnews:hover img {
	transform: scale(1.05);
}

.mainGzhd .gzhdCont .contList {
	width: 615px;
	height: 380px;
	float: right;
}

.mainGzhd .gzhdCont .contList ul {
	list-style: none;
	padding: 15px 30px;
}

.mainGzhd .gzhdCont .contList li {
	position: relative;
}

.mainGzhd .gzhdCont .contList li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #3c72ca;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.mainGzhd .gzhdCont .contList li a {
	display: block;
	padding-left: 25px;
	font-size: 18px;
	line-height: 50px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.mainMtbd {
	padding-top: 45px;
	padding-bottom: 60px;
}

.mainMtbd .groupAll{
	overflow: hidden;
}

.mainMtbd .mtbdGroup{
	width: 385px;
	height: 330px;
	float: left;
	margin-right: 20px;
}

.mainMtbd .mtbdGroup:nth-child(3n){
	margin-right: 0;
}

.mainMtbd .mtbdGroup .groupPicnews {
	width: 385px;
	height: 240px;
	position: relative;
	overflow: hidden;
}

.mainMtbd .mtbdGroup .groupPicnews a{
	display: block;
}

.mainMtbd .mtbdGroup .groupPicnews img {
	width: 385px;
	height: 240px;
	object-fit: cover;
	transition: all 0.5s;
}

.mainMtbd .mtbdGroup .groupPicnews .newsTit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
}

.mainMtbd .mtbdGroup .groupPicnews .newsTit a {
	display: block;
	padding: 0 15px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.mainMtbd .mtbdGroup .groupPicnews:hover img {
	transform: scale(1.05);
}

.mainMtbd .mtbdGroup .groupList {
	width: auto;
	height: 89px;
	border: 1px solid #e8e8e8;
	border-top: 0;
}

.mainMtbd .mtbdGroup .groupList ul {
	list-style: none;
	padding: 3px 20px;
}

.mainMtbd .mtbdGroup .groupList li {
	position: relative;
}

.mainMtbd .mtbdGroup .groupList li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #3c72ca;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.mainMtbd .mtbdGroup .groupList li a {
	display: block;
	padding-left: 12px;
	font-size: 18px;
	line-height: 40px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
