@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,www.jszdhkj{margin: 0;padding: 0;}
body{font-size:12px;}
img{border:none;}
li{list-style:none;}
www.jszdhkj,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;
	margin-left: 56px;
	margin-right: 11px;
	margin-top: 11px;
}

.absolute ul li p {
	float: left;
}

#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: 731px;
	height: 246px;
	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: 660px;
	margin: auto;
	border-top: 1px solid #eeeeee;
	text-align: left;
}

#nav .subCate .erji:nth-child(1) {
	border: 0;
}

#nav .subCate .erji p {
	float: left;
	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 {
	float: left;
	margin-left: 20px;
	width: 580px;
}

.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 www.jszdhkj {
	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 www.jszdhkj: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 .www.jszdhkj{
	width: 426px;
	height: 36px;
	margin-top: 46px;
	border: 2px solid #1cbfda;
	font-size: 16px;
}
.logo_right .www.jszdhkj1{
	width: 346px;
    height: 32px;
    float: left;
    border: 0px;
}
.logo_right .www.jszdhkj2{
	width: 80px;
    height: 36px;
    float: left;
    border: 0px;
    background: #1cbfda;
    color: #fff;
}
.logo_right ul li{
	float: left;
	margin: 10px;
	color: #999999;
}

.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;
}
.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:530px; 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:20px; 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;}
.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:40px; width:145px; text-align:center; }
.dpNav_con ul li a{ font-size:14px; color:#ffebce; }
/*店铺导航样式结束*/
/*店铺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:230px; 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:230px; 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;}

/*店铺内容页面样式*/
/*登录页面样式开始*/
.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; }
/*登录页面样式结束*/
/*店铺样式开始*/

/*店铺简介开始*/
.jianjie_neirong{width:100%; background:#f7f7f7;}
.jianjie_neirong_con{width:1200px; margin:0 auto; color:#010101; font-size:14px; }
.jianjie_neirong_con .top{width:1200px; height:22px; border-bottom:2px solid #bd032c; margin:0 auto; float:left; margin-top:34px; margin-bottom:15px;}
.jianjie_neirong_con .p_two p{ line-height:40px; margin-left:33px; margin-right:33px;}
.p_twow p{ padding-bottom:90px;}
/*店铺简介结束*/

/*快速注册中心页面开始*/
.zhuce{ width:100%; background-color:#f7f7f7;}
.ZC_con{ width:1200px; margin:0 auto; background:url(../images/syf_bg.png) no-repeat right;height:600px;}
.zhuce_con{ padding-top:43px;}
.zhuce_con	h2{ font-size:20px; color:#3f3f3f; margin-bottom:30px;}
.zhuce_con b{color:#ff1617;}
.zhuce_con h3{ float:left;}
.zhuce_con input{ height:40px; width:270px; padding-left:10px; border:1px #e1e1e1 solid;}
.zhuce_con p{ font-size:14px;}
/*快速注册中心页面结束*/

/*商家库页面开始*/
.shangjiaku{ width:100%; background-color:#f7f7f7; padding-top:26px; border-bottom:1px solid #eaeaea;}
.syfcenter{ width:1199px; height:36px; background-color:#f9f9f9; border-right:1px solid #e9e9e9; border-top:1px solid #e9e9e9; margin:0 auto; margin-top:20px;}
.syfbottom{ width:1199px;background-color:#fff; border-right:1px solid #e9e9e9; border-top:1px solid #e9e9e9; margin:0 auto; border-bottom:1px solid #e9e9e9; padding-bottom:25px;}
.syfshuzhi{height:96px; width:1200px; background:#f6f6f6; margin:0 auto; margin-top:10px;}
.syfshuzhi ul{ width:370px; height:34px; float:right;}
.syfshuzhi ul li{ float:left; padding:9px 12px; font-size:14px; color:#15548f; background-color:#fff; border:1px solid #cecece; border-radius:4px; margin-left:5px; margin-right:5px;}
.syfshuzhi ul li:hover{ float:left; padding:9px 12px; font-size:14px; color:#e90303; background-color:#f6f6f6; border:1px solid #f6f6f6; border-radius:4px; margin-left:5px; margin-right:5px;}
.syfbottom ul.syf_ul{ width:1156px; height:36px; overflow:hidden; border-bottom:1px dotted #dfdfdf; margin:0 auto; line-height:36px;}
.syfbottom ul.syf_ul li{ float:left; width:70px; height: 36px; overflow:hidden;  font-size:12px; text-align:left; padding-right:30px; color:#0d61ac;}
.syfbottom ul.syf_ul li.on{float:left; width:170px; height:36px; background:url(../images/uytr.png) no-repeat left; text-align:left; padding-left:22px;}
.syfbottom ul.syf_ul li.last{ float:right; width:30px; color:#e90303; font-size:12px; margin-left:30px;}
.syfbottom ul.syf_ul li.last a{  color:#F00;}
.syf_tm{ color:#0d6193;}
.syf_tm ul {width:1156px; height:40px; border-bottom:1px double #dfdfdf; margin:0 auto; line-height:36px;}
.syf_tm ul li.on{float:left; width:170px; height:36px; text-align:left; padding-left:22px; background:none;}
.syf_tm ul li{ float:left; width:70px; back ground:#F00; font-size:14px; text-align:left; padding-right:30px; font-weight:600; color:#333333;}
.syfcenter ul{ float:left; height:37px; line-height:37px; margin-left:29px;}
.syfcenter ul li{ float:left;}
.syfcenter ul li{ font-weight:800; color:#0d6193; padding-left:2px; padding-right:2px;}
.syfcenter ul li a{color:#0d6193;}
.syfcenter ul li a.on{color:#db271d;}
.form-inline{ color:#000000; font-size:14px;}
.form-group{ float:left; border:none;}

/*省市区三级联动样式开始*/
.syftop{ width:1200px; height:130px; background-color:#FFF; border:1px solid #e9e9e9; margin:0 auto;}
#distpicker5{ width:1011px; height:16px; margin:50px auto;}
.syftop .form-group{ width:771px; height:40px; border:1px solid #cecece; }
.form-group #district10{ border-right:1px solid #cecece;}
.form-group .form-control{ width:97px; height:30px; border:none; margin-top:5px; padding-left:5px;}
.form-group #text{ width:309px; height:38px; border:none; padding-left:5px; outline:none; }
#lib-btn{ width:110px; height:40px; outline:none; border:1px solid #db271d; background:#db271d; font-size:16px; color:#fff; text-align:center;}
#distpicker5 #more{ width:120px; height:40px; border:1px solid #cecece; margin-left:8px; background:#f9f9f9; font-size:16px; color:#db271d; outline:none;}
/*省市区三级联动样式结束*/

/*商家库页面开始*/
/*详情弹出框*/
.lasttwo_video{overflow:hidden; width:500px; height:405px; background:#fff; position:fixed; left:50%; margin-left:-255px; top:50%; margin-top:-249px; display:none;z-index:3; padding:0 0px 20px 0px;border-radius:10px;}
.lasttwo_video .nr input{width:330px;height:30px;border:none;background:#ececec;border-radius:5px;}
.lasttwo_video .nr textarea{border:none;background:#ececec;border-radius:5px;}
.lasttwo_video button{padding:10px 149px;border-radius:5px;}
.lasttwo_video .nr form{margin-left:80px}
.lasttwo_close{ font-size:16px;width:30px; height:30px; background:#000; color:#FFF; text-align:center; line-height:28px; position:absolute; right:0px; top:0px; cursor:pointer; border-radius:0 0 0px 10px}
.lasttwo_btm{ wi dth:40px; hei ght:40px; back ground:#699; border:none; cursor:pointer; z-index:2; position:relative;}
.lasttwo_bg{ width:100%; height:100%; background:rgba(0,0,0,0.5); position:fixed; left:0; top:0; display:none; z-index:1;}
.jrdp{ position:fixed; width:60px; height:30px; line-height:30px; text-align:center; border-radius:9%; margin-left:503px; margin-top:7px; background:#bd032c;}
.jrdp a{color:#fff;}
.jrdp:hover a{ color:#bd032c;}
.jrdp:hover{ background:#fff;}
/*详情弹出框*/

/*弹出框*/
.video{ width:600px; height:300px; background:#6C9; position:fixed; left:50%; margin-left:-255px; top:50%; margin-top:-249px; display:none;z-index:3;}
.close{ width:20px; height:20px; background:#000; color:#FFF; text-align:center; line-height:20px; position:absolute; right:-20px; cursor:pointer; }
.btm{ wi dth:40px; hei ght:40px; back ground:#699; border:none; cursor:pointer; z-index:2; position:relative;}
.bg{ width:100%; height:100%; background:rgba(0,0,0,0.5); position:fixed; left:0; top:0; display:none; z-index:1;}
.yyzz_img{ width:100%;}
/*弹出框*/

/*位置弹出框*/
.weizhi_video{ width:600px; height:300px; background:#6C9; position:fixed; left:50%; margin-left:-255px; top:50%; margin-top:-249px; display:none;z-index:3;}
.weizhi_close{ width:20px; height:20px; background:#000; color:#FFF; text-align:center; line-height:20px; position:absolute; right:-20px; cursor:pointer; }
.weizhi_btm{ wi dth:40px; hei ght:40px; back ground:#699; border:none; cursor:pointer; z-index:2; position:relative;}
.weizhi_bg{ width:100%; height:100%; background:rgba(0,0,0,0.5); position:fixed; left:0; top:0; display:none; z-index:1;}
.ckwz{ width:100%;}
/*位置弹出框*/


.lasttwo_video .nr p{ font-size:14px; line-height:40px; margin-top:19px; /width:590px; overflow:hidden;margin:25px 20px;}
.lasttwo_video .nr p span{font-size:14px!important;background:#fff!important;color:#333!important;width:80px!important;display:block!important;float:left;line-height:40px}
#enterprisename,#province,#city,#contactname,#contactphone,#contactqq,#address,#content{width:310px!important;display:block;float:left;line-height:40px;}
/*.lasttwo_video .nr p span{ }
*/

