@charset "UTF-8";

/* ------------------------------------------ 首页 ------------------------------------------ */
.Htitle .en-title {
    font-size: 0.55rem;
    font-weight: 700;
    color: rgb(48, 48, 48);
    font-family: "思源宋体";
}

.Htitle .titles {
    padding-left: 0.5rem;
    position: relative;
    font-size: 0.3rem;
    font-weight: 700;
    color: rgb(48, 48, 48);
    font-family: "思源宋体";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.Htitle .titles span:first-child {
    white-space: nowrap;
}

.Htitle .titles::before,
.Htitle .titles::after {
    content: "";
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Htitle .titles::before {
    background: #125FAD;
    left: 0;
}

.Htitle .titles::after {
    background: var(--color02);
    left: 0.26rem;
}

.Htitle .titles span {
    font-size: 0.18rem;
    color: rgb(102, 102, 102);
    margin-left: 0.24rem;
}

.Hheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Hheader .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Hheader .header-right .case-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Hheader .header-right .type-item {
    margin-right: 0.4rem;
}

.Hheader .header-right .type-item:last-child {
    margin-right: 0;
}

.Hheader .header-right .type-item.active a {
    color: #fff;
    background: var(--color01);
}

.Hheader .header-right .type-item.active a a {
    color: #fff;
}

.Hheader .header-right .type-item.active a i {
    color: #fff;
}

.Hheader .header-right .type-item a,
.Hheader .header-right .news-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.22rem 0.4rem;
    border-radius: 80px;
    font-size: 0.2rem;
    background: rgb(249, 249, 249);
    color: rgb(48, 48, 48);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.Hheader .header-right .type-item a a,
.Hheader .header-right .news-more a {
    color: rgb(48, 48, 48);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.Hheader .header-right .type-item a i,
.Hheader .header-right .news-more i {
    color: rgb(48, 48, 48);
    font-size: 0.18rem;
    margin-right: 0.12rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.Hheader .header-right .type-item a:last-child,
.Hheader .header-right .news-more:last-child {
    margin-right: 0;
}

.Hheader .header-right .type-item a:hover,
.Hheader .header-right .news-more:hover {
    color: #fff;
    background: var(--color01);
}

.Hheader .header-right .type-item a:hover a,
.Hheader .header-right .news-more:hover a {
    color: #fff;
}

.Hheader .header-right .type-item a:hover i,
.Hheader .header-right .news-more:hover i {
    color: #fff;
}

.Hheader .header-right .news-more {
    margin-left: 0.4rem;
}

.pages {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.pages b,
.page-this {
    display: inline-block;
    background: var(--color01);
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    margin: 0 5px;
}

.pages a,
.page-end,
.page-start {
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid var(--color01);
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 40px;
}

.pages a:hover,
.pages b {
    background: var(--color01);
    color: #fff;
}

.pages a,
.pages b,
.page-end,
.page-start,
.page-this {
    line-height: 40px;
}

/*page next*/
.page-next {
    margin-top: 20px;
    border-top: dashed 1px #ddd;
    padding-top: 15px;
}

.page-next p {
    font-size: 14px;
    line-height: 30px;
    color: #999;
}

.page-next p a {
    color: #999;
}

.page-next p:hover,
.page-next p:hover a {
    color: var(--color01);
    font-weight: bold;
}

.logo-animate-home {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-animate-home .item {
    position: absolute;
    top: 0;
    height: 33.33%;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: -1;
}

.logo-animate-home .item+.item {
    top: 33.33%;
}

.logo-animate-home .item+.item+.item {
    top: 66.66%;
}

.logo-animate-home .item.play {
    -webkit-animation: animate-logo-bg 0.5s forwards ease;
    animation: animate-logo-bg 0.5s forwards ease;
}

.logo-animate-home .next {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-size: 0.3rem;
    display: none;
}

.logo-animate-home.play .next {
    display: none;
}

@-webkit-keyframes animate-logo-bg {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@keyframes animate-logo-bg {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

.logo-animate-home .home-logo {
    width: 4.3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.logo-animate-home .home-logo * {
    fill: #023886;
}

.logo-animate-home .animate-r {
    stroke: #023886;
    stroke-width: 4px;
    stroke-dasharray: 50.4;
    fill: none;
}

.logo-animate-home.play .animate-r {
    -webkit-animation: animate-r 1.2s forwards ease-in;
    animation: animate-r 1.2s forwards ease-in;
}

.logo-animate-home .animate-j {
    stroke: #16A7A8;
    stroke-width: 4px;
    stroke-dasharray: 20.45;
    fill: none;
}

.logo-animate-home.play .animate-j {
    -webkit-animation: animate-j 0.8s forwards ease-in;
    animation: animate-j 0.8s forwards ease-in;
}

.logo-animate-home.play .animate-zm {
    -webkit-animation: animate-zm 1s forwards ease-in;
    animation: animate-zm 1s forwards ease-in;
}

.logo-animate-home.play .animate-zw {
    -webkit-animation: animate-zw 1.5s forwards ease-in;
    animation: animate-zw 1.5s forwards ease-in;
}

@-webkit-keyframes animate-zm {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@keyframes animate-zm {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@-webkit-keyframes animate-zw {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@keyframes animate-zw {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

.bg-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

header {
    padding: 0 0.62rem;
    height: 1.2rem;
    line-height: 1.2rem;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .logo2 {
    display: none;
}

header.show-white .logo2 {
    display: block;
}

header.show-white .logo1 {
    display: none;
}

header .language i {
    margin-left: 0.1rem;
    font-size: 90%;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .language {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .language dl {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    white-space: nowrap;
    line-height: 1.5em;
    margin-top: -1px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header .language.hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .language.hover dl {
    max-height: 1rem;
}

header .language dl a {
    padding: 0.5em 1.5em;
    color: #333;
}

header .language dl dd+dd {
    border-top: 1px solid #ccc;
}

header.show-white {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    /* height: 0.8rem; line-height: 0.8rem; */
}

header.show-white .right .feature .search-box,
header.show-white .right .feature .weixin-box i,
header.show-white .right .language,
header.show-white .right a {
    color: #000;
}

header::before {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}

header.show-white::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

header::after {
    content: "";
    display: block;
    width: calc(100% - 1.08rem);
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
}

.make-g {
    opacity: 0;
    position: absolute;
    z-index: -9999;
    pointer-events: none;
}

header .header-logo {
    width: 2rem;
    vertical-align: middle;
}

header .header-logo * {
    fill: #fff;
    -webkit-transition: stroke-dashoffset 0.5s, -webkit-transform 0.5s;
    transition: stroke-dashoffset 0.5s, -webkit-transform 0.5s;
    transition: stroke-dashoffset 0.5s, transform 0.5s;
    transition: stroke-dashoffset 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

header .header-logo .animate-r {
    stroke: #fff;
    stroke-width: 4px;
    stroke-dasharray: 50.4;
    fill: none !important;
    stroke-dashoffset: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

header .header-logo .animate-j {
    stroke: #fff;
    stroke-width: 4px;
    stroke-dasharray: 20.45;
    fill: none !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

header .header-logo.blue * {
    fill: #023886;
}

header .header-logo.blue .animate-r {
    stroke: #023886;
}

header .header-logo.blue .animate-j {
    stroke: #16A7A8;
}

header.play .header-logo .animate-r {
    stroke-dashoffset: 50.4;
}

header.play .header-logo .animate-j {
    stroke-dashoffset: 20.45;
}

header.play .header-logo .animate-zm {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

header.play .header-logo .animate-zw {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

header .right {
    float: right;
    font-size: 0.18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

header .right .nav .sub-nav {
    display: none;
}

header .right .nav,
header .right .feature {
    padding: 0 0.4rem;
    position: relative;
}

header .right .nav form,
header .right .feature form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
}

header .right .feature .search-box {
    position: relative;
    color: #fff;
    margin: 0 0.14rem;
    cursor: pointer;
}

header .right .weixin-box {
    cursor: pointer;
    position: relative;
}

header .right .weixin-box i {
    color: #fff;
}

header .right .weixin-box .weixin-img {
    position: absolute;
    top: 120%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 0);
    opacity: 1;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .right .weixin-box .weixin-img img {
    width: 100%;
}

header .right .weixin-box:hover .weixin-img {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}

header .right .feature .search-box input {
    border: 0;
    outline: 0;
}

header .right .feature .search {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    line-height: 1;
    height: 100%;
    width: 1.5rem;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 0;
    height: 0.4rem;
    margin-top: -0.2rem;
    padding: 0.1rem 0.14rem;
    padding-right: 0.4rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 10;
}

header .right .feature .search button {
    position: absolute;
    right: 0;
    color: #000;
    z-index: 9;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    margin: 0;
    top: 0;
    background: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
}

header .right .nav {
    font-size: 0;
}

header .right .item {
    display: inline-block;
    vertical-align: top;
    font-size: 0.18rem;
}

header .right .language,
header .right a {
    display: inline-block;
    color: #fff;
    margin: 0 0.14rem;
}

header .right a {
    position: relative;
    z-index: 9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header .right a:hover,
header .right a:hover i {
    color: var(--color01);
}

header .right .nav a {
    margin: 0 0.6rem;
}

header .right .feature::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.9rem;
    border-left: 1px solid #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

header.play .right .feature::after {
    height: 0;
}

header.play::after {
    width: 0;
}

.navbar-toggle {
    display: none;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    margin: auto;
    margin-left: 0.42rem;
    position: relative;
    color: rgb(87, 91, 107);
    border: none;
    background: none;
}

button.navbar-toggle .icon-bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3b4048;
    margin-top: -1px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button.navbar-toggle .icon-bar:nth-child(2) {
    top: 0;
    margin-top: 0;
}

button.navbar-toggle .icon-bar:nth-child(3) {
    bottom: 0;
    top: auto;
    margin-top: 0;
}

header.collapsed button.navbar-toggle .icon-bar:nth-child(1) {
    opacity: 0;
}

header.collapsed button.navbar-toggle .icon-bar:nth-child(2),
header.collapsed button.navbar-toggle .icon-bar:nth-child(3) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header.collapsed button.navbar-toggle .icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.site_banner {
    height: 100vh;
    position: relative;
}

.site_banner .site_text {
    bottom: 50%;
    position: absolute;
    left: 0;
    bottom: 1.85rem;
    width: 100%;
    color: #fff;
}

.site_banner .site_text .fnt_60 {
    font-size: 0.5rem;
}

.site_banner .site_text h4 {
    font-size: 0.24rem;
}

.site_banner .site_text,
.site_banner .site {
    z-index: 3;
    visibility: visible;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.site {
    position: absolute;
    left: 0;
    bottom: 0.35rem;
    width: 100%;
    color: #fff;
}

.site a {
    color: #fff;
}

.site_banner .logo {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    color: rgba(255, 255, 255, 0.2);
}

.site_banner .logo.play {
    -webkit-animation: animate-banner-logo 2s forwards ease;
    animation: animate-banner-logo 2s forwards ease;
}

@-webkit-keyframes animate-banner-logo {
    0% {
        bottom: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        bottom: 50%;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }
}

@keyframes animate-banner-logo {
    0% {
        bottom: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        bottom: 50%;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }
}

.Hbanner .section-down-arrow,
.site_banner .section-down-arrow {
    border: none !important;
    overflow: visible;
    text-align: center;
    opacity: 1;
    height: auto;
    -webkit-animation: nudgeMouse 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: nudgeMouse 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    line-height: 0;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    margin-left: -0.3rem;
    width: 0.6rem;
    z-index: 101;
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    45% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100%,
    65% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    45% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100%,
    65% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -120;
    }
}

@keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -120;
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px);
    }

    45% {
        opacity: 0;
        -webkit-transform: scaleY(0.5) translateY(13px);
        transform: scaleY(0.5) translateY(13px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px);
    }

    45% {
        opacity: 0;
        -webkit-transform: scaleY(0.5) translateY(13px);
        transform: scaleY(0.5) translateY(13px);
    }
}

.Hbanner .section-down-arrow:before,
.site_banner .section-down-arrow:before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    margin-left: -1px;
    top: 22px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 2px;
    height: 6px;
    border-radius: 10px;
    -webkit-transition: background-color 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    transition: background-color 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    -webkit-animation: trackBallSlide 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
    animation: trackBallSlide 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
}

.Hbanner .section-down-arrow::after,
.site_banner .section-down-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 30px;
    height: 45px;
    margin-left: -15px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 62;
}

.Hbanner .nectar-scroll-icon,
.site_banner .nectar-scroll-icon {
    width: 30px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.Hbanner .nectar-scroll-icon-path,
.site_banner .nectar-scroll-icon-path {
    fill: transparent;
    stroke-width: 2px;
    stroke-dashoffset: 120;
    stroke-dasharray: 120;
    -webkit-animation: mouse-scroll-btn-roll-out 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    animation: mouse-scroll-btn-roll-out 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
}

.Hbanner .section-down-arrow:hover .nectar-scroll-icon-path,
.site_banner .section-down-arrow:hover .nectar-scroll-icon-path {
    stroke-dashoffset: 0;
    -webkit-animation: mouse-scroll-btn-roll-over 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    animation: mouse-scroll-btn-roll-over 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
}

@-webkit-keyframes mouse-scroll-btn-roll-over {
    0% {
        stroke-dashoffset: 120;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes mouse-scroll-btn-roll-over {
    0% {
        stroke-dashoffset: 120;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -120;
    }
}

@media only screen and (max-width: 1023px) {
    .site_banner .site_text {
        bottom: 30%;
    }
}

@media screen and (min-width: 1024px) {
    header .right .nav .sub-nav .midden-box {
        line-height: 1.5;
        position: absolute;
        width: 50%;
        padding: 1rem 1rem 1rem 1.6rem;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        top: 50%;
        left: 0;
        overflow: hidden;
    }

    header .right .nav .sub-nav::after {
        content: "";
        position: absolute;
        left: 51%;
        width: 49%;
        height: 100%;
        background: var(--background) center center no-repeat;
        background-size: cover;
    }

    header .right .nav .sub-nav {
        display: block;
        position: fixed;
        left: 0;
        top: 1.2rem;
        bottom: 0;
        width: 100%;
        background: #fff;
        -webkit-transform: translate3d(0, calc(-100% - 1.2rem), 0);
        transform: translate3d(0, calc(-100% - 1.2rem), 0);
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        z-index: -100;
    }

    header .right .nav .sub-nav::before {
        content: "";
        width: 6rem;
        height: 3.27rem;
        position: absolute;
        bottom: 0;
        left: 29.125%;
        background: url(../image/nav-bg.png) no-repeat;
        background-size: contain;
        z-index: -101;
    }

    header .right .item.on .sub-nav {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    header .right .item.on.up .sub-nav {
        z-index: 1;
        -webkit-animation: navAnimation 0s linear;
        animation: navAnimation 0s linear;
    }

    @-webkit-keyframes navAnimation {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes navAnimation {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    header .right .nav .sub-nav .midden-box .ll,
    header .right .nav .sub-nav .midden-box .rr {
        float: left;
    }

    header .right .nav .sub-nav .midden-box .ll {
        width: calc(100% - 2.2rem);
        padding-right: 0.9rem;
    }

    header .right .nav .sub-nav .midden-box .rr {
        width: 2.2rem;
        /* letter-spacing: 0.1em; */
    }

    header .right .nav .sub-nav .midden-box .rr .tit-h {
        font-size: 0.2rem;
        padding: 0.1rem 0;
        font-weight: bold;
    }

    header .right .nav .sub-nav .midden-box .rr .tit-a {
        color: #666;
        font-size: 90%;
    }

    header .right .nav .sub-nav .midden-box .rr .tit-a {
        position: relative;
        margin: 0;
        padding-left: 1em;
        padding-right: 1em;
        font-weight: normal;
    }

    header .right .nav .sub-nav .midden-box .rr .tit-a::before {
        content: "·";
        position: absolute;
        left: 0;
    }

    header .right .nav .sub-nav .midden-box .rr a {
        color: #000;
        display: block;
        font-size: 0.2rem;
        padding: 0.1rem 0;
        position: relative;
    }

    header .right .nav .sub-nav .midden-box .rr a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        border-bottom: 1px solid #000;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    header .right .nav .sub-nav .midden-box .rr a:hover {
        color: #000 !important;
    }

    header .right .nav .sub-nav .midden-box .rr a:hover::after {
        width: 100%;
    }

    header .right .nav .sub-nav .title {
        font-size: 0.4rem;
        letter-spacing: 0.1em;
        margin-bottom: 0.5rem;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header .right .nav .sub-nav .title img {
        width: 0.16rem;
        margin-left: 0.24rem;
    }

    header .right .nav .sub-nav .sub-title {
        font-size: 0.14rem;
        font-weight: 100;
        text-align: justify;
    }

    .Hservice li {
        background: none !important;
    }
}

@media screen and (min-width: 768px) {
    header .right .feature .search-box.on .search {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        border-radius: 0.05rem;
    }

    header .right .feature .search-box.on .search input {
        width: 100%;
        font-size: 0.16rem;
    }

    header .right .item.up a,
    header .right .item.active a {
        font-weight: bold;
    }

    header .right .nav::after {
        display: none;
        content: "";
        position: absolute;
        width: var(--width);
        left: var(--left);
        height: 0.03rem;
        bottom: 50%;
        margin-bottom: -1.5em;
        font-size: 0.18rem;
        border-radius: 0.5rem;
        background: #16A7A8;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 5;
        pointer-events: none;
    }

    header .right .feature .search-box.on {
        color: #000;
    }

    footer .left-nav dd .tit-h {
        margin-bottom: 1em;
        font-weight: bold;
        color: #444;
    }

    footer .left-nav dd .tit-a {
        color: #656565;
        padding-left: 1em;
    }

    footer .left-nav dd .tit-a {
        position: relative;
    }

    footer .left-nav dd .tit-a::before {
        content: "·";
        position: absolute;
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    header .right .feature {
        font-size: 16px;
    }

    header .right .feature .search-box .search {
        -webkit-transform: translate(0, -300%);
        transform: translate(0, -300%);
        margin-top: 0;
        top: 1rem;
        height: 0.8rem;
        line-height: 0.8rem;
        width: 100%;
        position: fixed;
        padding: 0;
        opacity: 1;
        z-index: -9999;
    }

    header .right .feature .search-box .search::after {
        content: "×";
        position: absolute;
        right: 0;
        top: 0;
        width: 0.8rem;
        height: 0.8rem;
        text-align: center;
        font-size: 18px;
    }

    header .right .feature .search-box.on .search {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        border-radius: 0.05rem;
        z-index: 1;
    }

    header .right .feature .search button {
        display: none;
        line-height: 0.8rem;
        height: 0.8rem;
        width: 0.8rem;
        text-align: center;
        font-size: 16px;
    }

    header .right .feature .search-box .search input {
        width: calc(100% - 1rem);
        height: 100%;
        padding: 0.1rem 0.14rem;
        font-size: 14px;
        margin-right: 1rem;
    }

    .section-down-arrow {
        display: none;
    }

    header .right .nav,
    header .right .feature {
        padding: 0;
    }

    header .right .feature {
        padding-left: 0.4rem;
        z-index: 999;
    }
}

.Hservice {
    height: 10rem;
    position: relative;
}

.Hservice ul {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Hservice ul::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.Hservice ul::before {
    height: 3.4rem;
    width: 0.06rem;
    background: #16A7A8;
    position: absolute;
    content: "";
    right: 0;
    bottom: 1.3rem;
    z-index: 3;
}

.Hservice li {
    font-size: 0.16rem;
    /* width: 20%; */
    width: 33.33%;
    padding: 0.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s;
    transition: all 1s;
    height: 100%;
    position: relative;
}

.Hservice li::before,
.Hservice li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Hservice li::before {
    -webkit-transition: height 1s;
    transition: height 1s;
    height: 0;
    top: 1.2rem;
    z-index: 3;
    width: 0;
    /* margin-left: calc(-0.06rem + 1px); */
    border-left: 0.06rem solid var(--color01);
    -webkit-transform: translate(calc(-100% + 1px), 0);
    transform: translate(calc(-100% + 1px), 0);
}

.Hservice li.active::before {
    height: 1rem;
}

.Hservice li.active {
    /* width: 30%; */
    width: 50%;
}

.Hservice .list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.Hservice .list .details {
    position: absolute;
    top: 4.4rem;
    z-index: 2;
}

.Hservice .list .wrap {
    height: 100%;
}

.Hservice .title {
    font-size: 0.4rem;
    margin-bottom: 1em;
}

.Hservice .sub_title {
    font-size: 0.24rem;
    margin-bottom: 1em;
    font-weight: 500;
}

.Hservice .hide {
    overflow: hidden;
    width: 4rem;
}

.Hservice .text {
    line-height: 1.8;
}

.Hservice .text,
.Hservice .sub_title,
.Hservice .mores {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.Hservice li .text {
    height: 10.8em;
    overflow: hidden;
    font-weight: 100;
}

.Hservice .more {
    margin-top: 0.2rem;
    display: inline-block;
    /* padding: 0.5em 2em; */
    /* background: #fff; */
    border-radius: 0.05rem;
    color: #fff;
    position: relative;
    padding-right: 1em;
    margin-right: 2em;
}

.Hservice .more span {
    padding-bottom: 0.2em;
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.Hservice .more span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
    border-bottom: 1px solid #fff;
}

@-webkit-keyframes animate-mark {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0.1rem, 0);
        transform: translate(0.1rem, 0);
    }
}

@keyframes animate-mark {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0.1rem, 0);
        transform: translate(0.1rem, 0);
    }
}

.Hservice .more:hover {
    /* background: #023886; */
    color: #fff !important;
}

.Hservice li.active .text,
.Hservice li.active .sub_title,
.Hservice li.active .mores {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.Hservice .bgs {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.Hservice .bgs::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.Hservice .bgs .item {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.Hservice .bgs .item.active {
    opacity: 1;
    z-index: 1;
    -webkit-animation: modular1-bg 1s;
    animation: modular1-bg 1s;
}

@-webkit-keyframes modular1-bg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes modular1-bg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.Hnews ._container {
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
}

.Hnews .Hheader {
    padding-top: 0.9rem;
}

.Hnews .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Hnews .item {
    width: calc(33.33% - 0.2rem);
    margin: 0.1rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: #f6f6f6;
    height: 8.08rem;
    z-index: 2;
}

.Hnews .item img {
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.Hnews .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.Hnews .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    font-size: 0.18rem;
    color: #fff;
    padding: 0.45rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.Hnews .item.list {
    padding-top: 0.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
}

.Hnews .item.list .text {
    background: none;
}

.Hnews .item.list a {
    display: block;
}

.Hnews .item.list a:hover {
    color: var(--color01);
}

.Hnews .item .text h4 {
    padding-top: 0.3rem;
    height: calc(3em + 0.3rem);
    overflow: hidden;
    border-top: 1px solid #fff;
    font-size: 0.18rem;
}

.Hnews .item .text h3 {
    /* margin-bottom: 0.4rem; */
    padding-top: 0.3rem;
    font-size: 0.18rem;
    line-height: 1;
    /* font-family: 'Aleo'; */
    letter-spacing: 0.1em;
    color: #fff;
}

.Hnews .item.list .text h3 {
    color: #666666;
}

.Hnews .item.list .text h4 {
    border: none;
    padding-top: 0;
}

.Hnews .item.list .text h3 {
    font-family: inherit;
    letter-spacing: 0;
    padding-top: 0;
}

.Hnews .item.list .text {
    color: inherit;
    position: static;
    padding: 0 0.45rem 0 0.45rem;
}

.Hnews .item.list .text h3 {
    font-size: 0.18rem;
    border: none;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid #090909;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Hnews .item.list .text h3 i {
    font-size: 0.18rem;
    color: #666666;
}

.Hnews .item.list .text h4 {
    margin-top: 0.45rem;
    margin-bottom: 0.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.Hnews .item.list a+a .text h3 {
    border-top-color: #090909;
}

.Hnews .item.list a:hover .text h4 {
    border-color: #1955b3;
}

.footer {
    background: #F9FBFE;
    position: relative;
}

.footer ._bg {
    position: absolute;
    width: 64.27%;
    right: 0.3rem;
    bottom: 0;
}

.footer ._bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.6rem;
    height: 1.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .footer-nav .nav-left {
    margin-right: 0.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    border-radius: 0.22rem;
    background: var(--color01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-nav .nav-left .nav-item {
    width: 33.3333333333%;
}

.footer .footer-nav .nav-right {
    width: 25.72%;
    height: 100%;
    border-radius: 0.22rem;
    background: var(--color01);
}

.footer .footer-nav .nav-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.8rem;
}

.footer .footer-nav .nav-item .nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .footer-nav .nav-item .nav-title i {
    font-size: 0.4rem;
    color: rgb(255, 255, 255);
    margin-right: 0.16rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .footer-nav .nav-item .nav-icon {
    font-size: 0.28rem;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .footer-nav .nav-item:hover .nav-title {
    color: var(--color02);
}

.footer .footer-nav .nav-item:hover .nav-title i {
    color: var(--color02);
}

.footer .footer-nav .nav-item:hover .nav-icon {
    color: var(--color02);
}

.footer .footer-top {
    position: relative;
    z-index: 5;
}

.footer .footer-top .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer-top .row .top-title {
    font-size: 0.16rem;
    color: rgb(128, 128, 128);
    position: relative;
}

.footer .footer-top .row .top-title::before {
    content: "";
    width: 0.13rem;
    height: 2px;
    background: var(--color02);
    position: absolute;
    left: 0;
    bottom: -4px;
}

.footer .footer-top .row .contact-num {
    font-size: 0.44rem;
    color: rgb(255, 255, 255);
    margin-top: 0.23rem;
    font-family: "MiSans";
}

.footer .footer-top .row .quick-list {
    margin-top: 0.23rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-top .row .quick-list .quick-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.2rem;
    color: rgb(255, 255, 255);
    margin-right: 0.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .footer-top .row .quick-list .quick-item i {
    color: rgb(196, 196, 196);
    font-size: 0.26rem;
    margin-left: 0.27rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .footer-top .row .quick-list .quick-item:last-child {
    margin-right: 0;
}

.footer .footer-top .row .quick-list .quick-item:hover {
    color: var(--color02);
}

.footer .footer-top .row .quick-list .quick-item:hover i {
    color: var(--color02);
}

.footer .footer-bottom {
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
}

.footer .footer-bottom .fmain-menu {
    padding-bottom: 0.27rem;
    border-bottom: 1px solid rgb(52, 52, 52);
}

.footer .footer-bottom .fmain-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer-bottom .fmain-menu ul li {
    width: 14.2857142857%;
}

.footer .footer-bottom .fmain-menu ul li a {
    font-size: 0.18rem;
    font-weight: 500;
    color: rgb(204, 204, 204);
}

.footer .footer-bottom .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.1rem;
}

.footer .footer-bottom .sub-menu ._item {
    width: 14.2857142857%;
}

.footer .footer-bottom .sub-menu li {
    margin-top: 0.25rem;
}

.footer .footer-bottom .sub-menu li a {
    font-size: 0.16rem;
    color: rgb(165, 165, 165);
    padding: 6px 0;
}

.footer .footer-bottom .sub-menu li a .hoverable_txt {
    padding: 3px 0;
}

.footer .footer-bottom .sub-menu li a .hoverable_txt:after {
    background-color: var(--color02);
    bottom: -3px;
}

.footer .footer-bottom .sub-menu li a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.footer .footer-bottom a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .footer-bottom .row {
    position: relative;
}

.footer .footer-bottom .row .contact_code {
    margin-top: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer .footer-bottom .row .contact_code .bottom_code {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    line-height: 2;
    color: rgb(153, 153, 153);
}

.footer .footer-bottom .row .contact_code .bottom_code div {
    width: 1.3rem;
}

.footer .footer-bottom .row .contact_code .bottom_code div+div {
    margin-left: 0.3rem;
}

.footer .footer-bottom .row .contact_code .bottom_code img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

/* ------------------------------------------ 走进昇环 ------------------------------------------ */
._pageAbout {
    background: #EEF2FB;
}

._pageIntroduce {
    padding: 1rem 0;
}

._pageIntroduce .about-data {
    width: 39.375%;
    margin: 0 0.75rem;
}

._pageIntroduce .about-data .ll {
    float: left;
    width: 4.8rem;
}

._pageIntroduce .about-data .ll dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._pageIntroduce .about-data .rr {
    float: right;
    width: 8.34rem;
}

._pageIntroduce .about-data dt {
    width: 100%;
    color: #fff;
    padding: 0.25rem 0.4rem;
    background: var(--color02);
}

._pageIntroduce .about-data .fnt_10 {
    font-size: 0.1rem;
}

._pageIntroduce .about-data .fnt_16 {
    font-size: 0.16rem;
}

._pageIntroduce .about-data .fnt_18 {
    font-size: 0.18rem;
}

._pageIntroduce .about-data .fnt_20 {
    font-size: 0.2rem;
}

._pageIntroduce .about-data .fnt_38 {
    font-size: 0.38rem;
}

._pageIntroduce .about-data .pb_22 {
    padding-bottom: 0.22rem;
}

._pageIntroduce .about-data .py_10 {
    padding: 0.1rem 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

._pageIntroduce .about-data dt h2 span {
    float: left;
    width: 48%;
    font-weight: 500;
}

._pageIntroduce .about-data dt h2 span+span {
    float: right;
}

._pageIntroduce .about-data dt h2 span+span i {
    font-weight: 500;
    /*font-family: 'Aleo';*/
}

._pageIntroduce .about-data dt h2 span+span em {
    display: block;
}

._pageIntroduce .about-data dt h3 span {
    float: left;
    width: 48%;
}

._pageIntroduce .about-data dt h3 span+span {
    float: right;
}

._pageIntroduce .about-data dt h3 span em {
    display: block;
}

._pageIntroduce .about-data dt h3 span em i {
    /*font-family: 'Aleo';*/
}

._pageIntroduce .about-data dt h3+p {
    margin-left: 52%;
    margin-top: 0.1rem;
    font-size: 0.14rem;
    text-align: right;
    font-weight: 100;
}

._pageIntroduce .about-data dd {
    float: left;
    margin-top: 0.25rem;
    width: 2.25rem;
    color: var(--color01);
    background: #fff;
    padding: 0.25rem 0.4rem;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

._pageIntroduce .about-data dd:hover {
    background: var(--color01);
}

._pageIntroduce .about-data dd:hover p,
._pageIntroduce .about-data dd:hover h4,
._pageIntroduce .about-data dd:hover h3 {
    color: #fff;
}

._pageIntroduce .about-data dd h3 {
    font-weight: 500;
    margin-bottom: 0.15rem;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

._pageIntroduce .about-data dd p,
._pageIntroduce .about-data dd h4 {
    color: #656565;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

._pageIntroduce .about-data dd p {
    font-weight: 100;
}

._pageIntroduce .about-data dd h4 {
    margin-bottom: 0.15rem;
}

._pageIntroduce .about-data dd h4 i {
    /*font-family: 'Aleo';*/
}

._pageIntroduce .about-data .rr .com_tit {
    color: #032A64;
    font-weight: 500;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
}

._pageIntroduce .about-data .rr .com_con {
    color: #656565;
    line-height: 1.8;
    font-weight: 100;
    text-align: justify;
    text-justify: distribute-all-lines;
}

._pageIntroduce .about-data .rr .com_con p {
    margin-bottom: 0.2rem;
}

._pageIntroduce .about-data .rr .com_con p:last-child {
    margin-bottom: 0;
}

._pageIntroduce .about-data .company-par02 {
    display: none;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
}

._pageIntroduce .about-data .company-par02 h2 {
    font-weight: 500;
}

._pageIntroduce .about-data .company-par02 dl {
    margin: 0.7rem auto 0.5rem;
    width: 1.58rem;
}

._pageIntroduce .about-data .company-par02 dt {
    display: block;
    width: 1.58rem;
    height: 1.58rem;
    overflow: hidden;
}

._pageIntroduce .about-data .company-par02 dt img {
    width: 100%;
}

._pageIntroduce .about-data .company-par02 dd {
    margin-top: 0.3rem;
    font-weight: 100;
}

@media only screen and (max-width: 1023px) {

    ._pageIntroduce .about-data .ll,
    ._pageIntroduce .about-data .rr {
        width: 100%;
    }

    ._pageIntroduce .about-data .rr {
        margin-top: 0.5rem;
    }

    ._pageIntroduce .about-data dd {
        float: left;
        width: 2.05rem;
        margin: 0.25rem 0.38rem 0 0;
    }

    ._pageIntroduce .about-data dd:nth-child(3n+1) {
        margin-right: 0;
    }

    ._pageIntroduce .about-data dt h3+p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    ._pageIntroduce .about-data dd {
        width: 49%;
        margin: 0.2rem 0 0;
    }

    ._pageIntroduce .about-data dd:nth-child(2n) {
        float: left;
    }

    ._pageIntroduce .about-data .company-par02 dl {
        width: 2.58rem;
    }

    ._pageIntroduce .about-data .company-par02 dt {
        width: 2.58rem;
        height: 2.58rem;
    }
}

@media only screen and (max-width: 360px) {
    ._pageIntroduce .about-data dd {
        height: 4.4rem;
    }
}

._pageIntroduce .about-text {
    width: 60.625%;
    color: #666666;
    font-size: 0.16rem;
    text-align: justify;
        line-height: 2;
}

._pageIntroduce .about-text p {
    margin-bottom: 0.2rem;
}

._pageHistory {
    background: url("../image/history-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 1.25rem;
    padding-bottom: 5vw;
    overflow: hidden;
}

/* ------------------------------------------ 业务领域 ------------------------------------------ */
._pageService {
    /*.classic-item:after{content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.3);position:absolute;top: 0;left: 0;}*/
    /*.classic-item-four .classic_list dl{width: 50%;}*/
    /*.classic-item-four .classic_list dl:nth-child(2n){border-right: 0;}*/
    /*.space_04_b .cyswbox li.on::before{opacity: 1;}*/
    /*新修改的 匠心品质*/
}

._pageService .fnt_40 {
    font-size: 0.4rem;
}

._pageService .fnt_24 {
    font-size: 0.24rem;
}

._pageService .space_01 {
    padding: 1.2rem 0 1.5rem;
}

._pageService .space_010-txt {
    /*text-align: center;*/
    line-height: 2;
    color: #656565;
    font-weight: 100;
}

._pageService .space_010-txt p{
    margin-bottom: 15px;
}

._pageService .space_01 dl.info {
    margin: 1.12rem 0 0;
    text-align: center;
}

._pageService .space_01 .info dd {
    display: inline-block;
    text-align: center;
    width: 20%;
    position: relative;
    border-right: 1px solid #000;
}

._pageService .space_01 .info dd h4 {
    font-weight: 400;
}

._pageService .space_01 .info dd:last-child {
    border-right: none;
}

._pageService .space_01 .info dd h4 em,
._pageService .operations-part01 .info dd h4 i {
    margin-left: 0.05rem;
}

._pageService .space_01 .info dd h4 span {
    font-family: "Aleo";
}

._pageService .space_01 .info dd p {
    margin-top: 0.1rem;
    color: #434344;
    height: 1.5em;
    overflow: hidden;
    color: #656565;
    font-weight: 100;
}

._pageService .space_01 .info dd:last-child::before {
    display: none;
}

._pageService .space_02 {
    padding: 0.8rem 0 1.27rem;
    overflow: hidden;
}

._pageService .space_02 h2 {
    text-align: center;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

._pageService .classic_tab {
    border-bottom: 1px solid #cfd6da;
    margin-bottom: 0.5rem;
}

._pageService .classic_tab .swiper-container {
    overflow: inherit;
}

._pageService .classic_tab ul {
    display: block;
    text-align: center;
}

._pageService .classic_tab ul li {
    width: auto;
    display: inline-block;
    margin: 0 0.2rem;
    padding-bottom: 0.3rem;
    position: relative;
    cursor: pointer;
}

._pageService .classic_tab ul li.on {
    color: var(--color01);
}

._pageService .classic_tab ul li:after {
    content: "";
    display: none;
    width: 100%;
    height: 2px;
    background: var(--color01);
    bottom: -2px;
    position: absolute;
    left: 0;
}

._pageService .classic_tab ul li.on:after {
    display: block;
}

._pageService .classic_con {
    position: relative;
}

._pageService .classic-item {
    display: none;
}

._pageService .classic-item.on {
    z-index: 3;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

._pageService .classic-l {
    float: left;
    width: 35%;
    padding-top: 0.34rem;
}

._pageService .classic-r {
    float: right;
    width: 58%;
    position: relative;
}

._pageService .classic_div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 2;
}

._pageService .classic_logo {
    padding-top: 40px;
    position: relative;
    text-align: center;
}

._pageService .classic_logo .en {
    font-size: 0.2rem;
    font-weight: 500;
    letter-spacing: 4px;
    color: rgb(78, 77, 77);
}

._pageService .classic_logo .cn {
    font-family: "YSHaoShenTi";
    font-size: 0.24rem;
    color: rgb(78, 77, 77);
}

._pageService .ysj_img {
    position: absolute;
    width: 0.65rem !important;
    right: 20%;
    top: 0;
    display: none !important;
}

._pageService .classic_p {
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
    text-align: center;
}

._pageService .classic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

._pageService .classic_list dl {
    float: left;
    position: relative;
    font-weight: 100;
    text-align: center;
    border-right: 1px solid #b2b2b8;
    padding: 0 5px;
    margin-bottom: 20px;
    width: 25%;
}

._pageService .classic_list dl::before {
    content: "";
    position: absolute;
    right: 0;
    top: 5%;
    width: 1px;
    height: 90%;
    background: rgba(255, 255, 255, 0.2);
}

._pageService .classic_list dl:last-child {
    border-right: 0;
}

._pageService .classic_list dl:last-child::before {
    display: none;
}

._pageService .classic_list dd {
    margin-bottom: 0.1rem;
}

._pageService .classic_list dd img {
    width: 0.36rem;
    height: 0.36rem;
}

._pageService .classic_list dt {
    margin-top: 0.15rem;
    color: #000;
}

._pageService .deve_btn {
    display: none;
}

._pageService .deve_btn div.swiper-button-next.swiper-button-disabled,
._pageService .deve_btn div.swiper-button-prev.swiper-button-disabled {
    display: block;
}

._pageService .deve_btn div {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: #fff;
    color: #1fabab;
    opacity: 1 !important;
    font-weight: bold;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
}

._pageService .deve_btn div.swiper-button-disabled {
    color: #000;
}

._pageService .deve_btn div.swiper-button-prev {
    left: -0.8rem;
}

._pageService .deve_btn div.swiper-button-next {
    right: -0.8rem;
}

._pageService .classic-item:last-child .classic_list dl {
    width: 33.3%;
}

@-webkit-keyframes fadeInUp20 {
    0% {
        /*opacity: 0;*/
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        /*opacity: 1;*/
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp20 {
    0% {
        /*opacity: 0;*/
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        /*opacity: 1;*/
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

._pageService .fadeInUp20 {
    -webkit-animation-name: fadeInUp20;
    animation-name: fadeInUp20;
}

._pageService .space_03 {
    padding: 0.8rem 0 1.5rem;
    overflow: hidden;
}

._pageService .space_03 h2 {
    text-align: center;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

._pageService .space_03-p {
    line-height: 2;
    text-align: center;
    color: #656565;
}

._pageService .quality_con {
    margin-top: 0.5rem;
    position: relative;
}

._pageService .quality_con .l {
    float: left;
    width: 32%;
    padding-top: 1.2rem;
    padding-left: 0.9rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

._pageService .quality_con .l .swiper-wrapper {
    display: block;
}

._pageService .quality_con .l .lhl_but {
    display: none;
}

._pageService .quality_con .l .lhl_but div {
    background: none;
    line-height: 44px;
    width: 30px;
    text-align: center;
}

._pageService .quality_con .l .swiper-button-next.swiper-button-disabled,
._pageService .quality_con .l .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: inherit;
    display: block !important;
    color: #333;
}

._pageService .quality_con .l .swiper-button-next.swiper-button-disabled.disabled,
._pageService .quality_con .l .swiper-button-prev.swiper-button-disabled.disabled {
    opacity: 0.35;
    pointer-events: none !important;
}

._pageService .quality_con .l li {
    width: 1.6rem;
    background: #c9c3be;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    margin-bottom: 0.3rem;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

._pageService .quality_con .l li.on {
    background: #032a64;
    font-weight: bold;
    color: #fff !important;
}

._pageService .quality_con .c {
    width: 4.68rem;
    margin-left: auto;
    margin-right: auto;
}

._pageService .c_top {
    text-align: center;
    margin-bottom: 0.45rem;
}

._pageService .c_top p {
    margin-bottom: 8px;
}

._pageService .c_top span {
    color: #656565;
}

._pageService .quality_con .c_bot {
    position: relative;
}

._pageService .quality_con .c_bot>img {
    width: 4.68rem;
    height: 4.68rem;
}

._pageService .c_bot li {
    position: absolute;
    cursor: pointer;
}

._pageService .c_bot li dd {
    width: 0.72rem;
    height: 0.72rem;
    position: relative;
    background: url(../image/space_06.png) no-repeat center;
    background-size: cover;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

._pageService .c_bot li dd img {
    width: 0.36rem;
    height: 0.36rem;
}

._pageService .c_top-item {
    display: none;
}

._pageService .c_top-item.on {
    display: block;
}

._pageService .img02 {
    display: none;
}

._pageService .c_bot01 {
    left: 42%;
    top: -0.34rem;
}

._pageService .c_bot02 {
    left: 86.9%;
    top: 24.3%;
}

._pageService .c_bot03 {
    left: 75.2%;
    top: 80.1%;
}

._pageService .c_bot04 {
    left: 10.47%;
    top: 80.1%;
}

._pageService .c_bot05 {
    left: -0.1rem;
    top: 24.3%;
}

._pageService .c_bot li.on dd {
    background: #032a64;
}

._pageService .c_bot li.on dd .img01 {
    display: none;
}

._pageService .c_bot li.on dd .img02 {
    display: block;
}

._pageService .quality_con .r {
    float: right;
    padding-top: 1.2rem;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
}

._pageService .r-item {
    display: none;
    font-weight: 500;
}

._pageService .r-item h3 {
    margin-bottom: 0.35rem;
    font-weight: 500;
}

._pageService .r-item li {
    width: 49%;
    margin-bottom: 0.35rem;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

._pageService .r-item li:nth-child(2n) {
    padding-left: 5%;
}

._pageService .r-item li dd {
    margin-bottom: 0.1rem;
}

._pageService .r-item li dt {
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    color: #656565;
    font-weight: 100;
}

._pageService .r-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #1fabab;
}

._pageService .r-item.on {
    display: block;
}

._pageService .about-par04 .swbox {
    position: relative;
}

._pageService .about-par04 .swbox .swiper-button-prev,
._pageService .about-par04 .swbox .swiper-button-next {
    font-weight: 500;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    margin-top: -0.2rem;
    color: #fff;
    background: var(--color01);
}

._pageService .about-par04 .swbox dd {
    padding: 0 0.15rem;
}

._pageService .space_04 {
    position: relative;
}

._pageService .space_04 .space_04_txt {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 2.2rem;
    text-align: center;
    color: #fff;
    width: 100%;
}

._pageService .space_04 .space_04_txt h2 {
    margin-bottom: 0.4rem;
    font-weight: 500;
}

._pageService .space_04 .space_04_txt p {
    line-height: 2;
    max-height: 6em;
    overflow: hidden;
    font-weight: 100;
}

._pageService .space_04_b {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 2rem;
    width: 100%;
}

._pageService .space_04_b .cyswbox {
    position: relative;
    padding: 0 1.2rem;
}

._pageService .space_04_b .cyswbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._pageService .space_04_b .cyswbox::before {
    content: "";
    position: absolute;
    lefT: 0;
    top: 0px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

._pageService .space_04_b .cyswbox .swiper-button-prev,
._pageService .space_04_b .cyswbox .swiper-button-next {
    left: -0.6rem;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: -0.2rem;
    text-align: center;
    font-size: 0.3rem;
    background-image: none;
    display: none;
}

._pageService .space_04_b .cyswbox .swiper-button-next {
    left: auto;
    right: -0.6rem;
}

._pageService .space_04_b .cyswbox .swiper-button-prev i,
._pageService .space_04_b .cyswbox .swiper-button-next i {
    color: #fff;
}

._pageService .space_04_b .cyswbox li {
    position: relative;
    padding-top: 0.5rem;
    color: #fff;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

._pageService .space_04_b .cyswbox li p {
    margin-bottom: 0.25rem;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
}

._pageService .space_04_b .cyswbox li span {
    display: block;
    line-height: 1.5;
    max-height: 7.5em;
    overflow: hidden;
    font-weight: 100;
}

._pageService .space_04_b .cyswbox li::before {
    opacity: 1;
    content: "";
    position: absolute;
    lefT: 0;
    top: 0px;
    width: 1rem;
    height: 2px;
    background: #16A8A8;
}

._pageService .space_04_t {
    position: relative;
    z-index: 1;
}

._pageService .space_04_t li {
    position: relative;
}

._pageService .space_04_t li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

._pageService .space_04_t .swiper-pagination {
    bottom: 0.5rem;
    width: 100%;
    text-align: center;
    display: none;
}

._pageService .space_04_t .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 0.33rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

._pageService .space_04_t .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.2rem;
    height: 0.2rem;
}

._pageService .about-par04 {
    padding: 0.75rem 0 1rem;
}

._pageService .about-par04 h2 {
    text-align: center;
    font-weight: 400;
}

._pageService .about-par04 .ratio-img {
    text-align: center;
    position: relative;
    padding: 0 0.3rem;
}

._pageService .about-par04 .ratio-img::before {
    content: "";
    width: 0.46rem;
    height: 100%;
    background: url(../image/honor-l.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

._pageService .about-par04 .ratio-img::after {
    content: "";
    width: 0.46rem;
    height: 100%;
    background: url(../image/honor-l.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

._pageService .about-par04 .ratio-img .honor-title {
    font-size: 0.3rem;
    color: rgb(51, 51, 51);
}

._pageService .about-par04 .ratio-img .honor-title span {
    font-size: 0.16rem;
}

._pageService .about-par04 .ratio-img .honor-text {
    font-size: 0.15rem;
    color: rgb(102, 102, 102);
    white-space: pre-line;
}

._pageService .about-par04 .swbox .swiper-container {
    width: calc(100% - 3.2rem);
    margin: 0 auto;
    margin-top: 0.6rem;
    overflow: hidden;
}

._pageService .about-par04 .swbox dd p {
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}

._pageService .phone-show {
    display: none;
}

._pageService .space_05 {
    color: rgb(255, 255, 255);
    line-height: 1.45;
    text-align: center;
    padding: 0.8rem 0.2rem;
}

._pageService .space_05 .title {
    font-size: 0.4rem;
    font-weight: 500;
}

._pageService .space_05 .subtitle {
    margin-top: 0.32rem;
    font-size: 0.24rem;
    color: rgb(255, 255, 255);
}

.swbox .swiper-slide {
  padding: .08rem;
  height: 2.6rem;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transition: all .3s ease-out;
}

.swbox .swiper-slide ._item {
  display: block;
  width: 100%;
  height: 100%;
}

.swbox .swiper-slide ._item ._img {
  height: 100%;
}

.swbox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swbox ._item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .16);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  z-index: 0;
}

.swbox ._item ._icon {
  width: .4rem;
  height: .4rem;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  background-color: var(--color01);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.swbox ._item:hover::before {
  opacity: 1;
  visibility: visible;
}

.swbox ._item:hover ._icon {
  opacity: 1;
  visibility: visible;
}

.swbox ._item:hover ._icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: var(--color01);
  border-radius: 50%;
  animation: scaleAnimate 1s ease infinite;
  -webkit-animation: scaleAnimate 1s ease infinite;
}

@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }

  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@media only screen and (min-width: 1025px) {
    ._pageService .quality_con .l li:hover {
        color: #032a64;
    }

    ._pageService .c_bot li:hover dd {
        background: #032a64;
    }

    ._pageService .c_bot li:hover dd .img01 {
        display: none;
    }

    ._pageService .c_bot li:hover dd .img02 {
        display: block;
    }
}

@media only screen and (max-width: 1366px) {
    ._pageService .quality_con .r {
        width: 28%;
    }

    ._pageService .space_04 .space_04_txt {
        top: 1.2rem;
    }
}

@media only screen and (max-width: 1200px) {
    ._pageService .quality_con .r {
        width: 28%;
    }

    ._pageService .space_04_b .cyswbox {
        padding: 0 0.5rem;
    }

    ._pageService .r-item h3 {
        margin-bottom: 0.2rem;
    }

    ._pageService .r-item li {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    ._pageService .r-item li dt br {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    ._pageService {
        /*.space_04_b{position: relative;background: #dde7ef;padding: 0.6rem 0;top: inherit;bottom: inherit;}*/
        /*.space_04_b .cyswbox li{color: #333;}*/
    }

    ._pageService .animate-banner-text1,
    ._pageService .animate-banner-text2 {
        -webkit-transform: none;
        transform: none;
        -webkit-animation: inherit;
        animation: inherit;
        opacity: 1;
    }

    ._pageService .classic_tab ul li {
        margin: 0 0.2rem;
    }

    ._pageService .quality_con .l {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        float: none;
    }

    ._pageService .quality_con .l .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    ._pageService .quality_con .l li {
        float: left;
        margin: 0px;
        border-radius: 30px;
        width: 19%;
    }

    ._pageService .quality_con .c {
        width: 100%;
        overflow: hidden;
        margin-top: 0.4rem;
        padding-bottom: 15px;
        display: none;
    }

    ._pageService .quality_con .c_bot>img {
        display: none;
    }

    ._pageService .c_bot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    ._pageService .c_bot li {
        position: static;
    }

    ._pageService .c_bot>p {
        display: none;
    }

    ._pageService .quality_con .r {
        position: static;
        width: 100%;
        padding-top: 0.4rem;
    }

    ._pageService .r-item li:nth-child(2n) {
        padding-left: 0;
    }

    ._pageService .space_04 .space_04_txt {
        top: 1rem;
    }

    ._pageService .space_04 .space_04_txt p br {
        display: none;
    }

    ._pageService .space_04_t li .pc-show {
        display: none;
    }

    ._pageService .space_04_t li .phone-show {
        display: block;
    }

    ._pageService .space_04_b {
        bottom: 0.6rem;
    }

    ._pageService .space_04_b .cyswbox {
        padding: 0;
        overflow: hidden;
    }

    ._pageService .space_04_b .cyswbox::before {
        background: #333;
    }

    ._pageService .space_04_b .cyswbox ul {
        display: block;
    }

    ._pageService .space_04_b .cyswbox li {
        width: 100%;
        margin-bottom: 0.5rem;
        padding-top: 0.2rem;
    }

    ._pageService .space_04_b .cyswbox li span {
        max-height: inherit;
    }

    ._pageService .space_04_b .cyswbox .swiper-button-prev,
    ._pageService .space_04_b .cyswbox .swiper-button-next {
        display: block;
        color: #1fabab;
    }

    ._pageService .space_04_b .cyswbox .swiper-button-prev i,
    ._pageService .space_04_b .cyswbox .swiper-button-next i {
        color: #032a64;
    }

    ._pageService .space_04_b .cyswbox .swiper-button-prev {
        left: 0px;
    }

    ._pageService .space_04_b .cyswbox .swiper-button-next {
        right: 0px;
    }

    ._pageService .classic_list dl {
        padding: 0 0.1rem;
    }

    ._pageService .classic-l,
    ._pageService .classic-r {
        width: 100%;
    }

    ._pageService .classic-l {
        padding-top: 0;
        margin-bottom: 20px;
    }

    ._pageService .classic_p {
        text-align: center;
    }

    ._pageService .deve_btn div.swiper-button-prev {
        left: 0;
    }

    ._pageService .deve_btn div.swiper-button-next {
        right: 0;
    }

    ._pageService .space_05-ul li {
        padding: 0 0.2rem;
    }

    ._pageService .space_05-ul dt p {
        font-size: 12px;
    }

    ._pageService .classic_con {
        height: auto !important;
    }

    .site_banner .site_text h4,
    .site_banner .site_text p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    ._pageService {
        /*.space_04_b .cyswbox li p br{display: none;}*/
        /*.about-par04 .swbox li{width: 48% !important;}*/
    }

    ._pageService .space_01 {
        padding: 0.6rem 0;
    }

    ._pageService .space_01 dl.info {
        margin: 0.6rem 0 0;
    }

    ._pageService .space_01 .info dd {
        width: 32.2%;
    }

    ._pageService .classic_tab ul li {
        padding-bottom: 0.2rem;
    }

    ._pageService .space_02 {
        padding: 0.6rem 0;
    }

    ._pageService .classic_div {
        top: 0.4rem;
        z-index: 3;
    }

    ._pageService .classic_list {
        margin-top: 0.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    ._pageService .classic_p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    ._pageService .classic_list dl {
        display: block;
        padding: 0 2px;
    }

    ._pageService .classic_list dl p {
        font-size: 0.24rem;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    ._pageService .classic-item::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0;
        top: 0;
    }

    ._pageService .space_03 {
        padding: 0.6rem 0;
    }

    ._pageService .space_03-p br {
        display: none;
    }

    ._pageService .quality_con .l {
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    ._pageService .quality_con .l .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    ._pageService .quality_con .l .lhl_but {
        display: block;
    }

    ._pageService .quality_con .l .lhl_but .swiper-button-prev {
        left: 0;
    }

    ._pageService .quality_con .l .lhl_but .swiper-button-next {
        right: 0;
    }

    ._pageService .quality_con .l li {
        margin: 0;
        height: 30px;
        line-height: 30px;
    }

    ._pageService .r-item li {
        width: 100%;
    }

    ._pageService .space_04 .space_04_txt {
        top: 0.6rem;
    }

    ._pageService .space_04 .space_04_txt h2 {
        margin-bottom: 10px;
    }

    ._pageService .space_04_b {
        bottom: 0.4rem;
    }

    ._pageService .space_04_b .cyswbox li {
        width: 100%;
        padding-right: 0;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    ._pageService .space_04_b .cyswbox li:last-child {
        margin-bottom: 0;
    }

    ._pageService .space_04_b .cyswbox li p {
        line-height: 24px;
        max-height: inherit;
        margin-bottom: 5px;
    }

    ._pageService .space_04_b .cyswbox li span {
        font-size: 12px;
    }

    ._pageService .space_04_b .cyswbox::before {
        display: none;
    }

    ._pageService .space_04 .space_04_txt p {
        font-size: 12px;
        line-height: 22px;
        max-height: 88px;
    }

    ._pageService .space_04_t .swiper-pagination {
        bottom: 12px;
    }

    ._pageService .space_04_t .swiper-pagination .swiper-pagination-bullet {
        margin: 0 8px;
    }

    ._pageService .space_04_t .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
    }

    ._pageService .classic_logo {
        padding-top: 13px;
    }

    ._pageService .classic-l {
        margin-bottom: 0;
    }

    ._pageService .deve_btn div {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    ._pageService .about-par04,
    ._pageService .space_05 {
        padding: 0.6rem 0;
    }

    ._pageService .about-par04 .swbox .swiper-button-prev,
    ._pageService .about-par04 .swbox .swiper-button-next {
        display: none;
    }

    ._pageService .pc-show {
        display: none;
    }

    ._pageService .phone-show {
        display: block;
    }

    ._pageService .space_04_b .cyswbox ul {
        display: block;
    }

    ._pageService .space_05-p {
        font-size: 15px;
    }

    ._pageService .classic_logo img {
        width: 160px;
        height: 43px;
    }

    ._pageService .ysj_img {
        right: 35%;
        width: 0.45rem;
        height: inherit !important;
        display: none;
    }

    ._pageService .classic_tab {
        margin-bottom: 20px;
    }

    ._pageService .classic_tab ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

._pageService .space_03 {
    padding-bottom: 0;
}

._pageService .space_03 .box {
    max-width: 8.87rem;
    width: 100%;
    margin: 1.7rem auto 0;
    position: relative;
    background: url(../image/space_jx.png) no-repeat;
    background-size: cover;
}

._pageService .space_03 li {
    position: absolute;
}

._pageService .space_03 li span {
    float: right;
    margin-left: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(224, 224, 224)));
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(224, 224, 224));
}

._pageService .space_03 li span img {
    float: left;
    width: 0.36rem;
    height: 0.36rem;
    margin: 0.22rem;
}

._pageService .space_03 li span img+img {
    display: none;
}

._pageService .space_03 li p {
    float: left;
}

._pageService .space_03 li {
    width: 0.8rem;
    height: 0.8rem;
}

._pageService .space_03 li:nth-child(1) {
    left: 0;
    bottom: 0.58rem;
}

._pageService .space_03 li:nth-child(2) {
    left: 1.55rem;
    top: 0.46rem;
}

._pageService .space_03 li:nth-child(3) {
    left: 4.1rem;
    top: -0.35rem;
}

._pageService .space_03 li:nth-child(4) {
    right: 1.55rem;
    top: 0.46rem;
}

._pageService .space_03 li:nth-child(5) {
    right: 0;
    bottom: 0.58rem;
}

._pageService .space_03 li:nth-child(3) p {
    float: none;
}

._pageService .space_03 li:nth-child(3) span {
    float: none;
    display: block;
    margin: 0 auto;
}

._pageService .space_03 li:nth-child(4) span,
._pageService .operations-part04 li:nth-child(5) span {
    float: left;
    margin-left: 0;
    margin-right: 0.2rem;
}

._pageService .space_03 li:nth-child(4) p,
._pageService .operations-part04 li:nth-child(5) p {
    float: left;
}

._pageService .ass_title {
    position: absolute;
    width: 220px;
    -webkit-transform: translateY(0.25rem);
    -moz-transform: translateY(0.25rem);
    -o-transform: translateY(0.25rem);
    -ms-transform: translateY(0.25rem);
    /* transform: translateY(0.25rem); */
}

._pageService .ass_title h3 {
    margin-bottom: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

._pageService .ass_title p {
    visibility: hidden;
    opacity: 0;
    max-height: 0.72rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

._pageService .space_03 li:nth-child(1) .ass_title {
    right: 1.2rem;
    text-align: right;
}

._pageService .space_03 li:nth-child(2) .ass_title {
    right: 1.2rem;
    text-align: right;
}

._pageService .space_03 li:nth-child(4) .ass_title {
    left: 1.2rem;
    text-align: left;
}

._pageService .space_03 li:nth-child(5) .ass_title {
    left: 1.2rem;
    text-align: left;
}

._pageService .space_03 li:nth-child(3) .ass_title {
    bottom: 1rem;
    text-align: center;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

._pageService .space_03 li p {
    line-height: inherit;
    float: none;
    font-weight: 100;
    color: #656565;
    white-space: pre-line;
}

@media only screen and (min-width: 1025px) {

    ._pageService .ass_title,
    ._pageService .ass_title p {
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        -ms-transition: all 0.8s;
    }

    ._pageService .space_03 li:hover .ass_title {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    ._pageService .space_03 li:hover .ass_title p {
        visibility: visible;
        opacity: 1;
    }

    ._pageService .space_03 li:hover span {
        background: var(--color01);
    }

    ._pageService .space_03 li:hover span img {
        display: none;
    }

    ._pageService .space_03 li:hover span img+img {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    ._pageService .space_03 .box {
        max-width: 100%;
        background: none !important;
        margin: 0;
        height: auto !important;
    }

    ._pageService .space_03 li {
        position: static;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto;
        margin-bottom: 20px;
    }

    ._pageService .space_03 li span {
        float: none;
        display: block;
        margin-left: 20px !important;
        margin-right: 0 !important;
    }

    ._pageService .ass_title {
        position: static;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left !important;
        margin: 0 !important;
        -webkit-transform: none;
        transform: none;
        padding-left: 20px;
    }

    ._pageService .ass_title h3 {
        overflow: unset;
    }

    ._pageService .ass_title p {
        visibility: visible;
        opacity: 1;
        font-size: 14px;
        overflow: unset;
    }

}

@media only screen and (min-width: 1920px) {
    ._pageService .ass_title {
        width: 500px !important;
    }

    ._pageService .space_03 li:nth-child(3) .ass_title {
        margin-left: -250px;
    }
}

/* ------------------------------------------ 新闻动态 ------------------------------------------ */
._pageNews {
    margin-top: 1rem;
}

._pageNews .container {
    overflow: hidden;
}

._pageNews .container .swiper-footer {
    position: relative;
}

._pageNews .container .swiper-footer .swiper-pagination {
    width: auto;
    left: 55%;
}

._pageNews .container .swiper-footer .swiper-pagination .swiper-pagination-bullet {
    width: 0.58rem;
    height: 3px;
    background: rgb(204, 204, 204);
    border-radius: 0;
}

._pageNews .container .swiper-footer .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(0, 0, 0);
}

._pageNews .news-top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

._pageNews .news-top-item .news-top-img {
    width: 51.5%;
    height: 26vw;
    overflow: hidden;
}

._pageNews .news-top-item .news-top-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageNews .news-top-item .news-top-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

._pageNews .news-top-item .news-top-info {
    width: 48.5%;
    padding: 0.5rem 0.6rem 0.5rem 0.5rem;
    background: #FAFAFA;
}

._pageNews .news-top-item .news-top-info .news-time {
    font-size: 0.2rem;
    color: rgb(102, 102, 102);
}

._pageNews .news-top-item .news-top-info .news-title {
    font-size: 0.4rem;
    color: rgb(51, 51, 51);
    margin-top: 0.13rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageNews .news-top-item .news-top-info .news-text {
    margin-top: 0.4rem;
    font-size: 0.2rem;
    line-height: 2;
    color: rgb(102, 102, 102);
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

._pageNews .news-top-item:hover .news-top-info .news-title {
    color: var(--color02);
}

._pageNews .news-main {
    margin-top: 1.4rem;
}

._pageNews .news-main .news-item {
    padding: 0.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgb(230, 230, 230);
}

._pageNews .news-main .news-item .news-img {
    width: 36.25%;
    height: 3.3rem;
    overflow: hidden;
}

._pageNews .news-main .news-item .news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageNews .news-main .news-item .news-info {
    width: 63.75%;
    padding: 0.26rem 0 0 0.53rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._pageNews .news-main .news-item .news-info .news-time {
    font-size: 0.18rem;
    color: rgb(102, 102, 102);
}

._pageNews .news-main .news-item .news-info .news-title {
    font-size: 0.28rem;
    color: rgb(51, 51, 51);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

._pageNews .news-main .news-item .news-info .news-text {
    font-size: 0.18rem;
    line-height: 2.5;
    color: rgb(102, 102, 102);
    margin-top: 0.3rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

._pageNews .news-main .news-item .news-more {
    font-size: 14px;
    color: rgb(51, 51, 51);
}

._pageNews .news-main .news-item .news-more i {
    font-size: 14px;
    color: rgb(51, 51, 51);
}

._pageNewsDetail .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.6rem;
}

._pageNewsDetail .detail-main {
    width: 72.5%;
    padding-top: 0.94rem;
    padding-right: 0.6rem;
}

._pageNewsDetail .detail-main .news-title {
    font-size: 0.36rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
}

._pageNewsDetail .detail-main .news-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.2rem;
    font-size: 16px;
    color: rgb(102, 102, 102);
    padding-bottom: 0.38rem;
    border-bottom: 1px solid rgb(238, 238, 238);
}

._pageNewsDetail .detail-main .news-sub i {
    font-size: 16px;
    color: rgb(102, 102, 102);
    margin-right: 0.1rem;
}

._pageNewsDetail .detail-main .detail-info {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    font-size: 0.18rem;
    /*font-weight: 500;*/
    line-height: 2;
    color: rgb(102, 102, 102);
    text-align: justify;
}

._pageNewsDetail .detail-main .detail-info p {
    margin-bottom: 10px;
}

._pageNewsDetail .detail-main .detail-info img {
    max-width: 100%;
    height: auto !important;
}

._pageNewsDetail .detail-main .flip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.2rem 0.54rem;
    background: rgb(248, 248, 248);
}

._pageNewsDetail .detail-main .flip a {
    font-size: 0.18rem;
    color: rgb(51, 51, 51);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageNewsDetail .detail-main .flip a i {
    font-size: 0.18rem;
    color: rgb(51, 51, 51);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageNewsDetail .detail-main .flip a:hover {
    color: var(--color01);
}

._pageNewsDetail .detail-main .flip a:hover i {
    color: var(--color01);
}

._pageNewsDetail .detail-main .flip a.prev i {
    display: inline-block;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

._pageNewsDetail .detail-main .flip .return {
    padding: 0.1rem 0.28rem;
    color: var(--color01);
    border: 1px solid var(--color01);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    margin: 0 10px;
}

._pageNewsDetail .detail-main .flip .return:hover {
    background: var(--color01);
    color: #fff;
}

._pageNewsDetail .hot-news {
    width: 27.5%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 1rem;
    padding-left: 0.6rem;
    border-left: 1px solid rgb(238, 238, 238);
}

._pageNewsDetail .hot-news .hot-item {
    margin-bottom: 0.5rem;
    display: block;
}

._pageNewsDetail .hot-news .hot-item .hot-img {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
}

._pageNewsDetail .hot-news .hot-item .hot-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageNewsDetail .hot-news .hot-item .hot-info {
    padding-top: 0.5rem;
}

._pageNewsDetail .hot-news .hot-item .hot-info .hot-title {
    font-size: 0.2rem;
    font-weight: 500;
    color: rgb(51, 51, 51);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

._pageNewsDetail .hot-news .hot-item .hot-info .hot-text {
    margin-top: 0.14rem;
    font-size: 16px;
    line-height: 2;
    color: rgb(102, 102, 102);
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

._pageNewsDetail .hot-news .hot-item .hot-info .hot-more {
    margin-top: 0.3rem;
    font-size: 0.18rem;
    font-weight: 500;
    color: rgb(102, 102, 102);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageNewsDetail .hot-news .hot-item .hot-info .hot-more i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.18rem;
    font-weight: 500;
    color: rgb(102, 102, 102);
}

._pageNewsDetail .hot-news .hot-item:last-child {
    margin-bottom: 0;
}

._pageNewsDetail .hot-news .hot-item:hover .hot-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

._pageNewsDetail .hot-news .hot-item:hover .hot-info .hot-more {
    color: var(--color01);
}

._pageNewsDetail .hot-news .hot-item:hover .hot-info .hot-more i {
    color: var(--color01);
}

/* ------------------------------------------ 企业文化 ------------------------------------------ */
._pageCulture .culture-info {
    padding-top: 0.7rem;
}

._pageCulture .culture-info .culture-title {
    text-align: center;
    font-size: 0.38rem;
    color: rgb(0, 0, 0);
}

._pageCulture .culture-info .culture-text {
    margin: 0 auto;
    margin-top: 0.3rem;
    font-size: 0.18rem;
    line-height: 2;
    color: rgb(102, 102, 102);
    text-align: justify;
    width: 57.29%;
    /*font-family: 'AlimamaShuHeiTiBold';*/
}

._pageCulture .culture-main {
    margin-top: 0.3rem;
    background: url(../image/culture-bg.webp) no-repeat center;
    background-size: cover;
}

._pageCulture .culture-main .container {
    padding-top: 0.37rem;
    padding-bottom: 0.17rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

._pageCulture .culture-main .container .culture-item {
    margin-bottom: 0.6rem;
    width: calc((100% - 1.2rem) / 4);
    margin-right: 0.4rem;
    padding: 0.1rem 0.3rem 0.3rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

._pageCulture .culture-main .container .culture-item .item-icon {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color01);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageCulture .culture-main .container .culture-item .item-icon i {
    font-size: 0.4rem;
    color: var(--color01);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageCulture .culture-main .container .culture-item .item-title {
    margin-top: 0.35rem;
    position: relative;
}

._pageCulture .culture-main .container .culture-item .item-title .title {
    font-size: 0.2rem;
    color: rgb(0, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    position: relative;
}

._pageCulture .culture-main .container .culture-item .item-title .num {
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.36rem;
    line-height: 1;
    color: var(--color01);
    font-family: "MiSansMedium";
    opacity: 0.3;
}

._pageCulture .culture-main .container .culture-item .item-text {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: rgb(102, 102, 102);
}

._pageCulture .culture-main .container .culture-item:nth-child(4n) {
    margin-right: 0;
}

._pageCulture .culture-main .container .culture-item:hover .item-icon {
    background: var(--color01);
}

._pageCulture .culture-main .container .culture-item:hover .item-icon i {
    color: #fff;
}

._pageCulture .culture-main .container .culture-item:hover .item-title {
    color: var(--color01);
}

._pageCulture2 .culture-main .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

/* ------------------------------------------ 风采展示 ------------------------------------------ */
._pageDisplay {
    padding-top: 1rem;
}

._pageDisplay .display-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

._pageDisplay .display-list .display-item {
    margin-bottom: 0.56rem;
    width: calc((100% - 0.74rem) / 3);
    margin-right: 0.37rem;
    cursor: pointer;
}

._pageDisplay .display-list .display-item .display-img {
    width: 100%;
    height: 3.4rem;
    overflow: hidden;
}

._pageDisplay .display-list .display-item .display-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageDisplay .display-list .display-item .display-title {
    text-align: center;
    padding: 0.24rem;
    font-size: 0.2rem;
    color: rgb(102, 102, 102);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageDisplay .display-list .display-item:nth-child(3n) {
    margin-right: 0;
}

._pageDisplay .display-list .display-item:hover .display-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

._pageDisplay .display-list .display-item:hover .display-title {
    color: var(--color01);
}

._pageDisplay2 {
    padding-top: 0;
}

._pageDisplay2 .year-list {
    background-color: #f5f5f5;
}

._pageDisplay2 .year-swiper .swiper-slide {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.18rem;
    position: relative;
}

._pageDisplay2 .year-swiper .swiper-slide:hover {
    background: var(--color01);
    color: #fff;
}

._pageDisplay2 .year-swiper .swiper-slide:hover::after {
    content: "";
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageDisplay2 .year-swiper .swiper-slide.active {
    background: var(--color01);
    color: #fff;
}

._pageDisplay2 .year-swiper .swiper-slide.active::after {
    content: "";
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageDisplay2 .display-list {
    margin-top: 0.6rem;
}

/* ------------------------------------------ 人才招聘 ------------------------------------------ */
._pageHire {
    background: #fff;
    padding: 0.5rem 0;
    position: relative;
    z-index: 2;
}

._pageHire .page-hr-top {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}

._pageHire .page-hr-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._pageHire .page-hr-form-item {
    background: #f4f4f4;
    border-radius: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0.7rem;
    margin-right: 3.125vw;
    position: relative;
}

._pageHire .page-hr-select {
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
    background: transparent url(../image/icon.png) no-repeat right 30px center;
    background-size: 0.16rem;
    border: none;
    border-radius: 0.15rem;
    color: #333;
    font-size: 0.16rem;
    height: 100%;
    outline: none;
    padding-left: 0.3rem;
    width: 100%;
}

._pageHire .page-hr-form-item:last-child {
    margin-right: 0;
}

._pageHire .page-hr-icon {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

._pageHire .page-hr-icon svg {
    fill: #999;
    height: 0.18rem;
    width: 0.18rem;
}

._pageHire .page-hr-input {
    border: none;
    border-radius: 0.35rem;
    color: #333;
    font-size: 0.16rem;
    height: 100%;
    outline: none;
    padding-left: 0.3rem;
    padding-right: 0.6rem;
    width: 100%;
}

._pageHire .page-hr-input-icon {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.16rem;
    color: rgb(196, 196, 196);
}

._pageHire .page-hr-form-item:last-child {
    background: var(--color01);
    border-radius: 0.5rem;
    max-width: 2.02rem;
}

._pageHire .page-hr-submit {
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 0.24rem;
    height: 100%;
    width: 100%;
}

._pageHire .page-hr-item {
    background: #fff;
    margin-bottom: 0.2rem;
    border-radius: 0.5rem;
    background: #F9F9F9;
}

._pageHire .page-hr-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background: rgb(249, 249, 249);
    border-radius: 0.5rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.8rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3.125vw;
}

._pageHire .page-hr-title span {
    color: #666;
    font-size: 0.16rem;
    line-height: 1;
    width: calc(25% - 0.44rem);
}

._pageHire .page-hr-title span:first-child {
    display: block;
    font-size: 0.18rem;
    overflow: hidden;
    padding-left: 0.2rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
}

._pageHire .page-hr-title span:first-child:before {
    background-color: #ccc;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 6px;
    z-index: 0;
}

._pageHire .page-hr-title span:last-child {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 0.88rem;
    white-space: nowrap;
}

._pageHire .page-hr-title span:last-child,
._pageHire .page-hr-title span:last-child i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

._pageHire .page-hr-title span:last-child svg {
    fill: #c4c4c4;
    height: 0.14rem;
    margin-left: 0.1rem;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    width: 0.14rem;
}

._pageHire .page-hr-title span:last-child svg path {
    fill: #c4c4c4;
}

._pageHire .page-hr-details {
    height: auto;
    position: relative;
}

._pageHire .page-hr-details:after {
    background: url(../image/pin.png) no-repeat 50%;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 5rem;
    opacity: 0;
    position: absolute;
    right: 1rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    width: 4.6rem;
    z-index: 0;
}

._pageHire .page-hr-details ._txt {
    height: 0;
    overflow: hidden;
}

._pageHire .page-hr-details .email {
    margin-top: 0.4rem;
    color: var(--color01);
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 2;
}

._pageHire .page-hr-details ._txt>div {
    padding: 0.5rem 0.6rem;
}

._pageHire .page-hr-price {
    color: var(--color01);
    font-size: 0.18rem;
    font-weight: 900;
    text-align: right;
}

._pageHire .page-hr-subtitle {
    color: #333;
    font-size: 0.18rem;
    line-height: 2;
    margin-bottom: 0.15rem;
}

._pageHire .page-hr-section {
    margin-bottom: 0.6rem;
}

._pageHire .page-hr-section .page-text {
    color: #666;
    font-size: 0.16rem;
    line-height: 2;
    white-space: pre-line;
}

._pageHire .page-hr-button button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    background: var(--color01);
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.24rem;
    height: 0.7rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    font-weight: 700;
}

._pageHire .page-hr-button button svg {
    fill: var(--color01);
    height: 0.2rem;
    margin-right: 0.2rem;
    width: 0.2rem;
}

._pageHire .page-hr-item.active .page-hr-title {
    background-color: var(--color01);
    border-radius: 0.5rem;
}

._pageHire .page-hr-item:hover .page-hr-title span:first-child {
    color: var(--color01);
}

._pageHire .page-hr-item:hover .page-hr-title span:first-child:before {
    background: var(--color01);
}

._pageHire .page-hr-item.active .page-hr-title span,
._pageHire .page-hr-item.active:hover .page-hr-title span {
    color: #fff;
}

._pageHire .page-hr-item.active .page-hr-title span:first-child:before,
._pageHire .page-hr-item.active:hover .page-hr-title span:first-child:before {
    background-color: #fff;
}

._pageHire .page-hr-item.active .page-hr-title span:last-child {
    color: #fff;
}

._pageHire .page-hr-item.active .page-hr-title span:last-child svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

._pageHire .page-hr-item.active .page-hr-title span:last-child svg path {
    fill: #fff;
}

._pageHire .page-hr-item.active .page-hr-details:after {
    opacity: 1;
    visibility: visible;
}

/* ------------------------------------------ 地图导航 ------------------------------------------ */
._pageNavigation .addressmap {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 5rem;
}

._pageNavigation .BMap_bubble_title {
    color: var(--color01);
    font-size: 16px;
    font-weight: 800;
}

._pageNavigation .BMap_bubble_content {
    font-size: 14px;
}

/* ------------------------------------------ 搜索结果页 ------------------------------------------ */
._pageNewsSearch .search-list .search-item {
    display: block;
    padding: 0.4rem 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

._pageNewsSearch .search-list .search-item .search-item-time {
    width: auto;
    font-size: 0.16rem;
    position: absolute;
    right: 0;
    color: #888;
}

._pageNewsSearch .search-list .search-item .search-item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

._pageNewsSearch .search-list .search-item .search-item-text .search-item-text-title {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

._pageNewsSearch .search-list .search-item .search-item-text .search-item-text-content {
    font-size: 0.16rem;
    line-height: 1.6;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

._pageNewsSearch .search-list .search-item:hover .search-item-text .search-item-text-title {
    color: var(--color01);
}

@media screen and (max-width: 1024px) {
    header {
        height: 1rem;
        line-height: 1rem;
        background: #fff;
        padding: 0 0.3rem;
    }

    .navbar-toggle {
        display: inline-block;
    }

    header .right .nav .item {
        display: block;
    }

    header .right .nav .item>a::before,
    header .right .nav .item>a::after {
        content: "";
        width: 1em;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #000;
        font-size: 0.2rem;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    header .right .nav .item>a::before {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    header .right .nav .item.active>a::before {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        opacity: 0;
    }

    header .right .nav .item.no-arrow a::after {
        display: none;
    }

    header .right .nav .item>a i {
        font-size: 65%;
        float: right;
        font-family: "iconfont";
        padding-left: 2rem;
    }

    header .right .nav .item .sub-nav {
        /* display: block; */
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: none;
        transition: none;
        padding-bottom: 0.3rem;
    }

    header .right .nav .item.active .sub-nav {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    header .right .nav .item.active .sub-nav::before,
    header .right .nav .item.active .sub-nav::after {
        content: "";
        bottom: 0;
        width: 0.8rem;
        left: 1.1rem;
        height: 0.01rem;
        background: #000;
        position: absolute;
        z-index: 999;
    }

    header .right .nav .item.active .sub-nav::before {
        right: 0;
        width: auto;
        top: 0;
    }

    header .right .feature .search-box,
    header .right .language,
    header .right a,
    header .right .weixin-box i {
        color: #000;
    }

    header .right .sub-nav,
    header .right .nav {
        position: fixed;
        left: 0;
        top: 1rem;
        width: 100%;
        bottom: 0;
        background: #fff;
        z-index: 999;
        line-height: 0.8rem;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    header .right .sub-nav {
        z-index: 1000;
        top: 0;
    }

    header .right .nav .sub-nav .midden-box .ll {
        display: none;
    }

    header.collapsed .nav {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        overflow: auto;
        padding-top: 0.5rem;
    }

    header .right .nav .tit-h,
    header .right .nav a {
        display: block;
        color: #000;
        margin: 0;
        padding: 0 0.22rem;
        margin: 0 0.62rem;
        margin-right: 0;
    }

    header .right .nav .tit-h {
        font-weight: bold;
        font-size: 110%;
        color: #000;
        font-size: 0.34rem;
        padding-left: 0.5rem;
    }

    header .right .nav .item a {
        /* border-top: 1px solid #ddd; */
        font-size: 0.36rem;
        line-height: 1.2rem;
        padding-left: 0.5rem;
        background: #fff;
        padding-right: 0.62rem;
    }

    header .right .nav .item .sub-nav a {
        font-size: 0.3rem;
        line-height: 0.8rem;
    }

    .site_banner .logo {
        font-size: 1.4rem;
    }

    .Hservice {
        height: auto;
    }

    .Hservice .bgs {
        display: none;
    }

    .Hservice ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Hservice ul li {
        background-size: cover;
        width: 100% !important;
        padding: 32px;
    }

    .Hservice ul li.active .sub_title,
    .Hservice ul li .sub_title {
        font-size: 16px;
    }

    .Hservice ul li .text,
    .Hservice ul li .sub_title,
    .Hservice ul li .more span {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        font-size: 16px;
    }

    .Hservice .list {
        position: static;
    }

    .Hservice .list .details {
        position: relative;
        top: 0;
    }

    .Hservice .list .details .title {
        font-size: 20px;
    }

    .Hservice .list .details .hide {
        width: 90%;
    }

    ._pageIntroduce .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._pageIntroduce .container .about-data,
    ._pageIntroduce .container .about-text {
        width: 100%;
        margin: 0;
    }

    ._pageIntroduce .container .about-text {
        font-size: 16px;
        margin-top: 20px;
    }

    ._pageNews .news-top-item .news-top-img {
        height: auto;
    }

    .courseBox {
        padding: 0 5%;
    }

    ._pageNewsSearch .search-list .search-item .search-item-time {
        margin-bottom: 1em;
        font-size: 16px;
        position: static;
    }

    ._pageNewsSearch .search-list .search-item .search-item-text .search-item-text-title {
        font-size: 14px;
    }

    ._pageNewsSearch .search-list .search-item .search-item-text .search-item-text-content {
        font-size: 12px;
    }

._pageDisplay2 .year-swiper .swiper-slide {
        font-size: 16px;
    }

}

@media screen and (orientation: portrait) {
    .Hnews .Hheader {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .Hnews .Hheader .header-right {
        margin-top: 15px;
    }

    .Hnews .news-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Hnews .item {
        width: 100%;
        margin: 0;
    }

    .Hnews .item.list {
        height: auto;
    }

    .Hnews .item.list a:last-child h3 {
        border-bottom: none;
    }

    .Hnews .item .text h4,
    .Hnews .item .text h3 {
        font-size: 16px;
    }

    .footer .footer-logo {
        display: none;
    }

    .footer .footer-search .search-label {
        font-size: 16px;
    }

    .footer .footer-search .search-input input,
    .footer .footer-search .search-input button {
        font-size: 14px;
        height: 40px;
    }

    .footer .footer-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .footer-body .body-item {
        width: 100%;
    }

    .footer .footer-body .f-contact .contact-label {
        font-size: 16px;
    }

    .footer .footer-body .f-contact .contact-address {
        font-size: 14px;
    }

    .footer .footer-body .f-menu {
        display: none;
    }

    .footer .footer-body .f-code {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer .footer-declare {
        margin-top: 10px;
        font-size: .22rem;
    }

    .footer .footer-body .f-code .code-item .code-label {
        font-size: 14px;
    }

    ._pageHire .page-hr-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._pageHire .page-hr-form-item,
    ._pageHire .page-hr-button {
        width: calc(50% - 2vw);
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-bottom: 20px;
    }

    ._pageHire .page-hr-form-item:nth-child(2n) {
        margin-right: 0;
    }

    ._pageHire .page-hr-select,
    ._pageHire .page-hr-input {
        font-size: 0.24rem;
    }
}

@media screen and (max-width: 768px) {
    .site_banner .logo {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .site_banner {
        height: 220px;
    }

    .site_banner .logo {
        font-size: 0.9rem;
    }

    .site {
        display: none;
    }

    .fnt_10 {
        font-size: 12px !important;
    }

    .fnt_16 {
        font-size: 14px !important;
    }

    .fnt_18 {
        font-size: 16px !important;
    }

    .fnt_20 {
        font-size: 16px !important;
    }

    ._pageIntroduce .container .about-text {
        font-size: 16px;
    }

    ._pageService .space_010-txt,
    ._pageService .space_01 .info dd p {
        font-size: 14px;
    }

    ._pageService .about-par04 .swbox .swiper-container {
        margin: 0.6rem 0 0 0;
        width: 100%;
    }

    ._pageService .about-par04 .ratio-img .honor-title {
        font-size: 20px;
    }

    ._pageService .about-par04 .ratio-img .honor-text {
        font-size: 15px;
    }

    ._pageNews {
        margin-top: 0;
    }

    ._pageNews .news-top-item .news-top-info .news-time,
    ._pageNews .news-top-item .news-top-info .news-text {
        font-size: 14px;
        margin: 0;
        -webkit-line-clamp: 2;
    }

    ._pageNews .news-main {
        margin-top: 20px;
    }

    ._pageNews .news-main .news-item .news-img {
        height: auto;
    }

    ._pageNews .news-main .news-item .news-info .news-time {
        font-size: 14px;
    }

    ._pageNews .news-main .news-item .news-info .news-title {
        font-size: 18px;
    }

    ._pageNews .news-main .news-item .news-info .news-text {
        font-size: 16px;
        margin-top: 0;
        display: none;
    }

    ._pageNews .news-main .news-item .news-info .new-more {
        font-size: 14px;
    }

    ._pageNewsDetail .detail-main {
        width: 100%;
        padding-right: 0;
    }

    ._pageNewsDetail .detail-main .detail-info {
        font-size: 16px;
    }

    ._pageNewsDetail .detail-main .flip a,
    ._pageNewsDetail .detail-main .flip i {
        font-size: 14px !important;
    }

    ._pageNewsDetail .hot-news {
        display: none;
    }

    ._pageCulture .culture-info .culture-text {
        width: 90%;
        font-size: 16px;
    }

    ._pageCulture .culture-main .container .culture-item {
        width: 48%;
        margin-right: 4%;
    }

    ._pageCulture .culture-main .container .culture-item:nth-child(2n) {
        margin-right: 0;
    }

    ._pageCulture .culture-main .container .culture-item .item-title .title {
        font-size: 18px;
    }

    ._pageCulture .culture-main .container .culture-item .item-title .num {
        font-size: 30px;
    }

    ._pageCulture .culture-main .container .culture-item .item-text {
        font-size: 14px;
    }

    ._pageDisplay .display-list .display-item {
        width: 48%;
        margin-right: 4%;
    }

    ._pageDisplay .display-list .display-item:nth-child(3n) {
        margin-right: 4%;
    }

    ._pageDisplay .display-list .display-item:nth-child(2n) {
        margin-right: 0;
    }

    ._pageDisplay .display-list .display-item .display-title {
        font-size: 14px;
    }

    ._pageHire .page-hr-list .page-hr-item span {
        font-size: 14px;
    }

    ._pageHire .page-hr-list .page-hr-item .num,
    ._pageHire .page-hr-list .page-hr-item .salary,
    ._pageHire .page-hr-list .page-hr-item .education {
        display: none;
    }

    ._pageHire .page-hr-list .page-hr-item .page-hr-title span:last-child {
        width: auto;
    }

    ._pageHire .page-hr-price,
    ._pageHire .page-hr-subtitle,
    ._pageHire .page-hr-section .page-text,
    ._pageHire .page-hr-details .email {
        font-size: 14px;
    }
}

/*# sourceMappingURL=shjs.min.css.map */