@charset "gb2312";
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	/*font-size: 62.5%;*/
	font-size: 14px;
	color: #333;
	background-color: #FFF;
}
body, header, div, section, footer, p, ul, li, h1, h2, h3, h4, h5, h6, table, tr, td, th, a {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "Î¢ÈíÑÅºÚ", SimSun, "ËÎÌå", STXihei, "»ªÎÄÏ¸ºÚ", Heiti, "ºÚÌå", sans-serif;
}
a {
	text-decoration: none;
	color: #333;
}
input, button, select, textarea, img {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "Î¢ÈíÑÅºÚ", SimSun, "ËÎÌå", STXihei, "»ªÎÄÏ¸ºÚ", Heiti, "ºÚÌå", sans-serif;
}
textarea {
	resize: none;
}
select {
	/*ChromeºÍFirefoxÀïÃæµÄ±ß¿òÊÇ²»Ò»ÑùµÄ£¬ËùÒÔ¸´Ð´ÁËÒ»ÏÂ*/
	border: 0px;
	/*ºÜ¹Ø¼ü£º½«Ä¬ÈÏµÄselectÑ¡Ôñ¿òÑùÊ½Çå³ý*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/JS9HT0OLUHOEJIEEEkyHD0OpDkgOKSD.jpg);
	background-color: transparent;
	background-attachment: scroll;
	/*ÎªÏÂÀ­Ð¡¼ýÍ·Áô³öÒ»µãÎ»ÖÃ£¬±ÜÃâ±»ÎÄ×Ö¸²¸Ç*/
	padding-right: 18px!important;
}
/*Çå³ýieµÄÄ¬ÈÏÑ¡Ôñ¿òÑùÊ½Çå³ý£¬Òþ²ØÏÂÀ­¼ýÍ·*/
select::-ms-expand {
	display: none;
}
/*¶¨Òå±íµ¥placeholderµÄÑùÊ½*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #CCC;
	font-size: 14px;
	line-height: 20px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #CCC;
	font-size: 14px;
	line-height: 20px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #CCC;
	font-size: 14px;
	line-height: 20px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #CCC;
	font-size: 14px;
	line-height: 20px;
}
.clear {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear-fix {
	overflow: auto;
	zoom: 1;
}
.page-size {
	width: 100%;
	min-width: 1380px;
}
.safe-size {
	width: 1380px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.no-data {
	width: 100%;
	padding: 30px;
	text-align: center;
	color: #999;
}
.no-data:after {
	content: "Ç×£¬ÄãÕÒµÄ¶«Î÷±»ÍâÐÇÈËÇÀÅÜÁË£¡£¡£¡";
}
/*------------------¹Ø¼ü´Ê¸ßÁÁ------------------*/
.keywords-link {
	color: #007FFF;
}
/*------------------Í¼Æ¬Ëõ·Å------------------*/
.imgEffect i {
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari ºÍ Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.imgEffect:hover i {
	transform: scale(1.3);
	-ms-transform: scale(1.3); 	/* IE 9 */
	-moz-transform: scale(1.3); 	/* Firefox */
	-webkit-transform: scale(1.3); /* Safari ºÍ Chrome */
	-o-transform: scale(1.3); 	/* Opera */
}