/*初始化样式*/
body,ul,ol,li,h1,h2,h3,h4,h5,dl,dt,dd,p,span,tbody,thead,th,tr,td{
	margin:0;
	padding:0;
	border:none;
}
ul,ol{
	list-style:none;
}
a{
	color:#5a5a5a;
	text-decoration:none;
}
a:hover{
	color:#cc0000;
	text-decoration:none;
}
body {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	background:#fff;
	position:relative;
}
img{
	max-width:100%;
}
:-moz-placeholder { 
    font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}

::-moz-placeholder {
    font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}
input:-ms-input-placeholder{ 
     font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}

input::-webkit-input-placeholder{
     font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}
.lf{
	float:left;
}
.rt{
	float:right;
}
.cl{
	clear:both;
}
.cl30{
	clear:both;
	height:30px;
}
/* 页码 */
.pages1 {
    width: 100%;
    text-align: center;
	margin-bottom:30px;
}

.pages1 a {
    min-width: 14px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
	border:1px solid #ccc;
    margin: 0 3px;
	padding:2px 10px;
}

.pages1 a.p_active {
    background-color:#cc0000;
	border:1px solid #cc0000;
    color: #fff;
}

.pages1 a:hover {
    background-color:#cc0000;
    color: #fff;
	text-decoration:none;
}
.pages3 {
    text-align: center;
}
@media screen and (min-width:200px) and (max-width:800px)
{
	.lf {
		display:none;
}
	.pages1 a {
    min-width: 14px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
	border:1px solid #ededed;
    margin: 0 1px;
	padding:2px 4px;
}
}
.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 45%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url("../images/consult_icon.gif");
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 300px;
    left: -300px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url("../images/consult_icon.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url("../images/float_top.gif");
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url("../images/float_top.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -120px;
    top: 65px;
    width: 120px;
    height: 120px;
    background:url("../images/rwm.jpg");
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 45%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url("../images/consult_icon.gif");
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}
@media screen and (min-width:500px) and (max-width:800px)
{
.izl-rmenu{ display: none;}
#udesk-feedback-tab {display: none;}
}
@media screen and (min-width:200px) and (max-width:600px)
{
.izl-rmenu{ display: none;}
#udesk-feedback-tab {display: none;}
}