* {
	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);
}
/* banner end */
/* content start */
.content{
	width: 100%;
	padding-top: 60px;
}
.news-title{
	width: 1170px;
	margin: 0px auto;
	border-left: 10px solid #4371E7;
	padding-left: 20px;
}
.news-title>p:nth-child(1){
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	font-weight: 600;
}
.news-title>p:nth-child(2){
	margin-top: 16px;
	font-size: 20px;
	line-height: 24px;
	color: #b2b2b2;
}

.title-divider{
	width: 1200px;
	height: 1px;
	margin: 0px auto;
	background-color: #CCCCCC;
	margin-top: 40px;
	margin-bottom: 40px;
}
.news-content{
	width: 1000px;
	margin: 0px auto;
	font-size: 0;
}
.news-content>p{
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	text-indent: 2em;
	margin-bottom: 16px;
	text-align: justify;
}
.news-content>.imgbox{
	width: 100%;
	text-align: center;
	margin: 0px auto;
}
/* content end */