@import url(http://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

@font-face {
    font-family: Mohave;
    src: url('../assets/fonts/absolut/Mohave-bold.otf');
}

/*@font-face {*/
    /*font-family: Han;*/
    /*font-weight: normal;*/
    /*src: url('../assets/fonts/NotoSansCJKtc-Light.otf');*/
/*}*/

/*@font-face {*/
    /*font-family: Han;*/
    /*font-weight: bold;*/
    /*src: url('../assets/fonts/NotoSansCJKtc-Bold.otf');*/
/*}*/


*{
    /*font-family: 'cwTeXKai', serif;*/
    font-family: "Arial",'cwTeXHei', serif;
    /*font-family: 'cwTeXYen', serif;*/
    /*font-family: 'cwTeXFangSong', serif;*/
}

body{
    padding: 0px;
    margin: 0px;
}


header{
    border-top:5px solid red;

    position: fixed;
    z-index: 999;

    width: 100%;

    display: block;
    /*margin-bottom: 5px;*/
    -webkit-box-shadow: 0px 5px 4px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 4px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 4px -1px rgba(0,0,0,0.5);

    background-color: white;
}

/** Menu  **/
header .menu{
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: red;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}


#logo{
    padding: 1em;
    float:left;
}

nav{
    display: block;
    float: right;
}

nav ul{
    text-align: right;
}

nav ul li{
    display:inline-block;
    margin:0 5px;

    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;

    /*border-bottom:2px solid red;*/
}

nav ul li a{
    font-weight: bolder; color: black;
    text-decoration: none;
}

nav ul li .zh{
    font-family: 'cwTeXHei', serif;
}

nav ul li .en{
    letter-spacing: 1px;
    font-family: Mohave,"Arial", Serif;
}



/*** Content ***/
.psd{
    padding-top: 90px;
    width: 100%;
    overflow: hidden;
}

.psd > img{
    width: 100%;
}

.content{
    width: 1024px;
    margin: 0 auto;
}

.content p{
    font-family: "Arial", "Microsoft YaHei UI";
}

.content h3{
    font-family: Mohave,'cwTeXHei', serif;
    border-left:5px solid red;
    background-color: #EEEEEE;
    display: block;
    padding: 15px;


    width: 992px;

    /*clear: both;*/
}


.content h3 >a{
    text-decoration: none;
    color: #4553ff;
}

.content h3> a:hover{
    color: red;
}


.content h4{
    font-family: Mohave,'cwTeXHei', serif;
    border-bottom:2px solid red;
    display: block;
    width: 100%;
    /*padding: 15px;*/
}

/*** Footer ***/
footer{
    margin-top: 25px;
    padding:2em 2.5em;
    background:#232323;
}
.footer-left{
    float:left;
}
.footer-right{
    float:right;
}
.footer-left ul{
    padding:0;
    margin:0;

    float: left;
    margin-top: 25px
}
.footer-left ul li{
    display:inline-block;
}
.footer-left ul li p{
    font-size:12px;
    color:#B9B5B5;
    margin: 0;
}
.footer-left ul li span{
    color:#4E4E4E;
}
.footer-left .footer-logo{
    display: block;
    float: left
}
.footer-right{

    margin-top: 25px
}
.footer-right p{
    color:#B9B5B5;
    font-size:12px;
    margin:0;
}
.footer-right p a{
    color:#B9B5B5;
}
.footer-right p a:hover{
    color: #a548ff;
}


.clearfix:before, .clearfix:after{
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after,.clearfix:after {
    clear: both;
}
.row, .clearfix {
    zoom: 1;
}

@media (max-width: 620px)
{
    header .menu{
        /*display: block;*/
        display: inline-block;
        float: right;
        padding: 1em 0.5em 0 0;
    }

    nav{
        padding-top: 5em;
        display: none;
        float: none;
    }

    nav ul{
        margin: 0px;
        padding: 1em 0 0 0;
        text-align: center;
    }

    nav ul li{
        display:block;
        width: 100%;
        padding: 10px 0px;

        transition:0.5s all;
        -webkit-transition:0.5s all;
        -moz-transition:0.5s all;
        -o-transition:0.5s all;
        -ms-transition:0.5s all;

        border-top:1px solid red;
    }

    nav ul li a{
        font-family: 'cwTeXHei', serif;
        font-weight: bolder; color: black;
        text-decoration: none;
    }
}

@media (max-width: 1024px)
{
    .content{
        width: 90%;
    }
}
