body {
    color: #777;
	overflow-x:hidden;
	background-color:#F3F3F3; font-size:medium; font-family:"Microsoft YaHei";
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
    padding-left: 0;
}
    #layout.active {
        position: relative;
        left: 150px;
    }
        #layout.active #menu {
            left: 150px;
            width: 150px;
        }

        /*#layout.active .menu-link {
            left: 150px;
        }*/
/*
The content `<div>` is where all your content goes.
*/
.content {
    margin: 0 auto;
    padding: 0.5em 0.5em;
    max-width: 800px;
    line-height: 1.6em;
}

#header {
	background-color:#00A4EF;
}
.inheader{ position:relative;}
#header .logo{ width:70%; margin:0 auto;}
#header .logo img{ width:100%;}

/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/

#menu {
    margin-left: -150px; /* "#menu" width */
    width: 150px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000; /* so the menu or its navicon stays above all content */
    background: #00A4EF;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
    /*
    All anchors inside the menu should be styled like this.
    */
    #menu a {
        color: #999;
        border: none;
        padding: 1em 0 1em 0.6em;
    }

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
     #menu .pure-menu,
     #menu .pure-menu ul {
        border: none;
        background: transparent;
    }
	#menu .pure-menu li{ border-bottom:1px solid rgba(255,255,255,0.1)}
	
	#menu .pure-menu a{ color:#FFF;}

    /*
        Change color of the anchor links on hover/focus.
        */
        #menu .pure-menu li a:hover,
		#menu .pure-menu li a:active,
        #menu .pure-menu li a:focus {
            background: rgba(255,255,255,0.1);
        }

    /*
    This styles the menu heading.
    */
    #menu .pure-menu-heading {
        font-size: 110%;
        color: #fff;
        margin: 0;
    }

/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
    position:absolute;
    display: block; /* show this only on small screens */
    top: 18.984252%;
    left: 1em; /* "#menu width" */
    font-size: 10px; /* change this value to increase/decrease button size */
    z-index: 10;
	width:10%;
	text-decoration:none;
}
.menu-link img{ width:100%;}


/* -- Responsive Styles (Media Queries) ------------------------------------- */

/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media screen and (min-width: 640px){
    .inheader,.content,#footer {
	  width: 640px;
	  margin: 0 auto;
	}
	
	
}
@media (min-width: 48em) {

    .header,
    .content {
        padding-left: 2em;
        padding-right: 2em;
    }
	

    #layout {
        /*padding-left: 150px;  left col width "#menu" */
        left: 0;
    }
    /*#menu {
        left: 150px;
    }*/

    /*.menu-link {
        position: fixed;
        left: 150px;
        display: none;
    }

    #layout.active .menu-link {
        left: 150px;
    }*/
}


.cbox1 a,.cbox2 a,.cbox3 a,.cbox4 a{ display:block; margin:2px; color:rgba(255,255,255,0.5); text-align:center; text-decoration:none;}
.cbox1 a{ background-color:#37BC9B; height:200px;}
.cbox2 a{ background-color:#F6BB42; height:60px;}
.cbox3 a{ background-color:#E9573F; height:136px;}
.cbox4 a{ background-color:#8CC152; height:136px;}

.pure-g img{ width:100%; vertical-align:bottom;}
.piclist a{ display:block; margin:2px; position:relative;}
.indextitle{ font-size:1em; padding:5px 2px 2px; margin:0; color:#ccc; border-bottom:1px solid #EEEEEE;}
.piclist a span{ position:absolute; width:100%; display:block; height:32px; line-height:32px; background-color:rgba(0,0,0,0.2); color:#fff; bottom:0; text-align:center; overflow:hidden;}

#main{}

#ibtngroup{ height:100px; background-color:#00A4EF; width:100%;}
#ibtngroup .pure-u-1-4{ text-align:center; font-weight:700; color:#FFF;}
#ico-one,#ico-two,#ico-three,#ico-four{ font-family: 'entypo'; font-style: normal; text-align:center; display:block; text-decoration:none; line-height:60px; color:#FFF; font-size:2em; cursor:pointer;}
#ico-one:before{ content:"\66";}
#ico-two:before{ content:"\21";}
#ico-three:before{ content:"\72";}
#ico-four:before{ content:"\22";}

.ptitle {width: 100%;text-align: center;color: #FFF;overflow: hidden;background: #7DC5F4;padding: 0.3em 0; font-size:1em;}
.ptitle span{ color:rgba(255,255,255,0.3)}
.content article{ padding:0 0.5em;}

.newslist{ width:100%; padding:0; margin:0;}
.newslist li{ height:2.5em; overflow:hidden; line-height:2.5em; border-bottom:1px solid #eaeaea; list-style:none;}
.newslist li a{ color:#333; text-decoration:none; display:block;}

/*分页*/
.wbyPages { margin: 10px 0; padding-left:3px; text-align:left;}
.wbyPages a { display: inline-block; line-height: 29px; margin: 0 3px; color: #666; text-align: center; text-decoration:underline;}
.wbyPages a:hover { background-position: bottom center; text-decoration:underline;}
.wbyPages a.current { width: 16px; font-weight: bold; text-decoration:none; color:#f00;}
.wbyPages a.current:hover { color: #58a0d3; cursor: default; }
.wbyPages a.pre_page { padding-right: 9px; margin: 0 2px 0 0;}
.wbyPages a.pre_page:hover { background-position: bottom left;}
.wbyPages a.next_page { padding-left: 9px; margin: 0 0 0 2px;}
.wbyPages a.next_page:hover { background-position: bottom right;}

.content .wbytext{ outline:none; padding:5px; height:22px; width:80%; border:1px solid #eee; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}    
.content .wbyarea{ padding:5px; outline:none; width:80%; border:1px solid #eee; height:125px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}   
.content .msgbut{ width:100%; height:32px; line-height:32px; cursor:pointer; color:#555;}             
.content .wbytextyz{ outline:none; padding:5px; height:22px; width:80%; border:1px solid #e3e3e3; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;} 
.content .wyzm{ padding-top:6px; display:block; width:48px; height:22px; float:left; padding-left:8px;}

.procat{ margin-bottom:0.6em; display:none;}
.procat strong{ margin-bottom:0.2em; font-weight:700;}
.procat strong a{ text-decoration:none; color:#555;}
.procat .pure-u-1-2 a{ display:block; margin:0.2em; line-height:2em; color:#666; background-color:#eee; text-decoration:none; padding-left:5px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.procat .pure-u-1-2 a.selected{ background-color:#e3e3e3;}
figure{ text-align:center;}
figure img,article img{ max-width:100%; vertical-align:bottom;}
.content article h3{ text-align:center;}

#classtype{ display:block; margin:0.2em; line-height:2em; color:#666; background-color:#eee; text-decoration:none; padding-left:5px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;margin-bottom: 0.6em;}
.up:after{font-family: 'entypo'; content:" \e03d"; text-align:right;}
.down:after{font-family: 'entypo'; content:" \e03e"; text-align:right;}

.zy_topfoo{}
.zy_topfoo a{ height:2em; padding-left:5px; line-height:2em; overflow:hidden; display:block; background-color:#F7EFB1; margin:0.6em 0; color:#4a4a4b; text-decoration:none;}
.btn-back {width: 29.62962963%;margin: 1em auto;}
.btn-a{background-color:#AB9601; padding:0.5em 0;text-align: center;color: #FFF; border-radius:5px;}
.btn-a a{ color:#FFF; text-decoration:none;}

#mapdiv,.fxcode{ display:none;}

#fxcode h3{ font-weight:bold; background-color:#7DC5F4; color:#FFF; padding:10px 0 10px 10px; margin:0.5em 2px;}

#footer{ border-top:1px solid #eee; line-height:30px; text-align:center;}

@font-face {
	font-family: 'entypo';
	src:url('../fonts/entypo.eot');
	src:url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/entypo.svg#entypo') format('svg'),
		url('../fonts/entypo.woff') format('woff'),
		url('../fonts/entypo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}