﻿/*全局页面样式======================================================*/
Body{
    margin:0px;
    color: #4b4b4b;
    font-family:"宋体";
    font-size:12px;
}
li{
    list-style:none;
}
div li{
    white-space:nowrap;
    text-overflow:ellipsis; 
    overflow: hidden;
}
div table tr td{

    text-overflow:ellipsis; 
    overflow: hidden;
}
.clear{
    clear: both;
}

/*链接和文字======================================================*/
a img{border:0;}
a{
    font-family:"宋体";
    font-size:12px;
    color: #1E3986;
    text-decoration:none;
}
a:hover{
    color:#F60;
	text-decoration:underline
}
#Text1{
	color:#F60;
	text-decoration: underline;
}
#Text2{
	color:#BD0000;
}
.Cs_Tel{
	font-size:12px;
    color:#F60;
	font-weight:bold;
}
.Text_H{
	line-height:25px;
    font-size:14px;
	
}
#Box1{
    wigth:800px;
}
