@charset "utf-8";
ul{list-style:none;margin:0;padding:0;}
.width{width:1200px;margin:0 auto;overflow:hidden;}
section{max-width:100%;overflow:hidden;}
a{color:#9f9f9f}
a:hover{color:#f30}
#backtotop{height:50px;position:fixed;bottom:55px;right:-60px;z-index:9999;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
#backtotop.showme{right:12px;-moz-transform:scale(1) rotate(-360deg) translate(0px);-webkit-transform:scale(1) rotate(-360deg) translate(0px);-o-transform:scale(1) rotate(-360deg) translate(0px);transform:scale(1) rotate(-360deg) translate(0px);}
#backtotop .bttbg{width:50px;height:50px;background:url(../images/top_button.png) no-repeat 0 0;}
#backtotop .bttbg:hover{background-position:left bottom;}
/**/
.toplink {height:38px; line-height:38px; background:#fafafa; border-bottom:1px solid #ededed; margin-bottom:1px;}
.toplink a{font-size:12px;}
.Tban {background:url(../images/Tbg.jpg) repeat-x right; height:130px;}

/**/
.logo {width:720px; height:88px; background:url(../images/logo.png) no-repeat; margin-top:20px; float:left; overflow: hidden;}
.Ttel {background:url(../images/tphone.png) no-repeat; width:173px; height:41px; margin-right:110px !important;}
.Ttel span{
	display: block;
	padding:20px 30px;
	font-size:15px;
	font-weight: bold;
	color: #f60;
}
.wx {background:url(../images/wx.png) no-repeat; width:36px; height:36px; margin-top:10px; display:block; float:right; margin-right:60px;}
.wb {background:url(../images/wb.png) no-repeat; width:36px; height:36px; margin-top:10px; display:block; float:right; margin-right:20px;}
/**/
.menu{height:45px;background:#4c5a65;-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);box-shadow:0px 0px 3px rgba(0,0,0,0.3);z-index:999;}
.menu ul li{float:left;}
.menu ul li a{height:45px;line-height:45px;display:block;padding:0 25px;color:#FFF;font-size:17px}
.menu ul li a:hover{background:#008cd6;color:#FFF;}
.menu ul .hover a{background:#008cd6;color:#fff;}
.menu ul .hover a:hover{color:#fff;}

/**/
/*******************
---| Header | ***/
.focus {
	margin: 0 auto;
	position: relative;
	color: #4444;
	/* background: url(images/layout/bg-header.png) repeat-x 0 0; */
	overflow: hidden;
	width:99.99%; min-width:500px;
}
.focus .centered-content {
	position: relative;
	z-index: 2;
}
.focus a {
	color: #2e2e2e;
	text-decoration:none;
}
.focus .header-content a {
	color: #fff;
}
/* Header text */

.header-content {
	background: url(../images/img.jpg?v=1) no-repeat 50% -4px ;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	line-height: 22px;

	z-index:0;
	border-top:1px solid #fff;
	-webkit-box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 8px -10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 8px -10px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 8px -10px rgba(0, 0, 0, 0.4);
}
.header-content.homes {
}

/*.header-content-wrap {width: 940px; margin: 0 auto;}*/
.header-content img {
	float: right;
	margin: 0 0 0 5px;
	position:absolute;
	top:-30px;
}
.header-content .text {
	color:#555;
	float:left;
	width:440px;
	*width:400px;
	overflow:hidden;
	margin-top:20px;
}
.header-content .copy {
	font-size: 14px;
	line-height: 1.5em;
	padding-right: 15px;
	_background-color:#000;
	filter:alpha(opacity=0);
}
.header-content .button {
	width: 100% !important;
}
.header-content .button a {
padding:8px 28px; color:#fff!important; background:#199fd6;border-radius:3px; font-size:16px; margin:20px 0; display:inline-block;
}
/*#slider .text {width: 417px;}*/

/*fix the button position for the slide*/
.header-content .button {
	float: none;
}
.header-content .dimmed {
	background: #b05b1b;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: none;  /* Saf3.2+, Chrome */
	-moz-transition: none;  /* FF4+ */
	-ms-transition: none;  /* IE10? */
	-o-transition: none;  /* Opera 10.5+ */
	transition: none;
}
.header-content .align-bottom {
	position: absolute;
	bottom: 0px;
}
/* => Slider <= */
#slider-wrap {
	background: url(../images/img.jpg?v=1) repeat-x 0% 0;
	height:220px;
}
#slider {
	background: url(../images/img.jpg?v=1) repeat-x 0% 0;
	height:220px;
	overflow:hidden;
}
/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev, .slider-next {
	text-indent:-9999px;
	width:38px;
	height:38px;
	background:url("../images/sprite.png") -263px -122px no-repeat;
	position:absolute;
	top:50%;
	margin-top:-19px;
	z-index:0;
	opacity:.5;
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
	-ms-transition: all 0.3s ease-out;  /* IE10? */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	transition: all 0.3s ease-out;
	display: none
	
}
.slider-prev {
	left:12px;
}
.slider-next {
	right:12px;
	background-position:-302px -122px;
}
.slider-prev:hover, .slider-next:hover {
	opacity:1;
}
/* => SLIDER NAV o o o <= */    
.slider-nav {
	position:absolute;
	bottom:5px;
	left:50%;
	list-style:none;
	overflow:hidden;
	padding:0;
	z-index:10;
	margin: 0;
}
.slider-nav li {
	float:left;
}
.slider-nav li a {
	display:block;
	width:8px;
	height:8px;
	overflow:hidden;
	padding:0px;
	margin:8px;
	background:url("../images/sprite.png") no-repeat -234px -144px;
	text-decoration:none;
	text-indent:-999px;
}
.slider-nav li a:hover, .slider-nav li a.selected {
	background-position:-225px -144px;
}
/* => HOLY SLIDES <= */

.slider section {
	display: none;
}
.slider section.firsts {
	display: block;
}
.slider-sections, .slider-sections section {
	width: 1200px;
	height: 220px;
}
.slider-sections {
	margin: 0 auto;
	position: relative;
}
.slider-sections section {
	position: absolute;
	top: 0;
	left: 0px;
}
.header-content h2 {
	font:bold 32px/32px "microsoft yahei", Tahoma, arial, sans-serif;
	color: #444;
	margin: 0 0 26px;
}
.header-content p {
	margin: 0 0 30px;
}
.header-content .centered-content {
	padding-bottom: 10px;
}
.button {
	float: left;
	width: auto !important;
	list-style: none;
}
.button a,  .button button,  .button input { /* Standard black button */
	font-size: 15px;
	/*font-family: 'lucida sans',arial,helvetica,sans-serif;*/
	  line-height: 18px;
	color: #fff !important;
	text-decoration: none;
	padding: 5px 14px 6px 13px;
	display: block;
	width: auto;
	position: relative;
	z-index: 2;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #313131; /* Old browsers */
	background: -moz-linear-gradient(top, #313131 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #313131 0%, #222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #313131 0%, #222222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #313131 0%, #222222 100%); /* IE10+ */
	background: linear-gradient(top, #313131 0%, #222222 100%); /* W3C */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button a:hover,  .button input:hover,  .button button:hover,  .button a:focus,  .button input:focus,  .button button:focus {
	background: #3db0df; /* Old browsers */
	background: -moz-linear-gradient(top, #3db0df 0%, #2596cd 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #3db0df 0%, #2596cd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3db0df 0%, #2596cd 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3db0df 0%, #2596cd 100%); /* IE10+ */
	background: linear-gradient(top, #3db0df 0%, #2596cd 100%); /* W3C */
}
header .header-content .button a,#content .button a:hover {
	text-decoration: none;
}
.header-content .beta-ribbons {
	position: absolute;
	height: 120px;
	width: 85px;
	text-indent: -200px;
	overflow: hidden;
}
.header-content .beta-ribbons.ribbon-1 {
	background-position: -170px 0;
	top: -3px;
	right: -145px;
}
.header-content p.copy .beta-ribbons.ribbon-1 {
	top: -135px;
	left: 900px;
}
.header-content .beta-ribbons.ribbon-4 {
	background-position: -255px 0;
	left: -62px;
	top: -30px;
	z-index: 10;
	text-indent: -2000px;
}

/**/
/*首页*/
.fashow {width:480px;height:300px;}
.fashow img {height:300px; width:480px; }
.itopn {width:450px;background:#f4f4f4;padding-right:20px;}

.noi {width:250px;}
.am-modal-bd img{
	max-width:240px;
	_width:240px;
}

.w380 {width:380px}
.boline {border-bottom:3px solid #4c5a65;}
.ilist h4{font-family:"微软雅黑"; font-size:18px; background:url(../images/jxzh_bg.jpg) no-repeat;margin-top:10px; margin-left:20px;padding-left:50px; color:#000; font-weight:bold;}
.ilist ul{padding-left:1.5em;}
.ilist ul li{ height:32px; line-height:32px; overflow:hidden; font-size:15px; font-family:"微软雅黑"; }
.ilist ul li span{ float:right;}

.Hezuo {background:url(../images/biaoyu.jpg) no-repeat center center fixed;padding-bottom:20px;}
.Hezuo h1{font-size:36px; line-height:54px; text-align:center; color:#da1905;letter-spacing:5px;background:#FFF;}
.cp{margin-left:30px;}
.cp img {width:140px; height:60px; margin:20px 20px;background:#FFF;}
/*分页*/
.pg a,.pg strong,.pgb a,.pg label {
	border:none;
	margin-left:0;
}
.pg strong {
	background-color:#108bf3;
	color:white;
	display:block;
	float:left;
	padding:5px 14px;
	margin-left:5px;
	font-weight:normal;
	font-size:14px;
}
.pg a,.pgb a,.pg label {
	display:block;
	float:left;
	background-color:#e8e8e8;
	padding:5px 14px;
	margin-left:5px;
	color:#666;
	font-size:14px;
}
.pg a.nxt {
	background-repeat:no-repeat;
	background-image:none;
	display:block;
	float:left;
	padding:5px 15px;
	margin-left:5px;
}
.pg a:hover,.pgb a:hover {
	color:white;
	background-color:#108bf3;
}
.pg a.prev {
	background-repeat:no-repeat;
}
/*list*/
.minheight{min-height:500px;padding:20px 0;overflow:hidden;}
.sidebar-left{float:left;width:210px;margin-right:20px;background:#fff;padding-bottom:9999px;margin-bottom:-9999px;border:1px solid #f3f3f3; overflow:hidden;}
.sidebar-left h5{margin:0;padding:0;display:block;height:80px;background:url(../images/sidebar_title_bg.gif) no-repeat top;color:#fff;font-weight:normal;font-size:24px;line-height:80px;text-indent:36px;}
.sidebar-left ul{margin:0;padding:0;list-style:none;}
.sidebar-left ul li{border-bottom:1px dotted #e3e3e3; overflow:hidden;}
.sidebar-left ul li a{border-left:2px solid #3C98EC;padding-left:36px;border-left:2px solid transparent;height:56px;line-height:56px;display:block;color:#666;}
.sidebar-left ul li:hover a{color:#2F8CE1;border-left:2px solid #3C98EC;}
.sidebar-left ul .hover a{border-left:2px solid #54ADFF;color:#2F8CE1;}

.sidebar-right{float:right;width:970px;background:#fff;border:1px solid #f3f3f3;padding:10px 30px;padding-bottom:9999px;margin-bottom:-9999px;}
.subject{border-bottom:1px solid #eaeaea;}
.subject b{border-bottom:2px solid #3C98EC;height:60px;line-height:60px;display:inline-block;margin-bottom:-1px;font-weight:normal;color:#3b3b3b;font-size:24px;font-family:microsoft yahei;}
.subject .more{float:right;}
.subject .more a{font-size:12px;font-family:宋体;color:#999;}
.subject .more a:hover{color:#f30;}

.news-list{margin-top:30px;}
.news-list li{border-bottom:1px solid #e6e7e8;margin-bottom:15px;padding-bottom:15px;}
.news-list li h1{font-size:18px;margin:0;font-weight:500;}
.news-list li aside{font-size:12px;line-height:18px;color:#999;}
.news-list li p{color:#666;font-size:14px;}

.news_show{margin-top:20px;}
.news_show h1{font-size:24px;margin:0;font-weight:300;color:#333;}
.news_show aside{margin-bottom:30px;color:#999;font-size:12px;}
.news_show img{max-width:100%;margin:0 auto 20px;}
.news_show p{margin-bottom:15px;color:#666;}


.lmu1,.lmu2,.lmu3,.lmu4  {width:166px; height:88px; background:url("../images/LMenu.png"); display:block; margin-left:10px;}
.lmu1 {background-position:0% 0%;}
.lmu2 {background-position:0% 33%;}
.lmu3 {background-position:0% 66%;}
.lmu4 {background-position:0% 100%;}
/**/

/*教师列表*/
.masterlist{margin-top: 50px;}
.masterlist dt {display:block; margin:0; padding:0;}
.masterlist p.listimg{
	margin-left: 20px;
	float: left;
	width: 160px;
	position: relative;
}
.masterlist p.listimg a{ cursor: pointer;}
.mastertxt{float: right;width: 700px; margin-top: 5px;}
.mastertxt dd ul {display:inline-block; margin:0; padding:0; height:22px;}
.mastertxt dt{font-size: 26px; position: relative;}
.mastertxt h2 {margin:0; padding:0; height:32px;}
.mastertxt h2 a{color: #2596cd;cursor: pointer;}
.mastertxt h2 .green{
		vertical-align: middle;
    margin-left: 8px;
    display: inline-block;
    font-size: 12px;
    color: #66b21d;
    padding: 2px 8px;
    border: 1px solid #66b21d;
    border-radius: 2px;
}
.mastertxt h2 .reds{
	vertical-align: middle;
    margin-left: 8px;
    display: inline-block;
    font-size: 12px;
    color: #e84f4f;
    padding: 2px 8px;
    border: 1px solid #e84f4f;
    border-radius: 2px;
}
.mastertxt li{	
	float: left;
	margin: 5px 30px 12px 0;
	color: #555;
	font-size: 14px;
}
.mastertxt li span{
	display: inline-block;
	width: 16px;
	height: 14px;
	margin-right: 8px;
}
.mastertxt dd a{
	cursor: pointer;
	line-height: 22px;
	font-size: 14px;
	color: #777;
	
}
/*教师列表   end*/


/*瀑布流布局*/
.piclist{margin-top:40px;}
.piclist ul{}
.piclist li{float:left;width:190px;margin-right:25px;}
.piclist li a{display:block;padding:4px;margin-bottom:25px;border:1px solid #eee;}
.piclist li a:hover{box-shadow:0 0 6px rgba(0, 0, 0, 0.17);}
.piclist li a img{width:100%;}
.piclist li a p{font-size:14px;padding:0 10px;}



/**/
#footer {overflow:hidden}
#footer .link {height:200px; background:#4c5a65;}
#footer .left{background:url(../images/bg_foot_line.gif) repeat-y right;padding:0 20px 0 40px;float:left;width:20%;min-height:160px;}
#footer .w590{width:590px;}
#footer .w350{width:350px;}
#footer .left dl{margin:0;padding:0;}
#footer .left dl img{width:120px; margin-left:20px;}
#footer .left dl dd{text-align:left;font-size:18px;color:#cacaca;font-family:microsoft yahei;margin:0 0 10px 0;padding:0;}
#footer .left dl dt{font-size:14px;color:#cacaca;font-family:microsoft yahei;line-height:24px;font-weight:normal; margin-left:40px;}
#footer .left dl dt a{color:#cacaca;}
#footer .left dl dt a:hover{color:#fff;}
#footer a{color:#cacaca;}
#footer a:hover{color:#fff;}
#footer .copyright{background:#333b42; height:50px; text-align:center; line-height:50px; color:#8c8c8c; font-size:14px;}
.fopt {margin:auto 40px}
.fopt a{width:110px; display:block; float:left;font-family:microsoft yahei;font-size:14px; line-height:30px;}