@charset "utf-8";
/*基本框架CSS*/
body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
	}
h1, h2, h3, h4, h5, h6{
	font-size:12px;
	font-weight:normal;
	}
body>div{
	margin:0 auto;
	}
div {
	text-align:left;
	}
a img {
	border:0;
	}

ul, ol, li {
	list-style-type:none;
	vertical-align:0;
	}
a {
	outline-style:none;
	color:#333333;
	text-decoration:none;
	}
a:hover { 
    color: #D40000; 
	text-decoration: none;
	}
.button {
	display: inline-block;
	zoom: 1; 
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding:0.25em 0.6em 0.3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.algincentet{
	text-align:center;
}
.alginright{
	text-align:right;
}
.clear{
	clear:both;
}
	

/* chrome 下字体过小的问题 */
.fn-webkit-adjust{-webkit-text-size-adjust:none;}

/* 外边距 上下边距 左右居中 */
.ma0{margin:0 auto;}
.ma5{margin:5px auto;}
.ma10{margin:10px auto;}
.ma15{margin:15px auto;}
.ma20{margin:20px auto;}
.ma25{margin:25px auto;}
.ma30{margin:30px auto;}
.ma35{margin:35px auto;}
.ma40{margin:40px auto;}

/* 外边距 */
.m5 {margin: 5px;}
.m10 {margin: 10px;}
.m15 {margin: 15px;}
.m20 {margin: 20px;}
.m25 {margin: 25px;}
.m30 {margin: 30px;}
.m35 {margin: 35px;}
.m40 {margin: 40px;}

/* 上外边距 */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}

/* 右外边距 */
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}

/* 下外边距 */
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}

/* 左外边距 */
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}

/* 内边距 */
.p1 {padding: 1px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.p20 {padding: 20px;}
.p25 {padding: 25px;}
.p30 {padding: 30px;}
.p35 {padding: 35px;}
.p40 {padding: 40px;}

/* 上内边距 */
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}

/* 右内边距 */
.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}

/* 下内边距 */
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}

/* 左内边距 */
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}

/*文字对齐方式*/
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}

.prel{ position:relative;}

.f_12{font-size:12px;}
.f_14{font-size:14px;}
.f_16{font-size:16px;}
.f_18{font-size:18px;}
.f_20{font-size:20px;}
.f_22{font-size:22px;}
.f_24{ font-size:24px;}
.f_26{font-size:26px;}
.f_28{font-size:28px;}
.f_30{font-size:30px;}
.f_36{font-size:36px;}
.f_40{font-size:40px;}
.f_48{font-size:48px;}

/*基本框架CSS结束*/
/* 效果CSS开始 */
body {
	margin:0 auto;
	font:12px/22px 'Microsoft Yahei','\5b8b\4f53',微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif;
	color:#333333;
	}
.top{
	height:110px;
	width:1000px;
	margin:0 auto;
	
}
.logo{
	padding-top:27px;
	float:left;
	
}
#navmenu{ 
    font-size: 18px; 
	position: relative;
	z-index: 10; 
	width: 720px; 
	float:right; 
	height: 39px;
	padding-top:40px;  
	}
#navmenu ul {
	float:left;
	padding:0 2px 0 0;
	}
#navmenu ul li {
	float:left;
	height:37px;
	line-height:37px;
	position:relative;
	padding:0 0 0 2px;
	}
#navmenu ul li a {
	padding:0 10px 0 10px;
	color:#333333;
	float:left;
	}
#navmenu ul li a:link{ 
    color:#333;  
	 }
#navmenu ul li a:visited{ 
    color:#333;  
	}
#navmenu ul li a:hover{
	color:#f00;  
	border-bottom:2px solid #f00; 
	 }
#navmenu ul li a:active{
	color:#333;   
	}
#navmenu ul li ul{ 
    position: absolute; 
	top: 37px; 
	left: 0; 
	width: 130px; 
	background: #ffcccc; 
	/*filter: alpha(opacity=90); 
	opacity: .9; 
	-moz-opacity: .9; */
	display: none; 
	}
#navmenu ul li ul li {
	background: none; 
	float: left; 
	/*border-bottom: 1px #333 solid; */
	padding: 4px; 
	display: block; 
	margin-left: 2px; 
	}
#navmenu ul li ul li a{
	float:none;
	border-radius:5px;
	color:#333;
	display: block;
	font-size: 14px;
	line-height:30px;
	padding:3px 10px;
	width:100px;
	}
#navmenu ul li ul li a:hover{ 
    background: #ffcccc; 
	}
#navmenu ul li ul li ul{
	position:absolute;
	top:0;
	left:115px;
	width:120px;
	background:#ffcccc;
	/*filter:alpha(opacity=90);
	opacity:.9;
	-moz-opacity:.9;*/
	display:none;}
#navmenu ul li ul li ul li{
	background:none;
	float:left;
	border-bottom:1px #535252 solid;
	padding: 4px;
	display:block;
	width:108px;
	margin-left:2px;
	}
#navmenu ul li ul li ul li a{
	float:none;
	border-radius:5px;
	color: #CFC5AC;
	display: block;
	font-size: 14px;
	line-height:30px;
	padding:3px 10px;
	width:90px;
	}
#navmenu ul li ul li ul li a:hover{
	background:#ffcccc;
	}
/* 效果CSS结束 */

/*banner fullSlide */
.fullSlide{
	width:100%;
	position:relative;
	height:410px;
	background:#000;
}
.fullSlide .bd{
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul{
	width:100% !important;
}
.fullSlide .bd li{
	width:100% !important;
	height:410px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a{
	display:block;
	height:410px;
}
.fullSlide .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul{
	text-align:center;
}
.fullSlide .hd ul li{
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on{
	background:#f00;
}
.fullSlide .prev,.fullSlide .next{
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(images/slider-arrow.png) -188px 0px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next{
	left:auto;
	right:15%;
	background-position:0px 0px;
}
/*banner fullSlide */

/*banner fullSlide */
.block1{
	width:900px;
	height:30px;
	margin:8px auto 32px auto;
	border:1px solid #dfdfdf;
	border-radius:5px;
	padding:10px 50px;
}
.block1_01{
	width:110px;
	height:30px;
}

#block2{
	height:30px;
	width:500px;
	font-size:14px; 
	line-height:30px;
}
#block2 ul{
	list-style:outside none none;
	height:30px;
	overflow:hidden;
	margin:0;
}
#block2 ul li{
	float:left;
	display:inline;
	height:30px;
	width:100%;
}
#block2 ul li a{
	text-decoration:none;
}

/*banner fullSlide */


/*con_01 */
.con_01{
	width:1000px;
	margin:0 auto;
	height:355px;
}
.con_01_left{
	width:660px;
	height:330px;
	padding-right:20px;
}
.con_new_til{
	height:30px;
	background:url(../images/tilbg.jpg) no-repeat;
	padding-left:20px;
	color:#f00;
	font-size:20px;
	border-bottom:1px solid #e2e2e2;
}
.con_new_til span{
	font-size:14px;
	color:#F00;
	float:right;
}
.con_new_til span a{
	color:#f00;
}
.con_new_01{
	height:110px;
	padding-top:20px;
}
.con_new_pic{
	width:160px;
	height:105px;
	padding-right:30px;
	float:left;
}
.con_new_01 dl{
	width:450px;
	float:left;
	height:105px;
	font-size:14px;
}
.con_new_01 dl dt{
	height:30px;
	font-weight:bold;
}
.con_new_01 dl dd{
	
}
.con_new_list ul{
	height:150px;
	font-size:14px;
	padding-top:10px;
}
.con_new_list ul li{
	height:30px;
	list-style:none;
	overflow:hidden;
	line-height:30px;
	padding-left:20px;
	background:url(../images/newlistbg.png) no-repeat;
}
.con_new_list ul li span{
	float:right;
	
}

.con_01_right{
	width:320px;
	height:330px;
	
}
.con_01_right_zjbtn{
	height:80px;
}
.btn_zjcx{
	width:320px;
	height:58px;
	background:url(../images/zjbtnbg.jpg) no-repeat;
	color:#ffffff;
	font-size:30px;
	line-height:58px;
	border:none;
	cursor:pointer;
	font-family:'Microsoft Yahei','\5b8b\4f53',微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif;
}
.btn_zjcx:hover{
	color:#FF0;
}
.con_01_right_jchd{
	height:130px;
}
/*con_01 end */

/*con_02 */
.con_02{
	height:187px;
	background:#fafafa;
	border-bottom:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
	margin-bottom:30px;
}
.con_02_bg{
	background:url(../images/con_02bg.jpg) no-repeat;
	width:1000px;
	margin:0 auto;
	height:187px;
}
.con_02_bg dl{
	width:125px;
	height:187px;
	float:left;
}
.con_02_bg dl dt{
	height:95px;
	padding-top:30px;
	text-align:center;
}
.con_02_bg dl dd{
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:16px;
}
/*con_02 end */

/*con_03*/
.con_03{
	width:1000px;
	margin:0 auto;
	height:330px;
}
.con_03_left{
	width:660px;
	height:330px;
	padding-right:20px;
}

.con_03_right{
	width:320px;
	height:330px;
	
}
.con_03_yt{
	height:250px;
	padding-top:20px;
	
}
.con_03_ytbox3{
	width:280px;
	padding:10px;
	height:260px;
}


.con_03_ytbox{
	width:207px;
	padding-right:17px;
}
.con_03_ytbox2{
	width:207px;
}
.ytpic{
	padding-bottom:10px;
	height:170px;
}
.yttil{
	height:30px;
	font-size:16px ;
	font-weight:bold;
}
.ytp{
	height:60px;
	font-size:14px;
}
.con_03_sp{
	width:320px;
	height:230px;
	padding-top:20px;
}
.con_03_sptxt{
	background:#eee;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align:center;
	padding-left:7px;
	padding-right:7px;
	overflow:hidden;
}
/*con_03 end */

/*con_04 */
.con_04{
	height:680px;
	width:1000px;
	margin:0 auto;
	
}
.con_04_rol{
	height:290px;
	padding-top:20px;
}
 
.con_04_rol_box{
	width:320px;
	height:284px;
	margin-right:15px;
	border:1px solid #dfdfdf;
	border-radius:5px;
}
.con_04_rol_box2{
	width:320px;
	height:284px;
	border:1px solid #dfdfdf;
	border-radius:5px;
}
.con_04_rol_box3{
	width:658px;
	height:284px;
	margin-right:15px;
	border:1px solid #dfdfdf;
	border-radius:5px;
}

.con_04_rol_boxtil{
	height:37px;
	background:#fafafa;
	border-bottom:1px solid #dfdfdf;
	text-align:center;
	line-height:37px;
	font-size:14px;
}
.con_04_rol_boxcontent{
	height:180px;
    font-size:14px;
	padding:12px;
}
.con_04_rol_boxcontent dl{
	width:210px;
	float:left;
	height:180px;
	padding-top:20px;
}
.con_04_rol_boxcontent dl dt{
	
	height:120px;
	text-align:center;
}
.con_04_rol_boxcontent dl dd{
	
	height:60px;
	text-align:center;
}
.con_04_qyry{
	/*background:url(../images/mcryll.jpg) no-repeat;
	padding-left:30px;*/
	height:180px;
}
.con_04_qyry ul li{
	height:60px;
	/*border-bottom:1px dotted #e3e3e3;*/
	background:url(../images/mcryll.jpg) no-repeat;
	padding-left:30px;
}
.con_04_rol_boxcontent p{
	font-size:12px;
	line-height:22px;
	padding-bottom:10px;
}
.con_04_rol_boxmore{
	height:30px;
    font-size:12px;
	padding-right:12px;
	text-align:right;
	color:#f00;
}
.con_04_rol_boxmore a{
	height:30px;
    font-size:12px;
	padding-right:12px;
	text-align:right;
	color:#f00;
}


/*con_04 end */

/*con_05  */
.con_05{
	background:#3a3a3a;
	height:293px;
}
.con_05_01{
	margin:0 auto;
	width:1000px;
	border-bottom:#555555 1px solid;
	width:1000px;
	padding:50px 0 25px 0; 
	height:50px
	
}
.con_05_02{
	margin:0 auto;
	width:1000px;
	padding-top:40px;
	height:55px;
	
}
.con_05_01_time{
	color:#5e5e5e;
	padding-top:40px;
	padding-left:20px;
	font-size:14px;
	font-family: 'Microsoft Yahei','\5b8b\4f53',微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif;
	font-weight:bold;
}
.con_05_01 p a{
	padding:0 10px;
	}
/*con_05 end */
.link{
	border-bottom:1px solid #3a3a3a;
	height:60px;
	line-height:60px;
	color:#5e5e5e;
	padding:56px 0 32px 0;
	background:url(../images/link.jpg) no-repeat center 27px #292929 ;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.link a{
	padding:0 10px ;
	color:#5e5e5e;
}
.link a:hover{
	padding:0 10px ;
	color:#fff;
}
.Copyright{
	background:#292929;
	color:#5e5e5e;
	height:140px;
	padding-top:30px;
	text-align:center;
	font-size:14px;
	font-family: 'Microsoft Yahei','\5b8b\4f53',微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif;
	line-height:34px;
}

/** new **/
.content_c{
	background:url(../images/topbg.jpg) repeat-x #f3f3f3;
	padding:25px 0;
}

.topbanner{
	height:175px;
	width:1000px;
	margin:0 auto;
}
.content_b{
	width:1000px;
	margin:0 auto;
}
.meunleft{
	float:left;
	width:165px;
}
.meunleft ul li{
	height:48px;
	background:#ffffff;
	border-bottom:1px solid #f3f3f3;
	line-height:48px;
	text-align:center;
	color:#333;
	font-size:16px;
	
}
.meunleft ul li:hover{
	background:#f52b40;
	color:#fff;
	cursor:pointer;
}
.meunleft ul li a:hover{

	color:#fff;
	
}
.meunleft ul .meunhover{
	height:48px;
	background:#f52b40;
	color:#fff;
	
}
.meunleft ul .meunhover a{
	
	color:#fff;
	
}
.con_right{
	width:815px;
	float:right;
}
.con_right_box{
	background:#fff;
	border:1px solid #ededef;
	
}
.con_right_til{
	height:42px;
	background:#f7f7f7;
	border-bottom:1px solid #ededef;
	line-height:42px;
	font-size:16px;
	padding-left:20px;
}
/*新闻中心*/
.contact_main{ padding:20px; min-height:253px;}

.banner_news{ width:100%;height:190px;background: url(../images/banner_news.jpg) no-repeat center top;}
.counsel_list{ border-bottom:1px dashed #dcdcdc; padding:15px 0 10px; margin:0 20px;}
.counsel_list:first-child{border-top:0;}
.counsel_list .news_date{ background:url(../images/news_date1.png) no-repeat; width:63px; height:60px; float:left; text-align:center; color:#7d7d7d; font-size:12px; padding:4px 0; margin:0 50px 0 0px;}
.counsel_list .news_date .f_18{color:#f52b40; margin-top:0px;}
.counsel_list:hover .news_date{ background:url(../images/news_date2.png) no-repeat; color:#FFF;}
.counsel_list:hover .news_date .f_18{color:#FFF;}
.counsel_list a{ background:url(../images/disc02.png) no-repeat 0 7px; padding-left:18px; font-size:16px; line-height:56px;}
.counsel_list .counsel_img{ float:left; text-align:center; width:180px; position:relative;}
.counsel_list .counsel_img img{ width:84px; height:84px; margin-top:6px;}
.counsel_list .counsel_img .shade_layer{ background:url(../images/counsel_round.png) no-repeat; width:96px; height:96px; position:absolute; top:0px; left:50%; margin-left:-48px;}
.counsel_list .counsel_main{ padding-left:180px; line-height:24px; font-size:12px;}
.counsel_list .counsel_main p{ text-indent:0em;}
.counsel_list .counsel_info{ border-bottom:1px dashed #d4d4d4; padding-bottom:15px; color:#1d1d1d;}
.counsel_list .counsel_quality{ padding:15px 0 0 45px;}
.counsel_list .counsel_quality_til{ float:left; margin-left:-45px;}


/* 分页 */
.pagination{text-align:center; padding:15px 0; margin-top:30px;color:#000; font-size:14px;}
.pagination label,.pagination .before,.after{display:inline;*display:inline;*zoom:1;}
.pagination .before{margin-right:10px;}
.pagination .after a ,.pagination .after span {color:#000;padding:5px 10px; background:#ededed; margin-right:2px; text-decoration:none; border-radius:2px;}
.pagination .after a:hover,.pagination .after a:active,.pagination .after a.active{background:#f52b40;color:#FFF;}
.pagination .after span.current{color:#fff; background:#f52b40; padding:5px 10px; margin-right:2px;}
.pagination .after span.disabled {color:#000;padding:5px 10px; background:#ededed; margin-right:2px;}

/*文字对齐方式*/
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}

.prel{ position:relative;}




/*领导在卖场*/
.leaderbox{
	height:140px;
	padding:20px ;
	border-bottom:1px dotted #d3d3d3;
	
}
.leaderpic{
	width:120px;
	height:140px;
	float:left;
}
.leadercon{
	width:600px;
	height:140px;
	float:left;
}

.red{
	color:#f00;
}

.green{
	color:#44a77b;
}

.grey{
	color:#888;
}
/*关于卖场*/
.tile01{
	text-align:center;
	color:#f00;
	
}
.oywz{
	padding:40px;
	font-size:14px;
}

.oywz img{
	max-width:860px;
	padding:10px; 
}

.oywz p{
	text-indent:2em;
	
/*	line-height:2;
	font-size:14px;*/
}

.fgx{
	height:1px;
	border-bottom:1px dotted #d3d3d3;
	/*margin-bottom:30px;*/
}


.place{
	width:970px;
	margin:0 auto;
	height:40px;
	background:url(../images/tilbg.jpg) no-repeat;
	padding-left:20px;
	font-size:14px;
	
}

/*联系我们*/
.oylxwm{
	background:url(../images/kefu.jpg) no-repeat top right;
	height:280px;
	padding:50px 200px 0 70px;
	font-size:14px;
	line-height:2;
	
}


/*卖场金钻卡*/
#faq {
 font-size: 12px;
 
}
#faq li {
 margin: 0 0 10px;
 padding: 0 0 5px;
 clear:both;
}
#faq dl {
 margin: 0;
 padding:0;
 display:inline;
}

#faq dt {
 cursor:pointer;
 padding: 0 0 5px 22px;
 line-height:40px;
 /*border-bottom:1px #ccc dotted;*/
 font-size:18px;
 color:#6e1d5f;
 clear:both;
 height:40px;
}
#faq dd {
	display: none;
	margin: 0;
	padding: 5px 0 5px 20px;
	line-height: 180%;
	color: #333;
	font-size:16px;
	line-height:30px;
	clear:both;
}
#faq dd p{
	text-indent:2em;
	padding:10px;
}

.input01{
	width:300px;
	height:28px;
	border:1px solid #CCC;
	margin-left:20px;
	border-radius:5px;
}
.btn01{
	width:80px;
	height:30px;
	background:#F00;
	color:#fff;
	border:none;
	border-radius:5px;
	margin-left:7px;
	
}

.table01{
	padding-bottom:20px;
}
.table01 table{
	font-size:14px;
}

/*精彩活动*/

.jchdpic{
	width:270px;
	height:140px;
	float:left;
}

.jchdcon{
	width:630px;
	height:140px;
	float:left;
}

/*中奖查询*/

.zjcx_input{
	width:388px;
	height:53px;
	border:1px solid #CCC;
	border-radius:5px;
}
.zjcx_btn{
	width:388px;
	height:53px;
	background:#f00;	
	border-radius:5px;
	color:#fff;
	font-size:20px;
	border:none;
}

.zjcx_tab{
	border:1px solid #ccc;
	border-radius:5px;
	margin:40px;
}
.zjcx_tab_tab table tr td{
	text-align:center;
	padding:5px;
	font-size:14px;
	border-bottom:1px solid #dbdbdb;
	}

.zjcx_til{
	height:40px;
	text-align:center;
	color:#f00;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #f00;
	line-height:40px;
	padding-top:10px;
}
.zjcx_tab table{
} 
/*诚聘英才*/
.cpyc_tab{
	font-size:14px;
}
.cpyc_input01{
	width:425px;
	height:30px;
	border:1px solid #dcdcdc;
}


.file-box{ position:relative;width:430px} 
.txt{ height:30px; border:1px solid #cdcdcd; width:350px;} 
.btn{ background-color:#FFF; border:1px solid #CDCDCD;height:30px; width:70px;} 
.file{
	position: absolute;
	top: 0;
	right: 0px;
	height: 30px;



filter:alpha(opacity:0);				opacity: 0;
	width: 425px
} 

.cpyc_btn01{
	width:150px;
	height:40px;
	border:none;
	background:#f00;
	color:#fff;
	font-size:16px;
}
.cpyc_btn02{
	width:95px;
	height:33px;
	border:none;
	background:#f00;
	color:#fff;
	font-size:16px;
}

.cpyc_n01{
	height:100px;
	border-bottom:1px dotted #999999;
	
}
.cpyc_n02{
	width:300px;
	font-size:20px;
	float:left;
	padding-top:30px;
	
}
.cpyc_n03{
	width:300px;
	font-size:20px;
	float:left;
	color:#f00;
	padding-top:30px;
	
}
.cpyc_n04{
	width:225px;
	font-size:20px;
	float: right;
	padding-top:15px;
	
}
.cpyc_n05{
	height:38px;
	background:#f5f5f5;
	line-height:38px;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	font-size:14px;
	padding-left:20px;
	margin-left:-20px;
	margin-right:-20px;
}
.cpyc_n06{
	padding-top:20px;
	font-size:14px;
}
.cpyc_n06 p{
	padding-top:10px;
	padding-bottom:10px;
}

.cpyc_n07{
	padding-top:20px;
	padding-bottom:20px;
}

.cpyc_n07_01{
	height:35px;
}
.cpyc_n07_01 ul li{
	width:160px;
	float:left;
}
.cpyc_n07_02{
	height:35px;
}
.cpyc_n07_03 ul li{
	height:26px;
	padding:0 10px 0 10px;
	line-height:26px;
	border:1px solid #f00;
	float:left;
	margin-right:20px;
}
.cpyc_icon001{
	background:url(../images/cpyc_ny_01.jpg) no-repeat;
	padding-left:30px;
}
.cpyc_icon002{
	background:url(../images/cpyc_ny_02.jpg) no-repeat;
	padding-left:30px;
}
.cpyc_icon003{
	background:url(../images/cpyc_ny_03.jpg) no-repeat;
	padding-left:30px;
}
.cpyc_icon004{
	background:url(../images/cpyc_ny_04.jpg) no-repeat;
	padding-left:30px;
}
.cpyc_icon005{
	background:url(../images/cpyc_ny_05.jpg) no-repeat;
	padding-left:30px;
}

/*卖场业态*/
.mcyt_input01{
	width:225px;
	height:30px;
	border:1px solid #dcdcdc;
}

.mcyt_btn01{
	width:100px;
	height:30px;
	border:none;
	background:#f00;
	color:#fff;
	font-size:16px;
}

/*公告栏位置搜索样式*/

.oysbox{
	float:right; 
	height:32px; 
	width:285px; 
	
}
.sinput{
	width:200px; 
	height:20px;
	border:1px solid #CCC;
	padding:5px;
}
.sbtn{
	width:70px;
	height:32px;
	border:1px solid #CCC;
	background:#fff;
	color:#666;
}