@charset "utf-8";
/* reset */
html { height: 100%; }
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { color:#333; font-size: 14px; font-family:"Microsoft Yahei",arial,"\5b8b\4f53";  }
body { line-height: 1.5 }
a:link,
a:visited,
a:active,
a { text-decoration: none; color:#333;}
/* a { blr:expression(this.onFocus=this.blur()) } */
a * { *cursor: pointer }
:focus { outline: none } 


@media screen and (max-device-width: 320px){
  body{-webkit-text-size-adjust:none}
}
@media screen and (max-device-width: 480px){
  body{-webkit-text-size-adjust:none}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
  body{-webkit-text-size-adjust:none}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
  body{-webkit-text-size-adjust:none}
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity:0.8;}
input:-moz-placeholder, textarea:-moz-placeholder {opacity:0.8;}
input::-moz-placeholder, textarea::-moz-placeholder { opacity:0.8;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity:0.8;}

.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

.wrap{margin-left:auto;margin-right:auto;}

.nav-index {
	width:100%;
	text-align:center;
	margin-top:50px;
	background:rgba(255, 255, 255, 0.9);
}
.flink{
	float: left;
  width: 100%;
	background:#c7312e;
	padding:2px 0px;
}
.index-about{
	padding: 0px 0px;
}
.index-about p{
	text-indent: 2rem;
	padding: 20px 0px;
}
.footer{
	float:left;
	width:100%;
	background:#F5F5F5;
	padding:35px 0px;
}
.footer-wx{
	font-size:120%;
	margin-bottom:15px;
}
.footer-wx,.footer-power{
	text-align:center;
	color:#000;
	line-height:30px;
}
.footer-power a{
	color:#000;
}
.footer-power a:hover{
	color:#c7312e;
}
@media only screen and (min-width: 1102px){
	.wrap{
		width:1030px;
	}
}
@media only screen and (max-width: 767px){
	body{
		font-size: 100%;
	}
}
@media only screen and (min-width: 1920px){
	body{
		font-size:140%;
	}
}
