/* 导航条初始化 Navigation bar initialization */
   *{
        /* 内外边距为0 The inner and outer margins are 0 */
        margin: 0 ;
        padding: 0;
        /* 去除无必要样式 Remove unnecessary styles */
        list-style: none;
        text-decoration: none ;
    }
   /* 渐变导航条 Gradient navigation bar */
    .导航{
        height: 40px;
        background: linear-gradient(rgb(0, 191, 255),rgb(0, 81, 255));
    }
    .DHL li{
        /* 左浮动 Left float */
        float: left;
        height: 40px;
        width: 100px;
        /* 使文本水平垂直居中 Center the text horizontally and vertically */
        line-height: 40px;
        text-align: center;
    }
    .DHL a{
       /* 超链接变色 Hyperlink color change */
        color: #c6e293;
        /* 变盒 become to box */
        display: block;
    }
    .DHL{
        /* 列表宽 居中 List width centered */
        width: 800px;
        margin: auto;
        font-family: RacingSansOne-Regular;
        
    }
    .DHL a:hover{
        /* 悬停变色 Hover color change */
        background: rgb(122, 183, 226);
    }

    *{
        padding: 0;
        margin: 0;
    }
    .image_1{
background-image: url(/04.png);
/* 背景圖片起始位置 Background image starting position */
background-position: 0 0;
/* 背景圖片被「固定」在視窗中 The background image is "fixed" in the window. */
background-attachment: fixed;
background-size: cover;
height: 680px;
width: 100%;
    }
    .image_2{
background-image: url(/03.png);
background-position: 0 0;
background-attachment: fixed;
background-size: cover;
height: 680px;
width: 100%;
    }
    .image_3{
background-image: url(/02.png);
background-position: 0 0;
background-attachment: fixed;
background-size: cover;
height: 680px;
width: 100%;
    }
    .image_4{
background-image: url(/01.png);
background-position: 0 0;
background-attachment: fixed;
background-size: cover;
height: 680px;
width: 100%;
    }
    .word{
        position:relative;
        top: 480px;
        font-size: 55px;
        color: white;
        /* 文字居中 Centered text */
        text-align: center;
        font-weight: bolder;
    }
    .TP{
        text-align: center;
        font-size: 46px;
        font-weight: bolder;
        height: 220px;
        line-height: 220px;
        background-color: rgb(115, 181, 181);
        color: white;
        font-family: RacingSansOne-Regular;
    }
    @font-face {
        font-family: RacingSansOne-Regular;
        src: url(RacingSansOne-Regular拷貝.ttf);
    }
    .TP a{
        color: white
    }