﻿.top {
    background-color: #fff;
}

.top-nav {
    height: 35px;
    background-color: #f6f6f6;
    border-bottom: solid 1px #eee;
}

#topnav {
    width: 1220px;
    margin: 0 auto;

    font-size: 12px;
}

#topnav nav {
    background-color: #f6f6f6;
    border: none;
    min-height: 35px;
    margin-bottom: 0px;
}

#topnav .nav > li > a {
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    color: #666;
}

#topnav .nav > li > a:hover
{
    background-color: #f6f6f6;
    color: #ff663a;
}
#topnav .nav > li.dropdown.open > a
{
	background-color: #fff;
    color: #ff663a;
    border-radius:0px;
}

#topnav .nav > li > a.nav-city {
    color: #666;
    position: relative;
    padding: 0px 0px 0px 20px;
}

.icon-city {
    display: inline-block;
    width: 15px;
    height: 15px;
    /*background: url("../images/list_img.png") no-repeat;*/
    background-position: -4px -13px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.nav > li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

.nav > li#navCityChange > a {
    padding-left: 5px;
}

.nav-welcome, .nav-jyb {
    padding-left: 20px;
}

#nav-left {
    float: left;
    display: inline-block;
}

#nav-right {
    float: right;
    display: inline-block;
}

.nav-line {
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: #ccc;
    position: absolute;
    top: 10px;
    right: 0px;
}
.open .nav-line
{
	display:none;
}
.nav-pills > li + li
{
	margin-left:0px;
}
ul.dropdown-menu{
    top:100%;
    min-width: inherit;
    width: calc( 100% + 1px);
    border:none;
    background-color: #fff;
    border-radius: 0px;
    margin:0px;
}
.dropdown-menu > li > a{
    padding: 5px 0px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.dropdown-menu > li > a:hover{
    color: #ff663a;
    background-color:#fff;
}
.top-form {
    width: 1220px;
    height: 110px;
    margin: 0 auto;
}

.form-logo {
    width: 200px;
    height: 110px;
    float: left;
}

.form-type {
    width: 180px;
    height: 110px;
    line-height: 110px;
    float: left;
    padding-left: 50px;
    font-size: 16px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.form
{
	float:left;
	height:110px;
	padding-top:30px;
}
.form-search {
    width: 520px;
    border: solid 2px #1184e1;
    height: 40px;
    overflow: hidden;
    margin: 35px auto auto auto;
    position: relative;
    border-radius: 2px;
}

#txtKey {
    width: 430px;
    height: 36px;
    line-height: 36px;
    border: none;
    padding-left: 10px;
    outline: none;
    color:#323232;
}
#txtKey:focus::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}

#txtKey:focus:-ms-input-placeholder {
    color: #bbb;
}

#txtKey:focus::-webkit-input-placeholder {
    color: #bbb;
}

#btnSearch {
    width: 88px;
    height: 36px;
    background-color: #1184e1;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
}

.form-honor {
    width: 270px;
    float: left;
    position: relative;
    padding-left: 30px;
}

.form-honor-l, .form-honor-r {
    width: 20px;
    float: left;
    height: 110px;
    position: relative;
    color: #999;
}

.form-honor-m {
    width: 200px;
    float: left;
    height: 110px;
    position: relative;
}

.honor-prev {
    display: inline-block;
    position: absolute;
    top: 46px;
    left: 0px;
    cursor: pointer;
}

.honor-next {
    display: inline-block;
    position: absolute;
    top: 46px;
    right: 0px;
    cursor: pointer;
}

.honor-prev:hover, .honor-next:hover {
    color: #323232;
}

.form-honor ul {
    display: inline-block;
    width: 200px;
    height: 80px;
    overflow: hidden;
    margin: 15px auto;
}

.form-honor ul li {
    width: 200px;
    height: 80px;
    float: left;
}

.form-honor ul li img {
    width: 100%;
    height: 100%;
}

.top-menu {

    border-bottom: solid 2px #323232;
}
.top-menu {

    height: 40px;
    border-bottom: solid 2px #323232;
}

.top-menu ul {
    width: 1220px;
    margin: 0 auto;
    position:relative;
}
.top-menu ul li{
    margin-left: 30px;
    height: 40px;
}
.top-menu ul li:first-child{
    margin-left: 0px;
}
.top-menu ul li a {
    padding: 0px 25px;
    height: 40px;
    line-height: 40px;
    color: #323232;
    font-size: 14px;
    border-radius: 0px;
}

.top-menu ul li.menu-class > a {
    background-color: #1184e1;
    color: #fff;
    width: 200px;
    border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
    text-align: center;
}

.top-menu ul li.menu-class a:hover {
    background-color: #1184e1;
    color: #fff;
    border-bottom: none;
}

.top-menu ul li a:hover {
    color: #ff663a;
    background-color: #fff;
    border-bottom: solid 2px #ff663a;
}
.top-menu ul li a:focus
{
	color: #ff663a;
    background-color: #fff;
    border-bottom: solid 2px #ff663a;
}

.menu-class a i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/list_img.png") no-repeat;
    background-position: -38px -15px;
    margin-left: 8px;
}

#publish {
    position: absolute;
    right: 60px;
    top:0px;
}

#publish a {
	padding-left:35px;
}
#publish a:hover {
    color: #ff663a;
    background-color: #fff;
    border-bottom: solid 2px #323232;
}

#publish a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/list_img.png") no-repeat;
    background-position: -86px -5px;
    position: absolute;
    top: 10px;
    left: 5px;
}



/*jiaoyubao.cn*/
.top2_ad {
    float: left;
    display: inline;
    overflow: hidden;
    width: 230px;
    height: 59px;
    margin: 28px auto auto 20px;
}

.top2_ad_left, .top2_ad_right{
    float: left;
    display: inline;
    overflow: hidden;
    width: 15px;
    height: 52px;
    cursor: pointer;
}
.top2_ad_left {
    background: url(//jn.jiaoyubao.cn/template/temp_list/jyb_comlist2/images/icon03.png) no-repeat left center;

}
.top2_ad_center {
    float: left;
    display: inline;
    overflow: hidden;
    width: 199px;
    height: 59px;
    position: relative;
}
.top2_ad_right {
    background: url(//jn.jiaoyubao.cn/template/temp_list/jyb_comlist2/images/icon04.png) no-repeat right center;
}
.top2_ad_center ul{overflow:hidden;position:absolute;height:59px;}
.top2_ad_center li{float:left;display:inline;overflow:hidden;width:199px;height:59px;text-align:center;}

#topnav .nav > li#navCityChange > a
{
	color:#1184e1;
	padding-right:20px;
}
.caret-website
{
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/list_img.png) no-repeat;
	background-position:-36px -1px;
	position:absolute;
	top:10px;
	right:2px;
}

#navCityChange .dropdown
{
	position:relative;
}
/*start  */

.city_change
{
	position:absolute;
	left:5px;
	top:5px;
	display:none;
}
#navCityChange:hover .city_change
{
	display:block;
}
.city_change{ width:188px;}

.city_change .old{  height:52px; line-height:52px; color:#272727; font-family:'寰蒋闆呴粦','榛戜綋'; border:1px solid #fff; }

.city_change .old .pic{ float:left; margin-top:23px; margin-left:5px; width:11px; height:6px; background:url(/png/edu_bg_002.png) no-repeat; }

.city_change .old .txt{ float:left;display:inline;overflow:hidden;margin-left:10px;}

.city_change .old .txt .mc{ float:left; }

.city_change .old .txt .qhcs{ float:left;  margin-left:5px; font-size:14px; font-weight:normal; }





.city_change .city_change_over{ position:absolute;  width:400px; border:1px solid #136bab; background-color:#fff; color:#676767; z-index:99999;}

.city_change .city_change_over .self{ margin:0px 10px;font-weight:normal; font-family:'寰蒋闆呴粦','榛戜綋'; overflow:hidden; }

.city_change .city_change_over .self .pic{ float:left; margin-left:5px; margin-top:23px; width:11px; height:6px; background:url(/png/edu_bg_002.png) no-repeat;}
.city_change .city_change_over .self .chg_wx 
{
	float:right;font-family: "榛戜綋";
font-size: 27px;
line-height: 40px;
margin-top: 5px;margin-right: 100px;
}
.city_change .city_change_over .self .chg_wx a{color:#676767;text-decoration:none;}
.city_change .city_change_over .self .chg_wx a:hover{color:#676767;text-decoration:underline;}
.city_change .city_change_over .self .txt{ float:left;}

.city_change .city_change_over .self .txt .mc{float:left;  }

.city_change .city_change_over .self .txt .qhcs{ float:left;  margin-left:5px; font-size:14px; font-weight:normal;}



.city_change .city_change_over .other{width:380px;margin:0px auto;border-top:1px solid #ccc;margin-bottom:10px; overflow:hidden; font-weight:normal; font-size:12px; color:#0564a4; font-family:'瀹嬩綋';  margin-top:5px;height:180px;}

.city_change .city_change_over .other a{ color:#0564a4;}

.city_change .city_change_over .other .list{overflow:hidden;margin-top: 12px;}
.city_change .city_change_over .other .list .first{width: 19px;float:left;display:inline;
height: 19px;
background-color:#999;
border-radius:19px;
text-align: center;
line-height: 19px;
color: #fff;
font-family: Arial;
font-size: 14px;
font-weight: normal;

overflow: hidden;}

.city_change .city_change_over .other ul{width:335px;margin-left:10px;overflow:hidden;float: left;}

.city_change .city_change_over .other ul li{ float:left; margin:0px; padding:0px;height:22px; line-height:22px; margin-right:10px; display:inline; }




.city_change .city_change_over .focus{width:380px;margin:0px auto;overflow:hidden; font-weight:normal; font-size:12px; color:#0564a4; font-family:'瀹嬩綋'; line-height:20px; padding-top: 5px;border-top: 1px solid #ccc;}
.city_change .city_change_over .focus a{ color:#0564a4;padding-right:15px; white-space:nowrap;float:left;}
.city_change .city_change_over .focus a.ah{font-weight:bold;}

.city_change .city_change_over .search{height:34px;width:380px;margin:0px auto;position:relative;}
.city_change .city_change_over .search .err{position: absolute;left:0;top:0;
width: 152px;padding:0px 5px;display:none;
height: 20px;
text-align: left;
color: #ee7001;
background: #fffde6;
border: 1px solid #e5935b;
box-shadow: 2px 2px 2px #999;
margin-top: 30px;
line-height: 20px;}
.city_change .city_change_over .search .skey
{float:left;display:inline;overflow:hidden;margin-top:5px;
 width:115px;height:24px;
	position:relative;
}
.city_change .city_change_over .search .skey input
{padding:0;margin:0;border:0;
width: 114px;
height: 22px;
padding: 0 5px;
border: 1px solid #ccc;
border-right: 0;
color: #999;
vertical-align: middle;
line-height: 22px;
	position:absolute;left:0;top:0;
	}
.city_change .city_change_over .search .sbt
{float:left;display:inline;margin-top:5px;	
border: 1px solid #bbb;
display: inline-block;
width: 46px;
height: 22px;
text-align: center;
line-height: 22px;
color: #444;
vertical-align: middle;
background: #fff;
font-size: 12px;
cursor: pointer;
background: url(../images/change_city3.gif) repeat-y -45px -14px;
}
.city_change .city_change_over .tindex 
{
	overflow:hidden;	line-height:16px;width:380px;margin:0px auto;
}
.city_change .city_change_over .tindex span
{
float:left;display:inline;overflow:hidden;width:17px;	
text-align: center;
color: #0564a4;
font-family: Arial;
font-size: 14px;
cursor:pointer;
}
.city_change .city_change_over .tindex span:hover
{
float:left;display:inline;overflow:hidden;width:17px;	
text-align: center;
color: #fff;
background:#0564a4;
font-family: Arial;
font-size: 14px;
}
/*end  */

/*全部教育分类 start*/
.menu-class
{
	position:relative;
	z-index:10px;
}
.class-nav
{
	position:absolute;
	top:40px;
	left:0px;
	background-color:#fff;
	z-index:2;
	box-shadow:0 2px 6px #999;
	display:none;
	z-index:100;
}
.menu-class:hover .class-nav
{
	display:block;
}
.class-nav-item
{
	width:200px;
	
	padding-top:5px;
	border-bottom:solid 1px #ccc;
	position:relative;
	border-top:solid 2px #fff;
	border-left:solid 2px #fff;
	
}
.class-nav-item h3
{
	font-size:16px;
	height:25px;
	line-height:25px;
	margin:0;
	padding:0px;
	text-align:center;
	position:relative;
	font-weight: 400;
}
.class-nav-icon
{
	display:inline-block;
	width: 31px;
	height: 20px;
    position:absolute;
    top:2px;
    left:25px;
}
.class-nav-right
{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/list_img.png) no-repeat;
	background-position: -36px -1px;
	position: absolute;
	top: 2px;
	right: 15px;
	transform:rotate(-90deg);
}
.class-nav-item:first-child .class-nav-icon
{
	background: url('../images/index_icon.png') no-repeat;
	background-position: -49px -10px;
}
.class-nav-item:nth-child(2) .class-nav-icon
{
	background: url('../images/index_icon.png') no-repeat;
	background-position: -80px -10px;
}
.class-nav-item:nth-child(3) .class-nav-icon
{
	background: url('../images/index_icon.png') no-repeat;
	background-position: -111px -10px;
}
.class-nav-item:nth-child(4) .class-nav-icon
{
	background: url('../images/index_icon.png') no-repeat;
	background-position: -142px -10px;
}
.class-nav-item:nth-child(5) .class-nav-icon
{
	background: url('../images/index_icon.png') no-repeat;
	background-position: -173px -10px;
}
.class-nav-item ul
{
	list-style:none;
	padding:0px 10px;
	margin:0;
	margin:5px auto auto auto;
	display:inline-block;
	width:200px;
}
.class-nav-item ul li
{
	float:left;
	margin-left:0px;
	height:22px;
	line-height:22px;
}
.class-nav-item ul li a
{
	padding:0px 5px;
	height:22px;
	line-height:22px;
	font-size:12px;
	color:#666;
    text-decoration:none;
}

.top-menu ul li.menu-class  .class-nav-item ul li a:hover,.top-menu ul li .class-nav-sub-list h4 a:hover
{
	color:#1184e1;
	background-color:#fff;
}
.class-nav-sub
{
	position:absolute;
	top:-2px;
	left:198px;
	width:600px;
	min-height:calc(100% + 4px);
	border:solid 2px #1184e1;
	background-color:#fff;
	padding:10px;
	z-index:-1;
	display:none;
}
.class-nav-item:hover
{
	border-top:solid 2px #1184e1;
	border-left:solid 2px #1184e1;
	border-bottom:solid 2px #1184e1;
}
.class-nav-item:hover .class-nav-sub,.class-nav-item:hover .class-nav-line
{
	display:block;
}
.class-nav-item:hover .class-nav-right
{
	display:none;
}
.class-nav-sub-list
{
	
}
.class-nav-sub-list
{
	clear:both;
	border-bottom:dotted 1px #ccc;
    padding-top:5px;
	line-height:22px;
}
.class-nav-sub-list h4
{
	padding:0;
	margin:0;
	width:80px;
    display:inline-block;
	font-size:14px;
	line-height:22px;
	overflow:hidden;
	white-space:nowrap;
	vertical-align:top;
	font-weight:400;
}
.top-menu ul li .class-nav-sub-list h4 a
{
	line-height:22px;
	height:22px;
	padding:0px;
    text-decoration:none;
}
.class-nav-sub-list ul
{
	padding:0;
	margin:0;
	width:480px;
	display:inline-block;
	margin-left:10px;
}
.top-menu ul li .class-nav-sub-list ul li
{
	
}
.class-nav-line
{
	position:absolute;
	top:0px;
	right:-2px;
	width:4px;
	background-color:#fff;
	height:100%;
	display:none;
}
/*全部教育分类 end*/

.ins-center .dropdown-menu
{
	box-shadow:none;
	border-left:solid 1px #eee;
	border-right:solid 1px #eee;
	border-bottom:solid 1px #eee;
}
#topnav .nav > li.ins-center.open > a
{
	color:#666;
}
#topnav .nav > li.ins-center > a:hover
{
	color:#ff663a;
}
.shadow-redirect{position:absolute;width:100%;height:100%;top:35px;left:0px;background-color:#666;z-index:999999;}
.redirect-tips{position:absolute;width:500px;height:300px;border-radius:5px;background-color:#fff;z-index:9999999;top:50%;left:50%;transform:translate(-50%,-50%);}
.redirect-title{width:480px;margin:0 auto;height:40px;line-height:40px;font-size:16px;color:#ff663a;border-bottom:dotted 1px #ccc;}
.redirect-from{height:36px;line-height:36px;margin:42px auto 20px auto;text-align:center;font-size:16px;color:#323232;}
.redirect-from span{color:#ff663a;}
.redirect-time{height:34px;line-height:34px;font-size:14px;color:#323232;text-align:center;}
.redirect-link{height:38px;line-height:38px;color:#323232;font-size:14px;text-align:center;}
.redirect-link a{color:#ff663a;}
.form-logo img {
    width: 100%;
    height: auto;
}

#publish{display:none;}
.top-form{position:relative;}
.top-add-mcode{position:absolute;right:55px;top:15px;width:100px;}
.top-add-mcode img{width:100px;height:100px;}
.top-add-mcode p{margin-top:5px;font-size:14px;color:#1184e1;line-height:17px;text-align:center;}
