/*slider*/
body{background:#FBF5DF;}
.mod-slider{ width: 100%;position:relative; overflow:hidden; text-align:center;}
.slider-hor{ height: 200px;}
.slider-ver{ height: 100%; position: fixed; top:0; left: 0; z-index: 10;}
.mod-slider ul,
.mod-slider li{ list-style: none;}
.slider-list,
.slider-text{position: absolute; width: 100%;left:0;}
.slider-list{ height: 100%; top:0; z-index: 0;}
.slider-list li,
.slider-list li > a{width: 100%; height: 100%; overflow: hidden;display: block; text-align:center;}
.slider-hor img{ width: 100%; max-height:200px;}
.slider-ver img{ max-width:100%;}
.slider-text{ z-index: 1;display:none; }
.slider-hor .slider-text{padding: 5px 10px;bottom: 0;background: rgba(0,0,0,0.5); color: #fff;height: 30px; line-height: 20px;}
.slider-ver .slider-text{padding: 0; z-index: 1000;}
.slider-span{height:20px; overflow: hidden;text-overflow:ellipsis; white-space:nowrap;}
.slider-hor .slider-span{ width: 60%; text-align: left;}
.slider-ver .slider-span{ width:100%; height:50px; line-height: 50px; color: #fff; background: rgba(0,0,0,0.8); display: block; }
.slider-page{ height: 20px; }
.slider-hor .slider-page{width:40%; text-align: right;}
.slider-ver .slider-page{ width: 100%; height: 50px; line-height: 50px;}
.slider-page a{display:inline-block;width:10px; height:10px; line-height:9999px; overflow:hidden; background:#413b2d; border-radius:10px; margin:0 5px;}
.slider-page a.active{ background:#fff;}
 
 
 body .mainmenu {
	padding:5px 5px 0 0;
}
body .mainmenu ul{
width: 100%;
display: -webkit-box;
display: -moz-box;
display: box;
}
body .mainmenu li {
margin: 0 0 5px 5px;
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
background-color: #35aae7;
}
body .mainmenu .menuimg {
position: absolute;
z-index: 9;
top: 32px;
left: 50%;
margin-left: -20px;
width: 40px;
height: 40px;
overflow:hidden;
}
body .mainmenu .menuimg  img{
width: 100%;
}
body .mainmenu li .menutitle{
position: absolute;
top: 6px;
left: 10px;
color: #fff;
font-size: 14px;
}
body .mainmenu li a{
display: block;
height: 80px;
position: relative;
}
body .mainmenu li a:after {
clear: both;
content: " ";
overflow: hidden;
display: block;
}
body .mainmenu ul:nth-child(8n+1) li:nth-child(1){
        background-color:#36A1DB;
}
body .mainmenu ul:nth-of-type(3n+1) li:nth-of-type(2){background-color:#678ce1;}
body .mainmenu ul:nth-of-type(3n+1) li:nth-of-type(3){background-color:#8c67df;}

body .mainmenu ul:nth-of-type(3n+2) li:nth-of-type(1){background-color:#84d018;}
body .mainmenu ul:nth-of-type(3n+2) li:nth-of-type(2){background-color:#14c760;}

body .mainmenu ul:nth-of-type(3n) li:nth-of-type(1){background-color:#f3b613;}
body .mainmenu ul:nth-of-type(3n) li:nth-of-type(2){background-color:#ff8a4a;}
body .mainmenu ul:nth-of-type(3n) li:nth-of-type(3){background-color:#fc5366;}
.income{
	clear:both;
    padding:1% 0%;
	
	overflow:hidden;
	
}
.income ul{display:block;}
.income li{
	display:block;
    width:19%;
	margin:1%;
    float: left;
	padding:2%;
    text-align: center;
   	border-radius: 5px;
   
}

.income p {
    padding: 2% 0;
}
.income .photo {
    color: #6d2f01;
    font-size: 3.6em;
}
.income .photo img{width:120%;}
.income .info {
    color: #6D6A6A;
    font-size: 1.8em;
	font-weight:bold;
}

