/*wanqing*/
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,EM,FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,DL,DT,DD,OL,UL,LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ padding-bottom:0px;margin:0px; padding-left:0px; padding-right:0px;padding-top:0px;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
ADDRESS,CAPTION,CITE,CODE,DFN,EM,STRONG,TH,VAR,TD{ font-style:normal; font-weight:normal;}
H1,H2,H3,H4,H5,H6{ font-size:100%; font-weight:normal;}
TABLE {border-collapse:collapse;border-spacing: 0;}
input,button,select,textarea {font-size: 100%;margin: 0; vertical-align: baseline;  *vertical-align: middle;}
FIELDSET,IMG,ABBR,ACRONYM{ border-right-width:0px; border-top-width:0px; border-bottom-width:0px; border-left-width:0px;}
textarea{ overflow:auto; resize: none;}
ol,ul,li{list-style-type:none; list-style:none;}
BLOCKQUOTE:before,BLOCKQUOTE:after,Q:before,Q:after{ content:"";}
BLOCKQUOTE,Q{QUOTES: "" ""}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block;}
audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}
abbr,acronym{ border:0;font-variant:normal;}   
address,caption,cite,code,dfn,em,th,var{ font-style:normal; font-weight:500;}
audio:not([controls]){display:none;height:0;}
b,strong {font-weight: bold;}
:focus,img { outline:0; outline-width:0px;}
a{color:#303030;text-decoration:none;outline:0;outline-width:0px;transition:all .28s linear;-moz-transition:all .28s linear;-webkit-transition:all .28s linear;-o-transition:all .28s linear;}
a:visited { text-decoration:none;outline:0; outline-width:0px;}
a:active { text-decoration:none;outline:0; outline-width:0px;}
a:hover {outline:0; outline-width:0px;}
*{ margin:0; padding:0;}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/*按钮*/
.btn{display: inline-block;
	padding:6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius:4px}
.btn_buls{ color:#008ae0; background:none; border:1px solid #008ae0;}
.btn_buls:hover{ color:#fff; background:#008ae0; border:1px solid #0e9efb;}

.btn_lanse{ color:#fff; background:#008ae3; border:1px solid #008ae3;}
.btn_lanse:hover{ color:#fff; background:#2eabfb; border:1px solid #2eabfb;}

.btn_huangse{ color:#fff; background:#eb6100; border:1px solid #eb6100;}
.btn_huangse:hover{ color:#fff; background:#ff8530; border:1px solid #ff8530;}
/*分页*/
.paging{ width:100%; overflow:hidden; height:50px; margin:10px  auto; margin-top:40px; text-align: center}
.paging ul{ width:auto; display: inline-block}
.paging li{ width:auto; float:left; height:32px; min-width:32px; text-align:center; line-height:32px; margin:auto 5px; border:1px solid #008ae3; cursor:pointer;padding: 0 10px;}
.paging li.active,.paging li:hover{ background:#5bbfff; border:1px solid #008ae3; color:#FFF}
.paging li.active a,.paging li:hover a{ color: #ffffff;}
.paging li.page-now{ border: none; font-size:22px;}
.paging li.none{ border:none}
.paging li input{border:1px solid #008ae3;height:32px;border:1px solid #008ae3; background:none; line-height:22px; padding:4px 8px; color:#000;}
.paging li input:hover{ background:#008ae3; color:#000;}
.paging li input.input{ width:40px !important; border:1px solid #008ae3; background:none; line-height:28px; padding:0px 4px; color:#fff; margin:0 5px;}
.paging li input.next{ background:#008ae3; color:#FFF;}
/*外边距*/
.mt_10{ margin-top:10px}
.mt_20{ margin-top:20px;}
/*客服*/
.left_contact_img { position:fixed; z-index:1999900; overflow:visible; top:280px; height:170px; width:56px; left:0;}
.left_contact_img ul li{width:56px;height:56px; margin-bottom:1px; position:relative; transition:2s;}
.left_contact_img ul .last{margin-bottom:1px;}
.left_contact_img ul li .pull_down2{position:absolute;left:0px;top:0;width:180px;height:56px; display:none;}
.left_contact_img ul li .pull_down2 a{width:201px;height:56px; display:block;}
.left_contact_img ul li .pull_down2 .ding{position:absolute;width:48px; left:123px;top:0px;}
.left_contact_img ul li .pull_down2 .yi{position:absolute;width:48px; left:88px;top:0px;}
.weixin img{ height:118px;}