@CHARSET "UTF-8";
html, body, header, article, footer, nav, section, ul, li, div, form, input, textarea, p, td {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	overflow:hidden;
}
a{
	color: #444;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color: red;
	text-decoration: none;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
html {
	overflow-y: scroll;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizelegibility;
}
.clr {
	clear: both;
	width:0;
	heihgt:0;
	border:0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.singletextoverflow {
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.multitextoverflow {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.img2gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	Opacity:0.5;
	Filter:alpha(opacity=50);
	outline:none;
}
video{
	height:auto;
}
.txt-center{
	text-align:center;
}
select, input, textarea{
	outline:none;
	background:transparent;
}
/**去掉右侧倒三角**/
select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	line-heihgt:1px;
	padding:0 6px;
}
select::-ms-expand{
	display:none;
}
input[type=text],input[type=number],input[type=password],input[type=tel],input[type=email],input[type=button],input[type=submit],textarea{
	-webkit-appearance: none;
	appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #c3c3c3;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #c3c3c3;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #c3c3c3;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #c3c3c3;
}
input,select,button{
	border-radius:0;
}
input::-webkit-inner-spin-button { visibility: hidden; }
#loadingmask,#loadingmask2{
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.8;
	position:fixed;
	display:none;
	z-index:2;
}
#loadingmask{
	background:#000 url(/images_pub/running.gif) center no-repeat;
}
#loadingmask2{
	background:#000 url(/images_pub/loading2.gif) center no-repeat;
}
#popupmsgbox{
	width:300px;
	height:200px;
	background:#fff;
	position:fixed;
	display:none;
	left:50%;
	top:50%;
	margin:-100px 0 0 -150px;
	z-index:9;
}
#beforeHeaderImg{
	width:100%;
	height:auto;
	display:none;
}
/**pageLoginBar**/
.pageLoginBar{
	width:100%;
	height:170px;
	background:transparent;
	position:absolute;
	top:-140px;
}
.pageLoginBar:hover{
	top:0px;
}
#pageLoginBar{
	width:600px;
	height:120px;
	line-height:120px;
	text-align:center;
	font-size:18px;
	color:#fff;
	background:#007cf9;
	margin:auto;
	moz-box-shadow:20px 20px 5px #848484;
	-webkit-box-shadow:20px 20px 5px #848484;
	box-shadow:20px 20px 5px #848484;
}
#pageLoginBar img{
	vertical-align:middle;
	cursor:pointer;
	width:28px;
	height:28px;
}
#pageLoginBar a{
	color:#fff;
}
#pageLoginBar a:hover{
	color:#ff0000;
}
header#mng{
	width:100%;
	height:100px;
	padding:15px 2%;
	margin-bottom:10px;
	color:#fff;
	background:#f45d36;
}
header#mng h3{
	text-align:center;
}
header#mng h3 img{
	width:50px;
	height:50px;
	border-radius:25px;
	vertical-align: middle;
	margin-right:10px;
}
header#mng h3 span:nth-child(2){
	font-size:20px
}
header #welcome img{
	width:24px;
	height:24px;
	vertical-align:middle;
}
#ctrlerLeft{
	width:60px;
	height:auto;
	text-align:center;
	position:fixed;
	top:120px;
	left:0;
	border:1px solid #fff;
	padding:11px 6px 12px;
	background:#7c7c7c;
	overflow-x:hidden;
}
#ctrler input[type=button]{
	color:#fff;
	background:#0080c0
}
#ctrlerLeft input{
	width:100%;
	height:32px;
	display:block;
	color:#fff;
	border:1px solid #c0c0c0;;
	margin-bottom:6px;
}
#ctrlerLeft input:first-child,#ctrler input:first-child{
	background:#ff8040;
	margin-left:0;
}
#ctrlerLeft input:nth-child(2),#ctrler input:nth-child(2){
	background:#008040
}
#ctrlerLeft input:nth-child(3),#ctrler input:nth-child(3){
	background:#0080ff
}
#ctrlerLeft input:nth-child(4),#ctrler input:nth-child(4){
	background:#808040
}
#ctrlerLeft input:nth-child(5),#ctrler input:nth-child(5){
	background:#8000ff
}
#ctrlerLeft input:nth-child(6),#ctrler input:nth-child(6) {
	background:#004040
}
#ctrlerLeft input:nth-child(7),#ctrler input:nth-child(7){
	background:#808000
}
#ctrlerLeft input:nth-child(8),#ctrler input:nth-child(8){
	background:#008040
}
#ctrlerLeft input:nth-child(9),#ctrler input:nth-child(9){
	background:#008080
}
#ctrlerLeft input:nth-child(10),#ctrler input:nth-child(10){
	background:#8080ff
}
#ctrlerLeft input:nth-child(11),#ctrler input:nth-child(11){
	background:#008040
}

#ctrlerLeft input:disabled,#ctrler input:disabled{
	opacity: 0.3;
}
#ctrlerLeft input:hover,#ctrler input[type=button]:hover{
	background:#ffd2e9;
	color:red;
}

#navfoot{
	width:100%;
	text-align:center; 
	padding:20px 0;
	margin-top:30px;
}
footer{
	width:100%;
	padding:20px 2%;
	margin-top:40px;
	text-align:center;
	color:#fff;
	font-size:12px;
	background:#737373;
}
footer p{
	padding-bottom:10px;
}
footer a{
	color:#fff
}
footer a:hover{
	color:#ff0000
}
footer img{
	width:64px;
}
.hidden{
	display:none;
}
.strong{
	font-weight:bold;
}
.centerblock{
	max-width: 85%;
	height:auto;
	display:block;
	margin:auto;
}
.imgdefault{
	max-width: 85%;
	vertical-align:middel;
}
.emotion{
	vertical-align:middle;
	margin:0 10px;
}
@font-face{
	font-family:FontAwesome;src:url(/wap/fonts/fontawesome-webfont.eot?v=4.6.3);
	src:url(/wap/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(/wap/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(/wap/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(/wap/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype');
	font-weight:400;
	font-style:normal;
}
[class*=am-icon-]{
	display:inline-block;font-style:normal
}
[class*=am-icon-]:before{
	display:inline-block;font:normal normal normal 1.6rem/1 FontAwesome,sans-serif;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)
}

.am-icon-border{
	padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em
}
.am-icon-user:before{
	content:"\f007"
}
.am-icon-universal-access:before{
	content:"\f29a"
}
.am-icon-slideshare:before{
	content:"\f1e7"
}
.am-icon-search:before{
	content:"\f002"
}
.am-icon-refresh:before{
	content:"\f021"
}
.am-icon-times:before{
	content:"\f00d"
}
.am-icon-envelope-o:before{
	content:"\f003"
}
.am-icon-share-alt:before{
	content:"\f1e0";
}
.am-icon-pencil-square{
	content:"\f14b";
}