﻿/*重置样式*/

*{margin:0;padding:0}
a{text-decoration: none;}
em,strong,b,h2,h3{font-style: normal; font-weight: normal;}
ul,li{list-style: none;}
fieldset,form,label,input,button,map,img{outline: none;border: none;}
.cStyle{width: 980px; margin: 0 auto;}
.pointer{cursor: pointer;}
.clearfix:after{content:"\200B";display: block;height: 0; clear: both;}
.clearfix{*zoom:1}
.elip{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fl{float:left;}
.fr{float:right;}
.bor{border-left: 1px solid #c2c2c2; border-bottom: 1px solid #c2c2c2;border-right: 1px solid #c2c2c2;}
body{width: 100%; background: #f7f6f5;}



/*页头*/
.top{width:100%;background: url(../images/topBar.png) repeat-x; }
.loginBar{ height: 38px;}
.loginBar div.clearfix{width: 980px;height: 38px;}
.loginBar p.fl{color: #717171;font-size: 14px;line-height: 38px;}

/*.login{margin-top:8px; margin-left: 5px;}
.login label{color: #245086; font-size: 14px;}
.login .inpBox{width: 90px;height: 20px;border:1px solid #b5b5b5}
.login input[type="submit"]{background:#ebb124;}
.login input[type="button"]{background:#2780d8;}
.login input[type="submit"],.login input[type="button"]{width: 56px; line-height: 26px; border-radius: 4px; font-size: 14px; color: #fff;}*/

.banner{width: 100%; margin: 0 auto;}
.bannerB{width:100%; height:168px;background:#56a7dc url(../images/topBanner.png) no-repeat center;}
.nav{ width: 100%;height: 46px;background:#4d7ec1; }
.nav ul {height: 46px;}
.nav ul li{padding:0 18px;  float: left;position: relative;}
.nav ul li a{display:inline-block;color:#fff; font-size: 14px;line-height:46px; cursor: pointer;font-family: "微软雅黑";}
.nav ul li:hover{background:#7bca61;}
.nav1{background:#7bca61 !important ;}


.downBox{display: none;}
.downBox {
	font-family: "微软雅黑";
	width: 75px;
	background:#fff;
	position: absolute;
	left: 0px;
	top: 46px;
	z-index: 999;
	padding: 20px 9px;
	display: none;
}

.downBox span{
	display: block;
	cursor: pointer;
	line-height: 34px;
	font-size: 14px;
	color: #6A6A6A;
	text-align: center;
}

.downBox span:hover{
	color:#bde213 ;
}


.infor{background-color: #fff;height: 46px;position: relative;}
.search {width: 296px; height: 37px; background: url(../images/searchInp.png) no-repeat left center; margin-top:5px; padding-left:22px;position: relative;margin-right: 50px;}
.search input{font-size: 14px;line-height: 34px;height: 34px;position: absolute; top: 2px;}
span.sbtn{width: 68px;height:36px; line-height:36px; text-align:center;position: absolute; right:-60px;top: 0px; border-radius: 8px; background: #febd3f; color: #fff;}





/*页尾*/

.foot{width:100%; margin: 0 auto; background: #56a7dc; border-top:18px solid #4d7ec1 ;}
.footIN{
	    font-family: "微软雅黑";
	text-align: center;
	line-height: 22px;
	padding: 14px 0px;
	font-size: 12px;
	color: #fff;
}
.footIN a{color: #fff;}
