#notify{
	position: fixed;
	width:100%;
	height: 0;
    line-height: 0px;
	z-index: 1000;
	display: none;
}
#container{
	min-width: 1200px;
	width: 100%;
}
#body{
	min-width: 1200px;
	width: 100%;
}
img{
	vertical-align: inherit !important;
}

/*
=================================
                               页头部分
=================================
 * */

/*页头*/
#header{
	height: 7.5em;
    background-image: url(../img/header/logo.png);background-repeat: no-repeat;background-position-x: 7.5em;background-position-y: 1.75em;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: white;
    width: 100%;
    min-width: 65.625em;
    border-bottom: 1px solid #ececec;
    border-top: 4px solid #f00;
}
/*菜单*/
#nav{
}
#nav .nav-body{
	text-align: center;
	width: 56.25em;
	margin: 2.1875em auto;
}
#nav ul>li{
	display: inline-block;
	/*兼容IE低版本*/
	*zoom:1;
    *display: inline;
	font-family: "SimSun";
	font-size: 1em;
	padding:  0.625em;
	padding-bottom: 1em;
	font-weight: bold;

}
#nav ul>li>a{
/*	padding: 0.625em;*/
    padding: 0.4em;
	padding-bottom: 1em;
}
#nav ul>li.active{
	font-weight: bold;
	border-bottom: 0.25em solid #e00a0a;
}
#nav ul>li:hover{ 
	color: cornflowerblue;
}
/*其他链接 ，CSW外网，微信*/
#other-link{
	position: absolute;
    width: 18.75em;
    height:125px;
    right: -4.375em;
    top: 0;
}
#other-link a{
	/* margin: 0 0.9375em; */
}
#other-link .wxinfo{
	position: absolute;
    top: 120px;
    left: 3px;
    width: 162px;
    height: 180px;
    background-color: #f1f1f1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    vertical-align: middle;
}
#other-link div.header-img:hover .wxinfo{
	display: block;
}
#other-link .wxinfo img{
	position: relative;
    top: 20px;
    width: 134px;
    height: 134px;
}
#other-link .wxewm{
	width: 134px;
    height: 134px;
    background: url(../img/header/wxewm.jpg) no-repeat 0.4375em 0.3125em;
}
#other-link .wxinfo{
	display: none;
}
#other-link div.header-img{
	width: 80px;
	height:106px;
	text-align:center;
	display: inline-block;
	padding-top: 15px;
}
#other-link div.header-img:hover{
	background-color: #f1f1f1;
}

/*
=================================
            body部分
=================================
 * */
#body{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 7.5em;
}
#body>.content{
/*	margin-left: -552px;
	position: absolute;
	top: 120px;
	left: 50%;
	
    float: left;*/
    
    margin-top: 20px;
    display: inline-block;
    width: 100%;
	min-width: 70%;
}

#body iframe[name=banner]{
}
#contentIframe{
	width: 100%;
	min-height: 500px;
}





/*
=================================
            footer部分
=================================
 * */
#footer{
	background-color: #1B2130;
	height: 310px;
	margin-top: 20px;
}
#wrap{
	text-align: left;
	width: 1104px;
	margin: 0 auto;
	height: 250px;
	color: #FFFFFF;
}
#wrap .info{
	float: left;
	margin-top: 30px;
}
#wrap .content, #wrap a{
	color: #A4A6A7;
	text-align: center;
}
#wrap a:hover{
	cursor: pointer;
	color: #6495ED;
}
/*友情链接*/
#blogroll{
	width: 470px;
	/* height: 270px; */
}
#blogroll a img{
	margin: 0 6px;
}
#blogroll .content{
	/* border-right: 1px solid #333333; */
	position: relative;
    /* left: -35px; */
}
#fl ul {
	width: 406px !important;
	margin: 0 auto !important;
}
#fl ul img{
	width: 118px;
	height: 47px;
}
#fl .caroufredsel_wrapper{
	width: 400px !important;
}
/*联系我们*/
#contact{
	/* width: 295px; */
	margin-left: 50px;
}
#contact p{
	margin: 20px 0;
}
/*与我们互动*/
#interact{
	width: 378px;
	/* height: 228px; */
	margin-left: 100px;
}
/*轮播图*/

#carousel {
	width: 378px;
	position:relative;
}
#carousel .caroufredsel_wrapper{
	text-align: center !important;
	height: 160px !important;
}
#carousel ul {
	list-style: none !important;
	text-align: left !important;
    float: none !important;
    top: 0px !important;
    right: auto !important;
    bottom: auto !important;
    left: 0px !important;
    margin: 0px auto !important;
    height: 160px !important;
    display: inline-block !important;
	padding: 0 !important;
	position:inherit !important;
	width: auto !important;
}
#carousel li {
	/*background: transparent url(../img/footer/carousel_polaroid.png) no-repeat 0 0;*/
	font-size: 14px;
	color: #999;
	text-align: center;
	display: block;
	width: 111px;
	height: 180px;
	padding: 0;
	margin: 0 6px;
	float: left;
	position: relative;
}

#carousel li img {
	width: 111px;
	height: 111px;
	/* margin-top: 14px; */
}

#carousel li span {
/*	background: transparent url(../img/footer/carousel_shine.png) no-repeat 0 0;*/
	/*text-indent: -999px;*/
	display: block;
/*	overflow: hidden;*/
	width: 111px;
	height: 30px;
/*	position: absolute;
	z-index: 2;
	bottom: -5px;
	left: 50%;*/
}			

.clearfix {
	float: none;
	clear: both;
}
 .prev,  .next {
	/* background: transparent url(../img/footer/carousel_control.png) no-repeat 0 0; */
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 17px;
	height: 30px;
	margin-left: 10px;
	position: absolute;
	top: 60px;				
}
 .prev {
	background: transparent url(/img/footer/lw.png) no-repeat 0 0;
	background-position: 0 0;
	left: -30px;
}
 .prev:hover {
	background: transparent url(/img/footer/lb.png) no-repeat 0 0;
	left: -31px;
}			
 .next {
	background: transparent url(/img/footer/rw.png) no-repeat 0 0;
	background-position: 0 0;
	right: -20px;
}
 .next:hover {
	background: transparent url(/img/footer/rb.png) no-repeat 0 0;
	right: -21px;
}				
 .pager {
	display: none !important;
	text-align: center;
	margin: 0 auto;
	position: relative;
    top: -25px;
}
 .pager a {
	background: transparent url(../img/footer/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
 .pager a.selected {
	background: transparent url(../img/footer/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;				
}

/*版权*/
#copyright{
	clear: all;
	color: #A4A6A7;
    font-size: 14px;
    padding: 20px;
    border-top: 1px solid #333333;
	text-align: center !important;
}
