/*
 * @Author: Ren Jingjing
 * @Date: 2018-12-11 10:40:04
 * @LastEditors: Ren Jingjing
 * @LastEditTime: 2019-01-16 16:30:06
 * @Description: 
 */
 @charset "utf-8";
 /* �������߾� */
 .hide{display:none}
 body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements �ṹԪ�� */
 dl, dt, dd, ul, ol, li, /* list elements �б�Ԫ�� */
 pre, /* text formatting elements �ı���ʽԪ�� */
 fieldset, lengend, button, input, textarea, /* form elements �?Ԫ�� */
 th, td ,img{ /* table elements ���Ԫ�� */
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
	 font-weight:  normal;
 }
 textarea {
	 resize : none;
 }
 /* ����Ĭ������ */
 body,
 button, input, select, textarea { /* for ie */
	 font: 12px/1 "\5FAE\8F6F\96C5\9ED1", sans-serif; /* �� ascii �ַ��ʾ��ʹ�����κα����¶������� */
	 outline: none;
 }
 body, td, th,samp {
	 font-family: 'Microsoft Yahei';
 }
 h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
 h2 { font-size: 16px; }
 h3 { font-size: 14px; }
 h4, h5, h6 { font-size: 100%; }
 h1,h2,h3,h4,h5,h6{font-weight:normal;font-family: "\5FAE\8F6F\96C5\9ED1";}
 
 address, cite, dfn, em, var { font-style: normal; } /* ��б����� */
 code, kbd, pre, samp, tt {} /* ͳһ�ȿ����� */
 small { font-size: 12px; } /* С�� 12px �����ĺ����Ķ����� small �� */
 
 /* �����б�Ԫ�� */
 ul, ol { list-style: none; }
 
 /* �����ı���ʽԪ�� */
 a{
	 transition: all 0.3s ease-out;
	 cursor:pointer;
	 color: #333;
	 text-decoration: none;
	 }
 a:hover {
	 text-decoration: none;
 }
 /*���״��*/
 a:focus, *:focus {
   noFocusLine: expression(this.onFocus=this.blur());
 }
 img{
	max-width: 100%;
	height: auto}
 abbr[title], acronym[title] { /* ע��1.ie6 ��֧�� abbr; 2.������������ѡ���ie6 ����Ч�� */
	 border-bottom: 1px dotted;
	 cursor: help;
 }
 .clear {
	 clear: both;
	 
 }
 q:before, q:after { content: ''; }
 
 /* ���ñ?Ԫ�� */
 legend { color: #000; } /* for ie6 */
 fieldset, img { border: none; } /* img ������������ img �ޱ߿� */
 button, input, select, textarea {
	 font-size: 100%; /* ʹ�ñ?Ԫ���� ie ���ܼ̳������С */
 }
 /* ���ñ��Ԫ�� */
 table {
	 border-collapse: collapse;
	 border-spacing: 0;
 }
 /* ���� hr */
 hr {
	 border: none;
	 height: 1px;
 }
 /*���iPhone��iPadĬ�ϰ�ť��ʽ*/
 input[type="button"],
 input[type="submit"], 
 input[type="reset"] ,
 select{
	 -webkit-appearance: none;
 }
 textarea {  -webkit-appearance: none;}   
 /*ȥ��IE10+������ı�������С���*/
 input::-ms-clear {
	 display: none;
 }
 /* �÷�ie�����Ĭ��Ҳ��ʾ��ֱ����������ֹ��������������˸ */
 html { overflow-y: scroll; }
 /*��input��placeholder������ɫ*/
 ::-webkit-input-placeholder { /* WebKit browsers */
	 color:    #ccc;
 }
 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	 color:    #ccc;
 }
 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	 color:    #ccc;
 }
 :-ms-input-placeholder { /* Internet Explorer 10+ */
	 color:    #ccc;
 }

 body {
	 scrollbar-face-color      : #bcbcbc;	/*������ҳ����ɫ�趨��*/
	 scrollbar-highlight-Color :	#bcbcbc;	/*������б���������ɫ�趨��*/
	 scrollbar-shadow-Color    :	#bcbcbc;	/*��������б���������ɫ�趨��*/
	 scrollbar-3dlight-Color   :	#bcbcbc;	/*�������ϱߺ���ߵı�����ɫ�趨��*/
	 scrollbar-arrow-Color     :	#505050;	/*���������˼�ͷ��ɫ�趨��*/
	 scrollbar-track-Color     :	#f1f1f1;	/*�������װ���ɫ�趨��*/
	 scrollbar-darkshadow-Color:	#f00;	/*�������±ߺ��ұߵı�����ɫ�趨��*/
 }
 .list-inline {
	 padding-left: 0;
	 
	 list-style: none;
   }
   .list-inline > li {
	 display: inline-block;float: left;
   }
 .left{float: left;}
 .right{float: right;}

 
 
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2019-01-17 12:01:14" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->