@charset "utf-8";
/* CSS Document */
.main_inner{
	margin:0 auto;
	width:1200px;
	padding-top:40px;
}
.tab{
	border-bottom:1px solid #efefef;
	height:40px;
}
.tab a{
	display:block;
	float:left;
	width:120px;
	line-height:40px;
	text-align:center;
	font-size:17px;
	color:#333a42;
	background:#FFF;
	margin-left:2px;
}
.tab .active{
	background:#6392fe;
	color:#fff;
	border-radius:5px;
}
/*.tab a:hover{
	background:#eee;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
}*/


.content>div{
	display:none;
}

.results_tab, .scholar_tab{
	padding:65px 0px 0px 0px;
	width:1200px;
	border-bottom:1px solid #ffab66;
	margin-bottom:40px;
}
.results_tab a, .scholar_tab a{
	display:inline-block;
	width:70px;
	padding:0 37px 20px;
	text-align:center;
	line-height:45px;
	font-size:16px;
	color:#4c4f50;
	font-family:"宋体";
	position:relative
}
.res_tab_ico, .sch_tab_ico{
	display:block;
	height:30px;
	background-repeat:no-repeat;
	background-position:center bottom;
}
.results_tab a:hover, .results_tab .active{
	color:#f60;
}
.scholar_tab a:hover, .scholar_tab .active{
	color:#f60;
}
.results_tab a:hover .res_tab_ico, .res_tab_ico1{
	background-position:center top;
}
.scholar_tab a:hover .sch_tab_ico, .sch_tab_ico1{
	background-position:center top;
}

.con_res_img, .con_sch_img{
	width:1200px;
	padding-bottom:180px;
}
.icon1{
	background-image:url(../images/icon_07.png);
}
.icon2{
	background-image:url(../images/icon_08.png);
}
.icon3{
	background-image:url(../images/icon_09.png);
}
.icon4{
	background-image:url(../images/icon_10.png);
}
.icon5{
	background-image:url(../images/icon_11.png);
}
.icon6{
	background-image:url(../images/icon_12.png);
}
.icon7{
	background-image:url(../images/icon_13.png);
}
.icon8{
	background-image:url(../images/icon_14.png);
}
.icon9{
	background-image:url(../images/icon_07.png);
}
.icon10{
	background-image:url(../images/icon_15.png);
}
.res_tab_dot, .sch_tab_dot{
	width:19px;
	height:19px;
	position:absolute;
	background:url(../images/icon15.png) no-repeat center center;
	left:62px;
	bottom:-9px;
	display:none;
}
.results_img_inner, .scholar_img_inner{
	display:none;
	text-align:center;
}

