@charset "utf-8";/*!
by Sean Lu 20221210
!!!请勿直接在c.css中修改内容
!!!请勿直接在c.css中修改内容
!!!请勿直接在c.css中修改内容
*/
:root {
    --color-main: #12337d;
    --color-white: #fff;
    --color-txt: #102657;
    --color-bg: #f5f5f5;
    --color-0: #000;
    --color-3: #333;
    --color-6: #666;
    --color-9: #999;
    --color-border: #dedede;
    --fsize-base: 14px;
    --fsize-large: calc(var(--fsize-base) * 1.25);
    --fsize-txt: calc(var(--fsize-base) * 1.14);
    --fsize-small: calc(var(--fsize-base) * .85);
    --fsize-h1: calc(var(--fsize-base) * 2.6);
    --fsize-h2: calc(var(--fsize-base) * 2.15);
    --fsize-h3: calc(var(--fsize-base) * 1.7);
    --gap-base: 16px;
    --gap-mini: calc(var(--gap-base) * .25);
    --gap-small: calc(var(--gap-base) * .5);
    --gap-large: calc(var(--gap-base) * 1.5);
    --gap-h1: calc(var(--gap-base) * 5);
    --gap-h2: calc(var(--gap-base) * 4);
    --gap-h3: calc(var(--gap-base) * 3)
}

@media (max-width: 1440px) {
    :root {
        --fsize-base:12px;
        --gap-base: 12px
    }
}

@media (max-width: 800px) {
    :root {
        --fsize-base:12px;
        --gap-base: 6px
    }
}

.trans {
    transition: all .3s
}

#jt_hd {
    width: 100%;
    font-size: 15px
}

#jt_section {
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    line-height: 1.6;
    color: #555
}

@media (max-width: 1440px) {
    #jt_section {
        min-width:100%
    }
}

#jt_container {
    position: relative;
    z-index: 10;
    min-width: 1200px;
    width: 100%
}

@media (max-width: 1440px) {
    #jt_container {
        min-width:100%
    }
}

#jt_container_wrapper.sub {
    padding-top: 160px
}

#jt_ft {
    padding: 80px 0 40px 0;
    width: 100%;
    min-width: 1500px;
    background: #fff;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400
}

@media (max-width: 1860px) {
    #jt_ft {
        min-width:100%
    }
}

#jt_ft .ft_inner {
    padding: 0px 90px;
    margin: 0 auto;
    box-sizing: content-box
}

@media (max-width: 1860px) {
    #jt_ft .ft_inner {
        padding:0 var(--gap-h3)
    }
}

#jt_ft .ft_inner .top .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.08)
}

#jt_ft .ft_inner .top .info .footlogo img {
    width: 160px
}

#jt_ft .ft_inner .top .info ul {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 15px;
    color: #2d3958
}

#jt_ft .ft_inner .top .info ul li a {
    color: #2d3958
}

#jt_ft .ft_btm {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 70px;
    color: #2d3958
}

@media (max-width: 800px) {
    #jt_ft .ft_btm {
        flex-direction:column;
        text-align: center
    }
}

#jt_ft .ft_btm .left {
    color: #2d3958
}

#jt_ft .ft_btm .left p {
    padding-bottom: 40px;
    color: #2d3958;
    font-weight: 700
}

#jt_ft .ft_btm .right {
    width: 45%
}

@media (max-width: 800px) {
    #jt_ft .ft_btm .right {
        display:none
    }
}

#jt_ft .ft_btm .right .ft_mn {
    display: flex;
    width: 100%;
    justify-content: space-between
}

#jt_ft .ft_btm .right .ft_mn>li+li {
    margin-left: 50px
}

#jt_ft .ft_btm .right .ft_mn>li>a {
    font-size: 15px;
    font-weight: 500
}

#jt_ft .ft_btm .right .ft_mn li a {
    color: #2d3958
}

#jt_ft .ft_btm .right .ft_mn li ul {
    margin-top: 35px
}

#jt_ft .ft_btm .right .ft_mn li ul li+li {
    margin-top: 6px
}

#jt_ft .ft_btm .right .ft_mn li ul a {
    font-size: 15px;
    color: #2d3958;
    transition: all .3s;
    display: flex
}

#jt_ft .ft_btm .right .ft_mn li ul a:hover {
    color: var(--color-main)
}

#jt_ft .ft_btm .center .follow {
    margin-bottom: 35px
}

#jt_ft .ft_btm .center .scan {
    font-size: 13px;
    margin-top: 5px;
    color: #2d3958
}

#jt_ft .ft_btm .center .qrcode img {
    height: 102px
}

#jt_ft .admin {
    display: flex;
    justify-content: space-between
}

@media (max-width: 800px) {
    #jt_ft .admin {
        font-size:var(--fsize-base);
        text-align: center
    }
}

#jt_ft .admin .copy {
    color: #2d3958
}

#shGnb {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 75px;
    padding: 0 60px
}

@media (max-width: 800px) {
    #shGnb {
        padding:0 6vw;
        height: 70px
    }

    #shGnb.on {
        background: var(--color-main)
    }
}

#shGnb .jt_logo {
    position: relative;
    z-index: 20;
    transition: transform .25s
}

#shGnb .jt_logo a {
    display: block;
    transition: all .3s
}

#shGnb .jt_logo a:hover {
    opacity: .8
}

#shGnb .jt_logo img {
    display: block;
    width: 160px;
    margin-top: 10px;
    position: relative;
    top: -2px;
    z-index: 5
}

@media (max-width: 800px) {
    #shGnb .jt_logo img {
        top:0;
        margin-top: 0;
        width: 35vw
    }
}

#shGnb .jt_nav {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content
}

@media (max-width: 800px) {
    #shGnb .jt_nav {
        top:70px;
        background: rgba(0,0,0,0.6);
        transform: translate(0);
        left: 0;
        width: 100%;
        padding: var(--gap-h3) var(--gap-large);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        backdrop-filter: blur(5px) saturate(180%);
        -webkit-backdrop-filter: blur(5px) saturate(180%);
        display: grid;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition: all .3s
    }

    #shGnb .jt_nav.on {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

#shGnb .jt_nav>li {
    float: left;
    position: relative;
    padding: 0 21px;
    line-height: 70px
}

@media (max-width: 800px) {
    #shGnb .jt_nav>li {
        line-height:1.6;
        padding: var(--gap-base) 0;
        text-align: center
    }

    #shGnb .jt_nav>li:first-child {
        display: none
    }
}

#shGnb .jt_nav>li:hover .jt_lnb_s {
    opacity: 1;
    visibility: visible;
    background: #fff;
    transform: rotate3d(0, 0, 0, 0) translateX(-50%);
    -webkit-transform: rotate3d(0, 0, 0, 0) translateX(-50%)
}

@media (max-width: 800px) {
    #shGnb .jt_nav>li:hover .jt_lnb_s {
        display:none
    }
}

#shGnb .jt_nav>li>a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: all .2s;
    text-decoration: none
}

#shGnb .jt_nav>li>a:hover {
    opacity: .8
}

#shGnb .jt_lnb_s {
    position: absolute;
    left: 50%;
    min-width: 100%;
    padding: 20px 10px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
    -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

#shGnb .jt_lnb_s li {
    padding: 0 30px
}

#shGnb .jt_lnb_s li a {
    display: block;
    text-align: center;
    transition: all .2s;
    height: 35px;
    line-height: 35px
}

#shGnb .jt_lnb_s li a:hover {
    color: var(--color-main)
}

#shGnb .jt_tip {
    margin-left: auto;
    display: flex;
    align-items: center
}

#shGnb .jt_tip li {
    margin-left: 20px
}

/* 语言切换：下拉 */
#shGnb .jt_tip li.lang-switch {
    position: relative;
    margin-left: 16px;
    z-index: 40
}

#shGnb .jt_tip li.lang-switch .lang-switch-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background .2s, border-color .2s
}

#shGnb .jt_tip li.lang-switch .lang-switch-toggle:hover,
#shGnb .jt_tip li.lang-switch.open .lang-switch-toggle {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .45)
}

#shGnb .jt_tip li.lang-switch .lang-switch-toggle svg {
    width: 15px;
    height: 15px;
    color: #fff;
    flex-shrink: 0
}

#shGnb .jt_tip li.lang-switch .lang-current {
    white-space: nowrap
}

#shGnb .jt_tip li.lang-switch .lang-caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, .85);
    transition: transform .2s
}

#shGnb .jt_tip li.lang-switch.open .lang-caret {
    transform: rotate(180deg)
}

#shGnb .jt_tip li.lang-switch .lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 132px;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #0b1a3a;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity .18s, transform .18s, visibility .18s;
    pointer-events: none
}

#shGnb .jt_tip li.lang-switch.open .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto
}

#shGnb .jt_tip li.lang-switch .lang-menu li {
    margin: 0
}

#shGnb .jt_tip li.lang-switch .lang-menu a.lang-btn {
    display: block;
    padding: 9px 12px;
    border-radius: 7px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s, color .15s
}

#shGnb .jt_tip li.lang-switch .lang-menu a.lang-btn:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    opacity: 1
}

#shGnb .jt_tip li.lang-switch .lang-menu a.lang-btn.active {
    background: rgba(18, 51, 125, .55);
    color: #fff;
    pointer-events: none
}

@media (max-width: 800px) {
    #shGnb .jt_tip li.lang-switch {
        margin-left: 8px
    }

    #shGnb .jt_tip li.lang-switch .lang-switch-toggle {
        padding: 6px 10px;
        font-size: 12px
    }

    #shGnb .jt_tip li.lang-switch .lang-menu {
        min-width: 120px;
        right: -4px
    }
}

#shGnb .jt_tip li.menu {
    display: none
}

@media (max-width: 800px) {
    #shGnb .jt_tip li.menu {
        display: block;
        margin-left: 10px
    }
}

#shGnb .jt_tip li a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all .3s
}

#shGnb .jt_tip li a:hover {
    opacity: .8
}

#shGnb .jt_tip li a:hover svg {
    transform: scale(1.1)
}

#shGnb .jt_tip li svg {
    width: 17px;
    height: 17px;
    color: #fff;
    transition: all .3s
}

@media (max-width: 800px) {
    #shGnb .jt_tip li svg {
        width:20px;
        height: 20px
    }
}

#shGnb.blur {
    backdrop-filter: blur(15px);
    background: #091233;
    transition: background .2s
}

#shGnb.blur .jt_logo::after {
    content: "";
    background: #091233;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    top: 7px;
    left: -7px;
    display: block
}

#shGnb.blur.on {
    backdrop-filter: blur(15px);
    background: #031821
}

#shGnb.on .jt_nav>li>a:hover {
    color: var(--color-main)
}

#shGnb.on .jt_nav>li:hover .jt_lnb_s {
    display: block;
    background: #fff;
    padding: 20px 10px
}

#shGnb.sub .jt_nav>li>a {
    color: #222
}

#shGnb.sub .jt_tip li a {
    color: #fff
}

@keyframes scroll {
    0% {
        transform: translate(0);
        opacity: 1
    }

    100% {
        transform: translate(0, 25px);
        opacity: 0
    }
}

#mainVisual {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 1500px;
    background: #222
}

@media (max-width: 1860px) {
    #mainVisual {
        min-width:100%
    }
}

#mainVisual .scroll {
    position: absolute;
    bottom: 70px;
    left: 50%;
    z-index: 52;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff
}

@media (max-width: 800px) {
    #mainVisual .scroll {
        bottom:6vw
    }
}

#mainVisual .scroll p {
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.8)
}

#mainVisual .scroll i {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    animation: scroll 1s linear infinite
}

#mainVisual .controlbutton {
    position: absolute;
    right: 0%;
    top: 38%;
    display: flex;
    align-items: end
}

@media (max-width: 800px) {
    #mainVisual .controlbutton {
        top:auto;
        bottom: 6vw
    }
}

#mainVisual .controlbuttonbox {
    position: relative;
    z-index: 9999;
    width: 100%;
    margin-right: 60px;
    display: flex;
    justify-content: center;
    row-gap: 15px;
    align-items: flex-end;
    flex-direction: column
}

@media (max-width: 800px) {
    #mainVisual .controlbuttonbox {
        margin-right:6vw;
        row-gap: var(--gap-base)
    }
}

#mainVisual .controlbuttonbox .prev {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border: rgba(255,255,255,0.4) 1px solid;
    border-radius: 40px;
    cursor: pointer;
    transition: all .2s
}

@media (max-width: 800px) {
    #mainVisual .controlbuttonbox .prev {
        width:40px;
        height: 40px
    }
}

#mainVisual .controlbuttonbox .prev:hover {
    background: var(--color-main)
}

#mainVisual .controlbuttonbox .next {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border: rgba(255,255,255,0.4) 1px solid;
    border-radius: 40px;
    margin-left: 10px;
    cursor: pointer;
    transition: all .2s
}

@media (max-width: 800px) {
    #mainVisual .controlbuttonbox .next {
        width:40px;
        height: 40px
    }
}

#mainVisual .controlbuttonbox .next:hover {
    background: var(--color-main)
}

#mainVisual .main_txt {
    opacity: 0;
    display: flex;
    flex-flow: column;
    position: absolute;
    left: 6.5%;
    bottom: 38%;
    z-index: 101;
    color: #fff
}

#mainVisual .main_txt p {
    font-size: 65px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px
}

@media (max-width: 800px) {
    #mainVisual .main_txt p {
        font-size:var(--fsize-h2)
    }
}

#mainVisual .main_txt .txt {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    font-weight: 500
}

@media (max-width: 800px) {
    #mainVisual .main_txt .txt {
        font-size:var(--fsize-base)
    }
}

#mainVisual ul:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0)
}

#mainVisual ul li {
    height: 100vh;
    min-height: 850px;
    overflow: hidden
}

@media (max-width: 800px) {
    #mainVisual ul li {
        min-height:100px;
        height: 50vh
    }
}

#mainVisual ul li video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

#mainVisual ul li .bg {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: center no-repeat;
    background-size: cover;
    transition: all 1.2s cubic-bezier(.165, .84, .44, 1)
}

#mainVisual ul li .bg01 {
    background-image: url(../images/banner1.jpg)
}

#mainVisual ul li .bg02 {
    background-image: url(../images/banner2.jpg)
}

#mainVisual ul li .bg03 {
    background-image: url(../images/banner3.jpg)
}

#mainVisual ul li.on .bg {
    width: 101%;
    height: 101%;
    opacity: 1
}

#atc01 {
    display: flex;
    justify-content: space-between;
    padding: 80px 80px;
    font-size: 15px
}

@media (max-width: 1860px) {
    #atc01 {
        padding:var(--gap-h1) var(--gap-h3)
    }
}

@media (max-width: 800px) {
    #atc01 {
        flex-direction:column;
        row-gap: var(--gap-h3)
    }
}

#atc01:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 248px;
    background: var(--color-main);
    z-index: -1
}

#atc01 .left {
    width: 410px
}

@media (max-width: 800px) {
    #atc01 .left {
        width:100%
    }
}

#atc01 .left .core_adv {
    color: #2d3958;
    margin-bottom: 20px
}

#atc01 .left p {
    position: relative;
    color: #102657;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px
}

@media (max-width: 800px) {
    #atc01 .left p {
        font-size:var(--fsize-h2)
    }
}

#atc01 .left p span {
    display: block
}

#atc01 .left p span+span {
    padding-left: 40px
}

#atc01 .left .ko_txt ul {
    list-style: decimal-leading-zero;
    white-space: normal;
    padding-left: 30px;
    color: #2d3958;
    margin-bottom: 20px
}

#atc01 .left .ko_txt li {
    padding-bottom: 20px;
    border-bottom: #eee 1px solid;
    padding-top: 20px
}

#atc01 .left .ko_txt .more {
    position: relative;
    display: inline-block;
    padding: 30px 0 10px 0;
    color: #2d3958;
    text-decoration: none
}

#atc01 .left .ko_txt .more:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: width .3s cubic-bezier(.165, .84, .44, 1);
    width: 100%;
    right: 0;
    background: var(--color-main);
    transition-delay: .2s
}

#atc01 .left .ko_txt .more:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: width .3s cubic-bezier(.165, .84, .44, 1);
    width: 0;
    left: 0;
    background: var(--color-main);
    transition-delay: 0s
}

#atc01 .left .ko_txt .more:hover {
    color: var(--color-main)
}

#atc01 .left .ko_txt .more:hover:before {
    width: 0;
    transition-delay: 0s
}

#atc01 .left .ko_txt .more:hover:after {
    width: 100%;
    transition-delay: .2s
}

#atc01 .right {
    overflow: hidden;
    width: calc(100vw - 670px);
    height: 600px
}

@media (max-width: 800px) {
    #atc01 .right {
        width:100%;
        height: 30vh
    }
}

#atc01 .right img {
    transition: all .3s cubic-bezier(.5, 1, .89, 1);
    width: 100%;
    height: 100%;
    object-fit: cover
}

#atc01 .right:hover img {
    transform: scale(1.05, 1.05)
}

#inc04 {
    position: relative;
    width: 100%;
    padding-top: 80px
}

@media (max-width: 800px) {
    #inc04 {
        padding-top:0
    }
}

#inc04 .bg img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
    filter: brightness(.95)
}

#inc04 .contact {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 90px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%
}

@media (max-width: 800px) {
    #inc04 .contact {
        flex-direction:column;
        bottom: 6vw;
        align-items: flex-start
    }
}

#inc04 .contact .tit {
    padding-bottom: 150px
}

@media (max-width: 800px) {
    #inc04 .contact .tit {
        padding-bottom:var(--gap-large)
    }
}

#inc04 .contact .tit h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

@media (max-width: 800px) {
    #inc04 .contact .tit h3 {
        font-size:var(--fsize-txt)
    }
}

#inc04 .contact .tit h2 {
    margin-top: 20px;
    font-size: var(--fsize-h1);
    font-weight: 700;
    line-height: 1;
    color: #fff
}

@media (max-width: 800px) {
    #inc04 .contact .tit h2 {
        font-size:var(--fsize-h2)
    }
}

#inc04 .contact .tit h2 .custom_txt {
    margin-top: 30px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff
}

@media (max-width: 800px) {
    #inc04 .contact .tit h2 .custom_txt {
        font-size:var(--fsize-txt)
    }
}

#inc04 .contact ul {
    display: flex;
    gap: 40px
}

@media (max-width: 800px) {
    #inc04 .contact ul {
        flex-direction:column;
        width: 100%
    }
}

#inc04 .contact ul li a {
    position: relative;
    display: block;
    padding: 0 0px 30px 0;
    border-bottom: 1px solid #fff;
    text-decoration: none
}

#inc04 .contact ul li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, var(--color-main), var(--color-main)) no-repeat;
    background-size: 0% 100%;
    transition: all .5s
}

#inc04 .contact ul li a:hover:after {
    background-size: 100% 100%
}

#inc04 .contact ul li a:hover h4 {
    color: var(--color-main)
}

#inc04 .contact ul li a:hover p {
    color: #fff
}

#inc04 .contact ul h4 {
    font-size: var(--fsize-h2);
    font-weight: 700;
    color: #fff;
    transition: all .3s
}

@media (max-width: 800px) {
    #inc04 .contact ul h4 {
        font-size:var(--fsize-h3)
    }
}

#inc04 .contact ul p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    transition: all .3s
}

@media (max-width: 800px) {
    #inc04 .contact ul p {
        font-size:var(--fsize-base)
    }
}

@media (max-width: 1980px) {
    #inc04 .bg img {
        height:700px
    }

    #inc04 .contact .tit h2 {
        line-height: 1.2
    }
}

#atc07 {
    position: relative;
    padding: 80px 0px
}

@media (max-width: 800px) {
    #atc07 {
        padding:var(--gap-h1) 0
    }
}

#atc07 .tit_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width: 800px) {
    #atc07 .tit_area {
        flex-direction:column;
        row-gap: var(--gap-h3)
    }
}

#atc07 .section_tit {
    margin: 0 auto;
    box-sizing: content-box
}

#atc07 .section_tit .pro_sort {
    color: #2d3958;
    padding-bottom: 20px
}

#atc07 .section_tit .section_h2 {
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #102657;
    text-transform: uppercase;
    white-space: pre-line;
    letter-spacing: -1px
}

@media (max-width: 800px) {
    #atc07 .section_tit .section_h2 {
        white-space:normal;
        font-size: var(--fsize-h2)
    }
}

#atc07 .section_tit .section_p {
    line-height: 1.5;
    color: #2d3958
}

@media (max-width: 800px) {
    #atc07 .section_tit .section_p {
        font-size:var(--fsize-txt)
    }
}

#atc07 .inc07_slide {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    box-sizing: content-box
}

#atc07 .inc07_slide li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none
}

#atc07 .inc07_slide li .img_cont {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 500px
}

@media (max-width: 800px) {
    #atc07 .inc07_slide li .img_cont {
        height:30vh
    }
}

#atc07 .inc07_slide li img {
    height: 100%;
    object-fit: cover;
    transition: all .5s
}

#atc07 .inc07_slide li h3 {
    font-size: 23px;
    font-weight: 700;
    color: #000
}

#atc07 .inc07_slide li div {
    font-size: 23px;
    font-weight: 700;
    color: #000
}

#atc07 .inc07_slide li .view {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    font-weight: 400;
    color: var(--color-main);
    transition: all .3s
}

#atc07 .inc07_slide li .view span {
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s
}

#atc07 .inc07_slide li .view span:nth-child(1) {
    transition-delay: .1s
}

#atc07 .inc07_slide li .view span:nth-child(2) {
    transition-delay: .2s
}

#atc07 .inc07_slide li .view span:nth-child(3) {
    transition-delay: .3s
}

#atc07 .inc07_slide li .view span:nth-child(4) {
    transition-delay: .4s
}

#atc07 .protextblock {
    width: 590px;
    padding: 0px 90px;
    padding-top: 50px
}

@media (max-width: 1860px) {
    #atc07 .protextblock {
        padding:0 var(--gap-h3);
        width: 100%
    }
}

#atc07 .rightslideimg {
    width: calc(100% - 590px)
}

@media (max-width: 800px) {
    #atc07 .rightslideimg {
        width:100%;
        box-sizing: border-box;
        padding: 0 6vw
    }
}

#atc07 .probutton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px
}

@media (max-width: 800px) {
    #atc07 .probutton {
        margin-top:var(--gap-h3)
    }
}

#atc07 .more {
    position: relative;
    display: inline-block;
    padding: 0px 0 10px 0;
    color: #2d3958;
    text-decoration: none
}

@media (max-width: 800px) {
    #atc07 .more {
        font-size:var(--fsize-txt)
    }
}

#atc07 .more:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: width .3s cubic-bezier(.165, .84, .44, 1);
    width: 100%;
    right: 0;
    background: var(--color-main);
    transition-delay: .2s
}

#atc07 .more:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: width .3s cubic-bezier(.165, .84, .44, 1);
    width: 0;
    left: 0;
    background: var(--color-main);
    transition-delay: 0s
}

#atc07 .more:hover {
    color: var(--color-main)
}

#atc07 .more:hover:before {
    width: 0;
    transition-delay: 0s
}

#atc07 .more:hover:after {
    width: 100%;
    transition-delay: .2s
}

#atc07 .nav_container {
    display: flex;
    gap: 10px
}

#atc07 .nav_container div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-main);
    cursor: pointer;
    transition: all .3s
}

@media (max-width: 800px) {
    #atc07 .nav_container div {
        width:40px;
        height: 40px
    }
}

#atc07 .nav_container div svg {
    width: 18px;
    height: 18px;
    color: #fff;
    transition: all .3s
}

#atc07 .nav_container div:hover {
    background-color: #f2f4fa;
    color: #000
}

#atc07 .nav_container div:hover svg {
    color: #000
}

#atc07 li a:hover img {
    filter: brightness(.8);
    transform: scale(.8)
}

#atc07 li a:hover span {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width: 1980px) {
    #atc07 .inc07_slide li .img_cont {
        background:#f2f6fc;
        display: flex;
        align-items: center;
        justify-content: center
    }

    #atc07 .inc07_slide li h3 {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1;
        color: #102657
    }

    #atc07 .inc07_slide li .txt {
        font-size: 14px;
        font-weight: normal;
        margin-top: 4px;
        color: #2d3958;
        display: flex;
        align-items: center
    }

    #atc07 .inc07_slide li .txt svg {
        width: 19px
    }

    #atc07 .inc07_slide li div {
        font-size: 20px
    }
}

#atc08 {
    padding: 120px 0 80px 0
}

@media (max-width: 800px) {
    #atc08 {
        padding:var(--gap-h1) 0
    }
}

#atc08 .tit_area {
    padding: 0px 90px;
    margin: 0 auto;
    box-sizing: content-box
}

@media (max-width: 1860px) {
    #atc08 .tit_area {
        padding:0 var(--gap-h3)
    }
}

#atc08 .tit_area .partner_hd {
    display: flex;
    justify-content: space-between
}

#atc08 .tit_area .tit {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: #102657;
    text-transform: uppercase;
    white-space: pre-line;
    letter-spacing: -1px
}

@media (max-width: 800px) {
    #atc08 .tit_area .tit {
        font-size:var(--fsize-h2)
    }
}

#atc08 .tit_area .about_slogen .txt {
    font-size: 16px;
    color: #2d3958;
    white-space: pre-line
}

@media (max-width: 800px) {
    #atc08 .tit_area .about_slogen .txt {
        font-size:var(--fsize-txt)
    }
}

#atc08 .tit_area .about_slogen .sub_about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 10%;
    margin-top: 70px;
    color: #2d3958
}

@media (max-width: 800px) {
    #atc08 .tit_area .about_slogen .sub_about {
        margin-top:var(--gap-h3);
        flex-direction: column;
        row-gap: var(--gap-large);
        font-size: var(--fsize-txt)
    }
}

#atc08 .tit_area .about_slogen .left_about {
    width: 45%
}

@media (max-width: 800px) {
    #atc08 .tit_area .about_slogen .left_about {
        width:100%
    }
}

#atc08 .tit_area .about_slogen .right_about {
    width: 45%
}

@media (max-width: 800px) {
    #atc08 .tit_area .about_slogen .right_about {
        width:100%
    }
}

#atc08 .tit_area .partner_txt {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 70px
}

@media (max-width: 800px) {
    #atc08 .tit_area .partner_txt {
        flex-direction:column;
        margin-bottom: var(--gap-h1);
        row-gap: var(--gap-large)
    }
}

#atc08 .tit_area .partner_txt .sub_tit {
    color: #999;
    text-transform: uppercase;
    line-height: 1.5;
    width: 25%
}

@media (max-width: 800px) {
    #atc08 .tit_area .partner_txt .sub_tit {
        width:100%
    }
}

#atc08 .tit_area .partner_txt .about_slogen {
    width: 75%
}

@media (max-width: 800px) {
    #atc08 .tit_area .partner_txt .about_slogen {
        width:100%
    }
}

#atc08 .tit_area .coopmarket {
    background: url("../images/jt-img/coop.jpg") no-repeat center bottom;
    background-size: cover;
    height: 650px
}

@media (max-width: 800px) {
    #atc08 .tit_area .coopmarket {
        height:30vh
    }
}

#atc08 .tit_area .coopmarket .coopht {
    font-size: 32px;
    font-weight: 600;
    padding-left: 80px;
    padding-top: 80px;
    padding-bottom: 20px;
    white-space: pre-line;
    line-height: 1.3;
    color: #102657
}

#atc08 .tit_area .coopmarket .cooptx {
    padding-left: 80px;
    padding-top: 10px;
    white-space: pre-line;
    line-height: 1.5
}

.jtlayer_sea_4226 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 0;
    height: 100%;
    transition: none
}

.jtlayer_sea_4226>* {
    transition: transform .3s cubic-bezier(.7, .3, .1, 1),box-shadow .3s cubic-bezier(.7, .3, .1, 1)
}

.jtlayer_sea_4226 .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,0.45);
    opacity: 0;
    transition: opacity .3s;
    backdrop-filter: blur(5px) saturate(180%)
}

.jtlayer_sea_4226 .content {
    width: 700px;
    background: var(--color-white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    padding: var(--gap-h3)
}

@media (max-width: 800px) {
    .jtlayer_sea_4226 .content {
        width:90vw
    }
}

.jtlayer_sea_4226 .content .clo {
    position: absolute;
    right: var(--gap-base);
    top: var(--gap-base);
    display: flex;
    padding: var(--gap-base);
    color: var(--color-0)
}

.jtlayer_sea_4226 .content .clo:hover {
    color: var(--color-main)
}

.jtlayer_sea_4226 .content .clo svg {
    width: 26px;
    height: 26px;
    transition: all .3s
}

.jtlayer_sea_4226 .content .tit {
    text-align: center;
    font-size: var(--fsize-h2)
}

.jtlayer_sea_4226 .content .sea {
    background: var(--color-bg);
    display: flex;
    height: 50px;
    margin: var(--gap-large) 0;
    border: 1px solid var(--color-bg);
    transition: all .3s
}

.jtlayer_sea_4226 .content .sea:focus-within {
    border-color: var(--color-main)
}

.jtlayer_sea_4226 .content .sea:focus-within .btn {
    color: var(--color-white);
    background: var(--color-main)
}

.jtlayer_sea_4226 .content .sea .ipt {
    border: 0;
    background: transparent;
    font-size: var(--fsize-large);
    color: var(--color-3);
    padding: 0 var(--gap-large);
    height: 100%;
    flex: 1
}

.jtlayer_sea_4226 .content .sea .btn {
    width: 50px;
    height: 50px;
    border: 0;
    color: var(--color-0);
    background: transparent;
    cursor: pointer;
    transition: all .3s
}

.jtlayer_sea_4226 .content .sea .btn svg {
    width: 20px;
    height: 20px
}

.jtlayer_sea_4226 .content .sea .btn:hover {
    color: var(--color-white);
    background: var(--color-main)
}

.jtlayer_sea_4226 .content .key {
    display: flex;
    align-items: flex-start
}

.jtlayer_sea_4226 .content .key .nam {
    display: flex;
    align-items: center;
    margin-right: var(--gap-base);
    white-space: nowrap
}

.jtlayer_sea_4226 .content .key .nam .ico {
    color: var(--color-main);
    margin-right: var(--gap-mini);
    display: flex;
    align-items: center
}

.jtlayer_sea_4226 .content .key .nam .ico svg {
    width: 20px;
    height: 20px
}

.jtlayer_sea_4226 .content .key .nam .kna {
    font-size: var(--fsize-txt);
    font-weight: bold;
    color: var(--color-0)
}

.jtlayer_sea_4226 .content .key .mor {
    display: flex;
    flex-wrap: wrap;
    font-size: var(--fsize-txt)
}

.jtlayer_sea_4226 .content .key .mor .ma {
    margin: 0 var(--gap-small)
}

.jtlayer_sea_4226.on {
    width: 100%
}

.jtlayer_sea_4226.on .mask {
    height: 100%;
    opacity: 1
}

.jtlayer_sea_4226.on .content {
    opacity: 1;
    visibility: visible;
    box-shadow: -2px 0 8px rgba(0,0,0,0.15)
}

.inbanner {
    height: 640px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

@media (max-width: 800px) {
    .inbanner {
        height:220px
    }
}

.inbanner .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    animation: bgPos 100s linear infinite;
    transform: translate3d(75px, -75px, 0) rotate(.001deg);
    pointer-events: none;
    zoom:1;z-index: -1
}

@keyframes bgPos {
    25% {
        transform: translate3d(150px, -150px, 0) rotate(.001deg)
    }

    75% {
        transform: translate3d(0, 0, 0) rotate(.001deg)
    }
}

.inbanner .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inbanner .con {
    position: relative;
    text-align: center;
    width: 100%;
    color: var(--color-white)
}

.inbanner .con .cn {
    font-size: calc(var(--fsize-h1) * 1.1);
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center
}

.inbanner .con .en {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: var(--fsize-base);
    text-transform: uppercase;
    font-weight: bold;
    margin-top: var(--gap-mini);
    color: rgba(255,255,255,0.6)
}

.inbanner .con .en::after {
    content: "";
    display: flex;
    width: 72px;
    height: 6px;
    background: var(--color-main);
    margin: var(--gap-small) 0
}

.insub .sul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: calc(var(--gap-large) * .8);
    transform: translateY(-50%)
}

.insub .sul .sli .sa {
    display: flex;
    font-size: var(--fsize-base);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: calc(var(--gap-base) * 1.2) calc(var(--gap-large) * 1.6);
    background: rgba(255,255,255,0.6);
    color: var(--color-3);
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    transition: all .3s
}

.insub .sul .sli .sa::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(15px);
    z-index: -1;
    background: #fff;
    opacity: .6;
    transition: all .3s
}

.insub .sul .sli .sa:hover {
    background: rgba(18,51,125,0.6);
    color: var(--color-white)
}

.insub .sul .sli .sa:hover::after {
    background: var(--color-main)
}

.insub .sul .sli.on .sa {
    background: rgba(18,51,125,0.6);
    color: var(--color-white)
}

.insub .sul .sli.on .sa::after {
    background: var(--color-main)
}

.aboutbox_4304 {
    padding: var(--gap-h1) 0
}

.aboutbox_4304 .tit .en {
    font-size: var(--fsize-large);
    color: var(--color-main);
    font-weight: bold
}

.aboutbox_4304 .tit .cn {
    font-size: var(--fsize-h1);
    color: var(--color-0)
}

.aboutbox_4304 .abg {
    margin: var(--gap-h3) 0;
    height: 30vw
}

.aboutbox_4304 .abg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.aboutbox_4304 .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width: 800px) {
    .aboutbox_4304 .content {
        flex-direction:column;
        row-gap: var(--gap-h3)
    }
}

.aboutbox_4304 .content .numbox {
    flex: 1;
    margin-right: calc(var(--gap-h1) * 1.2);
    margin-top: -10vw;
    box-sizing: border-box;
    background: var(--color-bg);
    padding: 0 var(--gap-h2)
}

@media (max-width: 800px) {
    .aboutbox_4304 .content .numbox {
        margin-right:0
    }
}

.aboutbox_4304 .content .numbox .it {
    padding: var(--gap-h2) 0;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    justify-content: space-between
}

.aboutbox_4304 .content .numbox .it:last-child {
    border-bottom: 0
}

.aboutbox_4304 .content .numbox .it .ih {
    display: flex;
    flex: 1
}

.aboutbox_4304 .content .numbox .it .ih .inf {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: var(--color-3);
    line-height: .8
}

.aboutbox_4304 .content .numbox .it .ih .inf .num {
    font-size: calc(var(--fsize-h1) * 1.6);
    margin: 0 var(--gap-base)
}

.aboutbox_4304 .content .numbox .it .ih .inf .tip {
    font-size: var(--fsize-h3)
}

.aboutbox_4304 .content .numbox .it .ib {
    flex: 1;
    line-height: 1.6;
    font-size: var(--fsize-txt);
    color: var(--color-3)
}

.aboutbox_4304 .content .numbox .it .ico svg {
    width: calc(var(--gap-large) * 1.2)
}

@media (max-width: 800px) {
    .aboutbox_4304 .content .numbox .it .ico svg {
        width:var(--gap-h2)
    }
}

.aboutbox_4304 .content .numbox .it .ico .cls1 {
    fill: var(--color-main);
    opacity: .3
}

.aboutbox_4304 .content .numbox .it .ico .cls2 {
    fill: var(--color-main)
}

.aboutbox_4304 .content .txtbox {
    flex: 1
}

.aboutbox_4304 .content .txtbox .tit {
    font-size: var(--fsize-h3);
    font-weight: bold;
    color: var(--color-0);
    line-height: 1.6
}

.aboutbox_4304 .content .txtbox .txt {
    margin: var(--gap-large) 0;
    color: var(--color-6);
    line-height: 1.6;
    font-size: var(--fsize-large)
}

.aboutbox_4304 .content .txtbox p {
    margin-bottom: var(--gap-large)
}

.aboutbox_4304 .content .txtbox p:last-child {
    margin-bottom: 0
}

.aboutsix {
    --color-abmain: 106, 175, 255;
    --gradient: linear-gradient(90deg, #8bc5ff, #fff 40%, #bfdfff);
    --glow-color: #bfdfff77;
    background: var(--color-0);
    padding: var(--gap-h1) 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center
}

.aboutsix::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/jt-img/inc04_img01.jpg) no-repeat center;
    background-size: cover;
    opacity: .1
}

.aboutsix::after {
    z-index: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(var(--color-abmain), .08) center / 100% 100% no-repeat;
    border-radius: 100px;
    filter: blur(240px);
    transform: translate3d(0, -50%, 0);
    will-change: filter;
    min-height: 400px
}

.aboutsix .tit {
    font-size: var(--fsize-h1);
    font-weight: 600;
    letter-spacing: -0.025em;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    max-width: 768px;
    background-image: var(--gradient);
    display: inline-block
}

@media (max-width: 800px) {
    .aboutsix .tit {
        font-size:var(--fsize-h2)
    }
}

.aboutsix .list {
    margin-top: var(--gap-h3);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gap-large)
}

@media (max-width: 800px) {
    .aboutsix .list {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.aboutsix .list .it {
    position: relative;
    border-radius: 24px;
    display: flex;
    padding: var(--gap-h3) var(--gap-large);
    flex-direction: column;
    row-gap: var(--gap-base);
    color: var(--color-white);
    justify-content: space-between;
    overflow: hidden;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    box-shadow: 0 0 0 2px inset rgba(255, 255, 255, calc(10 / 100));
    transition: background .4s cubic-bezier(.445, .05, .55, .95);
    background: rgba(247, 248, 248, calc(3 / 100))
}

@media (max-width: 800px) {
    .aboutsix .list .it {
        border-radius:10px;
        padding: var(--gap-h1) 0
    }
}

.aboutsix .list .it::before,.aboutsix .list .it::after {
    content: "";
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.445, .05, .55, .95);
    will-change: transform
}

.aboutsix .list .it:hover {
    background: rgba(247, 248, 248, calc(10 / 100))
}

.aboutsix .list .it:hover::before,.aboutsix .list .it:hover::after {
    visibility: visible;
    opacity: 1
}

.aboutsix .list .it::before {
    top: 0;
    left: 0;
    width: 960px;
    height: 960px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(var(--color-abmain), .05) 0, rgba(var(--color-abmain), 0) 100%);
    border-radius: 50%;
    z-index: 0;
    filter: blur(10px);
    transform: translateX(calc(var(--x, 50%) - calc(960px / 2))) translateY(calc(var(--y, 50%) - calc(960px / 2))) translateZ(0)
}

.aboutsix .list .it::after {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 10px;
    padding: 2px;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(255,255,255,0.4) 3%, var(--glow-color) 20%, transparent 50%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    border-radius: 25px
}

.aboutsix .list .it .inf {
    text-align: center
}

.aboutsix .list .it .inf .cn {
    font-size: var(--fsize-large);
    font-weight: bold;
    line-height: 1.2
}

.aboutsix .list .it .inf .en {
    font-size: var(--fsize-base);
    line-height: 1.2;
    font-weight: normal;
    opacity: .6;
    margin-top: var(--gap-small)
}

.aboutsix .list .it .ico svg {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto
}

.aboutbox_4112 {
    background: var(--color-bg);
    padding: var(--gap-h1) 0
}

.aboutbox_4112 .hd {
    text-align: center
}

.aboutbox_4112 .hd .sub {
    color: var(--color-main);
    font-weight: bold;
    font-size: var(--fsize-txt)
}

.aboutbox_4112 .hd .nam {
    font-size: var(--fsize-h1);
    font-weight: bold;
    color: var(--color-0);
    margin-top: var(--gap-small)
}

@media (max-width: 800px) {
    .aboutbox_4112 .hd .nam {
        font-size:var(--fsize-h2)
    }
}

.aboutbox_4112 .list {
    margin-top: var(--gap-h3);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gap-large)
}

@media (max-width: 800px) {
    .aboutbox_4112 .list {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }
}

.aboutbox_4112 .list .item {
    background: var(--color-white);
    border-radius: 5px;
    padding: var(--gap-h3);
    box-shadow: 0 5px 20px 0 rgba(82,90,101,0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .3s
}

.aboutbox_4112 .list .item .ico {
    width: 85px;
    height: 85px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 20%;
    border: 5px solid rgba(18,51,125,0.05);
    background-color: rgba(18,51,125,0.05);
    transition: all .3s
}

.aboutbox_4112 .list .item .ico img {
    display: block;
    width: 45px;
    height: 45px
}

.aboutbox_4112 .list .item .inf {
    margin-top: var(--gap-large)
}

.aboutbox_4112 .list .item .inf .nam {
    font-size: var(--fsize-h3);
    font-weight: bold;
    color: var(--color-0)
}

.aboutbox_4112 .list .item .inf .txt {
    font-size: var(--fsize-txt);
    margin-top: var(--gap-base);
    color: var(--color-6);
    line-height: 1.6
}

.aboutbox_4112 .list .item .num {
    position: absolute;
    z-index: -1;
    right: -5px;
    bottom: -45px;
    color: rgba(18,51,125,0.05);
    font-size: 12rem;
    font-weight: 700;
    line-height: 1
}

.aboutbox_4112 .list .item:hover {
    transform: translateY(-5px)
}

.aboutbox_4112 .list .item:hover .ico {
    border: 5px solid rgba(18,51,125,0.3)
}

.aboutbox-5611 {
    background: var(--color-0);
    padding: var(--gap-h1) 0
}

.aboutbox-5611.light {
    background: linear-gradient(0deg, #f5f5f5 0%, rgba(245,245,245,0) 100%)
}

.aboutbox-5611.light .tit {
    color: var(--color-3)
}

.aboutbox-5611.light .list .item {
    padding: 1px;
    background-color: var(--color-border);
    transition: all .3s
}

.aboutbox-5611.light .list .item::before {
    background: linear-gradient(0deg, var(--color-main) 40%, var(--color-border) 60%)
}

.aboutbox-5611.light .list .item:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.aboutbox-5611.light .list .item .ibox {
    background: var(--color-white)
}

.aboutbox-5611.light .list .item .ibox .ih {
    color: var(--color-3)
}

.aboutbox-5611.light .list .item .ibox .ih .ico svg {
    fill: var(--color-3)
}

.aboutbox-5611.light .list .item .ibox .ib {
    color: var(--color-6)
}

.aboutbox-5611 .tit {
    color: hsla(0,0%,100%,0.6)
}

.aboutbox-5611 .tit .cn {
    font-size: var(--fsize-h1);
    font-weight: bold
}

@media (max-width: 800px) {
    .aboutbox-5611 .tit .cn {
        font-size:var(--fsize-h2)
    }
}

.aboutbox-5611 .tit .en {
    font-size: var(--fsize-h3);
    text-transform: uppercase
}

@media (max-width: 800px) {
    .aboutbox-5611 .tit .en {
        font-size:var(--fsize-large)
    }
}

.aboutbox-5611 .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(var(--gap-large) * 1.5);
    margin-top: var(--gap-h3)
}

@media (max-width: 800px) {
    .aboutbox-5611 .list {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }
}

.aboutbox-5611 .list .item {
    padding: 1px;
    background-color: #1f1f1f;
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    position: relative
}

.aboutbox-5611 .list .item::before {
    content: "";
    position: absolute;
    left: -100%;
    width: 200%;
    top: -200%;
    height: 400%;
    background: linear-gradient(0deg, #8fadf4 40%, #333 60%);
    opacity: 0;
    transition: opacity .3s ease;
    animation: glight 2s linear infinite;
    transform-origin: 50% 50%
}

.aboutbox-5611 .list .item:hover::before {
    opacity: 1
}

@keyframes glight {
    0% {
        transform: translate(25%, 10%) rotate(0deg)
    }

    100% {
        transform: translate(25%, 10%) rotate(1turn)
    }
}

.aboutbox-5611 .list .item .ibox {
    position: relative;
    background-color: #000;
    background-image: linear-gradient(to bottom, #090a11, transparent);
    border-radius: 1rem;
    box-sizing: border-box;
    height: 100%;
    padding: var(--gap-h3);
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-h3)
}

.aboutbox-5611 .list .item .ibox .ih {
    color: var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.aboutbox-5611 .list .item .ibox .ih .nam {
    font-size: var(--fsize-h2);
    line-height: 1.2
}

@media (max-width: 800px) {
    .aboutbox-5611 .list .item .ibox .ih .nam {
        font-size:var(--fsize-h3)
    }
}

.aboutbox-5611 .list .item .ibox .ih .ico svg {
    display: block;
    width: 32px;
    height: 32px;
    fill: var(--color-white)
}

.aboutbox-5611 .list .item .ibox .ib {
    color: hsla(0,0%,100%,0.7);
    line-height: 1.6;
    font-size: var(--fsize-txt);
    padding-right: var(--gap-h3)
}

@media (max-width: 800px) {
    .aboutbox-5611 .list .item .ibox .ib {
        font-size:var(--fsize-base)
    }
}

.honorbox01 {
    padding: var(--gap-h1) 0;
    font-weight: 500
}

.honorbox01.hb01x {
    background: var(--color-bg)
}

.honorbox01 .hd {
    text-align: center
}

.honorbox01 .hd .sub {
    color: var(--color-main);
    font-size: var(--fsize-txt);
    margin-bottom: var(--gap-small)
}

.honorbox01 .hd .nam {
    color: var(--color-0);
    font-size: var(--fsize-h1);
    font-weight: bold;
    margin-bottom: var(--gap-base)
}

@media (max-width: 800px) {
    .honorbox01 .hd .nam {
        margin-bottom:var(--gap-h3);
        font-size: var(--fsize-h2)
    }
}

.honorbox01 .hd .nam::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: var(--color-main);
    margin: var(--gap-base) auto 0
}

@media (max-width: 800px) {
    .honorbox01 .hd .nam::after {
        margin-top:var(--gap-large) auto 0
    }
}

.honorbox01 .hd .mor {
    font-size: var(--fsize-large);
    line-height: 1.6;
    color: var(--color-3)
}

.honorbox01 .bd {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: 24px;
    gap: var(--gap-h3);
    background: #f3f7fb;
    padding: var(--gap-h1);
    margin-top: var(--gap-h2)
}

@media (max-width: 800px) {
    .honorbox01 .bd {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }
}

.honorbox01 .bd .item {
    cursor: pointer
}

.honorbox01 .bd .item .img {
    background: var(--color-white);
    box-shadow: 0 4px 6px rgba(0,0,0,0.08),0 0 0 1px rgba(0,0,0,0.05);
    padding: 18px 15px;
    transition: all .3s
}

.honorbox01 .bd .item .img img {
    aspect-ratio: 3/2;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.honorbox01 .bd .item.it02 .img img {
    aspect-ratio: 2/3
}

.honorbox01 .bd .item:hover .img {
    transform: scale(1.05)
}

.honorbox01 .bd .item .nam {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: var(--gap-base);
    font-size: var(--fsize-large);
    color: var(--color-3);
    margin-top: var(--gap-base)
}

@media (max-width: 800px) {
    .honorbox01 .bd .item .nam {
        margin-top:var(--gap-large)
    }
}

.honorbox01 .bd .item .nam::before {
    content: "";
    display: block;
    width: 20px;
    height: 30px;
    background: url(../images/jt-img/honoricon01.png) no-repeat center;
    background-size: contain
}

.honorbox01 .bd .item .nam::after {
    content: "";
    display: block;
    width: 20px;
    height: 30px;
    background: url(../images/jt-img/honoricon02.png) no-repeat center;
    background-size: contain
}

.newslist_415 {
    padding: var(--gap-h1) 0
}

.newslist_415 .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--gap-large)
}

@media (max-width: 800px) {
    .newslist_415 .list {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }
}

.newslist_415 .list .item {
    box-shadow: 0 5px 20px 0 rgba(82,90,101,0.1);
    background: var(--color-white);
    border-radius: 5px;
    font-weight: 500
}

.newslist_415 .list .item .img .ia {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 60%;
    border-radius: 5px;
    overflow: hidden
}

.newslist_415 .list .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslist_415 .list .item .inf {
    padding: var(--gap-large)
}

.newslist_415 .list .item .inf .tim {
    display: flex;
    align-items: center;
    font-size: var(--fsize-base);
    color: var(--color-6)
}

.newslist_415 .list .item .inf .tim span {
    margin-right: var(--gap-large);
    display: flex;
    align-items: center
}

.newslist_415 .list .item .inf .tim span svg {
    color: var(--color-main);
    width: 16px;
    margin-right: var(--gap-small)
}

.newslist_415 .list .item .inf .tim span:last-child {
    margin-right: 0
}

.newslist_415 .list .item .inf .nam {
    margin: var(--gap-small) 0 var(--gap-base);
    font-size: calc(var(--fsize-large) * 1.2);
    font-weight: bold;
    line-height: 1.5
}

.newslist_415 .list .item .inf .nam .na {
    text-decoration: none;
    color: var(--color-3);
    transition: all .3s;
    display: -webkit-box;
    overflow: hidden;
    font-size: calc(var(--fsize-large) * 1.2);
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2
}

.newslist_415 .list .item .inf .nam .na:hover {
    color: var(--color-main)
}

.newslist_415 .list .item .inf .txt {
    font-size: var(--fsize-base);
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-9);
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 3
}

.newslist_415 .list .item .inf .btn {
    margin-top: var(--gap-large);
    display: flex
}

.newslist_415 .list .item .inf .btn .ba {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-main);
    font-weight: 500;
    font-size: var(--fsize-txt)
}

.newslist_415 .list .item .inf .btn .ba svg {
    width: 24px;
    height: 24px;
    margin-right: var(--gap-small);
    transition: all .3s
}

.newslist_415 .list .item .inf .btn .ba:hover svg {
    transform: translateX(5px)
}

.newsitem_4302 {
    padding: var(--gap-h1) 0;
    font-weight: 500
}

.newsitem_4302 .newswrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto
}

.newsitem_4302 .nhd {
    padding-bottom: var(--gap-h3);
    margin-bottom: var(--gap-h3);
    border-bottom: 1px solid var(--color-border)
}

@media (max-width: 800px) {
    .newsitem_4302 .nhd {
        padding-bottom:0
    }
}

.newsitem_4302 .nhd .tit {
    font-weight: bold;
    font-size: var(--fsize-h1);
    color: var(--color-0);
    line-height: 1.2
}

.newsitem_4302 .nhd .tip {
    margin-top: var(--gap-large);
    display: flex;
    align-items: center
}

@media (max-width: 800px) {
    .newsitem_4302 .nhd .tip {
        flex-direction:column;
        align-items: flex-start
    }
}

.newsitem_4302 .nhd .tip .ts {
    margin-right: var(--gap-large);
    font-size: var(--fsize-base);
    color: var(--color-9)
}

@media (max-width: 800px) {
    .newsitem_4302 .nhd .tip .ts {
        border-bottom:1px solid var(--color-border);
        width: 100%;
        margin-right: 0;
        padding: var(--gap-base) 0
    }

    .newsitem_4302 .nhd .tip .ts:last-child {
        border-bottom: 0
    }
}

.newsitem_4302 .nhd .tip .ts .ta {
    color: var(--color-9);
    transition: all .3s
}

.newsitem_4302 .nhd .tip .ts .ta:hover {
    color: var(--color-main)
}

.newsitem_4302 .nhd .tip .ts:last-child {
    margin-right: 0
}

.newsitem_4302 .nbd {
    font-size: var(--fsize-large);
    line-height: 1.6;
    color: var(--color-3)
}

.newsitem_4302 .nbd p {
    margin-bottom: var(--gap-large)
}

.newsitem_4302 .nbd h3 {
    font-size: var(--fsize-h3);
    font-weight: bold;
    color: var(--color-0);
    margin: var(--gap-h3) 0 var(--gap-large)
}

.newsitem_4302 .nbd h4 {
    font-weight: normal;
    text-align: center;
    margin-top: calc(1px - var(--gap-base));
    margin-bottom: var(--gap-large);
    font-size: var(--fsize-base);
    padding-bottom: var(--gap-base);
    border-bottom: 3px solid rgba(0,0,0,0.1);
    font-family: arial;
    opacity: .6
}

.newsitem_4302 .nbd strong {
    font-weight: bold;
    color: var(--color-main);
    margin: 0 var(--gap-mini)
}

.newsitem_4302 .nbd blockquote {
    padding: var(--gap-large);
    margin: 0 0 var(--gap-large);
    background: var(--color-bg);
    border-left: 5px solid #e5e5e5;
    color: var(--color-6)
}

.newsitem_4302 .nbd blockquote p:last-child {
    margin-bottom: 0
}

.newsitem_4302 .nbd img {
    max-width: 100%
}

.newsitem_4302 .nsd {
    padding-top: var(--gap-h3);
    margin-top: var(--gap-h3);
    border-top: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 800px) {
    .newsitem_4302 .nsd {
        flex-direction:column
    }
}

.newsitem_4302 .nsd .link {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    font-size: var(--fsize-txt)
}

.newsitem_4302 .nsd .link .la {
    margin: var(--gap-mini) 0;
    text-decoration: none;
    transition: all .3s
}

@media (max-width: 800px) {
    .newsitem_4302 .nsd .back {
        margin-top:var(--gap-h3)
    }
}

.newsitem_4302 .nsd .back .ba {
    background: var(--color-main);
    color: var(--color-white);
    font-size: var(--fsize-txt);
    padding: var(--gap-base) var(--gap-h2);
    text-decoration: none;
    position: relative
}

.newsitem_4302 .nsd .back .ba span {
    position: relative
}

.newsitem_4302 .nsd .back .ba::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-0);
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform .34s cubic-bezier(.67, .01, .26, 1)
}

.newsitem_4302 .nsd .back .ba:hover::before {
    transform: scaleX(1)
}

.aboutbox02 {
    background: #f8f9f9;
    padding-top: var(--gap-h1)
}

.aboutbox02 .img {
    height: 600px
}

@media (max-width: 800px) {
    .aboutbox02 .img {
        height:200px
    }
}

.aboutbox02 .img.img2 {
    height: 392px
}

@media (max-width: 800px) {
    .aboutbox02 .img.img2 {
        height:112px
    }
}

.aboutbox02 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.aboutbox02 .con {
    display: flex
}

@media (max-width: 800px) {
    .aboutbox02 .con {
        flex-direction:column;
        row-gap: var(--gap-h3)
    }
}

.aboutbox02 .con .hd {
    flex: 1;
    font-size: var(--fsize-h2);
    font-weight: bold;
    position: relative;
    line-height: 1.2
}

@media (max-width: 800px) {
    .aboutbox02 .con .hd {
        font-size:var(--fsize-h2)
    }
}

.aboutbox02 .con .hd::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: var(--color-main);
    margin-top: var(--gap-base)
}

@media (max-width: 800px) {
    .aboutbox02 .con .hd::after {
        margin-top:var(--gap-large);
        height: 3px
    }
}

.aboutbox02 .con .bd {
    flex: 2
}

.aboutbox02 .con .bd .lis {
    display: flex;
    column-gap: var(--gap-large);
    margin-bottom: var(--gap-h3)
}

@media (max-width: 800px) {
    .aboutbox02 .con .bd .lis {
        display:grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: var(--gap-h3)
    }
}

.aboutbox02 .con .bd .lis .it {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-small);
    color: var(--color-9)
}

.aboutbox02 .con .bd .lis .it .num {
    font-size: var(--fsize-h1);
    line-height: 1.2;
    color: var(--color-main)
}

.aboutbox02 .con .bd .lis .it .txt {
    font-size: var(--fsize-txt);
    line-height: 1.6
}

.aboutbox02 .con .bd .inf {
    font-size: var(--fsize-large);
    line-height: 1.6;
    color: var(--color-6)
}

.aboutbox02 .con .bd .inf p {
    margin-bottom: calc(var(--gap-large) * 1.2)
}

.aboutbox02 .con .bd .inf p:last-child {
    margin-bottom: 0
}

.aboutbox02 .device .hd {
    font-weight: bold;
    color: var(--color-0);
    font-size: var(--fsize-h2);
    position: relative;
    color: var(--color-main);
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 800px) {
    .aboutbox02 .device .hd {
        font-size:var(--fsize-h2)
    }
}

.aboutbox02 .device .hd::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: var(--color-main);
    margin-top: var(--gap-base)
}

@media (max-width: 800px) {
    .aboutbox02 .device .hd::after {
        margin-top:var(--gap-large);
        height: 3px
    }
}

.aboutbox02 .device .bd {
    padding: 0 0 var(--gap-h1)
}

@media (max-width: 800px) {
    .aboutbox02 .device .bd p img {
        display:block;
        width: 100%
    }
}

.strebox01 {
    padding: 30px 0 0
}

@media (max-width: 800px) {
    .strebox01 {
        padding:20px 0
    }
}

.strebox01 .con {
    font-size: var(--fsize-large);
    line-height: 1.6;
    color: var(--color-3);
    margin-bottom: var(--gap-h3)
}

.strebox01 .list {
    display: grid;
    grid-template: "A A . . ." "A A B B ." ". . B B ." / 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px
}

@media (max-width: 800px) {
    .strebox01 .list {
        display:block
    }
}

.strebox01 .list .litem {
    overflow: hidden;
    position: relative
}

@media (max-width: 800px) {
    .strebox01 .list .litem {
        margin-bottom:10px
    }
}

.strebox01 .list .litem img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s
}

.strebox01 .list .litem img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.strebox01 .list .litem span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: var(--color-white);
    text-align: center;
    padding: 10px 10px;
    font-size: var(--fsize-base);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all .3s
}

.strebox01 .list .litem:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.strebox01 .list .litem.itemA {
    grid-area: A
}

.strebox01 .list .litem.itemB {
    grid-area: B
}

.newpart {
    padding: 0
}

@media (max-width: 800px) {
    .newpart {
        display:none
    }
}

.newpart .hd {
    font-size: var(--fsize-h1);
    font-weight: bold;
    text-align: center;
    color: var(--color-txt)
}

.newpart .bd {
    position: relative
}

.newpart .bd .bg {
    position: relative;
    top: 0;
    left: 0
}

.newpart .bd .bg img {
    display: block;
    width: 88%;
    mix-blend-mode: multiply
}

.newpart .bd .cov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.newpart .bd .cov svg {
    display: block;
    width: 100%;
    height: 100%
}

.newpart .bd .cov svg path {
    stroke: var(--color-main);
    stroke-dasharray: 2000;
    stroke-dashoffset: -2000;
    -webkit-animation: circle-draw 6s cubic-bezier(.215, .61, .355, 1) infinite forwards;
    animation: circle-draw 6s cubic-bezier(.215, .61, .355, 1) infinite forwards
}

.newpart .bd .dot {
    position: absolute
}

.newpart .bd .dot.d01 {
    left: 38.7%;
    top: 39.4%
}

.newpart .bd .dot.d02 {
    left: 8.7%;
    top: 30%
}

.newpart .bd .dot.d03 {
    left: 18.2%;
    top: 49.2%
}

.newpart .bd .dot.d04 {
    left: 13.4%;
    top: 79.1%
}

.newpart .bd .dot.d05 {
    left: 33.2%;
    top: 53.5%
}

.newpart .bd .dot.d06 {
    left: 33.8%;
    top: 61.8%
}

.newpart .bd .dot.d07 {
    left: 43.2%;
    top: 40.5%
}

.newpart .bd .dot.d08 {
    left: 73%;
    top: 26.5%
}

.newpart .bd .dot.d09 {
    left: 76.5%;
    top: 38.5%
}

.newpart .bd .dot.d10 {
    left: 89.3%;
    top: 69.4%
}

.newpart .bd .dot.d11 {
    top: 31%;
    left: 80.2%
}

.newpart .bd .dot.d12 {
    top: 86%;
    left: 84.5%
}

.newpart .bd .dot.d13 {
    top: 60%;
    left: 92%
}

.newpart .bd .dot.d14 {
    top: 31.5%;
    left: 94%
}

.newpart .bd .dot.d15 {
    top: 55.2%;
    left: 52.9%
}

.newpart .bd .dot i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-main);
    position: relative
}

.newpart .bd .dot i::before,.newpart .bd .dot i::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(18,51,125,0.7);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: aboutbj 1.5s linear infinite;
    opacity: 0
}

.newpart .bd .dot i::before {
    animation-delay: .6s
}

.newpart .bd .dot i::after {
    animation-delay: 0s
}

.newpart .bd .dot .con {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.newpart .bd .dot .con .img {
    display: block;
    transition: all .3s
}

.newpart .bd .dot .con .img:hover {
    transform: scale(1.05)
}

.newpart .bd .dot .con .nam {
    font-size: var(--fsize-large);
    font-weight: bolc;
    color: var(--color-white);
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.newpart .bd .dot .log {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.newpart .bd .dot .log .img {
    transition: all .3s;
    margin-bottom: 10px;
    width: 180px;
    height: auto
}

.newpart .bd .dot .log .img img {
    display: block;
    width: 180px;
    height: auto
}

.newpart .bd .dot .log .img:hover {
    transform: scale(1.05)
}

@keyframes aboutbj {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.8)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3)
    }
}

@keyframes circle-draw {
    0% {
        stroke-dashoffset: -2000
    }

    40% {
        stroke-dashoffset: 0
    }

    70% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 2000
    }
}

@-webkit-keyframes circle-draw {
    0% {
        stroke-dashoffset: -2000
    }

    40% {
        stroke-dashoffset: 0
    }

    70% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 2000
    }
}

.contactlist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: var(--gap-h3);
    gap: var(--gap-large)
}

@media (max-width: 800px) {
    .contactlist {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }
}

.contactlist .item {
    flex: 1;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    border: 1px solid var(--color-border);
    border-radius: 6px
}

.contactlist .item:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transform: translateY(-5px)
}

.contactlist .item .ico {
    color: var(--color-main)
}

.contactlist .item .ico img {
    display: block;
    width: 50px;
    margin: 0 auto 20px
}

.contactlist .item .ico svg {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px
}

.contactlist .item .nam {
    font-size: var(--fsize-large);
    font-weight: bold;
    color: var(--color-main)
}

.contactlist .item .txt {
    margin-top: 20px;
    font-size: var(--fsize-txt);
    line-height: 1.6
}

.contactlist .item:last-child {
    margin-right: 0
}

.comtitle {
    font-size: var(--fsize-h2);
    color: var(--color-main);
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 60px
}

@media (max-width: 800px) {
    .comtitle {
        font-size:var(--fsize-h2);
        padding-top: 10px;
        margin-top: 30px
    }
}

.comtitle .en {
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    background-image: -webkit-linear-gradient(left, #eee, var(--color-main));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .3
}

.comtitle .cn {
    position: relative
}

.comtitle:after {
    display: block;
    width: 60px;
    height: 5px;
    background-color: var(--color-main);
    content: "";
    margin-top: 10px
}

.messagecon {
    background: #fff;
    padding: 30px;
    border: 1px solid #dedede;
    font-family: microsoft yahei;
    margin-top: 30px;
    color: #333
}

.messagecon p {
    margin-bottom: 20px
}

.messagecon .messagetit {
    font-weight: bold;
    line-height: 30px;
    height: 30px
}

@media (max-width: 800px) {
    .messagecon .messagetit {
        text-align:center;
        margin-top: 5px;
        font-size: .75rem
    }
}

.messagecon .messagetarea {
    padding: 10px;
    border: 1px solid #dedede;
    font-size: 16px;
    line-height: 26px;
    font-family: microsoft yahei;
    color: #666;
    resize: none;
    width: 96%;
    height: 90px;
    transition: all .2s ease-in;
    background: #f8f8f8;
    margin-bottom: 20px
}

.messagecon .messagetarea:focus {
    color: #333;
    outline: 0;
    background: #fff
}

@media (max-width: 800px) {
    .messagecon .messagetarea {
        width:90%;
        margin: 0 auto;
        display: block
    }
}

.messagecon .messageinput {
    width: 27%;
    padding: 10px;
    height: 26px;
    line-height: 26px;
    box-sizing: content-box;
    font-size: 14px;
    border: 1px solid #dedede;
    margin: 0 5px 0 0;
    font-family: microsoft yahei;
    color: #666;
    transition: all .2s ease-in;
    background: #f8f8f8;
    margin-bottom: 20px
}

.messagecon .messageinput:focus {
    color: #333;
    outline: 0;
    background: #fff
}

@media (max-width: 800px) {
    .messagecon .messageinput {
        width:90%;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px
    }
}

.messagecon .messagebtn {
    width: 30%;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    border: 0;
    background: #b8c5ce;
    color: #2d3e50;
    border-radius: 4px;
    font-family: microsoft yahei;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 30px
}

@media (max-width: 800px) {
    .messagecon .messagebtn {
        margin:5px auto 0;
        width: 80%;
        display: block
    }
}

.messagecon .messagebtn.btnon {
    width: 50%;
    color: #fff;
    background-color: var(--color-main)
}

@media (max-width: 800px) {
    .messagecon .messagebtn.btnon {
        width:80%
    }
}

.messagecon .messagebtn:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.messagecon .yanzhengma {
    display: inline
}

@media (max-width: 800px) {
    .messagecon .yanzhengma {
        display:block;
        width: 20%;
        margin: 20px auto
    }
}

.prowrap {
    padding: var(--gap-h1) 0
}

.prowrap .pul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--gap-large)
}

@media (max-width: 800px) {
    .prowrap .pul {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

.prowrap .pul .pli .pa {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-base);
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all .3s
}

.prowrap .pul .pli .pa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 10px 10px;
    transform: translateY(-30%);
    opacity: 0;
    background: var(--color-main);
    transition: all .3s
}

.prowrap .pul .pli .pa:hover::before {
    opacity: 1;
    transform: translateY(0)
}

.prowrap .pul .pli .pa:hover .img {
    border-radius: 10px 10px 0 0
}

.prowrap .pul .pli .pa:hover .img img {
    transform: scale(.8);
    filter: brightness(.8)
}

.prowrap .pul .pli .pa:hover .inf {
    color: var(--color-white)
}

.prowrap .pul .pli .pa:hover .inf .nam {
    color: var(--color-white)
}

.prowrap .pul .pli .pa .img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 150%;
    background: #f2f6fc;
    transition: all .3s
}

.prowrap .pul .pli .pa .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
    padding: var(--gap-large);
    transition: all .3s
}

.prowrap .pul .pli .pa .inf {
    position: relative;
    text-align: center;
    padding: 0 var(--gap-large) var(--gap-large)
}

.prowrap .pul .pli .pa .inf .nam {
    font-size: calc(var(--fsize-large) * 1.2);
    font-weight: bold;
    color: var(--color-main)
}

.prowrap .pul .pli .pa .inf .mor {
    font-size: var(--fsize-base);
    margin-top: var(--gap-mini)
}

.bigprowrap {
    background: var(--color-bg);
    padding: var(--gap-h1) 0
}

.bigprowrap .wrapper {
    display: flex;
    column-gap: var(--gap-large)
}

@media (max-width: 800px) {
    .bigprowrap .wrapper {
        flex-direction:column-reverse;
        row-gap: var(--gap-h1)
    }
}

.bigprowrap .side {
    width: 100%;
    max-width: 300px
}

@media (max-width: 800px) {
    .bigprowrap .side {
        max-width:100%
    }
}

.bigprowrap .side .sidenav {
    position: sticky;
    top: var(--gap-large);
    background: var(--color-white);
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.bigprowrap .side .sidenav .hd {
    font-size: var(--fsize-h3);
    color: var(--color-3);
    padding: var(--gap-base) var(--gap-large);
    border-bottom: 1px solid var(--color-border)
}

.bigprowrap .side .sidenav .bd {
    display: flex;
    flex-direction: column;
    padding: var(--gap-base)
}

.bigprowrap .side .sidenav .bd .item {
    border-bottom: 1px solid var(--color-border)
}

.bigprowrap .side .sidenav .bd .item .ia {
    background: var(--color-white);
    display: flex;
    padding: var(--gap-small) var(--gap-base);
    font-size: var(--fsize-txt);
    text-decoration: none;
    border-radius: 6px;
    transition: all .3s
}

.bigprowrap .side .sidenav .bd .item .ia:hover {
    padding: var(--gap-base) var(--gap-base);
    background: var(--color-bg)
}

.bigprowrap .side .sidenav .bd .item.on .ia {
    padding: var(--gap-base) var(--gap-base);
    background: var(--color-main);
    color: var(--color-white)
}

.bigprowrap .main {
    flex: 1
}

.bigprowrap .main .proclassbox {
    position: relative;
    background: var(--color-white);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.bigprowrap .main .proclassbox .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 36%
}

.bigprowrap .main .proclassbox .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bigprowrap .main .proclassbox .cov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fff 30%, rgba(255,255,255,0) 100%);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 var(--gap-h3)
}

@media (max-width: 800px) {
    .bigprowrap .main .proclassbox .cov {
        position:relative;
        background: var(--color-white);
        padding: var(--gap-h3)
    }
}

.bigprowrap .main .proclassbox .cov .inf {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-base)
}

.bigprowrap .main .proclassbox .cov .inf .nam {
    font-size: var(--fsize-h1);
    font-weight: bold;
    color: var(--color-main);
    line-height: 1.2;
    display: flex;
    align-items: center;
    column-gap: var(--gap-small)
}

@media (max-width: 800px) {
    .bigprowrap .main .proclassbox .cov .inf .nam {
        font-size:var(--fsize-h2)
    }
}

.bigprowrap .main .proclassbox .cov .inf .nam img {
    display: block;
    width: 40px;
    height: 40px
}

@media (max-width: 800px) {
    .bigprowrap .main .proclassbox .cov .inf .nam img {
        width:26px;
        height: 26px
    }
}

.bigprowrap .main .proclassbox .cov .inf .txt {
    font-size: var(--fsize-txt);
    color: var(--color-6);
    line-height: 1.6
}

.bigprowrap .main .proitemwrap {
    margin-top: var(--gap-large);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--gap-large)
}

@media (max-width: 800px) {
    .bigprowrap .main .proitemwrap {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }
}

.bigprowrap .main .proitemwrap .item {
    position: relative;
    padding: var(--gap-h3);
    background: var(--color-white);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.bigprowrap .main .proitemwrap .item.it2 {
    grid-column-start: span 2
}

@media (max-width: 800px) {
    .bigprowrap .main .proitemwrap .item.it2 {
        grid-column-start:span 1
    }
}

.bigprowrap .main .proitemwrap .item .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--gap-large)
}

.bigprowrap .main .proitemwrap .item .tit h3 {
    font-size: var(--fsize-h2);
    color: var(--color-0);
    line-height: 1.6;
    font-weight: normal
}

.bigprowrap .main .proitemwrap .item .con {
    margin-top: var(--gap-large);
    font-size: var(--fsize-large);
    line-height: 1.6;
    color: var(--color-3)
}

.bigprowrap .main .proitemwrap .item .con p {
    margin-bottom: var(--gap-large)
}

.bigprowrap .main .proitemwrap .item .con p:last-child {
    margin-bottom: 0
}

.bigprowrap .main .proitemwrap .item .con img {
    max-width: 100%
}

.bigprowrap .main .proitemwrap .item .con h3 {
    font-size: var(--fsize-h3);
    color: var(--color-main);
    line-height: 1.6;
    margin: var(--gap-large) 0;
    font-weight: normal
}

.bigprowrap .main .proitemwrap .item .con .protable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px
}

.bigprowrap .main .proitemwrap .item .con .protable:last-child {
    margin-bottom: 0
}

.bigprowrap .main .proitemwrap .item .con .protable>caption {
    text-align: left;
    line-height: 20px;
    padding: 12px 0
}

.bigprowrap .main .proitemwrap .item .con .protable>caption>h6 {
    font-size: var(--fsize-large);
    font-weight: bolder
}

.bigprowrap .main .proitemwrap .item .con .protable>caption>div {
    padding: 8px 0 0 0
}

.bigprowrap .main .proitemwrap .item .con .protable th,.bigprowrap .main .proitemwrap .item .con .protable td {
    font-weight: normal;
    line-height: 20px;
    padding: 8px 0 4px 0;
    border-bottom: #d0d0d0 1px solid
}

.bigprowrap .main .proitemwrap .item .con .protable>thead>tr>th {
    text-align: left;
    border-bottom-width: 0
}

.bigprowrap .main .proitemwrap .item .con .protable>thead.empty>tr>th {
    height: 0px
}

.bigprowrap .main .proitemwrap .item .con .protable tbody th {
    text-align: left;
    width: 180px;
    border-right: #fff 20px solid
}

@media (max-width: 800px) {
    .bigprowrap .main .proitemwrap .item .con .protable tbody th {
        width:100px
    }
}

.bigprowrap .main .proitemwrap .item .con .protable>thead>tr>th {
    padding-top: 16px;
    text-align: left
}

.bigprowrap .main .proitemwrap .item .con .protable>thead:first-child>tr>th {
    padding-top: 0
}

.bigprowrap .main .proitemwrap .item .con .protable th.opt:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    top: 2px;
    border-radius: 50%;
    border: #666 2px solid;
    margin: 0 8px 0 0
}

img {
    vertical-align: middle
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#hd_h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

body {
    overflow-x: hidden
}

body.fxd {
    overflow: hidden
}

.wrapper {
    box-sizing: border-box;
    padding: 0 20px;
    width: 1400px;
    margin: 0 auto
}

@media (max-width: 1440px) {
    .wrapper {
        width:100%
    }
}

@-webkit-keyframes zoomInSmall {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.92, .92, .92);
        transform: scale3d(.92, .92, .92)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInSmall {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.92, .92, .92);
        transform: scale3d(.92, .92, .92)
    }

    50% {
        opacity: 1
    }
}

.zoomInSmall {
    -webkit-animation-name: zoomInSmall;
    animation-name: zoomInSmall
}

.lightGallery-white-theme .lg-outer .lg-thumb-outer {
    box-shadow: 0 0 6px -3.5px rgba(0,0,0,0.25) inset
}

.lightGallery-white-theme .lg-sub-html {
    color: #333 !important
}

.lightGallery-white-theme .lg-sub-html a {
    color: #2f2f2f !important
}

.lightGallery-white-theme .lg-backdrop {
    background-color: rgba(243,243,243,0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.lightGallery-white-theme .lg-backdrop {
    background-color: rgba(243,243,243,0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.lightGallery-white-theme .lg-thumb-item.active,.lightGallery-white-theme .lg-thumb-item:hover {
    border-color: var(--color-main)
}

.lightGallery-white-theme .lg-progress-bar {
    background-color: #999
}

.lightGallery-white-theme .lg-progress-bar .lg-progress {
    background-color: #333
}

.lightGallery-white-theme .lg-outer .lg-thumb-outer {
    background-color: #fcfcfc
}

.lightGallery-white-theme .lg-next,.lightGallery-white-theme .lg-prev {
    background-color: rgba(0,0,0,0.03);
    color: #444
}

.lightGallery-white-theme .lg-next:hover,.lightGallery-white-theme .lg-prev:hover {
    color: #000
}

.lightGallery-white-theme .lg-next:focus,.lightGallery-white-theme .lg-prev:focus {
    outline: none;
    box-shadow: none
}

.lightGallery-white-theme .lg-toolbar .lg-icon {
    color: #555
}

.lightGallery-white-theme .lg-toolbar .lg-icon:hover {
    color: #000
}

.lightGallery-white-theme .lg-counter {
    color: #555
}

.lightGallery-white-theme .lg-outer .lg-thumb-item.active,.lightGallery-white-theme .lg-outer .lg-thumb-item:hover {
    border: 2px solid var(--color-main)
}

::selection {
    background: var(--color-main);
    color: var(--color-white)
}

::-moz-selection {
    background: var(--color-main);
    color: var(--color-white)
}

body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video {
    margin: 0;
    padding: 0
}

article,aside,footer,header,hgroup,nav,section,audio,canvas,video {
    display: block
}

body {
    font-size: 100%;
    font-family: "sinkin-sans",Noto Sans SC,Helvetica,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: var(--color-white)
}

textarea {
    resize: none
}

iframe,img {
    border: 0
}

ul,ol {
    list-style: none
}

input,select,textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only
}

a {
    text-decoration: none;
    color: #666
}

a:hover {
    text-decoration: underline;
    color: var(--color-main)
}

/*# sourceMappingURL=./c.css.map */
