

html {
    font-size: 14px;
	color:#808080;
}

body {
    font-family: "Microsoft Yahei", sans-serif;
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6,h7,h8,h9 {padding:0;margin:0; font-weight:100;}

ul {padding:0;margin:0;}
li { list-style:none; list-style-image:none;}


.clear { clear:both;}

a {font-family:"Microsoft Yahei";color:#666666; text-decoration:none;}
a:visited {color:#666666}
a:hover {color:#e70007; cursor:pointer;}
a:link {}
a img {border:none;}


.flo_left { float:left; display:block;}
.flo_rig { float:right;display:block;}

.main_width {width:1200px; margin:0 auto;}

/*==================导航和头部=================*/

.head_top {height:80px; border-bottom:1px solid #00a3d8; background:#ffffff;}
.head_top .logo { display:block;width:200px;height:80px; background:url(../images/logo.jpg) no-repeat center center;background-size: 100% 100%;}
.head_top .logo h1 { margin:0;padding:0;width:100%; display:block;height:100%;}
.menu {
	font-family: arial, sans-serif;
	width: 800px;
	margin: 0 auto;
	padding-top:18px;
	height:47px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height:47px;
}
.menu ul li {
	float: left;
	position: relative;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 95px;
	height: 47px;
	line-height: 47px;
	color: #484848;
	font-size: 14px;
}
.menu ul li ul {
	display: none;z-index:999999;
}
.menu ul li:hover a {
	background:#262e74;
	color:#ffffff;
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 47px;
	left: 0;
	width: 145px;
	background:none;
}
.menu ul li:hover ul li { 
	background:none;
	height:35px; 
	line-height:35px; 
}
.menu ul li:hover ul li a {
	display: block;
	background:#2b38c2;
	color: #ffffff;
	height:34px; 
	line-height:35px;
	font-size:12px;
	font-weight:100;
	width:130px;
	border-bottom:1px solid #4451da;
	text-align:left;
	padding-left:15px;
}
.menu ul li:hover ul li a:hover {
	background:#0816a2;
	color: #ffffff;
	font-weight:500;
}
.menu .active {
	background:#262e74;
	color:#ffffff;
}





/*==================foot部分=================*/
.link { background:#343539;padding:20px 0;}
.link .flo_left {padding-top:10px;}
.link dt{color:#fff; font-weight:400;float:left;}
.link a{color:#919095; display:block; float:left;margin-right:20px;}
.link a:hover { font-weight:600;color:#fff;}

.foot { background:#292a2e;}
.foot .inner {padding-top:20px;padding-bottom:10px;}
.foot .banquan {border-top:1px solid #48494d;height:85px;}
.foot .banquan p{padding-top:20px;}
.foot .aa {width:312px;margin-right:140px;}
.foot .aa a{ display:inline-block; width:101px;padding:5px 0;margin-bottom:10px;}
.foot .bb {width:415px; background:url(../images/icon_foot.jpg) no-repeat 5px 82px;height:328px;}
.foot .aa dt,.foot .bb dt {padding:20px 0;color:#fff; font-weight:bold;border-bottom:1px solid #6a6b6f;margin-bottom:20px;}
.foot .bb dd{padding:7.5px 0;}
.foot .flo_rig {padding-top:50px;}

/*======分页css=======*/
.post-footer{padding-top:20px;}
.pagination {margin: 0 0 35px;text-align: center;display: block;}
.pagination a {text-align: center;display: inline-block;color: #666;background: #fff;border-radius: 2px;border:1px solid #ebebeb;}
.pagination a:hover {background: #ebebeb;text-decoration: none;border:1px solid #ccc}
.pagination a i {width: 36px;height: 36px;line-height: 36px;}
.pagination .page-number {
	background: #fff;
	color: #666;
	margin: 0 3px;
	display: inline-block;
	line-height: 36px;
	padding: 0 14px;
	border-radius: 2px;
	border:1px solid #ebebeb;
	position:relative;
	top:-13px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-right { background:url(../images/icon/page_3.png) no-repeat center center;}
.glyphicon-step-forward {background:url(../images/icon/page_4.png) no-repeat center center;}
.glyphicon-chevron-left {background:url(../images/icon/page_2.png) no-repeat center center;}
.glyphicon-step-backward {background:url(../images/icon/page_1.png) no-repeat center center;}
/*======分页css结束=======*/



/*======留言板css开始=======*/
.mess_cont {padding-left:70px; border-top:2px dotted #dddddd;padding-top:50px;margin-top:50px; background:#f6f7fb;padding-bottom:30px;}
.mess_cont td {padding:5px;}
.mess_cont input[type="text"] {
	width:500px; border:1px solid #CCC;
	border-radius:15px;
	background:#ffffff; height:30px; line-height:30px;
	padding-left:10px;
}
.mess_cont textarea {
	width:650px; border:1px solid #CCC;	
	border-radius:15px;
	background:#ffffff;height:140px;
	padding:10px;
}


.if_none { text-align:center;height:260px; line-height:260px; text-align:center; color:#999999;font-size:26px;}

.butt_back_out {border-top:1px solid #e6e6e6;padding-top:25px;padding-bottom:15px; text-align:center;}
.butt_back { border:1px solid #CCCCCC; background:#ffffff; text-align:center;padding:8px 35px;color:#bfbfbf;}
.butt_back:hover { background:#969696; color:#ffffff; cursor:pointer;}


.btn-lg { background:#ececec;color:#333333;border:none;padding:15px 70px; letter-spacing:5px;}/*---------留言板提交按钮------*/
.btn-lg:hover {background:#1a5ea9; color:#ffffff;cursor:pointer;}
/*======留言板css结束=======*/






