.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap
}
.tablebox {
    display: table;
    table-layout: fixed;
    width: 100%
}
.entry img {
    max-width: 100%;
    height: auto !important
}
.entry ul, .entry ol {
    margin-left: 2em
}
.entry ul li {
    list-style: outside disc none
}
.entry ol li {
    list-style: outside decimal none
}
.entry h1 {
    font-size: 1.5em
}
.entry h2 {
    font-size: 1.25em
}
.entry h3 {
    font-size: 1.125em
}
.entry h4 {
    font-size: 1em
}
.entry h5 {
    font-size: 0.875em
}
.entry h6 {
    font-size: 0.75em
}
.entry blockquote {
    margin: 0 2em;
    font-style: italic;
    opacity: 0.95;
    padding: 1em;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9
}
.entry hr {
    border: none;
    clear: both;
    border-bottom: 1px solid #e6e6e6
}
#header {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0
}
#header .main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    backface-visibility: hidden;
    visibility: visible;
    animation-delay: 0.3s
}
#header .fixed {
    background-color: #fff
}
#header .main:not(.fixed) {
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(255, 255, 255, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(255, 255, 255, 0))
}
#header .inner {
    display: table;
    table-layout: fixed;
    position: relative;
    max-width: none
}
#logo {
    width: 9.66666667em;
    font-size: 1em;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10
}
#logo a {
    display: block;
    overflow: hidden;
    padding-bottom: 22.4137931%;
    position: relative;
    background: no-repeat left center;
    background-size: contain
}
#logo a .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s
}
#logo a .img1 {
    opacity: 0
}
#logo i {
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -99999em;
    display: block;
    overflow: hidden
}
#header .fixed #logo .img1 {
    opacity: 1
}
#header .fixed #logo .img2 {
    opacity: 0
}
#button {
    display: table-cell;
    vertical-align: middle;
    width: 9.66666667em
}
#button .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end
}
#language span {
    display: block;
    overflow: hidden;
    width: 1.22222222em;
    height: 1.22222222em;
    background: url(../images/language.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer
}
#header .main:not(.fixed) #language span {
    filter: brightness(0) invert(1)
}
#navbtn {
    display: none;
    margin-left: 2.08333333vw
}
#search {
    margin-left: 2.08333333vw
}
#search span {
    width: 1.11111111em;
    height: 1.11111111em;
    background: url(../images/search.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: block;
    overflow: hidden
}
#header .main:not(.fixed) #search span {
    filter: brightness(0) invert(1)
}
#search .input {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.2s linear 0s;
    overflow: hidden;
    box-shadow: 0 0.0625em 0.625em rgba(0, 0, 0, 0.1)
}
#search .text {
    display: block;
    width: 100%;
    height: 2.77777778em;
    line-height: 1.66666667em;
    padding: 0.55555556em 1em
}
#search .go {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2.77777778em;
    cursor: pointer;
    background: url(../images/search.svg) no-repeat center center;
    background-size: 1em auto
}
#search.active .input {
    opacity: 1;
    width: 19.44444444em;
    padding-right: 2.77777778em
}
#navi {
    display: table-cell;
    vertical-align: middle;
    line-height: 2em
}
#navi .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}
#navi .menu>li {
    padding: 1.22222222em 1.99680511%;
    position: relative
}
#navi em {
    display: none
}
#navi a {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
#navi .parent>a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.11111111em;
    background-color: #215aa8;
    opacity: 0
}
#navi .cur>a:after {
    opacity: 1
}
#navi .cur>a, #navi .on>a {
    color: #215aa8
}
#navi .drop {
    position: absolute;
    top: 100%;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 0.5em 0;
    display: none
}
#navi .drop a {
    padding: 0.5em 1.5em
}
#navi .sub {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95)
}
#navi .sub a {
    padding: 0.5em 1.5em;
    display: block;
    white-space: nowrap
}
#navi em {
    display: none
}
@media(min-width:1024px) {
    #header .main:not(.fixed) #navi a.first {
        color: #fff
    }
}
#footer {
    position: relative;
    padding: 4.16666667% 0 3.75%;
    z-index: 10
}
#footer:before, #footer:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0
}
#footer:before {
    width: 29.16666667%;
    left: 0;
    border-top-right-radius: 4.6875vw;
    background: #f4f8fb url(../images/footer_logo.png) no-repeat left bottom;
    background-size: contain;
    z-index: 2
}
#footer:after {
    background-color: #f4f8fb;
    border-top-left-radius: 4.6875vw;
    right: 0;
    width: 70.83333333%
}
#footer .inner {
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2
}
#bottom {
    width: 22.85714286%;
    font-size: 0.77777778em;
    line-height: 1.71428571em
}
@media only screen and (max-width:1280px) {
    #bottom {
        width: 270px
    }
}
#site {
    width: 54.375%;
    margin-bottom: 16%
}
#site i {
    padding-bottom: 22.4137931%;
    display: block;
    overflow: hidden;
    background: no-repeat left center;
    background-size: contain
}
@media only screen and (max-width:1280px) {
    #site {
        margin-bottom: 12.109375vw
    }
}
#footer .bottom-box {
    margin-top: 8%
}
#footer .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: inherit
}
#pages {}
#pages li {
    padding-right: 1.21428571em;
    position: relative
}
#pages li:after {
    content: '·';
    display: block;
    position: absolute;
    top: 0;
    right: 0.60714286em;
    transform: translateX(50%)
}
#pages li:last-child {
    padding-right: 0
}
#pages li:last-child:after {
    display: none
}
@media only screen and (max-width:1280px) {
    #pages {
        margin-bottom: 1.953125vw
    }
}
@media only screen and (max-width:1494px) {
    body {
        font-size: 16px
    }
}
@media only screen and (max-width:1024px) {
    body {
        font-size: 16px
    }
    #header .inner {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 1.22222222em 0
    }
    #logo {
        display: block;
        width: 135px
    }
    #button {
        display: block
    }
    #search {
        margin-left: 1.5em
    }
    #navbtn {
        position: relative;
        cursor: pointer;
        width: 1.14285714em;
        height: 1.57142857em;
        display: block;
        z-index: 10;
        margin-left: 1.5em
    }
    #navbtn:before, #navbtn:after, #navbtn i {
        width: 100%;
        height: 2px;
        background-color: #333;
        display: block;
        position: absolute;
        left: 0;
        border-radius: 1px;
        transition: all 0.3s;
        content: ''
    }
    #navbtn:before {
        top: 0.3em
    }
    #navbtn:after {
        bottom: 0.3em
    }
    #navbtn i {
        top: 50%;
        transform: translateY(-50%)
    }
    #navbtn.active {
        width: 1.42857143em
    }
    #navbtn.active:before {
        transform: rotate(45deg);
        top: 49%
    }
    #navbtn.active:after {
        transform: rotate(-45deg);
        bottom: auto;
        top: 49%
    }
    #navbtn.active i {
        opacity: 0
    }
    #navi {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(240, 242, 247, 0.9);
        z-index: 9;
        left: 0;
        top: 0;
        display: none
    }
    #navi .menu {
        position: fixed;
        right: 0;
        top: 64.5px;
        width: 80%;
        max-width: 300px;
        background-color: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: calc(100% - 64.5px);
        display: block;
        padding: 3.5vh;
        transform: translateX(100%);
        transition: transform 0.2s;
        box-shadow: 0px 0.05em 1.05em rgba(0, 0, 0, 0.1);
        border-top-left-radius: 5px
    }
    #navi .menu>li {
        padding: 0
    }
    #navi.active .menu {
        transform: translateX(0)
    }
    #navi .parent>a {
        padding: 0.5em 0
    }
    #navi .parent>a:after {
        display: none
    }
    #navi .static {
        position: relative
    }
    #navi em {
        display: block;
        position: absolute;
        right: -3.5vh;
        width: 2.9em;
        height: 2.9em;
        z-index: 2;
        top: 0;
        cursor: pointer
    }
    #navi em:after {
        width: 0.40909091em;
        height: 0.40909091em;
        border-right: 0.09090909em solid #333;
        border-bottom: 0.09090909em solid #333;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: rotate(-45deg);
        background-color: transparent;
        margin: -4px 0 0 -5px;
        transition: all 0.3s
    }
    #navi .on em:after {
        border-right-color: #e94830;
        border-bottom-color: #e94830;
        transform: rotate(45deg)
    }
    #navi .drop {
        position: static;
        transform: none;
        box-shadow: none;
        background-color: transparent;
        line-height: 2.2em;
        font-size: 1em;
        min-width: 0
    }
    #navi .sub {
        text-align: left
    }
    #navi .sub li {
        margin-left: 1.5em
    }
    #navi .sub a {
        padding: 0.25em 0;
        white-space: normal
    }
    #footer {
        padding: 6% 0 5%
    }
    #footer:before {
        border-top-right-radius: 0;
        width: 100%
    }
    #footer:after {
        border-top-left-radius: 0
    }
    #footer .inner {
        display: block
    }
    #infor {
        width: auto
    }
    #infor .item {
        display: none
    }
    #follow {
        margin: 0 auto 3.5%
    }
    #bottom {
        width: auto
    }
    #site {
        width: 135px;
        margin: 0 auto 5%
    }
    #pages ul {
        justify-content: center
    }
    #copyright {
        text-align: center
    }
}
@media only screen and (max-width:768px) {
    #header {
        position: relative
    }
    #header .inner {
        padding: 1em 0;
        position: static
    }
    #logo {
        width: 120px
    }
    #search.active .input {
        width: 100%
    }
    #navi .menu {
        top: 55px;
        height: calc(100% - 55px)
    }
}
#follow {
    font-size: 0.88888889em;
    color: #666;
    line-height: 1.5em;
    display: flex;
    align-items: center
}
#follow .qr {
    margin-right: 20px
}
#follow .qr img {
    border: 1px solid #e8e8e8
}
#infor {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 65.71428571%
}
#infor dl {
    margin-bottom: 1.38888889em
}
#infor dt {
    color: #215aa8;
    position: relative;
    margin-bottom: 0.66666667em;
    padding-left: 1.55555556em
}
#infor dt:before {
    width: 0.55555556em;
    height: 0.11111111em;
    background-color: #215aa8;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}
#infor dt a {
    color: #215aa8
}
#infor dd {
    font-size: 0.88888889em;
    line-height: 2em;
    padding-left: 1.75em
}
#infor dd a {
    color: #666
}
#infor dd a:hover {
    color: #215aa8
}
.readmore {
    overflow: hidden
}
.readmore a {
    display: flex;
    align-items: center;
    color: #333333
}
.readmore a:before {
    display: block;
    content: '';
    margin-right: 15px;
    width: 1.556em;
    height: 1.334em;
    background: url(../images/arrow_02.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.3s
}
.readmore a:hover:before {
    background-image: url(../images/arrow_01.svg)
}
@keyframes bubble1 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes bubble2 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes bubble3 {
    0% {
        transform: scale(1) translate3d(0, 0, 0);
    }
    25% {
        transform: scale(1.1) translate3d(2.604vw, -1.5625vw, -1.0416vw);
    }
    50% {
        transform: scale(1.2) translate3d(4.6875vw, 2.604vw, 0.5208vw);
    }
    75% {
        transform: scale(1.1) translate3d(2.604vw, -1.0416vw, 0.5208vw);
    }
    100% {
        transform: scale(1) translate3d(0, 0, 0);
    }
}
@keyframes bubble4 {
    0% {
        transform: scale(1) translate3d(0, 0, 0);
    }
    25% {
        transform: scale(1.1) translate3d(-2.604vw, -1.5625vw, 1.0416vw);
    }
    50% {
        transform: scale(1.2) translate3d(-1.5625vw, -2.604vw, 0.5208vw);
    }
    75% {
        transform: scale(1.1) translate3d(0.5208vw, -1.0416vw, 0.5208vw);
    }
    100% {
        transform: scale(1) translate3d(0, 0, 0);
    }
}
/*x*/
:root {
    --ww: 1920;
}
@media(max-width:1024px) {
    :root {
        --ww: 1400;
    }
}
.wz {
    padding: 0;
    margin: 0;
    font-weight: normal
}
.f16 {
    font-size: 0.88888889em;
}
.f24 {
    font-size: 1.333333em;
}
.f28 {
    font-size: calc(100vw*28/var(--ww));
    line-height: 1.35
}
.f32 {
    font-size: calc(100vw*32/var(--ww));
    line-height: 1.35
}
.f36 {
    font-size: calc(100vw*36/var(--ww));
    line-height: 1.35
}
.f42 {
    font-size: calc(100vw*42/var(--ww));
    line-height: 1.35
}
.f60 {
    font-size: calc(100vw*60/var(--ww));
    line-height: 1.35
}
.f62 {
    font-size: calc(100vw*62/var(--ww));
    line-height: 1.35
}
.f64 {
    font-size: calc(100vw*64/var(--ww));
    line-height: 1.35
}
.f66 {
    font-size: calc(100vw*66/var(--ww));
    line-height: 1.35
}
.f80 {
    font-size: calc(100vw*80/var(--ww));
    line-height: 1.35
}
.f81 {
    font-size: calc(100vw*81/var(--ww));
    line-height: 1.35
}
.f82 {
    font-size: calc(100vw*82/var(--ww));
    line-height: 1.35
}
.f120 {
    font-size: calc(100vw*120/var(--ww));
    line-height: 1.35
}
@media(max-width:1024px) {
    .f16 {
        font-size: 14px;
    }
    .f24 {
        font-size: 18px;
    }
    .f32 {
        font-size: 20px;
    }
    .f36 {
        font-size: 22px;
    }
}
@media(max-width:768px) {
    .f32 {
        font-size: 16px;
    }
    .f36 {
        font-size: 17px;
    }
    .f42 {
        font-size: 18px;
    }
}
.c_999 {
    color: #999999
}
.c_blue {
    color: #215aa8
}
.midimg {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative
}
.midimg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover
}
main#main {
    padding-bottom: 6%;
    position: relative;
    z-index: 10
}
.tab_main .tab_title span {
    cursor: pointer
}
.tab_main .tab_itembox .hide {
    height: 0;
    overflow: hidden
}
.Nybanner {
    position: relative
}
.Nybanner img {
    width: 100%
}
.Nybanner {
    position: relative;
    padding-bottom: 8%
}
.Nybanner .box {
    position: absolute;
    width: 100%;
    bottom: -33.8%;
}
.Nybanner .location {
    color: #999999;
    position: absolute;
    width: 100%;
    text-align: right;
    top: 20%
}
.Nybanner .location a:first-child {
    padding-left: 28px;
    background: url(../images/location_icon.png) no-repeat left
}
.Nybanner .location a:not(:hover) {
    color: #999999
}
.Nybanner .column .inner{
    text-shadow:2px 2px 5px rgba(0,0,0,0.4);
}
.Nybanner .column {
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: absolute;
    width: 100%;
    top: 25%;
    color: #fff
}
.Nybanner .column h3 {}
@media(max-width:1024px) {
    .Nybanner .box {
        bottom: -18%;
    }
}
.about_main .column {}
.about_main .column[rel="center"] {
    text-align: center;
    padding-bottom: 5%
}
.about_main .column[rel="left"] {
    padding-bottom: 10%
}
@media(max-width:640px) {
    .about_main .column[rel="left"] {
        padding-bottom: 5%
    }
}
.about_info .flexbox {
    align-items: center;
    justify-content: space-between
}
.about_info .info {
    width: 42%
}
.about_info .pic {
    width: 53%;
    position: relative;
    padding-left: 14.429%
}
.about_info .pic img {
    border-radius: 0 60% 0 60%
}
.about_info .pic .leaf {
    position: absolute;
    width: 10.782%;
    padding-bottom: 10.782%;
    background: #fdeaaf;
    border-radius: 60% 0 60% 0%;
    animation: bubble3 15s linear 0s infinite;
}
.about_info .pic .leaf:nth-child(1) {
    top: -30%;
    right: -5%;
}
.about_info .pic .leaf:nth-child(2) {
    bottom: -30%;
    right: -5%;
}
.about_info .pic .leaf:nth-child(3) {
    left: 0;
    bottom: 0;
    width: 18.87%;
    padding-bottom: 18.87%;
    background: #c7e0f6;
    border-radius: 0 60% 0 60%;
    animation: bubble4 10s linear 0s infinite;
}
@media(max-width:640px) {
    .about_info .info {
        width: 100%;
        padding-bottom: 5%
    }
    .about_info .pic {
        width: 100%
    }
    .about_info .pic .leaf:nth-child(1) {
        top: 0;
        right: 5%
    }
    .about_info .pic .leaf:nth-child(2) {
        right: 5%;
    }
}
.about_business {
    padding-top: 8%;
    padding-bottom: 8%;
    position: relative;
    background: url(../images/bg_about_business.png) no-repeat center bottom;
    background-size: 100%
}
.about_business .flexbox {
    align-items: center;
    justify-content: space-between
}
.about_business .info {
    width: 49%;
    order: 2
}
.about_business .info p.f32 {
    padding-top: 5%;
    padding-bottom: 6%;
}
.about_business .info .item {
    color: #999999;
    transition: 0.5s;
    padding: 4% 0;
}
.about_business .info .item .txt_txt {
    display: none;
    transition: 0.5s;
    padding-top: 3%
}
.about_business .info .item.show {
    color: #333333
}
.about_business .info .item.show .txt_txt {
    display: block
}
.about_business .pic {
    width: 38.572%;
}
.about_business .pic img {
    border-radius: 60% 0 60% 0
}
.about_business .pic figure:nth-child(2) {
    position: absolute;
    left: -1%;
    top: 0;
    width: 13.663%
}
.about_business .pic figure:nth-child(2) img {
    border-radius: 0 60% 0 60%
}
@media(max-width:1024px) {
    .about_business {
        padding-top: 12%;
    }
}
@media(max-width:640px) {
    .about_business {
        padding-bottom: 0;
        margin-bottom: 5%
    }
    .about_business .info {
        width: 100%;
        padding-bottom: 5%
    }
    .about_business .info p.f32 {
        padding: 2% 0
    }
    .about_business .pic {
        width: 100%;
        order: 3
    }
    .about_business .pic figure:nth-child(1) {
        padding-left: 20%
    }
    .about_business .pic figure:nth-child(2) {
        top: auto;
        bottom: 0;
        width: 20%
    }
}
.about_global {
    position: relative;
    z-index: 2;
    padding-top: 2%
}
.about_global .info {
    text-align: center;
    padding-bottom: 5%
}
.about_global .map {
    position: relative;
    z-index: 5
}
.about_global .country {
    position: absolute;
    top: -7%;
    left: 59.7%;
    z-index: 10;
    transform: translateX(-50%);
}
.about_global .country span {
    position: relative;
    z-index: 2;
    
    font-size: 18px;
    /*background: url(../images/country_bg.png);
    width: 39px;
    line-height: 60px;*/
    text-align: center;
    display: block;
}
.about_global .country:nth-child(1) {}
.about_global .country:nth-child(2) {
    left: 26%;
    top: 2%
}
.about_global .country:nth-child(3) {
    left: 72.3%;
    top: 8%
}
.about_global .country i {
    width: 62%;
    height: 20%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -14%;
    background: rgba(33, 90, 168, 0.3);
    border-radius: 100%;
    display:none;
}
.about_global .country i:before {
    content: '';
    position: absolute;
    margin: auto;
    width: 200%;
    height: 220%;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background: rgba(33, 90, 168, 0.15);
    border-radius: 100%;
    animation: bubble2 5s linear 0s infinite;
}
.about_global .pic {
    position: relative;
    width:118.42857%;
    left:50%;
    transform: translateX(-50%);
    margin-bottom:-17%;
}
.about_global .pic:before {
    content: '';
    display:block;
    width: 100%;
    background: url(../images/about_global_pic.png) no-repeat center center;
    background-size: 100%;
    padding-bottom:31.78528347%;
}
.about_global:after {
    content: '';
    position: absolute;
    width: 8%;
    padding-bottom: 8%;
    right: 6%;
    top: 5%;
    background: #eff6fc;
    filter: blur(0.5vw);
    border-radius: 0 60% 0 60%;
    animation: bubble3 15s linear 0s infinite;
}
.about_data {
    text-align: center;
}
.about_data dl {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 10
}
.about_data dl dt {
    position: absolute;
    padding-top: 30%;
    width: 100%;
    z-index: 5;
    line-height: 1.2
}
.about_data dl dd {
    width: 100%;
    padding-bottom: 148%;
    background: no-repeat center center;
    background-size: contain
}
.about_data dl b {
    font-weight: normal;
    display: block
}
.about_data dl.yellow dd {
    background-image: url(../images/drip_yellow.svg)
}
.about_data dl.light dd {
    background-image: url(../images/drip_light.svg)
}
.about_data dl.blue dd {
    background-image: url(../images/drip_blue.svg)
}
.about_data dl.blue dt {
    color: #fff
}
.about_data dl.w190 {
    width: 10%;
}
.about_data dl.w220 {
    width: 11.561%
}
.about_data dl.w248 {
    width: 13.0325%;
}
@media(max-width:1024px) {
    .about_global .pic {width:140%;}
    .about_global .country {left:61.5%;}
    .about_global .country:nth-child(2) {left:22%;}
    .about_global .country:nth-child(3) {left:76.3%;}
    .about_global .country span {font-size:1.7578125vw;}
}
@media(max-width:640px) {
    .about_data {
        position: relative;
        padding-bottom: 120%
    }
    .about_data dl.w190 {
        width: 30%;
    }
    .about_data dl.w220 {
        width: 35%
    }
    .about_data dl.w248 {
        width: 40%
    }
    .about_global .info {margin-bottom:7%;}
    .about_global .pic {width:180%;}
    .about_global .country {top:-12%;left:64.5%;}
    .about_global .country:nth-child(2) {top:-3%; left:14%;}
    .about_global .country:nth-child(3) {top:3%; left:83.3%;}
}
.about_qualifications {
    margin-top: -3%;
    padding-top: 18%;
    padding-bottom: 22%;
    position: relative;
    background: url(../images/bg_about_qualifications.png) no-repeat center top;
    background-size: 100%
}
.about_qualifications .year {
    width: 45%;
    margin: auto;
    padding-bottom: 4%
}
.about_qualifications .info {
    text-align: center
}
.about_qualifications .txt {
    width: 70.42857142857143%;
    margin: auto
}
.about_qualifications .about_data dl:nth-child(1) {
    left: 10%;
    top: 35%
}
.about_qualifications .about_data dl:nth-child(2) {
    right: 10%;
    top: 25%;
}
.about_qualifications .about_data dl:nth-child(3) {
    left: 30%;
    bottom: 0;
}
.about_qualifications .about_data dl:nth-child(4) {
    right: 25%;
    bottom: 10%
}
.about_qualifications:after {
    content: '';
    position: absolute;
    width: 8%;
    padding-bottom: 8%;
    left: 6%;
    bottom: 12%;
    background: #eff6fc;
    filter: blur(0.5vw);
    border-radius: 60% 0 60% 0;
    animation: bubble3 15s linear 0s infinite;
}
@media(max-width:1500px) {
.about_qualifications .about_data dl:nth-child(1) {
    left:4%;
    top: 35%
}
.about_qualifications .about_data dl:nth-child(2) {
    right: 6%;
    top: 18%;
}
.about_qualifications .about_data dl:nth-child(3) {
    left: 30%;
    bottom: 0;
}
.about_qualifications .about_data dl:nth-child(4) {
    right: 25%;
    bottom: 10%
}    
}
@media(max-width:640px) {
    .about_qualifications .txt {
        width: 100%;
    }
    .about_qualifications .about_data dl:nth-child(1) {
        left: 2%;
        top: 20%
    }
    .about_qualifications .about_data dl:nth-child(2) {
        top: 0
    }
    .about_qualifications .about_data dl:nth-child(3) {
        bottom: 20%
    }
    .about_qualifications .about_data dl:nth-child(4) {
        bottom: 0;
        right: 2%
    }
}
.about_auality {
    padding-top: 16%;
    padding-bottom: 7%;
    position: relative;
    background: url(../images/bg_about_auality.png) no-repeat center top;
    background-size: 100%
}
.about_auality .txt {
    padding-bottom: 2%;
    position: relative;
    z-index: 10
}
.about_auality .txt:nth-child(2) {
    text-align: center;
    max-width: 945px;
    margin: auto;
    padding-bottom: 8%
}
.about_auality .txt:nth-child(3) {
    padding-left: 56%
}
.about_auality .txt:nth-child(4) {
    padding-right: 56%
}
.about_auality .txt p.f32 {
    padding-bottom: 5%
}
.about_auality .about_data dl:nth-child(1) {
    top: 45%
}
.about_auality .about_data dl:nth-child(2) {
    right: 10%;
    bottom: 0;
}
.about_auality .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 30%;
    z-index: 2;
    background: url(../images/line_about_auality.png) no-repeat center center;
    background-size: 100%
}
.about_auality:before, .about_auality:after {
    content: '';
    position: absolute;
}
.about_auality:before {
    width: 5%;
    padding-bottom: 5%;
    top: 10%;
    right: 10%;
    background: #fdeaaf;
    filter: blur(2vw);
    border-radius: 60% 0 60% 0;
}
.about_auality:after {
    width: 8%;
    padding-bottom: 8%;
    left: 48%;
    bottom: 12%;
    background: #eff6fc;
    filter: blur(0.5vw);
    border-radius: 0 60% 0 60%;
    animation: bubble3 15s linear 0s infinite;
}
@media(max-width:640px) {
    .about_auality .txt:nth-child(3) {
        padding-left: 0
    }
    .about_auality .txt:nth-child(4) {
        padding-right: 0
    }
    .about_auality .about_data {
        padding-right: 100%;
        padding-bottom: 70%;
        position: relative
    }
    .about_auality .about_data dl:nth-child(1) {
        top: 0
    }
}
.history_main {
    position: relative
}
.history_main:before, .history_main:after {
    content: '';
    position: absolute
}
.history_main:before {
    top: -15%;
    right: 25%;
    width: 8.333333333333333%;
    padding-bottom: 8.333333333333333%;
    filter: blur(10px);
    background: #eff6fc;
    border-radius: 0 60% 0 60%
}
.history_main:after {
    top: -8%;
    right: 8%;
    width: 4.166666666666667%;
    padding-bottom: 4.166666666666667%;
    background: #fdeab8;
    border-radius: 60% 0 60% 0;
    animation: bubble3 15s linear 0s infinite;
}
.history_main .yezi {
    position: absolute;
    left: 6.145833333333333%;
    bottom: 0;
    width: 11.875%;
    padding-bottom: 11.875%;
    animation: bubble4 15s linear 0s infinite;
}
.history_main .yezi:before, .history_main .yezi:after {
    content: '';
    position: absolute;
    bottom: 0;
}
.history_main .yezi:before {
    left: 0;
    width: 61.96%;
    padding-bottom: 61.96%;
    background: #c7e0f6;
    border-radius: 0 60% 0 60%
}
.history_main .yezi:after {
    right: 0;
    width: 35.41%;
    padding-bottom: 35.41%;
    background: #fdeaaf;
    border-radius: 60% 0 60% 0
}
.history_main .pic {
    position: relative;
}
.history_main .pic figure {
    padding-bottom: 200%;
    background: #ffffff;
}
.history_main .pic figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: 4;
}
.history_main .pic figure:before, .history_main .pic figure img:nth-child(1) {
    border-radius: 0 10vw 0 10vw;
}
.history_main .pic figure img:nth-child(1) {
    z-index: 3;
}
.history_main .pic figure img:nth-child(2) {
    opacity: 0.5;
    z-index: 1
}
.history_main .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4%;
    color: #fff;
    z-index: 10
}
.history_main .title h3 {
    line-height: 1.25
}
.history_main .title span {
    display: block
}
.history_main .title b {
    font-size: calc(100vw*82/1920);
    display: block;
    line-height: 1
}
.history_main .infobox {
    padding-top: 20%
}
.history_main .txt {
    padding: 6% 0
}
.history_main .swiper-slide:nth-child(even) {
    margin-top: 10%
}
.history_main .swiper-slide:hover .pic figure:before {
    opacity: 0
}
@media(max-width:640px) {
    .history_main:before, .history_main:after {
        top: -2%
    }
    .history_main .title .f42{font-size:26px;}
    .history_main .title .f82{font-size:48px;}
    .history_main .infobox {
        padding-top: 10%
    }
    .history_main .pic figure:before, .history_main .pic figure img:nth-child(1) {
        border-radius: 0 20vw 0 20vw;
    }
    .history_main .pic figure{padding-bottom:100%}
}
.brand_list .item {
    position: relative
}
.brand_list .item:not(:last-child) {
    margin-bottom: 10%
}
.brand_list .logo {
    position: absolute;
    text-align: center;
    top: 20%;
    width: 55%;
    z-index: 5
}
.brand_list .logo img {
    width: 68.83116883116883%;
    margin: auto
}
.brand_list .readmore {
    position: absolute;
    bottom: 30%;
}
.brand_list .pic figure {
    border-radius: 50% 0 50% 0;
    overflow: hidden
}
.brand_list .pic img {
    width: 100%;
}
.brand_list .leaf {
    position: absolute;
    border-radius: 0 60% 0 60%;
}
.brand_list .leaf.yellow {
    background: #fdeaaf;
    width: 5.714285714285714%;
    padding-bottom: 5.714285714285714%
}
.brand_list .leaf.blue {
    background: #c7e0f6;
    width: 11.42857142857143%;
    padding-bottom: 11.42857142857143%
}
.brand_list .item:nth-child(odd) .pic {
    padding-left: 34.28571428571429%
}
.brand_list .item:nth-child(even) .pic {
    padding-right: 34.28571428571429%
}
.brand_list .item:nth-child(odd) .readmore {
    right: 70%
}
.brand_list .item:nth-child(even) .readmore {
    right: 0
}
.brand_list .item:nth-child(even) .logo {
    right: 0
}
.brand_list .item:nth-child(odd) .leaf.blue {
    left: 0;
    top: 0
}
.brand_list .item:nth-child(odd) .leaf.yellow {
    left: 20%;
    bottom: 0
}
.brand_list .item:nth-child(even) .leaf.blue {
    left: 65.71428571428571%;
    bottom: 0
}
.brand_list .item:nth-child(even) .leaf.yellow {
    right: 0;
    top: 0;
    border-radius: 60% 0 60% 0
}
@media(max-width:640px) {
    .brand_list .item {
        display: flex;
        flex-wrap: wrap
    }
    .brand_list .logo {
        position: initial;
        width: 100%;
        order: 2;
        padding: 4% 0
    }
    .brand_list .item .pic {
        width: 100%
    }
    .brand_list .item .readmore {
        display: none
    }
    .brand_list .item:nth-child(odd) .pic {
        padding-left: 0
    }
    .brand_list .item:nth-child(even) .pic {
        padding-right: 0
    }
    .brand_list .item:nth-child(odd) .leaf.yellow {
        left: 5%
    }
    .brand_list .item:nth-child(even) .leaf.blue {
        left: 5%
    }
    .brand_list .item:nth-child(even) .leaf.yellow {
        top: -10%
    }
}
.brand_details {
    padding-top: 35px;
    background: url(../images/product_line.png) no-repeat center bottom;
    background-size: 100%
}
.brand_details .inner {
    align-items: center
}
.brand_details .info {
    width: 51%
}
.brand_details .desc {
    line-height: 1.5;
    padding-top: 5%;
    padding-bottom: 5%
}
.brand_details .photo {
    width: 48%;
    padding-top: 7%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}
.brand_details .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    object-fit: contain;
    -o-object-fit: contain;
}
.brand_details .photo .box {
    width: 74.405%;
    padding-bottom: 102.234%;
    position: relative
}
.brand_details .img {
    position: absolute;
    width: 80%;
    height: 58.225%;
    left: -26%;
    bottom: 12%;
    z-index: 2
}
.brand_details .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0
}
.brand_details .pic img {
    -webkit-mask-image: url('../images/leaf_pic_500x687.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
}
.brand_news {
    margin-top: -3%;
    padding-top: 10%;
    padding-bottom: 27%;
    background: url(../images/product_line2.png) no-repeat center top;
    background-size: 100%
}
.brand_news .box {
    position: relative;
    width: 90%;
    max-width: 500px;
    height: 687px;
    /*padding-bottom:70.103%;*/
    margin: auto
}
.brand_news .txt {
    position: absolute;
    width: 100%;
    top: 60%;
    padding: 0 10%;
    transform: translateY(-50%);
    z-index: 5;
    text-align: center;
    color: #333;
}
.brand_news .txt h3 {
    font-weight: normal;
}
.brand_news .txt h4 {
    margin-top: 20%;
    margin-bottom: 8%;
    line-height: 1.4;
    -webkit-line-clamp: 3;
}
.brand_news .txt p {
    -webkit-line-clamp: 2;
}
.brand_news .link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: url(../images/leaf_pic_500x687.png) no-repeat center center;
    background-size: contain
}
.brand_news .swiper {
    overflow: inherit;
    padding-left: 16%;
    padding-right: 16%;
}
.brand_news .swiper-slide:not(.swiper-slide-active) * {
    color: #afbbc6
}
.brand_news .swiper-button-prev:not(:hover), .brand_news .swiper-button-next:not(:hover) {
    color: #333333;
}
.brand_news .swiper-button-prev {
    left: 12%
}
.brand_news .swiper-button-next {
    right: 12%
}
.brand_news .swiper-pagination-total {
    color: #999999
}
.brand_news .swiper-pagination {
    bottom: 50px
}
@media(max-width:1600px) {
    .brand_news .swiper {
        padding-left: 20%;
        padding-right: 20%;
    }
}
@media(max-width:1200px) {
    .brand_news .swiper {
        padding-left: 15%;
        padding-right: 15%;
    }
}
@media(max-width:1024px) {
    .brand_news .box {
        height: auto;
        padding-bottom: 110%;
    }
    .brand_news .swiper-pagination {
        bottom: 10px
    }
}
@media(max-width:640px) {
    .brand_news .txt p {
        display: none
    }
}
.shop_list {
    margin-top: -25%;
}
.shop_list .item {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.shop_list .txt {
    width: 60%;
    margin-right: -20%;
    padding-left: 10%;
    z-index: 5
}
.shop_list .logo {
    padding-bottom: 5%
}
.shop_list .logo img{max-width:150px;height:auto;}
.shop_list .icon {
    position: absolute;
    bottom: 6%;
    display: block;
    width: 8.572%;
    padding-bottom: 8.572%;
    background: url(../images/arrow_02.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.3s;
}
.shop_list .item:hover .icon {
    background-image: url(../images/arrow_01.svg);
}
.shop_list .pic {
    width: 57.14285714285714%;
    padding-bottom: 57.145%;
    position: relative;
    z-index: 2
}
.shop_list .pic img {
    object-fit: contain;
    -o-object-fit: contain;
}
.shop_list .link, .shop_list .bg_color {
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0
}
.shop_list .link {
    z-index: 10
}
.shop_list .item:nth-child(odd) .bg_color {
    border-bottom-left-radius: 5vw
}
.shop_list .item:nth-child(even) .bg_color {
    border-top-right-radius: 5vw
}
@media(max-width:640px) {
    .shop_list .item {
        width: 100%;
    }
    .shop_list .txt {
        padding-left: 5%;
    }
}
.brand_video {
    padding-top: 6%
}
.brand_video .inner {
    position: relative
}
.brand_video .pic {
    background: #000
}
.brand_video .pic img {
    width: 100%;
    opacity: 0.7;
    transition: 0.5s
}
.brand_video .play_icon {
    position: absolute;
    margin: auto;
    width: 100px;
    height: 85px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    cursor: pointer
}
.brand_video .play_icon i {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("../images/video_icon.png")
}
.brand_video .play_icon span {
    display: block;
    color: #fff;
    width: 100%;
}
.brand_video .inner:hover .pic img {
    opacity: 1
}
.video_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.video_files video {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    object-fit: fill;
    -o-object-fit: fill;
}
.video_files .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ea5504, #ff6e03);
    cursor: pointer;
}
.video_files .close::before, .video_files .close::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 70%;
    border-radius: 3px;
    background-color: #fff;
    left: 13px;
    top: 5px;
}
.video_files .close::before {
    transform: rotate(45deg);
}
.video_files .close::after {
    transform: rotate(-45deg);
}
.development_info {
    align-items: center;
    justify-content: space-between;
    margin-top: -10%;
    position: relative;
    overflow: hidden
}
.development_info .info {
    width: 55%;
    max-width: 538px;
}
.development_info .info h2.wz {
    color: #215aa8
}
.development_info .info h3.wz {
    padding-top: 12%;
    padding-bottom: 6%
}
.development_info .pic {
    width: 40%;
    max-width: 500px;
}
.development_info .pic img {
    -webkit-mask-image: url('../images/leaf_pic_500x687.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
}
@media(max-width:640px) {
    .development_info .info {
        width: 100%
    }
    .development_info .pic {
        margin: auto;
    }
}
.development_mode {
    padding-top: 8%
}
.development_mode .listbox {
    justify-content: space-between;
    position: relative;
    z-index: 2
}
.development_mode .item {
    width: 27.14285714285714%
}
.development_mode .pic {
    position: relative
}
.development_mode .pic .title {
    position: absolute;
    line-height: 1.6;
    width: 100%;
    bottom: 0;
    padding: 6%;
    color: #fff
}
.development_mode .txt {
    padding: 8% 0
}
.development_mode .txt dl {
    padding: 2% 0
}
.development_mode .txt dl dd {
    padding: 4% 0
}
.development_mode .photo {
    position: relative;
    margin-top: -10%
}
.development_mode .photo img {
    width: 100%
}
.development_mode .photo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    background: linear-gradient(rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0))
}
.development_mode .photo:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 20%;
    background: url(../images/img_huxing.png) no-repeat center bottom;
    background-size: 100%
}
@media(max-width:1024px) {
    .development_mode .item {
        width: 31%
    }
}
@media(max-width:640px) {
    .development_mode .item {
        width: 100%
    }
    .development_mode .txt {
        padding-top: 2%
    }
}
.development_types {
    position: relative;
    z-index: 5
}
.development_types .tab_title {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 8%
}
.development_types .tab_title span {
    width: 14.5%;
    margin: 0 3%;
    background: #eff6fc;
    line-height: 3.85;
    border-radius: 0 2vw 0 2vw;
    transition: all 0.5s;
}
.development_types .tab_title span:hover,
.development_types .tab_title span.show {
    color: #fff;
    background: #215aa8;
}
.development_types .info {
    padding: 3% 0
}
.development_types .item {
    padding: 3% 0;
}
.development_types .list {
    justify-content: space-between;
    padding-bottom: 4%
}
.development_types .txt {
    line-height: 1.25
}
.development_types .txt b {
    font-weight: normal
}
.development_types .desc {
    padding-top: 5%;
}
.development_types .tab_item:nth-child(1) .list {
    max-width: 900px
}
.development_types .tab_item:nth-child(1) .item {
    width: 41%;
}
.development_types .tab_item:nth-child(3) .item {
    width: 33%;
}
@media(max-width:1024px) {
    .development_types .tab_title span {
        margin: 0 1%;
    }
    .development_types .tab_item:nth-child(3) .item {
        width: 41%;
    }
}
@media(max-width:640px) {
    .development_types .tab_title span {
        width: 31%
    }
    .development_types .tab_item .item {
        width: 100% !important
    }
    .development_types .txt br {
        display: none
    }
    .development_types .txt b {
        padding: 0px 15px
    }
}
.development_photo {
    position: relative;
    background: url(../images/quxian_line.png) no-repeat center center;
    background-size: 100%;
    margin-top: -15%
}
.development_photo .photo {
    padding-left: 20%;
    padding-right: 5%
}
.development_photo .pic {
    position: relative;
    margin: auto;
    max-width: 466px;
    width: 100%;
    padding-bottom: 126.152%;
}
.development_photo .pic figure {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.development_photo .pic figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-mask-image: url('../images/leaf_pic_466x640.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
}
.development_photo .swiper-slide:not(.swiper-slide-active) .pic figure {
    transform: scale(0.2)
}
.development_photo .swiper-slide.swiper-slide-active .figure {}
.development_photo .swiper-slide.swiper-slide-prev figure {
    bottom: -27%
}
.development_photo .swiper-slide.swiper-slide-next figure {
    top: -36%
}
.development_photo .swiper-button-prev:not(:hover), .development_photo .swiper-button-next:not(:hover) {
    color: #333333;
}
@media(min-width:640px) {
    .development_photo .prev-next {
        position: relative;
        width: 130px;
    }
    .development_photo .swiper-button-prev, .development_photo .swiper-button-next {
        top: -150px
    }
}
@media(max-width:1024px) {
    .development_photo .swiper-slide:not(.swiper-slide-active) .pic figure {
        transform: scale(0.4)
    }
    .development_photo .swiper {
        padding-top: 50px
    }
}
@media(max-width:640px) {
    .development_photo {
        margin-top: -5%
    }
    .development_photo .photo {
        padding: 0
    }
}
.contact_info {
    padding-bottom: 10%
}
.contact_info .info {
    width: 43%;
    line-height: 1.8
}
.contact_info .info h2 {
    color: #215aa8;
    text-transform: uppercase
}
.contact_info .info dl {
    padding: 5% 0;
    border-bottom: solid 1px #ebeef1
}
.contact_info .pic {
    width: 57%;
    padding-left: 13%;
    position: relative
}
.contact_info .pic .leaf {
    position: absolute;
    background: #c7e0f6;
}
.contact_info .pic .leaf:nth-child(1) {
    width: 20%;
    padding-bottom: 20%;
    left: 0;
    bottom: 0;
    border-radius: 0 5vw 0 5vw
}
.contact_info .pic .leaf:nth-child(2) {
    width: 7%;
    padding-bottom: 7%;
    right: 0;
    bottom: -5%;
    border-radius: 0 2vw 0 2vw
}
@media(max-width:640px) {
    .contact_info .info {
        width: 100%
    }
    .contact_info .pic {
        width: 100%
    }
}
.contact_message .wz {
    text-align: center;
    padding: 4% 0
}
.contact_message .pic {
    width: 22.858%;
    position: relative
}
.contact_message .pic img {
    border-radius: 10vw 0 10vw 0
}
.contact_message .pic .leaf {
    position: absolute;
    background: #fdeaaf;
    width: 25%;
    padding-bottom: 25%;
    left: -20%;
    bottom: 0;
    border-radius: 0 2.2vw 0 2.2vw
}
.contact_message .form_item {
    width: 62.142%;
    padding: 5% 6.5%;
    background: #f4f8fb;
    border-radius: 0 10vw 0 10vw
}
.contact_message .item {
    padding: 2% 0;
    align-items: center;
    margin-bottom: 2%;
    border-bottom: solid 1px #e1e3e6
}
.contact_message .title_box {
    width: 62px;
}
.contact_message .input_box {
    width: calc(100% - 62px)
}
.contact_message .input_box input {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border-radius: 20px;
}
.contact_message .input_box:hover input {
    background: #fff
}
.contact_message .btn_box {
    width: 15%;
    position: relative
}
.contact_message .btn_box input {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #215aa8 url(../images/btn_icon.png) no-repeat center center;
    border-radius: 5vw 0 5vw 0;
    width: 77%;
    padding-bottom: 67%;
    cursor: pointer
}
@media(max-width:640px) {
    .contact_message {
        padding-top: 10%
    }
    .contact_message .form_item {
        width: 77.142%;
    }
    .contact_message .btn_box {
        padding-left: 22.858%;
        padding-top: 5%;
        width: 100%;
    }
    .contact_message .btn_box input {
        position: relative;
        width: 45%;
        padding-bottom: 13%;
        background-size: 22%
    }
}
.rows[rel=r2] {
    -webkit-line-clamp: 2;
}
.partners_list:before, .partners_list:after {
    content: '';
    position: absolute;
    border-radius: 60% 0 60% 0;
}
.partners_list:before {
    background: #eff6fc;
    left: -2%;
    top: 0;
    width: 8.333333333333333%;
    padding-bottom: 8.333333333333333%;
    filter: blur(5px);
    animation: bubble3 15s linear 0s infinite;
}
.partners_list:after {
    background: #f3f8fc;
    top: -5%;
    right: -10%;
    width: 23.75%;
    padding-bottom: 23.75%
}
.partners_list h1 {
    text-align: center;
    font-weight: normal;
    padding-bottom: 8%;
    position: relative
}
.partners_list h1:before {
    content: '';
    position: absolute;
    background: #eff6fc;
    left: 60%;
    top: -110%;
    width: 8.333333333333333%;
    padding-bottom: 8.333333333333333%;
    filter: blur(5px);
    animation: bubble3 15s linear 0s infinite;
    border-radius: 0 60% 0 60%;
}
.partners_list li {
    align-items: center;
    position: relative
}
.partners_list li:not(:last-child) {
    margin-bottom: 14%
}
.partners_list .pic {
    width: 50%;
    position: relative
}
.partners_list .pic figure {
    width: 100%;
    padding-bottom: 100%;
}
.partners_list .pic:after {
    content: '';
    position: absolute;
    width: 11.43%;
    padding-bottom: 11.43%;
    background: #fdeaaf;
}
.partners_list .info {
    width: 50%;
    text-align: center
}
.partners_list .info .logo {
    width: 50%;
    max-width: 290px;
    margin: auto;
    padding-bottom: 3%
}
.partners_list .info h5 {
    font-weight: normal;
    max-width: 340px;
    ;
    margin: auto;
}
.partners_list li:nth-child(odd) .pic {
    padding-right: 14.286%
}
.partners_list li:nth-child(odd) .pic figure {
    border-radius: 60% 0 60% 0
}
.partners_list li:nth-child(odd) .pic:after {
    border-radius: 0 60% 0 60%;
    bottom: 0;
    left: 71%;
    animation: bubble3 15s linear 0s infinite;
}
.partners_list li:nth-child(even):before {
    content: '';
    width: 11.71428571428571%;
    padding-bottom: 11.71428571428571%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f3f8fe;
    border-radius: 60% 0 60% 0
}
.partners_list li:nth-child(even) .pic {
    padding-left: 14.286%
}
.partners_list li:nth-child(even) .pic figure {
    border-radius: 0 60% 0 60%
}
.partners_list li:nth-child(even) .pic:after {
    border-radius: 60% 0 60% 0;
    left: 0;
    top: 30%;
    animation: bubble4 15s linear 0s infinite;
}
@media(min-width:640px) {
    .partners_list li:nth-child(even) .pic {
        order: 2;
    }
}
@media(max-width:1024px) {
    .partners_list:after {
        top: 30%
    }
    .partners_list h1:before {
        top: 50%
    }
}
@media(max-width:640px) {
    .partners_list .pic, .partners_list .info {
        width: 100%
    }
    .partners_list li:nth-child(odd) .pic:after {
        left: auto;
        right: 4%
    }
    .partners_list li:nth-child(even) .pic:after {
        left: 4%;
        top: auto;
        bottom: 0
    }
}
.technology_innovate {
    padding-bottom: 15%;
    background: linear-gradient(rgba(255, 255, 255, 0) 90%, #e5f1fb);
    margin-bottom: -11%
}
.technology_innovate .title {
    text-align: center;
    max-width: 690px;
    margin: auto;
    font-weight: normal;
    padding-bottom: 3%;
}
.technology_innovate .desc {
    text-align: center;
    max-width: 710px;
    margin: auto
}
.technology_innovate .part_box1 {
    position: relative;
    padding-bottom: 15%;
    margin-top: -5%;
    background: url("../images/bg_line.png") no-repeat center bottom;
    background-size: contain;
}
.technology_innovate .part_box1:before, .technology_innovate .part_box1:after {
    content: '';
    position: absolute;
}
.technology_innovate .part_box1:before {
    border-radius: 0 60% 0 60%;
    top: 0;
    left: 8%;
    width: 7.395833333333333%;
    padding-bottom: 7.395833333333333%;
    background: #c7e0f6;
    animation: bubble4 15s linear 0s infinite;
}
.technology_innovate .part_box1:after {
    border-radius: 60% 0 60% 0;
    top: -10%;
    right: 8%;
    width: 4.166666666666667%;
    padding-bottom: 4.166666666666667%;
    background: #fdeaaf;
    animation: bubble3 15s linear 0s infinite;
}
.technology_innovate .part_box1 .inner:after {
    content: '';
    position: absolute;
    top: -30%;
    right: 25%;
    width: 8.333333333333333%;
    padding-bottom: 8.333333333333333%;
    filter: blur(10px);
    background: #eff6fc;
    border-radius: 0 60% 0 60%
}
.technology_innovate .part_box2 {
    position: relative
}
.technology_innovate .part_box2:before, .technology_innovate .part_box2:after {
    content: '';
    position: absolute;
    filter: blur(10px);
    background: #eff6fc;
}
.technology_innovate .part_box2:before {
    border-radius: 0 60% 0 60%;
    top: 50%;
    left: -5%;
    width: 12.8125%;
    padding-bottom: 12.8125%;
}
.technology_innovate .part_box2:after {
    border-radius: 60% 0 60% 0;
    top: 30%;
    right: -3%;
    width: 8.333333333333333%;
    padding-bottom: 8.333333333333333%;
}
.technology_innovate .part_box2 .desc .p2 {
    padding: 4% 8%
}
.technology_innovate .part_box2 .list {
    justify-content: space-between;
    padding: 5% 0
}
.technology_innovate .part_box2 .item {
    width: 19%;
    max-width: 220px;
}
.technology_innovate .part_box2 .pic {
    position: relative
}
.technology_innovate .part_box2 figure {
    padding-bottom: 145.46%;
    border-radius: 45% 0 45% 0
}
.technology_innovate .part_box2 .num {
    position: absolute;
    padding: 0 10%;
    color: #1f59a8;
    z-index: 2;
    line-height: 1;
    font-weight: normal
}
.technology_innovate .part_box2 .info {
    padding: 8% 0
}
.technology_innovate .part_box2 .info h5 {
    padding: 10% 0;
    font-weight: normal
}
.technology_innovate .part_box2 .item:nth-child(even) {
    margin-top: 10%
}
.technology_innovate .part_box3 {
    position: relative;
    padding-top: 18%;
    background: url(../images/bg_huxing1.png) no-repeat center top;
    background-size: 100%
}
.technology_innovate .part_box3:after {
    content: '';
    position: absolute;
    top: 68%;
    right: -5%;
    width: 12.8125%;
    padding-bottom: 12.8125%;
    filter: blur(10px);
    background: #eff6fc;
    border-radius: 0 60% 0 60%
}
.technology_innovate .part_box3 .list {
    padding-top: 3%
}
.technology_innovate .part_box3 .info {
    width: 170px;
    align-items: center;
    overflow: hidden
}
.technology_innovate .part_box3 .info h4 {
    font-weight: normal;
    width: 100%
}
.technology_innovate .part_box3 .info .num {
    margin-left: -25%;
    width: 100%;
    color: #215aa8;
    opacity: 0.08;
    line-height: 1;
    font-size: calc(100vw*200/var(--ww));
    white-space: nowrap;
}
.technology_innovate .part_box3 .box {
    width: calc(100% - 240px);
    justify-content: space-between
}
.technology_innovate .part_box3 .part {
    justify-content: space-between;
    padding: 6% 0
}
.technology_innovate .part_box3 .part[rel=n3] .item {
    width: 31.035%;
    min-height: 540px
}
.technology_innovate .part_box3 .part[rel=n2] .item {
    width: 48.276%;
    min-height: 300px
}
.technology_innovate .part_box3 .item {
    position: relative;
    padding: 35px;
}
.technology_innovate .part_box3 .item * {
    position: relative;
    z-index: 2
}
.technology_innovate .part_box3 .item h5 {
    font-weight: normal
}
.technology_innovate .part_box3 .item img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 50px 0 50px
}
.technology_innovate .part_box3 .item .txt {
    padding: 20px 0;
    min-height: 168px
}
.technology_innovate .part_box3 .item b {
    padding-right: 7px
}
.technology_innovate .part_box3 .item sup {
    position: absolute;
    line-height: 2
}
.technology_innovate .part_box3 .part:nth-child(even) .info {
    order: 2;
    text-align: right
}
.technology_innovate .part_box4 {
    position: relative;
    padding-top: 18%;
    background: url(../images/bg_huxing2.png) no-repeat center top;
    background-size: 100%
}
.technology_innovate .part_box4:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 8%;
    width: 8.333333333333333%;
    padding-bottom: 8.333333333333333%;
    filter: blur(10px);
    background: #eff6fc;
    border-radius: 60% 0 60% 0
}
.technology_innovate .part_box4 .list {
    max-width: 1080px;
    margin: auto;
}
.technology_innovate .part_box4 .item {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-top: 8%
}
.technology_innovate .part_box4 .pic {
    width: 46.2962962962963%;
}
.technology_innovate .part_box4 .pic figure {
    padding-bottom: 66.8%;
}
.technology_innovate .part_box4 .info {
    width: 46.2962962962963%;
    padding-top: 5%;
    padding-bottom: 5%;
    align-items: center;
    ;
    position: relative;
    overflow: hidden
}
.technology_innovate .part_box4 .info .num {
    overflow: hidden;
    position: absolute;
    line-height: 1;
    color: #215aa8;
    opacity: 0.08;
    line-height: 1;
    font-size: calc(100vw*200/var(--ww));
    white-space: nowrap;
}
.technology_innovate .part_box4 .info .num:before {
    content: '';
    position: absolute;
    width: 25%;
    height: 100%;
    background: #fff
}
.technology_innovate .part_box4 .info h4 {
    font-weight: normal
}
.technology_innovate .part_box4 .info p {
    padding-top: 5%
}
.technology_innovate .part_box4 .item:nth-child(odd) .info {
    justify-content: flex-end
}
.technology_innovate .part_box4 .item:nth-child(odd) .pic figure {
    border-radius: 0 30% 0 30%
}
.technology_innovate .part_box4 .item:nth-child(odd) .num {
    left: -10%
}
.technology_innovate .part_box4 .item:nth-child(odd) .info .txt {
    width: 72%
}
.technology_innovate .part_box4 .item:nth-child(even) .pic {
    order: 2
}
.technology_innovate .part_box4 .item:nth-child(even) .pic figure {
    border-radius: 30% 0 30% 0
}
.technology_innovate .part_box4 .item:nth-child(even) .info {
    justify-content: flex-start
}
.technology_innovate .part_box4 .item:nth-child(even) .num {
    right: 0
}
.technology_innovate .part_box4 .item:nth-child(even) .info .txt {
    width: 80%
}
@media(max-width:1024px) {
    .technology_innovate .part_box2 .item {
        width: 30%;
    }
    .technology_innovate .part_box3 .part:nth-child(even) .box {
        order: 3
    }
    .technology_innovate .part_box3 .item {
        padding: 8% 4%
    }
    .technology_innovate .part_box3 .info {
        width: 100%;
        justify-content: space-between
    }
    .technology_innovate .part_box3 .box {
        width: 100%;
    }
    .technology_innovate .part_box3 .info h4 {
        width: auto
    }
    .technology_innovate .part_box3 .info .num {
        width: auto;
        margin-left: 0
    }
}
@media(max-width:640px) {
    .technology_innovate .part_box2 .item {
        width: 48%;
        padding-bottom: 5%
    }
    .technology_innovate .part_box3 .part[rel=n3] .item {
        width: 48.276%;
        min-height: inherit;
        margin-bottom: 5%
    }
    .technology_innovate .part_box3 .part[rel=n3] .item:last-child {
        width: 100%
    }
    .technology_innovate .part_box3 .part[rel=n3] .item:last-child .txt {
        min-height: inherit
    }
    .technology_innovate .part_box3 .part[rel=n2] .item {}
}
.company_culture {
    padding-bottom: 15%;
    margin-bottom: -11%
}
.company_culture .title {
    text-align: center;
    margin: auto;
    font-weight: normal;
    padding-bottom: 3%;
}
.company_culture .sub {
    text-align: center;
    padding-bottom: 2%
}
.company_culture .desc {
    text-align: center;
    margin: auto
}
.company_culture .part_box1 {
    margin-top: -1%;
    position: relative
}
.company_culture .part_box1:before, .company_culture .part_box1:after {
    content: '';
    position: absolute
}
.company_culture .part_box1:before {
    top: 5%;
    left: 9.895833333333333%;
    width: 7.291666666666667%;
    padding-bottom: 7.291666666666667%;
    background: #bee1f7;
    border-radius: 0 60% 0 60%;
    animation: bubble4 15s linear 0s infinite;
}
.company_culture .part_box1:after {
    top: -8%;
    right: 8%;
    width: 4.166666666666667%;
    padding-bottom: 4.166666666666667%;
    background: #fdeab8;
    border-radius: 60% 0 60% 0;
    animation: bubble3 15s linear 0s infinite;
}
.company_culture .part_box1 .inner:after {
    content: '';
    position: absolute;
    top: -15%;
    right: 25%;
    width: 8.333333333333333%;
    padding-bottom: 8.333333333333333%;
    filter: blur(10px);
    background: #eff6fc;
    border-radius: 0 60% 0 60%
}
.company_culture .part_box1 .chairman {
    text-align: center;
    padding: 3% 0
}
.company_culture .part_box1 .chairman b {
    font-weight: normal
}
.company_culture .part_box1 .list {
    justify-content: space-between;
    padding: 8% 0
}
.company_culture .part_box1 .item {
    width: 32.14285714285714%;
}
.company_culture .part_box1 figure {
    padding-bottom: 66.67%;
    border-radius: 0 100px 0 100px
}
.company_culture .part_box1 .txt {
    text-align: center
}
.company_culture .part_box1 .txt:before {
    content: '';
    display: block;
    width: 1px;
    height: 53px;
    margin: 5% auto;
    background: url("../images/line_dot.png")
}
.company_culture .part_box2 {
    padding-top: 14%;
    padding-bottom: 8%;
    background: url("../images/bg_culture1.png") no-repeat center top;
    background-size: 100%
}
.company_culture .part_box2 .desc {
    padding-bottom: 8%
}
.company_culture .part_box2 .box2 {
    position: relative;
    padding-top: 8%
}
.company_culture .part_box2 .box2:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    border-top-left-radius: 10vw;
    background: linear-gradient(-45deg, #ffffff 60%, #e6effb)
}
.company_culture .part_box2 .list {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 5
}
.company_culture .part_box2 .item {
    justify-content: flex-end;
    padding: 2% 0;
    transition: 0.5s
}
.company_culture .part_box2 .pic {
    width: 35%;
    left: 5%;
    bottom: 0;
    position: absolute;
    z-index: 1;
    transition: 0.5s;
    opacity: 0
}
.company_culture .part_box2 .pic figure {
    padding-bottom: 150%;
    border-radius: 0 10vw 0 10vw;
}
.company_culture .part_box2 .info {
    width: 40%;
    padding: 1% 0;
    cursor: pointer
}
.company_culture .part_box2 .info h5 {
    font-weight: normal
}
.company_culture .part_box2 .item:not(.show) {
    color: #d3d3d3
}
.company_culture .part_box2 .item.show .pic {
    z-index: 2;
    opacity: 1
}
.company_culture .part_box3 {
    position: relative;
}
.company_culture .part_box3 .desc {
    max-width: 530px
}
.company_culture .part_box3 .item {
    padding-left: 6.428571428571429%;
    padding-right: 16.42857142857143%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 8%;
    position: relative
}
.company_culture .part_box3 .item:nth-child(1):after, .company_culture .part_box3 .item:nth-child(3):after, .company_culture .part_box3 .item:nth-child(4):after {
    content: '';
    position: absolute;
    width: 5.714285714285714%;
    padding-bottom: 5.714285714285714%;
    background: #fdeaaf;
    border-radius: 60% 0 60% 0
}
.company_culture .part_box3 .item:nth-child(1):after {
    top: 0;
    right: 0
}
.company_culture .part_box3 .item:nth-child(3):after {
    top: -25%;
    left: 0.7142857142857143%;
    border-radius: 0 60% 0 60%
}
.company_culture .part_box3 .item:nth-child(4):after {
    bottom: 0;
    right: 5%
}
.company_culture .part_box3 .pic {
    width: 46.2962962962963%;
}
.company_culture .part_box3 .pic figure {
    padding-bottom: 66.8%;
}
.company_culture .part_box3 .info {
    width: 46.2962962962963%;
    padding-top: 5%;
    padding-bottom: 5%;
    align-items: center;
    ;
    position: relative;
    overflow: hidden
}
.company_culture .part_box3 .info .num {
    overflow: hidden;
    position: absolute;
    line-height: 1;
    color: #215aa8;
    opacity: 0.08;
    line-height: 1;
    font-size: calc(100vw*200/var(--ww));
    white-space: nowrap;
}
.company_culture .part_box3 .info .num:before {
    content: '';
    position: absolute;
    width: 25%;
    height: 100%;
    background: #fff
}
.company_culture .part_box3 .info .txt {
    width: 58%
}
.company_culture .part_box3 .info h4 {
    font-weight: normal
}
.company_culture .part_box3 .info p {
    padding-top: 5%
}
.company_culture .part_box3 .item:nth-child(odd) .info {
    justify-content: flex-end
}
.company_culture .part_box3 .item:nth-child(odd) .pic figure {
    border-radius: 0 100px 0 100px
}
.company_culture .part_box3 .item:nth-child(odd) .num {
    left: -10%
}
.company_culture .part_box3 .item:nth-child(even) .pic {
    order: 2
}
.company_culture .part_box3 .item:nth-child(even) .pic figure {
    border-radius: 100px 0 100px 0
}
.company_culture .part_box3 .item:nth-child(even) .info {
    justify-content: flex-start
}
.company_culture .part_box3 .item:nth-child(even) .num {
    right: 0
}
.company_culture .part_box4 {
    margin-bottom: -15%;
    position: relative;
    padding-top: 15%;
    background: url(../images/bg_culture2.png) no-repeat center top;
    background-size: 100%
}
.company_culture .part_box4:before {
    content: '';
    position: absolute;
    left: 10%;
    top: 30%;
    width: 7.291666666666667%;
    padding-bottom: 7.291666666666667%;
    background: #fdeab8;
    border-radius: 0 50% 0 50%;
    animation: bubble4 15s linear 0s infinite;
}
.company_culture .part_box4 .list {
    padding-bottom: 12%;
    background: url(../images/bg_culture3.png) no-repeat center bottom;
    background-size: 100%
}
.company_culture .part_box4 .list:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/quxian_line2.png") no-repeat center top;
    background-size: 100%
}
.company_culture .part_box4 .inner {
    justify-content: space-between;
    position: relative;
    z-index: 5
}
.company_culture .part_box4 .item {
    width: 30%
}
.company_culture .part_box4 .item:nth-child(1) {
    padding-top: 27%
}
.company_culture .part_box4 .item:nth-child(2) {
    padding-top: 13%
}
.company_culture .part_box4 .num {
    margin-left: 25%;
    text-align: center;
    line-height: 3.5;
    color: #fff;
    width: 51px;
    height: 68px;
    background: url("../images/num_bg.png")
}
.company_culture .part_box4 h4 {
    font-weight: normal;
    padding-top: 15%;
    padding-bottom: 4%
}
.company_culture .part_box4 p {
    padding-left: 18px;
    background: url("../images/num_bg.png") no-repeat left 7px;
    background-size: 10px
}
@media(max-width:1600px) {
    .company_culture .part_box4 .item:nth-child(1) {
        padding-top: 22%
    }
    .company_culture .part_box4 .item:nth-child(2) {
        padding-top: 10%
    }
}
@media(max-width:1024px) {
    .company_culture .part_box1 figure {
        border-radius: 0 50px 0 50px;
    }
    .company_culture .part_box1:before {
        top: -2%
    }
    .company_culture .part_box1:after {
        top: 0
    }
}
@media(max-width:640px) {
    .company_culture .part_box1 .item {
        width: 90%;
        max-width: 450px;
        margin: auto;
        padding-bottom: 10%
    }
    .company_culture .part_box1 .txt:before {
        margin: 1% auto
    }
    .company_culture .part_box2 .pic {
        left: 0
    }
    .company_culture .part_box2 .info {
        width: 60%
    }
    .company_culture .part_box2 .box2:after {
        width: 65%
    }
    .company_culture .part_box3 .item {
        padding-left: 0;
        padding-right: 0
    }
    .company_culture .part_box3 .item:nth-child(odd) .pic figure {
        border-radius: 0 50px 0 50px;
    }
    .company_culture .part_box3 .item:nth-child(even) .pic figure {
        border-radius: 50px 0 50px 0;
    }
}
.news_list ul {
    margin-top: -10%
}
.news_list li {
    border-bottom: solid 1px #eef2f8;
    transition: 0.5s;
    position: relative;
    padding: 3% 10% 3% 0;
    border-radius: 0 5vw 0 5vw
}
.news_list li h5 {
    font-weight: normal;
    transition: 0.5s;
    line-height: 70px;
}
.news_list li .time {
    padding-right: 20px;
}
.news_list li .icon {
    position: absolute;
    width: 6.429%;
    padding-bottom: 6.429%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 50% 0 50%;
    background: #215aa8;
    transition: 0.8s;
    opacity: 0;
}
.news_list li .icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) brightness(500%);
    background: url(../images/arrow_02.svg) no-repeat center center;
    background-size: 40%;
}
.news_list li:before, .news_list li:after {
    content: '';
    position: absolute;
    opacity: 0;
    transform: scale(0)
}
.news_list li:before {
    background: #c7e0f6;
    transition: 0.8s;
    width: 7.858%;
    padding-bottom: 7.858%;
    right: 8%;
    top: 0;
    border-radius: 50% 0 50% 0
}
.news_list li:after {
    background: #fdeaaf;
    transition: 1s;
    width: 4%;
    padding-bottom: 4%;
    right: 0;
    bottom: 0;
    border-radius: 0 50% 0 50%
}
.news_list li:hover {
    background: #f4f8fb;
    border-bottom-color: #f4f8fb;
    padding-left: 4%
}
.news_list li:hover h5 {
    color: #215aa8;
    font-size: calc(100vw*36/var(--ww));
}
.news_list li:hover .icon {
    opacity: 1;
    right: 11%;
}
.news_list li:hover:before, .news_list li:hover:after {
    opacity: 1;
    transform: scale(1)
}
@media(max-width:1024px) {
    .news_list ul {
        margin-top: 0
    }
    .news_list li {
        padding-top: 0;
        padding-bottom: 2%;
        margin-bottom: 5%
    }
    .news_list li h5 {
        line-height: 50px;
    }
    .news_list li:hover h5 {
        font-size: 20px;
    }
    .news_list li .icon {
        width: 10%;
        padding-bottom: 10%;
    }
    .news_list li:hover .icon {
        right: 5%;
    }
}
.news_info {
    position: relative
}
.news_info img,.news_info * img{height:auto;max-width:100%}
.news_info:before {
    content: '';
    position: absolute;
    top: -5.715%;
    width: 5.715%;
    padding-bottom: 5.715%;
    background: #fdeaaf;
    border-radius: 0 2.5vw 0 2.5vw;
    animation: bubble3 15s linear 0s infinite;
}
.news_info .title {
    text-align: center
}
.news_info .title h1 {
    font-weight: normal;
    margin: revert;
    line-height: 1.5
}
.news_info .box {
    max-width: 1100px;
    margin: auto
}
.news_info .article {
    padding: 4% 0
}
.news_info .article p {
    margin: revert;
    padding: 10px 0
}
.news_info .back {
    display: flex;
    justify-content: center
}
.news_info .back a {
    display: flex;
    width: 180px;
    align-items: center;
    justify-content: space-between
}
.news_info .back a i {
    width: 50%;
    padding-bottom: 50%;
    border-radius: 0 2.5vw 0 2.5vw;
    background: #215aa8;
    position: relative;
}
.news_info .back a i:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    filter: grayscale(100%) brightness(500%);
    background: url(../images/arrow_02.svg) no-repeat center center;
    background-size: 40%;
}
.news_info .back a span {}
.label {
    line-height: 30px;
}
.label label {
    border-radius: 4px;
    padding: 0 8px;
    display: inline-block;
    font-size: 0.88888889em;
}
.label label:not(:last-child) {
    margin-right: 10px;
}
.label label.cb_blue {
    background: #eef3f9;
    color: #215aa8
}
.label label.cb_green {
    background: #f3faf2;
    color: #3ea821
}
.label label.cb_red {
    background: #faf2f2;
    color: #a82121
}
.label label.cb_yellow {
    background: #fdf9f1;
    color: #d7920d
}
.label label.cb_purple {
    background: #f9f2fa;
    color: #9321a8
}
.pages {
    padding-top: 6%;
    text-align: center;
    display: flex;
    justify-content: center;
    text-align: center
}
.pages a:not(:last-child) {
    margin-right: 20px;
}
.pages a {
    background: #f4f8fb;
    line-height: 50px;
    min-width: 50px;
    border-radius: 100%
}
.pages a.a_cur {
    color: #fff;
    background: #215aa8
}
@media(max-width:1024px) {
    .pages a:not(:last-child) {
        margin-right: 10px;
    }
    .pages a {
        line-height: 40px;
        min-width: 40px;
    }
}
/*PicList002171 */
.PicList002171{ padding-top:3%;}
.PicList002171 li{ float:left; width:22.75%; margin-right:3%; margin-bottom:3%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;}
.PicList002171 li img{ display:block; width:100%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,108,186,0.95); opacity:0; transition:0.3s;}
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:18px; color:#fff;}
@media(min-width:769px){
.PicList002171 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:768px){
.PicList002171 li{ width:32%; margin-right:2%;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002171 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:480px){
.PicList002171 li{ width:49%;}
.PicList002171 li:nth-child(2n){ margin-right:0;}
.PicList002171 li dt{ font-size:15px;}
}