@charset "utf-8";

:root {
    --home2-index: 0;
    --home2-zongIndex: 0;
    --home2-width: 1.6rem
}

@font-face {
    font-family: 'shuzi';
    src: url('../font/DIN-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: calc(100vw/19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 1921px) {
    html {
        font-size: 100px
    }
}

@media (max-width: 1580px) {
    html {
        font-size: 66px
    }
}

@media (max-width: 767px) {
    html {
        font-size: calc(100vw/7.5)
    }
}

body {
    min-height: 100%;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background: #fff
}

@media (max-width: 1580px) {
    body {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    body {
        font-size: .28rem
    }
}

img {
    border: 0;
    vertical-align: top
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal
}

a, a:hover, a:focus {
    text-decoration: none
}

input, button {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

button {
    cursor: pointer
}

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;appearance: button;
    cursor: pointer
}

textarea {
    resize: none;
    overflow: auto;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

input, button, textarea, select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: transparent
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

table {
    border-collapse: collapse
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    zoom: 1
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.container {
    margin: 0 auto;
    width: 92.70833%;
    max-width: inherit
}

@media (max-width: 1199px) {
    .container {
        width: 90%
    }
}

@media (min-width: 1200px) {
    .container2 {
        width: 90.625%
    }
}

@media (min-width: 1200px) {
    .container3 {
        width: 85.9375%
    }
}

@media (min-width: 1200px) {
    .container4 {
        width: 75%
    }
}

.bg-color1 {
    background-color: #fff
}

.ptb100 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width: 767px) {
    .ptb100 {
        padding-top: 1.2rem;
        padding-bottom: 1.2em
    }
}

.pt100 {
    padding-top: 1rem
}

@media (max-width: 767px) {
    .pt100 {
        padding-top: 1.2rem
    }
}

.pb100 {
    padding-bottom: 1rem
}

@media (max-width: 767px) {
    .pb100 {
        padding-bottom: 1.2rem
    }
}

.ptb140 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
}

@media (max-width: 767px) {
    .ptb140 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem
    }
}

.pt140 {
    padding-top: 1.4rem
}

@media (max-width: 767px) {
    .pt140 {
        padding-top: 1.2rem
    }
}

.pb140 {
    padding-bottom: 1.4rem
}

@media (max-width: 767px) {
    .pb140 {
        padding-bottom: 1.2rem
    }
}

.font14 {
    font-size: 14px
}

@media (max-width: 1580px) {
    .font14 {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .font14 {
        font-size: .26rem
    }
}

.font16 {
    font-size: 16px
}

@media (max-width: 1580px) {
    .font16 {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .font16 {
        font-size: .28rem
    }
}

.font18 {
    font-size: 18px
}

@media (max-width: 1580px) {
    .font18 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .font18 {
        font-size: .3rem;
        font-size: .28rem
    }
}

.font20 {
    font-size: 18px
}

@media (max-width: 1580px) {
    .font20 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .font20 {
        font-size: .3rem;
        font-size: .28rem
    }
}

.font22 {
    font-size: 18px
}

@media (max-width: 1580px) {
    .font22 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .font22 {
        font-size: .3rem;
        font-size: .28rem
    }
}

.font24 {
    font-size: .2rem
}

@media (max-width: 1580px) {
    .font24 {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .font24 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .font24 {
        font-size: .26rem
    }
}

.font26 {
    font-size: .26rem
}

@media (max-width: 1580px) {
    .font26 {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .font26 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .font26 {
        font-size: .32rem
    }
}

.font28 {
    font-size: .26rem
}

@media (max-width: 1580px) {
    .font28 {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .font28 {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .font28 {
        font-size: .32rem
    }
}

.font30 {
    font-size: .28rem
}

@media (max-width: 767px) {
    .font30 {
        font-size: .32rem
    }
}

.font32 {
    font-size: .28rem
}

@media (max-width: 767px) {
    .font32 {
        font-size: .36rem
    }
}

.font34 {
    font-size: .3rem
}

@media (max-width: 767px) {
    .font34 {
        font-size: .36rem
    }
}

.font36 {
    font-size: .3rem
}

@media (max-width: 767px) {
    .font36 {
        font-size: .36rem
    }
}

.font40 {
    font-size: .36rem
}

@media (max-width: 767px) {
    .font40 {
        font-size: .38rem
    }
}

.font44 {
    font-size: .36rem
}

@media (max-width: 1199px) {
    .font44 {
        font-size: .4rem
    }
}

@media (max-width: 767px) {
    .font44 {
        font-size: .38rem
    }
}

.font48 {
    font-size: .36rem
}

@media (max-width: 1199px) {
    .font48 {
        font-size: .4rem
    }
}

@media (max-width: 767px) {
    .font48 {
        font-size: .38rem
    }
}

.font50 {
    font-size: .48rem
}

@media (max-width: 991px) {
    .font50 {
        font-size: .44rem
    }
}

@media (max-width: 767px) {
    .font50 {
        font-size: .38rem
    }
}

.font54 {
    font-size: .48rem
}

@media (max-width: 1199px) {
    .font54 {
        font-size: .5rem
    }
}

@media (max-width: 991px) {
    .font54 {
        font-size: .44rem
    }
}

@media (max-width: 767px) {
    .font54 {
        font-size: .38rem
    }
}

.font56 {
    font-size: .5rem
}

@media (max-width: 1199px) {
    .font56 {
        font-size: .5rem
    }
}

@media (max-width: 991px) {
    .font56 {
        font-size: .44rem
    }
}

@media (max-width: 767px) {
    .font56 {
        font-size: .38rem
    }
}

.font60 {
    font-size: .5rem
}

@media (max-width: 1199px) {
    .font60 {
        font-size: .54rem
    }
}

@media (max-width: 991px) {
    .font60 {
        font-size: .44rem
    }
}

@media (max-width: 767px) {
    .font60 {
        font-size: .438rem
    }
}

.font64 {
    font-size: .5rem
}

@media (max-width: 1199px) {
    .font64 {
        font-size: .54rem
    }
}

@media (max-width: 767px) {
    .font64 {
        font-size: .38rem
    }
}

.font72 {
    font-size: .5rem
}

@media (max-width: 1199px) {
    .font72 {
        font-size: .54rem
    }
}

@media (max-width: 767px) {
    .font72 {
        font-size: .38rem
    }
}

.base_img {
    position: relative;
    overflow: hidden
}

.base_img img {
    transition: all .6s;
    -webkit-transition: all .6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.base_img:before {
    content: "";
    display: block
}

#hi-upgrade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center
}

#hi-upgrade .hi-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -177px 0 0 -450px;
    width: 900px
}

#hi-upgrade .hi-wrap .hi-title {
    font-size: 30px;
    line-height: 40px;
    color: #333
}

#hi-upgrade .hi-wrap .hi-close {
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #005ec4
}

#hi-upgrade .hi-wrap .hi-close:hover {
    text-decoration: underline
}

#hi-upgrade .hi-wrap .hi-text1 {
    color: #666
}

#hi-upgrade .hi-wrap .hi-text1 span {
    color: #005ec4
}

#hi-upgrade .hi-wrap .hi-text2 {
    position: relative;
    margin: 60px 0;
    color: #333
}

#hi-upgrade .hi-wrap .hi-text2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ddd
}

#hi-upgrade .hi-wrap .hi-text2 span {
    position: relative;
    z-index: 5;
    padding: 0 30px;
    background: #fff
}

#hi-upgrade .hi-wrap .hi-list {
    overflow: hidden
}

#hi-upgrade .hi-wrap .hi-list li {
    display: inline-block;
    width: 16%
}

#hi-upgrade .hi-wrap .hi-list li div {
    margin: 0 auto 5px;
    width: 50px;
    height: 50px
}

#hi-upgrade .hi-wrap .hi-list li a {
    color: #666
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
    color: #005ec4
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
    background: url(../images/hi-llq-1.jpg) no-repeat center / 100%
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
    background: url(../images/hi-llq-2.jpg) no-repeat center / 100%
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
    background: url(../images/hi-llq-3.jpg) no-repeat center / 100%
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
    background: url(../images/hi-llq-4.jpg) no-repeat center / 100%
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
    background: url(../images/hi-llq-5.jpg) no-repeat center / 100%
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
    background: url(../images/hi-llq-6.jpg) no-repeat center / 100%
}

.basepage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.basepage a, .basepage span, .basepage .f_fan {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    color: #999999;
    flex-shrink: 0;
    transition: all .4s;
    float: left;
    font-size: 18px;
    margin: 0 5px 10px
}

@media (max-width: 1580px) {
    .basepage a, .basepage span, .basepage .f_fan {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .basepage a, .basepage span, .basepage .f_fan {
        font-size: .3rem;
        font-size: .28rem
    }
}

@media (max-width: 1580px) {
    .basepage a, .basepage span, .basepage .f_fan {
        font-size: 14px;
        width: 36px;
        height: 36px
    }
}

@media (max-width: 991px) {
    .basepage a, .basepage span, .basepage .f_fan {
        width: 26px;
        height: 26px;
        font-size: 14px
    }
}

.basepage .active {
    color: #004ea2
}

.basepage .active:hover {
    color: #004ea2
}

.basepage .f_fan {
    width: 72px;
    color: #005ec4;
    padding: 0 10px;
    text-align: center
}

@media (max-width: 1580px) {
    .basepage .f_fan {
        width: 68px
    }
}

@media (max-width: 767px) {
    .basepage .f_fan {
        width: 64px
    }
}

.basepage .f_fan::-webkit-input-placeholder {
    color: #999999
}

.basepage .f_fan::-ms-input-placeholder {
    color: #999999
}

.basepage .prev, .basepage .next {
    position: relative;
    color: #999
}

.basepage .prev svg, .basepage .next svg {
    width: 17px;
    height: 15px
}

@media (max-width: 1580px) {
    .basepage .prev svg, .basepage .next svg {
        width: 15px;
        height: 13px
    }
}

.basepage .prev svg path, .basepage .next svg path {
    transition: all .4s;
    fill: #999
}

.basepage .prev:hover, .basepage .next:hover {
    border-color: #004ea2
}

.basepage .prev:hover svg path, .basepage .next:hover svg path {
    fill: #004ea2
}

.basepage .fan {
    width: auto;
    padding: 0 15px
}

.basepage a:hover {
    color: #004ea2
}

.breadbox .fcont {
    display: flex;
    align-items: center;
    padding: .36rem 0
}

@media (max-width: 991px) {
    .breadbox .fcont {
        padding: 12px 0
    }
}

.breadbox .fcont a, .breadbox .fcont span {
    transition: all .4s;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    zoom: 1
}

@media (max-width: 1580px) {
    .breadbox .fcont a, .breadbox .fcont span {
        font-size: 14px;
        line-height: 24px
    }
}

.breadbox .fcont a img, .breadbox .fcont span img {
    float: left;
    width: 18px
}

@media (max-width: 1580px) {
    .breadbox .fcont a img, .breadbox .fcont span img {
        width: 16px
    }
}

.breadbox .fcont span {
    margin: 0 16px;
    display: block
}

@media (max-width: 1580px) {
    .breadbox .fcont span {
        margin: 0 10px
    }
}

@media (max-width: 991px) {
    .breadbox .fcont span {
        margin: 0 6px
    }
}

.breadbox .fcont a:hover {
    color: #004ea2
}

.breadbox .fcont .on {
    color: #004ea2
}

.breadbox .fcont a:last-child {
    color: #004ea2
}

@media (max-width: 991px) {
    .breadbox .fcont a:last-child {
        max-width: 36%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

@media (max-width:375px) {
    .breadbox .fcont a:last-child {
        max-width: 30%
    }
}

.breadbox .fcont .wofe {
    display: flex
}

.breadbox .fcont .wofe .li {
    display: flex;
    align-items: flex-start;
    padding: 0 6px;
    border: 1px solid #4070f4;
    line-height: 24px;
    font-size: 14px;
    color: #005ec4
}

.breadbox .fcont .wofe .li a {
    line-height: 1
}

.make-text {
    line-height: 1.66666667;
    color: #222222;
    font-size: 18px;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important
}

@media (max-width: 1580px) {
    .make-text {
        font-size: 16px;
        line-height: 1.5
    }
}

@media (max-width: 1199px) {
    .make-text {
        line-height: 1.3
    }
}

.make-text img {
    max-width: 100%;
    height: auto !important
}

.make-text table td {
    border: 1px solid #ddd
}

.make-text ul, .make-text li, .make-text ol {
    list-style: inherit
}

.make-text ul {
    padding-left: 20px
}

.make-text video {
    width: auto;
    max-width: 100%;
    height: auto !important
}

.make-text h1, .make-text h2, .make-text h3, .make-text h4, .make-text h5, .make-text h6 {
    font-weight: revert;
    line-height: 1.22;
    font-size: .2rem;
    color: #222222
}

@media (max-width: 1580px) {
    .make-text h1, .make-text h2, .make-text h3, .make-text h4, .make-text h5, .make-text h6 {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .make-text h1, .make-text h2, .make-text h3, .make-text h4, .make-text h5, .make-text h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .make-text h1, .make-text h2, .make-text h3, .make-text h4, .make-text h5, .make-text h6 {
        font-size: .26rem
    }
}

@media (max-width: 767px) {
    .make-text h1, .make-text h2, .make-text h3, .make-text h4, .make-text h5, .make-text h6 {
        font-size: 16px !important;
        line-height: 1.3
    }
}

.make-text p, .make-text span {
    font-size: 16px;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
    color: #222222
}

@media (max-width: 767px) {
    .make-text p, .make-text span {
        line-height: 24px;
        font-size: 16px !important
    }
}

.bsTop {
    width: 100% !important
}

.bsFrameDiv>div {
    height: 208px !important
}

.bsFrameDiv img {
    margin: 16px !important
}

.basealt {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 666;
    width: 100%;
    height: 100%
}

.basealt .bag {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.basealt .cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.basealt .cont .fclose {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: .4rem;
    top: .3rem;
    transition: all .4s;
    width: 18px;
    height: 18px
}

@media (max-width: 1580px) {
    .basealt .cont .fclose {
        width: 14px;
        height: 14px
    }
}

.basealt .cont .fclose svg, .basealt .cont .fclose img {
    width: auto;
    height: auto;
    transition: all .4s;
    max-width: 100%;
    max-height: 100%
}

.basealt .cont .fclose svg rect, .basealt .cont .fclose img rect {
    transition: all .4s;
    fill: rgba(255, 255, 255, 0.2);
    stroke: #fff
}

.basealt .cont .fclose svg path, .basealt .cont .fclose img path {
    fill: #ffffff
}

.basealt .cont .fclose:hover {
    transform: rotate(90deg)
}

.basealt .cont .fclose:hover svg rect, .basealt .cont .fclose:hover img rect {
    fill: #333333;
    stroke: #333333
}

.public-img {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.public-img::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%
}

.public-img>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s
}

.errorbox {
    padding: 1.74rem 0 1.94rem;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    text-align: center;
    justify-content: center
}

.errorbox .img {
    height: 2.84rem;
    max-width: 100%;
    margin-bottom: .56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4%
}

@media (max-width: 767px) {
    .errorbox .img {
        height: 2rem
    }
}

.errorbox .img img {
    width: auto;
    max-width: initial;
    height: 100%
}

.errorbox .f_text {
    color: #000;
    font-weight: bold;
    margin-bottom: .22rem
}

.errorbox .f_text span {
    color: #000
}

.errorbox .f_text a {
    color: #000;
    display: inline-block;
    margin-left: .1rem
}

.errorbox .f_text a:hover {
    text-decoration: underline
}

.errorbox .hm_but {
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .1rem .2rem .1rem .12rem;
    border: 1px solid #dcdcdc;
    border-radius: .36rem;
    color: #999999;
    transition: all .4s
}

.errorbox .hm_but i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 10px
}

@media (max-width: 1580px) {
    .errorbox .hm_but i {
        width: 14px;
        height: 14px;
        margin-right: 8px
    }
}

@media (max-width: 767px) {
    .errorbox .hm_but i {
        width: 12px;
        height: 12px
    }
}

.errorbox .hm_but i img {
    width: 100%;
    max-height: 100%
}

.errorbox .hm_but i img:nth-child(2) {
    display: none
}

.errorbox .hm_but:hover {
    color: #ffffff;
    background-color: #005ec4
}

.errorbox .hm_but:hover i img {
    display: none
}

.errorbox .hm_but:hover i img:nth-child(2) {
    display: block
}

@media (min-width: 768px) {
    .errorbox .hm_but {
        width: 1.48rem
    }
}

@media (min-width: 992px) {
    .webstiembox .container {
        width: 73%
    }
}

.webstiembox .container .fztit1 {
    color: #000000;
    font-weight: bold;
    margin-bottom: .38rem;
    text-align: center
}

.webstiembox .container .cont .jut {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
    padding: .44rem 0 .34rem;
    line-height: 28px
}

@media (max-width: 1580px) {
    .webstiembox .container .cont .jut {
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .webstiembox .container .cont .jut {
        line-height: 1.5
    }
}

.webstiembox .container .cont .jut:last-child {
    border-bottom: none
}

.webstiembox .container .cont .jut .tit {
    display: block;
    width: 19.42%;
    font-weight: 600;
    color: #231815;
    font-size: 18px
}

@media (max-width: 1580px) {
    .webstiembox .container .cont .jut .tit {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .webstiembox .container .cont .jut .tit {
        font-size: .3rem;
        font-size: .28rem
    }
}

@media (max-width: 991px) {
    .webstiembox .container .cont .jut .tit {
        width: 18%
    }
}

@media (max-width: 767px) {
    .webstiembox .container .cont .jut .tit {
        width: 100%
    }
}

.webstiembox .container .cont .jut .nei {
    display: flex;
    flex-wrap: wrap;
    width: 80.58%
}

@media (max-width: 991px) {
    .webstiembox .container .cont .jut .nei {
        width: 82%
    }
}

@media (max-width: 767px) {
    .webstiembox .container .cont .jut .nei {
        width: 100%;
        margin-top: .24rem
    }
}

.webstiembox .container .cont .jut .nei .li {
    display: inline-block;
    padding-right: .1rem;
    margin-bottom: .1rem;
    font-size: 18px;
    transition: all .4s;
    margin-right: .4rem;
    color: #333333
}

@media (max-width: 1580px) {
    .webstiembox .container .cont .jut .nei .li {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .webstiembox .container .cont .jut .nei .li {
        font-size: .3rem;
        font-size: .28rem
    }
}

@media (max-width: 991px) {
    .webstiembox .container .cont .jut .nei .li {
        width: auto;
        margin-right: .4rem
    }
}

@media (max-width: 767px) {
    .webstiembox .container .cont .jut .nei .li {
        width: auto;
        margin-right: .4rem;
        font-size: .24rem
    }
}

.webstiembox .container .cont .jut .nei .li:hover {
    color: #005ec4
}

.policybox-sec1 {
    padding: 1rem 0 1.4rem
}

@media (min-width: 992px) {
    .policybox-sec1 .container {
        width: 65%
    }
}

.policybox-sec1 .f_cont .f_title {
    font-weight: bold;
    text-align: center;
    color: #38393c;
    margin-bottom: .26rem
}

.policybox-sec1 .f_cont .f_jut {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: .42rem
}

.policybox-sec1 .f_cont .f_jut .li {
    color: #999999;
    margin: 0 .25rem
}

@media (max-width: 767px) {
    .policybox-sec1 .f_cont .f_jut .li {
        font-size: .26rem;
        margin: 0 .1rem
    }
}

.searchbox {
    padding: 1rem 0 1.2rem
}

@media (min-width: 992px) {
    .searchbox .container {
        width: 68%
    }
}

.searchbox_title {
    text-align: center;
    color: #000000;
    font-weight: bold;
    margin-bottom: .2rem
}

.searchbox .f_form {
    display: flex;
    width: 6rem;
    margin: 0 auto;
    border-radius: 30px;
    border: solid 1px #f5f5f5;
    padding: 5px
}

.searchbox .f_form input, .searchbox .f_form .f_sub {
    height: .5rem
}

@media (max-width: 767px) {
    .searchbox .f_form input, .searchbox .f_form .f_sub {
        height: .66rem
    }
}

.searchbox .f_form input {
    padding: 0 14px;
    width: calc(100% - .8rem)
}

.searchbox .f_form input::-webkit-input-placeholder {
    color: #999
}

.searchbox .f_form input::placeholder {
    color: #999999
}

.searchbox .f_form .f_sub {
    width: .8rem;
    background-color: #005ec4;
    border-radius: 25px;
    color: #ffffff
}

@media (max-width: 767px) {
    .searchbox .f_form {
        width: 100%
    }

    .searchbox .f_form input {
        width: calc(100% - 1.2rem)
    }

    .searchbox .f_form .f_sub {
        width: 1.2rem
    }
}

.searchbox .f_nav {
    position: relative
}

.searchbox .f_nav::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    opacity: .1
}

.searchbox .f_nav .container {
    display: flex;
    justify-content: center
}

.searchbox .f_nav .container .searchbox_nav {
    margin-top: .65rem;
    position: relative;
    width: auto;
    max-width: 100%
}

.searchbox .f_nav .container .searchbox_nav .swiper-slide {
    width: auto;
    margin: 0 .28rem
}

.searchbox .f_nav .container .searchbox_nav .swiper-slide .item {
    color: #222222;
    transition: all .4s;
    border-bottom: 3px solid transparent;
    padding-bottom: .14rem;
    font-weight: bold;
    display: block
}

@media (max-width: 1580px) {
    .searchbox .f_nav .container .searchbox_nav .swiper-slide .item {
        border-width: 2px
    }
}

.searchbox .f_nav .container .searchbox_nav .on .item {
    color: #005ec4;
    border-color: #005ec4
}

.searchbox .f_error {
    padding: .8rem 0 .6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #231815
}

.searchbox .f_error img {
    width: 1.44rem;
    height: auto;
    margin-bottom: .22rem
}

.searchbox .cont {
    margin-top: .7rem
}

.searchbox .cont .f_jt {
    margin-bottom: .7rem
}

.searchbox .cont .f_jt:last-child {
    margin-bottom: 0
}

.searchbox .cont .f_jt .fz_title {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #e5e7e9;
    padding-bottom: .24rem
}

.searchbox .cont .f_jt .fz_title .f_tit {
    font-weight: bold;
    color: #222222
}

@media (max-width: 767px) {
    .searchbox .cont .f_jt .fz_title .f_tit {
        font-size: .36rem
    }
}

.searchbox .cont .f_jt .fz_title .f_name {
    color: #999999;
    margin-left: .1rem;
    margin-bottom: .2em
}

@media (max-width: 767px) {
    .searchbox .cont .f_jt .fz_title .f_name {
        font-size: .22rem;
        margin-bottom: .1rem
    }
}

.searchbox .cont .f_jt .f_brd {
    display: flex
}

.searchbox .cont .f_jt .f_brd .f_name, .searchbox .cont .f_jt .f_brd span, .searchbox .cont .f_jt .f_brd a {
    flex: 0 0 auto;
    color: #666666;
    display: block;
    font-size: 14px
}

@media (max-width: 1580px) {
    .searchbox .cont .f_jt .f_brd .f_name, .searchbox .cont .f_jt .f_brd span, .searchbox .cont .f_jt .f_brd a {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .searchbox .cont .f_jt .f_brd .f_name, .searchbox .cont .f_jt .f_brd span, .searchbox .cont .f_jt .f_brd a {
        font-size: .26rem
    }
}

.searchbox .cont .f_jt .f_brd span {
    margin: 0 .1rem
}

.searchbox .cont .f_jt .f_brd .f_name {
    margin: 0
}

.searchbox .cont .f_jt .f_brd a:hover {
    color: #005ec4;
    text-decoration: underline
}

.searchbox .cont .f_jt .f_brd a:last-child {
    flex: 1 1 auto;
    overflow: hidden;
    max-width: 33.333%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #005ec4
}

.searchbox .cont .f_jt .f_but {
    color: #004ea2;
    margin-top: .72rem
}

.searchbox .cont .f_jt .f_but:hover {
    text-decoration: underline
}

.searchbox .cont .f_jt .msg_cont {
    margin-top: .36rem
}

.searchbox .cont .f_jt .msg_cont .f_item {
    margin-bottom: .3rem
}

.searchbox .cont .f_jt .msg_cont .f_item .font {
    width: 100%;
    margin-bottom: .1rem;
    display: block
}

.searchbox .cont .f_jt .msg_cont .f_item .font .f_tit {
    font-weight: bold;
    color: #222222;
    margin-bottom: .12rem;
    transition: all .4s
}

.searchbox .cont .f_jt .msg_cont .f_item .font .f_text {
    color: #666666;
    line-height: 1.42857143;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;line-clamp: 2;
    overflow: hidden;
    height: 2.85714286em
}

.searchbox .cont .f_jt .msg_cont .f_item .font:hover .f_tit {
    color: #005ec4
}

.searchbox .cont .f_jt .news_cont .f_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .4rem
}

.searchbox .cont .f_jt .news_cont .f_item .img {
    display: block;
    width: 15.4%;
    z-index: 2
}

@media (max-width: 767px) {
    .searchbox .cont .f_jt .news_cont .f_item .img {
        width: 100%;
        margin-bottom: .34rem
    }
}

.searchbox .cont .f_jt .news_cont .f_item .img:before {
    padding-top: 55%
}

.searchbox .cont .f_jt .news_cont .f_item .f_wen {
    width: 84.6%;
    padding-left: .4rem
}

@media (max-width: 767px) {
    .searchbox .cont .f_jt .news_cont .f_item .f_wen {
        width: 70%;
        width: 100%;
        padding-left: 0
    }
}

.searchbox .cont .f_jt .news_cont .f_item:hover .img img {
    transform: scale(1.1)
}

.searchbox .cont .f_jt .inve_cont .f_item .font {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 767px) {
    .searchbox .cont .f_jt .inve_cont .f_item .font {
        margin-bottom: .2rem
    }
}

.searchbox .cont .f_jt .inve_cont .f_item .font .f_wen {
    width: calc(100% - 3rem)
}

@media (max-width: 767px) {
    .searchbox .cont .f_jt .inve_cont .f_item .font .f_wen {
        width: 100%
    }
}

.searchbox .cont .f_jt .inve_cont .f_item .font .f_wen .f_text {
    height: auto;
    max-height: 2.85714286em
}

.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu {
    display: flex;
    justify-content: space-between;
    width: 2.6rem
}

@media (max-width: 767px) {
    .searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu {
        width: 100%;
        margin-top: .12rem;
        justify-content: flex-start
    }
}

.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn {
    display: flex;
    align-items: center;
    color: #0057b4;
    transition: all .4s
}

@media (max-width: 767px) {
    .searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn {
        margin-right: .4rem;
        font-size: .24rem
    }

    .searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn:last-child {
        margin-right: 0
    }
}

.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 17px;
    margin-right: .1rem
}

@media (max-width: 1580px) {
    .searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn i {
        width: 16px;
        height: 13px
    }
}

.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn i img, .searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn i svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn:hover {
    opacity: .7
}

.basemenubut {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 22px
}

.basemenubut span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #666;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.basemenubut span:last-child {
    margin-bottom: 0
}

.basemenubut span:nth-child(2) {
    width: 80%
}

.basemenubut2 span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    margin-top: 2px
}

.basemenubut2 span:nth-child(2) {
    display: none
}

.basemenubut2 span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -2px
}

.hadheight {
    display: none;
    height: 110px
}

@media (max-width: 1580px) {
    .hadheight {
        height: 80px
    }
}

@media (max-width: 991px) {
    .hadheight {
        height: 60px
    }
}

.hadbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 666;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.hadbox-sec1 {
    transition: all .3s linear;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 100px;
    height: 110px
}

@media (max-width: 1580px) {
    .hadbox-sec1 {
        line-height: 80px;
        height: 80px
    }
}

@media (max-width: 991px) {
    .hadbox-sec1 {
        line-height: 60px;
        height: 60px
    }
}

.hadbox-sec1 .container {
    display: flex;
    justify-content: space-between;
    width: 92%;
    height: 100%
}

@media (min-width: 768px) {
    .hadbox-sec1 .container {
        max-width: inherit;
        width: 100%;
        padding-left: .35rem
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hadbox-sec1 .container {
        padding-right: .35rem
    }
}

.hadbox-sec1 .lt {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: .5rem;
}

.hadbox-sec1 .lt:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 120%;
    /*transform: rotate(34deg);*/
    transform-origin: bottom right;
    width: 1px;
    background-color: #ffffff;
    opacity: .1
}

@media (max-width: 1199px) {
    .hadbox-sec1 .lt:before {
        display: none
    }
}

.hadbox-sec1 .lt .fz_logo {
    display: flex;
    overflow: hidden;
    width: 150px
}

@media (max-width: 1580px) {
    .hadbox-sec1 .lt .fz_logo {
        width: 130px
    }
}

@media (max-width: 991px) {
    .hadbox-sec1 .lt .fz_logo {
        width: 80px
    }
}

@media (max-width: 767px) {
    .hadbox-sec1 .lt .fz_logo {
        width: 1.6rem
    }
}

.hadbox-sec1 .lt .fz_logo img {
    float: left;
    width: 100%
}

.hadbox-sec1 .lt .fz_logo img:nth-child(2) {
    display: none
}

.hadbox-sec1 .f_navbox {
    display: flex;
    align-items: center;
    margin-left: .38rem
}

@media (max-width: 1199px) {
    .hadbox-sec1 .f_navbox {
        display: none
    }
}

.hadbox-sec1 .f_navbox>li {
    position: relative
}

.hadbox-sec1 .f_navbox li .tit {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    padding: 0 .38rem
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox li .tit {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .hadbox-sec1 .f_navbox li .tit {
        font-size: .28rem
    }
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox li .tit {
        padding: 0 .24rem
    }
}

@media (max-width: 1199px) {
    .hadbox-sec1 .f_navbox li .tit {
        padding: 0 12px
    }
}

.hadbox-sec1 .f_navbox li .tit i {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 11px;
    height: 7px;
    margin-left: 10px
}

.hadbox-sec1 .f_navbox li .tit i img, .hadbox-sec1 .f_navbox li .tit i svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    float: left
}

.hadbox-sec1 .f_navbox li .tit i img:nth-child(2), .hadbox-sec1 .f_navbox li .tit i svg:nth-child(2) {
    display: none
}

.hadbox-sec1 .f_navbox li .tit i svg {
    max-width: 100%;
    max-height: 100%
}

.hadbox-sec1 .f_navbox li .tit i svg path {
    fill: #ffffff
}

.hadbox-sec1 .f_navbox li .tit:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    background-color: #005ec4;
    height: 2px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 2px;
    display: none
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox li .tit:after {
        height: 2px
    }
}

.hadbox-sec1 .f_navbox li>ul {
    position: absolute;
    top: 100%;
    left: -0.2rem;
    width: 256px;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: #ffffff;
    line-height: 1.5;
    border-radius: 0 0 4px 4px;
    text-align: center;
    padding: .05rem 0 0;
    margin-top: -1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    display: none
}

.hadbox-sec1 .f_navbox li>ul>li a {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 16px;
    transition: all .4s;
    -webkit-transition: all .4s;
    padding: .2rem;
    color: #000000
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox li>ul>li a {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .hadbox-sec1 .f_navbox li>ul>li a {
        font-size: .28rem
    }
}

.hadbox-sec1 .f_navbox li>ul>li a:hover {
    color: #005ec4
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon1, .hadbox-sec1 .f_navbox .f_hover1 .f_li .f_icon1, .hadbox-sec1 .f_navbox .f_hover1 .f_li .f_icon1,.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 24px;
    height: 20px
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox li>ul>li a .f_icon1,.hadbox-sec1 .f_navbox .f_hover1 .f_li .f_icon1, .hadbox-sec1 .f_navbox li>ul>li a .f_icon2 {
        width: 20px;
        height: 16px
    }
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon1 img, .hadbox-sec1 .f_navbox .f_hover1 .f_li .f_icon1 img, .hadbox-sec1 .f_navbox li>ul>li a .f_icon2 img, .hadbox-sec1 .f_navbox li>ul>li a .f_icon1 svg, .hadbox-sec1 .f_navbox li>ul>li a .f_icon2 svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 100%
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon1,.hadbox-sec1 .f_navbox .f_hover1 .f_li .f_icon1 {
    position: relative
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon1 img,.hadbox-sec1 .f_navbox .f_hover1 .f_li .f_icon1 img {
    transition: all .4s
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon1 img:nth-child(2) ,.hadbox-sec1 .f_navbox .f_hover1 .f_li .f_icon1 img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.hadbox-sec1 .f_navbox li>ul>li a span {
    display: block;
    width: calc(100% - 24px);
    padding-left: .12rem;
    color: #000000;
    transition: all .4s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox li>ul>li a span {
        width: calc(100% - 20px)
    }
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 {
    opacity: 0;
    transition: all .4s;
    width: 8px;
    height: 13px;
    display: none
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox li>ul>li a .f_icon2 {
        width: 6px;
        height: 10px
    }
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 svg, .hadbox-sec1 .f_navbox li>ul>li a .f_icon2 img {
    width: 100%;
    height: 100%
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 svg path, .hadbox-sec1 .f_navbox li>ul>li a .f_icon2 img path {
    fill: #005ec4
}

.hadbox-sec1 .f_navbox li>ul>li a:hover .f_icon1 img,.hadbox-sec1 .f_navbox .f_hover1 .f_li:hover .f_icon1 img {
    opacity: 1
}

.hadbox-sec1 .f_navbox li>ul>li a:hover .f_icon1 img:nth-child(2),.hadbox-sec1 .f_navbox .f_hover1 .f_li:hover .f_icon1 img:nth-child(2) {
    opacity: 1
}

.hadbox-sec1 .f_navbox li>ul>li a:hover span {
    color: #005ec4
}

.hadbox-sec1 .f_navbox li>ul>li a:hover .f_icon2 {
    opacity: 1
}

.hadbox-sec1 .f_navbox li:hover .tit span {
    color: #005ec4
}

.hadbox-sec1 .f_navbox li:hover .tit:after {
    width: 78%
}

.hadbox-sec1 .f_navbox li:hover .fz_hover {
    visibility: visible;
    line-height: 80px;
    height: 80px
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox li:hover .fz_hover {
        line-height: 50px;
        height: 50px
    }
}

.hadbox-sec1 .f_navbox li:hover .hover1 {
    display: block
}

.hadbox-sec1 .f_navbox li.on .tit {
    font-weight: bold
}

.hadbox-sec1 .f_navbox .f_hover1 {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 8.6rem;
    line-height: 1.5;
    background: #ffffff;
    padding: .45rem .42rem .28rem;
    box-shadow: -0.11rem 7px .1rem 0 rgba(51, 51, 51, 0.02);
    display: none
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox .f_hover1 {
        width: 6.8rem
    }
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .45rem
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li {
    width: 33.333%;
    padding-right: .2rem
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin {
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    margin-bottom: .15rem
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin i {
    width: 20px;
    display: flex;
    align-items: center;
    position: relative;
    top: .75em;
    transform: translateY(-50%)
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin i {
        width: 16px
    }
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin i img, .hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin i svg {
    width: 100%
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin span {
    display: block;
    color: #333333;
    font-weight: bold;
    padding-left: 12px;
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin span {
        padding-left: 8px
    }
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .list1 {
    color: #777777;
    transition: all .4s;
    display: block;
    padding-left: 35px;
    margin-bottom: .16rem
}

@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .list1 {
        padding-left: 24px
    }
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .list1:last-child {
    margin-bottom: 0
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .list1:hover {
    color: #005ec4
}

.hadbox-sec1 .f_navbox .f_hover1 .f_but {
    display: block;
    text-align: center;
    padding-top: .24rem;
    color: #666666;
    transition: all .4s;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.hadbox-sec1 .f_navbox .f_hover1 .f_but:hover {
    color: #005ec4
}

.hadbox-sec1 .gt {
    display: flex;
    flex-direction: column;
    width: calc(100% - 150px)
}

@media (max-width: 1580px) {
    .hadbox-sec1 .gt {
        width: calc(100% - 130px)
    }
}

@media (max-width: 1199px) {
    .hadbox-sec1 .gt {
        width: auto
    }
}

.hadbox-sec1 .gt .f_top, .hadbox-sec1 .gt .f_bot {
    display: flex
}

.hadbox-sec1 .gt .f_top {
    height: 40px;
    line-height: 40px;
    justify-content: flex-end;
    padding-right: .5rem;
    position: relative
}

@media (max-width: 1580px) {
    .hadbox-sec1 .gt .f_top {
        line-height: 30px;
        height: 30px
    }
}

@media (max-width: 1199px) {
    .hadbox-sec1 .gt .f_top {
        display: none
    }
}

@media (max-width: 767px) {
    .hadbox-sec1 .gt .f_top {
        padding-right: 0
    }
}

.hadbox-sec1 .gt .f_top:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; /*97.3%;*/
    height: 1px;
    background-color: #ffffff;
    opacity: .1
}
/*
@media (max-width: 1900px) {
    .hadbox-sec1 .gt .f_top:before {
        /*width: calc(100% - .52rem)* /
    }
}*/
/*
@media (min-width:1921px) {
    .hadbox-sec1 .gt .f_top:before {
        /*width: 98.2%* /
    }
}*/

.hadbox-sec1 .gt .f_top .f_lang {
    margin-right: .9rem
}

.hadbox-sec1 .gt .f_top .f_lang:before {
    content: "";
    display: block;
    position: absolute;
    right: -0.45rem;
    top: 50%;
    width: 1px;
    height: 11px;
    background-color: #ffffff;
    opacity: .2;
    transform: translateY(-50%)
}

.hadbox-sec1 .gt .f_top .f_lang:last-child {
    margin-right: 0
}

.hadbox-sec1 .gt .f_top .f_lang:last-child:before {
    display: none
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 {
    display: none;
    background: #fff;
    border-radius: 0 0 16px 16px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    min-width: 100%;
    padding: 24px 32px 32px 36px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 256px;
    z-index: 999;
    line-height: 1.5
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site {
    padding: 12px 0;
    width: 100%
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site:not(:last-child) {
    border-bottom: 1px solid #dfe1e6
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-left {
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-bottom: 11px
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item {
    margin-bottom: 12px;
    position: relative
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item:last-child {
    margin-bottom: 0
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item a {
    color: #595959;
    display: block;
    font-size: 14px;
    cursor: pointer;
    line-height: 22px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item a:hover {
    color: #005ec4
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item:after {
    content: "";
    display: block;
    border-right: 3px solid #005ec4;
    height: 16px;
    left: -16px;
    position: absolute;
    top: 4px;
    opacity: 0
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item.active:after {
    opacity: 1
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item.active a {
    color: #005ec4
}

.hadbox-sec1 .gt .f_top .f_lang:hover .hover2 {
    display: block
}

.hadbox-sec1 .gt .f_bot {
    height: 70px;
    line-height: 70px;
    align-items: center;
    position: relative;
    z-index: 2
}

@media (max-width: 1580px) {
    .hadbox-sec1 .gt .f_bot {
        height: 50px;
        line-height: 50px
    }
}

@media (max-width: 1199px) {
    .hadbox-sec1 .gt .f_bot {
        height: 80px;
        line-height: 80px
    }
}

@media (max-width: 991px) {
    .hadbox-sec1 .gt .f_bot {
        height: 60px;
        line-height: 60px
    }
}

.hadbox-sec1 .gt .f_bot .f_search {
    margin-left: auto
}

.hadbox-sec1 .gt .f_lang {
    height: 100%;
    position: relative;
    margin-right: .36rem
}

.hadbox-sec1 .gt .f_lang .la_tit {
    display: flex;
    transition: all .4s linear;
    color: #ffffff;
    user-select: none;
    -webkit-user-select: none;
    align-items: center;
    font-size: 14px
}

@media (max-width: 1580px) {
    .hadbox-sec1 .gt .f_lang .la_tit {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .hadbox-sec1 .gt .f_lang .la_tit {
        font-size: .26rem
    }
}

.hadbox-sec1 .gt .f_lang .la_tit i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 14px
}

@media (max-width: 1580px) {
    .hadbox-sec1 .gt .f_lang .la_tit i {
        width: 16px;
        height: 16px;
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .hadbox-sec1 .gt .f_lang .la_tit i {
        width: 14px;
        height: 14px
    }
}

.hadbox-sec1 .gt .f_lang .la_tit i svg, .hadbox-sec1 .gt .f_lang .la_tit i img {
    width: 100%;
    height: 100%
}

.hadbox-sec1 .gt .f_lang .la_tit i svg path, .hadbox-sec1 .gt .f_lang .la_tit i img path {
    fill: #ffffff;
    transition: all .4s linear
}

.hadbox-sec1 .gt .f_lang .la_tit .f_icon {
    display: block;
    width: 11px;
    height: 7px;
    margin-left: 10px
}

.hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
    transition: all .4s linear;
    fill: #ffffff
}

.hadbox-sec1 .gt .f_lang .hover1 {
    position: absolute;
    top: 90%;
    left: 50%;
    width: 120%;
    background-color: #ffffff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    line-height: 1.5;
    padding-bottom: .12rem;
    display: none;
    z-index: 3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08)
}

.hadbox-sec1 .gt .f_lang .hover1 a {
    display: block;
    font-size: 12px;
    color: #555555;
    padding: 6px 10px;
    text-align: center
}

.hadbox-sec1 .gt .f_lang .hover1 a:hover {
    color: #005ec4;
    text-decoration: underline
}

.hadbox-sec1 .gt .f_lang:hover .hover1 {
    display: block
}

.hadbox-sec1 .gt .f_search {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    padding-left: .2rem;
    background-color: #11c4ff;
    /*clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%)*/
}

@media (max-width: 1199px) {
    .hadbox-sec1 .gt .f_search {
        background: transparent;
        width: auto;
        clip-path: none
    }
}

.hadbox-sec1 .gt .f_search svg, .hadbox-sec1 .gt .f_search img {
    width: 20px;
    height: 20px;
    margin-right: .1rem
}

@media (max-width: 1580px) {
    .hadbox-sec1 .gt .f_search svg, .hadbox-sec1 .gt .f_search img {
        width: 18px;
        height: 18px
    }
}

@media (max-width: 991px) {
    .hadbox-sec1 .gt .f_search svg, .hadbox-sec1 .gt .f_search img {
        width: 14px;
        height: 14px;
        margin-right: .2rem
    }
}

@media (max-width: 767px) {
    .hadbox-sec1 .gt .f_search svg, .hadbox-sec1 .gt .f_search img {
        width: .3rem;
        height: .3rem
    }
}

.hadbox-sec1 .gt .f_search svg path, .hadbox-sec1 .gt .f_search img path {
    transition: all .4s linear;
    fill: #ffffff
}

.hadbox-sec1 .gt .f_search:hover {
    opacity: .8
}

.hadbox-sec1 .gt .qie {
    margin-left: .38rem
}

@media (min-width: 1200px) {
    .hadbox-sec1 .gt .qie {
        display: none
    }
}

.hadbox-sec1 .gt .qie span {
    background-color: #fff
}

.hadbox-sec2 {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 70px);
    background-color: #fff;
    display: none
}

.hadbox-sec2 .container {
    position: relative
}

@media (max-width: 1199px) {
    .hadbox-sec2 .container {
        height: 100%;
        padding: 0
    }
}

.hadbox-sec2 .container .f_portrait {
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #005ec4;
    border-radius: 4px;
    font-size: 14px
}

.hadbox-sec2 .container .form {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    margin-bottom: .34rem;
    margin-top: .34rem
}

.hadbox-sec2 .container .form .f_sub, .hadbox-sec2 .container .form .tx {
    height: 1rem
}

.hadbox-sec2 .container .form .int {
    display: flex;
    align-items: center;
    width: calc(100% - 2.5rem);
    padding: 0 .45rem
}

@media (max-width: 767px) {
    .hadbox-sec2 .container .form .int {
        width: calc(100% - 1.5rem)
    }
}

.hadbox-sec2 .container .form .int i {
    width: .38rem;
    display: block;
    overflow: hidden
}

.hadbox-sec2 .container .form .int i img {
    float: left;
    width: 100%
}

.hadbox-sec2 .container .form .int .tx {
    width: calc(100% - .38rem);
    padding: .2rem .44rem
}

@media (max-width: 767px) {
    .hadbox-sec2 .container .form .int .tx {
        font-size: .28rem;
        padding: .2rem .3rem
    }
}

.hadbox-sec2 .container .form .f_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    color: #fff;
    background-color: #005ec4
}

@media (max-width: 767px) {
    .hadbox-sec2 .container .form .f_sub {
        width: 1.5rem;
        font-size: .28rem
    }
}

.hadbox-sec2 .container .navbox {
    padding: .4rem 0;
    line-height: 60px;
    height: 100%
}

.hadbox-sec2 .container .navbox>ul {
    height: calc(100% - 90px);
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto
}

.hadbox-sec2 .container .navbox>ul li {
    list-style: none
}

.hadbox-sec2 .container .navbox>ul>li {
    border-bottom: 1px solid #ddd
}
.hadbox-sec2 .container .navbox>ul>li span{
    line-height: 3.3;
}

.hadbox-sec2 .container .navbox>ul>li .tit {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333
}

.hadbox-sec2 .container .navbox>ul>li .tit i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

@media (max-width: 767px) {
    .hadbox-sec2 .container .navbox>ul>li .tit i {
        width: 16px;
        height: 16px
    }
}

.hadbox-sec2 .container .navbox>ul>li .tit i img, .hadbox-sec2 .container .navbox>ul>li .tit i svg {
    float: left;
    width: 100%;
    height: 100%
}

.hadbox-sec2 .container .navbox>ul>li .tit i img path, .hadbox-sec2 .container .navbox>ul>li .tit i svg path {
    fill: #333;
    stroke: none
}

.hadbox-sec2 .container .navbox>ul>li ul {
    line-height: 35px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: none
}

.hadbox-sec2 .container .navbox>ul>li ul>li a {
    font-size: 16px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2.2;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i img, .hadbox-sec2 .container .navbox>ul>li ul>li a i svg {
    float: left;
    width: 30px;
    display: none
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i img path, .hadbox-sec2 .container .navbox>ul>li ul>li a i svg path {
    fill: #666
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i:after, .hadbox-sec2 .container .navbox>ul>li ul>li a i:before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -13px;
    background-color: #999
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i:before {
    transform: rotate(90deg)
}

.hadbox-sec2 .container .navbox>ul>li ul>li.active>a i:before {
    opacity: 0
}

.hadbox-sec2 .container .navbox>ul>li ul ul a {
    font-size: 14px
}

.hadbox-sec2 .container .navbox>ul>li.active .tit i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hadbox-sec2 .container .navbox>ul>li.on .tit {
    color: #005ec4
}

.hadbox-sec2 .container .f_top {
    display: flex;
    align-items: center
}

.hadbox-sec2 .container .f_top .f_lang {
    height: 100%;
    position: relative;
    margin-right: .6rem
}

.hadbox-sec2 .container .f_top .f_lang:before {
    content: "";
    display: block;
    position: absolute;
    right: -0.45rem;
    top: 50%;
    width: 1px;
    height: 11px;
    background-color: #222;
    opacity: .2;
    transform: translateY(-50%)
}

.hadbox-sec2 .container .f_top .f_lang:last-child {
    margin-right: 0
}

.hadbox-sec2 .container .f_top .f_lang:last-child:before {
    display: none
}

.hadbox-sec2 .container .f_top .f_lang .la_tit {
    display: flex;
    transition: all .4s linear;
    color: #222222;
    user-select: none;
    -webkit-user-select: none;
    align-items: center;
    font-size: 18px
}

@media (max-width: 1580px) {
    .hadbox-sec2 .container .f_top .f_lang .la_tit {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .hadbox-sec2 .container .f_top .f_lang .la_tit {
        font-size: .3rem;
        font-size: .28rem
    }
}

.hadbox-sec2 .container .f_top .f_lang .la_tit i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 14px
}

@media (max-width: 1580px) {
    .hadbox-sec2 .container .f_top .f_lang .la_tit i {
        width: 16px;
        height: 16px;
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .hadbox-sec2 .container .f_top .f_lang .la_tit i {
        width: 14px;
        height: 14px
    }
}

.hadbox-sec2 .container .f_top .f_lang .la_tit i svg, .hadbox-sec2 .container .f_top .f_lang .la_tit i img {
    width: 100%;
    height: 100%
}

.hadbox-sec2 .container .f_top .f_lang .la_tit i svg path, .hadbox-sec2 .container .f_top .f_lang .la_tit i img path {
    fill: #222222;
    transition: all .4s linear
}

.hadbox-sec2 .container .f_top .f_lang .la_tit .f_icon {
    display: block;
    width: 11px;
    height: 7px;
    margin-left: 10px
}

.hadbox-sec2 .container .f_top .f_lang .la_tit .f_icon path {
    transition: all .4s linear;
    fill: #222222
}

.hadbox-sec2 .container .f_top .f_lang .hover2 {
    display: none;
    background: #fff;
    border-radius: 0 0 16px 16px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    min-width: 100%;
    padding: 24px 32px 32px 36px;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 5.5rem;
    z-index: 999;
    line-height: 1.5;
    max-height: 8rem;
    overflow-x: hidden;
    overflow-y: auto
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site {
    padding: 12px 0;
    width: 100%
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site:not(:last-child) {
    border-bottom: 1px solid #dfe1e6
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-left {
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 11px
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item {
    margin-bottom: 12px;
    position: relative
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item:last-child {
    margin-bottom: 0
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item a {
    color: #595959;
    display: block;
    font-size: 14px;
    cursor: pointer;
    line-height: 22px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item a:hover {
    color: #005ec4
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item:after {
    content: "";
    display: block;
    border-right: 3px solid #005ec4;
    height: 16px;
    left: -16px;
    position: absolute;
    top: 4px;
    opacity: 0
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item.active:after {
    opacity: 1
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item.active a {
    color: #005ec4
}

.hadbox-sec2 .container .f_top .f_lang:hover .hover2 {
    display: block
}

.hadbox-sec2 .container .f_top .f_lang:nth-child(2) .hover2 {
    width: 3.4rem;
    left: inherit;
    right: 0
}

.hadbox-sec3 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #222222;
    z-index: 2;
    display: none
}

.hadbox-sec3 .container {
    padding: .6rem 0 1rem;
    position: relative
}

@media (max-width: 767px) {
    .hadbox-sec3 .container {
        padding-bottom: .6rem
    }
}

.hadbox-sec3 .f_close {
    position: absolute;
    right: .8rem;
    top: .96rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
    overflow: hidden;
    transition: all .4s
}

@media (max-width: 767px) {
    .hadbox-sec3 .f_close {
        right: 0;
        top: .3rem;
        width: 16px;
        height: 16px
    }
}

.hadbox-sec3 .f_close img {
    width: 100%;
    float: left
}

.hadbox-sec3 .f_close img:nth-child(2) {
    display: none
}

.hadbox-sec3 .f_close svg {
    width: 100%;
    height: auto;
    max-height: 100%
}

.hadbox-sec3 .f_close svg path {
    fill: #808080
}

.hadbox-sec3 .f_close:hover {
    transform: rotate(90deg)
}

.hadbox-sec3 .f_cont {
    max-width: 1000px;
    margin: 0 auto
}

.hadbox-sec3 .f_cont .fz_title {
    margin-bottom: 1.36rem;
    margin-bottom: .6rem
}

@media (max-width: 767px) {
    .hadbox-sec3 .f_cont .fz_title {
        margin-bottom: .6rem
    }
}

.hadbox-sec3 .f_cont .f_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .2rem;
    margin-bottom: .36rem;
    border-bottom: 1px solid rgba(194, 194, 194, 0.15)
}

@media (max-width: 767px) {
    .hadbox-sec3 .f_cont .f_form {
        padding-bottom: .3rem
    }
}

.hadbox-sec3 .f_cont .f_form input {
    width: calc(100% - 26px);
    padding-right: .26rem;
    padding-left: 10px
}

@media (max-width: 767px) {
    .hadbox-sec3 .f_cont .f_form input {
        width: calc(100% - .36rem)
    }
}

.hadbox-sec3 .f_cont .f_form input::-webkit-input-placeholder {
    color: #555555
}

.hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
    color: #555555
}

.hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
    color: #555555
}

.hadbox-sec3 .f_cont .f_form .f_sub {
    overflow: hidden;
    width: 26px
}

@media (max-width: 767px) {
    .hadbox-sec3 .f_cont .f_form .f_sub {
        width: .36rem
    }
}

.hadbox-sec3 .f_cont .f_form .f_sub img {
    float: left;
    width: 100%
}

.hadbox-sec3 .f_cont .f_form .f_sub svg {
    width: 100%
}

.hadbox-sec3 .f_cont .f_form .f_sub svg path {
    fill: #444444
}

.hadbox-sec3 .f_cont .f_form .f_sub:hover svg path {
    fill: #005ec4
}

.hadbox-sec3 .f_cont .f_jut {
    display: flex;
    line-height: 24px;
    align-items: flex-start;
    line-height: 36px
}

@media (max-width: 1580px) {
    .hadbox-sec3 .f_cont .f_jut {
        line-height: 32px
    }
}

@media (max-width: 991px) {
    .hadbox-sec3 .f_cont .f_jut {
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .hadbox-sec3 .f_cont .f_jut {
        flex-wrap: wrap
    }
}

.hadbox-sec3 .f_cont .f_jut .name {
    flex: 0 0 auto;
    margin-top: 1px;
    display: block;
    padding-right: .2rem
}

@media (max-width: 767px) {
    .hadbox-sec3 .f_cont .f_jut .name {
        width: 100%;
        margin-bottom: .24rem
    }
}

.hadbox-sec3 .f_cont .f_jut .f_list {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap
}

.hadbox-sec3 .f_cont .f_jut .f_list .li {
    margin-bottom: 10px;
    color: #555555;
    background-color: #f1f1f1;
    border-radius: 18px;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
    padding: 0 .22rem;
    margin-right: .16rem
}

@media (max-width: 1580px) {
    .hadbox-sec3 .f_cont .f_jut .f_list .li {
        border-radius: 16px
    }
}

@media (max-width: 991px) {
    .hadbox-sec3 .f_cont .f_jut .f_list .li {
        border-radius: 13px
    }
}

.hadbox-sec3 .f_cont .f_jut .f_list .li:hover {
    color: #ffffff;
    background-color: #005ec4
}

.hadbox:hover .hadbox-sec1 {
    background-color: #ffffff;
    border-color: transparent;
    box-shadow: 0 6px .1rem 0 rgba(194, 204, 212, 0.22)
}

.hadbox:hover .hadbox-sec1 .lt .fz_logo img {
    display: none
}

.hadbox:hover .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
    display: block
}

.hadbox:hover .hadbox-sec1 .lt:before {
    background-color: #666
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
    color: #222222
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit i svg path {
    fill: #222
}

.hadbox:hover .hadbox-sec1 .f_navbox li.on>.tit {
    color: #005ec4
}

.hadbox:hover .hadbox-sec1 .f_navbox li.ac2 .tit {
    color: #999999
}

.hadbox:hover .hadbox-sec1 .f_navbox li.ac1 .tit {
    color: #222222
}

.hadbox:hover .hadbox-sec1 .gt .f_top:before {
    background-color: #666
}

.hadbox:hover .hadbox-sec1 .gt .f_top .f_lang:before {
    background-color: #666
}

.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit {
    color: #222222
}

.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit i svg path, .hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
    fill: #222222
}

.hadbox:hover .hadbox-sec1 .gt .qie span {
    background-color: #333333
}

@media (max-width: 1199px) {
    .hadbox:hover .hadbox-sec1 .gt .f_search {
        color: #222222
    }

    .hadbox:hover .hadbox-sec1 .gt .f_search svg path {
        fill: #222222
    }
}

.hadbox2 .hadbox-sec1 {
    background-color: #ffffff;
    border-color: transparent;
    box-shadow: 0 6px .1rem 0 rgba(194, 204, 212, 0.22)
}

.hadbox2 .hadbox-sec1 .lt .fz_logo img {
    display: none
}

.hadbox2 .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
    display: block
}

.hadbox2 .hadbox-sec1 .lt:before {
    background-color: #666
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit {
    color: #222222
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit i svg path {
    fill: #222
}

.hadbox2 .hadbox-sec1 .f_navbox li.on>.tit {
    color: #005ec4
}

.hadbox2 .hadbox-sec1 .f_navbox li.ac2 .tit {
    color: #999999
}

.hadbox2 .hadbox-sec1 .f_navbox li.ac1 .tit {
    color: #222222
}

.hadbox2 .hadbox-sec1 .gt .f_top:before {
    background-color: #666
}

.hadbox2 .hadbox-sec1 .gt .f_top .f_lang:before {
    background-color: #666
}

.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit {
    color: #222222
}

.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit i svg path, .hadbox2 .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
    fill: #222222
}

.hadbox2 .hadbox-sec1 .gt .qie span {
    background-color: #333333
}

@media (max-width: 1199px) {
    .hadbox2 .hadbox-sec1 .gt .f_search {
        color: #222222
    }

    .hadbox2 .hadbox-sec1 .gt .f_search svg path {
        fill: #222222
    }
}

.hadbox3 {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.bannerbox {
    position: relative
}

.bannerbox .swiper-slide {
    position: relative;
    overflow: hidden
}

.bannerbox .swiper-slide .bag {
    width: 100%;
    height: 100vh
}

@media (max-width: 767px) {
    .bannerbox .swiper-slide .bag {
        height: 100vh
    }
}

.bannerbox .swiper-slide .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media ((min-width: 768px)) and ((max-width: 991px)) {
    .bannerbox .swiper-slide .bag img {
        width: 150%;
        max-width: inherit;
        margin-left: -48%
    }
}

.bannerbox .swiper-slide .bag img:nth-child(2) {
    display: none
}

@media (max-width: 767px) {
    .bannerbox .swiper-slide .bag img {
        display: none
    }

    .bannerbox .swiper-slide .bag img:nth-child(2) {
        display: block
    }
}

.bannerbox .swiper-slide .f_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .bannerbox .swiper-slide .f_video {
        display: none
    }
}

.bannerbox .swiper-slide .f_video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bannerbox .swiper-slide .cont {
    position: absolute;
    left: 43%; /*0;*/
    width: 100%;
    color: #fff;
    top: 62%; /*50%;*/
    transform: translateY(-50%)
}

.bannerbox .swiper-slide .cont .f_tit {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: .2rem
}

.bannerbox .swiper-slide .cont .f_text {
    color: #ffffff;
    margin-bottom: .55rem
}

.bannerbox .swiper-slide .cont .f_text p {
    opacity: .6
}

.bannerbox .swiper-slide .f_jt {
    position: absolute;
    bottom: .54rem;
    left: 0;
    width: 100%
}

.bannerbox .swiper-slide .f_jt .container {
    display: flex;
    justify-content: flex-end
}

.bannerbox .swiper-slide .f_jt .container .f_zhi {
    color: #ffffff;
    width: 4.24rem
}

@media (max-width: 767px) {
    .bannerbox .swiper-slide .f_jt .container .f_zhi {
        width: 100%
    }
}

.bannerbox .swiper-slide .f_jt .container .f_zhi .f_title {
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    justify-content: space-between;
    padding-bottom: .1rem;
    margin-bottom: .16rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.bannerbox .swiper-slide .f_jt .container .f_zhi .f_title .f_tit {
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold
}

.bannerbox .swiper-slide .f_jt .container .f_zhi .f_title .f_wen {
    display: flex;
    align-items: center;
    line-height: 1.8
}

.bannerbox .swiper-slide .f_jt .container .f_zhi .f_title .f_wen span {
    display: block;
    margin: 0 .1rem;
    font-size: 14px;
    opacity: .6
}

@media (max-width: 1580px) {
    .bannerbox .swiper-slide .f_jt .container .f_zhi .f_title .f_wen span {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .bannerbox .swiper-slide .f_jt .container .f_zhi .f_title .f_wen span {
        font-size: .26rem
    }
}

.bannerbox .swiper-slide .f_jt .container .f_zhi .font {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bannerbox .f_tish {
    position: absolute;
    left: 50%;
    bottom: .8rem;
    transform: translate(-50%, 0);
    z-index: 2;
    animation: shangxiaimg 1.5s linear infinite;
    -webkit-animation: shangxiaimg 1.5s linear infinite
}

@media (max-width: 767px) {
    .bannerbox .f_tish {
        display: none
    }
}

@keyframes shangxiaimg {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    50% {
        -webkit-transform: translate(-50%, -0.3rem);
        transform: translate(-50%, -0.3rem)
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@-webkit-keyframes shangxiaimg {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    50% {
        -webkit-transform: translate(-50%, -0.3rem);
        transform: translate(-50%, -0.3rem)
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.fotbox {
    position: relative;
    background: #004ea2;
    color: #ffffff
}

.fotbox a {
    color: #ffffff
}

.fotbox .bag {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.fotbox .bag img, .fotbox .bag video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1
}

.fotbox .bag video {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .1;
    -webkit-backdrop-filter: saturate(120%) blur(12px);
    backdrop-filter: saturate(120%) blur(50px)
}

@media (max-width: 767px) {
    .fotbox .bag video {
        display: none
    }
}

.fotbox-sec1 {
    position: relative
}

.fotbox-sec1 .container {
    display: flex;
    justify-content: space-between;
    padding: .74rem 0 .56rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap
}

.fotbox-sec1 .container .f_navbox {
    display: flex;
    width: 83.14%;
    width: 100%
}

@media (max-width: 767px) {
    .fotbox-sec1 .container .f_navbox {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: .8rem
    }
}

.fotbox-sec1 .container .f_navbox>li {
    width: 16.66%;
    padding-right: .2rem
}

.fotbox-sec1 .container .f_navbox>li .tit {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1580px) {
    .fotbox-sec1 .container .f_navbox>li .tit {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .fotbox-sec1 .container .f_navbox>li .tit {
        font-size: .3rem;
        font-size: .28rem
    }
}

.fotbox-sec1 .container .f_navbox>li .tit i {
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .5rem;
    height: .34rem
}

@media (min-width: 768px) {
    .fotbox-sec1 .container .f_navbox>li .tit i {
        display: none
    }
}

.fotbox-sec1 .container .f_navbox>li .tit i img, .fotbox-sec1 .container .f_navbox>li .tit i svg {
    height: 100%;
    width: auto;
    max-width: 100%
}

.fotbox-sec1 .container .f_navbox>li .tit i img path, .fotbox-sec1 .container .f_navbox>li .tit i svg path {
    fill: #ffffff
}

.fotbox-sec1 .container .f_navbox>li ul {
    padding-top: .24rem
}

.fotbox-sec1 .container .f_navbox>li ul li {
    margin-bottom: .16rem
}

.fotbox-sec1 .container .f_navbox>li ul li:last-child {
    margin-bottom: 0
}

.fotbox-sec1 .container .f_navbox>li ul li a {
    font-size: 14px;
    opacity: .6;
    transition: all .4s
}

@media (max-width: 1580px) {
    .fotbox-sec1 .container .f_navbox>li ul li a {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .fotbox-sec1 .container .f_navbox>li ul li a {
        font-size: .26rem
    }
}

.fotbox-sec1 .container .f_navbox>li ul li a:hover {
    opacity: 1
}

@media (max-width: 767px) {
    .fotbox-sec1 .container .f_navbox>li {
        width: 100%;
        margin-bottom: .4rem;
        padding-right: 0
    }

    .fotbox-sec1 .container .f_navbox>li:last-child {
        margin-bottom: 0
    }

    .fotbox-sec1 .container .f_navbox>li ul {
        display: none
    }

    .fotbox-sec1 .container .f_navbox>li ul li {
        margin-bottom: .24rem
    }
}

.fotbox-sec1 .container .f_navbox>li.on .tit i {
    transform: rotate(90deg)
}
/*
.fotbox-sec1 .container .gt {
    /*width: 16.86%;
    display: none* /
}*/

@media (max-width: 767px) {
    .fotbox-sec1 .container .gt {
        width: 100%
    }
}

.fotbox-sec1 .container .gt .f_tit {
    font-weight: bold;
    margin-bottom: .21rem
}

.fotbox-sec1 .container .gt .form {
    border-radius: 28px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px;
    margin-bottom: .15rem
}

.fotbox-sec1 .container .gt .form input {
    color: #ffffff;
    width: calc(100% - .48rem);
    padding: .12rem .23rem
}

.fotbox-sec1 .container .gt .form input::-webkit-input-placeholder {
    color: #ffffff
}

.fotbox-sec1 .container .gt .form input::-moz-placeholder {
    color: #ffffff
}

.fotbox-sec1 .container .gt .form input:-moz-placeholder {
    color: #ffffff
}

.fotbox-sec1 .container .gt .form input:-ms-input-placeholder {
    color: #ffffff
}

@media (max-width: 767px) {
    .fotbox-sec1 .container .gt .form input {
        width: calc(100% - .7rem)
    }
}

.fotbox-sec1 .container .gt .form .f_sub {
    width: .48rem;
    height: .48rem;
    background-color: #11c4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 767px) {
    .fotbox-sec1 .container .gt .form .f_sub {
        width: .7rem;
        height: .7rem
    }
}

.fotbox-sec1 .container .gt .form .f_sub img, .fotbox-sec1 .container .gt .form .f_sub svg {
    width: 43.75%;
    height: 43.75%;
    object-fit: contain
}

.fotbox-sec1 .container .gt .form .f_sub img path, .fotbox-sec1 .container .gt .form .f_sub svg path {
    fill: #ffffff
}

.fotbox-sec1 .container .gt .f_text {
    opacity: .6
}

.fotbox-sec2 {
    position: relative
}

.fotbox-sec2 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .22rem 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1)
}

@media (max-width: 991px) {
    .fotbox-sec2 .container {
        padding: .7rem 0 .4rem
    }
}

.fotbox-sec2 .container .f_logo {
    display: flex;
    align-items: center;
    width: 115px
}

@media (max-width: 1580px) {
    .fotbox-sec2 .container .f_logo {
        width: 90px
    }
}

@media (max-width: 767px) {
    .fotbox-sec2 .container .f_logo {
        width: 1.8rem
    }
}

.fotbox-sec2 .container .f_logo img {
    width: 100%;
    height: auto
}

.fotbox-sec2 .container .gt {
    display: flex
}

@media (max-width: 991px) {
    .fotbox-sec2 .container .gt {
        flex-wrap: wrap;
        width: 100%;
        margin-top: .4rem
    }
}

.fotbox-sec2 .container .gt .li {
    display: flex;
    align-items: flex-start;
    width: 3.32rem;
    margin-right: .74rem
}

.fotbox-sec2 .container .gt .li:last-child {
    margin-right: 0
}

@media (max-width: 991px) {
    .fotbox-sec2 .container .gt .li {
        margin-right: 0;
        width: 33.333%;
        padding-right: .3rem
    }
}

@media (max-width: 767px) {
    .fotbox-sec2 .container .gt .li {
        width: 100%;
        margin-bottom: .4rem
    }

    .fotbox-sec2 .container .gt .li:last-child {
        margin-bottom: 0
    }
}

.fotbox-sec2 .container .gt .li .f_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 18px;
    position: relative;
    top: .75em;
    transform: translateY(-50%)
}

@media (max-width: 1580px) {
    .fotbox-sec2 .container .gt .li .f_icon {
        width: 18px;
        height: 16px
    }
}

.fotbox-sec2 .container .gt .li .f_icon svg, .fotbox-sec2 .container .gt .li .f_icon img {
    width: 100%;
    max-height: 100%
}

.fotbox-sec2 .container .gt .li .font {
    width: calc(100% - 20px);
    padding-left: .1rem
}

@media (max-width: 1580px) {
    .fotbox-sec2 .container .gt .li .font {
        width: calc(100% - 18px)
    }
}

.fotbox-sec2 .container .gt .li .font .f_name {
    color: #11c4ff
}

.fotbox-sec2 .container .gt .li .font .f_tit {
    word-break: break-all
}

.fotbox-sec3 {
    position: relative;
    padding: .35rem 0 .44rem
}

.fotbox-sec3 .f_you {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
    margin-bottom: .4rem
}

.fotbox-sec3 .f_you a {
    margin-right: .36rem;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    transition: all .4s;
    display: inline-block
}

.fotbox-sec3 .f_you a:hover {
    opacity: 1;
    color: #ffffff;
    text-decoration: underline
}

.fotbox-sec3 .f_you a:before {
    content: "";
    display: block;
    position: absolute;
    right: -0.18rem;
    top: 1em;
    width: 8px;
    height: 1px;
    background: #ffffff;
    opacity: .6
}

@media (max-width: 767px) {
    .fotbox-sec3 .f_you a:before {
        display: none
    }
}

.fotbox-sec3 .f_you a:last-child:before {
    display: none
}

.fotbox-sec3 .cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.fotbox-sec3 .cont span, .fotbox-sec3 .cont a {
    color: #ffffff;
    opacity: .25
}

.fotbox-sec3 .cont a {
    transition: all .4s
}

.fotbox-sec3 .cont a:hover {
    opacity: 1
}

.fotbox-sec3 .cont .lt a {
    margin-left: .12rem
}

.fotbox-sec3 .cont .gt {
    display: flex;
    align-items: center
}

.fotbox-sec3 .cont .gt .li {
    display: block;
    margin-right: .54rem
}

.fotbox-sec3 .cont .gt .li:last-child {
    margin-right: 0
}

@media (max-width: 991px) {
    .fotbox-sec3 .cont {
        text-align: center
    }

    .fotbox-sec3 .cont .lt, .fotbox-sec3 .cont .gt {
        width: 100%
    }

    .fotbox-sec3 .cont .gt {
        justify-content: center;
        margin-top: .12rem
    }

    .fotbox-sec3 .cont .gt .li {
        margin: 0 .24rem
    }
}

@media (max-width: 991px) {
    .fotbox {
        display: flex;
        flex-direction: column
    }

    .fotbox .fotbox-sec2 {
        order: 0
    }

    .fotbox .fotbox-sec1 {
        order: 1
    }

    .fotbox .fotbox-sec3 {
        order: 2
    }
}

.megalt {
    display: none
}

.megalt .cont {
    background-color: #ffffff;
    width: 9.11rem;
    border-radius: 6px;
    display: flex;
    overflow: hidden
}

@media (max-width: 767px) {
    .megalt .cont {
        width: 90%
    }
}

.megalt .cont .lt {
    background-image: linear-gradient(-70deg, #005ec4 0%, #39bcf0 100%), linear-gradient(#005ec4, #005ec4);
    background-blend-mode: normal,
        normal;
    display: flex;
    flex-direction: column;
    padding: .58rem;
    color: #ffffff;
    padding-right: .2rem;
    width: 38.461%
}

@media (max-width: 767px) {
    .megalt .cont .lt {
        width: 100%;
        display: none
    }
}

.megalt .cont .lt .f_logo {
    display: flex;
    overflow: hidden;
    width: 150px;
    margin-bottom: 1.2rem
}

@media (max-width: 1580px) {
    .megalt .cont .lt .f_logo {
        width: 130px
    }
}

@media (max-width: 991px) {
    .megalt .cont .lt .f_logo {
        width: 100px
    }
}

@media (max-width: 767px) {
    .megalt .cont .lt .f_logo {
        width: 1.6rem
    }
}

.megalt .cont .lt .f_logo img {
    float: left;
    width: 100%
}

.megalt .cont .lt .f_tit {
    margin-top: auto;
    line-height: 1.41666667;
    margin-bottom: .26rem;
    font-weight: bold
}

.megalt .cont .lt .f_li {
    display: flex;
    align-items: flex-start;
    margin-bottom: .22rem
}

.megalt .cont .lt .f_li:last-child {
    margin-bottom: 0
}

.megalt .cont .lt .f_li img {
    width: 20px;
    margin-right: .18rem
}

@media (max-width: 1580px) {
    .megalt .cont .lt .f_li img {
        width: 18px
    }
}

@media (max-width: 991px) {
    .megalt .cont .lt .f_li img {
        width: 16px
    }
}

.megalt .cont .gt {
    width: 61.539%;
    padding: .62rem .55rem .58rem
}

@media (max-width: 767px) {
    .megalt .cont .gt {
        width: 100%;
        padding: .56rem .36rem
    }
}

.megalt .cont .gt .f_tit {
    font-weight: bold;
    color: #333333;
    margin-bottom: .14rem
}

.megalt .cont .gt .f_text {
    color: #666666;
    margin-bottom: .26rem
}

.megalt .cont .gt .f_form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.megalt .cont .gt .f_form .int {
    width: calc(50% - 5px);
    margin-bottom: 15px;
    position: relative;
    background-color: #fafafa;
    border: solid 1px #d9d9db;
    border-radius: 4px
}

.megalt .cont .gt .f_form .int input, .megalt .cont .gt .f_form .int .name, .megalt .cont .gt .f_form .int textarea {
    padding: 13px;
    color: #333;
    width: 100%;
    position: relative
}

@media (max-width: 1580px) {
    .megalt .cont .gt .f_form .int input, .megalt .cont .gt .f_form .int .name, .megalt .cont .gt .f_form .int textarea {
        padding: 10px 12px
    }
}

.megalt .cont .gt .f_form .int textarea {
    height: 1.2rem
}

.megalt .cont .gt .f_form .int .name {
    position: absolute;
    color: #999999;
    height: 100%;
    left: 0;
    top: 0
}

.megalt .cont .gt .f_form .int .name span {
    color: #f70e0e
}

.megalt .cont .gt .f_form .int.on .name {
    display: none
}

.megalt .cont .gt .f_form .f_widt {
    width: 100%
}

.megalt .cont .gt .f_form .f_tag {
    margin-top: -2px;
    color: #666666;
    margin-bottom: .4rem
}

.megalt .cont .gt .f_form .f_tag a {
    color: #00a2f7
}

.megalt .cont .gt .f_form .f_tag a:hover {
    text-decoration: underline
}

@keyframes loop10 {
    0% {
        background-position: 0% 0
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0% 0
    }
}

.home_tit {
    text-align: center
}

.home_tit .f_tit {
    font-weight: bold
}

.home_but {
    padding: .1rem .4rem;
    border: solid 2px rgba(255, 255, 255, 0.4);
    min-width: 1.4rem;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 24px;
    transition: all .4s
}

@media (max-width: 991px) {
    .home_but {
        border-width: 1px
    }
}

.home_but:hover {
    color: #333333;
    background: #ffffff
}

.home_but3 {
    padding: .2rem .46rem;
    min-width: 1.84rem;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: all .4s;
    color: #ffffff;
    font-weight: bold;
    background-image: linear-gradient(-70deg, #1d2089 0%, #2a6bbb 50%, #39bcf0 100%), linear-gradient(#36afe8, #36afe8);
    background-blend-mode: normal,
        normal
}

.home_but3 i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all .4s;
    margin-left: .1rem;
    background-color: #ffffff
}

@media (max-width: 1580px) {
    .home_but3 i {
        width: 18px;
        height: 18px
    }
}

@media (max-width: 991px) {
    .home_but3 i {
        width: 16px;
        height: 18px
    }
}

.home_but3 i img, .home_but3 i svg {
    width: 40%;
    height: 40%
}

.home_but3 i img path, .home_but3 i svg path {
    fill: #36afe8
}

.home_but3:hover i {
    transform: rotate(45deg)
}

.home_but4 {
    min-width: 1.5rem;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    transition: all .4s;
    color: #ffffff;
    padding: 5px 7px;
    background-color: #0060c9
}

@media (max-width: 1580px) {
    .home_but4 {
        padding: 5px
    }
}

.home_but4 span {
    display: block;
    padding: .1rem .14rem .1rem .2rem;
    line-height: 1.1
}

.home_but4 i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .38rem;
    height: .38rem;
    background-color: #ffffff;
    border-radius: 50%
}

.home_but4 i img, .home_but4 i svg {
    width: 18.42105263%;
    width: 31.57894737%;
    object-fit: contain
}

.home_but4 i img path, .home_but4 i svg path {
    fill: #0053ad
}

.home_but4:hover {
    opacity: .8
}

@media (max-width: 767px) {
    .home-sec1 {
        padding: 1.4rem 0 .7rem
    }
}

.home-sec1 .fzhong .f_log {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    transform-origin: center 42%;
    background-color: #ffffff
}

@media (max-width: 767px) {
    .home-sec1 .fzhong .f_log {
        display: none
    }
}

.home-sec1 .fzhong .f_log img, .home-sec1 .fzhong .f_log svg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-sec1 .fzhong .home1_cont {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .7s;
    background-color: #ffffff
}

.home-sec1 .fzhong .home1_cont .bag {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s
}

.home-sec1 .fzhong .home1_cont .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-sec1 .fzhong .home1_cont .bag video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.home-sec1 .fzhong .home1_cont .container {
    position: relative;
    transition: all .6s
}

@media (min-width: 768px) {
    .home-sec1 .fzhong .home1_cont .container {
        transform: translateY(40%) scale(1.6)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-sec1 .fzhong .home1_cont .container {
        transform: translateY(40%) scale(1.2)
    }
}

.home-sec1 .fzhong .home1_cont .container .f_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.95rem;
    opacity: 0;
    transition: all .4s;
    transform: translate(-50%, -50%)
}

.home-sec1 .fzhong .home1_cont .container .f_img img {
    width: 100%
}

.home-sec1 .fzhong .home1_cont .container .font {
    position: relative;
    z-index: 2;
    width: 40%;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 767px) {
    .home-sec1 .fzhong .home1_cont .container .font {
        width: 100%
    }
}

.home-sec1 .fzhong .home1_cont .container .font .f_tit, .home-sec1 .fzhong .home1_cont .container .font p {
    transition: all .4s
}

@media (min-width: 768px) {
    .home-sec1 .fzhong .home1_cont .container .font .f_tit, .home-sec1 .fzhong .home1_cont .container .font p {
        transform: translateY(.5rem);
        opacity: 0
    }
}

@media (max-width: 767px) {
    .home-sec1 .fzhong .home1_cont .container .font .f_tit, .home-sec1 .fzhong .home1_cont .container .font p {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp
    }
}

.home-sec1 .fzhong .home1_cont .container .font .f_tit {
    color: #000000;
    font-weight: bold;
    line-height: 1
}

.home-sec1 .fzhong .home1_cont .container .font .f_tit span {
    color: #005dbf
}

.home-sec1 .fzhong .home1_cont .container .font p {
    color: #444444
}

.home-sec1 .fzhong .home1_cont .container .font .shzie {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .6rem
}

@media (min-width: 768px) {
    .home-sec1 .fzhong .home1_cont .container .font .shzie {
        display: none
    }
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .shu {
    font-size: .5rem;
    color: #000000;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    line-height: .9
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .shu span {
    width: auto !important
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .f_lt {
    position: relative
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .f_lt p {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: .1rem;
    font-size: .24rem
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .xian {
    display: block;
    width: 1.5rem;
    height: 1px;
    background-color: #666;
    margin: 0 .2rem
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .f_gt .shu {
    color: #005ec4
}

.home-sec1 .fzhong .home1_cont .container .home_figure {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #131b2d;
    font-size: 3rem;
    transition: left 1.4s, right 1.4s, transform 1.4s, font-size .6s
}

@media (max-width: 991px) {
    .home-sec1 .fzhong .home1_cont .container .home_figure {
        font-size: 2rem
    }
}

@media (max-width: 767px) {
    .home-sec1 .fzhong .home1_cont .container .home_figure {
        display: none
    }
}

.home-sec1 .fzhong .home1_cont .container .home_figure p {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: .4rem
}

.home-sec1 .fzhong .home1_cont .container .home_figure .shu {
    color: #000000;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    line-height: .9
}

.home-sec1 .fzhong .home1_cont .container .home_figure .shu span {
    width: auto !important
}

.home-sec1 .fzhong .home1_cont .container .lt {
    left: 50%;
    z-index: 2
}

.home-sec1 .fzhong .home1_cont .container .gt {
    right: 50%;
    transform: translate(50%, -50%)
}

.home-sec1 .fzhong .home1_cont .container .gt .shu {
    overflow: hidden;
    height: .9em;
    color: transparent;
    background-image: url(../images/jianbiimfwx1.jpg);
    background-size: 180% 180%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center;
    animation: loop10 5s linear infinite
}

.home-sec1 .fzhong .home1_banner {
    position: relative
}

.home-sec1 .fzhong .home1_banner .bag {
    width: 100%;
    height: 100vh
}

.home-sec1 .fzhong .home1_banner .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-sec1 .fzhong .home1_banner .bag video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-sec1 .fzhong .home1_banner .cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    /* padding-top: 6%; */
}

.home-sec1 .fzhong .home1_banner .cont .container {
    margin: 0
}

@media (max-width: 767px) {
    /*.home-sec1 .fzhong .home1_banner .cont {
        /* padding-top: .6em * /
    }*/

    .home-sec1 .fzhong .home1_banner .cont .container {
        margin: 0 auto
    }
}

.home-sec1 .fzhong .home1_banner .cont .f_tit {
    font-weight: bold;
    /* text-align: center; */
    font-size: .36rem;
    transform: translateY(.6rem);
    opacity: 0;
    transition: all .4s;
    margin-bottom: .34rem;
    margin-left: 1.8rem
}

.home-sec1 .fzhong .home1_banner .cont .container .f_con {
    position: relative;
    display: flex;
    align-items: center;
    width: 5.9rem;
    height: 1.24rem;
    margin-bottom: 0.13rem;
    transition: all .4s;
    transform: translateY(1rem);
    opacity: 0;
}

.home-sec1 .fzhong.on2 .home1_banner .cont .container .f_con {
    transform: translateY(0);
    transition: all .5s .9s linear;
    opacity: 1;
}

.home-sec1 .fzhong .home1_banner .cont .container .f_con img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-sec1 .fzhong .home1_banner .cont .container .f_con .tit {
    font-size: .3rem;
    font-weight: bold;
    padding-left: 1.77rem;
}

.home-sec1 .fzhong .home1_banner .cont .container .f_con .con {
    font-size: .2rem;
    padding-left: 1.77rem;
}

@media (max-width: 767px) {
    .home-sec1 .fzhong .home1_banner .cont .f_tit {
        opacity: 1 !important;
        font-size: .52rem;
        padding: 0 .32rem;
        margin-bottom: .59rem;
        transform: translateY(0);
    }

    .home-sec1 .fzhong .home1_banner .cont .container .f_con {
        position: relative;
        display: flex;
        align-items: center;
        width: 5.9rem;
        height: 1.24rem;
        margin-bottom: 0.13rem;
        transition: all .4s;
        transform: translateY(0);
        opacity: 1;
    }
}

.home-sec1 .fzhong .home1_banner .cont .f_text {
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    transform: translateY(.6rem);
    opacity: 0;
    transition: all .4s;
    font-size: .2rem
}

@media (max-width: 1580px) {
    .home-sec1 .fzhong .home1_banner .cont .f_text {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .home-sec1 .fzhong .home1_banner .cont .f_text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .home-sec1 .fzhong .home1_banner .cont .f_text {
        font-size: .26rem
    }
}

@media (max-width: 767px) {
    .home-sec1 .fzhong .home1_banner .cont .f_text {
        opacity: 1 !important;
        font-size: .26rem;
        padding: 0 .3rem
    }
}

.home-sec1 .fzhong .home1_banner .cont .f_text .on {
    color: #ffffff
}

.home-sec1 .fzhong.on .home1_cont .bag {
    opacity: 1
}

.home-sec1 .fzhong.on .home1_cont .container .f_img {
    opacity: 1
}

.home-sec1 .fzhong.on .home1_cont .container .home_figure {
    font-size: 2rem;
    transition: left 1.4s, right 1.4s, transform 1.4s, font-size .6s
}

@media (max-width: 991px) {
    .home-sec1 .fzhong.on .home1_cont .container .home_figure {
        font-size: 1rem
    }
}

.home-sec1 .fzhong.on .home1_cont .container .font .f_tit {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s 1s
}

.home-sec1 .fzhong.on .home1_cont .container .font p {
    transition: all .5s 1.1s;
    opacity: 1;
    transform: translateY(0)
}

.home-sec1 .fzhong.on .home1_cont .container .lt {
    left: 0;
    transform: translate(0, -50%)
}

.home-sec1 .fzhong.on .home1_cont .container .gt {
    right: 0;
    transform: translate(0, -50%)
}

.home-sec1 .fzhong.on2 .home1_cont {
    opacity: 0;
    transition: all .4s .3s !important
}

.home-sec1 .fzhong.on2 .home1_cont .lt {
    transition: all .4s !important;
    opacity: 0
}

.home-sec1 .fzhong.on2 .home1_cont .gt {
    transition: all .4s .1s !important;
    opacity: 0
}

.home-sec1 .fzhong.on2 .home1_cont .font {
    transition: all .4s .2s !important;
    opacity: 0
}

.home-sec1 .fzhong.on2 .home1_banner .cont .f_tit, .home-sec1 .fzhong.on2 .home1_banner .cont .f_text {
    width: 100%;
    transform: translateY(0);
    opacity: 1;
    transition: all .4s .9s linear
}

@media (max-width: 767px) {
    .home-sec1 .fzhong {
        display: flex;
        flex-direction: column
    }

    .home-sec1 .fzhong .home1_cont {
        order: 0;
        height: auto;
        margin-bottom: .56rem
    }

    .home-sec1 .fzhong .home1_banner {
        order: 1;
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        padding: 0 5%
    }

    .home-sec1 .fzhong .home1_banner .bag {
        position: relative;
        height: 9.6rem
    }
}

@media (min-width: 768px) {
    .home-sec1 {
        height: 380vh
    }

    .home-sec1 .fzhong {
        width: 100%;
        height: 100vh;
        position: sticky;
        position: -webkit-sticky;
        overflow: hidden;
        top: 0
    }

    .home-sec1 .fzhong .home1_cont .container {
        height: 100%;
        display: flex;
        align-items: center;
        position: relative
    }

    .home-sec1 .fzhong .home1_banner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 1000%;
        overflow: hidden
    }

    .home-sec1 .fzhong .home1_banner .fz_box {
        width: 100vw;
        height: 100vh;
        transform: translate(-50%, -50%);
        position: relative;
        top: 50%;
        left: 50%
    }
}

.home-sec2 {
    padding: 1.65rem 0
}

@media (max-width: 767px) {
    .home-sec2 {
        padding: .7rem 0 1.4rem
    }
}

.home-sec2 .cn1 {
    text-align: center;
    line-height: 1.15625em;
    font-weight: bold
}

.home-sec2 .box {
    margin-top: .36rem
}

.home-sec2 .box .container {
    display: flex;
    justify-content: center
}

.home-sec2 .box .swiper-container {
    width: auto;
    max-width: 100%
}

.home-sec2 .box .box2 {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 .6rem
}

.home-sec2 .box .box2 .cn2 {
    font-weight: bold;
    color: #d0d5db;
    transition: all .5s;
    cursor: pointer;
    order: 1;
    font-size: 18px
}

@media (max-width: 1580px) {
    .home-sec2 .box .box2 .cn2 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .home-sec2 .box .box2 .cn2 {
        font-size: .3rem;
        font-size: .28rem
    }
}

.home-sec2 .box .box2 .cn3 {
    display: none
}

.home-sec2 .box .box2 .cn3 svg {
    display: none;
    width: 2.5rem
}

.home-sec2 .box .box2 .cn3 svg path {
    fill: #e3e3e3;
    opacity: 1;
    stroke: none;
    transition: all .5s
}

.home-sec2 .box .box2.on .cn2 {
    color: #004ea2
}

.home-sec2 .box .box2.on .cn3 svg path {
    fill: #004ea2
}

.home-sec2 .box3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 63vh
}

@media (max-width: 991px) {
    .home-sec2 .box3 {
        height: 36vh
    }
}

.home-sec2 .box3 .box4 {
    position: absolute;
    width: calc(100% - var(--home2-width)*2);
    border-radius: .4rem 0 0 .4rem;
    left: 0;
    top: 0;
    height: 100%;
    left: .7rem;
    overflow: hidden;
    cursor: pointer
}

@media (min-width: 1921px) {
    .home-sec2 .box3 .box4 {
        left: calc(10%)
    }
}

@media (max-width: 991px) {
    .home-sec2 .box3 .box4 {
        left: 3%
    }
}

.home-sec2 .box3 .box4 .box5 {
    width: var(--home2-width);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .5s
}

.home-sec2 .box3 .box4 .box5 .cn4 {
    margin: .84rem auto 0;
    text-align: center;
    padding: 0 .2rem;
    line-height: 1em;
    color: #Fff;
    font-size: .2rem;
    white-space: nowrap;
    transform: rotate(90deg)
}

@media (max-width: 1580px) {
    .home-sec2 .box3 .box4 .box5 .cn4 {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .home-sec2 .box3 .box4 .box5 .cn4 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .home-sec2 .box3 .box4 .box5 .cn4 {
        font-size: .26rem
    }
}

.home-sec2 .box3 .box4 .box5 .cn5 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .6rem;
    animation: myrotate 2s infinite linear
}

.home-sec2 .box3 .box4 .box5 .cn5 img {
    width: .45rem
}

.home-sec2 .box3 .box4 .box6 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .45rem;
    opacity: 0;
    transition: all .5s
}

.home-sec2 .box3 .box4 .box6 .cn6, .home-sec2 .box3 .box4 .box6 .cn7 {
    font-size: 18px
}

@media (max-width: 1580px) {
    .home-sec2 .box3 .box4 .box6 .cn6, .home-sec2 .box3 .box4 .box6 .cn7 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .home-sec2 .box3 .box4 .box6 .cn6, .home-sec2 .box3 .box4 .box6 .cn7 {
        font-size: .3rem;
        font-size: .28rem
    }
}

.home-sec2 .box3 .box4 .box6 .cn6 {
    line-height: 1.5em;
    color: #ffffff;
    font-weight: bold
}

@media (min-width: 768px) {
    .home-sec2 .box3 .box4 .box6 .cn6 {
        display: none
    }
}

.home-sec2 .box3 .box4 .box6 .cn7 {
    color: #ffffff;
    line-height: 1.5;
    font-weight: bold;
    width: 72.4358%;
    margin-top: .1rem
}

@media (max-width: 767px) {
    .home-sec2 .box3 .box4 .box6 .cn7 {
        width: 100%;
        opacity: .8;
        font-size: .22rem
    }
}

@media (min-width: 1581px) {
    .home-sec2 .box3 .box4 .box6 .cn7 {
        font-size: 24px
    }
}

.home-sec2 .box3 .box4.on2 .box5 {
    opacity: 0
}

.home-sec2 .box3 .box4.on2 .box6 {
    opacity: 1
}

.home-sec2 .box3 .box4.on2 .img {
    opacity: 1
}

.home-sec2 .box3 .box4.on2 .img::after {
    opacity: 0
}

.home-sec2 .box3 .box4.on2 .img2 {
    opacity: 0;
    left: 0
}

.home-sec2 .box3 .box4.on2 .img2::after {
    opacity: 0
}

.home-sec2 .box3 .box4 .img {
    width: 100%;
    height: 100%;
    transition: all .3s
}

.home-sec2 .box3 .box4 .img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #11c4ff;
    opacity: .9
}

.home-sec2 .box3 .box4 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-sec2 .box3 .box4 .img2 {
    width: 5.8rem;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s
}

.home-sec2 .box3 .box4 .img2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #11c4ff;
    opacity: .14
}

.home-sec2 .box3 .box4 .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (min-width: 768px) {
    .home-sec2 .box3 .box4 {
        transition: all .4s;
        left: calc(.7rem + (var(--home2-width)*var(--home2-zongIndex)))
    }

    .home-sec2 .box3 .box4.on2 {
        left: calc(.7rem + (var(--home2-width)*var(--home2-zongIndex)))
    }

    .home-sec2 .box3 .box4.on2~.box4 {
        left: calc(100% - (var(--home2-width)*var(--home2-index)))
    }

    .home-sec2 .box3 .box4:nth-child(1) .img:after, .home-sec2 .box3 .box4:nth-child(1) .img2:after {
        background-color: #222222
    }

    .home-sec2 .box3 .box4:nth-child(2) .img:after, .home-sec2 .box3 .box4:nth-child(2) .img2:after {
        background-color: #4fe4ef
    }

    .home-sec2 .box3 .box4:nth-child(3) .img:after, .home-sec2 .box3 .box4:nth-child(3) .img2:after {
        background-color: #11c4ff
    }

    .home-sec2 .box3 .box4:nth-child(4) .img:after, .home-sec2 .box3 .box4:nth-child(4) .img2:after {
        background-color: #0057b4
    }
}

@media (min-width: 768px) and (max-width: 1580px) {
    .home-sec2 .box3 .box4 {
        left: calc(1.4rem + (var(--home2-width)*var(--home2-zongIndex)))
    }

    .home-sec2 .box3 .box4.on2 {
        left: calc(1.4rem + (var(--home2-width)*var(--home2-zongIndex)))
    }

    .home-sec2 .box3 .box4.on2~.box4 {
        left: calc(100% - (var(--home2-width)*var(--home2-index)))
    }
}

.home-sec2 .box3 .swiper-pagination {
    position: relative;
    margin-top: 0rem;
    bottom: 0
}

.home-sec2 .box3 .swiper-pagination .swiper-pagination-bullet-active {
    background: #005ec4
}

.home-sec2 .cont {
    position: relative;
    margin-top: .4rem
}

.home-sec2 .cont .box3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .4s;
    visibility: hidden;
    opacity: 0
}

.home-sec2 .cont .box3.on {
    position: relative;
    visibility: inherit;
    opacity: 1
}

@media (max-width: 767px) {
    .home-sec2 .box {
        margin-top: .2rem
    }

    .home-sec2 .box .box2 {
        margin: 0 .3rem
    }

    .home-sec2 .box .box2 .cn2 {
        font-size: .3rem
    }

    .home-sec2 .box .box2 .cn3 {
        display: none
    }

    .home-sec2 .box3 {
        padding: 0 5%;
        height: auto;
        width: 100%
    }

    .home-sec2 .box3 .box4 {
        position: relative;
        left: 0;
        width: 100%;
        border-radius: .3rem;
        margin-bottom: .3rem;
        height: 3.6rem
    }

    .home-sec2 .box3 .box4:last-child {
        margin-bottom: 0
    }

    .home-sec2 .box3 .box4 .box5 {
        display: none
    }

    .home-sec2 .box3 .box4 .box6 {
        opacity: 6
    }

    .home-sec2 .box3 .box4 .img:after {
        opacity: .5;
        background-color: #000
    }
}

.home-sec3 .f_zhong .f_log {
    z-index: 2
}

@media (max-width: 991px) {
    .home-sec3 .f_zhong .f_log {
        display: none
    }
}

.home-sec3 .f_zhong .f_jut {
    position: relative;
    z-index: 4
}

@media (max-width: 991px) {
    .home-sec3 .f_zhong .f_jut {
        margin-bottom: 1.2rem
    }
}

.home-sec3 .f_zhong .f_jut .font {
    position: relative;
    text-align: center;
    width: 73%;
    margin: 0 auto;
    z-index: 2;
    transition: all .7s
}

@media (max-width: 991px) {
    .home-sec3 .f_zhong .f_jut .font {
        margin-bottom: .52rem;
        width: 100%
    }
}

.home-sec3 .f_zhong .f_jut .font .f_tit {
    font-weight: bold;
    margin-bottom: .09rem
}

.home-sec3 .f_zhong .f_jut .font .text {
    color: #666666
}

.home-sec3 .f_zhong .f_jut .f_tu .item .list {
    position: relative;
    display: block
}

.home-sec3 .f_zhong .f_jut .f_tu .item .list:before {
    content: "";
    width: 88.62%;
    height: 88.62%;
    display: block;
    border-radius: .24rem;
    border: solid 2px #004ea2;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.home-sec3 .f_zhong .f_jut .f_tu .item .list .img {
    border-radius: .24rem
}

.home-sec3 .f_zhong .f_jut .f_tu .item .list .img:before {
    padding-top: 100%
}

@media (max-width: 991px) {
    .home-sec3 .f_zhong .f_jut .f_tu {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -0.15rem
    }

    .home-sec3 .f_zhong .f_jut .f_tu .item {
        width: 25%;
        padding: 0 .15rem;
        margin-bottom: .3rem
    }

    .home-sec3 .f_zhong .f_jut .f_tu .item .list {
        width: 100%
    }
}

@media (max-width: 767px) {
    .home-sec3 .f_zhong .f_jut .f_tu {
        margin: 0 -0.1rem
    }

    .home-sec3 .f_zhong .f_jut .f_tu .item {
        padding: 0 .1rem;
        margin-bottom: .2rem;
        width: 25%
    }
}

.home-sec3 .f_zhong .cont {
    display: flex;
    flex-wrap: wrap;
    /*background-color: #005ec4 !important;*/
    background-color: #fff !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    .home-sec3 .f_zhong .cont {
        padding: 1.2rem 0 1.4rem
    }
}

.home-sec3 .f_zhong .cont .f_box {
    width: 33.333%; /*50%;*/
    color: #ffffff;
    position: relative
}

.home-sec3 .f_zhong .cont .f_box .f_had .f_tit, .home-sec3 .f_zhong .cont .f_box .f_bot .f_icon, .home-sec3 .f_zhong .cont .f_box .f_bot .f_tit {
    transform: translateY(.3rem);
    opacity: 0;
    transition: all .4s
}

.home-sec3 .f_zhong .cont .f_box .f_had {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 0rem .6rem .58rem
}

@media (max-width: 767px) {
    .home-sec3 .f_zhong .cont .f_box .f_had {
        padding: .58rem .34rem
    }
}

.home-sec3 .f_zhong .cont .f_box .f_had .f_tit {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: .22rem;
    margin-bottom: .16rem;
    transition: all .4s
}

@media (max-width: 991px) {
    .home-sec3 .f_zhong .cont .f_box .f_had .f_tit {
        opacity: 1;
        transform: translateY(0)
    }
}

.home-sec3 .f_zhong .cont .f_box .f_had .f_text {
    opacity: .6;
    margin-bottom: .34rem;
    margin-top: 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;line-clamp: 2;
    -webkit-box-orient: vertical;
    /*height: 3em;*/
    line-height: 1.5;
    text-overflow: ellipsis;
    transition: all .4s
}

@media (max-width: 767px) {
    .home-sec3 .f_zhong .cont .f_box .f_had .f_text {
        margin-bottom: 0
    }
}

.home-sec3 .f_zhong .cont .f_box .f_had .f_tish {
    transition: all .4s
}

@media (max-width: 767px) {
    .home-sec3 .f_zhong .cont .f_box .f_had .f_tish {
        display: none
    }
}

.home-sec3 .f_zhong .cont .f_box .f_bot {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 50%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

@media (max-width: 767px) {
    .home-sec3 .f_zhong .cont .f_box .f_bot .item {
        border-right: none;
        flex-wrap: wrap
    }
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .img {
    width: 100%;
    height: 100%;
    position: initial;
    transition: all .4s;
    height: 0;
    opacity: 1;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

@media (max-width: 991px) {
    .home-sec3 .f_zhong .cont .f_box .f_bot .item .img {
        height: 100%
    }
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .img img {
    width: 100%;
    height: 100%;
    max-height: inherit;
    object-fit: cover
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0))
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_icon {
    height: .82rem;
    display: flex
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_icon img {
    height: 100%
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .font {
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: .64rem;
    padding: 0 20%;
    padding: 0 5%;
    transition: all .4s;
    display: flex;
    flex-direction: column;
    align-items: center
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_icon {
    margin-bottom: .1rem
}

@media (min-width: 992px) {
    .home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_icon {
        display: none
    }
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_tit {
    font-weight: bold;
    margin-bottom: .18rem
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_text {
    opacity: .6;
    line-height: 1.44444444;
    height: 2.88888889em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;line-clamp: 2;
    margin-bottom: .25rem
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .5rem 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all .4s
}

@media (max-width: 991px) {
    .home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov {
        display: block;
        opacity: 1
    }
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov .f_icon {
    margin-bottom: .14rem
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov .f_tit {
    font-weight: bold
}

@media (min-width: 992px) {
    .home-sec3 .f_zhong .cont .f_box .f_bot .item:hover .f_hov {
        opacity: 0
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item:hover .font, .home-sec3 .f_zhong .cont .f_box .f_bot .item:hover .img {
        opacity: 1
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item:hover .img {
        height: 100%
    }
}

@media (max-width: 991px) {
    .home-sec3 .f_zhong .cont .f_box .f_bot .item .img {
        position: relative
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .img:before {
        content: "";
        display: block;
        padding-top: 120.83333333%
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .img img {
        position: absolute;
        top: 0;
        left: 0
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .font {
        bottom: .4rem;
        width: 100%
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_icon, .home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_tit {
        opacity: 1
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_tit {
        font-size: .24rem
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_text {
        display: none
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .font .home_but4 {
        margin-top: .4rem
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .f_icon {
        height: .6rem
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov {
        opacity: 1;
        z-index: 2;
        display: none
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov .f_tit {
        font-size: .24rem
    }
}

@media (max-width: 767px) {
    .home-sec3 .f_zhong .cont .f_box {
        width: 100%;
        margin-bottom: .4rem
    }

    .home-sec3 .f_zhong .cont .f_box:last-child {
        margin-bottom: 0
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot {
        padding: 0 5%;
        justify-content: space-between
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item {
        width: calc(50% - .15rem)
    }
}

@media (min-width: 992px) {
    .home-sec3 .f_zhong .cont {
        height: 100vh /*100vh*/
    }

    .home-sec3 .f_zhong .cont .f_box {
        /*position: relative;
        z-index: 1;*/
        height: 100%
    }
/*
    .home-sec3 .f_zhong .cont .f_box:before {
        /*background-color: #d3d3d3;
        opacity: 0.35;* /
    }*/

    .home-sec3 .f_zhong .cont .f_box:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: linear-gradient(to bottom, rgba(17, 196, 255, 0.3), rgba(255, 255, 255, 0))*/
        background-color: rgba(0, 0, 0, 0.35); /*黑色遮罩*/
        /*opacity: 0.35;*/
        /*transform: scaleX(0);
        transform-origin: bottom;
        -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
    }
    /*.home-sec3 .f_zhong .cont .f_box:hover:after {
        transform: scaleX(1);
        transform-origin: top;
    }*/
/*
    .home-sec3 .f_zhong .cont .f_box .f_had, .home-sec3 .f_zhong .cont .f_box .f_bot {
        /*opacity: .4;
        transition: all .4s* /
    }*/

    .home-sec3 .f_zhong .cont .f_box .f_had {
        width: 100%;
        height: 100%; /*40vh*/
    }
    .home-sec3 .f_zhong .cont .f_box .f_had:hover {
        opacity: 1;
        transition: all 1s;
        transform: scale(1.1); /*scale(1.05);*/
    }
    
    .home-sec3 .f_zhong .cont .f_box .f_had .more {
        border-radius: 30px;
        border: 1px solid #fff;
        /*padding: 10px 40px;*/
    }
    .home-sec3 .f_zhong .cont .f_box .f_had .more:hover {
        color: #000;
        background-color: #fff;
    }
    .home-sec3 .f_zhong .cont .f_box .f_had .more:hover::before {
        transform: scaleX(1);
        transform-origin: left;
    }

    /*.home-sec3 .f_zhong .cont .f_box .f_had .f_text, .home-sec3 .f_zhong .cont .f_box .f_had .f_tish {
        /*opacity: 0* /
    }*/

    .home-sec3 .f_zhong .cont .f_box .f_bot {
        height: 60vh
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item {
        height: 100%
    }

    .home-sec3 .f_zhong .cont .f_box .f_bot .item .img, .home-sec3 .f_zhong .cont .f_box .f_bot .item .font {
        opacity: 0
    }

    .home-sec3 .f_zhong .cont .f_box:hover:after {
        opacity: 0.5;/*0*/
        visibility: hidden;
        pointer-events: none
    }

    .home-sec3 .f_zhong .cont .f_box:hover .f_had, .home-sec3 .f_zhong .cont .f_box:hover .f_bot {
        opacity: 1
    }

    .home-sec3 .f_zhong .cont .f_box:hover .f_had .f_text, .home-sec3 .f_zhong .cont .f_box:hover .f_had .f_tish {
        opacity: 1
    }
/*
    .home-sec3 .f_zhong .cont .f_box:hover .f_had .f_text {
        /*opacity: .6* /
    }*/
}

@media (min-width: 992px) {
    .home-sec3 {
        /*height: 90vh; /*330vh;*/
        position: relative
    }

    .home-sec3 .f_zhong {
        width: 100%;
        height: 100vh;
        position: sticky;
        position: -webkit-sticky;
        overflow: hidden;
        top: 0;
        display: flex;
        align-items: flex-end
    }

    .home-sec3 .f_zhong .f_log {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform-origin: center 42%;
        background-color: #fff
    }

    .home-sec3 .f_zhong .f_log svg, .home-sec3 .f_zhong .f_log img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .home-sec3 .f_zhong .f_jut {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .4s;
        z-index: 4
    }

    .home-sec3 .f_zhong .f_jut .container {
        height: 100%;
        position: relative;
        display: flex;
        align-items: center
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item {
        width: 14.3258427%;
        position: absolute;
        visibility: initial !important;
        animation: none !important
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item .list {
        display: block;
        opacity: 0;
        transition: opacity .7s
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(1) {
        top: 17.41022851%;
        left: .32rem;
        left: 1.79775281%
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(1) .list:before {
        opacity: 1
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(1) .list .img {
        top: .35rem;
        left: .44rem
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(2) {
        width: 13.70786517%;
        top: .4rem;
        top: 4.35255713%;
        left: 4.7rem;
        left: 26.40449438%
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(2) .list {
        transition-delay: .55s
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(3) {
        width: 16.96629213%;
        top: .4rem;
        top: 4.35255713%;
        left: 59.83146067%
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(3) .list {
        transition-delay: .5s
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(3) .list:before {
        opacity: 1;
        left: initial;
        right: 0
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(3) .list .img {
        top: .28rem;
        right: .28rem
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(4) {
        top: 3rem;
        top: 32.64417845%;
        left: 87.64044944%
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(4) .list {
        transition-delay: .4s
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(5) {
        top: 6rem;
        top: 65.28835691%;
        left: 78.08988764%
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(5) .list {
        transition-delay: .3s
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(6) {
        top: 6.4rem;
        top: 69.64091404%;
        left: 55.8988764%
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(7) {
        top: 6.5rem;
        top: 70.72905332%;
        left: 24.38202247%
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(7) .list {
        transition-delay: .1s
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(7) .list:before {
        opacity: 1;
        left: initial;
        right: 0;
        top: initial;
        bottom: 0
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(7) .list .img {
        bottom: .26rem;
        right: .34rem
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(8) {
        top: 5rem;
        top: 54.40696409%;
        left: -3.93258427%
    }

    .home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(8) .list {
        transition-delay: .2s
    }

    .home-sec3 .f_zhong.on .f_jut .container .f_tu .item .list {
        opacity: 1;
        transition: all .7s
    }

    .home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(2) .list {
        transition-delay: .16s
    }

    .home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(3) .list {
        transition-delay: .42s
    }

    .home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(4) .list {
        transition-delay: .52s
    }

    .home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(5) .list {
        transition-delay: .66s
    }

    .home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(6) .list {
        transition-delay: .22s
    }

    .home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(7) .list {
        transition-delay: .32s
    }

    .home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(8) .list {
        transition-delay: .86s
    }

    .home-sec3 .f_zhong.on2 .f_jut .container .font {
        opacity: 0
    }

    .home-sec3 .f_zhong.on3 .f_jut {
        opacity: 0;
        pointer-events: none
    }

    .home-sec3 .f_zhong.on3 .f_log {
        display: none
    }

    .home-sec3 .f_zhong.on3 .cont .f_box .f_had .f_tit, .home-sec3 .f_zhong.on3 .cont .f_box .f_bot .f_icon, .home-sec3 .f_zhong.on3 .cont .f_box .f_bot .f_tit {
        transform: translateY(0);
        opacity: 1;
        transition: all .4s .3s
    }
}

.home-sec4 {
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 77.34375% auto;
    background-size: cover;
    padding: 1.42rem 0 1.74rem;
    overflow: hidden
}

@media (max-width: 991px) {
    .home-sec4 {
        background-size: 80% auto
    }
}

@media (max-width: 767px) {
    .home-sec4 {
        padding-bottom: 2.4rem
    }
}

.home-sec4 .bag {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.home-sec4 .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-sec4 .bag img:nth-child(2) {
    display: none
}

@media (max-width: 767px) {
    .home-sec4 .bag img {
        display: none
    }

    .home-sec4 .bag img:nth-child(2) {
        display: block
    }
}

@media (max-width: 991px) {
    .home-sec4 .bag {
        width: 100%;
        height: auto
    }

    .home-sec4 .bag img {
        position: relative;
        height: auto
    }
}

.home-sec4 .home_tit {
    margin-bottom: .36rem;
    position: relative
}

.home-sec4 .cont {
    display: flex;
    align-items: center;
    position: relative
}

.home-sec4 .cont:before {
    content: "";
    display: block;
    width: 1px;
    height: 150vh;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -75vh;
    background: #eaeaea
}

@media (max-width: 767px) {
    .home-sec4 .cont:before {
        display: none
    }
}

.home-sec4 .cont .lt {
    width: 33.7%
}

@media (max-width: 991px) {
    .home-sec4 .cont .lt {
        width: 50%
    }
}

@media (max-width: 767px) {
    .home-sec4 .cont .lt {
        width: 100%
    }
}

.home-sec4 .cont .lt .item {
    border-left: 3px solid transparent;
    transition: all .4s;
    padding: .3rem .82rem .29rem .58rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: .15rem;
    border-bottom: 1px solid #ddd
}

.home-sec4 .cont .lt .item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.home-sec4 .cont .lt .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #f0f6fc 0%, rgba(255, 255, 255, 0) 100%);
    transition: all .4s;
    opacity: 0
}

.home-sec4 .cont .lt .item .font {
    position: relative;
    width: calc(100% - .72rem)
}

.home-sec4 .cont .lt .item .font .shu {
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    display: flex;
    align-items: flex-start;
    color: #005ec4;
    line-height: 1
}

.home-sec4 .cont .lt .item .font .shu .count {
    line-height: 1;
    font-size: .9rem;
    font-weight: bold
}

.home-sec4 .cont .lt .item .font .shu span:last-child {
    display: block;
    margin-left: .18rem
}

.home-sec4 .cont .lt .item .font .f_tit {
    color: #999999
}

.home-sec4 .cont .lt .item .img {
    width: .62rem;
    height: .62rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-sec4 .cont .lt .item .img img, .home-sec4 .cont .lt .item .img svg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.home-sec4 .cont .lt .item:nth-child(2) .font .shu {
    line-height: 1.6
}

.home-sec4 .cont .lt .item:nth-child(2) .font .shu span:last-child {
    font-size: .28rem
}

@media (max-width: 767px) {
    .home-sec4 .cont .lt .item:nth-child(2) .font .shu span:last-child {
        font-size: .32rem
    }
}

@media (max-width: 767px) {
    .home-sec4 .cont .lt .item {
        border-left-color: #005ec4
    }

    .home-sec4 .cont .lt .item:before {
        opacity: 1
    }
}

.home-sec5 {
    position: relative;
    padding: 2rem 0 1.9rem;
    padding: 1.8rem 0 1.9rem
}

@media (max-width: 767px) {
    .home-sec5 {
        padding: 1.2rem 0 4.8rem
    }
}

@media (min-width: 768px) {
    .home-sec5 {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh
    }

    .home-sec5 .container {
        margin: 0
    }
}

.home-sec5 .bag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

@media (max-width: 767px) {
    .home-sec5 .bag {
        height: 100%
    }
}

.home-sec5 .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-sec5 .bag .video1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: #000000
}

.home-sec5 .bag .video1 .base_img {
    width: 60%;
    height: auto
}

@media (max-width: 991px) {
    .home-sec5 .bag .video1 .base_img {
        width: 100%
    }
}

.home-sec5 .bag .video1 .base_img:before {
    padding-top: 80%
}

.home-sec5 .bag .video1 .base_img video, .home-sec5 .bag .video1 .base_img img, .home-sec5 .bag .video1 .base_img .jsmpeg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.home-sec5 .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    color: #ffffff
}

.home-sec5 .container .f_title {
    width: 65.17%;
    padding-right: .4rem;
    font-weight: bold;
    line-height: 1.3125;
    width: 100%;
    margin-bottom: .54rem
}

@media (max-width: 767px) {
    .home-sec5 .container .f_title {
        width: 100%
    }
}

.home-sec5 .container .gt {
    width: 34.83%;
    display: flex;
    width: 40%;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .home-sec5 .container .gt {
        width: 60%
    }
}

@media (max-width: 767px) {
    .home-sec5 .container .gt {
        width: 100%;
        margin-top: .1rem
    }
}

.home-sec5 .container .gt .item {
    width: 50%;
    padding-right: .2rem;
    padding: .4rem 0 .45rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative
}

.home-sec5 .container .gt .item .font {
    width: calc(100% - .82rem)
}

.home-sec5 .container .gt .item .font .shu {
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    font-family: 'pop-r', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    line-height: 1
}

.home-sec5 .container .gt .item .font .shu .count, .home-sec5 .container .gt .item .font .shu .fontC {
    line-height: 1;
    font-size: .72rem;
    font-weight: bold
}

.home-sec5 .container .gt .item .font .shu span:last-child {
    display: block;
    margin-left: .18rem
}

.home-sec5 .container .gt .item .font .f_tit {
    opacity: .6
}

.home-sec5 .container .gt .item .img {
    width: .82rem;
    display: flex;
    align-items: center;
    display: none
}

.home-sec5 .container .gt .item .img img {
    width: 100%
}

.home-sec5 .container .gt .item.on:before {
    width: 100%;
    transition: all 1.5s .4s
}

.home-sec6 {
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../images/imgfwferrbag1.png);
    background-size: 4.62rem auto;
    padding: 1.45rem 0 1.66rem;
    overflow: hidden;
    background: url(../images/imgfwferrbag1.png) no-repeat left top / 4.66rem auto, url(../images/imgfwferrbag2.png) no-repeat right bottom / 3.62rem auto
}

.home-sec6 .home_tit {
    margin-bottom: .2rem
}

.home-sec6 .f_nav {
    display: flex;
    justify-content: center;
    margin-bottom: .68rem
}

.home-sec6 .f_nav .home6_nav {
    width: auto;
    max-width: 100%;
    background-color: #fcfcfc;
    border-radius: 28px;
    padding: 5px
}

.home-sec6 .f_nav .home6_nav .swiper-slide {
    width: auto
}

.home-sec6 .f_nav .home6_nav .swiper-slide .item {
    cursor: pointer;
    padding: .09rem .3rem;
    color: #666666;
    transition: all .4s;
    border-radius: 22px
}

.home-sec6 .f_nav .home6_nav .swiper-slide.on .item {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff;
    color: #000
}

.home-sec6 .cont {
    position: relative;
    width: 38.2%;
    margin: 0 auto
}

@media (max-width: 991px) {
    .home-sec6 .cont {
        width: 50%
    }
}

@media (max-width: 767px) {
    .home-sec6 .cont {
        width: 90%
    }
}

.home-sec6 .cont .f_jt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .4s
}

.home-sec6 .cont .f_jt .home6_cont {
    overflow: visible
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev, .home-sec6 .cont .f_jt .home6_cont .home6_next {
    margin: 0;
    top: 30%;
    transform: translateY(-50%);
    border-radius: 0;
    background: none;
    opacity: 1;
    width: 10px;
    height: 17px;
    display: flex;
    pointer-events: auto;
    align-items: center
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev img, .home-sec6 .cont .f_jt .home6_cont .home6_next img {
    width: 100%;
    height: auto
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev img:nth-child(2), .home-sec6 .cont .f_jt .home6_cont .home6_next img:nth-child(2) {
    display: none
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev:hover img, .home-sec6 .cont .f_jt .home6_cont .home6_next:hover img {
    display: none
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev:hover img:nth-child(2), .home-sec6 .cont .f_jt .home6_cont .home6_next:hover img:nth-child(2) {
    display: block
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev.swiper-button-disabled, .home-sec6 .cont .f_jt .home6_cont .home6_next.swiper-button-disabled {
    display: none
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev {
    left: -0.88rem
}

@media (max-width: 991px) {
    .home-sec6 .cont .f_jt .home6_cont .home6_prev {
        left: -0.66rem
    }
}

@media (max-width: 767px) {
    .home-sec6 .cont .f_jt .home6_cont .home6_prev {
        left: -0.4rem
    }
}

.home-sec6 .cont .f_jt .home6_cont .home6_next {
    right: -0.88rem
}

@media (max-width: 991px) {
    .home-sec6 .cont .f_jt .home6_cont .home6_next {
        right: -0.66rem
    }
}

@media (max-width: 767px) {
    .home-sec6 .cont .f_jt .home6_cont .home6_next {
        right: -0.4rem
    }
}

.home-sec6 .cont .f_jt .home6_cont .item {
    display: block;
    transform: scale(.9);
    transition: all .4s
}

.home-sec6 .cont .f_jt .home6_cont .item .img {
    width: 100%;
    padding-top: 55.88235294%
}

.home-sec6 .cont .f_jt .home6_cont .item .font {
    margin: -0.62rem auto 0;
    width: 88.23%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: .1rem .1rem 0 0;
    position: relative;
    z-index: 1;
    -webkit-backdrop-filter: saturate(120%) blur(5px);
    backdrop-filter: saturate(120%) blur(5px);
    padding: .33rem .38rem;
    border-bottom: 3px solid #004ea2;
    transform: translateY(.4rem);
    opacity: 0
}

@media (max-width: 1580px) {
    .home-sec6 .cont .f_jt .home6_cont .item .font {
        border-width: 2px
    }
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_column {
    display: flex;
    align-items: flex-start;
    margin-bottom: .22rem
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_column .f_time {
    color: #004ea2
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li {
    color: #004ea2;
    display: flex;
    align-items: flex-start;
    margin-right: .28rem
}

@media (max-width: 767px) {
    .home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li {
        font-size: .22rem
    }
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li:last-child {
    margin-right: 0;
    flex: 0 0 auto
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li img {
    height: 17px;
    margin-right: 8px;
    position: relative;
    top: .9em;
    transform: translateY(-50%)
}

@media (max-width: 1580px) {
    .home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li img {
        margin-right: 6px;
        height: 15px
    }
}

@media (max-width: 767px) {
    .home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li img {
        height: 13px
    }
}

@media (max-width: 767px) {
    .home-sec6 .cont .f_jt .home6_cont .item .font .f_column {
        flex-wrap: wrap
    }

    .home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li {
        width: 100%
    }
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_tit {
    width: 100%;
    color: #010101;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;line-clamp: 2;
    overflow: hidden;
    height: 2.4em;
    font-weight: bold;
    margin-bottom: .52rem
}

.home-sec6 .cont .f_jt .home6_cont .item .font .but, .home-sec6 .cont .f_jt .home6_cont .item .font .but2 {
    display: flex;
    align-items: center;
    color: #010101
}

.home-sec6 .cont .f_jt .home6_cont .item .font .but img, .home-sec6 .cont .f_jt .home6_cont .item .font .but2 img, .home-sec6 .cont .f_jt .home6_cont .item .font .but svg, .home-sec6 .cont .f_jt .home6_cont .item .font .but2 svg {
    width: 8px;
    height: 12px;
    object-fit: contain;
    margin-left: .16rem
}

.home-sec6 .cont .f_jt .home6_cont .item .font .but img path, .home-sec6 .cont .f_jt .home6_cont .item .font .but2 img path, .home-sec6 .cont .f_jt .home6_cont .item .font .but svg path, .home-sec6 .cont .f_jt .home6_cont .item .font .but2 svg path {
    fill: #004ea2
}

.home-sec6 .cont .f_jt .home6_cont .item .font .but2 {
    color: #004ea2
}

.home-sec6 .cont .f_jt .home6_cont .item:hover .img img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06)
}

.home-sec6 .cont .f_jt .home6_cont .swiper-slide-active .item {
    transform: scale(1)
}

.home-sec6 .cont .f_jt .home6_cont .swiper-slide-active .item .font {
    transform: translateY(0);
    opacity: 1;
    transition: all .88s
}

.home-sec6 .cont .on {
    position: relative;
    visibility: inherit;
    opacity: 1
}

.home_cont {
    background-color: #000;
    position: relative
}

@media (min-width: 768px) {
    .home_cont {
        height: 238vh;/*240vh*/
    }

    .home_cont .fz_zhong {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        width: 100%;
        height: 100vh
    }

    .home_cont .home-sec4 {
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home_cont .home-sec4 .container {
        margin: 0
    }

    .home_cont .home-sec5 {
        position: relative;
        /*margin-top: -100vh*/
    }

    .home_cont .home-sec5 .bag {
        transform: translateY(0);
        overflow: hidden
    }

    .home_cont .home-sec5 .bag>img {
        transform: scale(1);
        animation: scale10 50s linear
    }

    .home_cont .home-sec5 .container .f_title, .home_cont .home-sec5 .container .gt .item {
        visibility: inherit !important;
        animation: none;
        transition: all .8s;
        opacity: 0
    }

    .home_cont .home-sec5 .container .f_title {
        width: 62%
    }

    .home_cont .home-sec5.on .container .f_title, .home_cont .home-sec5.on .container .gt .item {
        opacity: 1
    }
}

.newsbox {
    padding: 1.1rem 0 1rem
}

@media (max-width: 767px) {
    .newsbox {
        padding-bottom: 1.8rem
    }
}

.newsbox .container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative
}

.newsbox .container .lt {
    width: 29.88%;
    padding-right: 11.91011236%
}

@media (max-width: 767px) {
    .newsbox .container .lt {
        width: 100%;
        padding-right: 0;
        margin-bottom: .5rem
    }
}

@media (min-width: 768px) {
    .newsbox .container .lt {
        position: sticky;
        position: -webkit-sticky;
        top: 60px
    }
}

.newsbox .container .lt .f_title {
    font-weight: bold;
    margin-bottom: .13rem
}

.newsbox .container .lt .f_text {
    color: #666666
}

.newsbox .container .lt .f_list {
    margin-top: 1.96rem;
    margin-bottom: 1.02rem
}

@media (max-width: 1580px) {
    .newsbox .container .lt .f_list {
        margin-top: 1.2rem;
        margin-bottom: .6rem
    }
}

@media (max-width: 991px) {
    .newsbox .container .lt .f_list {
        margin-top: .6rem;
        margin-bottom: .4rem
    }
}

@media (max-width: 767px) {
    .newsbox .container .lt .f_list {
        margin-top: .3rem;
        margin-bottom: .2rem;
        display: flex;
        overflow-x: auto
    }
}

.newsbox .container .lt .f_list li {
    width: 100%;
    margin-bottom: .2rem
}

.newsbox .container .lt .f_list li:last-child {
    margin-bottom: 0
}

.newsbox .container .lt .f_list li .f_tit {
    display: flex;
    justify-content: space-between;
    color: #000000;
    padding-bottom: .2rem;
    position: relative
}

.newsbox .container .lt .f_list li .f_tit:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0060c9;
    transition: all .4s;
    width: 0;
    height: 2px
}

@media (max-width: 1580px) {
    .newsbox .container .lt .f_list li .f_tit:before {
        height: 1px
    }
}

@media (max-width: 767px) {
    .newsbox .container .lt .f_list li .f_tit:before {
        display: none
    }
}

.newsbox .container .lt .f_list li .f_tit p {
    display: flex;
    align-items: flex-start
}

@media (max-width: 767px) {
    .newsbox .container .lt .f_list li .f_tit p {
        font-size: .3rem
    }
}

.newsbox .container .lt .f_list li .f_tit p span {
    color: #a0a0a0;
    display: block;
    font-size: 12px;
    line-height: 1.8;
    transition: all .4s
}

.newsbox .container .lt .f_list li .f_tit i {
    width: .36rem;
    height: .36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    margin-left: .1rem
}

@media (max-width: 767px) {
    .newsbox .container .lt .f_list li .f_tit i {
        display: none
    }
}

.newsbox .container .lt .f_list li .f_tit i img {
    width: 100%
}

.newsbox .container .lt .f_list li .f_tit:hover:before {
    width: 100%
}

@media (max-width: 767px) {
    .newsbox .container .lt .f_list li {
        width: auto;
        margin-right: .4rem;
        flex: 0 0 auto
    }

    .newsbox .container .lt .f_list li .f_tit {
        padding-bottom: 0;
        font-size: .26rem
    }
}

.newsbox .container .lt .f_list li.on .f_tit {
    color: #0060c9
}

.newsbox .container .lt .f_list li.on .f_tit p span {
    color: #0060c9
}

.newsbox .container .lt .f_list li.on .f_tit:before {
    width: 100%
}

.newsbox .container .lt .f_list li.on .f_tit i {
    opacity: 1
}

.newsbox .container .lt .fz_fen {
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .newsbox .container .lt .fz_fen {
        position: absolute;
        bottom: -0.44rem;
        left: 0;
        width: 100%;
        justify-content: center
    }
}

.newsbox .container .lt .fz_fen .li {
    display: block;
    position: relative;
    margin-right: .45rem
}

.newsbox .container .lt .fz_fen .li:last-child {
    margin-right: 0
}

.newsbox .container .lt .fz_fen .li .f_tit {
    display: flex;
    align-items: center;
    height: 20px
}

@media (max-width: 767px) {
    .newsbox .container .lt .fz_fen .li .f_tit {
        height: 14px
    }
}

.newsbox .container .lt .fz_fen .li .f_tit img, .newsbox .container .lt .fz_fen .li .f_tit svg {
    width: auto;
    height: 100%
}

.newsbox .container .lt .fz_fen .li .f_tit img path, .newsbox .container .lt .fz_fen .li .f_tit svg path {
    fill: #0f1e2f
}

.newsbox .container .lt .fz_fen .li .f_hover {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: .2rem;
    transform: translateX(-50%);
    width: 1.4rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
    display: none
}

.newsbox .container .lt .fz_fen .li .f_hover:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ffffff
}

@media (max-width: 767px) {
    .newsbox .container .lt .fz_fen .li .f_hover {
        left: 96%
    }

    .newsbox .container .lt .fz_fen .li .f_hover:after {
        left: 30%
    }
}

.newsbox .container .lt .fz_fen .li .f_hover img {
    width: 100%
}

.newsbox .container .lt .fz_fen .li:hover .f_tit svg path {
    fill: #005ec4
}

.newsbox .container .lt .fz_fen .li:hover .f_hover {
    display: block
}

.newsbox .container .gt {
    width: 70.12%
}

@media (max-width: 767px) {
    .newsbox .container .gt {
        width: 100%
    }
}

.newsbox .container .gt .exhibibox_recom {
    /* margin-bottom: .8rem */
    margin: 0 -0.13rem .8rem
}

.exhibibox_recom {
    display: block;
    position: relative;
    overflow: hidden;
    padding: .5rem
}

@media (max-width: 767px) {
    .exhibibox_recom {
        padding: 0
    }
}

.exhibibox_recom .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .exhibibox_recom .img {
        height: auto;
        padding-top: 41.66666667%;
        position: relative
    }
}

.exhibibox_recom .font {
    float: right;
    position: relative;
    width: 41.0909%;
    padding: .73rem .5rem;
    -webkit-backdrop-filter: saturate(120%) blur(5px);
    backdrop-filter: saturate(120%) blur(5px);
    background: rgba(255, 255, 255, 0.9)
}

@media (max-width: 1199px) {
    .exhibibox_recom .font {
        width: 56%
    }
}

@media (max-width: 991px) {
    .exhibibox_recom .font {
        width: 80%
    }
}

@media (max-width: 767px) {
    .exhibibox_recom .font {
        width: 100%;
        padding: .4rem 0 0
    }
}

.exhibibox_recom .font .f_column {
    display: flex;
    align-items: center;
    margin-bottom: .32rem
}

@media (max-width: 767px) {
    .exhibibox_recom .font .f_column {
        flex-wrap: wrap
    }
}

.exhibibox_recom .font .f_column .f_time {
    color: #004ea2
}

.exhibibox_recom .font .f_column .li {
    color: #004ea2;
    display: flex;
    align-items: flex-start;
    margin-right: .28rem
}

@media (max-width: 767px) {
    .exhibibox_recom .font .f_column .li {
        margin-bottom: .1rem;
        width: 100%
    }

    .exhibibox_recom .font .f_column .li:last-child {
        margin-bottom: 0
    }
}

.exhibibox_recom .font .f_column .li:last-child {
    margin-right: 0
}

.exhibibox_recom .font .f_column .li img {
    height: 17px;
    position: relative;
    top: .75em;
    transform: translateY(-50%);
    margin-right: 8px
}

@media (max-width: 1580px) {
    .exhibibox_recom .font .f_column .li img {
        margin-right: 6px;
        height: 15px
    }
}

.exhibibox_recom .font .f_tit {
    width: 100%;
    color: #010101;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;line-clamp: 2;
    overflow: hidden;
    height: 2.4em;
    font-weight: bold;
    transition: all .4s;
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .exhibibox_recom .font .f_tit {
        margin-bottom: .4rem
    }
}

.exhibibox_recom .font .but, .exhibibox_recom .font .but2 {
    display: flex;
    align-items: center;
    color: #010101
}

.exhibibox_recom .font .but img, .exhibibox_recom .font .but2 img, .exhibibox_recom .font .but svg, .exhibibox_recom .font .but2 svg {
    width: 8px;
    height: 12px;
    object-fit: contain;
    margin-left: .16rem;
    transition: all .4s
}

.exhibibox_recom .font .but img path, .exhibibox_recom .font .but2 img path, .exhibibox_recom .font .but svg path, .exhibibox_recom .font .but2 svg path {
    fill: #004ea2
}

.exhibibox_recom:hover .img img {
    transform: scale(1.04)
}

.exhibibox_recom:hover .font .f_tit {
    color: #004ea2
}

.exhibibox_recom:hover .font .but, .exhibibox_recom:hover .font .but2 {
    color: #004ea2
}

.exhibibox_recom:hover .font .but img, .exhibibox_recom:hover .font .but2 img, .exhibibox_recom:hover .font .but svg, .exhibibox_recom:hover .font .but2 svg {
    transform: translateX(.1rem)
}

.exhibibox_cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.34rem
}

@media (max-width: 1199px) {
    .exhibibox_cont {
        margin: 0 -0.2rem
    }
}

@media (max-width: 767px) {
    .exhibibox_cont {
        margin: 0 -0.1rem
    }
}

.exhibibox_cont .item {
    width: 50%;
    padding: 0 .34rem;
    margin-bottom: .76rem
}

@media (max-width: 1199px) {
    .exhibibox_cont .item {
        padding: 0 .2rem;
        margin-bottom: .5rem
    }
}

@media (max-width: 767px) {
    .exhibibox_cont .item {
        padding: 0 .1rem
    }
}

.exhibibox_cont .item .list {
    display: block
}

.exhibibox_cont .item .list .img {
    padding-top: 55.78947368%;
    margin-bottom: .3rem
}

.exhibibox_cont .item .list .font {
    position: relative
}

.exhibibox_cont .item .list .font .f_column {
    display: flex;
    align-items: center;
    margin-bottom: .1rem
}

@media (max-width: 767px) {
    .exhibibox_cont .item .list .font .f_column {
        flex-wrap: wrap
    }
}

.exhibibox_cont .item .list .font .f_column .f_time {
    color: #004ea2
}

.exhibibox_cont .item .list .font .f_column .li {
    color: #004ea2;
    display: flex;
    align-items: flex-start;
    margin-right: .28rem
}

@media (max-width: 767px) {
    .exhibibox_cont .item .list .font .f_column .li span {
        font-size: .22rem
    }
}

@media (max-width: 767px) {
    .exhibibox_cont .item .list .font .f_column .li {
        margin-bottom: .1rem;
        width: 100%
    }

    .exhibibox_cont .item .list .font .f_column .li:last-child {
        margin-bottom: 0
    }
}

.exhibibox_cont .item .list .font .f_column .li:last-child {
    margin-right: 0
}

.exhibibox_cont .item .list .font .f_column .li img {
    height: 17px;
    position: relative;
    top: .75em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-right: 8px
}

@media (max-width: 1580px) {
    .exhibibox_cont .item .list .font .f_column .li img {
        margin-right: 6px;
        height: 15px
    }
}

@media (max-width: 767px) {
    .exhibibox_cont .item .list .font .f_column .li img {
        top: .6em
    }
}

.exhibibox_cont .item .list .font .f_tit {
    width: 100%;
    color: #010101;
    line-height: 1.41666667;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;line-clamp: 2;
    overflow: hidden;
    transition: all .4s;
    max-height: 2.83333333em;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: .5rem;
    margin-bottom: .32rem
}

@media (max-width: 1580px) {
    .exhibibox_cont .item .list .font .f_tit {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .exhibibox_cont .item .list .font .f_tit {
        margin-bottom: .2rem;
        font-size: .26rem
    }
}

.exhibibox_cont .item .list .font .but, .exhibibox_cont .item .list .font .but2 {
    display: flex;
    align-items: center;
    color: #010101
}

@media (max-width: 767px) {
    .exhibibox_cont .item .list .font .but, .exhibibox_cont .item .list .font .but2 {
        font-size: .22rem
    }
}

.exhibibox_cont .item .list .font .but img, .exhibibox_cont .item .list .font .but2 img, .exhibibox_cont .item .list .font .but svg, .exhibibox_cont .item .list .font .but2 svg {
    width: 8px;
    height: 12px;
    object-fit: contain;
    transition: all .4s;
    margin-left: .16rem;
    margin-left: .1rem
}

@media (max-width: 767px) {
    .exhibibox_cont .item .list .font .but img, .exhibibox_cont .item .list .font .but2 img, .exhibibox_cont .item .list .font .but svg, .exhibibox_cont .item .list .font .but2 svg {
        width: 5px;
        height: 8px
    }
}

.exhibibox_cont .item .list .font .but img path, .exhibibox_cont .item .list .font .but2 img path, .exhibibox_cont .item .list .font .but svg path, .exhibibox_cont .item .list .font .but2 svg path {
    fill: #004ea2
}

.exhibibox_cont .item .list:hover .img img {
    transform: scale(1.04)
}

.exhibibox_cont .item .list:hover .font .f_tit {
    color: #004ea2
}

.exhibibox_cont .item .list:hover .font .but, .exhibibox_cont .item .list:hover .font .but2 {
    color: #004ea2
}

.exhibibox_cont .item .list:hover .font .but img, .exhibibox_cont .item .list:hover .font .but2 img, .exhibibox_cont .item .list:hover .font .but svg, .exhibibox_cont .item .list:hover .font .but2 svg {
    transform: translateX(.1rem)
}

.newinfobox {
    padding-top: .6rem
}

@media (max-width: 767px) {
    .newinfobox {
        padding-top: 0
    }
}

@media (min-width: 992px) {
    .newinfobox .container {
        width: 52.08333333%
    }
}

.newinfobox-sec1 {
    padding: .44rem 0 .5rem
}

.newinfobox-sec1 .f_title {
    text-align: center;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: .4rem
}

.newinfobox-sec1 .f_fen {
    display: flex;
    align-items: center
}

.newinfobox-sec1 .f_fen a {
    margin: 0;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    margin-right: .16rem;
    border: none;
    font-weight: normal;
    background-color: #6e6e73;
    color: #ffffff
}

.newinfobox-sec1 .f_fen a:last-child {
    margin-right: 0
}

.newinfobox-sec1 .f_fen a:hover {
    background-color: #005ec4
}

.newinfobox-sec1 .f_jt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .5rem
}

.newinfobox-sec1 .f_jt .f_column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.newinfobox-sec1 .f_jt .f_column .f_time {
    color: #004ea2
}

.newinfobox-sec1 .f_jt .f_column .li {
    color: #004ea2;
    display: flex;
    align-items: center;
    margin: 0 .16rem
}

.newinfobox-sec1 .f_jt .f_column .li img {
    height: 17px;
    margin-right: 8px
}

@media (max-width: 1580px) {
    .newinfobox-sec1 .f_jt .f_column .li img {
        margin-right: 6px;
        height: 15px
    }
}

.newinfobox-sec1 .f_jt .f_meg {
    display: flex;
    align-items: center
}

.newinfobox-sec1 .f_jt .f_meg .f_tag {
    background-color: #f5f5f5;
    padding: 3px .1rem;
    display: block;
    margin-right: .1rem;
    color: #666666
}

.newinfobox-sec1 .f_jt .f_meg .f_time {
    color: #666666
}

.newinfobox-sec1 .make-text {
    margin-bottom: .72rem
}

.newinfobox-sec1 .fotfen {
    display: flex;
    align-items: center;
    margin-bottom: .82rem;
    justify-content: center
}

.newinfobox-sec1 .fotfen .f_name {
    color: #000000;
    margin-right: .2rem
}

.newinfobox-sec1 .qie {
    padding: .86rem 0;
    background: #f5f8fb
}

.newinfobox-sec1 .qie .li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .44rem;
    color: #000000
}

.newinfobox-sec1 .qie .li:last-child {
    margin-bottom: 0
}

.newinfobox-sec1 .qie .li span {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
    white-space: nowrap;
    display: inline-block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #004ea2 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    max-width: calc(100% - .46rem)
}

@media (max-width: 767px) {
    .newinfobox-sec1 .qie .li span {
        max-width: 100%
    }
}

.newinfobox-sec1 .qie .li i {
    opacity: 0;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .36rem;
    height: .36rem
}

@media (max-width: 767px) {
    .newinfobox-sec1 .qie .li i {
        display: none
    }
}

.newinfobox-sec1 .qie .li i img, .newinfobox-sec1 .qie .li i svg {
    width: 100%;
    max-height: 100%
}

.newinfobox-sec1 .qie .li:hover {
    color: #004ea2
}

.newinfobox-sec1 .qie .li:hover span {
    background-size: 100% 100%
}

.newinfobox-sec1 .qie .li:hover i {
    opacity: 1
}

.newinfobox-sec2 {
    padding: .5rem 0 .8rem
}

.newinfobox-sec2 .home_tit {
    margin-bottom: .54rem
}

@media (min-width: 992px) {
    .newinfobox-sec2 .container {
        width: 62.5%
    }
}

.mediabox_nav {
    position: relative;
    margin-bottom: .52rem
}

.mediabox_nav .swiper-slide {
    width: auto;
    margin-right: .4rem
}

@media (max-width: 767px) {
    .mediabox_nav .swiper-slide {
        margin-right: .2rem
    }
}

.mediabox_nav .swiper-slide .item {
    padding: 0 .36rem .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

@media (max-width: 767px) {
    .mediabox_nav .swiper-slide .item {
        padding: 0 .26rem .3rem
    }
}

.mediabox_nav .swiper-slide .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #004ea2 0%, #f7f8fa 100%);
    z-index: -1;
    opacity: 0;
    transition: all .4s
}

.mediabox_nav .swiper-slide .item .f_icon {
    height: .5rem;
    display: flex;
    align-items: center;
    margin-bottom: .11rem
}

.mediabox_nav .swiper-slide .item .f_icon img {
    height: 100%
}

.mediabox_nav .swiper-slide .item .f_icon img:nth-child(2) {
    display: none
}

.mediabox_nav .swiper-slide .item .f_tit {
    color: #999999;
    transition: all .4s;
    font-weight: bold
}

.mediabox_nav .swiper-slide:hover:not(.on) .f_icon img {
    display: none
}

.mediabox_nav .swiper-slide:hover:not(.on) .f_icon img:nth-child(2) {
    display: block
}

.mediabox_nav .swiper-slide:hover:not(.on) .f_tit {
    color: #000000
}

.mediabox_nav .swiper-slide.on .item:before {
    opacity: .1
}

.mediabox_nav .swiper-slide.on .item .f_icon img {
    display: none
}

.mediabox_nav .swiper-slide.on .item .f_icon img:nth-child(2) {
    display: block
}

.mediabox_nav .swiper-slide.on .item .f_tit {
    color: #000000
}

.mediabox_nav:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5
}

.mediabox_cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.17rem .5rem
}

@media (max-width: 991px) {
    .mediabox_cont {
        margin: 0 -0.12rem .5rem
    }
}

.mediabox_cont .item {
    width: 33.333%;
    padding: 0 .17rem;
    margin-bottom: .44rem
}

@media (max-width: 991px) {
    .mediabox_cont .item {
        padding: 0 .12rem;
        width: 50%
    }
}

@media (max-width: 767px) {
    .mediabox_cont .item {
        width: 50%
    }
}

.mediabox_cont .item .list {
    display: block;
    cursor: pointer;
    color: #010101
}

.mediabox_cont .item .list .f_img {
    position: relative;
    margin-bottom: .22rem
}

.mediabox_cont .item .list .f_img .img {
    padding-top: 55.8974359%
}

.mediabox_cont .item .list .f_img .f_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.mediabox_cont .item .list .f_img .f_video i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88)
}

@media (max-width: 1580px) {
    .mediabox_cont .item .list .f_img .f_video i {
        width: .74rem;
        height: .74rem
    }
}

.mediabox_cont .item .list .f_img .f_video i img, .mediabox_cont .item .list .f_img .f_video i svg {
    width: 31.66666667%;
    height: 40%;
    margin-left: 10%;
    fill: #005ec4
}

.mediabox_cont .item .list:hover .img img {
    transform: scale(1.08)
}

.worksAlt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
    overflow: hidden
}

.worksAlt .bag {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: saturate(120%) blur(5px);
    backdrop-filter: saturate(120%) blur(5px)
}

.worksAlt .cont {
    position: absolute;
    width: 81.33333333%;
    max-width: 9rem;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%)
}

@media (max-width: 767px) {
    .worksAlt .cont {
        max-width: 100%;
        width: 78%
    }
}

.worksAlt .cont .zhong {
    width: 100%;
    position: relative
}

.worksAlt .cont .zhong::-webkit-scrollbar {
    width: 2px;
    height: 1px
}

.worksAlt .cont .zhong::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #005ec4
}

.worksAlt .cont .zhong::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #efefef
}

.worksAlt .cont .zhong .worksAlt-prev, .worksAlt .cont .zhong .worksAlt-next {
    background: none;
    margin: 0;
    padding: 0;
    top: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: .66rem;
    height: .66rem;
    border-radius: 10px;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    transform: translateY(-50%);
    -webkit-backdrop-filter: saturate(120%) blur(5px);
    backdrop-filter: saturate(120%) blur(5px)
}

.worksAlt .cont .zhong .worksAlt-prev img, .worksAlt .cont .zhong .worksAlt-next img, .worksAlt .cont .zhong .worksAlt-prev svg, .worksAlt .cont .zhong .worksAlt-next svg {
    width: 30%;
    height: 40%
}

.worksAlt .cont .zhong .worksAlt-prev img path, .worksAlt .cont .zhong .worksAlt-next img path, .worksAlt .cont .zhong .worksAlt-prev svg path, .worksAlt .cont .zhong .worksAlt-next svg path {
    fill: #ffffff;
    transition: all .4s
}

.worksAlt .cont .zhong .worksAlt-prev {
    left: -2.2rem
}

@media (max-width: 991px) {
    .worksAlt .cont .zhong .worksAlt-prev {
        left: -1.2rem
    }
}

@media (max-width: 767px) {
    .worksAlt .cont .zhong .worksAlt-prev {
        left: -0.6rem
    }
}

.worksAlt .cont .zhong .worksAlt-next {
    right: -2.2rem
}

@media (max-width: 991px) {
    .worksAlt .cont .zhong .worksAlt-next {
        right: -1.2rem
    }
}

@media (max-width: 767px) {
    .worksAlt .cont .zhong .worksAlt-next {
        right: -0.6rem
    }
}

.worksAlt .cont .zhong .worksAlt_cont {
    overflow: visible
}

.worksAlt .cont .zhong .worksAlt_cont .swiper-wrapper {
    align-items: center
}

.worksAlt .cont .zhong .worksAlt_cont .img {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.worksAlt .cont .zhong .worksAlt_cont .img img {
    width: 100%;
    height: auto;
    float: left;
    max-height: 8rem;
    object-fit: cover;
    transition: all .4s;
    position: relative
}

.worksAlt .cont .zhong .worksAlt_cont .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    transition: all .4s
}

.worksAlt .cont .zhong .worksAlt_cont .swiper-slide-active:after {
    opacity: 0
}

.worksAlt .cont .zhong .worksAlt_cont .worksAlt-page {
    margin-top: .4rem;
    bottom: 0;
    position: relative
}

.worksAlt .cont .zhong .worksAlt_cont .worksAlt-page span {
    background: #5c5e62;
    opacity: 1
}

.worksAlt .cont .zhong .worksAlt_cont .worksAlt-page .swiper-pagination-bullet-active {
    background-color: #ffffff
}

.worksAlt .cont .close {
    position: absolute;
    right: .2rem;
    top: .2rem;
    transition: all .4s;
    width: .4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .4rem;
    z-index: 2;
    border-radius: 4px
}

@media (max-width: 767px) {
    .worksAlt .cont .close {
        width: .7rem;
        height: .7rem
    }
}

.worksAlt .cont .close img, .worksAlt .cont .close svg {
    width: 35%
}

.worksAlt .cont .close img path, .worksAlt .cont .close svg path {
    fill: #333
}

.worksAlt .cont .close:hover {
    background-color: rgba(0, 0, 0, 0.06);
    border-color: #005ec4
}

.contactbanner {
    position: relative
}

.contactbanner .bag:before {
    padding-top: 50.3125%
}

@media (max-width: 767px) {
    .contactbanner .bag:before {
        padding-top: 179.2%
    }
}

.contactbanner .bag:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .2
}

.contactbanner .cont {
    position: absolute;
    bottom: 26.29399586%;
    left: 0;
    width: 100%;
    color: #ffffff
}

@media (max-width: 767px) {
    .contactbanner .cont {
        bottom: 50%;
        transform: translateY(50%);
        text-align: center
    }
}

.contactbanner .cont .f_name, .contactbanner .cont .f_name2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: .1rem
}

@media (max-width: 767px) {
    .contactbanner .cont .f_name, .contactbanner .cont .f_name2 {
        font-size: .24rem
    }
}

.contactbanner .cont .f_tit {
    font-weight: bold
}

.contactbanner .cont .f_name2 {
    margin-bottom: 0;
    margin-top: .1rem
}

@media (max-width: 767px) {
    .contactbanner .cont .f_name2 {
        font-size: .24rem
    }
}

.contactbanner .noticebox-sec1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.contactbox-sec1 {
    padding-bottom: .9rem
}

@media (max-width: 991px) {
    .contactbox-sec1 {
        padding: 1.1rem 0 .7rem
    }
}

.contactbox-sec1 .cont {
    position: relative;
    padding: .75rem .6rem .64rem;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    margin-top: -1.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 991px) {
    .contactbox-sec1 .cont {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .contactbox-sec1 .cont {
        padding: .6rem .34rem
    }
}

.contactbox-sec1 .cont:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: calc(100% + 2px);
    left: -1px;
    height: 4px;
    background-image: linear-gradient(90deg, #11c4ff 0%, #0057b4 100%);
    width: 0;
    transition: all .8s .6s
}

.contactbox-sec1 .cont.on:before {
    width: 100%
}

.contactbox-sec1 .cont .lt, .contactbox-sec1 .cont .gt {
    width: calc(50% - .48rem)
}

@media (max-width: 991px) {
    .contactbox-sec1 .cont .lt, .contactbox-sec1 .cont .gt {
        width: 100%
    }
}

.contactbox-sec1 .cont .f_title {
    padding-bottom: .28rem;
    line-height: .66rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: .33rem
}

@media (min-width: 992px) and (max-width:1280px) {
    .contactbox-sec1 .cont .f_title {
        font-size: .38rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contactbox-sec1 .cont .f_title {
        font-size: .32rem
    }
}

@media (max-width: 991px) {
    .contactbox-sec1 .cont .lt {
        order: 1;
        margin-top: .5rem
    }
}

.contactbox-sec1 .cont .lt .f_jt {
    margin-bottom: .56rem
}

.contactbox-sec1 .cont .lt .f_jt .li {
    margin-bottom: .3rem
}

.contactbox-sec1 .cont .lt .f_jt .li:last-child {
    margin-bottom: 0
}

.contactbox-sec1 .cont .lt .f_jt .li .f_name {
    color: #999999;
    margin-bottom: .1rem
}

.contactbox-sec1 .cont .lt .f_jt .li .f_tit {
    color: #000000
}

.contactbox-sec1 .cont .lt .f_jt .li a.f_tit {
    color: #0057b4
}

.contactbox-sec1 .cont .lt .f_jt .li a.f_tit:hover {
    opacity: .8
}

.contactbox-sec1 .cont .lt .f_conmedia {
    padding-top: .34rem;
    border-top: 1px solid #e5e5e5
}

.contactbox-sec1 .cont .lt .f_conmedia .f_tit {
    font-weight: bold;
    color: #000000;
    margin-bottom: .24rem
}

.contactbox-sec1 .cont .lt .f_conmedia .f_tu {
    display: flex;
    flex-wrap: wrap
}

.contactbox-sec1 .cont .lt .f_conmedia .f_tu .li {
    margin-right: .3rem;
    text-align: center;
    color: #000000
}

.contactbox-sec1 .cont .lt .f_conmedia .f_tu .li .img {
    width: 1.4rem;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    overflow: hidden;
    height: 1.4rem;
    margin-bottom: .16rem
}

.contactbox-sec1 .cont .lt .f_conmedia .f_tu .li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contactbox-sec1 .cont .gt .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.contactbox-sec1 .cont .gt .form .int {
    width: 48%;
    width: calc(50% - .2rem);
    margin-bottom: .26rem
}

@media (max-width: 767px) {
    .contactbox-sec1 .cont .gt .form .int {
        width: 100%
    }
}

.contactbox-sec1 .cont .gt .form .int .f_name {
    color: #000000;
    margin-bottom: .14rem
}

.contactbox-sec1 .cont .gt .form .int .f_name span {
    color: #005ec4
}

.contactbox-sec1 .cont .gt .form .int input, .contactbox-sec1 .cont .gt .form .int select, .contactbox-sec1 .cont .gt .form .int textarea {
    width: 100%;
    color: #666666;
    padding: .19rem .18rem;
    border-radius: 5px;
    border: solid 1px #eeeeee
}

.contactbox-sec1 .cont .gt .form .int input::-webkit-input-placeholder, .contactbox-sec1 .cont .gt .form .int select::-webkit-input-placeholder, .contactbox-sec1 .cont .gt .form .int textarea::-webkit-input-placeholder {
    color: #666666
}

.contactbox-sec1 .cont .gt .form .int input:-moz-placeholder, .contactbox-sec1 .cont .gt .form .int select:-moz-placeholder, .contactbox-sec1 .cont .gt .form .int textarea:-moz-placeholder {
    color: #666666
}

.contactbox-sec1 .cont .gt .form .int input::-moz-placeholder, .contactbox-sec1 .cont .gt .form .int select::-moz-placeholder, .contactbox-sec1 .cont .gt .form .int textarea::-moz-placeholder {
    color: #666666
}

.contactbox-sec1 .cont .gt .form .int input:-ms-input-placeholder, .contactbox-sec1 .cont .gt .form .int select:-ms-input-placeholder, .contactbox-sec1 .cont .gt .form .int textarea:-ms-input-placeholder {
    color: #666666
}

.contactbox-sec1 .cont .gt .form .int input::placeholder, .contactbox-sec1 .cont .gt .form .int select::placeholder, .contactbox-sec1 .cont .gt .form .int textarea::placeholder {
    color: #666666
}

.contactbox-sec1 .cont .gt .form .int select {
    background: url(../images/selincimgw1.svg) no-repeat 95% center / 11px auto
}

.contactbox-sec1 .cont .gt .form .int textarea {
    height: 1.2rem
}

.contactbox-sec1 .cont .gt .form .f_textarea {
    width: 100%;
    margin-bottom: .15rem
}

.contactbox-sec1 .cont .gt .form .f_text {
    color: #999999;
    margin-bottom: .26rem;
    line-height: 1.5;
    width: 100%
}

.contactbox-sec1 .cont .gt .form .f_text a {
    color: #005ec4;
    transition: all .4s
}

.contactbox-sec1 .cont .gt .form .f_text a:hover {
    color: #005ec4;
    text-decoration: underline
}

.contactbox-sec1 .cont .gt .form .f_sub {
    display: inline-block;
    background-color: #0057b4;
    border-radius: 5px;
    color: #ffffff;
    transition: all .4s;
    padding: .18rem .44rem;
    text-align: center;
    min-width: 2rem
}

.contactbox-sec1 .cont .gt .form .f_sub:hover {
    opacity: .8
}

.contactbox-sec2 {
    padding-top: .9rem
}

@media (max-width: 767px) {
    .contactbox-sec2 {
        padding-top: .6rem
    }
}

.contactbox-sec2 .f_title {
    font-weight: bold;
    color: #000000;
    margin-bottom: .24rem;
    text-align: center
}

.contactbox-sec2 .f_nav {
    display: flex;
    justify-content: center;
    margin-bottom: .23rem
}

.contactbox-sec2 .f_nav .contactbox2_nav {
    margin: 0;
    width: auto;
    max-width: 100%
}

.contactbox-sec2 .f_nav .contactbox2_nav .swiper-slide {
    width: auto;
    margin: 0 .5rem
}

.contactbox-sec2 .f_nav .contactbox2_nav .swiper-slide .item {
    cursor: pointer;
    user-select: none;
    color: #999999;
    transition: all .4s;
    -webkit-user-select: none
}

.contactbox-sec2 .f_nav .contactbox2_nav .on .item {
    color: #005ec4
}

.contactbox-sec2 .f_location {
    background: #f8fbff url(../images/didianbag1.jpg) no-repeat center / cover;
    padding: .78rem 0 1.2rem
}

@media (max-width: 767px) {
    .contactbox-sec2 .f_location {
        padding: .6rem 0 1.2rem
    }
}

.contactbox-sec2 .f_location .cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.35rem
}

@media (max-width: 1199px) {
    .contactbox-sec2 .f_location .cont {
        margin: 0 -0.28rem
    }
}

@media (max-width: 767px) {
    .contactbox-sec2 .f_location .cont {
        margin: 0
    }
}

.contactbox-sec2 .f_location .cont .item {
    padding: 0 .35rem;
    width: 33.33%;
    margin-bottom: .6rem
}

@media (max-width: 1199px) {
    .contactbox-sec2 .f_location .cont .item {
        padding: 0 .28rem
    }
}

@media (max-width: 991px) {
    .contactbox-sec2 .f_location .cont .item {
        width: 50%;
        margin-bottom: .4rem
    }
}

@media (max-width: 767px) {
    .contactbox-sec2 .f_location .cont .item {
        width: 100%;
        padding: 0
    }
}

.contactbox-sec2 .f_location .cont .item .list {
    display: block;
    background-color: #ffffff;
    border-radius: .1rem;
    border: solid 1px #eeeeee;
    padding: .64rem .62rem;
    min-height: 100%
}

.contactbox-sec2 .f_location .cont .item .list .f_posi {
    display: flex;
    align-items: center;
    color: #005ec4;
    margin-bottom: .12rem
}

.contactbox-sec2 .f_location .cont .item .list .f_posi img {
    display: block;
    width: 18px;
    margin-right: .2rem
}

@media (max-width: 1580px) {
    .contactbox-sec2 .f_location .cont .item .list .f_posi img {
        width: 14px
    }
}

.contactbox-sec2 .f_location .cont .item .list .f_tit {
    color: #000000;
    font-weight: bold;
    margin-bottom: .28rem
}

.contactbox-sec2 .f_location .cont .item .list .li {
    line-height: 1.44444444;
    margin-bottom: .12rem;
    position: relative;
    padding-right: .12rem
}

.contactbox-sec2 .f_location .cont .item .list .li:last-child {
    margin-bottom: 0
}

.contactbox-sec2 .f_location .cont .item .list .li .f_name {
    color: #666666
}

.contactbox-sec2 .f_location .cont .item .list .li .f_text {
    color: #000
}

.contactbox-sec2 .f_location .cont .item .list .li .f_bt {
    position: absolute;
    left: 100%;
    overflow: hidden;
    top: .24rem;
    width: 20px;
    display: none
}

@media (max-width: 1580px) {
    .contactbox-sec2 .f_location .cont .item .list .li .f_bt {
        width: 16px
    }
}

.contactbox-sec2 .f_location .cont .item .list .li .f_bt img {
    width: 100%;
    float: left
}

.schoolbox1_nav {
    margin: 0;
    width: auto;
    background-color: #fcfcfc;
    border-radius: 28px;
    padding: 5px
}

.schoolbox1_nav .swiper-slide {
    width: auto
}

.schoolbox1_nav .swiper-slide .item {
    cursor: pointer;
    padding: .09rem .3rem;
    color: #666666;
    transition: all .4s;
    border-radius: 25px;
    display: block
}

.schoolbox1_nav .swiper-slide.on .item {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff;
    color: #000
}

.schoolbox {
    padding: 1.62rem 0 1.2rem
}

.schoolbox .f_title {
    font-weight: bold;
    color: #000000;
    margin-bottom: .45rem
}

.schoolbox .f_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .6rem
}

.schoolbox .f_menu .schoolbox1_nav {
    max-width: 50%
}

.schoolbox .f_menu .gt {
    display: flex
}

.schoolbox .f_menu .gt .f_int {
    width: 2.2rem;
    border-radius: 25px;
    border: solid 1px #eeeeee
}

.schoolbox .f_menu .gt .f_int input {
    width: 100%;
    color: #000000;
    padding: .13rem .22rem
}

.schoolbox .f_menu .gt .f_int input::placeholder {
    color: #999999
}

.schoolbox .f_menu .gt .f_int input::-webkit-input-placeholder {
    color: #999999
}

.schoolbox .f_menu .gt .f_search {
    padding-right: .2rem;
    margin-left: .2rem;
    display: flex;
    align-items: center
}

.schoolbox .f_menu .gt .f_search input {
    width: calc(100% - 20px)
}

@media (max-width: 1580px) {
    .schoolbox .f_menu .gt .f_search input {
        width: calc(100% - 16px)
    }
}

.schoolbox .f_menu .gt .f_search .f_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px
}

@media (max-width: 1580px) {
    .schoolbox .f_menu .gt .f_search .f_sub {
        width: 16px
    }
}

.schoolbox .f_menu .gt .f_search .f_sub img, .schoolbox .f_menu .gt .f_search .f_sub svg {
    width: 100%
}

.schoolbox .f_menu .gt .f_search .f_sub img path, .schoolbox .f_menu .gt .f_search .f_sub svg path {
    fill: #0060c9
}

@media (max-width: 767px) {
    .schoolbox .f_menu .schoolbox1_nav {
        width: 100%;
        margin-bottom: .2rem;
        max-width: 100%
    }

    .schoolbox .f_menu .gt {
        justify-content: space-between
    }

    .schoolbox .f_menu .gt .f_int {
        width: calc(50% - .12rem)
    }
}

.schoolbox .f_recomm {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .7rem
}

.schoolbox .f_recomm .img {
    width: 65.17%;
    width: 60%
}

@media (max-width: 767px) {
    .schoolbox .f_recomm .img {
        width: 100%
    }
}

.schoolbox .f_recomm .img:before {
    padding-top: 55.78111209%
}

.schoolbox .f_recomm .font {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #ffffff;
    padding: .92rem .84rem .86rem;
    background: url(../images/dalubagimfw1.jpg) no-repeat center / cover;
    width: 34.83%;
    width: 40%
}

@media (max-width: 991px) {
    .schoolbox .f_recomm .font {
        padding: .6rem .4rem
    }
}

@media (max-width: 767px) {
    .schoolbox .f_recomm .font {
        width: 100%;
        padding: .6rem .34rem
    }
}

.schoolbox .f_recomm .font .f_name {
    display: block;
    color: #ffffff;
    opacity: .5;
    margin-bottom: .36rem
}

.schoolbox .f_recomm .font .f_tit {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: .34rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;line-clamp: 3;
    overflow: hidden;
    height: 3.6em
}

@media (max-width: 767px) {
    .schoolbox .f_recomm .font .f_tit {
        -webkit-line-clamp: 2;line-clamp: 2;
        height: 2.4em
    }
}

.schoolbox .f_recomm .font .but, .schoolbox .f_recomm .font .but2 {
    display: flex;
    align-items: center;
    margin-top: auto
}

@media (max-width: 767px) {
    .schoolbox .f_recomm .font .but, .schoolbox .f_recomm .font .but2 {
        font-size: .22rem
    }
}

.schoolbox .f_recomm .font .but img, .schoolbox .f_recomm .font .but2 img, .schoolbox .f_recomm .font .but svg, .schoolbox .f_recomm .font .but2 svg {
    width: 8px;
    height: 12px;
    object-fit: contain;
    margin-left: .16rem
}

.schoolbox .f_recomm .font .but img path, .schoolbox .f_recomm .font .but2 img path, .schoolbox .f_recomm .font .but svg path, .schoolbox .f_recomm .font .but2 svg path {
    fill: #11c4ff
}

.schoolbox .f_recomm:hover .img img {
    transform: scale(1.04)
}

.schoolbox .cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.27rem
}

@media (max-width: 991px) {
    .schoolbox .cont {
        margin: 0 -0.15rem
    }
}

@media (max-width: 767px) {
    .schoolbox .cont {
        margin: 0 -0.1rem
    }
}

.schoolbox .cont .item {
    width: 33.333%;
    padding: 0 .27rem;
    margin-bottom: .42rem
}

@media (max-width: 991px) {
    .schoolbox .cont .item {
        padding: 0 .15rem
    }
}

@media (max-width: 767px) {
    .schoolbox .cont .item {
        width: 50%;
        padding: 0 .1rem;
        margin-bottom: .3rem
    }
}

.schoolbox .cont .item .list {
    display: block
}

.schoolbox .cont .item .list .img {
    padding-top: 55.55555556%
}

.schoolbox .cont .item .list .font {
    padding: .23rem .28rem .24rem;
    border: solid 1px #eeeeee;
    border-top: none
}

.schoolbox .cont .item .list .font .f_tit {
    color: #010101;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    margin-bottom: .51rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;line-clamp: 2;
    transition: all .4s
}

@media (max-width: 767px) {
    .schoolbox .cont .item .list .font .f_tit {
        font-size: .28rem;
        line-height: 1.5;
        height: 3em;
        margin-bottom: .2rem
    }
}

.schoolbox .cont .item .list .font .f_time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999
}

@media (max-width: 767px) {
    .schoolbox .cont .item .list .font .f_time {
        font-size: .24rem
    }
}

.schoolbox .cont .item .list .font .f_time img, .schoolbox .cont .item .list .font .f_time svg {
    width: 8px;
    height: 12px;
    transition: all .4s;
    object-fit: contain
}

@media (max-width: 767px) {
    .schoolbox .cont .item .list .font .f_time img, .schoolbox .cont .item .list .font .f_time svg {
        width: 6px;
        height: 8px
    }
}

.schoolbox .cont .item .list .font .f_time img path, .schoolbox .cont .item .list .font .f_time svg path {
    fill: #004ea2
}

.schoolbox .cont .item .list:hover .img img {
    transform: scale(1.08)
}

.schoolbox .cont .item .list:hover .font .f_tit {
    color: #005ec4
}

.schoolbox .cont .item .list:hover .font .f_time svg, .schoolbox .cont .item .list:hover .font .f_time img {
    transform: translateX(.1rem)
}

.schoolbox .basepage {
    margin-top: .8rem
}

.noticebox-sec1 {
    line-height: 1rem;
    height: 1rem
}

.noticebox-sec1 .f_cont {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(120%) blur(20px);
    backdrop-filter: saturate(120%) blur(20px)
}

.noticebox-sec1 .f_cont .noticebox1_cont {
    width: auto;
    max-width: 100%;
    margin: 0
}

.noticebox-sec1 .f_cont .swiper-slide {
    width: auto;
    margin-right: .68rem
}

.noticebox-sec1 .f_cont .swiper-slide:last-child {
    margin-right: 0
}

.noticebox-sec1 .f_cont .swiper-slide .item {
    display: flex;
    align-items: center;
    position: relative;
    color: #222222;
    transition: all .4s;
    padding: 0 .2rem 0 .15rem;
    text-transform: capitalize
}

.noticebox-sec1 .f_cont .swiper-slide .item:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #0057b4
}

@media (max-width: 1580px) {
    .noticebox-sec1 .f_cont .swiper-slide .item:before {
        height: 2px
    }
}

.noticebox-sec1 .f_cont .swiper-slide .item i {
    display: flex;
    align-items: center;
    width: 20px;
    opacity: 0;
    transition: all .4s;
    margin-right: .1rem
}

@media (max-width: 1580px) {
    .noticebox-sec1 .f_cont .swiper-slide .item i {
        width: 16px
    }
}

@media (max-width: 991px) {
    .noticebox-sec1 .f_cont .swiper-slide .item i {
        width: 12px
    }
}

.noticebox-sec1 .f_cont .swiper-slide .item i img {
    width: 100%
}

.noticebox-sec1 .f_cont .swiper-slide:not(.on):hover .item {
    color: #0057b4
}

.noticebox-sec1 .f_cont .on .item:before {
    width: 100%
}

.noticebox-sec1 .f_cont .on .item i {
    opacity: 1
}

.noticebox-sec2 {
    padding: 1.36rem 0 0
}

.noticebox-sec2 .f_font {
    margin-bottom: .52rem
}

.noticebox-sec2 .f_font .f_tit {
    font-weight: bold;
    color: #000000;
    margin-bottom: .1rem
}

.noticebox-sec2 .f_font .f_text {
    color: #666666
}

.noticebox-sec2 .mediabox_nav {
    margin-bottom: 0
}

.noticebox-sec2 .mediabox_nav:before {
    display: none
}

.noticebox-sec2 .f_box {
    background-color: #f7f8fa;
    padding: .8rem 0 .66rem
}

.noticebox-sec2 .f_box .cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.17rem
}

@media (max-width: 991px) {
    .noticebox-sec2 .f_box .cont {
        margin: 0 -0.12rem
    }
}

@media (max-width: 767px) {
    .noticebox-sec2 .f_box .cont {
        margin: 0 -0.1rem
    }
}

.noticebox-sec2 .f_box .cont .item {
    width: 25%;
    padding: 0 .17rem;
    margin-bottom: .3rem
}

@media (max-width: 991px) {
    .noticebox-sec2 .f_box .cont .item {
        padding: 0 .12rem;
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .noticebox-sec2 .f_box .cont .item {
        padding: 0 .1rem;
        width: 50%;
        margin-bottom: .24rem
    }
}

.noticebox-sec2 .f_box .cont .item .list {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: .5rem .42rem .45rem;
    position: relative
}

@media (max-width: 767px) {
    .noticebox-sec2 .f_box .cont .item .list {
        padding: .46rem .32rem
    }
}

.noticebox-sec2 .f_box .cont .item .list:after, .noticebox-sec2 .f_box .cont .item .list:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .4s
}

.noticebox-sec2 .f_box .cont .item .list:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #ffffff url(../images/gongawbage1.jpg) no-repeat center / cover
}

.noticebox-sec2 .f_box .cont .item .list:after {
    width: 0;
    height: 4px;
    background-color: #004ea2
}

@media (max-width: 1580px) {
    .noticebox-sec2 .f_box .cont .item .list:after {
        height: 2px
    }
}

.noticebox-sec2 .f_box .cont .item .list .f_time, .noticebox-sec2 .f_box .cont .item .list .f_tit, .noticebox-sec2 .f_box .cont .item .list .f_jut {
    position: relative;
    z-index: 2
}

.noticebox-sec2 .f_box .cont .item .list .f_time {
    display: block;
    color: #666666;
    margin-bottom: .17rem
}

@media (max-width: 767px) {
    .noticebox-sec2 .f_box .cont .item .list .f_time {
        font-size: .22rem
    }
}

.noticebox-sec2 .f_box .cont .item .list .f_tit {
    color: #000000;
    line-height: 1.5;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;line-clamp: 2;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 1.43rem
}

@media (max-width: 991px) {
    .noticebox-sec2 .f_box .cont .item .list .f_tit {
        margin-bottom: .6rem
    }
}

@media (max-width: 767px) {
    .noticebox-sec2 .f_box .cont .item .list .f_tit {
        margin-bottom: .4rem;
        font-size: .28rem;
        line-height: 1.5;
        height: 4.5em;
        -webkit-line-clamp: 3;
        line-clamp: 3
    }
}

.noticebox-sec2 .f_box .cont .item .list .f_jut {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but1 {
    display: inline-block;
    background-color: #f7f8fa;
    border-radius: 17px;
    padding: 5px .2rem;
    transition: all .4s;
    color: #000000
}

@media (max-width: 767px) {
    .noticebox-sec2 .f_box .cont .item .list .f_jut .f_but1 {
        padding: 3px .26rem;
        font-size: .22rem
    }
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but1:hover {
    background-color: #004ea2;
    color: #ffffff
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 {
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all .4s;
    justify-content: center;
    background-color: #ffffff;
    border: solid 2px #004ea2
}

@media (max-width: 1580px) {
    .noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 {
        border-width: 1px
    }
}

@media (max-width: 767px) {
    .noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 {
        width: .46rem;
        height: .46rem
    }
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 img, .noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 svg {
    width: 38.88888889%;
    height: 38.88888889%;
    object-fit: contain
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 img path, .noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 svg path {
    fill: #004ea2;
    transition: all .4s
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2:hover {
    background-color: #004ea2
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2:hover svg path {
    fill: #fff
}

.noticebox-sec2 .f_box .cont .item .list:hover:after {
    width: 100%
}

.noticebox-sec2 .f_box .cont .item .list:hover:before {
    opacity: 1
}

.noticebox-sec2 .f_box .basepage {
    margin-top: .5rem
}

.governbox-sec1 {
    padding: 1.22rem 0 1.28rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.governbox-sec1 .fz_title1 {
    font-weight: bold;
    margin-bottom: .48rem
}

.governbox-sec1 .cont {
    text-align: center;
    height: 9.1rem
}

@media (max-width: 1199px) {
    .governbox-sec1 .cont {
        height: 6rem
    }
}

@media (max-width: 767px) {
    .governbox-sec1 .cont {
        height: auto
    }
}

.governbox-sec1 .cont img {
    height: 100%;
    max-width: 100%;
    object-fit: contain
}

.governbox-sec2 {
    position: relative;
    padding-top: 1.42rem;
    overflow: hidden
}

.governbox-sec2 .bag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    transform: translateY(-40%)
}

@media (max-width: 767px) {
    .governbox-sec2 .bag {
        transform: translateY(-60%)
    }
}

.governbox-sec2 .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.governbox-sec2 .bag img:nth-child(2) {
    display: none
}

@media (max-width: 767px) {
    .governbox-sec2 .bag img {
        display: none
    }

    .governbox-sec2 .bag img:nth-child(2) {
        display: block
    }
}

.governbox-sec2 .container {
    position: relative;
    color: #ffffff
}

.governbox-sec2 .f_title {
    font-weight: bold;
    margin-bottom: .42rem
}

.governbox-sec2 .f_nav {
    display: flex;
    margin-bottom: 2.44rem
}

.governbox-sec2 .f_nav .item {
    margin-right: .34rem;
    color: #3a577b;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    padding-bottom: 8px;
    font-weight: bold;
    transition: all .4s;
    position: relative
}

@media (max-width: 1580px) {
    .governbox-sec2 .f_nav .item {
        padding-bottom: 6px
    }
}

@media (max-width: 991px) {
    .governbox-sec2 .f_nav .item {
        color: #ffffff;
        opacity: .6
    }
}

.governbox-sec2 .f_nav .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0;
    background-color: #0057b4;
    transition: all .4s;
    height: 6px
}

@media (max-width: 1580px) {
    .governbox-sec2 .f_nav .item:before {
        height: 4px
    }
}

@media (max-width: 991px) {
    .governbox-sec2 .f_nav .item:before {
        height: 2px
    }
}

.governbox-sec2 .f_nav .item.on {
    color: #ffffff;
    opacity: 1
}

.governbox-sec2 .f_nav .item.on:before {
    width: 100%
}

.governbox-sec2 .governbox2_cont {
    width: 100%;
    border-top: 1px solid rgba(238, 238, 238, 0.2)
}

.governbox-sec2 .governbox2_cont .swiper-slide {
    width: 20%;
    height: auto
}

@media (max-width: 1199px) {
    .governbox-sec2 .governbox2_cont .swiper-slide {
        width: 25%
    }
}

@media (max-width: 991px) {
    .governbox-sec2 .governbox2_cont .swiper-slide {
        width: 33.333%
    }
}

@media (max-width: 767px) {
    .governbox-sec2 .governbox2_cont .swiper-slide {
        width: 80%
    }
}

.governbox-sec2 .governbox2_cont .swiper-slide .item {
    height: 100%;
    display: flex;
    color: #ffffff;
    transition: all .4s linear;
    flex-direction: column;
    padding: .6rem .5rem .52rem;
    border-right: 1px solid rgba(238, 238, 238, 0.2);
    position: relative
}

.governbox-sec2 .governbox2_cont .swiper-slide .item:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #005eb6;
    transition: all .4s linear;
    z-index: 2
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .f_tit, .governbox-sec2 .governbox2_cont .swiper-slide .item .f_name, .governbox-sec2 .governbox2_cont .swiper-slide .item .f_text {
    z-index: 3;
    position: relative
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .f_tit {
    font-weight: bold;
    margin-bottom: 5px
}

@media (max-width: 1580px) {
    .governbox-sec2 .governbox2_cont .swiper-slide .item .f_tit {
        margin-bottom: 2px
    }
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .f_name {
    color: #10c3fd;
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .governbox-sec2 .governbox2_cont .swiper-slide .item .f_name {
        margin-bottom: .6rem
    }
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .but {
    position: absolute;
    bottom: .68rem;
    width: .45rem;
    overflow: hidden;
    left: .5rem;
    transition: all .4s
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .but img {
    width: 100%;
    float: left
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .f_text {
    margin-top: auto;
    padding-top: .28rem;
    color: #ffffff;
    line-height: 1.2;
    border-top: 1px solid #ffffff;
    opacity: 0;
    transition: all .4s
}

@media (max-width: 767px) {
    .governbox-sec2 .governbox2_cont .swiper-slide .item .f_text {
        font-size: .26rem;
        line-height: 1.5
    }
}

@media (max-width: 1199px) {
    .governbox-sec2 .governbox2_cont .swiper-slide .item .but {
        display: none
    }

    .governbox-sec2 .governbox2_cont .swiper-slide .item .f_text {
        opacity: 1
    }
}

@media (min-width: 1200px) {
    .governbox-sec2 .governbox2_cont .swiper-slide .item:hover:before {
        height: 100%
    }

    .governbox-sec2 .governbox2_cont .swiper-slide .item:hover .but {
        opacity: 0
    }

    .governbox-sec2 .governbox2_cont .swiper-slide .item:hover .f_text {
        opacity: 1
    }
}

@media (max-width: 991px) {
    .governbox-sec2 .governbox2_cont .swiper-slide .item:before {
        height: 100%
    }

    .governbox-sec2 .governbox2_cont .swiper-slide .item .but {
        opacity: 0
    }

    .governbox-sec2 .governbox2_cont .swiper-slide .item .f_text {
        opacity: 1
    }
}

.governbox-sec2 .cont {
    position: relative
}

.governbox-sec2 .cont .governbox2_cont {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    transition: all .4s;
    visibility: hidden;
    opacity: 0
}

.governbox-sec2 .cont .on {
    visibility: inherit;
    position: relative;
    opacity: 1
}

.chairmanbox {
    position: relative
}

.chairmanbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 12.1212%;
    height: 100%;
    background: #f5faff
}

@media (max-width: 991px) {
    .chairmanbox:before {
        display: none
    }
}

.chairmanbox .container {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.chairmanbox .container .lt {
    position: relative;
    width: 12.1212%;
    background: #f5faff;
    padding-top: 1.1rem
}

@media (max-width: 991px) {
    .chairmanbox .container .lt {
        width: 100%;
        display: none
    }
}

@media (min-width: 768px) {
    .chairmanbox .container .lt .f_nav {
        position: sticky;
        position: -webkit-sticky;
        top: 1.4rem;
        padding-bottom: 4rem
    }
}

.chairmanbox .container .lt .f_nav .item {
    padding: .16rem .5rem .16rem .2rem;
    position: relative;
    color: #000000;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    transition: all .4s;
    margin-bottom: .2rem
}

@media (max-width: 1580px) {
    .chairmanbox .container .lt .f_nav .item span {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .chairmanbox .container .lt .f_nav .item {
        padding: .16rem .3rem
    }
}

.chairmanbox .container .lt .f_nav .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background: #11c4ff;
    width: 4px;
    opacity: 0;
    transition: all .4s;
    height: 100%
}

@media (max-width: 1580px) {
    .chairmanbox .container .lt .f_nav .item:before {
        width: 2px
    }
}

.chairmanbox .container .lt .f_nav .item.on {
    color: #fff;
    background: #0057b4
}

.chairmanbox .container .lt .f_nav .item.on:before {
    opacity: 1
}

.chairmanbox .container .lt .f_nav .item:not(.on):hover {
    color: #0053ad
}

.chairmanbox .container .gt {
    width: 87.8788%;
    padding-top: 1rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .chairmanbox .container .gt {
        width: 100%
    }
}

.chairmanbox .container .gt .f_nei {
    width: 71.04%;
    padding-right: .96rem
}

@media (max-width: 1199px) {
    .chairmanbox .container .gt .f_nei {
        padding-right: .6rem
    }
}

@media (max-width: 767px) {
    .chairmanbox .container .gt .f_nei {
        width: 100%;
        order: 1;
        padding-right: 0
    }
}

.chairmanbox .container .gt .f_nei .f_jut {
    padding: 0 .8rem 1.06rem;
    border-right: 1px solid #e5eef7
}

.chairmanbox .container .gt .f_nei .f_jut:last-child {
    padding-bottom: 1.4rem
}

@media (max-width: 1199px) {
    .chairmanbox .container .gt .f_nei .f_jut {
        padding: 0 .4rem .8rem
    }
}

@media (max-width: 991px) {
    .chairmanbox .container .gt .f_nei .f_jut {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .chairmanbox .container .gt .f_nei .f_jut {
        padding: 0 0 .8rem;
        border-right: 0
    }
}

.chairmanbox .container .gt .f_nei .f_jut .f_tit {
    color: #000000;
    font-weight: bold;
    padding-bottom: .28rem;
    margin-bottom: .34rem;
    position: relative
}

.chairmanbox .container .gt .f_nei .f_jut .f_tit:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0057b4 1%, rgba(255, 255, 255, 0) 100%)
}

.chairmanbox .container .gt .f_nei .f_jut .make-text {
    color: #000000;
    font-size: 18px;
    line-height: 1.66666667
}

@media (max-width: 1580px) {
    .chairmanbox .container .gt .f_nei .f_jut .make-text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .chairmanbox .container .gt .f_nei .f_jut .make-text {
        font-size: .3rem;
        font-size: .28rem
    }
}

.chairmanbox .container .gt .f_nei .f_jut .make-text p, .chairmanbox .container .gt .f_nei .f_jut .make-text span, .chairmanbox .container .gt .f_nei .f_jut .make-text strong {
    color: #000000;
    line-height: 1.66666667
}

@media (min-width: 768px) {
    .chairmanbox .container .gt .f_nei .f_jut .make-text p, .chairmanbox .container .gt .f_nei .f_jut .make-text span, .chairmanbox .container .gt .f_nei .f_jut .make-text strong {
        font-size: 18px !important
    }
}

@media (min-width: 768px) and (max-width: 1580px) {
    .chairmanbox .container .gt .f_nei .f_jut .make-text p, .chairmanbox .container .gt .f_nei .f_jut .make-text span, .chairmanbox .container .gt .f_nei .f_jut .make-text strong {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 767px) {
    .chairmanbox .container .gt .f_nei .f_jut .make-text p, .chairmanbox .container .gt .f_nei .f_jut .make-text span, .chairmanbox .container .gt .f_nei .f_jut .make-text strong {
        font-size: .3rem;
        font-size: .28rem
    }
}

.chairmanbox .container .gt .f_tu {
    width: 28.96%
}

@media (max-width: 767px) {
    .chairmanbox .container .gt .f_tu {
        width: 60%;
        margin: 0 auto .6rem
    }
}

@media (min-width: 768px) {
    .chairmanbox .container .gt .f_tu {
        padding-bottom: 1rem;
        position: sticky;
        position: -webkit-sticky;
        top: 1.2rem
    }
}

.chairmanbox .container .gt .f_tu .f_img {
    width: 100%
}

.chairmanbox .container .gt .f_tu .f_img:before {
    padding-top: 119.04761905%
}

.joinbox_tit {
    text-align: center;
    line-height: 1.5
}

.joinbox_tit .f_name {
    color: #0057b4;
    margin-bottom: .16rem
}

.joinbox_tit .f_tit {
    font-weight: bold;
    color: #000000
}

.joinbox_tit .f_text {
    margin-top: .2rem;
    color: #666666
}

.joinbox-sec1 {
    padding: 1.86rem 0 2rem
}

@media (max-width: 1580px) {
    .joinbox-sec1 {
        padding: 1.4rem 0
    }
}

.joinbox-sec1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.joinbox-sec1 .container .lt {
    width: 22.47%
}

@media (max-width: 991px) {
    .joinbox-sec1 .container .lt {
        width: 100%;
        margin-bottom: .6rem
    }
}

.joinbox-sec1 .container .lt .f_tit {
    color: #000000;
    font-weight: bold;
    line-height: 1.125;
    margin-bottom: .3rem
}

.joinbox-sec1 .container .lt .f_text {
    line-height: 1.5;
    color: #666666;
    margin-bottom: .75rem
}

@media (max-width: 991px) {
    .joinbox-sec1 .container .lt .f_text {
        margin-bottom: .4rem
    }
}

.joinbox-sec1 .container .gt {
    width: 58.98%;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1580px) {
    .joinbox-sec1 .container .gt {
        width: 66%
    }
}

@media (max-width: 991px) {
    .joinbox-sec1 .container .gt {
        width: 100%
    }
}

.joinbox-sec1 .container .gt .f_list {
    width: 48.58%;
    padding-right: .58rem
}

@media (max-width: 767px) {
    .joinbox-sec1 .container .gt .f_list {
        width: 100%;
        padding: 0
    }
}

.joinbox-sec1 .container .gt .f_list .li {
    display: flex;
    align-items: center;
    position: relative;
    padding: .75rem .52rem;
    transition: all .4s linear;
    border-bottom: 1px solid #e5eef7
}

@media (max-width: 991px) {
    .joinbox-sec1 .container .gt .f_list .li {
        padding: .6rem .4rem
    }
}

.joinbox-sec1 .container .gt .f_list .li .f_letter {
    width: 80px;
    color: #0057b4;
    font-weight: bold;
    line-height: 1;
    font-size: .9rem
}

@media (max-width: 1580px) {
    .joinbox-sec1 .container .gt .f_list .li .f_letter {
        width: 70px
    }
}

.joinbox-sec1 .container .gt .f_list .li .font {
    width: calc(100% - 80px)
}

@media (max-width: 1580px) {
    .joinbox-sec1 .container .gt .f_list .li .font {
        width: calc(100% - 70px)
    }
}

.joinbox-sec1 .container .gt .f_list .li .font .f_tit {
    color: #000000;
    transition: all .4s;
    font-weight: bold;
    margin-bottom: 5px
}

@media (max-width: 1580px) {
    .joinbox-sec1 .container .gt .f_list .li .font .f_tit {
        margin-bottom: 2px
    }
}

.joinbox-sec1 .container .gt .f_list .li .font .f_text {
    color: #666666;
    transition: all .4s
}

.joinbox-sec1 .container .gt .f_list .li .but {
    position: absolute;
    right: .36rem;
    top: 50%;
    overflow: hidden;
    width: .46rem;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .4s
}

.joinbox-sec1 .container .gt .f_list .li .but img {
    width: 100%;
    float: left
}

@media (min-width: 1200px) {
    .joinbox-sec1 .container .gt .f_list .li:hover {
        background-color: #0057b4;
        border-bottom-color: #0057b4
    }

    .joinbox-sec1 .container .gt .f_list .li:hover .f_letter {
        color: #11c4ff
    }

    .joinbox-sec1 .container .gt .f_list .li:hover .font .f_tit, .joinbox-sec1 .container .gt .f_list .li:hover .font .f_text {
        color: #ffffff
    }

    .joinbox-sec1 .container .gt .f_list .li:hover .font .f_text {
        opacity: .6
    }

    .joinbox-sec1 .container .gt .f_list .li:hover .but {
        opacity: 1
    }
}

.joinbox-sec1 .container .gt .img {
    width: 51.42%
}

@media (max-width: 767px) {
    .joinbox-sec1 .container .gt .img {
        width: 100%;
        margin-top: .6rem
    }
}

.joinbox-sec1 .container .gt .img:before {
    padding-top: 125.92592593%
}

.joinbox-sec2 {
    position: relative;
    overflow: hidden
}

.joinbox-sec2 .bag {
    width: 100%;
    height: 100vh;
    position: relative
}

.joinbox-sec2 .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.joinbox-sec2 .bag img:nth-child(2) {
    display: none
}

@media (max-width: 767px) {
    .joinbox-sec2 .bag img {
        display: none
    }

    .joinbox-sec2 .bag img:nth-child(2) {
        display: block
    }
}

.joinbox-sec2 .bag:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .4;
    opacity: 0
}

.joinbox-sec2 .cont {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #ffffff
}

.joinbox-sec2 .cont .font {
    width: 6.86rem
}

@media (max-width: 767px) {
    .joinbox-sec2 .cont .font {
        width: 100%
    }
}

.joinbox-sec2 .cont .font .f_name {
    margin-bottom: .1rem
}

.joinbox-sec2 .cont .font .f_tit {
    font-weight: bold;
    margin-bottom: 3.2rem
}

@media (max-width: 991px) {
    .joinbox-sec2 .cont .font .f_tit {
        margin-bottom: .6rem
    }
}

@media (max-width: 767px) {
    .joinbox-sec2 .cont .font .f_tit {
        margin-bottom: 2rem
    }
}

.joinbox-sec2 .cont .font .f_text {
    padding-top: .38rem;
    position: relative;
    line-height: 1.5
}

@media ((min-width: 768px)) and ((max-width: 991px)) {
    .joinbox-sec2 .cont .font .f_text {
        font-size: .3rem
    }
}

.joinbox-sec2 .cont .font .f_text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(45deg, #ffffff, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(45deg, #ffffff, rgba(255, 255, 255, 0))
}

.joinbox-sec3 {
    padding: 1.4rem 0 1.6rem;
    overflow: hidden
}

.joinbox-sec3 .joinbox_tit {
    margin-bottom: .54rem
}

.joinbox-sec3 .joinbox3_cont {
    width: auto;
    margin: 0 -0.15rem;
    overflow: visible
}

.joinbox-sec3 .joinbox3_cont .swiper-slide {
    width: 33.333%;
    padding: 0 .15rem
}

@media (max-width: 991px) {
    .joinbox-sec3 .joinbox3_cont .swiper-slide {
        width: 50%
    }
}

@media (max-width: 767px) {
    .joinbox-sec3 .joinbox3_cont .swiper-slide {
        width: 70%
    }
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list {
    display: block
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .img {
    padding-top: 55.55555556%
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font {
    padding: .25rem .3rem .32rem;
    border: solid 1px #eeeeee;
    border-top: none
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_tit {
    color: #010101;
    font-weight: bold;
    transition: all .4s;
    margin-bottom: .36rem
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text .f_wen {
    width: calc(100% - 18px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 12px
}

@media (max-width: 1580px) {
    .joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i {
        width: 6px;
        height: 10px
    }
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i img, .joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i svg {
    width: 100%;
    max-height: 100%;
    object-fit: contain
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i img path, .joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i svg path {
    fill: #004ea2
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list:hover .img img {
    transform: scale(1.08)
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list:hover .font .f_tit {
    color: #005ec4
}

.joinbox-sec3 .joinbox3_cont .qie {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem
}

.joinbox-sec3 .joinbox3_cont .qie .joinbox3_prev, .joinbox-sec3 .joinbox3_cont .qie .joinbox3_next {
    position: relative;
    left: 0;
    right: 0;
    width: .6rem;
    height: .6rem
}

@media (max-width: 767px) {
    .joinbox-sec3 .joinbox3_cont .qie .joinbox3_prev, .joinbox-sec3 .joinbox3_cont .qie .joinbox3_next {
        width: .78rem;
        height: .78rem
    }
}

.joinbox-sec3 .joinbox3_cont .qie .joinbox3_prev img, .joinbox-sec3 .joinbox3_cont .qie .joinbox3_next img {
    width: 16.66666667%;
    height: 28.33333333%;
    object-fit: contain
}

.joinbox-sec3 .joinbox3_cont .qie .joinbox3_prev {
    margin-right: .2rem
}

.joinbox-sec4 {
    padding: 1.44rem 0 1.54rem;
    overflow: hidden
}

@media (max-width: 991px) {
    .joinbox-sec4 {
        background: #f2f7fb
    }
}

.joinbox-sec4 .joinbox_tit {
    margin-bottom: .74rem
}

.joinbox-sec4 .joinbox4_cont {
    width: 55.05617978%;
    overflow: inherit
}

@media (max-width: 991px) {
    .joinbox-sec4 .joinbox4_cont {
        width: 90%
    }
}

@media (max-width: 767px) {
    .joinbox-sec4 .joinbox4_cont {
        width: 100%
    }
}

.joinbox-sec4 .joinbox4_cont .swiper-slide {
    opacity: .2;
    transition: all .4s
}

.joinbox-sec4 .joinbox4_cont .swiper-slide-active {
    opacity: 1
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt {
    width: 51.03%;
    display: flex;
    flex-direction: column;
    padding: .8rem .5rem .55rem
}

@media (max-width: 767px) {
    .joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt {
        padding: .56rem .3rem
    }
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_icon {
    height: .98rem;
    display: flex;
    align-items: center;
    margin-bottom: .4rem
}

@media (max-width: 767px) {
    .joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_icon {
        height: .8rem;
        margin-bottom: .24rem
    }
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_icon img {
    height: 100%;
    max-width: 100%;
    object-fit: contain
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_name {
    margin-top: auto;
    color: #999999;
    margin-bottom: .28rem
}

@media (max-width: 767px) {
    .joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_name {
        font-size: .26rem;
        margin-bottom: .2rem
    }
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_tit {
    color: #000000;
    padding-right: .9rem;
    line-height: 1.22222222
}

@media (max-width: 1580px) {
    .joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_tit {
        padding-right: .6rem
    }
}

@media (max-width: 991px) {
    .joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_tit {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_tit {
        padding-right: 0;
        font-size: .3rem;
        line-height: 1.6
    }
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .img {
    width: 48.97%
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .img:before {
    padding-top: 125%
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev, .joinbox-sec4 .joinbox4_cont .joinbox4_next {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    background: none;
    opacity: 1;
    width: 10px;
    height: 17px;
    display: flex;
    pointer-events: auto;
    align-items: center
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev img, .joinbox-sec4 .joinbox4_cont .joinbox4_next img {
    width: 100%;
    height: auto
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev img:nth-child(2), .joinbox-sec4 .joinbox4_cont .joinbox4_next img:nth-child(2) {
    display: none
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev:hover img, .joinbox-sec4 .joinbox4_cont .joinbox4_next:hover img {
    display: none
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev:hover img:nth-child(2), .joinbox-sec4 .joinbox4_cont .joinbox4_next:hover img:nth-child(2) {
    display: block
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev {
    left: -30px
}

@media (max-width: 1580px) {
    .joinbox-sec4 .joinbox4_cont .joinbox4_prev {
        left: -30px
    }
}

@media (max-width: 767px) {
    .joinbox-sec4 .joinbox4_cont .joinbox4_prev {
        left: -16px
    }
}

.joinbox-sec4 .joinbox4_cont .joinbox4_next {
    right: -30px
}

@media (max-width: 1580px) {
    .joinbox-sec4 .joinbox4_cont .joinbox4_next {
        right: -30px
    }
}

@media (max-width: 767px) {
    .joinbox-sec4 .joinbox4_cont .joinbox4_next {
        right: -16px
    }
}

.joinbox-sec5 {
    padding: 1.42rem 0 .72rem;
    overflow: hidden
}

@media (max-width: 767px) {
    .joinbox-sec5 {
        background: #ffffff
    }
}

.joinbox-sec5 .joinbox_tit {
    margin-bottom: .72rem
}

.joinbox-sec5 .joinbox5_cont {
    width: 75.28089888%;
    overflow: inherit
}

@media (max-width: 767px) {
    .joinbox-sec5 .joinbox5_cont {
        width: 96%
    }
}

.joinbox-sec5 .joinbox5_cont .swiper-slide .item {
    width: 100%;
    position: relative;
    display: block;
    transition: all .4s;
    opacity: .2
}

.joinbox-sec5 .joinbox5_cont .swiper-slide .item .img {
    padding-top: 50.74626866%
}

.joinbox-sec5 .joinbox5_cont .swiper-slide .item .font {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .3rem .4rem;
    color: #ffffff
}

.joinbox-sec5 .joinbox5_cont .swiper-slide-active .item {
    opacity: 1
}

.joinbox-sec5 .joinbox5_cont .qie {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem
}

.joinbox-sec5 .joinbox5_cont .qie .joinbox5_prev, .joinbox-sec5 .joinbox5_cont .qie .joinbox5_next {
    position: relative;
    left: 0;
    right: 0;
    width: .6rem;
    height: .6rem
}

@media (max-width: 767px) {
    .joinbox-sec5 .joinbox5_cont .qie .joinbox5_prev, .joinbox-sec5 .joinbox5_cont .qie .joinbox5_next {
        width: .78rem;
        height: .78rem
    }
}

.joinbox-sec5 .joinbox5_cont .qie .joinbox5_prev img, .joinbox-sec5 .joinbox5_cont .qie .joinbox5_next img {
    width: 16.66666667%;
    height: 28.33333333%;
    object-fit: contain
}

.joinbox-sec5 .joinbox5_cont .qie .joinbox5_prev {
    margin-right: .2rem
}

.joinbox-sec6 {
    padding: .72rem 0 5px;
    overflow: hidden
}

.joinbox-sec6 .joinbox_tit {
    margin-bottom: .14rem
}

.joinbox-sec6 .f_nav {
    margin-bottom: .6rem;
    display: flex;
    justify-content: center
}

.joinbox-sec6 .f_nav .schoolbox1_nav {
    max-width: 100%;
    width: auto;
    margin: 0
}

.joinbox-sec6 .cont {
    position: relative
}

.joinbox-sec6 .cont .f_jut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .4s
}

.joinbox-sec6 .cont .on {
    position: relative;
    visibility: inherit;
    opacity: 1
}

.joinbox-sec6 .joinbox6_cont {
    overflow: inherit
}

.joinbox-sec6 .joinbox6_cont .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.joinbox-sec6 .joinbox6_cont .swiper-slide {
    width: 32.1%;
    height: auto
}

@media (max-width: 767px) {
    .joinbox-sec6 .joinbox6_cont .swiper-slide {
        width: 60%
    }
}

.joinbox-sec6 .joinbox6_cont .swiper-slide .item {
    display: block;
    position: relative
}

.joinbox-sec6 .joinbox6_cont .swiper-slide .item .img {
    height: 7rem
}

@media (max-width: 767px) {
    .joinbox-sec6 .joinbox6_cont .swiper-slide .item .img {
        height: 5rem
    }
}

.joinbox-sec6 .joinbox6_cont .swiper-slide .item .tag {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: .12rem .26rem;
    border-radius: 30px;
    background: #11c4ff;
    color: #ffffff;
    font-size: 16px
}

@media (max-width: 1580px) {
    .joinbox-sec6 .joinbox6_cont .swiper-slide .item .tag {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .joinbox-sec6 .joinbox6_cont .swiper-slide .item .tag {
        font-size: 12px
    }
}

.joinbox-sec6 .joinbox6_cont .f_widt1 {
    width: 26.6%
}

@media (max-width: 991px) {
    .joinbox-sec6 .joinbox6_cont .f_widt1 {
        width: 40%
    }
}

@media (max-width: 767px) {
    .joinbox-sec6 .joinbox6_cont .f_widt1 {
        width: 60%
    }
}

.joinbox-sec6 .joinbox6_cont .f_widt1 .item .img {
    height: 6.65rem
}

.joinbox-sec6 .joinbox6_cont .f_widt1:nth-child(3n) .tag {
    background-color: #0060c9
}

.joinbox-sec6 .joinbox6_cont .f_widt2 {
    display: flex;
    width: 62.47%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}

@media (max-width: 991px) {
    .joinbox-sec6 .joinbox6_cont .f_widt2 {
        width: 80%
    }
}

@media (max-width: 767px) {
    .joinbox-sec6 .joinbox6_cont .f_widt2 {
        width: 100%
    }
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item {
    height: 48%;
    height: calc(50% - 2.5px);
    width: calc(57% - 2.5px)
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(2n), .joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(2n+1) {
    width: calc(43% - 2.5px)
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(2n) .tag, .joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(2n+1) .tag {
    background-color: #2cd19d
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(4n), .joinbox-sec6 .joinbox6_cont .f_widt2 .item:first-child {
    width: calc(57% - 2.5px)
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item:first-child .tag {
    background-color: #0060c9
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(4n) .tag {
    background-color: #11c4ff
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item .img {
    height: 100%
}

.joinbox-sec6 .joinbox6_cont .joinbox6_pagin {
    position: relative;
    margin-top: .98rem;
    background-color: #e7e9eb;
    height: 4px;
    display: none
}

@media (max-width: 1580px) {
    .joinbox-sec6 .joinbox6_cont .joinbox6_pagin {
        height: 2px
    }
}

.joinbox-sec6 .joinbox6_cont .joinbox6_pagin span {
    background-image: linear-gradient(90deg, #00f0ff 1%, #09daff 26%, #11c4ff 51%, #006de1 100%)
}

.joinbox_cont {
    position: relative
}

@media (min-width: 992px) {
    .joinbox_cont {
        height: 238vh;/*240vh*/
    }

    .joinbox_cont .fz_zhong {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        width: 100%;
        height: 100vh
    }

    .joinbox_cont .joinbox-sec1 {
        position: relative;
        z-index: 1;
        background: #ffffff;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .joinbox_cont .joinbox-sec1 .container {
        margin: 0
    }

    .joinbox_cont .joinbox-sec2 {
        position: relative;
        margin-top: -100vh
    }

    .joinbox_cont .joinbox-sec2 .bag {
        transform: translateY(0)
    }

    .joinbox_cont .joinbox-sec2 .bag img {
        transform: scale(1);
        animation: scale10 50s linear
    }

    .joinbox_cont .joinbox-sec2 .cont .font .f_name, .joinbox_cont .joinbox-sec2 .cont .font .f_tit, .joinbox_cont .joinbox-sec2 .cont .font .f_text {
        visibility: inherit !important;
        animation: none;
        transition: all .8s;
        opacity: 0
    }

    .joinbox_cont .joinbox-sec2.on .cont .font .f_name, .joinbox_cont .joinbox-sec2.on .cont .font .f_tit, .joinbox_cont .joinbox-sec2.on .cont .font .f_text {
        opacity: 1
    }
}

@keyframes scale10 {
    from {
        transform: scale(1.8)
    }

    to {
        transform: scale(1)
    }
}

.esgbox_tit {
    text-align: center;
    line-height: 1.5
}

.esgbox_tit .f_name {
    color: #0057b4;
    margin-bottom: .16rem
}

.esgbox_tit .f_tit {
    font-weight: bold;
    color: #000000;
    line-height: 1.28571429
}

@media (max-width: 991px) {
    .esgbox_tit .f_tit {
        line-height: 1.4
    }
}

.esgbox_tit .f_text {
    margin-top: .2rem;
    color: #666666;
    line-height: 1.25
}

.esgbox-sec1 {
    padding: 1.46rem 0 1rem
}

.esgbox-sec1 .joinbox_tit {
    max-width: 12.54rem;
    margin: 0 auto 1.4rem
}

@media (max-width: 1580px) {
    .esgbox-sec1 .joinbox_tit {
        margin-bottom: 1rem
    }
}

@media (max-width: 767px) {
    .esgbox-sec1 .joinbox_tit {
        margin-bottom: .6rem;
        max-width: 100%
    }
}

.esgbox-sec1 .cont .item {
    display: block;
    margin-bottom: .78rem;
    position: relative
}

@media (max-width: 767px) {
    .esgbox-sec1 .cont .item {
        margin-bottom: .5rem
    }
}

.esgbox-sec1 .cont .item:last-child {
    margin-bottom: 0
}

.esgbox-sec1 .cont .item .img:before {
    padding-top: 38.87640449%
}

@media (max-width: 991px) {
    .esgbox-sec1 .cont .item .img:before {
        padding-top: 66%
    }
}

@media (max-width: 767px) {
    .esgbox-sec1 .cont .item .img:before {
        padding-top: 38.87640449%;
        padding-top: 50%
    }
}

@media (min-width: 768px) {
    .esgbox-sec1 .cont .item .img:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 60%)
    }
}

.esgbox-sec1 .cont .item .font {
    color: #000;
    z-index: 2;
    padding: .5rem 1rem
}

@media (min-width: 768px) {
    .esgbox-sec1 .cont .item .font {
        position: absolute;
        top: 50%;
        left: 0;
        width: 8rem;
        transform: translateY(-50%);
        color: #ffffff
    }
}

.esgbox-sec1 .cont .item .font .f_name {
    opacity: .6;
    margin-bottom: .06rem
}

.esgbox-sec1 .cont .item .font .f_tit {
    font-weight: bold;
    margin-bottom: .38rem
}

.esgbox-sec1 .cont .item .font .f_text {
    margin-bottom: .62rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 6em;
    line-height: 1.5
}

@media (max-width: 767px) {
    .esgbox-sec1 .cont .item .font .f_text {
        -webkit-line-clamp: 2;line-clamp: 2;
        max-height: inherit;
        display: block;
        height: auto;
        margin-bottom: .4rem
    }
}

@media (max-width: 767px) {
    .esgbox-sec1 .cont .item .font {
        padding: .5rem .32rem;
        border: 1px solid #eeeeee;
        border-top: none
    }

    .esgbox-sec1 .cont .item .font .f_tit {
        margin-bottom: .1rem
    }
}

.esgbox-sec1 .cont .item:hover .img img {
    transform: scale(1.04)
}

.esgbox-sec2 {
    padding: 1rem 0 1.2rem
}

.esgbox-sec2 .joinbox_tit {
    margin-bottom: .5rem
}

.esgbox-sec2 .cont .esgbox2_cont {
    width: auto;
    margin: 0 -0.4rem
}

@media (max-width: 991px) {
    .esgbox-sec2 .cont .esgbox2_cont {
        margin: 0 -0.2rem
    }
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide {
    width: 50%;
    padding: 0 .4rem
}

@media (max-width: 991px) {
    .esgbox-sec2 .cont .esgbox2_cont .swiper-slide {
        padding: 0 .2rem
    }
}

@media (max-width: 767px) {
    .esgbox-sec2 .cont .esgbox2_cont .swiper-slide {
        width: 80%
    }
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list {
    display: block
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .img {
    padding-top: 61.17647059%;
    margin-bottom: .26rem
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font {
    width: 100%;
    color: #000000
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_time {
    display: block;
    color: #000000;
    margin-bottom: .16rem
}

@media (max-width: 767px) {
    .esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_time {
        font-size: .26rem;
        color: #666
    }
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_tit {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .16rem
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn {
    display: flex
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but {
    display: flex;
    align-items: center;
    color: #0057b4;
    margin-right: .96rem
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but:last-child {
    margin-right: 0
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but i {
    display: flex;
    height: 16px;
    margin-right: .1rem
}

@media (max-width: 1580px) {
    .esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but i {
        height: 14px
    }
}

@media (max-width: 991px) {
    .esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but i {
        height: 12px
    }
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but i img {
    height: 100%
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list:hover .img img {
    transform: scale(1.04)
}

.investorbox-sec1 {
    background-color: #f7f8fa;
    padding: 1.16rem 0 1.12rem
}

.investorbox-sec1 .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: .54rem
}

.investorbox-sec1 .container:before, .investorbox-sec1 .container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0
}

.investorbox-sec1 .container:before {
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #0057b4 0%, rgba(0, 87, 180, 0) 100%)
}

.investorbox-sec1 .container:after {
    width: 14px;
    height: 14px;
    border: 1px solid #0057b4;
    background-color: #f7f8fa;
    border-top: none;
    border-left: none;
    left: .26rem;
    transform: rotate(45deg) translateY(-50%);
    margin-top: -1px
}

.investorbox-sec1 .container .f_text {
    color: #666666
}

.investorbox-sec1 .container .lt {
    width: 46%
}

@media (max-width: 767px) {
    .investorbox-sec1 .container .lt {
        width: 100%
    }
}

.investorbox-sec1 .container .lt .f_name {
    color: #004ea2;
    margin-bottom: .14rem
}

.investorbox-sec1 .container .lt .shu {
    display: flex;
    align-items: flex-end;
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    color: #db211b;
    margin-bottom: .32rem
}

@media (max-width: 767px) {
    .investorbox-sec1 .container .lt .shu {
        line-height: .96
    }
}

.investorbox-sec1 .container .lt .shu span {
    line-height: 1;
    font-weight: bold;
    display: block;
    margin-right: .1rem
}

@media (max-width: 767px) {
    .investorbox-sec1 .container .lt .shu span {
        font-size: .5rem
    }
}

.investorbox-sec1 .container .lt .f_jt {
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3rem
}

.investorbox-sec1 .container .lt .f_jt .bian {
    display: flex;
    margin-right: .94rem
}

@media (max-width: 767px) {
    .investorbox-sec1 .container .lt .f_jt .bian {
        width: 100%
    }
}

.investorbox-sec1 .container .lt .f_jt .bian .f_shen {
    margin-left: .23rem;
    display: flex;
    align-items: center
}

.investorbox-sec1 .container .lt .f_jt .bian .f_shen img, .investorbox-sec1 .container .lt .f_jt .bian .f_shen svg {
    width: 6px;
    height: 17px;
    margin: 0 .05rem
}

.investorbox-sec1 .container .lt .f_jt .bian .f_shen img path, .investorbox-sec1 .container .lt .f_jt .bian .f_shen svg path {
    fill: #db211b
}

.investorbox-sec1 .container .lt .f_jt .bian .f_shen.on svg, .investorbox-sec1 .container .lt .f_jt .bian .f_shen.on img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.investorbox-sec1 .container .lt .f_jt .bian .f_shen.on svg path, .investorbox-sec1 .container .lt .f_jt .bian .f_shen.on img path {
    fill: #0aab62
}

.investorbox-sec1 .container .lt .f_jt .but {
    display: flex;
    align-items: center;
    color: #000000;
    transition: all .4s
}

@media (max-width: 767px) {
    .investorbox-sec1 .container .lt .f_jt .but {
        margin-top: .3rem
    }
}

.investorbox-sec1 .container .lt .f_jt .but i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .1rem;
    width: 16px;
    height: 16px
}

@media (max-width: 1580px) {
    .investorbox-sec1 .container .lt .f_jt .but i {
        width: 14px;
        height: 14px
    }
}

.investorbox-sec1 .container .lt .f_jt .but i img, .investorbox-sec1 .container .lt .f_jt .but i svg {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.investorbox-sec1 .container .lt .f_jt .but i img path, .investorbox-sec1 .container .lt .f_jt .but i svg path {
    transition: all .4s;
    fill: #000
}

.investorbox-sec1 .container .lt .f_jt .but:hover {
    color: #005ec4
}

.investorbox-sec1 .container .lt .f_jt .but:hover i svg path {
    fill: #005ec4
}

.investorbox-sec1 .container .gt {
    width: 52.8%;
    display: flex;
    flex-direction: column
}

@media (max-width: 767px) {
    .investorbox-sec1 .container .gt {
        width: 100%;
        margin-top: .6rem
    }
}

.investorbox-sec1 .container .gt .f_zhi {
    display: flex;
    flex-wrap: wrap
}

.investorbox-sec1 .container .gt .f_zhi .li {
    width: 25%;
    margin-bottom: .4rem
}

@media (max-width: 767px) {
    .investorbox-sec1 .container .gt .f_zhi .li {
        width: 50%
    }
}

.investorbox-sec1 .container .gt .f_zhi .li .f_tit {
    color: #000000;
    margin-bottom: .14rem
}

@media (max-width: 991px) {
    .investorbox-sec1 .container .gt .f_zhi .li .f_tit {
        font-size: .15rem
    }
}

@media (max-width: 767px) {
    .investorbox-sec1 .container .gt .f_zhi .li .f_tit {
        font-size: .28rem
    }
}

.investorbox-sec1 .container .gt .f_zhi .li .shu {
    color: #db211b;
    display: flex;
    font-weight: bold;
    align-items: flex-end
}

.investorbox-sec1 .container .gt .f_zhi .li .shu span {
    line-height: 1;
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

@media (max-width: 767px) {
    .investorbox-sec1 .container .gt .f_zhi .li .shu span {
        font-size: .5rem
    }
}

.investorbox-sec1 .container .gt .f_text {
    margin-top: auto;
    text-align: right
}

@media (max-width: 767px) {
    .investorbox-sec1 .container .gt .f_text {
        text-align: left
    }
}

.investorbox-sec2 .mediabox_nav .item {
    cursor: pointer
}

.investorbox-sec2 .f_nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative
}

.investorbox-sec2 .f_nav .mediabox_nav {
    margin: 0;
    flex: 1 1 auto
}

.investorbox-sec2 .f_nav .but {
    margin-left: .2rem;
    flex: 0 0 auto;
    display: flex;
    transition: all .4s;
    align-items: center;
    color: #000000;
    margin-bottom: .3rem
}

@media (max-width: 767px) {
    .investorbox-sec2 .f_nav .but {
        font-size: .26rem;
        margin-left: .4rem;
        position: absolute;
        bottom: -0.9rem;
        right: 0;
        margin-left: 0
    }
}

.investorbox-sec2 .f_nav .but img, .investorbox-sec2 .f_nav .but svg {
    margin-left: .16rem;
    width: 7px;
    height: 12px;
    object-fit: contain;
    transition: all .4s
}

@media (max-width: 1580px) {
    .investorbox-sec2 .f_nav .but img, .investorbox-sec2 .f_nav .but svg {
        width: 5px;
        height: 9px
    }
}

.investorbox-sec2 .f_nav .but img path, .investorbox-sec2 .f_nav .but svg path {
    fill: #0053ad
}

.investorbox-sec2 .f_nav .but:hover {
    color: #005ec4
}

.investorbox-sec2 .f_nav .but:hover img, .investorbox-sec2 .f_nav .but:hover svg {
    transform: translateX(.1rem)
}

.investorbox-sec2 .f_box {
    padding-bottom: 1.25rem
}

.investorbox-sec2 .f_box .container {
    position: relative
}

.investorbox-sec2 .f_box .container .f_zhong {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all .4s
}

.investorbox-sec2 .f_box .container .f_zhong.on {
    position: relative;
    opacity: 1;
    visibility: inherit
}

.investorbox-sec2 .f_box .container .f_zhong .investorbox2_cont .swiper-slide {
    width: 25%
}

@media (max-width: 991px) {
    .investorbox-sec2 .f_box .container .f_zhong .investorbox2_cont .swiper-slide {
        width: 33.333%
    }
}

@media (max-width: 767px) {
    .investorbox-sec2 .f_box .container .f_zhong .investorbox2_cont .swiper-slide {
        width: 60%
    }
}

.investorbox-sec2 .f_box .container .f_zhong .investorbox2_cont .swiper-slide .item {
    width: 100%
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie {
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .investorbox2_pagin {
    position: relative;
    background-color: #e7e9eb;
    height: 4px;
    width: calc(100% - 1.78rem)
}

@media (max-width: 1580px) {
    .investorbox-sec2 .f_box .container .f_zhong .f_qie .investorbox2_pagin {
        height: 2px
    }
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .investorbox2_pagin span {
    background-image: linear-gradient(90deg, #00f0ff 1%, #09daff 26%, #11c4ff 51%, #006de1 100%)
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .investorbox2_pagin.swiper-pagination-lock~.gt {
    display: none !important
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt {
    display: flex;
    align-items: center
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev, .investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: #fff;
    border-radius: 50%;
    width: .64rem;
    height: .64rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev img, .investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_next img {
    width: 15.625%;
    height: 26.5625%;
    object-fit: contain
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev img:nth-child(2), .investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_next img:nth-child(2) {
    display: none
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev:hover img, .investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_next:hover img {
    display: none
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev:hover img:nth-child(2), .investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_next:hover img:nth-child(2) {
    display: block
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev {
    margin-right: .2rem
}

.investorbox-sec3 {
    position: relative
}

.investorbox-sec3 .bag {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative
}

.investorbox-sec3 .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.investorbox-sec3 .bag img:nth-child(2) {
    display: none
}

@media (max-width: 767px) {
    .investorbox-sec3 .bag img {
        display: none
    }

    .investorbox-sec3 .bag img:nth-child(2) {
        display: block
    }
}

.investorbox-sec3 .bag:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #005ec4;
    opacity: 00
}

@media (max-width: 767px) {
    .investorbox-sec3 .bag:after {
        opacity: .5
    }
}

.investorbox-sec3 .cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%
}

.investorbox-sec3 .cont .lt {
    color: #ffffff;
    width: 38.98%
}

@media (max-width: 991px) {
    .investorbox-sec3 .cont .lt {
        width: 80%
    }
}

@media (max-width: 767px) {
    .investorbox-sec3 .cont .lt {
        width: 100%
    }
}

.investorbox-sec3 .cont .lt .f_tit {
    margin-bottom: .09rem;
    font-weight: bold
}

.investorbox-sec3 .cont .lt .f_text {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: .92rem
}

.investorbox-sec3 .cont .lt .f_jut {
    width: 100%
}

.investorbox-sec3 .cont .lt .f_jut .item {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: .4rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.investorbox-sec3 .cont .lt .f_jut .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 1px;
    background: #ffffff
}

.investorbox-sec3 .cont .lt .f_jut .item .f_icon {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center
}

.investorbox-sec3 .cont .lt .f_jut .item .f_icon img, .investorbox-sec3 .cont .lt .f_jut .item .f_icon svg {
    width: 30%;
    height: 30%;
    object-fit: contain
}

.investorbox-sec3 .cont .lt .f_jut .item .f_icon img path, .investorbox-sec3 .cont .lt .f_jut .item .f_icon svg path {
    fill: #ffffff
}

.investorbox-sec3 .cont .lt .f_jut .item .font {
    width: calc(100% - .8rem);
    padding: 0 .78rem 0 .4rem;
    color: #ffffff
}

@media (max-width: 1199px) {
    .investorbox-sec3 .cont .lt .f_jut .item .font {
        padding: 0 .4rem
    }
}

.investorbox-sec3 .cont .lt .f_jut .item .font .f_name {
    opacity: .4;
    margin-bottom: .06rem
}

.investorbox-sec3 .cont .lt .f_jut .item .font .f_t1 {
    font-weight: bold;
    /* bord-wrap: break-word; */
    word-break: break-all
}

.investorbox-sec3 .cont .lt .f_jut .item .font .f_t1 a {
    color: #11C4FF;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #11C4ff 0%);
    background-size: 0 100%;
    transition: all .4s;
    background-repeat: no-repeat
}

.investorbox-sec3 .cont .lt .f_jut .item .font .f_t1 a:hover {
    background-size: 100% 100%
}

.investorbox-sec3 .cont .lt .f_jut .item .f_but {
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
    opacity: 0;
    width: .38rem;
    height: .38rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.investorbox-sec3 .cont .lt .f_jut .item .f_but img, .investorbox-sec3 .cont .lt .f_jut .item .f_but svg {
    width: 18.42105263%;
    height: 31.57894737%;
    object-fit: contain
}

.investorbox-sec3 .cont .lt .f_jut .item .f_but img path, .investorbox-sec3 .cont .lt .f_jut .item .f_but svg path {
    fill: #0053ad
}

@media (min-width: 1200px) {
    .investorbox-sec3 .cont .lt .f_jut a.item:hover:before {
        transition: all .4s;
        width: 100%
    }

    .investorbox-sec3 .cont .lt .f_jut a.item:hover .f_but {
        opacity: 1
    }
}

.investorbox-sec4 {
    padding: 1.45rem 0 .85rem
}

.investorbox-sec4 .fzq_but {
    display: none;
    transition: all .4s;
    align-items: center;
    color: #000000
}

@media (max-width: 767px) {
    .investorbox-sec4 .fzq_but {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: .2rem
    }
}

.investorbox-sec4 .fzq_but img, .investorbox-sec4 .fzq_but svg {
    margin-left: .16rem;
    width: 7px;
    height: 12px;
    object-fit: contain;
    transition: all .4s
}

@media (max-width: 1580px) {
    .investorbox-sec4 .fzq_but img, .investorbox-sec4 .fzq_but svg {
        width: 5px;
        height: 9px
    }
}

.investorbox-sec4 .fzq_but img path, .investorbox-sec4 .fzq_but svg path {
    fill: #0053ad
}

.investorbox-sec4 .fzq_but:hover {
    color: #005ec4
}

.investorbox-sec4 .fzq_but:hover img, .investorbox-sec4 .fzq_but:hover svg {
    transform: translateX(.1rem)
}

.investorbox-sec4 .f_font {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: .84rem
}

@media (max-width: 767px) {
    .investorbox-sec4 .f_font {
        margin-bottom: .54rem
    }
}

.investorbox-sec4 .f_font .joinbox_tit {
    text-align: left;
    flex: 1 1 auto;
    margin: 0
}

@media (max-width: 767px) {
    .investorbox-sec4 .f_font .joinbox_tit {
        text-align: center
    }
}

.investorbox-sec4 .f_font .joinbox_tit .f_text {
    margin-top: .08rem
}

.investorbox-sec4 .f_font .fzq_but {
    display: flex
}

@media (min-width: 768px) {
    .investorbox-sec4 .f_font .fzq_but {
        margin-left: .6rem;
        flex: 0 0 auto;
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .investorbox-sec4 .f_font .fzq_but {
        display: none
    }
}

.investorbox-sec4 .investorbox4_cont {
    width: auto;
    margin: 0 -0.25rem
}

@media (max-width: 991px) {
    .investorbox-sec4 .investorbox4_cont {
        margin: 0 -0.16rem
    }
}

.investorbox-sec4 .investorbox4_cont .swiper-slide {
    width: 33.333%;
    padding: 0 .25rem
}

@media (max-width: 991px) {
    .investorbox-sec4 .investorbox4_cont .swiper-slide {
        padding: 0 .16rem
    }
}

@media (max-width: 767px) {
    .investorbox-sec4 .investorbox4_cont .swiper-slide {
        width: 70%
    }
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list .img {
    padding-top: 55.35714286%;
    margin-bottom: 0
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list .font {
    border: 1px solid #eeeeee;
    border-top: none;
    padding: .22rem .38rem
}

@media (max-width: 767px) {
    .investorbox-sec4 .investorbox4_cont .swiper-slide .list .font {
        padding: .4rem .32rem
    }
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list .font .f_column .f_time {
    color: #666666
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list .font .f_tit {
    color: #000000;
    font-weight: bold;
    margin-bottom: .4rem
}

@media (max-width: 767px) {
    .investorbox-sec4 .investorbox4_cont .swiper-slide .list .font .f_tit {
        margin-bottom: .4rem
    }
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list .font .but2 {
    color: #010101
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list:hover .font .f_tit {
    color: #005ec4
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list:hover .font .but2 {
    color: #005ec4
}

.investorbox-sec5 {
    padding: .85rem 0 2rem;
    position: relative
}

@media (max-width: 767px) {
    .investorbox-sec5 {
        padding-bottom: 1.4rem
    }
}

.investorbox-sec5:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 48.02083333%;
    background: url("../images/zhiqifwbag1.png") no-repeat left center / 100% auto
}

.investorbox-sec5 .container {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.investorbox-sec5 .container .lt {
    width: 34.8315%;
    padding-right: 10.11235955%
}

@media (max-width: 767px) {
    .investorbox-sec5 .container .lt {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: .6rem
    }
}

.investorbox-sec5 .container .lt .f_tit {
    font-weight: bold;
    color: #000000;
    margin-bottom: .2rem
}

.investorbox-sec5 .container .lt .f_text {
    color: #666666;
    line-height: 1.5;
    margin-bottom: .52rem
}

@media (max-width: 767px) {
    .investorbox-sec5 .container .lt .f_text {
        margin-bottom: .3rem
    }
}

@media (min-width: 768px) {
    .investorbox-sec5 .container .lt {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: .2rem;
        padding-bottom: .5rem;
        padding-top: .8rem
    }
}

.investorbox-sec5 .container .img {
    width: 65.1685%
}

@media (max-width: 767px) {
    .investorbox-sec5 .container .img {
        width: 100%
    }
}

.investorbox-sec5 .container .img:before {
    padding-top: 57.75862069%
}

.contextbox_prev, .contextbox_next {
    background: #fff;
    border-radius: 50%;
    width: .8rem;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: solid 2px #eeeeee;
    transition: all .4s;
    margin-top: 0
}

.contextbox_prev img, .contextbox_next img {
    width: 12.5%;
    height: 21.25%;
    object-fit: contain
}

.contextbox_prev img:nth-child(2), .contextbox_next img:nth-child(2) {
    display: none
}

.contextbox_prev:hover, .contextbox_next:hover {
    border-color: #11c4ff
}

.contextbox_prev:hover img, .contextbox_next:hover img {
    display: none
}

.contextbox_prev:hover img:nth-child(2), .contextbox_next:hover img:nth-child(2) {
    display: block
}

.contextbox-sec1 {
    padding: 1.46rem 0 2rem
}

@media (max-width: 991px) {
    .contextbox-sec1 {
        padding: 1.4rem 0
    }
}

.contextbox-sec1 .esgbox_tit {
    margin-bottom: .64rem
}

.contextbox-sec1 .cont .contextbox1_con {
    margin-bottom: 1.3rem
}

@media (max-width: 991px) {
    .contextbox-sec1 .cont .contextbox1_con {
        margin-bottom: .6rem
    }
}

.contextbox-sec1 .cont .contextbox1_con:last-child {
    margin-bottom: 0
}

.contextbox-sec1 .cont .contextbox1_con .item {
    display: flex;
    flex-wrap: wrap
}

.contextbox-sec1 .cont .contextbox1_con .item .img, .contextbox-sec1 .cont .contextbox1_con .item .font {
    width: 50%
}

@media (max-width: 767px) {
    .contextbox-sec1 .cont .contextbox1_con .item .img, .contextbox-sec1 .cont .contextbox1_con .item .font {
        width: 100%
    }
}

.contextbox-sec1 .cont .contextbox1_con .item .img:before {
    padding-top: 84.26966292%
}

.contextbox-sec1 .cont .contextbox1_con .item .font {
    padding: .26rem 0 .26rem 1.3rem
}

@media (max-width: 991px) {
    .contextbox-sec1 .cont .contextbox1_con .item .font {
        padding: .26rem 0 .26rem .4rem
    }
}

@media (max-width: 767px) {
    .contextbox-sec1 .cont .contextbox1_con .item .font {
        padding: .36rem 0 0
    }
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_tit {
    font-weight: bold;
    color: #000000;
    padding-bottom: .5rem;
    position: relative;
    margin-bottom: .52rem
}

@media (max-width: 991px) {
    .contextbox-sec1 .cont .contextbox1_con .item .font .f_tit {
        padding-bottom: .3rem;
        margin-bottom: .3rem
    }
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_tit:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, #015eea 0%, rgba(1, 94, 234, 0.62) 38%, #ffffff 100%);
    width: 100%;
    height: 4px
}

@media (max-width: 1580px) {
    .contextbox-sec1 .cont .contextbox1_con .item .font .f_tit:before {
        height: 2px
    }
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_text {
    color: #000000;
    line-height: 1.5;
    margin-bottom: .4rem
}

@media (max-width: 1580px) {
    .contextbox-sec1 .cont .contextbox1_con .item .font .f_text {
        line-height: 1.4
    }
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li {
    margin-bottom: .5rem
}

@media (max-width: 991px) {
    .contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li {
        margin-bottom: .3rem
    }
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li:last-child {
    margin-bottom: 0
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .shu {
    display: flex;
    align-items: flex-start;
    color: #005ec4;
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    margin-bottom: .02rem
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .shu span {
    display: block;
    line-height: 1;
    font-size: .74rem
}

@media (max-width: 991px) {
    .contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .shu span {
        font-size: .5rem
    }
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .f_t1 {
    color: #000000
}

@media (max-width: 767px) {
    .contextbox-sec1 .cont .contextbox1_con .item .font .f_jut {
        display: flex;
        flex-wrap: wrap
    }

    .contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li {
        width: 50%;
        text-align: center;
        padding: 0 .2rem
    }

    .contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .shu {
        justify-content: center
    }

    .contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .shu span {
        font-size: .74rem
    }

    .contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .f_t1 {
        font-size: .24rem;
        line-height: 1.3;
        margin-top: .12rem
    }
}

.contextbox-sec1 .cont .contextbox1_con .qie {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: .26rem;
    top: inherit
}

@media (max-width: 767px) {
    .contextbox-sec1 .cont .contextbox1_con .qie {
        position: relative;
        margin-top: .6rem;
        width: 100%;
        justify-content: center
    }
}

.contextbox-sec1 .cont .contextbox1_con .qie .cot1_prev, .contextbox-sec1 .cont .contextbox1_con .qie .cot1_next {
    position: relative;
    left: 0;
    right: 0
}

.contextbox-sec1 .cont .contextbox1_con .qie .cot1_prev {
    margin-right: .3rem
}

@media (min-width: 768px) {
    .contextbox-sec1 .cont .contextbox1_con:nth-child(2) .item .img {
        order: 1
    }

    .contextbox-sec1 .cont .contextbox1_con:nth-child(2) .item .font {
        padding-left: 0;
        padding-right: 1.6rem
    }

    .contextbox-sec1 .cont .contextbox1_con:nth-child(2) .item .font .f_jut {
        display: flex;
        flex-wrap: wrap
    }

    .contextbox-sec1 .cont .contextbox1_con:nth-child(2) .item .font .f_jut .li {
        width: 50%;
        padding-right: .2rem
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .contextbox-sec1 .cont .contextbox1_con:nth-child(2) .item .font {
        padding-right: .2rem
    }
}

.contextbox-sec2 {
    background: #f8f9fd;
    padding-bottom: 2rem;
    overflow: hidden
}

@media (max-width: 991px) {
    .contextbox-sec2 {
        padding-bottom: 1.2rem
    }
}

.contextbox-sec2 .cont {
    position: relative
}

.contextbox-sec2 .cont .bag {
    background: #000
}

.contextbox-sec2 .cont .bag:before {
    padding-top: 42.60416667%
}

@media (max-width: 767px) {
    .contextbox-sec2 .cont .bag:before {
        padding-top: 106.66666667%
    }
}

.contextbox-sec2 .cont .bag img {
    transform: translateY(-50%);
    transition: none;
    max-height: inherit;
    height: 100vh;
    opacity: .6
}

.contextbox-sec2 .cont .f_zhong {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 0;
    color: #ffffff
}

.contextbox-sec2 .cont .f_zhong .f_title1 {
    font-weight: bold;
    text-align: center
}

.contextbox-sec2 .cont .f_zhong .f_text {
    line-height: 1.5;
    text-align: center;
    margin-top: .18rem
}

.contextbox-sec2 .cont .f_zhong .f_jut {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: .4rem
}

.contextbox-sec2 .cont .f_zhong .f_jut .li {
    padding: 0 .8rem;
    margin-bottom: .36rem;
    text-align: center
}

@media (max-width: 767px) {
    .contextbox-sec2 .cont .f_zhong .f_jut .li {
        padding: 0 .2rem;
        width: 50%;
        margin-bottom: .46rem
    }
}

.contextbox-sec2 .cont .f_zhong .f_jut .li .shu {
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: .1rem
}

.contextbox-sec2 .cont .f_zhong .f_jut .li .shu span {
    line-height: 1;
    font-size: .74rem
}

@media (max-width: 991px) {
    .contextbox-sec2 .cont .f_zhong .f_jut .li .shu span {
        font-size: .6rem
    }
}

@media (max-width: 767px) {
    .contextbox-sec2 .cont .f_zhong .f_jut .li .shu span {
        font-size: .74rem
    }
}

.contextbox-sec2 .con_swiper {
    margin-top: -12.5%;
    position: relative;
    background: #ffffff
}

@media (max-width: 991px) {
    .contextbox-sec2 .con_swiper {
        margin-top: 1rem
    }
}

.contextbox-sec2 .con_swiper .contextbox2_cont .swiper-slide {
    height: auto
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item {
    background-color: #ffffff;
    display: flex;
    height: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: .7rem .7rem .8rem .92rem
}

@media (max-width: 991px) {
    .contextbox-sec2 .con_swiper .contextbox2_cont .item {
        padding: .5rem .5rem .6rem .6rem
    }
}

@media (max-width: 767px) {
    .contextbox-sec2 .con_swiper .contextbox2_cont .item {
        padding: 0;
        align-content: flex-start
    }
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item .font {
    width: 47.54%;
    padding: .62rem .9rem .2rem 0
}

@media (max-width: 991px) {
    .contextbox-sec2 .con_swiper .contextbox2_cont .item .font {
        padding: .4rem .6rem .2rem 0
    }
}

@media (max-width: 767px) {
    .contextbox-sec2 .con_swiper .contextbox2_cont .item .font {
        width: 100%;
        order: 1;
        padding: .4rem .34rem
    }
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_tit {
    font-weight: bold;
    color: #000000;
    line-height: 1.16666667;
    margin-bottom: .38rem
}

@media (max-width: 991px) {
    .contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_tit {
        margin-bottom: .2rem
    }
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_text {
    color: #000000;
    line-height: 1.5;
    text-align: justify;
}

@media (max-width: 1199px) {
    .contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_text {
        margin-right: -0.1rem;
        padding-right: .1rem;
        height: 2.4rem;
        overflow: auto
    }
}

@media (max-width: 991px) {
    .contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_text {
        font-size: .22rem
    }
}

@media (max-width: 767px) {
    .contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_text {
        height: auto;
        font-size: .26rem
    }
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item .img {
    width: 52.46%
}

@media (max-width: 767px) {
    .contextbox-sec2 .con_swiper .contextbox2_cont .item .img {
        width: 100%
    }
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item .img:before {
    padding-top: 64.70588235%
}

.contextbox-sec2 .con_swiper .cot2_prev, .contextbox-sec2 .con_swiper .cot2_next {
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .contextbox-sec2 .con_swiper .cot2_prev, .contextbox-sec2 .con_swiper .cot2_next {
        top: 20%
    }
}

.contextbox-sec2 .con_swiper .cot2_prev {
    left: -0.41rem
}

.contextbox-sec2 .con_swiper .cot2_next {
    right: -0.41rem
}

.contextbox-sec3 {
    padding: 0 0 .9rem
}

@media (max-width: 991px) {
    .contextbox-sec3 {
        padding-bottom: .7rem
    }
}

.contextbox-sec3 .esgbox_tit {
    margin: 0 auto;
    max-width: 9.17rem;
    margin-bottom: .53rem
}

@media (max-width: 767px) {
    .contextbox-sec3 .esgbox_tit {
        max-width: 100%
    }
}

.contextbox-sec3 .cont {
    padding-top: 38.20224719%
}

.contextbox-sec3 .cont img {
    transition: none;
    transform: translateY(-30%);
    height: 150%
}

.contextbox-sec4 {
    padding: .8rem 0;
    overflow: hidden
}

@media (max-width: 991px) {
    .contextbox-sec4 {
        padding-top: .7rem
    }
}

@media (max-width: 767px) {
    .contextbox-sec4 {
        padding-bottom: 1.4rem
    }
}

.contextbox-sec4 .esgbox_tit {
    margin: 0 auto;
    max-width: 6.18rem;
    margin-bottom: .5rem
}

@media (max-width: 767px) {
    .contextbox-sec4 .esgbox_tit {
        max-width: 100%
    }
}

.contextbox-sec4 .cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.21rem
}

@media (max-width: 767px) {
    .contextbox-sec4 .cont {
        margin: 0
    }
}

.contextbox-sec4 .cont .item {
    width: 33.333%;
    padding: 0 .21rem;
    margin-bottom: .42rem
}

@media (max-width: 767px) {
    .contextbox-sec4 .cont .item {
        padding: 0;
        width: 100%
    }

    .contextbox-sec4 .cont .item:last-child {
        margin-bottom: 0
    }
}

.contextbox-sec4 .cont .item .list {
    background-color: #f8f9fd;
    border-radius: .2rem;
    padding: .88rem .5rem;
    min-height: 6rem;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all .4s
}

@media (max-width: 991px) {
    .contextbox-sec4 .cont .item .list {
        min-height: 5rem
    }
}

@media (max-width: 767px) {
    .contextbox-sec4 .cont .item .list {
        min-height: initial
    }
}

.contextbox-sec4 .cont .item .list:hover {
    transform: translateY(-0.1rem);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.06)
}

.contextbox-sec4 .cont .item .list .f_icon {
    height: .64rem;
    margin-bottom: .6rem
}

.contextbox-sec4 .cont .item .list .f_icon img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    height: 100%
}

.contextbox-sec4 .cont .item .list .f_tit {
    color: #000000;
    font-weight: bold;
    margin-bottom: 2px
}

.contextbox-sec4 .cont .item .list .f_text {
    color: #000000;
    line-height: 1.5;
    margin-bottom: .36rem
}

.contextbox-sec4 .cont .item .list .but {
    margin-top: auto;
    margin-left: auto;
    width: .6rem;
    height: .6rem;
    margin-right: -0.1rem;
    margin-bottom: -0.4rem;
    background-color: #0057b4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
    border-radius: 50%
}

@media (max-width: 1199px) {
    .contextbox-sec4 .cont .item .list .but {
        padding-bottom: .1em
    }
}

@media (max-width: 991px) {
    .contextbox-sec4~.contextbox-sec1 {
        background: #f8f9fd
    }
}

.envirobox-sec1 {
    height: 300vh;
    position: relative
}

.envirobox-sec1 .f_zhong {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.envirobox-sec1 .f_zhong .envifixe_cont1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.envirobox-sec1 .f_zhong .envifixe_cont1 .bag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.envirobox-sec1 .f_zhong .envifixe_cont1 .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.envirobox-sec1 .f_zhong .envifixe_cont1 .container {
    position: relative;
    padding: 1.3rem 0
}

@media (max-width: 991px) {
    .envirobox-sec1 .f_zhong .envifixe_cont1 .container {
        padding-top: 20vw
    }
}

.envirobox-sec1 .f_zhong .envifixe_cont1 .container .esgbox_tit {
    width: 9.68rem;
    width: 11rem;
    margin: 0 auto;
    max-width: 100%
}

@media (max-width: 767px) {
    .envirobox-sec1 .f_zhong .envifixe_cont1 .container .esgbox_tit {
        width: 100%
    }
}

.envirobox-sec1 .f_zhong .envifixe_cont1 .container .esgbox_tit .f_text {
    line-height: 1.5
}

.envirobox-sec1 .f_zhong .envifixe_cont2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .bag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #06121f;
    overflow: hidden
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .bag img {
    opacity: .07;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container {
    margin: 0;
    position: relative;
    color: #ffffff;
    transition: all .4s;
    -webkit-transition: all .4s;
    opacity: 0
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .font {
    width: 9rem;
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

@media (max-width: 767px) {
    .envirobox-sec1 .f_zhong .envifixe_cont2 .container .font {
        width: 100%
    }
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .font .f_tit {
    font-weight: bold;
    margin-bottom: .38rem
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .font .f_text {
    color: #445260;
    line-height: 1.5;
    text-align: justify
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .font .f_text .on {
    color: #ffffff
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt {
    display: flex;
    flex-wrap: wrap
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li {
    width: 33.333%
}

@media (max-width: 767px) {
    .envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li {
        padding: 0 .18rem;
        text-align: center
    }
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_icon {
    height: .86rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: .3rem
}

@media (max-width: 767px) {
    .envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_icon {
        justify-content: center
    }
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_icon img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_text {
    font-weight: bold;
    line-height: 1.25
}

@media (max-width: 767px) {
    .envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_text {
        font-size: .26rem
    }
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_text span {
    color: #0057b4
}

.envirobox-sec1 .f_zhong.on .envifixe_cont1 {
    pointer-events: none
}

.envirobox-sec1 .f_zhong.on .envifixe_cont2 .bag img {
    opacity: .07
}

.envirobox-sec1 .f_zhong.on .envifixe_cont2 .container {
    opacity: 1
}

.envirobox-sec2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative
}

@media (max-width: 767px) {
    .envirobox-sec2 {
        padding: 1.4rem 0
    }
}

.envirobox-sec2 .lt, .envirobox-sec2 .gt {
    width: 50%
}

@media (max-width: 767px) {
    .envirobox-sec2 .lt, .envirobox-sec2 .gt {
        width: 100%
    }
}

.envirobox-sec2 .lt {
    position: relative
}

@media (min-width: 768px) {
    .envirobox-sec2 .lt {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        display: flex;
        align-items: center;
        box-sizing: content-box;
        -webkit-box-sizing: content-box
    }
}

.envirobox-sec2 .lt .item {
    padding: 16% 25.833% 16% 7.29%
}

@media (max-width: 991px) {
    .envirobox-sec2 .lt .item {
        padding-right: 20%
    }
}

@media (min-width: 768px) {
    .envirobox-sec2 .lt .item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
        animation-name: none;
        -webkit-animation-name: none
    }
}

@media (max-width: 767px) {
    .envirobox-sec2 .lt .item {
        padding: 0 5%;
        margin-bottom: .7rem
    }

    .envirobox-sec2 .lt .item:last-child {
        margin-bottom: 0
    }
}

.envirobox-sec2 .lt .item .img {
    padding-top: 80%;
    margin-bottom: .4rem
}

@media (min-width: 768px) {
    .envirobox-sec2 .lt .item .img {
        display: none
    }
}

.envirobox-sec2 .lt .item .font .shu {
    font-size: .8rem;
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    line-height: 1;
    color: #0057b4;
    margin-bottom: 2rem
}

@media (max-width: 1580px) {
    .envirobox-sec2 .lt .item .font .shu {
        margin-bottom: 1.4rem
    }
}

@media (max-width: 1199px) {
    .envirobox-sec2 .lt .item .font .shu {
        margin-bottom: .6rem
    }
}

@media (max-width: 767px) {
    .envirobox-sec2 .lt .item .font .shu {
        margin-bottom: .3rem
    }
}

.envirobox-sec2 .lt .item .font .f_tit {
    font-weight: bold;
    color: #000000;
    margin-bottom: .4rem;
    padding-bottom: .4rem;
    position: relative
}

.envirobox-sec2 .lt .item .font .f_tit:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, #015eea 0%, rgba(1, 94, 234, 0.62) 38%, #ffffff 100%);
    width: 100%;
    height: 4px
}

@media (max-width: 1580px) {
    .envirobox-sec2 .lt .item .font .f_tit:before {
        height: 2px
    }
}

.envirobox-sec2 .lt .item .font .f_text {
    color: #000000;
    line-height: 1.5;
    text-align: justify
}

.envirobox-sec2 .lt .item.on {
    position: relative;
    visibility: inherit;
    opacity: 1
}

.envirobox-sec2 .gt {
    position: relative
}

@media (max-width: 767px) {
    .envirobox-sec2 .gt {
        display: none
    }
}

.envirobox-sec2 .gt .img {
    width: 100%;
    padding-top: 101.04166667%;
    margin-bottom: .5rem
}

.envirobox-sec2 .gt .img:last-child {
    margin-bottom: 0
}

.envirobox-sec3 {
    background-color: #06121f;
    padding: 1.4rem 0
}

.envirobox-sec3 .fz_title1 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: .86rem
}

@media (max-width: 767px) {
    .envirobox-sec3 .fz_title1 {
        text-align: center;
        margin-bottom: .54rem
    }
}

.envirobox-sec3 .cont .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .5rem
}

.envirobox-sec3 .cont .item:last-child {
    margin-bottom: 0
}

.envirobox-sec3 .cont .item .lt {
    width: 22.47%;
    min-height: 3rem;
    position: relative
}

.envirobox-sec3 .cont .item .lt .img {
    transition: all .4s;
    -webkit-transition: all .4s
}

@media (min-width: 768px) {
    .envirobox-sec3 .cont .item .lt .img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        visibility: hidden;
        transform: translateY(-50%);
        height: 0
    }
}

@media (max-width: 1199px) {
    .envirobox-sec3 .cont .item .lt .img {
        height: 100%;
        visibility: inherit
    }
}

.envirobox-sec3 .cont .item .lt .img img {
    height: 3rem
}

@media (max-width: 767px) {
    .envirobox-sec3 .cont .item .lt {
        width: 100%;
        min-height: inherit
    }

    .envirobox-sec3 .cont .item .lt .img {
        height: auto;
        padding-top: 60%
    }

    .envirobox-sec3 .cont .item .lt .img img {
        height: auto
    }
}

.envirobox-sec3 .cont .item .gt {
    width: 71.91%;
    display: flex;
    flex-wrap: wrap;
    padding-top: .4rem;
    padding-bottom: .16rem;
    border-top: 1px solid #1f2a36;
    padding-top: .6rem;
    padding-bottom: .34rem
}

@media (max-width: 991px) {
    .envirobox-sec3 .cont .item .gt {
        padding-top: .2rem
    }
}

@media (max-width: 767px) {
    .envirobox-sec3 .cont .item .gt {
        width: 100%;
        padding: .4rem 0 0;
        border-top: none
    }
}

.envirobox-sec3 .cont .item .gt .f_tit {
    width: 53.125%;
    font-weight: bold;
    padding-right: .4rem;
    color: #fff
}

@media (max-width: 991px) {
    .envirobox-sec3 .cont .item .gt .f_tit {
        padding-right: 0;
        width: 100%;
        margin-bottom: .2rem
    }
}

.envirobox-sec3 .cont .item .gt .f_text {
    width: 46.875%;
    color: #f9fcff;
    opacity: .6;
    margin-bottom: .4rem;
    line-height: 1.8;
    text-align: justify;
}

@media (max-width: 991px) {
    .envirobox-sec3 .cont .item .gt .f_text {
        width: 100%;
        margin-bottom: .2rem
    }
}

.envirobox-sec3 .cont .item .gt .f_time {
    display: block;
    margin-top: auto;
    opacity: .6;
    color: #fff
}

.envirobox-sec3 .cont .item:hover .lt .img {
    height: 100%;
    visibility: inherit
}

.envirobox-sec4 .f_zhong {
    position: relative;
    overflow: hidden
}

.envirobox-sec4 .f_zhong .bag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.envirobox-sec4 .f_zhong .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.envirobox-sec4 .f_zhong .bag:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: saturate(110%) blur(4px);
    backdrop-filter: saturate(110%) blur(4px);
    background-color: rgba(26, 104, 188, 0.48)
}

.envirobox-sec4 .f_zhong .cont {
    padding: 1.4rem 0;
    width: 100%;
    position: relative
}

.envirobox-sec4 .f_zhong .cont .fz_title1 {
    font-weight: bold;
    width: 7rem;
    color: #ffffff;
    line-height: 1.28571429;
    margin-bottom: 1.3rem
}

@media (max-width: 767px) {
    .envirobox-sec4 .f_zhong .cont .fz_title1 {
        width: 100%;
        margin-bottom: .54rem;
        text-align: center
    }
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont {
    width: auto;
    overflow: visible;
    margin: 0 -0.2rem
}

@media (max-width: 991px) {
    .envirobox-sec4 .f_zhong .cont .envirobox4_cont {
        margin: 0 -0.15rem
    }
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide {
    width: 25%;
    padding: 0 .2rem;
    height: auto
}

@media (max-width: 991px) {
    .envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide {
        width: 33.333%;
        padding: 0 .15rem
    }
}

@media (max-width: 767px) {
    .envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide {
        width: 60%
    }
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide .item {
    height: 100%;
    display: block;
    padding: .72rem .4rem .62rem;
    -webkit-backdrop-filter: saturate(110%) blur(6px);
    backdrop-filter: saturate(110%) blur(6px);
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide .item .shu {
    display: flex;
    align-items: flex-end;
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    margin-bottom: 1.28rem;
    line-height: 1.9
}

@media (max-width: 1580px) {
    .envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide .item .shu {
        margin-bottom: .8rem
    }
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide .item .shu span {
    font-weight: bold;
    font-size: .8rem;
    line-height: 1;
    display: block;
    margin-right: .1rem
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide .item .f_text {
    color: #ffffff;
    line-height: 1.5
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_prev, .envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_next {
    position: relative;
    left: 0;
    right: 0;
    width: .6rem;
    height: .6rem;
    border: solid 2px #eeeeee;
    background: transparent
}

@media (max-width: 767px) {
    .envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_prev, .envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_next {
        width: .78rem;
        height: .78rem
    }
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_prev img, .envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_next img {
    width: 16.66666667%;
    height: 28.33333333%;
    object-fit: contain
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_prev:hover, .envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_next:hover {
    background: #11c4ff;
    border-color: #11c4ff
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_prev {
    margin-right: .2rem
}

.envirobox-sec5 {
    padding: 1.4rem 0
}

.envirobox-sec5 .esgbox_tit {
    margin-bottom: .48rem
}

.envirobox-sec5 .envirobox5_cont {
    position: relative
}

.envirobox-sec5 .envirobox5_cont .item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .envirobox-sec5 .envirobox5_cont .item {
        align-items: center
    }
}

.envirobox-sec5 .envirobox5_cont .item .img, .envirobox-sec5 .envirobox5_cont .item .font {
    width: 50%
}

@media (max-width: 767px) {
    .envirobox-sec5 .envirobox5_cont .item .img, .envirobox-sec5 .envirobox5_cont .item .font {
        width: 100%
    }
}

.envirobox-sec5 .envirobox5_cont .item .img:before {
    padding-top: 67.41573034%
}

.envirobox-sec5 .envirobox5_cont .item .font {
    padding: .76rem .76rem .86rem 1.3rem
}

@media (max-width: 991px) {
    .envirobox-sec5 .envirobox5_cont .item .font {
        padding: .76rem .5rem
    }
}

@media (max-width: 767px) {
    .envirobox-sec5 .envirobox5_cont .item .font {
        padding: .4rem 0 0
    }
}

.envirobox-sec5 .envirobox5_cont .item .font .f_tit {
    color: #000000;
    font-weight: bold;
    padding-bottom: .5rem;
    position: relative;
    line-height: 1.5;
    margin-bottom: .52rem
}

@media (max-width: 1580px) {
    .envirobox-sec5 .envirobox5_cont .item .font .f_tit {
        line-height: 1.4
    }
}

@media (max-width: 991px) {
    .envirobox-sec5 .envirobox5_cont .item .font .f_tit {
        padding-bottom: .3rem;
        margin-bottom: .3rem
    }
}

.envirobox-sec5 .envirobox5_cont .item .font .f_tit:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, #015eea 0%, rgba(1, 94, 234, 0.62) 38%, #ffffff 100%);
    width: 100%;
    height: 4px
}

@media (max-width: 1580px) {
    .envirobox-sec5 .envirobox5_cont .item .font .f_tit:before {
        height: 2px
    }
}

.envirobox-sec5 .envirobox5_cont .item .font .f_text {
    line-height: 1.5;
    color: #666666;
    text-align: justify;
}

@media (max-width: 1199px) {
    .envirobox-sec5 .envirobox5_cont .item .font .f_text {
        margin-right: -0.2rem;
        padding-right: .2rem;
        height: 2rem;
        overflow: auto
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .envirobox-sec5 .envirobox5_cont .item .font .f_text {
        height: 1.4rem
    }
}

@media (max-width: 1199px) and (max-width: 991px) and (min-width: 768px) {
    .envirobox-sec5 .envirobox5_cont .item .font .f_text {
        font-size: .24rem
    }
}

.envirobox-sec5 .envirobox5_cont .qie {
    position: absolute;
    right: 0;
    bottom: .1rem;
    width: 50%;
    padding: 0 .76rem 0 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 991px) {
    .envirobox-sec5 .envirobox5_cont .qie {
        padding: 0 .5rem;
        bottom: 0
    }
}

@media (max-width: 767px) {
    .envirobox-sec5 .envirobox5_cont .qie {
        padding: 0;
        width: 100%;
        position: relative;
        bottom: 0;
        margin-top: .4rem
    }
}

.envirobox-sec5 .envirobox5_cont .qie .envi1_pagin {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    display: flex;
    align-items: flex-start;
    color: #000000
}

.envirobox-sec5 .envirobox5_cont .qie .envi1_pagin .fsum {
    font-size: .36rem;
    line-height: 1;
    display: block;
    margin-right: .06rem
}

@media (max-width: 1199px) {
    .envirobox-sec5 .envirobox5_cont .qie .envi1_pagin .fsum {
        font-size: .4rem
    }
}

@media (max-width: 767px) {
    .envirobox-sec5 .envirobox5_cont .qie .envi1_pagin .fsum {
        font-size: .38rem
    }
}

.envirobox-sec5 .envirobox5_cont .qie .huan {
    display: flex;
    align-items: center
}

.envirobox-sec5 .envirobox5_cont .qie .huan .envi1_prev, .envirobox-sec5 .envirobox5_cont .qie .huan .envi1_next {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: .6rem;
    height: .6rem
}

.envirobox-sec5 .envirobox5_cont .qie .huan .envi1_prev img, .envirobox-sec5 .envirobox5_cont .qie .huan .envi1_next img, .envirobox-sec5 .envirobox5_cont .qie .huan .envi1_prev svg, .envirobox-sec5 .envirobox5_cont .qie .huan .envi1_next svg {
    width: 16.66666667%;
    height: 28.33333333%
}

.envirobox-sec5 .envirobox5_cont .qie .huan .envi1_prev {
    margin-right: .2rem
}

.societybox-sec1 {
    padding-top: 1.7rem
}

@media (max-width: 1580px) {
    .societybox-sec1 {
        padding-top: 1.34rem
    }
}

@media (max-width: 991px) {
    .societybox-sec1 {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .societybox-sec1 {
        padding-top: 1.34rem
    }
}

@media (max-width: 991px) {
    .societybox-sec1>.container .esgbox_tit {
        position: relative;
        top: 15vh
    }
}

.societybox-sec1>.container .esgbox_tit .f_text {
    max-width: 5.2rem;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .societybox-sec1>.container .esgbox_tit .f_text {
        max-width: 100%
    }
}

.societybox-sec1 .fz_zhong {
    width: 100%;
    height: 250vh
}

.societybox-sec1 .fz_zhong .f_nei {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    height: 100vh
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

@media (max-width: 767px) {
    .societybox-sec1 .fz_zhong .f_nei .society1_cont {
        align-items: flex-start
    }
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -0.33rem;
    width: 100%
}

@media (max-width: 991px) {
    .societybox-sec1 .fz_zhong .f_nei .society1_cont .cont {
        margin: 0 -0.24rem
    }
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item {
    width: 20.9375%;
    flex: 1 0 auto;
    padding: 0 .33rem
}

@media (max-width: 991px) {
    .societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item {
        padding: 0 .24rem
    }
}

@media (max-width: 767px) {
    .societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item {
        display: none
    }
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item .img {
    width: 100%;
    border-radius: .2rem;
    margin-bottom: .4rem
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item .img:before {
    padding-top: 100%
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item .img:last-child {
    margin-bottom: 0
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center {
    width: 38.020833%;
    margin-top: .86rem
}

@media (max-width: 991px) {
    .societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center {
        width: 80%
    }
}

@media (max-width: 767px) {
    .societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center {
        width: 100%;
        display: block
    }
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center .img {
    height: 100%
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center .img:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: #000000;
    opacity: 0;
    z-index: 1;
    transition: all .4s linear
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center .img img:nth-child(2) {
    display: none
}

@media (max-width: 767px) {
    .societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center .img img {
        display: none
    }

    .societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center .img img:nth-child(2) {
        display: block
    }
}

.societybox-sec1 .fz_zhong .f_nei .society2_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2
}

.societybox-sec1 .fz_zhong .f_nei .society2_cont .container {
    margin: 0
}

@media (min-width: 992px) {
    .societybox-sec1 .fz_zhong .f_nei .society2_cont .container {
        width: 73%
    }
}

.societybox-sec1 .fz_zhong .f_nei .society2_cont .container .esgbox_tit {
    opacity: 0;
    transform: translateY(40%)
}

.societybox-sec1 .fz_zhong .f_nei .society2_cont .container .esgbox_tit .f_tit {
    color: #ffffff
}

.societybox-sec1 .fz_zhong .f_nei .society2_cont .container .esgbox_tit .f_text {
    color: #ffffff
}

.societybox-sec1 .fz_zhong.on .f_nei .society1_cont .cont .f_center .img:after {
    opacity: .4
}

.societybox-sec1 .fz_zhong.on .f_nei .society2_cont {
    pointer-events: auto
}

.societybox-sec2 {
    overflow: hidden;
    padding: 1.32rem 0 1.6rem
}

@media (max-width: 767px) {
    .societybox-sec2 {
        padding: 1.34rem 0
    }
}

.societybox-sec2 .esgbox_tit {
    text-align: left;
    margin-bottom: .44rem
}

.societybox-sec2 .cont .societybox2_cont {
    overflow: visible;
    width: 48.913%;
    margin: 0
}

@media (max-width: 767px) {
    .societybox-sec2 .cont .societybox2_cont {
        width: 100%
    }
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide {
    transform-origin: left top;
    transform: scale(.6) translateX(-66%);
    transition: all .4s
}

@media (max-width: 767px) {
    .societybox-sec2 .cont .societybox2_cont .swiper-slide {
        width: 100%
    }
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item {
    width: 100%;
    display: block
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .f_img {
    position: relative;
    margin-bottom: .2rem
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .f_img .img {
    padding-top: 52.3255814%;
    transition: all .4s
}

@media (max-width: 1199px) {
    .societybox-sec2 .cont .societybox2_cont .swiper-slide .item .f_img .img {
        opacity: 1
    }
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .f_img .f_tag {
    position: absolute;
    top: .3rem;
    left: .3rem;
    color: #fff;
    background-color: #0057b4;
    transition: all .4s;
    display: block;
    padding: 3px 13px;
    border-radius: 18px
}

@media (max-width: 1580px) {
    .societybox-sec2 .cont .societybox2_cont .swiper-slide .item .f_img .f_tag {
        padding: 3px 10px
    }
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .font .f_tit {
    color: #000000;
    font-weight: bold;
    margin-bottom: .16rem;
    transition: all .4s
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .font .f_text {
    color: #666666;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    line-height: 1.5
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item:hover .img img {
    transform: scale(1.04)
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide-active {
    transition: all .4s .1s;
    transform: scale(1)
}

@media (max-width: 767px) {
    .societybox-sec2 .cont .societybox2_cont .swiper-slide-active {
        width: 100%
    }
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide-active~.swiper-slide-next {
    transform: scale(.6) translateX(0)
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide-active .item .font .f_tit {
    font-size: .3rem
}

@media (max-width: 767px) {
    .societybox-sec2 .cont .societybox2_cont .swiper-slide-active .item .font .f_tit {
        font-size: .36rem
    }
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide-active .item .font .f_text {
    opacity: 1;
    pointer-events: auto
}

.societybox-sec3 {
    position: relative
}

.societybox-sec3 .bag {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    height: 100vh
}

.societybox-sec3 .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.societybox-sec3 .bag:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .3
}

.societybox-sec3 .container {
    position: relative;
    margin-top: -100vh;
    z-index: 2;
    display: flex;
    justify-content: flex-end
}

.societybox-sec3 .container .gt {
    width: 30.898%
}

@media (max-width: 1199px) {
    .societybox-sec3 .container .gt {
        width: 44%
    }
}

@media (max-width: 767px) {
    .societybox-sec3 .container .gt {
        width: 100%
    }
}

.societybox-sec3 .container .gt .item {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding: 1.8rem 0 .4rem;
    min-height: 100vh;
    pointer-events: none
}

@media (max-width: 767px) {
    .societybox-sec3 .container .gt .item {
        padding: 3rem 0 .4rem
    }
}

.societybox-sec3 .container .gt .item .list {
    pointer-events: auto;
    padding: .7rem .5rem .4rem;
    min-height: 6.36rem;
    background-color: rgba(255, 255, 255, 0.5);
    background: #fff;
    transition: all .4s;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.societybox-sec3 .container .gt .item .list .f_icon {
    height: .6rem;
    display: flex;
    margin-bottom: .55rem
}

.societybox-sec3 .container .gt .item .list .f_icon img, .societybox-sec3 .container .gt .item .list .f_icon svg {
    height: 100%;
    width: auto
}

.societybox-sec3 .container .gt .item .list .f_icon img path, .societybox-sec3 .container .gt .item .list .f_icon svg path {
    fill: #000;
    transition: all .4s
}

.societybox-sec3 .container .gt .item .list .f_icon img:nth-child(2) {
    display: none
}

.societybox-sec3 .container .gt .item .list .f_tit {
    font-weight: bold;
    color: #000000;
    transition: all .4s;
    line-height: 1.27777778;
    margin-bottom: .34rem
}

.societybox-sec3 .container .gt .item .list .f_text {
    margin-bottom: .44rem;
    transition: all .4s;
    text-align: justify;
}

.societybox-sec3 .container .gt .item .list .but {
    margin-top: auto;
    margin-left: auto;
    width: .6rem;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .4s;
    background-color: #005ec4;
    border-radius: 50%
}

.societybox-sec3 .container .gt .item .list .but:before, .societybox-sec3 .container .gt .item .list .but:after {
    content: "";
    background: #ffffff;
    transition: all .4s;
    display: block;
    width: 30%;
    height: 3px
}

@media (max-width: 1580px) {
    .societybox-sec3 .container .gt .item .list .but:before, .societybox-sec3 .container .gt .item .list .but:after {
        height: 2px
    }
}

.societybox-sec3 .container .gt .item .list .but:after {
    transform: rotate(90deg);
    margin-top: -1.5px
}

@media (max-width: 1580px) {
    .societybox-sec3 .container .gt .item .list .but:after {
        margin-top: -1px
    }
}

.societybox-sec3 .container .gt .item.on~.item .list {
    background-color: #0057b4
}

.societybox-sec3 .container .gt .item.on~.item .list .f_icon svg path {
    fill: #ffffff
}

.societybox-sec3 .container .gt .item.on~.item .list .f_icon img {
    display: none
}

.societybox-sec3 .container .gt .item.on~.item .list .f_icon img:nth-child(2) {
    display: block
}

.societybox-sec3 .container .gt .item.on~.item .list .f_tit {
    color: #ffffff
}

.societybox-sec3 .container .gt .item.on~.item .list .f_text {
    color: #ffffff
}

.societybox-sec3 .container .gt .item.on~.item .list .but {
    background-color: #ffffff
}

.societybox-sec3 .container .gt .item.on~.item .list .but:before, .societybox-sec3 .container .gt .item.on~.item .list .but:after {
    background: #005ec4
}

.societybox-sec4 {
    overflow: hidden;
    padding: 1.7rem 0 1.6rem
}

@media (max-width: 767px) {
    .societybox-sec4 {
        padding: 1.4rem 0
    }
}

.societybox-sec4 .f_font {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-bottom: .64rem
}

@media (max-width: 767px) {
    .societybox-sec4 .f_font {
        margin-bottom: .54rem
    }
}

.societybox-sec4 .f_font .esgbox_tit {
    text-align: left;
    width: 53.371%;
    padding-right: .3rem
}

@media (max-width: 767px) {
    .societybox-sec4 .f_font .esgbox_tit {
        width: 100%;
        padding-right: 0
    }
}

.societybox-sec4 .f_font .f_tx1 {
    width: 46.629%;
    color: #000000;
    line-height: 1.41666667
}

@media (max-width: 767px) {
    .societybox-sec4 .f_font .f_tx1 {
        width: 100%;
        margin-top: .2rem;
        padding-right: 0
    }
}

.societybox-sec4 .cont .societybox4_cont {
    margin: 0 -0.15rem;
    width: auto;
    overflow: visible
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide {
    padding: 0 .15rem;
    width: 25%;
    height: auto
}

@media (max-width: 991px) {
    .societybox-sec4 .cont .societybox4_cont .swiper-slide {
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .societybox-sec4 .cont .societybox4_cont .swiper-slide {
        width: 80%
    }
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item {
    width: 100%;
    display: block;
    border: solid 1px #f1f1f2;
    padding: .22rem .22rem .47rem;
    height: 100%
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .f_img {
    position: relative
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .f_img .img {
    padding-top: 63.38028169%;
    transition: all .4s
}

@media (max-width: 1199px) {
    .societybox-sec4 .cont .societybox4_cont .swiper-slide .item .f_img .img {
        opacity: 1
    }
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .f_img .f_tag {
    position: absolute;
    top: .17rem;
    left: 8px;
    color: #0057b4;
    background: #f4f9ff;
    transition: all .4s;
    display: block;
    padding: 6px 13px;
    border-radius: 18px;
    background: rgba(0, 87, 180, 0.8);
    color: #ffffff
}

@media (max-width: 1580px) {
    .societybox-sec4 .cont .societybox4_cont .swiper-slide .item .f_img .f_tag {
        padding: 4px 10px
    }
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .font {
    padding-top: .32rem
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .font .f_time {
    display: block;
    color: #666666;
    margin-bottom: .1rem
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .font .f_tit {
    color: #000000;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.5em;
    padding-right: .7rem
}

@media (max-width: 767px) {
    .societybox-sec4 .cont .societybox4_cont .swiper-slide .item .font .f_tit {
        padding-right: 0
    }
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item:hover .f_img .img {
    opacity: 1
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item:hover .f_img .img img {
    transform: scale(1.1)
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item:hover .f_img .f_tag {
    background: rgba(0, 87, 180, 0.8);
    color: #ffffff
}

.societybox-sec4 .cont .societybox4_cont .qie {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem
}

.societybox-sec4 .cont .societybox4_cont .qie .societybox4_prev, .societybox-sec4 .cont .societybox4_cont .qie .societybox4_next {
    position: relative;
    left: 0;
    right: 0;
    width: .6rem;
    height: .6rem
}

@media (max-width: 767px) {
    .societybox-sec4 .cont .societybox4_cont .qie .societybox4_prev, .societybox-sec4 .cont .societybox4_cont .qie .societybox4_next {
        width: .78rem;
        height: .78rem
    }
}

.societybox-sec4 .cont .societybox4_cont .qie .societybox4_prev img, .societybox-sec4 .cont .societybox4_cont .qie .societybox4_next img {
    width: 16.66666667%;
    height: 28.33333333%;
    object-fit: contain
}

.societybox-sec4 .cont .societybox4_cont .qie .societybox4_prev {
    margin-right: .2rem
}

.societybox-sec5 {
    padding: 1.34rem 0 .66rem;
    background-color: #0057b4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.societybox-sec5 .container {
    display: flex;
    flex-wrap: wrap
}

.societybox-sec5 .container .esgbox_tit {
    width: 48.31%;
    padding-right: .2rem;
    text-align: left
}

@media (max-width: 767px) {
    .societybox-sec5 .container .esgbox_tit {
        width: 100%;
        padding-right: 0;
        margin-bottom: .56rem
    }
}

.societybox-sec5 .container .esgbox_tit .f_name {
    color: #ffffff
}

.societybox-sec5 .container .esgbox_tit .f_tit {
    color: #ffffff
}

.societybox-sec5 .container .cont {
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    width: 51.69%
}

@media (max-width: 767px) {
    .societybox-sec5 .container .cont {
        width: 100%
    }
}

.societybox-sec5 .container .cont .item {
    width: 50%;
    padding-right: .2rem;
    margin-bottom: .9rem
}

@media (max-width: 767px) {
    .societybox-sec5 .container .cont .item {
        margin-bottom: .6rem
    }
}

.societybox-sec5 .container .cont .item .shu {
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    line-height: 1.1;
    margin-bottom: .12rem;
    display: flex;
    align-items: flex-start
}

.societybox-sec5 .container .cont .item .shu .count {
    line-height: 1;
    font-size: .9rem
}

.societybox-sec5 .container .cont .item .shu .font24 {
    display: block;
    margin-left: -0.6em;
    margin-top: 2.2em
}

.societybox-sec5 .container .cont .item .f_text {
    opacity: .6
}

.societybox-sec6 {
    padding: 1.6rem 0;
    background: url(../images/tupremfaw1.png) no-repeat right top / 35.41666667% auto
}

@media (max-width: 767px) {
    .societybox-sec6 {
        padding: 1.34rem 0 1.4rem
    }
}

.societybox-sec6 .esgbox_tit {
    text-align: left;
    max-width: 5.5rem;
    margin-bottom: 1.36rem
}

@media (max-width: 767px) {
    .societybox-sec6 .esgbox_tit {
        max-width: 100%;
        margin-bottom: .56rem
    }
}

.societybox-sec6 .cont .item {
    padding: .44rem 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative
}

.societybox-sec6 .cont .item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.societybox-sec6 .cont .item:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    background-color: #005ec4;
    width: 0;
    transition: all .4s
}

.societybox-sec6 .cont .item .font {
    width: 94.94382022%;
    padding-right: 17.75147929%;
    padding-left: 19.76331361%;
    position: relative
}

@media (max-width: 767px) {
    .societybox-sec6 .cont .item .font {
        width: calc(100% - .72rem);
        padding: 0;
        padding-right: .5rem
    }
}

.societybox-sec6 .cont .item .font .f_time {
    color: #000000;
    cursor: pointer
}

@media (min-width: 768px) {
    .societybox-sec6 .cont .item .font .f_time {
        position: absolute;
        left: 0;
        top: 0;
        width: 10%
    }
}

.societybox-sec6 .cont .item .font .f_tit {
    cursor: pointer;
    font-weight: bold;
    font-size: 22px
}

@media (max-width: 1580px) {
    .societybox-sec6 .cont .item .font .f_tit {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .societybox-sec6 .cont .item .font .f_tit {
        font-size: .3rem
    }
}

.societybox-sec6 .cont .item .font .f_text {
    padding-top: .1rem;
    display: none;
    color: #999999;
    line-height: 1.41666667
}

.societybox-sec6 .cont .item .but {
    width: .5rem;
    height: .5rem;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
    border-radius: 50%;
    transition: all .4s;
    justify-content: center
}

@media (max-width: 767px) {
    .societybox-sec6 .cont .item .but {
        width: .72rem;
        height: .72rem
    }
}

.societybox-sec6 .cont .item .but:before, .societybox-sec6 .cont .item .but:after {
    content: "";
    display: block;
    width: 30%;
    transition: all .4s;
    height: 2px;
    background: #0057b4
}

@media (max-width: 1580px) {
    .societybox-sec6 .cont .item .but:before, .societybox-sec6 .cont .item .but:after {
        height: 2px
    }
}

.societybox-sec6 .cont .item .but:after {
    transform: rotate(90deg);
    margin-top: -2px
}

@media (max-width: 1580px) {
    .societybox-sec6 .cont .item .but:after {
        margin-top: -2px
    }
}

.societybox-sec6 .cont .item.on:before {
    width: 100%
}

.societybox-sec6 .cont .item.on .but {
    background-color: #005ec4;
    border-color: #005ec4
}

.societybox-sec6 .cont .item.on .but:before, .societybox-sec6 .cont .item.on .but:after {
    background: #ffffff
}

.societybox-sec6 .cont .item.on .but:after {
    opacity: 0
}

.societybox-sec7 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #081a2d url("../images/bagwfim1.jpg") no-repeat right bottom / auto 100%
}

.societybox-sec7 .img, .societybox-sec7 .font {
    width: 50%
}

@media (max-width: 767px) {
    .societybox-sec7 .img, .societybox-sec7 .font {
        width: 100%
    }
}

.societybox-sec7 .img:before {
    padding-top: 78.125%
}

.societybox-sec7 .font {
    padding: 1.4rem 9.89583333% 1.4rem 1.38rem;
    color: #ffffff
}

@media (max-width: 1580px) {
    .societybox-sec7 .font {
        padding: 1rem 9.89583333% 1rem .6rem
    }
}

@media (max-width: 991px) {
    .societybox-sec7 .font {
        padding: .5rem .3rem
    }
}

.societybox-sec7 .font .f_tit {
    font-weight: bold;
    margin-bottom: .18rem
}

.societybox-sec7 .font .f_text {
    opacity: .6;
    line-height: 1.55555556;
    margin-bottom: 1.7rem;
    text-align: justify;
}

@media (max-width: 1580px) {
    .societybox-sec7 .font .f_text {
        margin-bottom: 1.2rem
    }
}

@media (max-width: 1199px) {
    .societybox-sec7 .font .f_text {
        margin-bottom: .6rem
    }
}

.societybox-sec7 .font .shu {
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    color: #11c4ff;
    line-height: 1.1;
    padding-top: .28rem;
    border-top: 2px solid #11c4ff
}

.societybox-sec8 {
    padding: 1.35rem 0 1.4rem
}

.societybox-sec8 .esgbox_tit {
    text-align: left;
    max-width: 13.03rem;
    margin-bottom: 1.24rem
}

@media (max-width: 991px) {
    .societybox-sec8 .esgbox_tit {
        max-width: 100%
    }
}

.societybox-sec8 .cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 200vh
}

@media (max-width: 991px) {
    .societybox-sec8 .cont {
        height: auto
    }
}

.societybox-sec8 .cont .img:before {
    padding-top: 52.08333333%
}

.societybox-sec8 .cont .lt, .societybox-sec8 .cont .gt {
    width: 50%
}

@media (max-width: 767px) {
    .societybox-sec8 .cont .lt, .societybox-sec8 .cont .gt {
        width: 100%
    }
}

.societybox-sec8 .cont .lt {
    position: relative
}

@media (min-width: 768px) {
    .societybox-sec8 .cont .lt {
        position: sticky;
        position: -webkit-sticky;
        top: 2rem
    }
}

.societybox-sec8 .cont .lt .item {
    position: relative;
    transition: all .4s;
    padding: .97rem 2.63rem .97rem 7.29166667%
}

@media (max-width: 1199px) {
    .societybox-sec8 .cont .lt .item {
        padding: .6rem 1rem .6rem 10%
    }
}

@media (max-width: 991px) {
    .societybox-sec8 .cont .lt .item {
        padding: .4rem .4rem .4rem 10%
    }
}

@media (min-width: 768px) {
    .societybox-sec8 .cont .lt .item {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        display: flex;
        min-height: 3.2rem;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .societybox-sec8 .cont .lt .item {
        padding: 0 5%;
        margin-bottom: .7rem
    }

    .societybox-sec8 .cont .lt .item:last-child {
        margin-bottom: 0
    }
}

.societybox-sec8 .cont .lt .item .img {
    margin-bottom: .4rem
}

@media (min-width: 768px) {
    .societybox-sec8 .cont .lt .item .img {
        display: none
    }
}

.societybox-sec8 .cont .lt .item .f_tit {
    font-weight: bold;
    color: #000000;
    margin-bottom: .12rem
}

.societybox-sec8 .cont .lt .item .f_text {
    color: #666666;
    line-height: 1.33333333;
    margin-bottom: .4rem;
    text-align: justify;
}

.societybox-sec8 .cont .lt .item .shu {
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    color: #0057b4;
    margin-top: auto
}

.societybox-sec8 .cont .lt .item.on {
    visibility: inherit;
    opacity: 1;
    position: relative
}

.societybox-sec8 .cont .gt {
    position: relative
}

@media (max-width: 767px) {
    .societybox-sec8 .cont .gt {
        display: none
    }
}

@media (min-width: 768px) {
    .societybox-sec8 .cont .gt {
        position: sticky;
        position: -webkit-sticky;
        top: 2rem
    }
}

.societybox-sec8 .cont .gt .img {
    margin-bottom: .9rem
}

.societybox-sec8 .cont .gt .img:last-child {
    margin-bottom: 0
}

.societybox-sec8 .cont .gt .img img {
    height: 100%
}

.societybox-sec9 {
    padding: 1.8rem 0 1.6rem;
    position: relative;
    overflow: hidden
}

@media (max-width: 767px) {
    .societybox-sec9 {
        padding: 1.3rem 0 1.4rem
    }
}

.societybox-sec9 .bag {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.societybox-sec9 .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.societybox-sec9 .bag:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: saturate(120%) blur(8px);
    backdrop-filter: saturate(120%) blur(8px)
}

.societybox-sec9 .container {
    position: relative
}

.societybox-sec9 .container .esgbox_tit {
    margin-bottom: .8rem
}

@media (max-width: 767px) {
    .societybox-sec9 .container .esgbox_tit {
        margin-bottom: .54
    }
}

.societybox-sec9 .container .esgbox_tit .f_tit {
    color: #ffffff
}

.societybox-sec9 .container .societybox9_cont {
    overflow: inherit;
    width: 5.16rem
}

@media (max-width: 767px) {
    .societybox-sec9 .container .societybox9_cont {
        width: 80%;
        width: 100%
    }
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item {
    color: #11c4ff;
    transition: all .4s;
    position: relative
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .shu {
    font-size: .5rem;
    line-height: 1;
    font-family: 'shuzi', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

@media (max-width: 1199px) {
    .societybox-sec9 .container .societybox9_cont .swiper-slide .item .shu {
        font-size: .54rem
    }
}

@media (max-width: 767px) {
    .societybox-sec9 .container .societybox9_cont .swiper-slide .item .shu {
        font-size: .38rem
    }
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .f_tit {
    font-weight: bold;
    line-height: 1.25
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .f_text {
    color: #ffffff;
    line-height: 1.44444444;
    opacity: .7;
    margin-top: .18rem;
    text-align: justify;
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font {
    width: 100%;
    padding: .6rem .5rem;
    color: #ffffff;
    position: relative;
    border-radius: .2rem;
    min-height: 4.3rem;
    opacity: 0;
    transform: scale(.2);
    transition: all .4s .2s;
    overflow: hidden
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font .shu, .societybox-sec9 .container .societybox9_cont .swiper-slide .item .font .f_tit, .societybox-sec9 .container .societybox9_cont .swiper-slide .item .font .f_text {
    position: relative
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font .shu {
    margin-bottom: .1rem
}

@media (min-width: 768px) {
    .societybox-sec9 .container .societybox9_cont .swiper-slide .item .font .shu {
        display: none
    }
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/gongfepinimg1.jpg) no-repeat center / cover
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .f_hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 77.51937984%;
    border-radius: .2rem;
    padding: .52rem .4rem .4rem;
    display: flex;
    flex-direction: column;
    transition: all .4s .4s;
    background-color: rgba(255, 255, 255, 0.2)
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .f_hover .f_tit {
    margin-top: 1.1rem;
    padding-top: .26rem;
    border-top: 2px solid #11c4ff;
    min-height: 2.5em;
    box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.societybox-sec9 .container .societybox9_cont .swiper-slide-prev .item .f_hover {
    left: 45%
}

.societybox-sec9 .container .societybox9_cont .swiper-slide-next .item .f_hover {
    left: 55%
}

.societybox-sec9 .container .societybox9_cont .swiper-slide-active .item {
    transform: scale(1)
}

.societybox-sec9 .container .societybox9_cont .swiper-slide-active .item .f_hover {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.8);
    transition: all .4s .1s
}

.societybox-sec9 .container .societybox9_cont .swiper-slide-active .item .font {
    opacity: 1;
    transform: scale(1);
    transition: all .4s .3s
}

.societybox-sec9 .container .societybox9_cont .qie {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem
}

.societybox-sec9 .container .societybox9_cont .qie .soci9_prev, .societybox-sec9 .container .societybox9_cont .qie .soci9_next {
    position: relative;
    left: 0;
    right: 0;
    width: .6rem;
    height: .6rem;
    border: solid 2px #eeeeee;
    background: transparent
}

@media (max-width: 767px) {
    .societybox-sec9 .container .societybox9_cont .qie .soci9_prev, .societybox-sec9 .container .societybox9_cont .qie .soci9_next {
        width: .78rem;
        height: .78rem
    }
}

.societybox-sec9 .container .societybox9_cont .qie .soci9_prev img, .societybox-sec9 .container .societybox9_cont .qie .soci9_next img {
    width: 16.66666667%;
    height: 28.33333333%;
    object-fit: contain
}

.societybox-sec9 .container .societybox9_cont .qie .soci9_prev:hover, .societybox-sec9 .container .societybox9_cont .qie .soci9_next:hover {
    background: #11c4ff;
    border-color: #11c4ff
}

.societybox-sec9 .container .societybox9_cont .qie .soci9_prev {
    margin-right: .2rem
}

.technicalbox-sec1 {
    height: 200vh;
    position: relative
}

@media (max-width: 767px) {
    .technicalbox-sec1 {
        height: auto
    }
}

.technicalbox-sec1 .f_zhong {
    overflow: hidden;
    position: relative
}

@media (min-width: 768px) {
    .technicalbox-sec1 .f_zhong {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        width: 100%;
        height: 100vh
    }
}

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong {
        padding-bottom: 1.4rem
    }
}

.technicalbox-sec1 .f_zhong .bag {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0057b4;
    opacity: 0;
    transition: all .4s linear
}

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .bag {
        opacity: 1
    }
}

.technicalbox-sec1 .f_zhong .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.technicalbox-sec1 .f_zhong .technicalbox1_cont {
    width: 100%;
    height: 100vh;
    padding-top: 11.45833333%;
    padding-top: 6.5%;
    position: relative;
    z-index: 1;
    transition: all .4s .3s linear
}

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .technicalbox1_cont {
        height: auto;
        padding-top: 1.4rem
    }
}

.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_title1 {
    text-align: center;
    font-weight: bold;
    line-height: 1.35714286;
    margin-bottom: .56rem
}

@media (max-width: 991px) {
    .technicalbox-sec1 .f_zhong .technicalbox1_cont .f_title1 {
        line-height: 1.66
    }
}

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .technicalbox1_cont .f_title1 {
        color: #ffffff
    }
}

.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_vidoe {
    width: 54.82%;
    margin: 0 auto
}

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .technicalbox1_cont .f_vidoe {
        display: none
    }
}

.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_vidoe:before {
    content: "";
    display: block;
    padding-top: 100%;
    padding-top: 70%
}

.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_vidoe video {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    object-fit: cover;
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont {
    position: relative;
    transition: all .4s linear
}

@media (min-width: 768px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont {
        opacity: 1;
        /*pointer-events: none*/
    }
}
/*
@media (min-width: 768px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -23.75%;
        width: 57.291%
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: url(../images/yunicimg1.png) center / 100% 100% no-repeat
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg:after {
        content: "";
        display: block;
        padding-top: 100%
    }
}
*/
@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg {
        width: 100%;
        margin-bottom: .4rem
    }
}
/*
.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .f_img {
    width: 81.8181%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}*/

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .f_img {
        display: none
    }
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .f_img .img {
    width: 100%;
    padding-top: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
    opacity: 0;
    visibility: hidden
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .f_img .on {
    visibility: inherit;
    opacity: 1;
    position: relative
}
/*
@media (min-width: 768px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /* border-radius: 50% * /
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-wrapper {
        width: 100%;
        height: 100%;
        display: block;
        /* border-radius: 50% * /
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-wrapper .swiper-slide {
        width: 0;
        height: 0
    }
}
*/
.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide {
    cursor: pointer
}

@media (min-width: 768px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide {
        offset-path: border-box;
        -webkit-offset-path: border-box;
        offset-distance: 4%;/*17%;*/
        offset-rotate: 0deg;
        offset-anchor: 3px center
    }
/*
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(2) {
        offset-distance: 0;
        width: 0.1rem;
    }
*/
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(2) {
        offset-distance: 10%;/*22%*/
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(3) {
        offset-distance: 16%;/*27%*/
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(4) {
        offset-distance: 22%;/*32%*/
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(5) {
        offset-distance: 28%;/*37%*/
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(6) {
        offset-distance: 34%;/*42%*/
    }
/*
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(8) {
        offset-distance: 0;
        width: 0.1rem;
    }*/
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item {
    width: 0;
    height: 0;
    position: relative
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    opacity: .6;
    z-index: 1
}

@media (max-width: 1580px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i {
        width: 8px;
        height: 8px
    }
}

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i {
        display: none
    }
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    z-index: -2;
    opacity: 0
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #005ec4;
    transition: all .4s;
    border: 3px solid #ffffff
}

@media (max-width: 1580px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i:after {
        border-width: 2px
    }
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item p {
    color: #84b4e8;
    opacity: .4;
    padding-left: .24rem;
    transition: all .4s
}
/*
@media (min-width: 768px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item p {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}*/

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on i {
    opacity: 1
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on i:after {
    background: #11c4ff
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on i:before {
    animation: sceotr52 1s linear infinite
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on p {
    opacity: 1;
    color: #11c4ff
}

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav {
        width: auto;
        margin: 0 auto;
        padding: 0 5%;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5)
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide {
        width: auto;
        position: relative
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item {
        position: relative;
        width: auto;
        height: auto;
        margin-right: .4rem;
        padding-bottom: .34rem
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        margin: 0 auto;
        width: 0;
        right: 0;
        height: 2px;
        background: #ffffff;
        transition: all .4s
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item p {
        padding-left: 0
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on .item:before {
        width: 100%
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on .item p {
        color: #0361C5 /* #ffffff */
    }
}
.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide {
    color: #ffffff
}
/*
.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .img {
    padding-top: 88%;
    margin-bottom: .34rem
}

@media (min-width: 768px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .img {
        display: none
    }
}*/

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_tit {
    font-weight: bold;
    padding-bottom: .44rem;
    margin-bottom: .52rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_text {
    /*max-height: 6.9rem;*/
    max-width: 6.6rem;
    overflow: auto
}

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_text {
        max-height: inherit
    }
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_text::-webkit-scrollbar {
    width: 5px;
    height: 1px
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_text::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ffffff
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2)
}
/*
.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_text p {
    margin-bottom: .16rem
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_text p:last-child {
    margin-bottom: 0
}
*/
.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    margin-top: .6rem
}

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie {
        margin-top: .6rem;
        justify-content: center
    }
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_prev, .technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_next {
    position: relative;
    left: 0;
    right: 0;
    width: .6rem;
    height: .6rem;
    border: solid 2px #eeeeee;
    background: transparent
}

@media (max-width: 767px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_prev, .technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_next {
        width: .78rem;
        height: .78rem
    }
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_prev img, .technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_next img {
    width: 16.66666667%;
    height: 28.33333333%;
    object-fit: contain
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_prev:hover, .technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_next:hover {
    background: #11c4ff;
    border-color: #11c4ff
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_prev {
    margin-right: .2rem
}

@media (min-width: 768px) {
    .technicalbox-sec1 .f_zhong .technicalbox2_cont {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .technicalbox-sec1 .f_zhong .technicalbox2_cont .container {
        margin: 0;
        padding-left: 44.2708333%
    }
}

@media (min-width: 768px) {
    .technicalbox-sec1 .f_zhong.on .bag, .technicalbox-sec1 .f_zhong.on .technicalbox2_cont {
        transition: all .4s .3s linear;
        opacity: 1
    }

    .technicalbox-sec1 .f_zhong.on .technicalbox2_cont {
        pointer-events: auto
    }

    .technicalbox-sec1 .f_zhong.on .technicalbox1_cont {
        opacity: 0;
        pointer-events: none;
        transition: all .4s linear
    }
}

.technicalbox-sec2 {
    /*background: url(../images/shilihuimg1.png) right top / 3.66rem auto no-repeat, url(../images/shilihuimg2.png) left bottom / 3.66rem auto no-repeat;*/
    position: relative;
    padding: 1.7rem 0 2.3rem
}

@media (max-width: 767px) {
    .technicalbox-sec2 {
        padding: 1.4rem 0
    }
}

.technicalbox-sec2 .fz_title {
    text-align: center;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1.1rem
}

@media (max-width: 767px) {
    .technicalbox-sec2 .fz_title {
        margin-bottom: .54rem
    }
}

.technicalbox-sec2 .cont .item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .technicalbox-sec2 .cont .item {
        margin-bottom: .6rem
    }

    .technicalbox-sec2 .cont .item:last-child {
        margin-bottom: 0
    }
}

.technicalbox-sec2 .cont .item .img {
    width: 54.166%
}

@media (max-width: 767px) {
    .technicalbox-sec2 .cont .item .img {
        width: 100%
    }
}
/*
@media (min-width: 768px) {
    .technicalbox-sec2 .cont .item .img {
        /*clip-path: polygon(0 0, 84.2% 0, 100% 100%, 0 100%)* /
    }
}*/

.technicalbox-sec2 .cont .item .img:before {
    padding-top: 92.78350515%
}

.technicalbox-sec2 .cont .item .font {
    width: 45.834%;
    padding: 1.1rem 0 .6rem .75rem
}

@media (max-width: 1199px) {
    .technicalbox-sec2 .cont .item .font {
        padding: .6rem 0;
        padding-left: .5rem
    }
}

@media (max-width: 767px) {
    .technicalbox-sec2 .cont .item .font {
        width: 100%;
        padding: .4rem 0 0
    }
}

.technicalbox-sec2 .cont .item .font .f_tit {
    color: #000000;
    margin-bottom: .2rem;
    font-weight: bold
}

.technicalbox-sec2 .cont .item .font .f_tit span {
    color: #0057b4
}

.technicalbox-sec2 .cont .item .font .f_text {
    color: #666666;
    margin-bottom: 1.72rem
}

@media (max-width: 1199px) {
    .technicalbox-sec2 .cont .item .font .f_text {
        margin-bottom: .6rem
    }
}

.technicalbox-sec2 .cont .item .font .f_text span {
    color: #0057b4
}

.technicalbox-sec2 .cont .item .font .shu {
    line-height: .9;
    color: transparent;
    -webkit-text-stroke: 1.5px #0057b4;
    -webkit-text-fill-color: transparent;
    opacity: .1;
    font-size: 2.6rem
}

@media (max-width: 1199px) {
    .technicalbox-sec2 .cont .item .font .shu {
        font-size: 2rem
    }
}

@media (max-width: 767px) {
    .technicalbox-sec2 .cont .item .font .shu {
        display: none
    }
}

@media (min-width: 768px) {
    /*.technicalbox-sec2 .cont .item:nth-child(2n) .img {
        /*order: 1;
        /*clip-path: polygon(15.5% 0, 100% 0, 100% 100%, 0 100%)* /
    }*/

    .technicalbox-sec2 .cont .item:nth-child(2n) .font {
        padding-left: .3rem;
        padding-right: .75rem
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .technicalbox-sec2 .cont .item:nth-child(2n) .font {
        padding-right: .5rem
    }
}

@keyframes sceotr52 {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1
    }

    to {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0
    }
}

.technicalbanner .bag:after {
    opacity: 0
}