* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	font-family: -apple-system, SF UI Display, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

body {
	width: 100%;
	min-width: 1300px;
	background-color: #f5f7fa;
}

/* header start */
.header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9;
	transition: all 0.5s ease-in-out;
}

.header>.navbar1 {
	width: 1200px;
	height: 100px;
	margin: 0px auto;
}

.header>.navbar1>.logo {
	float: left;
	line-height: 100px;
}

.header>.navbar1>.logo>a>img {
	vertical-align: middle;
}
.header>.navbar1>.nav1 {
	float: right;
	height: 100px;
	display: flex;
	align-items: center;
}
.header>.navbar1>.nav1>.link {
	float: left;
	position: relative;
}
.header>.navbar1>.nav1>.link{
	margin-left: 60px;
}
.nav1>li>a {
	color: #FFFFFF;
	font-size: 18px;
	padding-bottom: 26px;
}
.link {
	position: relative;
}

.link:hover .link-item {
	border-bottom: 6px solid #4371e7;
}
.nav1>.link>.two {
	position: absolute;
	left: -74px;
	top: 55px;
	width: 220px;
	height: auto;
	background: #545d75;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0px;
	display: none;
}
.nav1>.link>.two>li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0px;
}
.nav1>.link>.two>li a{
	color: #ffffff;
	font-size: 16px;
}
.two li:hover a{
	color: #335E96;
}
.two>li>a:hover{
	color: #94bcff !important;
}
.nav1 li:hover .two{
	display: flex;
}
/* header end */
/* banner start */
.banner {
	position: relative;
	width: 100%;
}

.banner>img {
	display: block;
	height: auto;
	transition: 5s;
	transform: scale(1);
	width: 100%;
}

.bannerText {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
}

.bannerText>p:first-child {
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 3px 3px 5.64px rgba(14, 30, 58, 0.8);
}

/* .bannerText>p:nth-child(2) {
	font-size: 16px;
	line-height: 32px;
	height: 64px;
	color: #FFFFFF;
	width: 400px;
	margin-top: 36px;
} */

/* banner end */
/* content start */
.content {
	width: 100%;
	padding-top: 60px;
}
.news-list {
	width: 1200px;
	margin: 0px auto;
}

.ns-box {
	margin-bottom: 32px;
	height: 230px;
	padding-top: 20px;
	background-color: #FFFFFF;
	transition: all 0.5s;
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}
.ns-box:hover{
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%), -8px -8px 20px 0 #fff;
}
.ns-box:hover .ns-text li:first-child p{
	color: #4371E7;
}
.ns-box>ul {
	display: flex;
	flex-direction: row;
	font-size: 0;
}

.ns-box>ul>li:nth-child(2) {
	margin-right: 69px;
}

.ns-box>ul>li:first-child>img {
	margin-left: 20px;
	margin-right: 30px;
}

.ns-text>li:first-child>p {
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	font-weight: 600;
	margin-top: 4px;
	transition: all 0.3s;
}

.ns-text>li:nth-child(2)>p {
	width: 600px;
	height: 72px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin: 20px 0px;
}

.ns-text>li:nth-child(3)>a {
	display: block;
	text-align: center;
	border-radius: 4px;
	width: 120px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #4371E7;
	transition: all 0.3s;
}

.ns-text>li:nth-child(3)>a:hover {
	background-color: #5a86f7;
}

.nc-divider {
	display: block;
	width: 1px;
	height: 180px;
	margin: 15px 0px;
	background-color: #CCCCCC;
}

.ns-date {
	text-align: right;
}

.ns-date>div {
	width: 200px;
	margin: 0px auto;
	padding-top: 45px;
}

.ns-date>div>p:first-child {
	width: 160px;
	line-height: 32px;
	font-size: 24px;
	color: #B2B2B2;
}

.ns-date>div>p:last-child {
	width: 160px;
	font-size: 48px;
	line-height: 64px;
	color: #B2B2B2;
	margin-top: 24px;
}

.foot_cont{
	width: 1200px;
	margin: 0px auto;
	font-size: 0;
}
.more {
	width: 200px;
	height: 48px;
	box-sizing: border-box;
	border: 1px solid #35A1FC;
	border-radius: 4px;
	display: block;
	text-align: center;
	line-height: 48px;
	color: #35A1FC;
	background-color: rgba(197, 237, 255, 0.6);
	font-size: 16px;
	margin: 0px auto;
	margin-top: 40px;
}

.out_part {
	display: none;
}

/* content end */
