html {
	font-family: "Î¢ÈíÑÅºÚ" !important;
	font-size:15px;
	letter-spacing: .5px;
}
body{
	min-width:1200px;
}

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,img,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%;}
p,h1 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
i{margin: 0;padding: 0;}

button,input,select,textarea {
	font-family: "Î¢ÈíÑÅºÚ";
    font-size:12px;
	border:none;
}
input,select,textarea {
    font-size:100%;
}


th {
    text-align:inherit;
}

fieldset,img {
    border:none;
}

iframe {
    display:block;
}

abbr,acronym {
    border:none;
    font-variant:normal;
}

del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}

ol,ul {
    list-style:none;
}

li{ vertical-align: middle;}

caption,th {
    text-align:left;
}

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;
}

a:hover {
    text-decoration:none;
}


ins,a {
    text-decoration:none;
}

a {
    color:#353535;
	 -webkit-transition:400ms;
	 -o-transition:400ms;
	 -moz-transition:400ms;
	 transition:400ms;
}

a:focus,*:focus {
    outline:none;
}

.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; 
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}


.fl {
    float:left;
}
.fr {
    float:right;
}
img {
    border: 0;
    vertical-align: top;
}