
/* 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;
	text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.inputGroup {
	width: 1000px;
	margin: 0 auto;
}

.inputBox {
	position: relative;
	text-align: center;
}

.input {
	width: 100%;
	border: none;
	padding: 20px 50px;
	border-radius: 0 6px 6px 0;
}

.select {
	height: 60px;
	border: none;
	border-radius: 6px 0 0 6px;
	border-right: 1px solid #EEEEEE;
}

.search {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 0 0 15px;
}

.searchBtn {
	position: absolute;
	right: 9px;
	top: 9px;
	z-index: 2;
}

.aTopHover:hover {
	transform: translateY(-10px);
	transition: transform 0.5s ease;
}
.titlePosition{
	position: relative;
}
.more {
    position: absolute;
    right: 0;
    top: 70px;
    font-size: 14px;
}
.recommend{
	background: url(../images/11.png) no-repeat center center;
	min-width: 1366px;
	height: 535px;
}
.titleList{
	height: 46px;
}
.listBox{
	position: relative;
}
.listBox:hover .titleList{
	color: #1975FF;
}
.proceed{
	position: absolute;
	left: 25px;
	top: 10px;
	background: linear-gradient(90deg, #FF6C2B);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
}
.end{
	position: absolute;
	left: 25px;
	top: 10px;
	background: linear-gradient(90deg, #BFBFBF);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
}
.listTwo {
    box-shadow: 0px 1px 10px 0px rgba(217, 217, 217, 0.3);
}
.listTitle{
	height: 46px;
}
.listTwo:hover .listTitle{
	color: #1975FF;
}
/* 重点期刊推荐 */
.emphasis {
	margin:auto;
	height:478px;
}
.emphasis ul {
	height:478px;
	list-style:none;
	padding-top: 10px;
}
.emphasis li {
	float:left;
	width: 100%;
	height:46px;
	line-height:46px;
	padding-left: 15px;
	cursor: pointer;
}
.cont {
	width:100%;
	height: 478px;
	position:absolute;
	display:none;
	padding: 15px 50px;
}
.cont1 {
	display:block;
}
.cur {
	color: #1975FF;
}
.periodicalBox a{
	width: 17%;
	margin-right: 3%;
	float: left;
	margin-bottom: 15px;
}
.periodicalBox a:hover p{
	color: #1975FF;
}
.periodicalBox a img{
	margin-bottom: 10px;
	width: 100%;
}
.periodicalBox a:nth-child(5n){
	margin-right: 0;
}
.periodicalPic a img{
	width: 48%;
	margin-right: 4%;
	float: left;
}
.periodicalPic a:nth-child(2) img{
	margin-right: 0;
}
.innovation{
	background: url(../images/16.png) no-repeat center center;
	min-width: 1366px;
	height: 775px;
	background-size: cover;
}
.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;
}
.listBox{
	margin-bottom: 20px;
}
.listTitle2{
	height: 44px;
}
.listBox:hover .listTitle2{
	color: #1975FF;
}
/* 切换 */
#oranger a {
	font-size: 16px;
	padding-bottom: 10px;
	margin: 0 50px;
}

.hover {
	color: #1975FF;
	border-bottom: 3px solid #1975FF;
}

.box {
	display: none;
	z-index: 0;
}

.newsList a{
	border-bottom: 1px dashed #eee;
}
.newsList a:last-child{
	border-bottom: none;
}