body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td,ul,li{
    padding:0px; margin:0px;
}
a{
    text-decoration:none;
    outline:none;/*清除a标签点击状态下的虚线描边，IE8兼容见标签*/
    blr:expression(this.onFocus=this.blur());
}
body{font-family:"微软雅黑";}
a{}  标签对是一个网站的一条信息链接定义的，a:link {}     /* 未访问的链接 */
a:visited {}  /* 已访问的链接 */
a:hover {text-decoration:none;}    /* 当有鼠标悬停在链接上 */
a:active {}   /* 被选择的链接 */
clearfix{
    clear:both;
}
fieldset, img{
    border:0;
}
.clear{
    clear:both;
}
ol, ul{
    list-style: none;
}
.head-top{
    width: 100%;
    background-color: #003a76;
    height: 20px;
    font-size: 12px;
}
.head-top-main{
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
}
.header{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.header .top{
    width: 1200px;
    height:154px;
    margin: 0 auto;
    margin-top:30px;
}

.header .top .top1{
    float: left;
    width:21.5%;  
}
.header .top .top1 img{
	width:417px;
	height:92px;
}
.top hr{	
	width:1px;
	background-color:#0b8308;
	height:48px;
	float:left;
	margin-top:20px;
	font-size:2px;
	font-weight:700;
	margin-left:6%;
}

.header .top .top2{
	margin-top:18px;
    float: left;
    margin-left:20px;
    width: 34%;
    line-height:34px;
    font-size:20px;
    color:#a1a1a1;
}
.header .top .top2 img{
	width:192px;
	height:55px;
}
.header .top .top3{
    float: right;
    width: 18%;
	margin-top:30px;
}
.top3 .dh{
    width: 150px;
    line-height: 30px;
    float: right;
    font-size: 20px;
	margin-top:-10px;
    color:#003a76;
}
.text{
    letter-spacing: 2.2px;
	font-size:18px;
}
/*导航栏*/
.navBar{
    width:100%;
    margin-top:-36px;
    position:relative;
    z-index:1;
    background:#003a76;
    color:#fff;
    height:40px;
    line-height:40px;
}
.navBar ul{
    width: 1200px;
	height:auto;
    margin:0 auto;
    font-size: 16px;
    color:#fff;
}

.nav li{
    width:14%;
    text-align: center;
    float:left;
    position:relative;
}
.nav li:hover{
    background: #168373;
}
.nav #m{
	background: #168373;
}
.nav li a{
    color:#fff;
}
.nav a{
    display:block;
    color:#fff;
    vertical-align:top;
}
.nav a{
    color:#fff;
}
.nav .sub{ display:none; /*默认隐藏*/ width:133px;
    padding:5px 0;
    position:absolute;
    left:-1px; top:40px;
    background:#0066a6;
    text-align:center;  }
.nav .sub li{
    width: 133px;
    vertical-align:middle; }
.nav .sub li a{
    height:38px;
    line-height:38px;
    font-size:14px;
    color:#fff;
}
.nav .sub li a:hover{
    color:#fff;
    background:#262626;
}
/* 轮播*/
.banner{
    min-width:1000px;
    position:relative;
    height:500px;
    overflow:hidden;
}
.banner .bd{ position:relative; z-index:0;  }
.banner .bd ul li a img{
    width:100%;
    height:500px;
}
.banner .bd ul{ width:100% !important; }
.banner .bd li{ width:100% !important;  height:500px; }
.banner .bd li .siteWidth{ width:1000px; position:relative;  margin:0 auto;  height:500px;  }
.banner .bd li a{ height:299px; display:block;  }
.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";    }
.banner .bd .btn{
    display:block; zoom:1;
    margin-top:8px;  width:72px;
    padding-right:10px;  height:31px;
    line-height:31px; text-align:center; color:#fff;
    font-size:12px;
    background:url(images/banner-btn.png) 0 0 no-repeat;
    _background:url(images/banner-btn-ie6.png) 0 0 no-repeat;
}
.banner .hd{
    width:100%;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    height:30px;
    line-height:30px;
    text-align:center;
}
.banner .hd ul li{
    cursor:pointer;
    display:inline-block;
    *display:inline;
    zoom:1; width:11px;
    height:11px; margin:4px;

    overflow:hidden;
    line-height:9999px;
    filter:alpha(opacity=40);
    opacity:0.4;
}
.banner .hd ul .on{
    filter:alpha(opacity=100);
    opacity:1;
}
.clear{
    clear:both;
}
/*搜索*/
.sousuo{
    width:1200px;
    height:54px;
    background:#e7f2f5;
    line-height:54px;
    font-size:16px;
    color:#262626;
    position:relative;
    margin: 0 auto;
}

.sousuo span{
    font-size:16px;
	margin-left:20px;
    width:auto;

}
.searchbox {
    width: 242px;
    height: 35px;
    float: right;
    background: #fff;
    position: relative;
    left: -60px;
    top: 10px;
}
.search {
    width: 175px;
    height: 35px;
    border-style: none;
    vertical-align: middle;
    margin-top: -22px;
    outline: none;
    padding-left: 10px;
    line-height: 35px;
    color: #999999;
}
.search:focus{
    color: black;
}
.ser_bt{
    float:right;
    width: 41px;
    height: 35px;
    border-style: none;
    background: url(../images/sea_bt_03.png) no-repeat;
    vertical-align:middle;
    outline: none;
    cursor: pointer;
}
/* =======================底部==================== */
.footer{
	width:100%;
	height:260px;
	background-image:url(../images/foot_bg.png);
}
.footer1{
	width:1200px;
	height:70px;
	margin:0 auto;
}
.footer1 ul{width:1200px;margin:0 auto;height:48px;}
.footer1 ul li {
	width:14%;
	padding-top:10px;
	float:left;
	text-align:center;
}
.footer1 ul li a{
	color:#fff;
	line-height:48px;
	font-size:16px;
}

.footer2 {width:1200px;margin:0 auto;}
.footer2 ul{width:1200px;margin:0 auto;height:48px;margin-top:15px;margin-left:2.5%;}
.footer2 ul li{
	float:left;
}
.footer2 ul li p{
	width:100%;
	margin-left:8%;
	color:#fff;
	font-size:16px;
	line-height:32px;
}
.footer2 ul li img{
	width:130px;
	height:130px;
}
.footer2 ul li .b1{
	margin-left:54px;
}
.footer2 ul li .b2{
	margin-left:146px;
}
.footer2 ul li a{
	color:#fff;
}