﻿@charset "utf-8";
/*載入字體
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
    */
html,body{
	width: 100%;
    min-width: 990px;
    max-width: 1920px;
    /*height:100%;*/
    position:relative;
    background-color: #FFF;
    font-family: 'Noto Sans TC', Arial , 'Microsoft JhengHei'; 
}

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style:none;
    background-repeat:no-repeat;
    text-decoration:none;/*去底線*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
a {
    color: inherit;
}
h1, h2, h3, h4, h5, h6, p {
    line-height: 100%;
    font-weight: normal;
}
h1 {font-size: 50px;
}
h2 {font-size: 36px; 
}
h3 {font-size: 30px;
}
h4 {font-size: 26px;
}
h5 {font-size: 20px;
}
h6 {font-size: 18px;
}
p {font-size: 16px;
}
footer{
    background: #282828;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 46px 0 40px;
}
body{
    background: url(../images/bg1920.jpg) repeat-x;
    background-position: top center;
}
h1{
    text-align: right;
    font-size: 32px;
    font-weight: bold;
}
h1 b{
    color: #444444;
    font-weight: normal;
}
.main{
    max-width: 990px;

    margin: 64px auto 0;
}
iframe{
        width: 990px;
    height: 556px;
    border: 1px solid #878787;
    background: #878787; 
    margin-bottom: 28px;
    transition: all 0.8s ease-out;
}
.nav{max-width: 844px;
    margin: 0 auto 51px;
    clear: both;
}
.nav ul{
    overflow: hidden;
    text-align: center;
}
.nav li{
    margin-bottom: 27px;
    display: inline-block;
}
.nav li:after{
    content: '│';
    display: inline-block;
    float: right;
    color:  #dbdbdb;
    font-size: 24px;
    padding-left: 8px;
    padding-right: 9px;
    line-height: 100%;
    padding-top: 6px;
}

.nav li a{
    font-size: 24px; color: #878787;
}
.nav li a.action , .nav li a:hover{
    text-decoration:underline;
}
.title{
    clear: both;
    margin-bottom: 26px;
}

.title_icon{
    background: url(../images/title.jpg) no-repeat;
    width: 3px;
    height: 44px;
    padding-right: 10px;
    display: inline-block;
}
.title_text{
    display: inline-block;
}
h2{
    font-size: 26px;
    position: relative;
    top: -5px;
}
h5{
    font-size: 16px;
    color: #b7b7b7;
    letter-spacing: 1px;
    position: relative;
    top: -2px;
}
.view_btn {
    width: 175px;
    line-height: 52px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px auto 37px;
    color: #e3e3e3;
    border: 1px solid #0e050a;
     background: #3a3a3a; 
    background: -moz-linear-gradient(top, #3a3a3a 0%, #232222 100%);
    background: -webkit-linear-gradient(top, #3a3a3a 0%,#232222 100%);
    background: linear-gradient(to bottom, #3a3a3a 0%,#232222 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#232222',GradientType=0 ); 
    cursor: pointer;
    transition: 1.1s;
    transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    -webkit-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
}
.view_btn:hover {
    border: 1px solid #696969;
    background: #696969;
    background: -moz-linear-gradient(top, #696969 1%, #383838 100%); 
    background: -webkit-linear-gradient(top, #696969 1%,#383838 100%); 
    background: linear-gradient(to bottom, #696969 1%,#383838 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#383838',GradientType=0 );
}
.view_btn a{
    display: block;
}