@CHARSET "UTF-8";
	* { margin:0px; padding:0px;}
	*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
	}
	ol,ul{list-style:none}
	#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 22;
    }
    
    /***********banner***********/
    .banner {
    	position: relative;
    	width: 100%;
    	overflow: hidden;
	}
	.banner img {
    	display: block;
   		width: 100%;
    	height: auto;
	}
	/***********nav***********/
	.nav {
		padding:0.26rem 0rem;
	}
	.nav>ul>li {
		position: fel;
		display:inline-block;
    	width: 24%;
    	text-align: center;
    	font-size: .26rem;
    	margin-bottom: .35rem;
	}
	.nav>ul>li>span {
		 display:block; 
	} 
	.nav>ul>li>img {
    	width: 50%;
    	height: auto;
    	border-radius: 50%;
	}
	/***********news***********/
	.news {
    	border-top: 1px solid #f4f4f4;
    	padding: .5rem;
    	box-shadow: 0 0.1rem 0.3rem #f5f5f5;
    	-webkit-box-shadow: 0 0.1rem 0.3rem #f5f5f5;
    	-moz-box-shadow: 0 .1rem .3rem #f5f5f5;
    	-o-box-shadow: 0 .1rem .3rem #f5f5f5;
	}
    .news>.tl {
    display:inline-block;
    width: 20%;
    border-right: 1px solid #ddd;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	}
    .news>.cont {
    display:inline-block;
    width: 75%;
    overflow: hidden;
	}
	.news>.cont>a {
		font-size:.24rem;
		color:#666;
	}
	.news>.cont>a:before {
    content: "\E679";
	}
    
    #footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    z-index: 22;
    }
    #footer>center {
    	margin:0.5rem 0;
    }

