﻿@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2016-06-01 09:45:10
 * @version $Id$
 */
 html { overflow:auto;}

 body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
 pre, form, fieldset, input, textarea, p, blockquote, th, td,
 section, nav, article, aside, hgroup, header, address,
 figure, figcaption {
  margin:0;
  padding: 0;
  line-height: 160%;
 }
 address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
 }
 table {
  border-collapse: collapse;
  border-spacing: 0;
 }
 caption, th {
  text-align: left;
 }
 q:before ,q:after {
  content: '';
 }
 object, embed {
  vertical-align: top;
 }
 hr, legend {
  display: none;
 }
 h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
 }
 img, abbr, acronym, fieldset {
  border: 0;
 }
 img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
 }
 ul li {
  list-style-type: none;
 }

 /*Body*/

 body {
  font-family: "Microsoft yahei",sans-serif;
  color: #666;
  font-size: 12px;
  line-height: 160%;
  text-align: left;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
  background-color:#FFF;
 }




 a {
  outline: none;
  text-decoration: none;
 }

 a:link {
  text-decoration: none;

 }
 a:visited {
  text-decoration: none;

 }
 a:hover {
  text-decoration: none;

 }
 a:active {
  text-decoration: none;

 }


 img {
  max-width: 100%;
  height: auto;
 }
 .ie8 img {
  width: auto;
 }
/* p {
  font-size: 76%;
 }*/
 .img {
  text-align: center;
 }
 .txc {
  text-align: center;
 }

.fl{float: left;}
.fr{float: right;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{zoom:1;}
.w1100{width: 1100px;position: relative;margin: 0 auto;}
.ti2em{text-indent: 2em;}
.p30{height: 30px;}
