@font-face {
    font-family: 'ErasITC-Bold';
    src: url('../fonts/Eras_Bold_ITC.ttf');
}
@font-face {
    font-family: 'Roboto-BoldCondensed';
    src: url('../fonts/Roboto-BoldCondensed.ttf');
}
body {
    background: #ffe400;
    font-family:"å¾®è½¯éé»";
}
li {
    list-style: none;
}
.row {
    margin: 0;
}
#header{
    height:91px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: none;
}
.navbar {
    border-top:2px #ffe400 solid;
    margin-bottom: 0;
    padding: 17px 0px 11px 0;
    box-shadow: 0px 8px 24px 0px 
        rgba(0, 0, 0, 0.15);
}
.navbar-fixed-top { 
    background: #fff;
    border-bottom: none;
}
.navbar-nav > li > a {
    font-family: "Roboto-BoldCondensed";
    font-weight: bold;
    font-size: 22px;
    line-height: 63px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    color: #000000;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.selected-nav {
    color: #ffe400;
    background-color: transparent;
}
.navbar-toggle {
    position: relative;
    float: right;
    /*background-color: transparent;*/
    padding: 10px;
    margin: 13px 30px 0 0;
}
.navbar-toggle .icon-bar {
    background-color: #000;
    /*width: 34px;*/
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.section {
    padding: 4.5rem 0px;
    width: 83.33333333%;
    margin-left: 8.33333333%;
}
.section .bg {
    box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.28);
    border-radius: 19px;
}
.homepage .section {
    padding-top: 8rem;
}
.homepage .bg {
    background: #f7f7f7 url('../images/publishers.png') no-repeat right;
    background-size: contain;
}
.homepage .content {
    padding: 19rem 0 13.5rem 0;
}
.section p {
    font-size: 38px;
    color: #000000;

}
.section .title {
    font-family: "ErasITC-Bold";
    font-size: 75px;
    font-weight: bold;
    color: #000000;
}
.homepage .section {
    position: relative;
}
.homepage ul {
    padding:0;
    position: absolute;
    bottom: 6rem;
    right: -5rem;
}
.homepage li {
    
    margin-top: 20px;
}

.about .title {
    text-align: center;
}
.about .bg {
    background: #f7f7f7 url('../images/about.png') no-repeat left 10px;
    background-size: contain;
}
.about .content {
    padding: 15rem 0 13rem 0;
}

.contact {
    margin-bottom: 6rem;
}
.contact .title {
    text-align: center;
    margin-bottom: 4rem;
}
.contact .bg {
    background: #f7f7f7 url('../images/contact.png') no-repeat bottom;
    background-size: contain;
}
.contact .content {
    padding: 5rem 0 14rem 0;
}
.contact .form-group {
    margin-bottom: 25px;
}
.contact a {
    text-decoration: none;
}
.contact p {
    font-size: 33px;
    margin-top: 23px;
}
.contact label {
    font-size: 20px;
    font-weight: normal;
}
.contact .email {
    background: url('../images/email.png') no-repeat 0 9px;
    background-size: 35px;
    text-indent: 5rem;
    margin: 2.5rem 0 2.5rem -10px;
}
.contact .email img {
    width: 35px;
    margin-right:5px;
}
.contact .send {
    background:#ffe400;
    color:#000;
    border-radius: 4px;
    border:none;
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
}
/*åºé¨ Start*/
.site-footer {
    /*background: #fff;*/
    color: #000;
    font-size: 14px;
}
.site-footer .site-info {
    position: relative;
    text-align: center;
    padding: 9rem 0 5rem 0;
    background: #fff;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}
.site-footer p a {
    color: #000;
    margin : 0 11px;
}
/*åºé¨ End*/

/*è¿åé¡¶é¨ Start*/
.btt {
    position: absolute;
    right: 16rem;
    top: -55px;
    width: 116px;
    cursor: pointer;
}
.rad {
    position: relative;
    width: 113px;
    height: 113px;
    border-radius: 113px;
    background: #fff;
    display: block;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    padding: 22px;
}
.box {
    width: 156px;
    height: 84px;
    background: white;
    bottom: -26px;
    left: -22px;
    position: absolute;
}
.back-to-top{
    z-index: 99;
    position: absolute;
    left: 32.5px;
    top: 10px;
}
/*è¿åé¡¶é¨ End*/

/*æ¬æµ®èå Start*/
/*.menus {
    position: fixed;
    top: 36%;
    left: 8%;
}
.menus li {
    margin-bottom:20px;
}
.menus li a {
    background: url(../images/banana.png) no-repeat -0 15px;
    padding: 0 0 0 19px;
    display: block;
    height: 50px;
    line-height: 40px;
    color: #ccc;
    text-decoration: none;
}
.menus li a.on {
    background: url(../images/banana_on.png) no-repeat -0 15px;
    padding: 0 0 0 27px;
    color:#ffe400;
}*/
/*æ¬æµ®èå End*/