
/* =s Reset (by YUI 3) */
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* =e Reset */

html{
	-webkit-text-size-adjust:100%;
	
}
body{

	font-family:"Hiragino Sans GB","Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	/*Hiragino Sans GB:OSX 冬青黑体简体中文, STHeiti:IOS 华文黑体,对于 Linux：尽量使用文泉驿微米黑。没有文泉驿微米黑的系统会 fallback 到别的字体。
		对于 Android：系统会自动使用 Droid Sans。*/
}

.clearfix {
    *zoom:1
}
.clearfix:before,
.clearfix:after {
    display:table;
    line-height:0;
    content:""
}
.clearfix:after {
    clear:both
}

a{color:#333; text-decoration:none;}
a:hover {color: #06E;}

@media only screen and (min-width: 320px) { html { font-size: 81.25%; } } /* 13px */
@media only screen and (min-width: 480px) { html { font-size: 87.5%;  } } /* 14px */
@media only screen and (min-width: 768px) { html { font-size: 100%;   } .row-more{background-size:1%;}} /* 16px */
@media only screen and (min-width: 960px) { html { font-size: 112.5%; } } /* 18px */


@media only screen and (max-width: 640px) { .header-nav ul { text-align: center;  } } 

header{
	height:45px;
}
header h1{
	text-indent: -9999px;
	height: 49px;
	background: url(../img/header_index_bg.png) repeat-x;
	padding: 0;
	margin: 0;
}
header .logo{
	background: url(../img/logo.png) no-repeat;
	background-size: 100% 100%;
	width: 183px;
	height: 64px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
header .header-nav-bg {
	background: url(../img/nav_bg.png) repeat-x;
	position: absolute;
	left: 0;
	width: 100%;
	height: 45px;
}
header .header-nav {
	min-height: 40px;
	height: auto;
	position: relative;
	z-index: 2;
	font-size: 1.3em;
	font-weight: 700;
}
header .header-nav li {
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin:0 0.47em;
}
header .header-nav a {
	color: #FFF;
	text-shadow: 2px 2px 1px #23A9E1;
	margin: 0 7px;
	display: inline-block;
}

.row{
	font-size:1.4em;
}
.row li{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent:0.5em;
	padding: 0.25em 0.15em;
	border-bottom: 1px solid #D1D2D3;
}
.row li span{
	font-size:0.9em;
	color:#23A9E1;
	margin-right:3px;
}
.row li:last-child{
	border:0;
}
.row-header{
	height: 41px;
	background: #0697D8;
	position: relative;
	z-index: 2;
	margin-bottom:10px;
}
.row-header h3{
	background: url(../img/bar_bg.png) no-repeat -10px 0;
	height: 49px;
	background-size: auto 100%;
	position: relative;
	top: -8px;
	line-height: 59px;
	text-indent: 30px;
	color: #FFF;
	text-shadow: 2px 2px 1px #23A9E1;
	margin: 0;
	font-size: 1em;
}
.row-more{
	font-size:0.8em;
	display:block;
	background: #EAEBEB url(../img/icon/arrow_right.png) no-repeat right;
	background-size:2%;
	
	height: 32px;
	line-height: 32px;
	text-align: right;
	padding-right:1em;
	margin-top: 10px;

}

.row-img-list{
	overflow:hidden;
	margin-top:10px;
}
.row-img-list li{
	float:left;
	width:50%;
	border:0;
	box-sizing:border-box;
}
.row-img-list li span{
	font-size:0.8em;
	text-align:center;
	display:block;
	line-height:1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.row-img-item{
	display:block;
	width:80%;
	margin:0 auto;	
}

.pageBox{
	text-align: left;
	margin-top: 10px;
	color: #23A9E1;
	height: 32px;
	line-height: 32px;
	position: absolute;

	font-size: 0.8em;
	text-indent: 1em;
}
.pageBox a{
	color:#333;
	padding:2px;
}
.pageBox a:hover{
	color:#23A9E1
}