html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section {
	font-family: "微软雅黑";
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
    position: relative;
    background: url("https://www.infosecchamp.com/temp/section_bg1.jpg") no-repeat 0 0;
	background-size: 120%;
}
/*header*/
.header{
	position: fixed;
	z-index:100;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.header a.logo{
	float: left;
	display: inline-block;
	width: 295px;
	height: 50px;
	margin: 30px 0 0 30px;
}
.header a.logo img,
.header a.menu img{
	display: block;
	width: 100%;
}
.header a.menu{
	float: right;
	margin-right: 0;
	margin-top: 0;
	display: inline-block;
	width:119px;
	height:119px;
}
.search_Box{
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	text-align: right;
}
.search_Box .top_link{
	color: #7183cb;
	line-height: 24px;
	height: 24px;
	margin-top:34px;
	margin-right: -10px;
}
.search_Box .top_icon{
	color: #7183cb;
	display: inline-block;
	padding: 0 10px;
	border-left:1px solid #fff;
	opacity: 0.8;
}
.search_Box .top_icon img{
	display: block;
}
.search_Box .top_icon:hover{
	opacity: 1;
}
.nav-button {
	position: absolute;
	right:142px;
	top:28px;
	z-index: 1;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 15px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.nav-button form input.text {
	float: left;
	border: 0;
	background: 0;
	font-size: 14px;
	height:28px;
	text-indent:7px;
	line-height:28px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	position: relative;
	z-index: 1;
	outline: 0;
	width: 0;
	opacity: 0;
	color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.nav-button form input.submit {
	display: inline-block;
	float: left;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background: url("https://www.infosecchamp.com/img/search_icon.png") no-repeat center 8px;
}
.nav-button:focus form input.text,
.nav-button:hover form input.text {
	width:160px;
	opacity: 1
}
/*Nav*/
.Nav{
	position: fixed;
	z-index: 999;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("https://www.infosecchamp.com/img/Nav_bg.png") repeat 0 0;
	overflow: hidden;
}
.Nav span.close{
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
	background: url("https://www.infosecchamp.com/img/close.png") no-repeat;
	background-size: 100%;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.Nav .close:hover{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.Nav ul{
	width: 238px;
	height: auto;
	overflow: hidden;
	margin: 120px auto 0;
}
.Nav ul li{
	border-bottom: 1px solid #33353e;
	line-height: 90px;
	height: 90px;
	text-align: center;
	font-size: 24px;
	color: rgba(255,255,255,.3);
	transition: all .5s ease-in-out;
}
.Nav ul li a{
	color: #cecece;
	text-align: justify;
	font-family: "微软雅黑";
}
.Nav ul li a:hover {color: #fff;}
.Nav ul li a.cur{
	color: #fff;
	font-weight: bold;
}
/*footer*/
.footer{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: auto;
	overflow: hidden;
	bottom: 3%;
	left: 0;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}
/*第一屏*/
.section_one_con{
	width: 1200px;
	height: auto;
	/* padding: 122px 0 0 0;*/
          padding: 140px 0 0 0;
	margin:0px auto;
	position: relative;
}
.section_one_list li{
	float: left;
	margin-right: 0.833%;
}
.section_one_list li.first{
	width: 22.91%;
	/* margin-top:34px;*/
}
.section_one_list li.second{
	width: 23.33%;
	/* margin-top:58px;*/
}
.section_one_list li.third{
	width:52.0833%;
	margin-right: 0;
}
.section_one_list li a.li_a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.section_one_list li i.itemi{
	display: block;
	width: 40px;
	height: 2px;
	background: #e6cb17;
	float: right;
	margin-right: 0;
}
.section_one_list li a.li_b{
	margin-bottom: 10px;
}
.section_one_list li span.items{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	line-height: 38px;
	font-weight: bold;
	float: right;
	text-align: right;
	margin-right: 0;
}
.section_one_list li img{
	display: block;
	width: 100%;
}
.section_one_list li a.li_c i.itemi{
	float: left;
}
.section_one_list li a.li_c span.items{
	text-align: left;
}
.section_one_list li a.li_d{
	/* width: 98.4%;*/
           width: 100%;
}
.section_one_list li a.li_a em {
	display: block;
	width: 100%;
	overflow: hidden;
}
.section_one_list li a.li_a em img{
	display: block;
	width: 100%;
	transition: all 1s ease; 
}
.section_one_list li a.li_a:hover em img{
	transform: scale(1.08);
}
.section_one_list li .li_bot a.left{
	display: inline-block;
	width: 50.4%;
	float: left;
	margin-right: 1.6%;
}
.li_botDiv{
	float: left;
	width: 48%;
}
.li_botDiv .li_bot_top{
	background: #2671e2;
	padding: ;
	height: 149px;
	overflow: hidden;
}
.li_botDiv .li_bot_top h2{
	font-size: 16px;
	margin-top: 32px;
	margin-left: 30px;
	color: #fff;
	line-height: 16px;
}
.li_botDiv .li_bot_top p {
	text-align: justify;
	margin:20px auto 0;
	padding: 0 25px;
}
.li_botDiv .li_bot_top p a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	margin:5px 2.8px;
}
.li_botDiv .li_bot_top p a:hover{
	opacity: 1;
}
.li_botDiv .li_bot_mid{
	margin-top: 10px;
}
.li_botDiv .li_bot_mid .ewm{
	float: left;
	display: inline-block;
	width:48.33%;
}
.li_botDiv .li_bot_mid dl{
	float: right;
	width:51.67%;
}
.li_botDiv .li_bot_mid dl dd{
	float: left;
	width:45.16%;
	height: 70px;
	background: #2671e2;
	margin-left: 3.225%;
	overflow: hidden;
}
.li_botDiv .li_bot_mid dl dd.left{
	margin-left:6.4516%;
}
.li_botDiv .li_bot_mid dl dd.bot{
	margin-top: 5px;
}
.li_botDiv .li_bot_mid dl dd em,
.li_botDiv .li_bot_mid dl dd span{
	font-size: 12px;
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: 12px;
}
.li_botDiv .li_bot_mid dl dd em{
	margin-top: 22px;
	margin-bottom: 5px;
}
.li_botDiv .li_bot_mid dl dd.bot .wrap {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url("https://www.infosecchamp.com/temp/section_logo.jpg") no-repeat 0 0;
	background-size: 100%;
	color: #ffffff;
	
}
.li_botDiv .li_bot_mid dl dd.bot .wrap a { color: #fff;opacity: 0.8;}
.li_botDiv .li_bot_mid dl dd.bot a:hover{
	opacity: 1;
}
.section a.arrow_down,
.section a.arrow_up {
    width:38px;
    height:22px;
    position: absolute;
    z-index:927;
    bottom:7%;
    left: 50%;
    margin-left: -19px;
}
.section a.arrow_down img ,
.section a.arrow_up img{
    display: block;
    width: 38px;
    height: 22px;
    animation: bounce 2s infinite;
}
.section a.arrow_up{
	bottom: auto;
	top:10%;
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
.section_one_con .title{
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	position: relative;
}
.section_one_con .title img{
	display: inline-block;
	width:25px;
	height:26px;
	margin-right: 10px;
}
.section_two_list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.section_two_list li{
	float: left;
	width: 15.83%;
	margin-right:5.208%;
	position: relative;
	overflow: hidden;
	margin-top:5%;
}
.section_two_list li a{
	display: block;
	width: 100%;
}
.section_two_list li a .zz img,
.section_two_list li a .zz{
	display: block;
	width: 100%;
	transition: all 1s ease; 
}
.section_two_list li .zz{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0;
	width: 100%;
	display: none;
	opacity:0;
	transition: all 0.3s ease;
}
.section_two_list li a span{
	position: absolute;
	z-index: 15;
	top: -42px;
	left:50%;
	margin-left: -20px;
	display: block;
	width: 40px;
	height: 42px;
	transition: all 0.3s ease;
	opacity: 0;
}
.section_two_list li a:hover .zz{
	opacity:1;
	display: block;
}
.section_two_list li a:hover span{
	top:89px;
	opacity: 1;
}
.section_two_list li a h2{
	margin-top: 12px;
	font-size: 18px;
	color: #fff;
	line-height:18px;
	margin-bottom: 8px;
	text-align: center;
}
.section_two_list li a h2 em{
	font-size: 14px;
	color: #ffdb9b;
	position: relative;
	top: 2px;
	margin-left: 7px;
}
.section_two_list li a p{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #ffdb9b;
}
.boxF, .boxS, .boxT, .overlay{
   	width: 190px;
	height: 228px;
    overflow: hidden;
}
.boxF, .boxS{
    visibility: hidden;
}
.boxS  { display: table-cell; text-align: center; vertical-align: middle;}
.boxF{
    /*transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);*/
}
.boxS{
	/*display: table;*/
    /*transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);*/
}
.boxT{
	 display: table-cell; text-align: center; vertical-align: middle;
	/*display: table-cell;
	vertical-align: middle;*/
    /*transform: rotate(-60deg);
    background: no-repeat 50% center;
    background-size: 125% auto;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);*/
    visibility: visible;
}
.boxT img{
	//display: block;
	//margin: 0 auto;
	//max-width: 190px;
	//max-height: 228px;
}
/*关于主页*/
.about_bg{
	background: url("https://www.infosecchamp.com/temp/about_bg.jpg") no-repeat 0 0;    background-size: 100% 100%;
}
.section .tit{
	font-size: 18px;
	color: #ffffff;
	padding-left:10px;
	font-weight: bold;
	border-left:2px solid #e6cb17;
	line-height: 18px;
}
.about_Box,
.search_Div{
	width:auto;
	overflow: hidden;
	background: #fff;
	margin: 50px auto 0;
	padding:40px 30px;
}
.Scroll{
	height:470px;
	width: 97%;
	padding-right:2.4%;
	overflow: hidden;
}
.about_Box p{
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	text-align: justify;
}
.about_Box span{
	display: block;
	font-size: 18px;
	color: #000000;
	padding-left: 30px;
}
.about_Box .wz_sn,
.about_Box .wz_p{
	margin-top: 28px;
}
/*杰出人才*/
.elitist_bg1{
	background: url("https://www.infosecchamp.com/temp/elitist_bg1.jpg") no-repeat 0 0;    background-size: 100% 100%;
}
.elitist_bg2{
	background: url("https://www.infosecchamp.com/temp/elitist_bg2.jpg") no-repeat 0 0;    background-size: 100% 100%;
}
.slideBox{ 
	width:100%; 
	height:auto; 
	margin: 50px auto 0;
	position:relative;
}
.elitist_list{
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	overflow: hidden;
}
.elitist_list li{
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.elitist_list li a{
	display: block;
	width: 86.66%;
	overflow: hidden;
	height: 50px;
	color: #335d9a;
	line-height: 50px;
	background:url("https://www.infosecchamp.com/img/elitist_listbg.png") repeat 0 0;
}
.elitist_list li a em{
	float: left;
	width:94.23%;
	display: inline-block;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	font-size: 24px;
	text-indent: 12px;
}
.elitist_list li a span{
	float: left;
	width:5.77%;
	height: 50px;
	background: url("https://www.infosecchamp.com/img/elitist_listjt.png") no-repeat 5px center;
}
.elitist_list li a:hover{
	color: #fff;
	background:url("https://www.infosecchamp.com/img/elitist_hlistbg.png") repeat 0 0;
}
.elitist_list li a:hover span{
	background: url("https://www.infosecchamp.com/img/elitist_hlistjt.png") no-repeat 5px center;
}
.elitist_bg2 .section_two_list li{
	margin-top: 3%;
}
.slideBox .hd{
	width: 100%;
	height: auto;
	margin:20px auto 0;
	text-align: center;
	overflow: hidden;
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:right; 
	margin-right:80px; 
}
.slideBox .hd ul li{ 
	float:left; 
	margin-left:8px;  
	width:15px; 
	height:15px; 
	background:#fff; 
	cursor:pointer; 
}
.slideBox .hd ul li.on{ 
	background: #1646a9;
	color: #1646a9; 
}
.page{
	width: 100%;
	height: auto;
	margin: 16px auto 0;
	text-align: center;
	overflow: hidden;
}
.page a{
	display: inline-block;
	padding:5px 10px;
	font-size: 12px;
	color: #fff;
	margin: 0 5px;
	border: 1px solid #fff;
}
.page span ,
.page i{
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
}
.page i{
	font-style: normal;
	margin-right: 2px;
}
.page a:hover,
.page a.cur{
	background: #fff;
	color: #1646a9;
}
/*搜索结果*/
.search_Div ul li{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 23px;
}
.search_Div ul li a{
	display: block;
	font-size: 16px;
	color: #323232;
	line-height: 16px;
	margin-bottom: 22px;
}
.search_Div ul li a em{
	color: #3a60c3;
}
.search_Div ul li a:hover{
	color: #1646A9;
}
.search_Div ul li p{
	font-size: 14px;
	color: #646464;
}
.search_Div ul li p span{
	margin-right: 30px;
}
.search_Div ul li p span img{
	width:20px;
	height: 20px;
	margin-right: 5px;
}
/*学院列表*/
.college_bg1{
	background: url("https://www.infosecchamp.com/temp/college_bg1.jpg") no-repeat 0 0;    background-size: 100% 100%;
}
.college_bg2{
	background: url("https://www.infosecchamp.com/temp/college_bg2.jpg") no-repeat 0 0;    background-size: 100% 100%;
}
.college_list li a{
	color: #fff;
	background:url("https://www.infosecchamp.com/img/elitist_hlistbg.png") repeat 0 0;
}
.college_list li a:hover{
	color: #335d9a !important;
	background:url("https://www.infosecchamp.com/img/elitist_listbg.png") repeat 0 0;
}
.college_list li a span{
	background: url("https://www.infosecchamp.com/img/elitist_hlistjt.png") no-repeat 5px center;
}
.college_list li a:hover span{
	background: url("https://www.infosecchamp.com/img/elitist_listjt.png") no-repeat 5px center;
}
/*学科列表*/
.subject_bg1{
	background: url("https://www.infosecchamp.com/temp/subject_bg1.jpg") no-repeat 0 0;    background-size: 100% 100%;
}
.subject_bg2{
	background: url("https://www.infosecchamp.com/temp/subject_bg2.jpg") no-repeat 0 0;    background-size: 100% 100%;
}
.subject_list{
	width: 100%;
	height: auto;
	margin:50px auto 0;
}
.subject_list .choice{
	float: left;
	width: 50%;
	margin-bottom: 30px;
	position: relative;
}
.subject_list .select dt{
	display: block;
	width: 86.66%;
	overflow: hidden;
	height: 50px;
	color: #335d9a;
	line-height: 50px;
	text-indent: 18px;
	font-size: 24px;
	background:url("https://www.infosecchamp.com/img/elitist_listbg.png") repeat 0 0;
	cursor: pointer;
	position: relative;
	clear: both;
}
.subject_list .select dt a{
	display: block;
	float: left;
	width:94.23%;
	color: #335d9a;
}
.subject_list .select dt a:hover{
	background:url("https://www.infosecchamp.com/img/elitist_hlistbg.png") repeat 0 0;
}
.subject_list .select dt a:hover{
	color: #fff;
}
.subject_list .select dt span{
	position: absolute;
	top: 0;
	right: 0;
    width: 5.77%;
    height: 50px;
    background: url("https://www.infosecchamp.com/img/subject_icon1.png") no-repeat 5px center;
    transition: all 0.3s ease;
}
.subject_list .select dt span:hover{
	background: url("https://www.infosecchamp.com/img/subject_hicon1.png") no-repeat 5px center;
}
.subject_list .select dd{
	position:absolute;
	left:0;
	top:50px;
	background:#397de4;
	display:none;
	font-size:18px;
	color: #fff;
	z-index: 100;
	width: 86.66%;
	max-height:200px;
	overflow:auto;
}
.subject_list .select dd ul{
	width:100%;
}
.subject_list .select dd ul li {
	display: block;
	border-bottom: 1px solid #4e94ff;
}
.subject_list .select dd ul li a{
	display:block;
	padding-left: 18px;
	color: #fff;
	line-height: 50px;
}
.subject_list .select dd ul li a:hover{
	text-decoration: underline;
}
.section_subject .title i{
	position: relative;
	top: -10px;
	font-style: normal;
}
.choiceB {
	display: inline-block;
	width: 80%;
	position: relative;
	top: -4px;
	margin-left: 20px;
}
/*教师查询*/
.teacher_bg1{
	background: url("https://www.infosecchamp.com/temp/teacher_bg1.jpg") no-repeat 0 0;    background-size: 100% 100%;
}
.teacher_bg2{
	background: url("https://www.infosecchamp.com/temp/teacher_bg2.jpg") no-repeat 0 0;    background-size: 100% 100%;
}
.teacher_con{
	width: 96.66%;
	height: auto;
	margin: 50px auto 0;
	overflow: hidden;
}
.teacher_con li.teacher_li{
	display: block;
	width: 100%;
	border-bottom: 1px dashed #999999;
	padding: 18px 0;
}
.teacher_li .choiceW .choice,
.choiceB .choice{
	float: left;
	width: 33.33%;
	position: relative;
}
.choiceB .choice {
	float: none;
}
.teacher_li .select dt,
.choiceB .choice .select dt{
	display: block;
	overflow: hidden;
	height:30px;
	color: #335d9a;
	line-height:30px;
	font-size:18px;
	position: relative;
	cursor: pointer;
}
.teacher_li .select label,
.choiceB .choice .select dt label{
	color: #fff;
	opacity: 0.8;
	display: inline-block;
	float: left;
	font-size: 18px;
	margin-right: 8px;
}
.teacher_li .select dt ,
.choiceB .choice .select dt {
	float: left;
	display: inline-block;
	width: 270px;
	height: 28px;
	font-size: 14px;
	color: #1646A9;
	text-indent:7px;
	background:#d6d6d6 url("https://www.infosecchamp.com/img/teacher_icon1.png") no-repeat 96% center;
	border: 1px solid #fff;
}
.teacher_li .select dt.dt{
	width: 235px;
}
.teacher_li .select dd,
.choiceB .choice .select dd{
	position:absolute;
	right:53px;
	top:30px;
	background:#397de4;
	display:none;
	font-size:18px;
	color: #fff;
	z-index: 100;
	width:272px;
	height: auto;
}
.choiceB .choice .select dd{
	right:48px;
}
.teacher_li .select dd.dd{
	width: 237px;
	right:51px;
}
.teacher_li .select dd ul,
.choiceB .choice .select dd ul{
	width:100%;
}
.teacher_li .select dd ul li,
.choiceB .choice .select ul li {
	display: block;
	background: rgba(255,255,255,0.6);
	border-bottom: 1px solid #94a6cb;
}
.teacher_li .select dd ul li a,
.choiceB .choice .select ul li a{
	display:block;
	padding-left: 18px;
	color: #fff;
	font-size: 14px;
	color: #335d9a;
	line-height:28px;
}
.teacher_li .select dd ul li a:hover,
.choiceB .choice .select ul li a:hover{
	text-decoration: underline;
}
.teacher_li ol {
	position: relative;
	z-index: 2;
	padding-left: 54px;
}
.teacher_li ol span{
	position: absolute;
	top:0px;
	left: 0;
	display: inline-block;
	float: left;
	width: 54px;
	font-size: 18px;
	color: #ffffff;
	line-height:38px;
	opacity: 0.8;
}
.teacher_li ol li{
	float: left;
}
.teacher_li ol li a{
	font-size: 18px;
	color: #ffffff;
	padding:2px 7px;
	margin: 0 4px;
	line-height: 38px;
	border: 1px solid rgba(0,0,0,0);
	border-radius:2px;
	opacity: 0.8;
}
.teacher_li ol li a:hover,
.teacher_li ol li a.cur{
	color: #fff;
	opacity: 1;
	border: 1px solid #fff;
}
.teacher_lia{
	border-bottom: 0 !important;
}
.teacher_lia ol{
	padding-left: 0px;
}
.teacher_lia ol li{
	float: left;
	width: 33.33%;
}
.teacher_lia ol li label{
	color: #fff;
	opacity: 0.8;
	display: inline-block;
	float: left;
	font-size: 18px;
	margin-right: 8px;
}
.teacher_lia ol li input.text{
	float: left;
	width: 278px;
	height: 28px;
	border: 1px solid #fff;
	background: #cdcecf;
	font-size: 14px;
	color: #1646A9;
	text-indent:7px;
}
.teacher_lia ol li input.text:hover,
.teacher_lia ol li input.text:focus{
	border: 1px solid #1646A9;
}
.teacher_lia li .sure,
.teacher_lia li .resetting{
	display: inline-block;
	width: 60px;
	height: 26px;
	font-size: 14px;
	color: #292929;
	background: #fff;
	position: relative;
	top: 4px;
	cursor: pointer;
}
.teacher_lia li .sure{
	margin: 0 10px 0 26px;
}
.teacher_lia li .sure:hover,
.teacher_lia li .resetting:hover{
	background: #1646A9;
	color: #fff;
}
/*检索页面*/
.retrieval_bg{
	background: url("https://www.infosecchamp.com/temp/section_bg1.jpg") no-repeat 0 0;    background-size: 100% 100%;
}
.section_retrieval .title {
	height: 26px;
}
.section_retrieval .title i{
	top:-27px;
	margin-right:40px;
}
.section_retrieval .retrieval_ul {
	display: inline-block;
	position: relative;
    width: auto;
}
.section_retrieval .retrieval_ul li{
	float: left;
}
.section_retrieval .retrieval_ul li a{
	font-size: 16px;
    color: #ffffff;
    padding: 2px 7px;
    margin: 0 2px;
    line-height:20px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 2px;
    opacity: 0.8;
}
.section_retrieval .retrieval_ul li a:hover, 
.section_retrieval .retrieval_ul li a.cur {
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
}
 .section_one_list li a.li_c span.items { text-align: right;}  
 .section_one_list li a.li_c i.itemi { float: right;}
.subject_list .select dd.select-last-bot { top: auto; bottom: 50px;}
.teacher_li .select dd, .choiceB .choice .select dd { max-height: 224px; overflow-y: auto;}
@media only screen and (max-width:1600px ) {
	.section .section_one_con { padding-top: 80px;}
	.section_one_list li span.items { font-size: 14px; line-height: 22px;}
	.section_one_list li a.li_b { margin-bottom: 5px;}
	.li_botDiv .li_bot_mid { margin-top: 5px;}
	.li_bot .li_botDiv .li_bot_top { height: 110px;}
	.li_bot .li_botDiv .li_bot_top h2 { margin-top: 12px;}
	.li_bot .li_botDiv .li_bot_mid dl dd { height: 52px;}
	.li_bot .li_botDiv .li_bot_mid dl dd em { margin-top: 10px;}
	.section a.arrow_down, .section a.arrow_up { width: 28px; bottom: 4%;}
	.section a.arrow_down img, .section a.arrow_up img { width: 100%;}
	.footer { bottom: 5px;}
	.slideBox { margin-top: 30px;}
	.section_one_list { width: 900PX;}
	.section .section_two_list li { margin-top: 12px;}
	
	.section .section_two_list li a h2 { margin-top: 6px;}
	.section_two_list li a h2 { font-size: 14px;}
	.section_two_list li a p { font-size: 12px;}
	.elitist_list li { margin-bottom: 20px;}
	.elitist_list li a ,.subject_list .select dt { height: 40px; line-height: 40px;}
	.elitist_list li a span ,.subject_list .select dt span { height: 40px;}
	.elitist_list li a em ,.subject_list .select dt { font-size: 20px;}
	.subject_list .select dd { top: 40px;}
	.page { margin-top: 15px;}
	.page a { padding: 2px 10px;}
	.section .teacher_con { margin-top: 26px;}
	.section .teacher_li ol li a { font-size: 14px;}
	.header { height: 70px;}
	.section_one_con .title { height: 26px; top: 0px;}
	.section_two_list .boxF,.section_two_list  .boxS,.section_two_list .boxT, .section_two_list .overlay { width: 158px; height: 162px;}
	//.boxT img { max-width: 135px; max-height: 162px;}
	.Nav ul { margin-top: 40px;}
	.section .about_Box,.section .search_Div { margin-top: 20px;}
	.section .Scroll { height: 360px;}
	.section .section_college ,.section .section_elitist { width: 1200px\9;}
	.teacher_con li.teacher_li { padding: 12px 0;}
	.subject_list .select dd.select-last-bot { top: auto; bottom: -40px;}
}

@media only screen and (min-width:1930px ) {
	.about_bg,.elitist_bg1,.elitist_bg2,.college_bg1,.subject_bg1,.teacher_bg1 { background-size: cover;}
}

.fp-tableCell { vertical-align: top;}




















