@charset "utf-8";
/* CSS Document */
/*左边主内容区*/
.floatL, .leftF {
    float: left;
}

/*右边主内容区*/
.floatR, .rightF {
    float: right;
}

.clear{
    clear:both;
}

.quarter{
    width: 25%;
}

.threequarter{
     width: 70%;
}

/*段落文字块*/
.section td,.section p {
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,"MingLiu","STHeiti";
 
    line-height: 30px;
    letter-spacing: 0.25px;
    font-weight: 200;
}

/*段落列表*/
.section ul {
    margin-left: 50px;
    margin-bottom: 15px;  
}

.section ul li {
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,"MingLiu","STHeiti";
 
    line-height: 30px;
    letter-spacing: 0.25px;
    font-weight: 200;         
    list-style: disc;
}

/*多个小图片块排版*/
.imgBlock ul li{ 
    list-style: none;
    float：left;
    text-align: center;
}

.imgBlock ul{ 
    margin: 0;
    padding: 0;
}

/*段落着重字*/
.section p strong{
    font-weight: 700;
}

/*段落引用字*/
.section p em{
    font-weight:400;
    font-style:italic;
}

/*段落超链接*/
.section p a {
    color: #08C;
}


/*主标题*/
h1, .sectionH1, .sectionH2,.headline{
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,"MingLiu","STHeiti";
    line-height: 56px;
    letter-spacing: 1px;
    font-size: 40px;
    font-weight: 200;
    color: #333;
    text-align: center;
}

.sectionH2 {
    color: rgb(255, 192, 0);
    font-size: 24px;
     
}




/*副标题*/
h2, .subTitle {
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,"MingLiu","STHeiti";
    line-height: 50px;
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: 200;
}

/*段落标题*/
.section h3,.sectionTitle{
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,"MingLiu","STHeiti";
    color: #ff9c00;
    
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1px;
    font-weight: 400;
    

}

/*小标题*/
.largenTitle{
    font-size: 27px;
}

/*小标题*/
.smallTitle{
    font-size: 12px;
}


/*关键字橙色*/
.hotText{
    color: #fe8502;
}

/*提醒字蓝色*/
.remindText{
    color: #08C;
}

/*警示字红色*/
.warningText{
    color: #f00;
}

/*水印字灰色*/
.watermarkText{
    color: #999;
}

/*文字居中*/
.center {
    text-align: center;
}

/*段落横线*/
.border{
	height: 1px;
	background-image: url(images/divider_line.png);
    margin:20px 0;
    width: 100%;
}

/*间距*/
.spacing{
    height:40px;
    width:100%;
    overflow:hidden;
    clear:both;
}

.height10{
    height:10px;
    width:100%;
    overflow:hidden;
}
