@charset "utf-8";
/* CSS Document */

.wh960{width:960px;}
.wh1000{width:1000px;}
.wh590{width:590px;}

#Area {width:1000px;margin: 0 auto; }

#nav {height:60px;line-height:60px; width:700px; float:left;}

/* jQuery jcImgScroll css */

.jcImgScroll {
	position: relative;
	height: 380px;
	width:1000px;
	margin:0 auto;
}

.jcImgScroll li {
	border: 1px solid #ccc;
}

.jcImgScroll li a {
	background: #fff;
	display: block;
	height: 350px;
}				
.jcImgScroll em.sPrev {
	background: url(images/btn.png) no-repeat right center;
	background-position: 40px 93px;
}

.jcImgScroll em.sNext {
	background: url(images/btn.png) no-repeat left center;
	background-position: -40px 93px;
}


.jcImgScroll li.loading a {
	background: #fff url(../images/loading.gif) no-repeat center center;
}

.jcImgScroll li img,
.jcImgScroll li,
.jcImgScroll em,
.jcImgScroll dl {
	display: none;
}


.jcImgScroll dl dd {
	background: url(../images/NumBtnblue.png) no-repeat 0 bottom;
	text-indent: -9em;
}

.jcImgScroll dl dd:hover,
.jcImgScroll dl dd.curr {
	background-position: 0 0;
}


/*整站footer*/
#footer{
    border-top: 1px solid #dcdcdc;
    background-color: #fafafa;
}
#footer .friendLinks{
    text-align: center;
    margin: 0 20px;
    padding-top: 10px;
    border-bottom: 1px solid #f0f0f0;
}
#footer .friendLinks ul{
    font-size: 0;
}
#footer .friendLinks li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    padding: 10px 14px;
    height: 14px;
}
#footer .friendLinks a{
    color: #000;
    font-size: 14px;
}
#footer .friendLinks a:hover{
    text-decoration: underline;
}
#footer .info{
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}
#footer .info.w1200{
    width: 1000px;

}
#footer .info > div{
    float: left;
}
#footer .info .footerLeft img{
    display: block;
    margin-top: 3px;
    margin-right: 20px;
}
#footer .info .footerLeft a{
    display: inline-block;
    *display:inline;
    *zoom: 1;
}
#footer .info .footerCenter{
    text-align: left;
}
#footer .info .footerCenter p{
    color: #666666;
    font-size: 12px;
    line-height: 1;
    padding-top: 10px;
}
#footer .info .footerCenter p:first-child{
    padding-top: 0;
}
#footer .info .footerCenter p a{
    color: #666666;
}
#footer .info .footerCenter p a:hover{
    text-decoration: underline;
}
#footer .info .footerRight{
    float: right;
    font-size: 0;
    padding-top: 10px;
    margin-left: 30px;
}
#footer .info .footerRight a{
    display: inline-block;
    *display:inline;
    *zoom: 1;
    margin-right: 10px;
}
#footer .info .footerRight .hd315{
    background: url("http://www.cnr.cn/css2017/images/hd315.png") no-repeat;
    width: 35px;
    height: 37px;
}
#footer .info .footerRight .beian{
    background: url("http://www.cnr.cn/css2017/images/beian.png") no-repeat;
    width: 34px;
    height: 37px;
}
#footer .info .copyright{
    display: none;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
}
#footer{
    font: 300 1em/1 Microsoft Yahei, PingFang SC, Lantinghei SC, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
