﻿@charset "utf-8";
/* CSS Document */

body{ width:100%; background:url(../images/top_bg.png) no-repeat;}

/*顶部*/
.top_box{ width:100%; height:50px; background-color:#015293;}
.top{ height:50px;}
.top .zf span,a{ font-size:14px; color:#fff; line-height:50px;}
.top .zf a{ padding-left:12px; padding-right:12px;}
.top .zf a:hover{color:#e11717;}
.top .tq{ margin-left:90px; margin-top:10px}
.top .tq span{ font-size:14px; color:#fff; line-height:50px; margin-left:10px;}
.top .search{ width:264px; height:34px; margin-top:8px;border:none;}
.top .search .text{border:none; width:212px; height:34px; background-color:#fff; padding-left:14px; font-size:14px; color:#878787; line-height:34px; border-radius:2px;}
.top .search .submit{border:none; width:34px; height:34px; background-image: url(../images/search.png); background-repeat:no-repeat;
					  background-position:center; cursor:pointer; border-radius:2px; background-color:#fff; margin-left:3px;
					}
/*logo导航区域*/
.logo{ height:170px;}
.logo .logo_img{ width:447px; height:100px;}
.logo img{ display:block; margin-top:46px;}
.nav{ margin-top:56px;}
.nav li a{ display:block; font-size:20px; color:#767676; font-weight:bold; text-align:center; margin-top:40px;}
.nav li a:hover{ color:#015293;}
.nav .l1{ width:122px; height:78px; float:left; background-image:url(../images/nav_1.png); background-repeat:no-repeat; 
		 background-position:center 0;
		}
.nav .l1:hover{ background-image:url(../images/nav1.png);}
.nav .l2{ width:122px; height:78px; float:left; background-image:url(../images/nav_2.png); background-repeat:no-repeat; 
		 background-position:center 0;
		}
.nav .l2:hover{ background-image:url(../images/nav2.png);}
.nav .l3{ width:122px; height:78px; float:left; background-image:url(../images/nav_3.png); background-repeat:no-repeat; 
		 background-position:center 0;
		}
.nav .l3:hover{ background-image:url(../images/nav3.png);}
.nav .l4{ width:122px; height:78px; float:left; background-image:url(../images/nav_4.png); background-repeat:no-repeat; 
		 background-position:center 0;
		}
.nav .l4:hover{ background-image:url(../images/nav4.png);}
.nav .l5{ width:122px; height:78px; float:left; background-image:url(../images/nav_5.png); background-repeat:no-repeat; 
		 background-position:center 0;
		}
.nav .l5:hover{ background-image:url(../images/nav5.png);}
.nav .l6{ width:122px; height:78px; float:left; background-image:url(../images/nav_6.png); background-repeat:no-repeat; 
		 background-position:center 0;
		}
.nav .l6:hover{ background-image:url(../images/nav6.png);}

.line{ widht:100%; height:2px; background-color:#015293;}

/*页脚*/
.footer{ height:206px; border-top:3px #015293 solid; margin-top:12px;}
.footer .link{ height:52px; border-bottom:1px #e5e5e5 solid;}
.footer .link .web{ margin-left:30px; cursor:pointer; background-image:url(../images/rows.png); background-repeat:no-repeat; background-position:180px center;}
.footer .link .web span{ color:#666; font-size:14px; line-height:52px;}
.footer .link .w1{ width:200px; height:52px; margin-left:22px; cursor:pointer; background-image:url(../images/rows.png); background-repeat:no-repeat; background-position:166px 22px;}
.footer .link .w2{ width:200px; height:52px; margin-left:22px; cursor:pointer; background-image:url(../images/rows.png); background-repeat:no-repeat; background-position:110px 22px;}
.footer .link .w3{ width:200px; height:52px; margin-left:22px; cursor:pointer; background-image:url(../images/rows.png); background-repeat:no-repeat; background-position:120px 22px;}
.footer .link .w4{ width:200px; height:52px; margin-left:22px; cursor:pointer; background-image:url(../images/rows.png); background-repeat:no-repeat; background-position:136px 22px;}
.foot_menu{ display:none; position:absolute; z-index:100;}
.foot_menu li{width:180px; height:46px; background-color:#f0f0f0; border-bottom:1px #ccc solid;} 
.foot_menu a{ border:none; font-size:14px; color:#333; line-height:46px; text-align:center; margin-left:8px;}
.foot_menu li:hover{ background-color:#1d72c1;}
.foot_menu li:hover a{ color:#fff;}
.foot_menu li{ float:none;}
.footer .link_web{ widht:50px; border-bottom:1px #e5e5e5 solid;}
.footer .link_web span{ font-size:16px; color:#666; margin-left:12px;}
.footer .link_web span a{ font-size:16px; color:#666; margin-left:12px;}
.footer .link_web span a:hover{ color:#4ea5ef;}
.copyright .img1{ margin-left:30px; margin-top:20px;}
.copy{ margin-left:56px; margin-top:16px;}
.copy p span{ font-size:14px; color:#666; line-height:36px;}
.copy p img{ margin-top:6px; margin-right:4px;}
.copyright .img2{ margin-left:66px; margin-top:28px;}
.copyright .fwl{ margin-top:46px; margin-left:78px;}
.copyright .fwl h3{ font-size:12px; color:#666;}
.copyright .fwl span{ width:140px; heigth:20px; background-color:#952020; font-size:14px; color:#fff; display:block; 
					  float:left; text-align:center; margin-left:2px; line-height:20px; letter-spacing:3px
					 }