

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

/* Reset */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    background: #fff;
    color: #404d5b;
    font-weight: 500;
}

a {
    color: #2fa0ec;
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus {
        color: #74777b;
    }

/*.htmleaf-container{
	margin: 0 auto;
	text-align: center;
}*/
/*.htmleaf-content {
	float: left;
	width: 100%;
	font-size: 150%;
	padding: 1em;
}*/

.htmleaf-content p {
    margin: 1em 0;
    padding: 5em 0 0 0;
    font-size: 0.65em;
}


/*nav*/
.htmleaf-demo a {
    color: #fff;
    text-decoration: none;
}

.htmleaf-demo {
    width: 100%;
    padding-bottom: 1.2em;
}

    .htmleaf-demo a {
        display: inline-block;
        margin: 0.5em;
        padding: 0.6em 1em;
        border: 3px solid #fff;
        font-weight: 700;
    }

        .htmleaf-demo a:hover {
            opacity: 0.6;
        }

        .htmleaf-demo a.current {
            background: #1d7db1;
            color: #fff;
        }
/* Top Navigation Style */
.htmleaf-links {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 1.5em;
    text-align: center;
}

    .htmleaf-links::after {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 100%;
        background: #dbdbdb;
        content: '';
        -webkit-transform: rotate3d(0,0,1,22.5deg);
        transform: rotate3d(0,0,1,22.5deg);
    }

.htmleaf-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0em 0;
    width: 1.5em;
    text-decoration: none;
}

    .htmleaf-icon span {
        display: none;
    }

    .htmleaf-icon:before {
        margin: 0 5px;
        text-transform: none;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        font-family: 'icomoon';
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
    }
/* footer */
.htmleaf-footer {
    width: 100%;
    padding-top: 10px;
}

.htmleaf-small {
    font-size: 0.8em;
}

.center {
    text-align: center;
}
/****/
.related {
    float: left;
    width: 100%;
    color: #fff;
    background: #333;
    text-align: center;
    font-size: 1.25em;
    padding: 0.5em 0;
    overflow: hidden;
}

    .related > a {
        vertical-align: top;
        width: calc(100% - 20px);
        max-width: 340px;
        display: inline-block;
        text-align: center;
        margin: 20px 10px;
        padding: 25px;
        font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    }

    .related a {
        display: inline-block;
        text-align: left;
        margin: 20px auto;
        padding: 10px 20px;
        opacity: 0.8;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -webkit-backface-visibility: hidden;
    }

        .related a:hover,
        .related a:active {
            opacity: 1;
        }

        .related a img {
            max-width: 100%;
            opacity: 0.8;
            border-radius: 4px;
        }

        .related a:hover img,
        .related a:active img {
            opacity: 1;
        }

    .related h3 {
        font-family: "Microsoft YaHei", sans-serif;
    }

    .related a h3 {
        font-weight: 300;
        margin-top: 0.15em;
        color: #fff;
    }
/* icomoon */
.icon-htmleaf-home-outline:before {
    content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
    content: "\e5001";
}

@media screen and (max-width: 50em) {
    .htmleaf-header {
        padding: 3em 10% 4em;
    }

        .htmleaf-header h1 {
            font-size: 2em;
        }
}


@media screen and (max-width: 40em) {
    .htmleaf-header h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 30em) {
    .htmleaf-header h1 {
        font-size: 1.2em;
    }
}





/*Fontawesome Iconfont*/
@import url(http://libs.useso.com/js/font-awesome/4.0.1/css/font-awesome.min.css);
/*Montserrat, Open Sans*/
@import url(http://fonts.useso.com/css?family=Montserrat|Open+Sans:400,300);

* {
    margin: 0;
    padding: 0;
}

/*.mobile {
		width: 100%;
		float: left; 
		position: relative;
		overflow: hidden;
	}*/
/*Hiding the checkbox*/
#tm {
    display: none;
}

#tm1 {
    display: none;
}
/*Content area*/
.mobile {
    /*width: 100%; 
		height: 500px;*/
    /*margin-right:1.1rem;*/
    position: relative;
    transition: all 0.25s;
}

.sidenav {
    z-index: -1;
    background: rgb(50, 60, 60);
    width: 10rem;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    /*padding-top: 100px;*/
    text-align: center;
    display: none;
}

    .sidenav li {
        list-style-type: none;
        height: 3rem;
        line-height: 3rem;
    }

    .sidenav a {
        color: white;
        text-decoration: none;
    }

    .sidenav a {
        font-size: 0.78rem;
        font-weight: normal;
        display: block;
        /*margin-top: 0.5rem;
        margin-bottom: 1.5rem;*/
        opacity: 0;
        transform: translateX(10px);
        transition: all 10s;
    }


#tm:checked ~ .left_menu, #tm:checked ~ .header, #tm:checked ~ .newsidenav {
    transform: translateX(-10rem);
}

#tm:checked ~ .sidenav {
    display: block;
    z-index: 999;
}

#tm:checked ~ .newsidenav {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    z-index: 997;
    opacity: .6;
}

#tm:checked ~ .sidenav a {
    opacity: 1;
    transform: translateX(0);
}

#tm1:checked ~ .left_menu, #tm1:checked ~ .header, #tm1:checked ~ .newsidenav {
    transform: translateX(10rem);
}
