﻿/*重置样式*/

*{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: 978px; 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;}
body{width: 100%; background: #fff;}



/*页头*/
.top{width: 100%;}
.topbanner{height: 380px;  background: url(../images/topbanner.png) no-repeat center 78px;}
.loginBar{color: #418b02; font-size: 12px; line-height: 32px; }
.login{margin-top:2px; 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;}




.nav{ height: 46px;background: #007c75; }
.nav ul {}
.nav ul li{ float: left;position: relative; }
.nav ul li a{display:inline-block;color:#fff; font-size: 14px;line-height:46px; cursor: pointer;font-family: "微软雅黑";padding:0 18px; }
.nav ul li:hover a {color: #a8f8f3;}
.nav ul li.line{color: #fff; line-height: 46px;}



.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 ;
}





/*页尾*/

.foot{height:165px; }
.footIN{
	    font-family: "微软雅黑";
	text-align: center;
	line-height: 22px;
	padding: 32px 0px;
	font-size: 14px;
	color: #fff;
	background: #007c75;
}
.footIN a{color: #fff;}
