@import url('normalize.css');





/* 套用normalize.css可統一各瀏覽器預設值 */

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-SB", sans-serif;
    /*border: solid 1px;*/
}

html {
    overflow-x: auto;
    /*-- 自動出現x軸ScrollBar */
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

h1 {
    font-size: 45px;
    color: #ff9704;
    text-align: center;
    font-weight: 600;
}

h2 {
    font-size: 35px;
    color: #c80000;
    text-align: center;
    font-weight: 600;
}

p {
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    padding: 20px;
}

.main_01 {
    display: block;
    width: 100%;
    min-width: 800px;
    height: 720px;
    background-image: url(../img/main_01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.box {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 20px;
    left: 100px;
    display: block;
    width: 248px;
    height: 38px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.logo2017 {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -135px;
    display: block;
}
.btn {
    position: absolute;
    top: 650px;
    left: 50%;
    display: block;
    width: 334px;
    height: 48px;
    margin-left: -167px;
    background-image: url(../img/app.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.btn_01 {
    display: inline-block;
    float: left;
    width: 160px;
    height: 48px;
}

.btn_02 {
    display: inline-block;
    float: right;
    width: 160px;
    height: 48px;
}

.main_02 {
    display: block;
    width: 100%;
    min-width: 800px;
    height: 790px;
    background-image: url(../img/main_02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.box2_top {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 736px;
    height: 90px;
    background-image: url(../img/text_top.png);
    background-position: top center;
    top: 20px;
}

.box2 {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 736px;
    height: auto;
    background-image: url(../img/text_center.png);
    background-repeat: repeat-y;
    background-position: top center;
    top: 20px;
}

.olStyle {
    display: block;
    top: 180px;
    margin: 0 auto;
    width: 650px;
    padding-left: 30px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
}

.olStyle a {
    text-decoration-line: none;
    color: blue;
}

.box2_bottom {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 736px;
    height: 17px;
    background-image: url(../img/text_bottom.png);
    background-position: top center;
    top: 20px;
}

/*.box3 {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 700px;
    height: 80px;
    bottom: 0;

}
.box3 p {
	display: inline-block;
	float: right;
}
.box3 img {
	display: inline-block;
	float: right;
	margin-right: 10px;
}*/

#inlinebox {
    border: solid 10px #fff;
}

.lightbox {
    position: relative;
    width: 700px;
    margin: 0 auto;
    background-color: #fff;
    border: solid 10px #fab23c;
}

.footer {
    display: block;
    width: 100%;
    height: 70px;
    background-image: url(../img/footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
}