/*清除浏览器默认样式*/
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
ul {
	margin: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}
/*body*/
body {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}
a {
	text-decoration: none;
	color: #054f34;
}
a:hover {
	text-decoration: underline;
	color: #054f34;
}
/*通用样式*/
.hidden {
	display: none;
}
.clearfix, .container {
	zoom: 1;
}
.clearfix:after, .container:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.container {
    width: 1240px;
    margin: 0 auto;
}
/*layout*/
.header {
    padding-top: 22px;
    color: #fff;
    background-color: #054f34;
}
.header h1 {
    width: 312px;
    height: 69px;
    margin-bottom: 15px;
    background: url(img/logo.gif) no-repeat;
    text-indent: -9999px;
}
.nav {
    height: 74px;
    font-size: 18px;
	letter-spacing:0px;
	word-spacing:2px;
    color: #fff;
    background-color: #0c6847;
}
.nav li {
    float: left;
	margin-right:8px;
	clear: none;
}
.nav li a {
    display: inline-block;
    padding: 0 29px;
    line-height: 74px;
    color: #fff;
    letter-spacing: 1px;
}
.nav a:hover, .nav a.current {
    color: #fff;
    background-color: #013e28;
    text-decoration: none;
}
.nav ul {
    float: left;
    width: 1000px;
}
.nav .search {
    float: right;
    width: 210px;
    margin-right: 5px;
    margin-top: 20px;
}
.search input {
    float: left;
    width: 160px;
    height: 22px;
    line-height: 22px;
    padding: 5px 10px;
    border: none;
    font-size: 12px;
    color: #fff;
    background-color: #05915f;
    outline: none;
}
.search .button {
    float: left;
    width: 30px;
    height: 32px;
    border: none;
    background: url(img/search-btn.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
}
/* 焦点图 */
.slideBox {
    position: relative;
    width: 1240px;
    height: 430px;
    overflow: hidden;
    margin: 0 auto;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd img {
    display: block;
    width: 1240px;
    height: 430px;
}
.slideBox .hd {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    height: 5px;
    overflow: hidden;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    width: 30px;
    height: 5px;
    margin-right: 5px;
    line-height: 14px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    text-indent: -9999px;
}
.slideBox .hd ul li.on {
    background: #04794f;
    color: #fff;
}
.menu {
    height: 40px;
    line-height: 40px;
    padding: 10px 30px 0 15px;
    border-bottom: 2px solid #82a799;
}
.menu h3 {
    float: left;
    font-size: 24px;
    font-weight: normal;
    color: #054f34;
}
.menu a {
    float: right;
    margin-top: 5px;
    color: #054f34;
    font-size: 18px;
}
.menu a:hover {
    color: #054f34;
}
.left {
    float: left;
    width: 820px;
}
.focus-list {
    width: 100%;
    overflow: hidden;
}
.focus-list ul {
    width: 103%;
    overflow: hidden;
}
.focus-list li {
    float: left;
    width: 397px;
    margin-right: 25px;
    margin-top: 25px;
    background-color: #054f34;
}
.focus-list li .img {
    float: left;
    width: 178px;
}
.focus-list li .detail {
    position: relative;
    float: left;
    width: 149px;
    height: 104px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.focus-list li .more {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    background-color: #04794f;
    text-align: center;
}
.news-list ul {
    width: 100%;
    padding-top: 14px;
    overflow: hidden;
}
.news-list li {
    float: left;
    width: 233px;
    margin: 0 20px 10px 20px;
    _margin: 0 27px 10px 10px;
    padding-bottom: 5px;
    line-height: 21px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
}
.news-list li img {
    width: 100%;
    height: 155px;
}
.news-list .title {
    margin-bottom: 5px;
    font-size: 14px;
    color: #054f34;
}
.news-list .title a, .news-list .title a:hover {
    color: #054f34;
    font-size: 16px;
}
.right {
    float: left;
    width: 390px;
    margin-left: 30px;
}
.right .menu {
    padding: 10px 5px 0 0;
}
.research {
	height:500px;
}
.research ul {
    padding: 0 10px;
    line-height: 24px;
    font-size: 13px;
    color: #333;
}
.research li {
    padding-top: 10px;
}
.research li .title {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 95px 0 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #054f34;
    background: url(img/dot-line.gif) left bottom repeat-x;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.research .title strong {
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: normal;
}
.research li p {
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
}
.students {
    line-height: 24px;
    font-size: 14px;
    color: #000101;
    height:450px;
}
.students-con {
    padding-top: 15px;
}
.students img {
    display: block;
    width: 250px;
    margin: 0 auto;
}
.students .title {
    padding: 0 21px;
    margin: 5px 0;
    font-size: 14px;
    color: #054f34;
}
.students .title a, .students .title a:hover {
    color: #054f34;
    font-size: 16px;
}
.students .author {
    margin-top: 10px;
    font-size: 16px;
    color: #054f34;
    text-align: right;
}
.footer {
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    text-align: center;
}
.footer a,.footer a:hover {
    color: #fff;
}
/*内页*/
.neiTop {
	text-align:right;
	color:#699585;
	font-size:18px;
	line-height:34px;
	margin-top:26px;
	border-bottom: 2px solid #13593f;
}
.neiTop a {
	color:#699585;
}
.neiCon {
	margin-bottom:100px;
}
.neiCon ul {
	border-bottom: 1px dotted #999;
	margin-bottom:40px;
	margin-top:20px;
	padding-bottom:30px;
	overflow:hidden;
}
.neiCon li {
	font-size:18px;
	line-height:55px;
	background-image: url(img/tb_1.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	background-position: 17px 24px;
}
.neiCon li a {
	float:left;
	color:#000;
	text-indent: 40px;
}
.neiCon li span {
	float:right
}

.neiCon2 {
	margin-bottom:100px;
}
.neiCon2 dl {
	border-bottom: 1px dotted #999;
	margin-bottom:40px;
	margin-top:20px;
	padding-bottom:30px;
	overflow:hidden;
}
.neiCon2 dt {
	font-size:16px;
	line-height:55px;
	background-image: url(img/tb_1.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	background-position: 17px 24px;
}
.neiCon2 dt a {
	float:left;
	color:#000;
	text-indent: 40px;
}
.neiCon2 dt span {
	float:right
}


.yxjs {
	margin-bottom:100px;
}
.yxjs ul {
	margin-bottom:40px;
	margin-top:20px;
	padding-bottom:30px;
	overflow:hidden;
}
.yxjs li {
	float:left;
	width:470px;
	font-size:16px;
	line-height:36px;
	margin:0 20px;
}
.yxjs li a {
	color:#3E9D75;
	font-weight:bold;
}

.yxjsCon {
	margin-bottom:100px;
	overflow:hidden;
}
.yxjsCon .top {
	font-size:18px;
	line-height:80px;
	color:#3E9D75;
	font-weight:bold;
	text-indent:16px;
	margin-bottom:30px;
}
.yxjsCon .left {
	float:left;
	width:250px;
}
.yxjsCon .left ul {
	margin-top:10px;
}
.yxjsCon .left li {
	font-size:14px;
	line-height:20px;
	background-image: url(img/tb_1.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	background-position: 1px 6px;
	padding-left:16px;
	margin-bottom:10px;
}
.yxjsCon .left li a {
	color:#348362;
}

.yxjsCon .right {
	float:right;
	width:750px;
}
.yxjsCon .rightC {
	color:#333;
	line-height:40px;
	margin-bottom:10px;
}
.yxjsCon .rightT {
	overflow:hidden;
}
.yxjsCon .rightT li {
	float:left;
	width:340px;
	padding:12px;
	background-color:#eee;
	margin-bottom:12px;
	margin-right:10px;
}
.yxjsCon .rightT li h2 {
	line-height:30px;
	text-decoration: underline;
}
.yxjsCon .rightT li h2 a {
	font-size:16px;
	color:#333;
	text-decoration: underline;
}
.yxjsCon .rightT li p {
	color:#666;
	line-height:24px;
}

/*教师介绍*/
.yxjsCon .jsjs {
	padding:12px;
	background-color:#eee;
	margin-bottom:12px;
	overflow:hidden;
}
.yxjsCon .jsjs img {
	float:left;
	width:201px;
}
.yxjsCon .jsjs .r {
	float:left;
	margin-left:12px;
}
.yxjsCon .jsjs h2 {
	line-height:30px;
	text-decoration: underline;
}
.yxjsCon .jsjs h2 a {
	font-size:16px;
	color:#333;
	text-decoration: underline;
}
.yxjsCon .jsjs p {
	color:#666;
	line-height:24px;
}


.pager {
	text-align:center;
}
.neiTitle {
	font-size:16px;
	font-weight:bold;
	margin:76px 0 60px 0;
}
.neiCon .content {
	color:#333;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:140%;
}
.neiCon .content p {    text-align: justify;
	margin-bottom:15px;
}
