/*重置样式*/

* {
	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: 1200px;
	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 {
	min-width: 1243px;
	position: relative;
}

/*页头*/

.top {
	width: 100%;
	margin: 0 auto;
	/* background: url(.../images/topBg.png) repeat-x; */
	
}
.top .navBar{
width: 100%;
    height: 46px;
    background: #4b034f;
    position: relative;
    z-index: 3;
}
.top .nav {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}


.top .nav li {
	float: left;
	    padding: 0 23px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
	position:relative;

}


.top .nav li a {
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 46px;
	height: 46px;
	display: inline-block;

}
.top .nav li:hover {
	
	background:#652468;
}

.logoBar{
	width: 100%;
	margin: 0 auto;
	background:#652468;
}

.top .logo {
	width: 1240px;
	margin: 0 auto;
	background: url(../images/logo1.png) left center no-repeat;
	height:64px;
	position: relative;
	overflow:hidden;
}
.downBox {
	width: 110px;
	background:#652468;
	position: absolute;
	left: 0px;
	top: 46px;
	z-index: 5;
	padding: 20px 0px;
	display: none;
}

.downBox span{
	display: block;
	cursor: pointer;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.downBox span:hover{
	color:#652468 ;
	background:#fff;
}

.navBar ul li a {
	color: #fff;
	line-height: 50px;
}


/* 
.top .logo .search{
	width: 228px;
	height: 34px;
	background: url(.../images/searchBg.png) no-repeat;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 60px;
}
.top .logo .search input{
	float: left;
	width: 170px;
	padding-left: 16px;
	height: 32px;
	line-height: 32px;
	margin-top: 1px;
	margin-left: 1px;
}
.top .logo .search span{
	float: right;
	width: 38px;
	height: 32px;
	cursor: pointer;
	
} */

/*  新闻轮播图*/


/*.layui-carousel .slideImg{ background: url(.../images/banner.jpg) no-repeat center;}*/



/*页尾*/

.foot {
	width: 100%;
	margin: 10px auto 0;
	background: #652468;
	padding: 10px 0 10px;
}

.footIN {
	font-family: "微软雅黑";
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 2;

}

.info {
	text-align: left;
	margin-top: 5px;
}

.footIN a {
	color: #fff;
}

.code dl {
	margin-left: 20px;
}

.code dd {
	font-size: 13px;
	font-family: "microsoft yahei"
}
