/*--------------------重置样式-------------------*/
body,ul,li,dl,dt,dd,p,ol,h1,h2,h3,h4,h5,h6,form,img,table,fieldset,legend{margin:0; padding:0;}
ul,li,ol{list-style:none;}
img,fieldset{border:0; }
img{display: block;}
a{text-decoration:none;}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:100;}
body,html{width:100%; font-size:12px; font-family:"微软雅黑"; background:#fff ;}
input,a{outline:none;}
em,i{font-style:normal}
.left{
	float:left;
}
.right{
	float:right;
}
/*页面样式*/
body,html{
	height: 100%;
}
.container{
	width: 100%;
	height:100%;
	margin: 0 auto;
	background: #fff;
}
.cons_wrap{
	/* background: url('/static/images/polymer/jh_pc_bg.jpg') ; */
	background:linear-gradient(180deg, #E8F1FE 1%, #EEF2FE 99%);
	/* overflow:hidden; */
}
.cons_wrap:after{
    content:"";
    display:block;/*添加内容以块元素显示，占满整个空间*/
    height:0;/*避免添加内容占据高度影响布局*/
    clear:both;
    visibility:hidden;/*如果里面有内容隐藏掉内容*/
    }
.main-head{
	width: 1200px;
	margin: 0 auto;
	height:60px;
	line-height:60px;
	/* background: url('/static/images/topBg.jpg') repeat-x left center;
	background-size: 100% 100%;
	padding: 10px 30px; */
	overflow: hidden;
	position: relative;
	text-align: center;
	display:none;
}
.title_logo{
	background:url('/static/images/polymer/jh_logo.png') no-repeat left center;
	padding-left: 262px;
	font-size: 24px;
	font-weight: bold;
	color: #01131C;
	display: inline-block;
}
.nums_wrap{
	width: 1200px;
	height: 140px;
	position:relative;
	margin: 0 auto;
	/* box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 14%); */
  border-radius: 20px;
	top: -50px;
	padding:10px;
	/* box-sizing: border-box; */
	background: url(https://static-answer.eol.cn/static/images/polymer/bg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	z-index: 1000;
}
.nums_wrap .nums{
	width: 1200px;
    margin: 0 auto;
    display: flex;
}
.nums_wrap .num_item{
	text-align: center;
	margin-top: 30px;
	flex:1;
	float: left;
	width: 33%;
}
.nums_wrap span{
	display: block;
}
.nums_wrap span:first-child{       
	font-size: 18px;
	color: #3176f4;
	margin-bottom: 5px;
}
.nums_wrap span:nth-child(2){              
	font-size: 16px;
	color: #666;
}
.hot{
	width: 720px;
    margin: 0 auto;
    overflow: hidden;
	margin-top:-17px;
}
.hot span{
	display: block;
	width: 50%;
	text-align:center;
	height:52px;
	line-height:52px;
	font-size: 18px;
	background: #FCEEE4;
	color: #A49388;
}
.hot_level{
	cursor: pointer;
}
.hot span.active{
	background:#3176F4;
	color:#fff;
	font-weight: bold;
}
.hot span:first-child{
	border-radius: 10px 0px 0px 10px;
}
.hot span:nth-child(2){
	border-radius: 0px 10px 10px 0px;
}
.head-title,.head-title1{
	display: inline-block;
	color: #fff;
	font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 5px;
    text-shadow: 3px 3px 0px #3b47c538;
}
.head-title{
    text-align: center;
    margin: 0 auto;
    display: block;
}
.head-title1{
	float:left;
	position:absolute;
	left:450px;
}
.chaxun .search_table span{
	font-size: 14px;
	color: #666666;
	margin-right:15px;
	cursor: pointer;
}
.chaxun .search_table{
	margin-bottom:10px;
}
.chaxun .search_table span.on{
	color: #3176F4;
}
.chaxun .search_table .pro{
	width: calc(100% - 140px);
	display: inline-block;
	vertical-align: top;
}
.score_style_item{
	display: inline-block;
	width: calc(100% - 140px);
	vertical-align: top;
}
.chaxun .search_table .pro.show{
	height: 52px;
}

.chaxun .search_table .show{
	color: #3176F4;
	position: absolute;
    right: 0px;
    top: 0px;
}
.cxselect{
	width: 186px;
	height: 44px;
	margin-right:27px;
	border-radius: 3px;
	padding-left:17px;
	border:1px solid #E4E4E4;
	background: #FFF url('/static/images/juxing.png') no-repeat 92% center;
	background-size: auto 25%;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	outline: none;
	color: #666;
	border-radius:22px;
}

.cxinput{
		width: 459px;
    height: 36px;
		padding-left: 35px;
		border:1px solid #E4E4E4;
		background: #FFF url('https://static-answer.eol.cn/static/images/search2.png') no-repeat 10px 10px;
		background-size: auto 50%;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
}

.cxinput::-ms-input-placeholder{
	color: #CCCCCC;
}

.cxinput::-webkit-input-placeholder{
	color: #CCCCCC;
}

.cxinput::-moz-placeholder{
	color: #CCCCCC;
}

.cxbtn{
	width:64px;
	height: 40px;
		background: linear-gradient( 90deg, #26ACFF 0%, #2270FF 100%);
    border-radius: 12px;
    color: #fff;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    outline: none;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
}
.cbody{
    /* padding-left: 46px 0 22px 0; */
}
/* .cbody a{
	width:170px;
	height:36px;
	line-height: 36px;
	margin-top:28px;
	margin-right:30px;
	border-radius: 5px;
	font-size:14px;
	color:#666;
	border:1px solid #E4E4E4;
	background: #F9F9F9;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
} */
/* .cbody a:hover {
	color:#FFF;
	background: #00A2FF;
	border: 1px solid #00A2FF;
} */
.loading{
	text-align: center;
	margin-top:40px;
}
.loading button{
	width:90px;
	height: 35px;
	border:none;
	border-radius: 3px;
	background: #3176F4;
	color: #FFF;
	font-size:14px;
	font-weight: normal;
	outline: none;
	cursor: pointer;
}
/* .cbody .s_child:nth-child(even){

	margin-left: 10px;
}
.cbody .s_child:nth-child(odd){
	margin-right: 10px;
} */
.cbody .s_child{
	width: 382px;
    height: 252px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(232,232,232,1);
	float: left;
	margin-bottom: 20px;
	position: relative;
	margin-right: 24px;
	border-radius: 20px;
}
.cbody .s_child:hover{
	border: 1px solid #EFE8E2;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
	transform:scale(1.01);
}
.cbody .s_child:hover .zizx{
	background: linear-gradient( 90deg, #0DBEFF 0%, #3176F4 100%)!important;
	border-radius: 0px 0px 20px 20px;
}
.cbody .s_child:hover .zizx span{
	color: #FFFEFE;
}
.cbody .s_child:nth-child(3n){
	margin-right: 0px;
}
.s_child .schoolPic{
		position: absolute;
		right: 20px;
		top: 20px;
}
.s_child .schoolPic img{
	width:88px;
	height:88px;
	border-radius:50%;
}
.s_child .schoolInfo{
	padding-left: 15px;
	box-sizing: border-box;
	width: 256px;
	margin-top:23px;
}
.s_child .schoolInfo .title{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	white-space: break-spaces;
	position:relative;
	display: inline-block;
    max-width: 92%;
}
.title .fire {
	width: 15px;
    margin-left: 8px;
    position: absolute;
    right: -25px;
    top: 3px;
}
.college_num{
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}
.s_child .schoolInfo .local{
	font-size: 16px;
	color: #666;
	margin-top:12px;
}
.s_child .zizx{
	width: 100%;
    height: 42px;
    background: #F8F8F8;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
		border-radius: 0 0 20px 20px;
}
/* .s_child .zizx:hover{
	background: #3176F4;
}
.s_child .zizx:hover span{
	color: #FFFEFE;
} */
.s_child .zizx img{
	width: 24px;
    height: 26px;
    position: absolute;
	left: 9px;
	top: 4px;
}
.s_child .zizx span{
	/* width:56px;	 */
	font-size:16px;
	color:#3176F4;
	/* font-weight:500; */
}

.mark{
	display: block;
	margin-left: 15px;
}
.mark .mark_div{
	border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 10px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #ECECEE;
    padding: 2px 13px;
    box-sizing: border-box;
	margin-bottom: 7px;
}
.mark div span{
	font-size:14px;
	font-weight:bold;
	display: inline-block;
    font-weight: 400;
    color: #666;
    height: 24px;
    line-height: 24px;
}
.no_data{
	text-align: center;
	font-size:18px;
}

/* 粒子效果 开始 */
.banner{
	position: relative;
}
body .textcontainer {
	text-align: center;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .particletext {
	text-align: center;
	font-size: 48px;
	position: relative;
	display:inline-block;
	width: 100%;
    height: 100%;

}
body .particletext.bubbles>.particle {
	opacity: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-animation: bubbles 2s ease-in infinite;
	animation: bubbles 2s ease-in infinite;
	border-radius: 100%;
}



@-webkit-keyframes bubbles {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
		-webkit-transform: translate(0, -20%);
		transform: translate(0, -20%);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, -1000%);
		transform: translate(0, -1000%);
	}
}

@keyframes bubbles {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
		-webkit-transform: translate(0, -20%);
		transform: translate(0, -20%);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, -1000%);
		transform: translate(0, -1000%);
	}
}

/* 粒子效果结束 */


@media screen and (max-width: 1199px) {
	.nums_wrap{
		width: 800px;
		height: 84px;
		position:relative;
		margin: 0 auto;
		/* box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 14%); */
		border-radius: 12px;
		top: -40px;
		background: url(https://static-answer.eol.cn/static/images/polymer/bg.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.nums_wrap .nums{
		width: 800px;
	}
	.nums_wrap span:first-child{       
		font-size: 18px;
		color: #F9671E;
		margin-bottom: 5px;
	}
	.nums_wrap span:nth-child(2){              
		font-size: 12px;
		color: #9A847D;
	}
	.chaxun .search_table .pro{
		/* padding-right: 38px;
		width: auto; */
	}
	.chaxun .search_table .pro span{
		margin-right:10px;
	}
	.cxinput{
		width: 364px;
    height: 30px;
		border-radius: 6px;
	}
	.cxbtn{
		width: 52px;
    height: 34px;
		font-size: 12px;
		border-radius: 6px;
	}
	.select_origin{
		font-size: 12px;
	}
	.cbody .s_child{
		border-radius: 20px;
    width: 256px;
    height: 166px;
		margin:0 16px 16px 0;
		box-sizing: border-box;
	}
	.s_child .schoolPic img{
		width: 60px;
		height:60px;
	}
	.cbody .s_child .schoolInfo{
		margin-top: 12px;
		padding-left: 12px;
    /* width: 256px; */
	}
	.s_child .schoolInfo .title{
		font-size: 16px;
	}
	.s_child .schoolInfo .local{
		font-size: 12px;
    color: #666;
    margin-top: 6px;
	}
	.mark .mark_div {
    border-radius: 3px;
    margin-right: 6px;
    padding: 0px 6px;
    box-sizing: border-box;
    margin-bottom: 6px;
	}
.mark div span {
	font-size: 10px;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	}
	.s_child .zizx{
		height:28px;
	}
	.s_child .zizx span{
		font-size: 12px;
	}
	.s_child .schoolPic {
    position: absolute;
    right: 13px;
    top: 10px;
	}
	.nums_wrap .num_item{
		margin-top: 15px;
	}
}