@charset "UTF-8";

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
input,
textarea,
select,
button,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: initial;
    vertical-align: baseline;
    background: 0 0;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    padding: 0;
    margin: 0 auto !important;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    min-width: 320px;
    width: 100%;
    zoom: 1;
    background: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

p,
span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    -webkit-tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
    font-weight: 400;
    font-style: normal
}

ul,
ol,
li {
    list-style-type: none
}

a {
    text-decoration: none;
    outline: 0;
    color: #000;
    cursor: pointer
}

a:focus {
    outline: 0;
    -moz-outline: 0
}

a img {
    border: 0
}

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0
}

input:focus {
    outline: 0
}

input,
button,
select,
textarea {
    outline: 0
}

textarea {
    resize: none
}

textarea,
input,
select {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    box-sizing: border-box
}

table th {
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box
}

table td,
table th {
    padding: 5px 10px;
    border: 1px solid #ddd;
    box-sizing: border-box
}

main,
footer {
    display: block
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.fleximportant {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important
}

.inlineflex {
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex
}

.d_flex>* {
    display: block
}

.f_direction_column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.f_direction_row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row
}

.j_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.j_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.j_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.j_justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.j_around {
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.a_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.a_end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.a_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.a_baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline
}

.a_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.flex_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.flex_auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto
}

.flex_1 {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.order_2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.order_3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3
}

.text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dh {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.fd {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.imgfd {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.xzx {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -o-transform: rotateX(180deg)
}

.xzy {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.pb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center
}

.abimg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.w1800 {
    width: 100%;
    max-width: 1920px;
    padding: 0 60px
}

.w1680 {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto
}

.w1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto
}

.w1560 {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto
}

.w1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

.w1400,
.wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.w1350,
.wrap {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto
}

.w1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

img {
    max-width: 100%;
    max-height: 100%
}

.pc {
    display: block
}

.wap,
.mobile {
    display: none
}

@media (max-width:1800px) {
    .w1680 {
        max-width: 100%;
        padding: 0 60px
    }
}

@media (max-width:1720px) {
    .w1600 {
        max-width: 100%;
        padding: 0 60px
    }
}

@media (max-width:1680px) {
    .w1560 {
        max-width: 100%;
        padding: 0 60px
    }
}

@media (max-width:1560px) {
    .w1440 {
        max-width: 100%;
        padding: 0 60px
    }
}

@media (max-width:1520px) {

    .w1400,
    .wrap {
        max-width: 100%;
        padding: 0 60px
    }
}

@media (max-width:1470px) {

    .w1350,
    .wrap {
        max-width: 100%;
        padding: 0 60px
    }
}

@media (max-width:1400px) {
    .w1280 {
        padding: 0 60px
    }
}

@media (max-width:1320px) {
    .w1200 {
        max-width: 100%;
        padding: 0 60px
    }
}

@media (max-width:1024px) {

    .w1800,
    .w1680,
    .w1560,
    .w1400,
    .w1350,
    .wrap,
    .w1440,
    .w1600,
    .w1280,
    .w1200 {
        padding: 0 30px
    }
}

@media (max-width:990px) {

    .w1800,
    .w1680,
    .w1560,
    .w1400,
    .w1350,
    .wrap,
    .w1440,
    .w1600,
    .w1280,
    .w1200 {
        padding: 0 20px
    }
}

@media (max-width:768px) {
    .pc {
        display: none
    }

    .wap,
    .mobile {
        display: block
    }
}

@font-face {
    font-family: pf_r;
    src: url(../fonts/PingFang-Regular.ttf)
}

@font-face {
    font-family: pf_m;
    src: url(../fonts/PingFang-Medium.ttf)
}

@font-face {
    font-family: pf_b;
    src: url(../fonts/PingFang-Bold.ttf)
}

@font-face {
    font-family: futura;
    src: url(../fonts/futura_medium1.ttf)
}

@font-face {
    font-family: fwm;
    src: url(../fonts/FanWunMing-TW-H.ttf)
}

@font-face {
    font-family: Ginkgo;
    src: url(../fonts/Ginkgo-Bold.ttf)
}

@font-face {
    font-family: sy_b;
    src: url(../fonts/SourceHanSerifCN-SemiBold.ttf)
}

.pf_r {
    font-family: pf_r
}

.pf_m {
    font-family: pf_m
}

.pf_b {
    font-family: pf_b
}

.futura {
    font-family: futura
}

.fwm {
    font-family: fwm
}

.Ginkgo {
    font-family: Ginkgo
}

.sy_b {
    font-family: sy_b
}

html,
body {
    position: relative;
    font-family: pf_m
}

h2.h2 {
    font-size: 48px
}

@media (max-width:1680px) {
    h2.h2 {
        font-size: 42px
    }
}

@media (max-width:1440px) {
    h2.h2 {
        font-size: 36px
    }
}

@media (max-width:1280px) {
    h2.h2 {
        font-size: 32px
    }
}

@media (max-width:1024px) {
    h2.h2 {
        font-size: 25.6px
    }
}

@media (max-width:1680px) {
    h2.h2 {
        font-size: 42px
    }
}

@media (max-width:1440px) {
    h2.h2 {
        font-size: 32px
    }
}

@media (max-width:1280px) {
    h2.h2 {
        font-size: 28px
    }
}

@media (max-width:1024px) {
    h2.h2 {
        font-size: 24px
    }
}

h3.h3 {
    font-size: 44px
}

@media (max-width:1680px) {
    h3.h3 {
        font-size: 38.5px
    }
}

@media (max-width:1440px) {
    h3.h3 {
        font-size: 33px
    }
}

@media (max-width:1280px) {
    h3.h3 {
        font-size: 29.33333333px
    }
}

@media (max-width:1024px) {
    h3.h3 {
        font-size: 23.46666667px
    }
}

@media (max-width:1680px) {
    h3.h3 {
        font-size: 38px
    }
}

@media (max-width:1440px) {
    h3.h3 {
        font-size: 28px
    }
}

@media (max-width:1280px) {
    h3.h3 {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    h3.h3 {
        font-size: 22px
    }
}

h4.h4 {
    font-size: 40px
}

@media (max-width:1680px) {
    h4.h4 {
        font-size: 35px
    }
}

@media (max-width:1440px) {
    h4.h4 {
        font-size: 30px
    }
}

@media (max-width:1280px) {
    h4.h4 {
        font-size: 26.66666667px
    }
}

@media (max-width:1024px) {
    h4.h4 {
        font-size: 21.33333333px
    }
}

@media (max-width:1680px) {
    h4.h4 {
        font-size: 34px
    }
}

@media (max-width:1440px) {
    h4.h4 {
        font-size: 26px
    }
}

@media (max-width:1280px) {
    h4.h4 {
        font-size: 22px
    }
}

@media (max-width:1024px) {
    h4.h4 {
        font-size: 20px
    }
}

h5.h5 {
    font-size: 30px
}

@media (max-width:1680px) {
    h5.h5 {
        font-size: 26.25px
    }
}

@media (max-width:1440px) {
    h5.h5 {
        font-size: 22.5px
    }
}

@media (max-width:1280px) {
    h5.h5 {
        font-size: 20px
    }
}

@media (max-width:1024px) {
    h5.h5 {
        font-size: 16px
    }
}

@media (max-width:1680px) {
    h5.h5 {
        font-size: 24px
    }
}

@media (max-width:1440px) {
    h5.h5 {
        font-size: 22px
    }
}

@media (max-width:1024px) {
    h5.h5 {
        font-size: 18px
    }
}

h6.h6 {
    font-size: 26px
}

@media (max-width:1680px) {
    h6.h6 {
        font-size: 22.75px
    }
}

@media (max-width:1440px) {
    h6.h6 {
        font-size: 19.5px
    }
}

@media (max-width:1280px) {
    h6.h6 {
        font-size: 17.33333333px
    }
}

@media (max-width:1024px) {
    h6.h6 {
        font-size: 13.86666667px
    }
}

@media (max-width:1680px) {
    h6.h6 {
        font-size: 22px
    }
}

@media (max-width:1440px) {
    h6.h6 {
        font-size: 18px
    }
}

@media (max-width:1024px) {
    h6.h6 {
        font-size: 16px
    }
}

@keyframes run {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes run2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

#progress {
    animation: circleProgress 20s infinite
}

@keyframes circleProgress {
    0% {
        stroke-dashoffset: 314
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes show {
    0% {
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes fd {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes ripple {
    0% {
        opacity: .2;
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

.cle {
    clear: both;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    font-size: 0
}

.imgmid {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    width: 1px;
    margin-left: -1px;
    vertical-align: middle;
    font-size: 0
}

* {
    scrollbar-color: #e5e5e5 #f7f7f9;
    scrollbar-width: thin
}

::-webkit-scrollbar {
    width: 5px
}

@media (max-width:990px) {
    ::-webkit-scrollbar {
        width: 2px
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 2px rgba(0, 0, 0, .3);
    background: #eaeaea;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 2px #000;
    background: #2f3133
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #2f3133
}

.layui-btn {
    height: 100%;
    border-radius: 0;
    background: #dab866
}

.layui-laypage {
    width: 100%;
    height: auto;
    margin: 4.2vw 0 0;
    text-align: center
}

.layui-laypage>* {
    height: 34px !important;
    line-height: 34px !important;
    margin: 0 5px !important;
    padding: 0 !important;
    background: #fff !important;
    font-size: 16px !important;
    color: #666 !important;
    border-radius: 0 !important;
    border: 0 !important
}

.layui-laypage span.layui-laypage-curr {
    border-color: #dab866
}

.layui-laypage span.layui-laypage-curr .layui-laypage-em {
    background: 0 0
}

.layui-laypage span.layui-laypage-curr em {
    color: #000;
    font-size: 16px !important
}

.layui-laypage span.layui-laypage-spr {
    padding: 0;
    border: 0;
    background: none !important
}

.layui-laypage a {
    border-color: #ddd;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.layui-laypage a:hover {
    border-color: #dab866 !important;
    color: #000 !important
}

.layui-laypage a.layui-laypage-prev {
    margin-right: 20px !important
}

.layui-laypage a.layui-laypage-next {
    margin-left: 20px !important
}

.layui-laypage a.laypage-btn {
    letter-spacing: 5px
}

.layui-laypage a.layui-disabled:hover {
    color: #000 !important;
    border-color: #ddd !important
}

@media (max-width:1024px) {
    .layui-laypage {
        margin: 40px 0 0
    }
}

@media (max-width:768px) {
    .layui-laypage {
        margin: 30px 0 0
    }

    .layui-laypage>* {
        height: 24px !important;
        line-height: 24px !important;
        margin: 0 2px !important;
        font-size: 12px !important
    }

    .layui-laypage a {
        padding: 0 10px
    }

    .layui-laypage span.layui-laypage-curr {
        padding: 0 10px
    }

    .layui-laypage span.layui-laypage-curr em {
        font-size: 12px !important
    }
}

.header_box {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20
}

.header_box::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header_box .header_main {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 2
}

.header_box .header_main .w1350 {
    width: 100%;
    height: 100%
}

.header_box .header_main .logo {
    width: 40%;
    max-width: 241px;
    height: 100%;
    float: left;
    position: relative;
    left: -50px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

.header_box .header_main .logo img {
    vertical-align: middle
}

.header_box .header_main .nav {
    width: auto;
    height: 100%;
    float: right;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header_box .header_main .nav ul {
    width: 100%;
    height: 100%
}

.header_box .header_main .nav ul li {
    width: auto;
    height: 100%;
    float: left;
    margin-right: 5.2vw;
    position: relative;
    z-index: 1
}

.header_box .header_main .nav ul li>a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: pf_b;
    font-size: 18px;
    color: #686868;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    z-index: 1
}

.header_box .header_main .nav ul li>a.active {
    color: #000
}

.header_box .header_main .nav ul li>a.active::after {
    width: 100%
}

.header_box .header_main .nav ul li>a::after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 1;
    background: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header_box .header_main .nav ul li:last-child {
    margin: 0
}

.header_box .header_main .nav ul li .position {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header_box .header_main .nav ul li .position .nav_link {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.header_box .header_main .nav ul li .position .nav_link a {
    width: auto;
    height: 60px;
    margin-right: 5.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    color: #232323;
    white-space: nowrap;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header_box .header_main .nav ul li .position .nav_link a:last-child {
    margin: 0
}

.header_box .header_main .nav ul li .position .nav_link a.active,
.header_box .header_main .nav ul li .position .nav_link a:hover {
    color: #dab866
}

.header_box .header_main .nav ul li .position .nav_bg {
    width: 200vw;
    height: 100%;
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: -1;
    background: #fff
}

.header_box .header_main .nav ul li .position .nav_bg::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: .5
}

.header_box .header_main .nav ul li.is_active {
    position: initial
}

.header_box .header_main .nav ul li.is_active .position {
    width: 100%;
    height: auto
}

.header_box .header_main .nav ul li.is_active .position .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 70px auto
}

.header_box .header_main .nav ul li.is_active .position .item {
    width: 25%;
    height: auto;
    overflow: hidden
}

.header_box .header_main .nav ul li.is_active .position .item .icon {
    width: 100%;
    max-width: 70px;
    height: auto;
    margin: 0 auto;
    opacity: .5;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header_box .header_main .nav ul li.is_active .position .item .title {
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
    color: #232323;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header_box .header_main .nav ul li.is_active .position .item .title span {
    display: block
}

.header_box .header_main .nav ul li.is_active .position .item .active .icon,
.header_box .header_main .nav ul li.is_active .position .item:hover .icon {
    opacity: 1
}

.header_box .header_main .nav ul li.is_active .position .item .active .title,
.header_box .header_main .nav ul li.is_active .position .item:hover .title {
    color: #000
}

.header_box .header_main .nav ul li:hover>a {
    color: #000
}

.header_box .header_main .nav ul li:hover>a::after {
    width: 100%;
    left: 0
}

.header_box .header_main .nav ul li:hover .position {
    margin: 0;
    opacity: 1;
    visibility: initial
}

.header_box .header_main .nav_btn {
    width: 48px;
    height: 36px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer
}

.header_box .header_main .nav_btn::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    background: #000;
    border: 10px solid #000;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header_box .header_main .nav_btn i {
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    transform: translateX(-50%);
    transform-origin: center;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.header_box .header_main .nav_btn i.first {
    margin-top: -18px
}

.header_box .header_main .nav_btn i.last {
    margin-top: 14px
}

.header_box .header_main .nav_btn.active i {
    width: 60%;
    height: 2px;
    margin-top: -1px;
    border-radius: 5px;
    background: #000
}

.header_box .header_main .nav_btn.active i.middle {
    width: 0
}

.header_box .header_main .nav_btn.active i.first {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 20%
}

.header_box .header_main .nav_btn.active i.last {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 20%
}

.header_box .header_main .nav_btn.on::after {
    opacity: .5
}

.header_box.is_show::after {
    width: 100%
}

.header_box.is_show .header_main .logo {
    opacity: 1;
    left: 0;
    transition-delay: .2s
}

.header_box.is_show .header_main .nav {
    opacity: 1;
    transition-delay: .3s
}

.header_box.on::after {
    width: 100%;
    opacity: 1;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.header_box.on .header_main .logo {
    opacity: 1;
    left: 0;
    transition-delay: .2s
}

.header_box.on .header_main .nav {
    opacity: 1;
    transition-delay: .3s
}

.header_box.on .header_main .nav_btn {
    display: none
}

@media (max-width:1720px) {
    .header_box .header_main .nav_btn {
        position: relative;
        right: 0;
        float: right;
        margin-left: 4vw
    }
}

@media (max-width:1280px) {
    .header_box .header_main {
        height: 80px
    }

    .header_box .header_main .nav ul li>a {
        font-size: 16px
    }

    .header_box .header_main .nav ul li .position .nav_link a {
        font-size: 16px
    }

    .header_box .header_main .nav ul li.is_active .position .item .icon {
        max-width: 60px
    }

    .header_box .header_main .nav ul li.is_active .position .item .title {
        font-size: 18px
    }

    .header_box .header_main .nav_btn {
        width: 44px
    }
}

@media (max-width:1024px) {
    .header_box .header_main .nav ul li.is_active .position .item .icon {
        max-width: 50px
    }

    .header_box .header_main .nav ul li.is_active .position .item .title {
        font-size: 16px
    }
}

.header_box.page_active {
    position: fixed
}

.header_box.page_active::after {
    width: 100%
}

.header_box.page_active::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #bfbfbf
}

.header_box.page_active .header_main .logo {
    opacity: 1;
    left: 0
}

.header_box.page_active .header_main .nav {
    opacity: 1
}

.header_box.page_active .header_main .nav ul li .position .nav_bg {
    box-shadow: 0 20px 20px rgba(0, 0, 0, .03)
}

.header_box.page_active .header_main .nav ul li .position .nav_bg::after {
    display: none
}

.header_box.page_active .header_main .nav_btn {
    display: none
}

.header_nbsp {
    width: 100%;
    height: 100px;
    overflow: hidden
}

@media (max-width:1280px) {
    .header_nbsp {
        height: 80px
    }
}

.m_header_box {
    width: 100%;
    height: auto;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30
}

.m_header_box .header_title {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
    overflow: hidden
}

.m_header_box .header_title .logo {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
    left: -20px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden
}

.m_header_box .header_title .logo img {
    max-height: 50%;
    vertical-align: middle
}

.m_header_box .header_title .menu_btn {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden
}

.m_header_box .header_title .menu_btn::after,
.m_header_box .header_title .menu_btn::before,
.m_header_box .header_title .menu_btn i {
    width: 70%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -35%;
    transform-origin: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.m_header_box .header_title .menu_btn::before {
    content: '';
    margin-top: -8px
}

.m_header_box .header_title .menu_btn::after {
    content: '';
    margin-top: 6px
}

.m_header_box .header_title .bg {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.m_header_box .header_title .menu_btn.active i {
    opacity: 0
}

.m_header_box .header_title .menu_btn.active::before {
    margin-top: -1px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-radius: 5px;
    background: #dab866
}

.m_header_box .header_title .menu_btn.active::after {
    margin-top: -1px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    border-radius: 5px;
    background: #dab866
}

.m_header_box .header_title .menu_btn.active~.logo {
    opacity: 1;
    left: 0
}

.m_header_box .header_title .menu_btn.active~.bg {
    width: 100%
}

.m_header_box .header_body {
    width: 100%;
    height: calc(100vh - 60px);
    background: #f7f7f7;
    overflow: hidden;
    display: none
}

.m_header_box .header_body .menu_nav {
    width: 100%;
    height: 80%;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto
}

.m_header_box .header_body .menu_nav ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    overflow: hidden
}

.m_header_box .header_body .menu_nav ul li .one {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden
}

.m_header_box .header_body .menu_nav ul li .one a {
    padding: 20px 0;
    display: block;
    font-size: 14px;
    color: #282f36;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.m_header_box .header_body .menu_nav ul li .one a .subtitle {
    font-size: 14px;
    margin-right: 10px
}

.m_header_box .header_body .menu_nav ul li .one a .title {
    font-size: 14px
}

.m_header_box .header_body .menu_nav ul li .one .icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0;
    color: #282f36;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.m_header_box .header_body .menu_nav ul li .one .icon i {
    font-size: 12px
}

.m_header_box .header_body .menu_nav ul li .one.active a {
    color: #dab866
}

.m_header_box .header_body .menu_nav ul li .one.active .icon {
    color: #dab866
}

.m_header_box .header_body .menu_nav ul li .one.active.is_active .icon {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.m_header_box .header_body .menu_nav ul li ul {
    border-top: 1px solid #dab866;
    display: none
}

.m_header_box .header_body .menu_nav ul li ul li {
    border: 0;
    margin: 15px 0
}

.m_header_box .header_body .menu_nav ul li ul li a {
    font-size: 14px;
    padding: 0 0 0 20px;
    color: #333;
    position: relative
}

.m_header_box .header_body .menu_nav ul li ul li a .icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    color: #333
}

.m_header_box .header_body .menu_nav ul li ul li a .icon i {
    font-size: 10px
}

.m_header_box .header_body .menu_nav ul li ul li a.active {
    color: #dab866
}

.m_header_box .header_body .menu_nav ul li ul li a.active .icon {
    color: #dab866
}

.m_header_box .header_body .menu_nav ul li ul li ul {
    border: 0;
    display: none
}

.m_header_box .header_body .menu_nav ul li ul li ul li a {
    padding: 10px 0 10px 35px;
    font-size: 14px;
    color: #999
}

.m_header_box .header_body .menu_nav ul li ul li ul li a:before {
    content: '';
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -1.5px;
    z-index: 1
}

.m_header_box .header_body .menu_nav ul li ul li ul li a.active:before {
    background: #dab866
}

.m_header_box .header_body .menu_form {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0 20px;
    overflow: hidden
}

.m_header_box .header_body .menu_form .center {
    width: 100%;
    height: 50px;
    background: #fff;
    overflow: hidden
}

.m_header_box .header_body .menu_form .center form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.m_header_box .header_body .menu_form .center form input {
    flex: 1;
    height: 100%;
    padding: 0 15px;
    font-size: 14px;
    color: #282f36;
    border: 0
}

.m_header_box .header_body .menu_form .center form button {
    width: 70px
}

.m_header_box .header_body .menu_form .center form button i {
    font-size: 18px
}

.m_header_box .header_body .menu_lang {
    width: 100%;
    height: auto;
    line-height: 40px;
    margin-top: 40px;
    padding: 0 20px;
    font-size: 0;
    overflow: hidden
}

.m_header_box .header_body .menu_lang a {
    display: inline-block;
    padding: 0 12px;
    background: #fff;
    border-radius: 50px;
    font-size: 16px;
    margin-right: 15px;
    color: #282f36
}

.m_header_box .header_body .menu_lang a.active {
    background: #dab866;
    color: #fff
}

.m_header_box .header_body .menu_lang a:last-child {
    margin-right: 0
}

.m_header_box.idx_active.active .header_title::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000
}

.m_header_box.idx_active.active .header_title .logo {
    opacity: 1;
    left: 0
}

.m_header_box.idx_active.active .header_title .bg {
    width: 100%
}

.m_header_box.idx_active.active .header_title .menu_btn::after,
.m_header_box.idx_active.active .header_title .menu_btn::before,
.m_header_box.idx_active.active .header_title .menu_btn i {
    background: #000
}

.m_header_box.idx_active.active .header_title .menu_btn.active::after,
.m_header_box.idx_active.active .header_title .menu_btn.active::before,
.m_header_box.idx_active.active .header_title .menu_btn.active i {
    background: #dab866
}

.m_header_box.page_active .header_title {
    background: #fff
}

.m_header_box.page_active .header_title::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000
}

.m_header_box.page_active .header_title .logo {
    opacity: 1;
    left: 0
}

.m_header_box.page_active .header_title .menu_btn::after,
.m_header_box.page_active .header_title .menu_btn::before,
.m_header_box.page_active .header_title .menu_btn i {
    background: #000
}

.m_header_box.page_active .header_title .menu_btn.active::after,
.m_header_box.page_active .header_title .menu_btn.active::before,
.m_header_box.page_active .header_title .menu_btn.active i {
    background: #dab866
}

@media (max-width:990px) {
    .m_header_box {
        display: block
    }
}

.m_header_nbsp {
    width: 100%;
    height: 60px;
    display: none;
    overflow: hidden
}

@media (max-width:990px) {

    .header_box,
    .header_nbsp {
        display: none
    }

    .m_header_nbsp {
        display: block
    }
}

.idx_title {
    width: 100%;
    height: auto;
    text-align: center
}

.idx_title .subtitle {
    font-family: pf_r;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 2px;
    color: #111
}

.idx_title .subtitle.active {
    color: #dab866
}

.idx_title .title {
    margin-top: 10px;
    font-size: 32px;
    color: #111;
    line-height: 1.2
}

.idx_title .title span {
    color: #dab866
}

.idx_title .txt {
    margin-top: 15px;
    font-size: 16px;
    color: #666
}

@media (max-width:1600px) {
    .idx_title .title {
        font-size: 38px
    }

    .idx_title .subtitle {
        font-size: 26px
    }
}

@media (max-width:1440px) {
    .idx_title .title {
        font-size: 34px
    }

    .idx_title .subtitle {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .idx_title .title {
        font-size: 30px
    }

    .idx_title .subtitle {
        font-size: 20px
    }

    .idx_title .txt {
        margin-top: 10px;
        font-size: 14px
    }
}

@media (max-width:768px) {
    .idx_title .title {
        font-size: 24px
    }

    .idx_title .subtitle {
        font-size: 16px
    }

    .idx_title .txt {
        font-size: 12px
    }
}

@media (max-width:480px) {
    .idx_title .title {
        font-size: 22px
    }
}

.idx_banner {
    width: 100%;
    height: 100vh;
    background: #000;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.idx_banner ul {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.idx_banner ul li {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    pointer-events: initial;
    overflow: hidden
}

.idx_banner ul li .center {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.idx_banner ul li .center .info {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.idx_banner ul li .center .info .logo {
    max-width: 240px;
    font-size: 0;
    margin: 0 auto;
    filter: brightness(0) invert(1)
}

.idx_banner ul li .center .info .title {
    margin-top: 20px;
    font-size: 80px;
    line-height: 1.2em;
    font-family: futura
}

@media (max-width:1680px) {
    .idx_banner ul li .center .info .title {
        font-size: 70px
    }
}

@media (max-width:1440px) {
    .idx_banner ul li .center .info .title {
        font-size: 60px
    }
}

@media (max-width:1280px) {
    .idx_banner ul li .center .info .title {
        font-size: 53.33333333px
    }
}

@media (max-width:1024px) {
    .idx_banner ul li .center .info .title {
        font-size: 42.66666667px
    }
}

.idx_banner ul li .center .info .subtitle {
    margin-top: 10px;
    font-size: 68px;
    letter-spacing: 2vw;
    padding-left: 2vw
}

@media (max-width:1680px) {
    .idx_banner ul li .center .info .subtitle {
        font-size: 59.5px
    }
}

@media (max-width:1440px) {
    .idx_banner ul li .center .info .subtitle {
        font-size: 51px
    }
}

@media (max-width:1280px) {
    .idx_banner ul li .center .info .subtitle {
        font-size: 45.33333333px
    }
}

@media (max-width:1024px) {
    .idx_banner ul li .center .info .subtitle {
        font-size: 36.26666667px
    }
}

.idx_banner ul li .center .info .time_box {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 100px;
    left: 0;
    overflow: hidden
}

.idx_banner ul li .center .info .time_box .time {
    font-size: 24px;
    font-family: pf_b
}

@media (max-width:1440px) {
    .idx_banner ul li .center .info .time_box .time {
        font-size: 20px
    }
}

@media (max-width:1280px) {
    .idx_banner ul li .center .info .time_box {
        bottom: 80px
    }

    .idx_banner ul li .center .info .time_box .time {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .idx_banner ul li .center .info .logo {
        max-width: 180px
    }

    .idx_banner ul li .center .info .title {
        font-size: 48px
    }

    .idx_banner ul li .center .info .subtitle {
        font-size: 36px
    }

    .idx_banner ul li .center .info .time_box .time {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .idx_banner ul li .center .info .title {
        font-size: 36px
    }

    .idx_banner ul li .center .info .subtitle {
        font-size: 24px
    }
}

.idx_banner ul li .images {
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow: hidden
}

.idx_banner ul li .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s linear 2s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.idx_banner ul li.active {
    z-index: 2
}

.idx_banner ul li.active .images img,
.idx_banner ul li.swiper-slide-duplicate-active .images img {
    transition: 6s linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.idx_banner ul li.active {
    z-index: 2
}

.idx_banner .pager {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 2;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.idx_banner .pager span {
    width: 28px;
    height: 28px;
    margin-right: 20px !important;
    opacity: .5;
    position: relative;
    z-index: 1;
    background: 0 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.idx_banner .pager span::before,
.idx_banner .pager span::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.idx_banner .pager span::after {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 5px
}

.idx_banner .pager span::before {
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0
}

.idx_banner .pager span:last-child {
    margin: 0 !important
}

.idx_banner .pager .active {
    opacity: 1
}

.idx_banner .pager .active::before {
    opacity: 1
}

.idx_banner .pager .active::after {
    border-radius: 50%
}

@media (max-width:1440px) {
    .idx_banner .pager span {
        width: 24px;
        height: 24px
    }

    .idx_banner .pager span::after {
        width: 10px;
        height: 10px
    }
}

@media (max-width:990px) {
    .idx_banner .pager {
        bottom: 30px
    }

    .idx_banner .pager span {
        width: 16px;
        height: 16px
    }

    .idx_banner .pager span::after {
        width: 8px;
        height: 8px
    }
}

@media (max-width:480px) {
    .idx_banner .pager span {
        width: 12px;
        height: 12px
    }

    .idx_banner .pager span::after {
        width: 4px;
        height: 4px
    }
}

.idx_brand {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden
}

.idx_brand .brand_text {
    width: 100%;
    max-width: 760px;
    height: auto;
    margin: 9vw auto 0;
    padding: 0 20px;
    overflow: hidden
}

.idx_brand .brand_text .title {
    text-align: center;
    font-size: 30px
}

.idx_brand .brand_text .details {
    margin-top: 3.5vw;
    font-family: pf_r;
    font-size: 18px;
    line-height: 2;
    color: #666
}

.idx_brand .brand_text .details p {
    margin-top: 1.8vw
}

.idx_brand .brand_text .details p.active {
    font-size: 12px
}

.idx_brand .brand_text .details p:first-child {
    margin: 0
}

.idx_brand .brand_box {
    width: 100%;
    height: 100vh;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.idx_brand .brand_box .video_play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    opacity: .7;
    overflow: hidden
}

.idx_brand .brand_box .video_play i {
    line-height: 1;
    font-size: 100px
}

.idx_brand .brand_box .video_img {
    width: 100%;
    height: 100%;
    font-size: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    transition-duration: ease-in;
    -webkit-mask-image: url(../images/radius.svg);
    -webkit-mask-size: 35vw auto;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    overflow: hidden
}

.idx_brand .brand_box .video_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:1024px) {
    .idx_brand .brand_text {
        margin: 50px auto 0
    }

    .idx_brand .brand_text .title {
        font-size: 24px
    }

    .idx_brand .brand_text .details {
        max-height: 42vh;
        margin-top: 30px;
        font-size: 16px;
        overflow-y: auto
    }

    .idx_brand .brand_text .details p {
        margin-top: 15px
    }
}

@media (max-width:990px) {
    .idx_brand .brand_box {
        height: auto
    }

    .idx_brand .brand_box .video_play i {
        font-size: 54px
    }

    .idx_brand .brand_box .video_img {
        height: 60vh;
        -webkit-mask-image: none
    }
}

@media (max-width:768px) {
    .idx_brand .brand_text .title {
        font-size: 20px
    }

    .idx_brand .brand_text .details {
        font-size: 14px
    }
}

@media (max-width:360px) {
    .idx_brand .brand_text .title {
        font-size: 18px
    }
}

.layui-layer {
    max-width: 1400px;
    max-height: 80vh;
    position: relative
}

.layui-layer .layui-layer-content {
    overflow: hidden
}

.layui-layer .layui-layer-setwin {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden
}

.layui-layer .layui-layer-setwin a {
    width: 100%;
    height: 100%;
    position: relative;
    top: initial;
    right: initial;
    border: 0;
    background: 0 0
}

.layui-layer .layui-layer-setwin a::after,
.layui-layer .layui-layer-setwin a::before {
    content: '';
    width: 60%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    margin: -1px 0 0 -30%;
    transform-origin: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.layui-layer .layui-layer-setwin a::before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.layui-layer .layui-layer-setwin a::after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.layui-layer .layui-layer-setwin a:hover {
    background: 0 0;
    border: 0
}

.layui_video {
    height: 100%;
    overflow: hidden;
    display: none;
    background: #000
}

.idx_news {
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 6.7vw;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.idx_news .news_box {
    width: 100%;
    height: auto;
    margin-top: 4.6vw;
    padding: 70px 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    overflow: hidden
}

.idx_news .news_box::after {
    content: '';
    width: 61.5%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000
}

.idx_news .news_box .news_main {
    width: 100%;
    height: 100%;
    padding: 70px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden
}

.idx_news .news_box .news_main .center {
    width: 100%;
    height: 100%
}

.idx_news .news_box .news_main .info {
    width: 50%;
    height: 100%;
    padding: 0 10%;
    position: relative;
    z-index: 1
}

.idx_news .news_box .news_main .info .pager {
    width: 24px;
    height: auto;
    position: absolute;
    left: 0;
    top: 4vw;
    z-index: 2;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.idx_news .news_box .news_main .info .pager span {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 0 20px !important;
    opacity: .5;
    position: relative;
    z-index: 1;
    background: 0 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.idx_news .news_box .news_main .info .pager span::before,
.idx_news .news_box .news_main .info .pager span::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.idx_news .news_box .news_main .info .pager span::after {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%
}

.idx_news .news_box .news_main .info .pager span::before {
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0
}

.idx_news .news_box .news_main .info .pager span:last-child {
    margin: 0 !important
}

.idx_news .news_box .news_main .info .pager .active {
    opacity: 1
}

.idx_news .news_box .news_main .info .pager .active::before {
    opacity: 1
}

.idx_news .news_box .news_main .info .pager .active::after {
    border-radius: 50%
}

.idx_news .news_box .news_main .info .swiper_text {
    height: 100%
}

.idx_news .news_box .news_main .info .swiper_text ul {
    height: 100%;
    overflow: hidden
}

.idx_news .news_box .news_main .info .swiper_text .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.idx_news .news_box .news_main .info .swiper_text .subtitle {
    max-height: calc(4em * 1.4);
    font-family: fwm;
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    overflow: hidden
}

.idx_news .news_box .news_main .info .swiper_text .title {
    margin-top: 3.4vw;
    font-size: 32px;
    line-height: 1.2;
    color: #fff
}

.idx_news .news_box .news_main .info .swiper_text .more {
    margin-top: 4.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.idx_news .news_box .news_main .info .swiper_text .more a {
    padding: 0 5px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: fwm;
    font-size: 24px;
    color: #dab866;
    position: relative;
    z-index: 1
}

.idx_news .news_box .news_main .info .swiper_text .more a img {
    vertical-align: middle;
    margin-left: 15px
}

.idx_news .news_box .news_main .info .swiper_text .more a::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #dab866
}

@media (max-width:1440px) {
    .idx_news .news_box .news_main .info .pager span::after {
        width: 10px;
        height: 10px
    }

    .idx_news .news_box .news_main .info .swiper_text .subtitle {
        font-size: 30px
    }

    .idx_news .news_box .news_main .info .swiper_text .title {
        font-size: 24px
    }

    .idx_news .news_box .news_main .info .swiper_text .more a {
        font-size: 20px
    }

    .idx_news .news_box .news_main .info .swiper_text .more a::after {
        height: 3px
    }
}

@media (max-width:1280px) {
    .idx_news .news_box .news_main .info .swiper_text .subtitle {
        font-size: 26px
    }

    .idx_news .news_box .news_main .info .swiper_text .title {
        font-size: 20px
    }

    .idx_news .news_box .news_main .info .swiper_text .more a {
        font-size: 16px
    }

    .idx_news .news_box .news_main .info .swiper_text .more a::after {
        height: 2px
    }
}

@media (max-width:1024px) {
    .idx_news .news_box .news_main .info .swiper_text .subtitle {
        font-size: 22px
    }

    .idx_news .news_box .news_main .info .swiper_text .title {
        margin-top: 20px;
        font-size: 18px
    }

    .idx_news .news_box .news_main .info .swiper_text .more {
        margin-top: 30px
    }
}

@media (max-width:990px) {
    .idx_news .news_box .news_main .info {
        width: 100%;
        height: auto;
        padding: 20px 0 70px
    }

    .idx_news .news_box .news_main .info .pager {
        width: 100%;
        height: 16px;
        top: auto;
        bottom: 20px
    }

    .idx_news .news_box .news_main .info .pager span {
        width: 16px;
        height: 16px;
        margin: 0 15px 0 0 !important;
        display: inline-block
    }

    .idx_news .news_box .news_main .info .pager span::after {
        width: 8px;
        height: 8px
    }
}

@media (max-width:768px) {
    .idx_news .news_box .news_main .info .swiper_text .subtitle {
        font-size: 18px
    }

    .idx_news .news_box .news_main .info .swiper_text .title {
        font-size: 16px
    }

    .idx_news .news_box .news_main .info .swiper_text .more a {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .idx_news .news_box .news_main .info .pager span {
        width: 12px;
        height: 12px
    }

    .idx_news .news_box .news_main .info .pager span::after {
        width: 4px;
        height: 4px
    }
}

.idx_news .news_box .news_img {
    width: 50%;
    height: auto;
    position: relative;
    z-index: 3;
    overflow: hidden
}

.idx_news .news_box .news_img .pb {
    padding-bottom: 76%
}

.idx_news .news_box .news_img .swiper_img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.idx_news .news_box .news_img .swiper_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

@media (max-width:990px) {
    .idx_news .news_box {
        display: block;
        margin-top: 40px;
        padding: 0;
        background: #000
    }

    .idx_news .news_box::after {
        display: none
    }

    .idx_news .news_box .news_img {
        width: 100%
    }

    .idx_news .news_box .news_main {
        position: relative;
        padding: 0
    }
}

@media (max-width:1024px) {
    .idx_news {
        padding-top: 50px
    }
}

.idx_team {
    width: 100%;
    height: auto;
    margin: 6.7vw 0
}

.idx_team .team_box {
    width: 100%;
    height: auto;
    margin-top: 5vw
}

.idx_team .team_box .swiper_box {
    width: 100%;
    height: auto;
    overflow: hidden
}

.idx_team .team_box .swiper_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.idx_team .team_box .swiper_box li {
    width: 30%
}

.idx_team .team_box .swiper_box li .images {
    width: 80%;
    max-width: 324px;
    margin: 0 auto;
    padding: 8%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.idx_team .team_box .swiper_box li .images::after {
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 40%;
    border: 1px solid #000;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.idx_team .team_box .swiper_box li .images .img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden
}

.idx_team .team_box .swiper_box li .info {
    width: 100%;
    height: auto;
    margin-top: 2vw;
    text-align: center;
    overflow: hidden
}

.idx_team .team_box .swiper_box li .info .title {
    font-size: 38px;
    line-height: 1
}

@media (max-width:1680px) {
    .idx_team .team_box .swiper_box li .info .title {
        font-size: 33.25px
    }
}

@media (max-width:1440px) {
    .idx_team .team_box .swiper_box li .info .title {
        font-size: 28.5px
    }
}

@media (max-width:1280px) {
    .idx_team .team_box .swiper_box li .info .title {
        font-size: 25.33333333px
    }
}

@media (max-width:1024px) {
    .idx_team .team_box .swiper_box li .info .title {
        font-size: 20.26666667px
    }
}

.idx_team .team_box .swiper_box li .info .subtitle {
    margin-top: 5px;
    font-family: Ginkgo;
    font-size: 60px;
    line-height: 1.2
}

@media (max-width:1680px) {
    .idx_team .team_box .swiper_box li .info .subtitle {
        font-size: 52.5px
    }
}

@media (max-width:1440px) {
    .idx_team .team_box .swiper_box li .info .subtitle {
        font-size: 45px
    }
}

@media (max-width:1280px) {
    .idx_team .team_box .swiper_box li .info .subtitle {
        font-size: 40px
    }
}

@media (max-width:1024px) {
    .idx_team .team_box .swiper_box li .info .subtitle {
        font-size: 32px
    }
}

.idx_team .team_box .swiper_box li .info .txt {
    margin-top: 2vw;
    font-size: 20px;
    line-height: 1.2
}

.idx_team .team_box .swiper_box li:hover .images::after {
    opacity: 1;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.idx_team .team_box .pager {
    width: 100%;
    height: auto;
    margin-top: 6vw;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.idx_team .team_box .pager span {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 20px !important;
    opacity: .5;
    position: relative;
    z-index: 1;
    background: 0 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}

.idx_team .team_box .pager span::before,
.idx_team .team_box .pager span::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.idx_team .team_box .pager span::after {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%
}

.idx_team .team_box .pager span::before {
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 0
}

.idx_team .team_box .pager span:last-child {
    margin: 0 !important
}

.idx_team .team_box .pager .active {
    opacity: 1
}

.idx_team .team_box .pager .active::before {
    opacity: 1
}

.idx_team .team_box .pager .active::after {
    border-radius: 50%
}

.idx_team .team_box .pager span:hover {
    opacity: 1
}

@media (max-width:1024px) {
    .idx_team .team_box .swiper_box ul li .info {
        margin-top: 30px
    }

    .idx_team .team_box .swiper_box ul li .info .txt {
        margin-top: 15px
    }
}

@media (max-width:990px) {
    .idx_team .team_box .swiper_box ul li {
        width: 50%
    }

    .idx_team .team_box .swiper_box ul li .images {
        width: 70%;
        max-width: 280px;
        padding: 0
    }

    .idx_team .team_box .swiper_box ul li .images::after {
        display: none
    }

    .idx_team .team_box .pager {
        margin-top: 40px
    }
}

@media (max-width:768px) {
    .idx_team .team_box .swiper_box ul li .info .title {
        font-size: 18px
    }

    .idx_team .team_box .swiper_box ul li .info .subtitle {
        font-size: 24px
    }

    .idx_team .team_box .swiper_box ul li .info .txt {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .idx_team .team_box .swiper_box ul li .info .title {
        font-size: 16px
    }

    .idx_team .team_box .swiper_box ul li .info .subtitle {
        font-size: 20px
    }

    .idx_team .team_box .pager span {
        width: 12px;
        height: 12px
    }

    .idx_team .team_box .pager span::after {
        width: 4px;
        height: 4px
    }
}

@media (max-width:1024px) {
    .idx_team {
        margin: 60px 0
    }

    .idx_team .team_box {
        margin-top: 40px
    }
}

.idx_history {
    width: 100%;
    height: auto;
    margin: 6.7vw 0 6vw
}

.idx_history .history_box {
    width: 100%;
    height: auto;
    margin-top: 4.6vw;
    overflow: hidden
}

.idx_history .history_box .swiper_box {
    width: 100%;
    height: auto;
    overflow: hidden
}

.idx_history .history_box .swiper_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.idx_history .history_box .swiper_box li {
    width: 50%;
    position: relative
}

.idx_history .history_box .swiper_box li .pb {
    padding-bottom: 63.8%
}

.idx_history .history_box .swiper_box li .images {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
    overflow: hidden
}

.idx_history .history_box .swiper_box li .info {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 1.5vw 2.5vw;
    background: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff
}

.idx_history .history_box .swiper_box li .info .time {
    font-size: 48px
}

@media (max-width:1680px) {
    .idx_history .history_box .swiper_box li .info .time {
        font-size: 42px
    }
}

@media (max-width:1440px) {
    .idx_history .history_box .swiper_box li .info .time {
        font-size: 36px
    }
}

@media (max-width:1280px) {
    .idx_history .history_box .swiper_box li .info .time {
        font-size: 32px
    }
}

@media (max-width:1024px) {
    .idx_history .history_box .swiper_box li .info .time {
        font-size: 25.6px
    }
}

@media (max-width:1680px) {
    .idx_history .history_box .swiper_box li .info .time {
        font-size: 42px
    }
}

@media (max-width:1440px) {
    .idx_history .history_box .swiper_box li .info .time {
        font-size: 32px
    }
}

@media (max-width:1280px) {
    .idx_history .history_box .swiper_box li .info .time {
        font-size: 28px
    }
}

@media (max-width:1024px) {
    .idx_history .history_box .swiper_box li .info .time {
        font-size: 24px
    }
}

.idx_history .history_box .swiper_box li .info .title {
    flex: 1;
    margin-left: 50px;
    font-size: 30px;
    font-family: pf_r;
    text-align: right
}

@media (max-width:1680px) {
    .idx_history .history_box .swiper_box li .info .title {
        font-size: 26.25px
    }
}

@media (max-width:1440px) {
    .idx_history .history_box .swiper_box li .info .title {
        font-size: 22.5px
    }
}

@media (max-width:1280px) {
    .idx_history .history_box .swiper_box li .info .title {
        font-size: 20px
    }
}

@media (max-width:1024px) {
    .idx_history .history_box .swiper_box li .info .title {
        font-size: 16px
    }
}

@media (max-width:1680px) {
    .idx_history .history_box .swiper_box li .info .title {
        font-size: 24px
    }
}

@media (max-width:1440px) {
    .idx_history .history_box .swiper_box li .info .title {
        font-size: 22px
    }
}

@media (max-width:1024px) {
    .idx_history .history_box .swiper_box li .info .title {
        font-size: 18px
    }
}

@media (max-width:1024px) {
    .idx_history .history_box .swiper_box li .info {
        padding: 20px
    }
}

@media (max-width:768px) {
    .idx_history .history_box .swiper_box li .info .time {
        font-size: 20px
    }

    .idx_history .history_box .swiper_box li .info .title {
        font-size: 16px
    }
}

@media (max-width:480px) {
    .idx_history .history_box .swiper_box li .info .time {
        font-size: 18px
    }

    .idx_history .history_box .swiper_box li .info .title {
        font-size: 14px
    }
}

.idx_history .history_box .swiper_tab {
    width: 100%;
    height: auto;
    margin: 3vw 0 0;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.idx_history .history_box .swiper_tab .item {
    margin-right: 4vw;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.idx_history .history_box .swiper_tab .item .icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative
}

.idx_history .history_box .swiper_tab .item .icon::before,
.idx_history .history_box .swiper_tab .item .icon::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.idx_history .history_box .swiper_tab .item .icon::after {
    width: 10px;
    height: 10px;
    background: #989898;
    border-radius: 50%
}

.idx_history .history_box .swiper_tab .item .icon::before {
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 0
}

.idx_history .history_box .swiper_tab .item .title {
    margin-top: 20px;
    font-family: pf_b;
    font-size: 20px;
    line-height: 1;
    color: #484848;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.idx_history .history_box .swiper_tab .item:last-child {
    margin: 0
}

.idx_history .history_box .swiper_tab .item.active {
    opacity: 1
}

.idx_history .history_box .swiper_tab .item.active .icon::before {
    opacity: 1
}

.idx_history .history_box .swiper_tab .item.active .icon::after {
    background: #000
}

.idx_history .history_box .swiper_tab .item.active .title {
    color: #000
}

.idx_history .history_box .swiper_tab .item:hover {
    opacity: 1
}

.idx_history .history_box .swiper_tab .item:hover .icon::after {
    background: #000
}

.idx_history .history_box .swiper_tab .item:hover .title {
    color: #000
}

@media (max-width:1024px) {
    .idx_history .history_box .swiper_tab {
        margin-top: 40px
    }

    .idx_history .history_box .swiper_tab .item {
        margin-right: 30px
    }

    .idx_history .history_box .swiper_tab .item .icon {
        width: 16px;
        height: 16px
    }

    .idx_history .history_box .swiper_tab .item .icon::after {
        width: 8px;
        height: 8px
    }

    .idx_history .history_box .swiper_tab .item .title {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .idx_history .history_box .swiper_tab .item .title {
        margin-top: 15px;
        font-size: 16px
    }
}

@media (max-width:480px) {
    .idx_history .history_box .swiper_tab .item {
        margin-right: 20px
    }

    .idx_history .history_box .swiper_tab .item .icon {
        width: 12px;
        height: 12px
    }

    .idx_history .history_box .swiper_tab .item .icon::after {
        width: 4px;
        height: 4px
    }

    .idx_history .history_box .swiper_tab .item .title {
        margin-top: 10px;
        font-size: 12px
    }
}

.idx_history.active .history_box .swiper_box ul li .info {
    background: 0 0
}

@media (max-width:1024px) {
    .idx_history {
        margin: 60px 0
    }

    .idx_history .history_box {
        margin-top: 40px
    }

    .idx_history.active {
        margin: 50px 0
    }
}

.idx_scope {
    width: 100%;
    height: auto;
    padding: 5.2vw 0;
    background: #f7f7f7;
    overflow: hidden
}

.idx_scope .scope_box {
    width: 745px;
    height: 615px;
    width: auto;
    height: 80vh;
    min-height: 500px;
    max-height: 800px;
    margin: 30px auto 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.idx_scope .scope_box .position {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden
}

.idx_scope .scope_box .position .all_line {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden
}

.idx_scope .scope_box .position .all_line .one {
    width: 0;
    height: 0;
    position: absolute;
    right: 190px;
    bottom: 80px
}

.idx_scope .scope_box .position .all_line .one div {
    position: absolute
}

.idx_scope .scope_box .position .all_line .beijing {
    width: 10px;
    height: 300px;
    bottom: 0
}

.idx_scope .scope_box .position .item {
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 2
}

.idx_scope .scope_box .position .item .icon {
    position: absolute;
    left: 50%;
    bottom: 50%;
    z-index: 2;
    transform: translateX(-50%);
    font-size: 0;
    line-height: 1
}

.idx_scope .scope_box .position .item .icon i {
    font-size: 14px
}

.idx_scope .scope_box .position .item .spot {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.idx_scope .scope_box .position .item .spot::before,
.idx_scope .scope_box .position .item .spot::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #000;
    opacity: .05;
    border-radius: 50%
}

.idx_scope .scope_box .position .item .spot::before {
    animation: ripple 2s linear infinite
}

.idx_scope .scope_box .position .item .spot::after {
    animation: ripple 2s linear 1s infinite
}

.idx_scope .scope_box .position .item.about {
    right: 185px;
    bottom: 74px
}

.idx_scope .scope_box .position .item.about .logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.idx_scope .scope_box .position .item.about .logo::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #000 transparent transparent
}

.idx_scope .scope_box .position .item.about .logo img {
    max-width: 60%;
    max-height: 60%
}

.idx_scope .scope_box .position .item.beijing {
    top: 231px;
    right: 180px
}

.idx_scope .scope_box .position .item.hunan {
    right: 211px;
    bottom: 165px
}

.idx_scope .scope_box .position .item.hubei {
    right: 200px;
    bottom: 215px
}

.idx_scope .scope_box .position .item.hainan {
    right: 250px;
    bottom: 20px
}

.idx_scope .scope_box .position .item.henan {
    right: 208px;
    bottom: 269px
}

.idx_scope .scope_box .position .item.sichuan {
    left: 381px;
    bottom: 215px
}

.idx_scope .scope_box .position .item.shanghai {
    right: 93px;
    bottom: 231px
}

.idx_scope .scope_box .position .item.guizhou {
    right: 305px;
    bottom: 134px
}

.idx_scope .scope_box .position .item.yunnan {
    right: 398px;
    bottom: 84px
}

.idx_scope .scope_box .position .item.qinghai {
    left: 332px;
    bottom: 301px
}

.idx_scope .scope_box .position .item.xizang {
    left: 202px;
    bottom: 202px
}

.idx_scope .scope_box .position .item.xinjiang {
    left: 188px;
    top: 163px
}

.idx_scope .scope_box .position .item.heilongjiang {
    right: 80px;
    top: 120px
}

.idx_scope .scope_box .position .item.neimeng {
    right: 248px;
    top: 222px
}

.idx_scope .scope_box .position .item.shanxi {
    right: 238px;
    top: 280px
}

.idx_scope .scope_box .position .item.guangxi {
    right: 280px;
    bottom: 80px
}

.idx_scope .scope_box .scope_bg {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    overflow: hidden
}

@media (max-width:1024px) {
    .idx_scope {
        padding: 60px 0
    }

    .idx_scope .scope_box {
        height: 300px;
        min-height: 300px;
        max-height: 300px
    }
}

.idx_feed {
    width: 100%;
    height: auto;
    margin: 5.2vw 0 6.2vw
}

.idx_feed .idx_content {
    width: 100%;
    max-width: 1160px;
    height: auto;
    margin: 4vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.idx_feed .idx_content .item {
    width: 30%;
    text-align: center
}

.idx_feed .idx_content .item .icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: initial;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff
}

.idx_feed .idx_content .item .icon i {
    font-size: 32px;
    line-height: 1
}

.idx_feed .idx_content .item .title {
    margin-top: 20px;
    font-size: 20px;
    font-family: pf_b
}

.idx_feed .idx_content::after {
    content: '';
    width: 60%;
    height: 0;
    position: absolute;
    top: 28px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    border-top: 1px dashed #000
}

.idx_feed .feed_box {
    width: 100%;
    max-width: 1160px;
    height: auto;
    margin: 4vw auto 0
}

.idx_feed .feed_box .layui-form {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3vw 6vw
}

.idx_feed .feed_box .layui-form .layui_item,
.idx_feed .feed_box .layui-form .layui_block {
    width: 100%;
    height: auto;
    overflow: hidden
}

.idx_feed .feed_box .layui-form .layui_block {
    grid-column: span 2
}

.idx_feed .feed_box .layui-form .layui_block.active {
    text-align: center
}

.idx_feed .feed_box .layui-form .layui_label {
    font-size: 18px;
    font-family: pf_b
}

.idx_feed .feed_box .layui-form .layui_input,
.idx_feed .feed_box .layui-form .layui_textarea {
    width: 100%;
    height: auto;
    margin-top: 10px
}

.idx_feed .feed_box .layui-form .layui-input {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    border-color: #7a7a7a;
    border-radius: 0;
    font-size: 15px
}

.idx_feed .feed_box .layui-form .layui-textarea {
    width: 100%;
    height: 160px;
    padding: 15px;
    border-color: #7a7a7a;
    border-radius: 0;
    font-size: 15px;
    overflow-y: auto
}

.idx_feed .feed_box .layui-form .layui-btn {
    width: 100%;
    max-width: 525px;
    height: 50px;
    background: #000;
    font-size: 24px;
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden
}

.idx_feed .feed_box .layui-form .layui-btn:hover {
    background: #dab866
}

.idx_feed .feed_box .layui-form .tips {
    margin-top: 15px;
    font-size: 18px;
    color: #666
}

@media (max-width:1024px) {
    .idx_feed {
        margin: 60px 0
    }

    .idx_feed .idx_content {
        margin: 50px auto 0
    }

    .idx_feed .idx_content .item .icon {
        width: 44px;
        height: 44px
    }

    .idx_feed .idx_content .item .icon i {
        font-size: 24px
    }

    .idx_feed .idx_content .item .title {
        font-size: 18px
    }

    .idx_feed .idx_content::after {
        top: 22px
    }

    .idx_feed .feed_box {
        margin-top: 50px
    }

    .idx_feed .feed_box .layui-form {
        grid-gap: 30px
    }

    .idx_feed .feed_box .layui-form .layui_label {
        font-size: 16px
    }

    .idx_feed .feed_box .layui-form .layui-btn {
        font-size: 20px
    }

    .idx_feed .feed_box .layui-form .tips {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .idx_feed .idx_content {
        display: block;
        text-align: left
    }

    .idx_feed .idx_content .item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px dashed #000
    }

    .idx_feed .idx_content .item .icon {
        width: 36px;
        height: 36px;
        margin: 0;
        border: 0
    }

    .idx_feed .idx_content .item .icon i {
        font-size: 20px
    }

    .idx_feed .idx_content .item .title {
        flex: 1;
        margin: 0 0 0 20px;
        font-size: 16px;
        text-align: left
    }

    .idx_feed .idx_content .item:first-child {
        padding-top: 0
    }

    .idx_feed .idx_content .item:last-child {
        padding-bottom: 0;
        border: 0
    }

    .idx_feed .idx_content::after {
        display: none
    }

    .idx_feed .feed_box {
        margin-top: 50px
    }

    .idx_feed .feed_box .layui-form {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }

    .idx_feed .feed_box .layui-form .layui_block {
        grid-column: span 1
    }

    .idx_feed .feed_box .layui-form .layui_label {
        font-size: 14px
    }

    .idx_feed .feed_box .layui-form .layui-btn {
        font-size: 16px
    }

    .idx_feed .feed_box .layui-form .tips {
        font-size: 14px
    }
}

.footer_box {
    width: 100%;
    height: auto;
    background: #000
}

.footer_box .footer_main {
    width: 100%;
    max-width: 1350px;
    height: auto;
    margin: 0 auto
}

.footer_box .footer_main .footer_nav {
    width: 100%;
    height: auto;
    padding: 3.2vw 0;
    overflow: hidden
}

.footer_box .footer_main .footer_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.footer_box .footer_main .footer_nav ul li .title {
    width: 100%;
    box-sizing: initial;
    padding: 0 40px 1.5vw 0;
    position: relative;
    z-index: 1
}

.footer_box .footer_main .footer_nav ul li .title a {
    font-family: pf_m;
    font-size: 18px;
    color: #fff
}

.footer_box .footer_main .footer_nav ul li .title::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    opacity: .6
}

.footer_box .footer_main .footer_nav ul li .menu {
    width: 100%;
    height: auto;
    margin-top: 1.5vw;
    overflow: hidden
}

.footer_box .footer_main .footer_nav ul li .menu .one {
    width: 100%;
    height: auto;
    margin-top: 1.2vw;
    overflow: hidden
}

.footer_box .footer_main .footer_nav ul li .menu .one a {
    font-family: pf_r;
    font-size: 15px;
    color: #999;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer_box .footer_main .footer_nav ul li .menu .one a:hover {
    color: #fff
}

.footer_box .footer_main .footer_nav ul li .menu .one:first-child {
    margin: 0
}

@media (max-width:1280px) {
    .footer_box .footer_main .footer_nav ul li .title a {
        font-size: 16px
    }

    .footer_box .footer_main .footer_nav ul li .menu .one a {
        font-size: 14px
    }
}

.footer_box .footer_main .footer_info {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, .6);
    padding: 20px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.footer_box .footer_main .footer_info .info {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    font-size: 15px;
    color: #999
}

.footer_box .footer_main .footer_info .info>* {
    padding-right: 40px;
    position: relative;
    z-index: 1;
    line-height: 30px;
    font-size: 15px;
    color: #999
}

.footer_box .footer_main .footer_info .info>::after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    background: #999;
    margin-top: -6px
}

.footer_box .footer_main .footer_info .info>:last-child {
    padding: 0
}

.footer_box .footer_main .footer_info .info>:last-child::after {
    display: none
}

.footer_box .footer_main .footer_info .info a {
    color: #999;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer_box .footer_main .footer_info .info a:hover {
    color: #fff
}

.footer_box .footer_main .footer_info .links {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 50px
}

.footer_box .footer_main .footer_info .links a{
    color: #999;
}

.footer_box .footer_main .footer_info .links .item {
    position: relative;
    z-index: 1;
    margin-left: 2vw
}

.footer_box .footer_main .footer_info .links .item .ewm {
    width: 120px;
    height: auto;
    padding: 5px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    font-size: 0;
    margin-left: -60px;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer_box .footer_main .footer_info .links .item .ewm::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    border-radius: 5px
}

.footer_box .footer_main .footer_info .links .item .ewm::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -9px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #fff transparent transparent
}

.footer_box .footer_main .footer_info .links .item .icon {
    height: 30px;
    padding: 5px 0;
    line-height: 30px;
    color: #999;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer_box .footer_main .footer_info .links .item:first-child {
    margin: 0
}

.footer_box .footer_main .footer_info .links .item:hover .ewm {
    opacity: 1;
    margin-bottom: 15px;
    visibility: initial
}

.footer_box .footer_main .footer_info .links .item:hover .icon {
    opacity: 1
}

.footer_box .footer_main .copy {
    padding: 20px 0 40px;
    text-align: center;
    font-family: pf_r;
    font-size: 15px;
    color: #999
}

.footer_box .footer_main .copy a {
    color: #999;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer_box .footer_main .copy a:hover {
    color: #fff
}

@media (max-width:1280px) {
    .footer_box .footer_main .footer_info .info {
        font-size: 14px
    }

    .footer_box .footer_main .footer_info .info>* {
        font-size: 14px
    }

    .footer_box .footer_main .copy {
        font-size: 14px
    }
}

@media (max-width:990px) {
    .footer_box .footer_main {
        padding: 30px 0
    }

    .footer_box .footer_main .footer_nav {
        display: none
    }

    .footer_box .footer_main .footer_info {
        border: 0;
        padding: 0;
        display: block
    }

    .footer_box .footer_main .footer_info .info,
    .footer_box .footer_main .footer_info .links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .footer_box .footer_main .footer_info .links {
        margin: 20px 0 0
    }

    .footer_box .footer_main .footer_info .links .item {
        margin-left: 20px
    }

    .footer_box .footer_main .copy {
        margin-top: 20px;
        padding: 0
    }
}

@media (max-width:768px) {
    .footer_box .footer_main .footer_info .info {
        font-size: 12px
    }

    .footer_box .footer_main .footer_info .info>* {
        font-size: 12px
    }

    .footer_box .footer_main .copy {
        font-size: 12px
    }
}

.a_title {
    width: 100%;
    height: auto
}

.a_title.active .title.active::first-letter {
    margin-left: 1em
}

.a_title .title {
    font-size: 72px;
    font-family: Ginkgo;
    line-height: 1;
    font-variant: small-caps
}

@media (max-width:1680px) {
    .a_title .title {
        font-size: 63px
    }
}

@media (max-width:1440px) {
    .a_title .title {
        font-size: 54px
    }
}

@media (max-width:1280px) {
    .a_title .title {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .a_title .title {
        font-size: 38.4px
    }
}

.a_title .subtitle {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.a_title .subtitle span,
.a_title .title span {
    display: inline-block;
    font-size: 36px;
    vertical-align: middle;
    letter-spacing: 5px;
    margin-left: 10px
}

@media (max-width:1680px) {

    .a_title .subtitle span,
    .a_title .title span {
        font-size: 31.5px
    }
}

@media (max-width:1440px) {

    .a_title .subtitle span,
    .a_title .title span {
        font-size: 27px
    }
}

@media (max-width:1280px) {

    .a_title .subtitle span,
    .a_title .title span {
        font-size: 24px
    }
}

@media (max-width:1024px) {

    .a_title .subtitle span,
    .a_title .title span {
        font-size: 19.2px
    }
}

.a_title .subtitle span i,
.a_title .title span i {
    font-size: 80%
}

.a_title .subtitle span i.first,
.a_title .title span i.first {
    vertical-align: top
}

.a_title .subtitle span i.last,
.a_title .title span i.last {
    vertical-align: bottom
}

@media (max-width:768px) {
    .a_title {
        text-align: center
    }

    .a_title .title {
        font-size: 30px
    }

    .a_title .subtitle span,
    .a_title .title span {
        font-size: 16px
    }
}

.images.border_img .img {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0
}

.images.border_img .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    border: 2px solid #050001
}

.images.border_img .img img {
    width: 100%;
    position: relative;
    z-index: 2
}

.text_details {
    width: 100%;
    height: auto;
    font-family: pf_r;
    font-size: 18px;
    line-height: 2;
    color: #666;
    text-align: justify;
    overflow: hidden
}

.text_details p {
    margin-top: 1.5vw
}

.text_details p:first-child {
    margin: 0
}

@media (max-width:1280px) {
    .text_details {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .text_details {
        font-size: 14px;
        line-height: 1.8
    }

    .text_details p {
        margin-top: 15px
    }
}

@media (max-width:768px) {
    .text_details {
        font-size: 12px;
        line-height: 1.6
    }
}

.subnav_box {
    width: 100%;
    height: auto;
    margin: 2.4vw 0;
    color: #000;
    overflow: hidden
}

.subnav_box .w1350 {
    font-size: 14px
}

.subnav_box a,
.subnav_box span {
    color: #666
}

.subnav_box a {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.subnav_box span {
    margin: 0 8px
}

.subnav_box a:hover {
    color: #dab866
}

@media (max-width:1280px) {
    .subnav_box {
        margin: 40px 0
    }
}

@media (max-width:1024px) {
    .subnav_box {
        margin: 30px 0
    }
}

@media (max-width:768px) {
    .subnav_box .w1350 {
        font-size: 12px
    }
}

@media (max-width:360px) {
    .subnav_box {
        margin: 20px 0
    }

    .subnav_box .w1350 {
        font-size: 10px
    }
}

.inside_about {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inside_about .center {
    margin: 5.2vw auto 0
}

.inside_about .about_header {
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inside_about .about_header .title_box {
    flex: 1;
    margin-right: 4.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative
}

.inside_about .about_header .title_box .radius {
    width: 7.2vw;
    height: 3vw;
    margin-left: -2.5vw;
    opacity: .3
}

.inside_about .about_header .title_box .radius path {
    fill: none
}

.inside_about .about_header .title_box .radius svg {
    display: block;
    overflow: visible
}

.inside_about .about_header .title_box .radius svg textPath {
    font-family: Ginkgo;
    font-size: 8px;
    zoom: .66;
    color: #000
}

.inside_about .about_header .title_box .title {
    font-size: 88px;
    font-family: Ginkgo;
    line-height: 1;
    font-variant: small-caps
}

@media (max-width:1680px) {
    .inside_about .about_header .title_box .title {
        font-size: 77px
    }
}

@media (max-width:1440px) {
    .inside_about .about_header .title_box .title {
        font-size: 66px
    }
}

@media (max-width:1280px) {
    .inside_about .about_header .title_box .title {
        font-size: 58.66666667px
    }
}

@media (max-width:1024px) {
    .inside_about .about_header .title_box .title {
        font-size: 46.93333333px
    }
}

.inside_about .about_header .title_box .title.active {
    text-indent: 1em
}

.inside_about .about_header .title_box .subtitle {
    margin: 20px 0 0;
    text-indent: 1em;
    font-size: 88px
}

@media (max-width:1680px) {
    .inside_about .about_header .title_box .subtitle {
        font-size: 77px
    }
}

@media (max-width:1440px) {
    .inside_about .about_header .title_box .subtitle {
        font-size: 66px
    }
}

@media (max-width:1280px) {
    .inside_about .about_header .title_box .subtitle {
        font-size: 58.66666667px
    }
}

@media (max-width:1024px) {
    .inside_about .about_header .title_box .subtitle {
        font-size: 46.93333333px
    }
}

.inside_about .about_header .title_box .subtitle span {
    display: block;
    line-height: 1;
    font-size: 36px;
    letter-spacing: 1em
}

@media (max-width:1680px) {
    .inside_about .about_header .title_box .subtitle span {
        font-size: 31.5px
    }
}

@media (max-width:1440px) {
    .inside_about .about_header .title_box .subtitle span {
        font-size: 27px
    }
}

@media (max-width:1280px) {
    .inside_about .about_header .title_box .subtitle span {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .inside_about .about_header .title_box .subtitle span {
        font-size: 19.2px
    }
}

.inside_about .about_header .title_box .more {
    position: absolute;
    bottom: 0;
    right: 0
}

.inside_about .about_header .title_box .more a {
    font-family: Ginkgo;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
    line-height: 1;
    position: relative;
    z-index: 1
}

.inside_about .about_header .title_box .more a::before,
.inside_about .about_header .title_box .more a::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #000
}

.inside_about .about_header .title_box .more a::before {
    width: 0;
    background: #dab866;
    z-index: 2;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_about .about_header .title_box .more a .txt {
    font-size: 14px;
    color: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_about .about_header .title_box .more a .icon {
    margin-left: 10px
}

.inside_about .about_header .title_box .more a .icon svg path {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_about .about_header .title_box .more a:hover .txt {
    color: #dab866
}

.inside_about .about_header .title_box .more a:hover .icon svg path {
    fill: #dab866
}

.inside_about .about_header .title_box .more a:hover::before {
    width: 100%;
    left: 0
}

.inside_about .about_header .images {
    width: 42%;
    max-width: 610px;
    height: auto;
    padding: 30px 30px 0 0;
    overflow: hidden
}

.inside_about .about_header .images .img::after {
    top: -30px;
    right: -30px
}

.inside_about .about_body {
    width: 100%;
    max-width: 1350px;
    height: auto;
    margin: 6.2vw auto 5.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inside_about .about_body .details {
    width: 55%;
    font-size: 18px;
    color: #222;
    text-align: justify
}

.inside_about .about_body .details p {
    margin-top: 1.5vw;
    line-height: 1.6
}

.inside_about .about_body .details p:first-child {
    margin: 0
}

.inside_about .about_body .eng {
    width: 40%;
    margin-right: -50px;
    font-size: 8px;
    zoom: .66;
    color: #666;
    text-align: justify
}

.inside_about .about_body .eng p {
    margin-top: 1.5vw;
    line-height: 1.6
}

.inside_about .about_body .eng p:first-child {
    margin: 0
}

@media (max-width:1440px) {
    .inside_about .about_header .title_box .radius {
        margin: 0
    }

    .inside_about .about_header .title_box .title {
        padding: 0 0 0 .5em
    }

    .inside_about .about_header .title_box .subtitle {
        margin: 10px 0 0;
        padding: 0 0 0 .5em
    }

    .inside_about .about_body .eng {
        margin: 0
    }
}

@media (max-width:1280px) {
    .inside_about .about_header .images {
        padding: 25px 25px 0 0
    }

    .inside_about .about_header .images .img::after {
        top: -25px;
        right: -25px
    }

    .inside_about .about_body .details {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .inside_about .center {
        margin: 50px 0 0
    }

    .inside_about .about_header .title_box .radius {
        display: none
    }

    .inside_about .about_header .title_box .title {
        font-size: 40px
    }

    .inside_about .about_header .title_box .subtitle span {
        font-size: 20px
    }

    .inside_about .about_header .images {
        padding: 20px 20px 0 0
    }

    .inside_about .about_header .images .img::after {
        top: -20px;
        right: -20px
    }

    .inside_about .about_body {
        margin: 40px 0 50px
    }

    .inside_about .about_body .details {
        font-size: 14px
    }

    .inside_about .about_body .details p {
        margin-top: 15px
    }

    .inside_about .about_body .eng p {
        margin-top: 15px
    }
}

@media (max-width:990px) {
    .inside_about .about_body {
        display: block
    }

    .inside_about .about_body .details {
        width: 100%
    }

    .inside_about .about_body .eng {
        width: 100%;
        margin: 20px 0 0
    }
}

@media (max-width:768px) {
    .inside_about .about_header {
        display: block
    }

    .inside_about .about_header .title_box .title {
        font-size: 30px
    }

    .inside_about .about_header .title_box .subtitle span {
        font-size: 16px
    }

    .inside_about .about_header .title_box .more {
        margin: 30px 0 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .inside_about .about_header .images {
        width: 100%;
        margin: 30px auto 0;
        padding: 15px 15px 0 0
    }

    .inside_about .about_header .images .img::after {
        top: -15px;
        right: -15px
    }
}

.inside_line {
    width: 100%;
    height: auto;
    padding: 0 .5vw;
    line-height: 1;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    font-variant: small-caps;
    font-size: 72px;
    color: #000;
    font-family: Ginkgo;
    opacity: .1 !important;
    overflow: hidden
}

@media (max-width:1680px) {
    .inside_line {
        font-size: 63px
    }
}

@media (max-width:1440px) {
    .inside_line {
        font-size: 54px
    }
}

@media (max-width:1280px) {
    .inside_line {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .inside_line {
        font-size: 38.4px
    }
}

@media (max-width:768px) {
    .inside_line {
        font-size: 30px
    }
}

@media (max-width:640px) {
    .inside_line {
        font-size: 24px
    }
}

@media (max-width:480px) {
    .inside_line {
        font-size: 20px
    }
}

.inside_about_active {
    width: 100%;
    height: auto;
    margin: 5.2vw 0;
    overflow: hidden
}

.inside_about_active .about_box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.inside_about_active .about_box .one_box {
    width: 42%;
    height: auto;
    padding-bottom: 3.6vw;
    overflow: hidden
}

.inside_about_active .about_box .one_box .text_details {
    margin: 30px 0 0;
    padding-left: 30px
}

.inside_about_active .about_box .one_box .images {
    width: 100%;
    max-width: 546px;
    height: auto;
    margin-top: 2vw;
    padding: 25px 0 0 25px;
    overflow: hidden
}

.inside_about_active .about_box .one_box .images .img::after {
    top: -25px;
    left: -25px
}

.inside_about_active .about_box .two_box {
    width: 51%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    overflow: hidden
}

.inside_about_active .about_box .two_box .text_details {
    margin: 30px 0 0;
    padding: 0 30px 0 88px
}

.inside_about_active .about_box .two_box .images {
    width: 100%;
    max-width: 546px;
    height: auto;
    margin-top: 2vw;
    padding: 25px 25px 0 0;
    overflow: hidden
}

.inside_about_active .about_box .two_box .images .img::after {
    top: -25px;
    right: -25px
}

.inside_about_active .about_box .three_box {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 4vw auto 0;
    padding: 2vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1
}

.inside_about_active .about_box .three_box::after {
    content: '';
    width: 100vw;
    height: 80%;
    position: absolute;
    top: 0;
    left: 45%;
    z-index: -1;
    background: #f3f3f3
}

.inside_about_active .about_box .three_box .info {
    flex: 1;
    margin-right: 5.2vw
}

.inside_about_active .about_box .three_box .info .a_title {
    display: inline-block;
    width: auto
}

.inside_about_active .about_box .three_box .info .a_title .subtitle {
    text-align: right;
    font-size: 48px;
    margin-right: -.7vw
}

.inside_about_active .about_box .three_box .info .text_details {
    margin-top: 2vw
}

.inside_about_active .about_box .three_box .images {
    width: 40%;
    padding: 25px 25px 0 0;
    align-self: end
}

.inside_about_active .about_box .three_box .images .img::after {
    top: -25px;
    right: -25px
}

@media (max-width:1280px) {
    .inside_about_active .about_box .one_box .images {
        padding: 20px 0 0 20px
    }

    .inside_about_active .about_box .one_box .images .img::after {
        top: -20px;
        left: -20px
    }

    .inside_about_active .about_box .two_box .text_details {
        padding: 0 0 0 40px
    }

    .inside_about_active .about_box .two_box .images {
        padding: 20px 20px 0 0
    }

    .inside_about_active .about_box .two_box .images .img::after {
        top: -20px;
        right: -20px
    }

    .inside_about_active .about_box .three_box .images {
        padding: 20px 20px 0 0
    }

    .inside_about_active .about_box .three_box .images .img::after {
        top: -20px;
        right: -20px
    }
}

@media (max-width:1024px) {
    .inside_about_active {
        margin: 50px 0
    }

    .inside_about_active .about_box .one_box {
        padding-bottom: 50px
    }

    .inside_about_active .about_box .one_box .images {
        margin-top: 30px
    }

    .inside_about_active .about_box .two_box .images {
        margin: 30px 0 0
    }

    .inside_about_active .about_box .three_box {
        margin: 50px 0 0;
        padding: 40px 0 0
    }
}

@media (max-width:768px) {
    .inside_about_active .about_box {
        display: block
    }

    .inside_about_active .about_box .one_box {
        width: 100%
    }

    .inside_about_active .about_box .one_box .text_details {
        margin: 20px 0 0;
        padding: 0
    }

    .inside_about_active .about_box .one_box .images {
        padding: 15px 0 0 15px
    }

    .inside_about_active .about_box .one_box .images .img::after {
        top: -15px;
        left: -15px
    }

    .inside_about_active .about_box .two_box {
        width: 100%
    }

    .inside_about_active .about_box .two_box .text_details {
        margin: 20px 0 0;
        padding: 0
    }

    .inside_about_active .about_box .two_box .images {
        padding: 15px 15px 0 0
    }

    .inside_about_active .about_box .two_box .images .img::after {
        top: -15px;
        right: -15px
    }

    .inside_about_active .about_box .three_box {
        width: 100%;
        display: block
    }

    .inside_about_active .about_box .three_box::after {
        width: 200vw;
        left: -50%
    }

    .inside_about_active .about_box .three_box .info {
        width: 100%;
        margin: 0
    }

    .inside_about_active .about_box .three_box .info .a_title {
        display: block
    }

    .inside_about_active .about_box .three_box .info .a_title .subtitle {
        text-align: center;
        margin: 10px 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .inside_about_active .about_box .three_box .images {
        width: 100%;
        margin: 30px 0 0;
        padding: 15px 15px 0 0
    }

    .inside_about_active .about_box .three_box .images .img::after {
        top: -15px;
        right: -15px
    }
}

@media (max-width:768px) and (max-width:480px) {
    .inside_about_active .about_box .one_box .images .img::after {
        border-width: 1px
    }
}

@media (max-width:768px) and (max-width:480px) {
    .inside_about_active .about_box .two_box .images .img::after {
        border-width: 1px
    }
}

@media (max-width:768px) and (max-width:480px) {
    .inside_about_active .about_box .three_box .images .img::after {
        border-width: 1px
    }
}

.inside_concept {
    width: 100%;
    height: auto;
    margin: 3.6vw 0 5.2vw;
    overflow: hidden
}

.inside_concept .concept_box {
    width: 100%;
    height: auto
}

.inside_concept .concept_box .p_title {
    width: 100%;
    height: auto;
    line-height: 1;
    text-align: center
}

.inside_concept .concept_box .p_title .title {
    font-size: 72px;
    font-variant: small-caps;
    font-family: Ginkgo
}

@media (max-width:1680px) {
    .inside_concept .concept_box .p_title .title {
        font-size: 63px
    }
}

@media (max-width:1440px) {
    .inside_concept .concept_box .p_title .title {
        font-size: 54px
    }
}

@media (max-width:1280px) {
    .inside_concept .concept_box .p_title .title {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .inside_concept .concept_box .p_title .title {
        font-size: 38.4px
    }
}

.inside_concept .concept_box .p_title .subtitle {
    margin-top: 15px;
    font-size: 36px
}

@media (max-width:1680px) {
    .inside_concept .concept_box .p_title .subtitle {
        font-size: 31.5px
    }
}

@media (max-width:1440px) {
    .inside_concept .concept_box .p_title .subtitle {
        font-size: 27px
    }
}

@media (max-width:1280px) {
    .inside_concept .concept_box .p_title .subtitle {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .inside_concept .concept_box .p_title .subtitle {
        font-size: 19.2px
    }
}

.inside_concept .concept_box .p_title .subtitle i {
    font-size: 80%
}

.inside_concept .concept_box .p_title .subtitle i.first {
    vertical-align: top
}

.inside_concept .concept_box .p_title .subtitle i.last {
    vertical-align: bottom
}

.inside_concept .concept_box .p_title .subtitle span {
    padding: 0 15px
}

.inside_concept .concept_box .concept_main {
    width: 100%;
    height: auto;
    margin-top: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.inside_concept .concept_box .concept_main .img {
    width: 24.88%;
    height: auto;
    max-height: 80vh
}

.inside_concept .concept_box .concept_main .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inside_concept .concept_box .concept_main .concept_list {
    flex: 1;
    margin-left: 5vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1vw 2.6vw;
    align-self: center
}

.inside_concept .concept_box .concept_main .concept_list .item {
    width: 100%;
    height: auto;
    margin-right: 30px;
    border-top: 2px solid #000;
    padding: 30px 0
}

.inside_concept .concept_box .concept_main .concept_list .item .title {
    width: 100%;
    line-height: 1.1;
    font-size: 36px;
    color: #000
}

@media (max-width:1680px) {
    .inside_concept .concept_box .concept_main .concept_list .item .title {
        font-size: 31.5px
    }
}

@media (max-width:1440px) {
    .inside_concept .concept_box .concept_main .concept_list .item .title {
        font-size: 27px
    }
}

@media (max-width:1280px) {
    .inside_concept .concept_box .concept_main .concept_list .item .title {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .inside_concept .concept_box .concept_main .concept_list .item .title {
        font-size: 19.2px
    }
}

.inside_concept .concept_box .concept_main .concept_list .item .title span {
    display: block
}

.inside_concept .concept_box .concept_main .concept_list .item .subtitle {
    margin: 12px 0 0;
    font-family: pf_b;
    font-size: 24px;
    color: #000
}

.inside_concept .concept_box .concept_main .concept_list .item .info {
    width: 100%;
    height: auto;
    margin: 2vw 0 0;
    line-height: 1.8;
    color: #666;
    overflow: hidden
}

.inside_concept .concept_box .concept_main .concept_list .item .info .p1 {
    font-size: 18px
}

.inside_concept .concept_box .concept_main .concept_list .item .info .p2 {
    font-size: 12px
}

@media (max-width:1440px) {
    .inside_concept .concept_box .concept_main .concept_list .item .subtitle {
        font-size: 20px
    }

    .inside_concept .concept_box .concept_main .concept_list .item .info .p1 {
        font-size: 16px
    }
}

@media (max-width:1280px) {
    .inside_concept .concept_box .concept_main .concept_list .item .subtitle {
        font-size: 18px
    }
}

@media (max-width:1024px) {
    .inside_concept .concept_box .concept_main .concept_list .item .title {
        font-size: 20px
    }

    .inside_concept .concept_box .concept_main .concept_list .item .subtitle {
        font-size: 16px
    }

    .inside_concept .concept_box .concept_main .concept_list .item .info {
        line-height: 1.6
    }

    .inside_concept .concept_box .concept_main .concept_list .item .info .p1 {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .inside_concept .concept_box .concept_main .concept_list .item:last-child {
        padding-bottom: 0
    }

    .inside_concept .concept_box .concept_main .concept_list .item .title {
        font-size: 18px
    }

    .inside_concept .concept_box .concept_main .concept_list .item .subtitle {
        font-size: 14px
    }

    .inside_concept .concept_box .concept_main .concept_list .item .info .p1 {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .inside_concept {
        margin: 50px 0
    }

    .inside_concept .concept_box .concept_main {
        margin-top: 40px
    }

    .inside_concept .concept_box .concept_main .concept_list {
        margin-left: 20px;
        grid-gap: 0 20px
    }

    .inside_concept .concept_box .concept_main .concept_list .item {
        border-width: 1px
    }

    .inside_concept .concept_box .concept_main .concept_list .item .title span {
        display: inline-block
    }
}

@media (max-width:768px) {
    .inside_concept .concept_box .concept_main {
        display: block
    }

    .inside_concept .concept_box .concept_main .img {
        display: none
    }

    .inside_concept .concept_box .concept_main .concept_list {
        width: 100%;
        margin: 0;
        grid-template-columns: 100%;
        grid-gap: 0 20px
    }

    .inside_concept .concept_box .concept_main .concept_list .item {
        border-width: 1px;
        padding: 25px 0
    }

    .inside_concept .concept_box .concept_main .concept_list .item .title span {
        display: inline-block
    }

    .inside_concept .concept_box .concept_main .concept_list .item .subtitle {
        margin: 2px 0 0
    }

    .inside_concept .concept_box .concept_main .concept_list .item .info {
        margin: 10px 0 0
    }
}

.history_box {
    width: 100%;
    height: auto;
    overflow: hidden
}

.history_box .history_title {
    width: 100%;
    height: auto
}

.history_box .history_title .center {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.history_box .history_title .title {
    width: auto;
    height: auto;
    padding: 0 0 4vw;
    font-family: Ginkgo;
    font-size: 88px;
    line-height: 1;
    font-variant: small-caps;
    position: relative;
    z-index: 1
}

@media (max-width:1680px) {
    .history_box .history_title .title {
        font-size: 77px
    }
}

@media (max-width:1440px) {
    .history_box .history_title .title {
        font-size: 66px
    }
}

@media (max-width:1280px) {
    .history_box .history_title .title {
        font-size: 58.66666667px
    }
}

@media (max-width:1024px) {
    .history_box .history_title .title {
        font-size: 46.93333333px
    }
}

.history_box .history_title .title::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000
}

.history_box .history_title .subtitle {
    width: 5em;
    height: 5em;
    margin: 0 4em 0 0;
    padding: 1.5em;
    align-self: center;
    border-radius: 50%;
    background: #000;
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width:1680px) {
    .history_box .history_title .subtitle {
        font-size: 38.5px
    }
}

@media (max-width:1440px) {
    .history_box .history_title .subtitle {
        font-size: 33px
    }
}

@media (max-width:1280px) {
    .history_box .history_title .subtitle {
        font-size: 29.33333333px
    }
}

@media (max-width:1024px) {
    .history_box .history_title .subtitle {
        font-size: 23.46666667px
    }
}

@media (max-width:1680px) {
    .history_box .history_title .subtitle {
        font-size: 38px
    }
}

@media (max-width:1440px) {
    .history_box .history_title .subtitle {
        font-size: 28px
    }
}

@media (max-width:1280px) {
    .history_box .history_title .subtitle {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .history_box .history_title .subtitle {
        font-size: 22px
    }
}

@media (max-width:1024px) {
    .history_box .history_title .title {
        padding: 0 0 30px;
        font-size: 44px
    }

    .history_box .history_title .subtitle {
        margin: 0 20px 0 0;
        text-align: center;
        font-size: 24px
    }
}

@media (max-width:768px) {
    .history_box .history_title .center {
        margin: 20px 0 0
    }

    .history_box .history_title .title {
        padding: 0 0 20px;
        font-size: 36px
    }

    .history_box .history_title .title::after {
        height: 2px
    }

    .history_box .history_title .subtitle {
        margin: 0;
        font-size: 20px
    }
}

@media (max-width:480px) {
    .history_box .history_title .title {
        font-size: 30px
    }

    .history_box .history_title .subtitle {
        font-size: 16px
    }
}

@media (max-width:360px) {
    .history_box .history_title .title {
        font-size: 24px
    }

    .history_box .history_title .subtitle {
        font-size: 14px
    }
}

.history_box .history_items {
    width: 100%;
    height: auto;
    margin: 7.2vw 0 4vw;
    position: relative;
    z-index: 1
}

.history_box .history_items .item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

.history_box .history_items .item .center {
    width: 100%;
    height: auto;
    padding: 6.2vw 0 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.history_box .history_items .item .center::after {
    content: '';
    width: 42.2%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    box-sizing: border-box;
    border: 1px solid #000;
    border-top: 0;
    border-bottom: 0
}

.history_box .history_items .item .center .info_box {
    width: 40%;
    padding: 2vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.history_box .history_items .item .center .info_box .info .title {
    font-family: Ginkgo, sy_b;
    line-height: 1;
    font-size: 40px;
    letter-spacing: 5px
}

.history_box .history_items .item .center .info_box .info .title span {
    font-size: 16px;
    letter-spacing: 1px
}

.history_box .history_items .item .center .info_box .info .details {
    margin: 30px 0 0;
    line-height: 1.5;
    text-align: justify;
    font-variant: small-caps
}

.history_box .history_items .item .center .info_box .info .details p {
    margin-top: 15px
}

.history_box .history_items .item .center .info_box .info .details p:first-child {
    margin: 0
}

.history_box .history_items .item .center .info_box .info .details .p1 {
    font-size: 18px
}

.history_box .history_items .item .center .info_box .info .details .p2 {
    font-size: 12px
}

.history_box .history_items .item .center .info_box .info .details_active {
    margin: 10px 0 0;
    font-family: Ginkgo;
    font-size: 30px;
    font-variant: small-caps;
    line-height: 1
}

.history_box .history_items .item .center .info_box .info .subtitle {
    margin: 2vw 0 0;
    font-size: 40px;
    letter-spacing: 2px
}

@media (max-width:1440px) {

    .history_box .history_items .item .center .info_box .info .title,
    .history_box .history_items .item .center .info_box .info .subtitle {
        font-size: 36px
    }

    .history_box .history_items .item .center .info_box .info .details_active {
        font-size: 26px
    }

    .history_box .history_items .item .center .info_box .info .details .p1 {
        font-size: 16px
    }
}

@media (max-width:1280px) {

    .history_box .history_items .item .center .info_box .info .title,
    .history_box .history_items .item .center .info_box .info .subtitle {
        font-size: 30px
    }

    .history_box .history_items .item .center .info_box .info .details_active {
        font-size: 22px
    }

    .history_box .history_items .item .center .info_box .info .details .p1 {
        font-size: 14px
    }
}

@media (max-width:1024px) {

    .history_box .history_items .item .center .info_box .info .title,
    .history_box .history_items .item .center .info_box .info .subtitle {
        font-size: 24px
    }

    .history_box .history_items .item .center .info_box .info .details_active {
        font-size: 18px
    }
}

@media (max-width:768px) {

    .history_box .history_items .item .center .info_box .info .title,
    .history_box .history_items .item .center .info_box .info .subtitle {
        font-size: 20px
    }

    .history_box .history_items .item .center .info_box .info .details {
        margin: 20px 0 0
    }

    .history_box .history_items .item .center .info_box .info .details .p1 {
        font-size: 12px
    }

    .history_box .history_items .item .center .info_box .info .details .p2 {
        font-size: 10px
    }

    .history_box .history_items .item .center .info_box .info .details_active {
        font-size: 16px
    }
}

@media (max-width:480px) {
    .history_box .history_items .item .center .info_box .info .subtitle {
        font-size: 16px
    }
}

.history_box .history_items .item .center .info_box .time {
    font-family: pf_r;
    font-size: 16px;
    color: #000;
    letter-spacing: 2px
}

@media (max-width:1024px) {
    .history_box .history_items .item .center .info_box .time {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .history_box .history_items .item .center .info_box .time {
        margin: 20px 0 0;
        font-size: 12px
    }
}

.history_box .history_items .item .center .images {
    width: 42.2%;
    height: auto
}

.history_box .history_items .item .center .images .img {
    width: 100%;
    height: auto;
    border: 1px solid #000;
    overflow: hidden
}

.history_box .history_items .item .center .images .img .pb {
    padding-bottom: 73.68%
}

.history_box .history_items .item .center .images .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.history_box .history_items .item .center .images .time {
    width: 10.4vw;
    height: 10.4vw;
    margin: -5.2vw 0 0 -5.2vw;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.2;
    overflow: hidden
}

.history_box .history_items .item .center .images .time span {
    display: block;
    font-size: 67%
}

@media (max-width:1280px) {
    .history_box .history_items .item .center .images .time {
        font-size: 20px
    }

    .history_box .history_items .item .center .images .time span {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .history_box .history_items .item .center {
        padding: 50px 0
    }
}

@media (max-width:768px) {
    .history_box .history_items .item .center {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        padding: 0
    }

    .history_box .history_items .item .center::after {
        width: 100%
    }

    .history_box .history_items .item .center .info_box {
        width: 100%;
        padding: 40px 15px
    }

    .history_box .history_items .item .center .images {
        width: 100%;
        margin: 0
    }

    .history_box .history_items .item .center .images .time {
        display: none
    }
}

.history_box .history_items .item:first-child .center {
    padding-top: 0
}

.history_box .history_items .item:last-child .center {
    padding-bottom: 0
}

.history_box .history_items .item:last-child .center::after {
    top: -20%
}

.history_box .history_items .item.active {
    background: #000
}

.history_box .history_items .item.active .center::after {
    border-color: #fff
}

.history_box .history_items .item.active .center .info_box {
    filter: invert(1)
}

.history_box .history_items .item.active .center .images .img {
    border-color: #fff
}

.history_box .history_items .item.active .center .images .time {
    border-color: #fff;
    background: #000;
    color: #fff
}

.history_box .history_items .item:last-child {
    z-index: 1
}

@media (max-width:768px) {
    .history_box .history_items {
        margin: 50px 0
    }

    .history_box .history_items .item:first-child .center::after {
        border-top: 1px solid #000
    }
}

.history_box .history_slogan {
    width: 100%;
    height: auto;
    margin: 4vw 0 0;
    overflow: hidden
}

.history_box .history_slogan .slogan_box {
    width: 100%;
    max-width: 1170px;
    height: auto;
    border-top: 2px solid #000;
    margin: 0 auto;
    padding: 6.2vw 0;
    overflow: hidden
}

.history_box .history_slogan .slogan_box .title_box {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    overflow: hidden
}

.history_box .history_slogan .slogan_box .title_box .title {
    display: inline-block;
    padding: 10px 2vw;
    border: 2px solid #000;
    line-height: 1.5;
    font-size: 20px
}

.history_box .history_slogan .slogan_box .details {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    text-align: center;
    font-family: Ginkgo;
    font-size: 72px;
    font-variant: small-caps;
    line-height: 1;
    overflow: hidden
}

@media (max-width:1680px) {
    .history_box .history_slogan .slogan_box .details {
        font-size: 63px
    }
}

@media (max-width:1440px) {
    .history_box .history_slogan .slogan_box .details {
        font-size: 54px
    }
}

@media (max-width:1280px) {
    .history_box .history_slogan .slogan_box .details {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .history_box .history_slogan .slogan_box .details {
        font-size: 38.4px
    }
}

@media (max-width:1024px) {
    .history_box .history_slogan {
        margin: 50px 0 0
    }

    .history_box .history_slogan .slogan_box {
        padding: 60px 0
    }

    .history_box .history_slogan .slogan_box .title_box .title {
        padding: 10px 25px;
        font-size: 18px
    }

    .history_box .history_slogan .slogan_box .details {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .history_box .history_slogan .slogan_box {
        padding: 50px 0
    }

    .history_box .history_slogan .slogan_box .title_box .title {
        font-size: 14px;
        border-width: 1px
    }

    .history_box .history_slogan .slogan_box .details {
        margin: 20px 0 0;
        font-size: 24px
    }
}

.inside_brand {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inside_brand .brand_banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.inside_brand .brand_banner .center {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.inside_brand .brand_banner .center .info {
    width: 90%;
    max-width: 1000px;
    height: auto;
    padding: 3vw;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inside_brand .brand_banner .center .info::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    opacity: .5
}

.inside_brand .brand_banner .center .info .content {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 6px solid #000;
    padding: 4vw;
    text-align: center;
    overflow: hidden
}

.inside_brand .brand_banner .center .info .content .title_box {
    width: 100%;
    height: auto;
    font-size: 0;
    overflow: hidden
}

.inside_brand .brand_banner .center .info .content .title_box .title {
    display: inline-block;
    padding: 0 0 10px;
    font-family: sy_b;
    font-size: 48px;
    letter-spacing: 5px;
    border-bottom: 3px solid #000
}

.inside_brand .brand_banner .center .info .content .details {
    width: 100%;
    max-width: 350px;
    margin: 20px auto 0;
    line-height: 1.2;
    font-family: Ginkgo;
    font-size: 20px;
    text-align: justify;
    text-align-last: center;
    letter-spacing: 1px
}

@media (max-width:1440px) {
    .inside_brand .brand_banner .center .info .content .title_box .title {
        font-size: 40px
    }

    .inside_brand .brand_banner .center .info .content .details {
        font-size: 18px
    }
}

@media (max-width:1280px) {
    .inside_brand .brand_banner .center .info .content {
        border-width: 5px
    }

    .inside_brand .brand_banner .center .info .content .title_box .title {
        font-size: 36px
    }

    .inside_brand .brand_banner .center .info .content .details {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .inside_brand .brand_banner .center .info .content {
        padding: 30px;
        border-width: 4px
    }

    .inside_brand .brand_banner .center .info .content .title_box .title {
        font-size: 30px;
        border-width: 2px
    }

    .inside_brand .brand_banner .center .info .content .details {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .inside_brand .brand_banner .center .info .content {
        border-width: 3px
    }

    .inside_brand .brand_banner .center .info .content .title_box .title {
        width: 100%;
        display: block;
        font-size: 24px;
        border-width: 1px
    }
}

@media (max-width:480px) {
    .inside_brand .brand_banner .center .info .content {
        border-width: 2px
    }

    .inside_brand .brand_banner .center .info .content .title_box .title {
        font-size: 20px
    }

    .inside_brand .brand_banner .center .info .content .details {
        font-size: 12px
    }
}

.inside_brand .brand_banner .images {
    width: 100%;
    height: auto;
    font-size: 0
}

.inside_brand .brand_banner .images img {
    min-height: 300px;
    object-fit: cover
}

.inside_brand .title_box {
    width: 100%;
    height: auto
}

.inside_brand .title_box .title {
    font-size: 72px;
    font-family: Ginkgo;
    line-height: 1;
    font-variant: small-caps
}

@media (max-width:1680px) {
    .inside_brand .title_box .title {
        font-size: 63px
    }
}

@media (max-width:1440px) {
    .inside_brand .title_box .title {
        font-size: 54px
    }
}

@media (max-width:1280px) {
    .inside_brand .title_box .title {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .inside_brand .title_box .title {
        font-size: 38.4px
    }
}

.inside_brand .title_box .title.active {
    padding: 0 0 0 3.5vw
}

.inside_brand .title_box .subtitle {
    width: 100%;
    height: auto;
    padding: 0 0 0 7vw;
    font-size: 36px;
    vertical-align: middle;
    letter-spacing: .5em
}

@media (max-width:1680px) {
    .inside_brand .title_box .subtitle {
        font-size: 31.5px
    }
}

@media (max-width:1440px) {
    .inside_brand .title_box .subtitle {
        font-size: 27px
    }
}

@media (max-width:1280px) {
    .inside_brand .title_box .subtitle {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .inside_brand .title_box .subtitle {
        font-size: 19.2px
    }
}

.inside_brand .title_box .subtitle i {
    font-size: 100%
}

.inside_brand .title_box .subtitle i.first {
    vertical-align: top
}

.inside_brand .title_box .subtitle i.last {
    vertical-align: bottom
}

@media (max-width:1024px) {
    .inside_brand .title_box .title {
        font-size: 40px
    }

    .inside_brand .title_box .title.active {
        padding: 0 0 0 30px
    }

    .inside_brand .title_box .subtitle {
        padding: 0 0 0 60px;
        font-size: 20px
    }
}

@media (max-width:768px) {
    .inside_brand .title_box .title {
        font-size: 30px
    }

    .inside_brand .title_box .title.active {
        padding: 0 0 0 20px
    }

    .inside_brand .title_box .subtitle {
        padding: 0 0 0 40px;
        font-size: 16px
    }
}

.inside_brand .item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin: 6.2vw 0;
    overflow: hidden
}

.inside_brand .item .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inside_brand .item .text_details {
    width: 100%;
    height: auto;
    margin: 4vw 0 0;
    color: #666;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2;
    text-align: justify;
    overflow: hidden
}

.inside_brand .item .text_details p {
    margin-top: 20px
}

.inside_brand .item .text_details p:first-child {
    margin: 0
}

.inside_brand .item .eng {
    width: 100%;
    max-width: 500px;
    height: auto;
    position: relative;
    z-index: 1;
    align-self: end;
    margin: 2vw 0 0;
    font-size: 8px;
    zoom: .66;
    letter-spacing: 1px;
    line-height: 2;
    opacity: .5;
    text-align: justify;
    word-break: break-all;
    overflow: hidden
}

@media (max-width:1440px) {
    .inside_brand .item .text_details {
        font-size: 16px
    }
}

@media (max-width:1280px) {
    .inside_brand .item .text_details {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .inside_brand .item {
        margin: 50px 0
    }

    .inside_brand .item .text_details {
        margin: 30px 0 0;
        line-height: 1.8
    }
}

@media (max-width:768px) {
    .inside_brand .item .center {
        display: block
    }

    .inside_brand .item .text_details {
        font-size: 12px;
        line-height: 1.6
    }

    .inside_brand .item .text_details p {
        margin-top: 15px
    }
}

.inside_brand .brand_one {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inside_brand .brand_one .one_box .center {
    flex-direction: row-reverse
}

.inside_brand .brand_one .one_box .images {
    width: 38.6%;
    max-width: 522px;
    font-size: 0
}

.inside_brand .brand_one .one_box .info {
    flex: 1;
    padding: 2vw 1vw 2vw 6.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inside_brand .brand_one .one_box .info .info_head {
    width: 100%;
    max-width: 560px;
    height: auto;
    overflow: hidden
}

.inside_brand .brand_one .two_box .center {
    flex-direction: row-reverse
}

.inside_brand .brand_one .two_box .images {
    width: 38.6%;
    max-width: 522px;
    height: auto;
    margin: 10vw 0 0
}

.inside_brand .brand_one .two_box .images .img {
    width: 100%;
    height: auto;
    font-size: 0;
    overflow: hidden
}

.inside_brand .brand_one .two_box .images .details {
    width: 100%;
    max-width: 261px;
    height: auto;
    margin: 20px 0 0;
    font-size: 8px;
    zoom: .66;
    letter-spacing: 1px;
    line-height: 2;
    opacity: .5;
    text-align: justify;
    word-break: break-all;
    overflow: hidden
}

.inside_brand .brand_one .two_box .info {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inside_brand .brand_one .two_box .info .img {
    width: 100%;
    max-width: 500px;
    font-size: 0
}

.inside_brand .brand_one .two_box .info .info_head {
    width: 100%;
    height: auto;
    margin: 5.2vw auto;
    padding: 0 8% 0 30%;
    overflow: hidden
}

.inside_brand .brand_one .three_box .center {
    display: block
}

.inside_brand .brand_one .three_box .last_head {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.inside_brand .brand_one .three_box .last_head .info {
    flex: 1;
    padding: 3vw 15% 0 0
}

.inside_brand .brand_one .three_box .last_head .images {
    width: 50%;
    max-width: 650px;
    font-size: 0;
    overflow: hidden
}

.inside_brand .brand_one .three_box .eng {
    max-width: 600px;
    margin: calc(-1.5em * 2) auto 0
}

@media (max-width:1024px) {
    .inside_brand .brand_one .one_box .info {
        padding: 20px 0 20px 40px
    }

    .inside_brand .brand_one .two_box .info {
        padding: 0 0 0 40px
    }

    .inside_brand .brand_one .two_box .info .info_head {
        margin: 40px 0;
        padding: 0
    }

    .inside_brand .brand_one .three_box .last_head .info {
        padding: 40px 40px 0 0
    }
}

@media (max-width:990px) {
    .inside_brand .brand_one .three_box .eng {
        max-width: 100%;
        margin: 30px 0 0
    }
}

@media (max-width:768px) {
    .inside_brand .brand_one .one_box {
        margin-bottom: 20px
    }

    .inside_brand .brand_one .one_box .info {
        width: 100%;
        padding: 0;
        display: block
    }

    .inside_brand .brand_one .one_box .info .info_head {
        width: 100%;
        max-width: 100%
    }

    .inside_brand .brand_one .one_box .info .eng {
        max-width: 100%
    }

    .inside_brand .brand_one .one_box .images {
        width: 100%;
        max-width: 100%;
        margin: 30px 0 0;
        text-align: center
    }

    .inside_brand .brand_one .two_box {
        margin-top: 20px
    }

    .inside_brand .brand_one .two_box .info {
        padding: 0
    }

    .inside_brand .brand_one .two_box .info .info_head {
        margin: 30px 0;
        padding: 0
    }

    .inside_brand .brand_one .two_box .info .info_head .text_details {
        margin: 20px 0 0
    }

    .inside_brand .brand_one .two_box .images {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .inside_brand .brand_one .two_box .images .details {
        max-width: 100%
    }

    .inside_brand .brand_one .three_box .last_head {
        display: block
    }

    .inside_brand .brand_one .three_box .last_head .info {
        width: 100%;
        padding: 0
    }

    .inside_brand .brand_one .three_box .last_head .info .text_details {
        margin: 20px 0 0
    }

    .inside_brand .brand_one .three_box .last_head .images {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
        text-align: center
    }

    .inside_brand .brand_one .three_box .eng {
        margin: 20px 0 0
    }
}

.inside_brand .brand_two {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inside_brand .brand_two .one_box {
    margin: 0;
    padding: 7.2vw 0 0;
    background: #000
}

.inside_brand .brand_two .one_box .center {
    display: block
}

.inside_brand .brand_two .one_box .one_head {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inside_brand .brand_two .one_box .one_head .info {
    width: auto;
    flex: 1;
    height: auto;
    margin: 0 20% 0 0;
    overflow: hidden
}

.inside_brand .brand_two .one_box .one_head .info .title_box,
.inside_brand .brand_two .one_box .one_head .info .text_details {
    color: #fff
}

.inside_brand .brand_two .one_box .one_head .images {
    width: 100%;
    max-width: 490px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.inside_brand .brand_two .one_box .one_head .images .img {
    width: 100%;
    height: auto;
    font-size: 0;
    overflow: hidden
}

.inside_brand .brand_two .one_box .one_head .images .eng {
    max-width: 340px;
    margin: 20px 0 0;
    color: #fff
}

.inside_brand .brand_two .one_box .body_img {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    margin: 30px 0 0;
    padding-left: 20%;
    overflow: hidden
}

.inside_brand .brand_two .two_box {
    margin: 0;
    padding: 3vw 0 0;
    background: #000
}

.inside_brand .brand_two .two_box .center {
    flex-direction: row-reverse
}

.inside_brand .brand_two .two_box .images {
    width: 28.59%;
    max-width: 386px;
    height: auto
}

.inside_brand .brand_two .two_box .images .img {
    width: 100%;
    height: auto;
    font-size: 0;
    overflow: hidden
}

.inside_brand .brand_two .two_box .images .details {
    width: 100%;
    height: auto;
    margin: calc(-3em * 2) 0 0 30%;
    color: #fff;
    font-size: 8px;
    zoom: .66;
    letter-spacing: 1px;
    line-height: 2;
    opacity: .5;
    text-align: justify;
    word-break: break-all;
    overflow: hidden
}

.inside_brand .brand_two .two_box .info {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 0 0 4vw 25%;
    align-self: center
}

.inside_brand .brand_two .two_box .info .title_box,
.inside_brand .brand_two .two_box .info .text_details {
    color: #fff
}

.inside_brand .brand_two .three_box {
    margin-top: 0
}

.inside_brand .brand_two .three_box::after {
    content: '';
    width: 100%;
    height: 5.2vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000
}

.inside_brand .brand_two .three_box .center {
    flex-direction: row-reverse
}

.inside_brand .brand_two .three_box .images {
    width: 38.6%;
    max-width: 522px;
    height: auto;
    margin: 10vw 0 0
}

.inside_brand .brand_two .three_box .images .img {
    width: 100%;
    height: auto;
    font-size: 0;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.inside_brand .brand_two .three_box .images .details {
    width: 100%;
    height: auto;
    margin: calc(-3em * 2) 0 0 25%;
    font-size: 8px;
    zoom: .66;
    letter-spacing: 1px;
    line-height: 2;
    opacity: .5;
    text-align: justify;
    word-break: break-all;
    overflow: hidden
}

.inside_brand .brand_two .three_box .info {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inside_brand .brand_two .three_box .info .img {
    width: 80%;
    max-width: 500px
}

.inside_brand .brand_two .three_box .info .info_head {
    width: 100%;
    height: auto;
    margin: 5.2vw auto;
    padding: 0 0 0 25%;
    overflow: hidden
}

@media (max-width:1024px) {
    .inside_brand .brand_two .one_box {
        padding: 70px 0 0
    }

    .inside_brand .brand_two .one_box .one_head .info {
        margin: 0 40px 0 0
    }

    .inside_brand .brand_two .one_box .body_img {
        padding-left: 40px
    }

    .inside_brand .brand_two .two_box {
        padding: 50px 0 40px
    }

    .inside_brand .brand_two .two_box .images .details {
        width: 50vw;
        margin: calc(-2em * 2) 0 0 20%
    }

    .inside_brand .brand_two .two_box .info {
        display: block;
        align-self: start;
        padding: 40px 0 40px 15%
    }

    .inside_brand .brand_two .three_box::after {
        height: 100px
    }

    .inside_brand .brand_two .three_box .images {
        margin: 160px 0 0
    }

    .inside_brand .brand_two .three_box .info .info_head {
        margin: 40px 0 0;
        padding: 0 0 0 25%
    }
}

@media (max-width:768px) {
    .inside_brand .brand_two .one_box .one_head {
        display: block
    }

    .inside_brand .brand_two .one_box .one_head .info {
        margin: 0
    }

    .inside_brand .brand_two .one_box .one_head .info .text_details {
        max-width: 100%
    }

    .inside_brand .brand_two .one_box .one_head .images {
        max-width: 100%;
        margin: 20px 0 0
    }

    .inside_brand .brand_two .one_box .one_head .images .eng {
        max-width: 100%
    }

    .inside_brand .brand_two .one_box .body_img {
        padding: 0
    }

    .inside_brand .brand_two .two_box {
        padding: 50px 0
    }

    .inside_brand .brand_two .two_box .images {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0
    }

    .inside_brand .brand_two .two_box .images .details {
        width: 100%;
        margin: 20px 0 0
    }

    .inside_brand .brand_two .two_box .info {
        padding: 0
    }

    .inside_brand .brand_two .three_box .info {
        width: 100%
    }

    .inside_brand .brand_two .three_box .info .img {
        width: 100%;
        max-width: 100%;
        text-align: right
    }

    .inside_brand .brand_two .three_box .info .info_head {
        margin: 30px 0 0;
        padding: 0
    }

    .inside_brand .brand_two .three_box .images {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0
    }

    .inside_brand .brand_two .three_box .images .details {
        margin: 20px 0 0
    }
}

.inside_banner {
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    background: #000;
    overflow: hidden
}

.inside_banner .subnav_box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff
}

.inside_banner .subnav_box a,
.inside_banner .subnav_box span {
    color: #fff;
    opacity: .4
}

.inside_banner .subnav_box a:hover {
    opacity: 1
}

.inside_banner .swiper_box {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.inside_banner .swiper_box ul {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.inside_banner .swiper_box ul li {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.inside_banner .swiper_box ul li .center {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.inside_banner .swiper_box ul li .images {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.inside_banner .swiper_box ul li .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s linear 2s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.inside_banner .swiper_box ul li.active .images img,
.inside_banner .swiper_box ul li.swiper-slide-duplicate-active .images img {
    transition: 6s linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.inside_banner .healthy_banner ul li .center .info .banner_info {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff
}

.inside_banner .healthy_banner ul li .center .info .banner_info .one_details {
    width: 46%;
    padding: 0 0 10vh;
    font-family: pf_r;
    font-size: 24px;
    line-height: 1.66;
    letter-spacing: 2px;
    text-align: justify
}

.inside_banner .healthy_banner ul li .center .info .banner_info .one_details p {
    margin-top: 1.5vw
}

.inside_banner .healthy_banner ul li .center .info .banner_info .one_details p:first-child {
    margin: 0
}

.inside_banner .healthy_banner ul li .center .info .banner_info .two_details {
    width: 46%;
    align-self: end
}

.inside_banner .healthy_banner ul li .center .info .banner_info .two_details .logo {
    width: 50%;
    max-width: 220px
}

.inside_banner .healthy_banner ul li .center .info .banner_info .two_details .details {
    width: 100%;
    height: auto;
    margin-top: 2vw;
    padding-left: 12px;
    font-size: 8px;
    zoom: .66;
    line-height: 1.66;
    font-family: pf_r;
    letter-spacing: 1px;
    text-align: justify;
    word-break: break-all;
    overflow: hidden
}

.inside_banner .healthy_banner ul li .center .info .banner_info .two_details .details p {
    margin-top: 1vw
}

.inside_banner .healthy_banner ul li .center .info .banner_info .two_details .details p:first-child {
    margin: 0
}

@media (max-width:1440px) {
    .inside_banner .healthy_banner ul li .center .info .banner_info .one_details {
        font-size: 20px
    }
}

@media (max-width:1280px) {
    .inside_banner .healthy_banner ul li .center .info .banner_info .one_details {
        font-size: 18px
    }
}

@media (max-width:1024px) {
    .inside_banner .healthy_banner ul li .center .info .banner_info .one_details {
        font-size: 16px
    }

    .inside_banner .healthy_banner ul li .center .info .banner_info .one_details p {
        margin-top: 15px
    }

    .inside_banner .healthy_banner ul li .center .info .banner_info .two_details .details {
        margin-top: 15px
    }
}

@media (max-width:990px) {
    .inside_banner .healthy_banner ul li .center .info .banner_info {
        flex-direction: column-reverse
    }

    .inside_banner .healthy_banner ul li .center .info .banner_info .one_details {
        width: 80%;
        margin: 40px auto 0;
        padding: 0;
        text-align: center
    }

    .inside_banner .healthy_banner ul li .center .info .banner_info .two_details {
        width: 80%;
        margin: 0 auto;
        text-align: center
    }

    .inside_banner .healthy_banner ul li .center .info .banner_info .two_details .logo {
        margin: 0 auto
    }

    .inside_banner .healthy_banner ul li .center .info .banner_info .two_details .details {
        text-align: center;
        padding: 0
    }
}

@media (max-width:768px) {
    .inside_banner .healthy_banner ul li .center .info .banner_info .one_details {
        width: 100%;
        font-size: 14px
    }

    .inside_banner .healthy_banner ul li .center .info .banner_info .two_details {
        width: 100%
    }

    .inside_banner .healthy_banner ul li .center .info .banner_info .two_details .details {
        display: none
    }
}

.inside_banner .prevent_banner ul li .center .info {
    text-align: center;
    color: #fff
}

.inside_banner .prevent_banner ul li .center .info .title {
    font-size: 54px;
    line-height: 1;
    font-family: Ginkgo
}

.inside_banner .prevent_banner ul li .center .info .subtitle {
    margin: 2.6vw 0 0;
    font-family: pf_r;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: .3em
}

@media (max-width:1440px) {
    .inside_banner .prevent_banner ul li .center .info .title {
        font-size: 48px
    }

    .inside_banner .prevent_banner ul li .center .info .subtitle {
        font-size: 34px
    }
}

@media (max-width:1280px) {
    .inside_banner .prevent_banner ul li .center .info .title {
        font-size: 44px
    }

    .inside_banner .prevent_banner ul li .center .info .subtitle {
        font-size: 30px
    }
}

@media (max-width:1024px) {
    .inside_banner .prevent_banner ul li .center .info .title {
        font-size: 40px
    }

    .inside_banner .prevent_banner ul li .center .info .subtitle {
        margin: 20px 0 0;
        font-size: 24px
    }
}

@media (max-width:768px) {
    .inside_banner .prevent_banner ul li .center .info .title {
        font-size: 36px;
        line-height: 1.2
    }

    .inside_banner .prevent_banner ul li .center .info .subtitle {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .inside_banner .prevent_banner ul li .center .info .title {
        font-size: 24px
    }

    .inside_banner .prevent_banner ul li .center .info .subtitle {
        font-size: 16px
    }
}

@media (max-width:360px) {
    .inside_banner .prevent_banner ul li .center .info .title {
        font-size: 24px
    }

    .inside_banner .prevent_banner ul li .center .info .subtitle {
        font-size: 14px
    }
}

.inside_academy {
    width: 100%;
    height: auto
}

.inside_academy .academy_box {
    width: 100%;
    height: auto
}

.inside_academy .academy_box .academy_head {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.inside_academy .academy_box .academy_head .images {
    width: 50%;
    max-width: 544px;
    order: 1;
    font-size: 0;
    text-align: center
}

.inside_academy .academy_box .academy_head .item {
    text-align: center
}

.inside_academy .academy_box .academy_head .item .subtitle {
    font-family: Ginkgo;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 3px
}

.inside_academy .academy_box .academy_head .item .subtitle p {
    margin: 10px 0 0
}

.inside_academy .academy_box .academy_head .item .subtitle p:first-child {
    margin: 0
}

.inside_academy .academy_box .academy_head .item .title {
    margin: 30px 0 0;
    font-family: pf_r;
    font-size: 36px;
    color: #000;
    line-height: 1
}

.inside_academy .academy_box .academy_head .item .icon {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    text-align: center;
    overflow: hidden
}

.inside_academy .academy_box .academy_head .prev {
    order: 0
}

.inside_academy .academy_box .academy_head .next {
    order: 2
}

.inside_academy .academy_box .text_details {
    max-width: 900px;
    margin: 4vw auto;
    color: #000
}

.inside_academy .academy_box .academy_items {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 6vw;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-gap: 4vw
}

.inside_academy .academy_box .academy_items .item {
    width: 100%;
    height: auto;
    grid-column: span 2;
    overflow: hidden
}

.inside_academy .academy_box .academy_items .item .title {
    line-height: 1;
    font-size: 26px
}

.inside_academy .academy_box .academy_items .item .title span {
    border-bottom: 2px solid #000
}

.inside_academy .academy_box .academy_items .item .subtitle {
    margin: 15px 0 0;
    font-family: pf_b;
    font-size: 18px
}

.inside_academy .academy_box .academy_items .item .text_details {
    margin: 20px 0 0;
    color: #666
}

.inside_academy .academy_box .academy_items .item.last {
    grid-column: span 3;
    grid-row: span 1
}

@media (max-width:1440px) {
    .inside_academy .academy_box .academy_head .item .subtitle {
        font-size: 18px
    }

    .inside_academy .academy_box .academy_head .item .title {
        font-size: 30px
    }

    .inside_academy .academy_box .academy_items .item .title {
        font-size: 24px
    }
}

@media (max-width:1280px) {
    .inside_academy .academy_box .academy_head .item {
        width: 30%
    }

    .inside_academy .academy_box .academy_head .item .subtitle {
        font-size: 16px
    }

    .inside_academy .academy_box .academy_head .item .title {
        font-size: 24px
    }

    .inside_academy .academy_box .academy_head .images {
        width: 30%
    }

    .inside_academy .academy_box .academy_items {
        padding: 0
    }

    .inside_academy .academy_box .academy_items .item .title {
        font-size: 22px
    }

    .inside_academy .academy_box .academy_items .item .subtitle {
        font-size: 16px
    }

    .inside_academy .academy_box .academy_items .item .details {
        font-size: 16px
    }

    .inside_academy .academy_box .academy_items .item .details p {
        margin-top: 15px
    }
}

@media (max-width:1024px) {
    .inside_academy .academy_box .academy_head .item .subtitle {
        font-size: 14px
    }

    .inside_academy .academy_box .academy_head .item .subtitle p {
        margin-top: 5px
    }

    .inside_academy .academy_box .academy_head .item .title {
        font-size: 22px
    }

    .inside_academy .academy_box .text_details {
        max-width: 100%;
        margin: 40px 0
    }

    .inside_academy .academy_box .academy_items {
        max-width: 100%;
        grid-gap: 40px 50px
    }

    .inside_academy .academy_box .academy_items .item .subtitle {
        font-size: 14px
    }

    .inside_academy .academy_box .academy_items .item .title {
        font-size: 20px
    }
}

@media (max-width:768px) {
    .inside_academy .academy_box .academy_head {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }

    .inside_academy .academy_box .academy_head .images {
        width: 100%;
        max-width: 100%;
        order: 0;
        margin-bottom: 30px
    }

    .inside_academy .academy_box .academy_head .item {
        width: 50%
    }

    .inside_academy .academy_box .academy_head .item .subtitle {
        font-size: 12px
    }

    .inside_academy .academy_box .academy_head .item .title {
        font-size: 18px
    }

    .inside_academy .academy_box .academy_items {
        grid-gap: 30px 20px
    }

    .inside_academy .academy_box .academy_items .item .title {
        font-size: 16px
    }

    .inside_academy .academy_box .academy_items .item .title span {
        border-width: 1px
    }

    .inside_academy .academy_box .academy_items .item .subtitle {
        margin: 10px 0 0;
        font-size: 12px
    }
}

@media (max-width:480px) {
    .inside_academy .academy_box .academy_head .item .title {
        font-size: 16px
    }

    .inside_academy .academy_box .text_details {
        margin: 30px 0
    }
}

.inside_academy .academy_images {
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 2vw auto 5.2vw;
    overflow: hidden
}

.inside_academy .academy_images .img {
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: right;
    overflow: hidden
}

@media (max-width:1024px) {
    .inside_academy .academy_images {
        margin: 40px 0 50px
    }
}

.inside_academy .academy_list {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inside_academy .academy_list .item {
    width: 100%;
    height: auto;
    margin: 5vw 0 0;
    padding: 25px 0;
    border-top: 3px solid #000;
    position: relative;
    overflow: hidden
}

.inside_academy .academy_list .item .info {
    width: 34.3%;
    height: 100%;
    padding: 25px 0;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden
}

.inside_academy .academy_list .item .info .title_box .head_title {
    font-size: 12px;
    line-height: 1.2
}

.inside_academy .academy_list .item .info .title_box .title {
    width: 100%;
    height: auto;
    margin: 2vw 0 0;
    font-size: 36px;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: 5px
}

.inside_academy .academy_list .item .info .title_box .title i {
    font-size: 100%
}

.inside_academy .academy_list .item .info .title_box .title i.first {
    vertical-align: top;
    margin-left: -.5em
}

.inside_academy .academy_list .item .info .title_box .title i.last {
    vertical-align: bottom
}

.inside_academy .academy_list .item .info .title_box .subtitle {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    line-height: 1;
    font-size: 14px;
    letter-spacing: .5px;
    overflow: hidden
}

.inside_academy .academy_list .item .info .text_details {
    margin: 3vw 0 0;
    padding-right: 10px;
    overflow: hidden;
    overflow-y: auto
}

.inside_academy .academy_list .item .images {
    width: 65.7%;
    height: auto;
    font-size: 0
}

.inside_academy .academy_list .item:first-child {
    margin: 0
}

.inside_academy .academy_list .item:nth-child(odd) .info {
    padding-left: 20px;
    right: 0
}

.inside_academy .academy_list .item:nth-child(even) .info {
    padding-right: 20px
}

.inside_academy .academy_list .item:nth-child(even) .images {
    float: right
}

@media (max-width:1440px) {
    .inside_academy .academy_list .item .info .title_box .title {
        font-size: 30px
    }
}

@media (max-width:1280px) {
    .inside_academy .academy_list .item .info .title_box .title {
        font-size: 26px
    }
}

@media (max-width:1024px) {
    .inside_academy .academy_list .item {
        margin: 40px 0 0;
        border-width: 2px
    }

    .inside_academy .academy_list .item .info .title_box .head_title {
        font-size: 10px
    }

    .inside_academy .academy_list .item .info .title_box .title {
        margin: 20px 0 0;
        font-size: 24px
    }

    .inside_academy .academy_list .item .info .title_box .subtitle {
        font-size: 12px
    }

    .inside_academy .academy_list .item .info .text_details {
        margin: 20px 0 0
    }
}

@media (max-width:990px) {
    .inside_academy .academy_list .item .images {
        width: 55%
    }

    .inside_academy .academy_list .item .info {
        width: 45%
    }
}

@media (max-width:768px) {
    .inside_academy .academy_list .item {
        margin: 0;
        padding: 30px 0;
        border-width: 1px
    }

    .inside_academy .academy_list .item .info {
        width: 100%;
        padding: 0 !important;
        position: relative
    }

    .inside_academy .academy_list .item .info .title_box .title {
        font-size: 22px
    }

    .inside_academy .academy_list .item .images {
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width:480px) {
    .inside_academy .academy_list .item .info .title_box .title {
        font-size: 20px
    }
}

.inside_academy .academy_main {
    width: 100%;
    height: auto;
    margin: 5.2vw 0 4vw;
    overflow: hidden
}

.inside_academy .academy_main .center {
    position: relative;
    overflow: hidden
}

.inside_academy .academy_main .center::before,
.inside_academy .academy_main .center::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
    background: #000
}

.inside_academy .academy_main .center::after {
    width: 20%;
    height: 6px;
    left: 25%;
    top: 0
}

.inside_academy .academy_main .center .info_box {
    width: 100%;
    max-width: 680px;
    height: auto;
    margin: 4.2vw auto 0
}

.inside_academy .academy_main .center .info_box .title_box {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inside_academy .academy_main .center .info_box .title_box .title {
    font-size: 72px;
    font-family: Ginkgo;
    line-height: 1;
    font-variant: small-caps
}

@media (max-width:1680px) {
    .inside_academy .academy_main .center .info_box .title_box .title {
        font-size: 63px
    }
}

@media (max-width:1440px) {
    .inside_academy .academy_main .center .info_box .title_box .title {
        font-size: 54px
    }
}

@media (max-width:1280px) {
    .inside_academy .academy_main .center .info_box .title_box .title {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .inside_academy .academy_main .center .info_box .title_box .title {
        font-size: 38.4px
    }
}

.inside_academy .academy_main .center .info_box .title_box .title.active {
    padding-left: 4.5vw
}

.inside_academy .academy_main .center .info_box .title_box .subtitle {
    width: 100%;
    height: auto;
    padding-left: 9vw;
    font-size: 36px;
    vertical-align: middle;
    letter-spacing: 5px
}

.inside_academy .academy_main .center .info_box .title_box .subtitle i {
    font-size: 100%
}

.inside_academy .academy_main .center .info_box .title_box .subtitle i.first {
    vertical-align: top
}

.inside_academy .academy_main .center .info_box .title_box .subtitle i.last {
    vertical-align: bottom
}

.inside_academy .academy_main .center .info_box .text_details {
    margin: 4vw 0 0;
    padding-left: 4.2em;
    color: #000
}

@media (max-width:1440px) {
    .inside_academy .academy_main .center .info_box .title_box .subtitle {
        font-size: 34px
    }
}

@media (max-width:1280px) {
    .inside_academy .academy_main .center .info_box .title_box .subtitle {
        font-size: 32px
    }
}

@media (max-width:1024px) {
    .inside_academy .academy_main .center .info_box {
        max-width: 100%;
        margin: 40px 0 0
    }

    .inside_academy .academy_main .center .info_box .title_box {
        text-align: center
    }

    .inside_academy .academy_main .center .info_box .title_box .title {
        font-size: 40px
    }

    .inside_academy .academy_main .center .info_box .title_box .title.active {
        padding: 0
    }

    .inside_academy .academy_main .center .info_box .title_box .subtitle {
        margin: 10px 0 0;
        padding: 0;
        font-size: 20px
    }

    .inside_academy .academy_main .center .info_box .text_details {
        margin: 40px 0 0;
        padding: 0;
        text-align: center
    }
}

@media (max-width:768px) {
    .inside_academy .academy_main .center .info_box {
        max-width: 100%
    }

    .inside_academy .academy_main .center .info_box .title_box .title {
        font-size: 30px
    }

    .inside_academy .academy_main .center .info_box .title_box .subtitle {
        font-size: 16px
    }
}

@media (max-width:1280px) {
    .inside_academy .academy_main .center::after {
        left: 20%
    }
}

@media (max-width:1024px) {
    .inside_academy .academy_main .center::after {
        left: 40%
    }
}

@media (max-width:768px) {
    .inside_academy .academy_main .center::before {
        height: 1px;
        top: 1px
    }

    .inside_academy .academy_main .center::after {
        height: 3px
    }
}

.inside_academy .acadmey_team {
    width: 100%;
    height: auto;
    margin: 2vw 0 5.2vw;
    padding: 2vw 0;
    overflow: hidden
}

.inside_academy .acadmey_team .team_box {
    width: 100%;
    height: auto;
    padding: 1vw;
    position: relative
}

.inside_academy .acadmey_team .team_box .team_main {
    width: 100%;
    height: auto;
    position: relative;
    padding: 1vw;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2vw 6%;
    position: relative;
    z-index: 2;
    border: 2px solid #000;
    border-radius: 10px;
    overflow: hidden
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul {
    width: 100%;
    height: auto
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    opacity: 0
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .images {
    width: 35%;
    height: 100%;
    background: linear-gradient(133deg, #2a375d, #0b0c21);
    border-radius: 50%;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .images .pb {
    padding-bottom: 133.33%
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .images img {
    vertical-align: middle
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info {
    flex: 1;
    height: 100%;
    padding: 0 0 0 4.6vw;
    align-self: center
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box .title {
    font-size: 40px;
    line-height: 1
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box .subtitle {
    font-family: Ginkgo;
    font-size: 20px
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .text_details {
    margin: 2vw 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .text_details p {
    margin-top: 5px
}

.inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .text_details .br {
    height: 1em
}

@media (max-width:1440px) {
    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box .title {
        font-size: 35px
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box .subtitle {
        font-size: 18px
    }
}

@media (max-width:1280px) {
    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box .title {
        font-size: 30px
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box .subtitle {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info {
        padding: 0 0 0 50px
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box .title {
        font-size: 24px
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box .subtitle {
        font-size: 14px
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .text_details {
        font-size: 14px
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .text_details .br {
        height: .5em
    }
}

@media (max-width:768px) {
    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box .title {
        font-size: 20px
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .title_box .subtitle {
        font-size: 12px
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info .text_details {
        font-size: 12px
    }
}

@media (max-width:990px) {
    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .images {
        width: 100%;
        max-width: 200px
    }
}

@media (max-width:768px) {
    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li {
        display: block
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .images {
        margin: 0 auto
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper ul li .info {
        padding: 30px 0 0;
        text-align: center
    }
}

.inside_academy .acadmey_team .team_box .team_btn {
    width: 66px;
    height: 66px;
    margin-top: -33px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}

.inside_academy .acadmey_team .team_box .team_btn i {
    font-size: 20px
}

.inside_academy .acadmey_team .team_box .team_btn.prev {
    left: 0
}

.inside_academy .acadmey_team .team_box .team_btn.next {
    right: 0
}

.inside_academy .acadmey_team .team_box .team_btn:hover {
    background: #dab866;
    color: #fff
}

@media (max-width:1024px) {
    .inside_academy .acadmey_team .team_box {
        padding: 15px
    }

    .inside_academy .acadmey_team .team_box .team_main {
        padding: 15px
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper {
        padding: 30px 40px
    }

    .inside_academy .acadmey_team .team_box .team_btn {
        width: 54px;
        height: 54px;
        margin-top: -27px
    }
}

@media (max-width:990px) {
    .inside_academy .acadmey_team .team_box {
        padding: 0
    }

    .inside_academy .acadmey_team .team_box .team_main {
        padding: 0;
        box-shadow: none
    }

    .inside_academy .acadmey_team .team_box .team_main .team_swiper {
        padding: 40px 30px 100px;
        border-width: 1px
    }

    .inside_academy .acadmey_team .team_box .team_btn {
        width: 44px;
        height: 44px;
        margin: 0;
        top: auto;
        bottom: 20px
    }

    .inside_academy .acadmey_team .team_box .team_btn i {
        font-size: 14px
    }

    .inside_academy .acadmey_team .team_box .team_btn.prev {
        left: 50%;
        margin-left: -60px
    }

    .inside_academy .acadmey_team .team_box .team_btn.next {
        right: 50%;
        margin-right: -60px
    }
}

@media (max-width:768px) {
    .inside_academy .acadmey_team .team_box .team_main .team_swiper {
        padding: 30px 15px 100px
    }
}

.inside_yimei {
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden
}

.inside_yimei .subnav_box {
    color: #fff
}

.inside_yimei .subnav_box a,
.inside_yimei .subnav_box span {
    color: #fff;
    opacity: .3
}

.inside_yimei .subnav_box a {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_yimei .subnav_box a:hover {
    opacity: 1
}

.inside_yimei .text_details,
.inside_yimei .details {
    width: 100%;
    height: auto;
    font-family: pf_r;
    font-size: 24px;
    color: #000;
    line-height: 1.66;
    text-align: justify;
    overflow: hidden
}

@media (max-width:1440px) {

    .inside_yimei .text_details,
    .inside_yimei .details {
        font-size: 22px
    }
}

@media (max-width:1280px) {

    .inside_yimei .text_details,
    .inside_yimei .details {
        font-size: 20px
    }
}

@media (max-width:1024px) {

    .inside_yimei .text_details,
    .inside_yimei .details {
        font-size: 18px
    }
}

@media (max-width:768px) {

    .inside_yimei .text_details,
    .inside_yimei .details {
        font-size: 16px
    }
}

@media (max-width:480px) {

    .inside_yimei .text_details,
    .inside_yimei .details {
        font-size: 14px
    }
}

@media (max-width:360px) {

    .inside_yimei .text_details,
    .inside_yimei .details {
        font-size: 12px
    }
}

.inside_yimei .title {
    width: 100%;
    height: auto;
    color: #000;
    font-size: 72px;
    font-family: Ginkgo, sy_b;
    line-height: 1.2;
    letter-spacing: 5px;
    overflow: hidden
}

@media (max-width:1680px) {
    .inside_yimei .title {
        font-size: 63px
    }
}

@media (max-width:1440px) {
    .inside_yimei .title {
        font-size: 54px
    }
}

@media (max-width:1280px) {
    .inside_yimei .title {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .inside_yimei .title {
        font-size: 38.4px
    }
}

@media (max-width:1024px) {
    .inside_yimei .title {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .inside_yimei .title {
        font-size: 30px
    }
}

@media (max-width:480px) {
    .inside_yimei .title {
        font-size: 24px
    }
}

@media (max-width:360px) {
    .inside_yimei .title {
        font-size: 20px
    }
}

.inside_yimei .subtitle {
    width: 100%;
    height: auto;
    color: #000;
    font-family: pf_r;
    font-size: 44px;
    letter-spacing: 2px;
    overflow: hidden
}

@media (max-width:1680px) {
    .inside_yimei .subtitle {
        font-size: 38.5px
    }
}

@media (max-width:1440px) {
    .inside_yimei .subtitle {
        font-size: 33px
    }
}

@media (max-width:1280px) {
    .inside_yimei .subtitle {
        font-size: 29.33333333px
    }
}

@media (max-width:1024px) {
    .inside_yimei .subtitle {
        font-size: 23.46666667px
    }
}

@media (max-width:1680px) {
    .inside_yimei .subtitle {
        font-size: 38px
    }
}

@media (max-width:1440px) {
    .inside_yimei .subtitle {
        font-size: 28px
    }
}

@media (max-width:1280px) {
    .inside_yimei .subtitle {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .inside_yimei .subtitle {
        font-size: 22px
    }
}

@media (max-width:1024px) {
    .inside_yimei .subtitle {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .inside_yimei .subtitle {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .inside_yimei .subtitle {
        font-size: 16px
    }
}

@media (max-width:360px) {
    .inside_yimei .subtitle {
        font-size: 14px
    }
}

.inside_yimei .eng {
    width: 100%;
    height: auto;
    color: #000;
    font-family: pf_r;
    font-size: 8px;
    zoom: .66;
    line-height: 2;
    letter-spacing: 2px;
    opacity: .5;
    text-align: justify;
    word-break: break-all;
    overflow: hidden
}

.inside_yimei .yimei_one {
    width: 100%;
    height: auto;
    padding: 0 0 5.2vw;
    color: #fff;
    overflow: hidden
}

.inside_yimei .yimei_one .yimei_title {
    text-align: center;
    font-size: 130px;
    font-family: Ginkgo;
    font-variant: small-caps
}

@media (max-width:1680px) {
    .inside_yimei .yimei_one .yimei_title {
        font-size: 113.75px
    }
}

@media (max-width:1440px) {
    .inside_yimei .yimei_one .yimei_title {
        font-size: 97.5px
    }
}

@media (max-width:1280px) {
    .inside_yimei .yimei_one .yimei_title {
        font-size: 86.66666667px
    }
}

@media (max-width:1024px) {
    .inside_yimei .yimei_one .yimei_title {
        font-size: 69.33333333px
    }
}

.inside_yimei .yimei_one .logo {
    width: 17%;
    max-width: 230px;
    height: 0
}

.inside_yimei .yimei_one .logo img {
    max-height: initial
}

.inside_yimei .yimei_one .images {
    width: 44.44%;
    max-width: 600px;
    margin: -3.4vw auto 4.6vw;
    position: relative
}

.inside_yimei .yimei_one .images .big {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    overflow: hidden
}

.inside_yimei .yimei_one .images .small {
    width: 38%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2
}

.inside_yimei .yimei_one .images .small .img {
    width: 100%;
    position: relative;
    left: -50%;
    bottom: -4.6vw;
    font-size: 0
}

.inside_yimei .yimei_one .yimei_history {
    width: 45%;
    height: auto;
    margin: -9vw 0 0 52%;
    position: relative;
    z-index: 5
}

.inside_yimei .yimei_one .yimei_history .item {
    width: 100%;
    height: auto;
    margin: 5.2vw 0 0;
    overflow: hidden
}

.inside_yimei .yimei_one .yimei_history .item .title,
.inside_yimei .yimei_one .yimei_history .item .subtitle,
.inside_yimei .yimei_one .yimei_history .item .details,
.inside_yimei .yimei_one .yimei_history .item .eng {
    color: #fff
}

.inside_yimei .yimei_one .yimei_history .item .subtitle {
    margin: 10px 0 0
}

.inside_yimei .yimei_one .yimei_history .item .details {
    margin: 1vw 0 0
}

.inside_yimei .yimei_one .yimei_history .item .eng {
    margin: 2vw 0 0
}

.inside_yimei .yimei_one .yimei_history .item:first-child {
    margin: 0
}

@media (max-width:1024px) {
    .inside_yimei .yimei_one {
        padding: 0 0 80px
    }

    .inside_yimei .yimei_one .yimei_title {
        font-size: 72px
    }

    .inside_yimei .yimei_one .logo {
        width: 25%;
        height: auto;
        margin: 10px auto 0
    }

    .inside_yimei .yimei_one .images {
        margin: 30px auto 70px
    }

    .inside_yimei .yimei_one .images .small .img {
        bottom: -70px
    }

    .inside_yimei .yimei_one .yimei_history {
        margin-top: -115px
    }

    .inside_yimei .yimei_one .yimei_history .item {
        margin-top: 40px
    }

    .inside_yimei .yimei_one .yimei_history .item .details {
        margin-top: 10px
    }

    .inside_yimei .yimei_one .yimei_history .item .eng {
        margin-top: 15px
    }
}

@media (max-width:768px) {
    .inside_yimei .yimei_one .yimei_title {
        font-size: 60px
    }

    .inside_yimei .yimei_one .logo {
        width: 30%;
        height: auto;
        margin: 20px auto
    }

    .inside_yimei .yimei_one .images {
        width: 60%
    }

    .inside_yimei .yimei_one .yimei_history {
        width: 100%;
        margin: 0;
        padding: 40px 0
    }
}

@media (max-width:640px) {
    .inside_yimei .yimei_one .yimei_title {
        font-size: 48px
    }
}

@media (max-width:480px) {
    .inside_yimei .yimei_one .yimei_title {
        font-size: 36px
    }

    .inside_yimei .yimei_one .logo {
        margin: 10px auto
    }

    .inside_yimei .yimei_one .images {
        width: 100%;
        margin: 30px 0 0;
        padding: 0 50px 50px
    }

    .inside_yimei .yimei_one .images .small .img {
        left: 0;
        bottom: 0
    }

    .inside_yimei .yimei_one .yimei_history {
        margin: 40px 0;
        padding: 0
    }
}

@media (max-width:360px) {
    .inside_yimei .yimei_one .yimei_title {
        font-size: 30px
    }
}

.inside_yimei .yimei_two {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    background: #fff
}

.inside_yimei .yimei_two .yimei_head {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inside_yimei .yimei_two .yimei_head .images {
    width: 37%;
    max-width: 500px;
    height: 100%;
    margin: -8vw 0 8vw;
    position: relative;
    z-index: 1
}

.inside_yimei .yimei_two .yimei_head .images .big {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    overflow: hidden
}

.inside_yimei .yimei_two .yimei_head .images .small {
    width: 63%;
    max-width: 315px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2
}

.inside_yimei .yimei_two .yimei_head .images .small .img {
    position: relative;
    right: -50%;
    bottom: -8vw;
    font-size: 0
}

.inside_yimei .yimei_two .yimei_head .info {
    flex: 1;
    height: auto;
    margin: 4.6vw 0 0 20%
}

.inside_yimei .yimei_two .yimei_head .info .info_details .details {
    margin: 0
}

.inside_yimei .yimei_two .yimei_head .info .info_details .eng {
    margin: 2vw 0 0
}

.inside_yimei .yimei_two .yimei_head .info .title {
    margin: 5vw 0 0
}

.inside_yimei .yimei_two .yimei_head .info .details {
    margin: 20px 0 0
}

.inside_yimei .yimei_two .yimei_middle {
    width: 100%;
    max-width: 1150px;
    height: auto;
    margin: 5.2vw auto 0;
    overflow: hidden
}

.inside_yimei .yimei_two .yimei_last {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 5.2vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inside_yimei .yimei_two .yimei_last .details {
    width: 32%;
    align-self: center;
    padding-bottom: 5.2vw
}

.inside_yimei .yimei_two .yimei_last .img {
    width: 60%;
    max-width: 550px
}

.inside_yimei .yimei_two .yimei_last .eng {
    width: 60%;
    margin: calc(-4em * 2) auto 0
}

@media (max-width:1024px) {
    .inside_yimei .yimei_two .yimei_head .images {
        margin: -80px 0 80px
    }

    .inside_yimei .yimei_two .yimei_head .info {
        flex: 1;
        margin-top: 50px
    }

    .inside_yimei .yimei_two .yimei_head .info .info_details .eng {
        margin-top: 20px
    }

    .inside_yimei .yimei_two .yimei_head .info .title {
        margin-top: 50px
    }

    .inside_yimei .yimei_two .yimei_middle {
        margin: 20px 0 0
    }
}

@media (max-width:768px) {
    .inside_yimei .yimei_two .yimei_head {
        flex-direction: column
    }

    .inside_yimei .yimei_two .yimei_head .images {
        width: 100%;
        max-width: 100%;
        margin: -80px 0 0;
        padding-bottom: 50px
    }

    .inside_yimei .yimei_two .yimei_head .images .big {
        width: 70%
    }

    .inside_yimei .yimei_two .yimei_head .images .small {
        width: 50%
    }

    .inside_yimei .yimei_two .yimei_head .images .small .img {
        right: 0;
        bottom: 0
    }

    .inside_yimei .yimei_two .yimei_head .info {
        margin: 40px 0 0
    }

    .inside_yimei .yimei_two .yimei_last {
        display: block;
        padding: 30px 0 50px
    }

    .inside_yimei .yimei_two .yimei_last .details {
        width: 100%;
        padding-bottom: 30px
    }

    .inside_yimei .yimei_two .yimei_last .img {
        width: 100%
    }

    .inside_yimei .yimei_two .yimei_last .eng {
        width: 100%;
        margin: 20px 0 0
    }
}

.inside_yimei .yimei_three {
    width: 100%;
    height: auto;
    padding: 5.2vw 0;
    overflow: hidden
}

.inside_yimei .yimei_three .yimei_head {
    width: 100%;
    max-width: 940px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff;
    overflow: hidden
}

.inside_yimei .yimei_three .yimei_head .title {
    color: #fff
}

.inside_yimei .yimei_three .yimei_head .details {
    margin: 20px 0 0;
    color: #fff
}

.inside_yimei .yimei_three .yimei_body {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inside_yimei .yimei_three .yimei_body .info {
    flex: 1;
    padding: 0 2vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inside_yimei .yimei_three .yimei_body .info .details {
    padding: 0 3.6vw 0 0;
    color: #fff
}

.inside_yimei .yimei_three .yimei_body .info .eng {
    width: 70%;
    color: #fff
}

.inside_yimei .yimei_three .yimei_body .img {
    width: 50%;
    max-width: 660px;
    height: auto;
    margin: 2.6vw 0 0;
    text-align: center;
    font-size: 0;
    overflow: hidden
}

@media (max-width:1024px) {
    .inside_yimei .yimei_three {
        padding: 50px 0
    }

    .inside_yimei .yimei_three .yimei_head {
        max-width: 100%
    }

    .inside_yimei .yimei_three .yimei_body {
        margin-top: 40px
    }

    .inside_yimei .yimei_three .yimei_body .info {
        padding: 0 20px 0 0
    }

    .inside_yimei .yimei_three .yimei_body .info .details {
        padding: 0 30px 0 0
    }

    .inside_yimei .yimei_three .yimei_body .img {
        margin: 50px auto 0
    }
}

@media (max-width:768px) {
    .inside_yimei .yimei_three .yimei_body {
        display: block;
        padding: 0
    }

    .inside_yimei .yimei_three .yimei_body .info {
        width: 100%;
        padding: 0;
        display: block
    }

    .inside_yimei .yimei_three .yimei_body .info .details {
        padding: 0
    }

    .inside_yimei .yimei_three .yimei_body .info .eng {
        width: 100%;
        margin: 15px 0 0
    }

    .inside_yimei .yimei_three .yimei_body .img {
        width: 100%
    }
}

.inside_yimei .yimei_four {
    width: 100%;
    height: auto;
    padding: 7.2vw 0;
    background: #fff;
    overflow: hidden
}

.inside_yimei .yimei_four .four_box {
    width: 100%;
    max-width: 860px;
    height: auto;
    margin: 0 auto
}

.inside_yimei .yimei_four .four_box .img {
    width: 100%;
    height: auto;
    margin: 6vw 0 0;
    font-size: 0;
    overflow: hidden
}

.inside_yimei .yimei_four .four_box .eng {
    width: 70%;
    margin: calc(-2em * 2) 0 0 30%
}

@media (max-width:1024px) {
    .inside_yimei .yimei_four {
        padding: 50px 0
    }

    .inside_yimei .yimei_four .four_box {
        max-width: 100%
    }

    .inside_yimei .yimei_four .four_box .img {
        margin: 40px 0 0;
        text-align: center
    }

    .inside_yimei .yimei_four .four_box .eng {
        width: 100%;
        margin: 20px 0 0
    }
}

.inside_healthy {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inside_healthy .healthy_box {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 5.2vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.inside_healthy .healthy_box .healthy_title {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden
}

.inside_healthy .healthy_box .healthy_title .title {
    font-family: Ginkgo;
    font-size: 130px;
    font-variant: small-caps;
    line-height: 1;
    letter-spacing: 5px
}

@media (max-width:1680px) {
    .inside_healthy .healthy_box .healthy_title .title {
        font-size: 113.75px
    }
}

@media (max-width:1440px) {
    .inside_healthy .healthy_box .healthy_title .title {
        font-size: 97.5px
    }
}

@media (max-width:1280px) {
    .inside_healthy .healthy_box .healthy_title .title {
        font-size: 86.66666667px
    }
}

@media (max-width:1024px) {
    .inside_healthy .healthy_box .healthy_title .title {
        font-size: 69.33333333px
    }
}

.inside_healthy .healthy_box .healthy_title .subtitle {
    margin: 20px 0 0;
    font-family: pf_r;
    font-size: 36px;
    letter-spacing: .5em;
    line-height: 1
}

@media (max-width:1440px) {
    .inside_healthy .healthy_box .subtitle {
        font-size: 34px
    }
}

@media (max-width:1280px) {
    .inside_healthy .healthy_box .subtitle {
        font-size: 32px
    }
}

@media (max-width:1024px) {
    .inside_healthy .healthy_box {
        min-height: auto;
        margin: 15vh 0
    }

    .inside_healthy .healthy_box .healthy_title .title {
        font-size: 64px
    }

    .inside_healthy .healthy_box .healthy_title .subtitle {
        font-size: 30px
    }
}

@media (max-width:768px) {
    .inside_healthy .healthy_box {
        margin: 10vh 0
    }

    .inside_healthy .healthy_box .healthy_title .title {
        font-size: 48px
    }

    .inside_healthy .healthy_box .healthy_title .subtitle {
        font-size: 24px
    }
}

@media (max-width:640px) {
    .inside_healthy .healthy_box .healthy_title .title {
        font-size: 40px
    }

    .inside_healthy .healthy_box .healthy_title .subtitle {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .inside_healthy .healthy_box .healthy_title .title {
        font-size: 30px
    }

    .inside_healthy .healthy_box .healthy_title .subtitle {
        font-size: 16px
    }
}

.inside_prevent {
    width: 100%;
    height: auto
}

.inside_prevent .prevent_box {
    width: 100%;
    height: auto
}

.inside_prevent .prevent_box .prevent_title {
    width: 100%;
    height: auto;
    margin: 4.5vw 0;
    text-align: center;
    overflow: hidden
}

.inside_prevent .prevent_box .prevent_title .subtitle {
    font-family: pf_r;
    font-size: 22px;
    line-height: 1.5
}

.inside_prevent .prevent_box .prevent_title .title {
    margin: 15px 0 0;
    font-size: 30px;
    line-height: 1.5
}

.inside_prevent .prevent_box .text_details,
.inside_prevent .prevent_box .details {
    width: 100%;
    height: auto;
    font-family: pf_r;
    font-size: 24px;
    line-height: 1.66;
    text-align: justify;
    letter-spacing: 2px;
    overflow: hidden
}

@media (max-width:1440px) {

    .inside_prevent .prevent_box .text_details,
    .inside_prevent .prevent_box .details {
        font-size: 22px
    }
}

@media (max-width:1280px) {

    .inside_prevent .prevent_box .text_details,
    .inside_prevent .prevent_box .details {
        font-size: 20px
    }
}

@media (max-width:1024px) {

    .inside_prevent .prevent_box .text_details,
    .inside_prevent .prevent_box .details {
        font-size: 18px
    }
}

@media (max-width:768px) {

    .inside_prevent .prevent_box .text_details,
    .inside_prevent .prevent_box .details {
        font-size: 16px
    }
}

@media (max-width:480px) {

    .inside_prevent .prevent_box .text_details,
    .inside_prevent .prevent_box .details {
        font-size: 14px
    }
}

@media (max-width:360px) {

    .inside_prevent .prevent_box .text_details,
    .inside_prevent .prevent_box .details {
        font-size: 12px
    }
}

.inside_prevent .prevent_box .eng {
    width: 100%;
    height: auto;
    font-family: pf_r;
    letter-spacing: 1px;
    font-size: 8px;
    zoom: .66;
    line-height: 2;
    color: #000;
    opacity: .5;
    text-align: justify;
    word-break: break-all;
    overflow: hidden
}

.inside_prevent .prevent_box .prevent_one {
    width: 100%;
    height: auto;
    padding: 0 0 5.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.inside_prevent .prevent_box .prevent_one::after {
    content: '';
    width: 100vw;
    height: 71%;
    position: absolute;
    bottom: 0;
    left: 46%;
    z-index: -1;
    background: #e8e8e8
}

.inside_prevent .prevent_box .prevent_one .info {
    flex: 1;
    padding: 0 1.5vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inside_prevent .prevent_box .prevent_one .info .details {
    max-width: 575px;
    margin: 0 auto
}

.inside_prevent .prevent_box .prevent_one .info .eng {
    max-width: 500px;
    margin: 4vw 0 0;
    padding: 0 0 1vw;
    align-self: end
}

.inside_prevent .prevent_box .prevent_one .images {
    width: 40%;
    max-width: 540px;
    font-size: 0;
    overflow: hidden
}

.inside_prevent .prevent_box .text_details {
    max-width: 575px;
    margin: 5.2vw auto;
    color: #000
}

.inside_prevent .prevent_box .prevent_two {
    width: 100%;
    height: auto;
    margin: 5.2vw 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.inside_prevent .prevent_box .prevent_two .img {
    width: 100%;
    max-width: 730px;
    height: auto;
    font-size: 0;
    float: left
}

.inside_prevent .prevent_box .prevent_two .eng {
    width: 50%;
    float: right;
    margin: calc(-5em * 2) 5% 0 0
}

@media (max-width:1440px) {
    .inside_prevent .prevent_box .prevent_title .subtitle {
        font-size: 20px
    }

    .inside_prevent .prevent_box .prevent_title .title {
        font-size: 28px
    }
}

@media (max-width:1280px) {
    .inside_prevent .prevent_box .prevent_title .subtitle {
        font-size: 18px
    }

    .inside_prevent .prevent_box .prevent_title .title {
        font-size: 26px
    }
}

@media (max-width:1024px) {
    .inside_prevent .prevent_box .prevent_title {
        margin: 50px 0 30px
    }

    .inside_prevent .prevent_box .prevent_title .subtitle {
        font-size: 16px
    }

    .inside_prevent .prevent_box .prevent_title .title {
        font-size: 24px
    }

    .inside_prevent .prevent_box .text_details {
        margin: 40px auto
    }

    .inside_prevent .prevent_box .prevent_one {
        padding: 0 0 50px
    }

    .inside_prevent .prevent_box .prevent_one .info {
        padding: 0 20px 0 0
    }

    .inside_prevent .prevent_box .prevent_one .info .eng {
        margin: 20px 0 0;
        padding: 0 0 10px
    }
}

@media (max-width:990px) {
    .inside_prevent .prevent_box .prevent_one {
        padding: 0;
        display: block
    }

    .inside_prevent .prevent_box .prevent_one::after {
        display: none
    }

    .inside_prevent .prevent_box .prevent_one .info {
        width: 100%;
        padding: 0
    }

    .inside_prevent .prevent_box .prevent_one .info .details {
        max-width: 100%
    }

    .inside_prevent .prevent_box .prevent_one .info .eng {
        max-width: 100%;
        padding: 0
    }

    .inside_prevent .prevent_box .prevent_one .images {
        width: 100%;
        margin: 30px auto 0
    }

    .inside_prevent .prevent_box .prevent_two {
        margin: 30px 0 50px;
        display: block;
    }

    .inside_prevent .prevent_box .prevent_two .img,
    .inside_prevent .prevent_box .prevent_two .eng {
        float: initial
    }

    .inside_prevent .prevent_box .prevent_two .img {
        margin: 0 auto
    }

    .inside_prevent .prevent_box .prevent_two .eng {
        width: 100%;
        margin: 30px 0 0
    }
}

@media (max-width:768px) {
    .inside_prevent .prevent_box .prevent_title .subtitle {
        font-size: 16px
    }

    .inside_prevent .prevent_box .prevent_title .title {
        margin: 10px 0 0;
        font-size: 24px
    }

    .inside_prevent .prevent_box .text_details {
        margin: 20px 0
    }

    .inside_prevent .prevent_box .prevent_two {
        margin-top: 20px
    }
}

@media (max-width:480px) {
    .inside_prevent .prevent_box .prevent_title .subtitle {
        font-size: 12px
    }

    .inside_prevent .prevent_box .prevent_title .title {
        font-size: 20px
    }
}

@media (max-width:360px) {
    .inside_prevent .prevent_box .prevent_title .subtitle {
        font-size: 12px
    }

    .inside_prevent .prevent_box .prevent_title .title {
        font-size: 18px
    }
}

.inside_cym {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inside_cym .text_details,
.inside_cym .details {
    width: 100%;
    height: auto;
    font-family: pf_r;
    font-size: 24px;
    color: #000;
    line-height: 1.66;
    text-align: justify;
    overflow: hidden
}

@media (max-width:1440px) {

    .inside_cym .text_details,
    .inside_cym .details {
        font-size: 22px
    }
}

@media (max-width:1280px) {

    .inside_cym .text_details,
    .inside_cym .details {
        font-size: 20px
    }
}

@media (max-width:1024px) {

    .inside_cym .text_details,
    .inside_cym .details {
        font-size: 18px
    }
}

@media (max-width:768px) {

    .inside_cym .text_details,
    .inside_cym .details {
        font-size: 16px
    }
}

@media (max-width:480px) {

    .inside_cym .text_details,
    .inside_cym .details {
        font-size: 14px
    }
}

@media (max-width:360px) {

    .inside_cym .text_details,
    .inside_cym .details {
        font-size: 12px
    }
}

.inside_cym .eng {
    width: 100%;
    height: auto;
    color: #000;
    font-size: 8px;
    zoom: .66;
    line-height: 2;
    letter-spacing: 2px;
    opacity: .5;
    text-align: justify;
    word-break: break-all;
    overflow: hidden
}

.inside_cym .cym_head {
    width: 100%;
    height: auto;
    margin: 0 0 5.2vw;
    overflow: hidden
}

.inside_cym .cym_head .cym_box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inside_cym .cym_head .cym_box .cym_info {
    flex: 1;
    padding: 5.2vw 5.2vw 0 0;
    text-align: right
}

.inside_cym .cym_head .cym_box .cym_info .cym_title {
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    overflow: hidden
}

.inside_cym .cym_head .cym_box .cym_info .cym_title .title {
    font-family: pf_r;
    font-size: 36px;
    letter-spacing: 1em
}

.inside_cym .cym_head .cym_box .cym_info .cym_title .subtitle {
    font-family: Ginkgo;
    font-size: 72px;
    letter-spacing: .5vw
}

@media (max-width:1680px) {
    .inside_cym .cym_head .cym_box .cym_info .cym_title .subtitle {
        font-size: 63px
    }
}

@media (max-width:1440px) {
    .inside_cym .cym_head .cym_box .cym_info .cym_title .subtitle {
        font-size: 54px
    }
}

@media (max-width:1280px) {
    .inside_cym .cym_head .cym_box .cym_info .cym_title .subtitle {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .inside_cym .cym_head .cym_box .cym_info .cym_title .subtitle {
        font-size: 38.4px
    }
}

.inside_cym .cym_head .cym_box .cym_info .cym_main {
    width: 100%;
    height: auto;
    padding: 3vw 2vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden
}

.inside_cym .cym_head .cym_box .cym_info .cym_main .info {
    flex: 1;
    padding: 5.2vw 5.2vw 0 0
}

.inside_cym .cym_head .cym_box .cym_info .cym_main .info .logo {
    max-width: 134px;
    font-size: 0
}

.inside_cym .cym_head .cym_box .cym_info .cym_main .info .details {
    margin-top: 2.6vw
}

.inside_cym .cym_head .cym_box .cym_info .cym_main .info .eng {
    margin-top: 1.5vw
}

.inside_cym .cym_head .cym_box .cym_info .cym_main .images {
    width: 50%;
    max-width: 306px;
    font-size: 0;
    overflow: hidden
}

@media (max-width:1440px) {
    .inside_cym .cym_head .cym_box .cym_info .cym_title .title {
        font-size: 32px
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_title .subtitle {
        font-size: 60px
    }
}

@media (max-width:1280px) {
    .inside_cym .cym_head .cym_box .cym_info .cym_title .title {
        font-size: 28px
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_title .subtitle {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .inside_cym .cym_head .cym_box .cym_info {
        padding: 50px 40px 0 0
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_title .title {
        font-size: 24px
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_title .subtitle {
        font-size: 36px
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_main {
        padding: 30px 20px 0 0
    }
}

@media (max-width:990px) {
    .inside_cym .cym_head .cym_box .cym_info {
        padding: 0
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_title {
        width: 100%;
        display: block
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_main {
        margin: 30px 0 0;
        padding: 0
    }
}

@media (max-width:768px) {
    .inside_cym .cym_head .cym_box .cym_info .cym_title .title {
        font-size: 20px
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_title .subtitle {
        font-size: 30px
    }
}

@media (max-width:480px) {
    .inside_cym .cym_head .cym_box .cym_info .cym_title .title {
        font-size: 16px
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_title .subtitle {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .inside_cym .cym_head .cym_box .cym_info .cym_main {
        display: block
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_main .info {
        width: 100%;
        padding: 0
    }

    .inside_cym .cym_head .cym_box .cym_info .cym_main .images {
        display: none
    }
}

.inside_cym .cym_head .cym_box .cym_big {
    width: 40%;
    max-width: 540px
}

@media (max-width:990px) {
    .inside_cym .cym_head .cym_box {
        display: block
    }

    .inside_cym .cym_head .cym_box .cym_big {
        display: none
    }
}

@media (max-width:360px) {
    .inside_cym .cym_head .cym_box .cym_big {
        width: 100%;
        display: block;
        margin: 20px 0 0
    }
}

.inside_cym .cym_body {
    width: 100%;
    height: auto;
    background: #d5cbbf
}

.inside_cym .cym_body .cym_box {
    width: 100%;
    height: auto;
    padding: 4vw 0
}

.inside_cym .cym_body .cym_box .text_details {
    padding: 0 50% 0 0
}

.inside_cym .cym_body .cym_box .cym_main {
    width: 100%;
    height: auto;
    margin: 2vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inside_cym .cym_body .cym_box .cym_main .cym_left {
    width: 48%;
    max-width: 650px;
    margin-top: 1vw;
    position: relative;
    z-index: 1;
    font-size: 0
}

.inside_cym .cym_body .cym_box .cym_main .cym_right {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.inside_cym .cym_body .cym_box .cym_main .cym_right .eng {
    width: 30%;
    margin: 0
}

.inside_cym .cym_body .cym_box .cym_main .cym_right .details {
    width: 70%;
    padding: 0 0 0 2vw
}

.inside_cym .cym_body .cym_box .cym_main .cym_right .images {
    width: calc(50% - 1.1vw);
    max-width: 304px;
    font-size: 0;
    align-self: center
}

.inside_cym .cym_body .cym_box .cym_main .cym_right .images.active {
    align-self: end
}

.inside_cym .cym_body .cym_box .eng {
    width: 35%;
    margin: -4em 0 0 20%;
    padding: 0;
    position: relative;
    z-index: 2
}

@media (max-width:1024px) {
    .inside_cym .cym_body .cym_box {
        padding: 50px 0
    }

    .inside_cym .cym_body .cym_box .text_details {
        padding: 0
    }

    .inside_cym .cym_body .cym_box .cym_main {
        margin: 30px 0 0
    }

    .inside_cym .cym_body .cym_box .cym_main .cym_right .eng {
        width: 100%
    }

    .inside_cym .cym_body .cym_box .cym_main .cym_right .details {
        width: 100%;
        margin: 15px 0 0;
        padding: 0 0 20px
    }

    .inside_cym .cym_body .cym_box .eng {
        width: 48%;
        margin: -4em 0 0
    }
}

@media (max-width:990px) {
    .inside_cym .cym_body .cym_box .eng {
        margin-top: -8em
    }
}

@media (max-width:768px) {
    .inside_cym .cym_body .cym_box {
        max-width: 650px;
        margin: 30px auto 0
    }

    .inside_cym .cym_body .cym_box .cym_main {
        display: block
    }

    .inside_cym .cym_body .cym_box .cym_main .cym_left {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .inside_cym .cym_body .cym_box .cym_main .cym_right {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 30px 0 0
    }

    .inside_cym .cym_body .cym_box .eng {
        width: 100%;
        margin: 20px 0 0
    }
}

.news_title {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden
}

.news_title .title_box {
    font-family: Ginkgo
}

.news_title .title_box .title {
    font-size: 50px;
    font-variant: small-caps;
    line-height: 1
}

.news_title .title_box .title.active {
    padding-left: 3vw
}

.news_title .title_box .title span {
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
    letter-spacing: 5px;
    margin-left: 10px
}

.news_title .title_box .title span i {
    font-size: 80%
}

.news_title .title_box .title span i.first {
    vertical-align: top
}

.news_title .title_box .title span i.last {
    vertical-align: bottom
}

.news_title .more {
    padding-bottom: 10px
}

.news_title .more a {
    font-family: Ginkgo;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1
}

.news_title .more a .txt {
    font-family: pf_b;
    font-size: 20px;
    color: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.news_title .more a .icon {
    margin-left: 10px
}

.news_title .more a .icon svg path {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.news_title .more a:hover .txt {
    color: #dab866
}

.news_title .more a:hover .icon svg path {
    fill: #dab866
}

@media (max-width:1440px) {
    .news_title .title_box .title {
        font-size: 44px
    }

    .news_title .title_box .title span {
        font-size: 24px
    }

    .news_title .more a .txt {
        font-size: 18px
    }
}

@media (max-width:1280px) {
    .news_title .title_box .title {
        font-size: 40px
    }

    .news_title .title_box .title span {
        font-size: 20px
    }

    .news_title .more a .txt {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .news_title .title_box .title {
        font-size: 36px
    }

    .news_title .title_box .title span {
        font-size: 18px
    }

    .news_title .title_box .title.active {
        padding-left: 1em
    }

    .news_title .more a .txt {
        font-size: 14px
    }
}

@media (max-width:990px) {
    .news_title .more {
        display: none
    }
}

@media (max-width:768px) {
    .news_title .title_box .title {
        font-size: 30px
    }

    .news_title .title_box .title span {
        font-size: 16px
    }

    .news_title .more a .txt {
        font-size: 12px
    }
}

@media (max-width:480px) {
    .news_title .title_box .title {
        font-size: 24px
    }

    .news_title .title_box .title span {
        font-size: 14px
    }
}

.inside_hotnews {
    width: 100%;
    height: auto;
    margin: 4vw 0
}

.inside_hotnews .hot_news {
    width: 100%;
    height: auto
}

.inside_hotnews .hot_news .swiper_box {
    width: 100%;
    height: auto;
    margin-top: 3vw;
    overflow: hidden
}

.inside_hotnews .hot_news .swiper_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.inside_hotnews .hot_news .swiper_box ul li {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.inside_hotnews .hot_news .swiper_box ul li::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    border: 2px solid #000;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_hotnews .hot_news .swiper_box ul li .img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inside_hotnews .hot_news .swiper_box ul li .img .pb {
    padding-bottom: 130.935%
}

.inside_hotnews .hot_news .swiper_box ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inside_hotnews .hot_news .swiper_box ul li .info {
    width: 100%;
    height: auto;
    margin: 1vw 0 0;
    overflow: hidden
}

.inside_hotnews .hot_news .swiper_box ul li .info .time {
    width: 100%;
    height: auto;
    padding: 0 5px;
    line-height: 3;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #000;
    overflow: hidden
}

.inside_hotnews .hot_news .swiper_box ul li .info .title {
    width: 100%;
    height: calc(2em * 1.4);
    margin: 1.2vw 0 1.5vw;
    padding: 0 5px;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.inside_hotnews .hot_news .swiper_box ul li .info .more {
    padding: 0 5px;
    display: inline-block
}

.inside_hotnews .hot_news .swiper_box ul li .info .more a {
    font-family: Ginkgo;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
    z-index: 1
}

.inside_hotnews .hot_news .swiper_box ul li .info .more a::before,
.inside_hotnews .hot_news .swiper_box ul li .info .more a::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #000
}

.inside_hotnews .hot_news .swiper_box ul li .info .more a::before {
    width: 0;
    background: #dab866;
    z-index: 2;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_hotnews .hot_news .swiper_box ul li .info .more a .txt {
    font-size: 20px;
    color: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_hotnews .hot_news .swiper_box ul li .info .more a .icon {
    margin-left: 10px
}

.inside_hotnews .hot_news .swiper_box ul li .info .more a .icon svg path {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_hotnews .hot_news .swiper_box ul li .info .more a:hover .txt {
    color: #dab866
}

.inside_hotnews .hot_news .swiper_box ul li .info .more a:hover .icon svg path {
    fill: #dab866
}

.inside_hotnews .hot_news .swiper_box ul li .info .more a:hover::before {
    width: 100%;
    left: 0
}

@media (max-width:1440px) {
    .inside_hotnews .hot_news .swiper_box ul li .info .more a .txt {
        font-size: 18px
    }
}

@media (max-width:1280px) {
    .inside_hotnews .hot_news .swiper_box ul li .info .time {
        font-size: 14px
    }

    .inside_hotnews .hot_news .swiper_box ul li .info .title {
        font-size: 16px
    }

    .inside_hotnews .hot_news .swiper_box ul li .info .more a .txt {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .inside_hotnews .hot_news .swiper_box ul li .info {
        margin: 15px 0 0
    }

    .inside_hotnews .hot_news .swiper_box ul li .info .time {
        padding: 0
    }

    .inside_hotnews .hot_news .swiper_box ul li .info .title {
        margin: 10px 0 20px;
        padding: 0
    }

    .inside_hotnews .hot_news .swiper_box ul li .info .more a::before,
    .inside_hotnews .hot_news .swiper_box ul li .info .more a::after {
        height: 1px
    }

    .inside_hotnews .hot_news .swiper_box ul li .info .more a .txt {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .inside_hotnews .hot_news .swiper_box ul li .info .time {
        font-size: 12px
    }

    .inside_hotnews .hot_news .swiper_box ul li .info .title {
        font-size: 14px
    }

    .inside_hotnews .hot_news .swiper_box ul li .info .more a .txt {
        font-size: 12px
    }

    .inside_hotnews .hot_news .swiper_box ul li .info .more a .icon {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.inside_hotnews .hot_news .swiper_box ul li:hover::after {
    opacity: 1
}

@media (max-width:1024px) {
    .inside_hotnews .hot_news .swiper_box ul li::after {
        border-width: 1px
    }
}

@media (max-width:990px) {
    .inside_hotnews .hot_news .swiper_box ul li {
        padding: 0
    }

    .inside_hotnews .hot_news .swiper_box ul li::after {
        display: none
    }
}

@media (max-width:1024px) {
    .inside_hotnews .hot_news .swiper_box {
        margin-top: 30px
    }
}

@media (max-width:1024px) {
    .inside_hotnews {
        margin: 50px 0
    }
}

.inside_news {
    width: 100%;
    height: auto;
    margin: 7.5vw 0 6.2vw
}

.inside_news .news_box {
    width: 100%;
    height: auto
}

.inside_news .news_box .news_main {
    width: 100%;
    height: auto;
    margin-top: 2.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.inside_news .news_box .news_main .center {
    width: 100%;
    max-width: 945px
}

.inside_news .news_box .news_main .news_list {
    width: 100%;
    height: auto;
    border-top: 1px solid #000
}

.inside_news .news_box .news_main .news_list .item {
    width: 100%;
    height: auto;
    padding: 3vw 0;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden
}

.inside_news .news_box .news_main .news_list .item .time {
    font-size: 14px;
    color: #000
}

.inside_news .news_box .news_main .news_list .item .time span {
    display: block
}

.inside_news .news_box .news_main .news_list .item .info {
    flex: 1;
    margin: 0 20%
}

.inside_news .news_box .news_main .news_list .item .info .title {
    font-size: 30px;
    color: #000;
    line-height: 1.2
}

.inside_news .news_box .news_main .news_list .item .info .txt {
    margin-top: 1vw;
    font-size: 14px;
    color: #666
}

.inside_news .news_box .news_main .news_list .item .more {
    display: inline-block
}

.inside_news .news_box .news_main .news_list .item .more a {
    font-family: Ginkgo;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
    z-index: 1
}

.inside_news .news_box .news_main .news_list .item .more a::before,
.inside_news .news_box .news_main .news_list .item .more a::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #000
}

.inside_news .news_box .news_main .news_list .item .more a::before {
    width: 0;
    background: #dab866;
    z-index: 2;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_news .news_box .news_main .news_list .item .more a .txt {
    font-size: 16px;
    color: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_news .news_box .news_main .news_list .item .more a .icon {
    margin-left: 10px
}

.inside_news .news_box .news_main .news_list .item .more a .icon svg path {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_news .news_box .news_main .news_list .item .more a:hover .txt {
    color: #dab866
}

.inside_news .news_box .news_main .news_list .item .more a:hover .icon svg path {
    fill: #dab866
}

.inside_news .news_box .news_main .news_list .item .more a:hover::before {
    width: 100%;
    left: 0
}

@media (max-width:1440px) {
    .inside_news .news_box .news_main .news_list .item .info .title {
        font-size: 26px
    }
}

@media (max-width:1280px) {
    .inside_news .news_box .news_main .news_list .item .info .title {
        font-size: 22px
    }
}

@media (max-width:1024px) {
    .inside_news .news_box .news_main .news_list .item {
        padding: 30px 0;
        border-width: 1px
    }

    .inside_news .news_box .news_main .news_list .item .info .title {
        font-size: 18px
    }

    .inside_news .news_box .news_main .news_list .item .info .txt {
        margin-top: 15px
    }

    .inside_news .news_box .news_main .news_list .item .more a::before,
    .inside_news .news_box .news_main .news_list .item .more a::after {
        height: 1px
    }

    .inside_news .news_box .news_main .news_list .item .more a .txt {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .inside_news .news_box .news_main .news_list .item {
        display: block
    }

    .inside_news .news_box .news_main .news_list .item .time {
        width: 100%;
        padding-bottom: 15px
    }

    .inside_news .news_box .news_main .news_list .item .time span {
        display: inline-block;
        text-indent: .5em
    }

    .inside_news .news_box .news_main .news_list .item .info {
        width: 100%;
        margin: 0
    }

    .inside_news .news_box .news_main .news_list .item .info .title {
        font-size: 16px
    }

    .inside_news .news_box .news_main .news_list .item .info .txt {
        font-size: 12px
    }

    .inside_news .news_box .news_main .news_list .item .more {
        margin: 20px 0 0
    }

    .inside_news .news_box .news_main .news_list .item .more a .txt {
        font-size: 12px
    }

    .inside_news .news_box .news_main .news_list .item .more a .icon {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }
}

@media (max-width:1024px) {
    .inside_news .news_box .news_main {
        margin-top: 30px
    }
}

@media (max-width:1024px) {
    .inside_news {
        margin: 50px 0
    }
}

.inside_news_details {
    width: 100%;
    height: auto;
    margin: 4vw 0 5.2vw
}

.inside_news_details .news_details {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.inside_news_details .news_details .details_box {
    width: auto;
    flex: 1;
    height: auto;
    overflow: hidden
}

.inside_news_details .news_details .details_box .title_details {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
    overflow: hidden
}

.inside_news_details .news_details .details_box .title_details .title h1 {
    font-size: 30px;
    color: #000
}

.inside_news_details .news_details .details_box .title_details .time {
    font-family: pf_r;
    margin-top: 10px;
    font-size: 16px;
    color: #666
}

.inside_news_details .news_details .details_box .text_details {
    margin-top: 3vw
}

@media (max-width:1440px) {
    .inside_news_details .news_details .details_box .title_details .title h1 {
        font-size: 28px
    }
}

@media (max-width:1280px) {
    .inside_news_details .news_details .details_box .title_details .title h1 {
        font-size: 26px
    }

    .inside_news_details .news_details .details_box .title_details .time {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .inside_news_details .news_details .details_box .title_details {
        border-width: 1px;
        padding-bottom: 20px
    }

    .inside_news_details .news_details .details_box .title_details .title h1 {
        font-size: 24px
    }

    .inside_news_details .news_details .details_box .text_details {
        margin-top: 20px
    }
}

@media (max-width:768px) {
    .inside_news_details .news_details .details_box .title_details .title h1 {
        font-size: 20px
    }

    .inside_news_details .news_details .details_box .title_details .time {
        font-size: 12px
    }
}

.inside_news_details .news_details .details_pager {
    width: 15%;
    max-width: 200px;
    height: 100%;
    padding-left: 20px;
    position: sticky;
    top: 120px;
    text-align: right
}

.inside_news_details .news_details .details_pager .item {
    width: 100%;
    height: auto;
    margin-top: 40px;
    overflow: hidden
}

.inside_news_details .news_details .details_pager .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_news_details .news_details .details_pager .item .icon {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px
}

.inside_news_details .news_details .details_pager .item .icon i {
    font-size: 16px;
    line-height: 1
}

.inside_news_details .news_details .details_pager .item .title {
    font-size: 16px;
    line-height: 1
}

.inside_news_details .news_details .details_pager .item a:hover {
    color: #dab866
}

.inside_news_details .news_details .details_pager .item:first-child {
    margin: 0
}

@media (max-width:1024px) {
    .inside_news_details .news_details .details_pager .item .icon i {
        font-size: 14px
    }

    .inside_news_details .news_details .details_pager .item .title {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .inside_news_details .news_details .details_pager {
        width: 100%;
        max-width: 100%;
        margin: 30px 0 0;
        padding: 0;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .inside_news_details .news_details .details_pager .item {
        margin: 0 0 0 10px;
        padding: 10px;
        border: 1px solid #000
    }

    .inside_news_details .news_details .details_pager .item .icon i {
        font-size: 12px
    }

    .inside_news_details .news_details .details_pager .item .title {
        font-size: 12px
    }
}

@media (max-width:768px) {
    .inside_news_details .news_details {
        display: block
    }
}

@media (max-width:1024px) {
    .inside_news_details {
        margin: 40px 0 50px
    }
}

.inside_video {
    width: 100%;
    height: auto;
    margin: 4vw 0;
    overflow: hidden
}

.inside_video .video_box {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inside_video .video_box .video_main {
    width: 100%;
    height: auto;
    margin-top: 2.6vw;
    overflow: hidden
}

.inside_video .video_box .video_main .video_list {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6.2vw 2.6vw;
    overflow: hidden
}

.inside_video .video_box .video_main .video_list .item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.inside_video .video_box .video_main .video_list .item .img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.inside_video .video_box .video_main .video_list .item .img .play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_video .video_box .video_main .video_list .item .img .play::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: .5
}

.inside_video .video_box .video_main .video_list .item .img .play .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inside_video .video_box .video_main .video_list .item .img .play .icon i {
    line-height: 1;
    font-size: 40px
}

@media (max-width:1280px) {
    .inside_video .video_box .video_main .video_list .item .img .play .icon {
        width: 70px;
        height: 70px
    }

    .inside_video .video_box .video_main .video_list .item .img .play .icon i {
        font-size: 30px
    }
}

@media (max-width:1024px) {
    .inside_video .video_box .video_main .video_list .item .img .play .icon {
        width: 60px;
        height: 60px
    }

    .inside_video .video_box .video_main .video_list .item .img .play .icon i {
        font-size: 24px
    }
}

@media (max-width:990px) {
    .inside_video .video_box .video_main .video_list .item .img .play {
        opacity: 1
    }
}

@media (max-width:768px) {
    .inside_video .video_box .video_main .video_list .item .img .play .icon {
        width: 50px;
        height: 50px;
        border-width: 1px
    }

    .inside_video .video_box .video_main .video_list .item .img .play .icon i {
        font-size: 18px
    }
}

@media (max-width:480px) {
    .inside_video .video_box .video_main .video_list .item .img .play .icon {
        width: 40px;
        height: 40px;
        border-width: 1px
    }

    .inside_video .video_box .video_main .video_list .item .img .play .icon i {
        font-size: 12px
    }
}

.inside_video .video_box .video_main .video_list .item .img .pb {
    padding-bottom: 130.935%
}

.inside_video .video_box .video_main .video_list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inside_video .video_box .video_main .video_list .item .info {
    width: 100%;
    height: auto;
    margin: 1vw 0 0;
    overflow: hidden
}

.inside_video .video_box .video_main .video_list .item .info .time {
    width: 100%;
    height: auto;
    padding: 0 5px;
    line-height: 3;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #000;
    overflow: hidden
}

.inside_video .video_box .video_main .video_list .item .info .title {
    width: 100%;
    height: calc(2em * 1.4);
    margin: 1.2vw 0 0;
    padding: 0 5px;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.inside_video .video_box .video_main .video_list .item .info .details {
    width: 100%;
    height: calc(2em * 1.4);
    margin: 10px 0 1.5vw;
    padding: 0 5px;
    font-size: 16px;
    color: #999;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.inside_video .video_box .video_main .video_list .item .info .more {
    padding: 0 5px;
    display: inline-block
}

.inside_video .video_box .video_main .video_list .item .info .more a {
    font-family: Ginkgo;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
    z-index: 1
}

.inside_video .video_box .video_main .video_list .item .info .more a::before,
.inside_video .video_box .video_main .video_list .item .info .more a::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #000
}

.inside_video .video_box .video_main .video_list .item .info .more a::before {
    width: 0;
    background: #dab866;
    z-index: 2;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_video .video_box .video_main .video_list .item .info .more a .txt {
    font-size: 20px;
    color: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_video .video_box .video_main .video_list .item .info .more a .icon {
    margin-left: 10px
}

.inside_video .video_box .video_main .video_list .item .info .more a .icon svg path {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.inside_video .video_box .video_main .video_list .item .info .more a:hover .txt {
    color: #dab866
}

.inside_video .video_box .video_main .video_list .item .info .more a:hover .icon svg path {
    fill: #dab866
}

.inside_video .video_box .video_main .video_list .item .info .more a:hover::before {
    width: 100%;
    left: 0
}

@media (max-width:1440px) {
    .inside_video .video_box .video_main .video_list .item .info .more a .txt {
        font-size: 18px
    }
}

@media (max-width:1280px) {
    .inside_video .video_box .video_main .video_list .item .info .time {
        font-size: 14px
    }

    .inside_video .video_box .video_main .video_list .item .info .title {
        font-size: 16px
    }

    .inside_video .video_box .video_main .video_list .item .info .details {
        font-size: 14px
    }

    .inside_video .video_box .video_main .video_list .item .info .more a .txt {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .inside_video .video_box .video_main .video_list .item .info {
        margin: 15px 0 0
    }

    .inside_video .video_box .video_main .video_list .item .info .time {
        padding: 0
    }

    .inside_video .video_box .video_main .video_list .item .info .title {
        margin: 10px 0 0;
        padding: 0
    }

    .inside_video .video_box .video_main .video_list .item .info .details {
        margin: 10px 0 20px;
        padding: 0
    }

    .inside_video .video_box .video_main .video_list .item .info .more {
        padding: 0
    }

    .inside_video .video_box .video_main .video_list .item .info .more a::before,
    .inside_video .video_box .video_main .video_list .item .info .more a::after {
        height: 1px
    }

    .inside_video .video_box .video_main .video_list .item .info .more a .txt {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .inside_video .video_box .video_main .video_list .item .info {
        margin: 0
    }

    .inside_video .video_box .video_main .video_list .item .info .time {
        font-size: 12px
    }

    .inside_video .video_box .video_main .video_list .item .info .title {
        font-size: 14px
    }

    .inside_video .video_box .video_main .video_list .item .info .details {
        font-size: 12px
    }

    .inside_video .video_box .video_main .video_list .item .info .more a .txt {
        font-size: 12px
    }

    .inside_video .video_box .video_main .video_list .item .info .more a .icon {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.inside_video .video_box .video_main .video_list .item:hover .img .play {
    opacity: 1
}

@media (max-width:1024px) {
    .inside_video .video_box .video_main .video_list .item {
        margin: 0
    }
}

@media (max-width:1024px) {
    .inside_video .video_box .video_main .video_list {
        grid-gap: 50px 30px
    }
}

@media (max-width:990px) {
    .inside_video .video_box .video_main .video_list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 20px
    }
}

@media (max-width:768px) {
    .inside_video .video_box .video_main .video_list {
        grid-gap: 30px 15px
    }
}

@media (max-width:1024px) {
    .inside_video .video_box .video_main {
        margin-top: 30px
    }
}

@media (max-width:1024px) {
    .inside_video {
        margin: 40px 0 50px
    }
}

.banner_join {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.banner_join .join_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.banner_join .join_box .title_box {
    width: 100%;
    height: auto;
    margin: 5.2vw 0 -1em;
    font-family: Ginkgo;
    font-size: 130px;
    line-height: 1;
    font-variant: small-caps
}

@media (max-width:1680px) {
    .banner_join .join_box .title_box {
        font-size: 113.75px
    }
}

@media (max-width:1440px) {
    .banner_join .join_box .title_box {
        font-size: 97.5px
    }
}

@media (max-width:1280px) {
    .banner_join .join_box .title_box {
        font-size: 86.66666667px
    }
}

@media (max-width:1024px) {
    .banner_join .join_box .title_box {
        font-size: 69.33333333px
    }
}

.banner_join .join_box .title_box p.active {
    color: #fff
}

@media (max-width:1024px) {
    .banner_join .join_box .title_box {
        margin: 0;
        font-size: 60px
    }
}

@media (max-width:990px) {
    .banner_join .join_box .title_box {
        margin: 0;
        font-size: 54px
    }
}

@media (max-width:768px) {
    .banner_join .join_box .title_box {
        margin: 0;
        font-size: 48px
    }
}

@media (max-width:480px) {
    .banner_join .join_box .title_box {
        margin: 0;
        font-size: 40px
    }
}

@media (max-width:360px) {
    .banner_join .join_box .title_box {
        margin: 0;
        font-size: 36px
    }
}

.banner_join .images {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    font-size: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.banner_join .images .img {
    width: 100%;
    max-width: 1350px;
    height: auto;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 0
}

.banner_join .images img {
    min-height: 300px;
    object-fit: cover
}

@media (max-width:1024px) {
    .banner_join .join_box {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff
    }
}

.join_team {
    width: 100%;
    height: auto;
    margin: -46px 0 0;
    position: relative;
    z-index: 2
}

.join_team .team_title {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden
}

.join_team .team_title .title {
    font-family: Ginkgo;
    font-variant: small-caps;
    line-height: 1;
    font-size: 72px
}

@media (max-width:1680px) {
    .join_team .team_title .title {
        font-size: 63px
    }
}

@media (max-width:1440px) {
    .join_team .team_title .title {
        font-size: 54px
    }
}

@media (max-width:1280px) {
    .join_team .team_title .title {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .join_team .team_title .title {
        font-size: 38.4px
    }
}

.join_team .team_title .title span {
    min-width: 40%;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 2vw
}

.join_team .team_title .subtitle {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    font-family: pf_r;
    text-indent: 20px;
    font-size: 36px;
    vertical-align: middle;
    letter-spacing: 5px;
    line-height: 1
}

@media (max-width:1680px) {
    .join_team .team_title .subtitle {
        font-size: 31.5px
    }
}

@media (max-width:1440px) {
    .join_team .team_title .subtitle {
        font-size: 27px
    }
}

@media (max-width:1280px) {
    .join_team .team_title .subtitle {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .join_team .team_title .subtitle {
        font-size: 19.2px
    }
}

.join_team .team_title .subtitle i {
    font-size: 100%
}

.join_team .team_title .subtitle i.first {
    vertical-align: top
}

.join_team .team_title .subtitle i.last {
    vertical-align: bottom
}

@media (max-width:1024px) {
    .join_team .team_title .title {
        font-size: 40px
    }

    .join_team .team_title .title span {
        padding: 10px 30px
    }

    .join_team .team_title .subtitle {
        font-size: 20px
    }
}

@media (max-width:768px) {
    .join_team .team_title .title {
        font-size: 30px
    }

    .join_team .team_title .subtitle {
        font-size: 16px
    }
}

@media (max-width:480px) {
    .join_team .team_title .title {
        font-size: 24px
    }

    .join_team .team_title .subtitle {
        font-size: 14px
    }
}

.join_team .team_main {
    width: 100%;
    height: auto;
    margin: 7.2vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.join_team .team_main .images {
    width: 34%;
    max-width: 460px;
    height: 100%;
    font-size: 0;
    position: relative
}

.join_team .team_main .images::after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: translate(50%, 50%);
    background: #000;
    border-radius: 50%
}

@media (max-width:1440px) {
    .join_team .team_main .images::after {
        width: 180px;
        height: 180px
    }
}

@media (max-width:1280px) {
    .join_team .team_main .images::after {
        width: 160px;
        height: 160px
    }
}

@media (max-width:1024px) {
    .join_team .team_main .images::after {
        width: 140px;
        height: 140px
    }
}

@media (max-width:990px) {
    .join_team .team_main .images::after {
        width: 120px;
        height: 120px
    }
}

@media (max-width:768px) {
    .join_team .team_main .images::after {
        width: 90px;
        height: 90px
    }
}

@media (max-width:768px) {
    .join_team .team_main .images {
        width: 40%
    }
}

.join_team .team_main .info {
    width: 66%;
    padding: 0 2vw 0 15%;
    overflow: hidden
}

.join_team .team_main .info .one {
    width: 100%;
    height: auto;
    margin: 2.2vw 0 0
}

.join_team .team_main .info .one .subtitle {
    font-size: 24px;
    line-height: 1
}

@media (max-width:1680px) {
    .join_team .team_main .info .one .subtitle {
        font-size: 21px
    }
}

@media (max-width:1440px) {
    .join_team .team_main .info .one .subtitle {
        font-size: 18px
    }
}

@media (max-width:1280px) {
    .join_team .team_main .info .one .subtitle {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .join_team .team_main .info .one .subtitle {
        font-size: 12.8px
    }
}

@media (max-width:1680px) {
    .join_team .team_main .info .one .subtitle {
        font-size: 20px
    }
}

@media (max-width:1440px) {
    .join_team .team_main .info .one .subtitle {
        font-size: 18px
    }
}

@media (max-width:1280px) {
    .join_team .team_main .info .one .subtitle {
        font-size: 16px
    }
}

.join_team .team_main .info .one .title {
    width: 100%;
    height: auto;
    margin: 5px 0 0;
    font-family: pf_r;
    font-size: 36px;
    vertical-align: middle;
    letter-spacing: 5px;
    line-height: 1;
    margin-left: -.5em
}

@media (max-width:1680px) {
    .join_team .team_main .info .one .title {
        font-size: 31.5px
    }
}

@media (max-width:1440px) {
    .join_team .team_main .info .one .title {
        font-size: 27px
    }
}

@media (max-width:1280px) {
    .join_team .team_main .info .one .title {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .join_team .team_main .info .one .title {
        font-size: 19.2px
    }
}

.join_team .team_main .info .one .title i {
    font-size: 100%
}

.join_team .team_main .info .one .title i.first {
    vertical-align: top
}

.join_team .team_main .info .one .title i.last {
    vertical-align: bottom
}

.join_team .team_main .info .text_details {
    margin: 3.6vw 0 0;
    color: #000
}

@media (max-width:1024px) {
    .join_team .team_main .info {
        padding: 0 0 0 15%
    }

    .join_team .team_main .info .one {
        margin-top: 20px
    }

    .join_team .team_main .info .one:first-child {
        margin: 0
    }

    .join_team .team_main .info .text_details {
        margin: 30px 0 0
    }
}

@media (max-width:768px) {
    .join_team .team_main .info {
        padding: 0 0 0 70px
    }

    .join_team .team_main .info .one .subtitle {
        font-size: 12px
    }

    .join_team .team_main .info .one .title {
        font-size: 18px
    }

    .join_team .team_main .info .text_details {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .join_team .team_main {
        margin: 50px 0 0
    }
}

@media (max-width:768px) {
    .join_team .team_main {
        display: block
    }

    .join_team .team_main .images {
        display: none
    }

    .join_team .team_main .info {
        width: 100%;
        padding: 0
    }
}

@media (max-width:1024px) {
    .join_team {
        margin: 50px 0
    }
}

.join_classify {
    width: 100%;
    height: auto;
    margin: 3vw 0 6.5vw
}

.join_classify .classify_head {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.join_classify .classify_head .title_box {
    width: 100%;
    height: auto;
    flex: 1;
    align-self: end;
    padding: 0 10% 2vw 0;
    overflow: hidden
}

.join_classify .classify_head .title_box .title {
    font-size: 72px;
    font-family: Ginkgo;
    line-height: 1;
    font-variant: small-caps
}

@media (max-width:1680px) {
    .join_classify .classify_head .title_box .title {
        font-size: 63px
    }
}

@media (max-width:1440px) {
    .join_classify .classify_head .title_box .title {
        font-size: 54px
    }
}

@media (max-width:1280px) {
    .join_classify .classify_head .title_box .title {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .join_classify .classify_head .title_box .title {
        font-size: 38.4px
    }
}

.join_classify .classify_head .title_box .subtitle {
    width: 100%;
    height: auto;
    padding-left: 20px;
    font-size: 36px;
    vertical-align: middle;
    letter-spacing: 5px
}

.join_classify .classify_head .title_box .subtitle i {
    font-size: 100%
}

.join_classify .classify_head .title_box .subtitle i.first {
    vertical-align: top
}

.join_classify .classify_head .title_box .subtitle i.last {
    vertical-align: bottom
}

@media (max-width:1024px) {
    .join_classify .classify_head .title_box .title {
        font-size: 40px
    }

    .join_classify .classify_head .title_box .subtitle {
        padding: 0 0 0 60px;
        font-size: 20px
    }
}

@media (max-width:768px) {
    .join_classify .classify_head .title_box {
        padding: 0 10% 0 0;
        align-self: center
    }

    .join_classify .classify_head .title_box .title {
        font-size: 30px
    }

    .join_classify .classify_head .title_box .subtitle {
        padding: 0 0 0 40px;
        font-size: 16px
    }
}

.join_classify .classify_head .images {
    width: 45%;
    max-width: 648px;
    font-size: 0;
    overflow: hidden
}

@media (max-width:768px) {
    .join_classify .classify_head {
        display: block
    }

    .join_classify .classify_head .title_box {
        padding: 0
    }

    .join_classify .classify_head .images {
        width: 100%;
        text-align: center;
        margin: 20px 0 0
    }
}

.join_classify .classify_list {
    width: 100%;
    height: auto;
    margin: 6.2vw 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3vw 4.6vw;
    overflow: hidden
}

.join_classify .classify_list .item {
    width: 100%;
    height: auto;
    overflow: hidden
}

.join_classify .classify_list .item .title {
    padding: 0 0 10px;
    font-size: 24px;
    color: #000;
    position: relative;
    z-index: 1
}

.join_classify .classify_list .item .title::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000
}

.join_classify .classify_list .item .subtitle {
    margin: 10px 0 0;
    font-size: 16px
}

@media (max-width:1280px) {
    .join_classify .classify_list .item .title {
        font-size: 22px
    }
}

@media (max-width:1024px) {
    .join_classify .classify_list {
        margin: 50px 0 0;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px 40px
    }

    .join_classify .classify_list .item .title {
        font-size: 20px
    }

    .join_classify .classify_list .item .subtitle {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .join_classify .classify_list .item .title {
        font-size: 16px
    }

    .join_classify .classify_list .item .title::after {
        height: 1px
    }
}

@media (max-width:1024px) {
    .join_classify .classify_list {
        margin: 50px 0 0;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px
    }
}

.join_classify .join_main {
    width: 100%;
    height: auto;
    margin-top: 7.5vw
}

.join_classify .join_main .images {
    width: 100%;
    height: auto;
    margin-bottom: -30vh;
    font-size: 0;
    overflow: hidden
}

.join_classify .join_main .info_box {
    width: 50%;
    height: auto;
    margin: 0 0 30px 50%;
    padding: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.join_classify .join_main .info_box .info {
    width: 100%;
    height: auto;
    border: 4px solid #000;
    padding: 2vw;
    border-radius: 10px;
    text-align: center
}

.join_classify .join_main .info_box .info .title_box {
    width: 100%;
    height: auto;
    overflow: hidden
}

.join_classify .join_main .info_box .info .title_box .subtitle {
    font-family: Ginkgo;
    line-height: 1;
    font-size: 18px;
    font-variant: small-caps
}

.join_classify .join_main .info_box .info .title_box .title {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    font-family: pf_r;
    text-indent: 20px;
    font-size: 36px;
    vertical-align: middle;
    letter-spacing: 5px;
    line-height: 1
}

.join_classify .join_main .info_box .info .title_box .title i {
    font-size: 100%
}

.join_classify .join_main .info_box .info .title_box .title i.first {
    vertical-align: top
}

.join_classify .join_main .info_box .info .title_box .title i.last {
    vertical-align: bottom
}

.join_classify .join_main .info_box .info .details {
    width: 100%;
    height: auto;
    margin: 3vw 0 0;
    overflow: hidden
}

.join_classify .join_main .info_box .info .details .title {
    font-size: 18px
}

.join_classify .join_main .info_box .info .details .subtitle {
    width: 100%;
    height: auto;
    margin: 12px 0 0;
    padding: 10px 1.5vw 15px;
    background: #000;
    color: #fff;
    line-height: 1;
    font-size: 32px;
    font-family: pf_r;
    font-variant: small-caps;
    overflow: hidden
}

.join_classify .join_main .info_box .info .details .subtitle span {
    border-bottom: 2px solid #fff
}

.join_classify .join_main .info_box .info .tips {
    width: 100%;
    height: auto;
    margin: 3.6vw 0 0;
    overflow: hidden
}

.join_classify .join_main .info_box .info .tips .title {
    font-family: pf_r;
    font-size: 14px;
    line-height: 1.5
}

.join_classify .join_main .info_box .info .tips .subtitle {
    margin: 10px 0 0;
    font-size: 10px;
    line-height: 1.5;
    color: #bbb
}

@media (max-width:1024px) {
    .join_classify .join_main .info_box .info {
        padding: 20px;
        border-width: 2px
    }

    .join_classify .join_main .info_box .info .title_box .subtitle {
        font-size: 14px
    }

    .join_classify .join_main .info_box .info .title_box .title {
        font-size: 24px
    }

    .join_classify .join_main .info_box .info .details {
        margin: 30px 0 0
    }

    .join_classify .join_main .info_box .info .details .title {
        font-size: 14px
    }

    .join_classify .join_main .info_box .info .details .subtitle {
        padding: 15px 20px 20px;
        font-size: 24px
    }

    .join_classify .join_main .info_box .info .details .subtitle span {
        border-width: 1px
    }
}

@media (max-width:1024px) {
    .join_classify .join_main {
        margin-top: 50px
    }

    .join_classify .join_main .images {
        text-align: center;
        margin: 0
    }

    .join_classify .join_main .info_box {
        width: 100%;
        margin: 30px 0 0;
        padding: 0;
        box-shadow: none
    }
}