<style>
/*重置*/
a{border:none;}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}
body,h1,h2,p,li,dd,dl{ margin:0;}
p{display:block;}
img{ display:block; border:none; margin:0;}
h1,h2{ font-weight:normal;}
span{ display:block;}
body{ background-color:#e1e1e1;}
*{ font-family:"微软雅黑";padding:0;list-style-type:none;}
.overflow{ overflow:hidden;}

.main{ margin-left:auto; margin-right:auto;width:987px; margin-bottom:80px;}
.title{ font-size:14px; color:#858585; line-height:43px;}
.title a{color:#858585;}
.title a:hover{color:#98774d;}
.notice{ border:solid 1px #c2c2c2; border-radius:5px;background-color:#f1f1f1; padding-top:58px; padding-bottom:80px;}
.notice h1{ color:#323232; font-size:24px; text-align:center; }
.notice h2{ margin-left:60px; margin-top:30px;color:#ed7018; font-size:16px; line-height:20px;text-align:left;}
.notice h3{margin-left:60px;font-weight:normal; color:#858585; font-size:14px; text-align:left; line-height:20px;}

span.subhead{ display:block; width:846px; height:44px; margin-left:auto; margin-right:auto; margin-top:20px; background:#e1e1e1; padding-left:20px; font-size:16px; line-height:44px;}
p.text{ width:866px; margin-top:20px; margin-left:60px;color:#858585; font-size:14px; text-align:left; line-height:20px; text-indent:2em;}




.topheaderbox{ position:fixed;left:0;top:0; width:100%; z-index:10;}
.top{ width:46px; height:46px; background-color:#bbbbbb;background-image:url(./Images/top.png); background-repeat:no-repeat; background-position:center; border-radius:5px;position:fixed;right:0;bottom:20%;}
.top:hover{ background-color:#16a3ce;}
.customer{width:46px; height:46px; background-color:#bbbbbb; border-radius:5px;position:fixed;right:0;bottom:28%;float:left;}
.customerimg{ margin-left:9px; margin-top:7px; float:left;}
.customer:hover{background-color:#16a3ce; width:196px;}
.card-content{ font-size:18px; color:#FFF; text-align:center; line-height:46px;}


@media (max-width: 1024px) {
    .headerbox{width:100%}
	
}
@media (max-width: 768px) {
    .headerbox{width:80%}
}
@media (max-width: 320px) {
    .headerbox{width:100%}
}


</style>