@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot') format('embedded-opentype'), url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}

@font-face {
    font-family: 'DINCond-Light';
    src: url("../fonts/DINCond-Light.otf") format("TrueType");
    src: url("../fonts/DINCond-Light.woff2") format("woff2"), url("../fonts/DINCond-Light.woff") format("woff"), url("../fonts/DINCond-Light.ttf") format("truetype"), url("../fonts/DINCond-Light.svg#DINCond-Bold") format("svg"), url("../fonts/DINCond-Light.eot?#iefix") format("embedded-opentype");
}

h2.nbtitle {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 32px;
    color: #fff;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

@media screen and (max-width: 1920px) {
    h2.nbtitle {
        font-size: 26px;
    }
}

@media screen and (max-width: 1536px) {
    h2.nbtitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 960px) {
    h2.nbtitle {
        font-size: 22px;
    }
}

h3.subtitle {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 1920px) {
    h3.subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 960px) {
    h3.subtitle {
        font-size: 20px;
    }
}

p.nb-article {
    margin: 0;
    padding: 0 0 15px;
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
    font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
}

@media screen and (max-width: 1920px) {
    p.nb-article {
        font-size: 18px;
    }
}

p.notetext {
    font-size: 16px;
    color: #999;
    margin: 0;
    padding: 15px 0;
}

@media screen and (max-width: 960px) {
    p.notetext {
        font-size: 14px;
        line-height: 1.3;
    }
}

.block {
    font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 1.6;
}

.block img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%": "auto");
    overflow: hidden;
}

.block img.full {
    width: 100%;
}

.block .imgxs {
    display: none;
}

.block h2 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.block h2.h2line strong {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.block h2.h2line strong:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block h2.h2line strong:before {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block p {
    margin: 0;
    padding: 0 0 15px;
}

.block ul,
.block li {
    list-style: none;
}

.block .note {
    font-size: 16px;
    color: #999;
    margin: 0;
    padding: 15px 0;
}

.block .data-num {
    font-family: 'DINCond-Light';
    font-size: 3vh;
}

.block .data-num span,
.block .data-num b {
    font-size: 220%;
    font-weight: 400;
}

.block .data-num img {
    margin: 0 15px;
}

.block .data-num-sm {
    font-family: 'DINCond-Light';
    font-size: 2.5vh;
}

.block .data-num-sm span,
.block .data-num-sm b {
    font-size: 220%;
    font-weight: 400;
}

.block .data-num-xs {
    font-family: 'DINCond-Light';
    font-size: 1.5vh;
}

.block .data-num-xs span,
.block .data-num-xs b {
    font-size: 220%;
    font-weight: 400;
}

.block.center,
.block .center {
    text-align: center;
}

.block .container-lg-full {
    width: 100%;
    margin: 0 auto;
    max-width: 2560px;
}

.block .container-lg {
    width: 90%;
    margin: 0 auto;
    max-width: 2200px;
}

.block .container-md {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

.block.sp,
.block .sp {
    padding: 0% 0;
}

.block.spbt,
.block .spbt {
    padding-bottom: 5%;
}

.block.sptop,
.block .sptop {
    padding-top: 5%;
}

.block.spsub,
.block .spsub {
    padding: 3% 0;
}

.block.spsubbt,
.block .spsubbt {
    padding-bottom: 3%;
}

.block.spsubtop,
.block .spsubtop {
    padding-top: 3%;
}

@media screen and (max-width: 1920px) {
    .block {
        font-size: 18px;
    }
    .block h2 {
        font-size: 26px;
    }
    .block p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1536px) {
    .block h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 960px) {
    .block {
        font-size: 18px;
    }
    .block h2 {
        font-size: 22px;
    }
    .block .note {
        font-size: 14px;
        line-height: 1.3;
    }
    .block .imglg {
        display: none;
    }
    .block .imgxs {
        display: block;
    }
    .block .container-lg,
    .block .container-md,
    .block .container {
        width: 80%;
    }
    .block .data-num,
    .block .data-num-sm,
    .block .data-num-xs {
        font-size: 20px !important;
    }
    .block .data-num span,
    .block .data-num b,
    .block .data-num-sm span,
    .block .data-num-sm b,
    .block .data-num-xs span,
    .block .data-num-xs b {
        font-size: 42px;
        font-weight: bold;
    }
}

.box-sc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .box-sc {
        display: block;
    }
}

.box-cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-sc,
.box-cc,
.box-s,
.box-c {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

@media screen and (max-width: 960px) {
    .box-sc.box-xs,
    .box-cc.box-xs,
    .box-s.box-xs,
    .box-c.box-xs {
        display: block;
    }
}

.effect-zoom-in {
    position: relative;
    overflow: hidden;
}

.effect-zoom-in img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    vertical-align: bottom;
}

.effect-zoom-in img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.mobile-content h2 {
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px 10% 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.mobile-content .nb-article {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    max-width: auto;
}

.mobile-content .note {
    font-size: 14px;
    padding: 15px 0 0;
    color: #999;
    list-style: none;
}

.mobile-content .data-num {
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
}

.mobile-content .data-num li {
    display: inline-block;
    margin: 0 5%;
}

.mobile-content .data-num li span,
.mobile-content .data-num li b {
    font-size: 36px;
    font-weight: bold;
}

.mobile-content .bt {
    padding-top: 15px;
}

.mobile-content .bt a {
    display: inline-block;
    min-width: 50%;
    padding: 10px 20px;
    border: #666 1px solid;
    color: #fff;
    text-decoration: none;
}

.mobile-content .bt a:hover {
    background: #fff;
    color: #000;
}