@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{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{
	font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	behavior:url("/_skins/3her/csshover.htc")/*解决IE6不支持hover的问题*/;
	cursor:default;
    /*overflow-x:hidden;*/
	}
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary,time{display: block;}
/*文本选择的高亮效果*/
::selection{background:#208ba6; color:#fff;}
::-moz-selection{background:#208ba6; color:#fff;}
::-webkit-selection{background:#208ba6; 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;
}
.placeholder{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;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mt80{margin-top:60px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.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;}
.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;}
/*竖排-从右到左*/
.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;
}

/*ie6 hack about position*/
* html, * html body {
	background-image: url(/about:blank);/*设置空图片，清除跳变效果*/
	background-attachment: fixed;
}
* html #menu{
	position: absolute;
	bottom: auto;
	top: expression(100+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
}
.ellipsis{
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  }
 .img-reponsive{max-width:100%; _width:100%;}
  
/*a*/
a{blr:expression(this.onFocus=this.blur())/*IE下*/; transition:color ease-in-out .3s/*IE10+、Firefox、chrome、Opera*/;} 
a:focus{outline:none;}/*FF下*/
a:link{color:#333;text-decoration:none;}
a:visited{color:#333;text-decoration:none;}
a:hover{color:#0c8ed4;text-decoration:none;}


/*网页宽度*/
.w1920{
  width:1920px;
  position:relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.w1200{
  width:1200px;
  position:relative;
  top: 0;
  left: 50%;
  margin-left: -600px;
}


/*Header*/

.backToTop {
	display: none; 
	width: 40px;
	height:40px;
	line-height: 1.2em;
	padding:5px 5px;
	background:url(/_skins/3her/images/up.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);
  }
#header{
  height: 95px;
  border-bottom: 1px solid #eaeff1;
}
.header-container {
	margin: 0 auto;
	width: 1200px;
}
.logo{
/*	margin-top: 20px;*/
  float: left;
  width: 360px;
  height: 96px;
  text-indent: -9999px;
  background:#ffffff url(images/logo.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
	.logo{
	  width: 260px;
	}
	.header-container {
	width: 100%;
}
}

@media screen and (max-width: 768px) {
	.logo{
		float: none;
	  width: 100%;
		 background-size: 359px 63px;
	}
	#header{
	  height: auto;
	}
}

@media screen and (max-width: 375px) {
	.logo{
		background-size: 250px 44px;
		height: 70px;
	}
}
 
  /*Menu*/
.menu{
  float: right;
  width: auto;
  height:95px;
}
.menu ul{}
.main-nav{
  float: left;
  width: auto;
  padding: 0 25px;
  
}
.main-nav a{
  display:block;
  line-height: 24px;
  font-size: 16px;
  padding: 28px 20px ;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.main-nav a:link{color:#333;text-decoration:none;}
.main-nav a:visited{color:#333;text-decoration:none;}
.main-nav a:hover{color:#FFFFFF; background-color:#0c8ed4;}
.main-nav a.active{
  color:#FFFFFF;
  text-decoration:none;
  background-color:#0c8ed4;
}
.main-nav a.default{color:#333; text-shadow:none; background:none;}

@media screen and (max-width: 1024px) {
	
	.main-nav{
	  padding: 0 5px;
	}
	.main-nav a{
	  padding: 25px 20px ;
	}
}

@media screen and (max-width: 768px) {
	.menu ul{
		display: inline-block
	}
	.menu{
	  float: none;
		text-align: center;
		height: auto;
	}
	
}

@media screen and (max-width: 375px) {
	.menu{
	  width: 100%;
	}
	.main-nav{
	  padding: 0 2px;
	}
	.main-nav a{
	  padding: 10px 5px ;
	  line-height: 20px;
	  font-size: 12px;
	}
}

/*Banner*/
.banner-scroll{
	width: 100%;
/*  height: 600px;*/
  overflow: hidden;
	}
.banner-scroll{background-color: #121212;}
.banner-btn{
 width:100%;
 position:absolute;
 bottom:10px;
 z-index:999;
 
 padding: 10px 0;
}
.banner-btn ul{
	text-align:center;
}
.banner-btn ul li{
  margin-left:4px;
  display:inline-block;
  *display:inline;
  width:10px;
  height:10px;
  background-color:#bebebe;
  cursor:pointer;
  border-radius:5px;
  zoom:1;
}
.banner-btn ul li.active{background-color:#0c8ed4;}
.banner-arrow{
 width: 50px;
 height: 50px;
 position: absolute;
 top: 42%;
 z-index: 100;
 background-image: url(/_skins/3her/images/banner_arrow.png);
 background-repeat: no-repeat;
 cursor: pointer;
 display: none;
}
.banner-scroll:hover .banner-arrow{display: block;}
.banner-prev{background-position: 0 0; left: 0;}
.banner-next{background-position: -50px 0; right: 0;}


/*Content*/
.content{
	margin:0 auto;
	width:1200px;
	padding:20px 0 0 0;
	}


.about{
	margin: 20px auto 0 auto;
  width: 1200px;
   /* position:relative;
  top: 60px;
  left: 50%;
	margin-left: -600px; */
	padding: 0 10px;
}
.about-box{
	float: right;
  width: 600px;
}
.about-title{
  height: 40px;
  font-size: 30px;
  font-weight:bold;
  color:#0c8ed4;
}
.about-subTitle{
 background:url(/_skins/3her/images/index_2.png) no-repeat center center;
 font-size: 16px;
 color:#333333;
}
.about-content{
  width: 610px;
  height: auto;
}
.about-summary{
  height: 430px;
  line-height: 35px;
}
.about-more{
	display: inline-block;
	margin-top: 80px;
}

a.about-more{
  padding: 15px 30px;
  border:1px solid #0c8ed4;
  color: #0c8ed4;
 /* background-color: #e5e9eb;*/
}
a.about-more:hover{
  background-color: #0c8ed4;
  color:#fff;
}
.about-photo{
	float: left;
  margin: 0;
  padding-top: 0px;
  padding-left: 0px;
  opacity:0.9;
  filter:alpha(opacity=90);
}

@media screen and (max-width: 1200px) {
	
	.about{
	  width: auto;
	}
	.about-content {
    width: auto;
    height: auto;
}
	.about-box{
	  width: auto;
	}
	.about-photo {
		display: none;
	}
	.about-summary {
		height: 600px;
	}
}





.news{
	width: 1200px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
  padding-bottom: 60px;
}

.news-title{
  height: 40px;
  font-size: 30px;
  color:#0c8ed4;
}
.news-subTitle{
 background:url(/_skins/3her/images/index_2.png) no-repeat center center;
 font-size: 14px;
 color:#99abb0;
}
.news-content{
  margin-top: 50px;
  height: 350px;
  overflow: hidden;
}
.news-content ul.news-content-main{width: 845px;}
.news-list{
  float: left;
  display:inline;
  margin-right: 20px;
  width: 280px;
  height: 300px;
  margin-bottom: 15px;
}
.news-list a{
  display: block;
  height: 300px;
  background-color: #f5f5f5;
  
}
.news-list a:hover{background-color: #0c8ed4; color: #fff;}
.news-list a:hover .news-num{color: #fff;}
.news-photo{
	margin: 0;
    width: 347px;
	height: 234px;
    overflow: hidden;
}
.news-photo-btn{
 width:100%;
 position:absolute;
 bottom:5px;
 z-index:999;
 text-align:center;
 padding: 10px 0;
}
.news-photo-btn ul{}
.news-photo-btn ul li{
  margin-left:4px;
  display:inline-block;
  *display:inline;
  width:10px;
  height:10px;
  background-color:#bebebe;
  cursor:pointer;
  border-radius:5px;
  zoom:1;
}
.news-photo-btn ul li.active{background-color:#0c8ed4;}
.news-num{
  *float: left;
  width: 280px;
  height: 180px;
  text-align: center;
}
.news-text{
  *float: left;
}
.news-text,.news-text h3{
  width: 250px;
}
.news-summary{
  margin-top: 5px;
  height: 60px;
  line-height: 26px;
}

@media screen and (max-width: 1200px) { 
	.news {
		width: 100%;
		padding: 0 10px;
		padding-bottom: 60px;
	}
	.news-list {
		width: 23%;

	}
	.news-num {
		width: 100%;
	}
	.news-text, .news-text h3 {
    width: 90%;
	}
}

@media screen and (max-width: 1024px) { 
	.news-content {
		height: auto;
	}
	.news-list {
		width: 48%;
		height: auto;
	}
	/* .news-num {
		width: 100%;
		height: 320px
	} */
}
@media screen and (max-width: 1000px) { 
	.news-list a {
		height: auto;
	}
	.news-list {
		width: 100%;
	}
	.news-num {
		width: 100%;
		height: auto
	}
}

@media screen and (max-width: 768px) { 
	.news-list {
		width: 95%;
	}
}

.products{
 width: 1370px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 50px;
}

.products-title{
  height: 40px;
  font-size: 30px;
  font-weight:bold;
  color:#0c8ed4;
}
.products-subTitle{
 background:url(/_skins/3her/images/index_2.png) no-repeat center center;
 font-size: 16px;
 color:#333333;
}
.products-arrow{
 width: 34px;
 height: 63px;
 position: absolute;
 top: 42%;
 z-index: 100;
 background-image: url(/_skins/3her/images/index_3.png);
 background-repeat: no-repeat;
 cursor: pointer;
}
.products-prev{background-position: 0 0; left: 0;}
.products-next{background-position: -34px 0; right: 0;}

.products-scroll{
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.products-content ul{}
.products-list{
  margin: 15px 15px 0px 15px;
  float: left;
  display: inline;
  width: 368px;
  height: auto;
}
.products-listBox{
  width: 366px;
  height: 352px;
  border: 1px solid #cad2d5;
}
.products-list:hover .products-listBox{
  border: 1px solid #0c8ed4;
}
.products-photo{
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  margin-bottom: 55px;
  width: 200px;
  height: 200px;
}
.products-photo img{/*max-width: 100%; */vertical-align: top;}
.products-text{
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	line-height: 60px; 
	font-size: 14px;
	background-color:#f5f5f5;
	color:#333;
	position: relative;
	top: -18px;
	z-index: 100;
}
.products-text:hover{
	background-color:#0c8ed4;
	color:#FFFFFF;
}
@media screen and (max-width: 1200px) {
	.products {
		width: 100%;
	}
	.products-list{
	  width: 360px;
	}
	.products-listBox{
	  width: 360px;
	  height: 320px;
    } 
	.products-photo{
	  margin-bottom: 10px;
	  width: 220px;
	  height: 213px;
	}
}
@media screen and (max-width: 1024px) {
	
	.products-list{
	  width: 310px;
	}
	.products-listBox{
	  width: 310px;
	  height: 320px;
    } 
	
}

@media screen and (max-width: 768px) {
	.products {
		width:100%;
	}
	.products-scroll{
	  width: 100%;
	}
	.products-list{
		/* margin: 5px 6px 0px 5px; */
	  width: 345px;
	}
	.products-listBox{
	  width: 345px;
	  height: 300px;
    } 
	.products-photo{
	  margin-top: 10px;
	  margin-bottom: 10px;
	  width: 240px;
	  height: 238px;
	}
}

@media screen and (max-width: 414px) {
	.products-listBox {
    width: 376px;
	}
}

@media screen and (max-width: 375px) {
	.products-list {
		float: none;
	}
	.products {
		width:100%;
		margin-top: 30px;
		padding: 5px;
	}
	.products-scroll{
	  width: 100%;
	}
	.products-list{
		margin: 5px 5px 0px 5px;
	  width: auto;
	}
	.products-listBox{
	  width: auto;
	  height: 240px;
    } 
	.products-photo{
	  margin-top: 10px;
	  margin-bottom: 10px;
	  width: 175px;
	  height: 177px;
	}
	.products-title{
	  height: 25px;
	  font-size: 20px;
	  font-weight:bold;
	  color:#0c8ed4;
	}
	.about-more{
		margin-top: 40px;
	}
	a.about-more{
	  padding: 10px 20px;
	}
	
}




.ad{margin-top: 60px;}
.st{margin-top: 60px;}
.ad-box{
 /* width: 1200px;
 position: absolute;
 left: 50%;
 top: 10%;
 margin-left: -600px; */
 margin-bottom: -20px;
 position: relative;
 z-index: 2;
}
@media screen and (max-width: 414px) {
	.ad {
    display: none;
	}
}

a.ad-more{
	display: inline-block;
  padding: 15px 60px;
  border-radius:30px;
  background-color: #0c8ed4;
  color:#fff;
}

a.ad-more:hover{
  background-color: #ffffff;
	color:#0c8ed4;}
	


/*Sidebar*/
.sidebar{width:230px; height:auto; background-color:#fafafa;}
.sidebarTitle{
	width:230px; 
	height:40px;
	line-height:40px;
	text-align:center; 
	font-size:17px; 
	color:#fff;
	background: linear-gradient(top,#086982,#0c8ed4);
	background: -webkit-linear-gradient(top,#086982,#0c8ed4);
	background: -moz-linear-gradient(top,#086982,#0c8ed4);
	background: -ms-linear-gradient(top,#086982,#0c8ed4);
	background: -o-linear-gradient(top,#086982,#0c8ed4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#086982', endColorstr='#0c8ed4'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#086982', endColorstr='#0c8ed4')"; /* IE8 */
	}
.sidebarContent{
	width:228px; 
	height:auto; 
	padding:5px 0 10px 0;
	border:1px solid #eee;
	}
  .items{height:auto;}
  .items li{
	  margin:0 auto;
	  width:210px; 
	  height:43px;
	  padding:3px 0 0 0; 
	  border-bottom:1px solid #eeeeee; 
	  
	  }
  .items li a{
	  display:block; 
	  width:210px; 
	  height:40px; 
	  line-height:40px;
	  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:#0c8ed4;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:25px;
	  font-size:14px; 
	  font-weight:bold;
	  }
  .items li.secondLevel{
	  width:210px;
	  height:25px;
	  margin-top:3px;
	  background:#f6f8f8 url(images/dot_1.png) no-repeat 10% center;
	  border-bottom:0 none;
	  }
  .items li.secondLevel a{
	  display:block;
	  width:210px;
	  height:25px;
	  line-height:25px;
	  font-size:12px;
	  text-align:left;
	  text-indent:35px;
	  }  
  .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;}
  .right_title{
	  width:1200px;
	  padding-top: 40px;
	  height:80px; 
	  line-height:37px;
      border-bottom:1px solid #dbdbdb;
	  overflow:hidden;
	  }
    .tit{
		font-size:24px; 
		font-weight:bold;
		text-align: center;
		letter-spacing:1px; 
		color:#0c8ed4; 
		}
    .location{ margin:0 15px 0 0;}
	
	.right_content{width:1200px; height:auto; line-height:24px; font-size: 13px; padding:25px 10px 15px 10px; overflow:hidden;}
	.right_content img {
		max-width: 100% !important;
	}
  .right_content p{margin-bottom:12px;}
  .rightContact{width:100%; min-height:213px; _height:213px; background:url(/_skins/3her/images/contact.png) no-repeat right center;}
	.noInfo{width:100%;height:300px;line-height:300px;text-align:center;font-size:34px;}
	
	@media screen and (max-width: 1200px) {
		.content {
			width: 100%; 
		}
		.right{width: 100%; }
		.right_title {
			width: 100%;
		}
		.right_content {
			width: 100%;
		}
	}
  
  /*照片墙*/
  .image_gallery{overflow:hidden;}
  .image_gallery li{margin:0 0 15px 15px;float:left;display:inline;}
   .ig_bg{
	   width:200px; 
	   height:150px; 
	   border:1px solid #e9eaec; 
	   background-color:#ffffff;
	   }
   .ig_bg:hover{background-color:#ecede5; opacity:0.8; filter:alpha(opacity=80);}
   #itemContainer li{margin:20px 0 15px 23px;}
   .pro_ig_bg{
	   width:210px; 
	   height:280px;
	   line-height:280px;
	   text-align:center;
	   border:1px solid #e9eaec; 
	   background-color:#ffffff;
     -webkit-transition: all ease-in-out 0.3s;
     -o-transition: all ease-in-out 0.3s;
     transition: all ease-in-out 0.3s;
	   }
	.pro_ig_bg img{max-width:100%; vertical-align: middle;}
	.pro_ig_bg _img{width:100%; vertical-align: middle;}
	.pro_ig_bg:hover{
		 box-shadow:0 0 15px #b4b4b4;
		}
  
  .newsItems{padding-bottom:10px;}
	.news_lists{
		border-bottom: 1px dotted #dbdbdb;line-height:90px; height:90px; padding:10px 0 10px 10px
	 }
	 .newsLink {
		 display: inline-block;
		 width: 70%;
		 white-space: nowrap;
		 overflow: hidden;
		 text-overflow: ellipsis;
	 }
    .news_lists:hover{background-color: #0c8ed4;height: 90px;color: #fff;}
    .news_lists a:hover{ color: #fff;}
    .news-pic{
	*float: left;
	display: inline-block;
  width: 140px;
  height: 90px;
  text-align: center;
  padding-right: 20px;
}

@media screen and (max-width: 1000px) {
	.pro_ig_bg {
		width:275px; 
	}
}

@media screen and (max-width: 768px) {
	.newsLink {
		width: 50%;
	}
	.news-pic {
		width: 120px;
  	height: 70px;
	}

	
}

@media screen and (max-width: 414px) {
	.xf {
		display: none;
	}
	.news-pic {
		display: none;
	 }
	 .newsLink {
		width: 60%;
	}
	.image_gallery li {
		float: none;
		display: block;
	}
	.right_content {
		padding: 4px;
	}
 }
	
	/*新闻最终页*/
  .new_banner{
	  width:100%;
	  height:28px;
	  line-height:28px;
	  margin:15px 0;
	  }
	.pubTime{display:inline-block;}
  .browse{margin-left:20px;}
  .bottom_line{height:10px;border-top:1px dotted #bebdbd;width:100%;margin-top:20px;} 
  .goBack{color:#7b0002;margin-right:10px;margin-top:10px;}
  
  /*Feedback*/
.feedback{
	width:500px;
	height:auto;
	margin:auto;
	overflow:hidden;
	}
.feedback_title{
	width:85px;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	border-bottom:2px solid #30c375;
	}

.feedback p{padding:2px;zoom:1;overflow:hidden;}
.feedback label{width:60px; display:block; height:28px; line-height:28px;font-weight:700;}
.form_textarea{
	width:462px;
	padding:10px;
	background-color:#f2f2f2;
	resize:none;
	}
.form_text{
	height:22px;
	line-height:22px;
	padding-left:5px;
	background-color:#f2f2f2;
	}
.w221{width:221px;}
.w475{width:475px;}
.postsubmit{
	width:150px;
	height:30px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background-color:#b12023;
	border:0 none;
	}


.index_news_content{
	width:1200px;
	height:360px;
	font-size:16px;
	
	border:0 none;
}

/*Footer*/
#footer{
 background-color: #0c8ed4;
 padding: 30px 0;
 color: #fff;
}
#footer a{color: #fff;}

.xf{ position: fixed; width: 50px; padding: 0px 10px; background: #00aeef; right: 0; top: 30%; border-radius: 5px; z-index:999}
.xf .xf_xun{ padding: 20px 0px; border-bottom: 1px solid rgba(255,255,255,0.2); text-align: center; position: relative;}
.xf .xf_xun .xf_xun_title{ font-size: 12px; color: #fff;}
.xf .xf_xun .xf_xun_title dt{ margin-top: 10px;}
.xf .xf_xun:last-child{ padding: 10px 0px;}
.xf .xf_xun:last-child .xf_xun_title dt{ margin-top: 5px;}
.xf .xf_xun .xf_xun_xiala{ position: absolute; left: -185px; width: 169px; background: url(/_skins/3her/images/xf_1.png) no-repeat 0% 50%; line-height: 46px; font-size: 16px; color: #fff; text-align: center; top: 20%; display: none;}
.xf .xf_xun:hover .xf_xun_xiala{ display: block;}
.xf .xf_xun:nth-child(3) .xf_xun_xiala{ background: none; left:-168px;}
.xf .xf_xun:nth-child(4){ border-bottom:0px;}




/*分页*/
.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 #0c8ed4;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:#0c8ed4;color:#fff}
/*留言板*/
textarea, select,input{border:1px solid #CCC;font-size:12px;padding:2px;}

/*人才招聘*/
.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;}
