* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #13153D;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#top {
	height: 200px;
	margin-top: 15px;
	background-image: url(../images/logo_d.png);
	background-repeat: no-repeat;
}
.link {
	float: right;
	margin-top: 15px;
	margin-right: 22px;
	color: #FFFFFF;
	line-height: 24px;
	display: inline;
}
#menu {
	height: 45px;
}
#menu ul li {
	list-style-type: none;
	float: left;
	width: 98px;
	height: 45px;
	background: url("../images/nav_03.jpg");
	background-size: 100% 100%;
}
#menu ul li.first {
	background: url("../images/shouye_03.jpg");
	background-size: 100% 100%;
}
#menu ul li a{
        display: block;
		height: 100%;
		line-height: 45px;
		text-align: center;
	font-family: 'SimHei,Microsoft YaHei';
	font-size: 15px;
}
#menu ul li ul{
	display: none;
	position: absolute;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
 }
#menu ul li ul li{
	width: 96px;
	text-align: left;
	display: block;
	margin: 0;
	height: 30px;
	line-height: 30px;
	float: none;
	text-indent: 5px;
	background-color: #22498D;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4171C6;
	border-bottom-color: #070D1B;
 }
#menu ul li ul li a{
	color: #FFFFFF;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#menu ul li ul li a:hover{
	color: #A46F29;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
#menu ul li:hover ul{
    display: block;
}
#menu ul li.sfhover ul{
    display: block;
}
.banner {
	height: 336px;
	width: 976px;
	border: 2px solid #283F82;
}
.main {
	background-color: #1C3259;
	padding-top: 10px;
}
.main01 {
	height: 210px;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: repeat-x;
}
.contact {
	width: 260px;
	height: 208px;
	border: 1px solid #909295;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
	float: left;
}
.contact_t.about_t {
	height: 30px;
	margin-top: 2px;
}
.contact_c {
	line-height: 26px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	font-family: "宋体";
}
.about {
	float: left;
	height: 208px;
	width:31.5%;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #909295;
	display: inline;
	overflow: hidden;
}
.about_t {
	height: 30px;
	margin-top: 2px;
	border-bottom: 1px solid #4171c6;
}
.about_c img {
	padding-top: 10px;
	padding-right: 5px;
	float: left;
	display: inline;
}
.about_c {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
	color: #FFFFFF;
	font-family: "宋体";
}
.news {
	float:left;
	height: 208px;
	width: 31.5%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #909295;
}
.news_t {
	height: 30px;
	margin-top: 2px;
	background-image: url(../images/t_bg_03.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #4171c6;
}
.news_t02 {
	height: 33px;
	background-image: url(../images/t_bg_03.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #4171c6;
}
.news_c {
	height: 166px;
	margin-top: 10px;
	margin-left: 3px;
}
.news_c li {
	line-height: 27px;
	color: #FFFFFF;
	background-image: url(../images/icon_dian.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 12px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #283F82;
}
.main02 {
	height: 210px;
	margin-top: 10px;
}
.pro {
	height: 210px;
	width: 100%;
	float: left;
}
.pro_t {
	background-image: url(../images/show_title.jpg);
	background-repeat: no-repeat;
	height: 24px;
}
#show_c {
	background-color: #16376D;
	height: 165px;
	padding-top: 20px;
	line-height: 30px;
}
.youqing {
	height: 33px;
	border: 1px solid #767271;
	margin-top: 10px;
	line-height: 33px;
	color: #FFFFFF;
	font-family: "宋体";
}
#copyright {
	background-image: url(../images/copyright_bg.jpg);
	background-repeat: repeat-x;
	height: 70px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	padding-top: 25px;
	color: #9CB0B7;
	background-color: #1C3259;
	background-position: bottom;
}

