p,ul,dl,dd,dt,h1,h2,h3,h4,h5,h6,ol{
    margin:0;
    padding:0;
}
a img{
    border-radius: 10%;
}
.lf{
    float: left;
}
.rf{
    float:right;
}
body{
    width:100%;
    color:#555;
    font-size:16px;
    font-family:Tahoma, "Microsoft YaHei";
    margin:0;
    padding:0;
   /*  min-width:980px; */
    min-width:1200px;
    overflow-x: hidden;
    background: #EAECEE;
}
body>div{
   /*  min-width:980px; */
   /*  min-width:1200px; */
}
.main{
    margin:0 auto;
    width:100%;
    overflow:hidden;
}
.main>div,.main>ul{
    overflow: hidden;
}
#header{
    width:100%;
    font-size:19px;
    font-weight:bold;
    background:#F7F7F7;
    color:#1475CF;
    padding:2px 0;

}
#header>.main{
    position:relative;
    overflow: visible;
}
#header div.clearfix{
    white-space: nowrap;
    overflow: hidden;
}
#header div.clearfix>img{
    width:16%; 
 /*    width:200px; */
    height:40px;
    border-radius: 5px;
}
#header ul{
    width:84%;
    margin-bottom:0;
    white-space: nowrap;
    overflow: hidden;
}
#header ul>li:not(:last-child){
    height:40px;
    line-height:40px;
    margin-left:5%;
    text-align:center;
    cursor:pointer;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}
#header ul>li:not(:last-child):hover{
    background:#F96B3E;
    color:#fff;
}

#header ul>li:last-child{
    height:40px;
    line-height:40px;
    text-align:right;
    color:#fff;
    width:11%;
}
#header ul>li:last-child>a{
    display:inline-block;
    box-sizing: border-box;
    width:40%;
    height:40px;
    font-size:16px;
    font-weight:normal;
    border-radius: 5px;
    text-decoration:none;
    line-height:40px;
    text-align:right;
}
#header ul>li:last-child>a~a{
	margin-right:20%;
}
#header ul>li:last-child>a:hover{
    font-weight: bold;
}
#header #login {
    color:#F55D33;
}
#header #register {
    color:#1475CF;
}
/*搜索框*/
.keyword{
    padding:10px;
    font-size: 18px;
    border:1px solid #F96B3E;
    margin:0;
    width:400px;
}
.search-btn{
    padding:10px;
    font-size: 28px;
    background:#F96B3E;
    color:#fff;
    border:none;
    position:relative;
    top:7px;
}
/*广告区域*/
.banner{
   /*  width:80%; */
    width:100%;
    margin:1px auto;
}
.banner1{
    width:100%;
    margin-bottom:10px;
}
.banner1>img,.banner>img{
    width:100%;
}

.title1{
    display: none;
    width:100%;
    height:40px;
    border-left:5px solid #F96B3E;
    border-bottom: 1px solid #F96B3E;
    color:#1475CF;
    font-size: 26px;
    /*font-weight: bolder;*/
    padding-left:20px;
    line-height:40px;
}
.title1>span{
    /*color:#bbb;*/
    font-weight: bolder;
    /*font-weight: normal;*/
    margin-left:20px;
    font-style:oblique;
    position:relative;
    top:3px;
}

.title2{
    color:#F96B3E;
    height:33px;
    font-size:20px;
    font-weight:bold;
    width:100%;
    border-bottom:3px solid #ddd;
    padding-bottom:  0;
}
.title2>span{
    float: left;
}

.title2>a{
    font-size: 16px;
    float: right;
    text-decoration: none;
    color:#1475CF;
    font-weight: normal;
    position: relative;
    top:6px;

}

td,th{
    text-align: center;
}
.rightFloat {
    position: fixed;
    /*width: 50px;
    height: 240px;*/
    width: 70px;
    height: 375px;
    right:25px;
    top: 50px;
    z-index: 1000;
}
.rightFloat .item {
    /*background: #F96B3E;*/
    background:url(../../images/ZSimages/icrcle_bgzs.png);
    /*border-bottom: #fff 1px solid;*/
    text-align:center;
    position: relative;
    cursor:pointer;
    width: 70px;
    height: 70px;

}
.rightFloat .item > a {
    display: block;
    padding-top:6px;
    /* width: 48px;
     height: 40px;*/
    width: 70px;
    height: 55px;
    text-decoration: none;
    /* background: url(../imgs/icons.png) no-repeat;*/
}
.rightFloat .item > a > div {
    color: #fff;
    font-size: 12px;
    top: -3px;
    position: relative;
}

.rightFloat .zxrd > a {
    background-position: 11px 8px;
}
.rightFloat .xf > a {
    background-position: 11px -92px;
}
.rightFloat .esf > a {
    background-position: 11px -58px;
}
.rightFloat .yqlj > a {
    background-position: 11px -28px;
}
.rightFloat .QR_Code> a {
    background-position: 11px -128px;
}
.rightFloat .gotop> a {
    background-position: 11px -228px;
}
/*.rightFloat .item:hover{ background:#fe5a00; }*/

.rightFloat .item .qrcode-tips {
    padding: 10px;
    width: 165px;
    height: 190px;
    top: -100px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    border-radius: 5px 0 0 5px;
    z-index: 9999;
    position: absolute;
    left: -168px;
}

/*底部*/
/*版权*/
.footerzs {
    width:100%;
    margin-top: 20px;
    background: #f2f2f2;
    background-color:#2e2925;
    z-index: 9999;
}

.footerzs .main .footerlist{
    border-bottom: 1px solid #cecdcc;
    padding: 0 0 0 4%;
    margin-bottom: -10px;
    margin-right: -4%;
    color:#ffffff;
}

.footerzs .main .footerlist dl{
    float: left;
    margin-right: 4%;
    margin-top:30px;
    width: 8%;
}
.footerzs .main .footerlist dl dt{
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-family:'\5FAE\8F6F\96C5\9ED1';
    position: relative;
    margin-bottom: -3px;
}

.footerzs .main .footerlist dl dd {
    margin-bottom: 5px
}

.footerzs .main .footerlist dl dt>a{
    width: 100%;
    color:#fff;
    cursor:pointer;
}

.footerzs .main .footerlist dl dd>a{
    width: 100%;
    color:#fff;
    cursor:pointer;
}
.copyright {
    width:100%;margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
.copyright .link { line-height: 21px; font-size: 16px; }
.copyright p {
    line-height: 28px;
    font-size: 16px;
    color:#ffffff;
}

.link { width: 100%; margin:0 auto; }
.link a { display: inline-block; line-height: 18px; padding: 0 10px; color: #666; }
.link a:hover { color: red; text-decoration: none; }

/*排序箭头*/
.land-searchnav dl dd .dd-cbox a i{
	width:15px;
	height:15px;
	position:absolute;
	top:18px;
	right:3px;
	text-align:center;
	line-height:15px;
	font-size:10px;
	-webkit-transform:scale(.7);
	transform:scale(.7)
}

/*暂无数据样式设置 start*/
.nodatawidth{
	width: 100%;
}
.nodataheight{
	height: 267px;
}
.whitebg{
	background: #fff;
}
.nodatacenter{
	text-align:center;
}
.nodataimgheight{
	height: 236px;
}
.nodataimgwidth{ 
	width:70%;
}
.centerp{
	text-align: center;
    color: #FD721F;
}
/*暂无数据样式设置 end*/
}
