@charset "utf-8";
/*CSS reset*/
html, body, div, p,ol,ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select,fieldset,legend, button, textarea,iframe, table, marquee,img{ margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6{font-size:12px;}
html{
	min-width:100%; 
	min-height:100%; 
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
fieldset{border:0 none;}
legend{display:none;}
textarea,input,button,select{outline:none;}
table{border-collapse:collapse;border-spacing:0;}
img{ 
  border: 0 none;
  vertical-align:bottom; /*空隙的解决方法*/ 
}
ul, li{ list-style-type: none; }
em{ font-style:normal;}
body{
	width:100%;
	font-family:"宋体", Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	behavior:url("csshover.htc")/*解决IE6不支持hover的问题*/;
	cursor:default;
  background: url(images/bg.png) repeat center center fixed;
    /*overflow-x:hidden;*/
	}
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary,time{display: block;}
/*文本选择的高亮效果*/
::selection{background:#b24040; color:#fff;}
::-moz-selection{background:#b24040; color:#fff;}
::-webkit-selection{background:#b24040; color:#fff;}
/*文本占位符颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}

/*原子类*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left: auto;margin-right: auto;}
.fl{float:left;display:inline;} 
.fr{float:right;display:inline;}
.clearfix:after{
	content:"."; 
	display:block;
	height:0;
	line-height:0; 
	clear:both;
	visibility:hidden;
	}
.clearfix{zoom:1;/*IE6/7*/}
.hide{ display:none;}
.b{ border:1px solid #000000;}
.w{ border:1px solid #ffffff;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f22{font-size:22px;}
.f23{font-size:23px;}
.f24{font-size:24px;}
.f25{font-size:25px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt45{margin-top:45px;}
.mt50{margin-top:30px;}
.mt30{margin-top:50px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}
.ml80{margin-left: 80px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.block{ display:block;}
.inline-block{display:inline-block; *display:inline;}
.fw-bold{ font-weight:bold;}
.fw-normal{ font-weight:normal;}
.fs-normal{ font-style: normal;}
.lh36{line-height:36px;}
.lh24{line-height:24px;}
.c-white{ color:#fff;}
.c-blue{ color:#0373cc;}
.c-red{color:#C03;}
.c-gray{color:#999;}
.c-green{color:#41D30E;}
.text-upper{text-transform: uppercase;}
.text-lower{text-transform: lowercase;}
.gray-border{ border:1px solid #eaeaea;}
.pointer{ cursor:pointer;}
.Arial{font-family:Arial, Helvetica, sans-serif;}
.over-hidden{overflow:hidden;}
.pos-r{position:relative;}
.pos-a{position:absolute;}
.pos-f{position: fixed;}
.z100{z-index: 100;}
.z200{z-index: 200;}
.z300{z-index: 300;}
.z400{z-index: 400;}
.z500{z-index: 500;}
.z600{z-index: 600;}
.z700{z-index: 700;}
.z800{z-index: 800;}
.z900{z-index: 900;}
.z1000{z-index: 1000;}
.v-middle{vertical-align: middle;}
.v-textTop{vertical-align: text-top;}
/*竖排-从右到左*/
.vertical-rl{
  -webkit-writing-mode:vertical-rl;
  writing-mode:vertical-rl;
  writing-mode:tb-rl\9;
}
/*竖排-从左到右 ie6-10不兼容 建议少用*/
.vertical-lr{
  -webkit-writing-mode:vertical-lr;
  writing-mode:vertical-lr;
  writing-mode:lr-tb\9;
}
.transparent{
	filter:alpha(opacity=50);
	-khtml-opacity:0.5;
	-moz-opacity:0.5;
	opacity:0.5;
	}
.right_triangle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent transparent #008091;
  border-style: dashed dashed dashed solid;
}
 .ellipsis{
	text-overflow:ellipsis;
	white-space:nowrap;
	white-space:nowrap;
	overflow:hidden;
	}
/*a*/
a{blr:expression(this.onFocus=this.blur())/*IE下*/; transition:all ease-in-out .3s/*IE10+、Firefox、chrome、Opera*/;} 
a:focus{outline:none;}/*FF下*/
a:link{color:#515151;text-decoration:none;}
a:visited{color:#515151;text-decoration:none;}
a:hover{color:#0a6cbe;text-decoration:none;}


/*网页宽度*/
.w1920{
  width:100%;
  position:relative;
  top: 0;
/*  left: 50%;
  margin-left: -960px;*/
}
.w1200{
  width:1200px;
  position:relative;
  top: 0;
  /*left: 50%;
  margin-left: -501px;*/
  margin:0 auto;
}
.w750{
  width:750px;
  position:relative;
  top: 0;
}


.backToTop {
	display: none; 
	width: 40px;
	height:40px;
	line-height: 1.2em;
	padding:5px 5px;
	background:url(images/up2.png) no-repeat center top;
	text-align: center;
	position: fixed;
	_position: absolute;
	z-index:999;
	right: 50px;
	bottom: 20px;
	_bottom: "auto";
	cursor: pointer;
	opacity: .6;
	filter: Alpha(opacity=60);
  }

.site-top{
  height: 30px;
  line-height: 30px;
}
.site-weather{margin-left: -20px; margin-top: 3px;}

/*Search*/
.search-form{
  /*inline-block去掉空白距离方法*/
  word-spacing: -1px;
  font-size: 0;
}
.search-text{
 width: 180px;
 height: 21px;
 line-height: 21px;
 padding: 0 0 0 10px;
 font-size: 12px;
 font-family:"Microsoft YaHei";
 border: 1px solid #433937;
 background: none;
}
.search-btn{
  width: 32px;
  height: 23px;
  line-height: 20px;
  *line-height: 17px;
  border: 1px solid #433937;
  background-color: #433937;
  color: #fff;
  *border: 0;
  cursor: pointer;
}
/*Header*/
#header{
  height: 100px;
}
.logo{
  width: 410px;
  height: 100px;
  background: url(images/logo.png) no-repeat center center;
}
.logo a{
  display: block;
  width: 410px;
  height: 100px;
  text-indent: -9999px;
}
.header-flash{

}
.site_qrcode{}
.layui-layer-page .layui-layer-content{
  height: 100%;
  overflow: visible !important;
}

  /*Menu*/
.menu{
  /*height:54px;
  background: url(images/index_2.png) no-repeat center center;*/
}
.menu ul{/*padding-top: 15px;*/}
.main-nav{
  float: left;
  display: inline;
  height: 100px;
  line-height: 100px;
  position:relative;
  width: 102px;
}
.main-nav:hover{
background-color: #0a6cbe;
}
.main-nav a{
  display:block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.main-nav a:link{color:#5a5a5a;text-decoration:none;}
.main-nav a:visited{color:#5a5a5a;text-decoration:none;}
.main-nav a:hover{color:#fff;text-decoration:none;}
.main-nav a.default{color:#5a5a5a;background:none;}

 /*二级菜单*/
.main-nav ul{
	width:102px;
	padding-top: 5px;
	/*background-color:#403634; 
	position:absolute; 
	top:30px; 
	left:50%;
	margin-left:-60px;*/
	z-index:10000; 
	opacity:0.9; 
	filter:alpha(opacity=90);
	border-radius:0 0 5px 5px;
	display:none;
	background-color: #fff;
	
	}
.main-nav ul:hover{
	color:#fff;
	}
  .subNav{float:none; width:100px; height:35px;}
  .subNav a{
	   display:block;
	   width:102px; 
	   height:30px; 
	   line-height:30px; 
	   text-align:center; 
	   font-size:13px;
	   text-overflow:ellipsis;
	   white-space:nowrap;
	   overflow:hidden;
	   border-radius:0;
	   font-weight: normal;
	   }
  .subNav a:link{color:#5a5a5a;}
  .subNav a:visited{color:#5a5a5a;}
  .subNav a:hover{color:#fff; background-color:#0a6cbe;}
/*Banner*/
.banner-scroll{
  margin-top: -30px;
  height: 470px;
  overflow: hidden;
	}
.banner-scroll{background-color: #121212;}
.banner-arrow{
 width: 50px;
 height: 50px;
 position: absolute;
 top: 42%;
 z-index: 100;
 background-image: url(images/banner_arrow.png);
 background-repeat: no-repeat;
 cursor: pointer;
 display: none;
}
.banner-prev{background-position: 0 0; left: 0;}
.banner-next{background-position: -50px 0; right: 0;}
.banner-scroll:hover .banner-arrow{ display: block;}

.banner-btn{
 width:100%;
 position:absolute;
 bottom:10px;
 z-index:999;
 text-align:center;
}
.banner-btn ul{}
.banner-btn ul li{
  margin-left:2px;
  display:inline-block;
  *display:inline;
  width:10px;
  height:10px;
  background-color:#f6f6f6;
  cursor:pointer;
  border-radius:5px;
  zoom:1;
}
.banner-btn ul li.active{background-color:#0a6cbe;}


/*Content*/
.content-bg{
  /*background: url(images/index_22.jpg) no-repeat center bottom;*/
}
.content{
/*	padding-top: 20px;
	padding-bottom: 50px;*/
	width:1200px;
	position:relative;
	top: 0;
	margin:0 auto;
/*	left: 50%;
	margin-left: -501px;*/
	}

/*图片新闻*/
.myFocus-bg{ 
  width:297px;
  height:232px;
  background: url(images/index_3.png) no-repeat center center;
  padding-top: 10px;
  overflow: hidden;
}
#myFocus{
  margin: 0 auto;
  width: 280px;
  height: 200px;
}
#myFocus .pic {
    border: 1px solid #fefefe;
}

/*新闻模块一*/
.newsModule{
  width: 585px;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.newsModule-title{
  width: 530px;
  height: 43px;
  line-height: 43px;
  text-indent: 10px;
  background: url(images/con_bg.png) no-repeat right;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.newsModule-content{
 /* margin-top: -20px;
  padding-top: 30px;
  background: url(images/index_24.png) no-repeat 145px top;*/
	width:340px;
}
.first-list{
 height: 71px;
 background: url(images/index_22.png) repeat-x center bottom;
 margin-bottom: 5px;
 overflow: hidden;
}
.nc-title{
  width: 360px;
  height: 20px;
}
.nc-title a{
  color: #0a6cbe;
}
.nc-title a:hover{text-decoration: underline;}
.nc-txt{line-height: 23px;}

.news-list{
  width: 345px;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 15px;
  background: url(images/index_6.png) no-repeat left center;
}
.news-list:hover{
  background: url(images/index_23.png) no-repeat left center;
}
a.newsMore{
  width: 42px;
  height: 15px;
  text-align: center;
  color: #443a38;
  /*background: url(images/index_5.png) no-repeat center bottom;*/
  right: 0;
  top: 13px;
  font-size: 10px;
}
a.r15{right: 15px;}
a.newsMore:hover{
  font-weight: normal;
}
/*通知公告*/
.notice{
  width: 585px;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.notice-title{
  width: 530px;
  height: 43px;
  line-height: 43px;
  
  background: url(images/notice_bg.png) no-repeat right;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  
}
.notice-content{
  /*margin-top: -20px;
  padding-top: 20px;*/
  width:340px;
  
 /* background: url(images/index_7.png) no-repeat center top;*/
 
}
.notice_time {
	padding-left: 20px;
}
.notice-list{
  /*margin: 0 auto;
  margin-bottom: 25px;*/
  width: 340px;
 /* height: 25px;*/
  line-height: 25px;
  padding: 0 0 0 15px;
  background: url(images/index_6.png) no-repeat left center;
}
.notice-list:hover{
  background: url(images/index_23.png) no-repeat left center;
}
.comp-title{
  width: 530px;
  height: 43px;
  line-height: 43px;
  
  background: url(images/about_bg.png) no-repeat right;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  
}
.honer-title{
  width: 530px;
  height: 43px;
  line-height: 43px;
  
  background: url(images/honer_bg.png) no-repeat right;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  
}
/*文化品牌*/
.brand{
  width: 100%;
  height: 160px; 
  overflow: hidden;
}
.brand-title{
  width: 130px;
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0 0;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  background: url(images/title-bg.png) repeat center center;
}
.title-bg{
  display: inline-block;
  width: 43px;
  height: 42px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-style: normal;
  background: url(images/index_8.png) no-repeat center center;
}
.brand-content{
  margin-top: -18px;
  padding-top: 25px;
  background: url(images/index_22.png) repeat-x center top;
}
.brand-content ul{}
.brand-list{
  float: left;
  width: 100px;
}
.brand-list a{
  margin: 0 auto;
  display: block;
  width: 94px;
  height: 108px;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.brand-list a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*文艺团队*/
.btn-list{width: 236px;}
.btn-list a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*精品展示 活动视频*/
.photo{
  width: 585px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.photo-title{
  width: 130px;
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0 0;
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
.photo-content{
/*  margin-top: -18px;
  padding-top: 30px;
  background: url(images/index_25.png) no-repeat 125px top;*/
	width:340px;
	margin-top: 10px;
}
.photo-content ul{height: 200px;}
.photo-list{
	
  margin: 0 5px;
  float: left;
  width: 114px;
  height: 162px;
  line-height: 136px;
  border: 1px solid #806a5d;
  background-color:#fff;
}
.essence-list{/*width: 149px;*/}
.photo-list:hover{
  box-shadow: 1px 1px 3px #666;
}
.photo-list a{
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.photo-list a img{
  max-width: 100%;
  vertical-align:middle;
  /*height: 139px;*/
}
.essence-list a img{max-width: 100%;vertical-align:middle;}
.photo-list a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*文化志愿者*/
.volunteer{
  width: 360px;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.volunteer-title{
  width: 171px;
  height: 43px;
  line-height: 43px;
  text-indent: 10px;
  background: url(images/index_4.png) no-repeat center center;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
.volunteer-content{
  margin-top: -20px;
  padding-top: 30px;
  background: url(images/index_24.png) no-repeat 145px top;
}
.volunteer-list{
 height: 65px;
 background: url(images/index_22.png) repeat-x center bottom;
 margin-bottom: 10px;
 overflow: hidden;
}
.v-img-link{margin-left: 5px;}
.v-img-link img{
  width: 64px;
  height: 54px;
  border: 1px solid #7b6457;
}
.vc-txt{
  width: 275px;
  height: 55px;
  line-height: 20px;
  overflow: hidden;
}
.vc-title{
  width: 255px;
  height: 20px;
}
.vc-title a{
  color: #0a6cbe;
}
.vc-title a:hover{text-decoration: underline;}

/*群文专家*/
.expert{
  width: 360px;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.expert-title{
  width: 171px;
  height: 43px;
  line-height: 43px;
  text-indent: 10px;
  background: url(images/index_4.png) no-repeat center center;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
.expert-content{
  margin-top: -20px;
  padding-top: 30px;
  background: url(images/index_24.png) no-repeat 145px top;
}
.expert-content ul{height: 130px;}
.expert-list{
  margin: 0 9px;
  float: left;
  width: 100px;
  height: 99px;
  border: 1px solid #806a5d;
}
.expert-list:hover{
  box-shadow: 1px 1px 3px #666;
}
.expert-list a{
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.expert-list a img{
  width: 100px;
  height: 99px;
}
.expert-list a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.expert-btn{}
.expert-btn a{
  margin-left: 4px;
  float: left;
  display: inline;
}
.expert-btn a img{
  width: 113px;
  height: 68px;
  border: 1px solid #7b6457;
}
/*大事记 远程辅导*/
.newsModule2{
  width: 236px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.newsModule2-title{
  width: 171px;
  height: 43px;
  line-height: 43px;
  text-indent: 10px;
  background: url(images/index_4.png) no-repeat center center;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  left: 20px;
}
.newsModule2-content{
  margin-top: -20px;
  padding-top: 25px;
  width: 236px;
  height: 81px;
  background: url(images/index_12.png) no-repeat center top;
  overflow: hidden;
}
.newsModule2-list{
  margin: 0 auto;
  width: 200px;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 15px;
  background: url(images/index_6.png) no-repeat left center;
}
.newsModule2-list:hover{
  background: url(images/index_23.png) no-repeat left center;
}
.news_content{
	width:100%;
	margin-top: 8px;
}
.news_pic{
	width:216px;
	height:140px;
}

/*网上展厅*/
.gallery{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.gallery-title{
  width: 130px;
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0 0;
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
.gallery-content{
  margin: -18px auto 0 auto;
  padding-top: 30px;
  width: 940px;
  background: url(images/index_26.png) no-repeat 100px top;
}
.gallery-content ul{height: 150px;}
.gallery-list{
  margin: 0 10px 0 0;
  float: left;
  width: 169px;
  height: 139px;
  line-height: 136px;
  border: 1px solid #806a5d;
  background-color:#fff;
}
.gallery-list:hover{
  box-shadow: 1px 1px 3px #666;
}
.gallery-list a{
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.gallery-list a img{
  max-width: 100%;
  vertical-align:middle;
}
.gallery-list a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.gallery-arrow{
 width: 22px;
 height: 37px;
 position: absolute;
 top: 50%;
 z-index: 100;
 background-image: url(images/index_18.png);
 background-repeat: no-repeat;
 cursor: pointer;
}
.gallery-prev{background-position: 0 0; left: 0;}
.gallery-next{background-position: -22px 0; right: 0;}

/*友情链接*/
.links{
  width: 999px;
  height: 104px;
  background: url(images/index_19.png) no-repeat center center;
}
.links-title{
  width: 53px;
  height: 104px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.links-content{
  width: 890px;
  height: 102px;
  background: url(images/index_22.png) repeat-x center center;
  overflow: hidden;
}
.links-content a{
  display: inline-block;
  height: 30px;
  margin-top: 20px;
  margin-right: 20px;
}
.link_p{
	line-height: 28px;
}

/*Sidebar*/
.sidebar{height:64px;}
.sidebar a{font-size:14px; line-height:64px;width:160px;}
.breadcrumb{background-color: #d9edf7;}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	
	width:160px;
	text-align:center;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success{
	border-bottom:1px #1F61AD solid;
	color:#1F61AD;
	}
.btn-default:hover{
	
	border-bottom:1px #1F61AD solid;
	color:#1F61AD;
   }
.sidebar a{
	position: relative;
	display: inline-block;
	
	line-height: 64px;
	width:160px;
	text-align:center;
	}

.sidebarContent{
	width:228px; 
	height:auto; 

	border:1px solid #eee;
	}
  .items{height:auto;}
  .items li{
	  margin:0 auto;
	  width:210px; 
	  height:64px;

	  border-bottom:1px solid #eeeeee; 
	  float:left;
	  }
  .items li a{
	  display:block; 
	  width:210px; 
	  height:64px; 
	  line-height:64px;
	  font-size:14px; 
	  text-align:center;
	  text-overflow:ellipsis;
	  white-space:nowrap;
	  overflow:hidden;
	  }
  .items li a:link{color:#333;text-decoration:none;}
  .items li a:visited{color:#333;text-decoration:none;}
  .items li a:hover,.items li a.active{color:#0c85d1;text-decoration:none; font-weight:bold; background-color:#f4f5f3;}
  .items li a.default{color:#333; font-weight:normal; background-color:transparent;}
  
  /*产品分类*/	
  .items li.firstLevel{}
  .items li.firstLevel a{
	  text-align:left; 
	  text-indent:35px;
	  font-size:14px; 
	  font-weight:bold;
	  }
  .items li.secondLevel{
	  width:180px;
	  height:25px;
	  margin-top:3px;
	  background:#f6f8f8 url(images/dot_1.png) no-repeat 22% center;
	  border-bottom:0 none;
	  }
  .items li.secondLevel a{
	  display:block;
	  width:180px;
	  height:25px;
	  line-height:25px;
	  font-size:12px;
	  text-align:left;
	  text-indent:50px;
	  }  
  .items li.secondLevel a:link{color:#4e4c4c;text-decoration:none;}
  .items li.secondLevel a:visited{color:#4e4c4c;text-decoration:none;}
  .items li.secondLevel a:hover,.items li.secondLevel a.active{
	  color:#336699;
	  text-decoration:underline;
	  font-weight:normal !important;
	  background:none;
	  }
	

/*right*/
.right{width:1200px; height:auto; padding-top: 30px;padding-bottom: 50px;}
  .right_title{
	  width:1200px; 
	  height:45px; 
	  line-height:45px;
	  background: url(images/index_22.png) repeat-x center bottom;
	  overflow:hidden;
	  }
    .tit{
		font-size:17px; 
		margin:0 0 0 10px;
		letter-spacing:1px; 
		color:#532920;
		font-weight: normal;
		}
    .location{ margin:0 15px 0 0;}
	
  .right_content{width:1200px; height:auto; line-height:24px;  overflow:hidden;}
  .right_content p{margin-bottom:12px;}
  .right_content img{max-width:100%;}
  .right_content _img{width:100%;}
  .rightContact{width:100%; min-height:213px; _height:213px; background:url(images/contact.png) no-repeat right center;}
  
  .noInfo{width:100%;height:300px;line-height:300px;text-align:center;font-size:34px;}
  
  .essence_right,.essence_title{width: 100% !important;}
  .essence_content{width: 980px;}
  /*照片墙*/
  .image_gallery{overflow:hidden;}
  .image_gallery li{margin:0 0 15px 23px;float:left;display:inline;}
   .ig_bg{
	   width:190px; 
	   height:190px; 
	   border:1px solid #e9eaec; 
	   background-color:#f1f3e5;
	   }
   .ig_bg:hover{background-color:#ecede5; opacity:0.8; filter:alpha(opacity=80);}
  
  .newsItems{padding-bottom:10px;}
	.news_lists{
		border-bottom: 1px dotted #bab8b2;
		line-height:35px; 
		height:35px;
		font-size: 14px;
		}
		
	.news_link{}
	a.news_link:hover{
		color:#da441c;
		}
	.news_th{
		height: 30px;
		line-height: 30px;
		border-top:1px dotted #c7dce7;
		background: linear-gradient(top,#dce9f0,#ebeff1);
		background: -webkit-linear-gradient(top,#dce9f0,#ebeff1);
		background: -moz-linear-gradient(top,#dce9f0,#ebeff1);
		background: -ms-linear-gradient(top,#dce9f0,#ebeff1);
		background: -o-linear-gradient(top,#dce9f0,#ebeff1);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce9f0', endColorstr='#ebeff1'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce9f0', endColorstr='#ebeff1')"; /* IE8 */
		}
	.news_th_headline{
		width: 420px;
		text-indent: 30px; 
		}
	.news_th_author{width: 185px;}
	.news_headline{
		width: 400px;
		padding:0 0 0 20px;
		background:url(images/list_type.png) no-repeat left center;
		}
	.news_author{width: 200px;}
	.news_views{}
	
	
	.works_gallery{}
	.works_gallery li{
		padding-bottom: 20px;
		border-bottom:1px dashed #79858b; 
		}
	a.works_image{
	   width:190px; 
	   height:190px;
	   line-height: 190px;
	   padding:5px;
	   border:1px solid #79858b; 
	   background-color:#fff;
	   overflow: hidden;
		}
    a.video_image{
	   width:169px; 
	   height:139px;
	   line-height: 136px;
	   /*padding:5px;*/
	   border:1px solid #79858b; 
	   background-color:#fff;
	   overflow: hidden;
		}
	a.video_image img{max-width:100%; vertical-align:middle;}
	a.list_image{
	   width:169px; 
	   height:139px;
	   line-height: 136px;
	   padding:5px;
	   border:1px solid #79858b; 
	   background-color:#fff;
	   overflow: hidden;
		}
	a.list_image img{max-width:100%; vertical-align:middle;}
	a.works_image:hover,
	a.video_image:hover,
	a.list_image:hover{border:1px solid #0a6cbe; box-shadow: 1px 1px 5px #aaa;}
	a.works_more{
		background-color: #342c2a;
		color:#fff;
		padding:4px 10px;
		border-radius:5px; 
		}
	a.works_more:hover{background-color: #0a6cbe; }	
		
	
	/*新闻最终页*/
  .new_banner{
	  width:100%;
	  height:28px;
	  line-height:28px;
	  margin:20px 0;
	  background-color:#eeeeee;
	  }
	.pubTime{display:inline-block;}
  .browse{margin-left:20px;}
  .bottom_line{height:10px;border-top:1px dotted #bebdbd;width:100%;margin-top:20px;} 
  .goBack{color:#0a6cbe;margin-right:10px;margin-top:10px;}
  
  .apply-title{
	height: 28px;
	line-height: 28px;
    border: 1px solid #7b625d;
    background-color: #917b77;
    text-align: center;
    color: #fff;
	font-size: 14px;
    font-weight: bold;
	  }
  .feedBack{width:600px;margin:0 auto;overflow:hidden;}
	  #formID1{padding-top:20px;}
	.feedBack p{padding:2px;zoom:1;overflow:hidden;}
	.feedBack label{
		float:left; 
		width:65px; 
		display:block; 
		height:28px; 
		line-height:28px;
		font-weight:600;
		font-size:14px;
		}
  .form_textarea{
	  font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei";
	  overflow-y:auto;
	  width: 450px;
	  resize:none;
	  }
  .postsubmit{ float:left;border:1px solid #CDCCB4;background-color: #EFEEE1;font-weight:bold;font-size: 12px;color:#767648;width:60px;margin-right:10px;padding:5px 10px 5px !important;padding:3px 10px 0px;}
  .form_text_1{height:22px;line-height:22px;padding-left:5px;}
  .form_text_verifycode{height:21px;line-height:21px;}

  /*作品上传*/
  .works-form{}
  .works-form label{
    display: inline-block;
    width: 70px;
    padding: 0 10px 0 0;
    font-size: 13px;
    text-align: right;
  }
  .disabled{
	  /*border:1px solid #ccc;*/
	  background-color:#ccc;
	  cursor:not-allowed;
	  }
  .col-0{width: 0;}
  .col-3{width: 25%;}
  .col-4{width: 33.33%;}
  .col-5{width: 41.67%;}
  .col-6{width: 50%;}
  .col-7{width: 58.33%;}
  .col-8{width: 66.67%;}
  .works-form input{
    height: 22px;
    line-height: 22px;
	border:1px solid #ccc;
	padding:1px;
  }
  #works-photo,#works-file{
	  height: 25px;
      line-height: 25px;
	  border:1px solid #cdcdcd; 
	  background:none;
	  }
  .works-form select{
    width: 10%;
    height: 28px;
	line-height: 24px;
	padding:4px 0;
  }
  .works-form textarea{
    resize:none;
    overflow-y:auto;
	border:1px solid #ccc;
  }
  .upload-iframe{
	  width: 280px;
	  height: 30px;
	  }
  .upload-btn{
    margin-left: 100px;
    border: none;
    background-color: #342c2a;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
  }
  .form_file{}
  .form-btn{
	border: none;
	background-color: #838486;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
	  }
.ke-container{
	float: left;
	display: inline-block;
	}

/*精品展示*/
#essence{
  margin: 0 auto;
  width:980px;
  height:550px;
  overflow: hidden;
}
#essence img{max-width: auto;}
#essence _img{width: auto;}	

/*相关资讯*/
.relatedNews{}
.relatedNews-title{
  width: 171px;
  height: 43px;
  line-height: 43px;
  text-indent: 10px;
  background: url(images/index_4.png) no-repeat center center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.relatedNews-content{}
.relatedNews-content li{
/* float: left;*/
 margin-right: 20px;
 width: 100%;
 height: 35px;
 line-height: 35px;
 padding:0 0 0 15px;
 background: url(images/liststyle.jpg) no-repeat left center;
 border-bottom: #7b7b78 dotted 1px;
}


/*Footer*/
.fatFooter{
  margin-top: -20px;
  height: 278px;
  background-color: #f5f5f5;
  color: #fff;
}
.fatFooter a{color: #a3a3a3;}
.fatFooter a:hover{color: #0a6cbe;}
.footer-nav{padding-top: 30px; height: 200px;padding-bottom: 20px;}
.footer-nav-list{
  /*margin: 0 30px;*/
  float: left;
  display: inline;
  width: 135px;
	margin-right: 50px;
}
.footer-nav-list dt{
 color:#333333;
 width:78px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 border-bottom: 1px #1d5091 solid;
 font-weight: bold;
 /*background: url(images/index_20.png) no-repeat left bottom;*/
}
.footer-nav-list dd{
  margin-top: 8px;
  width:78px;
  height: 20px;   
  line-height: 20px;
  text-align: center;
}

#footer{
 padding: 15px 0;
 background-color: #342c2a;
}
.footer-link-list{
  /*margin: 0 30px;*/
  float: left;
  display: inline;
  width: 335px;
	margin-right: 50px;
}
.footer-link-list dt{
 color:#333333;
 width:278px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 border-bottom: 1px #1d5091 solid;
 font-weight: bold;
 /*background: url(images/index_20.png) no-repeat left bottom;*/
}
.footer-link-list dd{
  margin-top: 8px;
  width:278px;
  height: 20px;   
  line-height: 20px;
  text-align: center;
}

/*分页*/
.page{ height:50px; line-height:50px; text-align:center;}
.page_turner{padding:4px 0px 0px 1px; display:inline-block;}
.page_turner a, .page_turner span{ display:inline-block;border:1px solid #0a6cbe;padding:3px 7px;margin-left:4px;line-height:14px;}
.page_turner a:link, .page_turner a:visited{text-decoration:none;}
.page_turner a:hover, .page_turner a.c{background:#0a6cbe;color:#fff}


/*人才招聘*/
.recruitment{width:100%;margin-top:10px;border:1px solid #f6a80d;}
.recruitment th{padding:5px;border:1px solid #f6a80d;text-align:center;}
.recruitment td{padding:5px;border:1px solid #f6a80d;}
