@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{outline:none;}
table{border-collapse:collapse;border-spacing:0;}
img{ 
  border: 0 none;
  vertical-align:bottom; /*display:block;空隙的解决方法 */
  /*max-width:100%;*/
}
/*_img{width:100%;}*/
ul, li{ list-style-type: none; }
em{ font-style:normal;}
body{
	font-family:"Hiragino Sans GB", "宋体", "WenQuanYi Micro Hei", Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	behavior:url("csshover.htc")/*解决IE6不支持hover的问题*/;
	cursor:default;
    /*overflow-x:hidden;*/
	}
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary,time{display: block;}
/*文本选择的高亮效果*/
::selection{background:#52c686; color:#fff;}
::-moz-selection{background:#52c686; color:#fff;}
::-webkit-selection{background:#52c686; color:#fff;}
/*文本占位符颜色*/
::-webkit-input-placeholder {color: #666;/* WebKit browsers */}
:-moz-placeholder {color: #666;/* Mozilla Firefox 4 to 18 */}
::-moz-placeholder {color: #666;/* Mozilla Firefox 19+ */}
:-ms-input-placeholder {color: #666;/* Internet Explorer 10+ */}


/*原子类*/
.wrapper{margin:0 auto;width:1200px;}
.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;}
.f36{font-size:36px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.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;}
.bold{ font-weight:bold;}
.lh36{line-height:36px;}
.lh24{line-height:24px;}
.w1200{width:1200px;}

.gray_border{ border:1px solid #eaeaea;}
.font-normal{font-weight:normal;}
.c-white{ color:#fff;}
.c-blue{ color:#0373cc;}
.c-red{color:#C03;}
.c-green{color:#cd0504;}
.c-gray{color:#a3a3a3;}
.pointer{ cursor:pointer;}
.Arial{font-family:Arial, Helvetica, sans-serif;}
.over_hidden{overflow:hidden;}
.pos_relative{position:relative;top:0;left:0; z-index:100;}
.pos_absolute{position:absolute;top:0;left:0; z-index:999;}
.transparent{
	filter:alpha(opacity=50);
	-khtml-opacity:0.5;
	-moz-opacity:0.5;
	opacity:0.5;
	}

.wrap_hidden{
	width:100%;
	height:auto;
	overflow:hidden;
	}
/*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');
}*/
	
/*a*/
a{blr:expression(this.onFocus=this.blur())/*IE下*/; transition:color ease-in-out .2s/*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:#cd0504;text-decoration:none;}

/*Header*/
.head_kj{
	width:100%;
	background-color: #cd0504;
	height:40px;
	color:aliceblue;
	line-height: 40px;
}
.head_1{
	margin:0 auto;
	width:1200px;

}
.warn{
	width:100%;
	height:auto;
	padding:5px 0;
	text-align:center;
	display:none;
	background:#FEE8AB;
	font-size:14px;
	}
.backToTop {
	display: none; 
	width: 40px;
	height:40px;
	line-height: 1.2em;
	padding:5px 5px;
	background:url(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:148px;
/*	 border-top:5px solid #cd0504;
	 box-shadow:0 0 8px #c8c8c7;*/
	 }
.logo{padding:33px 0 0 0;}
a.lang{
	height:24px;
	line-height:24px;
	padding:0 10px;
	color:#fff !important;
	background-color:#cd0504;
	position:absolute;
	top:40px;
	right:0;

	}
  /*Menu*/
.menu{height:110px; margin:0 0 0 140px;}
.menu ul{}
.main_nav{
	float:left;
	display:inline;
	width:140px;
	height:12px;
	}
.main_nav a{
	display:block;
	width:105px;
	height:110px;
	line-height:110px;
	text-align:center;
	font-size:15px;
	border-bottom:2px solid transparent;
	}
.main_nav a:link{color:#333;text-decoration:none;}
.main_nav a:visited{color:#333;text-decoration:none;}
.main_nav a:hover,.main_nav a.active{
	color:#cd0504;
	text-decoration:none;
	border-bottom:2px solid #cd0504;
	}
.main_nav a.default{
	color:#000；
	background:none;
	border-bottom:4px solid #fff;
	}

/*Menu-pro*/
.pro_menu{height:110px;}
.pro_menu ul{}
.pro_main_nav{
	float:left;
	display:inline;
	
	height:12px; margin:35px 0 0 20px;
	}
.pro_main_nav img{width:220px;height:161px;}
.pro_main_nav a{
	display:block;
	width: 220px;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:15px;
	border-bottom:2px solid transparent;
	background-color:#f3af04;
	border-radius: 0 0  50px 0;
	color:#fff;
	}
.pro_main_nav a:link{color:#fff;text-decoration:none;}
.pro_main_nav a:visited{color:#fff;text-decoration:none;}
.pro_main_nav a:hover{
	text-decoration:none;
	border-bottom:2px solid #cd0504;
	color:#ffffff;
	
	}
.main_nav a.active{
	color:#333;
}
.pro_main_nav a.default{
	background:none;
	border-bottom:4px solid #fff;
	}



/*Banner*/
.flexslider,.banner{
	/*margin:0 auto;*/
	position:relative;
	width:100%;
	overflow:hidden;
	zoom:1;
	}
.h474{height:474px;}
.h300{height:300px;}
.flex-viewport{
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
	}
.flexslider .slides{zoom:1;}
.flex-direction-nav a{
	width:60px;
	height:90px;
	line-height:99em;
	overflow:hidden;
	margin:-60px 0 0;
	display:block;
	background:url(images/ad_ctr.png) no-repeat;
	position:absolute;
	top:55%;
	z-index:999;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .3s ease;
	}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:5px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}


/*Content*/
.content{
	margin:0 auto;
	width:1002px;
	padding:20px 0 0 0;
	}

/*关于我们*/
.about_1{height:34px;}
.about_1_nav {
	text-align: center;
	margin: 0 auto;
	float:left;
	display:inline;
	width:300px;
	height:32px;
	}
.about_title{
	font-size:22px;
	color:#ffffff;
	font-weight: bold;
	padding: 40px 0 0 34px;;
}

/*About*/
.About,.products_top{
	margin:0 auto;
	width:1200px;}
.About_top{ 
	width:100%;
	height:230px;
	background: url(images/about_bg.png) no-repeat top center;
	}
.p_title{
	height:35px;
	}
.p_subtitle{
	background-color:#fff;
	padding:0 10px;
	}
.dot{
	display:inline-block;
	width:6px;
	height:20px;
	background:url(images/index_1.png) no-repeat left center;
	}
.products_content{}

.left_btn,.right_btn{
	width:21px; 
	height:43px; 
	position:absolute; 
	top:40%; 
	cursor:pointer; 
	background-image:url(images/index_3.png); 
	background-repeat:no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	}
.left_btn{ background-position:0 0;}
.right_btn{background-position:-21px 0; right:0;}
.left_btn:hover,.right_btn:hover{opacity:1; filter:alpha(opacity=100)}
.pro_box{
	margin:0 auto; 
	width:900px;
	height:310px;
	overflow:hidden;
	}
  #marquee2{}
  #marquee2_1{}
	.pro_box ul{height:285px;padding:10px 0;}
	.pro_box ul li{
		margin:0 10px;
		float:left;
		display:inline; 
		width:223px; 
		height:285px;
		background-color:#F9F9F9;
		overflow:hidden;
		}
	.pro_box ul li:hover{
		background-color:#cd0504；
		box-shadow:0 0 6px #999;
		}
	  .list_img{
		  width:224px; 
		  height:231px;
		  margin:0 auto;
		  }
	  .list_txt{
		  width:204px;
		  height:50px; 
		  line-height:50px;
		  padding:0 10px;
		  text-overflow:ellipsis;
		  white-space:nowrap;
		  overflow:hidden;
		  }
  #marquee2_2{} 
a.readMore{
	display:inline-block;
	*display:inline;
	background-color:#82c56b;
	color:#fff;
	padding:3px 6px;
	}
a.readMore:hover{background-color:#cd0504;}

/*products*/
.products{
	width:100%;
	height:525px;
	margin:0 auto;
	background:url(images/pro_bg.jpg) no-repeat top center;
	margin-top: 88px;
}
.products_top{
	
}
.panel-content{	
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top: 40px;
}
.panel-content li{
  margin: 0 45px;
  
  display: inline;
  width: 297px;
}
.products-box{
  width: 1200px;
  height:525px;
  overflow: hidden;
}
.products-content{}
.products-content li{
  margin: 0 12px 0 6px;
  float: left;
  display: inline;
  width: 282px;
  height: auto;
}
.news-list{
	/*overflow : hidden;*/
}
.products-photo{}
.products-photo img{width: 282px;height: 232px;}
/*.products-photo img:hover{transform: scale(1.5,1.5);}*/
.products-text{
	width:282px;
	height:113px;
  padding: 10px 0;
  background:url(images/txt_bg.png) no-repeat top center;
  color: #fff;
}

.products-text a{color: #fff;font-size:16px;padding-top: 35px;}
.products-text a:hover{text-decoration: underline;}
.products-headline{width: 282px;}
.products-more{
  display: inline-block;
/*  border: 1px solid #555;*/
  padding: 5px 15px;
}
.products-arrow{
 width: 36px;
 height: 36px;
 position: absolute;

 z-index: 100;
 background-image: url(images/index_7.jpg);
 background-repeat: no-repeat;
 cursor: pointer;
}
.products-nav a{
	background-color:#fff;
	
}
.products-prev{background-position: 0 0; left: 30px;}
.products-next{background-position: -36px 0; right: 30px;}

.products-nav,.sub-nav{font-size:0}
.products-nav a{display:inline-block;width:148px;height:45px;line-height:45px;font-size:14px;color:#333;border-radius: 20px; margin:0 45px;}
.sub-nav a{display:inline-block;width:148px;height:45px;line-height:45px;font-size:14px;color:#333;border-radius: 20px; margin:0 0 0 60px;}
.products-nav a:hover,.products-nav a.active,.sub-nav a:hover,.sub-nav a.active{background-color:#cd0504;color:#fff;}


/*news*/
.news{
	float: left;
	width:100%;
	height:500px;
	margin-top: 88px;
}
.news_top{
	
}
.news-content{	
	width:1200px;
	margin:0 auto;
	margin-top: 40px;
}
.news-content li{

  display: inline;
  width: 297px;
}
.news-box{
  width: 1200px;
  height:525px;
  overflow: hidden;
}
.news-content{}
.news-content li{
  margin: 0 5px;
  float: left;
  display: inline;
  width: 288px;
  height: auto;
}
.news-photo{}
.news-photo img{width: 288px;height: 200px;}
.news-text{
	width:288px;
	height:113px;
  padding: 10px 0;
  background:url(images/txt_bg.png) no-repeat top center;
  color: #fff;
}

.news-text a{color: #fff;font-size:16px;padding-top: 35px;}
.news-text a:hover{text-decoration: underline;}
.news-headline{width: 282px;}
.news-more{
  display: inline-block;
  /*border: 1px solid #555;*/
  padding: 5px 0px;
  margin-left:5px;
}
.news-arrow{
 width: 36px;
 height: 36px;
 position: absolute;

 z-index: 100;
 background-image: url(images/index_7.jpg);
 background-repeat: no-repeat;
 cursor: pointer;
}
.news-prev{background-position: 0 0; left: 30px;}
.news-next{background-position: -36px 0; right: 30px;}

.news-nav,.sub-nav{font-size:0}
.news-nav a,.sub-nav a{display:inline-block;width:148px;height:45px;line-height:45px;font-size:14px;color:#333;border-radius: 20px; margin:0 0 0 60px;}
.news-nav a:hover,.news-nav a.active,.sub-nav a:hover,.sub-nav a.active{background-color:#cd0504;color:#fff;}

.grayBg{
	background-color:#fafafa;
	padding:30px 0;
	}
.about{}
.about_top{
	width:100%;
	border-bottom:1px solid #e5e5e5;
	height:44px;
	}
.a_title{
	height:35px;
	}
.a_subtitle{
	background-color:#fafafa;
	padding:0 10px;
	}

.about_box,.ry_box{
	width:600px;	
	height:250px;	
}
/*.about_box{
	background:url(images/jianjie.jpg) no-repeat left center;
}
.ry_box{
	background:url(images/rongyu.jpg) no-repeat left center;
}*/
.about_content{
	float: left;
    width:370px;
	line-height:24px;
	padding:20px 0 0 20px;
    font-size: 15px;
	}
/*Honor*/
.honor{height:405px;}
.honor_top{
	width:100%;
	border-bottom:1px solid #e5e5e5;
	height:44px;
	}
.h_title{
	height:35px;
	}
.h_subtitle{
	background-color:#fff;
	padding:0 10px;
	}
.honor_content{
	margin:30px auto 0 auto;
	width:1002px;
	overflow:hidden;
	}
.honor_item{}
.honor_item li{
	float:left;
	display:inline;
	width:252px;
	height:auto;
	}
.honor_item li .honor_table{
	width:207px;
	height:292px;
	border:5px solid #dedede;
	background-color:#fff;
	}
.honor_item li .honor_table:hover{border-color:#cd0504;}
	
/*InfoBg*/
.infoBg{
	background:url(images/index_7.png) repeat-y center top;
	}
.video{
	width:626px;
	height:369px;
	border:5px solid #b5b5b5;
	overflow:hidden;
	}
	
/*Feedback*/
.feedback{
	width:306px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}
.feedback_title{
	color:#fff;
	font-size:16px;
	height:40px;
	line-height:40px;
	background-color:#cd0504;
	padding:0 10px;
	}
  #formID1{padding-top:20px;}
.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:285px;
	padding:10px 5px;
	background-color:#fff;
	border-color:#ebebeb;
	resize:none;
	}
.form_text{
	height:22px;
	line-height:22px;
	padding-left:5px;
	border-color:#ebebeb;
	}
.form_text:focus{ border-color:#cd0504;}
.w290{width:290px;}
.postsubmit{
	width:100px;
	height:30px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background-color:#cd0504;
	border:0 none;
	}

/*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,#ec302f,#cd0504);
	background: -webkit-linear-gradient(top,#ec302f,#cd0504);
	background: -moz-linear-gradient(top,#ec302f,#cd0504);
	background: -ms-linear-gradient(top,#ec302f,#cd0504);
	background: -o-linear-gradient(top,#ec302f,#cd0504);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec302f', endColorstr='#cd0504'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec302f', endColorstr='#cd0504')"; /* 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:left;
	  text-overflow:ellipsis;
	  white-space:nowrap;
	  overflow:hidden;
	  padding-left: 10px;
	  }
  .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:#cd0504;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;
	  }

/*news*/

/*.news{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top: 70px;
}

.panel-content{	
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top: 40px;
}
.panel-content li{
  margin: 0 45px;
  
  display: inline;
  width: 297px;
}
.news-item{width:100%;
	height:auto;
	margin:0 auto;
	margin-top: 40px;}
.news-list{
	margin-left: 4px;
	float: left;
	display: inline;
	width: 297px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.news-list:first-child{margin-left: 0;}
.news-photo,
.news-photo img{
	width: 297px;
	height: 200px;
}
.news-photo{overflow: hidden;}
.news-content{
	padding: 20px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}*/
.swiper-wrapper img{visibility:hidden;display:inline-block}
.news-heading{
	font-size: 15px;
	font-weight: bold;
	margin-top: -15px;
}
.news-summary{
    width:290px;
	height: 75px;
	overflow: hidden;
	line-height: 24px;
	margin-left: 28px;
}
/*.news-list:hover{
	-webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;	
}
.news-list:hover .news-content{
}*/
a.news-more{color: #7c7c7c;text-indent: 2em;}
a.news-more:hover{color:#cd0504;}
/*.news-more{
	display: inline-block;
	background-color: #d7def1;
	padding: 4px 15px 4px 30px;
	background-repeat: no-repeat;
	background-position: 10% center;
	background-image: url(images/index_18.png);
}*/
/*.news-more:hover{
	color:antiquewhite;
}*/

/*share*/
.btn_hf{
	float:left;
	width:100%;
	height:75px;
	background-color: #cd0504;
	line-height: 75px;
	color:#fff;
	font-size: 14px;
}
.hf_content{
	width:1200px;
	margin:0 auto;
}
.hf_content img{
	float: right;
	margin: 22px 0 0 10px;
}

/*dibu*/
.dibu{
	float:left;
	width:100%;
	height:210px;

}
.dibu_content{
	width:1200px;
	margin:0 auto;
}
.dibu_1,.dibu_2{
    font-size: 14px;
	line-height: 30px;
	margin-right: 100px;
	margin-top: 42px;
}
.dibu_3{
	margin-top: 44px;
	line-height: 30px;
}
/*right*/
.right{width:710px; height:auto;}
  .right_title{
	  width:710px; 
	  height:37px; 
	  line-height:37px;
      border-bottom:1px solid #dbdbdb;
	  overflow:hidden;
	  }
    .tit{
		font-size:16px; 
		margin:0 0 0 10px;
		letter-spacing:1px; 
		color:#cd0504; 
		}
    .location{ margin:0 15px 0 0;}
	
  .right_content{width:690px; height:auto; line-height:24px; padding:25px 10px 15px 10px; overflow:hidden;}
  .right_content p{margin-bottom:12px;}
  .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;}
  
  /*照片墙*/
  .image_gallery{overflow:hidden;}
  .image_gallery li{margin:0 0 15px 23px;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);}
  
  .newsItems{padding-bottom:10px;}
	.news_lists{border-bottom: 1px dotted #736f64;line-height:35px; height:35px;}
	
	/*新闻最终页*/
  .new_banner{
	  width:100%;
	  height:28px;
	  line-height:28px;
	  margin:15px 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:#7b0002;margin-right:10px;margin-top:10px;}
  
  

/*Footer*/
.footer{
	float: left;
	width:100%;
	height:60px;
	background-color:#000;
	line-height: 60px;
	text-align: center;
	}
.footer_content{
	width:1200px;
	margin: 0 auto;
	color:#fff;
}
/*.fatFooter a{color:#fff;}
/*.fatFooter a:hover{text-decoration:underline;}
.bottom_triangle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 20px;
  border-color: #fff transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  position:absolute;
  top:0;
  left:50%;
  z-index:200;
}
#footer{}*/*/

.fatFooter{
	width:100%;
	height:156px;
	padding:30px 0 0 0;
	background:url(images/index_5.jpg) no-repeat center center;
	color:#fff;
	overflow:hidden;
	}
.fatFooter a{color:#fff;}
.fatFooter a:hover{text-decoration:underline;}
.bottom_triangle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 20px;
  border-color: #fff transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  position:absolute;
  top:0;
  left:50%;
  z-index:200;
}
#footer{}



/*分页*/
.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 #cd0504;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:#cd0504;color:#fff}
/*留言板*/
textarea, select,input{border:1px solid #CCC;font-size:12px;padding:2px;}

/*分享*/
.share_layer_shade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/hei.png) repeat;
    z-index: 99;
}

.share_layer_box {
    display: none;
    width: 300px;
    padding: 20px;
    background: #fff;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: -30% auto 0;
}

.share_layer_box h3 {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #cccccc;
}

.share_layer_box h3 .text {
    float: left;
    font-size: 16px;
    font-family: 'Microsoft JhengHei', 'Microsoft YaHei', Arial, sans-serif;
    font-weight: 600;
    color: #cd0504;
    text-indent: 0.5em;
    display: block;
}

.share_layer_box h3 .close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/close.png) 0 0 no-repeat;
    float: right;
    cursor: pointer;
}

.share_layer_box h3 .close:hover {
    background-position: 0 -31px;
}

.share_layer_box .layer_content {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}



/*Share*/
#Share {
    text-align: justify;
}

#Share ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#Share ul li {
    float: left;
    display: block;
    width: 45px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

#Share ul li a {
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 11px;
    margin-top: 12px;
}

#Share ul li span {
    display: block;
    width: 40px;
    height: 10px;
    background: url(images/share_shade.png) 0 0 no-repeat;
    position: absolute;
    left: 5px;
    bottom: 0;
    opacity: 1;
}

#Share ul li a.share-qq {
    background: url(images/share-qzone.png) no-repeat left top;
    background-size: 100% 100%;
}

#Share ul li a.share-xl-weiBo {
    background: url(images/share-weBo.png) no-repeat left top;
    background-size: 100% 100%;
}

#Share ul li a.share-people {
    background: url(images/share-more-people.png) no-repeat left top;
    background-size: 100% 100%;
}

#Share ul li a.share-tx-weiBo {
    background: url(images/share-qWeBo.png) no-repeat left top;
    background-size: 100% 100%;
}

#Share ul li a.share-tx-weChat{
    background: url(images/share-wechat.png) no-repeat left top;
    background-size: 100% 100%;
}



/* 微信分享弹层样式 */
.towdimcodelayer {
    position: absolute;
    left: -55px;
    top: 40px;
    z-index: 10000;
    margin-top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.js-transition {
    transition: margin-top .15s ease, opacity .12s linear;
    -webkit-transition: margin-top .15s ease, opacity .12s linear;
    -moz-transition: margin-top .18s ease, opacity .15s linear;
    -ms-transition: margin-top .15s ease, opacity .12s linear;
    -o-transition: margin-top .15s ease, opacity .12s linear;
}

.towdimcodelayer .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    _display: none;
}

.towdimcodelayer .js-arrow-up {
    left: 72px;
    top: -15px;
    border-color: transparent transparent #cd0504 transparent;
}

.towdimcodelayer .js-arrow-down {
    left: 72px;
    bottom: -15px;
    border-color: transparent transparent #cd0504 transparent;
}

.towdimcodelayer .layerbd {
    width: 100px;
    height: 150px;
    padding: 30px 30px 0 30px;
    background: #cd0504;
    box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    -moz-box-shadow: 0 1px 3px #000;
    -o-box-shadow: 0 1px 3px #000;
}

.towdimcodelayer .codebg {
    width: 75px;
    height: 75px;
    padding: 13px 12px 12px 13px;
    background: #fff;
}

.towdimcodelayer .codebg img {
    width: 75px;
    height: 75px;
}

.towdimcodelayer .codettl {
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    color: #191919;
    font-size: 12px;
}

.js-show-up {
    margin-top: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.js-show-down {
    margin-top: -15px;
    opacity: 1;
    filter: alpha(opacity=100);

