/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

html {
	background: #fff;
	position: relative;
	font-size: 125%;
	overflow-x: hidden;
}

@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}

body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100vh;
	position: relative;
	background: #fff;
	overflow-x: hidden;
	padding-bottom: 1.4rem;
}

@media (max-width:768px) {
	body {

		padding-bottom: 0rem;
	}
}

form {
	display: inline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input,
img {
	vertical-align: middle
}

ol,
ul {
	list-style: none
}

em,
i {
	font-style: normal
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

textarea {
	resize: none
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- header Style ---- */
.header_coat {
	background: url(https://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 1.5rem;
	overflow: hidden;
	width: 100%;
}

.header {
	width: 86.3158%;
	max-width: 1200px;
	margin: 0 auto;
	height: 1.5rem;
}

.header .link {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}

.header .link a {
	color: #333;
	margin: 0 0.3rem;
}

@media (max-width:768px) {
	.header_coat {
		display: none;
	}
}

@media (max-width:414px) {
	.header .link {
		display: none;
	}
}

/* ---- main-layout ---- */
.index-layout {
	padding-bottom: 72px;
}
.main-layout {
	background: url(/news/gtx/images/page-bg.png) center bottom / 100% auto no-repeat,
		url(/news/gtx/images/banner-bg.png) center top / 100% 1020px no-repeat;

}

@media (max-width:2000px) {
	.main-layout {
		background: url(/news/gtx/images/page-bg.png) center bottom / 100% auto no-repeat, url(/news/gtx/images/banner-bg.png) center top / auto 1020px no-repeat;
	}
}

@media (max-width:1200px) {
	.index-layout {
		padding-bottom: 6vw;
	}
	.main-layout {
		background: url(/news/gtx/images/page-bg.png) center bottom / 100% auto no-repeat, url(/news/gtx/images/banner-bg.png) center top / auto 85vw no-repeat;

	}
}
@media (max-width:768px) {
	.index-layout {
		padding-bottom: 9.6vw;
	}
}
/* ---- banner-container ---- */
.banner-container {
	max-width: 1200px;
	margin: 0 auto;
}

.banner-container img {
	width: 100%;
	height: auto;
}

/* ---- top-news-container ---- */
.top-news-container {
	width: 92.8%;
	max-width: 1260px;
	position: relative;
	background: url(/news/gtx/images/top-news-top.png) center top / 100% auto no-repeat,
		linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	padding: 24px 30px 33px;
	margin: 0 auto;
	border-top: 1px solid rgba(216, 222, 239, 0.8);
	box-shadow: 0px -3px 3px rgba(216, 222, 239, 0.6);
}

.top-news-container::before,
.top-news-container::after {
	content: "";
	position: absolute;
	top: 24px;
	width: 48px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.top-news-container::before {
	right: 100%;
	background-image: url(/news/gtx/images/top-news-left.png);
}

.top-news-container::after {
	left: 100%;
	background-image: url(/news/gtx/images/top-news-right.png);
}

.top-news-left {
	width: 48.33%;
	float: left;
}

.top-news-right {
	width: 48.33%;
	float: right;
}

.top-news-headline {
	border-bottom: 2px solid #e5e9f7;
	padding-bottom: 18px;
	margin-bottom: 12px;
	position: relative;
}

.top-news-headline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 24px;
	height: 4px;
	background: #d4e1f6;
	overflow: hidden;
	line-height: 0;
}

.top-news-headline h1.title {
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	padding-left: 24px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top-news-headline h1.title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 30px;
	overflow: hidden;
	line-height: 0;
	background: #9ab8f4;
}

.top-news-headline p.summary {
	position: relative;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	padding-left: 24px;
	color: #333333;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.top-news-headline p.summary::before {
	content: "";
	position: absolute;
	left: 0;
	height: 38px;
	top: 5px;
	width: 2px;
	line-height: 0;
	overflow: hidden;
	background: #e5e9f7;
}

.top-news-headline p.summary a {
	color: #cc0000;
	display: inline-block;
}

.top-news-list {
	margin-bottom: 27px;
	padding-left: 24px;
}

.top-news-list li {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top-news-pics {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-news-pics li {
	width: 47.4%;
	height: 154px;
	position: relative;
	overflow: hidden;
}

.top-news-pics li img {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.top-news-pics li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #2252a3;
}

.top-news-pic {
	width: 100%;
	height: 384px;
	overflow: hidden;
	position: relative;
}

.top-news-pic img {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.top-news-pic p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #2252a3;
}

@media (max-width:1360px) {
	.top-news-container {
		padding: 1.765vw 2.2vw 2.4vw;
		box-shadow: 0px -0.22vw 0.22vw rgba(216, 222, 239, 0.6);
	}

	.top-news-container::before,
	.top-news-container::after {
		top: 1.765vw;
		width: 3.53vw;
	}
}

@media (max-width:1200px) {
	.top-news-headline {
		border-bottom-width: 0.25vw;
		padding-bottom: 1.5vw;
		margin-bottom: 1vw;
	}

	.top-news-headline::after {
		bottom: -0.25vw;
		width: 2vw;
		height: 0.5vw;
	}

	.top-news-headline h1.title {
		height: 2.5vw;
		line-height: 2.5vw;
		font-size: 2.25vw;
		padding-left: 2vw;
		margin-bottom: 1vw;
	}

	.top-news-headline h1.title::before {
		width: 0.8vw;
		height: 2.5vw;
	}

	.top-news-headline p.summary {
		height: 4vw;
		line-height: 2vw;
		font-size: 1.25vw;
		padding-left: 2vw;
	}

	.top-news-headline p.summary::before {
		height: 3.25vw;
		top: 0.5vw;
		width: 0.25vw;
	}

	.top-news-list {
		margin-bottom: 2.25vw;
		padding-left: 2vw;
	}

	.top-news-list li {
		height: 3.5vw;
		line-height: 3.5vw;
		font-size: 1.75vw;
	}

	.top-news-pics li {
		height: 12.75vw;
	}

	.top-news-pics li p {
		height: 2.5vw;
		line-height: 2.5vw;
		padding: 0 1.25vw;
		font-size: 1.25vw;
	}

	.top-news-pic {
		height: 32.25vw;
	}

	.top-news-pic p {
		height: 3.25vw;
		line-height: 3.25vw;
		padding: 0 1.25vw;
		font-size: 1.33vw;
	}
}

@media (max-width:768px) {
	.top-news-left {
		width: 100%;
		float: none;
	}

	.top-news-right {
		width: 100%;
		float: none;
	}

	.top-news-headline {
		border-bottom-width: 0.4vw;
		padding-bottom: 2.4vw;
		margin-bottom: 1.6vw;
	}

	.top-news-headline::after {
		bottom: -0.4vw;
		width: 3.2vw;
		height: 0.8vw;
	}

	.top-news-headline h1.title {
		height: auto;
		line-height: 4.4vw;
		font-size: 3.6vw;
		padding-left: 3.2vw;
		margin-bottom: 1.6vw;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}

	.top-news-headline h1.title::before {
		width: 0.8vw;
		height: calc(100% - 0.8vw);
		top: 0.4vw;
	}

	.top-news-headline p.summary {
		height: auto;
		line-height: 3.2vw;
		font-size: 2vw;
		padding-left: 3.2vw;
		overflow: unset;
		text-overflow: unset;
		display: block;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
	}

	.top-news-headline p.summary::before {
		height: calc(100% - 1.2vw);
		top: 0.6vw;
		width: 0.4vw;
	}

	.top-news-list {
		margin-bottom: 3.6vw;
		padding-left: 3.2vw;
	}

	.top-news-list li {
		height: auto;
		line-height: 3.2vw;
		padding: 1vw 0;
		font-size: 2.1vw;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}

	.top-news-pics li {
		height: 23.7vw;
	}

	.top-news-pics li p {
		height: 4.4vw;
		line-height: 4.5vw;
		padding: 0 2vw;
		font-size: 2vw;
	}

	.top-news-pic {
		margin-top: 4vw;
		height: 59.1vw;
	}

	.top-news-pic p {
		height: 5.2vw;
		line-height: 5.2vw;
		padding: 0 2vw;
		font-size: 2.4vw;
	}
}

@media (max-width:475px) {
	.top-news-headline h1.title {
		line-height: 4.8vw;
		font-size: 4vw;
	}

	.top-news-headline p.summary {
		line-height: 4.4vw;
		font-size: 3.2vw;
	}

	.top-news-list li {
		line-height: 4.8vw;
		padding: 1.2vw 0;
		font-size: 3.6vw;
	}

	.top-news-pics li p {
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 3.2vw;
	}

	.top-news-pic p {
		font-size: 3.2vw;
	}
}

/* ---- main-header-bar ---- */
.main-header-bar {
	height: 164px;
	position: relative;
	width: 100%;
	line-height: 0;
	text-align: center;
	margin-bottom: 28px;
}

.main-header-bar .slogan {
	height: 100%;
	width: auto;
}

.main-header-bar::before,
.main-header-bar::after {
	content: "";
	position: absolute;
	top: 44.5%;
	height: 4px;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-image: url(/news/gtx/images/head-bg.png);
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.main-header-bar::before {
	left: 0;
	width: 30.5%;
}

.main-header-bar::after {
	right: 84px;
	width: calc(30.5% - 84px);
}

.main-header-bar a.more {
	width: 75px;
	height: 30px;
	position: absolute;
	top: 34.15%;
	right: 0;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #1565cd;
	border-radius: 3px;
}

.main-header-bar a.more:hover {
	text-decoration: none;
}

@media (max-width:1200px) {
	.main-header-bar {
		height: 13.75vw;
		margin-bottom: 2.25vw;
	}

	.main-header-bar::before,
	.main-header-bar::after {
		height: 0.33vw;
	}

	.main-header-bar::before {
		width: 29%;
	}

	.main-header-bar::after {
		right: 7vw;
		width: calc(29% - 7vw);
	}

	.main-header-bar a.more {
		width: 6.25vw;
		height: 2.5vw;
		line-height: 2.5vw;
		font-size: 1.33vw;
		border-radius: 0.25vw;

	}
}

@media (max-width:768px) {
	.main-header-bar {
		margin-bottom: 3.6vw;
	}

	.main-header-bar::before {
		left: 0;
		width: 29%;
	}

	.main-header-bar::after {
		right: 11.2vw;
		width: calc(29% - 11.2vw);
	}

	.main-header-bar a.more {
		width: 10vw;
		height: 4vw;
		line-height: 4vw;
		font-size: 2.4vw;
		border-radius: 0.4vw;
		top: 30%;
	}
}

@media (max-width:475px) {

	.main-header-bar::before {
		left: 0;
		width: 29%;
	}

	.main-header-bar::after {
		right: 14vw;
		width: calc(29% - 14vw);
	}

	.main-header-bar a.more {
		width: 12.8vw;
		font-size: 3.2vw;
	}
}

/* ---- shandong-people-list ---- */
.shandong-people-list {
	display: flex;
	align-items: flex-start;
	align-content: start;
	justify-content: start;
	flex-wrap: wrap;
}

.shandong-people-list li {
	width: 31.66%;
	margin-right: 2.51%;
	margin-bottom: 39px;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.shandong-people-list li:nth-of-type(3n) {
	margin-right: 0;
}

.shandong-people-list li img {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.shandong-people-list li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #2252a3;
}

@media (max-width: 1200px) {
	.shandong-people-list li {
		margin-bottom: 3.25vw;
		height: 20.75vw;
	}

	.shandong-people-list li p {
		height: 3.75vw;
		line-height: 3.75vw;
		padding: 0 1.25vw;
		font-size: 1.33vw;
	}
}

@media (max-width: 768px) {
	.shandong-people-list {
		justify-content: space-between;
	}

	.shandong-people-list li {
		width: 47.5%;
		margin-right: 0;
		margin-bottom: 5.2vw;
		height: 29.5vw;
	}

	.shandong-people-list li p {
		height: 6vw;
		line-height: 6vw;
		padding: 0 2vw;
		font-size: 2.4vw;
	}
}

@media (max-width: 475px) {
	.shandong-people-list li p {
		font-size: 3.2vw;
	}
}

/* ---- recommend-officer ---- */
.recommend-officer {
	display: flex;
	align-items: flex-start;
	align-content: start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recommend-officer li {
	margin-bottom: 38px;
	width: 48.33%;
	display: flex;
	justify-content: flex-end;
	justify-items: flex-end;
	position: relative;
}

.recommend-officer li .pic {
	width: 60.345%;
	height: 230px;
	overflow: hidden;
	position: relative;
}

.recommend-officer li .pic img {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.recommend-officer li .officer {
	position: absolute;
	left: 0;
	top: 18px;
	width: 43.8%;
	background: #0e5eca;
	padding: 27px 16px 36px;
}

.recommend-officer li .officer::after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 24px solid #0e5eca;
	border-right: 39px solid transparent;
}

.recommend-officer li .officer h2 {
	min-height: 33px;
	line-height: 33px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 9px;
}

.recommend-officer li .officer h2 i {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding: 0 8px;
	margin-right: 10px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	background: #ec591a;
}

.recommend-officer li .officer p {
	height: 78px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.recommend-officer li .officer p a {
	display: inline-block;
}
@media (max-width: 1200px) {
	.recommend-officer li {
		margin-bottom: 3.25vw;
	}
	
	.recommend-officer li .pic {
		height: 19.25vw;
	}
	
	.recommend-officer li .officer {
		top: 1.5vw;
		padding: 2.25vw 1.33vw 3vw;
	}
	.recommend-officer li .officer::after {
		border-top: 2vw solid #0e5eca;
		border-right: 3.25vw solid transparent;
	}

	.recommend-officer li .officer h2 {
		min-height: 2.75vw;
		line-height: 2.75vw;
		font-size: 2vw;
		margin-bottom: 0.75vw;
	}
	
	.recommend-officer li .officer h2 i {
		height: 2vw;
		line-height: 2vw;
		padding: 0 0.75vw;
		margin-right: 0.75vw;
		border-radius: 0.25vw;
		font-size: 1.33vw;
	}
	
	.recommend-officer li .officer p {
		height: 6.75vw;
		line-height: 2.25vw;
		font-size: 1.25vw;
	}
}
@media (max-width: 768px) {
	.recommend-officer li {
		margin-bottom: 5.2vw;
		width: 100%;
	}
	
	.recommend-officer li .pic {
		height: 35.4vw;
	}
	
	
	.recommend-officer li .officer {
		top: 2.4vw;
		padding: 3.6vw 2vw 4.8vw;
	}
	
	.recommend-officer li .officer::after {
		border-top: 3.2vw solid #0e5eca;
		border-right: 5.2vw solid transparent;
	}
	
	.recommend-officer li .officer h2 {
		min-height: 4.4vw;
		line-height: 4.4vw;
		font-size: 3.2vw;
		margin-bottom: 1.2vw;
	}
	
	.recommend-officer li .officer h2 i {
		height: 3.2vw;
		line-height: 3.2vw;
		padding: 0 1.2vw;
		margin-right: 1.2vw;
		border-radius: 0.4vw;
		font-size: 2vw;
	}
	
	.recommend-officer li .officer p {
		height: 10.8vw;
		line-height: 3.6vw;
		font-size: 2vw;
	}
}
@media (max-width: 475px) {
	.recommend-officer li .officer h2 {
		min-height: 4.8vw;
		line-height: 4.8vw;
		font-size: 4vw;
		margin-bottom: 1.2vw;
	}
	
	.recommend-officer li .officer h2 i {
		height: 4vw;
		line-height: 4vw;
		font-size: 3.2vw;
	}
	
	.recommend-officer li .officer p {
		height: 14.4vw;
		line-height: 4.8vw;
		font-size: 3.2vw;
	}
}

/* ---- recommend-officer-list ---- */
.recommend-officer-list {
	display: flex;
	align-items: flex-start;
	align-content: start;
	justify-content: start;
	flex-wrap: wrap;
}

.recommend-officer-list li {
	width: 23.75%;
	margin-right: 1.66%;
	margin-bottom: 39px;
	height: 190px;
	overflow: hidden;
	position: relative;
}

.recommend-officer-list li:nth-of-type(4n) {
	margin-right: 0;
}

.recommend-officer-list li img {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.recommend-officer-list li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #2252a3;
}
@media (max-width: 1200px) {
	.recommend-officer-list li {
		margin-bottom: 3.25vw;
		height: 15.5vw;
	}
	.recommend-officer-list li p {
		height: 3vw;
		line-height: 3vw;
		padding: 0 1.25vw;
		font-size: 1.33vw;
	}
}
/* @media (max-width: 1024px) {
	.recommend-officer-list li {
		width: 31.8%;
		margin-right: 2.3%;
		margin-bottom: 3.9vw;
		height: 20.3vw;
	}
	
	.recommend-officer-list li:nth-of-type(4n) {
		margin-right: 2.3%;
	}
	
	.recommend-officer-list li:nth-of-type(3n) {
		margin-right: 0;
	}

	.recommend-officer-list li p {
		height: 3.6vw;
		line-height: 3.6vw;
		padding: 0 1.5vw;
		font-size: 1.6vw;
	}
} */
@media (max-width: 768px) {
	.recommend-officer-list {
		justify-content: space-between;
	}
	
	.recommend-officer-list li {
		width: 47.5%;
		margin-right: 0;
		margin-bottom: 5.2vw;
		height: 30.2vw;
	}
	
	.recommend-officer-list li:nth-of-type(4n) {
		margin-right: 0;
	}
	.recommend-officer-list li:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.recommend-officer-list li p {
		height: 4.8vw;
		line-height: 4.8vw;
		padding: 0 2vw;
		font-size: 2.4vw;
	}
}
@media (max-width: 475px) {
	.recommend-officer-list li p {
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 3.2vw;
	}
}
/* ---- navigation-pic-list ---- */
.navigation-pic-list {
	display: flex;
	align-items: flex-start;
	align-content: start;
	justify-content: start;
	flex-wrap: wrap;
}

.navigation-pic-list li {
	width: 31.66%;
	margin-right: 2.51%;
	margin-bottom: 39px;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.navigation-pic-list li:nth-of-type(3n) {
	margin-right: 0;
}

.navigation-pic-list li img {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.navigation-pic-list li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #2252a3;
}

@media (max-width: 1200px) {
	.navigation-pic-list li {
		margin-bottom: 3.25vw;
		height: 20.75vw;
	}

	.navigation-pic-list li p {
		height: 3.75vw;
		line-height: 3.75vw;
		padding: 0 1.25vw;
		font-size: 1.33vw;
	}
}

@media (max-width: 768px) {
	.navigation-pic-list {
		justify-content: space-between;
	}

	.navigation-pic-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5.2vw;
		height: 56.8vw;
	}

	.navigation-pic-list li p {
		height: 6vw;
		line-height: 6vw;
		padding: 0 2vw;
		font-size: 2.4vw;
	}
}

@media (max-width: 475px) {
	.navigation-pic-list li p {
		font-size: 3.2vw;
	}
}

/* ---- navigation-list ---- */
.navigation-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: start;
	flex-wrap: wrap;
}
.navigation-list li {
	width: 48.5%;
	margin-bottom: 12px;
	padding: 12px 24px 12px 54px;
	position: relative;
	background: #eaf2ff;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.navigation-list li::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 25px;
	width: 10px;
	height: 10px;
	background: #2150a1;
	overflow: hidden;
}
@media (max-width: 1200px) {
	.navigation-list li {
		margin-bottom: 1vw;
		padding: 1vw 2vw 1vw 4.5vw;
		font-size: 1.75vw;
		line-height: 3vw;
	}
	.navigation-list li::before {
		left: 2.5vw;
		top: 2.25vw;
		width: 0.75vw;
		height: 0.75vw;
	}
}
@media (max-width: 768px) {
	.navigation-list li {
		width: 100%;
		margin-bottom: 1.6vw;
		padding: 1.6vw 3.2vw 1.6vw 5.6vw;
		font-size: 2.8vw;
		line-height: 4.8vw;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}
	.navigation-list li::before {
		left: 2.8vw;
		top: 3.6vw;
		width: 1.2vw;
		height: 1.2vw;
	}
}
@media (max-width: 475px) {
	.navigation-list li {
		font-size: 3.6vw;
		line-height: 6vw;
	}
	.navigation-list li::before {
		top: 4vw;
	}
}

/* ---- container Style ---- */
.container {
	width: 92.8%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #353535;
	color: #fff;
	font: 12px;
	line-height: 1.4rem;
	height: 1.4rem;
	width: 100%;
}

.footer {
	margin: 0 auto;
	position: relative;
	width: 86.3158%;
	max-width: 1200px;
	line-height: 1.4rem;
	font-size: 12px;
}

.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}

.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:1020px) {

	.footer p a {
		display: inline-block;
	}
}

@media (max-width:768px) {
	.footer {
		text-align: center;
		display: none;
	}

	.footer p {
		display: none;
	}
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2025-05-16 16:52:27" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->