﻿@charset "utf-8";
/* CSS Document */
/* basic.css */
/*******开始常用参数初始化*******/
/************rachel replay at2012/2/9 source-margin:0 auto???***************/
/*body{ font-family:"微软雅黑", "宋体", Arial, Georgia, "Microsoft Sans Serif", Ebrima; font-size:12px}*/
/************rachel add font control at 2012/2/9***************/
li { list-style:none; }
h1, h2, h3, h4, h5, h6 {margin: 0px; padding:0px;}
img { border:none;}
input, img, select { vertical-align: middle; }
/*******结束常用参数初始化*******/

/*******开始常用类定义*******/



/*字体颜色*/
.c-000 { color:#000; }
.c-fff { color:#fff; }
.c-333 { color:#333; }
.c-666 { color:#666; }
.c-red { color:red; }
.c-8c8b8b { color:#8c8b8b;}
.c-4a4747 { color:#4a4747;}
.c-ea5d01 { color:#f34602;}
.c-28ac34 { color:#28ac34;}
.c-0645ac { color:#0645ac;}
.c-0080f8 { color:#0080f8;}

/*字体大小*/
.fs-12 { font-size:12px;}
.fs-14 { font-size:14px; }
.fs-16 { font-size:16px; }
.fs-18 { font-size:18px; }
.fs-20 { font-size:20px; }

/*适合IE*/

/*字体装饰*/

.td-n { text-decoration:none; }
.td-lt { text-decoration:line-through; }
.td-u { text-decoration:underline; }
.td-o { text-decoration:overline }
/*字体重量*/

.fw-b { font-weight:bold; }

.tl-r{ text-align:right;}
.tl-l{ text-align:left;}

/*浮动*/

.fr{ float:right;}
.fl { float:left;}

/*是用改blank类 width 和 height 属性用style去设置 建议是用span生产空白*/

.blank { line-height:0px; font-size:0px; display:block; overflow:hidden; clear:both; }
/*margin常用属性*/
.ml-1 { margin-left:1px;}
.mt-5 { margin-top:5px; }
.mb-5 { margin-bottom:5px; }
.ml-5 { margin-left:5px; }
.mr-5 { margin-right:5px; }
.mt-8 { margin-top:8px; }
.mb-8 { margin-bottom:8px; }
.ml-8 { margin-left:8px; }
.mr-8 { margin-right:8px; }
.mt-10 { margin-top:10px; }
.mb-10 { margin-bottom:10px; }
.mb-20 { margin-bottom:20px;}
.ml-10 { margin-left:10px; }
.ml-15 { margin-left:15px;}
.mr-10 { margin-right:10px; }
.mr-20 { margin-right:20px; }
.ml-20 { margin-left:20px;}
.mt-20 { margin-top:20px;}
.ml-30{ margin-left:30px;}
/*padding常用属性*/
.pt-5 { padding-top:5px; }
.pb-5 { padding-bottom:5px; }
.pl-5 { padding-left:5px; }
.pr-5 { padding-right:5px; }
.pt-8 { padding-top:8px; }
.pb-8 { padding-bottom:8px; }
.pl-8 { padding-left:8px; }
.pr-8 { padding-right:8px; }
.pt-10 { padding-top:10px; }


/*行间距*/
.lg-17{ line-height:17px;}
.lg-19{ line-height:19px;}
.lg-23{ line-height:23px;}


/*清楚浮动*/

.clr { clear:both; }
/*div 显示*/

.d-block { display:block; }
.d-inline { display:inline; }
.d-none { display:none; }



/*注册登录头部内容*/
.rl-top{ width:1000px; height:83px;}
.rl-logo{ width:190px; height:73px; padding:20px 10px 0px 50px; float:left;}
.rl-text{ font-size:20px; color:#333333; font-family:"微软雅黑",Tahoma,Verdana,Arial,sans-serif,"宋体"; float:left;
height:33px; padding-top:45px;}
.rl-navagation{ font-size:12px; font-family:"宋体"; color:#747373; float:right; width:300px; text-align:left; padding-top:70px;}

/*底部信息*/
.foot{ font-size:12px; font-family:"宋体"; color:#5b6156; text-align:center; line-height:25px; padding:20px;}
.foot a{ color:#5b6156; text-decoration:none; cursor:pointer;}
.foot a:hover{ color:#093; text-decoration:none;}
.picfilter{filter:alpha(opacity=30);
 -moz-opacity:0.3;
 -khtml-opacity: 0.3;
 opacity: 0.3;
}
.foot1{ margin:0 auto; font-size:12px; font-family:"宋体"; text-align:center; width:960px; padding:20px 0;}
.foot11{ width:960px; color:#5b6156; line-height:25px;}
.foot11 a{ color:#5b6156; text-decoration:none; cursor:pointer;}
.foot11 a:hover{ color:#093; text-decoration:none;}
.foot12{ width:960px; line-height:25px; color:#A4A4A4;}
.foot12 a{ color:#A4A4A4; text-decoration:none;}
.foot12 a:hover{ color:#A4A4A4; text-decoration:underline;}
.foot1 .friendLink a,.foot1 .friendLink span{ display:inline-block; padding:5px 5px}
.foot1 .friendLink a{ height:18px; line-height:18px}
.foot1 .friendLink{ text-align:justify;text-justify:inter-ideograph}

/*******结束常用类定义*******/
*,html, body, form, ul, li, input { margin:0 auto; padding:0; }
