body{
	font-family:Microsoft JhengHei;
	line-height:2;}

p{font-size:1.2em; text-indent:2em;}

.text-ul{font-size:1.2em;}

h3{
	color: #C93;
}

.page-header{
    min-height: 80px;
    margin: 0;
    padding: 0;
    box-shadow: 0px 5px 8px #f1f1f1;
}
	.page-header h1{
	    margin: 0 15px;
	    z-index: 10000;
	    position: relative;
	}
    .page-header .logo a{
    	background: url(../images/logo.png) no-repeat center;
    	font-size: 0px;
    	height: 80px;
    	width: 240px;
    	margin: 0;
    	padding: 0;
    }
    .page-header .container{
        position: relative;
    }
    .page-header .nav{
        padding: 0.6em 5.5em 0 0;
    }
    .page-header .nav li a{
    	height: 40px;
    	line-height: 40px;
			font-size: 1.2em;
        border-radius: 15px;
        padding: 0 1em;
    }
    .page-header .nav .active a{
    	color: #ffffff;
    	background: #C93;
        border-radius: 15px;
    }
    .page-header .nav .dropdown-menu{
			font-size:0.8em;
    }
    .page-header .nav .dropdown-menu li a,
    .page-header .nav .active .dropdown-menu li a{
    	height: auto;
    	line-height: 40px;
    	background: #ffffff;
    	color: #666666;
    }
    .page-header .nav .dropdown-menu li a:hover,
    .page-header .nav .active .dropdown-menu li a:hover{
    	background: #f5f5f5;
        border-radius: 15px;
    }
    .page-header .nav .dropdown-menu .arrow_t_int,
    .page-header .nav .active .dropdown-menu .arrow_t_int{
		width:0px;
		height:0px;
		border-width:10px;
		border-style:solid;
		border-color:transparent transparent #ffffff transparent ;
		position:absolute;
		top:-20px;
		right:15px;
	}
.nav-lang{
    position: absolute;
    right: 0px;
    top: 2.1em;
}
    .nav-lang ul{
        list-style-type: none;
    }
    .nav-lang ul li{
        display: inline-block;
    }
    .nav-lang ul li.nav-chinese a,
    .nav-lang ul li.nav-english a{
        padding: 0 0.5em;
        border-radius: 10px;
        border: 1px solid #C93;
        line-height: 1em ;
        height: 1em;
        color: #C93;
        font-size: 1.12em;
    }
    .nav-lang .nav-chinese a:hover,
    .nav-lang .nav-english a:hover{
        background-color: #fff6cb;
        text-decoration: none;
    }
.banner-wrapper{
    margin: 0 0 1em 0;
		background:url(../images/banner-wrapper.jpg);
		background-repeat: repeat-x;
}

/*.banner-wrapper img{border-radius:0px 0px 15px 15px;}*/

.footer{
	color: #ffffff;
	background: #C93;
	padding: 1.5em 0;
}

.main{
    min-height: 30em;
}

.page-title{
    display: block;
}
    .page-title h2{
        font-size: 1.7em;
        font-weight: normal;
        margin-top: 1em;
        background: #C93;
        color: #ffffff;
        padding:0.7em 1em;
        border-radius: 3px 30px 3px 30px;
    }
.contant{
	padding:1em 2em;
}

.container{
	width:1170px;
}
/*====================================
			marquee-°T®§½ü¼½
====================================*/
.marquee-wrapper{
	line-height: 40px;
	height: 40px;
	background: -webkit-linear-gradient(#ffffff,#f5f5f5);
    background: -o-linear-gradient(#ffffff,#f5f5f5);
    background: -moz-linear-gradient(#ffffff,#f5f5f5);
    background: linear-gradient(#ffffff,#f5f5f5);
}
    .marquee-wrapper .marquee-title{
    	text-shadow: 1px 1px 1px #ffffff;
    	background: url(../images/marquee.png) no-repeat right top;

    }
    .marquee-wrapper .marquee-text,
    .marquee-wrapper .marquee-text a{
    	text-decoration: none;
    	text-shadow: 1px 1px 1px #ffffff;
    	color: #ff7300;
    }
ul.marquee {
	/* required styles */
    /*left: 0;*/
    display: block;
    padding: 0;
    margin:0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
		text-align: center;
}
ul.marquee li {
	position: absolute;
	top: -999em;
    display: block;
    white-space: nowrap;
    font-size:16px;
    text-align: center;
	color:#060;
}
