/*css for Jackson*/

body {
	text-align: left;
	font-family: "微软雅黑", arial;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 16px;
	line-height: 208%;
	color: #888;
}

*{margin:0;padding:0;}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin:20px 0;
}

header , footer , content , .bottom {			/*容器页面居中*/
	width: 1200px;
	display: block;
	margin:0 auto;
}

header {
	height: 120px;	
}

.login {
	border-top: 4px #ccc solid;
	padding-top:5px;
	font-size: 14px;
}
.login a{
	color: #666;
}

nav li{
	font-size: 13pt;
	display: inline-block;
	width: 145px;
	background: url(../images/nav_bg.gif) no-repeat 100%;
	text-align: center;
}
nav li:last-child{
	background: none;
}

a {
	color: black;
}


a:hover , .active {
	color:#009ed0;
	text-decoration: none;
}


.main {
	width: 100%;
	margin-top:40px;
}

.main td {
	vertical-align: top;
	text-align: left;
}

.titleBG {
	background-color:#009ed0;
	color: #fff;
	height: 155px;
	width: 210px;

	margin: 0 35px 10px 0;	

/*	 display: -webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    -webkit-box-orient: vertical;*/
    display: flex;
}

.titleBG > div {
	margin: auto; 
	text-align: left;
}

.title {
	font-size:24pt;
	font-weight: bold;
}

.title-en {
	font-size: 12pt;
	display: block;
}

.subNavBG {
	width: 210px;
	height: 545px;
	background: #eeeceb;
	text-align: left;
}

.subNav {
	font-size:14pt;
	line-height: 300%;
	margin: 40px 0 0 40px;
}

footer {
	margin-top:100px;
	background-color: #eee;
	text-align: center;
	font-size: 14px;

}


/*-------------其他---------------*/

.t-margin {
	margin:40px 0 180px 0;
}

.t-italic {
	color: #bbb;
	font-style: italic;
}

.line-bottom-3 {
	padding-bottom: 20px;
	border-bottom:3px #eee solid;
}

.line-box {
	border:1px #eee solid;
}

.t-red {
	color: red;
}

.table-input td{
	padding: 10px;
}

/*.index img {
	width: 100%;
}
*/
.qna-title {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: -5px;
}

.qna-box {
	margin-bottom: 40px;
}


/*css for yixin*/
/*.about{
	height: 175px;
	width: 258px;
}*/