<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'PN-THIN';
    src: url("fonts/PROXIMA-NOVA-THIN.eot");
    src: url("fonts/PROXIMA-NOVA-THIN.ttf") format("truetype"), url("fonts/PROXIMA-NOVA-THIN.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'PN-REG';
    src: url("fonts/PROXIMA NOVA REGULAR.eot");
    src: url("fonts/PROXIMA NOVA REGULAR.ttf") format("truetype"), url("fonts/PROXIMA NOVA REGULAR.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'PN-BOLD';
    src: url("fonts/PROXIMA NOVA BOLD.eot");
    src: url("fonts/PROXIMA NOVA BOLD.ttf") format("truetype"), url("fonts/PROXIMA NOVA BOLD.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'PN-LIGHT';
    src: url("fonts/PROXIMA NOVA LIGHT.eot");
    src: url("fonts/PROXIMA NOVA LIGHT.ttf") format("truetype"), url("fonts/PROXIMA NOVA LIGHT.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'BA-REG';
    src: url("fonts/Bariol_Regular.eot");
    src: url("fonts/Bariol_Regular.eot") format("embedded-opentype"), url("fonts/Bariol_Regular.woff2") format("woff2"), url("fonts/Bariol_Regular.woff") format("woff"), url("fonts/Bariol_Regular.ttf") format("truetype"), url("fonts/Bariol_Regular.svg#Bariol_Regular") format("svg")
}

@font-face {
    font-family: 'BA-BOLD';
    src: url("fonts/Bariol_Bold.eot");
    src: url("fonts/Bariol_Bold.eot") format("embedded-opentype"), url("fonts/Bariol_Bold.woff2") format("woff2"), url("fonts/Bariol_Bold.woff") format("woff"), url("fonts/Bariol_Bold.ttf") format("truetype"), url("fonts/Bariol_Bold.svg#Bariol_Bold") format("svg")
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ovh {
    overflow: hidden
}

.loading-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000
}

.loading-box .top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

.loading-sw {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    font-size: 10px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #959595;
    border-left: 2px solid #959595;
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
    z-index: 1000000000;
    zoom: 1
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1
    }
    35% {
        top: 50%;
        opacity: 0
    }
    65% {
        top: -50%;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

* {
    -webkit-font-smoothing: antialiased
}

html {
    font-size: 20px;
    font-family: "Arial", "Helvetica Neue", Helvetica, Tahoma, sans-serif
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 26px !important
    }
}

@media only screen and (min-width: 435px) {
    html {
        font-size: 32px !important
    }
}

@media only screen and (min-width: 500px) {
    html {
        font-size: 36px !important
    }
}

@media only screen and (min-width: 769px) {
    html {
        font-size: 40px !important
    }
}

@media only screen and (min-width: 1025px) {
    html {
        font-size: 48px !important
    }
}

.in-block, .bocweb-header .bocweb-search .hide .link-box .link-cont .link a, .bocweb-header .lang-box .show a span, .bocweb-header .bocweb-nav .nav-li .show .link span, .bocweb-header .nav-hide-box .hide .left ul li .link, .bocweb-header .nav-hide-box .hide .left ul li .link span, .bocweb-menu .wrap .bocweb-search .hide .link-box .link-cont .link a, .bocweb-menu .bocweb-nav .btm .bshare-custom a, .bocweb-footer .bocweb-footer-contact .top h4, .bocweb-footer .bocweb-footer-contact .top small, .bocweb-footer .bocweb-footer-contact .top .line, .bocweb-footer .bocweb-footer-contact .top .bshare-custom, .bocweb-footer .bocweb-footer-contact .top .bshare-custom a, .bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .show .icon, .bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .show .text, .bocweb-footer .bocweb-footer-contact .btm .w1300 .link-box a, .bocweb-footer .bocweb-footer-contact .btm .w1300 .link-box .line, .inner-scroll-banner .scroll-box .num li, .inner-scroll-banner .scroll-box .swiper-pagination .swiper-pagination-bullet, .ex-sub-nav .left-box a, .ex-sub-nav .left-box .icon, .ex-sub-nav .link-box a {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.text-hide {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-select {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.table .table-cell {
    display: table-cell;
    vertical-align: middle
}

.img-cover, .bocweb-menu .bocweb-nav .nav .nav-li .nav-show, .bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-show, .inner-banner .img-box, .inner-scroll-banner .scroll-box .slide .item .img-box .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.is1024 {
    display: block
}

@media (max-width: 1024px) {
    .is1024 {
        display: none
    }
}

.is1200 {
    display: block
}

@media (max-width: 1200px) {
    .is1200 {
        display: none
    }
}

.w1300 {
    width: 1300px;
    margin: 0 auto
}

@media (max-width: 1350px) {
    .w1300 {
        width: 94%
    }
}

.noani {
    opacity: 1;
    transform: translate(0, 0)
}

.inner-header .bocweb-header {
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.inner-header .bocweb-menu {
    position: fixed
}

.inner-header.isfixed .bocweb-header {
    transition: top 0.5s;
    top: -95px
}

.about-header .inner-header .bocweb-header {
    background-color: #101010
}

.nav-hide-bg {
    display: none
}

.bocweb-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: 900
}

@media (max-width: 1024px) {
    .bocweb-header {
        display: none
    }
}

.bocweb-header .w1300 {
    position: relative;
    z-index: 10002;
    height: 100%
}

.bocweb-header .bocweb-logo {
    display: block;
    height: 100%
}

.bocweb-header .bocweb-logo img {
    position: relative;
    top: 27.37%;
    height: 45.26%;
    max-height: 43px
}

.bocweb-header .bocweb-search .search-btn {
    position: relative;
    z-index: 10004;
    top: 32px;
    width: 30px;
    height: 30px;
    margin-left: 12px;
    background: url(../images/search-icon.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.5s
}

.bocweb-header .bocweb-search .hide {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 77.15%;
    height: 100%;
    z-index: 10003
}

.bocweb-header .bocweb-search .hide form {
    line-height: 0
}

.bocweb-header .bocweb-search .hide .input-box {
    position: relative;
    top: 29px;
    height: 34px;
    font-size: 0
}

@media (min-width: 1025px) {
    .bocweb-header .bocweb-search .hide .input-box {
        transition: all 0.4s;
        transform: translate(0, 10px);
        opacity: 0
    }
}

.bocweb-header .bocweb-search .hide .input-box input {
    border: none;
    vertical-align: middle
}

.bocweb-header .bocweb-search .hide .input-box input.btn {
    width: 34px;
    height: 34px;
    background: url(../images/search-icon.png) no-repeat right center
}

.bocweb-header .bocweb-search .hide .input-box input.text {
    width: 230px;
    height: 34px;
    padding: 0;
    font-size: 14px;
    text-indent: 1em;
    color: #fff;
    background: transparent
}

@media (min-width: 1025px) {
    .bocweb-header .bocweb-search .hide .input-box input.text:hover::-webkit-input-placeholder {
        color: #666;
        transition: color 0.4s
    }

    .bocweb-header .bocweb-search .hide .input-box input.text:hover:-moz-placeholder {
        color: #666;
        transition: color 0.4s
    }

    .bocweb-header .bocweb-search .hide .input-box input.text:hover::-moz-placeholder {
        color: #666;
        transition: color 0.4s
    }

    .bocweb-header .bocweb-search .hide .input-box input.text:hover:-ms-input-placeholder {
        color: #666;
        transition: color 0.4s
    }
}

.bocweb-header .bocweb-search .hide .link-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 24px 40px 22px;
    box-sizing: border-box;
    background-color: #1b1b1b
}

@media (min-width: 1025px) {
    .bocweb-header .bocweb-search .hide .link-box {
        transition: all 0.4s;
        transform: translate(0, 10px);
        transition-delay: 0.2s;
        opacity: 0
    }
}

.bocweb-header .bocweb-search .hide .link-box h4 {
    margin-bottom: 16px;
    font-size: 14px;
    font-family: "BA-REG";
    font-weight: normal;
    color: #fff
}

.bocweb-header .bocweb-search .hide .link-box .link-cont .link {
    padding-left: 20px
}

.bocweb-header .bocweb-search .hide .link-box .link-cont .link a {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    font-family: "BA-REG";
    color: #fff;
    text-transform: uppercase
}

.bocweb-header .bocweb-search .hide .link-box .link-cont .link a .text {
    opacity: .4;
    filter: alpha(opacity=40);
    transition: opacity 0.4s
}

.bocweb-header .bocweb-search .hide .link-box .link-cont .link a .line {
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 22px;
    height: 2px;
    margin-left: -11px;
    background-color: #e60606;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0, 1);
    transition: transform 0.4s
}

@media (min-width: 1025px) {
    .bocweb-header .bocweb-search .hide .link-box .link-cont .link a:hover .text {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .bocweb-header .bocweb-search .hide .link-box .link-cont .link a:hover .line {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1, 1)
    }
}

.bocweb-header .bocweb-search.isactive .search-btn {
    transform: rotate(360deg);
    background: url(../images/close.png) no-repeat center center
}

.bocweb-header .bocweb-search.isactive .hide {
    background-color: #18191a;
    transition: background-color 0.4s
}

.bocweb-header .bocweb-search.isactive .hide .input-box {
    transform: translate(0, 0);
    opacity: 1
}

.bocweb-header .bocweb-search.isactive .hide .link-box {
    transform: translate(0, 0);
    opacity: 1
}

.bocweb-header .lang-box {
    position: relative;
    top: 30px;
    padding: 10px 22px 10px 0;
    font-family: "BA-REG";
    font-size: 14px;
    text-transform: uppercase
}

.bocweb-header .lang-box::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.bocweb-header .lang-box .show a {
    color: #fff
}

.bocweb-header .lang-box .show a span {
    vertical-align: middle
}

.bocweb-header .lang-box .show a .lang-icon {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    background: url(../images/lang-icon.png) no-repeat center center
}

.bocweb-header .lang-box .show a .arrow {
    width: 10px;
    height: 6px;
    margin: -3px 0 0 6px;
    background: url(../images/h-arrow-down.png) no-repeat center center
}

.bocweb-header .lang-box .hide {
    display: none
}

.bocweb-header .bocweb-nav {
    position: relative;
    z-index: 10002;
    height: 100%
}

.bocweb-header .bocweb-nav .nav-ul {
    height: 100%;
    margin-right: 54px
}

.bocweb-header .bocweb-nav .nav-li {
    position: relative;
    top: 30px;
    padding: 10px 0;
    margin-left: 30px
}

.bocweb-header .bocweb-nav .nav-li .show .link {
    display: block;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.bocweb-header .bocweb-nav .nav-li .show .link span {
    vertical-align: middle;
    font-family: "PN-REG";
    font-size: 14px
}
.bocweb-header .bocweb-nav .nav-li .show .link span.line{
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: block;
    width: 22px;
    height: 2px;
    margin-left: -11px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.6);
    transform: scale(0, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform 0.6s, opacity 0.6s, color 0.6s;
}
.bocweb-header .bocweb-nav .nav-li.active .show .link span.line,.bocweb-header .bocweb-nav .nav-li  .show .link:hover  span.line {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1, 1);
}
.bocweb-header .bocweb-nav .nav-li .show .link span.icon {
    width: 10px;
    height: 6px;
    margin: -3px 0 0 3px;
    background: url(../images/h-arrow-down.png) no-repeat center center;
    transition: all 0.4s
}

.bocweb-header .bocweb-nav .nav-li.cur .show .link span.icon {
    width: 10px;
    height: 6px;
    margin: -3px 0 0 3px;
    background: url(../images/h-arrow-down.png) no-repeat center center;
    transition: all 0.4s
}
.bocweb-header .bocweb-nav .nav-li .show .link span.icon.open {
    -webkit-transform: translateY(1px) rotate(180deg);
    -moz-transform: translateY(1px) rotate(180deg);
    transform: translateY(1px) rotate(180deg);
}
.bocweb-header .produce-con,.ex-sub-nav .produce-con{
    width: 600px;
    position: absolute;
    left: 50%;
    top:0;
    margin-left: -650px;

}
.bocweb-header .produce-con .produce-conul &gt; .pro-menu,.ex-sub-nav .produce-con .produce-conul &gt; .pro-menu{
    float: left;
    margin-right: 35px;
    height: 50px;
    width: 100px;
    text-align: center;
    line-height: 50px;
    position: relative;
}
.ex-sub-nav .produce-con .pro-child &gt; .has-child{
    position: relative;
}
.bocweb-header .produce-con .pro-menu-a,.ex-sub-nav .produce-con .pro-menu-a{
    color: #fff;
    font-size: 14px;
}
.bocweb-header .produce-con .has-child .pro-child,.ex-sub-nav .produce-con .has-child .pro-child{
    opacity: 0;
    display: none;
    filter: alpha(opacity=0);
    position: absolute;
    top:50px;
    left: 0;
    width: 190px;
    text-align: center;
    /*border-top: 2px solid rgba(30,30,30,.6);;*/
    background: rgba(30,30,30,.8);
    z-index: 1000;
}
.bocweb-header .produce-con .has-child .has-children,.ex-sub-nav .produce-con .has-child .has-children{
    opacity: 0;
    display: none;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0px;
    left: 190px;
    width: 80px;
    /*border-top: 2px solid rgba(30,30,30,.6);;*/
    background: rgba(30,30,30,.8);
    z-index: 1000;
}
.ex-sub-nav .produce-con .has-child .has-children{
    margin-left: 2px;
}
.bocweb-header .produce-con .has-child .has-children li,.ex-sub-nav .produce-con .has-child .has-children li{

    background: rgba(30,30,30,.8);
}
.bocweb-header .produce-con .has-child .has-children li .t,.ex-sub-nav .produce-con .has-child .has-children li .t{
    margin-left: 10px;
}
.bocweb-header .produce-con .pro-child  a,.ex-sub-nav .produce-con .pro-child  a{
    display: block;
    padding: 3px 5px;
    font-size: 12px;
    text-align: center;
    height:30px;
    line-height: 30px;
    border-top: 1px solid rgba(0,0,0,.2);
    color: #aaa;
    text-decoration: none;
}
.bocweb-header .produce-con .pro-child .has-child a:hover,.ex-sub-nav .produce-con .pro-child .has-child a:hover{
    color: #fff;
    background: rgba(30,30,30,.6);
    border-top-color: rgba(0,0,0,.1);
}
.bocweb-header .produce-con .has-child .has-children a,.ex-sub-nav .produce-con .has-child .has-children a{
    text-align: center;
    padding-left: 10px;
}
.bocweb-header .produce-con .has-child .has-children .pro-img,.ex-sub-nav .produce-con .has-child .has-children .pro-img{
    position: absolute;
    left: 80px;
    top: 0;
}

.bocweb-header .bocweb-nav .has-sub .sub-nav{
    opacity: 0;
    display: none;
    filter: alpha(opacity=0);
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -40px;
    width: 120px;
    /*border-top: 2px solid rgba(30,30,30,.6);*/
    background: rgba(30,30,30,.8);
    z-index: 1000;
}
.bocweb-header .bocweb-nav .has-sub .sub-nav a{
    display: block;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.2);
    color: #aaa;
    text-decoration: none;
}
.bocweb-header .bocweb-nav .has-sub .sub-nav a:hover{
    color: #fff;
    background: rgba(30,30,30,.6);
    border-top-color: rgba(0,0,0,.1);
}

.bocweb-header .nav-hide-box .bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2d2d2d
}

.bocweb-header .nav-hide-box .hide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 130px 0 76px;
    box-sizing: border-box
}

.bocweb-header .nav-hide-box .hide .left {
    width: 490px
}

.bocweb-header .nav-hide-box .hide .left h4 {
    width: 100%;
    padding: 22px 0 40px;
    font-size: 20px;
    font-family: 'PN-REG';
    color: #fff;
    opacity: 0;
    transform: translate(0, 8px);
    transition: all 0.4s;
    text-transform: uppercase
}

.bocweb-header .nav-hide-box .hide .left ul {
    width: 50%;
    opacity: 0;
    transform: translate(0, 8px);
    transition: all 0.4s 0.1s
}

.bocweb-header .nav-hide-box .hide .left ul:nth-child(3) {
    padding-top: 34px
}

.bocweb-header .nav-hide-box .hide .left ul li {
    position: relative;
    padding-bottom: 14px
}

.bocweb-header .nav-hide-box .hide .left ul li .link {
    position: relative;
    font-size: 16px;
    font-family: "BA-REG";
    color: #9a9a9a;
    cursor: pointer;
    transition: color 0.4s;
    text-transform: uppercase
}

.bocweb-header .nav-hide-box .hide .left ul li .link span {
    vertical-align: middle
}

.bocweb-header .nav-hide-box .hide .left ul li .link span.arrow {
    width: 6px;
    height: 9px;
    margin: -1px 0 0 6px;
    background: url(../images/btn-arrow.png) no-repeat center center;
    transition: transform 0.4s, opacity 0.8s;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-4px, 0)
}

.bocweb-header .nav-hide-box .hide .left ul li .link span.line {
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 22px;
    height: 2px;
    margin-left: -11px;
    background-color: #e60012;
    transition: transform 0.5s;
    transform: scale(0, 1)
}

@media (min-width: 1025px) {
    .bocweb-header .nav-hide-box .hide .left ul li .link:hover {
        color: #fff
    }

    .bocweb-header .nav-hide-box .hide .left ul li .link:hover span.arrow {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0, 0)
    }

    .bocweb-header .nav-hide-box .hide .left ul li .link:hover span.line {
        transform: scale(1, 1)
    }
}

.bocweb-header .nav-hide-box .hide .left ul li .sub-hide {
    display: none;
    position: absolute;
    top: 0;
    left: 90%;
    width: 100%;
    opacity: 0
}

.bocweb-header .nav-hide-box .hide .left ul li .sub-hide .sub-link {
    padding-bottom: 14px
}

.bocweb-header .nav-hide-box .hide .left ul li .sub-hide .sub-link a {
    font-size: 16px;
    font-family: "BA-REG";
    color: #9a9a9a;
    text-transform: uppercase
}

@media (min-width: 1025px) {
    .bocweb-header .nav-hide-box .hide .left ul li .sub-hide .sub-link a:hover {
        color: #fff
    }
}

@media (max-width: 1350px) {
    .bocweb-header .nav-hide-box .hide .left {
        width: 308px
    }
}

.bocweb-header .nav-hide-box .hide .right ul li .img-box {
    display: block;
    overflow: hidden;
    transition: all 0.4s 0.2s
}

.bocweb-header .nav-hide-box .hide .right ul li .img-box img {
    display: block;
    max-width: 100%;
    transition: transform 0.6s
}

@media (min-width: 1025px) {
    .bocweb-header .nav-hide-box .hide .right ul li .img-box:hover img {
        transform: scale(1.05)
    }
}

.bocweb-header .nav-hide-box .hide .right ul li:nth-child(1) {
    margin-right: 20px
}

.bocweb-header .nav-hide-box .hide .right ul li:nth-child(1) .img-box {
    width: 376px;
    height: 350px;
    opacity: 0;
    transform: translate(0, 8px)
}

.bocweb-header .nav-hide-box .hide .right ul li:nth-child(2) .img-box {
    width: 376px;
    height: 166px;
    opacity: 0;
    transform: translate(0, 8px)
}

.bocweb-header .nav-hide-box .hide .right ul li:nth-child(2) .img-box:nth-child(1) {
    margin-bottom: 20px
}

@media (max-width: 1350px) {
    .bocweb-header .nav-hide-box .hide .right ul li:nth-child(1) {
        margin-right: 13px
    }

    .bocweb-header .nav-hide-box .hide .right ul li:nth-child(1) .img-box {
        width: 312px;
        height: 290px
    }

    .bocweb-header .nav-hide-box .hide .right ul li:nth-child(2) .img-box {
        width: 312px;
        height: 138px
    }

    .bocweb-header .nav-hide-box .hide .right ul li:nth-child(2) .img-box:nth-child(1) {
        margin-bottom: 13px
    }
}

.bocweb-header .nav-hide-box .hide .right dl {
    margin-right: 80px;
    width: 453px;
    height: 291px;
    position: relative;
    transition: transform .5s, opacity .5s;
    transform: translate(0, 10px);
    opacity: 0
}

.bocweb-header .nav-hide-box .hide .right dl dd {
    width: 453px;
    height: 291px;
    position: absolute;
    transition: transform 1s, opacity 1s;
    transform: translate(0, 20px);
    opacity: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    z-index: 0
}

.bocweb-header .nav-hide-box .hide .right dl dd a {
    width: 100%;
    height: auto
}

.bocweb-header .nav-hide-box .hide .right dl dd a img {
    max-width: 100%;
    max-height: 100%
}

.bocweb-header .nav-hide-box .hide .right dl dd.cur {
    transform: translate(0, 0);
    opacity: 1;
    z-index: 1
}

.bocweb-header .nav-hide-box .hide:nth-child(2) .left ul li {
    cursor: pointer
}

@media (min-width: 1025px) {
    .bocweb-header .nav-hide-box .hide:nth-child(2) .left ul li:hover .link {
        color: #fff
    }

    .bocweb-header .nav-hide-box .hide:nth-child(2) .left ul li:hover .link span.arrow {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0, 0)
    }

    .bocweb-header .nav-hide-box .hide:nth-child(2) .left ul li:hover .link span.line {
        transform: scale(1, 1)
    }
}

.bocweb-header .nav-hide-box .hide.ishow .left h4 {
    transform: translate(0, 0);
    opacity: 1
}

.bocweb-header .nav-hide-box .hide.ishow .left ul {
    transform: translate(0, 0);
    opacity: 1
}

.bocweb-header .nav-hide-box .hide.ishow .right .img-box {
    transform: translate(0, 0) !important;
    opacity: 1 !important
}

.bocweb-header .nav-hide-box .hide.ishow .right dl {
    transform: translate(0, 0);
    opacity: 1
}

.h-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 60
}

.h-bg img {
    display: block;
    width: 100%
}

.bocweb-menu {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #161616
}

@media (min-width: 1025px) {
    .bocweb-menu {
        display: none
    }
}

.bocweb-menu .wrap {
    position: relative;
    padding: 0 .72917rem;
    height: 2.08333rem;
    background-color: #1b1b1b
}

@media (max-width: 435px) {
    .bocweb-menu .wrap {
        height: 54px
    }
}

.bocweb-menu .wrap .bocweb-search {
    height: 100%
}

.bocweb-menu .wrap .bocweb-search .search-btn {
    position: relative;
    top: 50%;
    width: .58333rem;
    height: .58333rem;
    margin-top: -.29167rem;
    background: url(../images/m-search.png) no-repeat center center;
    cursor: pointer;
    background-size: contain
}

@media (max-width: 435px) {
    .bocweb-menu .wrap .bocweb-search .search-btn {
        width: 20px;
        height: 20px;
        margin-top: -10px
    }
}

.bocweb-menu .wrap .bocweb-search .hide {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 .72917rem;
    z-index: 10003;
    background-color: #1b1b1b;
    box-sizing: border-box
}

.bocweb-menu .wrap .bocweb-search .hide form {
    line-height: 0
}

.bocweb-menu .wrap .bocweb-search .hide .input-box {
    position: relative;
    top: .75rem;
    height: .58333rem;
    font-size: 0;
    transform: translate(0, 10px);
    opacity: 0
}

@media (max-width: 435px) {
    .bocweb-menu .wrap .bocweb-search .hide .input-box {
        top: 17px;
        height: 20px
    }
}

.bocweb-menu .wrap .bocweb-search .hide .input-box input {
    border: none;
    vertical-align: middle
}

.bocweb-menu .wrap .bocweb-search .hide .input-box input.btn {
    width: .58333rem;
    height: .58333rem;
    background: url(../images/m-search.png) no-repeat right center;
    background-size: contain
}

@media (max-width: 435px) {
    .bocweb-menu .wrap .bocweb-search .hide .input-box input.btn {
        width: 20px;
        height: 20px
    }
}

.bocweb-menu .wrap .bocweb-search .hide .input-box input.text {
    width: 200px;
    height: .58333rem;
    padding: 0;
    margin-left: .20833rem;
    font-size: 14px;
    text-indent: 1em;
    color: #fff;
    background: transparent
}

@media (max-width: 435px) {
    .bocweb-menu .wrap .bocweb-search .hide .input-box input.text {
        height: 20px
    }
}

.bocweb-menu .wrap .bocweb-search .hide .input-box .close-btn {
    width: .58333rem;
    height: .58333rem;
    background: url(../images/close2.png) no-repeat center center;
    cursor: pointer;
    background-size: contain
}

@media (max-width: 435px) {
    .bocweb-menu .wrap .bocweb-search .hide .input-box .close-btn {
        width: 20px;
        height: 20px
    }
}

.bocweb-menu .wrap .bocweb-search .hide .link-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px .83333rem 14px;
    box-sizing: border-box;
    background-color: #242424;
    transform: translate(0, 10px);
    transition-delay: 0.2s;
    opacity: 0
}

.bocweb-menu .wrap .bocweb-search .hide .link-box h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "BA-REG";
    font-weight: normal;
    color: #fff
}

.bocweb-menu .wrap .bocweb-search .hide .link-box .link-cont .link {
    padding-left: 14px
}

.bocweb-menu .wrap .bocweb-search .hide .link-box .link-cont .link a {
    position: relative;
    padding: 6px 0;
    font-size: 14px;
    font-family: "BA-REG";
    color: #fff
}

.bocweb-menu .wrap .bocweb-search .hide .link-box .link-cont .link a .text {
    opacity: .4;
    filter: alpha(opacity=40);
    transition: opacity 0.4s
}

.bocweb-menu .wrap .bocweb-search .hide .link-box .link-cont .link a .line {
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 22px;
    height: 2px;
    margin-left: -11px;
    background-color: #e60606;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0, 1);
    transition: transform 0.4s
}

.bocweb-menu .wrap .bocweb-search.isactive .hide .input-box {
    transform: translate(0, 0);
    opacity: 1;
    transition: opacity 0.4s, transform 0.4s
}

.bocweb-menu .wrap .bocweb-search.isactive .hide .link-box {
    transform: translate(0, 0);
    opacity: 1;
    transition: opacity 0.4s, transform 0.4s
}

.bocweb-menu .wrap .bocweb-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.02083rem;
    height: 1.02083rem;
    margin: -.51042rem 0 0 -.51042rem
}

.bocweb-menu .wrap .bocweb-logo img {
    display: block;
    width: 100%
}

@media (max-width: 435px) {
    .bocweb-menu .wrap .bocweb-logo {
        width: 28px;
        height: 28px;
        margin: -14px 0 0 -14px
    }
}

.bocweb-menu .wrap .menu-btn {
    position: relative;
    top: 50%;
    width: .58333rem;
    height: .58333rem;
    margin-top: -.29167rem;
    background: url(../images/menu-btn.png) no-repeat center center;
    transition: all 0.8s;
    background-size: contain;
    cursor: pointer
}

.bocweb-menu .wrap .menu-btn.isactive {
    transform: rotate(360deg);
    background: url(../images/close2.png) no-repeat center center;
    background-size: contain
}

@media (max-width: 435px) {
    .bocweb-menu .wrap .menu-btn {
        margin-top: -10px;
        width: 20px;
        height: 20px
    }
}

.bocweb-menu .bocweb-nav {
    display: none
}

.bocweb-menu .bocweb-nav .btm {
    padding: 5.20833rem 0 1.875rem
}

@media (max-width: 435px) {
    .bocweb-menu .bocweb-nav .btm {
        padding: 1.875rem 0
    }
}

.bocweb-menu .bocweb-nav .btm .bshare-custom {
    padding-bottom: 1.125rem;
    font-size: 0 !important;
    text-align: center
}

.bocweb-menu .bocweb-nav .btm .bshare-custom a {
    width: .83333rem;
    height: .83333rem;
    padding: 0;
    margin: 0 .58333rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.bocweb-menu .bocweb-nav .btm .bshare-custom a.bshare-pinterest {
    background-image: url(../img/f-share-icon1.png)
}

.bocweb-menu .bocweb-nav .btm .bshare-custom a.bshare-facebook {
    background-image: url(../img/f-share-icon2.png)
}

.bocweb-menu .bocweb-nav .btm .bshare-custom a.bshare-twitter {
    background-image: url(../img/f-share-icon3.png)
}

.bocweb-menu .bocweb-nav .btm .bshare-custom a.bshare-linkedin {
    background-image: url(../img/f-share-icon4.png)
}

.bocweb-menu .bocweb-nav .btm .text {
    width: 94%;
    margin: 0 auto;
    font-family: "BA-REG";
    font-size: .54167rem;
    line-height: 1.6;
    color: #616161;
    text-align: center
}

.bocweb-menu .bocweb-nav .nav {
    padding-top: 3.73%
}

.bocweb-menu .bocweb-nav .nav .nav-li {
    width: 95.2%;
    max-width: 680px;
    margin: 0 auto 3.73%;
    background-color: #1f1f1f
}

.bocweb-menu .bocweb-nav .nav .nav-li .text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    text-align: center
}

.bocweb-menu .bocweb-nav .nav .nav-li .text-box .text {
    font-size: 1rem;
    font-family: "PN-BOLD";
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 435px) {
    .bocweb-menu .bocweb-nav .nav .nav-li .text-box .text {
        font-size: 20px
    }
}

.bocweb-menu .bocweb-nav .nav .nav-li .text-box .icon {
    position: absolute;
    top: 50%;
    right: 5.1%;
    width: 19px;
    height: 12px;
    margin-top: -6px;
    background: url(../img/m-arrow-down.png) no-repeat center center
}

@media (max-width: 500px) {
    .bocweb-menu .bocweb-nav .nav .nav-li .text-box .icon {
        width: 16px;
        height: 10px;
        margin-top: -4.5px;
        background-size: contain
    }
}

.bocweb-menu .bocweb-nav .nav .nav-li .nav-show {
    position: relative;
    display: block;
    padding: 31.65% 0 0;
    max-height: 216px;
    transition: transform 0.5s;
    cursor: pointer
}

.bocweb-menu .bocweb-nav .nav .nav-li .nav-show .text-box .icon {
    right: 2.8%;
    transition: transform 0.5s
}

.bocweb-menu .bocweb-nav .nav .nav-li .nav-show.isactive .text-box .icon {
    transform: rotate(180deg)
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu {
    display: none;
    width: 95.25%;
    margin: 0 auto;
    max-width: 680px;
    padding: .41667rem 0 .3125rem
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li {
    margin-bottom: .41667rem
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-show {
    position: relative;
    display: block;
    padding: 31.77% 0 0;
    cursor: pointer
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-show .text-box .text {
    font-size: .70833rem
}

@media (max-width: 435px) {
    .bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-show .text-box .text {
        font-size: 18px
    }
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-show .text-box .icon {
    right: 2.8%;
    transition: transform 0.5s
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-show.isactive .text-box .icon {
    transform: rotate(180deg)
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-hide {
    display: none
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-hide .sub-nav-li {
    padding: .41667rem 0 0
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-hide .sub-nav-li .link {
    position: relative;
    display: block;
    padding: .625rem;
    border-bottom: 1px solid #363636
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-hide .sub-nav-li .link:last-child {
    border-bottom: none
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-hide .sub-nav-li .link .text {
    font-size: .66667rem;
    font-family: "PN-BOLD";
    color: #fff
}

@media (max-width: 435px) {
    .bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-hide .sub-nav-li .link .text {
        font-size: 16px
    }
}

.bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-hide .sub-nav-li .link .icon {
    position: absolute;
    right: .625rem;
    bottom: .625rem;
    display: block;
    width: 12px;
    height: 19px;
    background: url(../img/h-arrow-right.png) no-repeat center center
}

@media (max-width: 500px) {
    .bocweb-menu .bocweb-nav .nav .nav-li .bocweb-submenu .submenu-li .sub-nav-hide .sub-nav-li .link .icon {
        width: 8.4px;
        height: 13.3px;
        background-size: contain
    }
}

.bocweb-footer .bocweb-footer-contact .top {
    display: none;
    padding: 32px 0;
    text-align: center;
    background-color: #eeeeee;
    font-size: 0
}

.bocweb-footer .bocweb-footer-contact .top h4 {
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    font-family: "BA-REG";
    color: #333;
    text-transform: uppercase
}

.bocweb-footer .bocweb-footer-contact .top small {
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    font-family: "BA-REG";
    color: #bdbdbd;
    text-transform: uppercase
}

.bocweb-footer .bocweb-footer-contact .top .line {
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: 0 18px;
    background-color: #333
}

.bocweb-footer .bocweb-footer-contact .top .bshare-custom {
    font-size: 0 !important;
    margin-left: 20px;
    vertical-align: middle
}

.bocweb-footer .bocweb-footer-contact .top .bshare-custom a {
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0 6px;
    background-image: url(../img/share-icon.png);
    background-repeat: no-repeat;
    opacity: .7;
    filter: alpha(opacity=70);
    transition: opacity 0.4s
}

.bocweb-footer .bocweb-footer-contact .top .bshare-custom a.bshare-pinterest {
    background-position: 6px 2px
}

.bocweb-footer .bocweb-footer-contact .top .bshare-custom a.bshare-facebook {
    background-position: -40px 2px
}

.bocweb-footer .bocweb-footer-contact .top .bshare-custom a.bshare-twitter {
    background-position: -85px 1px
}

.bocweb-footer .bocweb-footer-contact .top .bshare-custom a.bshare-linkedin {
    background-position: -177px 1px
}

@media (min-width: 1025px) {
    .bocweb-footer .bocweb-footer-contact .top .bshare-custom a:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.bocweb-footer .bocweb-footer-contact .center {
    background-color: #000
}

.bocweb-footer .bocweb-footer-contact .center ul {
    padding: 54px 0 20px;
    text-align: center
}

.bocweb-footer .bocweb-footer-contact .center ul li {
    text-align: left;
    margin-right: 9.2%
}

.bocweb-footer .bocweb-footer-contact .center ul li .link {
    margin-bottom: 44px
}

.bocweb-footer .bocweb-footer-contact .center ul li .link a {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: "BA-REG";
    text-transform: uppercase
}

.bocweb-footer .bocweb-footer-contact .center ul li .link a::after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 28px;
    height: 2px;
    margin-left: -14px;
    background-color: #e60606;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0, 1);
    transition: transform 0.4s
}

@media (min-width: 1025px) {
    .bocweb-footer .bocweb-footer-contact .center ul li .link a:hover::after {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1, 1)
    }
}

.bocweb-footer .bocweb-footer-contact .center ul li .sm-link {
    margin-bottom: 10px
}

.bocweb-footer .bocweb-footer-contact .center ul li .sm-link a {
    font-size: 14px;
    font-family: "BA-BOLD";
    color: #616161;
    text-transform: uppercase
}

@media (min-width: 1025px) {
    .bocweb-footer .bocweb-footer-contact .center ul li .sm-link a {
        transition: color 0.4s
    }

    .bocweb-footer .bocweb-footer-contact .center ul li .sm-link a:hover {
        color: #fff
    }
}

.bocweb-footer .bocweb-footer-contact .center ul li.last {
    margin-right: 0
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .link {
    font-size: 18px;
    color: #fff;
    font-family: "BA-REG";
    text-transform: uppercase
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .email-box {
    width: 226px;
    cursor: pointer
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .show {
    height: 40px;
    font-size: 0;
    background-color: #2b2b2b
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .show .icon {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: url(../img/f-email-icon.png) no-repeat center center;
    transition: opacity 0.4s
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .show .text {
    vertical-align: middle;
    width: 185px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: opacity 0.4s
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .hide {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .hide form {
    font-size: 0
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .hide .input-box {
    background-color: #171717
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .hide .input-box input {
    border: none;
    outline: none;
    vertical-align: middle
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .hide .input-box input.text {
    width: 170px;
    height: 24px;
    line-height: 22px;
    padding: 8px;
    background-color: transparent;
    font-size: 12px;
    color: #fff;
    text-indent: 1em
}

.bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .hide .input-box input.btn {
    width: 40px;
    height: 40px;
    background: url(../img/f-arrow.png) no-repeat center center;
    transition: background-position 0.4s
}

@media (min-width: 1025px) {
    .bocweb-footer .bocweb-footer-contact .center ul li.last .email-box .hide .input-box input.btn:hover {
        background-position: 18px center
    }
}

@media (min-width: 1025px) {
    .bocweb-footer .bocweb-footer-contact .center ul li.last .email-box:hover .show .icon {
        opacity: .4;
        filter: alpha(opacity=40)
    }

    .bocweb-footer .bocweb-footer-contact .center ul li.last .email-box:hover .show .text {
        opacity: .4;
        filter: alpha(opacity=40)
    }
}

@media (max-width: 1350px) {
    .bocweb-footer .bocweb-footer-contact .center ul li {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-right: 6%
    }
}

@media (max-width: 1024px) {
    .bocweb-footer .bocweb-footer-contact .top, .bocweb-footer .bocweb-footer-contact .center {
        display: none
    }
}

.bocweb-footer .bocweb-footer-contact .btm {
    background-color: #000
}

.bocweb-footer .bocweb-footer-contact .btm .w1300 {
    padding: 5px 0;
    border-top: 1px solid #1a1a1a;
    font-size: 12px;
    font-family: "BA-BOLD";
    color: #616161
}

.bocweb-footer .bocweb-footer-contact .btm .w1300 a {
    color: #616161
}

@media (min-width: 1025px) {
    .bocweb-footer .bocweb-footer-contact .btm .w1300 a:hover {
        color: #fff
    }
}

.bocweb-footer .bocweb-footer-contact .btm .w1300 .link-box a, .bocweb-footer .bocweb-footer-contact .btm .w1300 .link-box .line {
    vertical-align: middle
}

.bocweb-footer .bocweb-footer-contact .btm .w1300 .link-box .line {
    width: 1px;
    height: 8px;
    margin: 0 10px;
    background-color: #616161
}

@media (max-width: 850px) {
    .bocweb-footer .bocweb-footer-contact .btm .w1300 {
        text-align: center
    }

    .bocweb-footer .bocweb-footer-contact .btm .w1300 .copy-r {
        float: none;
        padding-bottom: 6px
    }

    .bocweb-footer .bocweb-footer-contact .btm .w1300 .link-box {
        float: none
    }
}

@media (max-width: 640px) {
    .bocweb-footer .bocweb-footer-contact .btm .w1300 .copy-r .text {
        display: block;
        padding-bottom: 6px
    }

    .bocweb-footer .bocweb-footer-contact .btm .w1300 .copy-r .link {
        display: block
    }
}

.inner-banner {
    position: relative
}

.inner-banner .img-box {
    position: relative;
    z-index: 50;
    height: 854px;
    padding-top: 90px;
    box-sizing: border-box
}

.inner-banner .img-box .text-box {
    position: relative;
    height: 100%;
    color: #fff
}

.inner-banner .img-box .text-box h4 {
    font-family: "PN-LIGHT";
    font-size: 52px;
    line-height: 1.1;
    font-weight: normal;
    text-transform: uppercase
}

.inner-banner .img-box .text-box .text {
    height: 66px;
    padding-top: 22px;
    font-family: "BA-REG";
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden
}

.inner-banner .img-box .text-box .next-page {
    width: 36px;
    height: 36px;
    margin-top: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.inner-banner .img-box .text-box .next-page .icon {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/next-page.png) no-repeat center center;
    cursor: pointer;
    animation: downico 1.5s ease-out infinite
}

@media (min-width: 1025px) {
    .inner-banner .img-box .text-box h4 {
        opacity: 0;
        transform: translate(0, 30px);
        transition: transform 0.8s, opacity 0.8s
    }

    .inner-banner .img-box .text-box .text {
        opacity: 0;
        transform: translate(0, 30px);
        transition: transform 0.8s, opacity 0.8s;
        transition-delay: 0.2s
    }

    .inner-banner .img-box .text-box .next-page {
        opacity: 0;
        transform: translate(0, 30px);
        transition: transform 0.8s, opacity 0.8s;
        transition-delay: 0.4s
    }
}

@media (max-width: 1450px) {
    .inner-banner .img-box {
        height: 645px
    }
}

@media (max-width: 1024px) {
    .inner-banner .img-box {
        height: 13.4375rem;
        padding-top: 2.08333rem
    }

    .inner-banner .img-box .text-box h4 {
        font-size: 1.08333rem
    }

    .inner-banner .img-box .text-box .text {
        padding-top: .45833rem
    }

    .inner-banner .img-box .text-box .next-page {
        margin-top: .75rem
    }
}
@media (max-width: 680px){
    .inner-banner .img-box {
        height: 7rem;
        padding-top: 2.08333rem
    }
}
@media (max-width: 435px) {
    .inner-banner .img-box {
        padding-top: 50px
    }

    .inner-banner .img-box .text-box h4 {
        font-size: 18px
    }

    .inner-banner .img-box .text-box .text {
        height: 55px;
        font-size: 15px;
        line-height: 1.2
    }

    .inner-banner .img-box .text-box .next-page {
        width: 30px;
        height: 30px
    }
}

@media (min-width: 1025px) {
    .inner-banner.animate .img-box .text-box h4, .inner-banner.animate .img-box .text-box .text, .inner-banner.animate .img-box .text-box .next-page {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.inner-scroll-banner {
    position: relative;
    background-color: #000
}

.inner-scroll-banner .scroll-box {
    opacity: 0;
    position: relative;
    height: 854px;
    z-index: 50
}

@media (max-width: 1450px) {
    .inner-scroll-banner .scroll-box {
        height: 645px
    }
}

@media (max-width: 1024px) {
    .inner-scroll-banner .scroll-box {
        height: 13.4375rem
    }
}

.inner-scroll-banner .scroll-box.mb-banner {
    display: none
}

@media (max-width: 1024px) {
    .inner-scroll-banner .scroll-box.mb-banner {
        display: block
    }
}

@media (max-width: 1024px) {
    .inner-scroll-banner .scroll-box.pc-banner {
        display: none
    }
}

.inner-scroll-banner .scroll-box.pc-banner .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50
}

.inner-scroll-banner .scroll-box .num {
    position: absolute;
    left: 0;
    bottom: 7.03%;
    width: 100%;
    z-index: 61;
    text-align: center
}

.inner-scroll-banner .scroll-box .num li {
    position: relative;
    padding: 5px 0;
    margin: 0 10px;
    cursor: pointer
}

.inner-scroll-banner .scroll-box .num li .line {
    display: block;
    width: 42px;
    height: 2px;
    background-color: #676767
}

.inner-scroll-banner .scroll-box .num li .line.ani {
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    background-color: #fff
}

.inner-scroll-banner .scroll-box .num li.isDone .line {
    background-color: #fff
}

.inner-scroll-banner .scroll-box .num li.isDone .line.ani {
    width: 100%;
    background-color: #fff;
    opacity: 0
}

.inner-scroll-banner .scroll-box .num li.cur .line {
    background-color: #676767
}

.inner-scroll-banner .scroll-box .num li.cur .line.ani {
    width: 100%;
    transition: width 3.4s linear;
    background-color: #fff
}

.inner-scroll-banner .scroll-box .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 7.03%;
    width: 100%;
    z-index: 61;
    text-align: center
}

@media (max-width: 435px) {
    .inner-scroll-banner .scroll-box .swiper-pagination {
        bottom: 5px
    }
}

.inner-scroll-banner .scroll-box .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: .875rem;
    min-width: 22px;
    padding: 5px 0;
    margin: 0 10px;
    cursor: pointer;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    opacity: 1
}

.inner-scroll-banner .scroll-box .swiper-pagination .swiper-pagination-bullet .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #676767
}

.inner-scroll-banner .scroll-box .swiper-pagination .swiper-pagination-bullet .line.ani {
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    background-color: #fff
}

.inner-scroll-banner .scroll-box .swiper-pagination .swiper-pagination-bullet.isDone .line.ani {
    width: 100%
}

.inner-scroll-banner .scroll-box .swiper-pagination .swiper-pagination-bullet.cur .line.ani {
    width: 100%;
    transition: width 3.4s linear
}

.inner-scroll-banner .scroll-box .swiper-container {
    height: 100%
}

.inner-scroll-banner .scroll-box .slide {
    height: 100%
}

@media (min-width: 1025px) {
    .inner-scroll-banner .scroll-box .slide .item {
        opacity: 0
    }
}

.inner-scroll-banner .scroll-box .slide .item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.inner-scroll-banner .scroll-box .slide .item .img-box .img {
    display: block;
    width: 100%;
    height: 100%
}

@media (max-width: 1024px) {
    .inner-scroll-banner .scroll-box .slide .item .img-box .img {
        background-position: 73% center;
        background-size: auto 100%
    }
}

.inner-scroll-banner .scroll-box .slide .item .text-box {
    position: relative;
    height: 100%;
    color: #fff
}

.inner-scroll-banner .scroll-box .slide .item .text-box h4 {
    font-family: "PN-LIGHT";
    font-size: 52px;
    line-height: 1.1;
    font-weight: normal;
    text-transform: uppercase
}

.inner-scroll-banner .scroll-box .slide .item .text-box .text {
    height: 66px;
    padding-top: 22px;
    margin-bottom: 36px;
    font-family: "BA-REG";
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden
}

.inner-scroll-banner .scroll-box .slide .item .text-box .next-page {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.inner-scroll-banner .scroll-box .slide .item .text-box .next-page .icon {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/next-page.png) no-repeat center center;
    cursor: pointer
}

.inner-scroll-banner .scroll-box .slide .item .text-box .next-page::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    transition: height 0.3s ease;
    background-color: #e60606
}

@media (min-width: 1025px) {
    .inner-scroll-banner .scroll-box .slide .item .text-box h4 {
        opacity: 0;
        transform: translate(0, 30px)
    }

    .inner-scroll-banner .scroll-box .slide .item .text-box .text {
        opacity: 0;
        transform: translate(0, 30px)
    }

    .inner-scroll-banner .scroll-box .slide .item .text-box .next-page {
        opacity: 0;
        transform: translate(0, 30px)
    }
}

@media (max-width: 1024px) {
    .inner-scroll-banner .scroll-box .slide .item .text-box h4 {
        font-size: 1.08333rem
    }

    .inner-scroll-banner .scroll-box .slide .item .text-box .text {
        padding-top: .45833rem;
        margin-bottom: .75rem
    }
}

@media (max-width: 435px) {
    .inner-scroll-banner .scroll-box .slide .item .text-box h4 {
        font-size: 18px
    }

    .inner-scroll-banner .scroll-box .slide .item .text-box .text {
        height: 55px;
        font-size: 15px;
        line-height: 1.2
    }

    .inner-scroll-banner .scroll-box .slide .item .text-box .next-page {
        width: 30px;
        height: 30px
    }
}

.inner-scroll-banner .scroll-box .slide .item.cur .text-box h4, .inner-scroll-banner .scroll-box .slide .item.swiper-slide-active .text-box h4 {
    transition: opacity 0.8s, transform 0.8s;
    transform: translate(0, 0);
    opacity: 1
}

@media (max-width: 1024px) {
    .inner-scroll-banner .scroll-box .slide .item.cur .text-box h4, .inner-scroll-banner .scroll-box .slide .item.swiper-slide-active .text-box h4 {
        transition: opacity 0.8s, transform 0.8s
    }
}

.inner-scroll-banner .scroll-box .slide .item.cur .text-box .text, .inner-scroll-banner .scroll-box .slide .item.swiper-slide-active .text-box .text {
    transition: opacity 0.8s 0.2s, transform 0.8s 0.2s;
    transform: translate(0, 0);
    opacity: 1
}

@media (max-width: 1024px) {
    .inner-scroll-banner .scroll-box .slide .item.cur .text-box .text, .inner-scroll-banner .scroll-box .slide .item.swiper-slide-active .text-box .text {
        transition: opacity 0.8s 0.2s, transform 0.8s 0.2s
    }
}

.inner-scroll-banner .scroll-box .slide .item.cur .text-box .next-page, .inner-scroll-banner .scroll-box .slide .item.swiper-slide-active .text-box .next-page {
    transition: opacity 0.8s 0.4s, transform 0.8s 0.4s;
    transform: translate(0, 0);
    opacity: 1
}

.inner-scroll-banner .scroll-box .slide .item.cur .text-box .next-page .icon, .inner-scroll-banner .scroll-box .slide .item.swiper-slide-active .text-box .next-page .icon {
    animation: downico 1.5s ease-out infinite
}

@media (max-width: 1024px) {
    .inner-scroll-banner .scroll-box .slide .item.cur .text-box .next-page, .inner-scroll-banner .scroll-box .slide .item.swiper-slide-active .text-box .next-page {
        transition: opacity 0.8s 0.4s, transform 0.8s 0.4s
    }
}

.about-header .ex-sub-nav {
    background-color: rgba(26, 27, 28, 0.9)
}

.ex-sub-nav {
    position: absolute;
    z-index: 70;
    top: 95px;
    left: 0;
    width: 100%;
    height: 50px;
    font-size: 14px;
    transition: background 0.8s;
    text-transform: uppercase
}

.ex-sub-nav a.fl {
    color: #fff
}

.ex-sub-nav .left-box a {
    vertical-align: middle;
    color: #c4c4c4;
    opacity: .6;
    filter: alpha(opacity=60)
}

.ex-sub-nav .left-box a.cur {
    opacity: 1;
    filter: alpha(opacity=100)
}

.ex-sub-nav .left-box .icon {
    vertical-align: middle;
    width: 5px;
    height: 8px;
    margin: 0 8px;
    position: relative;
    top: 1px;
    background: url(../img/ex-arrow.png) no-repeat center center
}

.ex-sub-nav .link-box {
    text-align: right;
    line-height: 50px;
}
.ex-sub-nav .left-box {
    line-height: 50px;
}
.ex-sub-nav .link-box a {
    position: relative;
    margin-left: 3.4%;
    margin-bottom: 6px;
    color: #c4c4c4;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: opacity 0.6s, color 0.6s;
    text-transform: uppercase
}

.ex-sub-nav .link-box a .line {
    position: absolute;
    left: 50%;
    bottom: 3px;
    display: block;
    width: 22px;
    height: 2px;
    margin-left: -11px;
    background-color: #e6000f;
    transform: scale(0, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform 0.6s, opacity 0.6s, color 0.6s
}

@media (max-width: 1090px) {
    .ex-sub-nav .link-box a {
        margin-left: 2%
    }
}

@media (min-width: 1025px) {
    .ex-sub-nav .link-box a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #fff
    }

    .ex-sub-nav .link-box a:hover .line {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1, 1)
    }
}

.ex-sub-nav .link-box a.cur {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff
}

.ex-sub-nav .link-box a.cur .line {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1, 1)
}

@media (max-width: 1024px) {
    .ex-sub-nav {
        display: none
    }
}

.ex-sub-nav.isfixed {
    position: fixed;
    top: 0;
    background-color: rgba(26, 27, 28, 0.9)
}

.ex-sub-nav.pop-fixed {
    position: fixed;
    top: 0;
    background-color: rgba(26, 27, 28, 0.9)
}

/*# sourceMappingURL=public.css.map */
.leftNav-item {
    position: fixed;
    right: 5px;
    top: 70%;
    z-index: 999999;
}
.leftNav-item ul{
    margin: 0;
    padding: 0;
}
.leftNav-item ul li {
    width: 60px;
    height: 60px;
    font-size: 20px;
    border-radius: 5px;
    background: #333;
    background: rgba(0,0,0,.6) url("./../../img/totop.png") center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    margin: 5px 0;
    cursor: pointer;
    position: relative;
    transition: .5s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.8);
}
.leftNav-item ul li .rota {
    display: block;
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /*-webkit-transform: rotate3d(0,0,1,90deg);*/
    /*transform: rotate3d(0,0,1,90deg);*/
    -webkit-transform: translate(0,70%);
    transform: translate(0,70%);
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #333;
    background:rgba(26, 27, 28, 0.9);
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 3px;
    box-sizing: border-box;
}

.leftNav-item ul li:hover .rota {
    /*-webkit-transform: rotate3d(0,0,1,0deg);*/
    /*transform: rotate3d(0,0,1,0deg);*/
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: .9;
    filter: alpha(opacity=90);
}</pre></body></html>