* {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
textarea {
    outline: none;
    border: none;
}

html {
    transition: font-size 0.3s ease;
    font-family: "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

table {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.public {
    width: 100%;
    max-width: 15rem;
    margin: 0 auto;
    height: 100%;
}

.nav {
    width: 100%;
    height: 0.9rem;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: #FFF;
    box-shadow: 0px 0px 0.1rem 0.01rem #00000021;
}

.nav .out {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .out .logo {
    /* width: 2.22rem; */
    display: block;
    height: 0.6rem;
}

.nav .out .logo img {
    /* width: 100%; */
    height: 100%;
    display: block;
}

.nav .out .right {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav .out .right ul {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 0.9rem;
}

.nav .out .right ul li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 0.7rem;
}

.nav .out .right ul li:last-child {
    margin-right: 0px;
}

.nav .out .right ul li .title {
    font-weight: 400;
    font-size: 0.18rem;
    color: #101010;
    display: flex;
    align-items: center;
    height: 100%;
}


.nav .out .right ul li.on .title,
.nav .out .right ul li:hover .title {
    color: #FF5F09;
}

.nav .out .right .Search {
    width: 0.25rem;
    height: 0.25rem;
    cursor: pointer;
}

.nav .out .right .Search img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.banenr_poster {
    width: 100%;
    max-width: 15rem;
    height: 4.5rem;
    position: relative;
    margin: 0 auto;
    margin-top: 0.9rem;
}

.banenr_poster .swiper {
    height: 100%;
}

.banenr_poster .banner {
    width: 100%;
    height: 100%;
}

.banenr_poster .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-fit: cover;
}

.banenr_poster .swiper-slide {
    position: relative;
    width: 100%;
}

.banenr_poster .swiper-slide .Text {
    position: absolute;
    max-width: 13.7rem;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 20;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banenr_poster .swiper-slide .Text h1 {
    font-weight: bold;
    font-size: 0.58rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    margin-bottom: 0.7rem;
}

.banenr_poster .swiper-slide .Text p {
    font-weight: 400;
    font-size: 0.46rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}

.banenr_poster .but_Poster {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 13.7rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0.46rem;
    z-index: 20;
}

.banenr_poster .but_Poster .swiper-pagination {
    position: relative;
    bottom: 0px;
    width: auto;
}

.banenr_poster .but_Poster .swiper-pagination .swiper-pagination-bullet {
    width: 0.81rem;
    height: 0.02rem;
    background: #FFFFFF;
    opacity: 0.5;
    transition: 0.5s all;
    box-sizing: border-box;
    border-radius: 0px;
}

.banenr_poster .but_Poster .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.banenr_poster .but_Poster .button {
    display: flex;
    align-items: center;
    width: auto;
    display: none;
}

.banenr_poster .but_Poster .button .swiper-button-prev {
    margin-right: 0.7rem;
}

.banenr_poster .but_Poster .button .swiper-button-prev,
.banenr_poster .but_Poster .button .swiper-button-next {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin-top: 0px;
    width: 0.6rem;
    height: 0.6rem;
    border: 0.02rem solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
    box-sizing: border-box;
}

.banenr_poster .but_Poster .button .swiper-button-prev::after,
.banenr_poster .but_Poster .button .swiper-button-next::after {
    color: #FFF;
    font-size: 0.14rem;
}


.banenr_poster .but_Poster .button .swiper-button-prev:hover,
.banenr_poster .but_Poster .button .swiper-button-next:hover {
    background: #FF5F09;
    border: 0.02rem solid #FF5F09;
}

.public_title {
    width: 100%;
}

.public_title span {
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 0.2rem;
    color: #999999;
    margin-bottom: 0.12rem;
    text-transform: uppercase;
}

.public_title h5 {
    text-align: center;
    font-weight: bold;
    font-size: 0.34rem;
    color: #111111;
}

.Business {
    width: 100%;
    margin-top: 1rem;
}

.Business .out {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.Business .public {
    max-width: 14rem;
}

.Business .out .box {
    width: 19%;
    overflow: hidden;
    height: 3rem;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
}

.Business .out .box .img {
    height: 100%;
}

.Business .out .box .img img {
    height: 100%;
    display: block;
    width: 5.6rem;
    object-fit: cover;
}

.Business .out .box .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0a3b953f;
    /* background: linear-gradient(224deg, rgba(255, 95, 9,0.24) 0%, rgba(255, 95, 9,0.77) 100%); */

}

.Business .out .box .text .txt_1 {
    opacity: 0;
    visibility: hidden;
    padding: 0px 0.4rem 0px 0.63rem;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    transition: 0.5s all;
}

.Business .out .box .text .txt_2 {
    padding: 0px 0.4rem 0px 0.36rem;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    transition: 0.5s all;
}

.Business .out .box .text span {
    font-weight: 500;
    font-size: 0.13rem;
    color: #FFFFFF;
}

.Business .out .box .text h5 {
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    margin-top: 0.14rem;
}

.Business .out .box .text p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1.7em;
    letter-spacing: 0.01rem;
    margin-top: 0.45rem;
}

.Business .out .box .text a {
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1.7em;
    letter-spacing: 0.01rem;
    margin-top: 0.25rem;
}

.Business .out .box.active {
    width: 40%;
}

.Business .out .box.active .text .txt_1 {
    opacity: 1;
    visibility: visible;
}

.Business .out .box.active .text .txt_2 {
    opacity: 0;
    visibility: hidden;
}

.Company_Overview {
    margin-top: 1rem;
    width: 100%;
}

.Company_Overview .out {
    display: flex;
    justify-content: space-between;
}

.Company_Overview .out .left {
    width: 6.27rem;
    height: 6.27rem;
    border-radius: 50%;
    background: #FFF;
    border: 0.01rem solid #DADFE7;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Company_Overview .out .left .img {
    background: #FFF;
    border-radius: 50%;
    width: 5.61rem;
    height: 5.61rem;
    display: block;
    position: relative;
    z-index: 2;
}

.Company_Overview .out .left .icon {
    position: absolute;
    right: -0.64rem;
    top: -0.51rem;
    width: 3.43rem;
    height: 3.6rem;
    display: block;
    z-index: 1;
    pointer-events: none;
}

.Company_Overview .out .right {
    width: 8.1rem;
}

.Company_Overview .out .right .title {
    width: 100%;
    margin-bottom: 0.47rem;
}

.Company_Overview .out .right .title span {
    font-weight: 400;
    font-size: 0.28rem;
    color: #999999;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
}

.Company_Overview .out .right .title h5 {
    font-weight: bold;
    font-size: 0.3rem;
    color: #111111;
    margin-bottom: 0.24rem;
}

.Company_Overview .out .right .title p {
    font-weight: 500;
    font-size: 0.23rem;
    color: #29A9E1;
}

.Company_Overview .out .right .txt {
    width: 100%;
    line-height: 1.7em;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    margin-bottom: 0.42rem ;
}

.Company_Overview .out .right .txt p {
    width: 100%;
    line-height: 1.7em;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}

.Company_Overview .out .right .Num_list {
    display: flex;
    justify-content: space-between;
}

.Company_Overview .out .right .Num_list .box {
    width: 33.3%;
}

.Company_Overview .out .right .Num_list .box .tit {
    display: flex;
    align-items: flex-end;
}

.Company_Overview .out .right .Num_list .box .tit b {
    font-weight: 500;
    font-size: 0.55rem;
    color: #29A9E1;
}

.Company_Overview .out .right .Num_list .box .tit span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    transform: translateY(-0.15rem);
    display: block;
}

.Company_Overview .out .right .Num_list .box i {
    width: 0.5rem;
    height: 0.02rem;
    background: #C1C2C4;
    margin-top: 0.2rem;
    display: block;
    margin-bottom: 0.3rem;
}

.Company_Overview .out .right .Num_list .box p {
    font-weight: 400;
    font-size: 0.17rem;
    color: #666666;
}

.public_But_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0px;
}

.public_But_list a {
    width: 1.6rem;
    height: 0.46rem;
    border-radius: 0.23rem;
    border: 0.01rem solid #FF5F09;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FF5F09;
    box-sizing: border-box;
    margin-right: 1.1rem;
}

.public_But_list a:last-child {
    margin-right: 0px;
}

.public_But_list a.active {
    background: #FF5F09;
    color: #FFF;
}

.Policy_Information {
    margin-top: 1.15rem;
    margin-bottom: 1.55rem;
}

.Policy_Information .out {
    height: 5.6rem;
    position: relative;
    width: 100%;
}

.Policy_Information .out .box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    display: none;
}

.Policy_Information .out .box.active {
    display: flex;
}

.Policy_Information .out .box .left {
    width: 6.57rem;
}

.Policy_Information .out .box .left .img {
    width: 100%;
    height: 3.56rem;
    overflow: hidden;
    margin-bottom: 0.27rem;
}

.Policy_Information .out .box .left .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Policy_Information .out .box .left .text {
    width: 100%;
    padding: 0px 0.21rem 0px 0.32rem;
    box-sizing: border-box;
}

.Policy_Information .out .box .left .text h5 {
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Policy_Information .out .box .left .text p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    line-height: 1.65em;
    margin-bottom: 0.25rem;
}

.Policy_Information .out .Policy_more {
    overflow: hidden;
    transition: 0.4s all;
    overflow: hidden;
    width: 0.51rem;
    height: 0.24rem;
    border-radius: 0.13rem;
    display: flex;
}

.Policy_Information .out .Policy_more .More_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.65rem;
    height: 0.24rem;
    background: #FF5F09;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    flex: none;
    transition: 0.4s ease;
}

.Policy_Information .out .Policy_more .More_2 img {
    height: 0.1rem;
    margin-left: 0.05rem;
    display: block;
}

.Policy_Information .out .Policy_more .More_1 {
    width: 0.51rem;
    height: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFC5A5;
    flex: none;
    transition: 0.4s ease;
}

.Policy_Information .out .Policy_more .More_1 img {
    height: 100%;
    display: block;
}

.Policy_Information .out .box .left:hover .Policy_more {
    width: 0.65rem;
}

.Policy_Information .out .box .left:hover .Policy_more .More_1 {
    transform: translateX(-0.65rem);
}

.Policy_Information .out .box .left:hover .Policy_more .More_2 {
    transform: translateX(-0.51rem);
}

.Policy_Information .out .box .left:hover .text h5 {
    color: #FF5F09;
}

.Policy_Information .out .box .right {
    width: 7.48rem;
    height: 100%;
}

.Policy_Information .out .box .right .item {
    width: 100%;
    margin-bottom: 0.56rem;
}

.Policy_Information .out .box .right .item:last-child {
    margin-bottom: 0px;
}

.Policy_Information .out .box .right .item .tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.15rem;
}

.Policy_Information .out .box .right .item .tit .tiem {
    padding-right: 0.4rem;
    flex: none;
    width: 1.45rem;
    box-sizing: border-box;
}

.Policy_Information .out .box .right .item .tit .tiem div {
    font-weight: bold;
    font-size: 0.36rem;
    color: #333333;
    margin-bottom: 0.1rem;
}

.Policy_Information .out .box .right .item .tit .tiem span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    display: block;
}

.Policy_Information .out .box .right .item .tit .txt {
    width: 100%;
}

.Policy_Information .out .box .right .item .tit .txt h5 {
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Policy_Information .out .box .right .item .tit .txt p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #444444;
    line-height: 1.67em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.Policy_Information .out .box .right .item .More_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Policy_Information .out .box .right .item .More_box .icon {
    height: 0.226rem;
    display: block;
}

.Policy_Information .out .box .right .item:hover .Policy_more {
    width: 0.65rem;
}

.Policy_Information .out .box .right .item:hover .Policy_more .More_1 {
    transform: translateX(-0.65rem);
}

.Policy_Information .out .box .right .item:hover .Policy_more .More_2 {
    transform: translateX(-0.51rem);
}

.Policy_Information .out .box .right .item:hover .tit .txt h5 {
    color: #FF5F09;
}



.footer {
    width: 100%;
    background: #000000;
    box-shadow: 0px -0.01rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}

.footer .Top_out {
    padding: 0.1rem 0px ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #707070;
}

.footer .Top_out .logo {
    height: 1.2rem ;
}

.footer .Top_out .logo img {
    height: 100%;
    display: block;
}

.footer .Top_out .box {
    display: flex;
    align-items: center;
}

.footer .Top_out .box span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #EBEBEB;
    display: block;
    margin-right: 0.16rem;
}

.footer .Top_out .box .icon_box {
    position: relative;
    cursor: pointer;
}

.footer .Top_out .box .icon_box .erweimma {
    width: 1.55rem ;
    height: 1.55rem ;
    display: block ;
}

.footer .Top_out .box .icon_box .icon {
    width: 0.43rem;
    height: 0.43rem;
    display: block;
}

.footer .Top_out .box .icon_box .img {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.45rem;
    background: #FFF;
    left: 50%;
    margin-left: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.05rem;
    box-sizing: border-box;
    display: none;
}

.footer .Top_out .box .icon_box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .list_out {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
    padding-bottom: 0.6rem ;
}

.footer .list_out .right {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.footer .list_out .right .box h5 {
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.39rem;
}

.footer .list_out .right .box a {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
    display: block;
    margin-bottom: 0.37rem;
}

.footer .list_out .right .box a:last-child {
    margin-bottom: 0px;
}

.footer .list_out .left {
    width: 30%;
}

.footer .list_out .left p {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
    margin-bottom: 0.54rem;
}

.footer .link_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
}

.footer .link_list h5 {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
}

.footer .link_list a {
    font-weight: 400;
    font-size: 0.15rem;
    color: #DCDCDC;
    margin: 0px 0.05rem;
}

.Record_n_varchar {
    height: 0.45rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-top: 0.01rem solid #727272;
    box-sizing: border-box;
}

.Record_n_varchar .public {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 0.2rem;
    position: relative;
}

.Record_n_varchar a {
    font-weight: 400;
    font-size: 0.14rem;
    color: #CCCCCC;
}

.Inheritance {
    position: absolute;
    right: 0px;
}

.banenr {
    width: 100%;
    position: relative;
}

.banenr .img {
    width: 100%;
}

.banenr .img img {
    width: 100%;
    display: block;
}

.banenr .text {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.banenr .text .public {
    display: flex;
    align-items: center;
    padding-top: 0.9rem;
    box-sizing: border-box;
}

.banenr .text .public h5 {
    font-weight: bold;
    font-size: 0.58rem;
    color: #FFFFFF;
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}

.Operations_Business {
    margin: 1rem 0px;
}

.Operations_Business .list {
    margin-top: 0.68rem;
}

.Operations_Business .list .item {
    width: 100%;
    background: #F5F5F5;
}

.Operations_Business .list .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Operations_Business .list .item a .left {
    width: 7.5rem;
    height: 4.69rem;
    overflow: hidden;
}

.Operations_Business .list .item a .left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Operations_Business .list .item a .right {
    width: 7.50rem;
    padding: 0.35rem;
    box-sizing: border-box;
    height: 100%;
}

.Operations_Business .list .item a .right h5 {
    font-weight: bold;
    font-size: 0.25rem;
    color: #333333;
    margin-bottom: 0.4rem;
}

.Operations_Business .list .item a .right p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #777777;
    line-height: 1.7em;
}

.Operations_Business .list .item a .right span {
    margin-top: 0.3rem;
    color: #333;
    font-size: 0.16rem;
    width: 1.7rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF5F09;
    color: #FFF;
}

.Operations_Business .list .item:nth-child(2n) a {
    flex-direction: row-reverse;
}


/* history */
.history {
    width: 100%;
    margin: 0.82rem 0px;
}

.history .history_Top {
    width: 100%;
    background: url(../images/9718.jpg) no-repeat center;
    background-size: cover;
    height: 4.61rem;
    padding-top: 0.58rem;
    box-sizing: border-box;
    padding-bottom: 1.43rem;
}

.history_swiper {
    padding: 1.05rem 0px 0px 0px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.history_swiper::after {
    position: absolute;
    bottom: 0.3rem;
    left: 0px;
    width: 100%;
    height: 0.028rem;
    display: block;
    background: #FFF;
    content: '';
}

.history_swiper .swiper-slide {
    width: auto;
    margin: 0px 50px;
    padding-bottom: 0.2rem;
}

.history_swiper .swiper-slide span {
    font-weight: bold;
    font-size: 0.24rem;
    color: #111111;
    display: block;
    margin-bottom: 0.15rem;
    text-align: center;
    cursor: pointer;
}

.history_swiper .swiper-slide i {
    width: 0.26rem;
    height: 0.26rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.history_swiper .swiper-slide i::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.13rem;
    margin-top: -0.13rem;
    background: #FF5F09;
    border-radius: 50%;
    z-index: -1;
    transform: scale(1.4);
    opacity: 0.44;
}

.history_swiper .swiper-slide-thumb-active span {
    color: #FF5F09;
}

.history_swiper .swiper-slide-thumb-active i {
    background: #FF5F09;
}

.history_base {
    width: 100%;
    margin-top: 0.9rem;
}

.history_base .out {
    width: 100%;
    position: relative;
}

.history_base .out .swiper-slide {
    width: 3.84rem;
    margin-right: 1.5rem;
}

.history_base .out .swiper-slide:last-child {
    margin-right: 0px;
}

.history_base .out .swiper-slide .tit h5 {
    font-weight: bold;
    font-size: 0.35rem;
    color: #111111;
    margin-bottom: 0.2rem;
}

.history_base .out .swiper-slide .tit i {
    width: 100%;
    height: 0.01rem;
    display: block;
    background: #D9D9D9;
    margin-bottom: 0.4rem;
}

.history_base .out .swiper-slide .txt {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.history_base .out .swiper-slide .txt span {
    color: #7A7A7A;
    font-size: 0.2rem;
    margin-right: 0.3rem;
    flex: none;
}

.history_base .out .swiper-slide .txt p {
    width: 100%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.7em;
}

.history_base .out .swiper-button-prev,
.history_base .out .swiper-button-next {
    width: 0.51rem;
    height: 0.51rem;
    border: 0.01rem solid #FF5F09;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history_base .out .swiper-button-prev::after,
.history_base .out .swiper-button-next::after {
    color: #FF5F09;
    font-size: 0.2rem;
}

.history_base .out .swiper-button-prev {
    position: absolute;
    left: -0.7rem;
}

.history_base .out .swiper-button-next {
    right: -0.6rem;
}

.history_base .out .swiper-button-prev:hover,
.history_base .out .swiper-button-next:hover {
    background: #FF5F09;
}

.history_base .out .swiper-button-prev:hover::after,
.history_base .out .swiper-button-next:hover::after {
    color: #FFF;
}

/* Culture */
.Culture {
    position: relative;
    width: 100%;
    background: #F5F5F5;
    padding: 0.98rem 0px;
    box-sizing: border-box;
    height: 7.72rem;
    margin-top: 0.7rem;
}

.Culture .out {
    display: flex;
    align-items: center;
}

.Culture .left {
    width: 7.03rem;
}

.Culture .left .tit {
    width: 100%;
}

.Culture .left .tit span {
    font-weight: 400;
    font-size: 0.28rem;
    color: #999999;
    display: block;
    margin-bottom: 0.14rem;
    text-transform: uppercase;
}

.Culture .left .tit h5 {
    font-weight: bold;
    font-size: 0.44rem;
    color: #111111;
}

.Culture .left .txt {
    margin-top: 0.1rem;
}

.Culture .left .box {
    padding: 0.4rem 0px;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #ECECEC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Culture .left .box span {
    font-weight: 500;
    font-size: 0.29rem;
    color: #111111;
}

.Culture .left .box p {
    width: 5.44rem;
    font-weight: 400;
    font-size: 0.17rem;
    color: #666666;
    line-height: 1.6em;
}


.Culture .left .box:hover {
    border-bottom: 0.01rem solid #FF5F09;
}

.Culture .right {
    width: 9.1rem;
    height: 5.7212rem;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.Culture .right img {
    width: 100%;
    height: 100%;
    display: block;
}

.honor {
    margin: 0.48rem 0px 0.95rem 0px;
}

.honor .out {
    margin-top: 0.64rem;
    position: relative;
}

.honor .out .swiper-slide {
    width: 3.62rem;
    height: 4.93rem;
    border: 0.01rem solid #E2E2E2;
    padding: 0.12rem 0.09rem 0.3rem 0.4rem;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 0.17rem;
}

.honor .out .swiper-slide:last-child {
    margin-right: 0.17rem;
}

.honor .out .swiper-slide .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.honor .out .swiper-slide .tit span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
}

.honor .out .swiper-slide .tit img {
    height: 0.55rem;
    display: block;
}

.honor .out .swiper-slide .img {
    width: 2.72rem;
    height: 3.81rem;
    overflow: hidden;
    margin-top: 0.1rem;
}

.honor .out .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.honor .out .swiper-button-prev,
.honor .out .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #FF5F09;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.honor .out .swiper-button-prev {
    left: -0.7rem;
}

.honor .out .swiper-button-next {
    right: -0.7rem;
}

.honor .out .swiper-button-prev:hover,
.honor .out .swiper-button-next:hover {
    opacity: 1;
}

.honor .out .swiper-button-prev::after,
.honor .out .swiper-button-next::after {
    color: #fff;
    font-size: 0.2rem;
}


.News_list {
    margin: 1rem 0px;
}

.News_list .out {
    margin-top: 0.9rem;
}

.News_list .out .box {
    width: 100%;
    border-bottom: 0.01rem solid #DDDDDD;
    position: relative;
    padding-bottom: 0.49rem;
    box-sizing: border-box;
    margin-bottom: 0.53rem;
}

.News_list .out .box::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 0.01rem;
    background: #FF5F09;
    content: '';
    display: block;
    transition: 0.6s ease;
}

.News_list .out .box:hover::after {
    width: 100%;
}

.News_list .out .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.News_list .out .box .left {
    width: 4.52rem;
}

.News_list .out .box .left img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
    transition: 0.5s ease all;
}

.News_list .out .box .left .img {
    width: 100%;
    height: 2.76rem;
    overflow: hidden;
}

.News_list .out .box:hover .left img {
    transform: scale(1.1);
}

.News_list .out .box .right {
    width: 7.21rem;
}

.News_list .out .box .right h5 {
    font-weight: 500;
    font-size: 0.24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color: #333333;
    margin-bottom: 0.26rem;
}

.News_list .out .box .right p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 0.01rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.48rem;

}

.News_list .out .box:hover .right h5 {
    color: #FF5F09;
}

.News_list .out .box .right .tiem {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.33rem;
}

.News_list .out .box .right .tiem img {
    height: 0.21rem;
    margin-right: 0.1rem;
}

.News_list .out .box .right .tiem span {
    font-weight: 400;
    font-size: 0.15rem;
    color: #666666;
}

.News_list .out .box .right .jiantou_box {
    width: 1.71rem;
    height: 0.54rem;
    /* background: #0B897E; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.54rem;
    overflow: hidden;
    position: relative;
}

.News_list .out .box .right .jiantou_box::after {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FF5F09;
    content: ' ';
    transition: 0.6s ease;
    z-index: -1;
}

.News_list .out .box .right .jiantou_box span {
    font-weight: 500;
    font-size: 0.14rem;
    color: #99999B;

}

.News_list .out .box .right .jiantou_box .jian {
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.18rem;
    transform: translateX(0.1rem);
    background: #FF5F09;

}

.News_list .out .box:hover .right .jiantou_box span {
    color: #FFF;
}

.News_list .out .box:hover .right .jiantou_box::after {
    width: 100%;
}

.News_list .out .box .tiem {
    width: 1.7rem;
}

.News_list .out .box .tiem h5 {
    font-weight: 400;
    font-size: 0.29rem;
    color: #FF5F09;
    text-align: center;
}

.News_list .out .box .tiem i {
    width: 1.45rem;
    height: 0.01rem;
    background: #FF5F09;
    margin: 0.21rem auto 0.45rem auto;
    display: block;

}

.News_list .out .box .tiem span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    display: block;
    text-align: center;
    text-align: center;
}

.Policy_Information_pages {
    width: 100%;
    margin: 1rem 0px;
}

.Policy_Information_pages .out {
    margin-top: 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.Policy_Information_pages .out .left {
    width: 2.98rem;
    background: #F6F6F6;
}

.Policy_Information_pages .out .left .title {
    width: 100%;
    height: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.27rem;
    color: #FFFFFF;
    background: #FF5F09;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #E2E2E2;
}

.Policy_Information_pages .out .left .txt {
    width: 100%;
}

.Policy_Information_pages .out .left .txt a {
    width: 100%;
    height: 0.6rem;
    padding: 0px 0px 0px 0.3rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.22rem;
    color: #565655;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #E2E2E2;
}

.Policy_Information_pages .out .left .txt a:hover {
    background: #FF5F09;
    color: #FFFFFF;
}

.Policy_Information_pages .out .right {
    width: 11.08rem;
}

.Policy_Information_pages .out .right .box {
    width: 100%;
    padding: 0.2rem 0px 0.17rem 0px;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #E6E6E6;
}

.Policy_Information_pages .out .right .box:first-child {
    padding-top: 0px;
}

.Policy_Information_pages .out .right .box a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Policy_Information_pages .out .right .box .tit {
    width: 80%;
    display: flex;
    align-items: center;
}

.Policy_Information_pages .out .right .box .tit i {
    width: 0.07rem;
    height: 0.07rem;
    background: #FF5F09;
    display: block;
    border-radius: 50%;
    margin-right: 0.13rem;
    flex: none;
}

.Policy_Information_pages .out .right .box .tit h5 {
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Policy_Information_pages .out .right .box span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
}

.Policy_Information_pages .out .right .box:hover .tit h5 {
    color: #FF5F09;
}

.Talent_Recruitment {
    margin: 1rem 0px;
}

.Talent_Recruitment .box {
    width: 100%;
    background: #F7F9FA;
    margin-bottom: 0.2rem;
}

.Talent_Recruitment .box:last-child {
    margin-bottom: 0px;
}

.Talent_Recruitment .box a {
    display: flex;
    width: 100%;
    padding: 0.3rem 0.2rem 0.29rem 0.23rem;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.Talent_Recruitment .box .left {
    width: 80%;
}

.Talent_Recruitment .box .left span {
    font-weight: 500;
    color: #FF5F09;
    font-size: 0.24rem;
    margin-bottom: 0.21rem;
    display: block;
}

.Talent_Recruitment .box .left p {
    color: #666666;
    font-size: 0.18rem;
}

.Talent_Recruitment .box .right {
    width: 1.24rem;
    height: 0.4rem;
    background: #FFFFFF;
    box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    flex: none;
    color: #FF5F09;
    font-size: 0.14rem;
}

.Party_Mass_World {
    width: 100%;
    margin: 1rem 0px;
}

.Party_Mass_World .out {
    margin-top: 0.75rem;
}

.Party_Mass_World .out .box {
    width: 11.08rem;
}

.Party_Mass_World .out .box {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #E6E6E6;
}



.Party_Mass_World .out .box a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0px 0.17rem 0px;
    box-sizing: border-box;
}

.Party_Mass_World .out .box:first-child a {
    padding-top: 0px;
}

.Party_Mass_World .out .box .tit {
    width: 80%;
    display: flex;
    align-items: center;
}

.Party_Mass_World .out .box .tit i {
    width: 0.07rem;
    height: 0.07rem;
    background: #FF5F09;
    display: block;
    border-radius: 50%;
    margin-right: 0.13rem;
    flex: none;
}

.Party_Mass_World .out .box .tit h5 {
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Party_Mass_World .out .box span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
}

.Party_Mass_World .out .box:hover .tit h5 {
    color: #FF5F09;
}

.Message {
    margin: 1rem 0px;
}

.Message .public {
    max-width: 16.80rem;
}

.Message .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.65rem;
}

.Message .out .left {
    width: 6.77rem;
    padding-top: 0.5rem;
    box-sizing: border-box;
}

.Message .out .left .Lianxi_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 0.01rem solid #EBEBEB;
}

.Message .out .left .Lianxi_box .box {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0.24rem 0px;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #EBEBEB;
}

.Message .out .left .Lianxi_box .box .icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.17rem;
    display: block;
    flex: none;
}

.Message .out .left .Lianxi_box .box .txt {
    width: 100%;
}

.Message .out .left .Lianxi_box .box .txt span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #999999;
    margin-bottom: 0.06rem;
    display: block;
}

.Message .out .left .Lianxi_box .box .txt p {
    font-weight: 500;
    font-size: 0.18rem;
    color: #333333;

}

.Message .out .left .form {
    margin-top: 0.7rem;
    width: 100%;
}

.Message .out .left .form h5 {
    font-weight: 500;
    font-size: 0.39rem;
    color: #111111;
    margin-bottom: 0.3rem;
}

.Message .out .left .form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Message .out .left .form input {
    width: 3.19rem;
    height: 0.49rem;
    border: 0.01rem solid #E6E6E6;
    padding: 0px 0.1rem 0px 0.17rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.16rem;
    color: #8E8E8E;
    margin-bottom: 0.2rem;
}

.Message .out .left .form textarea {
    width: 100%;
    height: 1.26rem;
    border: 0.01rem solid #E6E6E6;
    padding: 0.12rem;
    box-sizing: border-box;
    font-size: 0.16rem;
}

.Message .out .left .form button {
    width: 2.2rem;
    height: 0.46rem;
    background: #FF5F09;
    border-radius: 0.23rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    border: none;
    margin-top: 0.45rem;
}

.Message .out .right {
    width: 8.6rem;
    height: 7.14rem;
}

.Message .out .right img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.Search_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}

.Search_box .out {
    width: 100%;
    max-width: 12rem;
    background: #FFf;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
}

.Search_box .out form {
    display: flex;
    align-items: center;
    background: #eee;
    height: 0.6rem;
}

.Search_box .out form input {
    width: 100%;
    height: 100%;
    background: none;
    padding: 0px 0.15rem;
    box-sizing: border-box;
    color: #333;
    font-size: 0.16rem;
}

.Search_box .out form button {
    width: 0.6rem;
    height: 100%;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Search_box .out form button img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.Search_box .out .Close {
    position: absolute;
    right: 0px;
    top: -0.4rem;
    font-size: 0.3rem;
    color: #FFF;
    cursor: pointer;
}

.Knowledge-list {
    padding: 0.8rem 0px;
}

.Knowledge-list .public {
    max-width: 12.5rem;
}

.Knowledge-list .titel {
    text-align: center;
    /* margin-top: 70px; */
}

.Knowledge-list .titel h5 {
    font-size: 0.3rem;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}

.Knowledge-list .release {
    height: 0.62rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.01rem solid rgba(227, 227, 227, 1);
    border-bottom: 0.01rem solid rgba(227, 227, 227, 1);
    margin-top: 0.3rem;
}

.Knowledge-list .release i {
    display: block;
    width: 0.01rem;
    height: 0.14rem;
    background: rgba(153, 153, 153, 1);
    margin: 0px 0.3rem;
}

.Knowledge-list .release span {
    font-size: 0.13rem;
    color: rgba(102, 102, 102, 1);
}

.Knowledge-list .text {
    padding: 0.43rem 0rem 0.73rem 0rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 0.01rem solid rgba(227, 227, 227, 1);
}

.Knowledge-list .text h1,
.Knowledge-list .text h2,
.Knowledge-list .text h3,
.Knowledge-list .text h4,
.Knowledge-list .text h5,
.Knowledge-list .text strong {
    font-size: 0.2rem;
}

.Knowledge-list .text p,
.Knowledge-list .text div,
.Knowledge-list .text a {
    font-size: 0.16rem;
    line-height: 1.8em;
}

.Knowledge-list .text img {
    width: auto;
    max-width: 100%;
    margin: 0.1rem auto !important;
    text-align: center;
    display: block;
    height: auto;

}

.Knowledge-list .text video {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.Knowledge-list .butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-left: 77px; */
    box-sizing: border-box;
    margin-top: 0.61rem;
}

.Knowledge-list .butt_box .left .box {
    display: flex;
    align-items: center;
}

.Knowledge-list .butt_box .left .box span,
.Knowledge-list .butt_box .left .box a {
    color: #666666;
    font-size: 0.13rem;
    margin-bottom: 0.14rem;
    display: block;
}

.Knowledge-list .butt_box .left .box a:hover {
    color: #0A3B95;
}

.Knowledge-list .butt_box .right {
    width: 1.61rem;
    height: 0.36rem;
    background: #0A3B95;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.Knowledge-list .butt_box .right {
    cursor: pointer;
}

.recruitment_xq {
    margin: 1rem 0px;
    width: 100%;
}

.recruitment_xq .public {
    max-width: 12rem;
}

.recruitment_xq .title {
    width: 100%;
}

.recruitment_xq .title h5 {
    color: #FF5F09;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}

.recruitment_xq .title .list {
    width: 100%;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #E5E5E5;
    margin-bottom: 0.2rem;
}

.recruitment_xq .title .list span {
    display: block;
    color: #727272;
    font-size: 0.17rem;
    margin-bottom: 0.08rem;
}

.recruitment_xq .txt {
    width: 100%;
}

.recruitment_xq .txt p {
    color: #8E8E8E;
    line-height: 2em;
    font-size: 0.16rem;
}

.toggle_button {
    width: 0.4rem;
    height: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.5rem;
    cursor: pointer;
    display: none;
}

.toggle_button span {
    height: 0.03rem;
    width: 100%;
    display: block;
    background: #333;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggle_button.on span:nth-child(1) {
    transition-delay: 0.2s;
    transform: rotate(45deg);
    transform-origin: 0.01rem;
}

.toggle_button.on span:nth-child(2) {
    opacity: 0;
    transform: translateX(0.25rem);
}

.toggle_button.on span:nth-child(3) {
    transition-delay: 0.4s;
    transform: rotate(-45deg);
    transform-origin: 0.01rem;
}

.min_nav {
    width: 100%;
    background: #FFF;
    position: absolute;
    top: 0.79rem;
    left: 0px;
    box-shadow: 0.1rem 0px 0.1rem 0.01rem #00000021;
    padding: 0.3rem 0px;
    display: none;
}

.min_nav .title {
    width: 100%;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #333;
    border-bottom: 0.01rem solid #eee;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 0.3rem;
    box-sizing: border-box;
}

.min_nav .title a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.24rem;
}

.min_nav .title .img {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.3rem;
    top: 0px;
    z-index: 10;
}

.min_nav .title .img img {
    height: 0.2rem;
    display: block;
    transition: 0.5s ease all;
}

.min_nav .box {
    width: 100%;
    padding-left: 0.2rem;
    box-sizing: border-box;
    display: none;
}

.min_nav .box a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.15rem 0.3rem;
    color: #333;
    font-size: 0.2rem;
}

.min_nav .title.on .img img {
    transform: rotate(90deg);
}

.CAPTCHA {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.CAPTCHA input {
    margin-bottom: 0px !important;
    margin-right: 0.1rem !important;
}

.CAPTCHA img {
    width: 1.2rem;
    height: 0.48rem;
    display: block;
}


.Article_Consultation {
    width: 100%;
    margin: 1rem 0px;
}

.Article_Consultation .out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.6rem ;
}

.Article_Consultation .out .box {
    width: 31%;
    box-sizing: border-box;
}

.Article_Consultation .out .box .title {
    width: 100%;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
    border-bottom: 0.01rem solid #eee;
}

.Article_Consultation .out .box .title .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.05rem;
    background: linear-gradient(to right, #ff7e5f, #feb47b);
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
}

.Article_Consultation .out .box .title h5 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 1;
    display: block;

}

.Article_Consultation .out .box .title span {
    font-size: 0.16rem;
    text-transform: uppercase;
    display: block;
}

.Article_Consultation .out .box .title a {
    color: #fff;
    font-size: 0.15rem;
    display: block;
}

.Article_Consultation .out .box .item {
    width: 100%;
    margin-bottom: 0.1rem;
}

.Article_Consultation .out .box .item:last-child {
    margin-bottom: 0px;
}

.Article_Consultation .out .box .item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Article_Consultation .out .box .item p {
    padding-left: 0.15rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.15rem;
    color: #333;
    position: relative;
}

.Article_Consultation .out .box .item p::after {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    display: block;
    content: '';
    background: #999;
}

.Article_Consultation .out .box .item span {
    flex: none;
    font-size: 0.13rem;
    color: #999;
    margin-left: 0.1rem;
}

.Article_Consultation .out .box .item:hover p,
.Article_Consultation .out .box .item:hover span {
    color: #FF5F09;
}

.recruitment_Home {
    margin: 1rem 0px 0.4rem 0px;
}

.recruitment_Home .public {
    /* max-width: 13rem; */
}

.recruitment_Home .out {
    margin-top: 0.7rem;
    display: flex;
    justify-content: space-between;
}

.recruitment_Home .out .left {
    width: 48%;
    height: 3.45rem;
}

.recruitment_Home .out .left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.recruitment_Home .out .right {
    width: 48%;
}

.recruitment_Home .out .right .box {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 0.2rem;
    transition: 0.5s;
    border: 0.01rem solid #ddd;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0.1rem;
}

.recruitment_Home .out .right .box:last-child {
    margin-bottom: 0px;
}

.recruitment_Home .out .right .box a {
    padding: 0.15rem 0.2rem 0.15rem 0.2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 1rem ;
}

.recruitment_Home .out .right .box h5 {
    font-size: 0.16rem;
    font-weight: 500;
    color: #17161a;
}

.recruitment_Home .out .right .box span {
    font-size: 0.17rem;
    font-weight: 600;
}

.recruitment_Home .out .right .box span img {
    height: 0.38rem ;
    display: block ;
}

.recruitment_Home .out .right .box span svg {
    width: 0.15rem;
    font-weight: 600;
}

.recruitment_Home .out .right .box:hover {
    background: #FF5F09;
}

.recruitment_Home .out .right .box:hover h5 {
    color: #fff;
}

.recruitment_Home .out .right .box:hover span svg {
    fill: #FFF;
    /* 修改填充颜色 */
    /* stroke: black; */
    /* 修改描边颜色 */
}


.btn {
    background: #03285e none repeat scroll 0 0;
    border: none;
    border-radius: 0.04rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.16rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 0.18rem 0.31rem;
    text-align: center;
    text-transform: inherit;
    touch-action: manipulation;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0px 9px 16.74px 1.26px rgb(99 134 94 / 21%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100% ;
}

.btn:hover>span {
    height: 562.5px;
    width: 562.5px;
}



.btn span {
    background: #FF5F09 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.OICQ_Home {
    padding: 1rem 0px;
}

.OICQ_Home .public {
    /* max-width: 13rem; */
}

.OICQ_Home .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0.05rem 0.19rem 0.014rem rgb(85 80 98 / 33%);
    background: white;
    position: relative;
    padding: 0.48rem;
    border-radius: 0.06rem;
    box-sizing: border-box;
}

.OICQ_Home .out::after {
    content: "";
    background-image: url(https://demo.mobanwang.com/mb/lo202504/202504074/html/images/crose-line.png);
    width: 18%;
    height: 100%;
    top: 0;
    opacity: 0.4;
    bottom: 0;
    background-size: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.OICQ_Home .out::before {
    content: "";
    background-image: url(https://demo.mobanwang.com/mb/lo202504/202504074/html/images/req-be.png);
    width: 11%;
    height: 100%;
    top: 0;
    opacity: 0.4;
    bottom: 0;
    background-size: auto;
    right: 0;
    position: absolute;
    z-index: 1;
}

.OICQ_Home .out .left {
    width: 48%;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.OICQ_Home .out .left .box {
    width: 100%;
    padding: 0.35rem;
    height: 100%;
    background: #ff6600;
    box-sizing: border-box;
}

.OICQ_Home .out .left .box .item {
    width: 100%;
    /* margin-bottom: 0.3rem; */

}

.OICQ_Home .out .left .box .item .liaxianxi {
    display: flex ;
    flex-wrap: wrap ;
}


.OICQ_Home .out .left .box h5 {
    color: #fff;
    font-weight: 500;
    font-size: 0.24rem;
    font-style: normal;
    margin-bottom: 0.2rem;
}

.OICQ_Home .out .left .box p {
    color: #fff;
    font-weight: normal;
    font-size: 0.18rem;
    line-height: 1.7em;
    width: 48% ;
    display: flex ;
    align-items: center ;
    margin-bottom: 0.2rem ;
}

.OICQ_Home .out .left .box p:last-child {
    width: 100% ;
}

.OICQ_Home .out .left .box p img {
    width: 0.4rem ;
    height: 0.4rem ;
    margin-right: 0.1rem ;
    display: block ;
    object-fit: contain ;
}

.OICQ_Home .out .left h6 {
    color: #fff;
    font-weight: 500;
    font-size: 0.19rem;
    line-height: 1.7em;
}

.OICQ_Home .out .left .ditu_box img {
    width: 100% ;
    display: block ;
}

.OICQ_Home .out .right {
    width: 50% ;
    padding: 0px 0.15rem;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.OICQ_Home .out .right .text_form {
    width: 100%;
}



.tepd {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.21rem;
    margin-top: 0.4rem;
}

.tepd .but {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.4rem;
    background: #03285e;
    border-radius: 50%;
    margin-right: 0.2rem;
}

.tepd .but svg {
    fill: #FFF;
    width: 0.18rem;
}

.OICQ_Home .out .right .text_form h5 {
    font-size: 0.28rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
}

.OICQ_Home .out .right .text_form p {
    font-weight: normal;
    margin-bottom: 0.3rem;
    font-size: 0.16rem;
}

.OICQ_Home .out .right .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.OICQ_Home .out .right .box input {
    width: 48%;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    background: #f8f8f8;
    display: block;
    height: 0.7rem;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 0.01rem solid #ced4da;
    border-radius: 0.025rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 0.3rem;
}

.OICQ_Home .out .right .box textarea {
    width: 100%;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    background: #f8f8f8;
    display: block;
    height: 1.3rem;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 0.01rem solid #ced4da;
    border-radius: 0.025rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /* margin-bottom: 0.3rem ; */
}

.OICQ_Home .out .right .box .CAPTCHA {
    margin-bottom: 0.3rem;
}

.developing_Home {
    width: 100% ;
}

.developing_Home .public_title {
    margin-bottom: 0.4rem ;
}

.developing_Home .developing_Home_2 {
    width: 100% ;
}

.developing_Home .developing_Home_2 .swiper-slide {
    width: calc(100% / 7);
    cursor: pointer;
}

.developing_Home .developing_Home_2 .swiper-slide img {
    width: 100% ;
    height: 0.12rem ;
    pointer-events: none ;
}

.developing_Home .developing_Home_2 .swiper-slide span {
    text-align: center ;
    color: #bdbdbd ;
    font-size: 0.15rem ;
    display: block ;
    width: 100% ;
    position: relative;
    padding-bottom: 0.3rem ;
    box-sizing: border-box ;
}

.developing_Home .developing_Home_2 .swiper-slide span::after {
    height: 0.02rem;
    background: #ffc000;
    display: block;
    content: '';
    /* margin-top: 0.2rem; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    transition: 0.5s ease;

}

.developing_Home .developing_Home_2 .swiper-slide-thumb-active span::after {
    width: 0.5rem;
}

.developing_Home .developing_Home_2 .swiper-slide span:hover::after {
    width: 0.5rem;
}

.Developing_box {
    width: 100% ;
    position: relative;
    padding: 0px 1rem 0px 1rem ;
    box-sizing: border-box ;
}

.developing_Home .developing_Home_1 {
    width: 100% ;
    margin-bottom: 0.1rem ;
}

.developing_Home .developing_Home_1 .swiper-slide {
    width: 100% ;
    display: flex ;
    align-items: center ;
    min-height: 1.03rem ;
}

.developing_Home .developing_Home_1 .swiper-slide .slide_left {
    width: 1.39rem ;
    text-align: center ;
    flex: none ;
    padding: 0px 0.22rem ;
    box-sizing: border-box ;
}

.developing_Home .developing_Home_1 .swiper-slide .slide_left h5{
    color: #efb336 ;
    font-weight: 500 ;
    font-size: 0.27rem ;
    line-height: 1 ;
    margin-bottom: 0.18rem ;
}

.developing_Home .developing_Home_1 .swiper-slide .slide_left span {
    color: #7e7e7e ;
    font-size: 0.12rem ;
    display: block ;
}

.developing_Home .developing_Home_1 .swiper-slide .slide_right {
    width: 100% ;
    padding-left: 0.28rem ;
    box-sizing: border-box ;
    position: relative;
}

.developing_Home .developing_Home_1 .swiper-slide .slide_right h5{
    font-size: 0.14rem ;
    color: #7e7e7e ;
    line-height: 1 ;
    font-weight: 500 ;
    margin-bottom: 0.08rem ;
}

.developing_Home .developing_Home_1 .swiper-slide .slide_right p {
    font-size: 0.12rem ;
    line-height: 1.6em ;
    color: #7e7e7e;
    font-weight: 500 ;
}

.developing_Home .developing_Home_1 .swiper-slide i {
    width: 0.01rem ;
    height: 1rem ;
    display: block ;
    background-color: #7e7e7e;
}

.developing_Home .swiper-button-next, .developing_Home .swiper-button-prev {
    width: 0.64rem ;
    height: 0.64rem ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    background: #FFF ;
    border-radius: 50% ;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000002a ;
}

.developing_Home .swiper-button-next::after , .developing_Home .swiper-button-prev::after {
    font-size: 0.3rem ;
    color: #efb336 ;
    font-weight: bold ;
}

.Business_pages {
    width: 100% ;
    margin-top: 0.9rem ;
}

.Business_pages .out {
    width: 100% ;
    display: flex ;
    flex-wrap: wrap ;
    justify-content: space-between ;
    margin-top: 0.6rem ;
}

.Business_pages .out .box {
    width: 23% ;
    padding: 0.4rem 0.3rem ;
    box-sizing: border-box ;
    display: flex ;
    flex-direction: column ;
    align-items: center ;
    justify-content: center ;
    background: #efefef ;
    border-radius: 0.1rem ;
}

.Business_pages .out .box .icon {
    height: 0.6rem ;
    display: block ;
    width: auto ;
    margin-bottom: 0.2rem ;
}

.Business_pages .out .box h5{
    color: #444444 ;
    font-size: 0.18rem ;
    font-weight: 500 ;
    line-height: 1 ;
    margin-bottom: 0.2rem ;
}

.Business_pages .out .box p {
    color: #7e7e7e ;
    font-size: 0.14rem ;
    text-align: center ;
}

.footer .list_out .left .liaxianxi {display: none ;}


        .Development_history {
            width: 100%;
            margin: 1rem 0px;
        }

        .Development_history .out {
            width: 100%;
            margin-top: 0.6rem;
        }

        .Development_history .out .box {
            display: flex;
            justify-content: center;
            padding-bottom: 0.5rem;
            position: relative;
        }

        .Development_history .out .box .tiem {
            color: #666;
            font-size: 0.15rem;
            display: block;
            text-align: right;
            width: 50%;
        }

        .Development_history .out .box .icon {
            flex: none;
            margin: 0px 0.3rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
        }

        .Development_history .out .box .icon i:first-child {
            width: 0.1rem;
            height: 0.1rem;
            border: 0.01rem solid #666;
            border-radius: 50%;
            display: block;
            flex: none;
        }

        .Development_history .out .box .icon i:nth-child(2) {
            width: 0.01rem;
            height: calc(100% - 0.12rem);
            display: block;
            background: #666;
            position: absolute;
            bottom: -0.01rem;
        }

        .Development_history .out .box .txt {
            width: 50%;
            text-align: left;
        }

        .Development_history .out .box:nth-child(2n) {
            flex-direction: row-reverse;
        }

        .Development_history .out .box:nth-child(2n) .txt {
            text-align: right;
        }

        .Development_history .out .box:nth-child(2n) .tiem {
            text-align: left;
        }

        .Development_history .out .box:last-child {
            padding-bottom: 0px ;
        }
    







        .Development_history {
            width: 100%;
            overflow: hidden;
        }

        /* .Development_history .out::after {
            position: absolute ;
            top: 50% ;
            left: 0px ;
            height: 0.06rem ;
            background: #FF5F09 ;
            width: 100% ;
            transform: translateY(-50%);
            content: '';
        } */

        .Development_history .swiper {
            overflow: visible;
        }

        .Development_history .swiper-slide {
            width: 100%;
            /*max-height: 3rem;*/
            display: flex;
        }

        .Development_history .swiper-slide:nth-child(2n) {
            flex-direction: row-reverse;
        }

        .Development_history .swiper-slide .left {
            width: 100%;
            padding: 0.2rem 0.3rem 0.2rem 0.3rem;
            box-sizing: border-box;
            position: relative;
            text-align: right ;
        }

        .Development_history .swiper-slide .left h5 {
            font-size: 0.18rem;
            margin-bottom: 0.1rem;
            text-align: right;
        }

        .Development_history .swiper-slide .left h3 {
            font-size: 0.2rem ;
            margin-bottom: 0.15rem ;
        }

        .Development_history .swiper-slide:nth-child(2n) .left {
            text-align: left ;
        }

        .Development_history .swiper-slide:nth-child(2n) .left h5 {
            text-align: left;
        }

        .Development_history .swiper-slide .left p {
            font-size: 0.14rem;
            font-weight: 400;
            line-height: 1.6em;
        }

        .Development_history .swiper-slide .left::after {
            content: '';
            left: 0px;
            bottom: 0;
            width: 100%;
            height: 0.02rem;
            background: #FF5F09;
            display: block;
            position: absolute;
        }

        .Development_history .swiper-slide .xianduan {
            width: 0.06rem;
            background: #FF5F09;
            display: block;
            position: relative;
        }

        .Development_history .swiper-slide .xianduan::after {
            content: "";
            display: block;
            position: absolute;
            width: 0.1rem;
            height: 0.1rem;
            left: 0px;
            top: 0%;
            box-shadow: 0px 0px 0.1rem 0.01rem #00000031;
            background: #FFf;
            border-radius: 50%;
            margin-left: -0.05rem;
            margin-top: -0.05rem;
        }

        .Development_history .swiper-slide .right {
            width: 100%;
            padding: 0.2rem 0.3rem;
            box-sizing: border-box;
        }

        .Development_history .swiper-slide .right img {
            width: 100%;
            /*height: 100%;*/
            display: block;
            object-fit: cover;
        }

        .Development_history .swiper-slide:last-child .left::after {
            display: none;
        }


@media (max-width:768px) {
    .nav .out .right ul {
        display: none;
    }

    .toggle_button {
        display: flex;
    }

    .public {
        padding: 0px 0.3rem;
        box-sizing: border-box;
    }

    .Article_Consultation .out .box {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .Article_Consultation .out .box:last-child {
        margin-bottom: 0px;
    }

    .Policy_Information {
        margin-bottom: 1rem;
    }

    .Policy_Information .out {
        height: 12rem;
    }

    .Policy_Information .out .box {
        flex-wrap: wrap;
    }

    .Policy_Information .out .box .left {
        width: 100%;
    }

    .Policy_Information .out .box .right {
        width: 100%;
        margin-top: 0.4rem;
        height: auto;
    }

    .Company_Overview .out {
        flex-wrap: wrap;
    }

    .Company_Overview .out .left {
        display: none;
    }

    .Company_Overview .out .right {
        width: 100%;
    }

    .Business .out {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.3rem 0px;
    }

    .Business .out .box {
        width: 100%;
    }

    .Business .out .box.active {
        width: 100%;
    }

    .Business .out .box {
        height: 2.5rem;
    }

    .Record_n_varchar .public {
        flex-wrap: wrap;
    }

    .Business .out .box .text .txt_2 {
        display: none;
    }

    .Business .out .box .text .txt_1 {
        opacity: 1;
        visibility: visible;
        padding: 0px 0.2rem;
    }

    .Business .out .box .text p {
        margin-top: 0.2rem;
    }

    .banenr_poster {
        margin-top: 0.9rem;
        height: auto ;
    }

    .banenr_poster .swiper-slide .Text {
        display: none;
    }

    .banenr_poster .but_Poster {
        padding: 0px 0.3rem;
        box-sizing: border-box;
        bottom: 0.16rem;
    }

    .footer .list_out .right {
        display: none;
    }

    .footer .list_out .left {
        width: 100%;
    }

    .footer .list_out .left p {
        margin-bottom: 0.3rem;
    }

    .footer .Top_out .box .icon_box .icon {
        display: none;
    }

    .footer .Top_out .box .icon_box .img {
        position: static;
        display: block;
        margin-left: 0.2rem;
    }

    .footer .list_out .left .xinxi_bix {
        display: none ;
    }

    .Record_n_varchar a {
        position: static;
        width: 100%;
        text-align: center;
    }

    .Record_n_varchar {
        height: auto;
        padding: 0.15rem 0px;
    }

    .footer .Top_out .logo {
        height: 0.7rem;
    }

    .footer .Top_out .box .icon_box .erweimma {
        width: 1rem ;
        height: 1rem ;
    }

    .Culture .out {
        flex-wrap: wrap;
    }

    .Culture .right {
        position: static;
        width: 100%;
        display: none;
    }

    .Culture .left {
        width: 100%;
    }

    .Culture {
        height: auto;
    }

    .banenr {
        margin-top: 0.9rem;
    }

    .banenr .text .public {
        padding-top: 0px;
    }

    .banenr .text .public h5 {
        font-size: 0.3rem;
    }

    .Operations_Business .list .item a {
        flex-wrap: wrap;
    }

    .Operations_Business .list .item a .left {
        width: 100%;
    }

    .Operations_Business .list .item a .right {
        width: 100%;
    }

    .Operations_Business .list .item {
        margin-bottom: 0.4rem;
    }

    .Operations_Business .list .item:last-child {
        margin-bottom: 0px;
    }

    .News_list .out .box a {
        flex-wrap: wrap;
    }

    .News_list .out .box .left {
        width: 100%;
    }

    .News_list .out .box .tiem {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0.3rem 0px;
    }

    .News_list .out .box .tiem i {
        display: none;
    }

    .News_list .out .box .tiem h5 {
        margin-right: 0.2rem;
    }

    .News_list .out .box .right {
        width: 100%;
    }

    .Policy_Information_pages .out {
        flex-wrap: wrap;
    }

    .Policy_Information_pages .out .left {
        width: 100%;
    }

    .Policy_Information_pages .out .right {
        width: 100%;
        margin-top: 0.4rem;
    }

    .Talent_Recruitment .box .left {
        width: 70%;
    }

    .Message .out {
        flex-wrap: wrap;
    }

    .Message .out .right {
        width: 100%;
        height: auto;
        margin-top: 0.4rem;
    }

    .Message .out .left .Lianxi_box .box {
        width: 100%;
    }

    .Message .out .left .form input {
        width: 100%;
    }

    .honor .out .swiper-button-prev {
        left: 0rem;
    }

    .honor .out .swiper-button-next {
        right: 0rem;
    }

    /*.Company_Overview .out .right .txt{*/
    /*    font-size: 0.2rem ;*/
    /*}*/

    /*.Article_Consultation .out .box .item p {*/
    /*    font-size: 0.18rem ;*/
    /*}*/

    /*.Article_Consultation .out .box .title h5 {*/
    /*    font-size: 0.24rem ;*/
    /*}*/

    .Article_Consultation {
        margin: 0.7rem 0px;
    }

    .Company_Overview .out .right .txt {
        margin-bottom: 0rem;
    }

    .Company_Overview .out .right .Num_list .box .tit b {
        font-size: 0.4rem;
    }

    .footer .Top_out {
        padding: 0.27rem 0px 0.16rem 0px;
    }

.Culture {
    margin-top: 0px ;
    padding-top: 0.6rem ;
    padding-bottom: 0.3rem ;
}

    .min_nav .title a {
        font-size: 0.18rem;
    }

    .Knowledge-list .titel h5 {
        font-size: 0.26rem;
    }

    .recruitment_Home .out {
        flex-wrap: wrap;
        margin-top: 0.2rem ;
    }

    .recruitment_Home .out .left {
        width: 100%;
        height: 2rem;
        display: none ;
    }

    .recruitment_Home .out .right {
        width: 100%;
        margin-top: 0.3rem;
    }

    .OICQ_Home {
        padding: 0.4rem 0px;
    }

    .OICQ_Home .out {
        flex-wrap: wrap;
        padding: 0.2rem 0px;
        background: none;
        box-shadow: none;
    }

    .OICQ_Home .out .left .box {
        padding: 0.15rem;
    }

    .OICQ_Home .out .left {
        width: 100%;
        padding: 0px;
    }

    .OICQ_Home .out .right {
        width: 100%;
        margin-top: 0.3rem;
        padding: 0px;
    }

    .OICQ_Home .out .left .box .item {
        margin-bottom: 0.2rem;
    }

    .tepd {
        margin-top: 0.2rem;
    }

    .OICQ_Home .out .right .box input {
        margin-bottom: 0.15rem;
    }

    .OICQ_Home .out .right .box textarea {
        height: 0.8rem;
    }

    .btn {
        width: 100%;
    }

    .Developing_box {
        padding: 0px 0.3rem 0px 0.3rem ;
        box-sizing: border-box ;
    }

    .developing_Home .swiper-button-next, .developing_Home .swiper-button-prev {
        background: none ;
        box-shadow: none ;
    }

    .developing_Home .swiper-button-prev {
        left: -0.3rem ;
    }

    .developing_Home .swiper-button-next {
        right: -0.2rem ;
    }

    .developing_Home .developing_Home_1 .swiper-slide .slide_left {
        width: auto ;
        padding: 0px ;
        padding-right: 0.22rem ;
    }

    .Business_pages .out {
        margin-top: 0.5rem ;
    }

    .Business_pages .out .box {
        padding: 0.2rem ;
        margin-top: 0.2rem ;
        width: 48% ;
    }

    .Business_pages .out .box .icon {
        height: 0.55rem ;
        margin-bottom: 0.2rem ;
    }

    .Business_pages .out .box h5 {
        font-size: 0.17rem ;
        margin-bottom: 0.01rem ;
    }

    .Business_pages .out .box p {
        font-size: 0.12rem ;
    }

    .Company_Overview {
        margin-top: 0.6rem ;
    }

    .OICQ_Home .out .right .box .CAPTCHA {
        margin: 0.15rem 0px ;
    }


    .footer .list_out .left .liaxianxi{
        display: flex ;
        flex-wrap: wrap ;
    }
    
    .footer .list_out .left .liaxianxi p {
        color: #fff;
        font-weight: normal;
        font-size: 0.18rem;
        line-height: 1.7em;
        width: 48% ;
        display: flex ;
        align-items: center ;
        margin-bottom: 0.2rem ;
    }
    
    .footer .list_out .left .liaxianxi p:last-child {
        width: 100% ;
    }
    
    .footer .list_out .left .liaxianxi img {
        width: 0.4rem ;
        height: 0.4rem ;
        margin-right: 0.1rem ;
        display: block ;
        object-fit: contain ;
    }
    
    .Development_history .swiper-slide .left {
        padding: 0.2rem 0.1rem ;
    }
    
    .Development_history .swiper-slide .right {
        padding: 0.2rem 0.1rem ;
    }
    
    .Development_history .swiper-slide .right img {
        height: auto ;
    }
    
    .Development_history .public {
        padding: 0px 0.1rem ;
    }
    
    .Development_history .swiper-slide .left h3 {
        font-size: 0.18rem ;
    }
    
    /*.Development_history .swiper-slide {*/
    /*    flex-wrap: wrap ;*/
    /*    max-height: auto ;*/
    /*}*/
    
    /*.Development_history .swiper-slide .left , .Development_history .swiper-slide .right {*/
    /*    width: 100% ;*/
    /*}*/
    
    /*.Development_history .swiper-slide .xianduan {*/
    /*    display: none ;*/
    /*}*/
    
    .developing_Home {
        margin-top: 0.6rem ;
    }
    
    .Culture .left .box {
        padding: 0px ;
        margin-bottom: 0.2rem ;
    }
    
    .Culture .left .txt {
        margin-top: 0.4rem ;
    }
    

}

@media (min-width:360px) and (max-width:768px) {
    html {
        font-size: 52px;
    }
}

@media (max-width:767px) {
    html {
        font-size: 78px !important;
    }
}

@media (min-width:769px) and (max-width:930px) {
    html {
        font-size: 50px;
    }

}

@media (min-width:931px) and (max-width:1099px) {
    html {
        font-size: 60px;
    }
}

@media (min-width:1100px) and (max-width:1249px) {
    html {
        font-size: 70px;
    }
}

@media (min-width:1250px) and (max-width:1399px) {
    html {
        font-size: 80px;
    }
}

@media (min-width:1400px) and (max-width:1699px) {
    html {
        font-size: 90px;
    }
}


@media (min-width:1700px) {
    html {
        font-size: 100px !important;
    }
}