/*首页*/
.topWrap{
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	height: auto;
	border-bottom: 1px solid #eee;
}
.topDiv{
	width: 980px;
	margin:0 auto;
	padding: 0 10px;
	height:30px;
	line-height: 30px;
}
.topL_t{
	float: left;
	font-size: 14px;
	color: #bababa;
}
.topR_t{
	width:230px;
	float: right;
	margin-right: 0;
}
.menu{
	width:230px;
	height:30px;
	margin: 0 auto;
}
.menu li{
	float:left;
	height:30px;
	line-height:30px;
	font-size:14px;
	position:relative;
	color:#bababa;
}
.menu li a{
	color:#bababa;
	display:block;
	padding: 0 5px;
	width: auto;
	cursor: pointer;
	position: relative;
}
.menu ul li a:hover{
	display:block;
	color: #b91a0d;
}
.menu li a span{
	margin-left:10px;
}
.menu dl{
	font-size:14px;
	position:absolute;
	top:30px;
	left:0px;
	width: 69px;
	z-index: 9999;
}
.menu dl dd a{
	color:#fff;
	padding: 0 10px; 
	height: 25px;
	line-height: 25px;
	display: block;
	background: #A3A3A2;
}
.menu dl dd a:hover{
	color:#fff;
	background:#9c1409;
}
.menu ul li em{
	width: 9px;
	height:5px;
	display: inline-block;
	margin-top: 16px;
	margin-left: 5px;
	*margin-top: -12px;
	*margin-left: 8px;
	background: url(../images/jt.png) no-repeat;
}
.menu ul li:hover em{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/*header*/
.headerWrap{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.header{
	padding: 0 10px;
	width: 980px;
	margin: 0 auto;
	height: 108px;
	overflow: hidden;
}
.logo{
	float: left;
	margin-top: 18px;
}
.Search{
	width: 374px;
	height:44px;
	background:url(../images/top_search.png) no-repeat;
	margin-top:35px;
	float: right;
}
.fdj{
	float: right;
	height: 18px;
	margin-top: 6px;
	margin-left: 10px;
}
.fdj img{
	margin-right: 5px;
}
.search_text{
	float: left;
	width: 270px;
	margin-top: 12px;
	outline: none;
	font-family: "微软雅黑";
	color: #c8c8c8;
	margin-left: 15px;
}
.button{
	background:url(../images/top_hunt.png) no-repeat;
	width: 42px;
	height: 32px;
	cursor: pointer;
	margin-right: 20px;
	outline: none;
	}
/*nav*/
.navWrap{
	width: 100%;
	height:50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}
.nav{
	width:980px;
	padding: 0 10px;
	height:50px;
	margin: 0 auto;
}
.nav li{
	float:left;
	height:50px;
	line-height:50px;
	font-size:16px;
	position:relative;
}
.nav li a{
	color:#666666;
	display:block;
	padding: 0 22px;
	*padding: 0 21px;
	width: auto;
	cursor: pointer;
	position: relative;
}
.nav ul li a:hover{
	display:block;
	color: #b91a0d;
}
.nav dl{
	font-size:14px;
	background:#b91a0d;
	position:absolute;
	top:50px;
	left:0px;
	width: 100%;
	z-index: 9999;
	text-align: center;
}
.nav dl dd a{
	color:#fff;
	padding: 8px 0; 
	line-height: 22px;
}
.nav dl dd a:hover{
	color:#fff;
	background:#9c1409;
}
.nav ul li em{
	width: 16px;
	height:8px;
	display: inline-block;
	margin-top: 18px;
	margin-left: 5px;
	*margin-top: -13px;
	background: url(../images/nav_icon.png) no-repeat;
}
.nav ul li:hover em{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/*banner_one*/
.banner_one{
	width:980px;
	height:460px;
	overflow:hidden;
	margin:0 auto;
	position: relative;
	z-index: 0;
}
.main_banner1{
	width: 980px;
	margin: 0 auto;
}
.slider{
	width:860px;
	height:71px;
	margin:390px 0 0 100px;
	position:relative;
	z-index: 99;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.slider1{
	width:980px;
	height:460px;
	margin:-460px 0 0 0px;
	position:relative;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.slider_menu{
    width:26px;
    height:71px;
    position:absolute;
    cursor:pointer;
    top:0;
}
.slider_menuleft{
	background:url(../images/roatleft.png) no-repeat;
	left:21px;
	margin-top: 14px;
}
.slider_menuleft:hover{
    background:url(../images/on_roatleft.png) no-repeat;
}
.slider_menuright{
    background:url(../images/roatright.png) no-repeat;
    right:21px;
	margin-top: 14px;
}
.slider_menuright:hover{
    background:url(../images/on_roatright.png) no-repeat;
}
.slider_menubar {
	position:absolute;
	left:50%;
	margin-left:-345px;
	height:99px;
	text-align:left;
	line-height:71px;
	width:690px;
	display: block;
	font-size:25px;
	color:#FFFFFF;
}
.slider_img{
	width: 100%;
	height: 100%;
	display: block;
}
/*banner_two*/
.banner_two{
	width: 980px;
	padding: 0 10px;
	margin:15px auto 0;
	height: auto;
	overflow: hidden;
}
/* changeBox_a1 */
.changeBox_a1{
	float:left;
	width:100%;
	height:403px;
	position:relative;
}
.changeBox_a1 .a_bigImg img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.changeDiv{
	position:absolute;
	top:0px;
	left:2px;
	display:none;
}
.changeDiv h3{
	position:absolute;
	left:0px;
	bottom:0;
	width:100%;
	height:43px;
	line-height:43px;
	background:#000;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.changeDiv h3 a{
	display:block;
	padding-left:15px;
	color:#fff;
	font-size: 16px;
}
/* ul_change_a1 */
.ul_change_a2{
	position:absolute;
	right:20px;
	bottom:12px;
	padding-left:19px;
	overflow:hidden;
}
.ul_change_a2 li{
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.ul_change_a2 span{
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right:2px;
	background:#fff;
	cursor:hand;
	cursor:pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.ul_change_a2 span.on{
	border: 1px solid #fff;
	background: none;
}
.changeDiv a img{
	display: block;
	width: 100%;
}
/*banner_three*/
.banner_three{
	width: 980px;
	padding: 0 10px;
	margin: 15px auto 0;
	height: auto;
	overflow: hidden;
}
#banner { margin:0px auto; padding: 0px; width:100%; height: 403px; }
.slides { margin: 0px auto; width:100%; height: 403px; overflow: hidden; position: relative; }
.slide-pic { margin: 0px; padding: 0px; width: 100%; overflow: hidden; list-style: none; }
.slide-pic img { width: 100%; height: 403px; }
.slide-pic li { display: none; }
.slide-pic li.cur { display: block; }
.slide-li { margin: 0px; padding: 0px; left: 0px; bottom: 0px; position: absolute; }
.slide-li li { margin: 0px; padding: 0px; width: 245px; height: 10px; float: left; overflow: hidden; list-style: none; }
.slide-li a { width:245px; height: 10px; color: #000; font-size: 12px; display: block; }
.slide-li a:hover { color: #F00; text-decoration: none; }
.op li { background: #999999; filter: alpha(opacity=60); opacity: 0.6; }
.op li.cur { background: #666666; }
.slide-txt span { display: none; }

/*content_one*/
.content_one{
	width: 1000px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.cont_L{
	float: left;
	width: 730px;
	padding: 0 10px;
	_padding: 0 2px;
	margin-top: 20px;
}
.slideBox{ 
	width:730px; 
	height:344px; 
	overflow:hidden; 
	position:relative;
}
.slideBox .hd{ 
	height:14px; 
	overflow:hidden; 
	position:absolute; 
	right:2%; 
	bottom:8px; 
	z-index:1; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.slideBox .hd ul li{ 
	float:left; 
	margin-right:4px; 
	width:20px; 
	height:14px;
	text-align:center;
	line-height: 14px;
	background: #494544;
	cursor:pointer;
	border-radius: inherit;
	color: #fff;
	font-size: 12px; 
}
.slideBox .hd ul li.on{ 
	background:#ad1730;
}
.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.slideBox .bd img{ 
	width:730px; 
	height:344px; 
	display:block;  
}
.slideBox .bd p {
	background: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    line-height: 34px;
    position: relative;
    text-indent: 10px;
    top: -34px;
}
.con_R{
	float: left;
	width: 230px;
	padding: 0 10px;
	margin-top: 20px;
}
.con_Rtit{
	width: 100%;
	border-top: 3px solid #ad1730;
	height: 41px;
	line-height: 41px;
	background: #fafafa;
}
.con_Rtit h2{
	float: left;
	font-size: 16px;
	color: #AD1730;
	text-indent: 12px;
	font-weight: normal;
}
.con_Rtit span{
	float: right;
	margin-right: 5px;
	font-size: 16px;
	color: #AD1730;
	text-indent: 12px;
	*margin-top: 10px;
}
.con_Rc{
	width: 228px;
	border: 1px solid #eee;
	border-top: 0;
}
.con_Rc img {
	width: 210px;
	height: 110px;
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 24px;
	text-align: center;
}
.con_Rc p {
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	padding: 0 10px;
	line-height: 25px;
	word-break:break-all;
	text-align:left;
    text-align:justify;
    text-justify:inter-ideograph;
}
.con_Rc p a{
	color: #ffb64d;
}
.con_Rc p a:hover{
	color: #AD1730;
}
/*content_two*/
.content_two{
	width: 1000px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.cont_Ltit{
	width: 100%;
	height: 41px;
	line-height: 41px;
	background: #ad1730;
}
.cont_Ltit h2{
	float: left;
	font-size: 16px;
	color: #ffffff;
	text-indent: 12px;
	font-weight: normal;
}
.cont_Ltit span{
	float: right;
	margin-right: 5px;
	font-size: 16px;
	color: #AD1730;
	text-indent: 12px;
	*margin-top: 10px;
}
.cont_Lc {
	width: 728px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-top: none;
	height: auto;
	overflow: hidden;
}
.cont_Lc ul {
	margin-top: 15px;
}
.cont_Lc ul li{
	float: left;
	width: 165px;
	height: auto;
	overflow: hidden;
	margin: 0 8px;
	_margin: 0 6px;
}
.cont_Lc ul li.fr{
	float: right;
	margin-right: 10px;
}
.cont_Lc ul li img{
	text-align: center;
	width: 167px;
	height: 103px;
}
.cont_Lc ul li p{
	margin-top: 24px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-bottom:8px;
}
.cont_Lc ul li span{
	font-size: 14px;
	color: #999999;
}
.cont_Lc ul li a{
	display: block;
	width: 90px;
	height: 30px;
	border-radius: 2px;
	background: #b8b8b8;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.cont_Lc ul li a:hover{
	background: #ad1730;
}
/*师资力量*/
.picMarquee-top{ margin:0 auto;  width:100%; overflow:hidden; position:relative;}
.picMarquee-top .bd ul{ overflow:hidden; zoom:1; width: 100%; }
.picMarquee-top .bd ul li{zoom:1;height: auto;overflow: hidden;border-bottom: 1px dashed #eee;padding: 0 10px;}
.picMarquee-top .bd ul li .pic{float: left;width: 84px; height:103px;}
.picMarquee-top .bd ul li .pic img{ width:84px; height:103px;}
.picMarquee-top .bd ul li .pic a:hover img{opacity: .8;  }
.picMarquee-top .bd ul li .title{float:right;margin-right: 0;margin-top: 10px;width: 114px;}
.picMarquee-top .bd ul li .title h2{
	font-size: 16px;
	color: #666666;
	padding-bottom:2px;
}
.picMarquee-top .bd ul li .title span{
	font-size: 14px;
	color: #999999;
}
.picMarquee-top .bd ul li .title a{
	display: block;
	width: 90px;
	height: 30px;
	border-radius: 2px;
	background: #b8b8b8;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
}
.picMarquee-top .bd ul li .title a:hover{
	background: #ad1730;
}
.picMarquee-top .bd{
	padding: 17px 0;
	_padding: 8px 0;
}
/*综合新闻*/
.slideTxtBox{ width:100%;text-align:left;}
.slideTxtBox .hd{ height:43px; line-height:43px; position:relative; }
.slideTxtBox .hd ul{float:left;  position:absolute; height:43px;   }
.slideTxtBox .hd ul li{ float:left;cursor:pointer;width: 236px;height: 43px;text-align: center; line-height: 43px;color: #fff;font-size: 16px;margin-right: 11px; }
.slideTxtBox .hd ul li.bg_ca{
	background: #5fbab1;
}
.slideTxtBox .hd ul li.bg_cb{
	background: #baaa5f;
}
.slideTxtBox .hd ul li.bg_cc{
	background: #5f97ba;
	float: right;
	margin-right: 0;
}
.slideTxtBox .hd ul li.on{ height:43px;background:#AD1730;}
.slideTxtBox .bd{
	border: 1px solid #EEE;
	margin-top: 10px;
	background: #fff;
	height: auto;
	overflow: hidden;
}
.slideTxtBox .bd ul{ padding:10px;  zoom:1;  }
/*.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }*/
.Txts{
	width: 716px;
	overflow: hidden;
}
.TxtsL{
	float: left;
	width: 153px;
}
.TxtsL a img {
	width: 153px;
	height: 98px;
}
.TxtsR{
	float: right;
	width: 548px;
	margin-right: 0;
}
.TxtsR h2 a{
	font-size: 16px;
	color: #666666;
	font-weight: normal;
}
.TxtsR h2 a:hover{
	color: #9C1409;
}
.TxtsR p{
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
	line-height: 25px;
	text-indent: 2em;
}
.TxtsR p span a{
	color: #FFB64D;
}
.TxtsR p span a:hover{
	color: #9C1409;
}
.Txtm{
	margin-top: 20px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #EEEEEE;
}
.Txtx dl{
	margin-top: 10px;
}
.Txtx dl dd{
	background: url(../images/xdd.png) no-repeat 2px 15px;
	text-indent: 18px;
	line-height: 32px;
	font-size: 14px;
}
.Txtx dl dd a{
	color: #666;
}
.Txtx dl dd a span{
	float: right;
	margin-right: 0;
	color: #c3c3c3;
	font-size: 13px;
}
.Txtx dl dd:hover{
	background: url(../images/xdd_h.png) no-repeat 2px 15px;
}
.Txtx dl dd:hover a{
	color: #ad1730;
}
.Txtx dl dd:hover a span{
	color: #AD1730;
}
/*最新公告*/
.con_Ra{
	border: none;
}
.cont_rtit{
	width: 100%;
	border: none;
	margin-top: 0;
}
.txtMarquee-top{ width:228px; overflow:hidden; position:relative;  border:1px solid #ccc; margin-top: 10px;height: 145px;}
.txtMarquee-top .bd{ padding:20px 10px 10px 10px;}
.infoList li p{
	margin-left: 0;
	width: 100%;
	padding: 0;
}
.con_Rca{
	border: 1px solid #EEEEEE;
	border-top: none;
}
.zxgg{
	width: 100%;
}
.yzzc{
	border-top: none;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.cont_rtita{
	width: 228px;
	border-top: 3px solid #AD1730;
	margin-top: 14px;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.con_Rca{
	width: 228px;
	border: 1px solid #eee;
	border-top: none;
	height: auto;
	overflow: hidden;
}
.con_Rca .yz_pic{
	padding: 10px;
}
.con_Rca .yz_pic img{
	height: 136px;
	width: 100px;
	display: block;
	float: left;
	padding: 0;
	padding-right: 8px;
}
.con_Rca .yz_pic p{
	padding: 0;
	line-height: 24px;
	*margin-top: -24px;
}

/*content_four*/
.content_four{
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.content_four a img{
	width: 100%;
	height: 60px;
	margin-top: 15px;
	
}
.content_four a:hover img{
	opacity: .8;
}
/*content_five*/
.content_five{
	width: 1000px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.con_xz{
	float: left;
	width: 230px;
	padding: 0 10px;
	_padding: 0 2px;
	margin-top: 20px;
}
#tab{width:100%;position:relative;}
#tab .tab_menu{width:100%;z-index:1;}
#tab .tab_menu li{float:left;width:113px;height:42px;line-height:42px;border: 1px solid #eee;cursor:pointer;text-align:center;color: #666;background: #e8e8e8;font-size: 16px;}
#tab .tab_box{width:228px;height:auto;overflow: hidden;clear:both;position:relative;background:#fff;border: 1px solid #EEEEEE;border-top: 0;}
#tab .tab_menu .selected{background:#AD1730;color: #fff;}
.hide1{display:none;}
.tab_box div{padding:9px;} 
.tab_box ul li{
	background: url(../images/h_jt.png) no-repeat 2px 12px;
	text-indent: 20px;
	line-height: 30.5px;
}
.tab_box ul li a{
	font-size: 14px;
	color: #666666;
}
.tab_box ul li a:hover{
	color: #AD1730;
}
/*新闻信息*/
.con_xwxx{
	float: left;
	padding: 0 10px;
	width: 730px;
	margin-top: 20px;
}
.xwxx_tit{
	height: 26px;
	line-height: 26px;
}
.xwxx_tit h2 {
	float: left;
}
.xwxx_tit h2 img{
	display: inline-block;
	width:83px;
	height: 21px;
	position: relative;
	top: 18px;
	left: 22px;
}
.xwxx_tit span {
	float: right;
	margin-right: 0;
	position: relative;
	top: 0px;
}
.xwxx_con{
	border: 1px solid #EEEEEE;
	height: auto;
	overflow: hidden;
}
.xwxx_l{
	float: left;
	margin: 10px;
	width: 324px;
	height: auto;
	overflow: hidden;
}
.slideBox2{ width:324px; height:227px; overflow:hidden; position:relative;margin-top:16px;}
.slideBox2 .hd{height:8px; overflow:hidden; position:absolute; right:5px; bottom:12px; z-index:1; }
.slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox2 .hd ul li{ float:left; margin-right:5px;border-radius:50%;width:8px; height:8px; line-height:8px; text-align:center; background:#989da9; cursor:pointer; }
.slideBox2 .hd ul li.on{ background:#fff;}
.slideBox2 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox2 .bd li{ zoom:1; vertical-align:middle; }
.slideBox2 .bd img{ width:324px; height:227px; display:block;  }
.slideBox2 .bd p{
	position: relative;
	top: -34px;
	cursor:hand;
	cursor:pointer;
	font-size: 14px;
	color: #ffffff;
	line-height: 34px;
	text-indent:10px;
}
.xwxx_R{
	float: right;
	margin-right: 6px;
	width: 368px;
}
.xwxx_R h2{
	font-size: 16px;
	color: #AD1730;
	font-weight: normal;
	margin-top: 30px;
}
.xwxx_R p{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	text-indent: 2em ;
	line-height: 25px;
	border-bottom: 1px dashed #eee;
}
.xwxx_R p span a {
	color:#FFB64D;
}
.xwxx_R p span a:hover {
	color:#9C1409;
}
/*content_fix*/
.content_fix{
	width: 1000px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.aca_L{
	float: left;
	width: 230px;
	padding: 0 10px;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.aca_tit {
	width: 100%;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 8px;
}
.aca_tit h2{
	float: left;
	font-size: 16px;
	color: #AD1730;
	text-indent: 15px;
	border-left: 2px solid #AD1730;
	font-weight: normal;
}
.aca_tit span{
	float: right;
	margin-right: 0;
}
.aca_list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.aca_list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 12px 0;
	border-bottom: 1px dashed #eee;
}
.aca_list ul li .aca_picL{
	float: left;
}
.aca_list ul li .aca_picL img{
	width: 88px;
	height: 71px;
}
.aca_list ul li .aca_picR{
	float: right;
	margin-right: 0;
	width: 138px;
}
.aca_list ul li .aca_picR h3{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin-top: 0;
	text-align: left;
}
.aca_list ul li .aca_picR h3 a{
	color: #666666;
}
.aca_list ul li .aca_picR h3 a:hover{
	color: #AD1730;
}
.aca_list ul li .aca_picR p{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	/*text-indent: 2em;*/
	margin-top: 10px;
}
.aca_list ul li .aca_picR p span a{
	color: #0B6CB8;
}
.aca_list ul li .aca_picR p span a:hover{
	color: #AD1730;
}
.aca_R{
	float: left;
	width: 730px;
	padding: 0 10px;
	margin-top: 20px;
}
.aca_Rl{
	float: left;
	width: 324px;
}
.aca_Rl a img{
	margin: 12px 0;
	width: 324px;
	height: 169px;
}
.aca_Rl a h2{
	font-size: 16px;
	color: #AD1730;
	font-weight: normal;
}
.aca_Rl a p{
	font-size: 14px;
	color: #a9a9a9;
	text-indent: 2em;
	line-height: 20px;
	margin-top: 11px;
}
.aca_Rr{
	float: right;
	margin-right: 0;
	width:395px;
}
.aca_lista{
	width: 395px;
}
.aca_lista ul li{
	width: 395px;
	padding: 10px 0;
	margin-right: 5px;
}
.aca_lista ul li .aca_picRa{
	float: none;
	width: 395px;
}
.aca_lista ul li .aca_picRa h3{
	font-size: 16px;
	color: #666666;
	font-weight: normal;
}
.aca_lista ul li .aca_picRa p{
	font-size: 14px;
	color: #999999;
	text-indent: 2em;
}
.aca_lista ul li .aca_picRa p span a{
	color: #ffb64d;
}
/*content-seven*/
.content-seven{
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.teach_l{
	float: left;
	width: 230px;
	padding: 0 10px;
	margin-top: 20px;
}
.teach_tit{
	width: 100%;
}
.teach_tit h2 img{
	display: inline-block;
	width:83px;
	height: 29px;
	position: relative;
	top: 12px;
	left: 22px;
}
.teach_c{
	width: 228px;
	height: auto;
	overflow: hidden;
	border: 1px solid #EEEEEE;
	background: #fff;
}
.teach_c dl dd{
	text-indent: 20px;
	background-position: 7px 15px;
}
.teach_c dl dd:hover{
	background-position: 7px 15px;
}
.teach_m{
	float:left;
	width: 230px;
	padding: 0 10px;
	margin-top: 20px;
}
.slideBox3{ width:100%; height:233px; overflow:hidden; position:relative;}
.slideBox3 .hd{height:8px; overflow:hidden; position:absolute; right:5px; bottom:12px; z-index:1; }
.slideBox3 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox3 .hd ul li{ float:left; margin-right:5px;border-radius:50%;width:8px; height:8px; line-height:8px; text-align:center; background:#989da9; cursor:pointer; }
.slideBox3 .hd ul li.on{ background:#fff;}
.slideBox3 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox3 .bd li{ zoom:1; vertical-align:middle; }
.slideBox3 .bd img{ width:100%; height:233px; display:block;  }
.slideBox3 .bd p{
	position: relative;
	top: -34px;
	cursor:hand;
	cursor:pointer;
	font-size: 14px;
	color: #ffffff;
	line-height: 34px;
	text-indent:10px;
}
.teach_r{
	float: left;
	width: 480px;
	margin: 20px 10px 0;
	border-bottom: 2px solid #AD1730;
}
#tab2 { width:100%; height:auto; position:relative;}
html > body #tab2 { width:100%;}
#tab2 div { position:absolute; top:48px; left:0; width:478px; height:auto;border: 1px solid #eee;}
#tab2 div { display:none;}
#tab2 .block { display:block;}
#tab2 h3 {float:left; width:88px; height:38px; line-height:38px;margin-right: 8px; font-size:16px; cursor:pointer; border:2px solid #EEEEEE;border-bottom: none; text-align:center; color:#666666; font-family:Microsoft YaHei;font-weight:normal;}
#tab2 .up { border: 2px solid #AD1730;color:#AD1730;border-bottom: none; }
/*修饰列表内容*/
#tab2 ul { list-style:none; padding:0; height:auto;overflow: hidden; margin-top:0px;}
#tab2 li { margin-right:2px;background: url(../images/xdd.png) no-repeat 7px 15px;line-height: 29px;text-indent:20px;overflow:hidden;}
#tab2 li a { display:inline; font-size:14px; text-decoration:none;color: #666666;}
#tab2 li a:hover{color: #9C1409;} 
#tab2 li a span{ display:block; float:right;margin-right:5px;color: #c3c3c3;font-size: 13px;}
#tab2 li:hover a span{ display:block; float:right;  color: #9C1409;}
#tab2 li:hover{background: url(../images/xdd_h.png) no-repeat 7px 15px;}
a.tab_title:link { color: #5a5a5a; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover { color:#5a5a5a; text-decoration:none;}
a.tab_title:active { color:#5a5a5a; text-decoration:none;}
a.tab_menu:link { color:#6464d5; text-decoration:none;}
a.tab_menu:hover { color:#8888e0; text-decoration:underline;}
#tab2  a.gd{font-size: 14px;color: #999999;position: absolute;top: -36px;right: 0;cursor: pointer;}
#tab2  a.gd:hover{color: #AD1730;}

/*link*/
.linkDiv_one{
	width: 980px;
	padding: 0 10px;
	margin-top: 20px;
	margin: 0 auto;
}
.link_two{
	float: left;
	font-size: 14px;
	color: #999999;
}
.link_two a{
	float: left;
	margin-top: 10px;
	display: block;
	margin-right: 20px;
}
.linkDiv_two{
	width: 980px;
	margin: 20px auto 0;
	padding: 0 10px;
	overflow: hidden;
}
.link_tit{
	width: 100%;
	margin-top:27px;
	height: 27px;
	border-bottom: 1px solid #eeeeee;
}
.link_tit h3{
	font-size: 16px;
	color: #515151;
	width: 96px;
	border-bottom: 2px solid #AD1730;
	padding-bottom: 2px;
}
.link_tit h3 i{
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
	font-style: normal;
}
.linkDiv{
	width: 100%;
	float: left;
	margin-top: 22px;
}
.choice{
    width: 100%;
    margin-top: 10px;
    height: auto;
    float: left;
}
.select{
	position:relative;
	float:left;
	margin-right: 25px;
}
.select dt{
	height:33px;
	display:inline-block;
	border:1px solid #d2ccc4;
	background: url(../images/link_icon1.png) no-repeat 191px center;
	line-height:33px;
	font-size: 14px;
	cursor:pointer;
	text-indent: 5px;
	width:224px;
	color: #656565;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	position:relative;
	z-index:99;
}
.select dd{
	position:absolute;
	left:0;
	top:34px;
	border:1px solid #d2ccc4;
	background:#fff;
	display:none;
	font-size: 14px;
	z-index: 99;
}
.select dd ul{
	width:224px;
	max-height:250px;
	/*overflow:auto;*/
}
.select dd ul li a{
	line-height:28px;
	display:block;
	padding:0 8px;
    color: #656565;
}
.select dd ul li a:hover{
	background:#f3f3f3;
}

/*foot*/
.footWrap{
	width: 100%;
	margin:30px auto 0;
	position: relative;
	z-index: 0;
}
.footDiv_one{
	width: 100%;
	margin:0px auto 0;
	height: 60px;
	line-height:60px;
	color: #FFFFFF;
	font-size: 13px;
	overflow: hidden;
	background: #AD1730;
}
.footDiv_one .foot_one{
	width: 980px;
	margin: 0 auto;
}
.footDiv_one p.fl{
	float: left;
}
.footDiv_one p.fr{
	float: right;
	margin-right: 0;
}
.footDiv_one p img{
	margin-left: 15px;
}
.footDiv_two{
	width: 100%;
	margin:10px auto 0;
	height: 145px;
	color: #FFFFFF;
	font-size: 13px;
	overflow: hidden;
	background: #AD1730;
}
.foot_two{
	width: 980px;
	margin: 0px auto;
}
.two_c{
	width: 480px;
	margin: 0 auto;
}
.foot_two a{
	width: 77px;
	margin: 0 auto;
}
.foot_two a img{
	margin-top: 10px;
	margin-left: 200px;
}
.foot_two p{
	line-height: 18px;
	margin-top:8px;
	width: 480px;
	text-align:center;
}
.foot_two p img{
	margin-left: 15px;
}
.footDiv_three{
	width: 100%;
	margin:10px auto 0;
	height: 134px;
	color: #999999;
	font-size: 13px;
	overflow: hidden;
	background: #AD1730;
}
.foot_three{
	width: 980px;
	margin: 0 auto;
}
.foot_three .list{
	width: 780px;
	float: left;
}
.foot_three .list dl{
	padding: 0 25px;
	float: left;
	margin:32px 0 ;
	border-right: 1px solid #d68b98;
}
.foot_three .list dl:last-child{
	border-right:none;
}
.foot_three .list dl:first-child{
	margin-left: 40px;
}
.foot_three .list dl dd{
	line-height: 24px;
}
.foot_three .list dl dd a{
	color: #fac2cb;
}
.foot_three .list dl dd a:hover{
	color: #fff;
}
.foot_ewm{
	float: right;
	margin-right: 88px;
	margin-top: 13px;
}
.footDiv_four{
	width: 100%;
	margin:10px auto 0;
	height: 89px;
	color: #999999;
	font-size: 13px;
	overflow: hidden;
}
.foot_four{
	width: 980px;
	margin: 0 auto;
}
.footDiv_four p{
	width: 390px;
	margin: 0 auto;
	line-height: 24px;
	margin-top: 10px;
}
.footDiv_four p img{
	margin-left: 15px;
}
/*列表页*/
.mainWrap{
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.main_L{
	float: left;
	width: 230px;
	height: auto;
	overflow: hidden;
	background: #f5f6fa;
	margin-top: 16px;
	border-radius: 3px;
}
.main_L dl dt{
	width: 230px;
	height: 60px;
	background: #ad1730;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
}
.main_L dl dd{
	margin-top: 10px;
	width: 210px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	margin-left: 10px;
}
.main_L dl dd a{
	display: block;
	width: 210px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #585858;
	border-radius: 3px;
}
.main_L dl dd a:hover{
	color: #fff;
	background: #ffb64d;
}
.main_L dl dd:last-child{
	padding-bottom: 15px;
}
.main_L dl dd a.cur{
	color: #fff;
	background: #ffb64d;
}
.main_R{
	float: right;
	margin-right: 0;
	width: 736px;
	height: auto;
	overflow: hidden;
	margin-top: 16px;
}
.main_tit{
	width: 736px;
	height: 60px;
	line-height: 60px;
}
.main_tit h2{
	float: left;
	font-size: 22px;
	color: #666666;
	font-weight: normal;
}
.main_titR{
	float: right;
	margin-right: 0;
	font-size: 14px;
	color: #999999;
}
.main_titR img{
	margin-right: 5px;
}
.main_titR a{
	padding: 0 5px;
	color: #999999;
}
.main_titR a.cur{
	color:#AD1730;
}
.main_conR{
	background: url(../images/line.png) no-repeat 0 0;
	height: auto;
	overflow: hidden;
}
.main_conR ul{
	padding-top:18px;
}
.main_conR ul li{
	width:736px ;
	font-size: 14px;
	color: #666666;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #eee;
	background: url(../images/xdd.png) no-repeat 2px 22px;
	text-indent: 15px;
	cursor: pointer;
}
.main_conR ul li:hover{
	background:#fcfcfc url(../images/xdd_h.png) no-repeat 2px 22px;
}
.main_conR ul li a{
	color: #666666;
	font-size: 14px;
}
.main_conR ul li a:hover{
	color: #9C1409;
	font-size: 14px;
}
.main_conR ul li span {
	float: right;
	margin-right: 0;
}
.main_conR ul li span a {
	color: #999999;
}
.page{
	width: 482px;
	height:40px;
	margin: 58px auto 0;
	font-size: 15px;
}
.page a {
	display: inline-block;
	padding:5px 13px;
	border: 1px solid #eeeeee;
	margin-left: -5px;
	color: #666666;
}
.page a.page_l{
	margin-right: 8px;
	padding:5px 14px;
}
.page a.page_r{
	margin-left: 8px;
	margin-right: 15px;
	padding:5px 14px;
} 
.page a.page_l img ,.page a.page_r img{
	margin-top: -3px;
}
.page a.page_five{
	margin-right:6px;
} 
.page input{
	width: 54px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #eee;
	margin-left: 5px;
	margin-right: 10px;
	cursor: pointer;
	text-indent: 5px;
	padding-top: 2px;
	position: relative;
	/*top: -1px;*/
}
.page a:hover{
	background: #88929a;
	border: 1px solid #88929a;
	color: #FFF;
}
.page a.cur{
	background: #88929a;
	border: 1px solid #88929a;
	color: #FFF;
}
/*内容页*/
.main_R{
	width: 980px;
}
.main_titb{
	width: 980px;
}
.main_contit{
	width: 736px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
}
.main_contit h2{
	width:736px;
	text-align: center;
	line-height: 28px;
	font-size:24px;
	color: #000000;
	font-weight: normal;
	margin-top: 46px;
}
.main_contit p{
	width: 736px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin: 34px 0  10px 0;
}
.main_conRa{
	width: 980px;
	float: none;
}
.main_contita{
	width: 980px;
}
.main_contita h2{
	width: 980px;
}
.main_contita p{
	width: 980px;
}
.main_wz{
	width: 980px;
	margin: 0 auto;
}
.main_wz p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: justify;
}
.main_wz p:first-child{
	margin-top: 20px;
}
.main_art{
	width:736px;
	margin:60px auto 0;
	background: #fbfbfb;
	height: auto;
	overflow: hidden;
}
.main_art p{
	font-size:14px;
	line-height: 33px;
	margin-left:15px;
	color: #999999;
}
.main_art p a{
	color: #666666;
}
.main_art p a:hover{
	color: #AD1730;
}
.main_arta{
	width: 980px;
}
/*搜索结果页*/
.main_Ra{
	width: 980px;
}
.main_tita{
	width: 980px;
}
.main_conRa{
	width: 980px;
	background: url(../images/line1.png) no-repeat 0 0;
}
.main_conRa ul li{
	width: 980px;
}
/*简介页*/

.main_conRT{
	width: 980px;
	height: auto;
	overflow: hidden;
}
.main_conRT h2{
	width: 980px;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px dashed #eee;
	font-size: 24px;
	color: #666666;
	text-align: center;
}
.main_conRCc{
	padding-bottom: 40px;
}
.main_conRCc p{
	/*width: 721px;*/
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	text-indent: 2em;
	margin-top: 20px;
	word-break:break-all;
	text-align:left;
    text-align:justify;
    text-justify:inter-ideograph;
}
.main_conRCc img{
	width: 686px;
	margin: 15px 0 0 12px;
}
.main_Rb{
	float: right;
	margin-right: 0;
	width: 736px;
}
.main_conRb{
	width: 736px;
	float: right;
	margin-right: 0;
}
.main_conR{
	float: right;
	margin-right: 0;
	width: 736px;
	height: auto;
	overflow: hidden;
	border-left: 1px solid #eee;
}
.main_conRCb{
	padding-bottom: 40px;
}
.main_conRCb p{
	/*width: 721px;*/
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	text-indent: 2em;
	margin-top: 20px;
	word-break:break-all;
	text-align:left;
    text-align:justify;
    text-justify:inter-ideograph;
}
.main_conRCb img{
	width: 686px;
	margin: 15px 0 0 25px;
}
.main_Rd{
	width: 980px;
	float: none;
}
.main_titd{
	width: 980px;
}
.main_conRd{
	float: none;
	width: 980px;
	border-left: none;
	background: url(../images/line1.png) no-repeat 0 0;
	background-size: 100%;
}
.main_contitd{
	width: 980px;
}
.main_conRd ul li{
	width: 980px;
}
.main_contitd h2{
	width: 980px;
}
.main_contitd p{
	width: 980px;
}














