﻿@charset "utf-8";
::-webkit-scrollbar{
	width: 10px;
	height: 10px;
	background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
	min-height: 28px;
	padding: 100px 0 0;
	background: rgba(0,0,0,.2);
	background-clip: padding-box;
	border:solid 2px transparent;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
:-moz-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #ccc;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #ccc;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,form,input,p,span,figure{
	margin:0;
	padding:0;
}
body{
	min-width: 1200px;
	font:12px "microsoft yahei","Arial","Verdana","Tahoma";
	line-height:1.42857143;
	color:#333;
	background: url(img/bg.jpg) no-repeat !important;
	background-size: cover;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	display: block;
	border:none;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
input{
	text-indent:10px;
	outline: none;
	border: none;
}
form *:focus, a:focus{
	outline:none;
}
a, a:hover{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #136ccf;
}
.oh{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.dn{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.cf{
	zoom:1;
}
.container {
	width: 100%;
	height: 100%;
}
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* header op*/
.header{
	width:100%;
	height: 100px;
	background: #136ccf;
}
.header .logo{
	font: bold 34px/100px "microsoft yahei";
	color: #fff;
	padding-left: 80px;
	background: url(img/logo_1.png) left center no-repeat;
}
.header .home{
	
	 margin: 40px 30px 0 0;
}
.header .login{
	width: 90px;
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #fff;
	margin-top: 32px;
	padding-left: 40px;
	border-radius: 4px;
	background: #4289d9 url(img/icon_dl.png) 18px center no-repeat;
}

.header .login.user-name{padding:0 15px;width:auto;background: #4289d9}
.header .login.user-name:hover{color:#fff;}
/* header ed*/
/*  op*/
.classification{
	width: 370px;
}
.classification li+li{
	margin-top: 16px;
}
.classification li{
	height: 118px;
	padding: 20px 20px 10px;
	border-radius: 10px;
	background: #a3a3f2;
}
.classification li:nth-of-type(2){
	background: #ffb753;
}
.classification li:nth-of-type(3){
	background: #f4a2a0;
}
.classification a:nth-of-type(1) li{
	background: #69a4ec;
}
.classification li span{
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	background: #fff;
}
.classification li i{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(img/icon_fl_1.png) no-repeat;
}
.classification li:nth-of-type(2) i{
	background: url(img/icon_fl_2.png) no-repeat;
}
.classification li:nth-of-type(3) i{
	background: url(img/icon_fl_3.png) no-repeat;
}
.classification a:nth-of-type(1) i{
	background: url(img/icon_fl_4.png) no-repeat;
}
.classification li h3{
	font: bold 18px/50px "microsoft yahei";
	color: #fff;
	padding-left: 65px;
}
.classification li p{
	font-size: 0;
	float: right;
}
.classification li a{
	width: 90px;
	height: 32px;
	font: 14px/32px "microsoft yahei";
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 20px;
	margin: 7px 0 0 10px;
	background: #bfbff6;
}
.classification li:nth-of-type(2) a{
	background: #ffce8b;
}
.classification li:nth-of-type(3) a{
	background: #f7bebd;
}
.classification li:nth-of-type(4) a{
	background: #8ab8f0;
}
.classification li:nth-of-type(1) a:hover{
	background: #7979e9;
}
.classification li:nth-of-type(2) a:hover{
	background: #e78a09;
}
.classification li:nth-of-type(3) a:hover{
	background: #d67675;
}
.classification li:nth-of-type(4) a:hover{
	background: #428be5;
}
/* 学校查询分类 ed*/
/* 政策政策 and 联系我们 op*/
.content-left{
	width: 780px;
}
.ptb40{
	padding: 40px 0;
}
.policy{
	width: 780px;
	padding: 25px 20px 18px;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #fff;
}
.title h3{
	font: bold 20px/20px "microsoft yahei";
	color: #333;
}
.title h3 span{
	font: 12px/20px "Arial";
	color: #999;
}
.title a{
	font: 14px/20px "microsoft yahei";
	color: #999;
}
.policy .bd{
	padding-top: 10px;
	position: relative;
}
.policy .bd li{
	overflow: hidden;
}
.policy .bd li a{
	/* width: 75%; */
	font: 16px/38px "microsoft yahei";
	color: #333;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.policy .bd li i{
	width: 4px;
	height: 4px;
	float: left;
	background: #d4d4d4;
	margin: 17px 10px 0 0;
}
.policy .bd li span{
	float: right;
	font: 16px/38px 'arial';
	color: #999;
	display: block;
}
.policy .bd li:hover i{
	background: #136ccf;
}
.policy .bd li a:hover, .contact a:hover{
	color: #136ccf;
}
.policy .bd p{
	text-align: center;
	font-size: 14px;
	color: #136ccf;
	padding-top: 6px;
	position: absolute;
	top: 25px;
	right: 0;
}
.policy .bd p img{
	width: 160px;
	height: 160px;
	padding-bottom: 10px;
}
.policy .bd li img{
    vertical-align: middle;
    display: inline-block;
}
/* contact */
.contact li{
	width: 380px;
	height: 160px;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	float: left;
}
.contact li+li{
	margin-left: 20px;
}
/* 政策政策 and 联系我们 ed*/
/* footer op*/
.footer{
	width: 100%;
	height: 60px;
	font: 12px/60px "microsoft yahei";
	color: #fff;
	text-align: center;
	background: #136ccf;
}
.footer span{
	padding: 0 10px;
}
/* footer ed*/