﻿body
{
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    font-size:12px;
    font-family:宋体,Arial;
    color:#b5c2c9;
    background:url(images/feiye_01.jpg) repeat-x;
}

body,div{ margin:0 auto;}

a{ font-size:12px;}
a:link{ text-decoration:none;}/*设置a对象在未被访问前的样式表属性*/
a:visited{ text-decoration:none;}/*用在已经访问过的连接上*/
a:active{ text-decoration:none;}/*用于获得焦点（比如，被点击）的连接上*/
a:hover{ text-decoration:none;}/*用于鼠标光标置于其上的连接*/

#Pagemain{ width:1003px; height:auto;}/*首页页面*/

/*浮动方向*/
.f_l{ float:left;}/*左浮动*/
.f_r{ float:right;}/*有浮动*/

/*字体位置*/
.text_r{ text-align:right;} /*字体向右*/
.text_l{ text-align:left;} /*字体向左*/
.text_center{ text-align:center;} /*字体居中*/

/*字体大小*/
.zhi12{ font-size:12px;}
.zhi13{ font-size:13px;}
.zhi14{ font-size:14px;}


/*字体行高*/
.h25{ line-height:25px;}
.h28{ line-height:28px;}
.h31{ line-height:31px;}

/*据顶高度*/
.p_t10{ padding-top:10px;}


/*向左移动*/


.l_1{letter-spacing:1px;} /*字体间距*/
.l_2{letter-spacing:2px;} /*字体间距*/

.b{ font-weight:bold;} /*字体 粗体*/
.o{ overflow:hidden;}/*overflow有四个属性：visible（默认属性）、hidden、scroll和auto*//*属性设置当元素的内容溢出其区域时发生的事情*/

.b0{ border:0px;} /*边框为0*/


.indent{ text-indent:25px;}/*文本的缩进*/

