﻿.sqs_serviceCon_box {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.sqs_Service_SHFE_banner {
	width: 100%;
	height: 6.4rem;
	position: relative;
	top: 0rem;
	background: url(../img/Services_banner.png) no-repeat center center;
	background-size: cover;
}

.sqs_dataCon_fr {
	width: 12rem;
	float: right;
	padding-top: 0.32rem;
	margin-right: 1rem;
}

.sqs_dataCon_fr_tit {
	font-size: 0.426666rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #020F30;
	padding-bottom: 0.3rem;
}

.sqs_FeesTit{
	font-size: 0.2666rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #020F30;
}

.sqs_FeesSubTit{
	width: 100%;
	overflow: hidden;
	font-size: 0.2rem;
	color: #333333;
	margin: 0.38rem 0 0.26rem;
}

.tabelWid {
	width: 100%;
	overflow: hidden;
	border: 0.01rem solid #999999;
	border-radius: 4px;
}

.tabelWid>thead {
	background: #E9E9E9;
	font-size: 0.1866rem;
	color: #141414;
	font-family: MyFontNameB;
	font-weight: bold;
	height: 0.8rem;
	line-height: 0.8rem;
}

.tabelWid th,
.tabelWid td {
	border-left: 0.01rem solid #999999;
}

.tabelWid th:first-child,
.tabelWid td:first-child {
	border-left: none;
}

.thead_th1 {
	width: 0.8rem;
}

.thead_th2 {
	width: 1.9rem;
}

.thead_th3 {
	width: 3.7rem;
}

.thead_th4 {
	width: 1.25rem;
}

.tabelWid>tbody tr:nth-child(even){
	background: #F9F9F9;
}

.tabelWid>tbody td {
	font-size: 0.1866rem;
	color: #141414;
	height: 0.7rem;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
	padding: 0.25rem;
}

.tabelWid>tbody td a{
	font-size: 0.1866rem;
	color: #2D3295;
}

.tabelWid>tbody td:first-child {
	text-align: center;
}


