body,h1,h2,h3,h4,h5,h6,p,ol,ul,form,blockquote{margin: 0; 
padding: 0;
} 


.PL{
color:blue;
text-align:center;
}
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em;}
a {
	text-decoration:none;
}
a img {
	border:none;
}
.ind{
    text-indent:24px;
}



/*************************标题***********************/

h1 {
       font-size:16px;
}
h2 {
	margin-top:6px;
	margin-bottom:6px;
	font-size:14px;
}
h3{
        margin-top:5px;
	margin-bottom:5px;
	font-size:13px; 
}

h4{
        margin-top:4px;
	margin-bottom:4px;
	font-size:12px; 
}

/*************************标题***********************/


/***********************列表样式*****************************/
/*列表*/
#main ul{
padding-left:15px;
list-style-type:disc;
color:#333333;
font-family:"宋体";
font-size:12px;
line-height:150%;

} /*一般列表定义*/
#main ul li {
margin-left:24px;
}
#main .ul_en ul{
font-family:"Arial";
}/*英文 字体 列表*/
ul.ul1{
list-style-type:decimal;
}/*列表外层 项目符号样式 阿拉伯数字*/
 /*列表内层 项目符号样式 默认样式 实心圆*/
/*列表1 */

#main ul.ul2{
list-style-type:none;
}/*列表外层 项目符号样式 无*/
ul.ul3{
list-style-type:decimal;
}/*列表内层 项目符号样式 阿拉伯数字*/
li.li1{
font-weight:bold;
}/*列表外层 字体加粗*/
/*列表2*
/*************************列表样式******************************/	
	
/*************************段落*********************************/
#main p{
color:#333333;
font-family:"宋体";
font-size:12px;
line-height:150%;
text-indent:24px;
margin-top:0;
margin-bottom:0;
margin:2px;
} /*一般段落  中文  */

 p.r1{
text-align:right;
}
.content1_en p{
font-family:"Arial";
text-indent:0em;
} /*一般段落  英文 字体"Arial" 无缩进*/

/*
.content2_en p{
font-family:"Arial";
} /*一般段落  英文 字体"Arial" 缩进*/

.ph p{
line-height:100%;
}/*行高100% 段落*/
.pa{
color:#000000;
font-size:14px;
}/*14px字号 段落*/
.pb{
font-weight:bold;
text-decoration:underline;
}/*14px字号 段落 英文  粗体带下划线 */

.p2 p{
padding:10px 0 10px 10px;
text-indent:18pt;
font-size:9pt;
}/*段落3   核心价值页面中*/

/*带图片段落   核心价值页面中*/
span.sp1{
font-size:36px;
color:rgb(255,153,0);
}


/*************************段落*********************************/




