* {
	padding: 0;
	margin: 0;
}

.wap {
	width: 1200px;
	margin: 0 auto;
}

.list-content .max-width .content img {
	max-width: 100%;
	margin: 0 auto;
}

a {
	color: #000000;
	text-decoration: none;
}

li {
	list-style: none;
}

.max {
	width: 100%;
	height: 100%;
}

.dis-al {
	display: flex;
	align-items: center;
}

.dis-bet {
	display: flex;
	justify-content: space-between;
}

.title-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cursor {
	cursor: pointer;
}

.top {
	background: #205db1;
	width: 100%;
	padding: 20px 0;
}

.top .wap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	height: 90px;
}

.logo a span {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-family: '楷体';
	position: relative;
	left: -18px;
	letter-spacing: 2px;
}

.top .fr .ss {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 50px;
	padding: 5px 10px;
}

.top .fr .ss input {
	border: 0;
	outline: none;
}

.top .fr .contact {
	background-color: #ffffff;
	color: #205db1;
	margin-left: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
}

.nav {
	/* position: absolute; */
	width: 100%;
	z-index: 9;
	/* background-color: rgba(255, 255, 255, 0.8); */
}

.nav .one-ul {
	display: flex;
}

.nav .one-ul .one-li {
	width: 12.5%;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	position: relative;
}

.nav .two-ul,
.nav-m .two-ul {
	display: none;
}

.nav-m .one-more {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-m .two-ul li {
	padding-left: 1em;
}

.nav-m .two-ul li:last-child {
	border-bottom: 0;
}

.one-more .down {
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}

.nav .one-ul .one-li:hover .two-ul {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 100;
	color: #000000;
	background: #fff;
}

.nav .one-ul .one-li:hover .two-ul li {
	width: 100%;
}

.nav .one-ul .one-li .two-ul li a {
	color: #000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 24px !important;
}

.swiper-button-prev,
.swiper-button-next {
	padding: 0 !important;
}

.nav .one-ul .active {
	background-color: #205db1;
}

.nav .one-ul .active a {
	color: #ffffff;
}

.nav .one-ul .one-li:hover {
	background-color: rgba(32, 93, 177, 0.8);
}

.nav .one-ul .one-li:hover a {
	color: #ffffff;
}

.nav .two-ul li:hover {
	background-color: rgba(32, 93, 177, 0.8);
}

.nav .two-ul li:hover a {
	color: #ffffff !important;
}

.mySwiper {
	width: 100%;
	/* height: 480px; */
}

/* .swiper-slide-0 {
	max-width: 1200px !important;
} */

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* 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;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
	padding: 10px 5px;
	background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev:after,
.swiper-button-next:after {
	color: #ffffff;
}

.swiper-button {
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.swiper-button-prev {
	left: 0 !important;
}

.swiper-button-next {
	right: 0 !important;
}

.mask-left {
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	width: 100%;
	height: 480px;
	z-index: 99;
	left: -1200px;
}

.mask-right {
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	width: 100%;
	height: 480px;
	z-index: 99;
	right: -1200px;
}

.news {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.news .fl {
	width: 59.2%;
}

.news .fr {
	width: 39%;
}

.news .news-swiper {
	width: 54%;
}

.news .news-swiper .swiper-slide {
	position: relative;
}


.news .news-swiper .swiper-slide .title {
	position: absolute;
	bottom: 0;
	padding: 8px 10px;
	background-color: rgba(0, 0, 0, 0.7);
	width: calc(100% - 20px);
	font-size: 16px;
	color: #ffffff;
}


.news .swiper {
	height: 230px;
	/* height: 100%; */
}

.h-title {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d0d0d0;
	line-height: 40px;
	font-size: 26px;
	font-weight: bold;
}

.h-title img {
	width: 40px;
	margin-right: 5px;
}

.h-title .p {
	border-bottom: 3px solid #205db1;
	color: #205db1;
	display: flex;
	align-items: center;
}

.h-title .more {
	color: #737373;
	font-weight: 400;
	font-size: 16px;
}

.h-title .more:hover {
	color: #205db1;
}

.news .content {
	display: flex;
	justify-content: space-between;
}

.news .content .list {
	width: 43%;
}

.news .list ul li {
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	border-bottom: 1px solid #d0d0d0;
}

.news .sd-list ul li {
	height: auto;
	font-size: 16px;
	line-height: 39px;
	border-bottom: 1px solid #d0d0d0;
}

.news .list ul li a {
	align-items: center;
}

.news .list ul li a:hover {
	color: #205db1;
}

.news .list ul li .cont {
	font-size: 15px;
	width: calc(100% - 55px);
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.news .lin-2 ul li .cont {
	font-size: 15px;
	width: calc(100% - 55px);
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.news .list ul li .time {
	color: #737373;
}

.express {
	margin-top: 30px;
}

.express .express-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.express .express-list .li {
	width: calc(50% - 25px);
	background-color: #d0d0d0;
	margin-bottom: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
}

.express .express-list .li a {
	color: #fff;
}

.express .express-list .li img {
	width: 30px;
	margin-right: 10px;
}

.function {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.function .fl {
	width: 29%;
}

.function .fc {
	width: 29%;
}

.function .fr {
	width: 39%;
}

.mySwiper-2,
.mySwiper-3 {
	height: 250px;
}

.mySwiper-2 .title,
.mySwiper-3 .title {
	position: absolute;
	bottom: 0;
	padding: 8px 10px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	font-size: 16px;
	color: #ffffff;
}

.function .list ul li {
	/* height: 45px; */
	font-size: 15px;
	line-height: 40px;
	border-bottom: 1px solid #d0d0d0;
}

.function .list ul li a {
	align-items: center;
}

.function .list ul li a:hover .cont {
	color: #205db1;
}

.function .list ul li a span:first-child {
	width: calc(100% - 55px);
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.link .list {
	display: flex;
	flex-wrap: wrap;
}

.link .list li {
	margin-right: 40px;
}

.footer {
	margin-top: 40px;
	background-color: #205db1;
}

.footer .wap {
	padding: 60px 0;
	color: #fff;
}

.footer .wap .fl {
	width: 69%;
	line-height: 35px;
	font-size: 14px;
}

.footer .wap .link a {
	color: #fff;
	margin-right: 20px;
}

.footer .address span {
	margin-left: 20px;
}

.footer .dis-al {
	justify-content: space-between;
}

.footer .wap .fr {
	width: 25%;
	display: flex;
	justify-content: space-between;
}

.footer .wap .fr .code {
	width: calc(50% - 60px);
	border: 1px solid #ffffff;
	padding: 15px;
	position: relative;
}

.footer .wap .fr .code img {
	width: 100%;
}

.footer .wap .fr .code .title {
	position: absolute;
	width: max-content;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 10px;
	background-color: #205db1;
	font-size: 14px;
}

.contact {
	position: fixed;
	right: 20px;
	background-color: #205db1;
	top: 45%;
	z-index: 999;
	padding: 10px;
	border-radius: 10px;
}

.contact .cont {
	text-align: center;
	color: #fff;
}

.contact .cont img {
	width: 40px;
	margin: auto;
	margin-bottom: 5px;
}

.contact .cont {
	width: 60px;
	height: 60px;
	position: relative;
	cursor: pointer;
}

.contact .cont .cont-show {
	display: none;
	position: absolute;
	width: max-content;
	background-color: #205db1;
	right: 60px;
	top: -10px;
	line-height: 80px;
	padding: 0px 30px;
	border-radius: 10px 0 0 10px;
}

.contact .cont:hover .cont-show {
	display: block;
}

.contact .cont .title {
	font-size: 14px;
}

.menu,
.min-wap,
.nav-m {
	display: none;
}

@media screen and (max-width:980px) {
	.nav-m {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		background-color: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100%;
	}

	.nav-show {
		position: absolute;
		right: 0;
		width: calc(60% - 40px);
		height: 100%;
		background-color: #ffffff;
		padding: 10px 20px;
	}

	.nav-show .close {
		font-size: 34px;
		font-weight: 200;
	}

	.nav-show ul li {
		line-height: 35px;
		border-bottom: 1px solid #d0d0d0;
	}

	.wap {
		width: calc(100% - 30px);
	}

	.top .fr {
		display: none;
	}

	.top {
		padding: 10px 0;
	}

	.top .logo {
		width: calc(100% - 50px);
	}

	.logo img {
		height: 60px;
	}

	.logo a span {
		font-size: 18px;
		left: -10px;
	}

	.swiper-button,
	.nav {
		display: none;
	}

	.menu {
		display: block;
	}

	.menu img {
		width: 30px;
	}

	.news {
		flex-direction: column;
	}

	.news .fl,
	.news .fr {
		width: 100%;
	}

	.news .fr {
		margin-top: 20px;
	}

	.function {
		flex-direction: column;
	}

	.function>div {
		width: 100% !important;
	}
}

@media screen and (max-width:760px) {

	.contact {
		display: none;
	}

	.top .wap {
		margin: 0 5px;
		width: calc(100% - 10px);
	}

	.top .logo {
		width: calc(100% - 30px);
	}

	.min-wap {
		display: block;
		font-size: 14px !important;
	}

	.max-wap {
		display: none;
	}

	.logo img {
		height: 50px;
	}

	.news .content {
		flex-direction: column;
	}

	.news .news-swiper {
		width: 100%;
	}

	.news .content .list {
		width: 100%;
	}

	.news {
		margin-top: 20px;
	}

	.footer .dis-al {
		padding: 40px 0;
		flex-direction: column-reverse;
	}

	.footer .wap .fl {
		width: 100%;
		margin-top: 20px;
	}

	.footer .wap .link,
	.footer .address {
		display: none;
	}

	.footer .wap .fr {
		width: 100%;
	}
}

.banner img {
	width: 100%;
	/* height: 360px; */
	object-fit: cover;
	display: block;
}

.nav-header {
	background-color: #f5f5f5;
	line-height: 60px;
}

.nav-header .wap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-header .title {
	width: 240px;
	background-color: #205db1;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.nav-header .address {
	font-size: 14px;
	color: #737373;
}

.nav-header .address a {
	color: #737373;
}

.nav-header .address img {
	margin-right: 5px;
}

.nav-header .address a {
	margin: 0 5px;
}

.nav-header .address a:hover {
	color: #205db1;
	text-decoration: underline;
}

.list-content {
	display: flex;
	justify-content: space-between;
}

.list-content .fl {
	width: 240px;
	background-color: #f5f5f5;
}

.list-content .fl ul li {
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}

.list-content .fl ul li:hover {
	background-color: rgba(32, 93, 177, 0.9);
}

.list-content .fl ul li:hover a {
	color: #ffffff;
}

.list-content .fl ul .active {
	background-color: rgba(32, 93, 177, 0.9);
	color: #ffffff;
	font-weight: bold;
}

.list-content .fl ul .active a {
	color: #ffffff;
}

.list-content .fr {
	width: calc(100% - 280px);
	padding: 20px 0;
}

.list-content .fr .content .h {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.list-content .fr .content .p {
	line-height: 1.5;
        font-family: 宋体;
}

.list-content .fr .new-list ul li a {
	display: flex;
	font-size: 15px;
	justify-content: space-between;
	line-height: 40px;
	border-bottom: 1px solid #d0d0d0;
}

.list-content .fr .new-list ul li a .title {
	width: calc(100% - 140px);
}

.list-content .fr .new-list ul li a .time {
	color: #737373;
}

.list-content .fr .new-list-img ul li a img {
	/* width: 160px;
	height: 90px;
	object-fit: cover; */
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.list-content .fr .article-time {
	text-align: center;
	color: #737373;
	margin-bottom: 10px;
	position: relative;
	top: -15px;
}
.new-list-img ul {
    display: flex;
    flex-wrap: wrap;
}

.new-list-img li {
    /* margin-bottom: 20px; */
    /* display: flex; */
    /* font-size: 15px;*/
    width: calc(25% - 20px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 15px;
    margin-right: 20px;
}

.new-list-img li a:last-child {
    /* margin-left: 10px; */
    /* display: flex; */
    /* padding: 5px 0; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    display: flex;
    padding: 5px 0;
    flex-direction: column;
    justify-content: space-between;
}

.new-list-img li a .title {
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-list-img li a .time {
	color: #737373;
}

.max-width {
	width: 100% !important;
}

@media screen and (max-width:980px) {
	.list-content .fl {
		display: none;
	}

	.list-content .fr {
		width: 100%;
	}

	.nav-header .title {
		display: none;
	}

}


@media screen and (max-width:640px) {
	.new-list-img li {
		width: calc(33% - 20px);
		margin: 0 10px;
	}

	.elite-list-img ul li {
		width: calc(33% - 20px);
		margin: 0 10px;
	}

	.elite-list-img ul li .elite-img {
		width: 100%;
		height: 75%;
	}

	.elite-list-img ul li .elite-img img {
		height: auto;
	}

	.elite-list-img ul li:nth-child(4n) {
		margin-right: 10rpx;
	}
}

@media screen and (max-width:520px) {
	.new-list-img li {
		width: calc(50% - 20px);
		margin: 0 10px;
	}

	.elite-list-img ul li {
		width: calc(50% - 20px);
		margin: 0 10px;
	}

	.elite-list-img ul li .elite-img {
		width: 100%;
		height: 75%;
	}

	.elite-list-img ul li .elite-img img {
		height: auto;
	}

	.elite-list-img ul li:nth-child(4n) {
		margin-right: 10rpx;
	}
}