
/* banner */
.banner {
	background: url(../images/3.png) no-repeat center center;
	min-width: 1366px;
	height: 450px;
	padding-top: 100px;
	background-size: cover;
}

.gradient-text {
  background: linear-gradient(to right, #4379FF, #9362DA);
  -webkit-text-fill-color: transparent; /* Chrome、Safari等 */
  text-fill-color: transparent; /* 标准属性 */
  background-clip: text;
  -webkit-background-clip: text; /* Chrome、Safari等 */
}


/* 切换 */
.centera{
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}
#oranger{
	font-size: 0;
}
#oranger a {
	font-size: 20px;
	padding: 15px 30px;
	border: 1px solid #FFFFFF;
	border-radius: 6px 6px 6px 0;
}

.hover {
	color: #1975FF;
	background-color: #fff;
}

.box {
	display: none;
	z-index: 0;
}
.tablea{
	margin-top: 14px;
	position: relative;
}
.tablea input{
	width: 100%;
	border: none;
	padding: 20px 50px;
	border-radius: 0 6px 6px 6px;
}
.tablea .search{
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 0 0 15px;
}
.tablea .searchBtn{
	position: absolute;
	right: 9px;
	top: 9px;
}
.titlePosition{
	position: relative;
}
.more{
	position: absolute;
	right: 0;
	top: 70px;
	font-size: 14px;
}
.listBox:hover .listTitle{
	color: #1975FF;
}
.listTitle{
	height: 46px;
}
.listBox{
	position: relative;
	height: 354px;
}
.lableZi{
	background-color: #9362DA;
	border-radius: 0 0 6px 0;
	padding: 6px 10px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 0;
}
.lableLan{
	background-color: #43CCFF;
	border-radius: 0 0 6px 0;
	padding: 6px 10px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 0;
}
.lableHuang{
	background-color: #FF6C2B;
	border-radius: 0 0 6px 0;
	padding: 6px 10px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 0;
}
.lableHui{
	background-color: #BFBFBF;
	border-radius: 0 0 6px 0;
	padding: 6px 10px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 0;
}
.listTwo{
	box-shadow: 0px 1px 10px 0px rgba(217,217,217,0.3);
}

.listTwo:hover .listTitle{
	color: #1975FF;
}
.newsBig:hover{
	color: #1975FF;
}
.newsList a{
	border-bottom: 1px dashed #eee;
}
.newsList a:last-child{
	border-bottom: none;
}
.table>thead>tr>th{
	border-bottom: none;
	font-weight: 400;
}

/* 科创需求页面 */
.demand {
	background: url(../images/12.png) no-repeat center center;
	min-width: 1366px;
	height: 450px;
	padding-top: 100px;
	background-size: cover;
}
/* 搜索展开 */
.link-container{
	position: relative;
	overflow: hidden;
}

.link-wrapper{
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*gap: 10px;*/
	margin: 0;
	padding: 0;
	list-style: none;
	width: calc(100% - 100px);
	float: left;
	width: 90%;
}

.link-wrapper a{
	text-decoration: none;
	white-space: nowrap;
	padding: 3px 15px;
}

.link-wrapper a:hover{
	color: #4B5B76;
}

.toggle-btn{
	position: absolute;
	top: 1px;
	right: 0;
	padding: 0 10px;
	cursor: pointer;
	color: #666;
}

.toggle-btn:hover{
	color: #1975FF;
}
.academicNav a {
	padding-left: 15px;
	padding-right: 15px;
}

.academicNav a:hover {
	color: #4B5B76;
}

.width192 {
	width: 192px;
}
.liveSearch {
	z-index: -1;
}
/* 搜索展开结束 */
/* 分页 */
.page {
	margin-bottom: 100px;
}

.page input {
	width: 45px;
	border: none;
	border-bottom: 1px solid #4B5B76;
	background: none;
}

.page a,
.page span {
	padding: 0 10px;
	color: #4B5B76;
}

.page a:hover {
	color: #1975FF;
}

.positionXq{
	position: relative;
}

/* 科技资讯页面 */
.technology{
	background: url(../images/13.png) no-repeat center center;
	min-width: 1366px;
	height: 450px;
	padding-top: 100px;
	background-size: cover;
}
.technologyList{
	border-bottom: 1px solid #fff;
}
.technologyList:hover{
	background-color: #fff;
}
.newZc:hover{
	color: #1975FF;
}

.scienceTitle{
	background: url(../images/20.png) no-repeat left center;
	height: 48px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 11px 0 0 55px;
	z-index: 11;
	position: relative;
}
.scienceBorder{
	border: 1px solid #1975FF;
	padding: 35px 15px 15px;
	line-height: 26px;
	margin-top: -25px;
}