/*重置样式*/

body,h1,h2,h3,h4,h5,p,ul,ol,li,form,button,label,input,textarea,th,td,img{margin:0;padding:0}
a{text-decoration: none;}
em,strong,b,h2,h3{font-style: normal; font-weight: normal;}
ul,li,fieldset,form,label,input,button{list-style: none;}
fieldset,form,label,input,button{outline: none;}
.cStyle{width: 1200px; margin: 0 auto;}
.pointer{cursor: pointer;}

.clearfix:after{content:"\200B";display: block;height: 0; clear: both;}
.clearfix{*zoom:1}
.fl{float: left;}
.fr{float: right;}

.elip{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}


body {
	width: 100%;
	background-color: #cfecfa;
	background-image: url(./bodyBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: '微软雅黑';
}


.topBar {
	width: 100%;
	background: #ffffff;
	height: 45px;
	-moz-box-shadow: 0px 5px 5px #bcd6e2;
	/* 老的 Firefox */
	box-shadow: 0px 5px 5px #bcd6e2;
}
.topColor{width: 100%; height: 5px; background: url(./topBe.png) repeat-x;}
/*.topBar:before {
	content: '';
	width: 100%;
	height: 5px;
	background: url(../img/topBe.png) repeat-x;
	display: block;
}*/

.topBar div.clearfix {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #6a6a6a;
	overflow: hidden;
}

.topBar p {
	float: left;
	font-size: 14px;
	line-height: 45px;
}

.formR {
	float: right;
}

.formR form {

	line-height: 40px;
}
.formR form label{	line-height: 46px;}
.formR form input[type="text"],
.formR form input[type="password"] {
	border: 1px solid #d4d4d4;
	width: 120px;
	height: 24px;
	line-height: 24px;
}

.formR form input[type="button"] {
	width: 60px;
	height: 26px;
	background: #6c83ae;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 6px;
}

.formR em {

	margin-left: 12px;
}

.formR em:hover {
	color: #000;
}

.topInf {
	overflow: hidden;
}

.infL {
	float: left;
	margin: 25px 0;
}

.infR {
	float: right;
	margin: 42px 0;
}

.navBar ul {
	width: 1200px;
	height: 50px;
	background: url(./navBg.png) no-repeat;
}

.navBar ul li {
	float: left;
	width: 74px;
	color: #fff;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	margin: 0 28px;
	position: relative;
}

/*.navBar ul li:hover .downBox{display: block;}*/
.downBox {
	width: 110px;
	background:#fff;
	position: absolute;
	left: -28px;
	top: 52px;
	z-index: 999;
	padding: 20px 12px;
	display: none;
}

.downBox span{
	display: block;
	cursor: pointer;
	line-height: 34px;
	font-size: 16px;
	color: #6A6A6A;
	text-align: center;
}

.downBox span:hover{
	color:#bde213 ;
}

.navBar ul li a {
	color: #fff;
	line-height: 50px;
}

.navBar ul li a:hover {
	color: #bde213;
}

.adWin1 {
	margin: 10px auto 16px;
}

.adWin1 img {
	width: 1200px;
	height: auto;
}

.adWin2 img {
	width: 1200px;
	height: 150px;
}

.bottom {
	width: 100%;
	padding: 20px 0;
	background: #2794d7;
   text-align: center;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
}

.bottom p {
	    width: 1200px;
    line-height: 27px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.bottom p  a{
	color:white;
}
.bottom .center{
	margin:0 auto;
	width:1200px;
	    position: relative;
}
/*.bottom img{
	    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 398px;
}*/