@charset "utf-8";

/***********************************************/
/*goods.css                                      */
/***********************************************/


#article ul,
#article dl,
#article ol,
#article h2,
#article h3,
#article h4,
#article table{margin:0 0 20px}


#goodsmenu {
	background:url(../../goods/en3/img/menubg.png);
	padding:12px 0px;
}
#goodsmenu li {
	float:left;
	width:20%;
	box-sizing:border-box;
	border-right: #FFFFFF solid 1px;
	text-align:center;
}
#goodsmenu li a {
	display:block;
}
.nobd {
	border-right: none !important;
}

.mb0 { margin-bottom:0 !important;}

#article .menu {
	width:600px;
	float:right;
	margin-top:200px;
	text-align:right;
}

#article .sub_tt {
	padding: 20px 0 0 0;
	border-top: 2px solid #aaa;
	margin-top: -20px;
}

#article .exp {
	border:1px solid #aaa;
	padding:10px;
}

#article .exp h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #FFFF00
}

#article .detail{
	margin-bottom: 35px;
}

#article .detail .title{
	background: #000;
	padding: 10px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#article .detail_l {
	width:450px;
	float:left;
	padding:8px;
	background:url(../../goods/en3/img/thumbg.png);
}

#article .detail_r{
	width:300px;
	float:right;
}

#article .detail_r .tt {
	border-left:4px solid #FFF;
	padding:3px 10px;
	font-size:14px;
	font-weight:bold;
}

#article .detail .title span{
	color: #FF0000;
	margin-left: 10px;
}

#article .detail h2{
	font-weight: bold;
	font-size: 18px;
	line-height:1.2;
}

#article .detail table{
	border: 1px #999 solid;
	border-collapse: collapse;
	font-size:12px;
	line-height:1.5;
	margin-bottom:0px;
	background-color: #fff;
	margin-bottom:20px;
}

#article .detail  table th{
	border: 1px #999 solid;
	background-color: #333333;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	color: #FFF
}

#article .detail  table th.th_inx{
	border: 1px #999 solid;
	background-color: #333333;
	font-size: 13px;
	padding: 5px;
	text-align: left;
	color: #FFF
}

#article .detail table td{
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #666;
	padding: 5px;
}

#article .detail table  td a{
	color: #333;
}

/*--------*/

#article .detail table  td a{
	color: #333;
}

/*--------*/




#article .detail .snd_btn {
	width:100px;
	margin:-20px 0 -10px 25px;
	padding:0;
}

#article .detail .pageback {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}

.pageback a {
	background:#B5B5B5;
	color:#000000;
	padding:4px;
	text-decoration:none;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
}

#news #article .news .date2{
	padding: 10px 15px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-bottom:#FFFFFF solid 1px;
}
.itemimg100p {
	width:100%;
}
.thumimg {
	background:url(../../goods/en3/img/thumbg.png);
	padding:5px;
}
.thumimg2 {
	background:url(../../goods/en3/img/thumbg2.png);
	padding:5px;
}
.thumimg img, .thumimg2 img {
	width:100%;
}
.thumname { margin:0 !important; padding:0; font-weight:bold;}
.thumprice { margin:0 !important; padding:0}
.fontS { font-weight:normal; font-size:11px}
a.thumlink{
	text-decoration:none;
	background-color:#2f2f2f;
	display:block;
	}
a:hover.thumlink  {
	text-decoration:none;
	background:#111111;
}

.imgThumBor {
	border:#f21d44 solid 1px;
	box-sizing:border-box;
}
.detail_r div {
	margin:0 !important;
}
.detail_r p {
	margin:8px 0px !important;
}

#photoThum li {
	float:left;
	width:20%;
	padding:8px 8px 0px 0px;
	box-sizing:border-box;
}
#photoThum li img {
	width:100%;
	height:auto;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.posrela {
	position:relative;
}
.newMark {
	position:absolute;
	top:-4px;
	right:0px;
}
/***********************************************/
