.header-bottom .nav .nav01 a{
	color: #fff;
	background: #b3a155;
	text-decoration: none;
}
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white; 
    filter:alpha(opacity=0); 
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-box, .nivo-slice{
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
/*    padding: 5px 10px;*/
/*    line-height: 50px;*/
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=80);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    opacity: 1;
}
.wrapper-header .theme-default .nivo-directionNav a{
	opacity: 1;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-ncon{
    position:relative;
}
.wrapper-header .nivo-controlNav {
    position:absolute;
    z-index:10;
    left:50%;
    top:373px;
    width:252;
    margin-left:-126px;
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}
.theme-default .nivoSlider {
    position:relative;
    background:#fff url(/res/csvclub/u/1804/18046871251410547350132.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
z-index:10;
}
.theme-default .nivo-controlNav a {
    display:block;
    float:left;
    width:116px;
    height:5px;
    font-size:5px;
    background:#fff;
    text-indent:-9999px;
    border:0;
    margin: 0 5px;
}
.theme-default .nivo-controlNav a.active {
    background: #b5a04d;
}

.theme-default .nivo-directionNav a {
    display:block;
    z-index:99999;
    width:32px;
    height:59px;
    background:url(/res/csvclub/u/1804/18042277319835777917255.png) no-repeat;
    text-indent:-9999px;
    border:0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
    background-position:0 -59px;
    left:50%;
    margin-left:568px;
}
.theme-default a.nivo-prevNav {
	left:50%;
	margin-left:-600px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
.wrapper-header .slider-wrapper .nivoSlider{height:440px;}
.wrapper-header{position:relative;width:100%;overflow:hidden;height:440px;}
.wrapper-header .wrapper{height:440px;width:1900px;position:absolute;left:50%;margin-left:-950px;}
.wrapper-header .wrapper img{width:100%;height:440px;}

/*最新公告*/
#Content1 .news{
	height:232px;
	width:1200px;
	background:#fff;
	z-index:999;
}
#Content1 .news .news-title{
	float:left;
	width:138px;
	text-align: center;
	padding:64px 0;
}
#Content1 .news ul{
	float:left;
	width:1062px;
	font-size:14px;
	padding-top:24px;
}
#Content1 .news ul li{
	width:354px;
	float:left;
	height:45px;
	margin-top:28px;
	cursor: pointer;
	padding-left:14px;
	box-sizing: border-box;
	border-left:1px solid #434343;
	position: relative;
}
#Content1 .news ul li:hover{
	border-left:1px solid #b3a155;
}
#Content1 .news ul li:hover:before{
	content: " ";
	position: absolute;
	left:-2px;
	border-left:1px solid #b3a155;
	height:45px;
	top:0;
}
#Content1 .news ul li:hover:after{
	content: " ";
	position: absolute;
	left:0;
	border-left:1px solid #b3a155;
	height:45px;
	top:0;
}
#Content1 .news ul li #ReportIDname{
	padding-top:2px;
	display: block;
}
#Content1 .news ul li #ReportIDIssueTime{
	display: block;
	color:#868686;
	font-size:12px;
	margin-top:5px;
}
#Content1 .news ul li a{
	color:#434343;
}
#Content1 .news ul li a:hover{
	text-decoration: none;
	color:#b3a155;
}
#Content1 .news ul li:hover a{
	color:#b3a155;
}

/*犬只查询*/
.relative-top{
	position: relative;
	top: -32px;
}
.local-exhibition{
	width:582px;
	height:220px;   
	float: left; 	
}
.local-exhibition .slider-wrapper  .nivoSlider{
	height:220px;
}
.local-exhibition .nivo-controlNav{
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 0;
    width: 156px;
display:block;
    margin-left: -78px;
    text-align: center;
    padding: 15px 0;
}
.local-exhibition .nivo-controlNav a {
    display: block;
float:left;
font-size:4px;
line-height:4px;
    width: 42px;
    height: 4px;
    background: #fff;
    text-indent: -9999px;
    border: 0;
    margin: 0 5px;
}
.canine-inquiries{
text-align:center;
	float:left;
	width:273px;
	height:218px;
	margin-left:35px;
	background: url(/res/csvclub/u/1806/18064015470467500293738.jpeg) no-repeat left top;
}
.simulated-mating{
text-align:center;
	float:right;
	width:273px;
	height:218px;
	background: url(/res/csvclub/u/1806/18066083610375626985687.jpeg) no-repeat left top;
}
/*论坛*/
.forum{
	height:442px;
	width:582px;
	float:left;
}
.forum-title{
	height:55px;
	background: #434343;
	border-left:6px solid #b3a155;
	font-size:20px;
	color:#fff;
	line-height:55px;
	padding-left:26px;
position: relative;
}
.forum-title a{
	color:#fff;
	position: absolute;
	right:18px;
top:22px;
}
.forum-list{
	border-top:6px solid #fff;
	height:387px;
*height:395px;
	overflow: hidden;
}
.forum-list a{
	background:#f4f1e6;
	color:#434343;
	font-size:14px;
	line-height:55px;
	display: block;
	border-left: 4px solid #f4f1e6;
	padding-left:25px;
	border-bottom:1px #9f9fa0 dashed;
}
.forum-list br{
	display:none;
}
.forum-list a:hover{
	background: #e2dabd;
	border-left: 4px solid #b3a155;
	text-decoration: none;
}
.dog-display{
	float:right;
	width:582px;
}
.dog-display-con{
	background: #f4f1e6;
    border-top: 6px solid #fff;
	height:387px;*height:395px;
	overflow: hidden;
}
.dog-display-slider{
	display:block;
	width:582px;
	height:387px;
}
.dog-display-con .nivo-caption{
	top:300px;
	background: none;
	text-align:center;
	font-size: 14px;
	color: #434343;
}
.dog-display-con .nivo-directionNav a {
    display:block;
    z-index:99999;
    width:16px;
    height:29px;
    background:url(/res/csvclub/u/1804/1804931658662477384011.png) no-repeat;
    text-indent:-9999px;
    border:0;
    opacity: 1;
    top:325px;
}
.dog-display-con a.nivo-nextNav {
    left:50%;
    margin-left:258px;
}
.dog-display-con a.nivo-prevNav {
	background-position:0 -29px;
	left:50%;
	margin-left:-269px;
}

#Content3{
    	clear:both;
    	padding-top:33px;
}
#Content2{
	clear:both;
	padding:68px 0 0 0;
}
.event-report{
	width:273px;
	float:left;
}
.event-report .event-report-img img{
	width:273px;
	height:200px;
}
.event-report-con{
	width:273px;
	height:160px;
	background:#b3a155;
	color:#fff;
	margin-top:5px;
	font-size:14px;
	overflow: hidden;
	padding:20px;
	box-sizing: border-box;
	position: relative;
}
.event-report-con #NodeTitle{
	display: block;
	margin-bottom: 5px;
}
.event-report-con #NodeTitle a{
	font-size:17px;
	color:#fff;
font-weight:bold;
}
.event-report-more{
	background:#b3a155;
	position: absolute;
	bottom: 0;
	width:273px;
	height:28px;
	left:0;
	text-align:right;
padding:4px 15px 0 0;
box-sizing: border-box;
display:block;
}

/*配犬公布*/
.bulletin-boards-num{
	width:890px;
	float:right;
}
.bulletin-boards-num .title{
	height:55px;
	line-height:55px;
	border-left:6px solid #b3a155;
	background: #434343;
	font-size:18px;
	color:#e6dcb4;
}
.bulletin-boards-num .title li,
.lastDiv{
	float:left;
	padding:0 26px;
	position: relative;
	cursor: pointer;
}
.bulletin-boards-num .title li:after{
	content: " ";
	border-right: 1px solid #fff;
	height:18px;
	right:0;
	position: absolute;
	top:18px;
}
.bulletin-boards-num .title .Selected{
	color:#fff;
}
.bulletin-boards-num .con{
	background: #f4f1e6;
	color:#a19152;
	height:305px;
	margin-top:5px;
	line-height: 48px;
}
.bulletin-boards-num .con .list{
	line-height: 34px;
	color:#434343;
	height:238px !important;
	clear:both;
}
.bulletin-boards-num .con .list li{
	height:34px;
	overflow: hidden;
	clear: both;
}
.bulletin-boards-num .con .con-title{
	border-bottom: 1px #9f9fa0 dashed;
	height:48px;
	margin-bottom:5px;
}
.bulletin-boards-num .con .list a{
	color:#a19152;
}
.bulletin-boards-num .con .li01,
.bulletin-boards-num .con .li02,
.bulletin-boards-num .con .li03,
.bulletin-boards-num .con .li04,
.bulletin-boards-num .con .li05,
.bulletin-boards-num .con .li06{
	font-size:14px;
	display: inline-block !important;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float:left;
}
.bulletin-boards-num .con .li01{
	width:90px;
	padding-left:20px;
	box-sizing: border-box;
}
.bulletin-boards-num .con .li02{
	width:222px;
}
.bulletin-boards-num .con .li03{
	width:154px;
}
.bulletin-boards-num .con .li04{
	width:156px;
}
.bulletin-boards-num .con .li05{
	width:160px;
}


/*犬只查询和模拟交配*/
.canine-inquiries,
.simulated-mating {
	overflow: hidden;
}
.canine-inquiries .default,
.simulated-mating .default{
	width:274px;
	height:218px;
	cursor: pointer;
	position: relative;
	left:0;
	top:0;
	background:url(/res/csvclub/u/1805/18055771181426381828490.png) no-repeat 6px 6px;
}
.canine-inquiries .default-title,
.simulated-mating .default-title{
	line-height:40px;
	position: absolute;
	color:#fff;
	background: #b3a155;
	font-size: 18px;
	text-align:center;
	width:100%;
	left:0;
	bottom:0;
	font-weight: bold;
}
.canine-inquiries .hover,
.simulated-mating .hover{
	border-top:5px solid #b3a155;
	position: absolute;
	left:0;
	top:218px;
	box-sizing: border-box;
	width:274px;
	height:218px;
	background: url(/res/csvclub/u/1805/18054745016567408025779.png) left top;
}
.canine-inquiries .hover table,
.simulated-mating .hover table{
	width:215px;
	margin:0 auto;
}
.canine-inquiries .text-input,
.simulated-mating .text-input{
	width:215px;
	height:28px;
*line-height:28px;
	border:none;
	text-align: center;
	font-weight: normal;
}
.canine-inquiries .hover-title,
.simulated-mating .hover-title{
	color:#fff;
	font-size:14px;
	padding:15px 0 0 0;
	text-align: center;
	font-weight:bold;
}
.canine-inquiries .submit,
.simulated-mating .submit{
	width:80px;
	height:30px;
	background: #b3a155;
	color: #fff;
	font-size:14px;
	border:none;
}
.canine-inquiries label input,
.simulated-mating label input{
	margin-top:-4px;
}
.canine-inquiries .hover td,
.simulated-mating .hover td{
	color:#fff;
	font-size:14px;
	padding:5px 0;
}
.nivo-caption a{
color:#434343;
}
.nivo-caption a:hover{
text-decoration: none;
}