@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
::-webkit-input-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

::placeholder {
    color: #fff;
}

body {
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    font-family: "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
    background-color: #fdfdfd;
    padding-top: 0;
    letter-spacing: 1px;
    color: #1c1c1c;
    line-height: 1.8;
}

body.hidden {
    overflow: hidden;
}

a {
    color: #1e1e1e;
    outline: none;
    text-decoration: none;
}

.en {
    font-family: "Montserrat", "Microsoft JhengHei", Myriad, Aria, sans-serif;
    letter-spacing: 1px;
}

select::-ms-expand {
    display: none;
}

select option:disabled {
    background-color: rgba(214, 214, 214, 0.5);
}

input::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: inherit;
    font-family: "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
    outline: 0;
    background-color: white;
}

button {
    font-family: "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
}

br {
    font-family: sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#gotop {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
    width: 72px;
    height: 72px;
    cursor: pointer;
    background-color: #191919;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#gotop img {
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 18px;
    left: 50%;
    top: 22px;
    margin-left: -8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.close_button {
    position: absolute;
    right: -0;
    top: 0;
    width: 78px;
    height: 78px;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    background-color: #009944;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.close_button::before {
    content: '';
    background-color: white;
    width: 28px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.close_button::after {
    content: '';
    background-color: white;
    width: 28px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@-webkit-keyframes dotmove_top {
    0% {
        top: 12px;
    }
    80%,
    100% {
        top: 16px;
    }
}

@keyframes dotmove_top {
    0% {
        top: 12px;
    }
    80%,
    100% {
        top: 16px;
    }
}

#footer_space {
    height: 845px;
}

footer {
    position: fixed;
    height: 845px;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    background-color: #009944;
    pointer-events: none;
}

footer .top_block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding-bottom: 32px;
}

footer.down {
    pointer-events: all;
    z-index: 3;
}

footer.down .footer_box {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1.2s ease .1s;
    transition: all 1.2s ease .1s;
    opacity: 1;
}

footer.down .logobg {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

footer .footer_box {
    display: block;
    width: 90%;
    max-width: 1710px;
    margin: 0 auto;
    padding-top: 130px;
    position: relative;
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0.5;
}

footer .logobg {
    position: absolute;
    background-image: url(../images/evaair.png);
    bottom: 75px;
    height: 125px;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
    background-repeat: repeat-x;
    -webkit-animation: logobg_ani 6.5s linear infinite;
    animation: logobg_ani 6.5s linear infinite;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

footer .logo {
    /* width: 229px; */
    width: 360px;
    display: block;
    position: relative;
}

footer .cloud {
    position: relative;
    width: 216px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: -9px;
}

footer .cloud .link {
    position: relative;
    display: block;
    width: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: white;
    font-size: 20px;
    padding: 0 10px;
}

footer .cloud .link i,
footer .cloud .link img {
    position: relative;
    width: 20px;
    height: 20px;
}

footer .menu_link {
    position: relative;
    display: block;
    padding-top: 55px;
}

footer .menu_link .link {
    color: white;
    position: relative;
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

footer .copyright {
    position: relative;
    font-size: 14px;
    margin-top: 100px;
    color: white;
    opacity: .5;
}

footer #go_top {
    position: absolute;
    background-color: white;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

footer #go_top div {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

footer #go_top div::before {
    content: '';
    height: 22px;
    background-color: #009944;
    width: 2px;
    left: 50%;
    position: absolute;
    top: 24px;
    display: block;
    margin-left: -1px;
}

footer #go_top div::after {
    content: '';
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    display: block;
    left: 50%;
    top: 23px;
    margin-left: -6px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid #0f9f4f;
    border-bottom: 0;
    border-right: 0;
}

@-webkit-keyframes arrow_top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50%,
    51% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    52% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    70%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes arrow_top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50%,
    51% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    52% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    70%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes logobg_ani {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1072px 0;
    }
}

@keyframes logobg_ani {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1072px 0;
    }
}

.ui-widget {
    font-family: "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
}

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    background-color: white;
    position: absolute;
}

input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: -0;
    padding-left: 30px;
    line-height: 28px;
}

input[type=radio]:not(old)+label::before {
    content: '';
    border: 1px solid white;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

input[type=radio]:not(old)+label::after {
    content: '' !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 3px;
    font-size: 15px;
    top: 2px;
    background-image: url(../images/check.png);
    background-image: url(../images/check.png);
    width: 0;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    display: block !important;
}

input[type=radio]:not(old):checked+label {
    color: #009944 !important;
}

input[type=radio]:not(old):checked+label::after {
    width: 20px;
    margin-left: 0 !important;
}

input[type=radio]:not(old):checked+label::before {
    border-color: #009944;
}

input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: -24px;
    padding-left: 40px;
    line-height: 28px;
}

input[type=checkbox]:not(old)+label::before {
    content: '';
    border: 1px solid white;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

input[type=checkbox]:not(old)+label::after {
    content: '';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 3px;
    font-size: 15px;
    top: 2px;
    background-image: url(../images/check.png);
    background-image: url(../images/check.png);
    width: 0;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

input[type=checkbox]:not(old):checked+label::after {
    width: 20px;
}

input[type=checkbox]:not(old):checked+label::before {
    border-color: #009944;
}

input,
textarea {
    font-family: "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    background-color: white;
    outline: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.content {
    background-color: #f3f3f3;
    position: relative;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.content_width {
    max-width: 1460px;
    width: 90%;
    display: block;
    margin: 0 auto 0;
}

.clear {
    clear: both;
}

#inner_banner {
    position: relative;
    width: 100%;
    display: block;
    background-image: url(../images/bg_green.jpg);
    z-index: 5;
}

#inner_banner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    left: 25%;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

#inner_banner .plane_line {
    position: absolute;
    width: 36%;
    left: 22%;
    bottom: 6%;
    z-index: 10;
    pointer-events: none;
}

#inner_banner .plane_line .planeair-1 {
    fill: transparent;
    stroke: white;
    stroke-width: .1px;
    opacity: 1;
    stroke-dasharray: 328;
    stroke-dashoffset: 1000;
}

#inner_banner .plane_line.active .planeair-1 {
    opacity: .3;
    stroke-dasharray: 450;
    -webkit-transition: all 3.5s ease, opacity 1.5s ease 1.2s;
    transition: all 3.5s ease, opacity 1.5s ease 1.2s;
}

#inner_banner .banner_block {
    position: relative;
}

#inner_banner .banner_block.show .imgs {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

#inner_banner .banner_block.show .swiper-slide .title {
    -webkit-transition: all 1.2s ease .6s;
    transition: all 1.2s ease .6s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    top: auto;
    bottom: 165px;
}

#inner_banner .banner_block.show .swiper-slide .title::after {
    height: 64px;
    -webkit-transition: all .8s ease 1s;
    transition: all .8s ease 1s;
}

#inner_banner .banner_block.show .swiper-slide .imgs img {
    -webkit-transform: skewY(0) rotateY(0) rotate(0) scale(1);
    transform: skewY(0) rotateY(0) rotate(0) scale(1);
    -webkit-transition: all 1.2s ease .0s;
    transition: all 1.2s ease .0s;
}

#inner_banner .banner_block .swiper-slide {
    position: relative;
    height: 100vh;
    max-height: 730px;
    display: block;
    width: 100%;
}

#inner_banner .banner_block .title {
    position: absolute;
    width: 25%;
    font-size: 3.2vw;
    color: white;
    font-weight: bold;
    /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
    line-height: 1.1;
    max-height: 198px;
    left: 25%;
    top: 50%;
    margin-top: -28px;
    padding-left: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 55px;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

#inner_banner .banner_block .title h1 {
    font-size: 3.2vw;
    margin: 0;
    line-height: 1.1;
    padding: 0;
    display: block;
}

#inner_banner .banner_block .title .num {
    font-size: 16px;
    font-family: "Montserrat", "Microsoft JhengHei", Myriad, Aria, sans-serif;
    display: block;
    margin-top: 35px;
}

#inner_banner .banner_block .title::after {
    content: '';
    background-color: #ea5504;
    position: absolute;
    width: 5px;
    height: 0;
    top: 7px;
    left: 0;
    margin-top: 0;
}

#inner_banner .banner_block .imgs {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 0;
}

#inner_banner .banner_block .imgs img {
    height: 100%;
    width: 100%;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s ease .6s;
    transition: all .4s ease .6s;
    -webkit-transform: rotateX(9deg) rotateY(10deg) rotate(5deg) scale(1.2);
    transform: rotateX(9deg) rotateY(10deg) rotate(5deg) scale(1.2);
}


/*page*/

#page {
    position: relative;
    background-color: #fdfdfd;
    z-index: 5;
    width: 100%;
    overflow: hidden;
}

#page .page_content {
    position: relative;
    display: block;
    font-size: 16px;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    padding-top: 90px;
    padding-bottom: 100px;
    font-size: 16px;
}

#page .page_content>h3 {
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 0;
}

#inner {
    max-width: 1710px;
    display: block;
    margin: 0 auto;
    width: 90%;
    position: relative;
    min-height: 500px;
}

#inner .topbg {
    position: absolute;
    right: 0;
    width: 540px;
    top: -1px;
    pointer-events: none;
    z-index: 1;
}

#inner .topbg img {
    width: 100%;
}

#bread {
    position: relative;
    height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#bread .link {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding: 0 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#bread .link::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cbcbcb;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
}

#bread .link:last-child::after {
    display: none;
}

#bread .link.home {
    padding-left: 0;
    color: #8d8d8d;
}

#bread .link.home::before {
    content: '';
    background-image: url(../images/home.jpg);
    width: 57px;
    height: 57px;
    background-repeat: no-repeat;
    display: block;
    margin-left: 25px;
    padding-right: 38px;
}

#type_block_now {
    display: none;
}

#type_block {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 2px solid #616161;
    border-bottom: 2px solid #616161;
}

#type_block .link {
    height: 146px;
    position: relative;
    font-size: 16px;
    padding: 0px 80px;
    width: 155px;
    font-weight: bold;
    line-height: 1.6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#type_block .link::before {
    content: '';
}

#type_block .link.active {
    color: #009944;
}

#type_block .link::after {
    content: '';
    background-color: #cbcbcb;
    width: 2px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
}

#type_block .link:last-child::after {
    display: none;
}

#type_select {
    position: absolute;
    right: 0;
    width: 258px;
    height: 45px;
    border: 1px solid #b5b5b5;
    top: 37px;
}

#type_select .now {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 38px;
    cursor: pointer;
}

#type_select .now::after {
    content: '';
    border: 1px solid #616161;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
}

#type_select .type_select_box {
    width: 100%;
    margin-top: 0;
    position: absolute;
    border: 1px solid #009944;
    background-color: white;
    z-index: 5;
    -webkit-box-shadow: 10px 16px 26px #0000004d;
    box-shadow: 10px 16px 26px #0000004d;
    top: 45px;
    padding: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

#type_select .type_select_box .link {
    height: auto;
    position: relative;
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#type_select .type_select_box .link.active {
    color: #009944;
}

#type_select .type_select_box .link:after {
    display: none;
}

#type_select .type_select_box .link:last-child {
    border-bottom: 0;
}

#sitemap {
    position: relative;
    height: auto;
    border-top: 2px solid #616161;
    padding-top: 90px;
    padding-bottom: 112px;
}

#sitemap .sitemap_block {
    max-width: 1280px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sitemap .main_block {
    width: 16%;
    position: relative;
}

#sitemap .main_block .head_title {
    position: relative;
    color: black;
    font-size: 24px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

#sitemap .main_block .head_title:last-child {
    border-bottom: 0;
}

#sitemap .main_block .link_box {
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#sitemap .main_block .link_box:last-child {
    border-bottom: 0;
}

#sitemap .main_block .link_box .link {
    position: relative;
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin-bottom: 25px;
}

#sitemap .main_block .link_box .sub_block {
    position: relative;
}

#sitemap .main_block .link_box .sub_block .link {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

#loader {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fdfdfd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    top: 0;
    left: 0;
}

#loader .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    padding-right: 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50vh;
}

#loader .logo img {
    width: 250px;
    position: relative;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

#loader .logo .name {
    position: absolute;
    right: 0;
    opacity: 0;
    font-size: 1.25rem;
}

#search_block {
    width: 100%;
    display: block;
    position: relative;
    border-top: 2px solid #616161;
    padding-bottom: 90px;
}

#search_block .sbox {
    position: relative;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-top: 95px;
}

#search_block .sbox .gsc-input {
    border: 0;
    width: 100%;
    display: block;
    height: 180px;
    position: relative;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
}

#search_block .sbox .gsc-search-button {
    position: absolute;
    background-color: #009946;
    border: 0;
    width: 290px;
    height: 72px;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}

#search_block .sbox .gsc-input-box {
    border: 0;
}

#search_block .sbox .gsib_a {
    padding: 0;
    border-bottom: 4px solid #009944;
    padding-bottom: 28px;
}

#search_block .sbox .gsc-input input {
    width: 619px;
}

#search_block .sbox .gsc-search-button::after {
    content: '搜尋';
    position: absolute;
    color: white;
    font-size: 16px;
    width: 100%;
    top: 24px;
    text-align: center;
    font-weight: bold;
    LEFT: 0;
}

#search_block .sbox #___gcse_0 .gsc-control-cse .gsc-search-button-v2 {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    z-index: 5;
    background: none;
    color: transparent;
    opacity: 0;
    padding: 0;
}

#search_block .sbox #___gcse_0 .gsc-results-wrapper-visible {
    background-color: transparent;
}

#search_block form.gsc-search-box {
    position: relative;
}

#search_block .gsc-positioningWrapper {
    margin-top: 60px;
}

#search_block .gs-result .gs-title,
#search_block .gs-result .gs-title *,
#search_block .gsc-cursor-page,
.gs-spelling a {
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

#search_block table.gsc-search-box td {
    vertical-align: middle;
    position: absolute;
    right: 0;
}

#search_block .gsst_a .gscb_a {
    color: #009946;
}

#search_block .gsc-expansionArea {
    width: 80%;
    position: relative;
}

#search_block .gsc-webResult.gsc-result {
    margin-top: 50px;
}

#search_block .gsc-results .gsc-cursor-box {
    margin-top: 90px;
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (min-width: 1199px) {
    .close_button:hover::before {
        width: 40px;
    }
    footer .cloud .link:hover {
        /* color: #000; */
        transform: scale(1.2);
    }
    .close_button:hover::after {
        width: 40px;
    }
    footer #go_top:hover div {
        -webkit-animation: arrow_top 1.8s ease infinite;
        animation: arrow_top 1.8s ease infinite;
    }
    #type_block .link:hover {
        color: #009944;
    }
    #type_select .type_select_box .link:hover {
        color: #009944;
    }
}

@-webkit-keyframes logobg_ani2 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -900px 0;
    }
}

@keyframes logobg_ani2 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -900px 0;
    }
}

@media only screen and (max-width: 1200px) {
    body {
        padding-top: 80px;
    }
    #footer_space {
        display: none;
    }
    footer {
        position: relative;
        height: auto;
        padding-bottom: 125px;
    }
    footer .footer_box {
        padding-top: 80px;
    }
    footer .logobg {
        background-size: 300px;
        bottom: 0;
        height: 80px;
        -webkit-animation: logobg_ani2 5s linear infinite;
        animation: logobg_ani2 5s linear infinite;
    }
    #inner_banner .plane_line {
        position: absolute;
        width: 45%;
        left: 14%;
        bottom: 18%;
        z-index: 10;
    }
    #inner_banner .line {
        left: 10%;
    }
    #inner_banner .line {
        left: 10%;
    }
    #inner_banner .banner_block .title {
        left: 10%;
        width: 40%;
        padding-right: 0;
    }
    #inner_banner .banner_block .swiper-slide {
        height: 50vw;
        max-height: 550px;
    }
    #type_block .link {
        height: 100px;
        position: relative;
        font-size: 16px;
        padding: 0px 32px;
        width: 150px;
    }
    #bread .link.home::before {
        margin-left: 0;
    }
    #bread .link {
        padding: 0 20px;
    }
    #inner_banner .banner_block .title::after {
        top: 4px;
    }
    #inner_banner .banner_block.show .swiper-slide .title {
        bottom: 40px;
        padding-left: 30px;
    }
    #inner_banner .banner_block .title .num {
        margin-top: 26px;
    }
    #page .page_content {
        padding-top: 65px;
        width: 100%;
    }
    #page .page_content h3 {
        font-size: 24px;
    }
    #inner .topbg {
        width: 50%;
        max-width: 600px;
    }
    #sitemap .main_block .head_title {
        font-size: 20px;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
    #sitemap .main_block .link_box .link {
        margin-bottom: 10px;
    }
    #sitemap .main_block {
        width: 18%;
    }
}

@media only screen and (max-width: 800px) {
    #sitemap .sitemap_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #sitemap {
        padding-top: 55px;
        padding-bottom: 90px;
    }
    #sitemap .main_block {
        width: 47%;
    }
}

@media only screen and (max-width: 650px) {
    footer .logo {
        /* width: 154px; */
        width: 240px;
    }
    footer {
        padding-bottom: 55px;
    }
    footer .footer_box {
        padding-top: 38px;
        width: calc(100% - 60px);
    }
    footer .cloud {
        position: absolute;
        width: 100%;
        right: 0;
        bottom: -310px;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
    }
    footer .cloud .link {
        font-size: 17px;
        padding: 0;
    }
    footer .top_block {
        padding-bottom: 20px;
    }
    footer .menu_link {
        padding-top: 15px;
    }
    footer .menu_link .link {
        font-size: 12px;
        padding: 5px 0;
        margin: 5px 0;
    }
    footer #go_top {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: right;
        transform-origin: right;
        bottom: -20px;
        right: -1px;
    }
    footer .logobg {
        display: none;
    }
    footer .copyright {
        margin-top: 125px;
        font-size: 12px;
        opacity: 1;
        color: #90caa4;
        font-weight: bold;
    }
    #inner_banner .plane_line,
    #inner_banner .line,
    #bread {
        display: none;
    }
    #inner_banner .banner_block .imgs {
        position: relative;
        width: 100%;
        height: 100vw;
    }
    #inner_banner .banner_block .swiper-slide {
        height: auto;
        max-height: 1000px;
    }
    #inner_banner .banner_block .swiper-slide .title,
    #inner_banner .banner_block.show .swiper-slide .title {
        bottom: 0;
        padding-left: 20px;
        position: relative;
        margin-top: 23px;
        margin-bottom: 23px;
        left: 30px;
        width: 80%;
    }
    #inner_banner .banner_block .title h1 {
        font-size: 22px;
        margin: 0;
        line-height: 1.2;
    }
    #inner_banner .banner_block .title .num {
        margin-top: 14px;
        font-size: 12px;
    }
    #inner_banner .banner_block .title::after {
        top: 3px;
        width: 3px;
    }
    #type_block {
        width: 100%;
        margin-top: 0;
        position: absolute;
        border: 1px solid #009944;
        background-color: white;
        z-index: 5;
        -webkit-box-shadow: 10px 16px 26px #0000004d;
        box-shadow: 10px 16px 26px #0000004d;
        top: 57px;
        padding: 22px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }
    #type_block .link {
        height: auto;
        position: relative;
        font-size: 14px;
        padding: 12px 0;
        width: 100%;
        border-bottom: 1px solid #e4e4e4;
    }
    #type_block .link:after {
        display: none;
    }
    #type_block .link:last-child {
        border-bottom: 0;
    }
    #type_block_now {
        position: relative;
        display: block;
        width: 100%;
        padding: 20px 40px 12px 0;
        border-bottom: 2px solid #616161;
        margin-top: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }
    #type_block_now::after {
        content: '';
        border: 1px solid #616161;
        width: 8px;
        height: 8px;
        position: absolute;
        right: 9px;
        border-top: 0;
        border-left: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 26px;
    }
    #inner {
        width: calc(100% - 60px);
    }
    #inner .topbg {
        display: none;
    }
    #page .page_content {
        padding-top: 30px;
        font-size: 14px;
        padding-bottom: 60px;
    }
    #page .page_content h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {
    #sitemap {
        border-top: 0;
        padding-top: 16px;
        padding-bottom: 35px;
    }
    #sitemap .main_block {
        width: 100%;
    }
    #sitemap .main_block .head_title {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 8px 0;
    }
    #sitemap .main_block .link_box {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    #sitemap .main_block .link_box .link {
        font-size: 14px;
    }
    #loader .logo {
        -webkit-transform: scale(0.8) translateX(-50%) translateY(-50%);
        transform: scale(0.8) translateX(-50%) translateY(-50%);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}


/*# sourceMappingURL=main_style.css.map */