﻿@charset "utf-8";

body {
	background: #FFF;
	color: #000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 16px;
}
a {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.clear {
	clear: both;
}
.top{background:#1b66b9;  text-align:center;}
.banner { background:url(banner_bg.jpg) center no-repeat; text-align:center;height: 206px;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
/*nav*/

.nav{ width:100%; height:50px; background:#1b66b9;}

/* Footer Style */
.footer {
    width: 100%;
	text-align:center;
    border-top: 7px solid #0f5da9;
}
.footer p {
    text-align: center;
    font-family: 微软雅黑;
    color: #595959;
    line-height: 25px;
    font-size: 14px;}
	
.footer a {
	color: #595959;
    font-size: 14px;
}

/*index*/

.ppt {
	height: 365px;
	width: 650px;
	overflow: hidden;
	border:#CCC 1px solid;
}
.news{ height: 365px;overflow: hidden; width:330px; background: #eef5fd; }
.news_tit {
    height: 43px; line-height:43px; padding:0 15px;background:url(mt_bg.jpg) left no-repeat;
}
.news_tit a{line-height:43px;}
.qh_box{width: 650px; height:320px;background: #eef5fd;}

/*-------- Tab样式 --------------*/

.hidden{ display:none;}
#tab {position:relative;overflow:hidden;}
#tab .tabList  { height:40px;margin:0; height:40px; border-bottom:#DDD 1px solid;}
#tab dt{ float:left; padding:0 10px; margin:0; height:40px; overflow:hidden; }
#tab dt a{color:#666;font-size:18px;line-height:40px; padding:0 15px;}
#tab dt.active{border-bottom:#1a64b9 1px solid;}
/*#tab dt.active a{color:#1a64b9;font-size:18px;line-height:40px; padding:0 15px;}*/
/*link*/

.link{background: #EAF2FD; padding:10px 0;}
.link a {background: #FFF; line-height:20px;padding:10px 13px;border: 1px solid #a8d4f9;
}
/*list*/
.path{width:100%;  background:#ededed; padding:10px; }
.leftcon{width:245px; background:#ededed; padding:20px 20px 0 20px;}
.leftbar{background:#1b66b9; text-align:center; margin-bottom:20px;}

