@charset "UTF-8";

.more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.more i {
    width: 0.58rem;
    height: 0.58rem;
    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;
    color: #fff;
    font-size: 0.1rem;
    border-radius: 50%;
    margin-right: 0.2rem;
}

.more span {
    padding-bottom: 0.02rem;
    font-size: 0.18rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.more.style1 i,
.more.style3 i {
    background: var(--color01);
}

.more.style1 span,
.more.style2 span {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.more.style2 i {
    border: 1px solid #fff;
}

.more.style3 span {
    color: #666;
    border-bottom: 2px solid #666;
}

.more:hover span {
    color: var(--color01);
}

.main-title {
    text-align: center;
    padding: 0.9rem 0;
}

.main-title .titles {
    position: relative;
    display: inline-block;
}

.main-title .titles::before {
    content: "";
    position: absolute;
    left: -1.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 1.2rem;
    background: #E3E3E3;
    z-index: 1;
}

.main-title .titles::after {
    content: "";
    position: absolute;
    right: -1.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 1.2rem;
    background: #E3E3E3;
    z-index: 1;
}

.main-title .titles ._title {
    font-size: 0.36rem;
    font-weight: 700;
    line-height: 1;
    color: rgb(51, 51, 51);
    display: inline-block;
}

.main-title .titles ._title span {
    color: var(--color01);
}

.main-title .titles ._title::before {
    content: "";
    position: absolute;
    left: -0.9rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    width: 0.3rem;
    background: var(--color01);
    z-index: 2;
}

.main-title .titles ._title::after {
    content: "";
    position: absolute;
    right: -0.9rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    width: 0.3rem;
    background: var(--color01);
    z-index: 2;
}

.main-title .subtitle {
    line-height: 2;
    margin-top: 0.06rem;
    color: rgb(102, 102, 102);
}

.page-subnav {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    height: 1rem;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.page-subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.page-subnav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1rem;
}

.page-subnav ul li a {
    text-align: center;
    font-size: 0.18rem;
    color: #333;
    line-height: 1rem;
    display: block;
    position: relative;
    transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -ms-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
}

.page-subnav ul li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: var(--color01);
    content: "";
    transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -ms-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
}

.page-subnav ul li:hover a,
.page-subnav ul li a.active {
    background-color: rgba(0, 131, 63, 0.1);
}

.page-subnav ul li:hover a::after,
.page-subnav ul li a.active::after {
    width: 100%;
}

.pages {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pages b,
.pages .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,
.pages .page-end,
.pages .page-start {
    display: inline-block;
    background: #efefef;
    padding: 0 15px;
    font-size: 12px;
    color: #666;
    height: 40px;
    line-height: 40px;
}

.pages a:hover,
.pages b {
    background: var(--color01);
    color: #fff;
}

.pages a,
.pages b,
.pages .page-end,
.pages .page-start,
.pages .page-this {
    line-height: 40px;
}

.pages .Total b {
    background: none;
    color: #666;
}

.pages .Total:hover b {
    color: #fff;
}

@media screen and (min-width: 1920px) {
    .pages {
        margin-top: 0.4rem;
        margin-bottom: 0.2rem;
    }

    .pages b,
    .pages .page-this {
        padding: 0 0.15rem;
        font-size: 0.14rem;
        line-height: 0.4rem;
        margin: 0 0.05rem;
    }

    .pages a,
    .pages .page-end,
    .pages .page-start {
        padding: 0 0.15rem;
        font-size: 0.12rem;
        margin: 0 0.05rem;
        height: 0.4rem;
        line-height: 0.4rem;
    }

    .pages a,
    .pages b,
    .pages .page-end,
    .pages .page-start,
    .pages .page-this {
        line-height: 0.4rem;
    }
}

/*location*/
.location {
    color: #4f4f4f;
    /* background-color: #ebebeb; */
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 5;
}

.location .container:before,
.location .container:after {
    display: none;
}

.location .local .rt {
    line-height: 60px;
    font-size: 0.16rem;
}

.local i.iconfont {
    vertical-align: bottom;
    margin-right: 5px;
}

.local,
.local a {
    font-size: 0.16rem;
}

/* --------------------------------------->首页<--------------------------------------- */
.Habout {
    width: 100%;
    background: url("../images/about-bg.png") no-repeat;
    background-size: cover;
    padding-top: 0.8rem;
}

.Habout ._container {
    width: 100%;
    margin-left: auto;
    max-width: 17.2rem;
}

.Habout .about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Habout .about-info .about-text {
    width: 54.88636%;
    padding-right: 0.7rem;
}

.Habout .about-info .about-text .about-title {
    font-size: 0.44rem;
    font-weight: 500;
    color: rgb(51, 51, 51);
    line-height: 1.5;
}

.Habout .about-info .about-text .about-slogan {
    font-size: 0.28rem;
    color: rgb(102, 102, 102);
    margin-top: 0.1rem;
}

.Habout .about-info .about-text .about-desc {
    margin-top: 0.5rem;
    font-size: 0.18rem;
    line-height: 2;
    color: rgb(102, 102, 102);
    text-align: justify;
}

.Habout .about-info .about-text .about-desc p {
    margin-bottom: 0.2rem;
}

.Habout .about-info .about-text .more {
    margin-top: 0.5rem;
}

.Habout .about-info .about-pic {
    width: 45.11364%;
}

.Habout .about-info .about-pic img {
    width: 100%;
}

.about-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-data .data-item {
    width: 25%;
    cursor: pointer;
    padding: 0.7rem 0;
}

.about-data .data-item .data-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0.18rem;
    line-height: 0.2rem;
    color: rgb(102, 102, 102);
}

.about-data .data-item .data-top span {
    line-height: 1;
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--color01);
    margin-right: 0.1rem;
    font-family: "KingsoftCloud";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.about-data .data-item .data-footer {
    font-size: 0.18rem;
    color: rgb(102, 102, 102);
    margin-top: 0.15rem;
}

.about-data .data-item:hover .data-top span {
    color: var(--color02);
}

.Hsolution {
    background: url("../images/hsolution-bg.webp") no-repeat top;
    background-size: cover;
    min-height: 8rem;
}

.Hsolution .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.4rem;
    padding-bottom: 1.2rem;
}

.Hsolution .container .solution-tab {
    width: 59.875%;
    position: relative;
    overflow: visible;
}

.Hsolution .container .solution-tab .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Hsolution .container .solution-tab .tab-item {
    cursor: pointer;
    color: #fff;
    font-size: 0.2rem;
    color: rgb(255, 255, 255);
    padding-left: 0.2rem;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.Hsolution .container .solution-tab .tab-item span {
    font-family: "OPPOSans";
    margin-right: 0.08rem;
}

.Hsolution .container .solution-tab .tab-item::before {
    content: "";
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: #fff;
    left: -0.06rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Hsolution .container .solution-tab .tab-item.active {
    font-size: 0.24rem;
    font-weight: 500;
    padding-left: 0.43rem;
}

.Hsolution .container .solution-tab .tab-item.active::after {
    content: "";
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    border: 1px solid #fff;
    left: -0.16rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Hsolution .container .solution-tab .tab-item:nth-child(1) {
    left: 6.2rem;
    top: 0.5rem;
}

.Hsolution .container .solution-tab .tab-item:nth-child(2) {
    left: 6.46rem;
    top: 1.82rem;
}

.Hsolution .container .solution-tab .tab-item:nth-child(3) {
    left: 6.47rem;
    top: 3.07rem;
}

.Hsolution .container .solution-tab .tab-item:nth-child(4) {
    left: 6.3rem;
    top: 4.32rem;
}

.Hsolution .container .solution-tab .tab-item:nth-child(5) {
    left: 5.9rem;
    top: 5.55rem;
}

.Hsolution .container .solution-content {
    width: 40.125%;
}

.Hsolution .container .solution-content .content-item {
    color: #fff;
}

.Hsolution .container .solution-content .content-item .content-title {
    font-size: 0.44rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.Hsolution .container .solution-content .content-item .content-desc {
    margin-top: 0.5rem;
    padding: 0.3rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.18rem;
    line-height: 2;
    text-align: justify;
}

.Hsolution .container .solution-content .content-item .content-desc p {
    margin-bottom: 0.3rem;
}

.Hsolution .container .solution-content .content-item .more {
    margin-top: 0.5rem;
}

.Hsolution .container .solution-content .content-item .more:hover span {
    color: #666;
}

.HdevWay {
    padding-top: 0.85rem;
    position: relative;
    overflow: hidden;
}

.HdevWay::before {
    content: "";
    width: 5.72rem;
    height: 5.72rem;
    opacity: 0.2;
    background: var(--color01);
    -webkit-filter: blur(5rem);
    filter: blur(5rem);
    border-radius: 50%;
    position: absolute;
    top: -3.4rem;
    left: -3.4rem;
}

.HdevWay::after {
    content: "";
    width: 8.26rem;
    height: 8.26rem;
    opacity: 0.1;
    background: var(--color01);
    -webkit-filter: blur(2rem);
    filter: blur(2rem);
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
}

.HdevWay .container {
    position: relative;
}

.HdevWay .container::before {
    content: "";
    width: 5.72rem;
    height: 5.72rem;
    opacity: 0.1;
    background: var(--color01);
    -webkit-filter: blur(3rem);
    filter: blur(3rem);
    border-radius: 50%;
    position: absolute;
    bottom: -1.5rem;
    left: -1.5rem;
}

.HdevWay .way-logo {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0rem;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    color: rgba(71, 178, 84, 0.05);
    font-family: "AlimamaShuHeiTiBold";
    z-index: -1;
    white-space: nowrap;
}

.HdevWay .way-map {
    position: relative;
    width: 11.1rem;
    margin-left: auto;
}

.HdevWay .way-map .map-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.HdevWay .way-map .map-box g {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.HdevWay .way-map .map-box g path[fill="#47B254"] {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.HdevWay .way-map .map-box g path[fill="#47B254"]:hover {
    fill: #0F8C1E;
}

.HdevWay .way-map .map-box g .chongqing {
    fill: var(--color02);
}

.HdevWay .way-map .map-box g .notProvince:hover {
    fill: var(--color01);
}

.HdevWay .way-map .mapNumber {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    font-size: 0.2rem;
    line-height: 2;
    color: rgb(51, 51, 51);
    font-family: "OPPOSans";
    text-align: center;
    font-weight: 400;
}

.HdevWay #hover-callback,
.HdevWay #click-callback {
    text-align: center;
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.section1 .way-label {
    font-size: 0.16rem;
    color: var(--color01);
}

.section1 .way-top {
    margin-top: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section1 .way-top .way-title {
    width: 51.875%;
}

.section1 .way-top .way-title .title {
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    text-align: justify;
}

.section1 .way-top .way-desc {
    width: 44.375%;
    font-size: 0.18rem;
    line-height: 2;
    color: rgb(102, 102, 102);
    text-align: justify;
}

.section1 .more {
    margin-top: 0.5rem;
}

.Hpartner {
    background: url("../images/Hpartner-bg.png") no-repeat center center;
    background-size: cover;
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
}

.Hpartner .partner-list {
    margin-top: 0.6rem;
}

.Hpartner .partner-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #DFDFDF;
}

.Hpartner .partner-list ul .partner-item {
    width: 25%;
    padding: 0.5rem 0.8rem;
    border-right: 1px solid #DFDFDF;
}

.Hpartner .partner-list ul .partner-item:last-child {
    border-right: none;
}

.Hpartner .partner-list ul .partner-item i {
    font-size: 0.4rem;
    color: var(--color01);
}

.Hpartner .partner-list ul .partner-item .item-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 0.26rem;
    line-height: 1;
    color: rgb(51, 51, 51);
    font-family: "OPPOSans";
    margin-top: 0.5rem;
}

.Hpartner .partner-list ul .partner-item .item-data span {
    font-size: 0.5rem;
    font-weight: 500;
    line-height: 1;
    color: var(--color01);
    margin-right: 0.06rem;
}

.Hflinks{
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
}

.Hflinks ._cont{
    margin-top: .3rem;
}

.Hflinks ._cont a{
    line-height: 2;
    color: #666;
    font-size: .18rem;
    margin-right: .3rem;
}

.Hflinks ._cont a:hover{
    color: var(--color01);
}

/* --------------------------------------->集团介绍<--------------------------------------- */
._pageAbout {
    background: #fff;
}

._pageIntroduce {
    padding-bottom: 0.9rem;
}

._pageIntroduce ._box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._pageIntroduce .introduce_l {
    width: 40%;
    height: 20vw;
    position: relative;
    overflow: hidden;
}

._pageIntroduce .introduce_l img,
._pageIntroduce .introduce_l video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

._pageIntroduce .introduce_l:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

._pageIntroduce .introduce_r {
    padding-left: 0.6rem;
    width: 60%;
}

._pageIntroduce .introduce_r .info_text {
    font-size: 0.16rem;
}

._pageIntroduce .introduce_r .info_text .title {
    font-size: 0.24rem;
}

._pageIntroduce .introduce_r .pubInfo .info_text {
    line-height: 2.5;
    color: rgb(102, 102, 102);
}

._pageIntroduce .introduce_r .pubInfo .info_text h4 {
    margin-bottom: 0.2rem;
    padding-bottom: 0.15rem;
    line-height: 2;
    font-weight: bold;
    color: rgb(51, 51, 51);
    position: relative;
}

._pageIntroduce .introduce_r .pubInfo .info_text h4::before {
    content: "";
    width: 0.64rem;
    height: 4px;
    background-color: var(--color01);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

._pageIntroduce .introduce_r .pubInfo .info_text p {
    margin-bottom: 0.2rem;
    text-align: justify;
}

._pageCulture {
    background: rgba(71, 178, 84, 0.05);
    padding-bottom: 0.9rem;
}

._pageCulture .list li {
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
}

._pageCulture .list li:not(:last-child) {
    margin-bottom: 0.4rem;
}

._pageCulture .list li:nth-child(2n) .textwarp {
    right: 0;
    left: auto;
}

._pageCulture .list li:nth-child(2n) .textwarp::before {
    clip-path: circle(66% at 57% 50%);
}

._pageCulture .list .pic img {
    width: 100%;
    max-height: 3.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    display: block;
}

._pageCulture .list .textwarp {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 30%;
    max-width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.2rem 1rem;
    color: #fff;
    z-index: 1;
}

._pageCulture .list .textwarp .title {
    font-size: 0.3rem;
}

._pageCulture .list .textwarp::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--color01);
    opacity: 0.95;
    clip-path: circle(66% at 43% 50%);
}

._pageCulture .list .des {
    line-height: 1.875;
    font-size: 0.18rem;
}

._pageSubsidiary {
    background: #fafafa;
}

._pageSubsidiary .subsidiary-list {
    padding-bottom: 0.5rem;
}

._pageSubsidiary .subsidiary-list .swiper-slide {
    padding: 0.2rem 0.32rem;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 0.1rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

._pageSubsidiary .subsidiary-list .thead {
    margin-bottom: 0.15rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

._pageSubsidiary .subsidiary-list .thead .mlogo {
    margin-right: 0.1rem;
    width: 0.56rem;
    height: 0.56rem;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
}

._pageSubsidiary .subsidiary-list .thead .mlogo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

._pageSubsidiary .subsidiary-list .thead .mname {
    width: calc(100% - 0.66rem);
    font-size: 0.18rem;
    line-height: 2;
}

._pageSubsidiary .subsidiary-list p {
    font-size: 0.14rem;
    line-height: 1.8;
    /* height: 1.48rem; */
    color: rgb(102, 102, 102);
    text-align: justify;
}

._pageSubsidiary .subsidiary-list a.more {
    margin-top: 0.3rem;
    padding: 0 0.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.14rem;
    background-color: rgba(71, 178, 84, 0.05);
    position: relative;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    color: var(--color01);
    border: 1px solid rgba(71, 178, 84, 0.05);
    border-radius: 30px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 2;
}

._pageSubsidiary .subsidiary-list a.more:hover {
    color: #fff;
}

._pageSubsidiary .subsidiary-list a.more:hover::before {
    border-radius: 0;
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

._pageSubsidiary .subsidiary-list a.more::before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: var(--color01);
    border-radius: 50% 50% 0 0;
    -webkit-transform: translateY(100%) scaleY(0.5);
    transform: translateY(100%) scaleY(0.5);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: -1;
}

._pageSubsidiary .subsidiary-list .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.05rem;
    border-radius: 0.05rem;
    background-color: rgb(204, 204, 204);
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

._pageSubsidiary .subsidiary-list .swiper-pagination-bullet-active {
    width: 0.5rem;
    background-color: var(--color01);
}

._pageSubsidiary .subsidiary-list .swiper-slide:hover {
    background-color: var(--color01);
}

._pageSubsidiary .subsidiary-list .swiper-slide:hover .thead .mname,
._pageSubsidiary .subsidiary-list .swiper-slide:hover p {
    color: #fff;
}

._pageSubsidiary .subsidiary-list .swiper-slide:hover a.more {
    background-color: #fff;
}

/* --------------------------------------->服务领域<--------------------------------------- */
._pageService {
    background: #fff;
    padding: 0.9rem 0;
}

._pageService .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

._pageService .sideBar {
    margin-right: 2%;
    width: 15.5%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

._pageService .sideBar li {
    margin-bottom: 10px;
}

._pageService .sideMenu li a {
    position: relative;
    display: block;
    padding: 0.16rem 0.6rem;
    color: var(--color01);
    font-size: 0.18rem;
    line-height: 1.6;
    text-align: center;
    background-color: #d2f8e4;
}

._pageService .sideMenu li a:hover {
    background-color: #79d2a4;
    color: #fff;
}

._pageService .sideMenu li a.active {
    color: #fff;
    background-color: var(--color01);
    font-weight: bold;
}

._pageService .page-application .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

._pageService .service-content {
    padding: 0.2rem 0;
    width: 82.5%;
    position: relative;
    padding-left: 2%;
    border-left: 1px solid #eeeeee;
}

._pageService .service-content::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee;
}

._pageService .service-content .page-title {
    margin-bottom: 0.3rem;
    text-align: center;
    font-size: 0.24rem;
}

._pageService .service-content .page-text {
    font-size: 0.16rem;
}

/* --------------------------------------->新闻资讯<--------------------------------------- */
._pageNews {
    background: #fff;
}

._pageNews .news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    margin-top: 0.9rem;
}

._pageNews .news_list .news_item {
    width: calc((100% - 0.7rem) / 3);
    display: block;
    margin-right: 0.35rem;
    margin-bottom: 0.5rem;
}

._pageNews .news_list .news_item:nth-child(3n) {
    margin-right: 0;
}

._pageNews .news_list .news_item .item_img {
    width: 100%;
    height: 3.14rem;
    overflow: hidden;
}

._pageNews .news_list .news_item .item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

._pageNews .news_list .news_item:hover .item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

._pageNews .news_list .news_item .item_info {
    padding: 0.42rem 0.29rem 0.42rem 0.4rem;
    background-color: rgb(245, 245, 245);
    border-radius: 0 0 0.3rem 0.3rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    border-left: 3px solid rgb(245, 245, 245);
    border-right: 3px solid rgb(245, 245, 245);
    border-bottom: 3px solid rgb(245, 245, 245);
}

._pageNews .news_list .news_item .item_info ._time {
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: rgb(153, 153, 153);
}

._pageNews .news_list .news_item .item_info ._title {
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 0.35rem;
    color: rgb(51, 51, 51);
    height: 0.7rem;
    text-align: justify;
    margin-top: 0.2rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

._pageNews .news_list .news_item .item_info .more {
    font-size: 0.16rem;
    line-height: 0.23rem;
    color: rgb(102, 102, 102);
    margin-top: 0.24rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

._pageNews .news_list .news_item:hover ._title,
._pageNews .news_list .news_item:hover .more {
    color: var(--color01);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

._pageNews .news_list .news_item:hover .item_info {
    border-radius: 0;
    background-color: #fff;
    border-left: 3px solid var(--color01);
    border-right: 3px solid var(--color01);
    border-bottom: 3px solid var(--color01);
}

._pageNewsDetail {
    background: #F7F7F7;
}

._pageNewsDetail>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.9rem;
    padding-bottom: 0.9rem;
}

._pageNewsDetail ._info {
    background-color: #fff;
    padding: 3.125vw;
    margin-right: 0.2rem;
    padding-bottom: 4.1666666667vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

._pageNewsDetail ._info ._top {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
}

._pageNewsDetail ._info ._top ._title {
    font-size: 0.36rem;
    margin-bottom: 0.25rem;
}

._pageNewsDetail ._info ._top ._line {
    color: #999;
    font-size: 0.16rem;
}

._pageNewsDetail img,
._pageNewsDetail video {
    max-width: 100% !important;
    height: auto !important;
}

._pageNewsDetail ._sell {
    width: 4.9rem;
}

._pageNewsDetail ._sell ._cont {
    padding: 3.125vw 0.3rem;
    background-color: #fff;
}

._pageNewsDetail ._sell ._title {
    font-weight: bold;
    color: var(--color01);
    font-size: 0.24rem;
}

._pageNewsDetail ._sell ._list {
    margin-top: 0.3rem;
}

._pageNewsDetail ._sell ._list ._item>a {
    border-bottom: 1px solid #ddd;
    position: relative;
}

._pageNewsDetail ._sell ._list ._item>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid var(--color01);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

._pageNewsDetail ._sell ._list ._item ._img {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.206088993%;
    overflow: hidden;
}

._pageNewsDetail ._sell ._list ._item ._img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

._pageNewsDetail ._sell ._list ._item ._txt {
    padding: 0.4rem 0;
    line-height: 1;
}

._pageNewsDetail ._sell ._list ._item ._txt ._name {
    color: #333;
    margin-bottom: 0.2rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
}

._pageNewsDetail ._sell ._list ._item ._txt ._time {
    color: #999;
    font-size: 0.16rem;
}

._pageNewsDetail ._info ._contin {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    color: #666;
    line-height: 2.5;
    font-size: 0.16rem;
}

._pageNewsDetail ._info ._contin img {
    max-width: 100%;
    height: auto !important;
    display: inline-block;
}

._pageNewsDetail ._info ._skip {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.6rem;
    border-top: 1px solid #eee;
}

._pageNewsDetail ._info ._skip ._jump {
    padding-right: 0.2rem;
    text-align: justify;
    font-size: 0.16rem;
}

._pageNewsDetail ._info ._skip ._jump>div {
    margin-bottom: 0.15rem;
}

._pageNewsDetail ._info ._skip ._jump a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #666;
    /* display: inline-block; */
}

._pageNewsDetail ._info ._skip ._jump>div:last-child {
    margin-bottom: 0;
}

._pageNewsDetail ._info ._skip ._back {
    margin-left: auto;
}

._pageNewsDetail ._info ._skip ._back>a {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.5s var(--bcr1);
    transition: -webkit-box-shadow 0.5s var(--bcr1);
    transition: box-shadow 0.5s var(--bcr1);
    transition: box-shadow 0.5s var(--bcr1), -webkit-box-shadow 0.5s var(--bcr1);
    background-color: var(--color01);
    font-weight: bold;
    font-size: 0.16rem;
}

._pageNewsDetail ._info ._skip ._back>a:before,
._pageNewsDetail ._info ._skip ._back>a:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s var(--bcr1);
    transition: all 0.5s var(--bcr1);
    background-color: var(--color01);
}

._pageNewsDetail ._info ._skip ._back>a:before {
    z-index: -1;
    opacity: 0.2;
}

._pageNewsDetail ._info ._skip ._back>a:after {
    z-index: -2;
    opacity: 0.1;
}

._pageNewsDetail ._info ._skip ._back>a:before,
._pageNewsDetail ._info ._skip ._back>a:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s var(--bcr1);
    transition: all 0.5s var(--bcr1);
    background-color: var(--color01);
}

/* --------------------------------------->联系我们<--------------------------------------- */
._pageContact {
    background: #fff;
    padding: 0.9rem 0;
}

._pageContact .contact_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._pageContact .contact_info .infos,
._pageContact .contact_info .contact_form,
._pageContact .contact_info .code-container {
    width: 40%;
}

._pageContact .contact_info .infos {
    padding-right: 1rem;
}

._pageContact .contact_info .infos ._name {
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.6rem;
    color: rgb(51, 51, 51);
}

._pageContact .contact_info .infos .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}

._pageContact .contact_info .infos .phone .iconfont {
    font-size: 0.7rem;
    color: var(--color01);
    margin-right: 0.1rem;
}

._pageContact .contact_info .infos .text ._title {
    font-size: 0.16rem;
    line-height: 0.18rem;
    color: rgb(102, 102, 102);
}

._pageContact .contact_info .infos .text ._num {
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 0.6rem;
    color: var(--color01);
    margin-top: 0.1rem;
}

._pageContact .contact_info .infos .email {
    font-size: 0.18rem;
    line-height: 0.5rem;
    color: rgb(102, 102, 102);
}

._pageContact .contact_info .codes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.64rem;
}

._pageContact .contact_info .code_item {
    width: 1.24rem;
    margin-right: 0.47rem;
}

._pageContact .contact_info .code_item img {
    width: 100%;
}

._pageContact .contact_info .code_item .code_text {
    margin-top: 0.11rem;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: rgb(51, 51, 51);
    text-align: center;
}

._pageContact .contact_info .desc {
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: rgb(153, 153, 153);
}

._pageContact .contact_info .contact_map {
    width: 60%;
    height: 7rem;
}

._pageContact .contact_info .contact_map #mapPosition {
    width: 100%;
    height: 100%;
}

._pageContact .contact_info .contact_map #mapPosition .BMap_bubble_title {
    color: #f00;
    font-size: 16px;
    font-weight: 600;
}

._pageContact .contact_info .contact_map #mapPosition .BMap_bubble_content {
    color: #333;
    font-size: 14px;
}

/* --------------------------------------->搜索结果<--------------------------------------- */
._pageSearch {
    padding: 0.9rem 0;
    background: #fff;
}

._pageSearch .search-list .search-item {
    display: block;
    padding: 0.4rem 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

._pageSearch .search-list .search-item .search-item-time {
    width: auto;
    font-size: 0.16rem;
    position: absolute;
    right: 0;
    color: #888;
}

._pageSearch .search-list .search-item .search-item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

._pageSearch .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;
}

._pageSearch .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;
}

._pageSearch .search-list .search-item:hover .search-item-text .search-item-text-title {
    color: var(--color01);
}

/* --------------------------------------->旗下子公司<--------------------------------------- */
._pageSubsidiary {
    padding: 0.9rem 0;
    background: #fff;
}

._pageSubsidiary .subsidiary {
    margin-bottom: 0.3rem;
    padding: 0.36rem;
    background-color: rgba(71, 178, 84, 0.05);
}

._pageSubsidiary .subsidiary .subsidiary-name {
    margin-bottom: 0.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

._pageSubsidiary .subsidiary .subsidiary-name .mlogo {
    margin-right: 0.08rem;
    padding: 0.1rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.08rem;
    background-color: #fff;
}

._pageSubsidiary .subsidiary .subsidiary-name .mname {
    font-size: 0.22rem;
}

._pageSubsidiary .subsidiary .desc {
    margin-bottom: 0.3rem;
    font-size: 0.18rem;
    line-height: 1.6;
    color: rgb(102, 102, 102);
    text-align: justify;
}

@media screen and (max-width: 1260px) {
    .Hsolution .container .solution-tab .tab-item:nth-child(1) {
        left: 38vw;
        top: 3.2vw;
    }

    .Hsolution .container .solution-tab .tab-item:nth-child(2) {
        left: 39.7vw;
        top: 11.65vw;
    }

    .Hsolution .container .solution-tab .tab-item:nth-child(3) {
        left: 39.6vw;
        top: 19.65vw;
    }

    .Hsolution .container .solution-tab .tab-item:nth-child(4) {
        left: 38vw;
        top: 27.65vw;
    }

    .Hsolution .container .solution-tab .tab-item:nth-child(5) {
        left: 34.5vw;
        top: 35.5vw;
    }
}

@media screen and (min-width: 1025px) {
    ._pageNewsDetail ._info ._skip ._back>a:hover {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    ._pageNewsDetail ._info ._skip ._back>a:hover:before {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    ._pageNewsDetail ._info ._skip ._back>a:hover:after {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}

@media screen and (max-width: 1024px) {
    .Habout ._container {
        padding: 0 0.3rem;
    }

    .Hsolution .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Hsolution .container .solution-tab {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #cfd6da;
        padding-bottom: 10px;
    }

    .Hsolution .container .solution-tab .swiper-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .Hsolution .container .solution-tab .tab-item {
        position: static;
        padding: 0;
        text-align: center;
    }

    .Hsolution .container .solution-tab .tab-item::before {
        content: none;
    }

    .Hsolution .container .solution-tab .tab-item.active {
        padding: 0;
        color: #333;
        font-size: 0.2rem;
        position: relative;
        left: unset;
        top: unset;
    }

    .Hsolution .container .solution-tab .tab-item.active::after {
        width: 100%;
        height: 2px;
        bottom: -10px;
        border: 1px solid #333;
        border-radius: 0;
        top: unset;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    .Hsolution .container .solution-content {
        width: 100%;
        margin-top: 30px;
    }

    .HdevWay .way-map {
        margin-top: 0;
        height: auto;
        padding-bottom: 1rem;
    }

    ._pageIntroduce ._box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._pageIntroduce ._box .introduce_l {
        width: 100%;
        height: auto;
    }

    ._pageIntroduce ._box .introduce_r {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    ._pageIntroduce ._box .introduce_r .pubInfo .info_text h4 {
        font-size: 0.35rem;
    }

    ._pageIntroduce ._box .introduce_r .pubInfo .info_text p {
        font-size: 0.266rem;
    }

    ._pageSubsidiary .subsidiary-list .thead .mlogo {
        width: 50px;
        height: 50px;
    }

    ._pageSubsidiary .subsidiary-list .thead .mname {
        font-size: 0.3rem;
        width: calc(100% - 50px);
    }

    ._pageSubsidiary .subsidiary-list p {
        font-size: 0.266rem;
    }

    ._pageSubsidiary .subsidiary-list a.more {
        font-size: 0.24rem;
    }

    ._pageService .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._pageService .sideBar {
        width: 100%;
    }

    ._pageService .sideBar .sideMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._pageService .sideBar .sideMenu li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    ._pageService .sideBar .sideMenu li:nth-child(2n) {
        margin-right: 0;
    }

    ._pageService .sideBar .sideMenu li a {
        font-size: 0.266rem;
    }

    ._pageService .service-content {
        width: 100%;
    }

    ._pageService .service-content .page-title {
        font-size: 0.35rem;
    }

    ._pageService .service-content .page-text {
        font-size: 0.266rem;
    }

    ._pageService .service-content {
        border-left: none;
    }

    ._pageService .service-content::before {
        content: none;
    }

    ._pageNews .news_list .news_item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    ._pageNews .news_list .news_item:nth-child(2n) {
        margin-right: 0;
    }

    ._pageNews .news_list .news_item:nth-child(3n) {
        margin-right: 20px;
    }

    ._pageNewsDetail ._info {
        width: 100%;
        margin-right: 0;
    }

    ._pageNewsDetail ._sell {
        display: none;
    }
}

@media screen and (orientation: portrait) {
    .more i {
        width: 0.78rem;
        height: 0.78rem;
        font-size: 0.2rem;
    }

    .more span {
        font-size: 0.25rem;
    }

    .Habout .about-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Habout .about-info .about-text {
        width: 100%;
        padding: 0;
    }

    .Habout .about-info .about-text .about-slogan {
        font-size: 0.33rem;
    }

    .Habout .about-info .about-text .about-desc {
        font-size: 0.266rem;
    }

    .Habout .about-info .about-pic {
        margin-top: 0.3rem;
        width: 100%;
    }

    .about-data .data-item .data-top,
    .about-data .data-item .data-footer {
        font-size: 0.266rem;
    }

    .Hsolution .container .solution-tab .tab-item {
        font-size: 0.266rem;
    }

    .Hsolution .container .solution-tab .tab-item.active {
        font-size: 0.266rem;
        color: #333;
    }

    .Hsolution .container .solution-content .content-item .content-desc {
        font-size: 0.266rem;
    }

    .section1 .way-label {
        font-size: 0.266rem;
    }

    .section1 .way-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section1 .way-top .way-title,
    .section1 .way-top .way-desc {
        width: 100%;
    }

    .section1 .way-top .way-desc {
        margin-top: 30px;
        font-size: 0.266rem;
    }

    .HdevWay .way-map {
        margin-top: 30px;
    }

    .Hpartner .partner-list ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .Hpartner .partner-list ul .partner-item {
        width: 50%;
        border-bottom: 1px solid #dfdfdf;
    }

    .Hpartner .partner-list ul .partner-item:nth-child(2n) {
        border-right: none;
    }

    .Hpartner .partner-list ul .partner-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .Hpartner .partner-list ul .partner-item .item-data,
    .Hpartner .partner-list ul .partner-item .item-label {
        font-size: 0.266rem;
    }

    .Hflinks ._cont a{font-size:.3rem;}

    .location .local .rt,
    .local,
    .local a {
        font-size: 0.266rem;
    }

    .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-label i {
        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;
    }

    .footer .footer-body .f-code .code-item {
        width: 40%;
    }

    .footer .footer-body .f-code .code-item .code-label {
        font-size: 14px;
    }

    ._pageCulture .list .textwarp {
        padding: 20px 50px 10px 20px;
        max-width: 75%;
    }

    .honorListSwiper ._name {
        font-size: 0.24rem;
    }

    ._pageNewsDetail ._info ._skip ._back>a {
        font-size: 0.266rem;
    }

    ._pageContact .contact_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._pageContact .contact_info .infos {
        width: 100%;
        padding-right: 0;
    }

    ._pageContact .contact_info .contact_map {
        width: 100%;
        height: 400px;
        margin-top: 20px;
    }

    ._pageSearch .search-list .search-item .search-item-time {
        margin-bottom: 1em;
        font-size: 16px;
        position: static;
    }

    ._pageSearch .search-list .search-item .search-item-text .search-item-text-title {
        font-size: 14px;
    }

    ._pageSearch .search-list .search-item .search-item-text .search-item-text-content {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .about-data {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-data .data-item {
        width: 50%;
    }

    .page-subnav ul li a {
        font-size: 0.266rem;
    }

    ._pageNews .news_list .news_item {
        width: 100%;
        margin-right: 0;
    }

    ._pageNews .news_list .news_item:nth-child(3n) {
        margin-right: 0;
    }

    ._pageNews .news_list .news_item .item_info ._time {
        font-size: 0.26rem;
    }

    ._pageNews .news_list .news_item .item_info ._title {
        font-size: 0.3rem;
    }

    ._pageNews .news_list .news_item .item_info .more {
        font-size: 0.26rem;
    }

    ._pageNewsDetail ._info ._top ._title {
        font-size: 0.5rem;
    }

    ._pageNewsDetail ._info ._top ._line {
        font-size: 0.266rem;
    }

    ._pageNewsDetail ._info ._contin {
        font-size: 0.3rem;
        line-height: 1.8;
    }

    ._pageNewsDetail ._info ._skip ._jump {
        font-size: 0.266rem;
    }

    ._pageContact .contact_info .infos ._name {
        font-size: 0.4rem;
    }

    ._pageContact .contact_info .infos .text ._title,
    ._pageContact .contact_info .infos .email,
    ._pageContact .contact_info .infos .desc {
        font-size: 0.266rem;
    }

    ._pageContact .contact_info .infos .code_item {
        width: 150px;
    }

    ._pageContact .contact_info .infos .code_item .code_text {
        font-size: 0.266rem;
    }
}

@media screen and (max-width: 640px) {
    ._pageCulture .list .textwarp {
        position: relative;
        width: 100%;
        max-width: 100%;
        background-color: var(--color01);
        padding: 0.5rem;
    }

    ._pageCulture .list .textwarp .title {
        margin-bottom: 10px;
        font-size: 0.35rem;
    }

    ._pageCulture .list .textwarp .des {
        font-size: 0.266rem;
    }
}

/*# sourceMappingURL=jsk.min.css.map */