﻿/*
@����: base
@����: ���������Ĭ����ʽ
*/

/* ��ֹ�û��Զ��屳����ɫ����ҳ��Ӱ�죬������û������Զ������� */
html{
    color:#000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* ����߾�ͨ���ø����������ʽ�ı���λ�ò�ͬ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;padding:0;
}

/* ���� HTML5 ��ǩ, IE ��Ҫ�� js �� createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}

/* HTML5 ý���ļ��� img ����һ�� */
audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1;
}

/* Ҫע����Ԫ�ز����̳и��� font ������ */
body,button,input,select,textarea{
    font:12px/1.5 \5b8b\4f53,tahoma,arial;
}
input,select,textarea{
    font-size:100%;
}

/* ȥ���Table cell �ı߾ಢ������غ� */
table{
    border-collapse:collapse;border-spacing:0;
}

/* IE bug fixed: th ���̳� text-align*/
th{
    text-align:inherit;
}

/* ȥ��Ĭ�ϱ߿� */
fieldset,img{
    border:0;
}

/* ie6 7 8(q) bug ��ʾΪ���ڱ��� */
iframe{
    display:block;
}

/* ȥ�� firefox �´�Ԫ�صı߿� */
abbr,acronym{
    border:0;font-variant:normal;
}

/* һ�µ� del ��ʽ */
del {
    text-decoration:line-through;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}

/* ȥ���б�ǰ�ı�ʶ, li ��̳� */
ol,ul {
    list-style:none;
}

/* �������Ű�����Ҫ������, ����ʲô������ */
caption,th {
    text-align:left;
}

/* ����yahoo, �ñ��ⶼ�Զ���, ��Ӧ���ϵͳӦ�� */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}

q:before,q:after {
    content:'';
}

/* ͳһ�ϱ���±� */
sub, sup {
    font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}



/* �������� hover ״̬����ʾ�»��� */
a:hover {
    text-decoration:underline;
}

/* Ĭ�ϲ���ʾ�»��ߣ�����ҳ���� */
ins,a {
    text-decoration:none;
    outline: none;
}
a{
    hide-focus: expression(this.hideFocus=true);
}
/*���������textarea����Ч��*/
textarea{
    resize: none;
    outline-style: none;
}
/* ������� */
.fn-clear:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.fn-clear {
    zoom:1; /* for IE6 IE7 */
}

/* ����, ͨ�������� JS ��� */
body .fn-hide {
    display:none;
}

/* ��������, ���ٸ���������bug */
.fn-left,.fn-right {
    display:inline;
}
.fn-left {
    float:left;
}
.fn-right {
    float:right;
}
/* content */
.cncn_content{
    width: 960px;
    margin: 0 auto;
}
/* ���ֿ�ȶ��� */
.pl24px{
    padding-left: 24px;
}
.pl18px{
    padding-left: 18px;
}
.pb10px{
    padding-bottom: 10px;
}
.pt10px{
    padding-top: 10px;
}
.mt15px{
    margin-top: 15px;
}
.ml64px{
    margin-left: 64px
}
.ml25px{
    margin-left: 25px;
}
.ml15px{
    margin-left: 15px;
}
.mt0px{
    margin-top: 0px;
}
.mt10px{
    margin-top: 10px;
}
.mt18px{
    margin-top: 18px;
}
.mt20px{
    margin-top: 20px;
}
.mt22px{
    margin-top: 22px;
}
.mt25px{
    margin-top: 25px;
}
.mb20px{
    margin-bottom: 20px;
}
.mt9px{
    margin-top: 9px;
}
.mb18px{
    margin-bottom: 18px;
}
.ml163px{
    margin-left: 163px;
}
.ml132px{
    margin-left: 132px;
}
.ml148px{
    margin-left: 148px;
}
.eq_content{
    width: 950px;
    margin-left: auto;
    margin-right: auto
}
/* �߿��ض��� */
html .border_none{
    border: 0 none;
}
