body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-size: 14px;
	font-family:"微软雅黑";
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}
i{ font-style:normal;}
em {
	font-style:normal;
}
ul, ol {
	list-style: none;
}
img {
	border:0px;
}
a {
	text-decoration: none;
	color:#303030;
}
a:link{ text-decoration:none;}
a:hover {
	color:#ff6b07; text-decoration:none;
	cursor: pointer;
}
.f_l{float: left;}
.f_r{float: right;}
.f_c{clear: both;}
.f_c{clear: both;}
.b_n{border: none;}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.auto{margin: 0 auto;}

.gray a:link {color: #777;}
.gray a:visited {color: #777;}
.gray a:hover {color: #000;}
.platebox {border:1px solid #dbdbdb;background-color: #fff;
-moz-box-shadow:0px 1px 1px #eeeeee;/*firefox*/ 
-webkit-box-shadow:0px 1px 1px #eeeeee;/*webkit*/ 
box-shadow:0px 1px 1px #eeeeee;/*opera或ie9*/ 
}
html, body {
        /*position: relative;*/
        height: 100%;
    }
body {

       /* background-image:url(../images/body_bg.jpg);*/
        background-position: top center;
        background-attachment: fixed;
        background-repeat: no-repeat;;
        font-family: "microsoft yahei";
    }
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
.mr_l10{ margin-left:10px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml40{ margin-left:40px;}
.undis{display:none}
.dis{display:block}
.bs,.bs a{ color:#ffffff;}
.bd_hs{ border:1px solid #c0c0c0;}
@keyframes service_inf {
0% {
transform: rotateZ(15deg);
}
5% {
    transform: rotateZ(-15deg);
}
10% {
    transform: rotateZ(15deg);
}
15% {
    transform: rotateZ(-15deg);
}
20% {
    transform: rotateZ(15deg);
}
25% {
    transform: rotateZ(-15deg);
}
30% {
    transform: rotateZ(0deg);
}
100% {
    transform: rotateZ(0deg);
}
}