@charset "utf-8";
/* CSS Document */
body {
    font:14px/1.5 "Microsoft YaHei", Verdana, sans-serif, "SimSun";
    margin:0 auto;
    background-color:#f6f6f6;
}
input {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration:none;
}
ul, li, h1, h2, dl, dt, dd, a, div, p {
    margin:0px;
    padding:0px;
}
a, a:visited {
    text-decoration:none;
}
img {
    border:0;
}
li {
    list-style-type:none;
}
.f-cb:after{
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    overflow:hidden;
    content:'.';
}
.mw{
    width: 1100px;
    margin: 0 auto;
}
.sw{
    width: 1024px;
    margin: 0 auto;
}
.bw{
	width:100%;
	margin:0 auto;
	height:150px;
	background-color: rgba(255,255,255,0.9);
	width:100%;
	position:absolute;
	top:90px;
	left:0;
	line-height:normal;
	display:none;
}


.go-up {
    z-index: 990;
    position: fixed;
    right: 0px;
    bottom: 20px;
    width: 67px;
    height: 66px;
    cursor: pointer;
    background-image: url(http://www.senssun.com/pccommunity/app/images/pc-icon-top.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}




/*
.top{
    width: 100%;
    height:90px;
    position: fixed;
    z-index: 999;
    top:0;
	background-color: rgba(255,255,255,0.9);
    border-bottom: solid 1px #dcdcdc;
}
.topLogo{
    float: left;
}
.topLogo img{
    height: 30px;
    margin-top: 18px;
}
.topNav{
    float: left;
    margin-left: 95px;
}
.topNav ul li{
    float: left;
    padding: 0 20px 0 20px;
	font-size:16px;
	line-height: 90px;
}
.topNav ul li a{
	color:#454545;
}
.topNav ul li:hover a{
	color: #1a8fd2;
}
.topNav ul li.cur a{
    color: #1a8fd2;
}
.topUser{
    float: right;
    text-indent: 10px;
}
.topUserL{
	float:left;
	height:50px;
}
.topUserL img{
	width:40px;
	height:40px;
	border-radius:50%;
	vertical-align: middle;
}
.userName span a{
	color: #333 !important;
}
.userName span a:hover{
	color: #6cb6ff !important;
}
.topUserR{
	float:left;
}
*/


.main{
	width:1200px;
	margin:0 auto;
	background:#fff;
	position:relative;
	margin-bottom:20px;
	
}                 
.shadow{
	height:105%;
}
.shadow:hover{
  position:absolute;
  margin:-29px 0px 0px -15px;
  padding:29px 29px 29px 15px;
  z-index:888;
  background-color:#fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border-color: transparent;
  transition: box-shadow 400ms ease-out;
  -moz-transition: box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out;
  cursor:pointer;
  box-sizing:border-box;
   -moz-box-sizing:border-box; /* Firefox */
   -webkit-box-sizing:border-box; /* Safari */
   width:100%;
}




.pageBanner{
	text-align:center;
}









.rightContent{
	width:955px;
	float:right;
}												
												
												
												
.crumbsNav{
	display:none;
	width:1200px;
	line-height:60px;
	margin:100px auto 0 auto;
	border-radius:2px;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

.crumbsNav ul li{
	float:left;
	color:#8c8c8c;
}
.crumbsNav ul li span{
	padding:0 1px 0 2px;
	font-family: sans-serif;
}
.page{
    width: 475px;
    margin: 0 auto;
    clear: both;
    color: #6a6a6a;
	padding: 20px 0 20px 0;
}
.pagePrev,.pageNext{
    width: 96px;
    height:40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #6a6a6a;
    border-radius: 3px;
    float: left;
    font-size: 16px;
    cursor: pointer;
}
.pagePrev{
	display:none;
}
.pagePrev a,.pageNext a{
    display:block;
}
.pagePrev:hover,.pageNext:hover{
    background: #6a6a6a;
}
.pagePrev:hover a,.pageNext:hover a{
    color: #fff;
}
.pageTotal{
    float: left;
    line-height: 40px;
    margin: 0 100px 0 100px;
}
.wxBox{
	margin-top:10px;
	background:#fff;
	padding:10px 0 15px 0;
}
.wxBox h2{
	font-weight:normal;
	text-align:center;
	color:#666;
}
.wxBox img{
	width:90%;
	display:block;
	margin:0 auto;
}
.wxBox p{
	text-align:center;
	color:#333;
}




