@charset "utf-8";
html,body,div,a,ul,li,ol,dl,dt,dd,img,span,table,tr,td,th,thead,h1,h2,h3{
	padding: 0;
	margin: 0;
}
.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.head{
	height: 144px; 
	width: 100%;
	background: url(../../images/help/top_01.png);
	margin: 0 auto;
}
/*侧边导航开始*/
.wmenu{
	width: 190px;
	height: 770px;
	margin-top: 20px;
	float: left;
}
.wmenu a{
		color: #333;
		font-size: 14px;
	}
.wmenu dl dt{
	width: 190px;
	height: 47px;
	background: url(../../images/help/menu-bg_03.jpg);
	border-bottom: 1px solid #2196f3;
	line-height: 48px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px; 
}
.wmenu dl dd a{
	width: 190px;
	height: 45px;
	background: url(../../images/help/circle_10.png) no-repeat 20px 9px;
	line-height: 43px;
	padding-left: 44px;
}
.wmenu dl dd a:hover{
    background: url(../../images/help/circle_07.jpg) no-repeat 20px 9px;
    color: #1a75bc;
}
.wmenu dl dt a{
	font-size: 16px;
}
.wmenu .tiro{
	height: 415px;
	width: 190px;
	background: #fff;
}
.wmenu .transaction{
	height: 240px;
	width: 190px;
	background: #fff;
	margin-top: 20px;
}
.wmenu .download{
	height: 48px;
	width: 190px;
	background: #fff;
	margin-top: 20px;
}

/*侧边导航结束*/