.swiper-slide{
	background-position: center top;
	background-size: cover;
}
.sec1 {
	background-color: #EEF1F2;
	min-height: 600px;
	position: relative;
	width: 1252px;
	margin: 0 auto;
}

.sec1 .main {
	position: absolute;
	width: 1022px;
	left: 115px;
	top: -45px;
	background: #FFFFFF;
	box-shadow: 0px 9px 18px 4px rgba(0, 71, 164, 0.17);
	z-index: 1000;
	box-sizing: border-box;
	padding: 90px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sec1 .main .info {
	width: 285px;
}

.sec1 .main .litpic {
	width: 396px;
}

.sec1 .main .litpic img {
	width: 100%;
	height: auto;
}

.sec1 .main h2 {
	font-size: 30px;
	color: #0047A4;
	margin-bottom: 30px;
}

.sec1 .main .dec {
	font-size: 20px;
	color: #0047A4;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 30px;
}

.sec1 .main p {
	font-size: 16px;
	color: #000;
	line-height: 1.6;
	margin-bottom: 40px;
}

.sec1 .main .more {
	width: 187px;
	height: 44px;
	border: 1px solid #0047A4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #0047A4;
	letter-spacing: 2px;
}

.sec1 .main .more em {
	width: 31px;
	height: 10px;
	background-image: url(../images/jt1.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.sec1 .main .more:hover {
	background-color: #0047A4;
	color: #fff;
}

.sec1 .main .more:hover em {
	background-image: url(../images/jt2.png);
}

.sec2 {
	background-color: #EEF1F2;
	min-height: 300px;
}

.sec2 .main {
	width: 1252px;
	margin: 0 auto;
	position: relative;
}

.sec2 .main h2 {
	font-weight: bold;
	font-size: 30px;
	color: #0047A4;
	padding-left: 25px;
	position: relative;
	margin-bottom: 30px;
	line-height: 1.6;
}

.sec2 .main .title {
	align-items: flex-start;
}

.sec2 .main h2::before {
	width: 6px;
	height: 36px;
	background-color: #0047A4;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
}

.sec2 .main .title .dec {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	padding-left: 25px;
	box-sizing: border-box;
	width: 372px;
	margin-bottom: 80px;
}

.sec2 .main .content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sec2 .main .content>.img {
	width: 730px;
}

.sec2 .main .content>.img img {
	width: 730px;
	height: auto;
}

.sec2 .main .info {
	/* Rectangle 20 */
	position: absolute;
	width: 605px;
	height: 640px;
	left: 640px;
	top: 0px;
	background: #FFFFFF;
	box-shadow: 0px 9px 18px 4px rgba(0, 71, 164, 0.17);
	box-sizing: border-box;
	padding: 60px 70px 40px 70px;
}

.sec2 .item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 25px;
}
.sec2 .item.last{
	margin-bottom: 60px;
}
.sec2 .item .dec {
	width: 614px;
	color: #000000;
	line-height: 2em;
	font-size: 16px;
}

.sec2 .item .dec p {
	margin-bottom: 60px;
}

.sec2 .item .titles {
	width: 320px;
	margin-right: 70px;
}

.sec2 .item .img {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	border: 2px solid #0047A4;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}

.sec2 .item .img img {
	width: 24px;
	height: auto;
}

.sec2 .item h3 {
	font-size: 20px;
	color: #0047A4;
	height: 48px;
	line-height: 48px;
}

.sec2 .item .titles p {
	font-size: 16px;
	color: #000;
	line-height: 1.6em;
}

.sec2 .main .more {
	width: 187px;
	height: 44px;
	border: 1px solid #0047A4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #0047A4;
	letter-spacing: 2px;
	margin: 0 auto;
	margin-top: 50px;
}

.sec2 .main .more em {
	width: 31px;
	height: 10px;
	background-image: url(../images/jt1.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.sec2 .main .more:hover {
	background-color: #0047A4;
	color: #fff;
}

.sec2 .main .more:hover em {
	background-image: url(../images/jt2.png);
}

.sec3 {
	background-color: #EEF1F2;
	min-height: 300px;
	padding-top: 100px;
}

.sec3 .main {
	width: 1252px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 100px;
}

.sec3 .main .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sec3 .main h2 {
	font-weight: bold;
	font-size: 30px;
	color: #0047A4;
	padding-left: 25px;
	position: relative;
	margin-right: 40px;
	line-height: 1.6;
}

.sec3 .main h2::before {
	width: 6px;
	height: 36px;
	background-color: #0047A4;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
}

.sec3 .main .title .dec {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	padding-left: 25px;
	box-sizing: border-box;
	width: 290px;
}

.sec3 .main .more {
	width: 210px;
	height: 44px;
	border: 1px solid #0047A4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #0047A4;
	letter-spacing: 2px;
	margin: 0 auto;
}

.sec3 .main .more em {
	width: 31px;
	height: 10px;
	background-image: url(../images/jt1.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.sec3 .main .more:hover {
	background-color: #0047A4;
	color: #fff;
}

.sec3 .main .more:hover em {
	background-image: url(../images/jt2.png);
}

.sec3 .main .content {
	margin-bottom: 40px;
	height: 510px;
}

.sec3 .index_tab {
	width: 100%;
	height: 52px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	margin-top: 100px;
	padding-left: 110px;
	padding-right: 110px;
	box-sizing: border-box;
}

.sec3 .index_tab a {
	width: 186px;
	height: 52px;
	background: #FFFFFF;
	color: #0047A4;
	display: flex;
	font-size: 18px;
	color: #0047A4;
	justify-content: center;
	align-items: center;
	border: 0;
}
.sec3 .index_tab a.cur{
	background-color: #0047A4;
	color: #fff;
}

.sec3 .index_tab a:hover {
	width: 186px;
	height: 52px;
	box-shadow: 0px 9px 18px 4px rgba(0, 71, 164, 0.17);
	
	border: 0;
}

.sec3 .index_tab a:nth-child(1) i {
	width: 30px;
	height: 20px;
	margin-right: 10px;
	background-size: 100%;
	background-image: url(../images/index/i1.png);
	background-repeat: no-repeat;
	background-position: center;
}

.sec3 .index_tab a:nth-child(1).cur i {
	background-image: url(../images/index/i1_on.png);
}

.sec3 .index_tab a:nth-child(2) i {
	width: 30px;
	height: 20px;
	margin-right: 10px;
	background-size: 100%;
	background-image: url(../images/index/i2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.sec3 .index_tab a:nth-child(2).cur i {
	background-image: url(../images/index/i2_on.png);
}

.sec3 .index_tab a:nth-child(3) i {
	width: 22px;
	height: 22px;
	background-size: 100%;
	margin-right: 10px;
	background-image: url(../images/index/i3.png);
	background-repeat: no-repeat;
	background-position: center;
}

.sec3 .index_tab a:nth-child(3).cur i {
	background-image: url(../images/index/i3_on.png);
}

.sec3 .index_tab a:nth-child(4) i {
	width: 28px;
	height: 28px;
	margin-right: 10px;
	background-size: 100%;
	background-image: url(../images/index/i4.png);
	background-repeat: no-repeat;
	background-position: center;
}

.sec3 .index_tab a:nth-child(4).cur i {
	background-image: url(../images/index/i4_on.png);
}

.sec3 .cur {
	background: #0047A4 !important;
	box-shadow: 0px 9px 18px 4px rgba(0, 71, 164, 0.17);
	color: #fff !important;
	border: 0;
}

.sec3 .index_cont .list {
	display: none;
	text-align: center;
	padding: 20px;
	position: relative;
}

.sec3 .selected {
	display: block !important;
}

.sec3 .main .swiper-slide {
	width: 500px;
	height: 398px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 25px;
	overflow: hidden;
}

.sec3 .main .titles {
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 15px;
}

.sec3 .main .titles h3 {
	font-size: 20px;
	color: #000;
	line-height: 1.6;
}

.sec3 .main .titles .dec {
	font-size: 20px;
	color: #000;
	line-height: 1.6;
	font-weight: bold;
}

.sec3 .main .img {
	width: 100%;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec3 .main .img img {
	max-height: 220px;
	max-width: 100%;
}

.sec3 .swiper-container {
	margin-left: 90px;
	margin-right: 90px;
	margin-bottom: 0px;
}

.sec4 {
	background-color: #EEF1F2;
	min-height: 300px;
}

.sec4 .main {
	width: 1252px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sec4 .main h2 {
	font-weight: bold;
	font-size: 30px;
	color: #0047A4;
	padding-left: 25px;
	position: relative;
	margin-bottom: 30px;
	line-height: 1.6;
}

.sec4 .main h2::before {
	width: 6px;
	height: 36px;
	background-color: #0047A4;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
}

.sec4 .main .dec {
	font-size: 18px;
	line-height: 1.6;
	color: #000;
	padding-left: 25px;
	box-sizing: border-box;
	width: 260px;
	margin-bottom: 80px;
}

.sec4 .main .more {
	width: 187px;
	height: 44px;
	border: 1px solid #0047A4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #0047A4;
	letter-spacing: 2px;
	margin-left: 25px;
}

.sec4 .main .more em {
	width: 31px;
	height: 10px;
	background-image: url(../images/jt1.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.sec4 .main .more:hover {
	background-color: #0047A4;
	color: #fff;
}

.sec4 .main .more:hover em {
	background-image: url(../images/jt2.png);
}

.sec5 {
	background-color: #EEF1F2;
	min-height: 300px;
	padding-bottom: 80px;
}

.sec5 .main {
	width: 1252px;
	margin: 0 auto;
	position: relative;
	padding-top: 80px;
	padding-bottom: 0px;
}

.sec5 .main .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 70px;
}

.sec5 .main h2 {
	font-weight: bold;
	font-size: 30px;
	color: #0047A4;
	padding-left: 25px;
	position: relative;
	margin-right: 40px;
	line-height: 1.6;
}

.sec5 .main h2::before {
	width: 6px;
	height: 36px;
	background-color: #0047A4;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
}

.sec5 .main .title .dec {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	padding-left: 25px;
	box-sizing: border-box;
	width: 290px;
}

.sec5 .main .more {
	width: 210px;
	height: 44px;
	border: 1px solid #0047A4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #0047A4;
	letter-spacing: 2px;
	margin: 0 auto;
}

.sec5 .main .more em {
	width: 31px;
	height: 10px;
	background-image: url(../images/jt1.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.sec5 .main .more:hover {
	background-color: #0047A4;
	color: #fff;
}

.sec5 .main .more:hover em {
	background-image: url(../images/jt2.png);
}

.sec5 .main .content {
	position: relative;
}

.sec5 .main .swiper-slide {
	width: 500px;
	height: 519px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 25px;
	overflow: hidden;
}

.sec5 .main .swiper-slide h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.sec5 .main .swiper-slide .dec {
	height: 70px;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec5 .main .swiper-slide .img {
	width: 100%;
}

.sec5 .main .swiper-slide .img img {
	width: 100%;
	height: auto;
}

.sec5 .swiper-container {
	margin-left: 110px;
	margin-right: 110px;
	margin-bottom: 60px;
}

.sec6 {
	background-color: #FFFFFF;
	height: 606px;
}

.sec6 .main {
	width: 1252px;
	margin: 0 auto;
}

.sec6 .main .title {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
}

.sec6 .main h2 {
	font-weight: bold;
	font-size: 30px;
	color: #0047A4;
	padding-left: 25px;
	position: relative;
	line-height: 1.6;
}

.sec6 .wrap {
	width: 1252px;
	height: 300px;
	border: 0px solid #000;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}

.sec6 .list {
	list-style: none;
	width: 1250px;
	height: 100px;
	position: absolute;
	top: 0px;
	/*right:0px;向右*/
	left: 0px;
	/*向左*/
	animation: mymove 15s 1s infinite linear;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sec6 .list img {
	margin: 0 30px;
}

.sec6 .list2 {
	list-style: none;
	width: 1250px;
	height: 100px;
	position: absolute;
	top: 180px;
	/*right:0px;向右*/
	left: 0px;
	/*向左*/
	animation: mymove2 15s 1s infinite linear;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sec6 .list2 img {
	margin: 0 30px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 67px !important;
	height: 57px !important;
	background-color: #E7E7E7 !important;
	background-image: url(../images/index/njt.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 17px 8px !important;
}

.swiper-button-prev {
	transform: rotateY(180deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #fff !important;
	background-image: url(../images/index/jt3.png) !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.8 !important;
}

@keyframes mymove {

	/*	from{right:0px;}to{right:-500px;}*/
	/*向右*/
	from {
		left: 0px;
	}

	to {
		left: -1420px;
	}

	/*向左*/
}

@keyframes mymove2 {

	/*	from{right:0px;}to{right:-500px;}*/
	/*向右*/
	from {
		left: 0px;
	}

	to {
		left: -1320px;
	}

	/*向左*/
}


.sec6 .list:hover {
	animation-play-state: paused;
	cursor: pointer;
}

.banner {
	width: 100%;
	height: 818px;
	position: relative;
}

.banner .bgs {
	background-image: url(../images/index/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

.bg {
	position: relative;
	background-color: #EEF1F2;
}

.banner .content {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.banner .title {
	font-style: normal;
	font-weight: 600;
	font-size: 52px;
	line-height: 59px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.banner .dec {
	font-style: normal;
	font-weight: 450;
	font-size: 30px;
	line-height: 43px;
	text-align: center;
	color: #FFFFFF;

}

.mlitpic {
	display: none;
}

.mbanner {
	display: none;
}

.mlist {
	display: none;
}
@media screen and (max-width: 1700px) {
	.banner{
		height: 42vw;
	}
}
@media screen and (max-width: 1400px) {
	.banner{
		height: 42vw;
	}
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 750px) {
	.banner {
		display: none;
	}

	header {
		margin-left: 0 !important;
		left: 0 !important;
		top: 0 !important;
	}

	.mbanner {
		display: block;
		position: relative;
	}

	.mlitpic {
		display: block;
	}

	.sec1,
	.sec2,
	.sec3,
	.sec4,
	.sec5,
	.sec6 {
		width: 100%;
		min-height: auto;
	}

	.sec1 .main {
		position: relative;
		width: 90vw;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		padding: 1rem;
		flex-direction: column;
		top: -1.5rem
	}

	.sec1 .main .info {
		width: 100%;
	}

	.sec1 .main h2 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	.sec1 .main .dec {
		font-size: 0.8rem;
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
	}

	.sec1 .main p {
		font-size: 0.6rem;
		margin-bottom: 0.5rem;
	}

	.sec1 .mlitpic {
		width: 100%;
		height: auto;
	}

	.sec1 .mlitpic img {
		width: 100%;
		height: auto;
	}

	.sec1 .main .litpic {
		width: 100%;
		height: auto;
		display: none;
	}

	.sec1 .main .litpic img {
		width: 100%;
		height: auto;
	}

	.sec1 .main .more {
		width: 35vw;
		height: 1.5rem;
		font-size: 0.6rem;
		border: 1px solid #0047A4;
	}

	.sec1 .main .more em {
		background-size: 20px auto;
		margin-left: 5px;
	}

	.sec2 .main {
		width: 90vw;
	}

	.sec2 .main h2 {
		font-size: 1rem;
		padding-left: 0.5rem;
	}

	.sec2 .main h2::before {
		width: 2px;
		height: 1rem;
		margin-top: -0.5rem;
	}

	.sec2 .main .title {
		display: flex;
		justify-content: space-between;
	}

	.sec2 .main .title .dec {
		font-size: 0.6rem;
		width: 50vw;
		padding-left: 0;
		margin-bottom: 2rem;
	}

	.sec2 .main .content>.img {
		display: none;
	}

	.sec2 .main .info {
		position: relative;
		width: 100%;
		height: auto;
		background-color: transparent;
		left: 0;
		padding: 0;
		box-shadow: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.sec2 .main .info .item {
		width: 40vw;
		flex-direction: column;
		margin-bottom: 1rem;
	}

	.sec2 .item .titles {
		width: auto;
		margin-right: 0;
	}

	.sec2 .item .titles p {
		font-size: 0.6rem;
	}

	.sec2 .item h3 {
		font-size: 0.8rem;
	}

	.sec2 .item .img img {
		width: 0.8rem;
	}

	.sec2 .item .img {
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 50%;
		border: 1px solid #0047A4;
	}

	.sec2 .main .more {
		width: 35vw;
		height: 1.5rem;
		font-size: 0.6rem;
		border: 1px solid #0047A4;
	}

	.sec2 .main .more em {
		background-size: 20px auto;
		margin-left: 5px;
	}

	.sec3 {
		padding-top: 3rem;
	}

	.sec3 .main .title {
		justify-content: space-between;
		align-items: flex-start;
	}

	.sec3 .main h2 {
		margin-right: 0;
	}

	.sec3 .main .titles {
		height: auto;
	}

	.sec3 .index_cont .list {
		padding: 0;
	}

	.sec3 .main .img {
		width: 100%;
		height: 30vw;
	}

	.sec3 .main .img img {
		max-width: 30vw;
		max-height: 30vw;
	}

	.sec3 .main {
		width: 90vw;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 2rem;
	}

	.sec3 .main h2 {
		font-size: 1rem;
		padding-left: 0.5rem;
	}

	.sec3 .main h2::before {
		height: 1rem;
		width: 2px;
		margin-top: -0.5rem;
	}

	.sec3 .main .title .dec {
		font-size: 0.6rem;
		width: 50vw;
	}

	.sec3 .main .content {
		height: auto;
		overflow: hidden;
	}

	.sec3 .index_tab {
		padding-left: 0;
		padding-right: 0;
		margin-top: 1rem;
		margin-bottom: 1rem;
		overflow-x: scroll;
	}

	.sec3 .index_tab a {
		font-size: 0.6rem;
		width: 26vw;
		background-color: transparent;
		height: 1.5rem;
		flex-basis: 26vw;
		flex-shrink: 0;
	}

	.sec3 .index_tab a:hover,
	.sec3 .index_tab a.cur {
		font-size: 0.6rem;
		width: 30vw;
		height: 1.5rem;
		box-shadow: 0px 3px 8px 4px rgba(0, 71, 164, 0.17);
	}

	.sec3 .index_tab a i {
		display: none !important;
	}

	.sec3 .main .more {
		width: 40vw;
		height: 1.5rem;
		font-size: 0.6rem;
		border: 1px solid #0047A4;
	}

	.sec3 .main .more em {
		background-size: 20px auto;
		margin-left: 5px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

	.sec3 .swiper-container {
		margin-left: 0;
		margin-right: 0;
	}

	.sec3 .main .swiper-slide {
		height: 50vw;
		padding: 0.4rem;
	}

	.sec3 .main .titles .dec,
	.sec3 .main .titles h3 {
		font-size: 0.6rem;
	}

	.sec4 .main {
		width: 90vw;
		align-items: stretch;
	}

	.sec4 .main .info {
		position: relative;
	}

	.sec4 .main h2 {
		font-size: 1rem;
		padding-left: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.sec4 .main h2::before {
		height: 1rem;
		width: 2px;
		margin-top: -0.5rem;
	}

	.sec4 .main .dec {
		font-size: 0.6rem;
		padding-left: 0;
		margin-bottom: 1rem;
		width: 40vw;
	}

	.sec4 .main .litpic {
		display: none;
	}

	.sec4 .main .more em {
		background-size: 20px auto;
		margin-left: 5px;
	}

	.sec4 .main .more {
		width: 30vw;
		height: 1.5rem;
		font-size: 0.6rem;
		border: 1px solid #0047A4;
		position: absolute;
		left: 0;
		bottom: 0;
		margin-left: 0.5rem;
	}

	.sec4 .mlitpic {
		width: 40vw;
	}

	.sec4 .mlitpic img {
		width: 100%;
		height: auto;
	}

	.sec5 {
		padding-bottom: 0;
	}

	.sec5 .main {
		width: 90vw;
		padding-top: 2rem;
		padding-bottom: 3rem;
	}

	.sec5 .main .title {
		justify-content: space-between;
		margin-bottom: 1rem;
	}

	.sec5 .main h2 {
		font-size: 1rem;
		padding-left: 0.5rem;
		margin-bottom: 0rem;
		margin-right: 0;
	}

	.sec5 .main h2::before {
		height: 1rem;
		width: 2px;
		margin-top: -0.5rem;
	}

	.sec5 .swiper-container {
		display: none;
	}

	.sec5 .swiper-button-prev,
	.sec5 .swiper-button-next {
		display: none;
	}

	.sec5 .main .litpic {
		display: none;
	}

	.sec5 .main .more {
		width: 40vw;
		height: 1.5rem;
		font-size: 0.6rem;
		border: 1px solid #0047A4;
	}

	.sec5 .main .more em {
		background-size: 20px auto;
		margin-left: 5px;
	}

	.sec5 .main .title .dec {
		font-size: 0.6rem;
		width: 50%;
		padding-left: 0;
	}

	.sec6 .main {
		width: 100%;
	}

	.sec6 .wrap {
		width: 100%;
		height: 45vw;
	}

	.sec6 .list {
		width: 100%;
	}

	.sec5 .mlist {
		display: block;
		margin-bottom: 1.5rem;
	}

	.sec5 .mlist .item {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 2vw;
		background-color: #fff;
		margin-bottom: 3vw;
	}

	.sec5 .mlist .item .img {
		width: 38vw;
		height: auto;
	}

	.sec5 .mlist .item .img img {
		width: 100%;
		height: auto;
	}

	.sec5 .mlist .item h3 {
		font-size: 0.7rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 1.6;
		margin-bottom: 0.4rem;
	}

	.sec5 .mlist .item .dec {
		font-size: 0.6rem;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.sec5 .mlist .item .info {
		width: 45vw;
	}
	.sec6{
		overflow: hidden;
		height: auto;
	}
	.sec6 .main h2{
		font-size: 1rem;
	}
	.sec6 .main .title{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.sec6 .list2,.sec6 .list{
		height: 3rem;
	}
	.sec6 .list2{
		top:4rem;
	}
	.sec6 .list img{
		height: 2rem;
		width: auto;
	}
	.sec6 .list2 img{
		height: 2rem;
		width: auto;
	}
}