body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li,form,button, input, textarea, th, td{ 
	margin: 0;
	padding: 0;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}/*为兼容IE8，配合html中的js使用*/
li{  
	list-style: none;
}
a{ 
	text-decoration: none;
	color: #555;
}
.top{ 
	width: 100%;
	background-color: #f1f1f1;
	height: 30px;
}
.auto{ 
	width: 1230px;
	margin: 0 auto;
	clear: both;
}
.top .auto .send{ 
	float: left;
	width: 95px;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.top .auto .send h4{ 
	font-size: 13px;
	color: #666;
	font-weight: normal;
	float: left;
	margin: 0 0 0 4px;
}
.top .auto .send span{ 
	font-size: 13px;
	font-weight: normal;
	color: #666;
	float: left;
	line-height: 30px;
}
.top .auto .send p{ 
	float: right;
	font-size: 16px;
	font-weight: bold;
	height: 15px;
	overflow: hidden;
	transition: all 0.15s;
	-moz-transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	margin-top: 4px;
}


.top .auto .send ul{ 
	clear: both;
	overflow: hidden;
	width: 300px;
	background-color: #fff;
	border: 1px solid #ccc;
	position: absolute;
	top: 30px;
	left: -1px;
	display: none;
	z-index: 1;
}

.top .auto .send ul li{ 
	width: 50px;
	font-size: 13px;
	float: left;
	text-align: center;
	line-height: 30px;
}
.top .auto .send ul li a{ 
	display: block;
	color: #666;
}
.top .auto .send ul li .active{ 
	background-color: #c81623;
	color: #fff;
}
.top .auto .send ul li a:hover{ 
	background-color: #ccc;
	color: #c81623;
}
.top .auto .send:hover{ 
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cursor: pointer;
}
.top .auto .send:hover ul{ 
	display: block;
}
.top .auto .send:hover p{ 
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	margin-top: 10px;
}
.cover{ 
	clear: both;
	background-color: #fff;
	width: 95px;
	height: 6px;
	z-index: 10000;
	position: absolute;
	bottom: -3px;
	display: none;
}
.top .auto .send:hover .cover{ 
	display: block;
}


.top_menu{ 
	width: 810px;
	float: right;
	font-size: 13px;

}
.top_menu .login{ 
	float: left;
	margin-top: 7px;
}
.top_menu .login a>span{ 
	color: #c81623;
}

.top_menu>ul>li{ 
	float: left;
	height: 18px; 
	padding: 6px 0;
	line-height: 18px;
	position: relative;
}
.top_menu>ul>li>a{ 
	float: left;
	padding: 0 8px;
	border-left: 1px solid #ccc;
}
.top_menu>ul>li>p{ 
	float: right;
	font-size: 14px;
	padding: 4px ;
	height: 5px;
	overflow: hidden;
	transition: all 0.15s;

}

.top_menu>ul>li:hover>p{ 
	transform: rotate(180deg);
	margin-top: 6px;
}
.top_menu ul li:hover>a{ 
	color: #c81623;
}
.top_menu ul .dropdown:hover{ 
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.top_menu .myjd{ 
	width: 240px;
	height: 190px;
	border: 1px solid #ccc;
	position: absolute;
	top: 30px;
	left: -1px;
	display: none;
	z-index: 1000;
	background:#fff;
}

.top_menu ul .dropdown:hover .myjd{ 
	display: block;
}

 .cover1{ 
	clear: both;
	background-color: #fff;
	width: 91px;
	height: 6px;
	z-index: 10000;
	position: absolute;
	bottom: -3px;
	left: 0;
	display: none;
}
.top_menu ul .dropdown:hover .cover1{ 
	display: block;
}
.top_menu .myjd .myjd_top{ 
	height: 70px;
	margin: 10px 10px 0;
}
.top_menu .myjd .myjd_top img{ 
	width: 60px;
	height: 60px;
	border-radius: 50%;
	float: left;
}
.top_menu .myjd .myjd_top h4{ 
	padding: 10px 0 5px 70px; 
}
.top_menu .myjd .myjd_top h4:hover a{ 
	color: #c81623;
}
.top_menu .myjd .myjd_top p{ 
	float: left;
	margin-left: 10px;
}
.top_menu .myjd .myjd_top p:hover a{ 
	color: #c81623;
}
.top_menu .myjd ul{ 
	margin: 0 10px 10px 10px;
}
.top_menu .myjd ul li{ 
	float: left;
	width: 100px;
	margin-top: 5px;
}
.top_menu .phonejd{ 			/*手机京东*/
	width: 250px;
	height: 200px;
	border: 1px solid #ccc;
	position: absolute;
	top: 30px;
	left: -1px;
	display: none;
	z-index: 1000;
	background:#fff;
}

.top_menu ul .dropdown:hover .phonejd{ 
	display: block;
}

.top_menu .follow{ 				/*关注京东*/
	width: 91px;
	height: 100px;
	border: 1px solid #ccc;
	position: absolute;
	top: 30px;
	left: -1px;
	display: none;
	z-index: 1000;
	background:#fff;
}

.top_menu ul .dropdown:hover .follow{ 
	display: block;
}

.top_menu .serve{ 				/*客户服务*/
	width: 170px;
	height: 150px;
	border: 1px solid #ccc;
	position: absolute;
	top: 30px;
	left: -1px;
	display: none;
	z-index: 1000;
	background:#fff;
}

.top_menu ul .dropdown:hover .serve{ 
	display: block;
}

.top_menu .top_banner{ 				/*网站导航*/
	width: 1230px;
	height: 150px;
	border: 1px solid #ccc;
	position: absolute;
	top: 30px;
	left: -1140px;
	display: none;
	z-index: 1000;
	background:#fff;
}

.top_menu ul .dropdown:hover .top_banner{ 
	display: block;
}
/*头部结束*/
/*广告开始*/

.ad{ 
	width: 100%;
	min-width: 1250px;
	height: 80px;
	background: #c5281f;
}
.ad .auto{ 
	position: relative;
}
.close{ 
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: 微软雅黑;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: rgba(150,150,150,.5);
}
.close:hover{ 
	background: rgba(150,150,150,.7);
	color: #000;
}
/*广告结束*/
/*搜索框开始*/
.search{ 
	width: 100%;
	height: 100px;
}
.search .logo{ 
	margin: 20px 100px 20px 0;
	float: left;
}
.search .search_bar{ 
	margin: 25px 80px 0 0;
	float: left;
}
.search .search_bar input{ 
	width: 450px;
	height: 28px;
	border: 2px solid #b61d1d;
	float: left;
	outline: none;
	padding-left: 10px;
}
.search .search_bar button{ 
	width: 85px;
	height: 32px;
	background: #b61d1d;
	color: #fff;
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.search .search_bar ul li{ 
	float: left;
	font-size: 12px;
	
	margin: 4px 10px 0 0;
}
.search .search_bar ul li a{ 
	color: #777;
}
.search .search_bar ul li:first-child a{ 
	color: #b61d1d;
}
.search .search_bar ul li:hover a{ 
	color: #b61d1d;
}

.cart{ 
	float: right;
	width: 140px;
	height: 35px;
	background: #f9f9f9;
	margin: 25px 65px 0 0;
	position: relative;
	border: 1px solid #ccc;
	font-size: 13px;
}

.cart .cart_content .icon_cart{ 
	width: 18px;
	height: 16px;
	background: url(images/tuBiao.png) no-repeat 0 -90px;
	margin: 8px 8px 0 10px;
	float: left;
}

.cart .cart_content span{ 
	float: left;
	color: #555;
	cursor: pointer;
	margin: 9px 0 0 0;
}
.cart .cart_content .num{　
	width: 12px;
	font-size: 12px;
	background: #c81623;
	color: #fff;
	padding: 1px 6px ;
	border-radius: 8px 8px 8px 0;
	position: absolute;
	top: -6px;
	right: 20px;
}
.cart .cart_content p{ 
	float: right;
	margin: 8px 10px 0 0;
}
.search:after{ 
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.cart .cart_dropdown{ 
	width: 300px;
	height: 70px;
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	top: 34px;
	left: -161px;
	display: none;
}
.cart .cart_dropdown i{ 
	width: 56px;
	height: 49px;
	background: url(images/settleup-nogoods.png);
	float: left;
	margin: 10px 10px 0 30px;
}
.cart .cart_dropdown span{ 
	color: #999;
	float: left;
	margin-top: 30px;
}
.cart .cover2{ 
	width: 140px;
	height: 6px;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 1000;
	display: none;
}
.cart:hover{ 
	background: #fff;
	box-shadow: 0 0 4px #ccc;
}
.cart:hover .cover2{ 
	display: block;
}
.cart:hover .cart_dropdown{ 
	display: block;
	box-shadow: 0 0 4px #ccc;
}
/*搜索框结束*/
/*banner开始*/
.banner{ 
	width: 100%;
	height: 46px;
	border-bottom: 2px solid #B1191A;
	font-family: 微软雅黑;
}
.banner .top_nav{ 
	background: #B1191A;
	width: 210px;
	height: 44px;
	float: left;
	position: relative;	
}
.banner .top_nav a{ 
	color: #fff;
	display: block;
	height: 44px;
	width: 210px;
	line-height: 44px;
	padding-left: 10px;
}
.banner ul{ 
	float: left;
}
.banner ul li{ 
	float: left;
	padding:0 20px; 

}
.banner ul li a{ 
	line-height: 44px;
	font-size: 16px;
	color: #444;
}
.banner ul li:hover a{ 
	color: #b61d1d;
}


/*banner结束*/
/*左侧菜单开始*/
.menu{ 
	font-family: 微软雅黑;
	clear: both;
	
	
}
.menu .menu_left{ 
	width: 210px;
	background: #c81623;
	float: left;
}
.menu .menu_left>ul{ 
	border-bottom: 1px solid #b61d1d;
	position: relative;
}
.menu .menu_left>ul>li{ 	
	height: 31px;
	
	padding: 0 10px;
	border-left: 1px solid #b61d1d;
}
.menu .menu_left>ul>li>a{ 
	color: #fff;
	font-size: 13px;
	line-height: 31px;
}
.menu .menu_left >ul>li:hover{ 
	background: #fff;
}

.menu .menu_left>ul>li:hover>a{ 
	color: #c81623;
}
/*.active1{ background: #fff;  }
.activeA{ color:#c81623;}*/
.menu .menu_left>ul>li>span{ 
	float: right;
	color: #fff;
}
.menu .menu_left ul li:hover i{ 
	display: inline-block;
	width: 8px;
	height: 31px;
	background: #fff;
	float: right;
	position: absolute;
	left: 207px;
	z-index: 1000;
}
.menu .menu_left .submenu{ 
	width: 1020px;
	min-height: 465px;
	background: #fff;
	border: #c81623 solid 1px;
	border-top: none;
	position: absolute;
	top: 0px;
	left: 210px;
	display: none;
	z-index: 100;
}

.menu .menu_left>ul>li:hover .submenu{ 
	display: block;
}
.menu .menu_left>ul>li .submenuA{ 
	display: block;
}
.submenu .submenu_left{ 
	width: 770px;
	height: inherit;
	float: left;
}
.submenu .submenu_left ul{ 
	margin-left: 20px;
}
.submenu .submenu_left ul li{ 
	float: left;
	margin: 20px 5px;
}

.submenu .submenu_left ul li a{ 
	padding: 3px 0 5px 8px;
	background: #7c7171;
	color: #fff;
	font-size: 12px;
}
.submenu .submenu_left ul li span{ 
	margin-left: 8px;
	background: #5c5251;
	color: #fff;
	cursor: pointer;
	padding: 3px 10px 5px 10px;
}
.submenu .submenu_left ul li:hover a{ 
	background: #b61d1d;
}
.submenu .submenu_left ul li:hover span{ 
	background: #B1191A;
}
.submenu .submenu_left dl{ 
	clear: both;
	overflow: hidden;
	margin: 10px 0 10px 20px;
}
.submenu .submenu_left dl dt{
	display: block;
	width: 80px; 
	font-size: 14px;
	float: left;
	text-align: right;
	margin: 0 16px 0 0;
}
.submenu .submenu_left dl dt a{ 
	color: #666;/*e4393c*/
	font-weight: bold;
}
.submenu .submenu_left dl dt a span{ 
	padding-left: 6px;
}
.submenu .submenu_left dl dd{ 
	font-size: 13px;
	border-bottom: 1px solid #eee;
	padding-bottom: 4px;
	overflow: hidden;
}
.submenu .submenu_left dl dd a{ 
	float: left;
    padding: 0 8px;
    margin: 4px 0;
    border-left: #CCC solid 1px;
    color: #777;
}

.submenu .submenu_left dl a:hover{ 
	color: #b61d1d;
}

.submenu .submenu_right{ 
	width: 200px;
	float: right;
	margin-top: 30px;
}
.submenu .submenu_right li{ 
	float: left;
	margin-right: 3px ;
}
/*左侧菜单结束*/
/*中部轮播图开始*/
.carousel{ 
	height: 455px;
	width: 730px;
	float: left;
	position: relative;
	margin:12px 12px 0 12px ; 
}
.carousel .img li{ 
	position: absolute;
	top: 0;
	left: 0;
}
.carousel .num{ 
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.carousel .num li{ 
	width: 20px;
	height: 20px;
	background: #666;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	color: #fff;
}
.carousel .num .active{ 
	background: #b61b1f;
}
.carousel .btn{ 
	width: 30px;
	height: 60px;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	display: none;
}
.carousel .btn_l{ 
	left: 0;
}
.carousel .btn_r{ 
	right: 0;
}
.carousel:hover .btn{ 
	display: block;
}


/*中部轮播图结束*/

/*右侧news开始*/
.right_news{ 
	width: 261px;
	height: 372px;
	border: 1px solid #e4e4e4;
	float: right; 
	margin-top: 12px;
}
.right_news .news .news_top{ 
	height: 32px;
	border-bottom: 1px dotted #e4e4e4;
	line-height: 32px;
	color: #666;
}
.right_news .news .news_top h4{ 
	font-size: 16px;
	font-weight: normal;
	float: left;
	margin-left: 20px;
}
.right_news .news .news_top a{ 
	font-size: 12px;
	float: right;
	margin-right: 20px;
}
.right_news .news .news_bot{ 
	font-size: 13px;
	padding: 15px;
	border-bottom: 1px solid #e4e4e4;
}
.right_news .news .news_bot li{
	line-height: 24px; 
	
}
.right_news li a{ 
	color: #666;
}
.right_news li:hover a{ 
	color: #c81623;
}
.right_news .news .news_bot li span{ 
	font-weight: bold;
}
.right_news .serve{ 
	height: 188px;
}
.right_news .serve ul li{ 
	float: left;
	width: 64.5px;
	height: 62px;
	border-right: 1px solid #e8e8e7;
	border-bottom: 1px solid #e8e8e7;
	cursor: pointer;
	text-align: center;
}
.right_news .serve .borderN{ 
	border-right: none;
}
.right_news .serve>ul>li img{ 
	margin-top: 9px;
}
.right_news .serve>ul>li p{ 
	font-size: 13px;
}
.right_news .serve .tab{ 
	display: none;
}
/*.right_news .serve .tab .active1{ display: block;}*/
.right_news .serve .tab ul li{ 
	float: left;
	width: 64.5px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
}
.right_news .serve .tab ul li.danji{ 
	border-top: 2px solid #c81623;
	border-bottom: none;
}
.right_news .serve .tab .tab_text{ 
	clear: both;
	height: 164px;
	width: 260px;
	display: none;
	position: relative;
}
.right_news .serve .tab .tab_text .close1{
	display:inline-block; 
	width: 16px;
	height: 18px;
	line-height:18px;
	text-align: center;
	
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	font-size: 10px;
	cursor: pointer;
}
.right_news .serve .tab .tab_text .close1:hover{ 
	background: rgba(0,0,0,.3);
}
.right_news .serve .tab .first{ 
	display: block;
}

.right_news .bot_pic{ 
	clear: both;
	width: 262px;
	height: 75px;
}

.right_news .bot_pic img{ 
	width: 100%;
	height: 100%;
	margin-top: 5px;
}


/*右侧news结束*/
/*推荐开始*/
.recommend{ 
	height: 164px;
	margin: 10px 0 20px;
}
.recommend .recommend_text{ 
	width: 210px;
	float: left;
}
.recommend .recommend_text img{ 
	height: 155px;
	width: 100%;
}
.recommend .recommend_pic{ 
	width: 1020px;
	height: 170px;
	float: left;
	position:relative;
	overflow: hidden; 
}
.recommend .recommend_pic ul{ 
	
	width: 10000px;
	position: absolute;
	top: 0;
	left: 0;
}
.recommend .recommend_pic ul li{ 
	float: left;
}
.recommend .recommend_pic ul li img{ 
	margin-left:-7px; 
	width: 255px;
}

.recommend .recommend_pic .r_p_btn{ 
	width: 30px;
	height: 60px;
	background: rgba(0,0,0,.3);
	text-align: center;
	line-height: 60px;
	position: absolute;
	top: 50%;
	margin-top:-30px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	display: none;
}
.recommend .recommend_pic .r_p_btn_l{ 
	left: 0;
}
.recommend .recommend_pic .r_p_btn_r{ 
	right: 0;
}
.recommend .recommend_pic:hover .r_p_btn{ 
	display: block;
}


/*推荐结束*/
/*主体内容开始*/

.main{ 
	width: 1230px;
	font-family: 微软雅黑;
	margin-top: 30px;

}
.main .content{ 
	height: 746px;
	margin-top: 30px;
}
.main .content .contentNav{ 
	height: 33px;
	border-bottom:1px solid #c81623; 
	
}
.contentNav .contentLeft{ 
	width: 128px;
	float: left;
}
.contentNav .contentLeft div{ 
	width: 31px;
	height: 25px;
	background: url(images/product_home_1_01.png)no-repeat;
	color: #fff;
	float: left;
}
.contentNav .contentLeft div span{ 
	display: block;
	margin-top: 4px;
}
.contentNav .contentLeft h2{ 
	font-weight: normal;
	font-size: 21px;
	float: left;
	margin: 0 0 0 10px;
}
.contentNav .contentRight{ 
	float: right;
}

.contentNav .contentRight ul{ 
	border: 1px solid #ccc;
	height: 34px;
	border-bottom: none;
}
.contentNav .contentRight ul li{ 
	float: left;
	/*margin: 5px 0 0 0;*/
}

.contentNav .contentRight ul li a{ 
	border-right: 1px solid #ccc;
	display: block;
	padding: 0px 16px;
	margin-top: 6px;
	font-size: 14px;
	color: #666;
}

.contentNav .contentRight ul .navActive{ /**/
	border-top: 3px solid #c81623;
	border-left:  1px solid #c81623;
	border-right:  1px solid #c81623;
	border-bottom: 1px solid #fff;
	padding: 4px 16px 8px 16px;
	margin-top: -3px;
	margin-left: -1px;
	display: block;
	color: #c81623;
}

.contentImgL{ 
	width: 331px;
	height: 637px;
	border-bottom: 1px solid #ccc;
	float: left;
	font-size: 14px;
}
.contentImgL .contentImgL_top{ 
	height: 346px;
	overflow: hidden;
	position: relative;
}
.contentImgL .contentImgL_top ul{ 
	height: 92px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.5);
}

.contentImgL .contentImgL_top ul li{ 
	float: left;
	margin: 13px 20px 10px 24px;
	
	
}
.contentImgL .contentImgL_top ul li img{ 
	float: left;
	margin-right: 5px;
	margin-top: -3px;
}
.contentImgL .contentImgL_top ul li a{ 
	color: #666;
}
.contentImgL .contentImgL_top ul li:hover a{ 				
	color: #c81623;
}
.contentImgL .contentImgL_top .imgHover{ 
	width: 30px;
	height: 700px;
	background: rgba(250,250,250,.3);
	position: absolute;
	top: -190px;
	left: -190px;
	transform: rotate(45deg);
	border-radius: 100%;
}

.contentImgL .contentImgL_middle ul{ 
	background: #EAEBF5;
	height: 128px;
	border-bottom: 1px solid #ddd;
}
.contentImgL .contentImgL_middle ul li{ 
	float: left;
	width: 134px;
	margin: 16px 0 0 24px;
	font-size: 13px;
}
.contentImgL .contentImgL_middle ul li a{ 
	width: 54px;
	display: block;
	margin: 3px 10px 3px 0;
	float: left;
	color: #666;
}
.contentImgL .contentImgL_middle ul li a:hover,
.contentImgL .contentImgL_middle ul li span{ 
	color: #c81623;
}
.contentImgL>a>img{ 
	width: 331px;
	height: 161px;
}
.contentImgR{ 
	width: 899px;
	height: 636px;
	float: left;
}

.contentImgR .contentImgR_L{ 
	width: 440px;
	float: left;
}
.contentImgR .contentImgR_L .contentImgR_L1{ 
	height: 157px;
	display: block;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.contentImgR .contentImgR_L .contentImgR_L2{ 
	height: 315px;
	display: block;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd; 
}
.contentImgR .contentImgR_L .contentImgR_L3{ 
	height: 162px;
	display: block;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd; 
}
.contentImgR .contentImgR_M{ 
	float: left;
}
.contentImgR .contentImgR_M ul li{ 
	height: 157px;
	display: block;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.contentImgR .contentImgR_M ul li.last1{ 
	height: 162px;
}
.contentImgR .contentImgR_M ul li img{ 
	width: 228px;
	height: 157px;
}

.contentImgR .contentImgR_R{ 
	float: left;
}

.contentImgR .contentImgR_R ul li{ 
	height: 157px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.contentImgR .contentImgR_R ul li.last2{ 
	height: 320px;
	display: block;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.contentImgR .contentImgR_R ul li img{ 
	width: 229px;
	height: 157px;
}
.contentImgR .contentImgR_R ul li.last2 img{ 
	height: 320px;
}

.fz_Top{ 
	width: 920px;
}
.fz_Top ul li{　
	display: block;
	width: 189px;
    height: 236px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 17px 0 18px;
    float: left;
}
.fz_Top ul li a img{ 
	margin: 20px 0 0 27px;
}
.fz_Top ul li a span{ 
	display: block;
	margin-top: 5px;
	height: 45px;
	font-size: 12px;
	color: #666;
}
.fz_Top ul li a span:hover{ 
	color: #c81623;
}
.fz_Top ul li h4{ 
	color: #e4393c;
	font-weight: normal;
	font-size: 15px;
}
.fz_bottom{ 
	width: 920px;
}
.fz_bottom ul li{ 
	float: left;
	width: 223px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 162px;

}

.fz_bottom ul li img{ 
	height: 161px;
	width: 223px;
}
.contentImgR1{ 
	display: block;
}

.contentAd{ 
	clear: both;
	width: 1230px;
	height: 40px;
	padding: 13px 0;
	background: #f7f7f7;
	margin-top: 10px;
}
.contentAd ul li{ 
	float: left;
	width: 122px;
	border-right: 1px dotted #ddd;
}
.contentAd ul li:last-child{ 
	border-right: none;
}

/*主体内容结束*/
/*楼梯式导航条开始*/
.stairbanner{ 
	width: 32px;
	height: 220px;
	position: fixed;
	top: 150px;
	left: 20px;
	display: none;
}
.stairbanner ul li{ 
	width: 32px;
	height: 32px;
	color: #8F8583;
	text-align: center;
	line-height: 32px;
	border-bottom: 1px dotted #ddd;
	position: relative;
	cursor: pointer;
}
.stairbanner ul li span{ 
	display: block;
	height: 32px;
	width: 32px;
	background: #c81623;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	display: none;
}
.stairbanner ul li:hover span{ 
	display: block;
}
.stairbanner ul li span.active1{ 
	color: #c81623;
	background: #fff;
	display: block;
}
/*楼梯式导航条结束*/
/*脚部开始*/
footer{ 
	margin: 10px 0 40px 0;
}
footer .footer_top{ 
	width: 100%;
	height: 55px;
	padding: 20px 0;
	background: #f5f5f5;
	
}
footer .footer_top ul li{ 
	float: left;
	margin: 0 70px 0 16px;
}
.footer_main{ 
	margin-top: 20px;
	height: 180px;
	border-bottom: 1px solid #ddd;
}
.footer_main dl{ 
	float: left;
	width: 200px;
}
.footer_main dl dt{ 
	font-size: 16px;
	color: #666;
	font-family: 黑体;
	margin-bottom:5px;
}
.footer_main dl dd{ 
	font-size: 12px;
	line-height: 20px;
}

.footer_main .footer_main_R{ 
	width: 194px;
	height: 160px;
	float: left;
	background: url(images/20130330B_1_02.png)no-repeat;
	margin-left: -14px;
	padding: 10px 0 0 16px;
}
.footer_main .footer_main_R h4{ 
	color: #666;
	font-size: 16px;
	font-weight: normal;
	font-family: 黑体;
	margin: -10px 0 13px 0;
}
.footer_main .footer_main_R p{ 
	font-size: 12px;
	color: #555;
	margin-top: 15px;
}
.footer_main .footer_main_R a{　
	display: block;
	float: right;
	font-size: 12px;
	color: #555;
}
.footer_bottom{ 
	text-align: center;
}
.footer_bottom .links{ 
	height: 20px;
	padding-top: 20px
}
.footer_bottom .links ul{ 
	width: 810px;
	margin: 0 auto;
}
.footer_bottom .links ul li{ 
	float: left;
	padding: 0 10px;
	border-right: 1px solid #666;
	font-size: 12px;
}
.footer_bottom .links ul li:last-child{ 
	border-right: none;
}

.footer_bottom .copyright{ 
	margin: 10px 0;
	font-size: 12px;
}
.footer_bottom .copyright a{ 
	line-height: 20px;
}

.footer_bottom .authentication{ 
	margin-top: 12px;
}



/*脚部结束*/