@charset "utf-8";
/* CSS Document */

ul.goldMenu{
	width:1120px;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding-top:33px;
	list-style:none;
}

ul.goldMenu li{
	width:auto;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#555;
	text-align:center;
	display:inline-block;
	background:#fff;
	border:1px solid #D7D7D7;
	border-radius:20px;
	margin:0 10px;
	padding:0 30px;
	list-style:none;
	display:inline-block;
	cursor:pointer;
}

ul.goldMenu li:hover,ul.goldMenu li.current{
	background:#df0029;
	border:1px solid rgba(255,255,255,0);
	color:#fff;
	transition:ease-in-out 1.1s;
}

.goldMetalMain{
	width:100%;
	height:auto;
	background:#f5f5f5;
	padding-top:70px;
	padding-bottom:70px;
}

table.goldMetalList{
	width:1120px;
	height:auto;
	margin:0 auto;
}

table.goldMetalList tr td.goldMetalTit p{
	width:100%;
	height:auto;
	line-height:25px;
	font-size:14px;
	color:#fff;
	text-align:center;
}

table.goldMetalList tr td{
	font-size:14px;
	color:#333333;
	border-bottom:1px solid #555;
	border-right:1px solid #c1c1c1;
	background:#efefef;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

table.goldMetalList tr td.goldMetalRight{
	border-bottom:1px solid #555;
	border-right:1px solid #c1c1c1;
	background:#efefef;
    vertical-align:middle;
}

table.goldMetalList tr td.goldMetalRight img{
	width:27px;
	height:20px;
	display: inline-block;
}

table.goldMetalList tr td:nth-last-child(1){
	border-right:none;
}

table.goldMetalList tr:hover td{
	background-color:#f7f7f7;
	transition:ease-in-out 0.3s;
}

table.goldMetalList tr td.goldMetalTit{
	border-bottom:1px solid #fff;
	background:#555555;
	padding:10px;
}

table.goldMetalList tr:hover td.goldMetalTit{
	border-bottom:1px solid #fff;
	background-color:#7f7f7f;
	transition:ease-in-out 0.3s;
}

table.goldMetalList tr.goldMetalHealth td:nth-child(1){
	width:33px;
}

table.goldMetalList tr.goldMetalHealth td:nth-child(1) img{
	width:33px;
}

table.goldMetalList tr.goldMetalLast td{
	border-bottom:3px solid #555;
}

table.goldMetalList tr.goldMetalLast td.goldMetalTit{
	border-bottom:3px solid #f5f5f5;
}

table.goldMetalList tr.goldMetalMaintenance td:nth-child(1){
	width:33px;
}

table.goldMetalList tr.goldMetalMaintenance td:nth-child(1) img{
	width:33px;
}

table.goldMetalList tr.goldMetalMaintenance td.goldMetalTit p a{
	font-size:18px;
	color:#95C033;
	font-weight:bold;
	font-style:normal;
	margin-left:5px;
}

table.goldMetalList tr.goldMetalTitle{
	height:50px;
	line-height:50px;
	font-size:17px;
	color:#555555;
	text-align:center;
	background:#e1e1e1;
}

table.goldMetalList tr.goldMetalTitle td{
	width:213px;
	font-size:17px;
	border-bottom:3px solid #555;
	border-right:1px solid #c1c1c1;
	background:#e1e1e1;
}

table.goldMetalList tr.goldMetalTitle td:nth-child(1){
	border-bottom:none;
	border-right:none;
	background:#f5f5f5;
}
table.goldMetalList tr.goldMetalTitle td:nth-child(2){
	border-bottom:none;
	border-right:none;
	background:#f5f5f5;
}

table.goldMetalList tr.goldMetalTitle td:nth-last-child(1){
	border-right:none;
}

table.goldMetalList tr.goldMetalTitle:hover td{
	background-color:#e1e1e1;
	transition:ease-in-out 0.3s;
}

table.goldMetalList tr.goldMetalTitle:hover td.goldMetalCurrent{
	background-color:#fff;
	transition:ease-in-out 0.3s;
}

table.goldMetalList tr.goldMetalTitle:hover td:nth-child(1){
	background-color:#f5f5f5;
	transition:ease-in-out 0.3s;
}
table.goldMetalList tr.goldMetalTitle:hover td:nth-child(2){
	background-color:#f5f5f5;
	transition:ease-in-out 0.3s;
}

table.goldMetalList tr.goldMetalBottom{
	height:65px;
	background:#e1e1e1;
}

table.goldMetalList tr.goldMetalBottom td{
	width:213px;
	border-bottom:none;
	border-right:1px solid #c1c1c1;
	background:#e1e1e1;
}

table.goldMetalList tr.goldMetalBottom td h4{
	width:213px;
	height:30px;
	line-height:30px;
	font-size:17px;
	color:#555555;
}

table.goldMetalList tr.goldMetalBottom td p{
	width:213px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#545454;
}

table.goldMetalList tr.goldMetalBottom  td:nth-child(1){
	border-bottom:none;
	border-right:none;
	background:#f5f5f5;
}
table.goldMetalList tr.goldMetalBottom  td:nth-child(2){
	border-bottom:none;
	border-right:none;
	background:#f5f5f5;
}

table.goldMetalList tr.goldMetalBottom td:nth-last-child(1){
	border-right:none;
}

table.goldMetalList tr.goldMetalBottom:hover td{
	background-color:#e1e1e1;
	transition:ease-in-out 0.3s;
}

table.goldMetalList tr.goldMetalBottom:hover td.goldMetalCurrent{
	background-color:#fff;
	transition:ease-in-out 0.3s;
}

table.goldMetalList tr.goldMetalBottom:hover td:nth-child(1){
	background-color:#f5f5f5;
	transition:ease-in-out 0.3s;
}
table.goldMetalList tr.goldMetalBottom:hover td:nth-child(2){
	background-color:#f5f5f5;
	transition:ease-in-out 0.3s;
}

table.goldMetalList tr td.goldMetalCurrent{
	background-color:#fff;
	transition:ease-in-out 0.3s;
}

table.goldMetalList tr td:nth-child(1){
	width:33px;
}

table.goldMetalList tr td.goldMetalHealth{
	width:23px;
	height:auto;
	line-height:140%;
	font-size:14px;
	color:#fff;
	text-align:center;
	vertical-align:top;
	background:#3bc8da url(../home/goldmetal_left1-0.png) center 6px no-repeat;
	border-bottom:3px solid #fff;
	border-right:none;
	padding:36px 5px 0 5px;
}

table.goldMetalList tr td.goldMetalMaintenance{
	width:23px;
	height:auto;
	line-height:140%;
	font-size:14px;
	color:#fff;
	text-align:center;
	vertical-align:top;
	background:#95c033 url(../home/goldmetal_left2-0.png) center 6px no-repeat;
	border-bottom:3px solid #fff;
	border-right:none;
	padding:36px 5px 0 5px;
}

table.goldMetalList tr td.goldMetalSeo{
	width:23px;
	height:auto;
	line-height:140%;
	font-size:14px;
	color:#fff;
	text-align:center;
	vertical-align:top;
	background:#ffa101 url(../home/goldmetal_left3-0.png) center 6px no-repeat;
	border-bottom:3px solid #fff;
	border-right:none;
	padding:36px 5px 0 5px;
}

table.goldMetalList tr td.goldMetalSupport{
	width:23px;
	height:auto;
	line-height:140%;
	font-size:14px;
	color:#fff;
	text-align:center;
	vertical-align:top;
	background:#f56366 url(../home/goldmetal_left4-0.png) center 6px no-repeat;
	border-bottom:3px solid #fff;
	border-right:none;
	padding:36px 5px 0 5px;
}

table.goldMetalList tr td.goldMetalDataBackup{
	width:23px;
	height:auto;
	line-height:140%;
	font-size:14px;
	color:#fff;
	text-align:center;
	vertical-align:top;
	background:#666dfb;
	border-bottom:3px solid #fff;
	border-right:none;
	padding:6px 5px 0 5px;
}

table.goldMetalList tr td.goldMetalResources{
	width:23px;
	height:auto;
	line-height:140%;
	font-size:14px;
	color:#fff;
	text-align:center;
	vertical-align:top;
	background:#44caa2 url(../home/goldmetal_left6-0.png) center 6px no-repeat;
	border-bottom:3px solid #fff;
	border-right:none;
	padding:36px 5px 0 5px;
}
