* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none
}

;

.a1:link {
	color: #1151AE;
}

.a1:visited {
	color: #1151AE;
}

.a1:active {
	color: #1151AE;
}

/* 页头 */
.header {
	width: 100%;
	height: 147px;
	position: relative;
}

.header img {
	width: 100%;
	height: 100%;
}

.header-title {
	position: absolute;
	top: 32px;
	left: calc((100% - 1200px )	 / 2);
	color: #1151AE;
	font-size: 56px;
	font-weight: bold;
}

.content {
	max-width: 1200px;
	min-width: 1200px;
	margin: 34px auto;
}

.main-container {
	display: flex;
}

.main-container-left {
	padding-right: 36px;
}



/* 导航栏 */
.swiper-container {
	width: 685px;
	height: 384px;
}

.pagination {
	position: absolute;
	top: 352px;
	left: calc(100% - 208px);
	width: 200px;
	z-index: 20;
	height: 32px;
	line-height: 32px;
	text-align: right;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #FF8224;
}

.swiper-slide {
	position: relative;
}

.slide-img {
	z-index: 0;
}

.slide-title-wrapper {
	position: absolute;
	height: 32px;
	width: 685px;
	left: 0;
	top: 352px;
	line-height: 32px;
	padding-left: 17px;
	background-color: rgba(0, 0, 0, 0.66);
	z-index: 30;
	font-size: 14px;
}
.slide-title-wrapper .swiper-title-a{
	color: #FFFFFF;
}

.tech-trends-container {
	width: 100%;
}

.tech-trends-header{
	display: flex;
	margin-top: 20px;
}
.tech-trends-header .header-title-wrap{
	position: relative;
	width: 90px;
	height: 33px;
	border-bottom: 3px solid #1869E1;
	margin-left: 12px;
}
.tech-trends-header .header-title-wrap .title{
	font-size: 22px;
	color: #26487A;
	z-index: 10;
	font-weight: 700;
}
.tech-trends-header .header-title-wrap .sub-title{
	position: absolute;
	width: 200px;
	top: 12px;
	left: 0;
	font-size: 16px;
	color: #D2DAE5;
	z-index: -1;
}

.tech-trends-header .more-wrap{
	width: calc(100% - 102px);
	height: 33px;
	line-height: 33px;
	text-align: right;
	border-bottom: 3px solid #F1F4F8;
	color: #9CA7B8;
}

.tech-trends-content {
	display: flex;
	margin-top: 24px;
	/* justify-content: flex-end; 与margin-left auto一起用，ie中失效*/
	
}
.tech-trends-content .content-title-wrap{
	flex: 8;
	display: flex;
	align-items: center;
}

.tech-trends-content .content-title-wrap .tip{
	width: 8px;
	height: 8px;
	border: 1px solid #D6D7DA;
	border-radius: 50%;
}
.tech-trends-content .content-title-wrap .title{
	width: 560px;
	margin-left: 10px;
	font-size: 14px;
	color: #0E1A2D;
}
.tech-trends-content .date-wrap{
	flex: 2;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	color: #A7B1C0;
}

/* 登录表单区域 */
.from-container {
	width: 479px;
	height: 570px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0px 2px 10px 0px #E0E8EE;

}

.from-content {
	padding: 0 59px;
	width: 362px;
}

.from-container .sys-title {
	font: Microsoft YaHei;
	font-size: 28px;
	font-weight: 700;
	color: #1151AE;
	height: 20px;
	line-height: 20px;
	margin-top: 28px;
	padding-bottom: 0px;
}

.from-container .login-bot-count {
	height: 45px;
	padding: 0 20px;
	margin-top: 24px;
	border-radius: 4px;
	border: 1px solid #6E7A8A;
	display: flex;
	align-items: center;
}

.login-bot-count:focus-within {
	border: 1px solid #1151AE;
}

.login-bot-count input {
	width: 100%;
	height: 17px;
	line-height: 17px;
	margin-left: 17px;
	font-size: 16px;
	border: none;
	outline: none;
}

.login-bot-count select {
	width: 100%;
	height: 27px;
	line-height: 17px;
	font-size: 16px;
	border: none;
	outline: none;
}

.login-bot-a {
	width: 100%;
	padding-top: 12px;
	display: flex;
	/* justify-content: flex-end; */
}

.login-bot-a label {
	flex: 1;
	display: flex;
	align-items: center;
}

.login-bot-a .forget-pass {
	flex: 1;
	text-align: right;
}

.remember-pass {
	cursor: pointer;
	position: relative;
	width: 16px;
	height: 16px;
	font-size: 14px;
	margin-right: 6px;
}

.remember-pass::after {
	display: block;
	position: absolute;
	top: 0;
	color: #000;
	width: 16px;
	height: 16px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	border-radius: 3px
}

.remember-pass:checked::after {
	display: block;
	content: "\2713";/* √ ✓ */
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	background-color: #1151AE;

}


.login-btn {
	width: 100%;
	height: 45px;
	border-radius: 4px;
	background: #1151AE;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
}

.login-bot-a .old-sys {
	margin-left: auto;
}

.warn-tip-container {
	width: 100%;
	padding-top: 10px;
	color: #95A4BA;
	font-size: 13px;
}

.warn-tip-container p {
	margin-top: 10px;
	height: 14px;
	line-height: 14px;
}


/*  */

.sub-container{
	margin-top: 20px;
	display: flex;
	width: 100%;
}
.sub-container .notice-container{
	width: 362px;
	margin-right: 39px;
}

.notice-header{
	display: flex;
	margin-top: 20px;
}
.notice-header .title-wrap{
	position: relative;
	width: 90px;
	height: 33px;
	border-bottom: 3px solid #1869E1;
	margin-left: 12px;
}
.notice-header .title-wrap .title{
	font-size: 22px;
	color: #26487A;
	z-index: 10;
	font-weight: 700;
}
.notice-header .title-wrap .sub-title{
	position: absolute;
	width: 200px;
	top: 12px;
	left: 0;
	font-size: 16px;
	color: #D2DAE5;
	z-index: -1;
}

.notice-header .more-wrap{
	width: calc(100% - 102px);
	height: 33px;
	line-height: 33px;
	text-align: right;
	border-bottom: 3px solid #F1F4F8;
	color: #9CA7B8;
}

.more-wrap a:link {
	color: #9CA7B8;
}
.more-wrap a:visited {
	color: #9CA7B8;
}
.more-wrap a:active {
	color: #9CA7B8;
}


.notice-content {
	display: flex;
	/* justify-content: flex-end; ie不兼容 */
	margin-top: 24px;
	
}
.notice-content .title-wrap{
	flex: 5;
	display: flex;
	align-items: center;
}

.notice-content .title-wrap .tip{
	width: 8px;
	height: 8px;
	border: 1px solid #D6D7DA;
	border-radius: 50%;
}
.notice-content .title-wrap a{
	display: inline-block;
	width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notice-content .title-wrap .title{
	margin-left: 10px;
	font-size: 14px;
	color: #0E1A2D;
}
.notice-content .date-wrap{
	/* margin-left: auto; */
	flex: 2;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	color: #A7B1C0;
}


/* 页脚 */
.footer{
	width: 100%;
	height: 126px;
	background: #1C3A67;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nav{max-width: 100%;height:48px;background:#1C3A67;margin:0 auto;line-height: 48px;}
.nav .nav-txt{width:1120px;font-size:20px;margin: 0 auto;}
.nav .nav-txt a{color:#fff;text-decoration:none;margin-left:150px}
.nav .nav-txt .first{margin-left:50px}