html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, image, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tf, tr, th {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: normal;
}
body {
	color: #565656;
	line-height: 20px;
	font-size: 12px;
	font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
	margin: 0px;
	background: #fffff8;
}
.view{margin-left: 10px;}
.view>p{margin-left: 14px !important;}
.edui8_iframeholder {margin-left: 14px !important;}
p, ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;  
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #323232;
	font-size: 14px;
}
a:hover {
	color: #206050;
}
.clear {
	clear: both;
}
.all a {
	color: #323232;
}
.inner {
	max-width: 1366px;
	margin: 0 auto;
}
img {
	border: 0px;
	vertical-align: bottom;
	max-width: 100%;
}
/**头部**/
.head {
	color: #ffffff;
	font-size: 14px;
	line-height: 36px;
	position: relative;
}
.head a {
	color: #fff;
	padding: 0 4px;
}
.head .inner {background: #206050;
}
.lj {
	float: left;
	margin-left: 8px;
}
.lj2 {
	float: left;
	margin-left: 28%;
}
.ss {
	float: right;
	margin-right: 12px;
	font-family: "微软雅黑", Microsoft YaHei, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/**学校logo**/
.logo {
	max-width: 338px;
	width:24%;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
}
.logo img {
	max-width: 100%;
	display: block;
}
.ss span {
	float: left;
}
.ssk {
	height: 24px;
	width: 166px;
	line-height: 26px;
	border: none;
	display: block;
	float: left;
	margin-top: 6px;
	padding-left: 6px;
}
.ssb {
	width: 54px;
	height: 24px;
	color: white;
	border: none;
	font-size: 14px;
	line-height: 24px;
	display: block;
	float: left;
	background-color: #009999;
	margin-top: 6px;
	font-family: "微软雅黑", Microsoft YaHei, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/**网站导航**/
.container {
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative; z-index:99
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	cursor: pointer;
	display: none;
}
.navbar-toggle .icon-bar {
    height: 4px;
    width: 28px;
    background-color: #243B2B;
    display: block;
    border-radius: 1px;
    margin-top: 4px;
}
/* common and top level styles */
#nav {
	float: left;
	position: relative;
	width:100%;
}
#nav, #nav ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#nav ul.subs {
    background-color: #FFFFFF;
    color: #333333;
    display: none;
    padding: 2%;
    position: absolute;
    top: 52px;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
    border: 1px solid rgba(0, 0, 0, .1);
    z-index: 100;
    width: 12%;
    text-align: center;
}

#nav > li {
	border-bottom: 5px solid transparent;
	float: left;
	margin-bottom: -5px;
	text-align: left;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
#nav li a {
	display: block;
	text-decoration: none;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	white-space: normal;
}
#nav > li > a {
	color: #333333;
	display: block;
	font-size: 18px;
    line-height: 50px;
	padding: 0 15px;
	text-transform: uppercase;
}
#nav > li:hover > a, #nav > a:hover {
	background-color: #206050;
	color: #FFFFFF;
}
#nav li.active > a {
	background-color: #206050;
	color: #FFFFFF;
}
/* submenu */
#nav li:hover ul.subs {
	display: block;
}
#nav ul.subs > li {
    display: inline-block;
    float: none;
    padding: 6px 1%;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}
#nav ul.subs > li a {
	color: #777777;
	line-height: 20px;
}
#nav ul li a:hover {
	color: #206050;
}

#nav ul.subs > li > a {
    font-size: 1.25em;
    text-transform: uppercase;
    line-height: 30px;
}

#nav ul.subs > li li {
	float: none;
	padding-left: 8px;
	-moz-transition: padding 150ms ease-out 0s;
	-ms-transition: padding 150ms ease-out 0s;
	-o-transition: padding 150ms ease-out 0s;
	-webkit-transition: padding 150ms ease-out 0s;
	transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li:hover {
	padding-left: 15px;
}


/**网站导航end**/

.banner {
	max-width: 1366px;
	width: 100%;
	height: 480px;
	margin: 0 auto;
}
.more {
	float: right;
	margin-right: 26px;
}
/**内容部分**/
.cont {
	background: #fffff8;
}
.cont .inner {
	padding-top: 5px;
	padding-bottom: 50px;
}
/*********首页--左侧************/
.mod1 {
	width: 100%;
}
.mod2 {
	width: 100%;
}
.mod3 {
	width: 100%;
}
.mod4 {
	width: 100%;
}
.mod5 {
	width: 100%;
}
.bt {
	height: 61px;
	line-height: 61px;
	border-bottom: 2px solid #143c32;
}
.bt span {
	font-size: 21px;
	font-weight: bold;
}
.bt a {
	font-size: 20px;
}
.nr {
	padding: 15px 0; width:100%;overflow: hidden;
}
.wl {
	margin: 36px 20px 0 20px;
}
.wl a {
	width: 9.09090909%;
	float: left;
	display: block;
	text-align: center;
	min-height: 120px;
}
.wl img {
	margin-top: 27px;
	display: block;
	margin: 0 auto;
}
/**底部版权**/
.footer {
	background: #206050;
}
.footer .inner {
	padding: 85px 0;
}
.footer a {
	color: #fff;
	line-height: 40px;
	font-size: 16px;
}
.dbrk {
	float: left;
	margin-left: 6%;
	width: 25%;
}
.dbrk a {
	color: #fff;
	width: 33.33%;
	display: block;
	float: left;
	text-align: center;
}
.bq {
	float: right;
	margin-right: 6%;
}
.bq p {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}.bq1 {
	float: right;
	width: 10%;
	margin-top: 5%;
}
.bq2 {
	float: left;
	text-align: center;
	width: 90%;
}
.bq2 p {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
#gotoTop {
	display: none;
	position: fixed;
	top: 75%;
	right: 10px;
	cursor: pointer;
	margin-top: -50px;
	margin-left: 520px;
	padding: 5px;
	width: 20px;
	text-align: center;
	border: 1px solid #e0e0e0;
	background: url(../img/gotop.png) no-repeat 0 0 #fff;
	z-index: 99;
	height: 20px;
}
#gotoTop {
	_position: absolute;
    _top:expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")
}
#gotoTop.hover {
	background-color: #206050;
	background-position: -30px 0;
}
fa {
	display: inline-block;
}
.fa-2x {
	font-size: 2em;
}
.tpgd {
	width: 34%;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
.xxxx {
	width: 64%;
	float: right;
}
table.headStyle109ssb60mb {
	display: none;
}
a.title {
	line-height: 35px;
	float: left;
	width: 85%;
	overflow: hidden;
	height: 35px;
	font-size: 16px;
}
td.sr {
	border: 1px solid #abadb3;
	border-right: none;
}
td.an {
	border: 1px solid #abadb3;
	border-left: none;
}
.zt { margin: 10px auto; }
.zt ul{
	width: 100%;}
.zt ul li {
	width: 33.33333%;
	float: left;
	text-align: center;
	margin-top: 15px;
	display: inline;
	vertical-align: bottom;min-height:135px; overflow:hidden;
}
.zt img {
	max-width: 350px;
	width: 100%;
	min-height: 100px;
}
/*******************************************列表页********************************************************************/
.mod6 {
	width: 20%;
	float: left;
	margin-left: 10px;
	min-height: 100px;
}
.mod6 .head {
	width: 100%;
	float: left;
	line-height: 46px;
	color: #323232;
	background: #fffff0;
	text-indent: 25px;
	border-bottom: 1px solid #143c32;
	font-weight: 700;
	font-size: 21px;
}
.mod6 .con a {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #eee;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
}
.mod7 {
	width: 75%;
	float: right;
	margin-right: 10px;
	min-height: 100px;
	margin-top: 10px;
}
.dqwz {
	width: 98%;
	line-height: 36px;
	height: 26px;
	background: url(../images/list02.jpg) no-repeat 0px 9px;
	padding-left: 10px;
}
.lmlb {
	width: 96%;
	min-height: 100px;
	margin: 0 15px;
	margin-top: 30px;
}
.lmlb h1 {
	line-height: 220%;
}
.lmlb table {
	margin: 0 auto;
	width: 100%;
}
.lmlb p {
	font-size: 16px;
	line-height: 180%;
	/* [disabled]margin-bottom:20px;
*/
}
.lmlb img {
	display: block;
	margin: 0 auto;
}
.lmlb li {
	line-height: 26px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/li.jpg) no-repeat 10px 10px;
	text-indent: 25px;
}
.lbbt {
	width: 98%;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	border-bottom: 1px solid #143c32;
}
.lbbt span {
	font-weight: 700;
}
.xslb {
	min-height: 100px;
}
.lmmc {
	font-size: 18px;
	height: 44px;
	border-bottom: #bd7f65 2px solid;
	color: #a56c53;
	padding-top: 16px;
	line-height: 44px;
	padding-left: 15px;
}
.lmmc span {
	font-weight: 700;
}
.qqq {
	padding: 30px 15px;
	border-bottom: 1px solid #babaaf;
}
.aa {
	height: 54px;
	background: url(../images/list04.png) no-repeat;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}
.cc {
	height: auto;
}
.cc table {
	width: 100%;
}
.cc table td {
	width: 24.5%;
	float: left;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	display: inline-block;
}
.cc table td a {
	width: 95%;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	overflow: hidden;
}
span.dq1 {
	font-size: 14px;
	padding-left: 14px;
}
span.time {
	float: right;
	font-size: 14px;
	padding-right: 10px;
	line-height: 35px;
}
.lbnr .time {
	padding-right: 15px;
	font-weight: normal;
}
.lbnr {
	padding-top: 10px;
}
.lbnr ul {
	width: 100%;
	height: auto;
}
.lbnr ul li {
	width: 100%;
	float: left;
	height: 36px;
	line-height: 36px;
	background: url(../images/li.jpg) no-repeat 10px 18px;
	text-indent: 25px;
	border-bottom: none;
}
.lbnr ul li.title {
	width: 80%;
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 16px;
}
.lbnr ul li.time {
	width: 15%;
	float: right;
	padding-right: 10px;
}

.fsyy .time {
	padding-right: 15px;
	font-weight: normal;
}
.fsyy {
	padding-top: 10px;
}
.fsyy ul {
	width: 100%;
	height: auto;
}
.fsyy ul li {
	width: 100%;
	float: left;
	height: 36px;
	line-height: 36px;
	background: url(../images/li.jpg) no-repeat 10px 18px;
	text-indent: 25px;
	border-bottom: none;
}
.fsyy ul li.title {
	width: 100%;
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 18px;
}
.fsyy ul li.time {
	width: 15%;
	float: right;
	padding-right: 10px;
}
.fsyy ul li a.title {
        width: 100%;
        font-size: 18px;
}
/*******************************************内容页********************************************************************/
.mod8 {
	width: 100%;
	min-height: 100px;
}
.gnbf {
	border-left: 1px solid #AACCEE;
	border-right: 1px solid #AACCEE;
}
.ff {
	width: 98%;
	margin: 0 auto;
	height: 24px;
	line-height: 24px;
	background: #E1EFFB;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.dd {
	width: 98%;
	margin: 0 auto;
	padding-top: 10px;
	min-height: 50px;
}
.dq {
	width: 98%;
	margin: 0 auto;
	border: 1px solid #AACCEE;
	background: url(../images/title_bg.gif) repeat-x;
	height: 25px;
	line-height: 25px;
}
.ssbt {
	line-height: 24px;
	background: url(../images/li.jpg) no-repeat 10px 12px;
	padding-left: 25px;
}
.sssj {
	line-height: 24px;
}
.ssfy {
}
.fy {
	padding-top: 20px;
	height: 24px;
	max-width: 472px;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 0px;
}
.defaultInputStyle {
	max-width: 24px;
}
.tzgg {
	padding-left: 10px;
}
.tzgg .tzggl {
	width: 48%;
	float: left;
}
.tzgg .tzggr {
	width: 48%;
	float: right;
}
.tzgg .title {
	width: 80%;
}
.lmlb #vsb_content_2 p {
	LINE-HEIGHT: 180%!important;
	font-family: "宋体";
}
.lmlb #v_news_content p {
	LINE-HEIGHT: 180%!important;
	font-family: "宋体";
}

.lmlb #v_news_content span {
	LINE-HEIGHT: 180%!important;
	font-family: "宋体";
	font-weight: normal;
}

.lmlb #vsb_content p {
	LINE-HEIGHT: 180%!important;
	font-family: "宋体";
}
.lmlb #vsb_content_2 span {
	LINE-HEIGHT: 180%!important;
	font-family: "宋体";
	font-weight: normal;
}
.lmlb #vsb_content span {
	LINE-HEIGHT: 180%!important;
	font-family: "宋体";
	font-weight: normal;
}
.lmlb p{
	font-size: 19px !important;
	line-height: 36px;
        background: transparent !important;
}
.lmlb span {
	font-size: 19px !important;
	line-height: 36px;
        background: transparent !important;
}
* {
	padding: 0;
	margin: 0;
}
.banner {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
	font-size: 0
}
.b-img {
	height: 480px;
	position: absolute;
	left: 0;
	top: 0;
}
.b-img a {
	display: block;
	height: 480px;
	float: left;
}
.b-list {
	height: 50px;
	padding-top: 450px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.b-list span {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 3px solid #fff;
	float: left;
	margin: 0 5px;
	_margin: 0 3px;
}
.b-list .spcss {
	border: 3px solid #14ab04;
}
.bar-left {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	left: 0px;
	background: none;
	top: 0px;
}
.bar-right {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	right: 0px;
	background: none;
	top: 0px;
}
.bar-left em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../images/arrow.png) 0px 0px no-repeat;
	margin: 0 auto;
	margin-top: 170px;
}
.bar-right em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../images/arrow.png) -50px 0px no-repeat;
	margin: 0 auto;
	margin-top: 170px;
}
.bar-left .emcss {
	background-position: 0px -50px;
}
.bar-right .emcss {
	background-position: -50px -50px;
}
.zzz {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.zzz span {
	font-weight: normal;
	font-size: 14px;
}
/***é¦–é¡µ***/
.xxxx ul {
	width: 98%;
	height: auto;
	margin-left: 20px;
}
.xxxx ul li {
	width: 100%;
	float: left;
}
.xxxx ul li.title {
	width: 80%;
	height: 36px;
	line-height: 36px;
	float: left;
}
.xxxx ul li.shijian {
	width: 15%;
	float: right;
}
.xzxx {
	line-height: 220%;
}
.xzxx-content {
	font-size: 18px;
	line-height: 200%;
	padding: 0 30px;
}
.xzxx-content p {
	text-indent: 2em;
	margin-bottom: 20px;
}
ul.xrld {
}
ul.xrld li {
	float: left;
	width: 31%;
	background-image: none;
	margin: 10px;
	min-height: 230px;
	text-align: center;
}
ul.xrld li a {
	display: block;
	font-size: 16px;
}
ul.xrld li img {
	display: block;
	margin: 0 auto;
	max-height: 198px;
}