:root {
	--blue: #024594;
	--blue-deep: #164a9a;
	--red: #DF0000;
	--gray: #666;
}

body {
	font-family: "SY", "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
}

img {
	display: block;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

.swiper-container.navswiper .swiper-wrapper {
	display: flex;
}

.container {
	width: 1600px;
	margin: 0 auto;
}

.banner {
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.bannerswiper {
	width: 100%;
}

.bannerswiper .swiper-pagination {
	bottom: 30px;
}

.bannerswiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	position: relative;
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bannerswiper .swiper-pagination-bullet-active {
	border: 3px solid #DF0000;
}

.weizhi {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(2, 69, 148, 0.8);
	height: 50px;
	line-height: 50px;
}

.posleft {
	float: left;
	max-width: 65%;
}

.navswiper a {
	position: relative;
	font-size: 16px;
	color: #fff;
	padding: 0 25px;
	display: block;
	text-align: center;
}

.navswiper a:hover,
.navswiper a.on {
	background: #DF0000;
}

.navswiper .swiper-slide {
	width: auto;
}

.posright {
	float: right;
	padding-left: 25px;
	font-size: 14px;
	color: #fff;
	background: url(../assets/home.png) no-repeat left center;
}

.posright a,
.posright span {
	color: #fff;
}

.in-sec1 {
	padding: 55px 0 45px;
}

.in-sec1 .main {
	position: relative;
	padding-left: 10.24%;
	border: 1px solid #DDDDDD;
	min-height: 479px;
}

/* ============ hero ============ */
.hero {
	height: 578px;
	position: relative;
	background: url("../assets/hero.jpg") center/cover no-repeat;
}

.hero-text {
	position: absolute;
	left: 10%;
	top: 22%;
	color: #fff;
}

.hero-text .bar {
	width: 64px;
	height: 3px;
	background: var(--red);
	margin-bottom: 26px;
}

.hero-text h1 {
	font-size: 50px;
	letter-spacing: 0;
	font-weight: 700;
	margin-bottom: 20px;
}

.hero-text h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 17px;
}

.hero-text p {
	font-size: 18px;
	line-height: 37px;
	opacity: .95;
}



/* ============ section title ============ */
.sec-head {
	text-align: center;
	padding: 66px 0 50px;
}

.sec-head .kicker {
	font-size: 22px;
	color: #333333;
	margin-bottom: 14px;
}

.sec-head h2 {
	font-size: 36px;
	color: var(--blue);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
}

.sec-head h2::before,
.sec-head h2::after {
	content: "";
	width: 40px;
	height: 2px;
	background: var(--red);
}

.sec-head .en {
	font-size: 18px;
	color: #999;
	margin-top: 10px;
}

.sec-head.plain h2::before,
.sec-head.plain h2::after {
	display: none;
}

.sec-head .underline {
	width: 40px;
	height: 2px;
	background: var(--red);
	margin: 16px auto 0;
}

/* ============ strategy ============ */
.strategy {
	padding-bottom: 66px;
	position: relative;
	background: url(../assets/delbg.png) no-repeat;
	background-position: bottom;
	background-size: 56%;
}

.strategy .map-bg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	width: 953px;
	height: 466px;
	background: url("assets/map.png") center/contain no-repeat;
	opacity: .55;
	pointer-events: none;
}

.str-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	z-index: 1;
}

.str-card .txt {
	width: 44%;
	transition: opacity .35s;
}

.str-card .txt h3 {
	font-size: 26px;
	color: #555555;
	margin-bottom: 48px;
	font-weight: 700;
}

.str-card .txt p {
	font-size: 18px;
	line-height: 33px;
	color: #333333;
	text-align: justify;
	margin-bottom: 26px;
}

.str-card .pic {
	position: relative;
	right: 0;
	top: 0;
	width: 50%;
	overflow: hidden;
}

.str-card .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.str-card.fade .txt,
.str-card.fade .pic {
	opacity: 0;
}

/* timeline */
.timeline {
	position: relative;
	margin-top: 59px;
	height: 250px;
	z-index: 1;
}

.tl-track {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 140px;
	height: 4px;
	background: #ccd1d7;
	border-radius: 4px;
}

.tl-fill {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	border-radius: 4px;
	background: #ccd1d7;
	transition: width 2s ease;
}

.tl-dot {
	position: absolute;
	top: 57%;
	width: 37px;
	height: 37px;
	z-index: 99;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s;
}

.tl-dot::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	opacity: 0.3;
	width: 26px;
	opacity: 1;
	height: 26px;
	box-sizing: border-box;
	margin-left: 0px;
	margin-top: 5px;
	border-radius: 50%;
	border: #ccd1d7;
	background: #ccd1d7;
	animation: opens 2s 1s linear infinite both;
}

@-webkit-keyframes opens {
	0% {
		-webkit-transform: scale(1);
		opacity: 0.7;
	}

	100% {
		-webkit-transform: scale(1.7);
		opacity: 0;
	}
}

.tl-dot i {
	width: 15px;
	height: 15px;
	border: 4px solid #ccd1d7;
	border-radius: 50%;
	background: #fff;
	z-index: 99;
	transition: background .4s;
}

.tl-dot.on {}

.tl-dot.on i {}

.tl-year {
	position: absolute;
	top: 41px;
	transform: translateX(-50%);
	cursor: pointer;
	text-align: center;
	font-size: 64px;
	font-weight: 800;
	font-family: impact;
	line-height: 57px;
	letter-spacing: 2px;
	transition: transform .3s;
	user-select: none;
}

.tl-year span {
	color: #ccd1d7;
}

.tl-year b {
	color: var(--blue);
	/* font-weight: 800; */
}

.tl-year:hover {
	transform: translateX(-50%) translateY(-4px);
}

.tl-year.active b {
	color: var(--red);
}

.tl-label {
	position: absolute;
	top: 185px;
	transform: translateX(-50%);
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
	cursor: pointer;
}

/* ============ news ============ */
.news {
	background: #f5f5f5 url("../assets/bjj.jpg") center bottom/cover no-repeat;
	padding-bottom: 51px;
}

.news-grid {
	display: flex;
	gap: 12px;
}

.news-card {
	flex: 1;
	height: 350px;
	border: 1px solid #dddddd;
	padding: 36px 21px 0;
	position: relative;
	cursor: pointer;
	transition: all .35s ease;
}

.news-card:hover {
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
	transform: translateY(-8px);
	border-color: #fff;
	height: 350px;
}

.news-card .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}

.tag {
	font-size: 14px;
	color: #fff;
	padding: 4px 11px;
	border-radius: 4px;
}

.tag.red {
	background: #004592;
}

.tag.green {
	background: #1e9c60;
}

.tag.orange {
	background: #e67e22;
}

.news-card .date {
	font-size: 14px;
	color: #999999;
}

.news-card h3 {
	font-size: 20px;
	color: #333333;
	line-height: 27px;
	height: 52px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 17px;
}

.news-card .redline {
	width: 18px;
	height: 3px;
	background: var(--red);
	margin-bottom: 28px;
}

.news-card p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-card .arrow {
	position: absolute;
	width: 28px;
	bottom: 17px;
	right: 18px;
	margin-top: 9px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #afafaf;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(8px);
	transition: all .35s;
}

.news-card .arrow::before {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: rotate(45deg);
}

.news-card:hover .arrow {
	opacity: 1;
	transform: translateY(0);
}

.more-btn {
	display: block;
	width: 150px;
	margin: 17px auto 0;
	text-align: center;
	font-size: 15px;
	color: var(--blue);
	padding: 10px 0;
	position: relative;
	letter-spacing: 2px;
	transition: all 1s;
}

.more-btn:hover {
	transform: translatex(10px);
}


/* ============ environment ============ */
.environment {
	background: #fff;
	padding-bottom: 95px;
}

.env-card {
	border: 1px solid #dddddd;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.env-cell {
	padding: 50px 40px 0 41px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.env-cell:nth-child(1) {
	grid-column: 1;
	background: url("../assets/wind.png") right bottom/100% no-repeat;
	background-size: cover;
}

.env-cell:nth-child(2) {
	border-left: 1px solid #e8e8e8;
}

.env-cell:nth-child(3) {
	border-top: 1px solid #dddddd;
	height: 500px;
}

.env-cell:nth-child(4) {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	height: 500px;
}

.env-cell h3 {
	font-size: 24px;
	color: #444444;
	margin-bottom: 32px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.env-cell .desc {
	font-size: 16px;
	line-height: 33px;
	color: #666666;
	text-align: justify;
	position: relative;
	z-index: 1;
}

.env-cell .desc em {
	color: var(--red);
	font-style: normal;
	font-size: 18px;
	font-weight: 700;
}

.bar-row {
	display: flex;
	align-items: center;
	margin-top: 34px;
}

.bar-row .bl {
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.bar-row .bl::before {
	content: "";
	width: 5px;
	height: 5px;
	background: var(--red);
	border-radius: 50%;
	margin-right: 8px;
}

.bar-row .track {
	flex: 1;
	display: block;
	height: 8px;
	background: #edf1f6;
	border-radius: 3px;
	margin: 0 18px 0 14px;
	overflow: hidden;
}

.bar-row .fill {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 3px;
	background: linear-gradient(90deg, #1a4f9c, #3a80f3);
	transition: width 1.6s cubic-bezier(.25, .7, .3, 1);
}

.bar-row .pct {
	font-size: 19px;
	font-weight: 700;
	color: var(--blue);
	width: 52px;
	text-align: right;
}

.env-note {
	margin-top: 50px;
	font-size: 16px;
	color: #666666;
	position: relative;
	z-index: 1;
}

.env-note em {
	color: var(--red);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
}

.icon-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 15px;
}

.icon-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 10px 32px 20px;
}

.icon-item:nth-child(1) {
	border-right: 1px dashed #b5b5b554;
	border-bottom: 1px dashed #b5b5b554;
}

.icon-item:nth-child(2) {
	border-bottom: 1px dashed #b5b5b554;
}

.icon-item:nth-child(3) {
	border-right: 1px dashed #b5b5b554;
}

.icon-item img {
	/* width: 64px; */
	/* height: 60px; */
	margin-right: 24px;
}

.icon-item .t {
	font-size: 20px;
	font-weight: 700;
	color: #024594;
	margin-bottom: 10px;
}

.icon-item .d {
	font-size: 16px;
	color: #333333;
}

/* ============ social accordion ============ */
.social {
	padding-bottom: 95px;
	background: #f8f8f8;
}

.social-stage {
	height: 603px;
	display: flex;
	overflow: hidden;
	border-radius: 2px;
	background-image: url(../assets/fer.jpg);
	background-size: cover;
	background-position: center;

}

.s-col {
	position: relative;
	flex: 1;
	overflow: hidden;
	cursor: pointer;
	transition: flex 0.55s cubic-bezier(.5, .8, .3, 1);
}

.s-col .bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform .6s;
}

.s-col .mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	border-right: 1px solid #ffffff30;
	height: 120px;
	background: #000;
}

.s-col .label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 42px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	letter-spacing: 3px;
	transition: opacity .3s;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

.s-col .panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 44px 36px 0 36px;
	transform: translateY(100%);
	transition: transform .55s cubic-bezier(.5, .8, .3, 1);
	box-shadow: -8px 0 24px rgba(0, 0, 0, .08);
}

.s-col.active {
	flex: 1;
}

.s-col.active .panel {
	transform: translateY(0);
}

.s-col.active .label {
	opacity: 0;
}

.s-col.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 7px;
	background: var(--red);
	z-index: 3;
}

.panel h3 {
	font-size: 26px;
	color: #000022;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
	margin-bottom: 36px;
}

.panel h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 3px;
	height: 24px;
	border-left: 2px solid #df0000;
	border-right: 2px solid #df0000;
}

.panel .intro {
	font-size: 18px;
	color: #444444;
	text-align: justify;
	line-height: 1.667;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #b5b5b554;
}

.panel .item {
	margin-bottom: 26px;
	padding-left: 25px;
	position: relative;
}

.panel .item::before {
	content: "";
	position: absolute;
	left: -4.3px;
	top: 4.3px;
	width: 15px;
	border-radius: 50%;
	height: 15px;
	background: #df0000;
	opacity: .15;
}

.panel .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: var(--red);
	border-radius: 50%;
}

.panel .item .t {
	font-size: 15px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 8px;
}

.panel .item .d {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	text-align: justify;
}

.panel .item .d em {
	color: var(--red);
	font-style: normal;
	font-weight: 700;
}

/* ============ governance ============ */
.governance {
	background: #f8f8f8;
	padding-bottom: 110px;
}

.gov-grid {
	display: flex;
	gap: 17px;
}

.gov-card {
	flex: 1;
	background: #fff;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
	transform: translateY(40px);
	transition: all .7s ease;
}

.gov-grid.in-view .gov-card {
	opacity: 1;
	transform: translateY(0);
}

.gov-grid.in-view .gov-card:nth-child(2) {
	transition-delay: .12s;
}

.gov-grid.in-view .gov-card:nth-child(3) {
	transition-delay: .24s;
}

.gov-grid.in-view .gov-card:nth-child(4) {
	transition-delay: .36s;
}

.gov-card .head {
	height: 108px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	position: relative;
	overflow: hidden;
	background: #025399;
}

.gov-card .head::before,
.gov-card .head::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, .07);
}

.gov-card .head::before {
	width: 150px;
	height: 150px;
	right: -40px;
	top: -50px;
}

.gov-card .head::after {
	width: 110px;
	height: 110px;
	right: 60px;
	bottom: -60px;
	background: rgba(255, 255, 255, .05);
}

.gov-card .head h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
}

.gov-card .body {
	padding: 32px 30px 30px;
}

.gov-card .intro {
	font-size: 16px;
	line-height: 26px;
	color: #444444;
	text-align: justify;
	min-height: 126px;
	border-bottom: 1px dashed #b5b5b554;
}

.gov-card .sep {
	padding-bottom: 30px;
}

.gov-card .li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 24px;
}

.gov-card .li::before {
	content: "";
	position: absolute;
	left: -7px;
	top: 3px;
	width: 35px;
	height: 35px;
	display: block;
	background-image: url(../assets/we.png);
	background-repeat: no-repeat;
	border-radius: 50%;
	background-position-x: -5px;
	background-size: 100%;
}

.gov-card .li .t {
	font-size: 15px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 7px;
}

.gov-card .li .d {
	font-size: 14px;
	color: #666666;
	line-height: 19px;
}

.gov-bar {
	display: flex;
	align-items: center;
	margin-top: 6px;
}

.gov-bar .bl {
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	display: flex;
	position: relative;
	align-items: center;
}

span.bl {}

.gov-bar .bl::before {
	content: "";
	content: "";
	position: relative;
	left: -3px;
	top: 12px;
	width: 35px;
	height: 35px;
	display: block;
	background-image: url(../assets/we.png);
	background-repeat: no-repeat;
	border-radius: 50%;
	background-position-x: -5px;
	background-size: 100%;
}

.gov-bar .track {
	flex: 1;
	height: 8px;
	background: #e9ecf0;
	border-radius: 4px;
	margin: 0 16px 0 12px;
	overflow: hidden;
}

.gov-bar .fill {
	height: 100%;
	width: 0;
	display: block;
	border-radius: 4px;
	background: linear-gradient(90deg, #1a4f9c, #3a80f3);
	transition: width 1.6s cubic-bezier(.25, .7, .3, 1);
}

.gov-bar .pct {
	font-size: 19px;
	font-weight: 700;
	color: var(--blue);
	width: 52px;
	text-align: right;
}

/* ============ outlook ============ */
.outlook {
	background: url("../assets/outlook.jpg") center/cover no-repeat;
	color: #fff;
	text-align: center;
	padding: 80px 0 80px;
}

.outlook .kicker {
	font-size: 36px;
	letter-spacing: 12px;
	font-weight: 700;
}

.outlook .en-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin: 16px 0 52px;
}

.outlook .en-row::before,
.outlook .en-row::after {
	content: "";
	width: 40px;
	height: 2px;
	background: var(--red);
}

.outlook .en-row span {
	font-size: 18px;
	color: #83bdff;
	letter-spacing: 1px;
}

.outlook .txt {
	width: 888px;
	margin: 0 auto;
	text-align: justify;
}

.outlook .txt p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.902);
	line-height: 1.667;
	margin-bottom: 30px;
}


.outlook .hr {
	width: 887px;
	height: 1px;
	background: rgba(255, 255, 255, .1);
	margin: 60px auto 60px;
}

.outlook .slogan {
	font-size: 50px;
	font-weight: 800;
	letter-spacing: 8px;
	background: linear-gradient(90deg, #68acff, #479aff, #0979ff, #0074ff);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: textGradient 7s linear infinite;
}

@keyframes textGradient {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 300% 50%;
	}
}

/* reveal animation base */
.reveal {
	opacity: 0;
	transform: translateY(36px);
	transition: all .8s ease;
}

.reveal.in-view {
	opacity: 1;
	transform: translateY(0);
}

.str-card-ait:first-child {
	display: block;
}

.str-card-ait {
	display: none;
}

.timelinea-a {
	cursor: pointer;
}

.timelinea-a.on .tl-dot i {
	border: 4px solid #DF0000;
}

.timelinea-a.on .tl-dot::after {
	border: #DF0000;
	background: #DF0000;
}

.timelinea-a.on .tl-year b {
	color: #DF0000;
}

.arrow-xia {
	text-align: right;
}

@media only screen and (max-width: 1680px) {
	.container {
		width: 92%;
	}


	.hero-text {
		position: absolute;
		left: 8%;
		top: 19%;
	}

	.hero-text .bar {
		width: 46px;
		height: 3px;
		margin-bottom: 6px;
	}

	.hero-text h1 {
		font-size: 42px;
	}

	.hero-text h2 {
		font-size: 33px;
		margin-bottom: 15px;
	}

	.hero-text p {
		font-size: 16px;
		line-height: 31px;
	}

	.sec-head h2 {
		font-size: 32px;
	}

	.str-card .txt h3 {
		font-size: 24px;
		margin-bottom: 26px;
	}

	.str-card .txt p {
		font-size: 16px;
		line-height: 33px;
		margin-bottom: 20px;
	}

	.tl-year {
		font-size: 56px;
	}

	.panel .intro {
		font-size: 16px;
		margin-bottom: 20px;
		padding-bottom: 19px;
	}

	.panel h3 {
		font-size: 24px;
		padding-left: 20px;
		margin-bottom: 20px;
	}

	.gov-card .intro {
		font-size: 14px;
	}

	.gov-card .head h3 {
		font-size: 24px;
	}

	.gov-card .head {
		height: 95px;
	}

	.outlook .slogan {
		font-size: 48px;
	}
}

@media only screen and (max-width: 1300px) {
	.hero-text h1 {
		font-size: 40px;
		margin-bottom: 8px;
	}

	.news-card .top {
		margin-bottom: 20px;
	}

	.news-card h3 {
		font-size: 19px;
	}

	.icon-item .d {
		font-size: 15px;
	}

	.gov-card .head {
		height: 89px;
	}

	.outlook .txt p {
		font-size: 16px;
	}

	.outlook .slogan {
		font-size: 45px;
	}

	.gov-card .intro {
		font-size: 13px;
		line-height: 23px;
	}

	.gov-card .body {
		padding: 30px 26px 30px;
	}

	.icon-item .t {
		font-size: 18px;
	}

	.gov-card .head h3 {
		font-size: 22px;
	}

	.s-col .label {
		font-size: 24px;
	}

	.panel .intro {
		font-size: 15px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.news-card .redline {
		margin-bottom: 20px;
	}

	.panel h3::before {
		height: 17px;
	}

	.panel h3 {
		font-size: 22px;
	}

	.s-col .panel {
		padding: 35px 25px 0 25px;
	}

	.env-cell .desc {
		font-size: 15px;
		line-height: 30px;
	}

	.env-cell h3 {
		font-size: 22px;
		margin-bottom: 21px;
	}

	.env-cell {
		padding: 38px 35px 0 36px;
	}

	.news-card {
		padding: 29px 19px 0;
	}

	.hero-text h2 {
		font-size: 31px;
		margin-bottom: 13px;
	}

	.str-card .txt p {
		font-size: 15px;
	}

	.tl-year {
		font-size: 52px;
	}

	.sec-head {
		padding: 55px 0 40px;
	}
}

@media only screen and (max-width: 1100px) {
	.hero-text h1 {
		font-size: 36px;
		margin-bottom: 6px;
	}

	.panel h3 {
		font-size: 19px;
	}
.gov-card .li {
    padding-left: 22px;
}
	.gov-card .intro {
		font-size: 13px;
		line-height: 21px;
		min-height: 135px;
	}

	.gov-card .head {
		height: 80px;
		padding: 0 20px;
	}

	.gov-card .head h3 {
		font-size: 19px;
	}

	.panel .intro {
		font-size: 14px;
	}

	.s-col .label {
		font-size: 22px;
	}

	.hero-text h2 {
		font-size: 29px;
		margin-bottom: 10px;
	}

	.icon-item .t {
		font-size: 16px;
	}

	.news-card h3 {
		font-size: 17px;
	}

	.news-card .date {
		font-size: 12px;
	}

	.tag {
		font-size: 11px;
	}

	.tl-year {
		font-size: 46px;
	}

	.tl-label {
		font-size: 14px;
	}

	.str-card .txt h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.str-card .txt p {
		font-size: 13px;
	}

	.sec-head h2 {
		font-size: 30px;
	}

	.hero-text p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 1000px) {
	.hero-text h1 {
		font-size: 28px;
		margin-bottom: 6px;
	}

	.banner img {
		height: 300px;
		object-fit: cover;
	}

	.hero-text h2 {
		font-size: 22px;
		margin-bottom: 17px;
	}

	.sec-head h2 {
		font-size: 28px;
	}

	.str-card {
		flex-wrap: wrap;
	}

	.str-card .txt {
		width: 100%;
	}

	.sec-head {
		text-align: center;
		padding: 40px 0 30px;
	}

	.hero-text p {
		font-size: 14px;
		line-height: 24px;
	}

	.weizhi {
		display: none;
	}

	.hero-text {
		left: 7%;
	}

	.str-card .txt h3 {
		font-size: 22px;
		margin-bottom: 17px;
	}

	.str-card .txt p {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.str-card .pic {
		right: 0;
		top: 0;
		width: 100%;
	}

	.tl-label {
		font-size: 7px;
		top: 175px;
	}

	.tl-track {
		top: 142px;
		height: 2px;
	}

	.tl-dot i {
		width: 12px;
		height: 12px;
	}

	.timeline {
		margin-top: -31px;
		height: 250px;
	}

	.tl-year {
		font-size: 32px;
		top: 59px;
	}

	.strategy {
		padding-bottom: 0;
	}

	.news-grid {
		flex-wrap: wrap;
	}

	.news-card {
		height: 267px;
		border: 1px solid #dddddd;
		padding: 16px 16px 0;
	}

	.tag {
		font-size: 12px;
		padding: 3px 10px;
	}

	.news-card .date {
		font-size: 12px;
	}

	.news-card .top {
		margin-bottom: 15px;
	}

	.news-card h3 {
		font-size: 17px;
		color: #333333;
		height: auto;
		line-height: 25px;
	}

	.more-btn {
		margin: 0px auto 0;
	}

	.news-card .redline {
		width: 18px;
		height: 3px;
		margin-bottom: 11px;
		margin-bottom: 12px;
	}

	.news-card:hover {
		height: 293px;
	}

	.news {
		padding-bottom: 19px;
	}

	.sec-head .kicker {
		font-size: 16px;
	}

	.sec-head h2 {
		gap: 16px;
	}

	.sec-head .en {
		font-size: 14px;
	}

	.sec-head h2::before,
	.sec-head h2::after {
		width: 30px;
	}

	.env-card {
		grid-template-columns: initial;
	}

	.env-cell {
		padding: 30px;
		height: auto;
		background-size: cover !important;
	}

	.env-cell h3 {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.env-cell .desc {
		font-size: 14px;
		line-height: 28px;
	}

	.env-cell .desc em {
		font-size: 16px;
		font-weight: 700;
	}

	.bar-row {
		margin-top: 20px;
	}

	.bar-row .bl {
		font-size: 14px;
	}

	.bar-row .pct {
		font-size: 16px;
	}

	.env-note {
		margin-top: 40px;
		font-size: 14px;
		line-height: 26px;
	}

	.env-note em {
		font-size: 16px;
	}

	.env-cell:nth-child(3) {
		height: auto;
	}

	.env-cell:nth-child(4) {
		height: auto;
	}

	.icon-item .t {
		font-size: 17px;
	}

	.icon-item img {
		width: 37px;
		height: 37px;
		margin-right: 16px;
	}

	.icon-item {
		padding: 18px 6px 18px 6px;
	}

	.icon-item .d {
		font-size: 14px;
	}

	.environment {
		padding-bottom: 60px;
	}

	.social-stage {
		flex-wrap: wrap;
	}

	.s-col {
		width: 100%;
		flex: initial;
		border-bottom: 1px solid #0000002e;
	}

	.s-col .label {
		display: none;
	}

	.panel .item {
		display: none;
	}

	.panel h3 {
		font-size: 19px;
		margin-bottom: 10px;
	}

	.panel .intro {
		font-size: 15px;
		border-bottom: initial;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.social {
		padding-bottom: 45px;
	}

	.s-col.active {
		flex: initial;
	}

	.panel h3::before {
		left: 0;
		top: 5px;
		width: 3px;
		height: 17px;
	}

	.s-col .mask {
		height: 100%;
		background: #ffffffc9;
	}

	.gov-card {
		flex: initial;
	}

	.gov-grid {
		flex-wrap: wrap;
	}

	.s-col .panel {

		background: transparent;
		padding: 23px 23px 0 23px;
		transform: translateY(0%) !important;
	}

	.gov-card .head {
		height: 70px;
	}

	.gov-card .intro {
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 25px;
		min-height: auto;
	}

	.gov-card .head h3 {
		font-size: 20px;
	}

	.gov-card .body {
		padding: 26px 26px 26px;
	}

	.gov-card .sep {
		padding-bottom: 20px;
	}

	.gov-card .li {
		margin-bottom: 16px;
	}

	.outlook {
		padding: 40px 0 40px;
	}

	.outlook .kicker {
		font-size: 28px;
	}

	.outlook .txt {
		width: 90%;
	}

	.outlook .txt p {
		font-size: 15px;
		margin-bottom: 18px;
	}

	.outlook .en-row {
		margin: 16px 0 26px;
	}

	.outlook .hr {
		width: 90%;
		margin: 30px auto 30px;
	}

	.outlook .slogan {
		font-size: 30px;
	}
}