﻿@font-face {
     font-family: AlibabaSans-Regular;
     src: url("AlibabaSans-Regular.otf") format("woff");
}
@charset "utf-8";
*{ outline:0 }
html{ -webkit-text-size-adjust:none; }
body { font-size:12px; font-family:"AlibabaSans-Regular"; color:#333; width:100%; min-width:1200px; overflow-x:hidden }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,fieldset, lengend, button, input, textarea,th, td { margin: 0; padding: 0; }
ol,ul,li{list-style: none;}
address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
a { 
	text-decoration:none; 
	color:#333; 
	-webkit-transition-duration:.3s;
	   -moz-transition-duration:.3s;
	     -o-transition-duration:.3s;
	        transition-duration:.3s;
}
img{ border:0;  vertical-align: middle; }
select,input,textarea{ border: 0; font-family:"AlibabaSans-Regular"; outline:none; }
h1, h2, h3, h4, h5, h6{ font-weight: normal;}
div, dl, dt, dd, ol, ul, li { zoom: 1; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
input,textarea { resize:none;outline: 0; font-family:"AlibabaSans-Regular";box-sizing: content-box; }
a:hover{ text-decoration:none; }
/*合并表格边框，设置边框距为零*/
table{ border-collapse: collapse; border-spacing: 0; }
/*清除浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { +height:1%; }

/*强制换行*/
.break_word{ word-wrap:break-word; word-break:break-all; }
/*禁止换行*/
.keep_all{ word-break:keep-all; white-space:nowrap; }
/*超出省略号，仅限单行，并且需要设定一个宽度*/
.ellipsis { 
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: block; 
	white-space: nowrap;
}
/*me*/
.pore{ position:relative }
.poab{ position:absolute }
.wrap{ width: 1200px; margin: 0 auto; }


.fl{ float: left; }
.fr{ float: right; }

.center{ text-align: center; }

.right{ text-align: right; }

.middle1,
.middle { display: inline-block; *zoom: 1; *display: inline; }

.middle { vertical-align: middle; }

.middle1 { vertical-align: top; }

.hide{ display: none; }

.blue { color:#2c75bb; }
.gary{ color:#666; }
.gary1{ color:#e3e3e3; }
.font14{ font-size:14px; color:#000; }

/*color*/
.red{ color:#f54d56 !important;  }
.blue1{ color:#4ea7f7; }

input::-webkit-input-placeholder { color: #999; }
input:-ms-input-placeholder { color: #999; }
input:-moz-placeholder { color: #999; }
input::-moz-placeholder { color: #999; }

a:hover{ opacity: .9; }

/*网站首页变灰
html {-webkit-filter: grayscale(100%);background:white;filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);}
*/