nav_bar clearfixhtml {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
button, html, input, select, textarea {
	font-family:"Arial"
}
body {
	margin: 0;
	background:#fff;
}
a:active, a:focus, a:hover {
	outline: 0
}
h1 {
	font-size: 2em
}
h2 {
	font-size: 1.5em
}
h3 {
	font-size: 1.17em
}
h4 {
	font-size: 1em
}
h5 {
	font-size: .83em
}
h6 {
	font-size: .67em
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 400
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	box-sizing: content-box;
	height: 0
}
p, pre {
	margin: 0
}
code, kbd, pre, samp {
	font-family: Monaco, Consolas, monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:after, q:before {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
dd, dl, menu, ol, ul {
	margin: 0
}
menu, ol, ul {
	padding: 0
}
ol, ul {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden
}
form {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
*margin-left:-7px
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align:middle
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
*overflow:visible
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
*height:13px;
*width:13px
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input:focus {
	outline: none
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
display:none
}
mark {
	background: #ff0;
	color: #666
}
figure {
	margin: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
body {
	font-size: 14px;
	font-family:/* Microsoft YaHei, SimSun, Arial, Helvetica Neue, Helvetica, sans-serif*/Arial,"宋体";;
	color: #737373
}
.fl {
	float: left
}
.fr {
	float: right
}
.tac {
	text-align: center
}
a {
	text-decoration: none;
	color: #3e3e3e
}
a:hover {
	color: #2f6ca5
}
.clearfix:after, .clearfix:before {
	display: table;
	content: ""
}
.clearfix:after {
	clear: both
}
.inline-block {
	display: inline-block
}
.block {
	display: block
}
.fl{ float: left;}
.fr.fl{ float: right;}
.container{ width:1230px; margin:0 auto;}
.nav_bar{float: left;} 



/*客服中心*/
.izl-rmenu{
	       margin-right: 0;
	       width: 83px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
	       cursor: pointer;
}
.izl-rmenu .consult{    
	background-image: url(../images/kefu.png);
    background-repeat: no-repeat;
    background-position:0 -83px;
    display: block;
    height: 83px;
    width: 83px;
    border-bottom: 1px solid #3174c9;
}
.izl-rmenu .consult:hover{
	background-image: url(../images/kefu1.png);
	background-repeat: no-repeat;
    background-position:0 -83px;
    transition:1s;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 83px;
    color: #000;
    font-size: 14px;
    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/kefu.png);
    background-repeat: no-repeat;
    background-position:0 -166px;
    display: block;
    height: 83px;
    width: 83px;
    font-size: 12px;
    color: #45BDFF;
    text-align: center;
}
.izl-rmenu a.cart:hover{
	background-image: url(../images/kefu1.png);
	background-repeat: no-repeat;
    background-position:0 -166px;
    transition:1s;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/go_top.png);
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 83px;
    -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 .cart .pic {
	display: none;
    position: absolute;
    left: -134px;
    top: 38px;
    width: 134px;
    height: 134px;
    background:url(../images/weixin1.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -83px;
    -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/kefu.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    height: 83px;
    width: 83px;
    background-color: #FFF!important;
    z-index:999;
}
#udesk-feedback-tab:hover{
	background-image: url(../images/kefu1.png);
	background-repeat: no-repeat;
    background-position: 0 0;
    transition:1s;
}
/*弹出多种qq*/
#tcqq{position: absolute;top:0;left: -196px;background: #f7f7ff;overflow: hidden;padding: 10px;width: 176px;    box-shadow: #DDD -1px 1px 4px;display: none;}
#tcqq .kefuxx{position: absolute;right: 0;top: 0;}
#tcqq a{display: inline-block;float: left;font-size: 14px;margin: 8px 10px;}
#tcqq a img{vertical-align: middle;}

#udesk-feedback-tab:hover #tcqq{display: block;}
 .navgation .container .clearfix li>.xl{
              	width: 100%;height: auto;position: absolute;left: 0;top: 69px;z-index: 999;background: #4d6f99;display: block;
              }
              
.navgation .container .clearfix li{position: relative;}
.navgation .container .clearfix li:hover>.xl{display: block;}
.navgation .container .clearfix li>.xl{width: 100%;height: auto;position: absolute;left: 0;top: 69px;z-index: 999;background: #4d6f99;display: none;}
.navgation .container .clearfix li>.xl>li:nth-child(1)>a{border-top: none;}
.navgation .container .clearfix li>.xl>li>a{display: block;font-size: 12px;border-top: 1px solid #fff;padding: 15px 10px;}
.navgation .container .clearfix li>.xl>li>a:hover{background: #4178bc;color: #fff;}
