@charset "UTF-8";
/**
 * 
 * @authors yutent (yutent@yyui.cc)
 * @date    2014-09-09 11:32:31
 * 
 */
*{margin:0; padding:0;}

table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,var,i{font-style:normal; font-weight:normal;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
input,textarea {outline:none;resize:none;}
pre,p{ white-space: -webkit-pre-wrap;white-space: -moz-pre-wrap; white-space: pre-wrap; word-wrap: break-word;}

a{text-decoration:none;}
.g-header .m-header-nav a:hover{
	color:#fff;
	background:url(../images/header-select.png) no-repeat center;
}

.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.cl { zoom: 1; }
.clear {clear:both;display:inline;}

.show{display:block;}
.hide{display:none;}

.fl,.z{float:left;}
.fr,.y{float:right;}
.thin {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ell {overflow:hidden; white-space:nowrap; text-overflow:ellipsis }

body {font-size:12px;font-family:"Microsoft Yahei";color:#666;}

.dots { position: absolute; left: 0; right: 0; bottom: 20px;left:50%;}
.dots li 
{ 
	display: inline-block; 
	width: 10px; 
	height: 10px; 
	margin: 0 4px; 
	text-indent: -999em; 
	border: 2px solid #000; 
	border-radius: 6px; 
	cursor: pointer; 
	opacity: .4; 
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
}
.dots .active{
	display: inline-block; 
	width: 10px; 
	height: 10px; 
	margin: 0 4px; 
	text-indent: -999em; 
	border: 2px solid #ff8400; 
	border-radius: 6px; 
	cursor: pointer; 
	opacity: .4; 
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
}
/*公共底部*/
.footer {border-top: #f18700 solid 3px;margin-top: 25px;background-color: #fff;font-size: 12px}
.foot {padding:18px 0 30px;text-align:center;width:1024px;margin:0 auto;position:relative;}
.foot-logo {margin-left:50px;margin-top:20px;display:inline-block;}
.foot-copy {color:#666;line-height: 24px;display:inline-block;text-align:left;margin-right:50px;}
.foot-copy a {color:#666;}