/* CSS Document */
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: "PingFang SC";
	font-weight: 300;
}

img {
	border: 0;
	vertical-align: middle;
}

ul,
ol {
	list-style-type: none;
}

a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: black;
	overflow: hidden;
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

a:visited {
	color: black;
}



a.ex1:hover,
a.ex1:active,
a.ex1:visited {
	color: white;
}

/* 公共css */
.bgGray {
	background: #ebeff3;
}

.bgWhite {
	background: #fff;
}

.disNone {
	display: none;
}

.commWidth {
	width: 1196px;
	margin: 0px auto;
}

/* 头部 */
.header {
	height: 70px;
}

.header a#logo img {
	height: 50px;
	margin-top: 10px;
}

#logo span {
	margin-bottom: 4px;
	display: inline-block;
	/* 保证可对齐 */
	vertical-align: bottom;
	/* 和图片底部对齐 */
	font-size: 25px;
	font-weight: 700;
	color: #1D2089;
}


.navBorPointer {
	display: none;
	position: absolute;
	right: 11px;
	top: 33px;
	z-index: 1004;
}

/* 导航 */
.navigation {
	overflow: auto;
	zoom: 1;
	float: right;
}

.navigation li {
	float: left;
	margin-left: 72px;
}

.navigation li a {
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	padding: 0px 6px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}

.navigation li.current a,
.navigation li.mouseover a {
	border-bottom: 4px solid #1D2089;
	/* 蓝色下划线，可换颜色和粗细 */
	color: #1D2089;
}

.navMask {
	width: 100%;
	height: 100%;
	background: red;
	position: fixed;
	z-index: 1002;
	display: none;
	opacity: 0;
}

/* FLash样式 */
#flashContain {}

.bannerPrevious,
.bannerNext {
	width: 60px;
	height: 60px;
	position: absolute;
	margin-top: 230px;
	cursor: pointer;
}

.bannerPrevious {
	left: 0;
}

.bannerNext {
	right: 0;
}

#flashContain ul li {
	height: auto;
	display: none;
}

#flashContain ul li.current {
	display: block;
}

.bannerImage img {
	max-width: 100%;
	height: auto;
}

.document {
	width: 100%;
	margin: 0px auto 0px;
	padding-top: 60px;
	overflow: auto;
	zoom: 1;
}

.document .left,
.document .right {
	float: left;
	width: 595px;
	height: 360px;
	backgrou1nd: red;
	text-align: center;
	color: #fff;
	font-size: 100px;
	font-weight: bold;
}

.document .right {
	float: right;
}

.document .leftCon,
.document .rightCon {
	position: absolute;
	width: 590px;
	opacity: 0;
	bor1der: 1px solid yellow;
}

.document .leftCon {
	margin-left: -200px;
}

.document .rightCon {
	margin-left: 200px;
}

#flashSwitch {
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: -50px;
	position: absolute;
	width: 100%;
}

#flashSwitch span {
	margin: 0px 3px;
	font-size: 15px;
	cursor: pointer;
}

/* 项目标题 */
.itemTitle {
	padding: 40px 0px 20px;
}

.itemTitle p {
	text-align: center;
	font-size: 28px;
	line-height: 42px;
}

.itemTitle .chinese {
	color: #333;
}

.itemTitle .english {
	color: #999;
	font-weight: lighter;
}

h2.newsTitle {
	padding-left: 15px;
	font-size: 30px;
	color: #1d2088;
	letter-spacing: 4px;
	padding-bottom: 30px;
}

.news-wrapper {
	display: flex;
	align-items: flex-start;
	/* 顶部对齐 */
	justify-content: space-between;
	gap: 20px;
	/* 左右间距 */
}

.news-list {
	flex: 1;
	/* 占据左侧剩余空间 */
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-list h4 {
	display: inline;
}

/* .rwdnewsli {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	color: #333;
} */

.rwdnewsli {
	padding: 8px 0;
	display: flex;
	align-items: baseline;
	/* 顶部对齐 */
	gap: 10px;
	/* 左右间距可自调 */
}

.newsDate {
	font-size: 18px;
	font-weight: 600;
	color: black;
	white-space: nowrap;
	line-height: 1.4;
	/* 可微调垂直位置 */
}

.rwdnewsli a {
	font-weight: 400;
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

.news-image {
	width: 500px;
	/* 可根据实际情况调整 */
	height: auto;
}

.footer {
	font-weight: 100;
	background: #2d3a44;
	color: #fff;
	min-height: 200px;
}

.footer .footInfo {
	padding: 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer .footInfo ul {
	padding: 8px;
	line-height: 2em;
}


.addinfo li:last-child {
	display: inline-flex;
	align-items: center;
}

.footer a {
	display: inline;
	color: #fff;
}

.footer li {
	height: 40px;
}

.footer h5 {
	display: inline;
}

.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-phone:before {
	content: "\f095";
	font-family: "FontAwesome";
}

.fa-map-marker-alt:before {
	content: "\f124";
	font-family: "FontAwesome";
	vertical-align: middle;
	/* 关键！上下对齐到中线 */

}

.footerwrap {
	font-size: 16px;
	text-align: center;
	background: #1D2087;
	color: #FFF;
	overflow: hidden;
	padding: 15px;
}

.footerwrap a {
	display: inline;
	color: #FFF;
}

/* 回到顶部按钮 */
#backToTop {
	width: 47px;
	height: 47px;
	background: url(../images/backTop.png);
	background-size: contain;
	cursor: pointer;
	position: fixed;
	z-index: 100000;
	right: 30px;
	bottom: 100px;
	display: none;
}

/* 备注 */
@media screen and (max-width: 820px) {}

@media screen and (min-width: 821px) and (max-width: 1195px) {}