body {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 1.75;
}
a {
	color: #3979df;
}
a:hover,
a:active,
a:focus  {
	color: #646dff;
}
.wrapper {
	width: 100%;
	min-width: 1200px;
}
.rellax {
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 5;
}
#back-to-top a {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 50px;
}
#back-to-top a span {
	border-radius: 6px;
	display: block;
	height: 50px;
	width: 50px;
	margin-bottom: 5px;
	background: #000;
}
/* header */
.header-cover {
	width: 100%;
	height: 1040px;
	background: url(../images/banner_cover.png) top left no-repeat;
	position: relative;
	z-index: 0;
	overflow: hidden;
	min-width: 1200px;
}
.header-topic {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 20px;
	height: 920px;
}
.header-topic img {
	max-width: 100%;
	height: auto;
}
.header {
	min-height: 925px;
	background: #fff;
	position: absolute;
	min-width: 1200px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.header video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.header-logo {
	position: absolute;
	right: 30px;
	top: 0;
	background: url(../images/logo.png) center/contain no-repeat;
	width: 150px;
	height: 90px;
}
.header_light {
	background: url(../images/banner_light.png) center/contain no-repeat;
	width: 1286px;
	height: 657px;
	position: absolute;
	left: 0;
	bottom: -10px;
	animation: light ease-in-out infinite 6s;
}
.header_news {
	background: url(../images/headline_bg.png) left no-repeat #fff;
	width: 1200px;
	height: 100px;
	box-sizing: border-box;
	padding-left: 140px;
	display: flex;
	align-items: center;
	font-size: 36px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.header_news h1 {
	font-size: 36px;
	width:100%;
	box-sizing: border-box;
	padding-right:20px;
	text-align:center;
	margin-top:-2px;
}
.header_news h1 a {
	color: #365a97;
}
.header_news h1 a:hover {
	color: #3979df;
}

@keyframes light {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		opacity: 0.5;
		transform: translate3d(-5px, 10px, 0) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}
/* footer */
.footer {
	width: 100%;
	background: #20509c;
	text-align: center;
	padding: 20px 0;
	position: relative;
}
.footer::after {
	content: "";
	background: url(../images/footer_copyright.png) left/contain no-repeat;
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.copyright {
	color: #00a8ff;
	text-align: right;
	margin-right: 20px;
}
/* section */
.section01 {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 4;
}
.section02 {
	position: relative;
	height: 950px;
	background-color: #fff;
	z-index: 3;
	width: 100%;
	overflow: hidden;
}
.section02-top {
	background: linear-gradient(rgba(255, 255, 255, 1) 0 15%, rgba(255, 255, 255, 0.8), transparent);
	height: 400px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.section02-top-title {
	background: url(../images/section_title_1.png) top no-repeat;
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	height: 110px;
	position: relative;
}
/*.section02-top-title::before {
	content: "";
	background: url(../images/logo_small.png) center/contain no-repeat;
	width: 120px;
	height: 70px;
	position: absolute;
	left: 10px;
	top: 10px;
}*/
.section02-top-title::after {
	content: "";
	background: url(../images/topic_small.png) center/contain no-repeat;
	width: 294px;
	height: 25px;
	position: absolute;
	right: 10px;
	bottom: 50px;
}
.section02-bg {
	background: url(../images/section_bg_1.jpg) top/cover no-repeat;
	height: 1200px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.section03 {
	position: relative;
	z-index: 4;
	width: 100%;
	background:url(../images/section_bg_4.jpg) center no-repeat;
}
.section04 {
	position: relative;
	padding: 30px 0 90px;
	background-color: #fff;
}
.section05 {
	position: relative;
	height: 900px;
	background-color: #fff;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}
.section05-top {
	background: linear-gradient(rgba(255, 255, 255, 1) 0 35%, rgba(255, 255, 255, 0.8), transparent);
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	
}
.section05-top-title {
	background: url(../images/section_title_4.png) top/auto 100% no-repeat;
	image-rendering: -webkit-optimize-contrast;
	width: 1200px;
	height: 220px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.section05-bg {
	background: url(../images/section_bg_2.jpg) top/cover no-repeat;
	height: 1300px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.section05-content {
	position: relative;
	z-index: 3;
	box-sizing: border-box;
}
.section06 {
	position: relative;
	height: 950px;
	background-color: #fff;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	box-sizing: border-box;
}
.section06-top-title {
	background: url(../images/section_title_5.png) top/auto 100% no-repeat;
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 5;
}
.section06-bg {
	background: url(../images/section_bg_3.jpg) top/cover no-repeat;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.section06-content {
	position: relative;
	z-index: 3;
	box-sizing: border-box;
}
.section07{
	padding: 30px 0 10px;
}
/* container */
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	z-index: 4;
}
.newslist-1 li {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newslist-1 li::before {
	content: "";
	background: #3979df;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}
.newslist-1 li a {
	color: #333;
}
.newslist-1 li a:hover {
	color: #3979df;
}
.news-1-left {
	width: 600px;
	float: left;
}
.news-1-headline,
.news-1-common {
	background: #f1f7fd;
	width: 600px;
	height: 200px;
	box-sizing: border-box;
	padding: 20px 60px 0 20px;
	position: relative;
}
.news-1-common {
	margin-top: 20px;
}
.news-1-headline h2 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px;
}
.news-1-headline p {
	color: #838384;
	font-size: 14px;
	line-height: 20px;
}
.news-1-right {
	background: url(../images/slider_bg.png) center/cover no-repeat;
	width: 565px;
	height: 425px;
	position: relative;
	float: left;
	margin-left: 20px;
}
.news-main-slider {
	width: 640px;
	height: 360px;
	position: absolute;
	right: -20px;
	top: 30px;
	overflow: hidden;
}
.news-main-slider .swiper-wrapper {
	width: 640px;
	height: 360px;
}
.news-main-slider .swiper-wrapper .swiper-slide {
	position: relative;
}
.news-main-slider .swiper-wrapper .swiper-slide .pic img {
	width: 640px;
	height: 360px;
	background: #ddd;
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.news-main-slider .swiper-wrapper .swiper-slide .pic img:hover {
	transform: scale(1.05);
}
.news-main-slider .swiper-wrapper .swiper-slide .title {
	width: 100%;
	height: 90px;
	opacity: 0;
	box-sizing: border-box;
	padding-top: 10px;
	left: 0;
	bottom: -90px;
	position: absolute;
	z-index: 2;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.8s 0.8s;
}
.news-main-slider .swiper-wrapper .swiper-slide .title a {
	color: #fff;
}
.news-main-slider .swiper-wrapper .swiper-slide.swiper-slide-active .title {
	transform: translateY(-100%);
	opacity: 1;
}
.news-main-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.8;
	border-radius: 6px;
}
.news-main-slider .swiper-pagination .swiper-pagination-bullet-active {
	background: #00d2ff;
	opacity: 1;
	width: 36px;
	transition: all 0.3s;
}
.more-1 {
	position: absolute;
	right: 60px;
	bottom: 0;
	background: #3979df;
	width: 105px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.more-1:hover {
	color: #fff;
	background: #646dff;
	transition: all 0.5s;
	text-decoration: none;
}
.news-2-column {
	width: 590px;
}
.news-2-column-title {
	background: url(../images/news_title_bg_1.png) 0 0 no-repeat;
	height: 40px;
	padding: 0 0 0 35px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.news-2-column-title h1 {
	font-size: 24px;
	color: #3979df;
	letter-spacing: 2px;
	line-height: 1;
}
.more-2 {
	position: absolute;
	right: 25px;
	bottom: 0;
	line-height: 30px;
	font-size: 14px;
}
.section02-content {
	position: relative;
	z-index: 3;
	padding-top: 190px;
	box-sizing: border-box;
}
.news-2-column-content li {
	border-bottom: 1px solid #ddd;
	height: 130px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-2-column-content li h3 {
	font-size: 18px;
	padding: 10px 0 10px;
}
.news-2-column-content li p {
	font-size: 14px;
	color: #838384;
}
.news-3-column {
	width: 586px;
	height: 720px;
	padding: 12px;
	box-sizing: border-box;
	background: url(../images/580x680.png) top repeat;
	position: relative;
}
.news-3-column a,
.news-3-column a:hover {
	color: #00ccff;
}
.news-3-column-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.news-3-column-top-item {
	width: 275px;
	height: 290px;
	background: linear-gradient(to right, #b64295, #304cb9);
	overflow: hidden;
}
.news-3-column-top-item .pic {
	width: 275px;
	height: 150px;
	position: relative;
	overflow: hidden;
}
.news-3-column-top-item .pic img {
	width: 100%;
	height: 100%;
	background: #ddd;
	position: relative;
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.news-3-column-top-item .pic img:hover {
	transform: scale(1.05);
}
.news-3-column-top-item .title {
	padding: 10px;
}
.news-3-column-top-item .title a,
.news-3-column-top-item .title a:hover {
	color: #fff;
}
.news-3-column-top-item .bref {
	font-size: 14px;
	color: #c0cfee;
	padding: 0 10px;
}
.news-3-column-content li {
	border-bottom: 1px solid #ddd;
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-3-column-content li h3 {
	font-size: 18px;
	padding: 10px 0 5px;
}
.news-3-column-content li h3 a,
.news-3-column-content li h3 a:hover {
	color: #fff;
}
.news-3-column-content li p {
	font-size: 14px;
	color: #c0cfee;
}
.more-3 {
	width: 55px;
	height: 55px;
	position: absolute;
	right: 0;
	top: 120px;
	background: url(../images/more.png) center/contain no-repeat;
}
.news-4-topic {
	width: 100%;
	height: 142px;
	background: url(../images/section_title_2.png) center/auto 100% no-repeat;
	margin-bottom: 30px;
}
.news-4-slider {
	width: 1200px;
	height: 640px;
	position: relative;
	overflow: hidden;
}
.news-4-slider .swiper-wrapper {
	width: 1200px;
	height: 640px;
}
.news-4-slider .swiper-wrapper .swiper-slide {
	position: relative;
	overflow: hidden;
}
.news-4-slider .swiper-wrapper .swiper-slide .pic img {
	width: 1200px;
	height: 640px;
	background: #ddd;
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.news-4-slider .swiper-wrapper .swiper-slide .pic img:hover {
	transform: scale(1.05);
}
.news-4-slider .swiper-wrapper .swiper-slide .title {
	width: 100%;
	height: 90px;
	opacity: 0;
	box-sizing: border-box;
	padding-top: 10px;
	left: 0;
	bottom: -90px;
	position: absolute;
	z-index: 2;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s 0.5s;
}
.news-4-slider .swiper-wrapper .swiper-slide .title a {
	color: #fff;
}
.news-4-slider .swiper-wrapper .swiper-slide.swiper-slide-active .title {
	transform: translateY(-100%);
	opacity: 1;
}
.news-4-slider .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
	top: auto;
	bottom: 10px;
	transform: translate3d(0, 0, 0);
}
.news-4-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.8;
	border-radius: 6px;
	display: inline-block;
	margin: 0 3px;
}
.news-4-slider .swiper-pagination .swiper-pagination-bullet-active {
	background: #fac700;
	opacity: 1;
	width: 36px;
	transition: all 0.3s;
}
.news-5-topic {
	width: 100%;
	height: 140px;
	background: url(../images/section_title_3.png) center/auto 100% no-repeat;
	margin-bottom: 30px;
}
.news-5-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	justify-items: center;
	min-width: 0;
}
.news-5-content-grid,
.news-6-content-grid {
	width: 100%;
	height: 200px;
	background: linear-gradient(to right, #016bec, #00b2f8);
	position: relative;
}
.news-5-content-grid .cover,
.news-6-content-grid .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.news-5-content-grid .cover::after,
.news-6-content-grid .cover::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 60px;
	width: 30px;
	height: 30px;
	background: url(../images/play.png) center/contain no-repeat;
}
.news-5-content-grid .cover:hover::after,
.news-6-content-grid .cover:hover::after {
	transition: all 0.3s 0.1s;
	right: 42.5%;
	bottom: 100px;
	transform: translate3d(50%, 0, 0);
	transform: scale(1.5);
}
.news-5-content-grid .pic,
.news-6-content-grid .pic {
	width: 100%;
	height: 150px;
	overflow: hidden;
	background-color: #ddd;
}
.news-5-content-grid .pic img,
.news-6-content-grid .pic img {
	width: 100%;
	height: 100%;
}
.news-5-content-grid .title,
.news-6-content-grid .title {
	line-height: 50px;
	height: 50px;
	color: #fff;
	text-align:center;
	min-width: 0;
  overflow: hidden;
  word-break: break-word; 
}
.section04 .more-1 {
	right: 50%;
	bottom: 60px;
	transform: translate3d(50%, 0, 0);
}
.news-6-column-left {
	width: 600px;
	height: 480px;
	box-sizing: border-box;
	background: url(../images/600x480.png) repeat;
	padding: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}
.news-6-column-right {
	width: 600px;
	height: 480px;
	box-sizing: border-box;
	background: url(../images/580x680.png) repeat;
	padding: 40px;
}
.newslist-2 li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newslist-2 li::before {
	content: "";
	background: #fff;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}
.newslist-2 li a {
	color: #fff;
}
.news-6-column-right .line {
	height: 1px;
	width: 100%;
	background: #fafafa;
	margin: 40px 0;
}
.section05 .more-1 {
	right: 50%;
	bottom: 100px;
	transform: translate3d(50%, 0, 0);
}
.section06-content {
	padding-top: 0;
}
.news-7-left {
	width: 560px;
	height: 680px;
	box-sizing: border-box;
	padding: 30px;
	float: left;
	background: rgba(9, 38, 85, 0.5);
	border: 3px solid rgba(67, 169, 252, 0.7);
	color: #fff;
}
.news-7-left p {
	margin: 10px 0;
	text-indent: 2em;
}
.news-7-right {
	width: 600px;
	height: 680px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	float: right;
	grid-template-rows: repeat(4, 1fr);
}
.news-7-grid {
	width: 100%;
	height: 100%;
	position: relative;
}
.news-7-grid .pic {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.news-7-grid .pic img {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #ddd;
	position: relative;
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.news-7-grid .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(0, 51, 102, 0.8);
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.news-7-grid .cover {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
}
.news-7-grid:hover .pic img {
	transform: scale(1.05);
}
.section07-title {
	width: 100%;
	height: 97px;
	background: url(../images/section_title_6.png) center/auto 100% no-repeat;
	margin-bottom: 30px;
}
.section07-content{
	display: grid; 
	grid-template-columns: repeat(5,1fr);
	grid-gap: 25px;
}
.section07-content-grid{
	width: 100%;
	height: 330px; 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
	position: relative;
	margin-bottom: 20px;
}
.section07-content-grid::after{
	content: "";
	position: absolute;
	z-index: -1;
	left: 10%;
	right: 10%;
	top: 50%;
	bottom: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
	border-radius: 30px;
}
.section07-content-grid .pic{
	width: 100%;
	height: 100%; 
	position: relative;
	overflow: hidden;
}
.section07-content-grid .pic img {
	width: 100%;
	height: 100%;
	background: #ddd;
	position: relative;
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.section07-content-grid .pic img:hover {
	transform: scale(1.05);
}
/*mobile*/
@media screen and (max-width: 840px) {
	* {
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
	}
	body {
		font-size: 14px;
	}
	.wrapper {
		overflow: hidden;
	}
	.header-cover,
	.header,
	.wrapper {
		min-width: auto;
	}
	.header-cover {
		height: 80vw;
		background-size: cover;
		background-position: center -70%;
	}
	.header-topic {
		padding-top: 20px;
		height: 56.25vw;
	}
	.header-topic img {
		max-width: 100%;
		height: auto;
	}
	.header-logo {
		right: 5px;
		width: 80px;
		height: 50px;
	}
	.topic-1 {
		width: 40vw;
	}
	.topic-2 {
		width: 90vw;
	}
	.topic-3 {
		width: 30vw;
	}
	.header {
		min-height: 80vw;
		background-size: cover;
		width: 100%;
		left: 0;
		top: 0;
	}
	.header_light {
		width: 70vw;
		height: 40vw;
		position: absolute;
		left: -5vw;
		bottom: 9vw;
		animation: none;
	}
	.header_news {
		width: 94vw;
		height: 60px;
		box-sizing: border-box;
		padding-left: 85px;
		display: flex;
		align-items: center;
		background-size:auto 100%;
	}
	.header_news h1 {
		font-size: 18px;
		line-height: 26px;
	}
	.container {
		width: 94vw;
		padding: 5vw 0 0 0;
	}
	.news-1-left {
		width: 100%;
		float: none;
	}
	.news-1-headline,
	.news-1-common {
		width: 100%;
		height: auto;
		padding: 3vw 3vw 8vw 3vw;
	}
	.news-1-headline h2 {
		font-size: 18px;
		line-height: 1.5;
	}
	.news-1-left .more-1 {
		right: 0;
	}
	.news-1-right {
		width: 100%;
		height: 78vw;
		float: none;
		margin-left: 0;
	}
	.news-main-slider {
		width: 100%;
		height: 62vw;
		left: 0;
		top: 25px;
	}
	.news-main-slider .swiper-wrapper,
	.news-main-slider .swiper-wrapper .swiper-slide .pic img {
		width: 96vw;
		height: 62vw;
	}
	.news-main-slider .swiper-wrapper .swiper-slide .title {
		font-size: 14px;
	}
	.news-2-column {
		float: none !important;
		width: 100%;
		margin-bottom: 20px;
	}
	.section02-top {
		height: 200px;
	}
	.section02-top-title {
		height: 60px;
		background-size: auto 100%;
		margin-top: 10px;
	}
	.section02-top-title::before {
		width: 50px;
		height: 40px;
	}
	.section02-top-title::after {
		width: 30vw;
		height: 30px;
		right: 5px;
		bottom: 43px;
		z-index: 5;
	}
	.section02 {
		height: auto;
		padding-bottom: 20px;
	}
	.section02-content {
		padding-top: 100px;
	}
	.more-3 {
		width: 30px;
		height: 30px;
		top: 60px;
	}
	.news-3-column {
		float: none !important;
		width: 100%;
	}
	.news-3-column.fr {
		display: none;
	}
	.news-3-column-top {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	.news-3-column-top-item {
		width: 100%;
		height: calc(160px + 28vw);
	}
	.news-3-column-top-item .pic {
		width: 100%;
		height: 28vw;
	}
	.news-3-column-top-item .title {
		padding: 10px;
		line-height: 1.2;
	}
	.news-3-column-top-item .bref {
		font-size: 12px;
		line-height: 1.5;
	}
	.news-2-column-content li{
		height:auto; 
		padding-bottom:10px;
	}
	.news-2-column-content li h3,
	.news-3-column-content li h3 {
		font-size: 16px;
	}
	.section03 {
		padding-top: 10px;
	}
	.news-4-topic,
	.news-5-topic {
		width: 100%;
		height: 100px;
		margin-bottom: 20px;
	}
	.news-4-slider {
		width: 100%;
		height: 62vw;
	}
	.news-4-slider .swiper-wrapper,
	.news-4-slider .swiper-wrapper .swiper-slide .pic img {
		width: 96vw;
		height: 62vw;
	}
	.news-4-slider .swiper-wrapper .swiper-slide .title {
		font-size: 14px;
	}
	.section04 {
		padding: 20px 0 90px 0;
	}
	.news-5-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		justify-items: center;
	}
	.news-5-content-grid,
	.news-6-content-grid {
		height: calc(28vw + 50px);
	}
	.news-5-content-grid .pic,
	.news-6-content-grid .pic {
		width: 100%;
		height: 28vw;
	}
	.section04 .more-1 {
		bottom: 40px;
	}
	.section05 .more-1 {
		bottom: 30px;
	}
	.section05 {
		height: auto;
		padding-bottom: 80px;
	}
	.section05-top-title {
		background: url(../images/section_title_4_s.png) top / auto 100% no-repeat;
		width: 100%;
		height: 150px;
	}
	.news-6-column-left {
		width: 100%;
		float: none !important;
		background: transparent;
		padding: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		height: auto;
	}
	.news-6-column-right {
		width: 100%;
		float: none;
		height: auto;
		padding: 20px;
		margin-top: 20px;
	}
	.section06 {
		height: auto;
	}
	.section06-content {
		padding-top: 0;
	}
	.section06-top-title {
		height: 120px;
	}
	.news-7-left {
		width: 100%;
		float: none;
		padding: 10px 5vw;
		height: auto;
		line-height: 1.4;
	}
	.news-7-right {
		width: 100%;
		height: 550px;
		margin: 20px 0;
	}
	.section07-title {
		width: 100%;
		height: 70px;
	}
	.section07-content{
		grid-template-columns: repeat(3,1fr);
		grid-gap: 10px;
	}
	.section07-content-grid{
		height: 160px; 
	}
	.footer {
		padding-top: 70px;
	}
	.footer::after {
		width: 100%;
		height: 80px;
	}
}
