@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 去除iPhone中默认的input样式 */
input[type="submit"], input[type="reset"], input[type="button"], input {
	-webkit-appearance: none;
	resize: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* 图片自适应 */
.pictureURL img {
	width: 100%;
	height: 223px;
	width: auto\9; /* ie8 */
	-ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}

.img_url img {
	width: 100%;
	height: 373px;
	width: auto\9; /* ie8 */
	-ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font:12px/1.5 'PingFangSC-Regular','Microsoft YaHei','宋体','Droid Sans', Tahoma, Arial, sans-serif; 
	color: #555;
	background-color: #F7F7F7;
}
em, i {
	font-style: normal;
}
strong {
	font-weight: normal;
}
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	color: #242526;
	font:12px/1.5 'PingFangSC-Regular','Microsoft YaHei','宋体','Droid Sans', Tahoma, Arial, sans-serif; 
}
a:hover {
	
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Microsoft YaHei;
}
img {
	border: none;
	display:block;
}

.center{margin:0 auto;width:1170px;}
.fl{float:left;}
.fr{float:right;}
body{background:#fff;color:#242526;}


.one img{
	 width:370px; height: 212px;
}

.middle img{
	width: 1170px;
	height: 140px;
}

/* 其余的商品，除主页外  */
.shineeImg{position:relative;}
.plateInfor ul{margin-top:29px;}
.plateInfor ul li{width:800px;height:280px;}
/* TODO修改 */
#Content_left_menu{display:none;}
.ourFirst{position:relative;}
.ourFirst i {
	width: 12px;
	height: 8px;
	background:url(../images/cell_next_up_white.png);
	position: absolute;
	right:10px;
	top:16px;
	background-position:0 -8px;
	cursor:pointer;
}

.ourFirst:before,
.ourLast:before,
.ourFirst:before,.ourLast:before,#Content_left_menu ul li:after,.plateBox .plateTop:before,.plateBox .plateDown:before{
	background:url(../images/indexIcon.png);
	content:'';
	position:absolute;
	width: 19px;
}



#Content_left_menu ul li:after{
	width:23px;
	height:12px;
	background-position:0 -80px;
	top:10px;
	right:0;
}
/* 主体部分  */
#Content_left_menu{
	float: left;
	width: 210px;
	position: relative;
}
#Content_left_menu ul li{
	display: block;
	width: 269px;
	height: 36px;
	background-color: #fff;
	line-height: 36px;
	border: 1px solid #fff;
	z-index: 1;
	position: relative;


}
#Content_left_menu ul li:last-child{background-color:#f0f2f4;height:34px;}
#Content_left_menu ul li.hover{
	border-bottom: 1px solid #43aaff;
	border-left: 1px solid #43aaff;
	border-top: 1px solid #43aaff;
	z-index:2;
}
#Content_left_menu ul li h3{
	padding-left: 20px;
}
#Content_left_menu ul li h3 a{
	display: inline-block;	
	color:#242526;
	font-weight: bold;
}
#Content_left_menu ul li .shell a{
	color: #81838b;
	padding-left:16px;
}
#Content_left_menu ul li .shell a:hover{
	color:#FF8B32;
}
#Content_left_menu ul li span{
	color: #fff;
	float: right;
	margin-right: 10px;
}

