@charset "utf-8";
/* 基础样式*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{padding:0px; margin:0px;}
body{font:12px "微软雅黑";background: #EDEDED;}
img{border:none;}
ul,li,ol {list-style:none;}
input,select,textarea{outline:none;border: none;}
div{margin:0px auto;}
strong,th,h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
a,u{text-decoration:none;}
a:link, a:visited {text-decoration:none;-webkit-transition:background-color .15s linear, color .15s linear;-moz-transition:background-color .15s linear, color .15s linear;transition:background-color .15s linear, color .15s linear;}
a:hover {color:#f60;}
a {color:#369;-webkit-backface-visibility:hidden;}
.fl {float:left;}
.fr {float:right;}
.clear {clear:both;}
:focus {outline: none}
:hover {outline: none}

/* 清除浮动*/
.clearfix:after{content:""; display:block; clear:both;}
.clearfix{zoom:1;}

/*顶部*/
.nav{
	width: 100%;
	height: 81px;
	background: #2E3238;
	position: relative;
	z-index: 9;
}
.nav_box{
	width: 1200px;
	height: 81px;
	margin: 0 auto;
}
.nav_box img.slogo{
	float: left;
	max-width: 230px;
	max-height: 60px;
	margin-top: 10px;
}
.nav_box>ul{
	width: 950px;
	height: auto;
	float: left;
	margin-left: 15px;
}
.nav_box>ul>li{
	float: left;
	text-align: center;
	height: 79px;
	border-bottom: 2px solid #2E3238;
	position: relative;
	width: 140px;
}
.nav_box>ul>li.more{
	width: 110px;
}
.nav_box>ul>li>a{
	display: inline-block;
	width: 100%;
	line-height: 81px;
	height: 81px;
	font-size: 16px;
	color: #cccccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav_box>ul>li:hover{
	border-bottom: 2px solid #0596D8;
}
.nav_box>ul>li:hover>a{
	color: #0596D8;
}
.nav_box>ul>li.active{
	border-bottom: 2px solid #0596D8;
}
.nav_box>ul>li.active>a{
	color: #0596D8;
}
.nav_box>ul>li.more{
	/*display: none;*/
}
.nav_box>ul>li.more a img{
	width: 27px;
	height: 5px;
	margin-top: 38px;
}
.nav_box>ul>li.more>ul.slist{
	position: absolute;
	left: 0;
	top:81px;
	height: auto;
	overflow: hidden;
	background: #fff;
	display: none;
}
.nav_box>ul>li.more>ul.slist li{
	height: 40px;
	line-height: 40px;
	text-align: center;
	min-width: 126px;
	padding: 0 10px;
}
.nav_box>ul>li.more>ul.slist li a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #2E3238;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
}
.nav_box>ul>li.more>ul.slist li:hover{
	background: #4BBBFA;
}
.nav_box>ul>li.more>ul.slist li:hover a{
	color:#fff;
}
.nav_box>ul>li.more>ul.slist li.active a{
	background: #4BBBFA;
	color:#fff;
}
img.banner{
	width: 100%;
	height: 248px;
}
/*顶部结束*/
/*学校简介*/
.introduce{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: -65px auto 20px;
	position: relative;
	z-index: 2;
}
.introduce .left{
	float: left;
	width: 230px;
	height: auto;
	text-align: center;
}
.introduce .left img{
	width: 173px;
	height: 173px;
	padding: 5px;
	background: #f0f0f0;
	border-radius: 50%;
}
.introduce .right{
	float: right;
	width: 970px;
	height: auto;
	overflow: hidden;
	margin-top: 75px;
}
.introduce .right h2{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 18px;
}
.introduce .right p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	word-wrap:break-word; 
	word-break:break-all; 
	text-indent: 28px;
}
/*学校简介结束*/
/*内容*/
.section{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.section .msgempty{
	width: 100%;
	height: auto;
	color: #666;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section .msgempty .msgempty_box{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	border-radius: 4px;
	background: url('../images/emptybg.png') no-repeat;
}
.section .msgempty .msgempty_box .msgempty_inner{
	width: auto;
	height: auto;
	margin: 0 auto;
	display: table;
}
.section .msgempty .msgempty_box .msgempty_inner .inner-left{
	display: table-cell;
	vertical-align: middle;
	opacity: 0.8;
}
.section .msgempty .msgempty_box .msgempty_inner .inner-right{
	display: table-cell;
	vertical-align: middle;
}
.section .msgempty .msgempty_box .msgempty_inner .inner-right p{
	padding-left: 50px;
}
.section .msgempty h2{
	font-weight: 400;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	margin-top: 0;
}
.section .msgempty p{
	line-height: 30px;
	font-size: 16px;
}
.section h2{
	font-size: 24px;
	margin: 10px 0;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
.section h2 span{
	display: inline-block;
	border-bottom: 2px solid #0354AA;
	color: #666565;
	height: 43px;
	line-height: 43px;
}
.section .se_list{
	width: 100%;
	height: 475px;
	overflow: hidden;
}
.section .se_list .box{
	width: 1200px;
	height: 475px;
	overflow: hidden;
	margin: 0 auto;
}
.section .se_list ul{
	width: 1232px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding:20px 0; 
}
.section .se_list ul li{
	width: 286px;
	height: 311px;
	float: left;
	margin: 0px 6px;
	margin-bottom: 45px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section .se_list ul li a.box{
	display: block;
	width: 286px;
	height: 311px;
}
.section .se_list ul li .top{
	width: 100%;
	height: 189px;
	line-height: 189px;
	text-align: center;
	color: #fff;
	font-size: 30px;
}
.section .se_list ul li .top img{
	width: 100%;
	height: 100%;
}
.section .se_list ul li .bottom{
	height: 122px;
	overflow: hidden;
	padding: 0px 15px;
	background: #fff;
}
.section .se_list ul li:hover{
	transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0px 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0px 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0px 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section .se_list ul li .bottom h3{
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.section .se_list ul li .bottom span{
	height: auto;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	display:inline-block;
	color: #999;
    word-break: break-all;
}
.section .se_list ul li .bottom span i{
	font-style: normal;
	color: #ff684b;
	cursor: pointer;
}
.section .se_list ul li .bottom span i:hover{
	color: #ff3f1a;
}
.section .se_list ul li.first{
	line-height: 291px;
	position: relative;
	padding: 10px;
	width: 266px;
	height: 291px;
}
.section .se_list ul li.first a.word{
	display: inline-block;
	width: 100%;
	height: 291px;
	line-height: 291px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	vertical-align: middle;
}
.section .se_list ul li.first a.word i{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	line-height: 56px;
	word-wrap:break-word; 
	word-break:break-all;
}
.section .se_list ul li.first a.more{
	color: #fff;
	opacity: 0.8;
	filter:alpha(opacity=80);
	position: absolute;
	right: 20px;
	bottom: 20px;
	line-height: 24px;
	font-size: 16px;
}
.section .se_list ul li.first a.more:hover{
	opacity: 1;
	filter:alpha(opacity=100);
}
.section .se_list:nth-child(odd){
	background: #E6E6E6;
}
.section .school_1 ul li.first{
	background: #cc5229;
}
.section .school_2 ul li.first{
	background: #cc2929;
}
.section .school_3 ul li.first{
	background: #297dcc;
}
.section .school_4 ul li.first{
	background: #178080;
}
.section .school_5 ul li.first{
	background: #2996cc;
}
.section .school_6 ul li.first{
	background: #cc9829;
}
.section .school_7 ul li.first{
	background: #871818;
}
.section .school_8 ul li.first{
	background: #3636b2;
}
.section .school_9 ul li.first{
	background: #1a5e82;
}
.section .school_10 ul li.first{
	background: #585f69;
}
.section .school_11 ul li.first{
	background: #991f70;
}
.section .school_12 ul li.first{
	background: #156b3c;
}
.section .school_13 ul li.first{
	background: #cc2929;
}
.section .school_14 ul li.first{
	background: #297acc;
}
.section .school_15 ul li.first{
	background: #cc5229;
}
.section .school_16 ul li.first{
	background: #cc2929;
}
.section .school_17 ul li.first{
	background: #297dcc;
}
.section .school_18 ul li.first{
	background: #178080;
}
.section .school_19 ul li.first{
	background: #2996cc;
}
.section .school_20 ul li.first{
	background: #cc9829;
}
.section .school_21 ul li.first{
	background: #871818;
}
.section .school_22 ul li.first{
	background: #3636b2;
}
.section .school_23 ul li.first{
	background: #1a5e82;
}
.section .school_24 ul li.first{
	background: #585f69;
}
.section .school_25 ul li.first{
	background: #991f70;
}
.section .school_26 ul li.first{
	background: #156b3c;
}
.section .school_27 ul li.first{
	background: #cc2929;
}
.section .school_28 ul li.first{
	background: #297acc;
}

/*内容结束*/
/*底部*/
.footer{
	width: 100%;
	height: auto;
	line-height: 40px;
	overflow: hidden;
	color: #b2b2b2;
	font-size: 12px;
	text-align: center;
	background: #363636;
	padding: 10px 0;
}
.footer span{
	display: inline-block;
	width: 100%;
	line-height: 24px;
	text-align: center;
	float: left;
	margin: 5px 0;
}
.footer span a{
	color: #b2b2b2;
}
.footer span a:hover{
	color: #b2b2b2;
}
/*底部结束*/

/*侧导航*/
.slide{
	position: fixed;
	left: 50%;
	top: 15%;
	margin-left: -750px;
	max-width: 195px;
	display: none;
}
.slide ul{
	width: 195px;
	height: auto;
	padding: 10px 0;
}
.slide ul li{
    width: 100%;
    height: 20px;
    float: left;
    border-left: 1px solid #A4A4A4;
    position: relative;
    padding: 5px 0;
}
.slide ul li span{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../images/tips.png) no-repeat;
    position: absolute;
    left: -5.5px;
    top: 15px;
    z-index: 2;
}
.slide ul li.active span{
	background: url('../images/tips_gl.png') no-repeat;
}
.slide ul li a{
    display: inline-block;
    height: 20px;
    padding-left: 10px;
    font-size: 14px;
    color: #808080;
    padding: 5px;
    border-radius: 4px;
    margin-left: 10px;
}
.slide ul li.active a{
	background: #00A1E7;
}
.slide ul li.active a i{
	color: #fff;
	display: inline-block;
	float: left;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.slide ul li a img{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	float: left;
}
.slide ul li a i{
    font-style: normal;
    line-height: 20px;
    font-size: 12px;
    color: #808080;
    float: left;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
}
/*.slide ul li.school_1 a{
	background: url('../images/sjmx.png') no-repeat 8px center;
}
.slide ul li.school_1.active a{
	background: url('../images/sjmx_gl.png') no-repeat 8px center;
}
.slide ul li.school_2 a{
	background: url('../images/gcsh.png') no-repeat 8px center;
}
.slide ul li.school_2.active a{
	background: url('../images/gcsh_gl.png') no-repeat 8px center;
}
.slide ul li.school_3 a{
	background: url('../images/gdjy.png') no-repeat 8px center;
}
.slide ul li.school_3.active a{
	background: url('../images/gdjy_gl.png') no-repeat 8px center;
}
.slide ul li.school_4 a{
	background: url('../images/HD.png') no-repeat 8px center;
}
.slide ul li.school_4.active a{
	background: url('../images/HD_gl.png') no-repeat 8px center;
}
.slide ul li.school_5 a{
	background: url('../images/mgts.png') no-repeat 8px center;
}
.slide ul li.school_5.active a{
	background: url('../images/mgts_gl.png') no-repeat 8px center;
}
.slide ul li.school_6 a{
	background: url('../images/sjyh.png') no-repeat 8px center;
}
.slide ul li.school_6.active a{
	background: url('../images/sjyh_gl.png') no-repeat 8px center;
}
.slide ul li.school_7 a{
	background: url('../images/sxy.png') no-repeat 8px center;
}
.slide ul li.school_7.active a{
	background: url('../images/sxy_gl.png') no-repeat 8px center;
}
.slide ul li.school_8 a{
	background: url('../images/ttc.png') no-repeat 8px center;
}
.slide ul li.school_8.active a{
	background: url('../images/ttc_gl.png') no-repeat 8px center;
}
.slide ul li.school_9 a{
	background: url('../images/twmx.png') no-repeat 8px center;
}
.slide ul li.school_9.active a{
	background: url('../images/twmx_gl.png') no-repeat 8px center;
}
.slide ul li.school_10 a{
	background: url('../images/wkt.png') no-repeat 8px center;
}
.slide ul li.school_10.active a{
	background: url('../images/wkt_gl.png') no-repeat 8px center;
}
.slide ul li.school_11 a{
	background: url('../images/ysxy.png') no-repeat 8px center;
}
.slide ul li.school_11.active a{
	background: url('../images/ysxy_gl.png') no-repeat 8px center;
}
.slide ul li.school_12 a{
	background: url('../images/yxy.png') no-repeat 8px center;
}
.slide ul li.school_12.active a{
	background: url('../images/yxy_gl.png') no-repeat 8px center;
}
.slide ul li.school_13 a{
	background: url('../images/zgmx.png') no-repeat 8px center;
}
.slide ul li.school_13.active a{
	background: url('../images/zgmx_gl.png') no-repeat 8px center;
}
.slide ul li.school_14 a{
	background: url('../images/zgts.png') no-repeat 8px center;
}
.slide ul li.school_14.active a{
	background: url('../images/zgts_gl.png') no-repeat 8px center;
}*/
/*侧导航结束*/


/*弹出框*/
.mydiv{
	position: absolute;
	left: 40%;
	top: 40%;
	width: 740px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
	z-index: 5;
}
.mydiv .mydiv_box{
	margin: 15px;
	background: #f7f7f7;
	padding-bottom: 15px;
}
.mydiv h2{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #333333;
	font-size: 18px;
	font-weight: 700;
}
.mydiv a.close:hover{
	background: url("../images/close_hover.png") no-repeat;
}
.mydiv .neirong{
	padding: 20px;
}
.mydiv .neirong p{
	line-height: 30px;
	font-size: 16px;
	color: #707070;
	text-indent: 2em;
	text-align: justify;

}
.btn{
	margin: 30px auto;
	height: 53px;
	line-height: 53px;
	width: 100%;
	text-align: center;
}
.btn a.look{
	display: inline-block;
	margin-right:45px;
	width: 250px;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	background: #3498DB;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.btn a.look:hover{
	background: #1d86cc;
}
.btn a.close{
	display: inline-block;
	width: 250px;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	background: #b8b8b8;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.btn a.close:hover{
	background: #ffaa55;
}
.bg{
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
	width: 100%;
	height: 100%;
	left:0;
	top:0;/*FF IE7*/
	z-index:4;
	position:fixed!important;/*FF IE7*/
	filter:alpha(opacity=50);
}
/*弹出框结束*/

/*公告栏*/
#news{
  width: 100%;
  height: 40px;
  margin: 0 auto;
  overflow: hidden; 
  position: fixed;
  top: -50px;
  left: 0;
  z-index: 200;
  background: #FFF9CD;
  border: 1px solid #FFF9CD;
  padding-left: 0;
}
#news .gg{
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
#news ul{
  width: 100%;
  height: 100%;
}
#news ul li{
  float: left;
  width: 100%;
  height: 40px;
  list-style: none;
  line-height: 40px;
  text-align: center;
  color: #cc2929;
  font-size: 16px;
}
.icon-remove{
	display: inline-block;
	width: 12px;
	height: 12px;
    position:absolute;
    top:15px;
    right:10px;
    line-height: 40px;
    cursor:pointer; 
    background: url('../images/gg_close.png') no-repeat center center;
}
/*公告栏结束*/

