@font-face {
    font-family: ARIALMT;
    src: url(../fonts/ARI.ttf);
}

body {
    font-family: ARIALMT,serif, "微軟正黑體";
    font-size: 16px;
    color: #231815;
    margin-top: 80px;
}

select::-ms-expand {
    display: none;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #fff;
    background-image: url(../images/load.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.fix-top {
    position: fixed;
    height: auto;
    width: 100%;
    top: 0px;
    z-index: 9999;
    background-color: #FFF;
}

.container-fluid-x {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.container-fluid-x img {
    width:100%;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1230px;
    position: relative;
}

.slogan {
    background-color: rgba(142,195,30,.9);
    font-size: 26px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    width: auto;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    position: absolute;
    top: 50px;
    right: 5px;
    z-index: 99;
    font-weight: 600;
}

header {
    width: 100%;
    height: 80px;
    display: flex;
    background-color: #fff;
}

.logo {
    flex: none;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 40px;
    width: 76px;
}

    .logo img {
    }

.link-item {
    flex: none;
    text-align: right;
    padding-top: 30px;
    position: relative;
    margin-right: -24px;
}

    .link-item a {
        color: #595757;
        font-size: 14px;
        text-decoration: none;
    }

.nav-top {
    margin-top: 0px;
    flex: 1;
    text-align: center;
}

.navbar {
    margin-bottom: 0px;
    margin-top: 15px;
}

.lanbox {
    background-color: #FFF;
    height: auto;
    width: 110px;
    position: absolute;
    top: 70px;
    display: none;
    z-index: 1049;
    border: 1px solid #0168b7;
    left: 0px;
}

    .lanbox::after {
        content: " ";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #0070bd;
        left: 46px;
        top: -8px;
        position: absolute;
    }

    .lanbox a {
        font-size: 16px;
        color: #241845;
        display: block;
        line-height: 50px;
        text-align: center;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #0072BF;
        margin-bottom: -1px;
    }

        .lanbox a:hover, .lanbox a.active {
            font-weight: bold;
            color: #FFF;
            background-color: #0070bd;
        }

.searchbox {
    background-color: #0168b7;
    height: 60px;
    width: 380px;
    position: absolute;
    right: 30px;
    top: 70px;
    display: none;
    z-index: 1049;
}

    .searchbox::after {
        content: " ";
        width: 22px;
        height: 11px;
        top: -9px;
        position: absolute;
        right: 26px;
        background-image: url(../images/stop-01.png);
        background-repeat: no-repeat;
    }

.searchb {
    position: absolute;
    top: 18px;
    right: 24px;
    z-index: 9;
    cursor: pointer;
}

.searchbox input {
    background-color: #FFF;
    margin: 0px;
    height: 60px;
    width: 100%;
    outline: none;
    border: 1px solid #006fbc;
    padding-right: 10px;
    padding-left: 10px;
}

input[type="search"] {
}

    input[type="search"]::-webkit-input-placeholder {
        color: #221814;
        font-family: ARIALMT,serif, "微軟正黑體";
        font-size: 16px;
        font-weight: 600;
    }

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-nav > li > a {
    line-height: 20px;
    color: #231815;
    font-size: 16px;
    font-weight: normal;
    padding-right: 20px;
    padding-left: 20px;
}

.nav > li > a:hover,
.nav > li > a:focus, .nav .active a {
    text-decoration: none;
    background-color: transparent;
    color: #0070bd;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    color: #0070bd;
}

.nav-top .dropdown .open {
    background-color: #0168b7 !important;
}

.dropdown-menu {
    min-width: 80px !important;
}

.nav-top .dropdown-menu {
    width: 220px;
    min-width: none;
    margin-top: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #FFFFFF;
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
    border: 1px solid #0070bd;
}

    .nav-top .dropdown-menu::after {
        content: " ";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #0070bd;
        left: 102px;
        top: -8px;
        position: absolute;
    }

    .nav-top .dropdown-menu > li > a {
        display: block;
        clear: both;
        color: #231815;
        text-align: center;
        font-size: 16px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #0070bd;
        margin-bottom: -1px;
        line-height: 1.2em;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .nav-top .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a.active {
            color: #FFFFFF;
            text-decoration: none;
            background-color: #0070bd;
        }

.show-xs {
    display: none !important;
}

.search {
    margin-right: 22px;
    padding-right: 18px;
    padding-left: 0px;
    display: inline-block;
    height: 22px;
}

.search-bt {
    background-size: 18px 18px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

    .search-bt:hover {
        background-image: url(../images/searchb.svg);
        background-repeat: no-repeat;
        cursor: pointer;
    }

.lan-bt {
    background-size: 18px 18px;
    background-image: url(../images/lan.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

    .lan-bt:hover {
        background-image: url(../images/lanb.svg);
        background-repeat: no-repeat;
        cursor: pointer;
    }

.share {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.share-item {
    flex: 1;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-right: 10px;
    margin-left: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #595757;
    border-bottom-color: #595757;
    text-align: center;
    color: #595757;
}

    .share-item:hover {
        color: #9AC935;
        border-top-color: #9AC935;
        border-bottom-color: #9AC935;
        text-decoration: none;
    }

    .share-item span {
        margin-right: 10px;
        margin-left: 10px;
    }

    .share-item .inews {
        width: 44px;
        height: 31px;
        display: inline-block;
        background-image: url(../images/news.svg);
        background-repeat: no-repeat;
        background-size: 46px 31px;
        margin-bottom: -10px;
    }

    .share-item:hover .inews {
        background-image: url(../images/gnews.svg);
    }

    .share-item .ishare {
        width: 38px;
        height: 31px;
        display: inline-block;
        background-image: url(../images/share.svg);
        background-repeat: no-repeat;
        background-size: 38px 31px;
        margin-bottom: -10px;
    }

    .share-item:hover .ishare {
        background-image: url(../images/gshare.svg);
    }

    .share-item .ifb {
        width: 16px;
        height: 34px;
        display: inline-block;
        background-image: url(../images/fb.svg);
        background-repeat: no-repeat;
        background-size: 16px 34px;
        margin-bottom: -10px;
    }

    .share-item:hover .ifb {
        background-image: url(../images/gfb.svg);
    }

    .share-item .iline {
        width: 33px;
        height: 32px;
        display: inline-block;
        background-image: url(../images/line.svg);
        background-repeat: no-repeat;
        background-size: 33px 32px;
        margin-bottom: -10px;
    }

    .share-item:hover .iline {
        background-image: url(../images/gline.svg);
    }

    .share-item .iig {
        width: 32px;
        height: 32px;
        display: inline-block;
        background-image: url(../images/ig.svg);
        background-repeat: no-repeat;
        background-size: 32px 32px;
        margin-bottom: -10px;
    }

    .share-item:hover .iig {
        background-image: url(../images/gig.svg);
    }

.waterfall {
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    margin-bottom: 190px;
    margin-right: 0px;
    margin-left: 0px;
}

.water-item {
    word-wrap: break-word;
    margin-bottom: 20px;
    display: block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .water-item a, .water-item a:hover {
        color: #231815;
        text-decoration: none;
        height: 100%;
        display: block;
    }

.water-tit {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 50px;
}

.water-dis {
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 100px;
    color: rgba(35,24,21,.5);
}

.water-item img {
    width: 100%;
}

.footer-link {
    background-color: rgba(142,195,30,.05);
    position: relative;
}

.up-top {
    position: absolute;
    left: 58px;
    top: -100px;
}

.footer-info {
    background-color: rgba(142,195,30,1);
}

.f-links {
    display: flex;
    flex-wrap;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: -30px;
    margin-left: -30px;
}

    .f-links a {
        flex: 1;
        font-size: 18px;
        color: #8EC31E;
        text-decoration: none;
        border-left: solid 1px rgba(142,195,30,.5);
        margin-left: -1px;
        text-align: center;
    }

.f-copy {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
}

.f-right {
    flex: 3
}

    .f-right a {
        color: #FFF;
        text-decoration: none;
        margin-left: 15px;
        padding-left: 15px;
        border-left: solid 1px rgba(255,255,255,.3);
    }

.f-left {
    flex: 2;
    text-align: right;
}

    .f-left a {
        margin-left: 26px;
    }


.secction1 {
    position: relative;
}

    .secction1 img {
        height: auto;
        width: 100%;
    }

.secctionx {
    position: relative;
}

    .secctionx img {
        height: auto;
        width: 100%;
    }

.x-left {
    color: #FFF;
    font-size: 20px;
    height: auto;
    width: 640px;
    position: absolute;
    right: calc(50%);
    bottom: 95px;
    
    font-weight: bold;
}

.x-right {
    color: #FFF;
    font-size: 20px;
    height: auto;
    width: 640px;
    position: absolute;
    left: calc(50%);
    bottom: 95px;
    font-weight: bold;
}

    .x-left h3, .x-right h3 {
        font-size: 40px;
        font-weight: bold;
    }

.fnumber {
    font-family: "Arial", Gadget, sans-serif;
    font-size: 100px;
    font-weight: lighter;
    text-decoration: none;
    line-height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.filling-box {
    background-color: #004098;
}

.research-box {
    background-color: #8fc31f;
}

.filling-box, .research-box {
    color: #FFF;
    font-size: 17px;
    height: auto;
    width: 580px;
    position: absolute;
    left: calc(50% + 10px);
    bottom: 80px;
    padding-top: 36px;
    padding-right: 180px;
    padding-bottom: 36px;
    padding-left: 36px;     
    opacity: 0.9;
}

    .filling-box h3, .blowing-box h3, .research-box h3 {
        font-size: 32px;
        font-weight: bold;
        margin-top: 0px;
        letter-spacing: 1px;
    }

    .filling-box a, .blowing-box a, .research-box a {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

        .filling-box a:hover, .blowing-box a:hover, .research-box a:hover {
            opacity: 0.5
        }

.blowing-box {
    color: #FFF;
    background-color: #009944;
    font-size: 17px;
    height: auto;
    width: 580px;
    position: absolute;
    right: calc(50% + 10px);
    bottom: 80px;
    padding-top: 36px;
    padding-right: 180px;
    padding-bottom: 36px;
    padding-left: 36px;
}

.secction2 {
    background-color: #006;
    text-align: center;
    height: auto;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

#video {
    position: absolute;
    top: -100px;
}

.video {
    height: auto;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.secction3 {
    background-color: #f6faed;
    text-align: center;
}

    .secction3 .container-fluid {
        padding-right: 80px;
        padding-left: 80px;
    }

.secctionc {
    background-color: #eeefef;
    text-align: center;
}

    .secctionc .container-fluid {
        padding-right: 80px;
        padding-left: 80px;
    }

.s3-title {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 40px;
}

.bt-30 {
    margin-bottom: 30px;
}

.n-pic img {
    width: 100%;
}

.n-info {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #0070bd;
    padding: 30px;
    text-align: left;
    background-color: #FFF;
}

.n-type {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

.n-date {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.n-dis{
     font-size: 24px;
     font-weight: bold;
     height:auto;
     margin-bottom: 20px;
}
.n-content{
     font-size: 18px;
     margin-bottom: 20px;
}

a.read-more {
    color: #0070bd;
    font-size: 16px;
    text-align: center;
    height: 40px;
    width: 140px;
    border: 1px solid #0070bd;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
}

    a.read-more:hover {
        color: #FFF;
        background-color: #0070bd;
    }

.genrel {
    display: flex;
    background-color: #FFF;
}

.g-2col {
    width: 50%
}

.h-notic {
    font-size: 24px;
    font-weight: bold;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-notic {
    font-size: 24px;
    font-weight: bold;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    text-align: left;
    padding-top: 70px;
    padding-bottom: 80px;
}

.c-info {
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    padding-bottom: 210px;
}

.info-list {
    margin-top: 110px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #006FBC;
    width: calc( 100% -80px );
    margin-right: 40px;
    margin-left: 40px;
    font-size: 20px;
    line-height: 1.8;
}

    .info-list h3 {
        font-size: 26px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .info-list a {
        font-size: 16px;
        color: #006fbd;
        line-height: 40px;
        text-decoration: none;
        text-align: center;
        height: 40px;
        width: 130px;
        border: 1px solid #006fbd;
        display: inline-block;
        margin-top: 40px;
    }

.text-sub {
    font-size: 75%;
}

.h-contact {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
    margin-bottom: 190px;
}

.c-contact {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
    margin-bottom: 120px;
}

.required {
    position: absolute;
    left: calc(80% + 20px);
    top: -40px;
    font-size: 20px;
}

.f-title {
    width: 20%;
    font-size: 20px;
    text-align: left;
    padding-left: 60px;
    line-height: 50px;
}

.f-input {
    width: 60%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

    .f-input input::-webkit-input-placeholder, .f-input textarea::-webkit-input-placeholder {
        color: #FFF;
    }

    .f-input input {
        background-color: #FFF;
        height: 50px;
        width: 100%;
        border: none;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .f-input textarea {
        background-color: #FFF;
        height: 190px;
        width: 100%;
        border: none;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

.f-mark {
    width: 20%;
    font-size: 20px;
    padding-left: 20px;
    text-align: left;
    line-height: 50px;
}

.f-code {
    width: 20%;
}

.f-80 {
    width: 80%;
    padding-left: 30px;
}

.f-60 {
    width: 60%;
}

.line {
    margin-top: 40px;
    margin-bottom: 30px;
    background-color: #0070bd;
    height: 1px;
    width: 100%;
}

a.sb-btn {
    line-height: 40px;
    color: #0070bd;
    text-align: center;
    height: 40px;
    width: 120px;
    border: 1px solid #0070bd;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

    a.sb-btn:hover {
        color: #FFF;
        background-color: #0070bd;
        text-decoration: none;
    }

footer {
    background-color: #006fbc;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.copyright {
    font-size: 13px;
    color: rgba(255,255,255,.5);
    background-color: #004ea2;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
}

a.top-bt {
    color: #006FBC;
    text-align: center;
    display: inline-block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -80px;
    right: 40px;
    border: 1px solid #006FBC;
    border-radius: 50%;
    line-height: 60px;
    text-decoration: none;
}

    a.top-bt:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #006FBC;
    }

.f-item {
    display: flex;
    align-items: flex-start;
}

.f-logo {
    width: 20%;
}

.f-col {
    flex: auto;
}

    .f-col a {
        font-size: 14px;
        color: #FFF;
        display: block;
        text-align: left;
        padding-bottom: 10px;
    }

a.f-main {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.banner img {
    width: 100%
}

.top-title {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: -moz-linear-gradient(left, #0070bd 0%, #0070bd 12%, #7ecef4 50%, #8fc31f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0070bd 0%,#0070bd 12%,#7ecef4 50%,#8fc31f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0070bd 0%,#0070bd 12%,#7ecef4 50%,#8fc31f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070bd', endColorstr='#8fc31f',GradientType=1 ); /* IE6-9 */
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.main-content {
    padding-right: 110px;
    padding-left: 110px;
}

.main-title {
    font-size: 22px;
    font-weight: bold;
    color: #0070bd;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #006FBC;
    border-bottom-color: #8fc31f;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
}

    .main-title span {
        position: absolute;
        top: -100px;
    }

.ab-a {
    font-size: 18px;
    font-weight: bold;
    padding-right: 100px;
    padding-bottom: 50px;
    padding-left: 100px;
}

.ab-b {
    padding-right: 100px;
    padding-left: 100px;
}

.ab-row {
    display: flex;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 70px;
    margin-top: 40px;
}

.ab-col {
    width: 33.3%;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.pic-name {
    font-size: 17px;
    font-weight: bold;
    padding-top: 20px;
}

.cus-row {
    display: flex;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 70px;
    margin-top: 40px;
}

.cus-logo {
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

    .ab-col img, .cus-logo img {
        width: 100%;
        height: auto;
        border: 1px solid #eee;
    }

.ab-pd {
    width: 14.28%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

    .ab-pd img, .ab-fullpic img, .fi-fullpic img {
        width: 100%;
        height: auto;
    }

.ab-fullpic {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
    padding-left: 50px;
}

.fi-fullpic {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-right: 50px;
    padding-left: 50px;
}

.ab-c {
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 260px;
}

    .ab-c h3 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .ab-c p {
        margin-left: 1em;
        text-indent: -1em;
    }

.ab-d, .ab-e {
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 50px;
}

    .ab-d h3, .ab-e h3, .pd-ilist h3 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .ab-d p {
        margin-left: 1em;
        text-indent: -1em;
    }

    .ab-e p {
        line-height: 28px;
    }

.pd-item {
    padding-top: 30px;
    padding-bottom: 180px;
    padding-right: 100px;
    padding-left: 100px;
}

.pd-ilist {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    padding-top: 30px;
    padding-bottom: 40px;
}

.pt-5 {
    margin-top: 40px;
}

.news-content {
    padding-right: 150px;
    padding-left: 150px;
    padding-bottom: 100px;
}

.news-content img {
    width:100%;
}
.news-type {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 90px;
}

    .news-type a {
        line-height: 40px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        height: 40px;
        width: 170px;
        margin-right: 10px;
        margin-left: 10px;
        border: 1px solid #231815;
        color: #231815;
    }

        .news-type a:hover, .news-type a.active {
            color: #FFF;
            background-color: #231815;
        }

.news-box {
    display: flex;
    margin-bottom: 50px;
}

.re-arr {
    width: 800px;
    margin-right: auto;
    margin-bottom: 150px;
    margin-left: auto;
    padding-top: 50px;
}

.re-box {
    margin-bottom: 50px;
    margin-top: 50px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.news-left {
    width: 360px;
    padding-right: 40px;
}

    .news-left img {
        width: 100%;
        height: auto;
    }

.news-right {
    flex: 1;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #006FBC;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.ntype {
    font-size: 18px;
    font-weight: bolder;
    color: #006FBC;
}

.ndate {
    font-size: 16px;
    font-weight: normal;
    color: #898989;
    margin-top: 5px;
    margin-bottom: 15px;
}

.news-right a {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #231815;
}

    .news-right a:hover {
        color: #006FBC;
    }

.more {
    text-align: center;
    margin-bottom: 170px;
}

    .more a {
        color: #006FBC;
        height: 40px;
        width: 120px;
        border: 1px solid #006FBC;
        line-height: 40px;
        text-align: center;
        display: inline-block;
    }

        .more a:hover {
            color: #FFF;
            background-color: #006FBC;
            text-decoration: none;
        }

.d-date {
    font-size: 14px;
    color: #737373;
    padding-top: 70px;
}

.news-title {
    font-size: 22px;
    font-weight: bold;
    color: #0070bd;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #006FBC;
    border-bottom-color: #8fc31f;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nbpic {
    padding-top: 70px;
    padding-bottom: 70px;
}

.nspic {
    display: flex;
    padding-top: 65px;
    padding-bottom: 130px;
}

.ntext h3 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.spic {
    width: 50%;
}

    .nbpic img, .spic img {
        width: 100%;
    }

.res-list {
    padding: 20px 100px 150px 100px;
}

.res-box {
    display: flex;
    margin-bottom: 40px;
}

.res-left {
    width: 250px;
    margin-right: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.res-right {
    flex: 1;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    padding-top: 20px;
}

.jobs-box {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 250px;
}

    .jobs-box a {
        display: inline-block;
        line-height: 260px;
        height: 300px;
        width: 300px;
        border: 1px solid #231815;
        margin-right: 30px;
        margin-left: 30px;
        border-radius: 50%;
        padding: 20px;
    }

        .jobs-box a img {
            width: 100%;
            height: auto;
        }

.mt-60 {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width:1320px) {
    .lanbox {
        top: 70px;
        left: -40px;
    }

        .lanbox::after {
            left: 84px;
        }

    .x-left {
        bottom: 30px;
    }

    .x-right {
        bottom: 30px;
    }
}

@media (max-width:1200px) {
    .filling-box, .blowing-box, .research-box {
        width: calc(50% - 20px);
        bottom: 30px;        
        opacity: 0.9;
    }

    .secction2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .x-left, .x-right {
        color: #FFF;
        font-size: 20px;
        height: auto;
        width: 100%;
        position: absolute;
        right: auto;
        left: auto;
        bottom: 30px;
        font-weight: bold;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width:1000px) {
    .main-content {
        padding-right: 50px;
        padding-left: 50px;
    }

    .ab-a {
        padding-right: 0px;
        padding-bottom: 30px;
        padding-left: 0px;
    }
}

@media (max-width:768px) {
    .re-arr {
        width: 100%;
        margin-right: 0;
        margin-bottom: 150;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .navsp {
        border-bottom: 1px solid #EEE;
    }

    .button_container {
        position: absolute;
        top: 6px;
        right: 20px;
        height: 21px;
        width: 21px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
    }

        .button_container:hover {
            opacity: .9;
        }

        .button_container.active .top {
            -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
            transform: translateY(7px) translateX(0) rotate(45deg);
            background-color: #616161;
        }

        .button_container.active .middle {
            opacity: 0;
            background: #616161;
        }

        .button_container.active .bottom {
            -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
            transform: translateY(-7px) translateX(0) rotate(-45deg);
            background-color: #616161;
        }

        .button_container span {
            border: none;
            height: 2px;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0;
            transition: all .35s ease;
            cursor: pointer;
            background-color: #616161;
        }

            .button_container span:nth-of-type(2) {
                top: 7px;
            }

            .button_container span:nth-of-type(3) {
                top: 14px;
            }

    body {
        margin-top: 60px;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    header {
        width: 100%;
        height: 60px;
        display: block;
        position: relative;
        background-color: #FFF;
    }

    .logo {
        position: absolute;
        left: 20px;
        top: -4px;
        z-index: 999;
    }

        .logo img {
            height: 30px;
            width: auto;
        }

    .link-item {
        flex: none;
        top: -11px;
        right: 60px;
    }

    .nav-top {
        width: 100%;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .navbar-nav {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #navbar {
        height: 90vh;
        overflow-y: scroll;
        margin-top: 41px;
    }

    .navbar-toggle .icon-bar {
        background-color: #0070bd;
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        margin-right: -6px;
    }

    .navbar .navbar-nav {
        display: block;
        float: none;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .navbar-nav > li > a {
        color: #221814;
        font-size: 16px;
        font-weight: normal;
        padding-right: 20px;
        padding-left: 20px;
        height: auto;
        width: 100%;
        display: block !important;
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCC;
        text-decoration: none;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ccc;
        text-align: left;
        background-color: #FFF;
        margin-bottom: -1px;
    }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #006fbd;
        color: #FFF;
        border-color: #006fbd;
    }

    .nav > li > a:hover,
    .nav > li > a:focus, .nav .active a {
        background-color: #0070bd;
        color: #FFF;
    }

    .dropdown-menu {
        min-width: 100% !important;
    }

    .nav .open > a:after,
    .nav .open > a:hover:after,
    .nav .open > a:focus:after {
        content: none;
    }

    .nav > li > a:hover:after,
    .nav > li > a:focus:after, .nav.navbar-nav .active:after {
        content: none;
    }

    .active a {
        color: #FFF !important;
    }

    .nav-top .dropdown-menu {
        min-width: none;
        margin-top: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background-color: #5a5657;
        left: 0;
        right: auto;
        text-align: center;
        transform: translate(0, 0);
    }

    .dropdown.active {
        text-decoration: none;
        background-color: #0070bd;
    }

    .nav-top .dropdown-menu > li {
        background-color: #eeefef;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 40px;
        border-top-color: #999;
        text-align: left;
        font-size: 16px;
        color: #231815 !important;
        background-color: #eeefef;
        border-top-width: 1px;
        border-top-style: solid;
        margin-bottom: -1px;
        line-height: 1.4;
        padding-top: 16px;
        padding-bottom: 16px;
    }

        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a.active {
            color: #FFF !important;
            font-weight: bold;
            background-color: #004da1;
        }

    .nav-top .dropdown-menu > li:focus, .dropdown-menu > li:hover, .nav-top .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        text-decoration: none;
        color: #221814;
    }

    .search-bt {
        background-image: url(../images/search.svg);
        background-repeat: no-repeat;
        background-position: 0 2px;
        cursor: pointer;
        background-size: 20px 20px;
    }

    .show-xs {
        display: block !important;
    }

    .searchbox {
        background-color: #eeefef;
        height: 100vh;
        width: 100%;
        position: absolute;
        right: 0px;
        top: 60px;
        z-index: 1049;
        padding-top: 30px;
        padding-right: 25px;
        padding-left: 25px;
    }

        .searchbox::after {
            content: normal;
        }

    .searchb {
        position: absolute;
        top: 48px;
        right: 40px;
        z-index: 9;
        cursor: pointer;
    }

    .searchbox input {
        background-color: #FFF;
        margin: 0px;
        height: 56px;
        width: 100%;
        outline: none;
        border: 1px solid #006fbd;
        padding-right: 10px;
        padding-left: 10px;
        border-radius: 0;
    }

    .m-menu {
        margin-bottom: 30px;
        text-align: left;
        background-color: #FFF;
        padding-top: 50px;
        padding-left: 20px;
        padding-bottom: 80px;
    }

        .m-menu a {
            font-size: 16px;
            color: #999;
            padding-right: 15px;
            padding-left: 15px;
        }

            .m-menu a.active {
                font-weight: bold;
                color: #000;
            }

    .secction1 {
        width: 100%;
        overflow: hidden;
        height: 510px;
        position: relative;
    }

        .secction1 img {
            width: 210%;
            height: auto;
            margin-right: -55%;
        }

    .filling-box, .blowing-box, .research-box {
        height: auto;
        width: calc(100% - 50px);
        position: absolute;
        left: auto;
        right: 25px;
        bottom: 30px;
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 60px;
        padding-left: 30px;             
        opacity: 0.9;
    }

        .filling-box a img, .blowing-box a img, .research-box a img {
            height: 35px;
            width: 35px;
        }

    .secction2 {
        padding: 40px 25px;
    }

    .video {
        width: 100%;
    }

    .secction3 .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
/*
    .n-dis {
        height: 80px;
    }
*/
    .genrel {
        display: block;
    }

    .g-2col {
        width: 100%
    }

    .h-notic {
        font-size: 17px;
        font-weight: bold;
        width: calc(100% - 50px);
        margin-right: 25px;
        margin-left: 25px;
        text-align: left;
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .required {
        position: absolute;
        left: auto;
        right: 10px;
        top: -30px;
        font-size: 14px;
    }

    .h-contact {
        display: flex;
        margin-top: 30px;
        position: relative;
        margin-bottom: 190px;
        display: block;
    }

    .f-title {
        display: none;
    }

    .f-input {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

        .f-input input::-webkit-input-placeholder, .f-input textarea::-webkit-input-placeholder {
            color: #888;
        }

        .f-input input {
            height: 40px;
            width: 100%;
        }

        .f-input textarea {
            height: 150px;
        }

    .f-mark {
        width: 20px;
        font-size: 20px;
        padding-left: 0px;
        line-height: 20px;
        margin-top: -40px;
        height: 40px;
        margin-left: 95%;
    }

    .f-code {
        width: 30%;
    }

    .f-80 {
        width: 70%;
        padding-left: 10px;
    }

    .f-60 {
        width: 100%;
    }

    footer {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .f-item {
        display: block;
    }

    .f-logo {
        display: none;
    }

    .f-col {
        width: calc(100% - 50px);
        margin-right: 25px;
        margin-left: 25px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgba(255,255,255,.5);
        display: flex;
        align-items: flex-start;
        padding-top: 10px;
    }

    a.f-main {
        width: 50%;
    }

    .f-sub {
        width: 50%
    }

    .main-content {
        padding-right: 25px;
        padding-left: 25px;
    }

    .ab-a {
        font-size: 18px;
        font-weight: bold;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .ab-b {
        padding-right: 0px;
        padding-left: 0px;
    }

    .ab-col {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .ab-row {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .cus-row {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .cus-logo {
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

    .ab-pd {
        width: 33.3%;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

    .ab-fullpic {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .ab-c {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 170px;
    }

    .fi-fullpic {
        padding-top: 10px;
        padding-bottom: 30px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .ab-d {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 20px;
    }

    .ab-e {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 50px;
    }

    .pd-item {
        padding-top: 30px;
        padding-bottom: 150px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .x-left {
        font-size: 16px;
        height: auto;
        width: 100%;
        position: static;
        right: auto;
        bottom: auto;
        background-color: #3e3a39;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .x-right {
        font-size: 16px;
        height: auto;
        width: 100%;
        position: static;
        right: auto;
        bottom: auto;
        background-color: #3e3a39;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-right: 25px;
        padding-left: 25px;
    }

        .x-left h3, .x-right h3 {
            font-size: 32px;
            font-weight: bold;
        }

    .fnumber {
        font-size: 80px;
    }

    .pt-5 {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .secctionx {
        overflow: hidden;
    }

        .secctionx img {
            height: auto;
            width: 140%;
            margin-left: -20%;
        }

    .xt-120 {
        padding-bottom: 170px;
    }

    .news-content {
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 0px;
    }

    .news-type {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .news-type a {
            line-height: 35px;
            height: 35px;
            width: 140px;
            margin-right: 8px;
            margin-left: 8px;
            font-size: 14px;
        }

    .news-box {
        display: block;
        margin-bottom: 50px;
    }

    .news-left {
        width: 100%;
        padding-right: 0px;
    }

    .news-right {
        flex: 1;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #006FBC;
        font-size: 24px;
        font-weight: bold;
        padding-top: 20px;
    }

    .d-date {
        font-size: 14px;
        color: #737373;
        padding-top: 20px;
    }

    .news-title {
        font-size: 22px;
        font-weight: bold;
        color: #0070bd;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #006FBC;
        border-bottom-color: #8fc31f;
        margin-top: 20px;
        margin-bottom: 20px;
        width: calc(100% + 50px);
        margin-left: -25px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .nbpic {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nspic {
        display: block;
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .spic {
        width: 100%;
        margin-bottom: 10px;
    }

        .nbpic img, .spic img {
            width: 100%;
        }

    .res-list {
        padding: 10px 0px 150px 0px;
    }

    .res-box {
        display: block;
        margin-bottom: 40px;
    }

    .res-left {
        width: 100%;
        margin-right: 0px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #eee;
        padding-top: 15px;
    }

    .res-right {
        width: 100%;
        border-top-width: 0;
        padding-top: 15px;
    }

    .jobs-box {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 200px;
    }

        .jobs-box a {
            display: inline-block;
            line-height: 160px;
            height: 200px;
            width: 200px;
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 30px;
        }

    .mt-60 {
        margin-top: 40px;
    }

    .c-notic {
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        text-align: left;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .secctionc .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

    .c-info {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        padding-bottom: 210px;
    }

    .info-list {
        margin-top: 60px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #006FBC;
        width: calc( 100% -50px );
        margin-right: 25px;
        margin-left: 25px;
        font-size: 20px;
        line-height: 1.8;
    }

    .ab-fullpic {
        padding-right: 0px;
        padding-left: 0px;
    }
}
