@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2015-10-21 11:07:28
 * @version $Id$
 */

 /*样式初始化*/
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,legend,button,form,fieldset,input,textarea,p,blockquote,th,td {
 	margin: 0;
 	padding: 0;
 }
 html {
 	font-size: 62.5%;
 	font-family:"微软雅黑";
 }
 .word-font {
 	font-size: 1.8rem;
 	line-height: 36px;
 }
 .img-font {
 	font-size: 1.4rem;
 }

 /*清除浮动*/
 .clear {
 	clear: both;
 }
 
 /*分屏初始化*/
 .section {
 	position: relative;
 	overflow:hidden;
 }
 .section img {
    display: block;
 }
 .section .main {
 	margin: 0 auto;
	overflow: hidden;
 }
 .section .special {
 	margin: 0 auto;
 	overflow: hidden;
 }
