@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:url(../images/body_bg.jpg) repeat; color:#5c5c5c; font-weight:400; font-size:14px; font-family: Arial, Verdana, Helvetica, sans-serif; overflow:hidden; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; border:none; appearance:normal; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#5c5c5c; text-decoration:none; }
a:hover { text-decoration:none; color:#3641b6; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:12px Verdana,Helvetica,Arial,sans-serif;border:0;outline:none;/*去除蓝色边框*/overflow:hidden; resize:none; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; clear:both; height: 0; }

.last_rgt{ margin-right:0px;}
.icon{background-image:url("../img/icon.png")}
.icon-service{background-image:url("../img/icon-service.png")}
.fw{color:#fff;}
.f222{color:#222;}
.f888{color:#888;}

.pull-right {
	float:right
}
.pull-left {
	float:left
}

.hide {
	display:none;
}
.show {
	display:block;
}



/* footer */
.wp-footer{}
.wp-footer .footer-bg{
	width: 100%;
    margin: 0 auto;
    height: 45px;
    background: #376396;
}.wp-footer .footer-wt{
	width:1100px;
	margin:0 auto;
	padding-top: 10px; 
}.wp-footer .footer-wt .footer-menu{
	float: left;
}.wp-footer .footer-wt .footer-menu a{
	color: #dce0e4;
	display: inline-block;
	padding: 0 8px;
	font-family:Microsoft YaHei;
}.wp-footer .footer-wt .footer-menu a:hover{
	color: #ff6d00;
}.wp-footer .footer-wt .copyright{
	float: right;
}.wp-footer .footer-wt .copyright span{
	color: #bbc7d4;
	font-family:Microsoft YaHei;
}


