@charset "utf-8";

/*重置*/
*{margin: 0; padding: 0;}
body{font-family:"microsoft yahei",'helvetica','arial','sans-serif';font-size: 14px;color: #000;min-width: 900px; color: #666666;}
a{text-decoration: none; color: #666666;}
button,input,textarea{border: none;outline: none;}
button{cursor: pointer;}
a:focus,input:focus,textarea:focus,button:focus{outline: none;}

table{border-collapse: collapse;}
ul li{list-style: none;}
i,em{font-style: normal;}
img{max-width: 100%;vertical-align: middle;border: none;}
.wrap{width: 900px;margin: 0 auto;}
.left,.fl{float: left;}
.right,.fr{float: right;}
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after,.wrap:after{display: table;line-height: 0;content: "";}
.clearfix:after,.wrap:after,ul li:after{clear: both;}

/*顶部*/
.head{
	height: 32px;
	border-bottom: solid 1px #dddddd;
	line-height: 32px;
}
.head .left span{
	font-size: 12px;
	float: left;
}
.head a{
	font-size: 12px;
	display: block;
	float: left;
	height: 32px;
	margin-left: 30px;
}
.head .a1{
	color: #3c83ff;
	border-bottom: solid 1px #3c83ff;
}
.head .a2{
	color: #00c864;
	border-bottom: solid 1px #00c864;
}
.head .right{
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
/*logo*/
.logo-box{
	border-bottom: solid 1px #dddddd;
}
.logo{
	height: 100px;
	background: url(../images/bg.png) no-repeat right center;
}
.logo a{
	display: block;
	line-height: 100px;
	float: left;
}
/*导航*/
.nav{
	overflow: hidden;
}
.nav ul{
	width: 110%;
}
.nav li{
	height: 40px;
	float: left;
	margin-right: 70px;
}
.nav li a{
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	padding-bottom: 6px;
}
.nav li:hover a{
	border-bottom: solid 4px #3c82ff;
}
.nav .cur3 a{
	color: #3c82ff;
}



/*头部*/
#header_warp{width:100%; height:46px; background:#f5f5f5;}
#header{width:900px; height:46px; margin:0 auto; position:relative;font-size: 14px;}
#header .login_register{position:absolute; left:2px; top:10px; word-spacing:5px;}
#header .login_register a{display:inline-block; padding-right:10px; height:22px; line-height:26px; color:#6c6c6c;}
#header .login_register .active,#header .login_register .active:hover{color:#f22e00;}
#header .login_register a:hover{color:#f22e00;}
#top_nav{position:absolute; right:-18px; top:10px; word-spacing:5px;}
#top_nav li{float:left; width:80px; height:22px; line-height:26px;}
#top_nav li a{color:#6c6c6c; margin-left:14px;}
#top_nav li a:hover{color:#f22e00;}
/*导航*/
#nav_warp{width: 900px;margin: auto; height:80px; position:relative;}
#nav_warp .logo{width:300px; height:80px; float:left;}
#nav_warp .logo a img{margin:10px 0;}
#nav_item{height:80px; float:right;}
#nav_item li{float:left;}
#nav_item li a{display:inline-block; width:90px; height:80px; font-family:"微软雅黑"; font-size:16px; color:#0b399f; text-align:center; line-height:80px;}
#nav_item li a:hover,#nav_hover a{color:#fff !important; background:#4b8ce9; transition:0.8s;}

/*底部内容*/
.clears{clear:both; height:10px;}
.footer{position: relative; width: 900px; margin: auto; font-size: 14px;}
.footer .adinfo{border: 1px solid #95a8d2;border-radius: 10px; margin: 0 0 5px; padding: 0 0 0 5px;display:table;width: 100%;}
.footer ul{margin: 10px;}
.footer .adinfo ul li{float:left;margin:5px; float: left;padding: 0 5px 0 0;height: 80px;}
.my_footer{color: #39579a; font-size: 12px;    background: #f2f2f2;padding-top: 10px;}
.my_footer p{margin: 0 0 10px;}
.loftarea a{cursor: pointer;}
.loftarea li a:link{color:#2c64b3;}
.loftarea li a:visited{color:#000;}
.loftarea li a:hover{color: #00347e;}
.loftarea li a:active{color: #39579a;}
.loftarea li a:focus{outline: thin dotted;outline-offset: -2px;}
dl{margin-bottom: 20px; margin-top: 0;}
dt, dd{line-height: 1.42857;}
dt{font-weight: bold;}
dd{margin-left: 0;}
p#back-to-top{position:fixed; bottom:15px; right:15px;}
p#back-to-top a{text-align:center; text-decoration:none; color:#979797; display:block; width:60px; -moz-transition:color 1s; -webkit-transition:color 1s; -o-transition:color 1s;}
p#back-to-top a span{background: url(../images/top.gif) no-repeat center center; border-radius:6px; display:block; height:60px; width:60px; -moz-transition:background 1s; -webkit-transition:background 1s; -o-transition:background 1s;}
.section_title{color: #426DC3; font-size: 17px;}
.section_title a{color: #FF6808;font-size: 17px;}
.section_title_en{font-size: 14px;}

/*幻灯片*/
.slide{
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.slide .con{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	width: 100%;
	z-index: 1;
}
.btn{
	position: absolute;
	left: 50%;
	bottom: 10px;
	overflow: hidden;
	z-index: 2;
}
.btn span{
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	background: #b2b2b2;
	margin-right: 10px;
	border-radius: 50% ;
	cursor: pointer;
}
.btn .cur{
	background: #f9f9f9;
}
.btn-p,.btn-r{
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	z-index: 3;
	cursor: pointer;
}
.btn-p{
	left: 10%;
	background: url(../images/btn.png) no-repeat center center;
}
.btn-r{
	right: 10%;
	background: url(../images/btn2.png) no-repeat center center;
}

/*最新公告*/
.sale-box{
	margin-top: 40px;
	padding-bottom: 20px;
}
.notice{
	width: 270px;
}
.notice-title{
	height: 60px;
	background: #00c864;
	line-height: 60px;
	overflow: hidden;
}
.notice-title p{
	color: #FFFFFF;
	font-size: 22px;
	float: left;
	margin-left: 19px;
}
.notice-title a{
	color: #00c864;
	font-size: 12px;
	width: 52px;
	height: 26px;
	display: block;
	float: right;
	background: #FFFFFF;
	line-height: 26px;
	text-align: center;
	border-radius: 50px;
	margin-top: 17px;
	margin-right: 10px;
}
.notice-title a:hover,.pro-title a:hover{
	background: #3c82ff;
	color: #FFFFFF;
}
.notice-main{
	height: 680px;
	overflow: hidden;
	background: #f9f9f9;
}
.notice-main li{
	text-align: center;
	line-height: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: solid 1px #dddddd;
}
.notice-main li h6{
	color: #00c864;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice-main li p{
	color: #666666;
	font-size: 12px;
}
.notice-main li b{
	color: #ff3c3c;
	display: block;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	padding: 0 10px;
}
.sale{
	width: 910px;
}
.sale-main,.sale2{
	background: #f9f9f9;
}
.sale-main li,.sale2 li{
	overflow: hidden;
	border-bottom: solid 1px #dddddd;
	padding: 10px 16px 10px 10px;
}
.sale-main li a{
	display: block;
}
.pic,.sale2 li .pic{
	padding: 5px 5px ;
	background: #c7efdb;
	width: 140px;
	height: 140px;
}
.pic img,.sale2 li img{
	width: 140px;
	height: 140px;
}
.detail{
	width: 724px;
}
.detail h3,.sale2 li .detail h3{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sale-main li:hover .detail h3{
	color: #3c82ff;
}
.detail p,.sale2 li .detail p{
	color: #999999;
	font-size: 12px;
	line-height: 30px;
}
.detail .time span,.sale2 li .detail .time span{
	font-size: 12px;
	margin-right: 8px;
}
/*信鸽用品*/
.product{
	padding-bottom: 17px;
	background: #f9f9f9;
	padding-top: 50px;
}
.pro-title p,.bus-title p{
	color: #333333;
	font-size: 24px;
	float: left;
}
.pro-title a{
	font-size: 12px;
	display: block;
	float: right;
	width: 52px;
	height: 26px;
	background: #dddddd;
	line-height: 26px;
	text-align: center;
	border-radius: 50px;
}
.pro-main{
	margin-top: 20px;
	border: solid 1px #dddddd;
	border-right: none;
	border-top: none;
}
.pro-main li{
	float: left;
	width: 238px;
	overflow: hidden;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
}
.pro-main li img{
	width: 236px;
	height: 193px;
	border: solid 1px #FFFFFF;
}
.pro-main li .title{
	height: 44px;
	line-height: 44px;
	padding-left: 9px;
	padding-right: 9px;
}
.pro-main .title p{
	float: left;
	
}
.pro-main li .title b{
	color: #787878;
	float: right;
}
/*铭鸽展售*/
.sell{
	padding-top:50px;
	padding-bottom: 20px;
}
.tag{
	float: left;
	margin-left: 50px;
	width: 80%;
}
.tag li{
	float: left;
	margin-right: 65px;
	width: 14%;
}
.tag li span{
	margin-left: 8px;
	width: 50px;
}
.sell-mian{
	margin-top: 20px;
}
.recommend{
	height: 459px;
	width: 479px;
	border: solid 1px #dddddd;
	padding-bottom: 20px;
	position:relative;
}
.recommend img{
	width: 479px;
	height: 370px;
	margin-bottom: 22px;
}
.recommend p{
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.recommend span{
	text-align: center;
	display: block;
	color: #ff3c3c;
	font-size: 12px;
}
.recommend .bq{
	width: 70px;
	height: 28px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -35px;
	color: #FFFFFF;
	background: #ff3c3c;
	text-align: center;
	line-height: 28px;
}
.list{
	width: 100%;
	border-top: solid 1px #dddddd;
}
.list li{
	float: left;
	height: 239px;
	width: 238px;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
.list li img{
	width: 236px;
	height: 198px;
	border: solid 1px #FFFFFF;
}
.title2{
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	padding-left: 9px;
	padding-right: 9px;
}
.title2 p{
	float: left;
}
.title2 b{
	color: #ff3c3c;
	float: right;
}
/*推荐商家*/
.business{
	padding-top: 50px;
	background: #f9f9f9;
	padding-bottom: 20px;
}
.bus-title{
	overflow: hidden;
}
.bus-main{
	margin-top: 20px;
	overflow: hidden;
}
.bus-main ul{
	width: 110%;
}
.bus-main li{
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
.bus-main li img{
	width: 232px;
	height: 120px;	
}
/*底部*/
.foot{
	padding-bottom: 5px;
	padding-top: 50px;
}
.service{
	margin-bottom: 65px;
}
.service li{
	width: 25%;
	text-align: center;
	float: left;
}
.service li p{
	margin-top: 20px;
	color: #666666;
}
.link{
	color: #e2e2e2;
	position: relative;
	height: 20px;
	overflow: hidden;
	margin-bottom: 28px;
}
.link span{
	color: #666666;
	float: left;
	margin-right: 5px;
}
.link-main{
	width: 91%;
	position: absolute;
	top: 0;
	left: 70px;
	overflow: hidden;
}
.link-main a{
	margin-right: 9px;
	line-height: 20px;
	margin-left: 9px;
	margin-bottom: 10px;
	display: inline-block;
}
.link-main a:hover{
	color: #3c82ff;
}
.btn2{
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
	width: 24px;
	height: 14px;
	background: url(../images/btn3.png) no-repeat center center;
}
.copy{
	text-align: center;
}
.copy p{
	color: #999999;
	font-size: 16px;
	line-height: 26px;
}
.copy p span{
	font-weight: bold;
}
/*楼层直达*/
.floor{
	position: fixed;
	left: 299px;
	top: 54.5%;
	width: 40px;
	text-align: center;
}
.floor a{
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #999999;
	background: #eeeeee;
	margin-bottom: 1px;
	font-size: 12px;
}
.floor img{
	margin-top: 8px;
}
.floor .cur2{
	background: #00c864;
	color: #FFFFFF;
}
.floor a:hover{
	background: #00c864;
	color: #FFFFFF;
}
/*浮层*/
.float{
	position: fixed;
	right: 10px;
	top: 60%;
	transition: all 0.5s;
	display: none;
}
.float a{
	display: block;
	margin-bottom: 1px;
}
.float .top,.float .wx{
	position: relative;
}
.fh{
	background: #FFFFFF;
	display: none;
	position: absolute;
	top: 0;
	left: -87px;
	width: 86px;
	height: 38px;
	line-height: 38px;
	border: solid 1px #666666;
	border-right: none;
	font-size: 12px;
	text-align: center;
}
.float .top:hover .fh{
	display: block;
}
.wx .ewm{
	position: absolute;
	left: -166px;
	top: 50%;
	margin-top: -93px;
	display: none;
}
.float .wx:hover .ewm{
	display: block;
}
/*信鸽商城*/
.products-box{
	background: #f9f9f9;
	padding-top: 10px;
	padding-bottom: 20px;
}
.products-title{
	background: #FFFFFF;
	height: 79px;
	line-height: 79px;
}
.products-title span,.sale-title span{
	color: #3c82ff;
	font-size: 22px;
	float: left;
	margin-left: 41px;
}
.products-title .search{
	float: right;
	margin-right: 10px;
	line-height: 56px;
	height: 56px;
}
.search input{
	margin-top: 23px;
	width: 195px;
	height: 36px;
	line-height: 36px;
	border: solid 1px #3c82ff;
	float: left;
	padding-left: 8px;
}
.search .input2{
	padding-left: 0;
	margin-top: 23px;
	width: 57px;
	height: 38px;
	background: #3c82ff;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	float: left;
	cursor: pointer;
}
.search2{
	padding-right: 50px;
}
.search2 a,.search2{
	color: #818181;
	line-height: 79px;
}
.classify{
	padding-left: 41px;
	padding-top: 6px;
	border-bottom: solid 1px #F9F9F9;
	background: #FFFFFF;
}
.main{
	overflow: hidden;
	margin-bottom: 10px;
}
.main span,.main a{
	font-size: 12px;
	line-height: 26px;
	float: left;
}
.main span{
	margin-right: 20px;
}
.main a{
	padding: 0px 13px 0px 13px;
	display: block;
	margin-right: 25px;
	text-align: center;
}
.main a:hover{
	background: #3C82FF;
	color: #FFFFFF;
	border-radius: 6px;
}
.main .cur4{
	background: #3C82FF;
	color: #FFFFFF;
	border-radius: 6px;
}
.products-main{
	padding: 17px 10px 24px 10px;
	background: #FFFFFF;
}
.products-main ul{
	width: 100%;
	border-left: solid 1px #dddddd;
	border-bottom: solid 1px #DDDDDD;
}
.products-main li{
	float: left;
	width: 294px;
	border: solid 1px #dddddd;
	border-left:none;
	border-bottom: none;
}
.products-main li img{
	width: 292px;
	height: 226px;
	border: solid 1px #FFFFFF;
}
.products-main li .title{
	overflow: hidden;
	line-height: 52px;
	height: 52px;
}
.products-main li .title p{
	float: left;
	color: #333333;
	margin-left: 10px;
}
.products-main li .title b{
	color: #333333;
	float: right;
	margin-right: 12px;
	font-size: 12px;
	font-weight: normal;
}
.products-main li:hover img,.list li:hover img,.pro-main li:hover img{
	border: solid 1px #00c864;
}
.products-main li:hover .title,.list li:hover .title2,.pro-main li:hover .title{
	background: #00c864;
}
.products-main li:hover .title p,.products-main li:hover .title b,.list li:hover .title2 p,.list li:hover .title2 b,.pro-main li:hover .title p,.pro-main li:hover .title b{
	color: #FFFFFF;
}
/*.page{
	height: 64px;
	margin-top: 20px;
	line-height: 64px;
	background: #FFFFFF;
}*/
.page{
	margin-top: 20px;
}
/*商城详情*/
.pro1{
	padding-bottom: 50px;
	padding-right: 61px;
	padding-top: 20px;
	padding-left: 42px;
	background: #FFFFFF;
}
.pro1 img{
	width: 293px;
	height: 225px;
	border: solid 1px #f9f9f9;
}
.pro-r{
	width: 789px;
}
.pro-r h3{
	font-weight: normal;
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 15px;
}
.pro-r p{
	line-height: 31px;
	color: #4c4c4c;
}
.pro-r p b{
	color: #3c82ff;
}
.pro-r a{
	width: 102px;
	height: 34px;
	display: block;
	line-height: 34px;
	text-align: center;
	color:#FFFFFF;
	background: #3C82FF;
	margin-top: 15px;
}
.pro2{
	background: #FFFFFF;
	padding-left: 41px;
	padding-right: 50px;
	padding-bottom: 20px;
}
.pro2-tit{
	color: #404040;
	font-size: 18px;
	line-height: 49px;
	background: #f9f9f9;
	padding-left: 29px;
	border: solid 1px #F9F9F9;
}
.pro2-main{
	border: solid 1px #F9F9F9;
	padding-bottom: 25px;
}
.pro2-main img{
	margin-bottom: 20px;
	margin: 10px 10px;
	display: block;
}
.pro2-main p{
	color: #6e6e6e;
	font-size: 16px;
	line-height: 39px;
	text-indent: 2em;
}
/*拍卖中心*/
.sale-title{
	background: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 10px;
}
.sale2{
	padding-bottom: 45px;
	background: #FFFFFF;
}
.sale2 li{
	border-bottom: solid 1px #f9f9f9;
}
.sale2 li .pic{
	margin-right: 10px;
}
.sale2 li .detail{
	width: 900px;
}
/*拍卖详情*/
.main2{
	background: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}
.sale-detail{
	background: #FFFFFF;
	padding-bottom: 20px;
}
.sale-detail .pic2 img{
	width: 378px;
	height: 378px;
	border: solid 1px #f9f9f9;
}
.sale-detail .pic2{
	width: 378px;
	height: 378px;
}
.detail2{
	margin-left: 10px;
	width: 730px;
}
.detail2-main h3{
	font-size: 16px;
	margin-bottom: 15px;
}
.detail2-main p{
	color: #999999;
	line-height: 36px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #bfbfbf;
}
.time2 p{
	display: block;
	color: #3e3e3e;
	margin-top: 17px;
	margin-bottom: 19px;
}
.price input{
	width: 107px;
	height: 38px;
	border: solid 1px #3c82ff;
	color: #cdcdcd;
	line-height: 38px;
	padding-left: 10px;
}
.price span{
	color: #3c82ff;
	margin-left: 11px;
}
.price button{
	width: 70px;
	height: 40px;
	background: #3c82ff;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	margin-left: 53px;
}
.offer{
	padding-bottom: 30px;
}
.offer p{
	color: #3e3e3e;
	font-size: 18px;
}
.offer{
	padding-top: 41px;
}
.offer-main{
	border-top: solid 1px #e2e2e2;
}
.offer-main table{
	width: 100%;
	border-left: solid 1px #e2e2e2;
}
.yb_chujiajilu_html{
	padding-top: 0px;
}
.yb_chujiajilu_html p span{
	font-size: 16px;
	color: #999999;
	line-height: 60px;
}
.offer-main th{
	background: #ededed;
}
.offer-main tr{
	width: 100%;
}
.offer-main th{
	display: block;
	color: #3e3e3e;
	font-size: 16px;
	line-height: 32px;
	width: 24.9%;
	text-align: center;
	float: left;
	border-right: solid 1px #e2e2e2;
	font-weight: normal;
}
.offer-main tr td{
	width: 24.9%;
	display: block;
	float: left;
	line-height: 46px;
	border-right: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	text-align: center;
}
.offer-main .cur5 td{
	color: #3c82ff;
}
.all-offer{
	text-align: center;
	margin-top: 20px;
}
.all-offer span,.all-offer i{
	color: #888888;
}
.all-offer span{
	margin-left: 7px;
	margin-right: 8px;
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	border: solid 1px #f9f9f9;
	cursor: pointer;
}
.detail3{
	border: solid 1px #f9f9f9;
}
.width-tit{
	padding-left: 15px;
	color: #999999;
	font-size: 16px;
	line-height: 36px;
	background: #fbfbfb;
}
.width-main{
	overflow: hidden;
	padding: 10px 10px;
}
.width-main ul{
	width: 110%;
}
.width-main li{
	width: 262px;
	height: 316px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.width-main li img{
	width: 269px;
	height: 269px;
}
.cont{
	margin-bottom: 30px;
}
.cont-main{
	padding-left: 20px;
	padding-top: 27px;
}
.cont-main img{
	width: 677px;
	height: 754px;
}
.flash-mian{
	padding-top: 45px;
	padding-bottom: 36px;
	text-align: center;
}
/*各地鸽舍*/
.city{
	background: #FFFFFF;
	padding-left: 39px;
	padding-right: 39px;
	overflow: hidden;
}
.city ul{
	width: 108%;
}
.city li{
	float: left;
	line-height: 39px;
	overflow: hidden;
}
.city li a{
	font-size: 12px;
	margin-right: 40px;
}
.city-list{
	background: #FFFFFF;
	margin-top: 31px;
	border-left: solid 1px #eeeeee;
}
.city-list li{
	overflow: hidden;
}
.city-list li span{
	display: block;
	float: left;
	width: 400px;
	height: 39px;
	line-height: 39px;
	border-right: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	color: #333333;
}
.city-list li .span1{
	padding-left: 41px;
	width: 358px;
}
.city-list li .span2{
	padding-left: 131px;
	width: 268px;
}
.city-list li .span3{
	text-align: right;
	padding-right: 40px;
	width: 358px;
}
/*新闻列表*/
.new{
	background: #FFFFFF;
}
.new-tit{
	height: 36px;
	padding-left: 41px;
	border-bottom: solid 1px #F9F9F9;
	overflow: hidden;
}
.new-tit span,.new-tit a{
	font-size: 12px;
	line-height: 39px;
	float: left;
}
.new-tit span{
	margin-right: 20px;
}
.new-tit a{
	line-height: 24px;
	height: 24px;
	display: block;
	padding-left:12px ;
	padding-right: 12px;
	margin-top: 6px;
	margin-right: 25px;
}
.new-tit a:hover{
	background: url(../images/bg4.png) repeat-x center center;
	border: solid 1px #c3d9ff;
	border-radius: 6px;
	color: #FFFFFF;
}
.new-tit .cur6{
	background: url(../images/bg4.png) repeat-x center center;
	border: solid 1px #c3d9ff;
	border-radius: 6px;
	color: #FFFFFF;
}
.new-main li{
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	margin-left: 37px;
	margin-right: 16px;
	padding-left: 21px;
	background: url(../images/bg5.png) no-repeat left center;
	border-bottom: dashed 1px #f0f0f0;
}
.new-main li span{
	color: #404040;
	float: left;
}
.new-main li i{
	color: #9e9e9e;
	float: right;
	margin-right: 6px;
}
/*注册*/
.enroll-box{
	padding-top: 100px;
	padding-bottom: 70px;
	overflow: hidden;
	background: url(../images/bg6.png) no-repeat left center;
}
.enroll{
	background: #FFFFFF;
	float: right;
	width: 314px;
	border: solid 1px #ececec;
	padding: 17px 27px 40px 27px;
}
.enroll-tit{
	margin-bottom: 20px;
}
.enroll-tit p{
	color: #1f63dc;
	font-size: 24px;
}
.enroll-r{
	margin-top: 11px;
}
.enroll-tit .enroll-r span{
	color: #cbcbcb;
	font-size: 12px;
}
.enroll-r a{
	color: #3c82ff;
	font-size: 12px;
}
.enroll-main li{
	margin-bottom: 10px;
}
.enroll-main li input{
	width: 302px;
	height: 39px;
	border: solid 1px #cbcbcb;
	color: #cbcbcb;
	font-size: 16px;
	font-family: "宋体";
	padding-left: 10px;
}
.enroll-main li span{
	color: #999999;
	font-size: 12px;
	display: block;
	margin-top: 11px;
}
.enroll-main li .yzm{
	width: 176px;
	float: left;
}
.enroll-main li b,.edit2 li .form_submit{
	display: block;
	float: left;
	cursor: pointer;
	width: 108px;
	height: 39px;
	background: #fbfbfb;
	border: solid 1px #dddddd;
	color: #656565;
	text-align: center;
	line-height: 39px;
	margin-left: 16px;
}
.agreement{
	margin-top: 10px;
}
.agreement span{
	color: #3b3b3b;
}
.agreement a{
	color: #266ab2;
}
.agreement input{
	vertical-align: middle;
}
.btns{
	margin-top: 20px;
}
.btns input,.log-in input{
	width: 100%;
	display: block;
	height: 42px;
	background: #3c82ff;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	letter-spacing: 3px;
	cursor: pointer;
}
/*登录*/
.login-box{
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 72px;
	background: url(../images/bg6.png) no-repeat left center;
}
.login{
	width: 370px;
	float: right;
}
.login-tit{
	width: 370px;
	overflow: hidden;
}
.login-tit a{
	width: 50%;
	height: 54px;
	display: block;
	float: left;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	background: #ececec;
	color: #1f63dc;
}
.login-tit .cur7{
	background: #3c82ff;
	color: #FFFFFF;
}
.login-main{
	height: 226px;
	border: solid 1px #ececec;
	padding: 32px 27px 25px 27px;
	display: none;
}
.log{
	height: 39px;
	border: solid 1px #cbcbcb;
	overflow: hidden;
	margin-bottom: 30px;
} 
.log span{
	display: block;
	float: left;
	width: 40px;
	height: 100%;
}
.log .icon1{
	background: url(../images/icon9.png)no-repeat center center;
}
.log input{
	width: 87%;
	height: 39px;
	line-height: 39px;
	color: #cbcbcb;
	font-family: "宋体";
	font-size: 16px;
}
.log .icon2{
	background: url(../images/icon37.png)no-repeat center center;
}
.commitcodespan_new span,.logon .account{
	color: #3b3b3b;
}
.log-in{
	margin-top: 20px;
}
/*会员中心*/
.vip{
	padding-top: 25px;
	margin-bottom: 6px;
}
.vip-l{
	width: 240px;
}
.vip-l h3{
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background: #3c82ff;
}
.vip-l li{
	height: 53px;
	line-height: 50px;
	background: #fbfbfb;
	border-bottom: solid 1px #f0eded;
}
.vip-l li a{
	color: #595959;
	height: 53px;
	display: block;
	padding-left: 102px;
}
.vip-r{
	width: 908px;
	border: solid 1px #fbfbfb;
}
.vip-tit{
	overflow: hidden;
	height: 49px;
	padding-left: 27px;
	line-height: 49px;
	background: #ededed;
	padding-right: 35px;
}
.vip-tit p{
	float: left;
	color: #585858;
	font-size: 18px;margin-right: 15px;color: #F64414;
}
.vip-tit a,.vip-tit .zp{
	float: right;
	font-size: 18px;
	color: #2c60bc;
	padding-left: 23px;
	background: url(../images/icon30.png) no-repeat left center;
}
.vip-tit p a{float: left;background:none;padding:0 5px;color: #F64414;}
.vip-tit .zp{
	background: none;
}
.vip-detail{
	padding-left: 25px;
	padding-top: 34px;
	padding-right: 25px;
	padding-bottom: 88px;
}
.vip-detail p{
	margin-bottom: 29px;
	color: #505050;
	font-size: 16px;
}
.vip-detail-main span{
	color: #8b8b8b;
	margin-right: 112px;
	padding-left: 15px;
}
.vip-detail-main span a{
	color: #3c82ff;
}
.vip-detail-main .user{
	background: url(../images/icon21.png) no-repeat left center;
}
.vip-detail-main .type{
	background: url(../images/icon22.png) no-repeat left center;
}
.vip-detail-main .hour{
	background: url(../images/icon23.png) no-repeat left center;
}
.log-time{
	margin-top: 50px;
	padding-bottom: 56px;
	border-bottom: solid 1px #fbfbfb;
	margin-bottom: 52px;
}
.log-time span{
	color: #8b8b8b;
}
.vip-list-box{
	overflow: hidden;
}
.vip-list{
	float: left;
	width: 580px;
	overflow: hidden;
}
.vip-list ul{
	width: 110%;
}
.vip-list li{
	margin-bottom: 51px;
	padding-left: 18px;
	float: left;
	width: 47%;
	height: 21px;
}
.vip-list li p{
	color: #5c5c5c;
	font-size: 16px;
}
.enter{
	float: left;
	width: 124px;
	height: 36px;
	background: #188fef;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	margin-top: 10px;
	margin-right: 15px;
}
.enter a{
	color: #FFFFFF;display: block;
}
/*鸽舍信息*/
.edit-box{
	padding-top: 35px;
	padding-bottom: 89px;
}
.edit1{
	padding-bottom: 29px;
}
.edit1 li p,.edit1 li span,.edit2 li p{
	color: #2c2c2c;
	font-size: 16px;
}
.edit1 li{
	margin-bottom: 30px;
}
.edit1 li p,.edit2 li p{
	float: left;
	width: 13.5%;
	text-align: right;
	margin-right: 7px;
}
.edit1 li span img{
	width: 200px;
	height: 200px;
}
.edit2 li{
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 39px;
	color: red;
}
.edit2 li select{
	height: 36px;
	border: solid 1px #cdcdcd;
	padding: 6px 0px;
	line-height: 36px;
}
.edit2 li input{
	width: 240px;
	height: 36px;
	border: solid 1px #cdcdcd;
	padding-left: 10px;
	line-height: 36px;
	float: left;
	margin-right: 5px;
}
.edit2 li p{
	line-height: 39px;
}
.edit2 li textarea{
	width: 370px;
	height: 100px;
	padding-left: 10px;
	padding-top: 10px;
	border: solid 1px #cdcdcd;
}
.edit2 li .form_submit{
	padding-left: 0px;
}
.preserve{
	margin-top: 60px;
	text-align: center;
}
.preserve button,.preserve2 button{
	width: 120px;
	height: 46px;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 46px;
	text-align: center;
	background: #3c82ff;
}
/*鸽舍快讯*/
.news-list{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 9px;
}
.news-list li{
	overflow: hidden;
	border-bottom: solid 1px #f9f9f9;
	height: 57px;
	line-height: 57px;
}
.new-l p{
	font-family: "宋体";
	color: #6e6e6e;
}
.new-r a,.news-list li .move{
	margin-right: 7px;
}
.move{
	float: right;
}
/*添加鸽舍快讯*/
.news-tit{
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	background: #ededed;
	padding-left: 29px;
	padding-right: 31px;
}
.news-tit p,.news-tit a{
	color: #585858;
	font-size: 16px;
}
.news-tit p{
	float: left;
}
.news-tit a{
	float: right;
}
.news-main{
	padding-top: 22px;
	padding-left: 28px;
	margin-bottom: 34px;
}
.news-main li{
	overflow: hidden;
	margin-bottom: 25px;
}
.news-main li span{
	color:#585858;
	font-size: 16px;
	float: left;
	line-height: 28px;
	margin-right: 15px;
}
.news-main li input{
	width: 354px;
	height: 28px;
	border: solid 1px #cdcdcd;
	padding-left: 10px;
	line-height: 28px;
}
/*留言查看*/
.message{
	padding-left: 30px;
	padding-right: 29px;
	padding-bottom: 30px;
}
.message li{
	padding-top: 15px;
	padding-bottom: 11px;
	border-bottom: dotted 1px #a9a9a9;
}
.mess-tit,.reply-tit{
	overflow: hidden;
}
.mess-tit p,.reply-tit p{
	float: left;
	color: #383838;
}
.mess-tit p{color:#FF5D05}
.mess-tit p span{color:#3C82FF;}
.mess-tit i,.reply-tit i{
    float: right;
    color: #B9B9B9;
    font-size: 12px;
}
.mess-main dl{margin:10px 0px;}
.mess-main dl,.mess-main dl dt,.mess-main dl dd{float:left;}
.mess-main dl dd{margin-right:20px;}
.mess-main p,.reply-main p{
	color: #6d6d6d;
	line-height: 40px;
	overflow: hidden;
	clear: both;
}
.mess-main p .operate,.reply-main p .revise{
	float: right;
}
.mess-main p a,.reply-main p a{
	color: #6e6e6e;
	font-size: 16px;
	float: right;
	padding-left: 20px;
}
.mess-main p .answer{
	background: url(../images/icon34.png) no-repeat left center;
}
.mess-main p .delete,.reply-main p .delete{
	margin-left: 29px;
	background: url(../images/icon33.png) no-repeat left center;
}
.reply-main p .revise{
	background: url(../images/revise.png) no-repeat left center;
}
.reply{
	padding-top: 10px;
	border-top: solid 1px #fbfbfb;
}
/*回复留言*/
.user-mess-box{
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 29px;
}
.user-mess{
	overflow: hidden;
}
.user-mess span{
	color: #383838;
	float: left;
	line-height: 36px;
}
.user-mess p{
	color: #6d6d6d;
	line-height: 36px;
}
.answer-mess{
	margin-top: 20px;
}
.answer-mess span{
	float: left;
	margin-right: 5px;
}
.answer-mess textarea{
	border: solid 1px #cdcdcd;
	width: 771px;
	height: 282px;
	resize: none;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 24px;
	padding-right: 15px;
	
}
/*修改密码*/
.vip-tit .return{
	color: #2c60bc;
	background: none;
}
.password{
	padding-top: 30px;
	margin-bottom: 60px;
}
.password li{
	margin-bottom: 20px;
	overflow: hidden;
}
.password li span{
	color: #242314;
	font-size: 16px;
	float: left;
	line-height: 39px;
	width: 19%;
	text-align: right;
}
.password li input{
	width: 302px;
	height: 39px;
	line-height: 39px;
	padding-left: 10px;
	border: solid 1px #cdcdcd;
	margin-left: 5px;
}
.password li b{
	display: block;
	float: left;
	width: 108px;
	background: #fbfbfb;
	height: 41px;
	border: solid 1px #cdcdcd;
	color: #656565;
	text-align: center;
	line-height: 41px;
	margin-left: 16px;
}
.preserve2{
	margin-left: 30%;
}
/*鸽舍*/
.header{
	height: 40px;
	background: #040802;
}
.header-l p,.header-l span,.header-l a,.header-r a{
	line-height: 40px;
	color: #FFFFFF;
	font-family: "宋体";
}
.header-l p a:hover{
	text-decoration:underline;
}
.header-l span{
	margin-right: 10px;
	float: left;
}
.header-l p{
	float: left;
}
.header-r a{
	margin-left: 29px;
}
/*主题内容*/
.column{
	width: 900px; margin: 0 auto;
}
.blog-head{
    padding-top: 0px;
    min-height: 125px;
    height: 125px;
}
.l_r_top{overflow:hidden;}
.head_top_l{
    float: left;
    padding: 5px 0 0 10px;
    height: 125px;
    background: url('../images/title.png') repeat-y left;
    width: 315px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0px;    
	z-index: 5;
}
.head_top_r{float: right; overflow: hidden;}
.head_top_r img{display: block; padding: 10px 10px;width:460px;height:65px;}
.head_top_infor{
    line-height: 16px;
    height: 16px;
    border-radius: 2px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    overflow: hidden;
    text-align: right;
    color: #000;
    padding: 5px 14px 5px 14px;
    background: #EEE;
    border: 1px solid #FFFFFF;
    z-index: 10;
}
.bg_img{
    height: 125px;
    background: url('../images/bg_img.png') repeat-y left;
    width: 210px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 0;
}
.blog-l-classify a.more{
	color: #166985;
    width: inherit;
    float: right;
}
.blog-l-classify ul li.more_li{
background:none;
}
.blog-head h3{
color: #000000;
    font-size: 32px;
    padding: 0px 20px 0 5px;
    text-align: left;
    font-style: normal;
    display: table;
    margin: 0px 0 5px 0;
    border-radius: 2px;
}
.blog-head p,.blog-head a{
	color: #333;
	font-size: 14px;
}
.blog-head a{
	margin-top: 12px;
	width: 43%;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	display: block;
	padding-left: 20px;
	background: url(../images/icon35.png) no-repeat left center;
}
.blog-nav{
overflow: hidden; height: 27px; background: url(../images/ti02.gif) repeat-x center center; margin-bottom: 10px; margin-top: 10px; padding-left: 20px; border-radius: 5px;
}
.wrap_top{
	width: 890px; 
	margin: 0 auto; 
	padding: 0 10px; 
	overflow: hidden;
}
.blog-nav a{
	color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    display: block;
    float: left;
    padding: 0px 10px;
    margin-top: 1px;
    width: 70px;
    text-align: center;
}
.blog-nav a.active{
    background: #FF9900;
}
.blog-main{
	
}
.bg_list b{
	color: white;
    display: block;
    line-height: 30px;
    text-align: left;
    padding: 0 38px;
    font-size: 12px;
}
.blog-l{
    width: 200px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #8EA8C7;
    border-radius: 5px;
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 15px;
}
.blog-l-tit{
	margin-bottom: 5px;
    margin: 0 6px;
    padding: 0 10px;
}
.jianjie_infor{
    padding: 0 8px;
    line-height: 30px;
    margin: 0 8px;
    border-bottom: dashed 1px #DDEAF5;
    margin-bottom: 5px;

}
.jianjie_infor a{
overflow: hidden;
    line-height: 28px;
    height: 28px;
    background: url('../images/ico.gif') no-repeat 0px 5px;
    padding: 0 22px;
    margin-left: 0px;	
}
.blog-l-tit b{
    color: #000000;
    display: block;
    line-height: 35px;
}
.blog-l-pic{
	padding-bottom: 0px;
}
.bg_list{
	background: url(../images/tit.gif) no-repeat top center #FFF; 
	height: 38px;
}
.bg_center{
    background: url('../images/titbg.gif') repeat-y center;
    overflow: hidden;
    padding-bottom: 10px;	
}
.geshe_infor{
	margin:8px 6px;
}
.s_infor{}
.s_infor b{
	display: block;
    padding: 0 10px;
    line-height: 38px;
    color: #000;
    margin: 5px 0 0px 0;
}
.s_infor p{
    font-size: 12px;
    color: #333;
    line-height: 26px;
    padding: 0 10px;
}
.class_bg{
	background: url(../images/titbottom.gif) no-repeat top center #FFF; 
	height: 38px;
}
.blog-l-classify{
	overflow: hidden;
	margin-top: 0px;
}
.blog-l-classify ul li{
    overflow: hidden;
    line-height: 32px;
    height: 32px;
    background: url('../images/ico.gif') no-repeat 5px 10px;
    padding: 0 0px;
    margin-left: 0px;
    border-bottom: dashed 1px #DDEAF5;
    margin: 0 12px;
}
.blog-l-classify ul li a{
	display: block;
    clear: both;
    width: 77%;
    text-align: left;
    padding: 0 27px;
    color: #333;
    font-size: 12px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.blog-l-classify a{
	display: block;
	float: left;
	width: 33.33%;
	text-align: center;
}
.blog-l-classify a i{
	display: block;
	color: #757575;
}
.blog-l-classify a span{
	display: block;
	color: #3c3c3c;
	margin-top: 3px;
}
.blog-l-cont{
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 19px;
}
.blog-l-cont ul{
	width: 120%;
}
.blog-l-cont li{
	margin-right: 36px;
	margin-bottom: 15px;
	float: left;
	width: 74px;
	height: 28px;
	border: solid 1px #b7b691;
	text-align: center;line-height: 28px;
	background: url(../images/bg11.png) repeat-x center center;
}
.blog-l-cont li a{
	color: #191919;
	display: block;
}
.blog-l-cont p{
	color: #191919;
}
.hot-list{
    margin-top: 5px;
    margin: 0 6px;
    padding: 0 10px;
}
.hot-list li{
	overflow: hidden;
}
.hot-list li a{
	width: 78%;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.hot-list li a,.hot-list li span{
	color: #191919;
	font-size: 12px;
	font-family: "宋体";
	line-height: 28px;
	display: block;
}
.hot-list li span{
	float: right;
}
.blog-r{
    width: 636px;
    background: #f6f9ef;
    padding: 0px 20px 24px 20px;
    min-height: 750px;
}
.blog-r-tit{
    padding-left: 0px;
    padding-bottom: 10px;    
	position: relative;
    overflow: hidden;
}
.blog-r-tit a{
    position: absolute;
    display: block;
    right: 15px;
    color: #FFF;
    top: 5px;
}
.blog-r-tit .cate_left{
    background: url(../images/btj.gif) no-repeat center;
    width: 31px;
    height: 29px;
    float: left;
}
.blog-r-tit .cate_center{
    color: #FFFFFF;
    font-size: 14px;
    font-family: "宋体";
    font-weight: bold;
    line-height: 29px;
    height: 29px;
    background: url(../images/btj2.gif) repeat-x left center;
    float: left;
	width:580px;
}
.blog-r-tit .cate_right{
    background: url(../images/btj3.gif) no-repeat center;
    height: 29px;
    width: 23px;
    float: left;
}
.blog-r-main{
    margin-bottom: 20px;
    padding-top: 15px;
    line-height: 28px;
    text-indent: 2em;
    color: #191919;
    padding: 10px 10px;
    overflow: hidden;
}
.blog-r-main p{
	line-height: 28px;
	text-indent: 2em;
	color: #191919;
	font-family: "宋体";
}
.blog-r-list{
	margin-bottom: 41px;    padding: 10px 28px;
}
.blog-r-list li{
	overflow: hidden;
	font-family: "宋体";
	padding-left: 16px;
	background: url(../images/bg12.png) no-repeat left center;
	margin-right: 5px;
	line-height: 43px;
	border-bottom: dashed 1px #b9b9b9;
}
.blog-r-list li a{
	float: left;
	color: #191919;
	padding-right: 27px;
}
.blog-r-list li i{
	float: right;
	color: #858585;
}
.blog-r-list .cur8 a{
	background: url(../images/bg13.png) no-repeat right center;
}
.blog-r-list li:hover a,.hot-list li:hover a,.news-list li:hover p,.vip-l li:hover a,.city li:hover a,.city-list li:hover span,.sale2 li:hover .detail h3,.new-main li:hover span{
	color: #3c82ff;
}

.footer{
	margin-top: 15px;
    padding-bottom: 18px;
    background: url('../images/dbg.gif') repeat-x center top #97D0DF;
    padding: 10px 0 10px 0;
    margin-bottom: 0;
    height: 95px;
}
.footer p{
    margin-bottom: 5px;
    color: #FFFFFF;
    text-align: center;
    font-family: "宋体";
}
/*医院简介*/
.office-r{
	background: #ffffff;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
}
.off-title{
	padding-bottom: 19px;
	border-bottom: solid 1px #f7f7f7;
}
.off-title p{
	color: #3c82ff;
	font-size: 22px;
	float: left;
}
.area{
	padding-top: 10px;
	float: right;
}
.area span,.area a,.area{
	color: #a7a7a7;
}
.area span{
	padding-left: 17px;
	background: url(../images/home.png) no-repeat left 6px;
}
.area .cur8{
	color: #137dd1;
}
.area a:hover{
	color: #137dd1;
}
.off-main{
	padding-top: 32px;
}
.off-main li{
	overflow: hidden;
	height: 225px;
	overflow: hidden;
	margin-bottom: 55px;
}
.off-main li img{
	width: 300px;
	height: 225px;
	float: left;
	border-radius: 10px;
}
.right{
	float: right;
}
.right h3 a{
	color: #137dd1;
	font-size: 24px;
	font-weight: normal;
}
.right p{
	color: #5c5b5b;
	font-size: 16px;
	line-height: 40px;
}
.right .look a{
	float: right;
	width: 104px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	color: #137dd1;
	font-size: 16px;
	border: solid 1px #137dd1;
	border-radius: 8px;
}
.page{
	text-align: center;
    border: 1px solid #F0F1EE;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px;
}
.page span,.page a{
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	margin-right: 8px;
	color: #999999;
	background: #edebeb;
}
.page div .current{
	background: #3c82ff;
	color: #ffffff;
}
.page div .prev{
	padding-top: 0;
}
.page span:hover,.page a:hover,.page .prev:hover{
	background: #3c82ff;
	color: #ffffff;
}
/*医院简介*/
.aboutus{
	padding-top: 32px;
}
.about-title{
	text-align: center;
}
.about-title h1{
	color: #404040;
	font-size: 24px;
	margin-bottom: 33px;
	font-weight: normal;
}
.about-title span{
	margin-left: 12px;
	margin-right: 12px;
}
.about-title span,.about-title a,.about-title a i{
	color: #c2c2c2;
	font-size: 12px;
}
.about-title a{
	margin-left: 5px;
}
.about-title a .cur9{
	color: #0d6fb8;
	font-size: 14px;
	font-weight: bold;
}
.about-main{
	margin-top: 15px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ededed;
}
.about-main span{
	font-size: 16px;
}
.about-main p{
	color: #5c5c5c;
	font-size: 16px;
	text-indent: 2em;
	line-height: 46px;
}
.prev{
	padding-top: 30px;
}
.prev-l{
	float: left;
}
.prev-l span{
	margin-bottom: 10px;
	display: block;
}
.prev-l span,.prev-l span a{
	color: #9d9d9d;
}
.prev-r{
	padding-top: 26px;
	float: right;
	overflow: hidden;
}
.prev-r span{
	float: left;
	color: #5c5c5c;
	line-height: 28px;
	margin-left: 5px;
}
/*竞拍记录*/
.auction{
	padding: 20px 20px 20px 20px;
}
.auction li{
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom:solid 1px #F0F0F0;
	padding-bottom: 20px;
}
.auction li .pic{
	margin-right: 10px;
}
.auction-r{
	padding-top: 10px;
}
.auction-r a{
	line-height: 32px;
	color: #666666;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.auction-r p{
	color: #999999;
	line-height: 32px;
}
.auction li:hover .auction-r a{
	color: #3c83ff;
}
.auction-r p span{
	color: #3c83ff;
}
/*鸽舍文章列表*/
.article-tit{
	overflow: hidden;
}
.article-tit h3{
    font-size: 18px;
    color: #040802;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 18px;
}
.article-time{
	overflow: hidden;
	text-align: center;
}
.article-time span{
	font-size: 12px;
	margin-left: 10px;
}
.article-main{
	padding: 0px 20px 15px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #F0EDED;
    margin-bottom: 25px;
}
.article-main p{
	text-indent: 2em;
	margin-bottom: 20px;
}
.article-main p span{
	font-size: 16px;
	line-height: 26px;
	display: block;
}
.article-main p img{
	max-width: 640px;
	max-height: 480px;
	vertical-align: middle;
	margin-top: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}
.page2{
	margin-top: 30px;
}
.next-page{
	float: left;
}
.share{
	float: right;
}
/*鸽舍留言*/
.blog-mess{
	padding-left: 30px;
	padding-bottom: 50px;
}
.blog-mess p{
	margin-top: 10px;
	line-height: 40px;
}
.blog-main .inputmess{
    width: 120px;
    height: 32px;
    background: #146C8C;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    line-height: 32px;
    padding: 2px;
    display: block;
    left: 32px;
    text-align: center;
    margin-top: 8px;
    border-radius: 2px;
}
/*鸽舍简介*/
.blog-cont{
	margin-top: 0px; 
	line-height: 32px; 
	color: #333;
	padding: 10px 28px;
}
.pic-head img{
	width: 200px;
	height: 200px;
}
.pic-head{
	padding: 2px;
	border: solid 1px #C2C2C2;
}
.blog-cont-r{
	width: 695px;
	overflow: hidden;
}
.blog-cont-r p{
	line-height: 24px;
	margin-bottom:15px;
}
.blog-adress{
	margin-top: 30px;
	padding-bottom: 30px;
}
.blog-adress li{
	line-height: 36px;
}
.blog-adress li p{
	margin-right: 10px;
	color: #040802;
	float: left;
	text-align: right;
	width: 12%;
}
/*相册*/
.blog-pic{
    margin-top: 15px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}
.blog-pic ul{
	width: 100%;
}
.blog-pic li{
    margin-right: 12px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
    margin-left: 0px;
}
.blog-pic li p{
    line-height: 38px;
    width: 190px;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 38px;
    border: 1px solid #F0EDED;
    color: #F6F9EF;
    border-top: none;
    background: #35474E;
}
.blog-pic img{
    width: 180px;
    height: 151px;
}
.blog-pic{
padding-bottom: 50px;
    padding: 0 10px;
}
.blog-pic li a{
    display: block;
    padding: 5px;
    border: solid 1px #F0EDED;
    width: 180px;
    height: 151px;
}
/*会员中心-相册*/ 
.vip-pic{
	padding-top: 30px;
	overflow: hidden;
	padding-left: 27px;
	padding-right: 35px;
	padding-bottom: 20px;
}
.vip-pic ul{
	width: 120%;
}
.vip-pic li{
	margin-right: 40px;
	margin-bottom: 20px;
	position: relative;
	float: left;
	width: 260px;
	text-align: center;
	overflow: hidden;
}
.vip-pic li .pic3{
	
}
.vip-pic li .pic3 img{
	width: 238px;
	height: 200px;
	border: solid 1px #F0EDED;
}
.vip-pic li .bg .cut{
	display: none;
	cursor: pointer;
	position: absolute;
	right: 35px;
	top: 0;
	width: 24px;
	height: 24px;
	background: url(../images/icon33.png) no-repeat right 5px top 5px;
}
.vip-pic li:hover .bg .cut{
	display: block;
}
.vip-pic li .bg .revise,.vip-pic li .bg .del_revise{
	display: none;
	position: absolute;
	right: 5px;
	top: 0px;
	line-height: 24px;
}
.vip-pic li:hover .bg .del_revise{
	right:45px;
}
.vip-pic li:hover .bg .revise,.vip-pic li:hover .bg .del_revise{
	display: block;
	background-color: #00000077;
	font-size: 12px;
	margin: 2px -4px;
	color: #fff;
	padding: 3px 5px;
}
.vip-pic li p{
	font-size: 16px;
	margin-top: 10px;
	height: 42px;
}
.paimai_list{margin-top: 20px;}
.jihe h1{font-size:18px;padding: 15px 0;text-align: center;font-weight: normal;border-bottom: 1px dotted #CCC;margin-bottom: 20px;}
.paimai_list  li{width:280px;float:left;padding: 10px;margin-top: 10px;}
.paimai_list  li h2{font-weight: normal;}
.paimai_list  li img{width:100%;margin-bottom: 10px;}
.lan_title{border-bottom: 1px solid #CCC; line-height:40px;}
.lan_title a{border-bottom: 3px solid #3c83ff; color:#3c83ff;font-size: 18px;padding: 11px;}


.tezheng{padding:15px;}
.tezheng p span{color:#6896E7;}
.tezheng p{
width:45%;float:left; padding-left:15px;
	background-image: url(../images/ic.gif);
	background-repeat: no-repeat;
	background-position: left center; font-size:16px;
}
.edit2 a{background: #4b8ce9;
text-align: center;
color: #fff;
padding: 3px 15px;
margin-left: 20px;
border-radius: 5px;
}

/*暂无信息 */
.no_xinxi{background: url(../images/no_xinxi.jpg) ;background-repeat: no-repeat;background-position: center 50px;height: 594px; background-size: 300px;}

.xiaoxi_zt{
	display: block;
	margin-left: 15px;
	float: right;
	background-color: #F55A40;
	border-radius: 3px;
	padding: 0 8px;
	color: #fff;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	margin-top: 18px;
}
.xiaoxi_content{}
.xiaoxi_content .title{text-align:center;border-bottom: 1px solid #FBF6F6;padding-bottom:15px;}
.xiaoxi_content .title h1{font-size:18px;margin-top: 20px;font-weight: normal;margin-bottom: 5px;}
.xiaoxi_content .title span{color: #C6C1C1;}
.xiaoxi_content .content{padding:15px;}

.clearfix .pic_list{background: url(../images/pic_list_bj.jpg) ;background-repeat: no-repeat;height: 220px;}



/*ischambers*/
.xiang_ce_list{
    overflow: hidden;
    margin-top: 10px;
}
.xiang_ce_list ul{
    overflow: hidden;
}
.xiang_ce_list ul li{
    float: left;
    margin: 0 15px;
    width: 180px;
    overflow: hidden;
    margin-bottom: 20px;
}
.xiang_ce_list ul li a{
	overflow: hidden;
    display: block;
    padding: 5px;
    border: solid 1px #F0EDED;
    width: 180px;
    height: 151px;
}
.xiang_ce_list ul li a img{
    width: 180px;
    height: 151px;
}
.xiang_ce_list ul li p{
    display: block;
    text-align: center;
    line-height: 32px;
    background: #35474E;
    color: white;
    height: 32px;
    font-size: 12px;
    overflow: hidden;
    width: 180px;
}


.page3{
    margin: 15px 0;
    color: #000;
    text-align: center;
    clear: both;
}
.page3 .current {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    background: #EEE;
}
.page3 a {
	display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    padding-top: 0;
}






