*{ margin:0; padding:0; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
input{ outline:none; }
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.top{
	min-width: 1320px;
	margin: 0 auto;
	background: #114255;
}
.top .center{
	width: 1200px;
	margin: 0 auto;
}
.top .center .topBar{
	position: relative;
	height: 36px;
	line-height: 36px;
	color: white;
	font-family: "微软雅黑";
	font-size: 12px;
}
.top .center .topBar .timeWeek{
	position: absolute;
	left: 0;
	top: 0;
}
.top .center .topBar .login{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
.top .center .topBar .login input{
	    margin-left: 10px;
    border: 1px solid gainsboro;
    padding: 0 10px;
    width: 80px;
    height: 18px;
}
.top .center .topBar .login .dl{
	    width: 33px;
    height: 20px;
    border: 0;
    text-align: center;
    color: white;
    background: #ebb124;
    line-height: 20px;
    border-radius: 2px;
    display: inline-block;
}
.TrueLogin a{
	color:white;
}
.top .center .topBar .login .sm{
	    width: 33px;
    height: 20px;
    border: 0;
    text-align: center;
    color: white;
    background: #90cf1f;
    line-height: 20px;
    border-radius: 2px;
    display: inline-block;
}
.logoSearch{
	height: 124px;
	position: relative;
}
.logo{
	position: absolute;
	top: 26px;
	left: 0;
}
.search{
	position: absolute;
	right: 0;
	top: 39px;
	width: 414px;
	height: 42px;
	background: url(../images/search.png) no-repeat;
}
.search input{
	    position: absolute;
    top: 4px;
    border: 0;
    height: 34px;
    left: 4px;
    padding: 0 10px;
    width: 350px;
    font-size: 13px;
}
.search a{
	    position: absolute;
    width: 36px;
    height: 34px;
    right: 4px;
    top: 4px;
}








.navBar{
	height: 35px;
	background: #114255;
}
.nav{
	width: 1150px;
   margin: 0 auto;
    height: 33px;
    background: url(../images/navBg1.png) no-repeat;
}

.nav ul{
	
	height: 33px;
}
.nav li{
	    position: relative;
    float: left;
    text-align: center;
    line-height: 33px !important;
    height: 33px;
    cursor: pointer;
    width: 143px;
}
.nav li>a{
	font-size: 16px;
    color: #313131 !important;
    font-family: "宋体";
}
.nav li .active,.nav li a:hover{
	
	color: #cb0f0e !important;

}
.layui-nav .layui-nav-item a{
	padding: 0  !important;
}
.layui-nav{
	padding: 0 !important;
}
.layui-nav-bar{
	display: none;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
	height: 0 !important;
}
#nav{
	background: none !important;
}
.layui-nav-more{
	display: none;
}
.topBanner{
	width: 100%;
	min-width: 1320px;
}
.topBanner img{
	width: 100%;
}
.foot{
	    background: #114255;
    height: 110px;
    min-width: 1320px;
    margin-top: 10px;
}
.foot p{
	line-height: 35px;
	color: white;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
}
.foot p a{
	color: white;
}
.foot .center{
	     width: 1320px;
    margin: 0 auto;
    position: relative;
    padding-top: 26px;
}
.gzh{
	    position: absolute;
    top: 16px;
    right: 0;
}



#lunbo{
	height: 450px;width:100%;margin:auto;position: relative;overflow: hidden;z-index: 10;
}
.lunbo_top{position: absolute;width:100%;}
.lunbo_top img{width: 100%;
	height: 450px;}
#lunbo .left{z-index: 10;
	background-image: url(../images/icon_left.png);width: 8px;height: 15px;
	position:absolute;
	left: 50%;
    bottom: 32px;
    cursor: pointer;
	background-repeat: no-repeat;    margin-left: -69px;
}
#lunbo  li p{
	    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 449px;
    height: 50px;
    background: black;
    opacity: 0.8;
    color: white;
    line-height: 50px;
    margin-left: -542px;
    text-align: center;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#lunbo .right{z-index: 10;
	background-image:url(../images/icon_right.png) ;width: 8px;height: 15px;
	position:absolute;
	right: 50%;
    bottom: 32px;
	background-repeat: no-repeat;
	cursor: pointer;    margin-right: -68px;
}