﻿
.banner{
	position: relative;
	margin: 48px auto;
}
.banner div.slick-slide{
	display: flex;
}
.banner div.slick-slide>div:first-child{
	position: relative;
}
.banner div.slick-slide>div:first-child a{
	display: block;
}
.banner div.slick-slide>div:first-child img{
	width: 800px;
	height: 450px;
	display: block;
}
.banner div.slick-slide>div:first-child p{
	position: absolute;
	z-index: 3;
	line-height: 50px;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	padding-left: 24px;
	color: #fff;
	bottom: 0px;
}
.banner div.slick-slide>div:last-child{
	background-color: #0159a0;
	padding: 40px 30px;
}
.banner div.slick-slide>div:last-child p.banner_title{
	color: #fff;
	font-size: 24px;
	line-height:32px;
	margin-bottom: 20px;
}
.banner div.slick-slide>div:last-child p.banner_abstract{
	color: #fff;
	font-size: 14px;
	line-height: 32px;
}
.banner div.slick-slide>div:last-child p.banner_abstract a{
	color: #fff;

}
.banner div.slick-slide>div:last-child p.banner_abstract a:hover{
	text-decoration: underline;
}
.banner div.slick-slide>div:last-child p.banner_time{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items:center;
	justify-content: flex-end;
	margin-top: 36px;
}
.banner div.slick-slide>div:last-child p.banner_time:before{
	content:"";
	width: 16px;
	height: 16px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/clock-fill.png);
	margin-right: 4px;
}
.banner .slick-dots{
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 5;
	right: 500px;
	bottom: 16px;
}
.banner .slick-dots li{
	margin-right: 9px;
}
.banner .slick-dots li.slick-active button{
	background-color: #0159a0;
}
.banner .slick-dots li button{
	border: none;
	outline: none;
	width: 30px;
	height: 5px;
	background-color: #fff;
}

.line_one,.line_two{
	display: flex;
}
.left_side{
	width: 800px;
}
.right_side{
	width: 400px;
	padding-left: 40px;
}
.column_title{
	padding:0px 12px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: space-between;
	line-height: 50px;
}
.column_title p{
	color: #0159a0;
	display: flex;
	align-items: center;
	font-size: 18px;
	padding-left: 12px;
	font-weight: bold;
}
.column_title p:after{
	content: "";
	background-image: url(../img/decor_right.png);
	width: 13px;
	height: 19px;
	display: block;
	margin-left: 8px;
}
.intro_main{
	padding: 24px 0px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
}
.equip_list{
	padding: 12px 0px;
}
.equip_list ul{
	display: flex;
	justify-content: space-between;
}
.equip_list ul img{
	width: 190px;
	height: 140px;
}
.notice_list{
	padding-top: 4px;
}
.notice_list ul li a{
	display: block;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #444;
	margin-top: 13px;
	font-size: 14px;
}
.notice_list ul li a:before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	background-color: #0159a0;
	margin-right: 8px;
}
.software_list ul{
	display: flex;
	flex-wrap: wrap;
	padding-top: 12px;
	padding-bottom: 36px;
}
.software_list ul li{
	width: 25%;
	margin-top: 32px;
}
.software_list ul li a{
	display: block;
	text-align: center;
}
.software_list ul li a img{
	width: 75px;
	height: 75px;
}
.software_list ul li a p{
	font-size: 18px;
	color: #0159a0;
	line-height: 48px;
}
.download{
	margin-top: 12px;
}
.download_list{
	padding-top: 4px;
}
.download_list ul li a{
	display: block;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #444;
	margin-top: 14px;
	font-size: 14px;
}
.download_list ul li a:before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	background-color: #0159a0;
	margin-right: 8px;
}
.line_column_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.line_column_title p{
	font-size: 24px;
	color: #0159a0;
	letter-spacing: 6px;
}
.lab_view {
	padding: 48px 0px;
}
.lab_view ul{
	display: flex;
	justify-content: space-between;
}
.lab_view img{
	width: 280px;
	height: 180px;
}