﻿/* CSS Document */
/*------------------------------
Base Style Sheet For All Web
--------------------------------*/
/*--------global set--------*/
body{ font-family:"宋体"; font-size:12px; background:#fff url(pic_indexbg.jpg) repeat-x; color:#600017; border:0; margin:0; padding:0;}
form,img,ul,ol,li,p{ margin:0; padding:0; border:0;}
table,tr,th,td,input,textarea{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
ul,li{ list-style:none;}
select,input,textarea{ font-family:"宋体"; color:#600017; font-size:12px;}
/*--------alignment--------*/
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}
.tl{ text-align:left;}
.tr{ text-align:right;}
.tc{ text-align:center;}
/*--------link--------*/
a{ color:#600017; text-decoration:none;}
a:hover{ color:#600017; text-decoration:underline;}
/*--------others--------*/
.ofh{ overflow:hidden;}
/*--缩进--*/
.ti{ text-indent:24px;}
/*---行高--*/
.lineHeight01{ line-height:20px;}
.lineHeight02{ line-height:22px;}

