﻿@charset "utf-8";
/* CSS Document */

/*------- public -*/
body, form, ul, li, p, h1, h2, h3, h4, h5, h6, input, textarea {
	margin:0;
	padding:0;
}
body {
	font-size:16px;
	color:#4b4b4b;
	font-family:"Microsoft YaHei", "Arial Narrow";
	line-height:23px;
	background: #FFF;
}
table {
	border-collapse:collapse;
}
td {
	border:0px;
}
input, select, textarea {
	font-size:12px;
	line-height:16px;
	font-family:"Microsoft YaHei", "Arial Narrow";
}

a {
	color: #F0F0F0;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
}
a:hover {
	color:#CFF;
	font-weight:bold;
}
.red{
	color: #E41697;
}
.blue {
	color:#004D99;
}
ul,li{	list-style-type:none
	}
li{ width:120px;
    padding-left:0px;
    height:30px;
	margin:auto 0px;
	float:left;
}

.bold {
	font-weight:bold;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/*------- header -*/  

  
.title1, .title2, .title3 {
	width:100%;
	height:171px;
	margin:auto;
	background:url(../images/title1.jpg) no-repeat top center;
}
.title2 {
	background:url(../images/title2.jpg) no-repeat top center;
}
.title3 {
	background:url(../images/title3.jpg) no-repeat top center;
}
.menu {
	width:100%;
	height:42px;
	margin:auto;
	background: #36F url(../images/mune_bg.gif) repeat-x;
	padding-top:18px;
	text-align:center;
}
.qyan {
	width:100%;
	height:530px;
	margin:auto;
	background: #eeeded url(../images/qianyan_bg.jpg) repeat-x bottom;
}
.qyan .text {
	width:820px;
	height:80px;
	margin:auto;
	background: #f2f2f5 url(../images/biao.png) no-repeat center left;
	color:#004D99;
	font-size:18px;
	font-weight:bold;
	padding:15px 30px 0px 150px;
	line-height:35px;
}
.qyan .text1 {
	width:980px;
	height:370px;
	margin:auto;
	background: #f2f2f5 url(../images/oclock_bg.jpg) no-repeat bottom right;
	font-size:16px;
	color:#4b4b4b;
	line-height:25px;
	padding-right:20px;
}
.qyan .text1 img {
	padding:10px 25px 0px 0px;
	float:left;
}
.box {
	width:1000px;
	height:auto!important; height:220px; min-height:220px;
	margin:auto;
}

.box .lbiao{
	width:1000px; height:38px; background:#029ad8; font-size:20px; color:#fff;}
.box .lbiao .lb{width:470px; height:27px; padding:5px 0px 0px 15px;float:left;font-weight:bold;}
.box .hdj{width:1000px; height:240px; background: #F7F7F7;}
.box .hdj .hdjj {
	width:500px;
	height:200px;
	padding-top:20px;
	float:left;
}
.box .hdj .hdjj img {
	width:150px;
	height:180px;
	float:left;
	padding:3px;
	border:#CCC 1px solid;
}

.box .hdj .hdjj dt{
	width:108px;
	float:left;
	margin:0px;
	padding-top:5px;
	padding-left:13px;
	line-height:30px;

	color:#004D99;
	}

.box .hdj .hdjj dd{
    width:190px;
    float:left;
	padding-top:5px;
	padding-left:5px;
	line-height:30px;
	margin:0px;
    }