@charset "utf-8";
/* CSS Document */

html, body, div, p, span, strong, ul, li,ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, option, include, file ,img,em,i,article,aside,header,footer,section,time{
	margin: 0;
	padding: 0;
	font-family:"Microsoft Yahei",Arial;
}

ul,li,ol{ list-style: none; }
a {outline: none;text-decoration:none;}
a:active {star:expression(this.onFocus=this.blur());}
img { border: 0 none; vertical-align: top;}
.clear {clear: both;overflow: hidden;font-size: 0;line-height: 0;width:0;height:0;}
.mw-700{ max-width: 965px; margin: 0 auto; padding: 0 10px; }
body.navbar-is-fixed-top{ padding-top: 0px !important; }

/*========header===========*/
.header{ margin:10px;}
.header .head-logo img { max-width: 160px; width: 100%; }
.header .online{  float: right; width: 125px; }
.header .online img{ max-width: 125px; width: 100%; }


/*========footer===========*/
.copyright{  text-align: center; margin-top: 60px; }
.copyright img{ max-width: 365px;  width: 95%; }
.copy-txt{ background-color: #bd3f3f; padding: 30px 0 45px 0; margin-top: 30px; }
.copyright p{ font-size: 2.34em; text-align: left; color: #fff;  }

@media (max-width: 767px){
 .copyright{ font-size: 85%; }
}

@media (max-width: 530px){
	.copyright{ font-size: 70%; }
	.copyright img{ width: 70%; }
}

