body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
    margin: 0px;
}

input,
button,
ul,
ol {
    margin: 0px;
    padding: 0px;
}

body,
input,
button,
form,
textarea {
    font-size: 14px;
    line-height: 28px;
    /* font-family: "microsoft yahei", "Arial Black"; */
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
    font-size: 14px;
    font-weight: bold;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0px;
    margin: 0;
    padding: 0;
}

em,
i,
strong {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #fff;
    position: relative;
}

* {
    padding: 0px;
    margin: 0px
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    color: #333333;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /* Remove most spacing between table cells.*/
}

li {
    list-style: none outside none;
}

/*链接*/
a {
    text-decoration: none;
    color: #333;
    background: transparent;
    outline: none
}

.nav-header {
    background-color: #fff;
    width: 100%;
    height: auto;
    /* box-shadow: 0px 3px 3px #dddddd; */
    position: fixed;
    z-index: 999;
    border-bottom: solid 1px #fbfbfd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 4%);
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 4%);
}

#jt-box {
    display: none;
    cursor: pointer;
}

#ft-box {
    display: block;
    cursor: pointer;
}

.navbox {
    width: 1450px;
    height: auto;
    margin: auto;
    display: flex;
    padding-top: 10px;
}

@media (max-width:1450px) {
    .navbox {
        width: 100%;
    }

    .nav-imgbox {
        width: fit-content !important;
    }
}

.nav-textbox a {}

.nav-imgbox {
    width: 28%;
    display: flex;
}

.nav_imgbpx_span {
    display: flex;
    line-height: 77px;
    position: relative;
    left: 10%;
    font-size: 15px;
    font-weight: 700;
}

.nav_imgbpx_span img {
    width: 27px !important;
    height: 21px !important;
    line-height: 77px;
    top: 27px !important;
    margin-right: 4px;
}

.nav-imgbox img {
    width: 100%;
    height: auto;
    position: relative;
    top: 10%;
}

.nav-nrbox {
    width: 70%;
    display: flex;
    /* margin-left: 5%; */
    position: relative;
    left: 2%;
}

@media (max-width:1500px) {
    .nav-nrbox {
        left: 3%;
    }

    .nav-imgbox {
        width: 30%
    }
}

.nav-textbox {
    width: 15%;
    text-align: center;
    line-height: 61.2px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 5%;
    padding-bottom: 16px;
}

.btn-wx {
    background: url(../../images/kefu.png) 0px 0px no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    margin-bottom: 1px;
    cursor: pointer;
    position: fixed;
    right: 0%;
    bottom: 200px;
    z-index: 99;
}

.btn-fj {
    background-color: #008ABD;
    text-align: center;
    background-size: 100%;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 900;
    border-radius: 10px 0 0 10px;
    letter-spacing: 2px;
    margin-bottom: 1px;
    cursor: pointer;
    position: fixed;
    right: 0%;
    bottom: 149px;
    z-index: 99;
}

.btn-fj>div {
    color: #fff;
    text-align: center;
}

.btn-wx_img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 125px;
    opacity: 0;
    box-shadow: 0px 0px 5px 0px #ccc;
    transition: all 0.3s;
    top: 1px;
}

.btn-wx:hover .btn-wx_img {
    opacity: 1;
}

@media (max-width:560px) {
    .btn-wx {
        display: none;
    }

    .btn-fj {
        display: none;
    }

    .jitjjsj {
        font-size: 2.8rem;
        font-family: "Noto Sans SC";
        color: #000;
        text-align: center;
        /* font-weight: bold; */
        padding: 2rem 0;
    }

    .jitjjsj_nr {
        background: url(../../images/a_bg.jpg);
        width: 95%;
        margin: auto;
        text-align: justify;
        padding: 3rem;
        margin-top: 1rem;
        margin-bottom: 5rem;
        border-radius: 10px;
        text-indent: 3rem;
    }

    .jitjjsj_more {
        padding: 5px;
        font-weight: bold;
        border: solid 1px #000;
        width: 40%;
        margin: auto;
        text-align: center;
        text-indent: initial;
        margin-top: 1rem;
    }
}

.nav-textbox::before {
    content: "";
    width: 0px;
    height: 2px;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    position: absolute;
    transition: all 0.5s;
    left: 0%;
}

.nav-textbox:hover::before {
    width: 100px;
}

.nav-textbox a {
    /* padding: 20px 20px; */
}

.banner {
    width: 100%;
}

.banner-text-p1 {
    position: absolute;
    font-size: 3rem;
    color: #fff;
    z-index: 99;
    margin-bottom: 10rem;
    transition: all 1s;
}

.banner-text-p2 {
    position: absolute;
    font-size: 3rem;
    color: #fff;
    z-index: 99;
}

.nav-twonavbox1 {
    width: 100%;
    text-align: inherit;
    font-weight: inherit;
    line-height: 10px;
}

.nav-ejiabox p.nav-twonavbox3 {
    width: 50%;
    text-align: inherit;
    font-weight: inherit;
    line-height: inherit;
    position: relative;
    left: 20%;
    transition: all 1s;
}

.nav-twonavbox3 {
    width: 50%;
    margin-left: 15%;
}

.nav-ejiabox a {
    padding: 0px;
    margin-top: 20px;
}

.nav-ejiabox p {
    margin: 15px 5px;
    font-size: 14px;
}

.nav-ejiabox p::before {
    width: 80%;
    margin: auto;
    height: 2px;
    background-color: #eee;
}

.nav-line {
    width: 90%;
    margin: auto;
    height: 1px;
    background-color: #eee;
    padding: 0px;
}

.nav-ejiabox p:hover {
    color: #ce3031;
}

.nav-tnavbox {
    color: #2e2447;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: inherit;
    line-height: inherit;
}

.nav-tnavbox1 {
    padding-top: 15px;
    width: 80%;
    text-align: justify;
    line-height: 28px;
    color: #5a5a5a;
    font-size: 13px;
}

.nav-tnavbox2 {
    text-align: left;
}

.dis-box {
    display: flex;
}

.nav-zw {
    width: 100%;
    height: 106px;
}

.nav-textbox:hover .nav-twonavbox {
    display: block;
}

.nav-twonavbox {
    width: 100%;
    height: auto;
    background: #fff;
    position: absolute;
    left: 0%;
    top: 95%;
    animation: hhto 0.5s forwards;
    display: none;
    transition: all 0.3s;
}

.sjml {
    margin-left: 10%;
}

.fh {
    display: none;
}

.Numeric {
    width: 100%;
    position: relative;
    /* background: url(../../images/images1/pc_bg1.jpg); */
}

@keyframes hhto {
    0% {
        margin-top: 0.8rem;
    }

    100% {
        margin-top: 0rem;
    }
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bannerimg {
    height: 100vh;
}

.swiper-slide-active #bannerimg {
    animation: move 15s forwards;
    opacity: 1;
    transition: all 1s;
}

@keyframes move {
    0% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.swiper-pagination span {
    border-radius: 10px;
    padding: 0 0px;
}

.swiper {
    --swiper-pagination-color: #3951a2;
    /* 两种都可以 */
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

.bannerdis {
    display: none;
    transition: all 0.5s;
    opacity: 0;
}

.banner:hover .bannerdis {
    display: block;
    opacity: 1;
}

/* end */
.ind1_wire {
    /* margin-top: -1%; */
}

.Numeric {
    width: 100%;
    padding: 6rem 0;
    /* border-bottom: solid 1px #ccc; */
    box-shadow: 0 3px 3px #eee;
}

.productNumber {
    display: flex;
}

.productNumber li {
    width: 24%;
    text-align: center;
    font-size: 56px;
    /* background: url(../../images/images1/h2.png); */
    /* color: #375aa8; */
    /* background: linear-gradient(to bottom,#6d8ad8, #5ca3e2, #4dbeed); -webkit-background-clip: text; color: transparent; */
}

.productNumber .sjbofgx {
    width: 1%;
}

.productNumber li i {
    /* width: 24%; text-align: center; font-size: 56px; */
    /* color: #375aa8; */
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    -webkit-background-clip: text;
    color: transparent;
}

.productNumber li span {
    font-size: 15px;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    -webkit-background-clip: text;
    color: transparent;
}

.productNumber li p {
    font-size: 15px;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    -webkit-background-clip: text;
    color: transparent;
}

.park {
    width: 100%;
    height: auto;
    position: relative;
    /* background: url(../../images/images1/btbjt2.jpg); background-size: 100%; */
    /* background: url(../../images/images1/shape-11.png); */
}

.pale1 {
    position: absolute;
    right: 0%;
    transform: rotate(180deg);
}

.pale1 img {
    width: 434px;
    height: 988px;
}

.park-text {
    font-size: 40px;
    color: #646464;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 18px;
    padding: 70px 0;
}

.parknr-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

.lazy {
    transition: all 0.5s;
    position: relative;
}

.parknr-text {
    /* margin-top: 30px; */
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.carparkimg-box {
    position: relative;
}

.carparktext-box {
    position: absolute;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    width: 100%;
    padding: 2% 0;
    bottom: 0%;
    opacity: 0;
    transition: all 1.5s;
    color: #fbfbfd;
    top: 30%;
}

/* .carouselpark-box:hover .carparktext-box{opacity: 0.8;} */
.carouselpark-box:hover .parknr-text {
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    color: #fff;
}

.carouselpark-box:hover .carparktext-box_content {
    opacity: 1;
}

/* 园区展示 */
.hoswiper-button-prev img {
    transform: rotate(180deg);
}

.conswiper-button-prev img {
    transform: rotate(180deg);
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    /* transform: scale(1); */
}

.swiper-slide-prev .lazy {
    transform: scale(0.8);
}

.swiper-slide-next .lazy {
    transform: scale(0.8);
}

.conswiper-button-next,
.conswiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.conswiper-button-next.swiper-button-disabled,
.conswiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.hoswiper-button-next.swiper-button-disabled,
.hoswiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.hoswiper-button-next,
.hoswiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
}

/* end */
.hotel {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.pale {
    position: absolute;
    left: 0%;
}

.pale img {
    width: 434px;
    height: 988px;
}

.hotelnr-box {
    width: 80%;
    margin: auto;
    position: relative;
}

.hotelxi-box {
    padding: 0px;
    background-color: #fff;
}

.hotelsm-box {
    padding: 4% 0;
    font-size: 2.2rem;
    width: 90%;
    margin: auto;
    background-color: #fbfbfd;
    box-shadow: 0 2px 2px #eee;
    margin-top: -8%;
    position: relative;
    transition: all 0.3s;
}

.hotelxi-box:hover .hotelsm-box {
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    color: #fff;
    cursor: pointer;
}

.corporate {
    width: 100%;
    height: auto;
    background: url(../../images/images1/BG-for-Light1.png) center center;
    padding-bottom: 3%;
    overflow: hidden;
    position: relative;
}

.corporatenr-box {
    width: 80%;
    height: auto;
    margin: auto;
    display: flex;
}

.corporatenr1-box {
    width: 100%;
    position: relative;
}

.corporatenr4-box {
    display: flex;
    margin-top: 30px;
}

.corporate-line {
    width: 1px;
    height: 20%;
    background-color: #71706e;
}

.corporate-img {
    /*height: 300px;*/
    width: 100%;
    background: #3968b1;
    left: 0;
    overflow: hidden;
}

.corporate-img img {
    width: 359px;
    height: 270px;
}

.brief_box1 {
    position: absolute;
    /* top: 120px; */
    width: 33%;
    right: -90px;
    animation: run 18s alternate infinite;
    width: 343px;
    height: 343px;
    top: -20%;
}

.brief_box2 {
    position: absolute;
    /* top: 120px; */
    width: 33%;
    left: -90px;
    animation: run 18s alternate infinite;
    width: 343px;
    height: 343px;
    bottom: -20%;
}

@-webkit-keyframes run {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.corporatenr2-box {
    border-radius: 0 100px 0 100px;
    opacity: 1;
    box-shadow: 0 15px 40px 0 rgba(3, 3, 3, 0.25) !important;
    -moz-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%) !important;
    -webkit-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%) !important;
    -o-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%) !important;
    -ms-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%) !important;
    width: 50%;
    background: #f3f3f3;
    opacity: 0.8;
    padding: 45px 0;
    margin: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.corporatenr2-box p {
    position: relative;
    left: 5%;
    line-height: 40px;
    top: -20%;
}

.corporate-text {
    font-size: 40px;
    color: #646464;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 3% 0 3% 0;
}

.corporatenr3-box p {
    width: 26%;
    text-align: right;
    font-size: 18px;
    color: #fbfbfd;
}

.corporatenr3-box img {
    width: 100%;
    height: auto;
}

.corporate-mt {
    margin-top: 1.5rem;
}

.corporate-p1 {
    color: #005bac;
    font-weight: bold;
    font-size: 3rem;
    padding: 2rem 0;
}

.corimg2 {
    display: none;
}

.corimg1 {
    display: block;
}

.corporate-p3 {
    width: 70%;
    height: 84%;
    border-radius: 50%;
    position: absolute;
    top: 60%;
    left: 68%;
    transition: all 1s;
}

.coryq {
    width: 16%;
    height: 15%;
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s;
    left: 42%;
    top: 60%;
}

/* .corporatenr2-box:hover #corporate-p3{width: 70%; height: 84%; background: linear-gradient(to bottom,#6d8ad8, #5ca3e2, #4dbeed);} */
.corporatenr2-box:hover .coryq {
    transform: scale(6);
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
}

.corporatenr2-box:hover .corimg1 {
    display: none;
}

.corporatenr2-box:hover .corimg2 {
    display: block;
}

.corporate-p3 img {
    position: absolute;
    top: 35%;
    left: 25%;
    z-index: 30;
}

.corporate-p2 {
    color: #71706e;
    width: 95%;
    font-size: 2.5rem;
}

.hotelimg-box {
    overflow: hidden;
}

.hotelimg-box img {
    transition: all 1s;
    width: 490px;
    height: 260px;
}

.hotelxi-box:hover .hotelimg-box img {
    transform: scale(1.2);
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.7;
    filter: alpha(opacity=78);
}

.pop_win {
    position: fixed;
    top: 10%;
    display: none;
    z-index: 9999;
    overflow: auto;
}

.corporate_g_box {
    width: 100%;
}

.corporate_g_box1 {
    width: 90%;
    margin: auto;
    padding: 2rem;
    background: #f0f0f0;
    /* background: #fff; */
    /* border-radius: 20px; */
    display: flex;
    box-shadow: 0 3px 3px #ccc;
    margin: 2rem auto;
}

.corporate_g_box2 {
    width: 33%;
    padding: 2rem;
    background: #fff;
    border-radius: 20px;
    margin: 2rem;
    font-size: 2rem;
}

.corporate_g_box2:hover .corporate_g_box2_img {
    transform: rotateY(360deg);
}

.corporate_g_box2_img {
    width: 15%;
    margin: auto;
    transition: all 1s;
}

.corporate_g_box2_img img {
    width: 100%;
    height: auto;
}

.corporate_g_box2_text {
    text-align: center;
    color: #005bac;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 2rem 0;
}

.corporate_g_box2_text1 {
    font-size: 1.8rem;
    text-align: center;
}

.p-vr1-box {
    display: flex;
    width: 185px;
    margin: auto;
    margin-top: 2rem;
}

.p-vr1-box1 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 1rem;
}

.p-vr1-box2 {
    width: 11%;
    position: relative;
    margin-top: 2%;
}

.p-vr2 {
    width: 100%;
}

.vr-d {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    -webkit-background-clip: text;
    color: transparent;
    margin: 2rem;
}

#park_mt {
    margin: auto;
    margin-top: -11%;
}

.park_p_l {
    position: relative;
    left: 7.7%;
}

#p_mb {
    padding-bottom: 12%;
}

/* 如果最后一行是1个元素 */
.contactus_box1:last-child:nth-child(2n - 1) {
    margin-right: calc(48% + 8% / 3);
}

/* .contactus_box1:last-child:nth-child(5n - 4){margin-right: calc(48% + 8% / 3);} */
.Groupww {
    margin-top: 3rem;
    width: 1280px;
}

.Groupww1 {
    width: 1280px;
}

.pg-canvas {
    width: 100%;
}

.jq_lz_box {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: absolute;
    top: 0%;
}

.jq_lz_box1 {
    height: 240px;
}

#productNumber {
    position: relative;
    z-index: 99;
}

.recruitment-box1 a p:last-child {
    color: #0075cc;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1rem;
}

.culture {
    width: 100%;
    height: auto;
    background-size: cover
}

.culture .mr0 {
    margin-right: 0 !important
}

.culture .list {
    width: 100%;
    overflow: hidden;
}

.culture .list li {
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 3rem;
    background: #000;
    overflow: hidden;
    position: relative
}

.culture .list li:nth-child(4n) {
    margin-right: 0;
}

.culture .list a {
    display: block;
    width: 100%;
    height: 100%
}

.culture .list .imgs {
    font-size: 0;
    width: 100%;
    opacity: .4;
    filter: alpha(opacity=40);
    width: 482px;
    height: 394px;
}

.culture .list .imgs img {
    width: 100%;
    height: 100%;
}

.culture .list .textBox {
    font-size: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    color: #FFF;
    text-align: center;
    width: 90%;
    left: 5%
}

.culture .list .ch {
    font-size: 24px;
    font-weight: 700;
    padding-top: 60%
}

.culture .list .en {
    text-transform: uppercase
}

.culture .list .text {
    margin-top: 10%;
    font-weight: 100;
    font-size: 16px;
    line-height: 28px;
    opacity: 0;
    color: #00a1df
}

.culture .list .lineTop {
    width: 100%;
    height: 4px;
    position: absolute;
    left: -100%;
    top: 0;
    background: #00a1df
}

.culture .list .lineBottom {
    width: 100%;
    height: 4px;
    position: absolute;
    left: 100%;
    bottom: 0;
    background: #00a1df
}

.culture .list .lineLeft {
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #00a1df
}

.culture .list .lineRight {
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: -100%;
    background: #00a1df
}

.culture .list li:hover .textBox {
    top: -20px;
    color: #00a1df
}

.culture .list li:hover .imgs {
    -webkit-transform: scale(1.1);
    opacity: .2
}

.culture .list li:hover .lineTop {
    left: 0
}

.culture .list li:hover .lineBottom {
    left: 0
}

.culture .list li:hover .lineLeft {
    top: 0
}

.culture .list li:hover .lineRight {
    top: 0
}

.culture .list li:hover .text {
    opacity: 1
}

.textBox {
    transition: all 0.5s;
}

.imgs {
    transition: all 0.5s;
}

.lineTop {
    transition: all 0.5s;
}

.lineBottom {
    transition: all 0.5s;
}

.lineLeft {
    transition: all 0.5s;
}

.lineRight {
    transition: all 0.5s;
}

.text {
    transition: all 0.5s;
}

.ch {
    color: #fff;
}

.en {
    color: #fff;
}

.culture .list li:hover .textBox {
    top: -20px;
    color: #00a1df;
}

.honor-year1 .swiper-button-prev,
.honor-year1 .swiper-button-next {
    top: 50%;
    background: #3864af;
    width: 2%;
}

.zh_shenghuo_head {
    height: 240px;
    background-color: #0094d4;
    position: relative;
}

.zh_shenghuo_img {
    position: absolute;
    width: 50%;
    right: 0;
}

.zh_shenghuo_img img {
    width: 100%;
}

.zh_shenghuo_head_text {
    width: 50%;
}

.zh_shenghuo_head_text {
    width: 50%;
    font-size: 3rem;
    padding: 4rem 0;
    margin-left: 10%;
}

.zh_shenghuo_head_text p:first-child {
    font-size: 4rem;
    color: #999;
}

.zh_shenghuo_head_text p:last-child {
    color: #3967b1;
    font-weight: 700;
    margin-top: 3rem;
}

.zh_shenghuo_head_nr {
    width: 100%;
    margin: 2rem auto;
    text-indent: 3.5rem;
    font-size: 17px;
    color: #999;
    margin-top: 4rem;
}

.zh_shenghuo_head_nr2 {
    width: 100%;
    margin: auto;
    color: #999;
    margin-top: 10rem;
}

.zh_shenghuo_head_nrgd {
    display: flex;
    flex-wrap: wrap;
}

.zh_shenghuo_head_head_textyxh {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    color: #555;
    /* margin-top: 3rem; */
    text-indent: 3.5rem;
    margin-bottom: 2rem;
    margin-top: 15rem;
}

.zh_shenghuo_head_nr p:nth-child(n+1) {
    margin-top: 1rem;
    color: #555;
}

.zh_shenghuo_head_two_bb {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.zh_shenghuo_head_two_bb1 {
    position: relative;
    width: 20%;
    margin-right: 2rem;
    border-radius: 20px;
    filter: drop-shadow(0px 0 18px rgba(191, 191, 191, 0.5));
}

.zh_shenghuo_head_two_bb2 {
    border-radius: 20px;
    overflow: hidden;
    width: 85%;
    transform: rotate(15deg);
}

.zh_shenghuo_head_two_bb3 {
    width: 34.5%;
    position: relative;
    overflow: hidden;
}

.sh_img1 {
    position: absolute;
    opacity: 0.2;
    /* bottom: -40%; */
    /* right: -15%; */
    width: 60%;
    right: -10%;
    top: 0%;
}

.sh_img2 {
    animation: rotated infinite linear 27s;
    position: absolute;
    /* writing-mode: lr; */
    bottom: 15%;
    opacity: 0.5;
    left: 60%;
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.zh_shenghuo_head_two_bb3 p:first-child {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    color: #555;
    /* margin-top: 3rem; */
    text-indent: 3.5rem;
    margin-bottom: 2rem;
}

.zh_shenghuo_head_two_bb3 p {
    text-indent: 3.5rem;
    font-size: 17px;
    color: #555;
}

.zh_shenghuo_head_two_bb4 {
    width: 100%;
    margin-top: 4rem;
}

.zh_shenghuo_head_two_bb4 p:first-child {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    color: #555;
    /* font-weight: 700; */
    /* margin-top: 3rem; */
    text-indent: 3.5rem;
    margin-bottom: 2rem;
}

.zh_shenghuo_head_two_bb4 p:last-child {
    text-indent: 3.5rem;
    font-size: 17px;
    color: #555;
}

.zh_shenghuo_head_nr3 {
    width: 100%;
    margin: 3rem auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    color: #999;
    position: relative;
    margin-bottom: 13rem;
}

.zh_shenghuo_head_nr3 .zh_shenghuo_head_two_bb5 {
    width: 76.5%;
    border-radius: 20px;
    /* overflow: hidden; */
    filter: drop-shadow(0px 0 18px rgba(191, 191, 191, 1));
}

.zh_shenghuo_head_two_bb5 img {
    width: 80%;
    border-radius: 20px;
    transform: rotate(-5deg);
}

.zh_shenghuo_head_nr3 .zh_shenghuo_head_two_bb6 {
    width: 23.5%;
}

.zh_shenghuo_head_two_bb6 img {
    width: 70%;
    border-radius: 20px;
    filter: drop-shadow(0px 0 18px rgba(191, 191, 191, 1));
    transform: rotate(15deg);
    position: relative;
    top: 2%;
    left: -110%;
}

.zh_shenghuo_oop {
    width: 100%;
    background-color: #196cd2;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 289px;
}

.zh_qiye_oop {
    width: 100%;
    background-color: #196cd2;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: url(../../images/images1/14aeb67f4ac84821a5e7e5ab9c1f6502.jpg);
    background-size: 100%;
    height: 289px;
}

.zh_shenghuo_oop1 {
    width: 60%;
    position: relative;
    left: 10%;
}

.zh_qiye_oop1 {
    width: 30%;
    position: relative;
    left: 10%;
}

.zh_shenghuo_oop2 {
    width: 40%;
}

.zh_shenghuo_oop2 img {
    width: 100%;
}

.zh_qiye_oop2 {
    width: 70%;
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 17.5px;
    font-weight: normal;
    font-style: normal;
    /* text-align: center; */
    /* margin: 5rem; */
    margin: 2rem 0;
    margin-top: 10rem;
    color: #fff;
    padding: 0 3rem;
}

.zh_qiye_oop2 img {
    width: 100%;
}

.zh_shenghuo_two_ban {
    display: flex;
    flex-wrap: wrap;
}

.zh_shenghuo_two_ban1 {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #ccc;
}

.zh_shenghuo_two_ban2 {
    width: 40%;
}

.zh_shenghuo_two_ban2 img {
    width: 100%;
    height: 100%;
}

.zh_shenghuo_two_ban3 {
    width: 60%;
}

.zh_shenghuo_two_ban3 h2 {
    font-size: 2.5rem;
    padding: 0 5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.zh_shenghuo_two_ban3 p {
    padding: 0 5rem;
    font-size: 15px;
}

.zh_shenghuo_oop1 p:first-child {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    /* text-align: center; */
    /* margin: 5rem; */
    margin: 2rem 0;
    margin-top: 10rem;
}

.zh_shenghuo_oop1 p {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
}

.zh_qiye_oop1 p:first-child {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    /* text-align: center; */
    /* margin: 5rem; */
    margin: 2rem 0;
    margin-top: 10rem;
}

.zh_qiye_oop1 p {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
}

.ewm_img {
    right: 0%;
    position: absolute;
    width: 12%;
    border: solid 6px #3967b1;
    bottom: -12%;
    z-index: 9;
}

.zh_qiye_oop2_div_p {
    position: relative;
    left: 55%;
    right: 20%;
    font-weight: 600;
    color: #fff;
}

.zh_qiye_oop2_div_p br {
    color: #fff;
}

.Ehpc {
    display: none;
}

.Ehpc span {
    padding: 0;
}

#Ehsj {
    display: block;
}

.shEHpc {
    display: none;
}

.rywsw {
    width: 80%;
    margin: auto;
}

@media screen and (max-width: 1580px) {
    .corporatenr-box {
        width: 90%;
    }

    .corporatenr3-box p {
        width: 36%;
        text-align: right;
        font-size: 18px;
        color: #fbfbfd;
    }

    .corporatenr2-box {
        width: 85%;
        background: #f3f3f3;
        opacity: 0.8;
        padding: 40px 0;
    }
}

.news {
    width: 100%;
    height: auto;
}

.newnr-box {
    width: 70%;
    height: auto;
    margin: 3% auto;
    display: flex;
}

.newxq-box {
    width: 50%;
    height: auto;
    position: relative;
    overflow: hidden;
    /* margin: 7.5rem auto; */
    /* box-shadow: 5px 8px 8px #9f9f9f; */
    border: solid 1px #eee;
}

.newimg-box img {
    transition: all 1s;
    width: 662px;
    height: 490px;
}

.newxq-box:hover .newimg-box img {
    transform: scale(1.1);
}

.newxq1-box {
    width: 30%;
    height: auto;
    background: rosybrown;
    padding: 5%;
}

.newimg-box {
    overflow: hidden;
}

.newtext-box {
    position: absolute;
    top: 30%;
    left: 5%;
}

.newtext-box-p1 {
    font-size: 2rem;
    font-weight: bold;
}

.newtext-box-p2 {
    font-size: 0.8rem;
}

.newtext-line {
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    width: 10%;
    height: 5px;
    margin-top: 10px;
    margin: auto;
}

.newtext-box2 {
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    padding: 5%;
    /* position: absolute; */
    bottom: 0%;
    /* opacity: 0.8; */
}

.newtext-box2 a {
    color: #fff;
    font-weight: bold;
}

.newtext-box2 a:hover {
    color: #fff;
}

@media screen and (max-width: 560px) {
    .newtext-box2 a {
        color: #000 !important;
    }

    .newtext-box2 a:hover {
        color: #000 !important;
    }
}

.newxq2-box2:hover .newtext2-box2-p1 {
    font-size: 2.3rem;
    width: 90%;
}

.newtext-box2-p1 {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newtext-box2-p2 {
    color: #fff;
    line-height: 1.8em;
    margin: 2% 0 2% 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 70%;
}

.newtextp-box2 {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.newtextp-box2 p {
    color: #fff;
}

.newxq2-box2-p a {
    color: #000;
}

.newxq2-box2-p a:hover {
    color: #000;
}

.newtextp-box2-p1 {
    font-size: 1rem;
    color: #fff;
}

.newxq2-box2 {
    width: 100%;
    height: 33.32%;
    background: #fbfbfd;
    /* border-top: solid 1px #cccccc; */
    border-bottom: solid 1px #cccccc;
}

.newxq2-box {
    width: 50%;
    height: auto;
    /* padding: 7.5rem 0; */
}

.newtext2-box2 {
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    padding: 5%;
}

.newtext2-box2-p1 {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    transition: all 1s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.5s;
}

.newtext2-box2-p2 {
    color: #000;
    line-height: 1.8em;
    margin: 2% 0 2% 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 70%;
}

.newtextp2-box2 {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.newtextp2-box2 p {
    color: #000;
}

.newtextp2-box2-p1 {
    font-size: 1rem;
    color: #000;
}

.newxq2-box2-p {
    padding: 6%;
}

.new-text {
    font-size: 40px;
    color: #646464;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 3% 0 1% 0;
}

.foot {
    width: 100%;
    height: auto;
    display: flex;
    background: #f2f3f5;
    padding-bottom: 30px;
}

.foot-box1 {
    width: 40%;
    display: flex;
}

.foot-box2 {
    width: 20%;
}

.foot-box3 {
    width: 40%;
    display: flex;
    border-left: solid 1px #eee;
}

.foot1 {
    width: 20%;
    left: 10%;
}

.foot1-p:hover {
    text-decoration: underline;
    color: #cc2a2c;
}

.footxq-box2 {
    text-align: center;
    padding: 15% 0;
}

.footxq-box2 p {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: bold;
}

.footxq-box2 img {
    margin-left: 25%;
}

.foot-box1-ml {
    width: 100%;
    display: flex;
    /* padding: 0 15%; */
    margin-left: 10rem;
    padding: 15% 0;
    border-right: solid 1px #eee;
}

.zhqixcxtext {
    width: 30%;
    right: 0;
    position: absolute;
    top: 30%;
    text-indent: 3.5rem;
    font-size: 17px;
    color: #555;
}

@media screen and (max-width: 1800px) {
    .foot-box1-ml {
        width: 100%;
        display: flex;
        /* padding: 0 15%; */
        margin-left: 2rem;
        padding: 15% 0;
        border-right: solid 1px #eee;
    }
}

.foot-line {
    width: 1px;
    height: 30vh;
    background: #bfc2c2;
    margin-top: 3%;
}

.footxq-box3 {
    margin-left: 10%;
    margin-top: 8%;
    text-align: center;
}

.footxq-box3 p {
    margin-top: 5px;
    font-size: 15px;
}

.footxq-box3-img {
    width: 30%;
    margin-left: 35%;
}

.footxq-box3-img img {
    width: 100%;
    height: auto;
}

/* about_us.html css */
.aboutus-banner {
    padding-top: 95px;
    overflow: hidden;
}

.aboutus-banner {
    width: 100%;
    position: relative;
}

.aboutus-banner img {
    width: 100%;
    height: auto;
}

.menu {
    width: 1280px;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.menu-bigbox {
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #e1e1e1;
}

.menu-bar {
    display: flex;
}

.menu-bar p {
    line-height: 50px;
    margin: 0rem 1.3rem;
    color: #000;
}

.menu-bar1 {
    display: flex;
    background: url(../../images/images1/aus_2.png) no-repeat left center;
    padding-left: 1.3rem;
    line-height: 50px;
}

.menu-bar1 a {
    padding: 0rem 0.3rem;
}

.menu-bar1 p {
    line-height: 50px;
    padding: 0rem 0.3rem;
}

.menu-bar1p {
    margin-left: 1.5rem;
}

.menu-hover {
    position: relative;
    top: -1px;
    height: 2px;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
}

.menu-hover1 {
    width: 0%;
    transition: all 0.5s;
    position: relative;
    top: -1px;
    height: 2px;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
}

.menu-hover2 {
    transition: all 0.5s;
}

.menu-bar a:hover .menu-hover1 {
    width: 68.9%;
}

.menu-bar a:hover .menu-hover2 {
    color: #3a4c9e;
}

.aboutus-content {
    width: 100%;
}

.aboutus-content-text {
    text-align: center;
    font-size: 36px;
    padding: 2rem 0;
    padding-top: 4rem;
}

.aboutus-content-line {
    width: 37rem;
    margin: auto;
    height: 3px;
    background: linear-gradient(to right, #6d8ad8, #5ca3e2, #4dbeed);
    margin-bottom: 2rem;
}

.aboutus-content-sm {
    width: 67%;
    margin: auto;
    text-align: justify;
    text-indent: 2rem;
    font-size: 16px;
    padding: 0.5rem 0;
    color: #222;
}

.aboutus-content-img {
    width: 67%;
    margin: auto;
}

.aboutus-content-img img {
    width: 100%;
    height: auto;
}

/* end */
/* corporate-culture.html css */
.corporate-culture {
    width: 100%;
}

.corporate-culture-nrbox {
    width: 100%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 2rem;
}

.corporate-culture-nrbox-1 {
    width: 100%;
    margin: 2rem;
}

.corporate-culture-nrbox1 {
    display: flex;
    width: 90%;
    margin: auto;
}

.corporate-culture-nrbox2 {
    width: 33%;
    padding: 2rem;
    text-align: center;
    font-size: 2rem;
}

.corporate-culture-nrbox3 {
    font-size: 3rem;
    text-align: center;
    padding: 2rem;
}

.corporate-culture-box {
    width: 100%;
    display: block;
}

.corporate-culture-box1 {
    width: 100%;
    display: none;
}

.corporate-culture-nrbox4 {
    font-size: 2rem;
    text-align: center;
    padding: 1rem;
}

.corporate-culture-nrbox2:hover .p-hover1 {
    width: 30%;
}

.p-hover {
    border-bottom: solid 2px #3a4c9e;
    position: relative;
    top: 65%;
    width: 30%;
    margin: auto;
}

.p-hover1 {
    width: 0%;
    border-bottom: solid 2px #3a4c9e;
    position: relative;
    top: 65%;
    transition: all 0.3s;
    margin: auto;
}

/* :end */
/* .Management_team css */
.Management_team {
    width: 100%;
}

.team_content {
    width: 70%;
    margin: auto;
}

.team_content-box1 {
    display: flex;
}

.team_content-box2 {
    width: 100%;
    /* margin: 1.5rem; */
    border-radius: 20px;
    overflow: hidden;
    border: solid 1px #ccc;
    transition: all 1s;
}

.team-padd {
    width: 25%;
    padding: 1.5rem;
}

.team_content-box2 img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.team_content-boxp2 {
    color: #262626;
    font-weight: bold;
    padding: 0.5rem 0;
    font-size: 1.4em;
    text-align: center;
}

.team_content-boxp3 {
    font-size: 1.4em;
    color: #999;
    text-align: center;
    padding: 0 0.6rem;
    padding-bottom: 1rem;
    height: 6.2rem;
}

/* :end */
/* Group-recruitment.html css */
.Group-recruitment {
    width: 1280px;
    margin: auto;
}

.Group-text {
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2rem;
    background-color: #f4f4f4;
    margin: auto;
    text-align: left;
    padding: 1rem;
    padding-bottom: 0.5rem;
}

.Group-text1 {
    font-size: 1.8rem;
    color: #a2a2a2;
    background-color: #f4f4f4;
    margin: auto;
    text-align: left;
    padding: 0 1rem;
}

.Group-text2 {
    font-size: 16px;
    margin: auto;
    text-align: left;
    padding: 1rem 0;
    text-indent: 3.5rem;
}

.Group-content {
    margin: auto;
    display: flex;
}

.gcc {
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
}

.Group-contentbox {
    width: 25%;
    background: #f3f3f3;
    opacity: 0.8;
    padding: 2rem;
    margin: 1rem 1rem 1rem 0;
}

.Group-contentbox:hover {
    box-shadow: 0 3px 3px #eee;
}

.Group-contentbox:hover .Group-contentbox2 {
    margin-top: -10px;
}

.Group-contentbox-text {
    font-size: 2rem;
    padding: 0.5rem 0;
    transition: all 0.5s;
}

.Group-contentbox-text1 {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    transition: all 0.5s;
}

.Group-contentbox2 {
    transition: all 0.5s;
}

.recruitment {
    margin: auto;
}

.recruitment-box {
    display: flex;
    flex-wrap: wrap;
}

.recruitment-box1 {
    width: 46%;
    background: #fff;
    padding: 7%;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin: 2% 2% 2% 0;
    padding: 2%;
    transition: all 0.5s;
}

.recruitment-box1:hover {
    box-shadow: 0 3px 3px #ccc;
}

.recruitment-box1:hover .recruitment-box1p {
    font-size: 2rem;
    padding: 0.6rem 0;
}

.recruitment-box1p {
    font-size: 1.8rem;
    padding: 0.5rem 0;
    transition: all 0.5s;
    color: #005bac;
}

/* :end */
/* Party-mass-cooperation css */
.Party-mass-cooperation {
    width: 100%;
}

.Party-box {
    margin-bottom: 2rem;
}

.Party-box-text {
    /* font-family: 微软雅黑, "Microsoft YaHei"; */
    margin: auto;
    width: 1280px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 2rem;
    text-indent: 3.5rem;
}

.Party-content-box {
    display: flex;
    justify-content: space-around;
}

.pswiper_box {
    width: 1280px;
    margin: auto;
}

.Party-box1 {
    width: 20%;
}

.Party-box2 {
    width: 80%;
    margin-left: 10%;
}

.Party-box1-text1 {
    /* background: url(../../images/images1/titLbg.jpg) no-repeat left center; */
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: left;
    color: #fff;
    font-size: 2.1rem;
    border-top-right-radius: 30px;
}

.Party-box1-text1 p {
    margin-left: 10%;
}

.Party-box1-text2 {
    width: 100%;
    height: 60px;
    background: #57585a;
    color: #fff;
    line-height: 60px;
    font-size: 2rem;
    border-bottom: solid 1px #ccc;
    display: flex;
}

.Party-box1-text2 p {
    margin-left: 10%;
}

.Party-box1-text2 span {
    margin-left: 10%;
}

.menu-bar2 {
    display: flex;
}

.menu-bar2 p {
    color: #959595;
    margin-right: 8px;
}

.Party-box3 {
    padding: 1rem 0;
    border-bottom: solid 1px #ccc;
}

.Party-box3 a {
    display: flex;
    justify-content: space-between;
    color: #959595;
    transition: all 0.5s;
}

.Party-box3 a:hover {
    position: relative;
    top: -5px;
    color: #cf292b;
}

.Party-box4 {
    width: 80%;
    margin: auto;
    display: flex;
}

.Party-box1-hover {
    color: #cf292b;
}

.Party-box1-text2:hover {
    color: #cf292b;
}

.park_m_swbox {
    width: 100%;
    display: flex;
    position: relative;
}

.park_m_swbox1 {
    width: 60%;
}

.park_m_swbox1 img {
    width: 100%;
    height: 100%;
}

.psw-h {
    text-align: center;
    position: relative;
    width: 100%;
    font-size: 2rem;
    line-height: 30px;
    color: #FFF !important;
    margin-top: 10%;
    font-weight: bold;
}

.psw-t {
    color: #FFF !important;
    margin-top: 20px;
    font-size: 1.5rem;
    width: 90%;
    margin: auto;
    text-align: left;
    margin-top: 10%;
    line-height: 28px;
}

.park_m_swbox2 {
    width: 40%;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
}

/* :end */
/* social-responsibility.html css */
.social-responsibility {
    width: 1280px;
    margin: auto;
}

.social-box {
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}

.social-box1 {
    width: 20%;
    background: #f0f0f0;
}

.social-box2 {
    width: 100%;
    margin: auto;
}

.social-box3 {
    padding: 2.5rem;
    font-size: 2rem;
    border-bottom: solid 1px #ccc;
}

.social-box2-text1 {
    padding: 2.5rem 0;
    font-size: 3.5rem;
    color: #cf292b;
}

.social-box2-img {
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
}

.social-box2-img img {
    width: 100%;
    height: auto;
}

.social-box2-sm {
    width: 100%;
    margin: auto;
    text-align: justify;
    font-size: 16px;
    padding: 1rem 0;
    color: #333333;
    text-indent: 3.5rem;
}

.social-box3-hover a {
    color: #cf292b;
}

.social-box3:hover .social-a {
    color: #cf292b;
}

/* end */
/* Enterprise_honor.html css */
.Enterprise-honor {
    width: 100%;
}

.Enterprise-honor-yearbox {
    width: 80%;
    margin: auto;
    display: flex;
}

.honor-year {
    padding: 2rem 0;
    padding-right: 3rem;
    color: #403659;
    font-size: 24px;
    font-weight: bold;
    z-index: 99;
    cursor: pointer;
}

.honor-year:hover {
    color: #3b4ea0;
}

.honor-year1 {
    color: #f3f3f3;
    font-size: 250px;
    line-height: 210px;
    width: 80%;
    margin: auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.Enterprise-honor-yearbox1 {
    position: relative;
    width: 100%;
    background: #f3f3f3;
}

.honor-content1 {
    display: flex;
}

.honor-content2 {
    width: 30%;
    font-size: 36px;
    color: #bca260;
    /* background: url(../../images/images1/c1_8.png) no-repeat left top; */
    display: flex;
    padding: 2.5rem;
    margin-left: 10%;
}

.honor-p {
    margin-left: 1rem;
}

.honor-content3 {
    width: 70%;
}

.honor-content4 {
    width: 100%;
}

.honor-content4 img {
    width: 4%;
}

#jonner .swiper-slide {
    background-color: #f3f3f3;
}

.honor-line {
    width: 100%;
    height: 3px;
    background: #403659;
    top: 2.8rem;
    position: absolute;
    left: 1%;
    z-index: -1;
}

.honor-text1 {
    font-size: 20px;
    color: #403659;
    text-align: left;
    margin: 1rem 0;
    left: 1%;
    position: relative;
}

.honor-text2 {
    font-size: 15px;
    color: #555555;
    text-align: justify;
    margin: 1rem 0;
    margin-bottom: 4rem;
    position: relative;
    /* padding: 0 1rem; */
    padding-right: 20%;
    left: 1%;
}

.honnor-cbox {
    padding: 2rem 0;
    padding-bottom: 6rem;
}

.honor-Visit {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 13rem;
}

.honor-Visit-text {
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #403659;
    padding: 2rem 0;
    font-size: 36px;
    margin-bottom: 3rem;
}

.honor-Visit-box {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.honor-Visit-box1 {
    height: 180px;
    overflow: hidden;
    width: 100%;
    display: flex;
    border: solid 1px #ccc;
    box-shadow: 0 3px 3px #ccc;
}

.honor-Visit-box1:hover .honor-Visit-box2 img {
    transform: scale(1.2);
}

.honor-Visit-box2 {
    width: 295px;
    overflow: hidden;
    height: 180px;
}

.honor-Visit-box3 {
    width: 60%;
}

.honor-Visit-box2 img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.honor-Visit-text1 {
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.honor-Visit-text2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.honor-Visit-box a {
    padding: 1rem;
    width: 50%;
}

/* :end */
#nav {
    display: none;
}

#hotel560 {
    display: block;
}

#hotel5601 {
    display: none;
}

#honner {
    top: 80%;
    right: 50%;
}

/* 园区运营 */
.park_twbox {
    width: 100%;
    /* background-color: #f6f6f6; */
}

.park_jjtwbox9 {
    width: 1280px;
    margin: 10rem auto;
    display: flex;
}

.park_twbox1 {
    display: flex;
    width: 1280px;
    margin: auto;
    padding: 3rem 0;
}

.park_jjtwbox11 {
    width: 50%;
}

.park_twbox2 {
    width: 50%;
    background-color: #eeeeee;
    height: 350px;
    margin-top: 2%;
    position: relative;
    left: 3%;
    padding: 5rem;
    box-shadow: 0 5px 10px #555;
    border: solid 1px #555555;
}

.park_jjtwbox7 {
    width: 50%;
    background-color: #313131;
    height: 350px;
    margin-top: 2%;
    position: relative;
    left: 3%;
    padding: 5rem;
    /* box-shadow: 0 5px 10px #555; */
    border: solid 1px #555555;
}

.park_twbox3 {
    width: 50%;
    height: 400px;
}

.park_twbox3 img {
    height: 100%;
}

.park_cs {
    background-color: #f6f6f6;
    width: 100%;
    padding: 5rem;
}

.park_csbox1 {
    width: 1280px;
    margin: auto;
    display: flex;
}

.park_csbox2 {
    width: 50%;
}

.park_csbox3 {
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 2rem 0;
    box-shadow: 3px 3px 3px 3px #ccc;
}

.park_csbox4 {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 2rem 0;
    box-shadow: 3px 3px 3px 3px #ccc;
}

.park_csbox3_p1 {
    width: 80%;
    margin: auto;
    padding-bottom: 2rem;
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    color: #555;
}

.park_csbox3_p2 {
    width: 80%;
    margin: auto;
    font-size: 17px;
    text-indent: 3.5rem;
}

.span {
    -webkit-line-clamp: inherit;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    -webkit-background-clip: text;
    color: transparent;
}

.park_jjtwbox {
    width: 100%;
    background-color: #f6f6f6;
}

.park_jjtwbox1 {
    background-color: #fff;
    margin: auto;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    border-radius: 20px;
}

.park_twnrbox {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    color: #555;
    padding: 0 0 5px 0;
    text-align: justify;
}

.park_jjtwbox12 {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    color: #555;
    padding: 0 0 5px 0;
    text-align: center;
}

.park_jjtwbox4 {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-size: 27.5px;
    font-weight: normal;
    font-style: normal;
    color: #555;
    padding: 0 0 5px 0;
    text-align: center;
}

.park_twnrbox2 {
    font-size: 14px;
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-weight: normal;
    font-style: normal;
    color: #555;
    padding: 0 0 5px 0;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.park_jjtwbox14 {
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-weight: normal;
    font-style: normal;
    color: #555;
    padding: 1rem 0;
    width: 100%;
    margin: auto;
    font-size: 17px;
    text-align: center;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    -webkit-background-clip: text;
    color: transparent;
    text-align: left;
    position: relative;
    left: 24.5%;
    filter: drop-shadow(10px 0 25px rgba(191, 191, 191, 1));
}

.park_jjtwbox14 span {
    font-weight: 700;
}

.park_jsbox1 {
    margin: 1rem;
    width: 300px;
    height: 225px;
}

.hote_jsbox1 {
    margin: 1rem;
    width: 300px;
    height: 225px;
}

.hote_jsbox1 img {
    width: 100%;
    height: 100%;
}

.park_jsbox2 {
    margin: 0 1rem 1rem 1rem;
    width: 300px;
    height: 225px;
}

.park_jsbox3 {
    width: 50%;
    position: relative;
    top: -5rem;
    width: 310px;
    height: 232px;
}

.park_jsbox4 {
    margin: 1rem 1rem 0 0rem;
    width: 310px;
    height: 232px;
}

.hotel_jsbox5 {
    margin: 1rem 1rem 0 0rem;
    width: 310px;
    height: 225px;
}

.hotel_jsbox5 img {
    width: 100%;
    height: 100%;
}

.hotel_jsbox1 {
    margin: 1rem 1rem 0 0rem;
}

.park_jsbox1 img {
    width: 100%;
    height: 100%;
}

.park_jsbox2 img {
    width: 100%;
    height: 100%;
}

.park_jsbox3 img {
    width: 100%;
    height: 100%;
}

.park_jsbox4 img {
    width: 100%;
    height: 100%;
}

.park_jsbox5 {
    margin: 1rem 0 0rem;
    width: 310px;
    height: 232px;
}

.park_jsbox5 img {
    width: 100%;
    height: 100%;
}

.park_jsbox {
    width: 50%;
}

.park_jjtwbox15 {
    width: 50%;
    display: flex;
}

.park_jjtwbox10 {
    font-size: 17px;
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    text-indent: 3.5rem;
    font-weight: normal;
    font-style: normal;
    color: #555;
    padding: 2rem;
    text-align: justify;
    width: 88%;
    margin: auto;
    margin-bottom: 5rem;
    box-shadow: 2px 2px 2px 2px #ddd;
}

.hotel_jjtwbox {
    font-size: 17px;
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-weight: normal;
    font-style: normal;
    color: #555;
    text-align: justify;
    width: 80%;
    margin: auto;
    margin-top: 5rem;
    text-indent: 3.5rem;
}

.park_jjtwbox8 {
    font-size: 17px;
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    font-weight: normal;
    font-style: normal;
    text-indent: 3.5rem;
    padding: 0 0 5px 0;
    text-align: justify;
    color: #ccc;
}

.park_jjtwbox6 {
    font-size: 17px;
    font-family: f9f3fc9580a59d197e93528a2a4d1d177;
    text-indent: 3.5rem;
    font-weight: normal;
    font-style: normal;
    color: #555;
    padding: 0 0 5px 0;
    text-align: justify;
    width: 80%;
    margin: auto;
    overflow: initial;
}

.park_twnrbox1 {
    height: 2px;
    width: 50%;
    background: linear-gradient(to right, #6d8ad8, #5ca3e2, #4dbeed);
    margin: 2rem 0;
}

.park_jjtwbox13 {
    height: 2px;
    width: 50%;
    background: linear-gradient(to right, #6d8ad8, #5ca3e2, #4dbeed);
    margin: 2rem auto;
}

.park_jjtwbox5 {
    height: 2px;
    width: 50%;
    background: linear-gradient(to right, #6d8ad8, #5ca3e2, #4dbeed);
    margin: 2rem auto;
}

.park_twnrbox3 {
    color: #555;
    text-align: center;
    width: 30%;
    padding: 1rem;
    border: solid #d8d8d8 1px;
    background: #eeeeee;
    transition: all 1s;
    position: relative;
    top: 1.6rem;
}

.park_twnrbox3:hover {
    background: linear-gradient(to right, #6d8ad8, #4dbeed);
    -webkit-background-clip: text;
    color: transparent;
}

.Park_operation_box {
    width: 1280px;
    margin: auto;
}

.Park_operation_box1 {
    margin: auto;
    display: flex;
    margin: 3rem auto;
    flex-wrap: wrap;
}

.park_twzybox {
    display: flex;
    width: 1280px;
    margin: auto;
}

.park_twzybox1 {
    width: 50%;
    position: relative;
}

.park_jjtwbox2 {
    z-index: 2;
    /* filter: drop-shadow(0px 0 18px rgba(191, 191, 191, 0.5)); */
    /* box-shadow: 7px 8px 8px 10px #ddd; */
    /* margin-bottom: 10px; */
    position: relative;
    top: -10px;
}

.park_jjtwbox2 img {
    height: 100%;
}

.park_jjtwbox3 {
    visibility: hidden;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    z-index: -1;
    top: 10%;
    left: 5%;
    height: 88%;
}

.Park_operation_box2 {
    width: 25%;
    height: auto;
    padding: 0 1rem;
    position: relative;
    margin-top: 20px;
}

.Park_operation_box2_g {
    width: 25%;
    height: auto;
    padding: 0 1rem;
    position: relative;
    margin-top: 20px;
}

.Park_operation_box2:hover .circle {
    opacity: 1;
    transform: scale(0.15);
}

.Park_operation_box2:hover .zzc {
    opacity: 0.5;
}

.Park_operation_box2_g:hover .circle {
    opacity: 1;
    transform: scale(0.15);
}

.Park_operation_box2_g:hover .zzc {
    opacity: 0.5;
}

.Park_operation_box3 {
    width: 100%;
    position: relative;
    cursor: pointer;
    height: 200px;
}

.Park_operation_box3 img {
    width: 100%;
    height: 100%;
}

.Park_operation_box4 {
    text-align: center;
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: bold;
}

.circle {
    opacity: 0;
    position: absolute;
    left: 0;
    top: -20%;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s all ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 240px;
    height: 240px;
    border-radius: 60%;
    display: block;
    /* border: 5rem solid #ffffff; */
    z-index: 30;
}

.circle img {
    width: 100%;
    height: auto;
}

.c1 {
    transition: 1s all ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    right: -120%;
    bottom: -90%;
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}

.zzc {
    transition: 0.3s all ease-in-out;
    width: 100;
    height: 100;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.park-swiper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    display: none;
}

.park-swiper_box {
    width: 90%;
    padding: 0 20rem;
    position: relative;
}

#park .swiper-slide {
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
}

.Park_operation_xxbox {
    position: absolute;
    top: 5%;
    z-index: 99;
    right: 10%;
    cursor: pointer;
    width: 4rem;
}

.Park_operation_line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    bottom: 18%;
    z-index: 90;
}

.park-swiper_img {
    width: 100%;
    overflow: hidden;
    border: solid 1px #ccc;
    border-radius: 20px;
}

.park-swiper_img img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

.park-swiper_p1 {
    text-align: left;
    padding: 1rem 0;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.park-swiper_p2 {
    text-align: left;
    padding: 1rem 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}

.park-swiper_p3 {
    text-align: left;
    padding: 1rem 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    width: 40%;
    border: solid 1px #fff;
    margin-bottom: 4rem;
}

.park-swiper_box:hover .park-swiper_img img {
    transform: scale(1.2);
}

.park-swiper_p3:hover .park-swiper_span {
    margin-left: 10%;
    color: #ce2e2f;
}

.park-swiper_span {
    transition: all 0.5s;
    margin-left: 5%;
}

#xxleft {
    width: 5.5rem;
    height: 5.5rem;
}

#xxright {
    width: 5.5rem;
    height: 5.5rem;
}

.black_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.75;
    filter: alpha(opacity=78);
}

.pop_win {
    position: absolute;
    top: 21%;
    left: 16%;
    width: 70%;
    /* height: 75%; */
    padding: 10px;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0 3px 3px #ccc;
    border: solid 1px #ccc;
}

/* 酒店 */
.Hotel_tourism_box {
    width: 1280px;
    margin: auto;
}

/* 生态伙伴 */
.Business_box {
    width: 100%;
}

.Business_box1 {
    width: 100%;
    padding: 1rem 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 1rem;
}

.Business_box2 {
    width: 70%;
    margin: auto;
    display: flex;
}

.Business_box3 {
    width: 33%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.Business_box_p {
    width: 50%;
    height: 2px;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    margin: auto;
    position: relative;
    top: 35%;
}

.Business_box_p1 {
    width: 0%;
    height: 2px;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    margin: auto;
    position: relative;
    top: 35%;
    transition: all 0.5s;
}

.Business_box3:hover .Business_box_p1 {
    width: 50%;
}

.Business_box4 {
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3rem;
    padding: 3rem;
    font-weight: bold;
}

.Business_box_content {
    width: 70%;
    margin: auto;
    margin-top: 1rem;
}

.Business_box_content ul {
    display: flex;
}

.Business_box_content li {
    width: 16.66%;
    flex-wrap: wrap;
}

.Business_box_content_p1 {
    width: 100%;
}

.Business_box_content_p1 img {
    margin: auto;
    height: auto;
    transition: all 0.3s;
}

.Business_box1_content:hover .Business_box_content_p1 img {
    border: solid 2px #005bac;
}

.Business_box1_content:hover .Business_box_content_p2 {
    color: #ce2e2f;
}

.Business_box_content_p2 {
    text-align: center;
    padding-top: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.tags_box_content {
    width: 90%;
    margin: auto;
    margin-top: 1rem;
}

.tags_box_content ul {
    display: flex;
}

.tags_box_content li {
    width: 16.66%;
    flex-wrap: wrap;
}

.tags_box_content_p1 {
    width: 100%;
}

.tags_box_content_p1 img {
    margin: auto;
    height: auto;
    transition: all 0.3s;
}

.tags_box1_content:hover .tags_box_content_p1 img {
    border: solid 2px #005bac;
}

.tags_box1_content:hover .tags_box_content_p2 {
    color: #ce2e2f;
}

.tags_box_content_p2 {
    text-align: center;
    padding: 1rem;
    margin: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #ddd;
}

.box-s {
    width: 100%;
    text-shadow: rgb(0 91 172) 15px 2px 15px;
    text-align: center;
}

.Business_box1_content {
    width: 100%;
    padding: 1rem;
}

.carparktext-box_content {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: all 1s;
}

.carparktext-box {
    width: 120px;
    background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    opacity: 0.9;
    border-radius: 50%;
    display: flex;
    height: 120px;
}

.carparktext-box1 {
    width: 50%;
    top: 32%;
    position: relative;
}

.carparktext-box1 img {
    width: 100%;
    height: auto;
}

.carparktext-box2 {
    color: #fff;
    position: relative;
    top: 27%;
    font-size: 16px;
    font-weight: bold;
}

/* end */
.index560 {
    display: block;
}

.index5601 {
    display: none;
}

/* 新闻中心 */
.newcenter_box {
    width: 1280px;
    margin: auto;
}

.newcenter_box1 {
    display: flex;
    margin: 2rem auto;
}

.newcenter_box2 {
    width: 35%;
    overflow: hidden;
}

.newcenter_box2 img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.newcenter_box3 {
    width: 79%;
    background: #fff;
    padding: 7%;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    /* margin: 2%; */
    padding: 1%;
    transition: all 0.5s;
}

.newcenter_box1:hover {
    box-shadow: 0 3px 3px #ccc;
}

.newcenter_box1:hover .newcenter_box2 img {
    transform: scale(1.3);
}

.newcenter_box3:hover .recruitment-box1p {
    font-size: 2rem;
    padding: 0.6rem 0;
}

.newcenter-box1p {
    font-size: 1.8rem;
    padding: 0.5rem 0;
    transition: all 0.5s;
    font-weight: bold;
    position: relative;
    left: 1.5%;
}

.newcenter_box3:hover .newcenter-box1p {
    font-size: 2rem;
    padding: 0.6rem 0;
}

.newcenter-box1p1 {
    line-height: inherit;
    font-size: 15px;
    margin: 0.5% 0;
    position: relative;
    left: 1.5%;
}

.newcenter-box1p2 {
    font-size: 1.6rem;
    color: #ccc;
    margin-top: 2%;
    position: relative;
    left: 1.5%;
}

.newcenter-box1p3 {
    font-size: 1.5rem;
    position: relative;
    left: 1.5%;
}

/* end */
/* tag */
.tag_box {
    width: 1280px;
    margin: auto;
}

.tag_box1 {
    display: flex;
    margin: 2rem auto;
}

.tag_box2 {
    width: 35%;
    overflow: hidden;
}

.tag_box2 img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.tag_box3 {
    width: 79%;
    background: #fff;
    padding: 7%;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    /* margin: 2%; */
    padding: 1%;
    transition: all 0.5s;
}

.tag_box1:hover {
    box-shadow: 0 3px 3px #ccc;
}

.tag_box1:hover .tag_box2 img {
    transform: scale(1.3);
}

.tag_box3:hover .recruitment-box1p {
    font-size: 2rem;
    padding: 0.6rem 0;
}

.tag-box1p {
    font-size: 1.8rem;
    padding: 0.5rem 0;
    transition: all 0.5s;
    font-weight: bold;
    position: relative;
    left: 1.5%;
}

.tag_box3:hover .tag-box1p {
    font-size: 2rem;
    padding: 0.6rem 0;
}

.tag-box1p1 {
    line-height: inherit;
    font-size: 15px;
    margin: 0.5% 0;
    position: relative;
    left: 1.5%;
}

.tag-box1p2 {
    font-size: 1.6rem;
    color: #ccc;
    margin-top: 2%;
    position: relative;
    left: 1.5%;
}

.tag-box1p3 {
    font-size: 1.5rem;
    position: relative;
    left: 1.5%;
}

/* end */
/* 联系我们 */
.contactus_box {
    width: 1280px;
    margin: auto;
}

.contactus_box1 {
    width: 50%;
    margin: 2% auto;
    padding-right: 2%;
}

.contactus_box2 {
    font-size: 2rem;
    font-weight: bold;
}

.contactus_box3 {
    font-size: 15px;
    /* line-height: 40px; */
    margin-top: 1%;
}

.contactus_box5 {
    display: flex;
    transition: all 0.3s;
}

.contactus_box6 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
}

.contactus_box7 {
    padding: 2%;
    border: solid 1px #ccc;
    transition: all 0.5s;
}

.contactus_box7:hover {
    box-shadow: 0 3px 3px #ccc;
}

.contactus_box7:hover .contactus_box5 {
    color: #ce2e2f;
    font-size: 1.5rem;
}

.Group-text2-span {
    color: #ce2e2f;
    font-size: 2rem;
}

.formData {
    padding-bottom: 20px;
    margin: auto;
}

.formData .item {
    /* float: left; */
    color: #999;
    font-weight: normal;
    width: 560px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    margin-right: 76px;
    margin-bottom: 30px;
    position: relative;
}

.formData .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #cccccc;
}

.formData .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 18px;
}

.formData .item .txt {
    width: 355px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #333;
}

.formData .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}

.formData .item.mr0 {
    margin-right: 0;
}

.formData .msg-box {
    position: absolute;
    left: 0;
    top: 0px;
}

.formData .liuyan {
    width: 1198px;
    height: 240px;
    border: 1px solid #e5e5e5;
    /* float: left; */
}

.formData .liuyan label {
    text-align: right;
    display: block;
}

.formData .liuyan textarea {
    width: 1198px;
    height: 214px;
    line-height: 28px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #333;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
}

.formData .bot {
    width: 100%;
}

.formData .sub {
    padding: 1rem;
    width: 232px;
    line-height: 46px;
    border: 2px solid #bb3700;
    margin-right: 2px;
    text-align: center;
    background: #bb3700;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.formData .sub:hover {
    background: none;
    color: #bb3700;
}

.formData .yzm {
    width: 432px;
}

.formData .yzm .txt {
    padding-left: 80px;
}

.formData .yzm img {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0px;
    display: block;
}

/* end */
/* 党群建设 */
.details_box1 {
    color: #bb3700;
    font-size: 2rem;
    padding: 1rem 0;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}

.details-box2 {
    width: 80%;
    margin-left: 10%;
    /* background: #ccc; */
    border-radius: 10px;
    padding: 2rem;
    background: #fbfbfb;
}

.details-box3 {
    display: flex;
    justify-content: space-between;
    color: #959595;
    padding-top: 0.2rem;
}

.details-box3 div {
    color: #959595;
}

.details-text {
    width: 100%;
    text-align: justify;
    color: #959595;
    padding: 1rem 0;
}

.details-img {
    width: 70%;
    margin: auto;
}

.details-img img {
    width: 100%;
    height: auto;
}

/* end */
/* 招聘详情 */
.Group_details {
    width: 70%;
    background-color: #fbfbfb;
    margin: auto;
    padding: 1rem;
}

.Group_details_header {
    color: #bb3700;
    font-size: 2.5rem;
    padding: 1rem 0;
    font-weight: bold;
    margin-left: 10%;
}

.Group_details_bt {
    color: #323232;
    font-size: 1.8rem;
    margin-left: 10%;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.Group_details_content {
    color: #323232;
    font-size: 1.8rem;
    margin-left: 10%;
    padding: 0.5rem;
}

/* end */
/* 管理人员详情 */
.senior_details_box {
    width: 100%;
}

.senior_details_box1 {
    width: 70%;
    margin: auto;
    padding: 2rem;
    border: solid 1px #eee;
    background-color: #fbfbfb;
    box-shadow: 0 5px 3px #ccc;
    display: flex;
    margin-bottom: 2rem;
}

.senior_details_img {
    width: 40%;
}

.senior_details_img img {
    width: 100%;
    height: auto;
}

.senior_details_content {
    width: 60%;
    padding: 10%;
}

.senior_details_header {
    display: flex;
    padding-bottom: 2rem;
}

.senior_details_header1 {
    color: #222666;
    font-size: 1.7rem;
    font-weight: bold;
}

.senior_details_header2 {
    color: #222666;
    font-size: 1.7rem;
    margin-left: 10%;
}

.senior_details_text {
    font-size: 1.8rem;
    color: #959595;
}

.senior_details_box2 {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 3rem;
    border: solid 1px #ccc;
    margin-bottom: 2rem;
    width: 70%;
}

.senior_details_box2new {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 3rem;
    border: solid 1px #ccc;
    margin-bottom: 2rem;
    width: 1280px;
}

.senior_details_box3 {
    display: flex;
}

.senior_details_box3-p1 {
    font-size: 1.5rem;
    color: #000;
}

.senior_details_box3-p2 {
    font-size: 1.5rem;
    color: #365fab;
    padding: 0 1rem;
}

/* end */
/* 新闻中心详情 */
.new-detalis-box {
    width: 100%;
}

.new-detalis-header {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    padding: 2.5rem 0;
}

.new-detalis-rq {
    text-align: center;
    color: #ccc;
    font-size: 15px;
    padding: 0.5rem 0;
}

.new-detalis-content {
    background-color: #fbfbfb;
    padding: 2rem;
    margin: 1rem auto;
    border: solid 1px #eee;
    box-shadow: 0 5px 3px #ccc;
}

.new-detalis-text {
    font-size: 1.5rem;
    color: #ccc;
    text-align: justify;
    padding: 1rem;
}

.new-detalis-img {
    width: 80%;
}

.new-detalis-img img {
    width: 100%;
    height: auto;
}

/* end */
/* 园区酒店详情 */
.park_details_box {
    width: 100%;
}

.park-container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-size: 14px;
}

.park-preview {
    text-align: center;
    padding: 5px;
    overflow: hidden;
    /* display: flex; height: 100px; */
}

.park-preview a {
    display: inline-block;
    margin: 5px;
}

.park-preview img {
    display: block;
    width: 100%;
    height: auto;
}

.park-active {
    outline: 3px solid #196cd2;
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .5);
}

/* end */
.parl-detalis-box {
    width: 100%;
}

.parl-detalis-text {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.parl-detalis-text1 {
    font-size: 2rem;
    font-weight: bold;
    width: 70%;
    margin: auto;
    padding: 1rem;
}

.parl-detalis-text2 {
    width: 70%;
    margin: auto;
    padding: 1rem;
}

.vr {
    width: 67%;
    margin: 3rem auto;
    border: solid 1px #ccc;
    box-shadow: 0 3px 3px #ccc;
}

.p-vr {
    display: flex;
}

.p-vr1 {
    width: 50%;
    padding: 1rem;
}

.trailer {
    width: 1200px;
    margin: 3rem auto;
}

.video {
    width: 1200px;
}

.con-top {
    margin-top: 1rem;
}

.abmb {
    margin-bottom: 1rem;
}

.t-h {
    text-shadow: rgb(0 91 172) 15px 2px 15px;
    color: #fff;
    text-align: center;
    transform: translate3d(0px, 0px, 0px) rotate3d(1, 0, 0, 0deg) rotate3d(0, 1, 0, 0deg) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
    opacity: 1;
    font-size: 80px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    white-space: nowrap;
    top: 50%;
    left: 40%;
    position: absolute;
}

.t-h-vr {
    text-shadow: rgb(0 91 172) 15px 2px 15px;
    color: #fff;
    text-align: center;
    transform: translate3d(0px, 0px, 0px) rotate3d(1, 0, 0, 0deg) rotate3d(0, 1, 0, 0deg) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
    opacity: 1;
    font-size: 80px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    white-space: nowrap;
    top: 50%;
    left: 43%;
    position: absolute;
}

.t-h-s {
    text-shadow: rgb(0 91 172) 15px 2px 15px;
    color: #fff;
    text-align: center;
    transform: translate3d(0px, 0px, 0px) rotate3d(1, 0, 0, 0deg) rotate3d(0, 1, 0, 0deg) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
    opacity: 1;
    font-size: 80px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    white-space: nowrap;
    top: 50%;
    left: 38%;
    position: absolute;
}

.t-h-x {
    text-shadow: rgb(0 91 172) 15px 2px 15px;
    color: #fff;
    text-align: center;
    transform: translate3d(0px, 0px, 0px) rotate3d(1, 0, 0, 0deg) rotate3d(0, 1, 0, 0deg) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
    opacity: 1;
    font-size: 80px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    white-space: nowrap;
    top: 50%;
    left: 45%;
    position: absolute;
}

.t-h-f {
    text-shadow: rgb(0 91 172) 15px 2px 15px;
    color: #fff;
    text-align: center;
    transform: translate3d(0px, 0px, 0px) rotate3d(1, 0, 0, 0deg) rotate3d(0, 1, 0, 0deg) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
    opacity: 1;
    font-size: 80px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    white-space: nowrap;
    top: 50%;
    left: 38%;
    position: absolute;
}

.zh_shenghuo {
    width: 1280px;
    margin: auto;
    margin-bottom: 13rem;
    /* display: flex; */
}

.zh_shenghuo-box1 {
    padding: 2rem 0;
    width: 20%;
    margin: auto;
}

.zh_shenghuo-box1 img {
    width: 100%;
    height: auto;
}

.zh_shenghuo-text {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

#park_mt1 {
    width: 45%;
    margin: auto;
    margin-top: 18%;
}

.sjbt {
    display: none;
}

.gbpc {
    display: none;
}

.gbpc1 {
    display: block;
}

.pclbhe {
    opacity: 1;
    visibility: initial;
    display: block;
}

.fy1 {
    display: flex;
}

.fy {
    display: none;
}

@media screen and (max-width: 560px) {
    .fy1 {
        display: none;
    }

    .newimg-box {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .newimg-box img {
        width: 100%;
        height: auto;
    }

    .fy {
        display: block;
        padding: 0 1rem;
        width: auto;
        border: solid 1px #ccc;
        margin-bottom: 2rem;
        display: flex;
        justify-content: space-between;
    }

    .fy_one {
        display: inline-block;
        font-size: 1.5rem;
        color: #000;
    }

    .fy_one p {
        font-size: 1.5rem;
        color: #365fab;
        display: inline-block;
    }

    .fy_one_new {
        font-size: 1.5rem;
        color: #365fab;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 120px;
        position: relative;
        display: inline-block;
        /* line-height: 1; */
        top: 8px;
    }

    .fy_one a {
        color: #365fab;
    }

    .gbpc1 {
        display: none;
    }

    .pclbhe {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .gbpc .swiper {
        width: 100%;
        height: 100%;
    }

    .gbpc .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .gbpc .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gbpc .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .gbpc .swiper-slide {
        background-size: cover;
        background-position: center;
        transform: scale(1) !important;
    }

    .gbpc .mySwiper2 .swiper-button-next {
        height: 20%;
        width: 15%;
        font-size: 2rem;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 2rem;
        color: #fff;
        right: 0;
    }

    .gbpc .mySwiper2 .swiper-button-prev {
        height: 20%;
        width: 15%;
        font-size: 2rem;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 2rem;
        left: 0;
    }

    .gbpc .mySwiper2 .swiper-button-next:before {
        content: '\e644';
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

    .gbpc .mySwiper2 .swiper-button-prev:before {
        content: "\e643";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

    .gbpc .mySwiper2 {
        height: 80%;
        width: 100%;
    }

    .gbpc .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .gbpc .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .gbpc .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

    .gbpc .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gbpc {
        display: block;
        width: 95%;
        margin: auto;
    }

    .honor-Visit {
        margin-bottom: 0px;
    }

    .rywsw {
        width: 100%;
    }

    .park_jjtwbox2 img {
        height: auto;
    }

    #solhxt a img {
        display: block;
        width: 393px;
        height: 50px;
        object-fit: cover;
    }

    #solh .slider__item {
        height: 180px;
    }

    .park_jjtwbox2 {
        box-shadow: none;
        filter: none;
    }

    .Business_box4 {
        font-size: 2.5rem;
    }

    .qyzt_p1 {
        font-family: f9f3fc9580a59d197e93528a2a4d1d177;
        font-size: 27.5px;
        font-weight: normal;
        margin-top: 2rem;
        color: #fff;
        position: relative;
        left: 10%;
    }

    .qyzt_p2 {
        font-family: f9f3fc9580a59d197e93528a2a4d1d177;
        font-size: 27.5px;
        font-weight: normal;
        margin-top: 2rem;
        color: #fff;
        position: relative;
        left: 10%;
    }

    .zh_qiye_oop2_div_p {
        position: relative;
        left: 0%;
        right: 0%;
        font-weight: 600;
        color: #fff;
        margin-top: 2rem;
        width: 100%;
    }

    .zh_qiye_oop2 div {
        width: 70%;
    }

    .zh_qiye_oop1 p:first-child {
        margin-top: 4rem;
    }

    .zh_qiye_oop {
        height: auto;
        background-size: auto;
    }

    .shEHpc {
        display: block;
        text-indent: 3.5rem;
        font-size: 17px;
        color: #555;
    }

    .zh_shenghuo_head_two_bb2 {
        width: 100%;
        transform: rotate(0deg);
    }

    .zh_shenghuo_head_nr3 {
        width: 100%;
    }

    .zh_shenghuo_head_two_bb5 img {
        width: 100%;
        border-radius: 20px;
        transform: rotate(0deg);
    }

    .zh_shenghuo_head_two_bb6 img {
        width: 100%;
        border-radius: 20px;
        filter: drop-shadow(0px 0 18px rgba(191, 191, 191, 1));
        transform: rotate(5deg);
        position: relative;
        top: 0%;
        left: 0%;
    }

    .zh_shenghuo_head_head_textyxh {
        margin-top: 8rem;
    }

    .sh_img2 {
        animation: rotated infinite linear 27s;
        position: absolute;
        /* writing-mode: lr; */
        bottom: -10%;
        opacity: 0.5;
        left: 0%;
    }

    .zh_shenghuo_head_two_bb1 {
        transform: rotate(0deg);
    }

    .zh_shenghuo_head_nr2 {
        width: 100%;
        margin: auto;
        color: #999;
        margin-top: 3rem;
    }

    #Ehsj {
        display: none;
    }

    .Ehpc {
        display: block;
    }

    .culture {
        width: 90%;
        margin: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .zh_shenghuo_two_ban1 {
        width: 100%;
    }

    .honor-year1 .swiper-button-prev {
        width: 10%;
        left: 0;
    }

    .honor-year1 .swiper-button-next {
        width: 10%;
        right: 0;
    }

    .ewm_img {
        right: 0%;
        position: absolute;
        width: 30%;
        border: solid 6px #3967b1;
        bottom: -6.7%;
        z-index: 99;
        top: auto;
    }

    .zh_shenghuo_two_ban3 p {
        padding: 0 1rem;
        font-size: 10px;
        line-height: 20px;
        margin-top: 0.5rem;
    }

    .zh_shenghuo_two_ban3 h2 {
        font-size: 2rem;
        padding: 0 1rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .zh_shenghuo_two_ban3 {
        width: 60%;
    }

    .zh_shenghuo_two_ban2 {
        width: 38%;
        margin-left: 2%;
    }

    .zh_shenghuo_oop2 {
        width: 100%;
    }

    .zh_shenghuo_oop {
        overflow: hidden;
    }

    .zh_qiye_oop2 {
        width: 100%;
        margin-top: 0;
        /* height: 300px; */
    }

    .zh_shenghuo_oop1 p {
        font-family: f9f3fc9580a59d197e93528a2a4d1d177;
        font-size: 27.5px;
        font-weight: normal;
        font-style: normal;
        color: #fff;
    }

    .zh_shenghuo_oop1 p:first-child {
        font-family: f9f3fc9580a59d197e93528a2a4d1d177;
        font-size: 27.5px;
        font-weight: normal;
        font-style: normal;
        /* text-align: center; */
        /* margin: 5rem; */
        margin: 2rem 0;
        margin-top: 2rem;
    }

    .zh_shenghuo_oop1 {
        width: 100%;
        position: relative;
        left: 10%;
        margin-bottom: 2rem;
    }

    .zh_qiye_oop1 {
        width: 80%;
        position: relative;
        left: 0%;
        margin-bottom: 2rem;
        margin: auto;
        margin-bottom: 2rem;
    }

    .zh_shenghuo_img {
        position: relative;
        width: 100%;
        right: 0;
    }

    .zh_shenghuo_head {
        height: auto;
    }

    .zh_shenghuo_head_two_bb1 {
        width: 33.3%;
        margin-right: 0;
        left: 0;
    }

    .zh_shenghuo_head_two_bb3 {
        width: 100%;
        margin-top: 4rem;
    }

    .culture .list li {
        float: left;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 24px;
        background: #000;
        overflow: hidden;
        position: relative;
        /* margin: auto; */
        margin-left: 0%;
    }

    .Business_box2 {
        width: 95%;
    }

    .honnor-cbox {
        width: 100%;
    }

    .corporate-line {
        opacity: 0;
    }

    .cire4-body2 {
        display: none;
    }

    .hotelsm-box {
        padding: 5px 0;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .swiper-slide img {
        display: block;
        width: 393px;
        height: auto;
        object-fit: cover;
    }

    .honor-content4 img {
        width: 4%;
        height: auto;
    }

    .sjfgx {
        border-bottom: solid 1px #3951a2;
    }

    .swiper-container1 {
        position: relative;
    }

    .sjydlb {
        text-align: center;
        position: absolute;
        bottom: 26%;
        z-index: 999;
    }

    #sjydlb1 {
        text-align: center;
        position: absolute;
        bottom: 30%;
        z-index: 999;
    }

    .pale1,
    .pale {
        display: none;
    }

    .jq_lz_box {
        width: 100%;
        height: 190px;
        overflow: hidden;
        position: absolute;
        top: 0%;
    }

    .jq_lz_box1 {
        height: 190px;
    }

    #p-w {
        width: 110px;
    }

    .formData .liuyan {
        width: 100% !important;
    }

    .formData .liuyan textarea {
        width: 100% !important;
    }

    #cw11 {
        width: 90% !important;
    }

    /* #content{width: 90% !important;} #tel{width: 90% !important;} #name{width: 90% !important;} #imw{width: 90% !important;} */
    /* .contactus_box{width: 90% !important;} */
    .Groupww {
        width: auto;
    }

    .Groupww1 {
        width: 90%;
    }

    .Group-contentbox-text {
        font-size: 1.8rem;
    }

    .fh {
        display: block;
        line-height: 50px;
        position: relative;
        left: 3%;
    }

    .park_jjtwbox1 {
        background-color: inherit;
    }

    .park_jjtwbox {
        background-color: inherit;
    }

    .corporate-line1 {
        opacity: 0;
    }

    .recruitment-box {
        display: block;
    }

    .recruitment-box1 {
        width: 100%;
    }

    #sh {
        padding: 0.5rem 0;
        width: 100%;
    }

    .Group_details_content {
        margin-left: 0%;
    }

    .sjml {
        margin-left: 0%;
    }

    #SJxiap1 {
        margin-right: 10%;
    }

    #SJxia {
        position: absolute;
        right: 2%;
        width: 35%;
    }

    #SJxiap {
        padding: 0%;
    }

    .menu-bigbox {
        border-bottom: solid 1px #a7a8ab;
    }

    #productNumber {
        border-bottom: 1px transparent solid;
        border-image: linear-gradient(to right, #6d8ad8, #5ca3e2, #4dbeed) 1 10;
        padding-bottom: 1rem;
    }

    .sjbt {
        font-size: 2rem;
        padding-top: 0.5rem;
        display: block;
        text-align: center;
        background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
        -webkit-background-clip: text;
        color: transparent;
    }

    .sjbodyback {
        background-color: rgb(108, 140, 217, 0.1);
    }

    .newxq2-box2 {
        background-color: inherit;
    }

    .newxq2-box {
        background: url(../../images/images1/nr_bg_07.jpg) no-repeat center bottom;
        background-size: 100%;
    }

    .park {
        background: url(../../images/images1/bjt1.jpg) center center;
    }

    /* .Numeric{background: url(../../images/images1/xiantiao.png) center center;} */
    .Numeric {
        /* background: url(../../images/images1/btj02.jpg) center center; background-size: 100%; */
    }

    .hotelxi-box {
        background: url(../../images/images1/bjt.png) center center;
    }

    /* .swiper-slide{background: url(../../images/images1/bjt.png) center center;} */
    .hotel {
        background: url(../../images/images1/bjt.png) center center;
    }

    .corporate {
        padding-bottom: 0;
    }

    .hotel {
        padding-bottom: 0;
    }

    .parknr-box {
        padding-bottom: 0;
    }

    .carparktext-box2 {
        font-size: 10px;
    }

    .dh {
        height: auto;
    }

    .dh1 {
        height: auto;
    }

    .hotel_jjtwbox {
        width: 90%;
        margin-top: 2rem;
    }

    .park_p_l {
        left: 0%;
    }

    .park_csbox3_p1 {
        width: 95%;
    }

    .park_csbox3_p2 {
        width: 95%;
        font-size: 17px;
    }

    .vr {
        width: 95%;
    }

    .p-vr {
        display: block;
    }

    .p-vr1 {
        width: 100%;
    }

    .park_m_swbox2 {
        height: 350px;
    }

    .psw-h {
        margin-top: auto;
        padding-top: 5%;
    }

    .park_m_swbox2 {
        width: 100%;
    }

    .park_m_swbox1 {
        width: 100%;
    }

    .park_m_swbox {
        display: block;
    }

    .pswiper_box {
        width: 95%;
    }

    .Party-box-text {
        width: 90%;
    }

    .honor-Visit-text {
        font-size: 3rem;
        color: #646464;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-bottom: 18px;
        padding: 4rem 0;
        margin: auto;
    }

    .corporate_g_box1 {
        width: 100%;
        display: block;
    }

    .corporate_g_box2 {
        width: 95%;
        font-size: 2rem;
        margin: 2rem auto;
    }

    .corporate-culture-nrbox {
        margin: auto;
    }

    .corporate-culture-nrbox1 {
        display: none;
    }

    .corimg1 {
        display: none;
    }

    .corimg2 {
        display: block;
    }

    .coryq {
        transform: scale(6);
        background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    }

    .corporate-line1 {
        font-size: 1.5rem;
    }

    .corporate-p2 {
        color: #71706e;
        width: 90%;
        font-size: 1.8rem;
        padding-bottom: 10rem;
    }

    .corporate-img {
        background: transparent;
    }

    .corporate-p1 {
        font-size: 2.4rem;
        padding: 1rem 0;
    }

    .corporatenr-box {
        width: 100%;
    }

    .sjbb {
        width: 100%;
        height: 1px;
        background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    }

    .sjbo {
        /* border-right:1px transparent solid; border-image:linear-gradient(to bottom,#6d8ad8, #5ca3e2, #4dbeed) 1 10; */
    }

    .ind1_wire {
        display: none;
    }

    .productNumber li p {
        font-size: 1.5rem;
    }

    .productNumber {
        display: block;
        padding: 2rem 0;
        height: 175px;
        /* background: #fff; */
        /* opacity: 0.5; */
        /* background: rgb(255, 255, 255,0.8); */
        width: 90%;
        margin: auto;
    }

    .productNumber li {
        float: left;
        width: 50%;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .honor-Visit-text2 {
        width: auto;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    #p_mb {
        padding-bottom: 0%;
        font-size: 17px;
    }

    #park_mt1 {
        margin-top: 0%;
        height: auto;
        padding: 1rem 0;
        width: 95%;
    }

    #park_mt {
        margin: auto;
        margin-top: 0%;
    }

    .park_csbox3 {
        width: 100%;
    }

    .park_csbox2 {
        width: 95%;
        margin: auto;
        margin-top: 1rem;
    }

    .park_cs {
        padding: 0rem;
    }

    .park_csbox1 {
        width: 100%;
        display: block;
    }

    .park_jjtwbox15 {
        display: none;
    }

    .park_jjtwbox14 {
        width: 90%;
        font-size: 15px;
        left: 0%;
    }

    .park_jjtwbox13 {
        margin: 1rem auto;
    }

    .park_jjtwbox10 {
        width: 95%;
        margin-bottom: 2rem;
        font-size: 17px;
    }

    .park_jjtwbox9 {
        margin: 5rem auto;
        display: block;
        width: 100%;
    }

    .park_jjtwbox11 {
        width: 100%;
    }

    .park_jjtwbox1 {
        height: auto;
        padding-left: 0rem;
    }

    .park_twzybox {
        display: block;
        width: 100%;
    }

    .park_jjtwbox3 {
        display: none;
    }

    .park_twzybox1 {
        width: 90%;
        margin: auto;
    }

    .park_jjtwbox12 {
        font-size: 2.5rem;
        color: #646464;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-bottom: 18px;
        padding: 4rem 0;
        margin: auto;
    }

    .park_jjtwbox4 {
        font-size: 2.5rem;
        color: #646464;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-bottom: 18px;
        padding: 4rem 0;
        margin: auto;
    }

    .park_jjtwbox6 {
        width: 100%;
        font-size: 17px;
    }

    .park_jjtwbox8 {
        font-size: 17px;
    }

    .park_twbox1 {
        display: block;
        width: 100%;
    }

    .park_jjtwbox7 {
        width: 95%;
        margin: auto;
        left: 0%;
        padding: 2rem;
    }

    .park_twbox3 {
        height: auto;
        width: 95%;
        margin: auto;
    }

    .zh_shenghuo {
        display: block;
        margin-bottom: 2rem;
    }

    .zh_shenghuo-box1 {
        width: 60%;
    }

    .zh_shenghuo {
        width: 90%;
    }

    .Group-recruitment {
        width: 100%;
    }

    .t-h-vr {
        top: 50%;
        left: 34%;
        font-size: 35px;
    }

    .t-h-f {
        top: 50%;
        left: 25%;
        font-size: 35px;
    }

    .t-h-x {
        top: 50%;
        left: 35%;
        font-size: 35px;
    }

    .t-h-s {
        top: 50%;
        left: 32%;
        font-size: 35px;
    }

    .t-h {
        top: 50%;
        left: 34%;
        font-size: 35px;
    }

    .Park_operation_box {
        width: 100%;
    }

    .social-responsibility {
        width: 100%;
    }

    .Hotel_tourism_box {
        width: 100%;
    }

    .con-top {
        margin-top: 0rem;
    }

    .newcenter_box {
        width: 100%;
    }

    .contactus_box {
        width: 100%;
    }

    .menu {
        width: 100%;
    }

    .trailer {
        width: 100%;
    }

    .video {
        width: 100%;
    }

    .new-detalis-content img {
        width: 100% !important;
        height: auto !important;
    }

    .honor-Visit-box1 {
        margin: 2rem 0;
        height: auto;
    }

    .honor-Visit-box a {
        padding: 0rem;
    }

    .honor-Visit-box2 {
        width: 40%;
        height: 116px;
    }

    .newtext-box2 {
        bottom: 0%;
    }

    #headernav {
        display: none;
    }

    #nav {
        display: block;
    }

    .park-text {
        font-size: 2.5rem;
        color: #646464;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-bottom: 18px;
        padding: 4rem 0;
        margin: auto;
    }

    #swiper-3d {
        perspective: 370px;
    }

    .parknr-text {
        /* margin-top: 30px; */
        margin-top: 30px;
        padding: 5px 0;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .carparktext-box {
        display: none;
        position: absolute;
        background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
        width: 100px;
        height: 100px;
        padding: 2% 0;
        bottom: 0%;
        opacity: 0.7;
        transition: all 1.5s;
        color: #fbfbfd;
        font-size: 10px;
        line-height: 12px;
    }

    .carparktext-box_content {
        opacity: 1;
    }

    .carparktext-box2 {
        line-height: 20px;
        top: 18%;
        text-align: center;
        padding-left: 10%;
    }

    #hotel560 {
        display: none;
    }

    #hotel5601 {
        display: block;
    }

    .index560 {
        display: none;
    }

    .index5601 {
        display: block;
    }

    #hotelbutton-right {
        transform: rotate(180deg);
        margin: 0 27.5%;
        width: 30px;
        height: 30px;
        background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    }

    #hotelbutton-left {
        width: 30px;
        position: relative;
        height: 30px;
        right: 10%;
        left: 55%;
        background: linear-gradient(to bottom, #6d8ad8, #5ca3e2, #4dbeed);
    }

    /* .yd560{min-width: 100%;} */
    .corporatenr4-box {
        display: block;
    }

    .corporatenr2-box {
        width: 90%;
        background: #f3f3f3;
        opacity: 0.8;
        margin: 2rem auto;
        padding: 0;
    }

    .corporatenr2-box:last-child {
        margin-bottom: 0;
    }

    .corporate-text {
        font-size: 2.5rem;
        color: #646464;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-bottom: 18px;
        padding: 4rem 0;
        margin: auto;
    }

    .newnr-box {
        width: 95%;
        height: auto;
        margin: auto;
        display: block;
        padding-bottom: 1rem;
    }

    .newxq-box {
        width: 100%;
        height: auto;
        padding: 0;
        padding-top: 3rem;
        position: relative;
        overflow: hidden;
        margin: auto;
        box-shadow: none;
        border: none;
    }

    .corporate {
        background: url(../../images/images1/BG-for-Light1.png) center center;
        padding-bottom: 5rem;
    }

    .new-text {
        font-size: 2.5rem;
        color: #646464;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-bottom: 18px;
        padding: 4rem 0;
        margin: auto;
    }

    .carparktext-box1 {
        width: 30%;
        margin: auto;
        top: 15px;
    }

    .newxq2-box {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .Numeric {
        width: 100%;
        padding: 0;
        border: none;
    }

    .aboutus-banner {
        padding-top: 55px;
        overflow: hidden;
    }

    .menu-bar {
        display: none;
    }

    .menu-bar1 {
        right: 3%;
        position: relative;
    }

    .aboutus-content-text {
        text-align: center;
        font-size: 2.5rem;
        padding: 2rem 0;
        padding-top: 4rem;
    }

    .aboutus-content-img {
        width: 90%;
    }

    .aboutus-content-sm {
        width: 90%;
    }

    .Enterprise-honor-yearbox {
        display: block;
        height: auto;
        width: 100%;
    }

    .honor-year {
        float: left;
    }

    .honor-year1 {
        display: block;
        width: 100%;
    }

    .honor-content1 {
        display: block;
    }

    .honor-content2 {
        width: 90%;
        margin: auto;
        padding: 2.5rem 0;
    }

    .honor-content3 {
        width: 90%;
        margin: auto;
    }

    #honner {
        top: 80%;
        right: 40%;
    }

    .honor-Visit-box {
        display: block;
        width: 90%;
    }

    .honor-Visit-box2 img {
        width: 100%;
        height: 100%;
    }

    .team_content-box1 {
        display: block;
        flex-wrap: wrap;
    }

    .team-padd {
        width: 100%;
    }

    .Group-text {
        width: 90%;
        font-size: 2.1rem;
    }

    .Group-text1 {
        width: 90%;
    }

    .Group-text2 {
        width: 90%;
    }

    .Group-content {
        width: 90%;
        display: block;
    }

    .Group-contentbox {
        width: 100%;
        margin: 1rem 0;
    }

    .recruitment {
        width: 90%;
    }

    .Party-box {
        width: 100%;
        padding: 0rem;
        border: none;
    }

    .Party-content-box {
        display: block;
    }

    .Party-box1 {
        width: 100%;
        display: flex;
    }

    .Party-box1 a {
        width: 33%;
    }

    .Party-box1-text1 {
        width: 33%;
        border-radius: inherit;
        line-height: 60px;
        font-size: 2rem;
        height: auto;
    }

    .Party-box2 {
        width: 100%;
        margin-left: 0%;
        margin-top: 5%;
    }

    .social-box {
        width: 90%;
    }

    .Park_operation_box1 {
        display: block;
        width: 100%;
    }

    .Park_operation_box1P {
        width: 100%;
        margin: auto;
        margin: 3rem auto;
    }

    .Park_operation_box2 {
        width: 90%;
        height: auto;
        padding: 0;
        position: relative;
        margin: auto;
    }

    .Park_operation_box2_g {
        width: 90%;
        height: auto;
        padding: 0;
        position: relative;
        margin: auto;
    }

    .park-swiper_box {
        padding: 0;
    }

    #xxleft {
        left: 60%;
    }

    .Business_box_p {
        width: 90%;
        top: 15%;
    }

    .Business_box1 {
        width: 100%;
        background-color: #fbfbfd;
    }

    .Business_box2 {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .Business_box3 {
        width: 50%;
        padding: 0.5rem;
    }

    .Business_box_a {
        color: #5ca3e2;
    }

    .Business_box_p {
        display: none;
    }

    .Business_box_content {
        width: 90%;
    }

    .Business_box_content li {
        width: 50%;
    }

    .Business_box1_content {
        padding: 0.5rem;
    }

    .Business_box1_content_hover {
        color: #ce2e2f;
    }

    .carouselpark-box:hover .parknr-text {
        background: #fff;
        color: #000;
    }

    .hotelnr-box {
        width: 100%;
        margin-top: 30px;
    }

    .hotelxi-box {
        padding: 0;
        padding-bottom: 2.5rem;
    }

    .carouselpark-box {
        padding-bottom: 1.5rem;
    }

    .p_box-s {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 3px #000;
        max-height: 294px;
    }

    .newcenter_box2 {
        width: 100%;
    }

    .newcenter_box1 {
        display: block;
        width: 90%;
    }

    .newcenter_box3 {
        width: 100%;
    }

    .contactus_box6 {
        width: 95%;
        margin: auto;
        display: block;
    }

    .contactus_box1 {
        width: 100%;
    }

    .formData .item .txt {
        width: 100%;
    }

    .formData .item {
        width: 100%;
    }

    .formData .liuyan {
        width: 100%;
    }

    .formData .sub {
        margin: auto;
    }

    .contactus_box5 {
        font-size: 1.5rem;
        color: #ce2e2f;
    }

    .senior_details_box3-p2 {
        padding: 0;
        padding-left: 1rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 45%;
    }

    .senior_details_box3-p2 a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 100%;
    }

    .senior_details_box3-p2 {
        padding: 0;
        padding-left: 1rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: auto;
    }

    .senior_details_box3-p2 a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 100%;
    }

    #jur {
        justify-content: right;
    }

    .senior_details_box3 {
        width: 50%;
    }

    .senior_details_box3 a {
        width: 70%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .senior_details_box2 {
        flex-wrap: wrap;
        padding: 0 1rem;
        width: auto;
    }

    .senior_details_box2new {
        padding: 0 1rem;
        width: auto;
        height: 35px;
    }

    .senior_details_box1 {
        display: block;
        width: 90%;
    }

    .senior_details_img {
        width: 100%;
    }

    .senior_details_content {
        width: 100%;
    }

    .Group_details {
        width: 90%;
    }

    .details-box2 {
        width: 100%;
        margin: auto;
    }

    .new-detalis-content {
        width: 90%;
    }

    .park-preview a {
        margin: 2px;
    }

    .park-preview {
        display: flex;
        padding: 0;
    }

    .parl-detalis-text1 {
        width: 90%;
    }

    .parl-detalis-text2 {
        width: 90%;
    }

    .corporatenr2-box p {
        left: 6%;
    }

    .slider__item img {
        height: 189px;
    }
}

@media screen and (max-width: 385px) {
    .corporate-p2 {
        font-size: 1.5rem;
    }

    .coryq {
        width: 22%;
        height: 14%;
    }
}

.new-detalis-content li {
    list-style: initial;
}

.sjxs_box {
    display: none;
}

@media (max-width: 560px) {
    .sj-syfu-sj {
        position: absolute;
        bottom: 20%;
        width: 100%;
        z-index: 9;
    }

    .sj-syfu-sj .ch {
        font-size: 24px;
        font-weight: 700;
        width: 90%;
        margin: auto;
    }

    .sj-syfu-sj .en {
        color: #fff;
        width: 90%;
        margin: auto;
    }

    .hx_n_560 {
        display: none
    }

    .sjxs_box {
        display: block;
        position: relative;
    }

    .foot-sj_jtou {
        position: fixed;
        right: 4%;
        bottom: 23.5%;
        width: 37px;
        height: 37px;
        background: #fff;
        text-align: center;
        line-height: 37px;
        z-index: 999;
    }

    .foot-sj_jtou img {
        position: relative;
        top: 4px;
        right: 1px;
    }

    .sj_Numeric_box {
        padding: 2rem 0;
    }

    .sj_Numeric_nr_box {
        width: 95%;
        display: flex;
        margin: auto;
    }

    .sj_Numeric_nr_box1 .sj_Numeric_nr_tt:first-child {
        border-bottom: solid 2px #cecece;
    }

    .sj_Numeric_nr_box1:first-child {
        border-right: solid 2px #cecece;
    }

    .sj_Numeric_nr_box1 {
        flex: 1;
    }

    .sj_Numeric_nr_tt {
        display: flex;
    }

    .sj_Numeric_nr_num {
        width: 30%;
        text-align: center;
        color: #818282;
        font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
        font-size: 3.5rem;
        font-weight: 600;
        position: relative;
        left: 4%;
        line-height: 1.8;
    }

    .sj_Numeric_nr_two {
        width: 80%;
        padding-left: 10%;
    }

    .sj_Numeric_nr_two_p1 {
        font-family: "Noto Sans SC";
        font-size: 1.8rem;
        color: #000;
        position: relative;
        top: 0.6rem;
    }

    .sj_Numeric_nr_two_p2 {
        font-family: "Noto Sans SC";
        font-size: 1rem;
        color: #939494;
    }

    .padk_sj_t_box {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

    .padk_sj_t_box1 {
        display: flex;
        justify-content: space-between;
        width: 95%;
        margin: auto;
    }

    .padk_sj_t_nr_box,
    .padk_sj_t_nr_box1 {
        flex: 1;
    }

    .padk_sj_t_nr_box_p1 {
        font-size: 2.6rem;
        font-family: "Noto Sans SC";
        color: #000;
    }

    .padk_sj_t_nr_box_p2 {
        color: #3a3b3b;
        font-family: "Noto Sans SC";
        font-size: 1rem;
        letter-spacing: 0.2rem;
        font-weight: 500;
    }

    .padk_sj_t_nr_box2 {
        margin: 0.8rem;
        padding: 0.4rem;
        background: #343434;
        display: flex;
        justify-content: center;
    }

    .padk_sj_t_nr_box2 a:hover {
        color: #fff
    }

    .padk_sj_t_nr_box1_p1 {
        width: 60%;
        text-align: center;
        color: #fff;
        position: relative;
        top: 0.25rem;
    }

    .parknr-box {
        padding: 0;
    }

    .hotelnr-box {
        margin-top: 0;
    }

    .sj_mt {
        margin-top: 1.1rem !important;
    }

    .news {
        background-color: #b1b5be;
        margin-top: 1.5rem;
    }

    .cc_w {
        color: #fff !important
    }

    .newxq-box {
        padding-top: 1rem;
    }

    .newtext-box2 {
        background: #fff;
        padding-bottom: 3rem;
    }

    .newtext-box2-p1 {
        color: #424242;
        font-size: 1.7rem;
        font-weight: initial;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-family: "Noto Sans SC";
        font-weight: 500;
    }

    .sj_new_box {
        display: flex;
        background: #fff;
        display: flex;
        background: #fff;
        margin: 1rem 0;
        padding: 1rem;
    }

    .sj_new_box1 {
        width: 40%;
    }

    .sj_new_box:last-child {
        margin-bottom: 0;
    }

    .sj_new_box2 {
        width: 60%;
        height: 30%;
        padding: 0 1.5rem;
        color: #383838;
        font-size: 1.7rem;
        font-weight: initial;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-family: "Noto Sans SC";
        font-weight: 500;
    }

    .foot_sj_box {
        padding: 2rem 1.5rem;
        background-color: #7e7e7e;
    }

    .foot_sj_box_o1 {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .foot_sj_box_o2 {
        display: flex;
    }

    .foot_sj_box_o2_p2 {
        font-family: "Noto Sans SC";
        color: #fff;
        font-size: 1.8rem;
        padding-left: 5px;
        line-height: 2.1;
    }

    .foot_sj_box_o2_p1 {
        width: 17%;
    }

    .foot_sj_box_o2_p3 {
        width: 20%;
    }

    .foot_sj_box_o1_two_p1 {
        width: 5%;
        display: inline-block;
        position: relative;
        top: 0.1rem;
    }

    .foot_sj_box_o1_two_p2 {
        color: #fff;
        margin-left: 2%;
        line-height: 1.3;
    }

    .p_b_b {
        padding-bottom: 1.3rem;
        border-bottom: solid 1px #b9b1ae;
        margin-top: 1rem
    }

    #jt-box-sj {
        display: none;
        cursor: pointer;
        padding: 0.6rem 1.5rem;
        color: #fff;
    }

    #ft-box-sj {
        display: block;
        cursor: pointer;
        padding: 0.6rem 1.5rem;
        color: #fff
    }

    .foot_sj_box_o1_two_p3 img {
        display: inline-block;
        vertical-align: middle;
        border: none;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        width: 25%;
        margin: 0 0.5rem;
        z-index: 9999;
        /* float: right; */
    }

    .ppy_ {
        margin-top: 1rem
    }

    .foot_sj_box_o1_two_p3 {
        width: 40%;
        justify-content: right;
        display: flex;
    }

    .foot_sj_box_o2_p1 img {
        width: 90%
    }

    .zzc_sj {
        position: absolute;
        width: 100%;
        height: 97%;
        background-color: #222;
        opacity: 0.1;
        top: 0%;
        border-radius: 10px;
        z-index: 1;
    }

    .sj_syz_p_b {
        bottom: 15% !important;
    }

    .douyingtc {
        display: none;
        opacity: 0;
        position: absolute;
        top: 0rem;
        line-height: 1.2;
        background: #fff;
        width: 60%;
        padding: 8px;
        /* left: 10%; */
        right: 0%;
        border-radius: 5px;
        box-shadow: 1px 1px 1px 1px #ccc;
        /* color: #fff; */
        font-family: "Noto Sans SC";
        z-index: 1000;
        -webkit-user-select: auto;
    }

    .douyingtc:before {
        position: absolute;
        content: '';
        background-color: #ffffff;
        width: 53px;
        height: 27px;
        right: 0%;
        bottom: -1rem;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    }

    .douyingtcp_1 {
        text-align: right;
    }

    .top_oo {
        animation: top_oo 0.5s forwards;
    }

    @keyframes top_oo {
        0% {
            top: 0;
            opacity: 0;
        }

        100% {
            top: -12rem;
            opacity: 1;
        }
    }

    .top_oo1 {
        animation: top_oo1 0.5s forwards;
    }

    .p_nlan_a {
        display: inline-block;
        vertical-align: middle;
        border: none;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        width: 25%;
    }

    .p_nlan_a img {
        width: 100%
    }

    @keyframes top_oo1 {
        0% {
            top: -10rem;
            opacity: 0;
        }

        100% {
            top: -16.3rem;
            opacity: 1;
        }
    }

    .douyingtcp_1 img {
        width: 18px;
        height: 18px;
        margin-bottom: 5px;
    }

    .lb-syimg {
        min-width: 100%;
        width: 100%;
    }

    .douyingtc1 {
        opacity: 0;
        display: none;
        position: absolute;
        top: -13.1rem;
        line-height: 1.2;
        background: #fff;
        width: 35%;
        padding: 8px;
        /* left: 10%; */
        right: 8%;
        border-radius: 5px;
        box-shadow: 1px 1px 1px 1px #ccc;
        /* color: #fff; */
        font-family: "Noto Sans SC";
        z-index: 999;
        -webkit-user-select: auto;
    }

    .douyingtc1:before {
        position: absolute;
        content: '';
        background-color: #ffffff;
        width: 53px;
        height: 27px;
        right: 41%;
        bottom: -1rem;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    }

    .douyingtc2 {
        opacity: 0;
        display: none;
        position: absolute;
        top: -13.1rem;
        line-height: 1.2;
        background: #fff;
        width: 35%;
        padding: 8px;
        /* left: 10%; */
        right: 0%;
        border-radius: 5px;
        box-shadow: 1px 1px 1px 1px #ccc;
        /* color: #fff; */
        font-family: "Noto Sans SC";
        z-index: 999;
        -webkit-user-select: auto;
    }

    .douyingtc2:before {
        position: absolute;
        content: '';
        background-color: #ffffff;
        width: 53px;
        height: 27px;
        right: 26%;
        bottom: -1rem;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    }
}

.yqjj_box {
    width: 70%;
    margin: 0 auto;
}

.yqjj_box_head {
    margin: 2rem 0;
    padding-bottom: 1rem;
    border-bottom: solid 1px #eaeaea;
    font-size: 20px;
    font-weight: bold;
}

.yqjj_box_text {
    width: calc(100% / 6);
    color: #313131;
    font-size: 17px;
    margin-bottom: 15px;
    transition: all 0.3s;
    /* margin-right: 10%; */
}

.yqjj_box_text:last-child {
    margin-bottom: 4rem;
}

.yqjj_box_text a {
    display: block;
    width: 100%;
    height: 100%;
}

.yqjj_box_text:hover {
    transform: translateY(-8px);
}

.yqjj_box_text:hover a {
    color: #005bac;
}

.yqjj_box-row {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1600px) {
    .yqjj_box_text {
        font-size: 15px;
    }
}

@media (max-width: 560px) {
    .yqjj_box_text {
        font-size: 15px;
        width: fit-content;
        margin-right: 10%;
    }

    .yqjj_box {
        width: 95%;
        margin: 0 auto;
    }
}