@charset "utf-8";

/* CSS Document */
*{margin:0px;padding:0px;text-decoration: none;list-style: none;font-family: "微软雅黑";}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin: 0;padding: 0;}
body{font-size:12px;}
img{border:none;}
li{list-style:none;}
input,select,textarea{outline:none;}
a{text-decoration:none;color: #000;}
.mbox{width: 1200px;margin: auto;}
.clear{clear: both;}
.blank5{height: 5px;margin: auto;}
.blank10{height: 10px;margin: auto;}
.blank20{height: 20px;margin: auto;}
.blank30{height: 30px;margin: auto;}
.blank40{height: 40px;margin: auto;}
.blank50{height: 50px;margin: auto;}



/*头部*/
.header{
	width: 100%;
	background: #f5f5f5;
	height: 29px;
	line-height: 29px;
}
.header_left{
	float: left;
	position:relative;
}
.header_left img{
	float: left;
	margin-top: 4px;
}
.header_left p{
	float: left;
	margin-left: 10px;
}
.header_right{
	float: right;
}
.header_right ul li{
	float: left;
	background: url(../images/line.png) no-repeat right center;
	padding: 0 10px;
}
.header_right ul{
	float: left;	
}
.header_right span{
	float: left;
	margin: 0 10px;
}
.header_right font{
	color: #ff3f3f;
}
.header_posi{
	width: 300px;
	background: #fff;
	padding: 10px;
	position: absolute;
	left: 0;
	display: none;
}
.header_left:hover{
	background: #fff;
}

.header_posi ul li{
	float: left;
	padding: 2px 8px;
}
.header_posi ul li:hover{
	background: #f4f4f4;
	color: #e33333;
}


.header_left:hover .header_posi{
	display: block;
}
/*头部结束*/
/* banner开始 */



.slideBox{ height: 430px; overflow:hidden; position:relative; border:1px solid #ddd;  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ height: 430px;zoom:1; vertical-align:middle; }
		.slideBox .bd img{ display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }




.relative{
	position: relative;
}


.banner {
	width: 100%;
	margin: auto;
}


.absolute {
	position: absolute;
	top: 0px;
	width: 229px;
	height: 430px;
	background: #3f3f3f;
	z-index: 100000000000;
	display:none;
}


.absolute ul li{
	width: 228px;
	height: 44px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 44px;
	background: url(../images/jiantou.png) no-repeat center;
}
.absolute ul li img{
	float: left;display:none;
	margin-left: 56px;
    margin-right: 11px;
    margin-top: 11px;
}
.absolute ul li p{
	float: left;margin-left:20px;
}
#nav {
		position: relative;
		z-index: 1;
	}
	
	#nav li{
		height: auto;
	}
	
	
	#nav .mainCate {
		/position: relative;
		zoom: 1;
	}
	
	#nav .evenLeval {
		background: #fff;
	}
	
	#nav h3 {
		height: 28px;
		line-height: 28px;
		font-size: 16px;
		overflow: hidden;
	}
	
	#nav h3 span {
		width: 18px;
		height: 15px;
		line-height: 32px;
		font-weight: 200;
		font-size: 12px;
		float: right;
	}
	#nav .subCate {
		display: none;
		background: url(images/nav_ny_div_bg.jpg) 0 0 repeat-y #fff;
		position: absolute;
		left: 230px;
		top: 0;
		width: 960px;
		min-height: 433px;
		color: #333;
	}
	
	#nav .subCate h4 {
		height: 26px;
		line-height: 26px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #ccc;
		font-size: 16px;
		color: #333;
	}
	
	#nav .subCate ul {
		float: left;
		overflow: hidden;
		padding-top: 20px;
	}
	
	#nav .subCate li {
		width: 230px;
		float: left;
		display: inline;
	}
	
	#nav .subCate li a {
		display: block;
		float: left;
		padding: 0 5px;
		line-height: 25px;
		color: #666;
		word-break: keep-all;
		white-space: nowrap;
	}
	
	#nav .subCate #sub-ul-1 {
		width: 100%;
		;
	}
	
	#nav .on {
		background: #88766E;
		color: #fff;
	}
	
	#nav .on h3 a,
	#nav .on p a {
		color: #fff;
	}
	
	#nav .on .subCate {
		display: block !important;
	}
	
	#mainCate-6 .subCate {
		top: -70px
	}
	
	#mainCate-7 .subCate {
		top: -100px
	}
	
	#mainCate-8 .subCate {
		top: -164px;
	}
	
	#mainCate-9 .subCate {
		top: auto;
		bottom: 0;
	}

	#nav .subCate .erji{
		width: 930px;
		margin: auto;
		border-top: 1px solid #eeeeee;
		text-align: left;
	}
	
	#nav .subCate .erji:nth-child(1){
		border: 0;
	}
	
	#nav .subCate .erji p{
		float: left;width:80px;
		font-weight: 600;
	}

	#nav .subCate .erji span{
		background: url(../images/shu.jpg) no-repeat left center;
		padding: 0 10px;
	}

	#nav .subCate .erji span:nth-child(1){
		background: none;
	}
#nav .subCate .erji .leixing a{white-space:nowrap}
	#nav .subCate .erji .leixing{
		float: left;
		margin-left: 20px;
		width: 790px;
	}

	.absolute1{
		width: 229px;
		height: 430px;
		position: absolute;
		top: -432px;
		right: 0;
	}
	.absolute1 .duxiang{
		text-align: center;
		color: #fff;
		height: 53px;
		line-height: 53px;
		background: url(../images/zhuanxiang.jpg) no-repeat center;
		font-size: 18px;
	}
	.absolute1 .tequan{
		background: #fff;
		height: 157px;
		overflow: hidden;
		border-bottom: 2px solid #000;
	}
	.absolute1 .tequan p{
		background: url(../images/kuang.png) no-repeat 2px center;
		float: left;
		width: 113px;
		text-align: center;
		line-height: 21px;
	}
	.absolute1 .tequan input{
		width: 104px;
		height: 32px;
		border-radius: 10px;
		border: 0;
		color: #fff;
		background: #166beb;
		margin-left: 6px;
    	text-align: center;
    	font-size: 16px;
    	margin-top: 23px;
	}
	.absolute1 .tequan input:nth-of-type(1){
		background: #ff5400;
	}
	.absolute1 .dongtai_top{
		height: 42px;
		background: #fff;
		border-bottom: 1px solid #ebebeb;
	}
	.absolute1 .dongtai_top p{
		float: left;
		padding-left: 10px;
	}
	.absolute1 .dongtai_top p img{
		padding-top: 15px;
	}
	.absolute1 .dongtai_top p:nth-of-type(2){
		float: right;
		line-height: 42px;
	}
	.absolute1 .dongtai_con{
		background: #fff;
		height: 176px;
	}
	.absolute1 .dongtai_con ul li{
		width: 229px;
		height: 31px;
		text-align: center;
    	line-height: 31px;
    	color: #888888;
	}
	.absolute1 .dongtai_con ul li:hover{
		color: #ff3c3c;
	}
	.absolute1 .dongtai_con ul li span{
		color: #3f3f3f;
	}



/* banner结束*/


/*广告开始*/
.gg{
	background: url(../images/gg.jpg) no-repeat center;
	height: 80px;
}
/*广告结束*/


/*logo开始*/
.logo{
	width: 100%;
	margin: auto;
}
.logo_left{
	float: left;
	margin: 30px auto;
}
.logo_center{
	float: left;
	width: 203px;
	height: 63px;
	margin: 40px auto;
	border-left: 1px solid #dbdbdb;
	line-height: 18px;
}
.logo_right{
	float: right;	
}
.logo_center .weizhi{
	margin-left:27px;
}
.logo_center .weizhi img{
	float: left;
}
.logo_center .weizhi span{
	float: left;
	margin: 0 10px;
}
.logo_center .weizhi a{
	color: #2fa6fa;
	border-bottom: 1px solid #2fa6fa;
	padding: 3px 0px;
}
.logo_right .input{
	width: 426px;
	height: 36px;
	margin-top: 46px;
	border: 2px solid #1cbfda;
	font-size: 16px;
}
.logo_right .input1{
	width: 346px;
    height: 32px;
    float: left;
    border: 0px;
}
.logo_right .input2{
	width: 80px;
    height: 36px;
    float: left;
    border: 0px;
    background: #1cbfda;
    color: #fff;
}
.logo_right ul li{
	float: left;
	margin: 10px;
	color: #999999;
}

/*logo结束*/



/*nav_ny开始*/
.nav_ny{
	height: 48px;
	background: #f5f8f9;
	border-bottom: 3px solid #3f3f3f;
}
.nav_ny .menu{
	width: 229px;
	height: 51px;
	background: #209ad9;
	line-height: 51px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	float: left;
}
.nav_ny .menu .absolute{ display:block;}
.nav_ny .menu img{
	float: left;
	margin-left: 36px;
    padding-top: 17px;
}
.nav_ny .menu p{
	float: left;
	margin-left: 16px;
}
.nav_ny ul{
	float: left;
}
.nav_ny ul li{
	width: 100px;
	height: 48px;
	float: left;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
}
.nav_ny .selected{
	color: #ff3f3f;
	background: url(../images/hot.png) no-repeat right 6px;
}
.nav_ny .gongyingshang{
	width: 257px;
	height: 50px;
	float: right;
	background: url(../images/gongyingshang.jpg) no-repeat center;	
}

/*nav_ny结束*/






/*管理开始*/
.guanli{
	width: 100%;
	margin: auto;
	border-bottom: 3px solid #1bb7cc;
}
.guanli_top{
	margin: auto;
	border-bottom: 1px solid #eaeaea;
}
.guanli_top ul li{
	float: left;
	margin: 40px 83px;
}
.guanli_top img{
	float: left;
}
.guanli_top .guanli_sheng{
	float: left;
	line-height: 25px;
	margin-left: 10px;
}
.guanli_top .guanli_sheng p{
	font-size: 15px;
	color: #000;
	font-weight: 600;
}
.guanli_top ul li:nth-child(1){
	margin-left: 0px;
}
.guanli_top ul li:nth-child(4){
	margin-right: 0px;
}
.guanli_bottom{
	height: 256px;
}
.guanli_bottom .bt_left{
	width: 842px;
	float: left;
}
.guanli_bottom .bt_left ul{
	float: left;
	margin: 20px 40px;
}
.guanli_bottom .bt_left ul:nth-child(1){
	margin-left: 0px;
}
.guanli_bottom .bt_left ul li{
	line-height: 22px;
}
.guanli_bottom .bt_left font{
	font-size: 16px;
	color: #000;
	font-weight: 600;
	padding: 20px 0px;
	display: block;
}
.guanli_bottom .bt_right{
	width: 357px;
	height: 166px;
	float: left;
	margin-top: 45px;
	border-left: 1px solid #eaeaea;
}
.guanli_bottom .bt_right ul{
	float: left;
	margin: 5px 23px;
}
.guanli_bottom .bt_right font{
	font-size: 16px;
	color: #000;
	font-weight: 600;
	display: block;
}
.guanli_bottom .bt_right ul li{
	background: url(../images/erweima_bg.jpg) no-repeat center;
	width: 124px;
	height: 124px;
	margin: 10px 0px;
}
.guanli_bottom .bt_right ul li img{
	margin: 6px;
}

/*管理结束*/



/*footer开始*/
.footer{
	background: #2a3038;
}
.footer ul{
	text-align: center;
	margin: auto;
	width: 813px;
}
.footer ul li{
	float: left;
	background: url(../images/shu.jpg) no-repeat right;
	font-size: 14px;
	color: #fff;
	padding: 20px;
}
.footer p{
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
}
.footer ul li:nth-child(7){
	background: none;
}
.footer img{
	margin: 7px 4px;
}

/*footer结束*/



/*右侧定位开始*/
.fixed{
	position: fixed;
	right: 0;
	height: 100%;
	top: 0;
	color: #fff;
	z-index: 20;
}
.fixed ul{
	width: 35px;
	background: #17191c;
	height: 100%;
}
.fixed ul li{
	padding: 6px 0px;
	margin: auto;
	border-bottom: 1px solid #4b4d50;
	margin-top: 10px;
}
.fixed ul li img{
	margin-left: 7px;
}
.fixed ul li:hover{
	background: #32c5de;
}
.fixed ul li p{
	margin: auto;
}
.fixed p{
	margin:10px auto;
	text-align: center;
}
.fixed_right{
	margin-top: 50%;
}

/*右侧定位结束*/

/*店铺样式开始*/
/*店铺广告样式开始*/
.dp_gg{ width:100%; height:149px; background:url(../images/dpgg_bg.png) no-repeat center;}
.dp_gg .dpgg_con{ width:1200px; height:149px; margin:0 auto;}
.dpgg_con .dpggCon_L{ float:left; width:830px; margin-top:25px;}
.dpgg_con .dpggCon_L .wz{ float:left;}
.wz h2{ font-size:40px; color:#fff; font-weight:100;}
.dpgg_con .dpggCon_L .icon{ float:left; }
.dpgg_con .dpggCon_L .icon span{ color:#ffebce; font-size:12px; line-height:27px;}
.icon ul li{ float:left; padding-left:10px; margin-top:18px;}
.guige .txt{ float:left; margin-right:30px; margin-top:12px; font-size:14px; color:#fcff00;}
.guige .txt span{ color:#fff; font-weight:800;}
.dpgg_con .dpggCon_R{ float:right;}
.dpggCon_R .text{ width:260px; height:30px; outline:none; border:none; padding-left:10px; margin-top:50px;}
.dpggCon_R .btn{ width:80px; height:30px; margin-left:-10px; border:none; background: linear-gradient(#bb022b, #a30225); color:#fff;}
.dpggCon_R .online{ float:right; margin-top:10px;}
.dpggCon_R .online a{ padding-left:10px;}
/*店铺广告样式开始*/
/*店铺导航样式开始*/
.dp_nav{ width:100%; height:40px; background:#bd032c;}
.dp_nav .dpNav{ width:1200px; height:40px; margin:0 auto;  position:relative;}
.dpNav #dpNav_meun{ width:230px; height:40px; background:#a00225; line-height:40px; font-size:16px; color:#ffebce; text-align:center; float:left;}
#dpNav_meun p{ padding:0 10px;}
#dpNav_meun img{ padding:12px 30px 0 0; float:right;}
.dpNav .dpNav_con{ float:left;}
.dpNav_con ul li{ float:left; line-height:39px; width:145px; text-align:center; }
.dpNav_con ul li a{ font-size:14px; color:#ffebce; }

#dpNav_list{ width:230px; height:auto; background:#3f3f3f; margin:0 auto; z-index:111; position:absolute; top:40px; left:0; display:none;}
#dpNav_list #dpNav_nav{ width:230px; height:450px; background:#3f3f3f; margin:0 auto; z-index:111; position:absolute; top:0px; left:0;}
#dpNav_list #dpNav_nav .dpNav_con{ float:left; width:230px; height:44px; line-height:44px; background:#3f3f3f url(../images/jt.png) no-repeat right 20px center;}
.dpNav_list #dpNav_nav .dpNav_con:last-child{ padding-bottom:50px;}
#dpNav_nav .dpNav_con:hover{ background:#5d5d5d url(../images/jt.png) no-repeat right 20px center;}
.dpNav_con img{ float:left; margin:12px 10px 0px 60px;}
.dpNav_con p{ float:left; font-size:14PX; color:#FFF;}
#dpNav_con1,#dpNav_con2,#dpNav_con3,#dpNav_con4,#dpNav_con5,#dpNav_con6,#dpNav_con7,#dpNav_con8,#dpNav_con9{width:230px; height:44px; position:relative;}
#dpNav_nav #dpNav_con1 .right_list,
#dpNav_nav #dpNav_con2 .right_list,
#dpNav_nav #dpNav_con3 .right_list,
#dpNav_nav #dpNav_con4 .right_list,
#dpNav_nav #dpNav_con5 .right_list,
#dpNav_nav #dpNav_con6 .right_list,
#dpNav_nav #dpNav_con7 .right_list,
#dpNav_nav #dpNav_con8 .right_list,
#dpNav_nav #dpNav_con9 .right_list
{ width:740px; height:250px; background:#fff; position:absolute; top:0; left:230px; display:none;}

#dpNav_nav  #dpNav_con1:hover .right_list,
#dpNav_nav  #dpNav_con2:hover .right_list,
#dpNav_nav  #dpNav_con3:hover .right_list,
#dpNav_nav  #dpNav_con4:hover .right_list,
#dpNav_nav  #dpNav_con5:hover .right_list,
#dpNav_nav  #dpNav_con6:hover .right_list,
#dpNav_nav  #dpNav_con7:hover .right_list,
#dpNav_nav  #dpNav_con8:hover .right_list,
#dpNav_nav  #dpNav_con9:hover .right_list
{display:block;}
#dpNav_nav  #dpNav_con1:hover,
#dpNav_nav  #dpNav_con2:hover,
#dpNav_nav  #dpNav_con3:hover,
#dpNav_nav  #dpNav_con4:hover,
#dpNav_nav  #dpNav_con5:hover,
#dpNav_nav  #dpNav_con6:hover,
#dpNav_nav  #dpNav_con7:hover,
#dpNav_nav  #dpNav_con8:hover,
#dpNav_nav  #dpNav_con9:hover
{ background:#88766e url(../images/jt.png) no-repeat right 20px center;}

.right_list .dpNav_neirong{ width:700px; float:left; border-bottom:1px solid #e0e0e0; margin:0 20px;}
.xinghao{ margin-left:70px; width:630px;}
.dpNav_neirong p{ font-size:14px; color:#000; font-weight:800;}
.dpNav_neirong span{ display:block; width:70px; float:left; text-align:center; background:url(../images/line.png) no-repeat right center;}
/*店铺导航样式结束*/
/*店铺banner样式开始*/
.dp_banner{width:100%; height:300px;}
.slider {
				width: 100%;
				min-width: 980px;
				height: 300px;
				position: relative;
				overflow: hidden;
				background: #fff;
				text-align: center;
			}
			
			.slider .bd {
				width: 980px;
				position: absolute;
				left: 50%;
				margin-left: -490px
			}
			
			.slider .bd li {
				width: 980px;
				overflow: hidden;
			}
			
			.slider .bd li img {
				display: block;
				width: 980px;
				height: 335px;
			}
			
			.slider .tempWrap {
				overflow: visible !important
			}
			
			.slider .tempWrap ul {
				margin-left: -980px !important;
			}
			
			.slider .hd {
				position: absolute;
				width: 100%;
				left: 0;
				z-index: 1;
				height: 8px;
				bottom: 20px;
				text-align: center;
			}
			
			.slider .hd li {
				display: inline-block;
				*display: inline;
				zoom: 1;
				width: 8px;
				height: 8px;
				line-height: 99px;
				overflow: hidden;
				background: url(images/slider-btn.png) 0 -10px no-repeat;
				margin: 0 5px;
				cursor: pointer;
				filter: alpha(opacity=60);
				opacity: 0.6;
			}
			
			.slider .hd li.on {
				background-position: 0 0;
				filter: alpha(opacity=100);
				opacity: 1;
			}
			
			.slider .pnBtn {
				position: absolute;
				z-index: 1;
				top: 0;
				width: 100%;
				height: 335px;
				cursor: pointer;
			}
			
			.slider .prev {
				left: -50%;
				margin-left: -490px;
			}
			
			.slider .next {
				left: 50%;
				margin-left: 490px;
			}
			
			.slider .pnBtn .blackBg {
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 335px;
				background: #000;
				filter: alpha(opacity=50);
				opacity: 0.5;
			}
			
			.slider .pnBtn .arrow {
				display: none;
				position: absolute;
				top: 0;
				z-index: 1;
				width: 60px;
				height: 335px;
			}
			
			.slider .pnBtn .arrow:hover {
				filter: alpha(opacity=60);
				opacity: 0.6;
			}
			
			.slider .prev .arrow {
				right: 0;
				background: url(../images/slider-arrow.png) -120px 0 no-repeat;
			}
			
			.slider .next .arrow {
				left: 0;
				background: url(../images/slider-arrow.png) 0 0 no-repeat;
			}

.banner_absolute{
	position: absolute;
    width: 182px;
    height: 276px;
    right: 166px;
    top: -287px;
    background: rgba(197,21,28,0.9);
    color: #fff;
    font-size: 16px;
}
.banner_absolute .gonggao{
	width: 160px;
	margin: auto;
	border-bottom: 1px solid #fff;
	padding: 11px 0;
}
.banner_absolute ul li{
	width: 160px;
	margin: auto;
	font-size: 12px;
	line-height: 30px;
}
/*指示器按钮*/
.btn_list{text-align:center; position:relative; left:0; top:6px; z-index:10;}
.btn_list span{
		width:15px; height:15px; display:inline-block; margin:15px 5px;
		background:#787d82; border-radius:50%; cursor:pointer;
}
.btn_list span.curr{background:#FFAE00;}


/*店铺banner样式结束*/
/*店铺内容页面样式*/
.dp_neirong{ width:100%; background:#f7f7f7;}
.dp_neirong .dp_neirong_con{ width:100%; margin:0 auto; background:#fff;}
.dp_neirong_con .cuxiao{ width:1200px; margin:0 auto;}
.cuxiao .cx_title{ width:1200px; height:50px; border-bottom:2px solid #bd032c; margin:0 auto; float:left;}
.cx_title img{ float:left; margin-top:20px;}
.cx_title h1{ float:left; margin-top:15px; margin-left:5px; font-weight:100; color:#bd032c;}
.cx_title p{ float:right;margin-top:25px;}
.cx_title p a{ font-size:14px; color:#010101; }
.cx_content{ width:1200px; margin-top:30px; padding-bottom:50px;}
.cx_content ul li{ float:left; margin-right:12.5px;}
.cx_content ul li.on{ margin-right:0;}
.cx_content .cx_cp{ width:227px; height:300px; background:#fff;}
.cx_cp img{ width:230px; height:200px;} 
.cx_cp h2{ font-size:22px; color:#e12319; font-weight:100; margin:5px;}
.cx_cp h2 span{ font-size:14px;}
.cx_cp p{ font-size:12px; color:#444444; margin-left:5px;}


.dp_neirong .dp_neirong_con1{ width:100%; margin:0 auto; background:#f7f7f7;}
.dp_neirong_con1 .box1{ width:1200px; margin:0 auto;}
.box1 .box1_title{ width:1200px; height:50px; border-bottom:2px solid #bd032c; margin:0 auto; float:left;}
.box1_title img{ float:left; margin-top:20px; margin-left:10px;}
.box1_title h1{ float:left; margin-top:25px; margin-left:5px; font-weight:100; color:#333; font-size:16px;}
.box1_title h1 span{ color:#bd032c;}
.box1_title p{ float:right;margin-top:25px;}
.box1_title p a{ font-size:14px; color:#010101; }
.box1_content{ width:1200px; margin-top:30px; padding-bottom:10px;}
.box1_content ul li{ float:left; margin-right:12.5px;}
.box1_content ul li.on{ margin-right:0;}
.box1_content .box1_cp{ width:227px; height:300px; background:#fff;}
.box1_cp img{ width:230px; height:200px;} 
.box1_cp h2{ font-size:22px; color:#e12319; font-weight:100; margin:5px;}
.box1_cp h2 span{ font-size:14px;}
.box1_cp p{ font-size:12px; color:#444444; margin-left:5px;}


.dp_neirong .dp_neirong_con2{ width:100%; margin:0 auto; background:#f7f7f7;}
.dp_neirong_con2 .box2{ width:1200px; margin:0 auto;}
.box2 .box2_title{ width:1200px; height:50px; border-bottom:2px solid #bd032c; margin:0 auto; float:left;}
.box2_title img{ float:left; margin-top:20px; margin-left:10px;}
.box2_title h1{ float:left; margin-top:25px; margin-left:5px; font-weight:100; color:#333; font-size:16px;}
.box2_title h1 span{ color:#bd032c;}
.box2_title p{ float:right;margin-top:25px;}
.box2_title p a{ font-size:14px; color:#010101; }
.box2_content{ width:1200px; margin-top:30px; padding-bottom:10px;}
.box2_content ul li{ float:left; margin-right:12.5px;}
.box2_content ul li.on{ margin-right:0;}
.box2_content .box2_cp{ width:230px; height:300px; background:#fff;}
.box2_cp img{ width:230px; height:200px;} 
.box2_cp h2{ font-size:22px; color:#e12319; font-weight:100; margin:5px;}
.box2_cp h2 span{ font-size:14px;}
.box2_cp p{ font-size:12px; color:#444444; margin-left:5px;}

.dp_neirong .dp_neirong_con3{ width:100%; margin:0 auto; background:#f7f7f7;}
.dp_neirong_con3 .box3{ width:1200px; margin:0 auto;}
.box3 .box3_title{ width:1200px; height:50px; border-bottom:2px solid #bd032c; margin:0 auto; float:left;}
.box3_title img{ float:left; margin-top:20px; margin-left:10px;}
.box3_title h1{ float:left; margin-top:25px; margin-left:5px; font-weight:100; color:#333; font-size:16px;}
.box3_title h1 span{ color:#bd032c;}
.box3_title p{ float:right;margin-top:25px;}
.box3_title p a{ font-size:14px; color:#010101; }
.box3_content{ width:1200px; margin-top:30px; padding-bottom:30px;}
.box3_content ul li{ float:left; margin-right:12.5px;}
.box3_content ul li.on{ margin-right:0;}
.box3_content .box3_cp{ width:230px; height:300px; background:#fff;}
.box3_cp img{ width:230px; height:200px;} 
.box3_cp h2{ font-size:22px; color:#e12319; font-weight:100; margin:5px;}
.box3_cp h2 span{ font-size:14px;}
.box3_cp p{ font-size:12px; color:#444444; margin-left:5px;}

/*店铺内容页面样式*/

/*店铺产品内容页面样式*/
.cp_neirong{ width:100%; background:#f7f7f7;}
.cp_neirong .cp_neirong_con{ width:100%; margin:0 auto;}
.cp_neirong_con .cp_pro{ width:1200px; margin:0 auto;}
.cp_pro .pro_title{ width:1200px; border-bottom:2px solid #bd032c; margin:0 auto; float:left; padding:15px 0}
.pro_title img{ float:left; margin-top:20px;}
.pro_title h1{ float:left; margin-top:15px; margin-left:5px; font-weight:100; color:#bd032c;}
.pro_title p{ float:right;margin-top:25px;}
.pro_title p a{ font-size:14px; color:#010101; }
.pro_content{ width:1200px; margin-top:30px; padding-bottom:50px;}
.pro_content ul li{ float:left; margin-right:12.5px; margin-top:10px;}
.pro_content ul li.on{ margin-right:0;}
.pro_content .cx_pro{ width:230px; height:240px; background:#fff;}
.cx_pro img{ width:230px; height:200px;} 
.cx_pro h2{ font-size:22px; color:#e12319; font-weight:100; margin:5px;}
.cx_pro h2 span{ font-size:14px;}
.cx_pro p{ font-size:14px; color:#444444;padding: 5px 3px; text-align: center;height:30px;
overflow: hidden;}



/*店铺产品内容页面样式*/

/*登录页面样式开始*/
.denglu{ width:100%; height:800px; background:url(../images/dl_bg.png) no-repeat center;}
.DL_con{ width:1200px; height:800px; margin:0 auto;}
.denglu_con{ width:400px; height:410px; background:#fff; float:right; margin-top:155px; margin-right:90px;}
.denglu_con h2{ font-size:20px; color:#555; font-weight:100; margin-top:40px; margin-left:20px;}
.denglu_con .zhanghao,.denglu_con .mima{ width:350px; height:40px; border:1px #dcdcdc solid; color:#333; margin-top:20px; margin-left:20px; padding-left:10px;}
.denglu_con #ewm{  }
.denglu_con #ewm input{ width:150px; height:40px; border:1px solid #dcdcdc; margin-top:20px; margin-left:20px; padding-left:10px; float:left;}
.denglu_con #ewm #yzm{ width:85px; height:40px; background:#CCC; float:left; margin-left:10px; margin-top:20px;}
.denglu_con #ewm p{ font-size:12px; color:#ccc; width:85px; height:40px; float:left; margin-left:10px; margin-top:20px; line-height:40px;}
.denglu_con #ewm p a{ color:#333;}
.denglu_con h5 a{ display:block; width:400px; height:50px; font-size:12px; color:#0364c5; line-height:50px; padding-left:20px;}
.DL_con .tj{ width:350px; height:40px; background:#0364c5; outline:none; border:0; margin-left:20px; font-size:16px; color:#fff;}
.DL_con h3{ font-size:14px; color:#acacac; font-weight:100; margin-top:10px; margin-left:20px;}
.DL_con h3 a{ color:#0364c5; border-bottom:1px solid #0364c5; }
/*登录页面样式结束*/
/*店铺样式开始*/
/*列表1开始*/

.chanpin_xz {
	background: #f7f7f7;
}

.chanpin_xz .cp_catpos {
	font-size: 12px;
	height: 55px;
	line-height: 55px;
}

.chanpin_xz .cp_catpos img {
	float: left;
	margin-top: 10px;
}

.chanpin_xz .cp_catpos p {
	float: left;
	margin-left: 12px;
}

.chanpin_xz .tjcp {
	width: 100%;
	background: #fff;
}

.chanpin_xz .tjcp .pinpai {
	width: 1180px;
	height: auto;
	margin: auto;
	border-bottom: 1px dashed #e1dddd;
	padding-top: 21px;
}

.chanpin_xz .tjcp .pinpai p {
	float: left;
	height: 60px;
	line-height: 20px;
	text-align: center;
}

.chanpin_xz .tjcp .pinpai ul {
	width: 1055px;
	float: left;
	margin: 0px 15px;
}

.chanpin_xz .tjcp .pinpai ul li {
	border: 1px solid #dddddd;
	width: 116px;
	height: 48px;
	float: left;
	margin:5px 5px;
}

.chanpin_xz .tjcp .pinpai ul li:nth-of-type(1) {
	border-left: 1px solid #ddd;
}

.chanpin_xz .tjcp .pinpai ul li:nth-of-type(10) {
	border-left: 1px solid #ddd;
}

.chanpin_xz .tjcp .shangjia {
	width: 1200px;
	margin: auto;
	border-bottom: 1px dashed #e1dddd;
	padding-top: 21px;
	margin-bottom: 14px;
}

.chanpin_xz .tjcp .shangjia p {
	float: left;
	height: 60px;
	line-height: 20px;
	text-align: center;
}

.chanpin_xz .tjcp .shangjia ul {
	width: 1055px;
	float: left;
	margin: 0px 15px;
}

.chanpin_xz .tjcp .shangjia ul li {
	width: 116px;
	float: left;
	border-left: 0;
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
}

.chanpin_xz .tjcp .shangjia ul li img {
	border: 1px solid #dddddd;
}

.chanpin_xz .tjcp .shangjia ul li p {
	width: 100%;
	text-align: center;
	height: auto;
	line-height: auto;
	float: inherit;
}

.chanpin_xz_left {
	width: 1200px;
	margin-top: 14px;
}

.chanpin_xz_price {
	height: 42px;
	background: #fff;
	margin: 9px auto;
	line-height: 42px;
}

.chanpin_xz_price p {
	float: left;
	margin-left: 39px;
}

.chanpin_xz_price ul li {
	float: left;
	margin-left: 13px;
}

.chanpin_xz_price .chaxun .chaxun_button{
	height: 20px;
}
.chanpin_xz_price ul li input{
	width: 44px;
	height: 18px;
}

.chanpin_xz_paixu {
	height: 39px;
	background: #f1f1f1;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #ddd;
}

.chanpin_xz_paixu ul {
	margin-top: 5px;
}

.chanpin_xz_paixu ul li {
	padding: 0 10px;
	height: 28px;
	float: left;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	line-height: 28px;
}

.chanpin_xz_paixu .selected {
	background: #e4393c;
	color: #fff;
	border: 1px solid #e4393c;
}

.chanpin_xz_pro ul li {
	float: left;
	width: 227px;
	height: 350px;
	background: #fff;
	margin: 8px auto;
	margin-right: 16px;
}

.chanpin_xz_pro ul li p {
	padding: 0px 7px;
}

.chanpin_xz_pro .red {
	font-size: 22px;
	color: #e12319;
}

.chanpin_xz_pro .title {
	font-size: 12px;
	line-height: 22px;
	height:44px;
	overflow: hidden;
}

.chanpin_xz_pro .dp_name {
	color: #888888;
	line-height: 41px;
}

.chanpin_xz_pro .dp_age img {
	margin-right: 10px;
	float: left;
}

.chanpin_xz_pro .dp_name img {
	margin-right: 4px;
}

.chanpin_xz_pro ul li:nth-of-type(5n) {
	margin-right: 0px;
}

.pages {
	height: 72px;
	line-height: 72px;
	margin: auto;
	text-align: center;
}

.pages span {
	width: auto;
	border: 1px solid #eeeeee;
	font-size: 14px;
	padding: 5px 10px;
}

.pages .selecte {
	background: #d9271d;
	color: #fff;
	border: 1px solid #d9271d;
}

.chanpin_xz_right {
	float: right;
	width: 261px;
	margin-top: 14px;
}

.slideBox1 {
	width: 261px;
	height: 248px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.slideBox1 .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 38%;
	bottom: 0px;
	z-index: 1;
}

.slideBox1 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox1 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 24px;
	height: 5px;
	line-height: 14px;
	text-align: center;
	background: #2c64a1;
	cursor: pointer;
}

.slideBox1 .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox1 .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox1 .bd img {
	display: block;
}

.banner1{
	position: relative;
}

.banner1_posi {
	position: absolute;
	background: #000;
	bottom: 0px;
	height: 35px;
	width: 261px;
    left: 1px;
}
.banner1_posi p{
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.chanpin_xz_right .xinwen .xw_title{
	border-bottom: 2px solid #dddddd;
}
.chanpin_xz_right .xinwen .xw_title p{
	padding: 10px 0;
	font-size: 18px;
	border-bottom: 2px solid #209ad9;
	width: 83px;
	margin-bottom: -2px;
	margin-left: 5px;
}

.chanpin_xz_right .xinwen ul li{
	margin: 12px 15px;
	font-size: 12px;
}
.chanpin_xz_right .xinwen{
	margin: 20px auto;
}
.chanpin_xz_right .gggg{
	margin: 8px auto;
}

.slideBox2 {
	width: 261px;
	height: 248px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.slideBox2 .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 38%;
	bottom: 0px;
	z-index: 1;
}

.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox2 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 24px;
	height: 5px;
	line-height: 14px;
	text-align: center;
	background: #2c64a1;
	cursor: pointer;
}

.slideBox2 .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox2 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox2 .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox2 .bd img {
	display: block;
}

.banner2{
	position: relative;
}

.banner2_posi {
	position: absolute;
	background: #000;
	bottom: 0px;
	height: 35px;
	width: 261px;
    left: 1px;
}
.banner2_posi p{
	font-size: 14px;
	color: #fff;
	text-align: center;
}
/*列表1结束*/

