/*重写顶部导诱*/
.ny_pc_main_nav {
    padding-top: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 30px 0px rgba(17, 58, 93, 0.1);
}

.ny_pc_main_nav .nav_container>ul>li a {
    color: #1f1142;
}


html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

/*banner*/
.inner_page_banner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 50%;
    /* margin-top: 75px; */
    background-image: url(../images/about_inner_bg.jpg);
    display: flex;
    align-items: center;
}

.inner_page_banner::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 52, 92, .62);
}

@media (max-width: 767px) {
    .inner_page_banner {
        margin-top: 36px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .inner_page_banner {
        margin-top: 36px;
    }
}



.inner_page_banner .showtxt .h1title {
    font-size: 3rem;
    color: rgb(255, 255, 255);
    margin: 15px 0;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .inner_page_banner .showtxt .h1title {
        font-size: 1.6rem;
    }
}

.inner_page_banner .showtxt .h2title {
    font-size: 1.55rem;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    margin-top: 10px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
}

@media (max-width: 767px) {
    .inner_page_banner .showtxt .h2title {
        font-size: 1.1rem;
    }
}

/*关于我们*/
.aobut_c_1 {
    /* margin-top: 70px; */
    padding: 135px 15px 75px 15px;
}

@media(max-width:767px) {
    .aobut_c_1 {
        padding: 43px 15px 75px 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aobut_c_1 {
        padding: 80px 15px 75px 15px;
    }
}


/* @media(max-width:767px) {
    .aobut_c_1 {
        margin-top: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aobut_c_1 {
        margin-top: 45px;
    }
} */

.aobut_c_1 .imgc {
    margin-bottom: 30px;
    float: left;
    margin-right: 50px;
    border: 9px solid rgba(31, 17, 66, 0.08);
}

@media (max-width: 991px) and (min-width: 768px) {
    .aobut_c_1 .imgc {
        float: none;
    }
}


@media (max-width: 767px) {
    .aobut_c_1 .imgc {
        float: none;
    }
}


.aobut_c_1 .textsow .re_h3title {
    color: #b5a069;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}



@media (max-width: 767px) {
    .aobut_c_1 .textsow .re_h3title {
        padding-left: 15px;
    }
}

.aobut_c_1 .textsow .re_body_h1_title {
    margin-top: 35px;
    font-weight: 800;
    color: rgba(31, 17, 66, 0.75);
}

@media (max-width: 767px) {
    .aobut_c_1 .textsow .re_body_h1_title {
        margin-top: 20px;
    }
}

.aobut_c_1 .textsow .re_body_h1_title span {
    color: #b5a069;
}

.aobut_c_1 .textsow .textarea {
    color: rgba(31, 17, 66, 0.5);
    margin-top: 35px;
}


@media (max-width: 767px) {
    .aobut_c_1 .textsow .textarea {
        margin-top: 20px;
    }
}

/* .featurelist {
    margin-top: 25px;
}

.featurelist .showbig_c {
    box-shadow: 2px 5px 30px 0 rgba(0, 0, 0, 0.12);
    padding: 35px 15px;
    margin-top: 25px;
    background-color: #eff6fd;
    transition: box-shadow 0.5s ease, transform 0.5s ease;
}

@media (max-width: 767px) {
    .featurelist .showbig_c {
        padding: 25px 15px;
    }
}

.featurelist .showbig_c:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.featurelist .showbig_c:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.featurelist .show_c {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.featurelist .show_c .iconshow_c {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: -webkit-linear-gradient(135deg, #1232d2, #5873fc);
    background: -o-linear-gradient(135deg, #1232d2, #5873fc);
    background: -moz-linear-gradient(135deg, #1232d2, #5873fc);
    background: linear-gradient(135deg, #1232d2, #5873fc);
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    margin: 0 auto;
    text-align: center;
}

.featurelist .show_c .iconfont {
    font-size: 2.6rem;
    color: #fff;
}

.featurelist .show_c h1 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: 10px;
    color: rgba(31, 17, 66, 0.68);
    line-height: 20px;
}

@media (max-width: 767px) {
    .featurelist .show_c h1 {
        height: 35px;
        font-size: 1.1rem;
    }
} */

/*历程*/
/* .about_history_list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 75px;
}

@media(max-width:767px) {
    .about_history_list {
        margin-top: 45px;
    }

}

.about_history_list .leftarrow {
    background-color: rgba(31, 17, 66, 0.06);
    border-radius: 3px;
    height: 50px;
    width: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -25px;
    transition: left 0.5s ease, background-color 0.5s ease;
    cursor: pointer;
}


.about_history_list .rightarrow {
    background-color: rgba(31, 17, 66, 0.06);
    border-radius: 3px;
    height: 50px;
    width: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0%;
    top: 50%;
    margin-top: -25px;
    transition: left 0.5s ease, background-color 0.5s ease;
    cursor: pointer;
}

.about_history_list .rightarrow .iconfont {
    color: rgba(31, 17, 66, 0.8);
    font-size: 2rem;
    transition: color 0.5s ease;
}

.about_history_list .leftarrow .iconfont {
    color: rgba(31, 17, 66, 0.8);
    font-size: 2rem;
    transition: color 0.5s ease;
}


.about_history_list:hover .leftarrow {

    background-color: #0092ff
}

.about_history_list:hover .rightarrow {

    background-color: #0092ff
}

.about_history_list:hover .leftarrow .iconfont {
    color: #fff;
}

.about_history_list:hover .rightarrow .iconfont {
    color: #fff;
}



.about_history_list .about_history_c_c_list .re-swiper-wrapper {
    display: flex;
}

.about_history_list .about_history_c_c_list .pos {
    position: relative;
    margin: 25px auto;
}

.about_history_list .about_history_c_c_list .pos .horizontalline {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    background-color: #0092ff;
    background: linear-gradient(to right, #fbfdff 0%, #0092ff 50%, #fbfdff 100%);

}

.about_history_list .about_history_c_c_list .swiper-slide .show_area {
    word-break: break-all;
    position: relative;
    text-align: center;
    padding: 0 45px;
}

@media(max-width:767px) {
    .about_history_list .about_history_c_c_list .swiper-slide .show_area {
        padding: 0 35px;
    }
}

.about_history_list .about_history_c_c_list .swiper-slide .show_area .showtext {
    font-size: 1.2rem;
    font-weight: 800;
}

.about_history_list .about_history_c_c_list .swiper-slide .show_area .showtext.timec {
    font-style: italic;
}

.about_history_list .about_history_c_c_list .swiper-slide .show_area .showtext.textcc {
    font-style: normal;
    font-size: 1rem;
    font-weight: normal;
    color: rgba(31, 17, 66, 0.6);
    line-height: 20px;
}

.about_history_list .about_history_c_c_list .swiper-slide .show_area .bigc_c {
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: rgba(0, 146, 255, 0.4);
    border-radius: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about_history_list .about_history_c_c_list .swiper-slide .bigc_c .circle_c {
    width: 10px;
    height: 10px;
    background-color: #0092ff;
    border-radius: 50px;
}

.about_history_list .leftarrow {
    text-align: left;
}

.about_history_list .rightarrow {
    text-align: right;
} */



/*荣誉资质*/
.teambg {
    background-color: #f5f5f7;
    padding: 45px 0 50px 0;
}

@media(max-width:767px) {
    .teambg {
        padding: 25px 0 20px 0;
    }

}

.teambg .re_body_h1_title {
    text-align: center;
}

.teambg .re_split_line {
    background-color: rgba(0, 0, 0, 0.09);
    margin: 18px auto 20px auto;
    position: relative;
}


.teambg .re_split_line .posline {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    width: 80px;
    height: 4px;
    background-color: #d6000f;
    margin-top: -2px;
}



.team_list_c {
    margin-top: 10px;
}

@media(max-width:767px) {
    .team_list_c {
        margin-top: -8px;
    }
}

.imgcontent {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.12);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.imgcontent:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 0 0 rgba(93, 118, 139, 0.15);
}



.imgcontent .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(28, 39, 53, 0.8) 0%, rgba(99, 123, 148, 0.1) 100%);
    z-index: 25;
    transition: background 0.5s ease;
}

.imgcontent .titlearea {
    /*  background-color: rgba(218, 25, 35, 0.65); */
    width: 100%;
    height: 92px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 26;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
    /* cursor: pointer; */
    z-index: 999;

}


.imgcontent .titlearea .titlearea_text {
    width: 100%;
    height: 100%;
    display: inline-table;
}


.imgcontent .titlearea .titlearea_text .titlearea_text_c {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.imgcontent .titlearea .titlearea_text .titlearea_text_c h1 {
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    line-height: 22px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}


.imgcontent:hover .titlearea {
    /* background-color: rgba(218, 25, 35, 0.65); */
    background: linear-gradient(to top, rgba(52, 73, 94, 0.15) 0%, rgba(99, 123, 148, 0) 80%);
    height: 100%;
}





/*历程*/

.history_c .re_body_h1_title {
    text-align: center;
    position: relative;
}

.history_c .re_split_line {
    background-color: rgba(0, 0, 0, 0.09);
    margin: 18px auto 20px auto;
    position: relative;
}

.history_c .re_split_line .posline {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    width: 80px;
    height: 4px;
    background-color: #d6000f;
    margin-top: -2px;
}


.history_c .culturelist {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;

}

.history_c .culturelist .leftarrow {
    background-color: rgba(31, 17, 66, 0.06);
    border-radius: 3px;
    height: 50px;
    width: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-top: -25px;
    transition: left 0.5s ease;
    cursor: pointer;
}


.history_c .culturelist .leftarrow .iconfont {
    color: rgba(31, 17, 66, 0.8);
    font-size: 2rem;
    transition: color 0.5s ease;
}

.history_c .culturelist .rightarrow {
    background-color: rgba(31, 17, 66, 0.06);
    border-radius: 3px;
    height: 50px;
    width: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -100%;
    top: 50%;
    margin-top: -25px;
    transition: right 0.5s ease;
    cursor: pointer;
}


.history_c .culturelist .rightarrow .iconfont {
    color: rgba(31, 17, 66, 0.8);
    font-size: 2rem;
    transition: color 0.5s ease;
}

.history_c .culturelist:hover .leftarrow {
    left: 0;
}

.history_c .culturelist:hover .rightarrow {
    right: 0;
}


.history_c_list {
    margin-top: 50px;
    width: 100%;
}


@media(max-width:767px) {
    .history_c_list {
        margin-top: 10px;
    }
}


.history_c_list .re-swiper-wrapper {
    display: flex;
    /*  align-items: center; */
}

.history_c_list .pos {
    position: relative;
    margin: 25px auto;
}

.history_c_list .pos .horizontalline {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    background-color: #0092ff;
    background: linear-gradient(to right, #fbfdff 0%, #0092ff 50%, #fbfdff 100%);

}

.history_c_list .swiper-slide .show_area {
    word-break: break-all;
    position: relative;
    text-align: center;
    padding: 0 38px;
}

.history_c_list .swiper-slide .show_area .showtext {
    font-size: 1.2rem;
    font-weight: 800;
}

.history_c_list .swiper-slide .show_area .showtext.timec {
    font-style: italic;
}

.history_c_list .swiper-slide .show_area .showtext.textcc {
    font-style: normal;
    font-size: 1rem;
    font-weight: normal;
    color: rgba(31, 17, 66, 0.6);
    line-height: 20px;
}

.history_c_list .swiper-slide .show_area .bigc_c {
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: rgba(0, 146, 255, 0.4);
    border-radius: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.history_c_list .swiper-slide .bigc_c .circle_c {
    width: 10px;
    height: 10px;
    background-color: #0092ff;
    border-radius: 50px;
}

.history_c .leftarrow {
    text-align: left;
}

.history_c .rightarrow {
    text-align: right;
}







/*地图*/


.mapc_big_c {
    background-color: #f5f5f7;
    padding: 70px 0 80px 0;
    margin-top: 70px;
}


@media(max-width:767px) {
    .mapc_big_c {
        margin-top: 30px;
        padding: 35px 0 30px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .mapc_big_c {
        margin-top: 45px;
        padding: 35px 0 35px 0;
    }
}

.mapc_c .re_body_h1_title {
    text-align: center;
    font-weight: 800;
    color: rgba(31, 17, 66, 0.75);
}

.mapc_c .re_split_line {
    background-color: rgba(0, 0, 0, 0.09);
    margin: 18px auto 20px auto;
    position: relative;
}

.mapc_c .re_split_line .posline {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    width: 140px;
    height: 6px;
    background-color: #b5a069;
    margin-top: -3px;
}


.map_container_c {
    margin-top: 25px;
    height: 400px;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 0px 30px 0px rgba(17, 58, 93, 0.15);
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.5s ease, transform 0.5s ease;

}


.map_container_c:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}


@media(max-width:767px) {
    .map_container_c {
        margin-top: 20px;
    }
}

.contactinfo {
    margin-top: 28px;
}

@media(max-width:767px) {
    .contactinfo {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.contactc {

    margin-top: 20px;
    color: rgba(31, 17, 66, 0.6);
}

.contactc .iconfont {
    font-size: 1.1rem;
    color: rgba(31, 17, 66, 0.6);
}



/*滚动动态数据_start*/
.data_show_c {
    margin-top: -50px;
}

.counter_bg_c {
    overflow: hidden;
    text-align: center;
    margin-top: 35px;
    /* box-shadow: 11px 11px 38px rgba(17, 58, 93, 0.2); */
}


@media (max-width: 767px) {
    .counter_bg_c {
        margin-top: 0;
        padding: 20px 15px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .counter_bg_c {
        margin-top: 0;
        padding: 80px 15px;
    }
}

.counter_bg_c .li_coounter {
    border-right: 1px solid rgba(31, 17, 66, 0.15);
    margin: 45px auto 40px auto;
    text-align: center;

}


@media (max-width: 767px) {
    .counter_bg_c .li_coounter.noneline {
        border-right: 1px solid rgba(31, 17, 66, 0.18);
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    .counter_bg_c .li_coounter.noneline {
        border-right: 1px solid rgba(31, 17, 66, 0.18);
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    .counter_bg_c .li_coounter.haveline {
        border-right: 1px solid rgba(31, 17, 66, 0.18);
    }
}

/* @media (max-width: 1199px) and (min-width: 992px) {
    .counter_bg_c .li_coounter.noneline {
      border-right: 0 solid rgba(255, 255, 255, 0.18);
    }
  } */



.counter_bg_c .li_coounter sub {
    font-size: 1rem;
    font-weight: normal;
    color: rgba(31, 17, 66, 0.8);
}

@media (max-width: 767px) {
    .counter_bg_c .li_coounter sub {
        font-size: 0.875rem;
    }
}

.counter_bg_c .li_coounter:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.counter_bg_c .li_coounter span {
    font-size: 2.8rem;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    margin-top: 8px;
    font-weight: 800;
    color: #b5a069;
}

@media (max-width: 767px) {
    .counter_bg_c .li_coounter span {
        font-size: 25px;
    }
}

.counter_bg_c .li_coounter span.subfont {
    font-size: 1rem;
    display: block;
    font-weight: normal;
    color: rgba(31, 17, 66, 0.6);
}

@media (max-width: 767px) {
    .counter_bg_c .li_coounter span.subfont {
        font-size: 1rem;
        font-weight: normal;
    }
}

/*滚动动态数据_end*/

.public_margin_top {
    margin-top: 0;
}