@charset "utf-8";
/* CSS Document */

/*base Start
=================================*/
body > div{margin-right:auto;margin-left:auto; } 
body,div,ul,ol,ul,li,ol,dl,dd,dt,form,span,p,textarea{margin:0;padding:0;list-style:none;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input{padding-top:0;padding-bottom:0;}
input::-moz-focus-inner{border:none;padding:0;}
select,input{vertical-align:middle;}
select,input,textarea{font-size:12px;margin:0;}
input[type="text"],input[type="password"],textarea{outline-style:none;-webkit-appearance:none;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
th,td{font-size:12px;padding:0}
img,a img{border:0;margin:0;padding:0;}
img{border:none;}
a{outline-style:none;color:#000;text-decoration:none}
a:hover{color:#025194;text-decoration:none;}
a:focus {outline-style:none; -moz-outline-style: none;}
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix{zoom:1;}
.clear{clear:both; height:0; font-size:0;overflow:hidden;}
.auto{margin-left:auto;margin-right:auto;}
.fl{float:left;}
.fr{float:right;}
.show{display:block!important;}
.hide{display:none!important;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
/*base End
=================================*/

/*Public Start
=================================*/
body, html {
    color: #333;
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑",PingHei,STHeiti,"\5B8B\4F53",SimSun,"宋体",sans-serif;
    font-size: 62.5%;
}
body {
    font-size: 1.4rem;font-size:14px;
}
ul,li{
	list-style:none;
}
img {
	width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:none;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #1e63b0;
    text-decoration: none;
}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pr20{padding-right: 20px;}
.bg-fff{background: #fff;}
/*Public End
=================================*/

/*header Start
=================================*/
header{
	background: #fff;
}
header .logo img{
	padding: 0 0 10px 18px;
	max-width: 690px;
}
.topmenu{
	color: #666;
}
.topmenu li{
	float: left;
	line-height: 36px;
}
.topmenu li a{
	color:#666;
}
.nav > li > a{
	padding: 0;
}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:transparent;}
.dropdown-menu{
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
}
.topmenu .otherinfo li a{
	padding: 0 10px;
}
.topmenu .otherinfo li a:hover{
	text-decoration: underline;
}
.search input{
	border: 1px solid #7ecef4;
	background: #e0dfdf;
    height: 30px;
    line-height: 30px;
    padding-left: 4px;
    width: 200px;
}
.search .btn-search{
	background: url(ico_search_edu.png) no-repeat 6px 6px #4396f6;
    border: 1px solid #7ecef4;
	border-left: none;
    float: right;
    height: 30px;
    line-height: 30px;
    width: 30px;
	margin-right: 10px;
}

/*nav Start
=================================*/
nav{
	font-size: 1.6rem; font-size: 16px;
	font-weight: bold;
}

/* Navbar
=================================*/
nav.navbar{
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #4396f6;
    border: none;
    z-index: 99;
}
nav.navbar ul.nav > li {	
    color: #bbc5d1;
}
nav.navbar ul.nav > li > a{
    color: #fff;
    background-color: transparent !important;
}

nav.navbar ul.nav > li > a:hover
nav.navbar ul.nav > li > a:visited,
nav.navbar ul.nav > li > a:focus{
    color: #91e5ff;
}
nav.navbar .navbar-toggle{
	float: right;
    background-color: #ec0515;
    border: none;
    position: relative;
	margin: 15px 2px 15px 0;
}
nav.navbar .navbar-toggle .icon-bar {
    background-color: #f3f6f9;
}
nav.navbar .navbar-toggle:hover,
nav.navbar .navbar-toggle:focus{
    background-color: #C5C5C5;
    border-color: #ec0515;
}

@media only screen and  (min-width: 1024px) {
	header{
		padding-top: 10px;
	}
	nav.navbar-default .navbar-nav>li>a:hover{
		color:#fff;
		background-color:transparent
	}
	nav.navbar ul.nav > li {
		line-height: 46px;
	}
	nav.navbar ul.nav > li > a{
		padding: 0 61px;
		font-size: 1.6rem; font-size: 16px;
		line-height: 46px;
    }
	nav.navbar li.dropdown ul.dropdown-menu{
		-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
		-o-box-shadow: 0 0 0 rgba(0, 0, 0, .0);
		box-shadow: 0 0 0 rgba(0, 0, 0, .0);
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		background: #2e84d2;
		border: 0 none;
		z-index: 99;
    }
    nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
        background-color: transparent;
    }
	nav.navbar li.dropdown ul.dropdown-menu.wrapMenu{
		padding: 5px 0;
		left: 20px;
	}
	nav.navbar li.dropdown ul.dropdown-menu > li > a{
		color:#fff;
		line-height: 24px;
    }
	nav.navbar li.dropdown ul.dropdown-menu > li > a:hover{
		color: #356fae;
		background: #f3f3f3;
		margin-right: 8px;
	}
	#arrow-top {
		border-bottom: 6px solid #2e84d2;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		height: 0;
		left: 60px;
		line-height: 0;
		position: absolute;
		top: -6px;
		width: 0;
	}
}

@media only screen and (max-width: 992px) {	
	.navbar-brand {
		padding: 10px 5px;
	}
	nav.navbar .navbar-brand {
        display: inline-block;
        margin: 0 !important;
    }
	nav.navbar .navbar-header {
        float: none;
        display: block;
        text-align: center;
    }
	nav.navbar .navbar-collapse {
        border: none;   
        margin-bottom: 0;
    }
	nav.navbar .navbar-collapse.collapse {
        display: none !important;
    }
    
    nav.navbar .navbar-collapse.collapse.in {
        display: block !important;
    }
	nav.navbar .navbar-nav {
        float: none !important;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0px -15px;
    }
    
    nav.navbar .navbar-nav > li {
        float: none;
    }
	nav.navbar .navbar-toggle {
        display: inline-block;
    }
	nav.navbar ul.nav li.dropdown ul.dropdown-menu{
        width: 100%;
        position: relative !important;
        background-color: #e5eef7;
        float: none;
        border: none;
        padding: 0 0 0 15px !important;
        margin: 0 0 -1px 0 !important;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }
	nav.navbar ul.nav li.dropdown ul.dropdown-menu  > li > a{
        display: block;
        width: 100%;
		line-height: 22px;
        color: #305f97;
		background-color: transparent;
    }
	nav.navbar .navbar-nav > li > a{
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        border-top: solid 1px #e0e0e0;
        margin-bottom: -1px;
    }
	nav.navbar .navbar-nav > li:first-child > a{
        border-top: none;
    }
}
/*nav End
=================================*/

@media only screen and (max-width: 991px) {
	.search input{
		float: left;
		width: 385px;
	}
	.search .btn-search{
		float: left;
	}
	.social-links {
		float: right;
	}
	.social-links .dropdown > button {
		background-color: transparent;
		color: #a3a3a3;
		font-size: 1.8rem; font-size: 18px;
		padding: 3px 0;
		
	}
	.btn.active,.btn:active{-webkit-box-shadow:none;box-shadow:none}
	.btn-group.open .dropdown-toggle{-webkit-box-shadow: none;box-shadow:none;}
	.social-links .dropdown-menu {
		z-index: 103;
		padding: 0px;
		box-shadow: none;
		background: #fafafa;
		right:0;
		left:auto;
		border: 1px solid #f1f1f1;
		top:27px;
	}
	.social-links li {
		margin: 5px 0;
		padding: 0 5px;
		color: #354a96;
		line-height:20px;
		font-size:12px;
	}
	.social-links li a {
		height: 20px;
		line-height:20px;
		border: none;
		color: #6f6f6f;
		background-color: transparent;
		border-color: transparent;
	}
	.social-links li a:hover {
		color: #354a96;
		background-color: transparent;
	}
	.social-links .dropdown.open>button>i:before {
		content: "\f00d";
		color: #e84c3d;
	}

	.social-links .dropdown-menu li a {
		padding: 0;
	}
}
@media only screen and (max-width: 481px) {
	.search input{
		width: 185px;
	}
}

/*header End
=================================*/

/*footer Start
=================================*/
footer{
	border-top: 8px solid #4396f6;
	line-height: 24px;
	padding-bottom: 15px;
	margin-top: 20px;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}
footer .col-bottom-link {
	background: #fff;
	padding-top: 10px;
	margin-bottom: 5px;
}
@media only screen and (min-width: 991px) {
	footer .col-bottom-link li{
		width: 20%;
		padding: 0 10px;
		float: left;
	}
	footer .col-bottom-link li:first-child{
		padding-left: 0;
	}
	footer .col-bottom-link li:last-child{
		padding-right: 0;
	}
}
@media only screen and (max-width: 991px) {
	footer .col-bottom-link li{
		width: 100%;
		padding: 0 10px;
	}
}
footer img{
	width: auto;
}
footer .copyright{
}
/*footer End
=================================*/


/*toolbar Start
=================================*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
/*解决IE6下不兼容 position:fixed 的问题*/
#code,#code_hover,#gotop{ width:52px; height:52px; background:url(toolbar_nao.png) no-repeat; position:fixed; right:0; cursor:pointer;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#code{ background-position:-184px -125px; bottom:120px; _margin-bottom:120px;}
#code_hover{ background-position:-240px -125px; bottom:120px; _margin-bottom:120px;}
#gotop{ background-position:-184px -179px; bottom:67px; _margin-bottom:67px;} 

#code_img{ width:203px; height:210px; background:url(toolbar_nao.png) 20px 1px no-repeat; position:fixed; right:54px; bottom:77px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;}
/*toolbar End
=================================*/


.topnews{
	background: url(bg_topnews_edu.jpg) no-repeat center top #fff;
}




/*要闻轮播图*/

.pt_slide h1 {
	line-height: 20px;
	padding: 0 20px 10px 20px;
}
.pt_slide h1 a {
	color: #940604;
	font-size: 1.8rem; font-size: 18px;
	font-weight: bold;
	text-align: center;
	}
.pt_slide p{
	text-indent: 2em;
	font-size: 1.4rem; font-size: 14px;
	color: #333;
	line-height: 22px;
	height: 130px;
	overflow: hidden;
}

.pt_slide_in1{  padding: 16px 28px 28px;}
.pt_slide1 h1 a {color:#fff; font-size:24px;  font-weight:bold}
.pt_slide1 h1 a samp{ color:#fff; font-size:14px;    margin-left: 12px;}
.pt_slide1 span{ font-size:12px; color:#FFF;}
.pt_slide1 p{ font-size: 14px;color: #fff;text-indent: 27px; line-height: 29px;}


/*转场图片*/
.slideBox{
	height:420px;
	position:relative;
}
.slideBox .hd{
	height:20px;
	overflow:hidden;
	position:absolute;
	right:109px;
	bottom:5px;
	z-index:1;
}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{
	float:left;
	margin-right:15px;
	width:15px;
	height:15px;
	cursor:pointer;
	border-radius:10px;
	background:#d2af9a;
}
.slideBox .hd ul li.on{
	background:#c94e05;
	width:20px;
}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{
	padding-top: 6px;
	height:180px;
	display:block;
}
.pt_slide {
	position: absolute;
	height: 186px;
	display: block;
	z-index: 90;
	float: right;
	right: 0px;
	background: transparent;
	color: #CCC;
}
@media only screen and (min-width: 361px) and (max-width: 990px) {
	.pt_slide_in{
		padding: 20px 0;
	}
	.slideBox .bd img{
		height:270px;
	}
	.pt_slide {
		height: 296px;
	}
	.pt_slide p{
		text-indent: 2em;
		font-size: 1.6rem; font-size: 16px;
		color: #333;
		line-height: 28px;
		height: 50px;
		overflow: hidden;
	}

}
@media only screen and (min-width: 991px) {
	.slideBox .hd{
		bottom:20px;
	}
	.pt_slide h1 a {
		font-size: 2.4rem; font-size: 24px;
	}
	.pt_slide h1 {
		line-height: 28px;
		padding: 0 20px 20px 20px;
	}
	.pt_slide_in{
		padding: 20px 0;
	}
	.slideBox .bd img{
		height:414px;
	}
	.pt_slide {
		height: 420px;
	}
	.pt_slide {
		top:0;
	}
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{ position:absolute; top:50%; margin-top:-25px; 
display:block; width:62px; height:58px; background:url(prev_edu.png) 
-110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ position:absolute; top:50%; margin-top:-25px; 
display:block; width:62px; height:58px; background:url(next_edu.png) 
-110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .prev{ left:auto; left:0; background-position:8px 5px; }
.slideBox .next{ left:auto; right:0; background-position:8px 
5px;margin-right: 355px; }
.slideBox .prev:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/*maincontent*/
.column-list-pic h3 span{
	color: #4396f6;
	font-size: 1.8rem; font-size: 18px;
	line-height: 40px;
	border-bottom: 4px solid #c94605;
	padding:0 15px 5px 5px;
}
.column-list-pic h3 a{
	float: right;
	color: #1e63b0;
	font-size: 1.2rem; font-size: 12px;
	line-height: 40px;
}
.img-border{
	border: 1px solid #24acde;
	padding: 1px;
}
.column-list-pic h4,
.column-list-pic h4 a{
	color: #4b69a6;
	font-size: 1.8rem; font-size: 18px;
	line-height: 32px;
	text-align: center;
}
.column-list-pic p{
	text-indent: 2em;
	line-height: 24px;
}
.column-list-pic li{
	line-height: 24px;
}
@media only screen and (min-width: 991px) {
	.column-list-pic img{
		width: 183px;
		height: 109px;
	}
	.column-list-pic li span{
		float: right;
	}
	.col-r02 section img{
		width: 125px;
		height: 70px;
	}
}
@media only screen and (min-width: 361px) and (max-width: 990px) {
	.column-list-pic img{
		width: 236px;
		height: 135px;
	}
	.col-r02 section img{
		width: 120px;
		height: 68px;
	}
	
}
.wrap-right{
	padding: 10px 0;
}
.wrap-right div{
	padding-right: 0;
}
.wrap-right h3{
	color: #c94e05;
	font-size: 1.8rem; font-size: 18px;
	font-weight: bold;;
	line-height: 28px;
}
.wrap-right h3 i{
	width: 28px;
	height: 28px;
	border-radius: 14px;
	text-align: center;
	line-height: 28px;
	background: #c94e05;
	color: #f5f3f3;
	margin-right: 8px;
}
.wrap-right h3 a{
	float: right;
	color: #1e63b0;
	font-size: 1.2rem; font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	padding-right: 10px;
}
.bg-dde6ec{
	background: #dde6ec;
}
.col-r01 li{
	height: 58px;
	padding: 10px;
	line-height: 20px;
}
.col-r01 li a {
	height: 44px;
	display: block;
	border-bottom: 1px dashed #95aac9;
}
.col-r01 li span {
	color: #044999;
	display: inline-block;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 2.0rem;
	padding-right:10px;
	text-align: center;
}
.col-r01 li b {
	display: block;
	font-size: 22px;
}
.col-r01 li em {
	display: block;
	font-style: normal;
}
.col-r02 section{
	background: #fbeaf0;
	margin-top: 10px;
}
.col-r02 section img{
	padding: 0 0 0 0;
}
.col-r02 section h4{
	color: #4b69a6;
	font-size: 1.8rem; font-size: 18px;
	line-height: 30px;
}
.col-r02 li{
	line-height: 24px;
	padding-bottom: 5px;
	padding-right:5px;
}
.col-r03 li a{
	color: #1e63b0;
	font-size: 1.6rem; font-size: 16px;
	margin:0 15px 6px 0;
	border: 1px solid #fff;
	background: #e9e9e9;
	line-height: 44px;
	text-align: center;
	display: block;
}
.col-jdyx{
    margin:10px 0px;
    text-align: center;
    background-color: #fff;
}
.middle-line:before{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #970402;/*颜色需与主题大背景色一致*/ 
    position: relative;
    top: 14px;/*调节线高*/
    left: 0;
}
.jdyx-line-text{
	color: #970402;
	font-weight: bold;
    display: inline-block;
    background: #fff;
    padding:0 10px;
    position: relative;
    font-size:1.8rem; font-size: 18px;
}
/*jquery Flexisel*/
#flexiselDemo3 {
	display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding-left:-15px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-ul li{
	margin:0 0 0 0px;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
	border: 1px solid #cdcdcd;
    width: 98%;
	padding: 2px;
    cursor: pointer;
    position: relative;
}



/*menu-temp02*/
.temp02-wrap-Lmenu h3{
	border-top: 3px solid #4396F6;
	background: #4396F6;
	padding: 10px 0;
}

.temp02-wrap-R h3{
	color: #4396F6;
	font-size:1.8rem; font-size:18px;
	font-weight:bold;
	border-left:8px solid #4396F6;
	padding:5px 0 5px 15px;
}