@charset "utf-8";
/* CSS Document */
.pagination {
	font-size: 0px;
	margin-right: -5px;
	padding-top: 15px;
	text-align: center;
}
.pagination ul li {
	float: left;
}
.pagination a {
	font-size: 12px;
	color: #888;
	display: inline-block;
	_display:inline;
	padding: 0 7px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;
}
.pagination a.prev, .pagination a.next {
	padding: 0 15px;
}
.pagination a:hover, .pagination a.cur, .pagination a.active, .pagination li.active a, .pagination li.active a:hover {
	background: #e02128;
	font-weight: bold;
	color: #fff;
	border: 1px solid #e02128;
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
/*Base*/
html {
	font: 12px/1.8 “Hiragino Sans GB”，"微软雅黑", "\5b8b\4f53", Arial, sans-serif;
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
 blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
	border: 0;
	-ms-interpolation-mode:bicubic
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline:none;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol {
	list-style:none;
	float: left;
}
li {
	list-style:none;
	float: left;
}
/*清除浮动*/
.clear {
	zoom:1;
}
.clear:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}
.fl {
	float:left;
}
.fr {
	float:right;
}

/* CSS Document */
body { 
	background: #fff;
	color: #666; 
	font: 12px/24px "微软雅黑","华文细黑",Arial,sans-serif;
	padding: 0;
	margin: 0;
}
a { 
	color: #666;
}
a:hover { 
	color: #e02128;
}
.ablock{width: 100%;height: 100%;display: block;}
/**加载图标**/
#loading {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
}
#loading img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 10px 0 0 -50px;
}
#indexWrap{
	position: relative;
	width: 100%;
	height: 715px;
	/*overflow: hidden;*/
	min-width: 960px;
}
.viewport {
	position: relative;
	height: 100%;
}
.view-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.view-bg img {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	margin-left: -960px;
}
/*头部*/
.header{
	position: fixed;
	_position: absolute;
	width: 100%;
	height: 102px;
	min-width: 960px;
	background: url("../images01.png") repeat-x center;
	z-index: 9;
}
.header .head{
	position: relative;
	margin: 0 auto;
	width: 960px;
}
.logo{
	position: absolute;
	top: 15px;
	margin-left:0;
	width: 184px;
	height: 44px;
	overflow: hidden;
}
.header .head .nav ul li{
	margin-right:0;
	width: 120px;
	height: 78px;
	line-height: 78px;
	text-align:right;
	font-size: 14px;
	color: #f5f5f5;
	/*font-weight: bold;*/
}
.header .head .nav ul li.fo{
	width: 240px;
}
.header .head .nav ul li a{
	color: #f5f5f5;
}
.header .head .nav ul li a:hover { 
	color: #bfe902;
}

/*首页*/
/***banner **/
.banner{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 3;
}
.banner ul{
	position: absolute;
	left: 0;
	top: 0;
}
.banner ul,.banner ul li{
	width: 100%;
	height: 100%;
	cursor: pointer;padding: 0;
}
.banner ul li{
	position: relative;

}
.banner ul li img{
	display: none;
	position: absolute;
	left: 0;
}
.ban-num{
	position: absolute;
	width:960px;
	height: 58px;
	bottom: 30px;
	left: 50%;
	margin-left: -480px;
	z-index: 4;
	text-align: center;display: block !important;
}
.ban-num span{
	 display: inline-block;
	 padding: 2px;
	 width: 24px;
	 height: 24px;
	 background: url("../huidian.png") no-repeat;
	 background-position: 0 0;
	 margin-right:0px;  
	 overflow: hidden; 
}
.ban-num span.on{
	 display: inline-block;
	 padding: 2px;
	 width: 24px;
	 height: 24px;
	 background: url("../hongdian.png") no-repeat;
	 background-position: 0 0;
	 margin-right:0px;  
	 overflow: hidden; 
}
.ban-num span img{
	width: 24px;
	height: 24px;
	vertical-align: top;
}
.viewport-cont{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;z-index: -1;
}
.viewport-cont .view-tit{
	text-align: center;
	padding-top: 180px;
}
.viewport-cont .view-tit h2{
	line-height: 100px;
	font-size: 30px;
	font-weight: normal;
	color: #e02128;
}
.viewport-cont .view-tit span.line{
	display: block;
	margin: 0 auto 20px;
	width: 0px;
	height: 0px;
	background: #e02128;
}
.viewport-cont .view-tit-about h2{
	color: #555;
}
.viewport-cont .view-tit-about span.line{
	background: #fff;
}
.viewport-cont .view-tit-news h2{
	color: #333;
}
.viewport-cont .view-tit-news span.line{
	background: #333;
}
.pro-view .view-tit{
	position: relative;
	z-index: 3;
}



.fixed-view-ico {
  position: fixed;
  _position: absolute;
  left: auto;
  right: 25px;
  top: 50%;
  z-index: 999;
  width: 15px;
  height: 100px;
  margin-top: -50px;
}
.fixed-view-ico a {
  display: block;
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
  background: url("../icon8.png") no-repeat;
  background-position: 0 -17px;
}
.fixed-view-ico a:hover, .fixed-view-ico .cur {
  background-position: 0 0;
}
