body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height:30px;
    color: #222222;
    font-family: "Microsoft YaHei";
}
*{
    margin: 0px;
    padding: 0px;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Dmid{
	width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
a:link {
    color: #222222;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #222222;
}
a:hover {
	text-decoration: none;
	color: #03a9f4;
}
a:active {
    text-decoration: none;
    color: #222222;
}
ul,li{
    list-style:none;
}
#maright{
	margin-right:0px;
}
.Dhead{
    width: 1200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.Dhead .Dlogo{
    float: left;
    width: 500px;
    height: 100px;
    line-height: 100px;
    font-size: 28px;
    font-weight: bold;
    color: #03a9f4;
}
.Dhead .Dtel{
    float: right;
    width: auto;
    height: auto;
    line-height: 100px;
    font-size: 20px;
    background-image: url("../Images/Tel.png");
    background-repeat: no-repeat;
    background-position: center left;
    text-indent:50px;
}
.Dbanner{
	float: left;
	width: 100%;
	height: 540px;
	margin-bottom: 15px;
	background-image: url(../tp/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.Dabout{
	float: left;
	width: 100%;
	height: 350px;
	margin-top: 30px;
	padding-top:50px;
}
.Dabout .Dleft{
	float:left;
	width:700px;
	height:300px;
}
.Dabout .Dleft .title{
	float:left;
	width:100%;
	height:35px;
	font-size:20px;
	line-height:35px;
}
.Dabout .Dleft .content{
	float:left;
	width:100%;
	height:auto;
	line-height:35px;
}
.Dabout .Dright{
	float: right;
	width: 450px;
	height: 290px;
	border: 5px solid #FFF;
}
.Dcopyright{
	float:left;
	width:100%;
	height:auto;
	background-color:#03a9f4;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:30px;
	color:#FFF;
	text-align:center;
}
