/* css style ,made by guangyu 2012.03 */

* {margin:0px; padding:0px;  font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu,SimSun,宋体,Tahoma, Verdana ;}
img{ border:0 none;}
input,button,select,textarea{outline:none;} textarea{resize:none;}
td,div{ padding:0; margin:0; font-size:15px;color:#333333; font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu,SimSun,宋体,Tahoma, Verdana ;}
body{height:100%; width:100%; background-color:#ffffff;}
#container {margin:0 auto; width:1150px; background-color:#ffffff; padding-top:50px;  padding-bottom:20px;}
div,ul,li{ list-style-type:none;}
a {	color: #222222; text-decoration: none; font-size:15px;}
a:hover {color:#9b0d14; text-decoration: none;}



@font-face {font-family: 'iconfont';
src: url(public/iconfont/iconfont.eot); /* ie9*/
    src: url('public/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('public/iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
    url('public/iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('public/iconfont/iconfont.svg#iconfont') format('svg');}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: 0.2px; 描边厚度 */
    -moz-osx-font-smoothing: grayscale;}
	
	

.zgy_font14{ font-size:14px;}
.zgy_font14b{ font-size:14px; font-weight:bold;}
.zgy_bgcolor_da{ background-color:#E2E2E2;}


/* .zgyimgborder img{border:1px solid #cacaca; padding:3px;}  ָdivָzgyimgborderʽڲimgʾ߿ */
img.zgy_imgborder {border:1px solid #cacaca; padding:3px;} /* ָһͼƬָzgyimgborderʽʾ߿ */
.div_img_float_left{  float:left; margin:0px 10px 10px 10px; background-color:#F3FAFC; padding:2px; border:0px solid #A9DEED;}


.zgy_padding5px{ padding:5px;}
.zgy_paddingleft5px{ padding-left:5px;}
.hrdiv{ width:100%; height:10px; margin-bottom:10px; border-bottom:1px dotted #CCCCCC;}
/*===================================================================================*/

/*顶部logo+搜索*/
.top{
	width:100%;
	height:132px;}

.top .box{
	width:1150px;
	margin:0 auto;
	position:relative;}
.top .box .logo{
	position:absolute;
	top:25px;}
.top .box .search{
	position:absolute;
	right:0;
	top:40px;
	width:220px;}
.top .box .search .inputa{
	border:1px solid #D7E7F8;
	height:30px;
	line-height:30px;
	width:186px;
	color:#666;
	text-indent:10px;}
.top .box .search .s-img{
	position:absolute;
	top:0;
	right:0;}				
/* 导航 */
.nav{
	width:1150px;
	margin:0 auto;
	height:70px;
	background:url(public/images/navdot.png);}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 2;
  display: block;
  position: relative;}
#cssmenu #menu-button {
  display: none;}

#cssmenu > ul > li {
  float: left;}

#cssmenu > ul > li > a {
  padding: 20px 30px;
  font-size: 16px;
  text-decoration: none;
  color: #222222;}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #9b0d14;}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;}
#cssmenu > ul > li.has-sub > a::after {
 position: absolute;
  top: 30px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #9b0d14;}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;}
#cssmenu li:hover > ul {
  left: auto;}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;}
#cssmenu ul li:hover > ul > li {
  height: 32px;}
#cssmenu ul ul li{
	background: #9b0d14;}
#cssmenu ul ul li a {
  width: 120px;
  height:40px;
  line-height:40px;
  padding-left:20px;
  padding-right:20px;
  font-size: 12px;
  background: #9b0d14;
  text-decoration: none;
  color: #ffffff;}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  text-decoration:underline;}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 17px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;}

/*图片链接*/
.piclink{
	width:900px;}
.piclink a{
	display:inline-block;
	width:260px;
	height:75px;
	margin-right:30px;
	margin-bottom:20px;}
.piclink a img{
	border:2px solid #ffffff;}		
.piclink a:hover img{
	border:2px solid #9b0d14;}

/*新闻模块 新闻动态*/
.newslanmu a{
	display:block;
	height:90px;
	line-height:90px;}
.newslanmu a .left{
	float:left;
	font-size:17px;
	color:#222222;}
.newslanmu a .right{
	float:right;
	width:60px;
	text-indent:20px;
	font-size:12px;
	background:url(public/images/arrowr.png) no-repeat 0% 50%;}
.newslist{
	border-top:2px solid #222222;}		
.newslist a{
	display:block;
	height:66px;
	border-bottom:1px solid #d9d9d9;}
.newslist a ul li{
	display:inline-block;
	height:66px;
	line-height:66px;}
.newslist a ul li:first-child{
	width:70px;
	text-align:center;
	float:left;
	margin-right:20px;}
.newslist a ul li:first-child .riqi{
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:35px;
	line-height:35px;}
.newslist a ul li:first-child .lanmu{
	width:70px;
	height:22px;
	line-height:22px;
	background-color:#cc3333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:#ffffff;
	text-align:center;
	font-size:12px;}		
.newslist a ul li.title{
	width:430px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
.newslist a:hover ul{
	background-color:#FDFBF9;
	-webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    transition: All 0.2s ease;}
	
.newslist a:hover ul li.title{
	font-weight:700;
	-webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    transition: All 0.2s ease;}	
.newslist a:hover ul li:first-child .lanmu	{
	background-color:#9b0d14;
	color:#ffffff;}	
/*招生信息*/
.zhaoshenglist ul{
	display:block;
	margin-left:-35px;}
.zhaoshenglist ul li{
	width:252px;
	height:135px;
	float:left;
	margin-left:35px;
	border-top:2px solid #222222;}
.zhaoshenglist ul li .riqi{
	height:40px;
	line-height:40px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666666;}	
.zhaoshenglist ul li .biaoti{
	height:75px;
	line-height:25px;
	overflow:hidden;}	
.zhaoshenglist ul li:hover{
	background-color:#FBF8F3;}	
.zhaoshenglist ul li:hover .biaoti{
	color:#222222;
	text-decoration:underline;
	font-weight:700;}

/*底部图片链接*/
.linkbottom .title{
	height:62px;
	line-height:62px;
	font-size:18px;
	text-align:center;
	border-bottom:2px solid #222222;
	margin-bottom:30px;}
.linkbottom .box{
	margin-left:-20px;}	
.linkbottom .box a{
	display:block;
	width:210px;
	float:left;
	margin-left:20px;}	
.linkbottom .box a img{
	width:210px;
	height:100px;
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;}	
.linkbottom .box a:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}	
/*底部*/
.footer{
	background-color:#F8FAF9;
	margin-top:50px;
	padding-top:40px;}
.footer .contact p{
	font-size:17px;
	margin-bottom:30px;}	
.footer .contact ul li{
	font-size:13px;
	line-height:25px;}
	
.footer .erweima li{
	display:inline-block; 
	margin-right:20px;
	text-align:center;}	
.footer .erweima li p{
	color:#cc0033;
	font-size:13px;}	
	
.footer .liuyan,.footer .liuyan a{
	display:block;
	width:270px;
	height:44px;
	line-height:44px;
	text-align:center;}
.footer .liuyan a{
	background-color:#9b0d14;
	color:#ffffff;
	-webkit-border-radius:50px;
	-o-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;}
.footer .liuyan:hover a{
	background-color:#C42830;}
				
.footer .banquan{
	color:#66666;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:12px;}		
	
/*二级列表左侧导航*/
.lefttopname{
	height:80px;
	line-height:80px;
	background-color:#9b0d14;
	color:#ffffff;
	font-size:18px;
	text-align:left;
	padding-left:40px;}

A.side_erji {
	display:block;
	height:50px; 
	line-height:50px; 
	font-size:16px;
	color:#333333;
	border-bottom:1px solid #DADADA;
	padding-left:40px;}
A.side_erji:hover {
	display:block;
	height:50px; 
	line-height:50px;
	color:#9b0d14;
	padding-left:40px;}
A.side_erji_jian { 
	display:block;  
	height:30px; 
	width:30px; 
	line-height:30px;
	background-image:url(public/images/side_jiantou.png); 
	background-position:0px 0px; 
	cursor:pointer;}
A.side_erji_jian:hover {  
	background-position:0px -30px;}

A.side_erji_jia { 
	display:block;  
	height:30px; 
	width:30px; 
	line-height:30px;
	background-image:url(public/images/side_jiantou.png); 
	background-position:0px -60px; cursor:pointer;}
A.side_erji_jia:hover {  
	background-position:0px -90px;}

A.side_sanji { 
	color:#444; 
	text-decoration:none;  
	font-size:12px;  
	text-indent:2em; 
	display:block; 
	width:100%; 
	height:30px; 
	line-height:30px;}
A.side_sanji:hover {  
	background-color:#ccc;}
/*兄弟级*/	
.xiongdiji{
	background:url(public/images/leftbg.png) repeat-x;
	border:1px solid #E1EAF6;
	border-top:4px solid #6E9AC2;}
A.side_xiongdi {
	display:block;
	width:100%;
	height:36px; 
	line-height:36px; 
	font-size:16px;
	color:#333333;}
A.side_xiongdi:hover {
	width:100%;
	height:36px; 
	line-height:36px; 
	background-color:#5D88B3;
	color:#ffffff;}	


/*标题列表*/
a.listbiaoti {display:block; width:680px; height:20px; line-height:20px; overflow:hidden; text-overflow:ellipsis; white-space: nowrap;  color:#333333; text-decoration:none;  font-size:15px;}
a.listbiaoti:hover { color:#9b0d14; text-decoration:underline; font-size:15px;}
/*在线留言 */
.xinghao{
	color:#F00;
	font-size:14px;
	font-weight:700;
	margin-right:4px;}
.input_liuyan{
	width:300px;
	border:1px solid #ddd;
	height:35px;
	line-height:35px;
	text-indent:5px;}
.input_liuyan_neirong{
	width:500px;
	border:1px solid #ddd;
	line-height:35px;
	text-indent:5px;}
.btn_tijiao{
	width:200px;
	height:40px;
	background-color:#C42830;
	color:#ffffff;
	text-align:center;
	border:0;
	cursor:pointer;}
.btn_tijiao:hover{
	background-color:#9b0d14;}					
	