﻿@charset "utf-8";
/*---------
Create and modify by YANGJIAN
update:2014-12-01
Copyright © usute.com
---------*/
html {
	-ms-touch-action: none;
}/*禁用默认TOUCH行为*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}/*100%超宽滚动条修复*/
body {text-align:center;font-family:'microsoft yahei','微软雅黑','黑体',"\5B8B\4F53",serif;background:#ffffff;font-size:12px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;font-style:normal;font-weight:normal;}
a,a:hover{text-decoration: none;}
ul,li {list-style-type:none}
section { text-align: left;}
.radius {-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;} /*圆角属性*/
.boxshadow { box-shadow:0px 1px 2px #333333; -moz-box-shadow:0px 1px 2px #333333;-webkit-box-shadow:0px 1px 2px #333333;
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1,Direction=135, Color='#333333')";
filter:progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, color=#333333);/*-----for IE-----*/}
.boxshadow2 { box-shadow:0px 0px 3px #e5e5e5; -moz-box-shadow:0px 0px 3px #e5e5e5;-webkit-box-shadow:0px 0px 3px #e5e5e5;
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1,Direction=135, Color='#333333')";
filter:progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, color=#333333);/*-----for IE-----*/}
.left{float:left}
.right{float:right}
.clear{clear:both;}
.widthfix {width:1180px; margin: 0 auto;}
/*@font-face {
  font-family: "FontAwesome";
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), 
  url('../font/fontawesome-webfont.woff') format('woff'), 
  url('../font/fontawesome-webfont.ttf') format('truetype'), 
  url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*transition*/
.withchange{
	 -webkit-transition:width linear 0.2s;
     -moz-transition:width linear 0.2s;
     -ms-transition:width linear 0.2s;
     -o-transition-:width linear 0.2s;
     transition:width linear 0.2s;
}
.acolorchange {
	-webkit-transition:color linear 0.3s;
     -moz-transition:color linear 0.3s;
     -ms-transition:color linear 0.3s;
     -o-transition-:color linear 0.3s;
     transition:color linear 0.3s;
}
.allchange {
	-webkit-transition:all linear 0.3s;
     -moz-transition:all linear 0.3s;
     -ms-transition:all linear 0.3s;
     -o-transition-:all linear 0.3s;
     transition:all linear 0.3s;
}
.aopacitychange {
	-webkit-transition: opacity linear 0.3s;
     -moz-transition:opacity linear 0.3s;
     -ms-transition:opacity linear 0.3s;
     -o-transition-:opacity linear 0.3s;
     transition:opacity linear 0.3s;
}
/*update 2014/12/02*/
#usute-houselist-fix {
	height: auto;
	min-height: 1100px;
}
#usute-rightbox { 
	width: 280px; 
	float: right; 
	overflow: hidden;
	margin-top: 15px;
}
#footer {
	font-size: 12px;
	color: #A8A8A8;
	margin-top: 30px;
	height: 70px;
	background: #363636;
}
.copyright {
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
}
.copyright img { 
	height:15px;
}
.copyright ul li {
	float: left;
}
.copyright ul li a{
	color: #A8A8A8;
	cursor: pointer;
}
.copyright ul li a:hover{
	color: #EEEEEE;
}
.copyright ul li:before {
	margin: 0 8px;
	content:"·";
}
.copyrighttext {
	float: left;
}
#gotop {
	cursor: pointer;
	color: #f1f1f1;
	margin: 10px auto;
	padding: 7px;
	width: 100px;
	background: #7D7D7D;
	border: 1px solid #333333;
	display: none;
}
#gotop a {
	color: #f1f1f1;
}
#gotop a:hover {
	color:#DDDDDD;
}
