
*{outline:none;box-sizing: border-box;}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
   background:url('') repeat;
   _background-attachment:fixed;
   
}


/* 设置默认字体 */ 
body, button, input, select, textarea {
	font-family: "microsoft yahei","宋体","Arail";
	font-size: 14px;
    outline:none;
	color:#828282 ;
}
img {
    vertical-align: middle;
    border: 0;
        max-width: 100%;
}
li{ 
    list-style-type: none;
    }
a{text-decoration:none;outline:none;color:#555;}
a:hovr{
text-decoration:none	
}
select::-ms-expand {display: none;}
select {
    border:none;
    background:none;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
input[type=text]{display:inline-block;vertical-align:top;}
input,textarea{border:none;background:none;}
input:focus,textarea:focus,select:focus{outline:none;}
input[type=text],textarea{
    -moz-border-radius: 0; /* Firefox */
    -webkit-border-radius: 0; /* Safari 和 Chrome */
    border-radius: 0; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}
input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

.clear:after{clear:both; content:'.';display:block;width:0;height:0;visibility:hidden;}
.clear{zoom:1;}

.radius{
    -moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari 和 Chrome */
    border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}


.shadow{
    -moz-box-shadow: 10px 10px 20px #000; /* Firefox */
    -webkit-box-shadow: 10px 10px 20px #000; /* Safari 和 Chrome */
    box-shadow: 10px 10px 20px #000; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}

.shadow li:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.tran{
    transition: all 1s;
    -moz-transition: all 1s; 
    -webkit-transition: all 1s; 
    -o-transition: all 1s; }

.cen{position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

/*透明度*/
.opa{opacity:0.8;filter:alpha(opacity=80);}
.gotop {
	display: none;
}
.gotop-wrapper {
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 1001;
	background-color: rgba(236,108,0,0.6);
	background-color: #ec6c00\6;
	-moz-transition-duration: 0.8s;
border-radius: 50px;
}
.gotop-wrapper:hover {
	background-color: rgba(200,21,45,0.9);
	background-color: #c8152d\9;
}
.gotop-wrapper a {
	display: none;
	_display: none !important;
	width: 55px;
	height: 55px;
	overflow: hidden;
	background: url(/images/icon-gotop-fixed.gif) no-repeat center;
}
.container1{
	
padding-left: 2%;
    padding-right: 2%;
}
.yunu-sou {
	padding: 15px 0;
	background-color: #eee;
}
.yunu-sou .hot {
	float: left;
	padding: 5px 0;
}

.yunu-sou .hot a {
	margin-right: 10px;float:left;
}
.yunu-sou .hot strong {
	color: #d82634;float:left;
}
.yunu-sou .hform {
	float: right;
}
.yunu-sou .hform input {
	float: left;
	font-size: 12px;
	border: 1px solid #ddd;
	padding: 6px 12px;
	line-height: 16px;
	width: 210px;
}
.yunu-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 30px;
	background: #d82634;
	color: #fff;
}
.content-exp {
	padding: 10px 10px;
	font-size: 12px;
	
	margin: 10px 0;
	border-radius: 5px;
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width:800px) {
	.yunu-sou {
	padding: 0;
}
.yunu-sou .container1 {
	padding: 0;
}
.yunu-sou .hot {
	display: none;
}
.yunu-sou .hform {
	float: none;
	position: relative;
}
.yunu-sou .hform input {
	font-size: 14px;
	border-color: transparent;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	padding: 9px 60px 9px 15px;
	border-radius: 0;
	background-color: #f5f5f5;
}
.yunu-sou .hform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	font-size: 14px;
}
}